@alfalab/core-components 45.6.0 → 45.8.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 (2521) hide show
  1. package/accordion/Component.d.ts +58 -0
  2. package/accordion/Component.js +52 -0
  3. package/accordion/components/default-control-icon/Component.d.ts +7 -0
  4. package/accordion/components/default-control-icon/Component.js +24 -0
  5. package/accordion/components/default-control-icon/index.css +16 -0
  6. package/accordion/components/default-control-icon/index.d.ts +1 -0
  7. package/accordion/components/default-control-icon/index.js +7 -0
  8. package/accordion/components/index.d.ts +1 -0
  9. package/accordion/components/index.js +7 -0
  10. package/accordion/cssm/Component.d.ts +58 -0
  11. package/accordion/cssm/Component.js +51 -0
  12. package/accordion/cssm/components/default-control-icon/Component.d.ts +7 -0
  13. package/accordion/cssm/components/default-control-icon/Component.js +23 -0
  14. package/accordion/cssm/components/default-control-icon/index.d.ts +1 -0
  15. package/accordion/cssm/components/default-control-icon/index.js +7 -0
  16. package/accordion/cssm/components/default-control-icon/index.module.css +15 -0
  17. package/accordion/cssm/components/index.d.ts +1 -0
  18. package/accordion/cssm/components/index.js +7 -0
  19. package/accordion/cssm/docs/demo.css +38 -0
  20. package/accordion/cssm/hooks/index.d.ts +1 -0
  21. package/accordion/cssm/hooks/index.js +7 -0
  22. package/accordion/cssm/hooks/useRecalculateContentHeight.d.ts +6 -0
  23. package/accordion/cssm/hooks/useRecalculateContentHeight.js +35 -0
  24. package/accordion/cssm/index.d.ts +2 -0
  25. package/accordion/cssm/index.js +7 -0
  26. package/accordion/cssm/index.module.css +49 -0
  27. package/accordion/cssm/typings.d.ts +2 -0
  28. package/accordion/cssm/typings.js +1 -0
  29. package/accordion/esm/Component.d.ts +58 -0
  30. package/accordion/esm/Component.js +47 -0
  31. package/accordion/esm/components/default-control-icon/Component.d.ts +7 -0
  32. package/accordion/esm/components/default-control-icon/Component.js +17 -0
  33. package/accordion/esm/components/default-control-icon/index.css +16 -0
  34. package/accordion/esm/components/default-control-icon/index.d.ts +1 -0
  35. package/accordion/esm/components/default-control-icon/index.js +4 -0
  36. package/accordion/esm/components/index.d.ts +1 -0
  37. package/accordion/esm/components/index.js +4 -0
  38. package/accordion/esm/hooks/index.d.ts +1 -0
  39. package/accordion/esm/hooks/index.js +3 -0
  40. package/accordion/esm/hooks/useRecalculateContentHeight.d.ts +6 -0
  41. package/accordion/esm/hooks/useRecalculateContentHeight.js +33 -0
  42. package/accordion/esm/index.css +50 -0
  43. package/accordion/esm/index.d.ts +2 -0
  44. package/accordion/esm/index.js +9 -0
  45. package/accordion/esm/typings.d.ts +2 -0
  46. package/accordion/esm/typings.js +1 -0
  47. package/accordion/hooks/index.d.ts +1 -0
  48. package/accordion/hooks/index.js +7 -0
  49. package/accordion/hooks/useRecalculateContentHeight.d.ts +6 -0
  50. package/accordion/hooks/useRecalculateContentHeight.js +35 -0
  51. package/accordion/index.css +50 -0
  52. package/accordion/index.d.ts +2 -0
  53. package/accordion/index.js +7 -0
  54. package/accordion/modern/Component.d.ts +58 -0
  55. package/accordion/modern/Component.js +44 -0
  56. package/accordion/modern/components/default-control-icon/Component.d.ts +7 -0
  57. package/accordion/modern/components/default-control-icon/Component.js +13 -0
  58. package/accordion/modern/components/default-control-icon/index.css +16 -0
  59. package/accordion/modern/components/default-control-icon/index.d.ts +1 -0
  60. package/accordion/modern/components/default-control-icon/index.js +4 -0
  61. package/accordion/modern/components/index.d.ts +1 -0
  62. package/accordion/modern/components/index.js +4 -0
  63. package/accordion/modern/hooks/index.d.ts +1 -0
  64. package/accordion/modern/hooks/index.js +3 -0
  65. package/accordion/modern/hooks/useRecalculateContentHeight.d.ts +6 -0
  66. package/accordion/modern/hooks/useRecalculateContentHeight.js +33 -0
  67. package/accordion/modern/index.css +50 -0
  68. package/accordion/modern/index.d.ts +2 -0
  69. package/accordion/modern/index.js +8 -0
  70. package/accordion/modern/typings.d.ts +2 -0
  71. package/accordion/modern/typings.js +1 -0
  72. package/accordion/package.json +3 -0
  73. package/accordion/typings.d.ts +2 -0
  74. package/accordion/typings.js +1 -0
  75. package/action-button/Component.js +4 -4
  76. package/action-button/cssm/default.module.css +5 -5
  77. package/action-button/cssm/inverted.module.css +3 -3
  78. package/action-button/cssm/static.module.css +3 -3
  79. package/action-button/default.css +17 -17
  80. package/action-button/esm/Component.js +4 -4
  81. package/action-button/esm/default.css +17 -17
  82. package/action-button/esm/index.css +9 -9
  83. package/action-button/esm/inverted.css +15 -15
  84. package/action-button/esm/static.css +11 -11
  85. package/action-button/index.css +9 -9
  86. package/action-button/inverted.css +15 -15
  87. package/action-button/modern/Component.js +4 -4
  88. package/action-button/modern/default.css +17 -17
  89. package/action-button/modern/index.css +9 -9
  90. package/action-button/modern/inverted.css +15 -15
  91. package/action-button/modern/static.css +11 -11
  92. package/action-button/static.css +11 -11
  93. package/alert/Component.js +1 -1
  94. package/alert/esm/Component.js +1 -1
  95. package/alert/esm/index.css +3 -3
  96. package/alert/index.css +3 -3
  97. package/alert/modern/Component.js +1 -1
  98. package/alert/modern/index.css +3 -3
  99. package/amount/component.js +1 -1
  100. package/amount/esm/component.js +1 -1
  101. package/amount/esm/index.css +7 -7
  102. package/amount/esm/pure/component.js +1 -1
  103. package/amount/esm/pure/index.css +1 -1
  104. package/amount/index.css +7 -7
  105. package/amount/modern/component.js +1 -1
  106. package/amount/modern/index.css +7 -7
  107. package/amount/modern/pure/component.js +1 -1
  108. package/amount/modern/pure/index.css +1 -1
  109. package/amount/pure/component.js +1 -1
  110. package/amount/pure/index.css +1 -1
  111. package/amount-input/Component.js +3 -3
  112. package/amount-input/default.css +2 -2
  113. package/amount-input/esm/Component.js +3 -3
  114. package/amount-input/esm/default.css +2 -2
  115. package/amount-input/esm/index.css +7 -7
  116. package/amount-input/esm/inverted.css +2 -2
  117. package/amount-input/index.css +7 -7
  118. package/amount-input/inverted.css +2 -2
  119. package/amount-input/modern/Component.js +3 -3
  120. package/amount-input/modern/default.css +2 -2
  121. package/amount-input/modern/index.css +7 -7
  122. package/amount-input/modern/inverted.css +2 -2
  123. package/attach/Component.js +1 -1
  124. package/attach/cssm/index.module.css +2 -0
  125. package/attach/esm/Component.js +1 -1
  126. package/attach/esm/index.css +28 -26
  127. package/attach/index.css +28 -26
  128. package/attach/modern/Component.js +1 -1
  129. package/attach/modern/index.css +28 -26
  130. package/backdrop/Component.js +1 -1
  131. package/backdrop/esm/Component.js +1 -1
  132. package/backdrop/esm/index.css +10 -10
  133. package/backdrop/index.css +10 -10
  134. package/backdrop/modern/Component.js +1 -1
  135. package/backdrop/modern/index.css +10 -10
  136. package/badge/Component.js +1 -1
  137. package/badge/cssm/index.module.css +4 -4
  138. package/badge/esm/Component.js +1 -1
  139. package/badge/esm/index.css +51 -51
  140. package/badge/index.css +51 -51
  141. package/badge/modern/Component.js +1 -1
  142. package/badge/modern/index.css +51 -51
  143. package/bank-card/Component.js +1 -1
  144. package/bank-card/cssm/index.module.css +1 -1
  145. package/bank-card/esm/Component.js +1 -1
  146. package/bank-card/esm/index.css +21 -21
  147. package/bank-card/index.css +21 -21
  148. package/bank-card/modern/Component.js +1 -1
  149. package/bank-card/modern/index.css +21 -21
  150. package/base-modal/Component.js +1 -1
  151. package/base-modal/esm/Component.js +1 -1
  152. package/base-modal/esm/index.css +12 -12
  153. package/base-modal/index.css +12 -12
  154. package/base-modal/modern/Component.js +1 -1
  155. package/base-modal/modern/index.css +12 -12
  156. package/bottom-sheet/component.js +1 -1
  157. package/bottom-sheet/components/footer/Component.js +1 -1
  158. package/bottom-sheet/components/footer/index.css +26 -26
  159. package/bottom-sheet/components/header/Component.js +1 -1
  160. package/bottom-sheet/components/header/index.css +13 -13
  161. package/bottom-sheet/cssm/index.module.css +1 -1
  162. package/bottom-sheet/esm/component.js +1 -1
  163. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  164. package/bottom-sheet/esm/components/footer/index.css +26 -26
  165. package/bottom-sheet/esm/components/header/Component.js +1 -1
  166. package/bottom-sheet/esm/components/header/index.css +13 -13
  167. package/bottom-sheet/esm/index.css +45 -45
  168. package/bottom-sheet/index.css +45 -45
  169. package/bottom-sheet/modern/component.js +1 -1
  170. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  171. package/bottom-sheet/modern/components/footer/index.css +26 -26
  172. package/bottom-sheet/modern/components/header/Component.js +1 -1
  173. package/bottom-sheet/modern/components/header/index.css +13 -13
  174. package/bottom-sheet/modern/index.css +45 -45
  175. package/button/components/base-button/Component.js +3 -3
  176. package/button/components/base-button/default.css +54 -54
  177. package/button/components/base-button/index.css +62 -62
  178. package/button/components/base-button/inverted.css +53 -53
  179. package/button/cssm/components/base-button/default.module.css +5 -5
  180. package/button/cssm/components/base-button/index.module.css +3 -3
  181. package/button/cssm/components/base-button/inverted.module.css +4 -4
  182. package/button/cssm/desktop/default.desktop.module.css +5 -5
  183. package/button/cssm/desktop/inverted.desktop.module.css +5 -5
  184. package/button/cssm/mobile/default.mobile.module.css +5 -5
  185. package/button/cssm/mobile/inverted.mobile.module.css +4 -4
  186. package/button/desktop/Component.desktop.js +3 -3
  187. package/button/desktop/default.desktop.css +24 -24
  188. package/button/desktop/desktop.css +7 -7
  189. package/button/desktop/inverted.desktop.css +24 -24
  190. package/button/esm/components/base-button/Component.js +3 -3
  191. package/button/esm/components/base-button/default.css +54 -54
  192. package/button/esm/components/base-button/index.css +62 -62
  193. package/button/esm/components/base-button/inverted.css +53 -53
  194. package/button/esm/desktop/Component.desktop.js +3 -3
  195. package/button/esm/desktop/default.desktop.css +24 -24
  196. package/button/esm/desktop/desktop.css +7 -7
  197. package/button/esm/desktop/inverted.desktop.css +24 -24
  198. package/button/esm/mobile/Component.mobile.js +3 -3
  199. package/button/esm/mobile/default.mobile.css +23 -23
  200. package/button/esm/mobile/inverted.mobile.css +22 -22
  201. package/button/esm/mobile/mobile.css +7 -7
  202. package/button/mobile/Component.mobile.js +3 -3
  203. package/button/mobile/default.mobile.css +23 -23
  204. package/button/mobile/inverted.mobile.css +22 -22
  205. package/button/mobile/mobile.css +7 -7
  206. package/button/modern/components/base-button/Component.js +3 -3
  207. package/button/modern/components/base-button/default.css +54 -54
  208. package/button/modern/components/base-button/index.css +62 -62
  209. package/button/modern/components/base-button/inverted.css +53 -53
  210. package/button/modern/desktop/Component.desktop.js +3 -3
  211. package/button/modern/desktop/default.desktop.css +24 -24
  212. package/button/modern/desktop/desktop.css +7 -7
  213. package/button/modern/desktop/inverted.desktop.css +24 -24
  214. package/button/modern/mobile/Component.mobile.js +3 -3
  215. package/button/modern/mobile/default.mobile.css +23 -23
  216. package/button/modern/mobile/inverted.mobile.css +22 -22
  217. package/button/modern/mobile/mobile.css +7 -7
  218. package/calendar/components/calendar-mobile/Component.js +3 -3
  219. package/calendar/components/calendar-mobile/backdrop-transitions.css +10 -10
  220. package/calendar/components/calendar-mobile/index.css +16 -16
  221. package/calendar/components/calendar-mobile/transitions.css +8 -8
  222. package/calendar/components/days-table/Component.js +1 -1
  223. package/calendar/components/days-table/index.css +72 -72
  224. package/calendar/components/header/Component.js +1 -1
  225. package/calendar/components/header/index.css +3 -3
  226. package/calendar/components/month-year-header/Component.js +1 -1
  227. package/calendar/components/month-year-header/index.css +10 -10
  228. package/calendar/components/months-table/Component.js +1 -1
  229. package/calendar/components/months-table/index.css +13 -13
  230. package/calendar/components/period-slider/Component.d.ts +5 -0
  231. package/calendar/components/period-slider/Component.js +5 -5
  232. package/calendar/components/period-slider/index.css +11 -11
  233. package/calendar/components/select-button/Component.js +1 -1
  234. package/calendar/components/select-button/index.css +13 -13
  235. package/calendar/components/years-table/Component.js +1 -1
  236. package/calendar/components/years-table/index.css +15 -15
  237. package/calendar/cssm/components/calendar-mobile/index.module.css +1 -1
  238. package/calendar/cssm/components/days-table/index.module.css +6 -6
  239. package/calendar/cssm/components/period-slider/Component.d.ts +5 -0
  240. package/calendar/cssm/components/period-slider/Component.js +4 -4
  241. package/calendar/cssm/components/select-button/index.module.css +3 -3
  242. package/calendar/desktop/Component.desktop.js +1 -1
  243. package/calendar/desktop/desktop.css +29 -29
  244. package/calendar/esm/components/calendar-mobile/Component.js +3 -3
  245. package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +10 -10
  246. package/calendar/esm/components/calendar-mobile/index.css +16 -16
  247. package/calendar/esm/components/calendar-mobile/transitions.css +8 -8
  248. package/calendar/esm/components/days-table/Component.js +1 -1
  249. package/calendar/esm/components/days-table/index.css +72 -72
  250. package/calendar/esm/components/header/Component.js +1 -1
  251. package/calendar/esm/components/header/index.css +3 -3
  252. package/calendar/esm/components/month-year-header/Component.js +1 -1
  253. package/calendar/esm/components/month-year-header/index.css +10 -10
  254. package/calendar/esm/components/months-table/Component.js +1 -1
  255. package/calendar/esm/components/months-table/index.css +13 -13
  256. package/calendar/esm/components/period-slider/Component.d.ts +5 -0
  257. package/calendar/esm/components/period-slider/Component.js +5 -5
  258. package/calendar/esm/components/period-slider/index.css +11 -11
  259. package/calendar/esm/components/select-button/Component.js +1 -1
  260. package/calendar/esm/components/select-button/index.css +13 -13
  261. package/calendar/esm/components/years-table/Component.js +1 -1
  262. package/calendar/esm/components/years-table/index.css +15 -15
  263. package/calendar/esm/desktop/Component.desktop.js +1 -1
  264. package/calendar/esm/desktop/desktop.css +29 -29
  265. package/calendar/modern/components/calendar-mobile/Component.js +3 -3
  266. package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +10 -10
  267. package/calendar/modern/components/calendar-mobile/index.css +16 -16
  268. package/calendar/modern/components/calendar-mobile/transitions.css +8 -8
  269. package/calendar/modern/components/days-table/Component.js +1 -1
  270. package/calendar/modern/components/days-table/index.css +72 -72
  271. package/calendar/modern/components/header/Component.js +1 -1
  272. package/calendar/modern/components/header/index.css +3 -3
  273. package/calendar/modern/components/month-year-header/Component.js +1 -1
  274. package/calendar/modern/components/month-year-header/index.css +10 -10
  275. package/calendar/modern/components/months-table/Component.js +1 -1
  276. package/calendar/modern/components/months-table/index.css +13 -13
  277. package/calendar/modern/components/period-slider/Component.d.ts +5 -0
  278. package/calendar/modern/components/period-slider/Component.js +3 -3
  279. package/calendar/modern/components/period-slider/index.css +11 -11
  280. package/calendar/modern/components/select-button/Component.js +1 -1
  281. package/calendar/modern/components/select-button/index.css +13 -13
  282. package/calendar/modern/components/years-table/Component.js +1 -1
  283. package/calendar/modern/components/years-table/index.css +15 -15
  284. package/calendar/modern/desktop/Component.desktop.js +1 -1
  285. package/calendar/modern/desktop/desktop.css +29 -29
  286. package/calendar-input/components/calendar-input/Component.js +1 -1
  287. package/calendar-input/components/calendar-input/index.css +11 -11
  288. package/calendar-input/esm/components/calendar-input/Component.js +1 -1
  289. package/calendar-input/esm/components/calendar-input/index.css +11 -11
  290. package/calendar-input/modern/components/calendar-input/Component.js +1 -1
  291. package/calendar-input/modern/components/calendar-input/index.css +11 -11
  292. package/calendar-range/components/divider/Component.js +1 -1
  293. package/calendar-range/components/divider/index.css +9 -9
  294. package/calendar-range/cssm/components/divider/index.module.css +1 -1
  295. package/calendar-range/esm/Component.js +1 -1
  296. package/calendar-range/esm/components/divider/Component.js +1 -1
  297. package/calendar-range/esm/components/divider/index.css +9 -9
  298. package/calendar-range/esm/index.js +1 -1
  299. package/calendar-range/esm/index.module-b90ac34a.js +4 -0
  300. package/calendar-range/esm/views/index.css +7 -7
  301. package/calendar-range/esm/views/popover.js +1 -1
  302. package/calendar-range/esm/views/static.js +1 -1
  303. package/calendar-range/index.module-96643d8a.js +4 -0
  304. package/calendar-range/modern/Component.js +1 -1
  305. package/calendar-range/modern/components/divider/Component.js +1 -1
  306. package/calendar-range/modern/components/divider/index.css +9 -9
  307. package/calendar-range/modern/index.js +1 -1
  308. package/calendar-range/modern/index.module-a5d1ec4b.js +4 -0
  309. package/calendar-range/modern/views/index.css +7 -7
  310. package/calendar-range/modern/views/popover.js +1 -1
  311. package/calendar-range/modern/views/static.js +1 -1
  312. package/calendar-range/views/index.css +7 -7
  313. package/calendar-range/views/popover.js +1 -1
  314. package/calendar-range/views/static.js +1 -1
  315. package/calendar-with-skeleton/Component.js +1 -1
  316. package/calendar-with-skeleton/esm/Component.js +1 -1
  317. package/calendar-with-skeleton/esm/index.css +12 -12
  318. package/calendar-with-skeleton/index.css +12 -12
  319. package/calendar-with-skeleton/modern/Component.js +1 -1
  320. package/calendar-with-skeleton/modern/index.css +12 -12
  321. package/card-image/Component.js +1 -1
  322. package/card-image/esm/Component.js +1 -1
  323. package/card-image/esm/index.css +6 -6
  324. package/card-image/index.css +6 -6
  325. package/card-image/modern/Component.js +1 -1
  326. package/card-image/modern/index.css +6 -6
  327. package/cdn-icon/Component.js +1 -1
  328. package/cdn-icon/esm/Component.js +1 -1
  329. package/cdn-icon/esm/index.css +3 -3
  330. package/cdn-icon/index.css +3 -3
  331. package/cdn-icon/modern/Component.js +1 -1
  332. package/cdn-icon/modern/index.css +3 -3
  333. package/chart/Component.js +1 -1
  334. package/chart/components/Dot/index.css +7 -7
  335. package/chart/components/Dot/index.js +1 -1
  336. package/chart/components/Legends/index.css +7 -7
  337. package/chart/components/Legends/index.js +1 -1
  338. package/chart/components/Tick/index.css +4 -4
  339. package/chart/components/Tick/index.js +1 -1
  340. package/chart/components/TooltipContent/index.css +6 -6
  341. package/chart/components/TooltipContent/index.js +1 -1
  342. package/chart/cssm/components/Tick/index.module.css +1 -1
  343. package/chart/cssm/index.module.css +1 -1
  344. package/chart/esm/Component.js +1 -1
  345. package/chart/esm/components/Dot/index.css +7 -7
  346. package/chart/esm/components/Dot/index.js +1 -1
  347. package/chart/esm/components/Legends/index.css +7 -7
  348. package/chart/esm/components/Legends/index.js +1 -1
  349. package/chart/esm/components/Tick/index.css +4 -4
  350. package/chart/esm/components/Tick/index.js +1 -1
  351. package/chart/esm/components/TooltipContent/index.css +6 -6
  352. package/chart/esm/components/TooltipContent/index.js +1 -1
  353. package/chart/esm/index.css +5 -5
  354. package/chart/index.css +5 -5
  355. package/chart/modern/Component.js +1 -1
  356. package/chart/modern/components/Dot/index.css +7 -7
  357. package/chart/modern/components/Dot/index.js +1 -1
  358. package/chart/modern/components/Legends/index.css +7 -7
  359. package/chart/modern/components/Legends/index.js +1 -1
  360. package/chart/modern/components/Tick/index.css +4 -4
  361. package/chart/modern/components/Tick/index.js +1 -1
  362. package/chart/modern/components/TooltipContent/index.css +6 -6
  363. package/chart/modern/components/TooltipContent/index.js +1 -1
  364. package/chart/modern/index.css +5 -5
  365. package/checkbox/Component.js +1 -1
  366. package/checkbox/cssm/index.module.css +5 -5
  367. package/checkbox/esm/Component.js +1 -1
  368. package/checkbox/esm/index.css +39 -39
  369. package/checkbox/index.css +39 -39
  370. package/checkbox/modern/Component.js +1 -1
  371. package/checkbox/modern/index.css +39 -39
  372. package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
  373. package/checkbox-group/components/base-checkbox-group/index.css +20 -20
  374. package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +2 -2
  375. package/checkbox-group/cssm/desktop/desktop.module.css +1 -1
  376. package/checkbox-group/desktop/Component.desktop.js +1 -1
  377. package/checkbox-group/desktop/desktop.css +4 -4
  378. package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
  379. package/checkbox-group/esm/components/base-checkbox-group/index.css +20 -20
  380. package/checkbox-group/esm/desktop/Component.desktop.js +1 -1
  381. package/checkbox-group/esm/desktop/desktop.css +4 -4
  382. package/checkbox-group/esm/mobile/Component.mobile.js +1 -1
  383. package/checkbox-group/esm/mobile/mobile.css +3 -3
  384. package/checkbox-group/mobile/Component.mobile.js +1 -1
  385. package/checkbox-group/mobile/mobile.css +3 -3
  386. package/checkbox-group/modern/components/base-checkbox-group/Component.js +1 -1
  387. package/checkbox-group/modern/components/base-checkbox-group/index.css +20 -20
  388. package/checkbox-group/modern/desktop/Component.desktop.js +1 -1
  389. package/checkbox-group/modern/desktop/desktop.css +4 -4
  390. package/checkbox-group/modern/mobile/Component.mobile.js +1 -1
  391. package/checkbox-group/modern/mobile/mobile.css +3 -3
  392. package/circular-progress-bar/Component.js +1 -1
  393. package/circular-progress-bar/cssm/index.module.css +2 -2
  394. package/circular-progress-bar/esm/Component.js +1 -1
  395. package/circular-progress-bar/esm/index.css +50 -50
  396. package/circular-progress-bar/index.css +50 -50
  397. package/circular-progress-bar/modern/Component.js +1 -1
  398. package/circular-progress-bar/modern/index.css +50 -50
  399. package/code-input/components/base-code-input/component.js +1 -1
  400. package/code-input/components/base-code-input/index.css +6 -6
  401. package/code-input/components/input/component.js +1 -1
  402. package/code-input/components/input/index.css +13 -13
  403. package/code-input/cssm/components/base-code-input/index.module.css +1 -1
  404. package/code-input/cssm/components/input/index.module.css +2 -2
  405. package/code-input/desktop/Component.desktop.js +1 -1
  406. package/code-input/desktop/desktop.css +1 -1
  407. package/code-input/esm/components/base-code-input/component.js +1 -1
  408. package/code-input/esm/components/base-code-input/index.css +6 -6
  409. package/code-input/esm/components/input/component.js +1 -1
  410. package/code-input/esm/components/input/index.css +13 -13
  411. package/code-input/esm/desktop/Component.desktop.js +1 -1
  412. package/code-input/esm/desktop/desktop.css +1 -1
  413. package/code-input/esm/mobile/Component.mobile.js +1 -1
  414. package/code-input/esm/mobile/mobile.css +2 -2
  415. package/code-input/mobile/Component.mobile.js +1 -1
  416. package/code-input/mobile/mobile.css +2 -2
  417. package/code-input/modern/components/base-code-input/component.js +1 -1
  418. package/code-input/modern/components/base-code-input/index.css +6 -6
  419. package/code-input/modern/components/input/component.js +1 -1
  420. package/code-input/modern/components/input/index.css +13 -13
  421. package/code-input/modern/desktop/Component.desktop.js +1 -1
  422. package/code-input/modern/desktop/desktop.css +1 -1
  423. package/code-input/modern/mobile/Component.mobile.js +1 -1
  424. package/code-input/modern/mobile/mobile.css +2 -2
  425. package/collapse/Component.js +1 -1
  426. package/collapse/esm/Component.js +1 -1
  427. package/collapse/esm/index.css +8 -8
  428. package/collapse/index.css +8 -8
  429. package/collapse/modern/Component.js +1 -1
  430. package/collapse/modern/index.css +8 -8
  431. package/comment/Component.js +1 -1
  432. package/comment/esm/Component.js +1 -1
  433. package/comment/esm/index.css +3 -3
  434. package/comment/index.css +3 -3
  435. package/comment/modern/Component.js +1 -1
  436. package/comment/modern/index.css +3 -3
  437. package/confirmation/components/base-confirmation/component.js +1 -1
  438. package/confirmation/components/base-confirmation/index.css +2 -2
  439. package/confirmation/components/countdown-loader/component.js +1 -1
  440. package/confirmation/components/countdown-loader/index.css +2 -2
  441. package/confirmation/components/header/component.js +1 -1
  442. package/confirmation/components/header/index.css +4 -4
  443. package/confirmation/components/screens/fatal-error/component.js +1 -1
  444. package/confirmation/components/screens/fatal-error/index.css +7 -7
  445. package/confirmation/components/screens/hint/component.js +1 -1
  446. package/confirmation/components/screens/hint/index.css +13 -13
  447. package/confirmation/components/screens/initial/component.js +1 -1
  448. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  449. package/confirmation/components/screens/initial/index.css +19 -19
  450. package/confirmation/components/screens/temp-block/component.js +1 -1
  451. package/confirmation/components/screens/temp-block/index.css +8 -8
  452. package/confirmation/{countdown-section-3de166c8.js → countdown-section-62dc9b1b.js} +1 -1
  453. package/confirmation/cssm/components/screens/fatal-error/index.module.css +1 -1
  454. package/confirmation/cssm/components/screens/hint/index.module.css +1 -1
  455. package/confirmation/cssm/components/screens/initial/index.module.css +1 -1
  456. package/confirmation/cssm/components/screens/temp-block/index.module.css +1 -1
  457. package/confirmation/esm/component.responsive.js +1 -1
  458. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  459. package/confirmation/esm/components/base-confirmation/index.css +2 -2
  460. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  461. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  462. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  463. package/confirmation/esm/components/header/component.js +1 -1
  464. package/confirmation/esm/components/header/index.css +4 -4
  465. package/confirmation/esm/components/index.js +1 -1
  466. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  467. package/confirmation/esm/components/screens/fatal-error/index.css +7 -7
  468. package/confirmation/esm/components/screens/hint/component.js +1 -1
  469. package/confirmation/esm/components/screens/hint/index.css +13 -13
  470. package/confirmation/esm/components/screens/index.js +1 -1
  471. package/confirmation/esm/components/screens/initial/component.js +1 -1
  472. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  473. package/confirmation/esm/components/screens/initial/index.css +19 -19
  474. package/confirmation/esm/components/screens/initial/index.js +1 -1
  475. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  476. package/confirmation/esm/components/screens/temp-block/index.css +8 -8
  477. package/confirmation/esm/{countdown-section-a5890bc0.js → countdown-section-62c5863f.js} +1 -1
  478. package/confirmation/esm/desktop/component.desktop.js +1 -1
  479. package/confirmation/esm/desktop/index.js +1 -1
  480. package/confirmation/esm/index.js +1 -1
  481. package/confirmation/esm/mobile/component.mobile.js +2 -2
  482. package/confirmation/esm/mobile/index.js +1 -1
  483. package/confirmation/esm/mobile/mobile.css +2 -2
  484. package/confirmation/esm/shared/index.js +1 -1
  485. package/confirmation/mobile/component.mobile.js +1 -1
  486. package/confirmation/mobile/mobile.css +2 -2
  487. package/confirmation/modern/component.responsive.js +1 -1
  488. package/confirmation/modern/components/base-confirmation/component.js +2 -2
  489. package/confirmation/modern/components/base-confirmation/index.css +2 -2
  490. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  491. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  492. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  493. package/confirmation/modern/components/header/component.js +1 -1
  494. package/confirmation/modern/components/header/index.css +4 -4
  495. package/confirmation/modern/components/index.js +1 -1
  496. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  497. package/confirmation/modern/components/screens/fatal-error/index.css +7 -7
  498. package/confirmation/modern/components/screens/hint/component.js +1 -1
  499. package/confirmation/modern/components/screens/hint/index.css +13 -13
  500. package/confirmation/modern/components/screens/index.js +1 -1
  501. package/confirmation/modern/components/screens/initial/component.js +1 -1
  502. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  503. package/confirmation/modern/components/screens/initial/index.css +19 -19
  504. package/confirmation/modern/components/screens/initial/index.js +1 -1
  505. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  506. package/confirmation/modern/components/screens/temp-block/index.css +8 -8
  507. package/confirmation/modern/{countdown-section-b244086d.js → countdown-section-6ca560c4.js} +1 -1
  508. package/confirmation/modern/desktop/component.desktop.js +1 -1
  509. package/confirmation/modern/desktop/index.js +1 -1
  510. package/confirmation/modern/index.js +1 -1
  511. package/confirmation/modern/mobile/component.mobile.js +2 -2
  512. package/confirmation/modern/mobile/index.js +1 -1
  513. package/confirmation/modern/mobile/mobile.css +2 -2
  514. package/confirmation/modern/shared/index.js +1 -1
  515. package/confirmation-v1/component.js +1 -1
  516. package/confirmation-v1/components/code-input/component.js +1 -1
  517. package/confirmation-v1/components/code-input/index.css +12 -12
  518. package/confirmation-v1/components/countdown/component.js +1 -1
  519. package/confirmation-v1/components/countdown/index.css +13 -13
  520. package/confirmation-v1/components/countdown-loader/component.js +1 -1
  521. package/confirmation-v1/components/countdown-loader/index.css +2 -2
  522. package/confirmation-v1/components/overlimit/component.js +1 -1
  523. package/confirmation-v1/components/overlimit/index.css +10 -10
  524. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  525. package/confirmation-v1/components/sign-confirmation/index.css +15 -15
  526. package/confirmation-v1/cssm/components/code-input/index.module.css +2 -2
  527. package/confirmation-v1/cssm/components/overlimit/index.module.css +1 -1
  528. package/confirmation-v1/cssm/components/sign-confirmation/index.module.css +2 -2
  529. package/confirmation-v1/cssm/index.module.css +1 -1
  530. package/confirmation-v1/esm/component.js +1 -1
  531. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  532. package/confirmation-v1/esm/components/code-input/index.css +12 -12
  533. package/confirmation-v1/esm/components/countdown/component.js +1 -1
  534. package/confirmation-v1/esm/components/countdown/index.css +13 -13
  535. package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
  536. package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
  537. package/confirmation-v1/esm/components/overlimit/component.js +1 -1
  538. package/confirmation-v1/esm/components/overlimit/index.css +10 -10
  539. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  540. package/confirmation-v1/esm/components/sign-confirmation/index.css +15 -15
  541. package/confirmation-v1/esm/index.css +15 -15
  542. package/confirmation-v1/index.css +15 -15
  543. package/confirmation-v1/modern/component.js +1 -1
  544. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  545. package/confirmation-v1/modern/components/code-input/index.css +12 -12
  546. package/confirmation-v1/modern/components/countdown/component.js +1 -1
  547. package/confirmation-v1/modern/components/countdown/index.css +13 -13
  548. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  549. package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
  550. package/confirmation-v1/modern/components/overlimit/component.js +1 -1
  551. package/confirmation-v1/modern/components/overlimit/index.css +10 -10
  552. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  553. package/confirmation-v1/modern/components/sign-confirmation/index.css +15 -15
  554. package/confirmation-v1/modern/index.css +15 -15
  555. package/custom-button/Component.js +1 -1
  556. package/custom-button/cssm/index.module.css +4 -4
  557. package/custom-button/esm/Component.js +1 -1
  558. package/custom-button/esm/index.css +25 -25
  559. package/custom-button/index.css +25 -25
  560. package/custom-button/modern/Component.js +1 -1
  561. package/custom-button/modern/index.css +25 -25
  562. package/custom-picker-button/esm/field/Component.js +1 -1
  563. package/custom-picker-button/esm/field/index.css +5 -5
  564. package/custom-picker-button/field/Component.js +1 -1
  565. package/custom-picker-button/field/index.css +5 -5
  566. package/custom-picker-button/modern/field/Component.js +1 -1
  567. package/custom-picker-button/modern/field/index.css +5 -5
  568. package/date-input/Component.js +1 -1
  569. package/date-input/esm/Component.js +1 -1
  570. package/date-input/esm/index.css +4 -4
  571. package/date-input/index.css +4 -4
  572. package/date-input/modern/Component.js +1 -1
  573. package/date-input/modern/index.css +4 -4
  574. package/date-range-input/components/date-range-input/Component.js +1 -1
  575. package/date-range-input/components/date-range-input/index.css +7 -7
  576. package/date-range-input/esm/components/date-range-input/Component.js +1 -1
  577. package/date-range-input/esm/components/date-range-input/index.css +7 -7
  578. package/date-range-input/modern/components/date-range-input/Component.js +1 -1
  579. package/date-range-input/modern/components/date-range-input/index.css +7 -7
  580. package/date-time-input/components/date-time-input/Component.js +1 -1
  581. package/date-time-input/components/date-time-input/index.css +7 -7
  582. package/date-time-input/esm/components/date-time-input/Component.js +1 -1
  583. package/date-time-input/esm/components/date-time-input/index.css +7 -7
  584. package/date-time-input/modern/components/date-time-input/Component.js +1 -1
  585. package/date-time-input/modern/components/date-time-input/index.css +7 -7
  586. package/divider/Component.js +1 -1
  587. package/divider/esm/Component.js +1 -1
  588. package/divider/esm/index.css +1 -1
  589. package/divider/index.css +1 -1
  590. package/divider/modern/Component.js +1 -1
  591. package/divider/modern/index.css +1 -1
  592. package/drawer/Component.js +1 -1
  593. package/drawer/esm/Component.js +1 -1
  594. package/drawer/esm/index.css +34 -34
  595. package/drawer/index.css +34 -34
  596. package/drawer/modern/Component.js +1 -1
  597. package/drawer/modern/index.css +34 -34
  598. package/dropzone/Component.js +1 -1
  599. package/dropzone/components/overlay/Component.js +1 -1
  600. package/dropzone/components/overlay/index.css +4 -4
  601. package/dropzone/cssm/components/overlay/index.module.css +1 -1
  602. package/dropzone/cssm/index.module.css +2 -2
  603. package/dropzone/esm/Component.js +1 -1
  604. package/dropzone/esm/components/overlay/Component.js +1 -1
  605. package/dropzone/esm/components/overlay/index.css +4 -4
  606. package/dropzone/esm/index.css +10 -10
  607. package/dropzone/index.css +10 -10
  608. package/dropzone/modern/Component.js +1 -1
  609. package/dropzone/modern/components/overlay/Component.js +1 -1
  610. package/dropzone/modern/components/overlay/index.css +4 -4
  611. package/dropzone/modern/index.css +10 -10
  612. package/file-upload-item/Component.d.ts +2 -2
  613. package/file-upload-item/Component.js +3 -3
  614. package/file-upload-item/cssm/Component.d.ts +2 -2
  615. package/file-upload-item/cssm/Component.js +2 -2
  616. package/file-upload-item/cssm/index.module.css +4 -4
  617. package/file-upload-item/esm/Component.d.ts +2 -2
  618. package/file-upload-item/esm/Component.js +3 -3
  619. package/file-upload-item/esm/index.css +28 -28
  620. package/file-upload-item/index.css +28 -28
  621. package/file-upload-item/modern/Component.d.ts +2 -2
  622. package/file-upload-item/modern/Component.js +3 -3
  623. package/file-upload-item/modern/index.css +28 -28
  624. package/filter-tag/components/base-filter-tag/Component.js +1 -1
  625. package/filter-tag/components/base-filter-tag/index.css +72 -72
  626. package/filter-tag/cssm/components/base-filter-tag/index.module.css +6 -6
  627. package/filter-tag/desktop/Component.desktop.js +1 -1
  628. package/filter-tag/desktop/desktop.css +19 -19
  629. package/filter-tag/esm/components/base-filter-tag/Component.js +1 -1
  630. package/filter-tag/esm/components/base-filter-tag/index.css +72 -72
  631. package/filter-tag/esm/desktop/Component.desktop.js +1 -1
  632. package/filter-tag/esm/desktop/desktop.css +19 -19
  633. package/filter-tag/esm/mobile/Component.mobile.js +1 -1
  634. package/filter-tag/esm/mobile/mobile.css +19 -19
  635. package/filter-tag/mobile/Component.mobile.js +1 -1
  636. package/filter-tag/mobile/mobile.css +19 -19
  637. package/filter-tag/modern/components/base-filter-tag/Component.js +1 -1
  638. package/filter-tag/modern/components/base-filter-tag/index.css +72 -72
  639. package/filter-tag/modern/desktop/Component.desktop.js +1 -1
  640. package/filter-tag/modern/desktop/desktop.css +19 -19
  641. package/filter-tag/modern/mobile/Component.mobile.js +1 -1
  642. package/filter-tag/modern/mobile/mobile.css +19 -19
  643. package/form-control/components/base-form-control/Component.js +3 -3
  644. package/form-control/components/base-form-control/default.css +20 -20
  645. package/form-control/components/base-form-control/index.css +40 -40
  646. package/form-control/components/base-form-control/inverted.css +20 -20
  647. package/form-control/cssm/components/base-form-control/default.module.css +3 -3
  648. package/form-control/cssm/components/base-form-control/inverted.module.css +3 -3
  649. package/form-control/cssm/desktop/default.desktop.module.css +1 -1
  650. package/form-control/cssm/desktop/inverted.desktop.module.css +1 -1
  651. package/form-control/cssm/mobile/default.mobile.module.css +1 -1
  652. package/form-control/cssm/mobile/inverted.mobile.module.css +1 -1
  653. package/form-control/desktop/Component.desktop.js +3 -3
  654. package/form-control/desktop/default.desktop.css +4 -4
  655. package/form-control/desktop/desktop.css +7 -7
  656. package/form-control/desktop/inverted.desktop.css +4 -4
  657. package/form-control/esm/components/base-form-control/Component.js +3 -3
  658. package/form-control/esm/components/base-form-control/default.css +20 -20
  659. package/form-control/esm/components/base-form-control/index.css +40 -40
  660. package/form-control/esm/components/base-form-control/inverted.css +20 -20
  661. package/form-control/esm/desktop/Component.desktop.js +3 -3
  662. package/form-control/esm/desktop/default.desktop.css +4 -4
  663. package/form-control/esm/desktop/desktop.css +7 -7
  664. package/form-control/esm/desktop/inverted.desktop.css +4 -4
  665. package/form-control/esm/mobile/Component.mobile.js +3 -3
  666. package/form-control/esm/mobile/default.mobile.css +3 -3
  667. package/form-control/esm/mobile/inverted.mobile.css +3 -3
  668. package/form-control/esm/mobile/mobile.css +7 -7
  669. package/form-control/mobile/Component.mobile.js +3 -3
  670. package/form-control/mobile/default.mobile.css +3 -3
  671. package/form-control/mobile/inverted.mobile.css +3 -3
  672. package/form-control/mobile/mobile.css +7 -7
  673. package/form-control/modern/components/base-form-control/Component.js +3 -3
  674. package/form-control/modern/components/base-form-control/default.css +20 -20
  675. package/form-control/modern/components/base-form-control/index.css +40 -40
  676. package/form-control/modern/components/base-form-control/inverted.css +20 -20
  677. package/form-control/modern/desktop/Component.desktop.js +3 -3
  678. package/form-control/modern/desktop/default.desktop.css +4 -4
  679. package/form-control/modern/desktop/desktop.css +7 -7
  680. package/form-control/modern/desktop/inverted.desktop.css +4 -4
  681. package/form-control/modern/mobile/Component.mobile.js +3 -3
  682. package/form-control/modern/mobile/default.mobile.css +3 -3
  683. package/form-control/modern/mobile/inverted.mobile.css +3 -3
  684. package/form-control/modern/mobile/mobile.css +7 -7
  685. package/gallery/Component.js +1 -1
  686. package/gallery/{buttons-336f96ee.js → buttons-cd063d09.js} +1 -1
  687. package/gallery/components/header/Component.js +1 -1
  688. package/gallery/components/header/buttons.js +1 -1
  689. package/gallery/components/header/index.css +6 -6
  690. package/gallery/components/header-info-block/Component.js +1 -1
  691. package/gallery/components/header-info-block/index.css +5 -5
  692. package/gallery/components/image-preview/Component.js +1 -1
  693. package/gallery/components/image-preview/index.css +14 -14
  694. package/gallery/components/image-viewer/component.js +1 -1
  695. package/gallery/components/image-viewer/index.css +19 -19
  696. package/gallery/components/image-viewer/slide.js +1 -1
  697. package/gallery/components/navigation-bar/Component.js +1 -1
  698. package/gallery/components/navigation-bar/index.css +6 -6
  699. package/gallery/esm/Component.js +3 -3
  700. package/gallery/esm/{buttons-56ff3375.js → buttons-a4ab88cd.js} +1 -1
  701. package/gallery/esm/components/header/Component.js +1 -1
  702. package/gallery/esm/components/header/buttons.js +1 -1
  703. package/gallery/esm/components/header/index.css +6 -6
  704. package/gallery/esm/components/header/index.js +1 -1
  705. package/gallery/esm/components/header-info-block/Component.js +1 -1
  706. package/gallery/esm/components/header-info-block/index.css +5 -5
  707. package/gallery/esm/components/image-preview/Component.js +2 -2
  708. package/gallery/esm/components/image-preview/index.css +14 -14
  709. package/gallery/esm/components/image-preview/index.js +1 -1
  710. package/gallery/esm/components/image-viewer/component.js +1 -1
  711. package/gallery/esm/components/image-viewer/index.css +19 -19
  712. package/gallery/esm/components/image-viewer/index.js +1 -1
  713. package/gallery/esm/components/image-viewer/slide.js +1 -1
  714. package/gallery/esm/components/index.js +2 -2
  715. package/gallery/esm/components/navigation-bar/Component.js +2 -2
  716. package/gallery/esm/components/navigation-bar/index.css +6 -6
  717. package/gallery/esm/components/navigation-bar/index.js +1 -1
  718. package/gallery/esm/index.css +3 -3
  719. package/gallery/esm/index.js +2 -2
  720. package/gallery/esm/{slide-836afa92.js → slide-74fe8645.js} +1 -1
  721. package/gallery/index.css +3 -3
  722. package/gallery/modern/Component.js +3 -3
  723. package/gallery/modern/{buttons-f5ffd4af.js → buttons-223b39a6.js} +1 -1
  724. package/gallery/modern/components/header/Component.js +1 -1
  725. package/gallery/modern/components/header/buttons.js +1 -1
  726. package/gallery/modern/components/header/index.css +6 -6
  727. package/gallery/modern/components/header/index.js +1 -1
  728. package/gallery/modern/components/header-info-block/Component.js +1 -1
  729. package/gallery/modern/components/header-info-block/index.css +5 -5
  730. package/gallery/modern/components/image-preview/Component.js +2 -2
  731. package/gallery/modern/components/image-preview/index.css +14 -14
  732. package/gallery/modern/components/image-preview/index.js +1 -1
  733. package/gallery/modern/components/image-viewer/component.js +1 -1
  734. package/gallery/modern/components/image-viewer/index.css +19 -19
  735. package/gallery/modern/components/image-viewer/index.js +1 -1
  736. package/gallery/modern/components/image-viewer/slide.js +1 -1
  737. package/gallery/modern/components/index.js +2 -2
  738. package/gallery/modern/components/navigation-bar/Component.js +2 -2
  739. package/gallery/modern/components/navigation-bar/index.css +6 -6
  740. package/gallery/modern/components/navigation-bar/index.js +1 -1
  741. package/gallery/modern/index.css +3 -3
  742. package/gallery/modern/index.js +2 -2
  743. package/gallery/modern/{slide-431c7323.js → slide-49b8c0d6.js} +1 -1
  744. package/gallery/{slide-06667926.js → slide-eaa00f4b.js} +1 -1
  745. package/gap/Component.js +1 -1
  746. package/gap/esm/Component.js +1 -1
  747. package/gap/esm/index.css +37 -37
  748. package/gap/index.css +37 -37
  749. package/gap/modern/Component.js +1 -1
  750. package/gap/modern/index.css +37 -37
  751. package/generic-wrapper/Component.js +1 -1
  752. package/generic-wrapper/esm/Component.js +1 -1
  753. package/generic-wrapper/esm/index.css +42 -42
  754. package/generic-wrapper/index.css +42 -42
  755. package/generic-wrapper/modern/Component.js +1 -1
  756. package/generic-wrapper/modern/index.css +42 -42
  757. package/grid/col/Component.js +2 -2
  758. package/grid/col/index.css +550 -550
  759. package/grid/esm/Component.js +1 -1
  760. package/grid/esm/col/Component.js +2 -2
  761. package/grid/esm/col/index.css +550 -550
  762. package/grid/esm/col/index.js +1 -1
  763. package/grid/esm/gutters.css +84 -84
  764. package/grid/esm/gutters.module-bc37e06a.js +4 -0
  765. package/grid/esm/index.js +1 -1
  766. package/grid/esm/row/Component.js +2 -2
  767. package/grid/esm/row/index.css +9 -9
  768. package/grid/esm/row/index.js +1 -1
  769. package/grid/gutters.css +84 -84
  770. package/grid/gutters.module-9f19ad77.js +4 -0
  771. package/grid/modern/Component.js +1 -1
  772. package/grid/modern/col/Component.js +2 -2
  773. package/grid/modern/col/index.css +550 -550
  774. package/grid/modern/col/index.js +1 -1
  775. package/grid/modern/gutters.css +84 -84
  776. package/grid/modern/gutters.module-cc0c2a79.js +4 -0
  777. package/grid/modern/index.js +1 -1
  778. package/grid/modern/row/Component.js +2 -2
  779. package/grid/modern/row/index.css +9 -9
  780. package/grid/modern/row/index.js +1 -1
  781. package/grid/row/Component.js +2 -2
  782. package/grid/row/index.css +9 -9
  783. package/hatching-progress-bar/Component.js +1 -1
  784. package/hatching-progress-bar/cssm/index.module.css +2 -2
  785. package/hatching-progress-bar/esm/Component.js +1 -1
  786. package/hatching-progress-bar/esm/index.css +13 -13
  787. package/hatching-progress-bar/index.css +13 -13
  788. package/hatching-progress-bar/modern/Component.js +1 -1
  789. package/hatching-progress-bar/modern/index.css +13 -13
  790. package/icon-button/Component.js +3 -3
  791. package/icon-button/cssm/default.module.css +4 -4
  792. package/icon-button/cssm/inverted.module.css +3 -3
  793. package/icon-button/default.css +28 -28
  794. package/icon-button/esm/Component.js +3 -3
  795. package/icon-button/esm/default.css +28 -28
  796. package/icon-button/esm/index.css +12 -12
  797. package/icon-button/esm/inverted.css +27 -27
  798. package/icon-button/index.css +12 -12
  799. package/icon-button/inverted.css +27 -27
  800. package/icon-button/modern/Component.js +3 -3
  801. package/icon-button/modern/default.css +28 -28
  802. package/icon-button/modern/index.css +12 -12
  803. package/icon-button/modern/inverted.css +27 -27
  804. package/icon-view/components/base-shape/component.js +1 -1
  805. package/icon-view/components/base-shape/index.css +67 -67
  806. package/icon-view/esm/components/base-shape/component.js +1 -1
  807. package/icon-view/esm/components/base-shape/index.css +67 -67
  808. package/icon-view/modern/components/base-shape/component.js +1 -1
  809. package/icon-view/modern/components/base-shape/index.css +67 -67
  810. package/indicator/Component.js +1 -1
  811. package/indicator/cssm/index.module.css +2 -2
  812. package/indicator/esm/Component.js +1 -1
  813. package/indicator/esm/index.css +19 -19
  814. package/indicator/index.css +19 -19
  815. package/indicator/modern/Component.js +1 -1
  816. package/indicator/modern/index.css +19 -19
  817. package/input/components/base-input/Component.js +3 -3
  818. package/input/components/base-input/default.css +12 -12
  819. package/input/components/base-input/index.css +38 -38
  820. package/input/components/base-input/inverted.css +11 -11
  821. package/input/components/clear-button/Component.js +3 -3
  822. package/input/components/clear-button/default.css +4 -4
  823. package/input/components/clear-button/index.css +4 -4
  824. package/input/components/clear-button/inverted.css +4 -4
  825. package/input/cssm/components/base-input/default.module.css +2 -2
  826. package/input/cssm/components/base-input/index.module.css +1 -1
  827. package/input/cssm/components/base-input/inverted.module.css +1 -1
  828. package/input/esm/components/base-input/Component.js +3 -3
  829. package/input/esm/components/base-input/default.css +12 -12
  830. package/input/esm/components/base-input/index.css +38 -38
  831. package/input/esm/components/base-input/inverted.css +11 -11
  832. package/input/esm/components/clear-button/Component.js +3 -3
  833. package/input/esm/components/clear-button/default.css +4 -4
  834. package/input/esm/components/clear-button/index.css +4 -4
  835. package/input/esm/components/clear-button/inverted.css +4 -4
  836. package/input/modern/components/base-input/Component.js +3 -3
  837. package/input/modern/components/base-input/default.css +12 -12
  838. package/input/modern/components/base-input/index.css +38 -38
  839. package/input/modern/components/base-input/inverted.css +11 -11
  840. package/input/modern/components/clear-button/Component.js +3 -3
  841. package/input/modern/components/clear-button/default.css +4 -4
  842. package/input/modern/components/clear-button/index.css +4 -4
  843. package/input/modern/components/clear-button/inverted.css +4 -4
  844. package/input-autocomplete/autocomplete-field/Component.js +5 -2
  845. package/input-autocomplete/autocomplete-field/index.css +2 -2
  846. package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
  847. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  848. package/input-autocomplete/cssm/autocomplete-field/Component.js +4 -1
  849. package/input-autocomplete/cssm/enums.d.ts +5 -0
  850. package/input-autocomplete/cssm/enums.js +7 -0
  851. package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -2
  852. package/input-autocomplete/cssm/types.d.ts +2 -1
  853. package/input-autocomplete/enums.d.ts +5 -0
  854. package/input-autocomplete/enums.js +7 -0
  855. package/input-autocomplete/esm/Component.responsive.js +1 -0
  856. package/input-autocomplete/esm/autocomplete-field/Component.js +5 -2
  857. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  858. package/input-autocomplete/esm/autocomplete-field/index.js +1 -0
  859. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
  860. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  861. package/input-autocomplete/esm/desktop/Component.desktop.js +1 -0
  862. package/input-autocomplete/esm/desktop/index.js +1 -0
  863. package/input-autocomplete/esm/enums.d.ts +5 -0
  864. package/input-autocomplete/esm/enums.js +7 -0
  865. package/input-autocomplete/esm/index.js +1 -0
  866. package/input-autocomplete/esm/mobile/Component.mobile.js +4 -3
  867. package/input-autocomplete/esm/mobile/Component.modal.mobile.js +1 -0
  868. package/input-autocomplete/esm/mobile/index.js +1 -0
  869. package/input-autocomplete/esm/mobile/mobile.css +2 -2
  870. package/input-autocomplete/esm/types.d.ts +2 -1
  871. package/input-autocomplete/mobile/Component.mobile.js +4 -3
  872. package/input-autocomplete/mobile/mobile.css +2 -2
  873. package/input-autocomplete/modern/Component.responsive.js +1 -0
  874. package/input-autocomplete/modern/autocomplete-field/Component.js +3 -2
  875. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  876. package/input-autocomplete/modern/autocomplete-field/index.js +1 -0
  877. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  878. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  879. package/input-autocomplete/modern/desktop/Component.desktop.js +1 -0
  880. package/input-autocomplete/modern/desktop/index.js +1 -0
  881. package/input-autocomplete/modern/enums.d.ts +5 -0
  882. package/input-autocomplete/modern/enums.js +7 -0
  883. package/input-autocomplete/modern/index.js +1 -0
  884. package/input-autocomplete/modern/mobile/Component.mobile.js +4 -3
  885. package/input-autocomplete/modern/mobile/Component.modal.mobile.js +1 -0
  886. package/input-autocomplete/modern/mobile/index.js +1 -0
  887. package/input-autocomplete/modern/mobile/mobile.css +2 -2
  888. package/input-autocomplete/modern/types.d.ts +2 -1
  889. package/input-autocomplete/types.d.ts +2 -1
  890. package/international-phone-input/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
  891. package/international-phone-input/Component.responsive.d.ts +4 -4
  892. package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -1
  893. package/international-phone-input/components/base-international-phone-input/Component.js +34 -6
  894. package/international-phone-input/components/base-international-phone-input/index.css +2 -2
  895. package/international-phone-input/components/country-select/Component.js +1 -1
  896. package/international-phone-input/components/country-select/index.css +8 -8
  897. package/international-phone-input/components/flag-icon/component.js +1 -1
  898. package/international-phone-input/components/flag-icon/index.css +3 -3
  899. package/international-phone-input/components/select-field/component.js +1 -1
  900. package/international-phone-input/components/select-field/index.css +9 -9
  901. package/international-phone-input/cssm/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
  902. package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
  903. package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -1
  904. package/international-phone-input/cssm/components/base-international-phone-input/Component.js +33 -5
  905. package/international-phone-input/cssm/types.d.ts +1 -1
  906. package/international-phone-input/cssm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  907. package/international-phone-input/cssm/utils-89376c31.d.ts +1 -1
  908. package/international-phone-input/esm/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
  909. package/international-phone-input/esm/Component.responsive.d.ts +4 -4
  910. package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -1
  911. package/international-phone-input/esm/components/base-international-phone-input/Component.js +34 -6
  912. package/international-phone-input/esm/components/base-international-phone-input/index.css +2 -2
  913. package/international-phone-input/esm/components/country-select/Component.js +1 -1
  914. package/international-phone-input/esm/components/country-select/index.css +8 -8
  915. package/international-phone-input/esm/components/flag-icon/component.js +1 -1
  916. package/international-phone-input/esm/components/flag-icon/index.css +3 -3
  917. package/international-phone-input/esm/components/select-field/component.js +1 -1
  918. package/international-phone-input/esm/components/select-field/index.css +9 -9
  919. package/international-phone-input/esm/types.d.ts +1 -1
  920. package/international-phone-input/esm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  921. package/international-phone-input/esm/utils-89376c31.d.ts +1 -1
  922. package/international-phone-input/modern/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
  923. package/international-phone-input/modern/Component.responsive.d.ts +4 -4
  924. package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -1
  925. package/international-phone-input/modern/components/base-international-phone-input/Component.js +30 -4
  926. package/international-phone-input/modern/components/base-international-phone-input/index.css +2 -2
  927. package/international-phone-input/modern/components/country-select/Component.js +1 -1
  928. package/international-phone-input/modern/components/country-select/index.css +8 -8
  929. package/international-phone-input/modern/components/flag-icon/component.js +1 -1
  930. package/international-phone-input/modern/components/flag-icon/index.css +3 -3
  931. package/international-phone-input/modern/components/select-field/component.js +1 -1
  932. package/international-phone-input/modern/components/select-field/index.css +9 -9
  933. package/international-phone-input/modern/types.d.ts +1 -1
  934. package/international-phone-input/modern/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  935. package/international-phone-input/modern/utils-89376c31.d.ts +1 -1
  936. package/international-phone-input/types.d.ts +1 -1
  937. package/international-phone-input/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  938. package/international-phone-input/utils-89376c31.d.ts +1 -1
  939. package/intl-phone-input/component.js +1 -1
  940. package/intl-phone-input/components/flag-icon/component.js +1 -1
  941. package/intl-phone-input/components/flag-icon/index.css +3 -3
  942. package/intl-phone-input/components/select/component.js +1 -1
  943. package/intl-phone-input/components/select/index.css +6 -6
  944. package/intl-phone-input/components/select-field/component.js +1 -1
  945. package/intl-phone-input/components/select-field/index.css +9 -9
  946. package/intl-phone-input/esm/component.js +1 -1
  947. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  948. package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
  949. package/intl-phone-input/esm/components/select/component.js +1 -1
  950. package/intl-phone-input/esm/components/select/index.css +6 -6
  951. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  952. package/intl-phone-input/esm/components/select-field/index.css +9 -9
  953. package/intl-phone-input/esm/index.css +5 -5
  954. package/intl-phone-input/index.css +5 -5
  955. package/intl-phone-input/modern/component.js +1 -1
  956. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  957. package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
  958. package/intl-phone-input/modern/components/select/component.js +1 -1
  959. package/intl-phone-input/modern/components/select/index.css +6 -6
  960. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  961. package/intl-phone-input/modern/components/select-field/index.css +9 -9
  962. package/intl-phone-input/modern/index.css +5 -5
  963. package/link/Component.js +3 -3
  964. package/link/cssm/default.module.css +3 -3
  965. package/link/cssm/inverted.module.css +3 -3
  966. package/link/default.css +12 -12
  967. package/link/esm/Component.js +3 -3
  968. package/link/esm/default.css +12 -12
  969. package/link/esm/index.css +13 -13
  970. package/link/esm/inverted.css +12 -12
  971. package/link/index.css +13 -13
  972. package/link/inverted.css +12 -12
  973. package/link/modern/Component.js +3 -3
  974. package/link/modern/default.css +12 -12
  975. package/link/modern/index.css +13 -13
  976. package/link/modern/inverted.css +12 -12
  977. package/list/{Component-cc58e09d.js → Component-fd0a16a2.js} +2 -2
  978. package/list/Component.js +1 -1
  979. package/list/components/item/Component.js +1 -1
  980. package/list/components/item/index.css +10 -10
  981. package/list/components/item/index.d.ts +1 -1
  982. package/list/components/item/index.js +1 -1
  983. package/list/cssm/components/item/index.module.css +1 -1
  984. package/list/cssm/index.module.css +1 -1
  985. package/list/esm/{Component-81a36788.js → Component-3fbec0a2.js} +2 -2
  986. package/list/esm/Component.js +1 -1
  987. package/list/esm/components/item/Component.js +1 -1
  988. package/list/esm/components/item/index.css +10 -10
  989. package/list/esm/components/item/index.d.ts +1 -1
  990. package/list/esm/components/item/index.js +1 -1
  991. package/list/esm/index.css +6 -6
  992. package/list/esm/index.js +1 -1
  993. package/list/index.css +6 -6
  994. package/list/index.js +1 -1
  995. package/list/modern/{Component-faf9005c.js → Component-fb4c4097.js} +2 -2
  996. package/list/modern/Component.js +1 -1
  997. package/list/modern/components/item/Component.js +1 -1
  998. package/list/modern/components/item/index.css +10 -10
  999. package/list/modern/components/item/index.d.ts +1 -1
  1000. package/list/modern/components/item/index.js +1 -1
  1001. package/list/modern/index.css +6 -6
  1002. package/list/modern/index.js +1 -1
  1003. package/list-header/Component.js +1 -1
  1004. package/list-header/esm/Component.js +1 -1
  1005. package/list-header/esm/index.css +3 -3
  1006. package/list-header/index.css +3 -3
  1007. package/list-header/modern/Component.js +1 -1
  1008. package/list-header/modern/index.css +3 -3
  1009. package/loader/Component.js +1 -1
  1010. package/loader/esm/Component.js +1 -1
  1011. package/loader/esm/index.css +7 -7
  1012. package/loader/index.css +7 -7
  1013. package/loader/modern/Component.js +1 -1
  1014. package/loader/modern/index.css +7 -7
  1015. package/markdown/Component.js +1 -1
  1016. package/markdown/esm/Component.desktop.js +1 -1
  1017. package/markdown/esm/Component.js +1 -1
  1018. package/markdown/esm/Component.mobile.js +1 -1
  1019. package/markdown/esm/Component.responsive.js +1 -1
  1020. package/markdown/esm/desktop/index.js +1 -1
  1021. package/markdown/esm/hooks/use-overrides.js +1 -1
  1022. package/markdown/esm/index.css +14 -14
  1023. package/markdown/esm/index.js +1 -1
  1024. package/markdown/esm/mobile/index.js +1 -1
  1025. package/markdown/esm/{use-overrides-7458c0f4.js → use-overrides-6c62184d.js} +1 -1
  1026. package/markdown/hooks/use-overrides.js +1 -1
  1027. package/markdown/index.css +14 -14
  1028. package/markdown/modern/Component.desktop.js +1 -1
  1029. package/markdown/modern/Component.js +1 -1
  1030. package/markdown/modern/Component.mobile.js +1 -1
  1031. package/markdown/modern/Component.responsive.js +1 -1
  1032. package/markdown/modern/desktop/index.js +1 -1
  1033. package/markdown/modern/hooks/use-overrides.js +1 -1
  1034. package/markdown/modern/index.css +14 -14
  1035. package/markdown/modern/index.js +1 -1
  1036. package/markdown/modern/mobile/index.js +1 -1
  1037. package/markdown/modern/{use-overrides-844122ed.js → use-overrides-90208329.js} +1 -1
  1038. package/markdown/{use-overrides-bf16eba7.js → use-overrides-1d654655.js} +1 -1
  1039. package/masked-input/Component.js +1 -1
  1040. package/masked-input/esm/Component.js +1 -1
  1041. package/masked-input/esm/index.css +2 -2
  1042. package/masked-input/index.css +2 -2
  1043. package/masked-input/modern/Component.js +1 -1
  1044. package/masked-input/modern/index.css +2 -2
  1045. package/modal/Component.js +3 -3
  1046. package/modal/components/content/Component.js +3 -3
  1047. package/modal/components/content/desktop.css +7 -7
  1048. package/modal/components/content/index.css +4 -4
  1049. package/modal/components/content/mobile.css +3 -3
  1050. package/modal/components/controls/Component.js +2 -2
  1051. package/modal/components/controls/index.css +2 -2
  1052. package/modal/components/footer/Component.js +4 -4
  1053. package/modal/components/footer/desktop.css +9 -9
  1054. package/modal/components/footer/index.css +4 -4
  1055. package/modal/components/footer/layout.css +17 -17
  1056. package/modal/components/footer/mobile.css +3 -3
  1057. package/modal/components/header/Component.js +17 -5
  1058. package/modal/components/header/desktop.css +15 -15
  1059. package/modal/components/header/index.css +4 -4
  1060. package/modal/components/header/mobile.css +4 -4
  1061. package/modal/cssm/components/header/Component.js +14 -2
  1062. package/modal/desktop/desktop.css +9 -9
  1063. package/modal/esm/Component.js +3 -3
  1064. package/modal/esm/Component.responsive.js +1 -1
  1065. package/modal/esm/components/content/Component.js +3 -3
  1066. package/modal/esm/components/content/desktop.css +7 -7
  1067. package/modal/esm/components/content/index.css +4 -4
  1068. package/modal/esm/components/content/mobile.css +3 -3
  1069. package/modal/esm/components/controls/Component.js +2 -2
  1070. package/modal/esm/components/controls/index.css +2 -2
  1071. package/modal/esm/components/controls/index.js +1 -1
  1072. package/modal/esm/components/footer/Component.js +4 -4
  1073. package/modal/esm/components/footer/desktop.css +9 -9
  1074. package/modal/esm/components/footer/index.css +4 -4
  1075. package/modal/esm/components/footer/layout.css +17 -17
  1076. package/modal/esm/components/footer/mobile.css +3 -3
  1077. package/modal/esm/components/header/Component.js +18 -6
  1078. package/modal/esm/components/header/desktop.css +15 -15
  1079. package/modal/esm/components/header/index.css +4 -4
  1080. package/modal/esm/components/header/mobile.css +4 -4
  1081. package/modal/esm/desktop/Component.desktop.js +1 -1
  1082. package/modal/esm/desktop/desktop.css +9 -9
  1083. package/modal/esm/desktop/index.js +1 -1
  1084. package/modal/esm/index.js +1 -1
  1085. package/modal/esm/layout.module-c5c16c04.js +4 -0
  1086. package/modal/esm/mobile/Component.mobile.js +1 -1
  1087. package/modal/esm/mobile/index.js +1 -1
  1088. package/modal/esm/mobile/mobile.css +2 -2
  1089. package/modal/esm/transitions.css +8 -8
  1090. package/modal/layout.module-5b464412.js +4 -0
  1091. package/modal/mobile/mobile.css +2 -2
  1092. package/modal/modern/Component.js +3 -3
  1093. package/modal/modern/Component.responsive.js +1 -1
  1094. package/modal/modern/components/content/Component.js +3 -3
  1095. package/modal/modern/components/content/desktop.css +7 -7
  1096. package/modal/modern/components/content/index.css +4 -4
  1097. package/modal/modern/components/content/mobile.css +3 -3
  1098. package/modal/modern/components/controls/Component.js +2 -2
  1099. package/modal/modern/components/controls/index.css +2 -2
  1100. package/modal/modern/components/controls/index.js +1 -1
  1101. package/modal/modern/components/footer/Component.js +4 -4
  1102. package/modal/modern/components/footer/desktop.css +9 -9
  1103. package/modal/modern/components/footer/index.css +4 -4
  1104. package/modal/modern/components/footer/layout.css +17 -17
  1105. package/modal/modern/components/footer/mobile.css +3 -3
  1106. package/modal/modern/components/header/Component.js +14 -6
  1107. package/modal/modern/components/header/desktop.css +15 -15
  1108. package/modal/modern/components/header/index.css +4 -4
  1109. package/modal/modern/components/header/mobile.css +4 -4
  1110. package/modal/modern/desktop/Component.desktop.js +1 -1
  1111. package/modal/modern/desktop/desktop.css +9 -9
  1112. package/modal/modern/desktop/index.js +1 -1
  1113. package/modal/modern/index.js +1 -1
  1114. package/modal/modern/layout.module-a523c52f.js +4 -0
  1115. package/modal/modern/mobile/Component.mobile.js +1 -1
  1116. package/modal/modern/mobile/index.js +1 -1
  1117. package/modal/modern/mobile/mobile.css +2 -2
  1118. package/modal/modern/transitions.css +8 -8
  1119. package/modal/transitions.css +8 -8
  1120. package/navigation-bar/Component.js +1 -1
  1121. package/navigation-bar/components/back-arrow-addon/Component.js +1 -1
  1122. package/navigation-bar/components/back-arrow-addon/index.css +13 -13
  1123. package/navigation-bar/components/closer/Component.js +1 -1
  1124. package/navigation-bar/components/closer/index.css +7 -7
  1125. package/navigation-bar/cssm/components/back-arrow-addon/index.module.css +1 -1
  1126. package/navigation-bar/cssm/components/closer/index.module.css +1 -1
  1127. package/navigation-bar/cssm/index.module.css +1 -1
  1128. package/navigation-bar/esm/Component.js +1 -1
  1129. package/navigation-bar/esm/components/back-arrow-addon/Component.js +1 -1
  1130. package/navigation-bar/esm/components/back-arrow-addon/index.css +13 -13
  1131. package/navigation-bar/esm/components/closer/Component.js +1 -1
  1132. package/navigation-bar/esm/components/closer/index.css +7 -7
  1133. package/navigation-bar/esm/index.css +28 -28
  1134. package/navigation-bar/index.css +28 -28
  1135. package/navigation-bar/modern/Component.js +1 -1
  1136. package/navigation-bar/modern/components/back-arrow-addon/Component.js +1 -1
  1137. package/navigation-bar/modern/components/back-arrow-addon/index.css +13 -13
  1138. package/navigation-bar/modern/components/closer/Component.js +1 -1
  1139. package/navigation-bar/modern/components/closer/index.css +7 -7
  1140. package/navigation-bar/modern/index.css +28 -28
  1141. package/notification/Component.js +1 -1
  1142. package/notification/esm/Component.js +1 -1
  1143. package/notification/esm/index.css +9 -9
  1144. package/notification/index.css +9 -9
  1145. package/notification/modern/Component.js +1 -1
  1146. package/notification/modern/index.css +9 -9
  1147. package/notification-manager/component.d.ts +8 -0
  1148. package/notification-manager/component.js +10 -5
  1149. package/notification-manager/cssm/component.d.ts +8 -0
  1150. package/notification-manager/cssm/component.js +9 -4
  1151. package/notification-manager/cssm/index.module.css +5 -1
  1152. package/notification-manager/esm/component.d.ts +8 -0
  1153. package/notification-manager/esm/component.js +10 -5
  1154. package/notification-manager/esm/index.css +15 -11
  1155. package/notification-manager/index.css +15 -11
  1156. package/notification-manager/modern/component.d.ts +8 -0
  1157. package/notification-manager/modern/component.js +7 -4
  1158. package/notification-manager/modern/index.css +15 -11
  1159. package/number-input/components/number-input/Component.js +3 -3
  1160. package/number-input/components/number-input/default.css +4 -4
  1161. package/number-input/components/number-input/index.css +3 -3
  1162. package/number-input/components/number-input/inverted.css +4 -4
  1163. package/number-input/components/steppers/Component.js +3 -3
  1164. package/number-input/components/steppers/default.css +2 -2
  1165. package/number-input/components/steppers/index.css +4 -4
  1166. package/number-input/components/steppers/inverted.css +2 -2
  1167. package/number-input/esm/components/number-input/Component.js +3 -3
  1168. package/number-input/esm/components/number-input/default.css +4 -4
  1169. package/number-input/esm/components/number-input/index.css +3 -3
  1170. package/number-input/esm/components/number-input/inverted.css +4 -4
  1171. package/number-input/esm/components/steppers/Component.js +3 -3
  1172. package/number-input/esm/components/steppers/default.css +2 -2
  1173. package/number-input/esm/components/steppers/index.css +4 -4
  1174. package/number-input/esm/components/steppers/inverted.css +2 -2
  1175. package/number-input/modern/components/number-input/Component.js +3 -3
  1176. package/number-input/modern/components/number-input/default.css +4 -4
  1177. package/number-input/modern/components/number-input/index.css +3 -3
  1178. package/number-input/modern/components/number-input/inverted.css +4 -4
  1179. package/number-input/modern/components/steppers/Component.js +3 -3
  1180. package/number-input/modern/components/steppers/default.css +2 -2
  1181. package/number-input/modern/components/steppers/index.css +4 -4
  1182. package/number-input/modern/components/steppers/inverted.css +2 -2
  1183. package/package.json +3 -3
  1184. package/pagination/Component.js +1 -1
  1185. package/pagination/components/default-view/index.css +1 -1
  1186. package/pagination/components/default-view/index.js +1 -1
  1187. package/pagination/components/per-page-view/index.css +1 -1
  1188. package/pagination/components/per-page-view/index.js +1 -1
  1189. package/pagination/components/tag/index.css +10 -10
  1190. package/pagination/components/tag/index.js +1 -1
  1191. package/pagination/cssm/components/tag/index.module.css +3 -3
  1192. package/pagination/cssm/index.module.css +1 -1
  1193. package/pagination/esm/Component.js +1 -1
  1194. package/pagination/esm/components/default-view/index.css +1 -1
  1195. package/pagination/esm/components/default-view/index.js +1 -1
  1196. package/pagination/esm/components/per-page-view/index.css +1 -1
  1197. package/pagination/esm/components/per-page-view/index.js +1 -1
  1198. package/pagination/esm/components/tag/index.css +10 -10
  1199. package/pagination/esm/components/tag/index.js +1 -1
  1200. package/pagination/esm/index.css +4 -4
  1201. package/pagination/index.css +4 -4
  1202. package/pagination/modern/Component.js +1 -1
  1203. package/pagination/modern/components/default-view/index.css +1 -1
  1204. package/pagination/modern/components/default-view/index.js +1 -1
  1205. package/pagination/modern/components/per-page-view/index.css +1 -1
  1206. package/pagination/modern/components/per-page-view/index.js +1 -1
  1207. package/pagination/modern/components/tag/index.css +10 -10
  1208. package/pagination/modern/components/tag/index.js +1 -1
  1209. package/pagination/modern/index.css +4 -4
  1210. package/pass-code/Component.js +1 -1
  1211. package/pass-code/components/InputProgress/Component.js +2 -2
  1212. package/pass-code/components/InputProgress/index.css +7 -7
  1213. package/pass-code/components/InputProgress/transitions.css +8 -8
  1214. package/pass-code/components/KeyPad/Component.js +1 -1
  1215. package/pass-code/components/KeyPad/index.css +5 -5
  1216. package/pass-code/components/KeyPadButton/Component.js +1 -1
  1217. package/pass-code/components/KeyPadButton/index.css +14 -14
  1218. package/pass-code/cssm/components/InputProgress/index.module.css +2 -2
  1219. package/pass-code/cssm/components/KeyPadButton/index.module.css +1 -1
  1220. package/pass-code/cssm/index.module.css +2 -2
  1221. package/pass-code/esm/Component.js +1 -1
  1222. package/pass-code/esm/components/InputProgress/Component.js +2 -2
  1223. package/pass-code/esm/components/InputProgress/index.css +7 -7
  1224. package/pass-code/esm/components/InputProgress/transitions.css +8 -8
  1225. package/pass-code/esm/components/KeyPad/Component.js +1 -1
  1226. package/pass-code/esm/components/KeyPad/index.css +5 -5
  1227. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  1228. package/pass-code/esm/components/KeyPadButton/index.css +14 -14
  1229. package/pass-code/esm/index.css +6 -6
  1230. package/pass-code/index.css +6 -6
  1231. package/pass-code/modern/Component.js +1 -1
  1232. package/pass-code/modern/components/InputProgress/Component.js +2 -2
  1233. package/pass-code/modern/components/InputProgress/index.css +7 -7
  1234. package/pass-code/modern/components/InputProgress/transitions.css +8 -8
  1235. package/pass-code/modern/components/KeyPad/Component.js +1 -1
  1236. package/pass-code/modern/components/KeyPad/index.css +5 -5
  1237. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  1238. package/pass-code/modern/components/KeyPadButton/index.css +14 -14
  1239. package/pass-code/modern/index.css +6 -6
  1240. package/password-input/component.js +1 -1
  1241. package/password-input/esm/component.js +1 -1
  1242. package/password-input/esm/index.css +5 -5
  1243. package/password-input/index.css +5 -5
  1244. package/password-input/modern/component.js +1 -1
  1245. package/password-input/modern/index.css +5 -5
  1246. package/pattern-lock/components/base-pattern-lock/Component.js +1 -1
  1247. package/pattern-lock/components/base-pattern-lock/index.css +8 -8
  1248. package/pattern-lock/cssm/components/base-pattern-lock/index.module.css +2 -2
  1249. package/pattern-lock/desktop/Component.desktop.js +1 -1
  1250. package/pattern-lock/desktop/desktop.css +4 -4
  1251. package/pattern-lock/esm/components/base-pattern-lock/Component.js +1 -1
  1252. package/pattern-lock/esm/components/base-pattern-lock/index.css +8 -8
  1253. package/pattern-lock/esm/desktop/Component.desktop.js +1 -1
  1254. package/pattern-lock/esm/desktop/desktop.css +4 -4
  1255. package/pattern-lock/esm/mobile/Component.mobile.js +1 -1
  1256. package/pattern-lock/esm/mobile/mobile.css +7 -7
  1257. package/pattern-lock/mobile/Component.mobile.js +1 -1
  1258. package/pattern-lock/mobile/mobile.css +7 -7
  1259. package/pattern-lock/modern/components/base-pattern-lock/Component.js +1 -1
  1260. package/pattern-lock/modern/components/base-pattern-lock/index.css +8 -8
  1261. package/pattern-lock/modern/desktop/Component.desktop.js +1 -1
  1262. package/pattern-lock/modern/desktop/desktop.css +4 -4
  1263. package/pattern-lock/modern/mobile/Component.mobile.js +1 -1
  1264. package/pattern-lock/modern/mobile/mobile.css +7 -7
  1265. package/picker-button/Component-57569e57.d.ts +5 -0
  1266. package/picker-button/cssm/Component-57569e57.d.ts +5 -0
  1267. package/picker-button/cssm/field/Component.d.ts +1 -1
  1268. package/picker-button/cssm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  1269. package/picker-button/cssm/utils-89376c31.d.ts +1 -1
  1270. package/picker-button/desktop/Component.desktop.js +1 -1
  1271. package/picker-button/esm/Component-57569e57.d.ts +5 -0
  1272. package/picker-button/esm/desktop/Component.desktop.js +1 -1
  1273. package/picker-button/esm/field/Component.d.ts +1 -1
  1274. package/picker-button/esm/field/Component.js +1 -1
  1275. package/picker-button/esm/field/index.css +6 -6
  1276. package/picker-button/esm/index.css +5 -5
  1277. package/picker-button/esm/option/Component.js +1 -1
  1278. package/picker-button/esm/option/index.css +4 -4
  1279. package/picker-button/esm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  1280. package/picker-button/esm/utils-89376c31.d.ts +1 -1
  1281. package/picker-button/field/Component.d.ts +1 -1
  1282. package/picker-button/field/Component.js +1 -1
  1283. package/picker-button/field/index.css +6 -6
  1284. package/picker-button/index.css +5 -5
  1285. package/picker-button/modern/Component-57569e57.d.ts +5 -0
  1286. package/picker-button/modern/desktop/Component.desktop.js +1 -1
  1287. package/picker-button/modern/field/Component.d.ts +1 -1
  1288. package/picker-button/modern/field/Component.js +1 -1
  1289. package/picker-button/modern/field/index.css +6 -6
  1290. package/picker-button/modern/index.css +5 -5
  1291. package/picker-button/modern/option/Component.js +1 -1
  1292. package/picker-button/modern/option/index.css +4 -4
  1293. package/picker-button/modern/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  1294. package/picker-button/modern/utils-89376c31.d.ts +1 -1
  1295. package/picker-button/option/Component.js +1 -1
  1296. package/picker-button/option/index.css +4 -4
  1297. package/picker-button/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  1298. package/picker-button/utils-89376c31.d.ts +1 -1
  1299. package/plate/components/base-plate/Component.js +1 -1
  1300. package/plate/components/base-plate/index.css +53 -53
  1301. package/plate/cssm/components/base-plate/index.module.css +2 -2
  1302. package/plate/desktop/Component.desktop.js +1 -1
  1303. package/plate/desktop/desktop.css +4 -4
  1304. package/plate/esm/components/base-plate/Component.js +1 -1
  1305. package/plate/esm/components/base-plate/index.css +53 -53
  1306. package/plate/esm/desktop/Component.desktop.js +1 -1
  1307. package/plate/esm/desktop/desktop.css +4 -4
  1308. package/plate/esm/mobile/Component.mobile.js +1 -1
  1309. package/plate/esm/mobile/mobile.css +4 -4
  1310. package/plate/mobile/Component.mobile.js +1 -1
  1311. package/plate/mobile/mobile.css +4 -4
  1312. package/plate/modern/components/base-plate/Component.js +1 -1
  1313. package/plate/modern/components/base-plate/index.css +53 -53
  1314. package/plate/modern/desktop/Component.desktop.js +1 -1
  1315. package/plate/modern/desktop/desktop.css +4 -4
  1316. package/plate/modern/mobile/Component.mobile.js +1 -1
  1317. package/plate/modern/mobile/mobile.css +4 -4
  1318. package/popover/Component.js +1 -1
  1319. package/popover/cssm/index.module.css +1 -1
  1320. package/popover/esm/Component.js +1 -1
  1321. package/popover/esm/index.css +26 -26
  1322. package/popover/index.css +26 -26
  1323. package/popover/modern/Component.js +1 -1
  1324. package/popover/modern/index.css +26 -26
  1325. package/popup-sheet/Component.js +1 -1
  1326. package/popup-sheet/components/backdrop/Component.js +1 -1
  1327. package/popup-sheet/components/backdrop/index.css +10 -10
  1328. package/popup-sheet/esm/Component.js +1 -1
  1329. package/popup-sheet/esm/components/backdrop/Component.js +1 -1
  1330. package/popup-sheet/esm/components/backdrop/index.css +10 -10
  1331. package/popup-sheet/esm/index.css +14 -14
  1332. package/popup-sheet/index.css +14 -14
  1333. package/popup-sheet/modern/Component.js +1 -1
  1334. package/popup-sheet/modern/components/backdrop/Component.js +1 -1
  1335. package/popup-sheet/modern/components/backdrop/index.css +10 -10
  1336. package/popup-sheet/modern/index.css +14 -14
  1337. package/progress-bar/Component.js +1 -1
  1338. package/progress-bar/cssm/index.module.css +2 -2
  1339. package/progress-bar/esm/Component.js +1 -1
  1340. package/progress-bar/esm/index.css +14 -14
  1341. package/progress-bar/index.css +14 -14
  1342. package/progress-bar/modern/Component.js +1 -1
  1343. package/progress-bar/modern/index.css +14 -14
  1344. package/pure-cell/{component-5b4eb9a9.d.ts → component-5aa16b0d.d.ts} +12 -0
  1345. package/pure-cell/{component-5b4eb9a9.js → component-5aa16b0d.js} +133 -27
  1346. package/pure-cell/{component-21d7b687.d.ts → component-6a954af1.d.ts} +4 -0
  1347. package/pure-cell/component.js +1 -1
  1348. package/pure-cell/components/addon/component.js +2 -1
  1349. package/pure-cell/components/addon/index.css +35 -10
  1350. package/pure-cell/components/addon/index.d.ts +1 -1
  1351. package/pure-cell/components/addon/index.js +1 -1
  1352. package/pure-cell/components/amount/component.js +1 -1
  1353. package/pure-cell/components/amount/index.css +2 -2
  1354. package/pure-cell/components/amount/index.d.ts +1 -1
  1355. package/pure-cell/components/amount/index.js +1 -1
  1356. package/pure-cell/components/amount-title/component.js +1 -1
  1357. package/pure-cell/components/amount-title/index.css +3 -3
  1358. package/pure-cell/components/amount-title/index.d.ts +1 -1
  1359. package/pure-cell/components/amount-title/index.js +1 -1
  1360. package/pure-cell/components/category/component.js +1 -1
  1361. package/pure-cell/components/category/index.css +5 -5
  1362. package/pure-cell/components/category/index.d.ts +1 -1
  1363. package/pure-cell/components/category/index.js +1 -1
  1364. package/pure-cell/components/content/component.js +1 -1
  1365. package/pure-cell/components/content/index.css +3 -3
  1366. package/pure-cell/components/content/index.d.ts +1 -1
  1367. package/pure-cell/components/content/index.js +1 -1
  1368. package/pure-cell/components/footer/component.js +1 -1
  1369. package/pure-cell/components/footer/index.css +4 -4
  1370. package/pure-cell/components/footer/index.d.ts +1 -1
  1371. package/pure-cell/components/footer/index.js +1 -1
  1372. package/pure-cell/components/footer-button/component.js +1 -1
  1373. package/pure-cell/components/footer-button/index.css +2 -2
  1374. package/pure-cell/components/footer-button/index.d.ts +1 -1
  1375. package/pure-cell/components/footer-button/index.js +1 -1
  1376. package/pure-cell/components/footer-text/component.js +1 -1
  1377. package/pure-cell/components/footer-text/index.d.ts +1 -1
  1378. package/pure-cell/components/footer-text/index.js +1 -1
  1379. package/pure-cell/components/graphics/component.js +2 -1
  1380. package/pure-cell/components/graphics/index.css +41 -15
  1381. package/pure-cell/components/graphics/index.d.ts +1 -1
  1382. package/pure-cell/components/graphics/index.js +1 -1
  1383. package/pure-cell/components/main/component.js +2 -1
  1384. package/pure-cell/components/main/index.css +31 -5
  1385. package/pure-cell/components/main/index.d.ts +1 -1
  1386. package/pure-cell/components/main/index.js +1 -1
  1387. package/pure-cell/components/text/component.js +1 -1
  1388. package/pure-cell/components/text/index.css +7 -7
  1389. package/pure-cell/components/text/index.d.ts +1 -1
  1390. package/pure-cell/components/text/index.js +1 -1
  1391. package/pure-cell/{esm/component-21d7b687.d.ts → cssm/component-6a954af1.d.ts} +4 -0
  1392. package/pure-cell/cssm/{component-063660c0.d.ts → component-719b272a.d.ts} +12 -0
  1393. package/pure-cell/cssm/{component-063660c0.js → component-719b272a.js} +122 -16
  1394. package/pure-cell/cssm/component.js +1 -1
  1395. package/pure-cell/cssm/components/addon/component.js +2 -1
  1396. package/pure-cell/cssm/components/addon/index.d.ts +1 -1
  1397. package/pure-cell/cssm/components/addon/index.js +1 -1
  1398. package/pure-cell/cssm/components/addon/index.module.css +25 -0
  1399. package/pure-cell/cssm/components/amount/component.js +1 -1
  1400. package/pure-cell/cssm/components/amount/index.d.ts +1 -1
  1401. package/pure-cell/cssm/components/amount/index.js +1 -1
  1402. package/pure-cell/cssm/components/amount-title/component.js +1 -1
  1403. package/pure-cell/cssm/components/amount-title/index.d.ts +1 -1
  1404. package/pure-cell/cssm/components/amount-title/index.js +1 -1
  1405. package/pure-cell/cssm/components/category/component.js +1 -1
  1406. package/pure-cell/cssm/components/category/index.d.ts +1 -1
  1407. package/pure-cell/cssm/components/category/index.js +1 -1
  1408. package/pure-cell/cssm/components/content/component.js +1 -1
  1409. package/pure-cell/cssm/components/content/index.d.ts +1 -1
  1410. package/pure-cell/cssm/components/content/index.js +1 -1
  1411. package/pure-cell/cssm/components/footer/component.js +1 -1
  1412. package/pure-cell/cssm/components/footer/index.d.ts +1 -1
  1413. package/pure-cell/cssm/components/footer/index.js +1 -1
  1414. package/pure-cell/cssm/components/footer-button/component.js +1 -1
  1415. package/pure-cell/cssm/components/footer-button/index.d.ts +1 -1
  1416. package/pure-cell/cssm/components/footer-button/index.js +1 -1
  1417. package/pure-cell/cssm/components/footer-text/component.js +1 -1
  1418. package/pure-cell/cssm/components/footer-text/index.d.ts +1 -1
  1419. package/pure-cell/cssm/components/footer-text/index.js +1 -1
  1420. package/pure-cell/cssm/components/graphics/component.js +2 -1
  1421. package/pure-cell/cssm/components/graphics/index.d.ts +1 -1
  1422. package/pure-cell/cssm/components/graphics/index.js +1 -1
  1423. package/pure-cell/cssm/components/graphics/index.module.css +26 -0
  1424. package/pure-cell/cssm/components/main/component.js +2 -1
  1425. package/pure-cell/cssm/components/main/index.d.ts +1 -1
  1426. package/pure-cell/cssm/components/main/index.js +1 -1
  1427. package/pure-cell/cssm/components/main/index.module.css +27 -1
  1428. package/pure-cell/cssm/components/text/component.js +1 -1
  1429. package/pure-cell/cssm/components/text/index.d.ts +1 -1
  1430. package/pure-cell/cssm/components/text/index.js +1 -1
  1431. package/pure-cell/cssm/index.d.ts +2 -2
  1432. package/pure-cell/cssm/index.js +1 -1
  1433. package/pure-cell/cssm/index.module.css +4 -4
  1434. package/pure-cell/cssm/vars.css +17 -0
  1435. package/pure-cell/{modern/component-21d7b687.d.ts → esm/component-6a954af1.d.ts} +4 -0
  1436. package/pure-cell/esm/{component-b96f5a1e.d.ts → component-f3f965f3.d.ts} +12 -0
  1437. package/pure-cell/esm/{component-b96f5a1e.js → component-f3f965f3.js} +134 -28
  1438. package/pure-cell/esm/component.js +1 -1
  1439. package/pure-cell/esm/components/addon/component.js +2 -2
  1440. package/pure-cell/esm/components/addon/index.css +35 -10
  1441. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  1442. package/pure-cell/esm/components/addon/index.js +1 -1
  1443. package/pure-cell/esm/components/amount/component.js +1 -1
  1444. package/pure-cell/esm/components/amount/index.css +2 -2
  1445. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  1446. package/pure-cell/esm/components/amount/index.js +1 -1
  1447. package/pure-cell/esm/components/amount-title/component.js +1 -1
  1448. package/pure-cell/esm/components/amount-title/index.css +3 -3
  1449. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  1450. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1451. package/pure-cell/esm/components/category/component.js +1 -1
  1452. package/pure-cell/esm/components/category/index.css +5 -5
  1453. package/pure-cell/esm/components/category/index.d.ts +1 -1
  1454. package/pure-cell/esm/components/category/index.js +1 -1
  1455. package/pure-cell/esm/components/content/component.js +1 -1
  1456. package/pure-cell/esm/components/content/index.css +3 -3
  1457. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1458. package/pure-cell/esm/components/content/index.js +1 -1
  1459. package/pure-cell/esm/components/footer/component.js +1 -1
  1460. package/pure-cell/esm/components/footer/index.css +4 -4
  1461. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  1462. package/pure-cell/esm/components/footer/index.js +1 -1
  1463. package/pure-cell/esm/components/footer-button/component.js +1 -1
  1464. package/pure-cell/esm/components/footer-button/index.css +2 -2
  1465. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  1466. package/pure-cell/esm/components/footer-button/index.js +1 -1
  1467. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1468. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  1469. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1470. package/pure-cell/esm/components/graphics/component.js +2 -2
  1471. package/pure-cell/esm/components/graphics/index.css +41 -15
  1472. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  1473. package/pure-cell/esm/components/graphics/index.js +1 -1
  1474. package/pure-cell/esm/components/main/component.js +2 -2
  1475. package/pure-cell/esm/components/main/index.css +31 -5
  1476. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1477. package/pure-cell/esm/components/main/index.js +1 -1
  1478. package/pure-cell/esm/components/text/component.js +1 -1
  1479. package/pure-cell/esm/components/text/index.css +7 -7
  1480. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1481. package/pure-cell/esm/components/text/index.js +1 -1
  1482. package/pure-cell/esm/index.css +29 -29
  1483. package/pure-cell/esm/index.d.ts +2 -2
  1484. package/pure-cell/esm/index.js +1 -1
  1485. package/pure-cell/index.css +29 -29
  1486. package/pure-cell/index.d.ts +2 -2
  1487. package/pure-cell/index.js +1 -1
  1488. package/pure-cell/modern/{component-52dec957.d.ts → component-1f635679.d.ts} +12 -0
  1489. package/pure-cell/modern/{component-52dec957.js → component-1f635679.js} +125 -27
  1490. package/pure-cell/{cssm/component-21d7b687.d.ts → modern/component-6a954af1.d.ts} +4 -0
  1491. package/pure-cell/modern/component.js +1 -1
  1492. package/pure-cell/modern/components/addon/component.js +1 -1
  1493. package/pure-cell/modern/components/addon/index.css +35 -10
  1494. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  1495. package/pure-cell/modern/components/addon/index.js +1 -1
  1496. package/pure-cell/modern/components/amount/component.js +1 -1
  1497. package/pure-cell/modern/components/amount/index.css +2 -2
  1498. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  1499. package/pure-cell/modern/components/amount/index.js +1 -1
  1500. package/pure-cell/modern/components/amount-title/component.js +1 -1
  1501. package/pure-cell/modern/components/amount-title/index.css +3 -3
  1502. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  1503. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1504. package/pure-cell/modern/components/category/component.js +1 -1
  1505. package/pure-cell/modern/components/category/index.css +5 -5
  1506. package/pure-cell/modern/components/category/index.d.ts +1 -1
  1507. package/pure-cell/modern/components/category/index.js +1 -1
  1508. package/pure-cell/modern/components/content/component.js +1 -1
  1509. package/pure-cell/modern/components/content/index.css +3 -3
  1510. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1511. package/pure-cell/modern/components/content/index.js +1 -1
  1512. package/pure-cell/modern/components/footer/component.js +1 -1
  1513. package/pure-cell/modern/components/footer/index.css +4 -4
  1514. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  1515. package/pure-cell/modern/components/footer/index.js +1 -1
  1516. package/pure-cell/modern/components/footer-button/component.js +1 -1
  1517. package/pure-cell/modern/components/footer-button/index.css +2 -2
  1518. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  1519. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1520. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1521. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  1522. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1523. package/pure-cell/modern/components/graphics/component.js +1 -1
  1524. package/pure-cell/modern/components/graphics/index.css +41 -15
  1525. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  1526. package/pure-cell/modern/components/graphics/index.js +1 -1
  1527. package/pure-cell/modern/components/main/component.js +1 -1
  1528. package/pure-cell/modern/components/main/index.css +31 -5
  1529. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1530. package/pure-cell/modern/components/main/index.js +1 -1
  1531. package/pure-cell/modern/components/text/component.js +1 -1
  1532. package/pure-cell/modern/components/text/index.css +7 -7
  1533. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1534. package/pure-cell/modern/components/text/index.js +1 -1
  1535. package/pure-cell/modern/index.css +29 -29
  1536. package/pure-cell/modern/index.d.ts +2 -2
  1537. package/pure-cell/modern/index.js +1 -1
  1538. package/radio/Component.js +1 -1
  1539. package/radio/cssm/index.module.css +4 -4
  1540. package/radio/esm/Component.js +1 -1
  1541. package/radio/esm/index.css +33 -33
  1542. package/radio/index.css +33 -33
  1543. package/radio/modern/Component.js +1 -1
  1544. package/radio/modern/index.css +33 -33
  1545. package/radio-group/components/base-radio-group/Component.js +1 -1
  1546. package/radio-group/components/base-radio-group/index.css +21 -21
  1547. package/radio-group/cssm/components/base-radio-group/index.module.css +2 -2
  1548. package/radio-group/cssm/desktop/desktop.module.css +1 -1
  1549. package/radio-group/desktop/Component.desktop.js +1 -1
  1550. package/radio-group/desktop/desktop.css +4 -4
  1551. package/radio-group/esm/components/base-radio-group/Component.js +1 -1
  1552. package/radio-group/esm/components/base-radio-group/index.css +21 -21
  1553. package/radio-group/esm/desktop/Component.desktop.js +1 -1
  1554. package/radio-group/esm/desktop/desktop.css +4 -4
  1555. package/radio-group/esm/mobile/Component.mobile.js +1 -1
  1556. package/radio-group/esm/mobile/mobile.css +3 -3
  1557. package/radio-group/mobile/Component.mobile.js +1 -1
  1558. package/radio-group/mobile/mobile.css +3 -3
  1559. package/radio-group/modern/components/base-radio-group/Component.js +1 -1
  1560. package/radio-group/modern/components/base-radio-group/index.css +21 -21
  1561. package/radio-group/modern/desktop/Component.desktop.js +1 -1
  1562. package/radio-group/modern/desktop/desktop.css +4 -4
  1563. package/radio-group/modern/mobile/Component.mobile.js +1 -1
  1564. package/radio-group/modern/mobile/mobile.css +3 -3
  1565. package/scrollbar/Component.js +3 -3
  1566. package/scrollbar/default.css +2 -2
  1567. package/scrollbar/esm/Component.js +3 -3
  1568. package/scrollbar/esm/default.css +2 -2
  1569. package/scrollbar/esm/index.css +25 -25
  1570. package/scrollbar/esm/inverted.css +2 -2
  1571. package/scrollbar/index.css +25 -25
  1572. package/scrollbar/inverted.css +2 -2
  1573. package/scrollbar/modern/Component.js +3 -3
  1574. package/scrollbar/modern/default.css +2 -2
  1575. package/scrollbar/modern/index.css +25 -25
  1576. package/scrollbar/modern/inverted.css +2 -2
  1577. package/segmented-control/Component.d.ts +7 -1
  1578. package/segmented-control/Component.js +17 -16
  1579. package/segmented-control/components/segment/Component.d.ts +1 -1
  1580. package/segmented-control/components/segment/Component.js +3 -3
  1581. package/segmented-control/components/segment/default.css +4 -4
  1582. package/segmented-control/components/segment/index.css +4 -4
  1583. package/segmented-control/components/segment/inverted.css +4 -4
  1584. package/segmented-control/cssm/Component.d.ts +7 -1
  1585. package/segmented-control/cssm/Component.js +14 -13
  1586. package/segmented-control/cssm/components/segment/Component.d.ts +1 -1
  1587. package/segmented-control/cssm/components/segment/default.module.css +1 -1
  1588. package/segmented-control/cssm/components/segment/inverted.module.css +1 -1
  1589. package/segmented-control/cssm/default.module.css +1 -1
  1590. package/segmented-control/cssm/inverted.module.css +1 -1
  1591. package/segmented-control/default.css +5 -5
  1592. package/segmented-control/esm/Component.d.ts +7 -1
  1593. package/segmented-control/esm/Component.js +17 -16
  1594. package/segmented-control/esm/components/segment/Component.d.ts +1 -1
  1595. package/segmented-control/esm/components/segment/Component.js +3 -3
  1596. package/segmented-control/esm/components/segment/default.css +4 -4
  1597. package/segmented-control/esm/components/segment/index.css +4 -4
  1598. package/segmented-control/esm/components/segment/inverted.css +4 -4
  1599. package/segmented-control/esm/default.css +5 -5
  1600. package/segmented-control/esm/index.css +18 -18
  1601. package/segmented-control/esm/inverted.css +5 -5
  1602. package/segmented-control/index.css +18 -18
  1603. package/segmented-control/inverted.css +5 -5
  1604. package/segmented-control/modern/Component.d.ts +7 -1
  1605. package/segmented-control/modern/Component.js +14 -13
  1606. package/segmented-control/modern/components/segment/Component.d.ts +1 -1
  1607. package/segmented-control/modern/components/segment/Component.js +3 -3
  1608. package/segmented-control/modern/components/segment/default.css +4 -4
  1609. package/segmented-control/modern/components/segment/index.css +4 -4
  1610. package/segmented-control/modern/components/segment/inverted.css +4 -4
  1611. package/segmented-control/modern/default.css +5 -5
  1612. package/segmented-control/modern/index.css +18 -18
  1613. package/segmented-control/modern/inverted.css +5 -5
  1614. package/select/components/arrow/Component.js +1 -1
  1615. package/select/components/arrow/index.css +3 -3
  1616. package/select/components/base-checkmark/Component.js +1 -1
  1617. package/select/components/base-checkmark/index.css +4 -4
  1618. package/select/components/base-option/Component.js +1 -1
  1619. package/select/components/base-option/index.css +14 -14
  1620. package/select/components/base-select/Component.js +4 -4
  1621. package/select/components/base-select/index.css +11 -11
  1622. package/select/components/base-select/mobile.css +12 -12
  1623. package/select/components/checkmark/Component.js +1 -1
  1624. package/select/components/checkmark/index.css +11 -11
  1625. package/select/components/checkmark-mobile/Component.js +1 -1
  1626. package/select/components/checkmark-mobile/index.css +6 -6
  1627. package/select/components/field/Component.js +1 -1
  1628. package/select/components/field/index.css +12 -12
  1629. package/select/components/footer/Component.js +1 -1
  1630. package/select/components/footer/index.css +5 -5
  1631. package/select/components/optgroup/Component.js +1 -1
  1632. package/select/components/optgroup/index.css +6 -6
  1633. package/select/components/option/Component.js +1 -1
  1634. package/select/components/option/index.css +20 -20
  1635. package/select/components/options-list/Component.js +23 -9
  1636. package/select/components/options-list/index.css +16 -12
  1637. package/select/components/search/Component.js +1 -1
  1638. package/select/components/search/index.css +2 -2
  1639. package/select/components/virtual-options-list/Component.js +1 -1
  1640. package/select/components/virtual-options-list/index.css +15 -15
  1641. package/select/cssm/components/base-option/index.module.css +1 -1
  1642. package/select/cssm/components/base-select/Component.js +2 -2
  1643. package/select/cssm/components/checkmark/index.module.css +1 -1
  1644. package/select/cssm/components/option/index.module.css +1 -1
  1645. package/select/cssm/components/options-list/Component.js +22 -8
  1646. package/select/cssm/components/options-list/index.module.css +8 -4
  1647. package/select/cssm/typings.d.ts +5 -1
  1648. package/select/esm/Component.responsive.js +1 -1
  1649. package/select/esm/components/arrow/Component.js +1 -1
  1650. package/select/esm/components/arrow/index.css +3 -3
  1651. package/select/esm/components/base-checkmark/Component.js +1 -1
  1652. package/select/esm/components/base-checkmark/index.css +4 -4
  1653. package/select/esm/components/base-option/Component.js +1 -1
  1654. package/select/esm/components/base-option/index.css +14 -14
  1655. package/select/esm/components/base-select/Component.js +4 -4
  1656. package/select/esm/components/base-select/index.css +11 -11
  1657. package/select/esm/components/base-select/mobile.css +12 -12
  1658. package/select/esm/components/checkmark/Component.js +1 -1
  1659. package/select/esm/components/checkmark/index.css +11 -11
  1660. package/select/esm/components/checkmark-mobile/Component.js +1 -1
  1661. package/select/esm/components/checkmark-mobile/index.css +6 -6
  1662. package/select/esm/components/field/Component.js +1 -1
  1663. package/select/esm/components/field/index.css +12 -12
  1664. package/select/esm/components/footer/Component.js +1 -1
  1665. package/select/esm/components/footer/index.css +5 -5
  1666. package/select/esm/components/optgroup/Component.js +1 -1
  1667. package/select/esm/components/optgroup/index.css +6 -6
  1668. package/select/esm/components/option/Component.js +1 -1
  1669. package/select/esm/components/option/index.css +20 -20
  1670. package/select/esm/components/options-list/Component.js +24 -10
  1671. package/select/esm/components/options-list/index.css +16 -12
  1672. package/select/esm/components/search/Component.js +1 -1
  1673. package/select/esm/components/search/index.css +2 -2
  1674. package/select/esm/components/virtual-options-list/Component.js +1 -1
  1675. package/select/esm/components/virtual-options-list/index.css +15 -15
  1676. package/select/esm/index.js +1 -1
  1677. package/select/esm/mobile/Component.mobile.js +1 -1
  1678. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  1679. package/select/esm/mobile/index.js +1 -1
  1680. package/select/esm/presets/index.js +1 -1
  1681. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  1682. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1683. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1684. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1685. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1686. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1687. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1688. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1689. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  1690. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1691. package/select/esm/shared/index.js +1 -1
  1692. package/select/esm/typings.d.ts +5 -1
  1693. package/select/mobile/Component.mobile.js +1 -1
  1694. package/select/modern/Component.responsive.js +1 -1
  1695. package/select/modern/components/arrow/Component.js +1 -1
  1696. package/select/modern/components/arrow/index.css +3 -3
  1697. package/select/modern/components/base-checkmark/Component.js +1 -1
  1698. package/select/modern/components/base-checkmark/index.css +4 -4
  1699. package/select/modern/components/base-option/Component.js +1 -1
  1700. package/select/modern/components/base-option/index.css +14 -14
  1701. package/select/modern/components/base-select/Component.js +4 -4
  1702. package/select/modern/components/base-select/index.css +11 -11
  1703. package/select/modern/components/base-select/mobile.css +12 -12
  1704. package/select/modern/components/checkmark/Component.js +1 -1
  1705. package/select/modern/components/checkmark/index.css +11 -11
  1706. package/select/modern/components/checkmark-mobile/Component.js +1 -1
  1707. package/select/modern/components/checkmark-mobile/index.css +6 -6
  1708. package/select/modern/components/field/Component.js +1 -1
  1709. package/select/modern/components/field/index.css +12 -12
  1710. package/select/modern/components/footer/Component.js +1 -1
  1711. package/select/modern/components/footer/index.css +5 -5
  1712. package/select/modern/components/optgroup/Component.js +1 -1
  1713. package/select/modern/components/optgroup/index.css +6 -6
  1714. package/select/modern/components/option/Component.js +1 -1
  1715. package/select/modern/components/option/index.css +20 -20
  1716. package/select/modern/components/options-list/Component.js +20 -6
  1717. package/select/modern/components/options-list/index.css +16 -12
  1718. package/select/modern/components/search/Component.js +1 -1
  1719. package/select/modern/components/search/index.css +2 -2
  1720. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1721. package/select/modern/components/virtual-options-list/index.css +15 -15
  1722. package/select/modern/index.js +1 -1
  1723. package/select/modern/mobile/Component.mobile.js +1 -1
  1724. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  1725. package/select/modern/mobile/index.js +1 -1
  1726. package/select/modern/presets/index.js +1 -1
  1727. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  1728. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1729. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1730. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1731. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1732. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1733. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1734. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1735. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1736. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1737. package/select/modern/shared/index.js +1 -1
  1738. package/select/modern/typings.d.ts +5 -1
  1739. package/select/presets/index.js +1 -1
  1740. package/select/presets/useSelectWithApply/hook.js +1 -1
  1741. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1742. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1743. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1744. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1745. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1746. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1747. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1748. package/select/presets/useSelectWithLoading/hook.js +1 -1
  1749. package/select/presets/useSelectWithLoading/index.css +2 -2
  1750. package/select/shared/index.js +1 -1
  1751. package/select/typings.d.ts +5 -1
  1752. package/select-with-tags/components/tag/component.js +1 -1
  1753. package/select-with-tags/components/tag/index.css +16 -16
  1754. package/select-with-tags/components/tag-list/component.js +1 -1
  1755. package/select-with-tags/components/tag-list/index.css +37 -37
  1756. package/select-with-tags/cssm/components/tag/index.module.css +2 -2
  1757. package/select-with-tags/cssm/components/tag-list/index.module.css +1 -1
  1758. package/select-with-tags/esm/components/tag/component.js +1 -1
  1759. package/select-with-tags/esm/components/tag/index.css +16 -16
  1760. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  1761. package/select-with-tags/esm/components/tag-list/index.css +37 -37
  1762. package/select-with-tags/modern/components/tag/component.js +1 -1
  1763. package/select-with-tags/modern/components/tag/index.css +16 -16
  1764. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1765. package/select-with-tags/modern/components/tag-list/index.css +37 -37
  1766. package/side-panel/components/content/Component.desktop.js +1 -1
  1767. package/side-panel/components/content/Component.js +1 -1
  1768. package/side-panel/components/content/Component.mobile.js +1 -1
  1769. package/side-panel/components/content/desktop.css +3 -3
  1770. package/side-panel/components/content/index.css +4 -4
  1771. package/side-panel/components/content/mobile.css +3 -3
  1772. package/side-panel/components/controls/Component.js +2 -2
  1773. package/side-panel/components/controls/index.css +2 -2
  1774. package/side-panel/components/footer/Component.desktop.js +1 -1
  1775. package/side-panel/components/footer/Component.js +2 -2
  1776. package/side-panel/components/footer/Component.mobile.js +1 -1
  1777. package/side-panel/components/footer/desktop.css +3 -3
  1778. package/side-panel/components/footer/index.css +4 -4
  1779. package/side-panel/components/footer/layout.css +17 -17
  1780. package/side-panel/components/footer/mobile.css +3 -3
  1781. package/side-panel/components/header/Component.js +3 -3
  1782. package/side-panel/components/header/desktop.css +5 -5
  1783. package/side-panel/components/header/index.css +14 -14
  1784. package/side-panel/components/header/mobile.css +4 -4
  1785. package/side-panel/desktop/Component.desktop.js +2 -2
  1786. package/side-panel/desktop/desktop.css +3 -3
  1787. package/side-panel/desktop/transitions.desktop.css +7 -7
  1788. package/side-panel/esm/Component.responsive.js +1 -1
  1789. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  1790. package/side-panel/esm/components/content/Component.js +1 -1
  1791. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  1792. package/side-panel/esm/components/content/desktop.css +3 -3
  1793. package/side-panel/esm/components/content/index.css +4 -4
  1794. package/side-panel/esm/components/content/mobile.css +3 -3
  1795. package/side-panel/esm/components/controls/Component.js +2 -2
  1796. package/side-panel/esm/components/controls/index.css +2 -2
  1797. package/side-panel/esm/components/controls/index.js +1 -1
  1798. package/side-panel/esm/components/footer/Component.desktop.js +2 -2
  1799. package/side-panel/esm/components/footer/Component.js +2 -2
  1800. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  1801. package/side-panel/esm/components/footer/desktop.css +3 -3
  1802. package/side-panel/esm/components/footer/index.css +4 -4
  1803. package/side-panel/esm/components/footer/layout.css +17 -17
  1804. package/side-panel/esm/components/footer/mobile.css +3 -3
  1805. package/side-panel/esm/components/header/Component.js +3 -3
  1806. package/side-panel/esm/components/header/desktop.css +5 -5
  1807. package/side-panel/esm/components/header/index.css +14 -14
  1808. package/side-panel/esm/components/header/mobile.css +4 -4
  1809. package/side-panel/esm/desktop/Component.desktop.js +3 -3
  1810. package/side-panel/esm/desktop/desktop.css +3 -3
  1811. package/side-panel/esm/desktop/index.js +1 -1
  1812. package/side-panel/esm/desktop/transitions.desktop.css +7 -7
  1813. package/side-panel/esm/index.js +1 -1
  1814. package/side-panel/esm/layout.module-eae4e2b3.js +4 -0
  1815. package/side-panel/esm/mobile/Component.mobile.js +3 -3
  1816. package/side-panel/esm/mobile/index.js +1 -1
  1817. package/side-panel/esm/mobile/mobile.css +4 -4
  1818. package/side-panel/esm/mobile/transitions.mobile.css +8 -8
  1819. package/side-panel/layout.module-716c8ffb.js +4 -0
  1820. package/side-panel/mobile/Component.mobile.js +2 -2
  1821. package/side-panel/mobile/mobile.css +4 -4
  1822. package/side-panel/mobile/transitions.mobile.css +8 -8
  1823. package/side-panel/modern/Component.responsive.js +1 -1
  1824. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  1825. package/side-panel/modern/components/content/Component.js +1 -1
  1826. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1827. package/side-panel/modern/components/content/desktop.css +3 -3
  1828. package/side-panel/modern/components/content/index.css +4 -4
  1829. package/side-panel/modern/components/content/mobile.css +3 -3
  1830. package/side-panel/modern/components/controls/Component.js +2 -2
  1831. package/side-panel/modern/components/controls/index.css +2 -2
  1832. package/side-panel/modern/components/controls/index.js +1 -1
  1833. package/side-panel/modern/components/footer/Component.desktop.js +2 -2
  1834. package/side-panel/modern/components/footer/Component.js +2 -2
  1835. package/side-panel/modern/components/footer/Component.mobile.js +2 -2
  1836. package/side-panel/modern/components/footer/desktop.css +3 -3
  1837. package/side-panel/modern/components/footer/index.css +4 -4
  1838. package/side-panel/modern/components/footer/layout.css +17 -17
  1839. package/side-panel/modern/components/footer/mobile.css +3 -3
  1840. package/side-panel/modern/components/header/Component.js +3 -3
  1841. package/side-panel/modern/components/header/desktop.css +5 -5
  1842. package/side-panel/modern/components/header/index.css +14 -14
  1843. package/side-panel/modern/components/header/mobile.css +4 -4
  1844. package/side-panel/modern/desktop/Component.desktop.js +3 -3
  1845. package/side-panel/modern/desktop/desktop.css +3 -3
  1846. package/side-panel/modern/desktop/index.js +1 -1
  1847. package/side-panel/modern/desktop/transitions.desktop.css +7 -7
  1848. package/side-panel/modern/index.js +1 -1
  1849. package/side-panel/modern/layout.module-56ec14b8.js +4 -0
  1850. package/side-panel/modern/mobile/Component.mobile.js +3 -3
  1851. package/side-panel/modern/mobile/index.js +1 -1
  1852. package/side-panel/modern/mobile/mobile.css +4 -4
  1853. package/side-panel/modern/mobile/transitions.mobile.css +8 -8
  1854. package/skeleton/Component.js +1 -1
  1855. package/skeleton/esm/Component.js +1 -1
  1856. package/skeleton/esm/index.css +10 -10
  1857. package/skeleton/index.css +10 -10
  1858. package/skeleton/modern/Component.js +1 -1
  1859. package/skeleton/modern/index.css +10 -10
  1860. package/slider/Component.js +1 -1
  1861. package/slider/esm/Component.js +1 -1
  1862. package/slider/esm/index.css +20 -20
  1863. package/slider/index.css +20 -20
  1864. package/slider/modern/Component.js +1 -1
  1865. package/slider/modern/index.css +20 -20
  1866. package/slider-input/Component.js +1 -1
  1867. package/slider-input/esm/Component.js +1 -1
  1868. package/slider-input/esm/index.css +27 -27
  1869. package/slider-input/index.css +27 -27
  1870. package/slider-input/modern/Component.js +1 -1
  1871. package/slider-input/modern/index.css +27 -27
  1872. package/sortable-list/Component.js +1 -1
  1873. package/sortable-list/components/item/Components.js +1 -1
  1874. package/sortable-list/components/item/index.css +26 -26
  1875. package/sortable-list/cssm/components/item/index.module.css +1 -1
  1876. package/sortable-list/esm/Component.js +1 -1
  1877. package/sortable-list/esm/components/item/Components.js +1 -1
  1878. package/sortable-list/esm/components/item/index.css +26 -26
  1879. package/sortable-list/esm/index.css +30 -30
  1880. package/sortable-list/index.css +30 -30
  1881. package/sortable-list/modern/Component.js +1 -1
  1882. package/sortable-list/modern/components/item/Components.js +1 -1
  1883. package/sortable-list/modern/components/item/index.css +26 -26
  1884. package/sortable-list/modern/index.css +30 -30
  1885. package/space/Component.js +1 -1
  1886. package/space/esm/Component.js +1 -1
  1887. package/space/esm/index.css +10 -10
  1888. package/space/index.css +10 -10
  1889. package/space/modern/Component.js +1 -1
  1890. package/space/modern/index.css +10 -10
  1891. package/spinner/Component.js +3 -3
  1892. package/spinner/cssm/default.module.css +1 -1
  1893. package/spinner/default.css +2 -2
  1894. package/spinner/esm/Component.js +3 -3
  1895. package/spinner/esm/default.css +2 -2
  1896. package/spinner/esm/index.css +7 -7
  1897. package/spinner/esm/inverted.css +1 -1
  1898. package/spinner/index.css +7 -7
  1899. package/spinner/inverted.css +1 -1
  1900. package/spinner/modern/Component.js +3 -3
  1901. package/spinner/modern/default.css +2 -2
  1902. package/spinner/modern/index.css +7 -7
  1903. package/spinner/modern/inverted.css +1 -1
  1904. package/status/Component.js +1 -1
  1905. package/status/cssm/index.module.css +6 -6
  1906. package/status/esm/Component.js +1 -1
  1907. package/status/esm/index.css +23 -23
  1908. package/status/index.css +23 -23
  1909. package/status/modern/Component.js +1 -1
  1910. package/status/modern/index.css +23 -23
  1911. package/status-badge/Component.js +3 -3
  1912. package/status-badge/cssm/default.module.css +1 -1
  1913. package/status-badge/cssm/inverted.module.css +1 -1
  1914. package/status-badge/default.css +9 -9
  1915. package/status-badge/esm/Component.js +3 -3
  1916. package/status-badge/esm/default.css +9 -9
  1917. package/status-badge/esm/index.css +9 -9
  1918. package/status-badge/esm/inverted.css +9 -9
  1919. package/status-badge/index.css +9 -9
  1920. package/status-badge/inverted.css +9 -9
  1921. package/status-badge/modern/Component.js +3 -3
  1922. package/status-badge/modern/default.css +9 -9
  1923. package/status-badge/modern/index.css +9 -9
  1924. package/status-badge/modern/inverted.css +9 -9
  1925. package/stepped-progress-bar/Component.js +3 -3
  1926. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1927. package/stepped-progress-bar/components/step-bar/index.css +12 -12
  1928. package/stepped-progress-bar/cssm/components/step-bar/index.module.css +2 -2
  1929. package/stepped-progress-bar/default.css +2 -2
  1930. package/stepped-progress-bar/esm/Component.js +3 -3
  1931. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1932. package/stepped-progress-bar/esm/components/step-bar/index.css +12 -12
  1933. package/stepped-progress-bar/esm/default.css +2 -2
  1934. package/stepped-progress-bar/esm/index.css +3 -3
  1935. package/stepped-progress-bar/esm/inverted.css +2 -2
  1936. package/stepped-progress-bar/index.css +3 -3
  1937. package/stepped-progress-bar/inverted.css +2 -2
  1938. package/stepped-progress-bar/modern/Component.js +3 -3
  1939. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1940. package/stepped-progress-bar/modern/components/step-bar/index.css +12 -12
  1941. package/stepped-progress-bar/modern/default.css +2 -2
  1942. package/stepped-progress-bar/modern/index.css +3 -3
  1943. package/stepped-progress-bar/modern/inverted.css +2 -2
  1944. package/steps/Component.js +1 -1
  1945. package/steps/components/step/Component.js +1 -1
  1946. package/steps/components/step/index.css +33 -33
  1947. package/steps/components/step-indicator/Component.js +1 -1
  1948. package/steps/components/step-indicator/index.css +1 -1
  1949. package/steps/cssm/components/step/index.module.css +3 -3
  1950. package/steps/esm/Component.js +1 -1
  1951. package/steps/esm/components/step/Component.js +1 -1
  1952. package/steps/esm/components/step/index.css +33 -33
  1953. package/steps/esm/components/step-indicator/Component.js +1 -1
  1954. package/steps/esm/components/step-indicator/index.css +1 -1
  1955. package/steps/esm/index.css +2 -2
  1956. package/steps/index.css +2 -2
  1957. package/steps/modern/Component.js +1 -1
  1958. package/steps/modern/components/step/Component.js +1 -1
  1959. package/steps/modern/components/step/index.css +33 -33
  1960. package/steps/modern/components/step-indicator/Component.js +1 -1
  1961. package/steps/modern/components/step-indicator/index.css +1 -1
  1962. package/steps/modern/index.css +2 -2
  1963. package/switch/Component.js +1 -1
  1964. package/switch/cssm/index.module.css +2 -2
  1965. package/switch/esm/Component.js +1 -1
  1966. package/switch/esm/index.css +29 -29
  1967. package/switch/index.css +29 -29
  1968. package/switch/modern/Component.js +1 -1
  1969. package/switch/modern/index.css +29 -29
  1970. package/system-message/Component.js +1 -1
  1971. package/system-message/components/caption/Component.js +1 -1
  1972. package/system-message/components/caption/index.css +1 -1
  1973. package/system-message/components/controls/Component.js +1 -1
  1974. package/system-message/components/controls/index.css +10 -10
  1975. package/system-message/components/graphic/Component.js +1 -1
  1976. package/system-message/components/graphic/index.css +1 -1
  1977. package/system-message/components/subtitle/Component.js +1 -1
  1978. package/system-message/components/subtitle/index.css +2 -2
  1979. package/system-message/components/title/Component.js +3 -3
  1980. package/system-message/components/title/desktop.css +1 -1
  1981. package/system-message/components/title/index.css +2 -2
  1982. package/system-message/components/title/mobile.css +1 -1
  1983. package/system-message/cssm/components/subtitle/index.module.css +1 -1
  1984. package/system-message/cssm/components/title/index.module.css +1 -1
  1985. package/system-message/esm/Component.js +1 -1
  1986. package/system-message/esm/components/caption/Component.js +1 -1
  1987. package/system-message/esm/components/caption/index.css +1 -1
  1988. package/system-message/esm/components/controls/Component.js +1 -1
  1989. package/system-message/esm/components/controls/index.css +10 -10
  1990. package/system-message/esm/components/graphic/Component.js +1 -1
  1991. package/system-message/esm/components/graphic/index.css +1 -1
  1992. package/system-message/esm/components/subtitle/Component.js +1 -1
  1993. package/system-message/esm/components/subtitle/index.css +2 -2
  1994. package/system-message/esm/components/title/Component.js +3 -3
  1995. package/system-message/esm/components/title/desktop.css +1 -1
  1996. package/system-message/esm/components/title/index.css +2 -2
  1997. package/system-message/esm/components/title/mobile.css +1 -1
  1998. package/system-message/esm/index.css +6 -6
  1999. package/system-message/index.css +6 -6
  2000. package/system-message/modern/Component.js +1 -1
  2001. package/system-message/modern/components/caption/Component.js +1 -1
  2002. package/system-message/modern/components/caption/index.css +1 -1
  2003. package/system-message/modern/components/controls/Component.js +1 -1
  2004. package/system-message/modern/components/controls/index.css +10 -10
  2005. package/system-message/modern/components/graphic/Component.js +1 -1
  2006. package/system-message/modern/components/graphic/index.css +1 -1
  2007. package/system-message/modern/components/subtitle/Component.js +1 -1
  2008. package/system-message/modern/components/subtitle/index.css +2 -2
  2009. package/system-message/modern/components/title/Component.js +3 -3
  2010. package/system-message/modern/components/title/desktop.css +1 -1
  2011. package/system-message/modern/components/title/index.css +2 -2
  2012. package/system-message/modern/components/title/mobile.css +1 -1
  2013. package/system-message/modern/index.css +6 -6
  2014. package/tab-bar/Component.js +1 -1
  2015. package/tab-bar/components/tab/Component.js +1 -1
  2016. package/tab-bar/components/tab/index.css +6 -6
  2017. package/tab-bar/esm/Component.js +1 -1
  2018. package/tab-bar/esm/components/tab/Component.js +1 -1
  2019. package/tab-bar/esm/components/tab/index.css +6 -6
  2020. package/tab-bar/esm/index.css +2 -2
  2021. package/tab-bar/index.css +2 -2
  2022. package/tab-bar/modern/Component.js +1 -1
  2023. package/tab-bar/modern/components/tab/Component.js +1 -1
  2024. package/tab-bar/modern/components/tab/index.css +6 -6
  2025. package/tab-bar/modern/index.css +2 -2
  2026. package/table/components/pagination/Component.js +1 -1
  2027. package/table/components/pagination/index.css +9 -9
  2028. package/table/components/pagination/select-field/index.css +4 -4
  2029. package/table/components/pagination/select-field/index.js +1 -1
  2030. package/table/components/table/Component.js +1 -1
  2031. package/table/components/table/index.css +7 -7
  2032. package/table/components/tbody/Component.js +1 -1
  2033. package/table/components/tbody/index.css +2 -2
  2034. package/table/components/tcell/Component.js +1 -1
  2035. package/table/components/tcell/index.css +7 -7
  2036. package/table/components/texpandable-row/Component.js +1 -1
  2037. package/table/components/texpandable-row/index.css +5 -5
  2038. package/table/components/thead/Component.js +1 -1
  2039. package/table/components/thead/index.css +6 -6
  2040. package/table/components/thead-cell/Component.js +1 -1
  2041. package/table/components/thead-cell/index.css +10 -10
  2042. package/table/components/trow/Component.js +1 -1
  2043. package/table/components/trow/index.css +8 -8
  2044. package/table/components/tsortable-head-cell/Component.js +1 -1
  2045. package/table/components/tsortable-head-cell/index.css +8 -8
  2046. package/table/cssm/components/tcell/index.module.css +1 -1
  2047. package/table/cssm/components/thead-cell/index.module.css +1 -1
  2048. package/table/esm/components/pagination/Component.js +1 -1
  2049. package/table/esm/components/pagination/index.css +9 -9
  2050. package/table/esm/components/pagination/select-field/index.css +4 -4
  2051. package/table/esm/components/pagination/select-field/index.js +1 -1
  2052. package/table/esm/components/table/Component.js +1 -1
  2053. package/table/esm/components/table/index.css +7 -7
  2054. package/table/esm/components/tbody/Component.js +1 -1
  2055. package/table/esm/components/tbody/index.css +2 -2
  2056. package/table/esm/components/tcell/Component.js +1 -1
  2057. package/table/esm/components/tcell/index.css +7 -7
  2058. package/table/esm/components/texpandable-row/Component.js +1 -1
  2059. package/table/esm/components/texpandable-row/index.css +5 -5
  2060. package/table/esm/components/thead/Component.js +1 -1
  2061. package/table/esm/components/thead/index.css +6 -6
  2062. package/table/esm/components/thead-cell/Component.js +1 -1
  2063. package/table/esm/components/thead-cell/index.css +10 -10
  2064. package/table/esm/components/trow/Component.js +1 -1
  2065. package/table/esm/components/trow/index.css +8 -8
  2066. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  2067. package/table/esm/components/tsortable-head-cell/index.css +8 -8
  2068. package/table/modern/components/pagination/Component.js +1 -1
  2069. package/table/modern/components/pagination/index.css +9 -9
  2070. package/table/modern/components/pagination/select-field/index.css +4 -4
  2071. package/table/modern/components/pagination/select-field/index.js +1 -1
  2072. package/table/modern/components/table/Component.js +1 -1
  2073. package/table/modern/components/table/index.css +7 -7
  2074. package/table/modern/components/tbody/Component.js +1 -1
  2075. package/table/modern/components/tbody/index.css +2 -2
  2076. package/table/modern/components/tcell/Component.js +1 -1
  2077. package/table/modern/components/tcell/index.css +7 -7
  2078. package/table/modern/components/texpandable-row/Component.js +1 -1
  2079. package/table/modern/components/texpandable-row/index.css +5 -5
  2080. package/table/modern/components/thead/Component.js +1 -1
  2081. package/table/modern/components/thead/index.css +6 -6
  2082. package/table/modern/components/thead-cell/Component.js +1 -1
  2083. package/table/modern/components/thead-cell/index.css +10 -10
  2084. package/table/modern/components/trow/Component.js +1 -1
  2085. package/table/modern/components/trow/index.css +8 -8
  2086. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  2087. package/table/modern/components/tsortable-head-cell/index.css +8 -8
  2088. package/tabs/components/primary-tablist/Component.collapsible.js +2 -2
  2089. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  2090. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  2091. package/tabs/components/primary-tablist/index.css +133 -133
  2092. package/tabs/components/primary-tablist/mobile.css +394 -368
  2093. package/tabs/components/scroll-controls/Component.js +1 -1
  2094. package/tabs/components/scroll-controls/index.css +12 -12
  2095. package/tabs/components/scrollable-container/Component.js +1 -1
  2096. package/tabs/components/scrollable-container/index.css +6 -6
  2097. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  2098. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  2099. package/tabs/components/secondary-tablist/index.css +11 -11
  2100. package/tabs/components/secondary-tablist/mobile.css +186 -160
  2101. package/tabs/components/tab/Component.js +1 -1
  2102. package/tabs/components/tab/index.css +3 -3
  2103. package/tabs/components/tabs/Component.d.ts +1 -1
  2104. package/tabs/components/tabs/Component.js +2 -2
  2105. package/tabs/components/title/Component.d.ts +1 -1
  2106. package/tabs/cssm/components/primary-tablist/Component.collapsible.js +1 -1
  2107. package/tabs/cssm/components/primary-tablist/index.module.css +1 -1
  2108. package/tabs/cssm/components/tabs/Component.d.ts +1 -1
  2109. package/tabs/cssm/components/tabs/Component.js +2 -2
  2110. package/tabs/cssm/components/title/Component.d.ts +1 -1
  2111. package/tabs/cssm/hooks/use-tablist-titles.d.ts +1 -1
  2112. package/tabs/cssm/typings.d.ts +7 -2
  2113. package/tabs/esm/collapsible/index.js +1 -1
  2114. package/tabs/esm/components/primary-tablist/Component.collapsible.js +2 -2
  2115. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  2116. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  2117. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  2118. package/tabs/esm/components/primary-tablist/index.css +133 -133
  2119. package/tabs/esm/components/primary-tablist/mobile.css +394 -368
  2120. package/tabs/esm/components/scroll-controls/Component.js +1 -1
  2121. package/tabs/esm/components/scroll-controls/index.css +12 -12
  2122. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  2123. package/tabs/esm/components/scrollable-container/index.css +6 -6
  2124. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  2125. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  2126. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  2127. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  2128. package/tabs/esm/components/secondary-tablist/mobile.css +186 -160
  2129. package/tabs/esm/components/tab/Component.js +1 -1
  2130. package/tabs/esm/components/tab/index.css +3 -3
  2131. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  2132. package/tabs/esm/components/tabs/Component.d.ts +1 -1
  2133. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  2134. package/tabs/esm/components/tabs/Component.js +2 -2
  2135. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  2136. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  2137. package/tabs/esm/components/title/Component.d.ts +1 -1
  2138. package/tabs/esm/desktop/index.js +2 -2
  2139. package/tabs/esm/hooks/use-tablist-titles.d.ts +1 -1
  2140. package/tabs/esm/index.js +2 -2
  2141. package/tabs/esm/index.module-7f53615c.js +4 -0
  2142. package/tabs/esm/index.module-f25eb728.js +4 -0
  2143. package/tabs/esm/mobile/index.js +2 -2
  2144. package/tabs/esm/typings.d.ts +7 -2
  2145. package/tabs/hooks/use-tablist-titles.d.ts +1 -1
  2146. package/tabs/index.module-1eb43fb9.js +4 -0
  2147. package/tabs/index.module-c88e5a5a.js +4 -0
  2148. package/tabs/modern/collapsible/index.js +1 -1
  2149. package/tabs/modern/components/primary-tablist/Component.collapsible.js +2 -2
  2150. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  2151. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  2152. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  2153. package/tabs/modern/components/primary-tablist/index.css +133 -133
  2154. package/tabs/modern/components/primary-tablist/mobile.css +394 -368
  2155. package/tabs/modern/components/scroll-controls/Component.js +1 -1
  2156. package/tabs/modern/components/scroll-controls/index.css +12 -12
  2157. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  2158. package/tabs/modern/components/scrollable-container/index.css +6 -6
  2159. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  2160. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  2161. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  2162. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  2163. package/tabs/modern/components/secondary-tablist/mobile.css +186 -160
  2164. package/tabs/modern/components/tab/Component.js +1 -1
  2165. package/tabs/modern/components/tab/index.css +3 -3
  2166. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  2167. package/tabs/modern/components/tabs/Component.d.ts +1 -1
  2168. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  2169. package/tabs/modern/components/tabs/Component.js +2 -2
  2170. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  2171. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  2172. package/tabs/modern/components/title/Component.d.ts +1 -1
  2173. package/tabs/modern/desktop/index.js +2 -2
  2174. package/tabs/modern/hooks/use-tablist-titles.d.ts +1 -1
  2175. package/tabs/modern/index.js +2 -2
  2176. package/tabs/modern/index.module-8121bd57.js +4 -0
  2177. package/tabs/modern/index.module-c6da7192.js +4 -0
  2178. package/tabs/modern/mobile/index.js +2 -2
  2179. package/tabs/modern/typings.d.ts +7 -2
  2180. package/tabs/typings.d.ts +7 -2
  2181. package/tag/components/base-tag/Component.js +3 -3
  2182. package/tag/components/base-tag/default.css +15 -15
  2183. package/tag/components/base-tag/index.css +37 -37
  2184. package/tag/components/base-tag/inverted.css +13 -13
  2185. package/tag/cssm/components/base-tag/default.module.css +5 -5
  2186. package/tag/cssm/components/base-tag/inverted.module.css +3 -3
  2187. package/tag/desktop/Component.desktop.js +3 -3
  2188. package/tag/desktop/default.desktop.css +4 -4
  2189. package/tag/desktop/desktop.css +6 -6
  2190. package/tag/desktop/inverted.desktop.css +4 -4
  2191. package/tag/esm/components/base-tag/Component.js +3 -3
  2192. package/tag/esm/components/base-tag/default.css +15 -15
  2193. package/tag/esm/components/base-tag/index.css +37 -37
  2194. package/tag/esm/components/base-tag/inverted.css +13 -13
  2195. package/tag/esm/desktop/Component.desktop.js +3 -3
  2196. package/tag/esm/desktop/default.desktop.css +4 -4
  2197. package/tag/esm/desktop/desktop.css +6 -6
  2198. package/tag/esm/desktop/inverted.desktop.css +4 -4
  2199. package/tag/esm/mobile/Component.mobile.js +3 -3
  2200. package/tag/esm/mobile/default.mobile.css +4 -4
  2201. package/tag/esm/mobile/inverted.mobile.css +4 -4
  2202. package/tag/esm/mobile/mobile.css +6 -6
  2203. package/tag/mobile/Component.mobile.js +3 -3
  2204. package/tag/mobile/default.mobile.css +4 -4
  2205. package/tag/mobile/inverted.mobile.css +4 -4
  2206. package/tag/mobile/mobile.css +6 -6
  2207. package/tag/modern/components/base-tag/Component.js +3 -3
  2208. package/tag/modern/components/base-tag/default.css +15 -15
  2209. package/tag/modern/components/base-tag/index.css +37 -37
  2210. package/tag/modern/components/base-tag/inverted.css +13 -13
  2211. package/tag/modern/desktop/Component.desktop.js +3 -3
  2212. package/tag/modern/desktop/default.desktop.css +4 -4
  2213. package/tag/modern/desktop/desktop.css +6 -6
  2214. package/tag/modern/desktop/inverted.desktop.css +4 -4
  2215. package/tag/modern/mobile/Component.mobile.js +3 -3
  2216. package/tag/modern/mobile/default.mobile.css +4 -4
  2217. package/tag/modern/mobile/inverted.mobile.css +4 -4
  2218. package/tag/modern/mobile/mobile.css +6 -6
  2219. package/text/Component.js +2 -2
  2220. package/text/esm/Component.js +2 -2
  2221. package/text/esm/index.css +7 -7
  2222. package/text/esm/mixin.css +75 -75
  2223. package/text/index.css +7 -7
  2224. package/text/mixin.css +75 -75
  2225. package/text/modern/Component.js +2 -2
  2226. package/text/modern/index.css +7 -7
  2227. package/text/modern/mixin.css +75 -75
  2228. package/textarea/Component.js +3 -3
  2229. package/textarea/{PseudoTextArea-c7f2eeb8.js → PseudoTextArea-d5527a5b.js} +1 -1
  2230. package/textarea/components/PseudoTextArea.js +1 -1
  2231. package/textarea/components/index.d.ts +1 -1
  2232. package/textarea/components/index.js +1 -1
  2233. package/textarea/cssm/default.module.css +3 -3
  2234. package/textarea/cssm/inverted.module.css +2 -2
  2235. package/textarea/default.css +20 -20
  2236. package/textarea/esm/Component.js +3 -3
  2237. package/textarea/esm/{PseudoTextArea-59f29d91.js → PseudoTextArea-8c317bda.js} +1 -1
  2238. package/textarea/esm/components/PseudoTextArea.js +1 -1
  2239. package/textarea/esm/components/index.d.ts +1 -1
  2240. package/textarea/esm/components/index.js +1 -1
  2241. package/textarea/esm/default.css +20 -20
  2242. package/textarea/esm/index.css +45 -45
  2243. package/textarea/esm/index.js +1 -1
  2244. package/textarea/esm/inverted.css +19 -19
  2245. package/textarea/index.css +45 -45
  2246. package/textarea/inverted.css +19 -19
  2247. package/textarea/modern/Component.js +3 -3
  2248. package/textarea/modern/{PseudoTextArea-357d76cd.js → PseudoTextArea-c44e22c6.js} +1 -1
  2249. package/textarea/modern/components/PseudoTextArea.js +1 -1
  2250. package/textarea/modern/components/index.d.ts +1 -1
  2251. package/textarea/modern/components/index.js +1 -1
  2252. package/textarea/modern/default.css +20 -20
  2253. package/textarea/modern/index.css +45 -45
  2254. package/textarea/modern/index.js +1 -1
  2255. package/textarea/modern/inverted.css +19 -19
  2256. package/themes/click.css +175 -147
  2257. package/themes/compiled/mobile-dark-bluetint.css +363 -224
  2258. package/themes/corp.css +173 -147
  2259. package/themes/dark.css +12 -0
  2260. package/themes/intranet.css +173 -147
  2261. package/themes/mixins/click.css +2 -0
  2262. package/themes/mixins/dark.css +12 -0
  2263. package/themes/mixins/pure-cell/click.css +4 -0
  2264. package/themes/mobile.css +173 -147
  2265. package/themes/pure-cell/click.css +4 -0
  2266. package/themes/site.css +173 -147
  2267. package/toast/components/base-toast/component.js +1 -1
  2268. package/toast/components/base-toast/index.css +10 -10
  2269. package/toast/esm/components/base-toast/component.js +1 -1
  2270. package/toast/esm/components/base-toast/index.css +10 -10
  2271. package/toast/modern/components/base-toast/component.js +1 -1
  2272. package/toast/modern/components/base-toast/index.css +10 -10
  2273. package/toast-plate/components/base-toast-plate/component.js +3 -3
  2274. package/toast-plate/components/base-toast-plate/default.css +4 -4
  2275. package/toast-plate/components/base-toast-plate/index.css +19 -19
  2276. package/toast-plate/components/base-toast-plate/inverted.css +4 -4
  2277. package/toast-plate/cssm/components/base-toast-plate/default.module.css +1 -1
  2278. package/toast-plate/cssm/components/base-toast-plate/inverted.module.css +1 -1
  2279. package/toast-plate/desktop/Component.desktop.js +1 -1
  2280. package/toast-plate/desktop/desktop.css +5 -5
  2281. package/toast-plate/esm/components/base-toast-plate/component.js +3 -3
  2282. package/toast-plate/esm/components/base-toast-plate/default.css +4 -4
  2283. package/toast-plate/esm/components/base-toast-plate/index.css +19 -19
  2284. package/toast-plate/esm/components/base-toast-plate/inverted.css +4 -4
  2285. package/toast-plate/esm/desktop/Component.desktop.js +1 -1
  2286. package/toast-plate/esm/desktop/desktop.css +5 -5
  2287. package/toast-plate/esm/mobile/Component.mobile.js +1 -1
  2288. package/toast-plate/esm/mobile/mobile.css +5 -5
  2289. package/toast-plate/mobile/Component.mobile.js +1 -1
  2290. package/toast-plate/mobile/mobile.css +5 -5
  2291. package/toast-plate/modern/components/base-toast-plate/component.js +3 -3
  2292. package/toast-plate/modern/components/base-toast-plate/default.css +4 -4
  2293. package/toast-plate/modern/components/base-toast-plate/index.css +19 -19
  2294. package/toast-plate/modern/components/base-toast-plate/inverted.css +4 -4
  2295. package/toast-plate/modern/desktop/Component.desktop.js +1 -1
  2296. package/toast-plate/modern/desktop/desktop.css +5 -5
  2297. package/toast-plate/modern/mobile/Component.mobile.js +1 -1
  2298. package/toast-plate/modern/mobile/mobile.css +5 -5
  2299. package/tooltip/cssm/default.module.css +1 -1
  2300. package/tooltip/cssm/inverted.module.css +2 -2
  2301. package/tooltip/default.css +6 -6
  2302. package/tooltip/desktop/Component.desktop.js +3 -3
  2303. package/tooltip/esm/default.css +6 -6
  2304. package/tooltip/esm/desktop/Component.desktop.js +3 -3
  2305. package/tooltip/esm/index.css +8 -8
  2306. package/tooltip/esm/inverted.css +7 -7
  2307. package/tooltip/esm/mobile/Component.mobile.js +1 -1
  2308. package/tooltip/esm/mobile/mobile.css +4 -4
  2309. package/tooltip/index.css +8 -8
  2310. package/tooltip/inverted.css +7 -7
  2311. package/tooltip/mobile/Component.mobile.js +1 -1
  2312. package/tooltip/mobile/mobile.css +4 -4
  2313. package/tooltip/modern/default.css +6 -6
  2314. package/tooltip/modern/desktop/Component.desktop.js +3 -3
  2315. package/tooltip/modern/index.css +8 -8
  2316. package/tooltip/modern/inverted.css +7 -7
  2317. package/tooltip/modern/mobile/Component.mobile.js +1 -1
  2318. package/tooltip/modern/mobile/mobile.css +4 -4
  2319. package/typography/colors.css +22 -22
  2320. package/typography/colors.module-baa4512e.js +4 -0
  2321. package/typography/common.module-a209a8c9.js +4 -0
  2322. package/typography/cssm/colors.module.css +3 -3
  2323. package/typography/esm/colors.css +22 -22
  2324. package/typography/esm/colors.module-f4cfa8d8.js +4 -0
  2325. package/typography/esm/common.module-4583c8f1.js +4 -0
  2326. package/typography/esm/component.js +2 -2
  2327. package/typography/esm/hooks/use-skeleton.css +4 -4
  2328. package/typography/esm/hooks/use-skeleton.js +1 -1
  2329. package/typography/esm/index.js +2 -2
  2330. package/typography/esm/text/component.js +2 -2
  2331. package/typography/esm/text/index.css +19 -19
  2332. package/typography/esm/text/index.js +1 -1
  2333. package/typography/esm/title/common.css +5 -5
  2334. package/typography/esm/title/component.js +1 -1
  2335. package/typography/esm/title/index.css +18 -18
  2336. package/typography/esm/title/index.js +3 -3
  2337. package/typography/esm/title-mobile/component.js +3 -3
  2338. package/typography/esm/title-mobile/index.css +10 -10
  2339. package/typography/esm/title-mobile/index.js +2 -2
  2340. package/typography/esm/title-responsive/component.js +3 -3
  2341. package/typography/esm/title-responsive/index.css +30 -30
  2342. package/typography/esm/title-responsive/index.js +2 -2
  2343. package/typography/hooks/use-skeleton.css +4 -4
  2344. package/typography/hooks/use-skeleton.js +1 -1
  2345. package/typography/modern/colors.css +22 -22
  2346. package/typography/modern/colors.module-47df2088.js +4 -0
  2347. package/typography/modern/common.module-1bf6f9a0.js +4 -0
  2348. package/typography/modern/component.js +2 -2
  2349. package/typography/modern/hooks/use-skeleton.css +4 -4
  2350. package/typography/modern/hooks/use-skeleton.js +1 -1
  2351. package/typography/modern/index.js +2 -2
  2352. package/typography/modern/text/component.js +2 -2
  2353. package/typography/modern/text/index.css +19 -19
  2354. package/typography/modern/text/index.js +1 -1
  2355. package/typography/modern/title/common.css +5 -5
  2356. package/typography/modern/title/component.js +1 -1
  2357. package/typography/modern/title/index.css +18 -18
  2358. package/typography/modern/title/index.js +3 -3
  2359. package/typography/modern/title-mobile/component.js +3 -3
  2360. package/typography/modern/title-mobile/index.css +10 -10
  2361. package/typography/modern/title-mobile/index.js +2 -2
  2362. package/typography/modern/title-responsive/component.js +3 -3
  2363. package/typography/modern/title-responsive/index.css +30 -30
  2364. package/typography/modern/title-responsive/index.js +2 -2
  2365. package/typography/text/component.js +2 -2
  2366. package/typography/text/index.css +19 -19
  2367. package/typography/title/common.css +5 -5
  2368. package/typography/title/component.js +1 -1
  2369. package/typography/title/index.css +18 -18
  2370. package/typography/title/index.js +2 -2
  2371. package/typography/title-mobile/component.js +2 -2
  2372. package/typography/title-mobile/index.css +10 -10
  2373. package/typography/title-responsive/component.js +2 -2
  2374. package/typography/title-responsive/index.css +30 -30
  2375. package/underlay/Component.js +1 -1
  2376. package/underlay/cssm/index.module.css +2 -2
  2377. package/underlay/esm/Component.js +1 -1
  2378. package/underlay/esm/index.css +163 -163
  2379. package/underlay/esm/index.js +1 -1
  2380. package/underlay/esm/index.module-d88bcb3b.js +4 -0
  2381. package/underlay/esm/utils/getBorderCorners.js +1 -1
  2382. package/underlay/esm/utils/getClasses.js +1 -1
  2383. package/underlay/index.css +163 -163
  2384. package/underlay/index.module-ffa7e56c.js +4 -0
  2385. package/underlay/modern/Component.js +1 -1
  2386. package/underlay/modern/index.css +163 -163
  2387. package/underlay/modern/index.js +1 -1
  2388. package/underlay/modern/index.module-e05eda72.js +4 -0
  2389. package/underlay/modern/utils/getBorderCorners.js +1 -1
  2390. package/underlay/modern/utils/getClasses.js +1 -1
  2391. package/underlay/utils/getBorderCorners.js +1 -1
  2392. package/underlay/utils/getClasses.js +1 -1
  2393. package/universal-date-input/Component-ff24af55.d.ts +5 -0
  2394. package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
  2395. package/universal-date-input/components/date-input/Component.js +1 -1
  2396. package/universal-date-input/components/date-range-input/Component.js +1 -1
  2397. package/universal-date-input/cssm/Component-ff24af55.d.ts +5 -0
  2398. package/universal-date-input/cssm/utils/index.js +1 -1
  2399. package/universal-date-input/esm/Component-ff24af55.d.ts +5 -0
  2400. package/universal-date-input/esm/Component.responsive.js +1 -1
  2401. package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
  2402. package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
  2403. package/universal-date-input/esm/components/date-input/Component.js +1 -1
  2404. package/universal-date-input/esm/components/date-input/index.js +1 -1
  2405. package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
  2406. package/universal-date-input/esm/components/date-range-input/index.js +1 -1
  2407. package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
  2408. package/universal-date-input/esm/desktop/index.js +1 -1
  2409. package/universal-date-input/esm/index.css +7 -7
  2410. package/universal-date-input/esm/index.js +1 -1
  2411. package/universal-date-input/esm/index.module-216f4336.js +4 -0
  2412. package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
  2413. package/universal-date-input/esm/mobile/index.js +1 -1
  2414. package/universal-date-input/esm/utils/index.js +1 -1
  2415. package/universal-date-input/index.css +7 -7
  2416. package/universal-date-input/index.module-2999f57c.js +4 -0
  2417. package/universal-date-input/modern/Component-ff24af55.d.ts +5 -0
  2418. package/universal-date-input/modern/Component.responsive.js +1 -1
  2419. package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
  2420. package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
  2421. package/universal-date-input/modern/components/date-input/Component.js +1 -1
  2422. package/universal-date-input/modern/components/date-input/index.js +1 -1
  2423. package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
  2424. package/universal-date-input/modern/components/date-range-input/index.js +1 -1
  2425. package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
  2426. package/universal-date-input/modern/desktop/index.js +1 -1
  2427. package/universal-date-input/modern/index.css +7 -7
  2428. package/universal-date-input/modern/index.js +1 -1
  2429. package/universal-date-input/modern/index.module-9653b871.js +4 -0
  2430. package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
  2431. package/universal-date-input/modern/mobile/index.js +1 -1
  2432. package/universal-date-input/modern/utils/index.js +1 -1
  2433. package/universal-date-input/utils/index.js +1 -1
  2434. package/vars/colors-bluetint.css +173 -147
  2435. package/vars/colors-decorative.css +318 -178
  2436. package/vars/colors-indigo.css +122 -96
  2437. package/vars/colors-qualitative.css +106 -106
  2438. package/vars/colors-sequential.css +192 -168
  2439. package/vars/cssm/bundle/click.css +173 -147
  2440. package/vars/cssm/bundle/corp.css +173 -147
  2441. package/vars/cssm/bundle/intranet.css +173 -147
  2442. package/vars/cssm/bundle/mobile.css +173 -147
  2443. package/vars/cssm/bundle/site.css +173 -147
  2444. package/vars/cssm/colors-bluetint.css +173 -147
  2445. package/vars/cssm/colors-decorative.css +318 -178
  2446. package/vars/cssm/colors-indigo.css +122 -96
  2447. package/vars/cssm/colors-qualitative.css +106 -106
  2448. package/vars/cssm/colors-sequential.css +192 -168
  2449. package/vars/cssm/index.css +173 -147
  2450. package/vars/cssm/index.d.ts +173 -147
  2451. package/vars/cssm/index.js +173 -147
  2452. package/vars/esm/index.d.ts +173 -147
  2453. package/vars/esm/index.js +174 -148
  2454. package/vars/index.d.ts +173 -147
  2455. package/vars/index.js +173 -147
  2456. package/vars/modern/index.d.ts +173 -147
  2457. package/vars/modern/index.js +174 -148
  2458. package/with-suffix/Component.js +1 -1
  2459. package/with-suffix/esm/Component.js +1 -1
  2460. package/with-suffix/esm/index.css +9 -9
  2461. package/with-suffix/index.css +9 -9
  2462. package/with-suffix/modern/Component.js +1 -1
  2463. package/with-suffix/modern/index.css +9 -9
  2464. package/calendar-range/esm/index.module-d36ca5bc.js +0 -4
  2465. package/calendar-range/index.module-43750e1e.js +0 -4
  2466. package/calendar-range/modern/index.module-e07561d5.js +0 -4
  2467. package/grid/esm/gutters.module-27be9855.js +0 -4
  2468. package/grid/gutters.module-ddeb19e4.js +0 -4
  2469. package/grid/modern/gutters.module-3aa3c38c.js +0 -4
  2470. package/modal/esm/layout.module-55ccfbc5.js +0 -4
  2471. package/modal/layout.module-c299e2b6.js +0 -4
  2472. package/modal/modern/layout.module-ed2f5825.js +0 -4
  2473. package/picker-button/Component-70284312.d.ts +0 -5
  2474. package/picker-button/cssm/Component-70284312.d.ts +0 -5
  2475. package/picker-button/esm/Component-70284312.d.ts +0 -5
  2476. package/picker-button/modern/Component-70284312.d.ts +0 -5
  2477. package/side-panel/esm/layout.module-5bd8e912.js +0 -4
  2478. package/side-panel/layout.module-87b3b4f3.js +0 -4
  2479. package/side-panel/modern/layout.module-0db17a1e.js +0 -4
  2480. package/tabs/esm/index.module-72926b9d.js +0 -4
  2481. package/tabs/esm/index.module-98725e10.js +0 -4
  2482. package/tabs/index.module-4fce9d75.js +0 -4
  2483. package/tabs/index.module-5e20b70a.js +0 -4
  2484. package/tabs/modern/index.module-322d9547.js +0 -4
  2485. package/tabs/modern/index.module-6c45f929.js +0 -4
  2486. package/typography/colors.module-6a9688d6.js +0 -4
  2487. package/typography/common.module-f3655026.js +0 -4
  2488. package/typography/esm/colors.module-725037e3.js +0 -4
  2489. package/typography/esm/common.module-ef201ff4.js +0 -4
  2490. package/typography/modern/colors.module-6676adfe.js +0 -4
  2491. package/typography/modern/common.module-26d6b930.js +0 -4
  2492. package/underlay/esm/index.module-681691b4.js +0 -4
  2493. package/underlay/index.module-b8995a43.js +0 -4
  2494. package/underlay/modern/index.module-85893946.js +0 -4
  2495. package/universal-date-input/esm/index.module-67703676.js +0 -4
  2496. package/universal-date-input/index.module-2b9df41f.js +0 -4
  2497. package/universal-date-input/modern/index.module-d60c115b.js +0 -4
  2498. /package/confirmation/{countdown-section-3de166c8.d.ts → countdown-section-62dc9b1b.d.ts} +0 -0
  2499. /package/confirmation/esm/{countdown-section-a5890bc0.d.ts → countdown-section-62c5863f.d.ts} +0 -0
  2500. /package/confirmation/modern/{countdown-section-b244086d.d.ts → countdown-section-6ca560c4.d.ts} +0 -0
  2501. /package/gallery/{buttons-336f96ee.d.ts → buttons-cd063d09.d.ts} +0 -0
  2502. /package/gallery/esm/{buttons-56ff3375.d.ts → buttons-a4ab88cd.d.ts} +0 -0
  2503. /package/gallery/esm/{slide-836afa92.d.ts → slide-74fe8645.d.ts} +0 -0
  2504. /package/gallery/modern/{buttons-f5ffd4af.d.ts → buttons-223b39a6.d.ts} +0 -0
  2505. /package/gallery/modern/{slide-431c7323.d.ts → slide-49b8c0d6.d.ts} +0 -0
  2506. /package/gallery/{slide-06667926.d.ts → slide-eaa00f4b.d.ts} +0 -0
  2507. /package/list/{Component-cc58e09d.d.ts → Component-fd0a16a2.d.ts} +0 -0
  2508. /package/list/esm/{Component-81a36788.d.ts → Component-3fbec0a2.d.ts} +0 -0
  2509. /package/list/modern/{Component-faf9005c.d.ts → Component-fb4c4097.d.ts} +0 -0
  2510. /package/markdown/esm/{use-overrides-7458c0f4.d.ts → use-overrides-6c62184d.d.ts} +0 -0
  2511. /package/markdown/modern/{use-overrides-844122ed.d.ts → use-overrides-90208329.d.ts} +0 -0
  2512. /package/markdown/{use-overrides-bf16eba7.d.ts → use-overrides-1d654655.d.ts} +0 -0
  2513. /package/select/esm/{hook-087f84d1.d.ts → hook-dd86695a.d.ts} +0 -0
  2514. /package/select/esm/{hook-087f84d1.js → hook-dd86695a.js} +0 -0
  2515. /package/select/{hook-213f2662.d.ts → hook-ddf6a468.d.ts} +0 -0
  2516. /package/select/{hook-213f2662.js → hook-ddf6a468.js} +0 -0
  2517. /package/select/modern/{hook-eeb8a533.d.ts → hook-ccdc50fc.d.ts} +0 -0
  2518. /package/select/modern/{hook-eeb8a533.js → hook-ccdc50fc.js} +0 -0
  2519. /package/textarea/{PseudoTextArea-c7f2eeb8.d.ts → PseudoTextArea-d5527a5b.d.ts} +0 -0
  2520. /package/textarea/esm/{PseudoTextArea-59f29d91.d.ts → PseudoTextArea-8c317bda.d.ts} +0 -0
  2521. /package/textarea/modern/{PseudoTextArea-357d76cd.d.ts → PseudoTextArea-c44e22c6.d.ts} +0 -0
