Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6801bcd
chore: add togglegroup token
svc-instui Dec 25, 2025
afe984c
chore: update general shadow values
svc-instui Dec 25, 2025
34bd269
chore: update rebrand opacity token value
svc-instui Dec 25, 2025
d582b71
chore: add billboard token set
svc-instui Dec 25, 2025
0e38224
chore: add billboard tokens
svc-instui Dec 25, 2025
b12ec8a
chore: update billboard token values
svc-instui Dec 25, 2025
a60caad
chore: fix billboard message color values
svc-instui Dec 25, 2025
84daff1
chore: add aiinformation tokens
svc-instui Dec 27, 2025
311a7b5
chore: add datapermissionlevels tokens
svc-instui Dec 27, 2025
a77b1d1
chore: fix billboard tokens
svc-instui Dec 27, 2025
ac8e63d
chore: fix datapermission token values
svc-instui Dec 27, 2025
490f34a
chore: add nutritionfacts token
svc-instui Dec 29, 2025
e764543
chore: add missing aiinformation token
svc-instui Dec 29, 2025
429ac9c
chore: fix datapermission border radius
svc-instui Dec 29, 2025
5881ac8
chore: fix datapermissionlevel radius
svc-instui Dec 29, 2025
227df00
chore: add datapermission background
svc-instui Dec 29, 2025
96526db
chore: fix datapermissionlevels padding
svc-instui Dec 29, 2025
6cedaee
chore: fix cardpadding
svc-instui Dec 29, 2025
bd28482
chore: fix datapermission token values
svc-instui Dec 30, 2025
fd615c8
chore: fix nutritionfacts border radius
svc-instui Dec 30, 2025
deb2b41
chore: add rating tokens
svc-instui Dec 30, 2025
ec16b2c
chore: add rating tokens to the themes
svc-instui Dec 30, 2025
a2a7b25
chore: rename rating set to ratingicon
svc-instui Dec 30, 2025
6243084
chore: fix rating token value
svc-instui Dec 30, 2025
dd66528
chore: add progresscricle tokens
svc-instui Jan 2, 2026
6a85152
chore: update progresscircle rebrand values
svc-instui Jan 2, 2026
c880ae5
chore: fix xsmall progresscircle
svc-instui Jan 2, 2026
892c4c6
chore: add missing tokens to progressCircle
svc-instui Jan 2, 2026
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
20 changes: 17 additions & 3 deletions packages/ui-scripts/lib/build/tokensStudio/$metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@
"canvas/semantic/color/canvas",
"canvas/semantic/color/canvasHighContrast",
"canvas/semantic/layout/default",
"canvas/component/AiInformation",
"canvas/component/Alert",
"canvas/component/Avatar",
"canvas/component/Badge",
"canvas/component/BaseButton",
"canvas/component/Billboard",
"canvas/component/Breadcrumb",
"canvas/component/Calendar",
"canvas/component/Checkbox",
"canvas/component/Drilldown",
"canvas/component/ContextView",
"canvas/component/DataPermissionLevels",
"canvas/component/Drilldown",
"canvas/component/FileDrop",
"canvas/component/FormFieldLayout",
"canvas/component/FormFieldMessage",
Expand All @@ -27,12 +30,15 @@
"canvas/component/Menu",
"canvas/component/Metric",
"canvas/component/Modal",
"canvas/component/NutritionFacts",
"canvas/component/Options",
"canvas/component/Pill",
"canvas/component/Popover",
"canvas/component/ProgressBar",
"canvas/component/ProgressCircle",
"canvas/component/RadioInput",
"canvas/component/RangeInput",
"canvas/component/RatingIcon",
"canvas/component/SharedTokens",
"canvas/component/SideNavBar",
"canvas/component/SourceCodeEditor",
Expand All @@ -45,20 +51,22 @@
"canvas/component/TextInput",
"canvas/component/Toggle",
"canvas/component/ToggleDetails",
"canvas/component/ToggleGroup",
"canvas/component/Tooltip",
"canvas/component/Tray",
"canvas/component/TreeBrowser",
"canvas/component/View",
"rebrand/component/SourceCodeEditor",
"rebrand/component/Table",
"rebrand/component/AiInformation",
"rebrand/component/Alert",
"rebrand/component/Avatar",
"rebrand/component/Badge",
"rebrand/component/BaseButton",
"rebrand/component/Billboard",
"rebrand/component/Breadcrumb",
"rebrand/component/ContextView",
"rebrand/component/Calendar",
"rebrand/component/Checkbox",
"rebrand/component/DataPermissionLevels",
"rebrand/component/Drilldown",
"rebrand/component/FileDrop",
"rebrand/component/Flex",
Expand All @@ -74,22 +82,28 @@
"rebrand/component/Menu",
"rebrand/component/Metric",
"rebrand/component/Modal",
"rebrand/component/NutritionFacts",
"rebrand/component/Options",
"rebrand/component/Pill",
"rebrand/component/Popover",
"rebrand/component/ProgressBar",
"rebrand/component/ProgressCircle",
"rebrand/component/RadioInput",
"rebrand/component/RangeInput",
"rebrand/component/RatingIcon",
"rebrand/component/SharedTokens",
"rebrand/component/SideNavBar",
"rebrand/component/SourceCodeEditor",
"rebrand/component/Spinner",
"rebrand/component/Table",
"rebrand/component/Tabs",
"rebrand/component/Tag",
"rebrand/component/Text",
"rebrand/component/TextArea",
"rebrand/component/TextInput",
"rebrand/component/Toggle",
"rebrand/component/ToggleDetails",
"rebrand/component/ToggleGroup",
"rebrand/component/Tooltip",
"rebrand/component/Tray",
"rebrand/component/TreeBrowser",
Expand Down
681 changes: 555 additions & 126 deletions packages/ui-scripts/lib/build/tokensStudio/$themes.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"aiInformation": {
"bodyPadding": {
"value": "{spacing.spaceXl}",
"type": "spacing"
},
"headingBottomMargin": {
"value": "{spacing.spaceXl}",
"type": "spacing"
},
"featureNameBottomMargin": {
"value": "{spacing.spaceLg}",
"type": "spacing"
},
"permissionLevelTextBottomMargin": {
"value": "{spacing.spaceSm}",
"type": "spacing"
},
"permissionLevelBottomMargin": {
"value": "{spacing.spaceSm}",
"type": "spacing"
},
"descriptionBottomMargin": {
"value": "{spacing.spaceSm}",
"type": "spacing"
},
"modelNameTextBottomMargin": {
"value": "{spacing.spaceXs}",
"type": "spacing"
},
"modelNameBottomMargin": {
"value": "{spacing.spaceXs}",
"type": "spacing"
},
"dividerMargin": {
"value": "{spacing.spaceLg}",
"type": "spacing"
},
"dividerColor": {
"value": "{color.stroke.muted}",
"type": "color"
},
"levelColor": {
"value": "{color.text.aiColor}",
"type": "color"
},
"permissionLevelsModalTriggerBottomMargin": {
"value": "{spacing.spaceXl}",
"type": "spacing"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"billboard": {
"backgroundColor": {
"value": "{color.background.base}",
"type": "color"
},
"fontFamily": {
"value": "{fontFamily.base}",
"type": "fontFamilies"
},
"paddingSmall": {
"value": "{spacing.spaceMd}",
"type": "spacing"
},
"paddingMedium": {
"value": "{spacing.spaceXl}",
"type": "spacing"
},
"paddingLarge": {
"value": "{spacing.spaceXl}",
"type": "spacing"
},
"mediumMargin": {
"value": "{spacing.spaceMd}",
"type": "spacing"
},
"largeMargin": {
"value": "{spacing.spaceXl}",
"type": "spacing"
},
"buttonBorderWidth": {
"value": "{borderWidth.md}",
"type": "borderWidth"
},
"buttonBorderStyle": {
"value": "solid",
"type": "text"
},
"buttonHoverBorderStyle": {
"value": "dashed",
"type": "text"
},
"buttonBorderRadius": {
"value": "0.5rem",
"type": "borderRadius"
},
"messageColor": {
"value": "{color.text.interactive.navigation.primary.base}",
"type": "color"
},
"messageColorClickable": {
"value": "{color.text.interactive.navigation.primary.base}",
"type": "color"
},
"clickableActiveBg": {
"value": "{color.background.interactive.action.primary.active}",
"type": "color"
},
"clickableActiveText": {
"value": "{color.text.onColor}",
"type": "color"
},
"messageFontSizeSmall": {
"value": "{fontSize.textSm}",
"type": "fontSizes"
},
"messageFontSizeMedium": {
"value": "{fontSize.textBase}",
"type": "fontSizes"
},
"messageFontSizeLarge": {
"value": "{fontSize.textLg}",
"type": "fontSizes"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"dataPermissionLevels": {
"cardBorderRadius": {
"value": "{borderRadius.sm}",
"type": "borderRadius"
},
"cardBorderColor": {
"value": "{color.stroke.muted}",
"type": "color"
},
"cardBorderWidth": {
"value": "{borderWidth.md}",
"type": "borderWidth"
},
"currentFeaturePaddingSides": {
"value": "{spacing.spaceMd}",
"type": "spacing"
},
"currentFeaturePaddingTopBottom": {
"value": "{spacing.spaceSm}",
"type": "spacing"
},
"permissionTitleBottomMargin": {
"value": "{spacing.spaceSm}",
"type": "spacing"
},
"levelColor": {
"value": "{color.text.aiColor}",
"type": "color"
},
"aiTextLeftGradientColor": {
"value": "{color.background.aiTopGradient}",
"type": "color"
},
"aiTextRightGradientColor": {
"value": "{color.background.aiBottomGradient}",
"type": "color"
},
"bodyPadding": {
"value": "{spacing.gap.cards.lg}",
"type": "spacing"
},
"contentContainerColor": {
"value": "{color.background.elevatedSurface.base}",
"type": "color"
},
"contentContainerBorderRadius": {
"value": "0rem",
"type": "borderRadius"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"nutritionFacts": {
"borderRadius": {
"value": "{borderRadius.md}",
"type": "borderRadius"
},
"cardBorderColor": {
"value": "{color.stroke.muted}",
"type": "color"
},
"cardBorderWidth": {
"value": "{borderWidth.sm}",
"type": "borderWidth"
},
"cardPadding": {
"value": "{spacing.gap.cards.sm}",
"type": "spacing"
},
"cardExplainerContainerBottomMargin": {
"value": "{spacing.spaceSm}",
"type": "spacing"
},
"cardGap": {
"value": "{spacing.spaceXl}",
"type": "spacing"
},
"bodyPadding": {
"value": "{spacing.padding.container.md}",
"type": "spacing"
},
"blockGap": {
"value": "{spacing.gap.cards.md}",
"type": "spacing"
}
}
}
Loading
Loading