@sage/design-tokens 7.2.0 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/css/frozenproduct/all.css +8 -3
  2. package/css/frozenproduct/large/components/form.css +8 -3
  3. package/css/frozenproduct/small/components/form.css +8 -3
  4. package/css/marketing/all.css +8 -3
  5. package/css/marketing/large/components/form.css +8 -3
  6. package/css/marketing/small/components/form.css +8 -3
  7. package/css/product/all.css +8 -3
  8. package/css/product/large/components/form.css +8 -3
  9. package/css/product/small/components/form.css +8 -3
  10. package/ios/frozenproduct/large/dark/components/form.h +8 -3
  11. package/ios/frozenproduct/large/light/components/form.h +8 -3
  12. package/ios/frozenproduct/small/dark/components/form.h +8 -3
  13. package/ios/frozenproduct/small/light/components/form.h +8 -3
  14. package/ios/marketing/large/dark/components/form.h +8 -3
  15. package/ios/marketing/large/light/components/form.h +8 -3
  16. package/ios/marketing/small/dark/components/form.h +8 -3
  17. package/ios/marketing/small/light/components/form.h +8 -3
  18. package/ios/product/large/dark/components/form.h +8 -3
  19. package/ios/product/large/light/components/form.h +8 -3
  20. package/ios/product/small/dark/components/form.h +8 -3
  21. package/ios/product/small/light/components/form.h +8 -3
  22. package/js/common/frozenproduct/large/dark/components/form.d.ts +11 -0
  23. package/js/common/frozenproduct/large/dark/components/form.js +119 -6
  24. package/js/common/frozenproduct/large/light/components/form.d.ts +11 -0
  25. package/js/common/frozenproduct/large/light/components/form.js +119 -6
  26. package/js/common/frozenproduct/small/dark/components/form.d.ts +11 -0
  27. package/js/common/frozenproduct/small/dark/components/form.js +119 -6
  28. package/js/common/frozenproduct/small/light/components/form.d.ts +11 -0
  29. package/js/common/frozenproduct/small/light/components/form.js +119 -6
  30. package/js/common/marketing/large/dark/components/form.d.ts +11 -0
  31. package/js/common/marketing/large/dark/components/form.js +119 -6
  32. package/js/common/marketing/large/light/components/form.d.ts +11 -0
  33. package/js/common/marketing/large/light/components/form.js +119 -6
  34. package/js/common/marketing/small/dark/components/form.d.ts +11 -0
  35. package/js/common/marketing/small/dark/components/form.js +119 -6
  36. package/js/common/marketing/small/light/components/form.d.ts +11 -0
  37. package/js/common/marketing/small/light/components/form.js +119 -6
  38. package/js/common/product/large/dark/components/form.d.ts +11 -0
  39. package/js/common/product/large/dark/components/form.js +119 -6
  40. package/js/common/product/large/light/components/form.d.ts +11 -0
  41. package/js/common/product/large/light/components/form.js +119 -6
  42. package/js/common/product/small/dark/components/form.d.ts +11 -0
  43. package/js/common/product/small/dark/components/form.js +119 -6
  44. package/js/common/product/small/light/components/form.d.ts +11 -0
  45. package/js/common/product/small/light/components/form.js +119 -6
  46. package/js/es6/frozenproduct/large/dark/components/form.d.ts +5 -0
  47. package/js/es6/frozenproduct/large/dark/components/form.js +8 -3
  48. package/js/es6/frozenproduct/large/light/components/form.d.ts +5 -0
  49. package/js/es6/frozenproduct/large/light/components/form.js +8 -3
  50. package/js/es6/frozenproduct/small/dark/components/form.d.ts +5 -0
  51. package/js/es6/frozenproduct/small/dark/components/form.js +8 -3
  52. package/js/es6/frozenproduct/small/light/components/form.d.ts +5 -0
  53. package/js/es6/frozenproduct/small/light/components/form.js +8 -3
  54. package/js/es6/marketing/large/dark/components/form.d.ts +5 -0
  55. package/js/es6/marketing/large/dark/components/form.js +8 -3
  56. package/js/es6/marketing/large/light/components/form.d.ts +5 -0
  57. package/js/es6/marketing/large/light/components/form.js +8 -3
  58. package/js/es6/marketing/small/dark/components/form.d.ts +5 -0
  59. package/js/es6/marketing/small/dark/components/form.js +8 -3
  60. package/js/es6/marketing/small/light/components/form.d.ts +5 -0
  61. package/js/es6/marketing/small/light/components/form.js +8 -3
  62. package/js/es6/product/large/dark/components/form.d.ts +5 -0
  63. package/js/es6/product/large/dark/components/form.js +8 -3
  64. package/js/es6/product/large/light/components/form.d.ts +5 -0
  65. package/js/es6/product/large/light/components/form.js +8 -3
  66. package/js/es6/product/small/dark/components/form.d.ts +5 -0
  67. package/js/es6/product/small/dark/components/form.js +8 -3
  68. package/js/es6/product/small/light/components/form.d.ts +5 -0
  69. package/js/es6/product/small/light/components/form.js +8 -3
  70. package/js/umd/frozenproduct/large/dark/components/form.js +119 -6
  71. package/js/umd/frozenproduct/large/light/components/form.js +119 -6
  72. package/js/umd/frozenproduct/small/dark/components/form.js +119 -6
  73. package/js/umd/frozenproduct/small/light/components/form.js +119 -6
  74. package/js/umd/marketing/large/dark/components/form.js +119 -6
  75. package/js/umd/marketing/large/light/components/form.js +119 -6
  76. package/js/umd/marketing/small/dark/components/form.js +119 -6
  77. package/js/umd/marketing/small/light/components/form.js +119 -6
  78. package/js/umd/product/large/dark/components/form.js +119 -6
  79. package/js/umd/product/large/light/components/form.js +119 -6
  80. package/js/umd/product/small/dark/components/form.js +119 -6
  81. package/js/umd/product/small/light/components/form.js +119 -6
  82. package/json/flat/frozenproduct/large/dark/components/form.json +8 -3
  83. package/json/flat/frozenproduct/large/light/components/form.json +8 -3
  84. package/json/flat/frozenproduct/small/dark/components/form.json +8 -3
  85. package/json/flat/frozenproduct/small/light/components/form.json +8 -3
  86. package/json/flat/marketing/large/dark/components/form.json +8 -3
  87. package/json/flat/marketing/large/light/components/form.json +8 -3
  88. package/json/flat/marketing/small/dark/components/form.json +8 -3
  89. package/json/flat/marketing/small/light/components/form.json +8 -3
  90. package/json/flat/product/large/dark/components/form.json +8 -3
  91. package/json/flat/product/large/light/components/form.json +8 -3
  92. package/json/flat/product/small/dark/components/form.json +8 -3
  93. package/json/flat/product/small/light/components/form.json +8 -3
  94. package/json/nested/frozenproduct/large/dark/components/form.json +14 -3
  95. package/json/nested/frozenproduct/large/light/components/form.json +14 -3
  96. package/json/nested/frozenproduct/small/dark/components/form.json +14 -3
  97. package/json/nested/frozenproduct/small/light/components/form.json +14 -3
  98. package/json/nested/marketing/large/dark/components/form.json +14 -3
  99. package/json/nested/marketing/large/light/components/form.json +14 -3
  100. package/json/nested/marketing/small/dark/components/form.json +14 -3
  101. package/json/nested/marketing/small/light/components/form.json +14 -3
  102. package/json/nested/product/large/dark/components/form.json +14 -3
  103. package/json/nested/product/large/light/components/form.json +14 -3
  104. package/json/nested/product/small/dark/components/form.json +14 -3
  105. package/json/nested/product/small/light/components/form.json +14 -3
  106. package/package.json +1 -1
  107. package/sage-design-tokens-7.3.0.tgz +0 -0
  108. package/scss/frozenproduct/large/components/form.scss +8 -3
  109. package/scss/frozenproduct/small/components/button.scss +23 -23
  110. package/scss/frozenproduct/small/components/container.scss +9 -9
  111. package/scss/frozenproduct/small/components/form.scss +15 -10
  112. package/scss/frozenproduct/small/components/link.scss +2 -2
  113. package/scss/frozenproduct/small/components/nav.scss +3 -3
  114. package/scss/frozenproduct/small/components/page.scss +1 -1
  115. package/scss/frozenproduct/small/components/popover.scss +2 -2
  116. package/scss/frozenproduct/small/components/progress.scss +6 -6
  117. package/scss/frozenproduct/small/components/status.scss +3 -3
  118. package/scss/frozenproduct/small/components/tab.scss +7 -7
  119. package/scss/frozenproduct/small/components/table.scss +10 -10
  120. package/scss/marketing/large/components/form.scss +8 -3
  121. package/scss/marketing/small/components/form.scss +8 -3
  122. package/scss/product/large/components/form.scss +8 -3
  123. package/scss/product/small/components/button.scss +23 -23
  124. package/scss/product/small/components/container.scss +9 -9
  125. package/scss/product/small/components/form.scss +15 -10
  126. package/scss/product/small/components/link.scss +2 -2
  127. package/scss/product/small/components/nav.scss +3 -3
  128. package/scss/product/small/components/page.scss +1 -1
  129. package/scss/product/small/components/popover.scss +2 -2
  130. package/scss/product/small/components/progress.scss +6 -6
  131. package/scss/product/small/components/status.scss +3 -3
  132. package/scss/product/small/components/tab.scss +7 -7
  133. package/scss/product/small/components/table.scss +10 -10
  134. package/sage-design-tokens-7.2.0.tgz +0 -0
