@alfalab/core-components 47.4.0-beta.1 → 47.5.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 (2109) hide show
  1. package/accordion/cssm/docs/demo.css +4 -2
  2. package/accordion/cssm/index.module.css +5 -3
  3. package/accordion/esm/index.css +5 -3
  4. package/accordion/index.css +5 -3
  5. package/accordion/modern/index.css +5 -3
  6. package/action-button/cssm/default.module.css +3 -1
  7. package/action-button/cssm/index.module.css +4 -2
  8. package/action-button/cssm/inverted.module.css +3 -1
  9. package/action-button/cssm/static.module.css +3 -1
  10. package/action-button/default.css +3 -1
  11. package/action-button/esm/default.css +3 -1
  12. package/action-button/esm/index.css +4 -2
  13. package/action-button/esm/inverted.css +3 -1
  14. package/action-button/esm/static.css +3 -1
  15. package/action-button/index.css +4 -2
  16. package/action-button/inverted.css +3 -1
  17. package/action-button/modern/default.css +3 -1
  18. package/action-button/modern/index.css +4 -2
  19. package/action-button/modern/inverted.css +3 -1
  20. package/action-button/modern/static.css +3 -1
  21. package/action-button/static.css +3 -1
  22. package/alert/cssm/index.module.css +3 -1
  23. package/alert/esm/index.css +3 -1
  24. package/alert/index.css +3 -1
  25. package/alert/modern/index.css +3 -1
  26. package/amount/component.js +2 -0
  27. package/amount/cssm/component.js +2 -0
  28. package/amount/cssm/index.module.css +3 -1
  29. package/amount/cssm/types/amount-props.d.ts +2 -1
  30. package/amount/cssm/utils/logWarning.d.ts +3 -0
  31. package/amount/cssm/utils/logWarning.js +13 -0
  32. package/amount/esm/component.js +2 -0
  33. package/amount/esm/index.css +3 -1
  34. package/amount/esm/index.js +1 -0
  35. package/amount/esm/types/amount-props.d.ts +2 -1
  36. package/amount/esm/utils/logWarning.d.ts +3 -0
  37. package/amount/esm/utils/logWarning.js +11 -0
  38. package/amount/index.css +3 -1
  39. package/amount/modern/component.js +2 -0
  40. package/amount/modern/index.css +3 -1
  41. package/amount/modern/index.js +1 -0
  42. package/amount/modern/types/amount-props.d.ts +2 -1
  43. package/amount/modern/utils/logWarning.d.ts +3 -0
  44. package/amount/modern/utils/logWarning.js +11 -0
  45. package/amount/types/amount-props.d.ts +2 -1
  46. package/amount/utils/logWarning.d.ts +3 -0
  47. package/amount/utils/logWarning.js +13 -0
  48. package/amount-input/cssm/default.module.css +3 -1
  49. package/amount-input/cssm/index.module.css +3 -1
  50. package/amount-input/cssm/inverted.module.css +3 -1
  51. package/amount-input/default.css +3 -1
  52. package/amount-input/esm/default.css +3 -1
  53. package/amount-input/esm/index.css +3 -1
  54. package/amount-input/esm/inverted.css +3 -1
  55. package/amount-input/index.css +3 -1
  56. package/amount-input/inverted.css +3 -1
  57. package/amount-input/modern/default.css +3 -1
  58. package/amount-input/modern/index.css +3 -1
  59. package/amount-input/modern/inverted.css +3 -1
  60. package/attach/cssm/index.module.css +6 -4
  61. package/attach/esm/index.css +6 -4
  62. package/attach/index.css +6 -4
  63. package/attach/modern/index.css +6 -4
  64. package/backdrop/cssm/index.module.css +3 -1
  65. package/backdrop/cssm/vars.css +3 -1
  66. package/backdrop/esm/index.css +3 -1
  67. package/backdrop/index.css +3 -1
  68. package/backdrop/modern/index.css +3 -1
  69. package/badge/cssm/index.module.css +7 -5
  70. package/badge/esm/index.css +7 -5
  71. package/badge/index.css +7 -5
  72. package/badge/modern/index.css +7 -5
  73. package/bank-card/cssm/index.module.css +6 -4
  74. package/bank-card/esm/index.css +6 -4
  75. package/bank-card/index.css +6 -4
  76. package/bank-card/modern/index.css +6 -4
  77. package/base-modal/cssm/index.module.css +3 -1
  78. package/base-modal/esm/index.css +3 -1
  79. package/base-modal/index.css +3 -1
  80. package/base-modal/modern/index.css +3 -1
  81. package/bottom-sheet/components/footer/index.css +4 -2
  82. package/bottom-sheet/components/header/index.css +6 -4
  83. package/bottom-sheet/cssm/components/footer/index.module.css +4 -2
  84. package/bottom-sheet/cssm/components/header/index.module.css +6 -4
  85. package/bottom-sheet/cssm/index.module.css +5 -3
  86. package/bottom-sheet/cssm/vars.css +3 -1
  87. package/bottom-sheet/esm/components/footer/index.css +4 -2
  88. package/bottom-sheet/esm/components/header/index.css +6 -4
  89. package/bottom-sheet/esm/index.css +5 -3
  90. package/bottom-sheet/index.css +5 -3
  91. package/bottom-sheet/modern/components/footer/index.css +4 -2
  92. package/bottom-sheet/modern/components/header/index.css +6 -4
  93. package/bottom-sheet/modern/index.css +5 -3
  94. package/button/components/base-button/default.css +3 -1
  95. package/button/components/base-button/index.css +5 -3
  96. package/button/components/base-button/inverted.css +3 -1
  97. package/button/cssm/components/base-button/default.module.css +3 -1
  98. package/button/cssm/components/base-button/index.module.css +5 -3
  99. package/button/cssm/components/base-button/inverted.module.css +3 -1
  100. package/button/cssm/desktop/default.desktop.module.css +3 -1
  101. package/button/cssm/desktop/desktop.module.css +3 -1
  102. package/button/cssm/desktop/inverted.desktop.module.css +3 -1
  103. package/button/cssm/mobile/default.mobile.module.css +3 -1
  104. package/button/cssm/mobile/inverted.mobile.module.css +3 -1
  105. package/button/cssm/mobile/mobile.module.css +3 -1
  106. package/button/cssm/vars.css +3 -1
  107. package/button/desktop/default.desktop.css +3 -1
  108. package/button/desktop/desktop.css +3 -1
  109. package/button/desktop/inverted.desktop.css +3 -1
  110. package/button/esm/components/base-button/default.css +3 -1
  111. package/button/esm/components/base-button/index.css +5 -3
  112. package/button/esm/components/base-button/inverted.css +3 -1
  113. package/button/esm/desktop/default.desktop.css +3 -1
  114. package/button/esm/desktop/desktop.css +3 -1
  115. package/button/esm/desktop/inverted.desktop.css +3 -1
  116. package/button/esm/mobile/default.mobile.css +3 -1
  117. package/button/esm/mobile/inverted.mobile.css +3 -1
  118. package/button/esm/mobile/mobile.css +3 -1
  119. package/button/mobile/default.mobile.css +3 -1
  120. package/button/mobile/inverted.mobile.css +3 -1
  121. package/button/mobile/mobile.css +3 -1
  122. package/button/modern/components/base-button/default.css +3 -1
  123. package/button/modern/components/base-button/index.css +5 -3
  124. package/button/modern/components/base-button/inverted.css +3 -1
  125. package/button/modern/desktop/default.desktop.css +3 -1
  126. package/button/modern/desktop/desktop.css +3 -1
  127. package/button/modern/desktop/inverted.desktop.css +3 -1
  128. package/button/modern/mobile/default.mobile.css +3 -1
  129. package/button/modern/mobile/inverted.mobile.css +3 -1
  130. package/button/modern/mobile/mobile.css +3 -1
  131. package/calendar/components/calendar-mobile/backdrop-transitions.css +3 -1
  132. package/calendar/components/calendar-mobile/index.css +6 -4
  133. package/calendar/components/calendar-mobile/transitions.css +3 -1
  134. package/calendar/components/days-table/index.css +4 -2
  135. package/calendar/components/header/index.css +5 -3
  136. package/calendar/components/month-year-header/index.css +4 -2
  137. package/calendar/components/months-table/index.css +5 -3
  138. package/calendar/components/period-slider/index.css +4 -2
  139. package/calendar/components/select-button/index.css +4 -2
  140. package/calendar/components/years-table/index.css +5 -3
  141. package/calendar/cssm/components/calendar-mobile/backdrop-transitions.module.css +3 -1
  142. package/calendar/cssm/components/calendar-mobile/index.module.css +6 -4
  143. package/calendar/cssm/components/calendar-mobile/transitions.module.css +3 -1
  144. package/calendar/cssm/components/days-table/index.module.css +4 -2
  145. package/calendar/cssm/components/header/index.module.css +5 -3
  146. package/calendar/cssm/components/month-year-header/index.module.css +4 -2
  147. package/calendar/cssm/components/months-table/index.module.css +5 -3
  148. package/calendar/cssm/components/period-slider/index.module.css +4 -2
  149. package/calendar/cssm/components/select-button/index.module.css +4 -2
  150. package/calendar/cssm/components/years-table/index.module.css +5 -3
  151. package/calendar/cssm/desktop/desktop.module.css +5 -3
  152. package/calendar/desktop/desktop.css +5 -3
  153. package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +3 -1
  154. package/calendar/esm/components/calendar-mobile/index.css +6 -4
  155. package/calendar/esm/components/calendar-mobile/transitions.css +3 -1
  156. package/calendar/esm/components/days-table/index.css +4 -2
  157. package/calendar/esm/components/header/index.css +5 -3
  158. package/calendar/esm/components/month-year-header/index.css +4 -2
  159. package/calendar/esm/components/months-table/index.css +5 -3
  160. package/calendar/esm/components/period-slider/index.css +4 -2
  161. package/calendar/esm/components/select-button/index.css +4 -2
  162. package/calendar/esm/components/years-table/index.css +5 -3
  163. package/calendar/esm/desktop/desktop.css +5 -3
  164. package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +3 -1
  165. package/calendar/modern/components/calendar-mobile/index.css +6 -4
  166. package/calendar/modern/components/calendar-mobile/transitions.css +3 -1
  167. package/calendar/modern/components/days-table/index.css +4 -2
  168. package/calendar/modern/components/header/index.css +5 -3
  169. package/calendar/modern/components/month-year-header/index.css +4 -2
  170. package/calendar/modern/components/months-table/index.css +5 -3
  171. package/calendar/modern/components/period-slider/index.css +4 -2
  172. package/calendar/modern/components/select-button/index.css +4 -2
  173. package/calendar/modern/components/years-table/index.css +5 -3
  174. package/calendar/modern/desktop/desktop.css +5 -3
  175. package/calendar-input/components/calendar-input/index.css +4 -2
  176. package/calendar-input/cssm/components/calendar-input/index.module.css +4 -2
  177. package/calendar-input/esm/components/calendar-input/index.css +4 -2
  178. package/calendar-input/modern/components/calendar-input/index.css +4 -2
  179. package/calendar-range/components/divider/index.css +4 -2
  180. package/calendar-range/cssm/components/divider/index.module.css +4 -2
  181. package/calendar-range/cssm/views/index.module.css +5 -3
  182. package/calendar-range/esm/Component.js +1 -1
  183. package/calendar-range/esm/components/divider/index.css +4 -2
  184. package/calendar-range/esm/index.js +1 -1
  185. package/calendar-range/esm/views/index.css +5 -3
  186. package/calendar-range/esm/views/popover.js +1 -1
  187. package/calendar-range/esm/views/static.js +1 -1
  188. package/calendar-range/modern/Component.js +1 -1
  189. package/calendar-range/modern/components/divider/index.css +4 -2
  190. package/calendar-range/modern/index.js +1 -1
  191. package/calendar-range/modern/views/index.css +5 -3
  192. package/calendar-range/modern/views/popover.js +1 -1
  193. package/calendar-range/modern/views/static.js +1 -1
  194. package/calendar-range/views/index.css +5 -3
  195. package/calendar-range/views/popover.js +1 -1
  196. package/calendar-range/views/static.js +1 -1
  197. package/calendar-with-skeleton/cssm/index.module.css +5 -3
  198. package/calendar-with-skeleton/esm/index.css +5 -3
  199. package/calendar-with-skeleton/index.css +5 -3
  200. package/calendar-with-skeleton/modern/index.css +5 -3
  201. package/card-image/cssm/index.module.css +3 -1
  202. package/card-image/esm/index.css +3 -1
  203. package/card-image/index.css +3 -1
  204. package/card-image/modern/index.css +3 -1
  205. package/cdn-icon/Component.js +9 -3
  206. package/cdn-icon/cssm/Component.js +9 -3
  207. package/cdn-icon/cssm/index.module.css +3 -1
  208. package/cdn-icon/esm/Component.js +9 -3
  209. package/cdn-icon/esm/index.css +3 -1
  210. package/cdn-icon/index.css +3 -1
  211. package/cdn-icon/modern/Component.js +9 -3
  212. package/cdn-icon/modern/index.css +3 -1
  213. package/chart/components/Legends/index.css +4 -2
  214. package/chart/components/Tick/index.css +3 -1
  215. package/chart/components/TooltipContent/index.css +5 -3
  216. package/chart/cssm/components/Legends/index.module.css +4 -2
  217. package/chart/cssm/components/Tick/index.module.css +3 -1
  218. package/chart/cssm/components/TooltipContent/index.module.css +5 -3
  219. package/chart/cssm/index.module.css +3 -1
  220. package/chart/esm/components/Legends/index.css +4 -2
  221. package/chart/esm/components/Tick/index.css +3 -1
  222. package/chart/esm/components/TooltipContent/index.css +5 -3
  223. package/chart/esm/index.css +3 -1
  224. package/chart/index.css +3 -1
  225. package/chart/modern/components/Legends/index.css +4 -2
  226. package/chart/modern/components/Tick/index.css +3 -1
  227. package/chart/modern/components/TooltipContent/index.css +5 -3
  228. package/chart/modern/index.css +3 -1
  229. package/checkbox/cssm/index.module.css +7 -5
  230. package/checkbox/esm/index.css +7 -5
  231. package/checkbox/index.css +7 -5
  232. package/checkbox/modern/index.css +7 -5
  233. package/checkbox-group/components/base-checkbox-group/index.css +7 -5
  234. package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +7 -5
  235. package/checkbox-group/cssm/desktop/desktop.module.css +3 -1
  236. package/checkbox-group/cssm/mobile/mobile.module.css +4 -2
  237. package/checkbox-group/cssm/vars.css +3 -1
  238. package/checkbox-group/desktop/desktop.css +3 -1
  239. package/checkbox-group/esm/components/base-checkbox-group/index.css +7 -5
  240. package/checkbox-group/esm/desktop/desktop.css +3 -1
  241. package/checkbox-group/esm/mobile/mobile.css +4 -2
  242. package/checkbox-group/mobile/mobile.css +4 -2
  243. package/checkbox-group/modern/components/base-checkbox-group/index.css +7 -5
  244. package/checkbox-group/modern/desktop/desktop.css +3 -1
  245. package/checkbox-group/modern/mobile/mobile.css +4 -2
  246. package/circular-progress-bar/cssm/index.module.css +3 -1
  247. package/circular-progress-bar/esm/index.css +3 -1
  248. package/circular-progress-bar/index.css +3 -1
  249. package/circular-progress-bar/modern/index.css +3 -1
  250. package/code-input/components/base-code-input/index.css +4 -2
  251. package/code-input/components/input/index.css +4 -2
  252. package/code-input/cssm/components/base-code-input/index.module.css +4 -2
  253. package/code-input/cssm/components/input/index.module.css +4 -2
  254. package/code-input/cssm/desktop/desktop.module.css +3 -1
  255. package/code-input/cssm/mobile/mobile.module.css +4 -2
  256. package/code-input/cssm/vars.css +3 -1
  257. package/code-input/desktop/desktop.css +3 -1
  258. package/code-input/esm/components/base-code-input/index.css +4 -2
  259. package/code-input/esm/components/input/index.css +4 -2
  260. package/code-input/esm/desktop/desktop.css +3 -1
  261. package/code-input/esm/mobile/mobile.css +4 -2
  262. package/code-input/mobile/mobile.css +4 -2
  263. package/code-input/modern/components/base-code-input/index.css +4 -2
  264. package/code-input/modern/components/input/index.css +4 -2
  265. package/code-input/modern/desktop/desktop.css +3 -1
  266. package/code-input/modern/mobile/mobile.css +4 -2
  267. package/collapse/cssm/index.module.css +4 -2
  268. package/collapse/esm/index.css +4 -2
  269. package/collapse/index.css +4 -2
  270. package/collapse/modern/index.css +4 -2
  271. package/comment/cssm/index.module.css +4 -2
  272. package/comment/esm/index.css +4 -2
  273. package/comment/index.css +4 -2
  274. package/comment/modern/index.css +4 -2
  275. package/confirmation/components/base-confirmation/index.css +3 -1
  276. package/confirmation/components/countdown-loader/index.css +3 -1
  277. package/confirmation/components/header/index.css +4 -2
  278. package/confirmation/components/screens/fatal-error/index.css +4 -2
  279. package/confirmation/components/screens/hint/index.css +6 -4
  280. package/confirmation/components/screens/initial/component.js +1 -1
  281. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  282. package/confirmation/components/screens/initial/index.css +9 -7
  283. package/confirmation/components/screens/temp-block/index.css +4 -2
  284. package/confirmation/cssm/components/base-confirmation/index.module.css +3 -1
  285. package/confirmation/cssm/components/countdown-loader/index.module.css +3 -1
  286. package/confirmation/cssm/components/header/index.module.css +4 -2
  287. package/confirmation/cssm/components/screens/fatal-error/index.module.css +4 -2
  288. package/confirmation/cssm/components/screens/hint/index.module.css +6 -4
  289. package/confirmation/cssm/components/screens/initial/index.module.css +9 -7
  290. package/confirmation/cssm/components/screens/temp-block/index.module.css +4 -2
  291. package/confirmation/cssm/vars.css +3 -1
  292. package/confirmation/esm/component.responsive.js +1 -1
  293. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  294. package/confirmation/esm/components/base-confirmation/index.css +3 -1
  295. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  296. package/confirmation/esm/components/countdown-loader/index.css +3 -1
  297. package/confirmation/esm/components/header/index.css +4 -2
  298. package/confirmation/esm/components/index.js +1 -1
  299. package/confirmation/esm/components/screens/fatal-error/index.css +4 -2
  300. package/confirmation/esm/components/screens/hint/index.css +6 -4
  301. package/confirmation/esm/components/screens/index.js +1 -1
  302. package/confirmation/esm/components/screens/initial/component.js +1 -1
  303. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  304. package/confirmation/esm/components/screens/initial/index.css +9 -7
  305. package/confirmation/esm/components/screens/initial/index.js +1 -1
  306. package/confirmation/esm/components/screens/temp-block/index.css +4 -2
  307. package/confirmation/esm/desktop/component.desktop.js +1 -1
  308. package/confirmation/esm/desktop/index.js +1 -1
  309. package/confirmation/esm/index.js +1 -1
  310. package/confirmation/esm/mobile/component.mobile.js +1 -1
  311. package/confirmation/esm/mobile/index.js +1 -1
  312. package/confirmation/esm/shared/index.js +1 -1
  313. package/confirmation/modern/component.responsive.js +1 -1
  314. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  315. package/confirmation/modern/components/base-confirmation/index.css +3 -1
  316. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  317. package/confirmation/modern/components/countdown-loader/index.css +3 -1
  318. package/confirmation/modern/components/header/index.css +4 -2
  319. package/confirmation/modern/components/index.js +1 -1
  320. package/confirmation/modern/components/screens/fatal-error/index.css +4 -2
  321. package/confirmation/modern/components/screens/hint/index.css +6 -4
  322. package/confirmation/modern/components/screens/index.js +1 -1
  323. package/confirmation/modern/components/screens/initial/component.js +1 -1
  324. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  325. package/confirmation/modern/components/screens/initial/index.css +9 -7
  326. package/confirmation/modern/components/screens/initial/index.js +1 -1
  327. package/confirmation/modern/components/screens/temp-block/index.css +4 -2
  328. package/confirmation/modern/desktop/component.desktop.js +1 -1
  329. package/confirmation/modern/desktop/index.js +1 -1
  330. package/confirmation/modern/index.js +1 -1
  331. package/confirmation/modern/mobile/component.mobile.js +1 -1
  332. package/confirmation/modern/mobile/index.js +1 -1
  333. package/confirmation/modern/shared/index.js +1 -1
  334. package/confirmation-v1/components/code-input/index.css +5 -3
  335. package/confirmation-v1/components/countdown/index.css +7 -5
  336. package/confirmation-v1/components/countdown-loader/index.css +3 -1
  337. package/confirmation-v1/components/overlimit/index.css +8 -6
  338. package/confirmation-v1/components/sign-confirmation/index.css +7 -5
  339. package/confirmation-v1/cssm/components/code-input/index.module.css +5 -3
  340. package/confirmation-v1/cssm/components/countdown/index.module.css +7 -5
  341. package/confirmation-v1/cssm/components/countdown-loader/index.module.css +3 -1
  342. package/confirmation-v1/cssm/components/overlimit/index.module.css +8 -6
  343. package/confirmation-v1/cssm/components/sign-confirmation/index.module.css +7 -5
  344. package/confirmation-v1/cssm/index.module.css +7 -5
  345. package/confirmation-v1/cssm/vars.css +3 -1
  346. package/confirmation-v1/esm/components/code-input/index.css +5 -3
  347. package/confirmation-v1/esm/components/countdown/index.css +7 -5
  348. package/confirmation-v1/esm/components/countdown-loader/index.css +3 -1
  349. package/confirmation-v1/esm/components/overlimit/index.css +8 -6
  350. package/confirmation-v1/esm/components/sign-confirmation/index.css +7 -5
  351. package/confirmation-v1/esm/index.css +7 -5
  352. package/confirmation-v1/index.css +7 -5
  353. package/confirmation-v1/modern/components/code-input/index.css +5 -3
  354. package/confirmation-v1/modern/components/countdown/index.css +7 -5
  355. package/confirmation-v1/modern/components/countdown-loader/index.css +3 -1
  356. package/confirmation-v1/modern/components/overlimit/index.css +8 -6
  357. package/confirmation-v1/modern/components/sign-confirmation/index.css +7 -5
  358. package/confirmation-v1/modern/index.css +7 -5
  359. package/custom-button/cssm/index.module.css +3 -1
  360. package/custom-button/esm/index.css +3 -1
  361. package/custom-button/index.css +3 -1
  362. package/custom-button/modern/index.css +3 -1
  363. package/custom-picker-button/cssm/field/index.module.css +4 -2
  364. package/custom-picker-button/esm/field/index.css +4 -2
  365. package/custom-picker-button/field/index.css +4 -2
  366. package/custom-picker-button/modern/field/index.css +4 -2
  367. package/date-input/cssm/index.module.css +3 -1
  368. package/date-input/esm/index.css +3 -1
  369. package/date-input/index.css +3 -1
  370. package/date-input/modern/index.css +3 -1
  371. package/date-range-input/components/date-range-input/index.css +4 -2
  372. package/date-range-input/cssm/components/date-range-input/index.module.css +4 -2
  373. package/date-range-input/esm/components/date-range-input/index.css +4 -2
  374. package/date-range-input/modern/components/date-range-input/index.css +4 -2
  375. package/date-time-input/components/date-time-input/index.css +4 -2
  376. package/date-time-input/cssm/components/date-time-input/index.module.css +4 -2
  377. package/date-time-input/esm/components/date-time-input/index.css +4 -2
  378. package/date-time-input/modern/components/date-time-input/index.css +4 -2
  379. package/divider/cssm/index.module.css +3 -1
  380. package/divider/esm/index.css +3 -1
  381. package/divider/index.css +3 -1
  382. package/divider/modern/index.css +3 -1
  383. package/drawer/cssm/index.module.css +3 -1
  384. package/drawer/esm/index.css +3 -1
  385. package/drawer/index.css +3 -1
  386. package/drawer/modern/index.css +3 -1
  387. package/dropzone/components/overlay/index.css +4 -2
  388. package/dropzone/cssm/components/overlay/index.module.css +4 -2
  389. package/dropzone/cssm/index.module.css +3 -1
  390. package/dropzone/esm/components/overlay/index.css +4 -2
  391. package/dropzone/esm/index.css +3 -1
  392. package/dropzone/index.css +3 -1
  393. package/dropzone/modern/components/overlay/index.css +4 -2
  394. package/dropzone/modern/index.css +3 -1
  395. package/file-upload-item/cssm/index.module.css +7 -5
  396. package/file-upload-item/esm/index.css +7 -5
  397. package/file-upload-item/index.css +7 -5
  398. package/file-upload-item/modern/index.css +7 -5
  399. package/filter-tag/components/base-filter-tag/index.css +9 -7
  400. package/filter-tag/cssm/components/base-filter-tag/index.module.css +9 -7
  401. package/filter-tag/cssm/desktop/desktop.module.css +3 -1
  402. package/filter-tag/cssm/mobile/mobile.module.css +3 -1
  403. package/filter-tag/desktop/desktop.css +3 -1
  404. package/filter-tag/esm/components/base-filter-tag/index.css +9 -7
  405. package/filter-tag/esm/desktop/desktop.css +3 -1
  406. package/filter-tag/esm/mobile/mobile.css +3 -1
  407. package/filter-tag/mobile/mobile.css +3 -1
  408. package/filter-tag/modern/components/base-filter-tag/index.css +9 -7
  409. package/filter-tag/modern/desktop/desktop.css +3 -1
  410. package/filter-tag/modern/mobile/mobile.css +3 -1
  411. package/form-control/components/base-form-control/default.css +3 -1
  412. package/form-control/components/base-form-control/index.css +5 -3
  413. package/form-control/components/base-form-control/inverted.css +3 -1
  414. package/form-control/cssm/components/base-form-control/default.module.css +3 -1
  415. package/form-control/cssm/components/base-form-control/index.module.css +5 -3
  416. package/form-control/cssm/components/base-form-control/inverted.module.css +3 -1
  417. package/form-control/cssm/desktop/default.desktop.module.css +3 -1
  418. package/form-control/cssm/desktop/desktop.module.css +3 -1
  419. package/form-control/cssm/desktop/inverted.desktop.module.css +3 -1
  420. package/form-control/cssm/mobile/default.mobile.module.css +3 -1
  421. package/form-control/cssm/mobile/inverted.mobile.module.css +3 -1
  422. package/form-control/cssm/mobile/mobile.module.css +4 -2
  423. package/form-control/cssm/vars.css +3 -1
  424. package/form-control/desktop/default.desktop.css +3 -1
  425. package/form-control/desktop/desktop.css +3 -1
  426. package/form-control/desktop/inverted.desktop.css +3 -1
  427. package/form-control/esm/components/base-form-control/default.css +3 -1
  428. package/form-control/esm/components/base-form-control/index.css +5 -3
  429. package/form-control/esm/components/base-form-control/inverted.css +3 -1
  430. package/form-control/esm/desktop/default.desktop.css +3 -1
  431. package/form-control/esm/desktop/desktop.css +3 -1
  432. package/form-control/esm/desktop/inverted.desktop.css +3 -1
  433. package/form-control/esm/mobile/default.mobile.css +3 -1
  434. package/form-control/esm/mobile/inverted.mobile.css +3 -1
  435. package/form-control/esm/mobile/mobile.css +4 -2
  436. package/form-control/mobile/default.mobile.css +3 -1
  437. package/form-control/mobile/inverted.mobile.css +3 -1
  438. package/form-control/mobile/mobile.css +4 -2
  439. package/form-control/modern/components/base-form-control/default.css +3 -1
  440. package/form-control/modern/components/base-form-control/index.css +5 -3
  441. package/form-control/modern/components/base-form-control/inverted.css +3 -1
  442. package/form-control/modern/desktop/default.desktop.css +3 -1
  443. package/form-control/modern/desktop/desktop.css +3 -1
  444. package/form-control/modern/desktop/inverted.desktop.css +3 -1
  445. package/form-control/modern/mobile/default.mobile.css +3 -1
  446. package/form-control/modern/mobile/inverted.mobile.css +3 -1
  447. package/form-control/modern/mobile/mobile.css +4 -2
  448. package/gallery/components/header/Component.js +1 -1
  449. package/gallery/components/header/buttons.js +1 -1
  450. package/gallery/components/header/index.css +6 -4
  451. package/gallery/components/header-info-block/index.css +4 -2
  452. package/gallery/components/image-preview/index.css +4 -2
  453. package/gallery/components/image-viewer/component.js +1 -1
  454. package/gallery/components/image-viewer/index.css +6 -4
  455. package/gallery/components/image-viewer/slide.js +1 -1
  456. package/gallery/components/navigation-bar/index.css +4 -2
  457. package/gallery/cssm/components/header/index.module.css +6 -4
  458. package/gallery/cssm/components/header-info-block/index.module.css +4 -2
  459. package/gallery/cssm/components/image-preview/index.module.css +4 -2
  460. package/gallery/cssm/components/image-viewer/index.module.css +6 -4
  461. package/gallery/cssm/components/navigation-bar/index.module.css +4 -2
  462. package/gallery/cssm/index.module.css +3 -1
  463. package/gallery/esm/Component.js +2 -2
  464. package/gallery/esm/components/header/Component.js +1 -1
  465. package/gallery/esm/components/header/buttons.js +1 -1
  466. package/gallery/esm/components/header/index.css +6 -4
  467. package/gallery/esm/components/header/index.js +1 -1
  468. package/gallery/esm/components/header-info-block/index.css +4 -2
  469. package/gallery/esm/components/image-preview/Component.js +1 -1
  470. package/gallery/esm/components/image-preview/index.css +4 -2
  471. package/gallery/esm/components/image-preview/index.js +1 -1
  472. package/gallery/esm/components/image-viewer/component.js +1 -1
  473. package/gallery/esm/components/image-viewer/index.css +6 -4
  474. package/gallery/esm/components/image-viewer/index.js +1 -1
  475. package/gallery/esm/components/image-viewer/slide.js +1 -1
  476. package/gallery/esm/components/index.js +2 -2
  477. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  478. package/gallery/esm/components/navigation-bar/index.css +4 -2
  479. package/gallery/esm/components/navigation-bar/index.js +1 -1
  480. package/gallery/esm/index.css +3 -1
  481. package/gallery/esm/index.js +2 -2
  482. package/gallery/index.css +3 -1
  483. package/gallery/modern/Component.js +2 -2
  484. package/gallery/modern/components/header/Component.js +1 -1
  485. package/gallery/modern/components/header/buttons.js +1 -1
  486. package/gallery/modern/components/header/index.css +6 -4
  487. package/gallery/modern/components/header/index.js +1 -1
  488. package/gallery/modern/components/header-info-block/index.css +4 -2
  489. package/gallery/modern/components/image-preview/Component.js +1 -1
  490. package/gallery/modern/components/image-preview/index.css +4 -2
  491. package/gallery/modern/components/image-preview/index.js +1 -1
  492. package/gallery/modern/components/image-viewer/component.js +1 -1
  493. package/gallery/modern/components/image-viewer/index.css +6 -4
  494. package/gallery/modern/components/image-viewer/index.js +1 -1
  495. package/gallery/modern/components/image-viewer/slide.js +1 -1
  496. package/gallery/modern/components/index.js +2 -2
  497. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  498. package/gallery/modern/components/navigation-bar/index.css +4 -2
  499. package/gallery/modern/components/navigation-bar/index.js +1 -1
  500. package/gallery/modern/index.css +3 -1
  501. package/gallery/modern/index.js +2 -2
  502. package/gap/cssm/index.module.css +3 -1
  503. package/gap/esm/index.css +3 -1
  504. package/gap/index.css +3 -1
  505. package/gap/modern/index.css +3 -1
  506. package/generic-wrapper/Component.d.ts +7 -2
  507. package/generic-wrapper/Component.js +4 -4
  508. package/generic-wrapper/cssm/Component.d.ts +7 -2
  509. package/generic-wrapper/cssm/Component.js +3 -3
  510. package/generic-wrapper/cssm/index.module.css +60 -7
  511. package/generic-wrapper/esm/Component.d.ts +7 -2
  512. package/generic-wrapper/esm/Component.js +4 -4
  513. package/generic-wrapper/esm/index.css +77 -7
  514. package/generic-wrapper/index.css +77 -7
  515. package/generic-wrapper/modern/Component.d.ts +7 -2
  516. package/generic-wrapper/modern/Component.js +3 -3
  517. package/generic-wrapper/modern/index.css +77 -7
  518. package/grid/col/Component.js +1 -1
  519. package/grid/esm/Component.js +1 -1
  520. package/grid/esm/col/Component.js +1 -1
  521. package/grid/esm/col/index.js +1 -1
  522. package/grid/esm/index.js +1 -1
  523. package/grid/esm/row/Component.js +1 -1
  524. package/grid/esm/row/index.js +1 -1
  525. package/grid/modern/Component.js +1 -1
  526. package/grid/modern/col/Component.js +1 -1
  527. package/grid/modern/col/index.js +1 -1
  528. package/grid/modern/index.js +1 -1
  529. package/grid/modern/row/Component.js +1 -1
  530. package/grid/modern/row/index.js +1 -1
  531. package/grid/row/Component.js +1 -1
  532. package/hatching-progress-bar/cssm/index.module.css +3 -1
  533. package/hatching-progress-bar/esm/index.css +3 -1
  534. package/hatching-progress-bar/index.css +3 -1
  535. package/hatching-progress-bar/modern/index.css +3 -1
  536. package/icon-button/cssm/default.module.css +3 -1
  537. package/icon-button/cssm/index.module.css +3 -1
  538. package/icon-button/cssm/inverted.module.css +3 -1
  539. package/icon-button/default.css +3 -1
  540. package/icon-button/esm/default.css +3 -1
  541. package/icon-button/esm/index.css +3 -1
  542. package/icon-button/esm/inverted.css +3 -1
  543. package/icon-button/index.css +3 -1
  544. package/icon-button/inverted.css +3 -1
  545. package/icon-button/modern/default.css +3 -1
  546. package/icon-button/modern/index.css +3 -1
  547. package/icon-button/modern/inverted.css +3 -1
  548. package/icon-view/components/base-shape/index.css +3 -1
  549. package/icon-view/cssm/components/base-shape/index.module.css +3 -1
  550. package/icon-view/esm/components/base-shape/index.css +3 -1
  551. package/icon-view/modern/components/base-shape/index.css +3 -1
  552. package/indicator/cssm/index.module.css +6 -4
  553. package/indicator/esm/index.css +6 -4
  554. package/indicator/index.css +6 -4
  555. package/indicator/modern/index.css +6 -4
  556. package/input/components/base-input/default.css +3 -1
  557. package/input/components/base-input/index.css +5 -3
  558. package/input/components/base-input/inverted.css +3 -1
  559. package/input/components/clear-button/default.css +3 -1
  560. package/input/components/clear-button/index.css +4 -2
  561. package/input/components/clear-button/inverted.css +3 -1
  562. package/input/cssm/components/base-input/default.module.css +3 -1
  563. package/input/cssm/components/base-input/index.module.css +5 -3
  564. package/input/cssm/components/base-input/inverted.module.css +3 -1
  565. package/input/cssm/components/clear-button/default.module.css +3 -1
  566. package/input/cssm/components/clear-button/index.module.css +4 -2
  567. package/input/cssm/components/clear-button/inverted.module.css +3 -1
  568. package/input/cssm/vars.css +3 -1
  569. package/input/esm/components/base-input/default.css +3 -1
  570. package/input/esm/components/base-input/index.css +5 -3
  571. package/input/esm/components/base-input/inverted.css +3 -1
  572. package/input/esm/components/clear-button/default.css +3 -1
  573. package/input/esm/components/clear-button/index.css +4 -2
  574. package/input/esm/components/clear-button/inverted.css +3 -1
  575. package/input/modern/components/base-input/default.css +3 -1
  576. package/input/modern/components/base-input/index.css +5 -3
  577. package/input/modern/components/base-input/inverted.css +3 -1
  578. package/input/modern/components/clear-button/default.css +3 -1
  579. package/input/modern/components/clear-button/index.css +4 -2
  580. package/input/modern/components/clear-button/inverted.css +3 -1
  581. package/input-autocomplete/autocomplete-mobile-field/index.css +3 -1
  582. package/input-autocomplete/cssm/autocomplete-mobile-field/index.module.css +3 -1
  583. package/input-autocomplete/cssm/mobile/mobile.module.css +3 -1
  584. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +3 -1
  585. package/input-autocomplete/esm/mobile/mobile.css +3 -1
  586. package/input-autocomplete/mobile/mobile.css +3 -1
  587. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +3 -1
  588. package/input-autocomplete/modern/mobile/mobile.css +3 -1
  589. package/international-phone-input/components/country-select/index.css +5 -3
  590. package/international-phone-input/components/flag-icon/index.css +3 -1
  591. package/international-phone-input/components/select-field/index.css +6 -4
  592. package/international-phone-input/cssm/components/country-select/index.module.css +5 -3
  593. package/international-phone-input/cssm/components/flag-icon/index.module.css +3 -1
  594. package/international-phone-input/cssm/components/select-field/index.module.css +6 -4
  595. package/international-phone-input/cssm/typings-9d430401.d.ts +1 -1
  596. package/international-phone-input/esm/components/country-select/index.css +5 -3
  597. package/international-phone-input/esm/components/flag-icon/index.css +3 -1
  598. package/international-phone-input/esm/components/select-field/index.css +6 -4
  599. package/international-phone-input/esm/typings-9d430401.d.ts +1 -1
  600. package/international-phone-input/modern/components/country-select/index.css +5 -3
  601. package/international-phone-input/modern/components/flag-icon/index.css +3 -1
  602. package/international-phone-input/modern/components/select-field/index.css +6 -4
  603. package/international-phone-input/modern/typings-9d430401.d.ts +1 -1
  604. package/international-phone-input/typings-9d430401.d.ts +1 -1
  605. package/intl-phone-input/components/flag-icon/index.css +3 -1
  606. package/intl-phone-input/components/select/index.css +4 -2
  607. package/intl-phone-input/components/select-field/index.css +6 -4
  608. package/intl-phone-input/cssm/components/flag-icon/index.module.css +3 -1
  609. package/intl-phone-input/cssm/components/select/index.module.css +4 -2
  610. package/intl-phone-input/cssm/components/select-field/index.module.css +6 -4
  611. package/intl-phone-input/cssm/index.module.css +4 -2
  612. package/intl-phone-input/esm/components/flag-icon/index.css +3 -1
  613. package/intl-phone-input/esm/components/select/index.css +4 -2
  614. package/intl-phone-input/esm/components/select-field/index.css +6 -4
  615. package/intl-phone-input/esm/index.css +4 -2
  616. package/intl-phone-input/index.css +4 -2
  617. package/intl-phone-input/modern/components/flag-icon/index.css +3 -1
  618. package/intl-phone-input/modern/components/select/index.css +4 -2
  619. package/intl-phone-input/modern/components/select-field/index.css +6 -4
  620. package/intl-phone-input/modern/index.css +4 -2
  621. package/link/cssm/default.module.css +3 -1
  622. package/link/cssm/index.module.css +4 -2
  623. package/link/cssm/inverted.module.css +3 -1
  624. package/link/default.css +3 -1
  625. package/link/esm/default.css +3 -1
  626. package/link/esm/index.css +4 -2
  627. package/link/esm/inverted.css +3 -1
  628. package/link/index.css +4 -2
  629. package/link/inverted.css +3 -1
  630. package/link/modern/default.css +3 -1
  631. package/link/modern/index.css +4 -2
  632. package/link/modern/inverted.css +3 -1
  633. package/list/Component.js +1 -1
  634. package/list/components/item/Component.js +1 -1
  635. package/list/components/item/index.css +5 -3
  636. package/list/components/item/index.d.ts +1 -1
  637. package/list/components/item/index.js +1 -1
  638. package/list/cssm/components/item/index.module.css +5 -3
  639. package/list/cssm/index.module.css +4 -2
  640. package/list/esm/Component.js +1 -1
  641. package/list/esm/components/item/Component.js +1 -1
  642. package/list/esm/components/item/index.css +5 -3
  643. package/list/esm/components/item/index.d.ts +1 -1
  644. package/list/esm/components/item/index.js +1 -1
  645. package/list/esm/index.css +4 -2
  646. package/list/esm/index.js +1 -1
  647. package/list/index.css +4 -2
  648. package/list/index.js +1 -1
  649. package/list/modern/Component.js +1 -1
  650. package/list/modern/components/item/Component.js +1 -1
  651. package/list/modern/components/item/index.css +5 -3
  652. package/list/modern/components/item/index.d.ts +1 -1
  653. package/list/modern/components/item/index.js +1 -1
  654. package/list/modern/index.css +4 -2
  655. package/list/modern/index.js +1 -1
  656. package/list-header/cssm/index.module.css +8 -6
  657. package/list-header/esm/index.css +8 -6
  658. package/list-header/index.css +8 -6
  659. package/list-header/modern/index.css +8 -6
  660. package/loader/cssm/index.module.css +4 -2
  661. package/loader/esm/index.css +4 -2
  662. package/loader/index.css +4 -2
  663. package/loader/modern/index.css +4 -2
  664. package/markdown/Component.js +1 -1
  665. package/markdown/cssm/hooks/use-overrides.js +0 -1
  666. package/markdown/cssm/index.module.css +7 -10
  667. package/markdown/esm/Component.desktop.js +1 -1
  668. package/markdown/esm/Component.js +1 -1
  669. package/markdown/esm/Component.mobile.js +1 -1
  670. package/markdown/esm/Component.responsive.js +1 -1
  671. package/markdown/esm/desktop/index.js +1 -1
  672. package/markdown/esm/hooks/use-overrides.js +1 -1
  673. package/markdown/esm/index.css +7 -10
  674. package/markdown/esm/index.js +1 -1
  675. package/markdown/esm/mobile/index.js +1 -1
  676. package/markdown/esm/{use-overrides-57e3a83a.js → use-overrides-28f4d625.js} +1 -2
  677. package/markdown/hooks/use-overrides.js +1 -1
  678. package/markdown/index.css +7 -10
  679. package/markdown/modern/Component.desktop.js +1 -1
  680. package/markdown/modern/Component.js +1 -1
  681. package/markdown/modern/Component.mobile.js +1 -1
  682. package/markdown/modern/Component.responsive.js +1 -1
  683. package/markdown/modern/desktop/index.js +1 -1
  684. package/markdown/modern/hooks/use-overrides.js +1 -1
  685. package/markdown/modern/index.css +7 -10
  686. package/markdown/modern/index.js +1 -1
  687. package/markdown/modern/mobile/index.js +1 -1
  688. package/markdown/modern/{use-overrides-834eca57.js → use-overrides-604c6547.js} +1 -2
  689. package/markdown/{use-overrides-c530ddcf.js → use-overrides-2fbe6f70.js} +1 -2
  690. package/modal/components/content/desktop.css +4 -2
  691. package/modal/components/content/index.css +3 -1
  692. package/modal/components/content/mobile.css +4 -2
  693. package/modal/components/controls/Component.js +1 -1
  694. package/modal/components/footer/Component.js +1 -1
  695. package/modal/components/footer/desktop.css +5 -3
  696. package/modal/components/footer/index.css +3 -1
  697. package/modal/components/footer/layout.css +6 -4
  698. package/modal/components/footer/mobile.css +4 -2
  699. package/modal/components/header/desktop.css +6 -4
  700. package/modal/components/header/index.css +3 -1
  701. package/modal/components/header/mobile.css +6 -4
  702. package/modal/cssm/components/content/desktop.module.css +4 -2
  703. package/modal/cssm/components/content/index.module.css +3 -1
  704. package/modal/cssm/components/content/mobile.module.css +4 -2
  705. package/modal/cssm/components/footer/desktop.module.css +5 -3
  706. package/modal/cssm/components/footer/index.module.css +3 -1
  707. package/modal/cssm/components/footer/layout.module.css +6 -4
  708. package/modal/cssm/components/footer/mobile.module.css +4 -2
  709. package/modal/cssm/components/header/desktop.module.css +6 -4
  710. package/modal/cssm/components/header/index.module.css +3 -1
  711. package/modal/cssm/components/header/mobile.module.css +6 -4
  712. package/modal/cssm/desktop/desktop.module.css +4 -2
  713. package/modal/cssm/mobile/mobile.module.css +3 -1
  714. package/modal/cssm/vars.css +3 -1
  715. package/modal/desktop/desktop.css +4 -2
  716. package/modal/esm/Component.responsive.js +1 -1
  717. package/modal/esm/components/content/desktop.css +4 -2
  718. package/modal/esm/components/content/index.css +3 -1
  719. package/modal/esm/components/content/mobile.css +4 -2
  720. package/modal/esm/components/controls/Component.js +1 -1
  721. package/modal/esm/components/controls/index.js +1 -1
  722. package/modal/esm/components/footer/Component.js +1 -1
  723. package/modal/esm/components/footer/desktop.css +5 -3
  724. package/modal/esm/components/footer/index.css +3 -1
  725. package/modal/esm/components/footer/layout.css +6 -4
  726. package/modal/esm/components/footer/mobile.css +4 -2
  727. package/modal/esm/components/header/desktop.css +6 -4
  728. package/modal/esm/components/header/index.css +3 -1
  729. package/modal/esm/components/header/mobile.css +6 -4
  730. package/modal/esm/desktop/Component.desktop.js +1 -1
  731. package/modal/esm/desktop/desktop.css +4 -2
  732. package/modal/esm/desktop/index.js +1 -1
  733. package/modal/esm/index.js +1 -1
  734. package/modal/esm/mobile/Component.mobile.js +1 -1
  735. package/modal/esm/mobile/index.js +1 -1
  736. package/modal/esm/mobile/mobile.css +3 -1
  737. package/modal/mobile/mobile.css +3 -1
  738. package/modal/modern/Component.responsive.js +1 -1
  739. package/modal/modern/components/content/desktop.css +4 -2
  740. package/modal/modern/components/content/index.css +3 -1
  741. package/modal/modern/components/content/mobile.css +4 -2
  742. package/modal/modern/components/controls/Component.js +1 -1
  743. package/modal/modern/components/controls/index.js +1 -1
  744. package/modal/modern/components/footer/Component.js +1 -1
  745. package/modal/modern/components/footer/desktop.css +5 -3
  746. package/modal/modern/components/footer/index.css +3 -1
  747. package/modal/modern/components/footer/layout.css +6 -4
  748. package/modal/modern/components/footer/mobile.css +4 -2
  749. package/modal/modern/components/header/desktop.css +6 -4
  750. package/modal/modern/components/header/index.css +3 -1
  751. package/modal/modern/components/header/mobile.css +6 -4
  752. package/modal/modern/desktop/Component.desktop.js +1 -1
  753. package/modal/modern/desktop/desktop.css +4 -2
  754. package/modal/modern/desktop/index.js +1 -1
  755. package/modal/modern/index.js +1 -1
  756. package/modal/modern/mobile/Component.mobile.js +1 -1
  757. package/modal/modern/mobile/index.js +1 -1
  758. package/modal/modern/mobile/mobile.css +3 -1
  759. package/navigation-bar/components/action-icon-addon/index.css +3 -1
  760. package/navigation-bar/components/action-text-addon/index.css +5 -3
  761. package/navigation-bar/cssm/components/action-icon-addon/index.module.css +3 -1
  762. package/navigation-bar/cssm/components/action-text-addon/index.module.css +5 -3
  763. package/navigation-bar/cssm/index.module.css +6 -4
  764. package/navigation-bar/esm/components/action-icon-addon/index.css +3 -1
  765. package/navigation-bar/esm/components/action-text-addon/index.css +5 -3
  766. package/navigation-bar/esm/index.css +6 -4
  767. package/navigation-bar/index.css +6 -4
  768. package/navigation-bar/modern/components/action-icon-addon/index.css +3 -1
  769. package/navigation-bar/modern/components/action-text-addon/index.css +5 -3
  770. package/navigation-bar/modern/index.css +6 -4
  771. package/navigation-bar-private/components/back-arrow-addon/index.css +5 -3
  772. package/navigation-bar-private/components/closer/index.css +3 -1
  773. package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +5 -3
  774. package/navigation-bar-private/cssm/components/closer/index.module.css +3 -1
  775. package/navigation-bar-private/cssm/index.module.css +5 -3
  776. package/navigation-bar-private/cssm/vars.css +3 -1
  777. package/navigation-bar-private/esm/components/back-arrow-addon/index.css +5 -3
  778. package/navigation-bar-private/esm/components/closer/index.css +3 -1
  779. package/navigation-bar-private/esm/index.css +5 -3
  780. package/navigation-bar-private/index.css +5 -3
  781. package/navigation-bar-private/modern/components/back-arrow-addon/index.css +5 -3
  782. package/navigation-bar-private/modern/components/closer/index.css +3 -1
  783. package/navigation-bar-private/modern/index.css +5 -3
  784. package/notification/cssm/index.module.css +8 -6
  785. package/notification/esm/index.css +8 -6
  786. package/notification/index.css +8 -6
  787. package/notification/modern/index.css +8 -6
  788. package/notification-manager/cssm/index.module.css +6 -4
  789. package/notification-manager/esm/index.css +6 -4
  790. package/notification-manager/index.css +6 -4
  791. package/notification-manager/modern/index.css +6 -4
  792. package/number-input/components/number-input/default.css +3 -1
  793. package/number-input/components/number-input/index.css +5 -3
  794. package/number-input/components/number-input/inverted.css +3 -1
  795. package/number-input/components/steppers/default.css +3 -1
  796. package/number-input/components/steppers/index.css +3 -1
  797. package/number-input/components/steppers/inverted.css +3 -1
  798. package/number-input/cssm/components/number-input/default.module.css +3 -1
  799. package/number-input/cssm/components/number-input/index.module.css +5 -3
  800. package/number-input/cssm/components/number-input/inverted.module.css +3 -1
  801. package/number-input/cssm/components/steppers/default.module.css +3 -1
  802. package/number-input/cssm/components/steppers/index.module.css +3 -1
  803. package/number-input/cssm/components/steppers/inverted.module.css +3 -1
  804. package/number-input/esm/components/number-input/default.css +3 -1
  805. package/number-input/esm/components/number-input/index.css +5 -3
  806. package/number-input/esm/components/number-input/inverted.css +3 -1
  807. package/number-input/esm/components/steppers/default.css +3 -1
  808. package/number-input/esm/components/steppers/index.css +3 -1
  809. package/number-input/esm/components/steppers/inverted.css +3 -1
  810. package/number-input/modern/components/number-input/default.css +3 -1
  811. package/number-input/modern/components/number-input/index.css +5 -3
  812. package/number-input/modern/components/number-input/inverted.css +3 -1
  813. package/number-input/modern/components/steppers/default.css +3 -1
  814. package/number-input/modern/components/steppers/index.css +3 -1
  815. package/number-input/modern/components/steppers/inverted.css +3 -1
  816. package/package.json +3 -2
  817. package/pagination/components/default-view/index.css +3 -1
  818. package/pagination/components/per-page-view/index.css +4 -2
  819. package/pagination/components/tag/index.css +3 -1
  820. package/pagination/cssm/components/default-view/index.module.css +3 -1
  821. package/pagination/cssm/components/per-page-view/index.module.css +4 -2
  822. package/pagination/cssm/components/tag/index.module.css +3 -1
  823. package/pagination/cssm/index.module.css +4 -2
  824. package/pagination/esm/components/default-view/index.css +3 -1
  825. package/pagination/esm/components/per-page-view/index.css +4 -2
  826. package/pagination/esm/components/tag/index.css +3 -1
  827. package/pagination/esm/index.css +4 -2
  828. package/pagination/index.css +4 -2
  829. package/pagination/modern/components/default-view/index.css +3 -1
  830. package/pagination/modern/components/per-page-view/index.css +4 -2
  831. package/pagination/modern/components/tag/index.css +3 -1
  832. package/pagination/modern/index.css +4 -2
  833. package/pass-code/Component.d.ts +4 -0
  834. package/pass-code/Component.js +7 -1
  835. package/pass-code/components/InputProgress/index.css +3 -1
  836. package/pass-code/components/KeyPad/index.css +6 -6
  837. package/pass-code/components/KeyPadButton/Component.js +7 -3
  838. package/pass-code/components/KeyPadButton/index.css +7 -3
  839. package/pass-code/cssm/Component.d.ts +4 -0
  840. package/pass-code/cssm/Component.js +7 -1
  841. package/pass-code/cssm/components/InputProgress/index.module.css +3 -1
  842. package/pass-code/cssm/components/KeyPad/index.module.css +6 -6
  843. package/pass-code/cssm/components/KeyPadButton/Component.js +6 -2
  844. package/pass-code/cssm/components/KeyPadButton/index.module.css +7 -3
  845. package/pass-code/cssm/desktop/desktop.module.css +10 -0
  846. package/pass-code/cssm/index.module.css +3 -1
  847. package/pass-code/cssm/mobile/mobile.module.css +9 -1
  848. package/pass-code/desktop/PassCodeDesktop.js +1 -1
  849. package/pass-code/desktop/desktop.css +10 -0
  850. package/pass-code/esm/Component.d.ts +4 -0
  851. package/pass-code/esm/Component.js +7 -1
  852. package/pass-code/esm/components/InputProgress/index.css +3 -1
  853. package/pass-code/esm/components/KeyPad/index.css +6 -6
  854. package/pass-code/esm/components/KeyPadButton/Component.js +7 -3
  855. package/pass-code/esm/components/KeyPadButton/index.css +7 -3
  856. package/pass-code/esm/components/KeyPadButton/index.js +1 -0
  857. package/pass-code/esm/desktop/PassCodeDesktop.js +1 -1
  858. package/pass-code/esm/desktop/desktop.css +10 -0
  859. package/pass-code/esm/index.css +3 -1
  860. package/pass-code/esm/mobile/mobile.css +9 -1
  861. package/pass-code/index.css +3 -1
  862. package/pass-code/mobile/mobile.css +9 -1
  863. package/pass-code/modern/Component.d.ts +4 -0
  864. package/pass-code/modern/Component.js +7 -1
  865. package/pass-code/modern/components/InputProgress/index.css +3 -1
  866. package/pass-code/modern/components/KeyPad/index.css +6 -6
  867. package/pass-code/modern/components/KeyPadButton/Component.js +5 -2
  868. package/pass-code/modern/components/KeyPadButton/index.css +7 -3
  869. package/pass-code/modern/components/KeyPadButton/index.js +1 -0
  870. package/pass-code/modern/desktop/PassCodeDesktop.js +1 -1
  871. package/pass-code/modern/desktop/desktop.css +10 -0
  872. package/pass-code/modern/index.css +3 -1
  873. package/pass-code/modern/mobile/mobile.css +9 -1
  874. package/pass-code-v1/components/InputProgress/index.css +3 -1
  875. package/pass-code-v1/components/KeyPad/index.css +7 -5
  876. package/pass-code-v1/components/KeyPadButton/index.css +3 -1
  877. package/pass-code-v1/cssm/components/InputProgress/index.module.css +3 -1
  878. package/pass-code-v1/cssm/components/KeyPad/index.module.css +7 -5
  879. package/pass-code-v1/cssm/components/KeyPadButton/index.module.css +3 -1
  880. package/pass-code-v1/cssm/index.module.css +4 -2
  881. package/pass-code-v1/esm/components/InputProgress/index.css +3 -1
  882. package/pass-code-v1/esm/components/KeyPad/index.css +7 -5
  883. package/pass-code-v1/esm/components/KeyPadButton/index.css +3 -1
  884. package/pass-code-v1/esm/index.css +4 -2
  885. package/pass-code-v1/index.css +4 -2
  886. package/pass-code-v1/modern/components/InputProgress/index.css +3 -1
  887. package/pass-code-v1/modern/components/KeyPad/index.css +7 -5
  888. package/pass-code-v1/modern/components/KeyPadButton/index.css +3 -1
  889. package/pass-code-v1/modern/index.css +4 -2
  890. package/password-input/cssm/index.module.css +5 -3
  891. package/password-input/esm/index.css +5 -3
  892. package/password-input/index.css +5 -3
  893. package/password-input/modern/index.css +5 -3
  894. package/pattern-lock/Component.responsive.d.ts +1 -1
  895. package/pattern-lock/components/base-pattern-lock/Component.d.ts +1 -1
  896. package/pattern-lock/components/base-pattern-lock/Component.js +7 -5
  897. package/pattern-lock/components/base-pattern-lock/index.css +17 -5
  898. package/pattern-lock/consts.d.ts +1 -1
  899. package/pattern-lock/consts.js +0 -1
  900. package/pattern-lock/cssm/Component.responsive.d.ts +1 -1
  901. package/pattern-lock/cssm/components/base-pattern-lock/Component.d.ts +1 -1
  902. package/pattern-lock/cssm/components/base-pattern-lock/Component.js +6 -4
  903. package/pattern-lock/cssm/components/base-pattern-lock/index.module.css +17 -5
  904. package/pattern-lock/cssm/consts.d.ts +1 -1
  905. package/pattern-lock/cssm/consts.js +0 -1
  906. package/pattern-lock/cssm/desktop/Component.desktop.d.ts +1 -1
  907. package/pattern-lock/cssm/desktop/desktop.module.css +5 -3
  908. package/pattern-lock/cssm/hooks/use-pattern-lock-cleanup.d.ts +1 -1
  909. package/pattern-lock/cssm/mobile/Component.mobile.d.ts +1 -1
  910. package/pattern-lock/cssm/mobile/mobile.module.css +5 -3
  911. package/pattern-lock/cssm/typings.d.ts +1 -2
  912. package/pattern-lock/cssm/utils.d.ts +1 -1
  913. package/pattern-lock/cssm/utils.js +1 -1
  914. package/pattern-lock/desktop/Component.desktop.d.ts +1 -1
  915. package/pattern-lock/desktop/desktop.css +5 -3
  916. package/pattern-lock/esm/Component.responsive.d.ts +1 -1
  917. package/pattern-lock/esm/Component.responsive.js +1 -1
  918. package/pattern-lock/esm/components/base-pattern-lock/Component.d.ts +1 -1
  919. package/pattern-lock/esm/components/base-pattern-lock/Component.js +7 -5
  920. package/pattern-lock/esm/components/base-pattern-lock/index.css +17 -5
  921. package/pattern-lock/esm/components/base-pattern-lock/index.js +1 -1
  922. package/pattern-lock/esm/consts.d.ts +1 -1
  923. package/pattern-lock/esm/consts.js +0 -1
  924. package/pattern-lock/esm/desktop/Component.desktop.d.ts +1 -1
  925. package/pattern-lock/esm/desktop/Component.desktop.js +1 -1
  926. package/pattern-lock/esm/desktop/desktop.css +5 -3
  927. package/pattern-lock/esm/desktop/index.js +1 -1
  928. package/pattern-lock/esm/hooks/use-pattern-lock-cleanup.d.ts +1 -1
  929. package/pattern-lock/esm/index.js +1 -1
  930. package/pattern-lock/esm/mobile/Component.mobile.d.ts +1 -1
  931. package/pattern-lock/esm/mobile/Component.mobile.js +1 -1
  932. package/pattern-lock/esm/mobile/index.js +1 -1
  933. package/pattern-lock/esm/mobile/mobile.css +5 -3
  934. package/pattern-lock/esm/typings.d.ts +1 -2
  935. package/pattern-lock/esm/utils.d.ts +1 -1
  936. package/pattern-lock/esm/utils.js +1 -1
  937. package/pattern-lock/hooks/use-pattern-lock-cleanup.d.ts +1 -1
  938. package/pattern-lock/mobile/Component.mobile.d.ts +1 -1
  939. package/pattern-lock/mobile/mobile.css +5 -3
  940. package/pattern-lock/modern/Component.responsive.d.ts +1 -1
  941. package/pattern-lock/modern/Component.responsive.js +1 -1
  942. package/pattern-lock/modern/components/base-pattern-lock/Component.d.ts +1 -1
  943. package/pattern-lock/modern/components/base-pattern-lock/Component.js +7 -5
  944. package/pattern-lock/modern/components/base-pattern-lock/index.css +17 -5
  945. package/pattern-lock/modern/components/base-pattern-lock/index.js +1 -1
  946. package/pattern-lock/modern/consts.d.ts +1 -1
  947. package/pattern-lock/modern/consts.js +0 -1
  948. package/pattern-lock/modern/desktop/Component.desktop.d.ts +1 -1
  949. package/pattern-lock/modern/desktop/Component.desktop.js +1 -1
  950. package/pattern-lock/modern/desktop/desktop.css +5 -3
  951. package/pattern-lock/modern/desktop/index.js +1 -1
  952. package/pattern-lock/modern/hooks/use-pattern-lock-cleanup.d.ts +1 -1
  953. package/pattern-lock/modern/index.js +1 -1
  954. package/pattern-lock/modern/mobile/Component.mobile.d.ts +1 -1
  955. package/pattern-lock/modern/mobile/Component.mobile.js +1 -1
  956. package/pattern-lock/modern/mobile/index.js +1 -1
  957. package/pattern-lock/modern/mobile/mobile.css +5 -3
  958. package/pattern-lock/modern/typings.d.ts +1 -2
  959. package/pattern-lock/modern/utils.d.ts +1 -1
  960. package/pattern-lock/modern/utils.js +1 -1
  961. package/pattern-lock/typings.d.ts +1 -2
  962. package/pattern-lock/utils.d.ts +1 -1
  963. package/pattern-lock/utils.js +1 -1
  964. package/pattern-lock-v1/components/base-pattern-lock/index.css +5 -3
  965. package/pattern-lock-v1/cssm/components/base-pattern-lock/index.module.css +5 -3
  966. package/pattern-lock-v1/cssm/desktop/desktop.module.css +5 -3
  967. package/pattern-lock-v1/cssm/mobile/mobile.module.css +8 -6
  968. package/pattern-lock-v1/desktop/desktop.css +5 -3
  969. package/pattern-lock-v1/esm/components/base-pattern-lock/index.css +5 -3
  970. package/pattern-lock-v1/esm/desktop/desktop.css +5 -3
  971. package/pattern-lock-v1/esm/mobile/mobile.css +8 -6
  972. package/pattern-lock-v1/mobile/mobile.css +8 -6
  973. package/pattern-lock-v1/modern/components/base-pattern-lock/index.css +5 -3
  974. package/pattern-lock-v1/modern/desktop/desktop.css +5 -3
  975. package/pattern-lock-v1/modern/mobile/mobile.css +8 -6
  976. package/picker-button/Component-c44170fe.d.ts +1 -1
  977. package/picker-button/cssm/field/index.module.css +4 -2
  978. package/picker-button/cssm/index.module.css +5 -3
  979. package/picker-button/cssm/option/index.module.css +4 -2
  980. package/picker-button/esm/field/index.css +4 -2
  981. package/picker-button/esm/index.css +5 -3
  982. package/picker-button/esm/option/index.css +4 -2
  983. package/picker-button/field/index.css +4 -2
  984. package/picker-button/index.css +5 -3
  985. package/picker-button/modern/field/index.css +4 -2
  986. package/picker-button/modern/index.css +5 -3
  987. package/picker-button/modern/option/index.css +4 -2
  988. package/picker-button/option/index.css +4 -2
  989. package/plate/components/base-plate/index.css +6 -4
  990. package/plate/cssm/components/base-plate/index.module.css +6 -4
  991. package/plate/cssm/desktop/desktop.module.css +6 -4
  992. package/plate/cssm/mobile/mobile.module.css +6 -4
  993. package/plate/desktop/desktop.css +6 -4
  994. package/plate/esm/components/base-plate/index.css +6 -4
  995. package/plate/esm/desktop/desktop.css +6 -4
  996. package/plate/esm/mobile/mobile.css +6 -4
  997. package/plate/mobile/mobile.css +6 -4
  998. package/plate/modern/components/base-plate/index.css +6 -4
  999. package/plate/modern/desktop/desktop.css +6 -4
  1000. package/plate/modern/mobile/mobile.css +6 -4
  1001. package/popover/cssm/index.module.css +3 -1
  1002. package/popover/esm/index.css +3 -1
  1003. package/popover/index.css +3 -1
  1004. package/popover/modern/index.css +3 -1
  1005. package/popup-sheet/components/backdrop/index.css +3 -1
  1006. package/popup-sheet/cssm/components/backdrop/index.module.css +3 -1
  1007. package/popup-sheet/cssm/index.module.css +4 -2
  1008. package/popup-sheet/esm/components/backdrop/index.css +3 -1
  1009. package/popup-sheet/esm/index.css +4 -2
  1010. package/popup-sheet/index.css +4 -2
  1011. package/popup-sheet/modern/components/backdrop/index.css +3 -1
  1012. package/popup-sheet/modern/index.css +4 -2
  1013. package/product-cover/components/image-card/index.css +3 -1
  1014. package/product-cover/components/overlay/index.css +3 -1
  1015. package/product-cover/components/text/index.css +3 -1
  1016. package/product-cover/cssm/components/image-card/index.module.css +3 -1
  1017. package/product-cover/cssm/components/overlay/index.module.css +3 -1
  1018. package/product-cover/cssm/components/text/index.module.css +3 -1
  1019. package/product-cover/cssm/single/index.module.css +7 -5
  1020. package/product-cover/cssm/stack/index.module.css +8 -6
  1021. package/product-cover/esm/components/image-card/index.css +3 -1
  1022. package/product-cover/esm/components/overlay/index.css +3 -1
  1023. package/product-cover/esm/components/text/index.css +3 -1
  1024. package/product-cover/esm/single/index.css +7 -5
  1025. package/product-cover/esm/stack/index.css +8 -6
  1026. package/product-cover/modern/components/image-card/index.css +3 -1
  1027. package/product-cover/modern/components/overlay/index.css +3 -1
  1028. package/product-cover/modern/components/text/index.css +3 -1
  1029. package/product-cover/modern/single/index.css +7 -5
  1030. package/product-cover/modern/stack/index.css +8 -6
  1031. package/product-cover/single/index.css +7 -5
  1032. package/product-cover/stack/index.css +8 -6
  1033. package/progress-bar/cssm/index.module.css +3 -1
  1034. package/progress-bar/cssm/vars.css +3 -1
  1035. package/progress-bar/esm/index.css +3 -1
  1036. package/progress-bar/index.css +3 -1
  1037. package/progress-bar/modern/index.css +3 -1
  1038. package/pure-cell/component.js +1 -1
  1039. package/pure-cell/components/addon/component.js +1 -1
  1040. package/pure-cell/components/addon/index.css +4 -2
  1041. package/pure-cell/components/addon/index.d.ts +1 -1
  1042. package/pure-cell/components/addon/index.js +1 -1
  1043. package/pure-cell/components/amount/component.js +1 -1
  1044. package/pure-cell/components/amount/index.css +3 -1
  1045. package/pure-cell/components/amount/index.d.ts +1 -1
  1046. package/pure-cell/components/amount/index.js +1 -1
  1047. package/pure-cell/components/amount-title/component.js +1 -1
  1048. package/pure-cell/components/amount-title/index.css +3 -1
  1049. package/pure-cell/components/amount-title/index.d.ts +1 -1
  1050. package/pure-cell/components/amount-title/index.js +1 -1
  1051. package/pure-cell/components/category/component.js +1 -1
  1052. package/pure-cell/components/category/index.css +5 -3
  1053. package/pure-cell/components/category/index.d.ts +1 -1
  1054. package/pure-cell/components/category/index.js +1 -1
  1055. package/pure-cell/components/content/component.js +1 -1
  1056. package/pure-cell/components/content/index.css +3 -1
  1057. package/pure-cell/components/content/index.d.ts +1 -1
  1058. package/pure-cell/components/content/index.js +1 -1
  1059. package/pure-cell/components/footer/component.js +1 -1
  1060. package/pure-cell/components/footer/index.css +4 -2
  1061. package/pure-cell/components/footer/index.d.ts +1 -1
  1062. package/pure-cell/components/footer/index.js +1 -1
  1063. package/pure-cell/components/footer-button/component.js +1 -1
  1064. package/pure-cell/components/footer-button/index.css +3 -1
  1065. package/pure-cell/components/footer-button/index.d.ts +1 -1
  1066. package/pure-cell/components/footer-button/index.js +1 -1
  1067. package/pure-cell/components/footer-text/component.js +1 -1
  1068. package/pure-cell/components/footer-text/index.d.ts +1 -1
  1069. package/pure-cell/components/footer-text/index.js +1 -1
  1070. package/pure-cell/components/graphics/component.js +1 -1
  1071. package/pure-cell/components/graphics/index.css +7 -5
  1072. package/pure-cell/components/graphics/index.d.ts +1 -1
  1073. package/pure-cell/components/graphics/index.js +1 -1
  1074. package/pure-cell/components/main/component.js +1 -1
  1075. package/pure-cell/components/main/index.css +3 -1
  1076. package/pure-cell/components/main/index.d.ts +1 -1
  1077. package/pure-cell/components/main/index.js +1 -1
  1078. package/pure-cell/components/text/component.js +1 -1
  1079. package/pure-cell/components/text/index.css +4 -2
  1080. package/pure-cell/components/text/index.d.ts +1 -1
  1081. package/pure-cell/components/text/index.js +1 -1
  1082. package/pure-cell/cssm/components/addon/index.module.css +4 -2
  1083. package/pure-cell/cssm/components/amount/index.module.css +3 -1
  1084. package/pure-cell/cssm/components/amount-title/index.module.css +3 -1
  1085. package/pure-cell/cssm/components/category/index.module.css +5 -3
  1086. package/pure-cell/cssm/components/content/index.module.css +3 -1
  1087. package/pure-cell/cssm/components/footer/index.module.css +4 -2
  1088. package/pure-cell/cssm/components/footer-button/index.module.css +3 -1
  1089. package/pure-cell/cssm/components/graphics/index.module.css +7 -5
  1090. package/pure-cell/cssm/components/main/index.module.css +3 -1
  1091. package/pure-cell/cssm/components/text/index.module.css +4 -2
  1092. package/pure-cell/cssm/index.module.css +7 -5
  1093. package/pure-cell/cssm/vars.css +3 -1
  1094. package/pure-cell/esm/component.js +1 -1
  1095. package/pure-cell/esm/components/addon/component.js +1 -1
  1096. package/pure-cell/esm/components/addon/index.css +4 -2
  1097. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  1098. package/pure-cell/esm/components/addon/index.js +1 -1
  1099. package/pure-cell/esm/components/amount/component.js +1 -1
  1100. package/pure-cell/esm/components/amount/index.css +3 -1
  1101. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  1102. package/pure-cell/esm/components/amount/index.js +1 -1
  1103. package/pure-cell/esm/components/amount-title/component.js +1 -1
  1104. package/pure-cell/esm/components/amount-title/index.css +3 -1
  1105. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  1106. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1107. package/pure-cell/esm/components/category/component.js +1 -1
  1108. package/pure-cell/esm/components/category/index.css +5 -3
  1109. package/pure-cell/esm/components/category/index.d.ts +1 -1
  1110. package/pure-cell/esm/components/category/index.js +1 -1
  1111. package/pure-cell/esm/components/content/component.js +1 -1
  1112. package/pure-cell/esm/components/content/index.css +3 -1
  1113. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1114. package/pure-cell/esm/components/content/index.js +1 -1
  1115. package/pure-cell/esm/components/footer/component.js +1 -1
  1116. package/pure-cell/esm/components/footer/index.css +4 -2
  1117. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  1118. package/pure-cell/esm/components/footer/index.js +1 -1
  1119. package/pure-cell/esm/components/footer-button/component.js +1 -1
  1120. package/pure-cell/esm/components/footer-button/index.css +3 -1
  1121. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  1122. package/pure-cell/esm/components/footer-button/index.js +1 -1
  1123. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1124. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  1125. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1126. package/pure-cell/esm/components/graphics/component.js +1 -1
  1127. package/pure-cell/esm/components/graphics/index.css +7 -5
  1128. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  1129. package/pure-cell/esm/components/graphics/index.js +1 -1
  1130. package/pure-cell/esm/components/main/component.js +1 -1
  1131. package/pure-cell/esm/components/main/index.css +3 -1
  1132. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1133. package/pure-cell/esm/components/main/index.js +1 -1
  1134. package/pure-cell/esm/components/text/component.js +1 -1
  1135. package/pure-cell/esm/components/text/index.css +4 -2
  1136. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1137. package/pure-cell/esm/components/text/index.js +1 -1
  1138. package/pure-cell/esm/index.css +7 -5
  1139. package/pure-cell/esm/index.js +1 -1
  1140. package/pure-cell/index.css +7 -5
  1141. package/pure-cell/index.js +1 -1
  1142. package/pure-cell/modern/component.js +1 -1
  1143. package/pure-cell/modern/components/addon/component.js +1 -1
  1144. package/pure-cell/modern/components/addon/index.css +4 -2
  1145. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  1146. package/pure-cell/modern/components/addon/index.js +1 -1
  1147. package/pure-cell/modern/components/amount/component.js +1 -1
  1148. package/pure-cell/modern/components/amount/index.css +3 -1
  1149. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  1150. package/pure-cell/modern/components/amount/index.js +1 -1
  1151. package/pure-cell/modern/components/amount-title/component.js +1 -1
  1152. package/pure-cell/modern/components/amount-title/index.css +3 -1
  1153. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  1154. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1155. package/pure-cell/modern/components/category/component.js +1 -1
  1156. package/pure-cell/modern/components/category/index.css +5 -3
  1157. package/pure-cell/modern/components/category/index.d.ts +1 -1
  1158. package/pure-cell/modern/components/category/index.js +1 -1
  1159. package/pure-cell/modern/components/content/component.js +1 -1
  1160. package/pure-cell/modern/components/content/index.css +3 -1
  1161. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1162. package/pure-cell/modern/components/content/index.js +1 -1
  1163. package/pure-cell/modern/components/footer/component.js +1 -1
  1164. package/pure-cell/modern/components/footer/index.css +4 -2
  1165. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  1166. package/pure-cell/modern/components/footer/index.js +1 -1
  1167. package/pure-cell/modern/components/footer-button/component.js +1 -1
  1168. package/pure-cell/modern/components/footer-button/index.css +3 -1
  1169. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  1170. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1171. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1172. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  1173. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1174. package/pure-cell/modern/components/graphics/component.js +1 -1
  1175. package/pure-cell/modern/components/graphics/index.css +7 -5
  1176. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  1177. package/pure-cell/modern/components/graphics/index.js +1 -1
  1178. package/pure-cell/modern/components/main/component.js +1 -1
  1179. package/pure-cell/modern/components/main/index.css +3 -1
  1180. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1181. package/pure-cell/modern/components/main/index.js +1 -1
  1182. package/pure-cell/modern/components/text/component.js +1 -1
  1183. package/pure-cell/modern/components/text/index.css +4 -2
  1184. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1185. package/pure-cell/modern/components/text/index.js +1 -1
  1186. package/pure-cell/modern/index.css +7 -5
  1187. package/pure-cell/modern/index.js +1 -1
  1188. package/radio/cssm/index.module.css +7 -5
  1189. package/radio/esm/index.css +7 -5
  1190. package/radio/index.css +7 -5
  1191. package/radio/modern/index.css +7 -5
  1192. package/radio-group/components/base-radio-group/index.css +7 -5
  1193. package/radio-group/cssm/components/base-radio-group/index.module.css +7 -5
  1194. package/radio-group/cssm/desktop/desktop.module.css +3 -1
  1195. package/radio-group/cssm/mobile/mobile.module.css +4 -2
  1196. package/radio-group/cssm/vars.css +3 -1
  1197. package/radio-group/desktop/desktop.css +3 -1
  1198. package/radio-group/esm/components/base-radio-group/index.css +7 -5
  1199. package/radio-group/esm/desktop/desktop.css +3 -1
  1200. package/radio-group/esm/mobile/mobile.css +4 -2
  1201. package/radio-group/mobile/mobile.css +4 -2
  1202. package/radio-group/modern/components/base-radio-group/index.css +7 -5
  1203. package/radio-group/modern/desktop/desktop.css +3 -1
  1204. package/radio-group/modern/mobile/mobile.css +4 -2
  1205. package/scrollbar/cssm/default.module.css +3 -1
  1206. package/scrollbar/cssm/index.module.css +3 -1
  1207. package/scrollbar/cssm/inverted.module.css +3 -1
  1208. package/scrollbar/default.css +3 -1
  1209. package/scrollbar/esm/default.css +3 -1
  1210. package/scrollbar/esm/index.css +3 -1
  1211. package/scrollbar/esm/inverted.css +3 -1
  1212. package/scrollbar/index.css +3 -1
  1213. package/scrollbar/inverted.css +3 -1
  1214. package/scrollbar/modern/default.css +3 -1
  1215. package/scrollbar/modern/index.css +3 -1
  1216. package/scrollbar/modern/inverted.css +3 -1
  1217. package/segmented-control/components/segment/default.css +3 -1
  1218. package/segmented-control/components/segment/index.css +4 -2
  1219. package/segmented-control/components/segment/inverted.css +3 -1
  1220. package/segmented-control/cssm/components/segment/default.module.css +3 -1
  1221. package/segmented-control/cssm/components/segment/index.module.css +4 -2
  1222. package/segmented-control/cssm/components/segment/inverted.module.css +3 -1
  1223. package/segmented-control/cssm/default.module.css +3 -1
  1224. package/segmented-control/cssm/index.module.css +3 -1
  1225. package/segmented-control/cssm/inverted.module.css +3 -1
  1226. package/segmented-control/default.css +3 -1
  1227. package/segmented-control/esm/components/segment/default.css +3 -1
  1228. package/segmented-control/esm/components/segment/index.css +4 -2
  1229. package/segmented-control/esm/components/segment/inverted.css +3 -1
  1230. package/segmented-control/esm/default.css +3 -1
  1231. package/segmented-control/esm/index.css +3 -1
  1232. package/segmented-control/esm/inverted.css +3 -1
  1233. package/segmented-control/index.css +3 -1
  1234. package/segmented-control/inverted.css +3 -1
  1235. package/segmented-control/modern/components/segment/default.css +3 -1
  1236. package/segmented-control/modern/components/segment/index.css +4 -2
  1237. package/segmented-control/modern/components/segment/inverted.css +3 -1
  1238. package/segmented-control/modern/default.css +3 -1
  1239. package/segmented-control/modern/index.css +3 -1
  1240. package/segmented-control/modern/inverted.css +3 -1
  1241. package/select/components/arrow/index.css +3 -1
  1242. package/select/components/base-checkmark/index.css +3 -1
  1243. package/select/components/base-option/index.css +6 -4
  1244. package/select/components/base-select/Component.d.ts +8 -14
  1245. package/select/components/base-select/Component.js +48 -75
  1246. package/select/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +12 -0
  1247. package/select/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js +17 -0
  1248. package/select/components/base-select/components/list-desktop/list-popover-desktop.d.ts +0 -0
  1249. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +10 -0
  1250. package/select/components/base-select/components/list-desktop/types/types.d.ts +3 -0
  1251. package/select/components/base-select/components/list-desktop/types/types.js +1 -0
  1252. package/select/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +16 -0
  1253. package/select/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js +21 -0
  1254. package/select/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +28 -0
  1255. package/select/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js +20 -0
  1256. package/select/components/base-select/components/list-mobile/helpers/index.d.ts +2 -0
  1257. package/select/components/base-select/components/list-mobile/helpers/index.js +9 -0
  1258. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.d.ts +15 -0
  1259. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +26 -0
  1260. package/select/components/base-select/components/list-mobile/list-mobile.d.ts +16 -0
  1261. package/select/components/base-select/components/list-mobile/list-mobile.js +24 -0
  1262. package/select/components/base-select/components/list-mobile/list-modal-mobile.d.ts +15 -0
  1263. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +40 -0
  1264. package/select/components/base-select/components/list-mobile/types/types.d.ts +4 -0
  1265. package/select/components/base-select/components/list-mobile/types/types.js +1 -0
  1266. package/select/components/base-select/index.css +5 -3
  1267. package/select/components/base-select/mobile.css +7 -5
  1268. package/select/components/base-select/types/component-types.d.ts +50 -0
  1269. package/select/components/base-select/types/component-types.js +1 -0
  1270. package/select/components/checkmark/index.css +5 -3
  1271. package/select/components/checkmark-mobile/index.css +3 -1
  1272. package/select/components/field/index.css +3 -1
  1273. package/select/components/footer/index.css +4 -2
  1274. package/select/components/optgroup/index.css +6 -4
  1275. package/select/components/option/index.css +5 -3
  1276. package/select/components/options-list/index.css +6 -4
  1277. package/select/components/search/index.css +3 -1
  1278. package/select/components/virtual-options-list/index.css +6 -4
  1279. package/select/cssm/components/arrow/index.module.css +3 -1
  1280. package/select/cssm/components/base-checkmark/index.module.css +3 -1
  1281. package/select/cssm/components/base-option/index.module.css +6 -4
  1282. package/select/cssm/components/base-select/Component.d.ts +8 -14
  1283. package/select/cssm/components/base-select/Component.js +38 -60
  1284. package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +12 -0
  1285. package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js +17 -0
  1286. package/select/cssm/components/base-select/components/list-desktop/list-popover-desktop.d.ts +9 -0
  1287. package/select/cssm/components/base-select/components/list-desktop/list-popover-desktop.js +22 -0
  1288. package/select/cssm/components/base-select/components/list-desktop/types/types.d.ts +3 -0
  1289. package/select/cssm/components/base-select/components/list-desktop/types/types.js +1 -0
  1290. package/select/cssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +16 -0
  1291. package/select/cssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js +21 -0
  1292. package/select/cssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +28 -0
  1293. package/select/cssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js +20 -0
  1294. package/select/cssm/components/base-select/components/list-mobile/helpers/index.d.ts +2 -0
  1295. package/select/cssm/components/base-select/components/list-mobile/helpers/index.js +9 -0
  1296. package/select/cssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.d.ts +15 -0
  1297. package/select/cssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +27 -0
  1298. package/select/cssm/components/base-select/components/list-mobile/list-mobile.d.ts +16 -0
  1299. package/select/cssm/components/base-select/components/list-mobile/list-mobile.js +24 -0
  1300. package/select/cssm/components/base-select/components/list-mobile/list-modal-mobile.d.ts +15 -0
  1301. package/select/cssm/components/base-select/components/list-mobile/list-modal-mobile.js +41 -0
  1302. package/select/cssm/components/base-select/components/list-mobile/types/types.d.ts +4 -0
  1303. package/select/cssm/components/base-select/components/list-mobile/types/types.js +1 -0
  1304. package/select/cssm/components/base-select/index.module.css +5 -3
  1305. package/select/cssm/components/base-select/mobile.module.css +7 -5
  1306. package/select/cssm/components/base-select/types/component-types.d.ts +50 -0
  1307. package/select/cssm/components/base-select/types/component-types.js +1 -0
  1308. package/select/cssm/components/checkmark/index.module.css +5 -3
  1309. package/select/cssm/components/checkmark-mobile/index.module.css +3 -1
  1310. package/select/cssm/components/field/index.module.css +3 -1
  1311. package/select/cssm/components/footer/index.module.css +4 -2
  1312. package/select/cssm/components/optgroup/index.module.css +6 -4
  1313. package/select/cssm/components/option/index.module.css +5 -3
  1314. package/select/cssm/components/options-list/index.module.css +6 -4
  1315. package/select/cssm/components/search/index.module.css +3 -1
  1316. package/select/cssm/components/virtual-options-list/index.module.css +6 -4
  1317. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +5 -3
  1318. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +5 -3
  1319. package/select/esm/Component.responsive.js +9 -1
  1320. package/select/esm/components/arrow/index.css +3 -1
  1321. package/select/esm/components/base-checkmark/index.css +3 -1
  1322. package/select/esm/components/base-option/index.css +6 -4
  1323. package/select/esm/components/base-select/Component.d.ts +8 -14
  1324. package/select/esm/components/base-select/Component.js +41 -66
  1325. package/select/esm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +12 -0
  1326. package/select/esm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js +15 -0
  1327. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.d.ts +0 -0
  1328. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +4 -0
  1329. package/select/esm/components/base-select/components/list-desktop/types/types.d.ts +3 -0
  1330. package/select/esm/components/base-select/components/list-desktop/types/types.js +1 -0
  1331. package/select/esm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +16 -0
  1332. package/select/esm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js +19 -0
  1333. package/select/esm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +28 -0
  1334. package/select/esm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js +18 -0
  1335. package/select/esm/components/base-select/components/list-mobile/helpers/index.d.ts +2 -0
  1336. package/select/esm/components/base-select/components/list-mobile/helpers/index.js +2 -0
  1337. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.d.ts +15 -0
  1338. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +20 -0
  1339. package/select/esm/components/base-select/components/list-mobile/list-mobile.d.ts +16 -0
  1340. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +22 -0
  1341. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.d.ts +15 -0
  1342. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +32 -0
  1343. package/select/esm/components/base-select/components/list-mobile/types/types.d.ts +4 -0
  1344. package/select/esm/components/base-select/components/list-mobile/types/types.js +1 -0
  1345. package/select/esm/components/base-select/index.css +5 -3
  1346. package/select/esm/components/base-select/index.js +8 -0
  1347. package/select/esm/components/base-select/mobile.css +7 -5
  1348. package/select/esm/components/base-select/types/component-types.d.ts +50 -0
  1349. package/select/esm/components/base-select/types/component-types.js +1 -0
  1350. package/select/esm/components/checkmark/index.css +5 -3
  1351. package/select/esm/components/checkmark-mobile/index.css +3 -1
  1352. package/select/esm/components/field/index.css +3 -1
  1353. package/select/esm/components/footer/index.css +4 -2
  1354. package/select/esm/components/index.js +8 -0
  1355. package/select/esm/components/optgroup/index.css +6 -4
  1356. package/select/esm/components/option/index.css +5 -3
  1357. package/select/esm/components/options-list/index.css +6 -4
  1358. package/select/esm/components/search/index.css +3 -1
  1359. package/select/esm/components/virtual-options-list/index.css +6 -4
  1360. package/select/esm/desktop/Component.desktop.js +8 -0
  1361. package/select/esm/desktop/index.js +8 -0
  1362. package/select/esm/index.js +9 -1
  1363. package/select/esm/list-popover-desktop-a16c1a9c.d.ts +9 -0
  1364. package/select/esm/list-popover-desktop-a16c1a9c.js +16 -0
  1365. package/select/esm/mobile/Component.mobile.js +9 -1
  1366. package/select/esm/mobile/Component.modal.mobile.js +9 -1
  1367. package/select/esm/mobile/index.js +9 -1
  1368. package/select/esm/mobile.module-3975aa85.js +4 -0
  1369. package/select/esm/presets/index.js +1 -1
  1370. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  1371. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1372. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +5 -3
  1373. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +5 -3
  1374. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1375. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1376. package/select/esm/shared/index.js +9 -1
  1377. package/select/list-popover-desktop-63ceae1a.d.ts +9 -0
  1378. package/select/list-popover-desktop-63ceae1a.js +22 -0
  1379. package/select/mobile/Component.mobile.js +1 -1
  1380. package/select/mobile.module-f44f34a3.js +4 -0
  1381. package/select/modern/Component.responsive.js +9 -1
  1382. package/select/modern/components/arrow/index.css +3 -1
  1383. package/select/modern/components/base-checkmark/index.css +3 -1
  1384. package/select/modern/components/base-option/index.css +6 -4
  1385. package/select/modern/components/base-select/Component.d.ts +8 -14
  1386. package/select/modern/components/base-select/Component.js +25 -56
  1387. package/select/modern/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +12 -0
  1388. package/select/modern/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js +15 -0
  1389. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.d.ts +0 -0
  1390. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +3 -0
  1391. package/select/modern/components/base-select/components/list-desktop/types/types.d.ts +3 -0
  1392. package/select/modern/components/base-select/components/list-desktop/types/types.js +1 -0
  1393. package/select/modern/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +16 -0
  1394. package/select/modern/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js +19 -0
  1395. package/select/modern/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +28 -0
  1396. package/select/modern/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js +18 -0
  1397. package/select/modern/components/base-select/components/list-mobile/helpers/index.d.ts +2 -0
  1398. package/select/modern/components/base-select/components/list-mobile/helpers/index.js +2 -0
  1399. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.d.ts +15 -0
  1400. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +24 -0
  1401. package/select/modern/components/base-select/components/list-mobile/list-mobile.d.ts +16 -0
  1402. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +21 -0
  1403. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.d.ts +15 -0
  1404. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +32 -0
  1405. package/select/modern/components/base-select/components/list-mobile/types/types.d.ts +4 -0
  1406. package/select/modern/components/base-select/components/list-mobile/types/types.js +1 -0
  1407. package/select/modern/components/base-select/index.css +5 -3
  1408. package/select/modern/components/base-select/index.js +8 -0
  1409. package/select/modern/components/base-select/mobile.css +7 -5
  1410. package/select/modern/components/base-select/types/component-types.d.ts +50 -0
  1411. package/select/modern/components/base-select/types/component-types.js +1 -0
  1412. package/select/modern/components/checkmark/index.css +5 -3
  1413. package/select/modern/components/checkmark-mobile/index.css +3 -1
  1414. package/select/modern/components/field/index.css +3 -1
  1415. package/select/modern/components/footer/index.css +4 -2
  1416. package/select/modern/components/index.js +8 -0
  1417. package/select/modern/components/optgroup/index.css +6 -4
  1418. package/select/modern/components/option/index.css +5 -3
  1419. package/select/modern/components/options-list/index.css +6 -4
  1420. package/select/modern/components/search/index.css +3 -1
  1421. package/select/modern/components/virtual-options-list/index.css +6 -4
  1422. package/select/modern/desktop/Component.desktop.js +8 -0
  1423. package/select/modern/desktop/index.js +8 -0
  1424. package/select/modern/index.js +9 -1
  1425. package/select/modern/list-popover-desktop-380bb61b.d.ts +9 -0
  1426. package/select/modern/list-popover-desktop-380bb61b.js +15 -0
  1427. package/select/modern/mobile/Component.mobile.js +9 -1
  1428. package/select/modern/mobile/Component.modal.mobile.js +9 -1
  1429. package/select/modern/mobile/index.js +9 -1
  1430. package/select/modern/mobile.module-5f7203b5.js +4 -0
  1431. package/select/modern/presets/index.js +1 -1
  1432. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  1433. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1434. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +5 -3
  1435. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +5 -3
  1436. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1437. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1438. package/select/modern/shared/index.js +9 -1
  1439. package/select/presets/index.js +1 -1
  1440. package/select/presets/useSelectWithApply/hook.js +1 -1
  1441. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1442. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +5 -3
  1443. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +5 -3
  1444. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1445. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1446. package/select/shared/index.js +1 -1
  1447. package/select-with-tags/components/tag/index.css +4 -2
  1448. package/select-with-tags/components/tag-list/index.css +9 -7
  1449. package/select-with-tags/cssm/components/tag/index.module.css +4 -2
  1450. package/select-with-tags/cssm/components/tag-list/index.module.css +9 -7
  1451. package/select-with-tags/esm/components/tag/index.css +4 -2
  1452. package/select-with-tags/esm/components/tag-list/index.css +9 -7
  1453. package/select-with-tags/modern/components/tag/index.css +4 -2
  1454. package/select-with-tags/modern/components/tag-list/index.css +9 -7
  1455. package/side-panel/components/content/desktop.css +5 -3
  1456. package/side-panel/components/content/index.css +3 -1
  1457. package/side-panel/components/content/mobile.css +4 -2
  1458. package/side-panel/components/controls/Component.js +1 -1
  1459. package/side-panel/components/footer/Component.js +1 -1
  1460. package/side-panel/components/footer/desktop.css +5 -3
  1461. package/side-panel/components/footer/index.css +3 -1
  1462. package/side-panel/components/footer/layout.css +6 -4
  1463. package/side-panel/components/footer/mobile.css +4 -2
  1464. package/side-panel/components/header/desktop.css +5 -3
  1465. package/side-panel/components/header/index.css +3 -1
  1466. package/side-panel/components/header/mobile.css +6 -4
  1467. package/side-panel/cssm/components/content/desktop.module.css +5 -3
  1468. package/side-panel/cssm/components/content/index.module.css +3 -1
  1469. package/side-panel/cssm/components/content/mobile.module.css +4 -2
  1470. package/side-panel/cssm/components/footer/desktop.module.css +5 -3
  1471. package/side-panel/cssm/components/footer/index.module.css +3 -1
  1472. package/side-panel/cssm/components/footer/layout.module.css +6 -4
  1473. package/side-panel/cssm/components/footer/mobile.module.css +4 -2
  1474. package/side-panel/cssm/components/header/desktop.module.css +5 -3
  1475. package/side-panel/cssm/components/header/index.module.css +3 -1
  1476. package/side-panel/cssm/components/header/mobile.module.css +6 -4
  1477. package/side-panel/cssm/desktop/desktop.module.css +3 -1
  1478. package/side-panel/cssm/mobile/mobile.module.css +3 -1
  1479. package/side-panel/cssm/vars.css +3 -1
  1480. package/side-panel/desktop/desktop.css +3 -1
  1481. package/side-panel/esm/Component.responsive.js +1 -1
  1482. package/side-panel/esm/components/content/desktop.css +5 -3
  1483. package/side-panel/esm/components/content/index.css +3 -1
  1484. package/side-panel/esm/components/content/mobile.css +4 -2
  1485. package/side-panel/esm/components/controls/Component.js +1 -1
  1486. package/side-panel/esm/components/controls/index.js +1 -1
  1487. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  1488. package/side-panel/esm/components/footer/Component.js +1 -1
  1489. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  1490. package/side-panel/esm/components/footer/desktop.css +5 -3
  1491. package/side-panel/esm/components/footer/index.css +3 -1
  1492. package/side-panel/esm/components/footer/layout.css +6 -4
  1493. package/side-panel/esm/components/footer/mobile.css +4 -2
  1494. package/side-panel/esm/components/header/desktop.css +5 -3
  1495. package/side-panel/esm/components/header/index.css +3 -1
  1496. package/side-panel/esm/components/header/mobile.css +6 -4
  1497. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  1498. package/side-panel/esm/desktop/desktop.css +3 -1
  1499. package/side-panel/esm/desktop/index.js +1 -1
  1500. package/side-panel/esm/index.js +1 -1
  1501. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  1502. package/side-panel/esm/mobile/index.js +1 -1
  1503. package/side-panel/esm/mobile/mobile.css +3 -1
  1504. package/side-panel/mobile/mobile.css +3 -1
  1505. package/side-panel/modern/Component.responsive.js +1 -1
  1506. package/side-panel/modern/components/content/desktop.css +5 -3
  1507. package/side-panel/modern/components/content/index.css +3 -1
  1508. package/side-panel/modern/components/content/mobile.css +4 -2
  1509. package/side-panel/modern/components/controls/Component.js +1 -1
  1510. package/side-panel/modern/components/controls/index.js +1 -1
  1511. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  1512. package/side-panel/modern/components/footer/Component.js +1 -1
  1513. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  1514. package/side-panel/modern/components/footer/desktop.css +5 -3
  1515. package/side-panel/modern/components/footer/index.css +3 -1
  1516. package/side-panel/modern/components/footer/layout.css +6 -4
  1517. package/side-panel/modern/components/footer/mobile.css +4 -2
  1518. package/side-panel/modern/components/header/desktop.css +5 -3
  1519. package/side-panel/modern/components/header/index.css +3 -1
  1520. package/side-panel/modern/components/header/mobile.css +6 -4
  1521. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  1522. package/side-panel/modern/desktop/desktop.css +3 -1
  1523. package/side-panel/modern/desktop/index.js +1 -1
  1524. package/side-panel/modern/index.js +1 -1
  1525. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  1526. package/side-panel/modern/mobile/index.js +1 -1
  1527. package/side-panel/modern/mobile/mobile.css +3 -1
  1528. package/skeleton/cssm/index.module.css +3 -1
  1529. package/skeleton/esm/index.css +3 -1
  1530. package/skeleton/index.css +3 -1
  1531. package/skeleton/modern/index.css +3 -1
  1532. package/slider/cssm/index.module.css +3 -1
  1533. package/slider/cssm/vars.css +3 -1
  1534. package/slider/esm/index.css +3 -1
  1535. package/slider/index.css +3 -1
  1536. package/slider/modern/index.css +3 -1
  1537. package/slider-input/cssm/index.module.css +6 -4
  1538. package/slider-input/esm/index.css +6 -4
  1539. package/slider-input/index.css +6 -4
  1540. package/slider-input/modern/index.css +6 -4
  1541. package/sortable-list/components/item/index.css +8 -6
  1542. package/sortable-list/cssm/components/item/index.module.css +8 -6
  1543. package/sortable-list/cssm/index.module.css +8 -6
  1544. package/sortable-list/esm/components/item/index.css +8 -6
  1545. package/sortable-list/esm/index.css +8 -6
  1546. package/sortable-list/index.css +8 -6
  1547. package/sortable-list/modern/components/item/index.css +8 -6
  1548. package/sortable-list/modern/index.css +8 -6
  1549. package/space/cssm/index.module.css +3 -1
  1550. package/space/esm/index.css +3 -1
  1551. package/space/index.css +3 -1
  1552. package/space/modern/index.css +3 -1
  1553. package/spinner/cssm/default.module.css +3 -1
  1554. package/spinner/cssm/index.module.css +3 -1
  1555. package/spinner/cssm/inverted.module.css +3 -1
  1556. package/spinner/default.css +3 -1
  1557. package/spinner/esm/default.css +3 -1
  1558. package/spinner/esm/index.css +3 -1
  1559. package/spinner/esm/inverted.css +3 -1
  1560. package/spinner/index.css +3 -1
  1561. package/spinner/inverted.css +3 -1
  1562. package/spinner/modern/default.css +3 -1
  1563. package/spinner/modern/index.css +3 -1
  1564. package/spinner/modern/inverted.css +3 -1
  1565. package/status/cssm/index.module.css +4 -2
  1566. package/status/esm/index.css +4 -2
  1567. package/status/index.css +4 -2
  1568. package/status/modern/index.css +4 -2
  1569. package/status-badge/cssm/default.module.css +3 -1
  1570. package/status-badge/cssm/index.module.css +3 -1
  1571. package/status-badge/cssm/inverted.module.css +3 -1
  1572. package/status-badge/default.css +3 -1
  1573. package/status-badge/esm/default.css +3 -1
  1574. package/status-badge/esm/index.css +3 -1
  1575. package/status-badge/esm/inverted.css +3 -1
  1576. package/status-badge/index.css +3 -1
  1577. package/status-badge/inverted.css +3 -1
  1578. package/status-badge/modern/default.css +3 -1
  1579. package/status-badge/modern/index.css +3 -1
  1580. package/status-badge/modern/inverted.css +3 -1
  1581. package/stepped-progress-bar/components/step-bar/index.css +4 -2
  1582. package/stepped-progress-bar/cssm/components/step-bar/index.module.css +4 -2
  1583. package/stepped-progress-bar/cssm/default.module.css +3 -1
  1584. package/stepped-progress-bar/cssm/index.module.css +4 -2
  1585. package/stepped-progress-bar/cssm/inverted.module.css +3 -1
  1586. package/stepped-progress-bar/default.css +3 -1
  1587. package/stepped-progress-bar/esm/components/step-bar/index.css +4 -2
  1588. package/stepped-progress-bar/esm/default.css +3 -1
  1589. package/stepped-progress-bar/esm/index.css +4 -2
  1590. package/stepped-progress-bar/esm/inverted.css +3 -1
  1591. package/stepped-progress-bar/index.css +4 -2
  1592. package/stepped-progress-bar/inverted.css +3 -1
  1593. package/stepped-progress-bar/modern/components/step-bar/index.css +4 -2
  1594. package/stepped-progress-bar/modern/default.css +3 -1
  1595. package/stepped-progress-bar/modern/index.css +4 -2
  1596. package/stepped-progress-bar/modern/inverted.css +3 -1
  1597. package/steps/components/step/index.css +5 -3
  1598. package/steps/cssm/components/step/index.module.css +5 -3
  1599. package/steps/cssm/index.module.css +3 -1
  1600. package/steps/esm/components/step/index.css +5 -3
  1601. package/steps/esm/index.css +3 -1
  1602. package/steps/index.css +3 -1
  1603. package/steps/modern/components/step/index.css +5 -3
  1604. package/steps/modern/index.css +3 -1
  1605. package/switch/cssm/index.module.css +6 -4
  1606. package/switch/esm/index.css +6 -4
  1607. package/switch/index.css +6 -4
  1608. package/switch/modern/index.css +6 -4
  1609. package/system-message/components/caption/index.css +3 -1
  1610. package/system-message/components/controls/index.css +4 -2
  1611. package/system-message/components/graphic/index.css +3 -1
  1612. package/system-message/components/subtitle/index.css +3 -1
  1613. package/system-message/components/title/desktop.css +3 -1
  1614. package/system-message/components/title/index.css +3 -1
  1615. package/system-message/components/title/mobile.css +3 -1
  1616. package/system-message/cssm/components/caption/index.module.css +3 -1
  1617. package/system-message/cssm/components/controls/index.module.css +4 -2
  1618. package/system-message/cssm/components/graphic/index.module.css +3 -1
  1619. package/system-message/cssm/components/subtitle/index.module.css +3 -1
  1620. package/system-message/cssm/components/title/desktop.module.css +3 -1
  1621. package/system-message/cssm/components/title/index.module.css +3 -1
  1622. package/system-message/cssm/components/title/mobile.module.css +3 -1
  1623. package/system-message/cssm/mobile/mobile.module.css +4 -2
  1624. package/system-message/esm/components/caption/index.css +3 -1
  1625. package/system-message/esm/components/controls/index.css +4 -2
  1626. package/system-message/esm/components/graphic/index.css +3 -1
  1627. package/system-message/esm/components/subtitle/index.css +3 -1
  1628. package/system-message/esm/components/title/desktop.css +3 -1
  1629. package/system-message/esm/components/title/index.css +3 -1
  1630. package/system-message/esm/components/title/mobile.css +3 -1
  1631. package/system-message/modern/components/caption/index.css +3 -1
  1632. package/system-message/modern/components/controls/index.css +4 -2
  1633. package/system-message/modern/components/graphic/index.css +3 -1
  1634. package/system-message/modern/components/subtitle/index.css +3 -1
  1635. package/system-message/modern/components/title/desktop.css +3 -1
  1636. package/system-message/modern/components/title/index.css +3 -1
  1637. package/system-message/modern/components/title/mobile.css +3 -1
  1638. package/tab-bar/components/tab/index.css +5 -3
  1639. package/tab-bar/cssm/components/tab/index.module.css +5 -3
  1640. package/tab-bar/cssm/index.module.css +3 -1
  1641. package/tab-bar/esm/components/tab/index.css +5 -3
  1642. package/tab-bar/esm/index.css +3 -1
  1643. package/tab-bar/index.css +3 -1
  1644. package/tab-bar/modern/components/tab/index.css +5 -3
  1645. package/tab-bar/modern/index.css +3 -1
  1646. package/table/components/pagination/index.css +8 -6
  1647. package/table/components/pagination/select-field/index.css +3 -1
  1648. package/table/components/table/index.css +4 -2
  1649. package/table/components/tbody/index.css +3 -1
  1650. package/table/components/tcell/index.css +7 -5
  1651. package/table/components/texpandable-row/index.css +3 -1
  1652. package/table/components/thead/index.css +4 -2
  1653. package/table/components/thead-cell/index.css +7 -5
  1654. package/table/components/trow/index.css +3 -1
  1655. package/table/components/tsortable-head-cell/index.css +4 -2
  1656. package/table/cssm/components/pagination/index.module.css +8 -6
  1657. package/table/cssm/components/pagination/select-field/index.module.css +3 -1
  1658. package/table/cssm/components/table/index.module.css +4 -2
  1659. package/table/cssm/components/tbody/index.module.css +3 -1
  1660. package/table/cssm/components/tcell/index.module.css +7 -5
  1661. package/table/cssm/components/texpandable-row/index.module.css +3 -1
  1662. package/table/cssm/components/thead/index.module.css +4 -2
  1663. package/table/cssm/components/thead-cell/index.module.css +7 -5
  1664. package/table/cssm/components/trow/index.module.css +3 -1
  1665. package/table/cssm/components/tsortable-head-cell/index.module.css +4 -2
  1666. package/table/esm/components/pagination/index.css +8 -6
  1667. package/table/esm/components/pagination/select-field/index.css +3 -1
  1668. package/table/esm/components/table/index.css +4 -2
  1669. package/table/esm/components/tbody/index.css +3 -1
  1670. package/table/esm/components/tcell/index.css +7 -5
  1671. package/table/esm/components/texpandable-row/index.css +3 -1
  1672. package/table/esm/components/thead/index.css +4 -2
  1673. package/table/esm/components/thead-cell/index.css +7 -5
  1674. package/table/esm/components/trow/index.css +3 -1
  1675. package/table/esm/components/tsortable-head-cell/index.css +4 -2
  1676. package/table/modern/components/pagination/index.css +8 -6
  1677. package/table/modern/components/pagination/select-field/index.css +3 -1
  1678. package/table/modern/components/table/index.css +4 -2
  1679. package/table/modern/components/tbody/index.css +3 -1
  1680. package/table/modern/components/tcell/index.css +7 -5
  1681. package/table/modern/components/texpandable-row/index.css +3 -1
  1682. package/table/modern/components/thead/index.css +4 -2
  1683. package/table/modern/components/thead-cell/index.css +7 -5
  1684. package/table/modern/components/trow/index.css +3 -1
  1685. package/table/modern/components/tsortable-head-cell/index.css +4 -2
  1686. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  1687. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  1688. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  1689. package/tabs/components/primary-tablist/index.css +10 -8
  1690. package/tabs/components/primary-tablist/mobile.css +75 -38
  1691. package/tabs/components/scroll-controls/index.css +5 -3
  1692. package/tabs/components/scrollable-container/index.css +6 -4
  1693. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  1694. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  1695. package/tabs/components/secondary-tablist/index.css +8 -6
  1696. package/tabs/components/secondary-tablist/mobile.css +72 -35
  1697. package/tabs/cssm/components/primary-tablist/index.module.css +10 -8
  1698. package/tabs/cssm/components/primary-tablist/mobile.module.css +5 -3
  1699. package/tabs/cssm/components/primary-tablist/text-styles.module.css +3 -1
  1700. package/tabs/cssm/components/scroll-controls/index.module.css +5 -3
  1701. package/tabs/cssm/components/scrollable-container/index.module.css +6 -4
  1702. package/tabs/cssm/components/secondary-tablist/index.module.css +8 -6
  1703. package/tabs/cssm/components/secondary-tablist/mobile.module.css +4 -2
  1704. package/tabs/cssm/vars.css +3 -1
  1705. package/tabs/esm/collapsible/index.js +1 -1
  1706. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  1707. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  1708. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  1709. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  1710. package/tabs/esm/components/primary-tablist/index.css +10 -8
  1711. package/tabs/esm/components/primary-tablist/mobile.css +75 -38
  1712. package/tabs/esm/components/scroll-controls/index.css +5 -3
  1713. package/tabs/esm/components/scrollable-container/index.css +6 -4
  1714. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  1715. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  1716. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  1717. package/tabs/esm/components/secondary-tablist/index.css +8 -6
  1718. package/tabs/esm/components/secondary-tablist/mobile.css +72 -35
  1719. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  1720. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  1721. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  1722. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  1723. package/tabs/esm/desktop/index.js +2 -2
  1724. package/tabs/esm/index.js +2 -2
  1725. package/tabs/esm/mobile/index.js +2 -2
  1726. package/tabs/modern/collapsible/index.js +1 -1
  1727. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  1728. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1729. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  1730. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1731. package/tabs/modern/components/primary-tablist/index.css +10 -8
  1732. package/tabs/modern/components/primary-tablist/mobile.css +75 -38
  1733. package/tabs/modern/components/scroll-controls/index.css +5 -3
  1734. package/tabs/modern/components/scrollable-container/index.css +6 -4
  1735. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1736. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  1737. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1738. package/tabs/modern/components/secondary-tablist/index.css +8 -6
  1739. package/tabs/modern/components/secondary-tablist/mobile.css +72 -35
  1740. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  1741. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1742. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1743. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1744. package/tabs/modern/desktop/index.js +2 -2
  1745. package/tabs/modern/index.js +2 -2
  1746. package/tabs/modern/mobile/index.js +2 -2
  1747. package/tag/components/base-tag/default.css +3 -1
  1748. package/tag/components/base-tag/index.css +9 -7
  1749. package/tag/components/base-tag/inverted.css +3 -1
  1750. package/tag/cssm/components/base-tag/default.module.css +3 -1
  1751. package/tag/cssm/components/base-tag/index.module.css +9 -7
  1752. package/tag/cssm/components/base-tag/inverted.module.css +3 -1
  1753. package/tag/cssm/desktop/default.desktop.module.css +3 -1
  1754. package/tag/cssm/desktop/desktop.module.css +3 -1
  1755. package/tag/cssm/desktop/inverted.desktop.module.css +3 -1
  1756. package/tag/cssm/mobile/default.mobile.module.css +3 -1
  1757. package/tag/cssm/mobile/inverted.mobile.module.css +3 -1
  1758. package/tag/cssm/mobile/mobile.module.css +3 -1
  1759. package/tag/cssm/vars.css +3 -1
  1760. package/tag/desktop/default.desktop.css +3 -1
  1761. package/tag/desktop/desktop.css +3 -1
  1762. package/tag/desktop/inverted.desktop.css +3 -1
  1763. package/tag/esm/components/base-tag/default.css +3 -1
  1764. package/tag/esm/components/base-tag/index.css +9 -7
  1765. package/tag/esm/components/base-tag/inverted.css +3 -1
  1766. package/tag/esm/desktop/default.desktop.css +3 -1
  1767. package/tag/esm/desktop/desktop.css +3 -1
  1768. package/tag/esm/desktop/inverted.desktop.css +3 -1
  1769. package/tag/esm/mobile/default.mobile.css +3 -1
  1770. package/tag/esm/mobile/inverted.mobile.css +3 -1
  1771. package/tag/esm/mobile/mobile.css +3 -1
  1772. package/tag/mobile/default.mobile.css +3 -1
  1773. package/tag/mobile/inverted.mobile.css +3 -1
  1774. package/tag/mobile/mobile.css +3 -1
  1775. package/tag/modern/components/base-tag/default.css +3 -1
  1776. package/tag/modern/components/base-tag/index.css +9 -7
  1777. package/tag/modern/components/base-tag/inverted.css +3 -1
  1778. package/tag/modern/desktop/default.desktop.css +3 -1
  1779. package/tag/modern/desktop/desktop.css +3 -1
  1780. package/tag/modern/desktop/inverted.desktop.css +3 -1
  1781. package/tag/modern/mobile/default.mobile.css +3 -1
  1782. package/tag/modern/mobile/inverted.mobile.css +3 -1
  1783. package/tag/modern/mobile/mobile.css +3 -1
  1784. package/text/Component.d.ts +4 -0
  1785. package/text/Component.js +3 -2
  1786. package/text/cssm/Component.d.ts +4 -0
  1787. package/text/cssm/Component.js +2 -1
  1788. package/text/cssm/index.module.css +6 -1
  1789. package/text/cssm/mixin.module.css +3 -1
  1790. package/text/esm/Component.d.ts +4 -0
  1791. package/text/esm/Component.js +3 -2
  1792. package/text/esm/index.css +5 -1
  1793. package/text/esm/mixin.css +3 -1
  1794. package/text/index.css +5 -1
  1795. package/text/mixin.css +3 -1
  1796. package/text/modern/Component.d.ts +4 -0
  1797. package/text/modern/Component.js +3 -2
  1798. package/text/modern/index.css +5 -1
  1799. package/text/modern/mixin.css +3 -1
  1800. package/textarea/Component.js +1 -1
  1801. package/textarea/components/PseudoTextArea.js +1 -1
  1802. package/textarea/components/index.d.ts +1 -1
  1803. package/textarea/components/index.js +1 -1
  1804. package/textarea/cssm/default.module.css +3 -1
  1805. package/textarea/cssm/index.module.css +3 -1
  1806. package/textarea/cssm/inverted.module.css +3 -1
  1807. package/textarea/default.css +3 -1
  1808. package/textarea/esm/Component.js +1 -1
  1809. package/textarea/esm/components/PseudoTextArea.js +1 -1
  1810. package/textarea/esm/components/index.d.ts +1 -1
  1811. package/textarea/esm/components/index.js +1 -1
  1812. package/textarea/esm/default.css +3 -1
  1813. package/textarea/esm/index.css +3 -1
  1814. package/textarea/esm/index.js +1 -1
  1815. package/textarea/esm/inverted.css +3 -1
  1816. package/textarea/index.css +3 -1
  1817. package/textarea/inverted.css +3 -1
  1818. package/textarea/modern/Component.js +1 -1
  1819. package/textarea/modern/components/PseudoTextArea.js +1 -1
  1820. package/textarea/modern/components/index.d.ts +1 -1
  1821. package/textarea/modern/components/index.js +1 -1
  1822. package/textarea/modern/default.css +3 -1
  1823. package/textarea/modern/index.css +3 -1
  1824. package/textarea/modern/index.js +1 -1
  1825. package/textarea/modern/inverted.css +3 -1
  1826. package/themes/click.css +64 -29
  1827. package/themes/compiled/mobile-dark-bluetint.css +23 -23
  1828. package/themes/corp.css +64 -29
  1829. package/themes/intranet.css +64 -29
  1830. package/themes/mobile.css +64 -29
  1831. package/themes/site.css +64 -29
  1832. package/toast/components/base-toast/index.css +4 -2
  1833. package/toast/cssm/components/base-toast/index.module.css +4 -2
  1834. package/toast/esm/components/base-toast/index.css +4 -2
  1835. package/toast/modern/components/base-toast/index.css +4 -2
  1836. package/toast-plate/components/base-toast-plate/component.js +2 -2
  1837. package/toast-plate/components/base-toast-plate/default.css +3 -1
  1838. package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  1839. package/toast-plate/components/base-toast-plate/index.css +7 -5
  1840. package/toast-plate/components/base-toast-plate/inverted.css +3 -1
  1841. package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  1842. package/toast-plate/cssm/components/base-toast-plate/default.module.css +3 -1
  1843. package/toast-plate/cssm/components/base-toast-plate/index.module.css +7 -5
  1844. package/toast-plate/cssm/components/base-toast-plate/inverted.module.css +3 -1
  1845. package/toast-plate/cssm/desktop/desktop.module.css +4 -2
  1846. package/toast-plate/cssm/mobile/mobile.module.css +3 -1
  1847. package/toast-plate/cssm/vars.css +3 -1
  1848. package/toast-plate/desktop/desktop.css +4 -2
  1849. package/toast-plate/esm/Component.responsive.js +2 -2
  1850. package/toast-plate/esm/components/base-toast-plate/component.js +2 -2
  1851. package/toast-plate/esm/components/base-toast-plate/default.css +3 -1
  1852. package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  1853. package/toast-plate/esm/components/base-toast-plate/index.css +7 -5
  1854. package/toast-plate/esm/components/base-toast-plate/index.js +2 -2
  1855. package/toast-plate/esm/components/base-toast-plate/inverted.css +3 -1
  1856. package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  1857. package/toast-plate/esm/desktop/Component.desktop.js +2 -2
  1858. package/toast-plate/esm/desktop/desktop.css +4 -2
  1859. package/toast-plate/esm/desktop/index.js +2 -2
  1860. package/toast-plate/esm/index-2f466837.d.ts +2 -2
  1861. package/toast-plate/esm/index.js +2 -2
  1862. package/toast-plate/esm/mobile/Component.mobile.js +2 -2
  1863. package/toast-plate/esm/mobile/index.js +2 -2
  1864. package/toast-plate/esm/mobile/mobile.css +3 -1
  1865. package/toast-plate/index-2f466837.d.ts +2 -2
  1866. package/toast-plate/mobile/mobile.css +3 -1
  1867. package/toast-plate/modern/Component.responsive.js +2 -2
  1868. package/toast-plate/modern/components/base-toast-plate/component.js +2 -2
  1869. package/toast-plate/modern/components/base-toast-plate/default.css +3 -1
  1870. package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  1871. package/toast-plate/modern/components/base-toast-plate/index.css +7 -5
  1872. package/toast-plate/modern/components/base-toast-plate/index.js +2 -2
  1873. package/toast-plate/modern/components/base-toast-plate/inverted.css +3 -1
  1874. package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  1875. package/toast-plate/modern/desktop/Component.desktop.js +2 -2
  1876. package/toast-plate/modern/desktop/desktop.css +4 -2
  1877. package/toast-plate/modern/desktop/index.js +2 -2
  1878. package/toast-plate/modern/index-2f466837.d.ts +2 -2
  1879. package/toast-plate/modern/index.js +2 -2
  1880. package/toast-plate/modern/mobile/Component.mobile.js +2 -2
  1881. package/toast-plate/modern/mobile/index.js +2 -2
  1882. package/toast-plate/modern/mobile/mobile.css +3 -1
  1883. package/tooltip/cssm/default.module.css +3 -1
  1884. package/tooltip/cssm/index.module.css +5 -3
  1885. package/tooltip/cssm/inverted.module.css +3 -1
  1886. package/tooltip/default.css +3 -1
  1887. package/tooltip/esm/default.css +3 -1
  1888. package/tooltip/esm/index.css +5 -3
  1889. package/tooltip/esm/inverted.css +3 -1
  1890. package/tooltip/index.css +5 -3
  1891. package/tooltip/inverted.css +3 -1
  1892. package/tooltip/modern/default.css +3 -1
  1893. package/tooltip/modern/index.css +5 -3
  1894. package/tooltip/modern/inverted.css +3 -1
  1895. package/typography/colors.css +3 -1
  1896. package/typography/{common.module-81906d61.js → common.module-b1c6f346.js} +1 -1
  1897. package/typography/cssm/colors.module.css +3 -1
  1898. package/typography/cssm/hooks/use-skeleton.module.css +3 -1
  1899. package/typography/cssm/text/component.d.ts +1 -1
  1900. package/typography/cssm/text/index.module.css +10 -2
  1901. package/typography/cssm/title/common.module.css +26 -0
  1902. package/typography/cssm/title/index.module.css +7 -21
  1903. package/typography/cssm/title-mobile/index.module.css +3 -1
  1904. package/typography/cssm/title-responsive/index.module.css +7 -5
  1905. package/typography/esm/colors.css +3 -1
  1906. package/typography/esm/{common.module-8f47086f.js → common.module-6fb90ced.js} +1 -1
  1907. package/typography/esm/component.js +2 -2
  1908. package/typography/esm/hooks/use-skeleton.css +3 -1
  1909. package/typography/esm/index.js +2 -2
  1910. package/typography/esm/text/component.d.ts +1 -1
  1911. package/typography/esm/text/component.js +2 -2
  1912. package/typography/esm/text/index.css +10 -2
  1913. package/typography/esm/text/index.js +1 -1
  1914. package/typography/esm/title/common.css +26 -0
  1915. package/typography/esm/title/component.js +1 -1
  1916. package/typography/esm/title/index.css +7 -21
  1917. package/typography/esm/title/index.js +3 -3
  1918. package/typography/esm/title-mobile/component.js +2 -2
  1919. package/typography/esm/title-mobile/index.css +3 -1
  1920. package/typography/esm/title-mobile/index.js +2 -2
  1921. package/typography/esm/title-responsive/component.js +2 -2
  1922. package/typography/esm/title-responsive/index.css +7 -5
  1923. package/typography/esm/title-responsive/index.js +2 -2
  1924. package/typography/hooks/use-skeleton.css +3 -1
  1925. package/typography/modern/colors.css +3 -1
  1926. package/typography/modern/{common.module-eb081347.js → common.module-38c9e9b8.js} +1 -1
  1927. package/typography/modern/component.js +2 -2
  1928. package/typography/modern/hooks/use-skeleton.css +3 -1
  1929. package/typography/modern/index.js +2 -2
  1930. package/typography/modern/text/component.d.ts +1 -1
  1931. package/typography/modern/text/component.js +2 -2
  1932. package/typography/modern/text/index.css +10 -2
  1933. package/typography/modern/text/index.js +1 -1
  1934. package/typography/modern/title/common.css +26 -0
  1935. package/typography/modern/title/component.js +1 -1
  1936. package/typography/modern/title/index.css +7 -21
  1937. package/typography/modern/title/index.js +3 -3
  1938. package/typography/modern/title-mobile/component.js +2 -2
  1939. package/typography/modern/title-mobile/index.css +3 -1
  1940. package/typography/modern/title-mobile/index.js +2 -2
  1941. package/typography/modern/title-responsive/component.js +2 -2
  1942. package/typography/modern/title-responsive/index.css +7 -5
  1943. package/typography/modern/title-responsive/index.js +2 -2
  1944. package/typography/text/component.d.ts +1 -1
  1945. package/typography/text/component.js +2 -2
  1946. package/typography/text/index.css +10 -2
  1947. package/typography/title/common.css +26 -0
  1948. package/typography/title/component.js +1 -1
  1949. package/typography/title/index.css +7 -21
  1950. package/typography/title/index.js +2 -2
  1951. package/typography/title-mobile/component.js +1 -1
  1952. package/typography/title-mobile/index.css +3 -1
  1953. package/typography/title-responsive/component.js +1 -1
  1954. package/typography/title-responsive/index.css +7 -5
  1955. package/underlay/Component.js +1 -1
  1956. package/underlay/cssm/index.module.css +14 -12
  1957. package/underlay/esm/Component.js +1 -1
  1958. package/underlay/esm/index.css +14 -12
  1959. package/underlay/esm/index.js +1 -1
  1960. package/underlay/esm/utils/getBorderCorners.js +1 -1
  1961. package/underlay/esm/utils/getClasses.js +1 -1
  1962. package/underlay/index.css +14 -12
  1963. package/underlay/modern/Component.js +1 -1
  1964. package/underlay/modern/index.css +14 -12
  1965. package/underlay/modern/index.js +1 -1
  1966. package/underlay/modern/utils/getBorderCorners.js +1 -1
  1967. package/underlay/modern/utils/getClasses.js +1 -1
  1968. package/underlay/utils/getBorderCorners.js +1 -1
  1969. package/underlay/utils/getClasses.js +1 -1
  1970. package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
  1971. package/universal-date-input/components/date-input/Component.js +1 -1
  1972. package/universal-date-input/components/date-range-input/Component.js +1 -1
  1973. package/universal-date-input/cssm/index-5712fce2.d.ts +1 -1
  1974. package/universal-date-input/cssm/index.module.css +3 -1
  1975. package/universal-date-input/esm/Component.responsive.js +1 -1
  1976. package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
  1977. package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
  1978. package/universal-date-input/esm/components/date-input/Component.js +1 -1
  1979. package/universal-date-input/esm/components/date-input/index.js +1 -1
  1980. package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
  1981. package/universal-date-input/esm/components/date-range-input/index.js +1 -1
  1982. package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
  1983. package/universal-date-input/esm/desktop/index.js +1 -1
  1984. package/universal-date-input/esm/index-5712fce2.d.ts +1 -1
  1985. package/universal-date-input/esm/index.css +3 -1
  1986. package/universal-date-input/esm/index.js +1 -1
  1987. package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
  1988. package/universal-date-input/esm/mobile/index.js +1 -1
  1989. package/universal-date-input/index-5712fce2.d.ts +1 -1
  1990. package/universal-date-input/index.css +3 -1
  1991. package/universal-date-input/modern/Component.responsive.js +1 -1
  1992. package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
  1993. package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
  1994. package/universal-date-input/modern/components/date-input/Component.js +1 -1
  1995. package/universal-date-input/modern/components/date-input/index.js +1 -1
  1996. package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
  1997. package/universal-date-input/modern/components/date-range-input/index.js +1 -1
  1998. package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
  1999. package/universal-date-input/modern/desktop/index.js +1 -1
  2000. package/universal-date-input/modern/index-5712fce2.d.ts +1 -1
  2001. package/universal-date-input/modern/index.css +3 -1
  2002. package/universal-date-input/modern/index.js +1 -1
  2003. package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
  2004. package/universal-date-input/modern/mobile/index.js +1 -1
  2005. package/vars/cssm/bundle/click.css +64 -29
  2006. package/vars/cssm/bundle/corp.css +64 -29
  2007. package/vars/cssm/bundle/intranet.css +64 -29
  2008. package/vars/cssm/bundle/mobile.css +64 -29
  2009. package/vars/cssm/bundle/site.css +64 -29
  2010. package/vars/cssm/gaps.css +64 -29
  2011. package/vars/cssm/index.css +64 -29
  2012. package/vars/cssm/index.d.ts +33 -0
  2013. package/vars/cssm/index.js +33 -0
  2014. package/vars/esm/index.d.ts +33 -0
  2015. package/vars/esm/index.js +34 -1
  2016. package/vars/gaps.css +64 -29
  2017. package/vars/index.d.ts +33 -0
  2018. package/vars/index.js +33 -0
  2019. package/vars/modern/index.d.ts +33 -0
  2020. package/vars/modern/index.js +34 -1
  2021. package/vars/typography.css +24 -0
  2022. package/with-suffix/cssm/index.module.css +3 -1
  2023. package/with-suffix/esm/index.css +3 -1
  2024. package/with-suffix/index.css +3 -1
  2025. package/with-suffix/modern/index.css +3 -1
  2026. /package/calendar-range/esm/{index.module-cf9eaa2a.js → index.module-967fd339.js} +0 -0
  2027. /package/calendar-range/{index.module-79a5dc5a.js → index.module-1b4e763a.js} +0 -0
  2028. /package/calendar-range/modern/{index.module-39e1a8f1.js → index.module-21f44f53.js} +0 -0
  2029. /package/confirmation/{countdown-section-31389ba2.d.ts → countdown-section-9598e94b.d.ts} +0 -0
  2030. /package/confirmation/{countdown-section-31389ba2.js → countdown-section-9598e94b.js} +0 -0
  2031. /package/confirmation/esm/{countdown-section-d6599b55.d.ts → countdown-section-80dcbea1.d.ts} +0 -0
  2032. /package/confirmation/esm/{countdown-section-d6599b55.js → countdown-section-80dcbea1.js} +0 -0
  2033. /package/confirmation/modern/{countdown-section-4688cb0e.d.ts → countdown-section-f83616ee.d.ts} +0 -0
  2034. /package/confirmation/modern/{countdown-section-4688cb0e.js → countdown-section-f83616ee.js} +0 -0
  2035. /package/gallery/{buttons-6ca60eae.d.ts → buttons-6c6c8e81.d.ts} +0 -0
  2036. /package/gallery/{buttons-6ca60eae.js → buttons-6c6c8e81.js} +0 -0
  2037. /package/gallery/esm/{buttons-586d6756.d.ts → buttons-89bc838d.d.ts} +0 -0
  2038. /package/gallery/esm/{buttons-586d6756.js → buttons-89bc838d.js} +0 -0
  2039. /package/gallery/esm/{slide-aaaff139.d.ts → slide-a664c8d2.d.ts} +0 -0
  2040. /package/gallery/esm/{slide-aaaff139.js → slide-a664c8d2.js} +0 -0
  2041. /package/gallery/modern/{buttons-8862ae04.d.ts → buttons-8a8fe561.d.ts} +0 -0
  2042. /package/gallery/modern/{buttons-8862ae04.js → buttons-8a8fe561.js} +0 -0
  2043. /package/gallery/modern/{slide-f0f33f1c.d.ts → slide-c3f13cc1.d.ts} +0 -0
  2044. /package/gallery/modern/{slide-f0f33f1c.js → slide-c3f13cc1.js} +0 -0
  2045. /package/gallery/{slide-be978624.d.ts → slide-e24792f1.d.ts} +0 -0
  2046. /package/gallery/{slide-be978624.js → slide-e24792f1.js} +0 -0
  2047. /package/grid/esm/{gutters.module-05406eaf.js → gutters.module-eb96fda7.js} +0 -0
  2048. /package/grid/{gutters.module-3be8525a.js → gutters.module-6ff876ef.js} +0 -0
  2049. /package/grid/modern/{gutters.module-34f7f602.js → gutters.module-04cb92cc.js} +0 -0
  2050. /package/list/{Component-0e15a18b.d.ts → Component-1f4b085c.d.ts} +0 -0
  2051. /package/list/{Component-0e15a18b.js → Component-1f4b085c.js} +0 -0
  2052. /package/list/esm/{Component-8c98de93.d.ts → Component-9b66c0d6.d.ts} +0 -0
  2053. /package/list/esm/{Component-8c98de93.js → Component-9b66c0d6.js} +0 -0
  2054. /package/list/modern/{Component-a68b245a.d.ts → Component-14109268.d.ts} +0 -0
  2055. /package/list/modern/{Component-a68b245a.js → Component-14109268.js} +0 -0
  2056. /package/markdown/esm/{use-overrides-57e3a83a.d.ts → use-overrides-28f4d625.d.ts} +0 -0
  2057. /package/markdown/modern/{use-overrides-834eca57.d.ts → use-overrides-604c6547.d.ts} +0 -0
  2058. /package/markdown/{use-overrides-c530ddcf.d.ts → use-overrides-2fbe6f70.d.ts} +0 -0
  2059. /package/modal/esm/{layout.module-72d57d0c.js → layout.module-7600e0c1.js} +0 -0
  2060. /package/modal/{layout.module-e25b7ea7.js → layout.module-b651b75b.js} +0 -0
  2061. /package/modal/modern/{layout.module-2f5c6837.js → layout.module-7f7ec0c0.js} +0 -0
  2062. /package/pure-cell/{component-ed44fd58.d.ts → component-4d5d06e4.d.ts} +0 -0
  2063. /package/pure-cell/{component-ed44fd58.js → component-4d5d06e4.js} +0 -0
  2064. /package/pure-cell/esm/{component-9bb652a9.d.ts → component-16c1a395.d.ts} +0 -0
  2065. /package/pure-cell/esm/{component-9bb652a9.js → component-16c1a395.js} +0 -0
  2066. /package/pure-cell/modern/{component-9904c0e5.d.ts → component-a7b59f73.d.ts} +0 -0
  2067. /package/pure-cell/modern/{component-9904c0e5.js → component-a7b59f73.js} +0 -0
  2068. /package/select/esm/{hook-dda7f5fb.d.ts → hook-74830211.d.ts} +0 -0
  2069. /package/select/esm/{hook-dda7f5fb.js → hook-74830211.js} +0 -0
  2070. /package/select/{hook-e58ac7ae.d.ts → hook-b7a5b3a9.d.ts} +0 -0
  2071. /package/select/{hook-e58ac7ae.js → hook-b7a5b3a9.js} +0 -0
  2072. /package/select/modern/{hook-65cff719.d.ts → hook-d5ca0e82.d.ts} +0 -0
  2073. /package/select/modern/{hook-65cff719.js → hook-d5ca0e82.js} +0 -0
  2074. /package/side-panel/esm/{layout.module-6b15c500.js → layout.module-a818ae67.js} +0 -0
  2075. /package/side-panel/{layout.module-63365261.js → layout.module-4051ec58.js} +0 -0
  2076. /package/side-panel/modern/{layout.module-cd523233.js → layout.module-3b04c6f1.js} +0 -0
  2077. /package/tabs/esm/{index.module-566ec268.js → index.module-923011fe.js} +0 -0
  2078. /package/tabs/esm/{index.module-1fb8c8a0.js → index.module-c4db491f.js} +0 -0
  2079. /package/tabs/{index.module-2608eee2.js → index.module-30e1ee94.js} +0 -0
  2080. /package/tabs/{index.module-eac3eb2b.js → index.module-ba45dec1.js} +0 -0
  2081. /package/tabs/modern/{index.module-b3677be0.js → index.module-40a8f256.js} +0 -0
  2082. /package/tabs/modern/{index.module-64422959.js → index.module-aafb2a3f.js} +0 -0
  2083. /package/textarea/{PseudoTextArea-068d2f16.d.ts → PseudoTextArea-3001b1ce.d.ts} +0 -0
  2084. /package/textarea/{PseudoTextArea-068d2f16.js → PseudoTextArea-3001b1ce.js} +0 -0
  2085. /package/textarea/esm/{PseudoTextArea-e25eb4e2.d.ts → PseudoTextArea-34901595.d.ts} +0 -0
  2086. /package/textarea/esm/{PseudoTextArea-e25eb4e2.js → PseudoTextArea-34901595.js} +0 -0
  2087. /package/textarea/modern/{PseudoTextArea-980784f3.d.ts → PseudoTextArea-03dfb316.d.ts} +0 -0
  2088. /package/textarea/modern/{PseudoTextArea-980784f3.js → PseudoTextArea-03dfb316.js} +0 -0
  2089. /package/toast-plate/{PortalContext-89512f19.d.ts → PortalContext-1371fa7c.d.ts} +0 -0
  2090. /package/toast-plate/{PortalContext-89512f19.js → PortalContext-1371fa7c.js} +0 -0
  2091. /package/toast-plate/esm/{PortalContext-f9b1b280.d.ts → PortalContext-9f8ec4e0.d.ts} +0 -0
  2092. /package/toast-plate/esm/{PortalContext-f9b1b280.js → PortalContext-9f8ec4e0.js} +0 -0
  2093. /package/toast-plate/esm/{getDataTestId-20ae3e42.d.ts → getDataTestId-7d4658a4.d.ts} +0 -0
  2094. /package/toast-plate/esm/{getDataTestId-20ae3e42.js → getDataTestId-7d4658a4.js} +0 -0
  2095. /package/toast-plate/{getDataTestId-51904be9.d.ts → getDataTestId-e3d59892.d.ts} +0 -0
  2096. /package/toast-plate/{getDataTestId-51904be9.js → getDataTestId-e3d59892.js} +0 -0
  2097. /package/toast-plate/modern/{PortalContext-bcff57d8.d.ts → PortalContext-54b7b045.d.ts} +0 -0
  2098. /package/toast-plate/modern/{PortalContext-bcff57d8.js → PortalContext-54b7b045.js} +0 -0
  2099. /package/toast-plate/modern/{getDataTestId-8649aadd.d.ts → getDataTestId-5755554b.d.ts} +0 -0
  2100. /package/toast-plate/modern/{getDataTestId-8649aadd.js → getDataTestId-5755554b.js} +0 -0
  2101. /package/typography/{colors.module-7b4484d2.js → colors.module-ae9077a2.js} +0 -0
  2102. /package/typography/esm/{colors.module-f9737517.js → colors.module-150df74d.js} +0 -0
  2103. /package/typography/modern/{colors.module-4252a235.js → colors.module-024abe1e.js} +0 -0
  2104. /package/underlay/esm/{index.module-25215e7d.js → index.module-62a5e039.js} +0 -0
  2105. /package/underlay/{index.module-ea28f568.js → index.module-42ec18ae.js} +0 -0
  2106. /package/underlay/modern/{index.module-af3805b1.js → index.module-20f96bf7.js} +0 -0
  2107. /package/universal-date-input/esm/{index.module-f50eb958.js → index.module-d428e95b.js} +0 -0
  2108. /package/universal-date-input/{index.module-ce4c602d.js → index.module-cf606fa2.js} +0 -0
  2109. /package/universal-date-input/modern/{index.module-a383f631.js → index.module-d1dc82e7.js} +0 -0
