Skip to content

Commit

Permalink
Merge branch 'develop' into #534-numberinput-renames-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHoffmannS2 committed Jan 22, 2024
2 parents 2cbc067 + e180b32 commit 06853e2
Show file tree
Hide file tree
Showing 141 changed files with 3,256 additions and 2,308 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
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const componentTypes = [
'Tooltip',
'RadioGroup',
'NumberInput',
'CaptionComponent',
'CaptionGroup',
'FormLabel',
];
Expand Down
681 changes: 389 additions & 292 deletions packages/figma-design-tokens/input/tokens/$themes.json

Large diffs are not rendered by default.

244 changes: 141 additions & 103 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 Expand Up @@ -888,153 +898,155 @@
},
"Slider": {
"Thumb": {
"Fill": {
"Rest": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Rest"
},
"Hover": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Hover"
},
"Pressed": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Pressed"
},
"Focus": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Focus"
},
"Disabled": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Disabled"
},
"ReadOnly": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.ReadOnly"
},
"Error": {
"value": "{q.surface.error.alpha}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Error"
}
},
"Stroke": {
"Rest": {
"value": "{q.stroke.brand.beta.rest}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Rest"
},
"Hover": {
"value": "{q.stroke.brand.beta.hover}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Hover"
},
"Pressed": {
"value": "{q.stroke.brand.beta.pressed}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Pressed"
},
"Focus": {
"value": "{q.stroke.brand.beta.rest}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Focus"
},
"Disabled": {
"value": "{q.stroke.disabled.beta}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Disabled"
},
"ReadOnly": {
"value": "{q.stroke.readonly}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.ReadOnly"
"Shape": {
"BackgroundColor": {
"Rest": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Rest"
},
"Hover": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Hover"
},
"Pressed": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Pressed"
},
"Focus": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Focus"
},
"Disabled": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Disabled"
},
"ReadOnly": {
"value": "{q.surface.default}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.ReadOnly"
},
"Error": {
"value": "{q.surface.error.alpha}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Fill.Error"
}
},
"Error": {
"value": "{q.stroke.error}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Error"
"BorderColor": {
"Rest": {
"value": "{q.stroke.brand.beta.rest}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Rest"
},
"Hover": {
"value": "{q.stroke.brand.beta.hover}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Hover"
},
"Pressed": {
"value": "{q.stroke.brand.beta.pressed}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Pressed"
},
"Focus": {
"value": "{q.stroke.brand.beta.rest}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Focus"
},
"Disabled": {
"value": "{q.stroke.disabled.beta}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Disabled"
},
"ReadOnly": {
"value": "{q.stroke.readonly}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.ReadOnly"
},
"Error": {
"value": "{q.stroke.error}",
"type": "color",
"description": "Forms.Checkbox.Control.Background.Unselected.Stroke.Error"
}
}
}
},
"Track": {
"Stroke": {
"Active": {
"Default": {
"BorderColor": {
"Default": {
"Active": {
"value": "{q.content.onbrand.beta.rest}",
"type": "color"
},
"Mute": {
"value": "{q.content.ondisabled.alpha}",
"Inactive": {
"value": "{q.surface.brand.secondary.rest}",
"type": "color"
}
},
"Inactive": {
"Default": {
"value": "{q.surface.brand.secondary.rest}",
"Mute": {
"Active": {
"value": "{q.content.ondisabled.alpha}",
"type": "color"
},
"Mute": {
"Inactive": {
"value": "{q.surface.disabled.alpha}",
"type": "color"
}
}
}
},
"TickMark": {
"Stroke": {
"Active": {
"Default": {
"BorderColor": {
"Default": {
"Active": {
"value": "{q.content.onbrand.beta.rest}",
"type": "color"
},
"Mute": {
"value": "{q.content.ondisabled.alpha}",
"Inactive": {
"value": "{q.surface.brand.secondary.rest}",
"type": "color"
}
},
"Inactive": {
"Default": {
"value": "{q.surface.brand.secondary.rest}",
"Mute": {
"Active": {
"value": "{q.content.ondisabled.alpha}",
"type": "color"
},
"Mute": {
"Inactive": {
"value": "{q.surface.disabled.alpha}",
"type": "color"
}
}
},
"Fill": {
"Active": {
"Default": {
"BackgroundColor": {
"Default": {
"Active": {
"value": "{q.surface.default}",
"type": "color"
},
"Mute": {
"Inactive": {
"value": "{q.surface.default}",
"type": "color"
}
},
"Inactive": {
"Default": {
"Mute": {
"Active": {
"value": "{q.surface.default}",
"type": "color"
},
"Mute": {
"Inactive": {
"value": "{q.surface.default}",
"type": "color"
}
}
}
},
"Legend": {
"Color": {
"TextColor": {
"Default": {
"value": "{q.content.ondefault.beta}",
"type": "color"
Expand Down Expand Up @@ -1143,6 +1155,32 @@
}
}
}
},
"CaptionComponent": {
"Text": {
"TextColor": {
"Hint": {
"value": "{Forms.Caption.Hint}",
"type": "color"
},
"Error": {
"value": "{Forms.Caption.Error}",
"type": "color"
}
}
},
"Icon": {
"IconColor": {
"Hint": {
"value": "{Forms.Caption.Hint}",
"type": "color"
},
"Error": {
"value": "{Forms.Caption.Error}",
"type": "color"
}
}
}
}
},
"UI": {
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
Loading

0 comments on commit 06853e2

Please sign in to comment.