Releases: utilitywarehouse/design-systems
Releases · utilitywarehouse/design-systems
@utilitywarehouse/web-ui@0.0.25
Patch Changes
- #111
a424594
Thanks @robphoenix! - Update react-stately package import
@utilitywarehouse/web-ui@0.0.24
Patch Changes
- #109
ce5dcc6
Thanks @robphoenix! - Change react-aria package imports to be more specific and avoid pulling in unnecessary dependencies.
@utilitywarehouse/web-ui@0.0.23
Patch Changes
b820af6
Thanks @robphoenix! - Update deps
@utilitywarehouse/web-ui@0.0.22
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/web-ui@0.0.21
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/web-ui@0.0.20
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/web-ui@0.0.19
Patch Changes
46dc943
Thanks @robphoenix! - Fix Background prop name
@utilitywarehouse/web-ui@0.0.18
Patch Changes
- #81
fb7a87c
Thanks @robphoenix! - This change sets the default theme for useMediaQuery
@utilitywarehouse/web-ui@0.0.17
Patch Changes
- #79
57d443c
Thanks @robphoenix! - Remove confusinguseDeviceSize
hook, useuseMediaQuery
instead.
@utilitywarehouse/web-ui@0.0.16
Patch Changes
- #77
9cf662e
Thanks @robphoenix! - This change exports the hooksuseMediaQuery
&useDeviceSize
to more easily
build responsive designs.