@sage/design-tokens 15.3.0 → 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 (109) hide show
  1. package/css/frozenproduct/all.css +3 -0
  2. package/css/frozenproduct/large/components/form.css +3 -0
  3. package/css/frozenproduct/small/components/form.css +3 -0
  4. package/css/product/all.css +3 -0
  5. package/css/product/large/components/form.css +3 -0
  6. package/css/product/small/components/form.css +3 -0
  7. package/ios/frozenproduct/large/dark/components/form.h +3 -0
  8. package/ios/frozenproduct/large/light/components/form.h +3 -0
  9. package/ios/frozenproduct/small/dark/components/form.h +3 -0
  10. package/ios/frozenproduct/small/light/components/form.h +3 -0
  11. package/ios/product/large/dark/components/form.h +3 -0
  12. package/ios/product/large/light/components/form.h +3 -0
  13. package/ios/product/small/dark/components/form.h +3 -0
  14. package/ios/product/small/light/components/form.h +3 -0
  15. package/js/common/frozenproduct/large/dark/components/form.d.ts +9 -0
  16. package/js/common/frozenproduct/large/dark/components/form.js +51 -0
  17. package/js/common/frozenproduct/large/light/components/form.d.ts +9 -0
  18. package/js/common/frozenproduct/large/light/components/form.js +51 -0
  19. package/js/common/frozenproduct/small/dark/components/form.d.ts +9 -0
  20. package/js/common/frozenproduct/small/dark/components/form.js +51 -0
  21. package/js/common/frozenproduct/small/light/components/form.d.ts +9 -0
  22. package/js/common/frozenproduct/small/light/components/form.js +51 -0
  23. package/js/common/product/large/dark/components/form.d.ts +9 -0
  24. package/js/common/product/large/dark/components/form.js +51 -0
  25. package/js/common/product/large/light/components/form.d.ts +9 -0
  26. package/js/common/product/large/light/components/form.js +51 -0
  27. package/js/common/product/small/dark/components/form.d.ts +9 -0
  28. package/js/common/product/small/dark/components/form.js +51 -0
  29. package/js/common/product/small/light/components/form.d.ts +9 -0
  30. package/js/common/product/small/light/components/form.js +51 -0
  31. package/js/es6/frozenproduct/large/dark/components/form.d.ts +3 -0
  32. package/js/es6/frozenproduct/large/dark/components/form.js +3 -0
  33. package/js/es6/frozenproduct/large/light/components/form.d.ts +3 -0
  34. package/js/es6/frozenproduct/large/light/components/form.js +3 -0
  35. package/js/es6/frozenproduct/small/dark/components/form.d.ts +3 -0
  36. package/js/es6/frozenproduct/small/dark/components/form.js +3 -0
  37. package/js/es6/frozenproduct/small/light/components/form.d.ts +3 -0
  38. package/js/es6/frozenproduct/small/light/components/form.js +3 -0
  39. package/js/es6/product/large/dark/components/form.d.ts +3 -0
  40. package/js/es6/product/large/dark/components/form.js +3 -0
  41. package/js/es6/product/large/light/components/form.d.ts +3 -0
  42. package/js/es6/product/large/light/components/form.js +3 -0
  43. package/js/es6/product/small/dark/components/form.d.ts +3 -0
  44. package/js/es6/product/small/dark/components/form.js +3 -0
  45. package/js/es6/product/small/light/components/form.d.ts +3 -0
  46. package/js/es6/product/small/light/components/form.js +3 -0
  47. package/js/umd/frozenproduct/large/dark/components/form.js +51 -0
  48. package/js/umd/frozenproduct/large/light/components/form.js +51 -0
  49. package/js/umd/frozenproduct/small/dark/components/form.js +51 -0
  50. package/js/umd/frozenproduct/small/light/components/form.js +51 -0
  51. package/js/umd/product/large/dark/components/form.js +51 -0
  52. package/js/umd/product/large/light/components/form.js +51 -0
  53. package/js/umd/product/small/dark/components/form.js +51 -0
  54. package/js/umd/product/small/light/components/form.js +51 -0
  55. package/json/flat/frozenproduct/large/dark/components/form.json +3 -0
  56. package/json/flat/frozenproduct/large/light/components/form.json +3 -0
  57. package/json/flat/frozenproduct/small/dark/components/form.json +3 -0
  58. package/json/flat/frozenproduct/small/light/components/form.json +3 -0
  59. package/json/flat/product/large/dark/components/form.json +3 -0
  60. package/json/flat/product/large/light/components/form.json +3 -0
  61. package/json/flat/product/small/dark/components/form.json +3 -0
  62. package/json/flat/product/small/light/components/form.json +3 -0
  63. package/json/nested/frozenproduct/large/dark/components/form.json +9 -0
  64. package/json/nested/frozenproduct/large/light/components/form.json +9 -0
  65. package/json/nested/frozenproduct/small/dark/components/form.json +9 -0
  66. package/json/nested/frozenproduct/small/light/components/form.json +9 -0
  67. package/json/nested/product/large/dark/components/form.json +9 -0
  68. package/json/nested/product/large/light/components/form.json +9 -0
  69. package/json/nested/product/small/dark/components/form.json +9 -0
  70. package/json/nested/product/small/light/components/form.json +9 -0
  71. package/package.json +1 -1
  72. package/sage-design-tokens-15.4.0.tgz +0 -0
  73. package/scss/frozenproduct/large/components/badge.scss +1 -1
  74. package/scss/frozenproduct/large/components/button.scss +15 -15
  75. package/scss/frozenproduct/large/components/container.scss +10 -10
  76. package/scss/frozenproduct/large/components/form.scss +14 -11
  77. package/scss/frozenproduct/large/components/link.scss +2 -2
  78. package/scss/frozenproduct/large/components/nav.scss +6 -6
  79. package/scss/frozenproduct/large/components/page.scss +1 -1
  80. package/scss/frozenproduct/large/components/popover.scss +6 -6
  81. package/scss/frozenproduct/large/components/progress.scss +8 -8
  82. package/scss/frozenproduct/large/components/status.scss +10 -10
  83. package/scss/frozenproduct/large/components/tab.scss +9 -9
  84. package/scss/frozenproduct/large/components/table.scss +10 -10
  85. package/scss/frozenproduct/small/components/badge.scss +1 -1
  86. package/scss/frozenproduct/small/components/button.scss +15 -15
  87. package/scss/frozenproduct/small/components/container.scss +10 -10
  88. package/scss/frozenproduct/small/components/form.scss +14 -11
  89. package/scss/frozenproduct/small/components/link.scss +2 -2
  90. package/scss/frozenproduct/small/components/nav.scss +6 -6
  91. package/scss/frozenproduct/small/components/page.scss +1 -1
  92. package/scss/frozenproduct/small/components/popover.scss +6 -6
  93. package/scss/frozenproduct/small/components/progress.scss +8 -8
  94. package/scss/frozenproduct/small/components/status.scss +10 -10
  95. package/scss/frozenproduct/small/components/tab.scss +9 -9
  96. package/scss/frozenproduct/small/components/table.scss +10 -10
  97. package/scss/product/large/components/button.scss +13 -13
  98. package/scss/product/large/components/container.scss +10 -10
  99. package/scss/product/large/components/form.scss +11 -8
  100. package/scss/product/large/components/link.scss +2 -2
  101. package/scss/product/large/components/nav.scss +5 -5
  102. package/scss/product/large/components/page.scss +1 -1
  103. package/scss/product/large/components/popover.scss +2 -2
  104. package/scss/product/large/components/progress.scss +6 -6
  105. package/scss/product/large/components/status.scss +3 -3
  106. package/scss/product/large/components/tab.scss +7 -7
  107. package/scss/product/large/components/table.scss +14 -14
  108. package/scss/product/small/components/form.scss +3 -0
  109. package/sage-design-tokens-15.3.0.tgz +0 -0
