Releases: utilitywarehouse/design-systems
@utilitywarehouse/[email protected]
Patch Changes
- #69
b756f92
Thanks @robphoenix! - This change removes the dependency on the design-tokens package.
@utilitywarehouse/[email protected]
Patch Changes
- Updated dependencies [
a9acfd8
]:- @utilitywarehouse/[email protected]
@utilitywarehouse/[email protected]
Patch Changes
-
#67
a9acfd8
Thanks @robphoenix! - This change updates the colour scales.Dark mode
New colours:
gold800
green800
Light mode
New colours:
gold600
green600
Updated colours:
gold700
@utilitywarehouse/[email protected]
Patch Changes
- #65
766fb1b
Thanks @robphoenix! - This change fixes the updated Box types
@utilitywarehouse/[email protected]
Patch Changes
-
#62
5ec71f8
Thanks @robphoenix! - This changes the way color is handled by theText
andHeading
components. As a result of the newly introducedcolour-system
library, these components, andTypography
, will accept astring
value, ideally from thecolour-system
library. Until we get more solid semantic understanding of how colours are used, we will support this more open approach to typography colours.
This change also preempts the deprecation, and future removal, of the background colour context that enables typography components to change their colour based on the parent background colour. Because of this, theText
andHeading
components will not support this functionality. If they need to be used on a darker brand background, the appropriate text color should be passed in to thecolor
prop.
TheTypography
component continues to be backwards compatible withcustomer-ui-material
. -
#63
4e22179
Thanks @robphoenix! - To make the transition smoother fromcustomer-ui-material
, and to better support the removal of the background colour context, this change adds back the legacyBackground
component, and removes the functionality fromBox
, so that we don't have to make any breaking changes with that component, and can deprecate the Background component and remove in the next major release.
@utilitywarehouse/[email protected]
Patch Changes
-
#59
8626e62
Thanks @robphoenix! - Add common colours -
#59
8626e62
Thanks @robphoenix! - Add comment to generated files. -
#59
8626e62
Thanks @robphoenix! - This change includes manually created semantic colours for brand and services. These colours duplicate steps in the colour scales generated from Figma. However the risk from this duplication is low as these colours originate from Brand & Creative, and have gained semantic meaning from historical usage which should continue to be supported. -
#59
8626e62
Thanks @robphoenix! - Includeraw
folder in published package -
#59
8626e62
Thanks @robphoenix! - Addrose
colour scales to library. @noeliacabane
@utilitywarehouse/[email protected]
Patch Changes
- #57
eee4fb7
Thanks @robphoenix! - Add Grape colour scale
@utilitywarehouse/[email protected]
Patch Changes
- #57
eee4fb7
Thanks @robphoenix! - Add Grape colour scale
@utilitywarehouse/[email protected]
Patch Changes
- #55
7222a9e
Thanks @robphoenix! - Initial release
@utilitywarehouse/[email protected]
Patch Changes
-
#51
15b67d9
Thanks @robphoenix! - This change fixes the types to better reflect the Theme palette -
#52
7249246
Thanks @robphoenix! - This change includes thewide
breakpoint on the Grid component.