@ptsecurity/mosaic 13.2.0 → 13.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) hide show
  1. package/_theming.scss +241 -64
  2. package/_visual.scss +437 -232
  3. package/button/button.component.d.ts +1 -1
  4. package/core/option/option.d.ts +1 -0
  5. package/core/validation/validation.d.ts +3 -3
  6. package/design-tokens/legacy-2017/tokens/components/alert.json5 +37 -37
  7. package/design-tokens/legacy-2017/tokens/components/autocomplete.json5 +2 -2
  8. package/design-tokens/legacy-2017/tokens/components/badge.json5 +69 -69
  9. package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -2
  10. package/design-tokens/legacy-2017/tokens/components/button.json5 +55 -56
  11. package/design-tokens/legacy-2017/tokens/components/card.json5 +25 -25
  12. package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +13 -13
  13. package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +12 -12
  14. package/design-tokens/legacy-2017/tokens/components/dl.json5 +8 -8
  15. package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +5 -4
  16. package/design-tokens/legacy-2017/tokens/components/form-field.json5 +27 -26
  17. package/design-tokens/legacy-2017/tokens/components/forms.json5 +14 -14
  18. package/design-tokens/legacy-2017/tokens/components/icon.json5 +104 -0
  19. package/design-tokens/legacy-2017/tokens/components/input.json5 +2 -3
  20. package/design-tokens/legacy-2017/tokens/components/link.json5 +13 -19
  21. package/design-tokens/legacy-2017/tokens/components/list.json5 +3 -5
  22. package/design-tokens/legacy-2017/tokens/components/modal.json5 +17 -15
  23. package/design-tokens/legacy-2017/tokens/components/navbar.json5 +19 -18
  24. package/design-tokens/legacy-2017/tokens/components/option.json5 +2 -2
  25. package/design-tokens/legacy-2017/tokens/components/popover.json5 +23 -23
  26. package/design-tokens/legacy-2017/tokens/components/popup.json5 +8 -8
  27. package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +3 -3
  28. package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +1 -1
  29. package/design-tokens/legacy-2017/tokens/components/radio.json5 +12 -12
  30. package/design-tokens/legacy-2017/tokens/components/select.json5 +6 -7
  31. package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +7 -5
  32. package/design-tokens/legacy-2017/tokens/components/table.json5 +4 -4
  33. package/design-tokens/legacy-2017/tokens/components/tabs.json5 +32 -32
  34. package/design-tokens/legacy-2017/tokens/components/tags.json5 +56 -57
  35. package/design-tokens/legacy-2017/tokens/components/textarea.json5 +1 -1
  36. package/design-tokens/legacy-2017/tokens/components/timepicker.json5 +1 -1
  37. package/design-tokens/legacy-2017/tokens/components/toggle.json5 +18 -18
  38. package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +27 -27
  39. package/design-tokens/legacy-2017/tokens/components/tree.json5 +6 -3
  40. package/design-tokens/legacy-2017/tokens/properties/colors.json5 +39 -35
  41. package/design-tokens/legacy-2017/tokens/properties/globals.json5 +14 -14
  42. package/design-tokens/legacy-2017/tokens/properties/typography.json5 +70 -35
  43. package/design-tokens/legacy-2017/tokens.d.ts +220 -122
  44. package/design-tokens/pt-2022/tokens/components/alert.json5 +37 -37
  45. package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +2 -2
  46. package/design-tokens/pt-2022/tokens/components/badge.json5 +68 -68
  47. package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -2
  48. package/design-tokens/pt-2022/tokens/components/button.json5 +56 -57
  49. package/design-tokens/pt-2022/tokens/components/card.json5 +25 -25
  50. package/design-tokens/pt-2022/tokens/components/checkbox.json5 +13 -13
  51. package/design-tokens/pt-2022/tokens/components/datepicker.json5 +12 -12
  52. package/design-tokens/pt-2022/tokens/components/dl.json5 +4 -4
  53. package/design-tokens/pt-2022/tokens/components/dropdown.json5 +5 -4
  54. package/design-tokens/pt-2022/tokens/components/form-field.json5 +26 -25
  55. package/design-tokens/pt-2022/tokens/components/forms.json5 +14 -14
  56. package/design-tokens/pt-2022/tokens/components/icon.json5 +104 -0
  57. package/design-tokens/pt-2022/tokens/components/input.json5 +2 -3
  58. package/design-tokens/pt-2022/tokens/components/link.json5 +17 -23
  59. package/design-tokens/pt-2022/tokens/components/list.json5 +2 -4
  60. package/design-tokens/pt-2022/tokens/components/modal.json5 +17 -15
  61. package/design-tokens/pt-2022/tokens/components/navbar.json5 +21 -20
  62. package/design-tokens/pt-2022/tokens/components/option.json5 +2 -2
  63. package/design-tokens/pt-2022/tokens/components/popover.json5 +26 -26
  64. package/design-tokens/pt-2022/tokens/components/popup.json5 +8 -8
  65. package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +2 -2
  66. package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +1 -1
  67. package/design-tokens/pt-2022/tokens/components/radio.json5 +12 -12
  68. package/design-tokens/pt-2022/tokens/components/select.json5 +6 -7
  69. package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +8 -6
  70. package/design-tokens/pt-2022/tokens/components/table.json5 +4 -4
  71. package/design-tokens/pt-2022/tokens/components/tabs.json5 +32 -32
  72. package/design-tokens/pt-2022/tokens/components/tags.json5 +56 -57
  73. package/design-tokens/pt-2022/tokens/components/textarea.json5 +1 -1
  74. package/design-tokens/pt-2022/tokens/components/timepicker.json5 +1 -1
  75. package/design-tokens/pt-2022/tokens/components/toggle.json5 +19 -19
  76. package/design-tokens/pt-2022/tokens/components/tooltip.json5 +29 -29
  77. package/design-tokens/pt-2022/tokens/components/tree.json5 +6 -3
  78. package/design-tokens/pt-2022/tokens/properties/colors.json5 +41 -37
  79. package/design-tokens/pt-2022/tokens/properties/globals.json5 +14 -14
  80. package/design-tokens/pt-2022/tokens/properties/palette.json5 +7 -0
  81. package/design-tokens/pt-2022/tokens/properties/typography.json5 +69 -34
  82. package/design-tokens/pt-2022/tokens.d.ts +508 -118
  83. package/dropdown/dropdown-trigger.directive.d.ts +4 -3
  84. package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
  85. package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  86. package/esm2020/autocomplete/autocomplete.component.mjs +5 -5
  87. package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
  88. package/esm2020/button/button.component.mjs +29 -21
  89. package/esm2020/button/button.module.mjs +4 -4
  90. package/esm2020/button-toggle/button-toggle.component.mjs +8 -8
  91. package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
  92. package/esm2020/card/card.component.mjs +3 -3
  93. package/esm2020/card/card.module.mjs +4 -4
  94. package/esm2020/checkbox/checkbox-module.mjs +4 -4
  95. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  96. package/esm2020/checkbox/checkbox.mjs +3 -3
  97. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  98. package/esm2020/core/error/error-options.mjs +6 -6
  99. package/esm2020/core/formatters/date/formatter.mjs +3 -3
  100. package/esm2020/core/formatters/index.mjs +4 -4
  101. package/esm2020/core/formatters/number/formatter.mjs +4 -4
  102. package/esm2020/core/forms/forms-module.mjs +4 -4
  103. package/esm2020/core/forms/forms.directive.mjs +6 -6
  104. package/esm2020/core/highlight/highlight.pipe.mjs +3 -3
  105. package/esm2020/core/highlight/index.mjs +4 -4
  106. package/esm2020/core/line/line.mjs +7 -7
  107. package/esm2020/core/option/action.mjs +3 -3
  108. package/esm2020/core/option/optgroup.mjs +3 -3
  109. package/esm2020/core/option/option-module.mjs +4 -4
  110. package/esm2020/core/option/option.mjs +10 -7
  111. package/esm2020/core/pop-up/pop-up-trigger.mjs +3 -3
  112. package/esm2020/core/pop-up/pop-up.mjs +3 -3
  113. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  114. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  115. package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
  116. package/esm2020/core/validation/validation.mjs +10 -5
  117. package/esm2020/datepicker/calendar-body.component.mjs +3 -3
  118. package/esm2020/datepicker/calendar.component.mjs +6 -6
  119. package/esm2020/datepicker/datepicker-input.directive.mjs +3 -3
  120. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  121. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  122. package/esm2020/datepicker/datepicker-toggle.component.mjs +6 -6
  123. package/esm2020/datepicker/datepicker.component.mjs +6 -6
  124. package/esm2020/datepicker/month-view.component.mjs +3 -3
  125. package/esm2020/datepicker/multi-year-view.component.mjs +3 -3
  126. package/esm2020/datepicker/year-view.component.mjs +3 -3
  127. package/esm2020/design-tokens/legacy-2017/tokens.mjs +221 -123
  128. package/esm2020/design-tokens/pt-2022/tokens.mjs +243 -138
  129. package/esm2020/divider/divider.component.mjs +3 -3
  130. package/esm2020/divider/divider.module.mjs +4 -4
  131. package/esm2020/dl/dl.component.mjs +9 -9
  132. package/esm2020/dl/dl.module.mjs +4 -4
  133. package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
  134. package/esm2020/dropdown/dropdown-item.component.mjs +5 -5
  135. package/esm2020/dropdown/dropdown-trigger.directive.mjs +11 -7
  136. package/esm2020/dropdown/dropdown.component.mjs +6 -6
  137. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  138. package/esm2020/form-field/cleaner.mjs +3 -3
  139. package/esm2020/form-field/form-field.mjs +7 -7
  140. package/esm2020/form-field/form-field.module.mjs +4 -4
  141. package/esm2020/form-field/hint.mjs +3 -3
  142. package/esm2020/form-field/password-hint.mjs +34 -15
  143. package/esm2020/form-field/prefix.mjs +3 -3
  144. package/esm2020/form-field/stepper.mjs +3 -3
  145. package/esm2020/form-field/suffix.mjs +3 -3
  146. package/esm2020/icon/icon.component.mjs +6 -6
  147. package/esm2020/icon/icon.module.mjs +4 -4
  148. package/esm2020/input/input-number-validators.mjs +6 -6
  149. package/esm2020/input/input-number.mjs +3 -3
  150. package/esm2020/input/input-password.mjs +12 -11
  151. package/esm2020/input/input.mjs +12 -11
  152. package/esm2020/input/input.module.mjs +4 -4
  153. package/esm2020/link/link.component.mjs +3 -3
  154. package/esm2020/link/link.module.mjs +4 -4
  155. package/esm2020/list/list-selection.component.mjs +11 -11
  156. package/esm2020/list/list.component.mjs +7 -7
  157. package/esm2020/list/list.module.mjs +4 -4
  158. package/esm2020/modal/css-unit.pipe.mjs +3 -3
  159. package/esm2020/modal/modal-control.service.mjs +3 -3
  160. package/esm2020/modal/modal.component.mjs +4 -4
  161. package/esm2020/modal/modal.directive.mjs +12 -12
  162. package/esm2020/modal/modal.module.mjs +4 -4
  163. package/esm2020/modal/modal.service.mjs +3 -3
  164. package/esm2020/navbar/navbar-item.component.mjs +81 -82
  165. package/esm2020/navbar/navbar.component.mjs +10 -10
  166. package/esm2020/navbar/navbar.module.mjs +4 -4
  167. package/esm2020/navbar/vertical-navbar.animation.mjs +3 -3
  168. package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
  169. package/esm2020/popover/popover-confirm.component.mjs +8 -8
  170. package/esm2020/popover/popover.component.mjs +8 -8
  171. package/esm2020/popover/popover.module.mjs +4 -4
  172. package/esm2020/progress-bar/progress-bar.component.mjs +3 -3
  173. package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
  174. package/esm2020/progress-spinner/progress-spinner.component.mjs +3 -3
  175. package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
  176. package/esm2020/radio/radio.component.mjs +6 -6
  177. package/esm2020/radio/radio.module.mjs +4 -4
  178. package/esm2020/select/public-api.mjs +2 -1
  179. package/esm2020/select/select-option.directive.mjs +65 -0
  180. package/esm2020/select/select.component.mjs +16 -16
  181. package/esm2020/select/select.module.mjs +19 -10
  182. package/esm2020/sidebar/sidebar.component.mjs +9 -9
  183. package/esm2020/sidebar/sidebar.module.mjs +4 -4
  184. package/esm2020/sidepanel/sidepanel-container.component.mjs +5 -5
  185. package/esm2020/sidepanel/sidepanel-directives.mjs +15 -15
  186. package/esm2020/sidepanel/sidepanel.module.mjs +4 -4
  187. package/esm2020/sidepanel/sidepanel.service.mjs +3 -3
  188. package/esm2020/splitter/splitter.component.mjs +12 -12
  189. package/esm2020/splitter/splitter.module.mjs +4 -4
  190. package/esm2020/table/table.component.mjs +3 -3
  191. package/esm2020/table/table.module.mjs +4 -4
  192. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  193. package/esm2020/tabs/tab-body.component.mjs +6 -6
  194. package/esm2020/tabs/tab-content.directive.mjs +3 -3
  195. package/esm2020/tabs/tab-group.component.mjs +19 -19
  196. package/esm2020/tabs/tab-header.component.mjs +4 -4
  197. package/esm2020/tabs/tab-label-wrapper.directive.mjs +3 -3
  198. package/esm2020/tabs/tab-label.directive.mjs +3 -3
  199. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +6 -6
  200. package/esm2020/tabs/tab.component.mjs +3 -3
  201. package/esm2020/tabs/tabs.module.mjs +4 -4
  202. package/esm2020/tags/tag-input.mjs +3 -3
  203. package/esm2020/tags/tag-list.component.mjs +6 -6
  204. package/esm2020/tags/tag.component.mjs +67 -69
  205. package/esm2020/tags/tag.module.mjs +4 -4
  206. package/esm2020/textarea/textarea.component.mjs +9 -8
  207. package/esm2020/textarea/textarea.module.mjs +4 -4
  208. package/esm2020/timepicker/timepicker.directive.mjs +3 -3
  209. package/esm2020/timepicker/timepicker.module.mjs +4 -4
  210. package/esm2020/toggle/toggle.component.mjs +3 -3
  211. package/esm2020/toggle/toggle.module.mjs +4 -4
  212. package/esm2020/tooltip/tooltip.component.mjs +15 -14
  213. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  214. package/esm2020/tree/node.mjs +3 -3
  215. package/esm2020/tree/outlet.mjs +3 -3
  216. package/esm2020/tree/padding.directive.mjs +3 -3
  217. package/esm2020/tree/toggle.mjs +10 -10
  218. package/esm2020/tree/tree-base.mjs +6 -6
  219. package/esm2020/tree/tree-option.component.mjs +5 -5
  220. package/esm2020/tree/tree-selection.component.mjs +8 -6
  221. package/esm2020/tree/tree.mjs +3 -3
  222. package/esm2020/tree/tree.module.mjs +4 -4
  223. package/esm2020/tree-select/tree-select.component.mjs +14 -14
  224. package/esm2020/tree-select/tree-select.module.mjs +4 -4
  225. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +15 -15
  226. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +12 -12
  227. package/fesm2015/ptsecurity-mosaic-button.mjs +32 -24
  228. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  229. package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
  230. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
  231. package/fesm2015/ptsecurity-mosaic-core.mjs +89 -81
  232. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  233. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
  234. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +572 -271
  235. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  236. package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
  237. package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
  238. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +25 -21
  239. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  240. package/fesm2015/ptsecurity-mosaic-form-field.mjs +60 -38
  241. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  242. package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
  243. package/fesm2015/ptsecurity-mosaic-input.mjs +33 -31
  244. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  245. package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
  246. package/fesm2015/ptsecurity-mosaic-list.mjs +21 -21
  247. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  248. package/fesm2015/ptsecurity-mosaic-modal.mjs +29 -29
  249. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  250. package/fesm2015/ptsecurity-mosaic-navbar.mjs +100 -101
  251. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  252. package/fesm2015/ptsecurity-mosaic-popover.mjs +18 -18
  253. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  254. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
  255. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  256. package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
  257. package/fesm2015/ptsecurity-mosaic-select.mjs +99 -33
  258. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  259. package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
  260. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +26 -26
  261. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  262. package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
  263. package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
  264. package/fesm2015/ptsecurity-mosaic-tabs.mjs +54 -54
  265. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  266. package/fesm2015/ptsecurity-mosaic-tags.mjs +81 -83
  267. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  268. package/fesm2015/ptsecurity-mosaic-textarea.mjs +11 -10
  269. package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
  270. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
  271. package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
  272. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +18 -17
  273. package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  274. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +17 -17
  275. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  276. package/fesm2015/ptsecurity-mosaic-tree.mjs +44 -42
  277. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  278. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +15 -15
  279. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
  280. package/fesm2020/ptsecurity-mosaic-button.mjs +32 -24
  281. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  282. package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
  283. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
  284. package/fesm2020/ptsecurity-mosaic-core.mjs +89 -81
  285. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  286. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
  287. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +572 -271
  288. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  289. package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
  290. package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
  291. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +25 -21
  292. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  293. package/fesm2020/ptsecurity-mosaic-form-field.mjs +57 -38
  294. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  295. package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
  296. package/fesm2020/ptsecurity-mosaic-input.mjs +33 -31
  297. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  298. package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
  299. package/fesm2020/ptsecurity-mosaic-list.mjs +21 -21
  300. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  301. package/fesm2020/ptsecurity-mosaic-modal.mjs +29 -29
  302. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  303. package/fesm2020/ptsecurity-mosaic-navbar.mjs +100 -101
  304. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  305. package/fesm2020/ptsecurity-mosaic-popover.mjs +18 -18
  306. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  307. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
  308. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  309. package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
  310. package/fesm2020/ptsecurity-mosaic-select.mjs +96 -32
  311. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  312. package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
  313. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +26 -26
  314. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  315. package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
  316. package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
  317. package/fesm2020/ptsecurity-mosaic-tabs.mjs +54 -54
  318. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  319. package/fesm2020/ptsecurity-mosaic-tags.mjs +79 -81
  320. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  321. package/fesm2020/ptsecurity-mosaic-textarea.mjs +11 -10
  322. package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
  323. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
  324. package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
  325. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +18 -17
  326. package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  327. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +17 -17
  328. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  329. package/fesm2020/ptsecurity-mosaic-tree.mjs +44 -42
  330. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  331. package/form-field/password-hint.d.ts +3 -1
  332. package/input/input-password.d.ts +4 -3
  333. package/input/input.d.ts +4 -3
  334. package/list/list-selection.component.d.ts +1 -1
  335. package/navbar/navbar-item.component.d.ts +18 -18
  336. package/package.json +4 -4
  337. package/prebuilt-themes/dark-theme.css +1 -1
  338. package/prebuilt-themes/default-theme.css +1 -1
  339. package/prebuilt-visual/default-visual.css +1 -1
  340. package/select/public-api.d.ts +1 -0
  341. package/select/select-option.directive.d.ts +20 -0
  342. package/select/select.module.d.ts +9 -7
  343. package/tags/tag.component.d.ts +21 -21
  344. package/textarea/textarea.component.d.ts +4 -3
  345. package/toggle/README.md +0 -0
@@ -23,6 +23,8 @@ const LightColorSchemeForegroundBorder$1 = "#B3B3B3";
23
23
  const LightColorSchemeForegroundIcon$1 = "#999999";
24
24
  const LightColorSchemeBackgroundBackground$1 = "white";
25
25
  const LightColorSchemeBackgroundBackgroundDisabled$1 = "#F0F0F0";
26
+ const LightColorSchemeBackgroundBackgroundLessContrast$1 = "#F0F0F0";
27
+ const LightColorSchemeBackgroundBackgroundUnder$1 = "#F0F0F0";
26
28
  const LightColorSchemeBackgroundOverlayHover$1 = "rgba(black, 0.05)";
27
29
  const LightColorSchemeBackgroundOverlayActive$1 = "rgba(black, 0.1)";
28
30
  const LightColorSchemeBackgroundOverlayDisabled$1 = "rgba(white, 0.3)";
@@ -52,6 +54,8 @@ const DarkColorSchemeForegroundBorder$1 = "#808080";
52
54
  const DarkColorSchemeForegroundIcon$1 = "#999999";
53
55
  const DarkColorSchemeBackgroundBackground$1 = "#333333";
54
56
  const DarkColorSchemeBackgroundBackgroundDisabled$1 = "#666666";
57
+ const DarkColorSchemeBackgroundBackgroundLessContrast$1 = "#666666";
58
+ const DarkColorSchemeBackgroundBackgroundUnder$1 = "darken(#333333, 5%)";
55
59
  const DarkColorSchemeBackgroundOverlayHover$1 = "rgba(black, 0.05)";
56
60
  const DarkColorSchemeBackgroundOverlayActive$1 = "rgba(black, 0.1)";
57
61
  const DarkColorSchemeBackgroundOverlayDisabled$1 = "rgba(white, 0.2)";
@@ -61,6 +65,19 @@ const DarkColorSchemeStatesPressedShadow$1 = "inset 1px 2px 2px 0 rgba(black, 0.
61
65
  const DarkColorSchemeStatesDisabledOpacity$1 = 0.3;
62
66
  const FontFamilyBase$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
63
67
  const FontFamilyMonospace$1 = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
68
+ const Size3xs$1 = "2rem";
69
+ const SizeXxs$1 = "4rem";
70
+ const SizeXs$1 = "6rem";
71
+ const SizeS$1 = "8rem";
72
+ const SizeM$1 = "12rem";
73
+ const SizeL$1 = "16rem";
74
+ const SizeXl$1 = "20rem";
75
+ const SizeXxl$1 = "24rem";
76
+ const Size3xl$1 = "32rem";
77
+ const Size4xl$1 = "40rem";
78
+ const Size5xl$1 = "48rem";
79
+ const Size6xl$1 = "56rem";
80
+ const Size7xl$1 = "64rem";
64
81
  const PaletteBlue40$1 = "#F5FAFD";
65
82
  const PaletteBlue60$1 = "#EBF4FB";
66
83
  const PaletteBlue100$1 = "#D8EAF7";
@@ -198,102 +215,133 @@ const TypographyDisplay1LetterSpacing$1 = "-0.4px";
198
215
  const TypographyDisplay1FontWeight$1 = "normal";
199
216
  const TypographyDisplay1FontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
200
217
  const TypographyDisplay1TextTransform$1 = "null";
218
+ const TypographyDisplay1FontFeatureSettings$1 = "null";
201
219
  const TypographyDisplay2FontSize$1 = "45px";
202
220
  const TypographyDisplay2LineHeight$1 = "56px";
203
221
  const TypographyDisplay2LetterSpacing$1 = "normal";
204
222
  const TypographyDisplay2FontWeight$1 = "normal";
205
223
  const TypographyDisplay2FontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
206
224
  const TypographyDisplay2TextTransform$1 = "null";
225
+ const TypographyDisplay2FontFeatureSettings$1 = "null";
207
226
  const TypographyDisplay3FontSize$1 = "34px";
208
227
  const TypographyDisplay3LineHeight$1 = "44px";
209
228
  const TypographyDisplay3LetterSpacing$1 = "0.25px";
210
229
  const TypographyDisplay3FontWeight$1 = "normal";
211
230
  const TypographyDisplay3FontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
212
231
  const TypographyDisplay3TextTransform$1 = "null";
232
+ const TypographyDisplay3FontFeatureSettings$1 = "null";
213
233
  const TypographyHeadlineFontSize$1 = "24px";
214
234
  const TypographyHeadlineLineHeight$1 = "32px";
215
235
  const TypographyHeadlineLetterSpacing$1 = "normal";
216
236
  const TypographyHeadlineFontWeight$1 = "normal";
217
237
  const TypographyHeadlineFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
218
238
  const TypographyHeadlineTextTransform$1 = "null";
239
+ const TypographyHeadlineFontFeatureSettings$1 = "null";
219
240
  const TypographyTitleFontSize$1 = "20px";
220
241
  const TypographyTitleLineHeight$1 = "28px";
221
242
  const TypographyTitleLetterSpacing$1 = "0.15px";
222
243
  const TypographyTitleFontWeight$1 = "500";
223
244
  const TypographyTitleFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
224
245
  const TypographyTitleTextTransform$1 = "null";
246
+ const TypographyTitleFontFeatureSettings$1 = "null";
225
247
  const TypographySubheadingFontSize$1 = "15px";
226
248
  const TypographySubheadingLineHeight$1 = "20px";
227
249
  const TypographySubheadingLetterSpacing$1 = "0.15px";
228
250
  const TypographySubheadingFontWeight$1 = "700";
229
251
  const TypographySubheadingFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
230
252
  const TypographySubheadingTextTransform$1 = "null";
253
+ const TypographySubheadingFontFeatureSettings$1 = "null";
231
254
  const TypographyBodyFontSize$1 = "15px";
232
255
  const TypographyBodyLineHeight$1 = "20px";
233
256
  const TypographyBodyLetterSpacing$1 = "0.15px";
234
257
  const TypographyBodyFontWeight$1 = "normal";
235
258
  const TypographyBodyFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
236
259
  const TypographyBodyTextTransform$1 = "null";
260
+ const TypographyBodyFontFeatureSettings$1 = "null";
261
+ const TypographyBodyTabularFontSize$1 = "15px";
262
+ const TypographyBodyTabularLineHeight$1 = "20px";
263
+ const TypographyBodyTabularLetterSpacing$1 = "0.15px";
264
+ const TypographyBodyTabularFontWeight$1 = "normal";
265
+ const TypographyBodyTabularFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
266
+ const TypographyBodyTabularTextTransform$1 = "null";
267
+ const TypographyBodyTabularFontFeatureSettings$1 = "\"tnum\" on";
237
268
  const TypographyBodyStrongFontSize$1 = "15px";
238
269
  const TypographyBodyStrongLineHeight$1 = "20px";
239
- const TypographyBodyStrongLetterSpacing$1 = "0.15px";
270
+ const TypographyBodyStrongLetterSpacing$1 = "-0.009em";
240
271
  const TypographyBodyStrongFontWeight$1 = "500";
241
272
  const TypographyBodyStrongFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
242
273
  const TypographyBodyStrongTextTransform$1 = "null";
274
+ const TypographyBodyStrongFontFeatureSettings$1 = "null";
243
275
  const TypographyBodyCapsFontSize$1 = "15px";
244
276
  const TypographyBodyCapsLineHeight$1 = "20px";
245
277
  const TypographyBodyCapsLetterSpacing$1 = "1.7px";
246
278
  const TypographyBodyCapsFontWeight$1 = "normal";
247
279
  const TypographyBodyCapsFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
248
280
  const TypographyBodyCapsTextTransform$1 = "uppercase";
281
+ const TypographyBodyCapsFontFeatureSettings$1 = "null";
249
282
  const TypographyBodyMonoFontSize$1 = "15px";
250
283
  const TypographyBodyMonoLineHeight$1 = "20px";
251
284
  const TypographyBodyMonoLetterSpacing$1 = "normal";
252
285
  const TypographyBodyMonoFontWeight$1 = "normal";
253
286
  const TypographyBodyMonoFontFamily$1 = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
254
287
  const TypographyBodyMonoTextTransform$1 = "null";
288
+ const TypographyBodyMonoFontFeatureSettings$1 = "null";
255
289
  const TypographyCaptionFontSize$1 = "13px";
256
290
  const TypographyCaptionLineHeight$1 = "16px";
257
291
  const TypographyCaptionLetterSpacing$1 = "0.25px";
258
292
  const TypographyCaptionFontWeight$1 = "normal";
259
293
  const TypographyCaptionFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
260
294
  const TypographyCaptionTextTransform$1 = "null";
295
+ const TypographyCaptionFontFeatureSettings$1 = "null";
296
+ const TypographyCaptionTabularFontSize$1 = "13px";
297
+ const TypographyCaptionTabularLineHeight$1 = "16px";
298
+ const TypographyCaptionTabularLetterSpacing$1 = "0.25px";
299
+ const TypographyCaptionTabularFontWeight$1 = "normal";
300
+ const TypographyCaptionTabularFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
301
+ const TypographyCaptionTabularTextTransform$1 = "null";
302
+ const TypographyCaptionTabularFontFeatureSettings$1 = "\"tnum\" on";
261
303
  const TypographyCaptionCapsFontSize$1 = "13px";
262
304
  const TypographyCaptionCapsLineHeight$1 = "16px";
263
305
  const TypographyCaptionCapsLetterSpacing$1 = "1.5px";
264
306
  const TypographyCaptionCapsFontWeight$1 = "normal";
265
307
  const TypographyCaptionCapsFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
266
308
  const TypographyCaptionCapsTextTransform$1 = "uppercase";
309
+ const TypographyCaptionCapsFontFeatureSettings$1 = "null";
267
310
  const TypographyCaptionMonoFontSize$1 = "13px";
268
311
  const TypographyCaptionMonoLineHeight$1 = "16px";
269
312
  const TypographyCaptionMonoLetterSpacing$1 = "normal";
270
313
  const TypographyCaptionMonoFontWeight$1 = "normal";
271
314
  const TypographyCaptionMonoFontFamily$1 = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
272
315
  const TypographyCaptionMonoTextTransform$1 = "null";
316
+ const TypographyCaptionMonoFontFeatureSettings$1 = "null";
273
317
  const TypographySmallTextFontSize$1 = "13px";
274
318
  const TypographySmallTextLineHeight$1 = "16px";
275
319
  const TypographySmallTextLetterSpacing$1 = "0.25px";
276
320
  const TypographySmallTextFontWeight$1 = "normal";
277
321
  const TypographySmallTextFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
278
322
  const TypographySmallTextTextTransform$1 = "null";
323
+ const TypographySmallTextFontFeatureSettings$1 = "null";
279
324
  const TypographyExtraSmallTextFontSize$1 = "11px";
280
325
  const TypographyExtraSmallTextLineHeight$1 = "16px";
281
326
  const TypographyExtraSmallTextLetterSpacing$1 = "0.22px";
282
327
  const TypographyExtraSmallTextFontWeight$1 = "normal";
283
328
  const TypographyExtraSmallTextFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
284
329
  const TypographyExtraSmallTextTextTransform$1 = "null";
330
+ const TypographyExtraSmallTextFontFeatureSettings$1 = "null";
285
331
  const TypographyExtraSmallTextCapsFontSize$1 = "11px";
286
332
  const TypographyExtraSmallTextCapsLineHeight$1 = "16px";
287
333
  const TypographyExtraSmallTextCapsLetterSpacing$1 = "1px";
288
334
  const TypographyExtraSmallTextCapsFontWeight$1 = "normal";
289
335
  const TypographyExtraSmallTextCapsFontFamily$1 = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
290
336
  const TypographyExtraSmallTextCapsTextTransform$1 = "uppercase";
337
+ const TypographyExtraSmallTextCapsFontFeatureSettings$1 = "null";
291
338
  const TypographyExtraSmallTextMonoFontSize$1 = "11px";
292
339
  const TypographyExtraSmallTextMonoLineHeight$1 = "16px";
293
340
  const TypographyExtraSmallTextMonoLetterSpacing$1 = "0px";
294
341
  const TypographyExtraSmallTextMonoFontWeight$1 = "normal";
295
342
  const TypographyExtraSmallTextMonoFontFamily$1 = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
296
343
  const TypographyExtraSmallTextMonoTextTransform$1 = "null";
344
+ const TypographyExtraSmallTextMonoFontFeatureSettings$1 = "null";
297
345
  const AlertLightColorSchemeErrorBackground$1 = "#FCEFEC";
298
346
  const AlertLightColorSchemeErrorBorder$1 = "#E76E5C";
299
347
  const AlertLightColorSchemeErrorIcon$1 = "#E76E5C";
@@ -326,18 +374,18 @@ const AlertDarkColorSchemeDefaultBorder$1 = "#4D4D4D";
326
374
  const AlertDarkColorSchemeDefaultIcon$1 = "#999999";
327
375
  const AlertSizeBorderWidth$1 = "1px";
328
376
  const AlertSizeBorderRadius$1 = "4px";
329
- const AlertSizeHorizontalPadding$1 = "16px";
330
- const AlertSizeVerticalPadding$1 = "13px";
331
- const AlertSizeIconMargin$1 = "8px";
332
- const AlertSizeCloseButtonWidth$1 = "16px";
333
- const AlertSizeSmallVerticalPadding$1 = "11px";
377
+ const AlertSizeHorizontalPadding$1 = "16rem";
378
+ const AlertSizeVerticalPadding$1 = "12rem";
379
+ const AlertSizeIconMargin$1 = "8rem";
380
+ const AlertSizeCloseButtonWidth$1 = "16rem";
381
+ const AlertSizeSmallVerticalPadding$1 = "12rem";
334
382
  const AlertFontDefaultHeader$1 = "subheading";
335
383
  const AlertFontDefaultBody$1 = "body";
336
384
  const AlertFontSmallHeader$1 = "caption";
337
385
  const AlertFontSmallBody$1 = "caption";
338
- const AutocompleteSizePanelPadding$1 = "4px 0";
386
+ const AutocompleteSizePanelPadding$1 = "4rem 0";
339
387
  const AutocompleteSizePanelMaxHeight$1 = "256px";
340
- const AutocompleteSizePanelBorderRadius$1 = "3px";
388
+ const AutocompleteSizePanelBorderRadius$1 = "4px";
341
389
  const BadgeLightColorSchemeSolidPrimaryBackground$1 = "#338FCC";
342
390
  const BadgeLightColorSchemeSolidPrimaryColor$1 = "white";
343
391
  const BadgeLightColorSchemeSolidPrimaryBorder$1 = "#338FCC";
@@ -416,16 +464,16 @@ const BadgeDarkColorSchemeSolidLightColor$1 = "white";
416
464
  const BadgeDarkColorSchemeSolidSecondBorder$1 = "#4D4D4D";
417
465
  const BadgeDarkColorSchemeSolidSecondBackground$1 = "#4D4D4D";
418
466
  const BadgeDarkColorSchemeSolidSecondColor$1 = "white";
419
- const BadgeSizeDefaultHeight$1 = "24px";
467
+ const BadgeSizeDefaultHeight$1 = "24rem";
420
468
  const BadgeSizeDefaultMinWidth$1 = "10px";
421
- const BadgeSizeDefaultPadding$1 = "0 8px";
469
+ const BadgeSizeDefaultPadding$1 = "0 8rem";
422
470
  const BadgeSizeDefaultBorderWidth$1 = "1px";
423
471
  const BadgeSizeDefaultBorderRadius$1 = "4px";
424
- const BadgeSizeMiniHeight$1 = "16px";
472
+ const BadgeSizeMiniHeight$1 = "16rem";
425
473
  const BadgeSizeMiniMinWidth$1 = "10px";
426
474
  const BadgeSizeMiniBorderWidth$1 = "1px";
427
- const BadgeSizeMiniBorderRadius$1 = "2px";
428
- const BadgeSizeMiniPadding$1 = "0 4px";
475
+ const BadgeSizeMiniBorderRadius$1 = "2rem";
476
+ const BadgeSizeMiniPadding$1 = "0 4rem";
429
477
  const BadgeFontDefaultDefault$1 = "caption";
430
478
  const BadgeFontDefaultCaps$1 = "caption-caps";
431
479
  const BadgeFontDefaultMono$1 = "caption-mono";
@@ -433,7 +481,7 @@ const BadgeFontMiniDefault$1 = "extra-small-text";
433
481
  const BadgeFontMiniCaps$1 = "extra-small-text-caps";
434
482
  const BadgeFontMiniMono$1 = "extra-small-text-mono";
435
483
  const ButtonToggleSizeBorderSize$1 = "1px";
436
- const ButtonToggleSizeBorderRadius$1 = "3px";
484
+ const ButtonToggleSizeBorderRadius$1 = "4px";
437
485
  const ButtonLightColorSchemeActiveShadow$1 = "inset 0 1px 2px 0 rgba(black, 0.2)";
438
486
  const ButtonLightColorSchemePrimaryColor$1 = "white";
439
487
  const ButtonLightColorSchemePrimaryBorder$1 = "#277BB3";
@@ -484,16 +532,15 @@ const ButtonDarkColorSchemeErrorColor$1 = "#E76E5C";
484
532
  const ButtonDarkColorSchemeErrorIcon$1 = "#E76E5C";
485
533
  const ButtonDarkColorSchemeErrorStatesActiveBorder$1 = "darken(#808080, 5)";
486
534
  const ButtonDarkColorSchemeErrorStatesActiveBackground$1 = "darken(#666666, 5)";
535
+ const ButtonSizeHeight$1 = "32rem";
487
536
  const ButtonSizeBorderWidth$1 = "1px";
