@sage/design-tokens 14.1.0 → 14.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 +10 -0
- package/css/frozenproduct/large/components/status.css +10 -0
- package/css/frozenproduct/small/components/status.css +10 -0
- package/css/marketing/all.css +10 -0
- package/css/marketing/large/components/status.css +10 -0
- package/css/marketing/small/components/status.css +10 -0
- package/css/product/all.css +10 -0
- package/css/product/large/components/status.css +10 -0
- package/css/product/small/components/status.css +10 -0
- package/ios/frozenproduct/large/dark/components/status.h +10 -0
- package/ios/frozenproduct/large/light/components/status.h +10 -0
- package/ios/frozenproduct/small/dark/components/status.h +10 -0
- package/ios/frozenproduct/small/light/components/status.h +10 -0
- package/ios/marketing/large/dark/components/status.h +10 -0
- package/ios/marketing/large/light/components/status.h +10 -0
- package/ios/marketing/small/dark/components/status.h +10 -0
- package/ios/marketing/small/light/components/status.h +10 -0
- package/ios/product/large/dark/components/status.h +10 -0
- package/ios/product/large/light/components/status.h +10 -0
- package/ios/product/small/dark/components/status.h +10 -0
- package/ios/product/small/light/components/status.h +10 -0
- package/js/common/frozenproduct/large/dark/components/status.d.ts +14 -0
- package/js/common/frozenproduct/large/dark/components/status.js +173 -0
- package/js/common/frozenproduct/large/light/components/status.d.ts +14 -0
- package/js/common/frozenproduct/large/light/components/status.js +173 -0
- package/js/common/frozenproduct/small/dark/components/status.d.ts +14 -0
- package/js/common/frozenproduct/small/dark/components/status.js +173 -0
- package/js/common/frozenproduct/small/light/components/status.d.ts +14 -0
- package/js/common/frozenproduct/small/light/components/status.js +173 -0
- package/js/common/marketing/large/dark/components/status.d.ts +14 -0
- package/js/common/marketing/large/dark/components/status.js +173 -0
- package/js/common/marketing/large/light/components/status.d.ts +14 -0
- package/js/common/marketing/large/light/components/status.js +173 -0
- package/js/common/marketing/small/dark/components/status.d.ts +14 -0
- package/js/common/marketing/small/dark/components/status.js +173 -0
- package/js/common/marketing/small/light/components/status.d.ts +14 -0
- package/js/common/marketing/small/light/components/status.js +173 -0
- package/js/common/product/large/dark/components/status.d.ts +14 -0
- package/js/common/product/large/dark/components/status.js +173 -0
- package/js/common/product/large/light/components/status.d.ts +14 -0
- package/js/common/product/large/light/components/status.js +173 -0
- package/js/common/product/small/dark/components/status.d.ts +14 -0
- package/js/common/product/small/dark/components/status.js +173 -0
- package/js/common/product/small/light/components/status.d.ts +14 -0
- package/js/common/product/small/light/components/status.js +173 -0
- package/js/es6/frozenproduct/large/dark/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/large/dark/components/status.js +10 -0
- package/js/es6/frozenproduct/large/light/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/large/light/components/status.js +10 -0
- package/js/es6/frozenproduct/small/dark/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/small/dark/components/status.js +10 -0
- package/js/es6/frozenproduct/small/light/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/small/light/components/status.js +10 -0
- package/js/es6/marketing/large/dark/components/status.d.ts +10 -0
- package/js/es6/marketing/large/dark/components/status.js +10 -0
- package/js/es6/marketing/large/light/components/status.d.ts +10 -0
- package/js/es6/marketing/large/light/components/status.js +10 -0
- package/js/es6/marketing/small/dark/components/status.d.ts +10 -0
- package/js/es6/marketing/small/dark/components/status.js +10 -0
- package/js/es6/marketing/small/light/components/status.d.ts +10 -0
- package/js/es6/marketing/small/light/components/status.js +10 -0
- package/js/es6/product/large/dark/components/status.d.ts +10 -0
- package/js/es6/product/large/dark/components/status.js +10 -0
- package/js/es6/product/large/light/components/status.d.ts +10 -0
- package/js/es6/product/large/light/components/status.js +10 -0
- package/js/es6/product/small/dark/components/status.d.ts +10 -0
- package/js/es6/product/small/dark/components/status.js +10 -0
- package/js/es6/product/small/light/components/status.d.ts +10 -0
- package/js/es6/product/small/light/components/status.js +10 -0
- package/js/umd/frozenproduct/large/dark/components/status.js +173 -0
- package/js/umd/frozenproduct/large/light/components/status.js +173 -0
- package/js/umd/frozenproduct/small/dark/components/status.js +173 -0
- package/js/umd/frozenproduct/small/light/components/status.js +173 -0
- package/js/umd/marketing/large/dark/components/status.js +173 -0
- package/js/umd/marketing/large/light/components/status.js +173 -0
- package/js/umd/marketing/small/dark/components/status.js +173 -0
- package/js/umd/marketing/small/light/components/status.js +173 -0
- package/js/umd/product/large/dark/components/status.js +173 -0
- package/js/umd/product/large/light/components/status.js +173 -0
- package/js/umd/product/small/dark/components/status.js +173 -0
- package/js/umd/product/small/light/components/status.js +173 -0
- package/json/flat/frozenproduct/large/dark/components/status.json +10 -0
- package/json/flat/frozenproduct/large/light/components/status.json +10 -0
- package/json/flat/frozenproduct/small/dark/components/status.json +10 -0
- package/json/flat/frozenproduct/small/light/components/status.json +10 -0
- package/json/flat/marketing/large/dark/components/status.json +10 -0
- package/json/flat/marketing/large/light/components/status.json +10 -0
- package/json/flat/marketing/small/dark/components/status.json +10 -0
- package/json/flat/marketing/small/light/components/status.json +10 -0
- package/json/flat/product/large/dark/components/status.json +10 -0
- package/json/flat/product/large/light/components/status.json +10 -0
- package/json/flat/product/small/dark/components/status.json +10 -0
- package/json/flat/product/small/light/components/status.json +10 -0
- package/json/nested/frozenproduct/large/dark/components/status.json +14 -0
- package/json/nested/frozenproduct/large/light/components/status.json +14 -0
- package/json/nested/frozenproduct/small/dark/components/status.json +14 -0
- package/json/nested/frozenproduct/small/light/components/status.json +14 -0
- package/json/nested/marketing/large/dark/components/status.json +14 -0
- package/json/nested/marketing/large/light/components/status.json +14 -0
- package/json/nested/marketing/small/dark/components/status.json +14 -0
- package/json/nested/marketing/small/light/components/status.json +14 -0
- package/json/nested/product/large/dark/components/status.json +14 -0
- package/json/nested/product/large/light/components/status.json +14 -0
- package/json/nested/product/small/dark/components/status.json +14 -0
- package/json/nested/product/small/light/components/status.json +14 -0
- package/package.json +1 -1
- package/sage-design-tokens-14.2.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +13 -13
- package/scss/frozenproduct/large/components/container.scss +10 -10
- 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 +5 -5
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +13 -3
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/small/components/button.scss +13 -13
- package/scss/frozenproduct/small/components/container.scss +10 -10
- 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 +5 -5
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +13 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/marketing/large/components/button.scss +13 -13
- package/scss/marketing/large/components/container.scss +10 -10
- package/scss/marketing/large/components/form.scss +7 -7
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/nav.scss +5 -5
- package/scss/marketing/large/components/page.scss +1 -1
- package/scss/marketing/large/components/popover.scss +2 -2
- package/scss/marketing/large/components/progress.scss +6 -6
- package/scss/marketing/large/components/status.scss +13 -3
- package/scss/marketing/large/components/tab.scss +7 -7
- package/scss/marketing/large/components/table.scss +10 -10
- package/scss/marketing/small/components/status.scss +10 -0
- package/scss/product/large/components/status.scss +10 -0
- package/scss/product/small/components/status.scss +10 -0
- package/sage-design-tokens-14.1.0.tgz +0 -0
@@ -6,7 +6,6 @@
|
|
6
6
|
// Do not edit directly, this file was auto-generated.
|
7
7
|
|
8
8
|
$table-color-header-subtle-bg-default: $modes-color-none;
|
9
|
-
$table-color-row-bg-active: $modes-color-interactive-monochrome-active;
|
10
9
|
$table-color-row-bg-default: $modes-color-generic-bg-nought;
|
11
10
|
$table-color-row-label-hover: $modes-color-generic-content-extreme;
|
12
11
|
$table-typography-adaptive-heading-s: $global-typography-adaptive-component-firm-s;
|
@@ -27,33 +26,34 @@ $table-typography-responsive-default-l: $global-typography-responsive-component-
|
|
27
26
|
$table-typography-responsive-label-s: $global-typography-responsive-component-firm-s;
|
28
27
|
$table-typography-responsive-label-m: $global-typography-responsive-component-firm-m;
|
29
28
|
$table-typography-responsive-label-l: $global-typography-responsive-component-firm-l;
|
30
|
-
$table-color-header-subtle-bg-alt: $modes-color-interactive-monochrome-subtle-default; // header alt
|
31
|
-
$table-color-header-subtle-bg-hover: $modes-color-interactive-monochrome-hover;
|
32
|
-
$table-color-header-subtle-label-default: $modes-color-interactive-monochrome-default;
|
33
|
-
$table-color-header-subtle-label-hover: $modes-color-interactive-monochrome-default;
|
34
|
-
$table-color-header-harsh-bg-alt: $modes-color-interactive-monochrome-default; // header alt
|
35
|
-
$table-color-header-harsh-bg-default: $modes-color-interactive-monochrome-default-alt;
|
36
|
-
$table-color-header-harsh-bg-hover: $modes-color-interactive-monochrome-hover;
|
37
|
-
$table-color-header-harsh-label-hover: $modes-color-interactive-monochrome-default;
|
38
29
|
$table-color-row-bg-activated: $modes-color-interactive-primary-default;
|
30
|
+
$table-color-row-bg-active: $modes-color-interactive-monochrome-active;
|
39
31
|
$table-color-row-bg-alt: $modes-color-generic-bg-delicate; // Zebra stripes
|
40
32
|
$table-color-row-bg-alt2: $modes-color-generic-bg-soft; // Zebra stripes combined with child rows.
|
41
33
|
$table-color-row-bg-alt3: $modes-color-generic-bg-faint; // Child rows.
|
42
34
|
$table-color-row-bg-hover: $modes-color-generic-bg-soft;
|
43
35
|
$table-color-row-label-default: $modes-color-generic-content-harsh;
|
44
36
|
$table-color-footer-bg-default: $modes-color-generic-bg-soft;
|
45
|
-
$table-color-footer-label-default: $modes-color-interactive-monochrome-default;
|
46
37
|
$table-boxshadow-parentrow: $global-boxshadow-container-far;
|
47
38
|
$table-boxshadow-column-sticky-left: $global-boxshadow-cleanedge-near-right; // Right shadow on left hand sticky column.
|
48
39
|
$table-boxshadow-column-sticky-right: $global-boxshadow-cleanedge-near-left; // Left shadow on right hand sticky column.
|
49
40
|
$table-boxshadow-row-dragging: $global-boxshadow-interactive-drag; // dragging state for a table row
|
41
|
+
$table-color-header-subtle-bg-alt: $modes-color-interactive-monochrome-subtle-default; // header alt
|
42
|
+
$table-color-header-subtle-bg-hover: $modes-color-interactive-monochrome-hover;
|
50
43
|
$table-color-header-subtle-border-default: $modes-color-generic-fg-delicate; // Header borders
|
44
|
+
$table-color-header-subtle-label-default: $modes-color-interactive-monochrome-default;
|
45
|
+
$table-color-header-subtle-label-hover: $modes-color-interactive-monochrome-default;
|
46
|
+
$table-color-header-harsh-bg-alt: $modes-color-interactive-monochrome-default; // header alt
|
47
|
+
$table-color-header-harsh-bg-default: $modes-color-interactive-monochrome-default-alt;
|
48
|
+
$table-color-header-harsh-bg-hover: $modes-color-interactive-monochrome-hover;
|
51
49
|
$table-color-header-harsh-border-default: $modes-color-generic-fg-soft;
|
52
50
|
$table-color-header-harsh-label-default: $modes-color-interactive-monochrome-with-default;
|
51
|
+
$table-color-header-harsh-label-hover: $modes-color-interactive-monochrome-default;
|
53
52
|
$table-color-row-border-default: $modes-color-generic-fg-delicate;
|
54
53
|
$table-color-row-label-activated: $modes-color-interactive-monochrome-with-active;
|
55
54
|
$table-color-row-label-active: $modes-color-interactive-monochrome-with-active;
|
56
55
|
$table-color-footer-border-default: $modes-color-generic-fg-delicate; // Header borders
|
56
|
+
$table-color-footer-label-default: $modes-color-interactive-monochrome-default;
|
57
57
|
$table-radius-container: $global-radius-container-m; // Table (parent container)
|
58
58
|
$table-borderwidth-thin: $global-borderwidth-xs; // Table border
|
59
59
|
$table-borderwidth-thick: $global-borderwidth-s; // header border for subtle
|
@@ -69,6 +69,12 @@ $status-color-pill-error-border-default: $modes-color-status-negative-default;
|
|
69
69
|
$status-color-pill-error-inverse-bg-default: $modes-color-status-negative-inverse-default;
|
70
70
|
$status-color-pill-error-inverse-bg-alt-default: $modes-color-status-negative-inverse-default-alt; // outline pill bg
|
71
71
|
$status-color-pill-error-inverse-border-default: $modes-color-status-negative-inverse-default;
|
72
|
+
$status-color-pill-important-bg-default: $modes-color-status-important-default;
|
73
|
+
$status-color-pill-important-bg-alt-default: $modes-color-status-important-default-alt; // outline pill bg
|
74
|
+
$status-color-pill-important-border-default: $modes-color-status-important-default;
|
75
|
+
$status-color-pill-important-inverse-bg-default: $modes-color-status-important-inverse-default;
|
76
|
+
$status-color-pill-important-inverse-bg-alt-default: $modes-color-status-important-inverse-default-alt; // outline pill bg
|
77
|
+
$status-color-pill-important-inverse-border-default: $modes-color-status-important-inverse-default;
|
72
78
|
$status-color-pill-info-bg-default: $modes-color-status-info-default;
|
73
79
|
$status-color-pill-info-bg-alt-default: $modes-color-status-info-default-alt; // outline pill bg
|
74
80
|
$status-color-pill-info-border-default: $modes-color-status-info-default;
|
@@ -144,6 +150,10 @@ $status-color-pill-error-inverse-bg-alt-hover: $modes-color-status-negative-inve
|
|
144
150
|
$status-color-pill-error-inverse-bg-hover: $modes-color-status-negative-inverse-hover;
|
145
151
|
$status-color-pill-generic-inverse-label-default: $modes-color-status-content-inverse-with-default;
|
146
152
|
$status-color-pill-generic-inverse-label-hover: $modes-color-status-content-inverse-with-hover;
|
153
|
+
$status-color-pill-important-bg-alt-hover: $modes-color-status-important-hover-alt;
|
154
|
+
$status-color-pill-important-bg-hover: $modes-color-status-important-hover;
|
155
|
+
$status-color-pill-important-inverse-bg-alt-hover: $modes-color-status-important-inverse-hover-alt;
|
156
|
+
$status-color-pill-important-inverse-bg-hover: $modes-color-status-important-inverse-hover;
|
147
157
|
$status-color-pill-info-bg-alt-hover: $modes-color-status-info-hover-alt;
|
148
158
|
$status-color-pill-info-bg-hover: $modes-color-status-info-hover;
|
149
159
|
$status-color-pill-info-inverse-bg-alt-hover: $modes-color-status-info-inverse-hover-alt;
|
@@ -67,6 +67,12 @@ $status-color-pill-error-border-default: $modes-color-status-negative-default;
|
|
67
67
|
$status-color-pill-error-inverse-bg-default: $modes-color-status-negative-inverse-default;
|
68
68
|
$status-color-pill-error-inverse-bg-alt-default: $modes-color-status-negative-inverse-default-alt; // outline pill bg
|
69
69
|
$status-color-pill-error-inverse-border-default: $modes-color-status-negative-inverse-default;
|
70
|
+
$status-color-pill-important-bg-default: $modes-color-status-important-default;
|
71
|
+
$status-color-pill-important-bg-alt-default: $modes-color-status-important-default-alt; // outline pill bg
|
72
|
+
$status-color-pill-important-border-default: $modes-color-status-important-default;
|
73
|
+
$status-color-pill-important-inverse-bg-default: $modes-color-status-important-inverse-default;
|
74
|
+
$status-color-pill-important-inverse-bg-alt-default: $modes-color-status-important-inverse-default-alt; // outline pill bg
|
75
|
+
$status-color-pill-important-inverse-border-default: $modes-color-status-important-inverse-default;
|
70
76
|
$status-color-pill-info-bg-default: $modes-color-status-info-default;
|
71
77
|
$status-color-pill-info-bg-alt-default: $modes-color-status-info-default-alt; // outline pill bg
|
72
78
|
$status-color-pill-info-border-default: $modes-color-status-info-default;
|
@@ -143,6 +149,10 @@ $status-color-pill-error-inverse-bg-alt-hover: $modes-color-status-negative-inve
|
|
143
149
|
$status-color-pill-error-inverse-bg-hover: $modes-color-status-negative-inverse-hover;
|
144
150
|
$status-color-pill-generic-inverse-label-default: $modes-color-status-content-inverse-with-default;
|
145
151
|
$status-color-pill-generic-inverse-label-hover: $modes-color-status-content-inverse-with-hover;
|
152
|
+
$status-color-pill-important-bg-alt-hover: $modes-color-status-important-hover-alt;
|
153
|
+
$status-color-pill-important-bg-hover: $modes-color-status-important-hover;
|
154
|
+
$status-color-pill-important-inverse-bg-alt-hover: $modes-color-status-important-inverse-hover-alt;
|
155
|
+
$status-color-pill-important-inverse-bg-hover: $modes-color-status-important-inverse-hover;
|
146
156
|
$status-color-pill-info-bg-alt-hover: $modes-color-status-info-hover-alt;
|
147
157
|
$status-color-pill-info-bg-hover: $modes-color-status-info-hover;
|
148
158
|
$status-color-pill-info-inverse-bg-alt-hover: $modes-color-status-info-inverse-hover-alt;
|
@@ -67,6 +67,12 @@ $status-color-pill-error-border-default: $modes-color-status-negative-default;
|
|
67
67
|
$status-color-pill-error-inverse-bg-default: $modes-color-status-negative-inverse-default;
|
68
68
|
$status-color-pill-error-inverse-bg-alt-default: $modes-color-status-negative-inverse-default-alt; // outline pill bg
|
69
69
|
$status-color-pill-error-inverse-border-default: $modes-color-status-negative-inverse-default;
|
70
|
+
$status-color-pill-important-bg-default: $modes-color-status-important-default;
|
71
|
+
$status-color-pill-important-bg-alt-default: $modes-color-status-important-default-alt; // outline pill bg
|
72
|
+
$status-color-pill-important-border-default: $modes-color-status-important-default;
|
73
|
+
$status-color-pill-important-inverse-bg-default: $modes-color-status-important-inverse-default;
|
74
|
+
$status-color-pill-important-inverse-bg-alt-default: $modes-color-status-important-inverse-default-alt; // outline pill bg
|
75
|
+
$status-color-pill-important-inverse-border-default: $modes-color-status-important-inverse-default;
|
70
76
|
$status-color-pill-info-bg-default: $modes-color-status-info-default;
|
71
77
|
$status-color-pill-info-bg-alt-default: $modes-color-status-info-default-alt; // outline pill bg
|
72
78
|
$status-color-pill-info-border-default: $modes-color-status-info-default;
|
@@ -143,6 +149,10 @@ $status-color-pill-error-inverse-bg-alt-hover: $modes-color-status-negative-inve
|
|
143
149
|
$status-color-pill-error-inverse-bg-hover: $modes-color-status-negative-inverse-hover;
|
144
150
|
$status-color-pill-generic-inverse-label-default: $modes-color-status-content-inverse-with-default;
|
145
151
|
$status-color-pill-generic-inverse-label-hover: $modes-color-status-content-inverse-with-hover;
|
152
|
+
$status-color-pill-important-bg-alt-hover: $modes-color-status-important-hover-alt;
|
153
|
+
$status-color-pill-important-bg-hover: $modes-color-status-important-hover;
|
154
|
+
$status-color-pill-important-inverse-bg-alt-hover: $modes-color-status-important-inverse-hover-alt;
|
155
|
+
$status-color-pill-important-inverse-bg-hover: $modes-color-status-important-inverse-hover;
|
146
156
|
$status-color-pill-info-bg-alt-hover: $modes-color-status-info-hover-alt;
|
147
157
|
$status-color-pill-info-bg-hover: $modes-color-status-info-hover;
|
148
158
|
$status-color-pill-info-inverse-bg-alt-hover: $modes-color-status-info-inverse-hover-alt;
|
Binary file
|