@sage/design-tokens 15.2.1 → 15.3.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.
Files changed (88) hide show
  1. package/css/frozenproduct/all.css +4 -2
  2. package/css/frozenproduct/large/components/table.css +4 -2
  3. package/css/frozenproduct/small/components/table.css +4 -2
  4. package/css/product/all.css +9 -7
  5. package/css/product/large/components/table.css +9 -7
  6. package/css/product/small/components/table.css +9 -7
  7. package/ios/frozenproduct/large/dark/components/table.h +3 -1
  8. package/ios/frozenproduct/large/light/components/table.h +3 -1
  9. package/ios/frozenproduct/small/dark/components/table.h +3 -1
  10. package/ios/frozenproduct/small/light/components/table.h +3 -1
  11. package/ios/product/large/dark/components/table.h +8 -6
  12. package/ios/product/large/light/components/table.h +8 -6
  13. package/ios/product/small/dark/components/table.h +8 -6
  14. package/ios/product/small/light/components/table.h +8 -6
  15. package/js/common/frozenproduct/large/dark/components/table.d.ts +2 -0
  16. package/js/common/frozenproduct/large/dark/components/table.js +32 -4
  17. package/js/common/frozenproduct/large/light/components/table.d.ts +2 -0
  18. package/js/common/frozenproduct/large/light/components/table.js +32 -4
  19. package/js/common/frozenproduct/small/dark/components/table.d.ts +2 -0
  20. package/js/common/frozenproduct/small/dark/components/table.js +32 -4
  21. package/js/common/frozenproduct/small/light/components/table.d.ts +2 -0
  22. package/js/common/frozenproduct/small/light/components/table.js +32 -4
  23. package/js/common/product/large/dark/components/table.d.ts +2 -0
  24. package/js/common/product/large/dark/components/table.js +54 -14
  25. package/js/common/product/large/light/components/table.d.ts +2 -0
  26. package/js/common/product/large/light/components/table.js +54 -14
  27. package/js/common/product/small/dark/components/table.d.ts +2 -0
  28. package/js/common/product/small/dark/components/table.js +54 -14
  29. package/js/common/product/small/light/components/table.d.ts +2 -0
  30. package/js/common/product/small/light/components/table.js +54 -14
  31. package/js/es6/frozenproduct/large/dark/components/table.d.ts +2 -0
  32. package/js/es6/frozenproduct/large/dark/components/table.js +3 -1
  33. package/js/es6/frozenproduct/large/light/components/table.d.ts +2 -0
  34. package/js/es6/frozenproduct/large/light/components/table.js +3 -1
  35. package/js/es6/frozenproduct/small/dark/components/table.d.ts +2 -0
  36. package/js/es6/frozenproduct/small/dark/components/table.js +3 -1
  37. package/js/es6/frozenproduct/small/light/components/table.d.ts +2 -0
  38. package/js/es6/frozenproduct/small/light/components/table.js +3 -1
  39. package/js/es6/product/large/dark/components/table.d.ts +2 -0
  40. package/js/es6/product/large/dark/components/table.js +8 -6
  41. package/js/es6/product/large/light/components/table.d.ts +2 -0
  42. package/js/es6/product/large/light/components/table.js +8 -6
  43. package/js/es6/product/small/dark/components/table.d.ts +2 -0
  44. package/js/es6/product/small/dark/components/table.js +8 -6
  45. package/js/es6/product/small/light/components/table.d.ts +2 -0
  46. package/js/es6/product/small/light/components/table.js +8 -6
  47. package/js/umd/frozenproduct/large/dark/components/table.js +32 -4
  48. package/js/umd/frozenproduct/large/light/components/table.js +32 -4
  49. package/js/umd/frozenproduct/small/dark/components/table.js +32 -4
  50. package/js/umd/frozenproduct/small/light/components/table.js +32 -4
  51. package/js/umd/product/large/dark/components/table.js +54 -14
  52. package/js/umd/product/large/light/components/table.js +54 -14
  53. package/js/umd/product/small/dark/components/table.js +54 -14
  54. package/js/umd/product/small/light/components/table.js +54 -14
  55. package/json/flat/frozenproduct/large/dark/components/table.json +3 -1
  56. package/json/flat/frozenproduct/large/light/components/table.json +3 -1
  57. package/json/flat/frozenproduct/small/dark/components/table.json +3 -1
  58. package/json/flat/frozenproduct/small/light/components/table.json +3 -1
  59. package/json/flat/product/large/dark/components/table.json +8 -6
  60. package/json/flat/product/large/light/components/table.json +8 -6
  61. package/json/flat/product/small/dark/components/table.json +8 -6
  62. package/json/flat/product/small/light/components/table.json +8 -6
  63. package/json/nested/frozenproduct/large/dark/components/table.json +4 -2
  64. package/json/nested/frozenproduct/large/light/components/table.json +4 -2
  65. package/json/nested/frozenproduct/small/dark/components/table.json +4 -2
  66. package/json/nested/frozenproduct/small/light/components/table.json +4 -2
  67. package/json/nested/product/large/dark/components/table.json +9 -7
  68. package/json/nested/product/large/light/components/table.json +9 -7
  69. package/json/nested/product/small/dark/components/table.json +9 -7
  70. package/json/nested/product/small/light/components/table.json +9 -7
  71. package/package.json +1 -1
  72. package/sage-design-tokens-15.3.0.tgz +0 -0
  73. package/scss/frozenproduct/large/components/table.scss +4 -2
  74. package/scss/frozenproduct/small/components/badge.scss +1 -1
  75. package/scss/frozenproduct/small/components/button.scss +15 -15
  76. package/scss/frozenproduct/small/components/container.scss +10 -10
  77. package/scss/frozenproduct/small/components/form.scss +11 -11
  78. package/scss/frozenproduct/small/components/link.scss +2 -2
  79. package/scss/frozenproduct/small/components/nav.scss +6 -6
  80. package/scss/frozenproduct/small/components/page.scss +1 -1
  81. package/scss/frozenproduct/small/components/popover.scss +6 -6
  82. package/scss/frozenproduct/small/components/progress.scss +8 -8
  83. package/scss/frozenproduct/small/components/status.scss +10 -10
  84. package/scss/frozenproduct/small/components/tab.scss +9 -9
  85. package/scss/frozenproduct/small/components/table.scss +13 -11
  86. package/scss/product/large/components/table.scss +9 -7
  87. package/scss/product/small/components/table.scss +9 -7
  88. package/sage-design-tokens-15.2.1.tgz +0 -0
