@alfalab/core-components 42.14.1 → 43.0.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 (6348) hide show
  1. package/action-button/Component.js +5 -4
  2. package/action-button/cssm/Component.js +1 -0
  3. package/action-button/cssm/default.module.css +31 -19
  4. package/action-button/cssm/index.module.css +1 -2
  5. package/action-button/cssm/inverted.module.css +33 -21
  6. package/action-button/cssm/static.module.css +25 -13
  7. package/action-button/default.css +42 -30
  8. package/action-button/esm/Component.js +5 -4
  9. package/action-button/esm/default.css +42 -30
  10. package/action-button/esm/index.css +11 -12
  11. package/action-button/esm/inverted.css +44 -32
  12. package/action-button/esm/static.css +32 -20
  13. package/action-button/index.css +11 -12
  14. package/action-button/inverted.css +44 -32
  15. package/action-button/modern/Component.js +5 -4
  16. package/action-button/modern/default.css +42 -30
  17. package/action-button/modern/index.css +11 -12
  18. package/action-button/modern/inverted.css +44 -32
  19. package/action-button/modern/static.css +32 -20
  20. package/action-button/static.css +32 -20
  21. package/alert/Component.js +1 -1
  22. package/alert/esm/Component.js +1 -1
  23. package/alert/esm/index.css +3 -3
  24. package/alert/index.css +3 -3
  25. package/alert/modern/Component.js +1 -1
  26. package/alert/modern/index.css +3 -3
  27. package/amount/component.js +1 -1
  28. package/amount/esm/component.js +1 -1
  29. package/amount/esm/index.css +6 -6
  30. package/amount/esm/pure/component.js +1 -1
  31. package/amount/esm/pure/index.css +1 -1
  32. package/amount/index.css +6 -6
  33. package/amount/modern/component.js +1 -1
  34. package/amount/modern/index.css +6 -6
  35. package/amount/modern/pure/component.js +1 -1
  36. package/amount/modern/pure/index.css +1 -1
  37. package/amount/pure/component.js +1 -1
  38. package/amount/pure/index.css +1 -1
  39. package/amount-input/Component.js +17 -6
  40. package/amount-input/cssm/Component.js +14 -3
  41. package/amount-input/cssm/default.module.css +1 -1
  42. package/amount-input/default.css +3 -3
  43. package/amount-input/esm/Component.js +17 -6
  44. package/amount-input/esm/default.css +3 -3
  45. package/amount-input/esm/index.css +7 -7
  46. package/amount-input/esm/inverted.css +2 -2
  47. package/amount-input/index.css +7 -7
  48. package/amount-input/inverted.css +2 -2
  49. package/amount-input/modern/Component.js +17 -6
  50. package/amount-input/modern/default.css +3 -3
  51. package/amount-input/modern/index.css +7 -7
  52. package/amount-input/modern/inverted.css +2 -2
  53. package/attach/Component.js +1 -1
  54. package/attach/cssm/index.module.css +2 -2
  55. package/attach/esm/Component.js +1 -1
  56. package/attach/esm/index.css +28 -28
  57. package/attach/index.css +28 -28
  58. package/attach/modern/Component.js +1 -1
  59. package/attach/modern/index.css +28 -28
  60. package/backdrop/Component.js +1 -1
  61. package/backdrop/cssm/index.module.css +1 -1
  62. package/backdrop/esm/Component.js +1 -1
  63. package/backdrop/esm/index.css +11 -11
  64. package/backdrop/index.css +11 -11
  65. package/backdrop/modern/Component.js +1 -1
  66. package/backdrop/modern/index.css +11 -11
  67. package/badge/Component.js +1 -1
  68. package/badge/cssm/index.module.css +26 -24
  69. package/badge/esm/Component.js +1 -1
  70. package/badge/esm/index.css +72 -70
  71. package/badge/index.css +72 -70
  72. package/badge/modern/Component.js +1 -1
  73. package/badge/modern/index.css +72 -70
  74. package/bank-card/Component.js +1 -1
  75. package/bank-card/esm/Component.js +1 -1
  76. package/bank-card/esm/index.css +20 -20
  77. package/bank-card/index.css +20 -20
  78. package/bank-card/modern/Component.js +1 -1
  79. package/bank-card/modern/index.css +20 -20
  80. package/base-modal/Component.d.ts +4 -0
  81. package/base-modal/Component.js +13 -8
  82. package/base-modal/cssm/Component.d.ts +4 -0
  83. package/base-modal/cssm/Component.js +12 -7
  84. package/base-modal/cssm/index.js +1 -1
  85. package/base-modal/cssm/utils.d.ts +1 -2
  86. package/base-modal/cssm/utils.js +2 -20
  87. package/base-modal/esm/Component.d.ts +4 -0
  88. package/base-modal/esm/Component.js +14 -9
  89. package/base-modal/esm/index.css +13 -13
  90. package/base-modal/esm/index.js +2 -1
  91. package/base-modal/esm/utils.d.ts +1 -2
  92. package/base-modal/esm/utils.js +3 -20
  93. package/base-modal/index.css +13 -13
  94. package/base-modal/index.js +1 -1
  95. package/base-modal/modern/Component.d.ts +4 -0
  96. package/base-modal/modern/Component.js +13 -8
  97. package/base-modal/modern/index.css +13 -13
  98. package/base-modal/modern/index.js +2 -1
  99. package/base-modal/modern/utils.d.ts +1 -2
  100. package/base-modal/modern/utils.js +3 -20
  101. package/base-modal/utils.d.ts +1 -2
  102. package/base-modal/utils.js +2 -20
  103. package/bottom-sheet/component.js +1 -1
  104. package/bottom-sheet/components/footer/Component.js +1 -1
  105. package/bottom-sheet/components/footer/index.css +43 -43
  106. package/bottom-sheet/components/header/Component.js +1 -1
  107. package/bottom-sheet/components/header/index.css +14 -14
  108. package/bottom-sheet/cssm/components/footer/index.module.css +17 -17
  109. package/bottom-sheet/cssm/components/header/index.module.css +1 -1
  110. package/bottom-sheet/cssm/index.module.css +17 -17
  111. package/bottom-sheet/esm/component.js +1 -1
  112. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  113. package/bottom-sheet/esm/components/footer/index.css +43 -43
  114. package/bottom-sheet/esm/components/header/Component.js +1 -1
  115. package/bottom-sheet/esm/components/header/index.css +14 -14
  116. package/bottom-sheet/esm/index.css +60 -60
  117. package/bottom-sheet/index.css +60 -60
  118. package/bottom-sheet/modern/component.js +1 -1
  119. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  120. package/bottom-sheet/modern/components/footer/index.css +43 -43
  121. package/bottom-sheet/modern/components/header/Component.js +1 -1
  122. package/bottom-sheet/modern/components/header/index.css +14 -14
  123. package/bottom-sheet/modern/index.css +60 -60
  124. package/button/Component.desktop.js +3 -3
  125. package/button/Component.mobile.js +3 -3
  126. package/button/components/base-button/Component.js +3 -3
  127. package/button/components/base-button/default.css +95 -96
  128. package/button/components/base-button/index.css +53 -54
  129. package/button/components/base-button/inverted.css +95 -94
  130. package/button/cssm/components/base-button/default.module.css +48 -49
  131. package/button/cssm/components/base-button/index.module.css +1 -2
  132. package/button/cssm/components/base-button/inverted.module.css +48 -47
  133. package/button/cssm/default.desktop.module.css +14 -15
  134. package/button/cssm/default.mobile.module.css +15 -20
  135. package/button/cssm/desktop/index.d.ts +2 -0
  136. package/button/cssm/desktop/index.js +21 -0
  137. package/button/cssm/desktop.module.css +0 -1
  138. package/button/cssm/inverted.desktop.module.css +12 -13
  139. package/button/cssm/inverted.mobile.module.css +13 -20
  140. package/button/cssm/mobile/index.d.ts +2 -0
  141. package/button/cssm/mobile/index.js +21 -0
  142. package/button/cssm/mobile.module.css +0 -1
  143. package/button/cssm/vars.css +0 -1
  144. package/button/default.desktop.css +24 -25
  145. package/button/default.mobile.css +24 -29
  146. package/button/desktop/index.d.ts +2 -0
  147. package/button/desktop/index.js +15 -0
  148. package/button/desktop/package.json +3 -0
  149. package/button/desktop.css +7 -8
  150. package/button/esm/Component.desktop.js +3 -3
  151. package/button/esm/Component.mobile.js +3 -3
  152. package/button/esm/components/base-button/Component.js +3 -3
  153. package/button/esm/components/base-button/default.css +95 -96
  154. package/button/esm/components/base-button/index.css +53 -54
  155. package/button/esm/components/base-button/inverted.css +95 -94
  156. package/button/esm/default.desktop.css +24 -25
  157. package/button/esm/default.mobile.css +24 -29
  158. package/button/esm/desktop/index.d.ts +2 -0
  159. package/button/esm/desktop/index.js +9 -0
  160. package/button/esm/desktop.css +7 -8
  161. package/button/esm/inverted.desktop.css +22 -23
  162. package/button/esm/inverted.mobile.css +22 -29
  163. package/button/esm/mobile/index.d.ts +2 -0
  164. package/button/esm/mobile/index.js +9 -0
  165. package/button/esm/mobile.css +7 -8
  166. package/button/inverted.desktop.css +22 -23
  167. package/button/inverted.mobile.css +22 -29
  168. package/button/mobile/index.d.ts +2 -0
  169. package/button/mobile/index.js +15 -0
  170. package/button/mobile/package.json +3 -0
  171. package/button/mobile.css +7 -8
  172. package/button/modern/Component.desktop.js +3 -3
  173. package/button/modern/Component.mobile.js +3 -3
  174. package/button/modern/components/base-button/Component.js +3 -3
  175. package/button/modern/components/base-button/default.css +95 -96
  176. package/button/modern/components/base-button/index.css +53 -54
  177. package/button/modern/components/base-button/inverted.css +95 -94
  178. package/button/modern/default.desktop.css +24 -25
  179. package/button/modern/default.mobile.css +24 -29
  180. package/button/modern/desktop/index.d.ts +2 -0
  181. package/button/modern/desktop/index.js +8 -0
  182. package/button/modern/desktop.css +7 -8
  183. package/button/modern/inverted.desktop.css +22 -23
  184. package/button/modern/inverted.mobile.css +22 -29
  185. package/button/modern/mobile/index.d.ts +2 -0
  186. package/button/modern/mobile/index.js +8 -0
  187. package/button/modern/mobile.css +7 -8
  188. package/calendar/Component.desktop.js +8 -2
  189. package/calendar/Component.responsive.js +1 -0
  190. package/calendar/components/calendar-mobile/Component.js +4 -3
  191. package/calendar/components/calendar-mobile/backdrop-transitions.css +11 -11
  192. package/calendar/components/calendar-mobile/index.css +19 -15
  193. package/calendar/components/calendar-mobile/index.js +1 -0
  194. package/calendar/components/calendar-mobile/transitions.css +8 -8
  195. package/calendar/components/days-table/Component.js +1 -1
  196. package/calendar/components/days-table/index.css +71 -71
  197. package/calendar/components/header/Component.js +1 -1
  198. package/calendar/components/header/index.css +3 -3
  199. package/calendar/components/month-year-header/Component.js +1 -1
  200. package/calendar/components/month-year-header/index.css +10 -10
  201. package/calendar/components/months-table/Component.js +1 -1
  202. package/calendar/components/months-table/index.css +27 -26
  203. package/calendar/components/period-slider/Component.js +1 -1
  204. package/calendar/components/period-slider/index.css +12 -12
  205. package/calendar/components/select-button/Component.js +1 -1
  206. package/calendar/components/select-button/index.css +13 -13
  207. package/calendar/components/years-table/Component.js +1 -1
  208. package/calendar/components/years-table/index.css +30 -31
  209. package/calendar/cssm/Component.desktop.js +7 -1
  210. package/calendar/cssm/Component.responsive.js +1 -0
  211. package/calendar/cssm/components/calendar-mobile/Component.js +1 -0
  212. package/calendar/cssm/components/calendar-mobile/backdrop-transitions.module.css +1 -1
  213. package/calendar/cssm/components/calendar-mobile/index.js +1 -0
  214. package/calendar/cssm/components/calendar-mobile/index.module.css +6 -2
  215. package/calendar/cssm/components/days-table/index.module.css +5 -5
  216. package/calendar/cssm/components/months-table/index.module.css +20 -19
  217. package/calendar/cssm/components/period-slider/index.module.css +1 -1
  218. package/calendar/cssm/components/select-button/index.module.css +3 -3
  219. package/calendar/cssm/components/years-table/index.module.css +22 -23
  220. package/calendar/cssm/desktop/index.d.ts +2 -0
  221. package/calendar/cssm/desktop/index.js +77 -0
  222. package/calendar/cssm/desktop.module.css +18 -10
  223. package/calendar/cssm/index.js +1 -0
  224. package/calendar/cssm/mobile/index.d.ts +1 -0
  225. package/calendar/cssm/mobile/index.js +85 -0
  226. package/calendar/cssm/shared/index.d.ts +4 -0
  227. package/calendar/cssm/shared/index.js +70 -0
  228. package/calendar/desktop/index.d.ts +2 -0
  229. package/calendar/desktop/index.js +69 -0
  230. package/calendar/desktop/package.json +3 -0
  231. package/calendar/desktop.css +41 -33
  232. package/calendar/esm/Component.desktop.js +8 -2
  233. package/calendar/esm/Component.responsive.js +1 -0
  234. package/calendar/esm/components/calendar-mobile/Component.js +4 -3
  235. package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +11 -11
  236. package/calendar/esm/components/calendar-mobile/index.css +19 -15
  237. package/calendar/esm/components/calendar-mobile/index.js +1 -0
  238. package/calendar/esm/components/calendar-mobile/transitions.css +8 -8
  239. package/calendar/esm/components/days-table/Component.js +1 -1
  240. package/calendar/esm/components/days-table/index.css +71 -71
  241. package/calendar/esm/components/header/Component.js +1 -1
  242. package/calendar/esm/components/header/index.css +3 -3
  243. package/calendar/esm/components/month-year-header/Component.js +1 -1
  244. package/calendar/esm/components/month-year-header/index.css +10 -10
  245. package/calendar/esm/components/months-table/Component.js +1 -1
  246. package/calendar/esm/components/months-table/index.css +27 -26
  247. package/calendar/esm/components/period-slider/Component.js +1 -1
  248. package/calendar/esm/components/period-slider/index.css +12 -12
  249. package/calendar/esm/components/select-button/Component.js +1 -1
  250. package/calendar/esm/components/select-button/index.css +13 -13
  251. package/calendar/esm/components/years-table/Component.js +1 -1
  252. package/calendar/esm/components/years-table/index.css +30 -31
  253. package/calendar/esm/desktop/index.d.ts +2 -0
  254. package/calendar/esm/desktop/index.js +63 -0
  255. package/calendar/esm/desktop.css +41 -33
  256. package/calendar/esm/index.js +1 -0
  257. package/calendar/esm/mobile/index.d.ts +1 -0
  258. package/calendar/esm/mobile/index.js +68 -0
  259. package/calendar/esm/shared/index.d.ts +4 -0
  260. package/calendar/esm/shared/index.js +49 -0
  261. package/calendar/index.js +1 -0
  262. package/calendar/mobile/index.d.ts +1 -0
  263. package/calendar/mobile/index.js +74 -0
  264. package/calendar/mobile/package.json +3 -0
  265. package/calendar/modern/Component.desktop.js +8 -2
  266. package/calendar/modern/Component.responsive.js +1 -0
  267. package/calendar/modern/components/calendar-mobile/Component.js +4 -3
  268. package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +11 -11
  269. package/calendar/modern/components/calendar-mobile/index.css +19 -15
  270. package/calendar/modern/components/calendar-mobile/index.js +1 -0
  271. package/calendar/modern/components/calendar-mobile/transitions.css +8 -8
  272. package/calendar/modern/components/days-table/Component.js +1 -1
  273. package/calendar/modern/components/days-table/index.css +71 -71
  274. package/calendar/modern/components/header/Component.js +1 -1
  275. package/calendar/modern/components/header/index.css +3 -3
  276. package/calendar/modern/components/month-year-header/Component.js +1 -1
  277. package/calendar/modern/components/month-year-header/index.css +10 -10
  278. package/calendar/modern/components/months-table/Component.js +1 -1
  279. package/calendar/modern/components/months-table/index.css +27 -26
  280. package/calendar/modern/components/period-slider/Component.js +1 -1
  281. package/calendar/modern/components/period-slider/index.css +12 -12
  282. package/calendar/modern/components/select-button/Component.js +1 -1
  283. package/calendar/modern/components/select-button/index.css +13 -13
  284. package/calendar/modern/components/years-table/Component.js +1 -1
  285. package/calendar/modern/components/years-table/index.css +30 -31
  286. package/calendar/modern/desktop/index.d.ts +2 -0
  287. package/calendar/modern/desktop/index.js +62 -0
  288. package/calendar/modern/desktop.css +41 -33
  289. package/calendar/modern/index.js +1 -0
  290. package/calendar/modern/mobile/index.d.ts +1 -0
  291. package/calendar/modern/mobile/index.js +67 -0
  292. package/calendar/modern/shared/index.d.ts +4 -0
  293. package/calendar/modern/shared/index.js +49 -0
  294. package/calendar/shared/index.d.ts +4 -0
  295. package/calendar/shared/index.js +69 -0
  296. package/calendar/shared/package.json +3 -0
  297. package/calendar-input/components/calendar-input/Component.d.ts +2 -2
  298. package/calendar-input/components/calendar-input/Component.js +8 -2
  299. package/calendar-input/components/calendar-input/index.css +14 -14
  300. package/calendar-input/cssm/components/calendar-input/Component.d.ts +2 -2
  301. package/calendar-input/cssm/components/calendar-input/Component.js +7 -1
  302. package/calendar-input/cssm/components/calendar-input/index.module.css +3 -3
  303. package/calendar-input/cssm/desktop/index.d.ts +2 -0
  304. package/calendar-input/cssm/desktop/index.js +22 -0
  305. package/calendar-input/cssm/mobile/index.d.ts +2 -0
  306. package/calendar-input/cssm/mobile/index.js +22 -0
  307. package/calendar-input/cssm/shared/index.d.ts +1 -0
  308. package/calendar-input/cssm/shared/index.js +20 -0
  309. package/calendar-input/desktop/index.d.ts +2 -0
  310. package/calendar-input/desktop/index.js +21 -0
  311. package/calendar-input/desktop/package.json +3 -0
  312. package/calendar-input/esm/components/calendar-input/Component.d.ts +2 -2
  313. package/calendar-input/esm/components/calendar-input/Component.js +8 -2
  314. package/calendar-input/esm/components/calendar-input/index.css +14 -14
  315. package/calendar-input/esm/desktop/index.d.ts +2 -0
  316. package/calendar-input/esm/desktop/index.js +15 -0
  317. package/calendar-input/esm/mobile/index.d.ts +2 -0
  318. package/calendar-input/esm/mobile/index.js +15 -0
  319. package/calendar-input/esm/shared/index.d.ts +1 -0
  320. package/calendar-input/esm/shared/index.js +6 -0
  321. package/calendar-input/mobile/index.d.ts +2 -0
  322. package/calendar-input/mobile/index.js +21 -0
  323. package/calendar-input/mobile/package.json +3 -0
  324. package/calendar-input/modern/components/calendar-input/Component.d.ts +2 -2
  325. package/calendar-input/modern/components/calendar-input/Component.js +6 -2
  326. package/calendar-input/modern/components/calendar-input/index.css +14 -14
  327. package/calendar-input/modern/desktop/index.d.ts +2 -0
  328. package/calendar-input/modern/desktop/index.js +14 -0
  329. package/calendar-input/modern/mobile/index.d.ts +2 -0
  330. package/calendar-input/modern/mobile/index.js +14 -0
  331. package/calendar-input/modern/shared/index.d.ts +1 -0
  332. package/calendar-input/modern/shared/index.js +6 -0
  333. package/calendar-input/shared/index.d.ts +1 -0
  334. package/calendar-input/shared/index.js +20 -0
  335. package/calendar-input/shared/package.json +3 -0
  336. package/calendar-range/Component.js +1 -1
  337. package/calendar-range/components/divider/Component.js +1 -1
  338. package/calendar-range/components/divider/index.css +8 -8
  339. package/calendar-range/esm/Component.js +1 -1
  340. package/calendar-range/esm/components/divider/Component.js +1 -1
  341. package/calendar-range/esm/components/divider/index.css +8 -8
  342. package/calendar-range/esm/index.js +1 -1
  343. package/calendar-range/esm/index.module-6784998e.js +4 -0
  344. package/calendar-range/esm/views/index.css +7 -7
  345. package/calendar-range/esm/views/popover.js +1 -1
  346. package/calendar-range/esm/views/static.js +1 -1
  347. package/calendar-range/index.js +1 -1
  348. package/calendar-range/index.module-c10bea55.js +4 -0
  349. package/calendar-range/modern/Component.js +1 -1
  350. package/calendar-range/modern/components/divider/Component.js +1 -1
  351. package/calendar-range/modern/components/divider/index.css +8 -8
  352. package/calendar-range/modern/index.js +1 -1
  353. package/calendar-range/modern/index.module-9f81248a.js +4 -0
  354. package/calendar-range/modern/views/index.css +7 -7
  355. package/calendar-range/modern/views/popover.js +1 -1
  356. package/calendar-range/modern/views/static.js +1 -1
  357. package/calendar-range/views/index.css +7 -7
  358. package/calendar-range/views/popover.js +1 -1
  359. package/calendar-range/views/static.js +1 -1
  360. package/calendar-with-skeleton/Component.d.ts +1 -118
  361. package/calendar-with-skeleton/Component.js +1 -1
  362. package/calendar-with-skeleton/cssm/Component.d.ts +1 -118
  363. package/calendar-with-skeleton/esm/Component.d.ts +1 -118
  364. package/calendar-with-skeleton/esm/Component.js +1 -1
  365. package/calendar-with-skeleton/esm/index.css +12 -12
  366. package/calendar-with-skeleton/index.css +12 -12
  367. package/calendar-with-skeleton/modern/Component.d.ts +1 -118
  368. package/calendar-with-skeleton/modern/Component.js +1 -1
  369. package/calendar-with-skeleton/modern/index.css +12 -12
  370. package/card-image/Component.js +1 -1
  371. package/card-image/esm/Component.js +1 -1
  372. package/card-image/esm/index.css +6 -6
  373. package/card-image/index.css +6 -6
  374. package/card-image/modern/Component.js +1 -1
  375. package/card-image/modern/index.css +6 -6
  376. package/cdn-icon/Component.js +1 -1
  377. package/cdn-icon/esm/Component.js +1 -1
  378. package/cdn-icon/esm/index.css +3 -3
  379. package/cdn-icon/index.css +3 -3
  380. package/cdn-icon/modern/Component.js +1 -1
  381. package/cdn-icon/modern/index.css +3 -3
  382. package/chart/Component.js +1 -1
  383. package/chart/components/Dot/index.css +7 -7
  384. package/chart/components/Dot/index.js +1 -1
  385. package/chart/components/Legends/index.css +7 -7
  386. package/chart/components/Legends/index.js +1 -1
  387. package/chart/components/Tick/index.css +4 -4
  388. package/chart/components/Tick/index.js +1 -1
  389. package/chart/components/TooltipContent/index.css +7 -7
  390. package/chart/components/TooltipContent/index.js +1 -1
  391. package/chart/cssm/components/Tick/index.module.css +1 -1
  392. package/chart/cssm/components/TooltipContent/index.module.css +1 -1
  393. package/chart/esm/Component.js +1 -1
  394. package/chart/esm/components/Dot/index.css +7 -7
  395. package/chart/esm/components/Dot/index.js +1 -1
  396. package/chart/esm/components/Legends/index.css +7 -7
  397. package/chart/esm/components/Legends/index.js +1 -1
  398. package/chart/esm/components/Tick/index.css +4 -4
  399. package/chart/esm/components/Tick/index.js +1 -1
  400. package/chart/esm/components/TooltipContent/index.css +7 -7
  401. package/chart/esm/components/TooltipContent/index.js +1 -1
  402. package/chart/esm/index.css +4 -4
  403. package/chart/index.css +4 -4
  404. package/chart/modern/Component.js +1 -1
  405. package/chart/modern/components/Dot/index.css +7 -7
  406. package/chart/modern/components/Dot/index.js +1 -1
  407. package/chart/modern/components/Legends/index.css +7 -7
  408. package/chart/modern/components/Legends/index.js +1 -1
  409. package/chart/modern/components/Tick/index.css +4 -4
  410. package/chart/modern/components/Tick/index.js +1 -1
  411. package/chart/modern/components/TooltipContent/index.css +7 -7
  412. package/chart/modern/components/TooltipContent/index.js +1 -1
  413. package/chart/modern/index.css +4 -4
  414. package/checkbox/Component.js +1 -1
  415. package/checkbox/cssm/index.module.css +8 -8
  416. package/checkbox/esm/Component.js +1 -1
  417. package/checkbox/esm/index.css +46 -46
  418. package/checkbox/index.css +46 -46
  419. package/checkbox/modern/Component.js +1 -1
  420. package/checkbox/modern/index.css +46 -46
  421. package/checkbox-group/Component.desktop.js +1 -1
  422. package/checkbox-group/Component.mobile.js +1 -1
  423. package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
  424. package/checkbox-group/components/base-checkbox-group/index.css +21 -21
  425. package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +2 -2
  426. package/checkbox-group/cssm/desktop/index.d.ts +2 -0
  427. package/checkbox-group/cssm/desktop/index.js +13 -0
  428. package/checkbox-group/cssm/mobile/index.d.ts +2 -0
  429. package/checkbox-group/cssm/mobile/index.js +13 -0
  430. package/checkbox-group/cssm/mobile.module.css +1 -1
  431. package/checkbox-group/desktop/index.d.ts +2 -0
  432. package/checkbox-group/desktop/index.js +11 -0
  433. package/checkbox-group/desktop/package.json +3 -0
  434. package/checkbox-group/desktop.css +4 -4
  435. package/checkbox-group/esm/Component.desktop.js +1 -1
  436. package/checkbox-group/esm/Component.mobile.js +1 -1
  437. package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
  438. package/checkbox-group/esm/components/base-checkbox-group/index.css +21 -21
  439. package/checkbox-group/esm/desktop/index.d.ts +2 -0
  440. package/checkbox-group/esm/desktop/index.js +5 -0
  441. package/checkbox-group/esm/desktop.css +4 -4
  442. package/checkbox-group/esm/mobile/index.d.ts +2 -0
  443. package/checkbox-group/esm/mobile/index.js +5 -0
  444. package/checkbox-group/esm/mobile.css +5 -5
  445. package/checkbox-group/mobile/index.d.ts +2 -0
  446. package/checkbox-group/mobile/index.js +11 -0
  447. package/checkbox-group/mobile/package.json +3 -0
  448. package/checkbox-group/mobile.css +5 -5
  449. package/checkbox-group/modern/Component.desktop.js +1 -1
  450. package/checkbox-group/modern/Component.mobile.js +1 -1
  451. package/checkbox-group/modern/components/base-checkbox-group/Component.js +1 -1
  452. package/checkbox-group/modern/components/base-checkbox-group/index.css +21 -21
  453. package/checkbox-group/modern/desktop/index.d.ts +2 -0
  454. package/checkbox-group/modern/desktop/index.js +4 -0
  455. package/checkbox-group/modern/desktop.css +4 -4
  456. package/checkbox-group/modern/mobile/index.d.ts +2 -0
  457. package/checkbox-group/modern/mobile/index.js +4 -0
  458. package/checkbox-group/modern/mobile.css +5 -5
  459. package/circular-progress-bar/Component.js +1 -1
  460. package/circular-progress-bar/cssm/index.module.css +5 -5
  461. package/circular-progress-bar/esm/Component.js +1 -1
  462. package/circular-progress-bar/esm/index.css +53 -53
  463. package/circular-progress-bar/index.css +53 -53
  464. package/circular-progress-bar/modern/Component.js +1 -1
  465. package/circular-progress-bar/modern/index.css +53 -53
  466. package/code-input/Component.desktop.js +1 -1
  467. package/code-input/Component.mobile.js +1 -1
  468. package/code-input/components/base-code-input/component.js +1 -1
  469. package/code-input/components/base-code-input/index.css +7 -7
  470. package/code-input/components/input/component.js +1 -1
  471. package/code-input/components/input/index.css +15 -23
  472. package/code-input/cssm/components/base-code-input/index.module.css +1 -1
  473. package/code-input/cssm/components/input/index.module.css +3 -11
  474. package/code-input/cssm/desktop/index.d.ts +2 -0
  475. package/code-input/cssm/desktop/index.js +15 -0
  476. package/code-input/cssm/desktop.module.css +2 -10
  477. package/code-input/cssm/mobile/index.d.ts +2 -0
  478. package/code-input/cssm/mobile/index.js +15 -0
  479. package/code-input/cssm/mobile.module.css +1 -9
  480. package/code-input/cssm/shared/index.d.ts +1 -0
  481. package/code-input/cssm/vars.css +0 -8
  482. package/code-input/desktop/index.d.ts +2 -0
  483. package/code-input/desktop/index.js +12 -0
  484. package/code-input/desktop/package.json +3 -0
  485. package/code-input/desktop.css +4 -12
  486. package/code-input/esm/Component.desktop.js +1 -1
  487. package/code-input/esm/Component.mobile.js +1 -1
  488. package/code-input/esm/components/base-code-input/component.js +1 -1
  489. package/code-input/esm/components/base-code-input/index.css +7 -7
  490. package/code-input/esm/components/input/component.js +1 -1
  491. package/code-input/esm/components/input/index.css +15 -23
  492. package/code-input/esm/desktop/index.d.ts +2 -0
  493. package/code-input/esm/desktop/index.js +6 -0
  494. package/code-input/esm/desktop.css +4 -12
  495. package/code-input/esm/mobile/index.d.ts +2 -0
  496. package/code-input/esm/mobile/index.js +6 -0
  497. package/code-input/esm/mobile.css +4 -12
  498. package/code-input/esm/shared/index.d.ts +1 -0
  499. package/code-input/mobile/index.d.ts +2 -0
  500. package/code-input/mobile/index.js +12 -0
  501. package/code-input/mobile/package.json +3 -0
  502. package/code-input/mobile.css +4 -12
  503. package/code-input/modern/Component.desktop.js +1 -1
  504. package/code-input/modern/Component.mobile.js +1 -1
  505. package/code-input/modern/components/base-code-input/component.js +1 -1
  506. package/code-input/modern/components/base-code-input/index.css +7 -7
  507. package/code-input/modern/components/input/component.js +1 -1
  508. package/code-input/modern/components/input/index.css +15 -23
  509. package/code-input/modern/desktop/index.d.ts +2 -0
  510. package/code-input/modern/desktop/index.js +5 -0
  511. package/code-input/modern/desktop.css +4 -12
  512. package/code-input/modern/mobile/index.d.ts +2 -0
  513. package/code-input/modern/mobile/index.js +5 -0
  514. package/code-input/modern/mobile.css +4 -12
  515. package/code-input/modern/shared/index.d.ts +1 -0
  516. package/code-input/shared/index.d.ts +1 -0
  517. package/code-input/shared/package.json +3 -0
  518. package/collapse/Component.js +1 -1
  519. package/collapse/esm/Component.js +1 -1
  520. package/collapse/esm/index.css +8 -8
  521. package/collapse/index.css +8 -8
  522. package/collapse/modern/Component.js +1 -1
  523. package/collapse/modern/index.css +8 -8
  524. package/comment/Component.js +1 -1
  525. package/comment/cssm/index.module.css +1 -1
  526. package/comment/esm/Component.js +1 -1
  527. package/comment/esm/index.css +4 -4
  528. package/comment/index.css +4 -4
  529. package/comment/modern/Component.js +1 -1
  530. package/comment/modern/index.css +4 -4
  531. package/confirmation/component.desktop.js +1 -1
  532. package/confirmation/component.mobile.js +2 -2
  533. package/confirmation/component.responsive.js +1 -1
  534. package/confirmation/components/base-confirmation/component.js +2 -2
  535. package/confirmation/components/base-confirmation/index.css +3 -3
  536. package/confirmation/components/base-confirmation/index.js +1 -1
  537. package/confirmation/components/countdown-loader/component.js +1 -1
  538. package/confirmation/components/countdown-loader/index.css +3 -3
  539. package/confirmation/components/header/component.js +1 -1
  540. package/confirmation/components/header/index.css +4 -4
  541. package/confirmation/components/index.js +1 -1
  542. package/confirmation/components/screens/fatal-error/component.js +1 -1
  543. package/confirmation/components/screens/fatal-error/index.css +6 -6
  544. package/confirmation/components/screens/hint/component.js +1 -1
  545. package/confirmation/components/screens/hint/index.css +12 -12
  546. package/confirmation/components/screens/index.js +1 -1
  547. package/confirmation/components/screens/initial/component.js +1 -1
  548. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  549. package/confirmation/components/screens/initial/index.css +18 -18
  550. package/confirmation/components/screens/initial/index.js +1 -1
  551. package/confirmation/components/screens/temp-block/component.js +1 -1
  552. package/confirmation/components/screens/temp-block/index.css +7 -7
  553. package/confirmation/countdown-section-366a6558.js +47 -0
  554. package/confirmation/cssm/components/base-confirmation/index.module.css +1 -1
  555. package/confirmation/cssm/components/countdown-loader/index.module.css +1 -1
  556. package/confirmation/cssm/components/screens/initial/index.module.css +1 -1
  557. package/confirmation/cssm/desktop/index.d.ts +2 -0
  558. package/confirmation/cssm/desktop/index.js +38 -0
  559. package/confirmation/cssm/mobile/index.d.ts +2 -0
  560. package/confirmation/cssm/mobile/index.js +39 -0
  561. package/confirmation/cssm/shared/index.d.ts +4 -0
  562. package/confirmation/cssm/shared/index.js +41 -0
  563. package/confirmation/desktop/index.d.ts +2 -0
  564. package/confirmation/desktop/index.js +31 -0
  565. package/confirmation/desktop/package.json +3 -0
  566. package/confirmation/esm/component.desktop.js +1 -1
  567. package/confirmation/esm/component.mobile.js +2 -2
  568. package/confirmation/esm/component.responsive.js +1 -1
  569. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  570. package/confirmation/esm/components/base-confirmation/index.css +3 -3
  571. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  572. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  573. package/confirmation/esm/components/countdown-loader/index.css +3 -3
  574. package/confirmation/esm/components/header/component.js +1 -1
  575. package/confirmation/esm/components/header/index.css +4 -4
  576. package/confirmation/esm/components/index.js +1 -1
  577. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  578. package/confirmation/esm/components/screens/fatal-error/index.css +6 -6
  579. package/confirmation/esm/components/screens/hint/component.js +1 -1
  580. package/confirmation/esm/components/screens/hint/index.css +12 -12
  581. package/confirmation/esm/components/screens/index.js +1 -1
  582. package/confirmation/esm/components/screens/initial/component.js +1 -1
  583. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  584. package/confirmation/esm/components/screens/initial/index.css +18 -18
  585. package/confirmation/esm/components/screens/initial/index.js +1 -1
  586. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  587. package/confirmation/esm/components/screens/temp-block/index.css +7 -7
  588. package/confirmation/esm/countdown-section-a52bd3ee.js +41 -0
  589. package/confirmation/esm/desktop/index.d.ts +2 -0
  590. package/confirmation/esm/desktop/index.js +23 -0
  591. package/confirmation/esm/index.js +1 -1
  592. package/confirmation/esm/mobile/index.d.ts +2 -0
  593. package/confirmation/esm/mobile/index.js +23 -0
  594. package/confirmation/esm/mobile.css +2 -2
  595. package/confirmation/esm/shared/index.d.ts +4 -0
  596. package/confirmation/esm/shared/index.js +20 -0
  597. package/confirmation/index.js +1 -1
  598. package/confirmation/mobile/index.d.ts +2 -0
  599. package/confirmation/mobile/index.js +31 -0
  600. package/confirmation/mobile/package.json +3 -0
  601. package/confirmation/mobile.css +2 -2
  602. package/confirmation/modern/component.desktop.js +1 -1
  603. package/confirmation/modern/component.mobile.js +2 -2
  604. package/confirmation/modern/component.responsive.js +1 -1
  605. package/confirmation/modern/components/base-confirmation/component.js +2 -2
  606. package/confirmation/modern/components/base-confirmation/index.css +3 -3
  607. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  608. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  609. package/confirmation/modern/components/countdown-loader/index.css +3 -3
  610. package/confirmation/modern/components/header/component.js +1 -1
  611. package/confirmation/modern/components/header/index.css +4 -4
  612. package/confirmation/modern/components/index.js +1 -1
  613. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  614. package/confirmation/modern/components/screens/fatal-error/index.css +6 -6
  615. package/confirmation/modern/components/screens/hint/component.js +1 -1
  616. package/confirmation/modern/components/screens/hint/index.css +12 -12
  617. package/confirmation/modern/components/screens/index.js +1 -1
  618. package/confirmation/modern/components/screens/initial/component.js +1 -1
  619. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  620. package/confirmation/modern/components/screens/initial/index.css +18 -18
  621. package/confirmation/modern/components/screens/initial/index.js +1 -1
  622. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  623. package/confirmation/modern/components/screens/temp-block/index.css +7 -7
  624. package/confirmation/modern/countdown-section-da2679e3.js +36 -0
  625. package/confirmation/modern/desktop/index.d.ts +2 -0
  626. package/confirmation/modern/desktop/index.js +22 -0
  627. package/confirmation/modern/index.js +1 -1
  628. package/confirmation/modern/mobile/index.d.ts +2 -0
  629. package/confirmation/modern/mobile/index.js +22 -0
  630. package/confirmation/modern/mobile.css +2 -2
  631. package/confirmation/modern/shared/index.d.ts +4 -0
  632. package/confirmation/modern/shared/index.js +20 -0
  633. package/confirmation/shared/index.d.ts +4 -0
  634. package/confirmation/shared/index.js +35 -0
  635. package/confirmation/shared/package.json +3 -0
  636. package/confirmation-v1/component.js +1 -1
  637. package/confirmation-v1/components/code-input/component.js +1 -1
  638. package/confirmation-v1/components/code-input/index.css +14 -14
  639. package/confirmation-v1/components/countdown/component.js +1 -1
  640. package/confirmation-v1/components/countdown/index.css +14 -14
  641. package/confirmation-v1/components/countdown-loader/component.js +1 -1
  642. package/confirmation-v1/components/countdown-loader/index.css +3 -3
  643. package/confirmation-v1/components/overlimit/component.js +1 -1
  644. package/confirmation-v1/components/overlimit/index.css +10 -10
  645. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  646. package/confirmation-v1/components/sign-confirmation/index.css +15 -15
  647. package/confirmation-v1/cssm/components/code-input/index.module.css +4 -4
  648. package/confirmation-v1/cssm/components/countdown/index.module.css +1 -1
  649. package/confirmation-v1/cssm/components/countdown-loader/index.module.css +1 -1
  650. package/confirmation-v1/cssm/components/overlimit/index.module.css +1 -1
  651. package/confirmation-v1/cssm/components/sign-confirmation/index.module.css +2 -2
  652. package/confirmation-v1/cssm/index.module.css +1 -1
  653. package/confirmation-v1/esm/component.js +1 -1
  654. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  655. package/confirmation-v1/esm/components/code-input/index.css +14 -14
  656. package/confirmation-v1/esm/components/countdown/component.js +1 -1
  657. package/confirmation-v1/esm/components/countdown/index.css +14 -14
  658. package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
  659. package/confirmation-v1/esm/components/countdown-loader/index.css +3 -3
  660. package/confirmation-v1/esm/components/overlimit/component.js +1 -1
  661. package/confirmation-v1/esm/components/overlimit/index.css +10 -10
  662. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  663. package/confirmation-v1/esm/components/sign-confirmation/index.css +15 -15
  664. package/confirmation-v1/esm/index.css +15 -15
  665. package/confirmation-v1/index.css +15 -15
  666. package/confirmation-v1/modern/component.js +1 -1
  667. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  668. package/confirmation-v1/modern/components/code-input/index.css +14 -14
  669. package/confirmation-v1/modern/components/countdown/component.js +1 -1
  670. package/confirmation-v1/modern/components/countdown/index.css +14 -14
  671. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  672. package/confirmation-v1/modern/components/countdown-loader/index.css +3 -3
  673. package/confirmation-v1/modern/components/overlimit/component.js +1 -1
  674. package/confirmation-v1/modern/components/overlimit/index.css +10 -10
  675. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  676. package/confirmation-v1/modern/components/sign-confirmation/index.css +15 -15
  677. package/confirmation-v1/modern/index.css +15 -15
  678. package/custom-button/Component.js +1 -1
  679. package/custom-button/esm/Component.js +1 -1
  680. package/custom-button/esm/index.css +21 -21
  681. package/custom-button/index.css +21 -21
  682. package/custom-button/modern/Component.js +1 -1
  683. package/custom-button/modern/index.css +21 -21
  684. package/custom-picker-button/Component.desktop.d.ts +1 -1
  685. package/custom-picker-button/Component.mobile.d.ts +1 -1
  686. package/custom-picker-button/Component.responsive.d.ts +4 -7
  687. package/custom-picker-button/cssm/Component.desktop.d.ts +1 -1
  688. package/custom-picker-button/cssm/Component.mobile.d.ts +1 -1
  689. package/custom-picker-button/cssm/Component.responsive.d.ts +4 -7
  690. package/custom-picker-button/cssm/desktop/index.d.ts +2 -0
  691. package/custom-picker-button/cssm/desktop/index.js +15 -0
  692. package/custom-picker-button/cssm/field/Component.d.ts +2 -1
  693. package/custom-picker-button/cssm/mobile/index.d.ts +2 -0
  694. package/custom-picker-button/cssm/mobile/index.js +15 -0
  695. package/custom-picker-button/desktop/index.d.ts +2 -0
  696. package/custom-picker-button/desktop/index.js +14 -0
  697. package/custom-picker-button/desktop/package.json +3 -0
  698. package/custom-picker-button/esm/Component.desktop.d.ts +1 -1
  699. package/custom-picker-button/esm/Component.mobile.d.ts +1 -1
  700. package/custom-picker-button/esm/Component.responsive.d.ts +4 -7
  701. package/custom-picker-button/esm/desktop/index.d.ts +2 -0
  702. package/custom-picker-button/esm/desktop/index.js +8 -0
  703. package/custom-picker-button/esm/field/Component.d.ts +2 -1
  704. package/custom-picker-button/esm/field/Component.js +1 -1
  705. package/custom-picker-button/esm/field/index.css +5 -5
  706. package/custom-picker-button/esm/mobile/index.d.ts +2 -0
  707. package/custom-picker-button/esm/mobile/index.js +8 -0
  708. package/custom-picker-button/field/Component.d.ts +2 -1
  709. package/custom-picker-button/field/Component.js +1 -1
  710. package/custom-picker-button/field/index.css +5 -5
  711. package/custom-picker-button/mobile/index.d.ts +2 -0
  712. package/custom-picker-button/mobile/index.js +14 -0
  713. package/custom-picker-button/mobile/package.json +3 -0
  714. package/custom-picker-button/modern/Component.desktop.d.ts +1 -1
  715. package/custom-picker-button/modern/Component.mobile.d.ts +1 -1
  716. package/custom-picker-button/modern/Component.responsive.d.ts +4 -7
  717. package/custom-picker-button/modern/desktop/index.d.ts +2 -0
  718. package/custom-picker-button/modern/desktop/index.js +7 -0
  719. package/custom-picker-button/modern/field/Component.d.ts +2 -1
  720. package/custom-picker-button/modern/field/Component.js +1 -1
  721. package/custom-picker-button/modern/field/index.css +5 -5
  722. package/custom-picker-button/modern/mobile/index.d.ts +2 -0
  723. package/custom-picker-button/modern/mobile/index.js +7 -0
  724. package/date-input/Component.js +1 -1
  725. package/date-input/esm/Component.js +1 -1
  726. package/date-input/esm/index.css +4 -4
  727. package/date-input/index.css +4 -4
  728. package/date-input/modern/Component.js +1 -1
  729. package/date-input/modern/index.css +4 -4
  730. package/date-range-input/components/date-range-input/Component.d.ts +2 -2
  731. package/date-range-input/components/date-range-input/Component.js +1 -1
  732. package/date-range-input/components/date-range-input/index.css +8 -8
  733. package/date-range-input/cssm/components/date-range-input/Component.d.ts +2 -2
  734. package/date-range-input/cssm/components/date-range-input/index.module.css +1 -1
  735. package/date-range-input/cssm/desktop/index.d.ts +2 -0
  736. package/date-range-input/cssm/desktop/index.js +24 -0
  737. package/date-range-input/cssm/mobile/index.d.ts +2 -0
  738. package/date-range-input/cssm/mobile/index.js +24 -0
  739. package/date-range-input/desktop/index.d.ts +2 -0
  740. package/date-range-input/desktop/index.js +23 -0
  741. package/date-range-input/desktop/package.json +3 -0
  742. package/date-range-input/esm/components/date-range-input/Component.d.ts +2 -2
  743. package/date-range-input/esm/components/date-range-input/Component.js +1 -1
  744. package/date-range-input/esm/components/date-range-input/index.css +8 -8
  745. package/date-range-input/esm/desktop/index.d.ts +2 -0
  746. package/date-range-input/esm/desktop/index.js +17 -0
  747. package/date-range-input/esm/mobile/index.d.ts +2 -0
  748. package/date-range-input/esm/mobile/index.js +17 -0
  749. package/date-range-input/mobile/index.d.ts +2 -0
  750. package/date-range-input/mobile/index.js +23 -0
  751. package/date-range-input/mobile/package.json +3 -0
  752. package/date-range-input/modern/components/date-range-input/Component.d.ts +2 -2
  753. package/date-range-input/modern/components/date-range-input/Component.js +1 -1
  754. package/date-range-input/modern/components/date-range-input/index.css +8 -8
  755. package/date-range-input/modern/desktop/index.d.ts +2 -0
  756. package/date-range-input/modern/desktop/index.js +16 -0
  757. package/date-range-input/modern/mobile/index.d.ts +2 -0
  758. package/date-range-input/modern/mobile/index.js +16 -0
  759. package/date-time-input/components/date-time-input/Component.d.ts +2 -2
  760. package/date-time-input/components/date-time-input/Component.js +1 -1
  761. package/date-time-input/components/date-time-input/index.css +8 -8
  762. package/date-time-input/cssm/components/date-time-input/Component.d.ts +2 -2
  763. package/date-time-input/cssm/components/date-time-input/index.module.css +1 -1
  764. package/date-time-input/cssm/desktop/index.d.ts +2 -0
  765. package/date-time-input/cssm/desktop/index.js +23 -0
  766. package/date-time-input/cssm/mobile/index.d.ts +2 -0
  767. package/date-time-input/cssm/mobile/index.js +23 -0
  768. package/date-time-input/desktop/index.d.ts +2 -0
  769. package/date-time-input/desktop/index.js +22 -0
  770. package/date-time-input/desktop/package.json +3 -0
  771. package/date-time-input/esm/components/date-time-input/Component.d.ts +2 -2
  772. package/date-time-input/esm/components/date-time-input/Component.js +1 -1
  773. package/date-time-input/esm/components/date-time-input/index.css +8 -8
  774. package/date-time-input/esm/desktop/index.d.ts +2 -0
  775. package/date-time-input/esm/desktop/index.js +16 -0
  776. package/date-time-input/esm/mobile/index.d.ts +2 -0
  777. package/date-time-input/esm/mobile/index.js +16 -0
  778. package/date-time-input/mobile/index.d.ts +2 -0
  779. package/date-time-input/mobile/index.js +22 -0
  780. package/date-time-input/mobile/package.json +3 -0
  781. package/date-time-input/modern/components/date-time-input/Component.d.ts +2 -2
  782. package/date-time-input/modern/components/date-time-input/Component.js +1 -1
  783. package/date-time-input/modern/components/date-time-input/index.css +8 -8
  784. package/date-time-input/modern/desktop/index.d.ts +2 -0
  785. package/date-time-input/modern/desktop/index.js +15 -0
  786. package/date-time-input/modern/mobile/index.d.ts +2 -0
  787. package/date-time-input/modern/mobile/index.js +15 -0
  788. package/divider/Component.js +1 -1
  789. package/divider/cssm/index.module.css +1 -1
  790. package/divider/esm/Component.js +1 -1
  791. package/divider/esm/index.css +2 -2
  792. package/divider/index.css +2 -2
  793. package/divider/modern/Component.js +1 -1
  794. package/divider/modern/index.css +2 -2
  795. package/drawer/Component.js +1 -1
  796. package/drawer/cssm/index.module.css +11 -3
  797. package/drawer/esm/Component.js +1 -1
  798. package/drawer/esm/index.css +42 -34
  799. package/drawer/index.css +42 -34
  800. package/drawer/modern/Component.js +1 -1
  801. package/drawer/modern/index.css +42 -34
  802. package/dropzone/Component.js +1 -1
  803. package/dropzone/components/overlay/Component.js +1 -1
  804. package/dropzone/components/overlay/index.css +4 -4
  805. package/dropzone/cssm/components/overlay/index.module.css +1 -1
  806. package/dropzone/cssm/index.module.css +1 -1
  807. package/dropzone/esm/Component.js +1 -1
  808. package/dropzone/esm/components/overlay/Component.js +1 -1
  809. package/dropzone/esm/components/overlay/index.css +4 -4
  810. package/dropzone/esm/index.css +7 -7
  811. package/dropzone/index.css +7 -7
  812. package/dropzone/modern/Component.js +1 -1
  813. package/dropzone/modern/components/overlay/Component.js +1 -1
  814. package/dropzone/modern/components/overlay/index.css +4 -4
  815. package/dropzone/modern/index.css +7 -7
  816. package/file-upload-item/Component.js +1 -1
  817. package/file-upload-item/cssm/index.module.css +4 -4
  818. package/file-upload-item/esm/Component.js +1 -1
  819. package/file-upload-item/esm/index.css +26 -26
  820. package/file-upload-item/index.css +26 -26
  821. package/file-upload-item/modern/Component.js +1 -1
  822. package/file-upload-item/modern/index.css +26 -26
  823. package/filter-tag/Component.desktop.js +1 -1
  824. package/filter-tag/Component.mobile.js +1 -1
  825. package/filter-tag/components/base-filter-tag/Component.js +1 -1
  826. package/filter-tag/components/base-filter-tag/index.css +120 -90
  827. package/filter-tag/cssm/components/base-filter-tag/index.module.css +57 -27
  828. package/filter-tag/cssm/desktop/index.d.ts +2 -0
  829. package/filter-tag/cssm/desktop/index.js +18 -0
  830. package/filter-tag/cssm/desktop.module.css +10 -44
  831. package/filter-tag/cssm/mobile/index.d.ts +2 -0
  832. package/filter-tag/cssm/mobile/index.js +18 -0
  833. package/filter-tag/cssm/mobile.module.css +8 -45
  834. package/filter-tag/desktop/index.d.ts +2 -0
  835. package/filter-tag/desktop/index.js +16 -0
  836. package/filter-tag/desktop/package.json +3 -0
  837. package/filter-tag/desktop.css +28 -62
  838. package/filter-tag/esm/Component.desktop.js +1 -1
  839. package/filter-tag/esm/Component.mobile.js +1 -1
  840. package/filter-tag/esm/components/base-filter-tag/Component.js +1 -1
  841. package/filter-tag/esm/components/base-filter-tag/index.css +120 -90
  842. package/filter-tag/esm/desktop/index.d.ts +2 -0
  843. package/filter-tag/esm/desktop/index.js +10 -0
  844. package/filter-tag/esm/desktop.css +28 -62
  845. package/filter-tag/esm/mobile/index.d.ts +2 -0
  846. package/filter-tag/esm/mobile/index.js +10 -0
  847. package/filter-tag/esm/mobile.css +26 -63
  848. package/filter-tag/mobile/index.d.ts +2 -0
  849. package/filter-tag/mobile/index.js +16 -0
  850. package/filter-tag/mobile/package.json +3 -0
  851. package/filter-tag/mobile.css +26 -63
  852. package/filter-tag/modern/Component.desktop.js +1 -1
  853. package/filter-tag/modern/Component.mobile.js +1 -1
  854. package/filter-tag/modern/components/base-filter-tag/Component.js +1 -1
  855. package/filter-tag/modern/components/base-filter-tag/index.css +120 -90
  856. package/filter-tag/modern/desktop/index.d.ts +2 -0
  857. package/filter-tag/modern/desktop/index.js +9 -0
  858. package/filter-tag/modern/desktop.css +28 -62
  859. package/filter-tag/modern/mobile/index.d.ts +2 -0
  860. package/filter-tag/modern/mobile/index.js +9 -0
  861. package/filter-tag/modern/mobile.css +26 -63
  862. package/form-control/Component.desktop.js +3 -3
  863. package/form-control/Component.mobile.js +3 -3
  864. package/form-control/components/base-form-control/Component.js +3 -5
  865. package/form-control/components/base-form-control/default.css +49 -20
  866. package/form-control/components/base-form-control/index.css +43 -51
  867. package/form-control/components/base-form-control/inverted.css +53 -23
  868. package/form-control/cssm/components/base-form-control/Component.js +0 -2
  869. package/form-control/cssm/components/base-form-control/default.module.css +43 -14
  870. package/form-control/cssm/components/base-form-control/index.module.css +0 -8
  871. package/form-control/cssm/components/base-form-control/inverted.module.css +47 -17
  872. package/form-control/cssm/default.desktop.module.css +5 -47
  873. package/form-control/cssm/default.mobile.module.css +6 -46
  874. package/form-control/cssm/desktop/index.d.ts +2 -0
  875. package/form-control/cssm/desktop/index.js +18 -0
  876. package/form-control/cssm/desktop.module.css +0 -8
  877. package/form-control/cssm/inverted.desktop.module.css +6 -53
  878. package/form-control/cssm/inverted.mobile.module.css +7 -49
  879. package/form-control/cssm/mobile/index.d.ts +2 -0
  880. package/form-control/cssm/mobile/index.js +18 -0
  881. package/form-control/cssm/mobile.module.css +0 -8
  882. package/form-control/cssm/vars.css +0 -8
  883. package/form-control/default.desktop.css +7 -49
  884. package/form-control/default.mobile.css +8 -48
  885. package/form-control/desktop/index.d.ts +2 -0
  886. package/form-control/desktop/index.js +12 -0
  887. package/form-control/desktop/package.json +3 -0
  888. package/form-control/desktop.css +8 -16
  889. package/form-control/esm/Component.desktop.js +3 -3
  890. package/form-control/esm/Component.mobile.js +3 -3
  891. package/form-control/esm/components/base-form-control/Component.js +3 -5
  892. package/form-control/esm/components/base-form-control/default.css +49 -20
  893. package/form-control/esm/components/base-form-control/index.css +43 -51
  894. package/form-control/esm/components/base-form-control/inverted.css +53 -23
  895. package/form-control/esm/default.desktop.css +7 -49
  896. package/form-control/esm/default.mobile.css +8 -48
  897. package/form-control/esm/desktop/index.d.ts +2 -0
  898. package/form-control/esm/desktop/index.js +6 -0
  899. package/form-control/esm/desktop.css +8 -16
  900. package/form-control/esm/inverted.desktop.css +8 -55
  901. package/form-control/esm/inverted.mobile.css +9 -51
  902. package/form-control/esm/mobile/index.d.ts +2 -0
  903. package/form-control/esm/mobile/index.js +6 -0
  904. package/form-control/esm/mobile.css +8 -16
  905. package/form-control/inverted.desktop.css +8 -55
  906. package/form-control/inverted.mobile.css +9 -51
  907. package/form-control/mobile/index.d.ts +2 -0
  908. package/form-control/mobile/index.js +12 -0
  909. package/form-control/mobile/package.json +3 -0
  910. package/form-control/mobile.css +8 -16
  911. package/form-control/modern/Component.desktop.js +3 -3
  912. package/form-control/modern/Component.mobile.js +3 -3
  913. package/form-control/modern/components/base-form-control/Component.js +3 -5
  914. package/form-control/modern/components/base-form-control/default.css +49 -20
  915. package/form-control/modern/components/base-form-control/index.css +43 -51
  916. package/form-control/modern/components/base-form-control/inverted.css +53 -23
  917. package/form-control/modern/default.desktop.css +7 -49
  918. package/form-control/modern/default.mobile.css +8 -48
  919. package/form-control/modern/desktop/index.d.ts +2 -0
  920. package/form-control/modern/desktop/index.js +5 -0
  921. package/form-control/modern/desktop.css +8 -16
  922. package/form-control/modern/inverted.desktop.css +8 -55
  923. package/form-control/modern/inverted.mobile.css +9 -51
  924. package/form-control/modern/mobile/index.d.ts +2 -0
  925. package/form-control/modern/mobile/index.js +5 -0
  926. package/form-control/modern/mobile.css +8 -16
  927. package/gallery/Component.js +3 -3
  928. package/gallery/buttons-e4505fc7.d.ts +11 -0
  929. package/gallery/buttons-e4505fc7.js +35 -0
  930. package/gallery/components/header/Component.js +1 -1
  931. package/gallery/components/header/buttons.js +1 -1
  932. package/gallery/components/header/index.css +6 -6
  933. package/gallery/components/header/index.js +1 -1
  934. package/gallery/components/header-info-block/Component.js +1 -1
  935. package/gallery/components/header-info-block/index.css +5 -5
  936. package/gallery/components/image-preview/Component.js +1 -1
  937. package/gallery/components/image-preview/index.css +16 -16
  938. package/gallery/components/image-viewer/component.js +1 -1
  939. package/gallery/components/image-viewer/index.css +25 -25
  940. package/gallery/components/image-viewer/index.js +1 -1
  941. package/gallery/components/image-viewer/slide.js +1 -1
  942. package/gallery/components/index.js +2 -2
  943. package/gallery/components/navigation-bar/Component.js +1 -1
  944. package/gallery/components/navigation-bar/index.css +6 -6
  945. package/gallery/cssm/components/image-preview/index.module.css +3 -3
  946. package/gallery/cssm/components/image-viewer/index.module.css +6 -6
  947. package/gallery/cssm/index.module.css +1 -1
  948. package/gallery/esm/Component.js +3 -3
  949. package/gallery/esm/buttons-0503d21b.d.ts +11 -0
  950. package/gallery/esm/buttons-0503d21b.js +27 -0
  951. package/gallery/esm/components/header/Component.js +1 -1
  952. package/gallery/esm/components/header/buttons.js +1 -1
  953. package/gallery/esm/components/header/index.css +6 -6
  954. package/gallery/esm/components/header/index.js +1 -1
  955. package/gallery/esm/components/header-info-block/Component.js +1 -1
  956. package/gallery/esm/components/header-info-block/index.css +5 -5
  957. package/gallery/esm/components/image-preview/Component.js +1 -1
  958. package/gallery/esm/components/image-preview/index.css +16 -16
  959. package/gallery/esm/components/image-viewer/component.js +1 -1
  960. package/gallery/esm/components/image-viewer/index.css +25 -25
  961. package/gallery/esm/components/image-viewer/index.js +1 -1
  962. package/gallery/esm/components/image-viewer/slide.js +1 -1
  963. package/gallery/esm/components/index.js +2 -2
  964. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  965. package/gallery/esm/components/navigation-bar/index.css +6 -6
  966. package/gallery/esm/index.css +4 -4
  967. package/gallery/esm/index.js +2 -2
  968. package/gallery/esm/slide-3647c0d1.js +41 -0
  969. package/gallery/index.css +4 -4
  970. package/gallery/index.js +2 -2
  971. package/gallery/modern/Component.js +3 -3
  972. package/gallery/modern/buttons-a525d5a2.d.ts +11 -0
  973. package/gallery/modern/buttons-a525d5a2.js +20 -0
  974. package/gallery/modern/components/header/Component.js +1 -1
  975. package/gallery/modern/components/header/buttons.js +1 -1
  976. package/gallery/modern/components/header/index.css +6 -6
  977. package/gallery/modern/components/header/index.js +1 -1
  978. package/gallery/modern/components/header-info-block/Component.js +1 -1
  979. package/gallery/modern/components/header-info-block/index.css +5 -5
  980. package/gallery/modern/components/image-preview/Component.js +1 -1
  981. package/gallery/modern/components/image-preview/index.css +16 -16
  982. package/gallery/modern/components/image-viewer/component.js +1 -1
  983. package/gallery/modern/components/image-viewer/index.css +25 -25
  984. package/gallery/modern/components/image-viewer/index.js +1 -1
  985. package/gallery/modern/components/image-viewer/slide.js +1 -1
  986. package/gallery/modern/components/index.js +2 -2
  987. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  988. package/gallery/modern/components/navigation-bar/index.css +6 -6
  989. package/gallery/modern/index.css +4 -4
  990. package/gallery/modern/index.js +2 -2
  991. package/gallery/modern/slide-f6146c12.js +37 -0
  992. package/gallery/slide-b406aa2c.js +47 -0
  993. package/gap/Component.js +1 -1
  994. package/gap/esm/Component.js +1 -1
  995. package/gap/esm/index.css +31 -31
  996. package/gap/index.css +31 -31
  997. package/gap/modern/Component.js +1 -1
  998. package/gap/modern/index.css +31 -31
  999. package/generic-wrapper/Component.js +1 -1
  1000. package/generic-wrapper/esm/Component.js +1 -1
  1001. package/generic-wrapper/esm/index.css +42 -42
  1002. package/generic-wrapper/index.css +42 -42
  1003. package/generic-wrapper/modern/Component.js +1 -1
  1004. package/generic-wrapper/modern/index.css +42 -42
  1005. package/grid/Component.js +1 -1
  1006. package/grid/col/Component.js +2 -2
  1007. package/grid/col/index.css +550 -550
  1008. package/grid/col/index.js +1 -1
  1009. package/grid/esm/Component.js +1 -1
  1010. package/grid/esm/col/Component.js +2 -2
  1011. package/grid/esm/col/index.css +550 -550
  1012. package/grid/esm/col/index.js +1 -1
  1013. package/grid/esm/gutters.css +84 -84
  1014. package/grid/esm/gutters.module-b495946a.js +4 -0
  1015. package/grid/esm/index.js +1 -1
  1016. package/grid/esm/row/Component.js +2 -2
  1017. package/grid/esm/row/index.css +9 -9
  1018. package/grid/esm/row/index.js +1 -1
  1019. package/grid/gutters.css +84 -84
  1020. package/grid/gutters.module-2a616d13.js +4 -0
  1021. package/grid/index.js +1 -1
  1022. package/grid/modern/Component.js +1 -1
  1023. package/grid/modern/col/Component.js +2 -2
  1024. package/grid/modern/col/index.css +550 -550
  1025. package/grid/modern/col/index.js +1 -1
  1026. package/grid/modern/gutters.css +84 -84
  1027. package/grid/modern/gutters.module-7b965998.js +4 -0
  1028. package/grid/modern/index.js +1 -1
  1029. package/grid/modern/row/Component.js +2 -2
  1030. package/grid/modern/row/index.css +9 -9
  1031. package/grid/modern/row/index.js +1 -1
  1032. package/grid/row/Component.js +2 -2
  1033. package/grid/row/index.css +9 -9
  1034. package/grid/row/index.js +1 -1
  1035. package/hatching-progress-bar/Component.js +1 -1
  1036. package/hatching-progress-bar/cssm/index.module.css +925 -273
  1037. package/hatching-progress-bar/esm/Component.js +1 -1
  1038. package/hatching-progress-bar/esm/index.css +936 -284
  1039. package/hatching-progress-bar/index.css +936 -284
  1040. package/hatching-progress-bar/modern/Component.js +1 -1
  1041. package/hatching-progress-bar/modern/index.css +936 -284
  1042. package/icon-button/Component.js +3 -3
  1043. package/icon-button/cssm/default.module.css +29 -31
  1044. package/icon-button/cssm/inverted.module.css +27 -26
  1045. package/icon-button/default.css +53 -55
  1046. package/icon-button/esm/Component.js +3 -3
  1047. package/icon-button/esm/default.css +53 -55
  1048. package/icon-button/esm/index.css +10 -10
  1049. package/icon-button/esm/inverted.css +51 -50
  1050. package/icon-button/index.css +10 -10
  1051. package/icon-button/inverted.css +51 -50
  1052. package/icon-button/modern/Component.js +3 -3
  1053. package/icon-button/modern/default.css +53 -55
  1054. package/icon-button/modern/index.css +10 -10
  1055. package/icon-button/modern/inverted.css +51 -50
  1056. package/icon-view/circle/index.d.ts +1 -0
  1057. package/icon-view/circle/index.js +14 -0
  1058. package/icon-view/circle/package.json +3 -0
  1059. package/icon-view/components/base-shape/component.js +1 -1
  1060. package/icon-view/components/base-shape/index.css +48 -48
  1061. package/icon-view/cssm/circle/index.d.ts +1 -0
  1062. package/icon-view/cssm/circle/index.js +15 -0
  1063. package/icon-view/cssm/components/base-shape/index.module.css +2 -2
  1064. package/icon-view/cssm/no-shape/index.d.ts +1 -0
  1065. package/icon-view/cssm/no-shape/index.js +15 -0
  1066. package/icon-view/cssm/rectangle/index.d.ts +1 -0
  1067. package/icon-view/cssm/rectangle/index.js +15 -0
  1068. package/icon-view/cssm/super-ellipse/index.d.ts +1 -0
  1069. package/icon-view/cssm/super-ellipse/index.js +15 -0
  1070. package/icon-view/esm/circle/index.d.ts +1 -0
  1071. package/icon-view/esm/circle/index.js +8 -0
  1072. package/icon-view/esm/components/base-shape/component.js +1 -1
  1073. package/icon-view/esm/components/base-shape/index.css +48 -48
  1074. package/icon-view/esm/components/index.js +1 -1
  1075. package/icon-view/esm/no-shape/index.d.ts +1 -0
  1076. package/icon-view/esm/no-shape/index.js +8 -0
  1077. package/icon-view/esm/rectangle/index.d.ts +1 -0
  1078. package/icon-view/esm/rectangle/index.js +8 -0
  1079. package/icon-view/esm/super-ellipse/index.d.ts +1 -0
  1080. package/icon-view/esm/super-ellipse/index.js +8 -0
  1081. package/icon-view/modern/circle/index.d.ts +1 -0
  1082. package/icon-view/modern/circle/index.js +7 -0
  1083. package/icon-view/modern/components/base-shape/component.js +1 -1
  1084. package/icon-view/modern/components/base-shape/index.css +48 -48
  1085. package/icon-view/modern/components/index.js +1 -1
  1086. package/icon-view/modern/no-shape/index.d.ts +1 -0
  1087. package/icon-view/modern/no-shape/index.js +7 -0
  1088. package/icon-view/modern/rectangle/index.d.ts +1 -0
  1089. package/icon-view/modern/rectangle/index.js +7 -0
  1090. package/icon-view/modern/super-ellipse/index.d.ts +1 -0
  1091. package/icon-view/modern/super-ellipse/index.js +7 -0
  1092. package/icon-view/no-shape/index.d.ts +1 -0
  1093. package/icon-view/no-shape/index.js +14 -0
  1094. package/icon-view/no-shape/package.json +3 -0
  1095. package/icon-view/rectangle/index.d.ts +1 -0
  1096. package/icon-view/rectangle/index.js +14 -0
  1097. package/icon-view/rectangle/package.json +3 -0
  1098. package/icon-view/super-ellipse/index.d.ts +1 -0
  1099. package/icon-view/super-ellipse/index.js +14 -0
  1100. package/icon-view/super-ellipse/package.json +3 -0
  1101. package/indicator/Component.js +5 -1
  1102. package/indicator/cssm/Component.js +4 -0
  1103. package/indicator/cssm/index.module.css +1 -1
  1104. package/indicator/esm/Component.js +5 -1
  1105. package/indicator/esm/index.css +17 -17
  1106. package/indicator/index.css +17 -17
  1107. package/indicator/modern/Component.js +1 -1
  1108. package/indicator/modern/index.css +17 -17
  1109. package/input/Component.desktop.d.ts +1 -1
  1110. package/input/Component.desktop.js +1 -11
  1111. package/input/Component.mobile.d.ts +1 -1
  1112. package/input/Component.mobile.js +1 -11
  1113. package/input/Component.responsive.d.ts +2 -2
  1114. package/input/components/base-input/Component.d.ts +2 -18
  1115. package/input/components/base-input/Component.js +9 -10
  1116. package/input/components/base-input/default.css +28 -19
  1117. package/input/components/base-input/index.css +47 -62
  1118. package/input/components/base-input/inverted.css +28 -19
  1119. package/input/cssm/Component.desktop.d.ts +1 -1
  1120. package/input/cssm/Component.desktop.js +1 -9
  1121. package/input/cssm/Component.mobile.d.ts +1 -1
  1122. package/input/cssm/Component.mobile.js +1 -9
  1123. package/input/cssm/Component.responsive.d.ts +2 -2
  1124. package/input/cssm/Component.responsive.js +0 -4
  1125. package/input/cssm/components/base-input/Component.d.ts +2 -18
  1126. package/input/cssm/components/base-input/Component.js +6 -7
  1127. package/input/cssm/components/base-input/default.module.css +19 -10
  1128. package/input/cssm/components/base-input/index.module.css +7 -22
  1129. package/input/cssm/components/base-input/inverted.module.css +19 -10
  1130. package/input/cssm/desktop/index.d.ts +2 -0
  1131. package/input/cssm/desktop/index.js +23 -0
  1132. package/input/cssm/index.js +0 -4
  1133. package/input/cssm/mobile/index.d.ts +2 -0
  1134. package/input/cssm/mobile/index.js +23 -0
  1135. package/input/cssm/vars.css +0 -2
  1136. package/input/desktop/index.d.ts +2 -0
  1137. package/input/desktop/index.js +20 -0
  1138. package/input/desktop/package.json +3 -0
  1139. package/input/esm/Component.desktop.d.ts +1 -1
  1140. package/input/esm/Component.desktop.js +1 -11
  1141. package/input/esm/Component.mobile.d.ts +1 -1
  1142. package/input/esm/Component.mobile.js +1 -11
  1143. package/input/esm/Component.responsive.d.ts +2 -2
  1144. package/input/esm/components/base-input/Component.d.ts +2 -18
  1145. package/input/esm/components/base-input/Component.js +9 -10
  1146. package/input/esm/components/base-input/default.css +28 -19
  1147. package/input/esm/components/base-input/index.css +47 -62
  1148. package/input/esm/components/base-input/inverted.css +28 -19
  1149. package/input/esm/desktop/index.d.ts +2 -0
  1150. package/input/esm/desktop/index.js +14 -0
  1151. package/input/esm/mobile/index.d.ts +2 -0
  1152. package/input/esm/mobile/index.js +14 -0
  1153. package/input/mobile/index.d.ts +2 -0
  1154. package/input/mobile/index.js +20 -0
  1155. package/input/mobile/package.json +3 -0
  1156. package/input/modern/Component.desktop.d.ts +1 -1
  1157. package/input/modern/Component.desktop.js +1 -11
  1158. package/input/modern/Component.mobile.d.ts +1 -1
  1159. package/input/modern/Component.mobile.js +1 -11
  1160. package/input/modern/Component.responsive.d.ts +2 -2
  1161. package/input/modern/components/base-input/Component.d.ts +2 -18
  1162. package/input/modern/components/base-input/Component.js +6 -7
  1163. package/input/modern/components/base-input/default.css +28 -19
  1164. package/input/modern/components/base-input/index.css +47 -62
  1165. package/input/modern/components/base-input/inverted.css +28 -19
  1166. package/input/modern/desktop/index.d.ts +2 -0
  1167. package/input/modern/desktop/index.js +13 -0
  1168. package/input/modern/mobile/index.d.ts +2 -0
  1169. package/input/modern/mobile/index.js +13 -0
  1170. package/input-autocomplete/Component.desktop.d.ts +3 -70
  1171. package/input-autocomplete/Component.desktop.js +2 -1
  1172. package/input-autocomplete/Component.mobile.d.ts +5 -95
  1173. package/input-autocomplete/Component.mobile.js +42 -45
  1174. package/input-autocomplete/Component.modal.mobile.d.ts +5 -88
  1175. package/input-autocomplete/Component.modal.mobile.js +9 -62
  1176. package/input-autocomplete/Component.responsive.d.ts +3 -46
  1177. package/input-autocomplete/Component.responsive.js +9 -12
  1178. package/input-autocomplete/autocomplete-field/Component.d.ts +3 -3
  1179. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  1180. package/input-autocomplete/autocomplete-field/index.css +2 -2
  1181. package/input-autocomplete/autocomplete-mobile-field/Component.d.ts +2 -2
  1182. package/input-autocomplete/autocomplete-mobile-field/Component.js +6 -3
  1183. package/input-autocomplete/autocomplete-mobile-field/index.css +10 -10
  1184. package/input-autocomplete/cssm/Component.desktop.d.ts +3 -70
  1185. package/input-autocomplete/cssm/Component.desktop.js +2 -1
  1186. package/input-autocomplete/cssm/Component.mobile.d.ts +5 -95
  1187. package/input-autocomplete/cssm/Component.mobile.js +39 -44
  1188. package/input-autocomplete/cssm/Component.modal.mobile.d.ts +5 -88
  1189. package/input-autocomplete/cssm/Component.modal.mobile.js +10 -63
  1190. package/input-autocomplete/cssm/Component.responsive.d.ts +3 -46
  1191. package/input-autocomplete/cssm/Component.responsive.js +9 -11
  1192. package/input-autocomplete/cssm/autocomplete-field/Component.d.ts +3 -3
  1193. package/input-autocomplete/cssm/autocomplete-mobile-field/Component.d.ts +2 -2
  1194. package/input-autocomplete/cssm/autocomplete-mobile-field/Component.js +5 -2
  1195. package/input-autocomplete/cssm/autocomplete-mobile-field/index.module.css +2 -2
  1196. package/input-autocomplete/cssm/desktop/index.d.ts +2 -0
  1197. package/input-autocomplete/cssm/desktop/index.js +16 -0
  1198. package/input-autocomplete/cssm/index.d.ts +2 -2
  1199. package/input-autocomplete/cssm/index.js +5 -4
  1200. package/input-autocomplete/cssm/mobile/index.d.ts +3 -0
  1201. package/input-autocomplete/cssm/mobile/index.js +23 -0
  1202. package/input-autocomplete/cssm/mobile.module.css +3 -10
  1203. package/input-autocomplete/cssm/types.d.ts +58 -0
  1204. package/input-autocomplete/cssm/types.js +1 -0
  1205. package/input-autocomplete/cssm/utils.d.ts +2 -0
  1206. package/input-autocomplete/cssm/utils.js +7 -0
  1207. package/input-autocomplete/desktop/index.d.ts +2 -0
  1208. package/input-autocomplete/desktop/index.js +15 -0
  1209. package/input-autocomplete/desktop/package.json +3 -0
  1210. package/input-autocomplete/esm/Component.desktop.d.ts +3 -70
  1211. package/input-autocomplete/esm/Component.desktop.js +2 -1
  1212. package/input-autocomplete/esm/Component.mobile.d.ts +5 -95
  1213. package/input-autocomplete/esm/Component.mobile.js +43 -46
  1214. package/input-autocomplete/esm/Component.modal.mobile.d.ts +5 -88
  1215. package/input-autocomplete/esm/Component.modal.mobile.js +11 -61
  1216. package/input-autocomplete/esm/Component.responsive.d.ts +3 -46
  1217. package/input-autocomplete/esm/Component.responsive.js +9 -12
  1218. package/input-autocomplete/esm/autocomplete-field/Component.d.ts +3 -3
  1219. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  1220. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  1221. package/input-autocomplete/esm/autocomplete-mobile-field/Component.d.ts +2 -2
  1222. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +6 -3
  1223. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +10 -10
  1224. package/input-autocomplete/esm/desktop/index.d.ts +2 -0
  1225. package/input-autocomplete/esm/desktop/index.js +9 -0
  1226. package/input-autocomplete/esm/index.d.ts +2 -2
  1227. package/input-autocomplete/esm/index.js +5 -5
  1228. package/input-autocomplete/esm/mobile/index.d.ts +3 -0
  1229. package/input-autocomplete/esm/mobile/index.js +14 -0
  1230. package/input-autocomplete/esm/mobile.css +4 -11
  1231. package/input-autocomplete/esm/types.d.ts +58 -0
  1232. package/input-autocomplete/esm/types.js +1 -0
  1233. package/input-autocomplete/esm/utils.d.ts +2 -0
  1234. package/input-autocomplete/esm/utils.js +5 -0
  1235. package/input-autocomplete/index.d.ts +2 -2
  1236. package/input-autocomplete/index.js +5 -5
  1237. package/input-autocomplete/mobile/index.d.ts +3 -0
  1238. package/input-autocomplete/mobile/index.js +21 -0
  1239. package/input-autocomplete/mobile/package.json +3 -0
  1240. package/input-autocomplete/mobile.css +4 -11
  1241. package/input-autocomplete/modern/Component.desktop.d.ts +3 -70
  1242. package/input-autocomplete/modern/Component.desktop.js +2 -1
  1243. package/input-autocomplete/modern/Component.mobile.d.ts +5 -95
  1244. package/input-autocomplete/modern/Component.mobile.js +54 -56
  1245. package/input-autocomplete/modern/Component.modal.mobile.d.ts +5 -88
  1246. package/input-autocomplete/modern/Component.modal.mobile.js +10 -68
  1247. package/input-autocomplete/modern/Component.responsive.d.ts +3 -46
  1248. package/input-autocomplete/modern/Component.responsive.js +8 -11
  1249. package/input-autocomplete/modern/autocomplete-field/Component.d.ts +3 -3
  1250. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  1251. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  1252. package/input-autocomplete/modern/autocomplete-mobile-field/Component.d.ts +2 -2
  1253. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +5 -2
  1254. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +10 -10
  1255. package/input-autocomplete/modern/desktop/index.d.ts +2 -0
  1256. package/input-autocomplete/modern/desktop/index.js +8 -0
  1257. package/input-autocomplete/modern/index.d.ts +2 -2
  1258. package/input-autocomplete/modern/index.js +5 -5
  1259. package/input-autocomplete/modern/mobile/index.d.ts +3 -0
  1260. package/input-autocomplete/modern/mobile/index.js +13 -0
  1261. package/input-autocomplete/modern/mobile.css +4 -11
  1262. package/input-autocomplete/modern/types.d.ts +58 -0
  1263. package/input-autocomplete/modern/types.js +1 -0
  1264. package/input-autocomplete/modern/utils.d.ts +2 -0
  1265. package/input-autocomplete/modern/utils.js +5 -0
  1266. package/input-autocomplete/types.d.ts +58 -0
  1267. package/input-autocomplete/types.js +1 -0
  1268. package/input-autocomplete/utils.d.ts +2 -0
  1269. package/input-autocomplete/utils.js +7 -0
  1270. package/international-phone-input/Component-0816e61d.d.ts +5 -0
  1271. package/international-phone-input/Component.desktop.js +6 -17
  1272. package/international-phone-input/Component.mobile.js +6 -52
  1273. package/international-phone-input/Component.responsive-785df74d.d.ts +4 -2
  1274. package/international-phone-input/Component.responsive.d.ts +8 -8
  1275. package/international-phone-input/components/base-international-phone-input/Component.d.ts +2 -3
  1276. package/international-phone-input/components/base-international-phone-input/Component.js +25 -13
  1277. package/international-phone-input/components/base-international-phone-input/index.css +2 -2
  1278. package/international-phone-input/components/country-select/Component.d.ts +1 -1
  1279. package/international-phone-input/components/country-select/Component.js +1 -1
  1280. package/international-phone-input/components/country-select/index.css +12 -13
  1281. package/international-phone-input/components/flag-icon/component.js +1 -1
  1282. package/international-phone-input/components/flag-icon/index.css +5 -5
  1283. package/international-phone-input/components/select-field/component.d.ts +1 -1
  1284. package/international-phone-input/components/select-field/component.js +1 -1
  1285. package/international-phone-input/components/select-field/index.css +12 -12
  1286. package/international-phone-input/cssm/Component-0816e61d.d.ts +5 -0
  1287. package/international-phone-input/cssm/Component.desktop.js +6 -17
  1288. package/international-phone-input/cssm/Component.mobile.js +7 -53
  1289. package/international-phone-input/cssm/Component.responsive-785df74d.d.ts +4 -2
  1290. package/international-phone-input/cssm/Component.responsive.d.ts +8 -8
  1291. package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +2 -3
  1292. package/international-phone-input/cssm/components/base-international-phone-input/Component.js +24 -12
  1293. package/international-phone-input/cssm/components/country-select/Component.d.ts +1 -1
  1294. package/international-phone-input/cssm/components/country-select/index.module.css +4 -5
  1295. package/international-phone-input/cssm/components/flag-icon/index.module.css +2 -2
  1296. package/international-phone-input/cssm/components/select-field/component.d.ts +1 -1
  1297. package/international-phone-input/cssm/components/select-field/index.module.css +3 -3
  1298. package/international-phone-input/cssm/desktop/index.d.ts +2 -0
  1299. package/international-phone-input/cssm/desktop/index.js +32 -0
  1300. package/international-phone-input/cssm/index-8b2c2707.d.ts +3 -2
  1301. package/international-phone-input/cssm/index-bdb4c6b9.d.ts +183 -2
  1302. package/international-phone-input/cssm/index-c76d6398.d.ts +182 -4
  1303. package/international-phone-input/cssm/index-ebda875c.d.ts +18 -1
  1304. package/international-phone-input/cssm/mobile/index.d.ts +2 -0
  1305. package/international-phone-input/cssm/mobile/index.js +32 -0
  1306. package/international-phone-input/cssm/types.d.ts +10 -11
  1307. package/international-phone-input/cssm/typings-0816e61d.d.ts +894 -0
  1308. package/international-phone-input/cssm/typings-c44170fe.d.ts +91 -0
  1309. package/international-phone-input/cssm/utils/index.d.ts +4 -4
  1310. package/international-phone-input/cssm/utils/index.js +3 -2
  1311. package/international-phone-input/cssm/utils-d2597f31.d.ts +41 -0
  1312. package/international-phone-input/desktop/index.d.ts +2 -0
  1313. package/international-phone-input/desktop/index.js +28 -0
  1314. package/international-phone-input/desktop/package.json +3 -0
  1315. package/international-phone-input/esm/Component-0816e61d.d.ts +5 -0
  1316. package/international-phone-input/esm/Component.desktop.js +5 -16
  1317. package/international-phone-input/esm/Component.mobile.js +5 -51
  1318. package/international-phone-input/esm/Component.responsive-785df74d.d.ts +4 -2
  1319. package/international-phone-input/esm/Component.responsive.d.ts +8 -8
  1320. package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +2 -3
  1321. package/international-phone-input/esm/components/base-international-phone-input/Component.js +27 -15
  1322. package/international-phone-input/esm/components/base-international-phone-input/index.css +2 -2
  1323. package/international-phone-input/esm/components/country-select/Component.d.ts +1 -1
  1324. package/international-phone-input/esm/components/country-select/Component.js +1 -1
  1325. package/international-phone-input/esm/components/country-select/index.css +12 -13
  1326. package/international-phone-input/esm/components/flag-icon/component.js +1 -1
  1327. package/international-phone-input/esm/components/flag-icon/index.css +5 -5
  1328. package/international-phone-input/esm/components/select-field/component.d.ts +1 -1
  1329. package/international-phone-input/esm/components/select-field/component.js +1 -1
  1330. package/international-phone-input/esm/components/select-field/index.css +12 -12
  1331. package/international-phone-input/esm/desktop/index.d.ts +2 -0
  1332. package/international-phone-input/esm/desktop/index.js +22 -0
  1333. package/international-phone-input/esm/index-8b2c2707.d.ts +3 -2
  1334. package/international-phone-input/esm/index-bdb4c6b9.d.ts +183 -2
  1335. package/international-phone-input/esm/index-c76d6398.d.ts +182 -4
  1336. package/international-phone-input/esm/index-ebda875c.d.ts +18 -1
  1337. package/international-phone-input/esm/mobile/index.d.ts +2 -0
  1338. package/international-phone-input/esm/mobile/index.js +22 -0
  1339. package/international-phone-input/esm/types.d.ts +10 -11
  1340. package/international-phone-input/esm/typings-0816e61d.d.ts +894 -0
  1341. package/international-phone-input/esm/typings-c44170fe.d.ts +91 -0
  1342. package/international-phone-input/esm/utils/index.d.ts +4 -4
  1343. package/international-phone-input/esm/utils/index.js +3 -2
  1344. package/international-phone-input/esm/utils-d2597f31.d.ts +41 -0
  1345. package/international-phone-input/index-8b2c2707.d.ts +3 -2
  1346. package/international-phone-input/index-bdb4c6b9.d.ts +183 -2
  1347. package/international-phone-input/index-c76d6398.d.ts +182 -4
  1348. package/international-phone-input/index-ebda875c.d.ts +18 -1
  1349. package/international-phone-input/mobile/index.d.ts +2 -0
  1350. package/international-phone-input/mobile/index.js +28 -0
  1351. package/international-phone-input/mobile/package.json +3 -0
  1352. package/international-phone-input/modern/Component-0816e61d.d.ts +5 -0
  1353. package/international-phone-input/modern/Component-8b2c2707.d.ts +1 -1
  1354. package/international-phone-input/modern/Component.desktop.js +4 -15
  1355. package/international-phone-input/modern/Component.mobile.js +4 -57
  1356. package/international-phone-input/modern/Component.responsive-785df74d.d.ts +28 -0
  1357. package/international-phone-input/modern/Component.responsive.d.ts +8 -8
  1358. package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +2 -3
  1359. package/international-phone-input/modern/components/base-international-phone-input/Component.js +21 -15
  1360. package/international-phone-input/modern/components/base-international-phone-input/index.css +2 -2
  1361. package/international-phone-input/modern/components/country-select/Component.d.ts +1 -1
  1362. package/international-phone-input/modern/components/country-select/Component.js +1 -1
  1363. package/international-phone-input/modern/components/country-select/index.css +12 -13
  1364. package/international-phone-input/modern/components/flag-icon/component.js +1 -1
  1365. package/international-phone-input/modern/components/flag-icon/index.css +5 -5
  1366. package/international-phone-input/modern/components/select-field/component.d.ts +1 -1
  1367. package/international-phone-input/modern/components/select-field/component.js +1 -1
  1368. package/international-phone-input/modern/components/select-field/index.css +12 -12
  1369. package/international-phone-input/modern/desktop/index.d.ts +2 -0
  1370. package/international-phone-input/modern/desktop/index.js +21 -0
  1371. package/international-phone-input/modern/index-8b2c2707.d.ts +3 -2
  1372. package/international-phone-input/modern/index-bdb4c6b9.d.ts +5 -2
  1373. package/international-phone-input/modern/index-c44170fe.d.ts +1 -1
  1374. package/international-phone-input/modern/index-c76d6398.d.ts +1 -1
  1375. package/international-phone-input/modern/index-ebda875c.d.ts +18 -1
  1376. package/international-phone-input/modern/mobile/index.d.ts +2 -0
  1377. package/international-phone-input/modern/mobile/index.js +21 -0
  1378. package/international-phone-input/modern/types.d.ts +10 -11
  1379. package/international-phone-input/modern/typings-0816e61d.d.ts +894 -0
  1380. package/international-phone-input/modern/typings-c44170fe.d.ts +91 -0
  1381. package/international-phone-input/modern/useSkeleton-1b036d4b.d.ts +31 -3
  1382. package/international-phone-input/modern/utils/index.d.ts +4 -4
  1383. package/international-phone-input/modern/utils/index.js +3 -2
  1384. package/international-phone-input/modern/utils-d2597f31.d.ts +41 -0
  1385. package/international-phone-input/types.d.ts +10 -11
  1386. package/international-phone-input/typings-0816e61d.d.ts +894 -0
  1387. package/international-phone-input/typings-c44170fe.d.ts +91 -0
  1388. package/international-phone-input/utils/index.d.ts +4 -4
  1389. package/international-phone-input/utils/index.js +3 -2
  1390. package/international-phone-input/utils-d2597f31.d.ts +41 -0
  1391. package/intl-phone-input/component.d.ts +1 -1
  1392. package/intl-phone-input/component.js +4 -4
  1393. package/intl-phone-input/components/flag-icon/component.js +1 -1
  1394. package/intl-phone-input/components/flag-icon/index.css +4 -4
  1395. package/intl-phone-input/components/select/component.d.ts +1 -1
  1396. package/intl-phone-input/components/select/component.js +1 -1
  1397. package/intl-phone-input/components/select/index.css +7 -7
  1398. package/intl-phone-input/components/select-field/component.d.ts +1 -1
  1399. package/intl-phone-input/components/select-field/component.js +1 -1
  1400. package/intl-phone-input/components/select-field/index.css +11 -11
  1401. package/intl-phone-input/cssm/component.d.ts +1 -1
  1402. package/intl-phone-input/cssm/component.js +3 -3
  1403. package/intl-phone-input/cssm/components/flag-icon/index.module.css +1 -1
  1404. package/intl-phone-input/cssm/components/select/component.d.ts +1 -1
  1405. package/intl-phone-input/cssm/components/select/index.module.css +1 -1
  1406. package/intl-phone-input/cssm/components/select-field/component.d.ts +1 -1
  1407. package/intl-phone-input/cssm/components/select-field/index.module.css +2 -2
  1408. package/intl-phone-input/cssm/index.module.css +1 -1
  1409. package/intl-phone-input/esm/component.d.ts +1 -1
  1410. package/intl-phone-input/esm/component.js +4 -4
  1411. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  1412. package/intl-phone-input/esm/components/flag-icon/index.css +4 -4
  1413. package/intl-phone-input/esm/components/select/component.d.ts +1 -1
  1414. package/intl-phone-input/esm/components/select/component.js +1 -1
  1415. package/intl-phone-input/esm/components/select/index.css +7 -7
  1416. package/intl-phone-input/esm/components/select-field/component.d.ts +1 -1
  1417. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  1418. package/intl-phone-input/esm/components/select-field/index.css +11 -11
  1419. package/intl-phone-input/esm/index.css +6 -6
  1420. package/intl-phone-input/index.css +6 -6
  1421. package/intl-phone-input/modern/component.d.ts +1 -1
  1422. package/intl-phone-input/modern/component.js +4 -4
  1423. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  1424. package/intl-phone-input/modern/components/flag-icon/index.css +4 -4
  1425. package/intl-phone-input/modern/components/select/component.d.ts +1 -1
  1426. package/intl-phone-input/modern/components/select/component.js +1 -1
  1427. package/intl-phone-input/modern/components/select/index.css +7 -7
  1428. package/intl-phone-input/modern/components/select-field/component.d.ts +1 -1
  1429. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  1430. package/intl-phone-input/modern/components/select-field/index.css +11 -11
  1431. package/intl-phone-input/modern/index.css +6 -6
  1432. package/link/Component.js +3 -3
  1433. package/link/cssm/default.module.css +6 -6
  1434. package/link/cssm/index.module.css +1 -1
  1435. package/link/cssm/inverted.module.css +6 -6
  1436. package/link/default.css +15 -15
  1437. package/link/esm/Component.js +3 -3
  1438. package/link/esm/default.css +15 -15
  1439. package/link/esm/index.css +14 -14
  1440. package/link/esm/inverted.css +15 -15
  1441. package/link/index.css +14 -14
  1442. package/link/inverted.css +15 -15
  1443. package/link/modern/Component.js +3 -3
  1444. package/link/modern/default.css +15 -15
  1445. package/link/modern/index.css +14 -14
  1446. package/link/modern/inverted.css +15 -15
  1447. package/list/Component-3ab669cc.js +64 -0
  1448. package/list/Component.js +1 -1
  1449. package/list/components/item/Component.js +1 -1
  1450. package/list/components/item/index.css +9 -9
  1451. package/list/components/item/index.d.ts +1 -1
  1452. package/list/components/item/index.js +1 -1
  1453. package/list/esm/Component-3d701722.js +57 -0
  1454. package/list/esm/Component.js +1 -1
  1455. package/list/esm/components/item/Component.js +1 -1
  1456. package/list/esm/components/item/index.css +9 -9
  1457. package/list/esm/components/item/index.d.ts +1 -1
  1458. package/list/esm/components/item/index.js +1 -1
  1459. package/list/esm/index.css +5 -5
  1460. package/list/esm/index.js +1 -1
  1461. package/list/index.css +5 -5
  1462. package/list/index.js +1 -1
  1463. package/list/modern/Component-5a21a6e7.js +52 -0
  1464. package/list/modern/Component.js +1 -1
  1465. package/list/modern/components/item/Component.js +1 -1
  1466. package/list/modern/components/item/index.css +9 -9
  1467. package/list/modern/components/item/index.d.ts +1 -1
  1468. package/list/modern/components/item/index.js +1 -1
  1469. package/list/modern/index.css +5 -5
  1470. package/list/modern/index.js +1 -1
  1471. package/list-header/Component.js +1 -1
  1472. package/list-header/esm/Component.js +1 -1
  1473. package/list-header/esm/index.css +3 -3
  1474. package/list-header/index.css +3 -3
  1475. package/list-header/modern/Component.js +1 -1
  1476. package/list-header/modern/index.css +3 -3
  1477. package/loader/Component.js +1 -1
  1478. package/loader/esm/Component.js +1 -1
  1479. package/loader/esm/index.css +7 -7
  1480. package/loader/index.css +7 -7
  1481. package/loader/modern/Component.js +1 -1
  1482. package/loader/modern/index.css +7 -7
  1483. package/markdown/Component.desktop.js +1 -1
  1484. package/markdown/Component.js +1 -1
  1485. package/markdown/Component.mobile.js +1 -1
  1486. package/markdown/Component.responsive.js +1 -1
  1487. package/markdown/cssm/desktop/index.d.ts +2 -0
  1488. package/markdown/cssm/desktop/index.js +20 -0
  1489. package/markdown/cssm/mobile/index.d.ts +2 -0
  1490. package/markdown/cssm/mobile/index.js +20 -0
  1491. package/markdown/desktop/index.d.ts +2 -0
  1492. package/markdown/desktop/index.js +19 -0
  1493. package/markdown/desktop/package.json +3 -0
  1494. package/markdown/esm/Component.desktop.js +1 -1
  1495. package/markdown/esm/Component.js +1 -1
  1496. package/markdown/esm/Component.mobile.js +1 -1
  1497. package/markdown/esm/Component.responsive.js +1 -1
  1498. package/markdown/esm/desktop/index.d.ts +2 -0
  1499. package/markdown/esm/desktop/index.js +13 -0
  1500. package/markdown/esm/hooks/use-overrides.js +1 -1
  1501. package/markdown/esm/index.css +15 -15
  1502. package/markdown/esm/index.js +1 -1
  1503. package/markdown/esm/mobile/index.d.ts +2 -0
  1504. package/markdown/esm/mobile/index.js +13 -0
  1505. package/markdown/esm/use-overrides-2d5dd487.js +31 -0
  1506. package/markdown/hooks/use-overrides.js +1 -1
  1507. package/markdown/index.css +15 -15
  1508. package/markdown/index.js +1 -1
  1509. package/markdown/mobile/index.d.ts +2 -0
  1510. package/markdown/mobile/index.js +19 -0
  1511. package/markdown/mobile/package.json +3 -0
  1512. package/markdown/modern/Component.desktop.js +1 -1
  1513. package/markdown/modern/Component.js +1 -1
  1514. package/markdown/modern/Component.mobile.js +1 -1
  1515. package/markdown/modern/Component.responsive.js +1 -1
  1516. package/markdown/modern/desktop/index.d.ts +2 -0
  1517. package/markdown/modern/desktop/index.js +12 -0
  1518. package/markdown/modern/hooks/use-overrides.js +1 -1
  1519. package/markdown/modern/index.css +15 -15
  1520. package/markdown/modern/index.js +1 -1
  1521. package/markdown/modern/mobile/index.d.ts +2 -0
  1522. package/markdown/modern/mobile/index.js +12 -0
  1523. package/markdown/modern/use-overrides-6f74a078.js +29 -0
  1524. package/markdown/use-overrides-506d4334.js +37 -0
  1525. package/masked-input/Component.d.ts +1 -1
  1526. package/masked-input/Component.js +1 -1
  1527. package/masked-input/cssm/Component.d.ts +1 -1
  1528. package/masked-input/esm/Component.d.ts +1 -1
  1529. package/masked-input/esm/Component.js +1 -1
  1530. package/masked-input/esm/index.css +2 -2
  1531. package/masked-input/index.css +2 -2
  1532. package/masked-input/modern/Component.d.ts +1 -1
  1533. package/masked-input/modern/Component.js +1 -1
  1534. package/masked-input/modern/index.css +2 -2
  1535. package/modal/Component.js +3 -3
  1536. package/modal/components/content/Component.js +3 -3
  1537. package/modal/components/content/desktop.css +7 -7
  1538. package/modal/components/content/index.css +4 -4
  1539. package/modal/components/content/mobile.css +3 -3
  1540. package/modal/components/footer/Component.js +4 -4
  1541. package/modal/components/footer/desktop.css +9 -9
  1542. package/modal/components/footer/index.css +5 -5
  1543. package/modal/components/footer/layout.css +29 -29
  1544. package/modal/components/footer/mobile.css +3 -3
  1545. package/modal/components/header/Component.js +3 -3
  1546. package/modal/components/header/desktop.css +15 -15
  1547. package/modal/components/header/index.css +5 -5
  1548. package/modal/components/header/mobile.css +4 -4
  1549. package/modal/cssm/components/footer/index.module.css +1 -1
  1550. package/modal/cssm/components/header/index.module.css +1 -1
  1551. package/modal/cssm/desktop/index.d.ts +2 -0
  1552. package/modal/cssm/desktop/index.js +32 -0
  1553. package/modal/cssm/mobile/index.d.ts +2 -0
  1554. package/modal/cssm/mobile/index.js +32 -0
  1555. package/modal/cssm/shared/index.d.ts +4 -0
  1556. package/modal/cssm/shared/index.js +8 -0
  1557. package/modal/cssm/utils.d.ts +1 -5
  1558. package/modal/cssm/utils.js +0 -77
  1559. package/modal/desktop/index.d.ts +2 -0
  1560. package/modal/desktop/index.js +19 -0
  1561. package/modal/desktop/package.json +3 -0
  1562. package/modal/desktop.css +9 -9
  1563. package/modal/esm/Component.js +3 -3
  1564. package/modal/esm/components/content/Component.js +3 -3
  1565. package/modal/esm/components/content/desktop.css +7 -7
  1566. package/modal/esm/components/content/index.css +4 -4
  1567. package/modal/esm/components/content/mobile.css +3 -3
  1568. package/modal/esm/components/footer/Component.js +4 -4
  1569. package/modal/esm/components/footer/desktop.css +9 -9
  1570. package/modal/esm/components/footer/index.css +5 -5
  1571. package/modal/esm/components/footer/layout.css +29 -29
  1572. package/modal/esm/components/footer/mobile.css +3 -3
  1573. package/modal/esm/components/header/Component.js +3 -3
  1574. package/modal/esm/components/header/desktop.css +15 -15
  1575. package/modal/esm/components/header/index.css +5 -5
  1576. package/modal/esm/components/header/mobile.css +4 -4
  1577. package/modal/esm/desktop/index.d.ts +2 -0
  1578. package/modal/esm/desktop/index.js +13 -0
  1579. package/modal/esm/desktop.css +9 -9
  1580. package/modal/esm/mobile/index.d.ts +2 -0
  1581. package/modal/esm/mobile/index.js +13 -0
  1582. package/modal/esm/mobile.css +2 -2
  1583. package/modal/esm/shared/index.d.ts +4 -0
  1584. package/modal/esm/shared/index.js +2 -0
  1585. package/modal/esm/transitions.css +8 -8
  1586. package/modal/esm/utils.d.ts +1 -5
  1587. package/modal/esm/utils.js +0 -72
  1588. package/modal/mobile/index.d.ts +2 -0
  1589. package/modal/mobile/index.js +19 -0
  1590. package/modal/mobile/package.json +3 -0
  1591. package/modal/mobile.css +2 -2
  1592. package/modal/modern/Component.js +3 -3
  1593. package/modal/modern/components/content/Component.js +3 -3
  1594. package/modal/modern/components/content/desktop.css +7 -7
  1595. package/modal/modern/components/content/index.css +4 -4
  1596. package/modal/modern/components/content/mobile.css +3 -3
  1597. package/modal/modern/components/footer/Component.js +4 -4
  1598. package/modal/modern/components/footer/desktop.css +9 -9
  1599. package/modal/modern/components/footer/index.css +5 -5
  1600. package/modal/modern/components/footer/layout.css +29 -29
  1601. package/modal/modern/components/footer/mobile.css +3 -3
  1602. package/modal/modern/components/header/Component.js +3 -3
  1603. package/modal/modern/components/header/desktop.css +15 -15
  1604. package/modal/modern/components/header/index.css +5 -5
  1605. package/modal/modern/components/header/mobile.css +4 -4
  1606. package/modal/modern/desktop/index.d.ts +2 -0
  1607. package/modal/modern/desktop/index.js +12 -0
  1608. package/modal/modern/desktop.css +9 -9
  1609. package/modal/modern/mobile/index.d.ts +2 -0
  1610. package/modal/modern/mobile/index.js +12 -0
  1611. package/modal/modern/mobile.css +2 -2
  1612. package/modal/modern/shared/index.d.ts +4 -0
  1613. package/modal/modern/shared/index.js +2 -0
  1614. package/modal/modern/transitions.css +8 -8
  1615. package/modal/modern/utils.d.ts +1 -5
  1616. package/modal/modern/utils.js +0 -71
  1617. package/modal/shared/index.d.ts +4 -0
  1618. package/modal/shared/index.js +8 -0
  1619. package/modal/shared/package.json +3 -0
  1620. package/modal/transitions.css +8 -8
  1621. package/modal/utils.d.ts +1 -5
  1622. package/modal/utils.js +0 -77
  1623. package/navigation-bar/Component.js +1 -1
  1624. package/navigation-bar/components/back-arrow-addon/Component.js +1 -1
  1625. package/navigation-bar/components/back-arrow-addon/index.css +14 -14
  1626. package/navigation-bar/components/closer/Component.js +1 -1
  1627. package/navigation-bar/components/closer/index.css +8 -8
  1628. package/navigation-bar/cssm/components/back-arrow-addon/index.module.css +2 -2
  1629. package/navigation-bar/cssm/components/closer/index.module.css +2 -2
  1630. package/navigation-bar/cssm/index.module.css +1 -1
  1631. package/navigation-bar/cssm/shared/index.d.ts +2 -0
  1632. package/navigation-bar/cssm/shared/index.js +21 -0
  1633. package/navigation-bar/esm/Component.js +1 -1
  1634. package/navigation-bar/esm/components/back-arrow-addon/Component.js +1 -1
  1635. package/navigation-bar/esm/components/back-arrow-addon/index.css +14 -14
  1636. package/navigation-bar/esm/components/closer/Component.js +1 -1
  1637. package/navigation-bar/esm/components/closer/index.css +8 -8
  1638. package/navigation-bar/esm/index.css +28 -28
  1639. package/navigation-bar/esm/shared/index.d.ts +2 -0
  1640. package/navigation-bar/esm/shared/index.js +12 -0
  1641. package/navigation-bar/index.css +28 -28
  1642. package/navigation-bar/modern/Component.js +1 -1
  1643. package/navigation-bar/modern/components/back-arrow-addon/Component.js +1 -1
  1644. package/navigation-bar/modern/components/back-arrow-addon/index.css +14 -14
  1645. package/navigation-bar/modern/components/closer/Component.js +1 -1
  1646. package/navigation-bar/modern/components/closer/index.css +8 -8
  1647. package/navigation-bar/modern/index.css +28 -28
  1648. package/navigation-bar/modern/shared/index.d.ts +2 -0
  1649. package/navigation-bar/modern/shared/index.js +11 -0
  1650. package/navigation-bar/shared/index.d.ts +2 -0
  1651. package/navigation-bar/shared/index.js +19 -0
  1652. package/navigation-bar/shared/package.json +3 -0
  1653. package/notification/Component.d.ts +2 -87
  1654. package/notification/Component.js +1 -1
  1655. package/notification/cssm/Component.d.ts +2 -87
  1656. package/notification/esm/Component.d.ts +2 -87
  1657. package/notification/esm/Component.js +1 -1
  1658. package/notification/esm/index.css +9 -9
  1659. package/notification/index.css +9 -9
  1660. package/notification/modern/Component.d.ts +2 -87
  1661. package/notification/modern/Component.js +1 -1
  1662. package/notification/modern/index.css +9 -9
  1663. package/notification-manager/component.js +6 -4
  1664. package/notification-manager/cssm/component.js +5 -3
  1665. package/notification-manager/cssm/index.module.css +4 -11
  1666. package/notification-manager/esm/component.js +6 -4
  1667. package/notification-manager/esm/index.css +13 -20
  1668. package/notification-manager/index.css +13 -20
  1669. package/notification-manager/modern/component.js +6 -4
  1670. package/notification-manager/modern/index.css +13 -20
  1671. package/number-input/Component.desktop.d.ts +1 -1
  1672. package/number-input/Component.desktop.js +9 -1
  1673. package/number-input/Component.mobile.d.ts +1 -1
  1674. package/number-input/Component.mobile.js +9 -1
  1675. package/number-input/Component.responsive.d.ts +1 -1
  1676. package/number-input/Component.responsive.js +14 -1
  1677. package/number-input/components/number-input/Component.d.ts +21 -46
  1678. package/number-input/components/number-input/Component.js +87 -84
  1679. package/number-input/components/number-input/index.css +30 -0
  1680. package/number-input/components/number-input/index.js +8 -0
  1681. package/number-input/components/steppers/Component.js +31 -0
  1682. package/number-input/components/steppers/index.css +32 -0
  1683. package/number-input/cssm/Component.desktop.d.ts +1 -1
  1684. package/number-input/cssm/Component.desktop.js +11 -1
  1685. package/number-input/cssm/Component.mobile.d.ts +1 -1
  1686. package/number-input/cssm/Component.mobile.js +11 -1
  1687. package/number-input/cssm/Component.responsive.d.ts +1 -1
  1688. package/number-input/cssm/Component.responsive.js +16 -1
  1689. package/number-input/cssm/components/number-input/Component.d.ts +21 -46
  1690. package/number-input/cssm/components/number-input/Component.js +87 -84
  1691. package/number-input/cssm/components/number-input/index.js +10 -0
  1692. package/number-input/cssm/components/number-input/index.module.css +29 -0
  1693. package/number-input/cssm/components/steppers/index.module.css +31 -0
  1694. package/number-input/cssm/desktop/index.d.ts +2 -0
  1695. package/number-input/cssm/desktop/index.js +23 -0
  1696. package/number-input/cssm/index.js +11 -0
  1697. package/number-input/cssm/mobile/index.d.ts +2 -0
  1698. package/number-input/cssm/mobile/index.js +23 -0
  1699. package/number-input/cssm/utils.d.ts +19 -9
  1700. package/number-input/cssm/utils.js +244 -21
  1701. package/number-input/desktop/index.d.ts +2 -0
  1702. package/number-input/desktop/index.js +21 -0
  1703. package/number-input/desktop/package.json +3 -0
  1704. package/number-input/esm/Component.desktop.d.ts +1 -1
  1705. package/number-input/esm/Component.desktop.js +9 -1
  1706. package/number-input/esm/Component.mobile.d.ts +1 -1
  1707. package/number-input/esm/Component.mobile.js +9 -1
  1708. package/number-input/esm/Component.responsive.d.ts +1 -1
  1709. package/number-input/esm/Component.responsive.js +15 -2
  1710. package/number-input/esm/components/number-input/Component.d.ts +21 -46
  1711. package/number-input/esm/components/number-input/Component.js +88 -86
  1712. package/number-input/esm/components/number-input/index.css +30 -0
  1713. package/number-input/esm/components/number-input/index.js +8 -0
  1714. package/number-input/esm/components/steppers/Component.js +24 -0
  1715. package/number-input/esm/components/steppers/index.css +32 -0
  1716. package/number-input/esm/desktop/index.d.ts +2 -0
  1717. package/number-input/esm/desktop/index.js +15 -0
  1718. package/number-input/esm/index.js +9 -0
  1719. package/number-input/esm/mobile/index.d.ts +2 -0
  1720. package/number-input/esm/mobile/index.js +15 -0
  1721. package/number-input/esm/utils.d.ts +19 -9
  1722. package/number-input/esm/utils.js +236 -19
  1723. package/number-input/index.js +9 -0
  1724. package/number-input/mobile/index.d.ts +2 -0
  1725. package/number-input/mobile/index.js +21 -0
  1726. package/number-input/mobile/package.json +3 -0
  1727. package/number-input/modern/Component.desktop.d.ts +1 -1
  1728. package/number-input/modern/Component.desktop.js +9 -1
  1729. package/number-input/modern/Component.mobile.d.ts +1 -1
  1730. package/number-input/modern/Component.mobile.js +9 -1
  1731. package/number-input/modern/Component.responsive.d.ts +1 -1
  1732. package/number-input/modern/Component.responsive.js +13 -1
  1733. package/number-input/modern/components/number-input/Component.d.ts +21 -46
  1734. package/number-input/modern/components/number-input/Component.js +84 -86
  1735. package/number-input/modern/components/number-input/index.css +30 -0
  1736. package/number-input/modern/components/number-input/index.js +8 -0
  1737. package/number-input/modern/components/steppers/Component.js +23 -0
  1738. package/number-input/modern/components/steppers/index.css +32 -0
  1739. package/number-input/modern/desktop/index.d.ts +2 -0
  1740. package/number-input/modern/desktop/index.js +14 -0
  1741. package/number-input/modern/index.js +9 -0
  1742. package/number-input/modern/mobile/index.d.ts +2 -0
  1743. package/number-input/modern/mobile/index.js +14 -0
  1744. package/number-input/modern/utils.d.ts +19 -9
  1745. package/number-input/modern/utils.js +223 -18
  1746. package/number-input/utils.d.ts +19 -9
  1747. package/number-input/utils.js +244 -21
  1748. package/package.json +4 -4
  1749. package/pagination/Component.js +1 -1
  1750. package/pagination/components/default-view/index.css +3 -3
  1751. package/pagination/components/default-view/index.js +1 -1
  1752. package/pagination/components/per-page-view/index.css +2 -2
  1753. package/pagination/components/per-page-view/index.js +1 -1
  1754. package/pagination/components/tag/index.css +12 -12
  1755. package/pagination/components/tag/index.d.ts +2 -83
  1756. package/pagination/components/tag/index.js +1 -1
  1757. package/pagination/cssm/components/default-view/index.module.css +1 -1
  1758. package/pagination/cssm/components/tag/index.d.ts +2 -83
  1759. package/pagination/cssm/components/tag/index.module.css +4 -4
  1760. package/pagination/esm/Component.js +1 -1
  1761. package/pagination/esm/components/default-view/index.css +3 -3
  1762. package/pagination/esm/components/default-view/index.js +1 -1
  1763. package/pagination/esm/components/per-page-view/index.css +2 -2
  1764. package/pagination/esm/components/per-page-view/index.js +1 -1
  1765. package/pagination/esm/components/tag/index.css +12 -12
  1766. package/pagination/esm/components/tag/index.d.ts +2 -83
  1767. package/pagination/esm/components/tag/index.js +1 -1
  1768. package/pagination/esm/index.css +4 -4
  1769. package/pagination/index.css +4 -4
  1770. package/pagination/modern/Component.js +1 -1
  1771. package/pagination/modern/components/default-view/index.css +3 -3
  1772. package/pagination/modern/components/default-view/index.js +1 -1
  1773. package/pagination/modern/components/per-page-view/index.css +2 -2
  1774. package/pagination/modern/components/per-page-view/index.js +1 -1
  1775. package/pagination/modern/components/tag/index.css +12 -12
  1776. package/pagination/modern/components/tag/index.d.ts +2 -83
  1777. package/pagination/modern/components/tag/index.js +1 -1
  1778. package/pagination/modern/index.css +4 -4
  1779. package/pass-code/Component.js +1 -1
  1780. package/pass-code/components/InputProgress/Component.js +2 -2
  1781. package/pass-code/components/InputProgress/index.css +7 -7
  1782. package/pass-code/components/InputProgress/transitions.css +8 -8
  1783. package/pass-code/components/KeyPad/Component.js +1 -1
  1784. package/pass-code/components/KeyPad/index.css +5 -5
  1785. package/pass-code/components/KeyPadButton/Component.d.ts +1 -1
  1786. package/pass-code/components/KeyPadButton/Component.js +1 -1
  1787. package/pass-code/components/KeyPadButton/index.css +15 -15
  1788. package/pass-code/cssm/components/InputProgress/index.module.css +2 -2
  1789. package/pass-code/cssm/components/KeyPadButton/Component.d.ts +1 -1
  1790. package/pass-code/cssm/components/KeyPadButton/index.module.css +2 -2
  1791. package/pass-code/cssm/index.module.css +1 -1
  1792. package/pass-code/esm/Component.js +1 -1
  1793. package/pass-code/esm/components/InputProgress/Component.js +2 -2
  1794. package/pass-code/esm/components/InputProgress/index.css +7 -7
  1795. package/pass-code/esm/components/InputProgress/transitions.css +8 -8
  1796. package/pass-code/esm/components/KeyPad/Component.js +1 -1
  1797. package/pass-code/esm/components/KeyPad/index.css +5 -5
  1798. package/pass-code/esm/components/KeyPadButton/Component.d.ts +1 -1
  1799. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  1800. package/pass-code/esm/components/KeyPadButton/index.css +15 -15
  1801. package/pass-code/esm/index.css +5 -5
  1802. package/pass-code/index.css +5 -5
  1803. package/pass-code/modern/Component.js +1 -1
  1804. package/pass-code/modern/components/InputProgress/Component.js +2 -2
  1805. package/pass-code/modern/components/InputProgress/index.css +7 -7
  1806. package/pass-code/modern/components/InputProgress/transitions.css +8 -8
  1807. package/pass-code/modern/components/KeyPad/Component.js +1 -1
  1808. package/pass-code/modern/components/KeyPad/index.css +5 -5
  1809. package/pass-code/modern/components/KeyPadButton/Component.d.ts +1 -1
  1810. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  1811. package/pass-code/modern/components/KeyPadButton/index.css +15 -15
  1812. package/pass-code/modern/index.css +5 -5
  1813. package/password-input/component.d.ts +1 -1
  1814. package/password-input/component.js +1 -1
  1815. package/password-input/cssm/component.d.ts +1 -1
  1816. package/password-input/esm/component.d.ts +1 -1
  1817. package/password-input/esm/component.js +1 -1
  1818. package/password-input/esm/index.css +6 -6
  1819. package/password-input/index.css +6 -6
  1820. package/password-input/modern/component.d.ts +1 -1
  1821. package/password-input/modern/component.js +1 -1
  1822. package/password-input/modern/index.css +6 -6
  1823. package/pattern-lock/Component.js +1 -1
  1824. package/pattern-lock/cssm/index.module.css +1 -1
  1825. package/pattern-lock/esm/Component.js +1 -1
  1826. package/pattern-lock/esm/index.css +12 -12
  1827. package/pattern-lock/index.css +12 -12
  1828. package/pattern-lock/modern/Component.js +1 -1
  1829. package/pattern-lock/modern/index.css +12 -12
  1830. package/picker-button/Component-081223cb.d.ts +220 -0
  1831. package/picker-button/Component-0816e61d.d.ts +5 -0
  1832. package/picker-button/Component-c44170fe.d.ts +281 -0
  1833. package/picker-button/Component.desktop-785df74d.d.ts +1 -1
  1834. package/picker-button/Component.desktop.d.ts +2 -2
  1835. package/picker-button/Component.desktop.js +3 -2
  1836. package/picker-button/Component.mobile-d7e9f69d.d.ts +1 -1
  1837. package/picker-button/Component.mobile.d.ts +4 -4
  1838. package/picker-button/Component.responsive.d.ts +7 -9
  1839. package/picker-button/Component.responsive.js +1 -0
  1840. package/picker-button/browser-a216f694.d.ts +6 -0
  1841. package/picker-button/cssm/Component-081223cb.d.ts +220 -0
  1842. package/picker-button/cssm/Component-0816e61d.d.ts +5 -0
  1843. package/picker-button/cssm/Component-c44170fe.d.ts +281 -0
  1844. package/picker-button/cssm/Component.desktop-785df74d.d.ts +1 -1
  1845. package/picker-button/cssm/Component.desktop.d.ts +2 -2
  1846. package/picker-button/cssm/Component.desktop.js +2 -1
  1847. package/picker-button/cssm/Component.mobile-d7e9f69d.d.ts +1 -1
  1848. package/picker-button/cssm/Component.mobile.d.ts +4 -4
  1849. package/picker-button/cssm/Component.responsive.d.ts +7 -9
  1850. package/picker-button/cssm/Component.responsive.js +1 -0
  1851. package/picker-button/cssm/browser-a216f694.d.ts +6 -0
  1852. package/picker-button/cssm/desktop/index.d.ts +2 -0
  1853. package/picker-button/cssm/desktop/index.js +23 -0
  1854. package/picker-button/cssm/field/Component.d.ts +1 -1
  1855. package/picker-button/cssm/field/index.module.css +2 -2
  1856. package/picker-button/cssm/index-081223cb.d.ts +61 -0
  1857. package/picker-button/cssm/index-c44170fe.d.ts +17 -2
  1858. package/picker-button/cssm/index-ebda875c.d.ts +0 -1
  1859. package/picker-button/cssm/index.js +1 -0
  1860. package/picker-button/cssm/mobile/index.d.ts +2 -0
  1861. package/picker-button/cssm/mobile/index.js +22 -0
  1862. package/picker-button/cssm/option/Component.d.ts +2 -2
  1863. package/picker-button/cssm/shared/index.d.ts +2 -0
  1864. package/picker-button/cssm/shared/index.js +11 -0
  1865. package/picker-button/cssm/typings-0816e61d.d.ts +1320 -0
  1866. package/picker-button/cssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  1867. package/picker-button/cssm/utils-d2597f31.d.ts +41 -0
  1868. package/picker-button/desktop/index.d.ts +2 -0
  1869. package/picker-button/desktop/index.js +20 -0
  1870. package/picker-button/desktop/package.json +3 -0
  1871. package/picker-button/esm/Component-081223cb.d.ts +220 -0
  1872. package/picker-button/esm/Component-0816e61d.d.ts +5 -0
  1873. package/picker-button/esm/Component-c44170fe.d.ts +281 -0
  1874. package/picker-button/esm/Component.desktop-785df74d.d.ts +1 -1
  1875. package/picker-button/esm/Component.desktop.d.ts +2 -2
  1876. package/picker-button/esm/Component.desktop.js +3 -2
  1877. package/picker-button/esm/Component.mobile-d7e9f69d.d.ts +1 -1
  1878. package/picker-button/esm/Component.mobile.d.ts +4 -4
  1879. package/picker-button/esm/Component.responsive.d.ts +7 -9
  1880. package/picker-button/esm/Component.responsive.js +1 -0
  1881. package/picker-button/esm/browser-a216f694.d.ts +6 -0
  1882. package/picker-button/esm/desktop/index.d.ts +2 -0
  1883. package/picker-button/esm/desktop/index.js +14 -0
  1884. package/picker-button/esm/field/Component.d.ts +1 -1
  1885. package/picker-button/esm/field/Component.js +1 -1
  1886. package/picker-button/esm/field/index.css +8 -8
  1887. package/picker-button/esm/index-081223cb.d.ts +61 -0
  1888. package/picker-button/esm/index-c44170fe.d.ts +17 -2
  1889. package/picker-button/esm/index-ebda875c.d.ts +1 -2
  1890. package/picker-button/esm/index.css +5 -5
  1891. package/picker-button/esm/index.js +1 -0
  1892. package/picker-button/esm/mobile/index.d.ts +2 -0
  1893. package/picker-button/esm/mobile/index.js +14 -0
  1894. package/picker-button/esm/option/Component.d.ts +2 -2
  1895. package/picker-button/esm/option/Component.js +1 -1
  1896. package/picker-button/esm/option/index.css +4 -4
  1897. package/picker-button/esm/shared/index.d.ts +2 -0
  1898. package/picker-button/esm/shared/index.js +5 -0
  1899. package/picker-button/esm/typings-0816e61d.d.ts +1320 -0
  1900. package/picker-button/esm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  1901. package/picker-button/esm/utils-d2597f31.d.ts +41 -0
  1902. package/picker-button/field/Component.d.ts +1 -1
  1903. package/picker-button/field/Component.js +1 -1
  1904. package/picker-button/field/index.css +8 -8
  1905. package/picker-button/index-081223cb.d.ts +61 -0
  1906. package/picker-button/index-c44170fe.d.ts +17 -2
  1907. package/picker-button/index-ebda875c.d.ts +0 -1
  1908. package/picker-button/index.css +5 -5
  1909. package/picker-button/index.js +1 -0
  1910. package/picker-button/mobile/index.d.ts +2 -0
  1911. package/picker-button/mobile/index.js +20 -0
  1912. package/picker-button/mobile/package.json +3 -0
  1913. package/picker-button/modern/Component-081223cb.d.ts +220 -0
  1914. package/picker-button/modern/Component-0816e61d.d.ts +5 -0
  1915. package/picker-button/modern/Component-c44170fe.d.ts +281 -0
  1916. package/picker-button/modern/Component.desktop-785df74d.d.ts +1 -1
  1917. package/picker-button/modern/Component.desktop.d.ts +2 -2
  1918. package/picker-button/modern/Component.desktop.js +3 -2
  1919. package/picker-button/modern/Component.mobile-d7e9f69d.d.ts +1 -1
  1920. package/picker-button/modern/Component.mobile.d.ts +4 -4
  1921. package/picker-button/modern/Component.responsive.d.ts +7 -9
  1922. package/picker-button/modern/Component.responsive.js +1 -0
  1923. package/picker-button/modern/browser-a216f694.d.ts +6 -0
  1924. package/picker-button/modern/desktop/index.d.ts +2 -0
  1925. package/picker-button/modern/desktop/index.js +13 -0
  1926. package/picker-button/modern/field/Component.d.ts +1 -1
  1927. package/picker-button/modern/field/Component.js +1 -1
  1928. package/picker-button/modern/field/index.css +8 -8
  1929. package/picker-button/modern/index-081223cb.d.ts +61 -0
  1930. package/picker-button/modern/index-c44170fe.d.ts +17 -2
  1931. package/picker-button/modern/index-ebda875c.d.ts +0 -1
  1932. package/picker-button/modern/index.css +5 -5
  1933. package/picker-button/modern/index.js +1 -0
  1934. package/picker-button/modern/mobile/index.d.ts +2 -0
  1935. package/picker-button/modern/mobile/index.js +13 -0
  1936. package/picker-button/modern/option/Component.d.ts +2 -2
  1937. package/picker-button/modern/option/Component.js +1 -1
  1938. package/picker-button/modern/option/index.css +4 -4
  1939. package/picker-button/modern/shared/index.d.ts +2 -0
  1940. package/picker-button/modern/shared/index.js +5 -0
  1941. package/picker-button/modern/typings-0816e61d.d.ts +1320 -0
  1942. package/picker-button/modern/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  1943. package/picker-button/modern/utils-d2597f31.d.ts +41 -0
  1944. package/picker-button/option/Component.d.ts +2 -2
  1945. package/picker-button/option/Component.js +1 -1
  1946. package/picker-button/option/index.css +4 -4
  1947. package/picker-button/shared/index.d.ts +2 -0
  1948. package/picker-button/shared/index.js +11 -0
  1949. package/picker-button/shared/package.json +3 -0
  1950. package/picker-button/typings-0816e61d.d.ts +1320 -0
  1951. package/picker-button/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  1952. package/picker-button/utils-d2597f31.d.ts +41 -0
  1953. package/plate/Component.desktop.js +1 -1
  1954. package/plate/Component.mobile.js +1 -1
  1955. package/plate/components/base-plate/Component.js +2 -2
  1956. package/plate/components/base-plate/index.css +62 -57
  1957. package/plate/cssm/components/base-plate/Component.js +1 -1
  1958. package/plate/cssm/components/base-plate/index.module.css +14 -9
  1959. package/plate/cssm/desktop/index.d.ts +2 -0
  1960. package/plate/cssm/desktop/index.js +19 -0
  1961. package/plate/cssm/mobile/index.d.ts +2 -0
  1962. package/plate/cssm/mobile/index.js +19 -0
  1963. package/plate/desktop/index.d.ts +2 -0
  1964. package/plate/desktop/index.js +17 -0
  1965. package/plate/desktop/package.json +3 -0
  1966. package/plate/desktop.css +4 -4
  1967. package/plate/esm/Component.desktop.js +1 -1
  1968. package/plate/esm/Component.mobile.js +1 -1
  1969. package/plate/esm/components/base-plate/Component.js +2 -2
  1970. package/plate/esm/components/base-plate/index.css +62 -57
  1971. package/plate/esm/desktop/index.d.ts +2 -0
  1972. package/plate/esm/desktop/index.js +11 -0
  1973. package/plate/esm/desktop.css +4 -4
  1974. package/plate/esm/mobile/index.d.ts +2 -0
  1975. package/plate/esm/mobile/index.js +11 -0
  1976. package/plate/esm/mobile.css +4 -4
  1977. package/plate/mobile/index.d.ts +2 -0
  1978. package/plate/mobile/index.js +17 -0
  1979. package/plate/mobile/package.json +3 -0
  1980. package/plate/mobile.css +4 -4
  1981. package/plate/modern/Component.desktop.js +1 -1
  1982. package/plate/modern/Component.mobile.js +1 -1
  1983. package/plate/modern/components/base-plate/Component.js +2 -2
  1984. package/plate/modern/components/base-plate/index.css +62 -57
  1985. package/plate/modern/desktop/index.d.ts +2 -0
  1986. package/plate/modern/desktop/index.js +10 -0
  1987. package/plate/modern/desktop.css +4 -4
  1988. package/plate/modern/mobile/index.d.ts +2 -0
  1989. package/plate/modern/mobile/index.js +10 -0
  1990. package/plate/modern/mobile.css +4 -4
  1991. package/popover/Component.js +1 -1
  1992. package/popover/esm/Component.js +1 -1
  1993. package/popover/esm/index.css +33 -33
  1994. package/popover/index.css +33 -33
  1995. package/popover/modern/Component.js +1 -1
  1996. package/popover/modern/index.css +33 -33
  1997. package/popup-sheet/Component.js +1 -1
  1998. package/popup-sheet/components/backdrop/Component.js +1 -1
  1999. package/popup-sheet/components/backdrop/index.css +11 -11
  2000. package/popup-sheet/cssm/components/backdrop/index.module.css +1 -1
  2001. package/popup-sheet/esm/Component.js +1 -1
  2002. package/popup-sheet/esm/components/backdrop/Component.js +1 -1
  2003. package/popup-sheet/esm/components/backdrop/index.css +11 -11
  2004. package/popup-sheet/esm/index.css +14 -14
  2005. package/popup-sheet/index.css +14 -14
  2006. package/popup-sheet/modern/Component.js +1 -1
  2007. package/popup-sheet/modern/components/backdrop/Component.js +1 -1
  2008. package/popup-sheet/modern/components/backdrop/index.css +11 -11
  2009. package/popup-sheet/modern/index.css +14 -14
  2010. package/progress-bar/Component.js +1 -1
  2011. package/progress-bar/cssm/index.module.css +925 -273
  2012. package/progress-bar/esm/Component.js +1 -1
  2013. package/progress-bar/esm/index.css +937 -285
  2014. package/progress-bar/index.css +937 -285
  2015. package/progress-bar/modern/Component.js +1 -1
  2016. package/progress-bar/modern/index.css +937 -285
  2017. package/pure-cell/component-5a229016.d.ts +1 -0
  2018. package/pure-cell/component-942c64bb.js +119 -0
  2019. package/pure-cell/component.js +1 -1
  2020. package/pure-cell/components/addon/component.js +1 -1
  2021. package/pure-cell/components/addon/index.css +10 -10
  2022. package/pure-cell/components/amount/component.js +1 -1
  2023. package/pure-cell/components/amount/index.css +2 -2
  2024. package/pure-cell/components/amount-title/component.d.ts +6 -1
  2025. package/pure-cell/components/amount-title/component.js +4 -3
  2026. package/pure-cell/components/amount-title/index.css +3 -3
  2027. package/pure-cell/components/category/component.js +1 -1
  2028. package/pure-cell/components/category/index.css +6 -6
  2029. package/pure-cell/components/content/component.js +1 -1
  2030. package/pure-cell/components/content/index.css +3 -3
  2031. package/pure-cell/components/content/index.d.ts +1 -1
  2032. package/pure-cell/components/content/index.js +1 -1
  2033. package/pure-cell/components/footer/component.js +1 -1
  2034. package/pure-cell/components/footer/index.css +4 -4
  2035. package/pure-cell/components/footer-button/component.js +1 -1
  2036. package/pure-cell/components/footer-button/index.css +2 -2
  2037. package/pure-cell/components/graphics/component.js +1 -1
  2038. package/pure-cell/components/graphics/index.css +5 -5
  2039. package/pure-cell/components/main/component.js +1 -1
  2040. package/pure-cell/components/main/index.css +4 -4
  2041. package/pure-cell/components/main/index.d.ts +1 -1
  2042. package/pure-cell/components/main/index.js +1 -1
  2043. package/pure-cell/components/text/component.js +1 -1
  2044. package/pure-cell/components/text/index.css +7 -7
  2045. package/pure-cell/components/text/index.d.ts +1 -1
  2046. package/pure-cell/components/text/index.js +1 -1
  2047. package/pure-cell/cssm/component-5a229016.d.ts +1 -0
  2048. package/pure-cell/cssm/components/amount-title/component.d.ts +6 -1
  2049. package/pure-cell/cssm/components/amount-title/component.js +3 -2
  2050. package/pure-cell/cssm/components/category/index.module.css +1 -1
  2051. package/pure-cell/cssm/index.module.css +1 -1
  2052. package/pure-cell/esm/component-0311d685.js +111 -0
  2053. package/pure-cell/esm/component-5a229016.d.ts +1 -0
  2054. package/pure-cell/esm/component.js +1 -1
  2055. package/pure-cell/esm/components/addon/component.js +1 -1
  2056. package/pure-cell/esm/components/addon/index.css +10 -10
  2057. package/pure-cell/esm/components/amount/component.js +1 -1
  2058. package/pure-cell/esm/components/amount/index.css +2 -2
  2059. package/pure-cell/esm/components/amount-title/component.d.ts +6 -1
  2060. package/pure-cell/esm/components/amount-title/component.js +4 -3
  2061. package/pure-cell/esm/components/amount-title/index.css +3 -3
  2062. package/pure-cell/esm/components/category/component.js +1 -1
  2063. package/pure-cell/esm/components/category/index.css +6 -6
  2064. package/pure-cell/esm/components/content/component.js +1 -1
  2065. package/pure-cell/esm/components/content/index.css +3 -3
  2066. package/pure-cell/esm/components/content/index.d.ts +1 -1
  2067. package/pure-cell/esm/components/content/index.js +1 -1
  2068. package/pure-cell/esm/components/footer/component.js +1 -1
  2069. package/pure-cell/esm/components/footer/index.css +4 -4
  2070. package/pure-cell/esm/components/footer-button/component.js +1 -1
  2071. package/pure-cell/esm/components/footer-button/index.css +2 -2
  2072. package/pure-cell/esm/components/graphics/component.js +1 -1
  2073. package/pure-cell/esm/components/graphics/index.css +5 -5
  2074. package/pure-cell/esm/components/main/component.js +1 -1
  2075. package/pure-cell/esm/components/main/index.css +4 -4
  2076. package/pure-cell/esm/components/main/index.d.ts +1 -1
  2077. package/pure-cell/esm/components/main/index.js +1 -1
  2078. package/pure-cell/esm/components/text/component.js +1 -1
  2079. package/pure-cell/esm/components/text/index.css +7 -7
  2080. package/pure-cell/esm/components/text/index.d.ts +1 -1
  2081. package/pure-cell/esm/components/text/index.js +1 -1
  2082. package/pure-cell/esm/index.css +22 -22
  2083. package/pure-cell/esm/index.js +1 -1
  2084. package/pure-cell/index.css +22 -22
  2085. package/pure-cell/index.js +1 -1
  2086. package/pure-cell/modern/component-03861c53.js +103 -0
  2087. package/pure-cell/modern/component-5a229016.d.ts +1 -0
  2088. package/pure-cell/modern/component.js +1 -1
  2089. package/pure-cell/modern/components/addon/component.js +1 -1
  2090. package/pure-cell/modern/components/addon/index.css +10 -10
  2091. package/pure-cell/modern/components/amount/component.js +1 -1
  2092. package/pure-cell/modern/components/amount/index.css +2 -2
  2093. package/pure-cell/modern/components/amount-title/component.d.ts +6 -1
  2094. package/pure-cell/modern/components/amount-title/component.js +11 -3
  2095. package/pure-cell/modern/components/amount-title/index.css +3 -3
  2096. package/pure-cell/modern/components/category/component.js +1 -1
  2097. package/pure-cell/modern/components/category/index.css +6 -6
  2098. package/pure-cell/modern/components/content/component.js +1 -1
  2099. package/pure-cell/modern/components/content/index.css +3 -3
  2100. package/pure-cell/modern/components/content/index.d.ts +1 -1
  2101. package/pure-cell/modern/components/content/index.js +1 -1
  2102. package/pure-cell/modern/components/footer/component.js +1 -1
  2103. package/pure-cell/modern/components/footer/index.css +4 -4
  2104. package/pure-cell/modern/components/footer-button/component.js +1 -1
  2105. package/pure-cell/modern/components/footer-button/index.css +2 -2
  2106. package/pure-cell/modern/components/graphics/component.js +1 -1
  2107. package/pure-cell/modern/components/graphics/index.css +5 -5
  2108. package/pure-cell/modern/components/main/component.js +1 -1
  2109. package/pure-cell/modern/components/main/index.css +4 -4
  2110. package/pure-cell/modern/components/main/index.d.ts +1 -1
  2111. package/pure-cell/modern/components/main/index.js +1 -1
  2112. package/pure-cell/modern/components/text/component.js +1 -1
  2113. package/pure-cell/modern/components/text/index.css +7 -7
  2114. package/pure-cell/modern/components/text/index.d.ts +1 -1
  2115. package/pure-cell/modern/components/text/index.js +1 -1
  2116. package/pure-cell/modern/index.css +22 -22
  2117. package/pure-cell/modern/index.js +1 -1
  2118. package/radio/Component.js +1 -1
  2119. package/radio/cssm/index.module.css +7 -7
  2120. package/radio/esm/Component.js +1 -1
  2121. package/radio/esm/index.css +38 -38
  2122. package/radio/index.css +38 -38
  2123. package/radio/modern/Component.js +1 -1
  2124. package/radio/modern/index.css +38 -38
  2125. package/radio-group/Component.desktop.js +1 -1
  2126. package/radio-group/Component.mobile.js +1 -1
  2127. package/radio-group/components/base-radio-group/Component.js +1 -1
  2128. package/radio-group/components/base-radio-group/index.css +23 -23
  2129. package/radio-group/cssm/components/base-radio-group/index.module.css +3 -3
  2130. package/radio-group/cssm/desktop/index.d.ts +2 -0
  2131. package/radio-group/cssm/desktop/index.js +14 -0
  2132. package/radio-group/cssm/mobile/index.d.ts +2 -0
  2133. package/radio-group/cssm/mobile/index.js +14 -0
  2134. package/radio-group/cssm/mobile.module.css +1 -1
  2135. package/radio-group/desktop/index.d.ts +2 -0
  2136. package/radio-group/desktop/index.js +12 -0
  2137. package/radio-group/desktop/package.json +3 -0
  2138. package/radio-group/desktop.css +4 -4
  2139. package/radio-group/esm/Component.desktop.js +1 -1
  2140. package/radio-group/esm/Component.mobile.js +1 -1
  2141. package/radio-group/esm/components/base-radio-group/Component.js +1 -1
  2142. package/radio-group/esm/components/base-radio-group/index.css +23 -23
  2143. package/radio-group/esm/desktop/index.d.ts +2 -0
  2144. package/radio-group/esm/desktop/index.js +6 -0
  2145. package/radio-group/esm/desktop.css +4 -4
  2146. package/radio-group/esm/mobile/index.d.ts +2 -0
  2147. package/radio-group/esm/mobile/index.js +6 -0
  2148. package/radio-group/esm/mobile.css +5 -5
  2149. package/radio-group/mobile/index.d.ts +2 -0
  2150. package/radio-group/mobile/index.js +12 -0
  2151. package/radio-group/mobile/package.json +3 -0
  2152. package/radio-group/mobile.css +5 -5
  2153. package/radio-group/modern/Component.desktop.js +1 -1
  2154. package/radio-group/modern/Component.mobile.js +1 -1
  2155. package/radio-group/modern/components/base-radio-group/Component.js +1 -1
  2156. package/radio-group/modern/components/base-radio-group/index.css +23 -23
  2157. package/radio-group/modern/desktop/index.d.ts +2 -0
  2158. package/radio-group/modern/desktop/index.js +5 -0
  2159. package/radio-group/modern/desktop.css +4 -4
  2160. package/radio-group/modern/mobile/index.d.ts +2 -0
  2161. package/radio-group/modern/mobile/index.js +5 -0
  2162. package/radio-group/modern/mobile.css +5 -5
  2163. package/scrollbar/Component.js +3 -3
  2164. package/scrollbar/default.css +2 -2
  2165. package/scrollbar/esm/Component.js +3 -3
  2166. package/scrollbar/esm/default.css +2 -2
  2167. package/scrollbar/esm/index.css +25 -25
  2168. package/scrollbar/esm/inverted.css +2 -2
  2169. package/scrollbar/index.css +25 -25
  2170. package/scrollbar/inverted.css +2 -2
  2171. package/scrollbar/modern/Component.js +3 -3
  2172. package/scrollbar/modern/default.css +2 -2
  2173. package/scrollbar/modern/index.css +25 -25
  2174. package/scrollbar/modern/inverted.css +2 -2
  2175. package/segmented-control/Component.js +1 -1
  2176. package/segmented-control/components/segment/Component.js +1 -1
  2177. package/segmented-control/components/segment/index.css +5 -5
  2178. package/segmented-control/cssm/components/segment/index.module.css +2 -2
  2179. package/segmented-control/cssm/index.module.css +2 -2
  2180. package/segmented-control/esm/Component.js +1 -1
  2181. package/segmented-control/esm/components/segment/Component.js +1 -1
  2182. package/segmented-control/esm/components/segment/index.css +5 -5
  2183. package/segmented-control/esm/index.css +20 -20
  2184. package/segmented-control/index.css +20 -20
  2185. package/segmented-control/modern/Component.js +1 -1
  2186. package/segmented-control/modern/components/segment/Component.js +1 -1
  2187. package/segmented-control/modern/components/segment/index.css +5 -5
  2188. package/segmented-control/modern/index.css +20 -20
  2189. package/select/Component.desktop.d.ts +3 -14
  2190. package/select/Component.desktop.js +4 -2
  2191. package/select/Component.mobile.d.ts +3 -39
  2192. package/select/Component.mobile.js +23 -10
  2193. package/select/Component.modal.mobile.d.ts +2 -58
  2194. package/select/Component.modal.mobile.js +23 -35
  2195. package/select/Component.responsive.d.ts +3 -17
  2196. package/select/Component.responsive.js +11 -13
  2197. package/select/components/arrow/Component.js +1 -1
  2198. package/select/components/arrow/index.css +5 -5
  2199. package/select/components/base-checkmark/Component.js +1 -1
  2200. package/select/components/base-checkmark/index.css +4 -4
  2201. package/select/components/base-option/Component.js +1 -1
  2202. package/select/components/base-option/index.css +16 -16
  2203. package/select/components/base-select/Component.d.ts +17 -2
  2204. package/select/components/base-select/Component.js +188 -81
  2205. package/select/components/base-select/index.css +12 -12
  2206. package/select/components/base-select/index.js +1 -1
  2207. package/select/components/base-select/mobile.css +61 -0
  2208. package/select/components/checkmark/Component.js +1 -1
  2209. package/select/components/checkmark/index.css +11 -11
  2210. package/select/components/checkmark-mobile/Component.js +1 -1
  2211. package/select/components/checkmark-mobile/index.css +6 -6
  2212. package/select/components/field/Component.js +1 -1
  2213. package/select/components/field/index.css +15 -17
  2214. package/select/components/footer/Component.d.ts +12 -0
  2215. package/select/components/footer/Component.js +33 -0
  2216. package/select/components/footer/index.css +42 -0
  2217. package/select/components/footer/index.d.ts +1 -0
  2218. package/select/components/footer/index.js +12 -0
  2219. package/select/components/index.js +2 -1
  2220. package/select/components/optgroup/Component.js +1 -1
  2221. package/select/components/optgroup/index.css +7 -7
  2222. package/select/components/option/Component.js +1 -1
  2223. package/select/components/option/index.css +24 -24
  2224. package/select/components/options-list/Component.js +7 -3
  2225. package/select/components/options-list/index.css +11 -11
  2226. package/select/components/options-list/index.js +2 -1
  2227. package/select/components/search/Component.d.ts +2 -4
  2228. package/select/components/search/Component.js +1 -1
  2229. package/select/components/search/index.css +2 -2
  2230. package/select/components/virtual-options-list/Component.js +7 -3
  2231. package/select/components/virtual-options-list/index.css +18 -18
  2232. package/select/components/virtual-options-list/index.js +2 -1
  2233. package/select/cssm/Component.desktop.d.ts +3 -16
  2234. package/select/cssm/Component.desktop.js +5 -2
  2235. package/select/cssm/Component.mobile.d.ts +3 -39
  2236. package/select/cssm/Component.mobile.js +27 -13
  2237. package/select/cssm/Component.modal.mobile.d.ts +2 -58
  2238. package/select/cssm/Component.modal.mobile.js +28 -39
  2239. package/select/cssm/Component.responsive.d.ts +3 -17
  2240. package/select/cssm/Component.responsive.js +13 -15
  2241. package/select/cssm/components/arrow/index.module.css +2 -2
  2242. package/select/cssm/components/base-option/index.module.css +3 -3
  2243. package/select/cssm/components/base-select/Component.d.ts +17 -2
  2244. package/select/cssm/components/base-select/Component.js +186 -80
  2245. package/select/cssm/components/base-select/index.js +2 -1
  2246. package/select/cssm/components/base-select/index.module.css +2 -2
  2247. package/select/cssm/components/base-select/mobile.module.css +60 -0
  2248. package/select/cssm/components/checkmark/index.module.css +1 -1
  2249. package/select/cssm/components/field/index.module.css +3 -5
  2250. package/select/cssm/components/footer/Component.d.ts +12 -0
  2251. package/select/cssm/components/footer/Component.js +32 -0
  2252. package/select/cssm/components/footer/index.d.ts +1 -0
  2253. package/select/cssm/components/footer/index.js +13 -0
  2254. package/select/cssm/components/footer/index.module.css +41 -0
  2255. package/select/cssm/components/index.js +3 -1
  2256. package/select/cssm/components/optgroup/index.module.css +1 -1
  2257. package/select/cssm/components/option/index.module.css +4 -4
  2258. package/select/cssm/components/options-list/Component.js +6 -2
  2259. package/select/cssm/components/options-list/index.js +2 -1
  2260. package/select/cssm/components/options-list/index.module.css +2 -2
  2261. package/select/cssm/components/search/Component.d.ts +2 -4
  2262. package/select/cssm/components/virtual-options-list/Component.js +6 -2
  2263. package/select/cssm/components/virtual-options-list/index.js +2 -1
  2264. package/select/cssm/components/virtual-options-list/index.module.css +3 -3
  2265. package/select/cssm/desktop/index.d.ts +2 -0
  2266. package/select/cssm/desktop/index.js +49 -0
  2267. package/select/cssm/hook-2f9ec939.js +129 -0
  2268. package/select/cssm/hook-ad89c253.d.ts +90 -0
  2269. package/select/cssm/index.d.ts +2 -2
  2270. package/select/cssm/index.js +10 -9
  2271. package/select/cssm/mobile/index.d.ts +3 -0
  2272. package/select/cssm/mobile/index.js +65 -0
  2273. package/select/cssm/presets/index.d.ts +1 -1
  2274. package/select/cssm/presets/index.js +3 -2
  2275. package/select/cssm/presets/useSelectWithApply/hook.js +3 -2
  2276. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -2
  2277. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2278. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -2
  2279. package/select/cssm/shared/index.d.ts +12 -0
  2280. package/select/cssm/shared/index.js +85 -0
  2281. package/select/cssm/typings.d.ts +86 -7
  2282. package/select/desktop/index.d.ts +2 -0
  2283. package/select/desktop/index.js +39 -0
  2284. package/select/desktop/package.json +3 -0
  2285. package/select/esm/Component.desktop.d.ts +3 -16
  2286. package/select/esm/Component.desktop.js +4 -2
  2287. package/select/esm/Component.mobile.d.ts +3 -39
  2288. package/select/esm/Component.mobile.js +22 -9
  2289. package/select/esm/Component.modal.mobile.d.ts +2 -58
  2290. package/select/esm/Component.modal.mobile.js +24 -36
  2291. package/select/esm/Component.responsive.d.ts +3 -17
  2292. package/select/esm/Component.responsive.js +11 -13
  2293. package/select/esm/components/arrow/Component.js +1 -1
  2294. package/select/esm/components/arrow/index.css +5 -5
  2295. package/select/esm/components/base-checkmark/Component.js +1 -1
  2296. package/select/esm/components/base-checkmark/index.css +4 -4
  2297. package/select/esm/components/base-option/Component.js +1 -1
  2298. package/select/esm/components/base-option/index.css +16 -16
  2299. package/select/esm/components/base-select/Component.d.ts +17 -2
  2300. package/select/esm/components/base-select/Component.js +190 -83
  2301. package/select/esm/components/base-select/index.css +12 -12
  2302. package/select/esm/components/base-select/index.js +1 -1
  2303. package/select/esm/components/base-select/mobile.css +61 -0
  2304. package/select/esm/components/checkmark/Component.js +1 -1
  2305. package/select/esm/components/checkmark/index.css +11 -11
  2306. package/select/esm/components/checkmark-mobile/Component.js +1 -1
  2307. package/select/esm/components/checkmark-mobile/index.css +6 -6
  2308. package/select/esm/components/field/Component.js +1 -1
  2309. package/select/esm/components/field/index.css +15 -17
  2310. package/select/esm/components/footer/Component.d.ts +12 -0
  2311. package/select/esm/components/footer/Component.js +26 -0
  2312. package/select/esm/components/footer/index.css +42 -0
  2313. package/select/esm/components/footer/index.d.ts +1 -0
  2314. package/select/esm/components/footer/index.js +6 -0
  2315. package/select/esm/components/index.js +2 -1
  2316. package/select/esm/components/optgroup/Component.js +1 -1
  2317. package/select/esm/components/optgroup/index.css +7 -7
  2318. package/select/esm/components/option/Component.js +1 -1
  2319. package/select/esm/components/option/index.css +24 -24
  2320. package/select/esm/components/options-list/Component.js +7 -3
  2321. package/select/esm/components/options-list/index.css +11 -11
  2322. package/select/esm/components/options-list/index.js +2 -1
  2323. package/select/esm/components/search/Component.d.ts +2 -4
  2324. package/select/esm/components/search/Component.js +1 -1
  2325. package/select/esm/components/search/index.css +2 -2
  2326. package/select/esm/components/virtual-options-list/Component.js +7 -3
  2327. package/select/esm/components/virtual-options-list/index.css +18 -18
  2328. package/select/esm/components/virtual-options-list/index.js +2 -1
  2329. package/select/esm/desktop/index.d.ts +2 -0
  2330. package/select/esm/desktop/index.js +33 -0
  2331. package/select/esm/hook-8209d0d1.js +131 -0
  2332. package/select/esm/hook-ad89c253.d.ts +90 -0
  2333. package/select/esm/index.d.ts +2 -2
  2334. package/select/esm/index.js +8 -7
  2335. package/select/esm/mobile/index.d.ts +3 -0
  2336. package/select/esm/mobile/index.js +44 -0
  2337. package/select/esm/presets/index.d.ts +1 -1
  2338. package/select/esm/presets/index.js +3 -2
  2339. package/select/esm/presets/useSelectWithApply/hook.js +3 -2
  2340. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -2
  2341. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  2342. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  2343. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  2344. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  2345. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2346. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -2
  2347. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  2348. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  2349. package/select/esm/shared/index.d.ts +12 -0
  2350. package/select/esm/shared/index.js +42 -0
  2351. package/select/esm/typings.d.ts +86 -7
  2352. package/select/hook-ad89c253.d.ts +90 -0
  2353. package/select/hook-cb17586d.js +129 -0
  2354. package/select/index.d.ts +2 -2
  2355. package/select/index.js +8 -7
  2356. package/select/mobile/index.d.ts +3 -0
  2357. package/select/mobile/index.js +51 -0
  2358. package/select/mobile/package.json +3 -0
  2359. package/select/modern/Component.desktop.d.ts +3 -16
  2360. package/select/modern/Component.desktop.js +5 -3
  2361. package/select/modern/Component.mobile.d.ts +3 -39
  2362. package/select/modern/Component.mobile.js +29 -13
  2363. package/select/modern/Component.modal.mobile.d.ts +2 -58
  2364. package/select/modern/Component.modal.mobile.js +23 -43
  2365. package/select/modern/Component.responsive.d.ts +3 -17
  2366. package/select/modern/Component.responsive.js +11 -13
  2367. package/select/modern/components/arrow/Component.js +1 -1
  2368. package/select/modern/components/arrow/index.css +5 -5
  2369. package/select/modern/components/base-checkmark/Component.js +1 -1
  2370. package/select/modern/components/base-checkmark/index.css +4 -4
  2371. package/select/modern/components/base-option/Component.js +1 -1
  2372. package/select/modern/components/base-option/index.css +16 -16
  2373. package/select/modern/components/base-select/Component.d.ts +17 -2
  2374. package/select/modern/components/base-select/Component.js +179 -72
  2375. package/select/modern/components/base-select/index.css +12 -12
  2376. package/select/modern/components/base-select/index.js +1 -1
  2377. package/select/modern/components/base-select/mobile.css +61 -0
  2378. package/select/modern/components/checkmark/Component.js +1 -1
  2379. package/select/modern/components/checkmark/index.css +11 -11
  2380. package/select/modern/components/checkmark-mobile/Component.js +1 -1
  2381. package/select/modern/components/checkmark-mobile/index.css +6 -6
  2382. package/select/modern/components/field/Component.js +1 -1
  2383. package/select/modern/components/field/index.css +15 -17
  2384. package/select/modern/components/footer/Component.d.ts +12 -0
  2385. package/select/modern/components/footer/Component.js +24 -0
  2386. package/select/modern/components/footer/index.css +42 -0
  2387. package/select/modern/components/footer/index.d.ts +1 -0
  2388. package/select/modern/components/footer/index.js +6 -0
  2389. package/select/modern/components/index.js +2 -1
  2390. package/select/modern/components/optgroup/Component.js +1 -1
  2391. package/select/modern/components/optgroup/index.css +7 -7
  2392. package/select/modern/components/option/Component.js +1 -1
  2393. package/select/modern/components/option/index.css +24 -24
  2394. package/select/modern/components/options-list/Component.js +5 -3
  2395. package/select/modern/components/options-list/index.css +11 -11
  2396. package/select/modern/components/options-list/index.js +2 -1
  2397. package/select/modern/components/search/Component.d.ts +2 -4
  2398. package/select/modern/components/search/Component.js +1 -1
  2399. package/select/modern/components/search/index.css +2 -2
  2400. package/select/modern/components/virtual-options-list/Component.js +5 -3
  2401. package/select/modern/components/virtual-options-list/index.css +18 -18
  2402. package/select/modern/components/virtual-options-list/index.js +2 -1
  2403. package/select/modern/desktop/index.d.ts +2 -0
  2404. package/select/modern/desktop/index.js +32 -0
  2405. package/select/modern/hook-4a3d365d.js +143 -0
  2406. package/select/modern/hook-ad89c253.d.ts +90 -0
  2407. package/select/modern/index.d.ts +2 -2
  2408. package/select/modern/index.js +8 -7
  2409. package/select/modern/mobile/index.d.ts +3 -0
  2410. package/select/modern/mobile/index.js +43 -0
  2411. package/select/modern/presets/index.d.ts +1 -1
  2412. package/select/modern/presets/index.js +3 -2
  2413. package/select/modern/presets/useSelectWithApply/hook.js +3 -2
  2414. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -2
  2415. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  2416. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  2417. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  2418. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  2419. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2420. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -2
  2421. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  2422. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  2423. package/select/modern/shared/index.d.ts +12 -0
  2424. package/select/modern/shared/index.js +41 -0
  2425. package/select/modern/typings.d.ts +86 -7
  2426. package/select/presets/index.d.ts +1 -1
  2427. package/select/presets/index.js +3 -2
  2428. package/select/presets/useSelectWithApply/hook.js +3 -2
  2429. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -2
  2430. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  2431. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  2432. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  2433. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  2434. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2435. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +3 -2
  2436. package/select/presets/useSelectWithLoading/hook.js +1 -1
  2437. package/select/presets/useSelectWithLoading/index.css +2 -2
  2438. package/select/shared/index.d.ts +12 -0
  2439. package/select/shared/index.js +69 -0
  2440. package/select/shared/package.json +3 -0
  2441. package/select/typings.d.ts +86 -7
  2442. package/select-with-tags/component.d.ts +5 -5
  2443. package/select-with-tags/component.js +2 -1
  2444. package/select-with-tags/components/tag/component.js +1 -1
  2445. package/select-with-tags/components/tag/index.css +13 -13
  2446. package/select-with-tags/components/tag-list/component.d.ts +1 -1
  2447. package/select-with-tags/components/tag-list/component.js +2 -2
  2448. package/select-with-tags/components/tag-list/index.css +34 -34
  2449. package/select-with-tags/cssm/component.d.ts +5 -5
  2450. package/select-with-tags/cssm/component.js +2 -1
  2451. package/select-with-tags/cssm/components/tag/index.module.css +2 -2
  2452. package/select-with-tags/cssm/components/tag-list/component.d.ts +1 -1
  2453. package/select-with-tags/cssm/components/tag-list/component.js +1 -1
  2454. package/select-with-tags/cssm/components/tag-list/index.module.css +3 -3
  2455. package/select-with-tags/cssm/index.js +1 -0
  2456. package/select-with-tags/cssm/types.d.ts +1 -1
  2457. package/select-with-tags/cssm/utils/match.d.ts +1 -1
  2458. package/select-with-tags/esm/component.d.ts +5 -5
  2459. package/select-with-tags/esm/component.js +2 -1
  2460. package/select-with-tags/esm/components/tag/component.js +1 -1
  2461. package/select-with-tags/esm/components/tag/index.css +13 -13
  2462. package/select-with-tags/esm/components/tag-list/component.d.ts +1 -1
  2463. package/select-with-tags/esm/components/tag-list/component.js +3 -3
  2464. package/select-with-tags/esm/components/tag-list/index.css +34 -34
  2465. package/select-with-tags/esm/index.js +1 -0
  2466. package/select-with-tags/esm/types.d.ts +1 -1
  2467. package/select-with-tags/esm/utils/match.d.ts +1 -1
  2468. package/select-with-tags/index.js +1 -0
  2469. package/select-with-tags/modern/component.d.ts +5 -5
  2470. package/select-with-tags/modern/component.js +2 -1
  2471. package/select-with-tags/modern/components/tag/component.js +1 -1
  2472. package/select-with-tags/modern/components/tag/index.css +13 -13
  2473. package/select-with-tags/modern/components/tag-list/component.d.ts +1 -1
  2474. package/select-with-tags/modern/components/tag-list/component.js +3 -3
  2475. package/select-with-tags/modern/components/tag-list/index.css +34 -34
  2476. package/select-with-tags/modern/index.js +1 -0
  2477. package/select-with-tags/modern/types.d.ts +1 -1
  2478. package/select-with-tags/modern/utils/match.d.ts +1 -1
  2479. package/select-with-tags/types.d.ts +1 -1
  2480. package/select-with-tags/utils/match.d.ts +1 -1
  2481. package/shared/browser.d.ts +6 -0
  2482. package/shared/browser.js +35 -0
  2483. package/shared/cssm/browser.d.ts +6 -0
  2484. package/shared/cssm/browser.js +35 -0
  2485. package/shared/cssm/hooks/index.d.ts +5 -0
  2486. package/shared/cssm/hooks/index.js +13 -0
  2487. package/shared/cssm/hooks/useCustomWebkitScrollbar.d.ts +2 -0
  2488. package/shared/cssm/hooks/useCustomWebkitScrollbar.js +18 -0
  2489. package/shared/cssm/index.d.ts +3 -0
  2490. package/shared/cssm/index.js +9 -0
  2491. package/shared/cssm/os.d.ts +7 -0
  2492. package/shared/cssm/os.js +21 -0
  2493. package/shared/esm/browser.d.ts +6 -0
  2494. package/shared/esm/browser.js +33 -0
  2495. package/shared/esm/hooks/index.d.ts +5 -0
  2496. package/shared/esm/hooks/index.js +11 -0
  2497. package/shared/esm/hooks/useCustomWebkitScrollbar.d.ts +2 -0
  2498. package/shared/esm/hooks/useCustomWebkitScrollbar.js +16 -0
  2499. package/shared/esm/index.d.ts +3 -0
  2500. package/shared/esm/index.js +6 -0
  2501. package/shared/esm/os.d.ts +7 -0
  2502. package/shared/esm/os.js +19 -0
  2503. package/shared/hooks/index.d.ts +5 -0
  2504. package/shared/hooks/index.js +13 -0
  2505. package/shared/hooks/useCustomWebkitScrollbar.d.ts +2 -0
  2506. package/shared/hooks/useCustomWebkitScrollbar.js +18 -0
  2507. package/shared/index.d.ts +3 -0
  2508. package/shared/index.js +9 -0
  2509. package/shared/modern/browser.d.ts +6 -0
  2510. package/shared/modern/browser.js +33 -0
  2511. package/shared/modern/hooks/index.d.ts +5 -0
  2512. package/shared/modern/hooks/index.js +11 -0
  2513. package/shared/modern/hooks/useCustomWebkitScrollbar.d.ts +2 -0
  2514. package/shared/modern/hooks/useCustomWebkitScrollbar.js +16 -0
  2515. package/shared/modern/index.d.ts +3 -0
  2516. package/shared/modern/index.js +6 -0
  2517. package/shared/modern/os.d.ts +7 -0
  2518. package/shared/modern/os.js +19 -0
  2519. package/shared/os.d.ts +7 -0
  2520. package/shared/os.js +21 -0
  2521. package/side-panel/Component.desktop.js +2 -2
  2522. package/side-panel/Component.mobile.js +2 -2
  2523. package/side-panel/components/content/Component.desktop.js +1 -1
  2524. package/side-panel/components/content/Component.js +1 -1
  2525. package/side-panel/components/content/Component.mobile.js +1 -1
  2526. package/side-panel/components/content/desktop.css +3 -3
  2527. package/side-panel/components/content/index.css +4 -4
  2528. package/side-panel/components/content/mobile.css +3 -3
  2529. package/side-panel/components/footer/Component.desktop.js +1 -1
  2530. package/side-panel/components/footer/Component.js +2 -2
  2531. package/side-panel/components/footer/Component.mobile.js +1 -1
  2532. package/side-panel/components/footer/desktop.css +3 -3
  2533. package/side-panel/components/footer/index.css +5 -5
  2534. package/side-panel/components/footer/layout.css +25 -25
  2535. package/side-panel/components/footer/mobile.css +7 -7
  2536. package/side-panel/components/header/Component.js +3 -3
  2537. package/side-panel/components/header/desktop.css +5 -5
  2538. package/side-panel/components/header/index.css +15 -15
  2539. package/side-panel/components/header/mobile.css +4 -4
  2540. package/side-panel/cssm/components/footer/index.module.css +1 -1
  2541. package/side-panel/cssm/components/header/index.module.css +1 -1
  2542. package/side-panel/cssm/desktop/index.d.ts +2 -0
  2543. package/side-panel/cssm/desktop/index.js +31 -0
  2544. package/side-panel/cssm/mobile/index.d.ts +2 -0
  2545. package/side-panel/cssm/mobile/index.js +29 -0
  2546. package/side-panel/cssm/shared/index.d.ts +1 -0
  2547. package/side-panel/cssm/shared/index.js +8 -0
  2548. package/side-panel/desktop/index.d.ts +2 -0
  2549. package/side-panel/desktop/index.js +21 -0
  2550. package/side-panel/desktop/package.json +3 -0
  2551. package/side-panel/desktop.css +3 -3
  2552. package/side-panel/esm/Component.desktop.js +2 -2
  2553. package/side-panel/esm/Component.mobile.js +2 -2
  2554. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  2555. package/side-panel/esm/components/content/Component.js +1 -1
  2556. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  2557. package/side-panel/esm/components/content/desktop.css +3 -3
  2558. package/side-panel/esm/components/content/index.css +4 -4
  2559. package/side-panel/esm/components/content/mobile.css +3 -3
  2560. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  2561. package/side-panel/esm/components/footer/Component.js +2 -2
  2562. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  2563. package/side-panel/esm/components/footer/desktop.css +3 -3
  2564. package/side-panel/esm/components/footer/index.css +5 -5
  2565. package/side-panel/esm/components/footer/layout.css +25 -25
  2566. package/side-panel/esm/components/footer/mobile.css +7 -7
  2567. package/side-panel/esm/components/header/Component.js +3 -3
  2568. package/side-panel/esm/components/header/desktop.css +5 -5
  2569. package/side-panel/esm/components/header/index.css +15 -15
  2570. package/side-panel/esm/components/header/mobile.css +4 -4
  2571. package/side-panel/esm/desktop/index.d.ts +2 -0
  2572. package/side-panel/esm/desktop/index.js +15 -0
  2573. package/side-panel/esm/desktop.css +3 -3
  2574. package/side-panel/esm/mobile/index.d.ts +2 -0
  2575. package/side-panel/esm/mobile/index.js +13 -0
  2576. package/side-panel/esm/mobile.css +4 -4
  2577. package/side-panel/esm/shared/index.d.ts +1 -0
  2578. package/side-panel/esm/shared/index.js +2 -0
  2579. package/side-panel/esm/transitions.desktop.css +7 -7
  2580. package/side-panel/esm/transitions.mobile.css +8 -8
  2581. package/side-panel/mobile/index.d.ts +2 -0
  2582. package/side-panel/mobile/index.js +19 -0
  2583. package/side-panel/mobile/package.json +3 -0
  2584. package/side-panel/mobile.css +4 -4
  2585. package/side-panel/modern/Component.desktop.js +2 -2
  2586. package/side-panel/modern/Component.mobile.js +2 -2
  2587. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  2588. package/side-panel/modern/components/content/Component.js +1 -1
  2589. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  2590. package/side-panel/modern/components/content/desktop.css +3 -3
  2591. package/side-panel/modern/components/content/index.css +4 -4
  2592. package/side-panel/modern/components/content/mobile.css +3 -3
  2593. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  2594. package/side-panel/modern/components/footer/Component.js +2 -2
  2595. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  2596. package/side-panel/modern/components/footer/desktop.css +3 -3
  2597. package/side-panel/modern/components/footer/index.css +5 -5
  2598. package/side-panel/modern/components/footer/layout.css +25 -25
  2599. package/side-panel/modern/components/footer/mobile.css +7 -7
  2600. package/side-panel/modern/components/header/Component.js +3 -3
  2601. package/side-panel/modern/components/header/desktop.css +5 -5
  2602. package/side-panel/modern/components/header/index.css +15 -15
  2603. package/side-panel/modern/components/header/mobile.css +4 -4
  2604. package/side-panel/modern/desktop/index.d.ts +2 -0
  2605. package/side-panel/modern/desktop/index.js +14 -0
  2606. package/side-panel/modern/desktop.css +3 -3
  2607. package/side-panel/modern/mobile/index.d.ts +2 -0
  2608. package/side-panel/modern/mobile/index.js +12 -0
  2609. package/side-panel/modern/mobile.css +4 -4
  2610. package/side-panel/modern/shared/index.d.ts +1 -0
  2611. package/side-panel/modern/shared/index.js +2 -0
  2612. package/side-panel/modern/transitions.desktop.css +7 -7
  2613. package/side-panel/modern/transitions.mobile.css +8 -8
  2614. package/side-panel/shared/index.d.ts +1 -0
  2615. package/side-panel/shared/index.js +8 -0
  2616. package/side-panel/shared/package.json +3 -0
  2617. package/side-panel/transitions.desktop.css +7 -7
  2618. package/side-panel/transitions.mobile.css +8 -8
  2619. package/skeleton/Component.js +1 -1
  2620. package/skeleton/esm/Component.js +1 -1
  2621. package/skeleton/esm/index.css +10 -10
  2622. package/skeleton/index.css +10 -10
  2623. package/skeleton/modern/Component.js +1 -1
  2624. package/skeleton/modern/index.css +10 -10
  2625. package/slider/Component.js +1 -1
  2626. package/slider/cssm/index.module.css +3 -3
  2627. package/slider/esm/Component.js +1 -1
  2628. package/slider/esm/index.css +24 -24
  2629. package/slider/index.css +24 -24
  2630. package/slider/modern/Component.js +1 -1
  2631. package/slider/modern/index.css +24 -24
  2632. package/slider-input/Component.js +1 -1
  2633. package/slider-input/cssm/index.module.css +4 -12
  2634. package/slider-input/esm/Component.js +1 -1
  2635. package/slider-input/esm/index.css +31 -39
  2636. package/slider-input/index.css +31 -39
  2637. package/slider-input/modern/Component.js +1 -1
  2638. package/slider-input/modern/index.css +31 -39
  2639. package/sortable-list/Component.js +5 -3
  2640. package/sortable-list/components/item/Components.js +1 -1
  2641. package/sortable-list/components/item/index.css +27 -27
  2642. package/sortable-list/cssm/Component.js +4 -2
  2643. package/sortable-list/cssm/components/item/index.module.css +1 -1
  2644. package/sortable-list/cssm/index.js +1 -0
  2645. package/sortable-list/cssm/index.module.css +1 -1
  2646. package/sortable-list/cssm/types.d.ts +13 -0
  2647. package/sortable-list/esm/Component.js +6 -4
  2648. package/sortable-list/esm/components/item/Components.js +1 -1
  2649. package/sortable-list/esm/components/item/index.css +27 -27
  2650. package/sortable-list/esm/index.css +32 -32
  2651. package/sortable-list/esm/index.js +1 -0
  2652. package/sortable-list/esm/types.d.ts +13 -0
  2653. package/sortable-list/index.css +32 -32
  2654. package/sortable-list/index.js +1 -0
  2655. package/sortable-list/modern/Component.js +5 -3
  2656. package/sortable-list/modern/components/item/Components.js +1 -1
  2657. package/sortable-list/modern/components/item/index.css +27 -27
  2658. package/sortable-list/modern/index.css +32 -32
  2659. package/sortable-list/modern/index.js +1 -0
  2660. package/sortable-list/modern/types.d.ts +13 -0
  2661. package/sortable-list/types.d.ts +13 -0
  2662. package/space/Component.js +1 -1
  2663. package/space/esm/Component.js +1 -1
  2664. package/space/esm/index.css +8 -8
  2665. package/space/index.css +8 -8
  2666. package/space/modern/Component.js +1 -1
  2667. package/space/modern/index.css +8 -8
  2668. package/spinner/Component.js +3 -3
  2669. package/spinner/cssm/default.module.css +2 -2
  2670. package/spinner/cssm/inverted.module.css +2 -2
  2671. package/spinner/default.css +3 -3
  2672. package/spinner/esm/Component.js +3 -3
  2673. package/spinner/esm/default.css +3 -3
  2674. package/spinner/esm/index.css +7 -7
  2675. package/spinner/esm/inverted.css +3 -3
  2676. package/spinner/index.css +7 -7
  2677. package/spinner/inverted.css +3 -3
  2678. package/spinner/modern/Component.js +3 -3
  2679. package/spinner/modern/default.css +3 -3
  2680. package/spinner/modern/index.css +7 -7
  2681. package/spinner/modern/inverted.css +3 -3
  2682. package/status/Component.js +1 -1
  2683. package/status/esm/Component.js +1 -1
  2684. package/status/esm/index.css +17 -17
  2685. package/status/index.css +17 -17
  2686. package/status/modern/Component.js +1 -1
  2687. package/status/modern/index.css +17 -17
  2688. package/stepped-progress-bar/Component.js +3 -3
  2689. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  2690. package/stepped-progress-bar/components/step-bar/index.css +16 -16
  2691. package/stepped-progress-bar/cssm/components/step-bar/index.module.css +6 -6
  2692. package/stepped-progress-bar/cssm/default.module.css +2 -2
  2693. package/stepped-progress-bar/cssm/inverted.module.css +2 -2
  2694. package/stepped-progress-bar/default.css +4 -4
  2695. package/stepped-progress-bar/esm/Component.js +3 -3
  2696. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  2697. package/stepped-progress-bar/esm/components/step-bar/index.css +16 -16
  2698. package/stepped-progress-bar/esm/default.css +4 -4
  2699. package/stepped-progress-bar/esm/index.css +3 -3
  2700. package/stepped-progress-bar/esm/inverted.css +4 -4
  2701. package/stepped-progress-bar/index.css +3 -3
  2702. package/stepped-progress-bar/inverted.css +4 -4
  2703. package/stepped-progress-bar/modern/Component.js +3 -3
  2704. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  2705. package/stepped-progress-bar/modern/components/step-bar/index.css +16 -16
  2706. package/stepped-progress-bar/modern/default.css +4 -4
  2707. package/stepped-progress-bar/modern/index.css +3 -3
  2708. package/stepped-progress-bar/modern/inverted.css +4 -4
  2709. package/steps/Component.js +1 -1
  2710. package/steps/components/step/Component.js +1 -1
  2711. package/steps/components/step/index.css +31 -31
  2712. package/steps/components/step-indicator/Component.js +1 -1
  2713. package/steps/components/step-indicator/index.css +1 -1
  2714. package/steps/cssm/components/step/index.module.css +6 -6
  2715. package/steps/esm/Component.js +1 -1
  2716. package/steps/esm/components/step/Component.js +1 -1
  2717. package/steps/esm/components/step/index.css +31 -31
  2718. package/steps/esm/components/step-indicator/Component.js +1 -1
  2719. package/steps/esm/components/step-indicator/index.css +1 -1
  2720. package/steps/esm/index.css +2 -2
  2721. package/steps/index.css +2 -2
  2722. package/steps/modern/Component.js +1 -1
  2723. package/steps/modern/components/step/Component.js +1 -1
  2724. package/steps/modern/components/step/index.css +31 -31
  2725. package/steps/modern/components/step-indicator/Component.js +1 -1
  2726. package/steps/modern/components/step-indicator/index.css +1 -1
  2727. package/steps/modern/index.css +2 -2
  2728. package/switch/Component.js +1 -1
  2729. package/switch/cssm/index.module.css +6 -6
  2730. package/switch/esm/Component.js +1 -1
  2731. package/switch/esm/index.css +31 -31
  2732. package/switch/index.css +31 -31
  2733. package/switch/modern/Component.js +1 -1
  2734. package/switch/modern/index.css +31 -31
  2735. package/system-message/Component.js +1 -1
  2736. package/system-message/components/caption/Component.js +1 -1
  2737. package/system-message/components/caption/index.css +3 -3
  2738. package/system-message/components/controls/Component.js +1 -1
  2739. package/system-message/components/controls/index.css +11 -11
  2740. package/system-message/components/graphic/Component.js +1 -1
  2741. package/system-message/components/graphic/index.css +2 -2
  2742. package/system-message/components/subtitle/Component.js +1 -1
  2743. package/system-message/components/subtitle/index.css +2 -2
  2744. package/system-message/components/title/Component.js +3 -3
  2745. package/system-message/components/title/desktop.css +2 -2
  2746. package/system-message/components/title/index.css +2 -2
  2747. package/system-message/components/title/mobile.css +2 -2
  2748. package/system-message/cssm/components/caption/index.module.css +1 -1
  2749. package/system-message/cssm/desktop/index.d.ts +2 -0
  2750. package/system-message/cssm/desktop/index.js +27 -0
  2751. package/system-message/cssm/mobile/index.d.ts +2 -0
  2752. package/system-message/cssm/mobile/index.js +27 -0
  2753. package/system-message/desktop/index.d.ts +2 -0
  2754. package/system-message/desktop/index.js +19 -0
  2755. package/system-message/desktop/package.json +3 -0
  2756. package/system-message/esm/Component.js +1 -1
  2757. package/system-message/esm/components/caption/Component.js +1 -1
  2758. package/system-message/esm/components/caption/index.css +3 -3
  2759. package/system-message/esm/components/controls/Component.js +1 -1
  2760. package/system-message/esm/components/controls/index.css +11 -11
  2761. package/system-message/esm/components/graphic/Component.js +1 -1
  2762. package/system-message/esm/components/graphic/index.css +2 -2
  2763. package/system-message/esm/components/subtitle/Component.js +1 -1
  2764. package/system-message/esm/components/subtitle/index.css +2 -2
  2765. package/system-message/esm/components/title/Component.js +3 -3
  2766. package/system-message/esm/components/title/desktop.css +2 -2
  2767. package/system-message/esm/components/title/index.css +2 -2
  2768. package/system-message/esm/components/title/mobile.css +2 -2
  2769. package/system-message/esm/desktop/index.d.ts +2 -0
  2770. package/system-message/esm/desktop/index.js +13 -0
  2771. package/system-message/esm/index.css +7 -7
  2772. package/system-message/esm/mobile/index.d.ts +2 -0
  2773. package/system-message/esm/mobile/index.js +13 -0
  2774. package/system-message/index.css +7 -7
  2775. package/system-message/mobile/index.d.ts +2 -0
  2776. package/system-message/mobile/index.js +19 -0
  2777. package/system-message/mobile/package.json +3 -0
  2778. package/system-message/modern/Component.js +1 -1
  2779. package/system-message/modern/components/caption/Component.js +1 -1
  2780. package/system-message/modern/components/caption/index.css +3 -3
  2781. package/system-message/modern/components/controls/Component.js +1 -1
  2782. package/system-message/modern/components/controls/index.css +11 -11
  2783. package/system-message/modern/components/graphic/Component.js +1 -1
  2784. package/system-message/modern/components/graphic/index.css +2 -2
  2785. package/system-message/modern/components/subtitle/Component.js +1 -1
  2786. package/system-message/modern/components/subtitle/index.css +2 -2
  2787. package/system-message/modern/components/title/Component.js +3 -3
  2788. package/system-message/modern/components/title/desktop.css +2 -2
  2789. package/system-message/modern/components/title/index.css +2 -2
  2790. package/system-message/modern/components/title/mobile.css +2 -2
  2791. package/system-message/modern/desktop/index.d.ts +2 -0
  2792. package/system-message/modern/desktop/index.js +12 -0
  2793. package/system-message/modern/index.css +7 -7
  2794. package/system-message/modern/mobile/index.d.ts +2 -0
  2795. package/system-message/modern/mobile/index.js +12 -0
  2796. package/table/components/pagination/Component.js +1 -1
  2797. package/table/components/pagination/index.css +12 -10
  2798. package/table/components/pagination/select-field/index.css +4 -4
  2799. package/table/components/pagination/select-field/index.js +1 -1
  2800. package/table/components/table/Component.js +1 -1
  2801. package/table/components/table/index.css +7 -7
  2802. package/table/components/tbody/Component.js +1 -1
  2803. package/table/components/tbody/index.css +2 -2
  2804. package/table/components/tcell/Component.js +1 -1
  2805. package/table/components/tcell/index.css +7 -7
  2806. package/table/components/texpandable-row/Component.js +1 -1
  2807. package/table/components/texpandable-row/index.css +5 -5
  2808. package/table/components/thead/Component.js +1 -1
  2809. package/table/components/thead/index.css +7 -7
  2810. package/table/components/thead-cell/Component.js +1 -1
  2811. package/table/components/thead-cell/index.css +10 -10
  2812. package/table/components/trow/Component.js +1 -1
  2813. package/table/components/trow/index.css +9 -9
  2814. package/table/components/tsortable-head-cell/Component.js +1 -1
  2815. package/table/components/tsortable-head-cell/index.css +10 -10
  2816. package/table/cssm/components/pagination/index.module.css +3 -1
  2817. package/table/cssm/components/tcell/index.module.css +1 -1
  2818. package/table/cssm/components/thead/index.module.css +1 -1
  2819. package/table/cssm/components/thead-cell/index.module.css +1 -1
  2820. package/table/cssm/components/trow/index.module.css +1 -1
  2821. package/table/cssm/components/tsortable-head-cell/index.module.css +2 -2
  2822. package/table/esm/components/pagination/Component.js +1 -1
  2823. package/table/esm/components/pagination/index.css +12 -10
  2824. package/table/esm/components/pagination/select-field/index.css +4 -4
  2825. package/table/esm/components/pagination/select-field/index.js +1 -1
  2826. package/table/esm/components/table/Component.js +1 -1
  2827. package/table/esm/components/table/index.css +7 -7
  2828. package/table/esm/components/tbody/Component.js +1 -1
  2829. package/table/esm/components/tbody/index.css +2 -2
  2830. package/table/esm/components/tcell/Component.js +1 -1
  2831. package/table/esm/components/tcell/index.css +7 -7
  2832. package/table/esm/components/texpandable-row/Component.js +1 -1
  2833. package/table/esm/components/texpandable-row/index.css +5 -5
  2834. package/table/esm/components/thead/Component.js +1 -1
  2835. package/table/esm/components/thead/index.css +7 -7
  2836. package/table/esm/components/thead-cell/Component.js +1 -1
  2837. package/table/esm/components/thead-cell/index.css +10 -10
  2838. package/table/esm/components/trow/Component.js +1 -1
  2839. package/table/esm/components/trow/index.css +9 -9
  2840. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  2841. package/table/esm/components/tsortable-head-cell/index.css +10 -10
  2842. package/table/modern/components/pagination/Component.js +1 -1
  2843. package/table/modern/components/pagination/index.css +12 -10
  2844. package/table/modern/components/pagination/select-field/index.css +4 -4
  2845. package/table/modern/components/pagination/select-field/index.js +1 -1
  2846. package/table/modern/components/table/Component.js +1 -1
  2847. package/table/modern/components/table/index.css +7 -7
  2848. package/table/modern/components/tbody/Component.js +1 -1
  2849. package/table/modern/components/tbody/index.css +2 -2
  2850. package/table/modern/components/tcell/Component.js +1 -1
  2851. package/table/modern/components/tcell/index.css +7 -7
  2852. package/table/modern/components/texpandable-row/Component.js +1 -1
  2853. package/table/modern/components/texpandable-row/index.css +5 -5
  2854. package/table/modern/components/thead/Component.js +1 -1
  2855. package/table/modern/components/thead/index.css +7 -7
  2856. package/table/modern/components/thead-cell/Component.js +1 -1
  2857. package/table/modern/components/thead-cell/index.css +10 -10
  2858. package/table/modern/components/trow/Component.js +1 -1
  2859. package/table/modern/components/trow/index.css +9 -9
  2860. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  2861. package/table/modern/components/tsortable-head-cell/index.css +10 -10
  2862. package/tabs/collapsible/index.d.ts +2 -0
  2863. package/tabs/collapsible/index.js +27 -0
  2864. package/tabs/collapsible/package.json +3 -0
  2865. package/tabs/components/primary-tablist/Component.collapsible.js +9 -9
  2866. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  2867. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  2868. package/tabs/components/primary-tablist/Component.responsive.js +1 -1
  2869. package/tabs/components/primary-tablist/index.css +34 -34
  2870. package/tabs/components/primary-tablist/mobile.css +964 -310
  2871. package/tabs/components/scroll-controls/Component.js +1 -1
  2872. package/tabs/components/scroll-controls/index.css +16 -16
  2873. package/tabs/components/scrollable-container/Component.js +2 -3
  2874. package/tabs/components/scrollable-container/index.css +6 -6
  2875. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  2876. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  2877. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  2878. package/tabs/components/secondary-tablist/index.css +11 -11
  2879. package/tabs/components/secondary-tablist/mobile.css +940 -286
  2880. package/tabs/components/tab/Component.js +1 -1
  2881. package/tabs/components/tab/index.css +3 -3
  2882. package/tabs/components/tabs/Component.collapsible.js +1 -1
  2883. package/tabs/components/tabs/Component.desktop.js +2 -2
  2884. package/tabs/components/tabs/Component.mobile.js +2 -2
  2885. package/tabs/components/tabs/Component.responsive.js +2 -2
  2886. package/tabs/cssm/collapsible/index.d.ts +2 -0
  2887. package/tabs/cssm/collapsible/index.js +28 -0
  2888. package/tabs/cssm/components/primary-tablist/index.module.css +4 -4
  2889. package/tabs/cssm/components/scroll-controls/index.module.css +2 -2
  2890. package/tabs/cssm/components/scrollable-container/Component.js +1 -2
  2891. package/tabs/cssm/desktop/index.d.ts +4 -0
  2892. package/tabs/cssm/desktop/index.js +38 -0
  2893. package/tabs/cssm/mobile/index.d.ts +4 -0
  2894. package/tabs/cssm/mobile/index.js +40 -0
  2895. package/tabs/cssm/shared/index.d.ts +4 -0
  2896. package/tabs/cssm/shared/index.js +26 -0
  2897. package/tabs/desktop/index.d.ts +4 -0
  2898. package/tabs/desktop/index.js +35 -0
  2899. package/tabs/desktop/package.json +3 -0
  2900. package/tabs/esm/collapsible/index.d.ts +2 -0
  2901. package/tabs/esm/collapsible/index.js +20 -0
  2902. package/tabs/esm/components/primary-tablist/Component.collapsible.js +9 -9
  2903. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  2904. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  2905. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  2906. package/tabs/esm/components/primary-tablist/index.css +34 -34
  2907. package/tabs/esm/components/primary-tablist/mobile.css +964 -310
  2908. package/tabs/esm/components/scroll-controls/Component.js +1 -1
  2909. package/tabs/esm/components/scroll-controls/index.css +16 -16
  2910. package/tabs/esm/components/scrollable-container/Component.js +3 -3
  2911. package/tabs/esm/components/scrollable-container/index.css +6 -6
  2912. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  2913. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  2914. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  2915. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  2916. package/tabs/esm/components/secondary-tablist/mobile.css +940 -286
  2917. package/tabs/esm/components/tab/Component.js +1 -1
  2918. package/tabs/esm/components/tab/index.css +3 -3
  2919. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  2920. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  2921. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  2922. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  2923. package/tabs/esm/desktop/index.d.ts +4 -0
  2924. package/tabs/esm/desktop/index.js +26 -0
  2925. package/tabs/esm/index.js +2 -2
  2926. package/tabs/esm/index.module-0b61d568.js +4 -0
  2927. package/tabs/esm/index.module-9fe41e09.js +4 -0
  2928. package/tabs/esm/mobile/index.d.ts +4 -0
  2929. package/tabs/esm/mobile/index.js +26 -0
  2930. package/tabs/esm/shared/index.d.ts +4 -0
  2931. package/tabs/esm/shared/index.js +16 -0
  2932. package/tabs/index.js +2 -2
  2933. package/tabs/index.module-5398ae83.js +4 -0
  2934. package/tabs/index.module-dd12f95d.js +4 -0
  2935. package/tabs/mobile/index.d.ts +4 -0
  2936. package/tabs/mobile/index.js +35 -0
  2937. package/tabs/mobile/package.json +3 -0
  2938. package/tabs/modern/collapsible/index.d.ts +2 -0
  2939. package/tabs/modern/collapsible/index.js +19 -0
  2940. package/tabs/modern/components/primary-tablist/Component.collapsible.js +9 -9
  2941. package/tabs/modern/components/primary-tablist/Component.desktop.js +2 -2
  2942. package/tabs/modern/components/primary-tablist/Component.mobile.js +3 -3
  2943. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  2944. package/tabs/modern/components/primary-tablist/index.css +34 -34
  2945. package/tabs/modern/components/primary-tablist/mobile.css +964 -310
  2946. package/tabs/modern/components/scroll-controls/Component.js +1 -1
  2947. package/tabs/modern/components/scroll-controls/index.css +16 -16
  2948. package/tabs/modern/components/scrollable-container/Component.js +3 -3
  2949. package/tabs/modern/components/scrollable-container/index.css +6 -6
  2950. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  2951. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  2952. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  2953. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  2954. package/tabs/modern/components/secondary-tablist/mobile.css +940 -286
  2955. package/tabs/modern/components/tab/Component.js +1 -1
  2956. package/tabs/modern/components/tab/index.css +3 -3
  2957. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  2958. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  2959. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  2960. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  2961. package/tabs/modern/desktop/index.d.ts +4 -0
  2962. package/tabs/modern/desktop/index.js +25 -0
  2963. package/tabs/modern/index.js +2 -2
  2964. package/tabs/modern/index.module-b71481a6.js +4 -0
  2965. package/tabs/modern/index.module-beca0c9d.js +4 -0
  2966. package/tabs/modern/mobile/index.d.ts +4 -0
  2967. package/tabs/modern/mobile/index.js +25 -0
  2968. package/tabs/modern/shared/index.d.ts +4 -0
  2969. package/tabs/modern/shared/index.js +15 -0
  2970. package/tabs/shared/index.d.ts +4 -0
  2971. package/tabs/shared/index.js +24 -0
  2972. package/tabs/shared/package.json +3 -0
  2973. package/tag/Component.desktop.js +3 -3
  2974. package/tag/Component.mobile.js +3 -3
  2975. package/tag/components/base-tag/Component.js +3 -4
  2976. package/tag/components/base-tag/default.css +41 -22
  2977. package/tag/components/base-tag/index.css +43 -43
  2978. package/tag/components/base-tag/inverted.css +46 -22
  2979. package/tag/cssm/components/base-tag/Component.js +0 -1
  2980. package/tag/cssm/components/base-tag/default.module.css +32 -13
  2981. package/tag/cssm/components/base-tag/index.module.css +1 -1
  2982. package/tag/cssm/components/base-tag/inverted.module.css +37 -13
  2983. package/tag/cssm/default.desktop.module.css +20 -40
  2984. package/tag/cssm/default.mobile.module.css +16 -40
  2985. package/tag/cssm/desktop/index.d.ts +2 -0
  2986. package/tag/cssm/desktop/index.js +19 -0
  2987. package/tag/cssm/inverted.desktop.module.css +15 -37
  2988. package/tag/cssm/inverted.mobile.module.css +15 -35
  2989. package/tag/cssm/mobile/index.d.ts +2 -0
  2990. package/tag/cssm/mobile/index.js +19 -0
  2991. package/tag/default.desktop.css +21 -41
  2992. package/tag/default.mobile.css +17 -41
  2993. package/tag/desktop/index.d.ts +2 -0
  2994. package/tag/desktop/index.js +13 -0
  2995. package/tag/desktop/package.json +3 -0
  2996. package/tag/desktop.css +7 -7
  2997. package/tag/esm/Component.desktop.js +3 -3
  2998. package/tag/esm/Component.mobile.js +3 -3
  2999. package/tag/esm/components/base-tag/Component.js +3 -4
  3000. package/tag/esm/components/base-tag/default.css +41 -22
  3001. package/tag/esm/components/base-tag/index.css +43 -43
  3002. package/tag/esm/components/base-tag/inverted.css +46 -22
  3003. package/tag/esm/default.desktop.css +21 -41
  3004. package/tag/esm/default.mobile.css +17 -41
  3005. package/tag/esm/desktop/index.d.ts +2 -0
  3006. package/tag/esm/desktop/index.js +7 -0
  3007. package/tag/esm/desktop.css +7 -7
  3008. package/tag/esm/inverted.desktop.css +16 -38
  3009. package/tag/esm/inverted.mobile.css +16 -36
  3010. package/tag/esm/mobile/index.d.ts +2 -0
  3011. package/tag/esm/mobile/index.js +7 -0
  3012. package/tag/esm/mobile.css +7 -7
  3013. package/tag/inverted.desktop.css +16 -38
  3014. package/tag/inverted.mobile.css +16 -36
  3015. package/tag/mobile/index.d.ts +2 -0
  3016. package/tag/mobile/index.js +13 -0
  3017. package/tag/mobile/package.json +3 -0
  3018. package/tag/mobile.css +7 -7
  3019. package/tag/modern/Component.desktop.js +3 -3
  3020. package/tag/modern/Component.mobile.js +3 -3
  3021. package/tag/modern/components/base-tag/Component.js +3 -4
  3022. package/tag/modern/components/base-tag/default.css +41 -22
  3023. package/tag/modern/components/base-tag/index.css +43 -43
  3024. package/tag/modern/components/base-tag/inverted.css +46 -22
  3025. package/tag/modern/default.desktop.css +21 -41
  3026. package/tag/modern/default.mobile.css +17 -41
  3027. package/tag/modern/desktop/index.d.ts +2 -0
  3028. package/tag/modern/desktop/index.js +6 -0
  3029. package/tag/modern/desktop.css +7 -7
  3030. package/tag/modern/inverted.desktop.css +16 -38
  3031. package/tag/modern/inverted.mobile.css +16 -36
  3032. package/tag/modern/mobile/index.d.ts +2 -0
  3033. package/tag/modern/mobile/index.js +6 -0
  3034. package/tag/modern/mobile.css +7 -7
  3035. package/textarea/Component.js +3 -3
  3036. package/textarea/PseudoTextArea-7affac86.js +21 -0
  3037. package/textarea/components/PseudoTextArea.js +1 -1
  3038. package/textarea/components/index.d.ts +1 -1
  3039. package/textarea/components/index.js +1 -1
  3040. package/textarea/cssm/default.module.css +20 -19
  3041. package/textarea/cssm/index.module.css +12 -12
  3042. package/textarea/cssm/inverted.module.css +21 -20
  3043. package/textarea/default.css +37 -36
  3044. package/textarea/esm/Component.js +3 -3
  3045. package/textarea/esm/PseudoTextArea-7ac6f7b9.js +15 -0
  3046. package/textarea/esm/components/PseudoTextArea.js +1 -1
  3047. package/textarea/esm/components/index.d.ts +1 -1
  3048. package/textarea/esm/components/index.js +1 -1
  3049. package/textarea/esm/default.css +37 -36
  3050. package/textarea/esm/index.css +54 -54
  3051. package/textarea/esm/index.js +1 -1
  3052. package/textarea/esm/inverted.css +38 -37
  3053. package/textarea/index.css +54 -54
  3054. package/textarea/index.js +1 -1
  3055. package/textarea/inverted.css +38 -37
  3056. package/textarea/modern/Component.js +3 -3
  3057. package/textarea/modern/PseudoTextArea-a274cf17.js +12 -0
  3058. package/textarea/modern/components/PseudoTextArea.js +1 -1
  3059. package/textarea/modern/components/index.d.ts +1 -1
  3060. package/textarea/modern/components/index.js +1 -1
  3061. package/textarea/modern/default.css +37 -36
  3062. package/textarea/modern/index.css +54 -54
  3063. package/textarea/modern/index.js +1 -1
  3064. package/textarea/modern/inverted.css +38 -37
  3065. package/themes/button/corp.css +22 -53
  3066. package/themes/button/site.css +14 -14
  3067. package/themes/click.css +927 -361
  3068. package/themes/compiled/mobile-dark-bluetint.css +313 -488
  3069. package/themes/corp.css +949 -323
  3070. package/themes/dark.css +353 -0
  3071. package/themes/dist/button/corp.css +22 -53
  3072. package/themes/dist/button/site.css +14 -14
  3073. package/themes/dist/click.css +927 -361
  3074. package/themes/dist/compiled/mobile-dark-bluetint.css +2084 -2123
  3075. package/themes/dist/corp.css +949 -323
  3076. package/themes/dist/dark.css +353 -0
  3077. package/themes/dist/form-control/site.css +4 -42
  3078. package/themes/dist/input/site.css +4 -4
  3079. package/themes/dist/intranet.css +927 -413
  3080. package/themes/dist/mixins/button/corp.css +22 -53
  3081. package/themes/dist/mixins/button/site.css +14 -14
  3082. package/themes/dist/mixins/click.css +0 -4
  3083. package/themes/dist/mixins/dark.css +353 -0
  3084. package/themes/dist/mixins/form-control/site.css +4 -42
  3085. package/themes/dist/mixins/input/site.css +4 -4
  3086. package/themes/dist/mixins/intranet.css +0 -14
  3087. package/themes/dist/mixins/mobile.css +0 -16
  3088. package/themes/dist/mobile.css +927 -432
  3089. package/themes/dist/site.css +949 -328
  3090. package/themes/dist/src/dark.css +353 -0
  3091. package/themes/dist/src/mixins/button/corp.css +22 -53
  3092. package/themes/dist/src/mixins/button/site.css +14 -14
  3093. package/themes/dist/src/mixins/click.css +0 -4
  3094. package/themes/dist/src/mixins/dark.css +353 -0
  3095. package/themes/dist/src/mixins/form-control/site.css +4 -42
  3096. package/themes/dist/src/mixins/input/site.css +4 -4
  3097. package/themes/dist/src/mixins/intranet.css +0 -14
  3098. package/themes/dist/src/mixins/mobile.css +0 -16
  3099. package/themes/form-control/site.css +4 -42
  3100. package/themes/input/site.css +4 -4
  3101. package/themes/intranet.css +927 -413
  3102. package/themes/mixins/button/corp.css +22 -53
  3103. package/themes/mixins/button/site.css +14 -14
  3104. package/themes/mixins/click.css +0 -4
  3105. package/themes/mixins/dark.css +353 -0
  3106. package/themes/mixins/form-control/site.css +4 -42
  3107. package/themes/mixins/input/site.css +4 -4
  3108. package/themes/mixins/intranet.css +0 -14
  3109. package/themes/mixins/mobile.css +0 -16
  3110. package/themes/mobile.css +927 -432
  3111. package/themes/site.css +949 -328
  3112. package/toast/Component.responsive.d.ts +2 -2
  3113. package/toast/components/base-toast/component.d.ts +2 -2
  3114. package/toast/components/base-toast/component.js +1 -1
  3115. package/toast/components/base-toast/index.css +10 -10
  3116. package/toast/cssm/Component.responsive.d.ts +2 -2
  3117. package/toast/cssm/components/base-toast/component.d.ts +2 -2
  3118. package/toast/cssm/desktop/index.d.ts +2 -0
  3119. package/toast/cssm/desktop/index.js +19 -0
  3120. package/toast/cssm/mobile/index.d.ts +2 -0
  3121. package/toast/cssm/mobile/index.js +19 -0
  3122. package/toast/desktop/index.d.ts +2 -0
  3123. package/toast/desktop/index.js +18 -0
  3124. package/toast/desktop/package.json +3 -0
  3125. package/toast/esm/Component.responsive.d.ts +2 -2
  3126. package/toast/esm/components/base-toast/component.d.ts +2 -2
  3127. package/toast/esm/components/base-toast/component.js +1 -1
  3128. package/toast/esm/components/base-toast/index.css +10 -10
  3129. package/toast/esm/desktop/index.d.ts +2 -0
  3130. package/toast/esm/desktop/index.js +12 -0
  3131. package/toast/esm/mobile/index.d.ts +2 -0
  3132. package/toast/esm/mobile/index.js +12 -0
  3133. package/toast/mobile/index.d.ts +2 -0
  3134. package/toast/mobile/index.js +18 -0
  3135. package/toast/mobile/package.json +3 -0
  3136. package/toast/modern/Component.responsive.d.ts +2 -2
  3137. package/toast/modern/components/base-toast/component.d.ts +2 -2
  3138. package/toast/modern/components/base-toast/component.js +1 -1
  3139. package/toast/modern/components/base-toast/index.css +10 -10
  3140. package/toast/modern/desktop/index.d.ts +2 -0
  3141. package/toast/modern/desktop/index.js +11 -0
  3142. package/toast/modern/mobile/index.d.ts +2 -0
  3143. package/toast/modern/mobile/index.js +11 -0
  3144. package/toast-plate/Component.desktop.js +1 -1
  3145. package/toast-plate/Component.mobile.js +1 -1
  3146. package/toast-plate/components/base-toast-plate/component.js +3 -3
  3147. package/toast-plate/components/base-toast-plate/default.css +5 -5
  3148. package/toast-plate/components/base-toast-plate/index.css +19 -19
  3149. package/toast-plate/components/base-toast-plate/inverted.css +4 -4
  3150. package/toast-plate/cssm/components/base-toast-plate/default.module.css +2 -2
  3151. package/toast-plate/cssm/components/base-toast-plate/inverted.module.css +1 -1
  3152. package/toast-plate/cssm/desktop/index.d.ts +2 -0
  3153. package/toast-plate/cssm/desktop/index.js +21 -0
  3154. package/toast-plate/cssm/mobile/index.d.ts +2 -0
  3155. package/toast-plate/cssm/mobile/index.js +21 -0
  3156. package/toast-plate/desktop/index.d.ts +2 -0
  3157. package/toast-plate/desktop/index.js +17 -0
  3158. package/toast-plate/desktop/package.json +3 -0
  3159. package/toast-plate/desktop.css +5 -5
  3160. package/toast-plate/esm/Component.desktop.js +1 -1
  3161. package/toast-plate/esm/Component.mobile.js +1 -1
  3162. package/toast-plate/esm/components/base-toast-plate/component.js +3 -3
  3163. package/toast-plate/esm/components/base-toast-plate/default.css +5 -5
  3164. package/toast-plate/esm/components/base-toast-plate/index.css +19 -19
  3165. package/toast-plate/esm/components/base-toast-plate/inverted.css +4 -4
  3166. package/toast-plate/esm/desktop/index.d.ts +2 -0
  3167. package/toast-plate/esm/desktop/index.js +11 -0
  3168. package/toast-plate/esm/desktop.css +5 -5
  3169. package/toast-plate/esm/mobile/index.d.ts +2 -0
  3170. package/toast-plate/esm/mobile/index.js +11 -0
  3171. package/toast-plate/esm/mobile.css +5 -5
  3172. package/toast-plate/mobile/index.d.ts +2 -0
  3173. package/toast-plate/mobile/index.js +17 -0
  3174. package/toast-plate/mobile/package.json +3 -0
  3175. package/toast-plate/mobile.css +5 -5
  3176. package/toast-plate/modern/Component.desktop.js +1 -1
  3177. package/toast-plate/modern/Component.mobile.js +1 -1
  3178. package/toast-plate/modern/components/base-toast-plate/component.js +3 -3
  3179. package/toast-plate/modern/components/base-toast-plate/default.css +5 -5
  3180. package/toast-plate/modern/components/base-toast-plate/index.css +19 -19
  3181. package/toast-plate/modern/components/base-toast-plate/inverted.css +4 -4
  3182. package/toast-plate/modern/desktop/index.d.ts +2 -0
  3183. package/toast-plate/modern/desktop/index.js +10 -0
  3184. package/toast-plate/modern/desktop.css +5 -5
  3185. package/toast-plate/modern/mobile/index.d.ts +2 -0
  3186. package/toast-plate/modern/mobile/index.js +10 -0
  3187. package/toast-plate/modern/mobile.css +5 -5
  3188. package/tooltip/Component.desktop.js +3 -3
  3189. package/tooltip/Component.mobile.js +1 -1
  3190. package/tooltip/cssm/default.module.css +2 -2
  3191. package/tooltip/cssm/desktop/index.d.ts +2 -0
  3192. package/tooltip/cssm/desktop/index.js +15 -0
  3193. package/tooltip/cssm/inverted.module.css +1 -1
  3194. package/tooltip/cssm/mobile/index.d.ts +2 -0
  3195. package/tooltip/cssm/mobile/index.js +13 -0
  3196. package/tooltip/default.css +7 -7
  3197. package/tooltip/desktop/index.d.ts +2 -0
  3198. package/tooltip/desktop/index.js +12 -0
  3199. package/tooltip/desktop/package.json +3 -0
  3200. package/tooltip/esm/Component.desktop.js +3 -3
  3201. package/tooltip/esm/Component.mobile.js +1 -1
  3202. package/tooltip/esm/default.css +7 -7
  3203. package/tooltip/esm/desktop/index.d.ts +2 -0
  3204. package/tooltip/esm/desktop/index.js +6 -0
  3205. package/tooltip/esm/index.css +8 -8
  3206. package/tooltip/esm/inverted.css +6 -6
  3207. package/tooltip/esm/mobile/index.d.ts +2 -0
  3208. package/tooltip/esm/mobile/index.js +6 -0
  3209. package/tooltip/esm/mobile.css +4 -4
  3210. package/tooltip/index.css +8 -8
  3211. package/tooltip/inverted.css +6 -6
  3212. package/tooltip/mobile/index.d.ts +2 -0
  3213. package/tooltip/mobile/index.js +12 -0
  3214. package/tooltip/mobile/package.json +3 -0
  3215. package/tooltip/mobile.css +4 -4
  3216. package/tooltip/modern/Component.desktop.js +3 -3
  3217. package/tooltip/modern/Component.mobile.js +1 -1
  3218. package/tooltip/modern/default.css +7 -7
  3219. package/tooltip/modern/desktop/index.d.ts +2 -0
  3220. package/tooltip/modern/desktop/index.js +5 -0
  3221. package/tooltip/modern/index.css +8 -8
  3222. package/tooltip/modern/inverted.css +6 -6
  3223. package/tooltip/modern/mobile/index.d.ts +2 -0
  3224. package/tooltip/modern/mobile/index.js +5 -0
  3225. package/tooltip/modern/mobile.css +4 -4
  3226. package/typography/colors.css +32 -32
  3227. package/typography/colors.module-70706104.js +4 -0
  3228. package/typography/common.module-78c2a0fa.js +4 -0
  3229. package/typography/component.js +2 -2
  3230. package/typography/cssm/colors.module.css +13 -13
  3231. package/typography/cssm/text/component.d.ts +1 -1
  3232. package/typography/cssm/text/component.js +16 -0
  3233. package/typography/cssm/text/index.module.css +8 -0
  3234. package/typography/esm/colors.css +32 -32
  3235. package/typography/esm/colors.module-ac92fbac.js +4 -0
  3236. package/typography/esm/common.module-95067533.js +4 -0
  3237. package/typography/esm/component.js +2 -2
  3238. package/typography/esm/hooks/use-skeleton.css +1 -1
  3239. package/typography/esm/hooks/useSkeleton.js +1 -1
  3240. package/typography/esm/index.js +2 -2
  3241. package/typography/esm/text/component.d.ts +1 -1
  3242. package/typography/esm/text/component.js +18 -2
  3243. package/typography/esm/text/index.css +25 -17
  3244. package/typography/esm/text/index.js +1 -1
  3245. package/typography/esm/title/common.css +4 -4
  3246. package/typography/esm/title/component.js +1 -1
  3247. package/typography/esm/title/index.css +18 -18
  3248. package/typography/esm/title/index.js +3 -3
  3249. package/typography/esm/title-mobile/component.js +3 -3
  3250. package/typography/esm/title-mobile/index.css +10 -10
  3251. package/typography/esm/title-mobile/index.js +2 -2
  3252. package/typography/esm/title-responsive/component.js +3 -3
  3253. package/typography/esm/title-responsive/index.css +30 -30
  3254. package/typography/esm/title-responsive/index.js +2 -2
  3255. package/typography/hooks/use-skeleton.css +1 -1
  3256. package/typography/hooks/useSkeleton.js +1 -1
  3257. package/typography/index.js +2 -2
  3258. package/typography/modern/colors.css +32 -32
  3259. package/typography/modern/colors.module-1a9450b1.js +4 -0
  3260. package/typography/modern/common.module-151b3759.js +4 -0
  3261. package/typography/modern/component.js +2 -2
  3262. package/typography/modern/hooks/use-skeleton.css +1 -1
  3263. package/typography/modern/hooks/useSkeleton.js +1 -1
  3264. package/typography/modern/index.js +2 -2
  3265. package/typography/modern/text/component.d.ts +1 -1
  3266. package/typography/modern/text/component.js +18 -2
  3267. package/typography/modern/text/index.css +25 -17
  3268. package/typography/modern/text/index.js +1 -1
  3269. package/typography/modern/title/common.css +4 -4
  3270. package/typography/modern/title/component.js +1 -1
  3271. package/typography/modern/title/index.css +18 -18
  3272. package/typography/modern/title/index.js +3 -3
  3273. package/typography/modern/title-mobile/component.js +3 -3
  3274. package/typography/modern/title-mobile/index.css +10 -10
  3275. package/typography/modern/title-mobile/index.js +2 -2
  3276. package/typography/modern/title-responsive/component.js +3 -3
  3277. package/typography/modern/title-responsive/index.css +30 -30
  3278. package/typography/modern/title-responsive/index.js +2 -2
  3279. package/typography/text/component.d.ts +1 -1
  3280. package/typography/text/component.js +18 -2
  3281. package/typography/text/index.css +25 -17
  3282. package/typography/text/index.js +1 -1
  3283. package/typography/title/common.css +4 -4
  3284. package/typography/title/component.js +1 -1
  3285. package/typography/title/index.css +18 -18
  3286. package/typography/title/index.js +3 -3
  3287. package/typography/title-mobile/component.js +3 -3
  3288. package/typography/title-mobile/index.css +10 -10
  3289. package/typography/title-mobile/index.js +2 -2
  3290. package/typography/title-responsive/component.js +3 -3
  3291. package/typography/title-responsive/index.css +30 -30
  3292. package/typography/title-responsive/index.js +2 -2
  3293. package/underlay/Component.js +5 -1
  3294. package/underlay/cssm/Component.js +4 -0
  3295. package/underlay/cssm/index.module.css +28 -28
  3296. package/underlay/esm/Component.js +5 -1
  3297. package/underlay/esm/index.css +189 -189
  3298. package/underlay/esm/index.js +1 -1
  3299. package/underlay/esm/index.module-00c7fc27.js +4 -0
  3300. package/underlay/esm/utils/getBorderCorners.js +1 -1
  3301. package/underlay/esm/utils/getClasses.js +1 -1
  3302. package/underlay/index.css +189 -189
  3303. package/underlay/index.js +1 -1
  3304. package/underlay/index.module-9b2623e3.js +4 -0
  3305. package/underlay/modern/Component.js +1 -1
  3306. package/underlay/modern/index.css +189 -189
  3307. package/underlay/modern/index.js +1 -1
  3308. package/underlay/modern/index.module-be25801a.js +4 -0
  3309. package/underlay/modern/utils/getBorderCorners.js +1 -1
  3310. package/underlay/modern/utils/getClasses.js +1 -1
  3311. package/underlay/utils/getBorderCorners.js +1 -1
  3312. package/underlay/utils/getClasses.js +1 -1
  3313. package/universal-date-input/Component.desktop.js +1 -1
  3314. package/universal-date-input/Component.mobile.js +1 -1
  3315. package/universal-date-input/Component.responsive.js +1 -1
  3316. package/universal-date-input/components/base-universal-date-input/Component.js +13 -7
  3317. package/universal-date-input/components/base-universal-date-input/index.js +1 -1
  3318. package/universal-date-input/components/date-input/Component.js +5 -5
  3319. package/universal-date-input/components/date-input/index.js +1 -1
  3320. package/universal-date-input/components/date-range-input/Component.js +7 -7
  3321. package/universal-date-input/components/date-range-input/index.js +1 -1
  3322. package/universal-date-input/cssm/components/base-universal-date-input/Component.js +12 -6
  3323. package/universal-date-input/cssm/components/date-input/Component.js +4 -4
  3324. package/universal-date-input/cssm/components/date-range-input/Component.js +6 -6
  3325. package/universal-date-input/cssm/desktop/index.d.ts +2 -0
  3326. package/universal-date-input/cssm/desktop/index.js +38 -0
  3327. package/universal-date-input/cssm/index-5712fce2.d.ts +5 -1
  3328. package/universal-date-input/cssm/index-ebda875c.d.ts +1 -1
  3329. package/universal-date-input/cssm/index.module.css +5 -5
  3330. package/universal-date-input/cssm/mobile/index.d.ts +2 -0
  3331. package/universal-date-input/cssm/mobile/index.js +38 -0
  3332. package/universal-date-input/cssm/types.d.ts +7 -2
  3333. package/universal-date-input/desktop/index.d.ts +2 -0
  3334. package/universal-date-input/desktop/index.js +38 -0
  3335. package/universal-date-input/desktop/package.json +3 -0
  3336. package/universal-date-input/esm/Component.desktop.js +1 -1
  3337. package/universal-date-input/esm/Component.mobile.js +1 -1
  3338. package/universal-date-input/esm/Component.responsive.js +1 -1
  3339. package/universal-date-input/esm/components/base-universal-date-input/Component.js +13 -7
  3340. package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
  3341. package/universal-date-input/esm/components/date-input/Component.js +5 -5
  3342. package/universal-date-input/esm/components/date-input/index.js +1 -1
  3343. package/universal-date-input/esm/components/date-range-input/Component.js +7 -7
  3344. package/universal-date-input/esm/components/date-range-input/index.js +1 -1
  3345. package/universal-date-input/esm/desktop/index.d.ts +2 -0
  3346. package/universal-date-input/esm/desktop/index.js +32 -0
  3347. package/universal-date-input/esm/index-5712fce2.d.ts +5 -1
  3348. package/universal-date-input/esm/index-ebda875c.d.ts +1 -1
  3349. package/universal-date-input/esm/index.css +12 -12
  3350. package/universal-date-input/esm/index.js +1 -1
  3351. package/universal-date-input/esm/index.module-8c8e5544.js +4 -0
  3352. package/universal-date-input/esm/mobile/index.d.ts +2 -0
  3353. package/universal-date-input/esm/mobile/index.js +32 -0
  3354. package/universal-date-input/esm/types.d.ts +7 -2
  3355. package/universal-date-input/index-5712fce2.d.ts +5 -1
  3356. package/universal-date-input/index-ebda875c.d.ts +1 -1
  3357. package/universal-date-input/index.css +12 -12
  3358. package/universal-date-input/index.js +1 -1
  3359. package/universal-date-input/index.module-9ac55fe2.js +4 -0
  3360. package/universal-date-input/mobile/index.d.ts +2 -0
  3361. package/universal-date-input/mobile/index.js +38 -0
  3362. package/universal-date-input/mobile/package.json +3 -0
  3363. package/universal-date-input/modern/Component.desktop.js +1 -1
  3364. package/universal-date-input/modern/Component.mobile.js +1 -1
  3365. package/universal-date-input/modern/Component.responsive.js +1 -1
  3366. package/universal-date-input/modern/components/base-universal-date-input/Component.js +10 -5
  3367. package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
  3368. package/universal-date-input/modern/components/date-input/Component.js +3 -3
  3369. package/universal-date-input/modern/components/date-input/index.js +1 -1
  3370. package/universal-date-input/modern/components/date-range-input/Component.js +3 -3
  3371. package/universal-date-input/modern/components/date-range-input/index.js +1 -1
  3372. package/universal-date-input/modern/desktop/index.d.ts +2 -0
  3373. package/universal-date-input/modern/desktop/index.js +31 -0
  3374. package/universal-date-input/modern/index-5712fce2.d.ts +5 -1
  3375. package/universal-date-input/modern/index-ebda875c.d.ts +1 -1
  3376. package/universal-date-input/modern/index.css +12 -12
  3377. package/universal-date-input/modern/index.js +1 -1
  3378. package/universal-date-input/modern/index.module-bb403b25.js +4 -0
  3379. package/universal-date-input/modern/mobile/index.d.ts +2 -0
  3380. package/universal-date-input/modern/mobile/index.js +31 -0
  3381. package/universal-date-input/modern/types.d.ts +7 -2
  3382. package/universal-date-input/types.d.ts +7 -2
  3383. package/vars/colors-bluetint.css +927 -273
  3384. package/vars/colors-decorative.css +474 -0
  3385. package/vars/colors-indigo.css +658 -6
  3386. package/vars/colors-pfm.css +68 -0
  3387. package/vars/colors-qualitative.css +130 -0
  3388. package/vars/colors-sequential.css +170 -0
  3389. package/vars/cssm/bundle/click.css +927 -273
  3390. package/vars/cssm/bundle/corp.css +927 -273
  3391. package/vars/cssm/bundle/intranet.css +927 -273
  3392. package/vars/cssm/bundle/mobile.css +927 -273
  3393. package/vars/cssm/bundle/site.css +927 -273
  3394. package/vars/cssm/colors-bluetint.css +927 -273
  3395. package/vars/cssm/colors-decorative.css +474 -0
  3396. package/vars/cssm/colors-indigo.css +658 -6
  3397. package/vars/cssm/colors-pfm.css +68 -0
  3398. package/vars/cssm/colors-qualitative.css +130 -0
  3399. package/vars/cssm/colors-sequential.css +170 -0
  3400. package/vars/cssm/index.css +927 -273
  3401. package/vars/dist/colors-bluetint.css +927 -273
  3402. package/vars/dist/colors-decorative.css +474 -0
  3403. package/vars/dist/colors-indigo.css +658 -6
  3404. package/vars/dist/colors-pfm.css +68 -0
  3405. package/vars/dist/colors-qualitative.css +130 -0
  3406. package/vars/dist/colors-sequential.css +170 -0
  3407. package/vars/dist/cssm/bundle/click.css +927 -273
  3408. package/vars/dist/cssm/bundle/corp.css +927 -273
  3409. package/vars/dist/cssm/bundle/intranet.css +927 -273
  3410. package/vars/dist/cssm/bundle/mobile.css +927 -273
  3411. package/vars/dist/cssm/bundle/site.css +927 -273
  3412. package/vars/dist/cssm/colors-bluetint.css +927 -273
  3413. package/vars/dist/cssm/colors-decorative.css +474 -0
  3414. package/vars/dist/cssm/colors-indigo.css +658 -6
  3415. package/vars/dist/cssm/colors-pfm.css +68 -0
  3416. package/vars/dist/cssm/colors-qualitative.css +130 -0
  3417. package/vars/dist/cssm/colors-sequential.css +170 -0
  3418. package/vars/dist/cssm/index.css +927 -273
  3419. package/vars/dist/index.d.ts +927 -273
  3420. package/vars/dist/index.js +927 -273
  3421. package/vars/dist/mixins.css +16 -2
  3422. package/vars/dist/package.json +1 -1
  3423. package/vars/dist/src/colors-bluetint.css +927 -273
  3424. package/vars/dist/src/colors-decorative.css +474 -0
  3425. package/vars/dist/src/colors-indigo.css +658 -6
  3426. package/vars/dist/src/colors-pfm.css +68 -0
  3427. package/vars/dist/src/colors-qualitative.css +130 -0
  3428. package/vars/dist/src/colors-sequential.css +170 -0
  3429. package/vars/dist/src/mixins.css +16 -2
  3430. package/vars/index.d.ts +927 -273
  3431. package/vars/index.js +928 -274
  3432. package/vars/mixins.css +16 -2
  3433. package/with-suffix/Component.d.ts +1 -1
  3434. package/with-suffix/Component.js +1 -1
  3435. package/with-suffix/cssm/Component.d.ts +1 -1
  3436. package/with-suffix/cssm/index.module.css +3 -5
  3437. package/with-suffix/esm/Component.d.ts +1 -1
  3438. package/with-suffix/esm/Component.js +1 -1
  3439. package/with-suffix/esm/index.css +12 -14
  3440. package/with-suffix/index.css +12 -14
  3441. package/with-suffix/modern/Component.d.ts +1 -1
  3442. package/with-suffix/modern/Component.js +1 -1
  3443. package/with-suffix/modern/index.css +12 -14
  3444. package/button/cssm/desktop.d.ts +0 -2
  3445. package/button/cssm/desktop.js +0 -21
  3446. package/button/cssm/mobile.d.ts +0 -2
  3447. package/button/cssm/mobile.js +0 -21
  3448. package/button/desktop.d.ts +0 -2
  3449. package/button/desktop.js +0 -15
  3450. package/button/esm/desktop.d.ts +0 -2
  3451. package/button/esm/desktop.js +0 -9
  3452. package/button/esm/mobile.d.ts +0 -2
  3453. package/button/esm/mobile.js +0 -9
  3454. package/button/mobile.d.ts +0 -2
  3455. package/button/mobile.js +0 -15
  3456. package/button/modern/desktop.d.ts +0 -2
  3457. package/button/modern/desktop.js +0 -8
  3458. package/button/modern/mobile.d.ts +0 -2
  3459. package/button/modern/mobile.js +0 -8
  3460. package/calendar/Component-10db897e.d.ts +0 -6
  3461. package/calendar/Component-69921c40.d.ts +0 -184
  3462. package/calendar/Component-89f0cb07.d.ts +0 -38
  3463. package/calendar/cssm/Component-10db897e.d.ts +0 -6
  3464. package/calendar/cssm/Component-69921c40.d.ts +0 -184
  3465. package/calendar/cssm/Component-89f0cb07.d.ts +0 -38
  3466. package/calendar/cssm/desktop-69921c40.d.ts +0 -6
  3467. package/calendar/cssm/desktop.d.ts +0 -2
  3468. package/calendar/cssm/desktop.js +0 -76
  3469. package/calendar/cssm/index-10db897e.d.ts +0 -55
  3470. package/calendar/cssm/index-ebda875c.d.ts +0 -35
  3471. package/calendar/cssm/mobile.d.ts +0 -1
  3472. package/calendar/cssm/mobile.js +0 -84
  3473. package/calendar/cssm/shared.d.ts +0 -4
  3474. package/calendar/cssm/shared.js +0 -70
  3475. package/calendar/cssm/types-1b036d4b.d.ts +0 -13
  3476. package/calendar/cssm/types-1c79e231.d.ts +0 -113
  3477. package/calendar/cssm/typings-89f0cb07.d.ts +0 -93
  3478. package/calendar/desktop-69921c40.d.ts +0 -6
  3479. package/calendar/desktop.d.ts +0 -2
  3480. package/calendar/desktop.js +0 -68
  3481. package/calendar/esm/Component-10db897e.d.ts +0 -6
  3482. package/calendar/esm/Component-69921c40.d.ts +0 -184
  3483. package/calendar/esm/Component-89f0cb07.d.ts +0 -38
  3484. package/calendar/esm/desktop-69921c40.d.ts +0 -6
  3485. package/calendar/esm/desktop.d.ts +0 -2
  3486. package/calendar/esm/desktop.js +0 -62
  3487. package/calendar/esm/index-10db897e.d.ts +0 -55
  3488. package/calendar/esm/index-ebda875c.d.ts +0 -35
  3489. package/calendar/esm/mobile.d.ts +0 -1
  3490. package/calendar/esm/mobile.js +0 -67
  3491. package/calendar/esm/shared.d.ts +0 -4
  3492. package/calendar/esm/shared.js +0 -49
  3493. package/calendar/esm/types-1b036d4b.d.ts +0 -13
  3494. package/calendar/esm/types-1c79e231.d.ts +0 -113
  3495. package/calendar/esm/typings-89f0cb07.d.ts +0 -93
  3496. package/calendar/index-10db897e.d.ts +0 -55
  3497. package/calendar/index-ebda875c.d.ts +0 -35
  3498. package/calendar/mobile.d.ts +0 -1
  3499. package/calendar/mobile.js +0 -73
  3500. package/calendar/modern/Component-10db897e.d.ts +0 -6
  3501. package/calendar/modern/Component-69921c40.d.ts +0 -184
  3502. package/calendar/modern/Component-89f0cb07.d.ts +0 -38
  3503. package/calendar/modern/desktop-69921c40.d.ts +0 -6
  3504. package/calendar/modern/desktop.d.ts +0 -2
  3505. package/calendar/modern/desktop.js +0 -61
  3506. package/calendar/modern/index-10db897e.d.ts +0 -55
  3507. package/calendar/modern/index-ebda875c.d.ts +0 -35
  3508. package/calendar/modern/mobile.d.ts +0 -1
  3509. package/calendar/modern/mobile.js +0 -66
  3510. package/calendar/modern/shared.d.ts +0 -4
  3511. package/calendar/modern/shared.js +0 -49
  3512. package/calendar/modern/types-1b036d4b.d.ts +0 -13
  3513. package/calendar/modern/types-1c79e231.d.ts +0 -113
  3514. package/calendar/modern/typings-89f0cb07.d.ts +0 -93
  3515. package/calendar/shared.d.ts +0 -4
  3516. package/calendar/shared.js +0 -69
  3517. package/calendar/types-1b036d4b.d.ts +0 -13
  3518. package/calendar/types-1c79e231.d.ts +0 -113
  3519. package/calendar/typings-89f0cb07.d.ts +0 -93
  3520. package/calendar/useSkeleton-1b036d4b.d.ts +0 -40
  3521. package/calendar-input/Component-10db897e.d.ts +0 -186
  3522. package/calendar-input/Component-5684a67d.d.ts +0 -23
  3523. package/calendar-input/Component-89f0cb07.d.ts +0 -38
  3524. package/calendar-input/Component-e2b6c730.d.ts +0 -76
  3525. package/calendar-input/Component.desktop-89f0cb07.d.ts +0 -5
  3526. package/calendar-input/Component.desktop-b5b4c59f.d.ts +0 -138
  3527. package/calendar-input/Component.mobile-16b1285a.d.ts +0 -5
  3528. package/calendar-input/Component.responsive-16b1285a.d.ts +0 -66
  3529. package/calendar-input/cssm/Component-10db897e.d.ts +0 -6
  3530. package/calendar-input/cssm/Component-69921c40.d.ts +0 -184
  3531. package/calendar-input/cssm/Component-89f0cb07.d.ts +0 -38
  3532. package/calendar-input/cssm/Component-b5b4c59f.d.ts +0 -389
  3533. package/calendar-input/cssm/Component-ebda875c.d.ts +0 -35
  3534. package/calendar-input/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  3535. package/calendar-input/cssm/Component.desktop-b5b4c59f.d.ts +0 -205
  3536. package/calendar-input/cssm/Component.mobile-16b1285a.d.ts +0 -5
  3537. package/calendar-input/cssm/Component.responsive-0aa4e915.d.ts +0 -66
  3538. package/calendar-input/cssm/desktop-63dec22f.d.ts +0 -2
  3539. package/calendar-input/cssm/desktop.d.ts +0 -2
  3540. package/calendar-input/cssm/desktop.js +0 -22
  3541. package/calendar-input/cssm/index-10db897e.d.ts +0 -55
  3542. package/calendar-input/cssm/index-89f0cb07.d.ts +0 -2
  3543. package/calendar-input/cssm/index-ebda875c.d.ts +0 -2
  3544. package/calendar-input/cssm/index-f034f741.d.ts +0 -80
  3545. package/calendar-input/cssm/mobile-c219f8ca.d.ts +0 -1
  3546. package/calendar-input/cssm/mobile.d.ts +0 -2
  3547. package/calendar-input/cssm/mobile.js +0 -22
  3548. package/calendar-input/cssm/shared-f034f741.d.ts +0 -35
  3549. package/calendar-input/cssm/shared.d.ts +0 -1
  3550. package/calendar-input/cssm/shared.js +0 -20
  3551. package/calendar-input/cssm/types-1b036d4b.d.ts +0 -13
  3552. package/calendar-input/cssm/types-1c79e231.d.ts +0 -113
  3553. package/calendar-input/cssm/typings-5684a67d.d.ts +0 -23
  3554. package/calendar-input/cssm/typings-89f0cb07.d.ts +0 -93
  3555. package/calendar-input/cssm/useCalendar-5684a67d.d.ts +0 -97
  3556. package/calendar-input/cssm/utils-5684a67d.d.ts +0 -88
  3557. package/calendar-input/desktop-89f0cb07.d.ts +0 -2
  3558. package/calendar-input/desktop-b5b4c59f.d.ts +0 -2
  3559. package/calendar-input/desktop.d.ts +0 -2
  3560. package/calendar-input/desktop.js +0 -21
  3561. package/calendar-input/esm/Component-10db897e.d.ts +0 -6
  3562. package/calendar-input/esm/Component-69921c40.d.ts +0 -184
  3563. package/calendar-input/esm/Component-89f0cb07.d.ts +0 -38
  3564. package/calendar-input/esm/Component-b5b4c59f.d.ts +0 -389
  3565. package/calendar-input/esm/Component-ebda875c.d.ts +0 -35
  3566. package/calendar-input/esm/Component.desktop-0aa4e915.d.ts +0 -5
  3567. package/calendar-input/esm/Component.desktop-b5b4c59f.d.ts +0 -205
  3568. package/calendar-input/esm/Component.mobile-16b1285a.d.ts +0 -5
  3569. package/calendar-input/esm/Component.responsive-0aa4e915.d.ts +0 -66
  3570. package/calendar-input/esm/desktop-63dec22f.d.ts +0 -2
  3571. package/calendar-input/esm/desktop.d.ts +0 -2
  3572. package/calendar-input/esm/desktop.js +0 -15
  3573. package/calendar-input/esm/index-10db897e.d.ts +0 -55
  3574. package/calendar-input/esm/index-89f0cb07.d.ts +0 -2
  3575. package/calendar-input/esm/index-ebda875c.d.ts +0 -2
  3576. package/calendar-input/esm/index-f034f741.d.ts +0 -80
  3577. package/calendar-input/esm/mobile-c219f8ca.d.ts +0 -1
  3578. package/calendar-input/esm/mobile.d.ts +0 -2
  3579. package/calendar-input/esm/mobile.js +0 -15
  3580. package/calendar-input/esm/shared-f034f741.d.ts +0 -35
  3581. package/calendar-input/esm/shared.d.ts +0 -1
  3582. package/calendar-input/esm/shared.js +0 -6
  3583. package/calendar-input/esm/types-1b036d4b.d.ts +0 -13
  3584. package/calendar-input/esm/types-1c79e231.d.ts +0 -113
  3585. package/calendar-input/esm/typings-5684a67d.d.ts +0 -23
  3586. package/calendar-input/esm/typings-89f0cb07.d.ts +0 -93
  3587. package/calendar-input/esm/useCalendar-5684a67d.d.ts +0 -97
  3588. package/calendar-input/esm/utils-5684a67d.d.ts +0 -88
  3589. package/calendar-input/index-10db897e.d.ts +0 -55
  3590. package/calendar-input/index-89f0cb07.d.ts +0 -2
  3591. package/calendar-input/index-ebda875c.d.ts +0 -2
  3592. package/calendar-input/index-f034f741.d.ts +0 -2
  3593. package/calendar-input/mobile-c219f8ca.d.ts +0 -368
  3594. package/calendar-input/mobile.d.ts +0 -2
  3595. package/calendar-input/mobile.js +0 -21
  3596. package/calendar-input/modern/Component-10db897e.d.ts +0 -6
  3597. package/calendar-input/modern/Component-69921c40.d.ts +0 -184
  3598. package/calendar-input/modern/Component-89f0cb07.d.ts +0 -38
  3599. package/calendar-input/modern/Component-b5b4c59f.d.ts +0 -389
  3600. package/calendar-input/modern/Component-ebda875c.d.ts +0 -35
  3601. package/calendar-input/modern/Component.desktop-0aa4e915.d.ts +0 -5
  3602. package/calendar-input/modern/Component.desktop-b5b4c59f.d.ts +0 -205
  3603. package/calendar-input/modern/Component.mobile-16b1285a.d.ts +0 -5
  3604. package/calendar-input/modern/Component.responsive-0aa4e915.d.ts +0 -66
  3605. package/calendar-input/modern/desktop-63dec22f.d.ts +0 -2
  3606. package/calendar-input/modern/desktop.d.ts +0 -2
  3607. package/calendar-input/modern/desktop.js +0 -14
  3608. package/calendar-input/modern/index-10db897e.d.ts +0 -55
  3609. package/calendar-input/modern/index-89f0cb07.d.ts +0 -2
  3610. package/calendar-input/modern/index-ebda875c.d.ts +0 -2
  3611. package/calendar-input/modern/index-f034f741.d.ts +0 -80
  3612. package/calendar-input/modern/mobile-c219f8ca.d.ts +0 -1
  3613. package/calendar-input/modern/mobile.d.ts +0 -2
  3614. package/calendar-input/modern/mobile.js +0 -14
  3615. package/calendar-input/modern/shared-f034f741.d.ts +0 -35
  3616. package/calendar-input/modern/shared.d.ts +0 -1
  3617. package/calendar-input/modern/shared.js +0 -6
  3618. package/calendar-input/modern/types-1b036d4b.d.ts +0 -13
  3619. package/calendar-input/modern/types-1c79e231.d.ts +0 -113
  3620. package/calendar-input/modern/typings-5684a67d.d.ts +0 -23
  3621. package/calendar-input/modern/typings-89f0cb07.d.ts +0 -93
  3622. package/calendar-input/modern/useCalendar-5684a67d.d.ts +0 -97
  3623. package/calendar-input/modern/utils-5684a67d.d.ts +0 -88
  3624. package/calendar-input/shared-71d94e2b.d.ts +0 -35
  3625. package/calendar-input/shared.d.ts +0 -1
  3626. package/calendar-input/shared.js +0 -20
  3627. package/calendar-input/types-1b036d4b.d.ts +0 -13
  3628. package/calendar-input/types-1c79e231.d.ts +0 -113
  3629. package/calendar-input/typings-5684a67d.d.ts +0 -23
  3630. package/calendar-input/typings-89f0cb07.d.ts +0 -93
  3631. package/calendar-input/useCalendar-5684a67d.d.ts +0 -97
  3632. package/calendar-input/utils-5684a67d.d.ts +0 -88
  3633. package/calendar-input/utils-e0a54580.d.ts +0 -8
  3634. package/calendar-range/Component-5684a67d.d.ts +0 -22
  3635. package/calendar-range/Component-89f0cb07.d.ts +0 -90
  3636. package/calendar-range/Component-e2b6c730.d.ts +0 -23
  3637. package/calendar-range/Component.desktop-0aa4e915.d.ts +0 -5
  3638. package/calendar-range/Component.desktop-e2b6c730.d.ts +0 -138
  3639. package/calendar-range/Component.responsive-0aa4e915.d.ts +0 -67
  3640. package/calendar-range/cssm/Component-5684a67d.d.ts +0 -22
  3641. package/calendar-range/cssm/Component-89f0cb07.d.ts +0 -90
  3642. package/calendar-range/cssm/Component-e2b6c730.d.ts +0 -23
  3643. package/calendar-range/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  3644. package/calendar-range/cssm/Component.desktop-e2b6c730.d.ts +0 -138
  3645. package/calendar-range/cssm/Component.responsive-0aa4e915.d.ts +0 -67
  3646. package/calendar-range/cssm/index-89f0cb07.d.ts +0 -2
  3647. package/calendar-range/cssm/index-ebda875c.d.ts +0 -1
  3648. package/calendar-range/cssm/index-f034f741.d.ts +0 -2
  3649. package/calendar-range/cssm/shared-848397c5.d.ts +0 -35
  3650. package/calendar-range/cssm/shared-c111a9fd.d.ts +0 -13
  3651. package/calendar-range/cssm/typings-5684a67d.d.ts +0 -23
  3652. package/calendar-range/cssm/typings-89f0cb07.d.ts +0 -93
  3653. package/calendar-range/cssm/useCalendar-71d94e2b.d.ts +0 -97
  3654. package/calendar-range/cssm/utils-e0a54580.d.ts +0 -8
  3655. package/calendar-range/cssm/utils-e2b6c730.d.ts +0 -88
  3656. package/calendar-range/desktop-69921c40.d.ts +0 -2
  3657. package/calendar-range/esm/Component-5684a67d.d.ts +0 -22
  3658. package/calendar-range/esm/Component-89f0cb07.d.ts +0 -90
  3659. package/calendar-range/esm/Component-e2b6c730.d.ts +0 -23
  3660. package/calendar-range/esm/Component.desktop-0aa4e915.d.ts +0 -5
  3661. package/calendar-range/esm/Component.desktop-e2b6c730.d.ts +0 -138
  3662. package/calendar-range/esm/Component.responsive-0aa4e915.d.ts +0 -67
  3663. package/calendar-range/esm/desktop-69921c40.d.ts +0 -2
  3664. package/calendar-range/esm/index-89f0cb07.d.ts +0 -2
  3665. package/calendar-range/esm/index-ebda875c.d.ts +0 -1
  3666. package/calendar-range/esm/index-f034f741.d.ts +0 -2
  3667. package/calendar-range/esm/index.module-578f7b22.js +0 -4
  3668. package/calendar-range/esm/shared-848397c5.d.ts +0 -35
  3669. package/calendar-range/esm/shared-c111a9fd.d.ts +0 -13
  3670. package/calendar-range/esm/typings-5684a67d.d.ts +0 -23
  3671. package/calendar-range/esm/typings-89f0cb07.d.ts +0 -93
  3672. package/calendar-range/esm/useCalendar-71d94e2b.d.ts +0 -97
  3673. package/calendar-range/esm/utils-e0a54580.d.ts +0 -8
  3674. package/calendar-range/esm/utils-e2b6c730.d.ts +0 -88
  3675. package/calendar-range/index-89f0cb07.d.ts +0 -2
  3676. package/calendar-range/index-ebda875c.d.ts +0 -1
  3677. package/calendar-range/index-f034f741.d.ts +0 -2
  3678. package/calendar-range/index.module-4e450e1a.js +0 -4
  3679. package/calendar-range/modern/Component-5684a67d.d.ts +0 -22
  3680. package/calendar-range/modern/Component-69921c40.d.ts +0 -24
  3681. package/calendar-range/modern/Component-89f0cb07.d.ts +0 -90
  3682. package/calendar-range/modern/Component-e2b6c730.d.ts +0 -23
  3683. package/calendar-range/modern/Component.desktop-0aa4e915.d.ts +0 -5
  3684. package/calendar-range/modern/Component.desktop-e2b6c730.d.ts +0 -138
  3685. package/calendar-range/modern/Component.responsive-0aa4e915.d.ts +0 -67
  3686. package/calendar-range/modern/desktop-69921c40.d.ts +0 -2
  3687. package/calendar-range/modern/index-89f0cb07.d.ts +0 -2
  3688. package/calendar-range/modern/index-ebda875c.d.ts +0 -1
  3689. package/calendar-range/modern/index-f034f741.d.ts +0 -2
  3690. package/calendar-range/modern/index.module-ce98d7aa.js +0 -4
  3691. package/calendar-range/modern/shared-848397c5.d.ts +0 -35
  3692. package/calendar-range/modern/shared-c111a9fd.d.ts +0 -13
  3693. package/calendar-range/modern/typings-5684a67d.d.ts +0 -23
  3694. package/calendar-range/modern/typings-89f0cb07.d.ts +0 -93
  3695. package/calendar-range/modern/useCalendar-71d94e2b.d.ts +0 -97
  3696. package/calendar-range/modern/utils-e0a54580.d.ts +0 -8
  3697. package/calendar-range/modern/utils-e2b6c730.d.ts +0 -88
  3698. package/calendar-range/shared-848397c5.d.ts +0 -35
  3699. package/calendar-range/shared-c111a9fd.d.ts +0 -13
  3700. package/calendar-range/typings-5684a67d.d.ts +0 -23
  3701. package/calendar-range/typings-89f0cb07.d.ts +0 -93
  3702. package/calendar-range/useCalendar-71d94e2b.d.ts +0 -97
  3703. package/calendar-range/utils-e0a54580.d.ts +0 -8
  3704. package/calendar-range/utils-e2b6c730.d.ts +0 -88
  3705. package/calendar-with-skeleton/Component-69921c40.d.ts +0 -24
  3706. package/calendar-with-skeleton/Component-89f0cb07.d.ts +0 -90
  3707. package/calendar-with-skeleton/Component.desktop-0aa4e915.d.ts +0 -5
  3708. package/calendar-with-skeleton/Component.responsive-0aa4e915.d.ts +0 -67
  3709. package/calendar-with-skeleton/cssm/Component-69921c40.d.ts +0 -24
  3710. package/calendar-with-skeleton/cssm/Component-89f0cb07.d.ts +0 -90
  3711. package/calendar-with-skeleton/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  3712. package/calendar-with-skeleton/cssm/Component.responsive-0aa4e915.d.ts +0 -67
  3713. package/calendar-with-skeleton/cssm/desktop-69921c40.d.ts +0 -2
  3714. package/calendar-with-skeleton/cssm/index-89f0cb07.d.ts +0 -2
  3715. package/calendar-with-skeleton/cssm/index-ebda875c.d.ts +0 -1
  3716. package/calendar-with-skeleton/cssm/typings-89f0cb07.d.ts +0 -93
  3717. package/calendar-with-skeleton/desktop-69921c40.d.ts +0 -2
  3718. package/calendar-with-skeleton/esm/Component-69921c40.d.ts +0 -24
  3719. package/calendar-with-skeleton/esm/Component-89f0cb07.d.ts +0 -90
  3720. package/calendar-with-skeleton/esm/Component.desktop-0aa4e915.d.ts +0 -5
  3721. package/calendar-with-skeleton/esm/Component.responsive-0aa4e915.d.ts +0 -67
  3722. package/calendar-with-skeleton/esm/desktop-69921c40.d.ts +0 -2
  3723. package/calendar-with-skeleton/esm/index-89f0cb07.d.ts +0 -2
  3724. package/calendar-with-skeleton/esm/index-ebda875c.d.ts +0 -1
  3725. package/calendar-with-skeleton/esm/typings-89f0cb07.d.ts +0 -93
  3726. package/calendar-with-skeleton/index-89f0cb07.d.ts +0 -2
  3727. package/calendar-with-skeleton/index-ebda875c.d.ts +0 -1
  3728. package/calendar-with-skeleton/modern/Component-69921c40.d.ts +0 -24
  3729. package/calendar-with-skeleton/modern/Component-89f0cb07.d.ts +0 -90
  3730. package/calendar-with-skeleton/modern/Component.desktop-0aa4e915.d.ts +0 -5
  3731. package/calendar-with-skeleton/modern/Component.responsive-0aa4e915.d.ts +0 -67
  3732. package/calendar-with-skeleton/modern/desktop-69921c40.d.ts +0 -2
  3733. package/calendar-with-skeleton/modern/index-89f0cb07.d.ts +0 -2
  3734. package/calendar-with-skeleton/modern/index-ebda875c.d.ts +0 -1
  3735. package/calendar-with-skeleton/modern/typings-89f0cb07.d.ts +0 -93
  3736. package/calendar-with-skeleton/typings-89f0cb07.d.ts +0 -93
  3737. package/checkbox-group/cssm/desktop.d.ts +0 -2
  3738. package/checkbox-group/cssm/desktop.js +0 -13
  3739. package/checkbox-group/cssm/mobile.d.ts +0 -2
  3740. package/checkbox-group/cssm/mobile.js +0 -13
  3741. package/checkbox-group/desktop.d.ts +0 -2
  3742. package/checkbox-group/desktop.js +0 -11
  3743. package/checkbox-group/esm/desktop.d.ts +0 -2
  3744. package/checkbox-group/esm/desktop.js +0 -5
  3745. package/checkbox-group/esm/mobile.d.ts +0 -2
  3746. package/checkbox-group/esm/mobile.js +0 -5
  3747. package/checkbox-group/mobile.d.ts +0 -2
  3748. package/checkbox-group/mobile.js +0 -11
  3749. package/checkbox-group/modern/desktop.d.ts +0 -2
  3750. package/checkbox-group/modern/desktop.js +0 -4
  3751. package/checkbox-group/modern/mobile.d.ts +0 -2
  3752. package/checkbox-group/modern/mobile.js +0 -4
  3753. package/code-input/cssm/desktop.d.ts +0 -2
  3754. package/code-input/cssm/desktop.js +0 -15
  3755. package/code-input/cssm/mobile.d.ts +0 -2
  3756. package/code-input/cssm/mobile.js +0 -15
  3757. package/code-input/cssm/shared.d.ts +0 -1
  3758. package/code-input/desktop.d.ts +0 -2
  3759. package/code-input/desktop.js +0 -12
  3760. package/code-input/esm/desktop.d.ts +0 -2
  3761. package/code-input/esm/desktop.js +0 -6
  3762. package/code-input/esm/mobile.d.ts +0 -2
  3763. package/code-input/esm/mobile.js +0 -6
  3764. package/code-input/esm/shared.d.ts +0 -1
  3765. package/code-input/mobile.d.ts +0 -2
  3766. package/code-input/mobile.js +0 -12
  3767. package/code-input/modern/desktop.d.ts +0 -2
  3768. package/code-input/modern/desktop.js +0 -5
  3769. package/code-input/modern/mobile.d.ts +0 -2
  3770. package/code-input/modern/mobile.js +0 -5
  3771. package/code-input/modern/shared.d.ts +0 -1
  3772. package/code-input/shared.d.ts +0 -1
  3773. package/confirmation/Component-89f0cb07.d.ts +0 -62
  3774. package/confirmation/countdown-section-3dcecb18.js +0 -47
  3775. package/confirmation/cssm/Component-89f0cb07.d.ts +0 -62
  3776. package/confirmation/cssm/desktop.d.ts +0 -2
  3777. package/confirmation/cssm/desktop.js +0 -38
  3778. package/confirmation/cssm/mobile.d.ts +0 -2
  3779. package/confirmation/cssm/mobile.js +0 -39
  3780. package/confirmation/cssm/shared.d.ts +0 -4
  3781. package/confirmation/cssm/shared.js +0 -41
  3782. package/confirmation/cssm/typings-89f0cb07.d.ts +0 -93
  3783. package/confirmation/desktop.d.ts +0 -2
  3784. package/confirmation/desktop.js +0 -31
  3785. package/confirmation/esm/Component-89f0cb07.d.ts +0 -62
  3786. package/confirmation/esm/countdown-section-9f91f07f.js +0 -41
  3787. package/confirmation/esm/desktop.d.ts +0 -2
  3788. package/confirmation/esm/desktop.js +0 -23
  3789. package/confirmation/esm/mobile.d.ts +0 -2
  3790. package/confirmation/esm/mobile.js +0 -23
  3791. package/confirmation/esm/shared.d.ts +0 -4
  3792. package/confirmation/esm/shared.js +0 -20
  3793. package/confirmation/esm/typings-89f0cb07.d.ts +0 -93
  3794. package/confirmation/mobile.d.ts +0 -2
  3795. package/confirmation/mobile.js +0 -31
  3796. package/confirmation/modern/Component-89f0cb07.d.ts +0 -62
  3797. package/confirmation/modern/countdown-section-f642a386.js +0 -36
  3798. package/confirmation/modern/desktop.d.ts +0 -2
  3799. package/confirmation/modern/desktop.js +0 -22
  3800. package/confirmation/modern/mobile.d.ts +0 -2
  3801. package/confirmation/modern/mobile.js +0 -22
  3802. package/confirmation/modern/shared.d.ts +0 -4
  3803. package/confirmation/modern/shared.js +0 -20
  3804. package/confirmation/modern/typings-89f0cb07.d.ts +0 -93
  3805. package/confirmation/shared.d.ts +0 -4
  3806. package/confirmation/shared.js +0 -35
  3807. package/confirmation/typings-89f0cb07.d.ts +0 -93
  3808. package/confirmation-v1/Component-89f0cb07.d.ts +0 -90
  3809. package/confirmation-v1/cssm/Component-89f0cb07.d.ts +0 -90
  3810. package/confirmation-v1/cssm/desktop-69921c40.d.ts +0 -7
  3811. package/confirmation-v1/cssm/typings-89f0cb07.d.ts +0 -93
  3812. package/confirmation-v1/desktop-69921c40.d.ts +0 -7
  3813. package/confirmation-v1/esm/Component-89f0cb07.d.ts +0 -90
  3814. package/confirmation-v1/esm/desktop-69921c40.d.ts +0 -7
  3815. package/confirmation-v1/esm/typings-89f0cb07.d.ts +0 -93
  3816. package/confirmation-v1/modern/Component-89f0cb07.d.ts +0 -90
  3817. package/confirmation-v1/modern/desktop-69921c40.d.ts +0 -7
  3818. package/confirmation-v1/modern/typings-89f0cb07.d.ts +0 -93
  3819. package/confirmation-v1/typings-89f0cb07.d.ts +0 -93
  3820. package/custom-picker-button/Component-0f4b9bed.d.ts +0 -22
  3821. package/custom-picker-button/Component-10db897e.d.ts +0 -72
  3822. package/custom-picker-button/Component-4cd3936b.d.ts +0 -12
  3823. package/custom-picker-button/Component-69921c40.d.ts +0 -184
  3824. package/custom-picker-button/Component-89f0cb07.d.ts +0 -38
  3825. package/custom-picker-button/Component-8b2c2707.d.ts +0 -12
  3826. package/custom-picker-button/Component-bdb4c6b9.d.ts +0 -12
  3827. package/custom-picker-button/Component-c76d6398.d.ts +0 -5
  3828. package/custom-picker-button/Component-ebda875c.d.ts +0 -12
  3829. package/custom-picker-button/Component.desktop-0aa4e915.d.ts +0 -5
  3830. package/custom-picker-button/Component.desktop-785df74d.d.ts +0 -6
  3831. package/custom-picker-button/Component.mobile-16b1285a.d.ts +0 -5
  3832. package/custom-picker-button/Component.mobile-d446ae02.d.ts +0 -23
  3833. package/custom-picker-button/Component.mobile-d7e9f69d.d.ts +0 -6
  3834. package/custom-picker-button/Component.mobile-f1f15074.d.ts +0 -34
  3835. package/custom-picker-button/Component.mobile-f28cbba0.d.ts +0 -41
  3836. package/custom-picker-button/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  3837. package/custom-picker-button/Context-bdb4c6b9.d.ts +0 -4
  3838. package/custom-picker-button/ResponsiveContext-baf4875b.d.ts +0 -5
  3839. package/custom-picker-button/component-10db897e.d.ts +0 -44
  3840. package/custom-picker-button/consts-f777ba1a.d.ts +0 -2
  3841. package/custom-picker-button/cssm/Component-0f4b9bed.d.ts +0 -22
  3842. package/custom-picker-button/cssm/Component-10db897e.d.ts +0 -72
  3843. package/custom-picker-button/cssm/Component-4cd3936b.d.ts +0 -12
  3844. package/custom-picker-button/cssm/Component-69921c40.d.ts +0 -184
  3845. package/custom-picker-button/cssm/Component-89f0cb07.d.ts +0 -38
  3846. package/custom-picker-button/cssm/Component-8b2c2707.d.ts +0 -12
  3847. package/custom-picker-button/cssm/Component-bdb4c6b9.d.ts +0 -12
  3848. package/custom-picker-button/cssm/Component-c76d6398.d.ts +0 -5
  3849. package/custom-picker-button/cssm/Component-ebda875c.d.ts +0 -12
  3850. package/custom-picker-button/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  3851. package/custom-picker-button/cssm/Component.desktop-785df74d.d.ts +0 -6
  3852. package/custom-picker-button/cssm/Component.mobile-16b1285a.d.ts +0 -5
  3853. package/custom-picker-button/cssm/Component.mobile-d446ae02.d.ts +0 -23
  3854. package/custom-picker-button/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  3855. package/custom-picker-button/cssm/Component.mobile-f1f15074.d.ts +0 -34
  3856. package/custom-picker-button/cssm/Component.mobile-f28cbba0.d.ts +0 -41
  3857. package/custom-picker-button/cssm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  3858. package/custom-picker-button/cssm/Context-bdb4c6b9.d.ts +0 -4
  3859. package/custom-picker-button/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  3860. package/custom-picker-button/cssm/component-10db897e.d.ts +0 -44
  3861. package/custom-picker-button/cssm/consts-f777ba1a.d.ts +0 -2
  3862. package/custom-picker-button/cssm/desktop-89f0cb07.d.ts +0 -2
  3863. package/custom-picker-button/cssm/desktop-d446ae02.d.ts +0 -39
  3864. package/custom-picker-button/cssm/desktop.d.ts +0 -2
  3865. package/custom-picker-button/cssm/desktop.js +0 -15
  3866. package/custom-picker-button/cssm/hook-8abfea97.d.ts +0 -90
  3867. package/custom-picker-button/cssm/index-10db897e.d.ts +0 -50
  3868. package/custom-picker-button/cssm/index-136acbb1.d.ts +0 -28
  3869. package/custom-picker-button/cssm/index-72dda473.d.ts +0 -12
  3870. package/custom-picker-button/cssm/index-8b2c2707.d.ts +0 -6
  3871. package/custom-picker-button/cssm/index-bdb4c6b9.d.ts +0 -2
  3872. package/custom-picker-button/cssm/index-c44170fe.d.ts +0 -18
  3873. package/custom-picker-button/cssm/index-c76d6398.d.ts +0 -2
  3874. package/custom-picker-button/cssm/index-df3978fd.d.ts +0 -4
  3875. package/custom-picker-button/cssm/index-ebda875c.d.ts +0 -37
  3876. package/custom-picker-button/cssm/index-f12ee135.d.ts +0 -3
  3877. package/custom-picker-button/cssm/mobile-89f0cb07.d.ts +0 -2
  3878. package/custom-picker-button/cssm/mobile.d.ts +0 -2
  3879. package/custom-picker-button/cssm/mobile.js +0 -15
  3880. package/custom-picker-button/cssm/shared-4cd3936b.d.ts +0 -66
  3881. package/custom-picker-button/cssm/types-1b036d4b.d.ts +0 -13
  3882. package/custom-picker-button/cssm/types-1c79e231.d.ts +0 -113
  3883. package/custom-picker-button/cssm/types-4480ac4f.d.ts +0 -3
  3884. package/custom-picker-button/cssm/types-67a2d8af.d.ts +0 -276
  3885. package/custom-picker-button/cssm/typings-0f4b9bed.d.ts +0 -576
  3886. package/custom-picker-button/cssm/typings-89f0cb07.d.ts +0 -93
  3887. package/custom-picker-button/cssm/typings-bdb4c6b9.d.ts +0 -52
  3888. package/custom-picker-button/cssm/useSkeleton-ebda875c.d.ts +0 -12
  3889. package/custom-picker-button/cssm/utils-0f4b9bed.d.ts +0 -41
  3890. package/custom-picker-button/cssm/utils-1574ad8b.d.ts +0 -29
  3891. package/custom-picker-button/cssm/utils-49cc3c24.d.ts +0 -8
  3892. package/custom-picker-button/desktop-89f0cb07.d.ts +0 -2
  3893. package/custom-picker-button/desktop-d446ae02.d.ts +0 -39
  3894. package/custom-picker-button/desktop.d.ts +0 -2
  3895. package/custom-picker-button/desktop.js +0 -14
  3896. package/custom-picker-button/esm/Component-0f4b9bed.d.ts +0 -22
  3897. package/custom-picker-button/esm/Component-10db897e.d.ts +0 -72
  3898. package/custom-picker-button/esm/Component-4cd3936b.d.ts +0 -12
  3899. package/custom-picker-button/esm/Component-69921c40.d.ts +0 -184
  3900. package/custom-picker-button/esm/Component-89f0cb07.d.ts +0 -38
  3901. package/custom-picker-button/esm/Component-8b2c2707.d.ts +0 -12
  3902. package/custom-picker-button/esm/Component-bdb4c6b9.d.ts +0 -12
  3903. package/custom-picker-button/esm/Component-c76d6398.d.ts +0 -5
  3904. package/custom-picker-button/esm/Component-ebda875c.d.ts +0 -12
  3905. package/custom-picker-button/esm/Component.desktop-0aa4e915.d.ts +0 -5
  3906. package/custom-picker-button/esm/Component.desktop-785df74d.d.ts +0 -6
  3907. package/custom-picker-button/esm/Component.mobile-16b1285a.d.ts +0 -5
  3908. package/custom-picker-button/esm/Component.mobile-d446ae02.d.ts +0 -23
  3909. package/custom-picker-button/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  3910. package/custom-picker-button/esm/Component.mobile-f1f15074.d.ts +0 -34
  3911. package/custom-picker-button/esm/Component.mobile-f28cbba0.d.ts +0 -41
  3912. package/custom-picker-button/esm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  3913. package/custom-picker-button/esm/Context-bdb4c6b9.d.ts +0 -4
  3914. package/custom-picker-button/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  3915. package/custom-picker-button/esm/component-10db897e.d.ts +0 -44
  3916. package/custom-picker-button/esm/consts-f777ba1a.d.ts +0 -2
  3917. package/custom-picker-button/esm/desktop-89f0cb07.d.ts +0 -2
  3918. package/custom-picker-button/esm/desktop-d446ae02.d.ts +0 -39
  3919. package/custom-picker-button/esm/desktop.d.ts +0 -2
  3920. package/custom-picker-button/esm/desktop.js +0 -8
  3921. package/custom-picker-button/esm/hook-8abfea97.d.ts +0 -90
  3922. package/custom-picker-button/esm/index-10db897e.d.ts +0 -50
  3923. package/custom-picker-button/esm/index-136acbb1.d.ts +0 -28
  3924. package/custom-picker-button/esm/index-72dda473.d.ts +0 -12
  3925. package/custom-picker-button/esm/index-8b2c2707.d.ts +0 -6
  3926. package/custom-picker-button/esm/index-bdb4c6b9.d.ts +0 -2
  3927. package/custom-picker-button/esm/index-c44170fe.d.ts +0 -18
  3928. package/custom-picker-button/esm/index-c76d6398.d.ts +0 -2
  3929. package/custom-picker-button/esm/index-df3978fd.d.ts +0 -4
  3930. package/custom-picker-button/esm/index-ebda875c.d.ts +0 -37
  3931. package/custom-picker-button/esm/index-f12ee135.d.ts +0 -3
  3932. package/custom-picker-button/esm/mobile-89f0cb07.d.ts +0 -2
  3933. package/custom-picker-button/esm/mobile.d.ts +0 -2
  3934. package/custom-picker-button/esm/mobile.js +0 -8
  3935. package/custom-picker-button/esm/shared-4cd3936b.d.ts +0 -66
  3936. package/custom-picker-button/esm/types-1b036d4b.d.ts +0 -13
  3937. package/custom-picker-button/esm/types-1c79e231.d.ts +0 -113
  3938. package/custom-picker-button/esm/types-4480ac4f.d.ts +0 -3
  3939. package/custom-picker-button/esm/types-67a2d8af.d.ts +0 -276
  3940. package/custom-picker-button/esm/typings-0f4b9bed.d.ts +0 -576
  3941. package/custom-picker-button/esm/typings-89f0cb07.d.ts +0 -93
  3942. package/custom-picker-button/esm/typings-bdb4c6b9.d.ts +0 -52
  3943. package/custom-picker-button/esm/useSkeleton-ebda875c.d.ts +0 -12
  3944. package/custom-picker-button/esm/utils-0f4b9bed.d.ts +0 -41
  3945. package/custom-picker-button/esm/utils-1574ad8b.d.ts +0 -29
  3946. package/custom-picker-button/esm/utils-49cc3c24.d.ts +0 -8
  3947. package/custom-picker-button/hook-8abfea97.d.ts +0 -90
  3948. package/custom-picker-button/index-10db897e.d.ts +0 -50
  3949. package/custom-picker-button/index-136acbb1.d.ts +0 -28
  3950. package/custom-picker-button/index-72dda473.d.ts +0 -12
  3951. package/custom-picker-button/index-8b2c2707.d.ts +0 -6
  3952. package/custom-picker-button/index-bdb4c6b9.d.ts +0 -2
  3953. package/custom-picker-button/index-c44170fe.d.ts +0 -18
  3954. package/custom-picker-button/index-c76d6398.d.ts +0 -2
  3955. package/custom-picker-button/index-df3978fd.d.ts +0 -4
  3956. package/custom-picker-button/index-ebda875c.d.ts +0 -37
  3957. package/custom-picker-button/index-f12ee135.d.ts +0 -3
  3958. package/custom-picker-button/mobile-89f0cb07.d.ts +0 -2
  3959. package/custom-picker-button/mobile.d.ts +0 -2
  3960. package/custom-picker-button/mobile.js +0 -14
  3961. package/custom-picker-button/modern/Component-0f4b9bed.d.ts +0 -22
  3962. package/custom-picker-button/modern/Component-10db897e.d.ts +0 -72
  3963. package/custom-picker-button/modern/Component-4cd3936b.d.ts +0 -12
  3964. package/custom-picker-button/modern/Component-69921c40.d.ts +0 -184
  3965. package/custom-picker-button/modern/Component-89f0cb07.d.ts +0 -38
  3966. package/custom-picker-button/modern/Component-8b2c2707.d.ts +0 -12
  3967. package/custom-picker-button/modern/Component-bdb4c6b9.d.ts +0 -12
  3968. package/custom-picker-button/modern/Component-c76d6398.d.ts +0 -5
  3969. package/custom-picker-button/modern/Component-ebda875c.d.ts +0 -12
  3970. package/custom-picker-button/modern/Component.desktop-0aa4e915.d.ts +0 -5
  3971. package/custom-picker-button/modern/Component.desktop-785df74d.d.ts +0 -6
  3972. package/custom-picker-button/modern/Component.mobile-16b1285a.d.ts +0 -5
  3973. package/custom-picker-button/modern/Component.mobile-d446ae02.d.ts +0 -23
  3974. package/custom-picker-button/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  3975. package/custom-picker-button/modern/Component.mobile-f1f15074.d.ts +0 -34
  3976. package/custom-picker-button/modern/Component.mobile-f28cbba0.d.ts +0 -41
  3977. package/custom-picker-button/modern/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  3978. package/custom-picker-button/modern/Context-bdb4c6b9.d.ts +0 -4
  3979. package/custom-picker-button/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  3980. package/custom-picker-button/modern/component-10db897e.d.ts +0 -44
  3981. package/custom-picker-button/modern/consts-f777ba1a.d.ts +0 -2
  3982. package/custom-picker-button/modern/desktop-89f0cb07.d.ts +0 -2
  3983. package/custom-picker-button/modern/desktop-d446ae02.d.ts +0 -39
  3984. package/custom-picker-button/modern/desktop.d.ts +0 -2
  3985. package/custom-picker-button/modern/desktop.js +0 -7
  3986. package/custom-picker-button/modern/hook-8abfea97.d.ts +0 -90
  3987. package/custom-picker-button/modern/index-10db897e.d.ts +0 -50
  3988. package/custom-picker-button/modern/index-136acbb1.d.ts +0 -28
  3989. package/custom-picker-button/modern/index-72dda473.d.ts +0 -12
  3990. package/custom-picker-button/modern/index-8b2c2707.d.ts +0 -6
  3991. package/custom-picker-button/modern/index-bdb4c6b9.d.ts +0 -2
  3992. package/custom-picker-button/modern/index-c44170fe.d.ts +0 -18
  3993. package/custom-picker-button/modern/index-c76d6398.d.ts +0 -2
  3994. package/custom-picker-button/modern/index-df3978fd.d.ts +0 -4
  3995. package/custom-picker-button/modern/index-ebda875c.d.ts +0 -37
  3996. package/custom-picker-button/modern/index-f12ee135.d.ts +0 -3
  3997. package/custom-picker-button/modern/mobile-89f0cb07.d.ts +0 -2
  3998. package/custom-picker-button/modern/mobile.d.ts +0 -2
  3999. package/custom-picker-button/modern/mobile.js +0 -7
  4000. package/custom-picker-button/modern/shared-4cd3936b.d.ts +0 -66
  4001. package/custom-picker-button/modern/types-1b036d4b.d.ts +0 -13
  4002. package/custom-picker-button/modern/types-1c79e231.d.ts +0 -113
  4003. package/custom-picker-button/modern/types-4480ac4f.d.ts +0 -3
  4004. package/custom-picker-button/modern/types-67a2d8af.d.ts +0 -276
  4005. package/custom-picker-button/modern/typings-0f4b9bed.d.ts +0 -576
  4006. package/custom-picker-button/modern/typings-89f0cb07.d.ts +0 -93
  4007. package/custom-picker-button/modern/typings-bdb4c6b9.d.ts +0 -52
  4008. package/custom-picker-button/modern/useSkeleton-ebda875c.d.ts +0 -12
  4009. package/custom-picker-button/modern/utils-0f4b9bed.d.ts +0 -41
  4010. package/custom-picker-button/modern/utils-1574ad8b.d.ts +0 -29
  4011. package/custom-picker-button/modern/utils-49cc3c24.d.ts +0 -8
  4012. package/custom-picker-button/shared-4cd3936b.d.ts +0 -66
  4013. package/custom-picker-button/types-1b036d4b.d.ts +0 -13
  4014. package/custom-picker-button/types-1c79e231.d.ts +0 -113
  4015. package/custom-picker-button/types-4480ac4f.d.ts +0 -3
  4016. package/custom-picker-button/types-67a2d8af.d.ts +0 -276
  4017. package/custom-picker-button/typings-0f4b9bed.d.ts +0 -576
  4018. package/custom-picker-button/typings-89f0cb07.d.ts +0 -93
  4019. package/custom-picker-button/typings-bdb4c6b9.d.ts +0 -52
  4020. package/custom-picker-button/useSkeleton-ebda875c.d.ts +0 -12
  4021. package/custom-picker-button/utils-0f4b9bed.d.ts +0 -41
  4022. package/custom-picker-button/utils-1574ad8b.d.ts +0 -29
  4023. package/custom-picker-button/utils-49cc3c24.d.ts +0 -8
  4024. package/date-range-input/Component-10db897e.d.ts +0 -6
  4025. package/date-range-input/Component-69921c40.d.ts +0 -184
  4026. package/date-range-input/Component-72dda473.d.ts +0 -53
  4027. package/date-range-input/Component-89f0cb07.d.ts +0 -38
  4028. package/date-range-input/Component-b5b4c59f.d.ts +0 -389
  4029. package/date-range-input/Component.desktop-0aa4e915.d.ts +0 -5
  4030. package/date-range-input/Component.desktop-785df74d.d.ts +0 -6
  4031. package/date-range-input/Component.desktop-b5b4c59f.d.ts +0 -205
  4032. package/date-range-input/Component.mobile-16b1285a.d.ts +0 -5
  4033. package/date-range-input/Component.mobile-d7e9f69d.d.ts +0 -6
  4034. package/date-range-input/Component.mobile-ebda875c.d.ts +0 -7
  4035. package/date-range-input/Component.responsive-0aa4e915.d.ts +0 -5
  4036. package/date-range-input/Component.responsive-785df74d.d.ts +0 -26
  4037. package/date-range-input/cssm/Component-10db897e.d.ts +0 -6
  4038. package/date-range-input/cssm/Component-69921c40.d.ts +0 -184
  4039. package/date-range-input/cssm/Component-72dda473.d.ts +0 -53
  4040. package/date-range-input/cssm/Component-89f0cb07.d.ts +0 -38
  4041. package/date-range-input/cssm/Component-b5b4c59f.d.ts +0 -389
  4042. package/date-range-input/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  4043. package/date-range-input/cssm/Component.desktop-785df74d.d.ts +0 -6
  4044. package/date-range-input/cssm/Component.desktop-b5b4c59f.d.ts +0 -205
  4045. package/date-range-input/cssm/Component.mobile-16b1285a.d.ts +0 -5
  4046. package/date-range-input/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  4047. package/date-range-input/cssm/Component.mobile-ebda875c.d.ts +0 -7
  4048. package/date-range-input/cssm/Component.responsive-0aa4e915.d.ts +0 -5
  4049. package/date-range-input/cssm/Component.responsive-785df74d.d.ts +0 -26
  4050. package/date-range-input/cssm/desktop-63dec22f.d.ts +0 -2
  4051. package/date-range-input/cssm/desktop-69921c40.d.ts +0 -2
  4052. package/date-range-input/cssm/desktop.d.ts +0 -2
  4053. package/date-range-input/cssm/desktop.js +0 -24
  4054. package/date-range-input/cssm/index-10db897e.d.ts +0 -50
  4055. package/date-range-input/cssm/index-3109f463.d.ts +0 -62
  4056. package/date-range-input/cssm/index-72dda473.d.ts +0 -12
  4057. package/date-range-input/cssm/index-89f0cb07.d.ts +0 -2
  4058. package/date-range-input/cssm/index-ebda875c.d.ts +0 -35
  4059. package/date-range-input/cssm/index-f034f741.d.ts +0 -80
  4060. package/date-range-input/cssm/mobile-c219f8ca.d.ts +0 -1
  4061. package/date-range-input/cssm/mobile.d.ts +0 -2
  4062. package/date-range-input/cssm/mobile.js +0 -24
  4063. package/date-range-input/cssm/types-1b036d4b.d.ts +0 -13
  4064. package/date-range-input/cssm/types-1c79e231.d.ts +0 -113
  4065. package/date-range-input/cssm/typings-5684a67d.d.ts +0 -23
  4066. package/date-range-input/cssm/typings-89f0cb07.d.ts +0 -93
  4067. package/date-range-input/cssm/useCalendar-5684a67d.d.ts +0 -97
  4068. package/date-range-input/cssm/useSkeleton-1b036d4b.d.ts +0 -40
  4069. package/date-range-input/cssm/utils-5684a67d.d.ts +0 -88
  4070. package/date-range-input/desktop-63dec22f.d.ts +0 -2
  4071. package/date-range-input/desktop-69921c40.d.ts +0 -2
  4072. package/date-range-input/desktop.d.ts +0 -2
  4073. package/date-range-input/desktop.js +0 -23
  4074. package/date-range-input/esm/Component-10db897e.d.ts +0 -297
  4075. package/date-range-input/esm/Component-69921c40.d.ts +0 -184
  4076. package/date-range-input/esm/Component-72dda473.d.ts +0 -53
  4077. package/date-range-input/esm/Component-89f0cb07.d.ts +0 -38
  4078. package/date-range-input/esm/Component-b5b4c59f.d.ts +0 -389
  4079. package/date-range-input/esm/Component.desktop-0aa4e915.d.ts +0 -5
  4080. package/date-range-input/esm/Component.desktop-785df74d.d.ts +0 -6
  4081. package/date-range-input/esm/Component.desktop-b5b4c59f.d.ts +0 -198
  4082. package/date-range-input/esm/Component.mobile-89f0cb07.d.ts +0 -5
  4083. package/date-range-input/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  4084. package/date-range-input/esm/Component.mobile-ebda875c.d.ts +0 -7
  4085. package/date-range-input/esm/Component.responsive-0aa4e915.d.ts +0 -5
  4086. package/date-range-input/esm/Component.responsive-785df74d.d.ts +0 -26
  4087. package/date-range-input/esm/desktop-63dec22f.d.ts +0 -2
  4088. package/date-range-input/esm/desktop-69921c40.d.ts +0 -2
  4089. package/date-range-input/esm/desktop.d.ts +0 -2
  4090. package/date-range-input/esm/desktop.js +0 -17
  4091. package/date-range-input/esm/index-10db897e.d.ts +0 -50
  4092. package/date-range-input/esm/index-3109f463.d.ts +0 -62
  4093. package/date-range-input/esm/index-72dda473.d.ts +0 -12
  4094. package/date-range-input/esm/index-89f0cb07.d.ts +0 -2
  4095. package/date-range-input/esm/index-ebda875c.d.ts +0 -2
  4096. package/date-range-input/esm/index-f034f741.d.ts +0 -83
  4097. package/date-range-input/esm/mobile-c219f8ca.d.ts +0 -1
  4098. package/date-range-input/esm/mobile.d.ts +0 -2
  4099. package/date-range-input/esm/mobile.js +0 -17
  4100. package/date-range-input/esm/types-1b036d4b.d.ts +0 -13
  4101. package/date-range-input/esm/types-1c79e231.d.ts +0 -113
  4102. package/date-range-input/esm/typings-5684a67d.d.ts +0 -23
  4103. package/date-range-input/esm/typings-89f0cb07.d.ts +0 -93
  4104. package/date-range-input/esm/useCalendar-5684a67d.d.ts +0 -97
  4105. package/date-range-input/esm/useSkeleton-1b036d4b.d.ts +0 -40
  4106. package/date-range-input/esm/utils-5684a67d.d.ts +0 -88
  4107. package/date-range-input/index-10db897e.d.ts +0 -50
  4108. package/date-range-input/index-3109f463.d.ts +0 -62
  4109. package/date-range-input/index-72dda473.d.ts +0 -12
  4110. package/date-range-input/index-89f0cb07.d.ts +0 -2
  4111. package/date-range-input/index-ebda875c.d.ts +0 -35
  4112. package/date-range-input/index-f034f741.d.ts +0 -80
  4113. package/date-range-input/mobile-c219f8ca.d.ts +0 -1
  4114. package/date-range-input/mobile.d.ts +0 -2
  4115. package/date-range-input/mobile.js +0 -23
  4116. package/date-range-input/modern/Component-10db897e.d.ts +0 -6
  4117. package/date-range-input/modern/Component-69921c40.d.ts +0 -184
  4118. package/date-range-input/modern/Component-72dda473.d.ts +0 -53
  4119. package/date-range-input/modern/Component-89f0cb07.d.ts +0 -38
  4120. package/date-range-input/modern/Component-b5b4c59f.d.ts +0 -389
  4121. package/date-range-input/modern/Component.desktop-0aa4e915.d.ts +0 -5
  4122. package/date-range-input/modern/Component.desktop-785df74d.d.ts +0 -6
  4123. package/date-range-input/modern/Component.desktop-b5b4c59f.d.ts +0 -205
  4124. package/date-range-input/modern/Component.mobile-16b1285a.d.ts +0 -5
  4125. package/date-range-input/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  4126. package/date-range-input/modern/Component.mobile-ebda875c.d.ts +0 -7
  4127. package/date-range-input/modern/Component.responsive-0aa4e915.d.ts +0 -5
  4128. package/date-range-input/modern/Component.responsive-785df74d.d.ts +0 -26
  4129. package/date-range-input/modern/desktop-63dec22f.d.ts +0 -2
  4130. package/date-range-input/modern/desktop-69921c40.d.ts +0 -2
  4131. package/date-range-input/modern/desktop.d.ts +0 -2
  4132. package/date-range-input/modern/desktop.js +0 -16
  4133. package/date-range-input/modern/index-10db897e.d.ts +0 -50
  4134. package/date-range-input/modern/index-3109f463.d.ts +0 -62
  4135. package/date-range-input/modern/index-72dda473.d.ts +0 -12
  4136. package/date-range-input/modern/index-89f0cb07.d.ts +0 -2
  4137. package/date-range-input/modern/index-ebda875c.d.ts +0 -35
  4138. package/date-range-input/modern/index-f034f741.d.ts +0 -80
  4139. package/date-range-input/modern/mobile-c219f8ca.d.ts +0 -1
  4140. package/date-range-input/modern/mobile.d.ts +0 -2
  4141. package/date-range-input/modern/mobile.js +0 -16
  4142. package/date-range-input/modern/types-1b036d4b.d.ts +0 -13
  4143. package/date-range-input/modern/types-1c79e231.d.ts +0 -113
  4144. package/date-range-input/modern/typings-5684a67d.d.ts +0 -23
  4145. package/date-range-input/modern/typings-89f0cb07.d.ts +0 -93
  4146. package/date-range-input/modern/useCalendar-5684a67d.d.ts +0 -97
  4147. package/date-range-input/modern/useSkeleton-1b036d4b.d.ts +0 -40
  4148. package/date-range-input/modern/utils-5684a67d.d.ts +0 -88
  4149. package/date-range-input/types-1b036d4b.d.ts +0 -13
  4150. package/date-range-input/types-1c79e231.d.ts +0 -113
  4151. package/date-range-input/typings-5684a67d.d.ts +0 -23
  4152. package/date-range-input/typings-89f0cb07.d.ts +0 -93
  4153. package/date-range-input/useCalendar-5684a67d.d.ts +0 -97
  4154. package/date-range-input/useSkeleton-1b036d4b.d.ts +0 -40
  4155. package/date-range-input/utils-5684a67d.d.ts +0 -88
  4156. package/date-time-input/Component-10db897e.d.ts +0 -6
  4157. package/date-time-input/Component-69921c40.d.ts +0 -184
  4158. package/date-time-input/Component-72dda473.d.ts +0 -53
  4159. package/date-time-input/Component-89f0cb07.d.ts +0 -38
  4160. package/date-time-input/Component-b5b4c59f.d.ts +0 -389
  4161. package/date-time-input/Component.desktop-0aa4e915.d.ts +0 -5
  4162. package/date-time-input/Component.desktop-785df74d.d.ts +0 -6
  4163. package/date-time-input/Component.desktop-b5b4c59f.d.ts +0 -205
  4164. package/date-time-input/Component.mobile-16b1285a.d.ts +0 -5
  4165. package/date-time-input/Component.mobile-d7e9f69d.d.ts +0 -6
  4166. package/date-time-input/Component.mobile-ebda875c.d.ts +0 -7
  4167. package/date-time-input/Component.responsive-0aa4e915.d.ts +0 -5
  4168. package/date-time-input/Component.responsive-785df74d.d.ts +0 -26
  4169. package/date-time-input/cssm/Component-10db897e.d.ts +0 -6
  4170. package/date-time-input/cssm/Component-69921c40.d.ts +0 -184
  4171. package/date-time-input/cssm/Component-72dda473.d.ts +0 -53
  4172. package/date-time-input/cssm/Component-89f0cb07.d.ts +0 -38
  4173. package/date-time-input/cssm/Component-b5b4c59f.d.ts +0 -389
  4174. package/date-time-input/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  4175. package/date-time-input/cssm/Component.desktop-785df74d.d.ts +0 -6
  4176. package/date-time-input/cssm/Component.desktop-b5b4c59f.d.ts +0 -205
  4177. package/date-time-input/cssm/Component.mobile-16b1285a.d.ts +0 -5
  4178. package/date-time-input/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  4179. package/date-time-input/cssm/Component.mobile-ebda875c.d.ts +0 -7
  4180. package/date-time-input/cssm/Component.responsive-0aa4e915.d.ts +0 -5
  4181. package/date-time-input/cssm/Component.responsive-785df74d.d.ts +0 -26
  4182. package/date-time-input/cssm/desktop-63dec22f.d.ts +0 -2
  4183. package/date-time-input/cssm/desktop-69921c40.d.ts +0 -2
  4184. package/date-time-input/cssm/desktop.d.ts +0 -2
  4185. package/date-time-input/cssm/desktop.js +0 -23
  4186. package/date-time-input/cssm/index-10db897e.d.ts +0 -50
  4187. package/date-time-input/cssm/index-3109f463.d.ts +0 -62
  4188. package/date-time-input/cssm/index-72dda473.d.ts +0 -12
  4189. package/date-time-input/cssm/index-89f0cb07.d.ts +0 -2
  4190. package/date-time-input/cssm/index-ebda875c.d.ts +0 -35
  4191. package/date-time-input/cssm/index-f034f741.d.ts +0 -80
  4192. package/date-time-input/cssm/mobile-c219f8ca.d.ts +0 -1
  4193. package/date-time-input/cssm/mobile.d.ts +0 -2
  4194. package/date-time-input/cssm/mobile.js +0 -23
  4195. package/date-time-input/cssm/types-1b036d4b.d.ts +0 -13
  4196. package/date-time-input/cssm/types-1c79e231.d.ts +0 -113
  4197. package/date-time-input/cssm/typings-5684a67d.d.ts +0 -23
  4198. package/date-time-input/cssm/typings-89f0cb07.d.ts +0 -93
  4199. package/date-time-input/cssm/useCalendar-5684a67d.d.ts +0 -97
  4200. package/date-time-input/cssm/useSkeleton-1b036d4b.d.ts +0 -40
  4201. package/date-time-input/cssm/utils-5684a67d.d.ts +0 -88
  4202. package/date-time-input/desktop-63dec22f.d.ts +0 -2
  4203. package/date-time-input/desktop-69921c40.d.ts +0 -2
  4204. package/date-time-input/desktop.d.ts +0 -2
  4205. package/date-time-input/desktop.js +0 -22
  4206. package/date-time-input/esm/Component-10db897e.d.ts +0 -6
  4207. package/date-time-input/esm/Component-69921c40.d.ts +0 -184
  4208. package/date-time-input/esm/Component-72dda473.d.ts +0 -53
  4209. package/date-time-input/esm/Component-89f0cb07.d.ts +0 -38
  4210. package/date-time-input/esm/Component-b5b4c59f.d.ts +0 -389
  4211. package/date-time-input/esm/Component.desktop-0aa4e915.d.ts +0 -5
  4212. package/date-time-input/esm/Component.desktop-785df74d.d.ts +0 -6
  4213. package/date-time-input/esm/Component.desktop-b5b4c59f.d.ts +0 -205
  4214. package/date-time-input/esm/Component.mobile-16b1285a.d.ts +0 -5
  4215. package/date-time-input/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  4216. package/date-time-input/esm/Component.mobile-ebda875c.d.ts +0 -7
  4217. package/date-time-input/esm/Component.responsive-0aa4e915.d.ts +0 -5
  4218. package/date-time-input/esm/Component.responsive-785df74d.d.ts +0 -26
  4219. package/date-time-input/esm/desktop-63dec22f.d.ts +0 -2
  4220. package/date-time-input/esm/desktop-69921c40.d.ts +0 -2
  4221. package/date-time-input/esm/desktop.d.ts +0 -2
  4222. package/date-time-input/esm/desktop.js +0 -16
  4223. package/date-time-input/esm/index-10db897e.d.ts +0 -50
  4224. package/date-time-input/esm/index-3109f463.d.ts +0 -62
  4225. package/date-time-input/esm/index-72dda473.d.ts +0 -12
  4226. package/date-time-input/esm/index-89f0cb07.d.ts +0 -2
  4227. package/date-time-input/esm/index-ebda875c.d.ts +0 -35
  4228. package/date-time-input/esm/index-f034f741.d.ts +0 -80
  4229. package/date-time-input/esm/mobile-c219f8ca.d.ts +0 -1
  4230. package/date-time-input/esm/mobile.d.ts +0 -2
  4231. package/date-time-input/esm/mobile.js +0 -16
  4232. package/date-time-input/esm/types-1b036d4b.d.ts +0 -13
  4233. package/date-time-input/esm/types-1c79e231.d.ts +0 -113
  4234. package/date-time-input/esm/typings-5684a67d.d.ts +0 -23
  4235. package/date-time-input/esm/typings-89f0cb07.d.ts +0 -93
  4236. package/date-time-input/esm/useCalendar-5684a67d.d.ts +0 -97
  4237. package/date-time-input/esm/useSkeleton-1b036d4b.d.ts +0 -40
  4238. package/date-time-input/esm/utils-5684a67d.d.ts +0 -88
  4239. package/date-time-input/index-10db897e.d.ts +0 -50
  4240. package/date-time-input/index-3109f463.d.ts +0 -62
  4241. package/date-time-input/index-72dda473.d.ts +0 -12
  4242. package/date-time-input/index-89f0cb07.d.ts +0 -2
  4243. package/date-time-input/index-ebda875c.d.ts +0 -35
  4244. package/date-time-input/index-f034f741.d.ts +0 -80
  4245. package/date-time-input/mobile-c219f8ca.d.ts +0 -1
  4246. package/date-time-input/mobile.d.ts +0 -2
  4247. package/date-time-input/mobile.js +0 -22
  4248. package/date-time-input/modern/Component-10db897e.d.ts +0 -297
  4249. package/date-time-input/modern/Component-5684a67d.d.ts +0 -23
  4250. package/date-time-input/modern/Component-69921c40.d.ts +0 -24
  4251. package/date-time-input/modern/Component-72dda473.d.ts +0 -53
  4252. package/date-time-input/modern/Component-89f0cb07.d.ts +0 -38
  4253. package/date-time-input/modern/Component-e2b6c730.d.ts +0 -76
  4254. package/date-time-input/modern/Component.desktop-785df74d.d.ts +0 -6
  4255. package/date-time-input/modern/Component.desktop-89f0cb07.d.ts +0 -5
  4256. package/date-time-input/modern/Component.desktop-b5b4c59f.d.ts +0 -138
  4257. package/date-time-input/modern/Component.desktop-ebda875c.d.ts +0 -7
  4258. package/date-time-input/modern/Component.mobile-16b1285a.d.ts +0 -5
  4259. package/date-time-input/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  4260. package/date-time-input/modern/Component.responsive-16b1285a.d.ts +0 -5
  4261. package/date-time-input/modern/Component.responsive-d7e9f69d.d.ts +0 -26
  4262. package/date-time-input/modern/desktop-89f0cb07.d.ts +0 -2
  4263. package/date-time-input/modern/desktop-b5b4c59f.d.ts +0 -2
  4264. package/date-time-input/modern/desktop.d.ts +0 -2
  4265. package/date-time-input/modern/desktop.js +0 -15
  4266. package/date-time-input/modern/index-10db897e.d.ts +0 -50
  4267. package/date-time-input/modern/index-3109f463.d.ts +0 -62
  4268. package/date-time-input/modern/index-72dda473.d.ts +0 -12
  4269. package/date-time-input/modern/index-89f0cb07.d.ts +0 -2
  4270. package/date-time-input/modern/index-ebda875c.d.ts +0 -2
  4271. package/date-time-input/modern/index-f034f741.d.ts +0 -2
  4272. package/date-time-input/modern/mobile-c219f8ca.d.ts +0 -368
  4273. package/date-time-input/modern/mobile.d.ts +0 -2
  4274. package/date-time-input/modern/mobile.js +0 -15
  4275. package/date-time-input/modern/types-1b036d4b.d.ts +0 -13
  4276. package/date-time-input/modern/types-1c79e231.d.ts +0 -113
  4277. package/date-time-input/modern/typings-5684a67d.d.ts +0 -23
  4278. package/date-time-input/modern/typings-89f0cb07.d.ts +0 -93
  4279. package/date-time-input/modern/useCalendar-5684a67d.d.ts +0 -97
  4280. package/date-time-input/modern/useSkeleton-1b036d4b.d.ts +0 -40
  4281. package/date-time-input/modern/utils-5684a67d.d.ts +0 -88
  4282. package/date-time-input/modern/utils-e0a54580.d.ts +0 -8
  4283. package/date-time-input/types-1b036d4b.d.ts +0 -13
  4284. package/date-time-input/types-1c79e231.d.ts +0 -113
  4285. package/date-time-input/typings-5684a67d.d.ts +0 -23
  4286. package/date-time-input/typings-89f0cb07.d.ts +0 -93
  4287. package/date-time-input/useCalendar-5684a67d.d.ts +0 -97
  4288. package/date-time-input/useSkeleton-1b036d4b.d.ts +0 -40
  4289. package/date-time-input/utils-5684a67d.d.ts +0 -88
  4290. package/filter-tag/cssm/desktop.d.ts +0 -2
  4291. package/filter-tag/cssm/desktop.js +0 -18
  4292. package/filter-tag/cssm/mobile.d.ts +0 -2
  4293. package/filter-tag/cssm/mobile.js +0 -18
  4294. package/filter-tag/desktop.d.ts +0 -2
  4295. package/filter-tag/desktop.js +0 -16
  4296. package/filter-tag/esm/desktop.d.ts +0 -2
  4297. package/filter-tag/esm/desktop.js +0 -10
  4298. package/filter-tag/esm/mobile.d.ts +0 -2
  4299. package/filter-tag/esm/mobile.js +0 -10
  4300. package/filter-tag/mobile.d.ts +0 -2
  4301. package/filter-tag/mobile.js +0 -16
  4302. package/filter-tag/modern/desktop.d.ts +0 -2
  4303. package/filter-tag/modern/desktop.js +0 -9
  4304. package/filter-tag/modern/mobile.d.ts +0 -2
  4305. package/filter-tag/modern/mobile.js +0 -9
  4306. package/form-control/cssm/desktop.d.ts +0 -2
  4307. package/form-control/cssm/desktop.js +0 -18
  4308. package/form-control/cssm/mobile.d.ts +0 -2
  4309. package/form-control/cssm/mobile.js +0 -18
  4310. package/form-control/desktop.d.ts +0 -2
  4311. package/form-control/desktop.js +0 -12
  4312. package/form-control/esm/desktop.d.ts +0 -2
  4313. package/form-control/esm/desktop.js +0 -6
  4314. package/form-control/esm/mobile.d.ts +0 -2
  4315. package/form-control/esm/mobile.js +0 -6
  4316. package/form-control/mobile.d.ts +0 -2
  4317. package/form-control/mobile.js +0 -12
  4318. package/form-control/modern/desktop.d.ts +0 -2
  4319. package/form-control/modern/desktop.js +0 -5
  4320. package/form-control/modern/mobile.d.ts +0 -2
  4321. package/form-control/modern/mobile.js +0 -5
  4322. package/gallery/Component-10db897e.d.ts +0 -38
  4323. package/gallery/buttons-ef2e58f2.d.ts +0 -341
  4324. package/gallery/buttons-ef2e58f2.js +0 -35
  4325. package/gallery/cssm/Component-10db897e.d.ts +0 -38
  4326. package/gallery/cssm/index-10db897e.d.ts +0 -50
  4327. package/gallery/cssm/index-72dda473.d.ts +0 -12
  4328. package/gallery/cssm/index-ebda875c.d.ts +0 -35
  4329. package/gallery/cssm/types-1c79e231.d.ts +0 -113
  4330. package/gallery/cssm/typings-89f0cb07.d.ts +0 -93
  4331. package/gallery/esm/Component-10db897e.d.ts +0 -38
  4332. package/gallery/esm/buttons-80a64e3d.d.ts +0 -341
  4333. package/gallery/esm/buttons-80a64e3d.js +0 -27
  4334. package/gallery/esm/index-10db897e.d.ts +0 -50
  4335. package/gallery/esm/index-72dda473.d.ts +0 -12
  4336. package/gallery/esm/index-ebda875c.d.ts +0 -35
  4337. package/gallery/esm/slide-855e46a2.js +0 -41
  4338. package/gallery/esm/types-1c79e231.d.ts +0 -113
  4339. package/gallery/esm/typings-89f0cb07.d.ts +0 -93
  4340. package/gallery/index-10db897e.d.ts +0 -50
  4341. package/gallery/index-72dda473.d.ts +0 -12
  4342. package/gallery/index-ebda875c.d.ts +0 -35
  4343. package/gallery/modern/Component-10db897e.d.ts +0 -38
  4344. package/gallery/modern/buttons-9cfec478.d.ts +0 -341
  4345. package/gallery/modern/buttons-9cfec478.js +0 -20
  4346. package/gallery/modern/index-10db897e.d.ts +0 -50
  4347. package/gallery/modern/index-72dda473.d.ts +0 -12
  4348. package/gallery/modern/index-ebda875c.d.ts +0 -35
  4349. package/gallery/modern/slide-11296bd8.js +0 -37
  4350. package/gallery/modern/types-1c79e231.d.ts +0 -113
  4351. package/gallery/modern/typings-89f0cb07.d.ts +0 -93
  4352. package/gallery/slide-53929d57.js +0 -47
  4353. package/gallery/types-1c79e231.d.ts +0 -113
  4354. package/gallery/typings-89f0cb07.d.ts +0 -93
  4355. package/grid/esm/gutters.module-dc66c077.js +0 -4
  4356. package/grid/gutters.module-eb445f60.js +0 -4
  4357. package/grid/modern/gutters.module-25451526.js +0 -4
  4358. package/icon-view/circle.d.ts +0 -1
  4359. package/icon-view/circle.js +0 -14
  4360. package/icon-view/cssm/circle.d.ts +0 -1
  4361. package/icon-view/cssm/circle.js +0 -15
  4362. package/icon-view/cssm/no-shape.d.ts +0 -1
  4363. package/icon-view/cssm/no-shape.js +0 -15
  4364. package/icon-view/cssm/rectangle.d.ts +0 -1
  4365. package/icon-view/cssm/rectangle.js +0 -15
  4366. package/icon-view/cssm/super-ellipse.d.ts +0 -1
  4367. package/icon-view/cssm/super-ellipse.js +0 -15
  4368. package/icon-view/esm/circle.d.ts +0 -1
  4369. package/icon-view/esm/circle.js +0 -8
  4370. package/icon-view/esm/no-shape.d.ts +0 -1
  4371. package/icon-view/esm/no-shape.js +0 -8
  4372. package/icon-view/esm/rectangle.d.ts +0 -1
  4373. package/icon-view/esm/rectangle.js +0 -8
  4374. package/icon-view/esm/super-ellipse.d.ts +0 -1
  4375. package/icon-view/esm/super-ellipse.js +0 -8
  4376. package/icon-view/modern/circle.d.ts +0 -1
  4377. package/icon-view/modern/circle.js +0 -7
  4378. package/icon-view/modern/no-shape.d.ts +0 -1
  4379. package/icon-view/modern/no-shape.js +0 -7
  4380. package/icon-view/modern/rectangle.d.ts +0 -1
  4381. package/icon-view/modern/rectangle.js +0 -7
  4382. package/icon-view/modern/super-ellipse.d.ts +0 -1
  4383. package/icon-view/modern/super-ellipse.js +0 -7
  4384. package/icon-view/no-shape.d.ts +0 -1
  4385. package/icon-view/no-shape.js +0 -14
  4386. package/icon-view/rectangle.d.ts +0 -1
  4387. package/icon-view/rectangle.js +0 -14
  4388. package/icon-view/super-ellipse.d.ts +0 -1
  4389. package/icon-view/super-ellipse.js +0 -14
  4390. package/input/Component.mobile-ebda875c.d.ts +0 -6
  4391. package/input/cssm/Component.mobile-ebda875c.d.ts +0 -6
  4392. package/input/cssm/default.desktop.module.css +0 -34
  4393. package/input/cssm/default.mobile.module.css +0 -34
  4394. package/input/cssm/desktop.d.ts +0 -2
  4395. package/input/cssm/desktop.js +0 -25
  4396. package/input/cssm/index-ebda875c.d.ts +0 -145
  4397. package/input/cssm/inverted.desktop.module.css +0 -34
  4398. package/input/cssm/inverted.mobile.module.css +0 -34
  4399. package/input/cssm/mobile.d.ts +0 -2
  4400. package/input/cssm/mobile.js +0 -25
  4401. package/input/default.desktop.css +0 -35
  4402. package/input/default.mobile.css +0 -35
  4403. package/input/desktop.d.ts +0 -2
  4404. package/input/desktop.js +0 -20
  4405. package/input/esm/Component.mobile-ebda875c.d.ts +0 -6
  4406. package/input/esm/default.desktop.css +0 -35
  4407. package/input/esm/default.mobile.css +0 -35
  4408. package/input/esm/desktop.d.ts +0 -2
  4409. package/input/esm/desktop.js +0 -14
  4410. package/input/esm/index-ebda875c.d.ts +0 -145
  4411. package/input/esm/inverted.desktop.css +0 -35
  4412. package/input/esm/inverted.mobile.css +0 -35
  4413. package/input/esm/mobile.d.ts +0 -2
  4414. package/input/esm/mobile.js +0 -14
  4415. package/input/index-ebda875c.d.ts +0 -145
  4416. package/input/inverted.desktop.css +0 -35
  4417. package/input/inverted.mobile.css +0 -35
  4418. package/input/mobile.d.ts +0 -2
  4419. package/input/mobile.js +0 -20
  4420. package/input/modern/Component.mobile-ebda875c.d.ts +0 -6
  4421. package/input/modern/default.desktop.css +0 -35
  4422. package/input/modern/default.mobile.css +0 -35
  4423. package/input/modern/desktop.d.ts +0 -2
  4424. package/input/modern/desktop.js +0 -13
  4425. package/input/modern/index-ebda875c.d.ts +0 -145
  4426. package/input/modern/inverted.desktop.css +0 -35
  4427. package/input/modern/inverted.mobile.css +0 -35
  4428. package/input/modern/mobile.d.ts +0 -2
  4429. package/input/modern/mobile.js +0 -13
  4430. package/input-autocomplete/Component-0f4b9bed.d.ts +0 -72
  4431. package/input-autocomplete/Component-69921c40.d.ts +0 -184
  4432. package/input-autocomplete/Component-89f0cb07.d.ts +0 -38
  4433. package/input-autocomplete/Component-bdb4c6b9.d.ts +0 -12
  4434. package/input-autocomplete/Component-c76d6398.d.ts +0 -5
  4435. package/input-autocomplete/Component-ebda875c.d.ts +0 -12
  4436. package/input-autocomplete/Component.desktop-ebda875c.d.ts +0 -6
  4437. package/input-autocomplete/Component.mobile-f1f15074.d.ts +0 -34
  4438. package/input-autocomplete/Component.mobile-f28cbba0.d.ts +0 -41
  4439. package/input-autocomplete/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  4440. package/input-autocomplete/Context-bdb4c6b9.d.ts +0 -4
  4441. package/input-autocomplete/ResponsiveContext-baf4875b.d.ts +0 -5
  4442. package/input-autocomplete/consts-f777ba1a.d.ts +0 -2
  4443. package/input-autocomplete/cssm/Component-0f4b9bed.d.ts +0 -72
  4444. package/input-autocomplete/cssm/Component-69921c40.d.ts +0 -184
  4445. package/input-autocomplete/cssm/Component-89f0cb07.d.ts +0 -38
  4446. package/input-autocomplete/cssm/Component-bdb4c6b9.d.ts +0 -12
  4447. package/input-autocomplete/cssm/Component-c76d6398.d.ts +0 -5
  4448. package/input-autocomplete/cssm/Component-ebda875c.d.ts +0 -12
  4449. package/input-autocomplete/cssm/Component.desktop-ebda875c.d.ts +0 -6
  4450. package/input-autocomplete/cssm/Component.mobile-f1f15074.d.ts +0 -34
  4451. package/input-autocomplete/cssm/Component.mobile-f28cbba0.d.ts +0 -41
  4452. package/input-autocomplete/cssm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  4453. package/input-autocomplete/cssm/Context-bdb4c6b9.d.ts +0 -4
  4454. package/input-autocomplete/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  4455. package/input-autocomplete/cssm/consts-f777ba1a.d.ts +0 -2
  4456. package/input-autocomplete/cssm/desktop-69921c40.d.ts +0 -6
  4457. package/input-autocomplete/cssm/desktop.d.ts +0 -2
  4458. package/input-autocomplete/cssm/desktop.js +0 -15
  4459. package/input-autocomplete/cssm/hook-8abfea97.d.ts +0 -90
  4460. package/input-autocomplete/cssm/index-136acbb1.d.ts +0 -28
  4461. package/input-autocomplete/cssm/index-72dda473.d.ts +0 -12
  4462. package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +0 -2
  4463. package/input-autocomplete/cssm/index-c76d6398.d.ts +0 -185
  4464. package/input-autocomplete/cssm/index-ebda875c.d.ts +0 -146
  4465. package/input-autocomplete/cssm/index-f12ee135.d.ts +0 -52
  4466. package/input-autocomplete/cssm/mobile-89f0cb07.d.ts +0 -6
  4467. package/input-autocomplete/cssm/mobile-96988a65.d.ts +0 -6
  4468. package/input-autocomplete/cssm/mobile-f28cbba0.d.ts +0 -5
  4469. package/input-autocomplete/cssm/mobile.d.ts +0 -3
  4470. package/input-autocomplete/cssm/mobile.js +0 -23
  4471. package/input-autocomplete/cssm/shared-4cd3936b.d.ts +0 -65
  4472. package/input-autocomplete/cssm/types-1b036d4b.d.ts +0 -13
  4473. package/input-autocomplete/cssm/types-72dda473.d.ts +0 -276
  4474. package/input-autocomplete/cssm/typings-0f4b9bed.d.ts +0 -576
  4475. package/input-autocomplete/cssm/typings-89f0cb07.d.ts +0 -93
  4476. package/input-autocomplete/cssm/typings-bdb4c6b9.d.ts +0 -52
  4477. package/input-autocomplete/cssm/useSkeleton-ebda875c.d.ts +0 -12
  4478. package/input-autocomplete/cssm/utils-0f4b9bed.d.ts +0 -41
  4479. package/input-autocomplete/cssm/utils-1574ad8b.d.ts +0 -29
  4480. package/input-autocomplete/desktop-69921c40.d.ts +0 -6
  4481. package/input-autocomplete/desktop.d.ts +0 -2
  4482. package/input-autocomplete/desktop.js +0 -14
  4483. package/input-autocomplete/esm/Component-0f4b9bed.d.ts +0 -72
  4484. package/input-autocomplete/esm/Component-69921c40.d.ts +0 -184
  4485. package/input-autocomplete/esm/Component-89f0cb07.d.ts +0 -38
  4486. package/input-autocomplete/esm/Component-bdb4c6b9.d.ts +0 -12
  4487. package/input-autocomplete/esm/Component-c76d6398.d.ts +0 -5
  4488. package/input-autocomplete/esm/Component-ebda875c.d.ts +0 -12
  4489. package/input-autocomplete/esm/Component.desktop-ebda875c.d.ts +0 -6
  4490. package/input-autocomplete/esm/Component.mobile-f1f15074.d.ts +0 -34
  4491. package/input-autocomplete/esm/Component.mobile-f28cbba0.d.ts +0 -41
  4492. package/input-autocomplete/esm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  4493. package/input-autocomplete/esm/Context-bdb4c6b9.d.ts +0 -4
  4494. package/input-autocomplete/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  4495. package/input-autocomplete/esm/consts-f777ba1a.d.ts +0 -2
  4496. package/input-autocomplete/esm/desktop-69921c40.d.ts +0 -6
  4497. package/input-autocomplete/esm/desktop.d.ts +0 -2
  4498. package/input-autocomplete/esm/desktop.js +0 -8
  4499. package/input-autocomplete/esm/hook-8abfea97.d.ts +0 -90
  4500. package/input-autocomplete/esm/index-136acbb1.d.ts +0 -28
  4501. package/input-autocomplete/esm/index-72dda473.d.ts +0 -12
  4502. package/input-autocomplete/esm/index-bdb4c6b9.d.ts +0 -2
  4503. package/input-autocomplete/esm/index-c76d6398.d.ts +0 -185
  4504. package/input-autocomplete/esm/index-ebda875c.d.ts +0 -146
  4505. package/input-autocomplete/esm/index-f12ee135.d.ts +0 -52
  4506. package/input-autocomplete/esm/mobile-89f0cb07.d.ts +0 -6
  4507. package/input-autocomplete/esm/mobile-96988a65.d.ts +0 -6
  4508. package/input-autocomplete/esm/mobile-f28cbba0.d.ts +0 -5
  4509. package/input-autocomplete/esm/mobile.d.ts +0 -3
  4510. package/input-autocomplete/esm/mobile.js +0 -15
  4511. package/input-autocomplete/esm/mobile.module-1eed3fef.js +0 -4
  4512. package/input-autocomplete/esm/shared-4cd3936b.d.ts +0 -65
  4513. package/input-autocomplete/esm/types-1b036d4b.d.ts +0 -13
  4514. package/input-autocomplete/esm/types-72dda473.d.ts +0 -276
  4515. package/input-autocomplete/esm/typings-0f4b9bed.d.ts +0 -576
  4516. package/input-autocomplete/esm/typings-89f0cb07.d.ts +0 -93
  4517. package/input-autocomplete/esm/typings-bdb4c6b9.d.ts +0 -52
  4518. package/input-autocomplete/esm/useSkeleton-ebda875c.d.ts +0 -12
  4519. package/input-autocomplete/esm/utils-0f4b9bed.d.ts +0 -41
  4520. package/input-autocomplete/esm/utils-1574ad8b.d.ts +0 -29
  4521. package/input-autocomplete/hook-8abfea97.d.ts +0 -90
  4522. package/input-autocomplete/index-136acbb1.d.ts +0 -28
  4523. package/input-autocomplete/index-72dda473.d.ts +0 -12
  4524. package/input-autocomplete/index-bdb4c6b9.d.ts +0 -2
  4525. package/input-autocomplete/index-c76d6398.d.ts +0 -185
  4526. package/input-autocomplete/index-ebda875c.d.ts +0 -146
  4527. package/input-autocomplete/index-f12ee135.d.ts +0 -52
  4528. package/input-autocomplete/mobile-89f0cb07.d.ts +0 -6
  4529. package/input-autocomplete/mobile-96988a65.d.ts +0 -6
  4530. package/input-autocomplete/mobile-f28cbba0.d.ts +0 -5
  4531. package/input-autocomplete/mobile.d.ts +0 -3
  4532. package/input-autocomplete/mobile.js +0 -22
  4533. package/input-autocomplete/mobile.module-19776384.js +0 -4
  4534. package/input-autocomplete/modern/Component-0f4b9bed.d.ts +0 -72
  4535. package/input-autocomplete/modern/Component-69921c40.d.ts +0 -184
  4536. package/input-autocomplete/modern/Component-89f0cb07.d.ts +0 -38
  4537. package/input-autocomplete/modern/Component-bdb4c6b9.d.ts +0 -12
  4538. package/input-autocomplete/modern/Component-c76d6398.d.ts +0 -5
  4539. package/input-autocomplete/modern/Component-ebda875c.d.ts +0 -12
  4540. package/input-autocomplete/modern/Component.desktop-ebda875c.d.ts +0 -6
  4541. package/input-autocomplete/modern/Component.mobile-f1f15074.d.ts +0 -34
  4542. package/input-autocomplete/modern/Component.mobile-f28cbba0.d.ts +0 -41
  4543. package/input-autocomplete/modern/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  4544. package/input-autocomplete/modern/Context-bdb4c6b9.d.ts +0 -4
  4545. package/input-autocomplete/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  4546. package/input-autocomplete/modern/consts-f777ba1a.d.ts +0 -2
  4547. package/input-autocomplete/modern/desktop-69921c40.d.ts +0 -6
  4548. package/input-autocomplete/modern/desktop.d.ts +0 -2
  4549. package/input-autocomplete/modern/desktop.js +0 -7
  4550. package/input-autocomplete/modern/hook-8abfea97.d.ts +0 -90
  4551. package/input-autocomplete/modern/index-136acbb1.d.ts +0 -28
  4552. package/input-autocomplete/modern/index-72dda473.d.ts +0 -12
  4553. package/input-autocomplete/modern/index-bdb4c6b9.d.ts +0 -2
  4554. package/input-autocomplete/modern/index-c76d6398.d.ts +0 -185
  4555. package/input-autocomplete/modern/index-ebda875c.d.ts +0 -146
  4556. package/input-autocomplete/modern/index-f12ee135.d.ts +0 -52
  4557. package/input-autocomplete/modern/mobile-89f0cb07.d.ts +0 -6
  4558. package/input-autocomplete/modern/mobile-96988a65.d.ts +0 -6
  4559. package/input-autocomplete/modern/mobile-f28cbba0.d.ts +0 -5
  4560. package/input-autocomplete/modern/mobile.d.ts +0 -3
  4561. package/input-autocomplete/modern/mobile.js +0 -14
  4562. package/input-autocomplete/modern/mobile.module-7d6b7c58.js +0 -4
  4563. package/input-autocomplete/modern/shared-4cd3936b.d.ts +0 -65
  4564. package/input-autocomplete/modern/types-1b036d4b.d.ts +0 -13
  4565. package/input-autocomplete/modern/types-72dda473.d.ts +0 -276
  4566. package/input-autocomplete/modern/typings-0f4b9bed.d.ts +0 -576
  4567. package/input-autocomplete/modern/typings-89f0cb07.d.ts +0 -93
  4568. package/input-autocomplete/modern/typings-bdb4c6b9.d.ts +0 -52
  4569. package/input-autocomplete/modern/useSkeleton-ebda875c.d.ts +0 -12
  4570. package/input-autocomplete/modern/utils-0f4b9bed.d.ts +0 -41
  4571. package/input-autocomplete/modern/utils-1574ad8b.d.ts +0 -29
  4572. package/input-autocomplete/shared-4cd3936b.d.ts +0 -65
  4573. package/input-autocomplete/types-1b036d4b.d.ts +0 -13
  4574. package/input-autocomplete/types-72dda473.d.ts +0 -276
  4575. package/input-autocomplete/typings-0f4b9bed.d.ts +0 -576
  4576. package/input-autocomplete/typings-89f0cb07.d.ts +0 -93
  4577. package/input-autocomplete/typings-bdb4c6b9.d.ts +0 -52
  4578. package/input-autocomplete/useSkeleton-ebda875c.d.ts +0 -12
  4579. package/input-autocomplete/utils-0f4b9bed.d.ts +0 -41
  4580. package/input-autocomplete/utils-1574ad8b.d.ts +0 -29
  4581. package/international-phone-input/Component-0f4b9bed.d.ts +0 -72
  4582. package/international-phone-input/Component-4cd3936b.d.ts +0 -19
  4583. package/international-phone-input/Component-69921c40.d.ts +0 -184
  4584. package/international-phone-input/Component-9cded6b9.d.ts +0 -7
  4585. package/international-phone-input/Component-bdb4c6b9.d.ts +0 -12
  4586. package/international-phone-input/Component-c44170fe.d.ts +0 -13
  4587. package/international-phone-input/Component-c76d6398.d.ts +0 -5
  4588. package/international-phone-input/Component-ebda875c.d.ts +0 -12
  4589. package/international-phone-input/Component.desktop-9cded6b9.d.ts +0 -73
  4590. package/international-phone-input/Component.desktop-d873d97d.d.ts +0 -6
  4591. package/international-phone-input/Component.mobile-16b1285a.d.ts +0 -5
  4592. package/international-phone-input/Component.mobile-4cd3936b.d.ts +0 -98
  4593. package/international-phone-input/Component.mobile-d7e9f69d.d.ts +0 -6
  4594. package/international-phone-input/Component.mobile-ebda875c.d.ts +0 -6
  4595. package/international-phone-input/Component.mobile-f1f15074.d.ts +0 -34
  4596. package/international-phone-input/Component.mobile-f28cbba0.d.ts +0 -41
  4597. package/international-phone-input/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  4598. package/international-phone-input/Component.modal.mobile-4cd3936b.d.ts +0 -91
  4599. package/international-phone-input/Context-bdb4c6b9.d.ts +0 -4
  4600. package/international-phone-input/ResponsiveContext-baf4875b.d.ts +0 -5
  4601. package/international-phone-input/cssm/Component-0f4b9bed.d.ts +0 -72
  4602. package/international-phone-input/cssm/Component-4cd3936b.d.ts +0 -19
  4603. package/international-phone-input/cssm/Component-69921c40.d.ts +0 -184
  4604. package/international-phone-input/cssm/Component-9cded6b9.d.ts +0 -7
  4605. package/international-phone-input/cssm/Component-bdb4c6b9.d.ts +0 -12
  4606. package/international-phone-input/cssm/Component-c44170fe.d.ts +0 -13
  4607. package/international-phone-input/cssm/Component-c76d6398.d.ts +0 -5
  4608. package/international-phone-input/cssm/Component-ebda875c.d.ts +0 -12
  4609. package/international-phone-input/cssm/Component.desktop-9cded6b9.d.ts +0 -73
  4610. package/international-phone-input/cssm/Component.desktop-d873d97d.d.ts +0 -6
  4611. package/international-phone-input/cssm/Component.mobile-16b1285a.d.ts +0 -5
  4612. package/international-phone-input/cssm/Component.mobile-4cd3936b.d.ts +0 -98
  4613. package/international-phone-input/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  4614. package/international-phone-input/cssm/Component.mobile-ebda875c.d.ts +0 -6
  4615. package/international-phone-input/cssm/Component.mobile-f1f15074.d.ts +0 -34
  4616. package/international-phone-input/cssm/Component.mobile-f28cbba0.d.ts +0 -41
  4617. package/international-phone-input/cssm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  4618. package/international-phone-input/cssm/Component.modal.mobile-4cd3936b.d.ts +0 -91
  4619. package/international-phone-input/cssm/Context-bdb4c6b9.d.ts +0 -4
  4620. package/international-phone-input/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  4621. package/international-phone-input/cssm/desktop-232828f7.d.ts +0 -2
  4622. package/international-phone-input/cssm/desktop-63dec22f.d.ts +0 -2
  4623. package/international-phone-input/cssm/desktop-89f0cb07.d.ts +0 -2
  4624. package/international-phone-input/cssm/desktop.d.ts +0 -2
  4625. package/international-phone-input/cssm/desktop.js +0 -32
  4626. package/international-phone-input/cssm/hook-8abfea97.d.ts +0 -90
  4627. package/international-phone-input/cssm/index-f12ee135.d.ts +0 -52
  4628. package/international-phone-input/cssm/mobile-4c19bc40.d.ts +0 -3
  4629. package/international-phone-input/cssm/mobile-89f0cb07.d.ts +0 -2
  4630. package/international-phone-input/cssm/mobile-96988a65.d.ts +0 -2
  4631. package/international-phone-input/cssm/mobile-f28cbba0.d.ts +0 -5
  4632. package/international-phone-input/cssm/mobile.d.ts +0 -2
  4633. package/international-phone-input/cssm/mobile.js +0 -32
  4634. package/international-phone-input/cssm/shared-4cd3936b.d.ts +0 -65
  4635. package/international-phone-input/cssm/typings-0f4b9bed.d.ts +0 -576
  4636. package/international-phone-input/cssm/typings-bdb4c6b9.d.ts +0 -52
  4637. package/international-phone-input/cssm/useSkeleton-ebda875c.d.ts +0 -12
  4638. package/international-phone-input/cssm/utils-0f4b9bed.d.ts +0 -41
  4639. package/international-phone-input/cssm/utils-1574ad8b.d.ts +0 -29
  4640. package/international-phone-input/desktop-232828f7.d.ts +0 -2
  4641. package/international-phone-input/desktop-63dec22f.d.ts +0 -2
  4642. package/international-phone-input/desktop-89f0cb07.d.ts +0 -2
  4643. package/international-phone-input/desktop.d.ts +0 -2
  4644. package/international-phone-input/desktop.js +0 -28
  4645. package/international-phone-input/esm/Component-0f4b9bed.d.ts +0 -72
  4646. package/international-phone-input/esm/Component-4cd3936b.d.ts +0 -19
  4647. package/international-phone-input/esm/Component-69921c40.d.ts +0 -184
  4648. package/international-phone-input/esm/Component-9cded6b9.d.ts +0 -7
  4649. package/international-phone-input/esm/Component-bdb4c6b9.d.ts +0 -12
  4650. package/international-phone-input/esm/Component-c44170fe.d.ts +0 -13
  4651. package/international-phone-input/esm/Component-c76d6398.d.ts +0 -5
  4652. package/international-phone-input/esm/Component-ebda875c.d.ts +0 -12
  4653. package/international-phone-input/esm/Component.desktop-9cded6b9.d.ts +0 -73
  4654. package/international-phone-input/esm/Component.desktop-d873d97d.d.ts +0 -6
  4655. package/international-phone-input/esm/Component.mobile-16b1285a.d.ts +0 -5
  4656. package/international-phone-input/esm/Component.mobile-4cd3936b.d.ts +0 -98
  4657. package/international-phone-input/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  4658. package/international-phone-input/esm/Component.mobile-ebda875c.d.ts +0 -6
  4659. package/international-phone-input/esm/Component.mobile-f1f15074.d.ts +0 -34
  4660. package/international-phone-input/esm/Component.mobile-f28cbba0.d.ts +0 -41
  4661. package/international-phone-input/esm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  4662. package/international-phone-input/esm/Component.modal.mobile-4cd3936b.d.ts +0 -91
  4663. package/international-phone-input/esm/Context-bdb4c6b9.d.ts +0 -4
  4664. package/international-phone-input/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  4665. package/international-phone-input/esm/desktop-232828f7.d.ts +0 -2
  4666. package/international-phone-input/esm/desktop-63dec22f.d.ts +0 -2
  4667. package/international-phone-input/esm/desktop-89f0cb07.d.ts +0 -2
  4668. package/international-phone-input/esm/desktop.d.ts +0 -2
  4669. package/international-phone-input/esm/desktop.js +0 -22
  4670. package/international-phone-input/esm/hook-8abfea97.d.ts +0 -90
  4671. package/international-phone-input/esm/index-f12ee135.d.ts +0 -52
  4672. package/international-phone-input/esm/mobile-4c19bc40.d.ts +0 -3
  4673. package/international-phone-input/esm/mobile-89f0cb07.d.ts +0 -2
  4674. package/international-phone-input/esm/mobile-96988a65.d.ts +0 -2
  4675. package/international-phone-input/esm/mobile-f28cbba0.d.ts +0 -5
  4676. package/international-phone-input/esm/mobile.d.ts +0 -2
  4677. package/international-phone-input/esm/mobile.js +0 -22
  4678. package/international-phone-input/esm/shared-4cd3936b.d.ts +0 -65
  4679. package/international-phone-input/esm/typings-0f4b9bed.d.ts +0 -576
  4680. package/international-phone-input/esm/typings-bdb4c6b9.d.ts +0 -52
  4681. package/international-phone-input/esm/useSkeleton-ebda875c.d.ts +0 -12
  4682. package/international-phone-input/esm/utils-0f4b9bed.d.ts +0 -41
  4683. package/international-phone-input/esm/utils-1574ad8b.d.ts +0 -29
  4684. package/international-phone-input/hook-8abfea97.d.ts +0 -90
  4685. package/international-phone-input/index-f12ee135.d.ts +0 -52
  4686. package/international-phone-input/mobile-4c19bc40.d.ts +0 -3
  4687. package/international-phone-input/mobile-89f0cb07.d.ts +0 -2
  4688. package/international-phone-input/mobile-96988a65.d.ts +0 -2
  4689. package/international-phone-input/mobile-f28cbba0.d.ts +0 -5
  4690. package/international-phone-input/mobile.d.ts +0 -2
  4691. package/international-phone-input/mobile.js +0 -28
  4692. package/international-phone-input/modern/Component-0f4b9bed.d.ts +0 -5
  4693. package/international-phone-input/modern/Component-4cd3936b.d.ts +0 -7
  4694. package/international-phone-input/modern/Component-511e54fa.d.ts +0 -9
  4695. package/international-phone-input/modern/Component-96988a65.d.ts +0 -19
  4696. package/international-phone-input/modern/Component-aed0af6e.d.ts +0 -11
  4697. package/international-phone-input/modern/Component-bdb4c6b9.d.ts +0 -12
  4698. package/international-phone-input/modern/Component-c44170fe.d.ts +0 -13
  4699. package/international-phone-input/modern/Component-c76d6398.d.ts +0 -5
  4700. package/international-phone-input/modern/Component-ebda875c.d.ts +0 -101
  4701. package/international-phone-input/modern/Component-f12ee135.d.ts +0 -72
  4702. package/international-phone-input/modern/Component.desktop-4cd3936b.d.ts +0 -73
  4703. package/international-phone-input/modern/Component.desktop-d873d97d.d.ts +0 -6
  4704. package/international-phone-input/modern/Component.desktop-ebda875c.d.ts +0 -18
  4705. package/international-phone-input/modern/Component.mobile-16b1285a.d.ts +0 -5
  4706. package/international-phone-input/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  4707. package/international-phone-input/modern/Component.mobile-f1f15074.d.ts +0 -34
  4708. package/international-phone-input/modern/Component.mobile-f28cbba0.d.ts +0 -41
  4709. package/international-phone-input/modern/Component.responsive-d7e9f69d.d.ts +0 -26
  4710. package/international-phone-input/modern/Context-bdb4c6b9.d.ts +0 -4
  4711. package/international-phone-input/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  4712. package/international-phone-input/modern/desktop-232828f7.d.ts +0 -2
  4713. package/international-phone-input/modern/desktop-63dec22f.d.ts +0 -2
  4714. package/international-phone-input/modern/desktop-89f0cb07.d.ts +0 -2
  4715. package/international-phone-input/modern/desktop.d.ts +0 -2
  4716. package/international-phone-input/modern/desktop.js +0 -21
  4717. package/international-phone-input/modern/hook-8abfea97.d.ts +0 -90
  4718. package/international-phone-input/modern/hook-ebda875c.d.ts +0 -48
  4719. package/international-phone-input/modern/index-f12ee135.d.ts +0 -52
  4720. package/international-phone-input/modern/mobile-45dc17c6.d.ts +0 -47
  4721. package/international-phone-input/modern/mobile-4c19bc40.d.ts +0 -121
  4722. package/international-phone-input/modern/mobile-511e54fa.d.ts +0 -2
  4723. package/international-phone-input/modern/mobile-96988a65.d.ts +0 -3
  4724. package/international-phone-input/modern/mobile.d.ts +0 -2
  4725. package/international-phone-input/modern/mobile.js +0 -21
  4726. package/international-phone-input/modern/shared-4cd3936b.d.ts +0 -7
  4727. package/international-phone-input/modern/typings-0f4b9bed.d.ts +0 -576
  4728. package/international-phone-input/modern/typings-bdb4c6b9.d.ts +0 -52
  4729. package/international-phone-input/modern/utils-0f4b9bed.d.ts +0 -41
  4730. package/international-phone-input/shared-4cd3936b.d.ts +0 -65
  4731. package/international-phone-input/typings-0f4b9bed.d.ts +0 -576
  4732. package/international-phone-input/typings-bdb4c6b9.d.ts +0 -52
  4733. package/international-phone-input/useSkeleton-ebda875c.d.ts +0 -12
  4734. package/international-phone-input/utils-0f4b9bed.d.ts +0 -41
  4735. package/international-phone-input/utils-1574ad8b.d.ts +0 -29
  4736. package/intl-phone-input/Component-0f4b9bed.d.ts +0 -22
  4737. package/intl-phone-input/Component-10db897e.d.ts +0 -100
  4738. package/intl-phone-input/Component-4cd3936b.d.ts +0 -8
  4739. package/intl-phone-input/Component-69921c40.d.ts +0 -184
  4740. package/intl-phone-input/Component-8b2c2707.d.ts +0 -71
  4741. package/intl-phone-input/Component-bdb4c6b9.d.ts +0 -12
  4742. package/intl-phone-input/Component-c44170fe.d.ts +0 -13
  4743. package/intl-phone-input/Component-c76d6398.d.ts +0 -5
  4744. package/intl-phone-input/Component-ebda875c.d.ts +0 -12
  4745. package/intl-phone-input/Component.desktop-0aa4e915.d.ts +0 -5
  4746. package/intl-phone-input/Component.desktop-63dec22f.d.ts +0 -18
  4747. package/intl-phone-input/Component.desktop-785df74d.d.ts +0 -6
  4748. package/intl-phone-input/Component.desktop-9cded6b9.d.ts +0 -73
  4749. package/intl-phone-input/Component.desktop-d873d97d.d.ts +0 -6
  4750. package/intl-phone-input/Component.mobile-16b1285a.d.ts +0 -5
  4751. package/intl-phone-input/Component.mobile-d7e9f69d.d.ts +0 -6
  4752. package/intl-phone-input/Component.responsive-3109f463.d.ts +0 -26
  4753. package/intl-phone-input/Context-bdb4c6b9.d.ts +0 -4
  4754. package/intl-phone-input/ResponsiveContext-baf4875b.d.ts +0 -5
  4755. package/intl-phone-input/component-10db897e.d.ts +0 -44
  4756. package/intl-phone-input/consts-f777ba1a.d.ts +0 -2
  4757. package/intl-phone-input/cssm/Component-0f4b9bed.d.ts +0 -22
  4758. package/intl-phone-input/cssm/Component-10db897e.d.ts +0 -100
  4759. package/intl-phone-input/cssm/Component-4cd3936b.d.ts +0 -8
  4760. package/intl-phone-input/cssm/Component-69921c40.d.ts +0 -184
  4761. package/intl-phone-input/cssm/Component-8b2c2707.d.ts +0 -71
  4762. package/intl-phone-input/cssm/Component-bdb4c6b9.d.ts +0 -12
  4763. package/intl-phone-input/cssm/Component-c44170fe.d.ts +0 -13
  4764. package/intl-phone-input/cssm/Component-c76d6398.d.ts +0 -5
  4765. package/intl-phone-input/cssm/Component-ebda875c.d.ts +0 -12
  4766. package/intl-phone-input/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  4767. package/intl-phone-input/cssm/Component.desktop-63dec22f.d.ts +0 -18
  4768. package/intl-phone-input/cssm/Component.desktop-785df74d.d.ts +0 -6
  4769. package/intl-phone-input/cssm/Component.desktop-9cded6b9.d.ts +0 -73
  4770. package/intl-phone-input/cssm/Component.desktop-d873d97d.d.ts +0 -6
  4771. package/intl-phone-input/cssm/Component.mobile-16b1285a.d.ts +0 -5
  4772. package/intl-phone-input/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  4773. package/intl-phone-input/cssm/Component.responsive-3109f463.d.ts +0 -26
  4774. package/intl-phone-input/cssm/Context-bdb4c6b9.d.ts +0 -4
  4775. package/intl-phone-input/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  4776. package/intl-phone-input/cssm/component-10db897e.d.ts +0 -44
  4777. package/intl-phone-input/cssm/consts-f777ba1a.d.ts +0 -2
  4778. package/intl-phone-input/cssm/desktop-89f0cb07.d.ts +0 -2
  4779. package/intl-phone-input/cssm/hook-8abfea97.d.ts +0 -90
  4780. package/intl-phone-input/cssm/hook-c44170fe.d.ts +0 -48
  4781. package/intl-phone-input/cssm/index-10db897e.d.ts +0 -50
  4782. package/intl-phone-input/cssm/index-136acbb1.d.ts +0 -28
  4783. package/intl-phone-input/cssm/index-3109f463.d.ts +0 -62
  4784. package/intl-phone-input/cssm/index-72dda473.d.ts +0 -12
  4785. package/intl-phone-input/cssm/index-8b2c2707.d.ts +0 -2
  4786. package/intl-phone-input/cssm/index-bdb4c6b9.d.ts +0 -2
  4787. package/intl-phone-input/cssm/index-c44170fe.d.ts +0 -3
  4788. package/intl-phone-input/cssm/index-c76d6398.d.ts +0 -2
  4789. package/intl-phone-input/cssm/index-ebda875c.d.ts +0 -37
  4790. package/intl-phone-input/cssm/index-f12ee135.d.ts +0 -3
  4791. package/intl-phone-input/cssm/mobile-89f0cb07.d.ts +0 -2
  4792. package/intl-phone-input/cssm/mobile-96988a65.d.ts +0 -2
  4793. package/intl-phone-input/cssm/shared-4cd3936b.d.ts +0 -64
  4794. package/intl-phone-input/cssm/types-1b036d4b.d.ts +0 -13
  4795. package/intl-phone-input/cssm/types-1c79e231.d.ts +0 -113
  4796. package/intl-phone-input/cssm/types-67a2d8af.d.ts +0 -276
  4797. package/intl-phone-input/cssm/typings-0f4b9bed.d.ts +0 -576
  4798. package/intl-phone-input/cssm/typings-89f0cb07.d.ts +0 -93
  4799. package/intl-phone-input/cssm/typings-bdb4c6b9.d.ts +0 -52
  4800. package/intl-phone-input/cssm/useSkeleton-ebda875c.d.ts +0 -12
  4801. package/intl-phone-input/cssm/utils-0f4b9bed.d.ts +0 -41
  4802. package/intl-phone-input/cssm/utils-1574ad8b.d.ts +0 -29
  4803. package/intl-phone-input/cssm/utils-49cc3c24.d.ts +0 -8
  4804. package/intl-phone-input/desktop-89f0cb07.d.ts +0 -2
  4805. package/intl-phone-input/esm/Component-0f4b9bed.d.ts +0 -22
  4806. package/intl-phone-input/esm/Component-10db897e.d.ts +0 -100
  4807. package/intl-phone-input/esm/Component-4cd3936b.d.ts +0 -8
  4808. package/intl-phone-input/esm/Component-69921c40.d.ts +0 -184
  4809. package/intl-phone-input/esm/Component-8b2c2707.d.ts +0 -71
  4810. package/intl-phone-input/esm/Component-bdb4c6b9.d.ts +0 -12
  4811. package/intl-phone-input/esm/Component-c44170fe.d.ts +0 -13
  4812. package/intl-phone-input/esm/Component-c76d6398.d.ts +0 -5
  4813. package/intl-phone-input/esm/Component-ebda875c.d.ts +0 -12
  4814. package/intl-phone-input/esm/Component.desktop-0aa4e915.d.ts +0 -5
  4815. package/intl-phone-input/esm/Component.desktop-63dec22f.d.ts +0 -18
  4816. package/intl-phone-input/esm/Component.desktop-785df74d.d.ts +0 -6
  4817. package/intl-phone-input/esm/Component.desktop-9cded6b9.d.ts +0 -73
  4818. package/intl-phone-input/esm/Component.desktop-d873d97d.d.ts +0 -6
  4819. package/intl-phone-input/esm/Component.mobile-16b1285a.d.ts +0 -5
  4820. package/intl-phone-input/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  4821. package/intl-phone-input/esm/Component.responsive-3109f463.d.ts +0 -26
  4822. package/intl-phone-input/esm/Context-bdb4c6b9.d.ts +0 -4
  4823. package/intl-phone-input/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  4824. package/intl-phone-input/esm/component-10db897e.d.ts +0 -44
  4825. package/intl-phone-input/esm/consts-f777ba1a.d.ts +0 -2
  4826. package/intl-phone-input/esm/desktop-89f0cb07.d.ts +0 -2
  4827. package/intl-phone-input/esm/hook-8abfea97.d.ts +0 -90
  4828. package/intl-phone-input/esm/hook-c44170fe.d.ts +0 -48
  4829. package/intl-phone-input/esm/index-10db897e.d.ts +0 -50
  4830. package/intl-phone-input/esm/index-136acbb1.d.ts +0 -28
  4831. package/intl-phone-input/esm/index-3109f463.d.ts +0 -62
  4832. package/intl-phone-input/esm/index-72dda473.d.ts +0 -12
  4833. package/intl-phone-input/esm/index-8b2c2707.d.ts +0 -2
  4834. package/intl-phone-input/esm/index-bdb4c6b9.d.ts +0 -2
  4835. package/intl-phone-input/esm/index-c44170fe.d.ts +0 -3
  4836. package/intl-phone-input/esm/index-c76d6398.d.ts +0 -2
  4837. package/intl-phone-input/esm/index-ebda875c.d.ts +0 -37
  4838. package/intl-phone-input/esm/index-f12ee135.d.ts +0 -3
  4839. package/intl-phone-input/esm/mobile-89f0cb07.d.ts +0 -2
  4840. package/intl-phone-input/esm/mobile-96988a65.d.ts +0 -2
  4841. package/intl-phone-input/esm/shared-4cd3936b.d.ts +0 -64
  4842. package/intl-phone-input/esm/types-1b036d4b.d.ts +0 -13
  4843. package/intl-phone-input/esm/types-1c79e231.d.ts +0 -113
  4844. package/intl-phone-input/esm/types-67a2d8af.d.ts +0 -276
  4845. package/intl-phone-input/esm/typings-0f4b9bed.d.ts +0 -576
  4846. package/intl-phone-input/esm/typings-89f0cb07.d.ts +0 -93
  4847. package/intl-phone-input/esm/typings-bdb4c6b9.d.ts +0 -52
  4848. package/intl-phone-input/esm/useSkeleton-ebda875c.d.ts +0 -12
  4849. package/intl-phone-input/esm/utils-0f4b9bed.d.ts +0 -41
  4850. package/intl-phone-input/esm/utils-1574ad8b.d.ts +0 -29
  4851. package/intl-phone-input/esm/utils-49cc3c24.d.ts +0 -8
  4852. package/intl-phone-input/hook-8abfea97.d.ts +0 -90
  4853. package/intl-phone-input/hook-c44170fe.d.ts +0 -48
  4854. package/intl-phone-input/index-10db897e.d.ts +0 -50
  4855. package/intl-phone-input/index-136acbb1.d.ts +0 -28
  4856. package/intl-phone-input/index-3109f463.d.ts +0 -62
  4857. package/intl-phone-input/index-72dda473.d.ts +0 -12
  4858. package/intl-phone-input/index-8b2c2707.d.ts +0 -2
  4859. package/intl-phone-input/index-bdb4c6b9.d.ts +0 -2
  4860. package/intl-phone-input/index-c44170fe.d.ts +0 -3
  4861. package/intl-phone-input/index-c76d6398.d.ts +0 -2
  4862. package/intl-phone-input/index-ebda875c.d.ts +0 -37
  4863. package/intl-phone-input/index-f12ee135.d.ts +0 -3
  4864. package/intl-phone-input/mobile-89f0cb07.d.ts +0 -2
  4865. package/intl-phone-input/mobile-96988a65.d.ts +0 -2
  4866. package/intl-phone-input/modern/Component-0f4b9bed.d.ts +0 -22
  4867. package/intl-phone-input/modern/Component-10db897e.d.ts +0 -100
  4868. package/intl-phone-input/modern/Component-4cd3936b.d.ts +0 -8
  4869. package/intl-phone-input/modern/Component-69921c40.d.ts +0 -184
  4870. package/intl-phone-input/modern/Component-8b2c2707.d.ts +0 -71
  4871. package/intl-phone-input/modern/Component-bdb4c6b9.d.ts +0 -12
  4872. package/intl-phone-input/modern/Component-c44170fe.d.ts +0 -13
  4873. package/intl-phone-input/modern/Component-c76d6398.d.ts +0 -5
  4874. package/intl-phone-input/modern/Component-ebda875c.d.ts +0 -12
  4875. package/intl-phone-input/modern/Component.desktop-0aa4e915.d.ts +0 -5
  4876. package/intl-phone-input/modern/Component.desktop-63dec22f.d.ts +0 -18
  4877. package/intl-phone-input/modern/Component.desktop-785df74d.d.ts +0 -6
  4878. package/intl-phone-input/modern/Component.desktop-9cded6b9.d.ts +0 -73
  4879. package/intl-phone-input/modern/Component.desktop-d873d97d.d.ts +0 -6
  4880. package/intl-phone-input/modern/Component.mobile-16b1285a.d.ts +0 -5
  4881. package/intl-phone-input/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  4882. package/intl-phone-input/modern/Component.responsive-3109f463.d.ts +0 -26
  4883. package/intl-phone-input/modern/Context-bdb4c6b9.d.ts +0 -4
  4884. package/intl-phone-input/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  4885. package/intl-phone-input/modern/component-10db897e.d.ts +0 -44
  4886. package/intl-phone-input/modern/consts-f777ba1a.d.ts +0 -2
  4887. package/intl-phone-input/modern/desktop-89f0cb07.d.ts +0 -2
  4888. package/intl-phone-input/modern/hook-8abfea97.d.ts +0 -90
  4889. package/intl-phone-input/modern/hook-c44170fe.d.ts +0 -48
  4890. package/intl-phone-input/modern/index-10db897e.d.ts +0 -50
  4891. package/intl-phone-input/modern/index-136acbb1.d.ts +0 -28
  4892. package/intl-phone-input/modern/index-3109f463.d.ts +0 -62
  4893. package/intl-phone-input/modern/index-72dda473.d.ts +0 -12
  4894. package/intl-phone-input/modern/index-8b2c2707.d.ts +0 -2
  4895. package/intl-phone-input/modern/index-bdb4c6b9.d.ts +0 -2
  4896. package/intl-phone-input/modern/index-c44170fe.d.ts +0 -3
  4897. package/intl-phone-input/modern/index-c76d6398.d.ts +0 -2
  4898. package/intl-phone-input/modern/index-ebda875c.d.ts +0 -37
  4899. package/intl-phone-input/modern/index-f12ee135.d.ts +0 -3
  4900. package/intl-phone-input/modern/mobile-89f0cb07.d.ts +0 -2
  4901. package/intl-phone-input/modern/mobile-96988a65.d.ts +0 -2
  4902. package/intl-phone-input/modern/shared-4cd3936b.d.ts +0 -64
  4903. package/intl-phone-input/modern/types-1b036d4b.d.ts +0 -13
  4904. package/intl-phone-input/modern/types-1c79e231.d.ts +0 -113
  4905. package/intl-phone-input/modern/types-67a2d8af.d.ts +0 -276
  4906. package/intl-phone-input/modern/typings-0f4b9bed.d.ts +0 -576
  4907. package/intl-phone-input/modern/typings-89f0cb07.d.ts +0 -93
  4908. package/intl-phone-input/modern/typings-bdb4c6b9.d.ts +0 -52
  4909. package/intl-phone-input/modern/useSkeleton-ebda875c.d.ts +0 -12
  4910. package/intl-phone-input/modern/utils-0f4b9bed.d.ts +0 -41
  4911. package/intl-phone-input/modern/utils-1574ad8b.d.ts +0 -29
  4912. package/intl-phone-input/modern/utils-49cc3c24.d.ts +0 -8
  4913. package/intl-phone-input/shared-4cd3936b.d.ts +0 -64
  4914. package/intl-phone-input/types-1b036d4b.d.ts +0 -13
  4915. package/intl-phone-input/types-1c79e231.d.ts +0 -113
  4916. package/intl-phone-input/types-67a2d8af.d.ts +0 -276
  4917. package/intl-phone-input/typings-0f4b9bed.d.ts +0 -576
  4918. package/intl-phone-input/typings-89f0cb07.d.ts +0 -93
  4919. package/intl-phone-input/typings-bdb4c6b9.d.ts +0 -52
  4920. package/intl-phone-input/useSkeleton-ebda875c.d.ts +0 -12
  4921. package/intl-phone-input/utils-0f4b9bed.d.ts +0 -41
  4922. package/intl-phone-input/utils-1574ad8b.d.ts +0 -29
  4923. package/intl-phone-input/utils-49cc3c24.d.ts +0 -8
  4924. package/list/Component-c41e88c1.js +0 -64
  4925. package/list/esm/Component-7b1a6910.js +0 -57
  4926. package/list/modern/Component-e369eec2.js +0 -52
  4927. package/markdown/cssm/desktop.d.ts +0 -2
  4928. package/markdown/cssm/desktop.js +0 -20
  4929. package/markdown/cssm/mobile.d.ts +0 -2
  4930. package/markdown/cssm/mobile.js +0 -20
  4931. package/markdown/desktop.d.ts +0 -2
  4932. package/markdown/desktop.js +0 -19
  4933. package/markdown/esm/desktop.d.ts +0 -2
  4934. package/markdown/esm/desktop.js +0 -13
  4935. package/markdown/esm/mobile.d.ts +0 -2
  4936. package/markdown/esm/mobile.js +0 -13
  4937. package/markdown/esm/use-overrides-078171e7.js +0 -31
  4938. package/markdown/mobile.d.ts +0 -2
  4939. package/markdown/mobile.js +0 -19
  4940. package/markdown/modern/desktop.d.ts +0 -2
  4941. package/markdown/modern/desktop.js +0 -12
  4942. package/markdown/modern/mobile.d.ts +0 -2
  4943. package/markdown/modern/mobile.js +0 -12
  4944. package/markdown/modern/use-overrides-a8a7fe6b.js +0 -29
  4945. package/markdown/use-overrides-4ba1e80e.js +0 -37
  4946. package/modal/cssm/desktop.d.ts +0 -2
  4947. package/modal/cssm/desktop.js +0 -32
  4948. package/modal/cssm/mobile.d.ts +0 -2
  4949. package/modal/cssm/mobile.js +0 -32
  4950. package/modal/cssm/shared.d.ts +0 -1
  4951. package/modal/cssm/shared.js +0 -8
  4952. package/modal/desktop.d.ts +0 -2
  4953. package/modal/desktop.js +0 -19
  4954. package/modal/esm/desktop.d.ts +0 -2
  4955. package/modal/esm/desktop.js +0 -13
  4956. package/modal/esm/mobile.d.ts +0 -2
  4957. package/modal/esm/mobile.js +0 -13
  4958. package/modal/esm/shared.d.ts +0 -1
  4959. package/modal/esm/shared.js +0 -2
  4960. package/modal/mobile.d.ts +0 -2
  4961. package/modal/mobile.js +0 -19
  4962. package/modal/modern/desktop.d.ts +0 -2
  4963. package/modal/modern/desktop.js +0 -12
  4964. package/modal/modern/mobile.d.ts +0 -2
  4965. package/modal/modern/mobile.js +0 -12
  4966. package/modal/modern/shared.d.ts +0 -1
  4967. package/modal/modern/shared.js +0 -2
  4968. package/modal/shared.d.ts +0 -1
  4969. package/modal/shared.js +0 -8
  4970. package/navigation-bar/Component-89f0cb07.d.ts +0 -38
  4971. package/navigation-bar/cssm/Component-89f0cb07.d.ts +0 -38
  4972. package/navigation-bar/cssm/shared.d.ts +0 -2
  4973. package/navigation-bar/cssm/shared.js +0 -21
  4974. package/navigation-bar/cssm/typings-89f0cb07.d.ts +0 -93
  4975. package/navigation-bar/esm/Component-89f0cb07.d.ts +0 -38
  4976. package/navigation-bar/esm/shared.d.ts +0 -2
  4977. package/navigation-bar/esm/shared.js +0 -12
  4978. package/navigation-bar/esm/typings-89f0cb07.d.ts +0 -93
  4979. package/navigation-bar/modern/Component-89f0cb07.d.ts +0 -38
  4980. package/navigation-bar/modern/shared.d.ts +0 -2
  4981. package/navigation-bar/modern/shared.js +0 -11
  4982. package/navigation-bar/modern/typings-89f0cb07.d.ts +0 -93
  4983. package/navigation-bar/shared.d.ts +0 -2
  4984. package/navigation-bar/shared.js +0 -19
  4985. package/navigation-bar/typings-89f0cb07.d.ts +0 -93
  4986. package/notification/Component-89f0cb07.d.ts +0 -84
  4987. package/notification/createPaddingStyle-72dda473.d.ts +0 -5
  4988. package/notification/cssm/Component-89f0cb07.d.ts +0 -84
  4989. package/notification/cssm/createPaddingStyle-72dda473.d.ts +0 -5
  4990. package/notification/cssm/index-72dda473.d.ts +0 -12
  4991. package/notification/cssm/typings-89f0cb07.d.ts +0 -93
  4992. package/notification/esm/Component-89f0cb07.d.ts +0 -84
  4993. package/notification/esm/createPaddingStyle-72dda473.d.ts +0 -5
  4994. package/notification/esm/index-72dda473.d.ts +0 -12
  4995. package/notification/esm/typings-89f0cb07.d.ts +0 -93
  4996. package/notification/index-72dda473.d.ts +0 -12
  4997. package/notification/modern/Component-89f0cb07.d.ts +0 -84
  4998. package/notification/modern/createPaddingStyle-72dda473.d.ts +0 -5
  4999. package/notification/modern/index-72dda473.d.ts +0 -12
  5000. package/notification/modern/typings-89f0cb07.d.ts +0 -93
  5001. package/notification/typings-89f0cb07.d.ts +0 -93
  5002. package/number-input/Component-10db897e.d.ts +0 -38
  5003. package/number-input/Component-72dda473.d.ts +0 -53
  5004. package/number-input/Component.desktop-785df74d.d.ts +0 -6
  5005. package/number-input/Component.mobile-d7e9f69d.d.ts +0 -6
  5006. package/number-input/Component.mobile-ebda875c.d.ts +0 -7
  5007. package/number-input/Component.responsive-785df74d.d.ts +0 -26
  5008. package/number-input/cssm/Component-10db897e.d.ts +0 -38
  5009. package/number-input/cssm/Component-72dda473.d.ts +0 -53
  5010. package/number-input/cssm/Component.desktop-785df74d.d.ts +0 -6
  5011. package/number-input/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  5012. package/number-input/cssm/Component.mobile-ebda875c.d.ts +0 -7
  5013. package/number-input/cssm/Component.responsive-785df74d.d.ts +0 -26
  5014. package/number-input/cssm/desktop.d.ts +0 -2
  5015. package/number-input/cssm/desktop.js +0 -13
  5016. package/number-input/cssm/index-10db897e.d.ts +0 -50
  5017. package/number-input/cssm/index-3109f463.d.ts +0 -62
  5018. package/number-input/cssm/index-72dda473.d.ts +0 -12
  5019. package/number-input/cssm/index-ebda875c.d.ts +0 -145
  5020. package/number-input/cssm/mobile.d.ts +0 -2
  5021. package/number-input/cssm/mobile.js +0 -13
  5022. package/number-input/cssm/typings-89f0cb07.d.ts +0 -93
  5023. package/number-input/desktop.d.ts +0 -2
  5024. package/number-input/desktop.js +0 -13
  5025. package/number-input/esm/Component-10db897e.d.ts +0 -38
  5026. package/number-input/esm/Component-72dda473.d.ts +0 -53
  5027. package/number-input/esm/Component.desktop-785df74d.d.ts +0 -6
  5028. package/number-input/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  5029. package/number-input/esm/Component.mobile-ebda875c.d.ts +0 -7
  5030. package/number-input/esm/Component.responsive-785df74d.d.ts +0 -26
  5031. package/number-input/esm/desktop.d.ts +0 -2
  5032. package/number-input/esm/desktop.js +0 -7
  5033. package/number-input/esm/index-10db897e.d.ts +0 -50
  5034. package/number-input/esm/index-3109f463.d.ts +0 -62
  5035. package/number-input/esm/index-72dda473.d.ts +0 -12
  5036. package/number-input/esm/index-ebda875c.d.ts +0 -145
  5037. package/number-input/esm/mobile.d.ts +0 -2
  5038. package/number-input/esm/mobile.js +0 -7
  5039. package/number-input/esm/typings-89f0cb07.d.ts +0 -93
  5040. package/number-input/index-10db897e.d.ts +0 -50
  5041. package/number-input/index-3109f463.d.ts +0 -62
  5042. package/number-input/index-72dda473.d.ts +0 -12
  5043. package/number-input/index-ebda875c.d.ts +0 -145
  5044. package/number-input/mobile.d.ts +0 -2
  5045. package/number-input/mobile.js +0 -13
  5046. package/number-input/modern/Component-10db897e.d.ts +0 -38
  5047. package/number-input/modern/Component-72dda473.d.ts +0 -53
  5048. package/number-input/modern/Component.desktop-785df74d.d.ts +0 -6
  5049. package/number-input/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  5050. package/number-input/modern/Component.mobile-ebda875c.d.ts +0 -7
  5051. package/number-input/modern/Component.responsive-785df74d.d.ts +0 -26
  5052. package/number-input/modern/desktop.d.ts +0 -2
  5053. package/number-input/modern/desktop.js +0 -6
  5054. package/number-input/modern/index-10db897e.d.ts +0 -50
  5055. package/number-input/modern/index-3109f463.d.ts +0 -62
  5056. package/number-input/modern/index-72dda473.d.ts +0 -12
  5057. package/number-input/modern/index-ebda875c.d.ts +0 -145
  5058. package/number-input/modern/mobile.d.ts +0 -2
  5059. package/number-input/modern/mobile.js +0 -6
  5060. package/number-input/modern/typings-89f0cb07.d.ts +0 -93
  5061. package/number-input/typings-89f0cb07.d.ts +0 -93
  5062. package/pass-code/Component-89f0cb07.d.ts +0 -38
  5063. package/pass-code/cssm/Component-89f0cb07.d.ts +0 -38
  5064. package/pass-code/cssm/typings-89f0cb07.d.ts +0 -93
  5065. package/pass-code/esm/Component-89f0cb07.d.ts +0 -38
  5066. package/pass-code/esm/typings-89f0cb07.d.ts +0 -93
  5067. package/pass-code/modern/Component-89f0cb07.d.ts +0 -38
  5068. package/pass-code/modern/typings-89f0cb07.d.ts +0 -93
  5069. package/pass-code/typings-89f0cb07.d.ts +0 -93
  5070. package/pattern-lock/Component-89f0cb07.d.ts +0 -38
  5071. package/pattern-lock/cssm/Component-89f0cb07.d.ts +0 -38
  5072. package/pattern-lock/cssm/typings-89f0cb07.d.ts +0 -93
  5073. package/pattern-lock/esm/Component-89f0cb07.d.ts +0 -38
  5074. package/pattern-lock/esm/typings-89f0cb07.d.ts +0 -93
  5075. package/pattern-lock/modern/Component-89f0cb07.d.ts +0 -38
  5076. package/pattern-lock/modern/typings-89f0cb07.d.ts +0 -93
  5077. package/pattern-lock/typings-89f0cb07.d.ts +0 -93
  5078. package/picker-button/Component-0f4b9bed.d.ts +0 -72
  5079. package/picker-button/Component-10db897e.d.ts +0 -6
  5080. package/picker-button/Component-69921c40.d.ts +0 -184
  5081. package/picker-button/Component-bdb4c6b9.d.ts +0 -12
  5082. package/picker-button/Component-c76d6398.d.ts +0 -5
  5083. package/picker-button/Component-ebda875c.d.ts +0 -12
  5084. package/picker-button/Component.mobile-f1f15074.d.ts +0 -34
  5085. package/picker-button/Component.mobile-f28cbba0.d.ts +0 -41
  5086. package/picker-button/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  5087. package/picker-button/Component.responsive-3109f463.d.ts +0 -26
  5088. package/picker-button/Context-bdb4c6b9.d.ts +0 -4
  5089. package/picker-button/ResponsiveContext-baf4875b.d.ts +0 -5
  5090. package/picker-button/component-10db897e.d.ts +0 -44
  5091. package/picker-button/cssm/Component-0f4b9bed.d.ts +0 -72
  5092. package/picker-button/cssm/Component-10db897e.d.ts +0 -6
  5093. package/picker-button/cssm/Component-69921c40.d.ts +0 -184
  5094. package/picker-button/cssm/Component-bdb4c6b9.d.ts +0 -12
  5095. package/picker-button/cssm/Component-c76d6398.d.ts +0 -5
  5096. package/picker-button/cssm/Component-ebda875c.d.ts +0 -12
  5097. package/picker-button/cssm/Component.mobile-f1f15074.d.ts +0 -34
  5098. package/picker-button/cssm/Component.mobile-f28cbba0.d.ts +0 -41
  5099. package/picker-button/cssm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  5100. package/picker-button/cssm/Component.responsive-3109f463.d.ts +0 -26
  5101. package/picker-button/cssm/Context-bdb4c6b9.d.ts +0 -4
  5102. package/picker-button/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  5103. package/picker-button/cssm/component-10db897e.d.ts +0 -44
  5104. package/picker-button/cssm/desktop-69921c40.d.ts +0 -6
  5105. package/picker-button/cssm/desktop.d.ts +0 -2
  5106. package/picker-button/cssm/desktop.js +0 -22
  5107. package/picker-button/cssm/hook-8abfea97.d.ts +0 -90
  5108. package/picker-button/cssm/index-10db897e.d.ts +0 -50
  5109. package/picker-button/cssm/index-136acbb1.d.ts +0 -28
  5110. package/picker-button/cssm/index-bdb4c6b9.d.ts +0 -2
  5111. package/picker-button/cssm/index-c76d6398.d.ts +0 -2
  5112. package/picker-button/cssm/index-f12ee135.d.ts +0 -3
  5113. package/picker-button/cssm/mobile-89f0cb07.d.ts +0 -6
  5114. package/picker-button/cssm/mobile-d7e9f69d.d.ts +0 -2
  5115. package/picker-button/cssm/mobile.d.ts +0 -2
  5116. package/picker-button/cssm/mobile.js +0 -22
  5117. package/picker-button/cssm/shared-4cd3936b.d.ts +0 -65
  5118. package/picker-button/cssm/shared.d.ts +0 -2
  5119. package/picker-button/cssm/shared.js +0 -11
  5120. package/picker-button/cssm/types-67a2d8af.d.ts +0 -276
  5121. package/picker-button/cssm/typings-0f4b9bed.d.ts +0 -576
  5122. package/picker-button/cssm/typings-89f0cb07.d.ts +0 -93
  5123. package/picker-button/cssm/typings-bdb4c6b9.d.ts +0 -52
  5124. package/picker-button/cssm/useSkeleton-ebda875c.d.ts +0 -12
  5125. package/picker-button/cssm/utils-0f4b9bed.d.ts +0 -41
  5126. package/picker-button/cssm/utils-1574ad8b.d.ts +0 -29
  5127. package/picker-button/cssm/utils-49cc3c24.d.ts +0 -8
  5128. package/picker-button/desktop-69921c40.d.ts +0 -6
  5129. package/picker-button/desktop.d.ts +0 -2
  5130. package/picker-button/desktop.js +0 -19
  5131. package/picker-button/esm/Component-0f4b9bed.d.ts +0 -72
  5132. package/picker-button/esm/Component-10db897e.d.ts +0 -6
  5133. package/picker-button/esm/Component-69921c40.d.ts +0 -184
  5134. package/picker-button/esm/Component-bdb4c6b9.d.ts +0 -12
  5135. package/picker-button/esm/Component-c76d6398.d.ts +0 -5
  5136. package/picker-button/esm/Component-ebda875c.d.ts +0 -12
  5137. package/picker-button/esm/Component.mobile-f1f15074.d.ts +0 -34
  5138. package/picker-button/esm/Component.mobile-f28cbba0.d.ts +0 -41
  5139. package/picker-button/esm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  5140. package/picker-button/esm/Component.responsive-3109f463.d.ts +0 -26
  5141. package/picker-button/esm/Context-bdb4c6b9.d.ts +0 -4
  5142. package/picker-button/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  5143. package/picker-button/esm/component-10db897e.d.ts +0 -44
  5144. package/picker-button/esm/desktop-69921c40.d.ts +0 -6
  5145. package/picker-button/esm/desktop.d.ts +0 -2
  5146. package/picker-button/esm/desktop.js +0 -13
  5147. package/picker-button/esm/hook-8abfea97.d.ts +0 -90
  5148. package/picker-button/esm/index-10db897e.d.ts +0 -50
  5149. package/picker-button/esm/index-136acbb1.d.ts +0 -28
  5150. package/picker-button/esm/index-bdb4c6b9.d.ts +0 -2
  5151. package/picker-button/esm/index-c76d6398.d.ts +0 -2
  5152. package/picker-button/esm/index-f12ee135.d.ts +0 -3
  5153. package/picker-button/esm/mobile-89f0cb07.d.ts +0 -6
  5154. package/picker-button/esm/mobile-d7e9f69d.d.ts +0 -2
  5155. package/picker-button/esm/mobile.d.ts +0 -2
  5156. package/picker-button/esm/mobile.js +0 -14
  5157. package/picker-button/esm/shared-4cd3936b.d.ts +0 -65
  5158. package/picker-button/esm/shared.d.ts +0 -2
  5159. package/picker-button/esm/shared.js +0 -5
  5160. package/picker-button/esm/types-67a2d8af.d.ts +0 -276
  5161. package/picker-button/esm/typings-0f4b9bed.d.ts +0 -576
  5162. package/picker-button/esm/typings-89f0cb07.d.ts +0 -93
  5163. package/picker-button/esm/typings-bdb4c6b9.d.ts +0 -52
  5164. package/picker-button/esm/useSkeleton-ebda875c.d.ts +0 -12
  5165. package/picker-button/esm/utils-0f4b9bed.d.ts +0 -41
  5166. package/picker-button/esm/utils-1574ad8b.d.ts +0 -29
  5167. package/picker-button/esm/utils-49cc3c24.d.ts +0 -8
  5168. package/picker-button/hook-8abfea97.d.ts +0 -90
  5169. package/picker-button/index-10db897e.d.ts +0 -50
  5170. package/picker-button/index-136acbb1.d.ts +0 -28
  5171. package/picker-button/index-bdb4c6b9.d.ts +0 -2
  5172. package/picker-button/index-c76d6398.d.ts +0 -2
  5173. package/picker-button/index-f12ee135.d.ts +0 -3
  5174. package/picker-button/mobile-89f0cb07.d.ts +0 -6
  5175. package/picker-button/mobile-d7e9f69d.d.ts +0 -2
  5176. package/picker-button/mobile.d.ts +0 -2
  5177. package/picker-button/mobile.js +0 -20
  5178. package/picker-button/modern/Component-0f4b9bed.d.ts +0 -72
  5179. package/picker-button/modern/Component-10db897e.d.ts +0 -6
  5180. package/picker-button/modern/Component-69921c40.d.ts +0 -184
  5181. package/picker-button/modern/Component-bdb4c6b9.d.ts +0 -12
  5182. package/picker-button/modern/Component-c76d6398.d.ts +0 -5
  5183. package/picker-button/modern/Component-ebda875c.d.ts +0 -12
  5184. package/picker-button/modern/Component.mobile-f1f15074.d.ts +0 -34
  5185. package/picker-button/modern/Component.mobile-f28cbba0.d.ts +0 -41
  5186. package/picker-button/modern/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  5187. package/picker-button/modern/Component.responsive-3109f463.d.ts +0 -26
  5188. package/picker-button/modern/Context-bdb4c6b9.d.ts +0 -4
  5189. package/picker-button/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  5190. package/picker-button/modern/component-10db897e.d.ts +0 -44
  5191. package/picker-button/modern/desktop-69921c40.d.ts +0 -6
  5192. package/picker-button/modern/desktop.d.ts +0 -2
  5193. package/picker-button/modern/desktop.js +0 -12
  5194. package/picker-button/modern/hook-8abfea97.d.ts +0 -90
  5195. package/picker-button/modern/index-10db897e.d.ts +0 -50
  5196. package/picker-button/modern/index-136acbb1.d.ts +0 -28
  5197. package/picker-button/modern/index-bdb4c6b9.d.ts +0 -2
  5198. package/picker-button/modern/index-c76d6398.d.ts +0 -2
  5199. package/picker-button/modern/index-f12ee135.d.ts +0 -3
  5200. package/picker-button/modern/mobile-89f0cb07.d.ts +0 -6
  5201. package/picker-button/modern/mobile-d7e9f69d.d.ts +0 -2
  5202. package/picker-button/modern/mobile.d.ts +0 -2
  5203. package/picker-button/modern/mobile.js +0 -13
  5204. package/picker-button/modern/shared-4cd3936b.d.ts +0 -65
  5205. package/picker-button/modern/shared.d.ts +0 -2
  5206. package/picker-button/modern/shared.js +0 -5
  5207. package/picker-button/modern/types-67a2d8af.d.ts +0 -276
  5208. package/picker-button/modern/typings-0f4b9bed.d.ts +0 -576
  5209. package/picker-button/modern/typings-89f0cb07.d.ts +0 -93
  5210. package/picker-button/modern/typings-bdb4c6b9.d.ts +0 -52
  5211. package/picker-button/modern/useSkeleton-ebda875c.d.ts +0 -12
  5212. package/picker-button/modern/utils-0f4b9bed.d.ts +0 -41
  5213. package/picker-button/modern/utils-1574ad8b.d.ts +0 -29
  5214. package/picker-button/modern/utils-49cc3c24.d.ts +0 -8
  5215. package/picker-button/shared-4cd3936b.d.ts +0 -65
  5216. package/picker-button/shared.d.ts +0 -2
  5217. package/picker-button/shared.js +0 -11
  5218. package/picker-button/types-67a2d8af.d.ts +0 -276
  5219. package/picker-button/typings-0f4b9bed.d.ts +0 -576
  5220. package/picker-button/typings-89f0cb07.d.ts +0 -93
  5221. package/picker-button/typings-bdb4c6b9.d.ts +0 -52
  5222. package/picker-button/useSkeleton-ebda875c.d.ts +0 -12
  5223. package/picker-button/utils-0f4b9bed.d.ts +0 -41
  5224. package/picker-button/utils-1574ad8b.d.ts +0 -29
  5225. package/picker-button/utils-49cc3c24.d.ts +0 -8
  5226. package/plate/cssm/desktop.d.ts +0 -2
  5227. package/plate/cssm/desktop.js +0 -19
  5228. package/plate/cssm/mobile.d.ts +0 -2
  5229. package/plate/cssm/mobile.js +0 -19
  5230. package/plate/desktop.d.ts +0 -2
  5231. package/plate/desktop.js +0 -17
  5232. package/plate/esm/desktop.d.ts +0 -2
  5233. package/plate/esm/desktop.js +0 -11
  5234. package/plate/esm/mobile.d.ts +0 -2
  5235. package/plate/esm/mobile.js +0 -11
  5236. package/plate/mobile.d.ts +0 -2
  5237. package/plate/mobile.js +0 -17
  5238. package/plate/modern/desktop.d.ts +0 -2
  5239. package/plate/modern/desktop.js +0 -10
  5240. package/plate/modern/mobile.d.ts +0 -2
  5241. package/plate/modern/mobile.js +0 -10
  5242. package/popup-sheet/Component-89f0cb07.d.ts +0 -38
  5243. package/popup-sheet/Component.desktop-0aa4e915.d.ts +0 -5
  5244. package/popup-sheet/cssm/Component-89f0cb07.d.ts +0 -38
  5245. package/popup-sheet/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  5246. package/popup-sheet/cssm/desktop-89f0cb07.d.ts +0 -2
  5247. package/popup-sheet/cssm/index-ebda875c.d.ts +0 -1
  5248. package/popup-sheet/cssm/types-1b036d4b.d.ts +0 -13
  5249. package/popup-sheet/cssm/typings-89f0cb07.d.ts +0 -93
  5250. package/popup-sheet/cssm/useSkeleton-1b036d4b.d.ts +0 -40
  5251. package/popup-sheet/desktop-89f0cb07.d.ts +0 -2
  5252. package/popup-sheet/esm/Component-89f0cb07.d.ts +0 -38
  5253. package/popup-sheet/esm/Component.desktop-0aa4e915.d.ts +0 -5
  5254. package/popup-sheet/esm/desktop-89f0cb07.d.ts +0 -2
  5255. package/popup-sheet/esm/index-ebda875c.d.ts +0 -1
  5256. package/popup-sheet/esm/types-1b036d4b.d.ts +0 -13
  5257. package/popup-sheet/esm/typings-89f0cb07.d.ts +0 -93
  5258. package/popup-sheet/esm/useSkeleton-1b036d4b.d.ts +0 -40
  5259. package/popup-sheet/index-ebda875c.d.ts +0 -1
  5260. package/popup-sheet/modern/Component-89f0cb07.d.ts +0 -38
  5261. package/popup-sheet/modern/Component.desktop-0aa4e915.d.ts +0 -5
  5262. package/popup-sheet/modern/desktop-89f0cb07.d.ts +0 -2
  5263. package/popup-sheet/modern/index-ebda875c.d.ts +0 -1
  5264. package/popup-sheet/modern/types-1b036d4b.d.ts +0 -13
  5265. package/popup-sheet/modern/typings-89f0cb07.d.ts +0 -93
  5266. package/popup-sheet/modern/useSkeleton-1b036d4b.d.ts +0 -40
  5267. package/popup-sheet/types-1b036d4b.d.ts +0 -13
  5268. package/popup-sheet/typings-89f0cb07.d.ts +0 -93
  5269. package/popup-sheet/useSkeleton-1b036d4b.d.ts +0 -40
  5270. package/pure-cell/component-0a51b9f9.js +0 -119
  5271. package/pure-cell/esm/component-47bb10a4.js +0 -111
  5272. package/pure-cell/modern/component-f7278cdd.js +0 -103
  5273. package/radio-group/cssm/desktop.d.ts +0 -2
  5274. package/radio-group/cssm/desktop.js +0 -14
  5275. package/radio-group/cssm/mobile.d.ts +0 -2
  5276. package/radio-group/cssm/mobile.js +0 -14
  5277. package/radio-group/desktop.d.ts +0 -2
  5278. package/radio-group/desktop.js +0 -12
  5279. package/radio-group/esm/desktop.d.ts +0 -2
  5280. package/radio-group/esm/desktop.js +0 -6
  5281. package/radio-group/esm/mobile.d.ts +0 -2
  5282. package/radio-group/esm/mobile.js +0 -6
  5283. package/radio-group/mobile.d.ts +0 -2
  5284. package/radio-group/mobile.js +0 -12
  5285. package/radio-group/modern/desktop.d.ts +0 -2
  5286. package/radio-group/modern/desktop.js +0 -5
  5287. package/radio-group/modern/mobile.d.ts +0 -2
  5288. package/radio-group/modern/mobile.js +0 -5
  5289. package/select/Component-89f0cb07.d.ts +0 -38
  5290. package/select/Component.desktop-ebda875c.d.ts +0 -6
  5291. package/select/Component.mobile-f1f15074.d.ts +0 -404
  5292. package/select/components/base-select-mobile/Component.d.ts +0 -70
  5293. package/select/components/base-select-mobile/Component.js +0 -294
  5294. package/select/components/base-select-mobile/footer/Component.d.ts +0 -9
  5295. package/select/components/base-select-mobile/footer/Component.js +0 -32
  5296. package/select/components/base-select-mobile/footer/index.css +0 -42
  5297. package/select/components/base-select-mobile/footer/index.js +0 -11
  5298. package/select/components/base-select-mobile/index.css +0 -70
  5299. package/select/components/base-select-mobile/index.js +0 -34
  5300. package/select/cssm/Component-89f0cb07.d.ts +0 -38
  5301. package/select/cssm/Component.mobile-ebda875c.d.ts +0 -6
  5302. package/select/cssm/Component.mobile-f1f15074.d.ts +0 -404
  5303. package/select/cssm/components/base-select-mobile/Component.d.ts +0 -70
  5304. package/select/cssm/components/base-select-mobile/Component.js +0 -301
  5305. package/select/cssm/components/base-select-mobile/footer/Component.d.ts +0 -9
  5306. package/select/cssm/components/base-select-mobile/footer/Component.js +0 -31
  5307. package/select/cssm/components/base-select-mobile/footer/index.js +0 -12
  5308. package/select/cssm/components/base-select-mobile/footer/index.module.css +0 -41
  5309. package/select/cssm/components/base-select-mobile/index.js +0 -43
  5310. package/select/cssm/components/base-select-mobile/index.module.css +0 -69
  5311. package/select/cssm/desktop-69921c40.d.ts +0 -6
  5312. package/select/cssm/desktop.d.ts +0 -2
  5313. package/select/cssm/desktop.js +0 -46
  5314. package/select/cssm/hook-244c8d6e.js +0 -125
  5315. package/select/cssm/hook-8abfea97.d.ts +0 -89
  5316. package/select/cssm/index-ebda875c.d.ts +0 -2
  5317. package/select/cssm/mobile-96988a65.d.ts +0 -2
  5318. package/select/cssm/mobile.d.ts +0 -5
  5319. package/select/cssm/mobile.js +0 -60
  5320. package/select/cssm/shared.d.ts +0 -5
  5321. package/select/cssm/shared.js +0 -83
  5322. package/select/cssm/typings-89f0cb07.d.ts +0 -93
  5323. package/select/cssm/typings-baf4875b.d.ts +0 -52
  5324. package/select/desktop-69921c40.d.ts +0 -6
  5325. package/select/desktop.d.ts +0 -2
  5326. package/select/desktop.js +0 -37
  5327. package/select/esm/Component-89f0cb07.d.ts +0 -38
  5328. package/select/esm/Component.mobile-ebda875c.d.ts +0 -6
  5329. package/select/esm/Component.mobile-f1f15074.d.ts +0 -404
  5330. package/select/esm/components/base-select-mobile/Component.d.ts +0 -70
  5331. package/select/esm/components/base-select-mobile/Component.js +0 -286
  5332. package/select/esm/components/base-select-mobile/footer/Component.d.ts +0 -9
  5333. package/select/esm/components/base-select-mobile/footer/Component.js +0 -25
  5334. package/select/esm/components/base-select-mobile/footer/index.css +0 -42
  5335. package/select/esm/components/base-select-mobile/footer/index.d.ts +0 -1
  5336. package/select/esm/components/base-select-mobile/footer/index.js +0 -5
  5337. package/select/esm/components/base-select-mobile/index.css +0 -70
  5338. package/select/esm/components/base-select-mobile/index.d.ts +0 -1
  5339. package/select/esm/components/base-select-mobile/index.js +0 -28
  5340. package/select/esm/desktop-69921c40.d.ts +0 -6
  5341. package/select/esm/desktop.d.ts +0 -2
  5342. package/select/esm/desktop.js +0 -31
  5343. package/select/esm/hook-7cea01ed.js +0 -126
  5344. package/select/esm/hook-8abfea97.d.ts +0 -89
  5345. package/select/esm/index-ebda875c.d.ts +0 -2
  5346. package/select/esm/mobile-96988a65.d.ts +0 -2
  5347. package/select/esm/mobile.d.ts +0 -5
  5348. package/select/esm/mobile.js +0 -40
  5349. package/select/esm/shared.d.ts +0 -5
  5350. package/select/esm/shared.js +0 -41
  5351. package/select/esm/typings-89f0cb07.d.ts +0 -93
  5352. package/select/esm/typings-baf4875b.d.ts +0 -52
  5353. package/select/hook-26f637c3.js +0 -125
  5354. package/select/hook-8abfea97.d.ts +0 -89
  5355. package/select/index-ebda875c.d.ts +0 -2
  5356. package/select/mobile-96988a65.d.ts +0 -6
  5357. package/select/mobile.d.ts +0 -5
  5358. package/select/mobile.js +0 -47
  5359. package/select/modern/Component-89f0cb07.d.ts +0 -38
  5360. package/select/modern/Component.mobile-ebda875c.d.ts +0 -6
  5361. package/select/modern/Component.mobile-f1f15074.d.ts +0 -404
  5362. package/select/modern/components/base-select-mobile/Component.d.ts +0 -70
  5363. package/select/modern/components/base-select-mobile/Component.js +0 -285
  5364. package/select/modern/components/base-select-mobile/footer/Component.d.ts +0 -9
  5365. package/select/modern/components/base-select-mobile/footer/Component.js +0 -23
  5366. package/select/modern/components/base-select-mobile/footer/index.css +0 -42
  5367. package/select/modern/components/base-select-mobile/footer/index.d.ts +0 -1
  5368. package/select/modern/components/base-select-mobile/footer/index.js +0 -5
  5369. package/select/modern/components/base-select-mobile/index.css +0 -70
  5370. package/select/modern/components/base-select-mobile/index.d.ts +0 -1
  5371. package/select/modern/components/base-select-mobile/index.js +0 -27
  5372. package/select/modern/desktop-69921c40.d.ts +0 -6
  5373. package/select/modern/desktop.d.ts +0 -2
  5374. package/select/modern/desktop.js +0 -30
  5375. package/select/modern/hook-8abfea97.d.ts +0 -89
  5376. package/select/modern/hook-8fde8bd7.js +0 -138
  5377. package/select/modern/index-ebda875c.d.ts +0 -2
  5378. package/select/modern/mobile-96988a65.d.ts +0 -2
  5379. package/select/modern/mobile.d.ts +0 -5
  5380. package/select/modern/mobile.js +0 -39
  5381. package/select/modern/shared.d.ts +0 -5
  5382. package/select/modern/shared.js +0 -40
  5383. package/select/modern/typings-89f0cb07.d.ts +0 -93
  5384. package/select/modern/typings-baf4875b.d.ts +0 -52
  5385. package/select/shared.d.ts +0 -5
  5386. package/select/shared.js +0 -68
  5387. package/select/typings-89f0cb07.d.ts +0 -93
  5388. package/select/typings-baf4875b.d.ts +0 -52
  5389. package/select-with-tags/Component-0f4b9bed.d.ts +0 -100
  5390. package/select-with-tags/Component-10db897e.d.ts +0 -6
  5391. package/select-with-tags/Component-69921c40.d.ts +0 -184
  5392. package/select-with-tags/Component-8b2c2707.d.ts +0 -71
  5393. package/select-with-tags/Component-bdb4c6b9.d.ts +0 -12
  5394. package/select-with-tags/Component-c76d6398.d.ts +0 -5
  5395. package/select-with-tags/Component-ebda875c.d.ts +0 -12
  5396. package/select-with-tags/Component.desktop-0aa4e915.d.ts +0 -5
  5397. package/select-with-tags/Component.mobile-16b1285a.d.ts +0 -5
  5398. package/select-with-tags/Component.mobile-ebda875c.d.ts +0 -6
  5399. package/select-with-tags/Component.responsive-3109f463.d.ts +0 -5
  5400. package/select-with-tags/Context-bdb4c6b9.d.ts +0 -4
  5401. package/select-with-tags/ResponsiveContext-baf4875b.d.ts +0 -5
  5402. package/select-with-tags/component-10db897e.d.ts +0 -44
  5403. package/select-with-tags/consts-f777ba1a.d.ts +0 -2
  5404. package/select-with-tags/cssm/Component-0f4b9bed.d.ts +0 -100
  5405. package/select-with-tags/cssm/Component-10db897e.d.ts +0 -6
  5406. package/select-with-tags/cssm/Component-69921c40.d.ts +0 -184
  5407. package/select-with-tags/cssm/Component-8b2c2707.d.ts +0 -71
  5408. package/select-with-tags/cssm/Component-bdb4c6b9.d.ts +0 -12
  5409. package/select-with-tags/cssm/Component-c76d6398.d.ts +0 -5
  5410. package/select-with-tags/cssm/Component-ebda875c.d.ts +0 -12
  5411. package/select-with-tags/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  5412. package/select-with-tags/cssm/Component.mobile-16b1285a.d.ts +0 -5
  5413. package/select-with-tags/cssm/Component.mobile-ebda875c.d.ts +0 -6
  5414. package/select-with-tags/cssm/Component.responsive-3109f463.d.ts +0 -5
  5415. package/select-with-tags/cssm/Context-bdb4c6b9.d.ts +0 -4
  5416. package/select-with-tags/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  5417. package/select-with-tags/cssm/component-10db897e.d.ts +0 -44
  5418. package/select-with-tags/cssm/consts-f777ba1a.d.ts +0 -2
  5419. package/select-with-tags/cssm/desktop-69921c40.d.ts +0 -2
  5420. package/select-with-tags/cssm/hook-8abfea97.d.ts +0 -90
  5421. package/select-with-tags/cssm/index-10db897e.d.ts +0 -50
  5422. package/select-with-tags/cssm/index-136acbb1.d.ts +0 -28
  5423. package/select-with-tags/cssm/index-3109f463.d.ts +0 -62
  5424. package/select-with-tags/cssm/index-72dda473.d.ts +0 -12
  5425. package/select-with-tags/cssm/index-8b2c2707.d.ts +0 -2
  5426. package/select-with-tags/cssm/index-bdb4c6b9.d.ts +0 -2
  5427. package/select-with-tags/cssm/index-c44170fe.d.ts +0 -175
  5428. package/select-with-tags/cssm/index-c76d6398.d.ts +0 -2
  5429. package/select-with-tags/cssm/index-ebda875c.d.ts +0 -37
  5430. package/select-with-tags/cssm/index-f12ee135.d.ts +0 -3
  5431. package/select-with-tags/cssm/mobile-89f0cb07.d.ts +0 -2
  5432. package/select-with-tags/cssm/mobile-96988a65.d.ts +0 -2
  5433. package/select-with-tags/cssm/shared-4cd3936b.d.ts +0 -107
  5434. package/select-with-tags/cssm/types-1b036d4b.d.ts +0 -13
  5435. package/select-with-tags/cssm/types-1c79e231.d.ts +0 -113
  5436. package/select-with-tags/cssm/types-67a2d8af.d.ts +0 -276
  5437. package/select-with-tags/cssm/typings-0f4b9bed.d.ts +0 -576
  5438. package/select-with-tags/cssm/typings-89f0cb07.d.ts +0 -93
  5439. package/select-with-tags/cssm/typings-bdb4c6b9.d.ts +0 -52
  5440. package/select-with-tags/cssm/useSkeleton-ebda875c.d.ts +0 -12
  5441. package/select-with-tags/cssm/utils-0f4b9bed.d.ts +0 -41
  5442. package/select-with-tags/cssm/utils-1574ad8b.d.ts +0 -29
  5443. package/select-with-tags/cssm/utils-49cc3c24.d.ts +0 -8
  5444. package/select-with-tags/desktop-69921c40.d.ts +0 -2
  5445. package/select-with-tags/esm/Component-0f4b9bed.d.ts +0 -100
  5446. package/select-with-tags/esm/Component-10db897e.d.ts +0 -6
  5447. package/select-with-tags/esm/Component-69921c40.d.ts +0 -184
  5448. package/select-with-tags/esm/Component-8b2c2707.d.ts +0 -71
  5449. package/select-with-tags/esm/Component-bdb4c6b9.d.ts +0 -12
  5450. package/select-with-tags/esm/Component-c76d6398.d.ts +0 -5
  5451. package/select-with-tags/esm/Component-ebda875c.d.ts +0 -12
  5452. package/select-with-tags/esm/Component.desktop-0aa4e915.d.ts +0 -5
  5453. package/select-with-tags/esm/Component.mobile-16b1285a.d.ts +0 -5
  5454. package/select-with-tags/esm/Component.mobile-ebda875c.d.ts +0 -6
  5455. package/select-with-tags/esm/Component.responsive-3109f463.d.ts +0 -5
  5456. package/select-with-tags/esm/Context-bdb4c6b9.d.ts +0 -4
  5457. package/select-with-tags/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  5458. package/select-with-tags/esm/component-10db897e.d.ts +0 -44
  5459. package/select-with-tags/esm/consts-f777ba1a.d.ts +0 -2
  5460. package/select-with-tags/esm/desktop-69921c40.d.ts +0 -2
  5461. package/select-with-tags/esm/hook-8abfea97.d.ts +0 -90
  5462. package/select-with-tags/esm/index-10db897e.d.ts +0 -50
  5463. package/select-with-tags/esm/index-136acbb1.d.ts +0 -28
  5464. package/select-with-tags/esm/index-3109f463.d.ts +0 -62
  5465. package/select-with-tags/esm/index-72dda473.d.ts +0 -12
  5466. package/select-with-tags/esm/index-8b2c2707.d.ts +0 -2
  5467. package/select-with-tags/esm/index-bdb4c6b9.d.ts +0 -2
  5468. package/select-with-tags/esm/index-c44170fe.d.ts +0 -175
  5469. package/select-with-tags/esm/index-c76d6398.d.ts +0 -2
  5470. package/select-with-tags/esm/index-ebda875c.d.ts +0 -37
  5471. package/select-with-tags/esm/index-f12ee135.d.ts +0 -3
  5472. package/select-with-tags/esm/mobile-89f0cb07.d.ts +0 -2
  5473. package/select-with-tags/esm/mobile-96988a65.d.ts +0 -2
  5474. package/select-with-tags/esm/shared-4cd3936b.d.ts +0 -107
  5475. package/select-with-tags/esm/types-1b036d4b.d.ts +0 -13
  5476. package/select-with-tags/esm/types-1c79e231.d.ts +0 -113
  5477. package/select-with-tags/esm/types-67a2d8af.d.ts +0 -276
  5478. package/select-with-tags/esm/typings-0f4b9bed.d.ts +0 -576
  5479. package/select-with-tags/esm/typings-89f0cb07.d.ts +0 -93
  5480. package/select-with-tags/esm/typings-bdb4c6b9.d.ts +0 -52
  5481. package/select-with-tags/esm/useSkeleton-ebda875c.d.ts +0 -12
  5482. package/select-with-tags/esm/utils-0f4b9bed.d.ts +0 -41
  5483. package/select-with-tags/esm/utils-1574ad8b.d.ts +0 -29
  5484. package/select-with-tags/esm/utils-49cc3c24.d.ts +0 -8
  5485. package/select-with-tags/hook-8abfea97.d.ts +0 -90
  5486. package/select-with-tags/index-10db897e.d.ts +0 -50
  5487. package/select-with-tags/index-136acbb1.d.ts +0 -28
  5488. package/select-with-tags/index-3109f463.d.ts +0 -62
  5489. package/select-with-tags/index-72dda473.d.ts +0 -12
  5490. package/select-with-tags/index-8b2c2707.d.ts +0 -2
  5491. package/select-with-tags/index-bdb4c6b9.d.ts +0 -2
  5492. package/select-with-tags/index-c44170fe.d.ts +0 -175
  5493. package/select-with-tags/index-c76d6398.d.ts +0 -2
  5494. package/select-with-tags/index-ebda875c.d.ts +0 -37
  5495. package/select-with-tags/index-f12ee135.d.ts +0 -3
  5496. package/select-with-tags/mobile-89f0cb07.d.ts +0 -2
  5497. package/select-with-tags/mobile-96988a65.d.ts +0 -2
  5498. package/select-with-tags/modern/Component-0f4b9bed.d.ts +0 -100
  5499. package/select-with-tags/modern/Component-10db897e.d.ts +0 -6
  5500. package/select-with-tags/modern/Component-69921c40.d.ts +0 -184
  5501. package/select-with-tags/modern/Component-8b2c2707.d.ts +0 -71
  5502. package/select-with-tags/modern/Component-bdb4c6b9.d.ts +0 -12
  5503. package/select-with-tags/modern/Component-c76d6398.d.ts +0 -5
  5504. package/select-with-tags/modern/Component-ebda875c.d.ts +0 -12
  5505. package/select-with-tags/modern/Component.desktop-0aa4e915.d.ts +0 -5
  5506. package/select-with-tags/modern/Component.mobile-16b1285a.d.ts +0 -5
  5507. package/select-with-tags/modern/Component.mobile-ebda875c.d.ts +0 -6
  5508. package/select-with-tags/modern/Component.responsive-3109f463.d.ts +0 -5
  5509. package/select-with-tags/modern/Context-bdb4c6b9.d.ts +0 -4
  5510. package/select-with-tags/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  5511. package/select-with-tags/modern/component-10db897e.d.ts +0 -44
  5512. package/select-with-tags/modern/consts-f777ba1a.d.ts +0 -2
  5513. package/select-with-tags/modern/desktop-69921c40.d.ts +0 -2
  5514. package/select-with-tags/modern/hook-8abfea97.d.ts +0 -90
  5515. package/select-with-tags/modern/index-10db897e.d.ts +0 -50
  5516. package/select-with-tags/modern/index-136acbb1.d.ts +0 -28
  5517. package/select-with-tags/modern/index-3109f463.d.ts +0 -62
  5518. package/select-with-tags/modern/index-72dda473.d.ts +0 -12
  5519. package/select-with-tags/modern/index-8b2c2707.d.ts +0 -2
  5520. package/select-with-tags/modern/index-bdb4c6b9.d.ts +0 -2
  5521. package/select-with-tags/modern/index-c44170fe.d.ts +0 -175
  5522. package/select-with-tags/modern/index-c76d6398.d.ts +0 -2
  5523. package/select-with-tags/modern/index-ebda875c.d.ts +0 -37
  5524. package/select-with-tags/modern/index-f12ee135.d.ts +0 -3
  5525. package/select-with-tags/modern/mobile-89f0cb07.d.ts +0 -2
  5526. package/select-with-tags/modern/mobile-96988a65.d.ts +0 -2
  5527. package/select-with-tags/modern/shared-4cd3936b.d.ts +0 -107
  5528. package/select-with-tags/modern/types-1b036d4b.d.ts +0 -13
  5529. package/select-with-tags/modern/types-1c79e231.d.ts +0 -113
  5530. package/select-with-tags/modern/types-67a2d8af.d.ts +0 -276
  5531. package/select-with-tags/modern/typings-0f4b9bed.d.ts +0 -576
  5532. package/select-with-tags/modern/typings-89f0cb07.d.ts +0 -93
  5533. package/select-with-tags/modern/typings-bdb4c6b9.d.ts +0 -52
  5534. package/select-with-tags/modern/useSkeleton-ebda875c.d.ts +0 -12
  5535. package/select-with-tags/modern/utils-0f4b9bed.d.ts +0 -41
  5536. package/select-with-tags/modern/utils-1574ad8b.d.ts +0 -29
  5537. package/select-with-tags/modern/utils-49cc3c24.d.ts +0 -8
  5538. package/select-with-tags/shared-4cd3936b.d.ts +0 -107
  5539. package/select-with-tags/types-1b036d4b.d.ts +0 -13
  5540. package/select-with-tags/types-1c79e231.d.ts +0 -113
  5541. package/select-with-tags/types-67a2d8af.d.ts +0 -276
  5542. package/select-with-tags/typings-0f4b9bed.d.ts +0 -576
  5543. package/select-with-tags/typings-89f0cb07.d.ts +0 -93
  5544. package/select-with-tags/typings-bdb4c6b9.d.ts +0 -52
  5545. package/select-with-tags/useSkeleton-ebda875c.d.ts +0 -12
  5546. package/select-with-tags/utils-0f4b9bed.d.ts +0 -41
  5547. package/select-with-tags/utils-1574ad8b.d.ts +0 -29
  5548. package/select-with-tags/utils-49cc3c24.d.ts +0 -8
  5549. package/side-panel/cssm/desktop.d.ts +0 -2
  5550. package/side-panel/cssm/desktop.js +0 -31
  5551. package/side-panel/cssm/mobile.d.ts +0 -2
  5552. package/side-panel/cssm/mobile.js +0 -29
  5553. package/side-panel/cssm/shared.d.ts +0 -1
  5554. package/side-panel/cssm/shared.js +0 -8
  5555. package/side-panel/desktop.d.ts +0 -2
  5556. package/side-panel/desktop.js +0 -21
  5557. package/side-panel/esm/desktop.d.ts +0 -2
  5558. package/side-panel/esm/desktop.js +0 -15
  5559. package/side-panel/esm/mobile.d.ts +0 -2
  5560. package/side-panel/esm/mobile.js +0 -13
  5561. package/side-panel/esm/shared.d.ts +0 -1
  5562. package/side-panel/esm/shared.js +0 -2
  5563. package/side-panel/mobile.d.ts +0 -2
  5564. package/side-panel/mobile.js +0 -19
  5565. package/side-panel/modern/desktop.d.ts +0 -2
  5566. package/side-panel/modern/desktop.js +0 -14
  5567. package/side-panel/modern/mobile.d.ts +0 -2
  5568. package/side-panel/modern/mobile.js +0 -12
  5569. package/side-panel/modern/shared.d.ts +0 -1
  5570. package/side-panel/modern/shared.js +0 -2
  5571. package/side-panel/shared.d.ts +0 -1
  5572. package/side-panel/shared.js +0 -8
  5573. package/stepper-input/Component-89f0cb07.d.ts +0 -38
  5574. package/stepper-input/Component.desktop-785df74d.d.ts +0 -6
  5575. package/stepper-input/Component.desktop-d873d97d.d.ts +0 -7
  5576. package/stepper-input/Component.desktop.d.ts +0 -6
  5577. package/stepper-input/Component.desktop.js +0 -24
  5578. package/stepper-input/Component.mobile-10265133.d.ts +0 -6
  5579. package/stepper-input/Component.mobile-889187dd.d.ts +0 -7
  5580. package/stepper-input/Component.mobile-d7e9f69d.d.ts +0 -6
  5581. package/stepper-input/Component.mobile.d.ts +0 -6
  5582. package/stepper-input/Component.mobile.js +0 -24
  5583. package/stepper-input/Component.responsive-785df74d.d.ts +0 -26
  5584. package/stepper-input/Component.responsive-d873d97d.d.ts +0 -27
  5585. package/stepper-input/Component.responsive.d.ts +0 -6
  5586. package/stepper-input/Component.responsive.js +0 -26
  5587. package/stepper-input/components/base-stepper-input/Component.d.ts +0 -105
  5588. package/stepper-input/components/base-stepper-input/Component.js +0 -98
  5589. package/stepper-input/components/base-stepper-input/index.css +0 -29
  5590. package/stepper-input/components/base-stepper-input/index.d.ts +0 -1
  5591. package/stepper-input/components/base-stepper-input/index.js +0 -16
  5592. package/stepper-input/components/steppers/Component.js +0 -31
  5593. package/stepper-input/components/steppers/index.css +0 -32
  5594. package/stepper-input/components/steppers/index.d.ts +0 -1
  5595. package/stepper-input/cssm/Component-89f0cb07.d.ts +0 -38
  5596. package/stepper-input/cssm/Component.desktop-785df74d.d.ts +0 -6
  5597. package/stepper-input/cssm/Component.desktop-d873d97d.d.ts +0 -7
  5598. package/stepper-input/cssm/Component.desktop.d.ts +0 -6
  5599. package/stepper-input/cssm/Component.desktop.js +0 -26
  5600. package/stepper-input/cssm/Component.mobile-10265133.d.ts +0 -6
  5601. package/stepper-input/cssm/Component.mobile-889187dd.d.ts +0 -7
  5602. package/stepper-input/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  5603. package/stepper-input/cssm/Component.mobile.d.ts +0 -6
  5604. package/stepper-input/cssm/Component.mobile.js +0 -26
  5605. package/stepper-input/cssm/Component.responsive-785df74d.d.ts +0 -26
  5606. package/stepper-input/cssm/Component.responsive-d873d97d.d.ts +0 -27
  5607. package/stepper-input/cssm/Component.responsive.d.ts +0 -6
  5608. package/stepper-input/cssm/Component.responsive.js +0 -28
  5609. package/stepper-input/cssm/components/base-stepper-input/Component.d.ts +0 -105
  5610. package/stepper-input/cssm/components/base-stepper-input/Component.js +0 -98
  5611. package/stepper-input/cssm/components/base-stepper-input/index.d.ts +0 -1
  5612. package/stepper-input/cssm/components/base-stepper-input/index.js +0 -18
  5613. package/stepper-input/cssm/components/base-stepper-input/index.module.css +0 -28
  5614. package/stepper-input/cssm/components/steppers/index.d.ts +0 -1
  5615. package/stepper-input/cssm/components/steppers/index.module.css +0 -31
  5616. package/stepper-input/cssm/desktop.d.ts +0 -2
  5617. package/stepper-input/cssm/desktop.js +0 -20
  5618. package/stepper-input/cssm/index-889187dd.d.ts +0 -73
  5619. package/stepper-input/cssm/index-ebda875c.d.ts +0 -145
  5620. package/stepper-input/cssm/index.d.ts +0 -2
  5621. package/stepper-input/cssm/index.js +0 -21
  5622. package/stepper-input/cssm/mobile.d.ts +0 -2
  5623. package/stepper-input/cssm/mobile.js +0 -20
  5624. package/stepper-input/cssm/typings-89f0cb07.d.ts +0 -93
  5625. package/stepper-input/cssm/utils.d.ts +0 -7
  5626. package/stepper-input/cssm/utils.js +0 -39
  5627. package/stepper-input/desktop.d.ts +0 -2
  5628. package/stepper-input/desktop.js +0 -18
  5629. package/stepper-input/esm/Component-89f0cb07.d.ts +0 -38
  5630. package/stepper-input/esm/Component.desktop-785df74d.d.ts +0 -6
  5631. package/stepper-input/esm/Component.desktop-d873d97d.d.ts +0 -7
  5632. package/stepper-input/esm/Component.desktop.d.ts +0 -6
  5633. package/stepper-input/esm/Component.desktop.js +0 -18
  5634. package/stepper-input/esm/Component.mobile-10265133.d.ts +0 -6
  5635. package/stepper-input/esm/Component.mobile-889187dd.d.ts +0 -7
  5636. package/stepper-input/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  5637. package/stepper-input/esm/Component.mobile.d.ts +0 -6
  5638. package/stepper-input/esm/Component.mobile.js +0 -18
  5639. package/stepper-input/esm/Component.responsive-785df74d.d.ts +0 -26
  5640. package/stepper-input/esm/Component.responsive-d873d97d.d.ts +0 -27
  5641. package/stepper-input/esm/Component.responsive.d.ts +0 -6
  5642. package/stepper-input/esm/Component.responsive.js +0 -20
  5643. package/stepper-input/esm/components/base-stepper-input/Component.d.ts +0 -105
  5644. package/stepper-input/esm/components/base-stepper-input/Component.js +0 -91
  5645. package/stepper-input/esm/components/base-stepper-input/index.css +0 -29
  5646. package/stepper-input/esm/components/base-stepper-input/index.d.ts +0 -1
  5647. package/stepper-input/esm/components/base-stepper-input/index.js +0 -10
  5648. package/stepper-input/esm/components/steppers/Component.js +0 -24
  5649. package/stepper-input/esm/components/steppers/index.css +0 -32
  5650. package/stepper-input/esm/components/steppers/index.d.ts +0 -1
  5651. package/stepper-input/esm/desktop.d.ts +0 -2
  5652. package/stepper-input/esm/desktop.js +0 -12
  5653. package/stepper-input/esm/index-889187dd.d.ts +0 -73
  5654. package/stepper-input/esm/index-ebda875c.d.ts +0 -145
  5655. package/stepper-input/esm/index.d.ts +0 -2
  5656. package/stepper-input/esm/index.js +0 -13
  5657. package/stepper-input/esm/mobile.d.ts +0 -2
  5658. package/stepper-input/esm/mobile.js +0 -12
  5659. package/stepper-input/esm/typings-89f0cb07.d.ts +0 -93
  5660. package/stepper-input/esm/utils.d.ts +0 -7
  5661. package/stepper-input/esm/utils.js +0 -32
  5662. package/stepper-input/index-889187dd.d.ts +0 -73
  5663. package/stepper-input/index-ebda875c.d.ts +0 -145
  5664. package/stepper-input/index.d.ts +0 -2
  5665. package/stepper-input/index.js +0 -19
  5666. package/stepper-input/mobile.d.ts +0 -2
  5667. package/stepper-input/mobile.js +0 -18
  5668. package/stepper-input/modern/Component-89f0cb07.d.ts +0 -38
  5669. package/stepper-input/modern/Component.desktop-785df74d.d.ts +0 -6
  5670. package/stepper-input/modern/Component.desktop-d873d97d.d.ts +0 -7
  5671. package/stepper-input/modern/Component.desktop.d.ts +0 -6
  5672. package/stepper-input/modern/Component.desktop.js +0 -14
  5673. package/stepper-input/modern/Component.mobile-10265133.d.ts +0 -6
  5674. package/stepper-input/modern/Component.mobile-889187dd.d.ts +0 -7
  5675. package/stepper-input/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  5676. package/stepper-input/modern/Component.mobile.d.ts +0 -6
  5677. package/stepper-input/modern/Component.mobile.js +0 -14
  5678. package/stepper-input/modern/Component.responsive-785df74d.d.ts +0 -26
  5679. package/stepper-input/modern/Component.responsive-d873d97d.d.ts +0 -27
  5680. package/stepper-input/modern/Component.responsive.d.ts +0 -6
  5681. package/stepper-input/modern/Component.responsive.js +0 -18
  5682. package/stepper-input/modern/components/base-stepper-input/Component.d.ts +0 -105
  5683. package/stepper-input/modern/components/base-stepper-input/Component.js +0 -88
  5684. package/stepper-input/modern/components/base-stepper-input/index.css +0 -29
  5685. package/stepper-input/modern/components/base-stepper-input/index.d.ts +0 -1
  5686. package/stepper-input/modern/components/base-stepper-input/index.js +0 -9
  5687. package/stepper-input/modern/components/steppers/Component.js +0 -23
  5688. package/stepper-input/modern/components/steppers/index.css +0 -32
  5689. package/stepper-input/modern/components/steppers/index.d.ts +0 -1
  5690. package/stepper-input/modern/desktop.d.ts +0 -2
  5691. package/stepper-input/modern/desktop.js +0 -11
  5692. package/stepper-input/modern/index-889187dd.d.ts +0 -73
  5693. package/stepper-input/modern/index-ebda875c.d.ts +0 -145
  5694. package/stepper-input/modern/index.d.ts +0 -2
  5695. package/stepper-input/modern/index.js +0 -12
  5696. package/stepper-input/modern/mobile.d.ts +0 -2
  5697. package/stepper-input/modern/mobile.js +0 -11
  5698. package/stepper-input/modern/typings-89f0cb07.d.ts +0 -93
  5699. package/stepper-input/modern/utils.d.ts +0 -7
  5700. package/stepper-input/modern/utils.js +0 -32
  5701. package/stepper-input/package.json +0 -3
  5702. package/stepper-input/typings-89f0cb07.d.ts +0 -93
  5703. package/stepper-input/utils.d.ts +0 -7
  5704. package/stepper-input/utils.js +0 -39
  5705. package/system-message/cssm/desktop.d.ts +0 -2
  5706. package/system-message/cssm/desktop.js +0 -27
  5707. package/system-message/cssm/mobile.d.ts +0 -2
  5708. package/system-message/cssm/mobile.js +0 -27
  5709. package/system-message/desktop.d.ts +0 -2
  5710. package/system-message/desktop.js +0 -19
  5711. package/system-message/esm/desktop.d.ts +0 -2
  5712. package/system-message/esm/desktop.js +0 -13
  5713. package/system-message/esm/mobile.d.ts +0 -2
  5714. package/system-message/esm/mobile.js +0 -13
  5715. package/system-message/mobile.d.ts +0 -2
  5716. package/system-message/mobile.js +0 -19
  5717. package/system-message/modern/desktop.d.ts +0 -2
  5718. package/system-message/modern/desktop.js +0 -12
  5719. package/system-message/modern/mobile.d.ts +0 -2
  5720. package/system-message/modern/mobile.js +0 -12
  5721. package/table/Component-0f4b9bed.d.ts +0 -5
  5722. package/table/Component-10db897e.d.ts +0 -6
  5723. package/table/Component-69921c40.d.ts +0 -184
  5724. package/table/Component-72dda473.d.ts +0 -53
  5725. package/table/Component-bdb4c6b9.d.ts +0 -12
  5726. package/table/Component-c76d6398.d.ts +0 -5
  5727. package/table/Component-ebda875c.d.ts +0 -12
  5728. package/table/Component.desktop-63dec22f.d.ts +0 -6
  5729. package/table/Component.desktop-785df74d.d.ts +0 -6
  5730. package/table/Component.mobile-d7e9f69d.d.ts +0 -6
  5731. package/table/Component.responsive-785df74d.d.ts +0 -26
  5732. package/table/Context-bdb4c6b9.d.ts +0 -4
  5733. package/table/ResponsiveContext-baf4875b.d.ts +0 -5
  5734. package/table/component-10db897e.d.ts +0 -44
  5735. package/table/consts-f777ba1a.d.ts +0 -2
  5736. package/table/cssm/Component-0f4b9bed.d.ts +0 -5
  5737. package/table/cssm/Component-10db897e.d.ts +0 -6
  5738. package/table/cssm/Component-69921c40.d.ts +0 -184
  5739. package/table/cssm/Component-72dda473.d.ts +0 -53
  5740. package/table/cssm/Component-bdb4c6b9.d.ts +0 -12
  5741. package/table/cssm/Component-c76d6398.d.ts +0 -5
  5742. package/table/cssm/Component-ebda875c.d.ts +0 -12
  5743. package/table/cssm/Component.desktop-63dec22f.d.ts +0 -6
  5744. package/table/cssm/Component.desktop-785df74d.d.ts +0 -6
  5745. package/table/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  5746. package/table/cssm/Component.responsive-785df74d.d.ts +0 -26
  5747. package/table/cssm/Context-bdb4c6b9.d.ts +0 -4
  5748. package/table/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  5749. package/table/cssm/component-10db897e.d.ts +0 -44
  5750. package/table/cssm/consts-f777ba1a.d.ts +0 -2
  5751. package/table/cssm/desktop-63dec22f.d.ts +0 -2
  5752. package/table/cssm/desktop-69921c40.d.ts +0 -6
  5753. package/table/cssm/hook-0f4b9bed.d.ts +0 -90
  5754. package/table/cssm/hook-ebda875c.d.ts +0 -48
  5755. package/table/cssm/index-10db897e.d.ts +0 -50
  5756. package/table/cssm/index-136acbb1.d.ts +0 -28
  5757. package/table/cssm/index-3109f463.d.ts +0 -62
  5758. package/table/cssm/index-72dda473.d.ts +0 -12
  5759. package/table/cssm/index-bdb4c6b9.d.ts +0 -2
  5760. package/table/cssm/index-c44170fe.d.ts +0 -3
  5761. package/table/cssm/index-c76d6398.d.ts +0 -2
  5762. package/table/cssm/index-ebda875c.d.ts +0 -81
  5763. package/table/cssm/index-f12ee135.d.ts +0 -3
  5764. package/table/cssm/mobile-89f0cb07.d.ts +0 -6
  5765. package/table/cssm/mobile-d7e9f69d.d.ts +0 -2
  5766. package/table/cssm/types-1b036d4b.d.ts +0 -13
  5767. package/table/cssm/types-1c79e231.d.ts +0 -113
  5768. package/table/cssm/types-67a2d8af.d.ts +0 -276
  5769. package/table/cssm/typings-0f4b9bed.d.ts +0 -576
  5770. package/table/cssm/typings-89f0cb07.d.ts +0 -93
  5771. package/table/cssm/typings-bdb4c6b9.d.ts +0 -52
  5772. package/table/cssm/useSkeleton-ebda875c.d.ts +0 -12
  5773. package/table/cssm/utils-0f4b9bed.d.ts +0 -41
  5774. package/table/cssm/utils-1574ad8b.d.ts +0 -29
  5775. package/table/cssm/utils-49cc3c24.d.ts +0 -8
  5776. package/table/desktop-63dec22f.d.ts +0 -2
  5777. package/table/desktop-69921c40.d.ts +0 -6
  5778. package/table/esm/Component-0f4b9bed.d.ts +0 -5
  5779. package/table/esm/Component-10db897e.d.ts +0 -6
  5780. package/table/esm/Component-69921c40.d.ts +0 -184
  5781. package/table/esm/Component-72dda473.d.ts +0 -53
  5782. package/table/esm/Component-bdb4c6b9.d.ts +0 -12
  5783. package/table/esm/Component-c76d6398.d.ts +0 -5
  5784. package/table/esm/Component-ebda875c.d.ts +0 -12
  5785. package/table/esm/Component.desktop-63dec22f.d.ts +0 -6
  5786. package/table/esm/Component.desktop-785df74d.d.ts +0 -6
  5787. package/table/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  5788. package/table/esm/Component.responsive-785df74d.d.ts +0 -26
  5789. package/table/esm/Context-bdb4c6b9.d.ts +0 -4
  5790. package/table/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  5791. package/table/esm/component-10db897e.d.ts +0 -44
  5792. package/table/esm/consts-f777ba1a.d.ts +0 -2
  5793. package/table/esm/desktop-63dec22f.d.ts +0 -2
  5794. package/table/esm/desktop-69921c40.d.ts +0 -6
  5795. package/table/esm/hook-0f4b9bed.d.ts +0 -90
  5796. package/table/esm/hook-ebda875c.d.ts +0 -48
  5797. package/table/esm/index-10db897e.d.ts +0 -50
  5798. package/table/esm/index-136acbb1.d.ts +0 -28
  5799. package/table/esm/index-3109f463.d.ts +0 -62
  5800. package/table/esm/index-72dda473.d.ts +0 -12
  5801. package/table/esm/index-bdb4c6b9.d.ts +0 -2
  5802. package/table/esm/index-c44170fe.d.ts +0 -3
  5803. package/table/esm/index-c76d6398.d.ts +0 -2
  5804. package/table/esm/index-ebda875c.d.ts +0 -81
  5805. package/table/esm/index-f12ee135.d.ts +0 -3
  5806. package/table/esm/mobile-89f0cb07.d.ts +0 -6
  5807. package/table/esm/mobile-d7e9f69d.d.ts +0 -2
  5808. package/table/esm/types-1b036d4b.d.ts +0 -13
  5809. package/table/esm/types-1c79e231.d.ts +0 -113
  5810. package/table/esm/types-67a2d8af.d.ts +0 -276
  5811. package/table/esm/typings-0f4b9bed.d.ts +0 -576
  5812. package/table/esm/typings-89f0cb07.d.ts +0 -93
  5813. package/table/esm/typings-bdb4c6b9.d.ts +0 -52
  5814. package/table/esm/useSkeleton-ebda875c.d.ts +0 -12
  5815. package/table/esm/utils-0f4b9bed.d.ts +0 -41
  5816. package/table/esm/utils-1574ad8b.d.ts +0 -29
  5817. package/table/esm/utils-49cc3c24.d.ts +0 -8
  5818. package/table/hook-0f4b9bed.d.ts +0 -90
  5819. package/table/hook-ebda875c.d.ts +0 -48
  5820. package/table/index-10db897e.d.ts +0 -50
  5821. package/table/index-136acbb1.d.ts +0 -28
  5822. package/table/index-3109f463.d.ts +0 -62
  5823. package/table/index-72dda473.d.ts +0 -12
  5824. package/table/index-bdb4c6b9.d.ts +0 -2
  5825. package/table/index-c44170fe.d.ts +0 -3
  5826. package/table/index-c76d6398.d.ts +0 -2
  5827. package/table/index-ebda875c.d.ts +0 -81
  5828. package/table/index-f12ee135.d.ts +0 -3
  5829. package/table/mobile-89f0cb07.d.ts +0 -6
  5830. package/table/mobile-d7e9f69d.d.ts +0 -2
  5831. package/table/modern/Component-0f4b9bed.d.ts +0 -5
  5832. package/table/modern/Component-10db897e.d.ts +0 -6
  5833. package/table/modern/Component-69921c40.d.ts +0 -184
  5834. package/table/modern/Component-72dda473.d.ts +0 -53
  5835. package/table/modern/Component-bdb4c6b9.d.ts +0 -12
  5836. package/table/modern/Component-c76d6398.d.ts +0 -5
  5837. package/table/modern/Component-ebda875c.d.ts +0 -12
  5838. package/table/modern/Component.desktop-63dec22f.d.ts +0 -6
  5839. package/table/modern/Component.desktop-785df74d.d.ts +0 -6
  5840. package/table/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  5841. package/table/modern/Component.responsive-785df74d.d.ts +0 -26
  5842. package/table/modern/Context-bdb4c6b9.d.ts +0 -4
  5843. package/table/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  5844. package/table/modern/component-10db897e.d.ts +0 -44
  5845. package/table/modern/consts-f777ba1a.d.ts +0 -2
  5846. package/table/modern/desktop-63dec22f.d.ts +0 -2
  5847. package/table/modern/desktop-69921c40.d.ts +0 -6
  5848. package/table/modern/hook-0f4b9bed.d.ts +0 -90
  5849. package/table/modern/hook-ebda875c.d.ts +0 -48
  5850. package/table/modern/index-10db897e.d.ts +0 -50
  5851. package/table/modern/index-136acbb1.d.ts +0 -28
  5852. package/table/modern/index-3109f463.d.ts +0 -62
  5853. package/table/modern/index-72dda473.d.ts +0 -12
  5854. package/table/modern/index-bdb4c6b9.d.ts +0 -2
  5855. package/table/modern/index-c44170fe.d.ts +0 -3
  5856. package/table/modern/index-c76d6398.d.ts +0 -2
  5857. package/table/modern/index-ebda875c.d.ts +0 -81
  5858. package/table/modern/index-f12ee135.d.ts +0 -3
  5859. package/table/modern/mobile-89f0cb07.d.ts +0 -6
  5860. package/table/modern/mobile-d7e9f69d.d.ts +0 -2
  5861. package/table/modern/types-1b036d4b.d.ts +0 -13
  5862. package/table/modern/types-1c79e231.d.ts +0 -113
  5863. package/table/modern/types-67a2d8af.d.ts +0 -276
  5864. package/table/modern/typings-0f4b9bed.d.ts +0 -576
  5865. package/table/modern/typings-89f0cb07.d.ts +0 -93
  5866. package/table/modern/typings-bdb4c6b9.d.ts +0 -52
  5867. package/table/modern/useSkeleton-ebda875c.d.ts +0 -12
  5868. package/table/modern/utils-0f4b9bed.d.ts +0 -41
  5869. package/table/modern/utils-1574ad8b.d.ts +0 -29
  5870. package/table/modern/utils-49cc3c24.d.ts +0 -8
  5871. package/table/types-1b036d4b.d.ts +0 -13
  5872. package/table/types-1c79e231.d.ts +0 -113
  5873. package/table/types-67a2d8af.d.ts +0 -276
  5874. package/table/typings-0f4b9bed.d.ts +0 -576
  5875. package/table/typings-89f0cb07.d.ts +0 -93
  5876. package/table/typings-bdb4c6b9.d.ts +0 -52
  5877. package/table/useSkeleton-ebda875c.d.ts +0 -12
  5878. package/table/utils-0f4b9bed.d.ts +0 -41
  5879. package/table/utils-1574ad8b.d.ts +0 -29
  5880. package/table/utils-49cc3c24.d.ts +0 -8
  5881. package/tabs/Component-0f4b9bed.d.ts +0 -100
  5882. package/tabs/Component-4cd3936b.d.ts +0 -12
  5883. package/tabs/Component-69921c40.d.ts +0 -184
  5884. package/tabs/Component-89f0cb07.d.ts +0 -38
  5885. package/tabs/Component-8b2c2707.d.ts +0 -14
  5886. package/tabs/Component-bdb4c6b9.d.ts +0 -12
  5887. package/tabs/Component-c76d6398.d.ts +0 -5
  5888. package/tabs/Component-ebda875c.d.ts +0 -12
  5889. package/tabs/Component.desktop-0aa4e915.d.ts +0 -5
  5890. package/tabs/Component.desktop-785df74d.d.ts +0 -6
  5891. package/tabs/Component.mobile-16b1285a.d.ts +0 -5
  5892. package/tabs/Component.mobile-d7e9f69d.d.ts +0 -6
  5893. package/tabs/Component.mobile-ebda875c.d.ts +0 -6
  5894. package/tabs/Context-bdb4c6b9.d.ts +0 -4
  5895. package/tabs/ResponsiveContext-baf4875b.d.ts +0 -5
  5896. package/tabs/collapsible.d.ts +0 -2
  5897. package/tabs/collapsible.js +0 -27
  5898. package/tabs/consts-f777ba1a.d.ts +0 -2
  5899. package/tabs/cssm/Component-0f4b9bed.d.ts +0 -100
  5900. package/tabs/cssm/Component-4cd3936b.d.ts +0 -12
  5901. package/tabs/cssm/Component-69921c40.d.ts +0 -184
  5902. package/tabs/cssm/Component-89f0cb07.d.ts +0 -38
  5903. package/tabs/cssm/Component-8b2c2707.d.ts +0 -14
  5904. package/tabs/cssm/Component-bdb4c6b9.d.ts +0 -12
  5905. package/tabs/cssm/Component-c76d6398.d.ts +0 -5
  5906. package/tabs/cssm/Component-ebda875c.d.ts +0 -12
  5907. package/tabs/cssm/Component.desktop-0aa4e915.d.ts +0 -5
  5908. package/tabs/cssm/Component.desktop-785df74d.d.ts +0 -6
  5909. package/tabs/cssm/Component.mobile-16b1285a.d.ts +0 -5
  5910. package/tabs/cssm/Component.mobile-d7e9f69d.d.ts +0 -6
  5911. package/tabs/cssm/Component.mobile-ebda875c.d.ts +0 -6
  5912. package/tabs/cssm/Context-bdb4c6b9.d.ts +0 -4
  5913. package/tabs/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  5914. package/tabs/cssm/collapsible.d.ts +0 -2
  5915. package/tabs/cssm/collapsible.js +0 -28
  5916. package/tabs/cssm/consts-f777ba1a.d.ts +0 -2
  5917. package/tabs/cssm/desktop-89f0cb07.d.ts +0 -2
  5918. package/tabs/cssm/desktop.d.ts +0 -4
  5919. package/tabs/cssm/desktop.js +0 -38
  5920. package/tabs/cssm/hook-8abfea97.d.ts +0 -90
  5921. package/tabs/cssm/index-136acbb1.d.ts +0 -28
  5922. package/tabs/cssm/index-8b2c2707.d.ts +0 -6
  5923. package/tabs/cssm/index-bdb4c6b9.d.ts +0 -2
  5924. package/tabs/cssm/index-c44170fe.d.ts +0 -131
  5925. package/tabs/cssm/index-c76d6398.d.ts +0 -140
  5926. package/tabs/cssm/index-ebda875c.d.ts +0 -105
  5927. package/tabs/cssm/index-f12ee135.d.ts +0 -324
  5928. package/tabs/cssm/mobile-89f0cb07.d.ts +0 -2
  5929. package/tabs/cssm/mobile-d7e9f69d.d.ts +0 -2
  5930. package/tabs/cssm/mobile.d.ts +0 -4
  5931. package/tabs/cssm/mobile.js +0 -40
  5932. package/tabs/cssm/shared-4cd3936b.d.ts +0 -107
  5933. package/tabs/cssm/shared.d.ts +0 -4
  5934. package/tabs/cssm/shared.js +0 -26
  5935. package/tabs/cssm/types-1b036d4b.d.ts +0 -13
  5936. package/tabs/cssm/types-4480ac4f.d.ts +0 -3
  5937. package/tabs/cssm/typings-0f4b9bed.d.ts +0 -576
  5938. package/tabs/cssm/typings-89f0cb07.d.ts +0 -93
  5939. package/tabs/cssm/typings-bdb4c6b9.d.ts +0 -52
  5940. package/tabs/cssm/useSkeleton-ebda875c.d.ts +0 -12
  5941. package/tabs/cssm/utils-0f4b9bed.d.ts +0 -41
  5942. package/tabs/cssm/utils-1574ad8b.d.ts +0 -29
  5943. package/tabs/desktop-89f0cb07.d.ts +0 -2
  5944. package/tabs/desktop.d.ts +0 -4
  5945. package/tabs/desktop.js +0 -35
  5946. package/tabs/esm/Component-0f4b9bed.d.ts +0 -100
  5947. package/tabs/esm/Component-4cd3936b.d.ts +0 -12
  5948. package/tabs/esm/Component-69921c40.d.ts +0 -184
  5949. package/tabs/esm/Component-89f0cb07.d.ts +0 -38
  5950. package/tabs/esm/Component-8b2c2707.d.ts +0 -14
  5951. package/tabs/esm/Component-bdb4c6b9.d.ts +0 -12
  5952. package/tabs/esm/Component-c76d6398.d.ts +0 -5
  5953. package/tabs/esm/Component-ebda875c.d.ts +0 -12
  5954. package/tabs/esm/Component.desktop-0aa4e915.d.ts +0 -5
  5955. package/tabs/esm/Component.desktop-785df74d.d.ts +0 -6
  5956. package/tabs/esm/Component.mobile-16b1285a.d.ts +0 -5
  5957. package/tabs/esm/Component.mobile-d7e9f69d.d.ts +0 -6
  5958. package/tabs/esm/Component.mobile-ebda875c.d.ts +0 -6
  5959. package/tabs/esm/Context-bdb4c6b9.d.ts +0 -4
  5960. package/tabs/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  5961. package/tabs/esm/collapsible.d.ts +0 -2
  5962. package/tabs/esm/collapsible.js +0 -20
  5963. package/tabs/esm/consts-f777ba1a.d.ts +0 -2
  5964. package/tabs/esm/desktop-89f0cb07.d.ts +0 -2
  5965. package/tabs/esm/desktop.d.ts +0 -4
  5966. package/tabs/esm/desktop.js +0 -26
  5967. package/tabs/esm/hook-8abfea97.d.ts +0 -90
  5968. package/tabs/esm/index-136acbb1.d.ts +0 -28
  5969. package/tabs/esm/index-8b2c2707.d.ts +0 -6
  5970. package/tabs/esm/index-bdb4c6b9.d.ts +0 -2
  5971. package/tabs/esm/index-c44170fe.d.ts +0 -131
  5972. package/tabs/esm/index-c76d6398.d.ts +0 -140
  5973. package/tabs/esm/index-ebda875c.d.ts +0 -105
  5974. package/tabs/esm/index-f12ee135.d.ts +0 -324
  5975. package/tabs/esm/index.module-7113783f.js +0 -4
  5976. package/tabs/esm/index.module-86ab206a.js +0 -4
  5977. package/tabs/esm/mobile-89f0cb07.d.ts +0 -2
  5978. package/tabs/esm/mobile-d7e9f69d.d.ts +0 -2
  5979. package/tabs/esm/mobile.d.ts +0 -4
  5980. package/tabs/esm/mobile.js +0 -26
  5981. package/tabs/esm/shared-4cd3936b.d.ts +0 -107
  5982. package/tabs/esm/shared.d.ts +0 -4
  5983. package/tabs/esm/shared.js +0 -16
  5984. package/tabs/esm/types-1b036d4b.d.ts +0 -13
  5985. package/tabs/esm/types-4480ac4f.d.ts +0 -3
  5986. package/tabs/esm/typings-0f4b9bed.d.ts +0 -576
  5987. package/tabs/esm/typings-89f0cb07.d.ts +0 -93
  5988. package/tabs/esm/typings-bdb4c6b9.d.ts +0 -52
  5989. package/tabs/esm/useSkeleton-ebda875c.d.ts +0 -12
  5990. package/tabs/esm/utils-0f4b9bed.d.ts +0 -41
  5991. package/tabs/esm/utils-1574ad8b.d.ts +0 -29
  5992. package/tabs/hook-8abfea97.d.ts +0 -90
  5993. package/tabs/index-136acbb1.d.ts +0 -28
  5994. package/tabs/index-8b2c2707.d.ts +0 -6
  5995. package/tabs/index-bdb4c6b9.d.ts +0 -2
  5996. package/tabs/index-c44170fe.d.ts +0 -131
  5997. package/tabs/index-c76d6398.d.ts +0 -140
  5998. package/tabs/index-ebda875c.d.ts +0 -40
  5999. package/tabs/index-f12ee135.d.ts +0 -324
  6000. package/tabs/index.module-93bf43a7.js +0 -4
  6001. package/tabs/index.module-9c73a2c9.js +0 -4
  6002. package/tabs/mobile-89f0cb07.d.ts +0 -2
  6003. package/tabs/mobile-d7e9f69d.d.ts +0 -2
  6004. package/tabs/mobile.d.ts +0 -4
  6005. package/tabs/mobile.js +0 -35
  6006. package/tabs/modern/Component-0f4b9bed.d.ts +0 -100
  6007. package/tabs/modern/Component-4cd3936b.d.ts +0 -12
  6008. package/tabs/modern/Component-69921c40.d.ts +0 -184
  6009. package/tabs/modern/Component-89f0cb07.d.ts +0 -38
  6010. package/tabs/modern/Component-8b2c2707.d.ts +0 -14
  6011. package/tabs/modern/Component-bdb4c6b9.d.ts +0 -12
  6012. package/tabs/modern/Component-c76d6398.d.ts +0 -5
  6013. package/tabs/modern/Component-ebda875c.d.ts +0 -12
  6014. package/tabs/modern/Component.desktop-0aa4e915.d.ts +0 -5
  6015. package/tabs/modern/Component.desktop-785df74d.d.ts +0 -6
  6016. package/tabs/modern/Component.mobile-16b1285a.d.ts +0 -5
  6017. package/tabs/modern/Component.mobile-d7e9f69d.d.ts +0 -6
  6018. package/tabs/modern/Component.mobile-ebda875c.d.ts +0 -6
  6019. package/tabs/modern/Context-bdb4c6b9.d.ts +0 -4
  6020. package/tabs/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  6021. package/tabs/modern/collapsible.d.ts +0 -2
  6022. package/tabs/modern/collapsible.js +0 -19
  6023. package/tabs/modern/consts-f777ba1a.d.ts +0 -2
  6024. package/tabs/modern/desktop-89f0cb07.d.ts +0 -2
  6025. package/tabs/modern/desktop.d.ts +0 -4
  6026. package/tabs/modern/desktop.js +0 -25
  6027. package/tabs/modern/hook-8abfea97.d.ts +0 -90
  6028. package/tabs/modern/index-136acbb1.d.ts +0 -28
  6029. package/tabs/modern/index-8b2c2707.d.ts +0 -6
  6030. package/tabs/modern/index-bdb4c6b9.d.ts +0 -2
  6031. package/tabs/modern/index-c44170fe.d.ts +0 -131
  6032. package/tabs/modern/index-c76d6398.d.ts +0 -140
  6033. package/tabs/modern/index-ebda875c.d.ts +0 -105
  6034. package/tabs/modern/index-f12ee135.d.ts +0 -324
  6035. package/tabs/modern/index.module-093870a5.js +0 -4
  6036. package/tabs/modern/index.module-c208eaf4.js +0 -4
  6037. package/tabs/modern/mobile-89f0cb07.d.ts +0 -2
  6038. package/tabs/modern/mobile-d7e9f69d.d.ts +0 -2
  6039. package/tabs/modern/mobile.d.ts +0 -4
  6040. package/tabs/modern/mobile.js +0 -25
  6041. package/tabs/modern/shared-4cd3936b.d.ts +0 -107
  6042. package/tabs/modern/shared.d.ts +0 -4
  6043. package/tabs/modern/shared.js +0 -15
  6044. package/tabs/modern/types-1b036d4b.d.ts +0 -13
  6045. package/tabs/modern/types-4480ac4f.d.ts +0 -3
  6046. package/tabs/modern/typings-0f4b9bed.d.ts +0 -576
  6047. package/tabs/modern/typings-89f0cb07.d.ts +0 -93
  6048. package/tabs/modern/typings-bdb4c6b9.d.ts +0 -52
  6049. package/tabs/modern/useSkeleton-ebda875c.d.ts +0 -12
  6050. package/tabs/modern/utils-0f4b9bed.d.ts +0 -41
  6051. package/tabs/modern/utils-1574ad8b.d.ts +0 -29
  6052. package/tabs/shared-4cd3936b.d.ts +0 -107
  6053. package/tabs/shared.d.ts +0 -4
  6054. package/tabs/shared.js +0 -24
  6055. package/tabs/types-1b036d4b.d.ts +0 -13
  6056. package/tabs/types-4480ac4f.d.ts +0 -3
  6057. package/tabs/typings-0f4b9bed.d.ts +0 -576
  6058. package/tabs/typings-89f0cb07.d.ts +0 -93
  6059. package/tabs/typings-bdb4c6b9.d.ts +0 -52
  6060. package/tabs/useSkeleton-ebda875c.d.ts +0 -12
  6061. package/tabs/utils-0f4b9bed.d.ts +0 -41
  6062. package/tabs/utils-1574ad8b.d.ts +0 -29
  6063. package/tag/cssm/desktop.d.ts +0 -2
  6064. package/tag/cssm/desktop.js +0 -19
  6065. package/tag/cssm/mobile.d.ts +0 -2
  6066. package/tag/cssm/mobile.js +0 -19
  6067. package/tag/desktop.d.ts +0 -2
  6068. package/tag/desktop.js +0 -13
  6069. package/tag/esm/desktop.d.ts +0 -2
  6070. package/tag/esm/desktop.js +0 -7
  6071. package/tag/esm/mobile.d.ts +0 -2
  6072. package/tag/esm/mobile.js +0 -7
  6073. package/tag/mobile.d.ts +0 -2
  6074. package/tag/mobile.js +0 -13
  6075. package/tag/modern/desktop.d.ts +0 -2
  6076. package/tag/modern/desktop.js +0 -6
  6077. package/tag/modern/mobile.d.ts +0 -2
  6078. package/tag/modern/mobile.js +0 -6
  6079. package/textarea/PseudoTextArea-127b3039.js +0 -21
  6080. package/textarea/esm/PseudoTextArea-753420b6.js +0 -15
  6081. package/textarea/modern/PseudoTextArea-225560e0.js +0 -12
  6082. package/themes/button/click.css +0 -63
  6083. package/themes/button/intranet.css +0 -56
  6084. package/themes/button/mobile.css +0 -66
  6085. package/themes/calendar-input/intranet.css +0 -3
  6086. package/themes/calendar-input/mobile.css +0 -3
  6087. package/themes/dist/button/click.css +0 -63
  6088. package/themes/dist/button/intranet.css +0 -56
  6089. package/themes/dist/button/mobile.css +0 -66
  6090. package/themes/dist/calendar-input/intranet.css +0 -3
  6091. package/themes/dist/calendar-input/mobile.css +0 -3
  6092. package/themes/dist/filter-tag/mobile.css +0 -4
  6093. package/themes/dist/form-control/intranet.css +0 -53
  6094. package/themes/dist/form-control/mobile.css +0 -58
  6095. package/themes/dist/input/intranet.css +0 -14
  6096. package/themes/dist/input/mobile.css +0 -5
  6097. package/themes/dist/mixins/button/click.css +0 -63
  6098. package/themes/dist/mixins/button/intranet.css +0 -56
  6099. package/themes/dist/mixins/button/mobile.css +0 -66
  6100. package/themes/dist/mixins/calendar-input/intranet.css +0 -3
  6101. package/themes/dist/mixins/calendar-input/mobile.css +0 -3
  6102. package/themes/dist/mixins/filter-tag/mobile.css +0 -4
  6103. package/themes/dist/mixins/form-control/intranet.css +0 -53
  6104. package/themes/dist/mixins/form-control/mobile.css +0 -58
  6105. package/themes/dist/mixins/input/intranet.css +0 -14
  6106. package/themes/dist/mixins/input/mobile.css +0 -5
  6107. package/themes/dist/mixins/select/intranet.css +0 -6
  6108. package/themes/dist/mixins/select/mobile.css +0 -6
  6109. package/themes/dist/mixins/slider-input/intranet.css +0 -12
  6110. package/themes/dist/mixins/slider-input/mobile.css +0 -12
  6111. package/themes/dist/mixins/tag/click.css +0 -41
  6112. package/themes/dist/mixins/tag/intranet.css +0 -28
  6113. package/themes/dist/mixins/tag/mobile.css +0 -44
  6114. package/themes/dist/select/intranet.css +0 -6
  6115. package/themes/dist/select/mobile.css +0 -6
  6116. package/themes/dist/slider-input/intranet.css +0 -12
  6117. package/themes/dist/slider-input/mobile.css +0 -12
  6118. package/themes/dist/src/mixins/button/click.css +0 -63
  6119. package/themes/dist/src/mixins/button/intranet.css +0 -56
  6120. package/themes/dist/src/mixins/button/mobile.css +0 -66
  6121. package/themes/dist/src/mixins/calendar-input/intranet.css +0 -3
  6122. package/themes/dist/src/mixins/calendar-input/mobile.css +0 -3
  6123. package/themes/dist/src/mixins/filter-tag/mobile.css +0 -4
  6124. package/themes/dist/src/mixins/form-control/intranet.css +0 -53
  6125. package/themes/dist/src/mixins/form-control/mobile.css +0 -58
  6126. package/themes/dist/src/mixins/input/intranet.css +0 -14
  6127. package/themes/dist/src/mixins/input/mobile.css +0 -5
  6128. package/themes/dist/src/mixins/select/intranet.css +0 -6
  6129. package/themes/dist/src/mixins/select/mobile.css +0 -6
  6130. package/themes/dist/src/mixins/slider-input/intranet.css +0 -12
  6131. package/themes/dist/src/mixins/slider-input/mobile.css +0 -12
  6132. package/themes/dist/src/mixins/tag/click.css +0 -41
  6133. package/themes/dist/src/mixins/tag/intranet.css +0 -28
  6134. package/themes/dist/src/mixins/tag/mobile.css +0 -44
  6135. package/themes/dist/tag/click.css +0 -41
  6136. package/themes/dist/tag/intranet.css +0 -28
  6137. package/themes/dist/tag/mobile.css +0 -44
  6138. package/themes/filter-tag/mobile.css +0 -4
  6139. package/themes/form-control/intranet.css +0 -53
  6140. package/themes/form-control/mobile.css +0 -58
  6141. package/themes/input/intranet.css +0 -14
  6142. package/themes/input/mobile.css +0 -5
  6143. package/themes/mixins/button/click.css +0 -63
  6144. package/themes/mixins/button/intranet.css +0 -56
  6145. package/themes/mixins/button/mobile.css +0 -66
  6146. package/themes/mixins/calendar-input/intranet.css +0 -3
  6147. package/themes/mixins/calendar-input/mobile.css +0 -3
  6148. package/themes/mixins/filter-tag/mobile.css +0 -4
  6149. package/themes/mixins/form-control/intranet.css +0 -53
  6150. package/themes/mixins/form-control/mobile.css +0 -58
  6151. package/themes/mixins/input/intranet.css +0 -14
  6152. package/themes/mixins/input/mobile.css +0 -5
  6153. package/themes/mixins/select/intranet.css +0 -6
  6154. package/themes/mixins/select/mobile.css +0 -6
  6155. package/themes/mixins/slider-input/intranet.css +0 -12
  6156. package/themes/mixins/slider-input/mobile.css +0 -12
  6157. package/themes/mixins/tag/click.css +0 -41
  6158. package/themes/mixins/tag/intranet.css +0 -28
  6159. package/themes/mixins/tag/mobile.css +0 -44
  6160. package/themes/select/intranet.css +0 -6
  6161. package/themes/select/mobile.css +0 -6
  6162. package/themes/slider-input/intranet.css +0 -12
  6163. package/themes/slider-input/mobile.css +0 -12
  6164. package/themes/tag/click.css +0 -41
  6165. package/themes/tag/intranet.css +0 -28
  6166. package/themes/tag/mobile.css +0 -44
  6167. package/toast/Component-89f0cb07.d.ts +0 -84
  6168. package/toast/Component.mobile-7ca84eff.d.ts +0 -6
  6169. package/toast/createPaddingStyle-72dda473.d.ts +0 -5
  6170. package/toast/cssm/Component-89f0cb07.d.ts +0 -84
  6171. package/toast/cssm/Component.mobile-7ca84eff.d.ts +0 -6
  6172. package/toast/cssm/createPaddingStyle-72dda473.d.ts +0 -5
  6173. package/toast/cssm/desktop.d.ts +0 -2
  6174. package/toast/cssm/desktop.js +0 -19
  6175. package/toast/cssm/index-72dda473.d.ts +0 -12
  6176. package/toast/cssm/index-7ca84eff.d.ts +0 -212
  6177. package/toast/cssm/mobile.d.ts +0 -2
  6178. package/toast/cssm/mobile.js +0 -19
  6179. package/toast/cssm/typings-89f0cb07.d.ts +0 -93
  6180. package/toast/desktop.d.ts +0 -2
  6181. package/toast/desktop.js +0 -18
  6182. package/toast/esm/Component-89f0cb07.d.ts +0 -84
  6183. package/toast/esm/Component.mobile-7ca84eff.d.ts +0 -6
  6184. package/toast/esm/createPaddingStyle-72dda473.d.ts +0 -5
  6185. package/toast/esm/desktop.d.ts +0 -2
  6186. package/toast/esm/desktop.js +0 -12
  6187. package/toast/esm/index-72dda473.d.ts +0 -12
  6188. package/toast/esm/index-7ca84eff.d.ts +0 -212
  6189. package/toast/esm/mobile.d.ts +0 -2
  6190. package/toast/esm/mobile.js +0 -12
  6191. package/toast/esm/typings-89f0cb07.d.ts +0 -93
  6192. package/toast/index-72dda473.d.ts +0 -12
  6193. package/toast/index-7ca84eff.d.ts +0 -212
  6194. package/toast/mobile.d.ts +0 -2
  6195. package/toast/mobile.js +0 -18
  6196. package/toast/modern/Component-89f0cb07.d.ts +0 -84
  6197. package/toast/modern/Component.mobile-7ca84eff.d.ts +0 -6
  6198. package/toast/modern/createPaddingStyle-72dda473.d.ts +0 -5
  6199. package/toast/modern/desktop.d.ts +0 -2
  6200. package/toast/modern/desktop.js +0 -11
  6201. package/toast/modern/index-72dda473.d.ts +0 -12
  6202. package/toast/modern/index-7ca84eff.d.ts +0 -212
  6203. package/toast/modern/mobile.d.ts +0 -2
  6204. package/toast/modern/mobile.js +0 -11
  6205. package/toast/modern/typings-89f0cb07.d.ts +0 -93
  6206. package/toast/typings-89f0cb07.d.ts +0 -93
  6207. package/toast-plate/cssm/desktop.d.ts +0 -2
  6208. package/toast-plate/cssm/desktop.js +0 -21
  6209. package/toast-plate/cssm/mobile.d.ts +0 -2
  6210. package/toast-plate/cssm/mobile.js +0 -21
  6211. package/toast-plate/desktop.d.ts +0 -2
  6212. package/toast-plate/desktop.js +0 -17
  6213. package/toast-plate/esm/desktop.d.ts +0 -2
  6214. package/toast-plate/esm/desktop.js +0 -11
  6215. package/toast-plate/esm/mobile.d.ts +0 -2
  6216. package/toast-plate/esm/mobile.js +0 -11
  6217. package/toast-plate/mobile.d.ts +0 -2
  6218. package/toast-plate/mobile.js +0 -17
  6219. package/toast-plate/modern/desktop.d.ts +0 -2
  6220. package/toast-plate/modern/desktop.js +0 -10
  6221. package/toast-plate/modern/mobile.d.ts +0 -2
  6222. package/toast-plate/modern/mobile.js +0 -10
  6223. package/tooltip/Component-89f0cb07.d.ts +0 -90
  6224. package/tooltip/cssm/Component-89f0cb07.d.ts +0 -90
  6225. package/tooltip/cssm/desktop.d.ts +0 -2
  6226. package/tooltip/cssm/desktop.js +0 -15
  6227. package/tooltip/cssm/mobile.d.ts +0 -2
  6228. package/tooltip/cssm/mobile.js +0 -13
  6229. package/tooltip/cssm/typings-89f0cb07.d.ts +0 -93
  6230. package/tooltip/desktop.d.ts +0 -2
  6231. package/tooltip/desktop.js +0 -12
  6232. package/tooltip/esm/Component-89f0cb07.d.ts +0 -90
  6233. package/tooltip/esm/desktop.d.ts +0 -2
  6234. package/tooltip/esm/desktop.js +0 -6
  6235. package/tooltip/esm/mobile.d.ts +0 -2
  6236. package/tooltip/esm/mobile.js +0 -6
  6237. package/tooltip/esm/typings-89f0cb07.d.ts +0 -93
  6238. package/tooltip/mobile.d.ts +0 -2
  6239. package/tooltip/mobile.js +0 -12
  6240. package/tooltip/modern/Component-89f0cb07.d.ts +0 -90
  6241. package/tooltip/modern/desktop.d.ts +0 -2
  6242. package/tooltip/modern/desktop.js +0 -5
  6243. package/tooltip/modern/mobile.d.ts +0 -2
  6244. package/tooltip/modern/mobile.js +0 -5
  6245. package/tooltip/modern/typings-89f0cb07.d.ts +0 -93
  6246. package/tooltip/typings-89f0cb07.d.ts +0 -93
  6247. package/typography/colors.module-ac9930eb.js +0 -4
  6248. package/typography/common.module-bcc7d762.js +0 -4
  6249. package/typography/esm/colors.module-2c86edcf.js +0 -4
  6250. package/typography/esm/common.module-8c88e5ef.js +0 -4
  6251. package/typography/modern/colors.module-30df9d7a.js +0 -4
  6252. package/typography/modern/common.module-be4581e7.js +0 -4
  6253. package/underlay/esm/index.module-1ed7d69a.js +0 -4
  6254. package/underlay/index.module-be444221.js +0 -4
  6255. package/underlay/modern/index.module-06426570.js +0 -4
  6256. package/universal-date-input/Component-69921c40.d.ts +0 -24
  6257. package/universal-date-input/cssm/Component-69921c40.d.ts +0 -24
  6258. package/universal-date-input/cssm/desktop-89f0cb07.d.ts +0 -2
  6259. package/universal-date-input/cssm/desktop.d.ts +0 -2
  6260. package/universal-date-input/cssm/desktop.js +0 -38
  6261. package/universal-date-input/cssm/mobile.d.ts +0 -2
  6262. package/universal-date-input/cssm/mobile.js +0 -38
  6263. package/universal-date-input/desktop-89f0cb07.d.ts +0 -2
  6264. package/universal-date-input/desktop.d.ts +0 -2
  6265. package/universal-date-input/desktop.js +0 -38
  6266. package/universal-date-input/esm/Component-69921c40.d.ts +0 -24
  6267. package/universal-date-input/esm/desktop-89f0cb07.d.ts +0 -2
  6268. package/universal-date-input/esm/desktop.d.ts +0 -2
  6269. package/universal-date-input/esm/desktop.js +0 -32
  6270. package/universal-date-input/esm/index.module-44bdea84.js +0 -4
  6271. package/universal-date-input/esm/mobile.d.ts +0 -2
  6272. package/universal-date-input/esm/mobile.js +0 -32
  6273. package/universal-date-input/index.module-31f3b0bb.js +0 -4
  6274. package/universal-date-input/mobile.d.ts +0 -2
  6275. package/universal-date-input/mobile.js +0 -38
  6276. package/universal-date-input/modern/Component-69921c40.d.ts +0 -24
  6277. package/universal-date-input/modern/desktop-89f0cb07.d.ts +0 -2
  6278. package/universal-date-input/modern/desktop.d.ts +0 -2
  6279. package/universal-date-input/modern/desktop.js +0 -31
  6280. package/universal-date-input/modern/index.module-3aaabfad.js +0 -4
  6281. package/universal-date-input/modern/mobile.d.ts +0 -2
  6282. package/universal-date-input/modern/mobile.js +0 -31
  6283. /package/code-input/cssm/{shared.js → shared/index.js} +0 -0
  6284. /package/code-input/esm/{shared.js → shared/index.js} +0 -0
  6285. /package/code-input/modern/{shared.js → shared/index.js} +0 -0
  6286. /package/code-input/{shared.js → shared/index.js} +0 -0
  6287. /package/confirmation/{countdown-section-3dcecb18.d.ts → countdown-section-366a6558.d.ts} +0 -0
  6288. /package/confirmation/esm/{countdown-section-9f91f07f.d.ts → countdown-section-a52bd3ee.d.ts} +0 -0
  6289. /package/confirmation/modern/{countdown-section-f642a386.d.ts → countdown-section-da2679e3.d.ts} +0 -0
  6290. /package/gallery/esm/{slide-855e46a2.d.ts → slide-3647c0d1.d.ts} +0 -0
  6291. /package/gallery/modern/{slide-11296bd8.d.ts → slide-f6146c12.d.ts} +0 -0
  6292. /package/gallery/{slide-53929d57.d.ts → slide-b406aa2c.d.ts} +0 -0
  6293. /package/{calendar-input/cssm/desktop-69921c40.d.ts → international-phone-input/cssm/index-89f0cb07.d.ts} +0 -0
  6294. /package/{calendar-input → international-phone-input}/cssm/useSkeleton-1b036d4b.d.ts +0 -0
  6295. /package/{calendar-input/esm/desktop-69921c40.d.ts → international-phone-input/esm/index-89f0cb07.d.ts} +0 -0
  6296. /package/{calendar-input → international-phone-input}/esm/useSkeleton-1b036d4b.d.ts +0 -0
  6297. /package/{calendar-input/modern/desktop-69921c40.d.ts → international-phone-input/index-89f0cb07.d.ts} +0 -0
  6298. /package/{calendar-range/cssm/desktop-69921c40.d.ts → international-phone-input/modern/index-89f0cb07.d.ts} +0 -0
  6299. /package/{calendar-input/modern → international-phone-input}/useSkeleton-1b036d4b.d.ts +0 -0
  6300. /package/list/{Component-c41e88c1.d.ts → Component-3ab669cc.d.ts} +0 -0
  6301. /package/list/esm/{Component-7b1a6910.d.ts → Component-3d701722.d.ts} +0 -0
  6302. /package/list/modern/{Component-e369eec2.d.ts → Component-5a21a6e7.d.ts} +0 -0
  6303. /package/markdown/esm/{use-overrides-078171e7.d.ts → use-overrides-2d5dd487.d.ts} +0 -0
  6304. /package/markdown/modern/{use-overrides-a8a7fe6b.d.ts → use-overrides-6f74a078.d.ts} +0 -0
  6305. /package/markdown/{use-overrides-4ba1e80e.d.ts → use-overrides-506d4334.d.ts} +0 -0
  6306. /package/{stepper-input → number-input}/components/steppers/Component.d.ts +0 -0
  6307. /package/{select/components/base-select-mobile/footer → number-input/components/steppers}/index.d.ts +0 -0
  6308. /package/{stepper-input → number-input}/components/steppers/index.js +0 -0
  6309. /package/{stepper-input → number-input}/cssm/components/steppers/Component.d.ts +0 -0
  6310. /package/{stepper-input → number-input}/cssm/components/steppers/Component.js +0 -0
  6311. /package/{select/components/base-select-mobile → number-input/cssm/components/steppers}/index.d.ts +0 -0
  6312. /package/{stepper-input → number-input}/cssm/components/steppers/index.js +0 -0
  6313. /package/{stepper-input → number-input}/esm/components/steppers/Component.d.ts +0 -0
  6314. /package/{select/cssm/components/base-select-mobile/footer → number-input/esm/components/steppers}/index.d.ts +0 -0
  6315. /package/{stepper-input → number-input}/esm/components/steppers/index.js +0 -0
  6316. /package/{stepper-input → number-input}/modern/components/steppers/Component.d.ts +0 -0
  6317. /package/{select/cssm/components/base-select-mobile → number-input/modern/components/steppers}/index.d.ts +0 -0
  6318. /package/{stepper-input → number-input}/modern/components/steppers/index.js +0 -0
  6319. /package/{custom-picker-button → picker-button}/Component-72dda473.d.ts +0 -0
  6320. /package/{custom-picker-button → picker-button}/cssm/Component-72dda473.d.ts +0 -0
  6321. /package/{intl-phone-input/cssm/desktop-63dec22f.d.ts → picker-button/cssm/index-785df74d.d.ts} +0 -0
  6322. /package/{custom-picker-button/cssm/mobile-d7e9f69d.d.ts → picker-button/cssm/index-d7e9f69d.d.ts} +0 -0
  6323. /package/{calendar-input → picker-button/cssm}/useSkeleton-1b036d4b.d.ts +0 -0
  6324. /package/{custom-picker-button → picker-button}/esm/Component-72dda473.d.ts +0 -0
  6325. /package/{intl-phone-input/desktop-63dec22f.d.ts → picker-button/esm/index-785df74d.d.ts} +0 -0
  6326. /package/{custom-picker-button/esm/mobile-d7e9f69d.d.ts → picker-button/esm/index-d7e9f69d.d.ts} +0 -0
  6327. /package/{calendar/cssm → picker-button/esm}/useSkeleton-1b036d4b.d.ts +0 -0
  6328. /package/{intl-phone-input/esm/desktop-63dec22f.d.ts → picker-button/index-785df74d.d.ts} +0 -0
  6329. /package/{custom-picker-button/mobile-d7e9f69d.d.ts → picker-button/index-d7e9f69d.d.ts} +0 -0
  6330. /package/{custom-picker-button → picker-button}/modern/Component-72dda473.d.ts +0 -0
  6331. /package/{intl-phone-input/modern/desktop-63dec22f.d.ts → picker-button/modern/index-785df74d.d.ts} +0 -0
  6332. /package/{custom-picker-button/modern/mobile-d7e9f69d.d.ts → picker-button/modern/index-d7e9f69d.d.ts} +0 -0
  6333. /package/{calendar/esm → picker-button/modern}/useSkeleton-1b036d4b.d.ts +0 -0
  6334. /package/{calendar/modern → picker-button}/useSkeleton-1b036d4b.d.ts +0 -0
  6335. /package/pure-cell/{component-0a51b9f9.d.ts → component-942c64bb.d.ts} +0 -0
  6336. /package/pure-cell/esm/{component-47bb10a4.d.ts → component-0311d685.d.ts} +0 -0
  6337. /package/pure-cell/modern/{component-f7278cdd.d.ts → component-03861c53.d.ts} +0 -0
  6338. /package/select/cssm/{hook-244c8d6e.d.ts → hook-2f9ec939.d.ts} +0 -0
  6339. /package/select/esm/{hook-7cea01ed.d.ts → hook-8209d0d1.d.ts} +0 -0
  6340. /package/select/{hook-26f637c3.d.ts → hook-cb17586d.d.ts} +0 -0
  6341. /package/select/modern/{hook-8fde8bd7.d.ts → hook-4a3d365d.d.ts} +0 -0
  6342. /package/textarea/{PseudoTextArea-127b3039.d.ts → PseudoTextArea-7affac86.d.ts} +0 -0
  6343. /package/textarea/esm/{PseudoTextArea-753420b6.d.ts → PseudoTextArea-7ac6f7b9.d.ts} +0 -0
  6344. /package/textarea/modern/{PseudoTextArea-225560e0.d.ts → PseudoTextArea-a274cf17.d.ts} +0 -0
  6345. /package/{calendar-input/Component-69921c40.d.ts → universal-date-input/Component-b19f9e89.d.ts} +0 -0
  6346. /package/{calendar-range/Component-69921c40.d.ts → universal-date-input/cssm/Component-b19f9e89.d.ts} +0 -0
  6347. /package/{calendar-range/cssm/Component-69921c40.d.ts → universal-date-input/esm/Component-b19f9e89.d.ts} +0 -0
  6348. /package/{calendar-range/esm/Component-69921c40.d.ts → universal-date-input/modern/Component-b19f9e89.d.ts} +0 -0
package/vars/index.js CHANGED
@@ -67,154 +67,808 @@ const colorBgCorporate90Flat = "#384048";
67
67
  const colorBgCorporate60Flat = "#7a7f85";
68
68
  const colorBgCorporate30Flat = "#bdc0c2";
69
69
  const colorLightBlue = "#f5f7f9";
70
+ const colorDarkAccentPrimary = "#f83a2a";
71
+ const colorDarkAccentPrimaryHover = "#ff503e";
72
+ const colorDarkAccentPrimaryInverted = "#ef3124";
73
+ const colorDarkAccentPrimaryInvertedHover = "#e32a17";
74
+ const colorDarkAccentPrimaryInvertedPress = "#d72505";
75
+ const colorDarkAccentPrimaryPress = "#fd624e";
76
+ const colorDarkAccentSecondary = "#fff";
77
+ const colorDarkAccentSecondaryHover = "#e7e8eb";
78
+ const colorDarkAccentSecondaryInverted = "#0e0e0e";
79
+ const colorDarkAccentSecondaryInvertedHover = "#29292c";
80
+ const colorDarkAccentSecondaryInvertedPress = "#2f2f32";
81
+ const colorDarkAccentSecondaryPress = "#d2d3d9";
82
+ const colorDarkBaseBgAltPrimary = "#0e0e0e";
83
+ const colorDarkBaseBgAltPrimaryInverted = "#f2f3f5";
84
+ const colorDarkBaseBgAltSecondary = "#1c1c1e";
85
+ const colorDarkBaseBgAltSecondaryInverted = "#fff";
86
+ const colorDarkBaseBgAltTertiary = "#29292c";
87
+ const colorDarkBaseBgAltTertiaryInverted = "#f2f3f5";
88
+ const colorDarkBaseBgPrimary = "#0e0e0e";
89
+ const colorDarkBaseBgPrimaryInverted = "#fff";
90
+ const colorDarkBaseBgSecondary = "#1c1c1e";
91
+ const colorDarkBaseBgSecondaryInverted = "#f2f3f5";
92
+ const colorDarkBaseBgTertiary = "#29292c";
93
+ const colorDarkBaseBgTertiaryInverted = "#fff";
70
94
  const colorDarkBgAccent = "#ef3124";
71
- const colorDarkBgAttentionMuted = "#332104";
95
+ const colorDarkBgAttentionMuted = "#36291f";
72
96
  const colorDarkBgInfo = "#001c3c";
73
- const colorDarkBgNegativeMuted = "#35110d";
97
+ const colorDarkBgInfoMuted = "#242a39";
98
+ const colorDarkBgNegativeMuted = "#392523";
74
99
  const colorDarkBgOpaque = "rgba(255, 255, 255, 0.8)";
75
100
  const colorDarkBgOverlay = "rgba(0, 0, 0, 0.8)";
76
- const colorDarkBgPositiveMuted = "#042117";
77
- const colorDarkBgPrimary = "#121212";
101
+ const colorDarkBgPositiveMuted = "#232d25";
102
+ const colorDarkBgPrimary = "#0e0e0e";
78
103
  const colorDarkBgPrimaryInverted = "#fff";
79
- const colorDarkBgQuaternary = "#3a3a3c";
80
- const colorDarkBgQuaternaryInverted = "#dcdcdd";
81
- const colorDarkBgSecondary = "#202022";
82
- const colorDarkBgSecondaryInverted = "#f3f4f5";
83
- const colorDarkBgTertiary = "#2c2c2e";
84
- const colorDarkBgTertiaryInverted = "#e9e9eb";
104
+ const colorDarkBgQuaternary = "#36363a";
105
+ const colorDarkBgQuaternaryInverted = "#dcdee2";
106
+ const colorDarkBgSecondary = "#1c1c1e";
107
+ const colorDarkBgSecondaryInverted = "#f2f3f5";
108
+ const colorDarkBgTertiary = "#27272a";
109
+ const colorDarkBgTertiaryInverted = "#e7e8ea";
85
110
  const colorDarkBorderAccent = "#ef3124";
86
111
  const colorDarkBorderKey = "#fff";
87
112
  const colorDarkBorderKeyInverted = "#000";
88
- const colorDarkBorderLink = "#0072ef";
89
- const colorDarkBorderPrimary = "#2b2b2e";
90
- const colorDarkBorderPrimaryInverted = "#dcdcdd";
91
- const colorDarkBorderSecondary = "#262629";
92
- const colorDarkBorderSecondaryInverted = "#e9e9eb";
113
+ const colorDarkBorderLink = "#3193fc";
114
+ const colorDarkBorderPrimary = "#36363a";
115
+ const colorDarkBorderPrimaryInverted = "#d5d6dc";
116
+ const colorDarkBorderSecondary = "#27272a";
117
+ const colorDarkBorderSecondaryInverted = "#e7e8ec";
93
118
  const colorDarkBorderTertiary = "#1c1c1e";
94
- const colorDarkBorderTertiaryInverted = "#f3f4f5";
95
- const colorDarkBorderUnderline = "#464649";
96
- const colorDarkBorderUnderlineInverted = "#c5c5c7";
119
+ const colorDarkBorderTertiaryInverted = "#f2f3f5";
120
+ const colorDarkBorderUnderline = "#49494f";
121
+ const colorDarkBorderUnderlineInverted = "#b8b9c0";
97
122
  const colorDarkGraphicAccent = "#ef3124";
98
- const colorDarkGraphicAttention = "#f6bf65";
99
- const colorDarkGraphicLink = "#0072ef";
100
- const colorDarkGraphicNegative = "#d91d0b";
101
- const colorDarkGraphicPositive = "#2fc26e";
123
+ const colorDarkGraphicAttention = "#fda136";
124
+ const colorDarkGraphicLink = "#3193fc";
125
+ const colorDarkGraphicNegative = "#ff5431";
126
+ const colorDarkGraphicPositive = "#17d055";
102
127
  const colorDarkGraphicPrimary = "#fff";
103
128
  const colorDarkGraphicPrimaryInverted = "#0e0e0e";
104
- const colorDarkGraphicQuaternary = "#303032";
105
- const colorDarkGraphicQuaternaryInverted = "#dcdcdd";
106
- const colorDarkGraphicSecondary = "#85858d";
107
- const colorDarkGraphicSecondaryInverted = "#86868a";
108
- const colorDarkGraphicTertiary = "#4f4f52";
109
- const colorDarkGraphicTertiaryInverted = "#c1c1c3";
129
+ const colorDarkGraphicQuaternary = "#27272a";
130
+ const colorDarkGraphicQuaternaryInverted = "#e7e8ec";
131
+ const colorDarkGraphicSecondary = "#898991";
132
+ const colorDarkGraphicSecondaryInverted = "#898991";
133
+ const colorDarkGraphicTertiary = "#49494f";
134
+ const colorDarkGraphicTertiaryInverted = "#b8b9c0";
135
+ const colorDarkModalBgAltPrimary = "#1c1c1e";
136
+ const colorDarkModalBgAltPrimaryInverted = "#f2f3f5";
137
+ const colorDarkModalBgAltSecondary = "#29292c";
138
+ const colorDarkModalBgAltSecondaryInverted = "#fff";
139
+ const colorDarkModalBgAltTertiary = "#353539";
140
+ const colorDarkModalBgAltTertiaryInverted = "#f2f3f5";
141
+ const colorDarkModalBgPrimary = "#1c1c1e";
142
+ const colorDarkModalBgPrimaryInverted = "#fff";
143
+ const colorDarkModalBgSecondary = "#29292c";
144
+ const colorDarkModalBgSecondaryInverted = "#f2f3f5";
145
+ const colorDarkModalBgTertiary = "#353539";
146
+ const colorDarkModalBgTertiaryInverted = "#fff";
147
+ const colorDarkNeutral0 = "#29292c";
148
+ const colorDarkNeutral0Hover = "#2f2f32";
149
+ const colorDarkNeutral0Inverted = "#fff";
150
+ const colorDarkNeutral0InvertedHover = "#e7e8eb";
151
+ const colorDarkNeutral0InvertedPress = "#dcdde1";
152
+ const colorDarkNeutral0Press = "#353539";
153
+ const colorDarkNeutral100 = "#1c1c1e";
154
+ const colorDarkNeutral100Hover = "#212124";
155
+ const colorDarkNeutral100Inverted = "#f2f3f5";
156
+ const colorDarkNeutral100InvertedHover = "#e7e8eb";
157
+ const colorDarkNeutral100InvertedPress = "#dcdde1";
158
+ const colorDarkNeutral100Press = "#29292c";
159
+ const colorDarkNeutral1500 = "#fff";
160
+ const colorDarkNeutral1500Hover = "#babbc2";
161
+ const colorDarkNeutral1500Inverted = "#0e0e0e";
162
+ const colorDarkNeutral1500InvertedHover = "#3f3f45";
163
+ const colorDarkNeutral1500InvertedPress = "#5f5f66";
164
+ const colorDarkNeutral1500Press = "#a0a1a9";
165
+ const colorDarkNeutral200 = "#212124";
166
+ const colorDarkNeutral200Hover = "#29292c";
167
+ const colorDarkNeutral200Inverted = "#edeef0";
168
+ const colorDarkNeutral200InvertedHover = "#e7e8eb";
169
+ const colorDarkNeutral200InvertedPress = "#dcdde1";
170
+ const colorDarkNeutral200Press = "#2f2f32";
171
+ const colorDarkNeutral300 = "#29292c";
172
+ const colorDarkNeutral300Hover = "#2f2f32";
173
+ const colorDarkNeutral300Inverted = "#e7e8eb";
174
+ const colorDarkNeutral300InvertedHover = "#dcdde1";
175
+ const colorDarkNeutral300InvertedPress = "#d2d3d9";
176
+ const colorDarkNeutral300Press = "#353539";
177
+ const colorDarkNeutral400 = "#353539";
178
+ const colorDarkNeutral400Hover = "#3f3f45";
179
+ const colorDarkNeutral400Inverted = "#d2d3d9";
180
+ const colorDarkNeutral400InvertedHover = "#babbc2";
181
+ const colorDarkNeutral400InvertedPress = "#a0a1a9";
182
+ const colorDarkNeutral400Press = "#4a4a51";
183
+ const colorDarkNeutral500 = "#4a4a51";
184
+ const colorDarkNeutral500Hover = "#5f5f66";
185
+ const colorDarkNeutral500Inverted = "#babbc2";
186
+ const colorDarkNeutral500InvertedHover = "#a0a1a9";
187
+ const colorDarkNeutral500InvertedPress = "#898991";
188
+ const colorDarkNeutral500Press = "#75757d";
189
+ const colorDarkNeutral700 = "#898991";
190
+ const colorDarkNeutral700Hover = "#a0a1a9";
191
+ const colorDarkNeutral700Inverted = "#898991";
192
+ const colorDarkNeutral700InvertedHover = "#75757d";
193
+ const colorDarkNeutral700InvertedPress = "#5f5f66";
194
+ const colorDarkNeutral700Press = "#babbc2";
195
+ const colorDarkNeutralTranslucent0 = "rgba(214, 214, 229, 0.07)";
196
+ const colorDarkNeutralTranslucent0Hover = "rgba(225, 225, 248, 0.09)";
197
+ const colorDarkNeutralTranslucent0Inverted = "#fff";
198
+ const colorDarkNeutralTranslucent0InvertedHover = "rgba(38, 55, 88, 0.06)";
199
+ const colorDarkNeutralTranslucent0InvertedPress = "rgba(30, 43, 68, 0.08)";
200
+ const colorDarkNeutralTranslucent0Press = "rgba(222, 222, 238, 0.13)";
201
+ const colorDarkNeutralTranslucent100 = "rgba(214, 214, 229, 0.07)";
202
+ const colorDarkNeutralTranslucent100Hover = "rgba(225, 225, 248, 0.09)";
203
+ const colorDarkNeutralTranslucent100Inverted = "rgba(38, 55, 88, 0.06)";
204
+ const colorDarkNeutralTranslucent100InvertedHover = "rgba(15, 25, 55, 0.1)";
205
+ const colorDarkNeutralTranslucent100InvertedPress = "rgba(5, 12, 41, 0.14)";
206
+ const colorDarkNeutralTranslucent100Press = "rgba(222, 222, 238, 0.13)";
207
+ const colorDarkNeutralTranslucent1500Hover = "rgba(243, 245, 254, 0.75)";
208
+ const colorDarkNeutralTranslucent1500InvertedHover = "rgba(2, 2, 10, 0.76)";
209
+ const colorDarkNeutralTranslucent1500InvertedPress = "rgba(1, 1, 12, 0.63)";
210
+ const colorDarkNeutralTranslucent1500Press = "rgba(239, 240, 252, 0.65)";
211
+ const colorDarkNeutralTranslucent200 = "rgba(225, 225, 248, 0.09)";
212
+ const colorDarkNeutralTranslucent200Hover = "rgba(222, 222, 238, 0.13)";
213
+ const colorDarkNeutralTranslucent200Inverted = "rgba(30, 43, 68, 0.08)";
214
+ const colorDarkNeutralTranslucent200InvertedHover = "rgba(15, 25, 55, 0.1)";
215
+ const colorDarkNeutralTranslucent200InvertedPress = "rgba(5, 12, 41, 0.14)";
216
+ const colorDarkNeutralTranslucent200Press = "rgba(234, 234, 248, 0.15)";
217
+ const colorDarkNeutralTranslucent300 = "rgba(222, 222, 238, 0.13)";
218
+ const colorDarkNeutralTranslucent300Hover = "rgba(234, 234, 248, 0.15)";
219
+ const colorDarkNeutralTranslucent300Inverted = "rgba(15, 25, 55, 0.1)";
220
+ const colorDarkNeutralTranslucent300InvertedHover = "rgba(5, 12, 41, 0.14)";
221
+ const colorDarkNeutralTranslucent300InvertedPress = "rgba(5, 11, 44, 0.18)";
222
+ const colorDarkNeutralTranslucent300Press = "rgba(231, 231, 248, 0.18)";
223
+ const colorDarkNeutralTranslucent400 = "rgba(231, 231, 248, 0.18)";
224
+ const colorDarkNeutralTranslucent400Hover = "rgba(227, 227, 250, 0.23)";
225
+ const colorDarkNeutralTranslucent400Inverted = "rgba(5, 11, 44, 0.18)";
226
+ const colorDarkNeutralTranslucent400InvertedHover = "rgba(9, 12, 37, 0.28)";
227
+ const colorDarkNeutralTranslucent400InvertedPress = "rgba(5, 8, 29, 0.38)";
228
+ const colorDarkNeutralTranslucent400Press = "rgba(228, 228, 251, 0.28)";
229
+ const colorDarkNeutralTranslucent500 = "rgba(228, 228, 251, 0.28)";
230
+ const colorDarkNeutralTranslucent500Hover = "rgba(233, 233, 250, 0.37)";
231
+ const colorDarkNeutralTranslucent500Inverted = "rgba(9, 12, 37, 0.28)";
232
+ const colorDarkNeutralTranslucent500InvertedHover = "rgba(5, 8, 29, 0.38)";
233
+ const colorDarkNeutralTranslucent500InvertedPress = "rgba(4, 4, 21, 0.47)";
234
+ const colorDarkNeutralTranslucent500Press = "rgba(238, 238, 254, 0.46)";
235
+ const colorDarkNeutralTranslucent700 = "rgba(238, 238, 251, 0.55)";
236
+ const colorDarkNeutralTranslucent700Hover = "rgba(239, 240, 252, 0.65)";
237
+ const colorDarkNeutralTranslucent700Inverted = "rgba(4, 4, 21, 0.47)";
238
+ const colorDarkNeutralTranslucent700InvertedHover = "rgba(4, 4, 19, 0.55)";
239
+ const colorDarkNeutralTranslucent700InvertedPress = "rgba(1, 1, 12, 0.63)";
240
+ const colorDarkNeutralTranslucent700Press = "rgba(243, 245, 254, 0.75)";
241
+ const colorDarkOverlayDefault = "rgba(0, 0, 0, 0.7)";
110
242
  const colorDarkSpecialbgComponent = "rgba(255, 255, 255, 0.1)";
111
243
  const colorDarkSpecialbgComponentInverted = "rgba(11, 31, 53, 0.07)";
112
244
  const colorDarkSpecialbgNulled = "rgba(255, 255, 255, 0)";
113
- const colorDarkSpecialbgOverlayFallback = "#070707";
114
- const colorDarkSpecialbgPrimaryGrouped = "#202022";
115
- const colorDarkSpecialbgSecondaryGrouped = "#2c2c2e";
116
- const colorDarkSpecialbgSecondaryTransparent = "rgba(255, 255, 255, 0.06)";
117
- const colorDarkSpecialbgSecondaryTransparentInverted = "rgba(11, 31, 53, 0.05)";
118
- const colorDarkSpecialbgTertiaryGrouped = "#3a3a3c";
119
- const colorDarkSpecialbgTertiaryTransparent = "rgba(255, 255, 255, 0.11)";
120
- const colorDarkSpecialbgTertiaryTransparentInverted = "rgba(11, 31, 53, 0.1)";
245
+ const colorDarkSpecialbgOverlayFallback = "#0e0e0f";
246
+ const colorDarkSpecialbgPrimaryGrouped = "#1c1c1e";
247
+ const colorDarkSpecialbgSecondaryGrouped = "#27272a";
248
+ const colorDarkSpecialbgSecondaryTransparent = "rgba(214, 214, 229, 0.07)";
249
+ const colorDarkSpecialbgSecondaryTransparentInverted = "rgba(38, 55, 88, 0.06)";
250
+ const colorDarkSpecialbgTertiaryGrouped = "#36363a";
251
+ const colorDarkSpecialbgTertiaryTransparent = "rgba(222, 222, 240, 0.12)";
252
+ const colorDarkSpecialbgTertiaryTransparentInverted = "rgba(30, 43, 68, 0.08)";
253
+ const colorDarkStatusAttention = "#fda136";
254
+ const colorDarkStatusAttentionHover = "#fdb24d";
255
+ const colorDarkStatusAttentionInverted = "#fa9313";
256
+ const colorDarkStatusAttentionInvertedHover = "#f18d0b";
257
+ const colorDarkStatusAttentionInvertedPress = "#ea8313";
258
+ const colorDarkStatusAttentionPress = "#ffbf70";
259
+ const colorDarkStatusInfo = "#3193fc";
260
+ const colorDarkStatusInfoHover = "#4a9dfc";
261
+ const colorDarkStatusInfoInverted = "#2288fa";
262
+ const colorDarkStatusInfoInvertedHover = "#2a77ef";
263
+ const colorDarkStatusInfoInvertedPress = "#2c64d4";
264
+ const colorDarkStatusInfoPress = "#63aafd";
265
+ const colorDarkStatusMutedAltAttention = "#412f22";
266
+ const colorDarkStatusMutedAltAttentionHover = "#4f3623";
267
+ const colorDarkStatusMutedAltAttentionInverted = "#fde6c8";
268
+ const colorDarkStatusMutedAltAttentionInvertedHover = "#f6d7af";
269
+ const colorDarkStatusMutedAltAttentionInvertedPress = "#eec596";
270
+ const colorDarkStatusMutedAltAttentionPress = "#634128";
271
+ const colorDarkStatusMutedAltInfo = "#293044";
272
+ const colorDarkStatusMutedAltInfoHover = "#303a55";
273
+ const colorDarkStatusMutedAltInfoInverted = "#e4f0ff";
274
+ const colorDarkStatusMutedAltInfoInvertedHover = "#c4defa";
275
+ const colorDarkStatusMutedAltInfoInvertedPress = "#aeccf1";
276
+ const colorDarkStatusMutedAltInfoPress = "#3a456a";
277
+ const colorDarkStatusMutedAltNegative = "#442926";
278
+ const colorDarkStatusMutedAltNegativeHover = "#56302d";
279
+ const colorDarkStatusMutedAltNegativeInverted = "#ffdfdf";
280
+ const colorDarkStatusMutedAltNegativeInvertedHover = "#faccca";
281
+ const colorDarkStatusMutedAltNegativeInvertedPress = "#f1b7b0";
282
+ const colorDarkStatusMutedAltNegativePress = "#6c3b34";
283
+ const colorDarkStatusMutedAltPositive = "#253528";
284
+ const colorDarkStatusMutedAltPositiveHover = "#283f2d";
285
+ const colorDarkStatusMutedAltPositiveInverted = "#d1f1d7";
286
+ const colorDarkStatusMutedAltPositiveInvertedHover = "#bae6c2";
287
+ const colorDarkStatusMutedAltPositiveInvertedPress = "#a1d7a8";
288
+ const colorDarkStatusMutedAltPositivePress = "#2d4d32";
289
+ const colorDarkStatusMutedAttention = "#36291f";
290
+ const colorDarkStatusMutedAttentionHover = "#412f22";
291
+ const colorDarkStatusMutedAttentionInverted = "#ffefd9";
292
+ const colorDarkStatusMutedAttentionInvertedHover = "#fde6c8";
293
+ const colorDarkStatusMutedAttentionInvertedPress = "#f6d7af";
294
+ const colorDarkStatusMutedAttentionPress = "#4f3623";
295
+ const colorDarkStatusMutedInfo = "#222a3e";
296
+ const colorDarkStatusMutedInfoHover = "#293044";
297
+ const colorDarkStatusMutedInfoInverted = "#e4f0ff";
298
+ const colorDarkStatusMutedInfoInvertedHover = "#d8eaff";
299
+ const colorDarkStatusMutedInfoInvertedPress = "#c4defa";
300
+ const colorDarkStatusMutedInfoPress = "#303a55";
301
+ const colorDarkStatusMutedNegative = "#392523";
302
+ const colorDarkStatusMutedNegativeHover = "#442926";
303
+ const colorDarkStatusMutedNegativeInverted = "#ffebeb";
304
+ const colorDarkStatusMutedNegativeInvertedHover = "#ffdfdf";
305
+ const colorDarkStatusMutedNegativeInvertedPress = "#faccca";
306
+ const colorDarkStatusMutedNegativePress = "#56302d";
307
+ const colorDarkStatusMutedPositive = "#232d25";
308
+ const colorDarkStatusMutedPositiveHover = "#253528";
309
+ const colorDarkStatusMutedPositiveInverted = "#dff8e5";
310
+ const colorDarkStatusMutedPositiveInvertedHover = "#d1f1d7";
311
+ const colorDarkStatusMutedPositiveInvertedPress = "#bae6c2";
312
+ const colorDarkStatusMutedPositivePress = "#283f2d";
313
+ const colorDarkStatusNegative = "#ff5431";
314
+ const colorDarkStatusNegativeHover = "#ff7554";
315
+ const colorDarkStatusNegativeInverted = "#ff5431";
316
+ const colorDarkStatusNegativeInvertedHover = "#ec2e14";
317
+ const colorDarkStatusNegativeInvertedPress = "#c7251c";
318
+ const colorDarkStatusNegativePress = "#ff8d73";
319
+ const colorDarkStatusPositive = "#17d055";
320
+ const colorDarkStatusPositiveHover = "#22e068";
321
+ const colorDarkStatusPositiveInverted = "#0cc44d";
322
+ const colorDarkStatusPositiveInvertedHover = "#04b545";
323
+ const colorDarkStatusPositiveInvertedPress = "#01a53d";
324
+ const colorDarkStatusPositivePress = "#4ae777";
121
325
  const colorDarkTextAccent = "#ef3124";
122
- const colorDarkTextAttention = "#cb830f";
123
- const colorDarkTextDisabled = "rgba(235, 235, 245, 0.2)";
124
- const colorDarkTextDisabledInverted = "rgba(60, 60, 67, 0.22)";
125
- const colorDarkTextLink = "#0072ef";
126
- const colorDarkTextNegative = "#f15045";
127
- const colorDarkTextPositive = "#13a463";
326
+ const colorDarkTextAttention = "#fa9313";
327
+ const colorDarkTextAttentionHover = "#fdb24d";
328
+ const colorDarkTextAttentionInverted = "#ea8313";
329
+ const colorDarkTextAttentionInvertedHover = "#d57111";
330
+ const colorDarkTextAttentionInvertedPress = "#b45a06";
331
+ const colorDarkTextAttentionPress = "#ffbf70";
332
+ const colorDarkTextDisabled = "rgba(236, 236, 254, 0.18)";
333
+ const colorDarkTextDisabledInverted = "rgba(5, 11, 44, 0.18)";
334
+ const colorDarkTextInfo = "#4a9dfc";
335
+ const colorDarkTextInfoHover = "#63aafd";
336
+ const colorDarkTextInfoInverted = "#2a77ef";
337
+ const colorDarkTextInfoInvertedHover = "#2c64d4";
338
+ const colorDarkTextInfoInvertedPress = "#2453b4";
339
+ const colorDarkTextInfoPress = "#7fb6ff";
340
+ const colorDarkTextLink = "#4a9dfc";
341
+ const colorDarkTextNegative = "#ff5431";
342
+ const colorDarkTextNegativeHover = "#ff7554";
343
+ const colorDarkTextNegativeInverted = "#ec2e14";
344
+ const colorDarkTextNegativeInvertedHover = "#c7251c";
345
+ const colorDarkTextNegativeInvertedPress = "#a6201e";
346
+ const colorDarkTextNegativePress = "#ff8d73";
347
+ const colorDarkTextPositive = "#0cc44d";
348
+ const colorDarkTextPositiveHover = "#22e068";
349
+ const colorDarkTextPositiveInverted = "#0d9336";
350
+ const colorDarkTextPositiveInvertedHover = "#0a7d2c";
351
+ const colorDarkTextPositiveInvertedPress = "#036625";
352
+ const colorDarkTextPositivePress = "#4ae777";
128
353
  const colorDarkTextPrimary = "#fff";
354
+ const colorDarkTextPrimaryHover = "#babbc2";
129
355
  const colorDarkTextPrimaryInverted = "#0e0e0e";
130
- const colorDarkTextSecondary = "rgba(235, 235, 245, 0.54)";
131
- const colorDarkTextSecondaryInverted = "rgba(60, 60, 67, 0.66)";
132
- const colorDarkTextTertiary = "rgba(235, 235, 245, 0.32)";
133
- const colorDarkTextTertiaryInverted = "rgba(60, 60, 67, 0.4)";
356
+ const colorDarkTextPrimaryInvertedHover = "#5f5f66";
357
+ const colorDarkTextPrimaryInvertedPress = "#75757d";
358
+ const colorDarkTextPrimaryPress = "#a0a1a9";
359
+ const colorDarkTextQuaternary = "rgba(231, 231, 248, 0.18)";
360
+ const colorDarkTextQuaternaryInverted = "rgba(5, 11, 44, 0.18)";
361
+ const colorDarkTextSecondary = "rgba(238, 238, 251, 0.55)";
362
+ const colorDarkTextSecondaryHover = "rgba(239, 240, 252, 0.65)";
363
+ const colorDarkTextSecondaryInverted = "rgba(4, 4, 19, 0.55)";
364
+ const colorDarkTextSecondaryInvertedHover = "rgba(1, 1, 12, 0.63)";
365
+ const colorDarkTextSecondaryInvertedPress = "rgba(0, 0, 10, 0.71)";
366
+ const colorDarkTextSecondaryPress = "rgba(243, 245, 254, 0.75)";
367
+ const colorDarkTextTertiary = "rgba(233, 233, 250, 0.37)";
368
+ const colorDarkTextTertiaryHover = "rgba(238, 238, 254, 0.46)";
369
+ const colorDarkTextTertiaryInverted = "rgba(5, 8, 29, 0.38)";
370
+ const colorDarkTextTertiaryInvertedHover = "rgba(4, 4, 21, 0.47)";
371
+ const colorDarkTextTertiaryInvertedPress = "rgba(4, 4, 19, 0.55)";
372
+ const colorDarkTextTertiaryPress = "rgba(238, 238, 251, 0.55)";
373
+ const colorDarkTransparentDefault = "rgba(255, 255, 255, 0)";
374
+ const colorDarkTransparentDefaultHover = "rgba(214, 214, 229, 0.07)";
375
+ const colorDarkTransparentDefaultInvertedHover = "rgba(38, 55, 88, 0.06)";
376
+ const colorDarkTransparentDefaultInvertedPress = "rgba(30, 43, 68, 0.08)";
377
+ const colorDarkTransparentDefaultPress = "rgba(225, 225, 248, 0.09)";
378
+ const colorLightAccentPrimary = "#ef3124";
379
+ const colorLightAccentPrimaryHover = "#e32a17";
380
+ const colorLightAccentPrimaryInverted = "#f83a2a";
381
+ const colorLightAccentPrimaryInvertedHover = "#ff503e";
382
+ const colorLightAccentPrimaryInvertedPress = "#fd624e";
383
+ const colorLightAccentPrimaryPress = "#d72505";
384
+ const colorLightAccentSecondary = "#0e0e0e";
385
+ const colorLightAccentSecondaryHover = "#29292c";
386
+ const colorLightAccentSecondaryInverted = "#fff";
387
+ const colorLightAccentSecondaryInvertedHover = "#e7e8eb";
388
+ const colorLightAccentSecondaryInvertedPress = "#d2d3d9";
389
+ const colorLightAccentSecondaryPress = "#2f2f32";
390
+ const colorLightBaseBgAltPrimary = "#f2f3f5";
391
+ const colorLightBaseBgAltPrimaryInverted = "#0e0e0e";
392
+ const colorLightBaseBgAltSecondary = "#fff";
393
+ const colorLightBaseBgAltSecondaryInverted = "#1c1c1e";
394
+ const colorLightBaseBgAltTertiary = "#f2f3f5";
395
+ const colorLightBaseBgAltTertiaryInverted = "#29292c";
396
+ const colorLightBaseBgPrimary = "#fff";
397
+ const colorLightBaseBgPrimaryInverted = "#0e0e0e";
398
+ const colorLightBaseBgSecondary = "#f2f3f5";
399
+ const colorLightBaseBgSecondaryInverted = "#1c1c1e";
400
+ const colorLightBaseBgTertiary = "#fff";
401
+ const colorLightBaseBgTertiaryInverted = "#29292c";
134
402
  const colorLightBgAccent = "#ef3124";
135
- const colorLightBgAttentionMuted = "#f7ebd9";
403
+ const colorLightBgAttentionMuted = "#ffefd9";
136
404
  const colorLightBgInfo = "#d6e8fc";
137
- const colorLightBgNegativeMuted = "#fbe8e7";
405
+ const colorLightBgInfoMuted = "#e4f0ff";
406
+ const colorLightBgNegativeMuted = "#ffebeb";
138
407
  const colorLightBgOpaque = "rgba(255, 255, 255, 0.8)";
139
- const colorLightBgOverlay = "rgba(0, 0, 0, 0.6)";
140
- const colorLightBgPositiveMuted = "#e7f6ef";
408
+ const colorLightBgOverlay = "rgba(0, 0, 0, 0.65)";
409
+ const colorLightBgPositiveMuted = "#dff8e5";
141
410
  const colorLightBgPrimary = "#fff";
142
- const colorLightBgPrimaryInverted = "#121212";
143
- const colorLightBgQuaternary = "#dcdcdd";
144
- const colorLightBgQuaternaryInverted = "#3a3a3c";
145
- const colorLightBgSecondary = "#f3f4f5";
146
- const colorLightBgSecondaryInverted = "#202022";
147
- const colorLightBgTertiary = "#e9e9eb";
148
- const colorLightBgTertiaryInverted = "#2c2c2e";
411
+ const colorLightBgPrimaryInverted = "#0e0e0e";
412
+ const colorLightBgQuaternary = "#dcdee2";
413
+ const colorLightBgQuaternaryInverted = "#36363a";
414
+ const colorLightBgSecondary = "#f2f3f5";
415
+ const colorLightBgSecondaryInverted = "#1c1c1e";
416
+ const colorLightBgTertiary = "#e7e8ea";
417
+ const colorLightBgTertiaryInverted = "#27272a";
149
418
  const colorLightBorderAccent = "#ef3124";
150
419
  const colorLightBorderKey = "#000";
151
420
  const colorLightBorderKeyInverted = "#fff";
152
- const colorLightBorderLink = "#0072ef";
153
- const colorLightBorderPrimary = "#dcdcdd";
154
- const colorLightBorderPrimaryInverted = "#2b2b2e";
155
- const colorLightBorderSecondary = "#e9e9eb";
156
- const colorLightBorderSecondaryInverted = "#262629";
157
- const colorLightBorderTertiary = "#f3f4f5";
421
+ const colorLightBorderLink = "#2288fa";
422
+ const colorLightBorderPrimary = "#d5d6dc";
423
+ const colorLightBorderPrimaryInverted = "#36363a";
424
+ const colorLightBorderSecondary = "#e7e8ec";
425
+ const colorLightBorderSecondaryInverted = "#27272a";
426
+ const colorLightBorderTertiary = "#f2f3f5";
158
427
  const colorLightBorderTertiaryInverted = "#1c1c1e";
159
- const colorLightBorderUnderline = "#c5c5c7";
160
- const colorLightBorderUnderlineInverted = "#464649";
428
+ const colorLightBorderUnderline = "#b8b9c0";
429
+ const colorLightBorderUnderlineInverted = "#49494f";
161
430
  const colorLightGraphicAccent = "#ef3124";
162
- const colorLightGraphicAttention = "#f6bf65";
163
- const colorLightGraphicLink = "#0072ef";
164
- const colorLightGraphicNegative = "#f15045";
165
- const colorLightGraphicPositive = "#2fc26e";
431
+ const colorLightGraphicAttention = "#fa9313";
432
+ const colorLightGraphicLink = "#2288fa";
433
+ const colorLightGraphicNegative = "#ff5431";
434
+ const colorLightGraphicPositive = "#0cc44d";
166
435
  const colorLightGraphicPrimary = "#0e0e0e";
167
436
  const colorLightGraphicPrimaryInverted = "#fff";
168
- const colorLightGraphicQuaternary = "#dcdcdd";
169
- const colorLightGraphicQuaternaryInverted = "#303032";
170
- const colorLightGraphicSecondary = "#86868a";
171
- const colorLightGraphicSecondaryInverted = "#85858d";
172
- const colorLightGraphicTertiary = "#c1c1c3";
173
- const colorLightGraphicTertiaryInverted = "#4f4f52";
437
+ const colorLightGraphicQuaternary = "#e7e8ec";
438
+ const colorLightGraphicQuaternaryInverted = "#27272a";
439
+ const colorLightGraphicSecondary = "#898991";
440
+ const colorLightGraphicSecondaryInverted = "#898991";
441
+ const colorLightGraphicTertiary = "#b8b9c0";
442
+ const colorLightGraphicTertiaryInverted = "#49494f";
443
+ const colorLightModalBgAltPrimary = "#f2f3f5";
444
+ const colorLightModalBgAltPrimaryInverted = "#1c1c1e";
445
+ const colorLightModalBgAltSecondary = "#fff";
446
+ const colorLightModalBgAltSecondaryInverted = "#29292c";
447
+ const colorLightModalBgAltTertiary = "#f2f3f5";
448
+ const colorLightModalBgAltTertiaryInverted = "#353539";
449
+ const colorLightModalBgPrimary = "#fff";
450
+ const colorLightModalBgPrimaryInverted = "#1c1c1e";
451
+ const colorLightModalBgSecondary = "#f2f3f5";
452
+ const colorLightModalBgSecondaryInverted = "#29292c";
453
+ const colorLightModalBgTertiary = "#fff";
454
+ const colorLightModalBgTertiaryInverted = "#353539";
455
+ const colorLightNeutral0 = "#fff";
456
+ const colorLightNeutral0Hover = "#e7e8eb";
457
+ const colorLightNeutral0Inverted = "#29292c";
458
+ const colorLightNeutral0InvertedHover = "#2f2f32";
459
+ const colorLightNeutral0InvertedPress = "#353539";
460
+ const colorLightNeutral0Press = "#dcdde1";
461
+ const colorLightNeutral100 = "#f2f3f5";
462
+ const colorLightNeutral100Hover = "#e7e8eb";
463
+ const colorLightNeutral100Inverted = "#1c1c1e";
464
+ const colorLightNeutral100InvertedHover = "#212124";
465
+ const colorLightNeutral100InvertedPress = "#29292c";
466
+ const colorLightNeutral100Press = "#dcdde1";
467
+ const colorLightNeutral1500 = "#0e0e0e";
468
+ const colorLightNeutral1500Hover = "#3f3f45";
469
+ const colorLightNeutral1500Inverted = "#fff";
470
+ const colorLightNeutral1500InvertedHover = "#babbc2";
471
+ const colorLightNeutral1500InvertedPress = "#a0a1a9";
472
+ const colorLightNeutral1500Press = "#5f5f66";
473
+ const colorLightNeutral200 = "#edeef0";
474
+ const colorLightNeutral200Hover = "#e7e8eb";
475
+ const colorLightNeutral200Inverted = "#212124";
476
+ const colorLightNeutral200InvertedHover = "#29292c";
477
+ const colorLightNeutral200InvertedPress = "#2f2f32";
478
+ const colorLightNeutral200Press = "#dcdde1";
479
+ const colorLightNeutral300 = "#e7e8eb";
480
+ const colorLightNeutral300Hover = "#dcdde1";
481
+ const colorLightNeutral300Inverted = "#29292c";
482
+ const colorLightNeutral300InvertedHover = "#2f2f32";
483
+ const colorLightNeutral300InvertedPress = "#353539";
484
+ const colorLightNeutral300Press = "#d2d3d9";
485
+ const colorLightNeutral400 = "#d2d3d9";
486
+ const colorLightNeutral400Hover = "#babbc2";
487
+ const colorLightNeutral400Inverted = "#353539";
488
+ const colorLightNeutral400InvertedHover = "#3f3f45";
489
+ const colorLightNeutral400InvertedPress = "#4a4a51";
490
+ const colorLightNeutral400Press = "#a0a1a9";
491
+ const colorLightNeutral500 = "#babbc2";
492
+ const colorLightNeutral500Hover = "#a0a1a9";
493
+ const colorLightNeutral500Inverted = "#4a4a51";
494
+ const colorLightNeutral500InvertedHover = "#5f5f66";
495
+ const colorLightNeutral500InvertedPress = "#75757d";
496
+ const colorLightNeutral500Press = "#898991";
497
+ const colorLightNeutral700 = "#898991";
498
+ const colorLightNeutral700Hover = "#75757d";
499
+ const colorLightNeutral700Inverted = "#898991";
500
+ const colorLightNeutral700InvertedHover = "#a0a1a9";
501
+ const colorLightNeutral700InvertedPress = "#babbc2";
502
+ const colorLightNeutral700Press = "#5f5f66";
503
+ const colorLightNeutralTranslucent0 = "#fff";
504
+ const colorLightNeutralTranslucent0Hover = "rgba(38, 55, 88, 0.06)";
505
+ const colorLightNeutralTranslucent0Inverted = "rgba(214, 214, 229, 0.07)";
506
+ const colorLightNeutralTranslucent0InvertedHover = "rgba(225, 225, 248, 0.09)";
507
+ const colorLightNeutralTranslucent0InvertedPress = "rgba(222, 222, 238, 0.13)";
508
+ const colorLightNeutralTranslucent0Press = "rgba(30, 43, 68, 0.08)";
509
+ const colorLightNeutralTranslucent100 = "rgba(38, 55, 88, 0.06)";
510
+ const colorLightNeutralTranslucent100Hover = "rgba(15, 25, 55, 0.1)";
511
+ const colorLightNeutralTranslucent100Inverted = "rgba(214, 214, 229, 0.07)";
512
+ const colorLightNeutralTranslucent100InvertedHover = "rgba(222, 222, 238, 0.13)";
513
+ const colorLightNeutralTranslucent100InvertedPress = "rgba(234, 234, 248, 0.15)";
514
+ const colorLightNeutralTranslucent100Press = "rgba(5, 12, 41, 0.14)";
515
+ const colorLightNeutralTranslucent1500Hover = "rgba(2, 2, 10, 0.76)";
516
+ const colorLightNeutralTranslucent1500InvertedHover = "rgba(243, 245, 254, 0.75)";
517
+ const colorLightNeutralTranslucent1500InvertedPress = "rgba(239, 240, 252, 0.65)";
518
+ const colorLightNeutralTranslucent1500Press = "rgba(1, 1, 12, 0.63)";
519
+ const colorLightNeutralTranslucent200 = "rgba(30, 43, 68, 0.08)";
520
+ const colorLightNeutralTranslucent200Hover = "rgba(15, 25, 55, 0.1)";
521
+ const colorLightNeutralTranslucent200Inverted = "rgba(225, 225, 248, 0.09)";
522
+ const colorLightNeutralTranslucent200InvertedHover = "rgba(222, 222, 238, 0.13)";
523
+ const colorLightNeutralTranslucent200InvertedPress = "rgba(234, 234, 248, 0.15)";
524
+ const colorLightNeutralTranslucent200Press = "rgba(5, 12, 41, 0.14)";
525
+ const colorLightNeutralTranslucent300 = "rgba(15, 25, 55, 0.1)";
526
+ const colorLightNeutralTranslucent300Hover = "rgba(5, 12, 41, 0.14)";
527
+ const colorLightNeutralTranslucent300Inverted = "rgba(222, 222, 238, 0.13)";
528
+ const colorLightNeutralTranslucent300InvertedHover = "rgba(234, 234, 248, 0.15)";
529
+ const colorLightNeutralTranslucent300InvertedPress = "rgba(231, 231, 248, 0.18)";
530
+ const colorLightNeutralTranslucent300Press = "rgba(5, 11, 44, 0.18)";
531
+ const colorLightNeutralTranslucent400 = "rgba(5, 11, 44, 0.18)";
532
+ const colorLightNeutralTranslucent400Hover = "rgba(9, 12, 37, 0.28)";
533
+ const colorLightNeutralTranslucent400Inverted = "rgba(231, 231, 248, 0.18)";
534
+ const colorLightNeutralTranslucent400InvertedHover = "rgba(227, 227, 250, 0.23)";
535
+ const colorLightNeutralTranslucent400InvertedPress = "rgba(228, 228, 251, 0.28)";
536
+ const colorLightNeutralTranslucent400Press = "rgba(5, 8, 29, 0.38)";
537
+ const colorLightNeutralTranslucent500 = "rgba(9, 12, 37, 0.28)";
538
+ const colorLightNeutralTranslucent500Hover = "rgba(5, 8, 29, 0.38)";
539
+ const colorLightNeutralTranslucent500Inverted = "rgba(228, 228, 251, 0.28)";
540
+ const colorLightNeutralTranslucent500InvertedHover = "rgba(233, 233, 250, 0.37)";
541
+ const colorLightNeutralTranslucent500InvertedPress = "rgba(238, 238, 254, 0.46)";
542
+ const colorLightNeutralTranslucent500Press = "rgba(4, 4, 21, 0.47)";
543
+ const colorLightNeutralTranslucent700 = "rgba(4, 4, 21, 0.47)";
544
+ const colorLightNeutralTranslucent700Hover = "rgba(4, 4, 19, 0.55)";
545
+ const colorLightNeutralTranslucent700Inverted = "rgba(238, 238, 251, 0.55)";
546
+ const colorLightNeutralTranslucent700InvertedHover = "rgba(239, 240, 252, 0.65)";
547
+ const colorLightNeutralTranslucent700InvertedPress = "rgba(243, 245, 254, 0.75)";
548
+ const colorLightNeutralTranslucent700Press = "rgba(1, 1, 12, 0.63)";
549
+ const colorLightOverlayDefault = "rgba(0, 0, 0, 0.6)";
174
550
  const colorLightSpecialbgComponent = "rgba(11, 31, 53, 0.07)";
175
551
  const colorLightSpecialbgComponentInverted = "rgba(255, 255, 255, 0.1)";
176
552
  const colorLightSpecialbgNulled = "rgba(255, 255, 255, 0)";
177
- const colorLightSpecialbgOverlayFallback = "#5c5c5c";
178
- const colorLightSpecialbgPrimaryGrouped = "#f3f4f5";
553
+ const colorLightSpecialbgOverlayFallback = "#49494f";
554
+ const colorLightSpecialbgPrimaryGrouped = "#f2f3f5";
179
555
  const colorLightSpecialbgSecondaryGrouped = "#fff";
180
- const colorLightSpecialbgSecondaryTransparent = "rgba(11, 31, 53, 0.05)";
181
- const colorLightSpecialbgSecondaryTransparentInverted = "rgba(255, 255, 255, 0.06)";
182
- const colorLightSpecialbgTertiaryGrouped = "#f3f4f5";
183
- const colorLightSpecialbgTertiaryTransparent = "rgba(11, 31, 53, 0.1)";
184
- const colorLightSpecialbgTertiaryTransparentInverted = "rgba(255, 255, 255, 0.11)";
556
+ const colorLightSpecialbgSecondaryTransparent = "rgba(38, 55, 88, 0.06)";
557
+ const colorLightSpecialbgSecondaryTransparentInverted = "rgba(214, 214, 229, 0.07)";
558
+ const colorLightSpecialbgTertiaryGrouped = "#f2f3f5";
559
+ const colorLightSpecialbgTertiaryTransparent = "rgba(30, 43, 68, 0.08)";
560
+ const colorLightSpecialbgTertiaryTransparentInverted = "rgba(222, 222, 240, 0.12)";
561
+ const colorLightStatusAttention = "#fa9313";
562
+ const colorLightStatusAttentionHover = "#f18d0b";
563
+ const colorLightStatusAttentionInverted = "#fda136";
564
+ const colorLightStatusAttentionInvertedHover = "#fdb24d";
565
+ const colorLightStatusAttentionInvertedPress = "#ffbf70";
566
+ const colorLightStatusAttentionPress = "#ea8313";
567
+ const colorLightStatusInfo = "#2288fa";
568
+ const colorLightStatusInfoHover = "#2a77ef";
569
+ const colorLightStatusInfoInverted = "#3193fc";
570
+ const colorLightStatusInfoInvertedHover = "#4a9dfc";
571
+ const colorLightStatusInfoInvertedPress = "#63aafd";
572
+ const colorLightStatusInfoPress = "#2c64d4";
573
+ const colorLightStatusMutedAltAttention = "#fde6c8";
574
+ const colorLightStatusMutedAltAttentionHover = "#f6d7af";
575
+ const colorLightStatusMutedAltAttentionInverted = "#412f22";
576
+ const colorLightStatusMutedAltAttentionInvertedHover = "#4f3623";
577
+ const colorLightStatusMutedAltAttentionInvertedPress = "#634128";
578
+ const colorLightStatusMutedAltAttentionPress = "#eec596";
579
+ const colorLightStatusMutedAltInfo = "#d8eaff";
580
+ const colorLightStatusMutedAltInfoHover = "#c4defa";
581
+ const colorLightStatusMutedAltInfoInverted = "#293044";
582
+ const colorLightStatusMutedAltInfoInvertedHover = "#303a55";
583
+ const colorLightStatusMutedAltInfoInvertedPress = "#3a456a";
584
+ const colorLightStatusMutedAltInfoPress = "#aeccf1";
585
+ const colorLightStatusMutedAltNegative = "#ffdfdf";
586
+ const colorLightStatusMutedAltNegativeHover = "#faccca";
587
+ const colorLightStatusMutedAltNegativeInverted = "#442926";
588
+ const colorLightStatusMutedAltNegativeInvertedHover = "#56302d";
589
+ const colorLightStatusMutedAltNegativeInvertedPress = "#6c3b34";
590
+ const colorLightStatusMutedAltNegativePress = "#f1b7b0";
591
+ const colorLightStatusMutedAltPositive = "#d1f1d7";
592
+ const colorLightStatusMutedAltPositiveHover = "#bae6c2";
593
+ const colorLightStatusMutedAltPositiveInverted = "#253528";
594
+ const colorLightStatusMutedAltPositiveInvertedHover = "#283f2d";
595
+ const colorLightStatusMutedAltPositiveInvertedPress = "#2d4d32";
596
+ const colorLightStatusMutedAltPositivePress = "#a1d7a8";
597
+ const colorLightStatusMutedAttention = "#ffefd9";
598
+ const colorLightStatusMutedAttentionHover = "#fde6c8";
599
+ const colorLightStatusMutedAttentionInverted = "#36291f";
600
+ const colorLightStatusMutedAttentionInvertedHover = "#412f22";
601
+ const colorLightStatusMutedAttentionInvertedPress = "#4f3623";
602
+ const colorLightStatusMutedAttentionPress = "#f6d7af";
603
+ const colorLightStatusMutedInfo = "#e4f0ff";
604
+ const colorLightStatusMutedInfoHover = "#d8eaff";
605
+ const colorLightStatusMutedInfoInverted = "#222a3e";
606
+ const colorLightStatusMutedInfoInvertedHover = "#293044";
607
+ const colorLightStatusMutedInfoInvertedPress = "#303a55";
608
+ const colorLightStatusMutedInfoPress = "#c4defa";
609
+ const colorLightStatusMutedNegative = "#ffebeb";
610
+ const colorLightStatusMutedNegativeHover = "#ffdfdf";
611
+ const colorLightStatusMutedNegativeInverted = "#392523";
612
+ const colorLightStatusMutedNegativeInvertedHover = "#442926";
613
+ const colorLightStatusMutedNegativeInvertedPress = "#56302d";
614
+ const colorLightStatusMutedNegativePress = "#faccca";
615
+ const colorLightStatusMutedPositive = "#dff8e5";
616
+ const colorLightStatusMutedPositiveHover = "#d1f1d7";
617
+ const colorLightStatusMutedPositiveInverted = "#232d25";
618
+ const colorLightStatusMutedPositiveInvertedHover = "#253528";
619
+ const colorLightStatusMutedPositiveInvertedPress = "#283f2d";
620
+ const colorLightStatusMutedPositivePress = "#bae6c2";
621
+ const colorLightStatusNegative = "#ff5431";
622
+ const colorLightStatusNegativeHover = "#ec2e14";
623
+ const colorLightStatusNegativeInverted = "#ff5431";
624
+ const colorLightStatusNegativeInvertedHover = "#ff7554";
625
+ const colorLightStatusNegativeInvertedPress = "#ff8d73";
626
+ const colorLightStatusNegativePress = "#c7251c";
627
+ const colorLightStatusPositive = "#0cc44d";
628
+ const colorLightStatusPositiveHover = "#04b545";
629
+ const colorLightStatusPositiveInverted = "#17d055";
630
+ const colorLightStatusPositiveInvertedHover = "#22e068";
631
+ const colorLightStatusPositiveInvertedPress = "#4ae777";
632
+ const colorLightStatusPositivePress = "#01a53d";
185
633
  const colorLightTextAccent = "#ef3124";
186
- const colorLightTextAttention = "#cb830f";
187
- const colorLightTextDisabled = "rgba(60, 60, 67, 0.22)";
188
- const colorLightTextDisabledInverted = "rgba(235, 235, 245, 0.2)";
189
- const colorLightTextLink = "#0072ef";
190
- const colorLightTextNegative = "#d91d0b";
191
- const colorLightTextPositive = "#13a463";
634
+ const colorLightTextAttention = "#ea8313";
635
+ const colorLightTextAttentionHover = "#d57111";
636
+ const colorLightTextAttentionInverted = "#fa9313";
637
+ const colorLightTextAttentionInvertedHover = "#fdb24d";
638
+ const colorLightTextAttentionInvertedPress = "#ffbf70";
639
+ const colorLightTextAttentionPress = "#b45a06";
640
+ const colorLightTextDisabled = "rgba(5, 11, 44, 0.18)";
641
+ const colorLightTextDisabledInverted = "rgba(231, 231, 248, 0.18)";
642
+ const colorLightTextInfo = "#2a77ef";
643
+ const colorLightTextInfoHover = "#2c64d4";
644
+ const colorLightTextInfoInverted = "#4a9dfc";
645
+ const colorLightTextInfoInvertedHover = "#63aafd";
646
+ const colorLightTextInfoInvertedPress = "#7fb6ff";
647
+ const colorLightTextInfoPress = "#2453b4";
648
+ const colorLightTextLink = "#2a77ef";
649
+ const colorLightTextNegative = "#ec2e14";
650
+ const colorLightTextNegativeHover = "#c7251c";
651
+ const colorLightTextNegativeInverted = "#ff5431";
652
+ const colorLightTextNegativeInvertedHover = "#ff7554";
653
+ const colorLightTextNegativeInvertedPress = "#ff8d73";
654
+ const colorLightTextNegativePress = "#a6201e";
655
+ const colorLightTextPositive = "#0d9336";
656
+ const colorLightTextPositiveHover = "#0a7d2c";
657
+ const colorLightTextPositiveInverted = "#0cc44d";
658
+ const colorLightTextPositiveInvertedHover = "#22e068";
659
+ const colorLightTextPositiveInvertedPress = "#4ae777";
660
+ const colorLightTextPositivePress = "#036625";
192
661
  const colorLightTextPrimary = "#0e0e0e";
662
+ const colorLightTextPrimaryHover = "#5f5f66";
193
663
  const colorLightTextPrimaryInverted = "#fff";
194
- const colorLightTextSecondary = "rgba(60, 60, 67, 0.66)";
195
- const colorLightTextSecondaryInverted = "rgba(235, 235, 245, 0.54)";
196
- const colorLightTextTertiary = "rgba(60, 60, 67, 0.4)";
197
- const colorLightTextTertiaryInverted = "rgba(235, 235, 245, 0.32)";
664
+ const colorLightTextPrimaryInvertedHover = "#babbc2";
665
+ const colorLightTextPrimaryInvertedPress = "#a0a1a9";
666
+ const colorLightTextPrimaryPress = "#75757d";
667
+ const colorLightTextQuaternary = "rgba(5, 11, 44, 0.18)";
668
+ const colorLightTextQuaternaryInverted = "rgba(231, 231, 248, 0.18)";
669
+ const colorLightTextSecondary = "rgba(4, 4, 19, 0.55)";
670
+ const colorLightTextSecondaryHover = "rgba(1, 1, 12, 0.63)";
671
+ const colorLightTextSecondaryInverted = "rgba(238, 238, 251, 0.55)";
672
+ const colorLightTextSecondaryInvertedHover = "rgba(239, 240, 252, 0.65)";
673
+ const colorLightTextSecondaryInvertedPress = "rgba(243, 245, 254, 0.75)";
674
+ const colorLightTextSecondaryPress = "rgba(0, 0, 10, 0.71)";
675
+ const colorLightTextTertiary = "rgba(5, 8, 29, 0.38)";
676
+ const colorLightTextTertiaryHover = "rgba(4, 4, 21, 0.47)";
677
+ const colorLightTextTertiaryInverted = "rgba(233, 233, 250, 0.37)";
678
+ const colorLightTextTertiaryInvertedHover = "rgba(238, 238, 254, 0.46)";
679
+ const colorLightTextTertiaryInvertedPress = "rgba(238, 238, 251, 0.55)";
680
+ const colorLightTextTertiaryPress = "rgba(4, 4, 19, 0.55)";
681
+ const colorLightTransparentDefault = "rgba(255, 255, 255, 0)";
682
+ const colorLightTransparentDefaultHover = "rgba(38, 55, 88, 0.06)";
683
+ const colorLightTransparentDefaultInvertedHover = "rgba(214, 214, 229, 0.07)";
684
+ const colorLightTransparentDefaultInvertedPress = "rgba(225, 225, 248, 0.09)";
685
+ const colorLightTransparentDefaultPress = "rgba(30, 43, 68, 0.08)";
686
+ const colorStaticAccentPrimary = "#ef3124";
687
+ const colorStaticAccentPrimaryHover = "#e32a17";
688
+ const colorStaticAccentPrimaryInverted = "#f83a2a";
689
+ const colorStaticAccentPrimaryInvertedHover = "#ff503e";
690
+ const colorStaticAccentPrimaryInvertedPress = "#fd624e";
691
+ const colorStaticAccentPrimaryPress = "#d72505";
692
+ const colorStaticAccentSecondary = "#0e0e0e";
693
+ const colorStaticAccentSecondaryHover = "#29292c";
694
+ const colorStaticAccentSecondaryInverted = "#fff";
695
+ const colorStaticAccentSecondaryInvertedHover = "#e7e8eb";
696
+ const colorStaticAccentSecondaryInvertedPress = "#d2d3d9";
697
+ const colorStaticAccentSecondaryPress = "#2f2f32";
198
698
  const colorStaticBgAccent = "#ef3124";
199
- const colorStaticBgPrimaryDark = "#121212";
699
+ const colorStaticBgPrimaryDark = "#0e0e0e";
200
700
  const colorStaticBgPrimaryLight = "#fff";
201
- const colorStaticBgQuaternaryDark = "#3a3a3c";
202
- const colorStaticBgQuaternaryLight = "#dcdcdd";
203
- const colorStaticBgSecondaryDark = "#202022";
204
- const colorStaticBgSecondaryLight = "#f3f4f5";
205
- const colorStaticBgTertiaryDark = "#2c2c2e";
206
- const colorStaticBgTertiaryLight = "#e9e9eb";
701
+ const colorStaticBgQuaternaryDark = "#36363a";
702
+ const colorStaticBgQuaternaryLight = "#e7e8ec";
703
+ const colorStaticBgSecondaryDark = "#1c1c1e";
704
+ const colorStaticBgSecondaryLight = "#f2f3f5";
705
+ const colorStaticBgTertiaryDark = "#27272a";
706
+ const colorStaticBgTertiaryLight = "#edeef0";
207
707
  const colorStaticBorderAccent = "#ef3124";
208
708
  const colorStaticGraphicAccent = "#ef3124";
209
709
  const colorStaticGraphicDark = "#0e0e0e";
210
710
  const colorStaticGraphicLight = "#fff";
711
+ const colorStaticNeutral0 = "#fff";
712
+ const colorStaticNeutral0Hover = "#e7e8eb";
713
+ const colorStaticNeutral0Inverted = "#29292c";
714
+ const colorStaticNeutral0InvertedHover = "#2f2f32";
715
+ const colorStaticNeutral0InvertedPress = "#353539";
716
+ const colorStaticNeutral0Press = "#dcdde1";
717
+ const colorStaticNeutral100 = "#f2f3f5";
718
+ const colorStaticNeutral100Hover = "#e7e8eb";
719
+ const colorStaticNeutral100Inverted = "#1c1c1e";
720
+ const colorStaticNeutral100InvertedHover = "#212124";
721
+ const colorStaticNeutral100InvertedPress = "#29292c";
722
+ const colorStaticNeutral100Press = "#dcdde1";
723
+ const colorStaticNeutral1500 = "#0e0e0e";
724
+ const colorStaticNeutral1500Hover = "#3f3f45";
725
+ const colorStaticNeutral1500Inverted = "#fff";
726
+ const colorStaticNeutral1500InvertedHover = "#babbc2";
727
+ const colorStaticNeutral1500InvertedPress = "#a0a1a9";
728
+ const colorStaticNeutral1500Press = "#5f5f66";
729
+ const colorStaticNeutral200 = "#edeef0";
730
+ const colorStaticNeutral200Hover = "#e7e8eb";
731
+ const colorStaticNeutral200Inverted = "#212124";
732
+ const colorStaticNeutral200InvertedHover = "#29292c";
733
+ const colorStaticNeutral200InvertedPress = "#2f2f32";
734
+ const colorStaticNeutral200Press = "#dcdde1";
735
+ const colorStaticNeutral300 = "#e7e8eb";
736
+ const colorStaticNeutral300Inverted = "#29292c";
737
+ const colorStaticNeutral400 = "#d2d3d9";
738
+ const colorStaticNeutral400Hover = "#babbc2";
739
+ const colorStaticNeutral400Inverted = "#353539";
740
+ const colorStaticNeutral400InvertedHover = "#3f3f45";
741
+ const colorStaticNeutral400InvertedPress = "#4a4a51";
742
+ const colorStaticNeutral400Press = "#a0a1a9";
743
+ const colorStaticNeutral500 = "#babbc2";
744
+ const colorStaticNeutral500Hover = "#a0a1a9";
745
+ const colorStaticNeutral500Inverted = "#4a4a51";
746
+ const colorStaticNeutral500InvertedHover = "#5f5f66";
747
+ const colorStaticNeutral500InvertedPress = "#75757d";
748
+ const colorStaticNeutral500Press = "#898991";
749
+ const colorStaticNeutral700 = "#898991";
750
+ const colorStaticNeutral700Hover = "#75757d";
751
+ const colorStaticNeutral700Inverted = "#898991";
752
+ const colorStaticNeutral700InvertedHover = "#a0a1a9";
753
+ const colorStaticNeutral700InvertedPress = "#babbc2";
754
+ const colorStaticNeutral700Press = "#5f5f66";
755
+ const colorStaticNeutralTranslucent0 = "#fff";
756
+ const colorStaticNeutralTranslucent0Hover = "rgba(38, 55, 88, 0.06)";
757
+ const colorStaticNeutralTranslucent0Inverted = "rgba(214, 214, 229, 0.07)";
758
+ const colorStaticNeutralTranslucent0InvertedHover = "rgba(225, 225, 248, 0.09)";
759
+ const colorStaticNeutralTranslucent0InvertedPress = "rgba(222, 222, 238, 0.13)";
760
+ const colorStaticNeutralTranslucent0Press = "rgba(30, 43, 68, 0.08)";
761
+ const colorStaticNeutralTranslucent100 = "rgba(38, 55, 88, 0.06)";
762
+ const colorStaticNeutralTranslucent100Hover = "rgba(15, 25, 55, 0.1)";
763
+ const colorStaticNeutralTranslucent100Inverted = "rgba(214, 214, 229, 0.07)";
764
+ const colorStaticNeutralTranslucent100InvertedHover = "rgba(222, 222, 238, 0.13)";
765
+ const colorStaticNeutralTranslucent100InvertedPress = "rgba(234, 234, 248, 0.15)";
766
+ const colorStaticNeutralTranslucent100Press = "rgba(5, 12, 41, 0.14)";
767
+ const colorStaticNeutralTranslucent1500Hover = "rgba(2, 2, 10, 0.76)";
768
+ const colorStaticNeutralTranslucent1500InvertedHover = "rgba(243, 245, 254, 0.75)";
769
+ const colorStaticNeutralTranslucent1500InvertedPress = "rgba(239, 240, 252, 0.65)";
770
+ const colorStaticNeutralTranslucent1500Press = "rgba(1, 1, 12, 0.63)";
771
+ const colorStaticNeutralTranslucent200 = "rgba(30, 43, 68, 0.08)";
772
+ const colorStaticNeutralTranslucent200Hover = "rgba(15, 25, 55, 0.1)";
773
+ const colorStaticNeutralTranslucent200Inverted = "rgba(225, 225, 248, 0.09)";
774
+ const colorStaticNeutralTranslucent200InvertedHover = "rgba(222, 222, 238, 0.13)";
775
+ const colorStaticNeutralTranslucent200InvertedPress = "rgba(234, 234, 248, 0.15)";
776
+ const colorStaticNeutralTranslucent200Press = "rgba(5, 12, 41, 0.14)";
777
+ const colorStaticNeutralTranslucent300 = "rgba(15, 25, 55, 0.1)";
778
+ const colorStaticNeutralTranslucent300Inverted = "rgba(222, 222, 238, 0.13)";
779
+ const colorStaticNeutralTranslucent400 = "rgba(5, 11, 44, 0.18)";
780
+ const colorStaticNeutralTranslucent400Hover = "rgba(9, 12, 37, 0.28)";
781
+ const colorStaticNeutralTranslucent400Inverted = "rgba(231, 231, 248, 0.18)";
782
+ const colorStaticNeutralTranslucent400InvertedHover = "rgba(227, 227, 250, 0.23)";
783
+ const colorStaticNeutralTranslucent400InvertedPress = "rgba(228, 228, 251, 0.28)";
784
+ const colorStaticNeutralTranslucent400Press = "rgba(5, 8, 29, 0.38)";
785
+ const colorStaticNeutralTranslucent500 = "rgba(9, 12, 37, 0.28)";
786
+ const colorStaticNeutralTranslucent500Hover = "rgba(5, 8, 29, 0.38)";
787
+ const colorStaticNeutralTranslucent500Inverted = "rgba(228, 228, 251, 0.28)";
788
+ const colorStaticNeutralTranslucent500InvertedHover = "rgba(233, 233, 250, 0.37)";
789
+ const colorStaticNeutralTranslucent500InvertedPress = "rgba(238, 238, 254, 0.46)";
790
+ const colorStaticNeutralTranslucent500Press = "rgba(4, 4, 21, 0.47)";
791
+ const colorStaticNeutralTranslucent700 = "rgba(4, 4, 21, 0.47)";
792
+ const colorStaticNeutralTranslucent700Hover = "rgba(4, 4, 19, 0.55)";
793
+ const colorStaticNeutralTranslucent700Inverted = "rgba(238, 238, 251, 0.55)";
794
+ const colorStaticNeutralTranslucent700InvertedHover = "rgba(239, 240, 252, 0.65)";
795
+ const colorStaticNeutralTranslucent700InvertedPress = "rgba(243, 245, 254, 0.75)";
796
+ const colorStaticNeutralTranslucent700Press = "rgba(1, 1, 12, 0.63)";
797
+ const colorStaticStatusAttention = "#fa9313";
798
+ const colorStaticStatusAttentionInverted = "#fda136";
799
+ const colorStaticStatusInfo = "#2288fa";
800
+ const colorStaticStatusInfoInverted = "#3193fc";
801
+ const colorStaticStatusMutedAltAttention = "#fde6c8";
802
+ const colorStaticStatusMutedAltAttentionInverted = "#412f22";
803
+ const colorStaticStatusMutedAltInfo = "#d8eaff";
804
+ const colorStaticStatusMutedAltInfoInverted = "#293044";
805
+ const colorStaticStatusMutedAltNegative = "#ffdfdf";
806
+ const colorStaticStatusMutedAltNegativeInverted = "#442926";
807
+ const colorStaticStatusMutedAltPositive = "#d1f1d7";
808
+ const colorStaticStatusMutedAltPositiveInverted = "#253528";
809
+ const colorStaticStatusMutedAttention = "#ffefd9";
810
+ const colorStaticStatusMutedAttentionInverted = "#36291f";
811
+ const colorStaticStatusMutedInfo = "#e4f0ff";
812
+ const colorStaticStatusMutedInfoInverted = "#222a3e";
813
+ const colorStaticStatusMutedNegative = "#ffebeb";
814
+ const colorStaticStatusMutedNegativeInverted = "#392523";
815
+ const colorStaticStatusMutedPositive = "#dff8e5";
816
+ const colorStaticStatusMutedPositiveInverted = "#232d25";
817
+ const colorStaticStatusNegative = "#ff5431";
818
+ const colorStaticStatusNegativeInverted = "#ff5431";
819
+ const colorStaticStatusPositive = "#0cc44d";
820
+ const colorStaticStatusPositiveInverted = "#17d055";
211
821
  const colorStaticTextAccent = "#ef3124";
822
+ const colorStaticTextAttention = "#ea8313";
823
+ const colorStaticTextAttentionHover = "#d57111";
824
+ const colorStaticTextAttentionInverted = "#fa9313";
825
+ const colorStaticTextAttentionInvertedHover = "#fdb24d";
826
+ const colorStaticTextAttentionInvertedPress = "#ffbf70";
827
+ const colorStaticTextAttentionPress = "#b45a06";
828
+ const colorStaticTextInfo = "#2a77ef";
829
+ const colorStaticTextInfoHover = "#2c64d4";
830
+ const colorStaticTextInfoInverted = "#4a9dfc";
831
+ const colorStaticTextInfoInvertedHover = "#63aafd";
832
+ const colorStaticTextInfoInvertedPress = "#7fb6ff";
833
+ const colorStaticTextInfoPress = "#2453b4";
834
+ const colorStaticTextNegative = "#ec2e14";
835
+ const colorStaticTextNegativeHover = "#c7251c";
836
+ const colorStaticTextNegativeInverted = "#ff5431";
837
+ const colorStaticTextNegativeInvertedHover = "#ff7554";
838
+ const colorStaticTextNegativeInvertedPress = "#ff8d73";
839
+ const colorStaticTextNegativePress = "#a6201e";
840
+ const colorStaticTextPositive = "#0d9336";
841
+ const colorStaticTextPositiveHover = "#0a7d2c";
842
+ const colorStaticTextPositiveInverted = "#0cc44d";
843
+ const colorStaticTextPositiveInvertedHover = "#22e068";
844
+ const colorStaticTextPositiveInvertedPress = "#4ae777";
845
+ const colorStaticTextPositivePress = "#036625";
846
+ const colorStaticTextPrimary = "#0e0e0e";
212
847
  const colorStaticTextPrimaryDark = "#0e0e0e";
848
+ const colorStaticTextPrimaryHover = "#5f5f66";
849
+ const colorStaticTextPrimaryInverted = "#fff";
850
+ const colorStaticTextPrimaryInvertedHover = "#babbc2";
851
+ const colorStaticTextPrimaryInvertedPress = "#a0a1a9";
213
852
  const colorStaticTextPrimaryLight = "#fff";
214
- const colorStaticTextSecondaryDark = "rgba(60, 60, 67, 0.66)";
215
- const colorStaticTextSecondaryLight = "rgba(235, 235, 245, 0.54)";
216
- const colorStaticTextTertiaryDark = "rgba(60, 60, 67, 0.4)";
217
- const colorStaticTextTertiaryLight = "rgba(235, 235, 245, 0.32)";
853
+ const colorStaticTextPrimaryPress = "#75757d";
854
+ const colorStaticTextQuaternary = "rgba(5, 11, 44, 0.18)";
855
+ const colorStaticTextQuaternaryInverted = "rgba(231, 231, 248, 0.18)";
856
+ const colorStaticTextSecondary = "rgba(4, 4, 19, 0.55)";
857
+ const colorStaticTextSecondaryDark = "rgba(4, 4, 19, 0.55)";
858
+ const colorStaticTextSecondaryHover = "rgba(1, 1, 12, 0.63)";
859
+ const colorStaticTextSecondaryInverted = "rgba(238, 238, 251, 0.55)";
860
+ const colorStaticTextSecondaryInvertedHover = "rgba(239, 240, 252, 0.65)";
861
+ const colorStaticTextSecondaryInvertedPress = "rgba(243, 245, 254, 0.75)";
862
+ const colorStaticTextSecondaryLight = "rgba(238, 238, 251, 0.55)";
863
+ const colorStaticTextSecondaryPress = "rgba(0, 0, 10, 0.71)";
864
+ const colorStaticTextTertiary = "rgba(5, 8, 29, 0.38)";
865
+ const colorStaticTextTertiaryDark = "rgba(5, 8, 29, 0.38)";
866
+ const colorStaticTextTertiaryHover = "rgba(4, 4, 21, 0.47)";
867
+ const colorStaticTextTertiaryInverted = "rgba(233, 233, 250, 0.37)";
868
+ const colorStaticTextTertiaryInvertedHover = "rgba(238, 238, 254, 0.46)";
869
+ const colorStaticTextTertiaryInvertedPress = "rgba(238, 238, 251, 0.55)";
870
+ const colorStaticTextTertiaryLight = "rgba(233, 233, 250, 0.37)";
871
+ const colorStaticTextTertiaryPress = "rgba(4, 4, 19, 0.55)";
218
872
  const colorDarkBgComponent = "rgba(255, 255, 255, 0.1)";
219
873
  const colorDarkBgComponentInverted = "rgba(0, 0, 0, 0.08)";
220
874
  const colorDarkBgLinkMuted = "#001c3c";
@@ -260,18 +914,18 @@ const colorDarkBgAccentTint7 = "rgb(240, 63, 51)";
260
914
  const colorDarkBgAccentTint10 = "rgb(241, 70, 58)";
261
915
  const colorDarkBgAccentTint15 = "rgb(241, 80, 69)";
262
916
  const colorDarkBgAccentTint30 = "rgb(244, 111, 102)";
263
- const colorDarkBgPrimaryAlpha4 = "rgba(18, 18, 18, 0.04)";
264
- const colorDarkBgPrimaryAlpha8 = "rgba(18, 18, 18, 0.08)";
265
- const colorDarkBgPrimaryAlpha12 = "rgba(18, 18, 18, 0.12)";
266
- const colorDarkBgPrimaryAlpha15 = "rgba(18, 18, 18, 0.15)";
267
- const colorDarkBgPrimaryAlpha16 = "rgba(18, 18, 18, 0.16)";
268
- const colorDarkBgPrimaryAlpha20 = "rgba(18, 18, 18, 0.2)";
269
- const colorDarkBgPrimaryAlpha30 = "rgba(18, 18, 18, 0.3)";
270
- const colorDarkBgPrimaryAlpha32 = "rgba(18, 18, 18, 0.32)";
271
- const colorDarkBgPrimaryAlpha37 = "rgba(18, 18, 18, 0.37)";
272
- const colorDarkBgPrimaryAlpha40 = "rgba(18, 18, 18, 0.4)";
273
- const colorDarkBgPrimaryTint7 = "rgb(35, 35, 35)";
274
- const colorDarkBgPrimaryTint15 = "rgb(54, 54, 54)";
917
+ const colorDarkBgPrimaryAlpha4 = "rgba(14, 14, 14, 0.04)";
918
+ const colorDarkBgPrimaryAlpha8 = "rgba(14, 14, 14, 0.08)";
919
+ const colorDarkBgPrimaryAlpha12 = "rgba(14, 14, 14, 0.12)";
920
+ const colorDarkBgPrimaryAlpha15 = "rgba(14, 14, 14, 0.15)";
921
+ const colorDarkBgPrimaryAlpha16 = "rgba(14, 14, 14, 0.16)";
922
+ const colorDarkBgPrimaryAlpha20 = "rgba(14, 14, 14, 0.2)";
923
+ const colorDarkBgPrimaryAlpha30 = "rgba(14, 14, 14, 0.3)";
924
+ const colorDarkBgPrimaryAlpha32 = "rgba(14, 14, 14, 0.32)";
925
+ const colorDarkBgPrimaryAlpha37 = "rgba(14, 14, 14, 0.37)";
926
+ const colorDarkBgPrimaryAlpha40 = "rgba(14, 14, 14, 0.4)";
927
+ const colorDarkBgPrimaryTint7 = "rgb(31, 31, 31)";
928
+ const colorDarkBgPrimaryTint15 = "rgb(50, 50, 50)";
275
929
  const colorDarkBgPrimaryInvertedAlpha3 = "rgba(255, 255, 255, 0.03)";
276
930
  const colorDarkBgPrimaryInvertedAlpha4 = "rgba(255, 255, 255, 0.04)";
277
931
  const colorDarkBgPrimaryInvertedAlpha5 = "rgba(255, 255, 255, 0.05)";
@@ -290,49 +944,49 @@ const colorDarkBgPrimaryInvertedAlpha50 = "rgba(255, 255, 255, 0.5)";
290
944
  const colorDarkBgPrimaryInvertedShade7 = "rgb(237, 237, 237)";
291
945
  const colorDarkBgPrimaryInvertedShade15 = "rgb(217, 217, 217)";
292
946
  const colorDarkBgPrimaryInvertedShade20 = "rgb(204, 204, 204)";
293
- const colorDarkBgQuaternaryAlpha30 = "rgba(58, 58, 60, 0.3)";
294
- const colorDarkBgQuaternaryTint7 = "rgb(72, 72, 74)";
295
- const colorDarkBgQuaternaryTint10 = "rgb(78, 78, 80)";
296
- const colorDarkBgQuaternaryTint15 = "rgb(88, 88, 89)";
297
- const colorDarkBgQuaternaryTint30 = "rgb(117, 117, 119)";
298
- const colorDarkBgQuaternaryInvertedAlpha30 = "rgba(220, 220, 221, 0.3)";
299
- const colorDarkBgQuaternaryInvertedShade15 = "rgb(187, 187, 188)";
300
- const colorDarkBgQuaternaryInvertedShade20 = "rgb(176, 176, 177)";
301
- const colorDarkBgSecondaryAlpha30 = "rgba(32, 32, 34, 0.3)";
302
- const colorDarkBgSecondaryShade15 = "rgb(27, 27, 29)";
303
- const colorDarkBgSecondaryShade20 = "rgb(26, 26, 27)";
304
- const colorDarkBgSecondaryTint7 = "rgb(48, 48, 49)";
305
- const colorDarkBgSecondaryTint15 = "rgb(65, 65, 67)";
306
- const colorDarkBgSecondaryInvertedAlpha30 = "rgba(243, 244, 245, 0.3)";
307
- const colorDarkBgSecondaryInvertedShade15 = "rgb(207, 207, 208)";
308
- const colorDarkBgSecondaryInvertedShade20 = "rgb(194, 195, 196)";
309
- const colorDarkBgSecondaryInvertedTint7 = "rgb(244, 245, 246)";
310
- const colorDarkBgSecondaryInvertedTint15 = "rgb(245, 246, 246)";
311
- const colorDarkBgTertiaryTint7 = "rgb(59, 59, 61)";
947
+ const colorDarkBgQuaternaryAlpha30 = "rgba(54, 54, 58, 0.3)";
948
+ const colorDarkBgQuaternaryTint7 = "rgb(68, 68, 72)";
949
+ const colorDarkBgQuaternaryTint10 = "rgb(74, 74, 78)";
950
+ const colorDarkBgQuaternaryTint15 = "rgb(84, 84, 88)";
951
+ const colorDarkBgQuaternaryTint30 = "rgb(114, 114, 117)";
952
+ const colorDarkBgQuaternaryInvertedAlpha30 = "rgba(220, 222, 226, 0.3)";
953
+ const colorDarkBgQuaternaryInvertedShade15 = "rgb(187, 189, 192)";
954
+ const colorDarkBgQuaternaryInvertedShade20 = "rgb(176, 178, 181)";
955
+ const colorDarkBgSecondaryAlpha30 = "rgba(28, 28, 30, 0.3)";
956
+ const colorDarkBgSecondaryShade15 = "rgb(24, 24, 25)";
957
+ const colorDarkBgSecondaryShade20 = "rgb(22, 22, 24)";
958
+ const colorDarkBgSecondaryTint7 = "rgb(44, 44, 46)";
959
+ const colorDarkBgSecondaryTint15 = "rgb(62, 62, 64)";
960
+ const colorDarkBgSecondaryInvertedAlpha30 = "rgba(242, 243, 245, 0.3)";
961
+ const colorDarkBgSecondaryInvertedShade15 = "rgb(206, 207, 208)";
962
+ const colorDarkBgSecondaryInvertedShade20 = "rgb(194, 194, 196)";
963
+ const colorDarkBgSecondaryInvertedTint7 = "rgb(243, 244, 246)";
964
+ const colorDarkBgSecondaryInvertedTint15 = "rgb(244, 245, 246)";
965
+ const colorDarkBgTertiaryTint7 = "rgb(54, 54, 57)";
312
966
  const colorDarkBorderKeyAlpha7 = "rgba(255, 255, 255, 0.07)";
313
967
  const colorDarkBorderKeyAlpha15 = "rgba(255, 255, 255, 0.15)";
314
968
  const colorDarkBorderKeyInvertedAlpha7 = "rgba(0, 0, 0, 0.07)";
315
969
  const colorDarkBorderKeyInvertedAlpha15 = "rgba(0, 0, 0, 0.15)";
316
- const colorDarkBorderUnderlineAlpha30 = "rgba(70, 70, 73, 0.3)";
317
- const colorDarkBorderUnderlineInvertedAlpha30 = "rgba(197, 197, 199, 0.3)";
970
+ const colorDarkBorderUnderlineAlpha30 = "rgba(73, 73, 79, 0.3)";
971
+ const colorDarkBorderUnderlineInvertedAlpha30 = "rgba(184, 185, 192, 0.3)";
318
972
  const colorDarkGraphicAccentAlpha30 = "rgba(239, 49, 36, 0.3)";
319
973
  const colorDarkGraphicAccentShade15 = "rgb(203, 42, 31)";
320
974
  const colorDarkGraphicAccentTint7 = "rgb(240, 63, 51)";
321
975
  const colorDarkGraphicAccentTint10 = "rgb(241, 70, 58)";
322
976
  const colorDarkGraphicAccentTint15 = "rgb(241, 80, 69)";
323
977
  const colorDarkGraphicAccentTint30 = "rgb(244, 111, 102)";
324
- const colorDarkGraphicLinkAlpha15 = "rgba(0, 114, 239, 0.15)";
325
- const colorDarkGraphicNegativeAlpha10 = "rgba(217, 29, 11, 0.1)";
326
- const colorDarkGraphicNegativeAlpha30 = "rgba(217, 29, 11, 0.3)";
327
- const colorDarkGraphicNegativeAlpha40 = "rgba(217, 29, 11, 0.4)";
328
- const colorDarkGraphicNegativeShade20 = "rgb(174, 23, 9)";
329
- const colorDarkGraphicNegativeShade30 = "rgb(152, 20, 8)";
330
- const colorDarkGraphicNegativeTint7 = "rgb(220, 45, 28)";
331
- const colorDarkGraphicNegativeTint15 = "rgb(223, 63, 48)";
332
- const colorDarkGraphicNegativeTint30 = "rgb(228, 97, 84)";
333
- const colorDarkGraphicPositiveAlpha10 = "rgba(47, 194, 110, 0.1)";
334
- const colorDarkGraphicPositiveTint10 = "rgb(68, 200, 125)";
335
- const colorDarkGraphicPositiveTint30 = "rgb(109, 212, 154)";
978
+ const colorDarkGraphicLinkAlpha15 = "rgba(49, 147, 252, 0.15)";
979
+ const colorDarkGraphicNegativeAlpha10 = "rgba(255, 84, 49, 0.1)";
980
+ const colorDarkGraphicNegativeAlpha30 = "rgba(255, 84, 49, 0.3)";
981
+ const colorDarkGraphicNegativeAlpha40 = "rgba(255, 84, 49, 0.4)";
982
+ const colorDarkGraphicNegativeShade20 = "rgb(204, 67, 39)";
983
+ const colorDarkGraphicNegativeShade30 = "rgb(179, 59, 34)";
984
+ const colorDarkGraphicNegativeTint7 = "rgb(255, 96, 63)";
985
+ const colorDarkGraphicNegativeTint15 = "rgb(255, 110, 80)";
986
+ const colorDarkGraphicNegativeTint30 = "rgb(255, 135, 111)";
987
+ const colorDarkGraphicPositiveAlpha10 = "rgba(23, 208, 85, 0.1)";
988
+ const colorDarkGraphicPositiveTint10 = "rgb(46, 213, 102)";
989
+ const colorDarkGraphicPositiveTint30 = "rgb(93, 222, 136)";
336
990
  const colorDarkGraphicPrimaryAlpha30 = "rgba(255, 255, 255, 0.3)";
337
991
  const colorDarkGraphicPrimaryAlpha40 = "rgba(255, 255, 255, 0.4)";
338
992
  const colorDarkGraphicPrimaryAlpha50 = "rgba(255, 255, 255, 0.5)";
@@ -350,23 +1004,23 @@ const colorDarkGraphicPrimaryInvertedTint7 = "rgb(31, 31, 31)";
350
1004
  const colorDarkGraphicPrimaryInvertedTint10 = "rgb(38, 38, 38)";
351
1005
  const colorDarkGraphicPrimaryInvertedTint15 = "rgb(50, 50, 50)";
352
1006
  const colorDarkGraphicPrimaryInvertedTint30 = "rgb(86, 86, 86)";
353
- const colorDarkGraphicQuaternaryTint10 = "rgb(69, 69, 70)";
354
- const colorDarkGraphicSecondaryAlpha30 = "rgba(133, 133, 141, 0.3)";
355
- const colorDarkGraphicSecondaryTint30 = "rgb(170, 170, 175)";
356
- const colorDarkGraphicSecondaryTint50 = "rgb(194, 194, 198)";
357
- const colorDarkGraphicSecondaryInvertedAlpha30 = "rgba(134, 134, 138, 0.3)";
358
- const colorDarkGraphicSecondaryInvertedShade15 = "rgb(114, 114, 117)";
359
- const colorDarkGraphicSecondaryInvertedShade20 = "rgb(107, 107, 110)";
360
- const colorDarkGraphicSecondaryInvertedTint10 = "rgb(146, 146, 150)";
361
- const colorDarkGraphicSecondaryInvertedTint30 = "rgb(170, 170, 173)";
362
- const colorDarkGraphicTertiaryAlpha30 = "rgba(79, 79, 82, 0.3)";
363
- const colorDarkGraphicTertiaryShade15 = "rgb(67, 67, 70)";
364
- const colorDarkGraphicTertiaryShade20 = "rgb(63, 63, 66)";
365
- const colorDarkGraphicTertiaryTint7 = "rgb(91, 91, 94)";
366
- const colorDarkGraphicTertiaryTint15 = "rgb(105, 105, 108)";
367
- const colorDarkGraphicTertiaryInvertedAlpha30 = "rgba(193, 193, 195, 0.3)";
368
- const colorDarkGraphicTertiaryInvertedShade15 = "rgb(164, 164, 166)";
369
- const colorDarkGraphicTertiaryInvertedShade20 = "rgb(154, 154, 156)";
1007
+ const colorDarkGraphicQuaternaryTint10 = "rgb(61, 61, 63)";
1008
+ const colorDarkGraphicSecondaryAlpha30 = "rgba(137, 137, 145, 0.3)";
1009
+ const colorDarkGraphicSecondaryTint30 = "rgb(172, 172, 178)";
1010
+ const colorDarkGraphicSecondaryTint50 = "rgb(196, 196, 200)";
1011
+ const colorDarkGraphicSecondaryInvertedAlpha30 = "rgba(137, 137, 145, 0.3)";
1012
+ const colorDarkGraphicSecondaryInvertedShade15 = "rgb(116, 116, 123)";
1013
+ const colorDarkGraphicSecondaryInvertedShade20 = "rgb(110, 110, 116)";
1014
+ const colorDarkGraphicSecondaryInvertedTint10 = "rgb(149, 149, 156)";
1015
+ const colorDarkGraphicSecondaryInvertedTint30 = "rgb(172, 172, 178)";
1016
+ const colorDarkGraphicTertiaryAlpha30 = "rgba(73, 73, 79, 0.3)";
1017
+ const colorDarkGraphicTertiaryShade15 = "rgb(62, 62, 67)";
1018
+ const colorDarkGraphicTertiaryShade20 = "rgb(58, 58, 63)";
1019
+ const colorDarkGraphicTertiaryTint7 = "rgb(86, 86, 91)";
1020
+ const colorDarkGraphicTertiaryTint15 = "rgb(100, 100, 105)";
1021
+ const colorDarkGraphicTertiaryInvertedAlpha30 = "rgba(184, 185, 192, 0.3)";
1022
+ const colorDarkGraphicTertiaryInvertedShade15 = "rgb(156, 157, 163)";
1023
+ const colorDarkGraphicTertiaryInvertedShade20 = "rgb(147, 148, 154)";
370
1024
  const colorDarkSpecialbgComponentTint7 = "rgba(255, 255, 255, 0.163)";
371
1025
  const colorDarkSpecialbgComponentTint10 = "rgba(255, 255, 255, 0.19)";
372
1026
  const colorDarkSpecialbgComponentTint15 = "rgba(255, 255, 255, 0.235)";
@@ -378,18 +1032,18 @@ const colorDarkSpecialbgComponentAlpha30 = "rgba(255, 255, 255, 0.3)";
378
1032
  const colorDarkSpecialbgComponentInvertedAlpha30 = "rgba(11, 31, 53, 0.3)";
379
1033
  const colorDarkSpecialbgComponentInvertedShade15 = "rgba(9, 26, 45, 0.2095)";
380
1034
  const colorDarkSpecialbgComponentInvertedShade20 = "rgba(9, 25, 42, 0.256)";
381
- const colorDarkSpecialbgSecondaryTransparentTint7 = "rgba(255, 255, 255, 0.1258)";
382
- const colorDarkSpecialbgSecondaryTransparentTint15 = "rgba(255, 255, 255, 0.201)";
383
- const colorDarkSpecialbgSecondaryTransparentInvertedShade15 = "rgba(9, 26, 45, 0.1925)";
384
- const colorDarkSpecialbgSecondaryTransparentInvertedShade20 = "rgba(9, 25, 42, 0.24)";
385
- const colorDarkSpecialbgTertiaryTransparentTint7 = "rgba(255, 255, 255, 0.1723)";
386
- const colorDarkSpecialbgTertiaryTransparentTint15 = "rgba(255, 255, 255, 0.2435)";
387
- const colorDarkSpecialbgTertiaryTransparentInvertedShade15 = "rgba(9, 26, 45, 0.235)";
388
- const colorDarkSpecialbgTertiaryTransparentInvertedShade20 = "rgba(9, 25, 42, 0.28)";
389
- const colorDarkTextLinkShade30 = "rgb(0, 80, 167)";
390
- const colorDarkTextLinkShade50 = "rgb(0, 57, 120)";
391
- const colorDarkTextLinkTint20 = "rgb(51, 142, 242)";
392
- const colorDarkTextLinkTint40 = "rgb(102, 170, 245)";
1035
+ const colorDarkSpecialbgSecondaryTransparentTint7 = "rgba(217, 217, 231, 0.1351)";
1036
+ const colorDarkSpecialbgSecondaryTransparentTint15 = "rgba(220, 220, 233, 0.2095)";
1037
+ const colorDarkSpecialbgSecondaryTransparentInvertedShade15 = "rgba(32, 47, 75, 0.201)";
1038
+ const colorDarkSpecialbgSecondaryTransparentInvertedShade20 = "rgba(30, 44, 70, 0.248)";
1039
+ const colorDarkSpecialbgTertiaryTransparentTint7 = "rgba(224, 224, 241, 0.1816)";
1040
+ const colorDarkSpecialbgTertiaryTransparentTint15 = "rgba(227, 227, 242, 0.252)";
1041
+ const colorDarkSpecialbgTertiaryTransparentInvertedShade15 = "rgba(26, 37, 58, 0.218)";
1042
+ const colorDarkSpecialbgTertiaryTransparentInvertedShade20 = "rgba(24, 34, 54, 0.264)";
1043
+ const colorDarkTextLinkShade30 = "rgb(52, 110, 176)";
1044
+ const colorDarkTextLinkShade50 = "rgb(37, 79, 126)";
1045
+ const colorDarkTextLinkTint20 = "rgb(110, 177, 253)";
1046
+ const colorDarkTextLinkTint40 = "rgb(146, 196, 253)";
393
1047
  const colorDarkTextPrimaryAlpha30 = "rgba(255, 255, 255, 0.3)";
394
1048
  const colorDarkTextPrimaryShade24 = "rgb(194, 194, 194)";
395
1049
  const colorDarkTextPrimaryShade30 = "rgb(179, 179, 179)";
@@ -407,12 +1061,12 @@ const colorDarkTextPrimaryInvertedTint24 = "rgb(72, 72, 72)";
407
1061
  const colorDarkTextPrimaryInvertedTint30 = "rgb(86, 86, 86)";
408
1062
  const colorDarkTextPrimaryInvertedTint40 = "rgb(110, 110, 110)";
409
1063
  const colorDarkTextPrimaryInvertedTint50 = "rgb(135, 135, 135)";
410
- const colorDarkTextSecondaryShade20 = "rgba(188, 188, 196, 0.632)";
411
- const colorDarkTextSecondaryShade30 = "rgba(164, 164, 172, 0.678)";
412
- const colorDarkTextSecondaryTint20 = "rgba(239, 239, 247, 0.632)";
413
- const colorDarkTextSecondaryTint40 = "rgba(243, 243, 249, 0.724)";
414
- const colorDarkTextSecondaryInvertedShade20 = "rgba(48, 48, 54, 0.728)";
415
- const colorDarkTextSecondaryInvertedShade30 = "rgba(42, 42, 47, 0.762)";
1064
+ const colorDarkTextSecondaryShade20 = "rgba(190, 190, 201, 0.64)";
1065
+ const colorDarkTextSecondaryShade30 = "rgba(167, 167, 176, 0.685)";
1066
+ const colorDarkTextSecondaryTint20 = "rgba(241, 241, 252, 0.64)";
1067
+ const colorDarkTextSecondaryTint40 = "rgba(245, 245, 253, 0.73)";
1068
+ const colorDarkTextSecondaryInvertedShade20 = "rgba(3, 3, 15, 0.64)";
1069
+ const colorDarkTextSecondaryInvertedShade30 = "rgba(3, 3, 13, 0.685)";
416
1070
  const colorLightBgAccentAlpha30 = "rgba(239, 49, 36, 0.3)";
417
1071
  const colorLightBgAccentTint15 = "rgb(241, 80, 69)";
418
1072
  const colorLightBgAccentTint20 = "rgb(242, 90, 80)";
@@ -432,67 +1086,67 @@ const colorLightBgPrimaryAlpha37 = "rgba(255, 255, 255, 0.37)";
432
1086
  const colorLightBgPrimaryAlpha40 = "rgba(255, 255, 255, 0.4)";
433
1087
  const colorLightBgPrimaryShade7 = "rgb(237, 237, 237)";
434
1088
  const colorLightBgPrimaryShade15 = "rgb(217, 217, 217)";
435
- const colorLightBgPrimaryInvertedAlpha3 = "rgba(18, 18, 18, 0.03)";
436
- const colorLightBgPrimaryInvertedAlpha4 = "rgba(18, 18, 18, 0.04)";
437
- const colorLightBgPrimaryInvertedAlpha5 = "rgba(18, 18, 18, 0.05)";
438
- const colorLightBgPrimaryInvertedAlpha7 = "rgba(18, 18, 18, 0.07)";
439
- const colorLightBgPrimaryInvertedAlpha8 = "rgba(18, 18, 18, 0.08)";
440
- const colorLightBgPrimaryInvertedAlpha10 = "rgba(18, 18, 18, 0.1)";
441
- const colorLightBgPrimaryInvertedAlpha12 = "rgba(18, 18, 18, 0.12)";
442
- const colorLightBgPrimaryInvertedAlpha15 = "rgba(18, 18, 18, 0.15)";
443
- const colorLightBgPrimaryInvertedAlpha16 = "rgba(18, 18, 18, 0.16)";
444
- const colorLightBgPrimaryInvertedAlpha20 = "rgba(18, 18, 18, 0.2)";
445
- const colorLightBgPrimaryInvertedAlpha24 = "rgba(18, 18, 18, 0.24)";
446
- const colorLightBgPrimaryInvertedAlpha30 = "rgba(18, 18, 18, 0.3)";
447
- const colorLightBgPrimaryInvertedAlpha32 = "rgba(18, 18, 18, 0.32)";
448
- const colorLightBgPrimaryInvertedAlpha40 = "rgba(18, 18, 18, 0.4)";
449
- const colorLightBgPrimaryInvertedAlpha50 = "rgba(18, 18, 18, 0.5)";
450
- const colorLightBgPrimaryInvertedTint7 = "rgb(35, 35, 35)";
451
- const colorLightBgPrimaryInvertedTint15 = "rgb(54, 54, 54)";
452
- const colorLightBgPrimaryInvertedTint20 = "rgb(65, 65, 65)";
453
- const colorLightBgQuaternaryAlpha30 = "rgba(220, 220, 221, 0.3)";
454
- const colorLightBgQuaternaryShade7 = "rgb(205, 205, 206)";
455
- const colorLightBgQuaternaryShade10 = "rgb(198, 198, 199)";
456
- const colorLightBgQuaternaryShade15 = "rgb(187, 187, 188)";
457
- const colorLightBgQuaternaryShade30 = "rgb(154, 154, 155)";
458
- const colorLightBgQuaternaryInvertedAlpha30 = "rgba(58, 58, 60, 0.3)";
459
- const colorLightBgQuaternaryInvertedTint15 = "rgb(88, 88, 89)";
460
- const colorLightBgQuaternaryInvertedTint20 = "rgb(97, 97, 99)";
461
- const colorLightBgSecondaryAlpha30 = "rgba(243, 244, 245, 0.3)";
462
- const colorLightBgSecondaryTint15 = "rgb(245, 246, 246)";
463
- const colorLightBgSecondaryTint20 = "rgb(245, 246, 247)";
464
- const colorLightBgSecondaryShade7 = "rgb(226, 227, 228)";
465
- const colorLightBgSecondaryShade15 = "rgb(207, 207, 208)";
466
- const colorLightBgSecondaryInvertedAlpha30 = "rgba(32, 32, 34, 0.3)";
467
- const colorLightBgSecondaryInvertedTint15 = "rgb(65, 65, 67)";
468
- const colorLightBgSecondaryInvertedTint20 = "rgb(77, 77, 78)";
469
- const colorLightBgSecondaryInvertedShade7 = "rgb(30, 30, 32)";
470
- const colorLightBgSecondaryInvertedShade15 = "rgb(27, 27, 29)";
471
- const colorLightBgTertiaryShade7 = "rgb(217, 217, 219)";
1089
+ const colorLightBgPrimaryInvertedAlpha3 = "rgba(14, 14, 14, 0.03)";
1090
+ const colorLightBgPrimaryInvertedAlpha4 = "rgba(14, 14, 14, 0.04)";
1091
+ const colorLightBgPrimaryInvertedAlpha5 = "rgba(14, 14, 14, 0.05)";
1092
+ const colorLightBgPrimaryInvertedAlpha7 = "rgba(14, 14, 14, 0.07)";
1093
+ const colorLightBgPrimaryInvertedAlpha8 = "rgba(14, 14, 14, 0.08)";
1094
+ const colorLightBgPrimaryInvertedAlpha10 = "rgba(14, 14, 14, 0.1)";
1095
+ const colorLightBgPrimaryInvertedAlpha12 = "rgba(14, 14, 14, 0.12)";
1096
+ const colorLightBgPrimaryInvertedAlpha15 = "rgba(14, 14, 14, 0.15)";
1097
+ const colorLightBgPrimaryInvertedAlpha16 = "rgba(14, 14, 14, 0.16)";
1098
+ const colorLightBgPrimaryInvertedAlpha20 = "rgba(14, 14, 14, 0.2)";
1099
+ const colorLightBgPrimaryInvertedAlpha24 = "rgba(14, 14, 14, 0.24)";
1100
+ const colorLightBgPrimaryInvertedAlpha30 = "rgba(14, 14, 14, 0.3)";
1101
+ const colorLightBgPrimaryInvertedAlpha32 = "rgba(14, 14, 14, 0.32)";
1102
+ const colorLightBgPrimaryInvertedAlpha40 = "rgba(14, 14, 14, 0.4)";
1103
+ const colorLightBgPrimaryInvertedAlpha50 = "rgba(14, 14, 14, 0.5)";
1104
+ const colorLightBgPrimaryInvertedTint7 = "rgb(31, 31, 31)";
1105
+ const colorLightBgPrimaryInvertedTint15 = "rgb(50, 50, 50)";
1106
+ const colorLightBgPrimaryInvertedTint20 = "rgb(62, 62, 62)";
1107
+ const colorLightBgQuaternaryAlpha30 = "rgba(220, 222, 226, 0.3)";
1108
+ const colorLightBgQuaternaryShade7 = "rgb(205, 206, 210)";
1109
+ const colorLightBgQuaternaryShade10 = "rgb(198, 200, 203)";
1110
+ const colorLightBgQuaternaryShade15 = "rgb(187, 189, 192)";
1111
+ const colorLightBgQuaternaryShade30 = "rgb(154, 155, 158)";
1112
+ const colorLightBgQuaternaryInvertedAlpha30 = "rgba(54, 54, 58, 0.3)";
1113
+ const colorLightBgQuaternaryInvertedTint15 = "rgb(84, 84, 88)";
1114
+ const colorLightBgQuaternaryInvertedTint20 = "rgb(94, 94, 97)";
1115
+ const colorLightBgSecondaryAlpha30 = "rgba(242, 243, 245, 0.3)";
1116
+ const colorLightBgSecondaryTint15 = "rgb(244, 245, 246)";
1117
+ const colorLightBgSecondaryTint20 = "rgb(245, 245, 247)";
1118
+ const colorLightBgSecondaryShade7 = "rgb(225, 226, 228)";
1119
+ const colorLightBgSecondaryShade15 = "rgb(206, 207, 208)";
1120
+ const colorLightBgSecondaryInvertedAlpha30 = "rgba(28, 28, 30, 0.3)";
1121
+ const colorLightBgSecondaryInvertedTint15 = "rgb(62, 62, 64)";
1122
+ const colorLightBgSecondaryInvertedTint20 = "rgb(73, 73, 75)";
1123
+ const colorLightBgSecondaryInvertedShade7 = "rgb(26, 26, 28)";
1124
+ const colorLightBgSecondaryInvertedShade15 = "rgb(24, 24, 25)";
1125
+ const colorLightBgTertiaryShade7 = "rgb(215, 216, 218)";
472
1126
  const colorLightBorderKeyAlpha7 = "rgba(0, 0, 0, 0.07)";
473
1127
  const colorLightBorderKeyAlpha15 = "rgba(0, 0, 0, 0.15)";
474
1128
  const colorLightBorderKeyInvertedAlpha7 = "rgba(255, 255, 255, 0.07)";
475
1129
  const colorLightBorderKeyInvertedAlpha15 = "rgba(255, 255, 255, 0.15)";
476
- const colorLightBorderUnderlineAlpha30 = "rgba(197, 197, 199, 0.3)";
477
- const colorLightBorderUnderlineInvertedAlpha30 = "rgba(70, 70, 73, 0.3)";
1130
+ const colorLightBorderUnderlineAlpha30 = "rgba(184, 185, 192, 0.3)";
1131
+ const colorLightBorderUnderlineInvertedAlpha30 = "rgba(73, 73, 79, 0.3)";
478
1132
  const colorLightGraphicAccentAlpha30 = "rgba(239, 49, 36, 0.3)";
479
1133
  const colorLightGraphicAccentTint15 = "rgb(241, 80, 69)";
480
1134
  const colorLightGraphicAccentShade7 = "rgb(222, 46, 33)";
481
1135
  const colorLightGraphicAccentShade10 = "rgb(215, 44, 32)";
482
1136
  const colorLightGraphicAccentShade15 = "rgb(203, 42, 31)";
483
1137
  const colorLightGraphicAccentShade30 = "rgb(167, 34, 25)";
484
- const colorLightGraphicLinkAlpha15 = "rgba(0, 114, 239, 0.15)";
485
- const colorLightGraphicNegativeAlpha10 = "rgba(241, 80, 69, 0.1)";
486
- const colorLightGraphicNegativeAlpha30 = "rgba(241, 80, 69, 0.3)";
487
- const colorLightGraphicNegativeAlpha40 = "rgba(241, 80, 69, 0.4)";
488
- const colorLightGraphicNegativeTint20 = "rgb(244, 115, 106)";
489
- const colorLightGraphicNegativeTint30 = "rgb(245, 133, 125)";
490
- const colorLightGraphicNegativeShade7 = "rgb(224, 74, 64)";
491
- const colorLightGraphicNegativeShade15 = "rgb(205, 68, 59)";
492
- const colorLightGraphicNegativeShade30 = "rgb(169, 56, 48)";
493
- const colorLightGraphicPositiveAlpha10 = "rgba(47, 194, 110, 0.1)";
494
- const colorLightGraphicPositiveShade10 = "rgb(42, 175, 99)";
495
- const colorLightGraphicPositiveShade30 = "rgb(33, 136, 77)";
1138
+ const colorLightGraphicLinkAlpha15 = "rgba(34, 136, 250, 0.15)";
1139
+ const colorLightGraphicNegativeAlpha10 = "rgba(255, 84, 49, 0.1)";
1140
+ const colorLightGraphicNegativeAlpha30 = "rgba(255, 84, 49, 0.3)";
1141
+ const colorLightGraphicNegativeAlpha40 = "rgba(255, 84, 49, 0.4)";
1142
+ const colorLightGraphicNegativeTint20 = "rgb(255, 118, 90)";
1143
+ const colorLightGraphicNegativeTint30 = "rgb(255, 135, 111)";
1144
+ const colorLightGraphicNegativeShade7 = "rgb(237, 78, 46)";
1145
+ const colorLightGraphicNegativeShade15 = "rgb(217, 71, 42)";
1146
+ const colorLightGraphicNegativeShade30 = "rgb(179, 59, 34)";
1147
+ const colorLightGraphicPositiveAlpha10 = "rgba(12, 196, 77, 0.1)";
1148
+ const colorLightGraphicPositiveShade10 = "rgb(11, 176, 69)";
1149
+ const colorLightGraphicPositiveShade30 = "rgb(8, 137, 54)";
496
1150
  const colorLightGraphicPrimaryAlpha30 = "rgba(14, 14, 14, 0.3)";
497
1151
  const colorLightGraphicPrimaryAlpha40 = "rgba(14, 14, 14, 0.4)";
498
1152
  const colorLightGraphicPrimaryAlpha50 = "rgba(14, 14, 14, 0.5)";
@@ -510,23 +1164,23 @@ const colorLightGraphicPrimaryInvertedShade7 = "rgb(237, 237, 237)";
510
1164
  const colorLightGraphicPrimaryInvertedShade10 = "rgb(230, 230, 230)";
511
1165
  const colorLightGraphicPrimaryInvertedShade15 = "rgb(217, 217, 217)";
512
1166
  const colorLightGraphicPrimaryInvertedShade30 = "rgb(179, 179, 179)";
513
- const colorLightGraphicQuaternaryShade10 = "rgb(198, 198, 199)";
514
- const colorLightGraphicSecondaryAlpha30 = "rgba(134, 134, 138, 0.3)";
515
- const colorLightGraphicSecondaryShade30 = "rgb(94, 94, 97)";
516
- const colorLightGraphicSecondaryShade50 = "rgb(67, 67, 69)";
517
- const colorLightGraphicSecondaryInvertedAlpha30 = "rgba(133, 133, 141, 0.3)";
518
- const colorLightGraphicSecondaryInvertedTint15 = "rgb(151, 151, 158)";
519
- const colorLightGraphicSecondaryInvertedTint20 = "rgb(157, 157, 164)";
520
- const colorLightGraphicSecondaryInvertedShade10 = "rgb(120, 120, 127)";
521
- const colorLightGraphicSecondaryInvertedShade30 = "rgb(93, 93, 99)";
522
- const colorLightGraphicTertiaryAlpha30 = "rgba(193, 193, 195, 0.3)";
523
- const colorLightGraphicTertiaryTint15 = "rgb(202, 202, 204)";
524
- const colorLightGraphicTertiaryTint20 = "rgb(205, 205, 207)";
525
- const colorLightGraphicTertiaryShade7 = "rgb(179, 179, 181)";
526
- const colorLightGraphicTertiaryShade15 = "rgb(164, 164, 166)";
527
- const colorLightGraphicTertiaryInvertedAlpha30 = "rgba(79, 79, 82, 0.3)";
528
- const colorLightGraphicTertiaryInvertedTint15 = "rgb(105, 105, 108)";
529
- const colorLightGraphicTertiaryInvertedTint20 = "rgb(114, 114, 117)";
1167
+ const colorLightGraphicQuaternaryShade10 = "rgb(208, 209, 212)";
1168
+ const colorLightGraphicSecondaryAlpha30 = "rgba(137, 137, 145, 0.3)";
1169
+ const colorLightGraphicSecondaryShade30 = "rgb(96, 96, 102)";
1170
+ const colorLightGraphicSecondaryShade50 = "rgb(69, 69, 73)";
1171
+ const colorLightGraphicSecondaryInvertedAlpha30 = "rgba(137, 137, 145, 0.3)";
1172
+ const colorLightGraphicSecondaryInvertedTint15 = "rgb(155, 155, 162)";
1173
+ const colorLightGraphicSecondaryInvertedTint20 = "rgb(161, 161, 167)";
1174
+ const colorLightGraphicSecondaryInvertedShade10 = "rgb(123, 123, 131)";
1175
+ const colorLightGraphicSecondaryInvertedShade30 = "rgb(96, 96, 102)";
1176
+ const colorLightGraphicTertiaryAlpha30 = "rgba(184, 185, 192, 0.3)";
1177
+ const colorLightGraphicTertiaryTint15 = "rgb(195, 195, 201)";
1178
+ const colorLightGraphicTertiaryTint20 = "rgb(198, 199, 205)";
1179
+ const colorLightGraphicTertiaryShade7 = "rgb(171, 172, 179)";
1180
+ const colorLightGraphicTertiaryShade15 = "rgb(156, 157, 163)";
1181
+ const colorLightGraphicTertiaryInvertedAlpha30 = "rgba(73, 73, 79, 0.3)";
1182
+ const colorLightGraphicTertiaryInvertedTint15 = "rgb(100, 100, 105)";
1183
+ const colorLightGraphicTertiaryInvertedTint20 = "rgb(109, 109, 114)";
530
1184
  const colorLightSpecialbgComponentShade7 = "rgba(10, 29, 49, 0.1351)";
531
1185
  const colorLightSpecialbgComponentShade10 = "rgba(10, 28, 48, 0.163)";
532
1186
  const colorLightSpecialbgComponentShade15 = "rgba(9, 26, 45, 0.2095)";
@@ -538,18 +1192,18 @@ const colorLightSpecialbgComponentAlpha30 = "rgba(11, 31, 53, 0.3)";
538
1192
  const colorLightSpecialbgComponentInvertedAlpha30 = "rgba(255, 255, 255, 0.3)";
539
1193
  const colorLightSpecialbgComponentInvertedTint15 = "rgba(255, 255, 255, 0.235)";
540
1194
  const colorLightSpecialbgComponentInvertedTint20 = "rgba(255, 255, 255, 0.28)";
541
- const colorLightSpecialbgSecondaryTransparentShade7 = "rgba(10, 29, 49, 0.1165)";
542
- const colorLightSpecialbgSecondaryTransparentShade15 = "rgba(9, 26, 45, 0.1925)";
543
- const colorLightSpecialbgSecondaryTransparentInvertedTint15 = "rgba(255, 255, 255, 0.201)";
544
- const colorLightSpecialbgSecondaryTransparentInvertedTint20 = "rgba(255, 255, 255, 0.248)";
545
- const colorLightSpecialbgTertiaryTransparentShade7 = "rgba(10, 29, 49, 0.163)";
546
- const colorLightSpecialbgTertiaryTransparentShade15 = "rgba(9, 26, 45, 0.235)";
547
- const colorLightSpecialbgTertiaryTransparentInvertedTint15 = "rgba(255, 255, 255, 0.2435)";
548
- const colorLightSpecialbgTertiaryTransparentInvertedTint20 = "rgba(255, 255, 255, 0.288)";
549
- const colorLightTextLinkTint30 = "rgb(77, 156, 244)";
550
- const colorLightTextLinkTint50 = "rgb(128, 185, 247)";
551
- const colorLightTextLinkShade20 = "rgb(0, 91, 191)";
552
- const colorLightTextLinkShade40 = "rgb(0, 68, 143)";
1195
+ const colorLightSpecialbgSecondaryTransparentShade7 = "rgba(35, 51, 82, 0.1258)";
1196
+ const colorLightSpecialbgSecondaryTransparentShade15 = "rgba(32, 47, 75, 0.201)";
1197
+ const colorLightSpecialbgSecondaryTransparentInvertedTint15 = "rgba(220, 220, 233, 0.2095)";
1198
+ const colorLightSpecialbgSecondaryTransparentInvertedTint20 = "rgba(222, 222, 234, 0.256)";
1199
+ const colorLightSpecialbgTertiaryTransparentShade7 = "rgba(28, 40, 63, 0.1444)";
1200
+ const colorLightSpecialbgTertiaryTransparentShade15 = "rgba(26, 37, 58, 0.218)";
1201
+ const colorLightSpecialbgTertiaryTransparentInvertedTint15 = "rgba(227, 227, 242, 0.252)";
1202
+ const colorLightSpecialbgTertiaryTransparentInvertedTint20 = "rgba(229, 229, 243, 0.296)";
1203
+ const colorLightTextLinkTint30 = "rgb(106, 160, 244)";
1204
+ const colorLightTextLinkTint50 = "rgb(149, 187, 247)";
1205
+ const colorLightTextLinkShade20 = "rgb(34, 95, 191)";
1206
+ const colorLightTextLinkShade40 = "rgb(25, 71, 143)";
553
1207
  const colorLightTextPrimaryAlpha30 = "rgba(14, 14, 14, 0.3)";
554
1208
  const colorLightTextPrimaryTint24 = "rgb(72, 72, 72)";
555
1209
  const colorLightTextPrimaryTint30 = "rgb(86, 86, 86)";
@@ -567,16 +1221,16 @@ const colorLightTextPrimaryInvertedShade24 = "rgb(194, 194, 194)";
567
1221
  const colorLightTextPrimaryInvertedShade30 = "rgb(179, 179, 179)";
568
1222
  const colorLightTextPrimaryInvertedShade40 = "rgb(153, 153, 153)";
569
1223
  const colorLightTextPrimaryInvertedShade50 = "rgb(128, 128, 128)";
570
- const colorLightTextSecondaryTint20 = "rgba(99, 99, 105, 0.728)";
571
- const colorLightTextSecondaryTint30 = "rgba(119, 119, 123, 0.762)";
572
- const colorLightTextSecondaryShade20 = "rgba(48, 48, 54, 0.728)";
573
- const colorLightTextSecondaryShade40 = "rgba(36, 36, 40, 0.796)";
574
- const colorLightTextSecondaryInvertedTint20 = "rgba(239, 239, 247, 0.632)";
575
- const colorLightTextSecondaryInvertedTint30 = "rgba(241, 241, 248, 0.678)";
576
- const colorStaticBgPrimaryDarkAlpha10 = "rgba(18, 18, 18, 0.1)";
577
- const colorStaticBgPrimaryDarkAlpha20 = "rgba(18, 18, 18, 0.2)";
578
- const colorStaticBgPrimaryDarkTint15 = "rgb(54, 54, 54)";
579
- const colorStaticBgPrimaryDarkTint20 = "rgb(65, 65, 65)";
1224
+ const colorLightTextSecondaryTint20 = "rgba(54, 54, 66, 0.64)";
1225
+ const colorLightTextSecondaryTint30 = "rgba(79, 79, 90, 0.685)";
1226
+ const colorLightTextSecondaryShade20 = "rgba(3, 3, 15, 0.64)";
1227
+ const colorLightTextSecondaryShade40 = "rgba(2, 2, 11, 0.73)";
1228
+ const colorLightTextSecondaryInvertedTint20 = "rgba(241, 241, 252, 0.64)";
1229
+ const colorLightTextSecondaryInvertedTint30 = "rgba(243, 243, 252, 0.685)";
1230
+ const colorStaticBgPrimaryDarkAlpha10 = "rgba(14, 14, 14, 0.1)";
1231
+ const colorStaticBgPrimaryDarkAlpha20 = "rgba(14, 14, 14, 0.2)";
1232
+ const colorStaticBgPrimaryDarkTint15 = "rgb(50, 50, 50)";
1233
+ const colorStaticBgPrimaryDarkTint20 = "rgb(62, 62, 62)";
580
1234
  const colorStaticGraphicLightShade7 = "rgb(237, 237, 237)";
581
1235
  const colorStaticGraphicLightShade15 = "rgb(217, 217, 217)";
582
1236
  const colorStaticTextPrimaryLightAlpha30 = "rgba(255, 255, 255, 0.3)";
@@ -791,4 +1445,4 @@ const gap8xlNeg = "-128px";
791
1445
  const fontFamilySystem = "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
792
1446
  const fontFamilyStyrene = "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
793
1447
 
794
- 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, colorDarkBgAccent, colorDarkBgAccentAlpha30, colorDarkBgAccentShade15, colorDarkBgAccentShade20, colorDarkBgAccentTint10, colorDarkBgAccentTint15, colorDarkBgAccentTint30, colorDarkBgAccentTint7, colorDarkBgAttentionMuted, colorDarkBgComponent, colorDarkBgComponentInverted, colorDarkBgInfo, 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, 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, colorDarkTextAccent, colorDarkTextAttention, colorDarkTextDisabled, colorDarkTextDisabledInverted, colorDarkTextDisabledTransparent, colorDarkTextLink, colorDarkTextLinkShade30, colorDarkTextLinkShade50, colorDarkTextLinkTint20, colorDarkTextLinkTint40, colorDarkTextNegative, colorDarkTextPositive, colorDarkTextPrimary, colorDarkTextPrimaryAlpha30, colorDarkTextPrimaryInverted, colorDarkTextPrimaryInvertedAlpha30, colorDarkTextPrimaryInvertedAlpha40, colorDarkTextPrimaryInvertedShade20, colorDarkTextPrimaryInvertedShade30, colorDarkTextPrimaryInvertedTint15, colorDarkTextPrimaryInvertedTint24, colorDarkTextPrimaryInvertedTint30, colorDarkTextPrimaryInvertedTint40, colorDarkTextPrimaryInvertedTint50, colorDarkTextPrimaryInvertedTint7, colorDarkTextPrimaryShade24, colorDarkTextPrimaryShade30, colorDarkTextPrimaryShade40, colorDarkTextPrimaryShade50, colorDarkTextPrimaryTint20, colorDarkTextPrimaryTint40, colorDarkTextSecondary, colorDarkTextSecondaryInverted, colorDarkTextSecondaryInvertedShade20, colorDarkTextSecondaryInvertedShade30, colorDarkTextSecondaryInvertedTransparent, colorDarkTextSecondaryShade20, colorDarkTextSecondaryShade30, colorDarkTextSecondaryTint20, colorDarkTextSecondaryTint40, colorDarkTextSecondaryTransparent, colorDarkTextTertiary, colorDarkTextTertiaryInverted, colorDarkTextTertiaryInvertedTransparent, colorDarkTextTertiaryTransparent, colorDynamicNulled, colorDynamicPrimaryDark, colorDynamicPrimaryLight, colorDynamicQuaternaryDark, colorDynamicQuaternaryLight, colorDynamicQuinaryDark, colorDynamicQuinaryLight, colorDynamicSecondaryDark, colorDynamicSecondaryLight, colorDynamicSenaryDark, colorDynamicSenaryLight, colorDynamicTertiaryDark, colorDynamicTertiaryLight, colorGreenDone, colorGreenDone05, colorGreenDone05Flat, colorGreenDone10, colorGreenDone10Flat, colorGreenDone20, colorGreenDone20Flat, colorGreenText, colorGreenText60, colorGreenText60Flat, colorLavender, colorLightBgAccent, colorLightBgAccentAlpha30, colorLightBgAccentShade10, colorLightBgAccentShade15, colorLightBgAccentShade30, colorLightBgAccentShade7, colorLightBgAccentTint15, colorLightBgAccentTint20, colorLightBgAttentionMuted, colorLightBgComponent, colorLightBgComponentInverted, colorLightBgInfo, 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, 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, colorLightTextAccent, colorLightTextAttention, colorLightTextDisabled, colorLightTextDisabledInverted, colorLightTextDisabledTransparent, colorLightTextLink, colorLightTextLinkShade20, colorLightTextLinkShade40, colorLightTextLinkTint30, colorLightTextLinkTint50, colorLightTextNegative, colorLightTextPositive, colorLightTextPrimary, colorLightTextPrimaryAlpha30, colorLightTextPrimaryInverted, colorLightTextPrimaryInvertedAlpha30, colorLightTextPrimaryInvertedAlpha40, colorLightTextPrimaryInvertedShade15, colorLightTextPrimaryInvertedShade24, colorLightTextPrimaryInvertedShade30, colorLightTextPrimaryInvertedShade40, colorLightTextPrimaryInvertedShade50, colorLightTextPrimaryInvertedShade7, colorLightTextPrimaryInvertedTint20, colorLightTextPrimaryInvertedTint30, colorLightTextPrimaryShade20, colorLightTextPrimaryShade40, colorLightTextPrimaryTint24, colorLightTextPrimaryTint30, colorLightTextPrimaryTint40, colorLightTextPrimaryTint50, colorLightTextSecondary, colorLightTextSecondaryInverted, colorLightTextSecondaryInvertedTint20, colorLightTextSecondaryInvertedTint30, colorLightTextSecondaryInvertedTransparent, colorLightTextSecondaryShade20, colorLightTextSecondaryShade40, colorLightTextSecondaryTint20, colorLightTextSecondaryTint30, colorLightTextSecondaryTransparent, colorLightTextTertiary, colorLightTextTertiaryInverted, colorLightTextTertiaryInvertedTransparent, colorLightTextTertiaryTransparent, colorRedBrand, colorRedBrand05Flat, colorRedBrand10, colorRedBrand10Flat, colorRedBrand20, colorRedBrand20Flat, colorRedBrand30, colorRedBrand30Flat, colorRedBrand50, colorRedBrand50Flat, colorRedBrand70, colorRedBrand70Flat, colorRedBrand85, colorRedBrand85Flat, colorRedDark, colorRedError, colorSand, 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, 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, colorStaticStatusBlue, colorStaticStatusBlueAlpha10, colorStaticStatusGreen, colorStaticStatusGreenAlpha10, colorStaticStatusGrey, colorStaticStatusGreyAlpha10, colorStaticStatusOrange, colorStaticStatusOrangeAlpha10, colorStaticStatusPurple, colorStaticStatusPurpleAlpha10, colorStaticStatusRed, colorStaticStatusRedAlpha10, colorStaticStatusTeal, colorStaticStatusTealAlpha10, colorStaticTertiaryDark, colorStaticTertiaryLight, colorStaticTextAccent, colorStaticTextPrimaryDark, colorStaticTextPrimaryLight, colorStaticTextPrimaryLightAlpha30, colorStaticTextSecondaryDark, colorStaticTextSecondaryDarkTransparent, colorStaticTextSecondaryLight, colorStaticTextSecondaryLightTransparent, colorStaticTextTertiaryDark, colorStaticTextTertiaryDarkTransparent, colorStaticTextTertiaryLight, colorStaticTextTertiaryLightTransparent, colorWhite, colorWhite10, colorWhite30, colorWhite60, fontFamilyStyrene, fontFamilySystem, gap2xl, gap2xlNeg, gap2xs, gap2xsNeg, gap3xl, gap3xlNeg, gap3xs, gap3xsNeg, gap4xl, gap4xlNeg, gap5xl, gap5xlNeg, gap6xl, gap6xlNeg, gap7xl, gap7xlNeg, gap8xl, gap8xlNeg, gapL, gapLNeg, gapM, gapMNeg, gapS, gapSNeg, gapXl, gapXlNeg, gapXs, gapXsNeg, shadowL, shadowLHard, shadowLHardUp, shadowLUp, shadowM, shadowMHard, shadowMHardUp, shadowMUp, shadowS, shadowSHard, shadowSHardUp, shadowSUp, shadowXl, shadowXlHard, shadowXlHardUp, shadowXlUp, shadowXs, shadowXsHard, shadowXsHardUp, shadowXsUp };
1448
+ 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, colorDarkNeutral700Hover, colorDarkNeutral700Inverted, colorDarkNeutral700InvertedHover, colorDarkNeutral700InvertedPress, colorDarkNeutral700Press, colorDarkNeutralTranslucent0, colorDarkNeutralTranslucent0Hover, colorDarkNeutralTranslucent0Inverted, colorDarkNeutralTranslucent0InvertedHover, colorDarkNeutralTranslucent0InvertedPress, colorDarkNeutralTranslucent0Press, colorDarkNeutralTranslucent100, colorDarkNeutralTranslucent100Hover, colorDarkNeutralTranslucent100Inverted, colorDarkNeutralTranslucent100InvertedHover, colorDarkNeutralTranslucent100InvertedPress, colorDarkNeutralTranslucent100Press, colorDarkNeutralTranslucent1500Hover, colorDarkNeutralTranslucent1500InvertedHover, colorDarkNeutralTranslucent1500InvertedPress, colorDarkNeutralTranslucent1500Press, colorDarkNeutralTranslucent200, colorDarkNeutralTranslucent200Hover, colorDarkNeutralTranslucent200Inverted, colorDarkNeutralTranslucent200InvertedHover, colorDarkNeutralTranslucent200InvertedPress, colorDarkNeutralTranslucent200Press, colorDarkNeutralTranslucent300, colorDarkNeutralTranslucent300Hover, colorDarkNeutralTranslucent300Inverted, colorDarkNeutralTranslucent300InvertedHover, colorDarkNeutralTranslucent300InvertedPress, colorDarkNeutralTranslucent300Press, colorDarkNeutralTranslucent400, colorDarkNeutralTranslucent400Hover, colorDarkNeutralTranslucent400Inverted, colorDarkNeutralTranslucent400InvertedHover, colorDarkNeutralTranslucent400InvertedPress, colorDarkNeutralTranslucent400Press, colorDarkNeutralTranslucent500, colorDarkNeutralTranslucent500Hover, colorDarkNeutralTranslucent500Inverted, colorDarkNeutralTranslucent500InvertedHover, colorDarkNeutralTranslucent500InvertedPress, colorDarkNeutralTranslucent500Press, colorDarkNeutralTranslucent700, colorDarkNeutralTranslucent700Hover, colorDarkNeutralTranslucent700Inverted, colorDarkNeutralTranslucent700InvertedHover, colorDarkNeutralTranslucent700InvertedPress, colorDarkNeutralTranslucent700Press, colorDarkOverlayDefault, colorDarkSpecialbgComponent, colorDarkSpecialbgComponentAlpha14, colorDarkSpecialbgComponentAlpha2, colorDarkSpecialbgComponentAlpha23, colorDarkSpecialbgComponentAlpha30, colorDarkSpecialbgComponentInverted, colorDarkSpecialbgComponentInvertedAlpha30, colorDarkSpecialbgComponentInvertedShade15, colorDarkSpecialbgComponentInvertedShade20, colorDarkSpecialbgComponentTint10, colorDarkSpecialbgComponentTint15, colorDarkSpecialbgComponentTint30, colorDarkSpecialbgComponentTint7, colorDarkSpecialbgNulled, colorDarkSpecialbgOverlay, colorDarkSpecialbgOverlayFallback, colorDarkSpecialbgPrimaryGrouped, colorDarkSpecialbgSecondaryGrouped, colorDarkSpecialbgSecondaryTransparent, colorDarkSpecialbgSecondaryTransparentInverted, colorDarkSpecialbgSecondaryTransparentInvertedShade15, colorDarkSpecialbgSecondaryTransparentInvertedShade20, colorDarkSpecialbgSecondaryTransparentTint15, colorDarkSpecialbgSecondaryTransparentTint7, colorDarkSpecialbgTertiaryGrouped, colorDarkSpecialbgTertiaryTransparent, colorDarkSpecialbgTertiaryTransparentInverted, colorDarkSpecialbgTertiaryTransparentInvertedShade15, colorDarkSpecialbgTertiaryTransparentInvertedShade20, colorDarkSpecialbgTertiaryTransparentTint15, colorDarkSpecialbgTertiaryTransparentTint7, colorDarkStatusAttention, colorDarkStatusAttentionHover, colorDarkStatusAttentionInverted, colorDarkStatusAttentionInvertedHover, colorDarkStatusAttentionInvertedPress, colorDarkStatusAttentionPress, colorDarkStatusInfo, 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, colorLightNeutral700Hover, colorLightNeutral700Inverted, colorLightNeutral700InvertedHover, colorLightNeutral700InvertedPress, colorLightNeutral700Press, colorLightNeutralTranslucent0, colorLightNeutralTranslucent0Hover, colorLightNeutralTranslucent0Inverted, colorLightNeutralTranslucent0InvertedHover, colorLightNeutralTranslucent0InvertedPress, colorLightNeutralTranslucent0Press, colorLightNeutralTranslucent100, colorLightNeutralTranslucent100Hover, colorLightNeutralTranslucent100Inverted, colorLightNeutralTranslucent100InvertedHover, colorLightNeutralTranslucent100InvertedPress, colorLightNeutralTranslucent100Press, colorLightNeutralTranslucent1500Hover, colorLightNeutralTranslucent1500InvertedHover, colorLightNeutralTranslucent1500InvertedPress, colorLightNeutralTranslucent1500Press, colorLightNeutralTranslucent200, colorLightNeutralTranslucent200Hover, colorLightNeutralTranslucent200Inverted, colorLightNeutralTranslucent200InvertedHover, colorLightNeutralTranslucent200InvertedPress, colorLightNeutralTranslucent200Press, colorLightNeutralTranslucent300, colorLightNeutralTranslucent300Hover, colorLightNeutralTranslucent300Inverted, colorLightNeutralTranslucent300InvertedHover, colorLightNeutralTranslucent300InvertedPress, colorLightNeutralTranslucent300Press, colorLightNeutralTranslucent400, colorLightNeutralTranslucent400Hover, colorLightNeutralTranslucent400Inverted, colorLightNeutralTranslucent400InvertedHover, colorLightNeutralTranslucent400InvertedPress, colorLightNeutralTranslucent400Press, colorLightNeutralTranslucent500, colorLightNeutralTranslucent500Hover, colorLightNeutralTranslucent500Inverted, colorLightNeutralTranslucent500InvertedHover, colorLightNeutralTranslucent500InvertedPress, colorLightNeutralTranslucent500Press, colorLightNeutralTranslucent700, colorLightNeutralTranslucent700Hover, colorLightNeutralTranslucent700Inverted, colorLightNeutralTranslucent700InvertedHover, colorLightNeutralTranslucent700InvertedPress, colorLightNeutralTranslucent700Press, colorLightOverlayDefault, colorLightSpecialbgComponent, colorLightSpecialbgComponentAlpha14, colorLightSpecialbgComponentAlpha2, colorLightSpecialbgComponentAlpha23, colorLightSpecialbgComponentAlpha30, colorLightSpecialbgComponentInverted, colorLightSpecialbgComponentInvertedAlpha30, colorLightSpecialbgComponentInvertedTint15, colorLightSpecialbgComponentInvertedTint20, colorLightSpecialbgComponentShade10, colorLightSpecialbgComponentShade15, colorLightSpecialbgComponentShade30, colorLightSpecialbgComponentShade7, colorLightSpecialbgNulled, colorLightSpecialbgOverlay, colorLightSpecialbgOverlayFallback, colorLightSpecialbgPrimaryGrouped, colorLightSpecialbgSecondaryGrouped, colorLightSpecialbgSecondaryTransparent, colorLightSpecialbgSecondaryTransparentInverted, colorLightSpecialbgSecondaryTransparentInvertedTint15, colorLightSpecialbgSecondaryTransparentInvertedTint20, colorLightSpecialbgSecondaryTransparentShade15, colorLightSpecialbgSecondaryTransparentShade7, colorLightSpecialbgTertiaryGrouped, colorLightSpecialbgTertiaryTransparent, colorLightSpecialbgTertiaryTransparentInverted, colorLightSpecialbgTertiaryTransparentInvertedTint15, colorLightSpecialbgTertiaryTransparentInvertedTint20, colorLightSpecialbgTertiaryTransparentShade15, colorLightSpecialbgTertiaryTransparentShade7, colorLightStatusAttention, colorLightStatusAttentionHover, colorLightStatusAttentionInverted, colorLightStatusAttentionInvertedHover, colorLightStatusAttentionInvertedPress, colorLightStatusAttentionPress, colorLightStatusInfo, colorLightStatusInfoHover, colorLightStatusInfoInverted, colorLightStatusInfoInvertedHover, colorLightStatusInfoInvertedPress, colorLightStatusInfoPress, colorLightStatusMutedAltAttention, colorLightStatusMutedAltAttentionHover, colorLightStatusMutedAltAttentionInverted, colorLightStatusMutedAltAttentionInvertedHover, colorLightStatusMutedAltAttentionInvertedPress, colorLightStatusMutedAltAttentionPress, colorLightStatusMutedAltInfo, colorLightStatusMutedAltInfoHover, colorLightStatusMutedAltInfoInverted, colorLightStatusMutedAltInfoInvertedHover, colorLightStatusMutedAltInfoInvertedPress, colorLightStatusMutedAltInfoPress, colorLightStatusMutedAltNegative, colorLightStatusMutedAltNegativeHover, colorLightStatusMutedAltNegativeInverted, colorLightStatusMutedAltNegativeInvertedHover, colorLightStatusMutedAltNegativeInvertedPress, colorLightStatusMutedAltNegativePress, colorLightStatusMutedAltPositive, colorLightStatusMutedAltPositiveHover, colorLightStatusMutedAltPositiveInverted, colorLightStatusMutedAltPositiveInvertedHover, colorLightStatusMutedAltPositiveInvertedPress, colorLightStatusMutedAltPositivePress, colorLightStatusMutedAttention, colorLightStatusMutedAttentionHover, colorLightStatusMutedAttentionInverted, colorLightStatusMutedAttentionInvertedHover, colorLightStatusMutedAttentionInvertedPress, colorLightStatusMutedAttentionPress, colorLightStatusMutedInfo, colorLightStatusMutedInfoHover, colorLightStatusMutedInfoInverted, colorLightStatusMutedInfoInvertedHover, colorLightStatusMutedInfoInvertedPress, colorLightStatusMutedInfoPress, colorLightStatusMutedNegative, colorLightStatusMutedNegativeHover, colorLightStatusMutedNegativeInverted, colorLightStatusMutedNegativeInvertedHover, colorLightStatusMutedNegativeInvertedPress, colorLightStatusMutedNegativePress, colorLightStatusMutedPositive, colorLightStatusMutedPositiveHover, colorLightStatusMutedPositiveInverted, colorLightStatusMutedPositiveInvertedHover, colorLightStatusMutedPositiveInvertedPress, colorLightStatusMutedPositivePress, colorLightStatusNegative, colorLightStatusNegativeHover, colorLightStatusNegativeInverted, colorLightStatusNegativeInvertedHover, colorLightStatusNegativeInvertedPress, colorLightStatusNegativePress, colorLightStatusPositive, colorLightStatusPositiveHover, colorLightStatusPositiveInverted, colorLightStatusPositiveInvertedHover, colorLightStatusPositiveInvertedPress, colorLightStatusPositivePress, colorLightTextAccent, colorLightTextAttention, colorLightTextAttentionHover, colorLightTextAttentionInverted, colorLightTextAttentionInvertedHover, colorLightTextAttentionInvertedPress, colorLightTextAttentionPress, colorLightTextDisabled, colorLightTextDisabledInverted, colorLightTextDisabledTransparent, colorLightTextInfo, colorLightTextInfoHover, colorLightTextInfoInverted, colorLightTextInfoInvertedHover, colorLightTextInfoInvertedPress, colorLightTextInfoPress, colorLightTextLink, colorLightTextLinkShade20, colorLightTextLinkShade40, colorLightTextLinkTint30, colorLightTextLinkTint50, colorLightTextNegative, colorLightTextNegativeHover, colorLightTextNegativeInverted, colorLightTextNegativeInvertedHover, colorLightTextNegativeInvertedPress, colorLightTextNegativePress, colorLightTextPositive, colorLightTextPositiveHover, colorLightTextPositiveInverted, colorLightTextPositiveInvertedHover, colorLightTextPositiveInvertedPress, colorLightTextPositivePress, colorLightTextPrimary, colorLightTextPrimaryAlpha30, colorLightTextPrimaryHover, colorLightTextPrimaryInverted, colorLightTextPrimaryInvertedAlpha30, colorLightTextPrimaryInvertedAlpha40, colorLightTextPrimaryInvertedHover, colorLightTextPrimaryInvertedPress, colorLightTextPrimaryInvertedShade15, colorLightTextPrimaryInvertedShade24, colorLightTextPrimaryInvertedShade30, colorLightTextPrimaryInvertedShade40, colorLightTextPrimaryInvertedShade50, colorLightTextPrimaryInvertedShade7, colorLightTextPrimaryInvertedTint20, colorLightTextPrimaryInvertedTint30, colorLightTextPrimaryPress, colorLightTextPrimaryShade20, colorLightTextPrimaryShade40, colorLightTextPrimaryTint24, colorLightTextPrimaryTint30, colorLightTextPrimaryTint40, colorLightTextPrimaryTint50, colorLightTextQuaternary, colorLightTextQuaternaryInverted, colorLightTextSecondary, colorLightTextSecondaryHover, colorLightTextSecondaryInverted, colorLightTextSecondaryInvertedHover, colorLightTextSecondaryInvertedPress, colorLightTextSecondaryInvertedTint20, colorLightTextSecondaryInvertedTint30, colorLightTextSecondaryInvertedTransparent, colorLightTextSecondaryPress, colorLightTextSecondaryShade20, colorLightTextSecondaryShade40, colorLightTextSecondaryTint20, colorLightTextSecondaryTint30, colorLightTextSecondaryTransparent, colorLightTextTertiary, colorLightTextTertiaryHover, colorLightTextTertiaryInverted, colorLightTextTertiaryInvertedHover, colorLightTextTertiaryInvertedPress, colorLightTextTertiaryInvertedTransparent, colorLightTextTertiaryPress, colorLightTextTertiaryTransparent, colorLightTransparentDefault, colorLightTransparentDefaultHover, colorLightTransparentDefaultInvertedHover, colorLightTransparentDefaultInvertedPress, colorLightTransparentDefaultPress, colorRedBrand, colorRedBrand05Flat, colorRedBrand10, colorRedBrand10Flat, colorRedBrand20, colorRedBrand20Flat, colorRedBrand30, colorRedBrand30Flat, colorRedBrand50, colorRedBrand50Flat, colorRedBrand70, colorRedBrand70Flat, colorRedBrand85, colorRedBrand85Flat, colorRedDark, colorRedError, colorSand, colorStaticAccentPrimary, colorStaticAccentPrimaryHover, colorStaticAccentPrimaryInverted, colorStaticAccentPrimaryInvertedHover, colorStaticAccentPrimaryInvertedPress, colorStaticAccentPrimaryPress, colorStaticAccentSecondary, colorStaticAccentSecondaryHover, colorStaticAccentSecondaryInverted, colorStaticAccentSecondaryInvertedHover, colorStaticAccentSecondaryInvertedPress, colorStaticAccentSecondaryPress, colorStaticBgAccent, colorStaticBgDark, colorStaticBgLight, colorStaticBgNeutralDark, colorStaticBgNeutralLight, colorStaticBgPrimaryDark, colorStaticBgPrimaryDarkAlpha10, colorStaticBgPrimaryDarkAlpha20, colorStaticBgPrimaryDarkTint15, colorStaticBgPrimaryDarkTint20, colorStaticBgPrimaryLight, colorStaticBgQuaternaryDark, colorStaticBgQuaternaryLight, colorStaticBgSecondaryDark, colorStaticBgSecondaryLight, colorStaticBgTertiaryDark, colorStaticBgTertiaryLight, colorStaticBorderAccent, colorStaticCorpbgNeutral, colorStaticCorpbgPrimary, colorStaticCorpbgSecondary, colorStaticCorpbgTertiary, colorStaticGraphicAccent, colorStaticGraphicAmethyst, colorStaticGraphicBlackberry, colorStaticGraphicBlueChill, colorStaticGraphicBlueChillOld, colorStaticGraphicBlueMaya, colorStaticGraphicBlueMoody, colorStaticGraphicBlueSteel, colorStaticGraphicBotticelli, colorStaticGraphicBoulder, colorStaticGraphicBoulderOld, colorStaticGraphicBrinkPink, colorStaticGraphicBrinkPinkOld, colorStaticGraphicBurntSienna, colorStaticGraphicBurntSiennaOld, colorStaticGraphicCarrot, colorStaticGraphicChatelle, colorStaticGraphicChatelleOld, colorStaticGraphicChathamsBlue, colorStaticGraphicChathamsBlueOld, colorStaticGraphicChick, colorStaticGraphicCrete, colorStaticGraphicCuriousBlue, colorStaticGraphicCuriousBlueLight, colorStaticGraphicCuriousBlueLightOld, colorStaticGraphicDark, colorStaticGraphicEasternBlue, colorStaticGraphicFrenchLilac, colorStaticGraphicFuelYellow, colorStaticGraphicFunBlue, colorStaticGraphicFunBlueOld, colorStaticGraphicGallery, colorStaticGraphicGreenJungle, colorStaticGraphicHippieBlue, colorStaticGraphicHippieBlueOld, colorStaticGraphicJaffa, colorStaticGraphicJaffaLight, colorStaticGraphicJaffaLightOld, colorStaticGraphicJava, colorStaticGraphicJavaOld, colorStaticGraphicJungleGreen, colorStaticGraphicLavender, colorStaticGraphicLight, colorStaticGraphicLightShade15, colorStaticGraphicLightShade7, colorStaticGraphicMantis, colorStaticGraphicMantisOld, colorStaticGraphicMatisse, colorStaticGraphicMatisseOld, colorStaticGraphicMaya, colorStaticGraphicMilanoRed, colorStaticGraphicMilanoRedOld, colorStaticGraphicMirage, colorStaticGraphicMirageOld, colorStaticGraphicMoonRaker, colorStaticGraphicMossGreen, colorStaticGraphicNevada, colorStaticGraphicNevadaOld, colorStaticGraphicOlive, colorStaticGraphicOlivine, colorStaticGraphicOlivineOld, colorStaticGraphicPeach, colorStaticGraphicPermission, colorStaticGraphicPersimmon, colorStaticGraphicPewter, colorStaticGraphicPewterOld, colorStaticGraphicPickledBluewood, colorStaticGraphicPickledBluewoodOld, colorStaticGraphicPorsche, colorStaticGraphicPorscheOld, colorStaticGraphicRaspberry, colorStaticGraphicRedDamask, colorStaticGraphicRedDamaskOld, colorStaticGraphicSaffron, colorStaticGraphicSaffronOld, colorStaticGraphicSalomie, colorStaticGraphicSand, colorStaticGraphicSandyBrown, colorStaticGraphicSandybrownOld, colorStaticGraphicSeawater, colorStaticGraphicSerenade, colorStaticGraphicSky, colorStaticGraphicSoftPeach, colorStaticGraphicSolitude, colorStaticGraphicStrawberry, colorStaticGraphicSundust, colorStaticGraphicTurkishRose, colorStaticGraphicTurkishRoseOld, colorStaticGraphicTurquoiseBlue, colorStaticGraphicTurquoiseBlueOld, colorStaticGraphicValencia, colorStaticGraphicValenciaOld, colorStaticGraphicWaikawaGray, colorStaticGraphicWaikawaGrayOld, colorStaticGraphicWhisper, colorStaticGraphicZanah, colorStaticLocalLightBlue, colorStaticNeutral0, colorStaticNeutral0Hover, colorStaticNeutral0Inverted, colorStaticNeutral0InvertedHover, colorStaticNeutral0InvertedPress, colorStaticNeutral0Press, colorStaticNeutral100, colorStaticNeutral100Hover, colorStaticNeutral100Inverted, colorStaticNeutral100InvertedHover, colorStaticNeutral100InvertedPress, colorStaticNeutral100Press, colorStaticNeutral1500, colorStaticNeutral1500Hover, colorStaticNeutral1500Inverted, colorStaticNeutral1500InvertedHover, colorStaticNeutral1500InvertedPress, colorStaticNeutral1500Press, colorStaticNeutral200, colorStaticNeutral200Hover, colorStaticNeutral200Inverted, colorStaticNeutral200InvertedHover, colorStaticNeutral200InvertedPress, colorStaticNeutral200Press, colorStaticNeutral300, colorStaticNeutral300Inverted, colorStaticNeutral400, colorStaticNeutral400Hover, colorStaticNeutral400Inverted, colorStaticNeutral400InvertedHover, colorStaticNeutral400InvertedPress, colorStaticNeutral400Press, colorStaticNeutral500, colorStaticNeutral500Hover, colorStaticNeutral500Inverted, colorStaticNeutral500InvertedHover, colorStaticNeutral500InvertedPress, colorStaticNeutral500Press, colorStaticNeutral700, colorStaticNeutral700Hover, colorStaticNeutral700Inverted, colorStaticNeutral700InvertedHover, colorStaticNeutral700InvertedPress, colorStaticNeutral700Press, colorStaticNeutralTranslucent0, colorStaticNeutralTranslucent0Hover, colorStaticNeutralTranslucent0Inverted, colorStaticNeutralTranslucent0InvertedHover, colorStaticNeutralTranslucent0InvertedPress, colorStaticNeutralTranslucent0Press, colorStaticNeutralTranslucent100, colorStaticNeutralTranslucent100Hover, colorStaticNeutralTranslucent100Inverted, colorStaticNeutralTranslucent100InvertedHover, colorStaticNeutralTranslucent100InvertedPress, colorStaticNeutralTranslucent100Press, colorStaticNeutralTranslucent1500Hover, colorStaticNeutralTranslucent1500InvertedHover, colorStaticNeutralTranslucent1500InvertedPress, colorStaticNeutralTranslucent1500Press, colorStaticNeutralTranslucent200, colorStaticNeutralTranslucent200Hover, colorStaticNeutralTranslucent200Inverted, colorStaticNeutralTranslucent200InvertedHover, colorStaticNeutralTranslucent200InvertedPress, colorStaticNeutralTranslucent200Press, colorStaticNeutralTranslucent300, colorStaticNeutralTranslucent300Inverted, colorStaticNeutralTranslucent400, colorStaticNeutralTranslucent400Hover, colorStaticNeutralTranslucent400Inverted, colorStaticNeutralTranslucent400InvertedHover, colorStaticNeutralTranslucent400InvertedPress, colorStaticNeutralTranslucent400Press, colorStaticNeutralTranslucent500, colorStaticNeutralTranslucent500Hover, colorStaticNeutralTranslucent500Inverted, colorStaticNeutralTranslucent500InvertedHover, colorStaticNeutralTranslucent500InvertedPress, colorStaticNeutralTranslucent500Press, colorStaticNeutralTranslucent700, colorStaticNeutralTranslucent700Hover, colorStaticNeutralTranslucent700Inverted, colorStaticNeutralTranslucent700InvertedHover, colorStaticNeutralTranslucent700InvertedPress, colorStaticNeutralTranslucent700Press, colorStaticNulled, colorStaticOverlayBlackHigh, colorStaticOverlayBlackLow, colorStaticOverlayBlackNormal, colorStaticOverlayBlackXhigh, colorStaticOverlayBlackXlow, colorStaticOverlayIndigoHigh, colorStaticOverlayIndigoLow, colorStaticOverlayIndigoNormal, colorStaticOverlayIndigoXhigh, colorStaticOverlayIndigoXlow, colorStaticOverlayWhiteHigh, colorStaticOverlayWhiteLow, colorStaticOverlayWhiteNormal, colorStaticOverlayWhiteXhigh, colorStaticOverlayWhiteXlow, colorStaticPrimaryDark, colorStaticPrimaryLight, colorStaticQuaternaryDark, colorStaticQuaternaryLight, colorStaticQuinaryDark, colorStaticQuinaryLight, colorStaticSecondaryDark, colorStaticSecondaryLight, colorStaticSenaryDark, colorStaticSenaryLight, colorStaticStatusAttention, colorStaticStatusAttentionInverted, colorStaticStatusBlue, colorStaticStatusBlueAlpha10, colorStaticStatusGreen, colorStaticStatusGreenAlpha10, colorStaticStatusGrey, colorStaticStatusGreyAlpha10, colorStaticStatusInfo, colorStaticStatusInfoInverted, colorStaticStatusMutedAltAttention, colorStaticStatusMutedAltAttentionInverted, colorStaticStatusMutedAltInfo, colorStaticStatusMutedAltInfoInverted, colorStaticStatusMutedAltNegative, colorStaticStatusMutedAltNegativeInverted, colorStaticStatusMutedAltPositive, colorStaticStatusMutedAltPositiveInverted, colorStaticStatusMutedAttention, colorStaticStatusMutedAttentionInverted, colorStaticStatusMutedInfo, colorStaticStatusMutedInfoInverted, colorStaticStatusMutedNegative, colorStaticStatusMutedNegativeInverted, colorStaticStatusMutedPositive, colorStaticStatusMutedPositiveInverted, colorStaticStatusNegative, colorStaticStatusNegativeInverted, colorStaticStatusOrange, colorStaticStatusOrangeAlpha10, colorStaticStatusPositive, colorStaticStatusPositiveInverted, colorStaticStatusPurple, colorStaticStatusPurpleAlpha10, colorStaticStatusRed, colorStaticStatusRedAlpha10, colorStaticStatusTeal, colorStaticStatusTealAlpha10, colorStaticTertiaryDark, colorStaticTertiaryLight, colorStaticTextAccent, colorStaticTextAttention, colorStaticTextAttentionHover, colorStaticTextAttentionInverted, colorStaticTextAttentionInvertedHover, colorStaticTextAttentionInvertedPress, colorStaticTextAttentionPress, colorStaticTextInfo, colorStaticTextInfoHover, colorStaticTextInfoInverted, colorStaticTextInfoInvertedHover, colorStaticTextInfoInvertedPress, colorStaticTextInfoPress, colorStaticTextNegative, colorStaticTextNegativeHover, colorStaticTextNegativeInverted, colorStaticTextNegativeInvertedHover, colorStaticTextNegativeInvertedPress, colorStaticTextNegativePress, colorStaticTextPositive, colorStaticTextPositiveHover, colorStaticTextPositiveInverted, colorStaticTextPositiveInvertedHover, colorStaticTextPositiveInvertedPress, colorStaticTextPositivePress, colorStaticTextPrimary, colorStaticTextPrimaryDark, colorStaticTextPrimaryHover, colorStaticTextPrimaryInverted, colorStaticTextPrimaryInvertedHover, colorStaticTextPrimaryInvertedPress, colorStaticTextPrimaryLight, colorStaticTextPrimaryLightAlpha30, colorStaticTextPrimaryPress, colorStaticTextQuaternary, colorStaticTextQuaternaryInverted, colorStaticTextSecondary, colorStaticTextSecondaryDark, colorStaticTextSecondaryDarkTransparent, colorStaticTextSecondaryHover, colorStaticTextSecondaryInverted, colorStaticTextSecondaryInvertedHover, colorStaticTextSecondaryInvertedPress, colorStaticTextSecondaryLight, colorStaticTextSecondaryLightTransparent, colorStaticTextSecondaryPress, colorStaticTextTertiary, colorStaticTextTertiaryDark, colorStaticTextTertiaryDarkTransparent, colorStaticTextTertiaryHover, colorStaticTextTertiaryInverted, colorStaticTextTertiaryInvertedHover, colorStaticTextTertiaryInvertedPress, colorStaticTextTertiaryLight, colorStaticTextTertiaryLightTransparent, colorStaticTextTertiaryPress, colorWhite, colorWhite10, colorWhite30, colorWhite60, fontFamilyStyrene, fontFamilySystem, gap2xl, gap2xlNeg, gap2xs, gap2xsNeg, gap3xl, gap3xlNeg, gap3xs, gap3xsNeg, gap4xl, gap4xlNeg, gap5xl, gap5xlNeg, gap6xl, gap6xlNeg, gap7xl, gap7xlNeg, gap8xl, gap8xlNeg, gapL, gapLNeg, gapM, gapMNeg, gapS, gapSNeg, gapXl, gapXlNeg, gapXs, gapXsNeg, shadowL, shadowLHard, shadowLHardUp, shadowLUp, shadowM, shadowMHard, shadowMHardUp, shadowMUp, shadowS, shadowSHard, shadowSHardUp, shadowSUp, shadowXl, shadowXlHard, shadowXlHardUp, shadowXlUp, shadowXs, shadowXsHard, shadowXsHardUp, shadowXsUp };