@@ -1121,15 +1121,18 @@
1121
1121
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
1122
1122
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
1123
1123
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
1124
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
1125
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
1126
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
1124
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
1125
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
1126
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
1127
1127
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1128
1128
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1129
1129
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1130
1130
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1131
1131
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1132
1132
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1133
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
1134
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
1135
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
1133
1136
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
1134
1137
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
1135
1138
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -1210,6 +1213,7 @@
1210
1213
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
1211
1214
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
1212
1215
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
1216
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
1213
1217
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
1214
1218
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
1215
1219
  --form-color-calendar-bg-disabled: light-dark(var(--modes-color-interactive-inactive-default-alt-light), var(--modes-color-interactive-inactive-default-alt-dark));
@@ -1257,6 +1261,7 @@
1257
1261
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
1258
1262
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
1259
1263
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
1264
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
1260
1265
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
1261
1266
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
1262
1267
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -118,15 +118,18 @@
118
118
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
119
119
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
120
120
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
121
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
122
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
123
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
121
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
122
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
123
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
124
124
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
125
125
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
126
126
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
127
127
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
128
128
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
129
129
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
130
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
131
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
132
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
130
133
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
131
134
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
132
135
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -207,6 +210,7 @@
207
210
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
208
211
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
209
212
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
213
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
210
214
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
211
215
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
212
216
  --form-color-calendar-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
