@sage/design-tokens 8.1.0 → 8.2.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 (163) hide show
  1. package/css/frozenproduct/all.css +2 -1
  2. package/css/frozenproduct/large/components/form.css +2 -1
  3. package/css/frozenproduct/small/components/form.css +2 -1
  4. package/css/marketing/all.css +2 -1
  5. package/css/marketing/large/components/form.css +2 -1
  6. package/css/marketing/small/components/form.css +2 -1
  7. package/css/product/all.css +2 -1
  8. package/css/product/large/components/form.css +2 -1
  9. package/css/product/small/components/form.css +2 -1
  10. package/ios/frozenproduct/large/dark/components/form.h +2 -1
  11. package/ios/frozenproduct/large/light/components/form.h +2 -1
  12. package/ios/frozenproduct/small/dark/components/form.h +2 -1
  13. package/ios/frozenproduct/small/light/components/form.h +2 -1
  14. package/ios/marketing/large/dark/components/form.h +2 -1
  15. package/ios/marketing/large/light/components/form.h +2 -1
  16. package/ios/marketing/small/dark/components/form.h +2 -1
  17. package/ios/marketing/small/light/components/form.h +2 -1
  18. package/ios/product/large/dark/components/form.h +2 -1
  19. package/ios/product/large/light/components/form.h +2 -1
  20. package/ios/product/small/dark/components/form.h +2 -1
  21. package/ios/product/small/light/components/form.h +2 -1
  22. package/js/common/frozenproduct/large/dark/components/form.d.ts +1 -0
  23. package/js/common/frozenproduct/large/dark/components/form.js +18 -1
  24. package/js/common/frozenproduct/large/light/components/form.d.ts +1 -0
  25. package/js/common/frozenproduct/large/light/components/form.js +18 -1
  26. package/js/common/frozenproduct/small/dark/components/form.d.ts +1 -0
  27. package/js/common/frozenproduct/small/dark/components/form.js +18 -1
  28. package/js/common/frozenproduct/small/light/components/form.d.ts +1 -0
  29. package/js/common/frozenproduct/small/light/components/form.js +18 -1
  30. package/js/common/marketing/large/dark/components/form.d.ts +1 -0
  31. package/js/common/marketing/large/dark/components/form.js +18 -1
  32. package/js/common/marketing/large/light/components/form.d.ts +1 -0
  33. package/js/common/marketing/large/light/components/form.js +18 -1
  34. package/js/common/marketing/small/dark/components/form.d.ts +1 -0
  35. package/js/common/marketing/small/dark/components/form.js +18 -1
  36. package/js/common/marketing/small/light/components/form.d.ts +1 -0
  37. package/js/common/marketing/small/light/components/form.js +18 -1
  38. package/js/common/product/large/dark/components/form.d.ts +1 -0
  39. package/js/common/product/large/dark/components/form.js +18 -1
  40. package/js/common/product/large/light/components/form.d.ts +1 -0
  41. package/js/common/product/large/light/components/form.js +18 -1
  42. package/js/common/product/small/dark/components/form.d.ts +1 -0
  43. package/js/common/product/small/dark/components/form.js +18 -1
  44. package/js/common/product/small/light/components/form.d.ts +1 -0
  45. package/js/common/product/small/light/components/form.js +18 -1
  46. package/js/es6/frozenproduct/large/dark/components/form.d.ts +1 -0
  47. package/js/es6/frozenproduct/large/dark/components/form.js +2 -1
  48. package/js/es6/frozenproduct/large/light/components/form.d.ts +1 -0
  49. package/js/es6/frozenproduct/large/light/components/form.js +2 -1
  50. package/js/es6/frozenproduct/small/dark/components/form.d.ts +1 -0
  51. package/js/es6/frozenproduct/small/dark/components/form.js +2 -1
  52. package/js/es6/frozenproduct/small/light/components/form.d.ts +1 -0
  53. package/js/es6/frozenproduct/small/light/components/form.js +2 -1
  54. package/js/es6/marketing/large/dark/components/form.d.ts +1 -0
  55. package/js/es6/marketing/large/dark/components/form.js +2 -1
  56. package/js/es6/marketing/large/light/components/form.d.ts +1 -0
  57. package/js/es6/marketing/large/light/components/form.js +2 -1
  58. package/js/es6/marketing/small/dark/components/form.d.ts +1 -0
  59. package/js/es6/marketing/small/dark/components/form.js +2 -1
  60. package/js/es6/marketing/small/light/components/form.d.ts +1 -0
  61. package/js/es6/marketing/small/light/components/form.js +2 -1
  62. package/js/es6/product/large/dark/components/form.d.ts +1 -0
  63. package/js/es6/product/large/dark/components/form.js +2 -1
  64. package/js/es6/product/large/light/components/form.d.ts +1 -0
  65. package/js/es6/product/large/light/components/form.js +2 -1
  66. package/js/es6/product/small/dark/components/form.d.ts +1 -0
  67. package/js/es6/product/small/dark/components/form.js +2 -1
  68. package/js/es6/product/small/light/components/form.d.ts +1 -0
  69. package/js/es6/product/small/light/components/form.js +2 -1
  70. package/js/umd/frozenproduct/large/dark/components/form.js +18 -1
  71. package/js/umd/frozenproduct/large/light/components/form.js +18 -1
  72. package/js/umd/frozenproduct/small/dark/components/form.js +18 -1
  73. package/js/umd/frozenproduct/small/light/components/form.js +18 -1
  74. package/js/umd/marketing/large/dark/components/form.js +18 -1
  75. package/js/umd/marketing/large/light/components/form.js +18 -1
  76. package/js/umd/marketing/small/dark/components/form.js +18 -1
  77. package/js/umd/marketing/small/light/components/form.js +18 -1
  78. package/js/umd/product/large/dark/components/form.js +18 -1
  79. package/js/umd/product/large/light/components/form.js +18 -1
  80. package/js/umd/product/small/dark/components/form.js +18 -1
  81. package/js/umd/product/small/light/components/form.js +18 -1
  82. package/json/flat/frozenproduct/large/dark/components/form.json +2 -1
  83. package/json/flat/frozenproduct/large/light/components/form.json +2 -1
  84. package/json/flat/frozenproduct/small/dark/components/form.json +2 -1
  85. package/json/flat/frozenproduct/small/light/components/form.json +2 -1
  86. package/json/flat/marketing/large/dark/components/form.json +2 -1
  87. package/json/flat/marketing/large/light/components/form.json +2 -1
  88. package/json/flat/marketing/small/dark/components/form.json +2 -1
  89. package/json/flat/marketing/small/light/components/form.json +2 -1
  90. package/json/flat/product/large/dark/components/form.json +2 -1
  91. package/json/flat/product/large/light/components/form.json +2 -1
  92. package/json/flat/product/small/dark/components/form.json +2 -1
  93. package/json/flat/product/small/light/components/form.json +2 -1
  94. package/json/nested/frozenproduct/large/dark/components/form.json +2 -1
  95. package/json/nested/frozenproduct/large/light/components/form.json +2 -1
  96. package/json/nested/frozenproduct/small/dark/components/form.json +2 -1
  97. package/json/nested/frozenproduct/small/light/components/form.json +2 -1
  98. package/json/nested/marketing/large/dark/components/form.json +2 -1
  99. package/json/nested/marketing/large/light/components/form.json +2 -1
  100. package/json/nested/marketing/small/dark/components/form.json +2 -1
  101. package/json/nested/marketing/small/light/components/form.json +2 -1
  102. package/json/nested/product/large/dark/components/form.json +2 -1
  103. package/json/nested/product/large/light/components/form.json +2 -1
  104. package/json/nested/product/small/dark/components/form.json +2 -1
  105. package/json/nested/product/small/light/components/form.json +2 -1
  106. package/package.json +1 -1
  107. package/sage-design-tokens-8.2.0.tgz +0 -0
  108. package/scss/frozenproduct/large/components/button.scss +23 -23
  109. package/scss/frozenproduct/large/components/container.scss +9 -9
  110. package/scss/frozenproduct/large/components/form.scss +9 -8
  111. package/scss/frozenproduct/large/components/link.scss +2 -2
  112. package/scss/frozenproduct/large/components/nav.scss +3 -3
  113. package/scss/frozenproduct/large/components/page.scss +1 -1
  114. package/scss/frozenproduct/large/components/popover.scss +2 -2
  115. package/scss/frozenproduct/large/components/progress.scss +6 -6
  116. package/scss/frozenproduct/large/components/status.scss +3 -3
  117. package/scss/frozenproduct/large/components/tab.scss +7 -7
  118. package/scss/frozenproduct/large/components/table.scss +10 -10
  119. package/scss/frozenproduct/small/components/button.scss +23 -23
  120. package/scss/frozenproduct/small/components/container.scss +9 -9
  121. package/scss/frozenproduct/small/components/form.scss +9 -8
  122. package/scss/frozenproduct/small/components/link.scss +2 -2
  123. package/scss/frozenproduct/small/components/nav.scss +3 -3
  124. package/scss/frozenproduct/small/components/page.scss +1 -1
  125. package/scss/frozenproduct/small/components/popover.scss +2 -2
  126. package/scss/frozenproduct/small/components/progress.scss +6 -6
  127. package/scss/frozenproduct/small/components/status.scss +3 -3
  128. package/scss/frozenproduct/small/components/tab.scss +7 -7
  129. package/scss/frozenproduct/small/components/table.scss +10 -10
  130. package/scss/marketing/large/components/button.scss +23 -23
  131. package/scss/marketing/large/components/container.scss +9 -9
  132. package/scss/marketing/large/components/form.scss +2 -1
  133. package/scss/marketing/large/components/nav.scss +3 -3
  134. package/scss/marketing/large/components/page.scss +1 -1
  135. package/scss/marketing/large/components/popover.scss +2 -2
  136. package/scss/marketing/large/components/progress.scss +6 -6
  137. package/scss/marketing/large/components/status.scss +3 -3
  138. package/scss/marketing/large/components/tab.scss +7 -7
  139. package/scss/marketing/large/components/table.scss +10 -10
  140. package/scss/marketing/small/components/button.scss +23 -23
  141. package/scss/marketing/small/components/container.scss +9 -9
  142. package/scss/marketing/small/components/form.scss +9 -8
  143. package/scss/marketing/small/components/link.scss +2 -2
  144. package/scss/marketing/small/components/nav.scss +3 -3
  145. package/scss/marketing/small/components/page.scss +1 -1
  146. package/scss/marketing/small/components/popover.scss +2 -2
  147. package/scss/marketing/small/components/progress.scss +6 -6
  148. package/scss/marketing/small/components/status.scss +3 -3
  149. package/scss/marketing/small/components/tab.scss +7 -7
  150. package/scss/marketing/small/components/table.scss +10 -10
  151. package/scss/product/large/components/form.scss +2 -1
  152. package/scss/product/small/components/button.scss +23 -23
  153. package/scss/product/small/components/container.scss +9 -9
  154. package/scss/product/small/components/form.scss +9 -8
  155. package/scss/product/small/components/link.scss +2 -2
  156. package/scss/product/small/components/nav.scss +3 -3
  157. package/scss/product/small/components/page.scss +1 -1
  158. package/scss/product/small/components/popover.scss +2 -2
  159. package/scss/product/small/components/progress.scss +6 -6
  160. package/scss/product/small/components/status.scss +3 -3
  161. package/scss/product/small/components/tab.scss +7 -7
  162. package/scss/product/small/components/table.scss +10 -10
  163. package/sage-design-tokens-8.1.0.tgz +0 -0
