Joacim Magnusson

Results 50 comments of Joacim Magnusson

@vsjolander @astrit I've updated the stories in Core to use individual stories defined in Typescript instead of MDX. This gives the benefit of being able to auto-generate the Docs page...

@vsjolander @astrit I think we're good to go now! I marked the Angular packages as breaking releases, since bumping the Angular peer dependencies will technically break builds for anyone using...

Some thoughts: * I think we should avoid using definition lists for this kind of content, since `dl`s are known to have different behaviour in different screen readers. Especially the...

@astrit Could you have a look at this one when you have a moment?

@chijun950314 We have no immediate plans to add animation to the modals, but it would be nice to have. For accessibility, the animation should be turned off if the user...

@chijun950314 Very good point! I think we might be better off implementing the stepping action in JS though, because `type='number'` has some [accessibility issues](https://www.coywolf.news/webdev/accessible-number-input/). Also, another often requested feature is...

#801 gets rid of `node-sass` and `cypress` dependencies, which are usual show stoppers on corporate windows machines. With that, `npm i --force` runs to completion without issues on my SEB...

Many improvements and upgrades have been made since this issue was opened. It's still far from ideal, but this issue is very open ended, so I'm closing it now, and...

Hey @kailueooi-seb, thank you for opening this PR. There have been recent work done to have React wrappers automatically generated for all icons by default in another PR: https://github.com/seb-oss/green/pull/1522 As...