Skip to content

Releases: utilitywarehouse/design-systems

@utilitywarehouse/web-ui@0.0.25

03 Jul 17:24
f4529da
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/web-ui@0.0.24

03 Jul 16:44
d47e6e2
Compare
Choose a tag to compare

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

30 Jun 11:54
3fff6ed
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/web-ui@0.0.22

27 Jun 13:08
cba7e86
Compare
Choose a tag to compare

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

26 Jun 08:50
cae8e99
Compare
Choose a tag to compare

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 the background prop is used, for now it's the best way.

@utilitywarehouse/web-ui@0.0.20

22 Jun 13:39
ca3ad1c
Compare
Choose a tag to compare

Patch Changes

  • #85 4cbe199 Thanks @robphoenix! - This reinstates the contextual colours for the following components, when wrapped in a Box with backgroundColor set to either colorsCommon.brandPrimaryPurple or colorsCommon.brandMidnight:

    • Text
    • Heading
    • Button
    • TextLink

@utilitywarehouse/web-ui@0.0.19

14 Jun 10:54
4ec2798
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/web-ui@0.0.18

14 Jun 10:19
d2567d0
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/web-ui@0.0.17

09 Jun 13:49
1d01ebb
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/web-ui@0.0.16

09 Jun 13:02
3414588
Compare
Choose a tag to compare

Patch Changes

  • #77 9cf662e Thanks @robphoenix! - This change exports the hooks useMediaQuery & useDeviceSize to more easily
    build responsive designs.