@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
@@ -180,12 +180,15 @@ module.exports = {
|
|
180
180
|
row: {
|
181
181
|
"bg-activated": {
|
182
182
|
$type: "color",
|
183
|
-
$value: "#
|
183
|
+
$value: "#f0f",
|
184
|
+
$description: "TO BE DEPRECATED (was #00D639)",
|
184
185
|
filePath: "data/tokens/components/table.json",
|
185
186
|
isSource: true,
|
186
187
|
original: {
|
187
188
|
$type: "color",
|
188
|
-
$value: "
|
189
|
+
$value: "#f0f",
|
190
|
+
$description:
|
191
|
+
"TO BE DEPRECATED (was {modes.color.interactive.primary.default})",
|
189
192
|
},
|
190
193
|
name: "tableColorRowBgActivated",
|
191
194
|
attributes: {},
|
@@ -193,12 +196,15 @@ module.exports = {
|
|
193
196
|
},
|
194
197
|
"bg-active": {
|
195
198
|
$type: "color",
|
196
|
-
$value: "#
|
199
|
+
$value: "#F6F",
|
200
|
+
$description: "TO BE DEPRECATED (was #FFFFFF)",
|
197
201
|
filePath: "data/tokens/components/table.json",
|
198
202
|
isSource: true,
|
199
203
|
original: {
|
200
204
|
$type: "color",
|
201
|
-
$value: "
|
205
|
+
$value: "#F6F",
|
206
|
+
$description:
|
207
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.active})",
|
202
208
|
},
|
203
209
|
name: "tableColorRowBgActive",
|
204
210
|
attributes: {},
|
@@ -235,13 +241,15 @@ module.exports = {
|
|
235
241
|
"bg-alt2": {
|
236
242
|
$type: "color",
|
237
243
|
$value: "#1f1f1f",
|
238
|
-
$description:
|
244
|
+
$description:
|
245
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
239
246
|
filePath: "data/tokens/components/table.json",
|
240
247
|
isSource: true,
|
241
248
|
original: {
|
242
249
|
$type: "color",
|
243
250
|
$value: "{modes.color.generic.bg.soft}",
|
244
|
-
$description:
|
251
|
+
$description:
|
252
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
245
253
|
},
|
246
254
|
name: "tableColorRowBgAlt2",
|
247
255
|
attributes: {},
|
@@ -264,17 +272,30 @@ module.exports = {
|
|
264
272
|
},
|
265
273
|
"bg-hover": {
|
266
274
|
$type: "color",
|
267
|
-
$value: "#
|
275
|
+
$value: "#282828",
|
268
276
|
filePath: "data/tokens/components/table.json",
|
269
277
|
isSource: true,
|
270
278
|
original: {
|
271
279
|
$type: "color",
|
272
|
-
$value: "{modes.color.generic.bg.
|
280
|
+
$value: "{modes.color.generic.bg.moderate}",
|
273
281
|
},
|
274
282
|
name: "tableColorRowBgHover",
|
275
283
|
attributes: {},
|
276
284
|
path: ["table", "color", "row", "bg-hover"],
|
277
285
|
},
|
286
|
+
"bg-selected": {
|
287
|
+
$type: "color",
|
288
|
+
$value: "#FFFFFF",
|
289
|
+
filePath: "data/tokens/components/table.json",
|
290
|
+
isSource: true,
|
291
|
+
original: {
|
292
|
+
$type: "color",
|
293
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
294
|
+
},
|
295
|
+
name: "tableColorRowBgSelected",
|
296
|
+
attributes: {},
|
297
|
+
path: ["table", "color", "row", "bg-selected"],
|
298
|
+
},
|
278
299
|
"border-default": {
|
279
300
|
$type: "color",
|
280
301
|
$value: "#282828",
|
@@ -290,12 +311,15 @@ module.exports = {
|
|
290
311
|
},
|
291
312
|
"label-activated": {
|
292
313
|
$type: "color",
|
293
|
-
$value: "#
|
314
|
+
$value: "#FAF",
|
315
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
294
316
|
filePath: "data/tokens/components/table.json",
|
295
317
|
isSource: true,
|
296
318
|
original: {
|
297
319
|
$type: "color",
|
298
|
-
$value: "
|
320
|
+
$value: "#FAF",
|
321
|
+
$description:
|
322
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
299
323
|
},
|
300
324
|
name: "tableColorRowLabelActivated",
|
301
325
|
attributes: {},
|
@@ -303,12 +327,15 @@ module.exports = {
|
|
303
327
|
},
|
304
328
|
"label-active": {
|
305
329
|
$type: "color",
|
306
|
-
$value: "#
|
330
|
+
$value: "#FDF",
|
331
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
307
332
|
filePath: "data/tokens/components/table.json",
|
308
333
|
isSource: true,
|
309
334
|
original: {
|
310
335
|
$type: "color",
|
311
|
-
$value: "
|
336
|
+
$value: "#FDF",
|
337
|
+
$description:
|
338
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
312
339
|
},
|
313
340
|
name: "tableColorRowLabelActive",
|
314
341
|
attributes: {},
|
@@ -340,16 +367,29 @@ module.exports = {
|
|
340
367
|
attributes: {},
|
341
368
|
path: ["table", "color", "row", "label-hover"],
|
342
369
|
},
|
370
|
+
"label-selected": {
|
371
|
+
$type: "color",
|
372
|
+
$value: "#000000",
|
373
|
+
filePath: "data/tokens/components/table.json",
|
374
|
+
isSource: true,
|
375
|
+
original: {
|
376
|
+
$type: "color",
|
377
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
378
|
+
},
|
379
|
+
name: "tableColorRowLabelSelected",
|
380
|
+
attributes: {},
|
381
|
+
path: ["table", "color", "row", "label-selected"],
|
382
|
+
},
|
343
383
|
},
|
344
384
|
footer: {
|
345
385
|
"bg-default": {
|
346
386
|
$type: "color",
|
347
|
-
$value: "#
|
387
|
+
$value: "#282828",
|
348
388
|
filePath: "data/tokens/components/table.json",
|
349
389
|
isSource: true,
|
350
390
|
original: {
|
351
391
|
$type: "color",
|
352
|
-
$value: "{modes.color.generic.bg.
|
392
|
+
$value: "{modes.color.generic.bg.moderate}",
|
353
393
|
},
|
354
394
|
name: "tableColorFooterBgDefault",
|
355
395
|
attributes: {},
|
@@ -1768,6 +1768,57 @@ module.exports = {
|
|
1768
1768
|
},
|
1769
1769
|
},
|
1770
1770
|
},
|
1771
|
+
labelset: {
|
1772
|
+
inline: {
|
1773
|
+
pt: {
|
1774
|
+
S: {
|
1775
|
+
$type: "spacing",
|
1776
|
+
$value: "31",
|
1777
|
+
$description: "top padding on S inline input labelsets",
|
1778
|
+
filePath: "data/tokens/components/form.json",
|
1779
|
+
isSource: true,
|
1780
|
+
original: {
|
1781
|
+
$type: "spacing",
|
1782
|
+
$value: "31",
|
1783
|
+
$description: "top padding on S inline input labelsets",
|
1784
|
+
},
|
1785
|
+
name: "formSpaceLabelsetInlinePtS",
|
1786
|
+
attributes: {},
|
1787
|
+
path: ["form", "space", "labelset", "inline", "pt", "S"],
|
1788
|
+
},
|
1789
|
+
M: {
|
1790
|
+
$type: "spacing",
|
1791
|
+
$value: "35",
|
1792
|
+
$description: "top padding on inline input labelsets",
|
1793
|
+
filePath: "data/tokens/components/form.json",
|
1794
|
+
isSource: true,
|
1795
|
+
original: {
|
1796
|
+
$type: "spacing",
|
1797
|
+
$value: "35",
|
1798
|
+
$description: "top padding on inline input labelsets",
|
1799
|
+
},
|
1800
|
+
name: "formSpaceLabelsetInlinePtM",
|
1801
|
+
attributes: {},
|
1802
|
+
path: ["form", "space", "labelset", "inline", "pt", "M"],
|
1803
|
+
},
|
1804
|
+
L: {
|
1805
|
+
$type: "spacing",
|
1806
|
+
$value: "35",
|
1807
|
+
$description: "top padding on inline L input labelsets",
|
1808
|
+
filePath: "data/tokens/components/form.json",
|
1809
|
+
isSource: true,
|
1810
|
+
original: {
|
1811
|
+
$type: "spacing",
|
1812
|
+
$value: "35",
|
1813
|
+
$description: "top padding on inline L input labelsets",
|
1814
|
+
},
|
1815
|
+
name: "formSpaceLabelsetInlinePtL",
|
1816
|
+
attributes: {},
|
1817
|
+
path: ["form", "space", "labelset", "inline", "pt", "L"],
|
1818
|
+
},
|
1819
|
+
},
|
1820
|
+
},
|
1821
|
+
},
|
1771
1822
|
rating: {
|
1772
1823
|
xg: {
|
1773
1824
|
M: {
|
@@ -47,11 +47,13 @@ declare const tokens: {
|
|
47
47
|
"bg-alt2": DesignToken;
|
48
48
|
"bg-alt3": DesignToken;
|
49
49
|
"bg-hover": DesignToken;
|
50
|
+
"bg-selected": DesignToken;
|
50
51
|
"border-default": DesignToken;
|
51
52
|
"label-activated": DesignToken;
|
52
53
|
"label-active": DesignToken;
|
53
54
|
"label-default": DesignToken;
|
54
55
|
"label-hover": DesignToken;
|
56
|
+
"label-selected": DesignToken;
|
55
57
|
};
|
56
58
|
footer: {
|
57
59
|
"bg-default": DesignToken;
|
@@ -180,12 +180,15 @@ module.exports = {
|
|
180
180
|
row: {
|
181
181
|
"bg-activated": {
|
182
182
|
$type: "color",
|
183
|
-
$value: "#
|
183
|
+
$value: "#f0f",
|
184
|
+
$description: "TO BE DEPRECATED (was #00811F)",
|
184
185
|
filePath: "data/tokens/components/table.json",
|
185
186
|
isSource: true,
|
186
187
|
original: {
|
187
188
|
$type: "color",
|
188
|
-
$value: "
|
189
|
+
$value: "#f0f",
|
190
|
+
$description:
|
191
|
+
"TO BE DEPRECATED (was {modes.color.interactive.primary.default})",
|
189
192
|
},
|
190
193
|
name: "tableColorRowBgActivated",
|
191
194
|
attributes: {},
|
@@ -193,12 +196,15 @@ module.exports = {
|
|
193
196
|
},
|
194
197
|
"bg-active": {
|
195
198
|
$type: "color",
|
196
|
-
$value: "#
|
199
|
+
$value: "#F6F",
|
200
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
197
201
|
filePath: "data/tokens/components/table.json",
|
198
202
|
isSource: true,
|
199
203
|
original: {
|
200
204
|
$type: "color",
|
201
|
-
$value: "
|
205
|
+
$value: "#F6F",
|
206
|
+
$description:
|
207
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.active})",
|
202
208
|
},
|
203
209
|
name: "tableColorRowBgActive",
|
204
210
|
attributes: {},
|
@@ -235,13 +241,15 @@ module.exports = {
|
|
235
241
|
"bg-alt2": {
|
236
242
|
$type: "color",
|
237
243
|
$value: "#dedede",
|
238
|
-
$description:
|
244
|
+
$description:
|
245
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
239
246
|
filePath: "data/tokens/components/table.json",
|
240
247
|
isSource: true,
|
241
248
|
original: {
|
242
249
|
$type: "color",
|
243
250
|
$value: "{modes.color.generic.bg.soft}",
|
244
|
-
$description:
|
251
|
+
$description:
|
252
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
245
253
|
},
|
246
254
|
name: "tableColorRowBgAlt2",
|
247
255
|
attributes: {},
|
@@ -264,17 +272,30 @@ module.exports = {
|
|
264
272
|
},
|
265
273
|
"bg-hover": {
|
266
274
|
$type: "color",
|
267
|
-
$value: "#
|
275
|
+
$value: "#d1d1d1",
|
268
276
|
filePath: "data/tokens/components/table.json",
|
269
277
|
isSource: true,
|
270
278
|
original: {
|
271
279
|
$type: "color",
|
272
|
-
$value: "{modes.color.generic.bg.
|
280
|
+
$value: "{modes.color.generic.bg.moderate}",
|
273
281
|
},
|
274
282
|
name: "tableColorRowBgHover",
|
275
283
|
attributes: {},
|
276
284
|
path: ["table", "color", "row", "bg-hover"],
|
277
285
|
},
|
286
|
+
"bg-selected": {
|
287
|
+
$type: "color",
|
288
|
+
$value: "#000000",
|
289
|
+
filePath: "data/tokens/components/table.json",
|
290
|
+
isSource: true,
|
291
|
+
original: {
|
292
|
+
$type: "color",
|
293
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
294
|
+
},
|
295
|
+
name: "tableColorRowBgSelected",
|
296
|
+
attributes: {},
|
297
|
+
path: ["table", "color", "row", "bg-selected"],
|
298
|
+
},
|
278
299
|
"border-default": {
|
279
300
|
$type: "color",
|
280
301
|
$value: "#d1d1d1",
|
@@ -290,12 +311,15 @@ module.exports = {
|
|
290
311
|
},
|
291
312
|
"label-activated": {
|
292
313
|
$type: "color",
|
293
|
-
$value: "#
|
314
|
+
$value: "#FAF",
|
315
|
+
$description: "TO BE DEPRECATED (was #FFFFFF)",
|
294
316
|
filePath: "data/tokens/components/table.json",
|
295
317
|
isSource: true,
|
296
318
|
original: {
|
297
319
|
$type: "color",
|
298
|
-
$value: "
|
320
|
+
$value: "#FAF",
|
321
|
+
$description:
|
322
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
299
323
|
},
|
300
324
|
name: "tableColorRowLabelActivated",
|
301
325
|
attributes: {},
|
@@ -303,12 +327,15 @@ module.exports = {
|
|
303
327
|
},
|
304
328
|
"label-active": {
|
305
329
|
$type: "color",
|
306
|
-
$value: "#
|
330
|
+
$value: "#FDF",
|
331
|
+
$description: "TO BE DEPRECATED (was #FFFFFF)",
|
307
332
|
filePath: "data/tokens/components/table.json",
|
308
333
|
isSource: true,
|
309
334
|
original: {
|
310
335
|
$type: "color",
|
311
|
-
$value: "
|
336
|
+
$value: "#FDF",
|
337
|
+
$description:
|
338
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
312
339
|
},
|
313
340
|
name: "tableColorRowLabelActive",
|
314
341
|
attributes: {},
|
@@ -340,16 +367,29 @@ module.exports = {
|
|
340
367
|
attributes: {},
|
341
368
|
path: ["table", "color", "row", "label-hover"],
|
342
369
|
},
|
370
|
+
"label-selected": {
|
371
|
+
$type: "color",
|
372
|
+
$value: "#FFFFFF",
|
373
|
+
filePath: "data/tokens/components/table.json",
|
374
|
+
isSource: true,
|
375
|
+
original: {
|
376
|
+
$type: "color",
|
377
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
378
|
+
},
|
379
|
+
name: "tableColorRowLabelSelected",
|
380
|
+
attributes: {},
|
381
|
+
path: ["table", "color", "row", "label-selected"],
|
382
|
+
},
|
343
383
|
},
|
344
384
|
footer: {
|
345
385
|
"bg-default": {
|
346
386
|
$type: "color",
|
347
|
-
$value: "#
|
387
|
+
$value: "#d1d1d1",
|
348
388
|
filePath: "data/tokens/components/table.json",
|
349
389
|
isSource: true,
|
350
390
|
original: {
|
351
391
|
$type: "color",
|
352
|
-
$value: "{modes.color.generic.bg.
|
392
|
+
$value: "{modes.color.generic.bg.moderate}",
|
353
393
|
},
|
354
394
|
name: "tableColorFooterBgDefault",
|
355
395
|
attributes: {},
|
@@ -1768,6 +1768,57 @@ module.exports = {
|
|
1768
1768
|
},
|
1769
1769
|
},
|
1770
1770
|
},
|
1771
|
+
labelset: {
|
1772
|
+
inline: {
|
1773
|
+
pt: {
|
1774
|
+
S: {
|
1775
|
+
$type: "spacing",
|
1776
|
+
$value: "31",
|
1777
|
+
$description: "top padding on S inline input labelsets",
|
1778
|
+
filePath: "data/tokens/components/form.json",
|
1779
|
+
isSource: true,
|
1780
|
+
original: {
|
1781
|
+
$type: "spacing",
|
1782
|
+
$value: "31",
|
1783
|
+
$description: "top padding on S inline input labelsets",
|
1784
|
+
},
|
1785
|
+
name: "formSpaceLabelsetInlinePtS",
|
1786
|
+
attributes: {},
|
1787
|
+
path: ["form", "space", "labelset", "inline", "pt", "S"],
|
1788
|
+
},
|
1789
|
+
M: {
|
1790
|
+
$type: "spacing",
|
1791
|
+
$value: "35",
|
1792
|
+
$description: "top padding on inline input labelsets",
|
1793
|
+
filePath: "data/tokens/components/form.json",
|
1794
|
+
isSource: true,
|
1795
|
+
original: {
|
1796
|
+
$type: "spacing",
|
1797
|
+
$value: "35",
|
1798
|
+
$description: "top padding on inline input labelsets",
|
1799
|
+
},
|
1800
|
+
name: "formSpaceLabelsetInlinePtM",
|
1801
|
+
attributes: {},
|
1802
|
+
path: ["form", "space", "labelset", "inline", "pt", "M"],
|
1803
|
+
},
|
1804
|
+
L: {
|
1805
|
+
$type: "spacing",
|
1806
|
+
$value: "35",
|
1807
|
+
$description: "top padding on inline L input labelsets",
|
1808
|
+
filePath: "data/tokens/components/form.json",
|
1809
|
+
isSource: true,
|
1810
|
+
original: {
|
1811
|
+
$type: "spacing",
|
1812
|
+
$value: "35",
|
1813
|
+
$description: "top padding on inline L input labelsets",
|
1814
|
+
},
|
1815
|
+
name: "formSpaceLabelsetInlinePtL",
|
1816
|
+
attributes: {},
|
1817
|
+
path: ["form", "space", "labelset", "inline", "pt", "L"],
|
1818
|
+
},
|
1819
|
+
},
|
1820
|
+
},
|
1821
|
+
},
|
1771
1822
|
rating: {
|
1772
1823
|
xg: {
|
1773
1824
|
M: {
|
@@ -47,11 +47,13 @@ declare const tokens: {
|
|
47
47
|
"bg-alt2": DesignToken;
|
48
48
|
"bg-alt3": DesignToken;
|
49
49
|
"bg-hover": DesignToken;
|
50
|
+
"bg-selected": DesignToken;
|
50
51
|
"border-default": DesignToken;
|
51
52
|
"label-activated": DesignToken;
|
52
53
|
"label-active": DesignToken;
|
53
54
|
"label-default": DesignToken;
|
54
55
|
"label-hover": DesignToken;
|
56
|
+
"label-selected": DesignToken;
|
55
57
|
};
|
56
58
|
footer: {
|
57
59
|
"bg-default": DesignToken;
|
@@ -180,12 +180,15 @@ module.exports = {
|
|
180
180
|
row: {
|
181
181
|
"bg-activated": {
|
182
182
|
$type: "color",
|
183
|
-
$value: "#
|
183
|
+
$value: "#f0f",
|
184
|
+
$description: "TO BE DEPRECATED (was #00D639)",
|
184
185
|
filePath: "data/tokens/components/table.json",
|
185
186
|
isSource: true,
|
186
187
|
original: {
|
187
188
|
$type: "color",
|
188
|
-
$value: "
|
189
|
+
$value: "#f0f",
|
190
|
+
$description:
|
191
|
+
"TO BE DEPRECATED (was {modes.color.interactive.primary.default})",
|
189
192
|
},
|
190
193
|
name: "tableColorRowBgActivated",
|
191
194
|
attributes: {},
|
@@ -193,12 +196,15 @@ module.exports = {
|
|
193
196
|
},
|
194
197
|
"bg-active": {
|
195
198
|
$type: "color",
|
196
|
-
$value: "#
|
199
|
+
$value: "#F6F",
|
200
|
+
$description: "TO BE DEPRECATED (was #FFFFFF)",
|
197
201
|
filePath: "data/tokens/components/table.json",
|
198
202
|
isSource: true,
|
199
203
|
original: {
|
200
204
|
$type: "color",
|
201
|
-
$value: "
|
205
|
+
$value: "#F6F",
|
206
|
+
$description:
|
207
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.active})",
|
202
208
|
},
|
203
209
|
name: "tableColorRowBgActive",
|
204
210
|
attributes: {},
|
@@ -235,13 +241,15 @@ module.exports = {
|
|
235
241
|
"bg-alt2": {
|
236
242
|
$type: "color",
|
237
243
|
$value: "#1f1f1f",
|
238
|
-
$description:
|
244
|
+
$description:
|
245
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
239
246
|
filePath: "data/tokens/components/table.json",
|
240
247
|
isSource: true,
|
241
248
|
original: {
|
242
249
|
$type: "color",
|
243
250
|
$value: "{modes.color.generic.bg.soft}",
|
244
|
-
$description:
|
251
|
+
$description:
|
252
|
+
"Zebra stripes combined with child rows. Highlighted rows.",
|
245
253
|
},
|
246
254
|
name: "tableColorRowBgAlt2",
|
247
255
|
attributes: {},
|
@@ -264,17 +272,30 @@ module.exports = {
|
|
264
272
|
},
|
265
273
|
"bg-hover": {
|
266
274
|
$type: "color",
|
267
|
-
$value: "#
|
275
|
+
$value: "#282828",
|
268
276
|
filePath: "data/tokens/components/table.json",
|
269
277
|
isSource: true,
|
270
278
|
original: {
|
271
279
|
$type: "color",
|
272
|
-
$value: "{modes.color.generic.bg.
|
280
|
+
$value: "{modes.color.generic.bg.moderate}",
|
273
281
|
},
|
274
282
|
name: "tableColorRowBgHover",
|
275
283
|
attributes: {},
|
276
284
|
path: ["table", "color", "row", "bg-hover"],
|
277
285
|
},
|
286
|
+
"bg-selected": {
|
287
|
+
$type: "color",
|
288
|
+
$value: "#FFFFFF",
|
289
|
+
filePath: "data/tokens/components/table.json",
|
290
|
+
isSource: true,
|
291
|
+
original: {
|
292
|
+
$type: "color",
|
293
|
+
$value: "{modes.color.interactive.monochrome.active}",
|
294
|
+
},
|
295
|
+
name: "tableColorRowBgSelected",
|
296
|
+
attributes: {},
|
297
|
+
path: ["table", "color", "row", "bg-selected"],
|
298
|
+
},
|
278
299
|
"border-default": {
|
279
300
|
$type: "color",
|
280
301
|
$value: "#282828",
|
@@ -290,12 +311,15 @@ module.exports = {
|
|
290
311
|
},
|
291
312
|
"label-activated": {
|
292
313
|
$type: "color",
|
293
|
-
$value: "#
|
314
|
+
$value: "#FAF",
|
315
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
294
316
|
filePath: "data/tokens/components/table.json",
|
295
317
|
isSource: true,
|
296
318
|
original: {
|
297
319
|
$type: "color",
|
298
|
-
$value: "
|
320
|
+
$value: "#FAF",
|
321
|
+
$description:
|
322
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
299
323
|
},
|
300
324
|
name: "tableColorRowLabelActivated",
|
301
325
|
attributes: {},
|
@@ -303,12 +327,15 @@ module.exports = {
|
|
303
327
|
},
|
304
328
|
"label-active": {
|
305
329
|
$type: "color",
|
306
|
-
$value: "#
|
330
|
+
$value: "#FDF",
|
331
|
+
$description: "TO BE DEPRECATED (was #000000)",
|
307
332
|
filePath: "data/tokens/components/table.json",
|
308
333
|
isSource: true,
|
309
334
|
original: {
|
310
335
|
$type: "color",
|
311
|
-
$value: "
|
336
|
+
$value: "#FDF",
|
337
|
+
$description:
|
338
|
+
"TO BE DEPRECATED (was {modes.color.interactive.monochrome.withActive})",
|
312
339
|
},
|
313
340
|
name: "tableColorRowLabelActive",
|
314
341
|
attributes: {},
|
@@ -340,16 +367,29 @@ module.exports = {
|
|
340
367
|
attributes: {},
|
341
368
|
path: ["table", "color", "row", "label-hover"],
|
342
369
|
},
|
370
|
+
"label-selected": {
|
371
|
+
$type: "color",
|
372
|
+
$value: "#000000",
|
373
|
+
filePath: "data/tokens/components/table.json",
|
374
|
+
isSource: true,
|
375
|
+
original: {
|
376
|
+
$type: "color",
|
377
|
+
$value: "{modes.color.interactive.monochrome.withActive}",
|
378
|
+
},
|
379
|
+
name: "tableColorRowLabelSelected",
|
380
|
+
attributes: {},
|
381
|
+
path: ["table", "color", "row", "label-selected"],
|
382
|
+
},
|
343
383
|
},
|
344
384
|
footer: {
|
345
385
|
"bg-default": {
|
346
386
|
$type: "color",
|
347
|
-
$value: "#
|
387
|
+
$value: "#282828",
|
348
388
|
filePath: "data/tokens/components/table.json",
|
349
389
|
isSource: true,
|
350
390
|
original: {
|
351
391
|
$type: "color",
|
352
|
-
$value: "{modes.color.generic.bg.
|
392
|
+
$value: "{modes.color.generic.bg.moderate}",
|
353
393
|
},
|
354
394
|
name: "tableColorFooterBgDefault",
|
355
395
|
attributes: {},
|