Skip to content
Merged
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
298 changes: 202 additions & 96 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
@@ -1,27 +1,48 @@
{
"baseButton": {
"primaryActiveBackground": {
"value": "{color.background.interactive.action.primary.active}",
"primaryBackground": {
"value": "{color.institutional.brandButtonPrimaryBgd}",
"type": "color"
},
"primaryActiveBorderColor": {
"value": "{color.stroke.interactive.action.primary.active}",
"primaryColor": {
"value": "{color.institutional.brandButtonPrimaryText}",
"type": "color"
},
"primaryActiveTextColor": {
"value": "{color.text.interactive.action.primary.active}",
"primaryBorderColor": {
"value": "{color.institutional.brandButtonPrimaryBgd}",
"type": "color"
},
"primaryBackground": {
"primaryHoverBackground": {
"value": "{color.institutional.brandButtonPrimaryBgd}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "darken",
"value": "0.1",
"space": "hsl"
}
}
}
},
"primaryHoverBorderColor": {
"value": "{color.stroke.interactive.action.primary.hover}",
"type": "color"
},
"primaryBorderColor": {
"value": "{color.institutional.brandButtonPrimaryBgd}",
"primaryHoverTextColor": {
"value": "{color.text.interactive.action.primary.hover}",
"type": "color"
},
"primaryColor": {
"value": "{color.institutional.brandButtonPrimaryText}",
"primaryActiveBackground": {
"value": "{color.background.interactive.action.primary.active}",
"type": "color"
},
"primaryActiveBorderColor": {
"value": "{color.stroke.interactive.action.primary.active}",
"type": "color"
},
"primaryActiveTextColor": {
"value": "{color.text.interactive.action.primary.active}",
"type": "color"
},
"primaryDisabledBackgroundColor": {
Expand Down Expand Up @@ -52,18 +73,6 @@
"value": "{color.background.interactive.action.tertiary.hover}",
"type": "color"
},
"primaryHoverBackground": {
"value": "{color.background.interactive.action.primary.hover}",
"type": "color"
},
"primaryHoverBorderColor": {
"value": "{color.stroke.interactive.action.primary.hover}",
"type": "color"
},
"primaryHoverTextColor": {
"value": "{color.text.interactive.action.primary.hover}",
"type": "color"
},
"primaryInverseActiveBackground": {
"value": "{color.background.interactive.action.primaryOnColor.active}",
"type": "color"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"value": "{color.icon.onColor}",
"type": "color"
},
"fontColor": {
"textColor": {
"value": "{color.text.onColor}",
"type": "color"
},
"minimizedminWidth": {
"value": "3.375rem",
"value": "5.75rem",
"type": "sizing"
},
"toggleTransition": {
"value": "300ms",
"type": "other"
},
"minWidth": {
"value": "5.25rem",
"value": "15.75rem",
"type": "sizing"
},
"margin": {
Expand All @@ -41,10 +41,6 @@
"type": "spacing"
},
"mainNavGap": {
"value": "{spacing.padding.container.xxs}",
"type": "spacing"
},
"mainNavMinimizedGap": {
"value": "0rem",
"type": "spacing"
},
Expand Down Expand Up @@ -85,80 +81,174 @@
"borderColor": {
"value": "{color.stroke.base}",
"type": "color"
}
},
"sideNavBarItemNew": {
"iconWrapperHeight": {
"value": "2.25rem",
"type": "sizing"
},
"borderRadius": {
"value": "0rem",
"type": "borderRadius"
},
"backgroundColor": {
"value": "transparent",
"type": "color"
},
"horizontalPadding": {
"value": "0.375rem",
"type": "spacing"
},
"verticalPadding": {
"value": "0.25rem",
"type": "spacing"
},
"fontColor": {
"value": "{color.text.onColor}",
"type": "color"
},
"fontFamily": {
"value": "{fontFamily.base}",
"type": "fontFamilies"
},
"fontSize": {
"value": "{fontSize.textSm}",
"type": "fontSizes"
},
"fontWeight": {
"value": "{fontWeight.body.base}",
"type": "fontWeights"
},
"hoverBackgroundColor": {
"value": "{color.background.interactive.action.primary.hover}",
"type": "color"
},
"lineHeight": {
"value": "{lineHeight.paragraph.base}",
"type": "lineHeights"
},
"linkTextDecoration": {
"value": "none",
"type": "other"
},
"selectedBackgroundColor": {
"value": "{color.background.base}",
"type": "color"
},
"selectedFontColor": {
"value": "{color.text.interactive.navigation.primary.base}",
"type": "color"
},
"innerFocusOutlineColor": {
"value": "{color.stroke.interactive.focusRing.onColor}",
"type": "color"
},
"selectedInnerFocusOutlineColor": {
"value": "{color.stroke.interactive.focusRing.base}",
"type": "color"
},
"outerFocusOutlineColor": {
"value": "{color.stroke.base}",
"type": "color"
},
"selectedOuterFocusOutlineColor": {
"value": "{color.stroke.interactive.focusRing.onColor}",
"type": "color"
"borderWidth": {
"value": "{borderWidth.sm}",
"type": "borderWidth"
},
"item": {
"iconWrapperHeight": {
"value": "2.25rem",
"type": "sizing"
},
"borderRadius": {
"value": "0rem",
"type": "borderRadius"
},
"backgroundColor": {
"value": "transparent",
"type": "color"
},
"horizontalPadding": {
"value": "0.5rem",
"type": "spacing"
},
"verticalPadding": {
"value": "0.375rem",
"type": "spacing"
},
"fontColor": {
"value": "{color.text.onColor}",
"type": "color"
},
"fontFamily": {
"value": "{fontFamily.base}",
"type": "fontFamilies"
},
"fontSize": {
"value": "{fontSize.textBase}",
"type": "fontSizes"
},
"fontWeight": {
"value": "{fontWeight.body.base}",
"type": "fontWeights"
},
"hoverBackgroundColor": {
"value": "{color.background.interactive.action.primary.hover}",
"type": "color"
},
"lineHeight": {
"value": "{lineHeight.paragraph.base}",
"type": "lineHeights"
},
"linkTextDecoration": {
"value": "none",
"type": "other"
},
"currentBackgroundColor": {
"value": "{color.background.base}",
"type": "color"
},
"selectedBackgroundColor": {
"value": "{color.background.interactive.action.tertiary.active}",
"type": "color"
},
"selectedAccountBackgroundColor": {
"value": "{color.background.interactive.action.tertiary.active}",
"type": "color"
},
"currentTextColor": {
"value": "{color.text.interactive.navigation.primary.base}",
"type": "color"
},
"selectedAccountFontColor": {
"value": "{color.text.interactive.navigation.primary.base}",
"type": "color"
},
"innerFocusOutlineColor": {
"value": "{color.stroke.interactive.focusRing.onColor}",
"type": "color"
},
"selectedInnerFocusOutlineColor": {
"value": "{color.stroke.interactive.focusRing.base}",
"type": "color"
},
"outerFocusOutlineColor": {
"value": "{color.stroke.base}",
"type": "color"
},
"selectedOuterFocusOutlineColor": {
"value": "{color.stroke.interactive.focusRing.onColor}",
"type": "color"
}
},
"drilldownOption": {
"backgroundColor": {
"value": "{color.transparentColor}",
"type": "color"
},
"hoverBackgroundColor": {
"value": "{color.background.interactive.action.primary.hover}",
"type": "color"
},
"activeBackgroundColor": {
"value": "{color.background.interactive.action.primary.active}",
"type": "color"
},
"selectedBackgroundColor": {
"value": "{color.background.brand}",
"type": "color"
},
"textColor": {
"value": "{color.text.onColor}",
"type": "color"
},
"selectedTextColor": {
"value": "{color.text.interactive.navigation.primary.base}",
"type": "color"
},
"logoutTextColor": {
"value": "{color.text.onColor}",
"type": "color"
},
"borderRadius": {
"value": "0rem",
"type": "borderRadius"
}
},
"button": {
"textColor": {
"value": "{color.text.onColor}",
"type": "color"
}
},
"subNav": {
"strokeColor": {
"value": "{color.stroke.base}",
"type": "color"
},
"textColor": {
"value": "{color.text.onColor}",
"type": "color"
},
"padding": {
"value": "{spacing.spaceMd}",
"type": "spacing"
},
"gap": {
"value": "{spacing.spaceSm}",
"type": "spacing"
}
},
"institutionLogo": {
"textColor": {
"value": "{color.text.onColor}",
"type": "color"
},
"strokeColor": {
"value": "{color.stroke.base}",
"type": "color"
}
},
"insitutionLogo": {
"padding": {
"value": "{spacing.spaceSm}",
"type": "spacing"
},
"gap": {
"value": "{spacing.spaceMd}",
"type": "spacing"
}
}
}
}
Loading
Loading