Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tokensStudio/$metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"canvas/component/Mask",
"canvas/component/Menu",
"canvas/component/Metric",
"canvas/component/MobileSharedTokens",
"canvas/component/Modal",
"canvas/component/NutritionFacts",
"canvas/component/Options",
Expand Down Expand Up @@ -110,6 +111,7 @@
"rebrand/component/Mask",
"rebrand/component/Menu",
"rebrand/component/Metric",
"rebrand/component/MobileSharedTokens",
"rebrand/component/Modal",
"rebrand/component/NutritionFacts",
"rebrand/component/Options",
Expand Down
158 changes: 138 additions & 20 deletions tokensStudio/$themes.json

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions tokensStudio/canvas/component/Banner.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@
"value": "{semantic.color.background.accent.sea}",
"type": "color"
},
"aiBackgroundTopGradientColor": {
"value": "{semantic.color.background.interactive.action.aiSecondary.active.topGradient}",
"type": "color"
},
"aiBackgroundBottomGradientColor": {
"value": "{semantic.color.background.interactive.action.aiSecondary.active.bottomGradient}",
"type": "color"
},
"relaxedPaddingVertical": {
"value": "{semantic.spacing.spaceXl}",
"type": "spacing"
Expand All @@ -74,7 +66,7 @@
"type": "spacing"
},
"contentGapVertical": {
"value": "{semantic.spacing.spaceMd}",
"value": "{semantic.spacing.spaceSm}",
"type": "spacing"
},
"relaxedPaddingHorizontal": {
Expand Down
14 changes: 14 additions & 0 deletions tokensStudio/canvas/component/MobileSharedTokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"mobileSharedTokens": {
"mobileNav": {
"value": "{semantic.color.background.mobileNav}",
"type": "color",
"description": "Background color for mobile navigation"
},
"mobileCourse": {
"value": "{semantic.color.mobileCourse}",
"type": "color",
"description": "Accent color for mobile course context"
}
}
}
78 changes: 77 additions & 1 deletion tokensStudio/canvas/component/Pill.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "fontSizes"
},
"textFontWeight": {
"value": "{semantic.fontWeight.body.base}",
"value": "{semantic.fontWeight.body.strong}",
"type": "fontWeights"
},
"statusLabelFontWeight": {
Expand All @@ -44,14 +44,26 @@
"value": "{semantic.color.stroke.info}",
"type": "color"
},
"infoBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"errorTextColor": {
"value": "{semantic.color.text.error}",
"type": "color"
},
"errorIconColor": {
"value": "{semantic.color.icon.error}",
"type": "color"
},
"errorBorderColor": {
"value": "{semantic.color.stroke.error}",
"type": "color"
},
"errorBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"successTextColor": {
"value": "{semantic.color.text.success}",
"type": "color"
Expand All @@ -60,6 +72,10 @@
"value": "{semantic.color.stroke.success}",
"type": "color"
},
"successBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"warningTextColor": {
"value": "{semantic.color.text.warning}",
"type": "color"
Expand All @@ -68,6 +84,66 @@
"value": "{semantic.color.stroke.warning}",
"type": "color"
},
"warningBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"plumBorderColor": {
"value": "{semantic.color.stroke.accent.plum}",
"type": "color"
},
"plumBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"auroraBorderColor": {
"value": "{semantic.color.stroke.accent.aurora}",
"type": "color"
},
"auroraBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"skyBorderColor": {
"value": "{semantic.color.stroke.accent.sky}",
"type": "color"
},
"skyBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"orangeBorderColor": {
"value": "{semantic.color.stroke.accent.orange}",
"type": "color"
},
"orangeBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"violetBorderColor": {
"value": "{semantic.color.stroke.accent.violet}",
"type": "color"
},
"violetBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"seaBorderColor": {
"value": "{semantic.color.stroke.accent.sea}",
"type": "color"
},
"stoneBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"stoneBorderColor": {
"value": "{semantic.color.stroke.accent.stone}",
"type": "color"
},
"seaBackgroundColor": {
"value": "{semantic.color.background.base}",
"type": "color"
},
"borderRadius": {
"value": "{semantic.borderRadius.full}",
"type": "borderRadius"
Expand Down
Loading
Loading