@@ -180,12 +180,15 @@ module.exports = {
180
180
  row: {
181
181
  "bg-activated": {
182
182
  $type: "color",
183
- $value: "#00811F",
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: "{modes.color.interactive.primary.default}",
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: "#000000",
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: "{modes.color.interactive.monochrome.active}",
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: "Zebra stripes combined with child rows.",
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: "Zebra stripes combined with child rows.",
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: "#dedede",
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.soft}",
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: "#FFFFFF",
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: "{modes.color.interactive.monochrome.withActive}",
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: "#FFFFFF",
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: "{modes.color.interactive.monochrome.withActive}",
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: "#dedede",
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.soft}",
392
+ $value: "{modes.color.generic.bg.moderate}",
353
393
  },
354
394
  name: "tableColorFooterBgDefault",
355
395
  attributes: {},
@@ -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;
@@ -25,12 +25,14 @@ export const tableColorRowBgAlt = "#020303";
25
25
  export const tableColorRowBgAlt2 = "#1f1f1f";
26
26
  export const tableColorRowBgAlt3 = "#0e0e0e";
27
27
  export const tableColorRowBgHover = "#040607";
28
+ export const tableColorRowBgSelected = "#FFFFFF";
28
29
  export const tableColorRowBorderDefault = "#282828";
29
30
  export const tableColorRowLabelActivated = "#FFFFFF";
30
31
  export const tableColorRowLabelActive = "#FFFFFF";
31
32
  export const tableColorRowLabelDefault = "#fffffff2";
32
33
  export const tableColorRowLabelHover = "#FFFFFF";
33
- export const tableColorFooterBgDefault = "#1f1f1f";
34
+ export const tableColorRowLabelSelected = "#000000";
35
+ export const tableColorFooterBgDefault = "#282828";
34
36
  export const tableColorFooterBorderDefault = "#282828";
35
37
  export const tableColorFooterLabelDefault = "#ffffffe6";