package/vars/esm/index.js CHANGED
@@ -73,19 +73,19 @@ const colorDarkAccentPrimaryInverted = "#ef3124";
73
73
  const colorDarkAccentPrimaryInvertedHover = "#e32a17";
74
74
  const colorDarkAccentPrimaryInvertedPress = "#d72505";
75
75
  const colorDarkAccentPrimaryPress = "#fd624e";
76
- const colorDarkAccentSecondary = "#fff";
77
- const colorDarkAccentSecondaryHover = "#e7e8eb";
78
- const colorDarkAccentSecondaryInverted = "#0e0e0e";
79
- const colorDarkAccentSecondaryInvertedHover = "#29292c";
80
- const colorDarkAccentSecondaryInvertedPress = "#2f2f32";
76
+ const colorDarkAccentSecondary = "#f2f3f5";
77
+ const colorDarkAccentSecondaryHover = "#dcdde1";
78
+ const colorDarkAccentSecondaryInverted = "#212124";
79
+ const colorDarkAccentSecondaryInvertedHover = "#2f2f32";
80
+ const colorDarkAccentSecondaryInvertedPress = "#353539";
81
81
  const colorDarkAccentSecondaryPress = "#d2d3d9";
82
- const colorDarkBaseBgAltPrimary = "#0e0e0e";
82
+ const colorDarkBaseBgAltPrimary = "#121213";
83
83
  const colorDarkBaseBgAltPrimaryInverted = "#f2f3f5";