@@ -1057,7 +1057,8 @@
1057
1057
  --form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
1058
1058
  --form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
1059
1059
  --form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1060
- --form-space-checkradio-y-l: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1060
+ --form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1061
+ --form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1061
1062
  --form-space-colorpicker-x-m: var(--global-space-macro-m);
1062
1063
  --form-space-colorpicker-xg-m: var(--global-space-macro-xs);
1063
1064
  --form-space-colorpicker-y-m: var(--global-space-macro-m);
@@ -53,7 +53,8 @@
53
53
  --form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
54
54
  --form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
55
55
  --form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
- --form-space-checkradio-y-l: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
+ --form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
+ --form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
58
  --form-space-colorpicker-x-m: var(--global-space-macro-m);
58
59
  --form-space-colorpicker-xg-m: var(--global-space-macro-xs);
59
60
  --form-space-colorpicker-y-m: var(--global-space-macro-m);
@@ -53,7 +53,8 @@
53
53
  --form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
54
54
  --form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
55
55
  --form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
- --form-space-checkradio-y-l: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
+ --form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
+ --form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
58
  --form-space-colorpicker-x-m: var(--global-space-macro-m);
58
59
  --form-space-colorpicker-xg-m: var(--global-space-macro-xs);
59
60
  --form-space-colorpicker-y-m: var(--global-space-macro-m);
