Releases: utilitywarehouse/design-systems
@utilitywarehouse/[email protected]
Patch Changes
- #147
44ccfeb
Thanks @robphoenix! - RemoveCssBaseline
theme, and stop including theCssBaseline
component in theThemeProvider
. Recommend using@utilitywarehouse/css-reset
instead.
@utilitywarehouse/[email protected]
Patch Changes
- #145
750cc5d
Thanks @robphoenix! - Initial release of css-reset package
@utilitywarehouse/[email protected]
Patch Changes
-
#141
65a38d9
Thanks @robphoenix! - fix colour-system docs -
Updated dependencies [
ac49f91
]:- @utilitywarehouse/[email protected]
@utilitywarehouse/[email protected]
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';
- Update
@utilitywarehouse/[email protected]
Patch Changes
-
#136
c778efa
Thanks @robphoenix! - use mui/system themeprovider -
#135
7b721e3
Thanks @robphoenix! - - UpdateFieldset
,FieldsetLegend
,FormHelperText
,Label
components.- Fix
RadioGroup
to properly show error message.
- Fix
-
#140
a2770b2
Thanks @robphoenix! - RefactorText
&Heading
components to use mui's system & styled, rather than mui's material & Box
@utilitywarehouse/[email protected]
Patch Changes
-
#127
16be0ab
Thanks @robphoenix! - Update MenuItem component text styles -
#118
91e2721
Thanks @robphoenix! - Improve TextField input labelling -
#125
40d6782
Thanks @robphoenix! - RemoveIcon
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! - RefactorRadioGroup
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 fromRadioGroup
- Use
label
prop instead of children onRadio
&RadioTile
- Add
-
#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]
Patch Changes
- #115
7e1c1ad
Thanks @robphoenix! - Revert "pin react spectrum packages"
@utilitywarehouse/[email protected]
Patch Changes
- #113
bbb7ad0
Thanks @robphoenix! - Pin react spectrum packages
@utilitywarehouse/[email protected]
Patch Changes
- #111
a424594
Thanks @robphoenix! - Update react-stately package import
@utilitywarehouse/[email protected]
Patch Changes
- #109
ce5dcc6
Thanks @robphoenix! - Change react-aria package imports to be more specific and avoid pulling in unnecessary dependencies.