@alfalab/core-components 45.6.0 → 45.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2521) hide show
  1. package/accordion/Component.d.ts +58 -0
  2. package/accordion/Component.js +52 -0
  3. package/accordion/components/default-control-icon/Component.d.ts +7 -0
  4. package/accordion/components/default-control-icon/Component.js +24 -0
  5. package/accordion/components/default-control-icon/index.css +16 -0
  6. package/accordion/components/default-control-icon/index.d.ts +1 -0
  7. package/accordion/components/default-control-icon/index.js +7 -0
  8. package/accordion/components/index.d.ts +1 -0
  9. package/accordion/components/index.js +7 -0
  10. package/accordion/cssm/Component.d.ts +58 -0
  11. package/accordion/cssm/Component.js +51 -0
  12. package/accordion/cssm/components/default-control-icon/Component.d.ts +7 -0
  13. package/accordion/cssm/components/default-control-icon/Component.js +23 -0
  14. package/accordion/cssm/components/default-control-icon/index.d.ts +1 -0
  15. package/accordion/cssm/components/default-control-icon/index.js +7 -0
  16. package/accordion/cssm/components/default-control-icon/index.module.css +15 -0
  17. package/accordion/cssm/components/index.d.ts +1 -0
  18. package/accordion/cssm/components/index.js +7 -0
  19. package/accordion/cssm/docs/demo.css +38 -0
  20. package/accordion/cssm/hooks/index.d.ts +1 -0
  21. package/accordion/cssm/hooks/index.js +7 -0
  22. package/accordion/cssm/hooks/useRecalculateContentHeight.d.ts +6 -0
  23. package/accordion/cssm/hooks/useRecalculateContentHeight.js +35 -0
  24. package/accordion/cssm/index.d.ts +2 -0
  25. package/accordion/cssm/index.js +7 -0
  26. package/accordion/cssm/index.module.css +49 -0
  27. package/accordion/cssm/typings.d.ts +2 -0
  28. package/accordion/cssm/typings.js +1 -0
  29. package/accordion/esm/Component.d.ts +58 -0
  30. package/accordion/esm/Component.js +47 -0
  31. package/accordion/esm/components/default-control-icon/Component.d.ts +7 -0
  32. package/accordion/esm/components/default-control-icon/Component.js +17 -0
  33. package/accordion/esm/components/default-control-icon/index.css +16 -0
  34. package/accordion/esm/components/default-control-icon/index.d.ts +1 -0
  35. package/accordion/esm/components/default-control-icon/index.js +4 -0
  36. package/accordion/esm/components/index.d.ts +1 -0
  37. package/accordion/esm/components/index.js +4 -0
  38. package/accordion/esm/hooks/index.d.ts +1 -0
  39. package/accordion/esm/hooks/index.js +3 -0
  40. package/accordion/esm/hooks/useRecalculateContentHeight.d.ts +6 -0
  41. package/accordion/esm/hooks/useRecalculateContentHeight.js +33 -0
  42. package/accordion/esm/index.css +50 -0
  43. package/accordion/esm/index.d.ts +2 -0
  44. package/accordion/esm/index.js +9 -0
  45. package/accordion/esm/typings.d.ts +2 -0
  46. package/accordion/esm/typings.js +1 -0
  47. package/accordion/hooks/index.d.ts +1 -0
  48. package/accordion/hooks/index.js +7 -0
  49. package/accordion/hooks/useRecalculateContentHeight.d.ts +6 -0
  50. package/accordion/hooks/useRecalculateContentHeight.js +35 -0
  51. package/accordion/index.css +50 -0
  52. package/accordion/index.d.ts +2 -0
  53. package/accordion/index.js +7 -0
  54. package/accordion/modern/Component.d.ts +58 -0
  55. package/accordion/modern/Component.js +44 -0
  56. package/accordion/modern/components/default-control-icon/Component.d.ts +7 -0
  57. package/accordion/modern/components/default-control-icon/Component.js +13 -0
  58. package/accordion/modern/components/default-control-icon/index.css +16 -0
  59. package/accordion/modern/components/default-control-icon/index.d.ts +1 -0
  60. package/accordion/modern/components/default-control-icon/index.js +4 -0
  61. package/accordion/modern/components/index.d.ts +1 -0
  62. package/accordion/modern/components/index.js +4 -0
  63. package/accordion/modern/hooks/index.d.ts +1 -0
  64. package/accordion/modern/hooks/index.js +3 -0
  65. package/accordion/modern/hooks/useRecalculateContentHeight.d.ts +6 -0
  66. package/accordion/modern/hooks/useRecalculateContentHeight.js +33 -0
  67. package/accordion/modern/index.css +50 -0
  68. package/accordion/modern/index.d.ts +2 -0
  69. package/accordion/modern/index.js +8 -0
  70. package/accordion/modern/typings.d.ts +2 -0
  71. package/accordion/modern/typings.js +1 -0
  72. package/accordion/package.json +3 -0
  73. package/accordion/typings.d.ts +2 -0
  74. package/accordion/typings.js +1 -0
  75. package/action-button/Component.js +4 -4
  76. package/action-button/cssm/default.module.css +5 -5
  77. package/action-button/cssm/inverted.module.css +3 -3
  78. package/action-button/cssm/static.module.css +3 -3
  79. package/action-button/default.css +17 -17
  80. package/action-button/esm/Component.js +4 -4
  81. package/action-button/esm/default.css +17 -17
  82. package/action-button/esm/index.css +9 -9
  83. package/action-button/esm/inverted.css +15 -15
  84. package/action-button/esm/static.css +11 -11
  85. package/action-button/index.css +9 -9
  86. package/action-button/inverted.css +15 -15
  87. package/action-button/modern/Component.js +4 -4
  88. package/action-button/modern/default.css +17 -17
  89. package/action-button/modern/index.css +9 -9
  90. package/action-button/modern/inverted.css +15 -15
  91. package/action-button/modern/static.css +11 -11
  92. package/action-button/static.css +11 -11
  93. package/alert/Component.js +1 -1
  94. package/alert/esm/Component.js +1 -1
  95. package/alert/esm/index.css +3 -3
  96. package/alert/index.css +3 -3
  97. package/alert/modern/Component.js +1 -1
  98. package/alert/modern/index.css +3 -3
  99. package/amount/component.js +1 -1
  100. package/amount/esm/component.js +1 -1
  101. package/amount/esm/index.css +7 -7
  102. package/amount/esm/pure/component.js +1 -1
  103. package/amount/esm/pure/index.css +1 -1
  104. package/amount/index.css +7 -7
  105. package/amount/modern/component.js +1 -1
  106. package/amount/modern/index.css +7 -7
  107. package/amount/modern/pure/component.js +1 -1
  108. package/amount/modern/pure/index.css +1 -1
  109. package/amount/pure/component.js +1 -1
  110. package/amount/pure/index.css +1 -1
  111. package/amount-input/Component.js +3 -3
  112. package/amount-input/default.css +2 -2
  113. package/amount-input/esm/Component.js +3 -3
  114. package/amount-input/esm/default.css +2 -2
  115. package/amount-input/esm/index.css +7 -7
  116. package/amount-input/esm/inverted.css +2 -2
  117. package/amount-input/index.css +7 -7
  118. package/amount-input/inverted.css +2 -2
  119. package/amount-input/modern/Component.js +3 -3
  120. package/amount-input/modern/default.css +2 -2
  121. package/amount-input/modern/index.css +7 -7
  122. package/amount-input/modern/inverted.css +2 -2
  123. package/attach/Component.js +1 -1
  124. package/attach/cssm/index.module.css +2 -0
  125. package/attach/esm/Component.js +1 -1
  126. package/attach/esm/index.css +28 -26
  127. package/attach/index.css +28 -26
  128. package/attach/modern/Component.js +1 -1
  129. package/attach/modern/index.css +28 -26
  130. package/backdrop/Component.js +1 -1
  131. package/backdrop/esm/Component.js +1 -1
  132. package/backdrop/esm/index.css +10 -10
  133. package/backdrop/index.css +10 -10
  134. package/backdrop/modern/Component.js +1 -1
  135. package/backdrop/modern/index.css +10 -10
  136. package/badge/Component.js +1 -1
  137. package/badge/cssm/index.module.css +4 -4
  138. package/badge/esm/Component.js +1 -1
  139. package/badge/esm/index.css +51 -51
  140. package/badge/index.css +51 -51
  141. package/badge/modern/Component.js +1 -1
  142. package/badge/modern/index.css +51 -51
  143. package/bank-card/Component.js +1 -1
  144. package/bank-card/cssm/index.module.css +1 -1
  145. package/bank-card/esm/Component.js +1 -1
  146. package/bank-card/esm/index.css +21 -21
  147. package/bank-card/index.css +21 -21
  148. package/bank-card/modern/Component.js +1 -1
  149. package/bank-card/modern/index.css +21 -21
  150. package/base-modal/Component.js +1 -1
  151. package/base-modal/esm/Component.js +1 -1
  152. package/base-modal/esm/index.css +12 -12
  153. package/base-modal/index.css +12 -12
  154. package/base-modal/modern/Component.js +1 -1
  155. package/base-modal/modern/index.css +12 -12
  156. package/bottom-sheet/component.js +1 -1
  157. package/bottom-sheet/components/footer/Component.js +1 -1
  158. package/bottom-sheet/components/footer/index.css +26 -26
  159. package/bottom-sheet/components/header/Component.js +1 -1
  160. package/bottom-sheet/components/header/index.css +13 -13
  161. package/bottom-sheet/cssm/index.module.css +1 -1
  162. package/bottom-sheet/esm/component.js +1 -1
  163. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  164. package/bottom-sheet/esm/components/footer/index.css +26 -26
  165. package/bottom-sheet/esm/components/header/Component.js +1 -1
  166. package/bottom-sheet/esm/components/header/index.css +13 -13
  167. package/bottom-sheet/esm/index.css +45 -45
  168. package/bottom-sheet/index.css +45 -45
  169. package/bottom-sheet/modern/component.js +1 -1
  170. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  171. package/bottom-sheet/modern/components/footer/index.css +26 -26
  172. package/bottom-sheet/modern/components/header/Component.js +1 -1
  173. package/bottom-sheet/modern/components/header/index.css +13 -13
  174. package/bottom-sheet/modern/index.css +45 -45
  175. package/button/components/base-button/Component.js +3 -3
  176. package/button/components/base-button/default.css +54 -54
  177. package/button/components/base-button/index.css +62 -62
  178. package/button/components/base-button/inverted.css +53 -53
  179. package/button/cssm/components/base-button/default.module.css +5 -5
  180. package/button/cssm/components/base-button/index.module.css +3 -3
  181. package/button/cssm/components/base-button/inverted.module.css +4 -4
  182. package/button/cssm/desktop/default.desktop.module.css +5 -5
  183. package/button/cssm/desktop/inverted.desktop.module.css +5 -5
  184. package/button/cssm/mobile/default.mobile.module.css +5 -5
  185. package/button/cssm/mobile/inverted.mobile.module.css +4 -4
  186. package/button/desktop/Component.desktop.js +3 -3
  187. package/button/desktop/default.desktop.css +24 -24
  188. package/button/desktop/desktop.css +7 -7
  189. package/button/desktop/inverted.desktop.css +24 -24
  190. package/button/esm/components/base-button/Component.js +3 -3
  191. package/button/esm/components/base-button/default.css +54 -54
  192. package/button/esm/components/base-button/index.css +62 -62
  193. package/button/esm/components/base-button/inverted.css +53 -53
  194. package/button/esm/desktop/Component.desktop.js +3 -3
  195. package/button/esm/desktop/default.desktop.css +24 -24
  196. package/button/esm/desktop/desktop.css +7 -7
  197. package/button/esm/desktop/inverted.desktop.css +24 -24
  198. package/button/esm/mobile/Component.mobile.js +3 -3
  199. package/button/esm/mobile/default.mobile.css +23 -23
  200. package/button/esm/mobile/inverted.mobile.css +22 -22
  201. package/button/esm/mobile/mobile.css +7 -7
  202. package/button/mobile/Component.mobile.js +3 -3
  203. package/button/mobile/default.mobile.css +23 -23
  204. package/button/mobile/inverted.mobile.css +22 -22
  205. package/button/mobile/mobile.css +7 -7
  206. package/button/modern/components/base-button/Component.js +3 -3
  207. package/button/modern/components/base-button/default.css +54 -54
  208. package/button/modern/components/base-button/index.css +62 -62
  209. package/button/modern/components/base-button/inverted.css +53 -53
  210. package/button/modern/desktop/Component.desktop.js +3 -3
  211. package/button/modern/desktop/default.desktop.css +24 -24
  212. package/button/modern/desktop/desktop.css +7 -7
  213. package/button/modern/desktop/inverted.desktop.css +24 -24
  214. package/button/modern/mobile/Component.mobile.js +3 -3
  215. package/button/modern/mobile/default.mobile.css +23 -23
  216. package/button/modern/mobile/inverted.mobile.css +22 -22
  217. package/button/modern/mobile/mobile.css +7 -7
  218. package/calendar/components/calendar-mobile/Component.js +3 -3
  219. package/calendar/components/calendar-mobile/backdrop-transitions.css +10 -10
  220. package/calendar/components/calendar-mobile/index.css +16 -16
  221. package/calendar/components/calendar-mobile/transitions.css +8 -8
  222. package/calendar/components/days-table/Component.js +1 -1
  223. package/calendar/components/days-table/index.css +72 -72
  224. package/calendar/components/header/Component.js +1 -1
  225. package/calendar/components/header/index.css +3 -3
  226. package/calendar/components/month-year-header/Component.js +1 -1
  227. package/calendar/components/month-year-header/index.css +10 -10
  228. package/calendar/components/months-table/Component.js +1 -1
  229. package/calendar/components/months-table/index.css +13 -13
  230. package/calendar/components/period-slider/Component.d.ts +5 -0
  231. package/calendar/components/period-slider/Component.js +5 -5
  232. package/calendar/components/period-slider/index.css +11 -11
  233. package/calendar/components/select-button/Component.js +1 -1
  234. package/calendar/components/select-button/index.css +13 -13
  235. package/calendar/components/years-table/Component.js +1 -1
  236. package/calendar/components/years-table/index.css +15 -15
  237. package/calendar/cssm/components/calendar-mobile/index.module.css +1 -1
  238. package/calendar/cssm/components/days-table/index.module.css +6 -6
  239. package/calendar/cssm/components/period-slider/Component.d.ts +5 -0
  240. package/calendar/cssm/components/period-slider/Component.js +4 -4
  241. package/calendar/cssm/components/select-button/index.module.css +3 -3
  242. package/calendar/desktop/Component.desktop.js +1 -1
  243. package/calendar/desktop/desktop.css +29 -29
  244. package/calendar/esm/components/calendar-mobile/Component.js +3 -3
  245. package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +10 -10
  246. package/calendar/esm/components/calendar-mobile/index.css +16 -16
  247. package/calendar/esm/components/calendar-mobile/transitions.css +8 -8
  248. package/calendar/esm/components/days-table/Component.js +1 -1
  249. package/calendar/esm/components/days-table/index.css +72 -72
  250. package/calendar/esm/components/header/Component.js +1 -1
  251. package/calendar/esm/components/header/index.css +3 -3
  252. package/calendar/esm/components/month-year-header/Component.js +1 -1
  253. package/calendar/esm/components/month-year-header/index.css +10 -10
  254. package/calendar/esm/components/months-table/Component.js +1 -1
  255. package/calendar/esm/components/months-table/index.css +13 -13
  256. package/calendar/esm/components/period-slider/Component.d.ts +5 -0
  257. package/calendar/esm/components/period-slider/Component.js +5 -5
  258. package/calendar/esm/components/period-slider/index.css +11 -11
  259. package/calendar/esm/components/select-button/Component.js +1 -1
  260. package/calendar/esm/components/select-button/index.css +13 -13
  261. package/calendar/esm/components/years-table/Component.js +1 -1
  262. package/calendar/esm/components/years-table/index.css +15 -15
  263. package/calendar/esm/desktop/Component.desktop.js +1 -1
  264. package/calendar/esm/desktop/desktop.css +29 -29
  265. package/calendar/modern/components/calendar-mobile/Component.js +3 -3
  266. package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +10 -10
  267. package/calendar/modern/components/calendar-mobile/index.css +16 -16
  268. package/calendar/modern/components/calendar-mobile/transitions.css +8 -8
  269. package/calendar/modern/components/days-table/Component.js +1 -1
  270. package/calendar/modern/components/days-table/index.css +72 -72
  271. package/calendar/modern/components/header/Component.js +1 -1
  272. package/calendar/modern/components/header/index.css +3 -3
  273. package/calendar/modern/components/month-year-header/Component.js +1 -1
  274. package/calendar/modern/components/month-year-header/index.css +10 -10
  275. package/calendar/modern/components/months-table/Component.js +1 -1
  276. package/calendar/modern/components/months-table/index.css +13 -13
  277. package/calendar/modern/components/period-slider/Component.d.ts +5 -0
  278. package/calendar/modern/components/period-slider/Component.js +3 -3
  279. package/calendar/modern/components/period-slider/index.css +11 -11
  280. package/calendar/modern/components/select-button/Component.js +1 -1
  281. package/calendar/modern/components/select-button/index.css +13 -13
  282. package/calendar/modern/components/years-table/Component.js +1 -1
  283. package/calendar/modern/components/years-table/index.css +15 -15
  284. package/calendar/modern/desktop/Component.desktop.js +1 -1
  285. package/calendar/modern/desktop/desktop.css +29 -29
  286. package/calendar-input/components/calendar-input/Component.js +1 -1
  287. package/calendar-input/components/calendar-input/index.css +11 -11
  288. package/calendar-input/esm/components/calendar-input/Component.js +1 -1
  289. package/calendar-input/esm/components/calendar-input/index.css +11 -11
  290. package/calendar-input/modern/components/calendar-input/Component.js +1 -1
  291. package/calendar-input/modern/components/calendar-input/index.css +11 -11
  292. package/calendar-range/components/divider/Component.js +1 -1
  293. package/calendar-range/components/divider/index.css +9 -9
  294. package/calendar-range/cssm/components/divider/index.module.css +1 -1
  295. package/calendar-range/esm/Component.js +1 -1
  296. package/calendar-range/esm/components/divider/Component.js +1 -1
  297. package/calendar-range/esm/components/divider/index.css +9 -9
  298. package/calendar-range/esm/index.js +1 -1
  299. package/calendar-range/esm/index.module-b90ac34a.js +4 -0
  300. package/calendar-range/esm/views/index.css +7 -7
  301. package/calendar-range/esm/views/popover.js +1 -1
  302. package/calendar-range/esm/views/static.js +1 -1
  303. package/calendar-range/index.module-96643d8a.js +4 -0
  304. package/calendar-range/modern/Component.js +1 -1
  305. package/calendar-range/modern/components/divider/Component.js +1 -1
  306. package/calendar-range/modern/components/divider/index.css +9 -9
  307. package/calendar-range/modern/index.js +1 -1
  308. package/calendar-range/modern/index.module-a5d1ec4b.js +4 -0
  309. package/calendar-range/modern/views/index.css +7 -7
  310. package/calendar-range/modern/views/popover.js +1 -1
  311. package/calendar-range/modern/views/static.js +1 -1
  312. package/calendar-range/views/index.css +7 -7
  313. package/calendar-range/views/popover.js +1 -1
  314. package/calendar-range/views/static.js +1 -1
  315. package/calendar-with-skeleton/Component.js +1 -1
  316. package/calendar-with-skeleton/esm/Component.js +1 -1
  317. package/calendar-with-skeleton/esm/index.css +12 -12
  318. package/calendar-with-skeleton/index.css +12 -12
  319. package/calendar-with-skeleton/modern/Component.js +1 -1
  320. package/calendar-with-skeleton/modern/index.css +12 -12
  321. package/card-image/Component.js +1 -1
  322. package/card-image/esm/Component.js +1 -1
  323. package/card-image/esm/index.css +6 -6
  324. package/card-image/index.css +6 -6
  325. package/card-image/modern/Component.js +1 -1
  326. package/card-image/modern/index.css +6 -6
  327. package/cdn-icon/Component.js +1 -1
  328. package/cdn-icon/esm/Component.js +1 -1
  329. package/cdn-icon/esm/index.css +3 -3
  330. package/cdn-icon/index.css +3 -3
  331. package/cdn-icon/modern/Component.js +1 -1
  332. package/cdn-icon/modern/index.css +3 -3
  333. package/chart/Component.js +1 -1
  334. package/chart/components/Dot/index.css +7 -7
  335. package/chart/components/Dot/index.js +1 -1
  336. package/chart/components/Legends/index.css +7 -7
  337. package/chart/components/Legends/index.js +1 -1
  338. package/chart/components/Tick/index.css +4 -4
  339. package/chart/components/Tick/index.js +1 -1
  340. package/chart/components/TooltipContent/index.css +6 -6
  341. package/chart/components/TooltipContent/index.js +1 -1
  342. package/chart/cssm/components/Tick/index.module.css +1 -1
  343. package/chart/cssm/index.module.css +1 -1
  344. package/chart/esm/Component.js +1 -1
  345. package/chart/esm/components/Dot/index.css +7 -7
  346. package/chart/esm/components/Dot/index.js +1 -1
  347. package/chart/esm/components/Legends/index.css +7 -7
  348. package/chart/esm/components/Legends/index.js +1 -1
  349. package/chart/esm/components/Tick/index.css +4 -4
  350. package/chart/esm/components/Tick/index.js +1 -1
  351. package/chart/esm/components/TooltipContent/index.css +6 -6
  352. package/chart/esm/components/TooltipContent/index.js +1 -1
  353. package/chart/esm/index.css +5 -5
  354. package/chart/index.css +5 -5
  355. package/chart/modern/Component.js +1 -1
  356. package/chart/modern/components/Dot/index.css +7 -7
  357. package/chart/modern/components/Dot/index.js +1 -1
  358. package/chart/modern/components/Legends/index.css +7 -7
  359. package/chart/modern/components/Legends/index.js +1 -1
  360. package/chart/modern/components/Tick/index.css +4 -4
  361. package/chart/modern/components/Tick/index.js +1 -1
  362. package/chart/modern/components/TooltipContent/index.css +6 -6
  363. package/chart/modern/components/TooltipContent/index.js +1 -1
  364. package/chart/modern/index.css +5 -5
  365. package/checkbox/Component.js +1 -1
  366. package/checkbox/cssm/index.module.css +5 -5
  367. package/checkbox/esm/Component.js +1 -1
  368. package/checkbox/esm/index.css +39 -39
  369. package/checkbox/index.css +39 -39
  370. package/checkbox/modern/Component.js +1 -1
  371. package/checkbox/modern/index.css +39 -39
  372. package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
  373. package/checkbox-group/components/base-checkbox-group/index.css +20 -20
  374. package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +2 -2
  375. package/checkbox-group/cssm/desktop/desktop.module.css +1 -1
  376. package/checkbox-group/desktop/Component.desktop.js +1 -1
  377. package/checkbox-group/desktop/desktop.css +4 -4
  378. package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
  379. package/checkbox-group/esm/components/base-checkbox-group/index.css +20 -20
  380. package/checkbox-group/esm/desktop/Component.desktop.js +1 -1
  381. package/checkbox-group/esm/desktop/desktop.css +4 -4
  382. package/checkbox-group/esm/mobile/Component.mobile.js +1 -1
  383. package/checkbox-group/esm/mobile/mobile.css +3 -3
  384. package/checkbox-group/mobile/Component.mobile.js +1 -1
  385. package/checkbox-group/mobile/mobile.css +3 -3
  386. package/checkbox-group/modern/components/base-checkbox-group/Component.js +1 -1
  387. package/checkbox-group/modern/components/base-checkbox-group/index.css +20 -20
  388. package/checkbox-group/modern/desktop/Component.desktop.js +1 -1
  389. package/checkbox-group/modern/desktop/desktop.css +4 -4
  390. package/checkbox-group/modern/mobile/Component.mobile.js +1 -1
  391. package/checkbox-group/modern/mobile/mobile.css +3 -3
  392. package/circular-progress-bar/Component.js +1 -1
  393. package/circular-progress-bar/cssm/index.module.css +2 -2
  394. package/circular-progress-bar/esm/Component.js +1 -1
  395. package/circular-progress-bar/esm/index.css +50 -50
  396. package/circular-progress-bar/index.css +50 -50
  397. package/circular-progress-bar/modern/Component.js +1 -1
  398. package/circular-progress-bar/modern/index.css +50 -50
  399. package/code-input/components/base-code-input/component.js +1 -1
  400. package/code-input/components/base-code-input/index.css +6 -6
  401. package/code-input/components/input/component.js +1 -1
  402. package/code-input/components/input/index.css +13 -13
  403. package/code-input/cssm/components/base-code-input/index.module.css +1 -1
  404. package/code-input/cssm/components/input/index.module.css +2 -2
  405. package/code-input/desktop/Component.desktop.js +1 -1
  406. package/code-input/desktop/desktop.css +1 -1
  407. package/code-input/esm/components/base-code-input/component.js +1 -1
  408. package/code-input/esm/components/base-code-input/index.css +6 -6
  409. package/code-input/esm/components/input/component.js +1 -1
  410. package/code-input/esm/components/input/index.css +13 -13
  411. package/code-input/esm/desktop/Component.desktop.js +1 -1
  412. package/code-input/esm/desktop/desktop.css +1 -1
  413. package/code-input/esm/mobile/Component.mobile.js +1 -1
  414. package/code-input/esm/mobile/mobile.css +2 -2
  415. package/code-input/mobile/Component.mobile.js +1 -1
  416. package/code-input/mobile/mobile.css +2 -2
  417. package/code-input/modern/components/base-code-input/component.js +1 -1
  418. package/code-input/modern/components/base-code-input/index.css +6 -6
  419. package/code-input/modern/components/input/component.js +1 -1
  420. package/code-input/modern/components/input/index.css +13 -13
  421. package/code-input/modern/desktop/Component.desktop.js +1 -1
  422. package/code-input/modern/desktop/desktop.css +1 -1
  423. package/code-input/modern/mobile/Component.mobile.js +1 -1
  424. package/code-input/modern/mobile/mobile.css +2 -2
  425. package/collapse/Component.js +1 -1
  426. package/collapse/esm/Component.js +1 -1
  427. package/collapse/esm/index.css +8 -8
  428. package/collapse/index.css +8 -8
  429. package/collapse/modern/Component.js +1 -1
  430. package/collapse/modern/index.css +8 -8
  431. package/comment/Component.js +1 -1
  432. package/comment/esm/Component.js +1 -1
  433. package/comment/esm/index.css +3 -3
  434. package/comment/index.css +3 -3
  435. package/comment/modern/Component.js +1 -1
  436. package/comment/modern/index.css +3 -3
  437. package/confirmation/components/base-confirmation/component.js +1 -1
  438. package/confirmation/components/base-confirmation/index.css +2 -2
  439. package/confirmation/components/countdown-loader/component.js +1 -1
  440. package/confirmation/components/countdown-loader/index.css +2 -2
  441. package/confirmation/components/header/component.js +1 -1
  442. package/confirmation/components/header/index.css +4 -4
  443. package/confirmation/components/screens/fatal-error/component.js +1 -1
  444. package/confirmation/components/screens/fatal-error/index.css +7 -7
  445. package/confirmation/components/screens/hint/component.js +1 -1
  446. package/confirmation/components/screens/hint/index.css +13 -13
  447. package/confirmation/components/screens/initial/component.js +1 -1
  448. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  449. package/confirmation/components/screens/initial/index.css +19 -19
  450. package/confirmation/components/screens/temp-block/component.js +1 -1
  451. package/confirmation/components/screens/temp-block/index.css +8 -8
  452. package/confirmation/{countdown-section-3de166c8.js → countdown-section-62dc9b1b.js} +1 -1
  453. package/confirmation/cssm/components/screens/fatal-error/index.module.css +1 -1
  454. package/confirmation/cssm/components/screens/hint/index.module.css +1 -1
  455. package/confirmation/cssm/components/screens/initial/index.module.css +1 -1
  456. package/confirmation/cssm/components/screens/temp-block/index.module.css +1 -1
  457. package/confirmation/esm/component.responsive.js +1 -1
  458. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  459. package/confirmation/esm/components/base-confirmation/index.css +2 -2
  460. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  461. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  462. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  463. package/confirmation/esm/components/header/component.js +1 -1
  464. package/confirmation/esm/components/header/index.css +4 -4
  465. package/confirmation/esm/components/index.js +1 -1
  466. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  467. package/confirmation/esm/components/screens/fatal-error/index.css +7 -7
  468. package/confirmation/esm/components/screens/hint/component.js +1 -1
  469. package/confirmation/esm/components/screens/hint/index.css +13 -13
  470. package/confirmation/esm/components/screens/index.js +1 -1
  471. package/confirmation/esm/components/screens/initial/component.js +1 -1
  472. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  473. package/confirmation/esm/components/screens/initial/index.css +19 -19
  474. package/confirmation/esm/components/screens/initial/index.js +1 -1
  475. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  476. package/confirmation/esm/components/screens/temp-block/index.css +8 -8
  477. package/confirmation/esm/{countdown-section-a5890bc0.js → countdown-section-62c5863f.js} +1 -1
  478. package/confirmation/esm/desktop/component.desktop.js +1 -1
  479. package/confirmation/esm/desktop/index.js +1 -1
  480. package/confirmation/esm/index.js +1 -1
  481. package/confirmation/esm/mobile/component.mobile.js +2 -2
  482. package/confirmation/esm/mobile/index.js +1 -1
  483. package/confirmation/esm/mobile/mobile.css +2 -2
  484. package/confirmation/esm/shared/index.js +1 -1
  485. package/confirmation/mobile/component.mobile.js +1 -1
  486. package/confirmation/mobile/mobile.css +2 -2
  487. package/confirmation/modern/component.responsive.js +1 -1
  488. package/confirmation/modern/components/base-confirmation/component.js +2 -2
  489. package/confirmation/modern/components/base-confirmation/index.css +2 -2
  490. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  491. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  492. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  493. package/confirmation/modern/components/header/component.js +1 -1
  494. package/confirmation/modern/components/header/index.css +4 -4
  495. package/confirmation/modern/components/index.js +1 -1
  496. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  497. package/confirmation/modern/components/screens/fatal-error/index.css +7 -7
  498. package/confirmation/modern/components/screens/hint/component.js +1 -1
  499. package/confirmation/modern/components/screens/hint/index.css +13 -13
  500. package/confirmation/modern/components/screens/index.js +1 -1
  501. package/confirmation/modern/components/screens/initial/component.js +1 -1
  502. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  503. package/confirmation/modern/components/screens/initial/index.css +19 -19
  504. package/confirmation/modern/components/screens/initial/index.js +1 -1
  505. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  506. package/confirmation/modern/components/screens/temp-block/index.css +8 -8
  507. package/confirmation/modern/{countdown-section-b244086d.js → countdown-section-6ca560c4.js} +1 -1
  508. package/confirmation/modern/desktop/component.desktop.js +1 -1
  509. package/confirmation/modern/desktop/index.js +1 -1
  510. package/confirmation/modern/index.js +1 -1
  511. package/confirmation/modern/mobile/component.mobile.js +2 -2
  512. package/confirmation/modern/mobile/index.js +1 -1
  513. package/confirmation/modern/mobile/mobile.css +2 -2
  514. package/confirmation/modern/shared/index.js +1 -1
  515. package/confirmation-v1/component.js +1 -1
  516. package/confirmation-v1/components/code-input/component.js +1 -1
  517. package/confirmation-v1/components/code-input/index.css +12 -12
  518. package/confirmation-v1/components/countdown/component.js +1 -1
  519. package/confirmation-v1/components/countdown/index.css +13 -13
  520. package/confirmation-v1/components/countdown-loader/component.js +1 -1
  521. package/confirmation-v1/components/countdown-loader/index.css +2 -2
  522. package/confirmation-v1/components/overlimit/component.js +1 -1
  523. package/confirmation-v1/components/overlimit/index.css +10 -10
  524. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  525. package/confirmation-v1/components/sign-confirmation/index.css +15 -15
  526. package/confirmation-v1/cssm/components/code-input/index.module.css +2 -2
  527. package/confirmation-v1/cssm/components/overlimit/index.module.css +1 -1
  528. package/confirmation-v1/cssm/components/sign-confirmation/index.module.css +2 -2
  529. package/confirmation-v1/cssm/index.module.css +1 -1
  530. package/confirmation-v1/esm/component.js +1 -1
  531. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  532. package/confirmation-v1/esm/components/code-input/index.css +12 -12
  533. package/confirmation-v1/esm/components/countdown/component.js +1 -1
  534. package/confirmation-v1/esm/components/countdown/index.css +13 -13
  535. package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
  536. package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
  537. package/confirmation-v1/esm/components/overlimit/component.js +1 -1
  538. package/confirmation-v1/esm/components/overlimit/index.css +10 -10
  539. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  540. package/confirmation-v1/esm/components/sign-confirmation/index.css +15 -15
  541. package/confirmation-v1/esm/index.css +15 -15
  542. package/confirmation-v1/index.css +15 -15
  543. package/confirmation-v1/modern/component.js +1 -1
  544. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  545. package/confirmation-v1/modern/components/code-input/index.css +12 -12
  546. package/confirmation-v1/modern/components/countdown/component.js +1 -1
  547. package/confirmation-v1/modern/components/countdown/index.css +13 -13
  548. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  549. package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
  550. package/confirmation-v1/modern/components/overlimit/component.js +1 -1
  551. package/confirmation-v1/modern/components/overlimit/index.css +10 -10
  552. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  553. package/confirmation-v1/modern/components/sign-confirmation/index.css +15 -15
  554. package/confirmation-v1/modern/index.css +15 -15
  555. package/custom-button/Component.js +1 -1
  556. package/custom-button/cssm/index.module.css +4 -4
  557. package/custom-button/esm/Component.js +1 -1
  558. package/custom-button/esm/index.css +25 -25
  559. package/custom-button/index.css +25 -25
  560. package/custom-button/modern/Component.js +1 -1
  561. package/custom-button/modern/index.css +25 -25
  562. package/custom-picker-button/esm/field/Component.js +1 -1
  563. package/custom-picker-button/esm/field/index.css +5 -5
  564. package/custom-picker-button/field/Component.js +1 -1
  565. package/custom-picker-button/field/index.css +5 -5
  566. package/custom-picker-button/modern/field/Component.js +1 -1
  567. package/custom-picker-button/modern/field/index.css +5 -5
  568. package/date-input/Component.js +1 -1
  569. package/date-input/esm/Component.js +1 -1
  570. package/date-input/esm/index.css +4 -4
  571. package/date-input/index.css +4 -4
  572. package/date-input/modern/Component.js +1 -1
  573. package/date-input/modern/index.css +4 -4
  574. package/date-range-input/components/date-range-input/Component.js +1 -1
  575. package/date-range-input/components/date-range-input/index.css +7 -7
  576. package/date-range-input/esm/components/date-range-input/Component.js +1 -1
  577. package/date-range-input/esm/components/date-range-input/index.css +7 -7
  578. package/date-range-input/modern/components/date-range-input/Component.js +1 -1
  579. package/date-range-input/modern/components/date-range-input/index.css +7 -7
  580. package/date-time-input/components/date-time-input/Component.js +1 -1
  581. package/date-time-input/components/date-time-input/index.css +7 -7
  582. package/date-time-input/esm/components/date-time-input/Component.js +1 -1
  583. package/date-time-input/esm/components/date-time-input/index.css +7 -7
  584. package/date-time-input/modern/components/date-time-input/Component.js +1 -1
  585. package/date-time-input/modern/components/date-time-input/index.css +7 -7
  586. package/divider/Component.js +1 -1
  587. package/divider/esm/Component.js +1 -1
  588. package/divider/esm/index.css +1 -1
  589. package/divider/index.css +1 -1
  590. package/divider/modern/Component.js +1 -1
  591. package/divider/modern/index.css +1 -1
  592. package/drawer/Component.js +1 -1
  593. package/drawer/esm/Component.js +1 -1
  594. package/drawer/esm/index.css +34 -34
  595. package/drawer/index.css +34 -34
  596. package/drawer/modern/Component.js +1 -1
  597. package/drawer/modern/index.css +34 -34
  598. package/dropzone/Component.js +1 -1
  599. package/dropzone/components/overlay/Component.js +1 -1
  600. package/dropzone/components/overlay/index.css +4 -4
  601. package/dropzone/cssm/components/overlay/index.module.css +1 -1
  602. package/dropzone/cssm/index.module.css +2 -2
  603. package/dropzone/esm/Component.js +1 -1
  604. package/dropzone/esm/components/overlay/Component.js +1 -1
  605. package/dropzone/esm/components/overlay/index.css +4 -4
  606. package/dropzone/esm/index.css +10 -10
  607. package/dropzone/index.css +10 -10
  608. package/dropzone/modern/Component.js +1 -1
  609. package/dropzone/modern/components/overlay/Component.js +1 -1
  610. package/dropzone/modern/components/overlay/index.css +4 -4
  611. package/dropzone/modern/index.css +10 -10
  612. package/file-upload-item/Component.d.ts +2 -2
  613. package/file-upload-item/Component.js +3 -3
  614. package/file-upload-item/cssm/Component.d.ts +2 -2
  615. package/file-upload-item/cssm/Component.js +2 -2
  616. package/file-upload-item/cssm/index.module.css +4 -4
  617. package/file-upload-item/esm/Component.d.ts +2 -2
  618. package/file-upload-item/esm/Component.js +3 -3
  619. package/file-upload-item/esm/index.css +28 -28
  620. package/file-upload-item/index.css +28 -28
  621. package/file-upload-item/modern/Component.d.ts +2 -2
  622. package/file-upload-item/modern/Component.js +3 -3
  623. package/file-upload-item/modern/index.css +28 -28
  624. package/filter-tag/components/base-filter-tag/Component.js +1 -1
  625. package/filter-tag/components/base-filter-tag/index.css +72 -72
  626. package/filter-tag/cssm/components/base-filter-tag/index.module.css +6 -6
  627. package/filter-tag/desktop/Component.desktop.js +1 -1
  628. package/filter-tag/desktop/desktop.css +19 -19
  629. package/filter-tag/esm/components/base-filter-tag/Component.js +1 -1
  630. package/filter-tag/esm/components/base-filter-tag/index.css +72 -72
  631. package/filter-tag/esm/desktop/Component.desktop.js +1 -1
  632. package/filter-tag/esm/desktop/desktop.css +19 -19
  633. package/filter-tag/esm/mobile/Component.mobile.js +1 -1
  634. package/filter-tag/esm/mobile/mobile.css +19 -19
  635. package/filter-tag/mobile/Component.mobile.js +1 -1
  636. package/filter-tag/mobile/mobile.css +19 -19
  637. package/filter-tag/modern/components/base-filter-tag/Component.js +1 -1
  638. package/filter-tag/modern/components/base-filter-tag/index.css +72 -72
  639. package/filter-tag/modern/desktop/Component.desktop.js +1 -1
  640. package/filter-tag/modern/desktop/desktop.css +19 -19
  641. package/filter-tag/modern/mobile/Component.mobile.js +1 -1
  642. package/filter-tag/modern/mobile/mobile.css +19 -19
  643. package/form-control/components/base-form-control/Component.js +3 -3
  644. package/form-control/components/base-form-control/default.css +20 -20
  645. package/form-control/components/base-form-control/index.css +40 -40
  646. package/form-control/components/base-form-control/inverted.css +20 -20
  647. package/form-control/cssm/components/base-form-control/default.module.css +3 -3
  648. package/form-control/cssm/components/base-form-control/inverted.module.css +3 -3
  649. package/form-control/cssm/desktop/default.desktop.module.css +1 -1
  650. package/form-control/cssm/desktop/inverted.desktop.module.css +1 -1
  651. package/form-control/cssm/mobile/default.mobile.module.css +1 -1
  652. package/form-control/cssm/mobile/inverted.mobile.module.css +1 -1
  653. package/form-control/desktop/Component.desktop.js +3 -3
  654. package/form-control/desktop/default.desktop.css +4 -4
  655. package/form-control/desktop/desktop.css +7 -7
  656. package/form-control/desktop/inverted.desktop.css +4 -4
  657. package/form-control/esm/components/base-form-control/Component.js +3 -3
  658. package/form-control/esm/components/base-form-control/default.css +20 -20
  659. package/form-control/esm/components/base-form-control/index.css +40 -40
  660. package/form-control/esm/components/base-form-control/inverted.css +20 -20
  661. package/form-control/esm/desktop/Component.desktop.js +3 -3
  662. package/form-control/esm/desktop/default.desktop.css +4 -4
  663. package/form-control/esm/desktop/desktop.css +7 -7
  664. package/form-control/esm/desktop/inverted.desktop.css +4 -4
  665. package/form-control/esm/mobile/Component.mobile.js +3 -3
  666. package/form-control/esm/mobile/default.mobile.css +3 -3
  667. package/form-control/esm/mobile/inverted.mobile.css +3 -3
  668. package/form-control/esm/mobile/mobile.css +7 -7
  669. package/form-control/mobile/Component.mobile.js +3 -3
  670. package/form-control/mobile/default.mobile.css +3 -3
  671. package/form-control/mobile/inverted.mobile.css +3 -3
  672. package/form-control/mobile/mobile.css +7 -7
  673. package/form-control/modern/components/base-form-control/Component.js +3 -3
  674. package/form-control/modern/components/base-form-control/default.css +20 -20
  675. package/form-control/modern/components/base-form-control/index.css +40 -40
  676. package/form-control/modern/components/base-form-control/inverted.css +20 -20
  677. package/form-control/modern/desktop/Component.desktop.js +3 -3
  678. package/form-control/modern/desktop/default.desktop.css +4 -4
  679. package/form-control/modern/desktop/desktop.css +7 -7
  680. package/form-control/modern/desktop/inverted.desktop.css +4 -4
  681. package/form-control/modern/mobile/Component.mobile.js +3 -3
  682. package/form-control/modern/mobile/default.mobile.css +3 -3
  683. package/form-control/modern/mobile/inverted.mobile.css +3 -3
  684. package/form-control/modern/mobile/mobile.css +7 -7
  685. package/gallery/Component.js +1 -1
  686. package/gallery/{buttons-336f96ee.js → buttons-cd063d09.js} +1 -1
  687. package/gallery/components/header/Component.js +1 -1
  688. package/gallery/components/header/buttons.js +1 -1
  689. package/gallery/components/header/index.css +6 -6
  690. package/gallery/components/header-info-block/Component.js +1 -1
  691. package/gallery/components/header-info-block/index.css +5 -5
  692. package/gallery/components/image-preview/Component.js +1 -1
  693. package/gallery/components/image-preview/index.css +14 -14
  694. package/gallery/components/image-viewer/component.js +1 -1
  695. package/gallery/components/image-viewer/index.css +19 -19
  696. package/gallery/components/image-viewer/slide.js +1 -1
  697. package/gallery/components/navigation-bar/Component.js +1 -1
  698. package/gallery/components/navigation-bar/index.css +6 -6
  699. package/gallery/esm/Component.js +3 -3
  700. package/gallery/esm/{buttons-56ff3375.js → buttons-a4ab88cd.js} +1 -1
  701. package/gallery/esm/components/header/Component.js +1 -1
  702. package/gallery/esm/components/header/buttons.js +1 -1
  703. package/gallery/esm/components/header/index.css +6 -6
  704. package/gallery/esm/components/header/index.js +1 -1
  705. package/gallery/esm/components/header-info-block/Component.js +1 -1
  706. package/gallery/esm/components/header-info-block/index.css +5 -5
  707. package/gallery/esm/components/image-preview/Component.js +2 -2
  708. package/gallery/esm/components/image-preview/index.css +14 -14
  709. package/gallery/esm/components/image-preview/index.js +1 -1
  710. package/gallery/esm/components/image-viewer/component.js +1 -1
  711. package/gallery/esm/components/image-viewer/index.css +19 -19
  712. package/gallery/esm/components/image-viewer/index.js +1 -1
  713. package/gallery/esm/components/image-viewer/slide.js +1 -1
  714. package/gallery/esm/components/index.js +2 -2
  715. package/gallery/esm/components/navigation-bar/Component.js +2 -2
  716. package/gallery/esm/components/navigation-bar/index.css +6 -6
  717. package/gallery/esm/components/navigation-bar/index.js +1 -1
  718. package/gallery/esm/index.css +3 -3
  719. package/gallery/esm/index.js +2 -2
  720. package/gallery/esm/{slide-836afa92.js → slide-74fe8645.js} +1 -1
  721. package/gallery/index.css +3 -3
  722. package/gallery/modern/Component.js +3 -3
  723. package/gallery/modern/{buttons-f5ffd4af.js → buttons-223b39a6.js} +1 -1
  724. package/gallery/modern/components/header/Component.js +1 -1
  725. package/gallery/modern/components/header/buttons.js +1 -1
  726. package/gallery/modern/components/header/index.css +6 -6
  727. package/gallery/modern/components/header/index.js +1 -1
  728. package/gallery/modern/components/header-info-block/Component.js +1 -1
  729. package/gallery/modern/components/header-info-block/index.css +5 -5
  730. package/gallery/modern/components/image-preview/Component.js +2 -2
  731. package/gallery/modern/components/image-preview/index.css +14 -14
  732. package/gallery/modern/components/image-preview/index.js +1 -1
  733. package/gallery/modern/components/image-viewer/component.js +1 -1
  734. package/gallery/modern/components/image-viewer/index.css +19 -19
  735. package/gallery/modern/components/image-viewer/index.js +1 -1
  736. package/gallery/modern/components/image-viewer/slide.js +1 -1
  737. package/gallery/modern/components/index.js +2 -2
  738. package/gallery/modern/components/navigation-bar/Component.js +2 -2
  739. package/gallery/modern/components/navigation-bar/index.css +6 -6
  740. package/gallery/modern/components/navigation-bar/index.js +1 -1
  741. package/gallery/modern/index.css +3 -3
  742. package/gallery/modern/index.js +2 -2
  743. package/gallery/modern/{slide-431c7323.js → slide-49b8c0d6.js} +1 -1
  744. package/gallery/{slide-06667926.js → slide-eaa00f4b.js} +1 -1
  745. package/gap/Component.js +1 -1
  746. package/gap/esm/Component.js +1 -1
  747. package/gap/esm/index.css +37 -37
  748. package/gap/index.css +37 -37
  749. package/gap/modern/Component.js +1 -1
  750. package/gap/modern/index.css +37 -37
  751. package/generic-wrapper/Component.js +1 -1
  752. package/generic-wrapper/esm/Component.js +1 -1
  753. package/generic-wrapper/esm/index.css +42 -42
  754. package/generic-wrapper/index.css +42 -42
  755. package/generic-wrapper/modern/Component.js +1 -1
  756. package/generic-wrapper/modern/index.css +42 -42
  757. package/grid/col/Component.js +2 -2
  758. package/grid/col/index.css +550 -550
  759. package/grid/esm/Component.js +1 -1
  760. package/grid/esm/col/Component.js +2 -2
  761. package/grid/esm/col/index.css +550 -550
  762. package/grid/esm/col/index.js +1 -1
  763. package/grid/esm/gutters.css +84 -84
  764. package/grid/esm/gutters.module-bc37e06a.js +4 -0
  765. package/grid/esm/index.js +1 -1
  766. package/grid/esm/row/Component.js +2 -2
  767. package/grid/esm/row/index.css +9 -9
  768. package/grid/esm/row/index.js +1 -1
  769. package/grid/gutters.css +84 -84
  770. package/grid/gutters.module-9f19ad77.js +4 -0
  771. package/grid/modern/Component.js +1 -1
  772. package/grid/modern/col/Component.js +2 -2
  773. package/grid/modern/col/index.css +550 -550
  774. package/grid/modern/col/index.js +1 -1
  775. package/grid/modern/gutters.css +84 -84
  776. package/grid/modern/gutters.module-cc0c2a79.js +4 -0
  777. package/grid/modern/index.js +1 -1
  778. package/grid/modern/row/Component.js +2 -2
  779. package/grid/modern/row/index.css +9 -9
  780. package/grid/modern/row/index.js +1 -1
  781. package/grid/row/Component.js +2 -2
  782. package/grid/row/index.css +9 -9
  783. package/hatching-progress-bar/Component.js +1 -1
  784. package/hatching-progress-bar/cssm/index.module.css +2 -2
  785. package/hatching-progress-bar/esm/Component.js +1 -1
  786. package/hatching-progress-bar/esm/index.css +13 -13
  787. package/hatching-progress-bar/index.css +13 -13
  788. package/hatching-progress-bar/modern/Component.js +1 -1
  789. package/hatching-progress-bar/modern/index.css +13 -13
  790. package/icon-button/Component.js +3 -3
  791. package/icon-button/cssm/default.module.css +4 -4
  792. package/icon-button/cssm/inverted.module.css +3 -3
  793. package/icon-button/default.css +28 -28
  794. package/icon-button/esm/Component.js +3 -3
  795. package/icon-button/esm/default.css +28 -28
  796. package/icon-button/esm/index.css +12 -12
  797. package/icon-button/esm/inverted.css +27 -27
  798. package/icon-button/index.css +12 -12
  799. package/icon-button/inverted.css +27 -27
  800. package/icon-button/modern/Component.js +3 -3
  801. package/icon-button/modern/default.css +28 -28
  802. package/icon-button/modern/index.css +12 -12
  803. package/icon-button/modern/inverted.css +27 -27
  804. package/icon-view/components/base-shape/component.js +1 -1
  805. package/icon-view/components/base-shape/index.css +67 -67
  806. package/icon-view/esm/components/base-shape/component.js +1 -1
  807. package/icon-view/esm/components/base-shape/index.css +67 -67
  808. package/icon-view/modern/components/base-shape/component.js +1 -1
  809. package/icon-view/modern/components/base-shape/index.css +67 -67
  810. package/indicator/Component.js +1 -1
  811. package/indicator/cssm/index.module.css +2 -2
  812. package/indicator/esm/Component.js +1 -1
  813. package/indicator/esm/index.css +19 -19
  814. package/indicator/index.css +19 -19
  815. package/indicator/modern/Component.js +1 -1
  816. package/indicator/modern/index.css +19 -19
  817. package/input/components/base-input/Component.js +3 -3
  818. package/input/components/base-input/default.css +12 -12
  819. package/input/components/base-input/index.css +38 -38
  820. package/input/components/base-input/inverted.css +11 -11
  821. package/input/components/clear-button/Component.js +3 -3
  822. package/input/components/clear-button/default.css +4 -4
  823. package/input/components/clear-button/index.css +4 -4
  824. package/input/components/clear-button/inverted.css +4 -4
  825. package/input/cssm/components/base-input/default.module.css +2 -2
  826. package/input/cssm/components/base-input/index.module.css +1 -1
  827. package/input/cssm/components/base-input/inverted.module.css +1 -1
  828. package/input/esm/components/base-input/Component.js +3 -3
  829. package/input/esm/components/base-input/default.css +12 -12
  830. package/input/esm/components/base-input/index.css +38 -38
  831. package/input/esm/components/base-input/inverted.css +11 -11
  832. package/input/esm/components/clear-button/Component.js +3 -3
  833. package/input/esm/components/clear-button/default.css +4 -4
  834. package/input/esm/components/clear-button/index.css +4 -4
  835. package/input/esm/components/clear-button/inverted.css +4 -4
  836. package/input/modern/components/base-input/Component.js +3 -3
  837. package/input/modern/components/base-input/default.css +12 -12
  838. package/input/modern/components/base-input/index.css +38 -38
  839. package/input/modern/components/base-input/inverted.css +11 -11
  840. package/input/modern/components/clear-button/Component.js +3 -3
  841. package/input/modern/components/clear-button/default.css +4 -4
  842. package/input/modern/components/clear-button/index.css +4 -4
  843. package/input/modern/components/clear-button/inverted.css +4 -4
  844. package/input-autocomplete/autocomplete-field/Component.js +5 -2
  845. package/input-autocomplete/autocomplete-field/index.css +2 -2
  846. package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
  847. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  848. package/input-autocomplete/cssm/autocomplete-field/Component.js +4 -1
  849. package/input-autocomplete/cssm/enums.d.ts +5 -0
  850. package/input-autocomplete/cssm/enums.js +7 -0
  851. package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -2
  852. package/input-autocomplete/cssm/types.d.ts +2 -1
  853. package/input-autocomplete/enums.d.ts +5 -0
  854. package/input-autocomplete/enums.js +7 -0
  855. package/input-autocomplete/esm/Component.responsive.js +1 -0
  856. package/input-autocomplete/esm/autocomplete-field/Component.js +5 -2
  857. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  858. package/input-autocomplete/esm/autocomplete-field/index.js +1 -0
  859. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
  860. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  861. package/input-autocomplete/esm/desktop/Component.desktop.js +1 -0
  862. package/input-autocomplete/esm/desktop/index.js +1 -0
  863. package/input-autocomplete/esm/enums.d.ts +5 -0
  864. package/input-autocomplete/esm/enums.js +7 -0
  865. package/input-autocomplete/esm/index.js +1 -0
  866. package/input-autocomplete/esm/mobile/Component.mobile.js +4 -3
  867. package/input-autocomplete/esm/mobile/Component.modal.mobile.js +1 -0
  868. package/input-autocomplete/esm/mobile/index.js +1 -0
  869. package/input-autocomplete/esm/mobile/mobile.css +2 -2
  870. package/input-autocomplete/esm/types.d.ts +2 -1
  871. package/input-autocomplete/mobile/Component.mobile.js +4 -3
  872. package/input-autocomplete/mobile/mobile.css +2 -2
  873. package/input-autocomplete/modern/Component.responsive.js +1 -0
  874. package/input-autocomplete/modern/autocomplete-field/Component.js +3 -2
  875. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  876. package/input-autocomplete/modern/autocomplete-field/index.js +1 -0
  877. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  878. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  879. package/input-autocomplete/modern/desktop/Component.desktop.js +1 -0
  880. package/input-autocomplete/modern/desktop/index.js +1 -0
  881. package/input-autocomplete/modern/enums.d.ts +5 -0
  882. package/input-autocomplete/modern/enums.js +7 -0
  883. package/input-autocomplete/modern/index.js +1 -0
  884. package/input-autocomplete/modern/mobile/Component.mobile.js +4 -3
  885. package/input-autocomplete/modern/mobile/Component.modal.mobile.js +1 -0
  886. package/input-autocomplete/modern/mobile/index.js +1 -0
  887. package/input-autocomplete/modern/mobile/mobile.css +2 -2
  888. package/input-autocomplete/modern/types.d.ts +2 -1
  889. package/input-autocomplete/types.d.ts +2 -1
  890. package/international-phone-input/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
  891. package/international-phone-input/Component.responsive.d.ts +4 -4
  892. package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -1
  893. package/international-phone-input/components/base-international-phone-input/Component.js +34 -6
  894. package/international-phone-input/components/base-international-phone-input/index.css +2 -2
  895. package/international-phone-input/components/country-select/Component.js +1 -1
  896. package/international-phone-input/components/country-select/index.css +8 -8
  897. package/international-phone-input/components/flag-icon/component.js +1 -1
  898. package/international-phone-input/components/flag-icon/index.css +3 -3
  899. package/international-phone-input/components/select-field/component.js +1 -1
  900. package/international-phone-input/components/select-field/index.css +9 -9
  901. package/international-phone-input/cssm/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
  902. package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
  903. package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -1
  904. package/international-phone-input/cssm/components/base-international-phone-input/Component.js +33 -5
  905. package/international-phone-input/cssm/types.d.ts +1 -1
  906. package/international-phone-input/cssm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  907. package/international-phone-input/cssm/utils-89376c31.d.ts +1 -1
  908. package/international-phone-input/esm/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
  909. package/international-phone-input/esm/Component.responsive.d.ts +4 -4
  910. package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -1
  911. package/international-phone-input/esm/components/base-international-phone-input/Component.js +34 -6
  912. package/international-phone-input/esm/components/base-international-phone-input/index.css +2 -2
  913. package/international-phone-input/esm/components/country-select/Component.js +1 -1
  914. package/international-phone-input/esm/components/country-select/index.css +8 -8
  915. package/international-phone-input/esm/components/flag-icon/component.js +1 -1
  916. package/international-phone-input/esm/components/flag-icon/index.css +3 -3
  917. package/international-phone-input/esm/components/select-field/component.js +1 -1
  918. package/international-phone-input/esm/components/select-field/index.css +9 -9
  919. package/international-phone-input/esm/types.d.ts +1 -1
  920. package/international-phone-input/esm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  921. package/international-phone-input/esm/utils-89376c31.d.ts +1 -1
  922. package/international-phone-input/modern/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
  923. package/international-phone-input/modern/Component.responsive.d.ts +4 -4
  924. package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -1
  925. package/international-phone-input/modern/components/base-international-phone-input/Component.js +30 -4
  926. package/international-phone-input/modern/components/base-international-phone-input/index.css +2 -2
  927. package/international-phone-input/modern/components/country-select/Component.js +1 -1
  928. package/international-phone-input/modern/components/country-select/index.css +8 -8
  929. package/international-phone-input/modern/components/flag-icon/component.js +1 -1
  930. package/international-phone-input/modern/components/flag-icon/index.css +3 -3
  931. package/international-phone-input/modern/components/select-field/component.js +1 -1
  932. package/international-phone-input/modern/components/select-field/index.css +9 -9
  933. package/international-phone-input/modern/types.d.ts +1 -1
  934. package/international-phone-input/modern/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  935. package/international-phone-input/modern/utils-89376c31.d.ts +1 -1
  936. package/international-phone-input/types.d.ts +1 -1
  937. package/international-phone-input/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  938. package/international-phone-input/utils-89376c31.d.ts +1 -1
  939. package/intl-phone-input/component.js +1 -1
  940. package/intl-phone-input/components/flag-icon/component.js +1 -1
  941. package/intl-phone-input/components/flag-icon/index.css +3 -3
  942. package/intl-phone-input/components/select/component.js +1 -1
  943. package/intl-phone-input/components/select/index.css +6 -6
  944. package/intl-phone-input/components/select-field/component.js +1 -1
  945. package/intl-phone-input/components/select-field/index.css +9 -9
  946. package/intl-phone-input/esm/component.js +1 -1
  947. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  948. package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
  949. package/intl-phone-input/esm/components/select/component.js +1 -1
  950. package/intl-phone-input/esm/components/select/index.css +6 -6
  951. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  952. package/intl-phone-input/esm/components/select-field/index.css +9 -9
  953. package/intl-phone-input/esm/index.css +5 -5
  954. package/intl-phone-input/index.css +5 -5
  955. package/intl-phone-input/modern/component.js +1 -1
  956. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  957. package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
  958. package/intl-phone-input/modern/components/select/component.js +1 -1
  959. package/intl-phone-input/modern/components/select/index.css +6 -6
  960. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  961. package/intl-phone-input/modern/components/select-field/index.css +9 -9
  962. package/intl-phone-input/modern/index.css +5 -5
  963. package/link/Component.js +3 -3
  964. package/link/cssm/default.module.css +3 -3
  965. package/link/cssm/inverted.module.css +3 -3
  966. package/link/default.css +12 -12
  967. package/link/esm/Component.js +3 -3
  968. package/link/esm/default.css +12 -12
  969. package/link/esm/index.css +13 -13
  970. package/link/esm/inverted.css +12 -12
  971. package/link/index.css +13 -13
  972. package/link/inverted.css +12 -12
  973. package/link/modern/Component.js +3 -3
  974. package/link/modern/default.css +12 -12
  975. package/link/modern/index.css +13 -13
  976. package/link/modern/inverted.css +12 -12
  977. package/list/{Component-cc58e09d.js → Component-fd0a16a2.js} +2 -2
  978. package/list/Component.js +1 -1
  979. package/list/components/item/Component.js +1 -1
  980. package/list/components/item/index.css +10 -10
  981. package/list/components/item/index.d.ts +1 -1
  982. package/list/components/item/index.js +1 -1
  983. package/list/cssm/components/item/index.module.css +1 -1
  984. package/list/cssm/index.module.css +1 -1
  985. package/list/esm/{Component-81a36788.js → Component-3fbec0a2.js} +2 -2
  986. package/list/esm/Component.js +1 -1
  987. package/list/esm/components/item/Component.js +1 -1
  988. package/list/esm/components/item/index.css +10 -10
  989. package/list/esm/components/item/index.d.ts +1 -1
  990. package/list/esm/components/item/index.js +1 -1
  991. package/list/esm/index.css +6 -6
  992. package/list/esm/index.js +1 -1
  993. package/list/index.css +6 -6
  994. package/list/index.js +1 -1
  995. package/list/modern/{Component-faf9005c.js → Component-fb4c4097.js} +2 -2
  996. package/list/modern/Component.js +1 -1
  997. package/list/modern/components/item/Component.js +1 -1
  998. package/list/modern/components/item/index.css +10 -10
  999. package/list/modern/components/item/index.d.ts +1 -1
  1000. package/list/modern/components/item/index.js +1 -1
  1001. package/list/modern/index.css +6 -6
  1002. package/list/modern/index.js +1 -1
  1003. package/list-header/Component.js +1 -1
  1004. package/list-header/esm/Component.js +1 -1
  1005. package/list-header/esm/index.css +3 -3
  1006. package/list-header/index.css +3 -3
  1007. package/list-header/modern/Component.js +1 -1
  1008. package/list-header/modern/index.css +3 -3
  1009. package/loader/Component.js +1 -1
  1010. package/loader/esm/Component.js +1 -1
  1011. package/loader/esm/index.css +7 -7
  1012. package/loader/index.css +7 -7
  1013. package/loader/modern/Component.js +1 -1
  1014. package/loader/modern/index.css +7 -7
  1015. package/markdown/Component.js +1 -1
  1016. package/markdown/esm/Component.desktop.js +1 -1
  1017. package/markdown/esm/Component.js +1 -1
  1018. package/markdown/esm/Component.mobile.js +1 -1
  1019. package/markdown/esm/Component.responsive.js +1 -1
  1020. package/markdown/esm/desktop/index.js +1 -1
  1021. package/markdown/esm/hooks/use-overrides.js +1 -1
  1022. package/markdown/esm/index.css +14 -14
  1023. package/markdown/esm/index.js +1 -1
  1024. package/markdown/esm/mobile/index.js +1 -1
  1025. package/markdown/esm/{use-overrides-7458c0f4.js → use-overrides-6c62184d.js} +1 -1
  1026. package/markdown/hooks/use-overrides.js +1 -1
  1027. package/markdown/index.css +14 -14
  1028. package/markdown/modern/Component.desktop.js +1 -1
  1029. package/markdown/modern/Component.js +1 -1
  1030. package/markdown/modern/Component.mobile.js +1 -1
  1031. package/markdown/modern/Component.responsive.js +1 -1
  1032. package/markdown/modern/desktop/index.js +1 -1
  1033. package/markdown/modern/hooks/use-overrides.js +1 -1
  1034. package/markdown/modern/index.css +14 -14
  1035. package/markdown/modern/index.js +1 -1
  1036. package/markdown/modern/mobile/index.js +1 -1
  1037. package/markdown/modern/{use-overrides-844122ed.js → use-overrides-90208329.js} +1 -1
  1038. package/markdown/{use-overrides-bf16eba7.js → use-overrides-1d654655.js} +1 -1
  1039. package/masked-input/Component.js +1 -1
  1040. package/masked-input/esm/Component.js +1 -1
  1041. package/masked-input/esm/index.css +2 -2
  1042. package/masked-input/index.css +2 -2
  1043. package/masked-input/modern/Component.js +1 -1
  1044. package/masked-input/modern/index.css +2 -2
  1045. package/modal/Component.js +3 -3
  1046. package/modal/components/content/Component.js +3 -3
  1047. package/modal/components/content/desktop.css +7 -7
  1048. package/modal/components/content/index.css +4 -4
  1049. package/modal/components/content/mobile.css +3 -3
  1050. package/modal/components/controls/Component.js +2 -2
  1051. package/modal/components/controls/index.css +2 -2
  1052. package/modal/components/footer/Component.js +4 -4
  1053. package/modal/components/footer/desktop.css +9 -9
  1054. package/modal/components/footer/index.css +4 -4
  1055. package/modal/components/footer/layout.css +17 -17
  1056. package/modal/components/footer/mobile.css +3 -3
  1057. package/modal/components/header/Component.js +17 -5
  1058. package/modal/components/header/desktop.css +15 -15
  1059. package/modal/components/header/index.css +4 -4
  1060. package/modal/components/header/mobile.css +4 -4
  1061. package/modal/cssm/components/header/Component.js +14 -2
  1062. package/modal/desktop/desktop.css +9 -9
  1063. package/modal/esm/Component.js +3 -3
  1064. package/modal/esm/Component.responsive.js +1 -1
  1065. package/modal/esm/components/content/Component.js +3 -3
  1066. package/modal/esm/components/content/desktop.css +7 -7
  1067. package/modal/esm/components/content/index.css +4 -4
  1068. package/modal/esm/components/content/mobile.css +3 -3
  1069. package/modal/esm/components/controls/Component.js +2 -2
  1070. package/modal/esm/components/controls/index.css +2 -2
  1071. package/modal/esm/components/controls/index.js +1 -1
  1072. package/modal/esm/components/footer/Component.js +4 -4
  1073. package/modal/esm/components/footer/desktop.css +9 -9
  1074. package/modal/esm/components/footer/index.css +4 -4
  1075. package/modal/esm/components/footer/layout.css +17 -17
  1076. package/modal/esm/components/footer/mobile.css +3 -3
  1077. package/modal/esm/components/header/Component.js +18 -6
  1078. package/modal/esm/components/header/desktop.css +15 -15
  1079. package/modal/esm/components/header/index.css +4 -4
  1080. package/modal/esm/components/header/mobile.css +4 -4
  1081. package/modal/esm/desktop/Component.desktop.js +1 -1
  1082. package/modal/esm/desktop/desktop.css +9 -9
  1083. package/modal/esm/desktop/index.js +1 -1
  1084. package/modal/esm/index.js +1 -1
  1085. package/modal/esm/layout.module-c5c16c04.js +4 -0
  1086. package/modal/esm/mobile/Component.mobile.js +1 -1
  1087. package/modal/esm/mobile/index.js +1 -1
  1088. package/modal/esm/mobile/mobile.css +2 -2
  1089. package/modal/esm/transitions.css +8 -8
  1090. package/modal/layout.module-5b464412.js +4 -0
  1091. package/modal/mobile/mobile.css +2 -2
  1092. package/modal/modern/Component.js +3 -3
  1093. package/modal/modern/Component.responsive.js +1 -1
  1094. package/modal/modern/components/content/Component.js +3 -3
  1095. package/modal/modern/components/content/desktop.css +7 -7
  1096. package/modal/modern/components/content/index.css +4 -4
  1097. package/modal/modern/components/content/mobile.css +3 -3
  1098. package/modal/modern/components/controls/Component.js +2 -2
  1099. package/modal/modern/components/controls/index.css +2 -2
  1100. package/modal/modern/components/controls/index.js +1 -1
  1101. package/modal/modern/components/footer/Component.js +4 -4
  1102. package/modal/modern/components/footer/desktop.css +9 -9
  1103. package/modal/modern/components/footer/index.css +4 -4
  1104. package/modal/modern/components/footer/layout.css +17 -17
  1105. package/modal/modern/components/footer/mobile.css +3 -3
  1106. package/modal/modern/components/header/Component.js +14 -6
  1107. package/modal/modern/components/header/desktop.css +15 -15
  1108. package/modal/modern/components/header/index.css +4 -4
  1109. package/modal/modern/components/header/mobile.css +4 -4
  1110. package/modal/modern/desktop/Component.desktop.js +1 -1
  1111. package/modal/modern/desktop/desktop.css +9 -9
  1112. package/modal/modern/desktop/index.js +1 -1
  1113. package/modal/modern/index.js +1 -1
  1114. package/modal/modern/layout.module-a523c52f.js +4 -0
  1115. package/modal/modern/mobile/Component.mobile.js +1 -1
  1116. package/modal/modern/mobile/index.js +1 -1
  1117. package/modal/modern/mobile/mobile.css +2 -2
  1118. package/modal/modern/transitions.css +8 -8
  1119. package/modal/transitions.css +8 -8
  1120. package/navigation-bar/Component.js +1 -1
  1121. package/navigation-bar/components/back-arrow-addon/Component.js +1 -1
  1122. package/navigation-bar/components/back-arrow-addon/index.css +13 -13
  1123. package/navigation-bar/components/closer/Component.js +1 -1
  1124. package/navigation-bar/components/closer/index.css +7 -7
  1125. package/navigation-bar/cssm/components/back-arrow-addon/index.module.css +1 -1
  1126. package/navigation-bar/cssm/components/closer/index.module.css +1 -1
  1127. package/navigation-bar/cssm/index.module.css +1 -1
  1128. package/navigation-bar/esm/Component.js +1 -1
  1129. package/navigation-bar/esm/components/back-arrow-addon/Component.js +1 -1
  1130. package/navigation-bar/esm/components/back-arrow-addon/index.css +13 -13
  1131. package/navigation-bar/esm/components/closer/Component.js +1 -1
  1132. package/navigation-bar/esm/components/closer/index.css +7 -7
  1133. package/navigation-bar/esm/index.css +28 -28
  1134. package/navigation-bar/index.css +28 -28
  1135. package/navigation-bar/modern/Component.js +1 -1
  1136. package/navigation-bar/modern/components/back-arrow-addon/Component.js +1 -1
  1137. package/navigation-bar/modern/components/back-arrow-addon/index.css +13 -13
  1138. package/navigation-bar/modern/components/closer/Component.js +1 -1
  1139. package/navigation-bar/modern/components/closer/index.css +7 -7
  1140. package/navigation-bar/modern/index.css +28 -28
  1141. package/notification/Component.js +1 -1
  1142. package/notification/esm/Component.js +1 -1
  1143. package/notification/esm/index.css +9 -9
  1144. package/notification/index.css +9 -9
  1145. package/notification/modern/Component.js +1 -1
  1146. package/notification/modern/index.css +9 -9
  1147. package/notification-manager/component.d.ts +8 -0
  1148. package/notification-manager/component.js +10 -5
  1149. package/notification-manager/cssm/component.d.ts +8 -0
  1150. package/notification-manager/cssm/component.js +9 -4
  1151. package/notification-manager/cssm/index.module.css +5 -1
  1152. package/notification-manager/esm/component.d.ts +8 -0
  1153. package/notification-manager/esm/component.js +10 -5
  1154. package/notification-manager/esm/index.css +15 -11
  1155. package/notification-manager/index.css +15 -11
  1156. package/notification-manager/modern/component.d.ts +8 -0
  1157. package/notification-manager/modern/component.js +7 -4
  1158. package/notification-manager/modern/index.css +15 -11
  1159. package/number-input/components/number-input/Component.js +3 -3
  1160. package/number-input/components/number-input/default.css +4 -4
  1161. package/number-input/components/number-input/index.css +3 -3
  1162. package/number-input/components/number-input/inverted.css +4 -4
  1163. package/number-input/components/steppers/Component.js +3 -3
  1164. package/number-input/components/steppers/default.css +2 -2
  1165. package/number-input/components/steppers/index.css +4 -4
  1166. package/number-input/components/steppers/inverted.css +2 -2
  1167. package/number-input/esm/components/number-input/Component.js +3 -3
  1168. package/number-input/esm/components/number-input/default.css +4 -4
  1169. package/number-input/esm/components/number-input/index.css +3 -3
  1170. package/number-input/esm/components/number-input/inverted.css +4 -4
  1171. package/number-input/esm/components/steppers/Component.js +3 -3
  1172. package/number-input/esm/components/steppers/default.css +2 -2
  1173. package/number-input/esm/components/steppers/index.css +4 -4
  1174. package/number-input/esm/components/steppers/inverted.css +2 -2
  1175. package/number-input/modern/components/number-input/Component.js +3 -3
  1176. package/number-input/modern/components/number-input/default.css +4 -4
  1177. package/number-input/modern/components/number-input/index.css +3 -3
  1178. package/number-input/modern/components/number-input/inverted.css +4 -4
  1179. package/number-input/modern/components/steppers/Component.js +3 -3
  1180. package/number-input/modern/components/steppers/default.css +2 -2
  1181. package/number-input/modern/components/steppers/index.css +4 -4
  1182. package/number-input/modern/components/steppers/inverted.css +2 -2
  1183. package/package.json +3 -3
  1184. package/pagination/Component.js +1 -1
  1185. package/pagination/components/default-view/index.css +1 -1
  1186. package/pagination/components/default-view/index.js +1 -1
  1187. package/pagination/components/per-page-view/index.css +1 -1
  1188. package/pagination/components/per-page-view/index.js +1 -1
  1189. package/pagination/components/tag/index.css +10 -10
  1190. package/pagination/components/tag/index.js +1 -1
  1191. package/pagination/cssm/components/tag/index.module.css +3 -3
  1192. package/pagination/cssm/index.module.css +1 -1
  1193. package/pagination/esm/Component.js +1 -1
  1194. package/pagination/esm/components/default-view/index.css +1 -1
  1195. package/pagination/esm/components/default-view/index.js +1 -1
  1196. package/pagination/esm/components/per-page-view/index.css +1 -1
  1197. package/pagination/esm/components/per-page-view/index.js +1 -1
  1198. package/pagination/esm/components/tag/index.css +10 -10
  1199. package/pagination/esm/components/tag/index.js +1 -1
  1200. package/pagination/esm/index.css +4 -4
  1201. package/pagination/index.css +4 -4
  1202. package/pagination/modern/Component.js +1 -1
  1203. package/pagination/modern/components/default-view/index.css +1 -1
  1204. package/pagination/modern/components/default-view/index.js +1 -1
  1205. package/pagination/modern/components/per-page-view/index.css +1 -1
  1206. package/pagination/modern/components/per-page-view/index.js +1 -1
  1207. package/pagination/modern/components/tag/index.css +10 -10
  1208. package/pagination/modern/components/tag/index.js +1 -1
  1209. package/pagination/modern/index.css +4 -4
  1210. package/pass-code/Component.js +1 -1
  1211. package/pass-code/components/InputProgress/Component.js +2 -2
  1212. package/pass-code/components/InputProgress/index.css +7 -7
  1213. package/pass-code/components/InputProgress/transitions.css +8 -8
  1214. package/pass-code/components/KeyPad/Component.js +1 -1
  1215. package/pass-code/components/KeyPad/index.css +5 -5
  1216. package/pass-code/components/KeyPadButton/Component.js +1 -1
  1217. package/pass-code/components/KeyPadButton/index.css +14 -14
  1218. package/pass-code/cssm/components/InputProgress/index.module.css +2 -2
  1219. package/pass-code/cssm/components/KeyPadButton/index.module.css +1 -1
  1220. package/pass-code/cssm/index.module.css +2 -2
  1221. package/pass-code/esm/Component.js +1 -1
  1222. package/pass-code/esm/components/InputProgress/Component.js +2 -2
  1223. package/pass-code/esm/components/InputProgress/index.css +7 -7
  1224. package/pass-code/esm/components/InputProgress/transitions.css +8 -8
  1225. package/pass-code/esm/components/KeyPad/Component.js +1 -1
  1226. package/pass-code/esm/components/KeyPad/index.css +5 -5
  1227. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  1228. package/pass-code/esm/components/KeyPadButton/index.css +14 -14
  1229. package/pass-code/esm/index.css +6 -6
  1230. package/pass-code/index.css +6 -6
  1231. package/pass-code/modern/Component.js +1 -1
  1232. package/pass-code/modern/components/InputProgress/Component.js +2 -2
  1233. package/pass-code/modern/components/InputProgress/index.css +7 -7
  1234. package/pass-code/modern/components/InputProgress/transitions.css +8 -8
  1235. package/pass-code/modern/components/KeyPad/Component.js +1 -1
  1236. package/pass-code/modern/components/KeyPad/index.css +5 -5
  1237. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  1238. package/pass-code/modern/components/KeyPadButton/index.css +14 -14
  1239. package/pass-code/modern/index.css +6 -6
  1240. package/password-input/component.js +1 -1
  1241. package/password-input/esm/component.js +1 -1
  1242. package/password-input/esm/index.css +5 -5
  1243. package/password-input/index.css +5 -5
  1244. package/password-input/modern/component.js +1 -1
  1245. package/password-input/modern/index.css +5 -5
  1246. package/pattern-lock/components/base-pattern-lock/Component.js +1 -1
  1247. package/pattern-lock/components/base-pattern-lock/index.css +8 -8
  1248. package/pattern-lock/cssm/components/base-pattern-lock/index.module.css +2 -2
  1249. package/pattern-lock/desktop/Component.desktop.js +1 -1
  1250. package/pattern-lock/desktop/desktop.css +4 -4
  1251. package/pattern-lock/esm/components/base-pattern-lock/Component.js +1 -1
  1252. package/pattern-lock/esm/components/base-pattern-lock/index.css +8 -8
  1253. package/pattern-lock/esm/desktop/Component.desktop.js +1 -1
  1254. package/pattern-lock/esm/desktop/desktop.css +4 -4
  1255. package/pattern-lock/esm/mobile/Component.mobile.js +1 -1
  1256. package/pattern-lock/esm/mobile/mobile.css +7 -7
  1257. package/pattern-lock/mobile/Component.mobile.js +1 -1
  1258. package/pattern-lock/mobile/mobile.css +7 -7
  1259. package/pattern-lock/modern/components/base-pattern-lock/Component.js +1 -1
  1260. package/pattern-lock/modern/components/base-pattern-lock/index.css +8 -8
  1261. package/pattern-lock/modern/desktop/Component.desktop.js +1 -1
  1262. package/pattern-lock/modern/desktop/desktop.css +4 -4
  1263. package/pattern-lock/modern/mobile/Component.mobile.js +1 -1
  1264. package/pattern-lock/modern/mobile/mobile.css +7 -7
  1265. package/picker-button/Component-57569e57.d.ts +5 -0
  1266. package/picker-button/cssm/Component-57569e57.d.ts +5 -0
  1267. package/picker-button/cssm/field/Component.d.ts +1 -1
  1268. package/picker-button/cssm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  1269. package/picker-button/cssm/utils-89376c31.d.ts +1 -1
  1270. package/picker-button/desktop/Component.desktop.js +1 -1
  1271. package/picker-button/esm/Component-57569e57.d.ts +5 -0
  1272. package/picker-button/esm/desktop/Component.desktop.js +1 -1
  1273. package/picker-button/esm/field/Component.d.ts +1 -1
  1274. package/picker-button/esm/field/Component.js +1 -1
  1275. package/picker-button/esm/field/index.css +6 -6
  1276. package/picker-button/esm/index.css +5 -5
  1277. package/picker-button/esm/option/Component.js +1 -1
  1278. package/picker-button/esm/option/index.css +4 -4
  1279. package/picker-button/esm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  1280. package/picker-button/esm/utils-89376c31.d.ts +1 -1
  1281. package/picker-button/field/Component.d.ts +1 -1
  1282. package/picker-button/field/Component.js +1 -1
  1283. package/picker-button/field/index.css +6 -6
  1284. package/picker-button/index.css +5 -5
  1285. package/picker-button/modern/Component-57569e57.d.ts +5 -0
  1286. package/picker-button/modern/desktop/Component.desktop.js +1 -1
  1287. package/picker-button/modern/field/Component.d.ts +1 -1
  1288. package/picker-button/modern/field/Component.js +1 -1
  1289. package/picker-button/modern/field/index.css +6 -6
  1290. package/picker-button/modern/index.css +5 -5
  1291. package/picker-button/modern/option/Component.js +1 -1
  1292. package/picker-button/modern/option/index.css +4 -4
  1293. package/picker-button/modern/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  1294. package/picker-button/modern/utils-89376c31.d.ts +1 -1
  1295. package/picker-button/option/Component.js +1 -1
  1296. package/picker-button/option/index.css +4 -4
  1297. package/picker-button/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
  1298. package/picker-button/utils-89376c31.d.ts +1 -1
  1299. package/plate/components/base-plate/Component.js +1 -1
  1300. package/plate/components/base-plate/index.css +53 -53
  1301. package/plate/cssm/components/base-plate/index.module.css +2 -2
  1302. package/plate/desktop/Component.desktop.js +1 -1
  1303. package/plate/desktop/desktop.css +4 -4
  1304. package/plate/esm/components/base-plate/Component.js +1 -1
  1305. package/plate/esm/components/base-plate/index.css +53 -53
  1306. package/plate/esm/desktop/Component.desktop.js +1 -1
  1307. package/plate/esm/desktop/desktop.css +4 -4
  1308. package/plate/esm/mobile/Component.mobile.js +1 -1
  1309. package/plate/esm/mobile/mobile.css +4 -4
  1310. package/plate/mobile/Component.mobile.js +1 -1
  1311. package/plate/mobile/mobile.css +4 -4
  1312. package/plate/modern/components/base-plate/Component.js +1 -1
  1313. package/plate/modern/components/base-plate/index.css +53 -53
  1314. package/plate/modern/desktop/Component.desktop.js +1 -1
  1315. package/plate/modern/desktop/desktop.css +4 -4
  1316. package/plate/modern/mobile/Component.mobile.js +1 -1
  1317. package/plate/modern/mobile/mobile.css +4 -4
  1318. package/popover/Component.js +1 -1
  1319. package/popover/cssm/index.module.css +1 -1
  1320. package/popover/esm/Component.js +1 -1
  1321. package/popover/esm/index.css +26 -26
  1322. package/popover/index.css +26 -26
  1323. package/popover/modern/Component.js +1 -1
  1324. package/popover/modern/index.css +26 -26
  1325. package/popup-sheet/Component.js +1 -1
  1326. package/popup-sheet/components/backdrop/Component.js +1 -1
  1327. package/popup-sheet/components/backdrop/index.css +10 -10
  1328. package/popup-sheet/esm/Component.js +1 -1
  1329. package/popup-sheet/esm/components/backdrop/Component.js +1 -1
  1330. package/popup-sheet/esm/components/backdrop/index.css +10 -10
  1331. package/popup-sheet/esm/index.css +14 -14
  1332. package/popup-sheet/index.css +14 -14
  1333. package/popup-sheet/modern/Component.js +1 -1
  1334. package/popup-sheet/modern/components/backdrop/Component.js +1 -1
  1335. package/popup-sheet/modern/components/backdrop/index.css +10 -10
  1336. package/popup-sheet/modern/index.css +14 -14
  1337. package/progress-bar/Component.js +1 -1
  1338. package/progress-bar/cssm/index.module.css +2 -2
  1339. package/progress-bar/esm/Component.js +1 -1
  1340. package/progress-bar/esm/index.css +14 -14
  1341. package/progress-bar/index.css +14 -14
  1342. package/progress-bar/modern/Component.js +1 -1
  1343. package/progress-bar/modern/index.css +14 -14
  1344. package/pure-cell/{component-5b4eb9a9.d.ts → component-5aa16b0d.d.ts} +12 -0
  1345. package/pure-cell/{component-5b4eb9a9.js → component-5aa16b0d.js} +133 -27
  1346. package/pure-cell/{component-21d7b687.d.ts → component-6a954af1.d.ts} +4 -0
  1347. package/pure-cell/component.js +1 -1
  1348. package/pure-cell/components/addon/component.js +2 -1
  1349. package/pure-cell/components/addon/index.css +35 -10
  1350. package/pure-cell/components/addon/index.d.ts +1 -1
  1351. package/pure-cell/components/addon/index.js +1 -1
  1352. package/pure-cell/components/amount/component.js +1 -1
  1353. package/pure-cell/components/amount/index.css +2 -2
  1354. package/pure-cell/components/amount/index.d.ts +1 -1
  1355. package/pure-cell/components/amount/index.js +1 -1
  1356. package/pure-cell/components/amount-title/component.js +1 -1
  1357. package/pure-cell/components/amount-title/index.css +3 -3
  1358. package/pure-cell/components/amount-title/index.d.ts +1 -1
  1359. package/pure-cell/components/amount-title/index.js +1 -1
  1360. package/pure-cell/components/category/component.js +1 -1
  1361. package/pure-cell/components/category/index.css +5 -5
  1362. package/pure-cell/components/category/index.d.ts +1 -1
  1363. package/pure-cell/components/category/index.js +1 -1
  1364. package/pure-cell/components/content/component.js +1 -1
  1365. package/pure-cell/components/content/index.css +3 -3
  1366. package/pure-cell/components/content/index.d.ts +1 -1
  1367. package/pure-cell/components/content/index.js +1 -1
  1368. package/pure-cell/components/footer/component.js +1 -1
  1369. package/pure-cell/components/footer/index.css +4 -4
  1370. package/pure-cell/components/footer/index.d.ts +1 -1
  1371. package/pure-cell/components/footer/index.js +1 -1
  1372. package/pure-cell/components/footer-button/component.js +1 -1
  1373. package/pure-cell/components/footer-button/index.css +2 -2
  1374. package/pure-cell/components/footer-button/index.d.ts +1 -1
  1375. package/pure-cell/components/footer-button/index.js +1 -1
  1376. package/pure-cell/components/footer-text/component.js +1 -1
  1377. package/pure-cell/components/footer-text/index.d.ts +1 -1
  1378. package/pure-cell/components/footer-text/index.js +1 -1
  1379. package/pure-cell/components/graphics/component.js +2 -1
  1380. package/pure-cell/components/graphics/index.css +41 -15
  1381. package/pure-cell/components/graphics/index.d.ts +1 -1
  1382. package/pure-cell/components/graphics/index.js +1 -1
  1383. package/pure-cell/components/main/component.js +2 -1
  1384. package/pure-cell/components/main/index.css +31 -5
  1385. package/pure-cell/components/main/index.d.ts +1 -1
  1386. package/pure-cell/components/main/index.js +1 -1
  1387. package/pure-cell/components/text/component.js +1 -1
  1388. package/pure-cell/components/text/index.css +7 -7
  1389. package/pure-cell/components/text/index.d.ts +1 -1
  1390. package/pure-cell/components/text/index.js +1 -1
  1391. package/pure-cell/{esm/component-21d7b687.d.ts → cssm/component-6a954af1.d.ts} +4 -0
  1392. package/pure-cell/cssm/{component-063660c0.d.ts → component-719b272a.d.ts} +12 -0
  1393. package/pure-cell/cssm/{component-063660c0.js → component-719b272a.js} +122 -16
  1394. package/pure-cell/cssm/component.js +1 -1
  1395. package/pure-cell/cssm/components/addon/component.js +2 -1
  1396. package/pure-cell/cssm/components/addon/index.d.ts +1 -1
  1397. package/pure-cell/cssm/components/addon/index.js +1 -1
  1398. package/pure-cell/cssm/components/addon/index.module.css +25 -0
  1399. package/pure-cell/cssm/components/amount/component.js +1 -1
  1400. package/pure-cell/cssm/components/amount/index.d.ts +1 -1
  1401. package/pure-cell/cssm/components/amount/index.js +1 -1
  1402. package/pure-cell/cssm/components/amount-title/component.js +1 -1
  1403. package/pure-cell/cssm/components/amount-title/index.d.ts +1 -1
  1404. package/pure-cell/cssm/components/amount-title/index.js +1 -1
  1405. package/pure-cell/cssm/components/category/component.js +1 -1
  1406. package/pure-cell/cssm/components/category/index.d.ts +1 -1
  1407. package/pure-cell/cssm/components/category/index.js +1 -1
  1408. package/pure-cell/cssm/components/content/component.js +1 -1
  1409. package/pure-cell/cssm/components/content/index.d.ts +1 -1
  1410. package/pure-cell/cssm/components/content/index.js +1 -1
  1411. package/pure-cell/cssm/components/footer/component.js +1 -1
  1412. package/pure-cell/cssm/components/footer/index.d.ts +1 -1
  1413. package/pure-cell/cssm/components/footer/index.js +1 -1
  1414. package/pure-cell/cssm/components/footer-button/component.js +1 -1
  1415. package/pure-cell/cssm/components/footer-button/index.d.ts +1 -1
  1416. package/pure-cell/cssm/components/footer-button/index.js +1 -1
  1417. package/pure-cell/cssm/components/footer-text/component.js +1 -1
  1418. package/pure-cell/cssm/components/footer-text/index.d.ts +1 -1
  1419. package/pure-cell/cssm/components/footer-text/index.js +1 -1
  1420. package/pure-cell/cssm/components/graphics/component.js +2 -1
  1421. package/pure-cell/cssm/components/graphics/index.d.ts +1 -1
  1422. package/pure-cell/cssm/components/graphics/index.js +1 -1
  1423. package/pure-cell/cssm/components/graphics/index.module.css +26 -0
  1424. package/pure-cell/cssm/components/main/component.js +2 -1
  1425. package/pure-cell/cssm/components/main/index.d.ts +1 -1
  1426. package/pure-cell/cssm/components/main/index.js +1 -1
  1427. package/pure-cell/cssm/components/main/index.module.css +27 -1
  1428. package/pure-cell/cssm/components/text/component.js +1 -1
  1429. package/pure-cell/cssm/components/text/index.d.ts +1 -1
  1430. package/pure-cell/cssm/components/text/index.js +1 -1
  1431. package/pure-cell/cssm/index.d.ts +2 -2
  1432. package/pure-cell/cssm/index.js +1 -1
  1433. package/pure-cell/cssm/index.module.css +4 -4
  1434. package/pure-cell/cssm/vars.css +17 -0
  1435. package/pure-cell/{modern/component-21d7b687.d.ts → esm/component-6a954af1.d.ts} +4 -0
  1436. package/pure-cell/esm/{component-b96f5a1e.d.ts → component-f3f965f3.d.ts} +12 -0
  1437. package/pure-cell/esm/{component-b96f5a1e.js → component-f3f965f3.js} +134 -28
  1438. package/pure-cell/esm/component.js +1 -1
  1439. package/pure-cell/esm/components/addon/component.js +2 -2
  1440. package/pure-cell/esm/components/addon/index.css +35 -10
  1441. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  1442. package/pure-cell/esm/components/addon/index.js +1 -1
  1443. package/pure-cell/esm/components/amount/component.js +1 -1
  1444. package/pure-cell/esm/components/amount/index.css +2 -2
  1445. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  1446. package/pure-cell/esm/components/amount/index.js +1 -1
  1447. package/pure-cell/esm/components/amount-title/component.js +1 -1
  1448. package/pure-cell/esm/components/amount-title/index.css +3 -3
  1449. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  1450. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1451. package/pure-cell/esm/components/category/component.js +1 -1
  1452. package/pure-cell/esm/components/category/index.css +5 -5
  1453. package/pure-cell/esm/components/category/index.d.ts +1 -1
  1454. package/pure-cell/esm/components/category/index.js +1 -1
  1455. package/pure-cell/esm/components/content/component.js +1 -1
  1456. package/pure-cell/esm/components/content/index.css +3 -3
  1457. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1458. package/pure-cell/esm/components/content/index.js +1 -1
  1459. package/pure-cell/esm/components/footer/component.js +1 -1
  1460. package/pure-cell/esm/components/footer/index.css +4 -4
  1461. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  1462. package/pure-cell/esm/components/footer/index.js +1 -1
  1463. package/pure-cell/esm/components/footer-button/component.js +1 -1
  1464. package/pure-cell/esm/components/footer-button/index.css +2 -2
  1465. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  1466. package/pure-cell/esm/components/footer-button/index.js +1 -1
  1467. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1468. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  1469. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1470. package/pure-cell/esm/components/graphics/component.js +2 -2
  1471. package/pure-cell/esm/components/graphics/index.css +41 -15
  1472. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  1473. package/pure-cell/esm/components/graphics/index.js +1 -1
  1474. package/pure-cell/esm/components/main/component.js +2 -2
  1475. package/pure-cell/esm/components/main/index.css +31 -5
  1476. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1477. package/pure-cell/esm/components/main/index.js +1 -1
  1478. package/pure-cell/esm/components/text/component.js +1 -1
  1479. package/pure-cell/esm/components/text/index.css +7 -7
  1480. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1481. package/pure-cell/esm/components/text/index.js +1 -1
  1482. package/pure-cell/esm/index.css +29 -29
  1483. package/pure-cell/esm/index.d.ts +2 -2
  1484. package/pure-cell/esm/index.js +1 -1
  1485. package/pure-cell/index.css +29 -29
  1486. package/pure-cell/index.d.ts +2 -2
  1487. package/pure-cell/index.js +1 -1
  1488. package/pure-cell/modern/{component-52dec957.d.ts → component-1f635679.d.ts} +12 -0
  1489. package/pure-cell/modern/{component-52dec957.js → component-1f635679.js} +125 -27
  1490. package/pure-cell/{cssm/component-21d7b687.d.ts → modern/component-6a954af1.d.ts} +4 -0
  1491. package/pure-cell/modern/component.js +1 -1
  1492. package/pure-cell/modern/components/addon/component.js +1 -1
  1493. package/pure-cell/modern/components/addon/index.css +35 -10
  1494. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  1495. package/pure-cell/modern/components/addon/index.js +1 -1
  1496. package/pure-cell/modern/components/amount/component.js +1 -1
  1497. package/pure-cell/modern/components/amount/index.css +2 -2
  1498. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  1499. package/pure-cell/modern/components/amount/index.js +1 -1
  1500. package/pure-cell/modern/components/amount-title/component.js +1 -1
  1501. package/pure-cell/modern/components/amount-title/index.css +3 -3
  1502. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  1503. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1504. package/pure-cell/modern/components/category/component.js +1 -1
  1505. package/pure-cell/modern/components/category/index.css +5 -5
  1506. package/pure-cell/modern/components/category/index.d.ts +1 -1
  1507. package/pure-cell/modern/components/category/index.js +1 -1
  1508. package/pure-cell/modern/components/content/component.js +1 -1
  1509. package/pure-cell/modern/components/content/index.css +3 -3
  1510. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1511. package/pure-cell/modern/components/content/index.js +1 -1
  1512. package/pure-cell/modern/components/footer/component.js +1 -1
  1513. package/pure-cell/modern/components/footer/index.css +4 -4
  1514. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  1515. package/pure-cell/modern/components/footer/index.js +1 -1
  1516. package/pure-cell/modern/components/footer-button/component.js +1 -1
  1517. package/pure-cell/modern/components/footer-button/index.css +2 -2
  1518. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  1519. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1520. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1521. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  1522. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1523. package/pure-cell/modern/components/graphics/component.js +1 -1
  1524. package/pure-cell/modern/components/graphics/index.css +41 -15
  1525. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  1526. package/pure-cell/modern/components/graphics/index.js +1 -1
  1527. package/pure-cell/modern/components/main/component.js +1 -1
  1528. package/pure-cell/modern/components/main/index.css +31 -5
  1529. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1530. package/pure-cell/modern/components/main/index.js +1 -1
  1531. package/pure-cell/modern/components/text/component.js +1 -1
  1532. package/pure-cell/modern/components/text/index.css +7 -7
  1533. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1534. package/pure-cell/modern/components/text/index.js +1 -1
  1535. package/pure-cell/modern/index.css +29 -29
  1536. package/pure-cell/modern/index.d.ts +2 -2
  1537. package/pure-cell/modern/index.js +1 -1
  1538. package/radio/Component.js +1 -1
  1539. package/radio/cssm/index.module.css +4 -4
  1540. package/radio/esm/Component.js +1 -1
  1541. package/radio/esm/index.css +33 -33
  1542. package/radio/index.css +33 -33
  1543. package/radio/modern/Component.js +1 -1
  1544. package/radio/modern/index.css +33 -33
  1545. package/radio-group/components/base-radio-group/Component.js +1 -1
  1546. package/radio-group/components/base-radio-group/index.css +21 -21
  1547. package/radio-group/cssm/components/base-radio-group/index.module.css +2 -2
  1548. package/radio-group/cssm/desktop/desktop.module.css +1 -1
  1549. package/radio-group/desktop/Component.desktop.js +1 -1
  1550. package/radio-group/desktop/desktop.css +4 -4
  1551. package/radio-group/esm/components/base-radio-group/Component.js +1 -1
  1552. package/radio-group/esm/components/base-radio-group/index.css +21 -21
  1553. package/radio-group/esm/desktop/Component.desktop.js +1 -1
  1554. package/radio-group/esm/desktop/desktop.css +4 -4
  1555. package/radio-group/esm/mobile/Component.mobile.js +1 -1
  1556. package/radio-group/esm/mobile/mobile.css +3 -3
  1557. package/radio-group/mobile/Component.mobile.js +1 -1
  1558. package/radio-group/mobile/mobile.css +3 -3
  1559. package/radio-group/modern/components/base-radio-group/Component.js +1 -1
  1560. package/radio-group/modern/components/base-radio-group/index.css +21 -21
  1561. package/radio-group/modern/desktop/Component.desktop.js +1 -1
  1562. package/radio-group/modern/desktop/desktop.css +4 -4
  1563. package/radio-group/modern/mobile/Component.mobile.js +1 -1
  1564. package/radio-group/modern/mobile/mobile.css +3 -3
  1565. package/scrollbar/Component.js +3 -3
  1566. package/scrollbar/default.css +2 -2
  1567. package/scrollbar/esm/Component.js +3 -3
  1568. package/scrollbar/esm/default.css +2 -2
  1569. package/scrollbar/esm/index.css +25 -25
  1570. package/scrollbar/esm/inverted.css +2 -2
  1571. package/scrollbar/index.css +25 -25
  1572. package/scrollbar/inverted.css +2 -2
  1573. package/scrollbar/modern/Component.js +3 -3
  1574. package/scrollbar/modern/default.css +2 -2
  1575. package/scrollbar/modern/index.css +25 -25
  1576. package/scrollbar/modern/inverted.css +2 -2
  1577. package/segmented-control/Component.d.ts +7 -1
  1578. package/segmented-control/Component.js +17 -16
  1579. package/segmented-control/components/segment/Component.d.ts +1 -1
  1580. package/segmented-control/components/segment/Component.js +3 -3
  1581. package/segmented-control/components/segment/default.css +4 -4
  1582. package/segmented-control/components/segment/index.css +4 -4
  1583. package/segmented-control/components/segment/inverted.css +4 -4
  1584. package/segmented-control/cssm/Component.d.ts +7 -1
  1585. package/segmented-control/cssm/Component.js +14 -13
  1586. package/segmented-control/cssm/components/segment/Component.d.ts +1 -1
  1587. package/segmented-control/cssm/components/segment/default.module.css +1 -1
  1588. package/segmented-control/cssm/components/segment/inverted.module.css +1 -1
  1589. package/segmented-control/cssm/default.module.css +1 -1
  1590. package/segmented-control/cssm/inverted.module.css +1 -1
  1591. package/segmented-control/default.css +5 -5
  1592. package/segmented-control/esm/Component.d.ts +7 -1
  1593. package/segmented-control/esm/Component.js +17 -16
  1594. package/segmented-control/esm/components/segment/Component.d.ts +1 -1
  1595. package/segmented-control/esm/components/segment/Component.js +3 -3
  1596. package/segmented-control/esm/components/segment/default.css +4 -4
  1597. package/segmented-control/esm/components/segment/index.css +4 -4
  1598. package/segmented-control/esm/components/segment/inverted.css +4 -4
  1599. package/segmented-control/esm/default.css +5 -5
  1600. package/segmented-control/esm/index.css +18 -18
  1601. package/segmented-control/esm/inverted.css +5 -5
  1602. package/segmented-control/index.css +18 -18
  1603. package/segmented-control/inverted.css +5 -5
  1604. package/segmented-control/modern/Component.d.ts +7 -1
  1605. package/segmented-control/modern/Component.js +14 -13
  1606. package/segmented-control/modern/components/segment/Component.d.ts +1 -1
  1607. package/segmented-control/modern/components/segment/Component.js +3 -3
  1608. package/segmented-control/modern/components/segment/default.css +4 -4
  1609. package/segmented-control/modern/components/segment/index.css +4 -4
  1610. package/segmented-control/modern/components/segment/inverted.css +4 -4
  1611. package/segmented-control/modern/default.css +5 -5
  1612. package/segmented-control/modern/index.css +18 -18
  1613. package/segmented-control/modern/inverted.css +5 -5
  1614. package/select/components/arrow/Component.js +1 -1
  1615. package/select/components/arrow/index.css +3 -3
  1616. package/select/components/base-checkmark/Component.js +1 -1
  1617. package/select/components/base-checkmark/index.css +4 -4
  1618. package/select/components/base-option/Component.js +1 -1
  1619. package/select/components/base-option/index.css +14 -14
  1620. package/select/components/base-select/Component.js +4 -4
  1621. package/select/components/base-select/index.css +11 -11
  1622. package/select/components/base-select/mobile.css +12 -12
  1623. package/select/components/checkmark/Component.js +1 -1
  1624. package/select/components/checkmark/index.css +11 -11
  1625. package/select/components/checkmark-mobile/Component.js +1 -1
  1626. package/select/components/checkmark-mobile/index.css +6 -6
  1627. package/select/components/field/Component.js +1 -1
  1628. package/select/components/field/index.css +12 -12
  1629. package/select/components/footer/Component.js +1 -1
  1630. package/select/components/footer/index.css +5 -5
  1631. package/select/components/optgroup/Component.js +1 -1
  1632. package/select/components/optgroup/index.css +6 -6
  1633. package/select/components/option/Component.js +1 -1
  1634. package/select/components/option/index.css +20 -20
  1635. package/select/components/options-list/Component.js +23 -9
  1636. package/select/components/options-list/index.css +16 -12
  1637. package/select/components/search/Component.js +1 -1
  1638. package/select/components/search/index.css +2 -2
  1639. package/select/components/virtual-options-list/Component.js +1 -1
  1640. package/select/components/virtual-options-list/index.css +15 -15
  1641. package/select/cssm/components/base-option/index.module.css +1 -1
  1642. package/select/cssm/components/base-select/Component.js +2 -2
  1643. package/select/cssm/components/checkmark/index.module.css +1 -1
  1644. package/select/cssm/components/option/index.module.css +1 -1
  1645. package/select/cssm/components/options-list/Component.js +22 -8
  1646. package/select/cssm/components/options-list/index.module.css +8 -4
  1647. package/select/cssm/typings.d.ts +5 -1
  1648. package/select/esm/Component.responsive.js +1 -1
  1649. package/select/esm/components/arrow/Component.js +1 -1
  1650. package/select/esm/components/arrow/index.css +3 -3
  1651. package/select/esm/components/base-checkmark/Component.js +1 -1
  1652. package/select/esm/components/base-checkmark/index.css +4 -4
  1653. package/select/esm/components/base-option/Component.js +1 -1
  1654. package/select/esm/components/base-option/index.css +14 -14
  1655. package/select/esm/components/base-select/Component.js +4 -4
  1656. package/select/esm/components/base-select/index.css +11 -11
  1657. package/select/esm/components/base-select/mobile.css +12 -12
  1658. package/select/esm/components/checkmark/Component.js +1 -1
  1659. package/select/esm/components/checkmark/index.css +11 -11
  1660. package/select/esm/components/checkmark-mobile/Component.js +1 -1
  1661. package/select/esm/components/checkmark-mobile/index.css +6 -6
  1662. package/select/esm/components/field/Component.js +1 -1
  1663. package/select/esm/components/field/index.css +12 -12
  1664. package/select/esm/components/footer/Component.js +1 -1
  1665. package/select/esm/components/footer/index.css +5 -5
  1666. package/select/esm/components/optgroup/Component.js +1 -1
  1667. package/select/esm/components/optgroup/index.css +6 -6
  1668. package/select/esm/components/option/Component.js +1 -1
  1669. package/select/esm/components/option/index.css +20 -20
  1670. package/select/esm/components/options-list/Component.js +24 -10
  1671. package/select/esm/components/options-list/index.css +16 -12
  1672. package/select/esm/components/search/Component.js +1 -1
  1673. package/select/esm/components/search/index.css +2 -2
  1674. package/select/esm/components/virtual-options-list/Component.js +1 -1
  1675. package/select/esm/components/virtual-options-list/index.css +15 -15
  1676. package/select/esm/index.js +1 -1
  1677. package/select/esm/mobile/Component.mobile.js +1 -1
  1678. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  1679. package/select/esm/mobile/index.js +1 -1
  1680. package/select/esm/presets/index.js +1 -1
  1681. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  1682. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1683. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1684. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1685. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1686. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1687. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1688. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1689. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  1690. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1691. package/select/esm/shared/index.js +1 -1
  1692. package/select/esm/typings.d.ts +5 -1
  1693. package/select/mobile/Component.mobile.js +1 -1
  1694. package/select/modern/Component.responsive.js +1 -1
  1695. package/select/modern/components/arrow/Component.js +1 -1
  1696. package/select/modern/components/arrow/index.css +3 -3
  1697. package/select/modern/components/base-checkmark/Component.js +1 -1
  1698. package/select/modern/components/base-checkmark/index.css +4 -4
  1699. package/select/modern/components/base-option/Component.js +1 -1
  1700. package/select/modern/components/base-option/index.css +14 -14
  1701. package/select/modern/components/base-select/Component.js +4 -4
  1702. package/select/modern/components/base-select/index.css +11 -11
  1703. package/select/modern/components/base-select/mobile.css +12 -12
  1704. package/select/modern/components/checkmark/Component.js +1 -1
  1705. package/select/modern/components/checkmark/index.css +11 -11
  1706. package/select/modern/components/checkmark-mobile/Component.js +1 -1
  1707. package/select/modern/components/checkmark-mobile/index.css +6 -6
  1708. package/select/modern/components/field/Component.js +1 -1
  1709. package/select/modern/components/field/index.css +12 -12
  1710. package/select/modern/components/footer/Component.js +1 -1
  1711. package/select/modern/components/footer/index.css +5 -5
  1712. package/select/modern/components/optgroup/Component.js +1 -1
  1713. package/select/modern/components/optgroup/index.css +6 -6
  1714. package/select/modern/components/option/Component.js +1 -1
  1715. package/select/modern/components/option/index.css +20 -20
  1716. package/select/modern/components/options-list/Component.js +20 -6
  1717. package/select/modern/components/options-list/index.css +16 -12
  1718. package/select/modern/components/search/Component.js +1 -1
  1719. package/select/modern/components/search/index.css +2 -2
  1720. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1721. package/select/modern/components/virtual-options-list/index.css +15 -15
  1722. package/select/modern/index.js +1 -1
  1723. package/select/modern/mobile/Component.mobile.js +1 -1
  1724. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  1725. package/select/modern/mobile/index.js +1 -1
  1726. package/select/modern/presets/index.js +1 -1
  1727. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  1728. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1729. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1730. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1731. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1732. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1733. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1734. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1735. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1736. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1737. package/select/modern/shared/index.js +1 -1
  1738. package/select/modern/typings.d.ts +5 -1
  1739. package/select/presets/index.js +1 -1
  1740. package/select/presets/useSelectWithApply/hook.js +1 -1
  1741. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1742. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1743. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1744. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1745. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1746. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1747. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1748. package/select/presets/useSelectWithLoading/hook.js +1 -1
  1749. package/select/presets/useSelectWithLoading/index.css +2 -2
  1750. package/select/shared/index.js +1 -1
  1751. package/select/typings.d.ts +5 -1
  1752. package/select-with-tags/components/tag/component.js +1 -1
  1753. package/select-with-tags/components/tag/index.css +16 -16
  1754. package/select-with-tags/components/tag-list/component.js +1 -1
  1755. package/select-with-tags/components/tag-list/index.css +37 -37
  1756. package/select-with-tags/cssm/components/tag/index.module.css +2 -2
  1757. package/select-with-tags/cssm/components/tag-list/index.module.css +1 -1
  1758. package/select-with-tags/esm/components/tag/component.js +1 -1
  1759. package/select-with-tags/esm/components/tag/index.css +16 -16
  1760. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  1761. package/select-with-tags/esm/components/tag-list/index.css +37 -37
  1762. package/select-with-tags/modern/components/tag/component.js +1 -1
  1763. package/select-with-tags/modern/components/tag/index.css +16 -16
  1764. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1765. package/select-with-tags/modern/components/tag-list/index.css +37 -37
  1766. package/side-panel/components/content/Component.desktop.js +1 -1
  1767. package/side-panel/components/content/Component.js +1 -1
  1768. package/side-panel/components/content/Component.mobile.js +1 -1
  1769. package/side-panel/components/content/desktop.css +3 -3
  1770. package/side-panel/components/content/index.css +4 -4
  1771. package/side-panel/components/content/mobile.css +3 -3
  1772. package/side-panel/components/controls/Component.js +2 -2
  1773. package/side-panel/components/controls/index.css +2 -2
  1774. package/side-panel/components/footer/Component.desktop.js +1 -1
  1775. package/side-panel/components/footer/Component.js +2 -2
  1776. package/side-panel/components/footer/Component.mobile.js +1 -1
  1777. package/side-panel/components/footer/desktop.css +3 -3
  1778. package/side-panel/components/footer/index.css +4 -4
  1779. package/side-panel/components/footer/layout.css +17 -17
  1780. package/side-panel/components/footer/mobile.css +3 -3
  1781. package/side-panel/components/header/Component.js +3 -3
  1782. package/side-panel/components/header/desktop.css +5 -5
  1783. package/side-panel/components/header/index.css +14 -14
  1784. package/side-panel/components/header/mobile.css +4 -4
  1785. package/side-panel/desktop/Component.desktop.js +2 -2
  1786. package/side-panel/desktop/desktop.css +3 -3
  1787. package/side-panel/desktop/transitions.desktop.css +7 -7
  1788. package/side-panel/esm/Component.responsive.js +1 -1
  1789. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  1790. package/side-panel/esm/components/content/Component.js +1 -1
  1791. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  1792. package/side-panel/esm/components/content/desktop.css +3 -3
  1793. package/side-panel/esm/components/content/index.css +4 -4
  1794. package/side-panel/esm/components/content/mobile.css +3 -3
  1795. package/side-panel/esm/components/controls/Component.js +2 -2
  1796. package/side-panel/esm/components/controls/index.css +2 -2
  1797. package/side-panel/esm/components/controls/index.js +1 -1
  1798. package/side-panel/esm/components/footer/Component.desktop.js +2 -2
  1799. package/side-panel/esm/components/footer/Component.js +2 -2
  1800. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  1801. package/side-panel/esm/components/footer/desktop.css +3 -3
  1802. package/side-panel/esm/components/footer/index.css +4 -4
  1803. package/side-panel/esm/components/footer/layout.css +17 -17
  1804. package/side-panel/esm/components/footer/mobile.css +3 -3
  1805. package/side-panel/esm/components/header/Component.js +3 -3
  1806. package/side-panel/esm/components/header/desktop.css +5 -5
  1807. package/side-panel/esm/components/header/index.css +14 -14
  1808. package/side-panel/esm/components/header/mobile.css +4 -4
  1809. package/side-panel/esm/desktop/Component.desktop.js +3 -3
  1810. package/side-panel/esm/desktop/desktop.css +3 -3
  1811. package/side-panel/esm/desktop/index.js +1 -1
  1812. package/side-panel/esm/desktop/transitions.desktop.css +7 -7
  1813. package/side-panel/esm/index.js +1 -1
  1814. package/side-panel/esm/layout.module-eae4e2b3.js +4 -0
  1815. package/side-panel/esm/mobile/Component.mobile.js +3 -3
  1816. package/side-panel/esm/mobile/index.js +1 -1
  1817. package/side-panel/esm/mobile/mobile.css +4 -4
  1818. package/side-panel/esm/mobile/transitions.mobile.css +8 -8
  1819. package/side-panel/layout.module-716c8ffb.js +4 -0
  1820. package/side-panel/mobile/Component.mobile.js +2 -2
  1821. package/side-panel/mobile/mobile.css +4 -4
  1822. package/side-panel/mobile/transitions.mobile.css +8 -8
  1823. package/side-panel/modern/Component.responsive.js +1 -1
  1824. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  1825. package/side-panel/modern/components/content/Component.js +1 -1
  1826. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1827. package/side-panel/modern/components/content/desktop.css +3 -3
  1828. package/side-panel/modern/components/content/index.css +4 -4
  1829. package/side-panel/modern/components/content/mobile.css +3 -3
  1830. package/side-panel/modern/components/controls/Component.js +2 -2
  1831. package/side-panel/modern/components/controls/index.css +2 -2
  1832. package/side-panel/modern/components/controls/index.js +1 -1
  1833. package/side-panel/modern/components/footer/Component.desktop.js +2 -2
  1834. package/side-panel/modern/components/footer/Component.js +2 -2
  1835. package/side-panel/modern/components/footer/Component.mobile.js +2 -2
  1836. package/side-panel/modern/components/footer/desktop.css +3 -3
  1837. package/side-panel/modern/components/footer/index.css +4 -4
  1838. package/side-panel/modern/components/footer/layout.css +17 -17
  1839. package/side-panel/modern/components/footer/mobile.css +3 -3
  1840. package/side-panel/modern/components/header/Component.js +3 -3
  1841. package/side-panel/modern/components/header/desktop.css +5 -5
  1842. package/side-panel/modern/components/header/index.css +14 -14
  1843. package/side-panel/modern/components/header/mobile.css +4 -4
  1844. package/side-panel/modern/desktop/Component.desktop.js +3 -3
  1845. package/side-panel/modern/desktop/desktop.css +3 -3
  1846. package/side-panel/modern/desktop/index.js +1 -1
  1847. package/side-panel/modern/desktop/transitions.desktop.css +7 -7
  1848. package/side-panel/modern/index.js +1 -1
  1849. package/side-panel/modern/layout.module-56ec14b8.js +4 -0
  1850. package/side-panel/modern/mobile/Component.mobile.js +3 -3
  1851. package/side-panel/modern/mobile/index.js +1 -1
  1852. package/side-panel/modern/mobile/mobile.css +4 -4
  1853. package/side-panel/modern/mobile/transitions.mobile.css +8 -8
  1854. package/skeleton/Component.js +1 -1
  1855. package/skeleton/esm/Component.js +1 -1
  1856. package/skeleton/esm/index.css +10 -10
  1857. package/skeleton/index.css +10 -10
  1858. package/skeleton/modern/Component.js +1 -1
  1859. package/skeleton/modern/index.css +10 -10
  1860. package/slider/Component.js +1 -1
  1861. package/slider/esm/Component.js +1 -1
  1862. package/slider/esm/index.css +20 -20
  1863. package/slider/index.css +20 -20
  1864. package/slider/modern/Component.js +1 -1
  1865. package/slider/modern/index.css +20 -20
  1866. package/slider-input/Component.js +1 -1
  1867. package/slider-input/esm/Component.js +1 -1
  1868. package/slider-input/esm/index.css +27 -27
  1869. package/slider-input/index.css +27 -27
  1870. package/slider-input/modern/Component.js +1 -1
  1871. package/slider-input/modern/index.css +27 -27
  1872. package/sortable-list/Component.js +1 -1
  1873. package/sortable-list/components/item/Components.js +1 -1
  1874. package/sortable-list/components/item/index.css +26 -26
  1875. package/sortable-list/cssm/components/item/index.module.css +1 -1
  1876. package/sortable-list/esm/Component.js +1 -1
  1877. package/sortable-list/esm/components/item/Components.js +1 -1
  1878. package/sortable-list/esm/components/item/index.css +26 -26
  1879. package/sortable-list/esm/index.css +30 -30
  1880. package/sortable-list/index.css +30 -30
  1881. package/sortable-list/modern/Component.js +1 -1
  1882. package/sortable-list/modern/components/item/Components.js +1 -1
  1883. package/sortable-list/modern/components/item/index.css +26 -26
  1884. package/sortable-list/modern/index.css +30 -30
  1885. package/space/Component.js +1 -1
  1886. package/space/esm/Component.js +1 -1
  1887. package/space/esm/index.css +10 -10
  1888. package/space/index.css +10 -10
  1889. package/space/modern/Component.js +1 -1
  1890. package/space/modern/index.css +10 -10
  1891. package/spinner/Component.js +3 -3
  1892. package/spinner/cssm/default.module.css +1 -1
  1893. package/spinner/default.css +2 -2
  1894. package/spinner/esm/Component.js +3 -3
  1895. package/spinner/esm/default.css +2 -2
  1896. package/spinner/esm/index.css +7 -7
  1897. package/spinner/esm/inverted.css +1 -1
  1898. package/spinner/index.css +7 -7
  1899. package/spinner/inverted.css +1 -1
  1900. package/spinner/modern/Component.js +3 -3
  1901. package/spinner/modern/default.css +2 -2
  1902. package/spinner/modern/index.css +7 -7
  1903. package/spinner/modern/inverted.css +1 -1
  1904. package/status/Component.js +1 -1
  1905. package/status/cssm/index.module.css +6 -6
  1906. package/status/esm/Component.js +1 -1
  1907. package/status/esm/index.css +23 -23
  1908. package/status/index.css +23 -23
  1909. package/status/modern/Component.js +1 -1
  1910. package/status/modern/index.css +23 -23
  1911. package/status-badge/Component.js +3 -3
  1912. package/status-badge/cssm/default.module.css +1 -1
  1913. package/status-badge/cssm/inverted.module.css +1 -1
  1914. package/status-badge/default.css +9 -9
  1915. package/status-badge/esm/Component.js +3 -3
  1916. package/status-badge/esm/default.css +9 -9
  1917. package/status-badge/esm/index.css +9 -9
  1918. package/status-badge/esm/inverted.css +9 -9
  1919. package/status-badge/index.css +9 -9
  1920. package/status-badge/inverted.css +9 -9
  1921. package/status-badge/modern/Component.js +3 -3
  1922. package/status-badge/modern/default.css +9 -9
  1923. package/status-badge/modern/index.css +9 -9
  1924. package/status-badge/modern/inverted.css +9 -9
  1925. package/stepped-progress-bar/Component.js +3 -3
  1926. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1927. package/stepped-progress-bar/components/step-bar/index.css +12 -12
  1928. package/stepped-progress-bar/cssm/components/step-bar/index.module.css +2 -2
  1929. package/stepped-progress-bar/default.css +2 -2
  1930. package/stepped-progress-bar/esm/Component.js +3 -3
  1931. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1932. package/stepped-progress-bar/esm/components/step-bar/index.css +12 -12
  1933. package/stepped-progress-bar/esm/default.css +2 -2
  1934. package/stepped-progress-bar/esm/index.css +3 -3
  1935. package/stepped-progress-bar/esm/inverted.css +2 -2
  1936. package/stepped-progress-bar/index.css +3 -3
  1937. package/stepped-progress-bar/inverted.css +2 -2
  1938. package/stepped-progress-bar/modern/Component.js +3 -3
  1939. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1940. package/stepped-progress-bar/modern/components/step-bar/index.css +12 -12
  1941. package/stepped-progress-bar/modern/default.css +2 -2
  1942. package/stepped-progress-bar/modern/index.css +3 -3
  1943. package/stepped-progress-bar/modern/inverted.css +2 -2
  1944. package/steps/Component.js +1 -1
  1945. package/steps/components/step/Component.js +1 -1
  1946. package/steps/components/step/index.css +33 -33
  1947. package/steps/components/step-indicator/Component.js +1 -1
  1948. package/steps/components/step-indicator/index.css +1 -1
  1949. package/steps/cssm/components/step/index.module.css +3 -3
  1950. package/steps/esm/Component.js +1 -1
  1951. package/steps/esm/components/step/Component.js +1 -1
  1952. package/steps/esm/components/step/index.css +33 -33
  1953. package/steps/esm/components/step-indicator/Component.js +1 -1
  1954. package/steps/esm/components/step-indicator/index.css +1 -1
  1955. package/steps/esm/index.css +2 -2
  1956. package/steps/index.css +2 -2
  1957. package/steps/modern/Component.js +1 -1
  1958. package/steps/modern/components/step/Component.js +1 -1
  1959. package/steps/modern/components/step/index.css +33 -33
  1960. package/steps/modern/components/step-indicator/Component.js +1 -1
  1961. package/steps/modern/components/step-indicator/index.css +1 -1
  1962. package/steps/modern/index.css +2 -2
  1963. package/switch/Component.js +1 -1
  1964. package/switch/cssm/index.module.css +2 -2
  1965. package/switch/esm/Component.js +1 -1
  1966. package/switch/esm/index.css +29 -29
  1967. package/switch/index.css +29 -29
  1968. package/switch/modern/Component.js +1 -1
  1969. package/switch/modern/index.css +29 -29
  1970. package/system-message/Component.js +1 -1
  1971. package/system-message/components/caption/Component.js +1 -1
  1972. package/system-message/components/caption/index.css +1 -1
  1973. package/system-message/components/controls/Component.js +1 -1
  1974. package/system-message/components/controls/index.css +10 -10
  1975. package/system-message/components/graphic/Component.js +1 -1
  1976. package/system-message/components/graphic/index.css +1 -1
  1977. package/system-message/components/subtitle/Component.js +1 -1
  1978. package/system-message/components/subtitle/index.css +2 -2
  1979. package/system-message/components/title/Component.js +3 -3
  1980. package/system-message/components/title/desktop.css +1 -1
  1981. package/system-message/components/title/index.css +2 -2
  1982. package/system-message/components/title/mobile.css +1 -1
  1983. package/system-message/cssm/components/subtitle/index.module.css +1 -1
  1984. package/system-message/cssm/components/title/index.module.css +1 -1
  1985. package/system-message/esm/Component.js +1 -1
  1986. package/system-message/esm/components/caption/Component.js +1 -1
  1987. package/system-message/esm/components/caption/index.css +1 -1
  1988. package/system-message/esm/components/controls/Component.js +1 -1
  1989. package/system-message/esm/components/controls/index.css +10 -10
  1990. package/system-message/esm/components/graphic/Component.js +1 -1
  1991. package/system-message/esm/components/graphic/index.css +1 -1
  1992. package/system-message/esm/components/subtitle/Component.js +1 -1
  1993. package/system-message/esm/components/subtitle/index.css +2 -2
  1994. package/system-message/esm/components/title/Component.js +3 -3
  1995. package/system-message/esm/components/title/desktop.css +1 -1
  1996. package/system-message/esm/components/title/index.css +2 -2
  1997. package/system-message/esm/components/title/mobile.css +1 -1
  1998. package/system-message/esm/index.css +6 -6
  1999. package/system-message/index.css +6 -6
  2000. package/system-message/modern/Component.js +1 -1
  2001. package/system-message/modern/components/caption/Component.js +1 -1
  2002. package/system-message/modern/components/caption/index.css +1 -1
  2003. package/system-message/modern/components/controls/Component.js +1 -1
  2004. package/system-message/modern/components/controls/index.css +10 -10
  2005. package/system-message/modern/components/graphic/Component.js +1 -1
  2006. package/system-message/modern/components/graphic/index.css +1 -1
  2007. package/system-message/modern/components/subtitle/Component.js +1 -1
  2008. package/system-message/modern/components/subtitle/index.css +2 -2
  2009. package/system-message/modern/components/title/Component.js +3 -3
  2010. package/system-message/modern/components/title/desktop.css +1 -1
  2011. package/system-message/modern/components/title/index.css +2 -2
  2012. package/system-message/modern/components/title/mobile.css +1 -1
  2013. package/system-message/modern/index.css +6 -6
  2014. package/tab-bar/Component.js +1 -1
  2015. package/tab-bar/components/tab/Component.js +1 -1
  2016. package/tab-bar/components/tab/index.css +6 -6
  2017. package/tab-bar/esm/Component.js +1 -1
  2018. package/tab-bar/esm/components/tab/Component.js +1 -1
  2019. package/tab-bar/esm/components/tab/index.css +6 -6
  2020. package/tab-bar/esm/index.css +2 -2
  2021. package/tab-bar/index.css +2 -2
  2022. package/tab-bar/modern/Component.js +1 -1
  2023. package/tab-bar/modern/components/tab/Component.js +1 -1
  2024. package/tab-bar/modern/components/tab/index.css +6 -6
  2025. package/tab-bar/modern/index.css +2 -2
  2026. package/table/components/pagination/Component.js +1 -1
  2027. package/table/components/pagination/index.css +9 -9
  2028. package/table/components/pagination/select-field/index.css +4 -4
  2029. package/table/components/pagination/select-field/index.js +1 -1
  2030. package/table/components/table/Component.js +1 -1
  2031. package/table/components/table/index.css +7 -7
  2032. package/table/components/tbody/Component.js +1 -1
  2033. package/table/components/tbody/index.css +2 -2
  2034. package/table/components/tcell/Component.js +1 -1
  2035. package/table/components/tcell/index.css +7 -7
  2036. package/table/components/texpandable-row/Component.js +1 -1
  2037. package/table/components/texpandable-row/index.css +5 -5
  2038. package/table/components/thead/Component.js +1 -1
  2039. package/table/components/thead/index.css +6 -6
  2040. package/table/components/thead-cell/Component.js +1 -1
  2041. package/table/components/thead-cell/index.css +10 -10
  2042. package/table/components/trow/Component.js +1 -1
  2043. package/table/components/trow/index.css +8 -8
  2044. package/table/components/tsortable-head-cell/Component.js +1 -1
  2045. package/table/components/tsortable-head-cell/index.css +8 -8
  2046. package/table/cssm/components/tcell/index.module.css +1 -1
  2047. package/table/cssm/components/thead-cell/index.module.css +1 -1
  2048. package/table/esm/components/pagination/Component.js +1 -1
  2049. package/table/esm/components/pagination/index.css +9 -9
  2050. package/table/esm/components/pagination/select-field/index.css +4 -4
  2051. package/table/esm/components/pagination/select-field/index.js +1 -1
  2052. package/table/esm/components/table/Component.js +1 -1
  2053. package/table/esm/components/table/index.css +7 -7
  2054. package/table/esm/components/tbody/Component.js +1 -1
  2055. package/table/esm/components/tbody/index.css +2 -2
  2056. package/table/esm/components/tcell/Component.js +1 -1
  2057. package/table/esm/components/tcell/index.css +7 -7
  2058. package/table/esm/components/texpandable-row/Component.js +1 -1
  2059. package/table/esm/components/texpandable-row/index.css +5 -5
  2060. package/table/esm/components/thead/Component.js +1 -1
  2061. package/table/esm/components/thead/index.css +6 -6
  2062. package/table/esm/components/thead-cell/Component.js +1 -1
  2063. package/table/esm/components/thead-cell/index.css +10 -10
  2064. package/table/esm/components/trow/Component.js +1 -1
  2065. package/table/esm/components/trow/index.css +8 -8
  2066. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  2067. package/table/esm/components/tsortable-head-cell/index.css +8 -8
  2068. package/table/modern/components/pagination/Component.js +1 -1
  2069. package/table/modern/components/pagination/index.css +9 -9
  2070. package/table/modern/components/pagination/select-field/index.css +4 -4
  2071. package/table/modern/components/pagination/select-field/index.js +1 -1
  2072. package/table/modern/components/table/Component.js +1 -1
  2073. package/table/modern/components/table/index.css +7 -7
  2074. package/table/modern/components/tbody/Component.js +1 -1
  2075. package/table/modern/components/tbody/index.css +2 -2
  2076. package/table/modern/components/tcell/Component.js +1 -1
  2077. package/table/modern/components/tcell/index.css +7 -7
  2078. package/table/modern/components/texpandable-row/Component.js +1 -1
  2079. package/table/modern/components/texpandable-row/index.css +5 -5
  2080. package/table/modern/components/thead/Component.js +1 -1
  2081. package/table/modern/components/thead/index.css +6 -6
  2082. package/table/modern/components/thead-cell/Component.js +1 -1
  2083. package/table/modern/components/thead-cell/index.css +10 -10
  2084. package/table/modern/components/trow/Component.js +1 -1
  2085. package/table/modern/components/trow/index.css +8 -8
  2086. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  2087. package/table/modern/components/tsortable-head-cell/index.css +8 -8
  2088. package/tabs/components/primary-tablist/Component.collapsible.js +2 -2
  2089. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  2090. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  2091. package/tabs/components/primary-tablist/index.css +133 -133
  2092. package/tabs/components/primary-tablist/mobile.css +394 -368
  2093. package/tabs/components/scroll-controls/Component.js +1 -1
  2094. package/tabs/components/scroll-controls/index.css +12 -12
  2095. package/tabs/components/scrollable-container/Component.js +1 -1
  2096. package/tabs/components/scrollable-container/index.css +6 -6
  2097. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  2098. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  2099. package/tabs/components/secondary-tablist/index.css +11 -11
  2100. package/tabs/components/secondary-tablist/mobile.css +186 -160
  2101. package/tabs/components/tab/Component.js +1 -1
  2102. package/tabs/components/tab/index.css +3 -3
  2103. package/tabs/components/tabs/Component.d.ts +1 -1
  2104. package/tabs/components/tabs/Component.js +2 -2
  2105. package/tabs/components/title/Component.d.ts +1 -1
  2106. package/tabs/cssm/components/primary-tablist/Component.collapsible.js +1 -1
  2107. package/tabs/cssm/components/primary-tablist/index.module.css +1 -1
  2108. package/tabs/cssm/components/tabs/Component.d.ts +1 -1
  2109. package/tabs/cssm/components/tabs/Component.js +2 -2
  2110. package/tabs/cssm/components/title/Component.d.ts +1 -1
  2111. package/tabs/cssm/hooks/use-tablist-titles.d.ts +1 -1
  2112. package/tabs/cssm/typings.d.ts +7 -2
  2113. package/tabs/esm/collapsible/index.js +1 -1
  2114. package/tabs/esm/components/primary-tablist/Component.collapsible.js +2 -2
  2115. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  2116. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  2117. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  2118. package/tabs/esm/components/primary-tablist/index.css +133 -133
  2119. package/tabs/esm/components/primary-tablist/mobile.css +394 -368
  2120. package/tabs/esm/components/scroll-controls/Component.js +1 -1
  2121. package/tabs/esm/components/scroll-controls/index.css +12 -12
  2122. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  2123. package/tabs/esm/components/scrollable-container/index.css +6 -6
  2124. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  2125. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  2126. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  2127. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  2128. package/tabs/esm/components/secondary-tablist/mobile.css +186 -160
  2129. package/tabs/esm/components/tab/Component.js +1 -1
  2130. package/tabs/esm/components/tab/index.css +3 -3
  2131. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  2132. package/tabs/esm/components/tabs/Component.d.ts +1 -1
  2133. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  2134. package/tabs/esm/components/tabs/Component.js +2 -2
  2135. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  2136. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  2137. package/tabs/esm/components/title/Component.d.ts +1 -1
  2138. package/tabs/esm/desktop/index.js +2 -2
  2139. package/tabs/esm/hooks/use-tablist-titles.d.ts +1 -1
  2140. package/tabs/esm/index.js +2 -2
  2141. package/tabs/esm/index.module-7f53615c.js +4 -0
  2142. package/tabs/esm/index.module-f25eb728.js +4 -0
  2143. package/tabs/esm/mobile/index.js +2 -2
  2144. package/tabs/esm/typings.d.ts +7 -2
  2145. package/tabs/hooks/use-tablist-titles.d.ts +1 -1
  2146. package/tabs/index.module-1eb43fb9.js +4 -0
  2147. package/tabs/index.module-c88e5a5a.js +4 -0
  2148. package/tabs/modern/collapsible/index.js +1 -1
  2149. package/tabs/modern/components/primary-tablist/Component.collapsible.js +2 -2
  2150. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  2151. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  2152. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  2153. package/tabs/modern/components/primary-tablist/index.css +133 -133
  2154. package/tabs/modern/components/primary-tablist/mobile.css +394 -368
  2155. package/tabs/modern/components/scroll-controls/Component.js +1 -1
  2156. package/tabs/modern/components/scroll-controls/index.css +12 -12
  2157. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  2158. package/tabs/modern/components/scrollable-container/index.css +6 -6
  2159. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  2160. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  2161. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  2162. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  2163. package/tabs/modern/components/secondary-tablist/mobile.css +186 -160
  2164. package/tabs/modern/components/tab/Component.js +1 -1
  2165. package/tabs/modern/components/tab/index.css +3 -3
  2166. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  2167. package/tabs/modern/components/tabs/Component.d.ts +1 -1
  2168. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  2169. package/tabs/modern/components/tabs/Component.js +2 -2
  2170. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  2171. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  2172. package/tabs/modern/components/title/Component.d.ts +1 -1
  2173. package/tabs/modern/desktop/index.js +2 -2
  2174. package/tabs/modern/hooks/use-tablist-titles.d.ts +1 -1
  2175. package/tabs/modern/index.js +2 -2
  2176. package/tabs/modern/index.module-8121bd57.js +4 -0
  2177. package/tabs/modern/index.module-c6da7192.js +4 -0
  2178. package/tabs/modern/mobile/index.js +2 -2
  2179. package/tabs/modern/typings.d.ts +7 -2
  2180. package/tabs/typings.d.ts +7 -2
  2181. package/tag/components/base-tag/Component.js +3 -3
  2182. package/tag/components/base-tag/default.css +15 -15
  2183. package/tag/components/base-tag/index.css +37 -37
  2184. package/tag/components/base-tag/inverted.css +13 -13
  2185. package/tag/cssm/components/base-tag/default.module.css +5 -5
  2186. package/tag/cssm/components/base-tag/inverted.module.css +3 -3
  2187. package/tag/desktop/Component.desktop.js +3 -3
  2188. package/tag/desktop/default.desktop.css +4 -4
  2189. package/tag/desktop/desktop.css +6 -6
  2190. package/tag/desktop/inverted.desktop.css +4 -4
  2191. package/tag/esm/components/base-tag/Component.js +3 -3
  2192. package/tag/esm/components/base-tag/default.css +15 -15
  2193. package/tag/esm/components/base-tag/index.css +37 -37
  2194. package/tag/esm/components/base-tag/inverted.css +13 -13
  2195. package/tag/esm/desktop/Component.desktop.js +3 -3
  2196. package/tag/esm/desktop/default.desktop.css +4 -4
  2197. package/tag/esm/desktop/desktop.css +6 -6
  2198. package/tag/esm/desktop/inverted.desktop.css +4 -4
  2199. package/tag/esm/mobile/Component.mobile.js +3 -3
  2200. package/tag/esm/mobile/default.mobile.css +4 -4
  2201. package/tag/esm/mobile/inverted.mobile.css +4 -4
  2202. package/tag/esm/mobile/mobile.css +6 -6
  2203. package/tag/mobile/Component.mobile.js +3 -3
  2204. package/tag/mobile/default.mobile.css +4 -4
  2205. package/tag/mobile/inverted.mobile.css +4 -4
  2206. package/tag/mobile/mobile.css +6 -6
  2207. package/tag/modern/components/base-tag/Component.js +3 -3
  2208. package/tag/modern/components/base-tag/default.css +15 -15
  2209. package/tag/modern/components/base-tag/index.css +37 -37
  2210. package/tag/modern/components/base-tag/inverted.css +13 -13
  2211. package/tag/modern/desktop/Component.desktop.js +3 -3
  2212. package/tag/modern/desktop/default.desktop.css +4 -4
  2213. package/tag/modern/desktop/desktop.css +6 -6
  2214. package/tag/modern/desktop/inverted.desktop.css +4 -4
  2215. package/tag/modern/mobile/Component.mobile.js +3 -3
  2216. package/tag/modern/mobile/default.mobile.css +4 -4
  2217. package/tag/modern/mobile/inverted.mobile.css +4 -4
  2218. package/tag/modern/mobile/mobile.css +6 -6
  2219. package/text/Component.js +2 -2
  2220. package/text/esm/Component.js +2 -2
  2221. package/text/esm/index.css +7 -7
  2222. package/text/esm/mixin.css +75 -75
  2223. package/text/index.css +7 -7
  2224. package/text/mixin.css +75 -75
  2225. package/text/modern/Component.js +2 -2
  2226. package/text/modern/index.css +7 -7
  2227. package/text/modern/mixin.css +75 -75
  2228. package/textarea/Component.js +3 -3
  2229. package/textarea/{PseudoTextArea-c7f2eeb8.js → PseudoTextArea-d5527a5b.js} +1 -1
  2230. package/textarea/components/PseudoTextArea.js +1 -1
  2231. package/textarea/components/index.d.ts +1 -1
  2232. package/textarea/components/index.js +1 -1
  2233. package/textarea/cssm/default.module.css +3 -3
  2234. package/textarea/cssm/inverted.module.css +2 -2
  2235. package/textarea/default.css +20 -20
  2236. package/textarea/esm/Component.js +3 -3
  2237. package/textarea/esm/{PseudoTextArea-59f29d91.js → PseudoTextArea-8c317bda.js} +1 -1
  2238. package/textarea/esm/components/PseudoTextArea.js +1 -1
  2239. package/textarea/esm/components/index.d.ts +1 -1
  2240. package/textarea/esm/components/index.js +1 -1
  2241. package/textarea/esm/default.css +20 -20
  2242. package/textarea/esm/index.css +45 -45
  2243. package/textarea/esm/index.js +1 -1
  2244. package/textarea/esm/inverted.css +19 -19
  2245. package/textarea/index.css +45 -45
  2246. package/textarea/inverted.css +19 -19
  2247. package/textarea/modern/Component.js +3 -3
  2248. package/textarea/modern/{PseudoTextArea-357d76cd.js → PseudoTextArea-c44e22c6.js} +1 -1
  2249. package/textarea/modern/components/PseudoTextArea.js +1 -1
  2250. package/textarea/modern/components/index.d.ts +1 -1
  2251. package/textarea/modern/components/index.js +1 -1
  2252. package/textarea/modern/default.css +20 -20
  2253. package/textarea/modern/index.css +45 -45
  2254. package/textarea/modern/index.js +1 -1
  2255. package/textarea/modern/inverted.css +19 -19
  2256. package/themes/click.css +175 -147
  2257. package/themes/compiled/mobile-dark-bluetint.css +363 -224
  2258. package/themes/corp.css +173 -147
  2259. package/themes/dark.css +12 -0
  2260. package/themes/intranet.css +173 -147
  2261. package/themes/mixins/click.css +2 -0
  2262. package/themes/mixins/dark.css +12 -0
  2263. package/themes/mixins/pure-cell/click.css +4 -0
  2264. package/themes/mobile.css +173 -147
  2265. package/themes/pure-cell/click.css +4 -0
  2266. package/themes/site.css +173 -147
  2267. package/toast/components/base-toast/component.js +1 -1
  2268. package/toast/components/base-toast/index.css +10 -10
  2269. package/toast/esm/components/base-toast/component.js +1 -1
  2270. package/toast/esm/components/base-toast/index.css +10 -10
  2271. package/toast/modern/components/base-toast/component.js +1 -1
  2272. package/toast/modern/components/base-toast/index.css +10 -10
  2273. package/toast-plate/components/base-toast-plate/component.js +3 -3
  2274. package/toast-plate/components/base-toast-plate/default.css +4 -4
  2275. package/toast-plate/components/base-toast-plate/index.css +19 -19
  2276. package/toast-plate/components/base-toast-plate/inverted.css +4 -4
  2277. package/toast-plate/cssm/components/base-toast-plate/default.module.css +1 -1
  2278. package/toast-plate/cssm/components/base-toast-plate/inverted.module.css +1 -1
  2279. package/toast-plate/desktop/Component.desktop.js +1 -1
  2280. package/toast-plate/desktop/desktop.css +5 -5
  2281. package/toast-plate/esm/components/base-toast-plate/component.js +3 -3
  2282. package/toast-plate/esm/components/base-toast-plate/default.css +4 -4
  2283. package/toast-plate/esm/components/base-toast-plate/index.css +19 -19
  2284. package/toast-plate/esm/components/base-toast-plate/inverted.css +4 -4
  2285. package/toast-plate/esm/desktop/Component.desktop.js +1 -1
  2286. package/toast-plate/esm/desktop/desktop.css +5 -5
  2287. package/toast-plate/esm/mobile/Component.mobile.js +1 -1
  2288. package/toast-plate/esm/mobile/mobile.css +5 -5
  2289. package/toast-plate/mobile/Component.mobile.js +1 -1
  2290. package/toast-plate/mobile/mobile.css +5 -5
  2291. package/toast-plate/modern/components/base-toast-plate/component.js +3 -3
  2292. package/toast-plate/modern/components/base-toast-plate/default.css +4 -4
  2293. package/toast-plate/modern/components/base-toast-plate/index.css +19 -19
  2294. package/toast-plate/modern/components/base-toast-plate/inverted.css +4 -4
  2295. package/toast-plate/modern/desktop/Component.desktop.js +1 -1
  2296. package/toast-plate/modern/desktop/desktop.css +5 -5
  2297. package/toast-plate/modern/mobile/Component.mobile.js +1 -1
  2298. package/toast-plate/modern/mobile/mobile.css +5 -5
  2299. package/tooltip/cssm/default.module.css +1 -1
  2300. package/tooltip/cssm/inverted.module.css +2 -2
  2301. package/tooltip/default.css +6 -6
  2302. package/tooltip/desktop/Component.desktop.js +3 -3
  2303. package/tooltip/esm/default.css +6 -6
  2304. package/tooltip/esm/desktop/Component.desktop.js +3 -3
  2305. package/tooltip/esm/index.css +8 -8
  2306. package/tooltip/esm/inverted.css +7 -7
  2307. package/tooltip/esm/mobile/Component.mobile.js +1 -1
  2308. package/tooltip/esm/mobile/mobile.css +4 -4
  2309. package/tooltip/index.css +8 -8
  2310. package/tooltip/inverted.css +7 -7
  2311. package/tooltip/mobile/Component.mobile.js +1 -1
  2312. package/tooltip/mobile/mobile.css +4 -4
  2313. package/tooltip/modern/default.css +6 -6
  2314. package/tooltip/modern/desktop/Component.desktop.js +3 -3
  2315. package/tooltip/modern/index.css +8 -8
  2316. package/tooltip/modern/inverted.css +7 -7
  2317. package/tooltip/modern/mobile/Component.mobile.js +1 -1
  2318. package/tooltip/modern/mobile/mobile.css +4 -4
  2319. package/typography/colors.css +22 -22
  2320. package/typography/colors.module-baa4512e.js +4 -0
  2321. package/typography/common.module-a209a8c9.js +4 -0
  2322. package/typography/cssm/colors.module.css +3 -3
  2323. package/typography/esm/colors.css +22 -22
  2324. package/typography/esm/colors.module-f4cfa8d8.js +4 -0
  2325. package/typography/esm/common.module-4583c8f1.js +4 -0
  2326. package/typography/esm/component.js +2 -2
  2327. package/typography/esm/hooks/use-skeleton.css +4 -4
  2328. package/typography/esm/hooks/use-skeleton.js +1 -1
  2329. package/typography/esm/index.js +2 -2
  2330. package/typography/esm/text/component.js +2 -2
  2331. package/typography/esm/text/index.css +19 -19
  2332. package/typography/esm/text/index.js +1 -1
  2333. package/typography/esm/title/common.css +5 -5
  2334. package/typography/esm/title/component.js +1 -1
  2335. package/typography/esm/title/index.css +18 -18
  2336. package/typography/esm/title/index.js +3 -3
  2337. package/typography/esm/title-mobile/component.js +3 -3
  2338. package/typography/esm/title-mobile/index.css +10 -10
  2339. package/typography/esm/title-mobile/index.js +2 -2
  2340. package/typography/esm/title-responsive/component.js +3 -3
  2341. package/typography/esm/title-responsive/index.css +30 -30
  2342. package/typography/esm/title-responsive/index.js +2 -2
  2343. package/typography/hooks/use-skeleton.css +4 -4
  2344. package/typography/hooks/use-skeleton.js +1 -1
  2345. package/typography/modern/colors.css +22 -22
  2346. package/typography/modern/colors.module-47df2088.js +4 -0
  2347. package/typography/modern/common.module-1bf6f9a0.js +4 -0
  2348. package/typography/modern/component.js +2 -2
  2349. package/typography/modern/hooks/use-skeleton.css +4 -4
  2350. package/typography/modern/hooks/use-skeleton.js +1 -1
  2351. package/typography/modern/index.js +2 -2
  2352. package/typography/modern/text/component.js +2 -2
  2353. package/typography/modern/text/index.css +19 -19
  2354. package/typography/modern/text/index.js +1 -1
  2355. package/typography/modern/title/common.css +5 -5
  2356. package/typography/modern/title/component.js +1 -1
  2357. package/typography/modern/title/index.css +18 -18
  2358. package/typography/modern/title/index.js +3 -3
  2359. package/typography/modern/title-mobile/component.js +3 -3
  2360. package/typography/modern/title-mobile/index.css +10 -10
  2361. package/typography/modern/title-mobile/index.js +2 -2
  2362. package/typography/modern/title-responsive/component.js +3 -3
  2363. package/typography/modern/title-responsive/index.css +30 -30
  2364. package/typography/modern/title-responsive/index.js +2 -2
  2365. package/typography/text/component.js +2 -2
  2366. package/typography/text/index.css +19 -19
  2367. package/typography/title/common.css +5 -5
  2368. package/typography/title/component.js +1 -1
  2369. package/typography/title/index.css +18 -18
  2370. package/typography/title/index.js +2 -2
  2371. package/typography/title-mobile/component.js +2 -2
  2372. package/typography/title-mobile/index.css +10 -10
  2373. package/typography/title-responsive/component.js +2 -2
  2374. package/typography/title-responsive/index.css +30 -30
  2375. package/underlay/Component.js +1 -1
  2376. package/underlay/cssm/index.module.css +2 -2
  2377. package/underlay/esm/Component.js +1 -1
  2378. package/underlay/esm/index.css +163 -163
  2379. package/underlay/esm/index.js +1 -1
  2380. package/underlay/esm/index.module-d88bcb3b.js +4 -0
  2381. package/underlay/esm/utils/getBorderCorners.js +1 -1
  2382. package/underlay/esm/utils/getClasses.js +1 -1
  2383. package/underlay/index.css +163 -163
  2384. package/underlay/index.module-ffa7e56c.js +4 -0
  2385. package/underlay/modern/Component.js +1 -1
  2386. package/underlay/modern/index.css +163 -163
  2387. package/underlay/modern/index.js +1 -1
  2388. package/underlay/modern/index.module-e05eda72.js +4 -0
  2389. package/underlay/modern/utils/getBorderCorners.js +1 -1
  2390. package/underlay/modern/utils/getClasses.js +1 -1
  2391. package/underlay/utils/getBorderCorners.js +1 -1
  2392. package/underlay/utils/getClasses.js +1 -1
  2393. package/universal-date-input/Component-ff24af55.d.ts +5 -0
  2394. package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
  2395. package/universal-date-input/components/date-input/Component.js +1 -1
  2396. package/universal-date-input/components/date-range-input/Component.js +1 -1
  2397. package/universal-date-input/cssm/Component-ff24af55.d.ts +5 -0
  2398. package/universal-date-input/cssm/utils/index.js +1 -1
  2399. package/universal-date-input/esm/Component-ff24af55.d.ts +5 -0
  2400. package/universal-date-input/esm/Component.responsive.js +1 -1
  2401. package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
  2402. package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
  2403. package/universal-date-input/esm/components/date-input/Component.js +1 -1
  2404. package/universal-date-input/esm/components/date-input/index.js +1 -1
  2405. package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
  2406. package/universal-date-input/esm/components/date-range-input/index.js +1 -1
  2407. package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
  2408. package/universal-date-input/esm/desktop/index.js +1 -1
  2409. package/universal-date-input/esm/index.css +7 -7
  2410. package/universal-date-input/esm/index.js +1 -1
  2411. package/universal-date-input/esm/index.module-216f4336.js +4 -0
  2412. package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
  2413. package/universal-date-input/esm/mobile/index.js +1 -1
  2414. package/universal-date-input/esm/utils/index.js +1 -1
  2415. package/universal-date-input/index.css +7 -7
  2416. package/universal-date-input/index.module-2999f57c.js +4 -0
  2417. package/universal-date-input/modern/Component-ff24af55.d.ts +5 -0
  2418. package/universal-date-input/modern/Component.responsive.js +1 -1
  2419. package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
  2420. package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
  2421. package/universal-date-input/modern/components/date-input/Component.js +1 -1
  2422. package/universal-date-input/modern/components/date-input/index.js +1 -1
  2423. package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
  2424. package/universal-date-input/modern/components/date-range-input/index.js +1 -1
  2425. package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
  2426. package/universal-date-input/modern/desktop/index.js +1 -1
  2427. package/universal-date-input/modern/index.css +7 -7
  2428. package/universal-date-input/modern/index.js +1 -1
  2429. package/universal-date-input/modern/index.module-9653b871.js +4 -0
  2430. package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
  2431. package/universal-date-input/modern/mobile/index.js +1 -1
  2432. package/universal-date-input/modern/utils/index.js +1 -1
  2433. package/universal-date-input/utils/index.js +1 -1
  2434. package/vars/colors-bluetint.css +173 -147
  2435. package/vars/colors-decorative.css +318 -178
  2436. package/vars/colors-indigo.css +122 -96
  2437. package/vars/colors-qualitative.css +106 -106
  2438. package/vars/colors-sequential.css +192 -168
  2439. package/vars/cssm/bundle/click.css +173 -147
  2440. package/vars/cssm/bundle/corp.css +173 -147
  2441. package/vars/cssm/bundle/intranet.css +173 -147
  2442. package/vars/cssm/bundle/mobile.css +173 -147
  2443. package/vars/cssm/bundle/site.css +173 -147
  2444. package/vars/cssm/colors-bluetint.css +173 -147
  2445. package/vars/cssm/colors-decorative.css +318 -178
  2446. package/vars/cssm/colors-indigo.css +122 -96
  2447. package/vars/cssm/colors-qualitative.css +106 -106
  2448. package/vars/cssm/colors-sequential.css +192 -168
  2449. package/vars/cssm/index.css +173 -147
  2450. package/vars/cssm/index.d.ts +173 -147
  2451. package/vars/cssm/index.js +173 -147
  2452. package/vars/esm/index.d.ts +173 -147
  2453. package/vars/esm/index.js +174 -148
  2454. package/vars/index.d.ts +173 -147
  2455. package/vars/index.js +173 -147
  2456. package/vars/modern/index.d.ts +173 -147
  2457. package/vars/modern/index.js +174 -148
  2458. package/with-suffix/Component.js +1 -1
  2459. package/with-suffix/esm/Component.js +1 -1
  2460. package/with-suffix/esm/index.css +9 -9
  2461. package/with-suffix/index.css +9 -9
  2462. package/with-suffix/modern/Component.js +1 -1
  2463. package/with-suffix/modern/index.css +9 -9
  2464. package/calendar-range/esm/index.module-d36ca5bc.js +0 -4
  2465. package/calendar-range/index.module-43750e1e.js +0 -4
  2466. package/calendar-range/modern/index.module-e07561d5.js +0 -4
  2467. package/grid/esm/gutters.module-27be9855.js +0 -4
  2468. package/grid/gutters.module-ddeb19e4.js +0 -4
  2469. package/grid/modern/gutters.module-3aa3c38c.js +0 -4
  2470. package/modal/esm/layout.module-55ccfbc5.js +0 -4
  2471. package/modal/layout.module-c299e2b6.js +0 -4
  2472. package/modal/modern/layout.module-ed2f5825.js +0 -4
  2473. package/picker-button/Component-70284312.d.ts +0 -5
  2474. package/picker-button/cssm/Component-70284312.d.ts +0 -5
  2475. package/picker-button/esm/Component-70284312.d.ts +0 -5
  2476. package/picker-button/modern/Component-70284312.d.ts +0 -5
  2477. package/side-panel/esm/layout.module-5bd8e912.js +0 -4
  2478. package/side-panel/layout.module-87b3b4f3.js +0 -4
  2479. package/side-panel/modern/layout.module-0db17a1e.js +0 -4
  2480. package/tabs/esm/index.module-72926b9d.js +0 -4
  2481. package/tabs/esm/index.module-98725e10.js +0 -4
  2482. package/tabs/index.module-4fce9d75.js +0 -4
  2483. package/tabs/index.module-5e20b70a.js +0 -4
  2484. package/tabs/modern/index.module-322d9547.js +0 -4
  2485. package/tabs/modern/index.module-6c45f929.js +0 -4
  2486. package/typography/colors.module-6a9688d6.js +0 -4
  2487. package/typography/common.module-f3655026.js +0 -4
  2488. package/typography/esm/colors.module-725037e3.js +0 -4
  2489. package/typography/esm/common.module-ef201ff4.js +0 -4
  2490. package/typography/modern/colors.module-6676adfe.js +0 -4
  2491. package/typography/modern/common.module-26d6b930.js +0 -4
  2492. package/underlay/esm/index.module-681691b4.js +0 -4
  2493. package/underlay/index.module-b8995a43.js +0 -4
  2494. package/underlay/modern/index.module-85893946.js +0 -4
  2495. package/universal-date-input/esm/index.module-67703676.js +0 -4
  2496. package/universal-date-input/index.module-2b9df41f.js +0 -4
  2497. package/universal-date-input/modern/index.module-d60c115b.js +0 -4
  2498. /package/confirmation/{countdown-section-3de166c8.d.ts → countdown-section-62dc9b1b.d.ts} +0 -0
  2499. /package/confirmation/esm/{countdown-section-a5890bc0.d.ts → countdown-section-62c5863f.d.ts} +0 -0
  2500. /package/confirmation/modern/{countdown-section-b244086d.d.ts → countdown-section-6ca560c4.d.ts} +0 -0
  2501. /package/gallery/{buttons-336f96ee.d.ts → buttons-cd063d09.d.ts} +0 -0
  2502. /package/gallery/esm/{buttons-56ff3375.d.ts → buttons-a4ab88cd.d.ts} +0 -0
  2503. /package/gallery/esm/{slide-836afa92.d.ts → slide-74fe8645.d.ts} +0 -0
  2504. /package/gallery/modern/{buttons-f5ffd4af.d.ts → buttons-223b39a6.d.ts} +0 -0
  2505. /package/gallery/modern/{slide-431c7323.d.ts → slide-49b8c0d6.d.ts} +0 -0
  2506. /package/gallery/{slide-06667926.d.ts → slide-eaa00f4b.d.ts} +0 -0
  2507. /package/list/{Component-cc58e09d.d.ts → Component-fd0a16a2.d.ts} +0 -0
  2508. /package/list/esm/{Component-81a36788.d.ts → Component-3fbec0a2.d.ts} +0 -0
  2509. /package/list/modern/{Component-faf9005c.d.ts → Component-fb4c4097.d.ts} +0 -0
  2510. /package/markdown/esm/{use-overrides-7458c0f4.d.ts → use-overrides-6c62184d.d.ts} +0 -0
  2511. /package/markdown/modern/{use-overrides-844122ed.d.ts → use-overrides-90208329.d.ts} +0 -0
  2512. /package/markdown/{use-overrides-bf16eba7.d.ts → use-overrides-1d654655.d.ts} +0 -0
  2513. /package/select/esm/{hook-087f84d1.d.ts → hook-dd86695a.d.ts} +0 -0
  2514. /package/select/esm/{hook-087f84d1.js → hook-dd86695a.js} +0 -0
  2515. /package/select/{hook-213f2662.d.ts → hook-ddf6a468.d.ts} +0 -0
  2516. /package/select/{hook-213f2662.js → hook-ddf6a468.js} +0 -0
  2517. /package/select/modern/{hook-eeb8a533.d.ts → hook-ccdc50fc.d.ts} +0 -0
  2518. /package/select/modern/{hook-eeb8a533.js → hook-ccdc50fc.js} +0 -0
  2519. /package/textarea/{PseudoTextArea-c7f2eeb8.d.ts → PseudoTextArea-d5527a5b.d.ts} +0 -0
  2520. /package/textarea/esm/{PseudoTextArea-59f29d91.d.ts → PseudoTextArea-8c317bda.d.ts} +0 -0
  2521. /package/textarea/modern/{PseudoTextArea-357d76cd.d.ts → PseudoTextArea-c44e22c6.d.ts} +0 -0