@@ -1057,7 +1057,8 @@
1057
1057
  --form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
1058
1058
  --form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
1059
1059
  --form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1060
- --form-space-checkradio-y-l: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1060
+ --form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1061
+ --form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1061
1062
  --form-space-colorpicker-x-m: var(--global-space-macro-m);
1062
1063
  --form-space-colorpicker-xg-m: var(--global-space-macro-xs);
1063
1064
  --form-space-colorpicker-y-m: var(--global-space-macro-m);
@@ -53,7 +53,8 @@
53
53
  --form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
54
54
  --form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
55
55
  --form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
- --form-space-checkradio-y-l: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
+ --form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
+ --form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
58
  --form-space-colorpicker-x-m: var(--global-space-macro-m);
58
59
  --form-space-colorpicker-xg-m: var(--global-space-macro-xs);
59
60
  --form-space-colorpicker-y-m: var(--global-space-macro-m);
@@ -53,7 +53,8 @@
53
53
  --form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
54
54
  --form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
55
55
  --form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
- --form-space-checkradio-y-l: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
+ --form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
+ --form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
58
  --form-space-colorpicker-x-m: var(--global-space-macro-m);
58
59
  --form-space-colorpicker-xg-m: var(--global-space-macro-xs);
59
60
  --form-space-colorpicker-y-m: var(--global-space-macro-m);