@@ -254,6 +258,7 @@
254
258
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
255
259
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
256
260
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
261
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
257
262
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
258
263
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
259
264
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -118,15 +118,18 @@
118
118
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
119
119
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
120
120
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
121
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
122
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
123
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
121
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
122
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
123
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
124
124
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
125
125
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
126
126
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
127
127
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
128
128
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
129
129
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
130
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
131
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
132
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
130
133
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
131
134
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
132
135
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -207,6 +210,7 @@
207
210
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
208
211
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
209
212
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
213
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
210
214
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
211
215
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
212
216
  --form-color-calendar-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
@@ -254,6 +258,7 @@
254
258
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
255
259
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
256
260
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
261
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
257
262
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
258
263
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
259
264
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -1121,15 +1121,18 @@
1121
1121
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
1122
1122
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
1123
1123
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
1124
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
1125
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
1126
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
1124
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
1125
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
1126
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
1127
1127
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1128
1128
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1129
1129
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1130
1130
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1131
1131
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1132
1132
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1133
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
1134
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
1135
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
1133
1136
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
1134
1137
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
1135
1138
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -1210,6 +1213,7 @@
1210
1213
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
1211
1214
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
1212
1215
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
1216
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
1213
1217
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
1214
1218
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
1215
1219
  --form-color-calendar-bg-disabled: light-dark(var(--modes-color-interactive-inactive-default-alt-light), var(--modes-color-interactive-inactive-default-alt-dark));
