Joacim Magnusson

Results 18 issues of 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...

Lib: Angular
Lib: Storybook

The horizontal line should be centered, and not go all the way to the edges. How it currently looks: ![image](https://github.com/sebgroup/green/assets/49055952/088f8d3a-5bc0-43a4-92f1-4fb3567ae97c) How it should look:

Lib: Chlorophyll
Lib: Storybook
Comp: CheckBox

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...

Type: Feature request
Comp: Datepicker
Lib: Core

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...

Type: Bug
Comp: Datepicker

This can be done as soon as the Datepicker is implemented in Green Core

Type: A11y
Comp: Datepicker
Lib: Core

- [ ] Check that there are no global variables produced, which may conflict - [ ] Make sure it is tree-shakable - [ ] Eliminate any duplicate CSS

Lib: Core

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...