@alfalab/core-components 26.0.0 → 26.0.1

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 (1445) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/esm/Component.js +1 -1
  3. package/alert/esm/index.css +4 -4
  4. package/alert/index.css +4 -4
  5. package/alert/modern/Component.js +1 -1
  6. package/alert/modern/index.css +4 -4
  7. package/amount/component.js +1 -1
  8. package/amount/esm/component.js +1 -1
  9. package/amount/esm/index.css +2 -2
  10. package/amount/esm/pure/component.js +1 -1
  11. package/amount/esm/pure/index.css +1 -1
  12. package/amount/index.css +2 -2
  13. package/amount/modern/component.js +1 -1
  14. package/amount/modern/index.css +2 -2
  15. package/amount/modern/pure/component.js +1 -1
  16. package/amount/modern/pure/index.css +1 -1
  17. package/amount/pure/component.js +1 -1
  18. package/amount/pure/index.css +1 -1
  19. package/amount-input/Component.js +3 -3
  20. package/amount-input/default.css +1 -1
  21. package/amount-input/esm/Component.js +3 -3
  22. package/amount-input/esm/default.css +1 -1
  23. package/amount-input/esm/index.css +6 -6
  24. package/amount-input/esm/inverted.css +1 -1
  25. package/amount-input/index.css +6 -6
  26. package/amount-input/inverted.css +1 -1
  27. package/amount-input/modern/Component.js +3 -3
  28. package/amount-input/modern/default.css +1 -1
  29. package/amount-input/modern/index.css +6 -6
  30. package/amount-input/modern/inverted.css +1 -1
  31. package/attach/Component.js +1 -1
  32. package/attach/esm/Component.js +1 -1
  33. package/attach/esm/index.css +22 -22
  34. package/attach/index.css +22 -22
  35. package/attach/modern/Component.js +1 -1
  36. package/attach/modern/index.css +22 -22
  37. package/backdrop/Component.js +1 -1
  38. package/backdrop/esm/Component.js +1 -1
  39. package/backdrop/esm/index.css +11 -11
  40. package/backdrop/index.css +11 -11
  41. package/backdrop/modern/Component.js +1 -1
  42. package/backdrop/modern/index.css +11 -11
  43. package/badge/Component.js +1 -1
  44. package/badge/esm/Component.js +1 -1
  45. package/badge/esm/index.css +16 -16
  46. package/badge/index.css +16 -16
  47. package/badge/modern/Component.js +1 -1
  48. package/badge/modern/index.css +16 -16
  49. package/bank-card/Component.js +1 -1
  50. package/bank-card/cssm/index.module.css +2 -0
  51. package/bank-card/esm/Component.js +1 -1
  52. package/bank-card/esm/index.css +21 -19
  53. package/bank-card/index.css +21 -19
  54. package/bank-card/modern/Component.js +1 -1
  55. package/bank-card/modern/index.css +21 -19
  56. package/base-modal/Component.js +1 -1
  57. package/base-modal/esm/Component.js +1 -1
  58. package/base-modal/esm/index.css +13 -13
  59. package/base-modal/index.css +13 -13
  60. package/base-modal/modern/Component.js +1 -1
  61. package/base-modal/modern/index.css +13 -13
  62. package/bottom-sheet/{component-0665a3d7.d.ts → component-99884ac1.d.ts} +0 -5
  63. package/bottom-sheet/{component-0665a3d7.js → component-99884ac1.js} +12 -12
  64. package/bottom-sheet/component.js +2 -2
  65. package/bottom-sheet/components/backer/Component.js +2 -2
  66. package/bottom-sheet/components/backer/index.css +8 -4
  67. package/bottom-sheet/components/closer/Component.js +2 -2
  68. package/bottom-sheet/components/closer/index.css +8 -4
  69. package/bottom-sheet/components/footer/Component.js +1 -1
  70. package/bottom-sheet/components/footer/index.css +4 -4
  71. package/bottom-sheet/components/header/Component.js +2 -2
  72. package/bottom-sheet/components/header/index.css +16 -28
  73. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  74. package/bottom-sheet/{esm/component-2501d7d0.d.ts → cssm/component-1deadd87.d.ts} +0 -5
  75. package/bottom-sheet/cssm/{component-4b59a168.js → component-1deadd87.js} +9 -9
  76. package/bottom-sheet/cssm/component.js +1 -1
  77. package/bottom-sheet/cssm/components/backer/index.module.css +5 -1
  78. package/bottom-sheet/cssm/components/closer/index.module.css +5 -1
  79. package/bottom-sheet/cssm/components/header/Component.js +1 -1
  80. package/bottom-sheet/cssm/components/header/index.module.css +0 -12
  81. package/bottom-sheet/cssm/index.d.ts +1 -1
  82. package/bottom-sheet/cssm/index.js +1 -1
  83. package/bottom-sheet/cssm/index.module.css +1 -1
  84. package/bottom-sheet/{cssm/component-4b59a168.d.ts → esm/component-dbec5cad.d.ts} +0 -5
  85. package/bottom-sheet/esm/{component-2501d7d0.js → component-dbec5cad.js} +12 -12
  86. package/bottom-sheet/esm/component.js +2 -2
  87. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  88. package/bottom-sheet/esm/components/backer/index.css +8 -4
  89. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  90. package/bottom-sheet/esm/components/closer/index.css +8 -4
  91. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  92. package/bottom-sheet/esm/components/footer/index.css +4 -4
  93. package/bottom-sheet/esm/components/header/Component.js +2 -2
  94. package/bottom-sheet/esm/components/header/index.css +16 -28
  95. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  96. package/bottom-sheet/esm/index.css +16 -16
  97. package/bottom-sheet/esm/index.d.ts +1 -1
  98. package/bottom-sheet/esm/index.js +2 -2
  99. package/bottom-sheet/esm/{tslib.es6-97cd96ee.d.ts → tslib.es6-eedcd3d6.d.ts} +0 -0
  100. package/bottom-sheet/esm/{tslib.es6-97cd96ee.js → tslib.es6-eedcd3d6.js} +0 -0
  101. package/bottom-sheet/index.css +16 -16
  102. package/bottom-sheet/index.d.ts +1 -1
  103. package/bottom-sheet/index.js +2 -2
  104. package/bottom-sheet/modern/{component-6718dad9.d.ts → component-5b171f70.d.ts} +0 -5
  105. package/bottom-sheet/modern/{component-6718dad9.js → component-5b171f70.js} +9 -9
  106. package/bottom-sheet/modern/component.js +1 -1
  107. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  108. package/bottom-sheet/modern/components/backer/index.css +8 -4
  109. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  110. package/bottom-sheet/modern/components/closer/index.css +8 -4
  111. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  112. package/bottom-sheet/modern/components/footer/index.css +4 -4
  113. package/bottom-sheet/modern/components/header/Component.js +1 -1
  114. package/bottom-sheet/modern/components/header/index.css +16 -28
  115. package/bottom-sheet/modern/index.css +16 -16
  116. package/bottom-sheet/modern/index.d.ts +1 -1
  117. package/bottom-sheet/modern/index.js +1 -1
  118. package/bottom-sheet/{tslib.es6-4d9b8d1d.d.ts → tslib.es6-1f6a7f15.d.ts} +0 -0
  119. package/bottom-sheet/{tslib.es6-4d9b8d1d.js → tslib.es6-1f6a7f15.js} +0 -0
  120. package/button/Component.js +3 -3
  121. package/button/default.css +40 -40
  122. package/button/esm/Component.js +3 -3
  123. package/button/esm/default.css +40 -40
  124. package/button/esm/index.css +53 -53
  125. package/button/esm/inverted.css +40 -40
  126. package/button/index.css +53 -53
  127. package/button/inverted.css +40 -40
  128. package/button/modern/Component.js +3 -3
  129. package/button/modern/default.css +40 -40
  130. package/button/modern/index.css +53 -53
  131. package/button/modern/inverted.css +40 -40
  132. package/calendar/Component.js +2 -2
  133. package/calendar/components/days-table/Component.js +2 -2
  134. package/calendar/components/days-table/index.css +50 -50
  135. package/calendar/components/days-table/index.js +1 -1
  136. package/calendar/components/header/Component.js +1 -1
  137. package/calendar/components/header/index.css +2 -2
  138. package/calendar/components/month-year-header/Component.js +2 -2
  139. package/calendar/components/month-year-header/index.css +9 -9
  140. package/calendar/components/month-year-header/index.js +1 -1
  141. package/calendar/components/months-table/Component.js +2 -2
  142. package/calendar/components/months-table/index.css +8 -8
  143. package/calendar/components/months-table/index.js +1 -1
  144. package/calendar/components/period-slider/Component.js +1 -1
  145. package/calendar/components/period-slider/index.css +8 -8
  146. package/calendar/components/select-button/Component.js +2 -2
  147. package/calendar/components/select-button/index.css +9 -9
  148. package/calendar/components/select-button/index.js +1 -1
  149. package/calendar/components/years-table/Component.js +2 -2
  150. package/calendar/components/years-table/index.css +9 -9
  151. package/calendar/components/years-table/index.js +1 -1
  152. package/calendar/esm/Component.js +2 -2
  153. package/calendar/esm/components/days-table/Component.js +2 -2
  154. package/calendar/esm/components/days-table/index.css +50 -50
  155. package/calendar/esm/components/days-table/index.js +1 -1
  156. package/calendar/esm/components/header/Component.js +1 -1
  157. package/calendar/esm/components/header/index.css +2 -2
  158. package/calendar/esm/components/month-year-header/Component.js +2 -2
  159. package/calendar/esm/components/month-year-header/index.css +9 -9
  160. package/calendar/esm/components/month-year-header/index.js +1 -1
  161. package/calendar/esm/components/months-table/Component.js +2 -2
  162. package/calendar/esm/components/months-table/index.css +8 -8
  163. package/calendar/esm/components/months-table/index.js +1 -1
  164. package/calendar/esm/components/period-slider/Component.js +1 -1
  165. package/calendar/esm/components/period-slider/index.css +8 -8
  166. package/calendar/esm/components/select-button/Component.js +2 -2
  167. package/calendar/esm/components/select-button/index.css +9 -9
  168. package/calendar/esm/components/select-button/index.js +1 -1
  169. package/calendar/esm/components/years-table/Component.js +2 -2
  170. package/calendar/esm/components/years-table/index.css +9 -9
  171. package/calendar/esm/components/years-table/index.js +1 -1
  172. package/calendar/esm/index.css +10 -10
  173. package/calendar/esm/index.js +1 -1
  174. package/calendar/esm/{tslib.es6-a9c3ad60.d.ts → tslib.es6-7dd3b202.d.ts} +0 -0
  175. package/calendar/esm/{tslib.es6-a9c3ad60.js → tslib.es6-7dd3b202.js} +0 -0
  176. package/calendar/index.css +10 -10
  177. package/calendar/index.js +1 -1
  178. package/calendar/modern/Component.js +1 -1
  179. package/calendar/modern/components/days-table/Component.js +1 -1
  180. package/calendar/modern/components/days-table/index.css +50 -50
  181. package/calendar/modern/components/header/Component.js +1 -1
  182. package/calendar/modern/components/header/index.css +2 -2
  183. package/calendar/modern/components/month-year-header/Component.js +1 -1
  184. package/calendar/modern/components/month-year-header/index.css +9 -9
  185. package/calendar/modern/components/months-table/Component.js +1 -1
  186. package/calendar/modern/components/months-table/index.css +8 -8
  187. package/calendar/modern/components/period-slider/Component.js +1 -1
  188. package/calendar/modern/components/period-slider/index.css +8 -8
  189. package/calendar/modern/components/select-button/Component.js +1 -1
  190. package/calendar/modern/components/select-button/index.css +9 -9
  191. package/calendar/modern/components/years-table/Component.js +1 -1
  192. package/calendar/modern/components/years-table/index.css +9 -9
  193. package/calendar/modern/index.css +10 -10
  194. package/calendar/{tslib.es6-860538db.d.ts → tslib.es6-979527e0.d.ts} +0 -0
  195. package/calendar/{tslib.es6-860538db.js → tslib.es6-979527e0.js} +0 -0
  196. package/calendar-input/Component.d.ts +3 -3
  197. package/calendar-input/Component.js +1 -1
  198. package/calendar-input/esm/Component.js +1 -1
  199. package/calendar-input/esm/index.css +9 -9
  200. package/calendar-input/index.css +9 -9
  201. package/calendar-input/modern/Component.js +1 -1
  202. package/calendar-input/modern/index.css +9 -9
  203. package/calendar-range/Component.js +1 -1
  204. package/calendar-range/esm/Component.js +1 -1
  205. package/calendar-range/esm/index.js +1 -1
  206. package/calendar-range/esm/{index.module-89d0c4fc.d.ts → index.module-3c9bb153.d.ts} +0 -0
  207. package/calendar-range/esm/{index.module-89d0c4fc.js → index.module-3c9bb153.js} +1 -1
  208. package/calendar-range/esm/views/index.css +7 -7
  209. package/calendar-range/esm/views/popover.js +1 -1
  210. package/calendar-range/esm/views/static.js +1 -1
  211. package/calendar-range/index.js +1 -1
  212. package/calendar-range/{index.module-df62f1e3.d.ts → index.module-4861b089.d.ts} +0 -0
  213. package/calendar-range/{index.module-df62f1e3.js → index.module-4861b089.js} +1 -1
  214. package/calendar-range/modern/Component.js +1 -1
  215. package/calendar-range/modern/index.js +1 -1
  216. package/calendar-range/modern/index.module-4a5458e6.js +4 -0
  217. package/calendar-range/modern/views/index.css +7 -7
  218. package/calendar-range/modern/views/popover.js +1 -1
  219. package/calendar-range/modern/views/static.js +1 -1
  220. package/calendar-range/views/index.css +7 -7
  221. package/calendar-range/views/popover.js +1 -1
  222. package/calendar-range/views/static.js +1 -1
  223. package/calendar-with-skeleton/Component.js +1 -1
  224. package/calendar-with-skeleton/esm/Component.js +1 -1
  225. package/calendar-with-skeleton/esm/index.css +11 -11
  226. package/calendar-with-skeleton/index.css +11 -11
  227. package/calendar-with-skeleton/modern/Component.js +1 -1
  228. package/calendar-with-skeleton/modern/index.css +11 -11
  229. package/card-image/Component.js +1 -1
  230. package/card-image/esm/Component.js +1 -1
  231. package/card-image/esm/index.css +6 -6
  232. package/card-image/index.css +6 -6
  233. package/card-image/modern/Component.js +1 -1
  234. package/card-image/modern/index.css +6 -6
  235. package/cdn-icon/Component.js +1 -1
  236. package/cdn-icon/esm/Component.js +1 -1
  237. package/cdn-icon/esm/index.css +2 -2
  238. package/cdn-icon/index.css +2 -2
  239. package/cdn-icon/modern/Component.js +1 -1
  240. package/cdn-icon/modern/index.css +2 -2
  241. package/chart/Component.js +2 -2
  242. package/chart/components/Dot/index.css +7 -7
  243. package/chart/components/Dot/index.js +1 -1
  244. package/chart/components/Legends/index.css +7 -7
  245. package/chart/components/Legends/index.js +1 -1
  246. package/chart/components/Tick/index.css +3 -3
  247. package/chart/components/Tick/index.js +1 -1
  248. package/chart/components/TooltipContent/index.css +6 -6
  249. package/chart/components/TooltipContent/index.js +1 -1
  250. package/chart/esm/Component.js +2 -2
  251. package/chart/esm/components/Dot/index.css +7 -7
  252. package/chart/esm/components/Dot/index.js +1 -1
  253. package/chart/esm/components/Legends/index.css +7 -7
  254. package/chart/esm/components/Legends/index.js +1 -1
  255. package/chart/esm/components/Tick/index.css +3 -3
  256. package/chart/esm/components/Tick/index.js +1 -1
  257. package/chart/esm/components/TooltipContent/index.css +6 -6
  258. package/chart/esm/components/TooltipContent/index.js +1 -1
  259. package/chart/esm/hooks/useSettings/index.js +1 -1
  260. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  261. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  262. package/chart/esm/index.css +2 -2
  263. package/chart/esm/index.js +1 -1
  264. package/chart/esm/{tslib.es6-5686e4e6.d.ts → tslib.es6-dd9b752b.d.ts} +0 -0
  265. package/chart/esm/{tslib.es6-5686e4e6.js → tslib.es6-dd9b752b.js} +0 -0
  266. package/chart/hooks/useSettings/index.js +1 -1
  267. package/chart/hooks/useSettings/utils/setDatas.d.ts +1 -2
  268. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  269. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  270. package/chart/index.css +2 -2
  271. package/chart/index.js +1 -1
  272. package/chart/modern/Component.js +1 -1
  273. package/chart/modern/components/Dot/index.css +7 -7
  274. package/chart/modern/components/Dot/index.js +1 -1
  275. package/chart/modern/components/Legends/index.css +7 -7
  276. package/chart/modern/components/Legends/index.js +1 -1
  277. package/chart/modern/components/Tick/index.css +3 -3
  278. package/chart/modern/components/Tick/index.js +1 -1
  279. package/chart/modern/components/TooltipContent/index.css +6 -6
  280. package/chart/modern/components/TooltipContent/index.js +1 -1
  281. package/chart/modern/index.css +2 -2
  282. package/chart/{tslib.es6-48e1f8e6.d.ts → tslib.es6-7609a5a8.d.ts} +0 -0
  283. package/chart/{tslib.es6-48e1f8e6.js → tslib.es6-7609a5a8.js} +0 -0
  284. package/checkbox/Component.js +1 -1
  285. package/checkbox/esm/Component.js +1 -1
  286. package/checkbox/esm/index.css +36 -36
  287. package/checkbox/index.css +36 -36
  288. package/checkbox/modern/Component.js +1 -1
  289. package/checkbox/modern/index.css +36 -36
  290. package/checkbox-group/Component.js +1 -1
  291. package/checkbox-group/esm/Component.js +1 -1
  292. package/checkbox-group/esm/index.css +16 -16
  293. package/checkbox-group/index.css +16 -16
  294. package/checkbox-group/modern/Component.js +1 -1
  295. package/checkbox-group/modern/index.css +16 -16
  296. package/circular-progress-bar/Component.js +1 -1
  297. package/circular-progress-bar/esm/Component.js +1 -1
  298. package/circular-progress-bar/esm/index.css +20 -20
  299. package/circular-progress-bar/index.css +20 -20
  300. package/circular-progress-bar/modern/Component.js +1 -1
  301. package/circular-progress-bar/modern/index.css +20 -20
  302. package/code-input/component.js +1 -1
  303. package/code-input/components/input/component.js +1 -1
  304. package/code-input/components/input/index.css +5 -5
  305. package/code-input/esm/component.js +1 -1
  306. package/code-input/esm/components/input/component.js +1 -1
  307. package/code-input/esm/components/input/index.css +5 -5
  308. package/code-input/esm/index.css +5 -5
  309. package/code-input/index.css +5 -5
  310. package/code-input/modern/component.js +1 -1
  311. package/code-input/modern/components/input/component.js +1 -1
  312. package/code-input/modern/components/input/index.css +5 -5
  313. package/code-input/modern/index.css +5 -5
  314. package/collapse/Component.js +1 -1
  315. package/collapse/esm/Component.js +1 -1
  316. package/collapse/esm/index.css +7 -7
  317. package/collapse/index.css +7 -7
  318. package/collapse/modern/Component.js +1 -1
  319. package/collapse/modern/index.css +7 -7
  320. package/confirmation/component.js +2 -2
  321. package/confirmation/components/countdown-loader/component.js +1 -1
  322. package/confirmation/components/countdown-loader/index.css +1 -1
  323. package/confirmation/components/index.js +1 -1
  324. package/confirmation/components/screens/fatal-error/component.js +1 -1
  325. package/confirmation/components/screens/fatal-error/index.css +2 -2
  326. package/confirmation/components/screens/hint/component.js +1 -1
  327. package/confirmation/components/screens/hint/index.css +12 -12
  328. package/confirmation/components/screens/index.js +1 -1
  329. package/confirmation/components/screens/initial/component.js +1 -1
  330. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  331. package/confirmation/components/screens/initial/index.css +15 -15
  332. package/confirmation/components/screens/initial/index.js +1 -1
  333. package/confirmation/components/screens/temp-block/component.js +1 -1
  334. package/confirmation/components/screens/temp-block/index.css +4 -4
  335. package/confirmation/{countdown-section-80434c28.d.ts → countdown-section-c9de8149.d.ts} +0 -0
  336. package/confirmation/{countdown-section-80434c28.js → countdown-section-c9de8149.js} +1 -1
  337. package/confirmation/esm/component.js +2 -2
  338. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  339. package/confirmation/esm/components/countdown-loader/index.css +1 -1
  340. package/confirmation/esm/components/index.js +1 -1
  341. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  342. package/confirmation/esm/components/screens/fatal-error/index.css +2 -2
  343. package/confirmation/esm/components/screens/hint/component.js +1 -1
  344. package/confirmation/esm/components/screens/hint/index.css +12 -12
  345. package/confirmation/esm/components/screens/index.js +1 -1
  346. package/confirmation/esm/components/screens/initial/component.js +1 -1
  347. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  348. package/confirmation/esm/components/screens/initial/index.css +15 -15
  349. package/confirmation/esm/components/screens/initial/index.js +1 -1
  350. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  351. package/confirmation/esm/components/screens/temp-block/index.css +4 -4
  352. package/confirmation/esm/{countdown-section-1ad65a9d.d.ts → countdown-section-8330d6e1.d.ts} +0 -0
  353. package/confirmation/esm/{countdown-section-1ad65a9d.js → countdown-section-8330d6e1.js} +1 -1
  354. package/confirmation/esm/index.css +2 -2
  355. package/confirmation/esm/index.js +1 -1
  356. package/confirmation/index.css +2 -2
  357. package/confirmation/index.js +1 -1
  358. package/confirmation/modern/component.js +2 -2
  359. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  360. package/confirmation/modern/components/countdown-loader/index.css +1 -1
  361. package/confirmation/modern/components/index.js +1 -1
  362. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  363. package/confirmation/modern/components/screens/fatal-error/index.css +2 -2
  364. package/confirmation/modern/components/screens/hint/component.js +1 -1
  365. package/confirmation/modern/components/screens/hint/index.css +12 -12
  366. package/confirmation/modern/components/screens/index.js +1 -1
  367. package/confirmation/modern/components/screens/initial/component.js +1 -1
  368. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  369. package/confirmation/modern/components/screens/initial/index.css +15 -15
  370. package/confirmation/modern/components/screens/initial/index.js +1 -1
  371. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  372. package/confirmation/modern/components/screens/temp-block/index.css +4 -4
  373. package/confirmation/modern/{countdown-section-66f1acb2.d.ts → countdown-section-06f98ab8.d.ts} +0 -0
  374. package/confirmation/modern/{countdown-section-66f1acb2.js → countdown-section-06f98ab8.js} +1 -1
  375. package/confirmation/modern/index.css +2 -2
  376. package/confirmation/modern/index.js +1 -1
  377. package/custom-button/Component.js +1 -1
  378. package/custom-button/esm/Component.js +1 -1
  379. package/custom-button/esm/index.css +11 -11
  380. package/custom-button/index.css +11 -11
  381. package/custom-button/modern/Component.js +1 -1
  382. package/custom-button/modern/index.css +11 -11
  383. package/date-input/Component.js +1 -1
  384. package/date-input/esm/Component.js +1 -1
  385. package/date-input/esm/index.css +3 -3
  386. package/date-input/index.css +3 -3
  387. package/date-input/modern/Component.js +1 -1
  388. package/date-input/modern/index.css +3 -3
  389. package/divider/Component.js +1 -1
  390. package/divider/esm/Component.js +1 -1
  391. package/divider/esm/index.css +1 -1
  392. package/divider/index.css +1 -1
  393. package/divider/modern/Component.js +1 -1
  394. package/divider/modern/index.css +1 -1
  395. package/drawer/Component.js +1 -1
  396. package/drawer/esm/Component.js +1 -1
  397. package/drawer/esm/index.css +17 -17
  398. package/drawer/index.css +17 -17
  399. package/drawer/modern/Component.js +1 -1
  400. package/drawer/modern/index.css +17 -17
  401. package/dropzone/Component.js +1 -1
  402. package/dropzone/components/overlay/Component.js +1 -1
  403. package/dropzone/components/overlay/index.css +3 -3
  404. package/dropzone/esm/Component.js +1 -1
  405. package/dropzone/esm/components/overlay/Component.js +1 -1
  406. package/dropzone/esm/components/overlay/index.css +3 -3
  407. package/dropzone/esm/index.css +6 -6
  408. package/dropzone/index.css +6 -6
  409. package/dropzone/modern/Component.js +1 -1
  410. package/dropzone/modern/components/overlay/Component.js +1 -1
  411. package/dropzone/modern/components/overlay/index.css +3 -3
  412. package/dropzone/modern/index.css +6 -6
  413. package/file-upload-item/Component.js +1 -1
  414. package/file-upload-item/esm/Component.js +1 -1
  415. package/file-upload-item/esm/index.css +22 -22
  416. package/file-upload-item/index.css +22 -22
  417. package/file-upload-item/modern/Component.js +1 -1
  418. package/file-upload-item/modern/index.css +22 -22
  419. package/form-control/Component.js +3 -3
  420. package/form-control/default.css +14 -14
  421. package/form-control/esm/Component.js +3 -3
  422. package/form-control/esm/default.css +14 -14
  423. package/form-control/esm/index.css +41 -41
  424. package/form-control/esm/inverted.css +14 -14
  425. package/form-control/index.css +41 -41
  426. package/form-control/inverted.css +14 -14
  427. package/form-control/modern/Component.js +3 -3
  428. package/form-control/modern/default.css +14 -14
  429. package/form-control/modern/index.css +41 -41
  430. package/form-control/modern/inverted.css +14 -14
  431. package/gallery/Component.js +3 -3
  432. package/gallery/components/header/Component.js +2 -2
  433. package/gallery/components/header/buttons.js +1 -1
  434. package/gallery/components/header/index.css +3 -3
  435. package/gallery/components/header/index.js +1 -1
  436. package/gallery/components/header-info-block/Component.js +1 -1
  437. package/gallery/components/header-info-block/index.css +5 -5
  438. package/gallery/components/image-preview/Component.js +1 -1
  439. package/gallery/components/image-preview/index.css +12 -12
  440. package/gallery/components/image-viewer/component.js +2 -2
  441. package/gallery/components/image-viewer/index.css +19 -19
  442. package/gallery/components/image-viewer/index.js +2 -2
  443. package/gallery/components/image-viewer/slide.js +1 -1
  444. package/gallery/components/index.js +2 -2
  445. package/gallery/components/navigation-bar/Component.js +1 -1
  446. package/gallery/components/navigation-bar/index.css +6 -6
  447. package/gallery/esm/Component.js +3 -3
  448. package/gallery/esm/components/header/Component.js +2 -2
  449. package/gallery/esm/components/header/buttons.js +1 -1
  450. package/gallery/esm/components/header/index.css +3 -3
  451. package/gallery/esm/components/header/index.js +1 -1
  452. package/gallery/esm/components/header-info-block/Component.js +1 -1
  453. package/gallery/esm/components/header-info-block/index.css +5 -5
  454. package/gallery/esm/components/image-preview/Component.js +1 -1
  455. package/gallery/esm/components/image-preview/index.css +12 -12
  456. package/gallery/esm/components/image-viewer/component.js +2 -2
  457. package/gallery/esm/components/image-viewer/index.css +19 -19
  458. package/gallery/esm/components/image-viewer/index.js +2 -2
  459. package/gallery/esm/components/image-viewer/slide.js +1 -1
  460. package/gallery/esm/components/index.js +2 -2
  461. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  462. package/gallery/esm/components/navigation-bar/index.css +6 -6
  463. package/gallery/esm/index.css +3 -3
  464. package/gallery/esm/index.js +2 -2
  465. package/gallery/esm/{slide-5c4a5142.d.ts → slide-fd6ca9a5.d.ts} +0 -0
  466. package/gallery/esm/{slide-5c4a5142.js → slide-fd6ca9a5.js} +1 -1
  467. package/gallery/esm/{tslib.es6-d483c23b.d.ts → tslib.es6-2c4d4f93.d.ts} +0 -0
  468. package/gallery/esm/{tslib.es6-d483c23b.js → tslib.es6-2c4d4f93.js} +0 -0
  469. package/gallery/index.css +3 -3
  470. package/gallery/index.js +2 -2
  471. package/gallery/modern/Component.js +2 -2
  472. package/gallery/modern/components/header/Component.js +1 -1
  473. package/gallery/modern/components/header/index.css +3 -3
  474. package/gallery/modern/components/header-info-block/Component.js +1 -1
  475. package/gallery/modern/components/header-info-block/index.css +5 -5
  476. package/gallery/modern/components/image-preview/Component.js +1 -1
  477. package/gallery/modern/components/image-preview/index.css +12 -12
  478. package/gallery/modern/components/image-viewer/component.js +1 -1
  479. package/gallery/modern/components/image-viewer/index.css +19 -19
  480. package/gallery/modern/components/image-viewer/index.js +1 -1
  481. package/gallery/modern/components/image-viewer/slide.js +1 -1
  482. package/gallery/modern/components/index.js +1 -1
  483. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  484. package/gallery/modern/components/navigation-bar/index.css +6 -6
  485. package/gallery/modern/index.css +3 -3
  486. package/gallery/modern/index.js +1 -1
  487. package/gallery/modern/{slide-f2265958.d.ts → slide-5740f132.d.ts} +0 -0
  488. package/gallery/modern/{slide-f2265958.js → slide-5740f132.js} +1 -1
  489. package/gallery/{slide-0d79795e.d.ts → slide-f5629671.d.ts} +0 -0
  490. package/gallery/{slide-0d79795e.js → slide-f5629671.js} +1 -1
  491. package/gallery/{tslib.es6-408e943a.d.ts → tslib.es6-85afc0b9.d.ts} +0 -0
  492. package/gallery/{tslib.es6-408e943a.js → tslib.es6-85afc0b9.js} +0 -0
  493. package/grid/Component.js +1 -1
  494. package/grid/col/Component.js +2 -2
  495. package/grid/col/index.css +511 -511
  496. package/grid/col/index.js +1 -1
  497. package/grid/esm/Component.js +1 -1
  498. package/grid/esm/col/Component.js +2 -2
  499. package/grid/esm/col/index.css +511 -511
  500. package/grid/esm/col/index.js +1 -1
  501. package/grid/esm/gutters.css +78 -78
  502. package/grid/esm/{gutters.module-bafc826a.d.ts → gutters.module-954b0104.d.ts} +0 -0
  503. package/grid/esm/gutters.module-954b0104.js +27 -0
  504. package/grid/esm/index.js +1 -1
  505. package/grid/esm/row/Component.js +2 -2
  506. package/grid/esm/row/index.css +9 -9
  507. package/grid/esm/row/index.js +1 -1
  508. package/grid/gutters.css +78 -78
  509. package/grid/{gutters.module-8a449886.d.ts → gutters.module-a78651a1.d.ts} +0 -0
  510. package/grid/gutters.module-a78651a1.js +28 -0
  511. package/grid/index.js +1 -1
  512. package/grid/modern/Component.js +1 -1
  513. package/grid/modern/col/Component.js +2 -2
  514. package/grid/modern/col/index.css +511 -511
  515. package/grid/modern/col/index.js +1 -1
  516. package/grid/modern/gutters.css +78 -78
  517. package/grid/modern/gutters.module-747239ab.js +4 -0
  518. package/grid/modern/index.js +1 -1
  519. package/grid/modern/row/Component.js +2 -2
  520. package/grid/modern/row/index.css +9 -9
  521. package/grid/modern/row/index.js +1 -1
  522. package/grid/row/Component.js +2 -2
  523. package/grid/row/index.css +9 -9
  524. package/grid/row/index.js +1 -1
  525. package/hatching-progress-bar/Component.js +1 -1
  526. package/hatching-progress-bar/esm/Component.js +1 -1
  527. package/hatching-progress-bar/esm/index.css +11 -11
  528. package/hatching-progress-bar/index.css +11 -11
  529. package/hatching-progress-bar/modern/Component.js +1 -1
  530. package/hatching-progress-bar/modern/index.css +11 -11
  531. package/icon-button/Component.js +3 -3
  532. package/icon-button/default.css +12 -12
  533. package/icon-button/esm/Component.js +3 -3
  534. package/icon-button/esm/default.css +12 -12
  535. package/icon-button/esm/index.css +5 -5
  536. package/icon-button/esm/inverted.css +12 -12
  537. package/icon-button/index.css +5 -5
  538. package/icon-button/inverted.css +12 -12
  539. package/icon-button/modern/Component.js +3 -3
  540. package/icon-button/modern/default.css +12 -12
  541. package/icon-button/modern/index.css +5 -5
  542. package/icon-button/modern/inverted.css +12 -12
  543. package/icon-view/circle.js +1 -1
  544. package/icon-view/components/base-shape/component.js +1 -1
  545. package/icon-view/components/base-shape/index.css +24 -24
  546. package/icon-view/components/circle/component.js +1 -1
  547. package/icon-view/components/circle/index.js +1 -1
  548. package/icon-view/components/index.js +1 -1
  549. package/icon-view/components/super-ellipse/component.js +1 -1
  550. package/icon-view/components/super-ellipse/index.js +1 -1
  551. package/icon-view/esm/circle.js +1 -1
  552. package/icon-view/esm/components/base-shape/component.js +1 -1
  553. package/icon-view/esm/components/base-shape/index.css +24 -24
  554. package/icon-view/esm/components/circle/component.js +1 -1
  555. package/icon-view/esm/components/circle/index.js +1 -1
  556. package/icon-view/esm/components/index.js +1 -1
  557. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  558. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  559. package/icon-view/esm/super-ellipse.js +1 -1
  560. package/icon-view/esm/{tslib.es6-b66a620e.d.ts → tslib.es6-510e9150.d.ts} +0 -0
  561. package/icon-view/esm/{tslib.es6-b66a620e.js → tslib.es6-510e9150.js} +0 -0
  562. package/icon-view/modern/components/base-shape/component.js +1 -1
  563. package/icon-view/modern/components/base-shape/index.css +24 -24
  564. package/icon-view/super-ellipse.js +1 -1
  565. package/icon-view/{tslib.es6-ee176994.d.ts → tslib.es6-c6c7cdc2.d.ts} +0 -0
  566. package/icon-view/{tslib.es6-ee176994.js → tslib.es6-c6c7cdc2.js} +0 -0
  567. package/input/Component.js +3 -3
  568. package/input/default.css +12 -12
  569. package/input/esm/Component.js +3 -3
  570. package/input/esm/default.css +12 -12
  571. package/input/esm/index.css +30 -30
  572. package/input/esm/inverted.css +12 -12
  573. package/input/index.css +30 -30
  574. package/input/inverted.css +12 -12
  575. package/input/modern/Component.js +3 -3
  576. package/input/modern/default.css +12 -12
  577. package/input/modern/index.css +30 -30
  578. package/input/modern/inverted.css +12 -12
  579. package/input-autocomplete/{Component-084c8cb2.d.ts → Component-659077e2.d.ts} +0 -0
  580. package/input-autocomplete/{Component-084c8cb2.js → Component-659077e2.js} +1 -1
  581. package/input-autocomplete/Component.js +1 -1
  582. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  583. package/input-autocomplete/autocomplete-field/index.css +1 -1
  584. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  585. package/input-autocomplete/autocomplete-field/index.js +1 -1
  586. package/input-autocomplete/esm/{Component-dda1eb49.d.ts → Component-c911cbc5.d.ts} +0 -0
  587. package/input-autocomplete/esm/{Component-dda1eb49.js → Component-c911cbc5.js} +1 -1
  588. package/input-autocomplete/esm/Component.js +1 -1
  589. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  590. package/input-autocomplete/esm/autocomplete-field/index.css +1 -1
  591. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  592. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  593. package/input-autocomplete/esm/index.js +1 -1
  594. package/input-autocomplete/index.js +1 -1
  595. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  596. package/input-autocomplete/modern/autocomplete-field/index.css +1 -1
  597. package/intl-phone-input/{component-57a537ce.d.ts → component-45bb8ac1.d.ts} +0 -0
  598. package/intl-phone-input/{component-57a537ce.js → component-45bb8ac1.js} +1 -1
  599. package/intl-phone-input/component.js +3 -3
  600. package/intl-phone-input/components/flag-icon/component.js +1 -1
  601. package/intl-phone-input/components/flag-icon/index.css +260 -260
  602. package/intl-phone-input/components/index.js +1 -1
  603. package/intl-phone-input/components/select/component.js +2 -2
  604. package/intl-phone-input/components/select/index.css +5 -5
  605. package/intl-phone-input/components/select/index.js +1 -1
  606. package/intl-phone-input/components/select-field/component.js +1 -1
  607. package/intl-phone-input/components/select-field/index.css +7 -7
  608. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  609. package/intl-phone-input/components/select-field/index.js +1 -1
  610. package/intl-phone-input/esm/{component-9cbee5fe.d.ts → component-830ab563.d.ts} +0 -0
  611. package/intl-phone-input/esm/{component-9cbee5fe.js → component-830ab563.js} +1 -1
  612. package/intl-phone-input/esm/component.js +3 -3
  613. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  614. package/intl-phone-input/esm/components/flag-icon/index.css +260 -260
  615. package/intl-phone-input/esm/components/index.js +1 -1
  616. package/intl-phone-input/esm/components/select/component.js +2 -2
  617. package/intl-phone-input/esm/components/select/index.css +5 -5
  618. package/intl-phone-input/esm/components/select/index.js +1 -1
  619. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  620. package/intl-phone-input/esm/components/select-field/index.css +7 -7
  621. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  622. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  623. package/intl-phone-input/esm/index.css +2 -2
  624. package/intl-phone-input/esm/index.js +1 -1
  625. package/intl-phone-input/esm/{libphonenumber-js.min-628db7f2.d.ts → libphonenumber-js.min-647d3d0b.d.ts} +0 -0
  626. package/intl-phone-input/esm/{libphonenumber-js.min-628db7f2.js → libphonenumber-js.min-647d3d0b.js} +0 -0
  627. package/intl-phone-input/index.css +2 -2
  628. package/intl-phone-input/index.js +1 -1
  629. package/intl-phone-input/{libphonenumber-js.min-179981fa.d.ts → libphonenumber-js.min-885bc217.d.ts} +0 -0
  630. package/intl-phone-input/{libphonenumber-js.min-179981fa.js → libphonenumber-js.min-885bc217.js} +0 -0
  631. package/intl-phone-input/modern/component.js +2 -2
  632. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  633. package/intl-phone-input/modern/components/flag-icon/index.css +260 -260
  634. package/intl-phone-input/modern/components/select/component.js +1 -1
  635. package/intl-phone-input/modern/components/select/index.css +5 -5
  636. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  637. package/intl-phone-input/modern/components/select-field/index.css +7 -7
  638. package/intl-phone-input/modern/index.css +2 -2
  639. package/intl-phone-input/modern/{libphonenumber-js.min-628db7f2.d.ts → libphonenumber-js.min-647d3d0b.d.ts} +0 -0
  640. package/intl-phone-input/modern/{libphonenumber-js.min-628db7f2.js → libphonenumber-js.min-647d3d0b.js} +0 -0
  641. package/link/Component.js +3 -3
  642. package/link/default.css +9 -9
  643. package/link/esm/Component.js +3 -3
  644. package/link/esm/default.css +9 -9
  645. package/link/esm/index.css +11 -11
  646. package/link/esm/inverted.css +9 -9
  647. package/link/index.css +11 -11
  648. package/link/inverted.css +9 -9
  649. package/link/modern/Component.js +3 -3
  650. package/link/modern/default.css +9 -9
  651. package/link/modern/index.css +11 -11
  652. package/link/modern/inverted.css +9 -9
  653. package/list/Component.js +1 -1
  654. package/list/esm/Component.js +1 -1
  655. package/list/esm/index.css +9 -9
  656. package/list/index.css +9 -9
  657. package/list/modern/Component.js +1 -1
  658. package/list/modern/index.css +9 -9
  659. package/list-header/Component.js +1 -1
  660. package/list-header/esm/Component.js +1 -1
  661. package/list-header/esm/index.css +3 -3
  662. package/list-header/index.css +3 -3
  663. package/list-header/modern/Component.js +1 -1
  664. package/list-header/modern/index.css +3 -3
  665. package/loader/Component.js +1 -1
  666. package/loader/esm/Component.js +1 -1
  667. package/loader/esm/index.css +7 -7
  668. package/loader/index.css +7 -7
  669. package/loader/modern/Component.js +1 -1
  670. package/loader/modern/index.css +7 -7
  671. package/masked-input/Component.js +1 -1
  672. package/masked-input/esm/Component.js +1 -1
  673. package/masked-input/esm/index.css +1 -1
  674. package/masked-input/index.css +1 -1
  675. package/masked-input/modern/Component.js +1 -1
  676. package/masked-input/modern/index.css +1 -1
  677. package/modal/Component.desktop.js +3 -3
  678. package/modal/Component.mobile.js +3 -3
  679. package/modal/Component.responsive.js +2 -2
  680. package/modal/components/closer/Component.js +2 -2
  681. package/modal/components/closer/index.css +11 -5
  682. package/modal/components/content/Component.desktop.js +2 -2
  683. package/modal/components/content/Component.js +1 -1
  684. package/modal/components/content/Component.mobile.js +2 -2
  685. package/modal/components/content/desktop.css +8 -8
  686. package/modal/components/content/index.css +3 -3
  687. package/modal/components/content/mobile.css +3 -3
  688. package/modal/components/footer/Component.desktop.js +2 -2
  689. package/modal/components/footer/Component.js +2 -2
  690. package/modal/components/footer/Component.mobile.js +2 -2
  691. package/modal/components/footer/desktop.css +9 -9
  692. package/modal/components/footer/index.css +4 -4
  693. package/modal/components/footer/layout.css +25 -25
  694. package/modal/components/footer/mobile.css +3 -3
  695. package/modal/components/header/Component.desktop.js +2 -2
  696. package/modal/components/header/Component.js +1 -1
  697. package/modal/components/header/Component.mobile.js +2 -2
  698. package/modal/components/header/desktop.css +17 -17
  699. package/modal/components/header/index.css +15 -15
  700. package/modal/components/header/mobile.css +3 -3
  701. package/modal/cssm/components/closer/index.module.css +7 -1
  702. package/modal/desktop.css +9 -9
  703. package/modal/desktop.js +2 -2
  704. package/modal/esm/Component.desktop.js +3 -3
  705. package/modal/esm/Component.mobile.js +3 -3
  706. package/modal/esm/Component.responsive.js +2 -2
  707. package/modal/esm/components/closer/Component.js +2 -2
  708. package/modal/esm/components/closer/index.css +11 -5
  709. package/modal/esm/components/content/Component.desktop.js +2 -2
  710. package/modal/esm/components/content/Component.js +1 -1
  711. package/modal/esm/components/content/Component.mobile.js +2 -2
  712. package/modal/esm/components/content/desktop.css +8 -8
  713. package/modal/esm/components/content/index.css +3 -3
  714. package/modal/esm/components/content/mobile.css +3 -3
  715. package/modal/esm/components/footer/Component.desktop.js +2 -2
  716. package/modal/esm/components/footer/Component.js +2 -2
  717. package/modal/esm/components/footer/Component.mobile.js +2 -2
  718. package/modal/esm/components/footer/desktop.css +9 -9
  719. package/modal/esm/components/footer/index.css +4 -4
  720. package/modal/esm/components/footer/layout.css +25 -25
  721. package/modal/esm/components/footer/mobile.css +3 -3
  722. package/modal/esm/components/header/Component.desktop.js +2 -2
  723. package/modal/esm/components/header/Component.js +1 -1
  724. package/modal/esm/components/header/Component.mobile.js +2 -2
  725. package/modal/esm/components/header/desktop.css +17 -17
  726. package/modal/esm/components/header/index.css +15 -15
  727. package/modal/esm/components/header/mobile.css +3 -3
  728. package/modal/esm/desktop.css +9 -9
  729. package/modal/esm/desktop.js +2 -2
  730. package/modal/esm/index.js +2 -2
  731. package/modal/esm/mobile.css +2 -2
  732. package/modal/esm/mobile.js +2 -2
  733. package/modal/esm/responsive.js +2 -2
  734. package/modal/esm/transitions.css +8 -8
  735. package/modal/esm/transitions.module-386b448e.js +4 -0
  736. package/modal/esm/{tslib.es6-c25aba00.d.ts → tslib.es6-242320f2.d.ts} +0 -0
  737. package/modal/esm/{tslib.es6-c25aba00.js → tslib.es6-242320f2.js} +0 -0
  738. package/modal/index.js +2 -2
  739. package/modal/mobile.css +2 -2
  740. package/modal/mobile.js +2 -2
  741. package/modal/modern/Component.desktop.js +2 -2
  742. package/modal/modern/Component.mobile.js +2 -2
  743. package/modal/modern/Component.responsive.js +1 -1
  744. package/modal/modern/components/closer/Component.js +1 -1
  745. package/modal/modern/components/closer/index.css +11 -5
  746. package/modal/modern/components/content/Component.desktop.js +1 -1
  747. package/modal/modern/components/content/Component.js +1 -1
  748. package/modal/modern/components/content/Component.mobile.js +1 -1
  749. package/modal/modern/components/content/desktop.css +8 -8
  750. package/modal/modern/components/content/index.css +3 -3
  751. package/modal/modern/components/content/mobile.css +3 -3
  752. package/modal/modern/components/footer/Component.desktop.js +1 -1
  753. package/modal/modern/components/footer/Component.js +2 -2
  754. package/modal/modern/components/footer/Component.mobile.js +1 -1
  755. package/modal/modern/components/footer/desktop.css +9 -9
  756. package/modal/modern/components/footer/index.css +4 -4
  757. package/modal/modern/components/footer/layout.css +25 -25
  758. package/modal/modern/components/footer/mobile.css +3 -3
  759. package/modal/modern/components/header/Component.desktop.js +1 -1
  760. package/modal/modern/components/header/Component.js +1 -1
  761. package/modal/modern/components/header/Component.mobile.js +1 -1
  762. package/modal/modern/components/header/desktop.css +17 -17
  763. package/modal/modern/components/header/index.css +15 -15
  764. package/modal/modern/components/header/mobile.css +3 -3
  765. package/modal/modern/desktop.css +9 -9
  766. package/modal/modern/desktop.js +1 -1
  767. package/modal/modern/index.js +1 -1
  768. package/modal/modern/mobile.css +2 -2
  769. package/modal/modern/mobile.js +1 -1
  770. package/modal/modern/responsive.js +1 -1
  771. package/modal/modern/transitions.css +8 -8
  772. package/modal/modern/transitions.module-386b448e.js +4 -0
  773. package/modal/responsive.js +2 -2
  774. package/modal/transitions.css +8 -8
  775. package/modal/transitions.module-27d19713.js +4 -0
  776. package/modal/{tslib.es6-e71a96bd.d.ts → tslib.es6-4834d51a.d.ts} +0 -0
  777. package/modal/{tslib.es6-e71a96bd.js → tslib.es6-4834d51a.js} +0 -0
  778. package/notification/Component.js +1 -1
  779. package/notification/esm/Component.js +1 -1
  780. package/notification/esm/index.css +6 -6
  781. package/notification/index.css +6 -6
  782. package/notification/modern/Component.js +1 -1
  783. package/notification/modern/index.css +6 -6
  784. package/notification-manager/{component-412bf0cc.d.ts → component-407dae96.d.ts} +0 -0
  785. package/notification-manager/{component-412bf0cc.js → component-407dae96.js} +0 -0
  786. package/notification-manager/component.js +2 -2
  787. package/notification-manager/components/index.js +1 -1
  788. package/notification-manager/components/notification/component.js +1 -1
  789. package/notification-manager/components/notification/index.d.ts +1 -1
  790. package/notification-manager/components/notification/index.js +1 -1
  791. package/notification-manager/esm/{component-3f3280c8.d.ts → component-7de14dec.d.ts} +0 -0
  792. package/notification-manager/esm/{component-3f3280c8.js → component-7de14dec.js} +0 -0
  793. package/notification-manager/esm/component.js +2 -2
  794. package/notification-manager/esm/components/index.js +1 -1
  795. package/notification-manager/esm/components/notification/component.js +1 -1
  796. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  797. package/notification-manager/esm/components/notification/index.js +1 -1
  798. package/notification-manager/esm/index.css +10 -10
  799. package/notification-manager/esm/index.js +1 -1
  800. package/notification-manager/index.css +10 -10
  801. package/notification-manager/index.js +1 -1
  802. package/notification-manager/modern/component.js +1 -1
  803. package/notification-manager/modern/index.css +10 -10
  804. package/package.json +2 -1
  805. package/pagination/Component.js +1 -1
  806. package/pagination/components/default-view/index.css +1 -1
  807. package/pagination/components/default-view/index.js +1 -1
  808. package/pagination/components/per-page-view/index.css +1 -1
  809. package/pagination/components/per-page-view/index.js +1 -1
  810. package/pagination/components/tag/index.css +7 -7
  811. package/pagination/components/tag/index.js +1 -1
  812. package/pagination/esm/Component.js +1 -1
  813. package/pagination/esm/components/default-view/index.css +1 -1
  814. package/pagination/esm/components/default-view/index.js +1 -1
  815. package/pagination/esm/components/per-page-view/index.css +1 -1
  816. package/pagination/esm/components/per-page-view/index.js +1 -1
  817. package/pagination/esm/components/tag/index.css +7 -7
  818. package/pagination/esm/components/tag/index.js +1 -1
  819. package/pagination/esm/index.css +3 -3
  820. package/pagination/index.css +3 -3
  821. package/pagination/modern/Component.js +1 -1
  822. package/pagination/modern/components/default-view/index.css +1 -1
  823. package/pagination/modern/components/default-view/index.js +1 -1
  824. package/pagination/modern/components/per-page-view/index.css +1 -1
  825. package/pagination/modern/components/per-page-view/index.js +1 -1
  826. package/pagination/modern/components/tag/index.css +7 -7
  827. package/pagination/modern/components/tag/index.js +1 -1
  828. package/pagination/modern/index.css +3 -3
  829. package/password-input/component.js +1 -1
  830. package/password-input/esm/component.js +1 -1
  831. package/password-input/esm/index.css +4 -4
  832. package/password-input/index.css +4 -4
  833. package/password-input/modern/component.js +1 -1
  834. package/password-input/modern/index.css +4 -4
  835. package/picker-button/Component.js +2 -2
  836. package/picker-button/esm/Component.js +2 -2
  837. package/picker-button/esm/field/Component.js +2 -2
  838. package/picker-button/esm/field/index.css +2 -2
  839. package/picker-button/esm/field/index.js +1 -1
  840. package/picker-button/esm/index.css +5 -5
  841. package/picker-button/esm/index.js +1 -1
  842. package/picker-button/esm/option/Component.js +2 -2
  843. package/picker-button/esm/option/index.css +3 -3
  844. package/picker-button/esm/option/index.js +1 -1
  845. package/picker-button/esm/{tslib.es6-a75c6c30.d.ts → tslib.es6-14642865.d.ts} +0 -0
  846. package/picker-button/esm/{tslib.es6-a75c6c30.js → tslib.es6-14642865.js} +0 -0
  847. package/picker-button/field/Component.js +2 -2
  848. package/picker-button/field/index.css +2 -2
  849. package/picker-button/field/index.js +1 -1
  850. package/picker-button/index.css +5 -5
  851. package/picker-button/index.js +1 -1
  852. package/picker-button/modern/Component.js +1 -1
  853. package/picker-button/modern/field/Component.js +1 -1
  854. package/picker-button/modern/field/index.css +2 -2
  855. package/picker-button/modern/index.css +5 -5
  856. package/picker-button/modern/option/Component.js +1 -1
  857. package/picker-button/modern/option/index.css +3 -3
  858. package/picker-button/option/Component.js +2 -2
  859. package/picker-button/option/index.css +3 -3
  860. package/picker-button/option/index.js +1 -1
  861. package/picker-button/{tslib.es6-3cade48f.d.ts → tslib.es6-91e2d5b3.d.ts} +0 -0
  862. package/picker-button/{tslib.es6-3cade48f.js → tslib.es6-91e2d5b3.js} +0 -0
  863. package/plate/Component.js +1 -1
  864. package/plate/esm/Component.js +1 -1
  865. package/plate/esm/index.css +27 -27
  866. package/plate/index.css +27 -27
  867. package/plate/modern/Component.js +1 -1
  868. package/plate/modern/index.css +27 -27
  869. package/popover/Component.js +1 -1
  870. package/popover/esm/Component.js +1 -1
  871. package/popover/esm/index.css +33 -33
  872. package/popover/index.css +33 -33
  873. package/popover/modern/Component.js +1 -1
  874. package/popover/modern/index.css +33 -33
  875. package/progress-bar/Component.js +1 -1
  876. package/progress-bar/esm/Component.js +1 -1
  877. package/progress-bar/esm/index.css +12 -12
  878. package/progress-bar/index.css +12 -12
  879. package/progress-bar/modern/Component.js +1 -1
  880. package/progress-bar/modern/index.css +12 -12
  881. package/pure-input/Component.js +1 -1
  882. package/pure-input/esm/Component.js +1 -1
  883. package/pure-input/esm/index.css +25 -25
  884. package/pure-input/index.css +25 -25
  885. package/pure-input/modern/Component.js +1 -1
  886. package/pure-input/modern/index.css +25 -25
  887. package/radio/Component.js +1 -1
  888. package/radio/esm/Component.js +1 -1
  889. package/radio/esm/index.css +31 -31
  890. package/radio/index.css +31 -31
  891. package/radio/modern/Component.js +1 -1
  892. package/radio/modern/index.css +31 -31
  893. package/radio-group/Component.js +1 -1
  894. package/radio-group/esm/Component.js +1 -1
  895. package/radio-group/esm/index.css +16 -16
  896. package/radio-group/index.css +16 -16
  897. package/radio-group/modern/Component.js +1 -1
  898. package/radio-group/modern/index.css +16 -16
  899. package/select/Component.js +1 -1
  900. package/select/components/arrow/Component.js +1 -1
  901. package/select/components/arrow/index.css +2 -2
  902. package/select/components/base-select/Component.js +2 -2
  903. package/select/components/base-select/index.css +6 -6
  904. package/select/components/base-select/index.js +1 -1
  905. package/select/components/checkmark/Component.js +1 -1
  906. package/select/components/checkmark/index.css +6 -6
  907. package/select/components/field/Component.js +2 -2
  908. package/select/components/field/index.css +8 -8
  909. package/select/components/field/index.js +1 -1
  910. package/select/components/index.js +1 -1
  911. package/select/components/native-select/Component.js +1 -1
  912. package/select/components/native-select/index.js +1 -1
  913. package/select/components/optgroup/Component.js +1 -1
  914. package/select/components/optgroup/index.css +5 -5
  915. package/select/components/option/Component.js +2 -2
  916. package/select/components/option/index.css +19 -19
  917. package/select/components/option/index.js +1 -1
  918. package/select/components/options-list/Component.js +2 -2
  919. package/select/components/options-list/index.css +5 -5
  920. package/select/components/options-list/index.js +1 -1
  921. package/select/components/virtual-options-list/Component.js +2 -2
  922. package/select/components/virtual-options-list/index.css +11 -11
  923. package/select/components/virtual-options-list/index.js +1 -1
  924. package/select/esm/Component.js +1 -1
  925. package/select/esm/components/arrow/Component.js +1 -1
  926. package/select/esm/components/arrow/index.css +2 -2
  927. package/select/esm/components/base-select/Component.js +2 -2
  928. package/select/esm/components/base-select/index.css +6 -6
  929. package/select/esm/components/base-select/index.js +1 -1
  930. package/select/esm/components/checkmark/Component.js +1 -1
  931. package/select/esm/components/checkmark/index.css +6 -6
  932. package/select/esm/components/field/Component.js +2 -2
  933. package/select/esm/components/field/index.css +8 -8
  934. package/select/esm/components/field/index.js +1 -1
  935. package/select/esm/components/index.js +1 -1
  936. package/select/esm/components/native-select/Component.js +1 -1
  937. package/select/esm/components/native-select/index.js +1 -1
  938. package/select/esm/components/optgroup/Component.js +1 -1
  939. package/select/esm/components/optgroup/index.css +5 -5
  940. package/select/esm/components/option/Component.js +2 -2
  941. package/select/esm/components/option/index.css +19 -19
  942. package/select/esm/components/option/index.js +1 -1
  943. package/select/esm/components/options-list/Component.js +2 -2
  944. package/select/esm/components/options-list/index.css +5 -5
  945. package/select/esm/components/options-list/index.js +1 -1
  946. package/select/esm/components/virtual-options-list/Component.js +2 -2
  947. package/select/esm/components/virtual-options-list/index.css +11 -11
  948. package/select/esm/components/virtual-options-list/index.js +1 -1
  949. package/select/esm/{hook-38397ff2.d.ts → hook-aca9d67d.d.ts} +0 -0
  950. package/select/esm/{hook-38397ff2.js → hook-aca9d67d.js} +3 -3
  951. package/select/esm/index.js +3 -3
  952. package/select/esm/{intersection-observer-dbed7dea.d.ts → intersection-observer-c958bae9.d.ts} +0 -0
  953. package/select/esm/{intersection-observer-dbed7dea.js → intersection-observer-c958bae9.js} +0 -0
  954. package/select/esm/presets/index.js +3 -3
  955. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  956. package/select/esm/presets/useLazyLoading/index.css +1 -1
  957. package/select/esm/presets/useSelectWithApply/hook.js +3 -3
  958. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  959. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  960. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  961. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  962. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  963. package/select/esm/presets/useSelectWithLoading/index.css +1 -1
  964. package/select/esm/{tslib.es6-ea9cf425.d.ts → tslib.es6-550cfb76.d.ts} +0 -0
  965. package/select/esm/{tslib.es6-ea9cf425.js → tslib.es6-550cfb76.js} +0 -0
  966. package/select/{hook-a0257ee1.d.ts → hook-c5e6da97.d.ts} +0 -0
  967. package/select/{hook-a0257ee1.js → hook-c5e6da97.js} +3 -3
  968. package/select/index.js +3 -3
  969. package/select/{intersection-observer-8b92fe47.d.ts → intersection-observer-bb635842.d.ts} +0 -0
  970. package/select/{intersection-observer-8b92fe47.js → intersection-observer-bb635842.js} +0 -0
  971. package/select/modern/components/arrow/Component.js +1 -1
  972. package/select/modern/components/arrow/index.css +2 -2
  973. package/select/modern/components/base-select/Component.js +1 -1
  974. package/select/modern/components/base-select/index.css +6 -6
  975. package/select/modern/components/checkmark/Component.js +1 -1
  976. package/select/modern/components/checkmark/index.css +6 -6
  977. package/select/modern/components/field/Component.js +1 -1
  978. package/select/modern/components/field/index.css +8 -8
  979. package/select/modern/components/optgroup/Component.js +1 -1
  980. package/select/modern/components/optgroup/index.css +5 -5
  981. package/select/modern/components/option/Component.js +1 -1
  982. package/select/modern/components/option/index.css +19 -19
  983. package/select/modern/components/options-list/Component.js +1 -1
  984. package/select/modern/components/options-list/index.css +5 -5
  985. package/select/modern/components/virtual-options-list/Component.js +1 -1
  986. package/select/modern/components/virtual-options-list/index.css +11 -11
  987. package/select/modern/{hook-db9b6239.d.ts → hook-937df093.d.ts} +0 -0
  988. package/select/modern/{hook-db9b6239.js → hook-937df093.js} +2 -2
  989. package/select/modern/index.js +2 -2
  990. package/select/modern/{intersection-observer-dbed7dea.d.ts → intersection-observer-c958bae9.d.ts} +0 -0
  991. package/select/modern/{intersection-observer-dbed7dea.js → intersection-observer-c958bae9.js} +0 -0
  992. package/select/modern/presets/index.js +2 -2
  993. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  994. package/select/modern/presets/useLazyLoading/index.css +1 -1
  995. package/select/modern/presets/useSelectWithApply/hook.js +2 -2
  996. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -2
  997. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  998. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  999. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +2 -2
  1000. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1001. package/select/modern/presets/useSelectWithLoading/index.css +1 -1
  1002. package/select/presets/index.js +3 -3
  1003. package/select/presets/useLazyLoading/hook.js +3 -3
  1004. package/select/presets/useLazyLoading/index.css +1 -1
  1005. package/select/presets/useSelectWithApply/hook.js +3 -3
  1006. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  1007. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  1008. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1009. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  1010. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1011. package/select/presets/useSelectWithLoading/index.css +1 -1
  1012. package/select/{tslib.es6-993d6487.d.ts → tslib.es6-edc551b3.d.ts} +0 -0
  1013. package/select/{tslib.es6-993d6487.js → tslib.es6-edc551b3.js} +0 -0
  1014. package/select-with-tags/component.js +1 -1
  1015. package/select-with-tags/components/index.js +1 -1
  1016. package/select-with-tags/components/tag/component.js +2 -2
  1017. package/select-with-tags/components/tag/index.css +10 -10
  1018. package/select-with-tags/components/tag/index.js +1 -1
  1019. package/select-with-tags/components/tag-list/component.js +2 -2
  1020. package/select-with-tags/components/tag-list/index.css +30 -30
  1021. package/select-with-tags/components/tag-list/index.js +1 -1
  1022. package/select-with-tags/esm/component.js +1 -1
  1023. package/select-with-tags/esm/components/index.js +1 -1
  1024. package/select-with-tags/esm/components/tag/component.js +2 -2
  1025. package/select-with-tags/esm/components/tag/index.css +10 -10
  1026. package/select-with-tags/esm/components/tag/index.js +1 -1
  1027. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1028. package/select-with-tags/esm/components/tag-list/index.css +30 -30
  1029. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1030. package/select-with-tags/esm/index.js +1 -1
  1031. package/select-with-tags/esm/{tslib.es6-547c3cca.d.ts → tslib.es6-d22cf1ad.d.ts} +0 -0
  1032. package/select-with-tags/esm/{tslib.es6-547c3cca.js → tslib.es6-d22cf1ad.js} +0 -0
  1033. package/select-with-tags/esm/utils/index.js +1 -1
  1034. package/select-with-tags/esm/utils/match.js +1 -1
  1035. package/select-with-tags/index.js +1 -1
  1036. package/select-with-tags/modern/components/tag/component.js +1 -1
  1037. package/select-with-tags/modern/components/tag/index.css +10 -10
  1038. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1039. package/select-with-tags/modern/components/tag-list/index.css +30 -30
  1040. package/select-with-tags/{tslib.es6-3a4d8a6e.d.ts → tslib.es6-7b001ec4.d.ts} +0 -0
  1041. package/select-with-tags/{tslib.es6-3a4d8a6e.js → tslib.es6-7b001ec4.js} +0 -0
  1042. package/select-with-tags/utils/index.js +1 -1
  1043. package/select-with-tags/utils/match.js +1 -1
  1044. package/skeleton/Component.js +1 -1
  1045. package/skeleton/esm/Component.js +1 -1
  1046. package/skeleton/esm/index.css +10 -10
  1047. package/skeleton/index.css +10 -10
  1048. package/skeleton/modern/Component.js +1 -1
  1049. package/skeleton/modern/index.css +10 -10
  1050. package/slider/Component.js +1 -1
  1051. package/slider/esm/Component.js +1 -1
  1052. package/slider/esm/index.css +36 -36
  1053. package/slider/index.css +36 -36
  1054. package/slider/modern/Component.js +1 -1
  1055. package/slider/modern/index.css +36 -36
  1056. package/slider-input/Component.js +1 -1
  1057. package/slider-input/esm/Component.js +1 -1
  1058. package/slider-input/esm/index.css +16 -16
  1059. package/slider-input/index.css +16 -16
  1060. package/slider-input/modern/Component.js +1 -1
  1061. package/slider-input/modern/index.css +16 -16
  1062. package/space/Component.js +2 -2
  1063. package/space/{Item-2af1586e.d.ts → Item-dedb5943.d.ts} +0 -0
  1064. package/space/{Item-2af1586e.js → Item-dedb5943.js} +0 -0
  1065. package/space/Item.js +1 -1
  1066. package/space/esm/Component.js +2 -2
  1067. package/space/esm/{Item-029d9e14.d.ts → Item-44145af4.d.ts} +0 -0
  1068. package/space/esm/{Item-029d9e14.js → Item-44145af4.js} +0 -0
  1069. package/space/esm/Item.js +1 -1
  1070. package/space/esm/index.css +8 -8
  1071. package/space/esm/index.js +1 -1
  1072. package/space/index.css +8 -8
  1073. package/space/index.js +1 -1
  1074. package/space/modern/Component.js +1 -1
  1075. package/space/modern/index.css +8 -8
  1076. package/spinner/Component.js +1 -1
  1077. package/spinner/esm/Component.js +1 -1
  1078. package/spinner/esm/index.css +6 -6
  1079. package/spinner/index.css +6 -6
  1080. package/spinner/modern/Component.js +1 -1
  1081. package/spinner/modern/index.css +6 -6
  1082. package/status/Component.js +1 -1
  1083. package/status/esm/Component.js +1 -1
  1084. package/status/esm/index.css +17 -17
  1085. package/status/index.css +17 -17
  1086. package/status/modern/Component.js +1 -1
  1087. package/status/modern/index.css +17 -17
  1088. package/stepped-progress-bar/Component.js +1 -1
  1089. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1090. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  1091. package/stepped-progress-bar/esm/Component.js +1 -1
  1092. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1093. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  1094. package/stepped-progress-bar/esm/index.css +3 -3
  1095. package/stepped-progress-bar/index.css +3 -3
  1096. package/stepped-progress-bar/modern/Component.js +1 -1
  1097. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1098. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  1099. package/stepped-progress-bar/modern/index.css +3 -3
  1100. package/switch/Component.js +1 -1
  1101. package/switch/esm/Component.js +1 -1
  1102. package/switch/esm/index.css +25 -25
  1103. package/switch/index.css +25 -25
  1104. package/switch/modern/Component.js +1 -1
  1105. package/switch/modern/index.css +25 -25
  1106. package/table/component.js +1 -1
  1107. package/table/components/index.js +1 -1
  1108. package/table/components/pagination/Component.js +2 -2
  1109. package/table/components/pagination/index.css +7 -7
  1110. package/table/components/pagination/index.js +1 -1
  1111. package/table/components/pagination/select-field/index.css +3 -3
  1112. package/table/components/pagination/select-field/index.js +2 -2
  1113. package/table/components/table/Component.js +2 -2
  1114. package/table/components/table/index.css +5 -5
  1115. package/table/components/table/index.js +1 -1
  1116. package/table/components/table/utils.js +1 -1
  1117. package/table/components/tbody/Component.js +2 -2
  1118. package/table/components/tbody/index.css +1 -1
  1119. package/table/components/tbody/index.js +1 -1
  1120. package/table/components/tcell/Component.js +2 -2
  1121. package/table/components/tcell/index.css +3 -3
  1122. package/table/components/tcell/index.js +1 -1
  1123. package/table/components/texpandable-row/Component.js +2 -2
  1124. package/table/components/texpandable-row/index.css +4 -4
  1125. package/table/components/texpandable-row/index.js +1 -1
  1126. package/table/components/thead/Component.js +2 -2
  1127. package/table/components/thead/index.css +5 -5
  1128. package/table/components/thead/index.js +1 -1
  1129. package/table/components/thead-cell/Component.js +2 -2
  1130. package/table/components/thead-cell/index.css +4 -4
  1131. package/table/components/thead-cell/index.js +1 -1
  1132. package/table/components/trow/Component.js +2 -2
  1133. package/table/components/trow/index.css +7 -7
  1134. package/table/components/trow/index.js +1 -1
  1135. package/table/components/tsortable-head-cell/Component.js +2 -2
  1136. package/table/components/tsortable-head-cell/index.css +8 -8
  1137. package/table/components/tsortable-head-cell/index.js +1 -1
  1138. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1139. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1140. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1141. package/table/esm/component.js +1 -1
  1142. package/table/esm/components/index.js +1 -1
  1143. package/table/esm/components/pagination/Component.js +2 -2
  1144. package/table/esm/components/pagination/index.css +7 -7
  1145. package/table/esm/components/pagination/index.js +1 -1
  1146. package/table/esm/components/pagination/select-field/index.css +3 -3
  1147. package/table/esm/components/pagination/select-field/index.js +2 -2
  1148. package/table/esm/components/table/Component.js +2 -2
  1149. package/table/esm/components/table/index.css +5 -5
  1150. package/table/esm/components/table/index.js +1 -1
  1151. package/table/esm/components/table/utils.js +1 -1
  1152. package/table/esm/components/tbody/Component.js +2 -2
  1153. package/table/esm/components/tbody/index.css +1 -1
  1154. package/table/esm/components/tbody/index.js +1 -1
  1155. package/table/esm/components/tcell/Component.js +2 -2
  1156. package/table/esm/components/tcell/index.css +3 -3
  1157. package/table/esm/components/tcell/index.js +1 -1
  1158. package/table/esm/components/texpandable-row/Component.js +2 -2
  1159. package/table/esm/components/texpandable-row/index.css +4 -4
  1160. package/table/esm/components/texpandable-row/index.js +1 -1
  1161. package/table/esm/components/thead/Component.js +2 -2
  1162. package/table/esm/components/thead/index.css +5 -5
  1163. package/table/esm/components/thead/index.js +1 -1
  1164. package/table/esm/components/thead-cell/Component.js +2 -2
  1165. package/table/esm/components/thead-cell/index.css +4 -4
  1166. package/table/esm/components/thead-cell/index.js +1 -1
  1167. package/table/esm/components/trow/Component.js +2 -2
  1168. package/table/esm/components/trow/index.css +7 -7
  1169. package/table/esm/components/trow/index.js +1 -1
  1170. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1171. package/table/esm/components/tsortable-head-cell/index.css +8 -8
  1172. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1173. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1174. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1175. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1176. package/table/esm/index.js +1 -1
  1177. package/table/esm/{tslib.es6-5eb47e50.d.ts → tslib.es6-60c163b1.d.ts} +0 -0
  1178. package/table/esm/{tslib.es6-5eb47e50.js → tslib.es6-60c163b1.js} +0 -0
  1179. package/table/index.js +1 -1
  1180. package/table/modern/components/pagination/Component.js +1 -1
  1181. package/table/modern/components/pagination/index.css +7 -7
  1182. package/table/modern/components/pagination/select-field/index.css +3 -3
  1183. package/table/modern/components/pagination/select-field/index.js +1 -1
  1184. package/table/modern/components/table/Component.js +1 -1
  1185. package/table/modern/components/table/index.css +5 -5
  1186. package/table/modern/components/tbody/Component.js +1 -1
  1187. package/table/modern/components/tbody/index.css +1 -1
  1188. package/table/modern/components/tcell/Component.js +1 -1
  1189. package/table/modern/components/tcell/index.css +3 -3
  1190. package/table/modern/components/texpandable-row/Component.js +1 -1
  1191. package/table/modern/components/texpandable-row/index.css +4 -4
  1192. package/table/modern/components/thead/Component.js +1 -1
  1193. package/table/modern/components/thead/index.css +5 -5
  1194. package/table/modern/components/thead-cell/Component.js +1 -1
  1195. package/table/modern/components/thead-cell/index.css +4 -4
  1196. package/table/modern/components/trow/Component.js +1 -1
  1197. package/table/modern/components/trow/index.css +7 -7
  1198. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1199. package/table/modern/components/tsortable-head-cell/index.css +8 -8
  1200. package/table/{tslib.es6-d6475cda.d.ts → tslib.es6-d6fbd954.d.ts} +0 -0
  1201. package/table/{tslib.es6-d6475cda.js → tslib.es6-d6fbd954.js} +0 -0
  1202. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1203. package/tabs/components/primary-tablist/Component.js +1 -1
  1204. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1205. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1206. package/tabs/components/primary-tablist/index.css +18 -18
  1207. package/tabs/components/primary-tablist/mobile.css +22 -20
  1208. package/tabs/components/scrollable-container/Component.js +1 -1
  1209. package/tabs/components/scrollable-container/index.css +3 -3
  1210. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1211. package/tabs/components/secondary-tablist/Component.js +1 -1
  1212. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1213. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1214. package/tabs/components/secondary-tablist/index.css +9 -9
  1215. package/tabs/components/secondary-tablist/mobile.css +13 -11
  1216. package/tabs/components/tab/Component.js +1 -1
  1217. package/tabs/components/tab/index.css +2 -2
  1218. package/tabs/components/tabs/Component.desktop.js +3 -3
  1219. package/tabs/components/tabs/Component.mobile.js +3 -3
  1220. package/tabs/components/tabs/Component.responsive.js +3 -3
  1221. package/tabs/desktop.js +3 -3
  1222. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1223. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1224. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1225. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1226. package/tabs/esm/components/primary-tablist/index.css +18 -18
  1227. package/tabs/esm/components/primary-tablist/mobile.css +22 -20
  1228. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1229. package/tabs/esm/components/scrollable-container/index.css +3 -3
  1230. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1231. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1232. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1233. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1234. package/tabs/esm/components/secondary-tablist/index.css +9 -9
  1235. package/tabs/esm/components/secondary-tablist/mobile.css +13 -11
  1236. package/tabs/esm/components/tab/Component.js +1 -1
  1237. package/tabs/esm/components/tab/index.css +2 -2
  1238. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1239. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1240. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1241. package/tabs/esm/desktop.js +3 -3
  1242. package/tabs/esm/index.js +3 -3
  1243. package/tabs/esm/index.module-1d9e9b40.js +4 -0
  1244. package/tabs/esm/index.module-1de46261.js +4 -0
  1245. package/tabs/esm/mobile.js +3 -3
  1246. package/tabs/esm/responsive.js +3 -3
  1247. package/tabs/esm/{tslib.es6-babbb758.d.ts → tslib.es6-89c62021.d.ts} +0 -0
  1248. package/tabs/esm/{tslib.es6-babbb758.js → tslib.es6-89c62021.js} +0 -0
  1249. package/tabs/index.js +3 -3
  1250. package/tabs/index.module-95e85184.js +4 -0
  1251. package/tabs/index.module-b995a411.js +4 -0
  1252. package/tabs/mobile.js +3 -3
  1253. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1254. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1255. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1256. package/tabs/modern/components/primary-tablist/index.css +18 -18
  1257. package/tabs/modern/components/primary-tablist/mobile.css +22 -20
  1258. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1259. package/tabs/modern/components/scrollable-container/index.css +3 -3
  1260. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1261. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1262. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1263. package/tabs/modern/components/secondary-tablist/index.css +9 -9
  1264. package/tabs/modern/components/secondary-tablist/mobile.css +13 -11
  1265. package/tabs/modern/components/tab/Component.js +1 -1
  1266. package/tabs/modern/components/tab/index.css +2 -2
  1267. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1268. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1269. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1270. package/tabs/modern/desktop.js +2 -2
  1271. package/tabs/modern/index.js +2 -2
  1272. package/tabs/modern/index.module-1d9e9b40.js +4 -0
  1273. package/tabs/modern/index.module-1de46261.js +4 -0
  1274. package/tabs/modern/mobile.js +2 -2
  1275. package/tabs/modern/responsive.js +2 -2
  1276. package/tabs/responsive.js +3 -3
  1277. package/tabs/{tslib.es6-15bd37ef.d.ts → tslib.es6-6f4ab016.d.ts} +0 -0
  1278. package/tabs/{tslib.es6-15bd37ef.js → tslib.es6-6f4ab016.js} +0 -0
  1279. package/tag/Component.js +3 -3
  1280. package/tag/default.css +8 -8
  1281. package/tag/esm/Component.js +3 -3
  1282. package/tag/esm/default.css +8 -8
  1283. package/tag/esm/index.css +37 -37
  1284. package/tag/esm/inverted.css +8 -8
  1285. package/tag/index.css +37 -37
  1286. package/tag/inverted.css +8 -8
  1287. package/tag/modern/Component.js +3 -3
  1288. package/tag/modern/default.css +8 -8
  1289. package/tag/modern/index.css +37 -37
  1290. package/tag/modern/inverted.css +8 -8
  1291. package/textarea/Component.js +3 -3
  1292. package/textarea/default.css +18 -18
  1293. package/textarea/esm/Component.js +3 -3
  1294. package/textarea/esm/default.css +18 -18
  1295. package/textarea/esm/index.css +21 -21
  1296. package/textarea/esm/inverted.css +18 -18
  1297. package/textarea/index.css +21 -21
  1298. package/textarea/inverted.css +18 -18
  1299. package/textarea/modern/Component.js +3 -3
  1300. package/textarea/modern/default.css +18 -18
  1301. package/textarea/modern/index.css +21 -21
  1302. package/textarea/modern/inverted.css +18 -18
  1303. package/themes/click.css +2 -0
  1304. package/themes/compiled/mobile-dark-bluetint.css +240 -283
  1305. package/themes/corp.css +2 -0
  1306. package/themes/dark.css +1 -0
  1307. package/themes/dist/click.css +2 -0
  1308. package/themes/dist/compiled/mobile-dark-bluetint.css +669 -672
  1309. package/themes/dist/corp.css +2 -0
  1310. package/themes/dist/dark.css +1 -0
  1311. package/themes/dist/intranet.css +2 -0
  1312. package/themes/dist/mixins/dark.css +1 -0
  1313. package/themes/dist/mobile.css +2 -0
  1314. package/themes/dist/package.json +1 -1
  1315. package/themes/dist/site.css +2 -0
  1316. package/themes/intranet.css +2 -0
  1317. package/themes/mixins/dark.css +1 -0
  1318. package/themes/mobile.css +2 -0
  1319. package/themes/site.css +2 -0
  1320. package/toast/component.js +1 -1
  1321. package/toast/esm/component.js +1 -1
  1322. package/toast/esm/index.css +8 -8
  1323. package/toast/index.css +8 -8
  1324. package/toast/modern/component.js +1 -1
  1325. package/toast/modern/index.css +8 -8
  1326. package/toast-plate/component.js +1 -1
  1327. package/toast-plate/cssm/index.module.css +2 -0
  1328. package/toast-plate/esm/component.js +1 -1
  1329. package/toast-plate/esm/index.css +16 -14
  1330. package/toast-plate/index.css +16 -14
  1331. package/toast-plate/modern/component.js +1 -1
  1332. package/toast-plate/modern/index.css +16 -14
  1333. package/tooltip/{Component-ffd160c3.d.ts → Component-3289b232.d.ts} +0 -0
  1334. package/tooltip/{Component-ffd160c3.js → Component-3289b232.js} +1 -1
  1335. package/tooltip/Component.js +1 -1
  1336. package/tooltip/component.responsive.js +2 -2
  1337. package/tooltip/esm/{Component-be39f237.d.ts → Component-31997709.d.ts} +0 -0
  1338. package/tooltip/esm/{Component-be39f237.js → Component-31997709.js} +1 -1
  1339. package/tooltip/esm/Component.js +1 -1
  1340. package/tooltip/esm/component.responsive.js +2 -2
  1341. package/tooltip/esm/index.css +8 -8
  1342. package/tooltip/esm/index.d.ts +1 -1
  1343. package/tooltip/esm/index.js +1 -1
  1344. package/tooltip/esm/responsive.css +3 -3
  1345. package/tooltip/esm/responsive.js +1 -1
  1346. package/tooltip/index.css +8 -8
  1347. package/tooltip/index.d.ts +1 -1
  1348. package/tooltip/index.js +1 -1
  1349. package/tooltip/modern/Component.js +1 -1
  1350. package/tooltip/modern/component.responsive.js +1 -1
  1351. package/tooltip/modern/index.css +8 -8
  1352. package/tooltip/modern/responsive.css +3 -3
  1353. package/tooltip/responsive.css +3 -3
  1354. package/tooltip/responsive.js +1 -1
  1355. package/typography/colors.css +12 -12
  1356. package/typography/{colors.module-64fe561a.d.ts → colors.module-153834bf.d.ts} +0 -0
  1357. package/typography/{colors.module-64fe561a.js → colors.module-153834bf.js} +1 -1
  1358. package/typography/common.module-e44fe214.js +4 -0
  1359. package/typography/component.js +2 -2
  1360. package/typography/esm/colors.css +12 -12
  1361. package/typography/esm/{colors.module-2400f4c7.d.ts → colors.module-1b006281.d.ts} +0 -0
  1362. package/typography/esm/{colors.module-2400f4c7.js → colors.module-1b006281.js} +1 -1
  1363. package/typography/esm/common.module-ba2a5b30.js +4 -0
  1364. package/typography/esm/component.js +2 -2
  1365. package/typography/esm/index.js +2 -2
  1366. package/typography/esm/text/component.js +2 -2
  1367. package/typography/esm/text/index.css +13 -13
  1368. package/typography/esm/text/index.js +1 -1
  1369. package/typography/esm/title/common.css +4 -4
  1370. package/typography/esm/title/component.js +1 -1
  1371. package/typography/esm/title/index.css +18 -18
  1372. package/typography/esm/title/index.js +3 -3
  1373. package/typography/esm/title-mobile/component.js +3 -3
  1374. package/typography/esm/title-mobile/index.css +13 -13
  1375. package/typography/esm/title-mobile/index.js +2 -2
  1376. package/typography/esm/title-responsive/component.js +3 -3
  1377. package/typography/esm/title-responsive/index.css +40 -40
  1378. package/typography/esm/title-responsive/index.js +2 -2
  1379. package/typography/index.js +2 -2
  1380. package/typography/modern/colors.css +12 -12
  1381. package/typography/modern/colors.module-35c76885.js +4 -0
  1382. package/typography/modern/common.module-ba2a5b30.js +4 -0
  1383. package/typography/modern/component.js +2 -2
  1384. package/typography/modern/index.js +2 -2
  1385. package/typography/modern/text/component.js +2 -2
  1386. package/typography/modern/text/index.css +13 -13
  1387. package/typography/modern/text/index.js +1 -1
  1388. package/typography/modern/title/common.css +4 -4
  1389. package/typography/modern/title/component.js +1 -1
  1390. package/typography/modern/title/index.css +18 -18
  1391. package/typography/modern/title/index.js +3 -3
  1392. package/typography/modern/title-mobile/component.js +3 -3
  1393. package/typography/modern/title-mobile/index.css +13 -13
  1394. package/typography/modern/title-mobile/index.js +2 -2
  1395. package/typography/modern/title-responsive/component.js +3 -3
  1396. package/typography/modern/title-responsive/index.css +40 -40
  1397. package/typography/modern/title-responsive/index.js +2 -2
  1398. package/typography/text/component.d.ts +2 -2
  1399. package/typography/text/component.js +2 -2
  1400. package/typography/text/index.css +13 -13
  1401. package/typography/text/index.js +1 -1
  1402. package/typography/title/common.css +4 -4
  1403. package/typography/title/component.d.ts +3 -3
  1404. package/typography/title/component.js +1 -1
  1405. package/typography/title/index.css +18 -18
  1406. package/typography/title/index.js +3 -3
  1407. package/typography/title-mobile/component.js +3 -3
  1408. package/typography/title-mobile/index.css +13 -13
  1409. package/typography/title-mobile/index.js +2 -2
  1410. package/typography/title-responsive/component.js +3 -3
  1411. package/typography/title-responsive/index.css +40 -40
  1412. package/typography/title-responsive/index.js +2 -2
  1413. package/vars/colors-bluetint.css +2 -0
  1414. package/vars/colors-indigo.css +2 -0
  1415. package/vars/cssm/colors-bluetint.css +2 -0
  1416. package/vars/cssm/colors-indigo.css +2 -0
  1417. package/vars/cssm/index.css +2 -0
  1418. package/vars/dist/colors-bluetint.css +2 -0
  1419. package/vars/dist/colors-indigo.css +2 -0
  1420. package/vars/dist/cssm/colors-bluetint.css +2 -0
  1421. package/vars/dist/cssm/colors-indigo.css +2 -0
  1422. package/vars/dist/cssm/index.css +2 -0
  1423. package/with-suffix/Component.js +1 -1
  1424. package/with-suffix/esm/Component.js +1 -1
  1425. package/with-suffix/esm/index.css +8 -8
  1426. package/with-suffix/index.css +8 -8
  1427. package/with-suffix/modern/Component.js +1 -1
  1428. package/with-suffix/modern/index.css +8 -8
  1429. package/calendar-range/modern/index.module-236f0ebb.js +0 -4
  1430. package/grid/esm/gutters.module-bafc826a.js +0 -27
  1431. package/grid/gutters.module-8a449886.js +0 -28
  1432. package/grid/modern/gutters.module-33eee595.js +0 -4
  1433. package/modal/esm/transitions.module-b6b7149e.js +0 -4
  1434. package/modal/modern/transitions.module-b6b7149e.js +0 -4
  1435. package/modal/transitions.module-0cb336a7.js +0 -4
  1436. package/tabs/esm/index.module-9dbd17a5.js +0 -4
  1437. package/tabs/esm/index.module-f7a6e660.js +0 -4
  1438. package/tabs/index.module-2f055f56.js +0 -4
  1439. package/tabs/index.module-6e5f319d.js +0 -4
  1440. package/tabs/modern/index.module-9dbd17a5.js +0 -4
  1441. package/tabs/modern/index.module-f7a6e660.js +0 -4
  1442. package/typography/common.module-1b1e4060.js +0 -4
  1443. package/typography/esm/common.module-4c286ac0.js +0 -4
  1444. package/typography/modern/colors.module-a7cfc670.js +0 -4
  1445. package/typography/modern/common.module-4c286ac0.js +0 -4