@@ -1257,6 +1261,7 @@
1257
1261
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
1258
1262
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
1259
1263
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
1264
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
1260
1265
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
1261
1266
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
1262
1267
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -118,15 +118,18 @@
118
118
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
119
119
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
120
120
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
121
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
122
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
123
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
121
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
122
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
123
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
124
124
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
125
125
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
126
126
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
127
127
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
128
128
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
129
129
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
130
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
131
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
132
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
130
133
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
131
134
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
132
135
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -207,6 +210,7 @@
207
210
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
208
211
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
209
212
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
213
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
210
214
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
211
215
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
212
216
  --form-color-calendar-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
@@ -254,6 +258,7 @@
254
258
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
255
259
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
256
260
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
261
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
257
262
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
258
263
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
259
264
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -118,15 +118,18 @@
118
118
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
119
119
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
120
120
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
121
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
122
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
123
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
121
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
122
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
123
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
124
124
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
125
125
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
126
126
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
127
127
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
128
128
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
129
129
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
130
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
131
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
132
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
130
133
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
131
134
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
132
135
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -207,6 +210,7 @@
207
210
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
208
211
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
209
212
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
213
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
210
214
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
211
215
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
212
216
  --form-color-calendar-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
@@ -254,6 +258,7 @@
254
258
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
255
259
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
256
260
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
261
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
257
262
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
258
263
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
259
264
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -1121,15 +1121,18 @@
1121
1121
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
1122
1122
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
1123
1123
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
1124
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
1125
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
1126
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
1124
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
1125
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
1126
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
1127
1127
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1128
1128
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1129
1129
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1130
1130
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1131
1131
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1132
1132
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1133
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
1134
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
1135
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
1133
1136
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
1134
1137
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
1135
1138
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -1210,6 +1213,7 @@
1210
1213
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
1211
1214
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
1212
1215
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
1216
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
1213
1217
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
1214
1218
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
1215
1219
  --form-color-calendar-bg-disabled: light-dark(var(--modes-color-interactive-inactive-default-alt-light), var(--modes-color-interactive-inactive-default-alt-dark));
@@ -1257,6 +1261,7 @@
1257
1261
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
1258
1262
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
1259
1263
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
1264
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
1260
1265
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
1261
1266
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
1262
1267
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -118,15 +118,18 @@
118
118
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
119
119
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
120
120
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
121
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
122
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
123
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
121
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
122
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
123
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
124
124
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
125
125
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
126
126
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
127
127
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
128
128
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
129
129
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
130
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
131
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
132
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
130
133
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
131
134
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
132
135
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -207,6 +210,7 @@
207
210
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
208
211
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
209
212
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
213
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
210
214
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
211
215
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
212
216
  --form-color-calendar-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
@@ -254,6 +258,7 @@
254
258
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
255
259
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
256
260
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
261
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
257
262
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
258
263
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
259
264
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -118,15 +118,18 @@
118
118
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
119
119
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
120
120
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
121
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
122
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
123
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
121
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
122
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
123
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
124
124
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
125
125
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
126
126
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
127
127
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
128
128
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
129
129
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
130
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
131
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
132
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
130
133
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
131
134
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
132
135
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -207,6 +210,7 @@
207
210
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
208
211
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
209
212
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
213
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
210
214
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
211
215
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
212
216
  --form-color-calendar-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
@@ -254,6 +258,7 @@
254
258
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
255
259
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
256
260
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
261
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
257
262
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
258
263
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
259
264
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -92,15 +92,18 @@
92
92
  #define formSpaceIntegralYgS 6
93
93
  #define formSpaceIntegralYgM 8
94
94
  #define formSpaceIntegralYgL 10
95
- #define formSpaceIntegralProgressiveXS 22
96
- #define formSpaceIntegralProgressiveXM 32
97
- #define formSpaceIntegralProgressiveXL 42
95
+ #define formSpaceIntegralProgressiveXS 13
96
+ #define formSpaceIntegralProgressiveXM 20
97
+ #define formSpaceIntegralProgressiveXL 25
98
98
  #define formSpaceIntegralProgressiveYS 8
