Releases: utilitywarehouse/design-systems
Releases · utilitywarehouse/design-systems
@utilitywarehouse/[email protected]
Patch Changes
b820af6
Thanks @robphoenix! - Update deps
@utilitywarehouse/[email protected]
Patch Changes
-
#93
211b6d1
Thanks @robphoenix! - Remove default Button capitalization.This was implemented based on an incorrect assumption that screen readers would read out capital letters differently, and it actually breaks the visual layout of the button when an href is added.
@utilitywarehouse/[email protected]
Patch Changes
- #87
1b4d6ed
Thanks @robphoenix! - This change replaces the CSS implementation of the background colour context with React context. This is because the CSS was not working for nested contexts, and unfortunately I don't have the time, or depth of CSS knowledge, to get it working. While I'm reluctant to add in a context provider in every box where thebackground
prop is used, for now it's the best way.
@utilitywarehouse/[email protected]
Patch Changes
-
#85
4cbe199
Thanks @robphoenix! - This reinstates the contextual colours for the following components, when wrapped in aBox
withbackgroundColor
set to eithercolorsCommon.brandPrimaryPurple
orcolorsCommon.brandMidnight
:Text
Heading
Button
TextLink
@utilitywarehouse/[email protected]
Patch Changes
46dc943
Thanks @robphoenix! - Fix Background prop name
@utilitywarehouse/[email protected]
Patch Changes
- #81
fb7a87c
Thanks @robphoenix! - This change sets the default theme for useMediaQuery
@utilitywarehouse/[email protected]
Patch Changes
- #79
57d443c
Thanks @robphoenix! - Remove confusinguseDeviceSize
hook, useuseMediaQuery
instead.
@utilitywarehouse/[email protected]
Patch Changes
- #77
9cf662e
Thanks @robphoenix! - This change exports the hooksuseMediaQuery
&useDeviceSize
to more easily
build responsive designs.
@utilitywarehouse/[email protected]
Patch Changes
-
#75
e549d2e
Thanks @robphoenix! - Fix Radio & RadioTile colours -
#73
232b96a
Thanks @robphoenix! - Rename FieldLabel to Label and addnested
prop. -
#30
ffbb659
Thanks @robphoenix! - This change adds the following components to the library:RadioGroup
Radio
RadioTile
Fieldset
FieldsetLegend
FieldLabel
FormHelperText
@utilitywarehouse/[email protected]
Patch Changes
- #69
b756f92
Thanks @robphoenix! - This change removes the dependency on the design-tokens package.