@sage/design-tokens 15.2.2 → 15.4.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 -2
- package/css/frozenproduct/large/components/form.css +3 -0
- package/css/frozenproduct/large/components/table.css +4 -2
- package/css/frozenproduct/small/components/form.css +3 -0
- package/css/frozenproduct/small/components/table.css +4 -2
- package/css/product/all.css +12 -7
- package/css/product/large/components/form.css +3 -0
- package/css/product/large/components/table.css +9 -7
- package/css/product/small/components/form.css +3 -0
- package/css/product/small/components/table.css +9 -7
- package/ios/frozenproduct/large/dark/components/form.h +3 -0
- package/ios/frozenproduct/large/dark/components/table.h +3 -1
- package/ios/frozenproduct/large/light/components/form.h +3 -0
- package/ios/frozenproduct/large/light/components/table.h +3 -1
- package/ios/frozenproduct/small/dark/components/form.h +3 -0
- package/ios/frozenproduct/small/dark/components/table.h +3 -1
- package/ios/frozenproduct/small/light/components/form.h +3 -0
- package/ios/frozenproduct/small/light/components/table.h +3 -1
- package/ios/product/large/dark/components/form.h +3 -0
- package/ios/product/large/dark/components/table.h +8 -6
- package/ios/product/large/light/components/form.h +3 -0
- package/ios/product/large/light/components/table.h +8 -6
- package/ios/product/small/dark/components/form.h +3 -0
- package/ios/product/small/dark/components/table.h +8 -6
- package/ios/product/small/light/components/form.h +3 -0
- package/ios/product/small/light/components/table.h +8 -6
- package/js/common/frozenproduct/large/dark/components/form.d.ts +9 -0
- package/js/common/frozenproduct/large/dark/components/form.js +51 -0
- package/js/common/frozenproduct/large/dark/components/table.d.ts +2 -0
- package/js/common/frozenproduct/large/dark/components/table.js +32 -4
- package/js/common/frozenproduct/large/light/components/form.d.ts +9 -0
- package/js/common/frozenproduct/large/light/components/form.js +51 -0
- package/js/common/frozenproduct/large/light/components/table.d.ts +2 -0
- package/js/common/frozenproduct/large/light/components/table.js +32 -4
- package/js/common/frozenproduct/small/dark/components/form.d.ts +9 -0
- package/js/common/frozenproduct/small/dark/components/form.js +51 -0
- package/js/common/frozenproduct/small/dark/components/table.d.ts +2 -0
- package/js/common/frozenproduct/small/dark/components/table.js +32 -4
- package/js/common/frozenproduct/small/light/components/form.d.ts +9 -0
- package/js/common/frozenproduct/small/light/components/form.js +51 -0
- package/js/common/frozenproduct/small/light/components/table.d.ts +2 -0
- package/js/common/frozenproduct/small/light/components/table.js +32 -4
- package/js/common/product/large/dark/components/form.d.ts +9 -0
- package/js/common/product/large/dark/components/form.js +51 -0
- package/js/common/product/large/dark/components/table.d.ts +2 -0
- package/js/common/product/large/dark/components/table.js +54 -14
- package/js/common/product/large/light/components/form.d.ts +9 -0
- package/js/common/product/large/light/components/form.js +51 -0
- package/js/common/product/large/light/components/table.d.ts +2 -0
- package/js/common/product/large/light/components/table.js +54 -14
- package/js/common/product/small/dark/components/form.d.ts +9 -0
- package/js/common/product/small/dark/components/form.js +51 -0
- package/js/common/product/small/dark/components/table.d.ts +2 -0
- package/js/common/product/small/dark/components/table.js +54 -14
- package/js/common/product/small/light/components/form.d.ts +9 -0
- package/js/common/product/small/light/components/form.js +51 -0
- package/js/common/product/small/light/components/table.d.ts +2 -0
- package/js/common/product/small/light/components/table.js +54 -14
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +3 -0
- package/js/es6/frozenproduct/large/dark/components/table.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/table.js +3 -1
- package/js/es6/frozenproduct/large/light/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/large/light/components/form.js +3 -0
- package/js/es6/frozenproduct/large/light/components/table.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/table.js +3 -1
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +3 -0
- package/js/es6/frozenproduct/small/dark/components/table.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/table.js +3 -1
- package/js/es6/frozenproduct/small/light/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/small/light/components/form.js +3 -0
- package/js/es6/frozenproduct/small/light/components/table.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/table.js +3 -1
- package/js/es6/product/large/dark/components/form.d.ts +3 -0
- package/js/es6/product/large/dark/components/form.js +3 -0
- package/js/es6/product/large/dark/components/table.d.ts +2 -0
- package/js/es6/product/large/dark/components/table.js +8 -6
- package/js/es6/product/large/light/components/form.d.ts +3 -0
- package/js/es6/product/large/light/components/form.js +3 -0
- package/js/es6/product/large/light/components/table.d.ts +2 -0
- package/js/es6/product/large/light/components/table.js +8 -6
- package/js/es6/product/small/dark/components/form.d.ts +3 -0
- package/js/es6/product/small/dark/components/form.js +3 -0
- package/js/es6/product/small/dark/components/table.d.ts +2 -0
- package/js/es6/product/small/dark/components/table.js +8 -6
- package/js/es6/product/small/light/components/form.d.ts +3 -0
- package/js/es6/product/small/light/components/form.js +3 -0
- package/js/es6/product/small/light/components/table.d.ts +2 -0
- package/js/es6/product/small/light/components/table.js +8 -6
- package/js/umd/frozenproduct/large/dark/components/form.js +51 -0
- package/js/umd/frozenproduct/large/dark/components/table.js +32 -4
- package/js/umd/frozenproduct/large/light/components/form.js +51 -0
- package/js/umd/frozenproduct/large/light/components/table.js +32 -4
- package/js/umd/frozenproduct/small/dark/components/form.js +51 -0
- package/js/umd/frozenproduct/small/dark/components/table.js +32 -4
- package/js/umd/frozenproduct/small/light/components/form.js +51 -0
- package/js/umd/frozenproduct/small/light/components/table.js +32 -4
- package/js/umd/product/large/dark/components/form.js +51 -0
- package/js/umd/product/large/dark/components/table.js +54 -14
- package/js/umd/product/large/light/components/form.js +51 -0
- package/js/umd/product/large/light/components/table.js +54 -14
- package/js/umd/product/small/dark/components/form.js +51 -0
- package/js/umd/product/small/dark/components/table.js +54 -14
- package/js/umd/product/small/light/components/form.js +51 -0
- package/js/umd/product/small/light/components/table.js +54 -14
- package/json/flat/frozenproduct/large/dark/components/form.json +3 -0
- package/json/flat/frozenproduct/large/dark/components/table.json +3 -1
- package/json/flat/frozenproduct/large/light/components/form.json +3 -0
- package/json/flat/frozenproduct/large/light/components/table.json +3 -1
- package/json/flat/frozenproduct/small/dark/components/form.json +3 -0
- package/json/flat/frozenproduct/small/dark/components/table.json +3 -1
- package/json/flat/frozenproduct/small/light/components/form.json +3 -0
- package/json/flat/frozenproduct/small/light/components/table.json +3 -1
- package/json/flat/product/large/dark/components/form.json +3 -0
- package/json/flat/product/large/dark/components/table.json +8 -6
- package/json/flat/product/large/light/components/form.json +3 -0
- package/json/flat/product/large/light/components/table.json +8 -6
- package/json/flat/product/small/dark/components/form.json +3 -0
- package/json/flat/product/small/dark/components/table.json +8 -6
- package/json/flat/product/small/light/components/form.json +3 -0
- package/json/flat/product/small/light/components/table.json +8 -6
- package/json/nested/frozenproduct/large/dark/components/form.json +9 -0
- package/json/nested/frozenproduct/large/dark/components/table.json +4 -2
- package/json/nested/frozenproduct/large/light/components/form.json +9 -0
- package/json/nested/frozenproduct/large/light/components/table.json +4 -2
- package/json/nested/frozenproduct/small/dark/components/form.json +9 -0
- package/json/nested/frozenproduct/small/dark/components/table.json +4 -2
- package/json/nested/frozenproduct/small/light/components/form.json +9 -0
- package/json/nested/frozenproduct/small/light/components/table.json +4 -2
- package/json/nested/product/large/dark/components/form.json +9 -0
- package/json/nested/product/large/dark/components/table.json +9 -7
- package/json/nested/product/large/light/components/form.json +9 -0
- package/json/nested/product/large/light/components/table.json +9 -7
- package/json/nested/product/small/dark/components/form.json +9 -0
- package/json/nested/product/small/dark/components/table.json +9 -7
- package/json/nested/product/small/light/components/form.json +9 -0
- package/json/nested/product/small/light/components/table.json +9 -7
- package/package.json +1 -1
- package/sage-design-tokens-15.4.0.tgz +0 -0
- package/scss/frozenproduct/large/components/badge.scss +1 -1
- package/scss/frozenproduct/large/components/button.scss +15 -15
- package/scss/frozenproduct/large/components/container.scss +10 -10
- package/scss/frozenproduct/large/components/form.scss +14 -11
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +6 -6
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +6 -6
- package/scss/frozenproduct/large/components/progress.scss +8 -8
- package/scss/frozenproduct/large/components/status.scss +10 -10
- package/scss/frozenproduct/large/components/tab.scss +9 -9
- package/scss/frozenproduct/large/components/table.scss +13 -11
- package/scss/frozenproduct/small/components/badge.scss +1 -1
- package/scss/frozenproduct/small/components/button.scss +15 -15
- package/scss/frozenproduct/small/components/container.scss +10 -10
- package/scss/frozenproduct/small/components/form.scss +14 -11
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +6 -6
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +6 -6
- package/scss/frozenproduct/small/components/progress.scss +8 -8
- package/scss/frozenproduct/small/components/status.scss +10 -10
- package/scss/frozenproduct/small/components/tab.scss +9 -9
- package/scss/frozenproduct/small/components/table.scss +13 -11
- package/scss/product/large/components/button.scss +13 -13
- package/scss/product/large/components/container.scss +10 -10
- package/scss/product/large/components/form.scss +11 -8
- package/scss/product/large/components/link.scss +2 -2
- package/scss/product/large/components/nav.scss +5 -5
- package/scss/product/large/components/page.scss +1 -1
- package/scss/product/large/components/popover.scss +2 -2
- package/scss/product/large/components/progress.scss +6 -6
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +18 -16
- package/scss/product/small/components/button.scss +13 -13
- package/scss/product/small/components/container.scss +10 -10
- package/scss/product/small/components/form.scss +11 -8
- package/scss/product/small/components/link.scss +2 -2
- package/scss/product/small/components/nav.scss +5 -5
- package/scss/product/small/components/page.scss +1 -1
- package/scss/product/small/components/popover.scss +2 -2
- package/scss/product/small/components/progress.scss +6 -6
- package/scss/product/small/components/status.scss +3 -3
- package/scss/product/small/components/tab.scss +7 -7
- package/scss/product/small/components/table.scss +18 -16
- package/sage-design-tokens-15.2.2.tgz +0 -0
@@ -104,6 +104,9 @@ export const formSpaceIntegralProgressiveYL: number;
|
|
104
104
|
export const formSpaceIntegralProgressiveYgS: number;
|
105
105
|
export const formSpaceIntegralProgressiveYgM: number;
|
106
106
|
export const formSpaceIntegralProgressiveYgL: number;
|
107
|
+
export const formSpaceLabelsetInlinePtS: string;
|
108
|
+
export const formSpaceLabelsetInlinePtM: string;
|
109
|
+
export const formSpaceLabelsetInlinePtL: string;
|
107
110
|
export const formSpaceRatingXgM: number;
|
108
111
|
export const formSpaceRatingXgL: number;
|
109
112
|
export const formSpaceLayoutStackS: number;
|
@@ -104,6 +104,9 @@ export const formSpaceIntegralProgressiveYL = 16;
|
|
104
104
|
export const formSpaceIntegralProgressiveYgS = 8;
|
105
105
|
export const formSpaceIntegralProgressiveYgM = 12;
|
106
106
|
export const formSpaceIntegralProgressiveYgL = 16;
|
107
|
+
export const formSpaceLabelsetInlinePtS = "31";
|
108
|
+
export const formSpaceLabelsetInlinePtM = "35";
|
109
|
+
export const formSpaceLabelsetInlinePtL = "35";
|
107
110
|
export const formSpaceRatingXgM = 8;
|
108
111
|
export const formSpaceRatingXgL = 12;
|
109
112
|
export const formSpaceLayoutStackS = 16;
|
@@ -25,11 +25,13 @@ export const tableColorRowBgAlt: string;
|
|
25
25
|
export const tableColorRowBgAlt2: string;
|
26
26
|
export const tableColorRowBgAlt3: string;
|
27
27
|
export const tableColorRowBgHover: string;
|
28
|
+
export const tableColorRowBgSelected: string;
|
28
29
|
export const tableColorRowBorderDefault: string;
|
29
30
|
export const tableColorRowLabelActivated: string;
|
30
31
|
export const tableColorRowLabelActive: string;
|
31
32
|
export const tableColorRowLabelDefault: string;
|
32
33
|
export const tableColorRowLabelHover: string;
|
34
|
+
export const tableColorRowLabelSelected: string;
|
33
35
|
export const tableColorFooterBgDefault: string;
|
34
36
|
export const tableColorFooterBorderDefault: string;
|
35
37
|
export const tableColorFooterLabelDefault: string;
|
@@ -18,19 +18,21 @@ export const tableColorHeaderHarshBgHover = "#00000026";
|
|
18
18
|
export const tableColorHeaderHarshBorderDefault = "#a6a6a6";
|
19
19
|
export const tableColorHeaderHarshLabelDefault = "#FFFFFF";
|
20
20
|
export const tableColorHeaderHarshLabelHover = "#000000e6";
|
21
|
-
export const tableColorRowBgActivated = "#
|
22
|
-
export const tableColorRowBgActive = "#
|
21
|
+
export const tableColorRowBgActivated = "#f0f";
|
22
|
+
export const tableColorRowBgActive = "#F6F";
|
23
23
|
export const tableColorRowBgDefault = "#FFFFFF";
|
24
24
|
export const tableColorRowBgAlt = "#e8e8e8";
|
25
25
|
export const tableColorRowBgAlt2 = "#dedede";
|
26
26
|
export const tableColorRowBgAlt3 = "#f3f3f3";
|
27
|
-
export const tableColorRowBgHover = "#
|
27
|
+
export const tableColorRowBgHover = "#d1d1d1";
|
28
|
+
export const tableColorRowBgSelected = "#000000";
|
28
29
|
export const tableColorRowBorderDefault = "#d1d1d1";
|
29
|
-
export const tableColorRowLabelActivated = "#
|
30
|
-
export const tableColorRowLabelActive = "#
|
30
|
+
export const tableColorRowLabelActivated = "#FAF";
|
31
|
+
export const tableColorRowLabelActive = "#FDF";
|
31
32
|
export const tableColorRowLabelDefault = "#000000f2";
|
32
33
|
export const tableColorRowLabelHover = "#000000";
|
33
|
-
export const
|
34
|
+
export const tableColorRowLabelSelected = "#FFFFFF";
|
35
|
+
export const tableColorFooterBgDefault = "#d1d1d1";
|
34
36
|
export const tableColorFooterBorderDefault = "#d1d1d1";
|
35
37
|
export const tableColorFooterLabelDefault = "#000000e6";
|
36
38
|
export const tableRadiusContainer = 8;
|
@@ -1785,6 +1785,57 @@
|
|
1785
1785
|
},
|
1786
1786
|
},
|
1787
1787
|
},
|
1788
|
+
labelset: {
|
1789
|
+
inline: {
|
1790
|
+
pt: {
|
1791
|
+
S: {
|
1792
|
+
$type: "spacing",
|
1793
|
+
$value: "31",
|
1794
|
+
$description: "top padding on S inline input labelsets",
|
1795
|
+
filePath: "data/tokens/components/form.json",
|
1796
|
+
isSource: true,
|
1797
|
+
original: {
|
1798
|
+
$type: "spacing",
|
1799
|
+
$value: "31",
|
1800
|
+
$description: "top padding on S inline input labelsets",
|
1801
|
+
},
|
1802
|
+
name: "formSpaceLabelsetInlinePtS",
|
1803
|
+
attributes: {},
|
1804
|
+
path: ["form", "space", "labelset", "inline", "pt", "S"],
|
1805
|
+
},
|
1806
|
+
M: {
|
1807
|
+
$type: "spacing",
|
1808
|
+
$value: "35",
|
1809
|
+
$description: "top padding on inline input labelsets",
|
1810
|
+
filePath: "data/tokens/components/form.json",
|
1811
|
+
isSource: true,
|
1812
|
+
original: {
|
1813
|
+
$type: "spacing",
|
1814
|
+
$value: "35",
|
1815
|
+
$description: "top padding on inline input labelsets",
|
1816
|
+
},
|
1817
|
+
name: "formSpaceLabelsetInlinePtM",
|
1818
|
+
attributes: {},
|
1819
|
+
path: ["form", "space", "labelset", "inline", "pt", "M"],
|
1820
|
+
},
|
1821
|
+
L: {
|
1822
|
+
$type: "spacing",
|
1823
|
+
$value: "35",
|
1824
|
+
$description: "top padding on inline L input labelsets",
|
1825
|
+
filePath: "data/tokens/components/form.json",
|
1826
|
+
isSource: true,
|
1827
|
+
original: {
|
1828
|
+
$type: "spacing",
|
1829
|
+
$value: "35",
|
1830
|
+
$description: "top padding on inline L input labelsets",
|
1831
|
+
},
|
1832
|
+
name: "formSpaceLabelsetInlinePtL",
|
1833
|
+
attributes: {},
|
1834
|
+
path: ["form", "space", "labelset", "inline", "pt", "L"],
|
1835
|
+
},
|
1836
|
+
},
|
1837
|
+
},
|
1838
|
+
},
|
1788
1839
|
rating: {
|
1789
1840
|
xg: {
|
1790
1841
|
M: {
|
@@ -243,13 +243,15 @@
|
|
243
243
|
"bg-alt2": {
|
244
244
|
$type: "color",
|
245
245
|
$value: "#1f1f1f",
|
246
|
-
$description:
|
246
|
+
$description:
|
247
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
247
248
|
filePath: "data/tokens/components/table.json",
|
248
249
|
isSource: true,
|
249
250
|
original: {
|
250
251
|
$type: "color",
|
251
252
|
$value: "{modes.color.generic.bg.soft}",
|
252
|
-
$description:
|
253
|
+
$description:
|
254
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
253
255
|
},
|
254
256
|
name: "tableColorRowBgAlt2",
|
255
257
|
attributes: {},
|
@@ -283,6 +285,19 @@
|
|
283
285
|
attributes: {},
|
284
286
|
path: ["table", "color", "row", "bg-hover"],
|
285
287
|
},
|
288
|
+
"bg-selected": {
|
289
|
+
$type: "color",
|
290
|
+
$value: "#FFFFFF",
|
291
|
+
filePath: "data/tokens/components/table.json",
|
292
|
+
isSource: true,
|
293
|
+
original: {
|
294
|
+
$type: "color",
|
295
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
296
|
+
},
|
297
|
+
name: "tableColorRowBgSelected",
|
298
|
+
attributes: {},
|
299
|
+
path: ["table", "color", "row", "bg-selected"],
|
300
|
+
},
|
286
301
|
"border-default": {
|
287
302
|
$type: "color",
|
288
303
|
$value: "#282828",
|
@@ -348,16 +363,29 @@
|
|
348
363
|
attributes: {},
|
349
364
|
path: ["table", "color", "row", "label-hover"],
|
350
365
|
},
|
366
|
+
"label-selected": {
|
367
|
+
$type: "color",
|
368
|
+
$value: "#000000",
|
369
|
+
filePath: "data/tokens/components/table.json",
|
370
|
+
isSource: true,
|
371
|
+
original: {
|
372
|
+
$type: "color",
|
373
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
374
|
+
},
|
375
|
+
name: "tableColorRowLabelSelected",
|
376
|
+
attributes: {},
|
377
|
+
path: ["table", "color", "row", "label-selected"],
|
378
|
+
},
|
351
379
|
},
|
352
380
|
footer: {
|
353
381
|
"bg-default": {
|
354
382
|
$type: "color",
|
355
|
-
$value: "#
|
383
|
+
$value: "#282828",
|
356
384
|
filePath: "data/tokens/components/table.json",
|
357
385
|
isSource: true,
|
358
386
|
original: {
|
359
387
|
$type: "color",
|
360
|
-
$value: "{modes.color.generic.bg.
|
388
|
+
$value: "{modes.color.generic.bg.moderate}",
|
361
389
|
},
|
362
390
|
name: "tableColorFooterBgDefault",
|
363
391
|
attributes: {},
|
@@ -1785,6 +1785,57 @@
|
|
1785
1785
|
},
|
1786
1786
|
},
|
1787
1787
|
},
|
1788
|
+
labelset: {
|
1789
|
+
inline: {
|
1790
|
+
pt: {
|
1791
|
+
S: {
|
1792
|
+
$type: "spacing",
|
1793
|
+
$value: "31",
|
1794
|
+
$description: "top padding on S inline input labelsets",
|
1795
|
+
filePath: "data/tokens/components/form.json",
|
1796
|
+
isSource: true,
|
1797
|
+
original: {
|
1798
|
+
$type: "spacing",
|
1799
|
+
$value: "31",
|
1800
|
+
$description: "top padding on S inline input labelsets",
|
1801
|
+
},
|
1802
|
+
name: "formSpaceLabelsetInlinePtS",
|
1803
|
+
attributes: {},
|
1804
|
+
path: ["form", "space", "labelset", "inline", "pt", "S"],
|
1805
|
+
},
|
1806
|
+
M: {
|
1807
|
+
$type: "spacing",
|
1808
|
+
$value: "35",
|
1809
|
+
$description: "top padding on inline input labelsets",
|
1810
|
+
filePath: "data/tokens/components/form.json",
|
1811
|
+
isSource: true,
|
1812
|
+
original: {
|
1813
|
+
$type: "spacing",
|
1814
|
+
$value: "35",
|
1815
|
+
$description: "top padding on inline input labelsets",
|
1816
|
+
},
|
1817
|
+
name: "formSpaceLabelsetInlinePtM",
|
1818
|
+
attributes: {},
|
1819
|
+
path: ["form", "space", "labelset", "inline", "pt", "M"],
|
1820
|
+
},
|
1821
|
+
L: {
|
1822
|
+
$type: "spacing",
|
1823
|
+
$value: "35",
|
1824
|
+
$description: "top padding on inline L input labelsets",
|
1825
|
+
filePath: "data/tokens/components/form.json",
|
1826
|
+
isSource: true,
|
1827
|
+
original: {
|
1828
|
+
$type: "spacing",
|
1829
|
+
$value: "35",
|
1830
|
+
$description: "top padding on inline L input labelsets",
|
1831
|
+
},
|
1832
|
+
name: "formSpaceLabelsetInlinePtL",
|
1833
|
+
attributes: {},
|
1834
|
+
path: ["form", "space", "labelset", "inline", "pt", "L"],
|
1835
|
+
},
|
1836
|
+
},
|
1837
|
+
},
|
1838
|
+
},
|
1788
1839
|
rating: {
|
1789
1840
|
xg: {
|
1790
1841
|
M: {
|
@@ -243,13 +243,15 @@
|
|
243
243
|
"bg-alt2": {
|
244
244
|
$type: "color",
|
245
245
|
$value: "#dedede",
|
246
|
-
$description:
|
246
|
+
$description:
|
247
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
247
248
|
filePath: "data/tokens/components/table.json",
|
248
249
|
isSource: true,
|
249
250
|
original: {
|
250
251
|
$type: "color",
|
251
252
|
$value: "{modes.color.generic.bg.soft}",
|
252
|
-
$description:
|
253
|
+
$description:
|
254
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
253
255
|
},
|
254
256
|
name: "tableColorRowBgAlt2",
|
255
257
|
attributes: {},
|
@@ -283,6 +285,19 @@
|
|
283
285
|
attributes: {},
|
284
286
|
path: ["table", "color", "row", "bg-hover"],
|
285
287
|
},
|
288
|
+
"bg-selected": {
|
289
|
+
$type: "color",
|
290
|
+
$value: "#000000",
|
291
|
+
filePath: "data/tokens/components/table.json",
|
292
|
+
isSource: true,
|
293
|
+
original: {
|
294
|
+
$type: "color",
|
295
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
296
|
+
},
|
297
|
+
name: "tableColorRowBgSelected",
|
298
|
+
attributes: {},
|
299
|
+
path: ["table", "color", "row", "bg-selected"],
|
300
|
+
},
|
286
301
|
"border-default": {
|
287
302
|
$type: "color",
|
288
303
|
$value: "#d1d1d1",
|
@@ -348,16 +363,29 @@
|
|
348
363
|
attributes: {},
|
349
364
|
path: ["table", "color", "row", "label-hover"],
|
350
365
|
},
|
366
|
+
"label-selected": {
|
367
|
+
$type: "color",
|
368
|
+
$value: "#FFFFFF",
|
369
|
+
filePath: "data/tokens/components/table.json",
|
370
|
+
isSource: true,
|
371
|
+
original: {
|
372
|
+
$type: "color",
|
373
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
374
|
+
},
|
375
|
+
name: "tableColorRowLabelSelected",
|
376
|
+
attributes: {},
|
377
|
+
path: ["table", "color", "row", "label-selected"],
|
378
|
+
},
|
351
379
|
},
|
352
380
|
footer: {
|
353
381
|
"bg-default": {
|
354
382
|
$type: "color",
|
355
|
-
$value: "#
|
383
|
+
$value: "#d1d1d1",
|
356
384
|
filePath: "data/tokens/components/table.json",
|
357
385
|
isSource: true,
|
358
386
|
original: {
|
359
387
|
$type: "color",
|
360
|
-
$value: "{modes.color.generic.bg.
|
388
|
+
$value: "{modes.color.generic.bg.moderate}",
|
361
389
|
},
|
362
390
|
name: "tableColorFooterBgDefault",
|
363
391
|
attributes: {},
|
@@ -1785,6 +1785,57 @@
|
|
1785
1785
|
},
|
1786
1786
|
},
|
1787
1787
|
},
|
1788
|
+
labelset: {
|
1789
|
+
inline: {
|
1790
|
+
pt: {
|
1791
|
+
S: {
|
1792
|
+
$type: "spacing",
|
1793
|
+
$value: "31",
|
1794
|
+
$description: "top padding on S inline input labelsets",
|
1795
|
+
filePath: "data/tokens/components/form.json",
|
1796
|
+
isSource: true,
|
1797
|
+
original: {
|
1798
|
+
$type: "spacing",
|
1799
|
+
$value: "31",
|
1800
|
+
$description: "top padding on S inline input labelsets",
|
1801
|
+
},
|
1802
|
+
name: "formSpaceLabelsetInlinePtS",
|
1803
|
+
attributes: {},
|
1804
|
+
path: ["form", "space", "labelset", "inline", "pt", "S"],
|
1805
|
+
},
|
1806
|
+
M: {
|
1807
|
+
$type: "spacing",
|
1808
|
+
$value: "35",
|
1809
|
+
$description: "top padding on inline input labelsets",
|
1810
|
+
filePath: "data/tokens/components/form.json",
|
1811
|
+
isSource: true,
|
1812
|
+
original: {
|
1813
|
+
$type: "spacing",
|
1814
|
+
$value: "35",
|
1815
|
+
$description: "top padding on inline input labelsets",
|
1816
|
+
},
|
1817
|
+
name: "formSpaceLabelsetInlinePtM",
|
1818
|
+
attributes: {},
|
1819
|
+
path: ["form", "space", "labelset", "inline", "pt", "M"],
|
1820
|
+
},
|
1821
|
+
L: {
|
1822
|
+
$type: "spacing",
|
1823
|
+
$value: "35",
|
1824
|
+
$description: "top padding on inline L input labelsets",
|
1825
|
+
filePath: "data/tokens/components/form.json",
|
1826
|
+
isSource: true,
|
1827
|
+
original: {
|
1828
|
+
$type: "spacing",
|
1829
|
+
$value: "35",
|
1830
|
+
$description: "top padding on inline L input labelsets",
|
1831
|
+
},
|
1832
|
+
name: "formSpaceLabelsetInlinePtL",
|
1833
|
+
attributes: {},
|
1834
|
+
path: ["form", "space", "labelset", "inline", "pt", "L"],
|
1835
|
+
},
|
1836
|
+
},
|
1837
|
+
},
|
1838
|
+
},
|
1788
1839
|
rating: {
|
1789
1840
|
xg: {
|
1790
1841
|
M: {
|
@@ -243,13 +243,15 @@
|
|
243
243
|
"bg-alt2": {
|
244
244
|
$type: "color",
|
245
245
|
$value: "#1f1f1f",
|
246
|
-
$description:
|
246
|
+
$description:
|
247
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
247
248
|
filePath: "data/tokens/components/table.json",
|
248
249
|
isSource: true,
|
249
250
|
original: {
|
250
251
|
$type: "color",
|
251
252
|
$value: "{modes.color.generic.bg.soft}",
|
252
|
-
$description:
|
253
|
+
$description:
|
254
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
253
255
|
},
|
254
256
|
name: "tableColorRowBgAlt2",
|
255
257
|
attributes: {},
|
@@ -283,6 +285,19 @@
|
|
283
285
|
attributes: {},
|
284
286
|
path: ["table", "color", "row", "bg-hover"],
|
285
287
|
},
|
288
|
+
"bg-selected": {
|
289
|
+
$type: "color",
|
290
|
+
$value: "#FFFFFF",
|
291
|
+
filePath: "data/tokens/components/table.json",
|
292
|
+
isSource: true,
|
293
|
+
original: {
|
294
|
+
$type: "color",
|
295
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
296
|
+
},
|
297
|
+
name: "tableColorRowBgSelected",
|
298
|
+
attributes: {},
|
299
|
+
path: ["table", "color", "row", "bg-selected"],
|
300
|
+
},
|
286
301
|
"border-default": {
|
287
302
|
$type: "color",
|
288
303
|
$value: "#282828",
|
@@ -348,16 +363,29 @@
|
|
348
363
|
attributes: {},
|
349
364
|
path: ["table", "color", "row", "label-hover"],
|
350
365
|
},
|
366
|
+
"label-selected": {
|
367
|
+
$type: "color",
|
368
|
+
$value: "#000000",
|
369
|
+
filePath: "data/tokens/components/table.json",
|
370
|
+
isSource: true,
|
371
|
+
original: {
|
372
|
+
$type: "color",
|
373
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
374
|
+
},
|
375
|
+
name: "tableColorRowLabelSelected",
|
376
|
+
attributes: {},
|
377
|
+
path: ["table", "color", "row", "label-selected"],
|
378
|
+
},
|
351
379
|
},
|
352
380
|
footer: {
|
353
381
|
"bg-default": {
|
354
382
|
$type: "color",
|
355
|
-
$value: "#
|
383
|
+
$value: "#282828",
|
356
384
|
filePath: "data/tokens/components/table.json",
|
357
385
|
isSource: true,
|
358
386
|
original: {
|
359
387
|
$type: "color",
|
360
|
-
$value: "{modes.color.generic.bg.
|
388
|
+
$value: "{modes.color.generic.bg.moderate}",
|
361
389
|
},
|
362
390
|
name: "tableColorFooterBgDefault",
|
363
391
|
attributes: {},
|
@@ -1785,6 +1785,57 @@
|
|
1785
1785
|
},
|
1786
1786
|
},
|
1787
1787
|
},
|
1788
|
+
labelset: {
|
1789
|
+
inline: {
|
1790
|
+
pt: {
|
1791
|
+
S: {
|
1792
|
+
$type: "spacing",
|
1793
|
+
$value: "31",
|
1794
|
+
$description: "top padding on S inline input labelsets",
|
1795
|
+
filePath: "data/tokens/components/form.json",
|
1796
|
+
isSource: true,
|
1797
|
+
original: {
|
1798
|
+
$type: "spacing",
|
1799
|
+
$value: "31",
|
1800
|
+
$description: "top padding on S inline input labelsets",
|
1801
|
+
},
|
1802
|
+
name: "formSpaceLabelsetInlinePtS",
|
1803
|
+
attributes: {},
|
1804
|
+
path: ["form", "space", "labelset", "inline", "pt", "S"],
|
1805
|
+
},
|
1806
|
+
M: {
|
1807
|
+
$type: "spacing",
|
1808
|
+
$value: "35",
|
1809
|
+
$description: "top padding on inline input labelsets",
|
1810
|
+
filePath: "data/tokens/components/form.json",
|
1811
|
+
isSource: true,
|
1812
|
+
original: {
|
1813
|
+
$type: "spacing",
|
1814
|
+
$value: "35",
|
1815
|
+
$description: "top padding on inline input labelsets",
|
1816
|
+
},
|
1817
|
+
name: "formSpaceLabelsetInlinePtM",
|
1818
|
+
attributes: {},
|
1819
|
+
path: ["form", "space", "labelset", "inline", "pt", "M"],
|
1820
|
+
},
|
1821
|
+
L: {
|
1822
|
+
$type: "spacing",
|
1823
|
+
$value: "35",
|
1824
|
+
$description: "top padding on inline L input labelsets",
|
1825
|
+
filePath: "data/tokens/components/form.json",
|
1826
|
+
isSource: true,
|
1827
|
+
original: {
|
1828
|
+
$type: "spacing",
|
1829
|
+
$value: "35",
|
1830
|
+
$description: "top padding on inline L input labelsets",
|
1831
|
+
},
|
1832
|
+
name: "formSpaceLabelsetInlinePtL",
|
1833
|
+
attributes: {},
|
1834
|
+
path: ["form", "space", "labelset", "inline", "pt", "L"],
|
1835
|
+
},
|
1836
|
+
},
|
1837
|
+
},
|
1838
|
+
},
|
1788
1839
|
rating: {
|
1789
1840
|
xg: {
|
1790
1841
|
M: {
|
@@ -243,13 +243,15 @@
|
|
243
243
|
"bg-alt2": {
|
244
244
|
$type: "color",
|
245
245
|
$value: "#dedede",
|
246
|
-
$description:
|
246
|
+
$description:
|
247
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
247
248
|
filePath: "data/tokens/components/table.json",
|
248
249
|
isSource: true,
|
249
250
|
original: {
|
250
251
|
$type: "color",
|
251
252
|
$value: "{modes.color.generic.bg.soft}",
|
252
|
-
$description:
|
253
|
+
$description:
|
254
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
253
255
|
},
|
254
256
|
name: "tableColorRowBgAlt2",
|
255
257
|
attributes: {},
|
@@ -283,6 +285,19 @@
|
|
283
285
|
attributes: {},
|
284
286
|
path: ["table", "color", "row", "bg-hover"],
|
285
287
|
},
|
288
|
+
"bg-selected": {
|
289
|
+
$type: "color",
|
290
|
+
$value: "#000000",
|
291
|
+
filePath: "data/tokens/components/table.json",
|
292
|
+
isSource: true,
|
293
|
+
original: {
|
294
|
+
$type: "color",
|
295
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
296
|
+
},
|
297
|
+
name: "tableColorRowBgSelected",
|
298
|
+
attributes: {},
|
299
|
+
path: ["table", "color", "row", "bg-selected"],
|
300
|
+
},
|
286
301
|
"border-default": {
|
287
302
|
$type: "color",
|
288
303
|
$value: "#d1d1d1",
|
@@ -348,16 +363,29 @@
|
|
348
363
|
attributes: {},
|
349
364
|
path: ["table", "color", "row", "label-hover"],
|
350
365
|
},
|
366
|
+
"label-selected": {
|
367
|
+
$type: "color",
|
368
|
+
$value: "#FFFFFF",
|
369
|
+
filePath: "data/tokens/components/table.json",
|
370
|
+
isSource: true,
|
371
|
+
original: {
|
372
|
+
$type: "color",
|
373
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
374
|
+
},
|
375
|
+
name: "tableColorRowLabelSelected",
|
376
|
+
attributes: {},
|
377
|
+
path: ["table", "color", "row", "label-selected"],
|
378
|
+
},
|
351
379
|
},
|
352
380
|
footer: {
|
353
381
|
"bg-default": {
|
354
382
|
$type: "color",
|
355
|
-
$value: "#
|
383
|
+
$value: "#d1d1d1",
|
356
384
|
filePath: "data/tokens/components/table.json",
|
357
385
|
isSource: true,
|
358
386
|
original: {
|
359
387
|
$type: "color",
|
360
|
-
$value: "{modes.color.generic.bg.
|
388
|
+
$value: "{modes.color.generic.bg.moderate}",
|
361
389
|
},
|
362
390
|
name: "tableColorFooterBgDefault",
|
363
391
|
attributes: {},
|
@@ -1785,6 +1785,57 @@
|
|
1785
1785
|
},
|
1786
1786
|
},
|
1787
1787
|
},
|
1788
|
+
labelset: {
|
1789
|
+
inline: {
|
1790
|
+
pt: {
|
1791
|
+
S: {
|
1792
|
+
$type: "spacing",
|
1793
|
+
$value: "31",
|
1794
|
+
$description: "top padding on S inline input labelsets",
|
1795
|
+
filePath: "data/tokens/components/form.json",
|
1796
|
+
isSource: true,
|
1797
|
+
original: {
|
1798
|
+
$type: "spacing",
|
1799
|
+
$value: "31",
|
1800
|
+
$description: "top padding on S inline input labelsets",
|
1801
|
+
},
|
1802
|
+
name: "formSpaceLabelsetInlinePtS",
|
1803
|
+
attributes: {},
|
1804
|
+
path: ["form", "space", "labelset", "inline", "pt", "S"],
|
1805
|
+
},
|
1806
|
+
M: {
|
1807
|
+
$type: "spacing",
|
1808
|
+
$value: "35",
|
1809
|
+
$description: "top padding on inline input labelsets",
|
1810
|
+
filePath: "data/tokens/components/form.json",
|
1811
|
+
isSource: true,
|
1812
|
+
original: {
|
1813
|
+
$type: "spacing",
|
1814
|
+
$value: "35",
|
1815
|
+
$description: "top padding on inline input labelsets",
|
1816
|
+
},
|
1817
|
+
name: "formSpaceLabelsetInlinePtM",
|
1818
|
+
attributes: {},
|
1819
|
+
path: ["form", "space", "labelset", "inline", "pt", "M"],
|
1820
|
+
},
|
1821
|
+
L: {
|
1822
|
+
$type: "spacing",
|
1823
|
+
$value: "35",
|
1824
|
+
$description: "top padding on inline L input labelsets",
|
1825
|
+
filePath: "data/tokens/components/form.json",
|
1826
|
+
isSource: true,
|
1827
|
+
original: {
|
1828
|
+
$type: "spacing",
|
1829
|
+
$value: "35",
|
1830
|
+
$description: "top padding on inline L input labelsets",
|
1831
|
+
},
|
1832
|
+
name: "formSpaceLabelsetInlinePtL",
|
1833
|
+
attributes: {},
|
1834
|
+
path: ["form", "space", "labelset", "inline", "pt", "L"],
|
1835
|
+
},
|
1836
|
+
},
|
1837
|
+
},
|
1838
|
+
},
|
1788
1839
|
rating: {
|
1789
1840
|
xg: {
|
1790
1841
|
M: {
|