@sage/design-tokens 15.0.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 (240) hide show
  1. package/css/frozenproduct/all.css +7 -3
  2. package/css/frozenproduct/large/components/form.css +3 -0
  3. package/css/frozenproduct/large/components/nav.css +1 -1
  4. package/css/frozenproduct/large/dark.css +2 -1
  5. package/css/frozenproduct/large/light.css +2 -1
  6. package/css/frozenproduct/small/components/form.css +3 -0
  7. package/css/frozenproduct/small/components/nav.css +1 -1
  8. package/css/frozenproduct/small/dark.css +2 -1
  9. package/css/frozenproduct/small/light.css +2 -1
  10. package/css/product/all.css +7 -3
  11. package/css/product/large/components/form.css +3 -0
  12. package/css/product/large/components/nav.css +1 -1
  13. package/css/product/large/dark.css +2 -1
  14. package/css/product/large/light.css +2 -1
  15. package/css/product/small/components/form.css +3 -0
  16. package/css/product/small/components/nav.css +1 -1
  17. package/css/product/small/dark.css +2 -1
  18. package/css/product/small/light.css +2 -1
  19. package/ios/frozenproduct/large/dark/components/form.h +3 -0
  20. package/ios/frozenproduct/large/dark/components/nav.h +1 -1
  21. package/ios/frozenproduct/large/dark/mode.h +2 -1
  22. package/ios/frozenproduct/large/light/components/form.h +3 -0
  23. package/ios/frozenproduct/large/light/components/nav.h +1 -1
  24. package/ios/frozenproduct/large/light/mode.h +2 -1
  25. package/ios/frozenproduct/small/dark/components/form.h +3 -0
  26. package/ios/frozenproduct/small/dark/components/nav.h +1 -1
  27. package/ios/frozenproduct/small/dark/mode.h +2 -1
  28. package/ios/frozenproduct/small/light/components/form.h +3 -0
  29. package/ios/frozenproduct/small/light/components/nav.h +1 -1
  30. package/ios/frozenproduct/small/light/mode.h +2 -1
  31. package/ios/product/large/dark/components/form.h +3 -0
  32. package/ios/product/large/dark/components/nav.h +1 -1
  33. package/ios/product/large/dark/mode.h +2 -1
  34. package/ios/product/large/light/components/form.h +3 -0
  35. package/ios/product/large/light/components/nav.h +1 -1
  36. package/ios/product/large/light/mode.h +2 -1
  37. package/ios/product/small/dark/components/form.h +3 -0
  38. package/ios/product/small/dark/components/nav.h +1 -1
  39. package/ios/product/small/dark/mode.h +2 -1
  40. package/ios/product/small/light/components/form.h +3 -0
  41. package/ios/product/small/light/components/nav.h +1 -1
  42. package/ios/product/small/light/mode.h +2 -1
  43. package/js/common/frozenproduct/large/dark/components/form.d.ts +3 -0
  44. package/js/common/frozenproduct/large/dark/components/form.js +53 -0
  45. package/js/common/frozenproduct/large/dark/components/nav.js +2 -2
  46. package/js/common/frozenproduct/large/dark/mode.d.ts +1 -0
  47. package/js/common/frozenproduct/large/dark/mode.js +42 -2
  48. package/js/common/frozenproduct/large/light/components/form.d.ts +3 -0
  49. package/js/common/frozenproduct/large/light/components/form.js +53 -0
  50. package/js/common/frozenproduct/large/light/components/nav.js +2 -2
  51. package/js/common/frozenproduct/large/light/mode.d.ts +1 -0
  52. package/js/common/frozenproduct/large/light/mode.js +42 -2
  53. package/js/common/frozenproduct/small/dark/components/form.d.ts +3 -0
  54. package/js/common/frozenproduct/small/dark/components/form.js +53 -0
  55. package/js/common/frozenproduct/small/dark/components/nav.js +2 -2
  56. package/js/common/frozenproduct/small/dark/mode.d.ts +1 -0
  57. package/js/common/frozenproduct/small/dark/mode.js +42 -2
  58. package/js/common/frozenproduct/small/light/components/form.d.ts +3 -0
  59. package/js/common/frozenproduct/small/light/components/form.js +53 -0
  60. package/js/common/frozenproduct/small/light/components/nav.js +2 -2
  61. package/js/common/frozenproduct/small/light/mode.d.ts +1 -0
  62. package/js/common/frozenproduct/small/light/mode.js +42 -2
  63. package/js/common/product/large/dark/components/form.d.ts +3 -0
  64. package/js/common/product/large/dark/components/form.js +53 -0
  65. package/js/common/product/large/dark/components/nav.js +2 -2
  66. package/js/common/product/large/dark/mode.d.ts +1 -0
  67. package/js/common/product/large/dark/mode.js +42 -2
  68. package/js/common/product/large/light/components/form.d.ts +3 -0
  69. package/js/common/product/large/light/components/form.js +53 -0
  70. package/js/common/product/large/light/components/nav.js +2 -2
  71. package/js/common/product/large/light/mode.d.ts +1 -0
  72. package/js/common/product/large/light/mode.js +42 -2
  73. package/js/common/product/small/dark/components/form.d.ts +3 -0
  74. package/js/common/product/small/dark/components/form.js +53 -0
  75. package/js/common/product/small/dark/components/nav.js +2 -2
  76. package/js/common/product/small/dark/mode.d.ts +1 -0
  77. package/js/common/product/small/dark/mode.js +42 -2
  78. package/js/common/product/small/light/components/form.d.ts +3 -0
  79. package/js/common/product/small/light/components/form.js +53 -0
  80. package/js/common/product/small/light/components/nav.js +2 -2
  81. package/js/common/product/small/light/mode.d.ts +1 -0
  82. package/js/common/product/small/light/mode.js +42 -2
  83. package/js/es6/frozenproduct/large/dark/components/form.d.ts +15 -0
  84. package/js/es6/frozenproduct/large/dark/components/form.js +15 -0
  85. package/js/es6/frozenproduct/large/dark/components/nav.js +1 -1
  86. package/js/es6/frozenproduct/large/dark/mode.d.ts +1 -0
  87. package/js/es6/frozenproduct/large/dark/mode.js +2 -1
  88. package/js/es6/frozenproduct/large/light/components/form.d.ts +15 -0
  89. package/js/es6/frozenproduct/large/light/components/form.js +15 -0
  90. package/js/es6/frozenproduct/large/light/components/nav.js +1 -1
  91. package/js/es6/frozenproduct/large/light/mode.d.ts +1 -0
  92. package/js/es6/frozenproduct/large/light/mode.js +2 -1
  93. package/js/es6/frozenproduct/small/dark/components/form.d.ts +15 -0
  94. package/js/es6/frozenproduct/small/dark/components/form.js +15 -0
  95. package/js/es6/frozenproduct/small/dark/components/nav.js +1 -1
  96. package/js/es6/frozenproduct/small/dark/mode.d.ts +1 -0
  97. package/js/es6/frozenproduct/small/dark/mode.js +2 -1
  98. package/js/es6/frozenproduct/small/light/components/form.d.ts +15 -0
  99. package/js/es6/frozenproduct/small/light/components/form.js +15 -0
  100. package/js/es6/frozenproduct/small/light/components/nav.js +1 -1
  101. package/js/es6/frozenproduct/small/light/mode.d.ts +1 -0
  102. package/js/es6/frozenproduct/small/light/mode.js +2 -1
  103. package/js/es6/product/large/dark/components/form.d.ts +15 -0
  104. package/js/es6/product/large/dark/components/form.js +15 -0
  105. package/js/es6/product/large/dark/components/nav.js +1 -1
  106. package/js/es6/product/large/dark/mode.d.ts +1 -0
  107. package/js/es6/product/large/dark/mode.js +2 -1
  108. package/js/es6/product/large/light/components/form.d.ts +15 -0
  109. package/js/es6/product/large/light/components/form.js +15 -0
  110. package/js/es6/product/large/light/components/nav.js +1 -1
  111. package/js/es6/product/large/light/mode.d.ts +1 -0
  112. package/js/es6/product/large/light/mode.js +2 -1
  113. package/js/es6/product/small/dark/components/form.d.ts +15 -0
  114. package/js/es6/product/small/dark/components/form.js +15 -0
  115. package/js/es6/product/small/dark/components/nav.js +1 -1
  116. package/js/es6/product/small/dark/mode.d.ts +1 -0
  117. package/js/es6/product/small/dark/mode.js +2 -1
  118. package/js/es6/product/small/light/components/form.d.ts +15 -0
  119. package/js/es6/product/small/light/components/form.js +15 -0
  120. package/js/es6/product/small/light/components/nav.js +1 -1
  121. package/js/es6/product/small/light/mode.d.ts +1 -0
  122. package/js/es6/product/small/light/mode.js +2 -1
  123. package/js/umd/frozenproduct/large/dark/components/form.js +53 -0
  124. package/js/umd/frozenproduct/large/dark/components/nav.js +2 -2
  125. package/js/umd/frozenproduct/large/dark/mode.js +42 -2
  126. package/js/umd/frozenproduct/large/light/components/form.js +53 -0
  127. package/js/umd/frozenproduct/large/light/components/nav.js +2 -2
  128. package/js/umd/frozenproduct/large/light/mode.js +42 -2
  129. package/js/umd/frozenproduct/small/dark/components/form.js +53 -0
  130. package/js/umd/frozenproduct/small/dark/components/nav.js +2 -2
  131. package/js/umd/frozenproduct/small/dark/mode.js +42 -2
  132. package/js/umd/frozenproduct/small/light/components/form.js +53 -0
  133. package/js/umd/frozenproduct/small/light/components/nav.js +2 -2
  134. package/js/umd/frozenproduct/small/light/mode.js +42 -2
  135. package/js/umd/product/large/dark/components/form.js +53 -0
  136. package/js/umd/product/large/dark/components/nav.js +2 -2
  137. package/js/umd/product/large/dark/mode.js +42 -2
  138. package/js/umd/product/large/light/components/form.js +53 -0
  139. package/js/umd/product/large/light/components/nav.js +2 -2
  140. package/js/umd/product/large/light/mode.js +42 -2
  141. package/js/umd/product/small/dark/components/form.js +53 -0
  142. package/js/umd/product/small/dark/components/nav.js +2 -2
  143. package/js/umd/product/small/dark/mode.js +42 -2
  144. package/js/umd/product/small/light/components/form.js +53 -0
  145. package/js/umd/product/small/light/components/nav.js +2 -2
  146. package/js/umd/product/small/light/mode.js +42 -2
  147. package/json/flat/frozenproduct/large/dark/components/form.json +3 -0
  148. package/json/flat/frozenproduct/large/dark/components/nav.json +1 -1
  149. package/json/flat/frozenproduct/large/dark/mode.json +2 -1
  150. package/json/flat/frozenproduct/large/light/components/form.json +3 -0
  151. package/json/flat/frozenproduct/large/light/components/nav.json +1 -1
  152. package/json/flat/frozenproduct/large/light/mode.json +2 -1
  153. package/json/flat/frozenproduct/small/dark/components/form.json +3 -0
  154. package/json/flat/frozenproduct/small/dark/components/nav.json +1 -1
  155. package/json/flat/frozenproduct/small/dark/mode.json +2 -1
  156. package/json/flat/frozenproduct/small/light/components/form.json +3 -0
  157. package/json/flat/frozenproduct/small/light/components/nav.json +1 -1
  158. package/json/flat/frozenproduct/small/light/mode.json +2 -1
  159. package/json/flat/product/large/dark/components/form.json +3 -0
  160. package/json/flat/product/large/dark/components/nav.json +1 -1
  161. package/json/flat/product/large/dark/mode.json +2 -1
  162. package/json/flat/product/large/light/components/form.json +3 -0
  163. package/json/flat/product/large/light/components/nav.json +1 -1
  164. package/json/flat/product/large/light/mode.json +2 -1
  165. package/json/flat/product/small/dark/components/form.json +3 -0
  166. package/json/flat/product/small/dark/components/nav.json +1 -1
  167. package/json/flat/product/small/dark/mode.json +2 -1
  168. package/json/flat/product/small/light/components/form.json +3 -0
  169. package/json/flat/product/small/light/components/nav.json +1 -1
  170. package/json/flat/product/small/light/mode.json +2 -1
  171. package/json/nested/frozenproduct/large/dark/components/form.json +16 -1
  172. package/json/nested/frozenproduct/large/dark/components/nav.json +1 -1
  173. package/json/nested/frozenproduct/large/dark/mode.json +2 -1
  174. package/json/nested/frozenproduct/large/light/components/form.json +16 -1
  175. package/json/nested/frozenproduct/large/light/components/nav.json +1 -1
  176. package/json/nested/frozenproduct/large/light/mode.json +2 -1
  177. package/json/nested/frozenproduct/small/dark/components/form.json +16 -1
  178. package/json/nested/frozenproduct/small/dark/components/nav.json +1 -1
  179. package/json/nested/frozenproduct/small/dark/mode.json +2 -1
  180. package/json/nested/frozenproduct/small/light/components/form.json +16 -1
  181. package/json/nested/frozenproduct/small/light/components/nav.json +1 -1
  182. package/json/nested/frozenproduct/small/light/mode.json +2 -1
  183. package/json/nested/product/large/dark/components/form.json +16 -1
  184. package/json/nested/product/large/dark/components/nav.json +1 -1
  185. package/json/nested/product/large/dark/mode.json +2 -1
  186. package/json/nested/product/large/light/components/form.json +16 -1
  187. package/json/nested/product/large/light/components/nav.json +1 -1
  188. package/json/nested/product/large/light/mode.json +2 -1
  189. package/json/nested/product/small/dark/components/form.json +16 -1
  190. package/json/nested/product/small/dark/components/nav.json +1 -1
  191. package/json/nested/product/small/dark/mode.json +2 -1
  192. package/json/nested/product/small/light/components/form.json +16 -1
  193. package/json/nested/product/small/light/components/nav.json +1 -1
  194. package/json/nested/product/small/light/mode.json +2 -1
  195. package/package.json +1 -1
  196. package/sage-design-tokens-15.2.0.tgz +0 -0
  197. package/scss/frozenproduct/large/components/form.scss +3 -0
  198. package/scss/frozenproduct/large/components/nav.scss +1 -1
  199. package/scss/frozenproduct/large/dark.scss +2 -1
  200. package/scss/frozenproduct/large/light.scss +2 -1
  201. package/scss/frozenproduct/small/components/button.scss +13 -13
  202. package/scss/frozenproduct/small/components/container.scss +10 -10
  203. package/scss/frozenproduct/small/components/form.scss +10 -7
  204. package/scss/frozenproduct/small/components/link.scss +2 -2
  205. package/scss/frozenproduct/small/components/nav.scss +6 -6
  206. package/scss/frozenproduct/small/components/page.scss +1 -1
  207. package/scss/frozenproduct/small/components/popover.scss +2 -2
  208. package/scss/frozenproduct/small/components/progress.scss +6 -6
  209. package/scss/frozenproduct/small/components/status.scss +3 -3
  210. package/scss/frozenproduct/small/components/tab.scss +7 -7
  211. package/scss/frozenproduct/small/components/table.scss +10 -10
  212. package/scss/frozenproduct/small/dark.scss +2 -1
  213. package/scss/frozenproduct/small/light.scss +2 -1
  214. package/scss/product/large/components/button.scss +13 -13
  215. package/scss/product/large/components/container.scss +10 -10
  216. package/scss/product/large/components/form.scss +10 -7
  217. package/scss/product/large/components/link.scss +2 -2
  218. package/scss/product/large/components/nav.scss +6 -6
  219. package/scss/product/large/components/page.scss +1 -1
  220. package/scss/product/large/components/popover.scss +2 -2
  221. package/scss/product/large/components/progress.scss +6 -6
  222. package/scss/product/large/components/status.scss +3 -3
  223. package/scss/product/large/components/tab.scss +7 -7
  224. package/scss/product/large/components/table.scss +10 -10
  225. package/scss/product/large/dark.scss +2 -1
  226. package/scss/product/large/light.scss +2 -1
  227. package/scss/product/small/components/button.scss +13 -13
  228. package/scss/product/small/components/container.scss +10 -10
  229. package/scss/product/small/components/form.scss +10 -7
  230. package/scss/product/small/components/link.scss +2 -2
  231. package/scss/product/small/components/nav.scss +6 -6
  232. package/scss/product/small/components/page.scss +1 -1
  233. package/scss/product/small/components/popover.scss +2 -2
  234. package/scss/product/small/components/progress.scss +6 -6
  235. package/scss/product/small/components/status.scss +3 -3
  236. package/scss/product/small/components/tab.scss +7 -7
  237. package/scss/product/small/components/table.scss +10 -10
  238. package/scss/product/small/dark.scss +2 -1
  239. package/scss/product/small/light.scss +2 -1
  240. package/sage-design-tokens-15.0.0.tgz +0 -0
