Minor Changes
-
IconLicence: Add component (#1640)
Add
IconLicence
to icon suiteEXAMPLE USAGE:
<IconLicence />
-
IconAttachment: Add component (#1635)
Add
IconAttachment
to icon suiteEXAMPLE USAGE:
<IconAttachment />
-
Disclosure: Add
size
support (#1633)Introduce the
size
prop to theDisclosure
component, providing the same options as theText
component.EXAMPLE USAGE:
<Disclosure size="small">...</Disclosure>
Patch Changes
-
Standardise icon slot spacing (#1638)
Normalise the space between the
icon
slot and component content across the system. -
Rating: Simplify internal layout (#1638)
Simplify the internal HTML and layout of the
Rating
component.
This change should not affect the appearance or behavior of the component. -
Remove lodash dependency (#1639)
-
useToast: Ensure content is left aligned (#1630)
Applies left alignment to
Toast
content to ensure intended alignment, regardless of other styles applied. -
IconRocket: Update design (#1636)
Update the design asset for
IconRocket