Lukas Mestel

Results 20 issues of 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),...

enhancement
feature: 🥎 HTML <base> plugin

`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

internal

replace topics with headline level `p` - [ ] Content Box -> Problem: different font-sizes based on container queries - [ ] Teaser - [ ] Post Teaser - [...

enhancement

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

enhancement

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

bug

To have a button, that looks like a link we should add a new `link` variant to the Button component: `

enhancement
question

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

enhancement

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

bug

The component token `--c-teaser_topic--font` is defined but never used. Remove it or use it.

bug