@@ -3485,6 +3485,21 @@
3485
3485
  attributes: {},
3486
3486
  path: ["form", "color", "dropdown", "label-hover"],
3487
3487
  },
3488
+ "label-subtext": {
3489
+ $type: "color",
3490
+ $value: "#ffffff6b",
3491
+ $description: "Option subtext.",
3492
+ filePath: "data/tokens/components/form.json",
3493
+ isSource: true,
3494
+ original: {
3495
+ $type: "color",
3496
+ $value: "{modes.color.interactive.monochrome.defaultAlt3}",
3497
+ $description: "Option subtext.",
3498
+ },
3499
+ name: "formColorDropdownLabelSubtext",
3500
+ attributes: {},
3501
+ path: ["form", "color", "dropdown", "label-subtext"],
3502
+ },
3488
3503
  },
3489
3504
  labelset: {
3490
3505
  "label-required": {
@@ -4742,6 +4757,25 @@
4742
4757
  },
4743
4758
  },
4744
4759
  default: {
4760
+ XS: {
4761
+ $type: "typography",
4762
+ $value: {
4763
+ fontFamily: "Sage UI",
4764
+ fontWeight: "400",
4765
+ lineHeight: 1.5,
4766
+ fontSize: "13px",
4767
+ paragraphSpacing: "0",
4768
+ },
4769
+ filePath: "data/tokens/components/form.json",
4770
+ isSource: true,
4771
+ original: {
4772
+ $type: "typography",
4773
+ $value: "{global.typography.adaptive.component.moderate.XS}",
4774
+ },
4775
+ name: "formTypographyAdaptiveDefaultXs",
4776
+ attributes: {},
4777
+ path: ["form", "typography", "adaptive", "default", "XS"],
4778
+ },
4745
4779
  S: {
4746
4780
  $type: "typography",
4747
4781
  $value: {
@@ -4862,6 +4896,25 @@
4862
4896
  },
4863
4897
  },
4864
4898
  default: {
4899
+ XS: {
4900
+ $type: "typography",
4901
+ $value: {
4902
+ fontFamily: "Sage UI",
4903
+ fontWeight: "400",
4904
+ lineHeight: 1.5,
4905
+ fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
4906
+ paragraphSpacing: "0",
4907
+ },
4908
+ filePath: "data/tokens/components/form.json",
4909
+ isSource: true,
4910
+ original: {
4911
+ $type: "typography",
4912
+ $value: "{global.typography.responsive.component.moderate.XS}",
4913
+ },
4914
+ name: "formTypographyResponsiveDefaultXs",
4915
+ attributes: {},
4916
+ path: ["form", "typography", "responsive", "default", "XS"],
4917
+ },
4865
4918
  S: {
4866
4919
  $type: "typography",
4867
4920
  $value: {
@@ -1124,13 +1124,13 @@
1124
1124
  parentContainer: {
1125
1125
  fixedWidth: {
1126
1126
  $type: "sizing",
1127
- $value: "140",
1127
+ $value: "146",
1128
1128
  $description: "fixed width of parent container",
1129
1129
  filePath: "data/tokens/components/nav.json",
1130
1130
  isSource: true,
1131
1131
  original: {
1132
1132
  $type: "sizing",
1133
- $value: "140",
1133
+ $value: "146",
1134
1134
  $description: "fixed width of parent container",
1135
1135
  },
1136
1136
  name: "navSizeLeftnavParentContainerFixedWidth",
@@ -2602,6 +2602,46 @@
2602
2602
  ],
2603
2603
  },
2604
2604
  defaultAlt2: {
2605
+ $extensions: {
2606
+ "studio.tokens": {
2607
+ modify: {
2608
+ type: "alpha",
2609
+ value: "0.55",
2610
+ space: "lch",
2611
+ format: "hex",
2612
+ },
2613
+ },
2614
+ },
2615
+ $type: "color",
2616
+ $value: "#ffffff8c",
2617
+ $description: "Dropdown option subtext.",
2618
+ filePath: "data/tokens/modes/dark.json",
2619
+ isSource: true,
2620
+ original: {
2621
+ $extensions: {
2622
+ "studio.tokens": {
2623
+ modify: {
2624
+ type: "alpha",
2625
+ value: "0.55",
2626
+ space: "lch",
2627
+ },
2628
+ },
2629
+ },
2630
+ $type: "color",
2631
+ $value: "{modes.color.interactive.monochrome.active}",
2632
+ $description: "Dropdown option subtext.",
2633
+ },
2634
+ name: "modesColorInteractiveMonochromeDefaultAlt2",
2635
+ attributes: {},
2636
+ path: [
2637
+ "modes",
2638
+ "color",
2639
+ "interactive",
2640
+ "monochrome",
2641
+ "defaultAlt2",
2642
+ ],
2643
+ },
2644
+ defaultAlt3: {
2605
2645
  $extensions: {
2606
2646
  "studio.tokens": {
2607
2647
  modify: {
@@ -2631,14 +2671,14 @@
2631
2671
  $value: "{modes.color.interactive.monochrome.active}",
2632
2672
  $description: "Tertiary border color",
2633
2673
  },
2634
- name: "modesColorInteractiveMonochromeDefaultAlt2",
2674
+ name: "modesColorInteractiveMonochromeDefaultAlt3",
2635
2675
  attributes: {},
2636
2676
  path: [
2637
2677
  "modes",
2638
2678
  "color",
2639
2679
  "interactive",
2640
2680
  "monochrome",
2641
- "defaultAlt2",
2681
+ "defaultAlt3",
2642
2682
  ],
2643
2683
  },
2644
2684
  hoverAlt: {
@@ -3485,6 +3485,21 @@
3485
3485
  attributes: {},
3486
3486
  path: ["form", "color", "dropdown", "label-hover"],
3487
3487
  },
3488
+ "label-subtext": {
3489
+ $type: "color",
3490
+ $value: "#0000006b",
3491
+ $description: "Option subtext.",
3492
+ filePath: "data/tokens/components/form.json",
3493
+ isSource: true,
3494
+ original: {
3495
+ $type: "color",
3496
+ $value: "{modes.color.interactive.monochrome.defaultAlt3}",
3497
+ $description: "Option subtext.",
3498
+ },
3499
+ name: "formColorDropdownLabelSubtext",
3500
+ attributes: {},
3501
+ path: ["form", "color", "dropdown", "label-subtext"],
3502
+ },
3488
3503
  },
3489
3504
  labelset: {
3490
3505
  "label-required": {
@@ -4742,6 +4757,25 @@
4742
4757
  },
4743
4758
  },
4744
4759
  default: {
4760
+ XS: {
4761
+ $type: "typography",
4762
+ $value: {
4763
+ fontFamily: "Sage UI",
4764
+ fontWeight: "400",
4765
+ lineHeight: 1.5,
4766
+ fontSize: "13px",
4767
+ paragraphSpacing: "0",
4768
+ },
4769
+ filePath: "data/tokens/components/form.json",
4770
+ isSource: true,
4771
+ original: {
4772
+ $type: "typography",
4773
+ $value: "{global.typography.adaptive.component.moderate.XS}",
4774
+ },
4775
+ name: "formTypographyAdaptiveDefaultXs",
4776
+ attributes: {},
4777
+ path: ["form", "typography", "adaptive", "default", "XS"],
4778
+ },
4745
4779
  S: {
4746
4780
  $type: "typography",
4747
4781
  $value: {
@@ -4862,6 +4896,25 @@
4862
4896
  },
4863
4897
  },
4864
4898
  default: {
4899
+ XS: {
4900
+ $type: "typography",
4901
+ $value: {
4902
+ fontFamily: "Sage UI",
4903
+ fontWeight: "400",
4904
+ lineHeight: 1.5,
4905
+ fontSize: "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
4906
+ paragraphSpacing: "0",
4907
+ },
4908
+ filePath: "data/tokens/components/form.json",
4909
+ isSource: true,
4910
+ original: {
4911
+ $type: "typography",
4912
+ $value: "{global.typography.responsive.component.moderate.XS}",
4913
+ },
4914
+ name: "formTypographyResponsiveDefaultXs",
4915
+ attributes: {},
4916
+ path: ["form", "typography", "responsive", "default", "XS"],
4917
+ },
4865
4918
  S: {
4866
4919
  $type: "typography",
4867
4920
  $value: {
@@ -1124,13 +1124,13 @@
1124
1124
  parentContainer: {
1125
1125
  fixedWidth: {
1126
1126
  $type: "sizing",
1127
- $value: "140",
1127
+ $value: "146",
1128
1128
  $description: "fixed width of parent container",
1129
1129
  filePath: "data/tokens/components/nav.json",
1130
1130
  isSource: true,
1131
1131
  original: {
1132
1132
  $type: "sizing",
1133
- $value: "140",
1133
+ $value: "146",
1134
1134
  $description: "fixed width of parent container",
1135
1135
  },
1136
1136
  name: "navSizeLeftnavParentContainerFixedWidth",
@@ -2637,6 +2637,46 @@
2637
2637
  ],
2638
2638
  },
2639
2639
  defaultAlt2: {
2640
+ $extensions: {
2641
+ "studio.tokens": {
2642
+ modify: {
2643
+ type: "alpha",
2644
+ value: "0.55",
2645
+ space: "lch",
2646
+ format: "hex",
2647
+ },
2648
+ },
2649
+ },
2650
+ $type: "color",
2651
+ $value: "#0000008c",
2652
+ $description: "Dropdown option subtext.",
2653
+ filePath: "data/tokens/modes/light.json",
2654
+ isSource: true,
2655
+ original: {
2656
+ $extensions: {
2657
+ "studio.tokens": {
2658
+ modify: {
2659
+ type: "alpha",
2660
+ value: "0.55",
2661
+ space: "lch",
2662
+ },
2663
+ },
2664
+ },
2665
+ $type: "color",
2666
+ $value: "{modes.color.interactive.monochrome.active}",
2667
+ $description: "Dropdown option subtext.",
2668
+ },
2669
+ name: "modesColorInteractiveMonochromeDefaultAlt2",
2670
+ attributes: {},
2671
+ path: [
2672
+ "modes",
2673
+ "color",
2674
+ "interactive",
2675
+ "monochrome",
2676
+ "defaultAlt2",
2677
+ ],
2678
+ },
2679
+ defaultAlt3: {
2640
2680
  $extensions: {
2641
2681
  "studio.tokens": {
2642
2682
  modify: {
@@ -2666,14 +2706,14 @@
2666
2706
  $value: "{modes.color.interactive.monochrome.active}",
2667
2707
  $description: "Tertiary border color",
2668
2708
  },
2669
- name: "modesColorInteractiveMonochromeDefaultAlt2",
2709
+ name: "modesColorInteractiveMonochromeDefaultAlt3",
2670
2710
  attributes: {},
2671
2711
  path: [
2672
2712
  "modes",
2673
2713
  "color",
2674
2714
  "interactive",
2675
2715
  "monochrome",
2676
- "defaultAlt2",
2716
+ "defaultAlt3",
2677
2717
  ],
2678
2718
  },
2679
2719
  hoverAlt: {
@@ -205,6 +205,7 @@
205
205
  "formColorDropdownLabelDisabled": "#ffffff4d",
206
206
  "formColorDropdownLabelEnabled": "#ffffffab",
207
207
  "formColorDropdownLabelHover": "#FFFFFF",
208
+ "formColorDropdownLabelSubtext": "#ffffff6b",
208
209
  "formColorLabelsetLabelRequired": "#E13E53",
209
210
  "formColorLabelsetLabelDefault": "#fffffff2",
210
211
  "formColorLabelsetLabelAlt": "#ffffff8c",
@@ -290,12 +291,14 @@
290
291
  "formTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
291
292
  "formTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
292
293
  "formTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
294
+ "formTypographyAdaptiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"},
293
295
  "formTypographyAdaptiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
294
296
  "formTypographyAdaptiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
295
297
  "formTypographyAdaptiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
296
298
  "formTypographyResponsiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
297
299
  "formTypographyResponsiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
298
300
  "formTypographyResponsiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"},
301
+ "formTypographyResponsiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"},
299
302
  "formTypographyResponsiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
300
303
  "formTypographyResponsiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
301
304
  "formTypographyResponsiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"}
@@ -67,7 +67,7 @@
67
67
  "navSizeLeftnavParentMinheight": 48,
68
68
  "navSizeLeftnavChildMinheight": 40,
69
69
  "navSizeLeftnavGrandchildMinheight": 32,
70
- "navSizeLeftnavParentContainerFixedWidth": "140",
70
+ "navSizeLeftnavParentContainerFixedWidth": "146",
71
71
  "navSizeLeftnavChildContainerFixedWidth": "250",
72
72
  "navSizeModalParentitemMinheight": 40,
73
73
  "navSizeModalChilditemMinheight": 32,
@@ -108,7 +108,8 @@
108
108
  "modesColorInteractiveMonochromeActiveAlt": "#ffffff26",
109
109
  "modesColorInteractiveMonochromeDefault": "#ffffffe6",
110
110
  "modesColorInteractiveMonochromeDefaultAlt": "#ffffffab",
111
- "modesColorInteractiveMonochromeDefaultAlt2": "#ffffff6b",
111
+ "modesColorInteractiveMonochromeDefaultAlt2": "#ffffff8c",
112
+ "modesColorInteractiveMonochromeDefaultAlt3": "#ffffff6b",
112
113
  "modesColorInteractiveMonochromeHoverAlt": "#ffffff1a",
113
114
  "modesColorInteractiveMonochromeHover": "#ffffff26",
114
115
  "modesColorInteractiveMonochromeWithActive": "#000000",
@@ -205,6 +205,7 @@
205
205
  "formColorDropdownLabelDisabled": "#0000006b",
206
206
  "formColorDropdownLabelEnabled": "#000000ab",
207
207
  "formColorDropdownLabelHover": "#000000",
208
+ "formColorDropdownLabelSubtext": "#0000006b",
208
209
  "formColorLabelsetLabelRequired": "#CD384B",
209
210
  "formColorLabelsetLabelDefault": "#000000f2",
210
211
  "formColorLabelsetLabelAlt": "#0000008c",
@@ -290,12 +291,14 @@
290
291
  "formTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
291
292
  "formTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
292
293
  "formTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
294
+ "formTypographyAdaptiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"},
293
295
  "formTypographyAdaptiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
294
296
  "formTypographyAdaptiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
295
297
  "formTypographyAdaptiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
296
298
  "formTypographyResponsiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
297
299
  "formTypographyResponsiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
298
300
  "formTypographyResponsiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"},
301
+ "formTypographyResponsiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"},
299
302
  "formTypographyResponsiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
300
303
  "formTypographyResponsiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
301
304
  "formTypographyResponsiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"}
@@ -67,7 +67,7 @@
67
67
  "navSizeLeftnavParentMinheight": 48,
68
68
  "navSizeLeftnavChildMinheight": 40,
69
69
  "navSizeLeftnavGrandchildMinheight": 32,
70
- "navSizeLeftnavParentContainerFixedWidth": "140",
70
+ "navSizeLeftnavParentContainerFixedWidth": "146",
71
71
  "navSizeLeftnavChildContainerFixedWidth": "250",
72
72
  "navSizeModalParentitemMinheight": 40,
73
73
  "navSizeModalChilditemMinheight": 32,
@@ -108,7 +108,8 @@
108
108
  "modesColorInteractiveMonochromeActiveAlt": "#00000026",
109
109
  "modesColorInteractiveMonochromeDefault": "#000000e6",
110
110
  "modesColorInteractiveMonochromeDefaultAlt": "#000000ab",
111
- "modesColorInteractiveMonochromeDefaultAlt2": "#0000006b",
111
+ "modesColorInteractiveMonochromeDefaultAlt2": "#0000008c",
112
+ "modesColorInteractiveMonochromeDefaultAlt3": "#0000006b",
112
113
  "modesColorInteractiveMonochromeHoverAlt": "#0000001a",
113
114
  "modesColorInteractiveMonochromeHover": "#00000026",
114
115
  "modesColorInteractiveMonochromeWithActive": "#FFFFFF",
@@ -205,6 +205,7 @@
205
205
  "formColorDropdownLabelDisabled": "#ffffff4d",
206
206
  "formColorDropdownLabelEnabled": "#ffffffab",
207
207
  "formColorDropdownLabelHover": "#FFFFFF",
208
+ "formColorDropdownLabelSubtext": "#ffffff6b",
208
209
  "formColorLabelsetLabelRequired": "#E13E53",
209
210
  "formColorLabelsetLabelDefault": "#fffffff2",
210
211
  "formColorLabelsetLabelAlt": "#ffffff8c",
@@ -290,12 +291,14 @@
290
291
  "formTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
291
292
  "formTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
292
293
  "formTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
294
+ "formTypographyAdaptiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"},
293
295
  "formTypographyAdaptiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
294
296
  "formTypographyAdaptiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
295
297
  "formTypographyAdaptiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
296
298
  "formTypographyResponsiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
297
299
  "formTypographyResponsiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
298
300
  "formTypographyResponsiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"},
301
+ "formTypographyResponsiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"},
299
302
  "formTypographyResponsiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
300
303
  "formTypographyResponsiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
301
304
  "formTypographyResponsiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"}
