Joacim Magnusson
Joacim Magnusson
This PR adds an implementation of filter chips to Green Core. Bonus stuff: - Add `@resizeObserver()` decorator, for reusable reactive size watching - Move attribute converters to helper module so...
Storybook renders Angular components in iframes, and when setting the theme in Storybook to dark mode, it does not get propagated correctly to the iframes, causing components to render in...
The horizontal line should be centered, and not go all the way to the edges. How it currently looks:  How it should look:
By default, the Datepicker emits a `Date` object with the time set to 00:00 local time. In some cases it may be desirable to select dates dates in different time...
Currently, the Datepicker only runs pasted strings through the javascript `Date()` constructor. This can be a problem if the format of the Datepicker is set to something non-standard. That can...
This can be done as soon as the Datepicker is implemented in Green Core
- [ ] Check that there are no global variables produced, which may conflict - [ ] Make sure it is tree-shakable - [ ] Eliminate any duplicate CSS
Refactor Segmented Control to use `scroll-snap` and `IntersectionObserver` instead of custom layout logic. The responsiveness of the component is updated to allow variable width of the segments when all segments...
`gds-rich-text` can be used to wrap generic HTML content and apply typography styles. The wrapped content will get captured and transferred to the inner shadowRoot of the `gds-rich-text` element. A...