nypl-design-system
nypl-design-system copied to clipboard
React design system putting accessibility first.
Fixes JIRA ticket DSD-1702 ## This PR does the following: - Updates the `Template` component to implement a new responsive grid system. - Updates the docs for the `Template` component...
Fixes JIRA ticket [DSD-1742](https://jira.nypl.org/browse/DSD-1742) ## This PR does the following: - Fixes the selected item count button's z-index issue. ## How has this been tested? Storybook, specifically check the layout...
Fixes JIRA ticket [DSD-1729](https://jira.nypl.org/browse/DSD-1729) ## This PR does the following: - Adds the `showRowDividers` prop to be able to hide horizontal row dividers for the `"dl"` `List` variant. - The...
Fixes JIRA ticket [DSD-1748](https://jira.nypl.org/browse/DSD-1748) ## This PR does the following: - Adds interaction tests for the `RadioGroup` component. It checks for both clicking on radio inputs and using up/down and...
Fixes JIRA ticket [DSD-1565](https://jira.nypl.org/browse/DSD-1565) ## This PR does the following: - There was a duplicate snapshot test for the `Breadcrumbs` component that used the same type value. It was updated...
Fixes JIRA ticket [DSD-1735](https://jira.nypl.org/browse/DSD-1735) ## This PR does the following: - Exports `chakra` and `useMediaQuery` chakra functions. Some consuming apps (such as the Header app) use these helper functions. ##...
Fixes JIRA ticket [DSD-1582](https://jira.nypl.org/browse/DSD-1582) ## This PR does the following: - Updates the `TextInput` and `SearchBar` components to better associate the input element to the entire component's helper text. This...
Fixes JIRA ticket [DSD-1766](https://jira.nypl.org/browse/DSD-1766) ## This PR does the following: The original intention for this ticket was to remove and update some packages that were causing security issues, namely `tough-cookie`...
Fixes JIRA ticket xxx ## This PR does the following: - Testing swapping media queries for container queries in FeaturedContent component. ## How has this been tested? ## Accessibility concerns...
## This PR does the following: - Updates the values for the breakpoints and the associated docs. - Updates the `viewport` preview options in Storybook to align with the Reservoir...