@@ -67,7 +67,7 @@
67
67
  "navSizeLeftnavParentMinheight": 48,
68
68
  "navSizeLeftnavChildMinheight": 40,
69
69
  "navSizeLeftnavGrandchildMinheight": 32,
70
- "navSizeLeftnavParentContainerFixedWidth": "140",
70
+ "navSizeLeftnavParentContainerFixedWidth": "146",
71
71
  "navSizeLeftnavChildContainerFixedWidth": "250",
72
72
  "navSizeModalParentitemMinheight": 40,
73
73
  "navSizeModalChilditemMinheight": 32,
@@ -108,7 +108,8 @@
108
108
  "modesColorInteractiveMonochromeActiveAlt": "#ffffff26",
109
109
  "modesColorInteractiveMonochromeDefault": "#ffffffe6",
110
110
  "modesColorInteractiveMonochromeDefaultAlt": "#ffffffab",
111
- "modesColorInteractiveMonochromeDefaultAlt2": "#ffffff6b",
111
+ "modesColorInteractiveMonochromeDefaultAlt2": "#ffffff8c",
112
+ "modesColorInteractiveMonochromeDefaultAlt3": "#ffffff6b",
112
113
  "modesColorInteractiveMonochromeHoverAlt": "#ffffff1a",
113
114
  "modesColorInteractiveMonochromeHover": "#ffffff26",