84
84
  const colorDarkBaseBgAltSecondary = "#1c1c1e";
85
85
  const colorDarkBaseBgAltSecondaryInverted = "#fff";
86
86
  const colorDarkBaseBgAltTertiary = "#29292c";
87
87
  const colorDarkBaseBgAltTertiaryInverted = "#f2f3f5";
88
- const colorDarkBaseBgPrimary = "#0e0e0e";
88
+ const colorDarkBaseBgPrimary = "#121213";
89
89
  const colorDarkBaseBgPrimaryInverted = "#fff";
90
90
  const colorDarkBaseBgSecondary = "#1c1c1e";
91
91
  const colorDarkBaseBgSecondaryInverted = "#f2f3f5";
@@ -144,7 +144,7 @@ const colorDarkModalBgSecondary = "#29292c";
144
144
  const colorDarkModalBgSecondaryInverted = "#f2f3f5";
145
145
  const colorDarkModalBgTertiary = "#353539";
146
146
  const colorDarkModalBgTertiaryInverted = "#fff";
147
- const colorDarkNeutral0 = "#29292c";
147
+ const colorDarkNeutral0 = "#262629";
148
148
  const colorDarkNeutral0Hover = "#2f2f32";
149
149
  const colorDarkNeutral0Inverted = "#fff";