@@ -1473,5 +1473,38 @@ export const gap5xlNeg: "-64px";
1473
1473
  export const gap6xlNeg: "-72px";
1474
1474
  export const gap7xlNeg: "-96px";
1475
1475
  export const gap8xlNeg: "-128px";
1476
+ export const gap0: "0";
1477
+ export const gap2: "2px";
1478
+ export const gap4: "4px";
1479
+ export const gap8: "8px";
1480
+ export const gap12: "12px";
1481
+ export const gap16: "16px";
1482
+ export const gap20: "20px";
1483
+ export const gap24: "24px";
1484
+ export const gap32: "32px";
1485
+ export const gap40: "40px";
1486
+ export const gap48: "48px";
1487
+ export const gap56: "56px";
1488
+ export const gap64: "64px";
1489
+ export const gap72: "72px";
1490
+ export const gap80: "80px";
1491
+ export const gap96: "96px";
1492
+ export const gap128: "128px";
1493
+ export const gap2Neg: "-2px";
1494
+ export const gap4Neg: "-4px";
1495
+ export const gap8Neg: "-8px";
1496
+ export const gap12Neg: "-12px";
1497
+ export const gap16Neg: "-16px";
1498
+ export const gap20Neg: "-20px";
1499
+ export const gap24Neg: "-24px";
1500
+ export const gap32Neg: "-32px";
1501
+ export const gap40Neg: "-40px";
1502
+ export const gap48Neg: "-48px";
1503
+ export const gap56Neg: "-56px";
1504
+ export const gap64Neg: "-64px";
1505
+ export const gap72Neg: "-72px";
1506
+ export const gap80Neg: "-80px";
1507
+ export const gap96Neg: "-96px";
1508
+ export const gap128Neg: "-128px";
1476
1509
  export const fontFamilySystem: "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