114
115
  "modesColorInteractiveMonochromeWithActive": "#000000",
@@ -205,6 +205,7 @@
205
205
  "formColorDropdownLabelDisabled": "#0000006b",
206
206
  "formColorDropdownLabelEnabled": "#000000ab",
207
207
  "formColorDropdownLabelHover": "#000000",
208
+ "formColorDropdownLabelSubtext": "#0000006b",
208
209
  "formColorLabelsetLabelRequired": "#CD384B",
209
210
  "formColorLabelsetLabelDefault": "#000000f2",
210
211
  "formColorLabelsetLabelAlt": "#0000008c",
@@ -290,12 +291,14 @@
290
291
  "formTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
291
292
  "formTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
292
293
  "formTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
294
+ "formTypographyAdaptiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"},
293
295
  "formTypographyAdaptiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
294
296
  "formTypographyAdaptiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
295
297
  "formTypographyAdaptiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
296
298
  "formTypographyResponsiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
297
299
  "formTypographyResponsiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
298
300
  "formTypographyResponsiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"},
301
+ "formTypographyResponsiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"},
299
302
  "formTypographyResponsiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
300
303
  "formTypographyResponsiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
301
304
  "formTypographyResponsiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"}
@@ -67,7 +67,7 @@
67
67
  "navSizeLeftnavParentMinheight": 48,
