@alfalab/core-components 45.0.0 → 45.1.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 (2218) hide show
  1. package/action-button/Component.js +4 -4
  2. package/action-button/default.css +13 -13
  3. package/action-button/esm/Component.js +4 -4
  4. package/action-button/esm/default.css +13 -13
  5. package/action-button/esm/index.css +10 -10
  6. package/action-button/esm/inverted.css +13 -13
  7. package/action-button/esm/static.css +9 -9
  8. package/action-button/index.css +10 -10
  9. package/action-button/inverted.css +13 -13
  10. package/action-button/modern/Component.js +4 -4
  11. package/action-button/modern/default.css +13 -13
  12. package/action-button/modern/index.css +10 -10
  13. package/action-button/modern/inverted.css +13 -13
  14. package/action-button/modern/static.css +9 -9
  15. package/action-button/static.css +9 -9
  16. package/alert/Component.js +1 -1
  17. package/alert/esm/Component.js +1 -1
  18. package/alert/esm/index.css +3 -3
  19. package/alert/index.css +3 -3
  20. package/alert/modern/Component.js +1 -1
  21. package/alert/modern/index.css +3 -3
  22. package/amount/component.js +1 -1
  23. package/amount/esm/component.js +1 -1
  24. package/amount/esm/index.css +7 -7
  25. package/amount/esm/pure/component.js +1 -1
  26. package/amount/esm/pure/index.css +1 -1
  27. package/amount/index.css +7 -7
  28. package/amount/modern/component.js +1 -1
  29. package/amount/modern/index.css +7 -7
  30. package/amount/modern/pure/component.js +1 -1
  31. package/amount/modern/pure/index.css +1 -1
  32. package/amount/pure/component.js +1 -1
  33. package/amount/pure/index.css +1 -1
  34. package/amount-input/Component.d.ts +8 -0
  35. package/amount-input/Component.js +10 -8
  36. package/amount-input/cssm/Component.d.ts +8 -0
  37. package/amount-input/cssm/Component.js +7 -5
  38. package/amount-input/default.css +2 -2
  39. package/amount-input/esm/Component.d.ts +8 -0
  40. package/amount-input/esm/Component.js +10 -8
  41. package/amount-input/esm/default.css +2 -2
  42. package/amount-input/esm/index.css +7 -7
  43. package/amount-input/esm/inverted.css +2 -2
  44. package/amount-input/index.css +7 -7
  45. package/amount-input/inverted.css +2 -2
  46. package/amount-input/modern/Component.d.ts +8 -0
  47. package/amount-input/modern/Component.js +7 -5
  48. package/amount-input/modern/default.css +2 -2
  49. package/amount-input/modern/index.css +7 -7
  50. package/amount-input/modern/inverted.css +2 -2
  51. package/attach/Component.js +1 -1
  52. package/attach/esm/Component.js +1 -1
  53. package/attach/esm/index.css +26 -26
  54. package/attach/index.css +26 -26
  55. package/attach/modern/Component.js +1 -1
  56. package/attach/modern/index.css +26 -26
  57. package/backdrop/Component.js +1 -1
  58. package/backdrop/esm/Component.js +1 -1
  59. package/backdrop/esm/index.css +10 -10
  60. package/backdrop/index.css +10 -10
  61. package/backdrop/modern/Component.js +1 -1
  62. package/backdrop/modern/index.css +10 -10
  63. package/badge/Component.js +1 -1
  64. package/badge/esm/Component.js +1 -1
  65. package/badge/esm/index.css +47 -47
  66. package/badge/index.css +47 -47
  67. package/badge/modern/Component.js +1 -1
  68. package/badge/modern/index.css +47 -47
  69. package/bank-card/Component.js +1 -1
  70. package/bank-card/esm/Component.js +1 -1
  71. package/bank-card/esm/index.css +20 -20
  72. package/bank-card/index.css +20 -20
  73. package/bank-card/modern/Component.js +1 -1
  74. package/bank-card/modern/index.css +20 -20
  75. package/base-modal/Component.js +1 -1
  76. package/base-modal/esm/Component.js +1 -1
  77. package/base-modal/esm/index.css +12 -12
  78. package/base-modal/index.css +12 -12
  79. package/base-modal/modern/Component.js +1 -1
  80. package/base-modal/modern/index.css +12 -12
  81. package/bottom-sheet/component.js +1 -1
  82. package/bottom-sheet/components/footer/Component.js +1 -1
  83. package/bottom-sheet/components/footer/index.css +26 -26
  84. package/bottom-sheet/components/header/Component.js +1 -1
  85. package/bottom-sheet/components/header/index.css +13 -13
  86. package/bottom-sheet/esm/component.js +1 -1
  87. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  88. package/bottom-sheet/esm/components/footer/index.css +26 -26
  89. package/bottom-sheet/esm/components/header/Component.js +1 -1
  90. package/bottom-sheet/esm/components/header/index.css +13 -13
  91. package/bottom-sheet/esm/index.css +44 -44
  92. package/bottom-sheet/index.css +44 -44
  93. package/bottom-sheet/modern/component.js +1 -1
  94. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  95. package/bottom-sheet/modern/components/footer/index.css +26 -26
  96. package/bottom-sheet/modern/components/header/Component.js +1 -1
  97. package/bottom-sheet/modern/components/header/index.css +13 -13
  98. package/bottom-sheet/modern/index.css +44 -44
  99. package/button/components/base-button/Component.js +3 -3
  100. package/button/components/base-button/default.css +43 -43
  101. package/button/components/base-button/index.css +58 -58
  102. package/button/components/base-button/inverted.css +43 -43
  103. package/button/desktop/Component.desktop.js +3 -3
  104. package/button/desktop/default.desktop.css +15 -15
  105. package/button/desktop/desktop.css +7 -7
  106. package/button/desktop/inverted.desktop.css +15 -15
  107. package/button/esm/components/base-button/Component.js +3 -3
  108. package/button/esm/components/base-button/default.css +43 -43
  109. package/button/esm/components/base-button/index.css +58 -58
  110. package/button/esm/components/base-button/inverted.css +43 -43
  111. package/button/esm/desktop/Component.desktop.js +3 -3
  112. package/button/esm/desktop/default.desktop.css +15 -15
  113. package/button/esm/desktop/desktop.css +7 -7
  114. package/button/esm/desktop/inverted.desktop.css +15 -15
  115. package/button/esm/mobile/Component.mobile.js +3 -3
  116. package/button/esm/mobile/default.mobile.css +14 -14
  117. package/button/esm/mobile/inverted.mobile.css +14 -14
  118. package/button/esm/mobile/mobile.css +7 -7
  119. package/button/mobile/Component.mobile.js +3 -3
  120. package/button/mobile/default.mobile.css +14 -14
  121. package/button/mobile/inverted.mobile.css +14 -14
  122. package/button/mobile/mobile.css +7 -7
  123. package/button/modern/components/base-button/Component.js +3 -3
  124. package/button/modern/components/base-button/default.css +43 -43
  125. package/button/modern/components/base-button/index.css +58 -58
  126. package/button/modern/components/base-button/inverted.css +43 -43
  127. package/button/modern/desktop/Component.desktop.js +3 -3
  128. package/button/modern/desktop/default.desktop.css +15 -15
  129. package/button/modern/desktop/desktop.css +7 -7
  130. package/button/modern/desktop/inverted.desktop.css +15 -15
  131. package/button/modern/mobile/Component.mobile.js +3 -3
  132. package/button/modern/mobile/default.mobile.css +14 -14
  133. package/button/modern/mobile/inverted.mobile.css +14 -14
  134. package/button/modern/mobile/mobile.css +7 -7
  135. package/calendar/Component.responsive.d.ts +1 -0
  136. package/calendar/components/calendar-mobile/Component.d.ts +8 -0
  137. package/calendar/components/calendar-mobile/Component.js +14 -9
  138. package/calendar/components/calendar-mobile/backdrop-transitions.css +10 -10
  139. package/calendar/components/calendar-mobile/index.css +15 -15
  140. package/calendar/components/calendar-mobile/transitions.css +8 -8
  141. package/calendar/components/days-table/Component.js +1 -1
  142. package/calendar/components/days-table/index.css +66 -66
  143. package/calendar/components/header/Component.js +1 -1
  144. package/calendar/components/header/index.css +3 -3
  145. package/calendar/components/month-year-header/Component.js +1 -1
  146. package/calendar/components/month-year-header/index.css +10 -10
  147. package/calendar/components/months-table/Component.js +1 -1
  148. package/calendar/components/months-table/index.css +13 -13
  149. package/calendar/components/period-slider/Component.js +1 -1
  150. package/calendar/components/period-slider/index.css +11 -11
  151. package/calendar/components/select-button/Component.js +1 -1
  152. package/calendar/components/select-button/index.css +10 -10
  153. package/calendar/components/years-table/Component.js +1 -1
  154. package/calendar/components/years-table/index.css +15 -15
  155. package/calendar/cssm/Component.responsive.d.ts +1 -0
  156. package/calendar/cssm/components/calendar-mobile/Component.d.ts +8 -0
  157. package/calendar/cssm/components/calendar-mobile/Component.js +11 -6
  158. package/calendar/cssm/shared/index.d.ts +1 -1
  159. package/calendar/cssm/shared/index.js +1 -0
  160. package/calendar/cssm/utils.d.ts +10 -1
  161. package/calendar/cssm/utils.js +13 -0
  162. package/calendar/desktop/Component.desktop.js +1 -1
  163. package/calendar/desktop/desktop.css +29 -29
  164. package/calendar/esm/Component.responsive.d.ts +1 -0
  165. package/calendar/esm/Component.responsive.js +1 -1
  166. package/calendar/esm/components/calendar-mobile/Component.d.ts +8 -0
  167. package/calendar/esm/components/calendar-mobile/Component.js +14 -10
  168. package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +10 -10
  169. package/calendar/esm/components/calendar-mobile/index.css +15 -15
  170. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  171. package/calendar/esm/components/calendar-mobile/transitions.css +8 -8
  172. package/calendar/esm/components/days-table/Component.js +2 -1
  173. package/calendar/esm/components/days-table/index.css +66 -66
  174. package/calendar/esm/components/days-table/index.js +1 -0
  175. package/calendar/esm/components/header/Component.js +1 -1
  176. package/calendar/esm/components/header/index.css +3 -3
  177. package/calendar/esm/components/month-year-header/Component.js +2 -1
  178. package/calendar/esm/components/month-year-header/index.css +10 -10
  179. package/calendar/esm/components/month-year-header/index.js +1 -0
  180. package/calendar/esm/components/months-table/Component.js +2 -1
  181. package/calendar/esm/components/months-table/index.css +13 -13
  182. package/calendar/esm/components/months-table/index.js +1 -0
  183. package/calendar/esm/components/period-slider/Component.js +2 -1
  184. package/calendar/esm/components/period-slider/index.css +11 -11
  185. package/calendar/esm/components/period-slider/index.js +1 -0
  186. package/calendar/esm/components/period-slider/utils.js +1 -0
  187. package/calendar/esm/components/select-button/Component.js +1 -1
  188. package/calendar/esm/components/select-button/index.css +10 -10
  189. package/calendar/esm/components/years-table/Component.js +1 -1
  190. package/calendar/esm/components/years-table/index.css +15 -15
  191. package/calendar/esm/desktop/Component.desktop.js +1 -1
  192. package/calendar/esm/desktop/desktop.css +29 -29
  193. package/calendar/esm/index.js +1 -1
  194. package/calendar/esm/mobile/index.js +1 -1
  195. package/calendar/esm/shared/index.d.ts +1 -1
  196. package/calendar/esm/shared/index.js +2 -1
  197. package/calendar/esm/useCalendar.js +1 -0
  198. package/calendar/esm/utils.d.ts +10 -1
  199. package/calendar/esm/utils.js +13 -1
  200. package/calendar/modern/Component.responsive.d.ts +1 -0
  201. package/calendar/modern/Component.responsive.js +1 -1
  202. package/calendar/modern/components/calendar-mobile/Component.d.ts +8 -0
  203. package/calendar/modern/components/calendar-mobile/Component.js +14 -10
  204. package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +10 -10
  205. package/calendar/modern/components/calendar-mobile/index.css +15 -15
  206. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  207. package/calendar/modern/components/calendar-mobile/transitions.css +8 -8
  208. package/calendar/modern/components/days-table/Component.js +2 -1
  209. package/calendar/modern/components/days-table/index.css +66 -66
  210. package/calendar/modern/components/days-table/index.js +1 -0
  211. package/calendar/modern/components/header/Component.js +1 -1
  212. package/calendar/modern/components/header/index.css +3 -3
  213. package/calendar/modern/components/month-year-header/Component.js +2 -1
  214. package/calendar/modern/components/month-year-header/index.css +10 -10
  215. package/calendar/modern/components/month-year-header/index.js +1 -0
  216. package/calendar/modern/components/months-table/Component.js +2 -1
  217. package/calendar/modern/components/months-table/index.css +13 -13
  218. package/calendar/modern/components/months-table/index.js +1 -0
  219. package/calendar/modern/components/period-slider/Component.js +2 -1
  220. package/calendar/modern/components/period-slider/index.css +11 -11
  221. package/calendar/modern/components/period-slider/index.js +1 -0
  222. package/calendar/modern/components/period-slider/utils.js +1 -0
  223. package/calendar/modern/components/select-button/Component.js +1 -1
  224. package/calendar/modern/components/select-button/index.css +10 -10
  225. package/calendar/modern/components/years-table/Component.js +1 -1
  226. package/calendar/modern/components/years-table/index.css +15 -15
  227. package/calendar/modern/desktop/Component.desktop.js +1 -1
  228. package/calendar/modern/desktop/desktop.css +29 -29
  229. package/calendar/modern/index.js +1 -1
  230. package/calendar/modern/mobile/index.js +1 -1
  231. package/calendar/modern/shared/index.d.ts +1 -1
  232. package/calendar/modern/shared/index.js +2 -1
  233. package/calendar/modern/useCalendar.js +1 -0
  234. package/calendar/modern/utils.d.ts +10 -1
  235. package/calendar/modern/utils.js +13 -1
  236. package/calendar/shared/index.d.ts +1 -1
  237. package/calendar/shared/index.js +1 -0
  238. package/calendar/utils.d.ts +10 -1
  239. package/calendar/utils.js +13 -0
  240. package/calendar-input/components/calendar-input/Component.d.ts +1 -0
  241. package/calendar-input/components/calendar-input/Component.js +1 -1
  242. package/calendar-input/components/calendar-input/index.css +11 -11
  243. package/calendar-input/cssm/components/calendar-input/Component.d.ts +1 -0
  244. package/calendar-input/esm/components/calendar-input/Component.d.ts +1 -0
  245. package/calendar-input/esm/components/calendar-input/Component.js +1 -1
  246. package/calendar-input/esm/components/calendar-input/index.css +11 -11
  247. package/calendar-input/modern/components/calendar-input/Component.d.ts +1 -0
  248. package/calendar-input/modern/components/calendar-input/Component.js +1 -1
  249. package/calendar-input/modern/components/calendar-input/index.css +11 -11
  250. package/calendar-range/components/divider/Component.js +1 -1
  251. package/calendar-range/components/divider/index.css +8 -8
  252. package/calendar-range/esm/Component.js +1 -1
  253. package/calendar-range/esm/components/divider/Component.js +1 -1
  254. package/calendar-range/esm/components/divider/index.css +8 -8
  255. package/calendar-range/esm/index.js +1 -1
  256. package/calendar-range/esm/index.module-0045113f.js +4 -0
  257. package/calendar-range/esm/views/index.css +7 -7
  258. package/calendar-range/esm/views/popover.js +1 -1
  259. package/calendar-range/esm/views/static.js +1 -1
  260. package/calendar-range/index.module-747bf0cd.js +4 -0
  261. package/calendar-range/modern/Component.js +1 -1
  262. package/calendar-range/modern/components/divider/Component.js +1 -1
  263. package/calendar-range/modern/components/divider/index.css +8 -8
  264. package/calendar-range/modern/index.js +1 -1
  265. package/calendar-range/modern/index.module-ffff3dcc.js +4 -0
  266. package/calendar-range/modern/views/index.css +7 -7
  267. package/calendar-range/modern/views/popover.js +1 -1
  268. package/calendar-range/modern/views/static.js +1 -1
  269. package/calendar-range/views/index.css +7 -7
  270. package/calendar-range/views/popover.js +1 -1
  271. package/calendar-range/views/static.js +1 -1
  272. package/calendar-with-skeleton/Component.js +1 -1
  273. package/calendar-with-skeleton/esm/Component.js +1 -1
  274. package/calendar-with-skeleton/esm/index.css +12 -12
  275. package/calendar-with-skeleton/index.css +12 -12
  276. package/calendar-with-skeleton/modern/Component.js +1 -1
  277. package/calendar-with-skeleton/modern/index.css +12 -12
  278. package/card-image/Component.js +1 -1
  279. package/card-image/esm/Component.js +1 -1
  280. package/card-image/esm/index.css +6 -6
  281. package/card-image/index.css +6 -6
  282. package/card-image/modern/Component.js +1 -1
  283. package/card-image/modern/index.css +6 -6
  284. package/cdn-icon/Component.js +1 -1
  285. package/cdn-icon/esm/Component.js +1 -1
  286. package/cdn-icon/esm/index.css +3 -3
  287. package/cdn-icon/index.css +3 -3
  288. package/cdn-icon/modern/Component.js +1 -1
  289. package/cdn-icon/modern/index.css +3 -3
  290. package/chart/Component.js +1 -1
  291. package/chart/components/Dot/index.css +7 -7
  292. package/chart/components/Dot/index.js +1 -1
  293. package/chart/components/Legends/index.css +7 -7
  294. package/chart/components/Legends/index.js +1 -1
  295. package/chart/components/Tick/index.css +3 -3
  296. package/chart/components/Tick/index.js +1 -1
  297. package/chart/components/TooltipContent/index.css +6 -6
  298. package/chart/components/TooltipContent/index.js +1 -1
  299. package/chart/esm/Component.js +1 -1
  300. package/chart/esm/components/Dot/index.css +7 -7
  301. package/chart/esm/components/Dot/index.js +1 -1
  302. package/chart/esm/components/Legends/index.css +7 -7
  303. package/chart/esm/components/Legends/index.js +1 -1
  304. package/chart/esm/components/Tick/index.css +3 -3
  305. package/chart/esm/components/Tick/index.js +1 -1
  306. package/chart/esm/components/TooltipContent/index.css +6 -6
  307. package/chart/esm/components/TooltipContent/index.js +1 -1
  308. package/chart/esm/index.css +4 -4
  309. package/chart/index.css +4 -4
  310. package/chart/modern/Component.js +1 -1
  311. package/chart/modern/components/Dot/index.css +7 -7
  312. package/chart/modern/components/Dot/index.js +1 -1
  313. package/chart/modern/components/Legends/index.css +7 -7
  314. package/chart/modern/components/Legends/index.js +1 -1
  315. package/chart/modern/components/Tick/index.css +3 -3
  316. package/chart/modern/components/Tick/index.js +1 -1
  317. package/chart/modern/components/TooltipContent/index.css +6 -6
  318. package/chart/modern/components/TooltipContent/index.js +1 -1
  319. package/chart/modern/index.css +4 -4
  320. package/checkbox/Component.js +1 -1
  321. package/checkbox/esm/Component.js +1 -1
  322. package/checkbox/esm/index.css +34 -34
  323. package/checkbox/index.css +34 -34
  324. package/checkbox/modern/Component.js +1 -1
  325. package/checkbox/modern/index.css +34 -34
  326. package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
  327. package/checkbox-group/components/base-checkbox-group/index.css +18 -18
  328. package/checkbox-group/desktop/Component.desktop.js +1 -1
  329. package/checkbox-group/desktop/desktop.css +3 -3
  330. package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
  331. package/checkbox-group/esm/components/base-checkbox-group/index.css +18 -18
  332. package/checkbox-group/esm/desktop/Component.desktop.js +1 -1
  333. package/checkbox-group/esm/desktop/desktop.css +3 -3
  334. package/checkbox-group/esm/mobile/Component.mobile.js +1 -1
  335. package/checkbox-group/esm/mobile/mobile.css +3 -3
  336. package/checkbox-group/mobile/Component.mobile.js +1 -1
  337. package/checkbox-group/mobile/mobile.css +3 -3
  338. package/checkbox-group/modern/components/base-checkbox-group/Component.js +1 -1
  339. package/checkbox-group/modern/components/base-checkbox-group/index.css +18 -18
  340. package/checkbox-group/modern/desktop/Component.desktop.js +1 -1
  341. package/checkbox-group/modern/desktop/desktop.css +3 -3
  342. package/checkbox-group/modern/mobile/Component.mobile.js +1 -1
  343. package/checkbox-group/modern/mobile/mobile.css +3 -3
  344. package/circular-progress-bar/Component.js +1 -1
  345. package/circular-progress-bar/esm/Component.js +1 -1
  346. package/circular-progress-bar/esm/index.css +49 -49
  347. package/circular-progress-bar/index.css +49 -49
  348. package/circular-progress-bar/modern/Component.js +1 -1
  349. package/circular-progress-bar/modern/index.css +49 -49
  350. package/code-input/components/base-code-input/component.js +5 -5
  351. package/code-input/components/base-code-input/index.css +5 -5
  352. package/code-input/components/input/component.js +1 -1
  353. package/code-input/components/input/index.css +11 -11
  354. package/code-input/cssm/components/base-code-input/component.js +4 -4
  355. package/code-input/cssm/typings.d.ts +5 -0
  356. package/code-input/desktop/Component.desktop.js +1 -1
  357. package/code-input/desktop/desktop.css +1 -1
  358. package/code-input/esm/components/base-code-input/component.js +5 -5
  359. package/code-input/esm/components/base-code-input/index.css +5 -5
  360. package/code-input/esm/components/input/component.js +1 -1
  361. package/code-input/esm/components/input/index.css +11 -11
  362. package/code-input/esm/desktop/Component.desktop.js +1 -1
  363. package/code-input/esm/desktop/desktop.css +1 -1
  364. package/code-input/esm/mobile/Component.mobile.js +1 -1
  365. package/code-input/esm/mobile/mobile.css +2 -2
  366. package/code-input/esm/typings.d.ts +5 -0
  367. package/code-input/mobile/Component.mobile.js +1 -1
  368. package/code-input/mobile/mobile.css +2 -2
  369. package/code-input/modern/components/base-code-input/component.js +4 -4
  370. package/code-input/modern/components/base-code-input/index.css +5 -5
  371. package/code-input/modern/components/input/component.js +1 -1
  372. package/code-input/modern/components/input/index.css +11 -11
  373. package/code-input/modern/desktop/Component.desktop.js +1 -1
  374. package/code-input/modern/desktop/desktop.css +1 -1
  375. package/code-input/modern/mobile/Component.mobile.js +1 -1
  376. package/code-input/modern/mobile/mobile.css +2 -2
  377. package/code-input/modern/typings.d.ts +5 -0
  378. package/code-input/typings.d.ts +5 -0
  379. package/collapse/Component.js +1 -1
  380. package/collapse/esm/Component.js +1 -1
  381. package/collapse/esm/index.css +8 -8
  382. package/collapse/index.css +8 -8
  383. package/collapse/modern/Component.js +1 -1
  384. package/collapse/modern/index.css +8 -8
  385. package/comment/Component.js +1 -1
  386. package/comment/esm/Component.js +1 -1
  387. package/comment/esm/index.css +3 -3
  388. package/comment/index.css +3 -3
  389. package/comment/modern/Component.js +1 -1
  390. package/comment/modern/index.css +3 -3
  391. package/confirmation/components/base-confirmation/component.js +3 -2
  392. package/confirmation/components/base-confirmation/index.css +2 -2
  393. package/confirmation/components/countdown-loader/component.js +1 -1
  394. package/confirmation/components/countdown-loader/index.css +2 -2
  395. package/confirmation/components/header/component.js +1 -1
  396. package/confirmation/components/header/index.css +4 -4
  397. package/confirmation/components/screens/fatal-error/component.js +1 -1
  398. package/confirmation/components/screens/fatal-error/index.css +6 -6
  399. package/confirmation/components/screens/hint/component.js +1 -1
  400. package/confirmation/components/screens/hint/index.css +12 -12
  401. package/confirmation/components/screens/initial/component.js +3 -3
  402. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  403. package/confirmation/components/screens/initial/index.css +17 -17
  404. package/confirmation/components/screens/temp-block/component.js +1 -1
  405. package/confirmation/components/screens/temp-block/index.css +7 -7
  406. package/confirmation/{countdown-section-0d14ca9c.js → countdown-section-b2892ef2.js} +1 -1
  407. package/confirmation/cssm/components/base-confirmation/component.js +2 -1
  408. package/confirmation/cssm/components/screens/fatal-error/index.module.css +1 -1
  409. package/confirmation/cssm/components/screens/initial/component.js +2 -2
  410. package/confirmation/cssm/types.d.ts +6 -1
  411. package/confirmation/esm/component.responsive.js +1 -1
  412. package/confirmation/esm/components/base-confirmation/component.js +4 -3
  413. package/confirmation/esm/components/base-confirmation/index.css +2 -2
  414. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  415. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  416. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  417. package/confirmation/esm/components/header/component.js +1 -1
  418. package/confirmation/esm/components/header/index.css +4 -4
  419. package/confirmation/esm/components/index.js +1 -1
  420. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  421. package/confirmation/esm/components/screens/fatal-error/index.css +6 -6
  422. package/confirmation/esm/components/screens/hint/component.js +1 -1
  423. package/confirmation/esm/components/screens/hint/index.css +12 -12
  424. package/confirmation/esm/components/screens/index.js +1 -1
  425. package/confirmation/esm/components/screens/initial/component.js +3 -3
  426. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  427. package/confirmation/esm/components/screens/initial/index.css +17 -17
  428. package/confirmation/esm/components/screens/initial/index.js +1 -1
  429. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  430. package/confirmation/esm/components/screens/temp-block/index.css +7 -7
  431. package/confirmation/esm/{countdown-section-b671a460.js → countdown-section-128b6ff2.js} +1 -1
  432. package/confirmation/esm/desktop/component.desktop.js +1 -1
  433. package/confirmation/esm/desktop/index.js +1 -1
  434. package/confirmation/esm/index.js +1 -1
  435. package/confirmation/esm/mobile/component.mobile.js +2 -2
  436. package/confirmation/esm/mobile/index.js +1 -1
  437. package/confirmation/esm/mobile/mobile.css +2 -2
  438. package/confirmation/esm/shared/index.js +1 -1
  439. package/confirmation/esm/types.d.ts +6 -1
  440. package/confirmation/mobile/component.mobile.js +1 -1
  441. package/confirmation/mobile/mobile.css +2 -2
  442. package/confirmation/modern/component.responsive.js +1 -1
  443. package/confirmation/modern/components/base-confirmation/component.js +4 -3
  444. package/confirmation/modern/components/base-confirmation/index.css +2 -2
  445. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  446. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  447. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  448. package/confirmation/modern/components/header/component.js +1 -1
  449. package/confirmation/modern/components/header/index.css +4 -4
  450. package/confirmation/modern/components/index.js +1 -1
  451. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  452. package/confirmation/modern/components/screens/fatal-error/index.css +6 -6
  453. package/confirmation/modern/components/screens/hint/component.js +1 -1
  454. package/confirmation/modern/components/screens/hint/index.css +12 -12
  455. package/confirmation/modern/components/screens/index.js +1 -1
  456. package/confirmation/modern/components/screens/initial/component.js +3 -3
  457. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  458. package/confirmation/modern/components/screens/initial/index.css +17 -17
  459. package/confirmation/modern/components/screens/initial/index.js +1 -1
  460. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  461. package/confirmation/modern/components/screens/temp-block/index.css +7 -7
  462. package/confirmation/modern/{countdown-section-29121ff7.js → countdown-section-bae1eefc.js} +1 -1
  463. package/confirmation/modern/desktop/component.desktop.js +1 -1
  464. package/confirmation/modern/desktop/index.js +1 -1
  465. package/confirmation/modern/index.js +1 -1
  466. package/confirmation/modern/mobile/component.mobile.js +2 -2
  467. package/confirmation/modern/mobile/index.js +1 -1
  468. package/confirmation/modern/mobile/mobile.css +2 -2
  469. package/confirmation/modern/shared/index.js +1 -1
  470. package/confirmation/modern/types.d.ts +6 -1
  471. package/confirmation/types.d.ts +6 -1
  472. package/confirmation-v1/component.js +1 -1
  473. package/confirmation-v1/components/code-input/component.js +1 -1
  474. package/confirmation-v1/components/code-input/index.css +10 -10
  475. package/confirmation-v1/components/countdown/component.js +1 -1
  476. package/confirmation-v1/components/countdown/index.css +13 -13
  477. package/confirmation-v1/components/countdown-loader/component.js +1 -1
  478. package/confirmation-v1/components/countdown-loader/index.css +2 -2
  479. package/confirmation-v1/components/overlimit/component.js +1 -1
  480. package/confirmation-v1/components/overlimit/index.css +9 -9
  481. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  482. package/confirmation-v1/components/sign-confirmation/index.css +13 -13
  483. package/confirmation-v1/esm/component.js +1 -1
  484. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  485. package/confirmation-v1/esm/components/code-input/index.css +10 -10
  486. package/confirmation-v1/esm/components/countdown/component.js +1 -1
  487. package/confirmation-v1/esm/components/countdown/index.css +13 -13
  488. package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
  489. package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
  490. package/confirmation-v1/esm/components/overlimit/component.js +1 -1
  491. package/confirmation-v1/esm/components/overlimit/index.css +9 -9
  492. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  493. package/confirmation-v1/esm/components/sign-confirmation/index.css +13 -13
  494. package/confirmation-v1/esm/index.css +14 -14
  495. package/confirmation-v1/index.css +14 -14
  496. package/confirmation-v1/modern/component.js +1 -1
  497. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  498. package/confirmation-v1/modern/components/code-input/index.css +10 -10
  499. package/confirmation-v1/modern/components/countdown/component.js +1 -1
  500. package/confirmation-v1/modern/components/countdown/index.css +13 -13
  501. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  502. package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
  503. package/confirmation-v1/modern/components/overlimit/component.js +1 -1
  504. package/confirmation-v1/modern/components/overlimit/index.css +9 -9
  505. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  506. package/confirmation-v1/modern/components/sign-confirmation/index.css +13 -13
  507. package/confirmation-v1/modern/index.css +14 -14
  508. package/custom-button/Component.js +1 -1
  509. package/custom-button/esm/Component.js +1 -1
  510. package/custom-button/esm/index.css +21 -21
  511. package/custom-button/index.css +21 -21
  512. package/custom-button/modern/Component.js +1 -1
  513. package/custom-button/modern/index.css +21 -21
  514. package/custom-picker-button/esm/field/Component.js +1 -1
  515. package/custom-picker-button/esm/field/index.css +5 -5
  516. package/custom-picker-button/field/Component.js +1 -1
  517. package/custom-picker-button/field/index.css +5 -5
  518. package/custom-picker-button/modern/field/Component.js +1 -1
  519. package/custom-picker-button/modern/field/index.css +5 -5
  520. package/date-input/Component.js +1 -1
  521. package/date-input/esm/Component.js +1 -1
  522. package/date-input/esm/index.css +4 -4
  523. package/date-input/index.css +4 -4
  524. package/date-input/modern/Component.js +1 -1
  525. package/date-input/modern/index.css +4 -4
  526. package/date-range-input/components/date-range-input/Component.js +1 -1
  527. package/date-range-input/components/date-range-input/index.css +7 -7
  528. package/date-range-input/esm/components/date-range-input/Component.js +1 -1
  529. package/date-range-input/esm/components/date-range-input/index.css +7 -7
  530. package/date-range-input/modern/components/date-range-input/Component.js +1 -1
  531. package/date-range-input/modern/components/date-range-input/index.css +7 -7
  532. package/date-time-input/components/date-time-input/Component.d.ts +4 -1
  533. package/date-time-input/components/date-time-input/Component.js +1 -1
  534. package/date-time-input/components/date-time-input/index.css +7 -7
  535. package/date-time-input/cssm/components/date-time-input/Component.d.ts +4 -1
  536. package/date-time-input/esm/components/date-time-input/Component.d.ts +4 -1
  537. package/date-time-input/esm/components/date-time-input/Component.js +1 -1
  538. package/date-time-input/esm/components/date-time-input/index.css +7 -7
  539. package/date-time-input/modern/components/date-time-input/Component.d.ts +4 -1
  540. package/date-time-input/modern/components/date-time-input/Component.js +1 -1
  541. package/date-time-input/modern/components/date-time-input/index.css +7 -7
  542. package/divider/Component.js +1 -1
  543. package/divider/esm/Component.js +1 -1
  544. package/divider/esm/index.css +1 -1
  545. package/divider/index.css +1 -1
  546. package/divider/modern/Component.js +1 -1
  547. package/divider/modern/index.css +1 -1
  548. package/drawer/Component.js +1 -1
  549. package/drawer/esm/Component.js +1 -1
  550. package/drawer/esm/index.css +34 -34
  551. package/drawer/index.css +34 -34
  552. package/drawer/modern/Component.js +1 -1
  553. package/drawer/modern/index.css +34 -34
  554. package/dropzone/Component.js +1 -1
  555. package/dropzone/components/overlay/Component.js +1 -1
  556. package/dropzone/components/overlay/index.css +3 -3
  557. package/dropzone/esm/Component.js +1 -1
  558. package/dropzone/esm/components/overlay/Component.js +1 -1
  559. package/dropzone/esm/components/overlay/index.css +3 -3
  560. package/dropzone/esm/index.css +8 -8
  561. package/dropzone/index.css +8 -8
  562. package/dropzone/modern/Component.js +1 -1
  563. package/dropzone/modern/components/overlay/Component.js +1 -1
  564. package/dropzone/modern/components/overlay/index.css +3 -3
  565. package/dropzone/modern/index.css +8 -8
  566. package/file-upload-item/Component.js +1 -1
  567. package/file-upload-item/esm/Component.js +1 -1
  568. package/file-upload-item/esm/index.css +22 -22
  569. package/file-upload-item/index.css +22 -22
  570. package/file-upload-item/modern/Component.js +1 -1
  571. package/file-upload-item/modern/index.css +22 -22
  572. package/filter-tag/components/base-filter-tag/Component.js +1 -1
  573. package/filter-tag/components/base-filter-tag/index.css +67 -67
  574. package/filter-tag/desktop/Component.desktop.js +1 -1
  575. package/filter-tag/desktop/desktop.css +20 -20
  576. package/filter-tag/esm/components/base-filter-tag/Component.js +1 -1
  577. package/filter-tag/esm/components/base-filter-tag/index.css +67 -67
  578. package/filter-tag/esm/desktop/Component.desktop.js +1 -1
  579. package/filter-tag/esm/desktop/desktop.css +20 -20
  580. package/filter-tag/esm/mobile/Component.mobile.js +1 -1
  581. package/filter-tag/esm/mobile/mobile.css +20 -20
  582. package/filter-tag/mobile/Component.mobile.js +1 -1
  583. package/filter-tag/mobile/mobile.css +20 -20
  584. package/filter-tag/modern/components/base-filter-tag/Component.js +1 -1
  585. package/filter-tag/modern/components/base-filter-tag/index.css +67 -67
  586. package/filter-tag/modern/desktop/Component.desktop.js +1 -1
  587. package/filter-tag/modern/desktop/desktop.css +20 -20
  588. package/filter-tag/modern/mobile/Component.mobile.js +1 -1
  589. package/filter-tag/modern/mobile/mobile.css +20 -20
  590. package/form-control/components/base-form-control/Component.js +3 -3
  591. package/form-control/components/base-form-control/default.css +18 -18
  592. package/form-control/components/base-form-control/index.css +41 -41
  593. package/form-control/components/base-form-control/inverted.css +18 -18
  594. package/form-control/desktop/Component.desktop.js +3 -3
  595. package/form-control/desktop/default.desktop.css +3 -3
  596. package/form-control/desktop/desktop.css +8 -8
  597. package/form-control/desktop/inverted.desktop.css +3 -3
  598. package/form-control/esm/components/base-form-control/Component.js +3 -3
  599. package/form-control/esm/components/base-form-control/default.css +18 -18
  600. package/form-control/esm/components/base-form-control/index.css +41 -41
  601. package/form-control/esm/components/base-form-control/inverted.css +18 -18
  602. package/form-control/esm/desktop/Component.desktop.js +3 -3
  603. package/form-control/esm/desktop/default.desktop.css +3 -3
  604. package/form-control/esm/desktop/desktop.css +8 -8
  605. package/form-control/esm/desktop/inverted.desktop.css +3 -3
  606. package/form-control/esm/mobile/Component.mobile.js +3 -3
  607. package/form-control/esm/mobile/default.mobile.css +3 -3
  608. package/form-control/esm/mobile/inverted.mobile.css +3 -3
  609. package/form-control/esm/mobile/mobile.css +8 -8
  610. package/form-control/mobile/Component.mobile.js +3 -3
  611. package/form-control/mobile/default.mobile.css +3 -3
  612. package/form-control/mobile/inverted.mobile.css +3 -3
  613. package/form-control/mobile/mobile.css +8 -8
  614. package/form-control/modern/components/base-form-control/Component.js +3 -3
  615. package/form-control/modern/components/base-form-control/default.css +18 -18
  616. package/form-control/modern/components/base-form-control/index.css +41 -41
  617. package/form-control/modern/components/base-form-control/inverted.css +18 -18
  618. package/form-control/modern/desktop/Component.desktop.js +3 -3
  619. package/form-control/modern/desktop/default.desktop.css +3 -3
  620. package/form-control/modern/desktop/desktop.css +8 -8
  621. package/form-control/modern/desktop/inverted.desktop.css +3 -3
  622. package/form-control/modern/mobile/Component.mobile.js +3 -3
  623. package/form-control/modern/mobile/default.mobile.css +3 -3
  624. package/form-control/modern/mobile/inverted.mobile.css +3 -3
  625. package/form-control/modern/mobile/mobile.css +8 -8
  626. package/gallery/Component.js +1 -1
  627. package/gallery/{buttons-9373d7f8.js → buttons-3f02a1e1.js} +1 -1
  628. package/gallery/components/header/Component.js +1 -1
  629. package/gallery/components/header/buttons.js +1 -1
  630. package/gallery/components/header/index.css +6 -6
  631. package/gallery/components/header-info-block/Component.js +1 -1
  632. package/gallery/components/header-info-block/index.css +5 -5
  633. package/gallery/components/image-preview/Component.js +1 -1
  634. package/gallery/components/image-preview/index.css +14 -14
  635. package/gallery/components/image-viewer/component.js +1 -1
  636. package/gallery/components/image-viewer/index.css +19 -19
  637. package/gallery/components/image-viewer/slide.js +1 -1
  638. package/gallery/components/navigation-bar/Component.js +1 -1
  639. package/gallery/components/navigation-bar/index.css +6 -6
  640. package/gallery/esm/Component.js +3 -3
  641. package/gallery/esm/{buttons-0d4236de.js → buttons-0941f504.js} +1 -1
  642. package/gallery/esm/components/header/Component.js +1 -1
  643. package/gallery/esm/components/header/buttons.js +1 -1
  644. package/gallery/esm/components/header/index.css +6 -6
  645. package/gallery/esm/components/header/index.js +1 -1
  646. package/gallery/esm/components/header-info-block/Component.js +1 -1
  647. package/gallery/esm/components/header-info-block/index.css +5 -5
  648. package/gallery/esm/components/image-preview/Component.js +2 -2
  649. package/gallery/esm/components/image-preview/index.css +14 -14
  650. package/gallery/esm/components/image-preview/index.js +1 -1
  651. package/gallery/esm/components/image-viewer/component.js +1 -1
  652. package/gallery/esm/components/image-viewer/index.css +19 -19
  653. package/gallery/esm/components/image-viewer/index.js +1 -1
  654. package/gallery/esm/components/image-viewer/slide.js +1 -1
  655. package/gallery/esm/components/index.js +2 -2
  656. package/gallery/esm/components/navigation-bar/Component.js +2 -2
  657. package/gallery/esm/components/navigation-bar/index.css +6 -6
  658. package/gallery/esm/components/navigation-bar/index.js +1 -1
  659. package/gallery/esm/index.css +3 -3
  660. package/gallery/esm/index.js +2 -2
  661. package/gallery/esm/{slide-727b1ba6.js → slide-30fe5474.js} +1 -1
  662. package/gallery/index.css +3 -3
  663. package/gallery/modern/Component.js +3 -3
  664. package/gallery/modern/{buttons-bd77bc22.js → buttons-1d80c099.js} +1 -1
  665. package/gallery/modern/components/header/Component.js +1 -1
  666. package/gallery/modern/components/header/buttons.js +1 -1
  667. package/gallery/modern/components/header/index.css +6 -6
  668. package/gallery/modern/components/header/index.js +1 -1
  669. package/gallery/modern/components/header-info-block/Component.js +1 -1
  670. package/gallery/modern/components/header-info-block/index.css +5 -5
  671. package/gallery/modern/components/image-preview/Component.js +2 -2
  672. package/gallery/modern/components/image-preview/index.css +14 -14
  673. package/gallery/modern/components/image-preview/index.js +1 -1
  674. package/gallery/modern/components/image-viewer/component.js +1 -1
  675. package/gallery/modern/components/image-viewer/index.css +19 -19
  676. package/gallery/modern/components/image-viewer/index.js +1 -1
  677. package/gallery/modern/components/image-viewer/slide.js +1 -1
  678. package/gallery/modern/components/index.js +2 -2
  679. package/gallery/modern/components/navigation-bar/Component.js +2 -2
  680. package/gallery/modern/components/navigation-bar/index.css +6 -6
  681. package/gallery/modern/components/navigation-bar/index.js +1 -1
  682. package/gallery/modern/index.css +3 -3
  683. package/gallery/modern/index.js +2 -2
  684. package/gallery/modern/{slide-3aabb007.js → slide-e3707e2d.js} +1 -1
  685. package/gallery/{slide-38745600.js → slide-52528ad4.js} +1 -1
  686. package/gap/Component.js +1 -1
  687. package/gap/esm/Component.js +1 -1
  688. package/gap/esm/index.css +38 -38
  689. package/gap/index.css +38 -38
  690. package/gap/modern/Component.js +1 -1
  691. package/gap/modern/index.css +38 -38
  692. package/generic-wrapper/Component.js +1 -1
  693. package/generic-wrapper/esm/Component.js +1 -1
  694. package/generic-wrapper/esm/index.css +43 -43
  695. package/generic-wrapper/index.css +43 -43
  696. package/generic-wrapper/modern/Component.js +1 -1
  697. package/generic-wrapper/modern/index.css +43 -43
  698. package/grid/col/Component.js +2 -2
  699. package/grid/col/index.css +550 -550
  700. package/grid/esm/Component.js +1 -1
  701. package/grid/esm/col/Component.js +2 -2
  702. package/grid/esm/col/index.css +550 -550
  703. package/grid/esm/col/index.js +1 -1
  704. package/grid/esm/gutters.css +84 -84
  705. package/grid/esm/gutters.module-80f8c2e2.js +4 -0
  706. package/grid/esm/index.js +1 -1
  707. package/grid/esm/row/Component.js +2 -2
  708. package/grid/esm/row/index.css +9 -9
  709. package/grid/esm/row/index.js +1 -1
  710. package/grid/gutters.css +84 -84
  711. package/grid/gutters.module-b0b3ee7c.js +4 -0
  712. package/grid/modern/Component.js +1 -1
  713. package/grid/modern/col/Component.js +2 -2
  714. package/grid/modern/col/index.css +550 -550
  715. package/grid/modern/col/index.js +1 -1
  716. package/grid/modern/gutters.css +84 -84
  717. package/grid/modern/gutters.module-6287b22c.js +4 -0
  718. package/grid/modern/index.js +1 -1
  719. package/grid/modern/row/Component.js +2 -2
  720. package/grid/modern/row/index.css +9 -9
  721. package/grid/modern/row/index.js +1 -1
  722. package/grid/row/Component.js +2 -2
  723. package/grid/row/index.css +9 -9
  724. package/hatching-progress-bar/Component.js +1 -1
  725. package/hatching-progress-bar/esm/Component.js +1 -1
  726. package/hatching-progress-bar/esm/index.css +11 -11
  727. package/hatching-progress-bar/index.css +11 -11
  728. package/hatching-progress-bar/modern/Component.js +1 -1
  729. package/hatching-progress-bar/modern/index.css +11 -11
  730. package/icon-button/Component.js +3 -3
  731. package/icon-button/default.css +24 -24
  732. package/icon-button/esm/Component.js +3 -3
  733. package/icon-button/esm/default.css +24 -24
  734. package/icon-button/esm/index.css +12 -12
  735. package/icon-button/esm/inverted.css +24 -24
  736. package/icon-button/index.css +12 -12
  737. package/icon-button/inverted.css +24 -24
  738. package/icon-button/modern/Component.js +3 -3
  739. package/icon-button/modern/default.css +24 -24
  740. package/icon-button/modern/index.css +12 -12
  741. package/icon-button/modern/inverted.css +24 -24
  742. package/icon-view/components/base-shape/component.js +1 -1
  743. package/icon-view/components/base-shape/index.css +67 -67
  744. package/icon-view/esm/components/base-shape/component.js +1 -1
  745. package/icon-view/esm/components/base-shape/index.css +67 -67
  746. package/icon-view/modern/components/base-shape/component.js +1 -1
  747. package/icon-view/modern/components/base-shape/index.css +67 -67
  748. package/indicator/Component.js +1 -1
  749. package/indicator/esm/Component.js +1 -1
  750. package/indicator/esm/index.css +18 -18
  751. package/indicator/index.css +18 -18
  752. package/indicator/modern/Component.js +1 -1
  753. package/indicator/modern/index.css +18 -18
  754. package/input/components/base-input/Component.js +3 -3
  755. package/input/components/base-input/default.css +10 -10
  756. package/input/components/base-input/index.css +37 -37
  757. package/input/components/base-input/inverted.css +10 -10
  758. package/input/components/clear-button/Component.js +3 -3
  759. package/input/components/clear-button/default.css +4 -4
  760. package/input/components/clear-button/index.css +4 -4
  761. package/input/components/clear-button/inverted.css +4 -4
  762. package/input/esm/components/base-input/Component.js +3 -3
  763. package/input/esm/components/base-input/default.css +10 -10
  764. package/input/esm/components/base-input/index.css +37 -37
  765. package/input/esm/components/base-input/inverted.css +10 -10
  766. package/input/esm/components/clear-button/Component.js +3 -3
  767. package/input/esm/components/clear-button/default.css +4 -4
  768. package/input/esm/components/clear-button/index.css +4 -4
  769. package/input/esm/components/clear-button/inverted.css +4 -4
  770. package/input/modern/components/base-input/Component.js +3 -3
  771. package/input/modern/components/base-input/default.css +10 -10
  772. package/input/modern/components/base-input/index.css +37 -37
  773. package/input/modern/components/base-input/inverted.css +10 -10
  774. package/input/modern/components/clear-button/Component.js +3 -3
  775. package/input/modern/components/clear-button/default.css +4 -4
  776. package/input/modern/components/clear-button/index.css +4 -4
  777. package/input/modern/components/clear-button/inverted.css +4 -4
  778. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  779. package/input-autocomplete/autocomplete-field/index.css +2 -2
  780. package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
  781. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  782. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  783. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  784. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
  785. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  786. package/input-autocomplete/esm/mobile/Component.mobile.js +1 -1
  787. package/input-autocomplete/esm/mobile/mobile.css +2 -2
  788. package/input-autocomplete/mobile/Component.mobile.js +1 -1
  789. package/input-autocomplete/mobile/mobile.css +2 -2
  790. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  791. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  792. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  793. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  794. package/input-autocomplete/modern/mobile/Component.mobile.js +1 -1
  795. package/input-autocomplete/modern/mobile/mobile.css +2 -2
  796. package/international-phone-input/components/base-international-phone-input/Component.js +9 -3
  797. package/international-phone-input/components/base-international-phone-input/index.css +2 -2
  798. package/international-phone-input/components/country-select/Component.js +1 -1
  799. package/international-phone-input/components/country-select/index.css +8 -8
  800. package/international-phone-input/components/flag-icon/component.js +1 -1
  801. package/international-phone-input/components/flag-icon/index.css +3 -3
  802. package/international-phone-input/components/select-field/component.js +1 -1
  803. package/international-phone-input/components/select-field/index.css +9 -9
  804. package/international-phone-input/cssm/components/base-international-phone-input/Component.js +8 -2
  805. package/international-phone-input/cssm/utils/index.js +1 -2
  806. package/international-phone-input/esm/components/base-international-phone-input/Component.js +9 -3
  807. package/international-phone-input/esm/components/base-international-phone-input/index.css +2 -2
  808. package/international-phone-input/esm/components/country-select/Component.js +1 -1
  809. package/international-phone-input/esm/components/country-select/index.css +8 -8
  810. package/international-phone-input/esm/components/flag-icon/component.js +1 -1
  811. package/international-phone-input/esm/components/flag-icon/index.css +3 -3
  812. package/international-phone-input/esm/components/select-field/component.js +1 -1
  813. package/international-phone-input/esm/components/select-field/index.css +9 -9
  814. package/international-phone-input/esm/utils/index.js +1 -2
  815. package/international-phone-input/modern/components/base-international-phone-input/Component.js +9 -3
  816. package/international-phone-input/modern/components/base-international-phone-input/index.css +2 -2
  817. package/international-phone-input/modern/components/country-select/Component.js +1 -1
  818. package/international-phone-input/modern/components/country-select/index.css +8 -8
  819. package/international-phone-input/modern/components/flag-icon/component.js +1 -1
  820. package/international-phone-input/modern/components/flag-icon/index.css +3 -3
  821. package/international-phone-input/modern/components/select-field/component.js +1 -1
  822. package/international-phone-input/modern/components/select-field/index.css +9 -9
  823. package/international-phone-input/modern/utils/index.js +1 -2
  824. package/international-phone-input/typings-70284312.d.ts +1 -1
  825. package/international-phone-input/utils/index.js +1 -2
  826. package/intl-phone-input/component.js +1 -1
  827. package/intl-phone-input/components/flag-icon/component.js +1 -1
  828. package/intl-phone-input/components/flag-icon/index.css +3 -3
  829. package/intl-phone-input/components/select/component.js +1 -1
  830. package/intl-phone-input/components/select/index.css +6 -6
  831. package/intl-phone-input/components/select-field/component.js +1 -1
  832. package/intl-phone-input/components/select-field/index.css +9 -9
  833. package/intl-phone-input/esm/component.js +1 -1
  834. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  835. package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
  836. package/intl-phone-input/esm/components/select/component.js +1 -1
  837. package/intl-phone-input/esm/components/select/index.css +6 -6
  838. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  839. package/intl-phone-input/esm/components/select-field/index.css +9 -9
  840. package/intl-phone-input/esm/index.css +5 -5
  841. package/intl-phone-input/index.css +5 -5
  842. package/intl-phone-input/modern/component.js +1 -1
  843. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  844. package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
  845. package/intl-phone-input/modern/components/select/component.js +1 -1
  846. package/intl-phone-input/modern/components/select/index.css +6 -6
  847. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  848. package/intl-phone-input/modern/components/select-field/index.css +9 -9
  849. package/intl-phone-input/modern/index.css +5 -5
  850. package/link/Component.js +3 -3
  851. package/link/default.css +9 -9
  852. package/link/esm/Component.js +3 -3
  853. package/link/esm/default.css +9 -9
  854. package/link/esm/index.css +13 -13
  855. package/link/esm/inverted.css +9 -9
  856. package/link/index.css +13 -13
  857. package/link/inverted.css +9 -9
  858. package/link/modern/Component.js +3 -3
  859. package/link/modern/default.css +9 -9
  860. package/link/modern/index.css +13 -13
  861. package/link/modern/inverted.css +9 -9
  862. package/list/{Component-b22502c6.js → Component-e034bf04.js} +2 -2
  863. package/list/Component.js +1 -1
  864. package/list/components/item/Component.js +1 -1
  865. package/list/components/item/index.css +9 -9
  866. package/list/components/item/index.d.ts +1 -1
  867. package/list/components/item/index.js +1 -1
  868. package/list/esm/{Component-260e2942.js → Component-db9587a0.js} +2 -2
  869. package/list/esm/Component.js +1 -1
  870. package/list/esm/components/item/Component.js +1 -1
  871. package/list/esm/components/item/index.css +9 -9
  872. package/list/esm/components/item/index.d.ts +1 -1
  873. package/list/esm/components/item/index.js +1 -1
  874. package/list/esm/index.css +5 -5
  875. package/list/esm/index.js +1 -1
  876. package/list/index.css +5 -5
  877. package/list/index.js +1 -1
  878. package/list/modern/{Component-8a1aa884.js → Component-1f9e3d60.js} +2 -2
  879. package/list/modern/Component.js +1 -1
  880. package/list/modern/components/item/Component.js +1 -1
  881. package/list/modern/components/item/index.css +9 -9
  882. package/list/modern/components/item/index.d.ts +1 -1
  883. package/list/modern/components/item/index.js +1 -1
  884. package/list/modern/index.css +5 -5
  885. package/list/modern/index.js +1 -1
  886. package/list-header/Component.js +1 -1
  887. package/list-header/esm/Component.js +1 -1
  888. package/list-header/esm/index.css +3 -3
  889. package/list-header/index.css +3 -3
  890. package/list-header/modern/Component.js +1 -1
  891. package/list-header/modern/index.css +3 -3
  892. package/loader/Component.js +1 -1
  893. package/loader/esm/Component.js +1 -1
  894. package/loader/esm/index.css +7 -7
  895. package/loader/index.css +7 -7
  896. package/loader/modern/Component.js +1 -1
  897. package/loader/modern/index.css +7 -7
  898. package/markdown/Component.js +1 -1
  899. package/markdown/esm/Component.desktop.js +1 -1
  900. package/markdown/esm/Component.js +1 -1
  901. package/markdown/esm/Component.mobile.js +1 -1
  902. package/markdown/esm/Component.responsive.js +1 -1
  903. package/markdown/esm/desktop/index.js +1 -1
  904. package/markdown/esm/hooks/use-overrides.js +1 -1
  905. package/markdown/esm/index.css +14 -14
  906. package/markdown/esm/index.js +1 -1
  907. package/markdown/esm/mobile/index.js +1 -1
  908. package/markdown/esm/{use-overrides-b8e625c8.js → use-overrides-ccbab9e8.js} +1 -1
  909. package/markdown/hooks/use-overrides.js +1 -1
  910. package/markdown/index.css +14 -14
  911. package/markdown/modern/Component.desktop.js +1 -1
  912. package/markdown/modern/Component.js +1 -1
  913. package/markdown/modern/Component.mobile.js +1 -1
  914. package/markdown/modern/Component.responsive.js +1 -1
  915. package/markdown/modern/desktop/index.js +1 -1
  916. package/markdown/modern/hooks/use-overrides.js +1 -1
  917. package/markdown/modern/index.css +14 -14
  918. package/markdown/modern/index.js +1 -1
  919. package/markdown/modern/mobile/index.js +1 -1
  920. package/markdown/modern/{use-overrides-4d360baf.js → use-overrides-c68692d1.js} +1 -1
  921. package/markdown/{use-overrides-761fd2c7.js → use-overrides-20ace84f.js} +1 -1
  922. package/masked-input/Component.js +1 -1
  923. package/masked-input/esm/Component.js +1 -1
  924. package/masked-input/esm/index.css +2 -2
  925. package/masked-input/index.css +2 -2
  926. package/masked-input/modern/Component.js +1 -1
  927. package/masked-input/modern/index.css +2 -2
  928. package/modal/Component.js +3 -3
  929. package/modal/components/content/Component.js +3 -3
  930. package/modal/components/content/desktop.css +7 -7
  931. package/modal/components/content/index.css +4 -4
  932. package/modal/components/content/mobile.css +3 -3
  933. package/modal/components/controls/Component.js +2 -2
  934. package/modal/components/controls/index.css +2 -2
  935. package/modal/components/footer/Component.js +4 -4
  936. package/modal/components/footer/desktop.css +9 -9
  937. package/modal/components/footer/index.css +4 -4
  938. package/modal/components/footer/layout.css +17 -17
  939. package/modal/components/footer/mobile.css +3 -3
  940. package/modal/components/header/Component.js +3 -3
  941. package/modal/components/header/desktop.css +15 -15
  942. package/modal/components/header/index.css +4 -4
  943. package/modal/components/header/mobile.css +4 -4
  944. package/modal/desktop/desktop.css +9 -9
  945. package/modal/esm/Component.js +3 -3
  946. package/modal/esm/Component.responsive.js +1 -1
  947. package/modal/esm/components/content/Component.js +3 -3
  948. package/modal/esm/components/content/desktop.css +7 -7
  949. package/modal/esm/components/content/index.css +4 -4
  950. package/modal/esm/components/content/mobile.css +3 -3
  951. package/modal/esm/components/controls/Component.js +2 -2
  952. package/modal/esm/components/controls/index.css +2 -2
  953. package/modal/esm/components/controls/index.js +1 -1
  954. package/modal/esm/components/footer/Component.js +4 -4
  955. package/modal/esm/components/footer/desktop.css +9 -9
  956. package/modal/esm/components/footer/index.css +4 -4
  957. package/modal/esm/components/footer/layout.css +17 -17
  958. package/modal/esm/components/footer/mobile.css +3 -3
  959. package/modal/esm/components/header/Component.js +3 -3
  960. package/modal/esm/components/header/desktop.css +15 -15
  961. package/modal/esm/components/header/index.css +4 -4
  962. package/modal/esm/components/header/mobile.css +4 -4
  963. package/modal/esm/desktop/Component.desktop.js +1 -1
  964. package/modal/esm/desktop/desktop.css +9 -9
  965. package/modal/esm/desktop/index.js +1 -1
  966. package/modal/esm/index.js +1 -1
  967. package/modal/esm/layout.module-5976728a.js +4 -0
  968. package/modal/esm/mobile/Component.mobile.js +1 -1
  969. package/modal/esm/mobile/index.js +1 -1
  970. package/modal/esm/mobile/mobile.css +2 -2
  971. package/modal/esm/transitions.css +8 -8
  972. package/modal/layout.module-c0ec69a7.js +4 -0
  973. package/modal/mobile/mobile.css +2 -2
  974. package/modal/modern/Component.js +3 -3
  975. package/modal/modern/Component.responsive.js +1 -1
  976. package/modal/modern/components/content/Component.js +3 -3
  977. package/modal/modern/components/content/desktop.css +7 -7
  978. package/modal/modern/components/content/index.css +4 -4
  979. package/modal/modern/components/content/mobile.css +3 -3
  980. package/modal/modern/components/controls/Component.js +2 -2
  981. package/modal/modern/components/controls/index.css +2 -2
  982. package/modal/modern/components/controls/index.js +1 -1
  983. package/modal/modern/components/footer/Component.js +4 -4
  984. package/modal/modern/components/footer/desktop.css +9 -9
  985. package/modal/modern/components/footer/index.css +4 -4
  986. package/modal/modern/components/footer/layout.css +17 -17
  987. package/modal/modern/components/footer/mobile.css +3 -3
  988. package/modal/modern/components/header/Component.js +3 -3
  989. package/modal/modern/components/header/desktop.css +15 -15
  990. package/modal/modern/components/header/index.css +4 -4
  991. package/modal/modern/components/header/mobile.css +4 -4
  992. package/modal/modern/desktop/Component.desktop.js +1 -1
  993. package/modal/modern/desktop/desktop.css +9 -9
  994. package/modal/modern/desktop/index.js +1 -1
  995. package/modal/modern/index.js +1 -1
  996. package/modal/modern/layout.module-dcf0cd06.js +4 -0
  997. package/modal/modern/mobile/Component.mobile.js +1 -1
  998. package/modal/modern/mobile/index.js +1 -1
  999. package/modal/modern/mobile/mobile.css +2 -2
  1000. package/modal/modern/transitions.css +8 -8
  1001. package/modal/transitions.css +8 -8
  1002. package/navigation-bar/Component.js +1 -1
  1003. package/navigation-bar/components/back-arrow-addon/Component.js +1 -1
  1004. package/navigation-bar/components/back-arrow-addon/index.css +12 -12
  1005. package/navigation-bar/components/closer/Component.js +1 -1
  1006. package/navigation-bar/components/closer/index.css +6 -6
  1007. package/navigation-bar/esm/Component.js +1 -1
  1008. package/navigation-bar/esm/components/back-arrow-addon/Component.js +1 -1
  1009. package/navigation-bar/esm/components/back-arrow-addon/index.css +12 -12
  1010. package/navigation-bar/esm/components/closer/Component.js +1 -1
  1011. package/navigation-bar/esm/components/closer/index.css +6 -6
  1012. package/navigation-bar/esm/index.css +27 -27
  1013. package/navigation-bar/index.css +27 -27
  1014. package/navigation-bar/modern/Component.js +1 -1
  1015. package/navigation-bar/modern/components/back-arrow-addon/Component.js +1 -1
  1016. package/navigation-bar/modern/components/back-arrow-addon/index.css +12 -12
  1017. package/navigation-bar/modern/components/closer/Component.js +1 -1
  1018. package/navigation-bar/modern/components/closer/index.css +6 -6
  1019. package/navigation-bar/modern/index.css +27 -27
  1020. package/notification/Component.js +1 -1
  1021. package/notification/esm/Component.js +1 -1
  1022. package/notification/esm/index.css +9 -9
  1023. package/notification/index.css +9 -9
  1024. package/notification/modern/Component.js +1 -1
  1025. package/notification/modern/index.css +9 -9
  1026. package/notification-manager/component.js +1 -1
  1027. package/notification-manager/esm/component.js +1 -1
  1028. package/notification-manager/esm/index.css +10 -10
  1029. package/notification-manager/index.css +10 -10
  1030. package/notification-manager/modern/component.js +1 -1
  1031. package/notification-manager/modern/index.css +10 -10
  1032. package/number-input/components/number-input/Component.js +3 -3
  1033. package/number-input/components/number-input/default.css +4 -4
  1034. package/number-input/components/number-input/index.css +3 -3
  1035. package/number-input/components/number-input/inverted.css +4 -4
  1036. package/number-input/components/steppers/Component.js +3 -3
  1037. package/number-input/components/steppers/default.css +2 -2
  1038. package/number-input/components/steppers/index.css +4 -4
  1039. package/number-input/components/steppers/inverted.css +2 -2
  1040. package/number-input/esm/components/number-input/Component.js +3 -3
  1041. package/number-input/esm/components/number-input/default.css +4 -4
  1042. package/number-input/esm/components/number-input/index.css +3 -3
  1043. package/number-input/esm/components/number-input/inverted.css +4 -4
  1044. package/number-input/esm/components/steppers/Component.js +3 -3
  1045. package/number-input/esm/components/steppers/default.css +2 -2
  1046. package/number-input/esm/components/steppers/index.css +4 -4
  1047. package/number-input/esm/components/steppers/inverted.css +2 -2
  1048. package/number-input/modern/components/number-input/Component.js +3 -3
  1049. package/number-input/modern/components/number-input/default.css +4 -4
  1050. package/number-input/modern/components/number-input/index.css +3 -3
  1051. package/number-input/modern/components/number-input/inverted.css +4 -4
  1052. package/number-input/modern/components/steppers/Component.js +3 -3
  1053. package/number-input/modern/components/steppers/default.css +2 -2
  1054. package/number-input/modern/components/steppers/index.css +4 -4
  1055. package/number-input/modern/components/steppers/inverted.css +2 -2
  1056. package/package.json +3 -3
  1057. package/pagination/Component.js +1 -1
  1058. package/pagination/components/default-view/index.css +2 -2
  1059. package/pagination/components/default-view/index.js +1 -1
  1060. package/pagination/components/per-page-view/index.css +2 -2
  1061. package/pagination/components/per-page-view/index.js +1 -1
  1062. package/pagination/components/tag/index.css +8 -8
  1063. package/pagination/components/tag/index.js +1 -1
  1064. package/pagination/esm/Component.js +1 -1
  1065. package/pagination/esm/components/default-view/index.css +2 -2
  1066. package/pagination/esm/components/default-view/index.js +1 -1
  1067. package/pagination/esm/components/per-page-view/index.css +2 -2
  1068. package/pagination/esm/components/per-page-view/index.js +1 -1
  1069. package/pagination/esm/components/tag/index.css +8 -8
  1070. package/pagination/esm/components/tag/index.js +1 -1
  1071. package/pagination/esm/index.css +4 -4
  1072. package/pagination/index.css +4 -4
  1073. package/pagination/modern/Component.js +1 -1
  1074. package/pagination/modern/components/default-view/index.css +2 -2
  1075. package/pagination/modern/components/default-view/index.js +1 -1
  1076. package/pagination/modern/components/per-page-view/index.css +2 -2
  1077. package/pagination/modern/components/per-page-view/index.js +1 -1
  1078. package/pagination/modern/components/tag/index.css +8 -8
  1079. package/pagination/modern/components/tag/index.js +1 -1
  1080. package/pagination/modern/index.css +4 -4
  1081. package/pass-code/Component.js +1 -1
  1082. package/pass-code/components/InputProgress/Component.js +2 -2
  1083. package/pass-code/components/InputProgress/index.css +5 -5
  1084. package/pass-code/components/InputProgress/transitions.css +8 -8
  1085. package/pass-code/components/KeyPad/Component.js +1 -1
  1086. package/pass-code/components/KeyPad/index.css +5 -5
  1087. package/pass-code/components/KeyPadButton/Component.js +1 -1
  1088. package/pass-code/components/KeyPadButton/index.css +13 -13
  1089. package/pass-code/esm/Component.js +1 -1
  1090. package/pass-code/esm/components/InputProgress/Component.js +2 -2
  1091. package/pass-code/esm/components/InputProgress/index.css +5 -5
  1092. package/pass-code/esm/components/InputProgress/transitions.css +8 -8
  1093. package/pass-code/esm/components/KeyPad/Component.js +1 -1
  1094. package/pass-code/esm/components/KeyPad/index.css +5 -5
  1095. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  1096. package/pass-code/esm/components/KeyPadButton/index.css +13 -13
  1097. package/pass-code/esm/index.css +4 -4
  1098. package/pass-code/index.css +4 -4
  1099. package/pass-code/modern/Component.js +1 -1
  1100. package/pass-code/modern/components/InputProgress/Component.js +2 -2
  1101. package/pass-code/modern/components/InputProgress/index.css +5 -5
  1102. package/pass-code/modern/components/InputProgress/transitions.css +8 -8
  1103. package/pass-code/modern/components/KeyPad/Component.js +1 -1
  1104. package/pass-code/modern/components/KeyPad/index.css +5 -5
  1105. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  1106. package/pass-code/modern/components/KeyPadButton/index.css +13 -13
  1107. package/pass-code/modern/index.css +4 -4
  1108. package/password-input/component.js +1 -1
  1109. package/password-input/esm/component.js +1 -1
  1110. package/password-input/esm/index.css +5 -5
  1111. package/password-input/index.css +5 -5
  1112. package/password-input/modern/component.js +1 -1
  1113. package/password-input/modern/index.css +5 -5
  1114. package/pattern-lock/Component.js +1 -1
  1115. package/pattern-lock/esm/Component.js +1 -1
  1116. package/pattern-lock/esm/index.css +11 -11
  1117. package/pattern-lock/index.css +11 -11
  1118. package/pattern-lock/modern/Component.js +1 -1
  1119. package/pattern-lock/modern/index.css +11 -11
  1120. package/picker-button/desktop/Component.desktop.js +1 -1
  1121. package/picker-button/esm/desktop/Component.desktop.js +1 -1
  1122. package/picker-button/esm/field/Component.js +1 -1
  1123. package/picker-button/esm/field/index.css +6 -6
  1124. package/picker-button/esm/index.css +5 -5
  1125. package/picker-button/esm/option/Component.js +1 -1
  1126. package/picker-button/esm/option/index.css +4 -4
  1127. package/picker-button/field/Component.js +1 -1
  1128. package/picker-button/field/index.css +6 -6
  1129. package/picker-button/index.css +5 -5
  1130. package/picker-button/modern/desktop/Component.desktop.js +1 -1
  1131. package/picker-button/modern/field/Component.js +1 -1
  1132. package/picker-button/modern/field/index.css +6 -6
  1133. package/picker-button/modern/index.css +5 -5
  1134. package/picker-button/modern/option/Component.js +1 -1
  1135. package/picker-button/modern/option/index.css +4 -4
  1136. package/picker-button/option/Component.js +1 -1
  1137. package/picker-button/option/index.css +4 -4
  1138. package/plate/components/base-plate/Component.js +1 -1
  1139. package/plate/components/base-plate/index.css +51 -51
  1140. package/plate/desktop/Component.desktop.js +1 -1
  1141. package/plate/desktop/desktop.css +4 -4
  1142. package/plate/esm/components/base-plate/Component.js +1 -1
  1143. package/plate/esm/components/base-plate/index.css +51 -51
  1144. package/plate/esm/desktop/Component.desktop.js +1 -1
  1145. package/plate/esm/desktop/desktop.css +4 -4
  1146. package/plate/esm/mobile/Component.mobile.js +1 -1
  1147. package/plate/esm/mobile/mobile.css +4 -4
  1148. package/plate/mobile/Component.mobile.js +1 -1
  1149. package/plate/mobile/mobile.css +4 -4
  1150. package/plate/modern/components/base-plate/Component.js +1 -1
  1151. package/plate/modern/components/base-plate/index.css +51 -51
  1152. package/plate/modern/desktop/Component.desktop.js +1 -1
  1153. package/plate/modern/desktop/desktop.css +4 -4
  1154. package/plate/modern/mobile/Component.mobile.js +1 -1
  1155. package/plate/modern/mobile/mobile.css +4 -4
  1156. package/popover/Component.js +1 -1
  1157. package/popover/esm/Component.js +1 -1
  1158. package/popover/esm/index.css +25 -25
  1159. package/popover/index.css +25 -25
  1160. package/popover/modern/Component.js +1 -1
  1161. package/popover/modern/index.css +25 -25
  1162. package/popup-sheet/Component.js +1 -1
  1163. package/popup-sheet/components/backdrop/Component.js +1 -1
  1164. package/popup-sheet/components/backdrop/index.css +10 -10
  1165. package/popup-sheet/esm/Component.js +1 -1
  1166. package/popup-sheet/esm/components/backdrop/Component.js +1 -1
  1167. package/popup-sheet/esm/components/backdrop/index.css +10 -10
  1168. package/popup-sheet/esm/index.css +14 -14
  1169. package/popup-sheet/index.css +14 -14
  1170. package/popup-sheet/modern/Component.js +1 -1
  1171. package/popup-sheet/modern/components/backdrop/Component.js +1 -1
  1172. package/popup-sheet/modern/components/backdrop/index.css +10 -10
  1173. package/popup-sheet/modern/index.css +14 -14
  1174. package/progress-bar/Component.js +1 -1
  1175. package/progress-bar/esm/Component.js +1 -1
  1176. package/progress-bar/esm/index.css +13 -13
  1177. package/progress-bar/index.css +13 -13
  1178. package/progress-bar/modern/Component.js +1 -1
  1179. package/progress-bar/modern/index.css +13 -13
  1180. package/pure-cell/{component-d0c38540.js → component-a580c14f.js} +11 -11
  1181. package/pure-cell/component.js +1 -1
  1182. package/pure-cell/components/addon/component.js +1 -1
  1183. package/pure-cell/components/addon/index.css +10 -10
  1184. package/pure-cell/components/addon/index.d.ts +1 -1
  1185. package/pure-cell/components/addon/index.js +1 -1
  1186. package/pure-cell/components/amount/component.js +1 -1
  1187. package/pure-cell/components/amount/index.css +2 -2
  1188. package/pure-cell/components/amount/index.d.ts +1 -1
  1189. package/pure-cell/components/amount/index.js +1 -1
  1190. package/pure-cell/components/amount-title/component.js +1 -1
  1191. package/pure-cell/components/amount-title/index.css +3 -3
  1192. package/pure-cell/components/amount-title/index.d.ts +1 -1
  1193. package/pure-cell/components/amount-title/index.js +1 -1
  1194. package/pure-cell/components/category/component.js +1 -1
  1195. package/pure-cell/components/category/index.css +5 -5
  1196. package/pure-cell/components/category/index.d.ts +1 -1
  1197. package/pure-cell/components/category/index.js +1 -1
  1198. package/pure-cell/components/content/component.js +1 -1
  1199. package/pure-cell/components/content/index.css +3 -3
  1200. package/pure-cell/components/content/index.d.ts +1 -1
  1201. package/pure-cell/components/content/index.js +1 -1
  1202. package/pure-cell/components/footer/component.js +1 -1
  1203. package/pure-cell/components/footer/index.css +4 -4
  1204. package/pure-cell/components/footer/index.d.ts +1 -1
  1205. package/pure-cell/components/footer/index.js +1 -1
  1206. package/pure-cell/components/footer-button/component.js +1 -1
  1207. package/pure-cell/components/footer-button/index.css +2 -2
  1208. package/pure-cell/components/footer-button/index.d.ts +1 -1
  1209. package/pure-cell/components/footer-button/index.js +1 -1
  1210. package/pure-cell/components/footer-text/component.js +1 -1
  1211. package/pure-cell/components/footer-text/index.d.ts +1 -1
  1212. package/pure-cell/components/footer-text/index.js +1 -1
  1213. package/pure-cell/components/graphics/component.js +1 -1
  1214. package/pure-cell/components/graphics/index.css +5 -5
  1215. package/pure-cell/components/graphics/index.d.ts +1 -1
  1216. package/pure-cell/components/graphics/index.js +1 -1
  1217. package/pure-cell/components/main/component.js +1 -1
  1218. package/pure-cell/components/main/index.css +4 -4
  1219. package/pure-cell/components/main/index.d.ts +1 -1
  1220. package/pure-cell/components/main/index.js +1 -1
  1221. package/pure-cell/components/text/component.js +1 -1
  1222. package/pure-cell/components/text/index.css +7 -7
  1223. package/pure-cell/components/text/index.d.ts +1 -1
  1224. package/pure-cell/components/text/index.js +1 -1
  1225. package/pure-cell/components/types.d.ts +3 -3
  1226. package/pure-cell/cssm/components/types.d.ts +3 -3
  1227. package/pure-cell/esm/{component-38be6257.js → component-d135ef3a.js} +11 -11
  1228. package/pure-cell/esm/component.js +1 -1
  1229. package/pure-cell/esm/components/addon/component.js +1 -1
  1230. package/pure-cell/esm/components/addon/index.css +10 -10
  1231. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  1232. package/pure-cell/esm/components/addon/index.js +1 -1
  1233. package/pure-cell/esm/components/amount/component.js +1 -1
  1234. package/pure-cell/esm/components/amount/index.css +2 -2
  1235. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  1236. package/pure-cell/esm/components/amount/index.js +1 -1
  1237. package/pure-cell/esm/components/amount-title/component.js +1 -1
  1238. package/pure-cell/esm/components/amount-title/index.css +3 -3
  1239. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  1240. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1241. package/pure-cell/esm/components/category/component.js +1 -1
  1242. package/pure-cell/esm/components/category/index.css +5 -5
  1243. package/pure-cell/esm/components/category/index.d.ts +1 -1
  1244. package/pure-cell/esm/components/category/index.js +1 -1
  1245. package/pure-cell/esm/components/content/component.js +1 -1
  1246. package/pure-cell/esm/components/content/index.css +3 -3
  1247. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1248. package/pure-cell/esm/components/content/index.js +1 -1
  1249. package/pure-cell/esm/components/footer/component.js +1 -1
  1250. package/pure-cell/esm/components/footer/index.css +4 -4
  1251. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  1252. package/pure-cell/esm/components/footer/index.js +1 -1
  1253. package/pure-cell/esm/components/footer-button/component.js +1 -1
  1254. package/pure-cell/esm/components/footer-button/index.css +2 -2
  1255. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  1256. package/pure-cell/esm/components/footer-button/index.js +1 -1
  1257. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1258. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  1259. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1260. package/pure-cell/esm/components/graphics/component.js +1 -1
  1261. package/pure-cell/esm/components/graphics/index.css +5 -5
  1262. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  1263. package/pure-cell/esm/components/graphics/index.js +1 -1
  1264. package/pure-cell/esm/components/main/component.js +1 -1
  1265. package/pure-cell/esm/components/main/index.css +4 -4
  1266. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1267. package/pure-cell/esm/components/main/index.js +1 -1
  1268. package/pure-cell/esm/components/text/component.js +1 -1
  1269. package/pure-cell/esm/components/text/index.css +7 -7
  1270. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1271. package/pure-cell/esm/components/text/index.js +1 -1
  1272. package/pure-cell/esm/components/types.d.ts +3 -3
  1273. package/pure-cell/esm/index.css +21 -21
  1274. package/pure-cell/esm/index.js +1 -1
  1275. package/pure-cell/index.css +21 -21
  1276. package/pure-cell/index.js +1 -1
  1277. package/pure-cell/modern/{component-d22a8098.js → component-1458a9e3.js} +11 -11
  1278. package/pure-cell/modern/component.js +1 -1
  1279. package/pure-cell/modern/components/addon/component.js +1 -1
  1280. package/pure-cell/modern/components/addon/index.css +10 -10
  1281. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  1282. package/pure-cell/modern/components/addon/index.js +1 -1
  1283. package/pure-cell/modern/components/amount/component.js +1 -1
  1284. package/pure-cell/modern/components/amount/index.css +2 -2
  1285. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  1286. package/pure-cell/modern/components/amount/index.js +1 -1
  1287. package/pure-cell/modern/components/amount-title/component.js +1 -1
  1288. package/pure-cell/modern/components/amount-title/index.css +3 -3
  1289. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  1290. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1291. package/pure-cell/modern/components/category/component.js +1 -1
  1292. package/pure-cell/modern/components/category/index.css +5 -5
  1293. package/pure-cell/modern/components/category/index.d.ts +1 -1
  1294. package/pure-cell/modern/components/category/index.js +1 -1
  1295. package/pure-cell/modern/components/content/component.js +1 -1
  1296. package/pure-cell/modern/components/content/index.css +3 -3
  1297. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1298. package/pure-cell/modern/components/content/index.js +1 -1
  1299. package/pure-cell/modern/components/footer/component.js +1 -1
  1300. package/pure-cell/modern/components/footer/index.css +4 -4
  1301. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  1302. package/pure-cell/modern/components/footer/index.js +1 -1
  1303. package/pure-cell/modern/components/footer-button/component.js +1 -1
  1304. package/pure-cell/modern/components/footer-button/index.css +2 -2
  1305. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  1306. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1307. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1308. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  1309. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1310. package/pure-cell/modern/components/graphics/component.js +1 -1
  1311. package/pure-cell/modern/components/graphics/index.css +5 -5
  1312. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  1313. package/pure-cell/modern/components/graphics/index.js +1 -1
  1314. package/pure-cell/modern/components/main/component.js +1 -1
  1315. package/pure-cell/modern/components/main/index.css +4 -4
  1316. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1317. package/pure-cell/modern/components/main/index.js +1 -1
  1318. package/pure-cell/modern/components/text/component.js +1 -1
  1319. package/pure-cell/modern/components/text/index.css +7 -7
  1320. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1321. package/pure-cell/modern/components/text/index.js +1 -1
  1322. package/pure-cell/modern/components/types.d.ts +3 -3
  1323. package/pure-cell/modern/index.css +21 -21
  1324. package/pure-cell/modern/index.js +1 -1
  1325. package/radio/Component.js +1 -1
  1326. package/radio/esm/Component.js +1 -1
  1327. package/radio/esm/index.css +30 -30
  1328. package/radio/index.css +30 -30
  1329. package/radio/modern/Component.js +1 -1
  1330. package/radio/modern/index.css +30 -30
  1331. package/radio-group/components/base-radio-group/Component.js +1 -1
  1332. package/radio-group/components/base-radio-group/index.css +19 -19
  1333. package/radio-group/desktop/Component.desktop.js +1 -1
  1334. package/radio-group/desktop/desktop.css +3 -3
  1335. package/radio-group/esm/components/base-radio-group/Component.js +1 -1
  1336. package/radio-group/esm/components/base-radio-group/index.css +19 -19
  1337. package/radio-group/esm/desktop/Component.desktop.js +1 -1
  1338. package/radio-group/esm/desktop/desktop.css +3 -3
  1339. package/radio-group/esm/mobile/Component.mobile.js +1 -1
  1340. package/radio-group/esm/mobile/mobile.css +3 -3
  1341. package/radio-group/mobile/Component.mobile.js +1 -1
  1342. package/radio-group/mobile/mobile.css +3 -3
  1343. package/radio-group/modern/components/base-radio-group/Component.js +1 -1
  1344. package/radio-group/modern/components/base-radio-group/index.css +19 -19
  1345. package/radio-group/modern/desktop/Component.desktop.js +1 -1
  1346. package/radio-group/modern/desktop/desktop.css +3 -3
  1347. package/radio-group/modern/mobile/Component.mobile.js +1 -1
  1348. package/radio-group/modern/mobile/mobile.css +3 -3
  1349. package/scrollbar/Component.js +3 -3
  1350. package/scrollbar/default.css +2 -2
  1351. package/scrollbar/esm/Component.js +3 -3
  1352. package/scrollbar/esm/default.css +2 -2
  1353. package/scrollbar/esm/index.css +25 -25
  1354. package/scrollbar/esm/inverted.css +2 -2
  1355. package/scrollbar/index.css +25 -25
  1356. package/scrollbar/inverted.css +2 -2
  1357. package/scrollbar/modern/Component.js +3 -3
  1358. package/scrollbar/modern/default.css +2 -2
  1359. package/scrollbar/modern/index.css +25 -25
  1360. package/scrollbar/modern/inverted.css +2 -2
  1361. package/segmented-control/Component.js +3 -3
  1362. package/segmented-control/components/segment/Component.js +3 -3
  1363. package/segmented-control/components/segment/default.css +3 -3
  1364. package/segmented-control/components/segment/index.css +4 -4
  1365. package/segmented-control/components/segment/inverted.css +3 -3
  1366. package/segmented-control/default.css +4 -4
  1367. package/segmented-control/esm/Component.js +3 -3
  1368. package/segmented-control/esm/components/segment/Component.js +3 -3
  1369. package/segmented-control/esm/components/segment/default.css +3 -3
  1370. package/segmented-control/esm/components/segment/index.css +4 -4
  1371. package/segmented-control/esm/components/segment/inverted.css +3 -3
  1372. package/segmented-control/esm/default.css +4 -4
  1373. package/segmented-control/esm/index.css +18 -18
  1374. package/segmented-control/esm/inverted.css +4 -4
  1375. package/segmented-control/index.css +18 -18
  1376. package/segmented-control/inverted.css +4 -4
  1377. package/segmented-control/modern/Component.js +3 -3
  1378. package/segmented-control/modern/components/segment/Component.js +3 -3
  1379. package/segmented-control/modern/components/segment/default.css +3 -3
  1380. package/segmented-control/modern/components/segment/index.css +4 -4
  1381. package/segmented-control/modern/components/segment/inverted.css +3 -3
  1382. package/segmented-control/modern/default.css +4 -4
  1383. package/segmented-control/modern/index.css +18 -18
  1384. package/segmented-control/modern/inverted.css +4 -4
  1385. package/select/components/arrow/Component.js +1 -1
  1386. package/select/components/arrow/index.css +3 -3
  1387. package/select/components/base-checkmark/Component.js +1 -1
  1388. package/select/components/base-checkmark/index.css +4 -4
  1389. package/select/components/base-option/Component.js +1 -1
  1390. package/select/components/base-option/index.css +13 -13
  1391. package/select/components/base-select/Component.js +2 -2
  1392. package/select/components/base-select/index.css +11 -11
  1393. package/select/components/base-select/mobile.css +12 -12
  1394. package/select/components/checkmark/Component.js +1 -1
  1395. package/select/components/checkmark/index.css +10 -10
  1396. package/select/components/checkmark-mobile/Component.js +1 -1
  1397. package/select/components/checkmark-mobile/index.css +6 -6
  1398. package/select/components/field/Component.js +1 -1
  1399. package/select/components/field/index.css +12 -12
  1400. package/select/components/footer/Component.js +1 -1
  1401. package/select/components/footer/index.css +5 -5
  1402. package/select/components/optgroup/Component.js +1 -1
  1403. package/select/components/optgroup/index.css +6 -6
  1404. package/select/components/option/Component.js +1 -1
  1405. package/select/components/option/index.css +19 -19
  1406. package/select/components/options-list/Component.js +1 -1
  1407. package/select/components/options-list/index.css +9 -9
  1408. package/select/components/search/Component.js +1 -1
  1409. package/select/components/search/index.css +2 -2
  1410. package/select/components/virtual-options-list/Component.js +1 -1
  1411. package/select/components/virtual-options-list/index.css +15 -15
  1412. package/select/cssm/components/base-option/index.module.css +2 -2
  1413. package/select/cssm/components/base-select/mobile.module.css +2 -2
  1414. package/select/esm/Component.responsive.js +1 -1
  1415. package/select/esm/components/arrow/Component.js +1 -1
  1416. package/select/esm/components/arrow/index.css +3 -3
  1417. package/select/esm/components/base-checkmark/Component.js +1 -1
  1418. package/select/esm/components/base-checkmark/index.css +4 -4
  1419. package/select/esm/components/base-option/Component.js +1 -1
  1420. package/select/esm/components/base-option/index.css +13 -13
  1421. package/select/esm/components/base-select/Component.js +2 -2
  1422. package/select/esm/components/base-select/index.css +11 -11
  1423. package/select/esm/components/base-select/mobile.css +12 -12
  1424. package/select/esm/components/checkmark/Component.js +1 -1
  1425. package/select/esm/components/checkmark/index.css +10 -10
  1426. package/select/esm/components/checkmark-mobile/Component.js +1 -1
  1427. package/select/esm/components/checkmark-mobile/index.css +6 -6
  1428. package/select/esm/components/field/Component.js +1 -1
  1429. package/select/esm/components/field/index.css +12 -12
  1430. package/select/esm/components/footer/Component.js +1 -1
  1431. package/select/esm/components/footer/index.css +5 -5
  1432. package/select/esm/components/optgroup/Component.js +1 -1
  1433. package/select/esm/components/optgroup/index.css +6 -6
  1434. package/select/esm/components/option/Component.js +1 -1
  1435. package/select/esm/components/option/index.css +19 -19
  1436. package/select/esm/components/options-list/Component.js +1 -1
  1437. package/select/esm/components/options-list/index.css +9 -9
  1438. package/select/esm/components/search/Component.js +1 -1
  1439. package/select/esm/components/search/index.css +2 -2
  1440. package/select/esm/components/virtual-options-list/Component.js +1 -1
  1441. package/select/esm/components/virtual-options-list/index.css +15 -15
  1442. package/select/esm/index.js +1 -1
  1443. package/select/esm/mobile/Component.mobile.js +1 -1
  1444. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  1445. package/select/esm/mobile/index.js +1 -1
  1446. package/select/esm/presets/index.js +1 -1
  1447. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  1448. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1449. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1450. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1451. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1452. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1453. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1454. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1455. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  1456. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1457. package/select/esm/shared/index.js +1 -1
  1458. package/select/mobile/Component.mobile.js +1 -1
  1459. package/select/modern/Component.responsive.js +1 -1
  1460. package/select/modern/components/arrow/Component.js +1 -1
  1461. package/select/modern/components/arrow/index.css +3 -3
  1462. package/select/modern/components/base-checkmark/Component.js +1 -1
  1463. package/select/modern/components/base-checkmark/index.css +4 -4
  1464. package/select/modern/components/base-option/Component.js +1 -1
  1465. package/select/modern/components/base-option/index.css +13 -13
  1466. package/select/modern/components/base-select/Component.js +2 -2
  1467. package/select/modern/components/base-select/index.css +11 -11
  1468. package/select/modern/components/base-select/mobile.css +12 -12
  1469. package/select/modern/components/checkmark/Component.js +1 -1
  1470. package/select/modern/components/checkmark/index.css +10 -10
  1471. package/select/modern/components/checkmark-mobile/Component.js +1 -1
  1472. package/select/modern/components/checkmark-mobile/index.css +6 -6
  1473. package/select/modern/components/field/Component.js +1 -1
  1474. package/select/modern/components/field/index.css +12 -12
  1475. package/select/modern/components/footer/Component.js +1 -1
  1476. package/select/modern/components/footer/index.css +5 -5
  1477. package/select/modern/components/optgroup/Component.js +1 -1
  1478. package/select/modern/components/optgroup/index.css +6 -6
  1479. package/select/modern/components/option/Component.js +1 -1
  1480. package/select/modern/components/option/index.css +19 -19
  1481. package/select/modern/components/options-list/Component.js +1 -1
  1482. package/select/modern/components/options-list/index.css +9 -9
  1483. package/select/modern/components/search/Component.js +1 -1
  1484. package/select/modern/components/search/index.css +2 -2
  1485. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1486. package/select/modern/components/virtual-options-list/index.css +15 -15
  1487. package/select/modern/index.js +1 -1
  1488. package/select/modern/mobile/Component.mobile.js +1 -1
  1489. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  1490. package/select/modern/mobile/index.js +1 -1
  1491. package/select/modern/presets/index.js +1 -1
  1492. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  1493. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1494. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1495. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1496. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1497. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1498. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1499. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1500. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1501. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1502. package/select/modern/shared/index.js +1 -1
  1503. package/select/presets/index.js +1 -1
  1504. package/select/presets/useSelectWithApply/hook.js +1 -1
  1505. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1506. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1507. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1508. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1509. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1510. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1511. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1512. package/select/presets/useSelectWithLoading/hook.js +1 -1
  1513. package/select/presets/useSelectWithLoading/index.css +2 -2
  1514. package/select/shared/index.js +1 -1
  1515. package/select-with-tags/components/tag/component.js +1 -1
  1516. package/select-with-tags/components/tag/index.css +14 -14
  1517. package/select-with-tags/components/tag-list/component.js +1 -1
  1518. package/select-with-tags/components/tag-list/index.css +37 -37
  1519. package/select-with-tags/esm/components/tag/component.js +1 -1
  1520. package/select-with-tags/esm/components/tag/index.css +14 -14
  1521. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  1522. package/select-with-tags/esm/components/tag-list/index.css +37 -37
  1523. package/select-with-tags/modern/components/tag/component.js +1 -1
  1524. package/select-with-tags/modern/components/tag/index.css +14 -14
  1525. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1526. package/select-with-tags/modern/components/tag-list/index.css +37 -37
  1527. package/side-panel/components/content/Component.desktop.js +1 -1
  1528. package/side-panel/components/content/Component.js +1 -1
  1529. package/side-panel/components/content/Component.mobile.js +1 -1
  1530. package/side-panel/components/content/desktop.css +3 -3
  1531. package/side-panel/components/content/index.css +4 -4
  1532. package/side-panel/components/content/mobile.css +3 -3
  1533. package/side-panel/components/controls/Component.js +2 -2
  1534. package/side-panel/components/controls/index.css +2 -2
  1535. package/side-panel/components/footer/Component.desktop.js +1 -1
  1536. package/side-panel/components/footer/Component.js +2 -2
  1537. package/side-panel/components/footer/Component.mobile.js +1 -1
  1538. package/side-panel/components/footer/desktop.css +3 -3
  1539. package/side-panel/components/footer/index.css +4 -4
  1540. package/side-panel/components/footer/layout.css +17 -17
  1541. package/side-panel/components/footer/mobile.css +3 -3
  1542. package/side-panel/components/header/Component.js +3 -3
  1543. package/side-panel/components/header/desktop.css +5 -5
  1544. package/side-panel/components/header/index.css +14 -14
  1545. package/side-panel/components/header/mobile.css +4 -4
  1546. package/side-panel/desktop/Component.desktop.js +2 -2
  1547. package/side-panel/desktop/desktop.css +3 -3
  1548. package/side-panel/desktop/transitions.desktop.css +7 -7
  1549. package/side-panel/esm/Component.responsive.js +1 -1
  1550. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  1551. package/side-panel/esm/components/content/Component.js +1 -1
  1552. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  1553. package/side-panel/esm/components/content/desktop.css +3 -3
  1554. package/side-panel/esm/components/content/index.css +4 -4
  1555. package/side-panel/esm/components/content/mobile.css +3 -3
  1556. package/side-panel/esm/components/controls/Component.js +2 -2
  1557. package/side-panel/esm/components/controls/index.css +2 -2
  1558. package/side-panel/esm/components/controls/index.js +1 -1
  1559. package/side-panel/esm/components/footer/Component.desktop.js +2 -2
  1560. package/side-panel/esm/components/footer/Component.js +2 -2
  1561. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  1562. package/side-panel/esm/components/footer/desktop.css +3 -3
  1563. package/side-panel/esm/components/footer/index.css +4 -4
  1564. package/side-panel/esm/components/footer/layout.css +17 -17
  1565. package/side-panel/esm/components/footer/mobile.css +3 -3
  1566. package/side-panel/esm/components/header/Component.js +3 -3
  1567. package/side-panel/esm/components/header/desktop.css +5 -5
  1568. package/side-panel/esm/components/header/index.css +14 -14
  1569. package/side-panel/esm/components/header/mobile.css +4 -4
  1570. package/side-panel/esm/desktop/Component.desktop.js +3 -3
  1571. package/side-panel/esm/desktop/desktop.css +3 -3
  1572. package/side-panel/esm/desktop/index.js +1 -1
  1573. package/side-panel/esm/desktop/transitions.desktop.css +7 -7
  1574. package/side-panel/esm/index.js +1 -1
  1575. package/side-panel/esm/layout.module-7b22f1d8.js +4 -0
  1576. package/side-panel/esm/mobile/Component.mobile.js +3 -3
  1577. package/side-panel/esm/mobile/index.js +1 -1
  1578. package/side-panel/esm/mobile/mobile.css +4 -4
  1579. package/side-panel/esm/mobile/transitions.mobile.css +8 -8
  1580. package/side-panel/layout.module-0c522632.js +4 -0
  1581. package/side-panel/mobile/Component.mobile.js +2 -2
  1582. package/side-panel/mobile/mobile.css +4 -4
  1583. package/side-panel/mobile/transitions.mobile.css +8 -8
  1584. package/side-panel/modern/Component.responsive.js +1 -1
  1585. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  1586. package/side-panel/modern/components/content/Component.js +1 -1
  1587. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1588. package/side-panel/modern/components/content/desktop.css +3 -3
  1589. package/side-panel/modern/components/content/index.css +4 -4
  1590. package/side-panel/modern/components/content/mobile.css +3 -3
  1591. package/side-panel/modern/components/controls/Component.js +2 -2
  1592. package/side-panel/modern/components/controls/index.css +2 -2
  1593. package/side-panel/modern/components/controls/index.js +1 -1
  1594. package/side-panel/modern/components/footer/Component.desktop.js +2 -2
  1595. package/side-panel/modern/components/footer/Component.js +2 -2
  1596. package/side-panel/modern/components/footer/Component.mobile.js +2 -2
  1597. package/side-panel/modern/components/footer/desktop.css +3 -3
  1598. package/side-panel/modern/components/footer/index.css +4 -4
  1599. package/side-panel/modern/components/footer/layout.css +17 -17
  1600. package/side-panel/modern/components/footer/mobile.css +3 -3
  1601. package/side-panel/modern/components/header/Component.js +3 -3
  1602. package/side-panel/modern/components/header/desktop.css +5 -5
  1603. package/side-panel/modern/components/header/index.css +14 -14
  1604. package/side-panel/modern/components/header/mobile.css +4 -4
  1605. package/side-panel/modern/desktop/Component.desktop.js +3 -3
  1606. package/side-panel/modern/desktop/desktop.css +3 -3
  1607. package/side-panel/modern/desktop/index.js +1 -1
  1608. package/side-panel/modern/desktop/transitions.desktop.css +7 -7
  1609. package/side-panel/modern/index.js +1 -1
  1610. package/side-panel/modern/layout.module-c93f6c40.js +4 -0
  1611. package/side-panel/modern/mobile/Component.mobile.js +3 -3
  1612. package/side-panel/modern/mobile/index.js +1 -1
  1613. package/side-panel/modern/mobile/mobile.css +4 -4
  1614. package/side-panel/modern/mobile/transitions.mobile.css +8 -8
  1615. package/skeleton/Component.js +1 -1
  1616. package/skeleton/esm/Component.js +1 -1
  1617. package/skeleton/esm/index.css +10 -10
  1618. package/skeleton/index.css +10 -10
  1619. package/skeleton/modern/Component.js +1 -1
  1620. package/skeleton/modern/index.css +10 -10
  1621. package/slider/Component.js +1 -1
  1622. package/slider/esm/Component.js +1 -1
  1623. package/slider/esm/index.css +21 -21
  1624. package/slider/index.css +21 -21
  1625. package/slider/modern/Component.js +1 -1
  1626. package/slider/modern/index.css +21 -21
  1627. package/slider-input/Component.js +1 -1
  1628. package/slider-input/esm/Component.js +1 -1
  1629. package/slider-input/esm/index.css +27 -27
  1630. package/slider-input/index.css +27 -27
  1631. package/slider-input/modern/Component.js +1 -1
  1632. package/slider-input/modern/index.css +27 -27
  1633. package/sortable-list/Component.js +1 -1
  1634. package/sortable-list/components/item/Components.js +1 -1
  1635. package/sortable-list/components/item/index.css +25 -25
  1636. package/sortable-list/esm/Component.js +1 -1
  1637. package/sortable-list/esm/components/item/Components.js +1 -1
  1638. package/sortable-list/esm/components/item/index.css +25 -25
  1639. package/sortable-list/esm/index.css +30 -30
  1640. package/sortable-list/index.css +30 -30
  1641. package/sortable-list/modern/Component.js +1 -1
  1642. package/sortable-list/modern/components/item/Components.js +1 -1
  1643. package/sortable-list/modern/components/item/index.css +25 -25
  1644. package/sortable-list/modern/index.css +30 -30
  1645. package/space/Component.js +1 -1
  1646. package/space/esm/Component.js +1 -1
  1647. package/space/esm/index.css +10 -10
  1648. package/space/index.css +10 -10
  1649. package/space/modern/Component.js +1 -1
  1650. package/space/modern/index.css +10 -10
  1651. package/spinner/Component.js +3 -3
  1652. package/spinner/default.css +2 -2
  1653. package/spinner/esm/Component.js +3 -3
  1654. package/spinner/esm/default.css +2 -2
  1655. package/spinner/esm/index.css +8 -8
  1656. package/spinner/esm/inverted.css +2 -2
  1657. package/spinner/index.css +8 -8
  1658. package/spinner/inverted.css +2 -2
  1659. package/spinner/modern/Component.js +3 -3
  1660. package/spinner/modern/default.css +2 -2
  1661. package/spinner/modern/index.css +8 -8
  1662. package/spinner/modern/inverted.css +2 -2
  1663. package/status/Component.js +1 -1
  1664. package/status/esm/Component.js +1 -1
  1665. package/status/esm/index.css +17 -17
  1666. package/status/index.css +17 -17
  1667. package/status/modern/Component.js +1 -1
  1668. package/status/modern/index.css +17 -17
  1669. package/status-badge/Component.js +3 -3
  1670. package/status-badge/default.css +8 -8
  1671. package/status-badge/esm/Component.js +3 -3
  1672. package/status-badge/esm/default.css +8 -8
  1673. package/status-badge/esm/index.css +9 -9
  1674. package/status-badge/esm/inverted.css +8 -8
  1675. package/status-badge/index.css +9 -9
  1676. package/status-badge/inverted.css +8 -8
  1677. package/status-badge/modern/Component.js +3 -3
  1678. package/status-badge/modern/default.css +8 -8
  1679. package/status-badge/modern/index.css +9 -9
  1680. package/status-badge/modern/inverted.css +8 -8
  1681. package/stepped-progress-bar/Component.js +3 -3
  1682. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1683. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  1684. package/stepped-progress-bar/default.css +2 -2
  1685. package/stepped-progress-bar/esm/Component.js +3 -3
  1686. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1687. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  1688. package/stepped-progress-bar/esm/default.css +2 -2
  1689. package/stepped-progress-bar/esm/index.css +3 -3
  1690. package/stepped-progress-bar/esm/inverted.css +2 -2
  1691. package/stepped-progress-bar/index.css +3 -3
  1692. package/stepped-progress-bar/inverted.css +2 -2
  1693. package/stepped-progress-bar/modern/Component.js +3 -3
  1694. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1695. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  1696. package/stepped-progress-bar/modern/default.css +2 -2
  1697. package/stepped-progress-bar/modern/index.css +3 -3
  1698. package/stepped-progress-bar/modern/inverted.css +2 -2
  1699. package/steps/Component.js +1 -1
  1700. package/steps/components/step/Component.js +1 -1
  1701. package/steps/components/step/index.css +25 -25
  1702. package/steps/components/step-indicator/Component.js +1 -1
  1703. package/steps/components/step-indicator/index.css +1 -1
  1704. package/steps/esm/Component.js +1 -1
  1705. package/steps/esm/components/step/Component.js +1 -1
  1706. package/steps/esm/components/step/index.css +25 -25
  1707. package/steps/esm/components/step-indicator/Component.js +1 -1
  1708. package/steps/esm/components/step-indicator/index.css +1 -1
  1709. package/steps/esm/index.css +2 -2
  1710. package/steps/index.css +2 -2
  1711. package/steps/modern/Component.js +1 -1
  1712. package/steps/modern/components/step/Component.js +1 -1
  1713. package/steps/modern/components/step/index.css +25 -25
  1714. package/steps/modern/components/step-indicator/Component.js +1 -1
  1715. package/steps/modern/components/step-indicator/index.css +1 -1
  1716. package/steps/modern/index.css +2 -2
  1717. package/switch/Component.js +1 -1
  1718. package/switch/esm/Component.js +1 -1
  1719. package/switch/esm/index.css +26 -26
  1720. package/switch/index.css +26 -26
  1721. package/switch/modern/Component.js +1 -1
  1722. package/switch/modern/index.css +26 -26
  1723. package/system-message/Component.js +1 -1
  1724. package/system-message/components/caption/Component.js +1 -1
  1725. package/system-message/components/caption/index.css +1 -1
  1726. package/system-message/components/controls/Component.js +1 -1
  1727. package/system-message/components/controls/index.css +10 -10
  1728. package/system-message/components/graphic/Component.js +1 -1
  1729. package/system-message/components/graphic/index.css +1 -1
  1730. package/system-message/components/subtitle/Component.js +1 -1
  1731. package/system-message/components/subtitle/index.css +1 -1
  1732. package/system-message/components/title/Component.js +3 -3
  1733. package/system-message/components/title/desktop.css +1 -1
  1734. package/system-message/components/title/index.css +1 -1
  1735. package/system-message/components/title/mobile.css +1 -1
  1736. package/system-message/esm/Component.js +1 -1
  1737. package/system-message/esm/components/caption/Component.js +1 -1
  1738. package/system-message/esm/components/caption/index.css +1 -1
  1739. package/system-message/esm/components/controls/Component.js +1 -1
  1740. package/system-message/esm/components/controls/index.css +10 -10
  1741. package/system-message/esm/components/graphic/Component.js +1 -1
  1742. package/system-message/esm/components/graphic/index.css +1 -1
  1743. package/system-message/esm/components/subtitle/Component.js +1 -1
  1744. package/system-message/esm/components/subtitle/index.css +1 -1
  1745. package/system-message/esm/components/title/Component.js +3 -3
  1746. package/system-message/esm/components/title/desktop.css +1 -1
  1747. package/system-message/esm/components/title/index.css +1 -1
  1748. package/system-message/esm/components/title/mobile.css +1 -1
  1749. package/system-message/esm/index.css +6 -6
  1750. package/system-message/index.css +6 -6
  1751. package/system-message/modern/Component.js +1 -1
  1752. package/system-message/modern/components/caption/Component.js +1 -1
  1753. package/system-message/modern/components/caption/index.css +1 -1
  1754. package/system-message/modern/components/controls/Component.js +1 -1
  1755. package/system-message/modern/components/controls/index.css +10 -10
  1756. package/system-message/modern/components/graphic/Component.js +1 -1
  1757. package/system-message/modern/components/graphic/index.css +1 -1
  1758. package/system-message/modern/components/subtitle/Component.js +1 -1
  1759. package/system-message/modern/components/subtitle/index.css +1 -1
  1760. package/system-message/modern/components/title/Component.js +3 -3
  1761. package/system-message/modern/components/title/desktop.css +1 -1
  1762. package/system-message/modern/components/title/index.css +1 -1
  1763. package/system-message/modern/components/title/mobile.css +1 -1
  1764. package/system-message/modern/index.css +6 -6
  1765. package/tab-bar/Component.js +1 -1
  1766. package/tab-bar/components/tab/Component.js +1 -1
  1767. package/tab-bar/components/tab/index.css +6 -6
  1768. package/tab-bar/esm/Component.js +1 -1
  1769. package/tab-bar/esm/components/tab/Component.js +1 -1
  1770. package/tab-bar/esm/components/tab/index.css +6 -6
  1771. package/tab-bar/esm/index.css +2 -2
  1772. package/tab-bar/index.css +2 -2
  1773. package/tab-bar/modern/Component.js +1 -1
  1774. package/tab-bar/modern/components/tab/Component.js +1 -1
  1775. package/tab-bar/modern/components/tab/index.css +6 -6
  1776. package/tab-bar/modern/index.css +2 -2
  1777. package/table/components/pagination/Component.js +1 -1
  1778. package/table/components/pagination/index.css +9 -9
  1779. package/table/components/pagination/select-field/index.css +4 -4
  1780. package/table/components/pagination/select-field/index.js +1 -1
  1781. package/table/components/table/Component.js +1 -1
  1782. package/table/components/table/index.css +7 -7
  1783. package/table/components/tbody/Component.js +1 -1
  1784. package/table/components/tbody/index.css +2 -2
  1785. package/table/components/tcell/Component.js +1 -1
  1786. package/table/components/tcell/index.css +6 -6
  1787. package/table/components/texpandable-row/Component.js +1 -1
  1788. package/table/components/texpandable-row/index.css +5 -5
  1789. package/table/components/thead/Component.js +1 -1
  1790. package/table/components/thead/index.css +6 -6
  1791. package/table/components/thead-cell/Component.js +1 -1
  1792. package/table/components/thead-cell/index.css +9 -9
  1793. package/table/components/trow/Component.js +1 -1
  1794. package/table/components/trow/index.css +8 -8
  1795. package/table/components/tsortable-head-cell/Component.js +1 -1
  1796. package/table/components/tsortable-head-cell/index.css +8 -8
  1797. package/table/esm/components/pagination/Component.js +1 -1
  1798. package/table/esm/components/pagination/index.css +9 -9
  1799. package/table/esm/components/pagination/select-field/index.css +4 -4
  1800. package/table/esm/components/pagination/select-field/index.js +1 -1
  1801. package/table/esm/components/table/Component.js +1 -1
  1802. package/table/esm/components/table/index.css +7 -7
  1803. package/table/esm/components/tbody/Component.js +1 -1
  1804. package/table/esm/components/tbody/index.css +2 -2
  1805. package/table/esm/components/tcell/Component.js +1 -1
  1806. package/table/esm/components/tcell/index.css +6 -6
  1807. package/table/esm/components/texpandable-row/Component.js +1 -1
  1808. package/table/esm/components/texpandable-row/index.css +5 -5
  1809. package/table/esm/components/thead/Component.js +1 -1
  1810. package/table/esm/components/thead/index.css +6 -6
  1811. package/table/esm/components/thead-cell/Component.js +1 -1
  1812. package/table/esm/components/thead-cell/index.css +9 -9
  1813. package/table/esm/components/trow/Component.js +1 -1
  1814. package/table/esm/components/trow/index.css +8 -8
  1815. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  1816. package/table/esm/components/tsortable-head-cell/index.css +8 -8
  1817. package/table/modern/components/pagination/Component.js +1 -1
  1818. package/table/modern/components/pagination/index.css +9 -9
  1819. package/table/modern/components/pagination/select-field/index.css +4 -4
  1820. package/table/modern/components/pagination/select-field/index.js +1 -1
  1821. package/table/modern/components/table/Component.js +1 -1
  1822. package/table/modern/components/table/index.css +7 -7
  1823. package/table/modern/components/tbody/Component.js +1 -1
  1824. package/table/modern/components/tbody/index.css +2 -2
  1825. package/table/modern/components/tcell/Component.js +1 -1
  1826. package/table/modern/components/tcell/index.css +6 -6
  1827. package/table/modern/components/texpandable-row/Component.js +1 -1
  1828. package/table/modern/components/texpandable-row/index.css +5 -5
  1829. package/table/modern/components/thead/Component.js +1 -1
  1830. package/table/modern/components/thead/index.css +6 -6
  1831. package/table/modern/components/thead-cell/Component.js +1 -1
  1832. package/table/modern/components/thead-cell/index.css +9 -9
  1833. package/table/modern/components/trow/Component.js +1 -1
  1834. package/table/modern/components/trow/index.css +8 -8
  1835. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1836. package/table/modern/components/tsortable-head-cell/index.css +8 -8
  1837. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  1838. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  1839. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  1840. package/tabs/components/primary-tablist/index.css +131 -131
  1841. package/tabs/components/primary-tablist/mobile.css +219 -219
  1842. package/tabs/components/scroll-controls/Component.js +1 -1
  1843. package/tabs/components/scroll-controls/index.css +12 -12
  1844. package/tabs/components/scrollable-container/Component.js +1 -1
  1845. package/tabs/components/scrollable-container/index.css +6 -6
  1846. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  1847. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  1848. package/tabs/components/secondary-tablist/index.css +11 -11
  1849. package/tabs/components/secondary-tablist/mobile.css +13 -13
  1850. package/tabs/components/tab/Component.js +1 -1
  1851. package/tabs/components/tab/index.css +3 -3
  1852. package/tabs/esm/collapsible/index.js +1 -1
  1853. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  1854. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  1855. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  1856. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  1857. package/tabs/esm/components/primary-tablist/index.css +131 -131
  1858. package/tabs/esm/components/primary-tablist/mobile.css +219 -219
  1859. package/tabs/esm/components/scroll-controls/Component.js +1 -1
  1860. package/tabs/esm/components/scroll-controls/index.css +12 -12
  1861. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1862. package/tabs/esm/components/scrollable-container/index.css +6 -6
  1863. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  1864. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  1865. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  1866. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  1867. package/tabs/esm/components/secondary-tablist/mobile.css +13 -13
  1868. package/tabs/esm/components/tab/Component.js +1 -1
  1869. package/tabs/esm/components/tab/index.css +3 -3
  1870. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  1871. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  1872. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  1873. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  1874. package/tabs/esm/desktop/index.js +2 -2
  1875. package/tabs/esm/index.js +2 -2
  1876. package/tabs/esm/index.module-a273744c.js +4 -0
  1877. package/tabs/esm/index.module-ac0c3846.js +4 -0
  1878. package/tabs/esm/mobile/index.js +2 -2
  1879. package/tabs/index.module-2c34f9e4.js +4 -0
  1880. package/tabs/index.module-fdc5c7ed.js +4 -0
  1881. package/tabs/modern/collapsible/index.js +1 -1
  1882. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  1883. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1884. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1885. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1886. package/tabs/modern/components/primary-tablist/index.css +131 -131
  1887. package/tabs/modern/components/primary-tablist/mobile.css +219 -219
  1888. package/tabs/modern/components/scroll-controls/Component.js +1 -1
  1889. package/tabs/modern/components/scroll-controls/index.css +12 -12
  1890. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1891. package/tabs/modern/components/scrollable-container/index.css +6 -6
  1892. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1893. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1894. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1895. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  1896. package/tabs/modern/components/secondary-tablist/mobile.css +13 -13
  1897. package/tabs/modern/components/tab/Component.js +1 -1
  1898. package/tabs/modern/components/tab/index.css +3 -3
  1899. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  1900. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1901. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1902. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1903. package/tabs/modern/desktop/index.js +2 -2
  1904. package/tabs/modern/index.js +2 -2
  1905. package/tabs/modern/index.module-2e9fc4d0.js +4 -0
  1906. package/tabs/modern/index.module-d83d040e.js +4 -0
  1907. package/tabs/modern/mobile/index.js +2 -2
  1908. package/tag/components/base-tag/Component.js +3 -3
  1909. package/tag/components/base-tag/default.css +11 -11
  1910. package/tag/components/base-tag/index.css +38 -38
  1911. package/tag/components/base-tag/inverted.css +11 -11
  1912. package/tag/desktop/Component.desktop.js +3 -3
  1913. package/tag/desktop/default.desktop.css +5 -5
  1914. package/tag/desktop/desktop.css +7 -7
  1915. package/tag/desktop/inverted.desktop.css +5 -5
  1916. package/tag/esm/components/base-tag/Component.js +3 -3
  1917. package/tag/esm/components/base-tag/default.css +11 -11
  1918. package/tag/esm/components/base-tag/index.css +38 -38
  1919. package/tag/esm/components/base-tag/inverted.css +11 -11
  1920. package/tag/esm/desktop/Component.desktop.js +3 -3
  1921. package/tag/esm/desktop/default.desktop.css +5 -5
  1922. package/tag/esm/desktop/desktop.css +7 -7
  1923. package/tag/esm/desktop/inverted.desktop.css +5 -5
  1924. package/tag/esm/mobile/Component.mobile.js +3 -3
  1925. package/tag/esm/mobile/default.mobile.css +5 -5
  1926. package/tag/esm/mobile/inverted.mobile.css +5 -5
  1927. package/tag/esm/mobile/mobile.css +7 -7
  1928. package/tag/mobile/Component.mobile.js +3 -3
  1929. package/tag/mobile/default.mobile.css +5 -5
  1930. package/tag/mobile/inverted.mobile.css +5 -5
  1931. package/tag/mobile/mobile.css +7 -7
  1932. package/tag/modern/components/base-tag/Component.js +3 -3
  1933. package/tag/modern/components/base-tag/default.css +11 -11
  1934. package/tag/modern/components/base-tag/index.css +38 -38
  1935. package/tag/modern/components/base-tag/inverted.css +11 -11
  1936. package/tag/modern/desktop/Component.desktop.js +3 -3
  1937. package/tag/modern/desktop/default.desktop.css +5 -5
  1938. package/tag/modern/desktop/desktop.css +7 -7
  1939. package/tag/modern/desktop/inverted.desktop.css +5 -5
  1940. package/tag/modern/mobile/Component.mobile.js +3 -3
  1941. package/tag/modern/mobile/default.mobile.css +5 -5
  1942. package/tag/modern/mobile/inverted.mobile.css +5 -5
  1943. package/tag/modern/mobile/mobile.css +7 -7
  1944. package/text/Component.js +2 -2
  1945. package/text/esm/Component.js +2 -2
  1946. package/text/esm/index.css +8 -8
  1947. package/text/esm/mixin.css +76 -76
  1948. package/text/index.css +8 -8
  1949. package/text/mixin.css +76 -76
  1950. package/text/modern/Component.js +2 -2
  1951. package/text/modern/index.css +8 -8
  1952. package/text/modern/mixin.css +76 -76
  1953. package/textarea/Component.js +3 -3
  1954. package/textarea/{PseudoTextArea-f70bd7c6.js → PseudoTextArea-01eb4650.js} +1 -1
  1955. package/textarea/components/PseudoTextArea.js +1 -1
  1956. package/textarea/components/index.d.ts +1 -1
  1957. package/textarea/components/index.js +1 -1
  1958. package/textarea/default.css +18 -18
  1959. package/textarea/esm/Component.js +3 -3
  1960. package/textarea/esm/{PseudoTextArea-1a3e14dd.js → PseudoTextArea-27049819.js} +1 -1
  1961. package/textarea/esm/components/PseudoTextArea.js +1 -1
  1962. package/textarea/esm/components/index.d.ts +1 -1
  1963. package/textarea/esm/components/index.js +1 -1
  1964. package/textarea/esm/default.css +18 -18
  1965. package/textarea/esm/index.css +46 -46
  1966. package/textarea/esm/index.js +1 -1
  1967. package/textarea/esm/inverted.css +18 -18
  1968. package/textarea/index.css +46 -46
  1969. package/textarea/inverted.css +18 -18
  1970. package/textarea/modern/Component.js +3 -3
  1971. package/textarea/modern/{PseudoTextArea-47688b57.js → PseudoTextArea-cfb93a7c.js} +1 -1
  1972. package/textarea/modern/components/PseudoTextArea.js +1 -1
  1973. package/textarea/modern/components/index.d.ts +1 -1
  1974. package/textarea/modern/components/index.js +1 -1
  1975. package/textarea/modern/default.css +18 -18
  1976. package/textarea/modern/index.css +46 -46
  1977. package/textarea/modern/index.js +1 -1
  1978. package/textarea/modern/inverted.css +18 -18
  1979. package/themes/click.css +3 -3
  1980. package/themes/compiled/mobile-dark-bluetint.css +164 -164
  1981. package/themes/mixins/modal/click.css +3 -3
  1982. package/themes/modal/click.css +3 -3
  1983. package/toast/components/base-toast/component.js +1 -1
  1984. package/toast/components/base-toast/index.css +10 -10
  1985. package/toast/esm/components/base-toast/component.js +1 -1
  1986. package/toast/esm/components/base-toast/index.css +10 -10
  1987. package/toast/modern/components/base-toast/component.js +1 -1
  1988. package/toast/modern/components/base-toast/index.css +10 -10
  1989. package/toast-plate/components/base-toast-plate/component.js +3 -3
  1990. package/toast-plate/components/base-toast-plate/default.css +3 -3
  1991. package/toast-plate/components/base-toast-plate/index.css +19 -19
  1992. package/toast-plate/components/base-toast-plate/inverted.css +3 -3
  1993. package/toast-plate/desktop/Component.desktop.js +1 -1
  1994. package/toast-plate/desktop/desktop.css +5 -5
  1995. package/toast-plate/esm/components/base-toast-plate/component.js +3 -3
  1996. package/toast-plate/esm/components/base-toast-plate/default.css +3 -3
  1997. package/toast-plate/esm/components/base-toast-plate/index.css +19 -19
  1998. package/toast-plate/esm/components/base-toast-plate/inverted.css +3 -3
  1999. package/toast-plate/esm/desktop/Component.desktop.js +1 -1
  2000. package/toast-plate/esm/desktop/desktop.css +5 -5
  2001. package/toast-plate/esm/mobile/Component.mobile.js +1 -1
  2002. package/toast-plate/esm/mobile/mobile.css +5 -5
  2003. package/toast-plate/mobile/Component.mobile.js +1 -1
  2004. package/toast-plate/mobile/mobile.css +5 -5
  2005. package/toast-plate/modern/components/base-toast-plate/component.js +3 -3
  2006. package/toast-plate/modern/components/base-toast-plate/default.css +3 -3
  2007. package/toast-plate/modern/components/base-toast-plate/index.css +19 -19
  2008. package/toast-plate/modern/components/base-toast-plate/inverted.css +3 -3
  2009. package/toast-plate/modern/desktop/Component.desktop.js +1 -1
  2010. package/toast-plate/modern/desktop/desktop.css +5 -5
  2011. package/toast-plate/modern/mobile/Component.mobile.js +1 -1
  2012. package/toast-plate/modern/mobile/mobile.css +5 -5
  2013. package/tooltip/default.css +5 -5
  2014. package/tooltip/desktop/Component.desktop.js +3 -3
  2015. package/tooltip/esm/default.css +5 -5
  2016. package/tooltip/esm/desktop/Component.desktop.js +3 -3
  2017. package/tooltip/esm/index.css +8 -8
  2018. package/tooltip/esm/inverted.css +5 -5
  2019. package/tooltip/esm/mobile/Component.mobile.js +1 -1
  2020. package/tooltip/esm/mobile/mobile.css +4 -4
  2021. package/tooltip/index.css +8 -8
  2022. package/tooltip/inverted.css +5 -5
  2023. package/tooltip/mobile/Component.mobile.js +1 -1
  2024. package/tooltip/mobile/mobile.css +4 -4
  2025. package/tooltip/modern/default.css +5 -5
  2026. package/tooltip/modern/desktop/Component.desktop.js +3 -3
  2027. package/tooltip/modern/index.css +8 -8
  2028. package/tooltip/modern/inverted.css +5 -5
  2029. package/tooltip/modern/mobile/Component.mobile.js +1 -1
  2030. package/tooltip/modern/mobile/mobile.css +4 -4
  2031. package/typography/colors.css +19 -19
  2032. package/typography/colors.module-7cbb5b20.js +4 -0
  2033. package/typography/common.module-147d1239.js +4 -0
  2034. package/typography/esm/colors.css +19 -19
  2035. package/typography/esm/colors.module-e1f969d6.js +4 -0
  2036. package/typography/esm/common.module-c564cce3.js +4 -0
  2037. package/typography/esm/component.js +2 -2
  2038. package/typography/esm/hooks/use-skeleton.css +4 -4
  2039. package/typography/esm/hooks/use-skeleton.js +1 -1
  2040. package/typography/esm/index.js +2 -2
  2041. package/typography/esm/text/component.js +2 -2
  2042. package/typography/esm/text/index.css +19 -19
  2043. package/typography/esm/text/index.js +1 -1
  2044. package/typography/esm/title/common.css +5 -5
  2045. package/typography/esm/title/component.js +1 -1
  2046. package/typography/esm/title/index.css +18 -18
  2047. package/typography/esm/title/index.js +3 -3
  2048. package/typography/esm/title-mobile/component.js +3 -3
  2049. package/typography/esm/title-mobile/index.css +10 -10
  2050. package/typography/esm/title-mobile/index.js +2 -2
  2051. package/typography/esm/title-responsive/component.js +3 -3
  2052. package/typography/esm/title-responsive/index.css +30 -30
  2053. package/typography/esm/title-responsive/index.js +2 -2
  2054. package/typography/hooks/use-skeleton.css +4 -4
  2055. package/typography/hooks/use-skeleton.js +1 -1
  2056. package/typography/modern/colors.css +19 -19
  2057. package/typography/modern/colors.module-aa183f48.js +4 -0
  2058. package/typography/modern/common.module-06f82538.js +4 -0
  2059. package/typography/modern/component.js +2 -2
  2060. package/typography/modern/hooks/use-skeleton.css +4 -4
  2061. package/typography/modern/hooks/use-skeleton.js +1 -1
  2062. package/typography/modern/index.js +2 -2
  2063. package/typography/modern/text/component.js +2 -2
  2064. package/typography/modern/text/index.css +19 -19
  2065. package/typography/modern/text/index.js +1 -1
  2066. package/typography/modern/title/common.css +5 -5
  2067. package/typography/modern/title/component.js +1 -1
  2068. package/typography/modern/title/index.css +18 -18
  2069. package/typography/modern/title/index.js +3 -3
  2070. package/typography/modern/title-mobile/component.js +3 -3
  2071. package/typography/modern/title-mobile/index.css +10 -10
  2072. package/typography/modern/title-mobile/index.js +2 -2
  2073. package/typography/modern/title-responsive/component.js +3 -3
  2074. package/typography/modern/title-responsive/index.css +30 -30
  2075. package/typography/modern/title-responsive/index.js +2 -2
  2076. package/typography/text/component.js +2 -2
  2077. package/typography/text/index.css +19 -19
  2078. package/typography/title/common.css +5 -5
  2079. package/typography/title/component.js +1 -1
  2080. package/typography/title/index.css +18 -18
  2081. package/typography/title/index.js +2 -2
  2082. package/typography/title-mobile/component.js +2 -2
  2083. package/typography/title-mobile/index.css +10 -10
  2084. package/typography/title-responsive/component.js +2 -2
  2085. package/typography/title-responsive/index.css +30 -30
  2086. package/underlay/Component.js +1 -1
  2087. package/underlay/esm/Component.js +1 -1
  2088. package/underlay/esm/index.css +161 -161
  2089. package/underlay/esm/index.js +1 -1
  2090. package/underlay/esm/index.module-563072fe.js +4 -0
  2091. package/underlay/esm/utils/getBorderCorners.js +1 -1
  2092. package/underlay/esm/utils/getClasses.js +1 -1
  2093. package/underlay/index.css +161 -161
  2094. package/underlay/index.module-a305ee92.js +4 -0
  2095. package/underlay/modern/Component.js +1 -1
  2096. package/underlay/modern/index.css +161 -161
  2097. package/underlay/modern/index.js +1 -1
  2098. package/underlay/modern/index.module-dd370cef.js +4 -0
  2099. package/underlay/modern/utils/getBorderCorners.js +1 -1
  2100. package/underlay/modern/utils/getClasses.js +1 -1
  2101. package/underlay/utils/getBorderCorners.js +1 -1
  2102. package/underlay/utils/getClasses.js +1 -1
  2103. package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
  2104. package/universal-date-input/components/date-input/Component.js +1 -1
  2105. package/universal-date-input/components/date-range-input/Component.js +1 -1
  2106. package/universal-date-input/cssm/index-5712fce2.d.ts +6 -1
  2107. package/universal-date-input/cssm/index-f034f741.d.ts +1 -1
  2108. package/universal-date-input/cssm/utils/index.js +2 -1
  2109. package/universal-date-input/cssm/utils-5684a67d.d.ts +10 -1
  2110. package/universal-date-input/esm/Component.responsive.js +1 -1
  2111. package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
  2112. package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
  2113. package/universal-date-input/esm/components/date-input/Component.js +1 -1
  2114. package/universal-date-input/esm/components/date-input/index.js +1 -1
  2115. package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
  2116. package/universal-date-input/esm/components/date-range-input/index.js +1 -1
  2117. package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
  2118. package/universal-date-input/esm/desktop/index.js +1 -1
  2119. package/universal-date-input/esm/index-5712fce2.d.ts +6 -1
  2120. package/universal-date-input/esm/index-f034f741.d.ts +1 -1
  2121. package/universal-date-input/esm/index.css +7 -7
  2122. package/universal-date-input/esm/index.js +1 -1
  2123. package/universal-date-input/esm/index.module-93c7a4cb.js +4 -0
  2124. package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
  2125. package/universal-date-input/esm/mobile/index.js +1 -1
  2126. package/universal-date-input/esm/utils/index.js +2 -1
  2127. package/universal-date-input/esm/utils-5684a67d.d.ts +10 -1
  2128. package/universal-date-input/index-5712fce2.d.ts +6 -1
  2129. package/universal-date-input/index-f034f741.d.ts +1 -1
  2130. package/universal-date-input/index.css +7 -7
  2131. package/universal-date-input/index.module-b33644d9.js +4 -0
  2132. package/universal-date-input/modern/Component.responsive.js +1 -1
  2133. package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
  2134. package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
  2135. package/universal-date-input/modern/components/date-input/Component.js +1 -1
  2136. package/universal-date-input/modern/components/date-input/index.js +1 -1
  2137. package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
  2138. package/universal-date-input/modern/components/date-range-input/index.js +1 -1
  2139. package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
  2140. package/universal-date-input/modern/desktop/index.js +1 -1
  2141. package/universal-date-input/modern/index-5712fce2.d.ts +6 -1
  2142. package/universal-date-input/modern/index-f034f741.d.ts +1 -1
  2143. package/universal-date-input/modern/index.css +7 -7
  2144. package/universal-date-input/modern/index.js +1 -1
  2145. package/universal-date-input/modern/index.module-35bc9801.js +4 -0
  2146. package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
  2147. package/universal-date-input/modern/mobile/index.js +1 -1
  2148. package/universal-date-input/modern/utils/index.js +2 -1
  2149. package/universal-date-input/modern/utils-5684a67d.d.ts +10 -1
  2150. package/universal-date-input/utils/index.js +2 -1
  2151. package/universal-date-input/utils-5684a67d.d.ts +10 -1
  2152. package/with-suffix/Component.js +1 -1
  2153. package/with-suffix/esm/Component.js +1 -1
  2154. package/with-suffix/esm/index.css +9 -9
  2155. package/with-suffix/index.css +9 -9
  2156. package/with-suffix/modern/Component.js +1 -1
  2157. package/with-suffix/modern/index.css +9 -9
  2158. package/calendar-range/esm/index.module-1dba227b.js +0 -4
  2159. package/calendar-range/index.module-0ff73690.js +0 -4
  2160. package/calendar-range/modern/index.module-7d19e5b4.js +0 -4
  2161. package/grid/esm/gutters.module-7e1af705.js +0 -4
  2162. package/grid/gutters.module-366774db.js +0 -4
  2163. package/grid/modern/gutters.module-b5635f62.js +0 -4
  2164. package/modal/esm/layout.module-5f9fd885.js +0 -4
  2165. package/modal/layout.module-48d3e9a8.js +0 -4
  2166. package/modal/modern/layout.module-8b353bc6.js +0 -4
  2167. package/side-panel/esm/layout.module-c0380073.js +0 -4
  2168. package/side-panel/layout.module-f3f17887.js +0 -4
  2169. package/side-panel/modern/layout.module-f7d23de7.js +0 -4
  2170. package/tabs/esm/index.module-0319b1d5.js +0 -4
  2171. package/tabs/esm/index.module-d4b5f517.js +0 -4
  2172. package/tabs/index.module-1049c1f5.js +0 -4
  2173. package/tabs/index.module-106b958a.js +0 -4
  2174. package/tabs/modern/index.module-02d26880.js +0 -4
  2175. package/tabs/modern/index.module-0ccbd256.js +0 -4
  2176. package/typography/colors.module-3f64cea8.js +0 -4
  2177. package/typography/common.module-e457f4bf.js +0 -4
  2178. package/typography/esm/colors.module-791c318a.js +0 -4
  2179. package/typography/esm/common.module-4369c7ac.js +0 -4
  2180. package/typography/modern/colors.module-b1131bff.js +0 -4
  2181. package/typography/modern/common.module-7707d686.js +0 -4
  2182. package/underlay/esm/index.module-497fe5cb.js +0 -4
  2183. package/underlay/index.module-4f228ce1.js +0 -4
  2184. package/underlay/modern/index.module-8c61d50e.js +0 -4
  2185. package/universal-date-input/esm/index.module-af3cfc05.js +0 -4
  2186. package/universal-date-input/index.module-c0805834.js +0 -4
  2187. package/universal-date-input/modern/index.module-6ac35d87.js +0 -4
  2188. /package/confirmation/{countdown-section-0d14ca9c.d.ts → countdown-section-b2892ef2.d.ts} +0 -0
  2189. /package/confirmation/esm/{countdown-section-b671a460.d.ts → countdown-section-128b6ff2.d.ts} +0 -0
  2190. /package/confirmation/modern/{countdown-section-29121ff7.d.ts → countdown-section-bae1eefc.d.ts} +0 -0
  2191. /package/gallery/{buttons-9373d7f8.d.ts → buttons-3f02a1e1.d.ts} +0 -0
  2192. /package/gallery/esm/{buttons-0d4236de.d.ts → buttons-0941f504.d.ts} +0 -0
  2193. /package/gallery/esm/{slide-727b1ba6.d.ts → slide-30fe5474.d.ts} +0 -0
  2194. /package/gallery/modern/{buttons-bd77bc22.d.ts → buttons-1d80c099.d.ts} +0 -0
  2195. /package/gallery/modern/{slide-3aabb007.d.ts → slide-e3707e2d.d.ts} +0 -0
  2196. /package/gallery/{slide-38745600.d.ts → slide-52528ad4.d.ts} +0 -0
  2197. /package/list/{Component-b22502c6.d.ts → Component-e034bf04.d.ts} +0 -0
  2198. /package/list/esm/{Component-260e2942.d.ts → Component-db9587a0.d.ts} +0 -0
  2199. /package/list/modern/{Component-8a1aa884.d.ts → Component-1f9e3d60.d.ts} +0 -0
  2200. /package/markdown/esm/{use-overrides-b8e625c8.d.ts → use-overrides-ccbab9e8.d.ts} +0 -0
  2201. /package/markdown/modern/{use-overrides-4d360baf.d.ts → use-overrides-c68692d1.d.ts} +0 -0
  2202. /package/markdown/{use-overrides-761fd2c7.d.ts → use-overrides-20ace84f.d.ts} +0 -0
  2203. /package/pure-cell/{component-d0c38540.d.ts → component-a580c14f.d.ts} +0 -0
  2204. /package/pure-cell/esm/{component-38be6257.d.ts → component-d135ef3a.d.ts} +0 -0
  2205. /package/pure-cell/modern/{component-d22a8098.d.ts → component-1458a9e3.d.ts} +0 -0
  2206. /package/select/esm/{hook-e8eb700a.d.ts → hook-dba83575.d.ts} +0 -0
  2207. /package/select/esm/{hook-e8eb700a.js → hook-dba83575.js} +0 -0
  2208. /package/select/{hook-6aa923ff.d.ts → hook-7575b61c.d.ts} +0 -0
  2209. /package/select/{hook-6aa923ff.js → hook-7575b61c.js} +0 -0
  2210. /package/select/modern/{hook-a738ac9d.d.ts → hook-b65cd01d.d.ts} +0 -0
  2211. /package/select/modern/{hook-a738ac9d.js → hook-b65cd01d.js} +0 -0
  2212. /package/textarea/{PseudoTextArea-f70bd7c6.d.ts → PseudoTextArea-01eb4650.d.ts} +0 -0
  2213. /package/textarea/esm/{PseudoTextArea-1a3e14dd.d.ts → PseudoTextArea-27049819.d.ts} +0 -0
  2214. /package/textarea/modern/{PseudoTextArea-47688b57.d.ts → PseudoTextArea-cfb93a7c.d.ts} +0 -0
  2215. /package/universal-date-input/{Component-e2b6c730.d.ts → Component-ff24af55.d.ts} +0 -0
  2216. /package/universal-date-input/cssm/{Component-e2b6c730.d.ts → Component-ff24af55.d.ts} +0 -0
  2217. /package/universal-date-input/esm/{Component-e2b6c730.d.ts → Component-ff24af55.d.ts} +0 -0
  2218. /package/universal-date-input/modern/{Component-e2b6c730.d.ts → Component-ff24af55.d.ts} +0 -0