150
150
  const colorDarkNeutral0InvertedHover = "#e7e8eb";
@@ -158,7 +158,7 @@ const colorDarkNeutral100InvertedPress = "#dcdde1";
158
158
  const colorDarkNeutral100Press = "#29292c";
159
159
  const colorDarkNeutral1500 = "#fff";
160
160
  const colorDarkNeutral1500Hover = "#babbc2";
161
- const colorDarkNeutral1500Inverted = "#0e0e0e";
161
+ const colorDarkNeutral1500Inverted = "#121213";
162
162
  const colorDarkNeutral1500InvertedHover = "#3f3f45";
163
163
  const colorDarkNeutral1500InvertedPress = "#5f5f66";
164
164
  const colorDarkNeutral1500Press = "#a0a1a9";
@@ -204,6 +204,12 @@ const colorDarkNeutralTranslucent100Inverted = "rgba(38, 55, 88, 0.06)";
204
204
  const colorDarkNeutralTranslucent100InvertedHover = "rgba(15, 25, 55, 0.1)";
205
205
  const colorDarkNeutralTranslucent100InvertedPress = "rgba(5, 12, 41, 0.14)";
206
206
  const colorDarkNeutralTranslucent100Press = "rgba(222, 222, 238, 0.13)";
207
+ const colorDarkNeutralTranslucent1300 = "rgba(255, 255, 255, 0.94)";
208
+ const colorDarkNeutralTranslucent1300Hover = "rgba(255, 255, 255, 0.7)";
209
+ const colorDarkNeutralTranslucent1300Inverted = "rgba(3, 3, 6, 0.88)";
210
+ const colorDarkNeutralTranslucent1300InvertedHover = "rgba(3, 3, 8, 0.8)";
211
+ const colorDarkNeutralTranslucent1300InvertedPress = "rgba(0, 0, 10, 0.71)";
212
+ const colorDarkNeutralTranslucent1300Press = "rgba(255, 255, 255, 0.6)";
207
213
  const colorDarkNeutralTranslucent1500Hover = "rgba(243, 245, 254, 0.75)";