68
68
  "navSizeLeftnavChildMinheight": 40,
69
69
  "navSizeLeftnavGrandchildMinheight": 32,
70
- "navSizeLeftnavParentContainerFixedWidth": "140",
70
+ "navSizeLeftnavParentContainerFixedWidth": "146",
71
71
  "navSizeLeftnavChildContainerFixedWidth": "250",
72
72
  "navSizeModalParentitemMinheight": 40,
73
73
  "navSizeModalChilditemMinheight": 32,
@@ -108,7 +108,8 @@
108
108
  "modesColorInteractiveMonochromeActiveAlt": "#00000026",
109
109
  "modesColorInteractiveMonochromeDefault": "#000000e6",
110
110
  "modesColorInteractiveMonochromeDefaultAlt": "#000000ab",
111
- "modesColorInteractiveMonochromeDefaultAlt2": "#0000006b",
111
+ "modesColorInteractiveMonochromeDefaultAlt2": "#0000008c",
112
+ "modesColorInteractiveMonochromeDefaultAlt3": "#0000006b",
112
113
  "modesColorInteractiveMonochromeHoverAlt": "#0000001a",
113
114
  "modesColorInteractiveMonochromeHover": "#00000026",
114
115
  "modesColorInteractiveMonochromeWithActive": "#FFFFFF",
