@alfalab/core-components 36.3.1 → 36.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3710) hide show
  1. package/action-button/Component.js +14 -16
  2. package/action-button/cssm/Component.js +20 -22
  3. package/action-button/cssm/hooks.js +0 -2
  4. package/action-button/cssm/index.js +0 -2
  5. package/action-button/default.css +8 -8
  6. package/action-button/esm/Component.js +4 -4
  7. package/action-button/esm/default.css +8 -8
  8. package/action-button/esm/index.css +8 -8
  9. package/action-button/esm/index.js +1 -1
  10. package/action-button/esm/inverted.css +8 -8
  11. package/action-button/esm/static.css +4 -4
  12. package/action-button/hooks.js +0 -2
  13. package/action-button/index.css +8 -8
  14. package/action-button/index.js +0 -2
  15. package/action-button/inverted.css +8 -8
  16. package/action-button/modern/Component.js +5 -5
  17. package/action-button/modern/default.css +8 -8
  18. package/action-button/modern/index.css +8 -8
  19. package/action-button/modern/index.js +2 -2
  20. package/action-button/modern/inverted.css +8 -8
  21. package/action-button/modern/static.css +4 -4
  22. package/action-button/static.css +4 -4
  23. package/alert/Component.js +5 -7
  24. package/alert/cssm/Component.js +5 -7
  25. package/alert/cssm/index.js +0 -2
  26. package/alert/esm/Component.js +1 -1
  27. package/alert/esm/index.css +2 -2
  28. package/alert/esm/index.js +1 -1
  29. package/alert/index.css +2 -2
  30. package/alert/index.js +0 -2
  31. package/alert/modern/Component.js +1 -1
  32. package/alert/modern/index.css +2 -2
  33. package/alert/modern/index.js +1 -1
  34. package/amount/component.js +7 -9
  35. package/amount/cssm/component.js +12 -14
  36. package/amount/cssm/index.js +3 -5
  37. package/amount/cssm/pure/component.js +6 -8
  38. package/amount/cssm/pure/index.js +1 -3
  39. package/amount/esm/component.js +2 -2
  40. package/amount/esm/index.css +6 -6
  41. package/amount/esm/index.js +2 -2
  42. package/amount/esm/pure/component.js +2 -2
  43. package/amount/esm/pure/index.css +1 -1
  44. package/amount/esm/pure/index.js +1 -1
  45. package/amount/index.css +6 -6
  46. package/amount/index.js +2 -4
  47. package/amount/modern/component.js +1 -1
  48. package/amount/modern/index.css +6 -6
  49. package/amount/modern/index.js +2 -2
  50. package/amount/modern/pure/component.js +1 -1
  51. package/amount/modern/pure/index.css +1 -1
  52. package/amount/modern/pure/index.js +1 -1
  53. package/amount/pure/component.js +6 -8
  54. package/amount/pure/index.css +1 -1
  55. package/amount/pure/index.js +1 -3
  56. package/amount-input/Component.js +13 -15
  57. package/amount-input/cssm/Component.js +17 -19
  58. package/amount-input/cssm/index.js +0 -2
  59. package/amount-input/cssm/utils/index.js +1 -3
  60. package/amount-input/default.css +1 -1
  61. package/amount-input/esm/Component.js +6 -6
  62. package/amount-input/esm/default.css +1 -1
  63. package/amount-input/esm/index.css +6 -6
  64. package/amount-input/esm/index.js +1 -1
  65. package/amount-input/esm/inverted.css +1 -1
  66. package/amount-input/esm/utils/index.js +1 -1
  67. package/amount-input/index.css +6 -6
  68. package/amount-input/index.js +0 -2
  69. package/amount-input/inverted.css +1 -1
  70. package/amount-input/modern/Component.js +4 -4
  71. package/amount-input/modern/default.css +1 -1
  72. package/amount-input/modern/index.css +6 -6
  73. package/amount-input/modern/index.js +2 -2
  74. package/amount-input/modern/inverted.css +1 -1
  75. package/amount-input/utils/index.js +1 -3
  76. package/attach/Component.js +18 -20
  77. package/attach/cssm/Component.js +20 -22
  78. package/attach/cssm/index.js +0 -2
  79. package/attach/cssm/utils/index.js +1 -3
  80. package/attach/esm/Component.js +1 -1
  81. package/attach/esm/index.css +24 -24
  82. package/attach/esm/index.js +1 -1
  83. package/attach/esm/utils/index.js +1 -1
  84. package/attach/index.css +24 -24
  85. package/attach/index.js +0 -2
  86. package/attach/modern/Component.js +4 -4
  87. package/attach/modern/index.css +24 -24
  88. package/attach/modern/index.js +4 -4
  89. package/attach/utils/index.js +1 -3
  90. package/backdrop/Component.js +6 -8
  91. package/backdrop/cssm/Component.js +8 -10
  92. package/backdrop/cssm/index.js +0 -2
  93. package/backdrop/esm/Component.js +1 -1
  94. package/backdrop/esm/index.css +11 -11
  95. package/backdrop/esm/index.js +1 -1
  96. package/backdrop/index.css +11 -11
  97. package/backdrop/index.js +0 -2
  98. package/backdrop/modern/Component.js +1 -1
  99. package/backdrop/modern/index.css +11 -11
  100. package/backdrop/modern/index.js +1 -1
  101. package/badge/Component.js +6 -8
  102. package/badge/cssm/Component.js +13 -15
  103. package/badge/cssm/index.js +0 -2
  104. package/badge/esm/Component.js +1 -1
  105. package/badge/esm/index.css +37 -37
  106. package/badge/esm/index.js +1 -1
  107. package/badge/index.css +37 -37
  108. package/badge/index.js +0 -2
  109. package/badge/modern/Component.js +1 -1
  110. package/badge/modern/index.css +37 -37
  111. package/badge/modern/index.js +1 -1
  112. package/bank-card/Component.js +19 -21
  113. package/bank-card/cssm/Component.js +19 -21
  114. package/bank-card/cssm/index.js +1 -3
  115. package/bank-card/cssm/utils.js +0 -2
  116. package/bank-card/esm/Component.js +1 -1
  117. package/bank-card/esm/index.css +19 -19
  118. package/bank-card/esm/index.js +1 -1
  119. package/bank-card/index.css +19 -19
  120. package/bank-card/index.js +1 -3
  121. package/bank-card/modern/Component.js +2 -2
  122. package/bank-card/modern/index.css +19 -19
  123. package/bank-card/modern/index.js +2 -2
  124. package/bank-card/utils.js +0 -2
  125. package/base-modal/Component.js +18 -20
  126. package/base-modal/cssm/Component.js +19 -21
  127. package/base-modal/cssm/index.js +2 -4
  128. package/base-modal/cssm/utils.d.ts +1 -1
  129. package/base-modal/cssm/utils.js +1 -3
  130. package/base-modal/esm/Component.js +2 -2
  131. package/base-modal/esm/index.css +12 -12
  132. package/base-modal/esm/index.js +3 -3
  133. package/base-modal/esm/utils.d.ts +1 -1
  134. package/base-modal/esm/utils.js +1 -1
  135. package/base-modal/index.css +12 -12
  136. package/base-modal/index.js +2 -4
  137. package/base-modal/modern/Component.js +3 -3
  138. package/base-modal/modern/index.css +12 -12
  139. package/base-modal/modern/index.js +3 -3
  140. package/base-modal/modern/utils.d.ts +1 -1
  141. package/base-modal/utils.d.ts +1 -1
  142. package/base-modal/utils.js +1 -3
  143. package/bottom-sheet/{component-3d2e9701.d.ts → component-45221870.d.ts} +1 -1
  144. package/bottom-sheet/{component-3d2e9701.js → component-45221870.js} +44 -44
  145. package/bottom-sheet/component.js +5 -7
  146. package/bottom-sheet/components/backer/Component.js +7 -9
  147. package/bottom-sheet/components/backer/index.css +2 -2
  148. package/bottom-sheet/components/closer/Component.js +7 -9
  149. package/bottom-sheet/components/closer/index.css +2 -2
  150. package/bottom-sheet/components/footer/Component.js +5 -7
  151. package/bottom-sheet/components/footer/index.css +3 -3
  152. package/bottom-sheet/components/header/Component.js +9 -11
  153. package/bottom-sheet/components/header/index.css +16 -16
  154. package/bottom-sheet/components/swipeable-backdrop/Component.js +5 -7
  155. package/bottom-sheet/{esm/component-a8058cc4.d.ts → cssm/component-5384d179.d.ts} +1 -1
  156. package/bottom-sheet/cssm/{component-c7f24e46.js → component-5384d179.js} +45 -45
  157. package/bottom-sheet/cssm/component.js +7 -9
  158. package/bottom-sheet/cssm/components/backer/Component.js +7 -9
  159. package/bottom-sheet/cssm/components/closer/Component.js +7 -9
  160. package/bottom-sheet/cssm/components/footer/Component.js +7 -9
  161. package/bottom-sheet/cssm/components/header/Component.js +12 -14
  162. package/bottom-sheet/cssm/components/swipeable-backdrop/Component.js +5 -7
  163. package/bottom-sheet/cssm/index.d.ts +1 -1
  164. package/bottom-sheet/cssm/index.js +8 -10
  165. package/bottom-sheet/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  166. package/bottom-sheet/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  167. package/bottom-sheet/{cssm/component-c7f24e46.d.ts → esm/component-d71cfead.d.ts} +1 -1
  168. package/bottom-sheet/esm/{component-a8058cc4.js → component-d71cfead.js} +40 -40
  169. package/bottom-sheet/esm/component.js +5 -5
  170. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  171. package/bottom-sheet/esm/components/backer/index.css +2 -2
  172. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  173. package/bottom-sheet/esm/components/closer/index.css +2 -2
  174. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  175. package/bottom-sheet/esm/components/footer/index.css +3 -3
  176. package/bottom-sheet/esm/components/header/Component.js +8 -8
  177. package/bottom-sheet/esm/components/header/index.css +16 -16
  178. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +2 -2
  179. package/bottom-sheet/esm/index.css +14 -14
  180. package/bottom-sheet/esm/index.d.ts +1 -1
  181. package/bottom-sheet/esm/index.js +5 -5
  182. package/bottom-sheet/esm/{tslib.es6-3b059e31.d.ts → tslib.es6-d4955312.d.ts} +0 -0
  183. package/bottom-sheet/esm/{tslib.es6-3b059e31.js → tslib.es6-d4955312.js} +0 -0
  184. package/bottom-sheet/index.css +14 -14
  185. package/bottom-sheet/index.d.ts +1 -1
  186. package/bottom-sheet/index.js +6 -8
  187. package/bottom-sheet/modern/{component-42a16164.d.ts → component-01ebecf6.d.ts} +1 -1
  188. package/bottom-sheet/modern/{component-42a16164.js → component-01ebecf6.js} +36 -36
  189. package/bottom-sheet/modern/component.js +5 -5
  190. package/bottom-sheet/modern/components/backer/Component.js +2 -2
  191. package/bottom-sheet/modern/components/backer/index.css +2 -2
  192. package/bottom-sheet/modern/components/closer/Component.js +2 -2
  193. package/bottom-sheet/modern/components/closer/index.css +2 -2
  194. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  195. package/bottom-sheet/modern/components/footer/index.css +3 -3
  196. package/bottom-sheet/modern/components/header/Component.js +7 -7
  197. package/bottom-sheet/modern/components/header/index.css +16 -16
  198. package/bottom-sheet/modern/index.css +14 -14
  199. package/bottom-sheet/modern/index.d.ts +1 -1
  200. package/bottom-sheet/modern/index.js +5 -5
  201. package/bottom-sheet/{tslib.es6-d834f065.d.ts → tslib.es6-36294a48.d.ts} +0 -0
  202. package/bottom-sheet/{tslib.es6-d834f065.js → tslib.es6-36294a48.js} +0 -0
  203. package/button/Component.js +18 -20
  204. package/button/cssm/Component.js +28 -30
  205. package/button/cssm/index.js +0 -2
  206. package/button/default.css +45 -45
  207. package/button/esm/Component.js +5 -5
  208. package/button/esm/default.css +45 -45
  209. package/button/esm/index.css +52 -52
  210. package/button/esm/index.js +1 -1
  211. package/button/esm/inverted.css +45 -45
  212. package/button/index.css +52 -52
  213. package/button/index.js +0 -2
  214. package/button/inverted.css +45 -45
  215. package/button/modern/Component.js +4 -4
  216. package/button/modern/default.css +45 -45
  217. package/button/modern/index.css +52 -52
  218. package/button/modern/index.js +2 -2
  219. package/button/modern/inverted.css +45 -45
  220. package/calendar/{Component.d.ts → Component.desktop.d.ts} +3 -3
  221. package/calendar/{Component.js → Component.desktop.js} +52 -54
  222. package/calendar/Component.responsive.d.ts +13 -0
  223. package/calendar/Component.responsive.js +82 -0
  224. package/calendar/components/calendar-mobile/Component.d.ts +3 -3
  225. package/calendar/components/calendar-mobile/Component.js +68 -70
  226. package/calendar/components/calendar-mobile/index.css +11 -11
  227. package/calendar/components/calendar-mobile/index.js +15 -17
  228. package/calendar/components/days-table/Component.js +39 -41
  229. package/calendar/components/days-table/index.css +58 -58
  230. package/calendar/components/days-table/index.js +7 -9
  231. package/calendar/components/header/Component.js +5 -7
  232. package/calendar/components/header/index.css +3 -3
  233. package/calendar/components/header/index.js +1 -3
  234. package/calendar/components/month-year-header/Component.js +19 -21
  235. package/calendar/components/month-year-header/index.css +10 -10
  236. package/calendar/components/month-year-header/index.js +8 -10
  237. package/calendar/components/months-table/Component.js +18 -20
  238. package/calendar/components/months-table/index.css +11 -11
  239. package/calendar/components/months-table/index.js +9 -11
  240. package/calendar/components/period-slider/Component.js +25 -27
  241. package/calendar/components/period-slider/index.css +10 -10
  242. package/calendar/components/period-slider/index.js +12 -14
  243. package/calendar/components/period-slider/utils.js +56 -58
  244. package/calendar/components/select-button/Component.js +6 -8
  245. package/calendar/components/select-button/index.css +10 -10
  246. package/calendar/components/select-button/index.js +2 -4
  247. package/calendar/components/years-table/Component.js +14 -16
  248. package/calendar/components/years-table/index.css +13 -13
  249. package/calendar/components/years-table/index.js +4 -6
  250. package/calendar/cssm/{Component.d.ts → Component.desktop.d.ts} +3 -3
  251. package/calendar/cssm/{Component.js → Component.desktop.js} +59 -61
  252. package/calendar/cssm/Component.responsive.d.ts +13 -0
  253. package/calendar/cssm/Component.responsive.js +91 -0
  254. package/calendar/cssm/components/calendar-mobile/Component.d.ts +3 -3
  255. package/calendar/cssm/components/calendar-mobile/Component.js +75 -77
  256. package/calendar/cssm/components/calendar-mobile/index.js +18 -20
  257. package/calendar/cssm/components/days-table/Component.js +58 -60
  258. package/calendar/cssm/components/days-table/index.js +7 -9
  259. package/calendar/cssm/components/header/Component.js +7 -9
  260. package/calendar/cssm/components/header/index.js +1 -3
  261. package/calendar/cssm/components/month-year-header/Component.js +20 -22
  262. package/calendar/cssm/components/month-year-header/index.js +9 -11
  263. package/calendar/cssm/components/months-table/Component.js +19 -21
  264. package/calendar/cssm/components/months-table/index.js +10 -12
  265. package/calendar/cssm/components/period-slider/Component.js +26 -28
  266. package/calendar/cssm/components/period-slider/index.js +13 -15
  267. package/calendar/cssm/components/period-slider/utils.js +56 -58
  268. package/calendar/cssm/components/select-button/Component.js +6 -8
  269. package/calendar/cssm/components/select-button/index.js +2 -4
  270. package/calendar/cssm/components/years-table/Component.js +15 -17
  271. package/calendar/cssm/components/years-table/index.js +5 -7
  272. package/calendar/cssm/desktop.d.ts +2 -0
  273. package/calendar/cssm/desktop.js +74 -0
  274. package/calendar/cssm/{index.module.css → desktop.module.css} +0 -0
  275. package/calendar/cssm/index.d.ts +2 -1
  276. package/calendar/cssm/index.js +29 -29
  277. package/calendar/cssm/mobile.d.ts +1 -0
  278. package/calendar/cssm/mobile.js +80 -0
  279. package/calendar/cssm/responsive.d.ts +2 -0
  280. package/calendar/cssm/responsive.js +81 -0
  281. package/calendar/cssm/{tslib.es6-0857346e.d.ts → tslib.es6-0e9bf404.d.ts} +0 -0
  282. package/calendar/cssm/{tslib.es6-0857346e.js → tslib.es6-0e9bf404.js} +0 -0
  283. package/calendar/cssm/useCalendar.js +30 -32
  284. package/calendar/cssm/usePeriod.d.ts +6 -6
  285. package/calendar/cssm/usePeriod.js +5 -7
  286. package/calendar/cssm/utils.js +52 -54
  287. package/calendar/{esm/index.css → desktop.css} +14 -14
  288. package/calendar/desktop.d.ts +2 -0
  289. package/calendar/desktop.js +66 -0
  290. package/calendar/esm/{Component.d.ts → Component.desktop.d.ts} +3 -3
  291. package/calendar/esm/{Component.js → Component.desktop.js} +36 -36
  292. package/calendar/esm/Component.responsive.d.ts +13 -0
  293. package/calendar/esm/Component.responsive.js +78 -0
  294. package/calendar/esm/components/calendar-mobile/Component.d.ts +3 -3
  295. package/calendar/esm/components/calendar-mobile/Component.js +42 -42
  296. package/calendar/esm/components/calendar-mobile/index.css +11 -11
  297. package/calendar/esm/components/calendar-mobile/index.js +15 -15
  298. package/calendar/esm/components/days-table/Component.js +7 -7
  299. package/calendar/esm/components/days-table/index.css +58 -58
  300. package/calendar/esm/components/days-table/index.js +6 -6
  301. package/calendar/esm/components/header/Component.js +1 -1
  302. package/calendar/esm/components/header/index.css +3 -3
  303. package/calendar/esm/components/header/index.js +1 -1
  304. package/calendar/esm/components/month-year-header/Component.js +9 -9
  305. package/calendar/esm/components/month-year-header/index.css +10 -10
  306. package/calendar/esm/components/month-year-header/index.js +8 -8
  307. package/calendar/esm/components/months-table/Component.js +10 -10
  308. package/calendar/esm/components/months-table/index.css +11 -11
  309. package/calendar/esm/components/months-table/index.js +9 -9
  310. package/calendar/esm/components/period-slider/Component.js +11 -11
  311. package/calendar/esm/components/period-slider/index.css +10 -10
  312. package/calendar/esm/components/period-slider/index.js +11 -11
  313. package/calendar/esm/components/period-slider/utils.js +22 -22
  314. package/calendar/esm/components/select-button/Component.js +2 -2
  315. package/calendar/esm/components/select-button/index.css +10 -10
  316. package/calendar/esm/components/select-button/index.js +2 -2
  317. package/calendar/esm/components/years-table/Component.js +5 -5
  318. package/calendar/esm/components/years-table/index.css +13 -13
  319. package/calendar/esm/components/years-table/index.js +4 -4
  320. package/calendar/{index.css → esm/desktop.css} +14 -14
  321. package/calendar/esm/desktop.d.ts +2 -0
  322. package/calendar/esm/desktop.js +62 -0
  323. package/calendar/esm/index.d.ts +2 -1
  324. package/calendar/esm/index.js +16 -15
  325. package/calendar/esm/mobile.d.ts +1 -0
  326. package/calendar/esm/mobile.js +67 -0
  327. package/calendar/esm/responsive.d.ts +2 -0
  328. package/calendar/esm/responsive.js +68 -0
  329. package/calendar/esm/{tslib.es6-ec9dc843.d.ts → tslib.es6-eb553f26.d.ts} +0 -0
  330. package/calendar/esm/{tslib.es6-ec9dc843.js → tslib.es6-eb553f26.js} +0 -0
  331. package/calendar/esm/useCalendar.js +10 -10
  332. package/calendar/esm/usePeriod.d.ts +6 -6
  333. package/calendar/esm/usePeriod.js +1 -1
  334. package/calendar/esm/utils.js +3 -3
  335. package/calendar/index.d.ts +2 -1
  336. package/calendar/index.js +24 -24
  337. package/calendar/mobile.d.ts +1 -0
  338. package/calendar/mobile.js +71 -0
  339. package/calendar/modern/{Component.d.ts → Component.desktop.d.ts} +3 -3
  340. package/calendar/modern/{Component.js → Component.desktop.js} +35 -35
  341. package/calendar/modern/Component.responsive.d.ts +13 -0
  342. package/calendar/modern/Component.responsive.js +76 -0
  343. package/calendar/modern/components/calendar-mobile/Component.d.ts +3 -3
  344. package/calendar/modern/components/calendar-mobile/Component.js +39 -39
  345. package/calendar/modern/components/calendar-mobile/index.css +11 -11
  346. package/calendar/modern/components/calendar-mobile/index.js +15 -15
  347. package/calendar/modern/components/days-table/Component.js +7 -7
  348. package/calendar/modern/components/days-table/index.css +58 -58
  349. package/calendar/modern/components/days-table/index.js +6 -6
  350. package/calendar/modern/components/header/Component.js +1 -1
  351. package/calendar/modern/components/header/index.css +3 -3
  352. package/calendar/modern/components/header/index.js +1 -1
  353. package/calendar/modern/components/month-year-header/Component.js +7 -7
  354. package/calendar/modern/components/month-year-header/index.css +10 -10
  355. package/calendar/modern/components/month-year-header/index.js +6 -6
  356. package/calendar/modern/components/months-table/Component.js +8 -8
  357. package/calendar/modern/components/months-table/index.css +11 -11
  358. package/calendar/modern/components/months-table/index.js +7 -7
  359. package/calendar/modern/components/period-slider/Component.js +12 -12
  360. package/calendar/modern/components/period-slider/index.css +10 -10
  361. package/calendar/modern/components/period-slider/index.js +11 -11
  362. package/calendar/modern/components/period-slider/utils.js +18 -18
  363. package/calendar/modern/components/select-button/Component.js +1 -1
  364. package/calendar/modern/components/select-button/index.css +10 -10
  365. package/calendar/modern/components/select-button/index.js +1 -1
  366. package/calendar/modern/components/years-table/Component.js +2 -2
  367. package/calendar/modern/components/years-table/index.css +13 -13
  368. package/calendar/modern/components/years-table/index.js +2 -2
  369. package/calendar/modern/{index.css → desktop.css} +14 -14
  370. package/calendar/modern/desktop.d.ts +2 -0
  371. package/calendar/modern/desktop.js +61 -0
  372. package/calendar/modern/index.d.ts +2 -1
  373. package/calendar/modern/index.js +18 -17
  374. package/calendar/modern/mobile.d.ts +1 -0
  375. package/calendar/modern/mobile.js +66 -0
  376. package/calendar/modern/responsive.d.ts +2 -0
  377. package/calendar/modern/responsive.js +67 -0
  378. package/calendar/modern/useCalendar.js +10 -10
  379. package/calendar/modern/usePeriod.d.ts +6 -6
  380. package/calendar/modern/usePeriod.js +1 -1
  381. package/calendar/modern/utils.js +3 -3
  382. package/calendar/responsive.d.ts +2 -0
  383. package/calendar/responsive.js +72 -0
  384. package/calendar/{tslib.es6-3e602276.d.ts → tslib.es6-07c0381a.d.ts} +0 -0
  385. package/calendar/{tslib.es6-3e602276.js → tslib.es6-07c0381a.js} +0 -0
  386. package/calendar/useCalendar.js +30 -32
  387. package/calendar/usePeriod.d.ts +6 -6
  388. package/calendar/usePeriod.js +5 -7
  389. package/calendar/utils.js +52 -54
  390. package/calendar-input/{modern/Component.d.ts → Component-98dcf994.d.ts} +48 -9
  391. package/calendar-input/{Component.js → Component-98dcf994.js} +19 -29
  392. package/calendar-input/Component.desktop.d.ts +5 -0
  393. package/calendar-input/Component.desktop.js +20 -0
  394. package/calendar-input/Component.mobile.d.ts +5 -0
  395. package/calendar-input/Component.mobile.js +20 -0
  396. package/calendar-input/Component.responsive.d.ts +12 -0
  397. package/calendar-input/Component.responsive.js +30 -0
  398. package/calendar-input/components/calendar-input/Component.d.ts +0 -0
  399. package/calendar-input/components/calendar-input/Component.js +16 -0
  400. package/calendar-input/{esm → components/calendar-input}/index.css +11 -11
  401. package/calendar-input/components/calendar-input/index.d.ts +1 -0
  402. package/calendar-input/components/calendar-input/index.js +16 -0
  403. package/calendar-input/cssm/{Component.d.ts → Component-fde0c12c.d.ts} +45 -6
  404. package/calendar-input/cssm/{Component.js → Component-fde0c12c.js} +21 -31
  405. package/calendar-input/cssm/Component.desktop.d.ts +5 -0
  406. package/calendar-input/cssm/Component.desktop.js +21 -0
  407. package/calendar-input/cssm/Component.mobile.d.ts +5 -0
  408. package/calendar-input/cssm/Component.mobile.js +21 -0
  409. package/calendar-input/cssm/Component.responsive.d.ts +12 -0
  410. package/calendar-input/cssm/Component.responsive.js +31 -0
  411. package/calendar-input/cssm/components/calendar-input/Component.d.ts +0 -0
  412. package/calendar-input/cssm/components/calendar-input/Component.js +17 -0
  413. package/calendar-input/cssm/components/calendar-input/index.d.ts +1 -0
  414. package/calendar-input/cssm/components/calendar-input/index.js +17 -0
  415. package/calendar-input/cssm/{index.module.css → components/calendar-input/index.module.css} +0 -0
  416. package/calendar-input/cssm/desktop.d.ts +2 -0
  417. package/calendar-input/cssm/desktop.js +18 -0
  418. package/calendar-input/cssm/index.d.ts +1 -1
  419. package/calendar-input/cssm/index.js +8 -7
  420. package/calendar-input/cssm/mobile.d.ts +2 -0
  421. package/calendar-input/cssm/mobile.js +18 -0
  422. package/calendar-input/cssm/responsive.d.ts +2 -0
  423. package/calendar-input/cssm/responsive.js +21 -0
  424. package/calendar-input/cssm/utils.js +9 -11
  425. package/calendar-input/desktop.d.ts +2 -0
  426. package/calendar-input/desktop.js +17 -0
  427. package/calendar-input/esm/{Component.d.ts → Component-8d1a1461.d.ts} +45 -6
  428. package/calendar-input/esm/{Component.js → Component-8d1a1461.js} +9 -15
  429. package/calendar-input/esm/Component.desktop.d.ts +5 -0
  430. package/calendar-input/esm/Component.desktop.js +16 -0
  431. package/calendar-input/esm/Component.mobile.d.ts +5 -0
  432. package/calendar-input/esm/Component.mobile.js +16 -0
  433. package/calendar-input/esm/Component.responsive.d.ts +12 -0
  434. package/calendar-input/esm/Component.responsive.js +26 -0
  435. package/calendar-input/esm/components/calendar-input/Component.d.ts +0 -0
  436. package/calendar-input/esm/components/calendar-input/Component.js +12 -0
  437. package/calendar-input/{index.css → esm/components/calendar-input/index.css} +11 -11
  438. package/calendar-input/esm/components/calendar-input/index.d.ts +1 -0
  439. package/calendar-input/esm/components/calendar-input/index.js +12 -0
  440. package/calendar-input/esm/desktop.d.ts +2 -0
  441. package/calendar-input/esm/desktop.js +13 -0
  442. package/calendar-input/esm/index.d.ts +1 -1
  443. package/calendar-input/esm/index.js +6 -3
  444. package/calendar-input/esm/mobile.d.ts +2 -0
  445. package/calendar-input/esm/mobile.js +13 -0
  446. package/calendar-input/esm/responsive.d.ts +2 -0
  447. package/calendar-input/esm/responsive.js +16 -0
  448. package/calendar-input/esm/utils.js +2 -2
  449. package/calendar-input/index.d.ts +1 -1
  450. package/calendar-input/index.js +7 -6
  451. package/calendar-input/mobile.d.ts +2 -0
  452. package/calendar-input/mobile.js +17 -0
  453. package/calendar-input/modern/Component.desktop.d.ts +5 -0
  454. package/calendar-input/modern/Component.desktop.js +16 -0
  455. package/calendar-input/modern/Component.mobile.d.ts +5 -0
  456. package/calendar-input/modern/Component.mobile.js +16 -0
  457. package/calendar-input/modern/Component.responsive.d.ts +12 -0
  458. package/calendar-input/modern/Component.responsive.js +25 -0
  459. package/calendar-input/{Component.d.ts → modern/components/calendar-input/Component.d.ts} +14 -8
  460. package/calendar-input/modern/{Component.js → components/calendar-input/Component.js} +7 -13
  461. package/calendar-input/modern/{index.css → components/calendar-input/index.css} +11 -11
  462. package/calendar-input/modern/components/calendar-input/index.d.ts +1 -0
  463. package/calendar-input/modern/components/calendar-input/index.js +12 -0
  464. package/calendar-input/modern/desktop.d.ts +2 -0
  465. package/calendar-input/modern/desktop.js +13 -0
  466. package/calendar-input/modern/index.d.ts +1 -1
  467. package/calendar-input/modern/index.js +9 -6
  468. package/calendar-input/modern/mobile.d.ts +2 -0
  469. package/calendar-input/modern/mobile.js +13 -0
  470. package/calendar-input/modern/responsive.d.ts +2 -0
  471. package/calendar-input/modern/responsive.js +16 -0
  472. package/calendar-input/responsive.d.ts +2 -0
  473. package/calendar-input/responsive.js +20 -0
  474. package/calendar-input/utils.js +9 -11
  475. package/calendar-range/Component.js +7 -9
  476. package/calendar-range/cssm/Component.js +7 -9
  477. package/calendar-range/cssm/hooks.js +30 -32
  478. package/calendar-range/cssm/index.js +5 -7
  479. package/calendar-range/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  480. package/calendar-range/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  481. package/calendar-range/cssm/utils.js +0 -2
  482. package/calendar-range/cssm/views/popover.js +13 -15
  483. package/calendar-range/cssm/views/static.js +27 -29
  484. package/calendar-range/esm/Component.js +4 -4
  485. package/calendar-range/esm/hooks.js +1 -1
  486. package/calendar-range/esm/index.js +5 -5
  487. package/calendar-range/esm/{index.module-a5858a9b.d.ts → index.module-b9db88e5.d.ts} +0 -0
  488. package/calendar-range/esm/{index.module-a5858a9b.js → index.module-b9db88e5.js} +1 -1
  489. package/calendar-range/esm/views/index.css +8 -8
  490. package/calendar-range/esm/views/popover.js +2 -2
  491. package/calendar-range/esm/views/static.js +8 -8
  492. package/calendar-range/hooks.js +30 -32
  493. package/calendar-range/index.js +5 -7
  494. package/calendar-range/{index.module-2b303367.d.ts → index.module-24e4de4c.d.ts} +0 -0
  495. package/calendar-range/{index.module-2b303367.js → index.module-24e4de4c.js} +1 -1
  496. package/calendar-range/modern/Component.js +6 -6
  497. package/calendar-range/modern/hooks.js +1 -1
  498. package/calendar-range/modern/index.js +7 -7
  499. package/calendar-range/modern/index.module-8c524c02.js +4 -0
  500. package/calendar-range/modern/views/index.css +8 -8
  501. package/calendar-range/modern/views/popover.js +4 -4
  502. package/calendar-range/modern/views/static.js +6 -6
  503. package/calendar-range/utils.js +0 -2
  504. package/calendar-range/views/index.css +8 -8
  505. package/calendar-range/views/popover.js +11 -13
  506. package/calendar-range/views/static.js +25 -27
  507. package/calendar-with-skeleton/Component.js +15 -17
  508. package/calendar-with-skeleton/cssm/Component.js +16 -18
  509. package/calendar-with-skeleton/cssm/index.js +0 -2
  510. package/calendar-with-skeleton/esm/Component.js +1 -1
  511. package/calendar-with-skeleton/esm/index.css +12 -12
  512. package/calendar-with-skeleton/esm/index.js +1 -1
  513. package/calendar-with-skeleton/index.css +12 -12
  514. package/calendar-with-skeleton/index.js +0 -2
  515. package/calendar-with-skeleton/modern/Component.js +1 -1
  516. package/calendar-with-skeleton/modern/index.css +12 -12
  517. package/calendar-with-skeleton/modern/index.js +1 -1
  518. package/card-image/Component.js +8 -10
  519. package/card-image/cssm/Component.js +8 -10
  520. package/card-image/cssm/index.js +1 -3
  521. package/card-image/esm/Component.js +4 -4
  522. package/card-image/esm/index.css +6 -6
  523. package/card-image/esm/index.js +1 -1
  524. package/card-image/index.css +6 -6
  525. package/card-image/index.js +1 -3
  526. package/card-image/modern/Component.js +1 -1
  527. package/card-image/modern/index.css +6 -6
  528. package/card-image/modern/index.js +1 -1
  529. package/cdn-icon/Component.js +6 -8
  530. package/cdn-icon/cssm/Component.js +6 -8
  531. package/cdn-icon/cssm/index.js +1 -3
  532. package/cdn-icon/esm/Component.js +2 -2
  533. package/cdn-icon/esm/index.css +3 -3
  534. package/cdn-icon/esm/index.js +1 -1
  535. package/cdn-icon/index.css +3 -3
  536. package/cdn-icon/index.js +1 -3
  537. package/cdn-icon/modern/Component.js +1 -1
  538. package/cdn-icon/modern/index.css +3 -3
  539. package/cdn-icon/modern/index.js +1 -1
  540. package/chart/Component.js +39 -41
  541. package/chart/components/CustomizedLabel.js +5 -7
  542. package/chart/components/Dot/index.css +7 -7
  543. package/chart/components/Dot/index.js +9 -11
  544. package/chart/components/Legends/index.css +7 -7
  545. package/chart/components/Legends/index.js +13 -15
  546. package/chart/components/LinearGradient.js +3 -5
  547. package/chart/components/RectBar.js +5 -7
  548. package/chart/components/Tick/index.css +3 -3
  549. package/chart/components/Tick/index.js +7 -9
  550. package/chart/components/TooltipContent/index.css +6 -6
  551. package/chart/components/TooltipContent/index.js +12 -14
  552. package/chart/cssm/Component.js +41 -43
  553. package/chart/cssm/components/CustomizedLabel.js +5 -7
  554. package/chart/cssm/components/Dot/index.js +10 -12
  555. package/chart/cssm/components/Legends/index.js +13 -15
  556. package/chart/cssm/components/LinearGradient.js +3 -5
  557. package/chart/cssm/components/RectBar.js +5 -7
  558. package/chart/cssm/components/Tick/index.js +7 -9
  559. package/chart/cssm/components/TooltipContent/index.js +12 -14
  560. package/chart/cssm/hooks/usePathBar/index.js +0 -2
  561. package/chart/cssm/hooks/usePathBar/utils/getRadius.js +0 -2
  562. package/chart/cssm/hooks/useSettings/index.js +1 -3
  563. package/chart/cssm/hooks/useSettings/utils/setComposedChartsMargin.js +0 -2
  564. package/chart/cssm/hooks/useSettings/utils/setDatas.js +4 -6
  565. package/chart/cssm/hooks/useSettings/utils/setGradientCharts.js +2 -4
  566. package/chart/cssm/hooks/useSettings/utils/setLegendMargin.js +0 -2
  567. package/chart/cssm/hooks/useSettings/utils/sortByIndex.js +0 -2
  568. package/chart/cssm/icons/Circle.js +4 -6
  569. package/chart/cssm/icons/CircleLine.js +5 -7
  570. package/chart/cssm/icons/FilledCircle.js +8 -10
  571. package/chart/cssm/icons/Point.js +5 -7
  572. package/chart/cssm/icons/StrokeCircle.js +4 -6
  573. package/chart/cssm/index.js +9 -11
  574. package/chart/cssm/{tslib.es6-0de342ae.d.ts → tslib.es6-19b064c1.d.ts} +0 -0
  575. package/chart/cssm/{tslib.es6-0de342ae.js → tslib.es6-19b064c1.js} +0 -0
  576. package/chart/cssm/types/utils/index.d.ts +1 -0
  577. package/chart/esm/Component.js +23 -23
  578. package/chart/esm/components/CustomizedLabel.js +1 -1
  579. package/chart/esm/components/Dot/index.css +7 -7
  580. package/chart/esm/components/Dot/index.js +3 -3
  581. package/chart/esm/components/Legends/index.css +7 -7
  582. package/chart/esm/components/Legends/index.js +4 -4
  583. package/chart/esm/components/LinearGradient.js +1 -1
  584. package/chart/esm/components/RectBar.js +2 -2
  585. package/chart/esm/components/Tick/index.css +3 -3
  586. package/chart/esm/components/Tick/index.js +2 -2
  587. package/chart/esm/components/TooltipContent/index.css +6 -6
  588. package/chart/esm/components/TooltipContent/index.js +2 -2
  589. package/chart/esm/hooks/useSettings/index.js +1 -1
  590. package/chart/esm/hooks/useSettings/utils/setDatas.js +4 -4
  591. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +2 -2
  592. package/chart/esm/index.css +4 -4
  593. package/chart/esm/index.js +14 -14
  594. package/chart/esm/{tslib.es6-9e8e8633.d.ts → tslib.es6-c1e06c73.d.ts} +0 -0
  595. package/chart/esm/{tslib.es6-9e8e8633.js → tslib.es6-c1e06c73.js} +0 -0
  596. package/chart/esm/types/utils/index.d.ts +1 -0
  597. package/chart/hooks/usePathBar/index.js +0 -2
  598. package/chart/hooks/usePathBar/utils/getRadius.js +0 -2
  599. package/chart/hooks/useSettings/index.js +1 -3
  600. package/chart/hooks/useSettings/utils/setComposedChartsMargin.js +0 -2
  601. package/chart/hooks/useSettings/utils/setDatas.js +4 -6
  602. package/chart/hooks/useSettings/utils/setGradientCharts.js +2 -4
  603. package/chart/hooks/useSettings/utils/setLegendMargin.js +0 -2
  604. package/chart/hooks/useSettings/utils/sortByIndex.js +0 -2
  605. package/chart/icons/Circle.js +4 -6
  606. package/chart/icons/CircleLine.js +5 -7
  607. package/chart/icons/FilledCircle.js +8 -10
  608. package/chart/icons/Point.js +5 -7
  609. package/chart/icons/StrokeCircle.js +4 -6
  610. package/chart/index.css +4 -4
  611. package/chart/index.js +7 -9
  612. package/chart/modern/Component.js +10 -10
  613. package/chart/modern/components/CustomizedLabel.js +1 -1
  614. package/chart/modern/components/Dot/index.css +7 -7
  615. package/chart/modern/components/Dot/index.js +1 -1
  616. package/chart/modern/components/Legends/index.css +7 -7
  617. package/chart/modern/components/Legends/index.js +1 -1
  618. package/chart/modern/components/RectBar.js +1 -1
  619. package/chart/modern/components/Tick/index.css +3 -3
  620. package/chart/modern/components/Tick/index.js +1 -1
  621. package/chart/modern/components/TooltipContent/index.css +6 -6
  622. package/chart/modern/components/TooltipContent/index.js +1 -1
  623. package/chart/modern/index.css +4 -4
  624. package/chart/modern/index.js +13 -13
  625. package/chart/modern/types/utils/index.d.ts +1 -0
  626. package/chart/{tslib.es6-9dd05714.d.ts → tslib.es6-2bc3955e.d.ts} +0 -0
  627. package/chart/{tslib.es6-9dd05714.js → tslib.es6-2bc3955e.js} +0 -0
  628. package/chart/types/utils/index.d.ts +1 -0
  629. package/checkbox/Component.d.ts +3 -3
  630. package/checkbox/Component.js +16 -18
  631. package/checkbox/cssm/Component.d.ts +3 -3
  632. package/checkbox/cssm/Component.js +22 -24
  633. package/checkbox/cssm/index.js +0 -2
  634. package/checkbox/esm/Component.d.ts +3 -3
  635. package/checkbox/esm/Component.js +1 -1
  636. package/checkbox/esm/index.css +38 -38
  637. package/checkbox/esm/index.js +1 -1
  638. package/checkbox/index.css +38 -38
  639. package/checkbox/index.js +0 -2
  640. package/checkbox/modern/Component.d.ts +3 -3
  641. package/checkbox/modern/Component.js +1 -1
  642. package/checkbox/modern/index.css +38 -38
  643. package/checkbox/modern/index.js +1 -1
  644. package/checkbox-group/Component.js +12 -14
  645. package/checkbox-group/cssm/Component.js +12 -14
  646. package/checkbox-group/cssm/index.js +0 -2
  647. package/checkbox-group/esm/Component.js +1 -1
  648. package/checkbox-group/esm/index.css +16 -16
  649. package/checkbox-group/esm/index.js +1 -1
  650. package/checkbox-group/index.css +16 -16
  651. package/checkbox-group/index.js +0 -2
  652. package/checkbox-group/modern/Component.js +1 -1
  653. package/checkbox-group/modern/index.css +16 -16
  654. package/checkbox-group/modern/index.js +1 -1
  655. package/circular-progress-bar/Component.js +17 -19
  656. package/circular-progress-bar/cssm/Component.js +19 -21
  657. package/circular-progress-bar/cssm/index.js +0 -2
  658. package/circular-progress-bar/esm/Component.js +6 -6
  659. package/circular-progress-bar/esm/index.css +48 -48
  660. package/circular-progress-bar/esm/index.js +1 -1
  661. package/circular-progress-bar/index.css +48 -48
  662. package/circular-progress-bar/index.js +0 -2
  663. package/circular-progress-bar/modern/Component.js +1 -1
  664. package/circular-progress-bar/modern/index.css +48 -48
  665. package/circular-progress-bar/modern/index.js +1 -1
  666. package/code-input/component.d.ts +4 -0
  667. package/code-input/component.js +27 -21
  668. package/code-input/components/index.js +1 -3
  669. package/code-input/components/input/component.js +5 -7
  670. package/code-input/components/input/index.css +12 -12
  671. package/code-input/components/input/index.js +1 -3
  672. package/code-input/cssm/component.d.ts +4 -0
  673. package/code-input/cssm/component.js +28 -22
  674. package/code-input/cssm/components/index.js +1 -3
  675. package/code-input/cssm/components/input/component.js +8 -10
  676. package/code-input/cssm/components/input/index.js +1 -3
  677. package/code-input/cssm/index.js +1 -3
  678. package/code-input/esm/component.d.ts +4 -0
  679. package/code-input/esm/component.js +23 -15
  680. package/code-input/esm/components/index.js +1 -1
  681. package/code-input/esm/components/input/component.js +1 -1
  682. package/code-input/esm/components/input/index.css +12 -12
  683. package/code-input/esm/components/input/index.js +1 -1
  684. package/code-input/esm/index.css +6 -6
  685. package/code-input/esm/index.js +1 -1
  686. package/code-input/index.css +6 -6
  687. package/code-input/index.js +0 -2
  688. package/code-input/modern/component.d.ts +4 -0
  689. package/code-input/modern/component.js +20 -14
  690. package/code-input/modern/components/index.js +1 -1
  691. package/code-input/modern/components/input/component.js +1 -1
  692. package/code-input/modern/components/input/index.css +12 -12
  693. package/code-input/modern/components/input/index.js +1 -1
  694. package/code-input/modern/index.css +6 -6
  695. package/code-input/modern/index.js +1 -1
  696. package/collapse/Component.js +11 -13
  697. package/collapse/cssm/Component.js +12 -14
  698. package/collapse/cssm/index.js +1 -3
  699. package/collapse/esm/Component.js +2 -2
  700. package/collapse/esm/index.css +7 -7
  701. package/collapse/esm/index.js +1 -1
  702. package/collapse/index.css +7 -7
  703. package/collapse/index.js +1 -3
  704. package/collapse/modern/Component.js +2 -2
  705. package/collapse/modern/index.css +7 -7
  706. package/collapse/modern/index.js +2 -2
  707. package/comment/Component.js +7 -9
  708. package/comment/cssm/Component.js +7 -9
  709. package/comment/cssm/index.js +1 -3
  710. package/comment/esm/Component.js +2 -2
  711. package/comment/esm/index.css +3 -3
  712. package/comment/esm/index.js +1 -1
  713. package/comment/index.css +3 -3
  714. package/comment/index.js +1 -3
  715. package/comment/modern/Component.js +1 -1
  716. package/comment/modern/index.css +3 -3
  717. package/comment/modern/index.js +1 -1
  718. package/confirmation/{component-ad8387ce.d.ts → component-ad335d4a.d.ts} +0 -0
  719. package/confirmation/{component-ad8387ce.js → component-ad335d4a.js} +9 -9
  720. package/confirmation/component.desktop.js +8 -10
  721. package/confirmation/component.mobile.js +10 -12
  722. package/confirmation/component.responsive.d.ts +7 -1
  723. package/confirmation/component.responsive.js +15 -16
  724. package/confirmation/components/base-confirmation/component.js +7 -9
  725. package/confirmation/components/base-confirmation/index.css +2 -2
  726. package/confirmation/components/base-confirmation/index.d.ts +1 -1
  727. package/confirmation/components/base-confirmation/index.js +5 -7
  728. package/confirmation/components/countdown-loader/component.js +5 -7
  729. package/confirmation/components/countdown-loader/index.css +2 -2
  730. package/confirmation/components/countdown-loader/index.js +1 -3
  731. package/confirmation/components/header/component.js +5 -7
  732. package/confirmation/components/header/index.css +4 -4
  733. package/confirmation/components/header/index.js +1 -3
  734. package/confirmation/components/index.js +10 -12
  735. package/confirmation/components/screens/fatal-error/component.js +10 -12
  736. package/confirmation/components/screens/fatal-error/index.css +6 -6
  737. package/confirmation/components/screens/fatal-error/index.js +3 -5
  738. package/confirmation/components/screens/hint/component.js +18 -20
  739. package/confirmation/components/screens/hint/index.css +12 -12
  740. package/confirmation/components/screens/hint/index.js +3 -5
  741. package/confirmation/components/screens/index.js +8 -10
  742. package/confirmation/components/screens/initial/component.js +18 -15
  743. package/confirmation/components/screens/initial/countdown-section.js +4 -6
  744. package/confirmation/components/screens/initial/index.css +18 -18
  745. package/confirmation/components/screens/initial/index.js +5 -7
  746. package/confirmation/components/screens/temp-block/component.js +12 -14
  747. package/confirmation/components/screens/temp-block/index.css +7 -7
  748. package/confirmation/components/screens/temp-block/index.js +4 -6
  749. package/confirmation/context.js +0 -2
  750. package/confirmation/{countdown-section-f4894842.d.ts → countdown-section-6d91891a.d.ts} +0 -0
  751. package/confirmation/countdown-section-6d91891a.js +47 -0
  752. package/confirmation/cssm/{component-5a4af768.d.ts → component-3c591970.d.ts} +0 -0
  753. package/confirmation/cssm/{component-5a4af768.js → component-3c591970.js} +9 -9
  754. package/confirmation/cssm/component.desktop.js +12 -14
  755. package/confirmation/cssm/component.mobile.js +15 -17
  756. package/confirmation/cssm/component.responsive.d.ts +7 -1
  757. package/confirmation/cssm/component.responsive.js +19 -20
  758. package/confirmation/cssm/components/base-confirmation/component.js +10 -12
  759. package/confirmation/cssm/components/base-confirmation/index.d.ts +1 -1
  760. package/confirmation/cssm/components/base-confirmation/index.js +9 -11
  761. package/confirmation/cssm/components/countdown-loader/component.js +5 -7
  762. package/confirmation/cssm/components/countdown-loader/index.js +1 -3
  763. package/confirmation/cssm/components/header/component.js +5 -7
  764. package/confirmation/cssm/components/header/index.js +1 -3
  765. package/confirmation/cssm/components/index.js +12 -14
  766. package/confirmation/cssm/components/screens/fatal-error/component.js +11 -13
  767. package/confirmation/cssm/components/screens/fatal-error/index.js +4 -6
  768. package/confirmation/cssm/components/screens/hint/component.js +19 -21
  769. package/confirmation/cssm/components/screens/hint/index.js +4 -6
  770. package/confirmation/cssm/components/screens/index.js +10 -12
  771. package/confirmation/cssm/components/screens/initial/component.js +21 -18
  772. package/confirmation/cssm/components/screens/initial/countdown-section.js +18 -20
  773. package/confirmation/cssm/components/screens/initial/index.js +6 -8
  774. package/confirmation/cssm/components/screens/temp-block/component.js +14 -16
  775. package/confirmation/cssm/components/screens/temp-block/index.js +6 -8
  776. package/confirmation/cssm/context.js +0 -2
  777. package/confirmation/cssm/desktop.d.ts +1 -0
  778. package/confirmation/cssm/desktop.js +10 -12
  779. package/confirmation/cssm/index.js +24 -26
  780. package/confirmation/cssm/mobile.d.ts +1 -0
  781. package/confirmation/cssm/mobile.js +10 -12
  782. package/confirmation/cssm/responsive.d.ts +1 -0
  783. package/confirmation/cssm/responsive.js +11 -13
  784. package/confirmation/cssm/types.js +0 -2
  785. package/confirmation/cssm/utils.js +6 -8
  786. package/confirmation/desktop.d.ts +1 -0
  787. package/confirmation/desktop.js +6 -8
  788. package/confirmation/esm/{component-b1ceb5d0.d.ts → component-0eefd74d.d.ts} +0 -0
  789. package/confirmation/esm/{component-b1ceb5d0.js → component-0eefd74d.js} +9 -9
  790. package/confirmation/esm/component.desktop.js +6 -6
  791. package/confirmation/esm/component.mobile.js +7 -7
  792. package/confirmation/esm/component.responsive.d.ts +7 -1
  793. package/confirmation/esm/component.responsive.js +14 -13
  794. package/confirmation/esm/components/base-confirmation/component.js +6 -6
  795. package/confirmation/esm/components/base-confirmation/index.css +2 -2
  796. package/confirmation/esm/components/base-confirmation/index.d.ts +1 -1
  797. package/confirmation/esm/components/base-confirmation/index.js +6 -6
  798. package/confirmation/esm/components/countdown-loader/component.js +3 -3
  799. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  800. package/confirmation/esm/components/countdown-loader/index.js +1 -1
  801. package/confirmation/esm/components/header/component.js +1 -1
  802. package/confirmation/esm/components/header/index.css +4 -4
  803. package/confirmation/esm/components/header/index.js +1 -1
  804. package/confirmation/esm/components/index.js +9 -9
  805. package/confirmation/esm/components/screens/fatal-error/component.js +3 -3
  806. package/confirmation/esm/components/screens/fatal-error/index.css +6 -6
  807. package/confirmation/esm/components/screens/fatal-error/index.js +3 -3
  808. package/confirmation/esm/components/screens/hint/component.js +3 -3
  809. package/confirmation/esm/components/screens/hint/index.css +12 -12
  810. package/confirmation/esm/components/screens/hint/index.js +3 -3
  811. package/confirmation/esm/components/screens/index.js +8 -8
  812. package/confirmation/esm/components/screens/initial/component.js +10 -5
  813. package/confirmation/esm/components/screens/initial/countdown-section.js +4 -4
  814. package/confirmation/esm/components/screens/initial/index.css +18 -18
  815. package/confirmation/esm/components/screens/initial/index.js +5 -5
  816. package/confirmation/esm/components/screens/temp-block/component.js +4 -4
  817. package/confirmation/esm/components/screens/temp-block/index.css +7 -7
  818. package/confirmation/esm/components/screens/temp-block/index.js +4 -4
  819. package/confirmation/esm/{countdown-section-608e4e3a.d.ts → countdown-section-0837d1c0.d.ts} +0 -0
  820. package/confirmation/esm/{countdown-section-608e4e3a.js → countdown-section-0837d1c0.js} +6 -6
  821. package/confirmation/esm/desktop.d.ts +1 -0
  822. package/confirmation/esm/desktop.js +7 -7
  823. package/confirmation/esm/index.js +12 -12
  824. package/confirmation/esm/mobile.css +2 -2
  825. package/confirmation/esm/mobile.d.ts +1 -0
  826. package/confirmation/esm/mobile.js +7 -7
  827. package/confirmation/esm/responsive.d.ts +1 -0
  828. package/confirmation/esm/responsive.js +8 -8
  829. package/confirmation/esm/utils.js +6 -6
  830. package/confirmation/index.js +21 -23
  831. package/confirmation/mobile.css +2 -2
  832. package/confirmation/mobile.d.ts +1 -0
  833. package/confirmation/mobile.js +6 -8
  834. package/confirmation/modern/component.desktop.js +6 -6
  835. package/confirmation/modern/component.mobile.js +7 -7
  836. package/confirmation/modern/component.responsive.d.ts +7 -1
  837. package/confirmation/modern/component.responsive.js +13 -13
  838. package/confirmation/modern/components/base-confirmation/component.js +8 -8
  839. package/confirmation/modern/components/base-confirmation/index.css +2 -2
  840. package/confirmation/modern/components/base-confirmation/index.js +6 -6
  841. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  842. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  843. package/confirmation/modern/components/countdown-loader/index.js +1 -1
  844. package/confirmation/modern/components/header/component.js +1 -1
  845. package/confirmation/modern/components/header/index.css +4 -4
  846. package/confirmation/modern/components/header/index.js +1 -1
  847. package/confirmation/modern/components/index.js +9 -9
  848. package/confirmation/modern/components/screens/fatal-error/component.js +3 -3
  849. package/confirmation/modern/components/screens/fatal-error/index.css +6 -6
  850. package/confirmation/modern/components/screens/fatal-error/index.js +3 -3
  851. package/confirmation/modern/components/screens/hint/component.js +3 -3
  852. package/confirmation/modern/components/screens/hint/index.css +12 -12
  853. package/confirmation/modern/components/screens/hint/index.js +3 -3
  854. package/confirmation/modern/components/screens/index.js +8 -8
  855. package/confirmation/modern/components/screens/initial/component.js +10 -5
  856. package/confirmation/modern/components/screens/initial/countdown-section.js +4 -4
  857. package/confirmation/modern/components/screens/initial/index.css +18 -18
  858. package/confirmation/modern/components/screens/initial/index.js +5 -5
  859. package/confirmation/modern/components/screens/temp-block/component.js +4 -4
  860. package/confirmation/modern/components/screens/temp-block/index.css +7 -7
  861. package/confirmation/modern/components/screens/temp-block/index.js +4 -4
  862. package/confirmation/modern/{countdown-section-cb87c8ea.d.ts → countdown-section-4c1f4500.d.ts} +0 -0
  863. package/confirmation/modern/{countdown-section-cb87c8ea.js → countdown-section-4c1f4500.js} +5 -5
  864. package/confirmation/modern/desktop.d.ts +1 -0
  865. package/confirmation/modern/desktop.js +7 -7
  866. package/confirmation/modern/index.js +12 -12
  867. package/confirmation/modern/mobile.css +2 -2
  868. package/confirmation/modern/mobile.d.ts +1 -0
  869. package/confirmation/modern/mobile.js +7 -7
  870. package/confirmation/modern/responsive.d.ts +1 -0
  871. package/confirmation/modern/responsive.js +9 -9
  872. package/confirmation/responsive.d.ts +1 -0
  873. package/confirmation/responsive.js +6 -8
  874. package/confirmation/types.js +0 -2
  875. package/confirmation/utils.js +6 -8
  876. package/confirmation-v1/component.js +26 -28
  877. package/confirmation-v1/components/code-input/component.js +7 -9
  878. package/confirmation-v1/components/code-input/index.css +9 -9
  879. package/confirmation-v1/components/code-input/index.js +1 -3
  880. package/confirmation-v1/components/code-input/utils.js +0 -2
  881. package/confirmation-v1/components/countdown/component.js +21 -23
  882. package/confirmation-v1/components/countdown/index.css +12 -12
  883. package/confirmation-v1/components/countdown/index.js +1 -3
  884. package/confirmation-v1/components/countdown-loader/component.js +5 -7
  885. package/confirmation-v1/components/countdown-loader/index.css +1 -1
  886. package/confirmation-v1/components/countdown-loader/index.js +1 -3
  887. package/confirmation-v1/components/index.js +6 -8
  888. package/confirmation-v1/components/overlimit/component.js +16 -18
  889. package/confirmation-v1/components/overlimit/index.css +8 -8
  890. package/confirmation-v1/components/overlimit/index.js +4 -6
  891. package/confirmation-v1/components/sign-confirmation/component.js +22 -24
  892. package/confirmation-v1/components/sign-confirmation/index.css +12 -12
  893. package/confirmation-v1/components/sign-confirmation/index.js +6 -8
  894. package/confirmation-v1/cssm/component.js +27 -29
  895. package/confirmation-v1/cssm/components/code-input/component.js +11 -13
  896. package/confirmation-v1/cssm/components/code-input/index.js +1 -3
  897. package/confirmation-v1/cssm/components/code-input/utils.js +0 -2
  898. package/confirmation-v1/cssm/components/countdown/component.js +23 -25
  899. package/confirmation-v1/cssm/components/countdown/index.js +2 -4
  900. package/confirmation-v1/cssm/components/countdown-loader/component.js +5 -7
  901. package/confirmation-v1/cssm/components/countdown-loader/index.js +1 -3
  902. package/confirmation-v1/cssm/components/index.js +7 -9
  903. package/confirmation-v1/cssm/components/overlimit/component.js +18 -20
  904. package/confirmation-v1/cssm/components/overlimit/index.js +5 -7
  905. package/confirmation-v1/cssm/components/sign-confirmation/component.js +25 -27
  906. package/confirmation-v1/cssm/components/sign-confirmation/index.js +8 -10
  907. package/confirmation-v1/cssm/index.d.ts +2 -1
  908. package/confirmation-v1/cssm/index.js +9 -11
  909. package/confirmation-v1/esm/component.js +6 -6
  910. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  911. package/confirmation-v1/esm/components/code-input/index.css +9 -9
  912. package/confirmation-v1/esm/components/code-input/index.js +1 -1
  913. package/confirmation-v1/esm/components/countdown/component.js +7 -7
  914. package/confirmation-v1/esm/components/countdown/index.css +12 -12
  915. package/confirmation-v1/esm/components/countdown/index.js +1 -1
  916. package/confirmation-v1/esm/components/countdown-loader/component.js +3 -3
  917. package/confirmation-v1/esm/components/countdown-loader/index.css +1 -1
  918. package/confirmation-v1/esm/components/countdown-loader/index.js +1 -1
  919. package/confirmation-v1/esm/components/index.js +6 -6
  920. package/confirmation-v1/esm/components/overlimit/component.js +5 -5
  921. package/confirmation-v1/esm/components/overlimit/index.css +8 -8
  922. package/confirmation-v1/esm/components/overlimit/index.js +4 -4
  923. package/confirmation-v1/esm/components/sign-confirmation/component.js +5 -5
  924. package/confirmation-v1/esm/components/sign-confirmation/index.css +12 -12
  925. package/confirmation-v1/esm/components/sign-confirmation/index.js +5 -5
  926. package/confirmation-v1/esm/index.css +13 -13
  927. package/confirmation-v1/esm/index.d.ts +2 -1
  928. package/confirmation-v1/esm/index.js +6 -6
  929. package/confirmation-v1/index.css +13 -13
  930. package/confirmation-v1/index.d.ts +2 -1
  931. package/confirmation-v1/index.js +8 -10
  932. package/confirmation-v1/modern/component.js +9 -9
  933. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  934. package/confirmation-v1/modern/components/code-input/index.css +9 -9
  935. package/confirmation-v1/modern/components/code-input/index.js +1 -1
  936. package/confirmation-v1/modern/components/countdown/component.js +2 -2
  937. package/confirmation-v1/modern/components/countdown/index.css +12 -12
  938. package/confirmation-v1/modern/components/countdown/index.js +2 -2
  939. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  940. package/confirmation-v1/modern/components/countdown-loader/index.css +1 -1
  941. package/confirmation-v1/modern/components/countdown-loader/index.js +1 -1
  942. package/confirmation-v1/modern/components/index.js +7 -7
  943. package/confirmation-v1/modern/components/overlimit/component.js +5 -5
  944. package/confirmation-v1/modern/components/overlimit/index.css +8 -8
  945. package/confirmation-v1/modern/components/overlimit/index.js +4 -4
  946. package/confirmation-v1/modern/components/sign-confirmation/component.js +6 -6
  947. package/confirmation-v1/modern/components/sign-confirmation/index.css +12 -12
  948. package/confirmation-v1/modern/components/sign-confirmation/index.js +6 -6
  949. package/confirmation-v1/modern/index.css +13 -13
  950. package/confirmation-v1/modern/index.d.ts +2 -1
  951. package/confirmation-v1/modern/index.js +9 -9
  952. package/custom-button/Component.js +7 -9
  953. package/custom-button/cssm/Component.js +8 -10
  954. package/custom-button/cssm/index.js +0 -2
  955. package/custom-button/esm/Component.js +1 -1
  956. package/custom-button/esm/index.css +11 -11
  957. package/custom-button/esm/index.js +1 -1
  958. package/custom-button/index.css +11 -11
  959. package/custom-button/index.js +0 -2
  960. package/custom-button/modern/Component.js +1 -1
  961. package/custom-button/modern/index.css +11 -11
  962. package/custom-button/modern/index.js +1 -1
  963. package/date-input/Component.js +8 -10
  964. package/date-input/cssm/Component.js +9 -11
  965. package/date-input/cssm/index.js +3 -5
  966. package/date-input/cssm/utils/format.d.ts +1 -1
  967. package/date-input/cssm/utils/format.js +7 -9
  968. package/date-input/cssm/utils/index.js +2 -4
  969. package/date-input/cssm/utils/native-supports.js +0 -2
  970. package/date-input/esm/Component.js +3 -3
  971. package/date-input/esm/index.css +3 -3
  972. package/date-input/esm/index.js +3 -3
  973. package/date-input/esm/utils/format.d.ts +1 -1
  974. package/date-input/esm/utils/index.js +2 -2
  975. package/date-input/index.css +3 -3
  976. package/date-input/index.js +2 -4
  977. package/date-input/modern/Component.js +4 -4
  978. package/date-input/modern/index.css +3 -3
  979. package/date-input/modern/index.js +4 -4
  980. package/date-input/modern/utils/format.d.ts +1 -1
  981. package/date-input/modern/utils/index.js +2 -2
  982. package/date-input/utils/format.d.ts +1 -1
  983. package/date-input/utils/format.js +7 -9
  984. package/date-input/utils/index.js +2 -4
  985. package/date-input/utils/native-supports.js +0 -2
  986. package/date-range-input/{modern/Component.d.ts → Component-105ad648.d.ts} +49 -8
  987. package/date-range-input/{Component.js → Component-105ad648.js} +25 -33
  988. package/date-range-input/Component.desktop.d.ts +5 -0
  989. package/date-range-input/Component.desktop.js +20 -0
  990. package/date-range-input/Component.mobile.d.ts +5 -0
  991. package/date-range-input/Component.mobile.js +20 -0
  992. package/date-range-input/Component.responsive.d.ts +12 -0
  993. package/date-range-input/Component.responsive.js +30 -0
  994. package/date-range-input/components/date-range-input/Component.d.ts +0 -0
  995. package/date-range-input/components/date-range-input/Component.js +16 -0
  996. package/date-range-input/{esm → components/date-range-input}/index.css +6 -6
  997. package/date-range-input/components/date-range-input/index.d.ts +1 -0
  998. package/date-range-input/components/date-range-input/index.js +16 -0
  999. package/date-range-input/cssm/{Component.d.ts → Component-a4cfbf46.d.ts} +46 -5
  1000. package/date-range-input/cssm/{Component.js → Component-a4cfbf46.js} +27 -35
  1001. package/date-range-input/cssm/Component.desktop.d.ts +5 -0
  1002. package/date-range-input/cssm/Component.desktop.js +21 -0
  1003. package/date-range-input/cssm/Component.mobile.d.ts +5 -0
  1004. package/date-range-input/cssm/Component.mobile.js +21 -0
  1005. package/date-range-input/cssm/Component.responsive.d.ts +12 -0
  1006. package/date-range-input/cssm/Component.responsive.js +31 -0
  1007. package/date-range-input/cssm/components/date-range-input/Component.d.ts +0 -0
  1008. package/date-range-input/cssm/components/date-range-input/Component.js +17 -0
  1009. package/date-range-input/cssm/components/date-range-input/index.d.ts +1 -0
  1010. package/date-range-input/cssm/components/date-range-input/index.js +17 -0
  1011. package/date-range-input/cssm/{index.module.css → components/date-range-input/index.module.css} +0 -0
  1012. package/date-range-input/cssm/desktop.d.ts +2 -0
  1013. package/date-range-input/cssm/desktop.js +18 -0
  1014. package/date-range-input/cssm/index.d.ts +1 -1
  1015. package/date-range-input/cssm/index.js +8 -7
  1016. package/date-range-input/cssm/mobile.d.ts +2 -0
  1017. package/date-range-input/cssm/mobile.js +18 -0
  1018. package/date-range-input/cssm/responsive.d.ts +2 -0
  1019. package/date-range-input/cssm/responsive.js +21 -0
  1020. package/date-range-input/cssm/utils/format.js +9 -11
  1021. package/date-range-input/cssm/utils/index.js +1 -3
  1022. package/date-range-input/desktop.d.ts +2 -0
  1023. package/date-range-input/desktop.js +17 -0
  1024. package/date-range-input/esm/{Component.d.ts → Component-e59830f5.d.ts} +46 -5
  1025. package/date-range-input/esm/{Component.js → Component-e59830f5.js} +11 -17
  1026. package/date-range-input/esm/Component.desktop.d.ts +5 -0
  1027. package/date-range-input/esm/Component.desktop.js +16 -0
  1028. package/date-range-input/esm/Component.mobile.d.ts +5 -0
  1029. package/date-range-input/esm/Component.mobile.js +16 -0
  1030. package/date-range-input/esm/Component.responsive.d.ts +12 -0
  1031. package/date-range-input/esm/Component.responsive.js +26 -0
  1032. package/date-range-input/esm/components/date-range-input/Component.d.ts +0 -0
  1033. package/date-range-input/esm/components/date-range-input/Component.js +12 -0
  1034. package/date-range-input/{modern → esm/components/date-range-input}/index.css +6 -6
  1035. package/date-range-input/esm/components/date-range-input/index.d.ts +1 -0
  1036. package/date-range-input/esm/components/date-range-input/index.js +12 -0
  1037. package/date-range-input/esm/desktop.d.ts +2 -0
  1038. package/date-range-input/esm/desktop.js +13 -0
  1039. package/date-range-input/esm/index.d.ts +1 -1
  1040. package/date-range-input/esm/index.js +5 -2
  1041. package/date-range-input/esm/mobile.d.ts +2 -0
  1042. package/date-range-input/esm/mobile.js +13 -0
  1043. package/date-range-input/esm/responsive.d.ts +2 -0
  1044. package/date-range-input/esm/responsive.js +16 -0
  1045. package/date-range-input/esm/utils/format.js +3 -3
  1046. package/date-range-input/esm/utils/index.js +1 -1
  1047. package/date-range-input/index.d.ts +1 -1
  1048. package/date-range-input/index.js +7 -6
  1049. package/date-range-input/mobile.d.ts +2 -0
  1050. package/date-range-input/mobile.js +17 -0
  1051. package/date-range-input/modern/Component.desktop.d.ts +5 -0
  1052. package/date-range-input/modern/Component.desktop.js +16 -0
  1053. package/date-range-input/modern/Component.mobile.d.ts +5 -0
  1054. package/date-range-input/modern/Component.mobile.js +16 -0
  1055. package/date-range-input/modern/Component.responsive.d.ts +12 -0
  1056. package/date-range-input/modern/Component.responsive.js +25 -0
  1057. package/date-range-input/{Component.d.ts → modern/components/date-range-input/Component.d.ts} +15 -7
  1058. package/date-range-input/modern/{Component.js → components/date-range-input/Component.js} +8 -14
  1059. package/date-range-input/{index.css → modern/components/date-range-input/index.css} +6 -6
  1060. package/date-range-input/modern/components/date-range-input/index.d.ts +1 -0
  1061. package/date-range-input/modern/components/date-range-input/index.js +12 -0
  1062. package/date-range-input/modern/desktop.d.ts +2 -0
  1063. package/date-range-input/modern/desktop.js +13 -0
  1064. package/date-range-input/modern/index.d.ts +1 -1
  1065. package/date-range-input/modern/index.js +7 -4
  1066. package/date-range-input/modern/mobile.d.ts +2 -0
  1067. package/date-range-input/modern/mobile.js +13 -0
  1068. package/date-range-input/modern/responsive.d.ts +2 -0
  1069. package/date-range-input/modern/responsive.js +16 -0
  1070. package/date-range-input/modern/utils/index.js +1 -1
  1071. package/date-range-input/responsive.d.ts +2 -0
  1072. package/date-range-input/responsive.js +20 -0
  1073. package/date-range-input/utils/format.js +9 -11
  1074. package/date-range-input/utils/index.js +1 -3
  1075. package/date-time-input/{modern/Component.d.ts → Component-27749cf7.d.ts} +50 -6
  1076. package/date-time-input/{Component.js → Component-27749cf7.js} +20 -29
  1077. package/date-time-input/Component.desktop.d.ts +5 -0
  1078. package/date-time-input/Component.desktop.js +20 -0
  1079. package/date-time-input/Component.mobile.d.ts +5 -0
  1080. package/date-time-input/Component.mobile.js +20 -0
  1081. package/date-time-input/Component.responsive.d.ts +12 -0
  1082. package/date-time-input/Component.responsive.js +30 -0
  1083. package/date-time-input/components/date-time-input/Component.d.ts +0 -0
  1084. package/date-time-input/components/date-time-input/Component.js +16 -0
  1085. package/date-time-input/{modern → components/date-time-input}/index.css +6 -6
  1086. package/date-time-input/components/date-time-input/index.d.ts +1 -0
  1087. package/date-time-input/components/date-time-input/index.js +16 -0
  1088. package/date-time-input/cssm/{Component.d.ts → Component-d6110aa7.d.ts} +47 -3
  1089. package/date-time-input/cssm/{Component.js → Component-d6110aa7.js} +22 -31
  1090. package/date-time-input/cssm/Component.desktop.d.ts +5 -0
  1091. package/date-time-input/cssm/Component.desktop.js +21 -0
  1092. package/date-time-input/cssm/Component.mobile.d.ts +5 -0
  1093. package/date-time-input/cssm/Component.mobile.js +21 -0
  1094. package/date-time-input/cssm/Component.responsive.d.ts +12 -0
  1095. package/date-time-input/cssm/Component.responsive.js +31 -0
  1096. package/date-time-input/cssm/components/date-time-input/Component.d.ts +0 -0
  1097. package/date-time-input/cssm/components/date-time-input/Component.js +17 -0
  1098. package/date-time-input/cssm/components/date-time-input/index.d.ts +1 -0
  1099. package/date-time-input/cssm/components/date-time-input/index.js +17 -0
  1100. package/date-time-input/cssm/{index.module.css → components/date-time-input/index.module.css} +0 -0
  1101. package/date-time-input/cssm/desktop.d.ts +2 -0
  1102. package/date-time-input/cssm/desktop.js +18 -0
  1103. package/date-time-input/cssm/index.d.ts +1 -1
  1104. package/date-time-input/cssm/index.js +8 -7
  1105. package/date-time-input/cssm/mobile.d.ts +2 -0
  1106. package/date-time-input/cssm/mobile.js +18 -0
  1107. package/date-time-input/cssm/responsive.d.ts +2 -0
  1108. package/date-time-input/cssm/responsive.js +21 -0
  1109. package/date-time-input/cssm/utils/format.js +10 -12
  1110. package/date-time-input/cssm/utils/index.js +1 -3
  1111. package/date-time-input/desktop.d.ts +2 -0
  1112. package/date-time-input/desktop.js +17 -0
  1113. package/date-time-input/esm/{Component.d.ts → Component-e82a534f.d.ts} +47 -3
  1114. package/date-time-input/esm/{Component.js → Component-e82a534f.js} +9 -15
  1115. package/date-time-input/esm/Component.desktop.d.ts +5 -0
  1116. package/date-time-input/esm/Component.desktop.js +16 -0
  1117. package/date-time-input/esm/Component.mobile.d.ts +5 -0
  1118. package/date-time-input/esm/Component.mobile.js +16 -0
  1119. package/date-time-input/esm/Component.responsive.d.ts +12 -0
  1120. package/date-time-input/esm/Component.responsive.js +26 -0
  1121. package/date-time-input/esm/components/date-time-input/Component.d.ts +0 -0
  1122. package/date-time-input/esm/components/date-time-input/Component.js +12 -0
  1123. package/date-time-input/esm/{index.css → components/date-time-input/index.css} +6 -6
  1124. package/date-time-input/esm/components/date-time-input/index.d.ts +1 -0
  1125. package/date-time-input/esm/components/date-time-input/index.js +12 -0
  1126. package/date-time-input/esm/desktop.d.ts +2 -0
  1127. package/date-time-input/esm/desktop.js +13 -0
  1128. package/date-time-input/esm/index.d.ts +1 -1
  1129. package/date-time-input/esm/index.js +5 -2
  1130. package/date-time-input/esm/mobile.d.ts +2 -0
  1131. package/date-time-input/esm/mobile.js +13 -0
  1132. package/date-time-input/esm/responsive.d.ts +2 -0
  1133. package/date-time-input/esm/responsive.js +16 -0
  1134. package/date-time-input/esm/utils/format.js +4 -4
  1135. package/date-time-input/esm/utils/index.js +1 -1
  1136. package/date-time-input/index.d.ts +1 -1
  1137. package/date-time-input/index.js +7 -6
  1138. package/date-time-input/mobile.d.ts +2 -0
  1139. package/date-time-input/mobile.js +17 -0
  1140. package/date-time-input/modern/Component.desktop.d.ts +5 -0
  1141. package/date-time-input/modern/Component.desktop.js +16 -0
  1142. package/date-time-input/modern/Component.mobile.d.ts +5 -0
  1143. package/date-time-input/modern/Component.mobile.js +16 -0
  1144. package/date-time-input/modern/Component.responsive.d.ts +12 -0
  1145. package/date-time-input/modern/Component.responsive.js +25 -0
  1146. package/date-time-input/{Component.d.ts → modern/components/date-time-input/Component.d.ts} +16 -5
  1147. package/date-time-input/modern/{Component.js → components/date-time-input/Component.js} +8 -14
  1148. package/date-time-input/{index.css → modern/components/date-time-input/index.css} +6 -6
  1149. package/date-time-input/modern/components/date-time-input/index.d.ts +1 -0
  1150. package/date-time-input/modern/components/date-time-input/index.js +12 -0
  1151. package/date-time-input/modern/desktop.d.ts +2 -0
  1152. package/date-time-input/modern/desktop.js +13 -0
  1153. package/date-time-input/modern/index.d.ts +1 -1
  1154. package/date-time-input/modern/index.js +8 -5
  1155. package/date-time-input/modern/mobile.d.ts +2 -0
  1156. package/date-time-input/modern/mobile.js +13 -0
  1157. package/date-time-input/modern/responsive.d.ts +2 -0
  1158. package/date-time-input/modern/responsive.js +16 -0
  1159. package/date-time-input/modern/utils/index.js +1 -1
  1160. package/date-time-input/responsive.d.ts +2 -0
  1161. package/date-time-input/responsive.js +20 -0
  1162. package/date-time-input/utils/format.js +10 -12
  1163. package/date-time-input/utils/index.js +1 -3
  1164. package/divider/Component.js +5 -7
  1165. package/divider/cssm/Component.js +5 -7
  1166. package/divider/cssm/index.js +1 -3
  1167. package/divider/esm/Component.js +1 -1
  1168. package/divider/esm/index.css +1 -1
  1169. package/divider/esm/index.js +1 -1
  1170. package/divider/index.css +1 -1
  1171. package/divider/index.js +1 -3
  1172. package/divider/modern/Component.js +1 -1
  1173. package/divider/modern/index.css +1 -1
  1174. package/divider/modern/index.js +1 -1
  1175. package/drawer/Component.js +10 -12
  1176. package/drawer/cssm/Component.js +34 -36
  1177. package/drawer/cssm/index.js +0 -2
  1178. package/drawer/esm/Component.js +2 -2
  1179. package/drawer/esm/index.css +21 -21
  1180. package/drawer/esm/index.js +1 -1
  1181. package/drawer/index.css +21 -21
  1182. package/drawer/index.js +0 -2
  1183. package/drawer/modern/Component.js +2 -2
  1184. package/drawer/modern/index.css +21 -21
  1185. package/drawer/modern/index.js +1 -1
  1186. package/dropzone/Component.js +7 -9
  1187. package/dropzone/components/index.js +1 -3
  1188. package/dropzone/components/overlay/Component.js +7 -9
  1189. package/dropzone/components/overlay/index.css +3 -3
  1190. package/dropzone/components/overlay/index.js +1 -3
  1191. package/dropzone/cssm/Component.js +12 -14
  1192. package/dropzone/cssm/components/index.js +1 -3
  1193. package/dropzone/cssm/components/overlay/Component.js +8 -10
  1194. package/dropzone/cssm/components/overlay/index.js +1 -3
  1195. package/dropzone/cssm/index.js +2 -4
  1196. package/dropzone/cssm/utils.js +0 -2
  1197. package/dropzone/esm/Component.js +2 -2
  1198. package/dropzone/esm/components/index.js +1 -1
  1199. package/dropzone/esm/components/overlay/Component.js +1 -1
  1200. package/dropzone/esm/components/overlay/index.css +3 -3
  1201. package/dropzone/esm/components/overlay/index.js +1 -1
  1202. package/dropzone/esm/index.css +6 -6
  1203. package/dropzone/esm/index.js +2 -2
  1204. package/dropzone/index.css +6 -6
  1205. package/dropzone/index.js +2 -4
  1206. package/dropzone/modern/Component.js +2 -2
  1207. package/dropzone/modern/components/index.js +1 -1
  1208. package/dropzone/modern/components/overlay/Component.js +1 -1
  1209. package/dropzone/modern/components/overlay/index.css +3 -3
  1210. package/dropzone/modern/components/overlay/index.js +1 -1
  1211. package/dropzone/modern/index.css +6 -6
  1212. package/dropzone/modern/index.js +2 -2
  1213. package/dropzone/utils.js +0 -2
  1214. package/file-upload-item/Component.js +23 -25
  1215. package/file-upload-item/cssm/Component.js +24 -26
  1216. package/file-upload-item/cssm/index.js +2 -4
  1217. package/file-upload-item/cssm/utils.js +1 -3
  1218. package/file-upload-item/esm/Component.js +3 -3
  1219. package/file-upload-item/esm/index.css +21 -21
  1220. package/file-upload-item/esm/index.js +1 -1
  1221. package/file-upload-item/esm/utils.js +1 -1
  1222. package/file-upload-item/index.css +21 -21
  1223. package/file-upload-item/index.js +2 -4
  1224. package/file-upload-item/modern/Component.js +5 -5
  1225. package/file-upload-item/modern/index.css +21 -21
  1226. package/file-upload-item/modern/index.js +4 -4
  1227. package/file-upload-item/utils.js +1 -3
  1228. package/filter-tag/Component.js +10 -12
  1229. package/filter-tag/cssm/Component.js +16 -18
  1230. package/filter-tag/cssm/index.js +0 -2
  1231. package/filter-tag/esm/Component.js +1 -1
  1232. package/filter-tag/esm/index.css +57 -57
  1233. package/filter-tag/esm/index.js +1 -1
  1234. package/filter-tag/index.css +57 -57
  1235. package/filter-tag/index.js +0 -2
  1236. package/filter-tag/modern/Component.js +1 -1
  1237. package/filter-tag/modern/index.css +57 -57
  1238. package/filter-tag/modern/index.js +1 -1
  1239. package/form-control/Component.js +20 -22
  1240. package/form-control/cssm/Component.js +30 -32
  1241. package/form-control/cssm/index.js +0 -2
  1242. package/form-control/default.css +18 -18
  1243. package/form-control/esm/Component.js +3 -3
  1244. package/form-control/esm/default.css +18 -18
  1245. package/form-control/esm/index.css +42 -42
  1246. package/form-control/esm/index.js +1 -1
  1247. package/form-control/esm/inverted.css +18 -18
  1248. package/form-control/index.css +42 -42
  1249. package/form-control/index.js +0 -2
  1250. package/form-control/inverted.css +18 -18
  1251. package/form-control/modern/Component.js +3 -3
  1252. package/form-control/modern/default.css +18 -18
  1253. package/form-control/modern/index.css +42 -42
  1254. package/form-control/modern/index.js +1 -1
  1255. package/form-control/modern/inverted.css +18 -18
  1256. package/gallery/Component.js +20 -22
  1257. package/gallery/components/header/Component.js +14 -16
  1258. package/gallery/components/header/buttons.js +10 -12
  1259. package/gallery/components/header/index.css +3 -3
  1260. package/gallery/components/header/index.js +5 -7
  1261. package/gallery/components/header-info-block/Component.js +9 -11
  1262. package/gallery/components/header-info-block/index.css +5 -5
  1263. package/gallery/components/header-info-block/index.js +2 -4
  1264. package/gallery/components/image-preview/Component.js +12 -14
  1265. package/gallery/components/image-preview/index.css +12 -12
  1266. package/gallery/components/image-preview/index.js +2 -4
  1267. package/gallery/components/image-preview/paths.js +0 -2
  1268. package/gallery/components/image-viewer/component.js +26 -28
  1269. package/gallery/components/image-viewer/index.css +19 -19
  1270. package/gallery/components/image-viewer/index.js +8 -10
  1271. package/gallery/components/image-viewer/paths.js +0 -2
  1272. package/gallery/components/image-viewer/slide.js +3 -5
  1273. package/gallery/components/index.js +10 -12
  1274. package/gallery/components/navigation-bar/Component.js +6 -8
  1275. package/gallery/components/navigation-bar/index.css +6 -6
  1276. package/gallery/components/navigation-bar/index.js +2 -4
  1277. package/gallery/context.js +0 -2
  1278. package/gallery/cssm/Component.js +22 -24
  1279. package/gallery/cssm/components/header/Component.js +15 -17
  1280. package/gallery/cssm/components/header/buttons.js +10 -12
  1281. package/gallery/cssm/components/header/index.js +5 -7
  1282. package/gallery/cssm/components/header-info-block/Component.js +9 -11
  1283. package/gallery/cssm/components/header-info-block/index.js +2 -4
  1284. package/gallery/cssm/components/image-preview/Component.js +14 -16
  1285. package/gallery/cssm/components/image-preview/index.js +2 -4
  1286. package/gallery/cssm/components/image-preview/paths.js +0 -2
  1287. package/gallery/cssm/components/image-viewer/component.js +29 -31
  1288. package/gallery/cssm/components/image-viewer/index.js +8 -10
  1289. package/gallery/cssm/components/image-viewer/paths.js +0 -2
  1290. package/gallery/cssm/components/image-viewer/slide.js +21 -23
  1291. package/gallery/cssm/components/index.js +11 -13
  1292. package/gallery/cssm/components/navigation-bar/Component.js +7 -9
  1293. package/gallery/cssm/components/navigation-bar/index.js +2 -4
  1294. package/gallery/cssm/context.js +0 -2
  1295. package/gallery/cssm/index.js +13 -15
  1296. package/gallery/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  1297. package/gallery/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  1298. package/gallery/cssm/utils/constants.js +0 -2
  1299. package/gallery/cssm/utils/index.js +0 -2
  1300. package/gallery/cssm/utils/split-filename.js +0 -2
  1301. package/gallery/cssm/utils/utils.d.ts +1 -1
  1302. package/gallery/cssm/utils/utils.js +2 -4
  1303. package/gallery/esm/Component.js +14 -14
  1304. package/gallery/esm/components/header/Component.js +6 -6
  1305. package/gallery/esm/components/header/buttons.js +1 -1
  1306. package/gallery/esm/components/header/index.css +3 -3
  1307. package/gallery/esm/components/header/index.js +6 -6
  1308. package/gallery/esm/components/header-info-block/Component.js +2 -2
  1309. package/gallery/esm/components/header-info-block/index.css +5 -5
  1310. package/gallery/esm/components/header-info-block/index.js +2 -2
  1311. package/gallery/esm/components/image-preview/Component.js +4 -4
  1312. package/gallery/esm/components/image-preview/index.css +12 -12
  1313. package/gallery/esm/components/image-preview/index.js +2 -2
  1314. package/gallery/esm/components/image-viewer/component.js +9 -9
  1315. package/gallery/esm/components/image-viewer/index.css +19 -19
  1316. package/gallery/esm/components/image-viewer/index.js +9 -9
  1317. package/gallery/esm/components/image-viewer/slide.js +3 -3
  1318. package/gallery/esm/components/index.js +13 -13
  1319. package/gallery/esm/components/navigation-bar/Component.js +2 -2
  1320. package/gallery/esm/components/navigation-bar/index.css +6 -6
  1321. package/gallery/esm/components/navigation-bar/index.js +4 -4
  1322. package/gallery/esm/index.css +3 -3
  1323. package/gallery/esm/index.js +14 -14
  1324. package/gallery/esm/{slide-ced61215.d.ts → slide-8e346f19.d.ts} +0 -0
  1325. package/gallery/esm/{slide-ced61215.js → slide-8e346f19.js} +4 -4
  1326. package/gallery/esm/{tslib.es6-3fefc787.d.ts → tslib.es6-fa71e962.d.ts} +0 -0
  1327. package/gallery/esm/{tslib.es6-3fefc787.js → tslib.es6-fa71e962.js} +0 -0
  1328. package/gallery/esm/utils/utils.d.ts +1 -1
  1329. package/gallery/esm/utils/utils.js +2 -2
  1330. package/gallery/index.css +3 -3
  1331. package/gallery/index.js +13 -15
  1332. package/gallery/modern/Component.js +14 -14
  1333. package/gallery/modern/components/header/Component.js +8 -8
  1334. package/gallery/modern/components/header/buttons.js +2 -2
  1335. package/gallery/modern/components/header/index.css +3 -3
  1336. package/gallery/modern/components/header/index.js +7 -7
  1337. package/gallery/modern/components/header-info-block/Component.js +2 -2
  1338. package/gallery/modern/components/header-info-block/index.css +5 -5
  1339. package/gallery/modern/components/header-info-block/index.js +2 -2
  1340. package/gallery/modern/components/image-preview/Component.js +1 -1
  1341. package/gallery/modern/components/image-preview/index.css +12 -12
  1342. package/gallery/modern/components/image-preview/index.js +1 -1
  1343. package/gallery/modern/components/image-viewer/component.js +3 -3
  1344. package/gallery/modern/components/image-viewer/index.css +19 -19
  1345. package/gallery/modern/components/image-viewer/index.js +5 -5
  1346. package/gallery/modern/components/image-viewer/slide.js +2 -2
  1347. package/gallery/modern/components/index.js +11 -11
  1348. package/gallery/modern/components/navigation-bar/Component.js +4 -4
  1349. package/gallery/modern/components/navigation-bar/index.css +6 -6
  1350. package/gallery/modern/components/navigation-bar/index.js +3 -3
  1351. package/gallery/modern/index.css +3 -3
  1352. package/gallery/modern/index.js +16 -16
  1353. package/gallery/modern/{slide-d03f32a8.d.ts → slide-87fc2658.d.ts} +0 -0
  1354. package/gallery/modern/{slide-d03f32a8.js → slide-87fc2658.js} +2 -2
  1355. package/gallery/modern/utils/utils.d.ts +1 -1
  1356. package/gallery/{slide-d487b591.d.ts → slide-c0784b7a.d.ts} +0 -0
  1357. package/gallery/slide-c0784b7a.js +47 -0
  1358. package/gallery/{tslib.es6-7523ca98.d.ts → tslib.es6-9a318bd4.d.ts} +0 -0
  1359. package/gallery/{tslib.es6-7523ca98.js → tslib.es6-9a318bd4.js} +0 -0
  1360. package/gallery/utils/constants.js +0 -2
  1361. package/gallery/utils/index.js +0 -2
  1362. package/gallery/utils/split-filename.js +0 -2
  1363. package/gallery/utils/utils.d.ts +1 -1
  1364. package/gallery/utils/utils.js +2 -4
  1365. package/gap/Component.js +5 -7
  1366. package/gap/cssm/Component.js +5 -7
  1367. package/gap/cssm/index.js +1 -3
  1368. package/gap/esm/Component.js +1 -1
  1369. package/gap/esm/index.css +30 -30
  1370. package/gap/esm/index.js +1 -1
  1371. package/gap/index.css +30 -30
  1372. package/gap/index.js +1 -3
  1373. package/gap/modern/Component.js +1 -1
  1374. package/gap/modern/index.css +30 -30
  1375. package/gap/modern/index.js +1 -1
  1376. package/global-store/GlobalStore.js +0 -2
  1377. package/global-store/ModalStore.js +0 -2
  1378. package/global-store/cssm/GlobalStore.js +0 -2
  1379. package/global-store/cssm/ModalStore.js +0 -2
  1380. package/global-store/cssm/index.d.ts +2 -1
  1381. package/global-store/cssm/index.js +1 -3
  1382. package/global-store/esm/index.d.ts +2 -1
  1383. package/global-store/esm/index.js +1 -1
  1384. package/global-store/index.d.ts +2 -1
  1385. package/global-store/index.js +1 -3
  1386. package/global-store/modern/index.d.ts +2 -1
  1387. package/global-store/modern/index.js +1 -1
  1388. package/grid/Component.js +3 -5
  1389. package/grid/col/Component.js +7 -9
  1390. package/grid/col/index.css +511 -511
  1391. package/grid/col/index.js +2 -4
  1392. package/grid/cssm/Component.js +3 -5
  1393. package/grid/cssm/col/Component.js +10 -12
  1394. package/grid/cssm/col/index.js +2 -4
  1395. package/grid/cssm/index.js +4 -6
  1396. package/grid/cssm/row/Component.js +11 -13
  1397. package/grid/cssm/row/index.js +2 -4
  1398. package/grid/cssm/{tslib.es6-79ae6966.d.ts → tslib.es6-fddeadfc.d.ts} +0 -0
  1399. package/grid/cssm/{tslib.es6-79ae6966.js → tslib.es6-fddeadfc.js} +0 -0
  1400. package/grid/cssm/utils/index.js +3 -5
  1401. package/grid/esm/Component.js +3 -3
  1402. package/grid/esm/col/Component.js +3 -3
  1403. package/grid/esm/col/index.css +511 -511
  1404. package/grid/esm/col/index.js +2 -2
  1405. package/grid/esm/gutters.css +78 -78
  1406. package/grid/esm/{gutters.module-62f99282.d.ts → gutters.module-58b94825.d.ts} +0 -0
  1407. package/grid/esm/gutters.module-58b94825.js +30 -0
  1408. package/grid/esm/index.js +4 -4
  1409. package/grid/esm/row/Component.js +2 -2
  1410. package/grid/esm/row/index.css +9 -9
  1411. package/grid/esm/row/index.js +2 -2
  1412. package/grid/esm/utils/index.js +3 -3
  1413. package/grid/gutters.css +78 -78
  1414. package/grid/{gutters.module-ecd24c6e.d.ts → gutters.module-0f8ef8d2.d.ts} +0 -0
  1415. package/grid/gutters.module-0f8ef8d2.js +31 -0
  1416. package/grid/index.js +3 -5
  1417. package/grid/modern/Component.js +3 -3
  1418. package/grid/modern/col/Component.js +2 -2
  1419. package/grid/modern/col/index.css +511 -511
  1420. package/grid/modern/col/index.js +2 -2
  1421. package/grid/modern/gutters.css +78 -78
  1422. package/grid/modern/gutters.module-b27514a5.js +4 -0
  1423. package/grid/modern/index.js +4 -4
  1424. package/grid/modern/row/Component.js +2 -2
  1425. package/grid/modern/row/index.css +9 -9
  1426. package/grid/modern/row/index.js +2 -2
  1427. package/grid/row/Component.js +6 -8
  1428. package/grid/row/index.css +9 -9
  1429. package/grid/row/index.js +2 -4
  1430. package/grid/utils/index.js +3 -5
  1431. package/hatching-progress-bar/Component.js +8 -10
  1432. package/hatching-progress-bar/cssm/Component.js +8 -10
  1433. package/hatching-progress-bar/cssm/index.js +1 -3
  1434. package/hatching-progress-bar/esm/Component.js +3 -3
  1435. package/hatching-progress-bar/esm/index.css +11 -11
  1436. package/hatching-progress-bar/esm/index.js +1 -1
  1437. package/hatching-progress-bar/index.css +11 -11
  1438. package/hatching-progress-bar/index.js +1 -3
  1439. package/hatching-progress-bar/modern/Component.js +1 -1
  1440. package/hatching-progress-bar/modern/index.css +11 -11
  1441. package/hatching-progress-bar/modern/index.js +1 -1
  1442. package/icon-button/Component.js +9 -11
  1443. package/icon-button/cssm/Component.js +11 -13
  1444. package/icon-button/cssm/index.js +0 -2
  1445. package/icon-button/default.css +23 -23
  1446. package/icon-button/esm/Component.js +3 -3
  1447. package/icon-button/esm/default.css +23 -23
  1448. package/icon-button/esm/index.css +6 -6
  1449. package/icon-button/esm/index.js +1 -1
  1450. package/icon-button/esm/inverted.css +23 -23
  1451. package/icon-button/index.css +6 -6
  1452. package/icon-button/index.js +0 -2
  1453. package/icon-button/inverted.css +23 -23
  1454. package/icon-button/modern/Component.js +3 -3
  1455. package/icon-button/modern/default.css +23 -23
  1456. package/icon-button/modern/index.css +6 -6
  1457. package/icon-button/modern/index.js +1 -1
  1458. package/icon-button/modern/inverted.css +23 -23
  1459. package/icon-view/circle.js +3 -5
  1460. package/icon-view/components/base-shape/component.js +19 -21
  1461. package/icon-view/components/base-shape/index.css +29 -29
  1462. package/icon-view/components/base-shape/index.js +1 -3
  1463. package/icon-view/components/base-shape/utils.js +0 -2
  1464. package/icon-view/components/circle/component.js +6 -8
  1465. package/icon-view/components/circle/index.js +3 -5
  1466. package/icon-view/components/circle/paths.js +0 -2
  1467. package/icon-view/components/index.js +7 -9
  1468. package/icon-view/components/super-ellipse/component.js +6 -8
  1469. package/icon-view/components/super-ellipse/index.js +3 -5
  1470. package/icon-view/components/super-ellipse/paths.js +0 -2
  1471. package/icon-view/cssm/circle.js +3 -5
  1472. package/icon-view/cssm/components/base-shape/component.js +19 -21
  1473. package/icon-view/cssm/components/base-shape/index.js +1 -3
  1474. package/icon-view/cssm/components/base-shape/utils.js +0 -2
  1475. package/icon-view/cssm/components/circle/component.js +6 -8
  1476. package/icon-view/cssm/components/circle/index.js +3 -5
  1477. package/icon-view/cssm/components/circle/paths.js +0 -2
  1478. package/icon-view/cssm/components/index.js +7 -9
  1479. package/icon-view/cssm/components/super-ellipse/component.js +6 -8
  1480. package/icon-view/cssm/components/super-ellipse/index.js +3 -5
  1481. package/icon-view/cssm/components/super-ellipse/paths.js +0 -2
  1482. package/icon-view/cssm/super-ellipse.js +3 -5
  1483. package/icon-view/cssm/{tslib.es6-0de342ae.d.ts → tslib.es6-19b064c1.d.ts} +0 -0
  1484. package/icon-view/cssm/{tslib.es6-0de342ae.js → tslib.es6-19b064c1.js} +0 -0
  1485. package/icon-view/esm/circle.js +4 -4
  1486. package/icon-view/esm/components/base-shape/component.js +5 -5
  1487. package/icon-view/esm/components/base-shape/index.css +29 -29
  1488. package/icon-view/esm/components/base-shape/index.js +1 -1
  1489. package/icon-view/esm/components/circle/component.js +3 -3
  1490. package/icon-view/esm/components/circle/index.js +4 -4
  1491. package/icon-view/esm/components/index.js +5 -5
  1492. package/icon-view/esm/components/super-ellipse/component.js +3 -3
  1493. package/icon-view/esm/components/super-ellipse/index.js +4 -4
  1494. package/icon-view/esm/super-ellipse.js +4 -4
  1495. package/icon-view/esm/{tslib.es6-3885b0b0.d.ts → tslib.es6-bc71ab2b.d.ts} +0 -0
  1496. package/icon-view/esm/{tslib.es6-3885b0b0.js → tslib.es6-bc71ab2b.js} +0 -0
  1497. package/icon-view/modern/circle.js +3 -3
  1498. package/icon-view/modern/components/base-shape/component.js +1 -1
  1499. package/icon-view/modern/components/base-shape/index.css +29 -29
  1500. package/icon-view/modern/components/base-shape/index.js +1 -1
  1501. package/icon-view/modern/components/circle/component.js +2 -2
  1502. package/icon-view/modern/components/circle/index.js +3 -3
  1503. package/icon-view/modern/components/index.js +4 -4
  1504. package/icon-view/modern/components/super-ellipse/component.js +2 -2
  1505. package/icon-view/modern/components/super-ellipse/index.js +3 -3
  1506. package/icon-view/modern/super-ellipse.js +3 -3
  1507. package/icon-view/super-ellipse.js +3 -5
  1508. package/icon-view/{tslib.es6-ee50564e.d.ts → tslib.es6-e6648da0.d.ts} +0 -0
  1509. package/icon-view/{tslib.es6-ee50564e.js → tslib.es6-e6648da0.js} +0 -0
  1510. package/input/Component.js +18 -20
  1511. package/input/cssm/Component.js +24 -26
  1512. package/input/cssm/index.js +0 -2
  1513. package/input/default.css +10 -10
  1514. package/input/esm/Component.js +3 -3
  1515. package/input/esm/default.css +10 -10
  1516. package/input/esm/index.css +40 -40
  1517. package/input/esm/index.js +1 -1
  1518. package/input/esm/inverted.css +10 -10
  1519. package/input/index.css +40 -40
  1520. package/input/index.js +0 -2
  1521. package/input/inverted.css +10 -10
  1522. package/input/modern/Component.js +5 -5
  1523. package/input/modern/default.css +10 -10
  1524. package/input/modern/index.css +40 -40
  1525. package/input/modern/index.js +3 -3
  1526. package/input/modern/inverted.css +10 -10
  1527. package/input-autocomplete/Component-7ca84eff.d.ts +3 -2
  1528. package/input-autocomplete/{Component.d.ts → Component.desktop.d.ts} +3 -3
  1529. package/input-autocomplete/{Component.js → Component.desktop.js} +8 -10
  1530. package/input-autocomplete/Component.mobile.d.ts +2 -2
  1531. package/input-autocomplete/Component.mobile.js +23 -18
  1532. package/input-autocomplete/Component.responsive.d.ts +13 -0
  1533. package/input-autocomplete/Component.responsive.js +29 -0
  1534. package/input-autocomplete/autocomplete-field/Component.d.ts +2 -2
  1535. package/input-autocomplete/autocomplete-field/Component.js +9 -11
  1536. package/input-autocomplete/autocomplete-field/index.css +2 -2
  1537. package/input-autocomplete/autocomplete-field/index.js +2 -4
  1538. package/input-autocomplete/autocomplete-mobile-field/Component.js +12 -14
  1539. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  1540. package/input-autocomplete/autocomplete-mobile-field/index.js +2 -4
  1541. package/input-autocomplete/cssm/Component-7ca84eff.d.ts +3 -2
  1542. package/input-autocomplete/cssm/{Component.d.ts → Component.desktop.d.ts} +7 -7
  1543. package/input-autocomplete/cssm/{Component.js → Component.desktop.js} +8 -10
  1544. package/input-autocomplete/cssm/Component.mobile.d.ts +2 -2
  1545. package/input-autocomplete/cssm/Component.mobile.js +24 -19
  1546. package/input-autocomplete/cssm/Component.responsive.d.ts +13 -0
  1547. package/input-autocomplete/cssm/Component.responsive.js +32 -0
  1548. package/input-autocomplete/cssm/autocomplete-field/Component.d.ts +2 -2
  1549. package/input-autocomplete/cssm/autocomplete-field/Component.js +10 -12
  1550. package/input-autocomplete/cssm/autocomplete-field/index.js +2 -4
  1551. package/input-autocomplete/cssm/autocomplete-mobile-field/Component.js +14 -16
  1552. package/input-autocomplete/cssm/autocomplete-mobile-field/index.js +2 -4
  1553. package/input-autocomplete/cssm/desktop.d.ts +2 -0
  1554. package/input-autocomplete/cssm/desktop.js +13 -0
  1555. package/input-autocomplete/cssm/getDataTestId-3fe0d3e6.d.ts +1 -1
  1556. package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +3 -2
  1557. package/input-autocomplete/cssm/index.d.ts +2 -1
  1558. package/input-autocomplete/cssm/index.js +15 -7
  1559. package/input-autocomplete/cssm/mobile.d.ts +1 -0
  1560. package/input-autocomplete/cssm/mobile.js +3 -5
  1561. package/input-autocomplete/cssm/responsive.d.ts +2 -0
  1562. package/input-autocomplete/cssm/responsive.js +22 -0
  1563. package/input-autocomplete/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  1564. package/input-autocomplete/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  1565. package/input-autocomplete/desktop.d.ts +2 -0
  1566. package/input-autocomplete/desktop.js +12 -0
  1567. package/input-autocomplete/esm/Component-7ca84eff.d.ts +3 -2
  1568. package/input-autocomplete/esm/{Component.d.ts → Component.desktop.d.ts} +7 -7
  1569. package/input-autocomplete/esm/{Component.js → Component.desktop.js} +5 -5
  1570. package/input-autocomplete/esm/Component.mobile.d.ts +2 -2
  1571. package/input-autocomplete/esm/Component.mobile.js +16 -9
  1572. package/input-autocomplete/esm/Component.responsive.d.ts +13 -0
  1573. package/input-autocomplete/esm/Component.responsive.js +25 -0
  1574. package/input-autocomplete/esm/autocomplete-field/Component.d.ts +2 -2
  1575. package/input-autocomplete/esm/autocomplete-field/Component.js +2 -2
  1576. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  1577. package/input-autocomplete/esm/autocomplete-field/index.js +2 -2
  1578. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +4 -4
  1579. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  1580. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +2 -2
  1581. package/input-autocomplete/esm/desktop.d.ts +2 -0
  1582. package/input-autocomplete/esm/desktop.js +8 -0
  1583. package/input-autocomplete/esm/getDataTestId-3fe0d3e6.d.ts +1 -1
  1584. package/input-autocomplete/esm/index-bdb4c6b9.d.ts +3 -2
  1585. package/input-autocomplete/esm/index.d.ts +2 -1
  1586. package/input-autocomplete/esm/index.js +11 -4
  1587. package/input-autocomplete/esm/mobile.css +4 -4
  1588. package/input-autocomplete/esm/mobile.d.ts +1 -0
  1589. package/input-autocomplete/esm/mobile.js +5 -5
  1590. package/input-autocomplete/esm/responsive.d.ts +2 -0
  1591. package/input-autocomplete/esm/responsive.js +15 -0
  1592. package/input-autocomplete/esm/{tslib.es6-25ddc558.d.ts → tslib.es6-4587d140.d.ts} +0 -0
  1593. package/input-autocomplete/esm/{tslib.es6-25ddc558.js → tslib.es6-4587d140.js} +0 -0
  1594. package/input-autocomplete/getDataTestId-3fe0d3e6.d.ts +1 -1
  1595. package/input-autocomplete/index-bdb4c6b9.d.ts +3 -2
  1596. package/input-autocomplete/index.d.ts +2 -1
  1597. package/input-autocomplete/index.js +13 -7
  1598. package/input-autocomplete/mobile.css +4 -4
  1599. package/input-autocomplete/mobile.d.ts +1 -0
  1600. package/input-autocomplete/mobile.js +3 -5
  1601. package/input-autocomplete/modern/Component-7ca84eff.d.ts +3 -2
  1602. package/input-autocomplete/modern/{Component.d.ts → Component.desktop.d.ts} +7 -7
  1603. package/input-autocomplete/modern/Component.desktop.js +17 -0
  1604. package/input-autocomplete/modern/Component.mobile.d.ts +2 -2
  1605. package/input-autocomplete/modern/Component.mobile.js +15 -8
  1606. package/input-autocomplete/modern/Component.responsive.d.ts +13 -0
  1607. package/input-autocomplete/modern/Component.responsive.js +23 -0
  1608. package/input-autocomplete/modern/autocomplete-field/Component.d.ts +2 -2
  1609. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  1610. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  1611. package/input-autocomplete/modern/autocomplete-field/index.js +1 -1
  1612. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +3 -3
  1613. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  1614. package/input-autocomplete/modern/autocomplete-mobile-field/index.js +2 -2
  1615. package/input-autocomplete/modern/desktop.d.ts +2 -0
  1616. package/input-autocomplete/modern/desktop.js +7 -0
  1617. package/input-autocomplete/modern/getDataTestId-3fe0d3e6.d.ts +1 -1
  1618. package/input-autocomplete/modern/index-bdb4c6b9.d.ts +3 -2
  1619. package/input-autocomplete/modern/index.d.ts +2 -1
  1620. package/input-autocomplete/modern/index.js +10 -3
  1621. package/input-autocomplete/modern/mobile.css +4 -4
  1622. package/input-autocomplete/modern/mobile.d.ts +1 -0
  1623. package/input-autocomplete/modern/mobile.js +4 -4
  1624. package/input-autocomplete/modern/responsive.d.ts +2 -0
  1625. package/input-autocomplete/modern/responsive.js +14 -0
  1626. package/input-autocomplete/responsive.d.ts +2 -0
  1627. package/input-autocomplete/responsive.js +19 -0
  1628. package/input-autocomplete/{tslib.es6-f5eef9d9.d.ts → tslib.es6-89e6fcc2.d.ts} +0 -0
  1629. package/input-autocomplete/{tslib.es6-f5eef9d9.js → tslib.es6-89e6fcc2.js} +0 -0
  1630. package/intl-phone-input/{component-03cdce66.d.ts → component-7910cc84.d.ts} +0 -0
  1631. package/intl-phone-input/{component-03cdce66.js → component-7910cc84.js} +12 -12
  1632. package/intl-phone-input/component.d.ts +1 -1
  1633. package/intl-phone-input/component.js +20 -22
  1634. package/intl-phone-input/components/flag-icon/component.js +5 -7
  1635. package/intl-phone-input/components/flag-icon/flagSprite.js +0 -2
  1636. package/intl-phone-input/components/flag-icon/index.css +3 -3
  1637. package/intl-phone-input/components/flag-icon/index.js +1 -3
  1638. package/intl-phone-input/components/index.js +5 -7
  1639. package/intl-phone-input/components/select/component.js +17 -19
  1640. package/intl-phone-input/components/select/index.css +6 -6
  1641. package/intl-phone-input/components/select/index.js +5 -7
  1642. package/intl-phone-input/components/select-field/component.js +4 -6
  1643. package/intl-phone-input/components/select-field/index.css +9 -9
  1644. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  1645. package/intl-phone-input/components/select-field/index.js +4 -6
  1646. package/intl-phone-input/cssm/{component-1eeab8e9.d.ts → component-01884de0.d.ts} +0 -0
  1647. package/intl-phone-input/cssm/{component-1eeab8e9.js → component-01884de0.js} +14 -14
  1648. package/intl-phone-input/cssm/component.d.ts +1 -1
  1649. package/intl-phone-input/cssm/component.js +22 -24
  1650. package/intl-phone-input/cssm/components/flag-icon/component.js +5 -7
  1651. package/intl-phone-input/cssm/components/flag-icon/flagSprite.js +0 -2
  1652. package/intl-phone-input/cssm/components/flag-icon/index.js +1 -3
  1653. package/intl-phone-input/cssm/components/index.js +6 -8
  1654. package/intl-phone-input/cssm/components/select/component.js +19 -21
  1655. package/intl-phone-input/cssm/components/select/index.js +5 -7
  1656. package/intl-phone-input/cssm/components/select-field/component.js +5 -7
  1657. package/intl-phone-input/cssm/components/select-field/index.d.ts +1 -1
  1658. package/intl-phone-input/cssm/components/select-field/index.js +4 -6
  1659. package/intl-phone-input/cssm/index.js +10 -12
  1660. package/intl-phone-input/cssm/{libphonenumber-js.min-903db150.d.ts → libphonenumber-js.min-e2e76e74.d.ts} +0 -0
  1661. package/intl-phone-input/cssm/{libphonenumber-js.min-903db150.js → libphonenumber-js.min-e2e76e74.js} +0 -0
  1662. package/intl-phone-input/cssm/useCaretAvoidCountryCode.js +0 -2
  1663. package/intl-phone-input/cssm/utils/calculateCaretPos.js +0 -2
  1664. package/intl-phone-input/cssm/utils/format-phone-with-unclearable-country-code.js +2 -4
  1665. package/intl-phone-input/cssm/utils/preparePasteData.js +7 -9
  1666. package/intl-phone-input/esm/{component-c0cd7278.d.ts → component-432b3fc0.d.ts} +0 -0
  1667. package/intl-phone-input/esm/{component-c0cd7278.js → component-432b3fc0.js} +4 -4
  1668. package/intl-phone-input/esm/component.d.ts +1 -1
  1669. package/intl-phone-input/esm/component.js +19 -19
  1670. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  1671. package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
  1672. package/intl-phone-input/esm/components/flag-icon/index.js +1 -1
  1673. package/intl-phone-input/esm/components/index.js +6 -6
  1674. package/intl-phone-input/esm/components/select/component.js +6 -6
  1675. package/intl-phone-input/esm/components/select/index.css +6 -6
  1676. package/intl-phone-input/esm/components/select/index.js +5 -5
  1677. package/intl-phone-input/esm/components/select-field/component.js +4 -4
  1678. package/intl-phone-input/esm/components/select-field/index.css +9 -9
  1679. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  1680. package/intl-phone-input/esm/components/select-field/index.js +4 -4
  1681. package/intl-phone-input/esm/index.css +5 -5
  1682. package/intl-phone-input/esm/index.js +7 -7
  1683. package/intl-phone-input/esm/{libphonenumber-js.min-640ad7bb.d.ts → libphonenumber-js.min-90652dfc.d.ts} +0 -0
  1684. package/intl-phone-input/esm/{libphonenumber-js.min-640ad7bb.js → libphonenumber-js.min-90652dfc.js} +0 -0
  1685. package/intl-phone-input/esm/utils/format-phone-with-unclearable-country-code.js +2 -2
  1686. package/intl-phone-input/esm/utils/preparePasteData.js +7 -7
  1687. package/intl-phone-input/index.css +5 -5
  1688. package/intl-phone-input/index.js +8 -10
  1689. package/intl-phone-input/{libphonenumber-js.min-56f9a5b2.d.ts → libphonenumber-js.min-7545e519.d.ts} +0 -0
  1690. package/intl-phone-input/{libphonenumber-js.min-56f9a5b2.js → libphonenumber-js.min-7545e519.js} +0 -0
  1691. package/intl-phone-input/modern/component.d.ts +1 -1
  1692. package/intl-phone-input/modern/component.js +8 -8
  1693. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  1694. package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
  1695. package/intl-phone-input/modern/components/flag-icon/index.js +1 -1
  1696. package/intl-phone-input/modern/components/index.js +6 -6
  1697. package/intl-phone-input/modern/components/select/component.js +5 -5
  1698. package/intl-phone-input/modern/components/select/index.css +6 -6
  1699. package/intl-phone-input/modern/components/select/index.js +5 -5
  1700. package/intl-phone-input/modern/components/select-field/component.js +4 -4
  1701. package/intl-phone-input/modern/components/select-field/index.css +9 -9
  1702. package/intl-phone-input/modern/components/select-field/index.js +4 -4
  1703. package/intl-phone-input/modern/index.css +5 -5
  1704. package/intl-phone-input/modern/index.js +8 -8
  1705. package/intl-phone-input/modern/{libphonenumber-js.min-640ad7bb.d.ts → libphonenumber-js.min-90652dfc.d.ts} +0 -0
  1706. package/intl-phone-input/modern/{libphonenumber-js.min-640ad7bb.js → libphonenumber-js.min-90652dfc.js} +0 -0
  1707. package/intl-phone-input/useCaretAvoidCountryCode.js +0 -2
  1708. package/intl-phone-input/utils/calculateCaretPos.js +0 -2
  1709. package/intl-phone-input/utils/format-phone-with-unclearable-country-code.js +2 -4
  1710. package/intl-phone-input/utils/preparePasteData.js +7 -9
  1711. package/keyboard-focusable/Component.js +0 -2
  1712. package/keyboard-focusable/cssm/Component.js +0 -2
  1713. package/keyboard-focusable/cssm/index.js +1 -3
  1714. package/keyboard-focusable/esm/index.js +1 -1
  1715. package/keyboard-focusable/index.js +1 -3
  1716. package/keyboard-focusable/modern/index.js +1 -1
  1717. package/link/Component.js +13 -15
  1718. package/link/cssm/Component.js +19 -21
  1719. package/link/cssm/index.js +0 -2
  1720. package/link/default.css +9 -9
  1721. package/link/esm/Component.js +3 -3
  1722. package/link/esm/default.css +9 -9
  1723. package/link/esm/index.css +13 -13
  1724. package/link/esm/index.js +1 -1
  1725. package/link/esm/inverted.css +9 -9
  1726. package/link/index.css +13 -13
  1727. package/link/index.js +0 -2
  1728. package/link/inverted.css +9 -9
  1729. package/link/modern/Component.js +3 -3
  1730. package/link/modern/default.css +9 -9
  1731. package/link/modern/index.css +13 -13
  1732. package/link/modern/index.js +1 -1
  1733. package/link/modern/inverted.css +9 -9
  1734. package/list/Component.js +8 -10
  1735. package/list/cssm/Component.js +13 -15
  1736. package/list/cssm/index.js +1 -3
  1737. package/list/cssm/presets.js +0 -2
  1738. package/list/esm/Component.js +1 -1
  1739. package/list/esm/index.css +9 -9
  1740. package/list/esm/index.js +2 -2
  1741. package/list/index.css +9 -9
  1742. package/list/index.js +1 -3
  1743. package/list/modern/Component.js +1 -1
  1744. package/list/modern/index.css +9 -9
  1745. package/list/modern/index.js +2 -2
  1746. package/list/presets.js +0 -2
  1747. package/list-header/Component.js +7 -9
  1748. package/list-header/cssm/Component.js +7 -9
  1749. package/list-header/cssm/index.js +1 -3
  1750. package/list-header/esm/Component.js +2 -2
  1751. package/list-header/esm/index.css +3 -3
  1752. package/list-header/esm/index.js +1 -1
  1753. package/list-header/index.css +3 -3
  1754. package/list-header/index.js +1 -3
  1755. package/list-header/modern/Component.js +1 -1
  1756. package/list-header/modern/index.css +3 -3
  1757. package/list-header/modern/index.js +1 -1
  1758. package/loader/Component.js +8 -10
  1759. package/loader/cssm/Component.js +8 -10
  1760. package/loader/cssm/index.js +1 -3
  1761. package/loader/esm/Component.js +1 -1
  1762. package/loader/esm/index.css +7 -7
  1763. package/loader/esm/index.js +1 -1
  1764. package/loader/index.css +7 -7
  1765. package/loader/index.js +1 -3
  1766. package/loader/modern/Component.js +1 -1
  1767. package/loader/modern/index.css +7 -7
  1768. package/loader/modern/index.js +1 -1
  1769. package/masked-input/Component.js +7 -9
  1770. package/masked-input/cssm/Component.js +7 -9
  1771. package/masked-input/cssm/index.js +0 -2
  1772. package/masked-input/esm/Component.js +1 -1
  1773. package/masked-input/esm/index.css +1 -1
  1774. package/masked-input/esm/index.js +1 -1
  1775. package/masked-input/index.css +1 -1
  1776. package/masked-input/index.js +0 -2
  1777. package/masked-input/modern/Component.js +1 -1
  1778. package/masked-input/modern/index.css +1 -1
  1779. package/masked-input/modern/index.js +1 -1
  1780. package/modal/Component.desktop.d.ts +2 -1
  1781. package/modal/Component.desktop.js +10 -12
  1782. package/modal/Component.js +16 -18
  1783. package/modal/Component.mobile.js +10 -12
  1784. package/modal/Component.responsive.d.ts +2 -1
  1785. package/modal/Component.responsive.js +13 -15
  1786. package/modal/Context.js +0 -2
  1787. package/modal/ResponsiveContext.js +3 -5
  1788. package/modal/components/closer/Component.js +8 -10
  1789. package/modal/components/closer/index.css +4 -4
  1790. package/modal/components/content/Component.js +8 -10
  1791. package/modal/components/content/desktop.css +8 -8
  1792. package/modal/components/content/index.css +3 -3
  1793. package/modal/components/content/mobile.css +3 -3
  1794. package/modal/components/footer/Component.js +9 -11
  1795. package/modal/components/footer/desktop.css +9 -9
  1796. package/modal/components/footer/index.css +4 -4
  1797. package/modal/components/footer/layout.css +25 -25
  1798. package/modal/components/footer/mobile.css +3 -3
  1799. package/modal/components/header/Component.js +19 -21
  1800. package/modal/components/header/desktop.css +17 -17
  1801. package/modal/components/header/index.css +15 -15
  1802. package/modal/components/header/mobile.css +3 -3
  1803. package/modal/cssm/Component.desktop.d.ts +2 -1
  1804. package/modal/cssm/Component.desktop.js +10 -12
  1805. package/modal/cssm/Component.js +19 -21
  1806. package/modal/cssm/Component.mobile.js +10 -12
  1807. package/modal/cssm/Component.responsive.d.ts +2 -1
  1808. package/modal/cssm/Component.responsive.js +13 -15
  1809. package/modal/cssm/Context.js +0 -2
  1810. package/modal/cssm/ResponsiveContext.js +3 -5
  1811. package/modal/cssm/components/closer/Component.js +9 -11
  1812. package/modal/cssm/components/content/Component.js +11 -13
  1813. package/modal/cssm/components/footer/Component.js +16 -18
  1814. package/modal/cssm/components/header/Component.js +31 -33
  1815. package/modal/cssm/desktop.d.ts +1 -0
  1816. package/modal/cssm/desktop.js +8 -10
  1817. package/modal/cssm/index.js +11 -13
  1818. package/modal/cssm/mobile.d.ts +1 -0
  1819. package/modal/cssm/mobile.js +8 -10
  1820. package/modal/cssm/responsive.d.ts +1 -0
  1821. package/modal/cssm/responsive.js +9 -11
  1822. package/modal/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  1823. package/modal/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  1824. package/modal/cssm/utils.js +1 -3
  1825. package/modal/desktop.css +9 -9
  1826. package/modal/desktop.d.ts +1 -0
  1827. package/modal/desktop.js +7 -9
  1828. package/modal/esm/Component.desktop.d.ts +2 -1
  1829. package/modal/esm/Component.desktop.js +7 -7
  1830. package/modal/esm/Component.js +6 -6
  1831. package/modal/esm/Component.mobile.js +7 -7
  1832. package/modal/esm/Component.responsive.d.ts +2 -1
  1833. package/modal/esm/Component.responsive.js +10 -10
  1834. package/modal/esm/components/closer/Component.js +3 -3
  1835. package/modal/esm/components/closer/index.css +4 -4
  1836. package/modal/esm/components/content/Component.js +4 -4
  1837. package/modal/esm/components/content/desktop.css +8 -8
  1838. package/modal/esm/components/content/index.css +3 -3
  1839. package/modal/esm/components/content/mobile.css +3 -3
  1840. package/modal/esm/components/footer/Component.js +6 -6
  1841. package/modal/esm/components/footer/desktop.css +9 -9
  1842. package/modal/esm/components/footer/index.css +4 -4
  1843. package/modal/esm/components/footer/layout.css +25 -25
  1844. package/modal/esm/components/footer/mobile.css +3 -3
  1845. package/modal/esm/components/header/Component.js +11 -11
  1846. package/modal/esm/components/header/desktop.css +17 -17
  1847. package/modal/esm/components/header/index.css +15 -15
  1848. package/modal/esm/components/header/mobile.css +3 -3
  1849. package/modal/esm/desktop.css +9 -9
  1850. package/modal/esm/desktop.d.ts +1 -0
  1851. package/modal/esm/desktop.js +7 -7
  1852. package/modal/esm/index.js +8 -8
  1853. package/modal/esm/mobile.css +2 -2
  1854. package/modal/esm/mobile.d.ts +1 -0
  1855. package/modal/esm/mobile.js +7 -7
  1856. package/modal/esm/responsive.d.ts +1 -0
  1857. package/modal/esm/responsive.js +8 -8
  1858. package/modal/esm/transitions.css +8 -8
  1859. package/modal/esm/{tslib.es6-ca6a623c.d.ts → tslib.es6-7d064f08.d.ts} +0 -0
  1860. package/modal/esm/{tslib.es6-ca6a623c.js → tslib.es6-7d064f08.js} +0 -0
  1861. package/modal/esm/utils.js +1 -1
  1862. package/modal/index.js +9 -11
  1863. package/modal/mobile.css +2 -2
  1864. package/modal/mobile.d.ts +1 -0
  1865. package/modal/mobile.js +7 -9
  1866. package/modal/modern/Component.desktop.d.ts +2 -1
  1867. package/modal/modern/Component.desktop.js +8 -8
  1868. package/modal/modern/Component.js +4 -4
  1869. package/modal/modern/Component.mobile.js +8 -8
  1870. package/modal/modern/Component.responsive.d.ts +2 -1
  1871. package/modal/modern/Component.responsive.js +8 -8
  1872. package/modal/modern/components/closer/Component.js +3 -3
  1873. package/modal/modern/components/closer/index.css +4 -4
  1874. package/modal/modern/components/content/Component.js +4 -4
  1875. package/modal/modern/components/content/desktop.css +8 -8
  1876. package/modal/modern/components/content/index.css +3 -3
  1877. package/modal/modern/components/content/mobile.css +3 -3
  1878. package/modal/modern/components/footer/Component.js +5 -5
  1879. package/modal/modern/components/footer/desktop.css +9 -9
  1880. package/modal/modern/components/footer/index.css +4 -4
  1881. package/modal/modern/components/footer/layout.css +25 -25
  1882. package/modal/modern/components/footer/mobile.css +3 -3
  1883. package/modal/modern/components/header/Component.js +7 -7
  1884. package/modal/modern/components/header/desktop.css +17 -17
  1885. package/modal/modern/components/header/index.css +15 -15
  1886. package/modal/modern/components/header/mobile.css +3 -3
  1887. package/modal/modern/desktop.css +9 -9
  1888. package/modal/modern/desktop.d.ts +1 -0
  1889. package/modal/modern/desktop.js +7 -7
  1890. package/modal/modern/index.js +8 -8
  1891. package/modal/modern/mobile.css +2 -2
  1892. package/modal/modern/mobile.d.ts +1 -0
  1893. package/modal/modern/mobile.js +7 -7
  1894. package/modal/modern/responsive.d.ts +1 -0
  1895. package/modal/modern/responsive.js +8 -8
  1896. package/modal/modern/transitions.css +8 -8
  1897. package/modal/responsive.d.ts +1 -0
  1898. package/modal/responsive.js +8 -10
  1899. package/modal/transitions.css +8 -8
  1900. package/modal/{tslib.es6-233988fa.d.ts → tslib.es6-6b3a93a9.d.ts} +0 -0
  1901. package/modal/{tslib.es6-233988fa.js → tslib.es6-6b3a93a9.js} +0 -0
  1902. package/modal/utils.js +1 -3
  1903. package/mq/Component.js +5 -7
  1904. package/mq/cssm/Component.js +5 -7
  1905. package/mq/cssm/index.js +4 -6
  1906. package/mq/cssm/useMatchMedia.js +0 -2
  1907. package/mq/cssm/utils.js +0 -2
  1908. package/mq/esm/Component.js +2 -2
  1909. package/mq/esm/index.js +2 -2
  1910. package/mq/index.js +4 -6
  1911. package/mq/modern/Component.js +2 -2
  1912. package/mq/modern/index.js +2 -2
  1913. package/mq/modern/utils.js +1 -1
  1914. package/mq/useMatchMedia.js +0 -2
  1915. package/mq/utils.js +0 -2
  1916. package/notification/Component.d.ts +3 -3
  1917. package/notification/Component.js +13 -15
  1918. package/notification/cssm/Component.d.ts +3 -3
  1919. package/notification/cssm/Component.js +15 -17
  1920. package/notification/cssm/index.js +0 -2
  1921. package/notification/cssm/utils/index.js +3 -5
  1922. package/notification/esm/Component.d.ts +3 -3
  1923. package/notification/esm/Component.js +2 -2
  1924. package/notification/esm/index.css +7 -7
  1925. package/notification/esm/index.js +1 -1
  1926. package/notification/index.css +7 -7
  1927. package/notification/index.js +0 -2
  1928. package/notification/modern/Component.d.ts +3 -3
  1929. package/notification/modern/Component.js +2 -2
  1930. package/notification/modern/index.css +7 -7
  1931. package/notification/modern/index.js +1 -1
  1932. package/notification/utils/index.js +3 -5
  1933. package/notification-manager/{component-324af571.d.ts → component-43b0da84.d.ts} +0 -0
  1934. package/notification-manager/{component-324af571.js → component-43b0da84.js} +3 -3
  1935. package/notification-manager/component.js +9 -11
  1936. package/notification-manager/components/index.js +1 -3
  1937. package/notification-manager/components/notification/component.js +1 -3
  1938. package/notification-manager/components/notification/index.d.ts +1 -1
  1939. package/notification-manager/components/notification/index.js +1 -3
  1940. package/notification-manager/cssm/{component-f0e3da83.d.ts → component-5b782f5c.d.ts} +0 -0
  1941. package/notification-manager/cssm/{component-f0e3da83.js → component-5b782f5c.js} +3 -3
  1942. package/notification-manager/cssm/component.js +13 -15
  1943. package/notification-manager/cssm/components/index.js +1 -3
  1944. package/notification-manager/cssm/components/notification/component.js +1 -3
  1945. package/notification-manager/cssm/components/notification/index.d.ts +1 -1
  1946. package/notification-manager/cssm/components/notification/index.js +1 -3
  1947. package/notification-manager/cssm/index.js +3 -5
  1948. package/notification-manager/esm/{component-92c3e1eb.d.ts → component-02d19bcf.d.ts} +0 -0
  1949. package/notification-manager/esm/{component-92c3e1eb.js → component-02d19bcf.js} +0 -0
  1950. package/notification-manager/esm/component.js +3 -3
  1951. package/notification-manager/esm/components/index.js +1 -1
  1952. package/notification-manager/esm/components/notification/component.js +1 -1
  1953. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  1954. package/notification-manager/esm/components/notification/index.js +1 -1
  1955. package/notification-manager/esm/index.css +10 -10
  1956. package/notification-manager/esm/index.js +2 -2
  1957. package/notification-manager/index.css +10 -10
  1958. package/notification-manager/index.js +3 -5
  1959. package/notification-manager/modern/component.js +3 -3
  1960. package/notification-manager/modern/components/index.js +1 -1
  1961. package/notification-manager/modern/components/notification/index.js +1 -1
  1962. package/notification-manager/modern/index.css +10 -10
  1963. package/notification-manager/modern/index.js +2 -2
  1964. package/package.json +8 -8
  1965. package/pagination/Component.js +11 -13
  1966. package/pagination/components/default-view/index.css +1 -1
  1967. package/pagination/components/default-view/index.js +7 -9
  1968. package/pagination/components/per-page-view/index.css +1 -1
  1969. package/pagination/components/per-page-view/index.js +4 -6
  1970. package/pagination/components/tag/index.css +7 -7
  1971. package/pagination/components/tag/index.js +5 -7
  1972. package/pagination/cssm/Component.js +14 -16
  1973. package/pagination/cssm/components/default-view/index.js +8 -10
  1974. package/pagination/cssm/components/per-page-view/index.js +4 -6
  1975. package/pagination/cssm/components/tag/index.js +5 -7
  1976. package/pagination/cssm/index.js +3 -5
  1977. package/pagination/esm/Component.js +3 -3
  1978. package/pagination/esm/components/default-view/index.css +1 -1
  1979. package/pagination/esm/components/default-view/index.js +2 -2
  1980. package/pagination/esm/components/per-page-view/index.css +1 -1
  1981. package/pagination/esm/components/per-page-view/index.js +1 -1
  1982. package/pagination/esm/components/tag/index.css +7 -7
  1983. package/pagination/esm/components/tag/index.js +1 -1
  1984. package/pagination/esm/index.css +3 -3
  1985. package/pagination/esm/index.js +3 -3
  1986. package/pagination/index.css +3 -3
  1987. package/pagination/index.js +2 -4
  1988. package/pagination/modern/Component.js +3 -3
  1989. package/pagination/modern/components/default-view/index.css +1 -1
  1990. package/pagination/modern/components/default-view/index.js +2 -2
  1991. package/pagination/modern/components/per-page-view/index.css +1 -1
  1992. package/pagination/modern/components/per-page-view/index.js +1 -1
  1993. package/pagination/modern/components/tag/index.css +7 -7
  1994. package/pagination/modern/components/tag/index.js +1 -1
  1995. package/pagination/modern/index.css +3 -3
  1996. package/pagination/modern/index.js +3 -3
  1997. package/pass-code/Component.js +14 -16
  1998. package/pass-code/components/InputProgress/Component.js +11 -13
  1999. package/pass-code/components/InputProgress/index.css +4 -4
  2000. package/pass-code/components/InputProgress/index.js +3 -5
  2001. package/pass-code/components/InputProgress/transitions.css +7 -7
  2002. package/pass-code/components/KeyPad/Component.js +12 -14
  2003. package/pass-code/components/KeyPad/index.css +4 -4
  2004. package/pass-code/components/KeyPad/index.js +4 -6
  2005. package/pass-code/components/KeyPadButton/Component.js +6 -8
  2006. package/pass-code/components/KeyPadButton/index.css +12 -12
  2007. package/pass-code/components/KeyPadButton/index.js +1 -3
  2008. package/pass-code/cssm/Component.js +15 -17
  2009. package/pass-code/cssm/components/InputProgress/Component.js +13 -15
  2010. package/pass-code/cssm/components/InputProgress/index.js +3 -5
  2011. package/pass-code/cssm/components/KeyPad/Component.js +13 -15
  2012. package/pass-code/cssm/components/KeyPad/index.js +4 -6
  2013. package/pass-code/cssm/components/KeyPadButton/Component.js +6 -8
  2014. package/pass-code/cssm/components/KeyPadButton/index.js +1 -3
  2015. package/pass-code/cssm/getDataTestId-5c876d98.d.ts +2 -0
  2016. package/pass-code/cssm/getDataTestId-5c876d98.js +6 -0
  2017. package/pass-code/cssm/index-97288072.d.ts +1 -1
  2018. package/pass-code/cssm/index.js +7 -9
  2019. package/pass-code/esm/Component.js +5 -5
  2020. package/pass-code/esm/components/InputProgress/Component.js +4 -4
  2021. package/pass-code/esm/components/InputProgress/index.css +4 -4
  2022. package/pass-code/esm/components/InputProgress/index.js +3 -3
  2023. package/pass-code/esm/components/InputProgress/transitions.css +7 -7
  2024. package/pass-code/esm/components/KeyPad/Component.js +4 -4
  2025. package/pass-code/esm/components/KeyPad/index.css +4 -4
  2026. package/pass-code/esm/components/KeyPad/index.js +4 -4
  2027. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  2028. package/pass-code/esm/components/KeyPadButton/index.css +12 -12
  2029. package/pass-code/esm/components/KeyPadButton/index.js +1 -1
  2030. package/pass-code/esm/getDataTestId-128acbbd.d.ts +2 -0
  2031. package/pass-code/esm/getDataTestId-128acbbd.js +6 -0
  2032. package/pass-code/esm/index-97288072.d.ts +1 -1
  2033. package/pass-code/esm/index.css +2 -2
  2034. package/pass-code/esm/index.js +5 -5
  2035. package/pass-code/getDataTestId-1e9239e1.d.ts +2 -0
  2036. package/pass-code/getDataTestId-1e9239e1.js +6 -0
  2037. package/pass-code/index-97288072.d.ts +1 -1
  2038. package/pass-code/index.css +2 -2
  2039. package/pass-code/index.js +6 -8
  2040. package/pass-code/modern/Component.js +6 -6
  2041. package/pass-code/modern/components/InputProgress/Component.js +4 -4
  2042. package/pass-code/modern/components/InputProgress/index.css +4 -4
  2043. package/pass-code/modern/components/InputProgress/index.js +3 -3
  2044. package/pass-code/modern/components/InputProgress/transitions.css +7 -7
  2045. package/pass-code/modern/components/KeyPad/Component.js +4 -4
  2046. package/pass-code/modern/components/KeyPad/index.css +4 -4
  2047. package/pass-code/modern/components/KeyPad/index.js +4 -4
  2048. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  2049. package/pass-code/modern/components/KeyPadButton/index.css +12 -12
  2050. package/pass-code/modern/components/KeyPadButton/index.js +1 -1
  2051. package/pass-code/modern/getDataTestId-201b5b6f.d.ts +2 -0
  2052. package/pass-code/modern/{getDataTestId-8aaf656f.js → getDataTestId-201b5b6f.js} +0 -0
  2053. package/pass-code/modern/index-97288072.d.ts +1 -1
  2054. package/pass-code/modern/index.css +2 -2
  2055. package/pass-code/modern/index.js +6 -6
  2056. package/password-input/component.js +6 -8
  2057. package/password-input/cssm/component.js +6 -8
  2058. package/password-input/cssm/index.js +0 -2
  2059. package/password-input/esm/component.js +1 -1
  2060. package/password-input/esm/index.css +4 -4
  2061. package/password-input/esm/index.js +1 -1
  2062. package/password-input/index.css +4 -4
  2063. package/password-input/index.js +0 -2
  2064. package/password-input/modern/component.js +3 -3
  2065. package/password-input/modern/index.css +4 -4
  2066. package/password-input/modern/index.js +3 -3
  2067. package/pattern-lock/Component.js +11 -13
  2068. package/pattern-lock/consts.js +0 -2
  2069. package/pattern-lock/cssm/Component.js +11 -13
  2070. package/pattern-lock/cssm/consts.js +0 -2
  2071. package/pattern-lock/cssm/index.js +4 -6
  2072. package/pattern-lock/cssm/{utils-455c7792.d.ts → utils-5745f540.d.ts} +0 -0
  2073. package/pattern-lock/cssm/{utils-455c7792.js → utils-5745f540.js} +0 -0
  2074. package/pattern-lock/cssm/utils.js +1 -3
  2075. package/pattern-lock/esm/Component.js +3 -3
  2076. package/pattern-lock/esm/index.css +4 -4
  2077. package/pattern-lock/esm/index.js +2 -2
  2078. package/pattern-lock/esm/{utils-60a595ac.d.ts → utils-addea6bf.d.ts} +0 -0
  2079. package/pattern-lock/esm/{utils-60a595ac.js → utils-addea6bf.js} +0 -0
  2080. package/pattern-lock/esm/utils.js +1 -1
  2081. package/pattern-lock/index.css +4 -4
  2082. package/pattern-lock/index.js +4 -6
  2083. package/pattern-lock/modern/Component.js +2 -2
  2084. package/pattern-lock/modern/index.css +4 -4
  2085. package/pattern-lock/modern/index.js +2 -2
  2086. package/pattern-lock/{utils-0b5eff66.d.ts → utils-b2ef848f.d.ts} +0 -0
  2087. package/pattern-lock/{utils-0b5eff66.js → utils-b2ef848f.js} +0 -0
  2088. package/pattern-lock/utils.js +1 -3
  2089. package/phone-input/Component.js +6 -8
  2090. package/phone-input/cssm/Component.js +6 -8
  2091. package/phone-input/cssm/index.js +0 -2
  2092. package/phone-input/cssm/utils/index.js +0 -2
  2093. package/phone-input/esm/Component.js +2 -2
  2094. package/phone-input/esm/index.js +1 -1
  2095. package/phone-input/index.js +0 -2
  2096. package/phone-input/modern/index.js +1 -1
  2097. package/phone-input/utils/index.js +1 -5
  2098. package/picker-button/Component.d.ts +1 -1
  2099. package/picker-button/Component.js +12 -14
  2100. package/picker-button/Component.mobile.js +7 -9
  2101. package/picker-button/Component.responsive.d.ts +3 -3
  2102. package/picker-button/Component.responsive.js +14 -16
  2103. package/picker-button/cssm/Component.js +14 -16
  2104. package/picker-button/cssm/Component.mobile.js +7 -9
  2105. package/picker-button/cssm/Component.responsive.d.ts +3 -3
  2106. package/picker-button/cssm/Component.responsive.js +15 -17
  2107. package/picker-button/cssm/desktop.js +6 -8
  2108. package/picker-button/cssm/field/Component.js +13 -15
  2109. package/picker-button/cssm/field/index.js +3 -5
  2110. package/picker-button/cssm/index.d.ts +2 -2
  2111. package/picker-button/cssm/index.js +10 -12
  2112. package/picker-button/cssm/mobile.d.ts +1 -0
  2113. package/picker-button/cssm/mobile.js +5 -7
  2114. package/picker-button/cssm/option/Component.js +8 -10
  2115. package/picker-button/cssm/option/index.js +2 -4
  2116. package/picker-button/cssm/responsive.d.ts +2 -0
  2117. package/picker-button/cssm/responsive.js +23 -0
  2118. package/picker-button/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  2119. package/picker-button/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  2120. package/picker-button/cssm/utils/index.js +0 -2
  2121. package/picker-button/desktop.js +5 -7
  2122. package/picker-button/esm/Component.js +5 -5
  2123. package/picker-button/esm/Component.mobile.js +3 -3
  2124. package/picker-button/esm/Component.responsive.d.ts +3 -3
  2125. package/picker-button/esm/Component.responsive.js +11 -11
  2126. package/picker-button/esm/desktop.js +5 -5
  2127. package/picker-button/esm/field/Component.js +4 -4
  2128. package/picker-button/esm/field/index.css +4 -4
  2129. package/picker-button/esm/field/index.js +2 -2
  2130. package/picker-button/esm/index.css +7 -7
  2131. package/picker-button/esm/index.d.ts +2 -2
  2132. package/picker-button/esm/index.js +7 -7
  2133. package/picker-button/esm/mobile.d.ts +1 -0
  2134. package/picker-button/esm/mobile.js +4 -4
  2135. package/picker-button/esm/option/Component.js +2 -2
  2136. package/picker-button/esm/option/index.css +4 -4
  2137. package/picker-button/esm/option/index.js +2 -2
  2138. package/picker-button/esm/responsive.d.ts +2 -0
  2139. package/picker-button/esm/responsive.js +16 -0
  2140. package/picker-button/esm/{tslib.es6-18431a51.d.ts → tslib.es6-46fd1a84.d.ts} +0 -0
  2141. package/picker-button/esm/{tslib.es6-18431a51.js → tslib.es6-46fd1a84.js} +0 -0
  2142. package/picker-button/field/Component.js +12 -14
  2143. package/picker-button/field/index.css +4 -4
  2144. package/picker-button/field/index.js +3 -5
  2145. package/picker-button/index.css +7 -7
  2146. package/picker-button/index.d.ts +2 -2
  2147. package/picker-button/index.js +8 -10
  2148. package/picker-button/mobile.d.ts +1 -0
  2149. package/picker-button/mobile.js +4 -6
  2150. package/picker-button/modern/Component.js +5 -5
  2151. package/picker-button/modern/Component.mobile.js +4 -4
  2152. package/picker-button/modern/Component.responsive.d.ts +3 -3
  2153. package/picker-button/modern/Component.responsive.js +9 -9
  2154. package/picker-button/modern/desktop.js +5 -5
  2155. package/picker-button/modern/field/Component.js +3 -3
  2156. package/picker-button/modern/field/index.css +4 -4
  2157. package/picker-button/modern/field/index.js +2 -2
  2158. package/picker-button/modern/index.css +7 -7
  2159. package/picker-button/modern/index.d.ts +2 -2
  2160. package/picker-button/modern/index.js +7 -7
  2161. package/picker-button/modern/mobile.d.ts +1 -0
  2162. package/picker-button/modern/mobile.js +5 -5
  2163. package/picker-button/modern/option/Component.js +1 -1
  2164. package/picker-button/modern/option/index.css +4 -4
  2165. package/picker-button/modern/option/index.js +1 -1
  2166. package/picker-button/modern/responsive.d.ts +2 -0
  2167. package/picker-button/modern/responsive.js +15 -0
  2168. package/picker-button/option/Component.js +8 -10
  2169. package/picker-button/option/index.css +4 -4
  2170. package/picker-button/option/index.js +2 -4
  2171. package/picker-button/responsive.d.ts +2 -0
  2172. package/picker-button/responsive.js +20 -0
  2173. package/picker-button/{tslib.es6-e847f15f.d.ts → tslib.es6-287864ca.d.ts} +0 -0
  2174. package/picker-button/{tslib.es6-e847f15f.js → tslib.es6-287864ca.js} +0 -0
  2175. package/picker-button/typings-85892853.d.ts +1 -1
  2176. package/picker-button/utils/index.js +0 -2
  2177. package/plate/Component.js +23 -25
  2178. package/plate/components/button-list/component.js +7 -9
  2179. package/plate/cssm/Component.js +35 -37
  2180. package/plate/cssm/components/button-list/component.js +7 -9
  2181. package/plate/cssm/index.js +1 -3
  2182. package/plate/esm/Component.js +2 -2
  2183. package/plate/esm/index.css +49 -49
  2184. package/plate/esm/index.js +1 -1
  2185. package/plate/index.css +49 -49
  2186. package/plate/index.js +1 -3
  2187. package/plate/modern/Component.js +2 -2
  2188. package/plate/modern/index.css +49 -49
  2189. package/plate/modern/index.js +2 -2
  2190. package/popover/Component.js +15 -17
  2191. package/popover/cssm/Component.js +20 -22
  2192. package/popover/cssm/index.js +0 -2
  2193. package/popover/esm/Component.js +4 -4
  2194. package/popover/esm/index.css +33 -33
  2195. package/popover/esm/index.js +1 -1
  2196. package/popover/index.css +33 -33
  2197. package/popover/index.js +0 -2
  2198. package/popover/modern/Component.js +2 -2
  2199. package/popover/modern/index.css +33 -33
  2200. package/popover/modern/index.js +1 -1
  2201. package/portal/Component.js +0 -2
  2202. package/portal/cssm/Component.js +0 -2
  2203. package/portal/cssm/index.js +1 -3
  2204. package/portal/cssm/utils.js +1 -3
  2205. package/portal/esm/index.js +1 -1
  2206. package/portal/esm/utils.js +1 -1
  2207. package/portal/index.js +1 -3
  2208. package/portal/modern/Component.js +1 -1
  2209. package/portal/modern/index.js +1 -1
  2210. package/portal/utils.js +1 -3
  2211. package/progress-bar/Component.js +7 -9
  2212. package/progress-bar/cssm/Component.js +7 -9
  2213. package/progress-bar/cssm/index.js +1 -3
  2214. package/progress-bar/esm/Component.js +2 -2
  2215. package/progress-bar/esm/index.css +12 -12
  2216. package/progress-bar/esm/index.js +1 -1
  2217. package/progress-bar/index.css +12 -12
  2218. package/progress-bar/index.js +1 -3
  2219. package/progress-bar/modern/Component.js +1 -1
  2220. package/progress-bar/modern/index.css +12 -12
  2221. package/progress-bar/modern/index.js +1 -1
  2222. package/pure-cell/{component-4fec421a.d.ts → component-633eda3f.d.ts} +0 -0
  2223. package/pure-cell/component-633eda3f.js +117 -0
  2224. package/pure-cell/component.js +6 -8
  2225. package/pure-cell/components/addon/component.js +6 -8
  2226. package/pure-cell/components/addon/index.css +8 -8
  2227. package/pure-cell/components/addon/index.js +2 -4
  2228. package/pure-cell/components/amount/component.js +8 -10
  2229. package/pure-cell/components/amount/index.css +1 -1
  2230. package/pure-cell/components/amount/index.js +3 -5
  2231. package/pure-cell/components/amount-title/component.js +8 -10
  2232. package/pure-cell/components/amount-title/index.css +2 -2
  2233. package/pure-cell/components/amount-title/index.js +3 -5
  2234. package/pure-cell/components/category/component.js +8 -10
  2235. package/pure-cell/components/category/index.css +4 -4
  2236. package/pure-cell/components/category/index.js +2 -4
  2237. package/pure-cell/components/content/component.js +6 -8
  2238. package/pure-cell/components/content/index.css +2 -2
  2239. package/pure-cell/components/content/index.d.ts +1 -1
  2240. package/pure-cell/components/content/index.js +5 -7
  2241. package/pure-cell/components/footer/component.js +6 -8
  2242. package/pure-cell/components/footer/index.css +3 -3
  2243. package/pure-cell/components/footer/index.js +2 -4
  2244. package/pure-cell/components/footer-button/component.js +6 -8
  2245. package/pure-cell/components/footer-button/index.css +1 -1
  2246. package/pure-cell/components/footer-button/index.js +3 -5
  2247. package/pure-cell/components/footer-text/component.js +4 -6
  2248. package/pure-cell/components/footer-text/index.js +2 -4
  2249. package/pure-cell/components/graphics/component.js +6 -8
  2250. package/pure-cell/components/graphics/index.css +4 -4
  2251. package/pure-cell/components/graphics/index.js +2 -4
  2252. package/pure-cell/components/main/component.js +6 -8
  2253. package/pure-cell/components/main/index.css +3 -3
  2254. package/pure-cell/components/main/index.d.ts +1 -1
  2255. package/pure-cell/components/main/index.js +5 -7
  2256. package/pure-cell/components/text/component.js +7 -9
  2257. package/pure-cell/components/text/index.css +6 -6
  2258. package/pure-cell/components/text/index.d.ts +1 -1
  2259. package/pure-cell/components/text/index.js +5 -7
  2260. package/pure-cell/cssm/{component-5cffadbf.d.ts → component-094dfd9a.d.ts} +0 -0
  2261. package/pure-cell/cssm/{component-5cffadbf.js → component-094dfd9a.js} +33 -33
  2262. package/pure-cell/cssm/component.js +14 -16
  2263. package/pure-cell/cssm/components/addon/component.js +6 -8
  2264. package/pure-cell/cssm/components/addon/index.js +2 -4
  2265. package/pure-cell/cssm/components/amount/component.js +8 -10
  2266. package/pure-cell/cssm/components/amount/index.js +3 -5
  2267. package/pure-cell/cssm/components/amount-title/component.js +8 -10
  2268. package/pure-cell/cssm/components/amount-title/index.js +3 -5
  2269. package/pure-cell/cssm/components/category/component.js +8 -10
  2270. package/pure-cell/cssm/components/category/index.js +2 -4
  2271. package/pure-cell/cssm/components/content/component.js +12 -14
  2272. package/pure-cell/cssm/components/content/index.d.ts +1 -1
  2273. package/pure-cell/cssm/components/content/index.js +11 -13
  2274. package/pure-cell/cssm/components/footer/component.js +6 -8
  2275. package/pure-cell/cssm/components/footer/index.js +2 -4
  2276. package/pure-cell/cssm/components/footer-button/component.js +6 -8
  2277. package/pure-cell/cssm/components/footer-button/index.js +3 -5
  2278. package/pure-cell/cssm/components/footer-text/component.js +4 -6
  2279. package/pure-cell/cssm/components/footer-text/index.js +2 -4
  2280. package/pure-cell/cssm/components/graphics/component.js +6 -8
  2281. package/pure-cell/cssm/components/graphics/index.js +2 -4
  2282. package/pure-cell/cssm/components/main/component.js +13 -15
  2283. package/pure-cell/cssm/components/main/index.d.ts +1 -1
  2284. package/pure-cell/cssm/components/main/index.js +11 -13
  2285. package/pure-cell/cssm/components/text/component.js +14 -16
  2286. package/pure-cell/cssm/components/text/index.d.ts +1 -1
  2287. package/pure-cell/cssm/components/text/index.js +11 -13
  2288. package/pure-cell/cssm/getDataTestId-5c876d98.d.ts +2 -0
  2289. package/pure-cell/cssm/getDataTestId-5c876d98.js +6 -0
  2290. package/pure-cell/cssm/index.js +11 -13
  2291. package/pure-cell/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  2292. package/pure-cell/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  2293. package/pure-cell/esm/{component-19dcaa31.d.ts → component-6805b622.d.ts} +0 -0
  2294. package/pure-cell/esm/{component-19dcaa31.js → component-6805b622.js} +26 -26
  2295. package/pure-cell/esm/component.js +7 -7
  2296. package/pure-cell/esm/components/addon/component.js +2 -2
  2297. package/pure-cell/esm/components/addon/index.css +8 -8
  2298. package/pure-cell/esm/components/addon/index.js +2 -2
  2299. package/pure-cell/esm/components/amount/component.js +4 -4
  2300. package/pure-cell/esm/components/amount/index.css +1 -1
  2301. package/pure-cell/esm/components/amount/index.js +4 -4
  2302. package/pure-cell/esm/components/amount-title/component.js +4 -4
  2303. package/pure-cell/esm/components/amount-title/index.css +2 -2
  2304. package/pure-cell/esm/components/amount-title/index.js +4 -4
  2305. package/pure-cell/esm/components/category/component.js +2 -2
  2306. package/pure-cell/esm/components/category/index.css +4 -4
  2307. package/pure-cell/esm/components/category/index.js +2 -2
  2308. package/pure-cell/esm/components/content/component.js +8 -8
  2309. package/pure-cell/esm/components/content/index.css +2 -2
  2310. package/pure-cell/esm/components/content/index.d.ts +1 -1
  2311. package/pure-cell/esm/components/content/index.js +7 -7
  2312. package/pure-cell/esm/components/footer/component.js +2 -2
  2313. package/pure-cell/esm/components/footer/index.css +3 -3
  2314. package/pure-cell/esm/components/footer/index.js +2 -2
  2315. package/pure-cell/esm/components/footer-button/component.js +3 -3
  2316. package/pure-cell/esm/components/footer-button/index.css +1 -1
  2317. package/pure-cell/esm/components/footer-button/index.js +3 -3
  2318. package/pure-cell/esm/components/footer-text/component.js +1 -1
  2319. package/pure-cell/esm/components/footer-text/index.js +2 -2
  2320. package/pure-cell/esm/components/graphics/component.js +2 -2
  2321. package/pure-cell/esm/components/graphics/index.css +4 -4
  2322. package/pure-cell/esm/components/graphics/index.js +2 -2
  2323. package/pure-cell/esm/components/main/component.js +8 -8
  2324. package/pure-cell/esm/components/main/index.css +3 -3
  2325. package/pure-cell/esm/components/main/index.d.ts +1 -1
  2326. package/pure-cell/esm/components/main/index.js +7 -7
  2327. package/pure-cell/esm/components/text/component.js +8 -8
  2328. package/pure-cell/esm/components/text/index.css +6 -6
  2329. package/pure-cell/esm/components/text/index.d.ts +1 -1
  2330. package/pure-cell/esm/components/text/index.js +7 -7
  2331. package/pure-cell/esm/getDataTestId-90258d60.d.ts +2 -0
  2332. package/pure-cell/esm/getDataTestId-90258d60.js +6 -0
  2333. package/pure-cell/esm/index.css +18 -18
  2334. package/pure-cell/esm/index.js +7 -7
  2335. package/pure-cell/esm/{tslib.es6-f67d41ed.d.ts → tslib.es6-1cf86cfe.d.ts} +0 -0
  2336. package/pure-cell/esm/{tslib.es6-f67d41ed.js → tslib.es6-1cf86cfe.js} +0 -0
  2337. package/pure-cell/getDataTestId-f5871123.d.ts +2 -0
  2338. package/pure-cell/getDataTestId-f5871123.js +6 -0
  2339. package/pure-cell/index.css +18 -18
  2340. package/pure-cell/index.js +5 -7
  2341. package/pure-cell/modern/{component-befaaaf9.d.ts → component-457b2244.d.ts} +0 -0
  2342. package/pure-cell/modern/{component-befaaaf9.js → component-457b2244.js} +26 -26
  2343. package/pure-cell/modern/component.js +7 -7
  2344. package/pure-cell/modern/components/addon/component.js +2 -2
  2345. package/pure-cell/modern/components/addon/index.css +8 -8
  2346. package/pure-cell/modern/components/addon/index.js +2 -2
  2347. package/pure-cell/modern/components/amount/component.js +3 -3
  2348. package/pure-cell/modern/components/amount/index.css +1 -1
  2349. package/pure-cell/modern/components/amount/index.js +3 -3
  2350. package/pure-cell/modern/components/amount-title/component.js +3 -3
  2351. package/pure-cell/modern/components/amount-title/index.css +2 -2
  2352. package/pure-cell/modern/components/amount-title/index.js +3 -3
  2353. package/pure-cell/modern/components/category/component.js +2 -2
  2354. package/pure-cell/modern/components/category/index.css +4 -4
  2355. package/pure-cell/modern/components/category/index.js +2 -2
  2356. package/pure-cell/modern/components/content/component.js +8 -8
  2357. package/pure-cell/modern/components/content/index.css +2 -2
  2358. package/pure-cell/modern/components/content/index.d.ts +1 -1
  2359. package/pure-cell/modern/components/content/index.js +7 -7
  2360. package/pure-cell/modern/components/footer/component.js +2 -2
  2361. package/pure-cell/modern/components/footer/index.css +3 -3
  2362. package/pure-cell/modern/components/footer/index.js +2 -2
  2363. package/pure-cell/modern/components/footer-button/component.js +2 -2
  2364. package/pure-cell/modern/components/footer-button/index.css +1 -1
  2365. package/pure-cell/modern/components/footer-button/index.js +2 -2
  2366. package/pure-cell/modern/components/footer-text/component.js +1 -1
  2367. package/pure-cell/modern/components/footer-text/index.js +2 -2
  2368. package/pure-cell/modern/components/graphics/component.js +2 -2
  2369. package/pure-cell/modern/components/graphics/index.css +4 -4
  2370. package/pure-cell/modern/components/graphics/index.js +2 -2
  2371. package/pure-cell/modern/components/main/component.js +8 -8
  2372. package/pure-cell/modern/components/main/index.css +3 -3
  2373. package/pure-cell/modern/components/main/index.d.ts +1 -1
  2374. package/pure-cell/modern/components/main/index.js +7 -7
  2375. package/pure-cell/modern/components/text/component.js +8 -8
  2376. package/pure-cell/modern/components/text/index.css +6 -6
  2377. package/pure-cell/modern/components/text/index.d.ts +1 -1
  2378. package/pure-cell/modern/components/text/index.js +7 -7
  2379. package/pure-cell/modern/getDataTestId-c412bc6d.d.ts +2 -0
  2380. package/pure-cell/modern/{getDataTestId-dd0aed78.js → getDataTestId-c412bc6d.js} +0 -0
  2381. package/pure-cell/modern/index.css +18 -18
  2382. package/pure-cell/modern/index.js +7 -7
  2383. package/pure-cell/{tslib.es6-1e9836b9.d.ts → tslib.es6-d8b64d3f.d.ts} +0 -0
  2384. package/pure-cell/{tslib.es6-1e9836b9.js → tslib.es6-d8b64d3f.js} +0 -0
  2385. package/pure-input/Component.js +8 -10
  2386. package/pure-input/cssm/Component.js +10 -12
  2387. package/pure-input/cssm/index.js +0 -2
  2388. package/pure-input/esm/Component.js +1 -1
  2389. package/pure-input/esm/index.css +23 -23
  2390. package/pure-input/esm/index.js +1 -1
  2391. package/pure-input/index.css +23 -23
  2392. package/pure-input/index.js +0 -2
  2393. package/pure-input/modern/Component.js +1 -1
  2394. package/pure-input/modern/index.css +23 -23
  2395. package/pure-input/modern/index.js +1 -1
  2396. package/radio/Component.d.ts +3 -3
  2397. package/radio/Component.js +13 -15
  2398. package/radio/cssm/Component.d.ts +3 -3
  2399. package/radio/cssm/Component.js +18 -20
  2400. package/radio/cssm/index.js +0 -2
  2401. package/radio/esm/Component.d.ts +3 -3
  2402. package/radio/esm/Component.js +1 -1
  2403. package/radio/esm/index.css +31 -31
  2404. package/radio/esm/index.js +1 -1
  2405. package/radio/index.css +31 -31
  2406. package/radio/index.js +0 -2
  2407. package/radio/modern/Component.d.ts +3 -3
  2408. package/radio/modern/Component.js +1 -1
  2409. package/radio/modern/index.css +31 -31
  2410. package/radio/modern/index.js +1 -1
  2411. package/radio-group/Component.js +12 -14
  2412. package/radio-group/cssm/Component.js +12 -14
  2413. package/radio-group/cssm/index.js +0 -2
  2414. package/radio-group/esm/Component.js +1 -1
  2415. package/radio-group/esm/index.css +16 -16
  2416. package/radio-group/esm/index.js +1 -1
  2417. package/radio-group/index.css +16 -16
  2418. package/radio-group/index.js +0 -2
  2419. package/radio-group/modern/Component.js +1 -1
  2420. package/radio-group/modern/index.css +16 -16
  2421. package/radio-group/modern/index.js +1 -1
  2422. package/scrollbar/Component.js +58 -60
  2423. package/scrollbar/cssm/Component.js +71 -73
  2424. package/scrollbar/cssm/index.js +0 -2
  2425. package/scrollbar/default.css +2 -2
  2426. package/scrollbar/esm/Component.js +26 -26
  2427. package/scrollbar/esm/default.css +2 -2
  2428. package/scrollbar/esm/index.css +25 -25
  2429. package/scrollbar/esm/index.js +1 -1
  2430. package/scrollbar/esm/inverted.css +2 -2
  2431. package/scrollbar/index.css +25 -25
  2432. package/scrollbar/index.js +0 -2
  2433. package/scrollbar/inverted.css +2 -2
  2434. package/scrollbar/modern/Component.js +3 -3
  2435. package/scrollbar/modern/default.css +2 -2
  2436. package/scrollbar/modern/index.css +25 -25
  2437. package/scrollbar/modern/index.js +1 -1
  2438. package/scrollbar/modern/inverted.css +2 -2
  2439. package/select/{Component-d06c96f8.d.ts → Component-01370e34.d.ts} +0 -0
  2440. package/select/{Component-d06c96f8.js → Component-01370e34.js} +19 -19
  2441. package/select/{Component-038f4456.d.ts → Component-8f5f4c7a.d.ts} +0 -0
  2442. package/select/{Component-038f4456.js → Component-8f5f4c7a.js} +45 -45
  2443. package/select/Component.js +13 -15
  2444. package/select/Component.responsive.js +27 -29
  2445. package/select/components/arrow/Component.js +5 -7
  2446. package/select/components/arrow/index.css +3 -3
  2447. package/select/components/arrow/index.js +1 -3
  2448. package/select/components/base-checkmark/Component.js +7 -9
  2449. package/select/components/base-checkmark/index.css +4 -4
  2450. package/select/components/base-checkmark/index.js +2 -4
  2451. package/select/components/base-option/Component.js +10 -12
  2452. package/select/components/base-option/index.css +11 -11
  2453. package/select/components/base-option/index.js +4 -6
  2454. package/select/components/base-select/Component.js +4 -6
  2455. package/select/components/base-select/index.css +7 -7
  2456. package/select/components/base-select/index.d.ts +1 -1
  2457. package/select/components/base-select/index.js +4 -6
  2458. package/select/components/base-select-mobile/Component.js +24 -26
  2459. package/select/components/base-select-mobile/checkmark/Component.js +7 -9
  2460. package/select/components/base-select-mobile/checkmark/index.css +6 -6
  2461. package/select/components/base-select-mobile/checkmark/index.js +1 -3
  2462. package/select/components/base-select-mobile/index.css +11 -11
  2463. package/select/components/base-select-mobile/index.d.ts +1 -1
  2464. package/select/components/base-select-mobile/index.js +19 -21
  2465. package/select/components/base-select-mobile/options-list/Component.js +14 -16
  2466. package/select/components/base-select-mobile/options-list/index.css +9 -9
  2467. package/select/components/base-select-mobile/options-list/index.js +4 -6
  2468. package/select/components/checkmark/Component.js +8 -10
  2469. package/select/components/checkmark/index.css +8 -8
  2470. package/select/components/checkmark/index.js +2 -4
  2471. package/select/components/field/Component.js +15 -17
  2472. package/select/components/field/index.css +9 -9
  2473. package/select/components/field/index.js +4 -6
  2474. package/select/components/index.js +21 -23
  2475. package/select/components/native-select/Component.js +7 -9
  2476. package/select/components/native-select/index.js +2 -4
  2477. package/select/components/optgroup/Component.js +7 -9
  2478. package/select/components/optgroup/index.css +6 -6
  2479. package/select/components/optgroup/index.js +1 -3
  2480. package/select/components/option/Component.js +11 -13
  2481. package/select/components/option/index.css +20 -20
  2482. package/select/components/option/index.js +4 -6
  2483. package/select/components/options-list/Component.js +16 -18
  2484. package/select/components/options-list/index.css +6 -6
  2485. package/select/components/options-list/index.js +5 -7
  2486. package/select/components/select-mobile/Component.js +21 -23
  2487. package/select/components/select-mobile/index.d.ts +1 -1
  2488. package/select/components/select-mobile/index.js +19 -21
  2489. package/select/components/select-modal-mobile/Component.js +21 -23
  2490. package/select/components/select-modal-mobile/index.d.ts +1 -1
  2491. package/select/components/select-modal-mobile/index.js +19 -21
  2492. package/select/components/virtual-options-list/Component.js +18 -20
  2493. package/select/components/virtual-options-list/index.css +12 -12
  2494. package/select/components/virtual-options-list/index.js +5 -7
  2495. package/select/cssm/{Component-17177b98.d.ts → Component-88843cc2.d.ts} +0 -0
  2496. package/select/cssm/{Component-17177b98.js → Component-88843cc2.js} +51 -51
  2497. package/select/cssm/{Component-50ab37a1.d.ts → Component-d0e84442.d.ts} +0 -0
  2498. package/select/cssm/{Component-50ab37a1.js → Component-d0e84442.js} +19 -19
  2499. package/select/cssm/Component.js +13 -15
  2500. package/select/cssm/Component.responsive.js +32 -34
  2501. package/select/cssm/components/arrow/Component.js +5 -7
  2502. package/select/cssm/components/arrow/index.js +1 -3
  2503. package/select/cssm/components/base-checkmark/Component.js +10 -12
  2504. package/select/cssm/components/base-checkmark/index.js +2 -4
  2505. package/select/cssm/components/base-option/Component.js +18 -20
  2506. package/select/cssm/components/base-option/index.js +4 -6
  2507. package/select/cssm/components/base-select/Component.js +4 -6
  2508. package/select/cssm/components/base-select/index.d.ts +1 -1
  2509. package/select/cssm/components/base-select/index.js +4 -6
  2510. package/select/cssm/components/base-select-mobile/Component.js +30 -32
  2511. package/select/cssm/components/base-select-mobile/checkmark/Component.js +8 -10
  2512. package/select/cssm/components/base-select-mobile/checkmark/index.js +1 -3
  2513. package/select/cssm/components/base-select-mobile/index.d.ts +1 -1
  2514. package/select/cssm/components/base-select-mobile/index.js +23 -25
  2515. package/select/cssm/components/base-select-mobile/options-list/Component.js +16 -18
  2516. package/select/cssm/components/base-select-mobile/options-list/index.js +5 -7
  2517. package/select/cssm/components/checkmark/Component.js +11 -13
  2518. package/select/cssm/components/checkmark/index.js +2 -4
  2519. package/select/cssm/components/field/Component.js +17 -19
  2520. package/select/cssm/components/field/index.js +4 -6
  2521. package/select/cssm/components/index.js +24 -26
  2522. package/select/cssm/components/native-select/Component.js +7 -9
  2523. package/select/cssm/components/native-select/index.js +2 -4
  2524. package/select/cssm/components/optgroup/Component.js +7 -9
  2525. package/select/cssm/components/optgroup/index.js +1 -3
  2526. package/select/cssm/components/option/Component.js +16 -18
  2527. package/select/cssm/components/option/index.js +4 -6
  2528. package/select/cssm/components/options-list/Component.js +17 -19
  2529. package/select/cssm/components/options-list/index.js +6 -8
  2530. package/select/cssm/components/select-mobile/Component.js +26 -28
  2531. package/select/cssm/components/select-mobile/index.d.ts +1 -1
  2532. package/select/cssm/components/select-mobile/index.js +23 -25
  2533. package/select/cssm/components/select-modal-mobile/Component.js +26 -28
  2534. package/select/cssm/components/select-modal-mobile/index.d.ts +1 -1
  2535. package/select/cssm/components/select-modal-mobile/index.js +23 -25
  2536. package/select/cssm/components/virtual-options-list/Component.js +21 -23
  2537. package/select/cssm/components/virtual-options-list/index.js +6 -8
  2538. package/select/cssm/getDataTestId-3fe0d3e6.d.ts +1 -1
  2539. package/select/cssm/index.js +36 -38
  2540. package/select/cssm/{intersection-observer-8c55e13a.d.ts → intersection-observer-9ec5cf59.d.ts} +0 -0
  2541. package/select/cssm/{intersection-observer-8c55e13a.js → intersection-observer-9ec5cf59.js} +0 -0
  2542. package/select/cssm/presets/index.js +35 -37
  2543. package/select/cssm/presets/useLazyLoading/hook.js +13 -15
  2544. package/select/cssm/presets/useSelectWithApply/hook.js +30 -32
  2545. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +30 -32
  2546. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2547. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +23 -25
  2548. package/select/cssm/presets/useSelectWithLoading/hook.js +12 -14
  2549. package/select/cssm/responsive.d.ts +1 -0
  2550. package/select/cssm/responsive.js +20 -22
  2551. package/select/cssm/{tslib.es6-0857346e.d.ts → tslib.es6-0e9bf404.d.ts} +0 -0
  2552. package/select/cssm/{tslib.es6-0857346e.js → tslib.es6-0e9bf404.js} +0 -0
  2553. package/select/cssm/utils.js +1 -3
  2554. package/select/esm/{Component-48ded747.d.ts → Component-0b4ed6c1.d.ts} +0 -0
  2555. package/select/esm/{Component-48ded747.js → Component-0b4ed6c1.js} +33 -33
  2556. package/select/esm/{Component-e1412204.d.ts → Component-7af289a2.d.ts} +0 -0
  2557. package/select/esm/{Component-e1412204.js → Component-7af289a2.js} +8 -8
  2558. package/select/esm/Component.js +12 -12
  2559. package/select/esm/Component.responsive.js +24 -24
  2560. package/select/esm/components/arrow/Component.js +1 -1
  2561. package/select/esm/components/arrow/index.css +3 -3
  2562. package/select/esm/components/arrow/index.js +1 -1
  2563. package/select/esm/components/base-checkmark/Component.js +2 -2
  2564. package/select/esm/components/base-checkmark/index.css +4 -4
  2565. package/select/esm/components/base-checkmark/index.js +2 -2
  2566. package/select/esm/components/base-option/Component.js +4 -4
  2567. package/select/esm/components/base-option/index.css +11 -11
  2568. package/select/esm/components/base-option/index.js +4 -4
  2569. package/select/esm/components/base-select/Component.js +6 -6
  2570. package/select/esm/components/base-select/index.css +7 -7
  2571. package/select/esm/components/base-select/index.d.ts +1 -1
  2572. package/select/esm/components/base-select/index.js +6 -6
  2573. package/select/esm/components/base-select-mobile/Component.js +24 -24
  2574. package/select/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  2575. package/select/esm/components/base-select-mobile/checkmark/index.css +6 -6
  2576. package/select/esm/components/base-select-mobile/checkmark/index.js +1 -1
  2577. package/select/esm/components/base-select-mobile/index.css +11 -11
  2578. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  2579. package/select/esm/components/base-select-mobile/index.js +19 -19
  2580. package/select/esm/components/base-select-mobile/options-list/Component.js +4 -4
  2581. package/select/esm/components/base-select-mobile/options-list/index.css +9 -9
  2582. package/select/esm/components/base-select-mobile/options-list/index.js +5 -5
  2583. package/select/esm/components/checkmark/Component.js +2 -2
  2584. package/select/esm/components/checkmark/index.css +8 -8
  2585. package/select/esm/components/checkmark/index.js +2 -2
  2586. package/select/esm/components/field/Component.js +5 -5
  2587. package/select/esm/components/field/index.css +9 -9
  2588. package/select/esm/components/field/index.js +4 -4
  2589. package/select/esm/components/index.js +21 -21
  2590. package/select/esm/components/native-select/Component.js +1 -1
  2591. package/select/esm/components/native-select/index.js +2 -2
  2592. package/select/esm/components/optgroup/Component.js +1 -1
  2593. package/select/esm/components/optgroup/index.css +6 -6
  2594. package/select/esm/components/optgroup/index.js +1 -1
  2595. package/select/esm/components/option/Component.js +4 -4
  2596. package/select/esm/components/option/index.css +20 -20
  2597. package/select/esm/components/option/index.js +4 -4
  2598. package/select/esm/components/options-list/Component.js +5 -5
  2599. package/select/esm/components/options-list/index.css +6 -6
  2600. package/select/esm/components/options-list/index.js +6 -6
  2601. package/select/esm/components/select-mobile/Component.js +21 -21
  2602. package/select/esm/components/select-mobile/index.d.ts +1 -1
  2603. package/select/esm/components/select-mobile/index.js +19 -19
  2604. package/select/esm/components/select-modal-mobile/Component.js +21 -21
  2605. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  2606. package/select/esm/components/select-modal-mobile/index.js +19 -19
  2607. package/select/esm/components/virtual-options-list/Component.js +7 -7
  2608. package/select/esm/components/virtual-options-list/index.css +12 -12
  2609. package/select/esm/components/virtual-options-list/index.js +6 -6
  2610. package/select/esm/getDataTestId-3fe0d3e6.d.ts +1 -1
  2611. package/select/esm/index.js +21 -21
  2612. package/select/esm/{intersection-observer-2991af7e.d.ts → intersection-observer-64ad570b.d.ts} +0 -0
  2613. package/select/esm/{intersection-observer-2991af7e.js → intersection-observer-64ad570b.js} +0 -0
  2614. package/select/esm/presets/index.js +26 -26
  2615. package/select/esm/presets/useLazyLoading/hook.js +8 -8
  2616. package/select/esm/presets/useLazyLoading/index.css +2 -2
  2617. package/select/esm/presets/useSelectWithApply/hook.js +24 -24
  2618. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +24 -24
  2619. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  2620. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2621. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +19 -19
  2622. package/select/esm/presets/useSelectWithLoading/hook.js +7 -7
  2623. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  2624. package/select/esm/responsive.d.ts +1 -0
  2625. package/select/esm/responsive.js +18 -18
  2626. package/select/esm/{tslib.es6-ca9dc76f.d.ts → tslib.es6-e195d064.d.ts} +0 -0
  2627. package/select/esm/{tslib.es6-ca9dc76f.js → tslib.es6-e195d064.js} +0 -0
  2628. package/select/esm/utils.js +1 -1
  2629. package/select/getDataTestId-3fe0d3e6.d.ts +1 -1
  2630. package/select/index.js +33 -35
  2631. package/select/{intersection-observer-7bcb1c5c.d.ts → intersection-observer-1891d844.d.ts} +0 -0
  2632. package/select/{intersection-observer-7bcb1c5c.js → intersection-observer-1891d844.js} +0 -0
  2633. package/select/modern/{Component-79501e09.d.ts → Component-631f295c.d.ts} +0 -0
  2634. package/select/modern/{Component-79501e09.js → Component-631f295c.js} +4 -4
  2635. package/select/modern/{Component-4a90e3ba.d.ts → Component-f689c416.d.ts} +0 -0
  2636. package/select/modern/{Component-4a90e3ba.js → Component-f689c416.js} +33 -33
  2637. package/select/modern/Component.js +13 -13
  2638. package/select/modern/Component.responsive.js +18 -18
  2639. package/select/modern/components/arrow/Component.js +1 -1
  2640. package/select/modern/components/arrow/index.css +3 -3
  2641. package/select/modern/components/arrow/index.js +1 -1
  2642. package/select/modern/components/base-checkmark/Component.js +2 -2
  2643. package/select/modern/components/base-checkmark/index.css +4 -4
  2644. package/select/modern/components/base-checkmark/index.js +2 -2
  2645. package/select/modern/components/base-option/Component.js +3 -3
  2646. package/select/modern/components/base-option/index.css +11 -11
  2647. package/select/modern/components/base-option/index.js +3 -3
  2648. package/select/modern/components/base-select/Component.js +5 -5
  2649. package/select/modern/components/base-select/index.css +7 -7
  2650. package/select/modern/components/base-select/index.d.ts +1 -1
  2651. package/select/modern/components/base-select/index.js +5 -5
  2652. package/select/modern/components/base-select-mobile/Component.js +25 -25
  2653. package/select/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  2654. package/select/modern/components/base-select-mobile/checkmark/index.css +6 -6
  2655. package/select/modern/components/base-select-mobile/checkmark/index.js +1 -1
  2656. package/select/modern/components/base-select-mobile/index.css +11 -11
  2657. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  2658. package/select/modern/components/base-select-mobile/index.js +20 -20
  2659. package/select/modern/components/base-select-mobile/options-list/Component.js +3 -3
  2660. package/select/modern/components/base-select-mobile/options-list/index.css +9 -9
  2661. package/select/modern/components/base-select-mobile/options-list/index.js +4 -4
  2662. package/select/modern/components/checkmark/Component.js +2 -2
  2663. package/select/modern/components/checkmark/index.css +8 -8
  2664. package/select/modern/components/checkmark/index.js +2 -2
  2665. package/select/modern/components/field/Component.js +3 -3
  2666. package/select/modern/components/field/index.css +9 -9
  2667. package/select/modern/components/field/index.js +3 -3
  2668. package/select/modern/components/index.js +22 -22
  2669. package/select/modern/components/native-select/index.js +1 -1
  2670. package/select/modern/components/optgroup/Component.js +1 -1
  2671. package/select/modern/components/optgroup/index.css +6 -6
  2672. package/select/modern/components/optgroup/index.js +1 -1
  2673. package/select/modern/components/option/Component.js +3 -3
  2674. package/select/modern/components/option/index.css +20 -20
  2675. package/select/modern/components/option/index.js +3 -3
  2676. package/select/modern/components/options-list/Component.js +4 -4
  2677. package/select/modern/components/options-list/index.css +6 -6
  2678. package/select/modern/components/options-list/index.js +5 -5
  2679. package/select/modern/components/select-mobile/Component.js +22 -22
  2680. package/select/modern/components/select-mobile/index.d.ts +1 -1
  2681. package/select/modern/components/select-mobile/index.js +20 -20
  2682. package/select/modern/components/select-modal-mobile/Component.js +22 -22
  2683. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  2684. package/select/modern/components/select-modal-mobile/index.js +20 -20
  2685. package/select/modern/components/virtual-options-list/Component.js +4 -4
  2686. package/select/modern/components/virtual-options-list/index.css +12 -12
  2687. package/select/modern/components/virtual-options-list/index.js +5 -5
  2688. package/select/modern/getDataTestId-3fe0d3e6.d.ts +1 -1
  2689. package/select/modern/index.js +22 -22
  2690. package/select/modern/{intersection-observer-2991af7e.d.ts → intersection-observer-64ad570b.d.ts} +0 -0
  2691. package/select/modern/{intersection-observer-2991af7e.js → intersection-observer-64ad570b.js} +0 -0
  2692. package/select/modern/presets/index.js +25 -25
  2693. package/select/modern/presets/useLazyLoading/hook.js +6 -6
  2694. package/select/modern/presets/useLazyLoading/index.css +2 -2
  2695. package/select/modern/presets/useSelectWithApply/hook.js +20 -20
  2696. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +21 -21
  2697. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  2698. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2699. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +20 -20
  2700. package/select/modern/presets/useSelectWithLoading/hook.js +5 -5
  2701. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  2702. package/select/modern/responsive.d.ts +1 -0
  2703. package/select/modern/responsive.js +19 -19
  2704. package/select/presets/index.js +26 -28
  2705. package/select/presets/useLazyLoading/hook.js +12 -14
  2706. package/select/presets/useLazyLoading/index.css +2 -2
  2707. package/select/presets/useSelectWithApply/hook.js +24 -26
  2708. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +22 -24
  2709. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  2710. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2711. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +19 -21
  2712. package/select/presets/useSelectWithLoading/hook.js +11 -13
  2713. package/select/presets/useSelectWithLoading/index.css +2 -2
  2714. package/select/responsive.d.ts +1 -0
  2715. package/select/responsive.js +16 -18
  2716. package/select/{tslib.es6-ae3351d1.d.ts → tslib.es6-84fcf750.d.ts} +0 -0
  2717. package/select/{tslib.es6-ae3351d1.js → tslib.es6-84fcf750.js} +0 -0
  2718. package/select/utils.js +1 -3
  2719. package/select-with-tags/component.js +8 -10
  2720. package/select-with-tags/components/index.js +4 -6
  2721. package/select-with-tags/components/tag/component.js +9 -11
  2722. package/select-with-tags/components/tag/index.css +11 -11
  2723. package/select-with-tags/components/tag/index.js +2 -4
  2724. package/select-with-tags/components/tag-list/component.js +16 -18
  2725. package/select-with-tags/components/tag-list/index.css +31 -31
  2726. package/select-with-tags/components/tag-list/index.js +3 -5
  2727. package/select-with-tags/cssm/component.js +9 -11
  2728. package/select-with-tags/cssm/components/index.js +5 -7
  2729. package/select-with-tags/cssm/components/tag/component.js +9 -11
  2730. package/select-with-tags/cssm/components/tag/index.js +2 -4
  2731. package/select-with-tags/cssm/components/tag-list/component.js +23 -25
  2732. package/select-with-tags/cssm/components/tag-list/index.js +3 -5
  2733. package/select-with-tags/cssm/index.js +4 -6
  2734. package/select-with-tags/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  2735. package/select-with-tags/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  2736. package/select-with-tags/cssm/utils/calculate-collapse-size.d.ts +1 -1
  2737. package/select-with-tags/cssm/utils/calculate-collapse-size.js +0 -2
  2738. package/select-with-tags/cssm/utils/index.js +2 -4
  2739. package/select-with-tags/cssm/utils/match.js +1 -3
  2740. package/select-with-tags/esm/component.js +6 -6
  2741. package/select-with-tags/esm/components/index.js +4 -4
  2742. package/select-with-tags/esm/components/tag/component.js +2 -2
  2743. package/select-with-tags/esm/components/tag/index.css +11 -11
  2744. package/select-with-tags/esm/components/tag/index.js +2 -2
  2745. package/select-with-tags/esm/components/tag-list/component.js +6 -6
  2746. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  2747. package/select-with-tags/esm/components/tag-list/index.js +4 -4
  2748. package/select-with-tags/esm/index.js +5 -5
  2749. package/select-with-tags/esm/{tslib.es6-30d2d84b.d.ts → tslib.es6-39d7ac48.d.ts} +0 -0
  2750. package/select-with-tags/esm/{tslib.es6-30d2d84b.js → tslib.es6-39d7ac48.js} +0 -0
  2751. package/select-with-tags/esm/utils/calculate-collapse-size.d.ts +1 -1
  2752. package/select-with-tags/esm/utils/index.js +2 -2
  2753. package/select-with-tags/esm/utils/match.js +1 -1
  2754. package/select-with-tags/index.js +4 -6
  2755. package/select-with-tags/modern/component.js +6 -6
  2756. package/select-with-tags/modern/components/index.js +4 -4
  2757. package/select-with-tags/modern/components/tag/component.js +2 -2
  2758. package/select-with-tags/modern/components/tag/index.css +11 -11
  2759. package/select-with-tags/modern/components/tag/index.js +2 -2
  2760. package/select-with-tags/modern/components/tag-list/component.js +4 -4
  2761. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  2762. package/select-with-tags/modern/components/tag-list/index.js +4 -4
  2763. package/select-with-tags/modern/index.js +7 -7
  2764. package/select-with-tags/modern/utils/calculate-collapse-size.d.ts +1 -1
  2765. package/select-with-tags/modern/utils/index.js +1 -1
  2766. package/select-with-tags/{tslib.es6-63c18b9e.d.ts → tslib.es6-8512a195.d.ts} +0 -0
  2767. package/select-with-tags/{tslib.es6-63c18b9e.js → tslib.es6-8512a195.js} +0 -0
  2768. package/select-with-tags/utils/calculate-collapse-size.d.ts +1 -1
  2769. package/select-with-tags/utils/calculate-collapse-size.js +0 -2
  2770. package/select-with-tags/utils/index.js +2 -4
  2771. package/select-with-tags/utils/match.js +1 -3
  2772. package/side-panel/Component.desktop.js +17 -19
  2773. package/side-panel/Component.mobile.js +13 -15
  2774. package/side-panel/Component.responsive.d.ts +11 -1
  2775. package/side-panel/Component.responsive.js +22 -24
  2776. package/side-panel/Context.js +0 -2
  2777. package/side-panel/components/closer/Component.js +9 -11
  2778. package/side-panel/components/closer/index.css +3 -3
  2779. package/side-panel/components/content/Component.desktop.js +8 -10
  2780. package/side-panel/components/content/Component.js +6 -8
  2781. package/side-panel/components/content/Component.mobile.js +8 -10
  2782. package/side-panel/components/content/desktop.css +2 -2
  2783. package/side-panel/components/content/index.css +2 -2
  2784. package/side-panel/components/content/mobile.css +2 -2
  2785. package/side-panel/components/footer/Component.desktop.js +8 -10
  2786. package/side-panel/components/footer/Component.js +7 -9
  2787. package/side-panel/components/footer/Component.mobile.js +8 -10
  2788. package/side-panel/components/footer/desktop.css +2 -2
  2789. package/side-panel/components/footer/index.css +3 -3
  2790. package/side-panel/components/footer/layout.css +24 -24
  2791. package/side-panel/components/footer/mobile.css +2 -2
  2792. package/side-panel/components/header/Component.desktop.js +11 -13
  2793. package/side-panel/components/header/Component.js +12 -14
  2794. package/side-panel/components/header/Component.mobile.js +13 -15
  2795. package/side-panel/components/header/desktop.css +5 -5
  2796. package/side-panel/components/header/index.css +15 -15
  2797. package/side-panel/components/header/mobile.css +2 -2
  2798. package/side-panel/cssm/Component.desktop.js +28 -30
  2799. package/side-panel/cssm/Component.mobile.js +19 -21
  2800. package/side-panel/cssm/Component.responsive.d.ts +10 -0
  2801. package/side-panel/cssm/Component.responsive.js +28 -30
  2802. package/side-panel/cssm/Context.js +0 -2
  2803. package/side-panel/cssm/components/closer/Component.js +10 -12
  2804. package/side-panel/cssm/components/content/Component.desktop.js +9 -11
  2805. package/side-panel/cssm/components/content/Component.js +6 -8
  2806. package/side-panel/cssm/components/content/Component.mobile.js +9 -11
  2807. package/side-panel/cssm/components/footer/Component.desktop.js +10 -12
  2808. package/side-panel/cssm/components/footer/Component.js +9 -11
  2809. package/side-panel/cssm/components/footer/Component.mobile.js +10 -12
  2810. package/side-panel/cssm/components/header/Component.desktop.js +15 -17
  2811. package/side-panel/cssm/components/header/Component.js +17 -19
  2812. package/side-panel/cssm/components/header/Component.mobile.js +16 -18
  2813. package/side-panel/cssm/desktop.d.ts +1 -0
  2814. package/side-panel/cssm/desktop.js +10 -12
  2815. package/side-panel/cssm/index.js +21 -23
  2816. package/side-panel/cssm/mobile.d.ts +1 -0
  2817. package/side-panel/cssm/mobile.js +12 -14
  2818. package/side-panel/cssm/responsive.d.ts +1 -0
  2819. package/side-panel/cssm/responsive.js +20 -22
  2820. package/side-panel/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  2821. package/side-panel/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  2822. package/side-panel/desktop.css +2 -2
  2823. package/side-panel/desktop.d.ts +1 -0
  2824. package/side-panel/desktop.js +8 -10
  2825. package/side-panel/esm/Component.desktop.js +9 -9
  2826. package/side-panel/esm/Component.mobile.js +9 -9
  2827. package/side-panel/esm/Component.responsive.d.ts +10 -0
  2828. package/side-panel/esm/Component.responsive.js +16 -16
  2829. package/side-panel/esm/components/closer/Component.js +4 -4
  2830. package/side-panel/esm/components/closer/index.css +3 -3
  2831. package/side-panel/esm/components/content/Component.desktop.js +3 -3
  2832. package/side-panel/esm/components/content/Component.js +2 -2
  2833. package/side-panel/esm/components/content/Component.mobile.js +3 -3
  2834. package/side-panel/esm/components/content/desktop.css +2 -2
  2835. package/side-panel/esm/components/content/index.css +2 -2
  2836. package/side-panel/esm/components/content/mobile.css +2 -2
  2837. package/side-panel/esm/components/footer/Component.desktop.js +3 -3
  2838. package/side-panel/esm/components/footer/Component.js +4 -4
  2839. package/side-panel/esm/components/footer/Component.mobile.js +3 -3
  2840. package/side-panel/esm/components/footer/desktop.css +2 -2
  2841. package/side-panel/esm/components/footer/index.css +3 -3
  2842. package/side-panel/esm/components/footer/layout.css +24 -24
  2843. package/side-panel/esm/components/footer/mobile.css +2 -2
  2844. package/side-panel/esm/components/header/Component.desktop.js +5 -5
  2845. package/side-panel/esm/components/header/Component.js +4 -4
  2846. package/side-panel/esm/components/header/Component.mobile.js +6 -6
  2847. package/side-panel/esm/components/header/desktop.css +5 -5
  2848. package/side-panel/esm/components/header/index.css +15 -15
  2849. package/side-panel/esm/components/header/mobile.css +2 -2
  2850. package/side-panel/esm/desktop.css +2 -2
  2851. package/side-panel/esm/desktop.d.ts +1 -0
  2852. package/side-panel/esm/desktop.js +8 -8
  2853. package/side-panel/esm/index.js +14 -14
  2854. package/side-panel/esm/mobile.css +1 -1
  2855. package/side-panel/esm/mobile.d.ts +1 -0
  2856. package/side-panel/esm/mobile.js +8 -8
  2857. package/side-panel/esm/responsive.d.ts +1 -0
  2858. package/side-panel/esm/responsive.js +14 -14
  2859. package/side-panel/esm/transitions.desktop.css +6 -6
  2860. package/side-panel/esm/transitions.mobile.css +7 -7
  2861. package/side-panel/esm/{tslib.es6-91637dd0.d.ts → tslib.es6-d226871d.d.ts} +0 -0
  2862. package/side-panel/esm/{tslib.es6-91637dd0.js → tslib.es6-d226871d.js} +0 -0
  2863. package/side-panel/index.js +15 -17
  2864. package/side-panel/mobile.css +1 -1
  2865. package/side-panel/mobile.d.ts +1 -0
  2866. package/side-panel/mobile.js +8 -10
  2867. package/side-panel/modern/Component.desktop.js +9 -9
  2868. package/side-panel/modern/Component.mobile.js +8 -8
  2869. package/side-panel/modern/Component.responsive.d.ts +10 -0
  2870. package/side-panel/modern/Component.responsive.js +16 -16
  2871. package/side-panel/modern/components/closer/Component.js +3 -3
  2872. package/side-panel/modern/components/closer/index.css +3 -3
  2873. package/side-panel/modern/components/content/Component.desktop.js +2 -2
  2874. package/side-panel/modern/components/content/Component.js +2 -2
  2875. package/side-panel/modern/components/content/Component.mobile.js +2 -2
  2876. package/side-panel/modern/components/content/desktop.css +2 -2
  2877. package/side-panel/modern/components/content/index.css +2 -2
  2878. package/side-panel/modern/components/content/mobile.css +2 -2
  2879. package/side-panel/modern/components/footer/Component.desktop.js +2 -2
  2880. package/side-panel/modern/components/footer/Component.js +3 -3
  2881. package/side-panel/modern/components/footer/Component.mobile.js +2 -2
  2882. package/side-panel/modern/components/footer/desktop.css +2 -2
  2883. package/side-panel/modern/components/footer/index.css +3 -3
  2884. package/side-panel/modern/components/footer/layout.css +24 -24
  2885. package/side-panel/modern/components/footer/mobile.css +2 -2
  2886. package/side-panel/modern/components/header/Component.desktop.js +4 -4
  2887. package/side-panel/modern/components/header/Component.js +2 -2
  2888. package/side-panel/modern/components/header/Component.mobile.js +4 -4
  2889. package/side-panel/modern/components/header/desktop.css +5 -5
  2890. package/side-panel/modern/components/header/index.css +15 -15
  2891. package/side-panel/modern/components/header/mobile.css +2 -2
  2892. package/side-panel/modern/desktop.css +2 -2
  2893. package/side-panel/modern/desktop.d.ts +1 -0
  2894. package/side-panel/modern/desktop.js +8 -8
  2895. package/side-panel/modern/index.js +14 -14
  2896. package/side-panel/modern/mobile.css +1 -1
  2897. package/side-panel/modern/mobile.d.ts +1 -0
  2898. package/side-panel/modern/mobile.js +7 -7
  2899. package/side-panel/modern/responsive.d.ts +1 -0
  2900. package/side-panel/modern/responsive.js +14 -14
  2901. package/side-panel/modern/transitions.desktop.css +6 -6
  2902. package/side-panel/modern/transitions.mobile.css +7 -7
  2903. package/side-panel/responsive.d.ts +1 -0
  2904. package/side-panel/responsive.js +14 -16
  2905. package/side-panel/transitions.desktop.css +6 -6
  2906. package/side-panel/transitions.mobile.css +7 -7
  2907. package/side-panel/{tslib.es6-d4cc883b.d.ts → tslib.es6-e6454e7b.d.ts} +0 -0
  2908. package/side-panel/{tslib.es6-d4cc883b.js → tslib.es6-e6454e7b.js} +0 -0
  2909. package/skeleton/Component.js +6 -8
  2910. package/skeleton/cssm/Component.js +6 -8
  2911. package/skeleton/cssm/index.js +1 -3
  2912. package/skeleton/esm/Component.js +1 -1
  2913. package/skeleton/esm/index.css +10 -10
  2914. package/skeleton/esm/index.js +1 -1
  2915. package/skeleton/index.css +10 -10
  2916. package/skeleton/index.js +1 -3
  2917. package/skeleton/modern/Component.js +1 -1
  2918. package/skeleton/modern/index.css +10 -10
  2919. package/skeleton/modern/index.js +1 -1
  2920. package/slider/Component.js +7 -9
  2921. package/slider/cssm/Component.js +7 -9
  2922. package/slider/cssm/index.js +0 -2
  2923. package/slider/esm/Component.js +1 -1
  2924. package/slider/esm/index.css +20 -20
  2925. package/slider/esm/index.js +1 -1
  2926. package/slider/index.css +20 -20
  2927. package/slider/index.js +0 -2
  2928. package/slider/modern/Component.js +1 -1
  2929. package/slider/modern/index.css +20 -20
  2930. package/slider/modern/index.js +1 -1
  2931. package/slider-input/Component.js +9 -11
  2932. package/slider-input/cssm/Component.js +14 -16
  2933. package/slider-input/cssm/index.js +0 -2
  2934. package/slider-input/esm/Component.js +1 -1
  2935. package/slider-input/esm/index.css +25 -25
  2936. package/slider-input/esm/index.js +1 -1
  2937. package/slider-input/index.css +25 -25
  2938. package/slider-input/index.js +0 -2
  2939. package/slider-input/modern/Component.js +1 -1
  2940. package/slider-input/modern/index.css +25 -25
  2941. package/slider-input/modern/index.js +1 -1
  2942. package/space/Component.js +10 -12
  2943. package/space/{Item-2c80876a.d.ts → Item-56463970.d.ts} +0 -0
  2944. package/space/{Item-2c80876a.js → Item-56463970.js} +23 -3
  2945. package/space/Item.js +1 -1
  2946. package/space/cssm/Component.js +14 -16
  2947. package/space/cssm/{Item-8d1d3431.d.ts → Item-68aa3208.d.ts} +0 -0
  2948. package/space/cssm/{Item-8d1d3431.js → Item-68aa3208.js} +23 -3
  2949. package/space/cssm/Item.js +1 -1
  2950. package/space/cssm/index.js +2 -4
  2951. package/space/cssm/utils.js +3 -5
  2952. package/space/esm/Component.js +6 -6
  2953. package/space/esm/{Item-1071437b.d.ts → Item-2a054f78.d.ts} +0 -0
  2954. package/space/esm/{Item-1071437b.js → Item-2a054f78.js} +4 -4
  2955. package/space/esm/Item.js +1 -1
  2956. package/space/esm/index.css +8 -8
  2957. package/space/esm/index.js +2 -2
  2958. package/space/esm/utils.js +2 -2
  2959. package/space/index.css +8 -8
  2960. package/space/index.js +2 -4
  2961. package/space/modern/Component.js +5 -5
  2962. package/space/modern/Item.js +5 -5
  2963. package/space/modern/index.css +8 -8
  2964. package/space/modern/index.js +1 -1
  2965. package/space/modern/utils.js +2 -2
  2966. package/space/utils.js +3 -5
  2967. package/spinner/Component.js +20 -22
  2968. package/spinner/cssm/Component.js +23 -25
  2969. package/spinner/cssm/index.js +1 -3
  2970. package/spinner/default.css +1 -1
  2971. package/spinner/esm/Component.js +9 -9
  2972. package/spinner/esm/default.css +1 -1
  2973. package/spinner/esm/index.css +7 -7
  2974. package/spinner/esm/index.js +1 -1
  2975. package/spinner/esm/inverted.css +1 -1
  2976. package/spinner/index.css +7 -7
  2977. package/spinner/index.js +1 -3
  2978. package/spinner/inverted.css +1 -1
  2979. package/spinner/modern/Component.js +3 -3
  2980. package/spinner/modern/default.css +1 -1
  2981. package/spinner/modern/index.css +7 -7
  2982. package/spinner/modern/index.js +1 -1
  2983. package/spinner/modern/inverted.css +1 -1
  2984. package/stack/component.js +3 -5
  2985. package/stack/context.js +0 -2
  2986. package/stack/cssm/component.js +3 -5
  2987. package/stack/cssm/context.js +0 -2
  2988. package/stack/cssm/index.js +1 -3
  2989. package/stack/esm/component.js +1 -1
  2990. package/stack/esm/index.js +1 -1
  2991. package/stack/index.js +1 -3
  2992. package/stack/modern/component.js +1 -1
  2993. package/stack/modern/index.js +1 -1
  2994. package/status/Component.js +5 -7
  2995. package/status/cssm/Component.js +5 -7
  2996. package/status/cssm/index.js +1 -3
  2997. package/status/esm/Component.js +1 -1
  2998. package/status/esm/index.css +17 -17
  2999. package/status/esm/index.js +1 -1
  3000. package/status/index.css +17 -17
  3001. package/status/index.js +1 -3
  3002. package/status/modern/Component.js +1 -1
  3003. package/status/modern/index.css +17 -17
  3004. package/status/modern/index.js +1 -1
  3005. package/stepped-progress-bar/Component.js +7 -9
  3006. package/stepped-progress-bar/components/step-bar/Component.js +5 -7
  3007. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  3008. package/stepped-progress-bar/components/step-bar/index.js +1 -3
  3009. package/stepped-progress-bar/cssm/Component.js +8 -10
  3010. package/stepped-progress-bar/cssm/components/step-bar/Component.js +5 -7
  3011. package/stepped-progress-bar/cssm/components/step-bar/index.js +1 -3
  3012. package/stepped-progress-bar/cssm/index.js +2 -4
  3013. package/stepped-progress-bar/esm/Component.js +1 -1
  3014. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  3015. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  3016. package/stepped-progress-bar/esm/components/step-bar/index.js +1 -1
  3017. package/stepped-progress-bar/esm/index.css +3 -3
  3018. package/stepped-progress-bar/esm/index.js +1 -1
  3019. package/stepped-progress-bar/index.css +3 -3
  3020. package/stepped-progress-bar/index.js +1 -3
  3021. package/stepped-progress-bar/modern/Component.js +1 -1
  3022. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  3023. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  3024. package/stepped-progress-bar/modern/components/step-bar/index.js +1 -1
  3025. package/stepped-progress-bar/modern/index.css +3 -3
  3026. package/stepped-progress-bar/modern/index.js +1 -1
  3027. package/steps/Component.js +9 -11
  3028. package/steps/components/step/Component.js +18 -20
  3029. package/steps/components/step/index.css +25 -25
  3030. package/steps/components/step/index.js +2 -4
  3031. package/steps/components/step-indicator/Component.js +5 -7
  3032. package/steps/components/step-indicator/index.css +1 -1
  3033. package/steps/components/step-indicator/index.js +1 -3
  3034. package/steps/cssm/Component.js +11 -13
  3035. package/steps/cssm/components/step/Component.js +34 -36
  3036. package/steps/cssm/components/step/index.js +2 -4
  3037. package/steps/cssm/components/step-indicator/Component.js +5 -7
  3038. package/steps/cssm/components/step-indicator/index.js +1 -3
  3039. package/steps/cssm/index.js +2 -4
  3040. package/steps/esm/Component.js +3 -3
  3041. package/steps/esm/components/step/Component.js +2 -2
  3042. package/steps/esm/components/step/index.css +25 -25
  3043. package/steps/esm/components/step/index.js +2 -2
  3044. package/steps/esm/components/step-indicator/Component.js +1 -1
  3045. package/steps/esm/components/step-indicator/index.css +1 -1
  3046. package/steps/esm/components/step-indicator/index.js +1 -1
  3047. package/steps/esm/index.css +2 -2
  3048. package/steps/esm/index.js +3 -3
  3049. package/steps/index.css +2 -2
  3050. package/steps/index.js +2 -4
  3051. package/steps/modern/Component.js +3 -3
  3052. package/steps/modern/components/step/Component.js +2 -2
  3053. package/steps/modern/components/step/index.css +25 -25
  3054. package/steps/modern/components/step/index.js +2 -2
  3055. package/steps/modern/components/step-indicator/Component.js +1 -1
  3056. package/steps/modern/components/step-indicator/index.css +1 -1
  3057. package/steps/modern/components/step-indicator/index.js +1 -1
  3058. package/steps/modern/index.css +2 -2
  3059. package/steps/modern/index.js +3 -3
  3060. package/switch/Component.d.ts +2 -2
  3061. package/switch/Component.js +13 -15
  3062. package/switch/cssm/Component.d.ts +2 -2
  3063. package/switch/cssm/Component.js +19 -21
  3064. package/switch/cssm/index.js +0 -2
  3065. package/switch/esm/Component.d.ts +2 -2
  3066. package/switch/esm/Component.js +1 -1
  3067. package/switch/esm/index.css +25 -25
  3068. package/switch/esm/index.js +1 -1
  3069. package/switch/index.css +25 -25
  3070. package/switch/index.js +0 -2
  3071. package/switch/modern/Component.d.ts +2 -2
  3072. package/switch/modern/Component.js +1 -1
  3073. package/switch/modern/index.css +25 -25
  3074. package/switch/modern/index.js +1 -1
  3075. package/table/component.js +12 -14
  3076. package/table/components/index.js +13 -15
  3077. package/table/components/pagination/Component.js +11 -13
  3078. package/table/components/pagination/index.css +8 -8
  3079. package/table/components/pagination/index.js +4 -6
  3080. package/table/components/pagination/select-field/index.css +4 -4
  3081. package/table/components/pagination/select-field/index.js +7 -9
  3082. package/table/components/table/Component.js +9 -11
  3083. package/table/components/table/index.css +7 -7
  3084. package/table/components/table/index.js +3 -5
  3085. package/table/components/table/utils.js +6 -8
  3086. package/table/components/table-context/index.js +3 -5
  3087. package/table/components/tbody/Component.js +6 -8
  3088. package/table/components/tbody/index.css +2 -2
  3089. package/table/components/tbody/index.js +2 -4
  3090. package/table/components/tcell/Component.js +6 -8
  3091. package/table/components/tcell/index.css +6 -6
  3092. package/table/components/tcell/index.js +2 -4
  3093. package/table/components/texpandable-row/Component.js +8 -10
  3094. package/table/components/texpandable-row/index.css +5 -5
  3095. package/table/components/texpandable-row/index.js +2 -4
  3096. package/table/components/thead/Component.js +7 -9
  3097. package/table/components/thead/index.css +6 -6
  3098. package/table/components/thead/index.js +2 -4
  3099. package/table/components/thead-cell/Component.js +6 -8
  3100. package/table/components/thead-cell/index.css +8 -8
  3101. package/table/components/thead-cell/index.js +2 -4
  3102. package/table/components/trow/Component.js +7 -9
  3103. package/table/components/trow/index.css +8 -8
  3104. package/table/components/trow/index.js +2 -4
  3105. package/table/components/tsortable-head-cell/Component.js +9 -11
  3106. package/table/components/tsortable-head-cell/index.css +9 -9
  3107. package/table/components/tsortable-head-cell/index.js +3 -5
  3108. package/table/components/tsortable-head-cell/sort-icon-asc.js +5 -7
  3109. package/table/components/tsortable-head-cell/sort-icon-desc.js +5 -7
  3110. package/table/components/tsortable-head-cell/sort-icon-unset.js +5 -7
  3111. package/table/cssm/component.js +13 -15
  3112. package/table/cssm/components/index.js +13 -15
  3113. package/table/cssm/components/pagination/Component.js +12 -14
  3114. package/table/cssm/components/pagination/index.js +4 -6
  3115. package/table/cssm/components/pagination/select-field/index.js +7 -9
  3116. package/table/cssm/components/table/Component.js +14 -16
  3117. package/table/cssm/components/table/index.js +4 -6
  3118. package/table/cssm/components/table/utils.js +7 -9
  3119. package/table/cssm/components/table-context/index.js +3 -5
  3120. package/table/cssm/components/tbody/Component.js +6 -8
  3121. package/table/cssm/components/tbody/index.js +2 -4
  3122. package/table/cssm/components/tcell/Component.js +6 -8
  3123. package/table/cssm/components/tcell/index.js +2 -4
  3124. package/table/cssm/components/texpandable-row/Component.js +11 -13
  3125. package/table/cssm/components/texpandable-row/index.js +3 -5
  3126. package/table/cssm/components/thead/Component.js +7 -9
  3127. package/table/cssm/components/thead/index.js +2 -4
  3128. package/table/cssm/components/thead-cell/Component.js +7 -9
  3129. package/table/cssm/components/thead-cell/index.js +2 -4
  3130. package/table/cssm/components/trow/Component.js +10 -12
  3131. package/table/cssm/components/trow/index.js +2 -4
  3132. package/table/cssm/components/tsortable-head-cell/Component.js +11 -13
  3133. package/table/cssm/components/tsortable-head-cell/index.js +3 -5
  3134. package/table/cssm/components/tsortable-head-cell/sort-icon-asc.js +5 -7
  3135. package/table/cssm/components/tsortable-head-cell/sort-icon-desc.js +5 -7
  3136. package/table/cssm/components/tsortable-head-cell/sort-icon-unset.js +5 -7
  3137. package/table/cssm/index.js +13 -15
  3138. package/table/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  3139. package/table/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  3140. package/table/cssm/utils.js +3 -5
  3141. package/table/esm/component.js +13 -13
  3142. package/table/esm/components/index.js +13 -13
  3143. package/table/esm/components/pagination/Component.js +5 -5
  3144. package/table/esm/components/pagination/index.css +8 -8
  3145. package/table/esm/components/pagination/index.js +4 -4
  3146. package/table/esm/components/pagination/select-field/index.css +4 -4
  3147. package/table/esm/components/pagination/select-field/index.js +2 -2
  3148. package/table/esm/components/table/Component.js +4 -4
  3149. package/table/esm/components/table/index.css +7 -7
  3150. package/table/esm/components/table/index.js +3 -3
  3151. package/table/esm/components/table/utils.js +2 -2
  3152. package/table/esm/components/tbody/Component.js +2 -2
  3153. package/table/esm/components/tbody/index.css +2 -2
  3154. package/table/esm/components/tbody/index.js +2 -2
  3155. package/table/esm/components/tcell/Component.js +2 -2
  3156. package/table/esm/components/tcell/index.css +6 -6
  3157. package/table/esm/components/tcell/index.js +2 -2
  3158. package/table/esm/components/texpandable-row/Component.js +2 -2
  3159. package/table/esm/components/texpandable-row/index.css +5 -5
  3160. package/table/esm/components/texpandable-row/index.js +2 -2
  3161. package/table/esm/components/thead/Component.js +2 -2
  3162. package/table/esm/components/thead/index.css +6 -6
  3163. package/table/esm/components/thead/index.js +2 -2
  3164. package/table/esm/components/thead-cell/Component.js +2 -2
  3165. package/table/esm/components/thead-cell/index.css +8 -8
  3166. package/table/esm/components/thead-cell/index.js +2 -2
  3167. package/table/esm/components/trow/Component.js +2 -2
  3168. package/table/esm/components/trow/index.css +8 -8
  3169. package/table/esm/components/trow/index.js +2 -2
  3170. package/table/esm/components/tsortable-head-cell/Component.js +3 -3
  3171. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  3172. package/table/esm/components/tsortable-head-cell/index.js +3 -3
  3173. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  3174. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  3175. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  3176. package/table/esm/index.js +10 -10
  3177. package/table/esm/{tslib.es6-c106c888.d.ts → tslib.es6-cb60cfea.d.ts} +0 -0
  3178. package/table/esm/{tslib.es6-c106c888.js → tslib.es6-cb60cfea.js} +0 -0
  3179. package/table/index.js +7 -9
  3180. package/table/modern/component.js +12 -12
  3181. package/table/modern/components/index.js +12 -12
  3182. package/table/modern/components/pagination/Component.js +3 -3
  3183. package/table/modern/components/pagination/index.css +8 -8
  3184. package/table/modern/components/pagination/index.js +3 -3
  3185. package/table/modern/components/pagination/select-field/index.css +4 -4
  3186. package/table/modern/components/pagination/select-field/index.js +1 -1
  3187. package/table/modern/components/table/Component.js +3 -3
  3188. package/table/modern/components/table/index.css +7 -7
  3189. package/table/modern/components/table/index.js +2 -2
  3190. package/table/modern/components/table/utils.js +1 -1
  3191. package/table/modern/components/tbody/Component.js +1 -1
  3192. package/table/modern/components/tbody/index.css +2 -2
  3193. package/table/modern/components/tbody/index.js +1 -1
  3194. package/table/modern/components/tcell/Component.js +1 -1
  3195. package/table/modern/components/tcell/index.css +6 -6
  3196. package/table/modern/components/tcell/index.js +1 -1
  3197. package/table/modern/components/texpandable-row/Component.js +1 -1
  3198. package/table/modern/components/texpandable-row/index.css +5 -5
  3199. package/table/modern/components/texpandable-row/index.js +1 -1
  3200. package/table/modern/components/thead/Component.js +1 -1
  3201. package/table/modern/components/thead/index.css +6 -6
  3202. package/table/modern/components/thead/index.js +1 -1
  3203. package/table/modern/components/thead-cell/Component.js +1 -1
  3204. package/table/modern/components/thead-cell/index.css +8 -8
  3205. package/table/modern/components/thead-cell/index.js +1 -1
  3206. package/table/modern/components/trow/Component.js +1 -1
  3207. package/table/modern/components/trow/index.css +8 -8
  3208. package/table/modern/components/trow/index.js +1 -1
  3209. package/table/modern/components/tsortable-head-cell/Component.js +2 -2
  3210. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  3211. package/table/modern/components/tsortable-head-cell/index.js +2 -2
  3212. package/table/modern/index.js +9 -9
  3213. package/table/{tslib.es6-2dff03c8.d.ts → tslib.es6-318f9fb1.d.ts} +0 -0
  3214. package/table/{tslib.es6-2dff03c8.js → tslib.es6-318f9fb1.js} +0 -0
  3215. package/table/utils.js +3 -5
  3216. package/tabs/Component-3fe0d3e6.d.ts +3 -2
  3217. package/tabs/Component.responsive-0d7ca9a7.d.ts +29 -0
  3218. package/tabs/components/primary-tablist/Component.desktop.js +9 -11
  3219. package/tabs/components/primary-tablist/Component.js +18 -20
  3220. package/tabs/components/primary-tablist/Component.mobile.js +11 -13
  3221. package/tabs/components/primary-tablist/Component.responsive.js +12 -14
  3222. package/tabs/components/primary-tablist/index.css +29 -29
  3223. package/tabs/components/primary-tablist/mobile.css +32 -32
  3224. package/tabs/components/scrollable-container/Component.js +7 -9
  3225. package/tabs/components/scrollable-container/index.css +5 -5
  3226. package/tabs/components/scrollable-container/index.js +1 -3
  3227. package/tabs/components/secondary-tablist/Component.desktop.js +8 -10
  3228. package/tabs/components/secondary-tablist/Component.js +9 -11
  3229. package/tabs/components/secondary-tablist/Component.mobile.js +10 -12
  3230. package/tabs/components/secondary-tablist/Component.responsive.js +11 -13
  3231. package/tabs/components/secondary-tablist/index.css +11 -11
  3232. package/tabs/components/secondary-tablist/mobile.css +13 -13
  3233. package/tabs/components/tab/Component.js +5 -7
  3234. package/tabs/components/tab/index.css +3 -3
  3235. package/tabs/components/tab/index.js +1 -3
  3236. package/tabs/components/tabs/Component.desktop.js +14 -16
  3237. package/tabs/components/tabs/Component.js +5 -7
  3238. package/tabs/components/tabs/Component.mobile.js +14 -16
  3239. package/tabs/components/tabs/Component.responsive.js +18 -20
  3240. package/tabs/components/title/Component.js +7 -9
  3241. package/tabs/components/title/index.js +2 -4
  3242. package/tabs/cssm/Component-3fe0d3e6.d.ts +3 -2
  3243. package/tabs/cssm/Component.responsive-0d7ca9a7.d.ts +29 -0
  3244. package/tabs/cssm/components/primary-tablist/Component.desktop.js +10 -12
  3245. package/tabs/cssm/components/primary-tablist/Component.js +18 -20
  3246. package/tabs/cssm/components/primary-tablist/Component.mobile.js +14 -16
  3247. package/tabs/cssm/components/primary-tablist/Component.responsive.js +11 -13
  3248. package/tabs/cssm/components/scrollable-container/Component.js +8 -10
  3249. package/tabs/cssm/components/scrollable-container/index.js +1 -3
  3250. package/tabs/cssm/components/secondary-tablist/Component.desktop.js +9 -11
  3251. package/tabs/cssm/components/secondary-tablist/Component.js +9 -11
  3252. package/tabs/cssm/components/secondary-tablist/Component.mobile.js +13 -15
  3253. package/tabs/cssm/components/secondary-tablist/Component.responsive.js +10 -12
  3254. package/tabs/cssm/components/tab/Component.js +6 -8
  3255. package/tabs/cssm/components/tab/index.js +1 -3
  3256. package/tabs/cssm/components/tabs/Component.desktop.js +12 -14
  3257. package/tabs/cssm/components/tabs/Component.js +5 -7
  3258. package/tabs/cssm/components/tabs/Component.mobile.js +13 -15
  3259. package/tabs/cssm/components/tabs/Component.responsive.js +18 -20
  3260. package/tabs/cssm/components/title/Component.js +7 -9
  3261. package/tabs/cssm/components/title/index.js +2 -4
  3262. package/tabs/cssm/desktop.js +17 -19
  3263. package/tabs/cssm/getDataTestId-3fe0d3e6.d.ts +1 -1
  3264. package/tabs/cssm/hooks/use-collapsible-elements.js +2 -4
  3265. package/tabs/cssm/hooks/use-tablist-titles.js +3 -5
  3266. package/tabs/cssm/hooks/use-tabs.d.ts +2 -2
  3267. package/tabs/cssm/hooks/use-tabs.js +0 -2
  3268. package/tabs/cssm/index-0d7ca9a7.d.ts +3 -27
  3269. package/tabs/cssm/index.js +22 -24
  3270. package/tabs/cssm/mobile.js +17 -19
  3271. package/tabs/cssm/responsive.js +23 -25
  3272. package/tabs/cssm/synthetic-events.js +1 -3
  3273. package/tabs/cssm/{tslib.es6-0857346e.d.ts → tslib.es6-0e9bf404.d.ts} +0 -0
  3274. package/tabs/cssm/{tslib.es6-0857346e.js → tslib.es6-0e9bf404.js} +0 -0
  3275. package/tabs/cssm/utils-1574ad8b.d.ts +3 -2
  3276. package/tabs/desktop.js +18 -20
  3277. package/tabs/esm/Component-3fe0d3e6.d.ts +3 -2
  3278. package/tabs/esm/Component.responsive-0d7ca9a7.d.ts +29 -0
  3279. package/tabs/esm/components/primary-tablist/Component.desktop.js +7 -7
  3280. package/tabs/esm/components/primary-tablist/Component.js +8 -8
  3281. package/tabs/esm/components/primary-tablist/Component.mobile.js +8 -8
  3282. package/tabs/esm/components/primary-tablist/Component.responsive.js +10 -10
  3283. package/tabs/esm/components/primary-tablist/index.css +29 -29
  3284. package/tabs/esm/components/primary-tablist/mobile.css +32 -32
  3285. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  3286. package/tabs/esm/components/scrollable-container/index.css +5 -5
  3287. package/tabs/esm/components/scrollable-container/index.js +1 -1
  3288. package/tabs/esm/components/secondary-tablist/Component.desktop.js +6 -6
  3289. package/tabs/esm/components/secondary-tablist/Component.js +3 -3
  3290. package/tabs/esm/components/secondary-tablist/Component.mobile.js +7 -7
  3291. package/tabs/esm/components/secondary-tablist/Component.responsive.js +8 -8
  3292. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  3293. package/tabs/esm/components/secondary-tablist/mobile.css +13 -13
  3294. package/tabs/esm/components/tab/Component.js +1 -1
  3295. package/tabs/esm/components/tab/index.css +3 -3
  3296. package/tabs/esm/components/tab/index.js +1 -1
  3297. package/tabs/esm/components/tabs/Component.desktop.js +12 -12
  3298. package/tabs/esm/components/tabs/Component.mobile.js +12 -12
  3299. package/tabs/esm/components/tabs/Component.responsive.js +17 -17
  3300. package/tabs/esm/components/title/Component.js +1 -1
  3301. package/tabs/esm/components/title/index.js +2 -2
  3302. package/tabs/esm/desktop.js +14 -14
  3303. package/tabs/esm/getDataTestId-3fe0d3e6.d.ts +1 -1
  3304. package/tabs/esm/hooks/use-collapsible-elements.js +2 -2
  3305. package/tabs/esm/hooks/use-tablist-titles.js +3 -3
  3306. package/tabs/esm/hooks/use-tabs.d.ts +2 -2
  3307. package/tabs/esm/index-0d7ca9a7.d.ts +3 -27
  3308. package/tabs/esm/index.js +19 -19
  3309. package/tabs/esm/index.module-87e28b8e.js +4 -0
  3310. package/tabs/esm/index.module-d597f34c.js +4 -0
  3311. package/tabs/esm/mobile.js +14 -14
  3312. package/tabs/esm/responsive.js +19 -19
  3313. package/tabs/esm/synthetic-events.js +1 -1
  3314. package/tabs/esm/{tslib.es6-442504cd.d.ts → tslib.es6-6282fefa.d.ts} +0 -0
  3315. package/tabs/esm/{tslib.es6-442504cd.js → tslib.es6-6282fefa.js} +0 -0
  3316. package/tabs/esm/utils-1574ad8b.d.ts +3 -2
  3317. package/tabs/getDataTestId-3fe0d3e6.d.ts +1 -1
  3318. package/tabs/hooks/use-collapsible-elements.js +2 -4
  3319. package/tabs/hooks/use-tablist-titles.js +3 -5
  3320. package/tabs/hooks/use-tabs.d.ts +2 -2
  3321. package/tabs/hooks/use-tabs.js +0 -2
  3322. package/tabs/index-0d7ca9a7.d.ts +3 -27
  3323. package/tabs/index.js +22 -24
  3324. package/tabs/index.module-383903ec.js +4 -0
  3325. package/tabs/index.module-d82ed5a5.js +4 -0
  3326. package/tabs/mobile.js +17 -19
  3327. package/tabs/modern/Component-3fe0d3e6.d.ts +3 -2
  3328. package/tabs/modern/Component.responsive-0d7ca9a7.d.ts +29 -0
  3329. package/tabs/modern/components/primary-tablist/Component.desktop.js +8 -8
  3330. package/tabs/modern/components/primary-tablist/Component.js +5 -5
  3331. package/tabs/modern/components/primary-tablist/Component.mobile.js +9 -9
  3332. package/tabs/modern/components/primary-tablist/Component.responsive.js +10 -10
  3333. package/tabs/modern/components/primary-tablist/index.css +29 -29
  3334. package/tabs/modern/components/primary-tablist/mobile.css +32 -32
  3335. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  3336. package/tabs/modern/components/scrollable-container/index.css +5 -5
  3337. package/tabs/modern/components/scrollable-container/index.js +1 -1
  3338. package/tabs/modern/components/secondary-tablist/Component.desktop.js +4 -4
  3339. package/tabs/modern/components/secondary-tablist/Component.js +2 -2
  3340. package/tabs/modern/components/secondary-tablist/Component.mobile.js +5 -5
  3341. package/tabs/modern/components/secondary-tablist/Component.responsive.js +7 -7
  3342. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  3343. package/tabs/modern/components/secondary-tablist/mobile.css +13 -13
  3344. package/tabs/modern/components/tab/Component.js +1 -1
  3345. package/tabs/modern/components/tab/index.css +3 -3
  3346. package/tabs/modern/components/tab/index.js +1 -1
  3347. package/tabs/modern/components/tabs/Component.desktop.js +13 -13
  3348. package/tabs/modern/components/tabs/Component.mobile.js +13 -13
  3349. package/tabs/modern/components/tabs/Component.responsive.js +17 -17
  3350. package/tabs/modern/components/title/index.js +1 -1
  3351. package/tabs/modern/desktop.js +15 -15
  3352. package/tabs/modern/getDataTestId-3fe0d3e6.d.ts +1 -1
  3353. package/tabs/modern/hooks/use-collapsible-elements.js +1 -1
  3354. package/tabs/modern/hooks/use-tablist-titles.js +1 -1
  3355. package/tabs/modern/hooks/use-tabs.d.ts +2 -2
  3356. package/tabs/modern/index-0d7ca9a7.d.ts +3 -27
  3357. package/tabs/modern/index.js +19 -19
  3358. package/tabs/modern/index.module-5ae8c071.js +4 -0
  3359. package/tabs/modern/index.module-89b0354c.js +4 -0
  3360. package/tabs/modern/mobile.js +15 -15
  3361. package/tabs/modern/responsive.js +19 -19
  3362. package/tabs/modern/utils-1574ad8b.d.ts +3 -2
  3363. package/tabs/responsive.js +23 -25
  3364. package/tabs/synthetic-events.js +1 -3
  3365. package/tabs/{tslib.es6-e85b77d3.d.ts → tslib.es6-97b09e77.d.ts} +0 -0
  3366. package/tabs/{tslib.es6-e85b77d3.js → tslib.es6-97b09e77.js} +0 -0
  3367. package/tabs/utils-1574ad8b.d.ts +3 -2
  3368. package/tag/Component.d.ts +3 -3
  3369. package/tag/Component.js +12 -14
  3370. package/tag/cssm/Component.d.ts +3 -3
  3371. package/tag/cssm/Component.js +18 -20
  3372. package/tag/cssm/index.js +0 -2
  3373. package/tag/default.css +8 -8
  3374. package/tag/esm/Component.d.ts +3 -3
  3375. package/tag/esm/Component.js +3 -3
  3376. package/tag/esm/default.css +8 -8
  3377. package/tag/esm/index.css +37 -37
  3378. package/tag/esm/index.js +1 -1
  3379. package/tag/esm/inverted.css +8 -8
  3380. package/tag/index.css +37 -37
  3381. package/tag/index.js +0 -2
  3382. package/tag/inverted.css +8 -8
  3383. package/tag/modern/Component.d.ts +3 -3
  3384. package/tag/modern/Component.js +3 -3
  3385. package/tag/modern/default.css +8 -8
  3386. package/tag/modern/index.css +37 -37
  3387. package/tag/modern/index.js +1 -1
  3388. package/tag/modern/inverted.css +8 -8
  3389. package/textarea/Component.d.ts +1 -1
  3390. package/textarea/Component.js +22 -24
  3391. package/textarea/{PseudoTextArea-fd958250.d.ts → PseudoTextArea-248b3620.d.ts} +0 -0
  3392. package/textarea/PseudoTextArea-248b3620.js +21 -0
  3393. package/textarea/components/PseudoTextArea.js +1 -3
  3394. package/textarea/components/index.d.ts +1 -1
  3395. package/textarea/components/index.js +1 -3
  3396. package/textarea/cssm/Component.js +32 -34
  3397. package/textarea/cssm/components/PseudoTextArea.js +8 -10
  3398. package/textarea/cssm/components/index.js +1 -3
  3399. package/textarea/cssm/index.js +1 -3
  3400. package/textarea/cssm/index.module.css +13 -0
  3401. package/textarea/default.css +19 -19
  3402. package/textarea/esm/Component.js +5 -5
  3403. package/textarea/esm/{PseudoTextArea-2570e442.d.ts → PseudoTextArea-c16894c9.d.ts} +0 -0
  3404. package/textarea/esm/PseudoTextArea-c16894c9.js +15 -0
  3405. package/textarea/esm/components/PseudoTextArea.js +1 -1
  3406. package/textarea/esm/components/index.d.ts +1 -1
  3407. package/textarea/esm/components/index.js +1 -1
  3408. package/textarea/esm/default.css +19 -19
  3409. package/textarea/esm/index.css +60 -47
  3410. package/textarea/esm/index.js +2 -2
  3411. package/textarea/esm/inverted.css +19 -19
  3412. package/textarea/index.css +60 -47
  3413. package/textarea/index.js +1 -3
  3414. package/textarea/inverted.css +19 -19
  3415. package/textarea/modern/Component.js +4 -4
  3416. package/textarea/modern/{PseudoTextArea-39df3bec.d.ts → PseudoTextArea-f065da22.d.ts} +0 -0
  3417. package/textarea/modern/PseudoTextArea-f065da22.js +12 -0
  3418. package/textarea/modern/components/PseudoTextArea.js +1 -1
  3419. package/textarea/modern/components/index.d.ts +1 -1
  3420. package/textarea/modern/components/index.js +1 -1
  3421. package/textarea/modern/default.css +19 -19
  3422. package/textarea/modern/index.css +60 -47
  3423. package/textarea/modern/index.js +3 -3
  3424. package/textarea/modern/inverted.css +19 -19
  3425. package/themes/click.js +3 -3
  3426. package/themes/compiled/mobile-dark-bluetint.css +265 -265
  3427. package/themes/compiled/mobile-dark-bluetint.js +3 -3
  3428. package/themes/corp.js +3 -3
  3429. package/themes/dark.js +3 -3
  3430. package/themes/dist/click.js +3 -3
  3431. package/themes/dist/compiled/mobile-dark-bluetint.css +898 -898
  3432. package/themes/dist/compiled/mobile-dark-bluetint.js +3 -3
  3433. package/themes/dist/corp.js +3 -3
  3434. package/themes/dist/dark.js +3 -3
  3435. package/themes/dist/esm/click.js +1 -1
  3436. package/themes/dist/esm/corp.js +1 -1
  3437. package/themes/dist/esm/dark.js +1 -1
  3438. package/themes/dist/esm/intranet.js +1 -1
  3439. package/themes/dist/esm/mobile.js +1 -1
  3440. package/themes/dist/esm/site.js +1 -1
  3441. package/themes/dist/intranet.js +3 -3
  3442. package/themes/dist/mobile.js +3 -3
  3443. package/themes/dist/modern/click.js +2 -2
  3444. package/themes/dist/modern/corp.js +2 -2
  3445. package/themes/dist/modern/dark.js +2 -2
  3446. package/themes/dist/modern/intranet.js +2 -2
  3447. package/themes/dist/modern/mobile.js +2 -2
  3448. package/themes/dist/modern/site.js +2 -2
  3449. package/themes/dist/site.js +3 -3
  3450. package/themes/esm/click.js +1 -1
  3451. package/themes/esm/corp.js +1 -1
  3452. package/themes/esm/dark.js +1 -1
  3453. package/themes/esm/intranet.js +1 -1
  3454. package/themes/esm/mobile.js +1 -1
  3455. package/themes/esm/site.js +1 -1
  3456. package/themes/intranet.js +3 -3
  3457. package/themes/mobile.js +3 -3
  3458. package/themes/modern/click.js +2 -2
  3459. package/themes/modern/corp.js +2 -2
  3460. package/themes/modern/dark.js +2 -2
  3461. package/themes/modern/intranet.js +2 -2
  3462. package/themes/modern/mobile.js +2 -2
  3463. package/themes/modern/site.js +2 -2
  3464. package/themes/site.js +3 -3
  3465. package/time-input/Component.js +4 -6
  3466. package/time-input/cssm/Component.js +4 -6
  3467. package/time-input/cssm/index.js +1 -3
  3468. package/time-input/cssm/utils/format.d.ts +1 -1
  3469. package/time-input/cssm/utils/format.js +0 -2
  3470. package/time-input/cssm/utils/index.js +0 -2
  3471. package/time-input/esm/index.js +2 -2
  3472. package/time-input/esm/utils/format.d.ts +1 -1
  3473. package/time-input/index.js +1 -3
  3474. package/time-input/modern/index.js +2 -2
  3475. package/time-input/modern/utils/format.d.ts +1 -1
  3476. package/time-input/utils/format.d.ts +1 -1
  3477. package/time-input/utils/format.js +6 -12
  3478. package/time-input/utils/index.js +0 -2
  3479. package/toast/component.js +13 -15
  3480. package/toast/cssm/component.js +17 -19
  3481. package/toast/cssm/index.js +0 -2
  3482. package/toast/esm/component.js +2 -2
  3483. package/toast/esm/index.css +9 -9
  3484. package/toast/esm/index.js +1 -1
  3485. package/toast/index.css +9 -9
  3486. package/toast/index.js +0 -2
  3487. package/toast/modern/component.js +3 -3
  3488. package/toast/modern/index.css +9 -9
  3489. package/toast/modern/index.js +2 -2
  3490. package/toast-plate/component.d.ts +1 -1
  3491. package/toast-plate/component.js +19 -21
  3492. package/toast-plate/cssm/component.d.ts +1 -1
  3493. package/toast-plate/cssm/component.js +24 -26
  3494. package/toast-plate/cssm/index.js +0 -2
  3495. package/toast-plate/default.css +2 -2
  3496. package/toast-plate/esm/component.d.ts +1 -1
  3497. package/toast-plate/esm/component.js +3 -3
  3498. package/toast-plate/esm/default.css +2 -2
  3499. package/toast-plate/esm/index.css +15 -15
  3500. package/toast-plate/esm/index.js +1 -1
  3501. package/toast-plate/esm/inverted.css +2 -2
  3502. package/toast-plate/index.css +15 -15
  3503. package/toast-plate/index.js +0 -2
  3504. package/toast-plate/inverted.css +2 -2
  3505. package/toast-plate/modern/component.d.ts +1 -1
  3506. package/toast-plate/modern/component.js +5 -5
  3507. package/toast-plate/modern/default.css +2 -2
  3508. package/toast-plate/modern/index.css +15 -15
  3509. package/toast-plate/modern/index.js +3 -3
  3510. package/toast-plate/modern/inverted.css +2 -2
  3511. package/tooltip/{Component-22e38a2d.d.ts → Component-c3e4ac06.d.ts} +3 -3
  3512. package/tooltip/{Component-22e38a2d.js → Component-c3e4ac06.js} +16 -16
  3513. package/tooltip/Component.js +2 -4
  3514. package/tooltip/component.responsive.d.ts +5 -0
  3515. package/tooltip/component.responsive.js +16 -18
  3516. package/tooltip/cssm/{Component-9d6ea206.d.ts → Component-5df4bbce.d.ts} +3 -3
  3517. package/tooltip/cssm/{Component-9d6ea206.js → Component-5df4bbce.js} +18 -18
  3518. package/tooltip/cssm/Component.js +2 -4
  3519. package/tooltip/cssm/component.responsive.d.ts +5 -0
  3520. package/tooltip/cssm/component.responsive.js +19 -21
  3521. package/tooltip/cssm/desktop.d.ts +1 -0
  3522. package/tooltip/cssm/desktop.js +12 -0
  3523. package/tooltip/cssm/index.d.ts +2 -1
  3524. package/tooltip/cssm/index.js +9 -4
  3525. package/tooltip/cssm/index.module.css +4 -0
  3526. package/tooltip/cssm/responsive.d.ts +1 -0
  3527. package/tooltip/cssm/responsive.js +2 -4
  3528. package/tooltip/cssm/utils.js +0 -2
  3529. package/tooltip/default.css +3 -3
  3530. package/tooltip/desktop.d.ts +1 -0
  3531. package/tooltip/desktop.js +9 -0
  3532. package/tooltip/esm/{Component-cc3d0c6a.d.ts → Component-b1cab863.d.ts} +3 -3
  3533. package/tooltip/esm/{Component-cc3d0c6a.js → Component-b1cab863.js} +5 -5
  3534. package/tooltip/esm/Component.js +1 -1
  3535. package/tooltip/esm/component.responsive.d.ts +5 -0
  3536. package/tooltip/esm/component.responsive.js +9 -9
  3537. package/tooltip/esm/default.css +3 -3
  3538. package/tooltip/esm/desktop.d.ts +1 -0
  3539. package/tooltip/esm/desktop.js +5 -0
  3540. package/tooltip/esm/index.css +10 -6
  3541. package/tooltip/esm/index.d.ts +2 -1
  3542. package/tooltip/esm/index.js +6 -1
  3543. package/tooltip/esm/inverted.css +5 -5
  3544. package/tooltip/esm/responsive.css +3 -3
  3545. package/tooltip/esm/responsive.d.ts +1 -0
  3546. package/tooltip/esm/responsive.js +2 -2
  3547. package/tooltip/index.css +10 -6
  3548. package/tooltip/index.d.ts +2 -1
  3549. package/tooltip/index.js +8 -4
  3550. package/tooltip/inverted.css +5 -5
  3551. package/tooltip/modern/Component.d.ts +3 -3
  3552. package/tooltip/modern/Component.js +5 -5
  3553. package/tooltip/modern/component.responsive.d.ts +5 -0
  3554. package/tooltip/modern/component.responsive.js +9 -9
  3555. package/tooltip/modern/default.css +3 -3
  3556. package/tooltip/modern/desktop.d.ts +1 -0
  3557. package/tooltip/modern/desktop.js +5 -0
  3558. package/tooltip/modern/index.css +10 -6
  3559. package/tooltip/modern/index.d.ts +2 -1
  3560. package/tooltip/modern/index.js +6 -1
  3561. package/tooltip/modern/inverted.css +5 -5
  3562. package/tooltip/modern/responsive.css +3 -3
  3563. package/tooltip/modern/responsive.d.ts +1 -0
  3564. package/tooltip/modern/responsive.js +5 -5
  3565. package/tooltip/responsive.css +3 -3
  3566. package/tooltip/responsive.d.ts +1 -0
  3567. package/tooltip/responsive.js +2 -4
  3568. package/tooltip/utils.js +0 -2
  3569. package/typography/colors.css +12 -12
  3570. package/typography/colors.js +0 -2
  3571. package/typography/{colors.module-8f10d695.d.ts → colors.module-bf5cdf66.d.ts} +0 -0
  3572. package/typography/{colors.module-8f10d695.js → colors.module-bf5cdf66.js} +1 -1
  3573. package/typography/common.module-8c6b627f.js +4 -0
  3574. package/typography/component.js +5 -7
  3575. package/typography/cssm/colors.js +0 -2
  3576. package/typography/cssm/component.js +5 -7
  3577. package/typography/cssm/index.js +7 -9
  3578. package/typography/cssm/presets.js +0 -2
  3579. package/typography/cssm/text/component.js +11 -13
  3580. package/typography/cssm/text/index.js +2 -4
  3581. package/typography/cssm/title/component.d.ts +1 -1
  3582. package/typography/cssm/title/component.js +6 -8
  3583. package/typography/cssm/title/index.d.ts +2 -1
  3584. package/typography/cssm/title/index.js +8 -10
  3585. package/typography/cssm/title-mobile/component.js +8 -10
  3586. package/typography/cssm/title-mobile/index.js +3 -5
  3587. package/typography/cssm/title-responsive/component.js +8 -10
  3588. package/typography/cssm/title-responsive/index.js +3 -5
  3589. package/typography/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  3590. package/typography/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  3591. package/typography/esm/colors.css +12 -12
  3592. package/typography/esm/{colors.module-4c500b8f.d.ts → colors.module-6165745a.d.ts} +0 -0
  3593. package/typography/esm/{colors.module-4c500b8f.js → colors.module-6165745a.js} +2 -2
  3594. package/typography/esm/common.module-4ce0321b.js +4 -0
  3595. package/typography/esm/component.js +5 -5
  3596. package/typography/esm/index.js +6 -6
  3597. package/typography/esm/text/component.js +2 -2
  3598. package/typography/esm/text/index.css +14 -14
  3599. package/typography/esm/text/index.js +2 -2
  3600. package/typography/esm/title/common.css +4 -4
  3601. package/typography/esm/title/component.d.ts +1 -1
  3602. package/typography/esm/title/component.js +2 -2
  3603. package/typography/esm/title/index.css +18 -18
  3604. package/typography/esm/title/index.d.ts +2 -1
  3605. package/typography/esm/title/index.js +4 -4
  3606. package/typography/esm/title-mobile/component.js +4 -4
  3607. package/typography/esm/title-mobile/index.css +13 -13
  3608. package/typography/esm/title-mobile/index.js +4 -4
  3609. package/typography/esm/title-responsive/component.js +4 -4
  3610. package/typography/esm/title-responsive/index.css +40 -40
  3611. package/typography/esm/title-responsive/index.js +4 -4
  3612. package/typography/index.js +6 -8
  3613. package/typography/modern/colors.css +12 -12
  3614. package/typography/modern/colors.module-e62b3a57.js +4 -0
  3615. package/typography/modern/common.module-9d782690.js +4 -0
  3616. package/typography/modern/component.js +5 -5
  3617. package/typography/modern/index.js +6 -6
  3618. package/typography/modern/text/component.js +2 -2
  3619. package/typography/modern/text/index.css +14 -14
  3620. package/typography/modern/text/index.js +2 -2
  3621. package/typography/modern/title/common.css +4 -4
  3622. package/typography/modern/title/component.d.ts +1 -1
  3623. package/typography/modern/title/component.js +1 -1
  3624. package/typography/modern/title/index.css +18 -18
  3625. package/typography/modern/title/index.d.ts +2 -1
  3626. package/typography/modern/title/index.js +4 -4
  3627. package/typography/modern/title-mobile/component.js +4 -4
  3628. package/typography/modern/title-mobile/index.css +13 -13
  3629. package/typography/modern/title-mobile/index.js +4 -4
  3630. package/typography/modern/title-responsive/component.js +4 -4
  3631. package/typography/modern/title-responsive/index.css +40 -40
  3632. package/typography/modern/title-responsive/index.js +4 -4
  3633. package/typography/presets.js +0 -2
  3634. package/typography/text/component.js +6 -8
  3635. package/typography/text/index.css +14 -14
  3636. package/typography/text/index.js +2 -4
  3637. package/typography/title/common.css +4 -4
  3638. package/typography/title/component.d.ts +1 -1
  3639. package/typography/title/component.js +5 -7
  3640. package/typography/title/index.css +18 -18
  3641. package/typography/title/index.d.ts +2 -1
  3642. package/typography/title/index.js +7 -9
  3643. package/typography/title-mobile/component.js +7 -9
  3644. package/typography/title-mobile/index.css +13 -13
  3645. package/typography/title-mobile/index.js +4 -6
  3646. package/typography/title-responsive/component.js +7 -9
  3647. package/typography/title-responsive/index.css +40 -40
  3648. package/typography/title-responsive/index.js +4 -6
  3649. package/vars/colors-bluetint.js +3 -3
  3650. package/vars/colors-indigo.js +3 -3
  3651. package/vars/cssm/colors-bluetint.js +3 -3
  3652. package/vars/cssm/colors-indigo.js +3 -3
  3653. package/vars/dist/colors-bluetint.js +3 -3
  3654. package/vars/dist/colors-indigo.js +3 -3
  3655. package/vars/dist/cssm/colors-bluetint.js +3 -3
  3656. package/vars/dist/cssm/colors-indigo.js +3 -3
  3657. package/vars/dist/esm/colors-bluetint.js +1 -1
  3658. package/vars/dist/esm/colors-indigo.js +1 -1
  3659. package/vars/dist/modern/colors-bluetint.js +2 -2
  3660. package/vars/dist/modern/colors-indigo.js +2 -2
  3661. package/vars/esm/colors-bluetint.js +1 -1
  3662. package/vars/esm/colors-indigo.js +1 -1
  3663. package/vars/modern/colors-bluetint.js +2 -2
  3664. package/vars/modern/colors-indigo.js +2 -2
  3665. package/with-suffix/Component.js +11 -13
  3666. package/with-suffix/cssm/Component.js +15 -17
  3667. package/with-suffix/cssm/index.js +0 -2
  3668. package/with-suffix/esm/Component.js +1 -1
  3669. package/with-suffix/esm/index.css +8 -8
  3670. package/with-suffix/esm/index.js +1 -1
  3671. package/with-suffix/index.css +8 -8
  3672. package/with-suffix/index.js +0 -2
  3673. package/with-suffix/modern/Component.js +1 -1
  3674. package/with-suffix/modern/index.css +8 -8
  3675. package/with-suffix/modern/index.js +1 -1
  3676. package/calendar-range/modern/index.module-47bb9587.js +0 -4
  3677. package/confirmation/countdown-section-f4894842.js +0 -47
  3678. package/gallery/slide-d487b591.js +0 -47
  3679. package/grid/esm/gutters.module-62f99282.js +0 -30
  3680. package/grid/gutters.module-ecd24c6e.js +0 -31
  3681. package/grid/modern/gutters.module-977762de.js +0 -4
  3682. package/input-autocomplete/modern/Component.js +0 -17
  3683. package/pass-code/cssm/getDataTestId-12a31ec3.d.ts +0 -2
  3684. package/pass-code/cssm/getDataTestId-12a31ec3.js +0 -6
  3685. package/pass-code/esm/getDataTestId-88398753.d.ts +0 -2
  3686. package/pass-code/esm/getDataTestId-88398753.js +0 -6
  3687. package/pass-code/getDataTestId-369d6436.d.ts +0 -2
  3688. package/pass-code/getDataTestId-369d6436.js +0 -6
  3689. package/pass-code/modern/getDataTestId-8aaf656f.d.ts +0 -2
  3690. package/pure-cell/component-4fec421a.js +0 -117
  3691. package/pure-cell/cssm/getDataTestId-12a31ec3.d.ts +0 -2
  3692. package/pure-cell/cssm/getDataTestId-12a31ec3.js +0 -6
  3693. package/pure-cell/esm/getDataTestId-1e61a13f.d.ts +0 -2
  3694. package/pure-cell/esm/getDataTestId-1e61a13f.js +0 -6
  3695. package/pure-cell/getDataTestId-6ba44771.d.ts +0 -2
  3696. package/pure-cell/getDataTestId-6ba44771.js +0 -6
  3697. package/pure-cell/modern/getDataTestId-dd0aed78.d.ts +0 -2
  3698. package/tabs/esm/index.module-06a4ba0a.js +0 -4
  3699. package/tabs/esm/index.module-fff420f1.js +0 -4
  3700. package/tabs/index.module-a1b32357.js +0 -4
  3701. package/tabs/index.module-cfa18052.js +0 -4
  3702. package/tabs/modern/index.module-06a4ba0a.js +0 -4
  3703. package/tabs/modern/index.module-fff420f1.js +0 -4
  3704. package/textarea/PseudoTextArea-fd958250.js +0 -21
  3705. package/textarea/esm/PseudoTextArea-2570e442.js +0 -15
  3706. package/textarea/modern/PseudoTextArea-39df3bec.js +0 -12
  3707. package/typography/common.module-0e8a0c08.js +0 -4
  3708. package/typography/esm/common.module-81c9867d.js +0 -4
  3709. package/typography/modern/colors.module-56b37b72.js +0 -4
  3710. package/typography/modern/common.module-81c9867d.js +0 -4
@@ -1,337 +1,337 @@
1
- .card-image__cardImage_orjby {
1
+ .card-image__cardImage_1glcg {
2
2
  background: #e7e8ea;
3
3
  }
4
- .card-image__loaded_orjby {
4
+ .card-image__loaded_1glcg {
5
5
  background: transparent
6
- }.backdrop__backdrop_1q0f3 {
7
- -webkit-tap-highlight-color: transparent;
8
- }
9
- .backdrop__appear_1q0f3,
10
- .backdrop__enter_1q0f3 {
11
- background-color: transparent;
12
- }
13
- .backdrop__appearActive_1q0f3,
14
- .backdrop__enterActive_1q0f3,
15
- .backdrop__appearDone_1q0f3,
16
- .backdrop__enterDone_1q0f3 {
17
- background-color: rgba(0, 0, 0, 0.8);
18
- }
19
- .backdrop__exit_1q0f3 {
20
- background-color: rgba(0, 0, 0, 0.8);
21
- }
22
- .backdrop__exitActive_1q0f3,
23
- .backdrop__exitDone_1q0f3 {
24
- background-color: transparent;
25
- }.badge__component_159e2 {
6
+ }.badge__component_nir67 {
26
7
  background-color: #ef3124;
27
8
  color: #000;
28
9
  }
29
- .badge__outlineCount_159e2 {
10
+ .badge__outlineCount_nir67 {
30
11
  background-color: #121212;
31
12
  }
32
- .badge__icon_159e2 {
13
+ .badge__icon_nir67 {
33
14
  color: #2fc26e
34
15
  }
35
- .badge__icon_159e2.badge__positive_159e2 {
16
+ .badge__icon_nir67.badge__positive_nir67 {
36
17
  color: #2fc26e;
37
18
  background-color: #2fc26e;
38
19
  }
39
- .badge__icon_159e2.badge__attention_159e2 {
20
+ .badge__icon_nir67.badge__attention_nir67 {
40
21
  color: #f6bf65;
41
22
  background-color: #f6bf65;
42
23
  }
43
- .badge__icon_159e2.badge__negative_159e2 {
24
+ .badge__icon_nir67.badge__negative_nir67 {
44
25
  color: #d91d0b;
45
26
  background-color: #d91d0b;
46
27
  }
47
- .badge__icon_159e2.badge__link_159e2 {
28
+ .badge__icon_nir67.badge__link_nir67 {
48
29
  color: #0072ef;
49
30
  background-color: #0072ef;
50
31
  }
51
- .badge__icon_159e2.badge__tertiary_159e2 {
32
+ .badge__icon_nir67.badge__tertiary_nir67 {
52
33
  color: #464649;
53
34
  background-color: #464649;
54
35
  }
55
- .badge__icon_159e2.badge__secondary_159e2 {
36
+ .badge__icon_nir67.badge__secondary_nir67 {
56
37
  color: #8d8d93;
57
38
  background-color: #8d8d93;
58
39
  }
59
- .badge__icon_159e2.badge__primary_159e2 {
40
+ .badge__icon_nir67.badge__primary_nir67 {
60
41
  color: #fff;
61
42
  background-color: #fff;
62
43
  }
63
- .badge__icon_159e2:before {
44
+ .badge__icon_nir67:before {
64
45
  background-color: #121212;
65
46
  }
66
- .badge__outline_159e2 {
47
+ .badge__outline_nir67 {
67
48
  background-color: #121212;
68
49
  }
69
- .badge__outlineColor_159e2.badge__attention_159e2 {
50
+ .badge__outlineColor_nir67.badge__attention_nir67 {
70
51
  background-color: #f6bf65;
71
52
  }
72
- .badge__outlineColor_159e2.badge__positive_159e2 {
53
+ .badge__outlineColor_nir67.badge__positive_nir67 {
73
54
  background-color: #2fc26e;
74
55
  }
75
- .badge__outlineColor_159e2.badge__negative_159e2 {
56
+ .badge__outlineColor_nir67.badge__negative_nir67 {
76
57
  background-color: #d91d0b;
77
58
  }
78
- .badge__outlineColor_159e2.badge__link_159e2 {
59
+ .badge__outlineColor_nir67.badge__link_nir67 {
79
60
  background-color: #0072ef;
80
61
  }
81
- .badge__outlineColor_159e2 .badge__tertiary_159e2 {
62
+ .badge__outlineColor_nir67 .badge__tertiary_nir67 {
82
63
  background-color: #464649;
83
64
  }
84
- .badge__outlineColor_159e2.badge__secondary_159e2 {
65
+ .badge__outlineColor_nir67.badge__secondary_nir67 {
85
66
  background-color: #8d8d93;
86
67
  }
87
- .badge__outlineColor_159e2.badge__primary_159e2 {
68
+ .badge__outlineColor_nir67.badge__primary_nir67 {
88
69
  background-color: #fff;
89
- }.checkbox-group__error_1aa73 {
70
+ }.backdrop__backdrop_yy7eg {
71
+ -webkit-tap-highlight-color: transparent;
72
+ }
73
+ .backdrop__appear_yy7eg,
74
+ .backdrop__enter_yy7eg {
75
+ background-color: transparent;
76
+ }
77
+ .backdrop__appearActive_yy7eg,
78
+ .backdrop__enterActive_yy7eg,
79
+ .backdrop__appearDone_yy7eg,
80
+ .backdrop__enterDone_yy7eg {
81
+ background-color: rgba(0, 0, 0, 0.8);
82
+ }
83
+ .backdrop__exit_yy7eg {
84
+ background-color: rgba(0, 0, 0, 0.8);
85
+ }
86
+ .backdrop__exitActive_yy7eg,
87
+ .backdrop__exitDone_yy7eg {
88
+ background-color: transparent;
89
+ }.checkbox-group__error_m462j {
90
90
  border-left: 1px solid #f15045;
91
91
  }
92
- .checkbox-group__label_1aa73 {
92
+ .checkbox-group__label_m462j {
93
93
  color: #fff;
94
94
  }
95
- .checkbox-group__errorMessage_1aa73 {
95
+ .checkbox-group__errorMessage_m462j {
96
96
  color: #f15045;
97
97
  }
98
- .checkbox-group__hint_1aa73 {
98
+ .checkbox-group__hint_m462j {
99
99
  color: rgba(235, 235, 245, 0.6);
100
- }.checkbox__box_tnnn1 {
100
+ }.divider__component_finq2 {
101
+ border-bottom: 1px solid #2b2b2e;
102
+ }.checkbox__box_1l6qd {
101
103
  color: #000;
102
104
  background-color: #000;
103
105
  border: 1.5px solid #8d8d93;
104
106
  }
105
- .checkbox__checkedIcon_tnnn1 {
107
+ .checkbox__checkedIcon_1l6qd {
106
108
  color: #000;
107
109
  }
108
- .checkbox__component_tnnn1:hover:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
110
+ .checkbox__component_1l6qd:hover:not(.checkbox__disabled_1l6qd):not(.checkbox__inactive_1l6qd) .checkbox__box_1l6qd {
109
111
  background-color: #000;
110
112
  border-color: #8d8d93;
111
113
  }
112
- .checkbox__component_tnnn1:active:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
114
+ .checkbox__component_1l6qd:active:not(.checkbox__disabled_1l6qd):not(.checkbox__inactive_1l6qd) .checkbox__box_1l6qd {
113
115
  background-color: #000;
114
116
  border-color: #fff;
115
117
  }
116
- .checkbox__checked_tnnn1 .checkbox__box_tnnn1 {
118
+ .checkbox__checked_1l6qd .checkbox__box_1l6qd {
117
119
  background-color: #fff;
118
120
  border-color: transparent;
119
121
  }
120
- .checkbox__checked_tnnn1:hover:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
122
+ .checkbox__checked_1l6qd:hover:not(.checkbox__disabled_1l6qd):not(.checkbox__inactive_1l6qd) .checkbox__box_1l6qd {
121
123
  background-color: rgb(255, 255, 255);
122
124
  border-color: transparent;
123
125
  }
124
- .checkbox__checked_tnnn1:active:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
126
+ .checkbox__checked_1l6qd:active:not(.checkbox__disabled_1l6qd):not(.checkbox__inactive_1l6qd) .checkbox__box_1l6qd {
125
127
  background-color: rgb(255, 255, 255);
126
128
  border-color: transparent;
127
129
  }
128
- .checkbox__indeterminate_tnnn1 .checkbox__box_tnnn1 {
130
+ .checkbox__indeterminate_1l6qd .checkbox__box_1l6qd {
129
131
  background-color: #fff;
130
132
  border-color: transparent;
131
133
  }
132
- .checkbox__indeterminate_tnnn1:hover:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
134
+ .checkbox__indeterminate_1l6qd:hover:not(.checkbox__disabled_1l6qd):not(.checkbox__inactive_1l6qd) .checkbox__box_1l6qd {
133
135
  background-color: rgb(255, 255, 255);
134
136
  border-color: transparent;
135
137
  }
136
- .checkbox__indeterminate_tnnn1:active:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
138
+ .checkbox__indeterminate_1l6qd:active:not(.checkbox__disabled_1l6qd):not(.checkbox__inactive_1l6qd) .checkbox__box_1l6qd {
137
139
  background-color: rgb(255, 255, 255);
138
140
  border-color: transparent;
139
141
  }
140
- .checkbox__disabled_tnnn1 .checkbox__box_tnnn1 {
142
+ .checkbox__disabled_1l6qd .checkbox__box_1l6qd {
141
143
  background-color: #000;
142
144
  border-color: #2a2a2c;
143
145
  }
144
- .checkbox__disabled_tnnn1.checkbox__checked_tnnn1 .checkbox__box_tnnn1 {
146
+ .checkbox__disabled_1l6qd.checkbox__checked_1l6qd .checkbox__box_1l6qd {
145
147
  background-color: #3a3a3c;
146
148
  border-color: transparent;
147
149
  }
148
- .checkbox__disabled_tnnn1.checkbox__indeterminate_tnnn1 .checkbox__box_tnnn1 {
150
+ .checkbox__disabled_1l6qd.checkbox__indeterminate_1l6qd .checkbox__box_1l6qd {
149
151
  background-color: #3a3a3c;
150
152
  border-color: transparent;
151
153
  }
152
- .checkbox__disabled_tnnn1 .checkbox__label_tnnn1 {
154
+ .checkbox__disabled_1l6qd .checkbox__label_1l6qd {
153
155
  color: rgba(235, 235, 245, 0.6);
154
156
  }
155
- .checkbox__disabled_tnnn1 .checkbox__hint_tnnn1 {
157
+ .checkbox__disabled_1l6qd .checkbox__hint_1l6qd {
156
158
  color: rgba(235, 235, 245, 0.6);
157
159
  }
158
- .checkbox__inactive_tnnn1 .checkbox__box_tnnn1 {
160
+ .checkbox__inactive_1l6qd .checkbox__box_1l6qd {
159
161
  background-color: #3a3a3c;
160
162
  border-color: #464649;
161
163
  }
162
- .checkbox__inactive_tnnn1.checkbox__checked_tnnn1 .checkbox__box_tnnn1 {
164
+ .checkbox__inactive_1l6qd.checkbox__checked_1l6qd .checkbox__box_1l6qd {
163
165
  color: #464649;
164
166
  border-color: transparent;
165
167
  }
166
- .checkbox__inactive_tnnn1.checkbox__indeterminate_tnnn1 .checkbox__box_tnnn1 {
168
+ .checkbox__inactive_1l6qd.checkbox__indeterminate_1l6qd .checkbox__box_1l6qd {
167
169
  border-color: transparent;
168
170
  }
169
- .checkbox__focused_tnnn1 .checkbox__box_tnnn1 {
171
+ .checkbox__focused_1l6qd .checkbox__box_1l6qd {
170
172
  outline: 2px solid #0072ef;
171
173
  }
172
- .checkbox__label_tnnn1 {
174
+ .checkbox__label_1l6qd {
173
175
  color: #fff;
174
176
  }
175
- .checkbox__errorMessage_tnnn1 {
177
+ .checkbox__errorMessage_1l6qd {
176
178
  color: #f15045;
177
179
  }
178
- .checkbox__hint_tnnn1 {
180
+ .checkbox__hint_1l6qd {
179
181
  color: rgba(235, 235, 245, 0.6);
180
182
  }
181
- .checkbox__inactive_tnnn1 .checkbox__indeterminateLine_tnnn1 {
183
+ .checkbox__inactive_1l6qd .checkbox__indeterminateLine_1l6qd {
182
184
  background-color: #464649;
183
185
  }
184
- .checkbox__indeterminateLine_tnnn1 {
186
+ .checkbox__indeterminateLine_1l6qd {
185
187
  background-color: #000;
186
188
  }
187
189
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
188
- }.divider__component_15uiq {
189
- border-bottom: 1px solid #2b2b2e;
190
- }.dropzone__component_ix9tt {
190
+ }.dropzone__component_13g41 {
191
191
  border: 2px dashed #464649;
192
192
  }
193
- .dropzone__component_ix9tt:not(.dropzone__disabled_ix9tt):hover {
193
+ .dropzone__component_13g41:not(.dropzone__disabled_13g41):hover {
194
194
  background-color: transparent;
195
195
  }
196
- .dropzone__dragOver_ix9tt {
196
+ .dropzone__dragOver_13g41 {
197
197
  background-color: transparent;
198
198
  }
199
- .dropzone__error_ix9tt {
199
+ .dropzone__error_13g41 {
200
200
  border-color: #ef3124;
201
201
  }
202
- .dropzone__overlay_6mkbz {
202
+ .dropzone__overlay_1g2dm {
203
203
  background: #202022;
204
204
  }
205
- .dropzone__text_6mkbz {
205
+ .dropzone__text_1g2dm {
206
206
  color: #fff;
207
- }.code-input__error_lplng {
207
+ }.code-input__error_wkwnr {
208
208
  color: #f15045;
209
209
  }
210
- @keyframes code-input__shake_lplng {
210
+ @keyframes code-input__shake_wkwnr {
211
211
  }
212
- .code-input__input_qhfb3 {
212
+ .code-input__input_vi113 {
213
213
  background-color: #202022;
214
214
  color: #fff
215
215
  }
216
- .code-input__input_qhfb3.code-input__hasError_qhfb3 {
216
+ .code-input__input_vi113.code-input__hasError_vi113 {
217
217
  color: #f15045;
218
218
  caret-color: #fff;
219
219
  background-color: #35110d;
220
220
  }
221
- .code-input__input_qhfb3.code-input__disabled_qhfb3 {
221
+ .code-input__input_vi113.code-input__disabled_vi113 {
222
222
  color: rgba(235, 235, 245, 0.3);
223
223
  }
224
- .code-input__input_qhfb3:-webkit-autofill {
224
+ .code-input__input_vi113:-webkit-autofill {
225
225
  -webkit-text-fill-color: #fff;
226
- }.form-control__component_1fh1l {
226
+ }.form-control__component_1ohkk {
227
227
  color: #fff;
228
228
  }
229
- .form-control__inner_1fh1l {
229
+ .form-control__inner_1ohkk {
230
230
  background-color: #202022;
231
231
  }
232
- .form-control__label_1fh1l {
232
+ .form-control__label_1ohkk {
233
233
  color: rgba(235, 235, 245, 0.6);
234
234
  }
235
- .form-control__hint_1fh1l {
235
+ .form-control__hint_1ohkk {
236
236
  color: rgba(235, 235, 245, 0.6);
237
237
  }
238
- .form-control__disabled_1fh1l {
238
+ .form-control__disabled_1ohkk {
239
239
  background-color: #202022;
240
240
  color: rgba(235, 235, 245, 0.6);
241
241
  }
242
- .form-control__disabled_1fh1l.form-control__hasError_1fh1l {
242
+ .form-control__disabled_1ohkk.form-control__hasError_1ohkk {
243
243
  background-color: #202022;
244
244
  }
245
- .form-control__disabled_1fh1l.form-control__filled_1fh1l .form-control__label_1fh1l {
245
+ .form-control__disabled_1ohkk.form-control__filled_1ohkk .form-control__label_1ohkk {
246
246
  color: rgba(235, 235, 245, 0.6);
247
247
  }
248
- .form-control__inner_1fh1l:not(.form-control__disabled_1fh1l):hover {
248
+ .form-control__inner_1ohkk:not(.form-control__disabled_1ohkk):hover {
249
249
  background-color: #202022;
250
250
  }
251
- .form-control__focused_1fh1l.form-control__inner_1fh1l,
252
- .form-control__focused_1fh1l.form-control__inner_1fh1l:hover {
251
+ .form-control__focused_1ohkk.form-control__inner_1ohkk,
252
+ .form-control__focused_1ohkk.form-control__inner_1ohkk:hover {
253
253
  background-color: #202022
254
254
  }
255
- .form-control__error_1fh1l {
255
+ .form-control__error_1ohkk {
256
256
  color: #f15045;
257
257
  }
258
- .form-control__hasError_1fh1l .form-control__label_1fh1l {
258
+ .form-control__hasError_1ohkk .form-control__label_1ohkk {
259
259
  color: #f15045;
260
260
  }
261
- .form-control__hasError_1fh1l {
261
+ .form-control__hasError_1ohkk {
262
262
  background-color: #202022;
263
263
  }
264
264
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
265
265
  }
266
- .form-control__component_k328x {
266
+ .form-control__component_t3l80 {
267
267
  color: #000;
268
268
  }
269
- .form-control__inner_k328x {
269
+ .form-control__inner_t3l80 {
270
270
  background-color: #f3f4f5;
271
271
  }
272
- .form-control__label_k328x {
272
+ .form-control__label_t3l80 {
273
273
  color: rgba(60, 60, 67, 0.6);
274
274
  }
275
- .form-control__hint_k328x {
275
+ .form-control__hint_t3l80 {
276
276
  color: rgba(60, 60, 67, 0.6);
277
277
  }
278
- .form-control__disabled_k328x {
278
+ .form-control__disabled_t3l80 {
279
279
  background-color: #f3f4f5;
280
280
  color: rgba(60, 60, 67, 0.6);
281
281
  }
282
- .form-control__disabled_k328x.form-control__hasError_k328x {
282
+ .form-control__disabled_t3l80.form-control__hasError_t3l80 {
283
283
  background-color: #f3f4f5;
284
284
  }
285
- .form-control__disabled_k328x.form-control__filled_k328x .form-control__label_k328x {
285
+ .form-control__disabled_t3l80.form-control__filled_t3l80 .form-control__label_t3l80 {
286
286
  color: rgba(60, 60, 67, 0.6);
287
287
  }
288
- .form-control__inner_k328x:not(.form-control__disabled_k328x):hover {
288
+ .form-control__inner_t3l80:not(.form-control__disabled_t3l80):hover {
289
289
  background-color: #f3f4f5;
290
290
  }
291
- .form-control__focused_k328x.form-control__inner_k328x,
292
- .form-control__focused_k328x.form-control__inner_k328x:hover {
291
+ .form-control__focused_t3l80.form-control__inner_t3l80,
292
+ .form-control__focused_t3l80.form-control__inner_t3l80:hover {
293
293
  background-color: #f3f4f5
294
294
  }
295
- .form-control__error_k328x {
295
+ .form-control__error_t3l80 {
296
296
  color: #ef3124;
297
297
  }
298
- .form-control__hasError_k328x .form-control__label_k328x {
298
+ .form-control__hasError_t3l80 .form-control__label_t3l80 {
299
299
  color: #ef3124;
300
300
  }
301
- .form-control__hasError_k328x {
301
+ .form-control__hasError_t3l80 {
302
302
  background-color: #f3f4f5;
303
- }.hatching-progress-bar__container_1bx3d {
303
+ }.hatching-progress-bar__container_aecft {
304
304
  background: rgba(255, 255, 255, 0.1);
305
305
  }
306
- .hatching-progress-bar__hatch_1bx3d {
306
+ .hatching-progress-bar__hatch_aecft {
307
307
  background: repeating-linear-gradient(
308
308
  -45deg,
309
309
  #464649 6px 10px,
310
310
  rgba(255, 255, 255, 0) 10px 18px
311
311
  );
312
312
  }
313
- .hatching-progress-bar__positive_1bx3d {
313
+ .hatching-progress-bar__positive_aecft {
314
314
  background: #2fc26e;
315
315
  }
316
- .hatching-progress-bar__attention_1bx3d {
316
+ .hatching-progress-bar__attention_aecft {
317
317
  background: #f6bf65;
318
318
  }
319
- .hatching-progress-bar__negative_1bx3d {
319
+ .hatching-progress-bar__negative_aecft {
320
320
  background: #d91d0b;
321
321
  }
322
- .hatching-progress-bar__link_1bx3d {
322
+ .hatching-progress-bar__link_aecft {
323
323
  background: #0072ef;
324
324
  }
325
- .hatching-progress-bar__tertiary_1bx3d {
325
+ .hatching-progress-bar__tertiary_aecft {
326
326
  background: #464649;
327
327
  }
328
- .hatching-progress-bar__secondary_1bx3d {
328
+ .hatching-progress-bar__secondary_aecft {
329
329
  background: #8d8d93;
330
330
  }
331
- .hatching-progress-bar__primary_1bx3d {
331
+ .hatching-progress-bar__primary_aecft {
332
332
  background: #fff;
333
333
  }
334
- .hatching-progress-bar__accent_1bx3d {
334
+ .hatching-progress-bar__accent_aecft {
335
335
  background: #ef3124;
336
336
  }@media (max-width: 599px) {
337
337
  }
@@ -381,246 +381,258 @@
381
381
  }
382
382
  @media (min-width: 1920px) {
383
383
  }
384
- .icon-view__component_b98ni {
384
+ .icon-view__component_1gygs {
385
385
  color: rgba(235, 235, 245, 0.6);
386
386
  }
387
- .icon-view__bg_b98ni {
387
+ .icon-view__bg_1gygs {
388
388
  fill: #f3f4f5;
389
389
  }
390
- .icon-view__border_b98ni {
390
+ .icon-view__border_1gygs {
391
391
  stroke: rgba(255, 255, 255, 0.1);
392
392
  fill: transparent;
393
- }.list__list_3e36n {
393
+ }.list__list_dvhxd {
394
394
  color: #fff;
395
395
  }
396
- .list__slot_3e36n {
396
+ .list__slot_dvhxd {
397
397
  color: #fff;
398
- }.link__primary_7ssqc {
398
+ }.link__primary_1fpes {
399
399
  color: #fff;
400
400
  border-bottom-color: #fff
401
401
  }
402
- .link__primary_7ssqc:hover {
402
+ .link__primary_1fpes:hover {
403
403
  color: rgb(255, 255, 255);
404
404
  }
405
- .link__primary_7ssqc:active {
405
+ .link__primary_1fpes:active {
406
406
  color: rgb(255, 255, 255);
407
407
  }
408
- .link__secondary_7ssqc {
408
+ .link__secondary_1fpes {
409
409
  color: rgba(235, 235, 245, 0.6);
410
410
  border-bottom-color: rgba(235, 235, 245, 0.6)
411
411
  }
412
- .link__secondary_7ssqc:hover {
412
+ .link__secondary_1fpes:hover {
413
413
  color: rgba(239, 239, 247, 0.68);
414
414
  }
415
- .link__secondary_7ssqc:active {
415
+ .link__secondary_1fpes:active {
416
416
  color: rgba(243, 243, 249, 0.76);
417
417
  }
418
- .link__defaultView_7ssqc {
418
+ .link__defaultView_1fpes {
419
419
  color: #0072ef;
420
420
  border-bottom-color: #0072ef
421
421
  }
422
- .link__defaultView_7ssqc:hover {
422
+ .link__defaultView_1fpes:hover {
423
423
  color: rgb(51, 142, 242);
424
424
  }
425
- .link__defaultView_7ssqc:active {
425
+ .link__defaultView_1fpes:active {
426
426
  color: rgb(102, 170, 245);
427
427
  }
428
- .link__component_19liz:hover .link__text_19liz,
429
- .link__component_19liz:active .link__text_19liz {
428
+ .link__component_1ypk0:hover .link__text_1ypk0,
429
+ .link__component_1ypk0:active .link__text_1ypk0 {
430
430
  border-bottom-color: rgba(0, 0, 0, 0);
431
431
  }
432
- .link__focused_19liz {
432
+ .link__focused_1ypk0 {
433
433
  outline: 2px solid #0072ef;
434
434
  }
435
- .link__pseudo_19liz {
435
+ .link__pseudo_1ypk0 {
436
436
  background-color: transparent;
437
437
  }
438
- .link__primary_1aqcu {
438
+ .link__primary_jluu9 {
439
439
  color: #000;
440
440
  border-bottom-color: #000
441
441
  }
442
- .link__primary_1aqcu:hover {
442
+ .link__primary_jluu9:hover {
443
443
  color: rgb(204, 204, 204);
444
444
  }
445
- .link__primary_1aqcu:active {
445
+ .link__primary_jluu9:active {
446
446
  color: rgb(153, 153, 153);
447
447
  }
448
- .link__secondary_1aqcu {
448
+ .link__secondary_jluu9 {
449
449
  color: rgba(60, 60, 67, 0.6);
450
450
  border-bottom-color: rgba(60, 60, 67, 0.6)
451
451
  }
452
- .link__secondary_1aqcu:hover {
452
+ .link__secondary_jluu9:hover {
453
453
  color: rgba(204, 204, 204, 0.7);
454
454
  }
455
- .link__secondary_1aqcu:active {
455
+ .link__secondary_jluu9:active {
456
456
  color: rgba(153, 153, 153, 0.7);
457
457
  }
458
- .link__defaultView_1aqcu {
458
+ .link__defaultView_jluu9 {
459
459
  color: #0072ef;
460
460
  border-bottom-color: #0072ef
461
461
  }
462
- .link__defaultView_1aqcu:hover {
462
+ .link__defaultView_jluu9:hover {
463
463
  color: rgb(0, 98, 204);
464
464
  }
465
- .link__defaultView_1aqcu:active {
465
+ .link__defaultView_jluu9:active {
466
466
  color: rgb(0, 73, 153);
467
- }@keyframes loader__blink_n57ke {
468
- }.progress-bar__container_1go3v {
467
+ }@keyframes loader__blink_19o1e {
468
+ }.progress-bar__container_rt1bm {
469
469
  background: rgba(255, 255, 255, 0.1)
470
470
  }
471
- .progress-bar__filled_1go3v.progress-bar__positive_1go3v {
471
+ .progress-bar__filled_rt1bm.progress-bar__positive_rt1bm {
472
472
  background: #2fc26e;
473
473
  }
474
- .progress-bar__filled_1go3v.progress-bar__negative_1go3v {
474
+ .progress-bar__filled_rt1bm.progress-bar__negative_rt1bm {
475
475
  background: #d91d0b;
476
476
  }
477
- .progress-bar__filled_1go3v.progress-bar__attention_1go3v {
477
+ .progress-bar__filled_rt1bm.progress-bar__attention_rt1bm {
478
478
  background: #f6bf65;
479
479
  }
480
- .progress-bar__filled_1go3v.progress-bar__link_1go3v {
480
+ .progress-bar__filled_rt1bm.progress-bar__link_rt1bm {
481
481
  background: #0072ef;
482
482
  }
483
- .progress-bar__filled_1go3v.progress-bar__tertiary_1go3v {
483
+ .progress-bar__filled_rt1bm.progress-bar__tertiary_rt1bm {
484
484
  background: #464649;
485
485
  }
486
- .progress-bar__filled_1go3v.progress-bar__secondary_1go3v {
486
+ .progress-bar__filled_rt1bm.progress-bar__secondary_rt1bm {
487
487
  background: #8d8d93;
488
488
  }
489
- .progress-bar__filled_1go3v.progress-bar__primary_1go3v {
489
+ .progress-bar__filled_rt1bm.progress-bar__primary_rt1bm {
490
490
  background: #fff;
491
491
  }
492
- .progress-bar__filled_1go3v.progress-bar__accent_1go3v {
492
+ .progress-bar__filled_rt1bm.progress-bar__accent_rt1bm {
493
493
  background: #ef3124;
494
- }.pure-input__input_m6e7f {
494
+ }.pure-input__input_7cm8m {
495
495
  color: #fff;
496
496
  caret-color: #0072ef;
497
497
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
498
498
  }
499
- .pure-input__input_m6e7f:-webkit-autofill {
499
+ .pure-input__input_7cm8m:-webkit-autofill {
500
500
  -webkit-text-fill-color: #fff;
501
501
  }
502
- .pure-input__input_m6e7f::placeholder {
502
+ .pure-input__input_7cm8m::placeholder {
503
503
  color: rgba(235, 235, 245, 0.6);
504
504
  }
505
- .pure-input__hasInnerLabel_m6e7f::placeholder {
505
+ .pure-input__hasInnerLabel_7cm8m::placeholder {
506
506
  color: rgba(235, 235, 245, 0.3);
507
507
  }
508
- .pure-input__clearIcon_m6e7f {
508
+ .pure-input__clearIcon_7cm8m {
509
509
  color: #fff;
510
510
  }
511
- .pure-input__input_m6e7f:read-only {
511
+ .pure-input__input_7cm8m:read-only {
512
512
  color: rgba(235, 235, 245, 0.6)
513
513
  }
514
- .pure-input__input_m6e7f:read-only:focus::placeholder {
514
+ .pure-input__input_7cm8m:read-only:focus::placeholder {
515
515
  color: rgba(235, 235, 245, 0.6);
516
516
  }
517
- .pure-input__input_m6e7f:disabled {
517
+ .pure-input__input_7cm8m:disabled {
518
518
  color: #fff;
519
519
  -webkit-text-fill-color: #fff;
520
520
  }
521
- .pure-input__input_m6e7f:focus::placeholder {
521
+ .pure-input__input_7cm8m:focus::placeholder {
522
522
  color: rgba(235, 235, 245, 0.3);
523
523
  }
524
- .pure-input__error_m6e7f {
524
+ .pure-input__error_7cm8m {
525
525
  color: #f15045;
526
526
  caret-color: #f15045;
527
527
  }
528
- .pure-input__component_m6e7f {
528
+ .pure-input__component_7cm8m {
529
529
  color: #fff;
530
530
  background-color: #202022;
531
531
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
532
532
  }
533
- .pure-input__component_m6e7f::placeholder {
533
+ .pure-input__component_7cm8m::placeholder {
534
534
  color: rgba(235, 235, 245, 0.6);
535
535
  }
536
- .pure-input__component_m6e7f:disabled {
536
+ .pure-input__component_7cm8m:disabled {
537
537
  color: #fff;
538
538
  background-color: #202022;
539
539
  }
540
- .pure-input__component_m6e7f:not(:disabled):focus::placeholder {
540
+ .pure-input__component_7cm8m:not(:disabled):focus::placeholder {
541
541
  color: rgba(235, 235, 245, 0.3);
542
542
  }
543
- .pure-input__focusVisible_m6e7f {
543
+ .pure-input__focusVisible_7cm8m {
544
544
  outline: 2px solid #0072ef;
545
545
  }
546
- .pure-input__component_m6e7f:not(:disabled):hover {
546
+ .pure-input__component_7cm8m:not(:disabled):hover {
547
547
  background-color: #202022;
548
- }.radio-group__error_1id1i {
548
+ }.radio-group__error_emfj8 {
549
549
  border-left: 1px solid #f15045;
550
550
  }
551
- .radio-group__label_1id1i {
551
+ .radio-group__label_emfj8 {
552
552
  color: #fff;
553
553
  }
554
- .radio-group__errorMessage_1id1i {
554
+ .radio-group__errorMessage_emfj8 {
555
555
  color: #f15045;
556
556
  }
557
- .radio-group__hint_1id1i {
557
+ .radio-group__hint_emfj8 {
558
558
  color: rgba(235, 235, 245, 0.6);
559
- }.radio__container_v6sk6:not(.radio__checked_v6sk6):not(.radio__disabled_v6sk6):not(.radio__inactive_v6sk6) .radio__circle_v6sk6 {
559
+ }.radio__container_ogxck:not(.radio__checked_ogxck):not(.radio__disabled_ogxck):not(.radio__inactive_ogxck) .radio__circle_ogxck {
560
560
  background-color: #000;
561
561
  border: 1.5px solid #8d8d93;
562
562
  }
563
- .radio__container_v6sk6:not(.radio__checked_v6sk6):not(.radio__disabled_v6sk6):not(.radio__inactive_v6sk6):hover:not(:active) .radio__circle_v6sk6 {
563
+ .radio__container_ogxck:not(.radio__checked_ogxck):not(.radio__disabled_ogxck):not(.radio__inactive_ogxck):hover:not(:active) .radio__circle_ogxck {
564
564
  background-color: #000;
565
565
  border-color: #8d8d93;
566
566
  }
567
- .radio__container_v6sk6:not(.radio__checked_v6sk6):not(.radio__disabled_v6sk6):not(.radio__inactive_v6sk6):active .radio__circle_v6sk6 {
567
+ .radio__container_ogxck:not(.radio__checked_ogxck):not(.radio__disabled_ogxck):not(.radio__inactive_ogxck):active .radio__circle_ogxck {
568
568
  background-color: #000;
569
569
  border-color: #fff;
570
570
  }
571
- .radio__container_v6sk6.radio__disabled_v6sk6 .radio__circle_v6sk6 {
571
+ .radio__container_ogxck.radio__disabled_ogxck .radio__circle_ogxck {
572
572
  background-color: #000;
573
573
  border: 1.5px solid #2a2a2c;
574
574
  }
575
- .radio__container_v6sk6.radio__disabled_v6sk6 .radio__label_v6sk6 {
575
+ .radio__container_ogxck.radio__disabled_ogxck .radio__label_ogxck {
576
576
  color: rgba(235, 235, 245, 0.6);
577
577
  }
578
- .radio__container_v6sk6.radio__disabled_v6sk6 .radio__hint_v6sk6 {
578
+ .radio__container_ogxck.radio__disabled_ogxck .radio__hint_ogxck {
579
579
  color: rgba(235, 235, 245, 0.6);
580
580
  }
581
- .radio__container_v6sk6.radio__inactive_v6sk6 .radio__circle_v6sk6 {
581
+ .radio__container_ogxck.radio__inactive_ogxck .radio__circle_ogxck {
582
582
  background-color: #3a3a3c;
583
583
  border: 1px solid #464649;
584
584
  }
585
- .radio__container_v6sk6.radio__inactive_v6sk6.radio__checked_v6sk6 .radio__circle_v6sk6:before {
585
+ .radio__container_ogxck.radio__inactive_ogxck.radio__checked_ogxck .radio__circle_ogxck:before {
586
586
  background-color: #464649;
587
587
  }
588
- .radio__container_v6sk6.radio__checked_v6sk6 .radio__circle_v6sk6 {
588
+ .radio__container_ogxck.radio__checked_ogxck .radio__circle_ogxck {
589
589
  background-color: #fff;
590
590
  border: 1.5px solid transparent;
591
591
  }
592
- .radio__container_v6sk6.radio__checked_v6sk6:hover .radio__circle_v6sk6 {
592
+ .radio__container_ogxck.radio__checked_ogxck:hover .radio__circle_ogxck {
593
593
  background-color: rgb(255, 255, 255);
594
594
  border-color: transparent;
595
595
  }
596
- .radio__container_v6sk6.radio__checked_v6sk6:active .radio__circle_v6sk6 {
596
+ .radio__container_ogxck.radio__checked_ogxck:active .radio__circle_ogxck {
597
597
  background-color: rgb(255, 255, 255);
598
598
  border-color: transparent;
599
599
  }
600
- .radio__container_v6sk6.radio__focused_v6sk6 .radio__circle_v6sk6 {
600
+ .radio__container_ogxck.radio__focused_ogxck .radio__circle_ogxck {
601
601
  outline: 2px solid #0072ef;
602
602
  }
603
- .radio__container_v6sk6.radio__disabled_v6sk6.radio__checked_v6sk6 .radio__circle_v6sk6,
604
- .radio__container_v6sk6.radio__inactive_v6sk6.radio__checked_v6sk6 .radio__circle_v6sk6 {
603
+ .radio__container_ogxck.radio__disabled_ogxck.radio__checked_ogxck .radio__circle_ogxck,
604
+ .radio__container_ogxck.radio__inactive_ogxck.radio__checked_ogxck .radio__circle_ogxck {
605
605
  background-color: #3a3a3c;
606
606
  border-color: transparent;
607
607
  }
608
- .radio__circle_v6sk6:before {
608
+ .radio__circle_ogxck:before {
609
609
  background-color: #000;
610
610
  }
611
- .radio__label_v6sk6 {
611
+ .radio__label_ogxck {
612
612
  color: #fff;
613
613
  }
614
- .radio__hint_v6sk6 {
614
+ .radio__hint_ogxck {
615
615
  color: rgba(235, 235, 245, 0.6);
616
- }.skeleton__component_1vcy4 {
616
+ }.scrollbar__component_197ki .scrollbar:before {
617
+ background-color: rgba(255, 255, 255, 0.3);
618
+ }
619
+ .scrollbar__component_197ki.dragging .track .scrollbar.visible:before {
620
+ background-color: rgba(255, 255, 255, 0.6);
621
+ }
622
+
623
+ .scrollbar__component_s8un9 .scrollbar:before {
624
+ background-color: rgba(0, 0, 0, 0.3);
625
+ }
626
+ .scrollbar__component_s8un9.dragging .track .scrollbar.visible:before {
627
+ background-color: rgba(0, 0, 0, 0.6);
628
+ }.skeleton__component_d7542 {
617
629
  color: transparent;
618
630
  background: rgba(255, 255, 255, 0.1);
619
631
  }
620
- .skeleton__component_1vcy4:before {
632
+ .skeleton__component_d7542:before {
621
633
  background: transparent;
622
634
  }
623
- .skeleton__animate_1vcy4:after {
635
+ .skeleton__animate_d7542:after {
624
636
  background-image: linear-gradient(
625
637
  to left,
626
638
  rgba(0, 0, 0, 0),
@@ -630,258 +642,246 @@
630
642
  rgba(0, 0, 0, 0)
631
643
  );
632
644
  }
633
- @keyframes skeleton__gradient_1vcy4 {
645
+ @keyframes skeleton__gradient_d7542 {
634
646
  }
635
- @keyframes skeleton__background_1vcy4 {
647
+ @keyframes skeleton__background_d7542 {
636
648
  0% {
637
649
  background: rgb(182, 188, 195);
638
650
  }
639
651
  100% {
640
652
  background: rgb(198, 205, 214);
641
653
  }
642
- }.scrollbar__component_10pbj .scrollbar:before {
643
- background-color: rgba(255, 255, 255, 0.3);
644
- }
645
- .scrollbar__component_10pbj.dragging .track .scrollbar.visible:before {
646
- background-color: rgba(255, 255, 255, 0.6);
647
- }
648
-
649
- .scrollbar__component_jqlnr .scrollbar:before {
650
- background-color: rgba(0, 0, 0, 0.3);
651
- }
652
- .scrollbar__component_jqlnr.dragging .track .scrollbar.visible:before {
653
- background-color: rgba(0, 0, 0, 0.6);
654
- }.slider__component_1eglh .noUi-base:hover .noUi-connects {
654
+ }.slider__component_u1ldd .noUi-base:hover .noUi-connects {
655
655
  background: #2a2a2c;
656
656
  }
657
- .slider__component_1eglh .noUi-base:hover .noUi-connect {
657
+ .slider__component_u1ldd .noUi-base:hover .noUi-connect {
658
658
  background: #d91d0b;
659
659
  }
660
- .slider__component_1eglh .noUi-handle:hover .noUi-touch-area {
660
+ .slider__component_u1ldd .noUi-handle:hover .noUi-touch-area {
661
661
  background: rgb(240, 63, 51);
662
662
  }
663
- .slider__component_1eglh .noUi-handle:active .noUi-touch-area {
663
+ .slider__component_u1ldd .noUi-handle:active .noUi-touch-area {
664
664
  background: rgb(241, 80, 69);
665
665
  }
666
- .slider__component_1eglh .noUi-connects {
666
+ .slider__component_u1ldd .noUi-connects {
667
667
  background: #2a2a2c;
668
668
  }
669
- .slider__component_1eglh .noUi-connect {
669
+ .slider__component_u1ldd .noUi-connect {
670
670
  background: #d91d0b;
671
671
  }
672
- .slider__component_1eglh .noUi-handle {
672
+ .slider__component_u1ldd .noUi-handle {
673
673
  border: 2px solid transparent;
674
674
  }
675
- .slider__component_1eglh .noUi-touch-area {
675
+ .slider__component_u1ldd .noUi-touch-area {
676
676
  background: #ef3124;
677
677
  }
678
- .slider__component_1eglh .noUi-pips {
678
+ .slider__component_u1ldd .noUi-pips {
679
679
  color: rgba(235, 235, 245, 0.6);
680
- }.spinner__component_4vxo6 {
680
+ }.spinner__component_17ggl {
681
681
  color: #fff;
682
682
  }
683
- @keyframes spinner__spin_animation_yuvs0 {
683
+ @keyframes spinner__spin_animation_1s2h9 {
684
684
  }
685
- .spinner__component_aqa4v {
685
+ .spinner__component_1dat2 {
686
686
  color: #000;
687
- }.status__soft_1fsij.status__green_1fsij {
687
+ }.status__soft_1tj3u.status__green_1tj3u {
688
688
  background: rgba(19, 164, 99, 0.1);
689
689
  color: #13a463;
690
690
  }
691
- .status__soft_1fsij.status__orange_1fsij {
691
+ .status__soft_1tj3u.status__orange_1tj3u {
692
692
  background: rgba(222, 106, 0, 0.1);
693
693
  color: #de6a00;
694
694
  }
695
- .status__soft_1fsij.status__red_1fsij {
695
+ .status__soft_1tj3u.status__red_1tj3u {
696
696
  background: rgba(217, 29, 11, 0.1);
697
697
  color: #d91d0b;
698
698
  }
699
- .status__soft_1fsij.status__blue_1fsij {
699
+ .status__soft_1tj3u.status__blue_1tj3u {
700
700
  background: rgba(0, 122, 255, 0.1);
701
701
  color: #007aff;
702
702
  }
703
- .status__soft_1fsij.status__grey_1fsij {
703
+ .status__soft_1tj3u.status__grey_1tj3u {
704
704
  background: rgba(109, 121, 134, 0.1);
705
705
  color: #6d7986;
706
706
  }
707
- .status__soft_1fsij.status__teal_1fsij {
707
+ .status__soft_1tj3u.status__teal_1tj3u {
708
708
  background: rgba(33, 145, 135, 0.1);
709
709
  color: #219187;
710
710
  }
711
- .status__soft_1fsij.status__purple_1fsij {
711
+ .status__soft_1tj3u.status__purple_1tj3u {
712
712
  background: rgba(103, 58, 183, 0.1);
713
713
  color: #673ab7;
714
714
  }
715
- .status__contrast_1fsij {
715
+ .status__contrast_1tj3u {
716
716
  color: #000
717
717
  }
718
- .status__contrast_1fsij.status__green_1fsij {
718
+ .status__contrast_1tj3u.status__green_1tj3u {
719
719
  background: #13a463;
720
720
  }
721
- .status__contrast_1fsij.status__orange_1fsij {
721
+ .status__contrast_1tj3u.status__orange_1tj3u {
722
722
  background: #de6a00;
723
723
  }
724
- .status__contrast_1fsij.status__red_1fsij {
724
+ .status__contrast_1tj3u.status__red_1tj3u {
725
725
  background: #d91d0b;
726
726
  }
727
- .status__contrast_1fsij.status__blue_1fsij {
727
+ .status__contrast_1tj3u.status__blue_1tj3u {
728
728
  background: #007aff;
729
729
  }
730
- .status__contrast_1fsij.status__grey_1fsij {
730
+ .status__contrast_1tj3u.status__grey_1tj3u {
731
731
  background: #6d7986;
732
732
  }
733
- .status__contrast_1fsij.status__teal_1fsij {
733
+ .status__contrast_1tj3u.status__teal_1tj3u {
734
734
  background: #219187;
735
735
  }
736
- .status__contrast_1fsij.status__purple_1fsij {
736
+ .status__contrast_1tj3u.status__purple_1tj3u {
737
737
  background: #673ab7;
738
- }.switch__component_j8s3n {
738
+ }.switch__component_15fs8 {
739
739
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
740
740
  }
741
- .switch__switch_j8s3n {
741
+ .switch__switch_15fs8 {
742
742
  background-color: #8d8d93;
743
743
  border: 2px solid #8d8d93;
744
744
  }
745
- .switch__switch_j8s3n:before {
745
+ .switch__switch_15fs8:before {
746
746
  background-color: #000;
747
747
  }
748
- .switch__label_j8s3n {
748
+ .switch__label_15fs8 {
749
749
  color: #fff;
750
750
  }
751
- .switch__hint_j8s3n {
751
+ .switch__hint_15fs8 {
752
752
  color: rgba(235, 235, 245, 0.6);
753
753
  }
754
- .switch__checked_j8s3n .switch__switch_j8s3n {
754
+ .switch__checked_15fs8 .switch__switch_15fs8 {
755
755
  background-color: #ef3124;
756
756
  border-color: #ef3124;
757
757
  }
758
- .switch__disabled_j8s3n .switch__switch_j8s3n {
758
+ .switch__disabled_15fs8 .switch__switch_15fs8 {
759
759
  background-color: #2a2a2c;
760
760
  border-color: #2a2a2c;
761
761
  }
762
- .switch__disabled_j8s3n .switch__label_j8s3n {
762
+ .switch__disabled_15fs8 .switch__label_15fs8 {
763
763
  color: rgba(235, 235, 245, 0.6);
764
764
  }
765
- .switch__disabled_j8s3n .switch__hint_j8s3n {
765
+ .switch__disabled_15fs8 .switch__hint_15fs8 {
766
766
  color: rgba(235, 235, 245, 0.6);
767
767
  }
768
- .switch__inactive_j8s3n .switch__switch_j8s3n {
768
+ .switch__inactive_15fs8 .switch__switch_15fs8 {
769
769
  background-color: #2a2a2c;
770
770
  border-color: #2a2a2c
771
771
  }
772
- .switch__inactive_j8s3n .switch__switch_j8s3n:before {
772
+ .switch__inactive_15fs8 .switch__switch_15fs8:before {
773
773
  background-color: #464649;
774
774
  }
775
- .switch__focused_j8s3n .switch__switch_j8s3n {
775
+ .switch__focused_15fs8 .switch__switch_15fs8 {
776
776
  outline: 2px solid #0072ef;
777
- }.tag__component_eqbj0 {
777
+ }.tag__component_c0bxz {
778
778
  color: #fff;
779
779
  border-color: transparent;
780
780
  background-color: #202022
781
781
  }
782
- .tag__component_eqbj0:disabled {
782
+ .tag__component_c0bxz:disabled {
783
783
  border-color: transparent;
784
784
  color: rgba(235, 235, 245, 0.3);
785
785
  background-color: rgba(32, 32, 34, 0.3);
786
786
  }
787
- .tag__component_eqbj0:hover:not(:disabled) {
787
+ .tag__component_c0bxz:hover:not(:disabled) {
788
788
  border-color: transparent;
789
789
  background-color: #202022;
790
790
  }
791
- .tag__component_eqbj0:active:not(:disabled) {
791
+ .tag__component_c0bxz:active:not(:disabled) {
792
792
  border-color: transparent;
793
793
  background-color: rgb(65, 65, 67);
794
794
  color: #fff;
795
795
  }
796
- .tag__checked_eqbj0 {
796
+ .tag__checked_c0bxz {
797
797
  border-color: transparent;
798
798
  background-color: #f3f4f5;
799
799
  color: #000
800
800
  }
801
- .tag__checked_eqbj0:disabled {
801
+ .tag__checked_c0bxz:disabled {
802
802
  background-color: rgba(243, 244, 245, 0.3);
803
803
  border-color: transparent;
804
804
  color: #000;
805
805
  }
806
- .tag__checked_eqbj0:hover:not(:disabled):not(:active) {
806
+ .tag__checked_c0bxz:hover:not(:disabled):not(:active) {
807
807
  background-color: #f3f4f5;
808
808
  }
809
- .tag__checked_eqbj0:active:not(:disabled) {
809
+ .tag__checked_c0bxz:active:not(:disabled) {
810
810
  background-color: rgb(194, 195, 196);
811
811
  color: #000;
812
812
  }
813
- .tag__focused_10acy {
813
+ .tag__focused_z7cst {
814
814
  outline: 2px solid #0072ef;
815
815
  }
816
- .tag__component_1szpn {
816
+ .tag__component_1y446 {
817
817
  color: #fff;
818
818
  border-color: #464649;
819
819
  background-color: transparent
820
820
  }
821
- .tag__component_1szpn:disabled {
821
+ .tag__component_1y446:disabled {
822
822
  border-color: #2b2b2e;
823
823
  color: rgba(235, 235, 245, 0.3);
824
824
  background-color: transparent;
825
825
  }
826
- .tag__component_1szpn:hover:not(:disabled) {
826
+ .tag__component_1y446:hover:not(:disabled) {
827
827
  border-color: #fff;
828
828
  background-color: transparent;
829
829
  }
830
- .tag__component_1szpn:active:not(:disabled) {
830
+ .tag__component_1y446:active:not(:disabled) {
831
831
  border-color: #fff;
832
832
  background-color: rgba(255, 255, 255, 0.07);
833
833
  color: #fff;
834
834
  }
835
- .tag__checked_1szpn {
835
+ .tag__checked_1y446 {
836
836
  border-color: #fff;
837
837
  background-color: #fff;
838
838
  color: #000
839
839
  }
840
- .tag__checked_1szpn:disabled {
840
+ .tag__checked_1y446:disabled {
841
841
  background-color: rgba(255, 255, 255, 0.3);
842
842
  border-color: transparent;
843
843
  color: #000;
844
844
  }
845
- .tag__checked_1szpn:hover:not(:disabled):not(:active) {
845
+ .tag__checked_1y446:hover:not(:disabled):not(:active) {
846
846
  background-color: rgb(237, 237, 237);
847
847
  }
848
- .tag__checked_1szpn:active:not(:disabled) {
848
+ .tag__checked_1y446:active:not(:disabled) {
849
849
  background-color: rgb(217, 217, 217);
850
850
  color: #000;
851
- }.typography__tertiary_6llyl {
851
+ }.typography__tertiary_mwqck {
852
852
  color: rgba(235, 235, 245, 0.3);
853
853
  }
854
- .typography__disabled_6llyl {
854
+ .typography__disabled_mwqck {
855
855
  color: rgba(235, 235, 245, 0.18);
856
856
  }
857
- .typography__accent_6llyl {
857
+ .typography__accent_mwqck {
858
858
  color: #ef3124;
859
859
  }
860
- .typography__primary_6llyl {
860
+ .typography__primary_mwqck {
861
861
  color: #fff;
862
862
  }
863
- .typography__attention_6llyl {
863
+ .typography__attention_mwqck {
864
864
  color: #cb830f;
865
865
  }
866
- .typography__positive_6llyl {
866
+ .typography__positive_mwqck {
867
867
  color: #13a463;
868
868
  }
869
- .typography__secondary_6llyl {
869
+ .typography__secondary_mwqck {
870
870
  color: rgba(235, 235, 245, 0.6);
871
871
  }
872
- .typography__tertiary-inverted_6llyl {
872
+ .typography__tertiary-inverted_mwqck {
873
873
  color: rgba(60, 60, 67, 0.3);
874
874
  }
875
- .typography__primary-inverted_6llyl {
875
+ .typography__primary-inverted_mwqck {
876
876
  color: #000;
877
877
  }
878
- .typography__secondary-inverted_6llyl {
878
+ .typography__secondary-inverted_mwqck {
879
879
  color: rgba(60, 60, 67, 0.6);
880
880
  }
881
- .typography__link_6llyl {
881
+ .typography__link_mwqck {
882
882
  color: #0072ef;
883
883
  }
884
- .typography__negative_6llyl {
884
+ .typography__negative_mwqck {
885
885
  color: #f15045;
886
886
  }
887
887
 
@@ -892,1006 +892,1006 @@
892
892
  }
893
893
  @media screen and (min-width: 1024px) {
894
894
  }
895
- .steps__option_6t0hh {
895
+
896
+ .steps__option_1wzux {
896
897
  color: #fff;
897
898
  background: #2a2a2c
898
899
  }
899
- .steps__dash_6t0hh {
900
+ .steps__dash_1wzux {
900
901
  border-top: 2px solid #2b2b2e
901
902
  }
902
- .steps__dash_6t0hh.steps__completed_6t0hh {
903
+ .steps__dash_1wzux.steps__completed_1wzux {
903
904
  border-top: 2px solid #fff;
904
905
  }
905
- .steps__dash_6t0hh.steps__vertical_6t0hh {
906
+ .steps__dash_1wzux.steps__vertical_1wzux {
906
907
  border-left: 2px solid #2b2b2e;
907
908
  }
908
- .steps__dash_6t0hh.steps__completed_6t0hh.steps__vertical_6t0hh {
909
+ .steps__dash_1wzux.steps__completed_1wzux.steps__vertical_1wzux {
909
910
  border-left: 2px solid #fff;
910
911
  }
911
- .steps__text_6t0hh {
912
+ .steps__text_1wzux {
912
913
  color: #fff
913
914
  }
914
- .steps__text_6t0hh.steps__interactive_6t0hh:not(.steps__disabled_6t0hh):hover {
915
+ .steps__text_1wzux.steps__interactive_1wzux:not(.steps__disabled_1wzux):hover {
915
916
  background: rgba(255, 255, 255, 0.07);
916
917
  }
917
- .steps__text_6t0hh.steps__interactive_6t0hh:not(.steps__disabled_6t0hh):active {
918
+ .steps__text_1wzux.steps__interactive_1wzux:not(.steps__disabled_1wzux):active {
918
919
  background: rgba(255, 255, 255, 0.15);
919
920
  }
920
- .steps__focused_6t0hh {
921
+ .steps__focused_1wzux {
921
922
  outline: 2px solid #0072ef;
922
923
  }
923
- .steps__selected_6t0hh .steps__text_6t0hh {
924
+ .steps__selected_1wzux .steps__text_1wzux {
924
925
  color: #fff;
925
926
  }
926
- .steps__selected_6t0hh .steps__option_6t0hh {
927
+ .steps__selected_1wzux .steps__option_1wzux {
927
928
  color: #000;
928
929
  background: #fff;
929
930
  }
930
- .steps__checkbox_6t0hh {
931
+ .steps__checkbox_1wzux {
931
932
  border: 2px solid #2a2a2c;
932
933
  }
933
- .steps__dot_6t0hh {
934
+ .steps__dot_1wzux {
934
935
  background: #2a2a2c;
935
936
  }
936
- .steps__selected_6t0hh .steps__checkbox_6t0hh {
937
+ .steps__selected_1wzux .steps__checkbox_1wzux {
937
938
  border: 2px solid #fff
938
939
  }
939
- .steps__selected_6t0hh .steps__checkbox_6t0hh .steps__dot_6t0hh {
940
+ .steps__selected_1wzux .steps__checkbox_1wzux .steps__dot_1wzux {
940
941
  background: #fff;
941
942
  }
942
- .steps__completedIndicator_6t0hh > [class*='positive'] {
943
+ .steps__completedIndicator_1wzux > [class*='positive'] {
943
944
  color: #fff;
944
945
  background-color: #fff;
945
- }
946
- .pattern-lock__error_zgly4 {
946
+ }.pattern-lock__error_1b6u2 {
947
947
  color: #f15045;
948
- }.action-button__primary_1spzj {
948
+ }.action-button__primary_1bp0a {
949
949
  color: #fff
950
950
  }
951
- .action-button__primary_1spzj .action-button__iconWrapper_1spzj {
951
+ .action-button__primary_1bp0a .action-button__iconWrapper_1bp0a {
952
952
  color: #000;
953
953
  background-color: #fff;
954
954
  }
955
- .action-button__primary_1spzj:hover .action-button__iconWrapper_1spzj {
955
+ .action-button__primary_1bp0a:hover .action-button__iconWrapper_1bp0a {
956
956
  background-color: rgb(217, 217, 217);
957
957
  }
958
- .action-button__primary_1spzj:active .action-button__iconWrapper_1spzj {
958
+ .action-button__primary_1bp0a:active .action-button__iconWrapper_1bp0a {
959
959
  background-color: rgb(204, 204, 204);
960
960
  }
961
- .action-button__secondary_1spzj {
961
+ .action-button__secondary_1bp0a {
962
962
  color: #fff
963
963
  }
964
- .action-button__secondary_1spzj .action-button__iconWrapper_1spzj {
964
+ .action-button__secondary_1bp0a .action-button__iconWrapper_1bp0a {
965
965
  color: #fff;
966
966
  background-color: #202022;
967
967
  }
968
- .action-button__secondary_1spzj:hover .action-button__iconWrapper_1spzj {
968
+ .action-button__secondary_1bp0a:hover .action-button__iconWrapper_1bp0a {
969
969
  background-color: rgb(48, 48, 49);
970
970
  }
971
- .action-button__secondary_1spzj:active .action-button__iconWrapper_1spzj {
971
+ .action-button__secondary_1bp0a:active .action-button__iconWrapper_1bp0a {
972
972
  background-color: rgb(65, 65, 67);
973
973
  }
974
- .action-button__component_1gyz5 {
974
+ .action-button__component_ra4ha {
975
975
  -webkit-tap-highlight-color: transparent
976
976
  }
977
- .action-button__focused_1gyz5 {
977
+ .action-button__focused_ra4ha {
978
978
  outline: 2px solid #0072ef;
979
979
  }
980
- .action-button__primary_1j2s4 {
980
+ .action-button__primary_121sv {
981
981
  color: #000
982
982
  }
983
- .action-button__primary_1j2s4 .action-button__iconWrapper_1j2s4 {
983
+ .action-button__primary_121sv .action-button__iconWrapper_121sv {
984
984
  color: #fff;
985
985
  background-color: #121212;
986
986
  }
987
- .action-button__primary_1j2s4:hover .action-button__iconWrapper_1j2s4 {
987
+ .action-button__primary_121sv:hover .action-button__iconWrapper_121sv {
988
988
  background-color: rgb(35, 35, 35);
989
989
  }
990
- .action-button__primary_1j2s4:active .action-button__iconWrapper_1j2s4 {
990
+ .action-button__primary_121sv:active .action-button__iconWrapper_121sv {
991
991
  background-color: rgb(54, 54, 54);
992
992
  }
993
- .action-button__secondary_1j2s4 {
993
+ .action-button__secondary_121sv {
994
994
  color: #000
995
995
  }
996
- .action-button__secondary_1j2s4 .action-button__iconWrapper_1j2s4 {
996
+ .action-button__secondary_121sv .action-button__iconWrapper_121sv {
997
997
  color: #000;
998
998
  background-color: #f3f4f5;
999
999
  }
1000
- .action-button__secondary_1j2s4:hover .action-button__iconWrapper_1j2s4 {
1000
+ .action-button__secondary_121sv:hover .action-button__iconWrapper_121sv {
1001
1001
  background-color: rgb(207, 207, 208);
1002
1002
  }
1003
- .action-button__secondary_1j2s4:active .action-button__iconWrapper_1j2s4 {
1003
+ .action-button__secondary_121sv:active .action-button__iconWrapper_121sv {
1004
1004
  background-color: rgb(194, 195, 196);
1005
1005
  }
1006
- .action-button__primary_1wzk8 {
1006
+ .action-button__primary_ghcau {
1007
1007
  color: #000
1008
1008
  }
1009
- .action-button__primary_1wzk8 .action-button__iconWrapper_1wzk8 {
1009
+ .action-button__primary_ghcau .action-button__iconWrapper_ghcau {
1010
1010
  color: #fff;
1011
1011
  background-color: #121212;
1012
1012
  }
1013
- .action-button__secondary_1wzk8 {
1013
+ .action-button__secondary_ghcau {
1014
1014
  color: #000
1015
1015
  }
1016
- .action-button__secondary_1wzk8 .action-button__iconWrapper_1wzk8 {
1016
+ .action-button__secondary_ghcau .action-button__iconWrapper_ghcau {
1017
1017
  color: #000;
1018
1018
  background-color: #f3f4f5;
1019
- }.textarea__input_1c4xt {
1019
+ }.textarea__input_syme0 {
1020
1020
  color: #fff;
1021
1021
  caret-color: #0072ef;
1022
1022
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1023
1023
  }
1024
- .textarea__input_1c4xt:-webkit-autofill {
1024
+ .textarea__input_syme0:-webkit-autofill {
1025
1025
  -webkit-text-fill-color: #fff;
1026
1026
  }
1027
- .textarea__input_1c4xt::placeholder {
1027
+ .textarea__input_syme0::placeholder {
1028
1028
  color: rgba(235, 235, 245, 0.6);
1029
1029
  }
1030
- .textarea__hasInnerLabel_1c4xt::placeholder {
1030
+ .textarea__hasInnerLabel_syme0::placeholder {
1031
1031
  color: rgba(235, 235, 245, 0.3);
1032
1032
  }
1033
- .textarea__clearIcon_1c4xt {
1033
+ .textarea__clearIcon_syme0 {
1034
1034
  color: #fff;
1035
1035
  }
1036
- .textarea__input_1c4xt:read-only {
1036
+ .textarea__input_syme0:read-only {
1037
1037
  color: rgba(235, 235, 245, 0.6)
1038
1038
  }
1039
- .textarea__input_1c4xt:read-only:focus::placeholder {
1039
+ .textarea__input_syme0:read-only:focus::placeholder {
1040
1040
  color: rgba(235, 235, 245, 0.6);
1041
1041
  }
1042
- .textarea__input_1c4xt:disabled {
1042
+ .textarea__input_syme0:disabled {
1043
1043
  color: #fff;
1044
1044
  -webkit-text-fill-color: #fff;
1045
1045
  }
1046
- .textarea__input_1c4xt:focus::placeholder {
1046
+ .textarea__input_syme0:focus::placeholder {
1047
1047
  color: rgba(235, 235, 245, 0.3);
1048
1048
  }
1049
- .textarea__error_1c4xt {
1049
+ .textarea__error_syme0 {
1050
1050
  color: #f15045;
1051
1051
  caret-color: #f15045;
1052
1052
  }
1053
- .textarea__textarea_1c4xt {
1053
+ .textarea__textarea_syme0 {
1054
1054
  color: #fff;
1055
1055
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1056
1056
  }
1057
- .textarea__textarea_1c4xt::placeholder {
1057
+ .textarea__textarea_syme0::placeholder {
1058
1058
  color: rgba(235, 235, 245, 0.6);
1059
1059
  }
1060
- .textarea__hasInnerLabel_1c4xt::placeholder {
1060
+ .textarea__hasInnerLabel_syme0::placeholder {
1061
1061
  color: rgba(235, 235, 245, 0.3);
1062
1062
  }
1063
- .textarea__textarea_1c4xt:disabled {
1063
+ .textarea__textarea_syme0:disabled {
1064
1064
  color: #fff;
1065
1065
  -webkit-text-fill-color: #fff;
1066
1066
  }
1067
- .textarea__textarea_1c4xt:read-only {
1067
+ .textarea__textarea_syme0:read-only {
1068
1068
  color: rgba(235, 235, 245, 0.6);
1069
1069
  }
1070
- .textarea__textarea_1c4xt:focus::placeholder {
1070
+ .textarea__textarea_syme0:focus::placeholder {
1071
1071
  color: rgba(235, 235, 245, 0.3);
1072
1072
  }
1073
- .textarea__hint_1c4xt {
1073
+ .textarea__hint_syme0 {
1074
1074
  color: rgba(235, 235, 245, 0.6);
1075
1075
  }
1076
- .textarea__error_1c4xt {
1076
+ .textarea__error_syme0 {
1077
1077
  color: #f15045;
1078
1078
  }
1079
- .textarea__pseudoTextarea_1a7jc span {
1079
+ .textarea__pseudoTextarea_1mg93 span {
1080
1080
  color: transparent;
1081
1081
  }
1082
- .textarea__pseudoTextarea_1a7jc .textarea__overflow_1a7jc {
1082
+ .textarea__pseudoTextarea_1mg93 .textarea__overflow_1mg93 {
1083
1083
  background-color: rgba(217, 29, 11, 0.4);
1084
1084
  }
1085
- .textarea__focusVisible_1a7jc {
1085
+ .textarea__focusVisible_1mg93 {
1086
1086
  outline: 2px solid #0072ef;
1087
1087
  }
1088
- .textarea__input_7tr43 {
1088
+ .textarea__input_1nojq {
1089
1089
  color: #000;
1090
1090
  caret-color: #0072ef;
1091
1091
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1092
1092
  }
1093
- .textarea__input_7tr43:-webkit-autofill {
1093
+ .textarea__input_1nojq:-webkit-autofill {
1094
1094
  -webkit-text-fill-color: #000;
1095
1095
  }
1096
- .textarea__input_7tr43::placeholder {
1096
+ .textarea__input_1nojq::placeholder {
1097
1097
  color: rgba(60, 60, 67, 0.6);
1098
1098
  }
1099
- .textarea__hasInnerLabel_7tr43::placeholder {
1099
+ .textarea__hasInnerLabel_1nojq::placeholder {
1100
1100
  color: rgba(60, 60, 67, 0.3);
1101
1101
  }
1102
- .textarea__clearIcon_7tr43 {
1102
+ .textarea__clearIcon_1nojq {
1103
1103
  color: #000;
1104
1104
  }
1105
- .textarea__input_7tr43:read-only {
1105
+ .textarea__input_1nojq:read-only {
1106
1106
  color: rgba(60, 60, 67, 0.6)
1107
1107
  }
1108
- .textarea__input_7tr43:read-only:focus::placeholder {
1108
+ .textarea__input_1nojq:read-only:focus::placeholder {
1109
1109
  color: rgba(60, 60, 67, 0.6);
1110
1110
  }
1111
- .textarea__input_7tr43:disabled {
1111
+ .textarea__input_1nojq:disabled {
1112
1112
  color: #000;
1113
1113
  -webkit-text-fill-color: #000;
1114
1114
  }
1115
- .textarea__input_7tr43:focus::placeholder {
1115
+ .textarea__input_1nojq:focus::placeholder {
1116
1116
  color: rgba(60, 60, 67, 0.3);
1117
1117
  }
1118
- .textarea__error_7tr43 {
1118
+ .textarea__error_1nojq {
1119
1119
  color: #ef3124;
1120
1120
  caret-color: #ef3124;
1121
1121
  }
1122
- .textarea__textarea_7tr43 {
1122
+ .textarea__textarea_1nojq {
1123
1123
  color: #000;
1124
1124
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1125
1125
  }
1126
- .textarea__textarea_7tr43::placeholder {
1126
+ .textarea__textarea_1nojq::placeholder {
1127
1127
  color: rgba(60, 60, 67, 0.6);
1128
1128
  }
1129
- .textarea__hasInnerLabel_7tr43::placeholder {
1129
+ .textarea__hasInnerLabel_1nojq::placeholder {
1130
1130
  color: rgba(60, 60, 67, 0.3);
1131
1131
  }
1132
- .textarea__textarea_7tr43:disabled {
1132
+ .textarea__textarea_1nojq:disabled {
1133
1133
  color: #000;
1134
1134
  -webkit-text-fill-color: #000;
1135
1135
  }
1136
- .textarea__textarea_7tr43:read-only {
1136
+ .textarea__textarea_1nojq:read-only {
1137
1137
  color: rgba(60, 60, 67, 0.6);
1138
1138
  }
1139
- .textarea__textarea_7tr43:focus::placeholder {
1139
+ .textarea__textarea_1nojq:focus::placeholder {
1140
1140
  color: rgba(60, 60, 67, 0.3);
1141
1141
  }
1142
- .textarea__hint_7tr43 {
1142
+ .textarea__hint_1nojq {
1143
1143
  color: rgba(235, 235, 245, 0.6);
1144
1144
  }
1145
- .textarea__error_7tr43 {
1145
+ .textarea__error_1nojq {
1146
1146
  color: #f15045;
1147
- }.base-modal__component_7qd4r {
1147
+ }.base-modal__component_uakct {
1148
1148
  background: #121212;
1149
- }.popover__component_6998s {
1150
- background-color: transparent;
1151
- color: #fff;
1152
- }
1153
- .popover__inner_6998s {
1154
- background-color: #121212;
1155
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1156
- border: 1px solid transparent;
1157
- }
1158
- .popover__arrow_6998s:after {
1159
- background-color: #121212;
1160
- border: 1px solid transparent;
1161
- }.button__primary_1mzkv {
1149
+ }.button__primary_bzg0j {
1162
1150
  color: #000;
1163
1151
  background-color: #f3f4f5;
1164
1152
  border: 1px solid transparent
1165
1153
  }
1166
- .button__primary_1mzkv:hover {
1154
+ .button__primary_bzg0j:hover {
1167
1155
  background-color: rgb(207, 207, 208);
1168
1156
  }
1169
- .button__primary_1mzkv:active {
1157
+ .button__primary_bzg0j:active {
1170
1158
  background-color: rgb(194, 195, 196);
1171
1159
  }
1172
- .button__primary_1mzkv > .button__loader_1mzkv {
1160
+ .button__primary_bzg0j > .button__loader_bzg0j {
1173
1161
  color: #fff;
1174
1162
  }
1175
- .button__secondary_1mzkv {
1163
+ .button__secondary_bzg0j {
1176
1164
  color: #fff;
1177
1165
  background-color: rgba(255, 255, 255, 0.1);
1178
1166
  border: 1px solid transparent
1179
1167
  }
1180
- .button__secondary_1mzkv:hover {
1168
+ .button__secondary_bzg0j:hover {
1181
1169
  background-color: rgba(255, 255, 255, 0.163);
1182
1170
  }
1183
- .button__secondary_1mzkv:active {
1171
+ .button__secondary_bzg0j:active {
1184
1172
  background-color: rgba(255, 255, 255, 0.235);
1185
1173
  }
1186
- .button__secondary_1mzkv > .button__loader_1mzkv {
1174
+ .button__secondary_bzg0j > .button__loader_bzg0j {
1187
1175
  color: #fff;
1188
1176
  }
1189
- .button__outlined_1mzkv {
1177
+ .button__outlined_bzg0j {
1190
1178
  color: #fff;
1191
1179
  background-color: transparent;
1192
1180
  border: 1px solid #c5c5c7
1193
1181
  }
1194
- .button__outlined_1mzkv:hover {
1182
+ .button__outlined_bzg0j:hover {
1195
1183
  background-color: rgba(0, 0, 0, 0.07);
1196
1184
  }
1197
- .button__outlined_1mzkv:active {
1185
+ .button__outlined_bzg0j:active {
1198
1186
  background-color: rgba(0, 0, 0, 0.15);
1199
1187
  }
1200
- .button__tertiary_1mzkv {
1188
+ .button__tertiary_bzg0j {
1201
1189
  color: #fff;
1202
1190
  background-color: transparent;
1203
1191
  border: 1px solid #c5c5c7
1204
1192
  }
1205
- .button__tertiary_1mzkv:hover {
1193
+ .button__tertiary_bzg0j:hover {
1206
1194
  background-color: rgba(255, 255, 255, 0.07);
1207
1195
  border-color: #c5c5c7;
1208
1196
  }
1209
- .button__tertiary_1mzkv:active {
1197
+ .button__tertiary_bzg0j:active {
1210
1198
  background-color: rgba(255, 255, 255, 0.15);
1211
1199
  }
1212
- .button__tertiary_1mzkv > .button__loader_1mzkv {
1200
+ .button__tertiary_bzg0j > .button__loader_bzg0j {
1213
1201
  color: #fff;
1214
1202
  }
1215
- .button__filled_1mzkv {
1203
+ .button__filled_bzg0j {
1216
1204
  color: #fff;
1217
1205
  background-color: #3a3a3c
1218
1206
  }
1219
- .button__filled_1mzkv:hover {
1207
+ .button__filled_bzg0j:hover {
1220
1208
  background-color: rgb(72, 72, 74);
1221
1209
  }
1222
- .button__filled_1mzkv:active {
1210
+ .button__filled_bzg0j:active {
1223
1211
  background-color: rgb(88, 88, 89);
1224
1212
  }
1225
- .button__transparent_1mzkv {
1213
+ .button__transparent_bzg0j {
1226
1214
  color: #fff;
1227
1215
  background-color: rgba(255, 255, 255, 0.1)
1228
1216
  }
1229
- .button__transparent_1mzkv:hover {
1217
+ .button__transparent_bzg0j:hover {
1230
1218
  background-color: rgba(255, 255, 255, 0.2);
1231
1219
  }
1232
- .button__transparent_1mzkv:active {
1220
+ .button__transparent_bzg0j:active {
1233
1221
  background-color: rgba(255, 255, 255, 0.4);
1234
1222
  }
1235
- .button__link_1mzkv {
1223
+ .button__link_bzg0j {
1236
1224
  color: #fff;
1237
1225
  background-color: transparent;
1238
1226
  border: 1px solid transparent
1239
1227
  }
1240
- .button__link_1mzkv:hover {
1228
+ .button__link_bzg0j:hover {
1241
1229
  background-color: rgba(255, 255, 255, 0.07);
1242
1230
  }
1243
- .button__link_1mzkv:active {
1231
+ .button__link_bzg0j:active {
1244
1232
  background-color: rgba(255, 255, 255, 0.15);
1245
1233
  }
1246
- .button__link_1mzkv > .button__loader_1mzkv {
1234
+ .button__link_bzg0j > .button__loader_bzg0j {
1247
1235
  color: #fff;
1248
1236
  }
1249
- .button__ghost_1mzkv {
1237
+ .button__ghost_bzg0j {
1250
1238
  color: #fff
1251
1239
  }
1252
- .button__ghost_1mzkv:hover {
1240
+ .button__ghost_bzg0j:hover {
1253
1241
  color: rgb(179, 179, 179);
1254
1242
  }
1255
- .button__ghost_1mzkv:active {
1243
+ .button__ghost_bzg0j:active {
1256
1244
  color: rgb(128, 128, 128);
1257
1245
  }
1258
- .button__ghost_1mzkv > .button__loader_1mzkv {
1246
+ .button__ghost_bzg0j > .button__loader_bzg0j {
1259
1247
  color: #fff;
1260
1248
  }
1261
- .button__component_1mzkv[disabled].button__primary_1mzkv {
1249
+ .button__component_bzg0j[disabled].button__primary_bzg0j {
1262
1250
  color: rgba(60, 60, 67, 0.3);
1263
1251
  background-color: #f3f4f5
1264
1252
  }
1265
- .button__component_1mzkv[disabled].button__primary_1mzkv.button__loading_1mzkv {
1253
+ .button__component_bzg0j[disabled].button__primary_bzg0j.button__loading_bzg0j {
1266
1254
  background-color: #f3f4f5;
1267
1255
  }
1268
- .button__component_1mzkv[disabled].button__secondary_1mzkv {
1256
+ .button__component_bzg0j[disabled].button__secondary_bzg0j {
1269
1257
  color: rgba(255, 255, 255, 0.3);
1270
1258
  background-color: rgba(255, 255, 255, 0.05);
1271
1259
  border-color: transparent
1272
1260
  }
1273
- .button__component_1mzkv[disabled].button__secondary_1mzkv.button__loading_1mzkv {
1261
+ .button__component_bzg0j[disabled].button__secondary_bzg0j.button__loading_bzg0j {
1274
1262
  color: #fff;
1275
1263
  background-color: rgba(255, 255, 255, 0.1);
1276
1264
  border-color: transparent;
1277
1265
  }
1278
- .button__component_1mzkv[disabled].button__outlined_1mzkv {
1266
+ .button__component_bzg0j[disabled].button__outlined_bzg0j {
1279
1267
  color: rgba(255, 255, 255, 0.3);
1280
1268
  background-color: transparent;
1281
1269
  border-color: rgba(197, 197, 199, 0.3)
1282
1270
  }
1283
- .button__component_1mzkv[disabled].button__outlined_1mzkv.button__loading_1mzkv {
1271
+ .button__component_bzg0j[disabled].button__outlined_bzg0j.button__loading_bzg0j {
1284
1272
  color: #fff;
1285
1273
  }
1286
- .button__component_1mzkv[disabled].button__tertiary_1mzkv {
1274
+ .button__component_bzg0j[disabled].button__tertiary_bzg0j {
1287
1275
  color: rgba(255, 255, 255, 0.3);
1288
1276
  background-color: transparent;
1289
1277
  border-color: rgba(197, 197, 199, 0.3)
1290
1278
  }
1291
- .button__component_1mzkv[disabled].button__tertiary_1mzkv.button__loading_1mzkv {
1279
+ .button__component_bzg0j[disabled].button__tertiary_bzg0j.button__loading_bzg0j {
1292
1280
  color: #fff;
1293
1281
  border-color: #c5c5c7;
1294
1282
  }
1295
- .button__component_1mzkv[disabled].button__filled_1mzkv {
1283
+ .button__component_bzg0j[disabled].button__filled_bzg0j {
1296
1284
  color: rgba(255, 255, 255, 0.3);
1297
1285
  background-color: rgba(58, 58, 60, 0.3)
1298
1286
  }
1299
- .button__component_1mzkv[disabled].button__filled_1mzkv.button__loading_1mzkv {
1287
+ .button__component_bzg0j[disabled].button__filled_bzg0j.button__loading_bzg0j {
1300
1288
  color: #fff;
1301
1289
  background-color: #3a3a3c;
1302
1290
  }
1303
- .button__component_1mzkv[disabled].button__transparent_1mzkv {
1291
+ .button__component_bzg0j[disabled].button__transparent_bzg0j {
1304
1292
  color: rgba(255, 255, 255, 0.3);
1305
1293
  background-color: rgba(255, 255, 255, 0.03)
1306
1294
  }
1307
- .button__component_1mzkv[disabled].button__transparent_1mzkv.button__loading_1mzkv {
1295
+ .button__component_bzg0j[disabled].button__transparent_bzg0j.button__loading_bzg0j {
1308
1296
  color: #fff;
1309
1297
  background-color: rgba(255, 255, 255, 0.1);
1310
1298
  }
1311
- .button__component_1mzkv[disabled].button__link_1mzkv {
1299
+ .button__component_bzg0j[disabled].button__link_bzg0j {
1312
1300
  color: rgba(255, 255, 255, 0.3);
1313
1301
  background-color: transparent
1314
1302
  }
1315
- .button__component_1mzkv[disabled].button__link_1mzkv.button__loading_1mzkv {
1303
+ .button__component_bzg0j[disabled].button__link_bzg0j.button__loading_bzg0j {
1316
1304
  color: #fff;
1317
1305
  }
1318
- .button__component_1mzkv[disabled].button__ghost_1mzkv {
1306
+ .button__component_bzg0j[disabled].button__ghost_bzg0j {
1319
1307
  color: rgba(255, 255, 255, 0.3)
1320
1308
  }
1321
- .button__component_1mzkv[disabled].button__ghost_1mzkv.button__loading_1mzkv {
1309
+ .button__component_bzg0j[disabled].button__ghost_bzg0j.button__loading_bzg0j {
1322
1310
  color: #fff;
1323
1311
  }
1324
- .button__component_6oxzu {
1312
+ .button__component_19iyj {
1325
1313
  background-color: transparent
1326
1314
  }
1327
- .button__focused_6oxzu {
1315
+ .button__focused_19iyj {
1328
1316
  outline: 2px solid #0072ef;
1329
1317
  }
1330
- .button__primary_1bpjc {
1318
+ .button__primary_pei54 {
1331
1319
  color: #fff;
1332
1320
  background-color: #202022;
1333
1321
  border: 1px solid transparent
1334
1322
  }
1335
- .button__primary_1bpjc:hover {
1323
+ .button__primary_pei54:hover {
1336
1324
  background-color: rgb(48, 48, 49);
1337
1325
  }
1338
- .button__primary_1bpjc:active {
1326
+ .button__primary_pei54:active {
1339
1327
  background-color: rgb(65, 65, 67);
1340
1328
  }
1341
- .button__primary_1bpjc > .button__loader_1bpjc {
1329
+ .button__primary_pei54 > .button__loader_pei54 {
1342
1330
  color: #fff;
1343
1331
  }
1344
- .button__secondary_1bpjc {
1332
+ .button__secondary_pei54 {
1345
1333
  color: #000;
1346
1334
  background-color: rgba(0, 0, 0, 0.08);
1347
1335
  border: 1px solid transparent
1348
1336
  }
1349
- .button__secondary_1bpjc:hover {
1337
+ .button__secondary_pei54:hover {
1350
1338
  background-color: rgba(0, 0, 0, 0.218);
1351
1339
  }
1352
- .button__secondary_1bpjc:active {
1340
+ .button__secondary_pei54:active {
1353
1341
  background-color: rgba(0, 0, 0, 0.264);
1354
1342
  }
1355
- .button__secondary_1bpjc > .button__loader_1bpjc {
1343
+ .button__secondary_pei54 > .button__loader_pei54 {
1356
1344
  color: #000;
1357
1345
  }
1358
- .button__outlined_1bpjc {
1346
+ .button__outlined_pei54 {
1359
1347
  color: #fff;
1360
1348
  background-color: transparent;
1361
1349
  border: 1px solid #c5c5c7
1362
1350
  }
1363
- .button__outlined_1bpjc:hover {
1351
+ .button__outlined_pei54:hover {
1364
1352
  background-color: rgba(255, 255, 255, 0.15);
1365
1353
  }
1366
- .button__outlined_1bpjc:active {
1354
+ .button__outlined_pei54:active {
1367
1355
  background-color: rgba(0, 0, 0, 0.15);
1368
1356
  }
1369
- .button__tertiary_1bpjc {
1357
+ .button__tertiary_pei54 {
1370
1358
  color: #000;
1371
1359
  background-color: transparent;
1372
1360
  border: 1px solid #464649
1373
1361
  }
1374
- .button__tertiary_1bpjc:hover {
1362
+ .button__tertiary_pei54:hover {
1375
1363
  background-color: rgba(18, 18, 18, 0.15);
1376
1364
  border-color: #464649;
1377
1365
  }
1378
- .button__tertiary_1bpjc:active {
1366
+ .button__tertiary_pei54:active {
1379
1367
  background-color: rgba(18, 18, 18, 0.2);
1380
1368
  }
1381
- .button__tertiary_1bpjc > .button__loader_1bpjc {
1369
+ .button__tertiary_pei54 > .button__loader_pei54 {
1382
1370
  color: #000;
1383
1371
  }
1384
- .button__filled_1bpjc {
1372
+ .button__filled_pei54 {
1385
1373
  color: #fff;
1386
1374
  background-color: #3a3a3c
1387
1375
  }
1388
- .button__filled_1bpjc:hover {
1376
+ .button__filled_pei54:hover {
1389
1377
  background-color: rgb(99, 112, 126);
1390
1378
  }
1391
- .button__filled_1bpjc:active {
1379
+ .button__filled_pei54:active {
1392
1380
  background-color: rgb(61, 74, 88);
1393
1381
  }
1394
- .button__transparent_1bpjc {
1382
+ .button__transparent_pei54 {
1395
1383
  color: #000;
1396
1384
  background-color: rgba(255, 255, 255, 0.1)
1397
1385
  }
1398
- .button__transparent_1bpjc:hover {
1386
+ .button__transparent_pei54:hover {
1399
1387
  background-color: rgba(255, 255, 255, 0.2);
1400
1388
  }
1401
- .button__transparent_1bpjc:active {
1389
+ .button__transparent_pei54:active {
1402
1390
  background-color: rgba(255, 255, 255, 0.05);
1403
1391
  }
1404
- .button__link_1bpjc {
1392
+ .button__link_pei54 {
1405
1393
  color: #000;
1406
1394
  background-color: transparent;
1407
1395
  border: 1px solid transparent
1408
1396
  }
1409
- .button__link_1bpjc:hover {
1397
+ .button__link_pei54:hover {
1410
1398
  background-color: rgba(18, 18, 18, 0.15);
1411
1399
  }
1412
- .button__link_1bpjc:active {
1400
+ .button__link_pei54:active {
1413
1401
  background-color: rgba(18, 18, 18, 0.2);
1414
1402
  }
1415
- .button__link_1bpjc > .button__loader_1bpjc {
1403
+ .button__link_pei54 > .button__loader_pei54 {
1416
1404
  color: #000;
1417
1405
  }
1418
- .button__ghost_1bpjc {
1406
+ .button__ghost_pei54 {
1419
1407
  color: #000
1420
1408
  }
1421
- .button__ghost_1bpjc:hover {
1409
+ .button__ghost_pei54:hover {
1422
1410
  color: rgb(77, 77, 77);
1423
1411
  }
1424
- .button__ghost_1bpjc:active {
1412
+ .button__ghost_pei54:active {
1425
1413
  color: rgb(128, 128, 128);
1426
1414
  }
1427
- .button__ghost_1bpjc > .button__loader_1bpjc {
1415
+ .button__ghost_pei54 > .button__loader_pei54 {
1428
1416
  color: #000;
1429
1417
  }
1430
- .button__component_1bpjc[disabled].button__primary_1bpjc {
1418
+ .button__component_pei54[disabled].button__primary_pei54 {
1431
1419
  color: rgba(235, 235, 245, 0.3);
1432
1420
  background-color: #202022
1433
1421
  }
1434
- .button__component_1bpjc[disabled].button__primary_1bpjc.button__loading_1bpjc {
1422
+ .button__component_pei54[disabled].button__primary_pei54.button__loading_pei54 {
1435
1423
  background-color: #202022;
1436
1424
  }
1437
- .button__component_1bpjc[disabled].button__secondary_1bpjc {
1425
+ .button__component_pei54[disabled].button__secondary_pei54 {
1438
1426
  color: rgba(0, 0, 0, 0.3);
1439
1427
  background-color: rgba(18, 18, 18, 0.08);
1440
1428
  border-color: transparent
1441
1429
  }
1442
- .button__component_1bpjc[disabled].button__secondary_1bpjc.button__loading_1bpjc {
1430
+ .button__component_pei54[disabled].button__secondary_pei54.button__loading_pei54 {
1443
1431
  color: #000;
1444
1432
  background-color: rgba(0, 0, 0, 0.08);
1445
1433
  border-color: transparent;
1446
1434
  }
1447
- .button__component_1bpjc[disabled].button__outlined_1bpjc {
1435
+ .button__component_pei54[disabled].button__outlined_pei54 {
1448
1436
  color: rgba(255, 255, 255, 0.3);
1449
1437
  background-color: transparent;
1450
1438
  border-color: rgba(35, 53, 73, 0.3)
1451
1439
  }
1452
- .button__component_1bpjc[disabled].button__outlined_1bpjc.button__loading_1bpjc {
1440
+ .button__component_pei54[disabled].button__outlined_pei54.button__loading_pei54 {
1453
1441
  color: #fff;
1454
1442
  }
1455
- .button__component_1bpjc[disabled].button__tertiary_1bpjc {
1443
+ .button__component_pei54[disabled].button__tertiary_pei54 {
1456
1444
  color: rgba(0, 0, 0, 0.3);
1457
1445
  background-color: transparent;
1458
1446
  border-color: rgba(70, 70, 73, 0.3)
1459
1447
  }
1460
- .button__component_1bpjc[disabled].button__tertiary_1bpjc.button__loading_1bpjc {
1448
+ .button__component_pei54[disabled].button__tertiary_pei54.button__loading_pei54 {
1461
1449
  color: #000;
1462
1450
  }
1463
- .button__component_1bpjc[disabled].button__filled_1bpjc {
1451
+ .button__component_pei54[disabled].button__filled_pei54 {
1464
1452
  color: rgba(255, 255, 255, 0.3);
1465
1453
  background-color: rgba(72, 87, 103, 0.3);
1466
1454
  border-color: transparent
1467
1455
  }
1468
- .button__component_1bpjc[disabled].button__filled_1bpjc.button__loading_1bpjc {
1456
+ .button__component_pei54[disabled].button__filled_pei54.button__loading_pei54 {
1469
1457
  color: #fff;
1470
1458
  background-color: #3a3a3c;
1471
1459
  border-color: transparent;
1472
1460
  }
1473
- .button__component_1bpjc[disabled].button__transparent_1bpjc {
1461
+ .button__component_pei54[disabled].button__transparent_pei54 {
1474
1462
  color: rgba(255, 255, 255, 0.3);
1475
1463
  background-color: rgba(255, 255, 255, 0.03)
1476
1464
  }
1477
- .button__component_1bpjc[disabled].button__transparent_1bpjc.button__loading_1bpjc {
1465
+ .button__component_pei54[disabled].button__transparent_pei54.button__loading_pei54 {
1478
1466
  color: #000;
1479
1467
  background-color: rgba(255, 255, 255, 0.1);
1480
1468
  }
1481
- .button__component_1bpjc[disabled].button__link_1bpjc {
1469
+ .button__component_pei54[disabled].button__link_pei54 {
1482
1470
  color: rgba(0, 0, 0, 0.3);
1483
1471
  background-color: transparent
1484
1472
  }
1485
- .button__component_1bpjc[disabled].button__link_1bpjc.button__loading_1bpjc {
1473
+ .button__component_pei54[disabled].button__link_pei54.button__loading_pei54 {
1486
1474
  color: #000;
1487
1475
  }
1488
- .button__component_1bpjc[disabled].button__ghost_1bpjc {
1476
+ .button__component_pei54[disabled].button__ghost_pei54 {
1489
1477
  color: rgba(0, 0, 0, 0.3)
1490
1478
  }
1491
- .button__component_1bpjc[disabled].button__ghost_1bpjc.button__loading_1bpjc {
1479
+ .button__component_pei54[disabled].button__ghost_pei54.button__loading_pei54 {
1492
1480
  color: #000;
1493
- }.chart__coreChart_p15op .recharts-text tspan {
1481
+ }.popover__component_1bn0c {
1482
+ background-color: transparent;
1483
+ color: #fff;
1484
+ }
1485
+ .popover__inner_1bn0c {
1486
+ background-color: #121212;
1487
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1488
+ border: 1px solid transparent;
1489
+ }
1490
+ .popover__arrow_1bn0c:after {
1491
+ background-color: #121212;
1492
+ border: 1px solid transparent;
1493
+ }.chart__coreChart_14ne4 .recharts-text tspan {
1494
1494
  fill: #fff;
1495
1495
  }
1496
- @keyframes chart__showDot_ddw4g {
1496
+ @keyframes chart__showDot_1u9no {
1497
1497
  }
1498
1498
 
1499
- .chart__tickText_1ddoa {
1499
+ .chart__tickText_13q5p {
1500
1500
  fill: #fff;
1501
1501
  }
1502
- .chart__circle_1ddoa {
1502
+ .chart__circle_13q5p {
1503
1503
  fill: #121212;
1504
1504
  }
1505
- .chart__circle_1ddoa {
1505
+ .chart__circle_13q5p {
1506
1506
  fill: #121212;
1507
1507
  }
1508
- .chart__tooltip_6bzlw {
1508
+ .chart__tooltip_4pmy3 {
1509
1509
  background-color: #121212;
1510
1510
  border: 1px solid #2b2b2e;
1511
1511
  box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1512
1512
  }
1513
- .chart__tooltipArrow_6bzlw {
1513
+ .chart__tooltipArrow_4pmy3 {
1514
1514
  border: 1px solid #2b2b2e;
1515
1515
  background-color: #121212;
1516
1516
  }
1517
- .chart__tooltipArrow_6bzlw:before {
1517
+ .chart__tooltipArrow_4pmy3:before {
1518
1518
  border-color: transparent #121212 transparent transparent;
1519
- }.comment__component_npz4f {
1520
- background-color: #202022;
1521
- }.list-header__filled_1x4hz {
1522
- background-color: rgba(255, 255, 255, 0.1);
1523
- }.circular-progress-bar__backgroundCircle_v5f1x,
1524
- .circular-progress-bar__progressCircle_v5f1x {
1519
+ }.circular-progress-bar__backgroundCircle_1b1h9,
1520
+ .circular-progress-bar__progressCircle_1b1h9 {
1525
1521
  fill: transparent;
1526
1522
  }
1527
- .circular-progress-bar__positive_v5f1x {
1523
+ .circular-progress-bar__positive_1b1h9 {
1528
1524
  stroke: #2fc26e;
1529
1525
  }
1530
- .circular-progress-bar__negative_v5f1x {
1526
+ .circular-progress-bar__negative_1b1h9 {
1531
1527
  stroke: #d91d0b;
1532
1528
  }
1533
- .circular-progress-bar__backgroundCircle_v5f1x {
1529
+ .circular-progress-bar__backgroundCircle_1b1h9 {
1534
1530
  stroke: #2c2c2e
1535
1531
  }
1536
- .circular-progress-bar__backgroundCircle_v5f1x.circular-progress-bar__stroke_v5f1x {
1532
+ .circular-progress-bar__backgroundCircle_1b1h9.circular-progress-bar__stroke_1b1h9 {
1537
1533
  stroke: transparent;
1538
1534
  }
1539
- .circular-progress-bar__progressCircle_v5f1x.circular-progress-bar__bg-positive_v5f1x {
1535
+ .circular-progress-bar__progressCircle_1b1h9.circular-progress-bar__bg-positive_1b1h9 {
1540
1536
  fill: #2fc26e;
1541
1537
  }
1542
- .circular-progress-bar__progressCircle_v5f1x.circular-progress-bar__bg-negative_v5f1x {
1538
+ .circular-progress-bar__progressCircle_1b1h9.circular-progress-bar__bg-negative_1b1h9 {
1543
1539
  fill: #d91d0b;
1544
1540
  }
1545
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-tertiary_v5f1x {
1541
+ .circular-progress-bar__iconWrapper_1b1h9.circular-progress-bar__icon-tertiary_1b1h9 {
1546
1542
  color: #464649;
1547
1543
  }
1548
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-positive_v5f1x {
1544
+ .circular-progress-bar__iconWrapper_1b1h9.circular-progress-bar__icon-positive_1b1h9 {
1549
1545
  color: #2fc26e;
1550
1546
  }
1551
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-negative_v5f1x {
1547
+ .circular-progress-bar__iconWrapper_1b1h9.circular-progress-bar__icon-negative_1b1h9 {
1552
1548
  color: #d91d0b;
1553
1549
  }
1554
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-primary-inverted_v5f1x {
1550
+ .circular-progress-bar__iconWrapper_1b1h9.circular-progress-bar__icon-primary-inverted_1b1h9 {
1555
1551
  color: #000;
1556
1552
  }
1557
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-primary_v5f1x {
1553
+ .circular-progress-bar__iconWrapper_1b1h9.circular-progress-bar__icon-primary_1b1h9 {
1558
1554
  color: #fff;
1559
1555
  }
1560
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-secondary_v5f1x {
1556
+ .circular-progress-bar__iconWrapper_1b1h9.circular-progress-bar__icon-secondary_1b1h9 {
1561
1557
  color: #8d8d93;
1562
- }.stepped-progress-bar__description_18ke1 {
1558
+ }.comment__component_1bk4z {
1559
+ background-color: #202022;
1560
+ }.list-header__filled_ryhlr {
1561
+ background-color: rgba(255, 255, 255, 0.1);
1562
+ }.stepped-progress-bar__description_1brjl {
1563
1563
  color: rgba(235, 235, 245, 0.6);
1564
1564
  }
1565
- .stepped-progress-bar__bar_7ic3s {
1565
+ .stepped-progress-bar__bar_i1vhs {
1566
1566
  background: rgba(255, 255, 255, 0.1);
1567
1567
  }
1568
- .stepped-progress-bar__positive_7ic3s {
1568
+ .stepped-progress-bar__positive_i1vhs {
1569
1569
  background: #2fc26e;
1570
1570
  }
1571
- .stepped-progress-bar__attention_7ic3s {
1571
+ .stepped-progress-bar__attention_i1vhs {
1572
1572
  background: #f6bf65;
1573
1573
  }
1574
- .stepped-progress-bar__negative_7ic3s {
1574
+ .stepped-progress-bar__negative_i1vhs {
1575
1575
  background: #d91d0b;
1576
1576
  }
1577
- .stepped-progress-bar__link_7ic3s {
1577
+ .stepped-progress-bar__link_i1vhs {
1578
1578
  background: #0072ef;
1579
1579
  }
1580
- .stepped-progress-bar__tertiary_7ic3s {
1580
+ .stepped-progress-bar__tertiary_i1vhs {
1581
1581
  background: #464649;
1582
1582
  }
1583
- .stepped-progress-bar__secondary_7ic3s {
1583
+ .stepped-progress-bar__secondary_i1vhs {
1584
1584
  background: #8d8d93;
1585
1585
  }
1586
- .stepped-progress-bar__primary_7ic3s {
1586
+ .stepped-progress-bar__primary_i1vhs {
1587
1587
  background: #fff;
1588
1588
  }
1589
- .stepped-progress-bar__accent_7ic3s {
1589
+ .stepped-progress-bar__accent_i1vhs {
1590
1590
  background: #ef3124;
1591
- }.drawer__backdropEnter_2hxdu {
1591
+ }.drawer__backdropEnter_1ttso {
1592
1592
  background-color: transparent;
1593
1593
  }
1594
- .drawer__backdropEnterActive_2hxdu,
1595
- .drawer__backdropEnterDone_2hxdu {
1594
+ .drawer__backdropEnterActive_1ttso,
1595
+ .drawer__backdropEnterDone_1ttso {
1596
1596
  background-color: rgba(0, 0, 0, 0.8);
1597
1597
  }
1598
- .drawer__backdropExit_2hxdu {
1598
+ .drawer__backdropExit_1ttso {
1599
1599
  background-color: rgba(0, 0, 0, 0.8);
1600
1600
  }
1601
- .drawer__backdropExitActive_2hxdu,
1602
- .drawer__backdropExitDone_2hxdu {
1601
+ .drawer__backdropExitActive_1ttso,
1602
+ .drawer__backdropExitDone_1ttso {
1603
1603
  background-color: transparent;
1604
- }.attach__component_qusb9 {
1604
+ }.attach__component_4i89e {
1605
1605
  }
1606
- .attach__focused_qusb9 {
1606
+ .attach__focused_4i89e {
1607
1607
  outline: 2px solid #0072ef;
1608
- }.custom-button__customButton_1sefw.custom-button__white_1sefw * {
1608
+ }.custom-button__customButton_c396s.custom-button__white_c396s * {
1609
1609
  color: #fff;
1610
1610
  }
1611
- .custom-button__customButton_1sefw.custom-button__black_1sefw * {
1611
+ .custom-button__customButton_c396s.custom-button__black_c396s * {
1612
1612
  color: #000;
1613
1613
  }
1614
- .custom-button__customButton_1sefw:before {
1614
+ .custom-button__customButton_c396s:before {
1615
1615
  background-color: rgba(0, 0, 0, 0);
1616
1616
  }
1617
- .custom-button__customButton_1sefw:hover:before {
1617
+ .custom-button__customButton_c396s:hover:before {
1618
1618
  background-color: rgba(0, 0, 0, 0.07);
1619
1619
  }
1620
- .custom-button__customButton_1sefw:active:before {
1620
+ .custom-button__customButton_c396s:active:before {
1621
1621
  background-color: rgba(0, 0, 0, 0.15);
1622
1622
  }
1623
- .custom-button__customButton_1sefw:disabled.custom-button__white_1sefw * {
1623
+ .custom-button__customButton_c396s:disabled.custom-button__white_c396s * {
1624
1624
  color: #fff;
1625
1625
  }
1626
- .custom-button__customButton_1sefw:disabled.custom-button__black_1sefw * {
1626
+ .custom-button__customButton_c396s:disabled.custom-button__black_c396s * {
1627
1627
  color: #000;
1628
- }.confirmation-v1__errorHeader_4d7mp {
1628
+ }.confirmation-v1__errorHeader_j2vvl {
1629
1629
  color: #fff;
1630
1630
  color: #fff;
1631
1631
  }
1632
- .confirmation-v1__errorText_4d7mp {
1632
+ .confirmation-v1__errorText_j2vvl {
1633
1633
  color: rgba(235, 235, 245, 0.6);
1634
1634
  color: rgba(235, 235, 245, 0.6);
1635
1635
  }
1636
- .confirmation-v1__phoneHintText_4d7mp {
1636
+ .confirmation-v1__phoneHintText_j2vvl {
1637
1637
  color: rgba(235, 235, 245, 0.6);
1638
1638
  color: rgba(235, 235, 245, 0.6);
1639
1639
  }
1640
- .confirmation-v1__phonesWrap_4d7mp {
1640
+ .confirmation-v1__phonesWrap_j2vvl {
1641
1641
  color: rgba(235, 235, 245, 0.6);
1642
1642
  }
1643
- .confirmation-v1__phoneDescription_4d7mp {
1643
+ .confirmation-v1__phoneDescription_j2vvl {
1644
1644
  color: rgba(235, 235, 245, 0.6);
1645
1645
  }
1646
- .confirmation-v1__input_12o0z {
1646
+ .confirmation-v1__input_1azl1 {
1647
1647
  background-color: #202022;
1648
1648
  color: #fff
1649
1649
  }
1650
- .confirmation-v1__input_12o0z.confirmation-v1__hasError_12o0z {
1650
+ .confirmation-v1__input_1azl1.confirmation-v1__hasError_1azl1 {
1651
1651
  color: #f15045;
1652
1652
  caret-color: #fff;
1653
1653
  background-color: #35110d;
1654
1654
  }
1655
- .confirmation-v1__input_12o0z.confirmation-v1__disabled_12o0z {
1655
+ .confirmation-v1__input_1azl1.confirmation-v1__disabled_1azl1 {
1656
1656
  color: rgba(235, 235, 245, 0.3);
1657
1657
  }
1658
- @keyframes confirmation-v1__shake_12o0z {
1658
+ @keyframes confirmation-v1__shake_1azl1 {
1659
1659
  }
1660
- .confirmation-v1__component_rd1xu {
1660
+ .confirmation-v1__component_j1hvu {
1661
1661
  color: rgba(235, 235, 245, 0.6);
1662
1662
  color: rgba(235, 235, 245, 0.6);
1663
1663
  }
1664
- .confirmation-v1__circle_mzlsr {
1664
+ .confirmation-v1__circle_na7s9 {
1665
1665
  fill: transparent;
1666
1666
  stroke: #464649;
1667
1667
  }
1668
- .confirmation-v1__title_yhy75 {
1668
+ .confirmation-v1__title_js9y9 {
1669
1669
  color: #fff;
1670
1670
  }
1671
- .confirmation-v1__description_yhy75 {
1671
+ .confirmation-v1__description_js9y9 {
1672
1672
  color: rgba(235, 235, 245, 0.6);
1673
1673
  }
1674
- .confirmation-v1__alertIcon_yhy75 {
1674
+ .confirmation-v1__alertIcon_js9y9 {
1675
1675
  color: #d91d0b;
1676
1676
  }
1677
- .confirmation-v1__header_1lqp2 {
1677
+ .confirmation-v1__header_s2zh2 {
1678
1678
  color: #fff;
1679
1679
  color: #fff;
1680
1680
  }
1681
- .confirmation-v1__error_1lqp2 {
1681
+ .confirmation-v1__error_s2zh2 {
1682
1682
  color: #f15045;
1683
1683
  }
1684
- .confirmation-v1__loaderText_1lqp2 {
1684
+ .confirmation-v1__loaderText_s2zh2 {
1685
1685
  color: rgba(235, 235, 245, 0.6);
1686
1686
  color: rgba(235, 235, 245, 0.6);
1687
1687
  }
1688
- .confirmation__component_jlzzz {
1688
+ .confirmation__component_1uz85 {
1689
1689
  color: rgba(235, 235, 245, 0.6);
1690
1690
  }
1691
- .confirmation__circle_8bmir {
1691
+ .confirmation__circle_nvm89 {
1692
1692
  fill: transparent;
1693
1693
  stroke: #464649;
1694
1694
  }
1695
1695
 
1696
- .confirmation__typographyTheme_90sl5.confirmation__typographyTheme_90sl5 {
1696
+ .confirmation__typographyTheme_1hz3b.confirmation__typographyTheme_1hz3b {
1697
1697
  color: rgba(235, 235, 245, 0.6);
1698
1698
  }
1699
- .confirmation__typographyTheme_8p0cq.confirmation__typographyTheme_8p0cq {
1699
+ .confirmation__typographyTheme_1xcu4.confirmation__typographyTheme_1xcu4 {
1700
1700
  color: rgba(235, 235, 245, 0.6);
1701
1701
  }
1702
- .confirmation__typographyTheme_17tyk.confirmation__typographyTheme_17tyk {
1702
+ .confirmation__typographyTheme_uowal.confirmation__typographyTheme_uowal {
1703
1703
  color: rgba(235, 235, 245, 0.6);
1704
1704
  }
1705
- .confirmation__phone_17tyk.confirmation__phone_17tyk {
1705
+ .confirmation__phone_uowal.confirmation__phone_uowal {
1706
1706
  color: #fff;
1707
1707
  }
1708
- .confirmation__countdownContainer_17tyk.confirmation__countdownContainer_17tyk {
1708
+ .confirmation__countdownContainer_uowal.confirmation__countdownContainer_uowal {
1709
1709
  color: rgba(235, 235, 245, 0.6);
1710
1710
  }
1711
- .confirmation__typographyTheme_hd738.confirmation__typographyTheme_hd738 {
1711
+ .confirmation__typographyTheme_y9u4p.confirmation__typographyTheme_y9u4p {
1712
1712
  color: rgba(235, 235, 245, 0.6);
1713
- }.icon-button__primary_wgr60 {
1713
+ }.icon-button__primary_p69vs {
1714
1714
  color: #fff
1715
1715
  }
1716
- .icon-button__primary_wgr60:hover {
1716
+ .icon-button__primary_p69vs:hover {
1717
1717
  color: rgb(204, 204, 204);
1718
1718
  }
1719
- .icon-button__primary_wgr60:active {
1719
+ .icon-button__primary_p69vs:active {
1720
1720
  color: rgb(179, 179, 179);
1721
1721
  }
1722
- .icon-button__secondary_wgr60 {
1722
+ .icon-button__secondary_p69vs {
1723
1723
  color: #8d8d93
1724
1724
  }
1725
- .icon-button__secondary_wgr60:hover {
1725
+ .icon-button__secondary_p69vs:hover {
1726
1726
  color: rgb(175, 175, 179);
1727
1727
  }
1728
- .icon-button__secondary_wgr60:active {
1728
+ .icon-button__secondary_p69vs:active {
1729
1729
  color: rgb(198, 198, 201);
1730
1730
  }
1731
- .icon-button__transparent_wgr60 {
1731
+ .icon-button__transparent_p69vs {
1732
1732
  color: rgba(255, 255, 255, 0.3)
1733
1733
  }
1734
- .icon-button__transparent_wgr60:hover {
1734
+ .icon-button__transparent_p69vs:hover {
1735
1735
  color: rgba(255, 255, 255, 0.4);
1736
1736
  }
1737
- .icon-button__transparent_wgr60:active {
1737
+ .icon-button__transparent_p69vs:active {
1738
1738
  color: rgba(255, 255, 255, 0.5);
1739
1739
  }
1740
- .icon-button__negative_wgr60 {
1740
+ .icon-button__negative_p69vs {
1741
1741
  color: #d91d0b
1742
1742
  }
1743
- .icon-button__negative_wgr60:hover {
1743
+ .icon-button__negative_p69vs:hover {
1744
1744
  color: rgb(220, 45, 28);
1745
1745
  }
1746
- .icon-button__negative_wgr60:active {
1746
+ .icon-button__negative_p69vs:active {
1747
1747
  color: rgb(223, 63, 48);
1748
1748
  }
1749
- .icon-button__tertiary_wgr60 {
1749
+ .icon-button__tertiary_p69vs {
1750
1750
  color: #464649
1751
1751
  }
1752
- .icon-button__tertiary_wgr60:hover {
1752
+ .icon-button__tertiary_p69vs:hover {
1753
1753
  color: rgb(83, 83, 86);
1754
1754
  }
1755
- .icon-button__tertiary_wgr60:active {
1755
+ .icon-button__tertiary_p69vs:active {
1756
1756
  color: rgb(98, 98, 100);
1757
1757
  }
1758
- .icon-button__component_wgr60:disabled.icon-button__primary_wgr60 {
1758
+ .icon-button__component_p69vs:disabled.icon-button__primary_p69vs {
1759
1759
  color: rgba(255, 255, 255, 0.3)
1760
1760
  }
1761
- .icon-button__component_wgr60:disabled.icon-button__primary_wgr60.icon-button__loader_wgr60 {
1761
+ .icon-button__component_p69vs:disabled.icon-button__primary_p69vs.icon-button__loader_p69vs {
1762
1762
  color: #fff;
1763
1763
  }
1764
- .icon-button__component_wgr60:disabled.icon-button__secondary_wgr60 {
1764
+ .icon-button__component_p69vs:disabled.icon-button__secondary_p69vs {
1765
1765
  color: rgba(141, 141, 147, 0.3)
1766
1766
  }
1767
- .icon-button__component_wgr60:disabled.icon-button__secondary_wgr60.icon-button__loader_wgr60 {
1767
+ .icon-button__component_p69vs:disabled.icon-button__secondary_p69vs.icon-button__loader_p69vs {
1768
1768
  color: #8d8d93;
1769
1769
  }
1770
- .icon-button__component_wgr60:disabled.icon-button__negative_wgr60 {
1770
+ .icon-button__component_p69vs:disabled.icon-button__negative_p69vs {
1771
1771
  color: rgba(217, 29, 11, 0.3)
1772
1772
  }
1773
- .icon-button__component_wgr60:disabled.icon-button__negative_wgr60.icon-button__loader_wgr60 {
1773
+ .icon-button__component_p69vs:disabled.icon-button__negative_p69vs.icon-button__loader_p69vs {
1774
1774
  color: #d91d0b;
1775
1775
  }
1776
- .icon-button__component_wgr60:disabled.icon-button__tertiary_wgr60 {
1776
+ .icon-button__component_p69vs:disabled.icon-button__tertiary_p69vs {
1777
1777
  color: rgba(70, 70, 73, 0.3)
1778
1778
  }
1779
- .icon-button__component_wgr60:disabled.icon-button__tertiary_wgr60.icon-button__loader_wgr60 {
1779
+ .icon-button__component_p69vs:disabled.icon-button__tertiary_p69vs.icon-button__loader_p69vs {
1780
1780
  color: #464649;
1781
1781
  }
1782
1782
 
1783
- .icon-button__primary_187sg {
1783
+ .icon-button__primary_10xb6 {
1784
1784
  color: #000
1785
1785
  }
1786
- .icon-button__primary_187sg:hover {
1786
+ .icon-button__primary_10xb6:hover {
1787
1787
  color: rgb(18, 18, 18);
1788
1788
  }
1789
- .icon-button__primary_187sg:active {
1789
+ .icon-button__primary_10xb6:active {
1790
1790
  color: rgb(38, 38, 38);
1791
1791
  }
1792
- .icon-button__secondary_187sg {
1792
+ .icon-button__secondary_10xb6 {
1793
1793
  color: #8a8a8e
1794
1794
  }
1795
- .icon-button__secondary_187sg:hover {
1795
+ .icon-button__secondary_10xb6:hover {
1796
1796
  color: rgb(117, 117, 121);
1797
1797
  }
1798
- .icon-button__secondary_187sg:active {
1798
+ .icon-button__secondary_10xb6:active {
1799
1799
  color: rgb(110, 110, 114);
1800
1800
  }
1801
- .icon-button__transparent_187sg {
1801
+ .icon-button__transparent_10xb6 {
1802
1802
  color: rgba(0, 0, 0, 0.3)
1803
1803
  }
1804
- .icon-button__transparent_187sg:hover {
1804
+ .icon-button__transparent_10xb6:hover {
1805
1805
  color: rgba(0, 0, 0, 0.4);
1806
1806
  }
1807
- .icon-button__transparent_187sg:active {
1807
+ .icon-button__transparent_10xb6:active {
1808
1808
  color: rgba(0, 0, 0, 0.5);
1809
1809
  }
1810
- .icon-button__negative_187sg {
1810
+ .icon-button__negative_10xb6 {
1811
1811
  color: #d91d0b
1812
1812
  }
1813
- .icon-button__negative_187sg:hover {
1813
+ .icon-button__negative_10xb6:hover {
1814
1814
  color: rgb(220, 45, 28);
1815
1815
  }
1816
- .icon-button__negative_187sg:active {
1816
+ .icon-button__negative_10xb6:active {
1817
1817
  color: rgb(223, 63, 48);
1818
1818
  }
1819
- .icon-button__tertiary_187sg {
1819
+ .icon-button__tertiary_10xb6 {
1820
1820
  color: #c5c5c7
1821
1821
  }
1822
- .icon-button__tertiary_187sg:hover {
1822
+ .icon-button__tertiary_10xb6:hover {
1823
1823
  color: rgb(167, 167, 169);
1824
1824
  }
1825
- .icon-button__tertiary_187sg:active {
1825
+ .icon-button__tertiary_10xb6:active {
1826
1826
  color: rgb(158, 158, 159);
1827
1827
  }
1828
- .icon-button__component_187sg:disabled.icon-button__primary_187sg {
1828
+ .icon-button__component_10xb6:disabled.icon-button__primary_10xb6 {
1829
1829
  color: rgba(0, 0, 0, 0.3)
1830
1830
  }
1831
- .icon-button__component_187sg:disabled.icon-button__primary_187sg.icon-button__loader_187sg {
1831
+ .icon-button__component_10xb6:disabled.icon-button__primary_10xb6.icon-button__loader_10xb6 {
1832
1832
  color: #000;
1833
1833
  }
1834
- .icon-button__component_187sg:disabled.icon-button__secondary_187sg {
1834
+ .icon-button__component_10xb6:disabled.icon-button__secondary_10xb6 {
1835
1835
  color: rgba(138, 138, 142, 0.3)
1836
1836
  }
1837
- .icon-button__component_187sg:disabled.icon-button__secondary_187sg.icon-button__loader_187sg {
1837
+ .icon-button__component_10xb6:disabled.icon-button__secondary_10xb6.icon-button__loader_10xb6 {
1838
1838
  color: #8a8a8e;
1839
1839
  }
1840
- .icon-button__component_187sg:disabled.icon-button__negative_187sg {
1840
+ .icon-button__component_10xb6:disabled.icon-button__negative_10xb6 {
1841
1841
  color: rgba(217, 29, 11, 0.3)
1842
1842
  }
1843
- .icon-button__component_187sg:disabled.icon-button__negative_187sg.icon-button__loader_187sg {
1843
+ .icon-button__component_10xb6:disabled.icon-button__negative_10xb6.icon-button__loader_10xb6 {
1844
1844
  color: #d91d0b;
1845
1845
  }
1846
- .icon-button__component_187sg:disabled.icon-button__tertiary_187sg {
1846
+ .icon-button__component_10xb6:disabled.icon-button__tertiary_10xb6 {
1847
1847
  color: rgba(197, 197, 199, 0.3)
1848
1848
  }
1849
- .icon-button__component_187sg:disabled.icon-button__tertiary_187sg.icon-button__loader_187sg {
1849
+ .icon-button__component_10xb6:disabled.icon-button__tertiary_10xb6.icon-button__loader_10xb6 {
1850
1850
  color: #c5c5c7;
1851
- }.input__input_1x97j {
1851
+ }.input__input_11zct {
1852
1852
  color: #fff;
1853
1853
  caret-color: #0072ef;
1854
1854
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1855
1855
  }
1856
- .input__input_1x97j:-webkit-autofill {
1856
+ .input__input_11zct:-webkit-autofill {
1857
1857
  -webkit-text-fill-color: #fff;
1858
1858
  }
1859
- .input__input_1x97j::placeholder {
1859
+ .input__input_11zct::placeholder {
1860
1860
  color: rgba(235, 235, 245, 0.6);
1861
1861
  }
1862
- .input__hasInnerLabel_1x97j::placeholder {
1862
+ .input__hasInnerLabel_11zct::placeholder {
1863
1863
  color: rgba(235, 235, 245, 0.3);
1864
1864
  }
1865
- .input__clearIcon_1x97j {
1865
+ .input__clearIcon_11zct {
1866
1866
  color: #fff;
1867
1867
  }
1868
- .input__input_1x97j:read-only {
1868
+ .input__input_11zct:read-only {
1869
1869
  color: rgba(235, 235, 245, 0.6)
1870
1870
  }
1871
- .input__input_1x97j:read-only:focus::placeholder {
1871
+ .input__input_11zct:read-only:focus::placeholder {
1872
1872
  color: rgba(235, 235, 245, 0.6);
1873
1873
  }
1874
- .input__input_1x97j:disabled {
1874
+ .input__input_11zct:disabled {
1875
1875
  color: #fff;
1876
1876
  -webkit-text-fill-color: #fff;
1877
1877
  }
1878
- .input__input_1x97j:focus::placeholder {
1878
+ .input__input_11zct:focus::placeholder {
1879
1879
  color: rgba(235, 235, 245, 0.3);
1880
1880
  }
1881
- .input__error_1x97j {
1881
+ .input__error_11zct {
1882
1882
  color: #f15045;
1883
1883
  caret-color: #f15045;
1884
1884
  }
1885
- .input__errorColorIcon_il1n0 {
1885
+ .input__errorColorIcon_cxpx1 {
1886
1886
  color: #d91d0b;
1887
1887
  }
1888
- .input__successColorIcon_il1n0 {
1888
+ .input__successColorIcon_cxpx1 {
1889
1889
  color: #2fc26e;
1890
1890
  }
1891
- .input__focusVisible_il1n0 {
1891
+ .input__focusVisible_cxpx1 {
1892
1892
  outline: 2px solid #0072ef;
1893
1893
  }
1894
- @keyframes input__onautofillstart_il1n0 {
1894
+ @keyframes input__onautofillstart_cxpx1 {
1895
1895
  from {
1896
1896
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1897
1897
  }
@@ -1899,7 +1899,7 @@
1899
1899
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1900
1900
  }
1901
1901
  }
1902
- @keyframes input__onautofillcancel_il1n0 {
1902
+ @keyframes input__onautofillcancel_cxpx1 {
1903
1903
  from {
1904
1904
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1905
1905
  }
@@ -1907,124 +1907,116 @@
1907
1907
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1908
1908
  }
1909
1909
  }
1910
- .input__input_1l2kw {
1910
+ .input__input_psq7a {
1911
1911
  color: #000;
1912
1912
  caret-color: #0072ef;
1913
1913
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1914
1914
  }
1915
- .input__input_1l2kw:-webkit-autofill {
1915
+ .input__input_psq7a:-webkit-autofill {
1916
1916
  -webkit-text-fill-color: #000;
1917
1917
  }
1918
- .input__input_1l2kw::placeholder {
1918
+ .input__input_psq7a::placeholder {
1919
1919
  color: rgba(60, 60, 67, 0.6);
1920
1920
  }
1921
- .input__hasInnerLabel_1l2kw::placeholder {
1921
+ .input__hasInnerLabel_psq7a::placeholder {
1922
1922
  color: rgba(60, 60, 67, 0.3);
1923
1923
  }
1924
- .input__clearIcon_1l2kw {
1924
+ .input__clearIcon_psq7a {
1925
1925
  color: #000;
1926
1926
  }
1927
- .input__input_1l2kw:read-only {
1927
+ .input__input_psq7a:read-only {
1928
1928
  color: rgba(60, 60, 67, 0.6)
1929
1929
  }
1930
- .input__input_1l2kw:read-only:focus::placeholder {
1930
+ .input__input_psq7a:read-only:focus::placeholder {
1931
1931
  color: rgba(60, 60, 67, 0.6);
1932
1932
  }
1933
- .input__input_1l2kw:disabled {
1933
+ .input__input_psq7a:disabled {
1934
1934
  color: #000;
1935
1935
  -webkit-text-fill-color: #000;
1936
1936
  }
1937
- .input__input_1l2kw:focus::placeholder {
1937
+ .input__input_psq7a:focus::placeholder {
1938
1938
  color: rgba(60, 60, 67, 0.3);
1939
1939
  }
1940
- .input__error_1l2kw {
1940
+ .input__error_psq7a {
1941
1941
  color: #ef3124;
1942
1942
  caret-color: #ef3124;
1943
- }.pagination__component_1czqh {
1943
+ }.pagination__component_11d1b {
1944
1944
  color: #fff;
1945
1945
  }
1946
- .pagination__dots_pgirk {
1946
+ .pagination__dots_1o58s {
1947
1947
  color: rgba(235, 235, 245, 0.6);
1948
1948
  }
1949
1949
 
1950
- .pagination__tag_1p573.pagination__tag_1p573 {
1950
+ .pagination__tag_uf5ye.pagination__tag_uf5ye {
1951
1951
  color: rgba(235, 235, 245, 0.6)
1952
1952
  }
1953
- .pagination__tag_1p573.pagination__tag_1p573:hover:not(:disabled) {
1953
+ .pagination__tag_uf5ye.pagination__tag_uf5ye:hover:not(:disabled) {
1954
1954
  background-color: #2c2c2e;
1955
1955
  color: #fff;
1956
1956
  }
1957
- .pagination__tag_1p573.pagination__tag_1p573:active:not(:disabled) {
1957
+ .pagination__tag_uf5ye.pagination__tag_uf5ye:active:not(:disabled) {
1958
1958
  background-color: #3a3a3c;
1959
1959
  }
1960
- .pagination__tag_1p573.pagination__tag_1p573.pagination__checked_1p573 {
1960
+ .pagination__tag_uf5ye.pagination__tag_uf5ye.pagination__checked_uf5ye {
1961
1961
  background-color: #f3f4f5;
1962
1962
  color: #000;
1963
1963
  }
1964
- .pagination__tag_1p573.pagination__tag_1p573.pagination__checked_1p573:hover:not(:disabled) {
1964
+ .pagination__tag_uf5ye.pagination__tag_uf5ye.pagination__checked_uf5ye:hover:not(:disabled) {
1965
1965
  color: #000;
1966
1966
  }
1967
- .pagination__tag_1p573.pagination__tag_1p573.pagination__checked_1p573:active:not(:disabled) {
1967
+ .pagination__tag_uf5ye.pagination__tag_uf5ye.pagination__checked_uf5ye:active:not(:disabled) {
1968
1968
  color: #fff;
1969
- }.pass-code__error_121p3 {
1969
+ }.pass-code__error_1wdm5 {
1970
1970
  color: #f15045;
1971
1971
  }
1972
- .pass-code__dot_abt7s {
1972
+ .pass-code__dot_1h359 {
1973
1973
  background: #3a3a3c
1974
1974
  }
1975
- .pass-code__dot_abt7s.pass-code__error_abt7s {
1975
+ .pass-code__dot_1h359.pass-code__error_1h359 {
1976
1976
  background: #d91d0b;
1977
1977
  }
1978
- .pass-code__filled_abt7s {
1978
+ .pass-code__filled_1h359 {
1979
1979
  background: #fff;
1980
1980
  }
1981
- @keyframes pass-code__shake_difgj {
1981
+ @keyframes pass-code__shake_1xh97 {
1982
1982
  }
1983
1983
 
1984
- .pass-code__secondary_6bmdc.pass-code__secondary_6bmdc {
1984
+ .pass-code__secondary_pi95e.pass-code__secondary_pi95e {
1985
1985
  color: #fff;
1986
1986
  background: rgba(255, 255, 255, 0.06)
1987
1987
  }
1988
- .pass-code__secondary_6bmdc.pass-code__secondary_6bmdc:hover {
1988
+ .pass-code__secondary_pi95e.pass-code__secondary_pi95e:hover {
1989
1989
  color: #fff;
1990
1990
  }
1991
- .pass-code__secondary_6bmdc.pass-code__secondary_6bmdc:active {
1991
+ .pass-code__secondary_pi95e.pass-code__secondary_pi95e:active {
1992
1992
  background: rgba(255, 255, 255, 0.11);
1993
1993
  }
1994
- .pass-code__ghost_6bmdc.pass-code__ghost_6bmdc {
1994
+ .pass-code__ghost_pi95e.pass-code__ghost_pi95e {
1995
1995
  color: #fff
1996
1996
  }
1997
- .pass-code__ghost_6bmdc.pass-code__ghost_6bmdc:hover {
1997
+ .pass-code__ghost_pi95e.pass-code__ghost_pi95e:hover {
1998
1998
  color: #fff;
1999
1999
  }
2000
- .pass-code__ghost_6bmdc.pass-code__ghost_6bmdc:active {
2000
+ .pass-code__ghost_pi95e.pass-code__ghost_pi95e:active {
2001
2001
  background: rgba(255, 255, 255, 0.11);
2002
- }.slider-input__slider_9w1om .noUi-base:hover > .noUi-connects {
2002
+ }.slider-input__slider_12xje .noUi-base:hover > .noUi-connects {
2003
2003
  background-color: #2a2a2c;
2004
2004
  }
2005
- .slider-input__slider_9w1om .noUi-connects {
2005
+ .slider-input__slider_12xje .noUi-connects {
2006
2006
  background-color: #2a2a2c;
2007
2007
  }
2008
- .slider-input__steps_9w1om {
2009
- color: rgba(235, 235, 245, 0.6);
2010
- }
2011
- .slider-input__info_9w1om {
2008
+ .slider-input__steps_12xje {
2012
2009
  color: rgba(235, 235, 245, 0.6);
2013
- }.with-suffix__hasSuffix_km6ai input:focus::placeholder {
2014
- color: transparent;
2015
2010
  }
2016
- .with-suffix__disabled_km6ai {
2017
- color: #fff;
2018
- }
2019
- .with-suffix__readOnly_km6ai {
2011
+ .slider-input__info_12xje {
2020
2012
  color: rgba(235, 235, 245, 0.6);
2021
- }.pure-cell__focused_1s8nx {
2013
+ }.pure-cell__focused_a7bok {
2022
2014
  outline: 2px solid #0072ef;
2023
2015
  }
2024
2016
 
2025
2017
 
2026
2018
 
2027
- .pure-cell__categoryPercent_l69t9 {
2019
+ .pure-cell__categoryPercent_6g11t {
2028
2020
  background-color: #202022;
2029
2021
  }
2030
2022
 
@@ -2032,750 +2024,758 @@
2032
2024
 
2033
2025
 
2034
2026
 
2035
- .file-upload-item__component_15mxo {
2036
- color: rgba(235, 235, 245, 0.6);
2037
- box-shadow: 0 -1px 0 0 #2b2b2e inset
2027
+ .with-suffix__hasSuffix_1apty input:focus::placeholder {
2028
+ color: transparent;
2038
2029
  }
2039
- .file-upload-item__icon_15mxo {
2030
+ .with-suffix__disabled_1apty {
2040
2031
  color: #fff;
2041
2032
  }
2042
- .file-upload-item__errorIcon_15mxo {
2043
- color: #d91d0b;
2044
- }
2045
- .file-upload-item__successIcon_15mxo {
2046
- color: #2fc26e;
2047
- }
2048
- .file-upload-item__name_15mxo {
2049
- color: #fff
2050
- }
2051
- .file-upload-item__errorWrapper_15mxo {
2052
- color: #ef3124
2053
- }.filter-tag__component_2pl0a.filter-tag__disabled_2pl0a {
2033
+ .with-suffix__readOnly_1apty {
2034
+ color: rgba(235, 235, 245, 0.6);
2035
+ }.filter-tag__component_d3chs.filter-tag__disabled_d3chs {
2054
2036
  background-color: rgba(32, 32, 34, 0.3);
2055
2037
  }
2056
- .filter-tag__component_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__component_2pl0a.filter-tag__disabled_2pl0a) {
2038
+ .filter-tag__component_d3chs.filter-tag__checked_d3chs:not(.filter-tag__component_d3chs.filter-tag__disabled_d3chs) {
2057
2039
  background-color: #f3f4f5;
2058
2040
  }
2059
- .filter-tag__component_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__component_2pl0a.filter-tag__disabled_2pl0a):hover {
2041
+ .filter-tag__component_d3chs.filter-tag__checked_d3chs:not(.filter-tag__component_d3chs.filter-tag__disabled_d3chs):hover {
2060
2042
  background-color: #f3f4f5;
2061
2043
  }
2062
- .filter-tag__component_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__component_2pl0a.filter-tag__disabled_2pl0a):active {
2044
+ .filter-tag__component_d3chs.filter-tag__checked_d3chs:not(.filter-tag__component_d3chs.filter-tag__disabled_d3chs):active {
2063
2045
  background-color: rgb(194, 195, 196);
2064
2046
  }
2065
- .filter-tag__focused_2pl0a {
2047
+ .filter-tag__focused_d3chs {
2066
2048
  outline: 2px solid #0072ef;
2067
2049
  }
2068
- .filter-tag__valueButton_2pl0a {
2050
+ .filter-tag__valueButton_d3chs {
2069
2051
  color: #fff;
2070
2052
  background-color: #202022;
2071
2053
  border-color: transparent
2072
2054
  }
2073
- .filter-tag__valueButton_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):hover {
2055
+ .filter-tag__valueButton_d3chs:not(.filter-tag__valueButton_d3chs:disabled):hover {
2074
2056
  background-color: #202022;
2075
2057
  border-color: transparent;
2076
2058
  }
2077
- .filter-tag__valueButton_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):active {
2059
+ .filter-tag__valueButton_d3chs:not(.filter-tag__valueButton_d3chs:disabled):active {
2078
2060
  background-color: rgb(65, 65, 67);
2079
2061
  border-color: transparent;
2080
2062
  }
2081
- .filter-tag__valueButton_2pl0a:disabled {
2063
+ .filter-tag__valueButton_d3chs:disabled {
2082
2064
  background-color: rgba(32, 32, 34, 0.3);
2083
2065
  border-color: transparent;
2084
2066
  color: rgba(235, 235, 245, 0.3);
2085
2067
  }
2086
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a {
2068
+ .filter-tag__valueButton_d3chs.filter-tag__checked_d3chs {
2087
2069
  background-color: #f3f4f5;
2088
2070
  color: #000
2089
2071
  }
2090
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):hover {
2072
+ .filter-tag__valueButton_d3chs.filter-tag__checked_d3chs:not(.filter-tag__valueButton_d3chs:disabled):hover {
2091
2073
  background-color: #f3f4f5;
2092
2074
  }
2093
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):active {
2075
+ .filter-tag__valueButton_d3chs.filter-tag__checked_d3chs:not(.filter-tag__valueButton_d3chs:disabled):active {
2094
2076
  background-color: rgb(194, 195, 196);
2095
2077
  }
2096
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):hover + .filter-tag__clear_2pl0a:before {
2078
+ .filter-tag__valueButton_d3chs.filter-tag__checked_d3chs:not(.filter-tag__valueButton_d3chs:disabled):hover + .filter-tag__clear_d3chs:before {
2097
2079
  background-color: #464649;
2098
2080
  }
2099
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):active + .filter-tag__clear_2pl0a:before {
2081
+ .filter-tag__valueButton_d3chs.filter-tag__checked_d3chs:not(.filter-tag__valueButton_d3chs:disabled):active + .filter-tag__clear_d3chs:before {
2100
2082
  background-color: transparent;
2101
2083
  }
2102
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a:disabled {
2084
+ .filter-tag__valueButton_d3chs.filter-tag__checked_d3chs:disabled {
2103
2085
  background-color: rgba(243, 244, 245, 0.3);
2104
2086
  color: #000;
2105
2087
  }
2106
- .filter-tag__clear_2pl0a {
2088
+ .filter-tag__clear_d3chs {
2107
2089
  color: #464649;
2108
2090
  background-color: #f3f4f5
2109
2091
  }
2110
- .filter-tag__clear_2pl0a:before {
2092
+ .filter-tag__clear_d3chs:before {
2111
2093
  background-color: #464649;
2112
2094
  }
2113
- .filter-tag__clear_2pl0a:hover:before {
2095
+ .filter-tag__clear_d3chs:hover:before {
2114
2096
  background-color: #464649;
2115
2097
  }
2116
- .filter-tag__clear_2pl0a:active:before {
2098
+ .filter-tag__clear_d3chs:active:before {
2117
2099
  background-color: transparent;
2118
2100
  }
2119
- .filter-tag__clear_2pl0a:hover {
2101
+ .filter-tag__clear_d3chs:hover {
2120
2102
  background-color: #f3f4f5;
2121
2103
  color: #000;
2122
2104
  }
2123
- .filter-tag__clear_2pl0a:active {
2105
+ .filter-tag__clear_d3chs:active {
2124
2106
  background-color: rgb(194, 195, 196);
2125
2107
  color: #000;
2126
- }.bottom-sheet__modal_8ippp {
2108
+ }.file-upload-item__component_1kz2s {
2109
+ color: rgba(235, 235, 245, 0.6);
2110
+ box-shadow: 0 -1px 0 0 #2b2b2e inset
2111
+ }
2112
+ .file-upload-item__icon_1kz2s {
2113
+ color: #fff;
2114
+ }
2115
+ .file-upload-item__errorIcon_1kz2s {
2116
+ color: #d91d0b;
2117
+ }
2118
+ .file-upload-item__successIcon_1kz2s {
2119
+ color: #2fc26e;
2120
+ }
2121
+ .file-upload-item__name_1kz2s {
2122
+ color: #fff
2123
+ }
2124
+ .file-upload-item__errorWrapper_1kz2s {
2125
+ color: #ef3124
2126
+ }.bottom-sheet__modal_1p1vy {
2127
2127
  background-color: transparent;
2128
2128
  }
2129
- .bottom-sheet__component_8ippp {
2129
+ .bottom-sheet__component_1p1vy {
2130
2130
  background: #121212;
2131
2131
  }
2132
- .bottom-sheet__marker_8ippp {
2132
+ .bottom-sheet__marker_1p1vy {
2133
2133
  background-color: #2a2a2c;
2134
2134
  }
2135
- .bottom-sheet__content_8ippp {
2135
+ .bottom-sheet__content_1p1vy {
2136
2136
  color: #fff;
2137
2137
  background-color: #121212;
2138
2138
  }
2139
- .bottom-sheet__backer_f0uk2 {
2139
+ .bottom-sheet__backer_tiny7 {
2140
2140
  color: #fff;
2141
2141
  }
2142
- .bottom-sheet__button_f0uk2 {
2142
+ .bottom-sheet__button_tiny7 {
2143
2143
  background: rgba(255, 255, 255, 0.03);
2144
2144
  }
2145
- .bottom-sheet__closer_9pdmu {
2145
+ .bottom-sheet__closer_1q8jv {
2146
2146
  color: #fff;
2147
2147
  }
2148
- .bottom-sheet__button_9pdmu {
2148
+ .bottom-sheet__button_1q8jv {
2149
2149
  background: rgba(255, 255, 255, 0.03);
2150
2150
  }
2151
- .bottom-sheet__footer_1idbi {
2151
+ .bottom-sheet__footer_3qfua {
2152
2152
  background-color: #121212;
2153
2153
  }
2154
- .bottom-sheet__highlighted_1idbi {
2154
+ .bottom-sheet__highlighted_3qfua {
2155
2155
  border-top: 1px solid #2b2b2e;
2156
2156
  background-color: #121212;
2157
2157
  }
2158
- .bottom-sheet__headerWrapper_1nguc {
2158
+ .bottom-sheet__headerWrapper_ojgfn {
2159
2159
  background-color: #121212;
2160
2160
  }
2161
- .bottom-sheet__highlighted_1nguc {
2161
+ .bottom-sheet__highlighted_ojgfn {
2162
2162
  border-bottom: 1px solid #2b2b2e;
2163
- }.plate__component_mnxbi {
2163
+ }
2164
+
2165
+
2166
+ .modal__button_1uzzz {
2167
+ background: rgba(18, 18, 18, 0.4);
2168
+ }
2169
+
2170
+
2171
+
2172
+
2173
+ .modal__sticky_1jcpt {
2174
+ background: #121212;
2175
+ }
2176
+ .modal__highlighted_1jcpt {
2177
+ background: #121212;
2178
+ box-shadow: 0 -1px 0 0 #2b2b2e;
2179
+ }
2180
+
2181
+
2182
+
2183
+ .modal__highlighted_19cks {
2184
+ background: #121212;
2185
+ }
2186
+ .modal__sticky_19cks.modal__hasContent_19cks {
2187
+ background: #121212;
2188
+ }
2189
+ .plate__component_1bmwd {
2164
2190
  color: #fff
2165
2191
  }
2166
- .plate__focused_mnxbi {
2192
+ .plate__focused_1bmwd {
2167
2193
  outline: 2px solid #0072ef;
2168
2194
  }
2169
- .plate__shadow_mnxbi:after {
2195
+ .plate__shadow_1bmwd:after {
2170
2196
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2171
2197
  }
2172
- .plate__common_mnxbi {
2198
+ .plate__common_1bmwd {
2173
2199
  background-color: rgba(255, 255, 255, 0.06);
2174
2200
  box-shadow: 0 0 0 1px #6d7986
2175
2201
  }
2176
- .plate__common_mnxbi:before {
2202
+ .plate__common_1bmwd:before {
2177
2203
  background-color: #6d7986;
2178
2204
  }
2179
- .plate__negative_mnxbi {
2205
+ .plate__negative_1bmwd {
2180
2206
  background-color: #35110d;
2181
2207
  box-shadow: 0 0 0 1px #d91d0b
2182
2208
  }
2183
- .plate__negative_mnxbi:before {
2209
+ .plate__negative_1bmwd:before {
2184
2210
  background-color: #d91d0b;
2185
2211
  }
2186
- .plate__positive_mnxbi {
2212
+ .plate__positive_1bmwd {
2187
2213
  background-color: #042117;
2188
2214
  box-shadow: 0 0 0 1px #13a463
2189
2215
  }
2190
- .plate__positive_mnxbi:before {
2216
+ .plate__positive_1bmwd:before {
2191
2217
  background-color: #13a463;
2192
2218
  }
2193
- .plate__attention_mnxbi {
2219
+ .plate__attention_1bmwd {
2194
2220
  background-color: #332104;
2195
2221
  box-shadow: 0 0 0 1px #de6a00
2196
2222
  }
2197
- .plate__attention_mnxbi:before {
2223
+ .plate__attention_1bmwd:before {
2198
2224
  background-color: #de6a00;
2199
2225
  }
2200
- .plate__custom_mnxbi {
2226
+ .plate__custom_1bmwd {
2201
2227
  background: transparent;
2202
2228
  box-shadow: 0 0 0 1px #6d7986
2203
2229
  }
2204
- .plate__custom_mnxbi:before {
2230
+ .plate__custom_1bmwd:before {
2205
2231
  background-color: #6d7986;
2206
- }
2207
-
2208
-
2209
- .modal__button_14c2x {
2210
- background: rgba(18, 18, 18, 0.4);
2211
- }
2212
-
2213
-
2214
-
2215
-
2216
- .modal__sticky_1e5do {
2217
- background: #121212;
2218
- }
2219
- .modal__highlighted_1e5do {
2220
- background: #121212;
2221
- box-shadow: 0 -1px 0 0 #2b2b2e;
2232
+ }.toast-plate__component_rzhtm {
2233
+ color: #000;
2234
+ background-color: #fff;
2222
2235
  }
2236
+ .toast-plate__closeButtonWrapper_rzhtm:before {
2237
+ background-color: #e9e9eb;
2238
+ }
2223
2239
 
2224
-
2225
-
2226
- .modal__highlighted_1kanb {
2227
- background: #121212;
2240
+ .toast-plate__component_19l2x {
2241
+ color: #fff;
2242
+ background-color: #121212;
2228
2243
  }
2229
- .modal__sticky_1kanb.modal__hasContent_1kanb {
2230
- background: #121212;
2244
+ .toast-plate__closeButtonWrapper_19l2x:before {
2245
+ background-color: #262629;
2231
2246
  }
2232
2247
 
2233
2248
 
2234
2249
 
2235
-
2236
- .side-panel__button_d21vf {
2250
+ .side-panel__button_vifym {
2237
2251
  background: rgba(18, 18, 18, 0.4);
2238
2252
  }
2239
2253
 
2240
2254
 
2241
2255
 
2242
2256
 
2243
- .side-panel__sticky_1vg6z {
2257
+ .side-panel__sticky_113a4 {
2244
2258
  background: #121212;
2245
2259
  }
2246
- .side-panel__highlighted_1vg6z {
2260
+ .side-panel__highlighted_113a4 {
2247
2261
  background: #121212;
2248
2262
  box-shadow: 0 -1px 0 0 #2b2b2e;
2249
2263
  }
2250
2264
 
2251
2265
 
2252
2266
 
2253
- .side-panel__highlighted_9fbcj {
2267
+ .side-panel__highlighted_1vhho {
2254
2268
  background: #121212;
2255
2269
  }
2256
- .side-panel__sticky_9fbcj.side-panel__hasContent_9fbcj {
2270
+ .side-panel__sticky_1vhho.side-panel__hasContent_1vhho {
2257
2271
  background: #121212;
2258
2272
  }
2259
- .bank-card__component_1jfrd {
2273
+ .bank-card__component_1mlca {
2260
2274
  --form-control-bg-color: transparent;
2261
2275
  --form-control-focus-shadow: transparent;
2262
2276
  --form-control-hover-bg-color: transparent;
2263
2277
  --form-control-focus-bg-color: transparent;
2264
2278
  }
2265
- .bank-card__label_1jfrd {
2279
+ .bank-card__label_1mlca {
2266
2280
  color: rgba(0, 0, 0, 0.6)
2267
2281
  }
2268
- .bank-card__focused_1jfrd .bank-card__label_1jfrd,
2269
- .bank-card__filled_1jfrd .bank-card__label_1jfrd {
2282
+ .bank-card__focused_1mlca .bank-card__label_1mlca,
2283
+ .bank-card__filled_1mlca .bank-card__label_1mlca {
2270
2284
  color: #000
2271
2285
  }
2272
- .bank-card__input_1jfrd {
2286
+ .bank-card__input_1mlca {
2273
2287
  color: #000;
2274
2288
  caret-color: #000
2275
2289
  }
2276
- .bank-card__bankLogo_1jfrd svg g {
2290
+ .bank-card__bankLogo_1mlca svg g {
2277
2291
  fill: #000;
2278
2292
  }
2279
- .bank-card__brandLogo_1jfrd svg {
2293
+ .bank-card__brandLogo_1mlca svg {
2280
2294
  fill: #000;
2281
2295
  }
2282
- .bank-card__usePhoto_1jfrd {
2296
+ .bank-card__usePhoto_1mlca {
2283
2297
  background-color: transparent
2284
2298
  }
2285
- .bank-card__usePhoto_1jfrd svg {
2299
+ .bank-card__usePhoto_1mlca svg {
2286
2300
  fill: #000;
2287
- }.toast-plate__component_v4vud {
2288
- color: #000;
2289
- background-color: #fff;
2290
- }
2291
- .toast-plate__closeButtonWrapper_v4vud:before {
2292
- background-color: #e9e9eb;
2293
- }
2294
-
2295
- .toast-plate__component_1cqgy {
2296
- color: #fff;
2297
- background-color: #121212;
2298
- }
2299
- .toast-plate__closeButtonWrapper_1cqgy:before {
2300
- background-color: #262629;
2301
- }.amount-input__minorPartAndCurrency_1ycqi {
2301
+ }.amount-input__minorPartAndCurrency_gafmo {
2302
2302
  color: rgba(235, 235, 245, 0.6);
2303
2303
  }
2304
- .amount-input__filled_bynf6 .amount-input__input_bynf6,
2305
- .amount-input__input_bynf6:focus {
2304
+ .amount-input__filled_12znb .amount-input__input_12znb,
2305
+ .amount-input__input_12znb:focus {
2306
2306
  -webkit-text-fill-color: transparent;
2307
2307
  }
2308
- .amount-input__minorPartAndCurrency_tuwll {
2308
+ .amount-input__minorPartAndCurrency_1atpr {
2309
2309
  color: rgba(60, 60, 67, 0.6);
2310
- }.tooltip__hint_1wyql {
2310
+ }.tooltip__hint_vsw5s {
2311
2311
  background-color: #fff;
2312
2312
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2313
2313
  0 8px 16px rgba(11, 31, 53, 0.16);
2314
2314
  color: #000;
2315
2315
  }
2316
- .tooltip__hint_1wyql .tooltip__arrow_1wyql:after {
2316
+ .tooltip__hint_vsw5s .tooltip__arrow_vsw5s:after {
2317
2317
  background-color: #fff;
2318
2318
  border-color: #fff;
2319
2319
  }
2320
2320
 
2321
- .tooltip__tooltip_1dbpx {
2321
+ .tooltip__tooltip_c5vil {
2322
2322
  background-color: #fff;
2323
2323
  color: #000;
2324
2324
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2325
2325
  0 8px 16px rgba(11, 31, 53, 0.16);
2326
2326
  }
2327
- .tooltip__tooltip_1dbpx .tooltip__arrow_1dbpx:after {
2327
+ .tooltip__tooltip_c5vil .tooltip__arrow_c5vil:after {
2328
2328
  background-color: #fff;
2329
2329
  }
2330
- .tooltip__hint_1dbpx {
2330
+ .tooltip__hint_c5vil {
2331
2331
  background-color: #121212;
2332
2332
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2333
2333
  color: #fff;
2334
2334
  }
2335
- .tooltip__hint_1dbpx .tooltip__arrow_1dbpx:after {
2335
+ .tooltip__hint_c5vil .tooltip__arrow_c5vil:after {
2336
2336
  background-color: #121212;
2337
2337
  }
2338
2338
 
2339
- .calendar__wrapper_to8tj {
2339
+ .calendar__wrapper_ceps3 {
2340
2340
  background: #121212;
2341
2341
  }
2342
- .calendar__calendar_to8tj th {
2342
+ .calendar__calendar_ceps3 th {
2343
2343
  border-bottom: 1px solid #2b2b2e;
2344
2344
  }
2345
- .calendar__dayNames_to8tj {
2345
+ .calendar__dayNames_ceps3 {
2346
2346
  border-bottom: 1px solid #2b2b2e;
2347
2347
  background: #121212
2348
2348
  }
2349
- .calendar__month_to8tj {
2349
+ .calendar__month_ceps3 {
2350
2350
  color: #fff;
2351
2351
  }
2352
- .calendar__dayName_to8tj {
2352
+ .calendar__dayName_ceps3 {
2353
2353
  color: rgba(235, 235, 245, 0.6)
2354
2354
  }
2355
- .calendar__dayName_b1kt1 {
2355
+ .calendar__dayName_192ky {
2356
2356
  color: rgba(235, 235, 245, 0.6)
2357
2357
  }
2358
- .calendar__day_b1kt1 {
2358
+ .calendar__day_192ky {
2359
2359
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2360
2360
  color: #fff
2361
2361
  }
2362
- .calendar__day_b1kt1.calendar__highlighted_b1kt1,
2363
- .calendar__day_b1kt1.calendar__range_b1kt1.calendar__highlighted_b1kt1:not(.calendar__disabled_b1kt1) {
2362
+ .calendar__day_192ky.calendar__highlighted_192ky,
2363
+ .calendar__day_192ky.calendar__range_192ky.calendar__highlighted_192ky:not(.calendar__disabled_192ky) {
2364
2364
  color: #fff;
2365
2365
  background: #2a2a2c;
2366
2366
  }
2367
- .calendar__day_b1kt1.calendar__holiday_b1kt1 {
2367
+ .calendar__day_192ky.calendar__holiday_192ky {
2368
2368
  color: #ef3124;
2369
2369
  }
2370
- .calendar__day_b1kt1.calendar__disabled_b1kt1 {
2370
+ .calendar__day_192ky.calendar__disabled_192ky {
2371
2371
  color: rgba(235, 235, 245, 0.3);
2372
2372
  background: transparent;
2373
2373
  }
2374
- .calendar__day_b1kt1.calendar__today_b1kt1 {
2374
+ .calendar__day_192ky.calendar__today_192ky {
2375
2375
  color: #0072ef;
2376
2376
  }
2377
- .calendar__day_b1kt1.calendar__rangeComplete_b1kt1 {
2377
+ .calendar__day_192ky.calendar__rangeComplete_192ky {
2378
2378
  background: #e8f2fe;
2379
2379
  }
2380
- .calendar__day_b1kt1.calendar__selected_b1kt1,
2381
- .calendar__day_b1kt1.calendar__disabled_b1kt1.calendar__selected_b1kt1 {
2380
+ .calendar__day_192ky.calendar__selected_192ky,
2381
+ .calendar__day_192ky.calendar__disabled_192ky.calendar__selected_192ky {
2382
2382
  color: #000;
2383
2383
  background: #fff;
2384
2384
  }
2385
2385
  @media (hover) {
2386
- .calendar__day_b1kt1.calendar__selected_b1kt1:hover {
2386
+ .calendar__day_192ky.calendar__selected_192ky:hover {
2387
2387
  background: rgb(217, 217, 217);
2388
2388
  }
2389
2389
  }
2390
- .calendar__dayWrapper_b1kt1 {
2390
+ .calendar__dayWrapper_192ky {
2391
2391
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
2392
2392
  }
2393
- .calendar__range_b1kt1 .calendar__day_b1kt1:not(.calendar__selected_b1kt1):not(.calendar__disabled_b1kt1):not(.calendar__today_b1kt1):not(.calendar__holiday_b1kt1) {
2393
+ .calendar__range_192ky .calendar__day_192ky:not(.calendar__selected_192ky):not(.calendar__disabled_192ky):not(.calendar__today_192ky):not(.calendar__holiday_192ky) {
2394
2394
  color: #fff;
2395
2395
  }
2396
- .calendar__range_b1kt1:before {
2396
+ .calendar__range_192ky:before {
2397
2397
  background: rgba(255, 255, 255, 0.1);
2398
2398
  }
2399
- .calendar__rangeComplete_b1kt1:before {
2399
+ .calendar__rangeComplete_192ky:before {
2400
2400
  background: #e8f2fe;
2401
2401
  }
2402
- .calendar__transitLeft_b1kt1:after {
2402
+ .calendar__transitLeft_192ky:after {
2403
2403
  background: linear-gradient(
2404
2404
  270deg,
2405
2405
  rgba(255, 255, 255, 0.1) 0%,
2406
2406
  rgba(255, 255, 255, 0) 100%
2407
2407
  );
2408
2408
  }
2409
- .calendar__transitRight_b1kt1:after {
2409
+ .calendar__transitRight_192ky:after {
2410
2410
  background: linear-gradient(
2411
2411
  270deg,
2412
2412
  rgba(255, 255, 255, 0) 0%,
2413
2413
  rgba(255, 255, 255, 0.1) 100%
2414
2414
  );
2415
2415
  }
2416
- .calendar__rangeComplete_b1kt1.calendar__transitLeft_b1kt1:after {
2416
+ .calendar__rangeComplete_192ky.calendar__transitLeft_192ky:after {
2417
2417
  background: linear-gradient(
2418
2418
  270deg,
2419
2419
  #e8f2fe 0%,
2420
2420
  rgba(255, 255, 255, 0) 100%
2421
2421
  );
2422
2422
  }
2423
- .calendar__rangeComplete_b1kt1.calendar__transitRight_b1kt1:after {
2423
+ .calendar__rangeComplete_192ky.calendar__transitRight_192ky:after {
2424
2424
  background: linear-gradient(
2425
2425
  270deg,
2426
2426
  rgba(255, 255, 255, 0) 0%,
2427
2427
  #e8f2fe 100%
2428
2428
  );
2429
2429
  }
2430
- .calendar__dot_b1kt1 {
2430
+ .calendar__dot_192ky {
2431
2431
  background: #fff;
2432
2432
  }
2433
- .calendar__selected_b1kt1 .calendar__dot_b1kt1 {
2433
+ .calendar__selected_192ky .calendar__dot_192ky {
2434
2434
  background: #000;
2435
2435
  }
2436
- .calendar__withShadow_59y7h {
2436
+ .calendar__withShadow_1q6m9 {
2437
2437
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2438
2438
  }
2439
2439
 
2440
2440
  @media (max-width: 374px) {
2441
2441
  }
2442
- .calendar__empty_kynsl {
2442
+ .calendar__empty_1i78s {
2443
2443
  color: rgba(235, 235, 245, 0.6);
2444
2444
  }
2445
- .cc-calendar .calendar__button_ki00n {
2445
+ .cc-calendar .calendar__button_113dx {
2446
2446
  background-color: transparent
2447
2447
  }
2448
- .cc-calendar .calendar__button_ki00n:not(:disabled):hover {
2448
+ .cc-calendar .calendar__button_113dx:not(:disabled):hover {
2449
2449
  background-color: #2c2c2e;
2450
2450
  color: #fff;
2451
2451
  }
2452
- .cc-calendar .calendar__button_ki00n.calendar__filled_ki00n {
2452
+ .cc-calendar .calendar__button_113dx.calendar__filled_113dx {
2453
2453
  background-color: #2c2c2e
2454
2454
  }
2455
- .cc-calendar .calendar__button_ki00n.calendar__filled_ki00n:not(:disabled):hover {
2455
+ .cc-calendar .calendar__button_113dx.calendar__filled_113dx:not(:disabled):hover {
2456
2456
  background-color: rgb(59, 59, 61);
2457
2457
  }
2458
- .cc-calendar .calendar__button_ki00n.calendar__outlined_ki00n {
2458
+ .cc-calendar .calendar__button_113dx.calendar__outlined_113dx {
2459
2459
  border: 1px solid #fff;
2460
2460
  }
2461
- .cc-calendar .calendar__button_ki00n.calendar__selected_ki00n,
2462
- .cc-calendar .calendar__button_ki00n.calendar__selected_ki00n:disabled {
2461
+ .cc-calendar .calendar__button_113dx.calendar__selected_113dx,
2462
+ .cc-calendar .calendar__button_113dx.calendar__selected_113dx:disabled {
2463
2463
  background-color: #fff;
2464
2464
  color: #000
2465
2465
  }
2466
- .cc-calendar .calendar__button_ki00n.calendar__selected_ki00n:not(:disabled):hover, .cc-calendar .calendar__button_ki00n.calendar__selected_ki00n:disabled:not(:disabled):hover {
2466
+ .cc-calendar .calendar__button_113dx.calendar__selected_113dx:not(:disabled):hover, .cc-calendar .calendar__button_113dx.calendar__selected_113dx:disabled:not(:disabled):hover {
2467
2467
  background-color: #fff;
2468
2468
  color: #000;
2469
2469
  }
2470
2470
  @media (max-width: 374px) {
2471
- }.toast__toastPlate_bp3xx {
2471
+ }.toast__toastPlate_ddzwz {
2472
2472
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2473
2473
  }
2474
- .toast__popoverInner_bp3xx {
2474
+ .toast__popoverInner_ddzwz {
2475
2475
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2476
2476
  background-color: transparent;
2477
- }.select__arrow_13dfs {
2477
+ }.select__arrow_4nipf {
2478
2478
  color: #fff;
2479
2479
  }
2480
2480
 
2481
- .select__option_1uy4y {
2481
+ .select__option_d8k4i {
2482
2482
  background: #121212;
2483
2483
  color: #fff
2484
2484
  }
2485
- .select__option_1uy4y:not(.select__disabled_1uy4y):active {
2485
+ .select__option_d8k4i:not(.select__disabled_d8k4i):active {
2486
2486
  background: #2c2c2e;
2487
2487
  color: #fff;
2488
2488
  }
2489
- .select__selected_1uy4y {
2489
+ .select__selected_d8k4i {
2490
2490
  background: #121212;
2491
2491
  color: #fff;
2492
2492
  }
2493
- .select__highlighted_1uy4y {
2493
+ .select__highlighted_d8k4i {
2494
2494
  background: #202022;
2495
2495
  color: #fff;
2496
2496
  }
2497
- .select__disabled_1uy4y {
2497
+ .select__disabled_d8k4i {
2498
2498
  background: #121212;
2499
2499
  color: rgba(235, 235, 245, 0.6);
2500
2500
  }
2501
- .select__popoverInner_1765u {
2501
+ .select__popoverInner_1r4kz {
2502
2502
  background: transparent;
2503
2503
  }
2504
- .select__optionsList_1765u {
2504
+ .select__optionsList_1r4kz {
2505
2505
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2506
2506
  background: #121212;
2507
2507
  }
2508
- .select__popoverInner_owp43 {
2508
+ .select__popoverInner_1v16k {
2509
2509
  background: transparent;
2510
2510
  }
2511
- .select__single_sgply {
2511
+ .select__single_19s8u {
2512
2512
  background: #fff
2513
2513
  }
2514
- .select__colorIcon_sgply {
2514
+ .select__colorIcon_19s8u {
2515
2515
  color: #2fc26e;
2516
2516
  }
2517
- .select__placeholder_1q9ki {
2517
+ .select__placeholder_k5324 {
2518
2518
  color: rgba(235, 235, 245, 0.6);
2519
2519
  }
2520
- .select__focusVisible_1q9ki {
2520
+ .select__focusVisible_k5324 {
2521
2521
  outline: 2px solid #0072ef;
2522
2522
  }
2523
- .select__optgroup_r6xsi {
2523
+ .select__optgroup_1cg60 {
2524
2524
  background: #121212
2525
2525
  }
2526
- .select__label_r6xsi {
2526
+ .select__label_1cg60 {
2527
2527
  color: rgba(235, 235, 245, 0.6);
2528
2528
  }
2529
- .select__option_1uylo {
2529
+ .select__option_1vb17 {
2530
2530
  background: #121212;
2531
2531
  color: #fff
2532
2532
  }
2533
- .select__option_1uylo:not(.select__disabled_1uylo):active {
2533
+ .select__option_1vb17:not(.select__disabled_1vb17):active {
2534
2534
  background: #2c2c2e;
2535
2535
  color: #fff;
2536
2536
  }
2537
- .select__option_1uylo:before {
2537
+ .select__option_1vb17:before {
2538
2538
  background: #2b2b2e;
2539
2539
  }
2540
- .select__selected_1uylo {
2540
+ .select__selected_1vb17 {
2541
2541
  background: #121212;
2542
2542
  color: #fff;
2543
2543
  }
2544
- .select__highlighted_1uylo {
2544
+ .select__highlighted_1vb17 {
2545
2545
  background: #202022;
2546
2546
  color: #fff
2547
2547
  }
2548
- .select__disabled_1uylo {
2548
+ .select__disabled_1vb17 {
2549
2549
  background: #121212;
2550
2550
  color: rgba(235, 235, 245, 0.6);
2551
2551
  }
2552
- .select__emptyPlaceholder_1uzn0 {
2552
+ .select__emptyPlaceholder_1gxoj {
2553
2553
  color: rgba(235, 235, 245, 0.6);
2554
2554
  }
2555
- .select__virtualRow_1a1eb:before {
2555
+ .select__virtualRow_1rcxj:before {
2556
2556
  background: #2b2b2e;
2557
2557
  }
2558
- .select__emptyPlaceholder_1a1eb {
2558
+ .select__emptyPlaceholder_1rcxj {
2559
2559
  color: rgba(235, 235, 245, 0.6);
2560
2560
  }
2561
2561
 
2562
2562
 
2563
2563
 
2564
- .select__emptyPlaceholder_1u5de {
2564
+ .select__emptyPlaceholder_irbtl {
2565
2565
  color: rgba(235, 235, 245, 0.6);
2566
2566
  }
2567
- .select__footer_1u5de {
2567
+ .select__footer_irbtl {
2568
2568
  background-color: #121212
2569
2569
  }
2570
- .select__highlighted_1u5de {
2570
+ .select__highlighted_irbtl {
2571
2571
  border-top: 1px solid #2b2b2e;
2572
2572
  background-color: #121212;
2573
2573
  }
2574
- .select__footer_1hdq8 {
2574
+ .select__footer_n6ake {
2575
2575
  background: #121212
2576
2576
  }
2577
- .select__withBorder_1hdq8 {
2577
+ .select__withBorder_n6ake {
2578
2578
  box-shadow: inset 0 1px 0 #262629;
2579
- }.gallery__modal_10wbf {
2579
+ }.gallery__modal_1slnl {
2580
2580
  background: transparent;
2581
2581
  }
2582
- .gallery__header_1pvoh {
2582
+ .gallery__header_1msjd {
2583
2583
  background-color: #e9e9eb;
2584
2584
  }
2585
2585
 
2586
- .gallery__component_z91uc {
2586
+ .gallery__component_1120r {
2587
2587
  border: 2px solid rgba(0, 0, 0, 0);
2588
2588
  }
2589
- .gallery__active_z91uc {
2589
+ .gallery__active_1120r {
2590
2590
  border-color: #000
2591
2591
  }
2592
- .gallery__image_z91uc {
2592
+ .gallery__image_1120r {
2593
2593
  background-color: #121212
2594
2594
  }
2595
- .gallery__loading_z91uc {
2595
+ .gallery__loading_1120r {
2596
2596
  background-color: #e9eaeb;
2597
2597
  }
2598
- .gallery__brokenImageWrapper_z91uc {
2598
+ .gallery__brokenImageWrapper_1120r {
2599
2599
  background-color: #121212
2600
2600
  }
2601
- .gallery__focused_z91uc {
2601
+ .gallery__focused_1120r {
2602
2602
  outline: 2px solid #0072ef;
2603
2603
  }
2604
- .gallery__component_1avey {
2604
+ .gallery__component_e1nqh {
2605
2605
  background-color: rgba(255, 255, 255, 0.5);
2606
2606
  }
2607
- .gallery__slideLoading_1avey {
2607
+ .gallery__slideLoading_e1nqh {
2608
2608
  background-color: #e9eaeb;
2609
2609
  }
2610
- .gallery__image_1avey {
2610
+ .gallery__image_e1nqh {
2611
2611
  background-color: #121212;
2612
2612
  }
2613
- .gallery__smallImage_1avey {
2613
+ .gallery__smallImage_e1nqh {
2614
2614
  background-color: #121212;
2615
2615
  }
2616
- .gallery__arrow_1avey {
2616
+ .gallery__arrow_e1nqh {
2617
2617
  color: #000
2618
2618
  }
2619
- .gallery__arrow_1avey:hover {
2619
+ .gallery__arrow_e1nqh:hover {
2620
2620
  background-color: rgba(255, 255, 255, 0.1);
2621
2621
  }
2622
- .gallery__arrow_1avey:active {
2622
+ .gallery__arrow_e1nqh:active {
2623
2623
  background-color: rgba(255, 255, 255, 0.2);
2624
2624
  }
2625
- .gallery__focused_1avey {
2625
+ .gallery__focused_e1nqh {
2626
2626
  outline: 2px solid #0072ef;
2627
2627
  }
2628
- .gallery__placeholder_1avey {
2628
+ .gallery__placeholder_e1nqh {
2629
2629
  background-color: #121212;
2630
2630
  }
2631
- .gallery__fullScreenImage_1avey {
2631
+ .gallery__fullScreenImage_e1nqh {
2632
2632
  background-color: #121212;
2633
2633
  }
2634
- .gallery__component_1qxmf {
2634
+ .gallery__component_1f1tu {
2635
2635
  background-color: #e9e9eb
2636
2636
  }@media (min-width: 600px) {
2637
- }.calendar-with-skeleton__skeleton_t1imm {
2637
+ }.calendar-with-skeleton__skeleton_1kxxe {
2638
2638
  background-color: #121212;
2639
- }.calendar-input__calendarIcon_18pgo {
2639
+ }.calendar-input__calendarIcon_wpjcj {
2640
2640
  color: #fff
2641
2641
  }
2642
2642
 
2643
- .input-autocomplete__placeholder_1fntx {
2643
+ .input-autocomplete__placeholder_vxtnq {
2644
2644
  color: rgba(235, 235, 245, 0.6);
2645
2645
  }
2646
- .input-autocomplete__focusVisible_1fntx {
2646
+ .input-autocomplete__focusVisible_vxtnq {
2647
2647
  outline: 2px solid #0072ef;
2648
- }.select-with-tags__tag_ezc14:active:not(:disabled) {
2648
+ }.select-with-tags__tag_1ddcx:active:not(:disabled) {
2649
2649
  background-color: #f3f4f5;
2650
2650
  color: #000;
2651
2651
  }
2652
- .select-with-tags__tag_ezc14:hover:not(:disabled):not(:active) {
2652
+ .select-with-tags__tag_1ddcx:hover:not(:disabled):not(:active) {
2653
2653
  background-color: #f3f4f5;
2654
2654
  color: #000;
2655
2655
  }
2656
- .select-with-tags__input_1k4jt {
2656
+ .select-with-tags__input_9q59u {
2657
2657
  background-color: transparent;
2658
2658
  color: #fff
2659
2659
  }
2660
- .select-with-tags__input_1k4jt:disabled {
2660
+ .select-with-tags__input_9q59u:disabled {
2661
2661
  color: rgba(235, 235, 245, 0.6);
2662
2662
  }
2663
- .select-with-tags__input_1k4jt::placeholder {
2663
+ .select-with-tags__input_9q59u::placeholder {
2664
2664
  color: rgba(235, 235, 245, 0.6);
2665
2665
  }
2666
- .select-with-tags__input_1k4jt:focus::placeholder {
2666
+ .select-with-tags__input_9q59u:focus::placeholder {
2667
2667
  color: rgba(235, 235, 245, 0.3);
2668
2668
  }
2669
- .select-with-tags__focusVisible_1k4jt {
2669
+ .select-with-tags__focusVisible_9q59u {
2670
2670
  outline: 2px solid #0072ef;
2671
2671
  }
2672
- .select-with-tags__placeholder_1k4jt {
2672
+ .select-with-tags__placeholder_9q59u {
2673
2673
  color: rgba(235, 235, 245, 0.3);
2674
- }.calendar-range__divider_1qrii:after {
2674
+ }.calendar-range__divider_qeu3v:after {
2675
2675
  background-color: #fff;
2676
- }.table__component_1t2ca {
2676
+ }.table__component_j7gcc {
2677
2677
  border-top: 1px solid #2b2b2e;
2678
2678
  }
2679
- .table__wrapper_np6fa {
2679
+ .table__wrapper_tnsjw {
2680
2680
  background: #121212;
2681
2681
  box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2682
2682
  0 2px 4px rgba(11, 31, 53, 0.16);
2683
2683
  }
2684
2684
 
2685
- .table__component_10ho2 {
2685
+ .table__component_1hxmn {
2686
2686
  color: #fff;
2687
2687
  border-top: 1px solid #2b2b2e
2688
2688
  }
2689
2689
 
2690
- .table__component_mg6ns th:not(:last-child):not(:empty):after {
2690
+ .table__component_1xg2u th:not(:last-child):not(:empty):after {
2691
2691
  background-color: #2a2a2c;
2692
2692
  }
2693
- .table__component_1p52j {
2693
+ .table__component_ifwuz {
2694
2694
  color: #fff;
2695
2695
  border-bottom: 1px solid #2b2b2e;
2696
2696
  background: #121212
2697
2697
  }
2698
- .table__sorted_1p52j {
2698
+ .table__sorted_ifwuz {
2699
2699
  color: #fff;
2700
2700
  }
2701
- .table__stickyHeader_1p52j {
2701
+ .table__stickyHeader_ifwuz {
2702
2702
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
2703
2703
  }
2704
- .table__component_1m3wp {
2704
+ .table__component_1m0xp {
2705
2705
  background: #121212
2706
2706
  }
2707
- .table__clickable_1m3wp:hover {
2707
+ .table__clickable_1m0xp:hover {
2708
2708
  background-color: #202022;
2709
2709
  }
2710
- .table__selected_1m3wp {
2710
+ .table__selected_1m0xp {
2711
2711
  background-color: #f2f8ff
2712
2712
  }
2713
- .table__selected_1m3wp:hover {
2713
+ .table__selected_1m0xp:hover {
2714
2714
  background-color: #e8f2fe;
2715
2715
  }
2716
- .table__icon_196ib {
2716
+ .table__icon_1wo21 {
2717
2717
  color: #8d8d93
2718
2718
  }
2719
- .table__icon_196ib:hover {
2719
+ .table__icon_1wo21:hover {
2720
2720
  color: #fff;
2721
2721
  }
2722
- .table__sorted_196ib {
2722
+ .table__sorted_1wo21 {
2723
2723
  color: #0072ef
2724
2724
  }
2725
- .table__sorted_196ib:hover {
2725
+ .table__sorted_1wo21:hover {
2726
2726
  color: #0072ef;
2727
2727
  }
2728
- .table__open_905fb,
2729
- .table__open_905fb:hover {
2728
+ .table__open_y6dji,
2729
+ .table__open_y6dji:hover {
2730
2730
  background-color: rgba(255, 255, 255, 0.163);
2731
- }.intl-phone-input__emptyCountryIcon_vtmlw {
2731
+ }.intl-phone-input__emptyCountryIcon_oa44m {
2732
2732
  color: #8d8d93;
2733
2733
  }
2734
- .intl-phone-input__flagPlaceholder_11y5g {
2734
+ .intl-phone-input__flagPlaceholder_1wuf7 {
2735
2735
  background-color: rgba(255, 255, 255, 0.11);
2736
2736
  }
2737
- .intl-phone-input__dialCode_1l8bd {
2737
+ .intl-phone-input__dialCode_1ef99 {
2738
2738
  color: rgba(235, 235, 245, 0.6);
2739
2739
  }
2740
- .intl-phone-input__emptyCountryIcon_70vbb {
2740
+ .intl-phone-input__emptyCountryIcon_t4tca {
2741
2741
  color: #8d8d93;
2742
2742
  }
2743
- .intl-phone-input__focusVisible_70vbb {
2743
+ .intl-phone-input__focusVisible_t4tca {
2744
2744
  outline: 2px solid #0072ef;
2745
- }.tabs__component_1o8kx:before {
2745
+ }.tabs__component_8ensr:before {
2746
2746
  background-color: #2b2b2e;
2747
2747
  }
2748
- .tabs__title_1o8kx {
2748
+ .tabs__title_8ensr {
2749
2749
  color: rgba(235, 235, 245, 0.6)
2750
2750
  }
2751
- .tabs__title_1o8kx:not(.tabs__disabled_1o8kx):hover {
2751
+ .tabs__title_8ensr:not(.tabs__disabled_8ensr):hover {
2752
2752
  color: #fff;
2753
2753
  }
2754
- .tabs__focused_1o8kx {
2754
+ .tabs__focused_8ensr {
2755
2755
  outline: 2px solid #0072ef;
2756
2756
  }
2757
- .tabs__selected_1o8kx {
2757
+ .tabs__selected_8ensr {
2758
2758
  color: #fff;
2759
2759
  }
2760
- .tabs__disabled_1o8kx {
2760
+ .tabs__disabled_8ensr {
2761
2761
  color: rgba(235, 235, 245, 0.3);
2762
2762
  }
2763
- .tabs__line_1o8kx {
2763
+ .tabs__line_8ensr {
2764
2764
  background-color: #ef3124;
2765
2765
  }
2766
- .tabs__component_1o8kx:before {
2766
+ .tabs__component_8ensr:before {
2767
2767
  background-color: #2b2b2e;
2768
- }.tabs__title_1o8kx {
2768
+ }.tabs__title_8ensr {
2769
2769
  color: rgba(235, 235, 245, 0.6)
2770
- }.tabs__title_1o8kx:not(.tabs__disabled_1o8kx):hover {
2770
+ }.tabs__title_8ensr:not(.tabs__disabled_8ensr):hover {
2771
2771
  color: #fff;
2772
- }.tabs__focused_1o8kx {
2772
+ }.tabs__focused_8ensr {
2773
2773
  outline: 2px solid #0072ef;
2774
- }.tabs__selected_1o8kx {
2774
+ }.tabs__selected_8ensr {
2775
2775
  color: #fff;
2776
- }.tabs__disabled_1o8kx {
2776
+ }.tabs__disabled_8ensr {
2777
2777
  color: rgba(235, 235, 245, 0.3);
2778
- }.tabs__line_1o8kx {
2778
+ }.tabs__line_8ensr {
2779
2779
  background-color: #ef3124;
2780
2780
  }
2781
2781