99
99
  #define formSpaceIntegralProgressiveYM 12
100
100
  #define formSpaceIntegralProgressiveYL 16
101
101
  #define formSpaceIntegralProgressiveYgS 8
102
102
  #define formSpaceIntegralProgressiveYgM 12
103
103
  #define formSpaceIntegralProgressiveYgL 16
104
+ #define formSpaceIntegralProgressiveKeylineXS 7
105
+ #define formSpaceIntegralProgressiveKeylineXM 11
106
+ #define formSpaceIntegralProgressiveKeylineXL 15
104
107
  #define formSpaceRatingXgM 8
105
108
  #define formSpaceRatingXgL 12
106
109
  #define formSpaceLayoutStackS 16
@@ -186,6 +189,7 @@
186
189
  #define formSizeSearchInputMaxwidth 400
187
190
  #define formSizeTextareaM 80
188
191
  #define formSizeValidationBar 2
192
+ #define formSizeProgressiveBar 2
189
193
  #define formSizeRatingM 20
190
194
  #define formSizeRatingL 32
191
195
  #define formColorCalendarBgActive #FFFFFF
@@ -270,6 +274,7 @@
270
274
  #define formRadiusRadio 999
271
275
  #define formRadiusSwitch 999
272
276
  #define formRadiusValidationbar 2
277
+ #define formRadiusProgressivebar 2
273
278
  #define formRadiusCalendarNone 0
274
279
  #define formRadiusCalendarDate 999
275
280
  #define formRadiusCalendarToday 2
@@ -92,15 +92,18 @@
92
92
  #define formSpaceIntegralYgS 6
93
93
  #define formSpaceIntegralYgM 8
94
94
  #define formSpaceIntegralYgL 10
95
- #define formSpaceIntegralProgressiveXS 22
96
- #define formSpaceIntegralProgressiveXM 32
97
- #define formSpaceIntegralProgressiveXL 42
95
+ #define formSpaceIntegralProgressiveXS 13
96
+ #define formSpaceIntegralProgressiveXM 20
97
+ #define formSpaceIntegralProgressiveXL 25
98
98
  #define formSpaceIntegralProgressiveYS 8
99
99
  #define formSpaceIntegralProgressiveYM 12
100
100
  #define formSpaceIntegralProgressiveYL 16
101
101
  #define formSpaceIntegralProgressiveYgS 8
102
102
  #define formSpaceIntegralProgressiveYgM 12
103
103
  #define formSpaceIntegralProgressiveYgL 16
104
+ #define formSpaceIntegralProgressiveKeylineXS 7
105
+ #define formSpaceIntegralProgressiveKeylineXM 11
106
+ #define formSpaceIntegralProgressiveKeylineXL 15
104
107
  #define formSpaceRatingXgM 8
105
108
  #define formSpaceRatingXgL 12
106
109
  #define formSpaceLayoutStackS 16
@@ -186,6 +189,7 @@
186
189
  #define formSizeSearchInputMaxwidth 400
187
190
  #define formSizeTextareaM 80
188
191
  #define formSizeValidationBar 2
192
+ #define formSizeProgressiveBar 2
189
193
  #define formSizeRatingM 20
190
194
  #define formSizeRatingL 32
191
195
  #define formColorCalendarBgActive #000000
@@ -270,6 +274,7 @@
270
274
  #define formRadiusRadio 999
271
275
  #define formRadiusSwitch 999
272
276
  #define formRadiusValidationbar 2
277
+ #define formRadiusProgressivebar 2
273
278
  #define formRadiusCalendarNone 0
274
279
  #define formRadiusCalendarDate 999
275
280
  #define formRadiusCalendarToday 2
@@ -92,15 +92,18 @@
92
92
  #define formSpaceIntegralYgS 6
93
93
  #define formSpaceIntegralYgM 8
94
94
  #define formSpaceIntegralYgL 10