208
214
  const colorDarkNeutralTranslucent1500InvertedHover = "rgba(2, 2, 10, 0.76)";
209
215
  const colorDarkNeutralTranslucent1500InvertedPress = "rgba(1, 1, 12, 0.63)";
@@ -263,59 +269,59 @@ const colorDarkStatusInfoInvertedHover = "#2a77ef";
263
269
  const colorDarkStatusInfoInvertedPress = "#2c64d4";
264
270
  const colorDarkStatusInfoPress = "#63aafd";
265
271
  const colorDarkStatusMutedAltAttention = "#412f22";
266
- const colorDarkStatusMutedAltAttentionHover = "#4f3623";
272
+ const colorDarkStatusMutedAltAttentionHover = "#543a27";
267
273
  const colorDarkStatusMutedAltAttentionInverted = "#fde6c8";
268
274
  const colorDarkStatusMutedAltAttentionInvertedHover = "#f6d7af";
269
- const colorDarkStatusMutedAltAttentionInvertedPress = "#eec596";
270
- const colorDarkStatusMutedAltAttentionPress = "#634128";
275
+ const colorDarkStatusMutedAltAttentionInvertedPress = "#f0c492";
276
+ const colorDarkStatusMutedAltAttentionPress = "#6a462c";
271
277
  const colorDarkStatusMutedAltInfo = "#293044";
272
- const colorDarkStatusMutedAltInfoHover = "#303a55";
278
+ const colorDarkStatusMutedAltInfoHover = "#2f3a55";
273
279
  const colorDarkStatusMutedAltInfoInverted = "#e4f0ff";
274
- const colorDarkStatusMutedAltInfoInvertedHover = "#c4defa";
275
- const colorDarkStatusMutedAltInfoInvertedPress = "#aeccf1";
276
- const colorDarkStatusMutedAltInfoPress = "#3a456a";
280
+ const colorDarkStatusMutedAltInfoInvertedHover = "#c1dbf7";
281
+ const colorDarkStatusMutedAltInfoInvertedPress = "#a7cbf2";
282
+ const colorDarkStatusMutedAltInfoPress = "#38476c";
277
283
  const colorDarkStatusMutedAltNegative = "#442926";
278
- const colorDarkStatusMutedAltNegativeHover = "#56302d";
284
+ const colorDarkStatusMutedAltNegativeHover = "#55312e";
279
285
  const colorDarkStatusMutedAltNegativeInverted = "#ffdfdf";
280
- const colorDarkStatusMutedAltNegativeInvertedHover = "#faccca";
281
- const colorDarkStatusMutedAltNegativeInvertedPress = "#f1b7b0";
282
- const colorDarkStatusMutedAltNegativePress = "#6c3b34";
286
+ const colorDarkStatusMutedAltNegativeInvertedHover = "#f9ccca";
287
+ const colorDarkStatusMutedAltNegativeInvertedPress = "#f3b6af";
288
+ const colorDarkStatusMutedAltNegativePress = "#6b3b34";
283
289
  const colorDarkStatusMutedAltPositive = "#253528";
284
- const colorDarkStatusMutedAltPositiveHover = "#283f2d";
290
+ const colorDarkStatusMutedAltPositiveHover = "#273f2d";
285
291
  const colorDarkStatusMutedAltPositiveInverted = "#d1f1d7";
286
- const colorDarkStatusMutedAltPositiveInvertedHover = "#bae6c2";
287
- const colorDarkStatusMutedAltPositiveInvertedPress = "#a1d7a8";
288
- const colorDarkStatusMutedAltPositivePress = "#2d4d32";
292
+ const colorDarkStatusMutedAltPositiveInvertedHover = "#bbe8c3";
293
+ const colorDarkStatusMutedAltPositiveInvertedPress = "#a1dba8";
294
+ const colorDarkStatusMutedAltPositivePress = "#2d4e33";
289
295
  const colorDarkStatusMutedAttention = "#36291f";
290
296
  const colorDarkStatusMutedAttentionHover = "#412f22";
291
297
  const colorDarkStatusMutedAttentionInverted = "#ffefd9";
292
298
  const colorDarkStatusMutedAttentionInvertedHover = "#fde6c8";
293
299
  const colorDarkStatusMutedAttentionInvertedPress = "#f6d7af";
294
- const colorDarkStatusMutedAttentionPress = "#4f3623";
300
+ const colorDarkStatusMutedAttentionPress = "#543a27";
295
301
  const colorDarkStatusMutedInfo = "#222a3e";
296
302
  const colorDarkStatusMutedInfoHover = "#293044";
297
303
  const colorDarkStatusMutedInfoInverted = "#e4f0ff";
298
304
  const colorDarkStatusMutedInfoInvertedHover = "#d8eaff";
299
- const colorDarkStatusMutedInfoInvertedPress = "#c4defa";
300
- const colorDarkStatusMutedInfoPress = "#303a55";
305
+ const colorDarkStatusMutedInfoInvertedPress = "#c1dbf7";
306
+ const colorDarkStatusMutedInfoPress = "#2f3a55";
301
307
  const colorDarkStatusMutedNegative = "#392523";
302
308
  const colorDarkStatusMutedNegativeHover = "#442926";
303
309
  const colorDarkStatusMutedNegativeInverted = "#ffebeb";
304
310
  const colorDarkStatusMutedNegativeInvertedHover = "#ffdfdf";
305
- const colorDarkStatusMutedNegativeInvertedPress = "#faccca";
306
- const colorDarkStatusMutedNegativePress = "#56302d";
311
+ const colorDarkStatusMutedNegativeInvertedPress = "#f9ccca";
312
+ const colorDarkStatusMutedNegativePress = "#55312e";
307
313
  const colorDarkStatusMutedPositive = "#232d25";
308
314
  const colorDarkStatusMutedPositiveHover = "#253528";
309
315
  const colorDarkStatusMutedPositiveInverted = "#dff8e5";
310
316
  const colorDarkStatusMutedPositiveInvertedHover = "#d1f1d7";
311
- const colorDarkStatusMutedPositiveInvertedPress = "#bae6c2";
312
- const colorDarkStatusMutedPositivePress = "#283f2d";
313
- const colorDarkStatusNegative = "#ff5431";
314
- const colorDarkStatusNegativeHover = "#ff7554";
315
- const colorDarkStatusNegativeInverted = "#ff5431";
316
- const colorDarkStatusNegativeInvertedHover = "#ec2e14";
317
- const colorDarkStatusNegativeInvertedPress = "#c7251c";
318
- const colorDarkStatusNegativePress = "#ff8d73";
317
+ const colorDarkStatusMutedPositiveInvertedPress = "#bbe8c3";
318
+ const colorDarkStatusMutedPositivePress = "#273f2d";
319
+ const colorDarkStatusNegative = "#ff4837";
320
+ const colorDarkStatusNegativeHover = "#ff755e";
321
+ const colorDarkStatusNegativeInverted = "#ff4837";
322
+ const colorDarkStatusNegativeInvertedHover = "#ec2d20";
323
+ const colorDarkStatusNegativeInvertedPress = "#c7241f";
324
+ const colorDarkStatusNegativePress = "#ff8d79";
319
325
  const colorDarkStatusPositive = "#17d055";
320
326
  const colorDarkStatusPositiveHover = "#22e068";
321
327
  const colorDarkStatusPositiveInverted = "#0cc44d";
@@ -338,24 +344,24 @@ const colorDarkTextInfoInvertedHover = "#2c64d4";
338
344
  const colorDarkTextInfoInvertedPress = "#2453b4";
339
345
  const colorDarkTextInfoPress = "#7fb6ff";
340
346
  const colorDarkTextLink = "#4a9dfc";
341
- const colorDarkTextNegative = "#ff5431";
342
- const colorDarkTextNegativeHover = "#ff7554";
343
- const colorDarkTextNegativeInverted = "#ec2e14";
344
- const colorDarkTextNegativeInvertedHover = "#c7251c";
347
+ const colorDarkTextNegative = "#ff4837";
348
+ const colorDarkTextNegativeHover = "#ff755e";
349
+ const colorDarkTextNegativeInverted = "#ec2d20";
350
+ const colorDarkTextNegativeInvertedHover = "#c7241f";
345
351
  const colorDarkTextNegativeInvertedPress = "#a6201e";
346
- const colorDarkTextNegativePress = "#ff8d73";
352
+ const colorDarkTextNegativePress = "#ff8d79";
347
353
  const colorDarkTextPositive = "#0cc44d";
348
354
  const colorDarkTextPositiveHover = "#22e068";
349
355
  const colorDarkTextPositiveInverted = "#0d9336";
350
356
  const colorDarkTextPositiveInvertedHover = "#0a7d2c";
351
357
  const colorDarkTextPositiveInvertedPress = "#036625";
352
358
  const colorDarkTextPositivePress = "#4ae777";
353
- const colorDarkTextPrimary = "#fff";
354
- const colorDarkTextPrimaryHover = "#babbc2";
355
- const colorDarkTextPrimaryInverted = "#0e0e0e";
356
- const colorDarkTextPrimaryInvertedHover = "#5f5f66";
357
- const colorDarkTextPrimaryInvertedPress = "#75757d";
358
- const colorDarkTextPrimaryPress = "#a0a1a9";
359
+ const colorDarkTextPrimary = "rgba(255, 255, 255, 0.94)";
360
+ const colorDarkTextPrimaryHover = "rgba(255, 255, 255, 0.7)";
361
+ const colorDarkTextPrimaryInverted = "rgba(3, 3, 6, 0.88)";
362
+ const colorDarkTextPrimaryInvertedHover = "rgba(1, 1, 12, 0.63)";
363
+ const colorDarkTextPrimaryInvertedPress = "rgba(4, 4, 19, 0.55)";
364
+ const colorDarkTextPrimaryPress = "rgba(255, 255, 255, 0.6)";
359
365
  const colorDarkTextQuaternary = "rgba(231, 231, 248, 0.18)";
360
366
  const colorDarkTextQuaternaryInverted = "rgba(5, 11, 44, 0.18)";
361
367
  const colorDarkTextSecondary = "rgba(238, 238, 251, 0.55)";
@@ -381,20 +387,20 @@ const colorLightAccentPrimaryInverted = "#f83a2a";
381
387
  const colorLightAccentPrimaryInvertedHover = "#ff503e";
382
388
  const colorLightAccentPrimaryInvertedPress = "#fd624e";
383
389
  const colorLightAccentPrimaryPress = "#d72505";
384
- const colorLightAccentSecondary = "#0e0e0e";
385
- const colorLightAccentSecondaryHover = "#29292c";
386
- const colorLightAccentSecondaryInverted = "#fff";
387
- const colorLightAccentSecondaryInvertedHover = "#e7e8eb";
390
+ const colorLightAccentSecondary = "#212124";
391
+ const colorLightAccentSecondaryHover = "#2f2f32";
392
+ const colorLightAccentSecondaryInverted = "#f2f3f5";
393
+ const colorLightAccentSecondaryInvertedHover = "#dcdde1";
388
394
  const colorLightAccentSecondaryInvertedPress = "#d2d3d9";
389
- const colorLightAccentSecondaryPress = "#2f2f32";
395
+ const colorLightAccentSecondaryPress = "#353539";
390
396
  const colorLightBaseBgAltPrimary = "#f2f3f5";
391
- const colorLightBaseBgAltPrimaryInverted = "#0e0e0e";
397
+ const colorLightBaseBgAltPrimaryInverted = "#121213";
392
398
  const colorLightBaseBgAltSecondary = "#fff";
393
399
  const colorLightBaseBgAltSecondaryInverted = "#1c1c1e";
394
400
  const colorLightBaseBgAltTertiary = "#f2f3f5";
395
401
  const colorLightBaseBgAltTertiaryInverted = "#29292c";
396
402
  const colorLightBaseBgPrimary = "#fff";
397
- const colorLightBaseBgPrimaryInverted = "#0e0e0e";
403
+ const colorLightBaseBgPrimaryInverted = "#121213";
398
404
  const colorLightBaseBgSecondary = "#f2f3f5";
399
405
  const colorLightBaseBgSecondaryInverted = "#1c1c1e";
400
406
  const colorLightBaseBgTertiary = "#fff";
@@ -454,7 +460,7 @@ const colorLightModalBgTertiary = "#fff";
454
460
  const colorLightModalBgTertiaryInverted = "#353539";
455
461
  const colorLightNeutral0 = "#fff";
456
462
  const colorLightNeutral0Hover = "#e7e8eb";
457
- const colorLightNeutral0Inverted = "#29292c";
463
+ const colorLightNeutral0Inverted = "#262629";
458
464
  const colorLightNeutral0InvertedHover = "#2f2f32";
459
465
  const colorLightNeutral0InvertedPress = "#353539";
460
466
  const colorLightNeutral0Press = "#dcdde1";
@@ -464,7 +470,7 @@ const colorLightNeutral100Inverted = "#1c1c1e";
464
470
  const colorLightNeutral100InvertedHover = "#212124";
465
471
  const colorLightNeutral100InvertedPress = "#29292c";
466
472
  const colorLightNeutral100Press = "#dcdde1";
467
- const colorLightNeutral1500 = "#0e0e0e";
473
+ const colorLightNeutral1500 = "#121213";
468
474
  const colorLightNeutral1500Hover = "#3f3f45";
469
475
  const colorLightNeutral1500Inverted = "#fff";
470
476
  const colorLightNeutral1500InvertedHover = "#babbc2";
@@ -512,6 +518,12 @@ const colorLightNeutralTranslucent100Inverted = "rgba(214, 214, 229, 0.07)";
512
518
  const colorLightNeutralTranslucent100InvertedHover = "rgba(222, 222, 238, 0.13)";
513
519
  const colorLightNeutralTranslucent100InvertedPress = "rgba(234, 234, 248, 0.15)";
514
520
  const colorLightNeutralTranslucent100Press = "rgba(5, 12, 41, 0.14)";
521
+ const colorLightNeutralTranslucent1300 = "rgba(3, 3, 6, 0.88)";
522
+ const colorLightNeutralTranslucent1300Hover = "rgba(3, 3, 8, 0.8)";
523
+ const colorLightNeutralTranslucent1300Inverted = "rgba(255, 255, 255, 0.94)";
524
+ const colorLightNeutralTranslucent1300InvertedHover = "rgba(255, 255, 255, 0.7)";
525
+ const colorLightNeutralTranslucent1300InvertedPress = "rgba(255, 255, 255, 0.6)";
526
+ const colorLightNeutralTranslucent1300Press = "rgba(0, 0, 10, 0.71)";
515
527
  const colorLightNeutralTranslucent1500Hover = "rgba(2, 2, 10, 0.76)";
516
528
  const colorLightNeutralTranslucent1500InvertedHover = "rgba(243, 245, 254, 0.75)";
517
529
  const colorLightNeutralTranslucent1500InvertedPress = "rgba(239, 240, 252, 0.65)";
@@ -573,57 +585,57 @@ const colorLightStatusInfoPress = "#2c64d4";
573
585
  const colorLightStatusMutedAltAttention = "#fde6c8";
574
586
  const colorLightStatusMutedAltAttentionHover = "#f6d7af";
575
587
  const colorLightStatusMutedAltAttentionInverted = "#412f22";
576
- const colorLightStatusMutedAltAttentionInvertedHover = "#4f3623";
577
- const colorLightStatusMutedAltAttentionInvertedPress = "#634128";
578
- const colorLightStatusMutedAltAttentionPress = "#eec596";
588
+ const colorLightStatusMutedAltAttentionInvertedHover = "#543a27";
589
+ const colorLightStatusMutedAltAttentionInvertedPress = "#6a462c";
590
+ const colorLightStatusMutedAltAttentionPress = "#f0c492";
579
591
  const colorLightStatusMutedAltInfo = "#d8eaff";
580
- const colorLightStatusMutedAltInfoHover = "#c4defa";
592
+ const colorLightStatusMutedAltInfoHover = "#c1dbf7";
581
593
  const colorLightStatusMutedAltInfoInverted = "#293044";
582
- const colorLightStatusMutedAltInfoInvertedHover = "#303a55";
583
- const colorLightStatusMutedAltInfoInvertedPress = "#3a456a";
584
- const colorLightStatusMutedAltInfoPress = "#aeccf1";
594
+ const colorLightStatusMutedAltInfoInvertedHover = "#2f3a55";
595
+ const colorLightStatusMutedAltInfoInvertedPress = "#38476c";
596
+ const colorLightStatusMutedAltInfoPress = "#a7cbf2";
585
597
  const colorLightStatusMutedAltNegative = "#ffdfdf";
586
- const colorLightStatusMutedAltNegativeHover = "#faccca";
598
+ const colorLightStatusMutedAltNegativeHover = "#f9ccca";
587
599
  const colorLightStatusMutedAltNegativeInverted = "#442926";
588
- const colorLightStatusMutedAltNegativeInvertedHover = "#56302d";
589
- const colorLightStatusMutedAltNegativeInvertedPress = "#6c3b34";
590
- const colorLightStatusMutedAltNegativePress = "#f1b7b0";
600
+ const colorLightStatusMutedAltNegativeInvertedHover = "#55312e";
601
+ const colorLightStatusMutedAltNegativeInvertedPress = "#6b3b34";
602
+ const colorLightStatusMutedAltNegativePress = "#f3b6af";
591
603
  const colorLightStatusMutedAltPositive = "#d1f1d7";
592
- const colorLightStatusMutedAltPositiveHover = "#bae6c2";
604
+ const colorLightStatusMutedAltPositiveHover = "#bbe8c3";
593
605
  const colorLightStatusMutedAltPositiveInverted = "#253528";
594
- const colorLightStatusMutedAltPositiveInvertedHover = "#283f2d";
595
- const colorLightStatusMutedAltPositiveInvertedPress = "#2d4d32";
596
- const colorLightStatusMutedAltPositivePress = "#a1d7a8";
606
+ const colorLightStatusMutedAltPositiveInvertedHover = "#273f2d";
607
+ const colorLightStatusMutedAltPositiveInvertedPress = "#2d4e33";
608
+ const colorLightStatusMutedAltPositivePress = "#a1dba8";
597
609
  const colorLightStatusMutedAttention = "#ffefd9";
598
610
  const colorLightStatusMutedAttentionHover = "#fde6c8";
599
611
  const colorLightStatusMutedAttentionInverted = "#36291f";
600
612
  const colorLightStatusMutedAttentionInvertedHover = "#412f22";
601
- const colorLightStatusMutedAttentionInvertedPress = "#4f3623";
613
+ const colorLightStatusMutedAttentionInvertedPress = "#543a27";
602
614
  const colorLightStatusMutedAttentionPress = "#f6d7af";
603
615
  const colorLightStatusMutedInfo = "#e4f0ff";
604
616
  const colorLightStatusMutedInfoHover = "#d8eaff";
605
617
  const colorLightStatusMutedInfoInverted = "#222a3e";
606
618
  const colorLightStatusMutedInfoInvertedHover = "#293044";
607
- const colorLightStatusMutedInfoInvertedPress = "#303a55";
608
- const colorLightStatusMutedInfoPress = "#c4defa";
619
+ const colorLightStatusMutedInfoInvertedPress = "#2f3a55";
620
+ const colorLightStatusMutedInfoPress = "#c1dbf7";
609
621
  const colorLightStatusMutedNegative = "#ffebeb";
610
622
  const colorLightStatusMutedNegativeHover = "#ffdfdf";
611
623
  const colorLightStatusMutedNegativeInverted = "#392523";
612
624
  const colorLightStatusMutedNegativeInvertedHover = "#442926";
613
- const colorLightStatusMutedNegativeInvertedPress = "#56302d";
614
- const colorLightStatusMutedNegativePress = "#faccca";
625
+ const colorLightStatusMutedNegativeInvertedPress = "#55312e";
626
+ const colorLightStatusMutedNegativePress = "#f9ccca";
615
627
  const colorLightStatusMutedPositive = "#dff8e5";
616
628
  const colorLightStatusMutedPositiveHover = "#d1f1d7";
617
629
  const colorLightStatusMutedPositiveInverted = "#232d25";
618
630
  const colorLightStatusMutedPositiveInvertedHover = "#253528";
619
- const colorLightStatusMutedPositiveInvertedPress = "#283f2d";
620
- const colorLightStatusMutedPositivePress = "#bae6c2";
621
- const colorLightStatusNegative = "#ff5431";
622
- const colorLightStatusNegativeHover = "#ec2e14";
623
- const colorLightStatusNegativeInverted = "#ff5431";
624
- const colorLightStatusNegativeInvertedHover = "#ff7554";
625
- const colorLightStatusNegativeInvertedPress = "#ff8d73";
626
- const colorLightStatusNegativePress = "#c7251c";
631
+ const colorLightStatusMutedPositiveInvertedPress = "#273f2d";
632
+ const colorLightStatusMutedPositivePress = "#bbe8c3";
633
+ const colorLightStatusNegative = "#ff4837";
634
+ const colorLightStatusNegativeHover = "#ec2d20";
635
+ const colorLightStatusNegativeInverted = "#ff4837";
636
+ const colorLightStatusNegativeInvertedHover = "#ff755e";
637
+ const colorLightStatusNegativeInvertedPress = "#ff8d79";
638
+ const colorLightStatusNegativePress = "#c7241f";
627
639
  const colorLightStatusPositive = "#0cc44d";
628
640
  const colorLightStatusPositiveHover = "#04b545";
629
641
  const colorLightStatusPositiveInverted = "#17d055";
@@ -646,11 +658,11 @@ const colorLightTextInfoInvertedHover = "#63aafd";
646
658
  const colorLightTextInfoInvertedPress = "#7fb6ff";
647
659
  const colorLightTextInfoPress = "#2453b4";
648
660
  const colorLightTextLink = "#2a77ef";
649
- const colorLightTextNegative = "#ec2e14";
650
- const colorLightTextNegativeHover = "#c7251c";
651
- const colorLightTextNegativeInverted = "#ff5431";
652
- const colorLightTextNegativeInvertedHover = "#ff7554";
653
- const colorLightTextNegativeInvertedPress = "#ff8d73";
661
+ const colorLightTextNegative = "#ec2d20";
662
+ const colorLightTextNegativeHover = "#c7241f";
663
+ const colorLightTextNegativeInverted = "#ff4837";
664
+ const colorLightTextNegativeInvertedHover = "#ff755e";
665
+ const colorLightTextNegativeInvertedPress = "#ff8d79";
654
666
  const colorLightTextNegativePress = "#a6201e";
655
667
  const colorLightTextPositive = "#0d9336";
656
668
  const colorLightTextPositiveHover = "#0a7d2c";
@@ -658,12 +670,12 @@ const colorLightTextPositiveInverted = "#0cc44d";
658
670
  const colorLightTextPositiveInvertedHover = "#22e068";
659
671
  const colorLightTextPositiveInvertedPress = "#4ae777";
660
672
  const colorLightTextPositivePress = "#036625";
661
- const colorLightTextPrimary = "#0e0e0e";
662
- const colorLightTextPrimaryHover = "#5f5f66";
663
- const colorLightTextPrimaryInverted = "#fff";
664
- const colorLightTextPrimaryInvertedHover = "#babbc2";
665
- const colorLightTextPrimaryInvertedPress = "#a0a1a9";
666
- const colorLightTextPrimaryPress = "#75757d";
673
+ const colorLightTextPrimary = "rgba(3, 3, 6, 0.88)";
674
+ const colorLightTextPrimaryHover = "rgba(1, 1, 12, 0.63)";
675
+ const colorLightTextPrimaryInverted = "rgba(255, 255, 255, 0.94)";
676
+ const colorLightTextPrimaryInvertedHover = "rgba(255, 255, 255, 0.7)";
677
+ const colorLightTextPrimaryInvertedPress = "rgba(255, 255, 255, 0.6)";
678
+ const colorLightTextPrimaryPress = "rgba(4, 4, 19, 0.55)";
667
679
  const colorLightTextQuaternary = "rgba(5, 11, 44, 0.18)";
668
680
  const colorLightTextQuaternaryInverted = "rgba(231, 231, 248, 0.18)";
669
681
  const colorLightTextSecondary = "rgba(4, 4, 19, 0.55)";
@@ -689,12 +701,12 @@ const colorStaticAccentPrimaryInverted = "#f83a2a";
689
701
  const colorStaticAccentPrimaryInvertedHover = "#ff503e";
690
702
  const colorStaticAccentPrimaryInvertedPress = "#fd624e";
691
703
  const colorStaticAccentPrimaryPress = "#d72505";
692
- const colorStaticAccentSecondary = "#0e0e0e";
693
- const colorStaticAccentSecondaryHover = "#29292c";
694
- const colorStaticAccentSecondaryInverted = "#fff";
695
- const colorStaticAccentSecondaryInvertedHover = "#e7e8eb";
704
+ const colorStaticAccentSecondary = "#212124";
705
+ const colorStaticAccentSecondaryHover = "#2f2f32";
706
+ const colorStaticAccentSecondaryInverted = "#f2f3f5";
707
+ const colorStaticAccentSecondaryInvertedHover = "#dcdde1";
696
708
  const colorStaticAccentSecondaryInvertedPress = "#d2d3d9";
697
- const colorStaticAccentSecondaryPress = "#2f2f32";
709
+ const colorStaticAccentSecondaryPress = "#353539";
698
710
  const colorStaticBgAccent = "#ef3124";
699
711
  const colorStaticBgPrimaryDark = "#0e0e0e";
700
712
  const colorStaticBgPrimaryLight = "#fff";
@@ -710,7 +722,7 @@ const colorStaticGraphicDark = "#0e0e0e";
710
722
  const colorStaticGraphicLight = "#fff";
711
723
  const colorStaticNeutral0 = "#fff";
712
724
  const colorStaticNeutral0Hover = "#e7e8eb";
713
- const colorStaticNeutral0Inverted = "#29292c";
725
+ const colorStaticNeutral0Inverted = "#262629";
714
726
  const colorStaticNeutral0InvertedHover = "#2f2f32";
715
727
  const colorStaticNeutral0InvertedPress = "#353539";
716
728
  const colorStaticNeutral0Press = "#dcdde1";
@@ -720,7 +732,7 @@ const colorStaticNeutral100Inverted = "#1c1c1e";
720
732
  const colorStaticNeutral100InvertedHover = "#212124";
721
733
  const colorStaticNeutral100InvertedPress = "#29292c";
722
734
  const colorStaticNeutral100Press = "#dcdde1";
723
- const colorStaticNeutral1500 = "#0e0e0e";
735
+ const colorStaticNeutral1500 = "#121213";
724
736
  const colorStaticNeutral1500Hover = "#3f3f45";
725
737
  const colorStaticNeutral1500Inverted = "#fff";
726
738
  const colorStaticNeutral1500InvertedHover = "#babbc2";
@@ -733,7 +745,11 @@ const colorStaticNeutral200InvertedHover = "#29292c";
733
745
  const colorStaticNeutral200InvertedPress = "#2f2f32";
734
746
  const colorStaticNeutral200Press = "#dcdde1";
735
747
  const colorStaticNeutral300 = "#e7e8eb";
748
+ const colorStaticNeutral300Hover = "#dcdde1";
736
749
  const colorStaticNeutral300Inverted = "#29292c";
750
+ const colorStaticNeutral300InvertedHover = "#2f2f32";
751
+ const colorStaticNeutral300InvertedPress = "#353539";
752
+ const colorStaticNeutral300Press = "#d2d3d9";
737
753
  const colorStaticNeutral400 = "#d2d3d9";
738
754
  const colorStaticNeutral400Hover = "#babbc2";
739
755
  const colorStaticNeutral400Inverted = "#353539";
@@ -764,6 +780,12 @@ const colorStaticNeutralTranslucent100Inverted = "rgba(214, 214, 229, 0.07)";
764
780
  const colorStaticNeutralTranslucent100InvertedHover = "rgba(222, 222, 238, 0.13)";
765
781
  const colorStaticNeutralTranslucent100InvertedPress = "rgba(234, 234, 248, 0.15)";
766
782
  const colorStaticNeutralTranslucent100Press = "rgba(5, 12, 41, 0.14)";
783
+ const colorStaticNeutralTranslucent1300 = "rgba(3, 3, 6, 0.88)";
784
+ const colorStaticNeutralTranslucent1300Hover = "rgba(3, 3, 8, 0.8)";
785
+ const colorStaticNeutralTranslucent1300Inverted = "rgba(255, 255, 255, 0.94)";
786
+ const colorStaticNeutralTranslucent1300InvertedHover = "rgba(255, 255, 255, 0.7)";
787
+ const colorStaticNeutralTranslucent1300InvertedPress = "rgba(255, 255, 255, 0.6)";
788
+ const colorStaticNeutralTranslucent1300Press = "rgba(0, 0, 10, 0.71)";
767
789
  const colorStaticNeutralTranslucent1500Hover = "rgba(2, 2, 10, 0.76)";
768
790
  const colorStaticNeutralTranslucent1500InvertedHover = "rgba(243, 245, 254, 0.75)";
769
791
  const colorStaticNeutralTranslucent1500InvertedPress = "rgba(239, 240, 252, 0.65)";
@@ -775,7 +797,11 @@ const colorStaticNeutralTranslucent200InvertedHover = "rgba(222, 222, 238, 0.13)
775
797
  const colorStaticNeutralTranslucent200InvertedPress = "rgba(234, 234, 248, 0.15)";
776
798
  const colorStaticNeutralTranslucent200Press = "rgba(5, 12, 41, 0.14)";
777
799
  const colorStaticNeutralTranslucent300 = "rgba(15, 25, 55, 0.1)";
800
+ const colorStaticNeutralTranslucent300Hover = "rgba(5, 12, 41, 0.14)";
778
801
  const colorStaticNeutralTranslucent300Inverted = "rgba(222, 222, 238, 0.13)";
802
+ const colorStaticNeutralTranslucent300InvertedHover = "rgba(234, 234, 248, 0.15)";
803
+ const colorStaticNeutralTranslucent300InvertedPress = "rgba(231, 231, 248, 0.18)";
804
+ const colorStaticNeutralTranslucent300Press = "rgba(5, 11, 44, 0.18)";
779
805
  const colorStaticNeutralTranslucent400 = "rgba(5, 11, 44, 0.18)";
780
806
  const colorStaticNeutralTranslucent400Hover = "rgba(9, 12, 37, 0.28)";
781
807
  const colorStaticNeutralTranslucent400Inverted = "rgba(231, 231, 248, 0.18)";
@@ -814,8 +840,8 @@ const colorStaticStatusMutedNegative = "#ffebeb";
814
840
  const colorStaticStatusMutedNegativeInverted = "#392523";
815
841
  const colorStaticStatusMutedPositive = "#dff8e5";
816
842
  const colorStaticStatusMutedPositiveInverted = "#232d25";
817
- const colorStaticStatusNegative = "#ff5431";
818
- const colorStaticStatusNegativeInverted = "#ff5431";
843
+ const colorStaticStatusNegative = "#ff4837";
844
+ const colorStaticStatusNegativeInverted = "#ff4837";
819
845
  const colorStaticStatusPositive = "#0cc44d";
820
846
  const colorStaticStatusPositiveInverted = "#17d055";
821
847
  const colorStaticTextAccent = "#ef3124";
@@ -831,11 +857,11 @@ const colorStaticTextInfoInverted = "#4a9dfc";
831
857
  const colorStaticTextInfoInvertedHover = "#63aafd";
832
858
  const colorStaticTextInfoInvertedPress = "#7fb6ff";
833
859
  const colorStaticTextInfoPress = "#2453b4";
834
- const colorStaticTextNegative = "#ec2e14";
835
- const colorStaticTextNegativeHover = "#c7251c";
836
- const colorStaticTextNegativeInverted = "#ff5431";
837
- const colorStaticTextNegativeInvertedHover = "#ff7554";
838
- const colorStaticTextNegativeInvertedPress = "#ff8d73";
860
+ const colorStaticTextNegative = "#ec2d20";
861
+ const colorStaticTextNegativeHover = "#c7241f";
862
+ const colorStaticTextNegativeInverted = "#ff4837";
863
+ const colorStaticTextNegativeInvertedHover = "#ff755e";
864
+ const colorStaticTextNegativeInvertedPress = "#ff8d79";
839
865
  const colorStaticTextNegativePress = "#a6201e";
840
866
  const colorStaticTextPositive = "#0d9336";
841
867
  const colorStaticTextPositiveHover = "#0a7d2c";
@@ -843,14 +869,14 @@ const colorStaticTextPositiveInverted = "#0cc44d";
843
869
  const colorStaticTextPositiveInvertedHover = "#22e068";
844
870
  const colorStaticTextPositiveInvertedPress = "#4ae777";
845
871
  const colorStaticTextPositivePress = "#036625";
846
- const colorStaticTextPrimary = "#0e0e0e";
872
+ const colorStaticTextPrimary = "rgba(3, 3, 6, 0.88)";
847
873
  const colorStaticTextPrimaryDark = "#0e0e0e";
848
- const colorStaticTextPrimaryHover = "#5f5f66";
849
- const colorStaticTextPrimaryInverted = "#fff";
850
- const colorStaticTextPrimaryInvertedHover = "#babbc2";
851
- const colorStaticTextPrimaryInvertedPress = "#a0a1a9";
874
+ const colorStaticTextPrimaryHover = "rgba(1, 1, 12, 0.63)";
875
+ const colorStaticTextPrimaryInverted = "rgba(255, 255, 255, 0.94)";
876
+ const colorStaticTextPrimaryInvertedHover = "rgba(255, 255, 255, 0.7)";
877
+ const colorStaticTextPrimaryInvertedPress = "rgba(255, 255, 255, 0.6)";
852
878
  const colorStaticTextPrimaryLight = "#fff";
853
- const colorStaticTextPrimaryPress = "#75757d";
879
+ const colorStaticTextPrimaryPress = "rgba(4, 4, 19, 0.55)";
854
880
  const colorStaticTextQuaternary = "rgba(5, 11, 44, 0.18)";
855
881
  const colorStaticTextQuaternaryInverted = "rgba(231, 231, 248, 0.18)";
856
882
  const colorStaticTextSecondary = "rgba(4, 4, 19, 0.55)";
@@ -1047,22 +1073,22 @@ const colorDarkTextLinkShade50 = "rgb(37, 79, 126)";
1047
1073
  const colorDarkTextLinkTint20 = "rgb(110, 177, 253)";
1048
1074
  const colorDarkTextLinkTint40 = "rgb(146, 196, 253)";
1049
1075
  const colorDarkTextPrimaryAlpha30 = "rgba(255, 255, 255, 0.3)";
1050
- const colorDarkTextPrimaryShade24 = "rgb(194, 194, 194)";
1051
- const colorDarkTextPrimaryShade30 = "rgb(179, 179, 179)";
1052
- const colorDarkTextPrimaryShade40 = "rgb(153, 153, 153)";
1053
- const colorDarkTextPrimaryShade50 = "rgb(128, 128, 128)";
1054
- const colorDarkTextPrimaryTint20 = "rgb(255, 255, 255)";
1055
- const colorDarkTextPrimaryTint40 = "rgb(255, 255, 255)";
1056
- const colorDarkTextPrimaryInvertedAlpha30 = "rgba(14, 14, 14, 0.3)";
1057
- const colorDarkTextPrimaryInvertedAlpha40 = "rgba(14, 14, 14, 0.4)";
1058
- const colorDarkTextPrimaryInvertedShade20 = "rgb(11, 11, 11)";
1059
- const colorDarkTextPrimaryInvertedShade30 = "rgb(10, 10, 10)";
1060
- const colorDarkTextPrimaryInvertedTint7 = "rgb(31, 31, 31)";
1061
- const colorDarkTextPrimaryInvertedTint15 = "rgb(50, 50, 50)";
1062
- const colorDarkTextPrimaryInvertedTint24 = "rgb(72, 72, 72)";
1063
- const colorDarkTextPrimaryInvertedTint30 = "rgb(86, 86, 86)";
1064
- const colorDarkTextPrimaryInvertedTint40 = "rgb(110, 110, 110)";
1065
- const colorDarkTextPrimaryInvertedTint50 = "rgb(135, 135, 135)";
1076
+ const colorDarkTextPrimaryShade24 = "rgba(194, 194, 194, 0.9544)";
1077
+ const colorDarkTextPrimaryShade30 = "rgba(179, 179, 179, 0.958)";
1078
+ const colorDarkTextPrimaryShade40 = "rgba(153, 153, 153, 0.964)";
1079
+ const colorDarkTextPrimaryShade50 = "rgba(128, 128, 128, 0.97)";
1080
+ const colorDarkTextPrimaryTint20 = "rgba(255, 255, 255, 0.952)";
1081
+ const colorDarkTextPrimaryTint40 = "rgba(255, 255, 255, 0.964)";
1082
+ const colorDarkTextPrimaryInvertedAlpha30 = "rgba(3, 3, 6, 0.3)";
1083
+ const colorDarkTextPrimaryInvertedAlpha40 = "rgba(3, 3, 6, 0.4)";
1084
+ const colorDarkTextPrimaryInvertedShade20 = "rgba(2, 2, 5, 0.904)";
1085
+ const colorDarkTextPrimaryInvertedShade30 = "rgba(2, 2, 4, 0.916)";
1086
+ const colorDarkTextPrimaryInvertedTint7 = "rgba(21, 21, 23, 0.8884)";
1087
+ const colorDarkTextPrimaryInvertedTint15 = "rgba(41, 41, 43, 0.898)";
1088
+ const colorDarkTextPrimaryInvertedTint24 = "rgba(63, 63, 66, 0.9088)";
1089
+ const colorDarkTextPrimaryInvertedTint30 = "rgba(79, 79, 81, 0.916)";
1090
+ const colorDarkTextPrimaryInvertedTint40 = "rgba(104, 104, 106, 0.928)";
1091
+ const colorDarkTextPrimaryInvertedTint50 = "rgba(129, 129, 131, 0.94)";
1066
1092
  const colorDarkTextSecondaryShade20 = "rgba(190, 190, 201, 0.64)";