@@ -1454,6 +1454,9 @@
1454
1454
  --form-space-datepicker-pr-s: 0; /* right padding on small date picker input */
1455
1455
  --form-space-datepicker-pr-m: 0; /* right padding on medium date picker input */
1456
1456
  --form-space-datepicker-pr-l: 0; /* right padding on large date picker input */
1457
+ --form-space-labelset-inline-pt-s: 31; /* top padding on S inline input labelsets */
1458
+ --form-space-labelset-inline-pt-m: 35; /* top padding on inline input labelsets */
1459
+ --form-space-labelset-inline-pt-l: 35; /* top padding on inline L input labelsets */
1457
1460
  --form-color-switch-border-active: transparent;
1458
1461
  --form-color-switch-border-activedisabled: transparent;
1459
1462
  --form-radius-none: var(--global-radius-none); /* Text editor (internal corners) */
@@ -6,6 +6,9 @@
6
6
  --form-space-datepicker-pr-s: 0; /* right padding on small date picker input */
7
7
  --form-space-datepicker-pr-m: 0; /* right padding on medium date picker input */
8
8
  --form-space-datepicker-pr-l: 0; /* right padding on large date picker input */
9
+ --form-space-labelset-inline-pt-s: 31; /* top padding on S inline input labelsets */
10
+ --form-space-labelset-inline-pt-m: 35; /* top padding on inline input labelsets */
11
+ --form-space-labelset-inline-pt-l: 35; /* top padding on inline L input labelsets */
9
12
  --form-color-switch-border-active: transparent;
