@sage/design-tokens 7.1.6 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/frozenproduct/all.css +8 -2
- package/css/frozenproduct/large/components/profile.css +1 -1
- package/css/frozenproduct/large/components/status.css +1 -1
- package/css/frozenproduct/large/dark.css +3 -0
- package/css/frozenproduct/large/light.css +3 -0
- package/css/frozenproduct/small/components/profile.css +1 -1
- package/css/frozenproduct/small/components/status.css +1 -1
- package/css/frozenproduct/small/dark.css +3 -0
- package/css/frozenproduct/small/light.css +3 -0
- package/css/marketing/all.css +8 -2
- package/css/marketing/large/components/profile.css +1 -1
- package/css/marketing/large/components/status.css +1 -1
- package/css/marketing/large/dark.css +3 -0
- package/css/marketing/large/light.css +3 -0
- package/css/marketing/small/components/profile.css +1 -1
- package/css/marketing/small/components/status.css +1 -1
- package/css/marketing/small/dark.css +3 -0
- package/css/marketing/small/light.css +3 -0
- package/css/product/all.css +8 -2
- package/css/product/large/components/profile.css +1 -1
- package/css/product/large/components/status.css +1 -1
- package/css/product/large/dark.css +3 -0
- package/css/product/large/light.css +3 -0
- package/css/product/small/components/profile.css +1 -1
- package/css/product/small/components/status.css +1 -1
- package/css/product/small/dark.css +3 -0
- package/css/product/small/light.css +3 -0
- package/ios/frozenproduct/large/dark/components/profile.h +1 -1
- package/ios/frozenproduct/large/dark/components/status.h +1 -1
- package/ios/frozenproduct/large/dark/mode.h +3 -0
- package/ios/frozenproduct/large/light/components/profile.h +1 -1
- package/ios/frozenproduct/large/light/components/status.h +1 -1
- package/ios/frozenproduct/large/light/mode.h +3 -0
- package/ios/frozenproduct/small/dark/components/profile.h +1 -1
- package/ios/frozenproduct/small/dark/components/status.h +1 -1
- package/ios/frozenproduct/small/dark/mode.h +3 -0
- package/ios/frozenproduct/small/light/components/profile.h +1 -1
- package/ios/frozenproduct/small/light/components/status.h +1 -1
- package/ios/frozenproduct/small/light/mode.h +3 -0
- package/ios/marketing/large/dark/components/profile.h +1 -1
- package/ios/marketing/large/dark/components/status.h +1 -1
- package/ios/marketing/large/dark/mode.h +3 -0
- package/ios/marketing/large/light/components/profile.h +1 -1
- package/ios/marketing/large/light/components/status.h +1 -1
- package/ios/marketing/large/light/mode.h +3 -0
- package/ios/marketing/small/dark/components/profile.h +1 -1
- package/ios/marketing/small/dark/components/status.h +1 -1
- package/ios/marketing/small/dark/mode.h +3 -0
- package/ios/marketing/small/light/components/profile.h +1 -1
- package/ios/marketing/small/light/components/status.h +1 -1
- package/ios/marketing/small/light/mode.h +3 -0
- package/ios/product/large/dark/components/profile.h +1 -1
- package/ios/product/large/dark/components/status.h +1 -1
- package/ios/product/large/dark/mode.h +3 -0
- package/ios/product/large/light/components/profile.h +1 -1
- package/ios/product/large/light/components/status.h +1 -1
- package/ios/product/large/light/mode.h +3 -0
- package/ios/product/small/dark/components/profile.h +1 -1
- package/ios/product/small/dark/components/status.h +1 -1
- package/ios/product/small/dark/mode.h +3 -0
- package/ios/product/small/light/components/profile.h +1 -1
- package/ios/product/small/light/components/status.h +1 -1
- package/ios/product/small/light/mode.h +3 -0
- package/js/common/frozenproduct/large/dark/components/profile.js +2 -2
- package/js/common/frozenproduct/large/dark/components/status.js +2 -2
- package/js/common/frozenproduct/large/dark/mode.d.ts +5 -0
- package/js/common/frozenproduct/large/dark/mode.js +79 -0
- package/js/common/frozenproduct/large/light/components/profile.js +2 -2
- package/js/common/frozenproduct/large/light/components/status.js +2 -2
- package/js/common/frozenproduct/large/light/mode.d.ts +5 -0
- package/js/common/frozenproduct/large/light/mode.js +83 -0
- package/js/common/frozenproduct/small/dark/components/profile.js +2 -2
- package/js/common/frozenproduct/small/dark/components/status.js +2 -2
- package/js/common/frozenproduct/small/dark/mode.d.ts +5 -0
- package/js/common/frozenproduct/small/dark/mode.js +79 -0
- package/js/common/frozenproduct/small/light/components/profile.js +2 -2
- package/js/common/frozenproduct/small/light/components/status.js +2 -2
- package/js/common/frozenproduct/small/light/mode.d.ts +5 -0
- package/js/common/frozenproduct/small/light/mode.js +83 -0
- package/js/common/marketing/large/dark/components/profile.js +2 -2
- package/js/common/marketing/large/dark/components/status.js +2 -2
- package/js/common/marketing/large/dark/mode.d.ts +5 -0
- package/js/common/marketing/large/dark/mode.js +79 -0
- package/js/common/marketing/large/light/components/profile.js +2 -2
- package/js/common/marketing/large/light/components/status.js +2 -2
- package/js/common/marketing/large/light/mode.d.ts +5 -0
- package/js/common/marketing/large/light/mode.js +83 -0
- package/js/common/marketing/small/dark/components/profile.js +2 -2
- package/js/common/marketing/small/dark/components/status.js +2 -2
- package/js/common/marketing/small/dark/mode.d.ts +5 -0
- package/js/common/marketing/small/dark/mode.js +79 -0
- package/js/common/marketing/small/light/components/profile.js +2 -2
- package/js/common/marketing/small/light/components/status.js +2 -2
- package/js/common/marketing/small/light/mode.d.ts +5 -0
- package/js/common/marketing/small/light/mode.js +83 -0
- package/js/common/product/large/dark/components/profile.js +2 -2
- package/js/common/product/large/dark/components/status.js +2 -2
- package/js/common/product/large/dark/mode.d.ts +5 -0
- package/js/common/product/large/dark/mode.js +79 -0
- package/js/common/product/large/light/components/profile.js +2 -2
- package/js/common/product/large/light/components/status.js +2 -2
- package/js/common/product/large/light/mode.d.ts +5 -0
- package/js/common/product/large/light/mode.js +83 -0
- package/js/common/product/small/dark/components/profile.js +2 -2
- package/js/common/product/small/dark/components/status.js +2 -2
- package/js/common/product/small/dark/mode.d.ts +5 -0
- package/js/common/product/small/dark/mode.js +79 -0
- package/js/common/product/small/light/components/profile.js +2 -2
- package/js/common/product/small/light/components/status.js +2 -2
- package/js/common/product/small/light/mode.d.ts +5 -0
- package/js/common/product/small/light/mode.js +83 -0
- package/js/es6/frozenproduct/large/dark/components/profile.js +1 -1
- package/js/es6/frozenproduct/large/dark/components/status.js +1 -1
- package/js/es6/frozenproduct/large/dark/mode.d.ts +3 -0
- package/js/es6/frozenproduct/large/dark/mode.js +3 -0
- package/js/es6/frozenproduct/large/light/components/profile.js +1 -1
- package/js/es6/frozenproduct/large/light/components/status.js +1 -1
- package/js/es6/frozenproduct/large/light/mode.d.ts +3 -0
- package/js/es6/frozenproduct/large/light/mode.js +3 -0
- package/js/es6/frozenproduct/small/dark/components/profile.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/status.js +1 -1
- package/js/es6/frozenproduct/small/dark/mode.d.ts +3 -0
- package/js/es6/frozenproduct/small/dark/mode.js +3 -0
- package/js/es6/frozenproduct/small/light/components/profile.js +1 -1
- package/js/es6/frozenproduct/small/light/components/status.js +1 -1
- package/js/es6/frozenproduct/small/light/mode.d.ts +3 -0
- package/js/es6/frozenproduct/small/light/mode.js +3 -0
- package/js/es6/marketing/large/dark/components/profile.js +1 -1
- package/js/es6/marketing/large/dark/components/status.js +1 -1
- package/js/es6/marketing/large/dark/mode.d.ts +3 -0
- package/js/es6/marketing/large/dark/mode.js +3 -0
- package/js/es6/marketing/large/light/components/profile.js +1 -1
- package/js/es6/marketing/large/light/components/status.js +1 -1
- package/js/es6/marketing/large/light/mode.d.ts +3 -0
- package/js/es6/marketing/large/light/mode.js +3 -0
- package/js/es6/marketing/small/dark/components/profile.js +1 -1
- package/js/es6/marketing/small/dark/components/status.js +1 -1
- package/js/es6/marketing/small/dark/mode.d.ts +3 -0
- package/js/es6/marketing/small/dark/mode.js +3 -0
- package/js/es6/marketing/small/light/components/profile.js +1 -1
- package/js/es6/marketing/small/light/components/status.js +1 -1
- package/js/es6/marketing/small/light/mode.d.ts +3 -0
- package/js/es6/marketing/small/light/mode.js +3 -0
- package/js/es6/product/large/dark/components/profile.js +1 -1
- package/js/es6/product/large/dark/components/status.js +1 -1
- package/js/es6/product/large/dark/mode.d.ts +3 -0
- package/js/es6/product/large/dark/mode.js +3 -0
- package/js/es6/product/large/light/components/profile.js +1 -1
- package/js/es6/product/large/light/components/status.js +1 -1
- package/js/es6/product/large/light/mode.d.ts +3 -0
- package/js/es6/product/large/light/mode.js +3 -0
- package/js/es6/product/small/dark/components/profile.js +1 -1
- package/js/es6/product/small/dark/components/status.js +1 -1
- package/js/es6/product/small/dark/mode.d.ts +3 -0
- package/js/es6/product/small/dark/mode.js +3 -0
- package/js/es6/product/small/light/components/profile.js +1 -1
- package/js/es6/product/small/light/components/status.js +1 -1
- package/js/es6/product/small/light/mode.d.ts +3 -0
- package/js/es6/product/small/light/mode.js +3 -0
- package/js/umd/frozenproduct/large/dark/components/profile.js +2 -2
- package/js/umd/frozenproduct/large/dark/components/status.js +2 -2
- package/js/umd/frozenproduct/large/dark/mode.js +80 -0
- package/js/umd/frozenproduct/large/light/components/profile.js +2 -2
- package/js/umd/frozenproduct/large/light/components/status.js +2 -2
- package/js/umd/frozenproduct/large/light/mode.js +83 -0
- package/js/umd/frozenproduct/small/dark/components/profile.js +2 -2
- package/js/umd/frozenproduct/small/dark/components/status.js +2 -2
- package/js/umd/frozenproduct/small/dark/mode.js +80 -0
- package/js/umd/frozenproduct/small/light/components/profile.js +2 -2
- package/js/umd/frozenproduct/small/light/components/status.js +2 -2
- package/js/umd/frozenproduct/small/light/mode.js +83 -0
- package/js/umd/marketing/large/dark/components/profile.js +2 -2
- package/js/umd/marketing/large/dark/components/status.js +2 -2
- package/js/umd/marketing/large/dark/mode.js +80 -0
- package/js/umd/marketing/large/light/components/profile.js +2 -2
- package/js/umd/marketing/large/light/components/status.js +2 -2
- package/js/umd/marketing/large/light/mode.js +83 -0
- package/js/umd/marketing/small/dark/components/profile.js +2 -2
- package/js/umd/marketing/small/dark/components/status.js +2 -2
- package/js/umd/marketing/small/dark/mode.js +80 -0
- package/js/umd/marketing/small/light/components/profile.js +2 -2
- package/js/umd/marketing/small/light/components/status.js +2 -2
- package/js/umd/marketing/small/light/mode.js +83 -0
- package/js/umd/product/large/dark/components/profile.js +2 -2
- package/js/umd/product/large/dark/components/status.js +2 -2
- package/js/umd/product/large/dark/mode.js +80 -0
- package/js/umd/product/large/light/components/profile.js +2 -2
- package/js/umd/product/large/light/components/status.js +2 -2
- package/js/umd/product/large/light/mode.js +83 -0
- package/js/umd/product/small/dark/components/profile.js +2 -2
- package/js/umd/product/small/dark/components/status.js +2 -2
- package/js/umd/product/small/dark/mode.js +80 -0
- package/js/umd/product/small/light/components/profile.js +2 -2
- package/js/umd/product/small/light/components/status.js +2 -2
- package/js/umd/product/small/light/mode.js +83 -0
- package/json/flat/frozenproduct/large/dark/components/profile.json +1 -1
- package/json/flat/frozenproduct/large/dark/components/status.json +1 -1
- package/json/flat/frozenproduct/large/dark/mode.json +3 -0
- package/json/flat/frozenproduct/large/light/components/profile.json +1 -1
- package/json/flat/frozenproduct/large/light/components/status.json +1 -1
- package/json/flat/frozenproduct/large/light/mode.json +3 -0
- package/json/flat/frozenproduct/small/dark/components/profile.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/status.json +1 -1
- package/json/flat/frozenproduct/small/dark/mode.json +3 -0
- package/json/flat/frozenproduct/small/light/components/profile.json +1 -1
- package/json/flat/frozenproduct/small/light/components/status.json +1 -1
- package/json/flat/frozenproduct/small/light/mode.json +3 -0
- package/json/flat/marketing/large/dark/components/profile.json +1 -1
- package/json/flat/marketing/large/dark/components/status.json +1 -1
- package/json/flat/marketing/large/dark/mode.json +3 -0
- package/json/flat/marketing/large/light/components/profile.json +1 -1
- package/json/flat/marketing/large/light/components/status.json +1 -1
- package/json/flat/marketing/large/light/mode.json +3 -0
- package/json/flat/marketing/small/dark/components/profile.json +1 -1
- package/json/flat/marketing/small/dark/components/status.json +1 -1
- package/json/flat/marketing/small/dark/mode.json +3 -0
- package/json/flat/marketing/small/light/components/profile.json +1 -1
- package/json/flat/marketing/small/light/components/status.json +1 -1
- package/json/flat/marketing/small/light/mode.json +3 -0
- package/json/flat/product/large/dark/components/profile.json +1 -1
- package/json/flat/product/large/dark/components/status.json +1 -1
- package/json/flat/product/large/dark/mode.json +3 -0
- package/json/flat/product/large/light/components/profile.json +1 -1
- package/json/flat/product/large/light/components/status.json +1 -1
- package/json/flat/product/large/light/mode.json +3 -0
- package/json/flat/product/small/dark/components/profile.json +1 -1
- package/json/flat/product/small/dark/components/status.json +1 -1
- package/json/flat/product/small/dark/mode.json +3 -0
- package/json/flat/product/small/light/components/profile.json +1 -1
- package/json/flat/product/small/light/components/status.json +1 -1
- package/json/flat/product/small/light/mode.json +3 -0
- package/json/nested/frozenproduct/large/dark/components/profile.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/status.json +1 -1
- package/json/nested/frozenproduct/large/dark/mode.json +8 -3
- package/json/nested/frozenproduct/large/light/components/profile.json +1 -1
- package/json/nested/frozenproduct/large/light/components/status.json +1 -1
- package/json/nested/frozenproduct/large/light/mode.json +8 -3
- package/json/nested/frozenproduct/small/dark/components/profile.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/status.json +1 -1
- package/json/nested/frozenproduct/small/dark/mode.json +8 -3
- package/json/nested/frozenproduct/small/light/components/profile.json +1 -1
- package/json/nested/frozenproduct/small/light/components/status.json +1 -1
- package/json/nested/frozenproduct/small/light/mode.json +8 -3
- package/json/nested/marketing/large/dark/components/profile.json +1 -1
- package/json/nested/marketing/large/dark/components/status.json +1 -1
- package/json/nested/marketing/large/dark/mode.json +8 -3
- package/json/nested/marketing/large/light/components/profile.json +1 -1
- package/json/nested/marketing/large/light/components/status.json +1 -1
- package/json/nested/marketing/large/light/mode.json +8 -3
- package/json/nested/marketing/small/dark/components/profile.json +1 -1
- package/json/nested/marketing/small/dark/components/status.json +1 -1
- package/json/nested/marketing/small/dark/mode.json +8 -3
- package/json/nested/marketing/small/light/components/profile.json +1 -1
- package/json/nested/marketing/small/light/components/status.json +1 -1
- package/json/nested/marketing/small/light/mode.json +8 -3
- package/json/nested/product/large/dark/components/profile.json +1 -1
- package/json/nested/product/large/dark/components/status.json +1 -1
- package/json/nested/product/large/dark/mode.json +8 -3
- package/json/nested/product/large/light/components/profile.json +1 -1
- package/json/nested/product/large/light/components/status.json +1 -1
- package/json/nested/product/large/light/mode.json +8 -3
- package/json/nested/product/small/dark/components/profile.json +1 -1
- package/json/nested/product/small/dark/components/status.json +1 -1
- package/json/nested/product/small/dark/mode.json +8 -3
- package/json/nested/product/small/light/components/profile.json +1 -1
- package/json/nested/product/small/light/components/status.json +1 -1
- package/json/nested/product/small/light/mode.json +8 -3
- package/package.json +1 -1
- package/sage-design-tokens-7.2.0.tgz +0 -0
- package/scss/frozenproduct/large/components/profile.scss +1 -1
- package/scss/frozenproduct/large/components/status.scss +1 -1
- package/scss/frozenproduct/large/dark.scss +3 -0
- package/scss/frozenproduct/large/light.scss +3 -0
- package/scss/frozenproduct/small/components/button.scss +23 -23
- package/scss/frozenproduct/small/components/container.scss +9 -9
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +3 -3
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/profile.scss +1 -1
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +4 -4
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/frozenproduct/small/dark.scss +3 -0
- package/scss/frozenproduct/small/light.scss +3 -0
- package/scss/marketing/large/components/profile.scss +1 -1
- package/scss/marketing/large/components/status.scss +1 -1
- package/scss/marketing/large/dark.scss +3 -0
- package/scss/marketing/large/light.scss +3 -0
- package/scss/marketing/small/components/profile.scss +1 -1
- package/scss/marketing/small/components/status.scss +1 -1
- package/scss/marketing/small/dark.scss +3 -0
- package/scss/marketing/small/light.scss +3 -0
- package/scss/product/large/components/button.scss +23 -23
- package/scss/product/large/components/container.scss +9 -9
- package/scss/product/large/components/form.scss +7 -7
- package/scss/product/large/components/link.scss +2 -2
- package/scss/product/large/components/nav.scss +3 -3
- package/scss/product/large/components/page.scss +1 -1
- package/scss/product/large/components/popover.scss +2 -2
- package/scss/product/large/components/profile.scss +1 -1
- package/scss/product/large/components/progress.scss +6 -6
- package/scss/product/large/components/status.scss +4 -4
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +10 -10
- package/scss/product/large/dark.scss +3 -0
- package/scss/product/large/light.scss +3 -0
- package/scss/product/small/components/button.scss +23 -23
- package/scss/product/small/components/container.scss +9 -9
- package/scss/product/small/components/form.scss +7 -7
- package/scss/product/small/components/link.scss +2 -2
- package/scss/product/small/components/nav.scss +3 -3
- package/scss/product/small/components/page.scss +1 -1
- package/scss/product/small/components/popover.scss +2 -2
- package/scss/product/small/components/profile.scss +1 -1
- package/scss/product/small/components/progress.scss +6 -6
- package/scss/product/small/components/status.scss +4 -4
- package/scss/product/small/components/tab.scss +7 -7
- package/scss/product/small/components/table.scss +10 -10
- package/scss/product/small/dark.scss +3 -0
- package/scss/product/small/light.scss +3 -0
- package/sage-design-tokens-7.1.6.tgz +0 -0
|
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
|
|
|
38
38
|
export const modesColorGenericFgDelicate: string;
|
|
39
39
|
export const modesColorGenericFgSoft: string;
|
|
40
40
|
export const modesColorGenericFgModerate: string;
|
|
41
|
+
export const modesColorGenericFgFrozenSoft: string;
|
|
41
42
|
export const modesColorGenericBackdropNought: string;
|
|
42
43
|
export const modesColorGenericBackdropFaint: string;
|
|
43
44
|
export const modesColorInteractiveAiActive: string;
|
|
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
|
|
|
93
94
|
export const modesColorInteractiveMonochromeGenericWithDefault: string;
|
|
94
95
|
export const modesColorInteractiveMonochromeGenericWithHover: string;
|
|
95
96
|
export const modesColorInteractiveMonochromeGenericFrozenActive: string;
|
|
97
|
+
export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
|
|
96
98
|
export const modesColorInteractiveMonochromeMarketingWithActive: string;
|
|
97
99
|
export const modesColorInteractiveMonochromeMarketingActive: string;
|
|
98
100
|
export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
|
|
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
|
|
|
116
118
|
export const modesColorInteractiveProgressBg: string;
|
|
117
119
|
export const modesColorInteractiveProgressBgAlt: string;
|
|
118
120
|
export const modesColorInteractiveProgressFrozenBg: string;
|
|
121
|
+
export const modesColorInteractiveProgressFrozenBgAlt: string;
|
|
119
122
|
export const modesColorStatusCautionDefault: string;
|
|
120
123
|
export const modesColorStatusCautionDefaultAlt: string;
|
|
121
124
|
export const modesColorStatusCautionHover: string;
|
|
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#181818";
|
|
|
38
38
|
export const modesColorGenericFgDelicate = "#282828";
|
|
39
39
|
export const modesColorGenericFgSoft = "#4b4b4b";
|
|
40
40
|
export const modesColorGenericFgModerate = "#777";
|
|
41
|
+
export const modesColorGenericFgFrozenSoft = "#4b4b4b";
|
|
41
42
|
export const modesColorGenericBackdropNought = "#000000";
|
|
42
43
|
export const modesColorGenericBackdropFaint = "#181818";
|
|
43
44
|
export const modesColorInteractiveAiActive =
|
|
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#ffffffe6";
|
|
|
96
97
|
export const modesColorInteractiveMonochromeGenericWithDefault = "#000000";
|
|
97
98
|
export const modesColorInteractiveMonochromeGenericWithHover = "#FFFFFF";
|
|
98
99
|
export const modesColorInteractiveMonochromeGenericFrozenActive = "#FFFFFF";
|
|
100
|
+
export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#FFFFFF";
|
|
99
101
|
export const modesColorInteractiveMonochromeMarketingWithActive = "#000000";
|
|
100
102
|
export const modesColorInteractiveMonochromeMarketingActive = "#00D639";
|
|
101
103
|
export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#ffffff80";
|
|
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#18232a";
|
|
|
119
121
|
export const modesColorInteractiveProgressBg = "#ffffff14";
|
|
120
122
|
export const modesColorInteractiveProgressBgAlt = "#00000014";
|
|
121
123
|
export const modesColorInteractiveProgressFrozenBg = "#ffffff14";
|
|
124
|
+
export const modesColorInteractiveProgressFrozenBgAlt = "#ffffff14";
|
|
122
125
|
export const modesColorStatusCautionDefault = "#E04500";
|
|
123
126
|
export const modesColorStatusCautionDefaultAlt = "#251206";
|
|
124
127
|
export const modesColorStatusCautionHover = "#eb6732";
|
|
@@ -20,7 +20,7 @@ export const profileSizeInsideM = 20;
|
|
|
20
20
|
export const profileSizeInsideMl = 28;
|
|
21
21
|
export const profileSizeInsideL = 40;
|
|
22
22
|
export const profileSizeInsideXl = 56;
|
|
23
|
-
export const profileSizeInsideXxl =
|
|
23
|
+
export const profileSizeInsideXxl = 72;
|
|
24
24
|
export const profileColorBgAlt = "#000000f2";
|
|
25
25
|
export const profileColorBgDefault = "#f3f3f3";
|
|
26
26
|
export const profileColorBorderDefault = "#d1d1d1";
|
|
@@ -109,7 +109,7 @@ export const statusSpaceMessageContextualYgM = 2;
|
|
|
109
109
|
export const statusSpaceMessageContextualYgL = 4;
|
|
110
110
|
export const statusSpaceMessageContextualSubtleIconwrapperYM = 2;
|
|
111
111
|
export const statusSpaceMessageContextualSubtleIconwrapperYL = 4;
|
|
112
|
-
export const statusSpaceMessageGlobalXM =
|
|
112
|
+
export const statusSpaceMessageGlobalXM = 32;
|
|
113
113
|
export const statusSpaceMessageGlobalYM = 8;
|
|
114
114
|
export const statusSpaceMessageGlobalXgM = 12.8;
|
|
115
115
|
export const statusSpaceMessageGlobalYgM = 4;
|
|
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
|
|
|
38
38
|
export const modesColorGenericFgDelicate: string;
|
|
39
39
|
export const modesColorGenericFgSoft: string;
|
|
40
40
|
export const modesColorGenericFgModerate: string;
|
|
41
|
+
export const modesColorGenericFgFrozenSoft: string;
|
|
41
42
|
export const modesColorGenericBackdropNought: string;
|
|
42
43
|
export const modesColorGenericBackdropFaint: string;
|
|
43
44
|
export const modesColorInteractiveAiActive: string;
|
|
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
|
|
|
93
94
|
export const modesColorInteractiveMonochromeGenericWithDefault: string;
|
|
94
95
|
export const modesColorInteractiveMonochromeGenericWithHover: string;
|
|
95
96
|
export const modesColorInteractiveMonochromeGenericFrozenActive: string;
|
|
97
|
+
export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
|
|
96
98
|
export const modesColorInteractiveMonochromeMarketingActive: string;
|
|
97
99
|
export const modesColorInteractiveMonochromeMarketingWithActive: string;
|
|
98
100
|
export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
|
|
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
|
|
|
116
118
|
export const modesColorInteractiveProgressBg: string;
|
|
117
119
|
export const modesColorInteractiveProgressBgAlt: string;
|
|
118
120
|
export const modesColorInteractiveProgressFrozenBg: string;
|
|
121
|
+
export const modesColorInteractiveProgressFrozenBgAlt: string;
|
|
119
122
|
export const modesColorStatusAiDefault: string;
|
|
120
123
|
export const modesColorStatusAiDefaultAlt: string;
|
|
121
124
|
export const modesColorStatusAiDefaultHorizontal: string;
|
|
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#e8e8e8";
|
|
|
38
38
|
export const modesColorGenericFgDelicate = "#d1d1d1";
|
|
39
39
|
export const modesColorGenericFgSoft = "#a6a6a6";
|
|
40
40
|
export const modesColorGenericFgModerate = "#777";
|
|
41
|
+
export const modesColorGenericFgFrozenSoft = "#335B70";
|
|
41
42
|
export const modesColorGenericBackdropNought = "#FFFFFF";
|
|
42
43
|
export const modesColorGenericBackdropFaint = "#f6f8f9";
|
|
43
44
|
export const modesColorInteractiveAiActive =
|
|
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#000000e6";
|
|
|
96
97
|
export const modesColorInteractiveMonochromeGenericWithDefault = "#FFFFFF";
|
|
97
98
|
export const modesColorInteractiveMonochromeGenericWithHover = "#000000";
|
|
98
99
|
export const modesColorInteractiveMonochromeGenericFrozenActive = "#eaedf0";
|
|
100
|
+
export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#335B70";
|
|
99
101
|
export const modesColorInteractiveMonochromeMarketingActive = "#000000";
|
|
100
102
|
export const modesColorInteractiveMonochromeMarketingWithActive = "#00D639";
|
|
101
103
|
export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#00000080";
|
|
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#9badb8";
|
|
|
119
121
|
export const modesColorInteractiveProgressBg = "#00000014";
|
|
120
122
|
export const modesColorInteractiveProgressBgAlt = "#ffffff14";
|
|
121
123
|
export const modesColorInteractiveProgressFrozenBg = "#00804614";
|
|
124
|
+
export const modesColorInteractiveProgressFrozenBgAlt = "#cad3d9";
|
|
122
125
|
export const modesColorStatusAiDefault = "#FFFFFF";
|
|
123
126
|
export const modesColorStatusAiDefaultAlt = "#000000";
|
|
124
127
|
export const modesColorStatusAiDefaultHorizontal =
|
|
@@ -237,13 +237,13 @@
|
|
|
237
237
|
},
|
|
238
238
|
XXL: {
|
|
239
239
|
$type: "sizing",
|
|
240
|
-
$value:
|
|
240
|
+
$value: 72,
|
|
241
241
|
$description: "XXL Portraits",
|
|
242
242
|
filePath: "data/tokens/components/profile.json",
|
|
243
243
|
isSource: true,
|
|
244
244
|
original: {
|
|
245
245
|
$type: "sizing",
|
|
246
|
-
$value: "{global.size.micro.M} *
|
|
246
|
+
$value: "{global.size.micro.M} * 9",
|
|
247
247
|
$description: "XXL Portraits",
|
|
248
248
|
},
|
|
249
249
|
name: "profileSizeInsideXxl",
|
|
@@ -1782,13 +1782,13 @@
|
|
|
1782
1782
|
x: {
|
|
1783
1783
|
M: {
|
|
1784
1784
|
$type: "spacing",
|
|
1785
|
-
$value:
|
|
1785
|
+
$value: 40,
|
|
1786
1786
|
$description: "Left and right padding on global message",
|
|
1787
1787
|
filePath: "data/tokens/components/status.json",
|
|
1788
1788
|
isSource: true,
|
|
1789
1789
|
original: {
|
|
1790
1790
|
$type: "spacing",
|
|
1791
|
-
$value: "{global.space.macro.
|
|
1791
|
+
$value: "{global.space.macro.XL}",
|
|
1792
1792
|
$description: "Left and right padding on global message",
|
|
1793
1793
|
},
|
|
1794
1794
|
name: "statusSpaceMessageGlobalXM",
|
|
@@ -888,6 +888,42 @@
|
|
|
888
888
|
attributes: {},
|
|
889
889
|
path: ["modes", "color", "generic", "fg", "moderate"],
|
|
890
890
|
},
|
|
891
|
+
frozen: {
|
|
892
|
+
soft: {
|
|
893
|
+
$extensions: {
|
|
894
|
+
"studio.tokens": {
|
|
895
|
+
modify: {
|
|
896
|
+
type: "mix",
|
|
897
|
+
value: "0.32",
|
|
898
|
+
space: "lch",
|
|
899
|
+
color: "#FFFFFF ",
|
|
900
|
+
format: "hex",
|
|
901
|
+
},
|
|
902
|
+
},
|
|
903
|
+
},
|
|
904
|
+
$type: "color",
|
|
905
|
+
$value: "#4b4b4b",
|
|
906
|
+
filePath: "data/tokens/modes/dark.json",
|
|
907
|
+
isSource: true,
|
|
908
|
+
original: {
|
|
909
|
+
$extensions: {
|
|
910
|
+
"studio.tokens": {
|
|
911
|
+
modify: {
|
|
912
|
+
type: "mix",
|
|
913
|
+
value: "0.32",
|
|
914
|
+
space: "lch",
|
|
915
|
+
color: "{modes.color.modifier.contrastMore} ",
|
|
916
|
+
},
|
|
917
|
+
},
|
|
918
|
+
},
|
|
919
|
+
$type: "color",
|
|
920
|
+
$value: "{modes.color.generic.fg.nought}",
|
|
921
|
+
},
|
|
922
|
+
name: "modesColorGenericFgFrozenSoft",
|
|
923
|
+
attributes: {},
|
|
924
|
+
path: ["modes", "color", "generic", "fg", "frozen", "soft"],
|
|
925
|
+
},
|
|
926
|
+
},
|
|
891
927
|
},
|
|
892
928
|
backdrop: {
|
|
893
929
|
nought: {
|
|
@@ -2224,6 +2260,30 @@
|
|
|
2224
2260
|
"active",
|
|
2225
2261
|
],
|
|
2226
2262
|
},
|
|
2263
|
+
active2: {
|
|
2264
|
+
$type: "color",
|
|
2265
|
+
$value: "#FFFFFF",
|
|
2266
|
+
$description: "progress tracker",
|
|
2267
|
+
filePath: "data/tokens/modes/dark.json",
|
|
2268
|
+
isSource: true,
|
|
2269
|
+
original: {
|
|
2270
|
+
$type: "color",
|
|
2271
|
+
$value:
|
|
2272
|
+
"{modes.color.interactive.monochrome.generic.active}",
|
|
2273
|
+
$description: "progress tracker",
|
|
2274
|
+
},
|
|
2275
|
+
name: "modesColorInteractiveMonochromeGenericFrozenActive2",
|
|
2276
|
+
attributes: {},
|
|
2277
|
+
path: [
|
|
2278
|
+
"modes",
|
|
2279
|
+
"color",
|
|
2280
|
+
"interactive",
|
|
2281
|
+
"monochrome",
|
|
2282
|
+
"generic",
|
|
2283
|
+
"frozen",
|
|
2284
|
+
"active2",
|
|
2285
|
+
],
|
|
2286
|
+
},
|
|
2227
2287
|
},
|
|
2228
2288
|
},
|
|
2229
2289
|
marketing: {
|
|
@@ -2918,6 +2978,26 @@
|
|
|
2918
2978
|
"bg",
|
|
2919
2979
|
],
|
|
2920
2980
|
},
|
|
2981
|
+
"bg-alt": {
|
|
2982
|
+
$type: "color",
|
|
2983
|
+
$value: "#ffffff14",
|
|
2984
|
+
filePath: "data/tokens/modes/dark.json",
|
|
2985
|
+
isSource: true,
|
|
2986
|
+
original: {
|
|
2987
|
+
$type: "color",
|
|
2988
|
+
$value: "{modes.color.interactive.progress.bg}",
|
|
2989
|
+
},
|
|
2990
|
+
name: "modesColorInteractiveProgressFrozenBgAlt",
|
|
2991
|
+
attributes: {},
|
|
2992
|
+
path: [
|
|
2993
|
+
"modes",
|
|
2994
|
+
"color",
|
|
2995
|
+
"interactive",
|
|
2996
|
+
"progress",
|
|
2997
|
+
"frozen",
|
|
2998
|
+
"bg-alt",
|
|
2999
|
+
],
|
|
3000
|
+
},
|
|
2921
3001
|
},
|
|
2922
3002
|
},
|
|
2923
3003
|
},
|
|
@@ -237,13 +237,13 @@
|
|
|
237
237
|
},
|
|
238
238
|
XXL: {
|
|
239
239
|
$type: "sizing",
|
|
240
|
-
$value:
|
|
240
|
+
$value: 72,
|
|
241
241
|
$description: "XXL Portraits",
|
|
242
242
|
filePath: "data/tokens/components/profile.json",
|
|
243
243
|
isSource: true,
|
|
244
244
|
original: {
|
|
245
245
|
$type: "sizing",
|
|
246
|
-
$value: "{global.size.micro.M} *
|
|
246
|
+
$value: "{global.size.micro.M} * 9",
|
|
247
247
|
$description: "XXL Portraits",
|
|
248
248
|
},
|
|
249
249
|
name: "profileSizeInsideXxl",
|
|
@@ -1782,13 +1782,13 @@
|
|
|
1782
1782
|
x: {
|
|
1783
1783
|
M: {
|
|
1784
1784
|
$type: "spacing",
|
|
1785
|
-
$value:
|
|
1785
|
+
$value: 40,
|
|
1786
1786
|
$description: "Left and right padding on global message",
|
|
1787
1787
|
filePath: "data/tokens/components/status.json",
|
|
1788
1788
|
isSource: true,
|
|
1789
1789
|
original: {
|
|
1790
1790
|
$type: "spacing",
|
|
1791
|
-
$value: "{global.space.macro.
|
|
1791
|
+
$value: "{global.space.macro.XL}",
|
|
1792
1792
|
$description: "Left and right padding on global message",
|
|
1793
1793
|
},
|
|
1794
1794
|
name: "statusSpaceMessageGlobalXM",
|
|
@@ -890,6 +890,23 @@
|
|
|
890
890
|
attributes: {},
|
|
891
891
|
path: ["modes", "color", "generic", "fg", "moderate"],
|
|
892
892
|
},
|
|
893
|
+
frozen: {
|
|
894
|
+
soft: {
|
|
895
|
+
$type: "color",
|
|
896
|
+
$value: "#335B70",
|
|
897
|
+
$description: "frozen progress tracker border",
|
|
898
|
+
filePath: "data/tokens/modes/light.json",
|
|
899
|
+
isSource: true,
|
|
900
|
+
original: {
|
|
901
|
+
$type: "color",
|
|
902
|
+
$value: "{modes.color.status.neutral.frozen.default}",
|
|
903
|
+
$description: "frozen progress tracker border",
|
|
904
|
+
},
|
|
905
|
+
name: "modesColorGenericFgFrozenSoft",
|
|
906
|
+
attributes: {},
|
|
907
|
+
path: ["modes", "color", "generic", "fg", "frozen", "soft"],
|
|
908
|
+
},
|
|
909
|
+
},
|
|
893
910
|
},
|
|
894
911
|
backdrop: {
|
|
895
912
|
nought: {
|
|
@@ -2304,6 +2321,29 @@
|
|
|
2304
2321
|
"active",
|
|
2305
2322
|
],
|
|
2306
2323
|
},
|
|
2324
|
+
active2: {
|
|
2325
|
+
$type: "color",
|
|
2326
|
+
$value: "#335B70",
|
|
2327
|
+
$description: "Frozen progress tracker",
|
|
2328
|
+
filePath: "data/tokens/modes/light.json",
|
|
2329
|
+
isSource: true,
|
|
2330
|
+
original: {
|
|
2331
|
+
$type: "color",
|
|
2332
|
+
$value: "{modes.color.generic.fg.frozen.soft}",
|
|
2333
|
+
$description: "Frozen progress tracker",
|
|
2334
|
+
},
|
|
2335
|
+
name: "modesColorInteractiveMonochromeGenericFrozenActive2",
|
|
2336
|
+
attributes: {},
|
|
2337
|
+
path: [
|
|
2338
|
+
"modes",
|
|
2339
|
+
"color",
|
|
2340
|
+
"interactive",
|
|
2341
|
+
"monochrome",
|
|
2342
|
+
"generic",
|
|
2343
|
+
"frozen",
|
|
2344
|
+
"active2",
|
|
2345
|
+
],
|
|
2346
|
+
},
|
|
2307
2347
|
},
|
|
2308
2348
|
},
|
|
2309
2349
|
marketing: {
|
|
@@ -3020,6 +3060,49 @@
|
|
|
3020
3060
|
"bg",
|
|
3021
3061
|
],
|
|
3022
3062
|
},
|
|
3063
|
+
"bg-alt": {
|
|
3064
|
+
$extensions: {
|
|
3065
|
+
"studio.tokens": {
|
|
3066
|
+
modify: {
|
|
3067
|
+
type: "mix",
|
|
3068
|
+
value: "0.75",
|
|
3069
|
+
space: "lch",
|
|
3070
|
+
color: "#FFFFFF",
|
|
3071
|
+
format: "hex",
|
|
3072
|
+
},
|
|
3073
|
+
},
|
|
3074
|
+
},
|
|
3075
|
+
$type: "color",
|
|
3076
|
+
$value: "#cad3d9",
|
|
3077
|
+
$description: "progress tracker bg",
|
|
3078
|
+
filePath: "data/tokens/modes/light.json",
|
|
3079
|
+
isSource: true,
|
|
3080
|
+
original: {
|
|
3081
|
+
$extensions: {
|
|
3082
|
+
"studio.tokens": {
|
|
3083
|
+
modify: {
|
|
3084
|
+
type: "mix",
|
|
3085
|
+
value: "0.75",
|
|
3086
|
+
space: "lch",
|
|
3087
|
+
color: "{modes.color.modifier.contrastLess}",
|
|
3088
|
+
},
|
|
3089
|
+
},
|
|
3090
|
+
},
|
|
3091
|
+
$type: "color",
|
|
3092
|
+
$value: "{primitives.colors.navy}",
|
|
3093
|
+
$description: "progress tracker bg",
|
|
3094
|
+
},
|
|
3095
|
+
name: "modesColorInteractiveProgressFrozenBgAlt",
|
|
3096
|
+
attributes: {},
|
|
3097
|
+
path: [
|
|
3098
|
+
"modes",
|
|
3099
|
+
"color",
|
|
3100
|
+
"interactive",
|
|
3101
|
+
"progress",
|
|
3102
|
+
"frozen",
|
|
3103
|
+
"bg-alt",
|
|
3104
|
+
],
|
|
3105
|
+
},
|
|
3023
3106
|
},
|
|
3024
3107
|
},
|
|
3025
3108
|
},
|
|
@@ -237,13 +237,13 @@
|
|
|
237
237
|
},
|
|
238
238
|
XXL: {
|
|
239
239
|
$type: "sizing",
|
|
240
|
-
$value:
|
|
240
|
+
$value: 72,
|
|
241
241
|
$description: "XXL Portraits",
|
|
242
242
|
filePath: "data/tokens/components/profile.json",
|
|
243
243
|
isSource: true,
|
|
244
244
|
original: {
|
|
245
245
|
$type: "sizing",
|
|
246
|
-
$value: "{global.size.micro.M} *
|
|
246
|
+
$value: "{global.size.micro.M} * 9",
|
|
247
247
|
$description: "XXL Portraits",
|
|
248
248
|
},
|
|
249
249
|
name: "profileSizeInsideXxl",
|
|
@@ -1782,13 +1782,13 @@
|
|
|
1782
1782
|
x: {
|
|
1783
1783
|
M: {
|
|
1784
1784
|
$type: "spacing",
|
|
1785
|
-
$value:
|
|
1785
|
+
$value: 32,
|
|
1786
1786
|
$description: "Left and right padding on global message",
|
|
1787
1787
|
filePath: "data/tokens/components/status.json",
|
|
1788
1788
|
isSource: true,
|
|
1789
1789
|
original: {
|
|
1790
1790
|
$type: "spacing",
|
|
1791
|
-
$value: "{global.space.macro.
|
|
1791
|
+
$value: "{global.space.macro.XL}",
|
|
1792
1792
|
$description: "Left and right padding on global message",
|
|
1793
1793
|
},
|
|
1794
1794
|
name: "statusSpaceMessageGlobalXM",
|
|
@@ -888,6 +888,42 @@
|
|
|
888
888
|
attributes: {},
|
|
889
889
|
path: ["modes", "color", "generic", "fg", "moderate"],
|
|
890
890
|
},
|
|
891
|
+
frozen: {
|
|
892
|
+
soft: {
|
|
893
|
+
$extensions: {
|
|
894
|
+
"studio.tokens": {
|
|
895
|
+
modify: {
|
|
896
|
+
type: "mix",
|
|
897
|
+
value: "0.32",
|
|
898
|
+
space: "lch",
|
|
899
|
+
color: "#FFFFFF ",
|
|
900
|
+
format: "hex",
|
|
901
|
+
},
|
|
902
|
+
},
|
|
903
|
+
},
|
|
904
|
+
$type: "color",
|
|
905
|
+
$value: "#4b4b4b",
|
|
906
|
+
filePath: "data/tokens/modes/dark.json",
|
|
907
|
+
isSource: true,
|
|
908
|
+
original: {
|
|
909
|
+
$extensions: {
|
|
910
|
+
"studio.tokens": {
|
|
911
|
+
modify: {
|
|
912
|
+
type: "mix",
|
|
913
|
+
value: "0.32",
|
|
914
|
+
space: "lch",
|
|
915
|
+
color: "{modes.color.modifier.contrastMore} ",
|
|
916
|
+
},
|
|
917
|
+
},
|
|
918
|
+
},
|
|
919
|
+
$type: "color",
|
|
920
|
+
$value: "{modes.color.generic.fg.nought}",
|
|
921
|
+
},
|
|
922
|
+
name: "modesColorGenericFgFrozenSoft",
|
|
923
|
+
attributes: {},
|
|
924
|
+
path: ["modes", "color", "generic", "fg", "frozen", "soft"],
|
|
925
|
+
},
|
|
926
|
+
},
|
|
891
927
|
},
|
|
892
928
|
backdrop: {
|
|
893
929
|
nought: {
|
|
@@ -2224,6 +2260,30 @@
|
|
|
2224
2260
|
"active",
|
|
2225
2261
|
],
|
|
2226
2262
|
},
|
|
2263
|
+
active2: {
|
|
2264
|
+
$type: "color",
|
|
2265
|
+
$value: "#FFFFFF",
|
|
2266
|
+
$description: "progress tracker",
|
|
2267
|
+
filePath: "data/tokens/modes/dark.json",
|
|
2268
|
+
isSource: true,
|
|
2269
|
+
original: {
|
|
2270
|
+
$type: "color",
|
|
2271
|
+
$value:
|
|
2272
|
+
"{modes.color.interactive.monochrome.generic.active}",
|
|
2273
|
+
$description: "progress tracker",
|
|
2274
|
+
},
|
|
2275
|
+
name: "modesColorInteractiveMonochromeGenericFrozenActive2",
|
|
2276
|
+
attributes: {},
|
|
2277
|
+
path: [
|
|
2278
|
+
"modes",
|
|
2279
|
+
"color",
|
|
2280
|
+
"interactive",
|
|
2281
|
+
"monochrome",
|
|
2282
|
+
"generic",
|
|
2283
|
+
"frozen",
|
|
2284
|
+
"active2",
|
|
2285
|
+
],
|
|
2286
|
+
},
|
|
2227
2287
|
},
|
|
2228
2288
|
},
|
|
2229
2289
|
marketing: {
|
|
@@ -2918,6 +2978,26 @@
|
|
|
2918
2978
|
"bg",
|
|
2919
2979
|
],
|
|
2920
2980
|
},
|
|
2981
|
+
"bg-alt": {
|
|
2982
|
+
$type: "color",
|
|
2983
|
+
$value: "#ffffff14",
|
|
2984
|
+
filePath: "data/tokens/modes/dark.json",
|
|
2985
|
+
isSource: true,
|
|
2986
|
+
original: {
|
|
2987
|
+
$type: "color",
|
|
2988
|
+
$value: "{modes.color.interactive.progress.bg}",
|
|
2989
|
+
},
|
|
2990
|
+
name: "modesColorInteractiveProgressFrozenBgAlt",
|
|
2991
|
+
attributes: {},
|
|
2992
|
+
path: [
|
|
2993
|
+
"modes",
|
|
2994
|
+
"color",
|
|
2995
|
+
"interactive",
|
|
2996
|
+
"progress",
|
|
2997
|
+
"frozen",
|
|
2998
|
+
"bg-alt",
|
|
2999
|
+
],
|
|
3000
|
+
},
|
|
2921
3001
|
},
|
|
2922
3002
|
},
|
|
2923
3003
|
},
|
|
@@ -237,13 +237,13 @@
|
|
|
237
237
|
},
|
|
238
238
|
XXL: {
|
|
239
239
|
$type: "sizing",
|
|
240
|
-
$value:
|
|
240
|
+
$value: 72,
|
|
241
241
|
$description: "XXL Portraits",
|
|
242
242
|
filePath: "data/tokens/components/profile.json",
|
|
243
243
|
isSource: true,
|
|
244
244
|
original: {
|
|
245
245
|
$type: "sizing",
|
|
246
|
-
$value: "{global.size.micro.M} *
|
|
246
|
+
$value: "{global.size.micro.M} * 9",
|
|
247
247
|
$description: "XXL Portraits",
|
|
248
248
|
},
|
|
249
249
|
name: "profileSizeInsideXxl",
|
|
@@ -1782,13 +1782,13 @@
|
|
|
1782
1782
|
x: {
|
|
1783
1783
|
M: {
|
|
1784
1784
|
$type: "spacing",
|
|
1785
|
-
$value:
|
|
1785
|
+
$value: 32,
|
|
1786
1786
|
$description: "Left and right padding on global message",
|
|
1787
1787
|
filePath: "data/tokens/components/status.json",
|
|
1788
1788
|
isSource: true,
|
|
1789
1789
|
original: {
|
|
1790
1790
|
$type: "spacing",
|
|
1791
|
-
$value: "{global.space.macro.
|
|
1791
|
+
$value: "{global.space.macro.XL}",
|
|
1792
1792
|
$description: "Left and right padding on global message",
|
|
1793
1793
|
},
|
|
1794
1794
|
name: "statusSpaceMessageGlobalXM",
|
|
@@ -890,6 +890,23 @@
|
|
|
890
890
|
attributes: {},
|
|
891
891
|
path: ["modes", "color", "generic", "fg", "moderate"],
|
|
892
892
|
},
|
|
893
|
+
frozen: {
|
|
894
|
+
soft: {
|
|
895
|
+
$type: "color",
|
|
896
|
+
$value: "#335B70",
|
|
897
|
+
$description: "frozen progress tracker border",
|
|
898
|
+
filePath: "data/tokens/modes/light.json",
|
|
899
|
+
isSource: true,
|
|
900
|
+
original: {
|
|
901
|
+
$type: "color",
|
|
902
|
+
$value: "{modes.color.status.neutral.frozen.default}",
|
|
903
|
+
$description: "frozen progress tracker border",
|
|
904
|
+
},
|
|
905
|
+
name: "modesColorGenericFgFrozenSoft",
|
|
906
|
+
attributes: {},
|
|
907
|
+
path: ["modes", "color", "generic", "fg", "frozen", "soft"],
|
|
908
|
+
},
|
|
909
|
+
},
|
|
893
910
|
},
|
|
894
911
|
backdrop: {
|
|
895
912
|
nought: {
|
|
@@ -2304,6 +2321,29 @@
|
|
|
2304
2321
|
"active",
|
|
2305
2322
|
],
|
|
2306
2323
|
},
|
|
2324
|
+
active2: {
|
|
2325
|
+
$type: "color",
|
|
2326
|
+
$value: "#335B70",
|
|
2327
|
+
$description: "Frozen progress tracker",
|
|
2328
|
+
filePath: "data/tokens/modes/light.json",
|
|
2329
|
+
isSource: true,
|
|
2330
|
+
original: {
|
|
2331
|
+
$type: "color",
|
|
2332
|
+
$value: "{modes.color.generic.fg.frozen.soft}",
|
|
2333
|
+
$description: "Frozen progress tracker",
|
|
2334
|
+
},
|
|
2335
|
+
name: "modesColorInteractiveMonochromeGenericFrozenActive2",
|
|
2336
|
+
attributes: {},
|
|
2337
|
+
path: [
|
|
2338
|
+
"modes",
|
|
2339
|
+
"color",
|
|
2340
|
+
"interactive",
|
|
2341
|
+
"monochrome",
|
|
2342
|
+
"generic",
|
|
2343
|
+
"frozen",
|
|
2344
|
+
"active2",
|
|
2345
|
+
],
|
|
2346
|
+
},
|
|
2307
2347
|
},
|
|
2308
2348
|
},
|
|
2309
2349
|
marketing: {
|
|
@@ -3020,6 +3060,49 @@
|
|
|
3020
3060
|
"bg",
|
|
3021
3061
|
],
|
|
3022
3062
|
},
|
|
3063
|
+
"bg-alt": {
|
|
3064
|
+
$extensions: {
|
|
3065
|
+
"studio.tokens": {
|
|
3066
|
+
modify: {
|
|
3067
|
+
type: "mix",
|
|
3068
|
+
value: "0.75",
|
|
3069
|
+
space: "lch",
|
|
3070
|
+
color: "#FFFFFF",
|
|
3071
|
+
format: "hex",
|
|
3072
|
+
},
|
|
3073
|
+
},
|
|
3074
|
+
},
|
|
3075
|
+
$type: "color",
|
|
3076
|
+
$value: "#cad3d9",
|
|
3077
|
+
$description: "progress tracker bg",
|
|
3078
|
+
filePath: "data/tokens/modes/light.json",
|
|
3079
|
+
isSource: true,
|
|
3080
|
+
original: {
|
|
3081
|
+
$extensions: {
|
|
3082
|
+
"studio.tokens": {
|
|
3083
|
+
modify: {
|
|
3084
|
+
type: "mix",
|
|
3085
|
+
value: "0.75",
|
|
3086
|
+
space: "lch",
|
|
3087
|
+
color: "{modes.color.modifier.contrastLess}",
|
|
3088
|
+
},
|
|
3089
|
+
},
|
|
3090
|
+
},
|
|
3091
|
+
$type: "color",
|
|
3092
|
+
$value: "{primitives.colors.navy}",
|
|
3093
|
+
$description: "progress tracker bg",
|
|
3094
|
+
},
|
|
3095
|
+
name: "modesColorInteractiveProgressFrozenBgAlt",
|
|
3096
|
+
attributes: {},
|
|
3097
|
+
path: [
|
|
3098
|
+
"modes",
|
|
3099
|
+
"color",
|
|
3100
|
+
"interactive",
|
|
3101
|
+
"progress",
|
|
3102
|
+
"frozen",
|
|
3103
|
+
"bg-alt",
|
|
3104
|
+
],
|
|
3105
|
+
},
|
|
3023
3106
|
},
|
|
3024
3107
|
},
|
|
3025
3108
|
},
|