Joren Broekema

Results 45 issues of Joren Broekema

Context: https://design-tokens.github.io/community-group/format/#types & https://design-tokens.github.io/community-group/format/#type-1 ```json { "color": { "type": "color", "font": { "base": { "value": "{color.base.gray.light.value}" } } } } ``` When exported, we get the following data: ```js {...

enhancement
Core Architecture
discuss

Hey, I believe I spotted an error in the docs here https://amzn.github.io/style-dictionary/#/formats?id=format-configuration ```json { "files": [{ "destination": "map.scss", "format": "scss/map-deep", "mapName": "my-tokens" }] } ``` should be ```json { "files":...

Hey, perhaps I'm mistaken about this but I believe there's a missing property in `StyleDictionary.Core` type (`index.d.ts`) I believe https://github.com/amzn/style-dictionary/blob/main/types/index.d.ts#L72 should contain a line: ```ts platforms: Platform[]; ``` Let me...

Hi, I noticed something interesting, the `dictionary` object has a tokens/allTokens prop which contains your tokens, and it contains a little bit of meta data about these tokens. However, the...

question

Hi, I think it would be valuable if parsers could be asynchronous. Essentially parsers allow you to write tokens in any format, as long as you can write a parser...

Cool project! Perhaps it would be nice to align with https://www.conventionalcommits.org/en/v1.0.0/#specification This specification is basically an industry standard, and lots of tooling and standards are built on top of it....

enhancement

# Tokens group $extends property proposal I would like to propose adding a special `$extends` property on token groups to signify that the group extends from another group. This proposal...

Needs Feedback/Review

## What I did 1. Update codelabs to latest lit 2. Update some of the guides to latest lit I did not include: - Guides related to open-wc/create, since the...

lit2

## What I did 1. Create LionFieldBase that doesn't include FormatMixin 2. Make select rich use LionFieldBase to share a common ancestor with other fields It seems that the order...

enhancement
help wanted