@@ -9,7 +9,7 @@ import { stackingOrder, Stack } from '../../stack/esm';
9
9
  import { ToastPlateDesktop } from '../../toast-plate/esm/desktop';
10
10
  import { useClickOutside } from './utils/index.js';
11
11
 
12
- var styles = {"notificationComponent":"notification__notificationComponent_1xd8y","isVisible":"notification__isVisible_1xd8y","isClosing":"notification__isClosing_1xd8y","toastContent":"notification__toastContent_1xd8y","actionSection":"notification__actionSection_1xd8y"};
12
+ var styles = {"notificationComponent":"notification__notificationComponent_scvgj","isVisible":"notification__isVisible_scvgj","isClosing":"notification__isClosing_scvgj","toastContent":"notification__toastContent_scvgj","actionSection":"notification__actionSection_scvgj"};
13
13
  require('./index.css');
14
14
 
15
15
  var notificationClassNameSelector = ".".concat(styles.notificationComponent);
@@ -1,4 +1,4 @@
1
- /* hash: spdut */
1
+ /* hash: ibq4i */
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 { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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 */
@@ -21,7 +21,7 @@
21
21
  } :root {
22
22
  } :root {
23
23
  --notification-desktop-content-width: 278px;
24
- } .notification__notificationComponent_1xd8y {
24
+ } .notification__notificationComponent_scvgj {
25
25
  visibility: hidden;
26
26
  right: var(--gap-s);
27
27
  transform: translate(0, -500px);
@@ -30,26 +30,26 @@
30
30
  -webkit-user-select: none;
31
31
  user-select: none;
32
32
  transition: transform 0.4s ease-out
33
- } @media screen and (min-width: 600px) { .notification__notificationComponent_1xd8y {
33
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_scvgj {
34
34
  right: var(--gap-4xl);
35
35
  width: auto;
36
36
  transform: translate(calc(100% + var(--gap-4xl)), 0)
37
37
  }
38
- } .notification__notificationComponent_1xd8y.notification__isVisible_1xd8y {
38
+ } .notification__notificationComponent_scvgj.notification__isVisible_scvgj {
39
39
  visibility: visible;
40
40
  transform: translate(0, 0);
41
- } .notification__notificationComponent_1xd8y.notification__isClosing_1xd8y {
41
+ } .notification__notificationComponent_scvgj.notification__isClosing_scvgj {
42
42
  transition: transform 0.1s ease-out;
43
43
  transform: translate(100vw, 0)
44
- } @media screen and (min-width: 600px) { .notification__notificationComponent_1xd8y.notification__isClosing_1xd8y {
44
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_scvgj.notification__isClosing_scvgj {
45
45
  transform: translate(calc(100% + var(--gap-4xl)), 0)
46
46
  }
47
- } .notification__notificationComponent_1xd8y.notification__notificationComponent_1xd8y {
47
+ } .notification__notificationComponent_scvgj.notification__notificationComponent_scvgj {
48
48
  position: fixed;
49
- } @media screen and (min-width: 600px) { .notification__toastContent_1xd8y {
49
+ } @media screen and (min-width: 600px) { .notification__toastContent_scvgj {
50
50
  width: var(--notification-desktop-content-width)
51
51
  }
52
- } .notification__actionSection_1xd8y {
52
+ } .notification__actionSection_scvgj {
53
53
  min-width: 104px;
54
54
  min-height: 48px;
55
55
  padding: 0 var(--gap-xs);
@@ -1,4 +1,4 @@
1
- /* hash: spdut */
1
+ /* hash: ibq4i */
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 { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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 */
@@ -21,7 +21,7 @@
21
21
  } :root {
22
22
  } :root {
23
23
  --notification-desktop-content-width: 278px;
24
- } .notification__notificationComponent_1xd8y {
24
+ } .notification__notificationComponent_scvgj {
25
25
  visibility: hidden;
26
26
  right: var(--gap-s);
27
27
  transform: translate(0, -500px);
@@ -30,26 +30,26 @@
30
30
  -webkit-user-select: none;
31
31
  user-select: none;
32
32
  transition: transform 0.4s ease-out
33
- } @media screen and (min-width: 600px) { .notification__notificationComponent_1xd8y {
33
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_scvgj {
34
34
  right: var(--gap-4xl);
35
35
  width: auto;
36
36
  transform: translate(calc(100% + var(--gap-4xl)), 0)
37
37
  }
38
- } .notification__notificationComponent_1xd8y.notification__isVisible_1xd8y {
38
+ } .notification__notificationComponent_scvgj.notification__isVisible_scvgj {
39
39
  visibility: visible;
40
40
  transform: translate(0, 0);
41
- } .notification__notificationComponent_1xd8y.notification__isClosing_1xd8y {
41
+ } .notification__notificationComponent_scvgj.notification__isClosing_scvgj {
42
42
  transition: transform 0.1s ease-out;
43
43
  transform: translate(100vw, 0)
44
- } @media screen and (min-width: 600px) { .notification__notificationComponent_1xd8y.notification__isClosing_1xd8y {
44
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_scvgj.notification__isClosing_scvgj {
45
45
  transform: translate(calc(100% + var(--gap-4xl)), 0)
46
46
  }
47
- } .notification__notificationComponent_1xd8y.notification__notificationComponent_1xd8y {
47
+ } .notification__notificationComponent_scvgj.notification__notificationComponent_scvgj {
48
48
  position: fixed;
49
- } @media screen and (min-width: 600px) { .notification__toastContent_1xd8y {
49
+ } @media screen and (min-width: 600px) { .notification__toastContent_scvgj {
50
50
  width: var(--notification-desktop-content-width)
51
51
  }
52
- } .notification__actionSection_1xd8y {
52
+ } .notification__actionSection_scvgj {
53
53
  min-width: 104px;
54
54
  min-height: 48px;
55
55
  padding: 0 var(--gap-xs);
@@ -8,7 +8,7 @@ import { Stack, stackingOrder } from '../../stack/modern';
8
8
  import { ToastPlateDesktop } from '../../toast-plate/modern/desktop';
9
9
  import { useClickOutside } from './utils/index.js';
10
10
 
11
- const styles = {"notificationComponent":"notification__notificationComponent_1xd8y","isVisible":"notification__isVisible_1xd8y","isClosing":"notification__isClosing_1xd8y","toastContent":"notification__toastContent_1xd8y","actionSection":"notification__actionSection_1xd8y"};
11
+ const styles = {"notificationComponent":"notification__notificationComponent_scvgj","isVisible":"notification__isVisible_scvgj","isClosing":"notification__isClosing_scvgj","toastContent":"notification__toastContent_scvgj","actionSection":"notification__actionSection_scvgj"};
12
12
  require('./index.css');
13
13
 
14
14
  const notificationClassNameSelector = `.${styles.notificationComponent}`;
@@ -1,4 +1,4 @@
1
- /* hash: spdut */
1
+ /* hash: ibq4i */
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 { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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 */
@@ -21,7 +21,7 @@
21
21
  } :root {
22
22
  } :root {
23
23
  --notification-desktop-content-width: 278px;
24
- } .notification__notificationComponent_1xd8y {
24
+ } .notification__notificationComponent_scvgj {
25
25
  visibility: hidden;
26
26
  right: var(--gap-s);
27
27
  transform: translate(0, -500px);
@@ -30,26 +30,26 @@
30
30
  -webkit-user-select: none;
31
31
  user-select: none;
32
32
  transition: transform 0.4s ease-out
33
- } @media screen and (min-width: 600px) { .notification__notificationComponent_1xd8y {
33
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_scvgj {
34
34
  right: var(--gap-4xl);
35
35
  width: auto;
36
36
  transform: translate(calc(100% + var(--gap-4xl)), 0)
37
37
  }
38
- } .notification__notificationComponent_1xd8y.notification__isVisible_1xd8y {
38
+ } .notification__notificationComponent_scvgj.notification__isVisible_scvgj {
39
39
  visibility: visible;
40
40
  transform: translate(0, 0);
41
- } .notification__notificationComponent_1xd8y.notification__isClosing_1xd8y {
41
+ } .notification__notificationComponent_scvgj.notification__isClosing_scvgj {
42
42
  transition: transform 0.1s ease-out;
43
43
  transform: translate(100vw, 0)
44
- } @media screen and (min-width: 600px) { .notification__notificationComponent_1xd8y.notification__isClosing_1xd8y {
44
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_scvgj.notification__isClosing_scvgj {
45
45
  transform: translate(calc(100% + var(--gap-4xl)), 0)
46
46
  }
47
- } .notification__notificationComponent_1xd8y.notification__notificationComponent_1xd8y {
47
+ } .notification__notificationComponent_scvgj.notification__notificationComponent_scvgj {
48
48
  position: fixed;
49
- } @media screen and (min-width: 600px) { .notification__toastContent_1xd8y {
49
+ } @media screen and (min-width: 600px) { .notification__toastContent_scvgj {
50
50
  width: var(--notification-desktop-content-width)
51
51
  }
52
- } .notification__actionSection_1xd8y {
52
+ } .notification__actionSection_scvgj {
53
53
  min-width: 104px;
54
54
  min-height: 48px;
55
55
  padding: 0 var(--gap-xs);
@@ -13,7 +13,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var styles = {"component":"notification-manager__component_1khmc","notification":"notification-manager__notification_1khmc","enter":"notification-manager__enter_1khmc","enterActive":"notification-manager__enterActive_1khmc"};
16
+ var styles = {"component":"notification-manager__component_1dcv1","notification":"notification-manager__notification_1dcv1","enter":"notification-manager__enter_1dcv1","enterActive":"notification-manager__enterActive_1dcv1"};
17
17
  require('./index.css');
18
18
 
19
19
  var CSS_TRANSITION_CLASS_NAMES = {
@@ -6,7 +6,7 @@ import { Portal } from '../../portal/esm';
6
6
  import { stackingOrder, Stack } from '../../stack/esm';
7
7
  import { Notification } from './components/notification/component.js';
8
8
 
9
- var styles = {"component":"notification-manager__component_1khmc","notification":"notification-manager__notification_1khmc","enter":"notification-manager__enter_1khmc","enterActive":"notification-manager__enterActive_1khmc"};
9
+ var styles = {"component":"notification-manager__component_1dcv1","notification":"notification-manager__notification_1dcv1","enter":"notification-manager__enter_1dcv1","enterActive":"notification-manager__enterActive_1dcv1"};
10
10
  require('./index.css');
11
11
 
12
12
  var CSS_TRANSITION_CLASS_NAMES = {
@@ -1,11 +1,11 @@
1
- /* hash: 1sc55 */
1
+ /* hash: 5v7oo */
2
2
  :root {
3
3
  --gap-s: 12px;
4
4
  --gap-xl: 24px;
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_1khmc {
8
+ .notification-manager__component_1dcv1 {
9
9
  position: fixed;
10
10
  top: 0;
11
11
  right: var(--gap-s);
@@ -13,41 +13,41 @@
13
13
  flex-direction: column;
14
14
  }
15
15
 
16
- .notification-manager__component_1khmc .notification-manager__notification_1khmc {
16
+ .notification-manager__component_1dcv1 .notification-manager__notification_1dcv1 {
17
17
  width: calc(100vw - var(--gap-xl));
18
18
  margin-top: var(--gap-s);
19
19
  will-change: transform;
20
20
  }
21
21
 
22
- .notification-manager__component_1khmc .notification-manager__notification_1khmc.notification-manager__notification_1khmc {
22
+ .notification-manager__component_1dcv1 .notification-manager__notification_1dcv1.notification-manager__notification_1dcv1 {
23
23
  position: static;
24
24
  }
25
25
 
26
- .notification-manager__enter_1khmc {
26
+ .notification-manager__enter_1dcv1 {
27
27
  visibility: hidden;
28
28
  transform: translate(0, -500px);
29
29
  }
30
30
 
31
- .notification-manager__enterActive_1khmc {
31
+ .notification-manager__enterActive_1dcv1 {
32
32
  visibility: visible;
33
33
  transform: translate(0);
34
34
  transition: transform 0.4s ease-out;
35
35
  }
36
36
 
37
37
  @media (min-width: 600px) {
38
- .notification-manager__component_1khmc {
38
+ .notification-manager__component_1dcv1 {
39
39
  right: var(--gap-4xl);
40
40
  }
41
41
 
42
- .notification-manager__component_1khmc .notification-manager__notification_1khmc {
42
+ .notification-manager__component_1dcv1 .notification-manager__notification_1dcv1 {
43
43
  width: auto;
44
44
  }
45
45
 
46
- .notification-manager__enter_1khmc {
46
+ .notification-manager__enter_1dcv1 {
47
47
  transform: translate(100%, 0);
48
48
  }
49
49
 
50
- .notification-manager__enterActive_1khmc {
50
+ .notification-manager__enterActive_1dcv1 {
51
51
  transform: translate(0);
52
52
  }
53
53
  }
@@ -1,11 +1,11 @@
1
- /* hash: 1sc55 */
1
+ /* hash: 5v7oo */
2
2
  :root {
3
3
  --gap-s: 12px;
4
4
  --gap-xl: 24px;
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_1khmc {
8
+ .notification-manager__component_1dcv1 {
9
9
  position: fixed;
10
10
  top: 0;
11
11
  right: var(--gap-s);
@@ -13,41 +13,41 @@
13
13
  flex-direction: column;
14
14
  }
15
15
 
16
- .notification-manager__component_1khmc .notification-manager__notification_1khmc {
16
+ .notification-manager__component_1dcv1 .notification-manager__notification_1dcv1 {
17
17
  width: calc(100vw - var(--gap-xl));
18
18
  margin-top: var(--gap-s);
19
19
  will-change: transform;
20
20
  }
21
21
 
22
- .notification-manager__component_1khmc .notification-manager__notification_1khmc.notification-manager__notification_1khmc {
22
+ .notification-manager__component_1dcv1 .notification-manager__notification_1dcv1.notification-manager__notification_1dcv1 {
23
23
  position: static;
24
24
  }
25
25
 
26
- .notification-manager__enter_1khmc {
26
+ .notification-manager__enter_1dcv1 {
27
27
  visibility: hidden;
28
28
  transform: translate(0, -500px);
29
29
  }
30
30
 
31
- .notification-manager__enterActive_1khmc {
31
+ .notification-manager__enterActive_1dcv1 {
32
32
  visibility: visible;
33
33
  transform: translate(0);
34
34
  transition: transform 0.4s ease-out;
35
35
  }
36
36
 
37
37
  @media (min-width: 600px) {
38
- .notification-manager__component_1khmc {
38
+ .notification-manager__component_1dcv1 {
39
39
  right: var(--gap-4xl);
40
40
  }
41
41
 
42
- .notification-manager__component_1khmc .notification-manager__notification_1khmc {
42
+ .notification-manager__component_1dcv1 .notification-manager__notification_1dcv1 {
43
43
  width: auto;
44
44
  }
45
45
 
46
- .notification-manager__enter_1khmc {
46
+ .notification-manager__enter_1dcv1 {
47
47
  transform: translate(100%, 0);
48
48
  }
49
49
 
50
- .notification-manager__enterActive_1khmc {
50
+ .notification-manager__enterActive_1dcv1 {
51
51
  transform: translate(0);
52
52
  }
53
53
  }
@@ -5,7 +5,7 @@ import { Portal } from '../../portal/modern';
5
5
  import { Stack, stackingOrder } from '../../stack/modern';
6
6
  import { Notification } from './components/notification/component.js';
7
7
 
8
- const styles = {"component":"notification-manager__component_1khmc","notification":"notification-manager__notification_1khmc","enter":"notification-manager__enter_1khmc","enterActive":"notification-manager__enterActive_1khmc"};
8
+ const styles = {"component":"notification-manager__component_1dcv1","notification":"notification-manager__notification_1dcv1","enter":"notification-manager__enter_1dcv1","enterActive":"notification-manager__enterActive_1dcv1"};
9
9
  require('./index.css');
10
10
 
11
11
  const CSS_TRANSITION_CLASS_NAMES = {
@@ -1,11 +1,11 @@
1
- /* hash: 1sc55 */
1
+ /* hash: 5v7oo */
2
2
  :root {
3
3
  --gap-s: 12px;
4
4
  --gap-xl: 24px;
5
5
  --gap-4xl: 48px;
6
6
  }
7
7
 
8
- .notification-manager__component_1khmc {
8
+ .notification-manager__component_1dcv1 {
9
9
  position: fixed;
10
10
  top: 0;
11
11
  right: var(--gap-s);
@@ -13,41 +13,41 @@
13
13
  flex-direction: column;
14
14
  }
15
15
 
16
- .notification-manager__component_1khmc .notification-manager__notification_1khmc {
16
+ .notification-manager__component_1dcv1 .notification-manager__notification_1dcv1 {
17
17
  width: calc(100vw - var(--gap-xl));
18
18
  margin-top: var(--gap-s);
19
19
  will-change: transform;
20
20
  }
21
21
 
22
- .notification-manager__component_1khmc .notification-manager__notification_1khmc.notification-manager__notification_1khmc {
22
+ .notification-manager__component_1dcv1 .notification-manager__notification_1dcv1.notification-manager__notification_1dcv1 {
23
23
  position: static;
24
24
  }
25
25
 
26
- .notification-manager__enter_1khmc {
26
+ .notification-manager__enter_1dcv1 {
27
27
  visibility: hidden;
28
28
  transform: translate(0, -500px);
29
29
  }
30
30
 
31
- .notification-manager__enterActive_1khmc {
31
+ .notification-manager__enterActive_1dcv1 {
32
32
  visibility: visible;
33
33
  transform: translate(0);
34
34
  transition: transform 0.4s ease-out;
35
35
  }
36
36
 
37
37
  @media (min-width: 600px) {
38
- .notification-manager__component_1khmc {
38
+ .notification-manager__component_1dcv1 {
39
39
  right: var(--gap-4xl);
40
40
  }
41
41
 
42
- .notification-manager__component_1khmc .notification-manager__notification_1khmc {
42
+ .notification-manager__component_1dcv1 .notification-manager__notification_1dcv1 {
43
43
  width: auto;
44
44
  }
45
45
 
46
- .notification-manager__enter_1khmc {
46
+ .notification-manager__enter_1dcv1 {
47
47
  transform: translate(100%, 0);
48
48
  }
49
49
 
50
- .notification-manager__enterActive_1khmc {
50
+ .notification-manager__enterActive_1dcv1 {
51
51
  transform: translate(0);
52
52
  }
53
53
  }
@@ -16,13 +16,13 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
16
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
17
17
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
18
18
 
19
- var defaultColors = {"steppers":"number-input__steppers_6qtl2","steppersFocused":"number-input__steppersFocused_6qtl2","steppersDisabled":"number-input__steppersDisabled_6qtl2"};
19
+ var defaultColors = {"steppers":"number-input__steppers_1icuq","steppersFocused":"number-input__steppersFocused_1icuq","steppersDisabled":"number-input__steppersDisabled_1icuq"};
20
20
  require('./default.css');
21
21
 
22
- var styles = {"size-48":"number-input__size-48_biro8","size-56":"number-input__size-56_biro8"};
22
+ var styles = {"size-48":"number-input__size-48_1eltl","size-56":"number-input__size-56_1eltl"};
23
23
  require('./index.css');
24
24
 
25
- var invertedColors = {"steppers":"number-input__steppers_h4a54","steppersFocused":"number-input__steppersFocused_h4a54","steppersDisabled":"number-input__steppersDisabled_h4a54"};
25
+ var invertedColors = {"steppers":"number-input__steppers_1sqba","steppersFocused":"number-input__steppersFocused_1sqba","steppersDisabled":"number-input__steppersDisabled_1sqba"};
26
26
  require('./inverted.css');
27
27
 
28
28
  var colorStyles = {
@@ -1,4 +1,4 @@
1
- /* hash: 14o49 */
1
+ /* hash: 428tq */
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-neutral-translucent-0: #fff;
@@ -16,9 +16,9 @@
16
16
  } :root {
17
17
  } :root {
18
18
  } :root {
19
- } .number-input__steppers_6qtl2 {
19
+ } .number-input__steppers_1icuq {
20
20
  background-color: var(--color-light-neutral-translucent-0);
21
- } .number-input__steppersFocused_6qtl2,
22
- .number-input__steppersDisabled_6qtl2 {
21
+ } .number-input__steppersFocused_1icuq,
22
+ .number-input__steppersDisabled_1icuq {
23
23
  background-color: var(--color-light-neutral-translucent-200);
24
24
  }
@@ -1,4 +1,4 @@
1
- /* hash: 14pss */
1
+ /* hash: 1miyt */
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 { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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 */
@@ -16,8 +16,8 @@
16
16
  --gap-xs-neg: -8px;
17
17
  } :root {
18
18
  } :root {
19
- } .number-input__size-48_biro8 {
19
+ } .number-input__size-48_1eltl {
20
20
  margin-right: var(--gap-xs-neg);
21
- } .number-input__size-56_biro8 {
21
+ } .number-input__size-56_1eltl {
22
22
  margin-right: var(--gap-2xs-neg);
23
23
  }
@@ -1,4 +1,4 @@
1
- /* hash: 155ew */
1
+ /* hash: 4jjh0 */
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-neutral-translucent-0-inverted: rgba(214, 214, 229, 0.07);
@@ -16,9 +16,9 @@
16
16
  } :root {
17
17
  } :root {
18
18
  } :root {
19
- } .number-input__steppers_h4a54 {
19
+ } .number-input__steppers_1sqba {
20
20
  background-color: var(--color-light-neutral-translucent-0-inverted);
21
- } .number-input__steppersFocused_h4a54,
22
- .number-input__steppersDisabled_h4a54 {
21
+ } .number-input__steppersFocused_1sqba,
22
+ .number-input__steppersDisabled_1sqba {
23
23
  background-color: var(--color-light-neutral-translucent-300-inverted);
24
24
  }
@@ -12,13 +12,13 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
12
12
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
13
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
14
14
 
15
- var defaultColors = {"separator":"number-input__separator_1bxl4"};
15
+ var defaultColors = {"separator":"number-input__separator_1b5fb"};
16
16
  require('./default.css');
17
17
 
18
- var styles = {"component":"number-input__component_27o5k","separator":"number-input__separator_27o5k","button":"number-input__button_27o5k"};
18
+ var styles = {"component":"number-input__component_2xamz","separator":"number-input__separator_2xamz","button":"number-input__button_2xamz"};
19
19
  require('./index.css');
20
20
 
21
- var invertedColors = {"separator":"number-input__separator_1f1op"};
21
+ var invertedColors = {"separator":"number-input__separator_1e9iw"};
22
22
  require('./inverted.css');
23
23
 
24
24
  var colorStyles = {
@@ -1,4 +1,4 @@
1
- /* hash: 1lirz */
1
+ /* hash: kwwk1 */
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-neutral-translucent-300: rgba(15, 25, 55, 0.1); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,6 +15,6 @@
15
15
  } :root {
16
16
  } :root {
17
17
  } :root {
18
- } .number-input__separator_1bxl4 {
18
+ } .number-input__separator_1b5fb {
19
19
  background-color: var(--color-light-neutral-translucent-300);
20
20
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1cyee */
1
+ /* hash: g2djp */
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 { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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 */
@@ -14,17 +14,17 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .number-input__component_27o5k {
17
+ } .number-input__component_2xamz {
18
18
  display: flex;
19
19
  flex-flow: row nowrap;
20
20
  align-items: center;
21
21
  border-radius: 5px;
22
22
  transition: background-color 0.2s ease;
23
23
  overflow: visible;
24
- } .number-input__separator_27o5k {
24
+ } .number-input__separator_2xamz {
25
25
  height: 18px;
26
26
  width: 1px;
27
- } .number-input__button_27o5k {
27
+ } .number-input__button_2xamz {
28
28
  width: 40px;
29
29
  height: 40px;
30
30
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1pr67 */
1
+ /* hash: p5arj */
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-neutral-translucent-300-inverted: rgba(222, 222, 238, 0.13); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,6 +15,6 @@
15
15
  } :root {
16
16
  } :root {
17
17
  } :root {
18
- } .number-input__separator_1f1op {
18
+ } .number-input__separator_1e9iw {
19
19
  background-color: var(--color-light-neutral-translucent-300-inverted);
20
20
  }
@@ -11,13 +11,13 @@ import '../../../../icon-button/esm';
11
11
  import '@alfalab/icons-glyph/MinusMIcon';
12
12
  import '@alfalab/icons-glyph/PlusMediumMIcon';
13
13
 
14
- var defaultColors = {"steppers":"number-input__steppers_6qtl2","steppersFocused":"number-input__steppersFocused_6qtl2","steppersDisabled":"number-input__steppersDisabled_6qtl2"};
14
+ var defaultColors = {"steppers":"number-input__steppers_1icuq","steppersFocused":"number-input__steppersFocused_1icuq","steppersDisabled":"number-input__steppersDisabled_1icuq"};
15
15
  require('./default.css');
16
16
 
17
- var styles = {"size-48":"number-input__size-48_biro8","size-56":"number-input__size-56_biro8"};
17
+ var styles = {"size-48":"number-input__size-48_1eltl","size-56":"number-input__size-56_1eltl"};
18
18
  require('./index.css');
19
19
 
20
- var invertedColors = {"steppers":"number-input__steppers_h4a54","steppersFocused":"number-input__steppersFocused_h4a54","steppersDisabled":"number-input__steppersDisabled_h4a54"};
20
+ var invertedColors = {"steppers":"number-input__steppers_1sqba","steppersFocused":"number-input__steppersFocused_1sqba","steppersDisabled":"number-input__steppersDisabled_1sqba"};
21
21
  require('./inverted.css');
22
22
 
23
23
  var colorStyles = {