10
13
  --form-color-switch-border-activedisabled: transparent;
11
14
  --form-radius-none: var(--global-radius-none); /* Text editor (internal corners) */
@@ -6,6 +6,9 @@
6
6
  --form-space-datepicker-pr-s: 0; /* right padding on small date picker input */
7
7
  --form-space-datepicker-pr-m: 0; /* right padding on medium date picker input */
8
8
  --form-space-datepicker-pr-l: 0; /* right padding on large date picker input */
9
+ --form-space-labelset-inline-pt-s: 31; /* top padding on S inline input labelsets */
10
+ --form-space-labelset-inline-pt-m: 35; /* top padding on inline input labelsets */
11
+ --form-space-labelset-inline-pt-l: 35; /* top padding on inline L input labelsets */
9
12
  --form-color-switch-border-active: transparent;
10
13
  --form-color-switch-border-activedisabled: transparent;
11
14
  --form-radius-none: var(--global-radius-none); /* Text editor (internal corners) */
@@ -1454,6 +1454,9 @@
1454
1454
  --form-space-datepicker-pr-s: 0; /* right padding on small date picker input */
1455
1455
  --form-space-datepicker-pr-m: 0; /* right padding on medium date picker input */
1456
1456
  --form-space-datepicker-pr-l: 0; /* right padding on large date picker input */
1457
+ --form-space-labelset-inline-pt-s: 31; /* top padding on S inline input labelsets */
1458
+ --form-space-labelset-inline-pt-m: 35; /* top padding on inline input labelsets */
1459
+ --form-space-labelset-inline-pt-l: 35; /* top padding on inline L input labelsets */
1457
1460
  --form-color-switch-border-active: transparent;
1458
1461
  --form-color-switch-border-activedisabled: transparent;
1459
1462
  --form-radius-none: var(--global-radius-none); /* Text editor (internal corners) */
@@ -6,6 +6,9 @@
6
6
  --form-space-datepicker-pr-s: 0; /* right padding on small date picker input */
7
7
  --form-space-datepicker-pr-m: 0; /* right padding on medium date picker input */
8
8
  --form-space-datepicker-pr-l: 0; /* right padding on large date picker input */
9
+ --form-space-labelset-inline-pt-s: 31; /* top padding on S inline input labelsets */
10
+ --form-space-labelset-inline-pt-m: 35; /* top padding on inline input labelsets */
11
+ --form-space-labelset-inline-pt-l: 35; /* top padding on inline L input labelsets */
9
12
  --form-color-switch-border-active: transparent;
10
13
  --form-color-switch-border-activedisabled: transparent;
11
14
  --form-radius-none: var(--global-radius-none); /* Text editor (internal corners) */
@@ -6,6 +6,9 @@
6
6
  --form-space-datepicker-pr-s: 0; /* right padding on small date picker input */
7
7
  --form-space-datepicker-pr-m: 0; /* right padding on medium date picker input */
8
8
  --form-space-datepicker-pr-l: 0; /* right padding on large date picker input */
9
+ --form-space-labelset-inline-pt-s: 31; /* top padding on S inline input labelsets */
10
+ --form-space-labelset-inline-pt-m: 35; /* top padding on inline input labelsets */
11
+ --form-space-labelset-inline-pt-l: 35; /* top padding on inline L input labelsets */
9
12
  --form-color-switch-border-active: transparent;
10
13
  --form-color-switch-border-activedisabled: transparent;
11
14
  --form-radius-none: var(--global-radius-none); /* Text editor (internal corners) */
@@ -107,6 +107,9 @@
107
107
  #define formSpaceIntegralProgressiveYgS 8
108
108
  #define formSpaceIntegralProgressiveYgM 12
109
109
  #define formSpaceIntegralProgressiveYgL 16
110
+ #define formSpaceLabelsetInlinePtS 31
111
+ #define formSpaceLabelsetInlinePtM 35
112
+ #define formSpaceLabelsetInlinePtL 35
110
113
  #define formSpaceRatingXgM 8