1477
1510
  export const fontFamilyStyrene: "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
package/vars/esm/index.js CHANGED
@@ -1473,7 +1473,40 @@ const gap5xlNeg = "-64px";
1473
1473
  const gap6xlNeg = "-72px";
1474
1474
  const gap7xlNeg = "-96px";
1475
1475
  const gap8xlNeg = "-128px";
1476
+ const gap0 = "0";
1477
+ const gap2 = "2px";
1478
+ const gap4 = "4px";
1479
+ const gap8 = "8px";
1480
+ const gap12 = "12px";
1481
+ const gap16 = "16px";
1482
+ const gap20 = "20px";
1483
+ const gap24 = "24px";
1484
+ const gap32 = "32px";
1485
+ const gap40 = "40px";
1486
+ const gap48 = "48px";
1487
+ const gap56 = "56px";
1488
+ const gap64 = "64px";
1489
+ const gap72 = "72px";
1490
+ const gap80 = "80px";
1491
+ const gap96 = "96px";
1492
+ const gap128 = "128px";
1493
+ const gap2Neg = "-2px";
1494
+ const gap4Neg = "-4px";
1495
+ const gap8Neg = "-8px";
1496
+ const gap12Neg = "-12px";
1497
+ const gap16Neg = "-16px";
1498
+ const gap20Neg = "-20px";
1499
+ const gap24Neg = "-24px";
1500
+ const gap32Neg = "-32px";
1501
+ const gap40Neg = "-40px";
1502
+ const gap48Neg = "-48px";
1503
+ const gap56Neg = "-56px";
1504
+ const gap64Neg = "-64px";
1505
+ const gap72Neg = "-72px";
1506
+ const gap80Neg = "-80px";
1507
+ const gap96Neg = "-96px";
1508
+ const gap128Neg = "-128px";
1476
1509
  const fontFamilySystem = "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