36
38
  export const tableRadiusContainer = 8;
@@ -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;
@@ -25,12 +25,14 @@ export const tableColorRowBgAlt = "#fbfbfc";
25
25
  export const tableColorRowBgAlt2 = "#dedede";
26
26
  export const tableColorRowBgAlt3 = "#f3f3f3";
27
27
  export const tableColorRowBgHover = "#f2f4f6";
28
+ export const tableColorRowBgSelected = "#000000";
28
29
  export const tableColorRowBorderDefault = "#d1d1d1";
29
30
  export const tableColorRowLabelActivated = "#000000";
30
31
  export const tableColorRowLabelActive = "#000000";
31
32
  export const tableColorRowLabelDefault = "#000000f2";
32
33
  export const tableColorRowLabelHover = "#000000";
33
- export const tableColorFooterBgDefault = "#dedede";
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;
@@ -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;
@@ -25,12 +25,14 @@ export const tableColorRowBgAlt = "#020303";
25
25
  export const tableColorRowBgAlt2 = "#1f1f1f";
26
26
  export const tableColorRowBgAlt3 = "#0e0e0e";
27
27
  export const tableColorRowBgHover = "#040607";
28
+ export const tableColorRowBgSelected = "#FFFFFF";
28
29
  export const tableColorRowBorderDefault = "#282828";
29
30
  export const tableColorRowLabelActivated = "#FFFFFF";
30
31
  export const tableColorRowLabelActive = "#FFFFFF";
31
32
  export const tableColorRowLabelDefault = "#fffffff2";
32
33
  export const tableColorRowLabelHover = "#FFFFFF";
33
- export const tableColorFooterBgDefault = "#1f1f1f";
34
+ export const tableColorRowLabelSelected = "#000000";
35
+ export const tableColorFooterBgDefault = "#282828";
34
36
  export const tableColorFooterBorderDefault = "#282828";
35
37
  export const tableColorFooterLabelDefault = "#ffffffe6";
36
38
  export const tableRadiusContainer = 8;
@@ -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;
@@ -25,12 +25,14 @@ export const tableColorRowBgAlt = "#fbfbfc";
25
25
  export const tableColorRowBgAlt2 = "#dedede";
26
26
  export const tableColorRowBgAlt3 = "#f3f3f3";
27
27
  export const tableColorRowBgHover = "#f2f4f6";
28
+ export const tableColorRowBgSelected = "#000000";
28
29
  export const tableColorRowBorderDefault = "#d1d1d1";
29
30
  export const tableColorRowLabelActivated = "#000000";
30
31
  export const tableColorRowLabelActive = "#000000";
31
32
  export const tableColorRowLabelDefault = "#000000f2";
32
33
  export const tableColorRowLabelHover = "#000000";
33
- export const tableColorFooterBgDefault = "#dedede";
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;
@@ -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 = "#ffffff26";
18
18
  export const tableColorHeaderHarshBorderDefault = "#4b4b4b";
19
19
  export const tableColorHeaderHarshLabelDefault = "#000000";
20
20
  export const tableColorHeaderHarshLabelHover = "#ffffffe6";
21
- export const tableColorRowBgActivated = "#00D639";
22
- export const tableColorRowBgActive = "#FFFFFF";
21
+ export const tableColorRowBgActivated = "#f0f";
22
+ export const tableColorRowBgActive = "#F6F";
23
23
  export const tableColorRowBgDefault = "#000000";
24
24
  export const tableColorRowBgAlt = "#181818";
25
25
  export const tableColorRowBgAlt2 = "#1f1f1f";
26
26
  export const tableColorRowBgAlt3 = "#0e0e0e";
27
- export const tableColorRowBgHover = "#1f1f1f";
27
+ export const tableColorRowBgHover = "#282828";
28
+ export const tableColorRowBgSelected = "#FFFFFF";
28
29
  export const tableColorRowBorderDefault = "#282828";
29
- export const tableColorRowLabelActivated = "#000000";
30
- export const tableColorRowLabelActive = "#000000";
30
+ export const tableColorRowLabelActivated = "#FAF";
31
+ export const tableColorRowLabelActive = "#FDF";
31
32
  export const tableColorRowLabelDefault = "#fffffff2";
32
33
  export const tableColorRowLabelHover = "#FFFFFF";