1067
1093
  const colorDarkTextSecondaryShade30 = "rgba(167, 167, 176, 0.685)";
1068
1094
  const colorDarkTextSecondaryTint20 = "rgba(241, 241, 252, 0.64)";
@@ -1208,23 +1234,23 @@ const colorLightTextLinkTint30 = "rgb(106, 160, 244)";
1208
1234
  const colorLightTextLinkTint50 = "rgb(149, 187, 247)";
1209
1235
  const colorLightTextLinkShade20 = "rgb(34, 95, 191)";
1210
1236
  const colorLightTextLinkShade40 = "rgb(25, 71, 143)";
1211
- const colorLightTextPrimaryAlpha30 = "rgba(14, 14, 14, 0.3)";
1212
- const colorLightTextPrimaryTint24 = "rgb(72, 72, 72)";
1213
- const colorLightTextPrimaryTint30 = "rgb(86, 86, 86)";
1214
- const colorLightTextPrimaryTint40 = "rgb(110, 110, 110)";
1215
- const colorLightTextPrimaryTint50 = "rgb(135, 135, 135)";
1216
- const colorLightTextPrimaryShade20 = "rgb(11, 11, 11)";
1217
- const colorLightTextPrimaryShade40 = "rgb(8, 8, 8)";
1237
+ const colorLightTextPrimaryAlpha30 = "rgba(3, 3, 6, 0.3)";
1238
+ const colorLightTextPrimaryTint24 = "rgba(63, 63, 66, 0.9088)";
1239
+ const colorLightTextPrimaryTint30 = "rgba(79, 79, 81, 0.916)";
1240
+ const colorLightTextPrimaryTint40 = "rgba(104, 104, 106, 0.928)";
1241
+ const colorLightTextPrimaryTint50 = "rgba(129, 129, 131, 0.94)";
1242
+ const colorLightTextPrimaryShade20 = "rgba(2, 2, 5, 0.904)";
1243
+ const colorLightTextPrimaryShade40 = "rgba(2, 2, 4, 0.928)";
1218
1244
  const colorLightTextPrimaryInvertedAlpha30 = "rgba(255, 255, 255, 0.3)";
1219
1245
  const colorLightTextPrimaryInvertedAlpha40 = "rgba(255, 255, 255, 0.4)";
1220
- const colorLightTextPrimaryInvertedTint20 = "rgb(255, 255, 255)";
1221
- const colorLightTextPrimaryInvertedTint30 = "rgb(255, 255, 255)";
1222
- const colorLightTextPrimaryInvertedShade7 = "rgb(237, 237, 237)";
1223
- const colorLightTextPrimaryInvertedShade15 = "rgb(217, 217, 217)";
1224
- const colorLightTextPrimaryInvertedShade24 = "rgb(194, 194, 194)";
1225
- const colorLightTextPrimaryInvertedShade30 = "rgb(179, 179, 179)";
1226
- const colorLightTextPrimaryInvertedShade40 = "rgb(153, 153, 153)";
1227
- const colorLightTextPrimaryInvertedShade50 = "rgb(128, 128, 128)";
1246
+ const colorLightTextPrimaryInvertedTint20 = "rgba(255, 255, 255, 0.952)";
1247
+ const colorLightTextPrimaryInvertedTint30 = "rgba(255, 255, 255, 0.958)";
1248
+ const colorLightTextPrimaryInvertedShade7 = "rgba(237, 237, 237, 0.9442)";
1249
+ const colorLightTextPrimaryInvertedShade15 = "rgba(217, 217, 217, 0.949)";
1250
+ const colorLightTextPrimaryInvertedShade24 = "rgba(194, 194, 194, 0.9544)";
1251
+ const colorLightTextPrimaryInvertedShade30 = "rgba(179, 179, 179, 0.958)";
1252
+ const colorLightTextPrimaryInvertedShade40 = "rgba(153, 153, 153, 0.964)";
1253
+ const colorLightTextPrimaryInvertedShade50 = "rgba(128, 128, 128, 0.97)";
1228
1254
  const colorLightTextSecondaryTint20 = "rgba(54, 54, 66, 0.64)";
1229
1255
  const colorLightTextSecondaryTint30 = "rgba(79, 79, 90, 0.685)";
1230
1256
  const colorLightTextSecondaryShade20 = "rgba(3, 3, 15, 0.64)";
@@ -1449,4 +1475,4 @@ const gap8xlNeg = "-128px";
1449
1475
  const fontFamilySystem = "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
1450
1476
  const fontFamilyStyrene = "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
1451
1477
 