1477
1510
  const fontFamilyStyrene = "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
1478
1511
 
1479
- 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, gap2s, 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 };
1512
+ 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, gap0, gap12, gap128, gap128Neg, gap12Neg, gap16, gap16Neg, gap2, gap20, gap20Neg, gap24, gap24Neg, gap2Neg, gap2s, gap2xl, gap2xlNeg, gap2xs, gap2xsNeg, gap32, gap32Neg, gap3xl, gap3xlNeg, gap3xs, gap3xsNeg, gap4, gap40, gap40Neg, gap48, gap48Neg, gap4Neg, gap4xl, gap4xlNeg, gap56, gap56Neg, gap5xl, gap5xlNeg, gap64, gap64Neg, gap6xl, gap6xlNeg, gap72, gap72Neg, gap7xl, gap7xlNeg, gap8, gap80, gap80Neg, gap8Neg, gap8xl, gap8xlNeg, gap96, gap96Neg, 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 };
package/vars/gaps.css CHANGED
@@ -1,31 +1,66 @@
1
1
  :root {
2
- --gap-3xs: 2px;
3
- --gap-2xs: 4px;
4
- --gap-xs: 8px;
5
- --gap-s: 12px;
6
- --gap-2s: 14px;
7
- --gap-m: 16px;
8
- --gap-l: 20px;
9
- --gap-xl: 24px;
10
- --gap-2xl: 32px;
11
- --gap-3xl: 40px;
12
- --gap-4xl: 48px;
13
- --gap-5xl: 64px;
14
- --gap-6xl: 72px;
15
- --gap-7xl: 96px;
16
- --gap-8xl: 128px;
17
- --gap-3xs-neg: -2px;
18
- --gap-2xs-neg: -4px;
19
- --gap-xs-neg: -8px;
20
- --gap-s-neg: -12px;
21
- --gap-m-neg: -16px;
22
- --gap-l-neg: -20px;
23
- --gap-xl-neg: -24px;
24
- --gap-2xl-neg: -32px;
25
- --gap-3xl-neg: -40px;
26
- --gap-4xl-neg: -48px;
27
- --gap-5xl-neg: -64px;
28
- --gap-6xl-neg: -72px;
29
- --gap-7xl-neg: -96px;
30
- --gap-8xl-neg: -128px;
2
+ --gap-3xs: 2px; /* deprecated */
3
+ --gap-2xs: 4px; /* deprecated */
4
+ --gap-xs: 8px; /* deprecated */
5
+ --gap-s: 12px; /* deprecated */
6
+ --gap-2s: 14px; /* deprecated */
7
+ --gap-m: 16px; /* deprecated */
8
+ --gap-l: 20px; /* deprecated */
9
+ --gap-xl: 24px; /* deprecated */
10
+ --gap-2xl: 32px; /* deprecated */
11
+ --gap-3xl: 40px; /* deprecated */
12
+ --gap-4xl: 48px; /* deprecated */
13
+ --gap-5xl: 64px; /* deprecated */
14
+ --gap-6xl: 72px; /* deprecated */
15
+ --gap-7xl: 96px; /* deprecated */
16
+ --gap-8xl: 128px; /* deprecated */
17
+ --gap-3xs-neg: -2px; /* deprecated */
18
+ --gap-2xs-neg: -4px; /* deprecated */
19
+ --gap-xs-neg: -8px; /* deprecated */
20
+ --gap-s-neg: -12px; /* deprecated */
21
+ --gap-m-neg: -16px; /* deprecated */
22
+ --gap-l-neg: -20px; /* deprecated */
23
+ --gap-xl-neg: -24px; /* deprecated */
24
+ --gap-2xl-neg: -32px; /* deprecated */
25
+ --gap-3xl-neg: -40px; /* deprecated */
26
+ --gap-4xl-neg: -48px; /* deprecated */
27
+ --gap-5xl-neg: -64px; /* deprecated */
28
+ --gap-6xl-neg: -72px; /* deprecated */
29
+ --gap-7xl-neg: -96px; /* deprecated */
30
+ --gap-8xl-neg: -128px; /* deprecated */
31
+
32
+ /* новые значения, используйте их */
33
+ --gap-0: 0;
34
+ --gap-2: 2px;
35
+ --gap-4: 4px;
36
+ --gap-8: 8px;
37
+ --gap-12: 12px;
38
+ --gap-16: 16px;
39
+ --gap-20: 20px;
40
+ --gap-24: 24px;
41
+ --gap-32: 32px;
42
+ --gap-40: 40px;
43
+ --gap-48: 48px;
44
+ --gap-56: 56px;
45
+ --gap-64: 64px;
46
+ --gap-72: 72px;
47
+ --gap-80: 80px;
48
+ --gap-96: 96px;
49
+ --gap-128: 128px;
50
+ --gap-2-neg: -2px;
51
+ --gap-4-neg: -4px;
52
+ --gap-8-neg: -8px;
53
+ --gap-12-neg: -12px;
54
+ --gap-16-neg: -16px;
55
+ --gap-20-neg: -20px;
56
+ --gap-24-neg: -24px;
57
+ --gap-32-neg: -32px;
58
+ --gap-40-neg: -40px;
59
+ --gap-48-neg: -48px;
60
+ --gap-56-neg: -56px;
61
+ --gap-64-neg: -64px;
62
+ --gap-72-neg: -72px;
63
+ --gap-80-neg: -80px;
64
+ --gap-96-neg: -96px;
65
+ --gap-128-neg: -128px;
31
66
  }