95
- #define formSpaceIntegralProgressiveXS 17.2
96
- #define formSpaceIntegralProgressiveXM 25.6
97
- #define formSpaceIntegralProgressiveXL 34
95
+ #define formSpaceIntegralProgressiveXS 9.8
96
+ #define formSpaceIntegralProgressiveXM 16
97
+ #define formSpaceIntegralProgressiveXL 20.2
98
98
  #define formSpaceIntegralProgressiveYS 8
99
99
  #define formSpaceIntegralProgressiveYM 12
100
100
  #define formSpaceIntegralProgressiveYL 16
101
101
  #define formSpaceIntegralProgressiveYgS 8
102
102
  #define formSpaceIntegralProgressiveYgM 12
103
103
  #define formSpaceIntegralProgressiveYgL 16
104
+ #define formSpaceIntegralProgressiveKeylineXS 5.4
105
+ #define formSpaceIntegralProgressiveKeylineXM 8.6
106
+ #define formSpaceIntegralProgressiveKeylineXL 11.8
104
107
  #define formSpaceRatingXgM 8
105
108
  #define formSpaceRatingXgL 12
106
109
  #define formSpaceLayoutStackS 12.8
@@ -186,6 +189,7 @@
186
189
  #define formSizeSearchInputMaxwidth 400
187
190
  #define formSizeTextareaM 80
188
191
  #define formSizeValidationBar 2
192
+ #define formSizeProgressiveBar 2
189
193
  #define formSizeRatingM 20
190
194
  #define formSizeRatingL 32
191
195
  #define formColorCalendarBgActive #FFFFFF
@@ -270,6 +274,7 @@
270
274
  #define formRadiusRadio 999
271
275
  #define formRadiusSwitch 999
272
276
  #define formRadiusValidationbar 2
277
+ #define formRadiusProgressivebar 2
273
278
  #define formRadiusCalendarNone 0
274
279
  #define formRadiusCalendarDate 999
275
280
  #define formRadiusCalendarToday 2
@@ -92,15 +92,18 @@
92
92
  #define formSpaceIntegralYgS 6
93
93
  #define formSpaceIntegralYgM 8
94
94
  #define formSpaceIntegralYgL 10
95
- #define formSpaceIntegralProgressiveXS 17.2
96
- #define formSpaceIntegralProgressiveXM 25.6
97
- #define formSpaceIntegralProgressiveXL 34
95
+ #define formSpaceIntegralProgressiveXS 9.8
96
+ #define formSpaceIntegralProgressiveXM 16
97
+ #define formSpaceIntegralProgressiveXL 20.2
98
98
  #define formSpaceIntegralProgressiveYS 8
99
99
  #define formSpaceIntegralProgressiveYM 12
100
100
  #define formSpaceIntegralProgressiveYL 16
101
101
  #define formSpaceIntegralProgressiveYgS 8
102
102
  #define formSpaceIntegralProgressiveYgM 12
103
103
  #define formSpaceIntegralProgressiveYgL 16
104
+ #define formSpaceIntegralProgressiveKeylineXS 5.4
105
+ #define formSpaceIntegralProgressiveKeylineXM 8.6
106
+ #define formSpaceIntegralProgressiveKeylineXL 11.8
104
107
  #define formSpaceRatingXgM 8
105
108
  #define formSpaceRatingXgL 12
106
109
  #define formSpaceLayoutStackS 12.8
@@ -186,6 +189,7 @@
186
189
  #define formSizeSearchInputMaxwidth 400
187
190
  #define formSizeTextareaM 80
188
191
  #define formSizeValidationBar 2
192
+ #define formSizeProgressiveBar 2
189
193
  #define formSizeRatingM 20
190
194
  #define formSizeRatingL 32
191
195
  #define formColorCalendarBgActive #000000
@@ -270,6 +274,7 @@
270
274
  #define formRadiusRadio 999
271
275
  #define formRadiusSwitch 999
272
276
  #define formRadiusValidationbar 2
277
+ #define formRadiusProgressivebar 2
273
278
  #define formRadiusCalendarNone 0
274
279
  #define formRadiusCalendarDate 999
275
280
  #define formRadiusCalendarToday 2
@@ -92,15 +92,18 @@
92
92
  #define formSpaceIntegralYgS 6
93
93
  #define formSpaceIntegralYgM 8
