Releases: utilitywarehouse/design-systems
@utilitywarehouse/[email protected]
Patch Changes
- #33
30638f5
Thanks @robphoenix! - Initial release
@utilitywarehouse/[email protected]
Patch Changes
-
#20
f5b87a4
Thanks @robphoenix! - Export customstyled
utility, supporting typed custom theme -
46c06dc
Thanks @robphoenix! - This change removes theBackground
component, moving the same functionality into theBox
component. TheBackground
component felt superfluous to our needs, and it feels more intuitive to have the functionality on the underlyingBox
component anyway. See also Braid -
#28
8dee2ed
Thanks @robphoenix! - This change clarifies the typography components API.The
Text
andHeading
components are intended to meet the majority of typography needs. These components are responsive and aware of any background context from containingBox
components, meaning the foreground colour will change depending on whether they are rendered within a neutral background or an inverse background. They do not include the MUI system props for styling, however thesx
prop is available to use as an escape hatch for any custom styling needs.The
Typography
component is available for more custom typography needs, it has no predefined styling but full access to the system props. The variant prop will be deprecated, and removed in a major release, but is currently available for backwards compatability. -
#28
8dee2ed
Thanks @robphoenix! - This change removes the surplus height on the Icon component, closing https://linear.app/utilitywarehouse/issue/UWDS-270/fix-icon-component -
#18
cfc802a
Thanks @robphoenix! - This change enables support for MUI system props on Box and layout components. This is a good reason why we will follow MUIs precedent for this supporting system props.
@utilitywarehouse/[email protected]
Patch Changes
09b9778
Thanks @robphoenix! - publish from new repo