Skip to content

Commit

Permalink
Merge branch 'develop' into #544-FormCaption-rename-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHoffmannS2 committed Jan 17, 2024
2 parents fa4a317 + 8d8d9da commit 81edde6
Show file tree
Hide file tree
Showing 53 changed files with 1,341 additions and 818 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# B01LER

![Boiler_Welcome](https://github.com/deven-org/B01LER-Kitchen/assets/122102805/f5aa5c3a-9d5b-4b98-a9df-29dd1b35b1ea)
![B01LER_UpdateImg_1100-480@2x](https://github.com/deven-org/B01LER-Kitchen/assets/122102805/bae176fa-d423-4353-9805-c4e9e4c29ba1)


## :page_with_curl: Content

Expand Down
189 changes: 165 additions & 24 deletions packages/figma-design-tokens/input/tokens/$themes.json

Large diffs are not rendered by default.

22 changes: 16 additions & 6 deletions packages/figma-design-tokens/input/tokens/color/CMP.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,23 @@
}
},
"Tooltip": {
"SurfaceFill": {
"value": "{q.surface.inverted}",
"type": "color"
"Container": {
"BackgroundColor": {
"value": "{q.surface.inverted}",
"type": "color"
},
"Elevation": {
"Elevated": {
"value": "{Elevation.Lvl_1}",
"type": "boxShadow"
}
}
},
"Content": {
"value": "{q.content.oninverted.alpha}",
"type": "color"
"Text": {
"TextColor": {
"value": "{q.content.oninverted.alpha}",
"type": "color"
}
}
},
"Dialog": {
Expand Down
11 changes: 11 additions & 0 deletions packages/figma-design-tokens/input/tokens/color/SEM.json
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,17 @@
}
},
"Elevation": {
"Lvl_0": {
"value": {
"x": "{core.dimensionPX.0}",
"y": "{core.dimensionPX.0}",
"blur": "{core.dimensionPX.0}",
"spread": "{core.dimensionPX.0}",
"color": "{q.shadow.alpha}",
"type": "dropShadow"
},
"type": "boxShadow"
},
"Lvl_1": {
"value": {
"x": "{core.dimensionPX.0}",
Expand Down
40 changes: 27 additions & 13 deletions packages/figma-design-tokens/input/tokens/dimensions/CMP.json
Original file line number Diff line number Diff line change
Expand Up @@ -958,14 +958,32 @@
}
},
"Tooltip": {
"ContentCol": {
"TextWrapper": {
"Padding": {
"value": "{core.dimensionPX.6} {core.dimensionPX.8}",
"value": "{Feedback.Tooltip.TextWrapper.PaddingTopBottm} {Feedback.Tooltip.TextWrapper.PaddingLeftRight}",
"type": "spacing"
},
"BorderRadius": {
"value": "{core.borderRadius.MD}",
"type": "borderRadius"
},
"MinWidth": {
"value": "{core.dimensionREM.40}",
"type": "sizing",
"description": "Defines the minimum width of the tooltip."
},
"MaxWidth": {
"value": "{core.dimensionREM.80}",
"type": "sizing",
"description": "Defines the maximum Width of the tooltip."
},
"PaddingTopBottm": {
"value": "{core.dimensionPX.6}",
"type": "spacing"
},
"PaddingLeftRight": {
"value": "{core.dimensionPX.8}",
"type": "spacing"
}
},
"NoseWrapper": {
Expand All @@ -980,15 +998,11 @@
"description": "Apply on tooltips where the nose is either top or bottom. The pading defines the inset of the nose."
}
},
"MinWidth": {
"value": "{core.dimensionREM.40}",
"type": "sizing",
"description": "Defines the minimum width of the tooltip."
},
"MaxWidth": {
"value": "{core.dimensionREM.80}",
"type": "sizing",
"description": "Defines the maximum Width of the tooltip."
"Text": {
"Typography": {
"value": "{UI.Caption.SM}",
"type": "typography"
}
}
},
"Dialog": {
Expand Down Expand Up @@ -3323,12 +3337,12 @@
"description": "Defines the gap between hint and error message"
},
"MD": {
"value": "{core.dimensionREM.4}",
"value": "{core.dimensionREM.5}",
"type": "spacing",
"description": "Defines the gap between hint and error message"
},
"LG": {
"value": "{core.dimensionREM.4}",
"value": "{core.dimensionREM.6}",
"type": "spacing",
"description": "Defines the gap between hint and error message"
}
Expand Down
Loading

0 comments on commit 81edde6

Please sign in to comment.