@@ -1,9 +1,9 @@
1
1
  /* hash: 14yw3 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
- --color-light-accent-secondary: #0e0e0e;
5
- --color-light-accent-secondary-hover: #29292c;
6
- --color-light-accent-secondary-press: #2f2f32;
4
+ --color-light-accent-secondary: #212124;
5
+ --color-light-accent-secondary-hover: #2f2f32;
6
+ --color-light-accent-secondary-press: #353539;
7
7
  --color-light-border-link: #2288fa;
8
8
  --color-light-neutral-0: #fff;
9
9
  --color-light-neutral-0-hover: #e7e8eb;
@@ -13,7 +13,7 @@
13
13
  --color-light-neutral-translucent-300: rgba(15, 25, 55, 0.1);
14
14
  --color-light-neutral-translucent-500: rgba(9, 12, 37, 0.28);
15
15
  --color-light-neutral-translucent-700: rgba(4, 4, 21, 0.47);
16
- --color-light-text-primary: #0e0e0e;
16
+ --color-light-text-primary: rgba(3, 3, 6, 0.88);
17
17
  --color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
18
18
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
19
19
  } :root {
@@ -68,53 +68,53 @@
68
68
  /* icon */
69
69
  --radio-icon-color: var(--color-light-neutral-1500-inverted);
