Skip to content

Releases: utilitywarehouse/design-systems

@utilitywarehouse/[email protected]

06 Sep 09:55
6f50100
Compare
Choose a tag to compare

@utilitywarehouse/[email protected]

05 Sep 09:38
fb885fc
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@utilitywarehouse/[email protected]

05 Sep 13:03
98a3d0f
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@utilitywarehouse/[email protected]

29 Aug 10:47
e73d89a
Compare
Choose a tag to compare

Major Changes

  • #422 6f02b24c Thanks @robphoenix! - Refactor typography overrides

  • #422 6f02b24c Thanks @robphoenix! - Rename the large IconButton size to medium.

    - <IconButton size='large'></IconButton>
    + <IconButton size='medium'></IconButton>
      <IconButton
        size={{
          mobile: 'small',
    -     desktop: 'large',
    +     desktop: 'medium',
        }}
      ></IconButton>
  • #422 6f02b24c Thanks @robphoenix! - Rename the large Button size to medium.

    - <Button size='large'></Button>
    + <Button size='medium'></Button>
      <Button
        size={{
          mobile: 'small',
    -     desktop: 'large',
    +     desktop: 'medium',
        }}
      ></Button>
  • #422 6f02b24c Thanks @robphoenix! - Remove isBrandBackground from Box context, please use isInvertedBackground
    instead.

    - const { isBrandBackground } = useBackground();
    - const bg = isBrandBackground ? colorsCommon.brandWhite : colorsCommon.brandPrimaryPurple;
    + const { isInvertedBackground } = useBackground();
    + const bg = isInvertedBackground ? colorsCommon.brandWhite : colorsCommon.brandPrimaryPurple;
  • #422 6f02b24c Thanks @robphoenix! - Replace Button component

  • #422 6f02b24c Thanks @robphoenix! - Replace Link and TextLink components with lab components

  • #422 6f02b24c Thanks @robphoenix! - Remove custom MUI typography theme.

    You will no longer be able to do the following:

    sx={{ ...theme.typography.body }}
    
  • #422 6f02b24c Thanks @robphoenix! - Remove deprecated Typography component. Consumers should use the Text &
    Heading components instead. Please see the migration documentation for further
    details.

Minor Changes

Patch Changes

@utilitywarehouse/[email protected]

29 Aug 10:48
e73d89a
Compare
Choose a tag to compare

Major Changes

Minor Changes

@utilitywarehouse/[email protected]

27 Aug 14:51
19e2425
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@utilitywarehouse/[email protected]

19 Aug 10:50
d2c7da4
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/[email protected]

16 Aug 15:40
5f5b863
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/[email protected]

05 Aug 13:56
bbe4fee
Compare
Choose a tag to compare

Patch Changes

@utilitywarehouse/[email protected]

05 Aug 13:56
bbe4fee
Compare
Choose a tag to compare

Patch Changes