@@ -1057,7 +1057,8 @@
1057
1057
  --form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
1058
1058
  --form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
1059
1059
  --form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1060
- --form-space-checkradio-y-l: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1060
+ --form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1061
+ --form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
1061
1062
  --form-space-colorpicker-x-m: var(--global-space-macro-m);
1062
1063
  --form-space-colorpicker-xg-m: var(--global-space-macro-xs);
1063
1064
  --form-space-colorpicker-y-m: var(--global-space-macro-m);
@@ -53,7 +53,8 @@
53
53
  --form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
54
54
  --form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
55
55
  --form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
- --form-space-checkradio-y-l: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
+ --form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
+ --form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
58
  --form-space-colorpicker-x-m: var(--global-space-macro-m);
58
59
  --form-space-colorpicker-xg-m: var(--global-space-macro-xs);
59
60
  --form-space-colorpicker-y-m: var(--global-space-macro-m);
@@ -53,7 +53,8 @@
53
53
  --form-space-chip-yg-m: var(--global-space-micro-l); /* gap between medium chip buttons */
54
54
  --form-space-chip-yg-l: var(--global-space-micro-xxl); /* gap between large chip buttons */
55
55
  --form-space-checkradio-y-s: calc(var(--global-space-micro-m) / 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
- --form-space-checkradio-y-l: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
56
+ --form-space-checkradio-y-m: var(--global-space-micro-xs); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
+ --form-space-checkradio-y-l: calc(var(--global-space-micro-xs) * 2); /* Space above single checkbox/radio OR label to vertically centre checkbox and label. */
57
58
  --form-space-colorpicker-x-m: var(--global-space-macro-m);
58
59
  --form-space-colorpicker-xg-m: var(--global-space-macro-xs);
59
60
  --form-space-colorpicker-y-m: var(--global-space-macro-m);
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 24
23
24
  #define formSpaceColorpickerXgM 16
24
25
  #define formSpaceColorpickerYM 24
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 24
23
24
  #define formSpaceColorpickerXgM 16
24
25
  #define formSpaceColorpickerYM 24
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 19.2
23
24
  #define formSpaceColorpickerXgM 12.8
24
25
  #define formSpaceColorpickerYM 19.2
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 19.2
23
24
  #define formSpaceColorpickerXgM 12.8
24
25
  #define formSpaceColorpickerYM 19.2
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 24
23
24
  #define formSpaceColorpickerXgM 16
24
25
  #define formSpaceColorpickerYM 24
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 24
23
24
  #define formSpaceColorpickerXgM 16
24
25
  #define formSpaceColorpickerYM 24
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 19.2
23
24
  #define formSpaceColorpickerXgM 12.8
24
25
  #define formSpaceColorpickerYM 19.2
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 19.2
23
24
  #define formSpaceColorpickerXgM 12.8
24
25
  #define formSpaceColorpickerYM 19.2
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 24
23
24
  #define formSpaceColorpickerXgM 16
24
25
  #define formSpaceColorpickerYM 24
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 24
23
24
  #define formSpaceColorpickerXgM 16
24
25
  #define formSpaceColorpickerYM 24
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 19.2
23
24
  #define formSpaceColorpickerXgM 12.8
24
25
  #define formSpaceColorpickerYM 19.2
@@ -18,7 +18,8 @@
18
18
  #define formSpaceChipYgM 8
19
19
  #define formSpaceChipYgL 12
20
20
  #define formSpaceCheckradioYS 3
21
- #define formSpaceCheckradioYL 2
21
+ #define formSpaceCheckradioYM 2
22
+ #define formSpaceCheckradioYL 4
22
23
  #define formSpaceColorpickerXM 19.2
23
24
  #define formSpaceColorpickerXgM 12.8
24
25
  #define formSpaceColorpickerYM 19.2
@@ -46,6 +46,7 @@ declare const tokens: {
46
46
  checkradio: {
47
47
  y: {
48
48
  S: DesignToken;
49
+ M: DesignToken;
49
50
  L: DesignToken;
50
51
  };
51
52
  };
@@ -156,7 +156,7 @@ module.exports = {
156
156
  attributes: {},
157
157
  path: ["form", "space", "checkradio", "y", "S"],
158
158
  },
159
- L: {
159
+ M: {
160
160
  $type: "spacing",
161
161
  $value: 2,
162
162
  $description:
@@ -169,6 +169,23 @@ module.exports = {
169
169
  $description:
170
170
  "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
171
171
  },
172
+ name: "formSpaceCheckradioYM",
173
+ attributes: {},
174
+ path: ["form", "space", "checkradio", "y", "M"],
175
+ },
176
+ L: {
177
+ $type: "spacing",
178
+ $value: 4,
179
+ $description:
180
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
181
+ filePath: "data/tokens/components/form.json",
182
+ isSource: true,
183
+ original: {
184
+ $type: "spacing",
185
+ $value: "{global.space.micro.XS} * 2",
186
+ $description:
187
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
188
+ },
172
189
  name: "formSpaceCheckradioYL",
173
190
  attributes: {},
174
191
  path: ["form", "space", "checkradio", "y", "L"],
@@ -46,6 +46,7 @@ declare const tokens: {
46
46
  checkradio: {
47
47
  y: {
48
48
  S: DesignToken;
49
+ M: DesignToken;
49
50
  L: DesignToken;
50
51
  };
51
52
  };
@@ -156,7 +156,7 @@ module.exports = {
156
156
  attributes: {},
157
157
  path: ["form", "space", "checkradio", "y", "S"],
158
158
  },
159
- L: {
159
+ M: {
160
160
  $type: "spacing",
161
161
  $value: 2,
162
162
  $description:
@@ -169,6 +169,23 @@ module.exports = {
169
169
  $description:
170
170
  "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
171
171
  },
172
+ name: "formSpaceCheckradioYM",
173
+ attributes: {},
174
+ path: ["form", "space", "checkradio", "y", "M"],
175
+ },
176
+ L: {
177
+ $type: "spacing",
178
+ $value: 4,
179
+ $description:
180
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
181
+ filePath: "data/tokens/components/form.json",
182
+ isSource: true,
183
+ original: {
184
+ $type: "spacing",
185
+ $value: "{global.space.micro.XS} * 2",
186
+ $description:
187
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
188
+ },
172
189
  name: "formSpaceCheckradioYL",
173
190
  attributes: {},
174
191
  path: ["form", "space", "checkradio", "y", "L"],
@@ -46,6 +46,7 @@ declare const tokens: {
46
46
  checkradio: {
47
47
  y: {
48
48
  S: DesignToken;
49
+ M: DesignToken;
49
50
  L: DesignToken;
50
51
  };
51
52
  };
@@ -156,7 +156,7 @@ module.exports = {
156
156
  attributes: {},
157
157
  path: ["form", "space", "checkradio", "y", "S"],
158
158
  },
159
- L: {
159
+ M: {
160
160
  $type: "spacing",
161
161
  $value: 2,
162
162
  $description:
@@ -169,6 +169,23 @@ module.exports = {
169
169
  $description:
170
170
  "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
171
171
  },
172
+ name: "formSpaceCheckradioYM",
173
+ attributes: {},
174
+ path: ["form", "space", "checkradio", "y", "M"],
175
+ },
176
+ L: {
177
+ $type: "spacing",
178
+ $value: 4,
179
+ $description:
180
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
181
+ filePath: "data/tokens/components/form.json",
182
+ isSource: true,
183
+ original: {
184
+ $type: "spacing",
185
+ $value: "{global.space.micro.XS} * 2",
186
+ $description:
187
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
188
+ },
172
189
  name: "formSpaceCheckradioYL",
173
190
  attributes: {},
174
191
  path: ["form", "space", "checkradio", "y", "L"],
@@ -46,6 +46,7 @@ declare const tokens: {
46
46
  checkradio: {
47
47
  y: {
48
48
  S: DesignToken;
49
+ M: DesignToken;
49
50
  L: DesignToken;
50
51
  };
51
52
  };
@@ -156,7 +156,7 @@ module.exports = {
156
156
  attributes: {},
157
157
  path: ["form", "space", "checkradio", "y", "S"],
158
158
  },
159
- L: {
159
+ M: {
160
160
  $type: "spacing",
161
161
  $value: 2,
162
162
  $description:
@@ -169,6 +169,23 @@ module.exports = {
169
169
  $description:
170
170
  "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
171
171
  },
172
+ name: "formSpaceCheckradioYM",
173
+ attributes: {},
174
+ path: ["form", "space", "checkradio", "y", "M"],
175
+ },
176
+ L: {
177
+ $type: "spacing",
178
+ $value: 4,
179
+ $description:
180
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
181
+ filePath: "data/tokens/components/form.json",
182
+ isSource: true,
183
+ original: {
184
+ $type: "spacing",
185
+ $value: "{global.space.micro.XS} * 2",
186
+ $description:
187
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
188
+ },
172
189
  name: "formSpaceCheckradioYL",
173
190
  attributes: {},
174
191
  path: ["form", "space", "checkradio", "y", "L"],
@@ -46,6 +46,7 @@ declare const tokens: {
46
46
  checkradio: {
47
47
  y: {
48
48
  S: DesignToken;
49
+ M: DesignToken;
49
50
  L: DesignToken;
50
51
  };
51
52
  };
@@ -156,7 +156,7 @@ module.exports = {
156
156
  attributes: {},
157
157
  path: ["form", "space", "checkradio", "y", "S"],
158
158
  },
159
- L: {
159
+ M: {
160
160
  $type: "spacing",
161
161
  $value: 2,
162
162
  $description:
@@ -169,6 +169,23 @@ module.exports = {
169
169
  $description:
170
170
  "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
171
171
  },
172
+ name: "formSpaceCheckradioYM",
173
+ attributes: {},
174
+ path: ["form", "space", "checkradio", "y", "M"],
175
+ },
176
+ L: {
177
+ $type: "spacing",
178
+ $value: 4,
179
+ $description:
180
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
181
+ filePath: "data/tokens/components/form.json",
182
+ isSource: true,
183
+ original: {
184
+ $type: "spacing",
185
+ $value: "{global.space.micro.XS} * 2",
186
+ $description:
187
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
188
+ },
172
189
  name: "formSpaceCheckradioYL",
173
190
  attributes: {},
174
191
  path: ["form", "space", "checkradio", "y", "L"],
@@ -46,6 +46,7 @@ declare const tokens: {
46
46
  checkradio: {
47
47
  y: {
48
48
  S: DesignToken;
49
+ M: DesignToken;
49
50
  L: DesignToken;
50
51
  };
51
52
  };
@@ -156,7 +156,7 @@ module.exports = {
156
156
  attributes: {},
157
157
  path: ["form", "space", "checkradio", "y", "S"],
158
158
  },
159
- L: {
159
+ M: {
160
160
  $type: "spacing",
161
161
  $value: 2,
162
162
  $description:
@@ -169,6 +169,23 @@ module.exports = {
169
169
  $description:
170
170
  "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
171
171
  },
172
+ name: "formSpaceCheckradioYM",
173
+ attributes: {},
174
+ path: ["form", "space", "checkradio", "y", "M"],
175
+ },
176
+ L: {
177
+ $type: "spacing",
178
+ $value: 4,
179
+ $description:
180
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
181
+ filePath: "data/tokens/components/form.json",
182
+ isSource: true,
183
+ original: {
184
+ $type: "spacing",
185
+ $value: "{global.space.micro.XS} * 2",
186
+ $description:
187
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
188
+ },
172
189
  name: "formSpaceCheckradioYL",
173
190
  attributes: {},
174
191
  path: ["form", "space", "checkradio", "y", "L"],
@@ -46,6 +46,7 @@ declare const tokens: {
46
46
  checkradio: {
47
47
  y: {
48
48
  S: DesignToken;
49
+ M: DesignToken;
49
50
  L: DesignToken;
50
51
  };
51
52
  };
@@ -156,7 +156,7 @@ module.exports = {
156
156
  attributes: {},
157
157
  path: ["form", "space", "checkradio", "y", "S"],
158
158
  },
159
- L: {
159
+ M: {
160
160
  $type: "spacing",
161
161
  $value: 2,
162
162
  $description:
@@ -169,6 +169,23 @@ module.exports = {
169
169
  $description:
170
170
  "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
171
171
  },
172
+ name: "formSpaceCheckradioYM",
173
+ attributes: {},
174
+ path: ["form", "space", "checkradio", "y", "M"],
175
+ },
176
+ L: {
177
+ $type: "spacing",
178
+ $value: 4,
179
+ $description:
180
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
181
+ filePath: "data/tokens/components/form.json",
182
+ isSource: true,
183
+ original: {
184
+ $type: "spacing",
185
+ $value: "{global.space.micro.XS} * 2",
186
+ $description:
187
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
188
+ },
172
189
  name: "formSpaceCheckradioYL",
173
190
  attributes: {},
174
191
  path: ["form", "space", "checkradio", "y", "L"],
@@ -46,6 +46,7 @@ declare const tokens: {
46
46
  checkradio: {
47
47
  y: {
48
48
  S: DesignToken;
49
+ M: DesignToken;
49
50
  L: DesignToken;
50
51
  };
51
52
  };
@@ -156,7 +156,7 @@ module.exports = {
156
156
  attributes: {},
157
157
  path: ["form", "space", "checkradio", "y", "S"],
158
158
  },
159
- L: {
159
+ M: {
160
160
  $type: "spacing",
161
161
  $value: 2,
162
162
  $description:
@@ -169,6 +169,23 @@ module.exports = {
169
169
  $description:
170
170
  "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
171
171
  },
172
+ name: "formSpaceCheckradioYM",
173
+ attributes: {},
174
+ path: ["form", "space", "checkradio", "y", "M"],
175
+ },
176
+ L: {
177
+ $type: "spacing",
178
+ $value: 4,
179
+ $description:
180
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
181
+ filePath: "data/tokens/components/form.json",
182
+ isSource: true,
183
+ original: {
184
+ $type: "spacing",
185
+ $value: "{global.space.micro.XS} * 2",
186
+ $description:
187
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
188
+ },
172
189
  name: "formSpaceCheckradioYL",
173
190
  attributes: {},
174
191
  path: ["form", "space", "checkradio", "y", "L"],
@@ -46,6 +46,7 @@ declare const tokens: {
46
46
  checkradio: {
47
47
  y: {
48
48
  S: DesignToken;
49
+ M: DesignToken;
49
50
  L: DesignToken;
50
51
  };
51
52
  };
@@ -156,7 +156,7 @@ module.exports = {
156
156
  attributes: {},
157
157
  path: ["form", "space", "checkradio", "y", "S"],
158
158
  },
159
- L: {
159
+ M: {
160
160
  $type: "spacing",
161
161
  $value: 2,
162
162
  $description:
@@ -169,6 +169,23 @@ module.exports = {
169
169
  $description:
170
170
  "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
171
171
  },
172
+ name: "formSpaceCheckradioYM",
173
+ attributes: {},
174
+ path: ["form", "space", "checkradio", "y", "M"],
175
+ },
176
+ L: {
177
+ $type: "spacing",
178
+ $value: 4,
179
+ $description:
180
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
181
+ filePath: "data/tokens/components/form.json",
182
+ isSource: true,
183
+ original: {
184
+ $type: "spacing",
185
+ $value: "{global.space.micro.XS} * 2",
186
+ $description:
187
+ "Space above single checkbox/radio OR label to vertically centre checkbox and label.",
188
+ },
172
189
  name: "formSpaceCheckradioYL",
173
190
  attributes: {},
174
191
  path: ["form", "space", "checkradio", "y", "L"],
@@ -46,6 +46,7 @@ declare const tokens: {
46
46
  checkradio: {
47
47
  y: {
48
48
  S: DesignToken;
49
+ M: DesignToken;
49
50
  L: DesignToken;
50
51
  };
51
52
  };