Releases: user-interviews/ui-design-system
Releases · user-interviews/ui-design-system
Release v1.36.1
Merge release/1.36.1 into main branch (#757) * change width to max-width on Card (#756)
Release v1.36.0
Merge release/1.36.0 into main branch (#753) * Add aria-label for trailingIconOnClickSubmit Input (#751) * add Grid components (Container, Row, Col) (#750) * add Popover (#717)
Release v1.35.0
Merge release/1.35.0 into main branch (#744) * make modal prop work with all Selects (#743) * Fix color system JS variable order (#739) Fixes the 500 level color values for green and navy. This is because the variables for 500 were used as the non-numbered values but those don't always correspond to the 500 value. I set them all to the 500 variables for consistency. * Prepare release 1.35.0
Release v1.34.3
Merge release/1.34.3 into main branch (#740) * Added ability to pass a `trailingIcon` to `ProfileCell` (#733)
Release v1.34.2
Merge release/1.34.2 into main branch (#734) * CheckboxButtonGroup and RadioButtonGroup state and width updates (#731)
Release v1.34.1
Merge release/1.34.1 into main branch (#728) * Add label for Pill close button (#722) * remove prop spread on Accordion and ToggleInput, expose additional props as needed (#724) * update custom select Option to allow for indeterminate state on CheckboxButton (#727) * Prepare release 1.34.1
Release v1.34.0
Merge release/1.34.0 into main branch (#719) * add disabled ToggleInput story (#713) * Accordion updates for better content flexibility and alignment with Card (#708)
Release v1.33.0
Merge release/1.33.0 into main branch (#709) * change Select option color to $ux-gray-900 (#707) * text-decoration none on DropdownItem hover (#706) * add unstyled variant to DropdownToggle (#704)
Release v1.32.5
Merge release/1.32.5 into main branch (#700) * UIDS-695 node prop type (#696) * copy style.css and use directly in ToggleInput (#699)
Release v1.32.4
Merge release/1.32.4 into main branch (#692) * update react toggle css import (#691)