@@ -205,6 +205,7 @@
205
205
  "formColorDropdownLabelDisabled": "#ffffff4d",
206
206
  "formColorDropdownLabelEnabled": "#ffffffab",
207
207
  "formColorDropdownLabelHover": "#FFFFFF",
208
+ "formColorDropdownLabelSubtext": "#ffffff6b",
208
209
  "formColorLabelsetLabelRequired": "#E13E53",
209
210
  "formColorLabelsetLabelDefault": "#fffffff2",
210
211
  "formColorLabelsetLabelAlt": "#ffffff8c",
@@ -290,12 +291,14 @@
290
291
  "formTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
291
292
  "formTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
292
293
  "formTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
294
+ "formTypographyAdaptiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"},
293
295
  "formTypographyAdaptiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
294
296
  "formTypographyAdaptiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
295
297
  "formTypographyAdaptiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
296
298
  "formTypographyResponsiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
297
299
  "formTypographyResponsiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
298
300
  "formTypographyResponsiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"},
301
+ "formTypographyResponsiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"},
299
302
  "formTypographyResponsiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
300
303
  "formTypographyResponsiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
301
304
  "formTypographyResponsiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"}
@@ -67,7 +67,7 @@
67
67
  "navSizeLeftnavParentMinheight": 48,
68
68
  "navSizeLeftnavChildMinheight": 40,