@@ -40,18 +40,18 @@
40
40
 
41
41
  /* input */
42
42
  }
43
- .confirmation__center_jymxh .confirmation__phoneHintWrap_jymxh {
43
+ .confirmation__center_1vcre .confirmation__phoneHintWrap_1vcre {
44
44
  align-items: center;
45
45
  }
46
- .confirmation__center_jymxh .confirmation__hintWrap_jymxh {
46
+ .confirmation__center_1vcre .confirmation__hintWrap_1vcre {
47
47
  align-items: center;
48
48
  }
49
- .confirmation__hintWrap_jymxh {
49
+ .confirmation__hintWrap_1vcre {
50
50
  display: flex;
51
51
  flex-direction: column;
52
52
  align-items: flex-start;
53
53
  }
54
- .confirmation__title_jymxh {
54
+ .confirmation__title_1vcre {
55
55
  margin: 0;
56
56
  margin-bottom: var(--gap-xl);
57
57
  font-size: var(--confirmation-title-font-size);
@@ -61,7 +61,7 @@
61
61
  color: var(--confirmation-title-color);
62
62
  font-feature-settings: var(--confirmation-title-font-feature-settings);
63
63
  }
64
- .confirmation__text_jymxh {
64
+ .confirmation__text_1vcre {
65
65
  font-size: var(--confirmation-text-font-size);
66
66
  line-height: var(--confirmation-text-line-height);
67
67
  font-weight: var(--confirmation-text-font-weight);
@@ -70,7 +70,7 @@
70
70
 
71
71
  margin-bottom: var(--gap-xl);
72
72
  }
73
- .confirmation__phonesWrap_jymxh {
73
+ .confirmation__phonesWrap_1vcre {
74
74
  font-size: var(--confirmation-text-font-size);
75
75
  line-height: var(--confirmation-text-line-height);
76
76
  font-weight: var(--confirmation-text-font-weight);
@@ -81,23 +81,23 @@
81
81
  flex-direction: column;
82
82
  margin-bottom: var(--gap-xl);
83
83
  }
84
- .confirmation__phoneWrap_jymxh {
84
+ .confirmation__phoneWrap_1vcre {
85
85
  margin-bottom: var(--gap-xs)
86
86
  }
87
- .confirmation__phoneWrap_jymxh:last-child {
87
+ .confirmation__phoneWrap_1vcre:last-child {
88
88
  margin-bottom: 0;
89
89
  }
90
- .confirmation__phoneLink_jymxh {
90
+ .confirmation__phoneLink_1vcre {
91
91
  font-size: 16px;
92
92
  line-height: 24px;
93
93
  font-weight: 500
94
94
  }
95
- .confirmation__phoneLink_jymxh > span {
95
+ .confirmation__phoneLink_1vcre > span {
96
96
  border-bottom: none;
97
97
  }
98
- .confirmation__phoneDescription_jymxh {
98
+ .confirmation__phoneDescription_1vcre {
99
99
  color: var(--confirmation-text-color);
100
100
  }
101
- .confirmation__hintButton_jymxh {
101
+ .confirmation__hintButton_1vcre {
102
102
  margin-top: var(--gap-2xl);
103
103
  }
@@ -7,7 +7,7 @@ import '../../../../code-input/esm';
7
7
  import '../../../../link/esm';
8
8
  import '../../../../loader/esm';
9
9
  import '../../../../button/esm';
10
- import '../../countdown-section-1ad65a9d.js';
10
+ import '../../countdown-section-8330d6e1.js';
11
11
  export { Initial } from './initial/component.js';
12
12
  export { Hint } from './hint/component.js';
13
13
  export { FatalError } from './fatal-error/component.js';
@@ -7,7 +7,7 @@ import { CodeInput } from '../../../../../code-input/esm';
7
7
  import { Link } from '../../../../../link/esm';
8
8
  import '../../../../../loader/esm';
9
9
  import '../../../../../button/esm';
10
- import { s as styles, C as CountdownSection } from '../../../countdown-section-1ad65a9d.js';
10
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-8330d6e1.js';
11
11
 
12
12
  var CODE_SEND_HINT_VISIBLE_DURATION = 2000;
13
13
  var Initial = function () {
@@ -4,4 +4,4 @@ import '../../../utils.js';
4
4
  import '../../../context.js';
5
5
  import '../../../../../loader/esm';
6
6
  import '../../../../../button/esm';
7
- export { C as CountdownSection } from '../../../countdown-section-1ad65a9d.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-8330d6e1.js';
@@ -36,11 +36,11 @@
36
36
 
37
37
  /* input */
38
38
  }
39
- .confirmation__component_1rbch {
39
+ .confirmation__component_8cu0m {
40
40
  display: flex;
41
41
  flex-direction: column;
42
42
  }
43
- .confirmation__header_1rbch {
43
+ .confirmation__header_8cu0m {
44
44
  margin: 0;
45
45
  margin-bottom: var(--gap-xl);
46
46
  font-size: var(--confirmation-title-font-size);
@@ -50,50 +50,50 @@
50
50
  color: var(--confirmation-title-color);
51
51
  font-feature-settings: var(--confirmation-title-font-feature-settings);
52
52
  }
53
- .confirmation__phone_1rbch {
53
+ .confirmation__phone_8cu0m {
54
54
  margin-bottom: var(--gap-2xl);
55
55
  color: var(--color-light-text-primary);
56
56
  }
57
- .confirmation__inputContainer_1rbch {
57
+ .confirmation__inputContainer_8cu0m {
58
58
  display: flex;
59
59
  flex-direction: column;
60
60
  margin-bottom: var(--gap-2xl);
61
61
  }
62
- .confirmation__compact_1rbch {
62
+ .confirmation__compact_8cu0m {
63
63
  margin-bottom: var(--gap-xl);
64
64
  }
65
- .confirmation__loaderWrap_1rbch {
65
+ .confirmation__loaderWrap_8cu0m {
66
66
  display: flex;
67
67
  align-items: center;
68
68
  }
69
- .confirmation__center_1rbch {
69
+ .confirmation__center_8cu0m {
70
70
  align-items: center;
71
71
  text-align: center
72
72
  }
73
- .confirmation__center_1rbch .confirmation__codeInput_1rbch,
74
- .confirmation__center_1rbch .confirmation__loaderWrap_1rbch {
73
+ .confirmation__center_8cu0m .confirmation__codeInput_8cu0m,
74
+ .confirmation__center_8cu0m .confirmation__loaderWrap_8cu0m {
75
75
  justify-content: center;
76
76
  }
77
- .confirmation__center_1rbch input {
77
+ .confirmation__center_8cu0m input {
78
78
  margin: 0 var(--gap-2xs);
79
79
  }
80
- .confirmation__smsComeLink_1rbch {
80
+ .confirmation__smsComeLink_8cu0m {
81
81
  font-size: 14px;
82
82
  line-height: 20px;
83
83
  font-weight: 400;
84
84
  }
85
- .confirmation__countdownContainer_1rbch {
85
+ .confirmation__countdownContainer_8cu0m {
86
86
  margin-bottom: var(--gap-xl);
87
87
  }
88
- .confirmation__getCodeButton_1rbch {
88
+ .confirmation__getCodeButton_8cu0m {
89
89
  position: relative;
90
90
  top: var(--gap-2xs-neg);
91
91
  margin-bottom: var(--gap-m);
92
92
  }
93
- .confirmation__countdown_1rbch {
93
+ .confirmation__countdown_8cu0m {
94
94
  display: flex;
95
95
  }
96
- .confirmation__countdownTimer_1rbch {
96
+ .confirmation__countdownTimer_8cu0m {
97
97
  display: flex;
98
98
  justify-content: flex-start;
99
99
  min-width: 45px;
@@ -7,5 +7,5 @@ import '../../../../../code-input/esm';
7
7
  import '../../../../../link/esm';
8
8
  import '../../../../../loader/esm';
9
9
  import '../../../../../button/esm';
10
- import '../../../countdown-section-1ad65a9d.js';
10
+ import '../../../countdown-section-8330d6e1.js';
11
11
  export { Initial } from './component.js';
@@ -3,7 +3,7 @@ import { useCountdown, formatMsAsMinutes } from '../../../utils.js';
3
3
  import { ConfirmationContext } from '../../../context.js';
4
4
  import { CountdownLoader } from '../../countdown-loader/component.js';
5
5
 
6
- var styles = {"header":"confirmation__header_etju3","description":"confirmation__description_etju3","countdownWrap":"confirmation__countdownWrap_etju3","loader":"confirmation__loader_etju3"};
6
+ var styles = {"header":"confirmation__header_1x2ou","description":"confirmation__description_1x2ou","countdownWrap":"confirmation__countdownWrap_1x2ou","loader":"confirmation__loader_1x2ou"};
7
7
  require('./index.css');
8
8
 
9
9
  var TempBlock = function () {
@@ -40,7 +40,7 @@
40
40
 
41
41
  /* input */
42
42
  }
43
- .confirmation__header_etju3 {
43
+ .confirmation__header_1x2ou {
44
44
  margin: 0;
45
45
  margin-bottom: var(--gap-xl);
46
46
  font-size: var(--confirmation-title-font-size);
@@ -50,7 +50,7 @@
50
50
  color: var(--confirmation-title-color);
51
51
  font-feature-settings: var(--confirmation-title-font-feature-settings);
52
52
  }
53
- .confirmation__description_etju3 {
53
+ .confirmation__description_1x2ou {
54
54
  font-size: var(--confirmation-text-font-size);
55
55
  line-height: var(--confirmation-text-line-height);
56
56
  font-weight: var(--confirmation-text-font-weight);
@@ -59,10 +59,10 @@
59
59
 
60
60
  margin-bottom: var(--gap-2xl);
61
61
  }
62
- .confirmation__countdownWrap_etju3 {
62
+ .confirmation__countdownWrap_1x2ou {
63
63
  display: flex;
64
64
  align-items: center;
65
65
  }
66
- .confirmation__loader_etju3 {
66
+ .confirmation__loader_1x2ou {
67
67
  margin-right: var(--gap-xs);
68
68
  }
@@ -5,7 +5,7 @@ import { ConfirmationContext } from './context.js';
5
5
  import { Loader } from '../../loader/esm';
6
6
  import { Button } from '../../button/esm';
7
7
 
8
- var styles = {"component":"confirmation__component_1rbch","header":"confirmation__header_1rbch","phone":"confirmation__phone_1rbch","inputContainer":"confirmation__inputContainer_1rbch","compact":"confirmation__compact_1rbch","loaderWrap":"confirmation__loaderWrap_1rbch","center":"confirmation__center_1rbch","codeInput":"confirmation__codeInput_1rbch","smsComeLink":"confirmation__smsComeLink_1rbch","countdownContainer":"confirmation__countdownContainer_1rbch","getCodeButton":"confirmation__getCodeButton_1rbch","countdown":"confirmation__countdown_1rbch","countdownTimer":"confirmation__countdownTimer_1rbch"};
8
+ var styles = {"component":"confirmation__component_8cu0m","header":"confirmation__header_8cu0m","phone":"confirmation__phone_8cu0m","inputContainer":"confirmation__inputContainer_8cu0m","compact":"confirmation__compact_8cu0m","loaderWrap":"confirmation__loaderWrap_8cu0m","center":"confirmation__center_8cu0m","codeInput":"confirmation__codeInput_8cu0m","smsComeLink":"confirmation__smsComeLink_8cu0m","countdownContainer":"confirmation__countdownContainer_8cu0m","getCodeButton":"confirmation__getCodeButton_8cu0m","countdown":"confirmation__countdown_8cu0m","countdownTimer":"confirmation__countdownTimer_8cu0m"};
9
9
  require('./components/screens/initial/index.css');
10
10
 
11
11
  var CountdownSection = function (_a) {
@@ -28,7 +28,7 @@
28
28
 
29
29
  /* input */
30
30
  }
31
- .confirmation__component_rmwjk {
31
+ .confirmation__component_mphsf {
32
32
  font-size: var(--confirmation-text-font-size);
33
33
  line-height: var(--confirmation-text-line-height);
34
34
  font-weight: var(--confirmation-text-font-weight);
@@ -41,7 +41,7 @@
41
41
  max-width: 400px;
42
42
  margin: 0 auto;
43
43
  }
44
- .confirmation__center_rmwjk {
44
+ .confirmation__center_mphsf {
45
45
  align-items: center;
46
46
  text-align: center;
47
47
  }
@@ -8,7 +8,7 @@ import '../../code-input/esm';
8
8
  import '../../link/esm';
9
9
  import '../../loader/esm';
10
10
  import '../../button/esm';
11
- import './countdown-section-1ad65a9d.js';
11
+ import './countdown-section-8330d6e1.js';
12
12
  export { Initial } from './components/screens/initial/component.js';
13
13
  export { Hint } from './components/screens/hint/component.js';
14
14
  export { FatalError } from './components/screens/fatal-error/component.js';
@@ -28,7 +28,7 @@
28
28
 
29
29
  /* input */
30
30
  }
31
- .confirmation__component_rmwjk {
31
+ .confirmation__component_mphsf {
32
32
  font-size: var(--confirmation-text-font-size);
33
33
  line-height: var(--confirmation-text-line-height);
34
34
  font-weight: var(--confirmation-text-font-weight);
@@ -41,7 +41,7 @@
41
41
  max-width: 400px;
42
42
  margin: 0 auto;
43
43
  }
44
- .confirmation__center_rmwjk {
44
+ .confirmation__center_mphsf {
45
45
  align-items: center;
46
46
  text-align: center;
47
47
  }
@@ -9,7 +9,7 @@ var context = require('./context.js');
9
9
  var types = require('./types.js');
10
10
  require('../code-input');
11
11
  require('../link');
12
- require('./countdown-section-80434c28.js');
12
+ require('./countdown-section-c9de8149.js');
13
13
  require('../loader');
14
14
  require('../button');
15
15
  var components_screens_initial_component = require('./components/screens/initial/component.js');
@@ -8,14 +8,14 @@ import '../../code-input/modern';
8
8
  import '../../link/modern';
9
9
  import '../../loader/modern';
10
10
  import '../../button/modern';
11
- import './countdown-section-66f1acb2.js';
11
+ import './countdown-section-06f98ab8.js';
12
12
  import { Initial } from './components/screens/initial/component.js';
13
13
  import { Hint } from './components/screens/hint/component.js';
14
14
  import { FatalError } from './components/screens/fatal-error/component.js';
15
15
  import './components/countdown-loader/component.js';
16
16
  import { TempBlock } from './components/screens/temp-block/component.js';
17
17
 
18
- var styles = {"component":"confirmation__component_rmwjk","center":"confirmation__center_rmwjk"};
18
+ var styles = {"component":"confirmation__component_mphsf","center":"confirmation__center_mphsf"};
19
19
  require('./index.css');
20
20
 
21
21
  const confirmationScreens = {
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
 
3
- var styles = {"circle":"confirmation__circle_1vzqh"};
3
+ var styles = {"circle":"confirmation__circle_1o3vk"};
4
4
  require('./index.css');
5
5
 
6
6
  const SIZE = 16;
@@ -19,7 +19,7 @@
19
19
 
20
20
  /* input */
21
21
  }
22
- .confirmation__circle_1vzqh {
22
+ .confirmation__circle_1o3vk {
23
23
  fill: transparent;
24
24
  stroke: var(--color-light-graphic-tertiary);
25
25
  stroke-width: 2px;
@@ -7,7 +7,7 @@ import '../../../code-input/modern';
7
7
  import '../../../link/modern';
8
8
  import '../../../loader/modern';
9
9
  import '../../../button/modern';
10
- import '../countdown-section-66f1acb2.js';
10
+ import '../countdown-section-06f98ab8.js';
11
11
  export { Initial } from './screens/initial/component.js';
12
12
  export { Hint } from './screens/hint/component.js';
13
13
  export { FatalError } from './screens/fatal-error/component.js';
@@ -3,7 +3,7 @@ import '../../../utils.js';
3
3
  import { ConfirmationContext } from '../../../context.js';
4
4
  import { Button } from '../../../../../button/modern';
5
5
 
6
- var styles = {"header":"confirmation__header_eb94a","description":"confirmation__description_eb94a"};
6
+ var styles = {"header":"confirmation__header_hoewh","description":"confirmation__description_hoewh"};
7
7
  require('./index.css');
8
8
 
9
9
  const FatalError = () => {
@@ -39,7 +39,7 @@
39
39
 
40
40
  /* input */
41
41
  }
42
- .confirmation__header_eb94a {
42
+ .confirmation__header_hoewh {
43
43
  margin: 0;
44
44
  margin-bottom: var(--gap-xl);
45
45
  font-size: var(--confirmation-title-font-size);
@@ -49,7 +49,7 @@
49
49
  color: var(--confirmation-title-color);
50
50
  font-feature-settings: var(--confirmation-title-font-feature-settings);
51
51
  }
52
- .confirmation__description_eb94a {
52
+ .confirmation__description_hoewh {
53
53
  font-size: var(--confirmation-text-font-size);
54
54
  line-height: var(--confirmation-text-line-height);
55
55
  font-weight: var(--confirmation-text-font-weight);
@@ -5,7 +5,7 @@ import { ConfirmationContext } from '../../../context.js';
5
5
  import { Link } from '../../../../../link/modern';
6
6
  import { Button } from '../../../../../button/modern';
7
7
 
8
- var styles = {"center":"confirmation__center_jymxh","phoneHintWrap":"confirmation__phoneHintWrap_jymxh","hintWrap":"confirmation__hintWrap_jymxh","title":"confirmation__title_jymxh","text":"confirmation__text_jymxh","phonesWrap":"confirmation__phonesWrap_jymxh","phoneWrap":"confirmation__phoneWrap_jymxh","phoneLink":"confirmation__phoneLink_jymxh","phoneDescription":"confirmation__phoneDescription_jymxh","hintButton":"confirmation__hintButton_jymxh"};
8
+ var styles = {"center":"confirmation__center_1vcre","phoneHintWrap":"confirmation__phoneHintWrap_1vcre","hintWrap":"confirmation__hintWrap_1vcre","title":"confirmation__title_1vcre","text":"confirmation__text_1vcre","phonesWrap":"confirmation__phonesWrap_1vcre","phoneWrap":"confirmation__phoneWrap_1vcre","phoneLink":"confirmation__phoneLink_1vcre","phoneDescription":"confirmation__phoneDescription_1vcre","hintButton":"confirmation__hintButton_1vcre"};
9
9
  require('./index.css');
10
10
 
11
11
  const Hint = () => {
@@ -40,18 +40,18 @@
40
40
 
41
41
  /* input */
42
42
  }
43
- .confirmation__center_jymxh .confirmation__phoneHintWrap_jymxh {
43
+ .confirmation__center_1vcre .confirmation__phoneHintWrap_1vcre {
44
44
  align-items: center;
45
45
  }
46
- .confirmation__center_jymxh .confirmation__hintWrap_jymxh {
46
+ .confirmation__center_1vcre .confirmation__hintWrap_1vcre {
47
47
  align-items: center;
48
48
  }
49
- .confirmation__hintWrap_jymxh {
49
+ .confirmation__hintWrap_1vcre {
50
50
  display: flex;
51
51
  flex-direction: column;
52
52
  align-items: flex-start;
53
53
  }
54
- .confirmation__title_jymxh {
54
+ .confirmation__title_1vcre {
55
55
  margin: 0;
56
56
  margin-bottom: var(--gap-xl);
57
57
  font-size: var(--confirmation-title-font-size);
@@ -61,7 +61,7 @@
61
61
  color: var(--confirmation-title-color);
62
62
  font-feature-settings: var(--confirmation-title-font-feature-settings);
63
63
  }
64
- .confirmation__text_jymxh {
64
+ .confirmation__text_1vcre {
65
65
  font-size: var(--confirmation-text-font-size);
66
66
  line-height: var(--confirmation-text-line-height);
67
67
  font-weight: var(--confirmation-text-font-weight);
@@ -70,7 +70,7 @@
70
70
 
71
71
  margin-bottom: var(--gap-xl);
72
72
  }
73
- .confirmation__phonesWrap_jymxh {
73
+ .confirmation__phonesWrap_1vcre {
74
74
  font-size: var(--confirmation-text-font-size);
75
75
  line-height: var(--confirmation-text-line-height);
76
76
  font-weight: var(--confirmation-text-font-weight);
@@ -81,23 +81,23 @@
81
81
  flex-direction: column;
82
82
  margin-bottom: var(--gap-xl);
83
83
  }
84
- .confirmation__phoneWrap_jymxh {
84
+ .confirmation__phoneWrap_1vcre {
85
85
  margin-bottom: var(--gap-xs)
86
86
  }
87
- .confirmation__phoneWrap_jymxh:last-child {
87
+ .confirmation__phoneWrap_1vcre:last-child {
88
88
  margin-bottom: 0;
89
89
  }
90
- .confirmation__phoneLink_jymxh {
90
+ .confirmation__phoneLink_1vcre {
91
91
  font-size: 16px;
92
92
  line-height: 24px;
93
93
  font-weight: 500
94
94
  }
95
- .confirmation__phoneLink_jymxh > span {
95
+ .confirmation__phoneLink_1vcre > span {
96
96
  border-bottom: none;
97
97
  }
98
- .confirmation__phoneDescription_jymxh {
98
+ .confirmation__phoneDescription_1vcre {
99
99
  color: var(--confirmation-text-color);
100
100
  }
101
- .confirmation__hintButton_jymxh {
101
+ .confirmation__hintButton_1vcre {
102
102
  margin-top: var(--gap-2xl);
103
103
  }
@@ -7,7 +7,7 @@ import '../../../../code-input/modern';
7
7
  import '../../../../link/modern';
8
8
  import '../../../../loader/modern';
9
9
  import '../../../../button/modern';
10
- import '../../countdown-section-66f1acb2.js';
10
+ import '../../countdown-section-06f98ab8.js';
11
11
  export { Initial } from './initial/component.js';
12
12
  export { Hint } from './hint/component.js';
13
13
  export { FatalError } from './fatal-error/component.js';
@@ -7,7 +7,7 @@ import { CodeInput } from '../../../../../code-input/modern';
7
7
  import { Link } from '../../../../../link/modern';
8
8
  import '../../../../../loader/modern';
9
9
  import '../../../../../button/modern';
10
- import { s as styles, C as CountdownSection } from '../../../countdown-section-66f1acb2.js';
10
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-06f98ab8.js';
11
11
 
12
12
  const CODE_SEND_HINT_VISIBLE_DURATION = 2000;
13
13
  const Initial = () => {
@@ -4,4 +4,4 @@ import '../../../utils.js';
4
4
  import '../../../context.js';
5
5
  import '../../../../../loader/modern';
6
6
  import '../../../../../button/modern';
7
- export { C as CountdownSection } from '../../../countdown-section-66f1acb2.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-06f98ab8.js';
@@ -36,11 +36,11 @@
36
36
 
37
37
  /* input */
38
38
  }
39
- .confirmation__component_1rbch {
39
+ .confirmation__component_8cu0m {
40
40
  display: flex;
41
41
  flex-direction: column;
42
42
  }
43
- .confirmation__header_1rbch {
43
+ .confirmation__header_8cu0m {
44
44
  margin: 0;
45
45
  margin-bottom: var(--gap-xl);
46
46
  font-size: var(--confirmation-title-font-size);
@@ -50,50 +50,50 @@
50
50
  color: var(--confirmation-title-color);
51
51
  font-feature-settings: var(--confirmation-title-font-feature-settings);
52
52
  }
53
- .confirmation__phone_1rbch {
53
+ .confirmation__phone_8cu0m {
54
54
  margin-bottom: var(--gap-2xl);
55
55
  color: var(--color-light-text-primary);
56
56
  }
57
- .confirmation__inputContainer_1rbch {
57
+ .confirmation__inputContainer_8cu0m {
58
58
  display: flex;
59
59
  flex-direction: column;
60
60
  margin-bottom: var(--gap-2xl);
61
61
  }
62
- .confirmation__compact_1rbch {
62
+ .confirmation__compact_8cu0m {
63
63
  margin-bottom: var(--gap-xl);
64
64
  }
65
- .confirmation__loaderWrap_1rbch {
65
+ .confirmation__loaderWrap_8cu0m {
66
66
  display: flex;
67
67
  align-items: center;
68
68
  }
69
- .confirmation__center_1rbch {
69
+ .confirmation__center_8cu0m {
70
70
  align-items: center;
71
71
  text-align: center
72
72
  }
73
- .confirmation__center_1rbch .confirmation__codeInput_1rbch,
74
- .confirmation__center_1rbch .confirmation__loaderWrap_1rbch {
73
+ .confirmation__center_8cu0m .confirmation__codeInput_8cu0m,
74
+ .confirmation__center_8cu0m .confirmation__loaderWrap_8cu0m {
75
75
  justify-content: center;
76
76
  }
77
- .confirmation__center_1rbch input {
77
+ .confirmation__center_8cu0m input {
78
78
  margin: 0 var(--gap-2xs);
79
79
  }
80
- .confirmation__smsComeLink_1rbch {
80
+ .confirmation__smsComeLink_8cu0m {
81
81
  font-size: 14px;
82
82
  line-height: 20px;
83
83
  font-weight: 400;
84
84
  }
85
- .confirmation__countdownContainer_1rbch {
85
+ .confirmation__countdownContainer_8cu0m {
86
86
  margin-bottom: var(--gap-xl);
87
87
  }
88
- .confirmation__getCodeButton_1rbch {
88
+ .confirmation__getCodeButton_8cu0m {
89
89
  position: relative;
90
90
  top: var(--gap-2xs-neg);
91
91
  margin-bottom: var(--gap-m);
92
92
  }
93
- .confirmation__countdown_1rbch {
93
+ .confirmation__countdown_8cu0m {
94
94
  display: flex;
95
95
  }
96
- .confirmation__countdownTimer_1rbch {
96
+ .confirmation__countdownTimer_8cu0m {
97
97
  display: flex;
98
98
  justify-content: flex-start;
99
99
  min-width: 45px;
@@ -7,5 +7,5 @@ import '../../../../../code-input/modern';
7
7
  import '../../../../../link/modern';
8
8
  import '../../../../../loader/modern';
9
9
  import '../../../../../button/modern';
10
- import '../../../countdown-section-66f1acb2.js';
10
+ import '../../../countdown-section-06f98ab8.js';
11
11
  export { Initial } from './component.js';
@@ -3,7 +3,7 @@ import { useCountdown, formatMsAsMinutes } from '../../../utils.js';
3
3
  import { ConfirmationContext } from '../../../context.js';
4
4
  import { CountdownLoader } from '../../countdown-loader/component.js';
5
5
 
6
- var styles = {"header":"confirmation__header_etju3","description":"confirmation__description_etju3","countdownWrap":"confirmation__countdownWrap_etju3","loader":"confirmation__loader_etju3"};
6
+ var styles = {"header":"confirmation__header_1x2ou","description":"confirmation__description_1x2ou","countdownWrap":"confirmation__countdownWrap_1x2ou","loader":"confirmation__loader_1x2ou"};
7
7
  require('./index.css');
8
8
 
9
9
  const TempBlock = () => {
@@ -40,7 +40,7 @@
40
40
 
41
41
  /* input */
42
42
  }
43
- .confirmation__header_etju3 {
43
+ .confirmation__header_1x2ou {
44
44
  margin: 0;
45
45
  margin-bottom: var(--gap-xl);
46
46
  font-size: var(--confirmation-title-font-size);
@@ -50,7 +50,7 @@
50
50
  color: var(--confirmation-title-color);
51
51
  font-feature-settings: var(--confirmation-title-font-feature-settings);
52
52
  }
53
- .confirmation__description_etju3 {
53
+ .confirmation__description_1x2ou {
54
54
  font-size: var(--confirmation-text-font-size);
55
55
  line-height: var(--confirmation-text-line-height);
56
56
  font-weight: var(--confirmation-text-font-weight);
@@ -59,10 +59,10 @@
59
59
 
60
60
  margin-bottom: var(--gap-2xl);
61
61
  }
62
- .confirmation__countdownWrap_etju3 {
62
+ .confirmation__countdownWrap_1x2ou {
63
63
  display: flex;
64
64
  align-items: center;
65
65
  }
66
- .confirmation__loader_etju3 {
66
+ .confirmation__loader_1x2ou {
67
67
  margin-right: var(--gap-xs);
68
68
  }
@@ -5,7 +5,7 @@ import { ConfirmationContext } from './context.js';
5
5
  import { Loader } from '../../loader/modern';
6
6
  import { Button } from '../../button/modern';
7
7
 
8
- var styles = {"component":"confirmation__component_1rbch","header":"confirmation__header_1rbch","phone":"confirmation__phone_1rbch","inputContainer":"confirmation__inputContainer_1rbch","compact":"confirmation__compact_1rbch","loaderWrap":"confirmation__loaderWrap_1rbch","center":"confirmation__center_1rbch","codeInput":"confirmation__codeInput_1rbch","smsComeLink":"confirmation__smsComeLink_1rbch","countdownContainer":"confirmation__countdownContainer_1rbch","getCodeButton":"confirmation__getCodeButton_1rbch","countdown":"confirmation__countdown_1rbch","countdownTimer":"confirmation__countdownTimer_1rbch"};
8
+ var styles = {"component":"confirmation__component_8cu0m","header":"confirmation__header_8cu0m","phone":"confirmation__phone_8cu0m","inputContainer":"confirmation__inputContainer_8cu0m","compact":"confirmation__compact_8cu0m","loaderWrap":"confirmation__loaderWrap_8cu0m","center":"confirmation__center_8cu0m","codeInput":"confirmation__codeInput_8cu0m","smsComeLink":"confirmation__smsComeLink_8cu0m","countdownContainer":"confirmation__countdownContainer_8cu0m","getCodeButton":"confirmation__getCodeButton_8cu0m","countdown":"confirmation__countdown_8cu0m","countdownTimer":"confirmation__countdownTimer_8cu0m"};
9
9
  require('./components/screens/initial/index.css');
10
10
 
11
11
  const CountdownSection = ({ codeSendHintVisible, timePassed, processing, handleSmsRetryClick, }) => {