488
- const ButtonSizeBorderRadius$1 = "3px";
489
- const ButtonSizeVerticalPadding$1 = "6px";
490
- const ButtonSizeHorizontalPadding$1 = "16px";
537
+ const ButtonSizeBorderRadius$1 = "4px";
538
+ const ButtonSizeHorizontalPadding$1 = "12rem";
491
539
  const ButtonFontDefault$1 = "body";
492
540
  const ButtonFontPrimary$1 = "body-strong";
493
541
  const ButtonFontPrimaryTransparent$1 = "body";
494
- const IconButtonSizeVerticalPadding$1 = "6px";
495
- const IconButtonSizeHorizontalPadding$1 = "8px";
496
- const IconButtonSizeIconHorizontalPadding$1 = "16px";
542
+ const IconButtonSizeHorizontalPadding$1 = "8rem";
543
+ const IconButtonSizeLeftIconPadding$1 = "6rem";
497
544
  const CardLightColorSchemeErrorVerticalLine$1 = "#E76E5C";
498
545
  const CardLightColorSchemeErrorBackground$1 = "#FCEFEC";
499
546
  const CardLightColorSchemeErrorShadow$1 = "#E6E6E6";
@@ -518,7 +565,7 @@ const CardDarkColorSchemeSuccessShadow$1 = "#4D4D4D";
518
565
  const CardDarkColorSchemeInfoVerticalLine$1 = "#57A4D7";
519
566
  const CardDarkColorSchemeInfoBackground$1 = "#114E77";
520
567
  const CardDarkColorSchemeInfoShadow$1 = "#4D4D4D";
521
- const CardSizeVerticalLine$1 = "4px";
568
+ const CardSizeVerticalLine$1 = "4rem";
522
569
  const CheckboxLightColorSchemeBorder$1 = "#B3B3B3";
523
570
  const CheckboxLightColorSchemeStatesCheckedBorder$1 = "#206EA2";
524
571
  const CheckboxLightColorSchemeStatesCheckedBackground$1 = "#338FCC";
@@ -529,8 +576,8 @@ const CheckboxDarkColorSchemeStatesCheckedBorder$1 = "#57A4D7";
529
576
  const CheckboxDarkColorSchemeStatesCheckedBackground$1 = "#206EA2";
530
577
  const CheckboxDarkColorSchemeStatesFocusedBorder$1 = "#57A4D7";
531
578
  const CheckboxDarkColorSchemeStatesFocusedShadow$1 = "0 0 0 1px #57A4D7";
532
- const CheckboxSizeWidth$1 = "16px";
533
- const CheckboxSizeLabelMargin$1 = "8px";
579
+ const CheckboxSizeWidth$1 = "16rem";
580
+ const CheckboxSizeLabelMargin$1 = "8rem";
534
581
  const CheckboxSizeBorderWidth$1 = "1px";
535
582
  const CheckboxSizeToggleBoxShadow$1 = "inset 0 0 1px 0 rgba(0, 0, 0, 0.2)";
536
583
  const CheckboxFontDefault$1 = "body";
@@ -540,17 +587,17 @@ const DatepickerBodyLightColorSchemeStatesSelectedColor$1 = "#338FCC";
540
587
  const DatepickerBodyLightColorSchemeStatesSelectedBackground$1 = "#D8EAF7";
541
588
  const DatepickerBodyDarkColorSchemeStatesSelectedColor$1 = "#338FCC";
542
589
  const DatepickerBodyDarkColorSchemeStatesSelectedBackground$1 = "#114E77";
543
- const DatepickerBodySizeLabelPaddings$1 = "8px 28px 12px 12px";
544
- const DatepickerBodySizeCellMinSize$1 = "32px";
590
+ const DatepickerBodySizeLabelPaddings$1 = "8rem 28px 12rem 12rem";
591
+ const DatepickerBodySizeCellMinSize$1 = "32rem";
545
592
  const DatepickerBodySizeCellMargin$1 = "5%";
546
- const DatepickerBodySizeCellPadding$1 = "8px";
593
+ const DatepickerBodySizeCellPadding$1 = "8rem";
547
594
  const DatepickerBodySizeCellBorderWidth$1 = "1px";
548
595
  const DatepickerBodyFontLabel$1 = "body-strong";
549
596
  const DatepickerBodyFontToday$1 = "body-strong";
550
- const DatepickerCalendarSizePaddingTop$1 = "16px";
551
- const DatepickerCalendarSizePaddingHorizontal$1 = "8px";
552
- const DatepickerCalendarSizePaddingBottom$1 = "8px";
553
- const DatepickerCalendarSizePaddingBlocks$1 = "12px";
597
+ const DatepickerCalendarSizePaddingTop$1 = "16rem";
598
+ const DatepickerCalendarSizePaddingHorizontal$1 = "8rem";
599
+ const DatepickerCalendarSizePaddingBottom$1 = "8rem";
600
+ const DatepickerCalendarSizePaddingBlocks$1 = "12rem";
554
601
  const DatepickerCalendarSizeDividerWidth$1 = "1px";
555
602
  const DatepickerCalendarSizeIconBorderWidth$1 = "2px";
556
603
  const DatepickerCalendarSizeIconPrevIconTransform$1 = "translateX(2px) rotate(-45deg)";
@@ -567,11 +614,11 @@ const DescriptionListDarkColorSchemeDd$1 = "#F0F0F0";
567
614
  const DescriptionListSizeGridTemplateColumns$1 = "repeat(4, 1fr)";
568
615
  const DescriptionListSizeDtGridColumn$1 = "1";
569
616
  const DescriptionListSizeDdGridColumn$1 = "2 / span 3";
570
- const DescriptionListSizeHorizontalColumnGap$1 = "16px";
571
- const DescriptionListSizeHorizontalRowGap$1 = "12px";
617
+ const DescriptionListSizeHorizontalColumnGap$1 = "16rem";
618
+ const DescriptionListSizeHorizontalRowGap$1 = "12rem";
572
619
  const DescriptionListSizeVerticalColumnGap$1 = "0";
573
- const DescriptionListSizeVerticalRowGap$1 = "2px";
574
- const DescriptionListSizeVerticalDdMarginBottom$1 = "16px";
620
+ const DescriptionListSizeVerticalRowGap$1 = "2rem";
621
+ const DescriptionListSizeVerticalDdMarginBottom$1 = "16rem";
575
622
  const DescriptionListFontHorizontalDt$1 = "body";
576
623
  const DescriptionListFontHorizontalDd$1 = "body";
577
624
  const DescriptionListFontVerticalDt$1 = "caption";
@@ -586,11 +633,12 @@ const DropdownGroupHeaderFontDefault$1 = "body-strong";
586
633
  const DropdownGroupHeaderFontSmall$1 = "caption-caps";
587
634
  const DropdownDividerSizeHeight$1 = "1px";
588
635
  const DropdownDividerSizeMargin$1 = "4px 0";
589
- const DropdownTriggerSizeIconPaddingRight$1 = "8px";
636
+ const DropdownTriggerSizeButtonRightPadding$1 = "8rem";
637
+ const DropdownTriggerSizeRightIconPadding$1 = "2rem";
590
638
  const DropdownPanelSizeMaxWidth$1 = "640px";
591
- const DropdownPanelSizePadding$1 = "4px 0";
639
+ const DropdownPanelSizePadding$1 = "4rem 0";
592
640
  const DropdownPanelSizeBorderWidth$1 = "1px";
593
- const DropdownPanelSizeBorderRadius$1 = "3px";
641
+ const DropdownPanelSizeBorderRadius$1 = "4px";
594
642
  const FormFieldLightColorSchemeBorder$1 = "#B3B3B3";
595
643
  const FormFieldLightColorSchemeBackground$1 = "white";
596
644
  const FormFieldLightColorSchemeStatesHoverBorder$1 = "#999999";
@@ -601,11 +649,12 @@ const FormFieldDarkColorSchemeBackground$1 = "#333333";
601
649
  const FormFieldDarkColorSchemeStatesHoverBorder$1 = "#CCCCCC";
602
650
  const FormFieldDarkColorSchemeStatesInvalidBorder$1 = "#E76E5C";
603
651
  const FormFieldDarkColorSchemeStatesInvalidBackground$1 = "transparent";
652
+ const FormFieldSizeHeight$1 = "32rem";
604
653
  const FormFieldSizeBorderWidth$1 = "1px";
605
- const FormFieldSizeBorderRadius$1 = "3px";
606
- const FormFieldSizeButtonWidth$1 = "32px";
654
+ const FormFieldSizeBorderRadius$1 = "4px";
655
+ const FormFieldSizeButtonWidth$1 = "32rem";
607
656
  const FormFieldFontDefault$1 = "body";
608
- const FormFieldHintSizeMarginTop$1 = "4px";
657
+ const FormFieldHintSizeMarginTop$1 = "4rem";
609
658
  const FormFieldHintFontDefault$1 = "caption";
610
659
  const FormFieldPasswordHintLightColorSchemeTextColor$1 = "#4D4D4D";
611
660
  const FormFieldPasswordHintLightColorSchemeIconColor$1 = "#4D4D4D";
@@ -619,30 +668,77 @@ const FormFieldPasswordHintDarkColorSchemeStatesInvalidIconColor$1 = "#E76E5C";
619
668
  const FormFieldPasswordHintDarkColorSchemeStatesInvalidTextColor$1 = "#F0F0F0";
620
669
  const FormFieldPasswordHintDarkColorSchemeStatesValidTextColor$1 = "#6FBA53";
621
670
  const FormFieldPasswordHintDarkColorSchemeStatesValidIconColor$1 = "#6FBA53";
622
- const FormFieldPasswordHintSizeMarginTop$1 = "8px";
623
- const FormFieldPasswordHintSizeIconMargin$1 = "4px";
671
+ const FormFieldPasswordHintSizeMarginTop$1 = "8rem";
672
+ const FormFieldPasswordHintSizeIconMargin$1 = "4rem";
624
673
  const FormFieldPasswordHintFontDefault$1 = "caption";
625
674
  const FormsLightColorSchemeLabel$1 = "#999999";
626
675
  const FormsLightColorSchemeLegend$1 = "#4D4D4D";
627
676
  const FormsDarkColorSchemeLabel$1 = "#999999";
628
677
  const FormsDarkColorSchemeLegend$1 = "#F0F0F0";
629
- const FormsSizeHorizontalRowMarginBottom$1 = "20px";
630
- const FormsSizeHorizontalLabelPaddingTop$1 = "6px";
678
+ const FormsSizeHorizontalRowMarginBottom$1 = "20rem";
679
+ const FormsSizeHorizontalLabelPaddingTop$1 = "6rem";
631
680
  const FormsSizeHorizontalLabelPaddingBottom$1 = "0";
632
- const FormsSizeHorizontalControlPaddingLeft$1 = "16px";
633
- const FormsSizeHorizontalLegendMarginTop$1 = "32px";
634
- const FormsSizeHorizontalLegendMarginBottom$1 = "16px";
635
- const FormsSizeVerticalRowMarginBottom$1 = "16px";
681
+ const FormsSizeHorizontalControlPaddingLeft$1 = "16rem";
682
+ const FormsSizeHorizontalLegendMarginTop$1 = "32rem";
683
+ const FormsSizeHorizontalLegendMarginBottom$1 = "16rem";
684
+ const FormsSizeVerticalRowMarginBottom$1 = "16rem";
636
685
  const FormsSizeVerticalLabelPaddingTop$1 = "0";
637
- const FormsSizeVerticalLabelPaddingBottom$1 = "4px";
638
- const FormsSizeVerticalControlPaddingLeft$1 = "24px";
639
- const FormsSizeVerticalLegendMarginTop$1 = "32px";
640
- const FormsSizeVerticalLegendMarginBottom$1 = "12px";
686
+ const FormsSizeVerticalLabelPaddingBottom$1 = "4rem";
687
+ const FormsSizeVerticalControlPaddingLeft$1 = "24rem";
688
+ const FormsSizeVerticalLegendMarginTop$1 = "32rem";
689
+ const FormsSizeVerticalLegendMarginBottom$1 = "12rem";
641
690
  const FormsFontDefaultLabel$1 = "body";
642
691
  const FormsFontDefaultLegend$1 = "subheading";
643
- const InputSizePadding$1 = "5px 16px";
692
+ const IconLightColorSchemeSecondaryDefault$1 = "#999999";
693
+ const IconLightColorSchemeSecondaryStatesHover$1 = "#4D4D4D";
694
+ const IconLightColorSchemeSecondaryStatesActive$1 = "#333333";
695
+ const IconLightColorSchemeSecondaryStatesDisabled$1 = "mix(#999999, transparent, 30%)";
696
+ const IconLightColorSchemePrimaryDefault$1 = "#57A4D7";
697
+ const IconLightColorSchemePrimaryStatesHover$1 = "#114E77";
698
+ const IconLightColorSchemePrimaryStatesActive$1 = "#07314D";
699
+ const IconLightColorSchemePrimaryStatesDisabled$1 = "mix(#57A4D7, transparent, 30%)";
700
+ const IconLightColorSchemeInfoDefault$1 = "#57A4D7";
701
+ const IconLightColorSchemeInfoStatesHover$1 = "#114E77";
702
+ const IconLightColorSchemeInfoStatesActive$1 = "#07314D";
703
+ const IconLightColorSchemeInfoStatesDisabled$1 = "mix(#57A4D7, transparent, 30%)";
704
+ const IconLightColorSchemeSuccessDefault$1 = "#6FBA53";
705
+ const IconLightColorSchemeSuccessStatesHover$1 = "#276211";
706
+ const IconLightColorSchemeSuccessStatesActive$1 = "#163F07";
707
+ const IconLightColorSchemeSuccessStatesDisabled$1 = "mix(#6FBA53, transparent, 30%)";
708
+ const IconLightColorSchemeWarningDefault$1 = "#DFA739";
709
+ const IconLightColorSchemeWarningStatesHover$1 = "#7D5504";
710
+ const IconLightColorSchemeWarningStatesActive$1 = "#503602";
711
+ const IconLightColorSchemeWarningStatesDisabled$1 = "mix(#DFA739, transparent, 30%)";
712
+ const IconLightColorSchemeErrorDefault$1 = "#E76E5C";
713
+ const IconLightColorSchemeErrorStatesHover$1 = "#832112";
714
+ const IconLightColorSchemeErrorStatesActive$1 = "#541208";
715
+ const IconLightColorSchemeErrorStatesDisabled$1 = "mix(#E76E5C, transparent, 30%)";
716
+ const IconDarkColorSchemeSecondaryDefault$1 = "#808080";
717
+ const IconDarkColorSchemeSecondaryStatesHover$1 = "#666666";
718
+ const IconDarkColorSchemeSecondaryStatesActive$1 = "#4D4D4D";
719
+ const IconDarkColorSchemeSecondaryStatesDisabled$1 = "mix(#808080, transparent, 30%)";
720
+ const IconDarkColorSchemePrimaryDefault$1 = "#338FCC";
721
+ const IconDarkColorSchemePrimaryStatesHover$1 = "#206EA2";
722
+ const IconDarkColorSchemePrimaryStatesActive$1 = "#114E77";
723
+ const IconDarkColorSchemePrimaryStatesDisabled$1 = "mix(#338FCC, transparent, 30%)";
724
+ const IconDarkColorSchemeInfoDefault$1 = "#338FCC";
725
+ const IconDarkColorSchemeInfoStatesHover$1 = "#206EA2";
726
+ const IconDarkColorSchemeInfoStatesActive$1 = "#114E77";
727
+ const IconDarkColorSchemeInfoStatesDisabled$1 = "mix(#338FCC, transparent, 30%)";
728
+ const IconDarkColorSchemeSuccessDefault$1 = "#52A832";
729
+ const IconDarkColorSchemeSuccessStatesHover$1 = "#3B8520";
730
+ const IconDarkColorSchemeSuccessStatesActive$1 = "#276211";
731
+ const IconDarkColorSchemeSuccessStatesDisabled$1 = "mix(#52A832, transparent, 30%)";
732
+ const IconDarkColorSchemeWarningDefault$1 = "#D6930D";
733
+ const IconDarkColorSchemeWarningStatesHover$1 = "#AA7408";
734
+ const IconDarkColorSchemeWarningStatesActive$1 = "#7D5504";
735
+ const IconDarkColorSchemeWarningStatesDisabled$1 = "mix(#D6930D, transparent, 30%)";
736
+ const IconDarkColorSchemeErrorDefault$1 = "#E04D36";
737
+ const IconDarkColorSchemeErrorStatesHover$1 = "#B23522";
738
+ const IconDarkColorSchemeErrorStatesActive$1 = "#832112";
739
+ const IconDarkColorSchemeErrorStatesDisabled$1 = "mix(#E04D36, transparent, 30%)";
740
+ const InputSizePadding$1 = "0 12rem";
644
741
  const InputSizeWidth$1 = "100%";
645
- const InputSizeMinHeight$1 = "30px";
646
742
  const InputFontDefault$1 = "body";
647
743
  const InputFontMonospace$1 = "body-mono";
648
744
  const LinkLightColorSchemeText$1 = "#338FCC";
@@ -661,16 +757,13 @@ const LinkDarkColorSchemeStateHoverText$1 = "#7FBAE1";
661
757
  const LinkDarkColorSchemeStateHoverBorderBottom$1 = "rgba(#7FBAE1, 0.32)";
662
758
  const LinkDarkColorSchemeStateActive$1 = "#7FBAE1";
663
759
  const LinkDarkColorSchemeStateFocusedOutline$1 = "#57A4D7";
664
- const LinkSizeIconMargin$1 = "4px";
760
+ const LinkSizeIconMargin$1 = "4rem";
665
761
  const LinkSizeStateFocusedOutlineOffset$1 = "2px";
666
762
  const LinkSizeStateFocusedOutlineWidth$1 = "2px";
667
- const LinkAnimationTransition$1 = "color ease-out 300ms";
668
- const LinkAnimationStateHoverTransition$1 = "color 0ms";
669
763
  const LinkFontDefault$1 = "body";
670
- const ListSizeHorizontalPadding$1 = "16px";
671
- const ListSizeIconPadding$1 = "4px";
672
- const ListSizeItemHeight$1 = "32px";
673
- const ListSizeIconWidth$1 = "24px";
764
+ const ListSizeHorizontalPadding$1 = "12rem";
765
+ const ListSizeIconRightMargin$1 = "8rem";
766
+ const ListSizeItemHeight$1 = "32rem";
674
767
  const ListFontItem$1 = "body";
675
768
  const ModalLightColorSchemeShadow$1 = "(0 0 0 1px #B3B3B3, 0 6px 12px 0 rgba(0, 0, 0, 0.5))";
676
769
  const ModalLightColorSchemeBodyTopShadow$1 = "0 2px 4px 0 rgba(0, 0, 0, 0.16)";
@@ -684,55 +777,58 @@ const ModalSizeSmall$1 = "400px";
684
777
  const ModalSizeNormal$1 = "640px";
685
778
  const ModalSizeLarge$1 = "960px";
686
779
  const ModalSizeTop$1 = "48px";
687
- const ModalSizeCloseWidth$1 = "56px";
780
+ const ModalSizeCloseWidth$1 = "56rem";
688
781
  const ModalSizeBorderRadius$1 = "4px";
689
782
  const ModalSizeBorderWidth$1 = "1px";
690
783
  const ModalHeaderLightColorSchemeBorder$1 = "#E6E6E6";
691
784
  const ModalHeaderDarkColorSchemeBorder$1 = "#666666";
692
785
  const ModalHeaderSizeBorderRadius$1 = "4px 4px 0 0";
693
- const ModalHeaderSizePadding$1 = "14px 16px";
786
+ const ModalHeaderSizeHeight$1 = "56rem";
787
+ const ModalHeaderSizePadding$1 = "0 16rem";
694
788
  const ModalHeaderFontDefault$1 = "title";
695
789
  const ModalBodySizeMaxHeight$1 = "calc(100vh - 260px)";
696
- const ModalBodySizePadding$1 = "16px 24px 24px";
790
+ const ModalBodySizePadding$1 = "16rem 24rem 24rem";
697
791
  const ModalBodyFontDefault$1 = "body";
698
792
  const ModalFooterLightColorSchemeBorder$1 = "#E6E6E6";
699
793
  const ModalFooterDarkColorSchemeBorder$1 = "#666666";
700
794
  const ModalFooterSizeBorderRadius$1 = "0 0 4px 4px";
701
- const ModalFooterSizePadding$1 = "16px 16px";
702
- const ModalConfirmSizePadding$1 = "24px";
795
+ const ModalFooterSizeHeight$1 = "64rem";
796
+ const ModalFooterSizePadding$1 = "0 16rem";
797
+ const ModalConfirmSizePadding$1 = "24rem";
703
798
  const NavbarLightColorSchemeBackground$1 = "#114E77";
704
799
  const NavbarLightColorSchemeDividerBackground$1 = "rgba(255, 255, 255, 0.3)";
705
800
  const NavbarDarkColorSchemeBackground$1 = "#114E77";
706
801
  const NavbarDarkColorSchemeDividerBackground$1 = "rgba(255, 255, 255, 0.3)";
707
- const NavbarSizeIconMargin$1 = "6px";
802
+ const NavbarSizeIconMargin$1 = "6rem";
803
+ const NavbarSizeRightIconMargin$1 = "2rem";
708
804
  const NavbarFontTitle$1 = "body";
709
805
  const VerticalNavbarSizeStatesExpandedWidth$1 = "240px";
710
- const VerticalNavbarSizeStatesCollapsedWidth$1 = "56px";
711
- const VerticalNavbarSizeIconMargin$1 = "16px";
806
+ const VerticalNavbarSizeStatesCollapsedWidth$1 = "56rem";
807
+ const VerticalNavbarSizeIconMargin$1 = "16rem";
712
808
  const NavbarItemLightColorSchemeText$1 = "#D8EAF7";
713
809
  const NavbarItemLightColorSchemeIcon$1 = "#D8EAF7";
714
810
  const NavbarItemLightColorSchemeStatesActive$1 = "rgba(0, 0, 0, 0.1)";
715
- const NavbarItemLightColorSchemeStatesSelected$1 = "#4D4D4D";
811
+ const NavbarItemLightColorSchemeStatesSelected$1 = "#206EA2";
716
812
  const NavbarItemLightColorSchemeStatesHover$1 = "rgba(255, 255, 255, 0.1)";
717
813
  const NavbarItemLightColorSchemeStatesProgress$1 = "#07314D";
718
814
  const NavbarItemLightColorSchemeStatesDisabledOpacity$1 = 0.3;
719
815
  const NavbarItemDarkColorSchemeText$1 = "#D8EAF7";
720
816
  const NavbarItemDarkColorSchemeIcon$1 = "#D8EAF7";
721
817
  const NavbarItemDarkColorSchemeStatesActive$1 = "rgba(0, 0, 0, 0.1)";
722
- const NavbarItemDarkColorSchemeStatesSelected$1 = "#666666";
818
+ const NavbarItemDarkColorSchemeStatesSelected$1 = "#206EA2";
723
819
  const NavbarItemDarkColorSchemeStatesHover$1 = "rgba(255, 255, 255, 0.1)";
724
820
  const NavbarItemDarkColorSchemeStatesProgress$1 = "#07314D";
725
821
  const NavbarItemDarkColorSchemeStatesDisabledOpacity$1 = 0.3;
726
- const NavbarItemSizePadding$1 = "16px";
727
- const NavbarItemSizeHeight$1 = "48px";
728
- const NavbarItemSizeHeightVertical$1 = "56px";
729
- const NavbarBrandSizePadding$1 = "12px";
730
- const NavbarBrandSizeMarginRight$1 = "24px";
822
+ const NavbarItemSizePadding$1 = "16rem";
823
+ const NavbarItemSizeHeight$1 = "48rem";
824
+ const NavbarItemSizeHeightVertical$1 = "56rem";
825
+ const NavbarBrandSizePadding$1 = "12rem";
826
+ const NavbarBrandSizeMarginRight$1 = "24rem";
731
827
  const NavbarBrandFontTitle$1 = "title";
732
828
  const OptgroupSizePaddingLeft$1 = "17px";
733
829
  const OptgroupFontDefault$1 = "subheading";
734
- const OptionSizeHorizontalPadding$1 = "16px";
735
- const OptionSizeHeight$1 = "32px";
830
+ const OptionSizeHorizontalPadding$1 = "12rem";
831
+ const OptionSizeHeight$1 = "32rem";
736
832
  const OptionSizeBorderWidth$1 = "2px";
737
833
  const OptionFontDefault$1 = "body";
738
834
  const PopoverLightColorSchemeBackground$1 = "white";
@@ -744,8 +840,8 @@ const PopoverDarkColorSchemeText$1 = "#F0F0F0";
744
840
  const PopoverDarkColorSchemeShadow$1 = "0 3px 3px 0 rgba(0, 0, 0, 0.2)";
745
841
  const PopoverDarkColorSchemeBorder$1 = "#4D4D4D";
746
842
  const PopoverSizeMaxHeight$1 = "480px";
747
- const PopoverSizePadding$1 = "16px";
748
- const PopoverSizeBorderRadius$1 = "3px";
843
+ const PopoverSizePadding$1 = "16rem";
844
+ const PopoverSizeBorderRadius$1 = "4px";
749
845
  const PopoverSizeArrowSize$1 = "12px";
750
846
  const PopoverSizeTriggerMargin$1 = "9px";
751
847
  const PopoverSizeSmallWidth$1 = "200px";
@@ -758,16 +854,16 @@ const PopoverHeaderLightColorSchemeBackground$1 = "white";
758
854
  const PopoverHeaderDarkColorSchemeBorder$1 = "transparent";
759
855
  const PopoverHeaderDarkColorSchemeText$1 = "#F0F0F0";
760
856
  const PopoverHeaderDarkColorSchemeBackground$1 = "#4D4D4D";
761
- const PopoverHeaderSizeHeight$1 = "10px 16px";
762
- const PopoverHeaderSizePadding$1 = "10px 16px";
857
+ const PopoverHeaderSizeHeight$1 = "40rem";
858
+ const PopoverHeaderSizePadding$1 = "0 16rem";
763
859
  const PopoverHeaderFontDefault$1 = "subheading";
764
860
  const PopoverFooterLightColorSchemeBorder$1 = "#F0F0F0";
765
861
  const PopoverFooterLightColorSchemeBackground$1 = "#F0F0F0";
766
862
  const PopoverFooterDarkColorSchemeBorder$1 = "transparent";
767
863
  const PopoverFooterDarkColorSchemeBackground$1 = "transparent";
768
- const PopoverFooterSizeMarginTop$1 = "8px";
769
- const PopoverFooterSizePadding$1 = "12px 16px";
770
- const PopoverFooterSizeHeight$1 = "56px";
864
+ const PopoverFooterSizeMarginTop$1 = "8rem";
865
+ const PopoverFooterSizePadding$1 = "12rem 16rem";
866
+ const PopoverFooterSizeHeight$1 = "56rem";
771
867
  const PopoverFooterFontDefault$1 = "body";
772
868
  const PopupLightColorSchemeShadow$1 = "0 3px 3px 0 rgba(0, 0, 0, 0.2)";
773
869
  const PopupLightColorSchemeBorder$1 = "#B3B3B3";
@@ -781,8 +877,8 @@ const PopupDarkColorSchemeBackground$1 = "#4D4D4D";
781
877
  const PopupDarkColorSchemeFooterBackground$1 = "transparent";
782
878
  const ProgressBarLightColorSchemeBackground$1 = "#F0F0F0";
783
879
  const ProgressBarDarkColorSchemeBackground$1 = "#666666";
784
- const ProgressBarSizeHeight$1 = "4px";
785
- const ProgressSpinnerSizeSize$1 = "16px";
880
+ const ProgressBarSizeHeight$1 = "4rem";
881
+ const ProgressSpinnerSizeSize$1 = "16rem";
786
882
  const RadioLightColorSchemeOuterCircleBorder$1 = "#B3B3B3";
787
883
  const RadioLightColorSchemeInnerCircleBorder$1 = "transparent";
788
884
  const RadioLightColorSchemeStatesCheckedOuterCircleBorder$1 = "#338FCC";
@@ -800,30 +896,31 @@ const RadioDarkColorSchemeStatesFocusedInnerCircleShadow$1 = "0 0 0 1px #333333"
800
896
  const RadioSizeSize$1 = "14px";
801
897
  const RadioSizeLabelMargin$1 = "8px";
802
898
  const RadioFontDefault$1 = "body";
803
- const SelectSizeHeight$1 = "30px";
804
- const SelectSizeLeftPadding$1 = "16px";
805
- const SelectSizeRightPadding$1 = "8px";
806
- const SelectSizeLeftPaddingMultiple$1 = "8px";
899
+ const SelectSizeLeftPadding$1 = "12rem";
900
+ const SelectSizeRightPadding$1 = "6rem";
901
+ const SelectSizeLeftPaddingMultiple$1 = "12rem";
807
902
  const SelectFontDefault$1 = "body";
808
903
  const SelectPanelSizeMaxHeight$1 = "232px";
809
904
  const SelectPanelSizeMaxWidth$1 = "640px";
810
- const SelectPanelSizeVerticalPadding$1 = "4px";
905
+ const SelectPanelSizeVerticalPadding$1 = "4rem";
811
906
  const SelectPanelSizeBorderWidth$1 = "1px";
812
- const SelectPanelSizeBorderRadius$1 = "3px";
907
+ const SelectPanelSizeBorderRadius$1 = "4px";
813
908
  const SelectPanelFontDefault$1 = "body";
814
909
  const SidepanelLightColorSchemeBorder$1 = "#B3B3B3";
815
910
  const SidepanelDarkColorSchemeBorder$1 = "#333333";
816
911
  const SidepanelFontDefault$1 = "body";
817
- const SidepanelHeaderSizePadding$1 = "14px 16px";
818
- const SidepanelHeaderSizeClosePadding$1 = "0 0 0 8px";
912
+ const SidepanelHeaderSizeHeight$1 = "56rem";
913
+ const SidepanelHeaderSizePadding$1 = "0 16rem";
914
+ const SidepanelHeaderSizeClosePadding$1 = "0 0 0 8rem";
819
915
  const SidepanelHeaderFontDefault$1 = "title";
820
- const SidepanelFooterSizePadding$1 = "16px";
916
+ const SidepanelFooterSizeHeight$1 = "64rem";
917
+ const SidepanelFooterSizePadding$1 = "0 16rem";
821
918
  const SidepanelFooterFontDefault$1 = "body";
822
919
  const TableSizeBorderWidth$1 = "1px";
823
- const TableSizeRowPaddingVertical$1 = "8px";
824
- const TableSizeRowPaddingHorizontal$1 = "16px";
920
+ const TableSizeRowPaddingVertical$1 = "8rem";
921
+ const TableSizeRowPaddingHorizontal$1 = "16rem";
825
922
  const TableFontHeader$1 = "caption";
826
- const TableFontBody$1 = "body";
923
+ const TableFontBody$1 = "body-tabular";
827
924
  const TabsLightColorSchemeBorder$1 = "#B3B3B3";
828
925
  const TabsLightColorSchemeStateNormalIcon$1 = "#999999";
829
926
  const TabsLightColorSchemeStateNormalText$1 = "#4D4D4D";
@@ -846,12 +943,12 @@ const TabsDarkColorSchemeStateEmptyText$1 = "#999999";
846
943
  const TabsDarkColorSchemeStateDisabledIcon$1 = "#999999";
847
944
  const TabsDarkColorSchemeStateDisabledText$1 = "#999999";
848
945
  const TabsDarkColorSchemeStateDisabledMarkerOpacity$1 = "0.3";
849
- const TabsSizeHeight$1 = "40px";
850
- const TabsSizeHighlightHeight$1 = "4px";
851
- const TabsSizePaddingHorizontal$1 = "16px";
946
+ const TabsSizeHeight$1 = "40rem";
947
+ const TabsSizeHighlightHeight$1 = "4rem";
948
+ const TabsSizePaddingHorizontal$1 = "16rem";
852
949
  const TabsSizeBorderWidth$1 = "1px";
853
- const TabsSizeBorderRadius$1 = "3px";
854
- const TabsSizeLabelIconMargin$1 = "8px";
950
+ const TabsSizeBorderRadius$1 = "4px";
951
+ const TabsSizeLabelIconMargin$1 = "8rem";
855
952
  const TabsFontDefault$1 = "body";
856
953
  const VerticalTabsLightColorSchemeStateNormalBackground$1 = "transparent";
857
954
  const VerticalTabsLightColorSchemeStateSelectedBackground$1 = "#D8EAF7";
@@ -909,25 +1006,24 @@ const TagsDarkColorSchemeErrorStatesHoverIcon$1 = "#F4B7AE";
909
1006
  const TagsDarkColorSchemeErrorStatesFocused$1 = "#E76E5C";
910
1007
  const TagsDarkColorSchemeErrorStatesDisabledText$1 = "mix(#E76E5C, transparent, 50%)";
911
1008
  const TagsDarkColorSchemeErrorStatesDisabledBackground$1 = "mix(#E76E5C, transparent, 10%)";
912
- const TagsSizeMargin$1 = "2px";
913
- const TagsSizeHeight$1 = "24px";
1009
+ const TagsSizeMargin$1 = "2rem";
1010
+ const TagsSizeHeight$1 = "24rem";
914
1011
  const TagsSizeBorderWidth$1 = "1px";
915
1012
  const TagsSizeBorderRadius$1 = "4px";
916
- const TagsSizeIconPadding$1 = "3px";
917
- const TagsSizeTextMargin$1 = "8px";
1013
+ const TagsSizeIconPadding$1 = "4rem";
1014
+ const TagsSizeTextMargin$1 = "8rem";
918
1015
  const TagsFontDefault$1 = "caption";
919
1016
  const TagsFontMono$1 = "caption-mono";
920
1017
  const TagsFontCaps$1 = "caption-caps";
921
- const TagListSizePadding$1 = "1px 6px";
922
- const TagListSizeMinHeight$1 = "30px";
1018
+ const TagListSizePadding$1 = "1px 12rem";
923
1019
  const TagInputSizeHeight$1 = "22px";
924
- const TagInputSizeMargin$1 = "2px 4px";
1020
+ const TagInputSizeMargin$1 = "2px 4rem";
925
1021
  const TagInputFontDefault$1 = "body";
926
1022
  const TextareaSizeMinHeight$1 = "50px";
927
- const TextareaSizePadding$1 = "5px 16px";
1023
+ const TextareaSizePadding$1 = "5 12rem";
928
1024
  const TextareaFontDefault$1 = "body";
929
1025
  const TextareaFontMono$1 = "body-mono";
930
- const TimepickerSizePaddingRight$1 = "16px";
1026
+ const TimepickerSizePaddingRight$1 = "16rem";
931
1027
  const ToggleLightColorSchemeBorder$1 = "#B3B3B3";
932
1028
  const ToggleLightColorSchemeBackground$1 = "linear-gradient(to bottom, #E6E6E6, #F0F0F0)";
933
1029
  const ToggleLightColorSchemeCircleBorder$1 = "#B3B3B3";
@@ -949,7 +1045,7 @@ const ToggleDarkColorSchemeErrorCheckedBackground$1 = "#E76E5C";
949
1045
  const ToggleSizeHeight$1 = "16px";
950
1046
  const ToggleSizeWidth$1 = "28px";
951
1047
  const ToggleSizeBorderRadius$1 = "9px";
952
- const ToggleSizeLabelMargin$1 = "8px";
1048
+ const ToggleSizeLabelMargin$1 = "8rem";
953
1049
  const ToggleFontDefault$1 = "body";
954
1050
  const ToggleSmallSizeHeight$1 = "14px";
955
1051
  const ToggleSmallSizeWidth$1 = "24px";
@@ -971,8 +1067,8 @@ const TooltipDarkColorSchemeWarningText$1 = "#4D4D4D";
971
1067
  const TooltipDarkColorSchemeWarningBorder$1 = "#F0D49B";
972
1068
  const TooltipSizeMaxWidth$1 = "300px";
973
1069
  const TooltipSizeBorderWidth$1 = "1px";
974
- const TooltipSizeBorderRadius$1 = "3px";
975
- const TooltipSizePadding$1 = "8px 16px";
1070
+ const TooltipSizeBorderRadius$1 = "4px";
1071
+ const TooltipSizePadding$1 = "8rem 16rem";
976
1072
  const TooltipSizeArrowSize$1 = "12px";
977
1073
  const TooltipSizeTriggerMargin$1 = "9px";
978
1074
  const TooltipFontDefault$1 = "caption";
@@ -984,10 +1080,10 @@ const ExtendedTooltipDarkColorSchemeBackground$1 = "#4D4D4D";
984
1080
  const ExtendedTooltipDarkColorSchemeText$1 = "#F0F0F0";
985
1081
  const ExtendedTooltipDarkColorSchemeBorder$1 = "#999999";
986
1082
  const ExtendedTooltipDarkColorSchemeShadow$1 = "0 2px 4px 0 rgba(0, 0, 0, 0.2)";