69
69
  "navSizeLeftnavGrandchildMinheight": 32,
70
- "navSizeLeftnavParentContainerFixedWidth": "140",
70
+ "navSizeLeftnavParentContainerFixedWidth": "146",
71
71
  "navSizeLeftnavChildContainerFixedWidth": "250",
72
72
  "navSizeModalParentitemMinheight": 40,
73
73
  "navSizeModalChilditemMinheight": 32,
@@ -108,7 +108,8 @@
108
108
  "modesColorInteractiveMonochromeActiveAlt": "#ffffff26",
109
109
  "modesColorInteractiveMonochromeDefault": "#ffffffe6",
110
110
  "modesColorInteractiveMonochromeDefaultAlt": "#ffffffab",
111
- "modesColorInteractiveMonochromeDefaultAlt2": "#ffffff6b",
111
+ "modesColorInteractiveMonochromeDefaultAlt2": "#ffffff8c",
112
+ "modesColorInteractiveMonochromeDefaultAlt3": "#ffffff6b",
112
113
  "modesColorInteractiveMonochromeHoverAlt": "#ffffff1a",
113
114
  "modesColorInteractiveMonochromeHover": "#ffffff26",
114
115
  "modesColorInteractiveMonochromeWithActive": "#000000",
@@ -205,6 +205,7 @@
205
205
  "formColorDropdownLabelDisabled": "#0000006b",