33
- export const tableColorFooterBgDefault = "#1f1f1f";
34
+ export const tableColorRowLabelSelected = "#000000";
35
+ export const tableColorFooterBgDefault = "#282828";
34
36
  export const tableColorFooterBorderDefault = "#282828";
35
37
  export const tableColorFooterLabelDefault = "#ffffffe6";
36
38
  export const tableRadiusContainer = 8;
@@ -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 = "#00811F";
22
- export const tableColorRowBgActive = "#000000";
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 = "#dedede";
27
+ export const tableColorRowBgHover = "#d1d1d1";
28
+ export const tableColorRowBgSelected = "#000000";
28
29
  export const tableColorRowBorderDefault = "#d1d1d1";
29
- export const tableColorRowLabelActivated = "#FFFFFF";
30
- export const tableColorRowLabelActive = "#FFFFFF";
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 tableColorFooterBgDefault = "#dedede";
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;
@@ -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 = "#ffffff26";
18
18
  export const tableColorHeaderHarshBorderDefault = "#4b4b4b";
19
19
  export const tableColorHeaderHarshLabelDefault = "#000000";
20
20
  export const tableColorHeaderHarshLabelHover = "#ffffffe6";
21
- export const tableColorRowBgActivated = "#00D639";
22
- export const tableColorRowBgActive = "#FFFFFF";
21
+ export const tableColorRowBgActivated = "#f0f";
22
+ export const tableColorRowBgActive = "#F6F";
23
23
  export const tableColorRowBgDefault = "#000000";
24
24
  export const tableColorRowBgAlt = "#181818";
25
25
  export const tableColorRowBgAlt2 = "#1f1f1f";
26
26
  export const tableColorRowBgAlt3 = "#0e0e0e";
27
- export const tableColorRowBgHover = "#1f1f1f";
27
+ export const tableColorRowBgHover = "#282828";
28
+ export const tableColorRowBgSelected = "#FFFFFF";
28
29
  export const tableColorRowBorderDefault = "#282828";
29
- export const tableColorRowLabelActivated = "#000000";
30
- export const tableColorRowLabelActive = "#000000";
30
+ export const tableColorRowLabelActivated = "#FAF";
31
+ export const tableColorRowLabelActive = "#FDF";
31
32
  export const tableColorRowLabelDefault = "#fffffff2";
32
33
  export const tableColorRowLabelHover = "#FFFFFF";
33
- export const tableColorFooterBgDefault = "#1f1f1f";
34
+ export const tableColorRowLabelSelected = "#000000";
35
+ export const tableColorFooterBgDefault = "#282828";
34
36
  export const tableColorFooterBorderDefault = "#282828";
35
37
  export const tableColorFooterLabelDefault = "#ffffffe6";
36
38
  export const tableRadiusContainer = 8;
@@ -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 = "#00811F";
22
- export const tableColorRowBgActive = "#000000";
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 = "#dedede";
27
+ export const tableColorRowBgHover = "#d1d1d1";
28
+ export const tableColorRowBgSelected = "#000000";
28
29
  export const tableColorRowBorderDefault = "#d1d1d1";
29
- export const tableColorRowLabelActivated = "#FFFFFF";
30
- export const tableColorRowLabelActive = "#FFFFFF";
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 tableColorFooterBgDefault = "#dedede";
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;
@@ -243,13 +243,15 @@
243
243
  "bg-alt2": {
244
244
  $type: "color",
245
245
  $value: "#1f1f1f",
246
- $description: "Zebra stripes combined with child rows.",
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: "Zebra stripes combined with child rows.",
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: "#1f1f1f",
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.soft}",
388
+ $value: "{modes.color.generic.bg.moderate}",
361
389
  },
362
390
  name: "tableColorFooterBgDefault",
363
391
  attributes: {},
@@ -243,13 +243,15 @@
243
243
  "bg-alt2": {
244
244
  $type: "color",
245
245
  $value: "#dedede",
246
- $description: "Zebra stripes combined with child rows.",
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: "Zebra stripes combined with child rows.",
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: "#dedede",
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.soft}",
388
+ $value: "{modes.color.generic.bg.moderate}",
361
389
  },
362
390
  name: "tableColorFooterBgDefault",
363
391
  attributes: {},