@sage/design-tokens 15.1.0 → 15.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 (157) hide show
  1. package/css/frozenproduct/all.css +6 -2
  2. package/css/frozenproduct/large/components/form.css +3 -0
  3. package/css/frozenproduct/large/dark.css +2 -1
  4. package/css/frozenproduct/large/light.css +2 -1
  5. package/css/frozenproduct/small/components/form.css +3 -0
  6. package/css/frozenproduct/small/dark.css +2 -1
  7. package/css/frozenproduct/small/light.css +2 -1
  8. package/css/product/all.css +6 -2
  9. package/css/product/large/components/form.css +3 -0
  10. package/css/product/large/dark.css +2 -1
  11. package/css/product/large/light.css +2 -1
  12. package/css/product/small/components/form.css +3 -0
  13. package/css/product/small/dark.css +2 -1
  14. package/css/product/small/light.css +2 -1
  15. package/ios/frozenproduct/large/dark/components/form.h +3 -0
  16. package/ios/frozenproduct/large/dark/mode.h +2 -1
  17. package/ios/frozenproduct/large/light/components/form.h +3 -0
  18. package/ios/frozenproduct/large/light/mode.h +2 -1
  19. package/ios/frozenproduct/small/dark/components/form.h +3 -0
  20. package/ios/frozenproduct/small/dark/mode.h +2 -1
  21. package/ios/frozenproduct/small/light/components/form.h +3 -0
  22. package/ios/frozenproduct/small/light/mode.h +2 -1
  23. package/ios/product/large/dark/components/form.h +3 -0
  24. package/ios/product/large/dark/mode.h +2 -1
  25. package/ios/product/large/light/components/form.h +3 -0
  26. package/ios/product/large/light/mode.h +2 -1
  27. package/ios/product/small/dark/components/form.h +3 -0
  28. package/ios/product/small/dark/mode.h +2 -1
  29. package/ios/product/small/light/components/form.h +3 -0
  30. package/ios/product/small/light/mode.h +2 -1
  31. package/js/common/frozenproduct/large/dark/components/form.d.ts +3 -0
  32. package/js/common/frozenproduct/large/dark/components/form.js +53 -0
  33. package/js/common/frozenproduct/large/dark/mode.d.ts +1 -0
  34. package/js/common/frozenproduct/large/dark/mode.js +42 -2
  35. package/js/common/frozenproduct/large/light/components/form.d.ts +3 -0
  36. package/js/common/frozenproduct/large/light/components/form.js +53 -0
  37. package/js/common/frozenproduct/large/light/mode.d.ts +1 -0
  38. package/js/common/frozenproduct/large/light/mode.js +42 -2
  39. package/js/common/frozenproduct/small/dark/components/form.d.ts +3 -0
  40. package/js/common/frozenproduct/small/dark/components/form.js +53 -0
  41. package/js/common/frozenproduct/small/dark/mode.d.ts +1 -0
  42. package/js/common/frozenproduct/small/dark/mode.js +42 -2
  43. package/js/common/frozenproduct/small/light/components/form.d.ts +3 -0
  44. package/js/common/frozenproduct/small/light/components/form.js +53 -0
  45. package/js/common/frozenproduct/small/light/mode.d.ts +1 -0
  46. package/js/common/frozenproduct/small/light/mode.js +42 -2
  47. package/js/common/product/large/dark/components/form.d.ts +3 -0
  48. package/js/common/product/large/dark/components/form.js +53 -0
  49. package/js/common/product/large/dark/mode.d.ts +1 -0
  50. package/js/common/product/large/dark/mode.js +42 -2
  51. package/js/common/product/large/light/components/form.d.ts +3 -0
  52. package/js/common/product/large/light/components/form.js +53 -0
  53. package/js/common/product/large/light/mode.d.ts +1 -0
  54. package/js/common/product/large/light/mode.js +42 -2
  55. package/js/common/product/small/dark/components/form.d.ts +3 -0
  56. package/js/common/product/small/dark/components/form.js +53 -0
  57. package/js/common/product/small/dark/mode.d.ts +1 -0
  58. package/js/common/product/small/dark/mode.js +42 -2
  59. package/js/common/product/small/light/components/form.d.ts +3 -0
  60. package/js/common/product/small/light/components/form.js +53 -0
  61. package/js/common/product/small/light/mode.d.ts +1 -0
  62. package/js/common/product/small/light/mode.js +42 -2
  63. package/js/es6/frozenproduct/large/dark/components/form.d.ts +15 -0
  64. package/js/es6/frozenproduct/large/dark/components/form.js +15 -0
  65. package/js/es6/frozenproduct/large/dark/mode.d.ts +1 -0
  66. package/js/es6/frozenproduct/large/dark/mode.js +2 -1
  67. package/js/es6/frozenproduct/large/light/components/form.d.ts +15 -0
  68. package/js/es6/frozenproduct/large/light/components/form.js +15 -0
  69. package/js/es6/frozenproduct/large/light/mode.d.ts +1 -0
  70. package/js/es6/frozenproduct/large/light/mode.js +2 -1
  71. package/js/es6/frozenproduct/small/dark/components/form.d.ts +15 -0
  72. package/js/es6/frozenproduct/small/dark/components/form.js +15 -0
  73. package/js/es6/frozenproduct/small/dark/mode.d.ts +1 -0
  74. package/js/es6/frozenproduct/small/dark/mode.js +2 -1
  75. package/js/es6/frozenproduct/small/light/components/form.d.ts +15 -0
  76. package/js/es6/frozenproduct/small/light/components/form.js +15 -0
  77. package/js/es6/frozenproduct/small/light/mode.d.ts +1 -0
  78. package/js/es6/frozenproduct/small/light/mode.js +2 -1
  79. package/js/es6/product/large/dark/components/form.d.ts +15 -0
  80. package/js/es6/product/large/dark/components/form.js +15 -0
  81. package/js/es6/product/large/dark/mode.d.ts +1 -0
  82. package/js/es6/product/large/dark/mode.js +2 -1
  83. package/js/es6/product/large/light/components/form.d.ts +15 -0
  84. package/js/es6/product/large/light/components/form.js +15 -0
  85. package/js/es6/product/large/light/mode.d.ts +1 -0
  86. package/js/es6/product/large/light/mode.js +2 -1
  87. package/js/es6/product/small/dark/components/form.d.ts +15 -0
  88. package/js/es6/product/small/dark/components/form.js +15 -0
  89. package/js/es6/product/small/dark/mode.d.ts +1 -0
  90. package/js/es6/product/small/dark/mode.js +2 -1
  91. package/js/es6/product/small/light/components/form.d.ts +15 -0
  92. package/js/es6/product/small/light/components/form.js +15 -0
  93. package/js/es6/product/small/light/mode.d.ts +1 -0
  94. package/js/es6/product/small/light/mode.js +2 -1
  95. package/js/umd/frozenproduct/large/dark/components/form.js +53 -0
  96. package/js/umd/frozenproduct/large/dark/mode.js +42 -2
  97. package/js/umd/frozenproduct/large/light/components/form.js +53 -0
  98. package/js/umd/frozenproduct/large/light/mode.js +42 -2
  99. package/js/umd/frozenproduct/small/dark/components/form.js +53 -0
  100. package/js/umd/frozenproduct/small/dark/mode.js +42 -2
  101. package/js/umd/frozenproduct/small/light/components/form.js +53 -0
  102. package/js/umd/frozenproduct/small/light/mode.js +42 -2
  103. package/js/umd/product/large/dark/components/form.js +53 -0
  104. package/js/umd/product/large/dark/mode.js +42 -2
  105. package/js/umd/product/large/light/components/form.js +53 -0
  106. package/js/umd/product/large/light/mode.js +42 -2
  107. package/js/umd/product/small/dark/components/form.js +53 -0
  108. package/js/umd/product/small/dark/mode.js +42 -2
  109. package/js/umd/product/small/light/components/form.js +53 -0
  110. package/js/umd/product/small/light/mode.js +42 -2
  111. package/json/flat/frozenproduct/large/dark/components/form.json +3 -0
  112. package/json/flat/frozenproduct/large/dark/mode.json +2 -1
  113. package/json/flat/frozenproduct/large/light/components/form.json +3 -0
  114. package/json/flat/frozenproduct/large/light/mode.json +2 -1
  115. package/json/flat/frozenproduct/small/dark/components/form.json +3 -0
  116. package/json/flat/frozenproduct/small/dark/mode.json +2 -1
  117. package/json/flat/frozenproduct/small/light/components/form.json +3 -0
  118. package/json/flat/frozenproduct/small/light/mode.json +2 -1
  119. package/json/flat/product/large/dark/components/form.json +3 -0
  120. package/json/flat/product/large/dark/mode.json +2 -1
  121. package/json/flat/product/large/light/components/form.json +3 -0
  122. package/json/flat/product/large/light/mode.json +2 -1
  123. package/json/flat/product/small/dark/components/form.json +3 -0
  124. package/json/flat/product/small/dark/mode.json +2 -1
  125. package/json/flat/product/small/light/components/form.json +3 -0
  126. package/json/flat/product/small/light/mode.json +2 -1
  127. package/json/nested/frozenproduct/large/dark/components/form.json +16 -1
  128. package/json/nested/frozenproduct/large/dark/mode.json +2 -1
  129. package/json/nested/frozenproduct/large/light/components/form.json +16 -1
  130. package/json/nested/frozenproduct/large/light/mode.json +2 -1
  131. package/json/nested/frozenproduct/small/dark/components/form.json +16 -1
  132. package/json/nested/frozenproduct/small/dark/mode.json +2 -1
  133. package/json/nested/frozenproduct/small/light/components/form.json +16 -1
  134. package/json/nested/frozenproduct/small/light/mode.json +2 -1
  135. package/json/nested/product/large/dark/components/form.json +16 -1
  136. package/json/nested/product/large/dark/mode.json +2 -1
  137. package/json/nested/product/large/light/components/form.json +16 -1
  138. package/json/nested/product/large/light/mode.json +2 -1
  139. package/json/nested/product/small/dark/components/form.json +16 -1
  140. package/json/nested/product/small/dark/mode.json +2 -1
  141. package/json/nested/product/small/light/components/form.json +16 -1
  142. package/json/nested/product/small/light/mode.json +2 -1
  143. package/package.json +1 -1
  144. package/sage-design-tokens-15.2.0.tgz +0 -0
  145. package/scss/frozenproduct/large/components/form.scss +3 -0
  146. package/scss/frozenproduct/large/dark.scss +2 -1
  147. package/scss/frozenproduct/large/light.scss +2 -1
  148. package/scss/frozenproduct/small/components/form.scss +3 -0
  149. package/scss/frozenproduct/small/dark.scss +2 -1
  150. package/scss/frozenproduct/small/light.scss +2 -1
  151. package/scss/product/large/components/form.scss +3 -0
  152. package/scss/product/large/dark.scss +2 -1
  153. package/scss/product/large/light.scss +2 -1
  154. package/scss/product/small/components/form.scss +3 -0
  155. package/scss/product/small/dark.scss +2 -1
  156. package/scss/product/small/light.scss +2 -1
  157. package/sage-design-tokens-15.1.0.tgz +0 -0
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt: string;
212
212
  export const formColorDropdownLabelDisabled: string;
