Patrick Wolfert
Patrick Wolfert
## Summary https://jira.cms.gov/browse/WNMGDS-1792 ## How to test 1. Use Storybook to manually test Dialog and the components that use it (IdleTimeout, and external link pattern story) ## Checklist - [x]...
## Summary I filled in values that I was confident in filling. Everything else I put `false` ## How to test `yarn install && yarn build:storybook:docs && yarn start` ##...
- `downshift` version: 8.0.0, 7.x, likely others **Relevant code or config** [useSelect examples](https://codesandbox.io/s/github/kentcdodds/downshift-examples?file=/src/hooks/useSelect/basic-usage.js) **What you did**: 1. Enable VoiceOver on macOS 2. View the [useSelect examples](https://codesandbox.io/s/github/kentcdodds/downshift-examples?file=/src/hooks/useSelect/basic-usage.js) in Safari 3. Open...
## Summary Along with the Figma migration, we're implementing a new token storage method based on JSON ([see this pull request for background info](https://github.com/CMSgov/design-system/pull/2946)). Our previous scripts for exporting our...
Note that we're going to need to refine the component's styles. I'm putting up this PR early so we have a place to discuss changes we might need to make...
## Summary WNMGDS-2375 During the process of cherry-picking our footer and privacy-settings work to v6.x, the order of two commits got flipped, resulting in the outdated privacy-settings content being saved...
## Summary - Adds a new `thirdPartyExternalLinkSendsAnalytics` config property that controls whether the `ThirdPartyExternalLink` sends analytics events by default - Adds full analytics tracking capabilities to `ThirdPartyExternalLink` ## How to...
## Summary This is a follow-up to https://github.com/CMSgov/design-system/pull/3070 to make it backwards compatible so we can include it in a feature release. ## Checklist - [x] Prefixed the PR title...
## Summary - Started out by upgrading the React types to the latest, trying to match `@types/react` and `@types/react-dom` as close as possible and made sure it was consistent everywhere...
## Summary Fixes all generated ids for `Choice` error messages being `undefined_error`. ## How to test 1. http://localhost:6006/?path=/story/components-choice--default 2. http://localhost:6006/?path=/docs/web-components-ds-choice--docs ## Checklist - [x] Prefixed the PR title with the...