@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
@@ -191,12 +191,15 @@
|
|
191
191
|
row: {
|
192
192
|
"bg-activated": {
|
193
193
|
$type: "color",
|
194
|
-
$value: "#
|
194
|
+
$value: "#f0f",
|
195
|
+
$description: "TO BE DEPRECATED (was #00D639)",
|
195
196
|
filePath: "data/tokens/components/table.json",
|
196
197
|
isSource: true,
|
197
198
|
original: {
|
198
199
|
$type: "color",
|
199
|
-
$value: "
|
200
|
+
$value: "#f0f",
|
201
|
+
$description:
|
202
|
+
"TO BE DEPRECATED (was {modes.color.interactive.primary.default})",
|
200
203
|
},
|
201
204
|
name: "tableColorRowBgActivated",
|
202
205
|
attributes: {},
|
@@ -204,12 +207,15 @@
|
|
204
207
|
},
|
205
208
|
"bg-active": {
|
206
209
|
$type: "color",
|
207
|
-
$value: "#
|
210
|
+
$value: "#F6F",
|
211
|
+
$description: "TO BE DEPRECATED (was #FFFFFF)",
|
208
212
|
filePath: "data/tokens/components/table.json",
|
209
213
|
isSource: true,
|
210
214
|
original: {
|
211
215
|
$type: "color",
|
212
|
-
$value: "
|
216
|
+
$value: "#F6F",
|
217
|
+
$description:
|
218
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.active})",
|
213
219
|
},
|
214
220
|
name: "tableColorRowBgActive",
|
215
221
|
attributes: {},
|
@@ -246,13 +252,15 @@
|
|
246
252
|
"bg-alt2": {
|
247
253
|
$type: "color",
|
248
254
|
$value: "#1f1f1f",
|
249
|
-
$description:
|
255
|
+
$description:
|
256
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
250
257
|
filePath: "data/tokens/components/table.json",
|
251
258
|
isSource: true,
|
252
259
|
original: {
|
253
260
|
$type: "color",
|
254
261
|
$value: "{modes.color.generic.bg.soft}",
|
255
|
-
$description:
|
262
|
+
$description:
|
263
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
256
264
|
},
|
257
265
|
name: "tableColorRowBgAlt2",
|
258
266
|
attributes: {},
|
@@ -275,17 +283,30 @@
|
|
275
283
|
},
|
276
284
|
"bg-hover": {
|
277
285
|
$type: "color",
|
278
|
-
$value: "#
|
286
|
+
$value: "#282828",
|
279
287
|
filePath: "data/tokens/components/table.json",
|
280
288
|
isSource: true,
|
281
289
|
original: {
|
282
290
|
$type: "color",
|
283
|
-
$value: "{modes.color.generic.bg.
|
291
|
+
$value: "{modes.color.generic.bg.moderate}",
|
284
292
|
},
|
285
293
|
name: "tableColorRowBgHover",
|
286
294
|
attributes: {},
|
287
295
|
path: ["table", "color", "row", "bg-hover"],
|
288
296
|
},
|
297
|
+
"bg-selected": {
|
298
|
+
$type: "color",
|
299
|
+
$value: "#FFFFFF",
|
300
|
+
filePath: "data/tokens/components/table.json",
|
301
|
+
isSource: true,
|
302
|
+
original: {
|
303
|
+
$type: "color",
|
304
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
305
|
+
},
|
306
|
+
name: "tableColorRowBgSelected",
|
307
|
+
attributes: {},
|
308
|
+
path: ["table", "color", "row", "bg-selected"],
|
309
|
+
},
|
289
310
|
"border-default": {
|
290
311
|
$type: "color",
|
291
312
|
$value: "#282828",
|
@@ -301,12 +322,15 @@
|
|
301
322
|
},
|
302
323
|
"label-activated": {
|
303
324
|
$type: "color",
|
304
|
-
$value: "#
|
325
|
+
$value: "#FAF",
|
326
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
305
327
|
filePath: "data/tokens/components/table.json",
|
306
328
|
isSource: true,
|
307
329
|
original: {
|
308
330
|
$type: "color",
|
309
|
-
$value: "
|
331
|
+
$value: "#FAF",
|
332
|
+
$description:
|
333
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
310
334
|
},
|
311
335
|
name: "tableColorRowLabelActivated",
|
312
336
|
attributes: {},
|
@@ -314,12 +338,15 @@
|
|
314
338
|
},
|
315
339
|
"label-active": {
|
316
340
|
$type: "color",
|
317
|
-
$value: "#
|
341
|
+
$value: "#FDF",
|
342
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
318
343
|
filePath: "data/tokens/components/table.json",
|
319
344
|
isSource: true,
|
320
345
|
original: {
|
321
346
|
$type: "color",
|
322
|
-
$value: "
|
347
|
+
$value: "#FDF",
|
348
|
+
$description:
|
349
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
323
350
|
},
|
324
351
|
name: "tableColorRowLabelActive",
|
325
352
|
attributes: {},
|
@@ -351,16 +378,29 @@
|
|
351
378
|
attributes: {},
|
352
379
|
path: ["table", "color", "row", "label-hover"],
|
353
380
|
},
|
381
|
+
"label-selected": {
|
382
|
+
$type: "color",
|
383
|
+
$value: "#000000",
|
384
|
+
filePath: "data/tokens/components/table.json",
|
385
|
+
isSource: true,
|
386
|
+
original: {
|
387
|
+
$type: "color",
|
388
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
389
|
+
},
|
390
|
+
name: "tableColorRowLabelSelected",
|
391
|
+
attributes: {},
|
392
|
+
path: ["table", "color", "row", "label-selected"],
|
393
|
+
},
|
354
394
|
},
|
355
395
|
footer: {
|
356
396
|
"bg-default": {
|
357
397
|
$type: "color",
|
358
|
-
$value: "#
|
398
|
+
$value: "#282828",
|
359
399
|
filePath: "data/tokens/components/table.json",
|
360
400
|
isSource: true,
|
361
401
|
original: {
|
362
402
|
$type: "color",
|
363
|
-
$value: "{modes.color.generic.bg.
|
403
|
+
$value: "{modes.color.generic.bg.moderate}",
|
364
404
|
},
|
365
405
|
name: "tableColorFooterBgDefault",
|
366
406
|
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: {
|
@@ -191,12 +191,15 @@
|
|
191
191
|
row: {
|
192
192
|
"bg-activated": {
|
193
193
|
$type: "color",
|
194
|
-
$value: "#
|
194
|
+
$value: "#f0f",
|
195
|
+
$description: "TO BE DEPRECATED (was #00811F)",
|
195
196
|
filePath: "data/tokens/components/table.json",
|
196
197
|
isSource: true,
|
197
198
|
original: {
|
198
199
|
$type: "color",
|
199
|
-
$value: "
|
200
|
+
$value: "#f0f",
|
201
|
+
$description:
|
202
|
+
"TO BE DEPRECATED (was {modes.color.interactive.primary.default})",
|
200
203
|
},
|
201
204
|
name: "tableColorRowBgActivated",
|
202
205
|
attributes: {},
|
@@ -204,12 +207,15 @@
|
|
204
207
|
},
|
205
208
|
"bg-active": {
|
206
209
|
$type: "color",
|
207
|
-
$value: "#
|
210
|
+
$value: "#F6F",
|
211
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
208
212
|
filePath: "data/tokens/components/table.json",
|
209
213
|
isSource: true,
|
210
214
|
original: {
|
211
215
|
$type: "color",
|
212
|
-
$value: "
|
216
|
+
$value: "#F6F",
|
217
|
+
$description:
|
218
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.active})",
|
213
219
|
},
|
214
220
|
name: "tableColorRowBgActive",
|
215
221
|
attributes: {},
|
@@ -246,13 +252,15 @@
|
|
246
252
|
"bg-alt2": {
|
247
253
|
$type: "color",
|
248
254
|
$value: "#dedede",
|
249
|
-
$description:
|
255
|
+
$description:
|
256
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
250
257
|
filePath: "data/tokens/components/table.json",
|
251
258
|
isSource: true,
|
252
259
|
original: {
|
253
260
|
$type: "color",
|
254
261
|
$value: "{modes.color.generic.bg.soft}",
|
255
|
-
$description:
|
262
|
+
$description:
|
263
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
256
264
|
},
|
257
265
|
name: "tableColorRowBgAlt2",
|
258
266
|
attributes: {},
|
@@ -275,17 +283,30 @@
|
|
275
283
|
},
|
276
284
|
"bg-hover": {
|
277
285
|
$type: "color",
|
278
|
-
$value: "#
|
286
|
+
$value: "#d1d1d1",
|
279
287
|
filePath: "data/tokens/components/table.json",
|
280
288
|
isSource: true,
|
281
289
|
original: {
|
282
290
|
$type: "color",
|
283
|
-
$value: "{modes.color.generic.bg.
|
291
|
+
$value: "{modes.color.generic.bg.moderate}",
|
284
292
|
},
|
285
293
|
name: "tableColorRowBgHover",
|
286
294
|
attributes: {},
|
287
295
|
path: ["table", "color", "row", "bg-hover"],
|
288
296
|
},
|
297
|
+
"bg-selected": {
|
298
|
+
$type: "color",
|
299
|
+
$value: "#000000",
|
300
|
+
filePath: "data/tokens/components/table.json",
|
301
|
+
isSource: true,
|
302
|
+
original: {
|
303
|
+
$type: "color",
|
304
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
305
|
+
},
|
306
|
+
name: "tableColorRowBgSelected",
|
307
|
+
attributes: {},
|
308
|
+
path: ["table", "color", "row", "bg-selected"],
|
309
|
+
},
|
289
310
|
"border-default": {
|
290
311
|
$type: "color",
|
291
312
|
$value: "#d1d1d1",
|
@@ -301,12 +322,15 @@
|
|
301
322
|
},
|
302
323
|
"label-activated": {
|
303
324
|
$type: "color",
|
304
|
-
$value: "#
|
325
|
+
$value: "#FAF",
|
326
|
+
$description: "TO BE DEPRECATED (was #FFFFFF)",
|
305
327
|
filePath: "data/tokens/components/table.json",
|
306
328
|
isSource: true,
|
307
329
|
original: {
|
308
330
|
$type: "color",
|
309
|
-
$value: "
|
331
|
+
$value: "#FAF",
|
332
|
+
$description:
|
333
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
310
334
|
},
|
311
335
|
name: "tableColorRowLabelActivated",
|
312
336
|
attributes: {},
|
@@ -314,12 +338,15 @@
|
|
314
338
|
},
|
315
339
|
"label-active": {
|
316
340
|
$type: "color",
|
317
|
-
$value: "#
|
341
|
+
$value: "#FDF",
|
342
|
+
$description: "TO BE DEPRECATED (was #FFFFFF)",
|
318
343
|
filePath: "data/tokens/components/table.json",
|
319
344
|
isSource: true,
|
320
345
|
original: {
|
321
346
|
$type: "color",
|
322
|
-
$value: "
|
347
|
+
$value: "#FDF",
|
348
|
+
$description:
|
349
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
323
350
|
},
|
324
351
|
name: "tableColorRowLabelActive",
|
325
352
|
attributes: {},
|
@@ -351,16 +378,29 @@
|
|
351
378
|
attributes: {},
|
352
379
|
path: ["table", "color", "row", "label-hover"],
|
353
380
|
},
|
381
|
+
"label-selected": {
|
382
|
+
$type: "color",
|
383
|
+
$value: "#FFFFFF",
|
384
|
+
filePath: "data/tokens/components/table.json",
|
385
|
+
isSource: true,
|
386
|
+
original: {
|
387
|
+
$type: "color",
|
388
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
389
|
+
},
|
390
|
+
name: "tableColorRowLabelSelected",
|
391
|
+
attributes: {},
|
392
|
+
path: ["table", "color", "row", "label-selected"],
|
393
|
+
},
|
354
394
|
},
|
355
395
|
footer: {
|
356
396
|
"bg-default": {
|
357
397
|
$type: "color",
|
358
|
-
$value: "#
|
398
|
+
$value: "#d1d1d1",
|
359
399
|
filePath: "data/tokens/components/table.json",
|
360
400
|
isSource: true,
|
361
401
|
original: {
|
362
402
|
$type: "color",
|
363
|
-
$value: "{modes.color.generic.bg.
|
403
|
+
$value: "{modes.color.generic.bg.moderate}",
|
364
404
|
},
|
365
405
|
name: "tableColorFooterBgDefault",
|
366
406
|
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: {
|
@@ -191,12 +191,15 @@
|
|
191
191
|
row: {
|
192
192
|
"bg-activated": {
|
193
193
|
$type: "color",
|
194
|
-
$value: "#
|
194
|
+
$value: "#f0f",
|
195
|
+
$description: "TO BE DEPRECATED (was #00D639)",
|
195
196
|
filePath: "data/tokens/components/table.json",
|
196
197
|
isSource: true,
|
197
198
|
original: {
|
198
199
|
$type: "color",
|
199
|
-
$value: "
|
200
|
+
$value: "#f0f",
|
201
|
+
$description:
|
202
|
+
"TO BE DEPRECATED (was {modes.color.interactive.primary.default})",
|
200
203
|
},
|
201
204
|
name: "tableColorRowBgActivated",
|
202
205
|
attributes: {},
|
@@ -204,12 +207,15 @@
|
|
204
207
|
},
|
205
208
|
"bg-active": {
|
206
209
|
$type: "color",
|
207
|
-
$value: "#
|
210
|
+
$value: "#F6F",
|
211
|
+
$description: "TO BE DEPRECATED (was #FFFFFF)",
|
208
212
|
filePath: "data/tokens/components/table.json",
|
209
213
|
isSource: true,
|
210
214
|
original: {
|
211
215
|
$type: "color",
|
212
|
-
$value: "
|
216
|
+
$value: "#F6F",
|
217
|
+
$description:
|
218
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.active})",
|
213
219
|
},
|
214
220
|
name: "tableColorRowBgActive",
|
215
221
|
attributes: {},
|
@@ -246,13 +252,15 @@
|
|
246
252
|
"bg-alt2": {
|
247
253
|
$type: "color",
|
248
254
|
$value: "#1f1f1f",
|
249
|
-
$description:
|
255
|
+
$description:
|
256
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
250
257
|
filePath: "data/tokens/components/table.json",
|
251
258
|
isSource: true,
|
252
259
|
original: {
|
253
260
|
$type: "color",
|
254
261
|
$value: "{modes.color.generic.bg.soft}",
|
255
|
-
$description:
|
262
|
+
$description:
|
263
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
256
264
|
},
|
257
265
|
name: "tableColorRowBgAlt2",
|
258
266
|
attributes: {},
|
@@ -275,17 +283,30 @@
|
|
275
283
|
},
|
276
284
|
"bg-hover": {
|
277
285
|
$type: "color",
|
278
|
-
$value: "#
|
286
|
+
$value: "#282828",
|
279
287
|
filePath: "data/tokens/components/table.json",
|
280
288
|
isSource: true,
|
281
289
|
original: {
|
282
290
|
$type: "color",
|
283
|
-
$value: "{modes.color.generic.bg.
|
291
|
+
$value: "{modes.color.generic.bg.moderate}",
|
284
292
|
},
|
285
293
|
name: "tableColorRowBgHover",
|
286
294
|
attributes: {},
|
287
295
|
path: ["table", "color", "row", "bg-hover"],
|
288
296
|
},
|
297
|
+
"bg-selected": {
|
298
|
+
$type: "color",
|
299
|
+
$value: "#FFFFFF",
|
300
|
+
filePath: "data/tokens/components/table.json",
|
301
|
+
isSource: true,
|
302
|
+
original: {
|
303
|
+
$type: "color",
|
304
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
305
|
+
},
|
306
|
+
name: "tableColorRowBgSelected",
|
307
|
+
attributes: {},
|
308
|
+
path: ["table", "color", "row", "bg-selected"],
|
309
|
+
},
|
289
310
|
"border-default": {
|
290
311
|
$type: "color",
|
291
312
|
$value: "#282828",
|
@@ -301,12 +322,15 @@
|
|
301
322
|
},
|
302
323
|
"label-activated": {
|
303
324
|
$type: "color",
|
304
|
-
$value: "#
|
325
|
+
$value: "#FAF",
|
326
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
305
327
|
filePath: "data/tokens/components/table.json",
|
306
328
|
isSource: true,
|
307
329
|
original: {
|
308
330
|
$type: "color",
|
309
|
-
$value: "
|
331
|
+
$value: "#FAF",
|
332
|
+
$description:
|
333
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
310
334
|
},
|
311
335
|
name: "tableColorRowLabelActivated",
|
312
336
|
attributes: {},
|
@@ -314,12 +338,15 @@
|
|
314
338
|
},
|
315
339
|
"label-active": {
|
316
340
|
$type: "color",
|
317
|
-
$value: "#
|
341
|
+
$value: "#FDF",
|
342
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
318
343
|
filePath: "data/tokens/components/table.json",
|
319
344
|
isSource: true,
|
320
345
|
original: {
|
321
346
|
$type: "color",
|
322
|
-
$value: "
|
347
|
+
$value: "#FDF",
|
348
|
+
$description:
|
349
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
323
350
|
},
|
324
351
|
name: "tableColorRowLabelActive",
|
325
352
|
attributes: {},
|
@@ -351,16 +378,29 @@
|
|
351
378
|
attributes: {},
|
352
379
|
path: ["table", "color", "row", "label-hover"],
|
353
380
|
},
|
381
|
+
"label-selected": {
|
382
|
+
$type: "color",
|
383
|
+
$value: "#000000",
|
384
|
+
filePath: "data/tokens/components/table.json",
|
385
|
+
isSource: true,
|
386
|
+
original: {
|
387
|
+
$type: "color",
|
388
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
389
|
+
},
|
390
|
+
name: "tableColorRowLabelSelected",
|
391
|
+
attributes: {},
|
392
|
+
path: ["table", "color", "row", "label-selected"],
|
393
|
+
},
|
354
394
|
},
|
355
395
|
footer: {
|
356
396
|
"bg-default": {
|
357
397
|
$type: "color",
|
358
|
-
$value: "#
|
398
|
+
$value: "#282828",
|
359
399
|
filePath: "data/tokens/components/table.json",
|
360
400
|
isSource: true,
|
361
401
|
original: {
|
362
402
|
$type: "color",
|
363
|
-
$value: "{modes.color.generic.bg.
|
403
|
+
$value: "{modes.color.generic.bg.moderate}",
|
364
404
|
},
|
365
405
|
name: "tableColorFooterBgDefault",
|
366
406
|
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: {
|