70
70
  --radio-icon-disabled-color: var(--color-light-neutral-translucent-500);
71
- } .radio__container_1bkg6 {
71
+ } .radio__container_qroyd {
72
72
  display: inline-flex;
73
73
  align-items: flex-start;
74
74
  cursor: pointer
75
- } .radio__container_1bkg6:not(.radio__checked_1bkg6):not(.radio__disabled_1bkg6) .radio__circle_1bkg6 {
75
+ } .radio__container_qroyd:not(.radio__checked_qroyd):not(.radio__disabled_qroyd) .radio__circle_qroyd {
76
76
  background-color: var(--radio-bg-color);
77
77
  border: 1.5px solid var(--radio-border-color);
78
- } .radio__container_1bkg6:not(.radio__checked_1bkg6):not(.radio__disabled_1bkg6):hover:not(:active) .radio__circle_1bkg6 {
78
+ } .radio__container_qroyd:not(.radio__checked_qroyd):not(.radio__disabled_qroyd):hover:not(:active) .radio__circle_qroyd {
79
79
  background-color: var(--radio-hover-bg-color);
80
80
  border-color: var(--radio-hover-border-color);
81
- } .radio__container_1bkg6:not(.radio__checked_1bkg6):not(.radio__disabled_1bkg6):active .radio__circle_1bkg6 {
81
+ } .radio__container_qroyd:not(.radio__checked_qroyd):not(.radio__disabled_qroyd):active .radio__circle_qroyd {
82
82
  background-color: var(--radio-active-bg-color);
83
83
  border-color: var(--radio-active-border-color);
84
- } .radio__container_1bkg6.radio__disabled_1bkg6 {
84
+ } .radio__container_qroyd.radio__disabled_qroyd {
85
85
  cursor: var(--disabled-cursor)
86
- } .radio__container_1bkg6.radio__disabled_1bkg6 .radio__circle_1bkg6 {
86
+ } .radio__container_qroyd.radio__disabled_qroyd .radio__circle_qroyd {
87
87
  background-color: var(--radio-disabled-bg-color);
88
88
  border: 1.5px solid var(--radio-disabled-border-color);
89
- } .radio__container_1bkg6.radio__disabled_1bkg6 .radio__label_1bkg6 {
89
+ } .radio__container_qroyd.radio__disabled_qroyd .radio__label_qroyd {
90
90
  color: var(--radio-disabled-color);
91
- } .radio__container_1bkg6.radio__disabled_1bkg6 .radio__hint_1bkg6 {
91
+ } .radio__container_qroyd.radio__disabled_qroyd .radio__hint_qroyd {
92
92
  color: var(--radio-disabled-color);
93
- } .radio__container_1bkg6.radio__disabled_1bkg6.radio__checked_1bkg6 .radio__circle_1bkg6:before {
93
+ } .radio__container_qroyd.radio__disabled_qroyd.radio__checked_qroyd .radio__circle_qroyd:before {
94
94
  background-color: var(--radio-icon-disabled-color);
95
- } .radio__container_1bkg6.radio__checked_1bkg6:not(:active) .radio__circle_1bkg6:before,
96
- .radio__container_1bkg6.radio__checked_1bkg6.radio__disabled_1bkg6:active .radio__circle_1bkg6:before {
95
+ } .radio__container_qroyd.radio__checked_qroyd:not(:active) .radio__circle_qroyd:before,
96
+ .radio__container_qroyd.radio__checked_qroyd.radio__disabled_qroyd:active .radio__circle_qroyd:before {
97
97
  opacity: 1;
98
- } .radio__container_1bkg6.radio__checked_1bkg6 .radio__circle_1bkg6 {
98
+ } .radio__container_qroyd.radio__checked_qroyd .radio__circle_qroyd {
99
99
  background-color: var(--radio-checked-bg-color);
100
100
  border: 1.5px solid var(--radio-checked-border-color);
101
- } .radio__container_1bkg6.radio__checked_1bkg6:hover .radio__circle_1bkg6 {
101
+ } .radio__container_qroyd.radio__checked_qroyd:hover .radio__circle_qroyd {
102
102
  background-color: var(--radio-checked-hover-bg-color);
103
103
  border-color: var(--radio-checked-hover-border-color);
104
- } .radio__container_1bkg6.radio__checked_1bkg6:active .radio__circle_1bkg6 {
104
+ } .radio__container_qroyd.radio__checked_qroyd:active .radio__circle_qroyd {
105
105
  background-color: var(--radio-checked-active-bg-color);
106
106
  border-color: var(--radio-checked-active-border-color);
107
- } .radio__container_1bkg6.radio__focused_1bkg6 .radio__circle_1bkg6 {
107
+ } .radio__container_qroyd.radio__focused_qroyd .radio__circle_qroyd {
108
108
  outline: 2px solid var(--focus-color);
109
109
  outline-offset: 2px;
110
- } .radio__container_1bkg6.radio__disabled_1bkg6.radio__checked_1bkg6 .radio__circle_1bkg6 {
110
+ } .radio__container_qroyd.radio__disabled_qroyd.radio__checked_qroyd .radio__circle_qroyd {
111
111
  background-color: var(--radio-checked-disabled-bg-color);
112
112
  border-color: var(--radio-checked-disabled-border-color);
113
- } .radio__container_1bkg6 input {
113
+ } .radio__container_qroyd input {
114
114
  position: absolute;
115
115
  z-index: -1;
116
116
  opacity: 0;
117
- } .radio__circle_1bkg6 {
117
+ } .radio__circle_qroyd {
118
118
  flex-shrink: 0;
119
119
  width: 20px;
120
120
  height: 20px;
@@ -123,7 +123,7 @@
123
123
  position: relative;
124
124
  margin: var(--gap-3xs);
125
125
  transition: background-color 0.2s ease, border 0.2s ease
126
- } .radio__circle_1bkg6:before {
126
+ } .radio__circle_qroyd:before {
127
127
  content: '';
128
128
  position: absolute;
129
129
  background-color: var(--radio-icon-color);
@@ -138,34 +138,34 @@
138
138
  bottom: 0;
139
139
  transition: opacity 0.2s ease;
140
140
  opacity: 0;
141
- } .radio__size-20_1bkg6 .radio__circle_1bkg6 {
141
+ } .radio__size-20_qroyd .radio__circle_qroyd {
142
142
  width: 16px;
143
143
  height: 16px;
144
144
  margin: var(--gap-2xs) var(--gap-3xs)
145
- } .radio__size-20_1bkg6 .radio__circle_1bkg6:before {
145
+ } .radio__size-20_qroyd .radio__circle_qroyd:before {
146
146
  border-width: 4px;
147
- } .radio__content_1bkg6 {
147
+ } .radio__content_qroyd {
148
148
  display: flex;
149
149
  flex-direction: column;
150
150
  margin-left: var(--gap-s);
151
- } .radio__size-20_1bkg6 .radio__content_1bkg6 {
151
+ } .radio__size-20_qroyd .radio__content_qroyd {
152
152
  margin-left: var(--gap-xs);
153
- } .radio__start_1bkg6 {
153
+ } .radio__start_qroyd {
154
154
  align-items: flex-start;
155
- } .radio__center_1bkg6 {
155
+ } .radio__center_qroyd {
156
156
  align-items: center;
157
- } .radio__addons_1bkg6 {
157
+ } .radio__addons_qroyd {
158
158
  margin-left: auto;
159
159
  padding-left: var(--gap-m);
160
160
  line-height: 24px;
161
- } .radio__block_1bkg6 {
161
+ } .radio__block_qroyd {
162
162
  width: 100%;
163
- } .radio__label_1bkg6 {
163
+ } .radio__label_qroyd {
164
164
  font-size: 16px;
165
165
  line-height: 24px;
166
166
  font-weight: 400;
167
167
  color: var(--radio-label-color);
168
- } .radio__hint_1bkg6 {
168
+ } .radio__hint_qroyd {
169
169
  font-size: 14px;
170
170
  line-height: 18px;
171
171
  font-weight: 400;
@@ -10,7 +10,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
10
10
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
11
11
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
12
12
 
13
- var commonStyles = {"component":"radio-group__component_os3i7","error":"radio-group__error_os3i7","tag":"radio-group__tag_os3i7","radioList":"radio-group__radioList_os3i7","verticalRadioList":"radio-group__verticalRadioList_os3i7","horizontalRadioList":"radio-group__horizontalRadioList_os3i7","verticalRadio":"radio-group__verticalRadio_os3i7","horizontalRadio":"radio-group__horizontalRadio_os3i7","horizontalTagLabel":"radio-group__horizontalTagLabel_os3i7","label":"radio-group__label_os3i7","sub":"radio-group__sub_os3i7","errorMessage":"radio-group__errorMessage_os3i7","hint":"radio-group__hint_os3i7","hiddenInput":"radio-group__hiddenInput_os3i7","tagLabel":"radio-group__tagLabel_os3i7"};
13
+ var commonStyles = {"component":"radio-group__component_11mut","error":"radio-group__error_11mut","tag":"radio-group__tag_11mut","radioList":"radio-group__radioList_11mut","verticalRadioList":"radio-group__verticalRadioList_11mut","horizontalRadioList":"radio-group__horizontalRadioList_11mut","verticalRadio":"radio-group__verticalRadio_11mut","horizontalRadio":"radio-group__horizontalRadio_11mut","horizontalTagLabel":"radio-group__horizontalTagLabel_11mut","label":"radio-group__label_11mut","sub":"radio-group__sub_11mut","errorMessage":"radio-group__errorMessage_11mut","hint":"radio-group__hint_11mut","hiddenInput":"radio-group__hiddenInput_11mut","tagLabel":"radio-group__tagLabel_11mut"};
14
14
  require('./index.css');
15
15
 
16
16
  var BaseRadioGroup = React.forwardRef(function (_a, ref) {
@@ -2,8 +2,8 @@
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-link: #2288fa;
5
- --color-light-status-negative: #ff5431;
6
- --color-light-text-negative: #ec2e14;
5
+ --color-light-status-negative: #ff4837;
6
+ --color-light-text-negative: #ec2d20;
7
7
  --color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
8
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
9
9
  } :root {
@@ -29,55 +29,55 @@
29
29
  --radio-group-hint-color: var(--color-light-text-secondary);
30
30
 
31
31
  /* mobile */
32
- } .radio-group__component_os3i7 {
32
+ } .radio-group__component_11mut {
33
33
  display: flex;
34
34
  flex-direction: column;
35
- } .radio-group__error_os3i7 {
35
+ } .radio-group__error_11mut {
36
36
  padding-left: var(--gap-s);
37
37
  border-left: 1px solid var(--color-light-status-negative)
38
- } .radio-group__error_os3i7.radio-group__tag_os3i7 {
38
+ } .radio-group__error_11mut.radio-group__tag_11mut {
39
39
  padding-left: var(--gap-xs);
40
- } .radio-group__radioList_os3i7 {
40
+ } .radio-group__radioList_11mut {
41
41
  display: flex;
42
- } .radio-group__verticalRadioList_os3i7 {
42
+ } .radio-group__verticalRadioList_11mut {
43
43
  flex-direction: column;
44
44
  align-items: flex-start;
45
- } .radio-group__horizontalRadioList_os3i7 {
45
+ } .radio-group__horizontalRadioList_11mut {
46
46
  flex-wrap: wrap;
47
47
  margin-bottom: var(--gap-xs-neg);
48
- } .radio-group__verticalRadio_os3i7 {
48
+ } .radio-group__verticalRadio_11mut {
49
49
  margin-bottom: var(--gap-m)
50
- } .radio-group__verticalRadio_os3i7:last-child {
50
+ } .radio-group__verticalRadio_11mut:last-child {
51
51
  margin-bottom: 0;
52
- } .radio-group__horizontalRadio_os3i7 {
52
+ } .radio-group__horizontalRadio_11mut {
53
53
  margin-right: var(--gap-xl);
54
54
  margin-bottom: var(--gap-xs);
55
- } .radio-group__horizontalTagLabel_os3i7 {
55
+ } .radio-group__horizontalTagLabel_11mut {
56
56
  margin-right: var(--gap-xs);
57
- } .radio-group__horizontalRadio_os3i7:last-child,
58
- .radio-group__horizontalTagLabel_os3i7:last-child {
57
+ } .radio-group__horizontalRadio_11mut:last-child,
58
+ .radio-group__horizontalTagLabel_11mut:last-child {
59
59
  margin-right: 0;
60
- } .radio-group__label_os3i7 {
60
+ } .radio-group__label_11mut {
61
61
  margin-bottom: var(--gap-s);
62
- } .radio-group__sub_os3i7 {
62
+ } .radio-group__sub_11mut {
63
63
  font-size: 14px;
64
64
  line-height: 18px;
65
65
  font-weight: 400;
66
66
  margin-top: var(--gap-s);
67
- } .radio-group__errorMessage_os3i7 {
67
+ } .radio-group__errorMessage_11mut {
68
68
  color: var(--radio-group-error-color);
69
- } .radio-group__hint_os3i7 {
69
+ } .radio-group__hint_11mut {
70
70
  color: var(--radio-group-hint-color);
71
- } .radio-group__hiddenInput_os3i7 {
71
+ } .radio-group__hiddenInput_11mut {
72
72
  position: absolute;
73
73
  z-index: -1;
74
74
  top: 0;
75
75
  left: 0;
76
76
  opacity: 0
77
- } .radio-group__hiddenInput_os3i7:focus ~ button {
77
+ } .radio-group__hiddenInput_11mut:focus ~ button {
78
78
  outline: 2px solid var(--focus-color);
79
79
  outline-offset: 2px;
80
- } .radio-group__tagLabel_os3i7 {
80
+ } .radio-group__tagLabel_11mut {
81
81
  position: relative;
82
82
  max-width: 100%;
83
83
  }
@@ -1,8 +1,8 @@
1
1
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
2
2
  } /* deprecated */ :root {
3
3
  --color-light-border-link: #2288fa;
4
- --color-light-status-negative: #ff5431;
5
- --color-light-text-negative: #ec2e14;
4
+ --color-light-status-negative: #ff4837;
5
+ --color-light-text-negative: #ec2d20;
6
6
  --color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
8
  } :root {
@@ -1,6 +1,6 @@
1
1
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
2
2
  } /* deprecated */ :root {
3
- --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
+ --color-light-text-primary: rgba(3, 3, 6, 0.88); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root {
6
6
  } :root {
@@ -8,7 +8,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
8
8
 
9
9
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
10
10
 
11
- var styles = {"radioList":"radio-group__radioList_1mtn8","label":"radio-group__label_1mtn8","sub":"radio-group__sub_1mtn8"};
11
+ var styles = {"radioList":"radio-group__radioList_v2zpu","label":"radio-group__label_v2zpu","sub":"radio-group__sub_v2zpu"};
12
12
  require('./desktop.css');
13
13
 
14
14
  var RadioGroupDesktop = React.forwardRef(function (props, ref) { return React__default.default.createElement(components_baseRadioGroup_Component.BaseRadioGroup, tslib.__assign({}, props, { ref: ref, styles: styles })); });
@@ -1,7 +1,7 @@
1
1
  /* hash: 1i3os */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
- --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-text-primary: rgba(3, 3, 6, 0.88); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root {
7
7
  } :root {
@@ -21,14 +21,14 @@
21
21
  --radio-group-list-padding-left: 0;
22
22
 
23
23
  /* mobile */
24
- } .radio-group__radioList_1mtn8 {
24
+ } .radio-group__radioList_v2zpu {
25
25
  padding-left: var(--radio-group-list-padding-left);
26
- } .radio-group__label_1mtn8 {
26
+ } .radio-group__label_v2zpu {
27
27
  font-size: 16px;
28
28
  line-height: 24px;
29
29
  font-weight: 400;
30
30
  color: var(--radio-group-label-color);
31
31
  padding-left: var(--radio-group-sub-padding-left);
32
- } .radio-group__sub_1mtn8 {
32
+ } .radio-group__sub_v2zpu {
33
33
  padding-left: var(--radio-group-sub-padding-left);
34
34
  }
@@ -3,7 +3,7 @@ import React, { forwardRef, useState, Children, isValidElement, cloneElement } f
3
3
  import cn from 'classnames';
4
4
  import { useDidUpdateEffect } from '@alfalab/hooks';
5
5
 
6
- var commonStyles = {"component":"radio-group__component_os3i7","error":"radio-group__error_os3i7","tag":"radio-group__tag_os3i7","radioList":"radio-group__radioList_os3i7","verticalRadioList":"radio-group__verticalRadioList_os3i7","horizontalRadioList":"radio-group__horizontalRadioList_os3i7","verticalRadio":"radio-group__verticalRadio_os3i7","horizontalRadio":"radio-group__horizontalRadio_os3i7","horizontalTagLabel":"radio-group__horizontalTagLabel_os3i7","label":"radio-group__label_os3i7","sub":"radio-group__sub_os3i7","errorMessage":"radio-group__errorMessage_os3i7","hint":"radio-group__hint_os3i7","hiddenInput":"radio-group__hiddenInput_os3i7","tagLabel":"radio-group__tagLabel_os3i7"};
6
+ var commonStyles = {"component":"radio-group__component_11mut","error":"radio-group__error_11mut","tag":"radio-group__tag_11mut","radioList":"radio-group__radioList_11mut","verticalRadioList":"radio-group__verticalRadioList_11mut","horizontalRadioList":"radio-group__horizontalRadioList_11mut","verticalRadio":"radio-group__verticalRadio_11mut","horizontalRadio":"radio-group__horizontalRadio_11mut","horizontalTagLabel":"radio-group__horizontalTagLabel_11mut","label":"radio-group__label_11mut","sub":"radio-group__sub_11mut","errorMessage":"radio-group__errorMessage_11mut","hint":"radio-group__hint_11mut","hiddenInput":"radio-group__hiddenInput_11mut","tagLabel":"radio-group__tagLabel_11mut"};
7
7
  require('./index.css');
8
8
 
9
9
  var BaseRadioGroup = forwardRef(function (_a, ref) {
@@ -2,8 +2,8 @@
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-link: #2288fa;
5
- --color-light-status-negative: #ff5431;
6
- --color-light-text-negative: #ec2e14;
5
+ --color-light-status-negative: #ff4837;
6
+ --color-light-text-negative: #ec2d20;
7
7
  --color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
8
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
9
9
  } :root {
@@ -29,55 +29,55 @@
29
29
  --radio-group-hint-color: var(--color-light-text-secondary);
30
30
 
31
31
  /* mobile */
32
- } .radio-group__component_os3i7 {
32
+ } .radio-group__component_11mut {
33
33
  display: flex;
34
34
  flex-direction: column;
35
- } .radio-group__error_os3i7 {
35
+ } .radio-group__error_11mut {
36
36
  padding-left: var(--gap-s);
37
37
  border-left: 1px solid var(--color-light-status-negative)
38
- } .radio-group__error_os3i7.radio-group__tag_os3i7 {
38
+ } .radio-group__error_11mut.radio-group__tag_11mut {
39
39
  padding-left: var(--gap-xs);
40
- } .radio-group__radioList_os3i7 {
40
+ } .radio-group__radioList_11mut {
41
41
  display: flex;
42
- } .radio-group__verticalRadioList_os3i7 {
42
+ } .radio-group__verticalRadioList_11mut {
43
43
  flex-direction: column;
44
44
  align-items: flex-start;
45
- } .radio-group__horizontalRadioList_os3i7 {
45
+ } .radio-group__horizontalRadioList_11mut {
46
46
  flex-wrap: wrap;
47
47
  margin-bottom: var(--gap-xs-neg);
48
- } .radio-group__verticalRadio_os3i7 {
48
+ } .radio-group__verticalRadio_11mut {
49
49
  margin-bottom: var(--gap-m)
50
- } .radio-group__verticalRadio_os3i7:last-child {
50
+ } .radio-group__verticalRadio_11mut:last-child {
51
51
  margin-bottom: 0;
52
- } .radio-group__horizontalRadio_os3i7 {
52
+ } .radio-group__horizontalRadio_11mut {
53
53
  margin-right: var(--gap-xl);
54
54
  margin-bottom: var(--gap-xs);
55
- } .radio-group__horizontalTagLabel_os3i7 {
55
+ } .radio-group__horizontalTagLabel_11mut {
56
56
  margin-right: var(--gap-xs);
57
- } .radio-group__horizontalRadio_os3i7:last-child,
58
- .radio-group__horizontalTagLabel_os3i7:last-child {
57
+ } .radio-group__horizontalRadio_11mut:last-child,
58
+ .radio-group__horizontalTagLabel_11mut:last-child {
59
59
  margin-right: 0;
60
- } .radio-group__label_os3i7 {
60
+ } .radio-group__label_11mut {
61
61
  margin-bottom: var(--gap-s);
62
- } .radio-group__sub_os3i7 {
62
+ } .radio-group__sub_11mut {
63
63
  font-size: 14px;
64
64
  line-height: 18px;
65
65
  font-weight: 400;
66
66
  margin-top: var(--gap-s);
67
- } .radio-group__errorMessage_os3i7 {
67
+ } .radio-group__errorMessage_11mut {
68
68
  color: var(--radio-group-error-color);
69
- } .radio-group__hint_os3i7 {
69
+ } .radio-group__hint_11mut {
70
70
  color: var(--radio-group-hint-color);
71
- } .radio-group__hiddenInput_os3i7 {
71
+ } .radio-group__hiddenInput_11mut {
72
72
  position: absolute;
73
73
  z-index: -1;
74
74
  top: 0;
75
75
  left: 0;
76
76
  opacity: 0
77
- } .radio-group__hiddenInput_os3i7:focus ~ button {
77
+ } .radio-group__hiddenInput_11mut:focus ~ button {
78
78
  outline: 2px solid var(--focus-color);
79
79
  outline-offset: 2px;
80
- } .radio-group__tagLabel_os3i7 {
80
+ } .radio-group__tagLabel_11mut {
81
81
  position: relative;
82
82
  max-width: 100%;
83
83
  }
@@ -4,7 +4,7 @@ import { BaseRadioGroup } from '../components/base-radio-group/Component.js';
4
4
  import 'classnames';
5
5
  import '@alfalab/hooks';
6
6
 
7
- var styles = {"radioList":"radio-group__radioList_1mtn8","label":"radio-group__label_1mtn8","sub":"radio-group__sub_1mtn8"};
7
+ var styles = {"radioList":"radio-group__radioList_v2zpu","label":"radio-group__label_v2zpu","sub":"radio-group__sub_v2zpu"};
8
8
  require('./desktop.css');
9
9
 
10
10
  var RadioGroupDesktop = forwardRef(function (props, ref) { return React.createElement(BaseRadioGroup, __assign({}, props, { ref: ref, styles: styles })); });
@@ -1,7 +1,7 @@
1
1
  /* hash: 1i3os */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
- --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-text-primary: rgba(3, 3, 6, 0.88); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root {
7
7
  } :root {
@@ -21,14 +21,14 @@
21
21
  --radio-group-list-padding-left: 0;
22
22
 
23
23
  /* mobile */
24
- } .radio-group__radioList_1mtn8 {
24
+ } .radio-group__radioList_v2zpu {
25
25
  padding-left: var(--radio-group-list-padding-left);
26
- } .radio-group__label_1mtn8 {
26
+ } .radio-group__label_v2zpu {
27
27
  font-size: 16px;
28
28
  line-height: 24px;
29
29
  font-weight: 400;
30
30
  color: var(--radio-group-label-color);
31
31
  padding-left: var(--radio-group-sub-padding-left);
32
- } .radio-group__sub_1mtn8 {
32
+ } .radio-group__sub_v2zpu {
33
33
  padding-left: var(--radio-group-sub-padding-left);
34
34
  }
@@ -4,7 +4,7 @@ import { BaseRadioGroup } from '../components/base-radio-group/Component.js';
4
4
  import 'classnames';
5
5
  import '@alfalab/hooks';
6
6
 
7
- var styles = {"radioList":"radio-group__radioList_17zdf","label":"radio-group__label_17zdf","sub":"radio-group__sub_17zdf"};
7
+ var styles = {"radioList":"radio-group__radioList_v4m4j","label":"radio-group__label_v4m4j","sub":"radio-group__sub_v4m4j"};
8
8
  require('./mobile.css');
9
9
 
10
10
  var RadioGroupMobile = forwardRef(function (props, ref) { return (React.createElement(BaseRadioGroup, __assign({}, props, { ref: ref, styles: styles }))); });
@@ -23,14 +23,14 @@
23
23
  --radio-group-mobile-sub-padding-left: var(--gap-2xs);
24
24
  --radio-group-mobile-list-padding-left: var(--gap-3xs);
25
25
  --radio-group-mobile-label-color: var(--color-light-text-secondary);
26
- } .radio-group__radioList_17zdf {
26
+ } .radio-group__radioList_v4m4j {
27
27
  padding-left: var(--radio-group-mobile-list-padding-left);
28
- } .radio-group__label_17zdf {
28
+ } .radio-group__label_v4m4j {
29
29
  font-size: 14px;
30
30
  line-height: 18px;
31
31
  font-weight: 400;
32
32
  color: var(--radio-group-mobile-label-color);
33
33
  padding-left: var(--radio-group-mobile-sub-padding-left);
34
- } .radio-group__sub_17zdf {
34
+ } .radio-group__sub_v4m4j {
35
35
  padding-left: var(--radio-group-mobile-sub-padding-left);
36
36
  }
@@ -8,7 +8,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
8
8
 
9
9
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
10
10
 
11
- var styles = {"radioList":"radio-group__radioList_17zdf","label":"radio-group__label_17zdf","sub":"radio-group__sub_17zdf"};
11
+ var styles = {"radioList":"radio-group__radioList_v4m4j","label":"radio-group__label_v4m4j","sub":"radio-group__sub_v4m4j"};
12
12
  require('./mobile.css');
13
13
 
14
14
  var RadioGroupMobile = React.forwardRef(function (props, ref) { return (React__default.default.createElement(components_baseRadioGroup_Component.BaseRadioGroup, tslib.__assign({}, props, { ref: ref, styles: styles }))); });
@@ -23,14 +23,14 @@
23
23
  --radio-group-mobile-sub-padding-left: var(--gap-2xs);
24
24
  --radio-group-mobile-list-padding-left: var(--gap-3xs);
25
25
  --radio-group-mobile-label-color: var(--color-light-text-secondary);
26
- } .radio-group__radioList_17zdf {
26
+ } .radio-group__radioList_v4m4j {
27
27
  padding-left: var(--radio-group-mobile-list-padding-left);
28
- } .radio-group__label_17zdf {
28
+ } .radio-group__label_v4m4j {
29
29
  font-size: 14px;
30
30
  line-height: 18px;
31
31
  font-weight: 400;
32
32
  color: var(--radio-group-mobile-label-color);
33
33
  padding-left: var(--radio-group-mobile-sub-padding-left);
34
- } .radio-group__sub_17zdf {
34
+ } .radio-group__sub_v4m4j {
35
35
  padding-left: var(--radio-group-mobile-sub-padding-left);
36
36
  }
@@ -2,7 +2,7 @@ import React, { forwardRef, useState, Children, isValidElement, cloneElement } f
2
2
  import cn from 'classnames';
3
3
  import { useDidUpdateEffect } from '@alfalab/hooks';
4
4
 
5
- const commonStyles = {"component":"radio-group__component_os3i7","error":"radio-group__error_os3i7","tag":"radio-group__tag_os3i7","radioList":"radio-group__radioList_os3i7","verticalRadioList":"radio-group__verticalRadioList_os3i7","horizontalRadioList":"radio-group__horizontalRadioList_os3i7","verticalRadio":"radio-group__verticalRadio_os3i7","horizontalRadio":"radio-group__horizontalRadio_os3i7","horizontalTagLabel":"radio-group__horizontalTagLabel_os3i7","label":"radio-group__label_os3i7","sub":"radio-group__sub_os3i7","errorMessage":"radio-group__errorMessage_os3i7","hint":"radio-group__hint_os3i7","hiddenInput":"radio-group__hiddenInput_os3i7","tagLabel":"radio-group__tagLabel_os3i7"};
5
+ const commonStyles = {"component":"radio-group__component_11mut","error":"radio-group__error_11mut","tag":"radio-group__tag_11mut","radioList":"radio-group__radioList_11mut","verticalRadioList":"radio-group__verticalRadioList_11mut","horizontalRadioList":"radio-group__horizontalRadioList_11mut","verticalRadio":"radio-group__verticalRadio_11mut","horizontalRadio":"radio-group__horizontalRadio_11mut","horizontalTagLabel":"radio-group__horizontalTagLabel_11mut","label":"radio-group__label_11mut","sub":"radio-group__sub_11mut","errorMessage":"radio-group__errorMessage_11mut","hint":"radio-group__hint_11mut","hiddenInput":"radio-group__hiddenInput_11mut","tagLabel":"radio-group__tagLabel_11mut"};
6
6
  require('./index.css');
7
7
 
8
8
  const BaseRadioGroup = forwardRef(({ children, className, radioListClassName, direction = 'vertical', label, error, hint, onChange, onBlur, onFocus, type = 'radio', dataTestId, disabled = false, name, value, styles, }, ref) => {