Lukas Mestel
Lukas Mestel
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@11ty/[email protected]` for the project I'm working on. I use a [lazy image library](https://github.com/aFarkas/lazysizes),...
`background` is not equal inverted `foreground`. So we need explicit tokens for `background-inverted` & `foreground-inverted`.
The `build-components`- and `storybook`-packages are still written in common js. We should transform them to es modules. This blocks https://github.com/kickstartDS/kickstartDS/pull/358 related: - https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c - https://github.com/storybookjs/storybook/issues/11587
replace topics with headline level `p` - [ ] Content Box -> Problem: different font-sizes based on container queries - [ ] Teaser - [ ] Post Teaser - [...
There should be a way to pass additional props to nested picture components. Currently you can only define an image source url on a ContentBox or TeaserBox Component. So it's...
I want to change the subheadline color of the storytelling component by passing `style={{"--c-headline_subheadline--color": myCustomSubheadlineColor}}` to the storytelling component. This doesn't work, because `--c-headline_subheadline--color` is overwritten by the headline component...
To have a button, that looks like a link we should add a new `link` variant to the Button component: `
Currently i have to import from `@kickstartds/base/lib/button` if i only want the button component. It would be nicer if i could omit th `lib` part and write `import { Button...
```json { "$ref": "http://schema.kickstartds.com/base/teaser-box.schema.json#/properties/image" } ``` does not work, because the teaser box schema starts with an `allOf` (there is no top level `properties`). maybe we should add a `definitions`...
The component token `--c-teaser_topic--font` is defined but never used. Remove it or use it.