@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.
Files changed (187) hide show
  1. package/css/frozenproduct/all.css +7 -2
  2. package/css/frozenproduct/large/components/form.css +3 -0
  3. package/css/frozenproduct/large/components/table.css +4 -2
  4. package/css/frozenproduct/small/components/form.css +3 -0
  5. package/css/frozenproduct/small/components/table.css +4 -2
  6. package/css/product/all.css +12 -7
  7. package/css/product/large/components/form.css +3 -0
  8. package/css/product/large/components/table.css +9 -7
  9. package/css/product/small/components/form.css +3 -0
  10. package/css/product/small/components/table.css +9 -7
  11. package/ios/frozenproduct/large/dark/components/form.h +3 -0
  12. package/ios/frozenproduct/large/dark/components/table.h +3 -1
  13. package/ios/frozenproduct/large/light/components/form.h +3 -0
  14. package/ios/frozenproduct/large/light/components/table.h +3 -1
  15. package/ios/frozenproduct/small/dark/components/form.h +3 -0
  16. package/ios/frozenproduct/small/dark/components/table.h +3 -1
  17. package/ios/frozenproduct/small/light/components/form.h +3 -0
  18. package/ios/frozenproduct/small/light/components/table.h +3 -1
  19. package/ios/product/large/dark/components/form.h +3 -0
  20. package/ios/product/large/dark/components/table.h +8 -6
  21. package/ios/product/large/light/components/form.h +3 -0
  22. package/ios/product/large/light/components/table.h +8 -6
  23. package/ios/product/small/dark/components/form.h +3 -0
  24. package/ios/product/small/dark/components/table.h +8 -6
  25. package/ios/product/small/light/components/form.h +3 -0
  26. package/ios/product/small/light/components/table.h +8 -6
  27. package/js/common/frozenproduct/large/dark/components/form.d.ts +9 -0
  28. package/js/common/frozenproduct/large/dark/components/form.js +51 -0
  29. package/js/common/frozenproduct/large/dark/components/table.d.ts +2 -0
  30. package/js/common/frozenproduct/large/dark/components/table.js +32 -4
  31. package/js/common/frozenproduct/large/light/components/form.d.ts +9 -0
  32. package/js/common/frozenproduct/large/light/components/form.js +51 -0
  33. package/js/common/frozenproduct/large/light/components/table.d.ts +2 -0
  34. package/js/common/frozenproduct/large/light/components/table.js +32 -4
  35. package/js/common/frozenproduct/small/dark/components/form.d.ts +9 -0
  36. package/js/common/frozenproduct/small/dark/components/form.js +51 -0
  37. package/js/common/frozenproduct/small/dark/components/table.d.ts +2 -0
  38. package/js/common/frozenproduct/small/dark/components/table.js +32 -4
  39. package/js/common/frozenproduct/small/light/components/form.d.ts +9 -0
  40. package/js/common/frozenproduct/small/light/components/form.js +51 -0
  41. package/js/common/frozenproduct/small/light/components/table.d.ts +2 -0
  42. package/js/common/frozenproduct/small/light/components/table.js +32 -4
  43. package/js/common/product/large/dark/components/form.d.ts +9 -0
  44. package/js/common/product/large/dark/components/form.js +51 -0
  45. package/js/common/product/large/dark/components/table.d.ts +2 -0
  46. package/js/common/product/large/dark/components/table.js +54 -14
  47. package/js/common/product/large/light/components/form.d.ts +9 -0
  48. package/js/common/product/large/light/components/form.js +51 -0
  49. package/js/common/product/large/light/components/table.d.ts +2 -0
  50. package/js/common/product/large/light/components/table.js +54 -14
  51. package/js/common/product/small/dark/components/form.d.ts +9 -0
  52. package/js/common/product/small/dark/components/form.js +51 -0
  53. package/js/common/product/small/dark/components/table.d.ts +2 -0
  54. package/js/common/product/small/dark/components/table.js +54 -14
  55. package/js/common/product/small/light/components/form.d.ts +9 -0
  56. package/js/common/product/small/light/components/form.js +51 -0
  57. package/js/common/product/small/light/components/table.d.ts +2 -0
  58. package/js/common/product/small/light/components/table.js +54 -14
  59. package/js/es6/frozenproduct/large/dark/components/form.d.ts +3 -0
  60. package/js/es6/frozenproduct/large/dark/components/form.js +3 -0
  61. package/js/es6/frozenproduct/large/dark/components/table.d.ts +2 -0
  62. package/js/es6/frozenproduct/large/dark/components/table.js +3 -1
  63. package/js/es6/frozenproduct/large/light/components/form.d.ts +3 -0
  64. package/js/es6/frozenproduct/large/light/components/form.js +3 -0
  65. package/js/es6/frozenproduct/large/light/components/table.d.ts +2 -0
  66. package/js/es6/frozenproduct/large/light/components/table.js +3 -1
  67. package/js/es6/frozenproduct/small/dark/components/form.d.ts +3 -0
  68. package/js/es6/frozenproduct/small/dark/components/form.js +3 -0
  69. package/js/es6/frozenproduct/small/dark/components/table.d.ts +2 -0
  70. package/js/es6/frozenproduct/small/dark/components/table.js +3 -1
  71. package/js/es6/frozenproduct/small/light/components/form.d.ts +3 -0
  72. package/js/es6/frozenproduct/small/light/components/form.js +3 -0
  73. package/js/es6/frozenproduct/small/light/components/table.d.ts +2 -0
  74. package/js/es6/frozenproduct/small/light/components/table.js +3 -1
  75. package/js/es6/product/large/dark/components/form.d.ts +3 -0
  76. package/js/es6/product/large/dark/components/form.js +3 -0
  77. package/js/es6/product/large/dark/components/table.d.ts +2 -0
  78. package/js/es6/product/large/dark/components/table.js +8 -6
  79. package/js/es6/product/large/light/components/form.d.ts +3 -0
  80. package/js/es6/product/large/light/components/form.js +3 -0
  81. package/js/es6/product/large/light/components/table.d.ts +2 -0
  82. package/js/es6/product/large/light/components/table.js +8 -6
  83. package/js/es6/product/small/dark/components/form.d.ts +3 -0
  84. package/js/es6/product/small/dark/components/form.js +3 -0
  85. package/js/es6/product/small/dark/components/table.d.ts +2 -0
  86. package/js/es6/product/small/dark/components/table.js +8 -6
  87. package/js/es6/product/small/light/components/form.d.ts +3 -0
  88. package/js/es6/product/small/light/components/form.js +3 -0
  89. package/js/es6/product/small/light/components/table.d.ts +2 -0
  90. package/js/es6/product/small/light/components/table.js +8 -6
  91. package/js/umd/frozenproduct/large/dark/components/form.js +51 -0
  92. package/js/umd/frozenproduct/large/dark/components/table.js +32 -4
  93. package/js/umd/frozenproduct/large/light/components/form.js +51 -0
  94. package/js/umd/frozenproduct/large/light/components/table.js +32 -4
  95. package/js/umd/frozenproduct/small/dark/components/form.js +51 -0
  96. package/js/umd/frozenproduct/small/dark/components/table.js +32 -4
  97. package/js/umd/frozenproduct/small/light/components/form.js +51 -0
  98. package/js/umd/frozenproduct/small/light/components/table.js +32 -4
  99. package/js/umd/product/large/dark/components/form.js +51 -0
  100. package/js/umd/product/large/dark/components/table.js +54 -14
  101. package/js/umd/product/large/light/components/form.js +51 -0
  102. package/js/umd/product/large/light/components/table.js +54 -14
  103. package/js/umd/product/small/dark/components/form.js +51 -0
  104. package/js/umd/product/small/dark/components/table.js +54 -14
  105. package/js/umd/product/small/light/components/form.js +51 -0
  106. package/js/umd/product/small/light/components/table.js +54 -14
  107. package/json/flat/frozenproduct/large/dark/components/form.json +3 -0
  108. package/json/flat/frozenproduct/large/dark/components/table.json +3 -1
  109. package/json/flat/frozenproduct/large/light/components/form.json +3 -0
  110. package/json/flat/frozenproduct/large/light/components/table.json +3 -1
  111. package/json/flat/frozenproduct/small/dark/components/form.json +3 -0
  112. package/json/flat/frozenproduct/small/dark/components/table.json +3 -1
  113. package/json/flat/frozenproduct/small/light/components/form.json +3 -0
  114. package/json/flat/frozenproduct/small/light/components/table.json +3 -1
  115. package/json/flat/product/large/dark/components/form.json +3 -0
  116. package/json/flat/product/large/dark/components/table.json +8 -6
  117. package/json/flat/product/large/light/components/form.json +3 -0
  118. package/json/flat/product/large/light/components/table.json +8 -6
  119. package/json/flat/product/small/dark/components/form.json +3 -0
  120. package/json/flat/product/small/dark/components/table.json +8 -6
  121. package/json/flat/product/small/light/components/form.json +3 -0
  122. package/json/flat/product/small/light/components/table.json +8 -6
  123. package/json/nested/frozenproduct/large/dark/components/form.json +9 -0
  124. package/json/nested/frozenproduct/large/dark/components/table.json +4 -2
  125. package/json/nested/frozenproduct/large/light/components/form.json +9 -0
  126. package/json/nested/frozenproduct/large/light/components/table.json +4 -2
  127. package/json/nested/frozenproduct/small/dark/components/form.json +9 -0
  128. package/json/nested/frozenproduct/small/dark/components/table.json +4 -2
  129. package/json/nested/frozenproduct/small/light/components/form.json +9 -0
  130. package/json/nested/frozenproduct/small/light/components/table.json +4 -2
  131. package/json/nested/product/large/dark/components/form.json +9 -0
  132. package/json/nested/product/large/dark/components/table.json +9 -7
  133. package/json/nested/product/large/light/components/form.json +9 -0
  134. package/json/nested/product/large/light/components/table.json +9 -7
  135. package/json/nested/product/small/dark/components/form.json +9 -0
  136. package/json/nested/product/small/dark/components/table.json +9 -7
  137. package/json/nested/product/small/light/components/form.json +9 -0
  138. package/json/nested/product/small/light/components/table.json +9 -7
  139. package/package.json +1 -1
  140. package/sage-design-tokens-15.4.0.tgz +0 -0
  141. package/scss/frozenproduct/large/components/badge.scss +1 -1
  142. package/scss/frozenproduct/large/components/button.scss +15 -15
  143. package/scss/frozenproduct/large/components/container.scss +10 -10
  144. package/scss/frozenproduct/large/components/form.scss +14 -11
  145. package/scss/frozenproduct/large/components/link.scss +2 -2
  146. package/scss/frozenproduct/large/components/nav.scss +6 -6
  147. package/scss/frozenproduct/large/components/page.scss +1 -1
  148. package/scss/frozenproduct/large/components/popover.scss +6 -6
  149. package/scss/frozenproduct/large/components/progress.scss +8 -8
  150. package/scss/frozenproduct/large/components/status.scss +10 -10
  151. package/scss/frozenproduct/large/components/tab.scss +9 -9
  152. package/scss/frozenproduct/large/components/table.scss +13 -11
  153. package/scss/frozenproduct/small/components/badge.scss +1 -1
  154. package/scss/frozenproduct/small/components/button.scss +15 -15
  155. package/scss/frozenproduct/small/components/container.scss +10 -10
  156. package/scss/frozenproduct/small/components/form.scss +14 -11
  157. package/scss/frozenproduct/small/components/link.scss +2 -2
  158. package/scss/frozenproduct/small/components/nav.scss +6 -6
  159. package/scss/frozenproduct/small/components/page.scss +1 -1
  160. package/scss/frozenproduct/small/components/popover.scss +6 -6
  161. package/scss/frozenproduct/small/components/progress.scss +8 -8
  162. package/scss/frozenproduct/small/components/status.scss +10 -10
  163. package/scss/frozenproduct/small/components/tab.scss +9 -9
  164. package/scss/frozenproduct/small/components/table.scss +13 -11
  165. package/scss/product/large/components/button.scss +13 -13
  166. package/scss/product/large/components/container.scss +10 -10
  167. package/scss/product/large/components/form.scss +11 -8
  168. package/scss/product/large/components/link.scss +2 -2
  169. package/scss/product/large/components/nav.scss +5 -5
  170. package/scss/product/large/components/page.scss +1 -1
  171. package/scss/product/large/components/popover.scss +2 -2
  172. package/scss/product/large/components/progress.scss +6 -6
  173. package/scss/product/large/components/status.scss +3 -3
  174. package/scss/product/large/components/tab.scss +7 -7
  175. package/scss/product/large/components/table.scss +18 -16
  176. package/scss/product/small/components/button.scss +13 -13
  177. package/scss/product/small/components/container.scss +10 -10
  178. package/scss/product/small/components/form.scss +11 -8
  179. package/scss/product/small/components/link.scss +2 -2
  180. package/scss/product/small/components/nav.scss +5 -5
  181. package/scss/product/small/components/page.scss +1 -1
  182. package/scss/product/small/components/popover.scss +2 -2
  183. package/scss/product/small/components/progress.scss +6 -6
  184. package/scss/product/small/components/status.scss +3 -3
  185. package/scss/product/small/components/tab.scss +7 -7
  186. package/scss/product/small/components/table.scss +18 -16
  187. package/sage-design-tokens-15.2.2.tgz +0 -0