111
114
  #define formSpaceRatingXgL 12
112
115
  #define formSpaceLayoutStackS 16
@@ -107,6 +107,9 @@
107
107
  #define formSpaceIntegralProgressiveYgS 8
108
108
  #define formSpaceIntegralProgressiveYgM 12
109
109
  #define formSpaceIntegralProgressiveYgL 16
110
+ #define formSpaceLabelsetInlinePtS 31
111
+ #define formSpaceLabelsetInlinePtM 35
112
+ #define formSpaceLabelsetInlinePtL 35
110
113
  #define formSpaceRatingXgM 8
111
114
  #define formSpaceRatingXgL 12
112
115
  #define formSpaceLayoutStackS 16
@@ -107,6 +107,9 @@
107
107
  #define formSpaceIntegralProgressiveYgS 8
108
108
  #define formSpaceIntegralProgressiveYgM 12
109
109
  #define formSpaceIntegralProgressiveYgL 16
110
+ #define formSpaceLabelsetInlinePtS 31
111
+ #define formSpaceLabelsetInlinePtM 35
112
+ #define formSpaceLabelsetInlinePtL 35
110
113
  #define formSpaceRatingXgM 8
111
114
  #define formSpaceRatingXgL 12
112
115
  #define formSpaceLayoutStackS 12.8
@@ -107,6 +107,9 @@
107
107
  #define formSpaceIntegralProgressiveYgS 8
108
108
  #define formSpaceIntegralProgressiveYgM 12
109
109
  #define formSpaceIntegralProgressiveYgL 16
110
+ #define formSpaceLabelsetInlinePtS 31
111
+ #define formSpaceLabelsetInlinePtM 35
112
+ #define formSpaceLabelsetInlinePtL 35
110
113
  #define formSpaceRatingXgM 8
111
114
  #define formSpaceRatingXgL 12
112
115
  #define formSpaceLayoutStackS 12.8
@@ -107,6 +107,9 @@
107
107
  #define formSpaceIntegralProgressiveYgS 8
108
108
  #define formSpaceIntegralProgressiveYgM 12
109
109
  #define formSpaceIntegralProgressiveYgL 16
110
+ #define formSpaceLabelsetInlinePtS 31
111
+ #define formSpaceLabelsetInlinePtM 35
112
+ #define formSpaceLabelsetInlinePtL 35
110
113
  #define formSpaceRatingXgM 8
111
114
  #define formSpaceRatingXgL 12
112
115
  #define formSpaceLayoutStackS 16
@@ -107,6 +107,9 @@
107
107
  #define formSpaceIntegralProgressiveYgS 8
108
108
  #define formSpaceIntegralProgressiveYgM 12
109
109
  #define formSpaceIntegralProgressiveYgL 16
110
+ #define formSpaceLabelsetInlinePtS 31
111
+ #define formSpaceLabelsetInlinePtM 35
112
+ #define formSpaceLabelsetInlinePtL 35
110
113
  #define formSpaceRatingXgM 8
111
114
  #define formSpaceRatingXgL 12
112
115
  #define formSpaceLayoutStackS 16
@@ -107,6 +107,9 @@
107
107
  #define formSpaceIntegralProgressiveYgS 8
108
108
  #define formSpaceIntegralProgressiveYgM 12
109
109
  #define formSpaceIntegralProgressiveYgL 16
110
+ #define formSpaceLabelsetInlinePtS 31
111
+ #define formSpaceLabelsetInlinePtM 35
112
+ #define formSpaceLabelsetInlinePtL 35
110
113
  #define formSpaceRatingXgM 8
111
114
  #define formSpaceRatingXgL 12
112
115
  #define formSpaceLayoutStackS 16
@@ -107,6 +107,9 @@
107
107
  #define formSpaceIntegralProgressiveYgS 8
108
108
  #define formSpaceIntegralProgressiveYgM 12
109
109
  #define formSpaceIntegralProgressiveYgL 16
110
+ #define formSpaceLabelsetInlinePtS 31
111
+ #define formSpaceLabelsetInlinePtM 35
112
+ #define formSpaceLabelsetInlinePtL 35
110
113
  #define formSpaceRatingXgM 8
111
114
  #define formSpaceRatingXgL 12
112
115
  #define formSpaceLayoutStackS 16
@@ -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: {
@@ -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: {
@@ -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: {
@@ -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: {
@@ -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: {
@@ -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: {
@@ -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;