Patrick Wolfert
Patrick Wolfert
@hundt-corbalt, it's strange that that commit is showing up under the `@cmsgov/[email protected]` tag, and I still haven't figured out why. We didn't release it until [v8.0.0](https://github.com/CMSgov/design-system/releases/tag/%40cmsgov%2Fdesign-system%408.0.0). I think something went...
Status update: [6811f4b](https://github.com/CMSgov/design-system/pull/3080/commits/6811f4b5f942bf5e742b576000e1f26ae807b135) shows that there were some significant regressions in Storybook's ability to infer TypeScript types and document them. Instead of the type for Badge `size` being listed as...
Status update: This is ready for review. I won't link to it here because GitHub will backlink it, but I added a feature to `react-docgen-typescript` that will allow for sorting...
Doh: I guess I forgot that the main reason I went off on that rabbit trail right now is that the CI tests generate a different sort order for union...
That's a good idea, I'm cool with merging it and documenting it there. I don't see a reason that it needs to be separate.
On second thought, I think the background knowledge required to have an opinion on what this PR changes vs the base PR is enough that we should just decide ourselves....
Closing sounds good to me. Dependabot's trying to do too much
Regarding c578c7c, the only place I see a problem without that "fix" is with the Astro example. The nested button inside the alert gets essentially a double-render that puts a...
In our last pairing session, we started putting dynamic content into the `` body, like this: ```html Count: {{count}} Increment ``` but we found that the web component content did...
I was testing out a Lit component inside an Angular project with [this Stackblitz project](https://stackblitz.com/edit/angular-lit-element?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fhello-element.ts). I modified what was there originally so that I'd be passing a value that changes...