206
206
  "formColorDropdownLabelEnabled": "#000000ab",
207
207
  "formColorDropdownLabelHover": "#000000",
208
+ "formColorDropdownLabelSubtext": "#0000006b",
208
209
  "formColorLabelsetLabelRequired": "#CD384B",
209
210
  "formColorLabelsetLabelDefault": "#000000f2",
210
211
  "formColorLabelsetLabelAlt": "#0000008c",
@@ -290,12 +291,14 @@
290
291
  "formTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
291
292
  "formTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
292
293
  "formTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
294
+ "formTypographyAdaptiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"},
293
295
  "formTypographyAdaptiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
294
296
  "formTypographyAdaptiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
295
297
  "formTypographyAdaptiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
296
298
  "formTypographyResponsiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
297
299
  "formTypographyResponsiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
298
300
  "formTypographyResponsiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"},
301
+ "formTypographyResponsiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"},
299
302
  "formTypographyResponsiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
300
303
  "formTypographyResponsiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
301
304
  "formTypographyResponsiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"}
@@ -67,7 +67,7 @@
67
67
  "navSizeLeftnavParentMinheight": 48,
68
68
  "navSizeLeftnavChildMinheight": 40,
69
69
  "navSizeLeftnavGrandchildMinheight": 32,
70
- "navSizeLeftnavParentContainerFixedWidth": "140",
70
+ "navSizeLeftnavParentContainerFixedWidth": "146",
71
71
  "navSizeLeftnavChildContainerFixedWidth": "250",
72
72
  "navSizeModalParentitemMinheight": 40,
73
73
  "navSizeModalChilditemMinheight": 32,
@@ -108,7 +108,8 @@
108
108
  "modesColorInteractiveMonochromeActiveAlt": "#00000026",
109
109
  "modesColorInteractiveMonochromeDefault": "#000000e6",
110
110
  "modesColorInteractiveMonochromeDefaultAlt": "#000000ab",
111
- "modesColorInteractiveMonochromeDefaultAlt2": "#0000006b",
111
+ "modesColorInteractiveMonochromeDefaultAlt2": "#0000008c",
112
+ "modesColorInteractiveMonochromeDefaultAlt3": "#0000006b",
112
113
  "modesColorInteractiveMonochromeHoverAlt": "#0000001a",
113
114
  "modesColorInteractiveMonochromeHover": "#00000026",
114
115
  "modesColorInteractiveMonochromeWithActive": "#FFFFFF",