package/vars/index.d.ts CHANGED
@@ -1473,5 +1473,38 @@ export const gap5xlNeg: "-64px";
1473
1473
  export const gap6xlNeg: "-72px";
1474
1474
  export const gap7xlNeg: "-96px";
1475
1475
  export const gap8xlNeg: "-128px";
1476
+ export const gap0: "0";
1477
+ export const gap2: "2px";
1478
+ export const gap4: "4px";
1479
+ export const gap8: "8px";
1480
+ export const gap12: "12px";
1481
+ export const gap16: "16px";
1482
+ export const gap20: "20px";
1483
+ export const gap24: "24px";
1484
+ export const gap32: "32px";
1485
+ export const gap40: "40px";
1486
+ export const gap48: "48px";
1487
+ export const gap56: "56px";
1488
+ export const gap64: "64px";
1489
+ export const gap72: "72px";
1490
+ export const gap80: "80px";
1491
+ export const gap96: "96px";
1492
+ export const gap128: "128px";
1493
+ export const gap2Neg: "-2px";
1494
+ export const gap4Neg: "-4px";
1495
+ export const gap8Neg: "-8px";
1496
+ export const gap12Neg: "-12px";
1497
+ export const gap16Neg: "-16px";
1498
+ export const gap20Neg: "-20px";
1499
+ export const gap24Neg: "-24px";
1500
+ export const gap32Neg: "-32px";
1501
+ export const gap40Neg: "-40px";
1502
+ export const gap48Neg: "-48px";
1503
+ export const gap56Neg: "-56px";
1504
+ export const gap64Neg: "-64px";
1505
+ export const gap72Neg: "-72px";
1506
+ export const gap80Neg: "-80px";
1507
+ export const gap96Neg: "-96px";
1508
+ export const gap128Neg: "-128px";
1476
1509
  export const fontFamilySystem: "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
