Skip to content

Releases: utilitywarehouse/design-systems

@utilitywarehouse/[email protected]

17 Aug 14:15
0ca16c5
Compare
Choose a tag to compare

Patch Changes

  • #147 44ccfeb Thanks @robphoenix! - Remove CssBaseline theme, and stop including the CssBaseline component in the ThemeProvider. Recommend using @utilitywarehouse/css-reset instead.

@utilitywarehouse/[email protected]

17 Aug 12:23
8785b91
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/[email protected]

04 Aug 12:53
43cc765
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/[email protected]

04 Aug 12:53
43cc765
Compare
Choose a tag to compare

Minor Changes

  • #143 ac49f91 Thanks @robphoenix! - Updates to light/rose scale

    • Update rose700
    • Rename rose700 -> rose800
    • Rename rose800 -> rose900
    + export const rose700 = '#c8185c';
    
    - export const rose700 = '#9f1446';
    + export const rose800 = '#9f1446';
    
    - export const rose800 = '#4a1125';
    + export const rose900 = '#4a1125';

@utilitywarehouse/[email protected]

03 Aug 12:57
a66491f
Compare
Choose a tag to compare

Patch Changes

  • #136 c778efa Thanks @robphoenix! - use mui/system themeprovider

  • #135 7b721e3 Thanks @robphoenix! - - Update Fieldset, FieldsetLegend, FormHelperText, Label components.

    • Fix RadioGroup to properly show error message.
  • #140 a2770b2 Thanks @robphoenix! - Refactor Text & Heading components to use mui's system & styled, rather than mui's material & Box

@utilitywarehouse/[email protected]

18 Jul 16:02
9595c15
Compare
Choose a tag to compare

Patch Changes

  • #127 16be0ab Thanks @robphoenix! - Update MenuItem component text styles

  • #118 91e2721 Thanks @robphoenix! - Improve TextField input labelling

  • #125 40d6782 Thanks @robphoenix! - Remove Icon component. This component only really works with the legacy Customer UI icons, and it will be possible to use the same component from Customer Web UI alonside Web UI, so there is really no reason at all to keep this implementation. We can look at reintroducing this component in the future if there is a reason to have it as well as the new icons packages.

  • #123 4bce38e Thanks @robphoenix! - This change customises our box component to use a different default class.

    Mui-Box -> uw-web-ui-Box

  • #121 4438150 Thanks @robphoenix! - Refactor RadioGroup to use Radix UI. This change is mainly due to the interoperability problems between Next 12 & react-aria. While this change is mostly invisible to consumers, there are some API differences to be aware of:

    • Add RadioGridGroup
    • Remove columns prop from RadioGroup
    • Use label prop instead of children on Radio & RadioTile
  • #128 9f107be Thanks @robphoenix! - Replace customer-ui-icons with react-icons package

  • #124 528369c Thanks @robphoenix! - Fix cyclic dependencies in theme usage

  • #129 bc7db9e Thanks @robphoenix! - Fix error hover state on TextField component

@utilitywarehouse/[email protected]

05 Jul 11:55
003cd4b
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/[email protected]

03 Jul 18:03
94a21d0
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/[email protected]

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

Patch Changes

@utilitywarehouse/[email protected]

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.