213
213
  export const formColorDropdownLabelEnabled: string;
214
214
  export const formColorDropdownLabelHover: string;
215
+ export const formColorDropdownLabelSubtext: string;
215
216
  export const formColorLabelsetLabelRequired: string;
216
217
  export const formColorLabelsetLabelDefault: string;
217
218
  export const formColorLabelsetLabelAlt: string;
@@ -322,6 +323,13 @@ export const formTypographyAdaptiveLabelL: {
322
323
  fontSize: string;
323
324
  paragraphSpacing: string;
324
325
  };
326
+ export const formTypographyAdaptiveDefaultXs: {
327
+ fontFamily: string;
328
+ fontWeight: string;
329
+ lineHeight: number;
330
+ fontSize: string;
331
+ paragraphSpacing: string;
332
+ };
325
333
  export const formTypographyAdaptiveDefaultS: {
326
334
  fontFamily: string;
327
335
  fontWeight: string;
@@ -364,6 +372,13 @@ export const formTypographyResponsiveLabelL: {
364
372
  fontSize: string;
365
373
  paragraphSpacing: string;
366
374
  };
375
+ export const formTypographyResponsiveDefaultXs: {
376
+ fontFamily: string;
377
+ fontWeight: string;
378
+ lineHeight: number;
379
+ fontSize: string;
380
+ paragraphSpacing: string;
381
+ };
367
382
  export const formTypographyResponsiveDefaultS: {
368
383
  fontFamily: string;
369
384
  fontWeight: string;
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt = "#ffffffe6";
212
212
  export const formColorDropdownLabelDisabled = "#ffffff4d";
213
213
  export const formColorDropdownLabelEnabled = "#ffffffab";
214
214
  export const formColorDropdownLabelHover = "#FFFFFF";
215
+ export const formColorDropdownLabelSubtext = "#ffffff6b";
215
216
  export const formColorLabelsetLabelRequired = "#E13E53";
216
217
  export const formColorLabelsetLabelDefault = "#fffffff2";
217
218
  export const formColorLabelsetLabelAlt = "#ffffff8c";
@@ -332,6 +333,13 @@ export const formTypographyAdaptiveLabelL = {
332
333
  fontSize: "16px",
333
334
  paragraphSpacing: "0",
334
335
  };
336
+ export const formTypographyAdaptiveDefaultXs = {
337
+ fontFamily: "Sage UI",
338
+ fontWeight: "400",
339
+ lineHeight: 1.5,
340
+ fontSize: "13px",
341
+ paragraphSpacing: "0",
342
+ };
335
343
  export const formTypographyAdaptiveDefaultS = {
336
344
  fontFamily: "Sage UI",
337
345
  fontWeight: "400",
@@ -374,6 +382,13 @@ export const formTypographyResponsiveLabelL = {
374
382
  fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
375
383
  paragraphSpacing: "0",
376
384
  };
385
+ export const formTypographyResponsiveDefaultXs = {
386
+ fontFamily: "Sage UI",
387
+ fontWeight: "400",
388
+ lineHeight: 1.5,
389
+ fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
390
+ paragraphSpacing: "0",
391
+ };
377
392
  export const formTypographyResponsiveDefaultS = {
378
393
  fontFamily: "Sage UI",
379
394
  fontWeight: "400",
@@ -116,6 +116,7 @@ export const modesColorInteractiveMonochromeActiveAlt: string;
116
116
  export const modesColorInteractiveMonochromeDefault: string;
117
117
  export const modesColorInteractiveMonochromeDefaultAlt: string;
118
118
  export const modesColorInteractiveMonochromeDefaultAlt2: string;
119
+ export const modesColorInteractiveMonochromeDefaultAlt3: string;
119
120
  export const modesColorInteractiveMonochromeHoverAlt: string;
120
121
  export const modesColorInteractiveMonochromeHover: string;
121
122
  export const modesColorInteractiveMonochromeWithActive: string;
@@ -119,7 +119,8 @@ export const modesColorInteractiveMonochromeActive = "#FFFFFF";
119
119
  export const modesColorInteractiveMonochromeActiveAlt = "#ffffff26";
120
120
  export const modesColorInteractiveMonochromeDefault = "#ffffffe6";
121
121
  export const modesColorInteractiveMonochromeDefaultAlt = "#ffffffab";
122
- export const modesColorInteractiveMonochromeDefaultAlt2 = "#ffffff6b";
122
+ export const modesColorInteractiveMonochromeDefaultAlt2 = "#ffffff8c";
123
+ export const modesColorInteractiveMonochromeDefaultAlt3 = "#ffffff6b";
123
124
  export const modesColorInteractiveMonochromeHoverAlt = "#ffffff1a";
124
125
  export const modesColorInteractiveMonochromeHover = "#ffffff26";
125
126
  export const modesColorInteractiveMonochromeWithActive = "#000000";
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt: string;
212
212
  export const formColorDropdownLabelDisabled: string;
213
213
  export const formColorDropdownLabelEnabled: string;
214
214
  export const formColorDropdownLabelHover: string;
215
+ export const formColorDropdownLabelSubtext: string;
215
216
  export const formColorLabelsetLabelRequired: string;
216
217
  export const formColorLabelsetLabelDefault: string;
217
218
  export const formColorLabelsetLabelAlt: string;
@@ -322,6 +323,13 @@ export const formTypographyAdaptiveLabelL: {
322
323
  fontSize: string;
323
324
  paragraphSpacing: string;
324
325
  };
326
+ export const formTypographyAdaptiveDefaultXs: {
327
+ fontFamily: string;
328
+ fontWeight: string;
329
+ lineHeight: number;
330
+ fontSize: string;
331
+ paragraphSpacing: string;
332
+ };
325
333
  export const formTypographyAdaptiveDefaultS: {
326
334
  fontFamily: string;
327
335
  fontWeight: string;
@@ -364,6 +372,13 @@ export const formTypographyResponsiveLabelL: {
364
372
  fontSize: string;
365
373
  paragraphSpacing: string;
366
374
  };
375
+ export const formTypographyResponsiveDefaultXs: {
376
+ fontFamily: string;
377
+ fontWeight: string;
378
+ lineHeight: number;
379
+ fontSize: string;
380
+ paragraphSpacing: string;
381
+ };
367
382
  export const formTypographyResponsiveDefaultS: {
368
383
  fontFamily: string;
369
384
  fontWeight: string;
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt = "#000000e6";
212
212
  export const formColorDropdownLabelDisabled = "#0000006b";
213
213
  export const formColorDropdownLabelEnabled = "#000000ab";
214
214
  export const formColorDropdownLabelHover = "#000000";
215
+ export const formColorDropdownLabelSubtext = "#0000006b";
215
216
  export const formColorLabelsetLabelRequired = "#CD384B";
216
217
  export const formColorLabelsetLabelDefault = "#000000f2";
217
218
  export const formColorLabelsetLabelAlt = "#0000008c";
@@ -332,6 +333,13 @@ export const formTypographyAdaptiveLabelL = {
332
333
  fontSize: "16px",
333
334
  paragraphSpacing: "0",
334
335
  };
336
+ export const formTypographyAdaptiveDefaultXs = {
337
+ fontFamily: "Sage UI",
338
+ fontWeight: "400",
339
+ lineHeight: 1.5,
340
+ fontSize: "13px",
341
+ paragraphSpacing: "0",
342
+ };
335
343
  export const formTypographyAdaptiveDefaultS = {
336
344
  fontFamily: "Sage UI",
337
345
  fontWeight: "400",
@@ -374,6 +382,13 @@ export const formTypographyResponsiveLabelL = {
374
382
  fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
375
383
  paragraphSpacing: "0",
376
384
  };
385
+ export const formTypographyResponsiveDefaultXs = {
386
+ fontFamily: "Sage UI",
387
+ fontWeight: "400",
388
+ lineHeight: 1.5,
389
+ fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
390
+ paragraphSpacing: "0",
391
+ };
377
392
  export const formTypographyResponsiveDefaultS = {
378
393
  fontFamily: "Sage UI",
379
394
  fontWeight: "400",
@@ -116,6 +116,7 @@ export const modesColorInteractiveMonochromeActiveAlt: string;
116
116
  export const modesColorInteractiveMonochromeDefault: string;
117
117
  export const modesColorInteractiveMonochromeDefaultAlt: string;
118
118
  export const modesColorInteractiveMonochromeDefaultAlt2: string;
119
+ export const modesColorInteractiveMonochromeDefaultAlt3: string;
119
120
  export const modesColorInteractiveMonochromeHoverAlt: string;
120
121
  export const modesColorInteractiveMonochromeHover: string;
121
122
  export const modesColorInteractiveMonochromeWithActive: string;
@@ -119,7 +119,8 @@ export const modesColorInteractiveMonochromeActive = "#000000";
119
119
  export const modesColorInteractiveMonochromeActiveAlt = "#00000026";
120
120
  export const modesColorInteractiveMonochromeDefault = "#000000e6";
121
121
  export const modesColorInteractiveMonochromeDefaultAlt = "#000000ab";
122
- export const modesColorInteractiveMonochromeDefaultAlt2 = "#0000006b";
122
+ export const modesColorInteractiveMonochromeDefaultAlt2 = "#0000008c";
123
+ export const modesColorInteractiveMonochromeDefaultAlt3 = "#0000006b";
123
124
  export const modesColorInteractiveMonochromeHoverAlt = "#0000001a";
124
125
  export const modesColorInteractiveMonochromeHover = "#00000026";
125
126
  export const modesColorInteractiveMonochromeWithActive = "#FFFFFF";
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt: string;
212
212
  export const formColorDropdownLabelDisabled: string;
213
213
  export const formColorDropdownLabelEnabled: string;
214
214
  export const formColorDropdownLabelHover: string;
215
+ export const formColorDropdownLabelSubtext: string;
215
216
  export const formColorLabelsetLabelRequired: string;
216
217
  export const formColorLabelsetLabelDefault: string;
217
218
  export const formColorLabelsetLabelAlt: string;
@@ -322,6 +323,13 @@ export const formTypographyAdaptiveLabelL: {
322
323
  fontSize: string;
323
324
  paragraphSpacing: string;
324
325
  };
326
+ export const formTypographyAdaptiveDefaultXs: {
327
+ fontFamily: string;
328
+ fontWeight: string;
329
+ lineHeight: number;
330
+ fontSize: string;
331
+ paragraphSpacing: string;
332
+ };
325
333
  export const formTypographyAdaptiveDefaultS: {
326
334
  fontFamily: string;
327
335
  fontWeight: string;
@@ -364,6 +372,13 @@ export const formTypographyResponsiveLabelL: {
364
372
  fontSize: string;
365
373
  paragraphSpacing: string;
366
374
  };
375
+ export const formTypographyResponsiveDefaultXs: {
376
+ fontFamily: string;
377
+ fontWeight: string;
378
+ lineHeight: number;
379
+ fontSize: string;
380
+ paragraphSpacing: string;
381
+ };
367
382
  export const formTypographyResponsiveDefaultS: {
368
383
  fontFamily: string;
369
384
  fontWeight: string;
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt = "#ffffffe6";
212
212
  export const formColorDropdownLabelDisabled = "#ffffff4d";
213
213
  export const formColorDropdownLabelEnabled = "#ffffffab";
214
214
  export const formColorDropdownLabelHover = "#FFFFFF";
215
+ export const formColorDropdownLabelSubtext = "#ffffff6b";
215
216
  export const formColorLabelsetLabelRequired = "#E13E53";
216
217
  export const formColorLabelsetLabelDefault = "#fffffff2";
217
218
  export const formColorLabelsetLabelAlt = "#ffffff8c";
@@ -332,6 +333,13 @@ export const formTypographyAdaptiveLabelL = {
332
333
  fontSize: "16px",
333
334
  paragraphSpacing: "0",
334
335
  };
336
+ export const formTypographyAdaptiveDefaultXs = {
337
+ fontFamily: "Sage UI",
338
+ fontWeight: "400",
339
+ lineHeight: 1.5,
340
+ fontSize: "13px",
341
+ paragraphSpacing: "0",
342
+ };
335
343
  export const formTypographyAdaptiveDefaultS = {
336
344
  fontFamily: "Sage UI",
337
345
  fontWeight: "400",
@@ -374,6 +382,13 @@ export const formTypographyResponsiveLabelL = {
374
382
  fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
375
383
  paragraphSpacing: "0",
376
384
  };
385
+ export const formTypographyResponsiveDefaultXs = {
386
+ fontFamily: "Sage UI",
387
+ fontWeight: "400",
388
+ lineHeight: 1.5,
389
+ fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
390
+ paragraphSpacing: "0",
391
+ };
377
392
  export const formTypographyResponsiveDefaultS = {
378
393
  fontFamily: "Sage UI",
379
394
  fontWeight: "400",
@@ -116,6 +116,7 @@ export const modesColorInteractiveMonochromeActiveAlt: string;
116
116
  export const modesColorInteractiveMonochromeDefault: string;
117
117
  export const modesColorInteractiveMonochromeDefaultAlt: string;
118
118
  export const modesColorInteractiveMonochromeDefaultAlt2: string;
119
+ export const modesColorInteractiveMonochromeDefaultAlt3: string;
119
120
  export const modesColorInteractiveMonochromeHoverAlt: string;
120
121
  export const modesColorInteractiveMonochromeHover: string;
121
122
  export const modesColorInteractiveMonochromeWithActive: string;
@@ -119,7 +119,8 @@ export const modesColorInteractiveMonochromeActive = "#FFFFFF";
119
119
  export const modesColorInteractiveMonochromeActiveAlt = "#ffffff26";
120
120
  export const modesColorInteractiveMonochromeDefault = "#ffffffe6";
121
121
  export const modesColorInteractiveMonochromeDefaultAlt = "#ffffffab";
122
- export const modesColorInteractiveMonochromeDefaultAlt2 = "#ffffff6b";
122
+ export const modesColorInteractiveMonochromeDefaultAlt2 = "#ffffff8c";
123
+ export const modesColorInteractiveMonochromeDefaultAlt3 = "#ffffff6b";
123
124
  export const modesColorInteractiveMonochromeHoverAlt = "#ffffff1a";
124
125
  export const modesColorInteractiveMonochromeHover = "#ffffff26";
125
126
  export const modesColorInteractiveMonochromeWithActive = "#000000";
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt: string;
212
212
  export const formColorDropdownLabelDisabled: string;
213
213
  export const formColorDropdownLabelEnabled: string;
214
214
  export const formColorDropdownLabelHover: string;
215
+ export const formColorDropdownLabelSubtext: string;
215
216
  export const formColorLabelsetLabelRequired: string;
216
217
  export const formColorLabelsetLabelDefault: string;
217
218
  export const formColorLabelsetLabelAlt: string;
@@ -322,6 +323,13 @@ export const formTypographyAdaptiveLabelL: {
322
323
  fontSize: string;
323
324
  paragraphSpacing: string;
324
325
  };
326
+ export const formTypographyAdaptiveDefaultXs: {
327
+ fontFamily: string;
328
+ fontWeight: string;
329
+ lineHeight: number;
330
+ fontSize: string;
331
+ paragraphSpacing: string;
332
+ };
325
333
  export const formTypographyAdaptiveDefaultS: {
326
334
  fontFamily: string;
327
335
  fontWeight: string;
@@ -364,6 +372,13 @@ export const formTypographyResponsiveLabelL: {
364
372
  fontSize: string;
365
373
  paragraphSpacing: string;
366
374
  };
375
+ export const formTypographyResponsiveDefaultXs: {
376
+ fontFamily: string;
377
+ fontWeight: string;
378
+ lineHeight: number;
379
+ fontSize: string;
380
+ paragraphSpacing: string;
381
+ };
367
382
  export const formTypographyResponsiveDefaultS: {
368
383
  fontFamily: string;
369
384
  fontWeight: string;
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt = "#000000e6";
212
212
  export const formColorDropdownLabelDisabled = "#0000006b";
213
213
  export const formColorDropdownLabelEnabled = "#000000ab";
214
214
  export const formColorDropdownLabelHover = "#000000";
215
+ export const formColorDropdownLabelSubtext = "#0000006b";
215
216
  export const formColorLabelsetLabelRequired = "#CD384B";
216
217
  export const formColorLabelsetLabelDefault = "#000000f2";
217
218
  export const formColorLabelsetLabelAlt = "#0000008c";
@@ -332,6 +333,13 @@ export const formTypographyAdaptiveLabelL = {
332
333
  fontSize: "16px",
333
334
  paragraphSpacing: "0",
334
335
  };
336
+ export const formTypographyAdaptiveDefaultXs = {
337
+ fontFamily: "Sage UI",
338
+ fontWeight: "400",
339
+ lineHeight: 1.5,
340
+ fontSize: "13px",
341
+ paragraphSpacing: "0",
342
+ };
335
343
  export const formTypographyAdaptiveDefaultS = {
336
344
  fontFamily: "Sage UI",
337
345
  fontWeight: "400",
@@ -374,6 +382,13 @@ export const formTypographyResponsiveLabelL = {
374
382
  fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
375
383
  paragraphSpacing: "0",
376
384
  };
385
+ export const formTypographyResponsiveDefaultXs = {
386
+ fontFamily: "Sage UI",
387
+ fontWeight: "400",
388
+ lineHeight: 1.5,
389
+ fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
390
+ paragraphSpacing: "0",
391
+ };
377
392
  export const formTypographyResponsiveDefaultS = {
378
393
  fontFamily: "Sage UI",
379
394
  fontWeight: "400",
@@ -116,6 +116,7 @@ export const modesColorInteractiveMonochromeActiveAlt: string;
116
116
  export const modesColorInteractiveMonochromeDefault: string;
117
117
  export const modesColorInteractiveMonochromeDefaultAlt: string;
118
118
  export const modesColorInteractiveMonochromeDefaultAlt2: string;
119
+ export const modesColorInteractiveMonochromeDefaultAlt3: string;
119
120
  export const modesColorInteractiveMonochromeHoverAlt: string;
120
121
  export const modesColorInteractiveMonochromeHover: string;
121
122
  export const modesColorInteractiveMonochromeWithActive: string;
@@ -119,7 +119,8 @@ export const modesColorInteractiveMonochromeActive = "#000000";
119
119
  export const modesColorInteractiveMonochromeActiveAlt = "#00000026";
120
120
  export const modesColorInteractiveMonochromeDefault = "#000000e6";
121
121
  export const modesColorInteractiveMonochromeDefaultAlt = "#000000ab";
122
- export const modesColorInteractiveMonochromeDefaultAlt2 = "#0000006b";
122
+ export const modesColorInteractiveMonochromeDefaultAlt2 = "#0000008c";
123
+ export const modesColorInteractiveMonochromeDefaultAlt3 = "#0000006b";
123
124
  export const modesColorInteractiveMonochromeHoverAlt = "#0000001a";
124
125
  export const modesColorInteractiveMonochromeHover = "#00000026";
125
126
  export const modesColorInteractiveMonochromeWithActive = "#FFFFFF";
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt: string;
212
212
  export const formColorDropdownLabelDisabled: string;
213
213
  export const formColorDropdownLabelEnabled: string;
214
214
  export const formColorDropdownLabelHover: string;
215
+ export const formColorDropdownLabelSubtext: string;
215
216
  export const formColorLabelsetLabelRequired: string;
216
217
  export const formColorLabelsetLabelDefault: string;
217
218
  export const formColorLabelsetLabelAlt: string;
@@ -322,6 +323,13 @@ export const formTypographyAdaptiveLabelL: {
322
323
  fontSize: string;
323
324
  paragraphSpacing: string;
324
325
  };
326
+ export const formTypographyAdaptiveDefaultXs: {
327
+ fontFamily: string;
328
+ fontWeight: string;
329
+ lineHeight: number;
330
+ fontSize: string;
331
+ paragraphSpacing: string;
332
+ };
325
333
  export const formTypographyAdaptiveDefaultS: {
326
334
  fontFamily: string;
327
335
  fontWeight: string;
@@ -364,6 +372,13 @@ export const formTypographyResponsiveLabelL: {
364
372
  fontSize: string;
365
373
  paragraphSpacing: string;
366
374
  };
375
+ export const formTypographyResponsiveDefaultXs: {
376
+ fontFamily: string;
377
+ fontWeight: string;
378
+ lineHeight: number;
379
+ fontSize: string;
380
+ paragraphSpacing: string;
381
+ };
367
382
  export const formTypographyResponsiveDefaultS: {
368
383
  fontFamily: string;
369
384
  fontWeight: string;
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt = "#ffffffe6";
212
212
  export const formColorDropdownLabelDisabled = "#ffffff4d";
213
213
  export const formColorDropdownLabelEnabled = "#ffffffab";
214
214
  export const formColorDropdownLabelHover = "#FFFFFF";
215
+ export const formColorDropdownLabelSubtext = "#ffffff6b";
215
216
  export const formColorLabelsetLabelRequired = "#E13E53";
216
217
  export const formColorLabelsetLabelDefault = "#fffffff2";
217
218
  export const formColorLabelsetLabelAlt = "#ffffff8c";
@@ -332,6 +333,13 @@ export const formTypographyAdaptiveLabelL = {
332
333
  fontSize: "16px",
333
334
  paragraphSpacing: "0",
334
335
  };
336
+ export const formTypographyAdaptiveDefaultXs = {
337
+ fontFamily: "Sage UI",
338
+ fontWeight: "400",
339
+ lineHeight: 1.5,
340
+ fontSize: "13px",
341
+ paragraphSpacing: "0",
342
+ };
335
343
  export const formTypographyAdaptiveDefaultS = {
336
344
  fontFamily: "Sage UI",
337
345
  fontWeight: "400",
@@ -374,6 +382,13 @@ export const formTypographyResponsiveLabelL = {
374
382
  fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
375
383
  paragraphSpacing: "0",
376
384
  };
385
+ export const formTypographyResponsiveDefaultXs = {
386
+ fontFamily: "Sage UI",
387
+ fontWeight: "400",
388
+ lineHeight: 1.5,
389
+ fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
390
+ paragraphSpacing: "0",
391
+ };
377
392
  export const formTypographyResponsiveDefaultS = {
378
393
  fontFamily: "Sage UI",
379
394
  fontWeight: "400",
@@ -116,6 +116,7 @@ export const modesColorInteractiveMonochromeActiveAlt: string;
116
116
  export const modesColorInteractiveMonochromeDefault: string;
117
117
  export const modesColorInteractiveMonochromeDefaultAlt: string;
118
118
  export const modesColorInteractiveMonochromeDefaultAlt2: string;
119
+ export const modesColorInteractiveMonochromeDefaultAlt3: string;
119
120
  export const modesColorInteractiveMonochromeHoverAlt: string;
120
121
  export const modesColorInteractiveMonochromeHover: string;
121
122
  export const modesColorInteractiveMonochromeWithActive: string;
@@ -119,7 +119,8 @@ export const modesColorInteractiveMonochromeActive = "#FFFFFF";
119
119
  export const modesColorInteractiveMonochromeActiveAlt = "#ffffff26";
120
120
  export const modesColorInteractiveMonochromeDefault = "#ffffffe6";
121
121
  export const modesColorInteractiveMonochromeDefaultAlt = "#ffffffab";
122
- export const modesColorInteractiveMonochromeDefaultAlt2 = "#ffffff6b";
122
+ export const modesColorInteractiveMonochromeDefaultAlt2 = "#ffffff8c";
123
+ export const modesColorInteractiveMonochromeDefaultAlt3 = "#ffffff6b";
123
124
  export const modesColorInteractiveMonochromeHoverAlt = "#ffffff1a";
124
125
  export const modesColorInteractiveMonochromeHover = "#ffffff26";
125
126
  export const modesColorInteractiveMonochromeWithActive = "#000000";
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt: string;
212
212
  export const formColorDropdownLabelDisabled: string;
213
213
  export const formColorDropdownLabelEnabled: string;
214
214
  export const formColorDropdownLabelHover: string;
215
+ export const formColorDropdownLabelSubtext: string;
215
216
  export const formColorLabelsetLabelRequired: string;
216
217
  export const formColorLabelsetLabelDefault: string;
217
218
  export const formColorLabelsetLabelAlt: string;
@@ -322,6 +323,13 @@ export const formTypographyAdaptiveLabelL: {
322
323
  fontSize: string;
323
324
  paragraphSpacing: string;
324
325
  };
326
+ export const formTypographyAdaptiveDefaultXs: {
327
+ fontFamily: string;
328
+ fontWeight: string;
329
+ lineHeight: number;
330
+ fontSize: string;
331
+ paragraphSpacing: string;
332
+ };
325
333
  export const formTypographyAdaptiveDefaultS: {
326
334
  fontFamily: string;
327
335
  fontWeight: string;
@@ -364,6 +372,13 @@ export const formTypographyResponsiveLabelL: {
364
372
  fontSize: string;
365
373
  paragraphSpacing: string;
366
374
  };
375
+ export const formTypographyResponsiveDefaultXs: {
376
+ fontFamily: string;
377
+ fontWeight: string;
378
+ lineHeight: number;
379
+ fontSize: string;
380
+ paragraphSpacing: string;
381
+ };
367
382
  export const formTypographyResponsiveDefaultS: {
368
383
  fontFamily: string;
369
384
  fontWeight: string;
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt = "#000000e6";
212
212
  export const formColorDropdownLabelDisabled = "#0000006b";
213
213
  export const formColorDropdownLabelEnabled = "#000000ab";
214
214
  export const formColorDropdownLabelHover = "#000000";
215
+ export const formColorDropdownLabelSubtext = "#0000006b";
215
216
  export const formColorLabelsetLabelRequired = "#CD384B";
216
217
  export const formColorLabelsetLabelDefault = "#000000f2";
217
218
  export const formColorLabelsetLabelAlt = "#0000008c";
@@ -332,6 +333,13 @@ export const formTypographyAdaptiveLabelL = {
332
333
  fontSize: "16px",
333
334
  paragraphSpacing: "0",
334
335
  };
336
+ export const formTypographyAdaptiveDefaultXs = {
337
+ fontFamily: "Sage UI",
338
+ fontWeight: "400",
339
+ lineHeight: 1.5,
340
+ fontSize: "13px",
341
+ paragraphSpacing: "0",
342
+ };
335
343
  export const formTypographyAdaptiveDefaultS = {
336
344
  fontFamily: "Sage UI",
337
345
  fontWeight: "400",
@@ -374,6 +382,13 @@ export const formTypographyResponsiveLabelL = {
374
382
  fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
375
383
  paragraphSpacing: "0",
376
384
  };
385
+ export const formTypographyResponsiveDefaultXs = {
386
+ fontFamily: "Sage UI",
387
+ fontWeight: "400",
388
+ lineHeight: 1.5,
389
+ fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
390
+ paragraphSpacing: "0",
391
+ };
377
392
  export const formTypographyResponsiveDefaultS = {
378
393
  fontFamily: "Sage UI",
379
394
  fontWeight: "400",
@@ -116,6 +116,7 @@ export const modesColorInteractiveMonochromeActiveAlt: string;
116
116
  export const modesColorInteractiveMonochromeDefault: string;
117
117
  export const modesColorInteractiveMonochromeDefaultAlt: string;
118
118
  export const modesColorInteractiveMonochromeDefaultAlt2: string;
119
+ export const modesColorInteractiveMonochromeDefaultAlt3: string;
119
120
  export const modesColorInteractiveMonochromeHoverAlt: string;
120
121
  export const modesColorInteractiveMonochromeHover: string;
121
122
  export const modesColorInteractiveMonochromeWithActive: string;
@@ -119,7 +119,8 @@ export const modesColorInteractiveMonochromeActive = "#000000";
119
119
  export const modesColorInteractiveMonochromeActiveAlt = "#00000026";
120
120
  export const modesColorInteractiveMonochromeDefault = "#000000e6";
121
121
  export const modesColorInteractiveMonochromeDefaultAlt = "#000000ab";
122
- export const modesColorInteractiveMonochromeDefaultAlt2 = "#0000006b";
122
+ export const modesColorInteractiveMonochromeDefaultAlt2 = "#0000008c";
123
+ export const modesColorInteractiveMonochromeDefaultAlt3 = "#0000006b";
123
124
  export const modesColorInteractiveMonochromeHoverAlt = "#0000001a";
124
125
  export const modesColorInteractiveMonochromeHover = "#00000026";
125
126
  export const modesColorInteractiveMonochromeWithActive = "#FFFFFF";
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt: string;
212
212
  export const formColorDropdownLabelDisabled: string;
213
213
  export const formColorDropdownLabelEnabled: string;
214
214
  export const formColorDropdownLabelHover: string;
215
+ export const formColorDropdownLabelSubtext: string;
215
216
  export const formColorLabelsetLabelRequired: string;
216
217
  export const formColorLabelsetLabelDefault: string;
217
218
  export const formColorLabelsetLabelAlt: string;
@@ -322,6 +323,13 @@ export const formTypographyAdaptiveLabelL: {
322
323
  fontSize: string;
323
324
  paragraphSpacing: string;
324
325
  };
326
+ export const formTypographyAdaptiveDefaultXs: {
327
+ fontFamily: string;
328
+ fontWeight: string;
329
+ lineHeight: number;
330
+ fontSize: string;
331
+ paragraphSpacing: string;
332
+ };
325
333
  export const formTypographyAdaptiveDefaultS: {
326
334
  fontFamily: string;
327
335
  fontWeight: string;
@@ -364,6 +372,13 @@ export const formTypographyResponsiveLabelL: {
364
372
  fontSize: string;
365
373
  paragraphSpacing: string;
366
374
  };
375
+ export const formTypographyResponsiveDefaultXs: {
376
+ fontFamily: string;
377
+ fontWeight: string;
378
+ lineHeight: number;
379
+ fontSize: string;
380
+ paragraphSpacing: string;
381
+ };
367
382
  export const formTypographyResponsiveDefaultS: {
368
383
  fontFamily: string;
369
384
  fontWeight: string;
@@ -212,6 +212,7 @@ export const formColorDropdownLabelAlt = "#ffffffe6";
212
212
  export const formColorDropdownLabelDisabled = "#ffffff4d";
213
213
  export const formColorDropdownLabelEnabled = "#ffffffab";
214
214
  export const formColorDropdownLabelHover = "#FFFFFF";
215
+ export const formColorDropdownLabelSubtext = "#ffffff6b";
215
216
  export const formColorLabelsetLabelRequired = "#E13E53";
216
217
  export const formColorLabelsetLabelDefault = "#fffffff2";
217
218
  export const formColorLabelsetLabelAlt = "#ffffff8c";
@@ -332,6 +333,13 @@ export const formTypographyAdaptiveLabelL = {
332
333
  fontSize: "16px",
333
334
  paragraphSpacing: "0",
334
335
  };
336
+ export const formTypographyAdaptiveDefaultXs = {
337
+ fontFamily: "Sage UI",
338
+ fontWeight: "400",
339
+ lineHeight: 1.5,
340
+ fontSize: "13px",
341
+ paragraphSpacing: "0",
342
+ };
335
343
  export const formTypographyAdaptiveDefaultS = {
336
344
  fontFamily: "Sage UI",
337
345
  fontWeight: "400",
@@ -374,6 +382,13 @@ export const formTypographyResponsiveLabelL = {
374
382
  fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
375
383
  paragraphSpacing: "0",
376
384
  };
385
+ export const formTypographyResponsiveDefaultXs = {
386
+ fontFamily: "Sage UI",
387
+ fontWeight: "400",
388
+ lineHeight: 1.5,
389
+ fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
390
+ paragraphSpacing: "0",
391
+ };
377
392
  export const formTypographyResponsiveDefaultS = {
378
393
  fontFamily: "Sage UI",
379
394
  fontWeight: "400",
@@ -116,6 +116,7 @@ export const modesColorInteractiveMonochromeActiveAlt: string;
116
116
  export const modesColorInteractiveMonochromeDefault: string;
117
117
  export const modesColorInteractiveMonochromeDefaultAlt: string;
118
118
  export const modesColorInteractiveMonochromeDefaultAlt2: string;
119
+ export const modesColorInteractiveMonochromeDefaultAlt3: string;
119
120
  export const modesColorInteractiveMonochromeHoverAlt: string;
120
121
  export const modesColorInteractiveMonochromeHover: string;
121
122
  export const modesColorInteractiveMonochromeWithActive: string;
@@ -119,7 +119,8 @@ export const modesColorInteractiveMonochromeActive = "#FFFFFF";
119
119
  export const modesColorInteractiveMonochromeActiveAlt = "#ffffff26";
120
120
  export const modesColorInteractiveMonochromeDefault = "#ffffffe6";
121
121
  export const modesColorInteractiveMonochromeDefaultAlt = "#ffffffab";
122
- export const modesColorInteractiveMonochromeDefaultAlt2 = "#ffffff6b";
122
+ export const modesColorInteractiveMonochromeDefaultAlt2 = "#ffffff8c";
123
+ export const modesColorInteractiveMonochromeDefaultAlt3 = "#ffffff6b";
123
124
  export const modesColorInteractiveMonochromeHoverAlt = "#ffffff1a";
124
125
  export const modesColorInteractiveMonochromeHover = "#ffffff26";
125
126
  export const modesColorInteractiveMonochromeWithActive = "#000000";