1477
1510
  export const fontFamilyStyrene: "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
package/vars/index.js CHANGED
@@ -1473,5 +1473,38 @@ module.exports.gap5xlNeg = "-64px";
1473
1473
  module.exports.gap6xlNeg = "-72px";
1474
1474
  module.exports.gap7xlNeg = "-96px";
1475
1475
  module.exports.gap8xlNeg = "-128px";
1476
+ module.exports.gap0 = "0";
1477
+ module.exports.gap2 = "2px";
1478
+ module.exports.gap4 = "4px";
1479
+ module.exports.gap8 = "8px";
1480
+ module.exports.gap12 = "12px";
1481
+ module.exports.gap16 = "16px";
1482
+ module.exports.gap20 = "20px";
1483
+ module.exports.gap24 = "24px";
1484
+ module.exports.gap32 = "32px";
1485
+ module.exports.gap40 = "40px";
1486
+ module.exports.gap48 = "48px";
1487
+ module.exports.gap56 = "56px";
1488
+ module.exports.gap64 = "64px";
1489
+ module.exports.gap72 = "72px";
1490
+ module.exports.gap80 = "80px";
1491
+ module.exports.gap96 = "96px";
1492
+ module.exports.gap128 = "128px";
1493
+ module.exports.gap2Neg = "-2px";
1494
+ module.exports.gap4Neg = "-4px";
1495
+ module.exports.gap8Neg = "-8px";
1496
+ module.exports.gap12Neg = "-12px";
1497
+ module.exports.gap16Neg = "-16px";
1498
+ module.exports.gap20Neg = "-20px";
1499
+ module.exports.gap24Neg = "-24px";
1500
+ module.exports.gap32Neg = "-32px";
1501
+ module.exports.gap40Neg = "-40px";
1502
+ module.exports.gap48Neg = "-48px";
1503
+ module.exports.gap56Neg = "-56px";
1504
+ module.exports.gap64Neg = "-64px";
1505
+ module.exports.gap72Neg = "-72px";
1506
+ module.exports.gap80Neg = "-80px";
1507
+ module.exports.gap96Neg = "-96px";
1508
+ module.exports.gap128Neg = "-128px";
1476
1509
  module.exports.fontFamilySystem = "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