987
- const ExtendedTooltipSizeBorderRadius$1 = "3px";
1083
+ const ExtendedTooltipSizeBorderRadius$1 = "4px";
988
1084
  const ExtendedTooltipSizeArrowSize$1 = "12px";
989
1085
  const ExtendedTooltipSizeTriggerMargin$1 = "9px";
990
- const ExtendedTooltipSizePadding$1 = "8px 16px";
1086
+ const ExtendedTooltipSizePadding$1 = "8rem 16rem";
991
1087
  const ExtendedTooltipSizeMaxHeight$1 = "480px";
992
1088
  const ExtendedTooltipFontDefault$1 = "caption";
993
1089
  const ExtendedTooltipHeaderLightColorSchemeBorder$1 = "#E6E6E6";
@@ -997,11 +1093,13 @@ const ExtendedTooltipHeaderDarkColorSchemeBorder$1 = "#F0F0F0";
997
1093
  const ExtendedTooltipHeaderDarkColorSchemeText$1 = "#F0F0F0";
998
1094
  const ExtendedTooltipHeaderDarkColorSchemeBackground$1 = "#4D4D4D";
999
1095
  const ExtendedTooltipHeaderSizeHeight$1 = "40px";
1000
- const ExtendedTooltipHeaderSizePadding$1 = "10px 16px";
1096
+ const ExtendedTooltipHeaderSizePadding$1 = "8rem 16rem";
1001
1097
  const ExtendedTooltipHeaderFontDefault$1 = "subheading";
1002
- const TreeSizeNodeHeight$1 = "32px";
1003
- const TreeSizePaddingLeft$1 = "8px";
1004
- const TreeSizePaddingRight$1 = "16px";
1098
+ const TreeSizeNodeHeight$1 = "32rem";
1099
+ const TreeSizePaddingLeft$1 = "12rem";
1100
+ const TreeSizeTogglePadding$1 = "4rem";
1101
+ const TreeSizeIconPadding$1 = "8rem";
1102
+ const TreeSizePaddingRight$1 = "16rem";
1005
1103
  const TreeFontNode$1 = "body";
1006
1104
 
