@sage/design-tokens 7.1.7 → 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 +7 -1
- package/css/frozenproduct/large/components/profile.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/dark.css +3 -0
- package/css/frozenproduct/small/light.css +3 -0
- package/css/marketing/all.css +7 -1
- package/css/marketing/large/components/profile.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/dark.css +3 -0
- package/css/marketing/small/light.css +3 -0
- package/css/product/all.css +7 -1
- package/css/product/large/components/profile.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/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/mode.h +3 -0
- package/ios/frozenproduct/large/light/components/profile.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/mode.h +3 -0
- package/ios/frozenproduct/small/light/components/profile.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/mode.h +3 -0
- package/ios/marketing/large/light/components/profile.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/mode.h +3 -0
- package/ios/marketing/small/light/components/profile.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/mode.h +3 -0
- package/ios/product/large/light/components/profile.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/mode.h +3 -0
- package/ios/product/small/light/components/profile.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/mode.js +80 -0
- package/js/umd/frozenproduct/large/light/components/profile.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/mode.js +80 -0
- package/js/umd/frozenproduct/small/light/components/profile.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/mode.js +80 -0
- package/js/umd/marketing/large/light/components/profile.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/mode.js +80 -0
- package/js/umd/marketing/small/light/components/profile.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/mode.js +80 -0
- package/js/umd/product/large/light/components/profile.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/mode.js +80 -0
- package/js/umd/product/small/light/components/profile.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/mode.json +3 -0
- package/json/flat/frozenproduct/large/light/components/profile.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/mode.json +3 -0
- package/json/flat/frozenproduct/small/light/components/profile.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/mode.json +3 -0
- package/json/flat/marketing/large/light/components/profile.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/mode.json +3 -0
- package/json/flat/marketing/small/light/components/profile.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/mode.json +3 -0
- package/json/flat/product/large/light/components/profile.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/mode.json +3 -0
- package/json/flat/product/small/light/components/profile.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/mode.json +8 -3
- package/json/nested/frozenproduct/large/light/components/profile.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/mode.json +8 -3
- package/json/nested/frozenproduct/small/light/components/profile.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/mode.json +8 -3
- package/json/nested/marketing/large/light/components/profile.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/mode.json +8 -3
- package/json/nested/marketing/small/light/components/profile.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/mode.json +8 -3
- package/json/nested/product/large/light/components/profile.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/mode.json +8 -3
- package/json/nested/product/small/light/components/profile.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/button.scss +23 -23
- package/scss/frozenproduct/large/components/container.scss +9 -9
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +3 -3
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/profile.scss +1 -1
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +3 -3
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +10 -10
- 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 +3 -3
- 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/dark.scss +3 -0
- package/scss/marketing/large/light.scss +3 -0
- package/scss/marketing/small/components/button.scss +23 -23
- package/scss/marketing/small/components/container.scss +9 -9
- package/scss/marketing/small/components/form.scss +7 -7
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +3 -3
- package/scss/marketing/small/components/page.scss +1 -1
- package/scss/marketing/small/components/popover.scss +2 -2
- package/scss/marketing/small/components/profile.scss +1 -1
- package/scss/marketing/small/components/progress.scss +6 -6
- package/scss/marketing/small/components/status.scss +3 -3
- package/scss/marketing/small/components/tab.scss +7 -7
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/marketing/small/dark.scss +3 -0
- package/scss/marketing/small/light.scss +3 -0
- package/scss/product/large/components/profile.scss +1 -1
- package/scss/product/large/dark.scss +3 -0
- package/scss/product/large/light.scss +3 -0
- package/scss/product/small/components/profile.scss +1 -1
- package/scss/product/small/dark.scss +3 -0
- package/scss/product/small/light.scss +3 -0
- package/sage-design-tokens-7.1.7.tgz +0 -0
|
@@ -37,6 +37,7 @@ $modes-color-generic-fg-faint: #181818; // table dividers and borders
|
|
|
37
37
|
$modes-color-generic-fg-delicate: #282828; // table dividers and borders
|
|
38
38
|
$modes-color-generic-fg-soft: #4b4b4b;
|
|
39
39
|
$modes-color-generic-fg-moderate: #777;
|
|
40
|
+
$modes-color-generic-fg-frozen-soft: #4b4b4b;
|
|
40
41
|
$modes-color-generic-backdrop-nought: #000000; // used on full page backgrounds
|
|
41
42
|
$modes-color-generic-backdrop-faint: #181818; // used on full page backgrounds as an alternative option
|
|
42
43
|
$modes-color-interactive-ai-active: linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%);
|
|
@@ -92,6 +93,7 @@ $modes-color-interactive-monochrome-generic-with-active-alt: #ffffffe6;
|
|
|
92
93
|
$modes-color-interactive-monochrome-generic-with-default: #000000;
|
|
93
94
|
$modes-color-interactive-monochrome-generic-with-hover: #FFFFFF;
|
|
94
95
|
$modes-color-interactive-monochrome-generic-frozen-active: #FFFFFF; // Used within frozen table
|
|
96
|
+
$modes-color-interactive-monochrome-generic-frozen-active2: #FFFFFF; // progress tracker
|
|
95
97
|
$modes-color-interactive-monochrome-marketing-with-active: #000000; // use for marketing overrides for switch handle on standard
|
|
96
98
|
$modes-color-interactive-monochrome-marketing-active: #00D639; // needed for specific marketing usecase on light bg
|
|
97
99
|
$modes-color-interactive-monochrome-subtle-default-alt: #ffffff80; // border color for off switches
|
|
@@ -115,6 +117,7 @@ $modes-color-interactive-primary-frozen-table-default: #18232a;
|
|
|
115
117
|
$modes-color-interactive-progress-bg: #ffffff14;
|
|
116
118
|
$modes-color-interactive-progress-bg-alt: #00000014;
|
|
117
119
|
$modes-color-interactive-progress-frozen-bg: #ffffff14;
|
|
120
|
+
$modes-color-interactive-progress-frozen-bg-alt: #ffffff14;
|
|
118
121
|
$modes-color-status-caution-default: #E04500;
|
|
119
122
|
$modes-color-status-caution-default-alt: #251206; // Subtle message bg
|
|
120
123
|
$modes-color-status-caution-hover: #eb6732; // used on pill hover states
|
|
@@ -37,6 +37,7 @@ $modes-color-generic-fg-faint: #e8e8e8; // used for dividers
|
|
|
37
37
|
$modes-color-generic-fg-delicate: #d1d1d1; // table dividers and borders
|
|
38
38
|
$modes-color-generic-fg-soft: #a6a6a6;
|
|
39
39
|
$modes-color-generic-fg-moderate: #777;
|
|
40
|
+
$modes-color-generic-fg-frozen-soft: #335B70; // frozen progress tracker border
|
|
40
41
|
$modes-color-generic-backdrop-nought: #FFFFFF; // used on full page backgrounds
|
|
41
42
|
$modes-color-generic-backdrop-faint: #f6f8f9; // used on full page backgrounds as an alternative option
|
|
42
43
|
$modes-color-interactive-ai-active: linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%);
|
|
@@ -92,6 +93,7 @@ $modes-color-interactive-monochrome-generic-with-active-alt: #000000e6;
|
|
|
92
93
|
$modes-color-interactive-monochrome-generic-with-default: #FFFFFF;
|
|
93
94
|
$modes-color-interactive-monochrome-generic-with-hover: #000000; // maybe should be white to align with primary group logic
|
|
94
95
|
$modes-color-interactive-monochrome-generic-frozen-active: #eaedf0; // Used within frozen table
|
|
96
|
+
$modes-color-interactive-monochrome-generic-frozen-active2: #335B70; // Frozen progress tracker
|
|
95
97
|
$modes-color-interactive-monochrome-marketing-active: #000000; // needed for specific marketing usecase on light bg
|
|
96
98
|
$modes-color-interactive-monochrome-marketing-with-active: #00D639; // needed for specific marketing usecase on light bg
|
|
97
99
|
$modes-color-interactive-monochrome-subtle-default-alt: #00000080; // border color for off switches
|
|
@@ -115,6 +117,7 @@ $modes-color-interactive-primary-frozen-table-default: #9badb8;
|
|
|
115
117
|
$modes-color-interactive-progress-bg: #00000014;
|
|
116
118
|
$modes-color-interactive-progress-bg-alt: #ffffff14;
|
|
117
119
|
$modes-color-interactive-progress-frozen-bg: #00804614;
|
|
120
|
+
$modes-color-interactive-progress-frozen-bg-alt: #cad3d9; // progress tracker bg
|
|
118
121
|
$modes-color-status-ai-default: #FFFFFF;
|
|
119
122
|
$modes-color-status-ai-default-alt: #000000; // bg for contextual message comp
|
|
120
123
|
$modes-color-status-ai-default-horizontal: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);
|
|
@@ -61,7 +61,7 @@ $profile-size-inside-m: $global-size-macro-xs - $global-size-micro-xs; // M Port
|
|
|
61
61
|
$profile-size-inside-ml: $global-size-macro-xs + $global-size-micro-xs; // L Portrait icons
|
|
62
62
|
$profile-size-inside-l: $global-size-macro-m; // XL Portrait icons
|
|
63
63
|
$profile-size-inside-xl: $global-size-macro-xl; // XL Portrait icons
|
|
64
|
-
$profile-size-inside-xxl: $global-size-micro-m *
|
|
64
|
+
$profile-size-inside-xxl: $global-size-micro-m * 9; // XXL Portraits
|
|
65
65
|
$profile-color-border-default: $modes-color-generic-fg-delicate;
|
|
66
66
|
$profile-space-none: $global-space-none;
|
|
67
67
|
$profile-space-x-s: $global-space-macro-xs; // gap between avatar and name
|
|
@@ -37,6 +37,7 @@ $modes-color-generic-fg-faint: #181818; // table dividers and borders
|
|
|
37
37
|
$modes-color-generic-fg-delicate: #282828; // table dividers and borders
|
|
38
38
|
$modes-color-generic-fg-soft: #4b4b4b;
|
|
39
39
|
$modes-color-generic-fg-moderate: #777;
|
|
40
|
+
$modes-color-generic-fg-frozen-soft: #4b4b4b;
|
|
40
41
|
$modes-color-generic-backdrop-nought: #000000; // used on full page backgrounds
|
|
41
42
|
$modes-color-generic-backdrop-faint: #181818; // used on full page backgrounds as an alternative option
|
|
42
43
|
$modes-color-interactive-ai-active: linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%);
|
|
@@ -92,6 +93,7 @@ $modes-color-interactive-monochrome-generic-with-active-alt: #ffffffe6;
|
|
|
92
93
|
$modes-color-interactive-monochrome-generic-with-default: #000000;
|
|
93
94
|
$modes-color-interactive-monochrome-generic-with-hover: #FFFFFF;
|
|
94
95
|
$modes-color-interactive-monochrome-generic-frozen-active: #FFFFFF; // Used within frozen table
|
|
96
|
+
$modes-color-interactive-monochrome-generic-frozen-active2: #FFFFFF; // progress tracker
|
|
95
97
|
$modes-color-interactive-monochrome-marketing-with-active: #000000; // use for marketing overrides for switch handle on standard
|
|
96
98
|
$modes-color-interactive-monochrome-marketing-active: #00D639; // needed for specific marketing usecase on light bg
|
|
97
99
|
$modes-color-interactive-monochrome-subtle-default-alt: #ffffff80; // border color for off switches
|
|
@@ -115,6 +117,7 @@ $modes-color-interactive-primary-frozen-table-default: #18232a;
|
|
|
115
117
|
$modes-color-interactive-progress-bg: #ffffff14;
|
|
116
118
|
$modes-color-interactive-progress-bg-alt: #00000014;
|
|
117
119
|
$modes-color-interactive-progress-frozen-bg: #ffffff14;
|
|
120
|
+
$modes-color-interactive-progress-frozen-bg-alt: #ffffff14;
|
|
118
121
|
$modes-color-status-caution-default: #E04500;
|
|
119
122
|
$modes-color-status-caution-default-alt: #251206; // Subtle message bg
|
|
120
123
|
$modes-color-status-caution-hover: #eb6732; // used on pill hover states
|
|
@@ -37,6 +37,7 @@ $modes-color-generic-fg-faint: #e8e8e8; // used for dividers
|
|
|
37
37
|
$modes-color-generic-fg-delicate: #d1d1d1; // table dividers and borders
|
|
38
38
|
$modes-color-generic-fg-soft: #a6a6a6;
|
|
39
39
|
$modes-color-generic-fg-moderate: #777;
|
|
40
|
+
$modes-color-generic-fg-frozen-soft: #335B70; // frozen progress tracker border
|
|
40
41
|
$modes-color-generic-backdrop-nought: #FFFFFF; // used on full page backgrounds
|
|
41
42
|
$modes-color-generic-backdrop-faint: #f6f8f9; // used on full page backgrounds as an alternative option
|
|
42
43
|
$modes-color-interactive-ai-active: linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%);
|
|
@@ -92,6 +93,7 @@ $modes-color-interactive-monochrome-generic-with-active-alt: #000000e6;
|
|
|
92
93
|
$modes-color-interactive-monochrome-generic-with-default: #FFFFFF;
|
|
93
94
|
$modes-color-interactive-monochrome-generic-with-hover: #000000; // maybe should be white to align with primary group logic
|
|
94
95
|
$modes-color-interactive-monochrome-generic-frozen-active: #eaedf0; // Used within frozen table
|
|
96
|
+
$modes-color-interactive-monochrome-generic-frozen-active2: #335B70; // Frozen progress tracker
|
|
95
97
|
$modes-color-interactive-monochrome-marketing-active: #000000; // needed for specific marketing usecase on light bg
|
|
96
98
|
$modes-color-interactive-monochrome-marketing-with-active: #00D639; // needed for specific marketing usecase on light bg
|
|
97
99
|
$modes-color-interactive-monochrome-subtle-default-alt: #00000080; // border color for off switches
|
|
@@ -115,6 +117,7 @@ $modes-color-interactive-primary-frozen-table-default: #9badb8;
|
|
|
115
117
|
$modes-color-interactive-progress-bg: #00000014;
|
|
116
118
|
$modes-color-interactive-progress-bg-alt: #ffffff14;
|
|
117
119
|
$modes-color-interactive-progress-frozen-bg: #00804614;
|
|
120
|
+
$modes-color-interactive-progress-frozen-bg-alt: #cad3d9; // progress tracker bg
|
|
118
121
|
$modes-color-status-ai-default: #FFFFFF;
|
|
119
122
|
$modes-color-status-ai-default-alt: #000000; // bg for contextual message comp
|
|
120
123
|
$modes-color-status-ai-default-horizontal: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);
|
|
Binary file
|