1477
1510
  module.exports.fontFamilyStyrene = "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
@@ -1473,5 +1473,38 @@ export const gap5xlNeg: "-64px";
1473
1473
  export const gap6xlNeg: "-72px";
1474
1474
  export const gap7xlNeg: "-96px";
1475
1475
  export const gap8xlNeg: "-128px";
1476
+ export const gap0: "0";
1477
+ export const gap2: "2px";
1478
+ export const gap4: "4px";
1479
+ export const gap8: "8px";
1480
+ export const gap12: "12px";
1481
+ export const gap16: "16px";
1482
+ export const gap20: "20px";
1483
+ export const gap24: "24px";
1484
+ export const gap32: "32px";
1485
+ export const gap40: "40px";
1486
+ export const gap48: "48px";
1487
+ export const gap56: "56px";
1488
+ export const gap64: "64px";
1489
+ export const gap72: "72px";
1490
+ export const gap80: "80px";
1491
+ export const gap96: "96px";
1492
+ export const gap128: "128px";
1493
+ export const gap2Neg: "-2px";
1494
+ export const gap4Neg: "-4px";
1495
+ export const gap8Neg: "-8px";
1496
+ export const gap12Neg: "-12px";
1497
+ export const gap16Neg: "-16px";
1498
+ export const gap20Neg: "-20px";
1499
+ export const gap24Neg: "-24px";
1500
+ export const gap32Neg: "-32px";
1501
+ export const gap40Neg: "-40px";
1502
+ export const gap48Neg: "-48px";
1503
+ export const gap56Neg: "-56px";
1504
+ export const gap64Neg: "-64px";
1505
+ export const gap72Neg: "-72px";
1506
+ export const gap80Neg: "-80px";
1507
+ export const gap96Neg: "-96px";
1508
+ export const gap128Neg: "-128px";
1476
1509
  export const fontFamilySystem: "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
1477
1510
  export const fontFamilyStyrene: "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";