1007
1105
  var tokens = /*#__PURE__*/Object.freeze({
@@ -1028,6 +1126,8 @@ var tokens = /*#__PURE__*/Object.freeze({
1028
1126
  LightColorSchemeForegroundIcon: LightColorSchemeForegroundIcon$1,
1029
1127
  LightColorSchemeBackgroundBackground: LightColorSchemeBackgroundBackground$1,
1030
1128
  LightColorSchemeBackgroundBackgroundDisabled: LightColorSchemeBackgroundBackgroundDisabled$1,
1129
+ LightColorSchemeBackgroundBackgroundLessContrast: LightColorSchemeBackgroundBackgroundLessContrast$1,
1130
+ LightColorSchemeBackgroundBackgroundUnder: LightColorSchemeBackgroundBackgroundUnder$1,
1031
1131
  LightColorSchemeBackgroundOverlayHover: LightColorSchemeBackgroundOverlayHover$1,
1032
1132
  LightColorSchemeBackgroundOverlayActive: LightColorSchemeBackgroundOverlayActive$1,
1033
1133
  LightColorSchemeBackgroundOverlayDisabled: LightColorSchemeBackgroundOverlayDisabled$1,
@@ -1057,6 +1157,8 @@ var tokens = /*#__PURE__*/Object.freeze({
1057
1157
  DarkColorSchemeForegroundIcon: DarkColorSchemeForegroundIcon$1,
1058
1158
  DarkColorSchemeBackgroundBackground: DarkColorSchemeBackgroundBackground$1,
1059
1159
  DarkColorSchemeBackgroundBackgroundDisabled: DarkColorSchemeBackgroundBackgroundDisabled$1,
1160
+ DarkColorSchemeBackgroundBackgroundLessContrast: DarkColorSchemeBackgroundBackgroundLessContrast$1,
1161
+ DarkColorSchemeBackgroundBackgroundUnder: DarkColorSchemeBackgroundBackgroundUnder$1,
1060
1162
  DarkColorSchemeBackgroundOverlayHover: DarkColorSchemeBackgroundOverlayHover$1,
1061
1163
  DarkColorSchemeBackgroundOverlayActive: DarkColorSchemeBackgroundOverlayActive$1,
1062
1164
  DarkColorSchemeBackgroundOverlayDisabled: DarkColorSchemeBackgroundOverlayDisabled$1,
@@ -1066,6 +1168,19 @@ var tokens = /*#__PURE__*/Object.freeze({
1066
1168
  DarkColorSchemeStatesDisabledOpacity: DarkColorSchemeStatesDisabledOpacity$1,
1067
1169
  FontFamilyBase: FontFamilyBase$1,
1068
1170
  FontFamilyMonospace: FontFamilyMonospace$1,
1171
+ Size3xs: Size3xs$1,
1172
+ SizeXxs: SizeXxs$1,
1173
+ SizeXs: SizeXs$1,
1174
+ SizeS: SizeS$1,
1175
+ SizeM: SizeM$1,
1176
+ SizeL: SizeL$1,
1177
+ SizeXl: SizeXl$1,
1178
+ SizeXxl: SizeXxl$1,
1179
+ Size3xl: Size3xl$1,
1180
+ Size4xl: Size4xl$1,
1181
+ Size5xl: Size5xl$1,
1182
+ Size6xl: Size6xl$1,
1183
+ Size7xl: Size7xl$1,
1069
1184
  PaletteBlue40: PaletteBlue40$1,
1070
1185
  PaletteBlue60: PaletteBlue60$1,
1071
1186
  PaletteBlue100: PaletteBlue100$1,
@@ -1203,102 +1318,133 @@ var tokens = /*#__PURE__*/Object.freeze({
1203
1318
  TypographyDisplay1FontWeight: TypographyDisplay1FontWeight$1,
1204
1319
  TypographyDisplay1FontFamily: TypographyDisplay1FontFamily$1,
1205
1320
  TypographyDisplay1TextTransform: TypographyDisplay1TextTransform$1,
1321
+ TypographyDisplay1FontFeatureSettings: TypographyDisplay1FontFeatureSettings$1,
1206
1322
  TypographyDisplay2FontSize: TypographyDisplay2FontSize$1,
1207
1323
  TypographyDisplay2LineHeight: TypographyDisplay2LineHeight$1,
1208
1324
  TypographyDisplay2LetterSpacing: TypographyDisplay2LetterSpacing$1,
1209
1325
  TypographyDisplay2FontWeight: TypographyDisplay2FontWeight$1,
1210
1326
  TypographyDisplay2FontFamily: TypographyDisplay2FontFamily$1,
1211
1327
  TypographyDisplay2TextTransform: TypographyDisplay2TextTransform$1,
1328
+ TypographyDisplay2FontFeatureSettings: TypographyDisplay2FontFeatureSettings$1,
1212
1329
  TypographyDisplay3FontSize: TypographyDisplay3FontSize$1,
1213
1330
  TypographyDisplay3LineHeight: TypographyDisplay3LineHeight$1,
1214
1331
  TypographyDisplay3LetterSpacing: TypographyDisplay3LetterSpacing$1,
1215
1332
  TypographyDisplay3FontWeight: TypographyDisplay3FontWeight$1,
1216
1333
  TypographyDisplay3FontFamily: TypographyDisplay3FontFamily$1,
1217
1334
  TypographyDisplay3TextTransform: TypographyDisplay3TextTransform$1,
1335
+ TypographyDisplay3FontFeatureSettings: TypographyDisplay3FontFeatureSettings$1,
1218
1336
  TypographyHeadlineFontSize: TypographyHeadlineFontSize$1,
1219
1337
  TypographyHeadlineLineHeight: TypographyHeadlineLineHeight$1,
1220
1338
  TypographyHeadlineLetterSpacing: TypographyHeadlineLetterSpacing$1,
1221
1339
  TypographyHeadlineFontWeight: TypographyHeadlineFontWeight$1,
1222
1340
  TypographyHeadlineFontFamily: TypographyHeadlineFontFamily$1,
1223
1341
  TypographyHeadlineTextTransform: TypographyHeadlineTextTransform$1,
1342
+ TypographyHeadlineFontFeatureSettings: TypographyHeadlineFontFeatureSettings$1,
1224
1343
  TypographyTitleFontSize: TypographyTitleFontSize$1,
1225
1344
  TypographyTitleLineHeight: TypographyTitleLineHeight$1,
1226
1345
  TypographyTitleLetterSpacing: TypographyTitleLetterSpacing$1,
1227
1346
  TypographyTitleFontWeight: TypographyTitleFontWeight$1,
1228
1347
  TypographyTitleFontFamily: TypographyTitleFontFamily$1,
1229
1348
  TypographyTitleTextTransform: TypographyTitleTextTransform$1,
1349
+ TypographyTitleFontFeatureSettings: TypographyTitleFontFeatureSettings$1,
1230
1350
  TypographySubheadingFontSize: TypographySubheadingFontSize$1,
1231
1351
  TypographySubheadingLineHeight: TypographySubheadingLineHeight$1,
1232
1352
  TypographySubheadingLetterSpacing: TypographySubheadingLetterSpacing$1,
1233
1353
  TypographySubheadingFontWeight: TypographySubheadingFontWeight$1,
1234
1354
  TypographySubheadingFontFamily: TypographySubheadingFontFamily$1,
1235
1355
  TypographySubheadingTextTransform: TypographySubheadingTextTransform$1,
1356
+ TypographySubheadingFontFeatureSettings: TypographySubheadingFontFeatureSettings$1,
1236
1357
  TypographyBodyFontSize: TypographyBodyFontSize$1,
1237
1358
  TypographyBodyLineHeight: TypographyBodyLineHeight$1,
1238
1359
  TypographyBodyLetterSpacing: TypographyBodyLetterSpacing$1,
1239
1360
  TypographyBodyFontWeight: TypographyBodyFontWeight$1,
1240
1361
  TypographyBodyFontFamily: TypographyBodyFontFamily$1,
1241
1362
  TypographyBodyTextTransform: TypographyBodyTextTransform$1,
1363
+ TypographyBodyFontFeatureSettings: TypographyBodyFontFeatureSettings$1,
1364
+ TypographyBodyTabularFontSize: TypographyBodyTabularFontSize$1,
1365
+ TypographyBodyTabularLineHeight: TypographyBodyTabularLineHeight$1,
1366
+ TypographyBodyTabularLetterSpacing: TypographyBodyTabularLetterSpacing$1,
1367
+ TypographyBodyTabularFontWeight: TypographyBodyTabularFontWeight$1,
1368
+ TypographyBodyTabularFontFamily: TypographyBodyTabularFontFamily$1,
1369
+ TypographyBodyTabularTextTransform: TypographyBodyTabularTextTransform$1,
1370
+ TypographyBodyTabularFontFeatureSettings: TypographyBodyTabularFontFeatureSettings$1,
1242
1371
  TypographyBodyStrongFontSize: TypographyBodyStrongFontSize$1,
1243
1372
  TypographyBodyStrongLineHeight: TypographyBodyStrongLineHeight$1,
1244
1373
  TypographyBodyStrongLetterSpacing: TypographyBodyStrongLetterSpacing$1,
1245
1374
  TypographyBodyStrongFontWeight: TypographyBodyStrongFontWeight$1,
1246
1375
  TypographyBodyStrongFontFamily: TypographyBodyStrongFontFamily$1,
1247
1376
  TypographyBodyStrongTextTransform: TypographyBodyStrongTextTransform$1,
1377
+ TypographyBodyStrongFontFeatureSettings: TypographyBodyStrongFontFeatureSettings$1,
1248
1378
  TypographyBodyCapsFontSize: TypographyBodyCapsFontSize$1,
1249
1379
  TypographyBodyCapsLineHeight: TypographyBodyCapsLineHeight$1,
1250
1380
  TypographyBodyCapsLetterSpacing: TypographyBodyCapsLetterSpacing$1,
1251
1381
  TypographyBodyCapsFontWeight: TypographyBodyCapsFontWeight$1,
1252
1382
  TypographyBodyCapsFontFamily: TypographyBodyCapsFontFamily$1,
1253
1383
  TypographyBodyCapsTextTransform: TypographyBodyCapsTextTransform$1,
1384
+ TypographyBodyCapsFontFeatureSettings: TypographyBodyCapsFontFeatureSettings$1,
1254
1385
  TypographyBodyMonoFontSize: TypographyBodyMonoFontSize$1,
1255
1386
  TypographyBodyMonoLineHeight: TypographyBodyMonoLineHeight$1,
1256
1387
  TypographyBodyMonoLetterSpacing: TypographyBodyMonoLetterSpacing$1,
1257
1388
  TypographyBodyMonoFontWeight: TypographyBodyMonoFontWeight$1,
1258
1389
  TypographyBodyMonoFontFamily: TypographyBodyMonoFontFamily$1,
1259
1390
  TypographyBodyMonoTextTransform: TypographyBodyMonoTextTransform$1,
1391
+ TypographyBodyMonoFontFeatureSettings: TypographyBodyMonoFontFeatureSettings$1,
1260
1392
  TypographyCaptionFontSize: TypographyCaptionFontSize$1,
1261
1393
  TypographyCaptionLineHeight: TypographyCaptionLineHeight$1,
1262
1394
  TypographyCaptionLetterSpacing: TypographyCaptionLetterSpacing$1,
1263
1395
  TypographyCaptionFontWeight: TypographyCaptionFontWeight$1,
1264
1396
  TypographyCaptionFontFamily: TypographyCaptionFontFamily$1,
1265
1397
  TypographyCaptionTextTransform: TypographyCaptionTextTransform$1,
1398
+ TypographyCaptionFontFeatureSettings: TypographyCaptionFontFeatureSettings$1,
1399
+ TypographyCaptionTabularFontSize: TypographyCaptionTabularFontSize$1,
1400
+ TypographyCaptionTabularLineHeight: TypographyCaptionTabularLineHeight$1,
1401
+ TypographyCaptionTabularLetterSpacing: TypographyCaptionTabularLetterSpacing$1,
1402
+ TypographyCaptionTabularFontWeight: TypographyCaptionTabularFontWeight$1,
1403
+ TypographyCaptionTabularFontFamily: TypographyCaptionTabularFontFamily$1,
1404
+ TypographyCaptionTabularTextTransform: TypographyCaptionTabularTextTransform$1,
1405
+ TypographyCaptionTabularFontFeatureSettings: TypographyCaptionTabularFontFeatureSettings$1,
1266
1406
  TypographyCaptionCapsFontSize: TypographyCaptionCapsFontSize$1,
1267
1407
  TypographyCaptionCapsLineHeight: TypographyCaptionCapsLineHeight$1,
1268
1408
  TypographyCaptionCapsLetterSpacing: TypographyCaptionCapsLetterSpacing$1,
1269
1409
  TypographyCaptionCapsFontWeight: TypographyCaptionCapsFontWeight$1,
1270
1410
  TypographyCaptionCapsFontFamily: TypographyCaptionCapsFontFamily$1,
1271
1411
  TypographyCaptionCapsTextTransform: TypographyCaptionCapsTextTransform$1,
1412
+ TypographyCaptionCapsFontFeatureSettings: TypographyCaptionCapsFontFeatureSettings$1,
1272
1413
  TypographyCaptionMonoFontSize: TypographyCaptionMonoFontSize$1,
1273
1414
  TypographyCaptionMonoLineHeight: TypographyCaptionMonoLineHeight$1,
1274
1415
  TypographyCaptionMonoLetterSpacing: TypographyCaptionMonoLetterSpacing$1,
1275
1416
  TypographyCaptionMonoFontWeight: TypographyCaptionMonoFontWeight$1,
1276
1417
  TypographyCaptionMonoFontFamily: TypographyCaptionMonoFontFamily$1,
1277
1418
  TypographyCaptionMonoTextTransform: TypographyCaptionMonoTextTransform$1,
1419
+ TypographyCaptionMonoFontFeatureSettings: TypographyCaptionMonoFontFeatureSettings$1,
1278
1420
  TypographySmallTextFontSize: TypographySmallTextFontSize$1,
1279
1421
  TypographySmallTextLineHeight: TypographySmallTextLineHeight$1,
1280
1422
  TypographySmallTextLetterSpacing: TypographySmallTextLetterSpacing$1,
1281
1423
  TypographySmallTextFontWeight: TypographySmallTextFontWeight$1,
1282
1424
  TypographySmallTextFontFamily: TypographySmallTextFontFamily$1,
1283
1425
  TypographySmallTextTextTransform: TypographySmallTextTextTransform$1,
1426
+ TypographySmallTextFontFeatureSettings: TypographySmallTextFontFeatureSettings$1,
1284
1427
  TypographyExtraSmallTextFontSize: TypographyExtraSmallTextFontSize$1,
1285
1428
  TypographyExtraSmallTextLineHeight: TypographyExtraSmallTextLineHeight$1,
1286
1429
  TypographyExtraSmallTextLetterSpacing: TypographyExtraSmallTextLetterSpacing$1,
1287
1430
  TypographyExtraSmallTextFontWeight: TypographyExtraSmallTextFontWeight$1,
1288
1431
  TypographyExtraSmallTextFontFamily: TypographyExtraSmallTextFontFamily$1,
1289
1432
  TypographyExtraSmallTextTextTransform: TypographyExtraSmallTextTextTransform$1,
1433
+ TypographyExtraSmallTextFontFeatureSettings: TypographyExtraSmallTextFontFeatureSettings$1,
1290
1434
  TypographyExtraSmallTextCapsFontSize: TypographyExtraSmallTextCapsFontSize$1,
1291
1435
  TypographyExtraSmallTextCapsLineHeight: TypographyExtraSmallTextCapsLineHeight$1,
1292
1436
  TypographyExtraSmallTextCapsLetterSpacing: TypographyExtraSmallTextCapsLetterSpacing$1,
1293
1437
  TypographyExtraSmallTextCapsFontWeight: TypographyExtraSmallTextCapsFontWeight$1,
1294
1438
  TypographyExtraSmallTextCapsFontFamily: TypographyExtraSmallTextCapsFontFamily$1,
1295
1439
  TypographyExtraSmallTextCapsTextTransform: TypographyExtraSmallTextCapsTextTransform$1,
1440
+ TypographyExtraSmallTextCapsFontFeatureSettings: TypographyExtraSmallTextCapsFontFeatureSettings$1,
1296
1441
  TypographyExtraSmallTextMonoFontSize: TypographyExtraSmallTextMonoFontSize$1,
1297
1442
  TypographyExtraSmallTextMonoLineHeight: TypographyExtraSmallTextMonoLineHeight$1,
1298
1443
  TypographyExtraSmallTextMonoLetterSpacing: TypographyExtraSmallTextMonoLetterSpacing$1,
1299
1444
  TypographyExtraSmallTextMonoFontWeight: TypographyExtraSmallTextMonoFontWeight$1,
1300
1445
  TypographyExtraSmallTextMonoFontFamily: TypographyExtraSmallTextMonoFontFamily$1,
1301
1446
  TypographyExtraSmallTextMonoTextTransform: TypographyExtraSmallTextMonoTextTransform$1,
1447
+ TypographyExtraSmallTextMonoFontFeatureSettings: TypographyExtraSmallTextMonoFontFeatureSettings$1,
1302
1448
  AlertLightColorSchemeErrorBackground: AlertLightColorSchemeErrorBackground$1,
1303
1449
  AlertLightColorSchemeErrorBorder: AlertLightColorSchemeErrorBorder$1,
1304
1450
  AlertLightColorSchemeErrorIcon: AlertLightColorSchemeErrorIcon$1,
@@ -1489,16 +1635,15 @@ var tokens = /*#__PURE__*/Object.freeze({
1489
1635
  ButtonDarkColorSchemeErrorIcon: ButtonDarkColorSchemeErrorIcon$1,
1490
1636
  ButtonDarkColorSchemeErrorStatesActiveBorder: ButtonDarkColorSchemeErrorStatesActiveBorder$1,
1491
1637
  ButtonDarkColorSchemeErrorStatesActiveBackground: ButtonDarkColorSchemeErrorStatesActiveBackground$1,
1638
+ ButtonSizeHeight: ButtonSizeHeight$1,
1492
1639
  ButtonSizeBorderWidth: ButtonSizeBorderWidth$1,
1493
1640
  ButtonSizeBorderRadius: ButtonSizeBorderRadius$1,
1494
- ButtonSizeVerticalPadding: ButtonSizeVerticalPadding$1,
1495
1641
  ButtonSizeHorizontalPadding: ButtonSizeHorizontalPadding$1,
1496
1642
  ButtonFontDefault: ButtonFontDefault$1,
1497
1643
  ButtonFontPrimary: ButtonFontPrimary$1,
1498
1644
  ButtonFontPrimaryTransparent: ButtonFontPrimaryTransparent$1,
1499
- IconButtonSizeVerticalPadding: IconButtonSizeVerticalPadding$1,
1500
1645
  IconButtonSizeHorizontalPadding: IconButtonSizeHorizontalPadding$1,
1501
- IconButtonSizeIconHorizontalPadding: IconButtonSizeIconHorizontalPadding$1,
1646
+ IconButtonSizeLeftIconPadding: IconButtonSizeLeftIconPadding$1,
1502
1647
  CardLightColorSchemeErrorVerticalLine: CardLightColorSchemeErrorVerticalLine$1,
1503
1648
  CardLightColorSchemeErrorBackground: CardLightColorSchemeErrorBackground$1,
1504
1649
  CardLightColorSchemeErrorShadow: CardLightColorSchemeErrorShadow$1,
@@ -1591,7 +1736,8 @@ var tokens = /*#__PURE__*/Object.freeze({
1591
1736
  DropdownGroupHeaderFontSmall: DropdownGroupHeaderFontSmall$1,
1592
1737
  DropdownDividerSizeHeight: DropdownDividerSizeHeight$1,
1593
1738
  DropdownDividerSizeMargin: DropdownDividerSizeMargin$1,
1594
- DropdownTriggerSizeIconPaddingRight: DropdownTriggerSizeIconPaddingRight$1,
1739
+ DropdownTriggerSizeButtonRightPadding: DropdownTriggerSizeButtonRightPadding$1,
1740
+ DropdownTriggerSizeRightIconPadding: DropdownTriggerSizeRightIconPadding$1,
1595
1741
  DropdownPanelSizeMaxWidth: DropdownPanelSizeMaxWidth$1,
1596
1742
  DropdownPanelSizePadding: DropdownPanelSizePadding$1,
1597
1743
  DropdownPanelSizeBorderWidth: DropdownPanelSizeBorderWidth$1,
@@ -1606,6 +1752,7 @@ var tokens = /*#__PURE__*/Object.freeze({
1606
1752
  FormFieldDarkColorSchemeStatesHoverBorder: FormFieldDarkColorSchemeStatesHoverBorder$1,
1607
1753
  FormFieldDarkColorSchemeStatesInvalidBorder: FormFieldDarkColorSchemeStatesInvalidBorder$1,
1608
1754
  FormFieldDarkColorSchemeStatesInvalidBackground: FormFieldDarkColorSchemeStatesInvalidBackground$1,
1755
+ FormFieldSizeHeight: FormFieldSizeHeight$1,
1609
1756
  FormFieldSizeBorderWidth: FormFieldSizeBorderWidth$1,
1610
1757
  FormFieldSizeBorderRadius: FormFieldSizeBorderRadius$1,
1611
1758
  FormFieldSizeButtonWidth: FormFieldSizeButtonWidth$1,
@@ -1645,9 +1792,56 @@ var tokens = /*#__PURE__*/Object.freeze({
1645
1792
  FormsSizeVerticalLegendMarginBottom: FormsSizeVerticalLegendMarginBottom$1,
1646
1793
  FormsFontDefaultLabel: FormsFontDefaultLabel$1,
1647
1794
  FormsFontDefaultLegend: FormsFontDefaultLegend$1,
1795
+ IconLightColorSchemeSecondaryDefault: IconLightColorSchemeSecondaryDefault$1,
1796
+ IconLightColorSchemeSecondaryStatesHover: IconLightColorSchemeSecondaryStatesHover$1,
1797
+ IconLightColorSchemeSecondaryStatesActive: IconLightColorSchemeSecondaryStatesActive$1,
1798
+ IconLightColorSchemeSecondaryStatesDisabled: IconLightColorSchemeSecondaryStatesDisabled$1,
1799
+ IconLightColorSchemePrimaryDefault: IconLightColorSchemePrimaryDefault$1,
1800
+ IconLightColorSchemePrimaryStatesHover: IconLightColorSchemePrimaryStatesHover$1,
1801
+ IconLightColorSchemePrimaryStatesActive: IconLightColorSchemePrimaryStatesActive$1,
1802
+ IconLightColorSchemePrimaryStatesDisabled: IconLightColorSchemePrimaryStatesDisabled$1,
1803
+ IconLightColorSchemeInfoDefault: IconLightColorSchemeInfoDefault$1,
1804
+ IconLightColorSchemeInfoStatesHover: IconLightColorSchemeInfoStatesHover$1,
1805
+ IconLightColorSchemeInfoStatesActive: IconLightColorSchemeInfoStatesActive$1,
1806
+ IconLightColorSchemeInfoStatesDisabled: IconLightColorSchemeInfoStatesDisabled$1,
1807
+ IconLightColorSchemeSuccessDefault: IconLightColorSchemeSuccessDefault$1,
1808
+ IconLightColorSchemeSuccessStatesHover: IconLightColorSchemeSuccessStatesHover$1,
1809
+ IconLightColorSchemeSuccessStatesActive: IconLightColorSchemeSuccessStatesActive$1,
1810
+ IconLightColorSchemeSuccessStatesDisabled: IconLightColorSchemeSuccessStatesDisabled$1,
1811
+ IconLightColorSchemeWarningDefault: IconLightColorSchemeWarningDefault$1,
1812
+ IconLightColorSchemeWarningStatesHover: IconLightColorSchemeWarningStatesHover$1,
1813
+ IconLightColorSchemeWarningStatesActive: IconLightColorSchemeWarningStatesActive$1,
1814
+ IconLightColorSchemeWarningStatesDisabled: IconLightColorSchemeWarningStatesDisabled$1,
1815
+ IconLightColorSchemeErrorDefault: IconLightColorSchemeErrorDefault$1,
1816
+ IconLightColorSchemeErrorStatesHover: IconLightColorSchemeErrorStatesHover$1,
1817
+ IconLightColorSchemeErrorStatesActive: IconLightColorSchemeErrorStatesActive$1,
1818
+ IconLightColorSchemeErrorStatesDisabled: IconLightColorSchemeErrorStatesDisabled$1,
1819
+ IconDarkColorSchemeSecondaryDefault: IconDarkColorSchemeSecondaryDefault$1,
1820
+ IconDarkColorSchemeSecondaryStatesHover: IconDarkColorSchemeSecondaryStatesHover$1,
1821
+ IconDarkColorSchemeSecondaryStatesActive: IconDarkColorSchemeSecondaryStatesActive$1,
1822
+ IconDarkColorSchemeSecondaryStatesDisabled: IconDarkColorSchemeSecondaryStatesDisabled$1,
1823
+ IconDarkColorSchemePrimaryDefault: IconDarkColorSchemePrimaryDefault$1,
1824
+ IconDarkColorSchemePrimaryStatesHover: IconDarkColorSchemePrimaryStatesHover$1,
1825
+ IconDarkColorSchemePrimaryStatesActive: IconDarkColorSchemePrimaryStatesActive$1,
1826
+ IconDarkColorSchemePrimaryStatesDisabled: IconDarkColorSchemePrimaryStatesDisabled$1,
1827
+ IconDarkColorSchemeInfoDefault: IconDarkColorSchemeInfoDefault$1,
1828
+ IconDarkColorSchemeInfoStatesHover: IconDarkColorSchemeInfoStatesHover$1,
1829
+ IconDarkColorSchemeInfoStatesActive: IconDarkColorSchemeInfoStatesActive$1,
1830
+ IconDarkColorSchemeInfoStatesDisabled: IconDarkColorSchemeInfoStatesDisabled$1,
1831
+ IconDarkColorSchemeSuccessDefault: IconDarkColorSchemeSuccessDefault$1,
1832
+ IconDarkColorSchemeSuccessStatesHover: IconDarkColorSchemeSuccessStatesHover$1,
1833
+ IconDarkColorSchemeSuccessStatesActive: IconDarkColorSchemeSuccessStatesActive$1,
1834
+ IconDarkColorSchemeSuccessStatesDisabled: IconDarkColorSchemeSuccessStatesDisabled$1,
1835
+ IconDarkColorSchemeWarningDefault: IconDarkColorSchemeWarningDefault$1,
1836
+ IconDarkColorSchemeWarningStatesHover: IconDarkColorSchemeWarningStatesHover$1,
1837
+ IconDarkColorSchemeWarningStatesActive: IconDarkColorSchemeWarningStatesActive$1,
1838
+ IconDarkColorSchemeWarningStatesDisabled: IconDarkColorSchemeWarningStatesDisabled$1,
1839
+ IconDarkColorSchemeErrorDefault: IconDarkColorSchemeErrorDefault$1,
1840
+ IconDarkColorSchemeErrorStatesHover: IconDarkColorSchemeErrorStatesHover$1,
1841
+ IconDarkColorSchemeErrorStatesActive: IconDarkColorSchemeErrorStatesActive$1,
1842
+ IconDarkColorSchemeErrorStatesDisabled: IconDarkColorSchemeErrorStatesDisabled$1,
1648
1843
  InputSizePadding: InputSizePadding$1,
1649
1844
  InputSizeWidth: InputSizeWidth$1,
1650
- InputSizeMinHeight: InputSizeMinHeight$1,
1651
1845
  InputFontDefault: InputFontDefault$1,
1652
1846
  InputFontMonospace: InputFontMonospace$1,
1653
1847
  LinkLightColorSchemeText: LinkLightColorSchemeText$1,
@@ -1669,13 +1863,10 @@ var tokens = /*#__PURE__*/Object.freeze({
1669
1863
  LinkSizeIconMargin: LinkSizeIconMargin$1,
1670
1864
  LinkSizeStateFocusedOutlineOffset: LinkSizeStateFocusedOutlineOffset$1,
1671
1865
  LinkSizeStateFocusedOutlineWidth: LinkSizeStateFocusedOutlineWidth$1,
1672
- LinkAnimationTransition: LinkAnimationTransition$1,
1673
- LinkAnimationStateHoverTransition: LinkAnimationStateHoverTransition$1,
1674
1866
  LinkFontDefault: LinkFontDefault$1,
1675
1867
  ListSizeHorizontalPadding: ListSizeHorizontalPadding$1,
1676
- ListSizeIconPadding: ListSizeIconPadding$1,
1868
+ ListSizeIconRightMargin: ListSizeIconRightMargin$1,
1677
1869
  ListSizeItemHeight: ListSizeItemHeight$1,
1678
- ListSizeIconWidth: ListSizeIconWidth$1,
1679
1870
  ListFontItem: ListFontItem$1,
1680
1871
  ModalLightColorSchemeShadow: ModalLightColorSchemeShadow$1,
1681
1872
  ModalLightColorSchemeBodyTopShadow: ModalLightColorSchemeBodyTopShadow$1,
@@ -1695,6 +1886,7 @@ var tokens = /*#__PURE__*/Object.freeze({
1695
1886
  ModalHeaderLightColorSchemeBorder: ModalHeaderLightColorSchemeBorder$1,
1696
1887
  ModalHeaderDarkColorSchemeBorder: ModalHeaderDarkColorSchemeBorder$1,
1697
1888
  ModalHeaderSizeBorderRadius: ModalHeaderSizeBorderRadius$1,
1889
+ ModalHeaderSizeHeight: ModalHeaderSizeHeight$1,
1698
1890
  ModalHeaderSizePadding: ModalHeaderSizePadding$1,
1699
1891
  ModalHeaderFontDefault: ModalHeaderFontDefault$1,
1700
1892
  ModalBodySizeMaxHeight: ModalBodySizeMaxHeight$1,
@@ -1703,6 +1895,7 @@ var tokens = /*#__PURE__*/Object.freeze({
1703
1895
  ModalFooterLightColorSchemeBorder: ModalFooterLightColorSchemeBorder$1,
1704
1896
  ModalFooterDarkColorSchemeBorder: ModalFooterDarkColorSchemeBorder$1,
1705
1897
  ModalFooterSizeBorderRadius: ModalFooterSizeBorderRadius$1,
1898
+ ModalFooterSizeHeight: ModalFooterSizeHeight$1,
1706
1899
  ModalFooterSizePadding: ModalFooterSizePadding$1,
1707
1900
  ModalConfirmSizePadding: ModalConfirmSizePadding$1,
1708
1901
  NavbarLightColorSchemeBackground: NavbarLightColorSchemeBackground$1,
@@ -1710,6 +1903,7 @@ var tokens = /*#__PURE__*/Object.freeze({
1710
1903
  NavbarDarkColorSchemeBackground: NavbarDarkColorSchemeBackground$1,
1711
1904
  NavbarDarkColorSchemeDividerBackground: NavbarDarkColorSchemeDividerBackground$1,
1712
1905
  NavbarSizeIconMargin: NavbarSizeIconMargin$1,
1906
+ NavbarSizeRightIconMargin: NavbarSizeRightIconMargin$1,
1713
1907
  NavbarFontTitle: NavbarFontTitle$1,
1714
1908
  VerticalNavbarSizeStatesExpandedWidth: VerticalNavbarSizeStatesExpandedWidth$1,
1715
1909
  VerticalNavbarSizeStatesCollapsedWidth: VerticalNavbarSizeStatesCollapsedWidth$1,
@@ -1805,7 +1999,6 @@ var tokens = /*#__PURE__*/Object.freeze({
1805
1999
  RadioSizeSize: RadioSizeSize$1,
1806
2000
  RadioSizeLabelMargin: RadioSizeLabelMargin$1,
1807
2001
  RadioFontDefault: RadioFontDefault$1,
1808
- SelectSizeHeight: SelectSizeHeight$1,
1809
2002
  SelectSizeLeftPadding: SelectSizeLeftPadding$1,
1810
2003
  SelectSizeRightPadding: SelectSizeRightPadding$1,
1811
2004
  SelectSizeLeftPaddingMultiple: SelectSizeLeftPaddingMultiple$1,
@@ -1819,9 +2012,11 @@ var tokens = /*#__PURE__*/Object.freeze({
1819
2012
  SidepanelLightColorSchemeBorder: SidepanelLightColorSchemeBorder$1,
1820
2013
  SidepanelDarkColorSchemeBorder: SidepanelDarkColorSchemeBorder$1,
1821
2014
  SidepanelFontDefault: SidepanelFontDefault$1,
2015
+ SidepanelHeaderSizeHeight: SidepanelHeaderSizeHeight$1,
1822
2016
  SidepanelHeaderSizePadding: SidepanelHeaderSizePadding$1,
1823
2017
  SidepanelHeaderSizeClosePadding: SidepanelHeaderSizeClosePadding$1,
1824
2018
  SidepanelHeaderFontDefault: SidepanelHeaderFontDefault$1,
2019
+ SidepanelFooterSizeHeight: SidepanelFooterSizeHeight$1,
1825
2020
  SidepanelFooterSizePadding: SidepanelFooterSizePadding$1,
1826
2021
  SidepanelFooterFontDefault: SidepanelFooterFontDefault$1,
1827
2022
  TableSizeBorderWidth: TableSizeBorderWidth$1,
@@ -1924,7 +2119,6 @@ var tokens = /*#__PURE__*/Object.freeze({
1924
2119
  TagsFontMono: TagsFontMono$1,
1925
2120
  TagsFontCaps: TagsFontCaps$1,
1926
2121
  TagListSizePadding: TagListSizePadding$1,
1927
- TagListSizeMinHeight: TagListSizeMinHeight$1,
1928
2122
  TagInputSizeHeight: TagInputSizeHeight$1,
1929
2123
  TagInputSizeMargin: TagInputSizeMargin$1,
1930
2124
  TagInputFontDefault: TagInputFontDefault$1,
@@ -2006,6 +2200,8 @@ var tokens = /*#__PURE__*/Object.freeze({
2006
2200
  ExtendedTooltipHeaderFontDefault: ExtendedTooltipHeaderFontDefault$1,
2007
2201
  TreeSizeNodeHeight: TreeSizeNodeHeight$1,
2008
2202
  TreeSizePaddingLeft: TreeSizePaddingLeft$1,
2203
+ TreeSizeTogglePadding: TreeSizeTogglePadding$1,
2204
+ TreeSizeIconPadding: TreeSizeIconPadding$1,
2009
2205
  TreeSizePaddingRight: TreeSizePaddingRight$1,
2010
2206
  TreeFontNode: TreeFontNode$1
2011
2207
  });
@@ -2014,17 +2210,17 @@ var tokens = /*#__PURE__*/Object.freeze({
2014
2210
  * Do not edit directly
2015
2211
  */
2016
2212
  const LightColorSchemePrimaryDefault = "#0374eb";
2017
- const LightColorSchemePrimaryPalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
2213
+ const LightColorSchemePrimaryPalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "1000": { "value": "#001a40", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001a40" }, "name": "PaletteBlue1000", "attributes": { "category": "palette", "type": "blue", "item": "1000" }, "path": ["palette", "blue", "1000"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
2018
2214
  const LightColorSchemeSecondDefault = "#6d7a86";
2019
- const LightColorSchemeSecondPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
2215
+ const LightColorSchemeSecondPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "1000": { "value": "#151e25", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#151e25" }, "name": "PaletteGrey1000", "attributes": { "category": "palette", "type": "grey", "item": "1000" }, "path": ["palette", "grey", "1000"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
2020
2216
  const LightColorSchemeErrorDefault = "#db3c55";
2021
- const LightColorSchemeErrorPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
2217
+ const LightColorSchemeErrorPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "1000": { "value": "#41000b", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#41000b" }, "name": "PaletteRed1000", "attributes": { "category": "palette", "type": "red", "item": "1000" }, "path": ["palette", "red", "1000"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
2022
2218
  const LightColorSchemeInfoDefault = "#0374eb";
2023
- const LightColorSchemeInfoPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
2219
+ const LightColorSchemeInfoPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "1000": { "value": "#001f28", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001f28" }, "name": "PaletteTeal1000", "attributes": { "category": "palette", "type": "teal", "item": "1000" }, "path": ["palette", "teal", "1000"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
2024
2220
  const LightColorSchemeSuccessDefault = "#028b49";
2025
- const LightColorSchemeSuccessPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
2221
+ const LightColorSchemeSuccessPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "1000": { "value": "#00210c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00210c" }, "name": "PaletteGreen1000", "attributes": { "category": "palette", "type": "green", "item": "1000" }, "path": ["palette", "green", "1000"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
2026
2222
  const LightColorSchemeWarningDefault = "#a26e0c";
2027
- const LightColorSchemeWarningPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
2223
+ const LightColorSchemeWarningPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "1000": { "value": "#1f1500", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#1f1500" }, "name": "PaletteYellow1000", "attributes": { "category": "palette", "type": "yellow", "item": "1000" }, "path": ["palette", "yellow", "1000"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
2028
2224
  const LightColorSchemeForegroundText = "#19252f";
2029
2225
  const LightColorSchemeForegroundTextLessContrast = "#6d7a86";
2030
2226
  const LightColorSchemeForegroundTextDisabled = "#8c99a5";
@@ -2035,6 +2231,8 @@ const LightColorSchemeForegroundBorder = "#bdc7d1";
2035
2231
  const LightColorSchemeForegroundIcon = "#8c99a5";
2036
2232
  const LightColorSchemeBackgroundBackground = "white";
2037
2233
  const LightColorSchemeBackgroundBackgroundDisabled = "#f2f5f9";
2234
+ const LightColorSchemeBackgroundBackgroundLessContrast = "#f2f5f9";
2235
+ const LightColorSchemeBackgroundBackgroundUnder = "#f2f5f9";
2038
2236
  const LightColorSchemeBackgroundOverlayHover = "rgba(black, 0.05)";
2039
2237
  const LightColorSchemeBackgroundOverlayActive = "rgba(black, 0.1)";
2040
2238
  const LightColorSchemeBackgroundOverlayDisabled = "rgba(white, 0.3)";
@@ -2044,17 +2242,17 @@ const LightColorSchemeStatesSelectedColor = "#e7f1ff";
2044
2242
  const LightColorSchemeStatesPressedShadow = "inset 0 1px 2px 0 rgba(black, 0.2)";
2045
2243
  const LightColorSchemeStatesDisabledOpacity = 0.3;
2046
2244
  const DarkColorSchemePrimaryDefault = "#0059b8";
2047
- const DarkColorSchemePrimaryPalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
2245
+ const DarkColorSchemePrimaryPalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "1000": { "value": "#001a40", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001a40" }, "name": "PaletteBlue1000", "attributes": { "category": "palette", "type": "blue", "item": "1000" }, "path": ["palette", "blue", "1000"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
2048
2246
  const DarkColorSchemeSecondDefault = "#515e69";
2049
- const DarkColorSchemeSecondPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
2247
+ const DarkColorSchemeSecondPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "1000": { "value": "#151e25", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#151e25" }, "name": "PaletteGrey1000", "attributes": { "category": "palette", "type": "grey", "item": "1000" }, "path": ["palette", "grey", "1000"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
2050
2248
  const DarkColorSchemeErrorDefault = "#b9023a";
2051
- const DarkColorSchemeErrorPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
2249
+ const DarkColorSchemeErrorPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "1000": { "value": "#41000b", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#41000b" }, "name": "PaletteRed1000", "attributes": { "category": "palette", "type": "red", "item": "1000" }, "path": ["palette", "red", "1000"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
2052
2250
  const DarkColorSchemeInfoDefault = "#0c6579";
2053
- const DarkColorSchemeInfoPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
2251
+ const DarkColorSchemeInfoPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "1000": { "value": "#001f28", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001f28" }, "name": "PaletteTeal1000", "attributes": { "category": "palette", "type": "teal", "item": "1000" }, "path": ["palette", "teal", "1000"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
2054
2252
  const DarkColorSchemeSuccessDefault = "#016b37";
2055
- const DarkColorSchemeSuccessPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
2253
+ const DarkColorSchemeSuccessPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "1000": { "value": "#00210c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00210c" }, "name": "PaletteGreen1000", "attributes": { "category": "palette", "type": "green", "item": "1000" }, "path": ["palette", "green", "1000"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
2056
2254
  const DarkColorSchemeWarningDefault = "#7e5406";
2057
- const DarkColorSchemeWarningPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
2255
+ const DarkColorSchemeWarningPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "1000": { "value": "#1f1500", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#1f1500" }, "name": "PaletteYellow1000", "attributes": { "category": "palette", "type": "yellow", "item": "1000" }, "path": ["palette", "yellow", "1000"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
2058
2256
  const DarkColorSchemeForegroundText = "#f2f5f9";
2059
2257
  const DarkColorSchemeForegroundTextLessContrast = "#8c99a5";
2060
2258
  const DarkColorSchemeForegroundTextDisabled = "#6d7a86";
@@ -2065,6 +2263,8 @@ const DarkColorSchemeForegroundBorder = "#515e69";
2065
2263
  const DarkColorSchemeForegroundIcon = "#8c99a5";
2066
2264
  const DarkColorSchemeBackgroundBackground = "#19252f";
2067
2265
  const DarkColorSchemeBackgroundBackgroundDisabled = "#333f4a";
2266
+ const DarkColorSchemeBackgroundBackgroundLessContrast = "#27333e";
2267
+ const DarkColorSchemeBackgroundBackgroundUnder = "#151e25";
2068
2268
  const DarkColorSchemeBackgroundOverlayHover = "rgba(black, 0.05)";
2069
2269
  const DarkColorSchemeBackgroundOverlayActive = "rgba(black, 0.1)";
2070
2270
  const DarkColorSchemeBackgroundOverlayDisabled = "rgba(black, 0.2)";
@@ -2076,6 +2276,19 @@ const DarkColorSchemeStatesDisabledOpacity = 0.3;
2076
2276
  const FontFamilyAccent = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2077
2277
  const FontFamilyBase = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2078
2278
  const FontFamilyMonospace = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
2279
+ const Size3xs = "2rem";
2280
+ const SizeXxs = "4rem";
2281
+ const SizeXs = "6rem";
2282
+ const SizeS = "8rem";
2283
+ const SizeM = "12rem";
2284
+ const SizeL = "16rem";
2285
+ const SizeXl = "20rem";
2286
+ const SizeXxl = "24rem";
2287
+ const Size3xl = "32rem";
2288
+ const Size4xl = "40rem";
2289
+ const Size5xl = "48rem";
2290
+ const Size6xl = "56rem";
2291
+ const Size7xl = "64rem";
2079
2292
  const PaletteBlue40 = "#eff6ff";
2080
2293
  const PaletteBlue60 = "#e7f1ff";
2081
2294
  const PaletteBlue100 = "#c8dfff";
@@ -2088,6 +2301,7 @@ const PaletteBlue600 = "#014b9d";
2088
2301
  const PaletteBlue700 = "#023c7f";
2089
2302
  const PaletteBlue800 = "#193060";
2090
2303
  const PaletteBlue900 = "#00224f";
2304
+ const PaletteBlue1000 = "#001a40";
2091
2305
  const PaletteBlueA100 = "rgba(3, 116, 235, 0.15)";
2092
2306
  const PaletteBlueA200 = "rgba(3, 116, 235, 0.3)";
2093
2307
  const PaletteBlueContrast40 = "#4D4D4D";
@@ -2115,6 +2329,7 @@ const PaletteGreen600 = "#015a2d";
2115
2329
  const PaletteGreen700 = "#004823";
2116
2330
  const PaletteGreen800 = "#103920";
2117
2331
  const PaletteGreen900 = "#002a12";
2332
+ const PaletteGreen1000 = "#00210c";
2118
2333
  const PaletteGreenA100 = "rgba(2, 139, 73, 0.15)";
2119
2334
  const PaletteGreenContrast40 = "#4D4D4D";
2120
2335
  const PaletteGreenContrast60 = "#4D4D4D";
@@ -2140,6 +2355,7 @@ const PaletteRed600 = "#9e0130";
2140
2355
  const PaletteRed700 = "#800025";
2141
2356
  const PaletteRed800 = "#621420";
2142
2357
  const PaletteRed900 = "#500013";
2358
+ const PaletteRed1000 = "#41000b";
2143
2359
  const PaletteRedA100 = "rgba(219, 60, 85, 0.15)";
2144
2360
  const PaletteRedContrast40 = "#4D4D4D";
2145
2361
  const PaletteRedContrast60 = "#4D4D4D";
@@ -2165,6 +2381,7 @@ const PaletteGrey600 = "#434f5a";
2165
2381
  const PaletteGrey700 = "#333f4a";
2166
2382
  const PaletteGrey800 = "#27333e";
2167
2383
  const PaletteGrey900 = "#19252f";
2384
+ const PaletteGrey1000 = "#151e25";
2168
2385
  const PaletteGreyA40 = "rgba(25, 37, 47, 0.04)";
2169
2386
  const PaletteGreyA60 = "rgba(25, 37, 47, 0.06)";
2170
2387
  const PaletteGreyA100 = "rgba(25, 37, 47, 0.1)";
@@ -2194,6 +2411,7 @@ const PaletteYellow600 = "#6b4804";
2194
2411
  const PaletteYellow700 = "#543803";
2195
2412
  const PaletteYellow800 = "#3e3015";
2196
2413
  const PaletteYellow900 = "#312001";
2414
+ const PaletteYellow1000 = "#1f1500";
2197
2415
  const PaletteYellowA100 = "rgba(255, 159, 18, 0.15)";
2198
2416
  const PaletteYellowContrast40 = "#4D4D4D";
2199
2417
  const PaletteYellowContrast60 = "#4D4D4D";
@@ -2219,6 +2437,7 @@ const PaletteTeal600 = "#0c5567";
2219
2437
  const PaletteTeal700 = "#084453";
2220
2438
  const PaletteTeal800 = "#143641";
2221
2439
  const PaletteTeal900 = "#022731";
2440
+ const PaletteTeal1000 = "#001f28";
2222
2441
  const PaletteTealContrast40 = "#4D4D4D";
2223
2442
  const PaletteTealContrast60 = "#4D4D4D";
2224
2443
  const PaletteTealContrast100 = "#4D4D4D";
@@ -2244,6 +2463,7 @@ const PalettePurple600 = "#753865";
2244
2463
  const PalettePurple700 = "#612853";
2245
2464
  const PalettePurple800 = "#48273f";
2246
2465
  const PalettePurple900 = "#36172e";
2466
+ const PalettePurple1000 = "#23001b";
2247
2467
  const PalettePurpleContrast40 = "#4D4D4D";
2248
2468
  const PalettePurpleContrast60 = "#4D4D4D";
2249
2469
  const PalettePurpleContrast100 = "#4D4D4D";
@@ -2257,115 +2477,146 @@ const PalettePurpleContrast700 = "white";
2257
2477
  const PalettePurpleContrast800 = "white";
2258
2478
  const PalettePurpleContrastA100 = "#4D4D4D";
2259
2479
  const PalettePurpleContrastA200 = "white";
2260
- const ColorBluePalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
2261
- const ColorGreenPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
2262
- const ColorRedPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
2263
- const ColorGreyPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
2264
- const ColorYellowPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
2265
- const ColorTealPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
2266
- const ColorPurplePalette = { "40": { "value": "#fff3fb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3fb" }, "name": "PalettePurple40", "attributes": { "category": "palette", "type": "purple", "item": "40" }, "path": ["palette", "purple", "40"] }, "60": { "value": "#ffe9f8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffe9f8" }, "name": "PalettePurple60", "attributes": { "category": "palette", "type": "purple", "item": "60" }, "path": ["palette", "purple", "60"] }, "100": { "value": "#f2d4e8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2d4e8" }, "name": "PalettePurple100", "attributes": { "category": "palette", "type": "purple", "item": "100" }, "path": ["palette", "purple", "100"] }, "200": { "value": "#e4bbd7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e4bbd7" }, "name": "PalettePurple200", "attributes": { "category": "palette", "type": "purple", "item": "200" }, "path": ["palette", "purple", "200"] }, "300": { "value": "#c692b5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c692b5" }, "name": "PalettePurple300", "attributes": { "category": "palette", "type": "purple", "item": "300" }, "path": ["palette", "purple", "300"] }, "400": { "value": "#bb78a7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bb78a7" }, "name": "PalettePurple400", "attributes": { "category": "palette", "type": "purple", "item": "400" }, "path": ["palette", "purple", "400"] }, "500": { "value": "#a65d92", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a65d92" }, "name": "PalettePurple500", "attributes": { "category": "palette", "type": "purple", "item": "500" }, "path": ["palette", "purple", "500"] }, "560": { "value": "#864775", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#864775" }, "name": "PalettePurple560", "attributes": { "category": "palette", "type": "purple", "item": "560" }, "path": ["palette", "purple", "560"] }, "600": { "value": "#753865", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#753865" }, "name": "PalettePurple600", "attributes": { "category": "palette", "type": "purple", "item": "600" }, "path": ["palette", "purple", "600"] }, "700": { "value": "#612853", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#612853" }, "name": "PalettePurple700", "attributes": { "category": "palette", "type": "purple", "item": "700" }, "path": ["palette", "purple", "700"] }, "800": { "value": "#48273f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#48273f" }, "name": "PalettePurple800", "attributes": { "category": "palette", "type": "purple", "item": "800" }, "path": ["palette", "purple", "800"] }, "900": { "value": "#36172e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#36172e" }, "name": "PalettePurple900", "attributes": { "category": "palette", "type": "purple", "item": "900" }, "path": ["palette", "purple", "900"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast40", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "40" }, "path": ["palette", "purple", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast60", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "60" }, "path": ["palette", "purple", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast100", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "100" }, "path": ["palette", "purple", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast200", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "200" }, "path": ["palette", "purple", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast300", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "300" }, "path": ["palette", "purple", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast400", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "400" }, "path": ["palette", "purple", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast500", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "500" }, "path": ["palette", "purple", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast560", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "560" }, "path": ["palette", "purple", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast600", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "600" }, "path": ["palette", "purple", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast700", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "700" }, "path": ["palette", "purple", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast800", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "800" }, "path": ["palette", "purple", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrastA100", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "A100" }, "path": ["palette", "purple", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrastA200", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "A200" }, "path": ["palette", "purple", "contrast", "A200"] } } };
2480
+ const ColorBluePalette = { "40": { "value": "#eff6ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#eff6ff" }, "name": "PaletteBlue40", "attributes": { "category": "palette", "type": "blue", "item": "40" }, "path": ["palette", "blue", "40"] }, "60": { "value": "#e7f1ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e7f1ff" }, "name": "PaletteBlue60", "attributes": { "category": "palette", "type": "blue", "item": "60" }, "path": ["palette", "blue", "60"] }, "100": { "value": "#c8dfff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c8dfff" }, "name": "PaletteBlue100", "attributes": { "category": "palette", "type": "blue", "item": "100" }, "path": ["palette", "blue", "100"] }, "200": { "value": "#a2c7fe", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a2c7fe" }, "name": "PaletteBlue200", "attributes": { "category": "palette", "type": "blue", "item": "200" }, "path": ["palette", "blue", "200"] }, "300": { "value": "#5697ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#5697ff" }, "name": "PaletteBlue300", "attributes": { "category": "palette", "type": "blue", "item": "300" }, "path": ["palette", "blue", "300"] }, "400": { "value": "#4187ff", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4187ff" }, "name": "PaletteBlue400", "attributes": { "category": "palette", "type": "blue", "item": "400" }, "path": ["palette", "blue", "400"] }, "500": { "value": "#0374eb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0374eb" }, "name": "PaletteBlue500", "attributes": { "category": "palette", "type": "blue", "item": "500" }, "path": ["palette", "blue", "500"] }, "560": { "value": "#0059b8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0059b8" }, "name": "PaletteBlue560", "attributes": { "category": "palette", "type": "blue", "item": "560" }, "path": ["palette", "blue", "560"] }, "600": { "value": "#014b9d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#014b9d" }, "name": "PaletteBlue600", "attributes": { "category": "palette", "type": "blue", "item": "600" }, "path": ["palette", "blue", "600"] }, "700": { "value": "#023c7f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#023c7f" }, "name": "PaletteBlue700", "attributes": { "category": "palette", "type": "blue", "item": "700" }, "path": ["palette", "blue", "700"] }, "800": { "value": "#193060", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#193060" }, "name": "PaletteBlue800", "attributes": { "category": "palette", "type": "blue", "item": "800" }, "path": ["palette", "blue", "800"] }, "900": { "value": "#00224f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00224f" }, "name": "PaletteBlue900", "attributes": { "category": "palette", "type": "blue", "item": "900" }, "path": ["palette", "blue", "900"] }, "1000": { "value": "#001a40", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001a40" }, "name": "PaletteBlue1000", "attributes": { "category": "palette", "type": "blue", "item": "1000" }, "path": ["palette", "blue", "1000"] }, "A100": { "value": "rgba(3, 116, 235, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.15)" }, "name": "PaletteBlueA100", "attributes": { "category": "palette", "type": "blue", "item": "A100" }, "path": ["palette", "blue", "A100"] }, "A200": { "value": "rgba(3, 116, 235, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(3, 116, 235, 0.3)" }, "name": "PaletteBlueA200", "attributes": { "category": "palette", "type": "blue", "item": "A200" }, "path": ["palette", "blue", "A200"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast40", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "40" }, "path": ["palette", "blue", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast60", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "60" }, "path": ["palette", "blue", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "100" }, "path": ["palette", "blue", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "200" }, "path": ["palette", "blue", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrast300", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "300" }, "path": ["palette", "blue", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast400", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "400" }, "path": ["palette", "blue", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast500", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "500" }, "path": ["palette", "blue", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast560", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "560" }, "path": ["palette", "blue", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast600", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "600" }, "path": ["palette", "blue", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast700", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "700" }, "path": ["palette", "blue", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrast800", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "800" }, "path": ["palette", "blue", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteBlueContrastA100", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A100" }, "path": ["palette", "blue", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteBlueContrastA200", "attributes": { "category": "palette", "type": "blue", "item": "contrast", "subitem": "A200" }, "path": ["palette", "blue", "contrast", "A200"] } } };
2481
+ const ColorGreenPalette = { "40": { "value": "#ecf9ef", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ecf9ef" }, "name": "PaletteGreen40", "attributes": { "category": "palette", "type": "green", "item": "40" }, "path": ["palette", "green", "40"] }, "60": { "value": "#d2f7db", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d2f7db" }, "name": "PaletteGreen60", "attributes": { "category": "palette", "type": "green", "item": "60" }, "path": ["palette", "green", "60"] }, "100": { "value": "#b6ebc3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b6ebc3" }, "name": "PaletteGreen100", "attributes": { "category": "palette", "type": "green", "item": "100" }, "path": ["palette", "green", "100"] }, "200": { "value": "#8ed5a1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8ed5a1" }, "name": "PaletteGreen200", "attributes": { "category": "palette", "type": "green", "item": "200" }, "path": ["palette", "green", "200"] }, "300": { "value": "#4ba96c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4ba96c" }, "name": "PaletteGreen300", "attributes": { "category": "palette", "type": "green", "item": "300" }, "path": ["palette", "green", "300"] }, "400": { "value": "#319d5c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#319d5c" }, "name": "PaletteGreen400", "attributes": { "category": "palette", "type": "green", "item": "400" }, "path": ["palette", "green", "400"] }, "500": { "value": "#028b49", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#028b49" }, "name": "PaletteGreen500", "attributes": { "category": "palette", "type": "green", "item": "500" }, "path": ["palette", "green", "500"] }, "560": { "value": "#016b37", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#016b37" }, "name": "PaletteGreen560", "attributes": { "category": "palette", "type": "green", "item": "560" }, "path": ["palette", "green", "560"] }, "600": { "value": "#015a2d", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#015a2d" }, "name": "PaletteGreen600", "attributes": { "category": "palette", "type": "green", "item": "600" }, "path": ["palette", "green", "600"] }, "700": { "value": "#004823", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#004823" }, "name": "PaletteGreen700", "attributes": { "category": "palette", "type": "green", "item": "700" }, "path": ["palette", "green", "700"] }, "800": { "value": "#103920", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#103920" }, "name": "PaletteGreen800", "attributes": { "category": "palette", "type": "green", "item": "800" }, "path": ["palette", "green", "800"] }, "900": { "value": "#002a12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#002a12" }, "name": "PaletteGreen900", "attributes": { "category": "palette", "type": "green", "item": "900" }, "path": ["palette", "green", "900"] }, "1000": { "value": "#00210c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#00210c" }, "name": "PaletteGreen1000", "attributes": { "category": "palette", "type": "green", "item": "1000" }, "path": ["palette", "green", "1000"] }, "A100": { "value": "rgba(2, 139, 73, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(2, 139, 73, 0.15)" }, "name": "PaletteGreenA100", "attributes": { "category": "palette", "type": "green", "item": "A100" }, "path": ["palette", "green", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast40", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "40" }, "path": ["palette", "green", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast60", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "60" }, "path": ["palette", "green", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "100" }, "path": ["palette", "green", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast200", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "200" }, "path": ["palette", "green", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrast300", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "300" }, "path": ["palette", "green", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast400", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "400" }, "path": ["palette", "green", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast500", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "500" }, "path": ["palette", "green", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast560", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "560" }, "path": ["palette", "green", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast600", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "600" }, "path": ["palette", "green", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast700", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "700" }, "path": ["palette", "green", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreenContrast800", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "800" }, "path": ["palette", "green", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreenContrastA100", "attributes": { "category": "palette", "type": "green", "item": "contrast", "subitem": "A100" }, "path": ["palette", "green", "contrast", "A100"] } } };
2482
+ const ColorRedPalette = { "40": { "value": "#fff3f3", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3f3" }, "name": "PaletteRed40", "attributes": { "category": "palette", "type": "red", "item": "40" }, "path": ["palette", "red", "40"] }, "60": { "value": "#ffeaea", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffeaea" }, "name": "PaletteRed60", "attributes": { "category": "palette", "type": "red", "item": "60" }, "path": ["palette", "red", "60"] }, "100": { "value": "#fbd6d6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fbd6d6" }, "name": "PaletteRed100", "attributes": { "category": "palette", "type": "red", "item": "100" }, "path": ["palette", "red", "100"] }, "200": { "value": "#fcb2b4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcb2b4" }, "name": "PaletteRed200", "attributes": { "category": "palette", "type": "red", "item": "200" }, "path": ["palette", "red", "200"] }, "300": { "value": "#ee6f79", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ee6f79" }, "name": "PaletteRed300", "attributes": { "category": "palette", "type": "red", "item": "300" }, "path": ["palette", "red", "300"] }, "400": { "value": "#ea5868", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ea5868" }, "name": "PaletteRed400", "attributes": { "category": "palette", "type": "red", "item": "400" }, "path": ["palette", "red", "400"] }, "500": { "value": "#db3c55", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#db3c55" }, "name": "PaletteRed500", "attributes": { "category": "palette", "type": "red", "item": "500" }, "path": ["palette", "red", "500"] }, "560": { "value": "#b9023a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#b9023a" }, "name": "PaletteRed560", "attributes": { "category": "palette", "type": "red", "item": "560" }, "path": ["palette", "red", "560"] }, "600": { "value": "#9e0130", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#9e0130" }, "name": "PaletteRed600", "attributes": { "category": "palette", "type": "red", "item": "600" }, "path": ["palette", "red", "600"] }, "700": { "value": "#800025", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#800025" }, "name": "PaletteRed700", "attributes": { "category": "palette", "type": "red", "item": "700" }, "path": ["palette", "red", "700"] }, "800": { "value": "#621420", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#621420" }, "name": "PaletteRed800", "attributes": { "category": "palette", "type": "red", "item": "800" }, "path": ["palette", "red", "800"] }, "900": { "value": "#500013", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#500013" }, "name": "PaletteRed900", "attributes": { "category": "palette", "type": "red", "item": "900" }, "path": ["palette", "red", "900"] }, "1000": { "value": "#41000b", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#41000b" }, "name": "PaletteRed1000", "attributes": { "category": "palette", "type": "red", "item": "1000" }, "path": ["palette", "red", "1000"] }, "A100": { "value": "rgba(219, 60, 85, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(219, 60, 85, 0.15)" }, "name": "PaletteRedA100", "attributes": { "category": "palette", "type": "red", "item": "A100" }, "path": ["palette", "red", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast40", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "40" }, "path": ["palette", "red", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast60", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "60" }, "path": ["palette", "red", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "100" }, "path": ["palette", "red", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast200", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "200" }, "path": ["palette", "red", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrast300", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "300" }, "path": ["palette", "red", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast400", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "400" }, "path": ["palette", "red", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast500", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "500" }, "path": ["palette", "red", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast560", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "560" }, "path": ["palette", "red", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast600", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "600" }, "path": ["palette", "red", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast700", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "700" }, "path": ["palette", "red", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteRedContrast800", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "800" }, "path": ["palette", "red", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteRedContrastA100", "attributes": { "category": "palette", "type": "red", "item": "contrast", "subitem": "A100" }, "path": ["palette", "red", "contrast", "A100"] } } };
2483
+ const ColorGreyPalette = { "40": { "value": "#f2f5f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2f5f9" }, "name": "PaletteGrey40", "attributes": { "category": "palette", "type": "grey", "item": "40" }, "path": ["palette", "grey", "40"] }, "60": { "value": "#ebeef2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebeef2" }, "name": "PaletteGrey60", "attributes": { "category": "palette", "type": "grey", "item": "60" }, "path": ["palette", "grey", "60"] }, "100": { "value": "#d7dee4", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d7dee4" }, "name": "PaletteGrey100", "attributes": { "category": "palette", "type": "grey", "item": "100" }, "path": ["palette", "grey", "100"] }, "200": { "value": "#bdc7d1", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bdc7d1" }, "name": "PaletteGrey200", "attributes": { "category": "palette", "type": "grey", "item": "200" }, "path": ["palette", "grey", "200"] }, "300": { "value": "#8c99a5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#8c99a5" }, "name": "PaletteGrey300", "attributes": { "category": "palette", "type": "grey", "item": "300" }, "path": ["palette", "grey", "300"] }, "400": { "value": "#7f8c98", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7f8c98" }, "name": "PaletteGrey400", "attributes": { "category": "palette", "type": "grey", "item": "400" }, "path": ["palette", "grey", "400"] }, "500": { "value": "#6d7a86", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6d7a86" }, "name": "PaletteGrey500", "attributes": { "category": "palette", "type": "grey", "item": "500" }, "path": ["palette", "grey", "500"] }, "560": { "value": "#515e69", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#515e69" }, "name": "PaletteGrey560", "attributes": { "category": "palette", "type": "grey", "item": "560" }, "path": ["palette", "grey", "560"] }, "600": { "value": "#434f5a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#434f5a" }, "name": "PaletteGrey600", "attributes": { "category": "palette", "type": "grey", "item": "600" }, "path": ["palette", "grey", "600"] }, "700": { "value": "#333f4a", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#333f4a" }, "name": "PaletteGrey700", "attributes": { "category": "palette", "type": "grey", "item": "700" }, "path": ["palette", "grey", "700"] }, "800": { "value": "#27333e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#27333e" }, "name": "PaletteGrey800", "attributes": { "category": "palette", "type": "grey", "item": "800" }, "path": ["palette", "grey", "800"] }, "900": { "value": "#19252f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#19252f" }, "name": "PaletteGrey900", "attributes": { "category": "palette", "type": "grey", "item": "900" }, "path": ["palette", "grey", "900"] }, "1000": { "value": "#151e25", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#151e25" }, "name": "PaletteGrey1000", "attributes": { "category": "palette", "type": "grey", "item": "1000" }, "path": ["palette", "grey", "1000"] }, "A40": { "value": "rgba(25, 37, 47, 0.04)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.04)" }, "name": "PaletteGreyA40", "attributes": { "category": "palette", "type": "grey", "item": "A40" }, "path": ["palette", "grey", "A40"] }, "A60": { "value": "rgba(25, 37, 47, 0.06)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.06)" }, "name": "PaletteGreyA60", "attributes": { "category": "palette", "type": "grey", "item": "A60" }, "path": ["palette", "grey", "A60"] }, "A100": { "value": "rgba(25, 37, 47, 0.1)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.1)" }, "name": "PaletteGreyA100", "attributes": { "category": "palette", "type": "grey", "item": "A100" }, "path": ["palette", "grey", "A100"] }, "A200": { "value": "rgba(25, 37, 47, 0.2)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.2)" }, "name": "PaletteGreyA200", "attributes": { "category": "palette", "type": "grey", "item": "A200" }, "path": ["palette", "grey", "A200"] }, "A300": { "value": "rgba(25, 37, 47, 0.3)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.3)" }, "name": "PaletteGreyA300", "attributes": { "category": "palette", "type": "grey", "item": "A300" }, "path": ["palette", "grey", "A300"] }, "A500": { "value": "rgba(25, 37, 47, 0.5)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(25, 37, 47, 0.5)" }, "name": "PaletteGreyA500", "attributes": { "category": "palette", "type": "grey", "item": "A500" }, "path": ["palette", "grey", "A500"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast40", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "40" }, "path": ["palette", "grey", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast60", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "60" }, "path": ["palette", "grey", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast100", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "100" }, "path": ["palette", "grey", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast200", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "200" }, "path": ["palette", "grey", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteGreyContrast300", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "300" }, "path": ["palette", "grey", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast400", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "400" }, "path": ["palette", "grey", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast500", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "500" }, "path": ["palette", "grey", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast560", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "560" }, "path": ["palette", "grey", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast600", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "600" }, "path": ["palette", "grey", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast700", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "700" }, "path": ["palette", "grey", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteGreyContrast800", "attributes": { "category": "palette", "type": "grey", "item": "contrast", "subitem": "800" }, "path": ["palette", "grey", "contrast", "800"] } } };
2484
+ const ColorYellowPalette = { "40": { "value": "#fff4dd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff4dd" }, "name": "PaletteYellow40", "attributes": { "category": "palette", "type": "yellow", "item": "40" }, "path": ["palette", "yellow", "40"] }, "60": { "value": "#ffecce", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffecce" }, "name": "PaletteYellow60", "attributes": { "category": "palette", "type": "yellow", "item": "60" }, "path": ["palette", "yellow", "60"] }, "100": { "value": "#fcdda6", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fcdda6" }, "name": "PaletteYellow100", "attributes": { "category": "palette", "type": "yellow", "item": "100" }, "path": ["palette", "yellow", "100"] }, "200": { "value": "#f5c23c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f5c23c" }, "name": "PaletteYellow200", "attributes": { "category": "palette", "type": "yellow", "item": "200" }, "path": ["palette", "yellow", "200"] }, "300": { "value": "#e19f12", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e19f12" }, "name": "PaletteYellow300", "attributes": { "category": "palette", "type": "yellow", "item": "300" }, "path": ["palette", "yellow", "300"] }, "400": { "value": "#c78816", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c78816" }, "name": "PaletteYellow400", "attributes": { "category": "palette", "type": "yellow", "item": "400" }, "path": ["palette", "yellow", "400"] }, "500": { "value": "#a26e0c", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a26e0c" }, "name": "PaletteYellow500", "attributes": { "category": "palette", "type": "yellow", "item": "500" }, "path": ["palette", "yellow", "500"] }, "560": { "value": "#7e5406", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#7e5406" }, "name": "PaletteYellow560", "attributes": { "category": "palette", "type": "yellow", "item": "560" }, "path": ["palette", "yellow", "560"] }, "600": { "value": "#6b4804", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6b4804" }, "name": "PaletteYellow600", "attributes": { "category": "palette", "type": "yellow", "item": "600" }, "path": ["palette", "yellow", "600"] }, "700": { "value": "#543803", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#543803" }, "name": "PaletteYellow700", "attributes": { "category": "palette", "type": "yellow", "item": "700" }, "path": ["palette", "yellow", "700"] }, "800": { "value": "#3e3015", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#3e3015" }, "name": "PaletteYellow800", "attributes": { "category": "palette", "type": "yellow", "item": "800" }, "path": ["palette", "yellow", "800"] }, "900": { "value": "#312001", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#312001" }, "name": "PaletteYellow900", "attributes": { "category": "palette", "type": "yellow", "item": "900" }, "path": ["palette", "yellow", "900"] }, "1000": { "value": "#1f1500", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#1f1500" }, "name": "PaletteYellow1000", "attributes": { "category": "palette", "type": "yellow", "item": "1000" }, "path": ["palette", "yellow", "1000"] }, "A100": { "value": "rgba(255, 159, 18, 0.15)", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "rgba(255, 159, 18, 0.15)" }, "name": "PaletteYellowA100", "attributes": { "category": "palette", "type": "yellow", "item": "A100" }, "path": ["palette", "yellow", "A100"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast40", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "40" }, "path": ["palette", "yellow", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast60", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "60" }, "path": ["palette", "yellow", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "100" }, "path": ["palette", "yellow", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast200", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "200" }, "path": ["palette", "yellow", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrast300", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "300" }, "path": ["palette", "yellow", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast400", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "400" }, "path": ["palette", "yellow", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast500", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "500" }, "path": ["palette", "yellow", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast560", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "560" }, "path": ["palette", "yellow", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast600", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "600" }, "path": ["palette", "yellow", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast700", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "700" }, "path": ["palette", "yellow", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteYellowContrast800", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "800" }, "path": ["palette", "yellow", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteYellowContrastA100", "attributes": { "category": "palette", "type": "yellow", "item": "contrast", "subitem": "A100" }, "path": ["palette", "yellow", "contrast", "A100"] } } };
2485
+ const ColorTealPalette = { "40": { "value": "#ebf8fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ebf8fd" }, "name": "PaletteTeal40", "attributes": { "category": "palette", "type": "teal", "item": "40" }, "path": ["palette", "teal", "40"] }, "60": { "value": "#d9f3fd", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#d9f3fd" }, "name": "PaletteTeal60", "attributes": { "category": "palette", "type": "teal", "item": "60" }, "path": ["palette", "teal", "60"] }, "100": { "value": "#afe6f9", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#afe6f9" }, "name": "PaletteTeal100", "attributes": { "category": "palette", "type": "teal", "item": "100" }, "path": ["palette", "teal", "100"] }, "200": { "value": "#6ed3f2", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#6ed3f2" }, "name": "PaletteTeal200", "attributes": { "category": "palette", "type": "teal", "item": "200" }, "path": ["palette", "teal", "200"] }, "300": { "value": "#18a5c5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#18a5c5" }, "name": "PaletteTeal300", "attributes": { "category": "palette", "type": "teal", "item": "300" }, "path": ["palette", "teal", "300"] }, "400": { "value": "#2099b7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#2099b7" }, "name": "PaletteTeal400", "attributes": { "category": "palette", "type": "teal", "item": "400" }, "path": ["palette", "teal", "400"] }, "500": { "value": "#218ca8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#218ca8" }, "name": "PaletteTeal500", "attributes": { "category": "palette", "type": "teal", "item": "500" }, "path": ["palette", "teal", "500"] }, "560": { "value": "#0c6579", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c6579" }, "name": "PaletteTeal560", "attributes": { "category": "palette", "type": "teal", "item": "560" }, "path": ["palette", "teal", "560"] }, "600": { "value": "#0c5567", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#0c5567" }, "name": "PaletteTeal600", "attributes": { "category": "palette", "type": "teal", "item": "600" }, "path": ["palette", "teal", "600"] }, "700": { "value": "#084453", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#084453" }, "name": "PaletteTeal700", "attributes": { "category": "palette", "type": "teal", "item": "700" }, "path": ["palette", "teal", "700"] }, "800": { "value": "#143641", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#143641" }, "name": "PaletteTeal800", "attributes": { "category": "palette", "type": "teal", "item": "800" }, "path": ["palette", "teal", "800"] }, "900": { "value": "#022731", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#022731" }, "name": "PaletteTeal900", "attributes": { "category": "palette", "type": "teal", "item": "900" }, "path": ["palette", "teal", "900"] }, "1000": { "value": "#001f28", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#001f28" }, "name": "PaletteTeal1000", "attributes": { "category": "palette", "type": "teal", "item": "1000" }, "path": ["palette", "teal", "1000"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast40", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "40" }, "path": ["palette", "teal", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast60", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "60" }, "path": ["palette", "teal", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "100" }, "path": ["palette", "teal", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "200" }, "path": ["palette", "teal", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrast300", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "300" }, "path": ["palette", "teal", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast400", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "400" }, "path": ["palette", "teal", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast500", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "500" }, "path": ["palette", "teal", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast560", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "560" }, "path": ["palette", "teal", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast600", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "600" }, "path": ["palette", "teal", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast700", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "700" }, "path": ["palette", "teal", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrast800", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "800" }, "path": ["palette", "teal", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PaletteTealContrastA100", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A100" }, "path": ["palette", "teal", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PaletteTealContrastA200", "attributes": { "category": "palette", "type": "teal", "item": "contrast", "subitem": "A200" }, "path": ["palette", "teal", "contrast", "A200"] } } };
2486
+ const ColorPurplePalette = { "40": { "value": "#fff3fb", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#fff3fb" }, "name": "PalettePurple40", "attributes": { "category": "palette", "type": "purple", "item": "40" }, "path": ["palette", "purple", "40"] }, "60": { "value": "#ffe9f8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#ffe9f8" }, "name": "PalettePurple60", "attributes": { "category": "palette", "type": "purple", "item": "60" }, "path": ["palette", "purple", "60"] }, "100": { "value": "#f2d4e8", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#f2d4e8" }, "name": "PalettePurple100", "attributes": { "category": "palette", "type": "purple", "item": "100" }, "path": ["palette", "purple", "100"] }, "200": { "value": "#e4bbd7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#e4bbd7" }, "name": "PalettePurple200", "attributes": { "category": "palette", "type": "purple", "item": "200" }, "path": ["palette", "purple", "200"] }, "300": { "value": "#c692b5", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#c692b5" }, "name": "PalettePurple300", "attributes": { "category": "palette", "type": "purple", "item": "300" }, "path": ["palette", "purple", "300"] }, "400": { "value": "#bb78a7", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#bb78a7" }, "name": "PalettePurple400", "attributes": { "category": "palette", "type": "purple", "item": "400" }, "path": ["palette", "purple", "400"] }, "500": { "value": "#a65d92", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#a65d92" }, "name": "PalettePurple500", "attributes": { "category": "palette", "type": "purple", "item": "500" }, "path": ["palette", "purple", "500"] }, "560": { "value": "#864775", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#864775" }, "name": "PalettePurple560", "attributes": { "category": "palette", "type": "purple", "item": "560" }, "path": ["palette", "purple", "560"] }, "600": { "value": "#753865", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#753865" }, "name": "PalettePurple600", "attributes": { "category": "palette", "type": "purple", "item": "600" }, "path": ["palette", "purple", "600"] }, "700": { "value": "#612853", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#612853" }, "name": "PalettePurple700", "attributes": { "category": "palette", "type": "purple", "item": "700" }, "path": ["palette", "purple", "700"] }, "800": { "value": "#48273f", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#48273f" }, "name": "PalettePurple800", "attributes": { "category": "palette", "type": "purple", "item": "800" }, "path": ["palette", "purple", "800"] }, "900": { "value": "#36172e", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#36172e" }, "name": "PalettePurple900", "attributes": { "category": "palette", "type": "purple", "item": "900" }, "path": ["palette", "purple", "900"] }, "1000": { "value": "#23001b", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#23001b" }, "name": "PalettePurple1000", "attributes": { "category": "palette", "type": "purple", "item": "1000" }, "path": ["palette", "purple", "1000"] }, "contrast": { "40": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast40", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "40" }, "path": ["palette", "purple", "contrast", "40"] }, "60": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast60", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "60" }, "path": ["palette", "purple", "contrast", "60"] }, "100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast100", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "100" }, "path": ["palette", "purple", "contrast", "100"] }, "200": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast200", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "200" }, "path": ["palette", "purple", "contrast", "200"] }, "300": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrast300", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "300" }, "path": ["palette", "purple", "contrast", "300"] }, "400": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast400", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "400" }, "path": ["palette", "purple", "contrast", "400"] }, "500": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast500", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "500" }, "path": ["palette", "purple", "contrast", "500"] }, "560": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast560", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "560" }, "path": ["palette", "purple", "contrast", "560"] }, "600": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast600", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "600" }, "path": ["palette", "purple", "contrast", "600"] }, "700": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast700", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "700" }, "path": ["palette", "purple", "contrast", "700"] }, "800": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrast800", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "800" }, "path": ["palette", "purple", "contrast", "800"] }, "A100": { "value": "#4D4D4D", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "#4D4D4D" }, "name": "PalettePurpleContrastA100", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "A100" }, "path": ["palette", "purple", "contrast", "A100"] }, "A200": { "value": "white", "filePath": "packages/mosaic/design-tokens/pt-2022/tokens/properties/palette.json5", "isSource": true, "original": { "value": "white" }, "name": "PalettePurpleContrastA200", "attributes": { "category": "palette", "type": "purple", "item": "contrast", "subitem": "A200" }, "path": ["palette", "purple", "contrast", "A200"] } } };
2267
2487
  const TypographyDisplay1FontSize = "56px";
2268
2488
  const TypographyDisplay1LineHeight = "76px";
2269
2489
  const TypographyDisplay1LetterSpacing = "normal";
2270
2490
  const TypographyDisplay1FontWeight = "normal";
2271
2491
  const TypographyDisplay1FontFamily = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2272
2492
  const TypographyDisplay1TextTransform = "null";
2493
+ const TypographyDisplay1FontFeatureSettings = "null";
2273
2494
  const TypographyDisplay2FontSize = "45px";
2274
2495
  const TypographyDisplay2LineHeight = "56px";
2275
2496
  const TypographyDisplay2LetterSpacing = "normal";
2276
2497
  const TypographyDisplay2FontWeight = "normal";
2277
2498
  const TypographyDisplay2FontFamily = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2278
2499
  const TypographyDisplay2TextTransform = "null";
2500
+ const TypographyDisplay2FontFeatureSettings = "null";
2279
2501
  const TypographyDisplay3FontSize = "34px";
2280
2502
  const TypographyDisplay3LineHeight = "44px";
2281
2503
  const TypographyDisplay3LetterSpacing = "normal";
2282
2504
  const TypographyDisplay3FontWeight = "normal";
2283
2505
  const TypographyDisplay3FontFamily = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2284
2506
  const TypographyDisplay3TextTransform = "null";
2507
+ const TypographyDisplay3FontFeatureSettings = "null";
2285
2508
  const TypographyHeadlineFontSize = "24px";
2286
2509
  const TypographyHeadlineLineHeight = "32px";
2287
2510
  const TypographyHeadlineLetterSpacing = "normal";
2288
2511
  const TypographyHeadlineFontWeight = "normal";
2289
2512
  const TypographyHeadlineFontFamily = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2290
2513
  const TypographyHeadlineTextTransform = "null";
2514
+ const TypographyHeadlineFontFeatureSettings = "null";
2291
2515
  const TypographyTitleFontSize = "20px";
2292
2516
  const TypographyTitleLineHeight = "28px";
2293
2517
  const TypographyTitleLetterSpacing = "normal";
2294
2518
  const TypographyTitleFontWeight = "600";
2295
2519
  const TypographyTitleFontFamily = "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2296
2520
  const TypographyTitleTextTransform = "null";
2521
+ const TypographyTitleFontFeatureSettings = "null";
2297
2522
  const TypographySubheadingFontSize = "15px";
2298
2523
  const TypographySubheadingLineHeight = "20px";
2299
2524
  const TypographySubheadingLetterSpacing = "-0.009em";
2300
2525
  const TypographySubheadingFontWeight = "600";
2301
2526
  const TypographySubheadingFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2302
2527
  const TypographySubheadingTextTransform = "null";
2528
+ const TypographySubheadingFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
2303
2529
  const TypographyBodyFontSize = "15px";
2304
2530
  const TypographyBodyLineHeight = "20px";
2305
2531
  const TypographyBodyLetterSpacing = "-0.009em";
2306
2532
  const TypographyBodyFontWeight = "normal";
2307
2533
  const TypographyBodyFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2308
2534
  const TypographyBodyTextTransform = "null";
2535
+ const TypographyBodyFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
2536
+ const TypographyBodyTabularFontSize = "15px";
2537
+ const TypographyBodyTabularLineHeight = "20px";
2538
+ const TypographyBodyTabularLetterSpacing = "-0.009em";
2539
+ const TypographyBodyTabularFontWeight = "normal";
2540
+ const TypographyBodyTabularFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2541
+ const TypographyBodyTabularTextTransform = "null";
2542
+ const TypographyBodyTabularFontFeatureSettings = "\"tnum\" on, \"ss01\" on, \"ss04\" on";
2309
2543
  const TypographyBodyStrongFontSize = "15px";
2310
2544
  const TypographyBodyStrongLineHeight = "20px";
2311
2545
  const TypographyBodyStrongLetterSpacing = "-0.009em";
2312
2546
  const TypographyBodyStrongFontWeight = "500";
2313
2547
  const TypographyBodyStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2314
2548
  const TypographyBodyStrongTextTransform = "null";
2549
+ const TypographyBodyStrongFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
2315
2550
  const TypographyBodyCapsFontSize = "15px";
2316
2551
  const TypographyBodyCapsLineHeight = "20px";
2317
2552
  const TypographyBodyCapsLetterSpacing = "1.7px";
2318
2553
  const TypographyBodyCapsFontWeight = "normal";
2319
2554
  const TypographyBodyCapsFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2320
2555
  const TypographyBodyCapsTextTransform = "uppercase";
2556
+ const TypographyBodyCapsFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
2321
2557
  const TypographyBodyMonoFontSize = "15px";
2322
2558
  const TypographyBodyMonoLineHeight = "20px";
2323
2559
  const TypographyBodyMonoLetterSpacing = "normal";
2324
2560
  const TypographyBodyMonoFontWeight = "normal";
2325
2561
  const TypographyBodyMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
2326
2562
  const TypographyBodyMonoTextTransform = "null";
2563
+ const TypographyBodyMonoFontFeatureSettings = "null";
2327
2564
  const TypographyCaptionFontSize = "13px";
2328
2565
  const TypographyCaptionLineHeight = "16px";
2329
2566
  const TypographyCaptionLetterSpacing = "-0.0025em";
2330
2567
  const TypographyCaptionFontWeight = "normal";
2331
2568
  const TypographyCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2332
2569
  const TypographyCaptionTextTransform = "null";
2570
+ const TypographyCaptionFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
2571
+ const TypographyCaptionTabularFontSize = "13px";
2572
+ const TypographyCaptionTabularLineHeight = "16px";
2573
+ const TypographyCaptionTabularLetterSpacing = "-0.0025em";
2574
+ const TypographyCaptionTabularFontWeight = "normal";
2575
+ const TypographyCaptionTabularFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2576
+ const TypographyCaptionTabularTextTransform = "null";
2577
+ const TypographyCaptionTabularFontFeatureSettings = "\"tnum\" on, \"ss01\" on, \"ss04\" on";
2333
2578
  const TypographyCaptionCapsFontSize = "13px";
2334
2579
  const TypographyCaptionCapsLineHeight = "16px";
2335
2580
  const TypographyCaptionCapsLetterSpacing = "1.5px";
2336
2581
  const TypographyCaptionCapsFontWeight = "normal";
2337
2582
  const TypographyCaptionCapsFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2338
2583
  const TypographyCaptionCapsTextTransform = "uppercase";
2584
+ const TypographyCaptionCapsFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
2339
2585
  const TypographyCaptionMonoFontSize = "13px";
2340
2586
  const TypographyCaptionMonoLineHeight = "16px";
2341
2587
  const TypographyCaptionMonoLetterSpacing = "normal";
2342
2588
  const TypographyCaptionMonoFontWeight = "normal";
2343
2589
  const TypographyCaptionMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
2344
2590
  const TypographyCaptionMonoTextTransform = "null";
2591
+ const TypographyCaptionMonoFontFeatureSettings = "null";
2345
2592
  const TypographySmallTextFontSize = "13px";
2346
2593
  const TypographySmallTextLineHeight = "16px";
2347
2594
  const TypographySmallTextLetterSpacing = "-0.0025em";
2348
2595
  const TypographySmallTextFontWeight = "normal";
2349
2596
  const TypographySmallTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2350
2597
  const TypographySmallTextTextTransform = "null";
2598
+ const TypographySmallTextFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
2351
2599
  const TypographyExtraSmallTextFontSize = "11px";
2352
2600
  const TypographyExtraSmallTextLineHeight = "16px";
2353
2601
  const TypographyExtraSmallTextLetterSpacing = "0.005em";
2354
2602
  const TypographyExtraSmallTextFontWeight = "normal";
2355
2603
  const TypographyExtraSmallTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2356
2604
  const TypographyExtraSmallTextTextTransform = "null";
2605
+ const TypographyExtraSmallTextFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
2357
2606
  const TypographyExtraSmallTextCapsFontSize = "11px";
2358
2607
  const TypographyExtraSmallTextCapsLineHeight = "16px";
2359
2608
  const TypographyExtraSmallTextCapsLetterSpacing = "1px";
2360
2609
  const TypographyExtraSmallTextCapsFontWeight = "normal";
2361
2610
  const TypographyExtraSmallTextCapsFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
2362
2611
  const TypographyExtraSmallTextCapsTextTransform = "uppercase";
2612
+ const TypographyExtraSmallTextCapsFontFeatureSettings = "\"ss01\" on, \"ss04\" on";
2363
2613
  const TypographyExtraSmallTextMonoFontSize = "11px";
2364
2614
  const TypographyExtraSmallTextMonoLineHeight = "16px";
2365
2615
  const TypographyExtraSmallTextMonoLetterSpacing = "0px";
2366
2616
  const TypographyExtraSmallTextMonoFontWeight = "normal";
2367
2617
  const TypographyExtraSmallTextMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
2368
2618
  const TypographyExtraSmallTextMonoTextTransform = "null";
2619
+ const TypographyExtraSmallTextMonoFontFeatureSettings = "null";
2369
2620
  const AlertLightColorSchemeErrorBackground = "#fff3f3";
2370
2621
  const AlertLightColorSchemeErrorBorder = "#fbd6d6";
2371
2622
  const AlertLightColorSchemeErrorIcon = "#ee6f79";
@@ -2398,18 +2649,18 @@ const AlertDarkColorSchemeDefaultBorder = "#333f4a";
2398
2649
  const AlertDarkColorSchemeDefaultIcon = "#8c99a5";
2399
2650
  const AlertSizeBorderWidth = "1px";
2400
2651
  const AlertSizeBorderRadius = "4px";
2401
- const AlertSizeHorizontalPadding = "16px";
2402
- const AlertSizeVerticalPadding = "13px";
2403
- const AlertSizeIconMargin = "8px";
2404
- const AlertSizeCloseButtonWidth = "16px";
2405
- const AlertSizeSmallVerticalPadding = "11px";
2652
+ const AlertSizeHorizontalPadding = "16rem";
2653
+ const AlertSizeVerticalPadding = "12rem";
2654
+ const AlertSizeIconMargin = "8rem";
2655
+ const AlertSizeCloseButtonWidth = "16rem";
2656
+ const AlertSizeSmallVerticalPadding = "12rem";
2406
2657
  const AlertFontDefaultHeader = "subheading";
2407
2658
  const AlertFontDefaultBody = "body";
2408
2659
  const AlertFontSmallHeader = "caption";
2409
2660
  const AlertFontSmallBody = "caption";
2410
- const AutocompleteSizePanelPadding = "4px 0";
2661
+ const AutocompleteSizePanelPadding = "4rem 0";
2411
2662
  const AutocompleteSizePanelMaxHeight = "256px";
2412
- const AutocompleteSizePanelBorderRadius = "3px";
2663
+ const AutocompleteSizePanelBorderRadius = "4px";
2413
2664
  const BadgeLightColorSchemeSolidPrimaryBackground = "#4187ff";
2414
2665
  const BadgeLightColorSchemeSolidPrimaryBorder = "#4187ff";
2415
2666
  const BadgeLightColorSchemeSolidPrimaryColor = "white";
@@ -2488,16 +2739,16 @@ const BadgeDarkColorSchemeSolidLightColor = "white";
2488
2739
  const BadgeDarkColorSchemeSolidSecondBackground = "#515e69";
2489
2740
  const BadgeDarkColorSchemeSolidSecondBorder = "#515e69";
2490
2741
  const BadgeDarkColorSchemeSolidSecondColor = "white";
2491
- const BadgeSizeDefaultHeight = "24px";
2742
+ const BadgeSizeDefaultHeight = "24rem";
2492
2743
  const BadgeSizeDefaultMinWidth = "10px";
2493
- const BadgeSizeDefaultPadding = "0 8px";
2744
+ const BadgeSizeDefaultPadding = "0 8rem";
2494
2745
  const BadgeSizeDefaultBorderWidth = "1px";
2495
2746
  const BadgeSizeDefaultBorderRadius = "4px";
2496
- const BadgeSizeMiniHeight = "16px";
2747
+ const BadgeSizeMiniHeight = "16rem";
2497
2748
  const BadgeSizeMiniMinWidth = "10px";
2498
2749
  const BadgeSizeMiniBorderWidth = "1px";
2499
- const BadgeSizeMiniBorderRadius = "2px";
2500
- const BadgeSizeMiniPadding = "0 4px";
2750
+ const BadgeSizeMiniBorderRadius = "2rem";
2751
+ const BadgeSizeMiniPadding = "0 4rem";
2501
2752
  const BadgeFontDefaultDefault = "caption";
2502
2753
  const BadgeFontDefaultCaps = "caption-caps";
2503
2754
  const BadgeFontDefaultMono = "caption-mono";
@@ -2505,7 +2756,7 @@ const BadgeFontMiniDefault = "extra-small-text";
2505
2756
  const BadgeFontMiniCaps = "extra-small-text-caps";
2506
2757
  const BadgeFontMiniMono = "extra-small-text-mono";
2507
2758
  const ButtonToggleSizeBorderSize = "1px";
2508
- const ButtonToggleSizeBorderRadius = "3px";
2759
+ const ButtonToggleSizeBorderRadius = "4px";
2509
2760
  const ButtonLightColorSchemeActiveShadow = "inset 0 1px 2px 0 rgba(black, 0.2)";
2510
2761
  const ButtonLightColorSchemePrimaryColor = "white";
2511
2762
  const ButtonLightColorSchemePrimaryBorder = "#0374eb";
@@ -2556,16 +2807,15 @@ const ButtonDarkColorSchemeErrorColor = "#ea5868";
2556
2807
  const ButtonDarkColorSchemeErrorIcon = "#ea5868";
2557
2808
  const ButtonDarkColorSchemeErrorStatesActiveBorder = "#333f4a";
2558
2809
  const ButtonDarkColorSchemeErrorStatesActiveBackground = "#333f4a";
2810
+ const ButtonSizeHeight = "32rem";
2559
2811
  const ButtonSizeBorderWidth = "1px";
2560
- const ButtonSizeBorderRadius = "3px";
2561
- const ButtonSizeVerticalPadding = "6px";
2562
- const ButtonSizeHorizontalPadding = "16px";
2812
+ const ButtonSizeBorderRadius = "4px";
2813
+ const ButtonSizeHorizontalPadding = "12rem";
2563
2814
  const ButtonFontDefault = "body";
2564
2815
  const ButtonFontPrimary = "body-strong";
2565
2816
  const ButtonFontPrimaryTransparent = "body";
2566
- const IconButtonSizeVerticalPadding = "6px";
2567
- const IconButtonSizeHorizontalPadding = "8px";
2568
- const IconButtonSizeIconHorizontalPadding = "16px";
2817
+ const IconButtonSizeHorizontalPadding = "8rem";
2818
+ const IconButtonSizeLeftIconPadding = "6rem";
2569
2819
  const CardLightColorSchemeErrorVerticalLine = "#fbd6d6";
2570
2820
  const CardLightColorSchemeErrorBackground = "#fff3f3";
2571
2821
  const CardLightColorSchemeErrorShadow = "#fbd6d6";
@@ -2590,7 +2840,7 @@ const CardDarkColorSchemeSuccessShadow = "#004823";
2590
2840
  const CardDarkColorSchemeInfoVerticalLine = "#084453";
2591
2841
  const CardDarkColorSchemeInfoBackground = "#143641";
2592
2842
  const CardDarkColorSchemeInfoShadow = "#084453";
2593
- const CardSizeVerticalLine = "4px";
2843
+ const CardSizeVerticalLine = "4rem";
2594
2844
  const CheckboxLightColorSchemeBorder = "#bdc7d1";
2595
2845
  const CheckboxLightColorSchemeStatesCheckedBorder = "#0374eb";
2596
2846
  const CheckboxLightColorSchemeStatesCheckedBackground = "#0374eb";
@@ -2601,8 +2851,8 @@ const CheckboxDarkColorSchemeStatesCheckedBorder = "#0059b8";
2601
2851
  const CheckboxDarkColorSchemeStatesCheckedBackground = "#0059b8";
2602
2852
  const CheckboxDarkColorSchemeStatesFocusedBorder = "#4187ff";
2603
2853
  const CheckboxDarkColorSchemeStatesFocusedShadow = "0 0 0 1px #4187ff";
2604
- const CheckboxSizeWidth = "16px";
2605
- const CheckboxSizeLabelMargin = "8px";
2854
+ const CheckboxSizeWidth = "16rem";
2855
+ const CheckboxSizeLabelMargin = "8rem";
2606
2856
  const CheckboxSizeBorderWidth = "1px";
2607
2857
  const CheckboxSizeToggleBoxShadow = "inset 0 0 1px 0 rgba(0, 0, 0, 0.2)";
2608
2858
  const CheckboxFontDefault = "body";
@@ -2612,17 +2862,17 @@ const DatepickerBodyLightColorSchemeStatesSelectedColor = "#0374eb";
2612
2862
  const DatepickerBodyLightColorSchemeStatesSelectedBackground = "#e7f1ff";
2613
2863
  const DatepickerBodyDarkColorSchemeStatesSelectedColor = "#4187ff";
2614
2864
  const DatepickerBodyDarkColorSchemeStatesSelectedBackground = "#014b9d";
2615
- const DatepickerBodySizeLabelPaddings = "8px 28px 12px 12px";
2616
- const DatepickerBodySizeCellMinSize = "32px";
2865
+ const DatepickerBodySizeLabelPaddings = "8rem 28px 12rem 12rem";
2866
+ const DatepickerBodySizeCellMinSize = "32rem";
2617
2867
  const DatepickerBodySizeCellMargin = "5%";
2618
- const DatepickerBodySizeCellPadding = "8px";
2868
+ const DatepickerBodySizeCellPadding = "8rem";
2619
2869
  const DatepickerBodySizeCellBorderWidth = "1px";
2620
2870
  const DatepickerBodyFontLabel = "body-strong";
2621
2871
  const DatepickerBodyFontToday = "body-strong";
2622
- const DatepickerCalendarSizePaddingTop = "16px";
2623
- const DatepickerCalendarSizePaddingHorizontal = "8px";
2624
- const DatepickerCalendarSizePaddingBottom = "8px";
2625
- const DatepickerCalendarSizePaddingBlocks = "12px";
2872
+ const DatepickerCalendarSizePaddingTop = "16rem";
2873
+ const DatepickerCalendarSizePaddingHorizontal = "8rem";
2874
+ const DatepickerCalendarSizePaddingBottom = "8rem";
2875
+ const DatepickerCalendarSizePaddingBlocks = "12rem";
2626
2876
  const DatepickerCalendarSizeDividerWidth = "1px";
2627
2877
  const DatepickerCalendarSizeIconBorderWidth = "2px";
2628
2878
  const DatepickerCalendarSizeIconPrevIconTransform = "translateX(2px) rotate(-45deg)";
@@ -2639,11 +2889,11 @@ const DescriptionListDarkColorSchemeDd = "#f2f5f9";
2639
2889
  const DescriptionListSizeGridTemplateColumns = "repeat(4, 1fr)";
2640
2890
  const DescriptionListSizeDtGridColumn = "1";
2641
2891
  const DescriptionListSizeDdGridColumn = "2 / span 3";
2642
- const DescriptionListSizeHorizontalColumnGap = "16px";
2643
- const DescriptionListSizeHorizontalRowGap = "12px";
2892
+ const DescriptionListSizeHorizontalColumnGap = "16rem";
2893
+ const DescriptionListSizeHorizontalRowGap = "12rem";
2644
2894
  const DescriptionListSizeVerticalColumnGap = "0";
2645
- const DescriptionListSizeVerticalRowGap = "2px";
2646
- const DescriptionListSizeVerticalDdMarginBottom = "16px";
2895
+ const DescriptionListSizeVerticalRowGap = "2rem";
2896
+ const DescriptionListSizeVerticalDdMarginBottom = "16rem";
2647
2897
  const DescriptionListFontHorizontalDt = "body";
2648
2898
  const DescriptionListFontHorizontalDd = "body";
2649
2899
  const DescriptionListFontVerticalDt = "caption";
@@ -2658,11 +2908,12 @@ const DropdownGroupHeaderFontDefault = "body-strong";
2658
2908
  const DropdownGroupHeaderFontSmall = "caption-caps";
2659
2909
  const DropdownDividerSizeHeight = "1px";
2660
2910
  const DropdownDividerSizeMargin = "4px 0";
2661
- const DropdownTriggerSizeIconPaddingRight = "8px";
2911
+ const DropdownTriggerSizeButtonRightPadding = "8rem";
2912
+ const DropdownTriggerSizeRightIconPadding = "2rem";
2662
2913
  const DropdownPanelSizeMaxWidth = "640px";
2663
- const DropdownPanelSizePadding = "4px 0";
2914
+ const DropdownPanelSizePadding = "4rem 0";
2664
2915
  const DropdownPanelSizeBorderWidth = "1px";
2665
- const DropdownPanelSizeBorderRadius = "3px";
2916
+ const DropdownPanelSizeBorderRadius = "4px";
2666
2917
  const FormFieldLightColorSchemeBorder = "#bdc7d1";
2667
2918
  const FormFieldLightColorSchemeBackground = "white";
2668
2919
  const FormFieldLightColorSchemeStatesHoverBorder = "#bdc7d1";
@@ -2673,11 +2924,12 @@ const FormFieldDarkColorSchemeBackground = "transparent";
2673
2924
  const FormFieldDarkColorSchemeStatesHoverBorder = "#515e69";
2674
2925
  const FormFieldDarkColorSchemeStatesInvalidBorder = "#b9023a";
2675
2926
  const FormFieldDarkColorSchemeStatesInvalidBackground = "transparent";
2927
+ const FormFieldSizeHeight = "32rem";
2676
2928
  const FormFieldSizeBorderWidth = "1px";
2677
- const FormFieldSizeBorderRadius = "3px";
2678
- const FormFieldSizeButtonWidth = "32px";
2929
+ const FormFieldSizeBorderRadius = "4px";
2930
+ const FormFieldSizeButtonWidth = "32rem";
2679
2931
  const FormFieldFontDefault = "body";
2680
- const FormFieldHintSizeMarginTop = "4px";
2932
+ const FormFieldHintSizeMarginTop = "4rem";
2681
2933
  const FormFieldHintFontDefault = "caption";
2682
2934
  const FormFieldPasswordHintLightColorSchemeTextColor = "#19252f";
2683
2935
  const FormFieldPasswordHintLightColorSchemeIconColor = "#19252f";
@@ -2691,30 +2943,77 @@ const FormFieldPasswordHintDarkColorSchemeStatesInvalidIconColor = "#ea5868";
2691
2943
  const FormFieldPasswordHintDarkColorSchemeStatesInvalidTextColor = "#f2f5f9";
2692
2944
  const FormFieldPasswordHintDarkColorSchemeStatesValidTextColor = "#319d5c";
2693
2945
  const FormFieldPasswordHintDarkColorSchemeStatesValidIconColor = "#319d5c";
2694
- const FormFieldPasswordHintSizeMarginTop = "8px";
2695
- const FormFieldPasswordHintSizeIconMargin = "4px";
2946
+ const FormFieldPasswordHintSizeMarginTop = "8rem";
2947
+ const FormFieldPasswordHintSizeIconMargin = "4rem";
2696
2948
  const FormFieldPasswordHintFontDefault = "caption";
2697
2949
  const FormsLightColorSchemeLabel = "#6d7a86";
2698
2950
  const FormsLightColorSchemeLegend = "#19252f";
2699
2951
  const FormsDarkColorSchemeLabel = "#8c99a5";
2700
2952
  const FormsDarkColorSchemeLegend = "#f2f5f9";
2701
- const FormsSizeHorizontalRowMarginBottom = "20px";
2702
- const FormsSizeHorizontalLabelPaddingTop = "6px";
2953
+ const FormsSizeHorizontalRowMarginBottom = "20rem";
2954
+ const FormsSizeHorizontalLabelPaddingTop = "6rem";
2703
2955
  const FormsSizeHorizontalLabelPaddingBottom = "0";
2704
- const FormsSizeHorizontalControlPaddingLeft = "16px";
2705
- const FormsSizeHorizontalLegendMarginTop = "32px";
2706
- const FormsSizeHorizontalLegendMarginBottom = "16px";
2707
- const FormsSizeVerticalRowMarginBottom = "16px";
2956
+ const FormsSizeHorizontalControlPaddingLeft = "16rem";
2957
+ const FormsSizeHorizontalLegendMarginTop = "32rem";
2958
+ const FormsSizeHorizontalLegendMarginBottom = "16rem";
2959
+ const FormsSizeVerticalRowMarginBottom = "16rem";
2708
2960
  const FormsSizeVerticalLabelPaddingTop = "0";
2709
- const FormsSizeVerticalLabelPaddingBottom = "4px";
2710
- const FormsSizeVerticalControlPaddingLeft = "24px";
2711
- const FormsSizeVerticalLegendMarginTop = "32px";
2712
- const FormsSizeVerticalLegendMarginBottom = "12px";
2961
+ const FormsSizeVerticalLabelPaddingBottom = "4rem";
2962
+ const FormsSizeVerticalControlPaddingLeft = "24rem";
2963
+ const FormsSizeVerticalLegendMarginTop = "32rem";
2964
+ const FormsSizeVerticalLegendMarginBottom = "12rem";
2713
2965
  const FormsFontDefaultLabel = "body";
2714
2966
  const FormsFontDefaultLegend = "subheading";
2715
- const InputSizePadding = "5px 16px";
2967
+ const IconLightColorSchemeSecondaryDefault = "#8c99a5";
2968
+ const IconLightColorSchemeSecondaryStatesHover = "#6d7a86";
2969
+ const IconLightColorSchemeSecondaryStatesActive = "#434f5a";
2970
+ const IconLightColorSchemeSecondaryStatesDisabled = "mix(#8c99a5, transparent, 30%)";
2971
+ const IconLightColorSchemePrimaryDefault = "#5697ff";
2972
+ const IconLightColorSchemePrimaryStatesHover = "#0374eb";
2973
+ const IconLightColorSchemePrimaryStatesActive = "#014b9d";
2974
+ const IconLightColorSchemePrimaryStatesDisabled = "mix(#5697ff, transparent, 30%)";
2975
+ const IconLightColorSchemeInfoDefault = "#18a5c5";
2976
+ const IconLightColorSchemeInfoStatesHover = "#218ca8";
2977
+ const IconLightColorSchemeInfoStatesActive = "#0c5567";
2978
+ const IconLightColorSchemeInfoStatesDisabled = "mix(#18a5c5, transparent, 30%)";
2979
+ const IconLightColorSchemeSuccessDefault = "#4ba96c";
2980
+ const IconLightColorSchemeSuccessStatesHover = "#028b49";
2981
+ const IconLightColorSchemeSuccessStatesActive = "#015a2d";
2982
+ const IconLightColorSchemeSuccessStatesDisabled = "mix(#4ba96c, transparent, 30%)";
2983
+ const IconLightColorSchemeWarningDefault = "#e19f12";
2984
+ const IconLightColorSchemeWarningStatesHover = "#a26e0c";
2985
+ const IconLightColorSchemeWarningStatesActive = "#6b4804";
2986
+ const IconLightColorSchemeWarningStatesDisabled = "mix(#e19f12, transparent, 30%)";
2987
+ const IconLightColorSchemeErrorDefault = "#ee6f79";
2988
+ const IconLightColorSchemeErrorStatesHover = "#db3c55";
2989
+ const IconLightColorSchemeErrorStatesActive = "#9e0130";
2990
+ const IconLightColorSchemeErrorStatesDisabled = "mix(#ee6f79, transparent, 30%)";
2991
+ const IconDarkColorSchemeSecondaryDefault = "#8c99a5";
2992
+ const IconDarkColorSchemeSecondaryStatesHover = "#6d7a86";
2993
+ const IconDarkColorSchemeSecondaryStatesActive = "#bdc7d1";
2994
+ const IconDarkColorSchemeSecondaryStatesDisabled = "mix(#8c99a5, transparent, 30%)";
2995
+ const IconDarkColorSchemePrimaryDefault = "#5697ff";
2996
+ const IconDarkColorSchemePrimaryStatesHover = "#0374eb";
2997
+ const IconDarkColorSchemePrimaryStatesActive = "#a2c7fe";
2998
+ const IconDarkColorSchemePrimaryStatesDisabled = "mix(#5697ff, transparent, 30%)";
2999
+ const IconDarkColorSchemeInfoDefault = "#18a5c5";
3000
+ const IconDarkColorSchemeInfoStatesHover = "#218ca8";
3001
+ const IconDarkColorSchemeInfoStatesActive = "#6ed3f2";
3002
+ const IconDarkColorSchemeInfoStatesDisabled = "mix(#18a5c5, transparent, 30%)";
3003
+ const IconDarkColorSchemeSuccessDefault = "#4ba96c";
3004
+ const IconDarkColorSchemeSuccessStatesHover = "#028b49";
3005
+ const IconDarkColorSchemeSuccessStatesActive = "#8ed5a1";
3006
+ const IconDarkColorSchemeSuccessStatesDisabled = "mix(#4ba96c, transparent, 30%)";
3007
+ const IconDarkColorSchemeWarningDefault = "#e19f12";
3008
+ const IconDarkColorSchemeWarningStatesHover = "#a26e0c";
3009
+ const IconDarkColorSchemeWarningStatesActive = "#f5c23c";
3010
+ const IconDarkColorSchemeWarningStatesDisabled = "mix(#e19f12, transparent, 30%)";
3011
+ const IconDarkColorSchemeErrorDefault = "#ee6f79";
3012
+ const IconDarkColorSchemeErrorStatesHover = "#db3c55";
3013
+ const IconDarkColorSchemeErrorStatesActive = "#fcb2b4";
3014
+ const IconDarkColorSchemeErrorStatesDisabled = "mix(#ee6f79, transparent, 30%)";
3015
+ const InputSizePadding = "0 12rem";
2716
3016
  const InputSizeWidth = "100%";
2717
- const InputSizeMinHeight = "30px";
2718
3017
  const InputFontDefault = "body";
2719
3018
  const InputFontMonospace = "body-mono";
2720
3019
  const LinkLightColorSchemeText = "#0374eb";
@@ -2733,16 +3032,13 @@ const LinkDarkColorSchemeStateHoverText = "#0374eb";
2733
3032
  const LinkDarkColorSchemeStateHoverBorderBottom = "rgba(#0374eb, 0.32)";
2734
3033
  const LinkDarkColorSchemeStateActive = "#0059b8";
2735
3034
  const LinkDarkColorSchemeStateFocusedOutline = "#4187ff";
2736
- const LinkSizeIconMargin = "4px";
3035
+ const LinkSizeIconMargin = "4rem";
2737
3036
  const LinkSizeStateFocusedOutlineOffset = "2px";
2738
3037
  const LinkSizeStateFocusedOutlineWidth = "2px";
2739
- const LinkAnimationTransition = "color ease-out 300ms";
2740
- const LinkAnimationStateHoverTransition = "color 0ms";
2741
3038
  const LinkFontDefault = "body";
2742
- const ListSizeHorizontalPadding = "16px";
2743
- const ListSizeIconPadding = "4px";
3039
+ const ListSizeHorizontalPadding = "12rem";
3040
+ const ListSizeIconRightMargin = "8rem";
2744
3041
  const ListSizeItemHeight = "32px";
2745
- const ListSizeIconWidth = "24px";
2746
3042
  const ListFontItem = "body";
2747
3043
  const ModalLightColorSchemeShadow = "(0 0 0 1px #d7dee4, 0 6px 12px 0 rgba(39, 51, 62, 0.5))";
2748
3044
  const ModalLightColorSchemeBodyTopShadow = "0 2px 4px 0 rgba(39, 51, 62, 0.16)";
@@ -2756,31 +3052,34 @@ const ModalSizeSmall = "400px";
2756
3052
  const ModalSizeNormal = "640px";
2757
3053
  const ModalSizeLarge = "960px";
2758
3054
  const ModalSizeTop = "48px";
2759
- const ModalSizeCloseWidth = "56px";
3055
+ const ModalSizeCloseWidth = "56rem";
2760
3056
  const ModalSizeBorderRadius = "4px";
2761
3057
  const ModalSizeBorderWidth = "1px";
2762
3058
  const ModalHeaderLightColorSchemeBorder = "#d7dee4";
2763
3059
  const ModalHeaderDarkColorSchemeBorder = "#333f4a";
2764
3060
  const ModalHeaderSizeBorderRadius = "4px 4px 0 0";
2765
- const ModalHeaderSizePadding = "14px 16px";
3061
+ const ModalHeaderSizeHeight = "56rem";
3062
+ const ModalHeaderSizePadding = "0 16rem";
2766
3063
  const ModalHeaderFontDefault = "title";
2767
3064
  const ModalBodySizeMaxHeight = "calc(100vh - 260px)";
2768
- const ModalBodySizePadding = "16px 24px 24px";
3065
+ const ModalBodySizePadding = "16rem 24rem 24rem";
2769
3066
  const ModalBodyFontDefault = "body";
2770
3067
  const ModalFooterLightColorSchemeBorder = "#f2f5f9";
2771
3068
  const ModalFooterDarkColorSchemeBorder = "#333f4a";
2772
3069
  const ModalFooterSizeBorderRadius = "0 0 4px 4px";
2773
- const ModalFooterSizePadding = "16px 16px";
2774
- const ModalConfirmSizePadding = "24px";
3070
+ const ModalFooterSizeHeight = "64rem";
3071
+ const ModalFooterSizePadding = "0 16rem";
3072
+ const ModalConfirmSizePadding = "24rem";
2775
3073
  const NavbarLightColorSchemeBackground = "#19252f";
2776
3074
  const NavbarLightColorSchemeDividerBackground = "#515e69";
2777
3075
  const NavbarDarkColorSchemeBackground = "#333f4a";
2778
3076
  const NavbarDarkColorSchemeDividerBackground = "#515e69";
2779
- const NavbarSizeIconMargin = "6px";
3077
+ const NavbarSizeIconMargin = "6rem";
3078
+ const NavbarSizeRightIconMargin = "2rem";
2780
3079
  const NavbarFontTitle = "body";
2781
3080
  const VerticalNavbarSizeStatesExpandedWidth = "240px";
2782
- const VerticalNavbarSizeStatesCollapsedWidth = "56px";
2783
- const VerticalNavbarSizeIconMargin = "16px";
3081
+ const VerticalNavbarSizeStatesCollapsedWidth = "56rem";
3082
+ const VerticalNavbarSizeIconMargin = "16rem";
2784
3083
  const NavbarItemLightColorSchemeText = "#f2f5f9";
2785
3084
  const NavbarItemLightColorSchemeIcon = "#bdc7d1";
2786
3085
  const NavbarItemLightColorSchemeStatesActive = "rgba(0, 0, 0, 0.1)";
@@ -2795,16 +3094,16 @@ const NavbarItemDarkColorSchemeStatesSelected = "#434f5a";
2795
3094
  const NavbarItemDarkColorSchemeStatesHover = "rgba(255, 255, 255, 0.1)";
2796
3095
  const NavbarItemDarkColorSchemeStatesProgress = "#333f4a";
2797
3096
  const NavbarItemDarkColorSchemeStatesDisabledOpacity = 0.3;
2798
- const NavbarItemSizePadding = "16px";
2799
- const NavbarItemSizeHeight = "48px";
2800
- const NavbarItemSizeHeightVertical = "56px";
2801
- const NavbarBrandSizePadding = "12px";
2802
- const NavbarBrandSizeMarginRight = "24px";
3097
+ const NavbarItemSizePadding = "16rem";
3098
+ const NavbarItemSizeHeight = "48rem";
3099
+ const NavbarItemSizeHeightVertical = "56rem";
3100
+ const NavbarBrandSizePadding = "12rem";
3101
+ const NavbarBrandSizeMarginRight = "24rem";
2803
3102
  const NavbarBrandFontTitle = "title";
2804
3103
  const OptgroupSizePaddingLeft = "17px";
2805
3104
  const OptgroupFontDefault = "subheading";
2806
- const OptionSizeHorizontalPadding = "16px";
2807
- const OptionSizeHeight = "32px";
3105
+ const OptionSizeHorizontalPadding = "12rem";
3106
+ const OptionSizeHeight = "32rem";
2808
3107
  const OptionSizeBorderWidth = "2px";
2809
3108
  const OptionFontDefault = "body";
2810
3109
  const PopoverLightColorSchemeBackground = "white";
@@ -2816,8 +3115,8 @@ const PopoverDarkColorSchemeText = "#f2f5f9";
2816
3115
  const PopoverDarkColorSchemeShadow = "0 3px 8px 0 rgba(0, 0, 0, 0.2)";
2817
3116
  const PopoverDarkColorSchemeBorder = "#333f4a";
2818
3117
  const PopoverSizeMaxHeight = "480px";
2819
- const PopoverSizePadding = "16px";
2820
- const PopoverSizeBorderRadius = "3px";
3118
+ const PopoverSizePadding = "16rem";
3119
+ const PopoverSizeBorderRadius = "4px";
2821
3120
  const PopoverSizeArrowSize = "12px";
2822
3121
  const PopoverSizeTriggerMargin = "9px";
2823
3122
  const PopoverSizeSmallWidth = "200px";
@@ -2830,16 +3129,16 @@ const PopoverHeaderLightColorSchemeBackground = "white";
2830
3129
  const PopoverHeaderDarkColorSchemeBorder = "#434f5a";
2831
3130
  const PopoverHeaderDarkColorSchemeText = "#f2f5f9";
2832
3131
  const PopoverHeaderDarkColorSchemeBackground = "#333f4a";
2833
- const PopoverHeaderSizeHeight = "10px 16px";
2834
- const PopoverHeaderSizePadding = "10px 16px";
3132
+ const PopoverHeaderSizeHeight = "40rem";
3133
+ const PopoverHeaderSizePadding = "0 16rem";
2835
3134
  const PopoverHeaderFontDefault = "subheading";
2836
3135
  const PopoverFooterLightColorSchemeBorder = "#f2f5f9";
2837
3136
  const PopoverFooterLightColorSchemeBackground = "#f2f5f9";
2838
3137
  const PopoverFooterDarkColorSchemeBorder = "#434f5a";
2839
3138
  const PopoverFooterDarkColorSchemeBackground = "#333f4a";
2840
- const PopoverFooterSizeMarginTop = "8px";
2841
- const PopoverFooterSizePadding = "12px 16px";
2842
- const PopoverFooterSizeHeight = "56px";
3139
+ const PopoverFooterSizeMarginTop = "8rem";
3140
+ const PopoverFooterSizePadding = "12rem 16rem";
3141
+ const PopoverFooterSizeHeight = "56rem";
2843
3142
  const PopoverFooterFontDefault = "body";
2844
3143
  const PopupLightColorSchemeShadow = "0 3px 8px 0 rgba(39, 51, 62, 0.2)";
2845
3144
  const PopupLightColorSchemeBorder = "#d7dee4";
@@ -2853,8 +3152,8 @@ const PopupDarkColorSchemeBackground = "#333f4a";
2853
3152
  const PopupDarkColorSchemeFooterBackground = "transparent";
2854
3153
  const ProgressBarLightColorSchemeBackground = "rgba(25, 37, 47, 0.06)";
2855
3154
  const ProgressBarDarkColorSchemeBackground = "rgba(white,0.06)";
2856
- const ProgressBarSizeHeight = "4px";
2857
- const ProgressSpinnerSizeSize = "16px";
3155
+ const ProgressBarSizeHeight = "4rem";
3156
+ const ProgressSpinnerSizeSize = "16rem";
2858
3157
  const RadioLightColorSchemeOuterCircleBorder = "#bdc7d1";
2859
3158
  const RadioLightColorSchemeInnerCircleBorder = "transparent";
2860
3159
  const RadioLightColorSchemeStatesCheckedOuterCircleBorder = "#0374eb";
@@ -2872,30 +3171,31 @@ const RadioDarkColorSchemeStatesFocusedInnerCircleShadow = "0 0 0 1px #19252f";
2872
3171
  const RadioSizeSize = "14px";
2873
3172
  const RadioSizeLabelMargin = "8px";
2874
3173
  const RadioFontDefault = "body";
2875
- const SelectSizeHeight = "30px";
2876
- const SelectSizeLeftPadding = "16px";
2877
- const SelectSizeRightPadding = "8px";
2878
- const SelectSizeLeftPaddingMultiple = "8px";
3174
+ const SelectSizeLeftPadding = "12rem";
3175
+ const SelectSizeRightPadding = "6rem";
3176
+ const SelectSizeLeftPaddingMultiple = "12rem";
2879
3177
  const SelectFontDefault = "body";
2880
3178
  const SelectPanelSizeMaxHeight = "232px";
2881
3179
  const SelectPanelSizeMaxWidth = "640px";
2882
- const SelectPanelSizeVerticalPadding = "4px";
3180
+ const SelectPanelSizeVerticalPadding = "4rem";
2883
3181
  const SelectPanelSizeBorderWidth = "1px";
2884
- const SelectPanelSizeBorderRadius = "3px";
3182
+ const SelectPanelSizeBorderRadius = "4px";
2885
3183
  const SelectPanelFontDefault = "body";
2886
3184
  const SidepanelLightColorSchemeBorder = "#bdc7d1";
2887
3185
  const SidepanelDarkColorSchemeBorder = "#19252f";
2888
3186
  const SidepanelFontDefault = "body";
2889
- const SidepanelHeaderSizePadding = "14px 16px";
2890
- const SidepanelHeaderSizeClosePadding = "0 0 0 8px";
3187
+ const SidepanelHeaderSizeHeight = "56rem";
3188
+ const SidepanelHeaderSizePadding = "0 16rem";
3189
+ const SidepanelHeaderSizeClosePadding = "0 0 0 8rem";
2891
3190
  const SidepanelHeaderFontDefault = "title";
2892
- const SidepanelFooterSizePadding = "16px";
3191
+ const SidepanelFooterSizeHeight = "64rem";
3192
+ const SidepanelFooterSizePadding = "0 16rem";
2893
3193
  const SidepanelFooterFontDefault = "body";
2894
3194
  const TableSizeBorderWidth = "1px";
2895
- const TableSizeRowPaddingVertical = "8px";
2896
- const TableSizeRowPaddingHorizontal = "16px";
3195
+ const TableSizeRowPaddingVertical = "8rem";
3196
+ const TableSizeRowPaddingHorizontal = "16rem";
2897
3197
  const TableFontHeader = "caption";
2898
- const TableFontBody = "body";
3198
+ const TableFontBody = "body-tabular";
2899
3199
  const TabsLightColorSchemeBorder = "#d7dee4";
2900
3200
  const TabsLightColorSchemeStateNormalIcon = "#8c99a5";
2901
3201
  const TabsLightColorSchemeStateNormalText = "#19252f";
@@ -2918,12 +3218,12 @@ const TabsDarkColorSchemeStateEmptyText = "#6d7a86";
2918
3218
  const TabsDarkColorSchemeStateDisabledIcon = "#6d7a86";
2919
3219
  const TabsDarkColorSchemeStateDisabledText = "#6d7a86";
2920
3220
  const TabsDarkColorSchemeStateDisabledMarkerOpacity = "0.3";
2921
- const TabsSizeHeight = "40px";
2922
- const TabsSizeHighlightHeight = "4px";
2923
- const TabsSizePaddingHorizontal = "16px";
3221
+ const TabsSizeHeight = "40rem";
3222
+ const TabsSizeHighlightHeight = "4rem";
3223
+ const TabsSizePaddingHorizontal = "16rem";
2924
3224
  const TabsSizeBorderWidth = "1px";
2925
- const TabsSizeBorderRadius = "3px";
2926
- const TabsSizeLabelIconMargin = "8px";
3225
+ const TabsSizeBorderRadius = "4px";
3226
+ const TabsSizeLabelIconMargin = "8rem";
2927
3227
  const TabsFontDefault = "body";
2928
3228
  const VerticalTabsLightColorSchemeStateNormalBackground = "transparent";
2929
3229
  const VerticalTabsLightColorSchemeStateSelectedBackground = "#e7f1ff";
@@ -2981,25 +3281,24 @@ const TagsDarkColorSchemeErrorStatesHoverIcon = "#ee6f79";
2981
3281
  const TagsDarkColorSchemeErrorStatesFocused = "#b9023a";
2982
3282
  const TagsDarkColorSchemeErrorStatesDisabledText = "mix(#ea5868, transparent, 50%)";
2983
3283
  const TagsDarkColorSchemeErrorStatesDisabledBackground = "mix(#ea5868, transparent, 10%)";
2984
- const TagsSizeMargin = "2px";
2985
- const TagsSizeHeight = "24px";
3284
+ const TagsSizeMargin = "2rem";
3285
+ const TagsSizeHeight = "24rem";
2986
3286
  const TagsSizeBorderWidth = "1px";
2987
3287
  const TagsSizeBorderRadius = "4px";
2988
- const TagsSizeIconPadding = "3px";
2989
- const TagsSizeTextMargin = "8px";
3288
+ const TagsSizeIconPadding = "4rem";
3289
+ const TagsSizeTextMargin = "8rem";
2990
3290
  const TagsFontDefault = "caption";
2991
3291
  const TagsFontMono = "caption-mono";
2992
3292
  const TagsFontCaps = "caption-caps";
2993
- const TagListSizePadding = "1px 6px";
2994
- const TagListSizeMinHeight = "30px";
3293
+ const TagListSizePadding = "1px 12rem";
2995
3294
  const TagInputSizeHeight = "22px";
2996
- const TagInputSizeMargin = "2px 4px";
3295
+ const TagInputSizeMargin = "2px 4rem";
2997
3296
  const TagInputFontDefault = "body";
2998
3297
  const TextareaSizeMinHeight = "50px";
2999
- const TextareaSizePadding = "5px 16px";
3298
+ const TextareaSizePadding = "5 12rem";
3000
3299
  const TextareaFontDefault = "body";
3001
3300
  const TextareaFontMono = "body-mono";
3002
- const TimepickerSizePaddingRight = "16px";
3301
+ const TimepickerSizePaddingRight = "16rem";
3003
3302
  const ToggleLightColorSchemeBorder = "#bdc7d1";
3004
3303
  const ToggleLightColorSchemeBackground = "white";
3005
3304
  const ToggleLightColorSchemeCircleBorder = "#bdc7d1";
@@ -3021,7 +3320,7 @@ const ToggleDarkColorSchemeErrorCheckedBackground = "#b9023a";
3021
3320
  const ToggleSizeHeight = "16px";
3022
3321
  const ToggleSizeWidth = "28px";
3023
3322
  const ToggleSizeBorderRadius = "9px";
3024
- const ToggleSizeLabelMargin = "8px";
3323
+ const ToggleSizeLabelMargin = "8rem";
3025
3324
  const ToggleFontDefault = "body";
3026
3325
  const ToggleSmallSizeHeight = "14px";
3027
3326
  const ToggleSmallSizeWidth = "24px";
@@ -3043,8 +3342,8 @@ const TooltipDarkColorSchemeWarningText = "#f2f5f9";
3043
3342
  const TooltipDarkColorSchemeWarningBorder = "#7e5406";
3044
3343
  const TooltipSizeMaxWidth = "300px";
3045
3344
  const TooltipSizeBorderWidth = "1px";
3046
- const TooltipSizeBorderRadius = "3px";
3047
- const TooltipSizePadding = "8px 16px";
3345
+ const TooltipSizeBorderRadius = "4px";
3346
+ const TooltipSizePadding = "8rem 16rem";
3048
3347
  const TooltipSizeArrowSize = "12px";
3049
3348
  const TooltipSizeTriggerMargin = "9px";
3050
3349
  const TooltipFontDefault = "caption";
@@ -3056,10 +3355,10 @@ const ExtendedTooltipDarkColorSchemeBackground = "#333f4a";
3056
3355
  const ExtendedTooltipDarkColorSchemeText = "#f2f5f9";
3057
3356
  const ExtendedTooltipDarkColorSchemeBorder = "#333f4a";
3058
3357
  const ExtendedTooltipDarkColorSchemeShadow = "0 2px 4px 0 rgba(39, 51, 62, 0.2)";
3059
- const ExtendedTooltipSizeBorderRadius = "3px";
3358
+ const ExtendedTooltipSizeBorderRadius = "4px";
3060
3359
  const ExtendedTooltipSizeArrowSize = "12px";
3061
3360
  const ExtendedTooltipSizeTriggerMargin = "9px";
3062
- const ExtendedTooltipSizePadding = "8px 16px";
3361
+ const ExtendedTooltipSizePadding = "8rem 16rem";
3063
3362
  const ExtendedTooltipSizeMaxHeight = "480px";
3064
3363
  const ExtendedTooltipFontDefault = "caption";
3065
3364
  const ExtendedTooltipHeaderLightColorSchemeBorder = "#d7dee4";
@@ -3069,16 +3368,18 @@ const ExtendedTooltipHeaderDarkColorSchemeBorder = "#434f5a";
3069
3368
  const ExtendedTooltipHeaderDarkColorSchemeText = "#f2f5f9";
3070
3369
  const ExtendedTooltipHeaderDarkColorSchemeBackground = "#333f4a";
3071
3370
  const ExtendedTooltipHeaderSizeHeight = "40px";
3072
- const ExtendedTooltipHeaderSizePadding = "10px 16px";
3371
+ const ExtendedTooltipHeaderSizePadding = "8rem 16rem";
3073
3372
  const ExtendedTooltipHeaderFontDefault = "subheading";
3074
- const TreeSizeNodeHeight = "32px";
3075
- const TreeSizePaddingLeft = "8px";
3076
- const TreeSizePaddingRight = "16px";
3373
+ const TreeSizeNodeHeight = "32rem";
3374
+ const TreeSizePaddingLeft = "12rem";
3375
+ const TreeSizeTogglePadding = "4rem";
3376
+ const TreeSizeIconPadding = "8rem";
3377
+ const TreeSizePaddingRight = "16rem";
3077
3378
  const TreeFontNode = "body";
3078
3379
 
3079
3380
  /**
3080
3381
  * Generated bundle index. Do not edit.
3081
3382
  */
3082
3383
 
3083
- export { AlertDarkColorSchemeDefaultBackground, AlertDarkColorSchemeDefaultBorder, AlertDarkColorSchemeDefaultIcon, AlertDarkColorSchemeErrorBackground, AlertDarkColorSchemeErrorBorder, AlertDarkColorSchemeErrorIcon, AlertDarkColorSchemeInfoBackground, AlertDarkColorSchemeInfoBorder, AlertDarkColorSchemeInfoIcon, AlertDarkColorSchemeSuccessBackground, AlertDarkColorSchemeSuccessBorder, AlertDarkColorSchemeSuccessIcon, AlertDarkColorSchemeWarningBackground, AlertDarkColorSchemeWarningBorder, AlertDarkColorSchemeWarningIcon, AlertFontDefaultBody, AlertFontDefaultHeader, AlertFontSmallBody, AlertFontSmallHeader, AlertLightColorSchemeDefaultBackground, AlertLightColorSchemeDefaultBorder, AlertLightColorSchemeDefaultIcon, AlertLightColorSchemeErrorBackground, AlertLightColorSchemeErrorBorder, AlertLightColorSchemeErrorIcon, AlertLightColorSchemeInfoBackground, AlertLightColorSchemeInfoBorder, AlertLightColorSchemeInfoIcon, AlertLightColorSchemeSuccessBackground, AlertLightColorSchemeSuccessBorder, AlertLightColorSchemeSuccessIcon, AlertLightColorSchemeWarningBackground, AlertLightColorSchemeWarningBorder, AlertLightColorSchemeWarningIcon, AlertSizeBorderRadius, AlertSizeBorderWidth, AlertSizeCloseButtonWidth, AlertSizeHorizontalPadding, AlertSizeIconMargin, AlertSizeSmallVerticalPadding, AlertSizeVerticalPadding, AutocompleteSizePanelBorderRadius, AutocompleteSizePanelMaxHeight, AutocompleteSizePanelPadding, BadgeDarkColorSchemePastelErrorBackground, BadgeDarkColorSchemePastelErrorBorder, BadgeDarkColorSchemePastelErrorColor, BadgeDarkColorSchemePastelInfoBackground, BadgeDarkColorSchemePastelInfoBorder, BadgeDarkColorSchemePastelInfoColor, BadgeDarkColorSchemePastelPrimaryBackground, BadgeDarkColorSchemePastelPrimaryBorder, BadgeDarkColorSchemePastelPrimaryColor, BadgeDarkColorSchemePastelSuccessBackground, BadgeDarkColorSchemePastelSuccessBorder, BadgeDarkColorSchemePastelSuccessColor, BadgeDarkColorSchemePastelWarningBackground, BadgeDarkColorSchemePastelWarningBorder, BadgeDarkColorSchemePastelWarningColor, BadgeDarkColorSchemeSolidErrorBackground, BadgeDarkColorSchemeSolidErrorBorder, BadgeDarkColorSchemeSolidErrorColor, BadgeDarkColorSchemeSolidInfoBackground, BadgeDarkColorSchemeSolidInfoBorder, BadgeDarkColorSchemeSolidInfoColor, BadgeDarkColorSchemeSolidLightBackground, BadgeDarkColorSchemeSolidLightBorder, BadgeDarkColorSchemeSolidLightColor, BadgeDarkColorSchemeSolidPrimaryBackground, BadgeDarkColorSchemeSolidPrimaryBorder, BadgeDarkColorSchemeSolidPrimaryColor, BadgeDarkColorSchemeSolidSecondBackground, BadgeDarkColorSchemeSolidSecondBorder, BadgeDarkColorSchemeSolidSecondColor, BadgeDarkColorSchemeSolidSuccessBackground, BadgeDarkColorSchemeSolidSuccessBorder, BadgeDarkColorSchemeSolidSuccessColor, BadgeDarkColorSchemeSolidTransparentBackground, BadgeDarkColorSchemeSolidTransparentBorder, BadgeDarkColorSchemeSolidTransparentColor, BadgeDarkColorSchemeSolidWarningBackground, BadgeDarkColorSchemeSolidWarningBorder, BadgeDarkColorSchemeSolidWarningColor, BadgeFontDefaultCaps, BadgeFontDefaultDefault, BadgeFontDefaultMono, BadgeFontMiniCaps, BadgeFontMiniDefault, BadgeFontMiniMono, BadgeLightColorSchemePastelErrorBackground, BadgeLightColorSchemePastelErrorBorder, BadgeLightColorSchemePastelErrorColor, BadgeLightColorSchemePastelInfoBackground, BadgeLightColorSchemePastelInfoBorder, BadgeLightColorSchemePastelInfoColor, BadgeLightColorSchemePastelPrimaryBackground, BadgeLightColorSchemePastelPrimaryBorder, BadgeLightColorSchemePastelPrimaryColor, BadgeLightColorSchemePastelSuccessBackground, BadgeLightColorSchemePastelSuccessBorder, BadgeLightColorSchemePastelSuccessColor, BadgeLightColorSchemePastelWarningBackground, BadgeLightColorSchemePastelWarningBorder, BadgeLightColorSchemePastelWarningColor, BadgeLightColorSchemeSolidErrorBackground, BadgeLightColorSchemeSolidErrorBorder, BadgeLightColorSchemeSolidErrorColor, BadgeLightColorSchemeSolidInfoBackground, BadgeLightColorSchemeSolidInfoBorder, BadgeLightColorSchemeSolidInfoColor, BadgeLightColorSchemeSolidLightBackground, BadgeLightColorSchemeSolidLightBorder, BadgeLightColorSchemeSolidLightColor, BadgeLightColorSchemeSolidPrimaryBackground, BadgeLightColorSchemeSolidPrimaryBorder, BadgeLightColorSchemeSolidPrimaryColor, BadgeLightColorSchemeSolidSecondBackground, BadgeLightColorSchemeSolidSecondBorder, BadgeLightColorSchemeSolidSecondColor, BadgeLightColorSchemeSolidSuccessBackground, BadgeLightColorSchemeSolidSuccessBorder, BadgeLightColorSchemeSolidSuccessColor, BadgeLightColorSchemeSolidTransparentBackground, BadgeLightColorSchemeSolidTransparentBorder, BadgeLightColorSchemeSolidTransparentColor, BadgeLightColorSchemeSolidWarningBackground, BadgeLightColorSchemeSolidWarningBorder, BadgeLightColorSchemeSolidWarningColor, BadgeSizeDefaultBorderRadius, BadgeSizeDefaultBorderWidth, BadgeSizeDefaultHeight, BadgeSizeDefaultMinWidth, BadgeSizeDefaultPadding, BadgeSizeMiniBorderRadius, BadgeSizeMiniBorderWidth, BadgeSizeMiniHeight, BadgeSizeMiniMinWidth, BadgeSizeMiniPadding, ButtonDarkColorSchemeActiveShadow, ButtonDarkColorSchemeErrorBackground, ButtonDarkColorSchemeErrorBorder, ButtonDarkColorSchemeErrorColor, ButtonDarkColorSchemeErrorIcon, ButtonDarkColorSchemeErrorStatesActiveBackground, ButtonDarkColorSchemeErrorStatesActiveBorder, ButtonDarkColorSchemePrimaryBackground, ButtonDarkColorSchemePrimaryBorder, ButtonDarkColorSchemePrimaryColor, ButtonDarkColorSchemePrimaryIcon, ButtonDarkColorSchemePrimaryStatesActiveBackground, ButtonDarkColorSchemePrimaryStatesActiveBorder, ButtonDarkColorSchemePrimaryTransparentColor, ButtonDarkColorSchemePrimaryTransparentIcon, ButtonDarkColorSchemePrimaryTransparentStatesActiveColor, ButtonDarkColorSchemePrimaryTransparentStatesActiveIcon, ButtonDarkColorSchemePrimaryTransparentStatesHoverColor, ButtonDarkColorSchemePrimaryTransparentStatesHoverIcon, ButtonDarkColorSchemeSecondBackground, ButtonDarkColorSchemeSecondBorder, ButtonDarkColorSchemeSecondColor, ButtonDarkColorSchemeSecondIcon, ButtonDarkColorSchemeSecondStatesActiveBackground, ButtonDarkColorSchemeSecondStatesActiveBorder, ButtonFontDefault, ButtonFontPrimary, ButtonFontPrimaryTransparent, ButtonLightColorSchemeActiveShadow, ButtonLightColorSchemeErrorBackground, ButtonLightColorSchemeErrorBorder, ButtonLightColorSchemeErrorColor, ButtonLightColorSchemeErrorIcon, ButtonLightColorSchemeErrorStatesActiveBackground, ButtonLightColorSchemeErrorStatesActiveBorder, ButtonLightColorSchemePrimaryBackground, ButtonLightColorSchemePrimaryBorder, ButtonLightColorSchemePrimaryColor, ButtonLightColorSchemePrimaryIcon, ButtonLightColorSchemePrimaryStatesActiveBackground, ButtonLightColorSchemePrimaryStatesActiveBorder, ButtonLightColorSchemePrimaryTransparentColor, ButtonLightColorSchemePrimaryTransparentIcon, ButtonLightColorSchemePrimaryTransparentStatesActiveColor, ButtonLightColorSchemePrimaryTransparentStatesActiveIcon, ButtonLightColorSchemePrimaryTransparentStatesHoverColor, ButtonLightColorSchemePrimaryTransparentStatesHoverIcon, ButtonLightColorSchemeSecondBackground, ButtonLightColorSchemeSecondBorder, ButtonLightColorSchemeSecondColor, ButtonLightColorSchemeSecondIcon, ButtonLightColorSchemeSecondStatesActiveBackground, ButtonLightColorSchemeSecondStatesActiveBorder, ButtonSizeBorderRadius, ButtonSizeBorderWidth, ButtonSizeHorizontalPadding, ButtonSizeVerticalPadding, ButtonToggleSizeBorderRadius, ButtonToggleSizeBorderSize, CardDarkColorSchemeErrorBackground, CardDarkColorSchemeErrorShadow, CardDarkColorSchemeErrorVerticalLine, CardDarkColorSchemeInfoBackground, CardDarkColorSchemeInfoShadow, CardDarkColorSchemeInfoVerticalLine, CardDarkColorSchemeSuccessBackground, CardDarkColorSchemeSuccessShadow, CardDarkColorSchemeSuccessVerticalLine, CardDarkColorSchemeWarningBackground, CardDarkColorSchemeWarningShadow, CardDarkColorSchemeWarningVerticalLine, CardLightColorSchemeErrorBackground, CardLightColorSchemeErrorShadow, CardLightColorSchemeErrorVerticalLine, CardLightColorSchemeInfoBackground, CardLightColorSchemeInfoShadow, CardLightColorSchemeInfoVerticalLine, CardLightColorSchemeSuccessBackground, CardLightColorSchemeSuccessShadow, CardLightColorSchemeSuccessVerticalLine, CardLightColorSchemeWarningBackground, CardLightColorSchemeWarningShadow, CardLightColorSchemeWarningVerticalLine, CardSizeVerticalLine, CheckboxDarkColorSchemeBorder, CheckboxDarkColorSchemeStatesCheckedBackground, CheckboxDarkColorSchemeStatesCheckedBorder, CheckboxDarkColorSchemeStatesFocusedBorder, CheckboxDarkColorSchemeStatesFocusedShadow, CheckboxFontDefault, CheckboxLightColorSchemeBorder, CheckboxLightColorSchemeStatesCheckedBackground, CheckboxLightColorSchemeStatesCheckedBorder, CheckboxLightColorSchemeStatesFocusedBorder, CheckboxLightColorSchemeStatesFocusedShadow, CheckboxSizeBorderWidth, CheckboxSizeLabelMargin, CheckboxSizeToggleBoxShadow, CheckboxSizeWidth, ColorBluePalette, ColorGreenPalette, ColorGreyPalette, ColorPurplePalette, ColorRedPalette, ColorTealPalette, ColorYellowPalette, DarkColorSchemeBackgroundBackground, DarkColorSchemeBackgroundBackgroundDisabled, DarkColorSchemeBackgroundOverlayActive, DarkColorSchemeBackgroundOverlayDisabled, DarkColorSchemeBackgroundOverlayHover, DarkColorSchemeErrorDefault, DarkColorSchemeErrorPalette, DarkColorSchemeForegroundBorder, DarkColorSchemeForegroundDivider, DarkColorSchemeForegroundIcon, DarkColorSchemeForegroundText, DarkColorSchemeForegroundTextDisabled, DarkColorSchemeForegroundTextError, DarkColorSchemeForegroundTextLessContrast, DarkColorSchemeForegroundTextSuccess, DarkColorSchemeInfoDefault, DarkColorSchemeInfoPalette, DarkColorSchemePrimaryDefault, DarkColorSchemePrimaryPalette, DarkColorSchemeSecondDefault, DarkColorSchemeSecondPalette, DarkColorSchemeStatesDisabledOpacity, DarkColorSchemeStatesFocusedColor, DarkColorSchemeStatesFocusedColorError, DarkColorSchemeStatesPressedShadow, DarkColorSchemeStatesSelectedColor, DarkColorSchemeSuccessDefault, DarkColorSchemeSuccessPalette, DarkColorSchemeWarningDefault, DarkColorSchemeWarningPalette, DatepickerBodyDarkColorSchemeStatesSelectedBackground, DatepickerBodyDarkColorSchemeStatesSelectedColor, DatepickerBodyFontLabel, DatepickerBodyFontToday, DatepickerBodyLightColorSchemeStatesSelectedBackground, DatepickerBodyLightColorSchemeStatesSelectedColor, DatepickerBodySizeCellBorderWidth, DatepickerBodySizeCellMargin, DatepickerBodySizeCellMinSize, DatepickerBodySizeCellPadding, DatepickerBodySizeLabelPaddings, DatepickerCalendarFontDefault, DatepickerCalendarFontHeader, DatepickerCalendarSizeDividerWidth, DatepickerCalendarSizeIconBorderWidth, DatepickerCalendarSizeIconNexIconTransform, DatepickerCalendarSizeIconPrevIconTransform, DatepickerCalendarSizePaddingBlocks, DatepickerCalendarSizePaddingBottom, DatepickerCalendarSizePaddingHorizontal, DatepickerCalendarSizePaddingTop, DatepickerInputSizeWidth, DatepickerToggleSizeHeight, DatepickerToggleSizeWidth, DescriptionListDarkColorSchemeDd, DescriptionListDarkColorSchemeDt, DescriptionListFontHorizontalDd, DescriptionListFontHorizontalDt, DescriptionListFontVerticalDd, DescriptionListFontVerticalDt, DescriptionListLightColorSchemeDd, DescriptionListLightColorSchemeDt, DescriptionListSizeDdGridColumn, DescriptionListSizeDtGridColumn, DescriptionListSizeGridTemplateColumns, DescriptionListSizeHorizontalColumnGap, DescriptionListSizeHorizontalRowGap, DescriptionListSizeVerticalColumnGap, DescriptionListSizeVerticalDdMarginBottom, DescriptionListSizeVerticalRowGap, DividerSizeInsetMargin, DividerSizeWidth, DropdownDividerSizeHeight, DropdownDividerSizeMargin, DropdownGroupHeaderFontDefault, DropdownGroupHeaderFontSmall, DropdownGroupHeaderSizeDefaultPadding, DropdownGroupHeaderSizeSmallPadding, DropdownItemFontCaption, DropdownItemFontDefault, DropdownItemSizeIconPadding, DropdownItemSizePadding, DropdownPanelSizeBorderRadius, DropdownPanelSizeBorderWidth, DropdownPanelSizeMaxWidth, DropdownPanelSizePadding, DropdownTriggerSizeIconPaddingRight, ExtendedTooltipDarkColorSchemeBackground, ExtendedTooltipDarkColorSchemeBorder, ExtendedTooltipDarkColorSchemeShadow, ExtendedTooltipDarkColorSchemeText, ExtendedTooltipFontDefault, ExtendedTooltipHeaderDarkColorSchemeBackground, ExtendedTooltipHeaderDarkColorSchemeBorder, ExtendedTooltipHeaderDarkColorSchemeText, ExtendedTooltipHeaderFontDefault, ExtendedTooltipHeaderLightColorSchemeBackground, ExtendedTooltipHeaderLightColorSchemeBorder, ExtendedTooltipHeaderLightColorSchemeText, ExtendedTooltipHeaderSizeHeight, ExtendedTooltipHeaderSizePadding, ExtendedTooltipLightColorSchemeBackground, ExtendedTooltipLightColorSchemeBorder, ExtendedTooltipLightColorSchemeShadow, ExtendedTooltipLightColorSchemeText, ExtendedTooltipSizeArrowSize, ExtendedTooltipSizeBorderRadius, ExtendedTooltipSizeMaxHeight, ExtendedTooltipSizePadding, ExtendedTooltipSizeTriggerMargin, FontFamilyAccent, FontFamilyBase, FontFamilyMonospace, FormFieldDarkColorSchemeBackground, FormFieldDarkColorSchemeBorder, FormFieldDarkColorSchemeStatesHoverBorder, FormFieldDarkColorSchemeStatesInvalidBackground, FormFieldDarkColorSchemeStatesInvalidBorder, FormFieldFontDefault, FormFieldHintFontDefault, FormFieldHintSizeMarginTop, FormFieldLightColorSchemeBackground, FormFieldLightColorSchemeBorder, FormFieldLightColorSchemeStatesHoverBorder, FormFieldLightColorSchemeStatesInvalidBackground, FormFieldLightColorSchemeStatesInvalidBorder, FormFieldPasswordHintDarkColorSchemeIconColor, FormFieldPasswordHintDarkColorSchemeStatesInvalidIconColor, FormFieldPasswordHintDarkColorSchemeStatesInvalidTextColor, FormFieldPasswordHintDarkColorSchemeStatesValidIconColor, FormFieldPasswordHintDarkColorSchemeStatesValidTextColor, FormFieldPasswordHintDarkColorSchemeTextColor, FormFieldPasswordHintFontDefault, FormFieldPasswordHintLightColorSchemeIconColor, FormFieldPasswordHintLightColorSchemeStatesInvalidIconColor, FormFieldPasswordHintLightColorSchemeStatesInvalidTextColor, FormFieldPasswordHintLightColorSchemeStatesValidIconColor, FormFieldPasswordHintLightColorSchemeStatesValidTextColor, FormFieldPasswordHintLightColorSchemeTextColor, FormFieldPasswordHintSizeIconMargin, FormFieldPasswordHintSizeMarginTop, FormFieldSizeBorderRadius, FormFieldSizeBorderWidth, FormFieldSizeButtonWidth, FormsDarkColorSchemeLabel, FormsDarkColorSchemeLegend, FormsFontDefaultLabel, FormsFontDefaultLegend, FormsLightColorSchemeLabel, FormsLightColorSchemeLegend, FormsSizeHorizontalControlPaddingLeft, FormsSizeHorizontalLabelPaddingBottom, FormsSizeHorizontalLabelPaddingTop, FormsSizeHorizontalLegendMarginBottom, FormsSizeHorizontalLegendMarginTop, FormsSizeHorizontalRowMarginBottom, FormsSizeVerticalControlPaddingLeft, FormsSizeVerticalLabelPaddingBottom, FormsSizeVerticalLabelPaddingTop, FormsSizeVerticalLegendMarginBottom, FormsSizeVerticalLegendMarginTop, FormsSizeVerticalRowMarginBottom, IconButtonSizeHorizontalPadding, IconButtonSizeIconHorizontalPadding, IconButtonSizeVerticalPadding, InputFontDefault, InputFontMonospace, InputSizeMinHeight, InputSizePadding, InputSizeWidth, LightColorSchemeBackgroundBackground, LightColorSchemeBackgroundBackgroundDisabled, LightColorSchemeBackgroundOverlayActive, LightColorSchemeBackgroundOverlayDisabled, LightColorSchemeBackgroundOverlayHover, LightColorSchemeErrorDefault, LightColorSchemeErrorPalette, LightColorSchemeForegroundBorder, LightColorSchemeForegroundDivider, LightColorSchemeForegroundIcon, LightColorSchemeForegroundText, LightColorSchemeForegroundTextDisabled, LightColorSchemeForegroundTextError, LightColorSchemeForegroundTextLessContrast, LightColorSchemeForegroundTextSuccess, LightColorSchemeInfoDefault, LightColorSchemeInfoPalette, LightColorSchemePrimaryDefault, LightColorSchemePrimaryPalette, LightColorSchemeSecondDefault, LightColorSchemeSecondPalette, LightColorSchemeStatesDisabledOpacity, LightColorSchemeStatesFocusedColor, LightColorSchemeStatesFocusedColorError, LightColorSchemeStatesPressedShadow, LightColorSchemeStatesSelectedColor, LightColorSchemeSuccessDefault, LightColorSchemeSuccessPalette, LightColorSchemeWarningDefault, LightColorSchemeWarningPalette, LinkAnimationStateHoverTransition, LinkAnimationTransition, LinkDarkColorSchemeBorderBottom, LinkDarkColorSchemeStateActive, LinkDarkColorSchemeStateFocusedOutline, LinkDarkColorSchemeStateHoverBorderBottom, LinkDarkColorSchemeStateHoverText, LinkDarkColorSchemeStateVisitedBorderBottom, LinkDarkColorSchemeStateVisitedText, LinkDarkColorSchemeText, LinkFontDefault, LinkLightColorSchemeBorderBottom, LinkLightColorSchemeStateActive, LinkLightColorSchemeStateFocusedOutline, LinkLightColorSchemeStateHoverBorderBottom, LinkLightColorSchemeStateHoverText, LinkLightColorSchemeStateVisitedBorderBottom, LinkLightColorSchemeStateVisitedText, LinkLightColorSchemeText, LinkSizeIconMargin, LinkSizeStateFocusedOutlineOffset, LinkSizeStateFocusedOutlineWidth, ListFontItem, ListSizeHorizontalPadding, ListSizeIconPadding, ListSizeIconWidth, ListSizeItemHeight, ModalBodyFontDefault, ModalBodySizeMaxHeight, ModalBodySizePadding, ModalConfirmSizePadding, ModalDarkColorSchemeBackgroundMask, ModalDarkColorSchemeBodyBottomShadow, ModalDarkColorSchemeBodyTopShadow, ModalDarkColorSchemeShadow, ModalFooterDarkColorSchemeBorder, ModalFooterLightColorSchemeBorder, ModalFooterSizeBorderRadius, ModalFooterSizePadding, ModalHeaderDarkColorSchemeBorder, ModalHeaderFontDefault, ModalHeaderLightColorSchemeBorder, ModalHeaderSizeBorderRadius, ModalHeaderSizePadding, ModalLightColorSchemeBackgroundMask, ModalLightColorSchemeBodyBottomShadow, ModalLightColorSchemeBodyTopShadow, ModalLightColorSchemeShadow, ModalSizeBorderRadius, ModalSizeBorderWidth, ModalSizeCloseWidth, ModalSizeLarge, ModalSizeNormal, ModalSizeSmall, ModalSizeTop, NavbarBrandFontTitle, NavbarBrandSizeMarginRight, NavbarBrandSizePadding, NavbarDarkColorSchemeBackground, NavbarDarkColorSchemeDividerBackground, NavbarFontTitle, NavbarItemDarkColorSchemeIcon, NavbarItemDarkColorSchemeStatesActive, NavbarItemDarkColorSchemeStatesDisabledOpacity, NavbarItemDarkColorSchemeStatesHover, NavbarItemDarkColorSchemeStatesProgress, NavbarItemDarkColorSchemeStatesSelected, NavbarItemDarkColorSchemeText, NavbarItemLightColorSchemeIcon, NavbarItemLightColorSchemeStatesActive, NavbarItemLightColorSchemeStatesDisabledOpacity, NavbarItemLightColorSchemeStatesHover, NavbarItemLightColorSchemeStatesProgress, NavbarItemLightColorSchemeStatesSelected, NavbarItemLightColorSchemeText, NavbarItemSizeHeight, NavbarItemSizeHeightVertical, NavbarItemSizePadding, NavbarLightColorSchemeBackground, NavbarLightColorSchemeDividerBackground, NavbarSizeIconMargin, OptgroupFontDefault, OptgroupSizePaddingLeft, OptionFontDefault, OptionSizeBorderWidth, OptionSizeHeight, OptionSizeHorizontalPadding, PaletteBlue100, PaletteBlue200, PaletteBlue300, PaletteBlue40, PaletteBlue400, PaletteBlue500, PaletteBlue560, PaletteBlue60, PaletteBlue600, PaletteBlue700, PaletteBlue800, PaletteBlue900, PaletteBlueA100, PaletteBlueA200, PaletteBlueContrast100, PaletteBlueContrast200, PaletteBlueContrast300, PaletteBlueContrast40, PaletteBlueContrast400, PaletteBlueContrast500, PaletteBlueContrast560, PaletteBlueContrast60, PaletteBlueContrast600, PaletteBlueContrast700, PaletteBlueContrast800, PaletteBlueContrastA100, PaletteBlueContrastA200, PaletteGreen100, PaletteGreen200, PaletteGreen300, PaletteGreen40, PaletteGreen400, PaletteGreen500, PaletteGreen560, PaletteGreen60, PaletteGreen600, PaletteGreen700, PaletteGreen800, PaletteGreen900, PaletteGreenA100, PaletteGreenContrast100, PaletteGreenContrast200, PaletteGreenContrast300, PaletteGreenContrast40, PaletteGreenContrast400, PaletteGreenContrast500, PaletteGreenContrast560, PaletteGreenContrast60, PaletteGreenContrast600, PaletteGreenContrast700, PaletteGreenContrast800, PaletteGreenContrastA100, PaletteGrey100, PaletteGrey200, PaletteGrey300, PaletteGrey40, PaletteGrey400, PaletteGrey500, PaletteGrey560, PaletteGrey60, PaletteGrey600, PaletteGrey700, PaletteGrey800, PaletteGrey900, PaletteGreyA100, PaletteGreyA200, PaletteGreyA300, PaletteGreyA40, PaletteGreyA500, PaletteGreyA60, PaletteGreyContrast100, PaletteGreyContrast200, PaletteGreyContrast300, PaletteGreyContrast40, PaletteGreyContrast400, PaletteGreyContrast500, PaletteGreyContrast560, PaletteGreyContrast60, PaletteGreyContrast600, PaletteGreyContrast700, PaletteGreyContrast800, PalettePurple100, PalettePurple200, PalettePurple300, PalettePurple40, PalettePurple400, PalettePurple500, PalettePurple560, PalettePurple60, PalettePurple600, PalettePurple700, PalettePurple800, PalettePurple900, PalettePurpleContrast100, PalettePurpleContrast200, PalettePurpleContrast300, PalettePurpleContrast40, PalettePurpleContrast400, PalettePurpleContrast500, PalettePurpleContrast560, PalettePurpleContrast60, PalettePurpleContrast600, PalettePurpleContrast700, PalettePurpleContrast800, PalettePurpleContrastA100, PalettePurpleContrastA200, PaletteRed100, PaletteRed200, PaletteRed300, PaletteRed40, PaletteRed400, PaletteRed500, PaletteRed560, PaletteRed60, PaletteRed600, PaletteRed700, PaletteRed800, PaletteRed900, PaletteRedA100, PaletteRedContrast100, PaletteRedContrast200, PaletteRedContrast300, PaletteRedContrast40, PaletteRedContrast400, PaletteRedContrast500, PaletteRedContrast560, PaletteRedContrast60, PaletteRedContrast600, PaletteRedContrast700, PaletteRedContrast800, PaletteRedContrastA100, PaletteTeal100, PaletteTeal200, PaletteTeal300, PaletteTeal40, PaletteTeal400, PaletteTeal500, PaletteTeal560, PaletteTeal60, PaletteTeal600, PaletteTeal700, PaletteTeal800, PaletteTeal900, PaletteTealContrast100, PaletteTealContrast200, PaletteTealContrast300, PaletteTealContrast40, PaletteTealContrast400, PaletteTealContrast500, PaletteTealContrast560, PaletteTealContrast60, PaletteTealContrast600, PaletteTealContrast700, PaletteTealContrast800, PaletteTealContrastA100, PaletteTealContrastA200, PaletteYellow100, PaletteYellow200, PaletteYellow300, PaletteYellow40, PaletteYellow400, PaletteYellow500, PaletteYellow560, PaletteYellow60, PaletteYellow600, PaletteYellow700, PaletteYellow800, PaletteYellow900, PaletteYellowA100, PaletteYellowContrast100, PaletteYellowContrast200, PaletteYellowContrast300, PaletteYellowContrast40, PaletteYellowContrast400, PaletteYellowContrast500, PaletteYellowContrast560, PaletteYellowContrast60, PaletteYellowContrast600, PaletteYellowContrast700, PaletteYellowContrast800, PaletteYellowContrastA100, PopoverDarkColorSchemeBackground, PopoverDarkColorSchemeBorder, PopoverDarkColorSchemeShadow, PopoverDarkColorSchemeText, PopoverFontDefault, PopoverFooterDarkColorSchemeBackground, PopoverFooterDarkColorSchemeBorder, PopoverFooterFontDefault, PopoverFooterLightColorSchemeBackground, PopoverFooterLightColorSchemeBorder, PopoverFooterSizeHeight, PopoverFooterSizeMarginTop, PopoverFooterSizePadding, PopoverHeaderDarkColorSchemeBackground, PopoverHeaderDarkColorSchemeBorder, PopoverHeaderDarkColorSchemeText, PopoverHeaderFontDefault, PopoverHeaderLightColorSchemeBackground, PopoverHeaderLightColorSchemeBorder, PopoverHeaderLightColorSchemeText, PopoverHeaderSizeHeight, PopoverHeaderSizePadding, PopoverLightColorSchemeBackground, PopoverLightColorSchemeBorder, PopoverLightColorSchemeShadow, PopoverLightColorSchemeText, PopoverSizeArrowSize, PopoverSizeBorderRadius, PopoverSizeLargeWidth, PopoverSizeMaxHeight, PopoverSizeNormalWidth, PopoverSizePadding, PopoverSizeSmallWidth, PopoverSizeTriggerMargin, PopupDarkColorSchemeBackground, PopupDarkColorSchemeBorder, PopupDarkColorSchemeDivider, PopupDarkColorSchemeFooterBackground, PopupDarkColorSchemeShadow, PopupLightColorSchemeBackground, PopupLightColorSchemeBorder, PopupLightColorSchemeDivider, PopupLightColorSchemeFooterBackground, PopupLightColorSchemeShadow, ProgressBarDarkColorSchemeBackground, ProgressBarLightColorSchemeBackground, ProgressBarSizeHeight, ProgressSpinnerSizeSize, RadioDarkColorSchemeInnerCircleBorder, RadioDarkColorSchemeOuterCircleBorder, RadioDarkColorSchemeStatesCheckedInnerCircleBorder, RadioDarkColorSchemeStatesCheckedOuterCircleBorder, RadioDarkColorSchemeStatesFocusedInnerCircleShadow, RadioDarkColorSchemeStatesFocusedOuterCircleBorder, RadioDarkColorSchemeStatesFocusedOuterCircleShadow, RadioFontDefault, RadioLightColorSchemeInnerCircleBorder, RadioLightColorSchemeOuterCircleBorder, RadioLightColorSchemeStatesCheckedInnerCircleBorder, RadioLightColorSchemeStatesCheckedOuterCircleBorder, RadioLightColorSchemeStatesFocusedInnerCircleShadow, RadioLightColorSchemeStatesFocusedOuterCircleBorder, RadioLightColorSchemeStatesFocusedOuterCircleShadow, RadioSizeLabelMargin, RadioSizeSize, SelectFontDefault, SelectPanelFontDefault, SelectPanelSizeBorderRadius, SelectPanelSizeBorderWidth, SelectPanelSizeMaxHeight, SelectPanelSizeMaxWidth, SelectPanelSizeVerticalPadding, SelectSizeHeight, SelectSizeLeftPadding, SelectSizeLeftPaddingMultiple, SelectSizeRightPadding, SidepanelDarkColorSchemeBorder, SidepanelFontDefault, SidepanelFooterFontDefault, SidepanelFooterSizePadding, SidepanelHeaderFontDefault, SidepanelHeaderSizeClosePadding, SidepanelHeaderSizePadding, SidepanelLightColorSchemeBorder, TableFontBody, TableFontHeader, TableSizeBorderWidth, TableSizeRowPaddingHorizontal, TableSizeRowPaddingVertical, TabsDarkColorSchemeBorder, TabsDarkColorSchemeStateActiveMarkerColor, TabsDarkColorSchemeStateDisabledIcon, TabsDarkColorSchemeStateDisabledMarkerOpacity, TabsDarkColorSchemeStateDisabledText, TabsDarkColorSchemeStateEmptyIcon, TabsDarkColorSchemeStateEmptyText, TabsDarkColorSchemeStateHoverIcon, TabsDarkColorSchemeStateHoverText, TabsDarkColorSchemeStateNormalIcon, TabsDarkColorSchemeStateNormalText, TabsFontDefault, TabsLightColorSchemeBorder, TabsLightColorSchemeStateActiveMarkerColor, TabsLightColorSchemeStateDisabledIcon, TabsLightColorSchemeStateDisabledMarkerOpacity, TabsLightColorSchemeStateDisabledText, TabsLightColorSchemeStateEmptyIcon, TabsLightColorSchemeStateEmptyText, TabsLightColorSchemeStateHoverIcon, TabsLightColorSchemeStateHoverText, TabsLightColorSchemeStateNormalIcon, TabsLightColorSchemeStateNormalText, TabsSizeBorderRadius, TabsSizeBorderWidth, TabsSizeHeight, TabsSizeHighlightHeight, TabsSizeLabelIconMargin, TabsSizePaddingHorizontal, TagInputFontDefault, TagInputSizeHeight, TagInputSizeMargin, TagListSizeMinHeight, TagListSizePadding, TagsDarkColorSchemeErrorBackground, TagsDarkColorSchemeErrorBorder, TagsDarkColorSchemeErrorIcon, TagsDarkColorSchemeErrorStatesDisabledBackground, TagsDarkColorSchemeErrorStatesDisabledText, TagsDarkColorSchemeErrorStatesFocused, TagsDarkColorSchemeErrorStatesHoverIcon, TagsDarkColorSchemeErrorText, TagsDarkColorSchemePrimaryBackground, TagsDarkColorSchemePrimaryBorder, TagsDarkColorSchemePrimaryIcon, TagsDarkColorSchemePrimaryStatesDisabledBackground, TagsDarkColorSchemePrimaryStatesDisabledText, TagsDarkColorSchemePrimaryStatesFocused, TagsDarkColorSchemePrimaryStatesHoverIcon, TagsDarkColorSchemePrimaryText, TagsDarkColorSchemeSecondBackground, TagsDarkColorSchemeSecondBorder, TagsDarkColorSchemeSecondIcon, TagsDarkColorSchemeSecondStatesDisabledBackground, TagsDarkColorSchemeSecondStatesDisabledText, TagsDarkColorSchemeSecondStatesFocused, TagsDarkColorSchemeSecondStatesHoverIcon, TagsDarkColorSchemeSecondText, TagsFontCaps, TagsFontDefault, TagsFontMono, TagsLightColorSchemeErrorBackground, TagsLightColorSchemeErrorBorder, TagsLightColorSchemeErrorIcon, TagsLightColorSchemeErrorStatesDisabledBackground, TagsLightColorSchemeErrorStatesDisabledText, TagsLightColorSchemeErrorStatesFocused, TagsLightColorSchemeErrorStatesHoverIcon, TagsLightColorSchemeErrorText, TagsLightColorSchemePrimaryBackground, TagsLightColorSchemePrimaryBorder, TagsLightColorSchemePrimaryIcon, TagsLightColorSchemePrimaryStatesDisabledBackground, TagsLightColorSchemePrimaryStatesDisabledText, TagsLightColorSchemePrimaryStatesFocused, TagsLightColorSchemePrimaryStatesHoverIcon, TagsLightColorSchemePrimaryText, TagsLightColorSchemeSecondBackground, TagsLightColorSchemeSecondBorder, TagsLightColorSchemeSecondIcon, TagsLightColorSchemeSecondStatesDisabledBackground, TagsLightColorSchemeSecondStatesDisabledText, TagsLightColorSchemeSecondStatesFocused, TagsLightColorSchemeSecondStatesHoverIcon, TagsLightColorSchemeSecondText, TagsSizeBorderRadius, TagsSizeBorderWidth, TagsSizeHeight, TagsSizeIconPadding, TagsSizeMargin, TagsSizeTextMargin, TextareaFontDefault, TextareaFontMono, TextareaSizeMinHeight, TextareaSizePadding, TimepickerSizePaddingRight, ToggleDarkColorSchemeBackground, ToggleDarkColorSchemeBorder, ToggleDarkColorSchemeCircleBackground, ToggleDarkColorSchemeCircleBorder, ToggleDarkColorSchemeErrorCheckedBackground, ToggleDarkColorSchemeErrorCheckedBorderColor, ToggleDarkColorSchemePrimaryCheckedBackground, ToggleDarkColorSchemePrimaryCheckedBorderColor, ToggleDarkColorSchemeStatesFocusedShadow, ToggleFontDefault, ToggleLightColorSchemeBackground, ToggleLightColorSchemeBorder, ToggleLightColorSchemeCircleBackground, ToggleLightColorSchemeCircleBorder, ToggleLightColorSchemeErrorCheckedBackground, ToggleLightColorSchemeErrorCheckedBorderColor, ToggleLightColorSchemePrimaryCheckedBackground, ToggleLightColorSchemePrimaryCheckedBorderColor, ToggleLightColorSchemeStatesFocusedShadow, ToggleSizeBorderRadius, ToggleSizeHeight, ToggleSizeLabelMargin, ToggleSizeWidth, ToggleSmallFontDefault, ToggleSmallSizeBorderRadius, ToggleSmallSizeHeight, ToggleSmallSizeWidth, TooltipDarkColorSchemeBackground, TooltipDarkColorSchemeBorder, TooltipDarkColorSchemeShadow, TooltipDarkColorSchemeText, TooltipDarkColorSchemeWarningBackground, TooltipDarkColorSchemeWarningBorder, TooltipDarkColorSchemeWarningText, TooltipFontDefault, TooltipLightColorSchemeBackground, TooltipLightColorSchemeBorder, TooltipLightColorSchemeShadow, TooltipLightColorSchemeText, TooltipLightColorSchemeWarningBackground, TooltipLightColorSchemeWarningBorder, TooltipLightColorSchemeWarningText, TooltipSizeArrowSize, TooltipSizeBorderRadius, TooltipSizeBorderWidth, TooltipSizeMaxWidth, TooltipSizePadding, TooltipSizeTriggerMargin, TreeFontNode, TreeSizeNodeHeight, TreeSizePaddingLeft, TreeSizePaddingRight, TypographyBodyCapsFontFamily, TypographyBodyCapsFontSize, TypographyBodyCapsFontWeight, TypographyBodyCapsLetterSpacing, TypographyBodyCapsLineHeight, TypographyBodyCapsTextTransform, TypographyBodyFontFamily, TypographyBodyFontSize, TypographyBodyFontWeight, TypographyBodyLetterSpacing, TypographyBodyLineHeight, TypographyBodyMonoFontFamily, TypographyBodyMonoFontSize, TypographyBodyMonoFontWeight, TypographyBodyMonoLetterSpacing, TypographyBodyMonoLineHeight, TypographyBodyMonoTextTransform, TypographyBodyStrongFontFamily, TypographyBodyStrongFontSize, TypographyBodyStrongFontWeight, TypographyBodyStrongLetterSpacing, TypographyBodyStrongLineHeight, TypographyBodyStrongTextTransform, TypographyBodyTextTransform, TypographyCaptionCapsFontFamily, TypographyCaptionCapsFontSize, TypographyCaptionCapsFontWeight, TypographyCaptionCapsLetterSpacing, TypographyCaptionCapsLineHeight, TypographyCaptionCapsTextTransform, TypographyCaptionFontFamily, TypographyCaptionFontSize, TypographyCaptionFontWeight, TypographyCaptionLetterSpacing, TypographyCaptionLineHeight, TypographyCaptionMonoFontFamily, TypographyCaptionMonoFontSize, TypographyCaptionMonoFontWeight, TypographyCaptionMonoLetterSpacing, TypographyCaptionMonoLineHeight, TypographyCaptionMonoTextTransform, TypographyCaptionTextTransform, TypographyDisplay1FontFamily, TypographyDisplay1FontSize, TypographyDisplay1FontWeight, TypographyDisplay1LetterSpacing, TypographyDisplay1LineHeight, TypographyDisplay1TextTransform, TypographyDisplay2FontFamily, TypographyDisplay2FontSize, TypographyDisplay2FontWeight, TypographyDisplay2LetterSpacing, TypographyDisplay2LineHeight, TypographyDisplay2TextTransform, TypographyDisplay3FontFamily, TypographyDisplay3FontSize, TypographyDisplay3FontWeight, TypographyDisplay3LetterSpacing, TypographyDisplay3LineHeight, TypographyDisplay3TextTransform, TypographyExtraSmallTextCapsFontFamily, TypographyExtraSmallTextCapsFontSize, TypographyExtraSmallTextCapsFontWeight, TypographyExtraSmallTextCapsLetterSpacing, TypographyExtraSmallTextCapsLineHeight, TypographyExtraSmallTextCapsTextTransform, TypographyExtraSmallTextFontFamily, TypographyExtraSmallTextFontSize, TypographyExtraSmallTextFontWeight, TypographyExtraSmallTextLetterSpacing, TypographyExtraSmallTextLineHeight, TypographyExtraSmallTextMonoFontFamily, TypographyExtraSmallTextMonoFontSize, TypographyExtraSmallTextMonoFontWeight, TypographyExtraSmallTextMonoLetterSpacing, TypographyExtraSmallTextMonoLineHeight, TypographyExtraSmallTextMonoTextTransform, TypographyExtraSmallTextTextTransform, TypographyHeadlineFontFamily, TypographyHeadlineFontSize, TypographyHeadlineFontWeight, TypographyHeadlineLetterSpacing, TypographyHeadlineLineHeight, TypographyHeadlineTextTransform, TypographySmallTextFontFamily, TypographySmallTextFontSize, TypographySmallTextFontWeight, TypographySmallTextLetterSpacing, TypographySmallTextLineHeight, TypographySmallTextTextTransform, TypographySubheadingFontFamily, TypographySubheadingFontSize, TypographySubheadingFontWeight, TypographySubheadingLetterSpacing, TypographySubheadingLineHeight, TypographySubheadingTextTransform, TypographyTitleFontFamily, TypographyTitleFontSize, TypographyTitleFontWeight, TypographyTitleLetterSpacing, TypographyTitleLineHeight, TypographyTitleTextTransform, VerticalNavbarSizeIconMargin, VerticalNavbarSizeStatesCollapsedWidth, VerticalNavbarSizeStatesExpandedWidth, VerticalTabsDarkColorSchemeStateHoverBackground, VerticalTabsDarkColorSchemeStateHoverSelectedBackground, VerticalTabsDarkColorSchemeStateNormalBackground, VerticalTabsDarkColorSchemeStateSelectedBackground, VerticalTabsLightColorSchemeStateHoverBackground, VerticalTabsLightColorSchemeStateHoverSelectedBackground, VerticalTabsLightColorSchemeStateNormalBackground, VerticalTabsLightColorSchemeStateSelectedBackground, tokens as legacyTokens };
3384
+ export { AlertDarkColorSchemeDefaultBackground, AlertDarkColorSchemeDefaultBorder, AlertDarkColorSchemeDefaultIcon, AlertDarkColorSchemeErrorBackground, AlertDarkColorSchemeErrorBorder, AlertDarkColorSchemeErrorIcon, AlertDarkColorSchemeInfoBackground, AlertDarkColorSchemeInfoBorder, AlertDarkColorSchemeInfoIcon, AlertDarkColorSchemeSuccessBackground, AlertDarkColorSchemeSuccessBorder, AlertDarkColorSchemeSuccessIcon, AlertDarkColorSchemeWarningBackground, AlertDarkColorSchemeWarningBorder, AlertDarkColorSchemeWarningIcon, AlertFontDefaultBody, AlertFontDefaultHeader, AlertFontSmallBody, AlertFontSmallHeader, AlertLightColorSchemeDefaultBackground, AlertLightColorSchemeDefaultBorder, AlertLightColorSchemeDefaultIcon, AlertLightColorSchemeErrorBackground, AlertLightColorSchemeErrorBorder, AlertLightColorSchemeErrorIcon, AlertLightColorSchemeInfoBackground, AlertLightColorSchemeInfoBorder, AlertLightColorSchemeInfoIcon, AlertLightColorSchemeSuccessBackground, AlertLightColorSchemeSuccessBorder, AlertLightColorSchemeSuccessIcon, AlertLightColorSchemeWarningBackground, AlertLightColorSchemeWarningBorder, AlertLightColorSchemeWarningIcon, AlertSizeBorderRadius, AlertSizeBorderWidth, AlertSizeCloseButtonWidth, AlertSizeHorizontalPadding, AlertSizeIconMargin, AlertSizeSmallVerticalPadding, AlertSizeVerticalPadding, AutocompleteSizePanelBorderRadius, AutocompleteSizePanelMaxHeight, AutocompleteSizePanelPadding, BadgeDarkColorSchemePastelErrorBackground, BadgeDarkColorSchemePastelErrorBorder, BadgeDarkColorSchemePastelErrorColor, BadgeDarkColorSchemePastelInfoBackground, BadgeDarkColorSchemePastelInfoBorder, BadgeDarkColorSchemePastelInfoColor, BadgeDarkColorSchemePastelPrimaryBackground, BadgeDarkColorSchemePastelPrimaryBorder, BadgeDarkColorSchemePastelPrimaryColor, BadgeDarkColorSchemePastelSuccessBackground, BadgeDarkColorSchemePastelSuccessBorder, BadgeDarkColorSchemePastelSuccessColor, BadgeDarkColorSchemePastelWarningBackground, BadgeDarkColorSchemePastelWarningBorder, BadgeDarkColorSchemePastelWarningColor, BadgeDarkColorSchemeSolidErrorBackground, BadgeDarkColorSchemeSolidErrorBorder, BadgeDarkColorSchemeSolidErrorColor, BadgeDarkColorSchemeSolidInfoBackground, BadgeDarkColorSchemeSolidInfoBorder, BadgeDarkColorSchemeSolidInfoColor, BadgeDarkColorSchemeSolidLightBackground, BadgeDarkColorSchemeSolidLightBorder, BadgeDarkColorSchemeSolidLightColor, BadgeDarkColorSchemeSolidPrimaryBackground, BadgeDarkColorSchemeSolidPrimaryBorder, BadgeDarkColorSchemeSolidPrimaryColor, BadgeDarkColorSchemeSolidSecondBackground, BadgeDarkColorSchemeSolidSecondBorder, BadgeDarkColorSchemeSolidSecondColor, BadgeDarkColorSchemeSolidSuccessBackground, BadgeDarkColorSchemeSolidSuccessBorder, BadgeDarkColorSchemeSolidSuccessColor, BadgeDarkColorSchemeSolidTransparentBackground, BadgeDarkColorSchemeSolidTransparentBorder, BadgeDarkColorSchemeSolidTransparentColor, BadgeDarkColorSchemeSolidWarningBackground, BadgeDarkColorSchemeSolidWarningBorder, BadgeDarkColorSchemeSolidWarningColor, BadgeFontDefaultCaps, BadgeFontDefaultDefault, BadgeFontDefaultMono, BadgeFontMiniCaps, BadgeFontMiniDefault, BadgeFontMiniMono, BadgeLightColorSchemePastelErrorBackground, BadgeLightColorSchemePastelErrorBorder, BadgeLightColorSchemePastelErrorColor, BadgeLightColorSchemePastelInfoBackground, BadgeLightColorSchemePastelInfoBorder, BadgeLightColorSchemePastelInfoColor, BadgeLightColorSchemePastelPrimaryBackground, BadgeLightColorSchemePastelPrimaryBorder, BadgeLightColorSchemePastelPrimaryColor, BadgeLightColorSchemePastelSuccessBackground, BadgeLightColorSchemePastelSuccessBorder, BadgeLightColorSchemePastelSuccessColor, BadgeLightColorSchemePastelWarningBackground, BadgeLightColorSchemePastelWarningBorder, BadgeLightColorSchemePastelWarningColor, BadgeLightColorSchemeSolidErrorBackground, BadgeLightColorSchemeSolidErrorBorder, BadgeLightColorSchemeSolidErrorColor, BadgeLightColorSchemeSolidInfoBackground, BadgeLightColorSchemeSolidInfoBorder, BadgeLightColorSchemeSolidInfoColor, BadgeLightColorSchemeSolidLightBackground, BadgeLightColorSchemeSolidLightBorder, BadgeLightColorSchemeSolidLightColor, BadgeLightColorSchemeSolidPrimaryBackground, BadgeLightColorSchemeSolidPrimaryBorder, BadgeLightColorSchemeSolidPrimaryColor, BadgeLightColorSchemeSolidSecondBackground, BadgeLightColorSchemeSolidSecondBorder, BadgeLightColorSchemeSolidSecondColor, BadgeLightColorSchemeSolidSuccessBackground, BadgeLightColorSchemeSolidSuccessBorder, BadgeLightColorSchemeSolidSuccessColor, BadgeLightColorSchemeSolidTransparentBackground, BadgeLightColorSchemeSolidTransparentBorder, BadgeLightColorSchemeSolidTransparentColor, BadgeLightColorSchemeSolidWarningBackground, BadgeLightColorSchemeSolidWarningBorder, BadgeLightColorSchemeSolidWarningColor, BadgeSizeDefaultBorderRadius, BadgeSizeDefaultBorderWidth, BadgeSizeDefaultHeight, BadgeSizeDefaultMinWidth, BadgeSizeDefaultPadding, BadgeSizeMiniBorderRadius, BadgeSizeMiniBorderWidth, BadgeSizeMiniHeight, BadgeSizeMiniMinWidth, BadgeSizeMiniPadding, ButtonDarkColorSchemeActiveShadow, ButtonDarkColorSchemeErrorBackground, ButtonDarkColorSchemeErrorBorder, ButtonDarkColorSchemeErrorColor, ButtonDarkColorSchemeErrorIcon, ButtonDarkColorSchemeErrorStatesActiveBackground, ButtonDarkColorSchemeErrorStatesActiveBorder, ButtonDarkColorSchemePrimaryBackground, ButtonDarkColorSchemePrimaryBorder, ButtonDarkColorSchemePrimaryColor, ButtonDarkColorSchemePrimaryIcon, ButtonDarkColorSchemePrimaryStatesActiveBackground, ButtonDarkColorSchemePrimaryStatesActiveBorder, ButtonDarkColorSchemePrimaryTransparentColor, ButtonDarkColorSchemePrimaryTransparentIcon, ButtonDarkColorSchemePrimaryTransparentStatesActiveColor, ButtonDarkColorSchemePrimaryTransparentStatesActiveIcon, ButtonDarkColorSchemePrimaryTransparentStatesHoverColor, ButtonDarkColorSchemePrimaryTransparentStatesHoverIcon, ButtonDarkColorSchemeSecondBackground, ButtonDarkColorSchemeSecondBorder, ButtonDarkColorSchemeSecondColor, ButtonDarkColorSchemeSecondIcon, ButtonDarkColorSchemeSecondStatesActiveBackground, ButtonDarkColorSchemeSecondStatesActiveBorder, ButtonFontDefault, ButtonFontPrimary, ButtonFontPrimaryTransparent, ButtonLightColorSchemeActiveShadow, ButtonLightColorSchemeErrorBackground, ButtonLightColorSchemeErrorBorder, ButtonLightColorSchemeErrorColor, ButtonLightColorSchemeErrorIcon, ButtonLightColorSchemeErrorStatesActiveBackground, ButtonLightColorSchemeErrorStatesActiveBorder, ButtonLightColorSchemePrimaryBackground, ButtonLightColorSchemePrimaryBorder, ButtonLightColorSchemePrimaryColor, ButtonLightColorSchemePrimaryIcon, ButtonLightColorSchemePrimaryStatesActiveBackground, ButtonLightColorSchemePrimaryStatesActiveBorder, ButtonLightColorSchemePrimaryTransparentColor, ButtonLightColorSchemePrimaryTransparentIcon, ButtonLightColorSchemePrimaryTransparentStatesActiveColor, ButtonLightColorSchemePrimaryTransparentStatesActiveIcon, ButtonLightColorSchemePrimaryTransparentStatesHoverColor, ButtonLightColorSchemePrimaryTransparentStatesHoverIcon, ButtonLightColorSchemeSecondBackground, ButtonLightColorSchemeSecondBorder, ButtonLightColorSchemeSecondColor, ButtonLightColorSchemeSecondIcon, ButtonLightColorSchemeSecondStatesActiveBackground, ButtonLightColorSchemeSecondStatesActiveBorder, ButtonSizeBorderRadius, ButtonSizeBorderWidth, ButtonSizeHeight, ButtonSizeHorizontalPadding, ButtonToggleSizeBorderRadius, ButtonToggleSizeBorderSize, CardDarkColorSchemeErrorBackground, CardDarkColorSchemeErrorShadow, CardDarkColorSchemeErrorVerticalLine, CardDarkColorSchemeInfoBackground, CardDarkColorSchemeInfoShadow, CardDarkColorSchemeInfoVerticalLine, CardDarkColorSchemeSuccessBackground, CardDarkColorSchemeSuccessShadow, CardDarkColorSchemeSuccessVerticalLine, CardDarkColorSchemeWarningBackground, CardDarkColorSchemeWarningShadow, CardDarkColorSchemeWarningVerticalLine, CardLightColorSchemeErrorBackground, CardLightColorSchemeErrorShadow, CardLightColorSchemeErrorVerticalLine, CardLightColorSchemeInfoBackground, CardLightColorSchemeInfoShadow, CardLightColorSchemeInfoVerticalLine, CardLightColorSchemeSuccessBackground, CardLightColorSchemeSuccessShadow, CardLightColorSchemeSuccessVerticalLine, CardLightColorSchemeWarningBackground, CardLightColorSchemeWarningShadow, CardLightColorSchemeWarningVerticalLine, CardSizeVerticalLine, CheckboxDarkColorSchemeBorder, CheckboxDarkColorSchemeStatesCheckedBackground, CheckboxDarkColorSchemeStatesCheckedBorder, CheckboxDarkColorSchemeStatesFocusedBorder, CheckboxDarkColorSchemeStatesFocusedShadow, CheckboxFontDefault, CheckboxLightColorSchemeBorder, CheckboxLightColorSchemeStatesCheckedBackground, CheckboxLightColorSchemeStatesCheckedBorder, CheckboxLightColorSchemeStatesFocusedBorder, CheckboxLightColorSchemeStatesFocusedShadow, CheckboxSizeBorderWidth, CheckboxSizeLabelMargin, CheckboxSizeToggleBoxShadow, CheckboxSizeWidth, ColorBluePalette, ColorGreenPalette, ColorGreyPalette, ColorPurplePalette, ColorRedPalette, ColorTealPalette, ColorYellowPalette, DarkColorSchemeBackgroundBackground, DarkColorSchemeBackgroundBackgroundDisabled, DarkColorSchemeBackgroundBackgroundLessContrast, DarkColorSchemeBackgroundBackgroundUnder, DarkColorSchemeBackgroundOverlayActive, DarkColorSchemeBackgroundOverlayDisabled, DarkColorSchemeBackgroundOverlayHover, DarkColorSchemeErrorDefault, DarkColorSchemeErrorPalette, DarkColorSchemeForegroundBorder, DarkColorSchemeForegroundDivider, DarkColorSchemeForegroundIcon, DarkColorSchemeForegroundText, DarkColorSchemeForegroundTextDisabled, DarkColorSchemeForegroundTextError, DarkColorSchemeForegroundTextLessContrast, DarkColorSchemeForegroundTextSuccess, DarkColorSchemeInfoDefault, DarkColorSchemeInfoPalette, DarkColorSchemePrimaryDefault, DarkColorSchemePrimaryPalette, DarkColorSchemeSecondDefault, DarkColorSchemeSecondPalette, DarkColorSchemeStatesDisabledOpacity, DarkColorSchemeStatesFocusedColor, DarkColorSchemeStatesFocusedColorError, DarkColorSchemeStatesPressedShadow, DarkColorSchemeStatesSelectedColor, DarkColorSchemeSuccessDefault, DarkColorSchemeSuccessPalette, DarkColorSchemeWarningDefault, DarkColorSchemeWarningPalette, DatepickerBodyDarkColorSchemeStatesSelectedBackground, DatepickerBodyDarkColorSchemeStatesSelectedColor, DatepickerBodyFontLabel, DatepickerBodyFontToday, DatepickerBodyLightColorSchemeStatesSelectedBackground, DatepickerBodyLightColorSchemeStatesSelectedColor, DatepickerBodySizeCellBorderWidth, DatepickerBodySizeCellMargin, DatepickerBodySizeCellMinSize, DatepickerBodySizeCellPadding, DatepickerBodySizeLabelPaddings, DatepickerCalendarFontDefault, DatepickerCalendarFontHeader, DatepickerCalendarSizeDividerWidth, DatepickerCalendarSizeIconBorderWidth, DatepickerCalendarSizeIconNexIconTransform, DatepickerCalendarSizeIconPrevIconTransform, DatepickerCalendarSizePaddingBlocks, DatepickerCalendarSizePaddingBottom, DatepickerCalendarSizePaddingHorizontal, DatepickerCalendarSizePaddingTop, DatepickerInputSizeWidth, DatepickerToggleSizeHeight, DatepickerToggleSizeWidth, DescriptionListDarkColorSchemeDd, DescriptionListDarkColorSchemeDt, DescriptionListFontHorizontalDd, DescriptionListFontHorizontalDt, DescriptionListFontVerticalDd, DescriptionListFontVerticalDt, DescriptionListLightColorSchemeDd, DescriptionListLightColorSchemeDt, DescriptionListSizeDdGridColumn, DescriptionListSizeDtGridColumn, DescriptionListSizeGridTemplateColumns, DescriptionListSizeHorizontalColumnGap, DescriptionListSizeHorizontalRowGap, DescriptionListSizeVerticalColumnGap, DescriptionListSizeVerticalDdMarginBottom, DescriptionListSizeVerticalRowGap, DividerSizeInsetMargin, DividerSizeWidth, DropdownDividerSizeHeight, DropdownDividerSizeMargin, DropdownGroupHeaderFontDefault, DropdownGroupHeaderFontSmall, DropdownGroupHeaderSizeDefaultPadding, DropdownGroupHeaderSizeSmallPadding, DropdownItemFontCaption, DropdownItemFontDefault, DropdownItemSizeIconPadding, DropdownItemSizePadding, DropdownPanelSizeBorderRadius, DropdownPanelSizeBorderWidth, DropdownPanelSizeMaxWidth, DropdownPanelSizePadding, DropdownTriggerSizeButtonRightPadding, DropdownTriggerSizeRightIconPadding, ExtendedTooltipDarkColorSchemeBackground, ExtendedTooltipDarkColorSchemeBorder, ExtendedTooltipDarkColorSchemeShadow, ExtendedTooltipDarkColorSchemeText, ExtendedTooltipFontDefault, ExtendedTooltipHeaderDarkColorSchemeBackground, ExtendedTooltipHeaderDarkColorSchemeBorder, ExtendedTooltipHeaderDarkColorSchemeText, ExtendedTooltipHeaderFontDefault, ExtendedTooltipHeaderLightColorSchemeBackground, ExtendedTooltipHeaderLightColorSchemeBorder, ExtendedTooltipHeaderLightColorSchemeText, ExtendedTooltipHeaderSizeHeight, ExtendedTooltipHeaderSizePadding, ExtendedTooltipLightColorSchemeBackground, ExtendedTooltipLightColorSchemeBorder, ExtendedTooltipLightColorSchemeShadow, ExtendedTooltipLightColorSchemeText, ExtendedTooltipSizeArrowSize, ExtendedTooltipSizeBorderRadius, ExtendedTooltipSizeMaxHeight, ExtendedTooltipSizePadding, ExtendedTooltipSizeTriggerMargin, FontFamilyAccent, FontFamilyBase, FontFamilyMonospace, FormFieldDarkColorSchemeBackground, FormFieldDarkColorSchemeBorder, FormFieldDarkColorSchemeStatesHoverBorder, FormFieldDarkColorSchemeStatesInvalidBackground, FormFieldDarkColorSchemeStatesInvalidBorder, FormFieldFontDefault, FormFieldHintFontDefault, FormFieldHintSizeMarginTop, FormFieldLightColorSchemeBackground, FormFieldLightColorSchemeBorder, FormFieldLightColorSchemeStatesHoverBorder, FormFieldLightColorSchemeStatesInvalidBackground, FormFieldLightColorSchemeStatesInvalidBorder, FormFieldPasswordHintDarkColorSchemeIconColor, FormFieldPasswordHintDarkColorSchemeStatesInvalidIconColor, FormFieldPasswordHintDarkColorSchemeStatesInvalidTextColor, FormFieldPasswordHintDarkColorSchemeStatesValidIconColor, FormFieldPasswordHintDarkColorSchemeStatesValidTextColor, FormFieldPasswordHintDarkColorSchemeTextColor, FormFieldPasswordHintFontDefault, FormFieldPasswordHintLightColorSchemeIconColor, FormFieldPasswordHintLightColorSchemeStatesInvalidIconColor, FormFieldPasswordHintLightColorSchemeStatesInvalidTextColor, FormFieldPasswordHintLightColorSchemeStatesValidIconColor, FormFieldPasswordHintLightColorSchemeStatesValidTextColor, FormFieldPasswordHintLightColorSchemeTextColor, FormFieldPasswordHintSizeIconMargin, FormFieldPasswordHintSizeMarginTop, FormFieldSizeBorderRadius, FormFieldSizeBorderWidth, FormFieldSizeButtonWidth, FormFieldSizeHeight, FormsDarkColorSchemeLabel, FormsDarkColorSchemeLegend, FormsFontDefaultLabel, FormsFontDefaultLegend, FormsLightColorSchemeLabel, FormsLightColorSchemeLegend, FormsSizeHorizontalControlPaddingLeft, FormsSizeHorizontalLabelPaddingBottom, FormsSizeHorizontalLabelPaddingTop, FormsSizeHorizontalLegendMarginBottom, FormsSizeHorizontalLegendMarginTop, FormsSizeHorizontalRowMarginBottom, FormsSizeVerticalControlPaddingLeft, FormsSizeVerticalLabelPaddingBottom, FormsSizeVerticalLabelPaddingTop, FormsSizeVerticalLegendMarginBottom, FormsSizeVerticalLegendMarginTop, FormsSizeVerticalRowMarginBottom, IconButtonSizeHorizontalPadding, IconButtonSizeLeftIconPadding, IconDarkColorSchemeErrorDefault, IconDarkColorSchemeErrorStatesActive, IconDarkColorSchemeErrorStatesDisabled, IconDarkColorSchemeErrorStatesHover, IconDarkColorSchemeInfoDefault, IconDarkColorSchemeInfoStatesActive, IconDarkColorSchemeInfoStatesDisabled, IconDarkColorSchemeInfoStatesHover, IconDarkColorSchemePrimaryDefault, IconDarkColorSchemePrimaryStatesActive, IconDarkColorSchemePrimaryStatesDisabled, IconDarkColorSchemePrimaryStatesHover, IconDarkColorSchemeSecondaryDefault, IconDarkColorSchemeSecondaryStatesActive, IconDarkColorSchemeSecondaryStatesDisabled, IconDarkColorSchemeSecondaryStatesHover, IconDarkColorSchemeSuccessDefault, IconDarkColorSchemeSuccessStatesActive, IconDarkColorSchemeSuccessStatesDisabled, IconDarkColorSchemeSuccessStatesHover, IconDarkColorSchemeWarningDefault, IconDarkColorSchemeWarningStatesActive, IconDarkColorSchemeWarningStatesDisabled, IconDarkColorSchemeWarningStatesHover, IconLightColorSchemeErrorDefault, IconLightColorSchemeErrorStatesActive, IconLightColorSchemeErrorStatesDisabled, IconLightColorSchemeErrorStatesHover, IconLightColorSchemeInfoDefault, IconLightColorSchemeInfoStatesActive, IconLightColorSchemeInfoStatesDisabled, IconLightColorSchemeInfoStatesHover, IconLightColorSchemePrimaryDefault, IconLightColorSchemePrimaryStatesActive, IconLightColorSchemePrimaryStatesDisabled, IconLightColorSchemePrimaryStatesHover, IconLightColorSchemeSecondaryDefault, IconLightColorSchemeSecondaryStatesActive, IconLightColorSchemeSecondaryStatesDisabled, IconLightColorSchemeSecondaryStatesHover, IconLightColorSchemeSuccessDefault, IconLightColorSchemeSuccessStatesActive, IconLightColorSchemeSuccessStatesDisabled, IconLightColorSchemeSuccessStatesHover, IconLightColorSchemeWarningDefault, IconLightColorSchemeWarningStatesActive, IconLightColorSchemeWarningStatesDisabled, IconLightColorSchemeWarningStatesHover, InputFontDefault, InputFontMonospace, InputSizePadding, InputSizeWidth, LightColorSchemeBackgroundBackground, LightColorSchemeBackgroundBackgroundDisabled, LightColorSchemeBackgroundBackgroundLessContrast, LightColorSchemeBackgroundBackgroundUnder, LightColorSchemeBackgroundOverlayActive, LightColorSchemeBackgroundOverlayDisabled, LightColorSchemeBackgroundOverlayHover, LightColorSchemeErrorDefault, LightColorSchemeErrorPalette, LightColorSchemeForegroundBorder, LightColorSchemeForegroundDivider, LightColorSchemeForegroundIcon, LightColorSchemeForegroundText, LightColorSchemeForegroundTextDisabled, LightColorSchemeForegroundTextError, LightColorSchemeForegroundTextLessContrast, LightColorSchemeForegroundTextSuccess, LightColorSchemeInfoDefault, LightColorSchemeInfoPalette, LightColorSchemePrimaryDefault, LightColorSchemePrimaryPalette, LightColorSchemeSecondDefault, LightColorSchemeSecondPalette, LightColorSchemeStatesDisabledOpacity, LightColorSchemeStatesFocusedColor, LightColorSchemeStatesFocusedColorError, LightColorSchemeStatesPressedShadow, LightColorSchemeStatesSelectedColor, LightColorSchemeSuccessDefault, LightColorSchemeSuccessPalette, LightColorSchemeWarningDefault, LightColorSchemeWarningPalette, LinkDarkColorSchemeBorderBottom, LinkDarkColorSchemeStateActive, LinkDarkColorSchemeStateFocusedOutline, LinkDarkColorSchemeStateHoverBorderBottom, LinkDarkColorSchemeStateHoverText, LinkDarkColorSchemeStateVisitedBorderBottom, LinkDarkColorSchemeStateVisitedText, LinkDarkColorSchemeText, LinkFontDefault, LinkLightColorSchemeBorderBottom, LinkLightColorSchemeStateActive, LinkLightColorSchemeStateFocusedOutline, LinkLightColorSchemeStateHoverBorderBottom, LinkLightColorSchemeStateHoverText, LinkLightColorSchemeStateVisitedBorderBottom, LinkLightColorSchemeStateVisitedText, LinkLightColorSchemeText, LinkSizeIconMargin, LinkSizeStateFocusedOutlineOffset, LinkSizeStateFocusedOutlineWidth, ListFontItem, ListSizeHorizontalPadding, ListSizeIconRightMargin, ListSizeItemHeight, ModalBodyFontDefault, ModalBodySizeMaxHeight, ModalBodySizePadding, ModalConfirmSizePadding, ModalDarkColorSchemeBackgroundMask, ModalDarkColorSchemeBodyBottomShadow, ModalDarkColorSchemeBodyTopShadow, ModalDarkColorSchemeShadow, ModalFooterDarkColorSchemeBorder, ModalFooterLightColorSchemeBorder, ModalFooterSizeBorderRadius, ModalFooterSizeHeight, ModalFooterSizePadding, ModalHeaderDarkColorSchemeBorder, ModalHeaderFontDefault, ModalHeaderLightColorSchemeBorder, ModalHeaderSizeBorderRadius, ModalHeaderSizeHeight, ModalHeaderSizePadding, ModalLightColorSchemeBackgroundMask, ModalLightColorSchemeBodyBottomShadow, ModalLightColorSchemeBodyTopShadow, ModalLightColorSchemeShadow, ModalSizeBorderRadius, ModalSizeBorderWidth, ModalSizeCloseWidth, ModalSizeLarge, ModalSizeNormal, ModalSizeSmall, ModalSizeTop, NavbarBrandFontTitle, NavbarBrandSizeMarginRight, NavbarBrandSizePadding, NavbarDarkColorSchemeBackground, NavbarDarkColorSchemeDividerBackground, NavbarFontTitle, NavbarItemDarkColorSchemeIcon, NavbarItemDarkColorSchemeStatesActive, NavbarItemDarkColorSchemeStatesDisabledOpacity, NavbarItemDarkColorSchemeStatesHover, NavbarItemDarkColorSchemeStatesProgress, NavbarItemDarkColorSchemeStatesSelected, NavbarItemDarkColorSchemeText, NavbarItemLightColorSchemeIcon, NavbarItemLightColorSchemeStatesActive, NavbarItemLightColorSchemeStatesDisabledOpacity, NavbarItemLightColorSchemeStatesHover, NavbarItemLightColorSchemeStatesProgress, NavbarItemLightColorSchemeStatesSelected, NavbarItemLightColorSchemeText, NavbarItemSizeHeight, NavbarItemSizeHeightVertical, NavbarItemSizePadding, NavbarLightColorSchemeBackground, NavbarLightColorSchemeDividerBackground, NavbarSizeIconMargin, NavbarSizeRightIconMargin, OptgroupFontDefault, OptgroupSizePaddingLeft, OptionFontDefault, OptionSizeBorderWidth, OptionSizeHeight, OptionSizeHorizontalPadding, PaletteBlue100, PaletteBlue1000, PaletteBlue200, PaletteBlue300, PaletteBlue40, PaletteBlue400, PaletteBlue500, PaletteBlue560, PaletteBlue60, PaletteBlue600, PaletteBlue700, PaletteBlue800, PaletteBlue900, PaletteBlueA100, PaletteBlueA200, PaletteBlueContrast100, PaletteBlueContrast200, PaletteBlueContrast300, PaletteBlueContrast40, PaletteBlueContrast400, PaletteBlueContrast500, PaletteBlueContrast560, PaletteBlueContrast60, PaletteBlueContrast600, PaletteBlueContrast700, PaletteBlueContrast800, PaletteBlueContrastA100, PaletteBlueContrastA200, PaletteGreen100, PaletteGreen1000, PaletteGreen200, PaletteGreen300, PaletteGreen40, PaletteGreen400, PaletteGreen500, PaletteGreen560, PaletteGreen60, PaletteGreen600, PaletteGreen700, PaletteGreen800, PaletteGreen900, PaletteGreenA100, PaletteGreenContrast100, PaletteGreenContrast200, PaletteGreenContrast300, PaletteGreenContrast40, PaletteGreenContrast400, PaletteGreenContrast500, PaletteGreenContrast560, PaletteGreenContrast60, PaletteGreenContrast600, PaletteGreenContrast700, PaletteGreenContrast800, PaletteGreenContrastA100, PaletteGrey100, PaletteGrey1000, PaletteGrey200, PaletteGrey300, PaletteGrey40, PaletteGrey400, PaletteGrey500, PaletteGrey560, PaletteGrey60, PaletteGrey600, PaletteGrey700, PaletteGrey800, PaletteGrey900, PaletteGreyA100, PaletteGreyA200, PaletteGreyA300, PaletteGreyA40, PaletteGreyA500, PaletteGreyA60, PaletteGreyContrast100, PaletteGreyContrast200, PaletteGreyContrast300, PaletteGreyContrast40, PaletteGreyContrast400, PaletteGreyContrast500, PaletteGreyContrast560, PaletteGreyContrast60, PaletteGreyContrast600, PaletteGreyContrast700, PaletteGreyContrast800, PalettePurple100, PalettePurple1000, PalettePurple200, PalettePurple300, PalettePurple40, PalettePurple400, PalettePurple500, PalettePurple560, PalettePurple60, PalettePurple600, PalettePurple700, PalettePurple800, PalettePurple900, PalettePurpleContrast100, PalettePurpleContrast200, PalettePurpleContrast300, PalettePurpleContrast40, PalettePurpleContrast400, PalettePurpleContrast500, PalettePurpleContrast560, PalettePurpleContrast60, PalettePurpleContrast600, PalettePurpleContrast700, PalettePurpleContrast800, PalettePurpleContrastA100, PalettePurpleContrastA200, PaletteRed100, PaletteRed1000, PaletteRed200, PaletteRed300, PaletteRed40, PaletteRed400, PaletteRed500, PaletteRed560, PaletteRed60, PaletteRed600, PaletteRed700, PaletteRed800, PaletteRed900, PaletteRedA100, PaletteRedContrast100, PaletteRedContrast200, PaletteRedContrast300, PaletteRedContrast40, PaletteRedContrast400, PaletteRedContrast500, PaletteRedContrast560, PaletteRedContrast60, PaletteRedContrast600, PaletteRedContrast700, PaletteRedContrast800, PaletteRedContrastA100, PaletteTeal100, PaletteTeal1000, PaletteTeal200, PaletteTeal300, PaletteTeal40, PaletteTeal400, PaletteTeal500, PaletteTeal560, PaletteTeal60, PaletteTeal600, PaletteTeal700, PaletteTeal800, PaletteTeal900, PaletteTealContrast100, PaletteTealContrast200, PaletteTealContrast300, PaletteTealContrast40, PaletteTealContrast400, PaletteTealContrast500, PaletteTealContrast560, PaletteTealContrast60, PaletteTealContrast600, PaletteTealContrast700, PaletteTealContrast800, PaletteTealContrastA100, PaletteTealContrastA200, PaletteYellow100, PaletteYellow1000, PaletteYellow200, PaletteYellow300, PaletteYellow40, PaletteYellow400, PaletteYellow500, PaletteYellow560, PaletteYellow60, PaletteYellow600, PaletteYellow700, PaletteYellow800, PaletteYellow900, PaletteYellowA100, PaletteYellowContrast100, PaletteYellowContrast200, PaletteYellowContrast300, PaletteYellowContrast40, PaletteYellowContrast400, PaletteYellowContrast500, PaletteYellowContrast560, PaletteYellowContrast60, PaletteYellowContrast600, PaletteYellowContrast700, PaletteYellowContrast800, PaletteYellowContrastA100, PopoverDarkColorSchemeBackground, PopoverDarkColorSchemeBorder, PopoverDarkColorSchemeShadow, PopoverDarkColorSchemeText, PopoverFontDefault, PopoverFooterDarkColorSchemeBackground, PopoverFooterDarkColorSchemeBorder, PopoverFooterFontDefault, PopoverFooterLightColorSchemeBackground, PopoverFooterLightColorSchemeBorder, PopoverFooterSizeHeight, PopoverFooterSizeMarginTop, PopoverFooterSizePadding, PopoverHeaderDarkColorSchemeBackground, PopoverHeaderDarkColorSchemeBorder, PopoverHeaderDarkColorSchemeText, PopoverHeaderFontDefault, PopoverHeaderLightColorSchemeBackground, PopoverHeaderLightColorSchemeBorder, PopoverHeaderLightColorSchemeText, PopoverHeaderSizeHeight, PopoverHeaderSizePadding, PopoverLightColorSchemeBackground, PopoverLightColorSchemeBorder, PopoverLightColorSchemeShadow, PopoverLightColorSchemeText, PopoverSizeArrowSize, PopoverSizeBorderRadius, PopoverSizeLargeWidth, PopoverSizeMaxHeight, PopoverSizeNormalWidth, PopoverSizePadding, PopoverSizeSmallWidth, PopoverSizeTriggerMargin, PopupDarkColorSchemeBackground, PopupDarkColorSchemeBorder, PopupDarkColorSchemeDivider, PopupDarkColorSchemeFooterBackground, PopupDarkColorSchemeShadow, PopupLightColorSchemeBackground, PopupLightColorSchemeBorder, PopupLightColorSchemeDivider, PopupLightColorSchemeFooterBackground, PopupLightColorSchemeShadow, ProgressBarDarkColorSchemeBackground, ProgressBarLightColorSchemeBackground, ProgressBarSizeHeight, ProgressSpinnerSizeSize, RadioDarkColorSchemeInnerCircleBorder, RadioDarkColorSchemeOuterCircleBorder, RadioDarkColorSchemeStatesCheckedInnerCircleBorder, RadioDarkColorSchemeStatesCheckedOuterCircleBorder, RadioDarkColorSchemeStatesFocusedInnerCircleShadow, RadioDarkColorSchemeStatesFocusedOuterCircleBorder, RadioDarkColorSchemeStatesFocusedOuterCircleShadow, RadioFontDefault, RadioLightColorSchemeInnerCircleBorder, RadioLightColorSchemeOuterCircleBorder, RadioLightColorSchemeStatesCheckedInnerCircleBorder, RadioLightColorSchemeStatesCheckedOuterCircleBorder, RadioLightColorSchemeStatesFocusedInnerCircleShadow, RadioLightColorSchemeStatesFocusedOuterCircleBorder, RadioLightColorSchemeStatesFocusedOuterCircleShadow, RadioSizeLabelMargin, RadioSizeSize, SelectFontDefault, SelectPanelFontDefault, SelectPanelSizeBorderRadius, SelectPanelSizeBorderWidth, SelectPanelSizeMaxHeight, SelectPanelSizeMaxWidth, SelectPanelSizeVerticalPadding, SelectSizeLeftPadding, SelectSizeLeftPaddingMultiple, SelectSizeRightPadding, SidepanelDarkColorSchemeBorder, SidepanelFontDefault, SidepanelFooterFontDefault, SidepanelFooterSizeHeight, SidepanelFooterSizePadding, SidepanelHeaderFontDefault, SidepanelHeaderSizeClosePadding, SidepanelHeaderSizeHeight, SidepanelHeaderSizePadding, SidepanelLightColorSchemeBorder, Size3xl, Size3xs, Size4xl, Size5xl, Size6xl, Size7xl, SizeL, SizeM, SizeS, SizeXl, SizeXs, SizeXxl, SizeXxs, TableFontBody, TableFontHeader, TableSizeBorderWidth, TableSizeRowPaddingHorizontal, TableSizeRowPaddingVertical, TabsDarkColorSchemeBorder, TabsDarkColorSchemeStateActiveMarkerColor, TabsDarkColorSchemeStateDisabledIcon, TabsDarkColorSchemeStateDisabledMarkerOpacity, TabsDarkColorSchemeStateDisabledText, TabsDarkColorSchemeStateEmptyIcon, TabsDarkColorSchemeStateEmptyText, TabsDarkColorSchemeStateHoverIcon, TabsDarkColorSchemeStateHoverText, TabsDarkColorSchemeStateNormalIcon, TabsDarkColorSchemeStateNormalText, TabsFontDefault, TabsLightColorSchemeBorder, TabsLightColorSchemeStateActiveMarkerColor, TabsLightColorSchemeStateDisabledIcon, TabsLightColorSchemeStateDisabledMarkerOpacity, TabsLightColorSchemeStateDisabledText, TabsLightColorSchemeStateEmptyIcon, TabsLightColorSchemeStateEmptyText, TabsLightColorSchemeStateHoverIcon, TabsLightColorSchemeStateHoverText, TabsLightColorSchemeStateNormalIcon, TabsLightColorSchemeStateNormalText, TabsSizeBorderRadius, TabsSizeBorderWidth, TabsSizeHeight, TabsSizeHighlightHeight, TabsSizeLabelIconMargin, TabsSizePaddingHorizontal, TagInputFontDefault, TagInputSizeHeight, TagInputSizeMargin, TagListSizePadding, TagsDarkColorSchemeErrorBackground, TagsDarkColorSchemeErrorBorder, TagsDarkColorSchemeErrorIcon, TagsDarkColorSchemeErrorStatesDisabledBackground, TagsDarkColorSchemeErrorStatesDisabledText, TagsDarkColorSchemeErrorStatesFocused, TagsDarkColorSchemeErrorStatesHoverIcon, TagsDarkColorSchemeErrorText, TagsDarkColorSchemePrimaryBackground, TagsDarkColorSchemePrimaryBorder, TagsDarkColorSchemePrimaryIcon, TagsDarkColorSchemePrimaryStatesDisabledBackground, TagsDarkColorSchemePrimaryStatesDisabledText, TagsDarkColorSchemePrimaryStatesFocused, TagsDarkColorSchemePrimaryStatesHoverIcon, TagsDarkColorSchemePrimaryText, TagsDarkColorSchemeSecondBackground, TagsDarkColorSchemeSecondBorder, TagsDarkColorSchemeSecondIcon, TagsDarkColorSchemeSecondStatesDisabledBackground, TagsDarkColorSchemeSecondStatesDisabledText, TagsDarkColorSchemeSecondStatesFocused, TagsDarkColorSchemeSecondStatesHoverIcon, TagsDarkColorSchemeSecondText, TagsFontCaps, TagsFontDefault, TagsFontMono, TagsLightColorSchemeErrorBackground, TagsLightColorSchemeErrorBorder, TagsLightColorSchemeErrorIcon, TagsLightColorSchemeErrorStatesDisabledBackground, TagsLightColorSchemeErrorStatesDisabledText, TagsLightColorSchemeErrorStatesFocused, TagsLightColorSchemeErrorStatesHoverIcon, TagsLightColorSchemeErrorText, TagsLightColorSchemePrimaryBackground, TagsLightColorSchemePrimaryBorder, TagsLightColorSchemePrimaryIcon, TagsLightColorSchemePrimaryStatesDisabledBackground, TagsLightColorSchemePrimaryStatesDisabledText, TagsLightColorSchemePrimaryStatesFocused, TagsLightColorSchemePrimaryStatesHoverIcon, TagsLightColorSchemePrimaryText, TagsLightColorSchemeSecondBackground, TagsLightColorSchemeSecondBorder, TagsLightColorSchemeSecondIcon, TagsLightColorSchemeSecondStatesDisabledBackground, TagsLightColorSchemeSecondStatesDisabledText, TagsLightColorSchemeSecondStatesFocused, TagsLightColorSchemeSecondStatesHoverIcon, TagsLightColorSchemeSecondText, TagsSizeBorderRadius, TagsSizeBorderWidth, TagsSizeHeight, TagsSizeIconPadding, TagsSizeMargin, TagsSizeTextMargin, TextareaFontDefault, TextareaFontMono, TextareaSizeMinHeight, TextareaSizePadding, TimepickerSizePaddingRight, ToggleDarkColorSchemeBackground, ToggleDarkColorSchemeBorder, ToggleDarkColorSchemeCircleBackground, ToggleDarkColorSchemeCircleBorder, ToggleDarkColorSchemeErrorCheckedBackground, ToggleDarkColorSchemeErrorCheckedBorderColor, ToggleDarkColorSchemePrimaryCheckedBackground, ToggleDarkColorSchemePrimaryCheckedBorderColor, ToggleDarkColorSchemeStatesFocusedShadow, ToggleFontDefault, ToggleLightColorSchemeBackground, ToggleLightColorSchemeBorder, ToggleLightColorSchemeCircleBackground, ToggleLightColorSchemeCircleBorder, ToggleLightColorSchemeErrorCheckedBackground, ToggleLightColorSchemeErrorCheckedBorderColor, ToggleLightColorSchemePrimaryCheckedBackground, ToggleLightColorSchemePrimaryCheckedBorderColor, ToggleLightColorSchemeStatesFocusedShadow, ToggleSizeBorderRadius, ToggleSizeHeight, ToggleSizeLabelMargin, ToggleSizeWidth, ToggleSmallFontDefault, ToggleSmallSizeBorderRadius, ToggleSmallSizeHeight, ToggleSmallSizeWidth, TooltipDarkColorSchemeBackground, TooltipDarkColorSchemeBorder, TooltipDarkColorSchemeShadow, TooltipDarkColorSchemeText, TooltipDarkColorSchemeWarningBackground, TooltipDarkColorSchemeWarningBorder, TooltipDarkColorSchemeWarningText, TooltipFontDefault, TooltipLightColorSchemeBackground, TooltipLightColorSchemeBorder, TooltipLightColorSchemeShadow, TooltipLightColorSchemeText, TooltipLightColorSchemeWarningBackground, TooltipLightColorSchemeWarningBorder, TooltipLightColorSchemeWarningText, TooltipSizeArrowSize, TooltipSizeBorderRadius, TooltipSizeBorderWidth, TooltipSizeMaxWidth, TooltipSizePadding, TooltipSizeTriggerMargin, TreeFontNode, TreeSizeIconPadding, TreeSizeNodeHeight, TreeSizePaddingLeft, TreeSizePaddingRight, TreeSizeTogglePadding, TypographyBodyCapsFontFamily, TypographyBodyCapsFontFeatureSettings, TypographyBodyCapsFontSize, TypographyBodyCapsFontWeight, TypographyBodyCapsLetterSpacing, TypographyBodyCapsLineHeight, TypographyBodyCapsTextTransform, TypographyBodyFontFamily, TypographyBodyFontFeatureSettings, TypographyBodyFontSize, TypographyBodyFontWeight, TypographyBodyLetterSpacing, TypographyBodyLineHeight, TypographyBodyMonoFontFamily, TypographyBodyMonoFontFeatureSettings, TypographyBodyMonoFontSize, TypographyBodyMonoFontWeight, TypographyBodyMonoLetterSpacing, TypographyBodyMonoLineHeight, TypographyBodyMonoTextTransform, TypographyBodyStrongFontFamily, TypographyBodyStrongFontFeatureSettings, TypographyBodyStrongFontSize, TypographyBodyStrongFontWeight, TypographyBodyStrongLetterSpacing, TypographyBodyStrongLineHeight, TypographyBodyStrongTextTransform, TypographyBodyTabularFontFamily, TypographyBodyTabularFontFeatureSettings, TypographyBodyTabularFontSize, TypographyBodyTabularFontWeight, TypographyBodyTabularLetterSpacing, TypographyBodyTabularLineHeight, TypographyBodyTabularTextTransform, TypographyBodyTextTransform, TypographyCaptionCapsFontFamily, TypographyCaptionCapsFontFeatureSettings, TypographyCaptionCapsFontSize, TypographyCaptionCapsFontWeight, TypographyCaptionCapsLetterSpacing, TypographyCaptionCapsLineHeight, TypographyCaptionCapsTextTransform, TypographyCaptionFontFamily, TypographyCaptionFontFeatureSettings, TypographyCaptionFontSize, TypographyCaptionFontWeight, TypographyCaptionLetterSpacing, TypographyCaptionLineHeight, TypographyCaptionMonoFontFamily, TypographyCaptionMonoFontFeatureSettings, TypographyCaptionMonoFontSize, TypographyCaptionMonoFontWeight, TypographyCaptionMonoLetterSpacing, TypographyCaptionMonoLineHeight, TypographyCaptionMonoTextTransform, TypographyCaptionTabularFontFamily, TypographyCaptionTabularFontFeatureSettings, TypographyCaptionTabularFontSize, TypographyCaptionTabularFontWeight, TypographyCaptionTabularLetterSpacing, TypographyCaptionTabularLineHeight, TypographyCaptionTabularTextTransform, TypographyCaptionTextTransform, TypographyDisplay1FontFamily, TypographyDisplay1FontFeatureSettings, TypographyDisplay1FontSize, TypographyDisplay1FontWeight, TypographyDisplay1LetterSpacing, TypographyDisplay1LineHeight, TypographyDisplay1TextTransform, TypographyDisplay2FontFamily, TypographyDisplay2FontFeatureSettings, TypographyDisplay2FontSize, TypographyDisplay2FontWeight, TypographyDisplay2LetterSpacing, TypographyDisplay2LineHeight, TypographyDisplay2TextTransform, TypographyDisplay3FontFamily, TypographyDisplay3FontFeatureSettings, TypographyDisplay3FontSize, TypographyDisplay3FontWeight, TypographyDisplay3LetterSpacing, TypographyDisplay3LineHeight, TypographyDisplay3TextTransform, TypographyExtraSmallTextCapsFontFamily, TypographyExtraSmallTextCapsFontFeatureSettings, TypographyExtraSmallTextCapsFontSize, TypographyExtraSmallTextCapsFontWeight, TypographyExtraSmallTextCapsLetterSpacing, TypographyExtraSmallTextCapsLineHeight, TypographyExtraSmallTextCapsTextTransform, TypographyExtraSmallTextFontFamily, TypographyExtraSmallTextFontFeatureSettings, TypographyExtraSmallTextFontSize, TypographyExtraSmallTextFontWeight, TypographyExtraSmallTextLetterSpacing, TypographyExtraSmallTextLineHeight, TypographyExtraSmallTextMonoFontFamily, TypographyExtraSmallTextMonoFontFeatureSettings, TypographyExtraSmallTextMonoFontSize, TypographyExtraSmallTextMonoFontWeight, TypographyExtraSmallTextMonoLetterSpacing, TypographyExtraSmallTextMonoLineHeight, TypographyExtraSmallTextMonoTextTransform, TypographyExtraSmallTextTextTransform, TypographyHeadlineFontFamily, TypographyHeadlineFontFeatureSettings, TypographyHeadlineFontSize, TypographyHeadlineFontWeight, TypographyHeadlineLetterSpacing, TypographyHeadlineLineHeight, TypographyHeadlineTextTransform, TypographySmallTextFontFamily, TypographySmallTextFontFeatureSettings, TypographySmallTextFontSize, TypographySmallTextFontWeight, TypographySmallTextLetterSpacing, TypographySmallTextLineHeight, TypographySmallTextTextTransform, TypographySubheadingFontFamily, TypographySubheadingFontFeatureSettings, TypographySubheadingFontSize, TypographySubheadingFontWeight, TypographySubheadingLetterSpacing, TypographySubheadingLineHeight, TypographySubheadingTextTransform, TypographyTitleFontFamily, TypographyTitleFontFeatureSettings, TypographyTitleFontSize, TypographyTitleFontWeight, TypographyTitleLetterSpacing, TypographyTitleLineHeight, TypographyTitleTextTransform, VerticalNavbarSizeIconMargin, VerticalNavbarSizeStatesCollapsedWidth, VerticalNavbarSizeStatesExpandedWidth, VerticalTabsDarkColorSchemeStateHoverBackground, VerticalTabsDarkColorSchemeStateHoverSelectedBackground, VerticalTabsDarkColorSchemeStateNormalBackground, VerticalTabsDarkColorSchemeStateSelectedBackground, VerticalTabsLightColorSchemeStateHoverBackground, VerticalTabsLightColorSchemeStateHoverSelectedBackground, VerticalTabsLightColorSchemeStateNormalBackground, VerticalTabsLightColorSchemeStateSelectedBackground, tokens as legacyTokens };
3084
3385
  //# sourceMappingURL=ptsecurity-mosaic-design-tokens.mjs.map