94
94
  #define formSpaceIntegralYgL 10
95
- #define formSpaceIntegralProgressiveXS 22
96
- #define formSpaceIntegralProgressiveXM 32
97
- #define formSpaceIntegralProgressiveXL 42
95
+ #define formSpaceIntegralProgressiveXS 13
96
+ #define formSpaceIntegralProgressiveXM 20
97
+ #define formSpaceIntegralProgressiveXL 25
98
98
  #define formSpaceIntegralProgressiveYS 8
99
99
  #define formSpaceIntegralProgressiveYM 12
100
100
  #define formSpaceIntegralProgressiveYL 16
101
101
  #define formSpaceIntegralProgressiveYgS 8
102
102
  #define formSpaceIntegralProgressiveYgM 12
103
103
  #define formSpaceIntegralProgressiveYgL 16
104
+ #define formSpaceIntegralProgressiveKeylineXS 7
105
+ #define formSpaceIntegralProgressiveKeylineXM 11
106
+ #define formSpaceIntegralProgressiveKeylineXL 15
104
107
  #define formSpaceRatingXgM 8
105
108
  #define formSpaceRatingXgL 12
106
109
  #define formSpaceLayoutStackS 16
@@ -186,6 +189,7 @@
186
189
  #define formSizeSearchInputMaxwidth 400
187
190
  #define formSizeTextareaM 80
188
191
  #define formSizeValidationBar 2
192
+ #define formSizeProgressiveBar 2
189
193
  #define formSizeRatingM 20
190
194
  #define formSizeRatingL 32
191
195
  #define formColorCalendarBgActive #FFFFFF
@@ -270,6 +274,7 @@
270
274
  #define formRadiusRadio 999
271
275
  #define formRadiusSwitch 999
272
276
  #define formRadiusValidationbar 2
277
+ #define formRadiusProgressivebar 2
273
278
  #define formRadiusCalendarNone 0
274
279
  #define formRadiusCalendarDate 999
275
280
  #define formRadiusCalendarToday 2
@@ -92,15 +92,18 @@
92
92
  #define formSpaceIntegralYgS 6
93
93
  #define formSpaceIntegralYgM 8
94
94
  #define formSpaceIntegralYgL 10
95
- #define formSpaceIntegralProgressiveXS 22
96
- #define formSpaceIntegralProgressiveXM 32
97
- #define formSpaceIntegralProgressiveXL 42
95
+ #define formSpaceIntegralProgressiveXS 13
96
+ #define formSpaceIntegralProgressiveXM 20
97
+ #define formSpaceIntegralProgressiveXL 25
98
98
  #define formSpaceIntegralProgressiveYS 8
99
99
  #define formSpaceIntegralProgressiveYM 12
100
100
  #define formSpaceIntegralProgressiveYL 16
101
101
  #define formSpaceIntegralProgressiveYgS 8
102
102
  #define formSpaceIntegralProgressiveYgM 12
103
103
  #define formSpaceIntegralProgressiveYgL 16
104
+ #define formSpaceIntegralProgressiveKeylineXS 7
105
+ #define formSpaceIntegralProgressiveKeylineXM 11
106
+ #define formSpaceIntegralProgressiveKeylineXL 15
104
107
  #define formSpaceRatingXgM 8
105
108
  #define formSpaceRatingXgL 12
106
109
  #define formSpaceLayoutStackS 16
@@ -186,6 +189,7 @@
186
189
  #define formSizeSearchInputMaxwidth 400
187
190
  #define formSizeTextareaM 80
188
191
  #define formSizeValidationBar 2
192
+ #define formSizeProgressiveBar 2
189
193
  #define formSizeRatingM 20
190
194
  #define formSizeRatingL 32
191
195
  #define formColorCalendarBgActive #000000
@@ -270,6 +274,7 @@
270
274
  #define formRadiusRadio 999
271
275
  #define formRadiusSwitch 999
272
276
  #define formRadiusValidationbar 2
277
+ #define formRadiusProgressivebar 2
273
278
  #define formRadiusCalendarNone 0
274
279
  #define formRadiusCalendarDate 999
275
280
  #define formRadiusCalendarToday 2