@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
|
@@ -877,6 +877,42 @@ module.exports = {
|
|
|
877
877
|
attributes: {},
|
|
878
878
|
path: ["modes", "color", "generic", "fg", "moderate"],
|
|
879
879
|
},
|
|
880
|
+
frozen: {
|
|
881
|
+
soft: {
|
|
882
|
+
$extensions: {
|
|
883
|
+
"studio.tokens": {
|
|
884
|
+
modify: {
|
|
885
|
+
type: "mix",
|
|
886
|
+
value: "0.32",
|
|
887
|
+
space: "lch",
|
|
888
|
+
color: "#FFFFFF ",
|
|
889
|
+
format: "hex",
|
|
890
|
+
},
|
|
891
|
+
},
|
|
892
|
+
},
|
|
893
|
+
$type: "color",
|
|
894
|
+
$value: "#4b4b4b",
|
|
895
|
+
filePath: "data/tokens/modes/dark.json",
|
|
896
|
+
isSource: true,
|
|
897
|
+
original: {
|
|
898
|
+
$extensions: {
|
|
899
|
+
"studio.tokens": {
|
|
900
|
+
modify: {
|
|
901
|
+
type: "mix",
|
|
902
|
+
value: "0.32",
|
|
903
|
+
space: "lch",
|
|
904
|
+
color: "{modes.color.modifier.contrastMore} ",
|
|
905
|
+
},
|
|
906
|
+
},
|
|
907
|
+
},
|
|
908
|
+
$type: "color",
|
|
909
|
+
$value: "{modes.color.generic.fg.nought}",
|
|
910
|
+
},
|
|
911
|
+
name: "modesColorGenericFgFrozenSoft",
|
|
912
|
+
attributes: {},
|
|
913
|
+
path: ["modes", "color", "generic", "fg", "frozen", "soft"],
|
|
914
|
+
},
|
|
915
|
+
},
|
|
880
916
|
},
|
|
881
917
|
backdrop: {
|
|
882
918
|
nought: {
|
|
@@ -2178,6 +2214,29 @@ module.exports = {
|
|
|
2178
2214
|
"active",
|
|
2179
2215
|
],
|
|
2180
2216
|
},
|
|
2217
|
+
active2: {
|
|
2218
|
+
$type: "color",
|
|
2219
|
+
$value: "#FFFFFF",
|
|
2220
|
+
$description: "progress tracker",
|
|
2221
|
+
filePath: "data/tokens/modes/dark.json",
|
|
2222
|
+
isSource: true,
|
|
2223
|
+
original: {
|
|
2224
|
+
$type: "color",
|
|
2225
|
+
$value: "{modes.color.interactive.monochrome.generic.active}",
|
|
2226
|
+
$description: "progress tracker",
|
|
2227
|
+
},
|
|
2228
|
+
name: "modesColorInteractiveMonochromeGenericFrozenActive2",
|
|
2229
|
+
attributes: {},
|
|
2230
|
+
path: [
|
|
2231
|
+
"modes",
|
|
2232
|
+
"color",
|
|
2233
|
+
"interactive",
|
|
2234
|
+
"monochrome",
|
|
2235
|
+
"generic",
|
|
2236
|
+
"frozen",
|
|
2237
|
+
"active2",
|
|
2238
|
+
],
|
|
2239
|
+
},
|
|
2181
2240
|
},
|
|
2182
2241
|
},
|
|
2183
2242
|
marketing: {
|
|
@@ -2871,6 +2930,26 @@ module.exports = {
|
|
|
2871
2930
|
"bg",
|
|
2872
2931
|
],
|
|
2873
2932
|
},
|
|
2933
|
+
"bg-alt": {
|
|
2934
|
+
$type: "color",
|
|
2935
|
+
$value: "#ffffff14",
|
|
2936
|
+
filePath: "data/tokens/modes/dark.json",
|
|
2937
|
+
isSource: true,
|
|
2938
|
+
original: {
|
|
2939
|
+
$type: "color",
|
|
2940
|
+
$value: "{modes.color.interactive.progress.bg}",
|
|
2941
|
+
},
|
|
2942
|
+
name: "modesColorInteractiveProgressFrozenBgAlt",
|
|
2943
|
+
attributes: {},
|
|
2944
|
+
path: [
|
|
2945
|
+
"modes",
|
|
2946
|
+
"color",
|
|
2947
|
+
"interactive",
|
|
2948
|
+
"progress",
|
|
2949
|
+
"frozen",
|
|
2950
|
+
"bg-alt",
|
|
2951
|
+
],
|
|
2952
|
+
},
|
|
2874
2953
|
},
|
|
2875
2954
|
},
|
|
2876
2955
|
},
|
|
@@ -225,13 +225,13 @@ module.exports = {
|
|
|
225
225
|
},
|
|
226
226
|
XXL: {
|
|
227
227
|
$type: "sizing",
|
|
228
|
-
$value:
|
|
228
|
+
$value: 72,
|
|
229
229
|
$description: "XXL Portraits",
|
|
230
230
|
filePath: "data/tokens/components/profile.json",
|
|
231
231
|
isSource: true,
|
|
232
232
|
original: {
|
|
233
233
|
$type: "sizing",
|
|
234
|
-
$value: "{global.size.micro.M} *
|
|
234
|
+
$value: "{global.size.micro.M} * 9",
|
|
235
235
|
$description: "XXL Portraits",
|
|
236
236
|
},
|
|
237
237
|
name: "profileSizeInsideXxl",
|
|
@@ -1749,13 +1749,13 @@ module.exports = {
|
|
|
1749
1749
|
x: {
|
|
1750
1750
|
M: {
|
|
1751
1751
|
$type: "spacing",
|
|
1752
|
-
$value:
|
|
1752
|
+
$value: 40,
|
|
1753
1753
|
$description: "Left and right padding on global message",
|
|
1754
1754
|
filePath: "data/tokens/components/status.json",
|
|
1755
1755
|
isSource: true,
|
|
1756
1756
|
original: {
|
|
1757
1757
|
$type: "spacing",
|
|
1758
|
-
$value: "{global.space.macro.
|
|
1758
|
+
$value: "{global.space.macro.XL}",
|
|
1759
1759
|
$description: "Left and right padding on global message",
|
|
1760
1760
|
},
|
|
1761
1761
|
name: "statusSpaceMessageGlobalXM",
|
|
@@ -71,6 +71,9 @@ declare const tokens: {
|
|
|
71
71
|
delicate: DesignToken;
|
|
72
72
|
soft: DesignToken;
|
|
73
73
|
moderate: DesignToken;
|
|
74
|
+
frozen: {
|
|
75
|
+
soft: DesignToken;
|
|
76
|
+
};
|
|
74
77
|
};
|
|
75
78
|
backdrop: {
|
|
76
79
|
nought: DesignToken;
|
|
@@ -150,6 +153,7 @@ declare const tokens: {
|
|
|
150
153
|
withHover: DesignToken;
|
|
151
154
|
frozen: {
|
|
152
155
|
active: DesignToken;
|
|
156
|
+
active2: DesignToken;
|
|
153
157
|
};
|
|
154
158
|
};
|
|
155
159
|
marketing: {
|
|
@@ -190,6 +194,7 @@ declare const tokens: {
|
|
|
190
194
|
bgAlt: DesignToken;
|
|
191
195
|
frozen: {
|
|
192
196
|
bg: DesignToken;
|
|
197
|
+
"bg-alt": DesignToken;
|
|
193
198
|
};
|
|
194
199
|
};
|
|
195
200
|
};
|
|
@@ -879,6 +879,23 @@ module.exports = {
|
|
|
879
879
|
attributes: {},
|
|
880
880
|
path: ["modes", "color", "generic", "fg", "moderate"],
|
|
881
881
|
},
|
|
882
|
+
frozen: {
|
|
883
|
+
soft: {
|
|
884
|
+
$type: "color",
|
|
885
|
+
$value: "#335B70",
|
|
886
|
+
$description: "frozen progress tracker border",
|
|
887
|
+
filePath: "data/tokens/modes/light.json",
|
|
888
|
+
isSource: true,
|
|
889
|
+
original: {
|
|
890
|
+
$type: "color",
|
|
891
|
+
$value: "{modes.color.status.neutral.frozen.default}",
|
|
892
|
+
$description: "frozen progress tracker border",
|
|
893
|
+
},
|
|
894
|
+
name: "modesColorGenericFgFrozenSoft",
|
|
895
|
+
attributes: {},
|
|
896
|
+
path: ["modes", "color", "generic", "fg", "frozen", "soft"],
|
|
897
|
+
},
|
|
898
|
+
},
|
|
882
899
|
},
|
|
883
900
|
backdrop: {
|
|
884
901
|
nought: {
|
|
@@ -2258,6 +2275,29 @@ module.exports = {
|
|
|
2258
2275
|
"active",
|
|
2259
2276
|
],
|
|
2260
2277
|
},
|
|
2278
|
+
active2: {
|
|
2279
|
+
$type: "color",
|
|
2280
|
+
$value: "#335B70",
|
|
2281
|
+
$description: "Frozen progress tracker",
|
|
2282
|
+
filePath: "data/tokens/modes/light.json",
|
|
2283
|
+
isSource: true,
|
|
2284
|
+
original: {
|
|
2285
|
+
$type: "color",
|
|
2286
|
+
$value: "{modes.color.generic.fg.frozen.soft}",
|
|
2287
|
+
$description: "Frozen progress tracker",
|
|
2288
|
+
},
|
|
2289
|
+
name: "modesColorInteractiveMonochromeGenericFrozenActive2",
|
|
2290
|
+
attributes: {},
|
|
2291
|
+
path: [
|
|
2292
|
+
"modes",
|
|
2293
|
+
"color",
|
|
2294
|
+
"interactive",
|
|
2295
|
+
"monochrome",
|
|
2296
|
+
"generic",
|
|
2297
|
+
"frozen",
|
|
2298
|
+
"active2",
|
|
2299
|
+
],
|
|
2300
|
+
},
|
|
2261
2301
|
},
|
|
2262
2302
|
},
|
|
2263
2303
|
marketing: {
|
|
@@ -2971,6 +3011,49 @@ module.exports = {
|
|
|
2971
3011
|
"bg",
|
|
2972
3012
|
],
|
|
2973
3013
|
},
|
|
3014
|
+
"bg-alt": {
|
|
3015
|
+
$extensions: {
|
|
3016
|
+
"studio.tokens": {
|
|
3017
|
+
modify: {
|
|
3018
|
+
type: "mix",
|
|
3019
|
+
value: "0.75",
|
|
3020
|
+
space: "lch",
|
|
3021
|
+
color: "#FFFFFF",
|
|
3022
|
+
format: "hex",
|
|
3023
|
+
},
|
|
3024
|
+
},
|
|
3025
|
+
},
|
|
3026
|
+
$type: "color",
|
|
3027
|
+
$value: "#cad3d9",
|
|
3028
|
+
$description: "progress tracker bg",
|
|
3029
|
+
filePath: "data/tokens/modes/light.json",
|
|
3030
|
+
isSource: true,
|
|
3031
|
+
original: {
|
|
3032
|
+
$extensions: {
|
|
3033
|
+
"studio.tokens": {
|
|
3034
|
+
modify: {
|
|
3035
|
+
type: "mix",
|
|
3036
|
+
value: "0.75",
|
|
3037
|
+
space: "lch",
|
|
3038
|
+
color: "{modes.color.modifier.contrastLess}",
|
|
3039
|
+
},
|
|
3040
|
+
},
|
|
3041
|
+
},
|
|
3042
|
+
$type: "color",
|
|
3043
|
+
$value: "{primitives.colors.navy}",
|
|
3044
|
+
$description: "progress tracker bg",
|
|
3045
|
+
},
|
|
3046
|
+
name: "modesColorInteractiveProgressFrozenBgAlt",
|
|
3047
|
+
attributes: {},
|
|
3048
|
+
path: [
|
|
3049
|
+
"modes",
|
|
3050
|
+
"color",
|
|
3051
|
+
"interactive",
|
|
3052
|
+
"progress",
|
|
3053
|
+
"frozen",
|
|
3054
|
+
"bg-alt",
|
|
3055
|
+
],
|
|
3056
|
+
},
|
|
2974
3057
|
},
|
|
2975
3058
|
},
|
|
2976
3059
|
},
|
|
@@ -225,13 +225,13 @@ module.exports = {
|
|
|
225
225
|
},
|
|
226
226
|
XXL: {
|
|
227
227
|
$type: "sizing",
|
|
228
|
-
$value:
|
|
228
|
+
$value: 72,
|
|
229
229
|
$description: "XXL Portraits",
|
|
230
230
|
filePath: "data/tokens/components/profile.json",
|
|
231
231
|
isSource: true,
|
|
232
232
|
original: {
|
|
233
233
|
$type: "sizing",
|
|
234
|
-
$value: "{global.size.micro.M} *
|
|
234
|
+
$value: "{global.size.micro.M} * 9",
|
|
235
235
|
$description: "XXL Portraits",
|
|
236
236
|
},
|
|
237
237
|
name: "profileSizeInsideXxl",
|
|
@@ -1749,13 +1749,13 @@ module.exports = {
|
|
|
1749
1749
|
x: {
|
|
1750
1750
|
M: {
|
|
1751
1751
|
$type: "spacing",
|
|
1752
|
-
$value:
|
|
1752
|
+
$value: 32,
|
|
1753
1753
|
$description: "Left and right padding on global message",
|
|
1754
1754
|
filePath: "data/tokens/components/status.json",
|
|
1755
1755
|
isSource: true,
|
|
1756
1756
|
original: {
|
|
1757
1757
|
$type: "spacing",
|
|
1758
|
-
$value: "{global.space.macro.
|
|
1758
|
+
$value: "{global.space.macro.XL}",
|
|
1759
1759
|
$description: "Left and right padding on global message",
|
|
1760
1760
|
},
|
|
1761
1761
|
name: "statusSpaceMessageGlobalXM",
|
|
@@ -71,6 +71,9 @@ declare const tokens: {
|
|
|
71
71
|
delicate: DesignToken;
|
|
72
72
|
soft: DesignToken;
|
|
73
73
|
moderate: DesignToken;
|
|
74
|
+
frozen: {
|
|
75
|
+
soft: DesignToken;
|
|
76
|
+
};
|
|
74
77
|
};
|
|
75
78
|
backdrop: {
|
|
76
79
|
nought: DesignToken;
|
|
@@ -150,6 +153,7 @@ declare const tokens: {
|
|
|
150
153
|
withHover: DesignToken;
|
|
151
154
|
frozen: {
|
|
152
155
|
active: DesignToken;
|
|
156
|
+
active2: DesignToken;
|
|
153
157
|
};
|
|
154
158
|
};
|
|
155
159
|
marketing: {
|
|
@@ -190,6 +194,7 @@ declare const tokens: {
|
|
|
190
194
|
bgAlt: DesignToken;
|
|
191
195
|
frozen: {
|
|
192
196
|
bg: DesignToken;
|
|
197
|
+
"bg-alt": DesignToken;
|
|
193
198
|
};
|
|
194
199
|
};
|
|
195
200
|
};
|
|
@@ -877,6 +877,42 @@ module.exports = {
|
|
|
877
877
|
attributes: {},
|
|
878
878
|
path: ["modes", "color", "generic", "fg", "moderate"],
|
|
879
879
|
},
|
|
880
|
+
frozen: {
|
|
881
|
+
soft: {
|
|
882
|
+
$extensions: {
|
|
883
|
+
"studio.tokens": {
|
|
884
|
+
modify: {
|
|
885
|
+
type: "mix",
|
|
886
|
+
value: "0.32",
|
|
887
|
+
space: "lch",
|
|
888
|
+
color: "#FFFFFF ",
|
|
889
|
+
format: "hex",
|
|
890
|
+
},
|
|
891
|
+
},
|
|
892
|
+
},
|
|
893
|
+
$type: "color",
|
|
894
|
+
$value: "#4b4b4b",
|
|
895
|
+
filePath: "data/tokens/modes/dark.json",
|
|
896
|
+
isSource: true,
|
|
897
|
+
original: {
|
|
898
|
+
$extensions: {
|
|
899
|
+
"studio.tokens": {
|
|
900
|
+
modify: {
|
|
901
|
+
type: "mix",
|
|
902
|
+
value: "0.32",
|
|
903
|
+
space: "lch",
|
|
904
|
+
color: "{modes.color.modifier.contrastMore} ",
|
|
905
|
+
},
|
|
906
|
+
},
|
|
907
|
+
},
|
|
908
|
+
$type: "color",
|
|
909
|
+
$value: "{modes.color.generic.fg.nought}",
|
|
910
|
+
},
|
|
911
|
+
name: "modesColorGenericFgFrozenSoft",
|
|
912
|
+
attributes: {},
|
|
913
|
+
path: ["modes", "color", "generic", "fg", "frozen", "soft"],
|
|
914
|
+
},
|
|
915
|
+
},
|
|
880
916
|
},
|
|
881
917
|
backdrop: {
|
|
882
918
|
nought: {
|
|
@@ -2178,6 +2214,29 @@ module.exports = {
|
|
|
2178
2214
|
"active",
|
|
2179
2215
|
],
|
|
2180
2216
|
},
|
|
2217
|
+
active2: {
|
|
2218
|
+
$type: "color",
|
|
2219
|
+
$value: "#FFFFFF",
|
|
2220
|
+
$description: "progress tracker",
|
|
2221
|
+
filePath: "data/tokens/modes/dark.json",
|
|
2222
|
+
isSource: true,
|
|
2223
|
+
original: {
|
|
2224
|
+
$type: "color",
|
|
2225
|
+
$value: "{modes.color.interactive.monochrome.generic.active}",
|
|
2226
|
+
$description: "progress tracker",
|
|
2227
|
+
},
|
|
2228
|
+
name: "modesColorInteractiveMonochromeGenericFrozenActive2",
|
|
2229
|
+
attributes: {},
|
|
2230
|
+
path: [
|
|
2231
|
+
"modes",
|
|
2232
|
+
"color",
|
|
2233
|
+
"interactive",
|
|
2234
|
+
"monochrome",
|
|
2235
|
+
"generic",
|
|
2236
|
+
"frozen",
|
|
2237
|
+
"active2",
|
|
2238
|
+
],
|
|
2239
|
+
},
|
|
2181
2240
|
},
|
|
2182
2241
|
},
|
|
2183
2242
|
marketing: {
|
|
@@ -2871,6 +2930,26 @@ module.exports = {
|
|
|
2871
2930
|
"bg",
|
|
2872
2931
|
],
|
|
2873
2932
|
},
|
|
2933
|
+
"bg-alt": {
|
|
2934
|
+
$type: "color",
|
|
2935
|
+
$value: "#ffffff14",
|
|
2936
|
+
filePath: "data/tokens/modes/dark.json",
|
|
2937
|
+
isSource: true,
|
|
2938
|
+
original: {
|
|
2939
|
+
$type: "color",
|
|
2940
|
+
$value: "{modes.color.interactive.progress.bg}",
|
|
2941
|
+
},
|
|
2942
|
+
name: "modesColorInteractiveProgressFrozenBgAlt",
|
|
2943
|
+
attributes: {},
|
|
2944
|
+
path: [
|
|
2945
|
+
"modes",
|
|
2946
|
+
"color",
|
|
2947
|
+
"interactive",
|
|
2948
|
+
"progress",
|
|
2949
|
+
"frozen",
|
|
2950
|
+
"bg-alt",
|
|
2951
|
+
],
|
|
2952
|
+
},
|
|
2874
2953
|
},
|
|
2875
2954
|
},
|
|
2876
2955
|
},
|
|
@@ -225,13 +225,13 @@ module.exports = {
|
|
|
225
225
|
},
|
|
226
226
|
XXL: {
|
|
227
227
|
$type: "sizing",
|
|
228
|
-
$value:
|
|
228
|
+
$value: 72,
|
|
229
229
|
$description: "XXL Portraits",
|
|
230
230
|
filePath: "data/tokens/components/profile.json",
|
|
231
231
|
isSource: true,
|
|
232
232
|
original: {
|
|
233
233
|
$type: "sizing",
|
|
234
|
-
$value: "{global.size.micro.M} *
|
|
234
|
+
$value: "{global.size.micro.M} * 9",
|
|
235
235
|
$description: "XXL Portraits",
|
|
236
236
|
},
|
|
237
237
|
name: "profileSizeInsideXxl",
|
|
@@ -1749,13 +1749,13 @@ module.exports = {
|
|
|
1749
1749
|
x: {
|
|
1750
1750
|
M: {
|
|
1751
1751
|
$type: "spacing",
|
|
1752
|
-
$value:
|
|
1752
|
+
$value: 32,
|
|
1753
1753
|
$description: "Left and right padding on global message",
|
|
1754
1754
|
filePath: "data/tokens/components/status.json",
|
|
1755
1755
|
isSource: true,
|
|
1756
1756
|
original: {
|
|
1757
1757
|
$type: "spacing",
|
|
1758
|
-
$value: "{global.space.macro.
|
|
1758
|
+
$value: "{global.space.macro.XL}",
|
|
1759
1759
|
$description: "Left and right padding on global message",
|
|
1760
1760
|
},
|
|
1761
1761
|
name: "statusSpaceMessageGlobalXM",
|
|
@@ -71,6 +71,9 @@ declare const tokens: {
|
|
|
71
71
|
delicate: DesignToken;
|
|
72
72
|
soft: DesignToken;
|
|
73
73
|
moderate: DesignToken;
|
|
74
|
+
frozen: {
|
|
75
|
+
soft: DesignToken;
|
|
76
|
+
};
|
|
74
77
|
};
|
|
75
78
|
backdrop: {
|
|
76
79
|
nought: DesignToken;
|
|
@@ -150,6 +153,7 @@ declare const tokens: {
|
|
|
150
153
|
withHover: DesignToken;
|
|
151
154
|
frozen: {
|
|
152
155
|
active: DesignToken;
|
|
156
|
+
active2: DesignToken;
|
|
153
157
|
};
|
|
154
158
|
};
|
|
155
159
|
marketing: {
|
|
@@ -190,6 +194,7 @@ declare const tokens: {
|
|
|
190
194
|
bgAlt: DesignToken;
|
|
191
195
|
frozen: {
|
|
192
196
|
bg: DesignToken;
|
|
197
|
+
"bg-alt": DesignToken;
|
|
193
198
|
};
|
|
194
199
|
};
|
|
195
200
|
};
|
|
@@ -879,6 +879,23 @@ module.exports = {
|
|
|
879
879
|
attributes: {},
|
|
880
880
|
path: ["modes", "color", "generic", "fg", "moderate"],
|
|
881
881
|
},
|
|
882
|
+
frozen: {
|
|
883
|
+
soft: {
|
|
884
|
+
$type: "color",
|
|
885
|
+
$value: "#335B70",
|
|
886
|
+
$description: "frozen progress tracker border",
|
|
887
|
+
filePath: "data/tokens/modes/light.json",
|
|
888
|
+
isSource: true,
|
|
889
|
+
original: {
|
|
890
|
+
$type: "color",
|
|
891
|
+
$value: "{modes.color.status.neutral.frozen.default}",
|
|
892
|
+
$description: "frozen progress tracker border",
|
|
893
|
+
},
|
|
894
|
+
name: "modesColorGenericFgFrozenSoft",
|
|
895
|
+
attributes: {},
|
|
896
|
+
path: ["modes", "color", "generic", "fg", "frozen", "soft"],
|
|
897
|
+
},
|
|
898
|
+
},
|
|
882
899
|
},
|
|
883
900
|
backdrop: {
|
|
884
901
|
nought: {
|
|
@@ -2258,6 +2275,29 @@ module.exports = {
|
|
|
2258
2275
|
"active",
|
|
2259
2276
|
],
|
|
2260
2277
|
},
|
|
2278
|
+
active2: {
|
|
2279
|
+
$type: "color",
|
|
2280
|
+
$value: "#335B70",
|
|
2281
|
+
$description: "Frozen progress tracker",
|
|
2282
|
+
filePath: "data/tokens/modes/light.json",
|
|
2283
|
+
isSource: true,
|
|
2284
|
+
original: {
|
|
2285
|
+
$type: "color",
|
|
2286
|
+
$value: "{modes.color.generic.fg.frozen.soft}",
|
|
2287
|
+
$description: "Frozen progress tracker",
|
|
2288
|
+
},
|
|
2289
|
+
name: "modesColorInteractiveMonochromeGenericFrozenActive2",
|
|
2290
|
+
attributes: {},
|
|
2291
|
+
path: [
|
|
2292
|
+
"modes",
|
|
2293
|
+
"color",
|
|
2294
|
+
"interactive",
|
|
2295
|
+
"monochrome",
|
|
2296
|
+
"generic",
|
|
2297
|
+
"frozen",
|
|
2298
|
+
"active2",
|
|
2299
|
+
],
|
|
2300
|
+
},
|
|
2261
2301
|
},
|
|
2262
2302
|
},
|
|
2263
2303
|
marketing: {
|
|
@@ -2971,6 +3011,49 @@ module.exports = {
|
|
|
2971
3011
|
"bg",
|
|
2972
3012
|
],
|
|
2973
3013
|
},
|
|
3014
|
+
"bg-alt": {
|
|
3015
|
+
$extensions: {
|
|
3016
|
+
"studio.tokens": {
|
|
3017
|
+
modify: {
|
|
3018
|
+
type: "mix",
|
|
3019
|
+
value: "0.75",
|
|
3020
|
+
space: "lch",
|
|
3021
|
+
color: "#FFFFFF",
|
|
3022
|
+
format: "hex",
|
|
3023
|
+
},
|
|
3024
|
+
},
|
|
3025
|
+
},
|
|
3026
|
+
$type: "color",
|
|
3027
|
+
$value: "#cad3d9",
|
|
3028
|
+
$description: "progress tracker bg",
|
|
3029
|
+
filePath: "data/tokens/modes/light.json",
|
|
3030
|
+
isSource: true,
|
|
3031
|
+
original: {
|
|
3032
|
+
$extensions: {
|
|
3033
|
+
"studio.tokens": {
|
|
3034
|
+
modify: {
|
|
3035
|
+
type: "mix",
|
|
3036
|
+
value: "0.75",
|
|
3037
|
+
space: "lch",
|
|
3038
|
+
color: "{modes.color.modifier.contrastLess}",
|
|
3039
|
+
},
|
|
3040
|
+
},
|
|
3041
|
+
},
|
|
3042
|
+
$type: "color",
|
|
3043
|
+
$value: "{primitives.colors.navy}",
|
|
3044
|
+
$description: "progress tracker bg",
|
|
3045
|
+
},
|
|
3046
|
+
name: "modesColorInteractiveProgressFrozenBgAlt",
|
|
3047
|
+
attributes: {},
|
|
3048
|
+
path: [
|
|
3049
|
+
"modes",
|
|
3050
|
+
"color",
|
|
3051
|
+
"interactive",
|
|
3052
|
+
"progress",
|
|
3053
|
+
"frozen",
|
|
3054
|
+
"bg-alt",
|
|
3055
|
+
],
|
|
3056
|
+
},
|
|
2974
3057
|
},
|
|
2975
3058
|
},
|
|
2976
3059
|
},
|
|
@@ -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 = "#fffffff2";
|
|
25
25
|
export const profileColorBgDefault = "#0e0e0e";
|
|
26
26
|
export const profileColorBorderDefault = "#282828";
|
|
@@ -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 = 40;
|
|
113
113
|
export const statusSpaceMessageGlobalYM = 8;
|
|
114
114
|
export const statusSpaceMessageGlobalXgM = 16;
|
|
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 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 = 40;
|
|
113
113
|
export const statusSpaceMessageGlobalYM = 8;
|
|
114
114
|
export const statusSpaceMessageGlobalXgM = 16;
|
|
115
115
|
export const statusSpaceMessageGlobalYgM = 4;
|