1452
- export { borderRadius3xl, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusPill, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, colorAmethyst, colorBgCorporate, colorBgCorporate30, colorBgCorporate30Flat, colorBgCorporate60, colorBgCorporate60Flat, colorBgCorporate90, colorBgCorporate90Flat, colorBlack, colorBlack10, colorBlack10Flat, colorBlack30, colorBlack30Flat, colorBlack60, colorBlack60Flat, colorBlueAction, colorBlueLinkMobile, colorBlueLinkMobile10, colorBlueLinkMobile10Flat, colorBlueLinkWeb, colorBlueSwipeA, colorBlueSwipeB, colorBlueSwipeC, colorDarkAccentPrimary, colorDarkAccentPrimaryHover, colorDarkAccentPrimaryInverted, colorDarkAccentPrimaryInvertedHover, colorDarkAccentPrimaryInvertedPress, colorDarkAccentPrimaryPress, colorDarkAccentSecondary, colorDarkAccentSecondaryHover, colorDarkAccentSecondaryInverted, colorDarkAccentSecondaryInvertedHover, colorDarkAccentSecondaryInvertedPress, colorDarkAccentSecondaryPress, colorDarkBaseBgAltPrimary, colorDarkBaseBgAltPrimaryInverted, colorDarkBaseBgAltSecondary, colorDarkBaseBgAltSecondaryInverted, colorDarkBaseBgAltTertiary, colorDarkBaseBgAltTertiaryInverted, colorDarkBaseBgPrimary, colorDarkBaseBgPrimaryInverted, colorDarkBaseBgSecondary, colorDarkBaseBgSecondaryInverted, colorDarkBaseBgTertiary, colorDarkBaseBgTertiaryInverted, colorDarkBgAccent, colorDarkBgAccentAlpha30, colorDarkBgAccentShade15, colorDarkBgAccentShade20, colorDarkBgAccentTint10, colorDarkBgAccentTint15, colorDarkBgAccentTint30, colorDarkBgAccentTint7, colorDarkBgAttentionMuted, colorDarkBgComponent, colorDarkBgComponentInverted, colorDarkBgInfo, colorDarkBgInfoMuted, colorDarkBgLinkMuted, colorDarkBgNegativeMuted, colorDarkBgNeutral, colorDarkBgNulled, colorDarkBgOpaque, colorDarkBgOverlay, colorDarkBgPositiveMuted, colorDarkBgPrimary, colorDarkBgPrimaryAlpha12, colorDarkBgPrimaryAlpha15, colorDarkBgPrimaryAlpha16, colorDarkBgPrimaryAlpha20, colorDarkBgPrimaryAlpha30, colorDarkBgPrimaryAlpha32, colorDarkBgPrimaryAlpha37, colorDarkBgPrimaryAlpha4, colorDarkBgPrimaryAlpha40, colorDarkBgPrimaryAlpha8, colorDarkBgPrimaryGrouped, colorDarkBgPrimaryInverted, colorDarkBgPrimaryInvertedAlpha10, colorDarkBgPrimaryInvertedAlpha12, colorDarkBgPrimaryInvertedAlpha15, colorDarkBgPrimaryInvertedAlpha16, colorDarkBgPrimaryInvertedAlpha20, colorDarkBgPrimaryInvertedAlpha24, colorDarkBgPrimaryInvertedAlpha3, colorDarkBgPrimaryInvertedAlpha30, colorDarkBgPrimaryInvertedAlpha32, colorDarkBgPrimaryInvertedAlpha4, colorDarkBgPrimaryInvertedAlpha40, colorDarkBgPrimaryInvertedAlpha5, colorDarkBgPrimaryInvertedAlpha50, colorDarkBgPrimaryInvertedAlpha7, colorDarkBgPrimaryInvertedAlpha8, colorDarkBgPrimaryInvertedShade15, colorDarkBgPrimaryInvertedShade20, colorDarkBgPrimaryInvertedShade7, colorDarkBgPrimaryTint15, colorDarkBgPrimaryTint7, colorDarkBgQuaternary, colorDarkBgQuaternaryAlpha30, colorDarkBgQuaternaryInverted, colorDarkBgQuaternaryInvertedAlpha30, colorDarkBgQuaternaryInvertedShade15, colorDarkBgQuaternaryInvertedShade20, colorDarkBgQuaternaryTint10, colorDarkBgQuaternaryTint15, colorDarkBgQuaternaryTint30, colorDarkBgQuaternaryTint7, colorDarkBgSecondary, colorDarkBgSecondaryAlpha30, colorDarkBgSecondaryGrouped, colorDarkBgSecondaryInverted, colorDarkBgSecondaryInvertedAlpha30, colorDarkBgSecondaryInvertedShade15, colorDarkBgSecondaryInvertedShade20, colorDarkBgSecondaryInvertedTint15, colorDarkBgSecondaryInvertedTint7, colorDarkBgSecondaryShade15, colorDarkBgSecondaryShade20, colorDarkBgSecondaryTint15, colorDarkBgSecondaryTint7, colorDarkBgTertiary, colorDarkBgTertiaryGrouped, colorDarkBgTertiaryInverted, colorDarkBgTertiaryTint7, colorDarkBorderAccent, colorDarkBorderKey, colorDarkBorderKeyAlpha15, colorDarkBorderKeyAlpha7, colorDarkBorderKeyInverted, colorDarkBorderKeyInvertedAlpha15, colorDarkBorderKeyInvertedAlpha7, colorDarkBorderLink, colorDarkBorderPrimary, colorDarkBorderPrimaryInverted, colorDarkBorderSecondary, colorDarkBorderSecondaryInverted, colorDarkBorderTertiary, colorDarkBorderTertiaryInverted, colorDarkBorderUnderline, colorDarkBorderUnderlineAlpha30, colorDarkBorderUnderlineInverted, colorDarkBorderUnderlineInvertedAlpha30, colorDarkGraphicAccent, colorDarkGraphicAccentAlpha30, colorDarkGraphicAccentShade15, colorDarkGraphicAccentTint10, colorDarkGraphicAccentTint15, colorDarkGraphicAccentTint30, colorDarkGraphicAccentTint7, colorDarkGraphicAttention, colorDarkGraphicLink, colorDarkGraphicLinkAlpha15, colorDarkGraphicNegative, colorDarkGraphicNegativeAlpha10, colorDarkGraphicNegativeAlpha30, colorDarkGraphicNegativeAlpha40, colorDarkGraphicNegativeShade20, colorDarkGraphicNegativeShade30, colorDarkGraphicNegativeTint15, colorDarkGraphicNegativeTint30, colorDarkGraphicNegativeTint7, colorDarkGraphicNeutral, colorDarkGraphicPositive, colorDarkGraphicPositiveAlpha10, colorDarkGraphicPositiveTint10, colorDarkGraphicPositiveTint30, colorDarkGraphicPrimary, colorDarkGraphicPrimaryAlpha30, colorDarkGraphicPrimaryAlpha40, colorDarkGraphicPrimaryAlpha50, colorDarkGraphicPrimaryAlpha60, colorDarkGraphicPrimaryInverted, colorDarkGraphicPrimaryInvertedAlpha30, colorDarkGraphicPrimaryInvertedAlpha40, colorDarkGraphicPrimaryInvertedAlpha50, colorDarkGraphicPrimaryInvertedAlpha60, colorDarkGraphicPrimaryInvertedTint10, colorDarkGraphicPrimaryInvertedTint15, colorDarkGraphicPrimaryInvertedTint30, colorDarkGraphicPrimaryInvertedTint7, colorDarkGraphicPrimaryShade15, colorDarkGraphicPrimaryShade20, colorDarkGraphicPrimaryShade30, colorDarkGraphicPrimaryTint10, colorDarkGraphicPrimaryTint30, colorDarkGraphicQuaternary, colorDarkGraphicQuaternaryInverted, colorDarkGraphicQuaternaryTint10, colorDarkGraphicSecondary, colorDarkGraphicSecondaryAlpha30, colorDarkGraphicSecondaryInverted, colorDarkGraphicSecondaryInvertedAlpha30, colorDarkGraphicSecondaryInvertedShade15, colorDarkGraphicSecondaryInvertedShade20, colorDarkGraphicSecondaryInvertedTint10, colorDarkGraphicSecondaryInvertedTint30, colorDarkGraphicSecondaryTint30, colorDarkGraphicSecondaryTint50, colorDarkGraphicTertiary, colorDarkGraphicTertiaryAlpha30, colorDarkGraphicTertiaryInverted, colorDarkGraphicTertiaryInvertedAlpha30, colorDarkGraphicTertiaryInvertedShade15, colorDarkGraphicTertiaryInvertedShade20, colorDarkGraphicTertiaryShade15, colorDarkGraphicTertiaryShade20, colorDarkGraphicTertiaryTint15, colorDarkGraphicTertiaryTint7, colorDarkIndigo, colorDarkIndigo05, colorDarkIndigo05Flat, colorDarkIndigo07, colorDarkIndigo07Flat, colorDarkIndigo10, colorDarkIndigo10Flat, colorDarkIndigo15, colorDarkIndigo15Flat, colorDarkIndigo30, colorDarkIndigo30Flat, colorDarkIndigo60, colorDarkIndigo60Flat, colorDarkModalBgAltPrimary, colorDarkModalBgAltPrimaryInverted, colorDarkModalBgAltSecondary, colorDarkModalBgAltSecondaryInverted, colorDarkModalBgAltTertiary, colorDarkModalBgAltTertiaryInverted, colorDarkModalBgPrimary, colorDarkModalBgPrimaryInverted, colorDarkModalBgSecondary, colorDarkModalBgSecondaryInverted, colorDarkModalBgTertiary, colorDarkModalBgTertiaryInverted, colorDarkNeutral0, colorDarkNeutral0Hover, colorDarkNeutral0Inverted, colorDarkNeutral0InvertedHover, colorDarkNeutral0InvertedPress, colorDarkNeutral0Press, colorDarkNeutral100, colorDarkNeutral100Hover, colorDarkNeutral100Inverted, colorDarkNeutral100InvertedHover, colorDarkNeutral100InvertedPress, colorDarkNeutral100Press, colorDarkNeutral1500, colorDarkNeutral1500Hover, colorDarkNeutral1500Inverted, colorDarkNeutral1500InvertedHover, colorDarkNeutral1500InvertedPress, colorDarkNeutral1500Press, colorDarkNeutral200, colorDarkNeutral200Hover, colorDarkNeutral200Inverted, colorDarkNeutral200InvertedHover, colorDarkNeutral200InvertedPress, colorDarkNeutral200Press, colorDarkNeutral300, colorDarkNeutral300Hover, colorDarkNeutral300Inverted, colorDarkNeutral300InvertedHover, colorDarkNeutral300InvertedPress, colorDarkNeutral300Press, colorDarkNeutral400, colorDarkNeutral400Hover, colorDarkNeutral400Inverted, colorDarkNeutral400InvertedHover, colorDarkNeutral400InvertedPress, colorDarkNeutral400Press, colorDarkNeutral500, colorDarkNeutral500Hover, colorDarkNeutral500Inverted, colorDarkNeutral500InvertedHover, colorDarkNeutral500InvertedPress, colorDarkNeutral500Press, colorDarkNeutral700, colorDarkNeutral700Alpha15, colorDarkNeutral700Hover, colorDarkNeutral700Inverted, colorDarkNeutral700InvertedHover, colorDarkNeutral700InvertedPress, colorDarkNeutral700Press, colorDarkNeutralTranslucent0, colorDarkNeutralTranslucent0Hover, colorDarkNeutralTranslucent0Inverted, colorDarkNeutralTranslucent0InvertedHover, colorDarkNeutralTranslucent0InvertedPress, colorDarkNeutralTranslucent0Press, colorDarkNeutralTranslucent100, colorDarkNeutralTranslucent100Hover, colorDarkNeutralTranslucent100Inverted, colorDarkNeutralTranslucent100InvertedHover, colorDarkNeutralTranslucent100InvertedPress, colorDarkNeutralTranslucent100Press, colorDarkNeutralTranslucent1500Hover, colorDarkNeutralTranslucent1500InvertedHover, colorDarkNeutralTranslucent1500InvertedPress, colorDarkNeutralTranslucent1500Press, colorDarkNeutralTranslucent200, colorDarkNeutralTranslucent200Hover, colorDarkNeutralTranslucent200Inverted, colorDarkNeutralTranslucent200InvertedHover, colorDarkNeutralTranslucent200InvertedPress, colorDarkNeutralTranslucent200Press, colorDarkNeutralTranslucent300, colorDarkNeutralTranslucent300Hover, colorDarkNeutralTranslucent300Inverted, colorDarkNeutralTranslucent300InvertedHover, colorDarkNeutralTranslucent300InvertedPress, colorDarkNeutralTranslucent300Press, colorDarkNeutralTranslucent400, colorDarkNeutralTranslucent400Hover, colorDarkNeutralTranslucent400Inverted, colorDarkNeutralTranslucent400InvertedHover, colorDarkNeutralTranslucent400InvertedPress, colorDarkNeutralTranslucent400Press, colorDarkNeutralTranslucent500, colorDarkNeutralTranslucent500Hover, colorDarkNeutralTranslucent500Inverted, colorDarkNeutralTranslucent500InvertedHover, colorDarkNeutralTranslucent500InvertedPress, colorDarkNeutralTranslucent500Press, colorDarkNeutralTranslucent700, colorDarkNeutralTranslucent700Hover, colorDarkNeutralTranslucent700Inverted, colorDarkNeutralTranslucent700InvertedHover, colorDarkNeutralTranslucent700InvertedPress, colorDarkNeutralTranslucent700Press, colorDarkOverlayDefault, colorDarkSpecialbgComponent, colorDarkSpecialbgComponentAlpha14, colorDarkSpecialbgComponentAlpha2, colorDarkSpecialbgComponentAlpha23, colorDarkSpecialbgComponentAlpha30, colorDarkSpecialbgComponentInverted, colorDarkSpecialbgComponentInvertedAlpha30, colorDarkSpecialbgComponentInvertedShade15, colorDarkSpecialbgComponentInvertedShade20, colorDarkSpecialbgComponentTint10, colorDarkSpecialbgComponentTint15, colorDarkSpecialbgComponentTint30, colorDarkSpecialbgComponentTint7, colorDarkSpecialbgNulled, colorDarkSpecialbgOverlay, colorDarkSpecialbgOverlayFallback, colorDarkSpecialbgPrimaryGrouped, colorDarkSpecialbgSecondaryGrouped, colorDarkSpecialbgSecondaryTransparent, colorDarkSpecialbgSecondaryTransparentInverted, colorDarkSpecialbgSecondaryTransparentInvertedShade15, colorDarkSpecialbgSecondaryTransparentInvertedShade20, colorDarkSpecialbgSecondaryTransparentTint15, colorDarkSpecialbgSecondaryTransparentTint7, colorDarkSpecialbgTertiaryGrouped, colorDarkSpecialbgTertiaryTransparent, colorDarkSpecialbgTertiaryTransparentInverted, colorDarkSpecialbgTertiaryTransparentInvertedShade15, colorDarkSpecialbgTertiaryTransparentInvertedShade20, colorDarkSpecialbgTertiaryTransparentTint15, colorDarkSpecialbgTertiaryTransparentTint7, colorDarkStatusAttention, colorDarkStatusAttentionHover, colorDarkStatusAttentionInverted, colorDarkStatusAttentionInvertedHover, colorDarkStatusAttentionInvertedPress, colorDarkStatusAttentionPress, colorDarkStatusInfo, colorDarkStatusInfoAlpha15, colorDarkStatusInfoHover, colorDarkStatusInfoInverted, colorDarkStatusInfoInvertedHover, colorDarkStatusInfoInvertedPress, colorDarkStatusInfoPress, colorDarkStatusMutedAltAttention, colorDarkStatusMutedAltAttentionHover, colorDarkStatusMutedAltAttentionInverted, colorDarkStatusMutedAltAttentionInvertedHover, colorDarkStatusMutedAltAttentionInvertedPress, colorDarkStatusMutedAltAttentionPress, colorDarkStatusMutedAltInfo, colorDarkStatusMutedAltInfoHover, colorDarkStatusMutedAltInfoInverted, colorDarkStatusMutedAltInfoInvertedHover, colorDarkStatusMutedAltInfoInvertedPress, colorDarkStatusMutedAltInfoPress, colorDarkStatusMutedAltNegative, colorDarkStatusMutedAltNegativeHover, colorDarkStatusMutedAltNegativeInverted, colorDarkStatusMutedAltNegativeInvertedHover, colorDarkStatusMutedAltNegativeInvertedPress, colorDarkStatusMutedAltNegativePress, colorDarkStatusMutedAltPositive, colorDarkStatusMutedAltPositiveHover, colorDarkStatusMutedAltPositiveInverted, colorDarkStatusMutedAltPositiveInvertedHover, colorDarkStatusMutedAltPositiveInvertedPress, colorDarkStatusMutedAltPositivePress, colorDarkStatusMutedAttention, colorDarkStatusMutedAttentionHover, colorDarkStatusMutedAttentionInverted, colorDarkStatusMutedAttentionInvertedHover, colorDarkStatusMutedAttentionInvertedPress, colorDarkStatusMutedAttentionPress, colorDarkStatusMutedInfo, colorDarkStatusMutedInfoHover, colorDarkStatusMutedInfoInverted, colorDarkStatusMutedInfoInvertedHover, colorDarkStatusMutedInfoInvertedPress, colorDarkStatusMutedInfoPress, colorDarkStatusMutedNegative, colorDarkStatusMutedNegativeHover, colorDarkStatusMutedNegativeInverted, colorDarkStatusMutedNegativeInvertedHover, colorDarkStatusMutedNegativeInvertedPress, colorDarkStatusMutedNegativePress, colorDarkStatusMutedPositive, colorDarkStatusMutedPositiveHover, colorDarkStatusMutedPositiveInverted, colorDarkStatusMutedPositiveInvertedHover, colorDarkStatusMutedPositiveInvertedPress, colorDarkStatusMutedPositivePress, colorDarkStatusNegative, colorDarkStatusNegativeHover, colorDarkStatusNegativeInverted, colorDarkStatusNegativeInvertedHover, colorDarkStatusNegativeInvertedPress, colorDarkStatusNegativePress, colorDarkStatusPositive, colorDarkStatusPositiveHover, colorDarkStatusPositiveInverted, colorDarkStatusPositiveInvertedHover, colorDarkStatusPositiveInvertedPress, colorDarkStatusPositivePress, colorDarkTextAccent, colorDarkTextAttention, colorDarkTextAttentionHover, colorDarkTextAttentionInverted, colorDarkTextAttentionInvertedHover, colorDarkTextAttentionInvertedPress, colorDarkTextAttentionPress, colorDarkTextDisabled, colorDarkTextDisabledInverted, colorDarkTextDisabledTransparent, colorDarkTextInfo, colorDarkTextInfoHover, colorDarkTextInfoInverted, colorDarkTextInfoInvertedHover, colorDarkTextInfoInvertedPress, colorDarkTextInfoPress, colorDarkTextLink, colorDarkTextLinkShade30, colorDarkTextLinkShade50, colorDarkTextLinkTint20, colorDarkTextLinkTint40, colorDarkTextNegative, colorDarkTextNegativeHover, colorDarkTextNegativeInverted, colorDarkTextNegativeInvertedHover, colorDarkTextNegativeInvertedPress, colorDarkTextNegativePress, colorDarkTextPositive, colorDarkTextPositiveHover, colorDarkTextPositiveInverted, colorDarkTextPositiveInvertedHover, colorDarkTextPositiveInvertedPress, colorDarkTextPositivePress, colorDarkTextPrimary, colorDarkTextPrimaryAlpha30, colorDarkTextPrimaryHover, colorDarkTextPrimaryInverted, colorDarkTextPrimaryInvertedAlpha30, colorDarkTextPrimaryInvertedAlpha40, colorDarkTextPrimaryInvertedHover, colorDarkTextPrimaryInvertedPress, colorDarkTextPrimaryInvertedShade20, colorDarkTextPrimaryInvertedShade30, colorDarkTextPrimaryInvertedTint15, colorDarkTextPrimaryInvertedTint24, colorDarkTextPrimaryInvertedTint30, colorDarkTextPrimaryInvertedTint40, colorDarkTextPrimaryInvertedTint50, colorDarkTextPrimaryInvertedTint7, colorDarkTextPrimaryPress, colorDarkTextPrimaryShade24, colorDarkTextPrimaryShade30, colorDarkTextPrimaryShade40, colorDarkTextPrimaryShade50, colorDarkTextPrimaryTint20, colorDarkTextPrimaryTint40, colorDarkTextQuaternary, colorDarkTextQuaternaryInverted, colorDarkTextSecondary, colorDarkTextSecondaryHover, colorDarkTextSecondaryInverted, colorDarkTextSecondaryInvertedHover, colorDarkTextSecondaryInvertedPress, colorDarkTextSecondaryInvertedShade20, colorDarkTextSecondaryInvertedShade30, colorDarkTextSecondaryInvertedTransparent, colorDarkTextSecondaryPress, colorDarkTextSecondaryShade20, colorDarkTextSecondaryShade30, colorDarkTextSecondaryTint20, colorDarkTextSecondaryTint40, colorDarkTextSecondaryTransparent, colorDarkTextTertiary, colorDarkTextTertiaryHover, colorDarkTextTertiaryInverted, colorDarkTextTertiaryInvertedHover, colorDarkTextTertiaryInvertedPress, colorDarkTextTertiaryInvertedTransparent, colorDarkTextTertiaryPress, colorDarkTextTertiaryTransparent, colorDarkTransparentDefault, colorDarkTransparentDefaultHover, colorDarkTransparentDefaultInvertedHover, colorDarkTransparentDefaultInvertedPress, colorDarkTransparentDefaultPress, colorDynamicNulled, colorDynamicPrimaryDark, colorDynamicPrimaryLight, colorDynamicQuaternaryDark, colorDynamicQuaternaryLight, colorDynamicQuinaryDark, colorDynamicQuinaryLight, colorDynamicSecondaryDark, colorDynamicSecondaryLight, colorDynamicSenaryDark, colorDynamicSenaryLight, colorDynamicTertiaryDark, colorDynamicTertiaryLight, colorGreenDone, colorGreenDone05, colorGreenDone05Flat, colorGreenDone10, colorGreenDone10Flat, colorGreenDone20, colorGreenDone20Flat, colorGreenText, colorGreenText60, colorGreenText60Flat, colorLavender, colorLightAccentPrimary, colorLightAccentPrimaryHover, colorLightAccentPrimaryInverted, colorLightAccentPrimaryInvertedHover, colorLightAccentPrimaryInvertedPress, colorLightAccentPrimaryPress, colorLightAccentSecondary, colorLightAccentSecondaryHover, colorLightAccentSecondaryInverted, colorLightAccentSecondaryInvertedHover, colorLightAccentSecondaryInvertedPress, colorLightAccentSecondaryPress, colorLightBaseBgAltPrimary, colorLightBaseBgAltPrimaryInverted, colorLightBaseBgAltSecondary, colorLightBaseBgAltSecondaryInverted, colorLightBaseBgAltTertiary, colorLightBaseBgAltTertiaryInverted, colorLightBaseBgPrimary, colorLightBaseBgPrimaryInverted, colorLightBaseBgSecondary, colorLightBaseBgSecondaryInverted, colorLightBaseBgTertiary, colorLightBaseBgTertiaryInverted, colorLightBgAccent, colorLightBgAccentAlpha30, colorLightBgAccentShade10, colorLightBgAccentShade15, colorLightBgAccentShade30, colorLightBgAccentShade7, colorLightBgAccentTint15, colorLightBgAccentTint20, colorLightBgAttentionMuted, colorLightBgComponent, colorLightBgComponentInverted, colorLightBgInfo, colorLightBgInfoMuted, colorLightBgLinkMuted, colorLightBgNegativeMuted, colorLightBgNeutral, colorLightBgNulled, colorLightBgOpaque, colorLightBgOverlay, colorLightBgPositiveMuted, colorLightBgPrimary, colorLightBgPrimaryAlpha12, colorLightBgPrimaryAlpha15, colorLightBgPrimaryAlpha16, colorLightBgPrimaryAlpha20, colorLightBgPrimaryAlpha30, colorLightBgPrimaryAlpha32, colorLightBgPrimaryAlpha37, colorLightBgPrimaryAlpha4, colorLightBgPrimaryAlpha40, colorLightBgPrimaryAlpha8, colorLightBgPrimaryGrouped, colorLightBgPrimaryInverted, colorLightBgPrimaryInvertedAlpha10, colorLightBgPrimaryInvertedAlpha12, colorLightBgPrimaryInvertedAlpha15, colorLightBgPrimaryInvertedAlpha16, colorLightBgPrimaryInvertedAlpha20, colorLightBgPrimaryInvertedAlpha24, colorLightBgPrimaryInvertedAlpha3, colorLightBgPrimaryInvertedAlpha30, colorLightBgPrimaryInvertedAlpha32, colorLightBgPrimaryInvertedAlpha4, colorLightBgPrimaryInvertedAlpha40, colorLightBgPrimaryInvertedAlpha5, colorLightBgPrimaryInvertedAlpha50, colorLightBgPrimaryInvertedAlpha7, colorLightBgPrimaryInvertedAlpha8, colorLightBgPrimaryInvertedTint15, colorLightBgPrimaryInvertedTint20, colorLightBgPrimaryInvertedTint7, colorLightBgPrimaryShade15, colorLightBgPrimaryShade7, colorLightBgQuaternary, colorLightBgQuaternaryAlpha30, colorLightBgQuaternaryInverted, colorLightBgQuaternaryInvertedAlpha30, colorLightBgQuaternaryInvertedTint15, colorLightBgQuaternaryInvertedTint20, colorLightBgQuaternaryShade10, colorLightBgQuaternaryShade15, colorLightBgQuaternaryShade30, colorLightBgQuaternaryShade7, colorLightBgSecondary, colorLightBgSecondaryAlpha30, colorLightBgSecondaryGrouped, colorLightBgSecondaryInverted, colorLightBgSecondaryInvertedAlpha30, colorLightBgSecondaryInvertedShade15, colorLightBgSecondaryInvertedShade7, colorLightBgSecondaryInvertedTint15, colorLightBgSecondaryInvertedTint20, colorLightBgSecondaryShade15, colorLightBgSecondaryShade7, colorLightBgSecondaryTint15, colorLightBgSecondaryTint20, colorLightBgTertiary, colorLightBgTertiaryGrouped, colorLightBgTertiaryInverted, colorLightBgTertiaryShade7, colorLightBlue, colorLightBorderAccent, colorLightBorderKey, colorLightBorderKeyAlpha15, colorLightBorderKeyAlpha7, colorLightBorderKeyInverted, colorLightBorderKeyInvertedAlpha15, colorLightBorderKeyInvertedAlpha7, colorLightBorderLink, colorLightBorderPrimary, colorLightBorderPrimaryInverted, colorLightBorderSecondary, colorLightBorderSecondaryInverted, colorLightBorderTertiary, colorLightBorderTertiaryInverted, colorLightBorderUnderline, colorLightBorderUnderlineAlpha30, colorLightBorderUnderlineInverted, colorLightBorderUnderlineInvertedAlpha30, colorLightGraphicAccent, colorLightGraphicAccentAlpha30, colorLightGraphicAccentShade10, colorLightGraphicAccentShade15, colorLightGraphicAccentShade30, colorLightGraphicAccentShade7, colorLightGraphicAccentTint15, colorLightGraphicAttention, colorLightGraphicLink, colorLightGraphicLinkAlpha15, colorLightGraphicNegative, colorLightGraphicNegativeAlpha10, colorLightGraphicNegativeAlpha30, colorLightGraphicNegativeAlpha40, colorLightGraphicNegativeShade15, colorLightGraphicNegativeShade30, colorLightGraphicNegativeShade7, colorLightGraphicNegativeTint20, colorLightGraphicNegativeTint30, colorLightGraphicNeutral, colorLightGraphicPositive, colorLightGraphicPositiveAlpha10, colorLightGraphicPositiveShade10, colorLightGraphicPositiveShade30, colorLightGraphicPrimary, colorLightGraphicPrimaryAlpha30, colorLightGraphicPrimaryAlpha40, colorLightGraphicPrimaryAlpha50, colorLightGraphicPrimaryAlpha60, colorLightGraphicPrimaryInverted, colorLightGraphicPrimaryInvertedAlpha30, colorLightGraphicPrimaryInvertedAlpha40, colorLightGraphicPrimaryInvertedAlpha50, colorLightGraphicPrimaryInvertedAlpha60, colorLightGraphicPrimaryInvertedShade10, colorLightGraphicPrimaryInvertedShade15, colorLightGraphicPrimaryInvertedShade30, colorLightGraphicPrimaryInvertedShade7, colorLightGraphicPrimaryShade10, colorLightGraphicPrimaryShade30, colorLightGraphicPrimaryTint15, colorLightGraphicPrimaryTint20, colorLightGraphicPrimaryTint30, colorLightGraphicQuaternary, colorLightGraphicQuaternaryInverted, colorLightGraphicQuaternaryShade10, colorLightGraphicSecondary, colorLightGraphicSecondaryAlpha30, colorLightGraphicSecondaryInverted, colorLightGraphicSecondaryInvertedAlpha30, colorLightGraphicSecondaryInvertedShade10, colorLightGraphicSecondaryInvertedShade30, colorLightGraphicSecondaryInvertedTint15, colorLightGraphicSecondaryInvertedTint20, colorLightGraphicSecondaryShade30, colorLightGraphicSecondaryShade50, colorLightGraphicTertiary, colorLightGraphicTertiaryAlpha30, colorLightGraphicTertiaryInverted, colorLightGraphicTertiaryInvertedAlpha30, colorLightGraphicTertiaryInvertedTint15, colorLightGraphicTertiaryInvertedTint20, colorLightGraphicTertiaryShade15, colorLightGraphicTertiaryShade7, colorLightGraphicTertiaryTint15, colorLightGraphicTertiaryTint20, colorLightModalBgAltPrimary, colorLightModalBgAltPrimaryInverted, colorLightModalBgAltSecondary, colorLightModalBgAltSecondaryInverted, colorLightModalBgAltTertiary, colorLightModalBgAltTertiaryInverted, colorLightModalBgPrimary, colorLightModalBgPrimaryInverted, colorLightModalBgSecondary, colorLightModalBgSecondaryInverted, colorLightModalBgTertiary, colorLightModalBgTertiaryInverted, colorLightNeutral0, colorLightNeutral0Hover, colorLightNeutral0Inverted, colorLightNeutral0InvertedHover, colorLightNeutral0InvertedPress, colorLightNeutral0Press, colorLightNeutral100, colorLightNeutral100Hover, colorLightNeutral100Inverted, colorLightNeutral100InvertedHover, colorLightNeutral100InvertedPress, colorLightNeutral100Press, colorLightNeutral1500, colorLightNeutral1500Hover, colorLightNeutral1500Inverted, colorLightNeutral1500InvertedHover, colorLightNeutral1500InvertedPress, colorLightNeutral1500Press, colorLightNeutral200, colorLightNeutral200Hover, colorLightNeutral200Inverted, colorLightNeutral200InvertedHover, colorLightNeutral200InvertedPress, colorLightNeutral200Press, colorLightNeutral300, colorLightNeutral300Hover, colorLightNeutral300Inverted, colorLightNeutral300InvertedHover, colorLightNeutral300InvertedPress, colorLightNeutral300Press, colorLightNeutral400, colorLightNeutral400Hover, colorLightNeutral400Inverted, colorLightNeutral400InvertedHover, colorLightNeutral400InvertedPress, colorLightNeutral400Press, colorLightNeutral500, colorLightNeutral500Hover, colorLightNeutral500Inverted, colorLightNeutral500InvertedHover, colorLightNeutral500InvertedPress, colorLightNeutral500Press, colorLightNeutral700, colorLightNeutral700Alpha15, colorLightNeutral700Hover, colorLightNeutral700Inverted, colorLightNeutral700InvertedHover, colorLightNeutral700InvertedPress, colorLightNeutral700Press, colorLightNeutralTranslucent0, colorLightNeutralTranslucent0Hover, colorLightNeutralTranslucent0Inverted, colorLightNeutralTranslucent0InvertedHover, colorLightNeutralTranslucent0InvertedPress, colorLightNeutralTranslucent0Press, colorLightNeutralTranslucent100, colorLightNeutralTranslucent100Hover, colorLightNeutralTranslucent100Inverted, colorLightNeutralTranslucent100InvertedHover, colorLightNeutralTranslucent100InvertedPress, colorLightNeutralTranslucent100Press, colorLightNeutralTranslucent1500Hover, colorLightNeutralTranslucent1500InvertedHover, colorLightNeutralTranslucent1500InvertedPress, colorLightNeutralTranslucent1500Press, colorLightNeutralTranslucent200, colorLightNeutralTranslucent200Hover, colorLightNeutralTranslucent200Inverted, colorLightNeutralTranslucent200InvertedHover, colorLightNeutralTranslucent200InvertedPress, colorLightNeutralTranslucent200Press, colorLightNeutralTranslucent300, colorLightNeutralTranslucent300Hover, colorLightNeutralTranslucent300Inverted, colorLightNeutralTranslucent300InvertedHover, colorLightNeutralTranslucent300InvertedPress, colorLightNeutralTranslucent300Press, colorLightNeutralTranslucent400, colorLightNeutralTranslucent400Hover, colorLightNeutralTranslucent400Inverted, colorLightNeutralTranslucent400InvertedHover, colorLightNeutralTranslucent400InvertedPress, colorLightNeutralTranslucent400Press, colorLightNeutralTranslucent500, colorLightNeutralTranslucent500Hover, colorLightNeutralTranslucent500Inverted, colorLightNeutralTranslucent500InvertedHover, colorLightNeutralTranslucent500InvertedPress, colorLightNeutralTranslucent500Press, colorLightNeutralTranslucent700, colorLightNeutralTranslucent700Hover, colorLightNeutralTranslucent700Inverted, colorLightNeutralTranslucent700InvertedHover, colorLightNeutralTranslucent700InvertedPress, colorLightNeutralTranslucent700Press, colorLightOverlayDefault, colorLightSpecialbgComponent, colorLightSpecialbgComponentAlpha14, colorLightSpecialbgComponentAlpha2, colorLightSpecialbgComponentAlpha23, colorLightSpecialbgComponentAlpha30, colorLightSpecialbgComponentInverted, colorLightSpecialbgComponentInvertedAlpha30, colorLightSpecialbgComponentInvertedTint15, colorLightSpecialbgComponentInvertedTint20, colorLightSpecialbgComponentShade10, colorLightSpecialbgComponentShade15, colorLightSpecialbgComponentShade30, colorLightSpecialbgComponentShade7, colorLightSpecialbgNulled, colorLightSpecialbgOverlay, colorLightSpecialbgOverlayFallback, colorLightSpecialbgPrimaryGrouped, colorLightSpecialbgSecondaryGrouped, colorLightSpecialbgSecondaryTransparent, colorLightSpecialbgSecondaryTransparentInverted, colorLightSpecialbgSecondaryTransparentInvertedTint15, colorLightSpecialbgSecondaryTransparentInvertedTint20, colorLightSpecialbgSecondaryTransparentShade15, colorLightSpecialbgSecondaryTransparentShade7, colorLightSpecialbgTertiaryGrouped, colorLightSpecialbgTertiaryTransparent, colorLightSpecialbgTertiaryTransparentInverted, colorLightSpecialbgTertiaryTransparentInvertedTint15, colorLightSpecialbgTertiaryTransparentInvertedTint20, colorLightSpecialbgTertiaryTransparentShade15, colorLightSpecialbgTertiaryTransparentShade7, colorLightStatusAttention, colorLightStatusAttentionHover, colorLightStatusAttentionInverted, colorLightStatusAttentionInvertedHover, colorLightStatusAttentionInvertedPress, colorLightStatusAttentionPress, colorLightStatusInfo, colorLightStatusInfoAlpha15, colorLightStatusInfoHover, colorLightStatusInfoInverted, colorLightStatusInfoInvertedHover, colorLightStatusInfoInvertedPress, colorLightStatusInfoPress, colorLightStatusMutedAltAttention, colorLightStatusMutedAltAttentionHover, colorLightStatusMutedAltAttentionInverted, colorLightStatusMutedAltAttentionInvertedHover, colorLightStatusMutedAltAttentionInvertedPress, colorLightStatusMutedAltAttentionPress, colorLightStatusMutedAltInfo, colorLightStatusMutedAltInfoHover, colorLightStatusMutedAltInfoInverted, colorLightStatusMutedAltInfoInvertedHover, colorLightStatusMutedAltInfoInvertedPress, colorLightStatusMutedAltInfoPress, colorLightStatusMutedAltNegative, colorLightStatusMutedAltNegativeHover, colorLightStatusMutedAltNegativeInverted, colorLightStatusMutedAltNegativeInvertedHover, colorLightStatusMutedAltNegativeInvertedPress, colorLightStatusMutedAltNegativePress, colorLightStatusMutedAltPositive, colorLightStatusMutedAltPositiveHover, colorLightStatusMutedAltPositiveInverted, colorLightStatusMutedAltPositiveInvertedHover, colorLightStatusMutedAltPositiveInvertedPress, colorLightStatusMutedAltPositivePress, colorLightStatusMutedAttention, colorLightStatusMutedAttentionHover, colorLightStatusMutedAttentionInverted, colorLightStatusMutedAttentionInvertedHover, colorLightStatusMutedAttentionInvertedPress, colorLightStatusMutedAttentionPress, colorLightStatusMutedInfo, colorLightStatusMutedInfoHover, colorLightStatusMutedInfoInverted, colorLightStatusMutedInfoInvertedHover, colorLightStatusMutedInfoInvertedPress, colorLightStatusMutedInfoPress, colorLightStatusMutedNegative, colorLightStatusMutedNegativeHover, colorLightStatusMutedNegativeInverted, colorLightStatusMutedNegativeInvertedHover, colorLightStatusMutedNegativeInvertedPress, colorLightStatusMutedNegativePress, colorLightStatusMutedPositive, colorLightStatusMutedPositiveHover, colorLightStatusMutedPositiveInverted, colorLightStatusMutedPositiveInvertedHover, colorLightStatusMutedPositiveInvertedPress, colorLightStatusMutedPositivePress, colorLightStatusNegative, colorLightStatusNegativeHover, colorLightStatusNegativeInverted, colorLightStatusNegativeInvertedHover, colorLightStatusNegativeInvertedPress, colorLightStatusNegativePress, colorLightStatusPositive, colorLightStatusPositiveHover, colorLightStatusPositiveInverted, colorLightStatusPositiveInvertedHover, colorLightStatusPositiveInvertedPress, colorLightStatusPositivePress, colorLightTextAccent, colorLightTextAttention, colorLightTextAttentionHover, colorLightTextAttentionInverted, colorLightTextAttentionInvertedHover, colorLightTextAttentionInvertedPress, colorLightTextAttentionPress, colorLightTextDisabled, colorLightTextDisabledInverted, colorLightTextDisabledTransparent, colorLightTextInfo, colorLightTextInfoHover, colorLightTextInfoInverted, colorLightTextInfoInvertedHover, colorLightTextInfoInvertedPress, colorLightTextInfoPress, colorLightTextLink, colorLightTextLinkShade20, colorLightTextLinkShade40, colorLightTextLinkTint30, colorLightTextLinkTint50, colorLightTextNegative, colorLightTextNegativeHover, colorLightTextNegativeInverted, colorLightTextNegativeInvertedHover, colorLightTextNegativeInvertedPress, colorLightTextNegativePress, colorLightTextPositive, colorLightTextPositiveHover, colorLightTextPositiveInverted, colorLightTextPositiveInvertedHover, colorLightTextPositiveInvertedPress, colorLightTextPositivePress, colorLightTextPrimary, colorLightTextPrimaryAlpha30, colorLightTextPrimaryHover, colorLightTextPrimaryInverted, colorLightTextPrimaryInvertedAlpha30, colorLightTextPrimaryInvertedAlpha40, colorLightTextPrimaryInvertedHover, colorLightTextPrimaryInvertedPress, colorLightTextPrimaryInvertedShade15, colorLightTextPrimaryInvertedShade24, colorLightTextPrimaryInvertedShade30, colorLightTextPrimaryInvertedShade40, colorLightTextPrimaryInvertedShade50, colorLightTextPrimaryInvertedShade7, colorLightTextPrimaryInvertedTint20, colorLightTextPrimaryInvertedTint30, colorLightTextPrimaryPress, colorLightTextPrimaryShade20, colorLightTextPrimaryShade40, colorLightTextPrimaryTint24, colorLightTextPrimaryTint30, colorLightTextPrimaryTint40, colorLightTextPrimaryTint50, colorLightTextQuaternary, colorLightTextQuaternaryInverted, colorLightTextSecondary, colorLightTextSecondaryHover, colorLightTextSecondaryInverted, colorLightTextSecondaryInvertedHover, colorLightTextSecondaryInvertedPress, colorLightTextSecondaryInvertedTint20, colorLightTextSecondaryInvertedTint30, colorLightTextSecondaryInvertedTransparent, colorLightTextSecondaryPress, colorLightTextSecondaryShade20, colorLightTextSecondaryShade40, colorLightTextSecondaryTint20, colorLightTextSecondaryTint30, colorLightTextSecondaryTransparent, colorLightTextTertiary, colorLightTextTertiaryHover, colorLightTextTertiaryInverted, colorLightTextTertiaryInvertedHover, colorLightTextTertiaryInvertedPress, colorLightTextTertiaryInvertedTransparent, colorLightTextTertiaryPress, colorLightTextTertiaryTransparent, colorLightTransparentDefault, colorLightTransparentDefaultHover, colorLightTransparentDefaultInvertedHover, colorLightTransparentDefaultInvertedPress, colorLightTransparentDefaultPress, colorRedBrand, colorRedBrand05Flat, colorRedBrand10, colorRedBrand10Flat, colorRedBrand20, colorRedBrand20Flat, colorRedBrand30, colorRedBrand30Flat, colorRedBrand50, colorRedBrand50Flat, colorRedBrand70, colorRedBrand70Flat, colorRedBrand85, colorRedBrand85Flat, colorRedDark, colorRedError, colorSand, colorStaticAccentPrimary, colorStaticAccentPrimaryHover, colorStaticAccentPrimaryInverted, colorStaticAccentPrimaryInvertedHover, colorStaticAccentPrimaryInvertedPress, colorStaticAccentPrimaryPress, colorStaticAccentSecondary, colorStaticAccentSecondaryHover, colorStaticAccentSecondaryInverted, colorStaticAccentSecondaryInvertedHover, colorStaticAccentSecondaryInvertedPress, colorStaticAccentSecondaryPress, colorStaticBgAccent, colorStaticBgDark, colorStaticBgLight, colorStaticBgNeutralDark, colorStaticBgNeutralLight, colorStaticBgPrimaryDark, colorStaticBgPrimaryDarkAlpha10, colorStaticBgPrimaryDarkAlpha20, colorStaticBgPrimaryDarkTint15, colorStaticBgPrimaryDarkTint20, colorStaticBgPrimaryLight, colorStaticBgQuaternaryDark, colorStaticBgQuaternaryLight, colorStaticBgSecondaryDark, colorStaticBgSecondaryLight, colorStaticBgTertiaryDark, colorStaticBgTertiaryLight, colorStaticBorderAccent, colorStaticCorpbgNeutral, colorStaticCorpbgPrimary, colorStaticCorpbgSecondary, colorStaticCorpbgTertiary, colorStaticGraphicAccent, colorStaticGraphicAmethyst, colorStaticGraphicBlackberry, colorStaticGraphicBlueChill, colorStaticGraphicBlueChillOld, colorStaticGraphicBlueMaya, colorStaticGraphicBlueMoody, colorStaticGraphicBlueSteel, colorStaticGraphicBotticelli, colorStaticGraphicBoulder, colorStaticGraphicBoulderOld, colorStaticGraphicBrinkPink, colorStaticGraphicBrinkPinkOld, colorStaticGraphicBurntSienna, colorStaticGraphicBurntSiennaOld, colorStaticGraphicCarrot, colorStaticGraphicChatelle, colorStaticGraphicChatelleOld, colorStaticGraphicChathamsBlue, colorStaticGraphicChathamsBlueOld, colorStaticGraphicChick, colorStaticGraphicCrete, colorStaticGraphicCuriousBlue, colorStaticGraphicCuriousBlueLight, colorStaticGraphicCuriousBlueLightOld, colorStaticGraphicDark, colorStaticGraphicEasternBlue, colorStaticGraphicFrenchLilac, colorStaticGraphicFuelYellow, colorStaticGraphicFunBlue, colorStaticGraphicFunBlueOld, colorStaticGraphicGallery, colorStaticGraphicGreenJungle, colorStaticGraphicHippieBlue, colorStaticGraphicHippieBlueOld, colorStaticGraphicJaffa, colorStaticGraphicJaffaLight, colorStaticGraphicJaffaLightOld, colorStaticGraphicJava, colorStaticGraphicJavaOld, colorStaticGraphicJungleGreen, colorStaticGraphicLavender, colorStaticGraphicLight, colorStaticGraphicLightShade15, colorStaticGraphicLightShade7, colorStaticGraphicMantis, colorStaticGraphicMantisOld, colorStaticGraphicMatisse, colorStaticGraphicMatisseOld, colorStaticGraphicMaya, colorStaticGraphicMilanoRed, colorStaticGraphicMilanoRedOld, colorStaticGraphicMirage, colorStaticGraphicMirageOld, colorStaticGraphicMoonRaker, colorStaticGraphicMossGreen, colorStaticGraphicNevada, colorStaticGraphicNevadaOld, colorStaticGraphicOlive, colorStaticGraphicOlivine, colorStaticGraphicOlivineOld, colorStaticGraphicPeach, colorStaticGraphicPermission, colorStaticGraphicPersimmon, colorStaticGraphicPewter, colorStaticGraphicPewterOld, colorStaticGraphicPickledBluewood, colorStaticGraphicPickledBluewoodOld, colorStaticGraphicPorsche, colorStaticGraphicPorscheOld, colorStaticGraphicRaspberry, colorStaticGraphicRedDamask, colorStaticGraphicRedDamaskOld, colorStaticGraphicSaffron, colorStaticGraphicSaffronOld, colorStaticGraphicSalomie, colorStaticGraphicSand, colorStaticGraphicSandyBrown, colorStaticGraphicSandybrownOld, colorStaticGraphicSeawater, colorStaticGraphicSerenade, colorStaticGraphicSky, colorStaticGraphicSoftPeach, colorStaticGraphicSolitude, colorStaticGraphicStrawberry, colorStaticGraphicSundust, colorStaticGraphicTurkishRose, colorStaticGraphicTurkishRoseOld, colorStaticGraphicTurquoiseBlue, colorStaticGraphicTurquoiseBlueOld, colorStaticGraphicValencia, colorStaticGraphicValenciaOld, colorStaticGraphicWaikawaGray, colorStaticGraphicWaikawaGrayOld, colorStaticGraphicWhisper, colorStaticGraphicZanah, colorStaticLocalLightBlue, colorStaticNeutral0, colorStaticNeutral0Hover, colorStaticNeutral0Inverted, colorStaticNeutral0InvertedHover, colorStaticNeutral0InvertedPress, colorStaticNeutral0Press, colorStaticNeutral100, colorStaticNeutral100Hover, colorStaticNeutral100Inverted, colorStaticNeutral100InvertedHover, colorStaticNeutral100InvertedPress, colorStaticNeutral100Press, colorStaticNeutral1500, colorStaticNeutral1500Hover, colorStaticNeutral1500Inverted, colorStaticNeutral1500InvertedHover, colorStaticNeutral1500InvertedPress, colorStaticNeutral1500Press, colorStaticNeutral200, colorStaticNeutral200Hover, colorStaticNeutral200Inverted, colorStaticNeutral200InvertedHover, colorStaticNeutral200InvertedPress, colorStaticNeutral200Press, colorStaticNeutral300, colorStaticNeutral300Inverted, colorStaticNeutral400, colorStaticNeutral400Hover, colorStaticNeutral400Inverted, colorStaticNeutral400InvertedHover, colorStaticNeutral400InvertedPress, colorStaticNeutral400Press, colorStaticNeutral500, colorStaticNeutral500Hover, colorStaticNeutral500Inverted, colorStaticNeutral500InvertedHover, colorStaticNeutral500InvertedPress, colorStaticNeutral500Press, colorStaticNeutral700, colorStaticNeutral700Hover, colorStaticNeutral700Inverted, colorStaticNeutral700InvertedHover, colorStaticNeutral700InvertedPress, colorStaticNeutral700Press, colorStaticNeutralTranslucent0, colorStaticNeutralTranslucent0Hover, colorStaticNeutralTranslucent0Inverted, colorStaticNeutralTranslucent0InvertedHover, colorStaticNeutralTranslucent0InvertedPress, colorStaticNeutralTranslucent0Press, colorStaticNeutralTranslucent100, colorStaticNeutralTranslucent100Hover, colorStaticNeutralTranslucent100Inverted, colorStaticNeutralTranslucent100InvertedHover, colorStaticNeutralTranslucent100InvertedPress, colorStaticNeutralTranslucent100Press, colorStaticNeutralTranslucent1500Hover, colorStaticNeutralTranslucent1500InvertedHover, colorStaticNeutralTranslucent1500InvertedPress, colorStaticNeutralTranslucent1500Press, colorStaticNeutralTranslucent200, colorStaticNeutralTranslucent200Hover, colorStaticNeutralTranslucent200Inverted, colorStaticNeutralTranslucent200InvertedHover, colorStaticNeutralTranslucent200InvertedPress, colorStaticNeutralTranslucent200Press, colorStaticNeutralTranslucent300, colorStaticNeutralTranslucent300Inverted, colorStaticNeutralTranslucent400, colorStaticNeutralTranslucent400Hover, colorStaticNeutralTranslucent400Inverted, colorStaticNeutralTranslucent400InvertedHover, colorStaticNeutralTranslucent400InvertedPress, colorStaticNeutralTranslucent400Press, colorStaticNeutralTranslucent500, colorStaticNeutralTranslucent500Hover, colorStaticNeutralTranslucent500Inverted, colorStaticNeutralTranslucent500InvertedHover, colorStaticNeutralTranslucent500InvertedPress, colorStaticNeutralTranslucent500Press, colorStaticNeutralTranslucent700, colorStaticNeutralTranslucent700Hover, colorStaticNeutralTranslucent700Inverted, colorStaticNeutralTranslucent700InvertedHover, colorStaticNeutralTranslucent700InvertedPress, colorStaticNeutralTranslucent700Press, colorStaticNulled, colorStaticOverlayBlackHigh, colorStaticOverlayBlackLow, colorStaticOverlayBlackNormal, colorStaticOverlayBlackXhigh, colorStaticOverlayBlackXlow, colorStaticOverlayIndigoHigh, colorStaticOverlayIndigoLow, colorStaticOverlayIndigoNormal, colorStaticOverlayIndigoXhigh, colorStaticOverlayIndigoXlow, colorStaticOverlayWhiteHigh, colorStaticOverlayWhiteLow, colorStaticOverlayWhiteNormal, colorStaticOverlayWhiteXhigh, colorStaticOverlayWhiteXlow, colorStaticPrimaryDark, colorStaticPrimaryLight, colorStaticQuaternaryDark, colorStaticQuaternaryLight, colorStaticQuinaryDark, colorStaticQuinaryLight, colorStaticSecondaryDark, colorStaticSecondaryLight, colorStaticSenaryDark, colorStaticSenaryLight, colorStaticStatusAttention, colorStaticStatusAttentionInverted, colorStaticStatusBlue, colorStaticStatusBlueAlpha10, colorStaticStatusGreen, colorStaticStatusGreenAlpha10, colorStaticStatusGrey, colorStaticStatusGreyAlpha10, colorStaticStatusInfo, colorStaticStatusInfoInverted, colorStaticStatusMutedAltAttention, colorStaticStatusMutedAltAttentionInverted, colorStaticStatusMutedAltInfo, colorStaticStatusMutedAltInfoInverted, colorStaticStatusMutedAltNegative, colorStaticStatusMutedAltNegativeInverted, colorStaticStatusMutedAltPositive, colorStaticStatusMutedAltPositiveInverted, colorStaticStatusMutedAttention, colorStaticStatusMutedAttentionInverted, colorStaticStatusMutedInfo, colorStaticStatusMutedInfoInverted, colorStaticStatusMutedNegative, colorStaticStatusMutedNegativeInverted, colorStaticStatusMutedPositive, colorStaticStatusMutedPositiveInverted, colorStaticStatusNegative, colorStaticStatusNegativeInverted, colorStaticStatusOrange, colorStaticStatusOrangeAlpha10, colorStaticStatusPositive, colorStaticStatusPositiveInverted, colorStaticStatusPurple, colorStaticStatusPurpleAlpha10, colorStaticStatusRed, colorStaticStatusRedAlpha10, colorStaticStatusTeal, colorStaticStatusTealAlpha10, colorStaticTertiaryDark, colorStaticTertiaryLight, colorStaticTextAccent, colorStaticTextAttention, colorStaticTextAttentionHover, colorStaticTextAttentionInverted, colorStaticTextAttentionInvertedHover, colorStaticTextAttentionInvertedPress, colorStaticTextAttentionPress, colorStaticTextInfo, colorStaticTextInfoHover, colorStaticTextInfoInverted, colorStaticTextInfoInvertedHover, colorStaticTextInfoInvertedPress, colorStaticTextInfoPress, colorStaticTextNegative, colorStaticTextNegativeHover, colorStaticTextNegativeInverted, colorStaticTextNegativeInvertedHover, colorStaticTextNegativeInvertedPress, colorStaticTextNegativePress, colorStaticTextPositive, colorStaticTextPositiveHover, colorStaticTextPositiveInverted, colorStaticTextPositiveInvertedHover, colorStaticTextPositiveInvertedPress, colorStaticTextPositivePress, colorStaticTextPrimary, colorStaticTextPrimaryDark, colorStaticTextPrimaryHover, colorStaticTextPrimaryInverted, colorStaticTextPrimaryInvertedHover, colorStaticTextPrimaryInvertedPress, colorStaticTextPrimaryLight, colorStaticTextPrimaryLightAlpha30, colorStaticTextPrimaryPress, colorStaticTextQuaternary, colorStaticTextQuaternaryInverted, colorStaticTextSecondary, colorStaticTextSecondaryDark, colorStaticTextSecondaryDarkTransparent, colorStaticTextSecondaryHover, colorStaticTextSecondaryInverted, colorStaticTextSecondaryInvertedHover, colorStaticTextSecondaryInvertedPress, colorStaticTextSecondaryLight, colorStaticTextSecondaryLightTransparent, colorStaticTextSecondaryPress, colorStaticTextTertiary, colorStaticTextTertiaryDark, colorStaticTextTertiaryDarkTransparent, colorStaticTextTertiaryHover, colorStaticTextTertiaryInverted, colorStaticTextTertiaryInvertedHover, colorStaticTextTertiaryInvertedPress, colorStaticTextTertiaryLight, colorStaticTextTertiaryLightTransparent, colorStaticTextTertiaryPress, colorWhite, colorWhite10, colorWhite30, colorWhite60, fontFamilyStyrene, fontFamilySystem, gap2xl, gap2xlNeg, gap2xs, gap2xsNeg, gap3xl, gap3xlNeg, gap3xs, gap3xsNeg, gap4xl, gap4xlNeg, gap5xl, gap5xlNeg, gap6xl, gap6xlNeg, gap7xl, gap7xlNeg, gap8xl, gap8xlNeg, gapL, gapLNeg, gapM, gapMNeg, gapS, gapSNeg, gapXl, gapXlNeg, gapXs, gapXsNeg, shadowL, shadowLHard, shadowLHardUp, shadowLUp, shadowM, shadowMHard, shadowMHardUp, shadowMUp, shadowS, shadowSHard, shadowSHardUp, shadowSUp, shadowXl, shadowXlHard, shadowXlHardUp, shadowXlUp, shadowXs, shadowXsHard, shadowXsHardUp, shadowXsUp };
1478
+ export { borderRadius3xl, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusPill, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, colorAmethyst, colorBgCorporate, colorBgCorporate30, colorBgCorporate30Flat, colorBgCorporate60, colorBgCorporate60Flat, colorBgCorporate90, colorBgCorporate90Flat, colorBlack, colorBlack10, colorBlack10Flat, colorBlack30, colorBlack30Flat, colorBlack60, colorBlack60Flat, colorBlueAction, colorBlueLinkMobile, colorBlueLinkMobile10, colorBlueLinkMobile10Flat, colorBlueLinkWeb, colorBlueSwipeA, colorBlueSwipeB, colorBlueSwipeC, colorDarkAccentPrimary, colorDarkAccentPrimaryHover, colorDarkAccentPrimaryInverted, colorDarkAccentPrimaryInvertedHover, colorDarkAccentPrimaryInvertedPress, colorDarkAccentPrimaryPress, colorDarkAccentSecondary, colorDarkAccentSecondaryHover, colorDarkAccentSecondaryInverted, colorDarkAccentSecondaryInvertedHover, colorDarkAccentSecondaryInvertedPress, colorDarkAccentSecondaryPress, colorDarkBaseBgAltPrimary, colorDarkBaseBgAltPrimaryInverted, colorDarkBaseBgAltSecondary, colorDarkBaseBgAltSecondaryInverted, colorDarkBaseBgAltTertiary, colorDarkBaseBgAltTertiaryInverted, colorDarkBaseBgPrimary, colorDarkBaseBgPrimaryInverted, colorDarkBaseBgSecondary, colorDarkBaseBgSecondaryInverted, colorDarkBaseBgTertiary, colorDarkBaseBgTertiaryInverted, colorDarkBgAccent, colorDarkBgAccentAlpha30, colorDarkBgAccentShade15, colorDarkBgAccentShade20, colorDarkBgAccentTint10, colorDarkBgAccentTint15, colorDarkBgAccentTint30, colorDarkBgAccentTint7, colorDarkBgAttentionMuted, colorDarkBgComponent, colorDarkBgComponentInverted, colorDarkBgInfo, colorDarkBgInfoMuted, colorDarkBgLinkMuted, colorDarkBgNegativeMuted, colorDarkBgNeutral, colorDarkBgNulled, colorDarkBgOpaque, colorDarkBgOverlay, colorDarkBgPositiveMuted, colorDarkBgPrimary, colorDarkBgPrimaryAlpha12, colorDarkBgPrimaryAlpha15, colorDarkBgPrimaryAlpha16, colorDarkBgPrimaryAlpha20, colorDarkBgPrimaryAlpha30, colorDarkBgPrimaryAlpha32, colorDarkBgPrimaryAlpha37, colorDarkBgPrimaryAlpha4, colorDarkBgPrimaryAlpha40, colorDarkBgPrimaryAlpha8, colorDarkBgPrimaryGrouped, colorDarkBgPrimaryInverted, colorDarkBgPrimaryInvertedAlpha10, colorDarkBgPrimaryInvertedAlpha12, colorDarkBgPrimaryInvertedAlpha15, colorDarkBgPrimaryInvertedAlpha16, colorDarkBgPrimaryInvertedAlpha20, colorDarkBgPrimaryInvertedAlpha24, colorDarkBgPrimaryInvertedAlpha3, colorDarkBgPrimaryInvertedAlpha30, colorDarkBgPrimaryInvertedAlpha32, colorDarkBgPrimaryInvertedAlpha4, colorDarkBgPrimaryInvertedAlpha40, colorDarkBgPrimaryInvertedAlpha5, colorDarkBgPrimaryInvertedAlpha50, colorDarkBgPrimaryInvertedAlpha7, colorDarkBgPrimaryInvertedAlpha8, colorDarkBgPrimaryInvertedShade15, colorDarkBgPrimaryInvertedShade20, colorDarkBgPrimaryInvertedShade7, colorDarkBgPrimaryTint15, colorDarkBgPrimaryTint7, colorDarkBgQuaternary, colorDarkBgQuaternaryAlpha30, colorDarkBgQuaternaryInverted, colorDarkBgQuaternaryInvertedAlpha30, colorDarkBgQuaternaryInvertedShade15, colorDarkBgQuaternaryInvertedShade20, colorDarkBgQuaternaryTint10, colorDarkBgQuaternaryTint15, colorDarkBgQuaternaryTint30, colorDarkBgQuaternaryTint7, colorDarkBgSecondary, colorDarkBgSecondaryAlpha30, colorDarkBgSecondaryGrouped, colorDarkBgSecondaryInverted, colorDarkBgSecondaryInvertedAlpha30, colorDarkBgSecondaryInvertedShade15, colorDarkBgSecondaryInvertedShade20, colorDarkBgSecondaryInvertedTint15, colorDarkBgSecondaryInvertedTint7, colorDarkBgSecondaryShade15, colorDarkBgSecondaryShade20, colorDarkBgSecondaryTint15, colorDarkBgSecondaryTint7, colorDarkBgTertiary, colorDarkBgTertiaryGrouped, colorDarkBgTertiaryInverted, colorDarkBgTertiaryTint7, colorDarkBorderAccent, colorDarkBorderKey, colorDarkBorderKeyAlpha15, colorDarkBorderKeyAlpha7, colorDarkBorderKeyInverted, colorDarkBorderKeyInvertedAlpha15, colorDarkBorderKeyInvertedAlpha7, colorDarkBorderLink, colorDarkBorderPrimary, colorDarkBorderPrimaryInverted, colorDarkBorderSecondary, colorDarkBorderSecondaryInverted, colorDarkBorderTertiary, colorDarkBorderTertiaryInverted, colorDarkBorderUnderline, colorDarkBorderUnderlineAlpha30, colorDarkBorderUnderlineInverted, colorDarkBorderUnderlineInvertedAlpha30, colorDarkGraphicAccent, colorDarkGraphicAccentAlpha30, colorDarkGraphicAccentShade15, colorDarkGraphicAccentTint10, colorDarkGraphicAccentTint15, colorDarkGraphicAccentTint30, colorDarkGraphicAccentTint7, colorDarkGraphicAttention, colorDarkGraphicLink, colorDarkGraphicLinkAlpha15, colorDarkGraphicNegative, colorDarkGraphicNegativeAlpha10, colorDarkGraphicNegativeAlpha30, colorDarkGraphicNegativeAlpha40, colorDarkGraphicNegativeShade20, colorDarkGraphicNegativeShade30, colorDarkGraphicNegativeTint15, colorDarkGraphicNegativeTint30, colorDarkGraphicNegativeTint7, colorDarkGraphicNeutral, colorDarkGraphicPositive, colorDarkGraphicPositiveAlpha10, colorDarkGraphicPositiveTint10, colorDarkGraphicPositiveTint30, colorDarkGraphicPrimary, colorDarkGraphicPrimaryAlpha30, colorDarkGraphicPrimaryAlpha40, colorDarkGraphicPrimaryAlpha50, colorDarkGraphicPrimaryAlpha60, colorDarkGraphicPrimaryInverted, colorDarkGraphicPrimaryInvertedAlpha30, colorDarkGraphicPrimaryInvertedAlpha40, colorDarkGraphicPrimaryInvertedAlpha50, colorDarkGraphicPrimaryInvertedAlpha60, colorDarkGraphicPrimaryInvertedTint10, colorDarkGraphicPrimaryInvertedTint15, colorDarkGraphicPrimaryInvertedTint30, colorDarkGraphicPrimaryInvertedTint7, colorDarkGraphicPrimaryShade15, colorDarkGraphicPrimaryShade20, colorDarkGraphicPrimaryShade30, colorDarkGraphicPrimaryTint10, colorDarkGraphicPrimaryTint30, colorDarkGraphicQuaternary, colorDarkGraphicQuaternaryInverted, colorDarkGraphicQuaternaryTint10, colorDarkGraphicSecondary, colorDarkGraphicSecondaryAlpha30, colorDarkGraphicSecondaryInverted, colorDarkGraphicSecondaryInvertedAlpha30, colorDarkGraphicSecondaryInvertedShade15, colorDarkGraphicSecondaryInvertedShade20, colorDarkGraphicSecondaryInvertedTint10, colorDarkGraphicSecondaryInvertedTint30, colorDarkGraphicSecondaryTint30, colorDarkGraphicSecondaryTint50, colorDarkGraphicTertiary, colorDarkGraphicTertiaryAlpha30, colorDarkGraphicTertiaryInverted, colorDarkGraphicTertiaryInvertedAlpha30, colorDarkGraphicTertiaryInvertedShade15, colorDarkGraphicTertiaryInvertedShade20, colorDarkGraphicTertiaryShade15, colorDarkGraphicTertiaryShade20, colorDarkGraphicTertiaryTint15, colorDarkGraphicTertiaryTint7, colorDarkIndigo, colorDarkIndigo05, colorDarkIndigo05Flat, colorDarkIndigo07, colorDarkIndigo07Flat, colorDarkIndigo10, colorDarkIndigo10Flat, colorDarkIndigo15, colorDarkIndigo15Flat, colorDarkIndigo30, colorDarkIndigo30Flat, colorDarkIndigo60, colorDarkIndigo60Flat, colorDarkModalBgAltPrimary, colorDarkModalBgAltPrimaryInverted, colorDarkModalBgAltSecondary, colorDarkModalBgAltSecondaryInverted, colorDarkModalBgAltTertiary, colorDarkModalBgAltTertiaryInverted, colorDarkModalBgPrimary, colorDarkModalBgPrimaryInverted, colorDarkModalBgSecondary, colorDarkModalBgSecondaryInverted, colorDarkModalBgTertiary, colorDarkModalBgTertiaryInverted, colorDarkNeutral0, colorDarkNeutral0Hover, colorDarkNeutral0Inverted, colorDarkNeutral0InvertedHover, colorDarkNeutral0InvertedPress, colorDarkNeutral0Press, colorDarkNeutral100, colorDarkNeutral100Hover, colorDarkNeutral100Inverted, colorDarkNeutral100InvertedHover, colorDarkNeutral100InvertedPress, colorDarkNeutral100Press, colorDarkNeutral1500, colorDarkNeutral1500Hover, colorDarkNeutral1500Inverted, colorDarkNeutral1500InvertedHover, colorDarkNeutral1500InvertedPress, colorDarkNeutral1500Press, colorDarkNeutral200, colorDarkNeutral200Hover, colorDarkNeutral200Inverted, colorDarkNeutral200InvertedHover, colorDarkNeutral200InvertedPress, colorDarkNeutral200Press, colorDarkNeutral300, colorDarkNeutral300Hover, colorDarkNeutral300Inverted, colorDarkNeutral300InvertedHover, colorDarkNeutral300InvertedPress, colorDarkNeutral300Press, colorDarkNeutral400, colorDarkNeutral400Hover, colorDarkNeutral400Inverted, colorDarkNeutral400InvertedHover, colorDarkNeutral400InvertedPress, colorDarkNeutral400Press, colorDarkNeutral500, colorDarkNeutral500Hover, colorDarkNeutral500Inverted, colorDarkNeutral500InvertedHover, colorDarkNeutral500InvertedPress, colorDarkNeutral500Press, colorDarkNeutral700, colorDarkNeutral700Alpha15, colorDarkNeutral700Hover, colorDarkNeutral700Inverted, colorDarkNeutral700InvertedHover, colorDarkNeutral700InvertedPress, colorDarkNeutral700Press, colorDarkNeutralTranslucent0, colorDarkNeutralTranslucent0Hover, colorDarkNeutralTranslucent0Inverted, colorDarkNeutralTranslucent0InvertedHover, colorDarkNeutralTranslucent0InvertedPress, colorDarkNeutralTranslucent0Press, colorDarkNeutralTranslucent100, colorDarkNeutralTranslucent100Hover, colorDarkNeutralTranslucent100Inverted, colorDarkNeutralTranslucent100InvertedHover, colorDarkNeutralTranslucent100InvertedPress, colorDarkNeutralTranslucent100Press, colorDarkNeutralTranslucent1300, colorDarkNeutralTranslucent1300Hover, colorDarkNeutralTranslucent1300Inverted, colorDarkNeutralTranslucent1300InvertedHover, colorDarkNeutralTranslucent1300InvertedPress, colorDarkNeutralTranslucent1300Press, colorDarkNeutralTranslucent1500Hover, colorDarkNeutralTranslucent1500InvertedHover, colorDarkNeutralTranslucent1500InvertedPress, colorDarkNeutralTranslucent1500Press, colorDarkNeutralTranslucent200, colorDarkNeutralTranslucent200Hover, colorDarkNeutralTranslucent200Inverted, colorDarkNeutralTranslucent200InvertedHover, colorDarkNeutralTranslucent200InvertedPress, colorDarkNeutralTranslucent200Press, colorDarkNeutralTranslucent300, colorDarkNeutralTranslucent300Hover, colorDarkNeutralTranslucent300Inverted, colorDarkNeutralTranslucent300InvertedHover, colorDarkNeutralTranslucent300InvertedPress, colorDarkNeutralTranslucent300Press, colorDarkNeutralTranslucent400, colorDarkNeutralTranslucent400Hover, colorDarkNeutralTranslucent400Inverted, colorDarkNeutralTranslucent400InvertedHover, colorDarkNeutralTranslucent400InvertedPress, colorDarkNeutralTranslucent400Press, colorDarkNeutralTranslucent500, colorDarkNeutralTranslucent500Hover, colorDarkNeutralTranslucent500Inverted, colorDarkNeutralTranslucent500InvertedHover, colorDarkNeutralTranslucent500InvertedPress, colorDarkNeutralTranslucent500Press, colorDarkNeutralTranslucent700, colorDarkNeutralTranslucent700Hover, colorDarkNeutralTranslucent700Inverted, colorDarkNeutralTranslucent700InvertedHover, colorDarkNeutralTranslucent700InvertedPress, colorDarkNeutralTranslucent700Press, colorDarkOverlayDefault, colorDarkSpecialbgComponent, colorDarkSpecialbgComponentAlpha14, colorDarkSpecialbgComponentAlpha2, colorDarkSpecialbgComponentAlpha23, colorDarkSpecialbgComponentAlpha30, colorDarkSpecialbgComponentInverted, colorDarkSpecialbgComponentInvertedAlpha30, colorDarkSpecialbgComponentInvertedShade15, colorDarkSpecialbgComponentInvertedShade20, colorDarkSpecialbgComponentTint10, colorDarkSpecialbgComponentTint15, colorDarkSpecialbgComponentTint30, colorDarkSpecialbgComponentTint7, colorDarkSpecialbgNulled, colorDarkSpecialbgOverlay, colorDarkSpecialbgOverlayFallback, colorDarkSpecialbgPrimaryGrouped, colorDarkSpecialbgSecondaryGrouped, colorDarkSpecialbgSecondaryTransparent, colorDarkSpecialbgSecondaryTransparentInverted, colorDarkSpecialbgSecondaryTransparentInvertedShade15, colorDarkSpecialbgSecondaryTransparentInvertedShade20, colorDarkSpecialbgSecondaryTransparentTint15, colorDarkSpecialbgSecondaryTransparentTint7, colorDarkSpecialbgTertiaryGrouped, colorDarkSpecialbgTertiaryTransparent, colorDarkSpecialbgTertiaryTransparentInverted, colorDarkSpecialbgTertiaryTransparentInvertedShade15, colorDarkSpecialbgTertiaryTransparentInvertedShade20, colorDarkSpecialbgTertiaryTransparentTint15, colorDarkSpecialbgTertiaryTransparentTint7, colorDarkStatusAttention, colorDarkStatusAttentionHover, colorDarkStatusAttentionInverted, colorDarkStatusAttentionInvertedHover, colorDarkStatusAttentionInvertedPress, colorDarkStatusAttentionPress, colorDarkStatusInfo, colorDarkStatusInfoAlpha15, colorDarkStatusInfoHover, colorDarkStatusInfoInverted, colorDarkStatusInfoInvertedHover, colorDarkStatusInfoInvertedPress, colorDarkStatusInfoPress, colorDarkStatusMutedAltAttention, colorDarkStatusMutedAltAttentionHover, colorDarkStatusMutedAltAttentionInverted, colorDarkStatusMutedAltAttentionInvertedHover, colorDarkStatusMutedAltAttentionInvertedPress, colorDarkStatusMutedAltAttentionPress, colorDarkStatusMutedAltInfo, colorDarkStatusMutedAltInfoHover, colorDarkStatusMutedAltInfoInverted, colorDarkStatusMutedAltInfoInvertedHover, colorDarkStatusMutedAltInfoInvertedPress, colorDarkStatusMutedAltInfoPress, colorDarkStatusMutedAltNegative, colorDarkStatusMutedAltNegativeHover, colorDarkStatusMutedAltNegativeInverted, colorDarkStatusMutedAltNegativeInvertedHover, colorDarkStatusMutedAltNegativeInvertedPress, colorDarkStatusMutedAltNegativePress, colorDarkStatusMutedAltPositive, colorDarkStatusMutedAltPositiveHover, colorDarkStatusMutedAltPositiveInverted, colorDarkStatusMutedAltPositiveInvertedHover, colorDarkStatusMutedAltPositiveInvertedPress, colorDarkStatusMutedAltPositivePress, colorDarkStatusMutedAttention, colorDarkStatusMutedAttentionHover, colorDarkStatusMutedAttentionInverted, colorDarkStatusMutedAttentionInvertedHover, colorDarkStatusMutedAttentionInvertedPress, colorDarkStatusMutedAttentionPress, colorDarkStatusMutedInfo, colorDarkStatusMutedInfoHover, colorDarkStatusMutedInfoInverted, colorDarkStatusMutedInfoInvertedHover, colorDarkStatusMutedInfoInvertedPress, colorDarkStatusMutedInfoPress, colorDarkStatusMutedNegative, colorDarkStatusMutedNegativeHover, colorDarkStatusMutedNegativeInverted, colorDarkStatusMutedNegativeInvertedHover, colorDarkStatusMutedNegativeInvertedPress, colorDarkStatusMutedNegativePress, colorDarkStatusMutedPositive, colorDarkStatusMutedPositiveHover, colorDarkStatusMutedPositiveInverted, colorDarkStatusMutedPositiveInvertedHover, colorDarkStatusMutedPositiveInvertedPress, colorDarkStatusMutedPositivePress, colorDarkStatusNegative, colorDarkStatusNegativeHover, colorDarkStatusNegativeInverted, colorDarkStatusNegativeInvertedHover, colorDarkStatusNegativeInvertedPress, colorDarkStatusNegativePress, colorDarkStatusPositive, colorDarkStatusPositiveHover, colorDarkStatusPositiveInverted, colorDarkStatusPositiveInvertedHover, colorDarkStatusPositiveInvertedPress, colorDarkStatusPositivePress, colorDarkTextAccent, colorDarkTextAttention, colorDarkTextAttentionHover, colorDarkTextAttentionInverted, colorDarkTextAttentionInvertedHover, colorDarkTextAttentionInvertedPress, colorDarkTextAttentionPress, colorDarkTextDisabled, colorDarkTextDisabledInverted, colorDarkTextDisabledTransparent, colorDarkTextInfo, colorDarkTextInfoHover, colorDarkTextInfoInverted, colorDarkTextInfoInvertedHover, colorDarkTextInfoInvertedPress, colorDarkTextInfoPress, colorDarkTextLink, colorDarkTextLinkShade30, colorDarkTextLinkShade50, colorDarkTextLinkTint20, colorDarkTextLinkTint40, colorDarkTextNegative, colorDarkTextNegativeHover, colorDarkTextNegativeInverted, colorDarkTextNegativeInvertedHover, colorDarkTextNegativeInvertedPress, colorDarkTextNegativePress, colorDarkTextPositive, colorDarkTextPositiveHover, colorDarkTextPositiveInverted, colorDarkTextPositiveInvertedHover, colorDarkTextPositiveInvertedPress, colorDarkTextPositivePress, colorDarkTextPrimary, colorDarkTextPrimaryAlpha30, colorDarkTextPrimaryHover, colorDarkTextPrimaryInverted, colorDarkTextPrimaryInvertedAlpha30, colorDarkTextPrimaryInvertedAlpha40, colorDarkTextPrimaryInvertedHover, colorDarkTextPrimaryInvertedPress, colorDarkTextPrimaryInvertedShade20, colorDarkTextPrimaryInvertedShade30, colorDarkTextPrimaryInvertedTint15, colorDarkTextPrimaryInvertedTint24, colorDarkTextPrimaryInvertedTint30, colorDarkTextPrimaryInvertedTint40, colorDarkTextPrimaryInvertedTint50, colorDarkTextPrimaryInvertedTint7, colorDarkTextPrimaryPress, colorDarkTextPrimaryShade24, colorDarkTextPrimaryShade30, colorDarkTextPrimaryShade40, colorDarkTextPrimaryShade50, colorDarkTextPrimaryTint20, colorDarkTextPrimaryTint40, colorDarkTextQuaternary, colorDarkTextQuaternaryInverted, colorDarkTextSecondary, colorDarkTextSecondaryHover, colorDarkTextSecondaryInverted, colorDarkTextSecondaryInvertedHover, colorDarkTextSecondaryInvertedPress, colorDarkTextSecondaryInvertedShade20, colorDarkTextSecondaryInvertedShade30, colorDarkTextSecondaryInvertedTransparent, colorDarkTextSecondaryPress, colorDarkTextSecondaryShade20, colorDarkTextSecondaryShade30, colorDarkTextSecondaryTint20, colorDarkTextSecondaryTint40, colorDarkTextSecondaryTransparent, colorDarkTextTertiary, colorDarkTextTertiaryHover, colorDarkTextTertiaryInverted, colorDarkTextTertiaryInvertedHover, colorDarkTextTertiaryInvertedPress, colorDarkTextTertiaryInvertedTransparent, colorDarkTextTertiaryPress, colorDarkTextTertiaryTransparent, colorDarkTransparentDefault, colorDarkTransparentDefaultHover, colorDarkTransparentDefaultInvertedHover, colorDarkTransparentDefaultInvertedPress, colorDarkTransparentDefaultPress, colorDynamicNulled, colorDynamicPrimaryDark, colorDynamicPrimaryLight, colorDynamicQuaternaryDark, colorDynamicQuaternaryLight, colorDynamicQuinaryDark, colorDynamicQuinaryLight, colorDynamicSecondaryDark, colorDynamicSecondaryLight, colorDynamicSenaryDark, colorDynamicSenaryLight, colorDynamicTertiaryDark, colorDynamicTertiaryLight, colorGreenDone, colorGreenDone05, colorGreenDone05Flat, colorGreenDone10, colorGreenDone10Flat, colorGreenDone20, colorGreenDone20Flat, colorGreenText, colorGreenText60, colorGreenText60Flat, colorLavender, colorLightAccentPrimary, colorLightAccentPrimaryHover, colorLightAccentPrimaryInverted, colorLightAccentPrimaryInvertedHover, colorLightAccentPrimaryInvertedPress, colorLightAccentPrimaryPress, colorLightAccentSecondary, colorLightAccentSecondaryHover, colorLightAccentSecondaryInverted, colorLightAccentSecondaryInvertedHover, colorLightAccentSecondaryInvertedPress, colorLightAccentSecondaryPress, colorLightBaseBgAltPrimary, colorLightBaseBgAltPrimaryInverted, colorLightBaseBgAltSecondary, colorLightBaseBgAltSecondaryInverted, colorLightBaseBgAltTertiary, colorLightBaseBgAltTertiaryInverted, colorLightBaseBgPrimary, colorLightBaseBgPrimaryInverted, colorLightBaseBgSecondary, colorLightBaseBgSecondaryInverted, colorLightBaseBgTertiary, colorLightBaseBgTertiaryInverted, colorLightBgAccent, colorLightBgAccentAlpha30, colorLightBgAccentShade10, colorLightBgAccentShade15, colorLightBgAccentShade30, colorLightBgAccentShade7, colorLightBgAccentTint15, colorLightBgAccentTint20, colorLightBgAttentionMuted, colorLightBgComponent, colorLightBgComponentInverted, colorLightBgInfo, colorLightBgInfoMuted, colorLightBgLinkMuted, colorLightBgNegativeMuted, colorLightBgNeutral, colorLightBgNulled, colorLightBgOpaque, colorLightBgOverlay, colorLightBgPositiveMuted, colorLightBgPrimary, colorLightBgPrimaryAlpha12, colorLightBgPrimaryAlpha15, colorLightBgPrimaryAlpha16, colorLightBgPrimaryAlpha20, colorLightBgPrimaryAlpha30, colorLightBgPrimaryAlpha32, colorLightBgPrimaryAlpha37, colorLightBgPrimaryAlpha4, colorLightBgPrimaryAlpha40, colorLightBgPrimaryAlpha8, colorLightBgPrimaryGrouped, colorLightBgPrimaryInverted, colorLightBgPrimaryInvertedAlpha10, colorLightBgPrimaryInvertedAlpha12, colorLightBgPrimaryInvertedAlpha15, colorLightBgPrimaryInvertedAlpha16, colorLightBgPrimaryInvertedAlpha20, colorLightBgPrimaryInvertedAlpha24, colorLightBgPrimaryInvertedAlpha3, colorLightBgPrimaryInvertedAlpha30, colorLightBgPrimaryInvertedAlpha32, colorLightBgPrimaryInvertedAlpha4, colorLightBgPrimaryInvertedAlpha40, colorLightBgPrimaryInvertedAlpha5, colorLightBgPrimaryInvertedAlpha50, colorLightBgPrimaryInvertedAlpha7, colorLightBgPrimaryInvertedAlpha8, colorLightBgPrimaryInvertedTint15, colorLightBgPrimaryInvertedTint20, colorLightBgPrimaryInvertedTint7, colorLightBgPrimaryShade15, colorLightBgPrimaryShade7, colorLightBgQuaternary, colorLightBgQuaternaryAlpha30, colorLightBgQuaternaryInverted, colorLightBgQuaternaryInvertedAlpha30, colorLightBgQuaternaryInvertedTint15, colorLightBgQuaternaryInvertedTint20, colorLightBgQuaternaryShade10, colorLightBgQuaternaryShade15, colorLightBgQuaternaryShade30, colorLightBgQuaternaryShade7, colorLightBgSecondary, colorLightBgSecondaryAlpha30, colorLightBgSecondaryGrouped, colorLightBgSecondaryInverted, colorLightBgSecondaryInvertedAlpha30, colorLightBgSecondaryInvertedShade15, colorLightBgSecondaryInvertedShade7, colorLightBgSecondaryInvertedTint15, colorLightBgSecondaryInvertedTint20, colorLightBgSecondaryShade15, colorLightBgSecondaryShade7, colorLightBgSecondaryTint15, colorLightBgSecondaryTint20, colorLightBgTertiary, colorLightBgTertiaryGrouped, colorLightBgTertiaryInverted, colorLightBgTertiaryShade7, colorLightBlue, colorLightBorderAccent, colorLightBorderKey, colorLightBorderKeyAlpha15, colorLightBorderKeyAlpha7, colorLightBorderKeyInverted, colorLightBorderKeyInvertedAlpha15, colorLightBorderKeyInvertedAlpha7, colorLightBorderLink, colorLightBorderPrimary, colorLightBorderPrimaryInverted, colorLightBorderSecondary, colorLightBorderSecondaryInverted, colorLightBorderTertiary, colorLightBorderTertiaryInverted, colorLightBorderUnderline, colorLightBorderUnderlineAlpha30, colorLightBorderUnderlineInverted, colorLightBorderUnderlineInvertedAlpha30, colorLightGraphicAccent, colorLightGraphicAccentAlpha30, colorLightGraphicAccentShade10, colorLightGraphicAccentShade15, colorLightGraphicAccentShade30, colorLightGraphicAccentShade7, colorLightGraphicAccentTint15, colorLightGraphicAttention, colorLightGraphicLink, colorLightGraphicLinkAlpha15, colorLightGraphicNegative, colorLightGraphicNegativeAlpha10, colorLightGraphicNegativeAlpha30, colorLightGraphicNegativeAlpha40, colorLightGraphicNegativeShade15, colorLightGraphicNegativeShade30, colorLightGraphicNegativeShade7, colorLightGraphicNegativeTint20, colorLightGraphicNegativeTint30, colorLightGraphicNeutral, colorLightGraphicPositive, colorLightGraphicPositiveAlpha10, colorLightGraphicPositiveShade10, colorLightGraphicPositiveShade30, colorLightGraphicPrimary, colorLightGraphicPrimaryAlpha30, colorLightGraphicPrimaryAlpha40, colorLightGraphicPrimaryAlpha50, colorLightGraphicPrimaryAlpha60, colorLightGraphicPrimaryInverted, colorLightGraphicPrimaryInvertedAlpha30, colorLightGraphicPrimaryInvertedAlpha40, colorLightGraphicPrimaryInvertedAlpha50, colorLightGraphicPrimaryInvertedAlpha60, colorLightGraphicPrimaryInvertedShade10, colorLightGraphicPrimaryInvertedShade15, colorLightGraphicPrimaryInvertedShade30, colorLightGraphicPrimaryInvertedShade7, colorLightGraphicPrimaryShade10, colorLightGraphicPrimaryShade30, colorLightGraphicPrimaryTint15, colorLightGraphicPrimaryTint20, colorLightGraphicPrimaryTint30, colorLightGraphicQuaternary, colorLightGraphicQuaternaryInverted, colorLightGraphicQuaternaryShade10, colorLightGraphicSecondary, colorLightGraphicSecondaryAlpha30, colorLightGraphicSecondaryInverted, colorLightGraphicSecondaryInvertedAlpha30, colorLightGraphicSecondaryInvertedShade10, colorLightGraphicSecondaryInvertedShade30, colorLightGraphicSecondaryInvertedTint15, colorLightGraphicSecondaryInvertedTint20, colorLightGraphicSecondaryShade30, colorLightGraphicSecondaryShade50, colorLightGraphicTertiary, colorLightGraphicTertiaryAlpha30, colorLightGraphicTertiaryInverted, colorLightGraphicTertiaryInvertedAlpha30, colorLightGraphicTertiaryInvertedTint15, colorLightGraphicTertiaryInvertedTint20, colorLightGraphicTertiaryShade15, colorLightGraphicTertiaryShade7, colorLightGraphicTertiaryTint15, colorLightGraphicTertiaryTint20, colorLightModalBgAltPrimary, colorLightModalBgAltPrimaryInverted, colorLightModalBgAltSecondary, colorLightModalBgAltSecondaryInverted, colorLightModalBgAltTertiary, colorLightModalBgAltTertiaryInverted, colorLightModalBgPrimary, colorLightModalBgPrimaryInverted, colorLightModalBgSecondary, colorLightModalBgSecondaryInverted, colorLightModalBgTertiary, colorLightModalBgTertiaryInverted, colorLightNeutral0, colorLightNeutral0Hover, colorLightNeutral0Inverted, colorLightNeutral0InvertedHover, colorLightNeutral0InvertedPress, colorLightNeutral0Press, colorLightNeutral100, colorLightNeutral100Hover, colorLightNeutral100Inverted, colorLightNeutral100InvertedHover, colorLightNeutral100InvertedPress, colorLightNeutral100Press, colorLightNeutral1500, colorLightNeutral1500Hover, colorLightNeutral1500Inverted, colorLightNeutral1500InvertedHover, colorLightNeutral1500InvertedPress, colorLightNeutral1500Press, colorLightNeutral200, colorLightNeutral200Hover, colorLightNeutral200Inverted, colorLightNeutral200InvertedHover, colorLightNeutral200InvertedPress, colorLightNeutral200Press, colorLightNeutral300, colorLightNeutral300Hover, colorLightNeutral300Inverted, colorLightNeutral300InvertedHover, colorLightNeutral300InvertedPress, colorLightNeutral300Press, colorLightNeutral400, colorLightNeutral400Hover, colorLightNeutral400Inverted, colorLightNeutral400InvertedHover, colorLightNeutral400InvertedPress, colorLightNeutral400Press, colorLightNeutral500, colorLightNeutral500Hover, colorLightNeutral500Inverted, colorLightNeutral500InvertedHover, colorLightNeutral500InvertedPress, colorLightNeutral500Press, colorLightNeutral700, colorLightNeutral700Alpha15, colorLightNeutral700Hover, colorLightNeutral700Inverted, colorLightNeutral700InvertedHover, colorLightNeutral700InvertedPress, colorLightNeutral700Press, colorLightNeutralTranslucent0, colorLightNeutralTranslucent0Hover, colorLightNeutralTranslucent0Inverted, colorLightNeutralTranslucent0InvertedHover, colorLightNeutralTranslucent0InvertedPress, colorLightNeutralTranslucent0Press, colorLightNeutralTranslucent100, colorLightNeutralTranslucent100Hover, colorLightNeutralTranslucent100Inverted, colorLightNeutralTranslucent100InvertedHover, colorLightNeutralTranslucent100InvertedPress, colorLightNeutralTranslucent100Press, colorLightNeutralTranslucent1300, colorLightNeutralTranslucent1300Hover, colorLightNeutralTranslucent1300Inverted, colorLightNeutralTranslucent1300InvertedHover, colorLightNeutralTranslucent1300InvertedPress, colorLightNeutralTranslucent1300Press, colorLightNeutralTranslucent1500Hover, colorLightNeutralTranslucent1500InvertedHover, colorLightNeutralTranslucent1500InvertedPress, colorLightNeutralTranslucent1500Press, colorLightNeutralTranslucent200, colorLightNeutralTranslucent200Hover, colorLightNeutralTranslucent200Inverted, colorLightNeutralTranslucent200InvertedHover, colorLightNeutralTranslucent200InvertedPress, colorLightNeutralTranslucent200Press, colorLightNeutralTranslucent300, colorLightNeutralTranslucent300Hover, colorLightNeutralTranslucent300Inverted, colorLightNeutralTranslucent300InvertedHover, colorLightNeutralTranslucent300InvertedPress, colorLightNeutralTranslucent300Press, colorLightNeutralTranslucent400, colorLightNeutralTranslucent400Hover, colorLightNeutralTranslucent400Inverted, colorLightNeutralTranslucent400InvertedHover, colorLightNeutralTranslucent400InvertedPress, colorLightNeutralTranslucent400Press, colorLightNeutralTranslucent500, colorLightNeutralTranslucent500Hover, colorLightNeutralTranslucent500Inverted, colorLightNeutralTranslucent500InvertedHover, colorLightNeutralTranslucent500InvertedPress, colorLightNeutralTranslucent500Press, colorLightNeutralTranslucent700, colorLightNeutralTranslucent700Hover, colorLightNeutralTranslucent700Inverted, colorLightNeutralTranslucent700InvertedHover, colorLightNeutralTranslucent700InvertedPress, colorLightNeutralTranslucent700Press, colorLightOverlayDefault, colorLightSpecialbgComponent, colorLightSpecialbgComponentAlpha14, colorLightSpecialbgComponentAlpha2, colorLightSpecialbgComponentAlpha23, colorLightSpecialbgComponentAlpha30, colorLightSpecialbgComponentInverted, colorLightSpecialbgComponentInvertedAlpha30, colorLightSpecialbgComponentInvertedTint15, colorLightSpecialbgComponentInvertedTint20, colorLightSpecialbgComponentShade10, colorLightSpecialbgComponentShade15, colorLightSpecialbgComponentShade30, colorLightSpecialbgComponentShade7, colorLightSpecialbgNulled, colorLightSpecialbgOverlay, colorLightSpecialbgOverlayFallback, colorLightSpecialbgPrimaryGrouped, colorLightSpecialbgSecondaryGrouped, colorLightSpecialbgSecondaryTransparent, colorLightSpecialbgSecondaryTransparentInverted, colorLightSpecialbgSecondaryTransparentInvertedTint15, colorLightSpecialbgSecondaryTransparentInvertedTint20, colorLightSpecialbgSecondaryTransparentShade15, colorLightSpecialbgSecondaryTransparentShade7, colorLightSpecialbgTertiaryGrouped, colorLightSpecialbgTertiaryTransparent, colorLightSpecialbgTertiaryTransparentInverted, colorLightSpecialbgTertiaryTransparentInvertedTint15, colorLightSpecialbgTertiaryTransparentInvertedTint20, colorLightSpecialbgTertiaryTransparentShade15, colorLightSpecialbgTertiaryTransparentShade7, colorLightStatusAttention, colorLightStatusAttentionHover, colorLightStatusAttentionInverted, colorLightStatusAttentionInvertedHover, colorLightStatusAttentionInvertedPress, colorLightStatusAttentionPress, colorLightStatusInfo, colorLightStatusInfoAlpha15, colorLightStatusInfoHover, colorLightStatusInfoInverted, colorLightStatusInfoInvertedHover, colorLightStatusInfoInvertedPress, colorLightStatusInfoPress, colorLightStatusMutedAltAttention, colorLightStatusMutedAltAttentionHover, colorLightStatusMutedAltAttentionInverted, colorLightStatusMutedAltAttentionInvertedHover, colorLightStatusMutedAltAttentionInvertedPress, colorLightStatusMutedAltAttentionPress, colorLightStatusMutedAltInfo, colorLightStatusMutedAltInfoHover, colorLightStatusMutedAltInfoInverted, colorLightStatusMutedAltInfoInvertedHover, colorLightStatusMutedAltInfoInvertedPress, colorLightStatusMutedAltInfoPress, colorLightStatusMutedAltNegative, colorLightStatusMutedAltNegativeHover, colorLightStatusMutedAltNegativeInverted, colorLightStatusMutedAltNegativeInvertedHover, colorLightStatusMutedAltNegativeInvertedPress, colorLightStatusMutedAltNegativePress, colorLightStatusMutedAltPositive, colorLightStatusMutedAltPositiveHover, colorLightStatusMutedAltPositiveInverted, colorLightStatusMutedAltPositiveInvertedHover, colorLightStatusMutedAltPositiveInvertedPress, colorLightStatusMutedAltPositivePress, colorLightStatusMutedAttention, colorLightStatusMutedAttentionHover, colorLightStatusMutedAttentionInverted, colorLightStatusMutedAttentionInvertedHover, colorLightStatusMutedAttentionInvertedPress, colorLightStatusMutedAttentionPress, colorLightStatusMutedInfo, colorLightStatusMutedInfoHover, colorLightStatusMutedInfoInverted, colorLightStatusMutedInfoInvertedHover, colorLightStatusMutedInfoInvertedPress, colorLightStatusMutedInfoPress, colorLightStatusMutedNegative, colorLightStatusMutedNegativeHover, colorLightStatusMutedNegativeInverted, colorLightStatusMutedNegativeInvertedHover, colorLightStatusMutedNegativeInvertedPress, colorLightStatusMutedNegativePress, colorLightStatusMutedPositive, colorLightStatusMutedPositiveHover, colorLightStatusMutedPositiveInverted, colorLightStatusMutedPositiveInvertedHover, colorLightStatusMutedPositiveInvertedPress, colorLightStatusMutedPositivePress, colorLightStatusNegative, colorLightStatusNegativeHover, colorLightStatusNegativeInverted, colorLightStatusNegativeInvertedHover, colorLightStatusNegativeInvertedPress, colorLightStatusNegativePress, colorLightStatusPositive, colorLightStatusPositiveHover, colorLightStatusPositiveInverted, colorLightStatusPositiveInvertedHover, colorLightStatusPositiveInvertedPress, colorLightStatusPositivePress, colorLightTextAccent, colorLightTextAttention, colorLightTextAttentionHover, colorLightTextAttentionInverted, colorLightTextAttentionInvertedHover, colorLightTextAttentionInvertedPress, colorLightTextAttentionPress, colorLightTextDisabled, colorLightTextDisabledInverted, colorLightTextDisabledTransparent, colorLightTextInfo, colorLightTextInfoHover, colorLightTextInfoInverted, colorLightTextInfoInvertedHover, colorLightTextInfoInvertedPress, colorLightTextInfoPress, colorLightTextLink, colorLightTextLinkShade20, colorLightTextLinkShade40, colorLightTextLinkTint30, colorLightTextLinkTint50, colorLightTextNegative, colorLightTextNegativeHover, colorLightTextNegativeInverted, colorLightTextNegativeInvertedHover, colorLightTextNegativeInvertedPress, colorLightTextNegativePress, colorLightTextPositive, colorLightTextPositiveHover, colorLightTextPositiveInverted, colorLightTextPositiveInvertedHover, colorLightTextPositiveInvertedPress, colorLightTextPositivePress, colorLightTextPrimary, colorLightTextPrimaryAlpha30, colorLightTextPrimaryHover, colorLightTextPrimaryInverted, colorLightTextPrimaryInvertedAlpha30, colorLightTextPrimaryInvertedAlpha40, colorLightTextPrimaryInvertedHover, colorLightTextPrimaryInvertedPress, colorLightTextPrimaryInvertedShade15, colorLightTextPrimaryInvertedShade24, colorLightTextPrimaryInvertedShade30, colorLightTextPrimaryInvertedShade40, colorLightTextPrimaryInvertedShade50, colorLightTextPrimaryInvertedShade7, colorLightTextPrimaryInvertedTint20, colorLightTextPrimaryInvertedTint30, colorLightTextPrimaryPress, colorLightTextPrimaryShade20, colorLightTextPrimaryShade40, colorLightTextPrimaryTint24, colorLightTextPrimaryTint30, colorLightTextPrimaryTint40, colorLightTextPrimaryTint50, colorLightTextQuaternary, colorLightTextQuaternaryInverted, colorLightTextSecondary, colorLightTextSecondaryHover, colorLightTextSecondaryInverted, colorLightTextSecondaryInvertedHover, colorLightTextSecondaryInvertedPress, colorLightTextSecondaryInvertedTint20, colorLightTextSecondaryInvertedTint30, colorLightTextSecondaryInvertedTransparent, colorLightTextSecondaryPress, colorLightTextSecondaryShade20, colorLightTextSecondaryShade40, colorLightTextSecondaryTint20, colorLightTextSecondaryTint30, colorLightTextSecondaryTransparent, colorLightTextTertiary, colorLightTextTertiaryHover, colorLightTextTertiaryInverted, colorLightTextTertiaryInvertedHover, colorLightTextTertiaryInvertedPress, colorLightTextTertiaryInvertedTransparent, colorLightTextTertiaryPress, colorLightTextTertiaryTransparent, colorLightTransparentDefault, colorLightTransparentDefaultHover, colorLightTransparentDefaultInvertedHover, colorLightTransparentDefaultInvertedPress, colorLightTransparentDefaultPress, colorRedBrand, colorRedBrand05Flat, colorRedBrand10, colorRedBrand10Flat, colorRedBrand20, colorRedBrand20Flat, colorRedBrand30, colorRedBrand30Flat, colorRedBrand50, colorRedBrand50Flat, colorRedBrand70, colorRedBrand70Flat, colorRedBrand85, colorRedBrand85Flat, colorRedDark, colorRedError, colorSand, colorStaticAccentPrimary, colorStaticAccentPrimaryHover, colorStaticAccentPrimaryInverted, colorStaticAccentPrimaryInvertedHover, colorStaticAccentPrimaryInvertedPress, colorStaticAccentPrimaryPress, colorStaticAccentSecondary, colorStaticAccentSecondaryHover, colorStaticAccentSecondaryInverted, colorStaticAccentSecondaryInvertedHover, colorStaticAccentSecondaryInvertedPress, colorStaticAccentSecondaryPress, colorStaticBgAccent, colorStaticBgDark, colorStaticBgLight, colorStaticBgNeutralDark, colorStaticBgNeutralLight, colorStaticBgPrimaryDark, colorStaticBgPrimaryDarkAlpha10, colorStaticBgPrimaryDarkAlpha20, colorStaticBgPrimaryDarkTint15, colorStaticBgPrimaryDarkTint20, colorStaticBgPrimaryLight, colorStaticBgQuaternaryDark, colorStaticBgQuaternaryLight, colorStaticBgSecondaryDark, colorStaticBgSecondaryLight, colorStaticBgTertiaryDark, colorStaticBgTertiaryLight, colorStaticBorderAccent, colorStaticCorpbgNeutral, colorStaticCorpbgPrimary, colorStaticCorpbgSecondary, colorStaticCorpbgTertiary, colorStaticGraphicAccent, colorStaticGraphicAmethyst, colorStaticGraphicBlackberry, colorStaticGraphicBlueChill, colorStaticGraphicBlueChillOld, colorStaticGraphicBlueMaya, colorStaticGraphicBlueMoody, colorStaticGraphicBlueSteel, colorStaticGraphicBotticelli, colorStaticGraphicBoulder, colorStaticGraphicBoulderOld, colorStaticGraphicBrinkPink, colorStaticGraphicBrinkPinkOld, colorStaticGraphicBurntSienna, colorStaticGraphicBurntSiennaOld, colorStaticGraphicCarrot, colorStaticGraphicChatelle, colorStaticGraphicChatelleOld, colorStaticGraphicChathamsBlue, colorStaticGraphicChathamsBlueOld, colorStaticGraphicChick, colorStaticGraphicCrete, colorStaticGraphicCuriousBlue, colorStaticGraphicCuriousBlueLight, colorStaticGraphicCuriousBlueLightOld, colorStaticGraphicDark, colorStaticGraphicEasternBlue, colorStaticGraphicFrenchLilac, colorStaticGraphicFuelYellow, colorStaticGraphicFunBlue, colorStaticGraphicFunBlueOld, colorStaticGraphicGallery, colorStaticGraphicGreenJungle, colorStaticGraphicHippieBlue, colorStaticGraphicHippieBlueOld, colorStaticGraphicJaffa, colorStaticGraphicJaffaLight, colorStaticGraphicJaffaLightOld, colorStaticGraphicJava, colorStaticGraphicJavaOld, colorStaticGraphicJungleGreen, colorStaticGraphicLavender, colorStaticGraphicLight, colorStaticGraphicLightShade15, colorStaticGraphicLightShade7, colorStaticGraphicMantis, colorStaticGraphicMantisOld, colorStaticGraphicMatisse, colorStaticGraphicMatisseOld, colorStaticGraphicMaya, colorStaticGraphicMilanoRed, colorStaticGraphicMilanoRedOld, colorStaticGraphicMirage, colorStaticGraphicMirageOld, colorStaticGraphicMoonRaker, colorStaticGraphicMossGreen, colorStaticGraphicNevada, colorStaticGraphicNevadaOld, colorStaticGraphicOlive, colorStaticGraphicOlivine, colorStaticGraphicOlivineOld, colorStaticGraphicPeach, colorStaticGraphicPermission, colorStaticGraphicPersimmon, colorStaticGraphicPewter, colorStaticGraphicPewterOld, colorStaticGraphicPickledBluewood, colorStaticGraphicPickledBluewoodOld, colorStaticGraphicPorsche, colorStaticGraphicPorscheOld, colorStaticGraphicRaspberry, colorStaticGraphicRedDamask, colorStaticGraphicRedDamaskOld, colorStaticGraphicSaffron, colorStaticGraphicSaffronOld, colorStaticGraphicSalomie, colorStaticGraphicSand, colorStaticGraphicSandyBrown, colorStaticGraphicSandybrownOld, colorStaticGraphicSeawater, colorStaticGraphicSerenade, colorStaticGraphicSky, colorStaticGraphicSoftPeach, colorStaticGraphicSolitude, colorStaticGraphicStrawberry, colorStaticGraphicSundust, colorStaticGraphicTurkishRose, colorStaticGraphicTurkishRoseOld, colorStaticGraphicTurquoiseBlue, colorStaticGraphicTurquoiseBlueOld, colorStaticGraphicValencia, colorStaticGraphicValenciaOld, colorStaticGraphicWaikawaGray, colorStaticGraphicWaikawaGrayOld, colorStaticGraphicWhisper, colorStaticGraphicZanah, colorStaticLocalLightBlue, colorStaticNeutral0, colorStaticNeutral0Hover, colorStaticNeutral0Inverted, colorStaticNeutral0InvertedHover, colorStaticNeutral0InvertedPress, colorStaticNeutral0Press, colorStaticNeutral100, colorStaticNeutral100Hover, colorStaticNeutral100Inverted, colorStaticNeutral100InvertedHover, colorStaticNeutral100InvertedPress, colorStaticNeutral100Press, colorStaticNeutral1500, colorStaticNeutral1500Hover, colorStaticNeutral1500Inverted, colorStaticNeutral1500InvertedHover, colorStaticNeutral1500InvertedPress, colorStaticNeutral1500Press, colorStaticNeutral200, colorStaticNeutral200Hover, colorStaticNeutral200Inverted, colorStaticNeutral200InvertedHover, colorStaticNeutral200InvertedPress, colorStaticNeutral200Press, colorStaticNeutral300, colorStaticNeutral300Hover, colorStaticNeutral300Inverted, colorStaticNeutral300InvertedHover, colorStaticNeutral300InvertedPress, colorStaticNeutral300Press, colorStaticNeutral400, colorStaticNeutral400Hover, colorStaticNeutral400Inverted, colorStaticNeutral400InvertedHover, colorStaticNeutral400InvertedPress, colorStaticNeutral400Press, colorStaticNeutral500, colorStaticNeutral500Hover, colorStaticNeutral500Inverted, colorStaticNeutral500InvertedHover, colorStaticNeutral500InvertedPress, colorStaticNeutral500Press, colorStaticNeutral700, colorStaticNeutral700Hover, colorStaticNeutral700Inverted, colorStaticNeutral700InvertedHover, colorStaticNeutral700InvertedPress, colorStaticNeutral700Press, colorStaticNeutralTranslucent0, colorStaticNeutralTranslucent0Hover, colorStaticNeutralTranslucent0Inverted, colorStaticNeutralTranslucent0InvertedHover, colorStaticNeutralTranslucent0InvertedPress, colorStaticNeutralTranslucent0Press, colorStaticNeutralTranslucent100, colorStaticNeutralTranslucent100Hover, colorStaticNeutralTranslucent100Inverted, colorStaticNeutralTranslucent100InvertedHover, colorStaticNeutralTranslucent100InvertedPress, colorStaticNeutralTranslucent100Press, colorStaticNeutralTranslucent1300, colorStaticNeutralTranslucent1300Hover, colorStaticNeutralTranslucent1300Inverted, colorStaticNeutralTranslucent1300InvertedHover, colorStaticNeutralTranslucent1300InvertedPress, colorStaticNeutralTranslucent1300Press, colorStaticNeutralTranslucent1500Hover, colorStaticNeutralTranslucent1500InvertedHover, colorStaticNeutralTranslucent1500InvertedPress, colorStaticNeutralTranslucent1500Press, colorStaticNeutralTranslucent200, colorStaticNeutralTranslucent200Hover, colorStaticNeutralTranslucent200Inverted, colorStaticNeutralTranslucent200InvertedHover, colorStaticNeutralTranslucent200InvertedPress, colorStaticNeutralTranslucent200Press, colorStaticNeutralTranslucent300, colorStaticNeutralTranslucent300Hover, colorStaticNeutralTranslucent300Inverted, colorStaticNeutralTranslucent300InvertedHover, colorStaticNeutralTranslucent300InvertedPress, colorStaticNeutralTranslucent300Press, colorStaticNeutralTranslucent400, colorStaticNeutralTranslucent400Hover, colorStaticNeutralTranslucent400Inverted, colorStaticNeutralTranslucent400InvertedHover, colorStaticNeutralTranslucent400InvertedPress, colorStaticNeutralTranslucent400Press, colorStaticNeutralTranslucent500, colorStaticNeutralTranslucent500Hover, colorStaticNeutralTranslucent500Inverted, colorStaticNeutralTranslucent500InvertedHover, colorStaticNeutralTranslucent500InvertedPress, colorStaticNeutralTranslucent500Press, colorStaticNeutralTranslucent700, colorStaticNeutralTranslucent700Hover, colorStaticNeutralTranslucent700Inverted, colorStaticNeutralTranslucent700InvertedHover, colorStaticNeutralTranslucent700InvertedPress, colorStaticNeutralTranslucent700Press, colorStaticNulled, colorStaticOverlayBlackHigh, colorStaticOverlayBlackLow, colorStaticOverlayBlackNormal, colorStaticOverlayBlackXhigh, colorStaticOverlayBlackXlow, colorStaticOverlayIndigoHigh, colorStaticOverlayIndigoLow, colorStaticOverlayIndigoNormal, colorStaticOverlayIndigoXhigh, colorStaticOverlayIndigoXlow, colorStaticOverlayWhiteHigh, colorStaticOverlayWhiteLow, colorStaticOverlayWhiteNormal, colorStaticOverlayWhiteXhigh, colorStaticOverlayWhiteXlow, colorStaticPrimaryDark, colorStaticPrimaryLight, colorStaticQuaternaryDark, colorStaticQuaternaryLight, colorStaticQuinaryDark, colorStaticQuinaryLight, colorStaticSecondaryDark, colorStaticSecondaryLight, colorStaticSenaryDark, colorStaticSenaryLight, colorStaticStatusAttention, colorStaticStatusAttentionInverted, colorStaticStatusBlue, colorStaticStatusBlueAlpha10, colorStaticStatusGreen, colorStaticStatusGreenAlpha10, colorStaticStatusGrey, colorStaticStatusGreyAlpha10, colorStaticStatusInfo, colorStaticStatusInfoInverted, colorStaticStatusMutedAltAttention, colorStaticStatusMutedAltAttentionInverted, colorStaticStatusMutedAltInfo, colorStaticStatusMutedAltInfoInverted, colorStaticStatusMutedAltNegative, colorStaticStatusMutedAltNegativeInverted, colorStaticStatusMutedAltPositive, colorStaticStatusMutedAltPositiveInverted, colorStaticStatusMutedAttention, colorStaticStatusMutedAttentionInverted, colorStaticStatusMutedInfo, colorStaticStatusMutedInfoInverted, colorStaticStatusMutedNegative, colorStaticStatusMutedNegativeInverted, colorStaticStatusMutedPositive, colorStaticStatusMutedPositiveInverted, colorStaticStatusNegative, colorStaticStatusNegativeInverted, colorStaticStatusOrange, colorStaticStatusOrangeAlpha10, colorStaticStatusPositive, colorStaticStatusPositiveInverted, colorStaticStatusPurple, colorStaticStatusPurpleAlpha10, colorStaticStatusRed, colorStaticStatusRedAlpha10, colorStaticStatusTeal, colorStaticStatusTealAlpha10, colorStaticTertiaryDark, colorStaticTertiaryLight, colorStaticTextAccent, colorStaticTextAttention, colorStaticTextAttentionHover, colorStaticTextAttentionInverted, colorStaticTextAttentionInvertedHover, colorStaticTextAttentionInvertedPress, colorStaticTextAttentionPress, colorStaticTextInfo, colorStaticTextInfoHover, colorStaticTextInfoInverted, colorStaticTextInfoInvertedHover, colorStaticTextInfoInvertedPress, colorStaticTextInfoPress, colorStaticTextNegative, colorStaticTextNegativeHover, colorStaticTextNegativeInverted, colorStaticTextNegativeInvertedHover, colorStaticTextNegativeInvertedPress, colorStaticTextNegativePress, colorStaticTextPositive, colorStaticTextPositiveHover, colorStaticTextPositiveInverted, colorStaticTextPositiveInvertedHover, colorStaticTextPositiveInvertedPress, colorStaticTextPositivePress, colorStaticTextPrimary, colorStaticTextPrimaryDark, colorStaticTextPrimaryHover, colorStaticTextPrimaryInverted, colorStaticTextPrimaryInvertedHover, colorStaticTextPrimaryInvertedPress, colorStaticTextPrimaryLight, colorStaticTextPrimaryLightAlpha30, colorStaticTextPrimaryPress, colorStaticTextQuaternary, colorStaticTextQuaternaryInverted, colorStaticTextSecondary, colorStaticTextSecondaryDark, colorStaticTextSecondaryDarkTransparent, colorStaticTextSecondaryHover, colorStaticTextSecondaryInverted, colorStaticTextSecondaryInvertedHover, colorStaticTextSecondaryInvertedPress, colorStaticTextSecondaryLight, colorStaticTextSecondaryLightTransparent, colorStaticTextSecondaryPress, colorStaticTextTertiary, colorStaticTextTertiaryDark, colorStaticTextTertiaryDarkTransparent, colorStaticTextTertiaryHover, colorStaticTextTertiaryInverted, colorStaticTextTertiaryInvertedHover, colorStaticTextTertiaryInvertedPress, colorStaticTextTertiaryLight, colorStaticTextTertiaryLightTransparent, colorStaticTextTertiaryPress, colorWhite, colorWhite10, colorWhite30, colorWhite60, fontFamilyStyrene, fontFamilySystem, gap2xl, gap2xlNeg, gap2xs, gap2xsNeg, gap3xl, gap3xlNeg, gap3xs, gap3xsNeg, gap4xl, gap4xlNeg, gap5xl, gap5xlNeg, gap6xl, gap6xlNeg, gap7xl, gap7xlNeg, gap8xl, gap8xlNeg, gapL, gapLNeg, gapM, gapMNeg, gapS, gapSNeg, gapXl, gapXlNeg, gapXs, gapXsNeg, shadowL, shadowLHard, shadowLHardUp, shadowLUp, shadowM, shadowMHard, shadowMHardUp, shadowMUp, shadowS, shadowSHard, shadowSHardUp, shadowSUp, shadowXl, shadowXlHard, shadowXlHardUp, shadowXlUp, shadowXs, shadowXsHard, shadowXsHardUp, shadowXsUp };