@@ -231,13 +231,15 @@ module.exports = {
231
231
  "bg-alt2": {
232
232
  $type: "color",
233
233
  $value: "#1f1f1f",
234
- $description: "Zebra stripes combined with child rows.",
234
+ $description:
235
+ "Zebra stripes combined with child rows. Highlighted rows.",
235
236
  filePath: "data/tokens/components/table.json",
236
237
  isSource: true,
237
238
  original: {
238
239
  $type: "color",
239
240
  $value: "{modes.color.generic.bg.soft}",
240
- $description: "Zebra stripes combined with child rows.",
241
+ $description:
242
+ "Zebra stripes combined with child rows. Highlighted rows.",
241
243
  },
242
244
  name: "tableColorRowBgAlt2",
243
245
  attributes: {},
@@ -271,6 +273,19 @@ module.exports = {
271
273
  attributes: {},
272
274
  path: ["table", "color", "row", "bg-hover"],
273
275
  },
276
+ "bg-selected": {
277
+ $type: "color",
278
+ $value: "#FFFFFF",
279
+ filePath: "data/tokens/components/table.json",
280
+ isSource: true,
281
+ original: {
282
+ $type: "color",
283
+ $value: "{modes.color.interactive.monochrome.active}",
284
+ },
285
+ name: "tableColorRowBgSelected",
286
+ attributes: {},
287
+ path: ["table", "color", "row", "bg-selected"],
288
+ },
274
289
  "border-default": {
275
290
  $type: "color",
276
291
  $value: "#282828",
@@ -336,16 +351,29 @@ module.exports = {
336
351
  attributes: {},
337
352
  path: ["table", "color", "row", "label-hover"],
338
353
  },
354
+ "label-selected": {
355
+ $type: "color",
356
+ $value: "#000000",
357
+ filePath: "data/tokens/components/table.json",
358
+ isSource: true,
359
+ original: {
360
+ $type: "color",
361
+ $value: "{modes.color.interactive.monochrome.withActive}",
362
+ },
363
+ name: "tableColorRowLabelSelected",
364
+ attributes: {},
365
+ path: ["table", "color", "row", "label-selected"],
366
+ },
339
367
  },
340
368
  footer: {
341
369
  "bg-default": {
342
370
  $type: "color",
343
- $value: "#1f1f1f",
371
+ $value: "#282828",
344
372
  filePath: "data/tokens/components/table.json",
345
373
  isSource: true,
346
374
  original: {
347
375
  $type: "color",
348
- $value: "{modes.color.generic.bg.soft}",
376
+ $value: "{modes.color.generic.bg.moderate}",
349
377
  },
350
378
  name: "tableColorFooterBgDefault",
351
379
  attributes: {},
@@ -241,6 +241,15 @@ declare const tokens: {
241
241
  };
242
242
  };
243
243
  };
244
+ labelset: {
245
+ inline: {
246
+ pt: {
247
+ S: DesignToken;
248
+ M: DesignToken;
249
+ L: DesignToken;
250
+ };
251
+ };
252
+ };
244
253
  rating: {
245
254
  xg: {
246
255
  M: DesignToken;
@@ -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;
@@ -231,13 +231,15 @@ module.exports = {
231
231
  "bg-alt2": {
232
232
  $type: "color",
233
233
  $value: "#dedede",
234
- $description: "Zebra stripes combined with child rows.",
234
+ $description:
235
+ "Zebra stripes combined with child rows. Highlighted rows.",
235
236
  filePath: "data/tokens/components/table.json",
236
237
  isSource: true,
237
238
  original: {
238
239
  $type: "color",
239
240
  $value: "{modes.color.generic.bg.soft}",
240
- $description: "Zebra stripes combined with child rows.",
241
+ $description:
242
+ "Zebra stripes combined with child rows. Highlighted rows.",
241
243
  },
242
244
  name: "tableColorRowBgAlt2",
243
245
  attributes: {},
@@ -271,6 +273,19 @@ module.exports = {
271
273
  attributes: {},
272
274
  path: ["table", "color", "row", "bg-hover"],
273
275
  },
276
+ "bg-selected": {
277
+ $type: "color",
278
+ $value: "#000000",
279
+ filePath: "data/tokens/components/table.json",
280
+ isSource: true,
281
+ original: {
282
+ $type: "color",
283
+ $value: "{modes.color.interactive.monochrome.active}",
284
+ },
285
+ name: "tableColorRowBgSelected",
286
+ attributes: {},
287
+ path: ["table", "color", "row", "bg-selected"],
288
+ },
274
289
  "border-default": {
275
290
  $type: "color",
276
291
  $value: "#d1d1d1",
@@ -336,16 +351,29 @@ module.exports = {
336
351
  attributes: {},
337
352
  path: ["table", "color", "row", "label-hover"],
338
353
  },
354
+ "label-selected": {
355
+ $type: "color",
356
+ $value: "#FFFFFF",
357
+ filePath: "data/tokens/components/table.json",
358
+ isSource: true,
359
+ original: {
360
+ $type: "color",
361
+ $value: "{modes.color.interactive.monochrome.withActive}",
362
+ },
363
+ name: "tableColorRowLabelSelected",
364
+ attributes: {},
365
+ path: ["table", "color", "row", "label-selected"],
366
+ },
339
367
  },
340
368
  footer: {
341
369
  "bg-default": {
342
370
  $type: "color",
343
- $value: "#dedede",
371
+ $value: "#d1d1d1",
344
372
  filePath: "data/tokens/components/table.json",
345
373
  isSource: true,
346
374
  original: {
347
375
  $type: "color",
348
- $value: "{modes.color.generic.bg.soft}",
376
+ $value: "{modes.color.generic.bg.moderate}",
349
377
  },
350
378
  name: "tableColorFooterBgDefault",
351
379
  attributes: {},
@@ -241,6 +241,15 @@ declare const tokens: {
241
241
  };
242
242
  };
243
243
  };
244
+ labelset: {
245
+ inline: {
246
+ pt: {
247
+ S: DesignToken;
248
+ M: DesignToken;
249
+ L: DesignToken;
250
+ };
251
+ };
252
+ };
244
253
  rating: {
245
254
  xg: {
246
255
  M: DesignToken;
@@ -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;
@@ -231,13 +231,15 @@ module.exports = {
231
231
  "bg-alt2": {
232
232
  $type: "color",
233
233
  $value: "#1f1f1f",
234
- $description: "Zebra stripes combined with child rows.",
234
+ $description:
235
+ "Zebra stripes combined with child rows. Highlighted rows.",
235
236
  filePath: "data/tokens/components/table.json",
236
237
  isSource: true,
237
238
  original: {
238
239
  $type: "color",
239
240
  $value: "{modes.color.generic.bg.soft}",
240
- $description: "Zebra stripes combined with child rows.",
241
+ $description:
242
+ "Zebra stripes combined with child rows. Highlighted rows.",
241
243
  },
242
244
  name: "tableColorRowBgAlt2",
243
245
  attributes: {},
@@ -271,6 +273,19 @@ module.exports = {
271
273
  attributes: {},
272
274
  path: ["table", "color", "row", "bg-hover"],
273
275
  },
276
+ "bg-selected": {
277
+ $type: "color",
278
+ $value: "#FFFFFF",
279
+ filePath: "data/tokens/components/table.json",
280
+ isSource: true,
281
+ original: {
282
+ $type: "color",
283
+ $value: "{modes.color.interactive.monochrome.active}",
284
+ },
285
+ name: "tableColorRowBgSelected",
286
+ attributes: {},
287
+ path: ["table", "color", "row", "bg-selected"],
288
+ },
274
289
  "border-default": {
275
290
  $type: "color",
276
291
  $value: "#282828",
@@ -336,16 +351,29 @@ module.exports = {
336
351
  attributes: {},
337
352
  path: ["table", "color", "row", "label-hover"],
338
353
  },
354
+ "label-selected": {
355
+ $type: "color",
356
+ $value: "#000000",
357
+ filePath: "data/tokens/components/table.json",
358
+ isSource: true,
359
+ original: {
360
+ $type: "color",
361
+ $value: "{modes.color.interactive.monochrome.withActive}",
362
+ },
363
+ name: "tableColorRowLabelSelected",
364
+ attributes: {},
365
+ path: ["table", "color", "row", "label-selected"],
366
+ },
339
367
  },
340
368
  footer: {
341
369
  "bg-default": {
342
370
  $type: "color",
343
- $value: "#1f1f1f",
371
+ $value: "#282828",
344
372
  filePath: "data/tokens/components/table.json",
345
373
  isSource: true,
346
374
  original: {
347
375
  $type: "color",
348
- $value: "{modes.color.generic.bg.soft}",
376
+ $value: "{modes.color.generic.bg.moderate}",
349
377
  },
350
378
  name: "tableColorFooterBgDefault",
351
379
  attributes: {},
@@ -241,6 +241,15 @@ declare const tokens: {
241
241
  };
242
242
  };
243
243
  };
244
+ labelset: {
245
+ inline: {
246
+ pt: {
247
+ S: DesignToken;
248
+ M: DesignToken;
249
+ L: DesignToken;
250
+ };
251
+ };
252
+ };
244
253
  rating: {
245
254
  xg: {
246
255
  M: DesignToken;
@@ -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;
@@ -231,13 +231,15 @@ module.exports = {
231
231
  "bg-alt2": {
232
232
  $type: "color",
233
233
  $value: "#dedede",
234
- $description: "Zebra stripes combined with child rows.",
234
+ $description:
235
+ "Zebra stripes combined with child rows. Highlighted rows.",
235
236
  filePath: "data/tokens/components/table.json",
236
237
  isSource: true,
237
238
  original: {
238
239
  $type: "color",
239
240
  $value: "{modes.color.generic.bg.soft}",
240
- $description: "Zebra stripes combined with child rows.",
241
+ $description:
242
+ "Zebra stripes combined with child rows. Highlighted rows.",
241
243
  },
242
244
  name: "tableColorRowBgAlt2",
243
245
  attributes: {},
@@ -271,6 +273,19 @@ module.exports = {
271
273
  attributes: {},
272
274
  path: ["table", "color", "row", "bg-hover"],
273
275
  },
276
+ "bg-selected": {
277
+ $type: "color",
278
+ $value: "#000000",
279
+ filePath: "data/tokens/components/table.json",
280
+ isSource: true,
281
+ original: {
282
+ $type: "color",
283
+ $value: "{modes.color.interactive.monochrome.active}",
284
+ },
285
+ name: "tableColorRowBgSelected",
286
+ attributes: {},
287
+ path: ["table", "color", "row", "bg-selected"],
288
+ },
274
289
  "border-default": {
275
290
  $type: "color",
276
291
  $value: "#d1d1d1",
@@ -336,16 +351,29 @@ module.exports = {
336
351
  attributes: {},
337
352
  path: ["table", "color", "row", "label-hover"],
338
353
  },
354
+ "label-selected": {
355
+ $type: "color",
356
+ $value: "#FFFFFF",
357
+ filePath: "data/tokens/components/table.json",
358
+ isSource: true,
359
+ original: {
360
+ $type: "color",
361
+ $value: "{modes.color.interactive.monochrome.withActive}",
362
+ },
363
+ name: "tableColorRowLabelSelected",
364
+ attributes: {},
365
+ path: ["table", "color", "row", "label-selected"],
366
+ },
339
367
  },
340
368
  footer: {
341
369
  "bg-default": {
342
370
  $type: "color",
343
- $value: "#dedede",
371
+ $value: "#d1d1d1",
344
372
  filePath: "data/tokens/components/table.json",
345
373
  isSource: true,
346
374
  original: {
347
375
  $type: "color",
348
- $value: "{modes.color.generic.bg.soft}",
376
+ $value: "{modes.color.generic.bg.moderate}",
349
377
  },
350
378
  name: "tableColorFooterBgDefault",
351
379
  attributes: {},
@@ -241,6 +241,15 @@ declare const tokens: {
241
241
  };
242
242
  };
243
243
  };
244
+ labelset: {
245
+ inline: {
246
+ pt: {
247
+ S: DesignToken;
248
+ M: DesignToken;
249
+ L: DesignToken;
250
+ };
251
+ };
252
+ };
244
253
  rating: {
245
254
  xg: {
246
255
  M: DesignToken;
@@ -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;