@alfalab/core-components 36.3.1 → 36.4.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 (3376) hide show
  1. package/action-button/Component.js +10 -18
  2. package/action-button/cssm/Component.js +12 -24
  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 +2 -9
  24. package/alert/cssm/Component.js +1 -9
  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 +4 -11
  35. package/amount/cssm/component.js +8 -16
  36. package/amount/cssm/index.js +3 -5
  37. package/amount/cssm/pure/component.js +2 -10
  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 +3 -10
  54. package/amount/pure/index.css +1 -1
  55. package/amount/pure/index.js +1 -3
  56. package/amount-input/Component.js +10 -17
  57. package/amount-input/cssm/Component.js +11 -21
  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 +14 -22
  77. package/attach/cssm/Component.js +15 -24
  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 +3 -10
  91. package/backdrop/cssm/Component.js +4 -12
  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 +3 -10
  102. package/badge/cssm/Component.js +9 -17
  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 +16 -23
  113. package/bank-card/cssm/Component.js +15 -23
  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 +13 -22
  126. package/base-modal/cssm/Component.js +13 -23
  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-4ed411b6.d.ts} +1 -1
  144. package/bottom-sheet/{cssm/component-c7f24e46.js → component-4ed411b6.js} +47 -50
  145. package/bottom-sheet/component.js +5 -7
  146. package/bottom-sheet/components/backer/Component.js +4 -11
  147. package/bottom-sheet/components/backer/index.css +2 -2
  148. package/bottom-sheet/components/closer/Component.js +4 -11
  149. package/bottom-sheet/components/closer/index.css +2 -2
  150. package/bottom-sheet/components/footer/Component.js +2 -9
  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 +3 -9
  155. package/bottom-sheet/{esm/component-a8058cc4.d.ts → cssm/component-ea0955cf.d.ts} +1 -1
  156. package/bottom-sheet/{component-3d2e9701.js → cssm/component-ea0955cf.js} +26 -35
  157. package/bottom-sheet/cssm/component.js +7 -9
  158. package/bottom-sheet/cssm/components/backer/Component.js +3 -11
  159. package/bottom-sheet/cssm/components/closer/Component.js +3 -11
  160. package/bottom-sheet/cssm/components/footer/Component.js +3 -11
  161. package/bottom-sheet/cssm/components/header/Component.js +12 -14
  162. package/bottom-sheet/cssm/components/swipeable-backdrop/Component.js +3 -9
  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-d60e2bca.d.ts} +1 -1
  168. package/bottom-sheet/esm/{component-a8058cc4.js → component-d60e2bca.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-ff93e5c5.d.ts} +0 -0
  183. package/bottom-sheet/esm/{tslib.es6-3b059e31.js → tslib.es6-ff93e5c5.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-c70550df.d.ts} +1 -1
  188. package/bottom-sheet/modern/{component-42a16164.js → component-c70550df.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-aadef326.d.ts} +0 -0
  202. package/bottom-sheet/{tslib.es6-d834f065.js → tslib.es6-aadef326.js} +0 -0
  203. package/button/Component.js +14 -22
  204. package/button/cssm/Component.js +21 -32
  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.js +43 -53
  221. package/calendar/components/calendar-mobile/Component.js +62 -72
  222. package/calendar/components/calendar-mobile/index.css +10 -10
  223. package/calendar/components/calendar-mobile/index.js +15 -17
  224. package/calendar/components/days-table/Component.js +30 -43
  225. package/calendar/components/days-table/index.css +57 -57
  226. package/calendar/components/days-table/index.js +7 -9
  227. package/calendar/components/header/Component.js +2 -9
  228. package/calendar/components/header/index.css +2 -2
  229. package/calendar/components/header/index.js +1 -3
  230. package/calendar/components/month-year-header/Component.js +16 -23
  231. package/calendar/components/month-year-header/index.css +9 -9
  232. package/calendar/components/month-year-header/index.js +8 -10
  233. package/calendar/components/months-table/Component.js +13 -22
  234. package/calendar/components/months-table/index.css +10 -10
  235. package/calendar/components/months-table/index.js +9 -11
  236. package/calendar/components/period-slider/Component.js +20 -29
  237. package/calendar/components/period-slider/index.css +9 -9
  238. package/calendar/components/period-slider/index.js +12 -14
  239. package/calendar/components/period-slider/utils.js +38 -60
  240. package/calendar/components/select-button/Component.js +3 -10
  241. package/calendar/components/select-button/index.css +9 -9
  242. package/calendar/components/select-button/index.js +2 -4
  243. package/calendar/components/years-table/Component.js +9 -18
  244. package/calendar/components/years-table/index.css +12 -12
  245. package/calendar/components/years-table/index.js +4 -6
  246. package/calendar/cssm/Component.js +50 -61
  247. package/calendar/cssm/components/calendar-mobile/Component.js +68 -79
  248. package/calendar/cssm/components/calendar-mobile/index.js +17 -19
  249. package/calendar/cssm/components/days-table/Component.js +48 -62
  250. package/calendar/cssm/components/days-table/index.js +7 -9
  251. package/calendar/cssm/components/header/Component.js +3 -11
  252. package/calendar/cssm/components/header/index.js +1 -3
  253. package/calendar/cssm/components/month-year-header/Component.js +16 -24
  254. package/calendar/cssm/components/month-year-header/index.js +9 -11
  255. package/calendar/cssm/components/months-table/Component.js +13 -23
  256. package/calendar/cssm/components/months-table/index.js +10 -12
  257. package/calendar/cssm/components/period-slider/Component.js +20 -30
  258. package/calendar/cssm/components/period-slider/index.js +13 -15
  259. package/calendar/cssm/components/period-slider/utils.js +38 -60
  260. package/calendar/cssm/components/select-button/Component.js +2 -10
  261. package/calendar/cssm/components/select-button/index.js +2 -4
  262. package/calendar/cssm/components/years-table/Component.js +9 -19
  263. package/calendar/cssm/components/years-table/index.js +5 -7
  264. package/calendar/cssm/index.js +26 -28
  265. package/calendar/cssm/{tslib.es6-0857346e.d.ts → tslib.es6-0e9bf404.d.ts} +0 -0
  266. package/calendar/cssm/{tslib.es6-0857346e.js → tslib.es6-0e9bf404.js} +0 -0
  267. package/calendar/cssm/useCalendar.js +20 -34
  268. package/calendar/cssm/usePeriod.d.ts +6 -6
  269. package/calendar/cssm/usePeriod.js +3 -9
  270. package/calendar/cssm/utils.js +30 -56
  271. package/calendar/esm/Component.js +33 -33
  272. package/calendar/esm/components/calendar-mobile/Component.js +41 -41
  273. package/calendar/esm/components/calendar-mobile/index.css +10 -10
  274. package/calendar/esm/components/calendar-mobile/index.js +15 -15
  275. package/calendar/esm/components/days-table/Component.js +7 -7
  276. package/calendar/esm/components/days-table/index.css +57 -57
  277. package/calendar/esm/components/days-table/index.js +6 -6
  278. package/calendar/esm/components/header/Component.js +1 -1
  279. package/calendar/esm/components/header/index.css +2 -2
  280. package/calendar/esm/components/header/index.js +1 -1
  281. package/calendar/esm/components/month-year-header/Component.js +9 -9
  282. package/calendar/esm/components/month-year-header/index.css +9 -9
  283. package/calendar/esm/components/month-year-header/index.js +8 -8
  284. package/calendar/esm/components/months-table/Component.js +10 -10
  285. package/calendar/esm/components/months-table/index.css +10 -10
  286. package/calendar/esm/components/months-table/index.js +9 -9
  287. package/calendar/esm/components/period-slider/Component.js +11 -11
  288. package/calendar/esm/components/period-slider/index.css +9 -9
  289. package/calendar/esm/components/period-slider/index.js +11 -11
  290. package/calendar/esm/components/period-slider/utils.js +22 -22
  291. package/calendar/esm/components/select-button/Component.js +2 -2
  292. package/calendar/esm/components/select-button/index.css +9 -9
  293. package/calendar/esm/components/select-button/index.js +2 -2
  294. package/calendar/esm/components/years-table/Component.js +5 -5
  295. package/calendar/esm/components/years-table/index.css +12 -12
  296. package/calendar/esm/components/years-table/index.js +4 -4
  297. package/calendar/esm/index.css +13 -13
  298. package/calendar/esm/index.js +14 -14
  299. package/calendar/esm/{tslib.es6-ec9dc843.d.ts → tslib.es6-0794dc77.d.ts} +0 -0
  300. package/calendar/esm/{tslib.es6-ec9dc843.js → tslib.es6-0794dc77.js} +0 -0
  301. package/calendar/esm/useCalendar.js +10 -10
  302. package/calendar/esm/usePeriod.d.ts +6 -6
  303. package/calendar/esm/usePeriod.js +1 -1
  304. package/calendar/esm/utils.js +3 -3
  305. package/calendar/index.css +13 -13
  306. package/calendar/index.js +21 -23
  307. package/calendar/modern/Component.js +32 -32
  308. package/calendar/modern/components/calendar-mobile/Component.js +38 -38
  309. package/calendar/modern/components/calendar-mobile/index.css +10 -10
  310. package/calendar/modern/components/calendar-mobile/index.js +15 -15
  311. package/calendar/modern/components/days-table/Component.js +7 -7
  312. package/calendar/modern/components/days-table/index.css +57 -57
  313. package/calendar/modern/components/days-table/index.js +6 -6
  314. package/calendar/modern/components/header/Component.js +1 -1
  315. package/calendar/modern/components/header/index.css +2 -2
  316. package/calendar/modern/components/header/index.js +1 -1
  317. package/calendar/modern/components/month-year-header/Component.js +7 -7
  318. package/calendar/modern/components/month-year-header/index.css +9 -9
  319. package/calendar/modern/components/month-year-header/index.js +6 -6
  320. package/calendar/modern/components/months-table/Component.js +8 -8
  321. package/calendar/modern/components/months-table/index.css +10 -10
  322. package/calendar/modern/components/months-table/index.js +7 -7
  323. package/calendar/modern/components/period-slider/Component.js +12 -12
  324. package/calendar/modern/components/period-slider/index.css +9 -9
  325. package/calendar/modern/components/period-slider/index.js +11 -11
  326. package/calendar/modern/components/period-slider/utils.js +18 -18
  327. package/calendar/modern/components/select-button/Component.js +1 -1
  328. package/calendar/modern/components/select-button/index.css +9 -9
  329. package/calendar/modern/components/select-button/index.js +1 -1
  330. package/calendar/modern/components/years-table/Component.js +2 -2
  331. package/calendar/modern/components/years-table/index.css +12 -12
  332. package/calendar/modern/components/years-table/index.js +2 -2
  333. package/calendar/modern/index.css +13 -13
  334. package/calendar/modern/index.js +16 -16
  335. package/calendar/modern/useCalendar.js +10 -10
  336. package/calendar/modern/usePeriod.d.ts +6 -6
  337. package/calendar/modern/usePeriod.js +1 -1
  338. package/calendar/modern/utils.js +3 -3
  339. package/calendar/{tslib.es6-3e602276.d.ts → tslib.es6-4cc970bc.d.ts} +0 -0
  340. package/calendar/{tslib.es6-3e602276.js → tslib.es6-4cc970bc.js} +0 -0
  341. package/calendar/useCalendar.js +20 -34
  342. package/calendar/usePeriod.d.ts +6 -6
  343. package/calendar/usePeriod.js +3 -9
  344. package/calendar/utils.js +30 -56
  345. package/calendar-input/Component.js +9 -17
  346. package/calendar-input/cssm/Component.js +11 -20
  347. package/calendar-input/cssm/index.js +2 -4
  348. package/calendar-input/cssm/utils.js +5 -13
  349. package/calendar-input/esm/Component.js +3 -3
  350. package/calendar-input/esm/index.css +10 -10
  351. package/calendar-input/esm/index.js +2 -2
  352. package/calendar-input/esm/utils.js +2 -2
  353. package/calendar-input/index.css +10 -10
  354. package/calendar-input/index.js +1 -3
  355. package/calendar-input/modern/Component.js +5 -5
  356. package/calendar-input/modern/index.css +10 -10
  357. package/calendar-input/modern/index.js +5 -5
  358. package/calendar-input/utils.js +5 -13
  359. package/calendar-range/Component.js +5 -11
  360. package/calendar-range/cssm/Component.js +5 -11
  361. package/calendar-range/cssm/hooks.js +23 -34
  362. package/calendar-range/cssm/index.js +5 -7
  363. package/calendar-range/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  364. package/calendar-range/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  365. package/calendar-range/cssm/utils.js +0 -2
  366. package/calendar-range/cssm/views/popover.js +8 -17
  367. package/calendar-range/cssm/views/static.js +18 -31
  368. package/calendar-range/esm/Component.js +4 -4
  369. package/calendar-range/esm/hooks.js +1 -1
  370. package/calendar-range/esm/index.js +5 -5
  371. package/calendar-range/esm/{index.module-a5858a9b.d.ts → index.module-bf0c7948.d.ts} +0 -0
  372. package/calendar-range/esm/{index.module-a5858a9b.js → index.module-bf0c7948.js} +1 -1
  373. package/calendar-range/esm/views/index.css +7 -7
  374. package/calendar-range/esm/views/popover.js +2 -2
  375. package/calendar-range/esm/views/static.js +8 -8
  376. package/calendar-range/hooks.js +23 -34
  377. package/calendar-range/index.js +5 -7
  378. package/calendar-range/{index.module-2b303367.d.ts → index.module-3391f602.d.ts} +0 -0
  379. package/calendar-range/{index.module-2b303367.js → index.module-3391f602.js} +1 -1
  380. package/calendar-range/modern/Component.js +6 -6
  381. package/calendar-range/modern/hooks.js +1 -1
  382. package/calendar-range/modern/index.js +7 -7
  383. package/calendar-range/modern/index.module-5493f8ee.js +4 -0
  384. package/calendar-range/modern/views/index.css +7 -7
  385. package/calendar-range/modern/views/popover.js +4 -4
  386. package/calendar-range/modern/views/static.js +6 -6
  387. package/calendar-range/utils.js +0 -2
  388. package/calendar-range/views/index.css +7 -7
  389. package/calendar-range/views/popover.js +7 -15
  390. package/calendar-range/views/static.js +17 -29
  391. package/calendar-with-skeleton/Component.js +12 -19
  392. package/calendar-with-skeleton/cssm/Component.js +12 -20
  393. package/calendar-with-skeleton/cssm/index.js +0 -2
  394. package/calendar-with-skeleton/esm/Component.js +1 -1
  395. package/calendar-with-skeleton/esm/index.css +11 -11
  396. package/calendar-with-skeleton/esm/index.js +1 -1
  397. package/calendar-with-skeleton/index.css +11 -11
  398. package/calendar-with-skeleton/index.js +0 -2
  399. package/calendar-with-skeleton/modern/Component.js +1 -1
  400. package/calendar-with-skeleton/modern/index.css +11 -11
  401. package/calendar-with-skeleton/modern/index.js +1 -1
  402. package/card-image/Component.js +5 -12
  403. package/card-image/cssm/Component.js +4 -12
  404. package/card-image/cssm/index.js +1 -3
  405. package/card-image/esm/Component.js +4 -4
  406. package/card-image/esm/index.css +6 -6
  407. package/card-image/esm/index.js +1 -1
  408. package/card-image/index.css +6 -6
  409. package/card-image/index.js +1 -3
  410. package/card-image/modern/Component.js +1 -1
  411. package/card-image/modern/index.css +6 -6
  412. package/card-image/modern/index.js +1 -1
  413. package/cdn-icon/Component.js +3 -10
  414. package/cdn-icon/cssm/Component.js +2 -10
  415. package/cdn-icon/cssm/index.js +1 -3
  416. package/cdn-icon/esm/Component.js +2 -2
  417. package/cdn-icon/esm/index.css +3 -3
  418. package/cdn-icon/esm/index.js +1 -1
  419. package/cdn-icon/index.css +3 -3
  420. package/cdn-icon/index.js +1 -3
  421. package/cdn-icon/modern/Component.js +1 -1
  422. package/cdn-icon/modern/index.css +3 -3
  423. package/cdn-icon/modern/index.js +1 -1
  424. package/chart/Component.js +36 -43
  425. package/chart/components/CustomizedLabel.js +3 -9
  426. package/chart/components/Dot/index.css +7 -7
  427. package/chart/components/Dot/index.js +6 -13
  428. package/chart/components/Legends/index.css +7 -7
  429. package/chart/components/Legends/index.js +10 -17
  430. package/chart/components/LinearGradient.js +1 -7
  431. package/chart/components/RectBar.js +3 -9
  432. package/chart/components/Tick/index.css +3 -3
  433. package/chart/components/Tick/index.js +4 -11
  434. package/chart/components/TooltipContent/index.css +6 -6
  435. package/chart/components/TooltipContent/index.js +9 -16
  436. package/chart/cssm/Component.js +37 -45
  437. package/chart/cssm/components/CustomizedLabel.js +3 -9
  438. package/chart/cssm/components/Dot/index.js +6 -14
  439. package/chart/cssm/components/Legends/index.js +9 -17
  440. package/chart/cssm/components/LinearGradient.js +1 -7
  441. package/chart/cssm/components/RectBar.js +3 -9
  442. package/chart/cssm/components/Tick/index.js +3 -11
  443. package/chart/cssm/components/TooltipContent/index.js +8 -16
  444. package/chart/cssm/hooks/usePathBar/index.js +0 -2
  445. package/chart/cssm/hooks/usePathBar/utils/getRadius.js +0 -2
  446. package/chart/cssm/hooks/useSettings/index.js +1 -3
  447. package/chart/cssm/hooks/useSettings/utils/setComposedChartsMargin.js +0 -2
  448. package/chart/cssm/hooks/useSettings/utils/setDatas.js +4 -6
  449. package/chart/cssm/hooks/useSettings/utils/setGradientCharts.js +2 -4
  450. package/chart/cssm/hooks/useSettings/utils/setLegendMargin.js +0 -2
  451. package/chart/cssm/hooks/useSettings/utils/sortByIndex.js +0 -2
  452. package/chart/cssm/icons/Circle.js +2 -8
  453. package/chart/cssm/icons/CircleLine.js +3 -9
  454. package/chart/cssm/icons/FilledCircle.js +6 -12
  455. package/chart/cssm/icons/Point.js +3 -9
  456. package/chart/cssm/icons/StrokeCircle.js +2 -8
  457. package/chart/cssm/index.js +9 -11
  458. package/chart/cssm/{tslib.es6-0de342ae.d.ts → tslib.es6-19b064c1.d.ts} +0 -0
  459. package/chart/cssm/{tslib.es6-0de342ae.js → tslib.es6-19b064c1.js} +0 -0
  460. package/chart/cssm/types/utils/index.d.ts +1 -0
  461. package/chart/esm/Component.js +23 -23
  462. package/chart/esm/components/CustomizedLabel.js +1 -1
  463. package/chart/esm/components/Dot/index.css +7 -7
  464. package/chart/esm/components/Dot/index.js +3 -3
  465. package/chart/esm/components/Legends/index.css +7 -7
  466. package/chart/esm/components/Legends/index.js +4 -4
  467. package/chart/esm/components/LinearGradient.js +1 -1
  468. package/chart/esm/components/RectBar.js +2 -2
  469. package/chart/esm/components/Tick/index.css +3 -3
  470. package/chart/esm/components/Tick/index.js +2 -2
  471. package/chart/esm/components/TooltipContent/index.css +6 -6
  472. package/chart/esm/components/TooltipContent/index.js +2 -2
  473. package/chart/esm/hooks/useSettings/index.js +1 -1
  474. package/chart/esm/hooks/useSettings/utils/setDatas.js +4 -4
  475. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +2 -2
  476. package/chart/esm/index.css +4 -4
  477. package/chart/esm/index.js +14 -14
  478. package/chart/esm/{tslib.es6-9e8e8633.d.ts → tslib.es6-6783eaff.d.ts} +0 -0
  479. package/chart/esm/{tslib.es6-9e8e8633.js → tslib.es6-6783eaff.js} +0 -0
  480. package/chart/esm/types/utils/index.d.ts +1 -0
  481. package/chart/hooks/usePathBar/index.js +0 -2
  482. package/chart/hooks/usePathBar/utils/getRadius.js +0 -2
  483. package/chart/hooks/useSettings/index.js +1 -3
  484. package/chart/hooks/useSettings/utils/setComposedChartsMargin.js +0 -2
  485. package/chart/hooks/useSettings/utils/setDatas.js +4 -6
  486. package/chart/hooks/useSettings/utils/setGradientCharts.js +2 -4
  487. package/chart/hooks/useSettings/utils/setLegendMargin.js +0 -2
  488. package/chart/hooks/useSettings/utils/sortByIndex.js +0 -2
  489. package/chart/icons/Circle.js +2 -8
  490. package/chart/icons/CircleLine.js +3 -9
  491. package/chart/icons/FilledCircle.js +6 -12
  492. package/chart/icons/Point.js +3 -9
  493. package/chart/icons/StrokeCircle.js +2 -8
  494. package/chart/index.css +4 -4
  495. package/chart/index.js +7 -9
  496. package/chart/modern/Component.js +10 -10
  497. package/chart/modern/components/CustomizedLabel.js +1 -1
  498. package/chart/modern/components/Dot/index.css +7 -7
  499. package/chart/modern/components/Dot/index.js +1 -1
  500. package/chart/modern/components/Legends/index.css +7 -7
  501. package/chart/modern/components/Legends/index.js +1 -1
  502. package/chart/modern/components/RectBar.js +1 -1
  503. package/chart/modern/components/Tick/index.css +3 -3
  504. package/chart/modern/components/Tick/index.js +1 -1
  505. package/chart/modern/components/TooltipContent/index.css +6 -6
  506. package/chart/modern/components/TooltipContent/index.js +1 -1
  507. package/chart/modern/index.css +4 -4
  508. package/chart/modern/index.js +13 -13
  509. package/chart/modern/types/utils/index.d.ts +1 -0
  510. package/chart/{tslib.es6-9dd05714.d.ts → tslib.es6-4cc0ba82.d.ts} +0 -0
  511. package/chart/{tslib.es6-9dd05714.js → tslib.es6-4cc0ba82.js} +0 -0
  512. package/chart/types/utils/index.d.ts +1 -0
  513. package/checkbox/Component.d.ts +3 -3
  514. package/checkbox/Component.js +12 -20
  515. package/checkbox/cssm/Component.d.ts +3 -3
  516. package/checkbox/cssm/Component.js +17 -26
  517. package/checkbox/cssm/index.js +0 -2
  518. package/checkbox/esm/Component.d.ts +3 -3
  519. package/checkbox/esm/Component.js +1 -1
  520. package/checkbox/esm/index.css +38 -38
  521. package/checkbox/esm/index.js +1 -1
  522. package/checkbox/index.css +38 -38
  523. package/checkbox/index.js +0 -2
  524. package/checkbox/modern/Component.d.ts +3 -3
  525. package/checkbox/modern/Component.js +1 -1
  526. package/checkbox/modern/index.css +38 -38
  527. package/checkbox/modern/index.js +1 -1
  528. package/checkbox-group/Component.js +9 -16
  529. package/checkbox-group/cssm/Component.js +8 -16
  530. package/checkbox-group/cssm/index.js +0 -2
  531. package/checkbox-group/esm/Component.js +1 -1
  532. package/checkbox-group/esm/index.css +16 -16
  533. package/checkbox-group/esm/index.js +1 -1
  534. package/checkbox-group/index.css +16 -16
  535. package/checkbox-group/index.js +0 -2
  536. package/checkbox-group/modern/Component.js +1 -1
  537. package/checkbox-group/modern/index.css +16 -16
  538. package/checkbox-group/modern/index.js +1 -1
  539. package/circular-progress-bar/Component.js +14 -21
  540. package/circular-progress-bar/cssm/Component.js +15 -23
  541. package/circular-progress-bar/cssm/index.js +0 -2
  542. package/circular-progress-bar/esm/Component.js +6 -6
  543. package/circular-progress-bar/esm/index.css +48 -48
  544. package/circular-progress-bar/esm/index.js +1 -1
  545. package/circular-progress-bar/index.css +48 -48
  546. package/circular-progress-bar/index.js +0 -2
  547. package/circular-progress-bar/modern/Component.js +1 -1
  548. package/circular-progress-bar/modern/index.css +48 -48
  549. package/circular-progress-bar/modern/index.js +1 -1
  550. package/code-input/component.d.ts +4 -0
  551. package/code-input/component.js +24 -23
  552. package/code-input/components/index.js +1 -3
  553. package/code-input/components/input/component.js +2 -9
  554. package/code-input/components/input/index.css +11 -11
  555. package/code-input/components/input/index.js +1 -3
  556. package/code-input/cssm/component.d.ts +4 -0
  557. package/code-input/cssm/component.js +24 -24
  558. package/code-input/cssm/components/index.js +1 -3
  559. package/code-input/cssm/components/input/component.js +4 -12
  560. package/code-input/cssm/components/input/index.js +1 -3
  561. package/code-input/cssm/index.js +1 -3
  562. package/code-input/esm/component.d.ts +4 -0
  563. package/code-input/esm/component.js +23 -15
  564. package/code-input/esm/components/index.js +1 -1
  565. package/code-input/esm/components/input/component.js +1 -1
  566. package/code-input/esm/components/input/index.css +11 -11
  567. package/code-input/esm/components/input/index.js +1 -1
  568. package/code-input/esm/index.css +5 -5
  569. package/code-input/esm/index.js +1 -1
  570. package/code-input/index.css +5 -5
  571. package/code-input/index.js +0 -2
  572. package/code-input/modern/component.d.ts +4 -0
  573. package/code-input/modern/component.js +20 -14
  574. package/code-input/modern/components/index.js +1 -1
  575. package/code-input/modern/components/input/component.js +1 -1
  576. package/code-input/modern/components/input/index.css +11 -11
  577. package/code-input/modern/components/input/index.js +1 -1
  578. package/code-input/modern/index.css +5 -5
  579. package/code-input/modern/index.js +1 -1
  580. package/collapse/Component.js +7 -15
  581. package/collapse/cssm/Component.js +7 -16
  582. package/collapse/cssm/index.js +1 -3
  583. package/collapse/esm/Component.js +2 -2
  584. package/collapse/esm/index.css +7 -7
  585. package/collapse/esm/index.js +1 -1
  586. package/collapse/index.css +7 -7
  587. package/collapse/index.js +1 -3
  588. package/collapse/modern/Component.js +2 -2
  589. package/collapse/modern/index.css +7 -7
  590. package/collapse/modern/index.js +2 -2
  591. package/comment/Component.js +4 -11
  592. package/comment/cssm/Component.js +3 -11
  593. package/comment/cssm/index.js +1 -3
  594. package/comment/esm/Component.js +2 -2
  595. package/comment/esm/index.css +3 -3
  596. package/comment/esm/index.js +1 -1
  597. package/comment/index.css +3 -3
  598. package/comment/index.js +1 -3
  599. package/comment/modern/Component.js +1 -1
  600. package/comment/modern/index.css +3 -3
  601. package/comment/modern/index.js +1 -1
  602. package/confirmation/{component-ad8387ce.d.ts → component-5a9a6986.d.ts} +0 -0
  603. package/confirmation/{component-ad8387ce.js → component-5a9a6986.js} +6 -11
  604. package/confirmation/component.desktop.js +6 -12
  605. package/confirmation/component.mobile.js +7 -14
  606. package/confirmation/component.responsive.js +9 -15
  607. package/confirmation/components/base-confirmation/component.js +7 -9
  608. package/confirmation/components/base-confirmation/index.css +2 -2
  609. package/confirmation/components/base-confirmation/index.d.ts +1 -1
  610. package/confirmation/components/base-confirmation/index.js +5 -7
  611. package/confirmation/components/countdown-loader/component.js +3 -9
  612. package/confirmation/components/countdown-loader/index.css +2 -2
  613. package/confirmation/components/countdown-loader/index.js +1 -3
  614. package/confirmation/components/header/component.js +2 -9
  615. package/confirmation/components/header/index.css +4 -4
  616. package/confirmation/components/header/index.js +1 -3
  617. package/confirmation/components/index.js +10 -12
  618. package/confirmation/components/screens/fatal-error/component.js +7 -14
  619. package/confirmation/components/screens/fatal-error/index.css +6 -6
  620. package/confirmation/components/screens/fatal-error/index.js +3 -5
  621. package/confirmation/components/screens/hint/component.js +15 -22
  622. package/confirmation/components/screens/hint/index.css +12 -12
  623. package/confirmation/components/screens/hint/index.js +3 -5
  624. package/confirmation/components/screens/index.js +8 -10
  625. package/confirmation/components/screens/initial/component.js +15 -17
  626. package/confirmation/components/screens/initial/countdown-section.js +4 -6
  627. package/confirmation/components/screens/initial/index.css +18 -18
  628. package/confirmation/components/screens/initial/index.js +5 -7
  629. package/confirmation/components/screens/temp-block/component.js +9 -16
  630. package/confirmation/components/screens/temp-block/index.css +7 -7
  631. package/confirmation/components/screens/temp-block/index.js +4 -6
  632. package/confirmation/context.js +0 -2
  633. package/confirmation/{countdown-section-f4894842.d.ts → countdown-section-b356354f.d.ts} +0 -0
  634. package/confirmation/countdown-section-b356354f.js +42 -0
  635. package/confirmation/cssm/{component-5a4af768.d.ts → component-895f6f86.d.ts} +0 -0
  636. package/confirmation/cssm/{component-5a4af768.js → component-895f6f86.js} +5 -11
  637. package/confirmation/cssm/component.desktop.js +10 -16
  638. package/confirmation/cssm/component.mobile.js +11 -19
  639. package/confirmation/cssm/component.responsive.js +13 -19
  640. package/confirmation/cssm/components/base-confirmation/component.js +10 -12
  641. package/confirmation/cssm/components/base-confirmation/index.d.ts +1 -1
  642. package/confirmation/cssm/components/base-confirmation/index.js +9 -11
  643. package/confirmation/cssm/components/countdown-loader/component.js +2 -9
  644. package/confirmation/cssm/components/countdown-loader/index.js +1 -3
  645. package/confirmation/cssm/components/header/component.js +1 -9
  646. package/confirmation/cssm/components/header/index.js +1 -3
  647. package/confirmation/cssm/components/index.js +12 -14
  648. package/confirmation/cssm/components/screens/fatal-error/component.js +7 -15
  649. package/confirmation/cssm/components/screens/fatal-error/index.js +4 -6
  650. package/confirmation/cssm/components/screens/hint/component.js +15 -23
  651. package/confirmation/cssm/components/screens/hint/index.js +4 -6
  652. package/confirmation/cssm/components/screens/index.js +10 -12
  653. package/confirmation/cssm/components/screens/initial/component.js +17 -20
  654. package/confirmation/cssm/components/screens/initial/countdown-section.js +14 -22
  655. package/confirmation/cssm/components/screens/initial/index.js +6 -8
  656. package/confirmation/cssm/components/screens/temp-block/component.js +10 -18
  657. package/confirmation/cssm/components/screens/temp-block/index.js +6 -8
  658. package/confirmation/cssm/context.js +0 -2
  659. package/confirmation/cssm/desktop.d.ts +1 -0
  660. package/confirmation/cssm/desktop.js +10 -12
  661. package/confirmation/cssm/index.js +24 -26
  662. package/confirmation/cssm/mobile.d.ts +1 -0
  663. package/confirmation/cssm/mobile.js +10 -12
  664. package/confirmation/cssm/responsive.d.ts +1 -0
  665. package/confirmation/cssm/responsive.js +11 -13
  666. package/confirmation/cssm/types.js +0 -2
  667. package/confirmation/cssm/utils.js +6 -8
  668. package/confirmation/desktop.d.ts +1 -0
  669. package/confirmation/desktop.js +6 -8
  670. package/confirmation/esm/{component-b1ceb5d0.d.ts → component-3212dc9c.d.ts} +0 -0
  671. package/confirmation/esm/{component-b1ceb5d0.js → component-3212dc9c.js} +9 -9
  672. package/confirmation/esm/component.desktop.js +6 -6
  673. package/confirmation/esm/component.mobile.js +7 -7
  674. package/confirmation/esm/component.responsive.js +9 -9
  675. package/confirmation/esm/components/base-confirmation/component.js +6 -6
  676. package/confirmation/esm/components/base-confirmation/index.css +2 -2
  677. package/confirmation/esm/components/base-confirmation/index.d.ts +1 -1
  678. package/confirmation/esm/components/base-confirmation/index.js +6 -6
  679. package/confirmation/esm/components/countdown-loader/component.js +3 -3
  680. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  681. package/confirmation/esm/components/countdown-loader/index.js +1 -1
  682. package/confirmation/esm/components/header/component.js +1 -1
  683. package/confirmation/esm/components/header/index.css +4 -4
  684. package/confirmation/esm/components/header/index.js +1 -1
  685. package/confirmation/esm/components/index.js +9 -9
  686. package/confirmation/esm/components/screens/fatal-error/component.js +3 -3
  687. package/confirmation/esm/components/screens/fatal-error/index.css +6 -6
  688. package/confirmation/esm/components/screens/fatal-error/index.js +3 -3
  689. package/confirmation/esm/components/screens/hint/component.js +3 -3
  690. package/confirmation/esm/components/screens/hint/index.css +12 -12
  691. package/confirmation/esm/components/screens/hint/index.js +3 -3
  692. package/confirmation/esm/components/screens/index.js +8 -8
  693. package/confirmation/esm/components/screens/initial/component.js +10 -5
  694. package/confirmation/esm/components/screens/initial/countdown-section.js +4 -4
  695. package/confirmation/esm/components/screens/initial/index.css +18 -18
  696. package/confirmation/esm/components/screens/initial/index.js +5 -5
  697. package/confirmation/esm/components/screens/temp-block/component.js +4 -4
  698. package/confirmation/esm/components/screens/temp-block/index.css +7 -7
  699. package/confirmation/esm/components/screens/temp-block/index.js +4 -4
  700. package/confirmation/esm/{countdown-section-608e4e3a.d.ts → countdown-section-5a8d74ee.d.ts} +0 -0
  701. package/confirmation/esm/{countdown-section-608e4e3a.js → countdown-section-5a8d74ee.js} +6 -6
  702. package/confirmation/esm/desktop.d.ts +1 -0
  703. package/confirmation/esm/desktop.js +7 -7
  704. package/confirmation/esm/index.js +12 -12
  705. package/confirmation/esm/mobile.css +2 -2
  706. package/confirmation/esm/mobile.d.ts +1 -0
  707. package/confirmation/esm/mobile.js +7 -7
  708. package/confirmation/esm/responsive.d.ts +1 -0
  709. package/confirmation/esm/responsive.js +8 -8
  710. package/confirmation/esm/utils.js +6 -6
  711. package/confirmation/index.js +21 -23
  712. package/confirmation/mobile.css +2 -2
  713. package/confirmation/mobile.d.ts +1 -0
  714. package/confirmation/mobile.js +6 -8
  715. package/confirmation/modern/component.desktop.js +6 -6
  716. package/confirmation/modern/component.mobile.js +7 -7
  717. package/confirmation/modern/component.responsive.js +9 -9
  718. package/confirmation/modern/components/base-confirmation/component.js +8 -8
  719. package/confirmation/modern/components/base-confirmation/index.css +2 -2
  720. package/confirmation/modern/components/base-confirmation/index.js +6 -6
  721. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  722. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  723. package/confirmation/modern/components/countdown-loader/index.js +1 -1
  724. package/confirmation/modern/components/header/component.js +1 -1
  725. package/confirmation/modern/components/header/index.css +4 -4
  726. package/confirmation/modern/components/header/index.js +1 -1
  727. package/confirmation/modern/components/index.js +9 -9
  728. package/confirmation/modern/components/screens/fatal-error/component.js +3 -3
  729. package/confirmation/modern/components/screens/fatal-error/index.css +6 -6
  730. package/confirmation/modern/components/screens/fatal-error/index.js +3 -3
  731. package/confirmation/modern/components/screens/hint/component.js +3 -3
  732. package/confirmation/modern/components/screens/hint/index.css +12 -12
  733. package/confirmation/modern/components/screens/hint/index.js +3 -3
  734. package/confirmation/modern/components/screens/index.js +8 -8
  735. package/confirmation/modern/components/screens/initial/component.js +10 -5
  736. package/confirmation/modern/components/screens/initial/countdown-section.js +4 -4
  737. package/confirmation/modern/components/screens/initial/index.css +18 -18
  738. package/confirmation/modern/components/screens/initial/index.js +5 -5
  739. package/confirmation/modern/components/screens/temp-block/component.js +4 -4
  740. package/confirmation/modern/components/screens/temp-block/index.css +7 -7
  741. package/confirmation/modern/components/screens/temp-block/index.js +4 -4
  742. package/confirmation/modern/{countdown-section-cb87c8ea.d.ts → countdown-section-b8b393a2.d.ts} +0 -0
  743. package/confirmation/modern/{countdown-section-cb87c8ea.js → countdown-section-b8b393a2.js} +5 -5
  744. package/confirmation/modern/desktop.d.ts +1 -0
  745. package/confirmation/modern/desktop.js +7 -7
  746. package/confirmation/modern/index.js +12 -12
  747. package/confirmation/modern/mobile.css +2 -2
  748. package/confirmation/modern/mobile.d.ts +1 -0
  749. package/confirmation/modern/mobile.js +7 -7
  750. package/confirmation/modern/responsive.d.ts +1 -0
  751. package/confirmation/modern/responsive.js +9 -9
  752. package/confirmation/responsive.d.ts +1 -0
  753. package/confirmation/responsive.js +6 -8
  754. package/confirmation/types.js +0 -2
  755. package/confirmation/utils.js +6 -8
  756. package/confirmation-v1/component.js +23 -30
  757. package/confirmation-v1/components/code-input/component.js +4 -11
  758. package/confirmation-v1/components/code-input/index.css +9 -9
  759. package/confirmation-v1/components/code-input/index.js +1 -3
  760. package/confirmation-v1/components/code-input/utils.js +0 -2
  761. package/confirmation-v1/components/countdown/component.js +18 -25
  762. package/confirmation-v1/components/countdown/index.css +12 -12
  763. package/confirmation-v1/components/countdown/index.js +1 -3
  764. package/confirmation-v1/components/countdown-loader/component.js +3 -9
  765. package/confirmation-v1/components/countdown-loader/index.css +1 -1
  766. package/confirmation-v1/components/countdown-loader/index.js +1 -3
  767. package/confirmation-v1/components/index.js +6 -8
  768. package/confirmation-v1/components/overlimit/component.js +14 -20
  769. package/confirmation-v1/components/overlimit/index.css +8 -8
  770. package/confirmation-v1/components/overlimit/index.js +4 -6
  771. package/confirmation-v1/components/sign-confirmation/component.js +19 -26
  772. package/confirmation-v1/components/sign-confirmation/index.css +12 -12
  773. package/confirmation-v1/components/sign-confirmation/index.js +6 -8
  774. package/confirmation-v1/cssm/component.js +23 -31
  775. package/confirmation-v1/cssm/components/code-input/component.js +7 -15
  776. package/confirmation-v1/cssm/components/code-input/index.js +1 -3
  777. package/confirmation-v1/cssm/components/code-input/utils.js +0 -2
  778. package/confirmation-v1/cssm/components/countdown/component.js +19 -27
  779. package/confirmation-v1/cssm/components/countdown/index.js +2 -4
  780. package/confirmation-v1/cssm/components/countdown-loader/component.js +2 -9
  781. package/confirmation-v1/cssm/components/countdown-loader/index.js +1 -3
  782. package/confirmation-v1/cssm/components/index.js +7 -9
  783. package/confirmation-v1/cssm/components/overlimit/component.js +15 -22
  784. package/confirmation-v1/cssm/components/overlimit/index.js +5 -7
  785. package/confirmation-v1/cssm/components/sign-confirmation/component.js +21 -29
  786. package/confirmation-v1/cssm/components/sign-confirmation/index.js +8 -10
  787. package/confirmation-v1/cssm/index.d.ts +2 -1
  788. package/confirmation-v1/cssm/index.js +9 -11
  789. package/confirmation-v1/esm/component.js +6 -6
  790. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  791. package/confirmation-v1/esm/components/code-input/index.css +9 -9
  792. package/confirmation-v1/esm/components/code-input/index.js +1 -1
  793. package/confirmation-v1/esm/components/countdown/component.js +7 -7
  794. package/confirmation-v1/esm/components/countdown/index.css +12 -12
  795. package/confirmation-v1/esm/components/countdown/index.js +1 -1
  796. package/confirmation-v1/esm/components/countdown-loader/component.js +3 -3
  797. package/confirmation-v1/esm/components/countdown-loader/index.css +1 -1
  798. package/confirmation-v1/esm/components/countdown-loader/index.js +1 -1
  799. package/confirmation-v1/esm/components/index.js +6 -6
  800. package/confirmation-v1/esm/components/overlimit/component.js +5 -5
  801. package/confirmation-v1/esm/components/overlimit/index.css +8 -8
  802. package/confirmation-v1/esm/components/overlimit/index.js +4 -4
  803. package/confirmation-v1/esm/components/sign-confirmation/component.js +5 -5
  804. package/confirmation-v1/esm/components/sign-confirmation/index.css +12 -12
  805. package/confirmation-v1/esm/components/sign-confirmation/index.js +5 -5
  806. package/confirmation-v1/esm/index.css +13 -13
  807. package/confirmation-v1/esm/index.d.ts +2 -1
  808. package/confirmation-v1/esm/index.js +6 -6
  809. package/confirmation-v1/index.css +13 -13
  810. package/confirmation-v1/index.d.ts +2 -1
  811. package/confirmation-v1/index.js +8 -10
  812. package/confirmation-v1/modern/component.js +9 -9
  813. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  814. package/confirmation-v1/modern/components/code-input/index.css +9 -9
  815. package/confirmation-v1/modern/components/code-input/index.js +1 -1
  816. package/confirmation-v1/modern/components/countdown/component.js +2 -2
  817. package/confirmation-v1/modern/components/countdown/index.css +12 -12
  818. package/confirmation-v1/modern/components/countdown/index.js +2 -2
  819. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  820. package/confirmation-v1/modern/components/countdown-loader/index.css +1 -1
  821. package/confirmation-v1/modern/components/countdown-loader/index.js +1 -1
  822. package/confirmation-v1/modern/components/index.js +7 -7
  823. package/confirmation-v1/modern/components/overlimit/component.js +5 -5
  824. package/confirmation-v1/modern/components/overlimit/index.css +8 -8
  825. package/confirmation-v1/modern/components/overlimit/index.js +4 -4
  826. package/confirmation-v1/modern/components/sign-confirmation/component.js +6 -6
  827. package/confirmation-v1/modern/components/sign-confirmation/index.css +12 -12
  828. package/confirmation-v1/modern/components/sign-confirmation/index.js +6 -6
  829. package/confirmation-v1/modern/index.css +13 -13
  830. package/confirmation-v1/modern/index.d.ts +2 -1
  831. package/confirmation-v1/modern/index.js +9 -9
  832. package/custom-button/Component.js +4 -11
  833. package/custom-button/cssm/Component.js +4 -12
  834. package/custom-button/cssm/index.js +0 -2
  835. package/custom-button/esm/Component.js +1 -1
  836. package/custom-button/esm/index.css +11 -11
  837. package/custom-button/esm/index.js +1 -1
  838. package/custom-button/index.css +11 -11
  839. package/custom-button/index.js +0 -2
  840. package/custom-button/modern/Component.js +1 -1
  841. package/custom-button/modern/index.css +11 -11
  842. package/custom-button/modern/index.js +1 -1
  843. package/date-input/Component.js +5 -12
  844. package/date-input/cssm/Component.js +5 -13
  845. package/date-input/cssm/index.js +3 -5
  846. package/date-input/cssm/utils/format.d.ts +1 -1
  847. package/date-input/cssm/utils/format.js +3 -11
  848. package/date-input/cssm/utils/index.js +2 -4
  849. package/date-input/cssm/utils/native-supports.js +0 -2
  850. package/date-input/esm/Component.js +3 -3
  851. package/date-input/esm/index.css +3 -3
  852. package/date-input/esm/index.js +3 -3
  853. package/date-input/esm/utils/format.d.ts +1 -1
  854. package/date-input/esm/utils/index.js +2 -2
  855. package/date-input/index.css +3 -3
  856. package/date-input/index.js +2 -4
  857. package/date-input/modern/Component.js +4 -4
  858. package/date-input/modern/index.css +3 -3
  859. package/date-input/modern/index.js +4 -4
  860. package/date-input/modern/utils/format.d.ts +1 -1
  861. package/date-input/modern/utils/index.js +2 -2
  862. package/date-input/utils/format.d.ts +1 -1
  863. package/date-input/utils/format.js +3 -11
  864. package/date-input/utils/index.js +2 -4
  865. package/date-input/utils/native-supports.js +0 -2
  866. package/date-range-input/Component.d.ts +2 -2
  867. package/date-range-input/Component.js +12 -21
  868. package/date-range-input/cssm/Component.d.ts +2 -2
  869. package/date-range-input/cssm/Component.js +13 -23
  870. package/date-range-input/cssm/index.js +1 -3
  871. package/date-range-input/cssm/utils/format.js +6 -13
  872. package/date-range-input/cssm/utils/index.js +1 -3
  873. package/date-range-input/esm/Component.d.ts +2 -2
  874. package/date-range-input/esm/Component.js +3 -3
  875. package/date-range-input/esm/index.css +5 -5
  876. package/date-range-input/esm/index.js +1 -1
  877. package/date-range-input/esm/utils/format.js +3 -3
  878. package/date-range-input/esm/utils/index.js +1 -1
  879. package/date-range-input/index.css +5 -5
  880. package/date-range-input/index.js +1 -3
  881. package/date-range-input/modern/Component.d.ts +2 -2
  882. package/date-range-input/modern/Component.js +5 -5
  883. package/date-range-input/modern/index.css +5 -5
  884. package/date-range-input/modern/index.js +4 -4
  885. package/date-range-input/modern/utils/index.js +1 -1
  886. package/date-range-input/utils/format.js +6 -13
  887. package/date-range-input/utils/index.js +1 -3
  888. package/date-time-input/Component.js +9 -17
  889. package/date-time-input/cssm/Component.js +11 -20
  890. package/date-time-input/cssm/index.js +1 -3
  891. package/date-time-input/cssm/utils/format.js +7 -14
  892. package/date-time-input/cssm/utils/index.js +1 -3
  893. package/date-time-input/esm/Component.js +2 -2
  894. package/date-time-input/esm/index.css +5 -5
  895. package/date-time-input/esm/index.js +1 -1
  896. package/date-time-input/esm/utils/format.js +4 -4
  897. package/date-time-input/esm/utils/index.js +1 -1
  898. package/date-time-input/index.css +5 -5
  899. package/date-time-input/index.js +1 -3
  900. package/date-time-input/modern/Component.js +5 -5
  901. package/date-time-input/modern/index.css +5 -5
  902. package/date-time-input/modern/index.js +5 -5
  903. package/date-time-input/modern/utils/index.js +1 -1
  904. package/date-time-input/utils/format.js +7 -14
  905. package/date-time-input/utils/index.js +1 -3
  906. package/divider/Component.js +2 -9
  907. package/divider/cssm/Component.js +1 -9
  908. package/divider/cssm/index.js +1 -3
  909. package/divider/esm/Component.js +1 -1
  910. package/divider/esm/index.css +1 -1
  911. package/divider/esm/index.js +1 -1
  912. package/divider/index.css +1 -1
  913. package/divider/index.js +1 -3
  914. package/divider/modern/Component.js +1 -1
  915. package/divider/modern/index.css +1 -1
  916. package/divider/modern/index.js +1 -1
  917. package/drawer/Component.js +7 -14
  918. package/drawer/cssm/Component.js +30 -38
  919. package/drawer/cssm/index.js +0 -2
  920. package/drawer/esm/Component.js +2 -2
  921. package/drawer/esm/index.css +21 -21
  922. package/drawer/esm/index.js +1 -1
  923. package/drawer/index.css +21 -21
  924. package/drawer/index.js +0 -2
  925. package/drawer/modern/Component.js +2 -2
  926. package/drawer/modern/index.css +21 -21
  927. package/drawer/modern/index.js +1 -1
  928. package/dropzone/Component.js +4 -11
  929. package/dropzone/components/index.js +1 -3
  930. package/dropzone/components/overlay/Component.js +4 -11
  931. package/dropzone/components/overlay/index.css +3 -3
  932. package/dropzone/components/overlay/index.js +1 -3
  933. package/dropzone/cssm/Component.js +8 -16
  934. package/dropzone/cssm/components/index.js +1 -3
  935. package/dropzone/cssm/components/overlay/Component.js +4 -12
  936. package/dropzone/cssm/components/overlay/index.js +1 -3
  937. package/dropzone/cssm/index.js +2 -4
  938. package/dropzone/cssm/utils.js +0 -2
  939. package/dropzone/esm/Component.js +2 -2
  940. package/dropzone/esm/components/index.js +1 -1
  941. package/dropzone/esm/components/overlay/Component.js +1 -1
  942. package/dropzone/esm/components/overlay/index.css +3 -3
  943. package/dropzone/esm/components/overlay/index.js +1 -1
  944. package/dropzone/esm/index.css +6 -6
  945. package/dropzone/esm/index.js +2 -2
  946. package/dropzone/index.css +6 -6
  947. package/dropzone/index.js +2 -4
  948. package/dropzone/modern/Component.js +2 -2
  949. package/dropzone/modern/components/index.js +1 -1
  950. package/dropzone/modern/components/overlay/Component.js +1 -1
  951. package/dropzone/modern/components/overlay/index.css +3 -3
  952. package/dropzone/modern/components/overlay/index.js +1 -1
  953. package/dropzone/modern/index.css +6 -6
  954. package/dropzone/modern/index.js +2 -2
  955. package/dropzone/utils.js +0 -2
  956. package/file-upload-item/Component.js +20 -27
  957. package/file-upload-item/cssm/Component.js +20 -28
  958. package/file-upload-item/cssm/index.js +2 -4
  959. package/file-upload-item/cssm/utils.js +1 -3
  960. package/file-upload-item/esm/Component.js +3 -3
  961. package/file-upload-item/esm/index.css +21 -21
  962. package/file-upload-item/esm/index.js +1 -1
  963. package/file-upload-item/esm/utils.js +1 -1
  964. package/file-upload-item/index.css +21 -21
  965. package/file-upload-item/index.js +2 -4
  966. package/file-upload-item/modern/Component.js +5 -5
  967. package/file-upload-item/modern/index.css +21 -21
  968. package/file-upload-item/modern/index.js +4 -4
  969. package/file-upload-item/utils.js +1 -3
  970. package/filter-tag/Component.js +7 -14
  971. package/filter-tag/cssm/Component.js +12 -20
  972. package/filter-tag/cssm/index.js +0 -2
  973. package/filter-tag/esm/Component.js +1 -1
  974. package/filter-tag/esm/index.css +57 -57
  975. package/filter-tag/esm/index.js +1 -1
  976. package/filter-tag/index.css +57 -57
  977. package/filter-tag/index.js +0 -2
  978. package/filter-tag/modern/Component.js +1 -1
  979. package/filter-tag/modern/index.css +57 -57
  980. package/filter-tag/modern/index.js +1 -1
  981. package/form-control/Component.js +17 -24
  982. package/form-control/cssm/Component.js +24 -34
  983. package/form-control/cssm/index.js +0 -2
  984. package/form-control/default.css +18 -18
  985. package/form-control/esm/Component.js +3 -3
  986. package/form-control/esm/default.css +18 -18
  987. package/form-control/esm/index.css +42 -42
  988. package/form-control/esm/index.js +1 -1
  989. package/form-control/esm/inverted.css +18 -18
  990. package/form-control/index.css +42 -42
  991. package/form-control/index.js +0 -2
  992. package/form-control/inverted.css +18 -18
  993. package/form-control/modern/Component.js +3 -3
  994. package/form-control/modern/default.css +18 -18
  995. package/form-control/modern/index.css +42 -42
  996. package/form-control/modern/index.js +1 -1
  997. package/form-control/modern/inverted.css +18 -18
  998. package/gallery/Component.js +18 -24
  999. package/gallery/components/header/Component.js +12 -18
  1000. package/gallery/components/header/buttons.js +8 -14
  1001. package/gallery/components/header/index.css +2 -2
  1002. package/gallery/components/header/index.js +5 -7
  1003. package/gallery/components/header-info-block/Component.js +7 -13
  1004. package/gallery/components/header-info-block/index.css +4 -4
  1005. package/gallery/components/header-info-block/index.js +2 -4
  1006. package/gallery/components/image-preview/Component.js +9 -16
  1007. package/gallery/components/image-preview/index.css +11 -11
  1008. package/gallery/components/image-preview/index.js +2 -4
  1009. package/gallery/components/image-preview/paths.js +0 -2
  1010. package/gallery/components/image-viewer/component.js +21 -30
  1011. package/gallery/components/image-viewer/index.css +18 -18
  1012. package/gallery/components/image-viewer/index.js +8 -10
  1013. package/gallery/components/image-viewer/paths.js +0 -2
  1014. package/gallery/components/image-viewer/slide.js +3 -5
  1015. package/gallery/components/index.js +10 -12
  1016. package/gallery/components/navigation-bar/Component.js +4 -10
  1017. package/gallery/components/navigation-bar/index.css +5 -5
  1018. package/gallery/components/navigation-bar/index.js +2 -4
  1019. package/gallery/context.js +0 -2
  1020. package/gallery/cssm/Component.js +19 -26
  1021. package/gallery/cssm/components/header/Component.js +12 -19
  1022. package/gallery/cssm/components/header/buttons.js +8 -14
  1023. package/gallery/cssm/components/header/index.js +5 -7
  1024. package/gallery/cssm/components/header-info-block/Component.js +6 -13
  1025. package/gallery/cssm/components/header-info-block/index.js +2 -4
  1026. package/gallery/cssm/components/image-preview/Component.js +10 -18
  1027. package/gallery/cssm/components/image-preview/index.js +2 -4
  1028. package/gallery/cssm/components/image-preview/paths.js +0 -2
  1029. package/gallery/cssm/components/image-viewer/component.js +23 -33
  1030. package/gallery/cssm/components/image-viewer/index.js +8 -10
  1031. package/gallery/cssm/components/image-viewer/paths.js +0 -2
  1032. package/gallery/cssm/components/image-viewer/slide.js +17 -25
  1033. package/gallery/cssm/components/index.js +11 -13
  1034. package/gallery/cssm/components/navigation-bar/Component.js +4 -11
  1035. package/gallery/cssm/components/navigation-bar/index.js +2 -4
  1036. package/gallery/cssm/context.js +0 -2
  1037. package/gallery/cssm/index.js +13 -15
  1038. package/gallery/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  1039. package/gallery/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  1040. package/gallery/cssm/utils/constants.js +0 -2
  1041. package/gallery/cssm/utils/index.js +0 -2
  1042. package/gallery/cssm/utils/split-filename.js +0 -2
  1043. package/gallery/cssm/utils/utils.d.ts +1 -1
  1044. package/gallery/cssm/utils/utils.js +2 -4
  1045. package/gallery/esm/Component.js +14 -14
  1046. package/gallery/esm/components/header/Component.js +6 -6
  1047. package/gallery/esm/components/header/buttons.js +1 -1
  1048. package/gallery/esm/components/header/index.css +2 -2
  1049. package/gallery/esm/components/header/index.js +6 -6
  1050. package/gallery/esm/components/header-info-block/Component.js +2 -2
  1051. package/gallery/esm/components/header-info-block/index.css +4 -4
  1052. package/gallery/esm/components/header-info-block/index.js +2 -2
  1053. package/gallery/esm/components/image-preview/Component.js +4 -4
  1054. package/gallery/esm/components/image-preview/index.css +11 -11
  1055. package/gallery/esm/components/image-preview/index.js +2 -2
  1056. package/gallery/esm/components/image-viewer/component.js +9 -9
  1057. package/gallery/esm/components/image-viewer/index.css +18 -18
  1058. package/gallery/esm/components/image-viewer/index.js +9 -9
  1059. package/gallery/esm/components/image-viewer/slide.js +3 -3
  1060. package/gallery/esm/components/index.js +13 -13
  1061. package/gallery/esm/components/navigation-bar/Component.js +2 -2
  1062. package/gallery/esm/components/navigation-bar/index.css +5 -5
  1063. package/gallery/esm/components/navigation-bar/index.js +4 -4
  1064. package/gallery/esm/index.css +2 -2
  1065. package/gallery/esm/index.js +14 -14
  1066. package/gallery/esm/{slide-ced61215.d.ts → slide-a9813a06.d.ts} +0 -0
  1067. package/gallery/esm/{slide-ced61215.js → slide-a9813a06.js} +4 -4
  1068. package/gallery/esm/{tslib.es6-3fefc787.d.ts → tslib.es6-fdf2c3e5.d.ts} +0 -0
  1069. package/gallery/esm/{tslib.es6-3fefc787.js → tslib.es6-fdf2c3e5.js} +0 -0
  1070. package/gallery/esm/utils/utils.d.ts +1 -1
  1071. package/gallery/esm/utils/utils.js +2 -2
  1072. package/gallery/index.css +2 -2
  1073. package/gallery/index.js +13 -15
  1074. package/gallery/modern/Component.js +14 -14
  1075. package/gallery/modern/components/header/Component.js +8 -8
  1076. package/gallery/modern/components/header/buttons.js +2 -2
  1077. package/gallery/modern/components/header/index.css +2 -2
  1078. package/gallery/modern/components/header/index.js +7 -7
  1079. package/gallery/modern/components/header-info-block/Component.js +2 -2
  1080. package/gallery/modern/components/header-info-block/index.css +4 -4
  1081. package/gallery/modern/components/header-info-block/index.js +2 -2
  1082. package/gallery/modern/components/image-preview/Component.js +1 -1
  1083. package/gallery/modern/components/image-preview/index.css +11 -11
  1084. package/gallery/modern/components/image-preview/index.js +1 -1
  1085. package/gallery/modern/components/image-viewer/component.js +3 -3
  1086. package/gallery/modern/components/image-viewer/index.css +18 -18
  1087. package/gallery/modern/components/image-viewer/index.js +5 -5
  1088. package/gallery/modern/components/image-viewer/slide.js +2 -2
  1089. package/gallery/modern/components/index.js +11 -11
  1090. package/gallery/modern/components/navigation-bar/Component.js +4 -4
  1091. package/gallery/modern/components/navigation-bar/index.css +5 -5
  1092. package/gallery/modern/components/navigation-bar/index.js +3 -3
  1093. package/gallery/modern/index.css +2 -2
  1094. package/gallery/modern/index.js +16 -16
  1095. package/gallery/modern/{slide-d03f32a8.d.ts → slide-4304ec1c.d.ts} +0 -0
  1096. package/gallery/modern/{slide-d03f32a8.js → slide-4304ec1c.js} +2 -2
  1097. package/gallery/modern/utils/utils.d.ts +1 -1
  1098. package/gallery/{slide-d487b591.d.ts → slide-e83fee6e.d.ts} +0 -0
  1099. package/gallery/slide-e83fee6e.js +42 -0
  1100. package/gallery/{tslib.es6-7523ca98.d.ts → tslib.es6-bf76bf4c.d.ts} +0 -0
  1101. package/gallery/{tslib.es6-7523ca98.js → tslib.es6-bf76bf4c.js} +0 -0
  1102. package/gallery/utils/constants.js +0 -2
  1103. package/gallery/utils/index.js +0 -2
  1104. package/gallery/utils/split-filename.js +0 -2
  1105. package/gallery/utils/utils.d.ts +1 -1
  1106. package/gallery/utils/utils.js +2 -4
  1107. package/gap/Component.js +2 -9
  1108. package/gap/cssm/Component.js +1 -9
  1109. package/gap/cssm/index.js +1 -3
  1110. package/gap/esm/Component.js +1 -1
  1111. package/gap/esm/index.css +30 -30
  1112. package/gap/esm/index.js +1 -1
  1113. package/gap/index.css +30 -30
  1114. package/gap/index.js +1 -3
  1115. package/gap/modern/Component.js +1 -1
  1116. package/gap/modern/index.css +30 -30
  1117. package/gap/modern/index.js +1 -1
  1118. package/global-store/GlobalStore.js +0 -2
  1119. package/global-store/ModalStore.js +0 -2
  1120. package/global-store/cssm/GlobalStore.js +0 -2
  1121. package/global-store/cssm/ModalStore.js +0 -2
  1122. package/global-store/cssm/index.d.ts +2 -1
  1123. package/global-store/cssm/index.js +1 -3
  1124. package/global-store/esm/index.d.ts +2 -1
  1125. package/global-store/esm/index.js +1 -1
  1126. package/global-store/index.d.ts +2 -1
  1127. package/global-store/index.js +1 -3
  1128. package/global-store/modern/index.d.ts +2 -1
  1129. package/global-store/modern/index.js +1 -1
  1130. package/grid/Component.js +3 -5
  1131. package/grid/col/Component.js +4 -11
  1132. package/grid/col/index.css +511 -511
  1133. package/grid/col/index.js +2 -4
  1134. package/grid/cssm/Component.js +3 -5
  1135. package/grid/cssm/col/Component.js +5 -14
  1136. package/grid/cssm/col/index.js +2 -4
  1137. package/grid/cssm/index.js +4 -6
  1138. package/grid/cssm/row/Component.js +6 -15
  1139. package/grid/cssm/row/index.js +2 -4
  1140. package/grid/cssm/{tslib.es6-79ae6966.d.ts → tslib.es6-fddeadfc.d.ts} +0 -0
  1141. package/grid/cssm/{tslib.es6-79ae6966.js → tslib.es6-fddeadfc.js} +0 -0
  1142. package/grid/cssm/utils/index.js +3 -5
  1143. package/grid/esm/Component.js +3 -3
  1144. package/grid/esm/col/Component.js +3 -3
  1145. package/grid/esm/col/index.css +511 -511
  1146. package/grid/esm/col/index.js +2 -2
  1147. package/grid/esm/gutters.css +78 -78
  1148. package/grid/esm/{gutters.module-62f99282.d.ts → gutters.module-752459bb.d.ts} +0 -0
  1149. package/grid/esm/gutters.module-752459bb.js +30 -0
  1150. package/grid/esm/index.js +4 -4
  1151. package/grid/esm/row/Component.js +2 -2
  1152. package/grid/esm/row/index.css +9 -9
  1153. package/grid/esm/row/index.js +2 -2
  1154. package/grid/esm/utils/index.js +3 -3
  1155. package/grid/gutters.css +78 -78
  1156. package/grid/{gutters.module-ecd24c6e.d.ts → gutters.module-2b46e488.d.ts} +0 -0
  1157. package/grid/gutters.module-2b46e488.js +31 -0
  1158. package/grid/index.js +3 -5
  1159. package/grid/modern/Component.js +3 -3
  1160. package/grid/modern/col/Component.js +2 -2
  1161. package/grid/modern/col/index.css +511 -511
  1162. package/grid/modern/col/index.js +2 -2
  1163. package/grid/modern/gutters.css +78 -78
  1164. package/grid/modern/gutters.module-0151b9da.js +4 -0
  1165. package/grid/modern/index.js +4 -4
  1166. package/grid/modern/row/Component.js +2 -2
  1167. package/grid/modern/row/index.css +9 -9
  1168. package/grid/modern/row/index.js +2 -2
  1169. package/grid/row/Component.js +3 -10
  1170. package/grid/row/index.css +9 -9
  1171. package/grid/row/index.js +2 -4
  1172. package/grid/utils/index.js +3 -5
  1173. package/hatching-progress-bar/Component.js +5 -12
  1174. package/hatching-progress-bar/cssm/Component.js +4 -12
  1175. package/hatching-progress-bar/cssm/index.js +1 -3
  1176. package/hatching-progress-bar/esm/Component.js +3 -3
  1177. package/hatching-progress-bar/esm/index.css +11 -11
  1178. package/hatching-progress-bar/esm/index.js +1 -1
  1179. package/hatching-progress-bar/index.css +11 -11
  1180. package/hatching-progress-bar/index.js +1 -3
  1181. package/hatching-progress-bar/modern/Component.js +1 -1
  1182. package/hatching-progress-bar/modern/index.css +11 -11
  1183. package/hatching-progress-bar/modern/index.js +1 -1
  1184. package/icon-button/Component.js +6 -13
  1185. package/icon-button/cssm/Component.js +5 -15
  1186. package/icon-button/cssm/index.js +0 -2
  1187. package/icon-button/default.css +23 -23
  1188. package/icon-button/esm/Component.js +3 -3
  1189. package/icon-button/esm/default.css +23 -23
  1190. package/icon-button/esm/index.css +6 -6
  1191. package/icon-button/esm/index.js +1 -1
  1192. package/icon-button/esm/inverted.css +23 -23
  1193. package/icon-button/index.css +6 -6
  1194. package/icon-button/index.js +0 -2
  1195. package/icon-button/inverted.css +23 -23
  1196. package/icon-button/modern/Component.js +3 -3
  1197. package/icon-button/modern/default.css +23 -23
  1198. package/icon-button/modern/index.css +6 -6
  1199. package/icon-button/modern/index.js +1 -1
  1200. package/icon-button/modern/inverted.css +23 -23
  1201. package/icon-view/circle.js +3 -5
  1202. package/icon-view/components/base-shape/component.js +16 -23
  1203. package/icon-view/components/base-shape/index.css +29 -29
  1204. package/icon-view/components/base-shape/index.js +1 -3
  1205. package/icon-view/components/base-shape/utils.js +0 -2
  1206. package/icon-view/components/circle/component.js +4 -10
  1207. package/icon-view/components/circle/index.js +3 -5
  1208. package/icon-view/components/circle/paths.js +0 -2
  1209. package/icon-view/components/index.js +7 -9
  1210. package/icon-view/components/super-ellipse/component.js +4 -10
  1211. package/icon-view/components/super-ellipse/index.js +3 -5
  1212. package/icon-view/components/super-ellipse/paths.js +0 -2
  1213. package/icon-view/cssm/circle.js +3 -5
  1214. package/icon-view/cssm/components/base-shape/component.js +15 -23
  1215. package/icon-view/cssm/components/base-shape/index.js +1 -3
  1216. package/icon-view/cssm/components/base-shape/utils.js +0 -2
  1217. package/icon-view/cssm/components/circle/component.js +4 -10
  1218. package/icon-view/cssm/components/circle/index.js +3 -5
  1219. package/icon-view/cssm/components/circle/paths.js +0 -2
  1220. package/icon-view/cssm/components/index.js +7 -9
  1221. package/icon-view/cssm/components/super-ellipse/component.js +4 -10
  1222. package/icon-view/cssm/components/super-ellipse/index.js +3 -5
  1223. package/icon-view/cssm/components/super-ellipse/paths.js +0 -2
  1224. package/icon-view/cssm/super-ellipse.js +3 -5
  1225. package/icon-view/cssm/{tslib.es6-0de342ae.d.ts → tslib.es6-19b064c1.d.ts} +0 -0
  1226. package/icon-view/cssm/{tslib.es6-0de342ae.js → tslib.es6-19b064c1.js} +0 -0
  1227. package/icon-view/esm/circle.js +4 -4
  1228. package/icon-view/esm/components/base-shape/component.js +5 -5
  1229. package/icon-view/esm/components/base-shape/index.css +29 -29
  1230. package/icon-view/esm/components/base-shape/index.js +1 -1
  1231. package/icon-view/esm/components/circle/component.js +3 -3
  1232. package/icon-view/esm/components/circle/index.js +4 -4
  1233. package/icon-view/esm/components/index.js +5 -5
  1234. package/icon-view/esm/components/super-ellipse/component.js +3 -3
  1235. package/icon-view/esm/components/super-ellipse/index.js +4 -4
  1236. package/icon-view/esm/super-ellipse.js +4 -4
  1237. package/icon-view/esm/{tslib.es6-3885b0b0.d.ts → tslib.es6-6171d0e0.d.ts} +0 -0
  1238. package/icon-view/esm/{tslib.es6-3885b0b0.js → tslib.es6-6171d0e0.js} +0 -0
  1239. package/icon-view/modern/circle.js +3 -3
  1240. package/icon-view/modern/components/base-shape/component.js +1 -1
  1241. package/icon-view/modern/components/base-shape/index.css +29 -29
  1242. package/icon-view/modern/components/base-shape/index.js +1 -1
  1243. package/icon-view/modern/components/circle/component.js +2 -2
  1244. package/icon-view/modern/components/circle/index.js +3 -3
  1245. package/icon-view/modern/components/index.js +4 -4
  1246. package/icon-view/modern/components/super-ellipse/component.js +2 -2
  1247. package/icon-view/modern/components/super-ellipse/index.js +3 -3
  1248. package/icon-view/modern/super-ellipse.js +3 -3
  1249. package/icon-view/super-ellipse.js +3 -5
  1250. package/icon-view/{tslib.es6-ee50564e.d.ts → tslib.es6-58a026f9.d.ts} +0 -0
  1251. package/icon-view/{tslib.es6-ee50564e.js → tslib.es6-58a026f9.js} +0 -0
  1252. package/input/Component.js +14 -22
  1253. package/input/cssm/Component.js +17 -28
  1254. package/input/cssm/index.js +0 -2
  1255. package/input/default.css +10 -10
  1256. package/input/esm/Component.js +3 -3
  1257. package/input/esm/default.css +10 -10
  1258. package/input/esm/index.css +40 -40
  1259. package/input/esm/index.js +1 -1
  1260. package/input/esm/inverted.css +10 -10
  1261. package/input/index.css +40 -40
  1262. package/input/index.js +0 -2
  1263. package/input/inverted.css +10 -10
  1264. package/input/modern/Component.js +5 -5
  1265. package/input/modern/default.css +10 -10
  1266. package/input/modern/index.css +40 -40
  1267. package/input/modern/index.js +3 -3
  1268. package/input/modern/inverted.css +10 -10
  1269. package/input-autocomplete/Component-7ca84eff.d.ts +3 -2
  1270. package/input-autocomplete/Component.d.ts +4 -4
  1271. package/input-autocomplete/Component.js +4 -10
  1272. package/input-autocomplete/Component.mobile.d.ts +2 -2
  1273. package/input-autocomplete/Component.mobile.js +18 -20
  1274. package/input-autocomplete/autocomplete-field/Component.js +5 -13
  1275. package/input-autocomplete/autocomplete-field/index.css +1 -1
  1276. package/input-autocomplete/autocomplete-field/index.js +2 -4
  1277. package/input-autocomplete/autocomplete-mobile-field/Component.js +9 -16
  1278. package/input-autocomplete/autocomplete-mobile-field/index.css +7 -7
  1279. package/input-autocomplete/autocomplete-mobile-field/index.js +2 -4
  1280. package/input-autocomplete/cssm/Component-7ca84eff.d.ts +3 -2
  1281. package/input-autocomplete/cssm/Component.js +4 -10
  1282. package/input-autocomplete/cssm/Component.mobile.d.ts +2 -2
  1283. package/input-autocomplete/cssm/Component.mobile.js +18 -21
  1284. package/input-autocomplete/cssm/autocomplete-field/Component.js +5 -14
  1285. package/input-autocomplete/cssm/autocomplete-field/index.js +2 -4
  1286. package/input-autocomplete/cssm/autocomplete-mobile-field/Component.js +10 -18
  1287. package/input-autocomplete/cssm/autocomplete-mobile-field/index.js +2 -4
  1288. package/input-autocomplete/cssm/getDataTestId-3fe0d3e6.d.ts +1 -1
  1289. package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +3 -2
  1290. package/input-autocomplete/cssm/index.js +4 -6
  1291. package/input-autocomplete/cssm/mobile.d.ts +1 -0
  1292. package/input-autocomplete/cssm/mobile.js +3 -5
  1293. package/input-autocomplete/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  1294. package/input-autocomplete/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  1295. package/input-autocomplete/esm/Component-7ca84eff.d.ts +3 -2
  1296. package/input-autocomplete/esm/Component.js +3 -3
  1297. package/input-autocomplete/esm/Component.mobile.d.ts +2 -2
  1298. package/input-autocomplete/esm/Component.mobile.js +16 -9
  1299. package/input-autocomplete/esm/autocomplete-field/Component.js +2 -2
  1300. package/input-autocomplete/esm/autocomplete-field/index.css +1 -1
  1301. package/input-autocomplete/esm/autocomplete-field/index.js +2 -2
  1302. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +4 -4
  1303. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +7 -7
  1304. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +2 -2
  1305. package/input-autocomplete/esm/getDataTestId-3fe0d3e6.d.ts +1 -1
  1306. package/input-autocomplete/esm/index-bdb4c6b9.d.ts +3 -2
  1307. package/input-autocomplete/esm/index.js +4 -4
  1308. package/input-autocomplete/esm/mobile.css +3 -3
  1309. package/input-autocomplete/esm/mobile.d.ts +1 -0
  1310. package/input-autocomplete/esm/mobile.js +5 -5
  1311. package/input-autocomplete/esm/{tslib.es6-25ddc558.d.ts → tslib.es6-18b090e0.d.ts} +0 -0
  1312. package/input-autocomplete/esm/{tslib.es6-25ddc558.js → tslib.es6-18b090e0.js} +0 -0
  1313. package/input-autocomplete/getDataTestId-3fe0d3e6.d.ts +1 -1
  1314. package/input-autocomplete/index-bdb4c6b9.d.ts +3 -2
  1315. package/input-autocomplete/index.js +4 -6
  1316. package/input-autocomplete/mobile.css +3 -3
  1317. package/input-autocomplete/mobile.d.ts +1 -0
  1318. package/input-autocomplete/mobile.js +3 -5
  1319. package/input-autocomplete/modern/Component-7ca84eff.d.ts +3 -2
  1320. package/input-autocomplete/modern/Component.js +2 -2
  1321. package/input-autocomplete/modern/Component.mobile.d.ts +2 -2
  1322. package/input-autocomplete/modern/Component.mobile.js +15 -8
  1323. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  1324. package/input-autocomplete/modern/autocomplete-field/index.css +1 -1
  1325. package/input-autocomplete/modern/autocomplete-field/index.js +1 -1
  1326. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +3 -3
  1327. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +7 -7
  1328. package/input-autocomplete/modern/autocomplete-mobile-field/index.js +2 -2
  1329. package/input-autocomplete/modern/getDataTestId-3fe0d3e6.d.ts +1 -1
  1330. package/input-autocomplete/modern/index-bdb4c6b9.d.ts +3 -2
  1331. package/input-autocomplete/modern/index.js +3 -3
  1332. package/input-autocomplete/modern/mobile.css +3 -3
  1333. package/input-autocomplete/modern/mobile.d.ts +1 -0
  1334. package/input-autocomplete/modern/mobile.js +4 -4
  1335. package/input-autocomplete/{tslib.es6-f5eef9d9.d.ts → tslib.es6-62ba2400.d.ts} +0 -0
  1336. package/input-autocomplete/{tslib.es6-f5eef9d9.js → tslib.es6-62ba2400.js} +0 -0
  1337. package/intl-phone-input/{component-03cdce66.d.ts → component-d11f26be.d.ts} +0 -0
  1338. package/intl-phone-input/{component-03cdce66.js → component-d11f26be.js} +7 -14
  1339. package/intl-phone-input/component.d.ts +1 -1
  1340. package/intl-phone-input/component.js +16 -24
  1341. package/intl-phone-input/components/flag-icon/component.js +2 -9
  1342. package/intl-phone-input/components/flag-icon/flagSprite.js +0 -2
  1343. package/intl-phone-input/components/flag-icon/index.css +2 -2
  1344. package/intl-phone-input/components/flag-icon/index.js +1 -3
  1345. package/intl-phone-input/components/index.js +5 -7
  1346. package/intl-phone-input/components/select/component.js +15 -21
  1347. package/intl-phone-input/components/select/index.css +5 -5
  1348. package/intl-phone-input/components/select/index.js +5 -7
  1349. package/intl-phone-input/components/select-field/component.js +4 -6
  1350. package/intl-phone-input/components/select-field/index.css +8 -8
  1351. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  1352. package/intl-phone-input/components/select-field/index.js +4 -6
  1353. package/intl-phone-input/cssm/{component-1eeab8e9.d.ts → component-555bdbef.d.ts} +0 -0
  1354. package/intl-phone-input/cssm/{component-1eeab8e9.js → component-555bdbef.js} +8 -16
  1355. package/intl-phone-input/cssm/component.d.ts +1 -1
  1356. package/intl-phone-input/cssm/component.js +17 -26
  1357. package/intl-phone-input/cssm/components/flag-icon/component.js +1 -9
  1358. package/intl-phone-input/cssm/components/flag-icon/flagSprite.js +0 -2
  1359. package/intl-phone-input/cssm/components/flag-icon/index.js +1 -3
  1360. package/intl-phone-input/cssm/components/index.js +6 -8
  1361. package/intl-phone-input/cssm/components/select/component.js +16 -23
  1362. package/intl-phone-input/cssm/components/select/index.js +5 -7
  1363. package/intl-phone-input/cssm/components/select-field/component.js +5 -7
  1364. package/intl-phone-input/cssm/components/select-field/index.d.ts +1 -1
  1365. package/intl-phone-input/cssm/components/select-field/index.js +4 -6
  1366. package/intl-phone-input/cssm/index.js +10 -12
  1367. package/intl-phone-input/cssm/{libphonenumber-js.min-903db150.d.ts → libphonenumber-js.min-e2e76e74.d.ts} +0 -0
  1368. package/intl-phone-input/cssm/{libphonenumber-js.min-903db150.js → libphonenumber-js.min-e2e76e74.js} +0 -0
  1369. package/intl-phone-input/cssm/useCaretAvoidCountryCode.js +0 -2
  1370. package/intl-phone-input/cssm/utils/calculateCaretPos.js +0 -2
  1371. package/intl-phone-input/cssm/utils/format-phone-with-unclearable-country-code.js +2 -4
  1372. package/intl-phone-input/cssm/utils/preparePasteData.js +7 -9
  1373. package/intl-phone-input/esm/{component-c0cd7278.d.ts → component-f7046474.d.ts} +0 -0
  1374. package/intl-phone-input/esm/{component-c0cd7278.js → component-f7046474.js} +4 -4
  1375. package/intl-phone-input/esm/component.d.ts +1 -1
  1376. package/intl-phone-input/esm/component.js +19 -19
  1377. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  1378. package/intl-phone-input/esm/components/flag-icon/index.css +2 -2
  1379. package/intl-phone-input/esm/components/flag-icon/index.js +1 -1
  1380. package/intl-phone-input/esm/components/index.js +6 -6
  1381. package/intl-phone-input/esm/components/select/component.js +6 -6
  1382. package/intl-phone-input/esm/components/select/index.css +5 -5
  1383. package/intl-phone-input/esm/components/select/index.js +5 -5
  1384. package/intl-phone-input/esm/components/select-field/component.js +4 -4
  1385. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  1386. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  1387. package/intl-phone-input/esm/components/select-field/index.js +4 -4
  1388. package/intl-phone-input/esm/index.css +4 -4
  1389. package/intl-phone-input/esm/index.js +7 -7
  1390. package/intl-phone-input/esm/{libphonenumber-js.min-640ad7bb.d.ts → libphonenumber-js.min-2001ae08.d.ts} +0 -0
  1391. package/intl-phone-input/esm/{libphonenumber-js.min-640ad7bb.js → libphonenumber-js.min-2001ae08.js} +0 -0
  1392. package/intl-phone-input/esm/utils/format-phone-with-unclearable-country-code.js +2 -2
  1393. package/intl-phone-input/esm/utils/preparePasteData.js +7 -7
  1394. package/intl-phone-input/index.css +4 -4
  1395. package/intl-phone-input/index.js +8 -10
  1396. package/intl-phone-input/{libphonenumber-js.min-56f9a5b2.d.ts → libphonenumber-js.min-ebcb18c3.d.ts} +0 -0
  1397. package/intl-phone-input/{libphonenumber-js.min-56f9a5b2.js → libphonenumber-js.min-ebcb18c3.js} +0 -0
  1398. package/intl-phone-input/modern/component.d.ts +1 -1
  1399. package/intl-phone-input/modern/component.js +8 -8
  1400. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  1401. package/intl-phone-input/modern/components/flag-icon/index.css +2 -2
  1402. package/intl-phone-input/modern/components/flag-icon/index.js +1 -1
  1403. package/intl-phone-input/modern/components/index.js +6 -6
  1404. package/intl-phone-input/modern/components/select/component.js +5 -5
  1405. package/intl-phone-input/modern/components/select/index.css +5 -5
  1406. package/intl-phone-input/modern/components/select/index.js +5 -5
  1407. package/intl-phone-input/modern/components/select-field/component.js +4 -4
  1408. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  1409. package/intl-phone-input/modern/components/select-field/index.js +4 -4
  1410. package/intl-phone-input/modern/index.css +4 -4
  1411. package/intl-phone-input/modern/index.js +8 -8
  1412. package/intl-phone-input/modern/{libphonenumber-js.min-640ad7bb.d.ts → libphonenumber-js.min-2001ae08.d.ts} +0 -0
  1413. package/intl-phone-input/modern/{libphonenumber-js.min-640ad7bb.js → libphonenumber-js.min-2001ae08.js} +0 -0
  1414. package/intl-phone-input/useCaretAvoidCountryCode.js +0 -2
  1415. package/intl-phone-input/utils/calculateCaretPos.js +0 -2
  1416. package/intl-phone-input/utils/format-phone-with-unclearable-country-code.js +2 -4
  1417. package/intl-phone-input/utils/preparePasteData.js +7 -9
  1418. package/keyboard-focusable/Component.js +0 -2
  1419. package/keyboard-focusable/cssm/Component.js +0 -2
  1420. package/keyboard-focusable/cssm/index.js +1 -3
  1421. package/keyboard-focusable/esm/index.js +1 -1
  1422. package/keyboard-focusable/index.js +1 -3
  1423. package/keyboard-focusable/modern/index.js +1 -1
  1424. package/link/Component.js +9 -17
  1425. package/link/cssm/Component.js +12 -23
  1426. package/link/cssm/index.js +0 -2
  1427. package/link/default.css +9 -9
  1428. package/link/esm/Component.js +3 -3
  1429. package/link/esm/default.css +9 -9
  1430. package/link/esm/index.css +13 -13
  1431. package/link/esm/index.js +1 -1
  1432. package/link/esm/inverted.css +9 -9
  1433. package/link/index.css +13 -13
  1434. package/link/index.js +0 -2
  1435. package/link/inverted.css +9 -9
  1436. package/link/modern/Component.js +3 -3
  1437. package/link/modern/default.css +9 -9
  1438. package/link/modern/index.css +13 -13
  1439. package/link/modern/index.js +1 -1
  1440. package/link/modern/inverted.css +9 -9
  1441. package/list/Component.js +5 -12
  1442. package/list/cssm/Component.js +9 -17
  1443. package/list/cssm/index.js +1 -3
  1444. package/list/cssm/presets.js +0 -2
  1445. package/list/esm/Component.js +1 -1
  1446. package/list/esm/index.css +9 -9
  1447. package/list/esm/index.js +2 -2
  1448. package/list/index.css +9 -9
  1449. package/list/index.js +1 -3
  1450. package/list/modern/Component.js +1 -1
  1451. package/list/modern/index.css +9 -9
  1452. package/list/modern/index.js +2 -2
  1453. package/list/presets.js +0 -2
  1454. package/list-header/Component.js +4 -11
  1455. package/list-header/cssm/Component.js +3 -11
  1456. package/list-header/cssm/index.js +1 -3
  1457. package/list-header/esm/Component.js +2 -2
  1458. package/list-header/esm/index.css +3 -3
  1459. package/list-header/esm/index.js +1 -1
  1460. package/list-header/index.css +3 -3
  1461. package/list-header/index.js +1 -3
  1462. package/list-header/modern/Component.js +1 -1
  1463. package/list-header/modern/index.css +3 -3
  1464. package/list-header/modern/index.js +1 -1
  1465. package/loader/Component.js +5 -12
  1466. package/loader/cssm/Component.js +4 -12
  1467. package/loader/cssm/index.js +1 -3
  1468. package/loader/esm/Component.js +1 -1
  1469. package/loader/esm/index.css +7 -7
  1470. package/loader/esm/index.js +1 -1
  1471. package/loader/index.css +7 -7
  1472. package/loader/index.js +1 -3
  1473. package/loader/modern/Component.js +1 -1
  1474. package/loader/modern/index.css +7 -7
  1475. package/loader/modern/index.js +1 -1
  1476. package/masked-input/Component.js +3 -11
  1477. package/masked-input/cssm/Component.js +2 -11
  1478. package/masked-input/cssm/index.js +0 -2
  1479. package/masked-input/esm/Component.js +1 -1
  1480. package/masked-input/esm/index.css +1 -1
  1481. package/masked-input/esm/index.js +1 -1
  1482. package/masked-input/index.css +1 -1
  1483. package/masked-input/index.js +0 -2
  1484. package/masked-input/modern/Component.js +1 -1
  1485. package/masked-input/modern/index.css +1 -1
  1486. package/masked-input/modern/index.js +1 -1
  1487. package/modal/Component.desktop.d.ts +2 -1
  1488. package/modal/Component.desktop.js +8 -14
  1489. package/modal/Component.js +12 -20
  1490. package/modal/Component.mobile.js +8 -14
  1491. package/modal/Component.responsive.d.ts +2 -1
  1492. package/modal/Component.responsive.js +11 -17
  1493. package/modal/Context.js +0 -2
  1494. package/modal/ResponsiveContext.js +1 -7
  1495. package/modal/components/closer/Component.js +5 -12
  1496. package/modal/components/closer/index.css +3 -3
  1497. package/modal/components/content/Component.js +5 -12
  1498. package/modal/components/content/desktop.css +7 -7
  1499. package/modal/components/content/index.css +2 -2
  1500. package/modal/components/content/mobile.css +2 -2
  1501. package/modal/components/footer/Component.js +6 -13
  1502. package/modal/components/footer/desktop.css +8 -8
  1503. package/modal/components/footer/index.css +3 -3
  1504. package/modal/components/footer/layout.css +24 -24
  1505. package/modal/components/footer/mobile.css +2 -2
  1506. package/modal/components/header/Component.js +16 -23
  1507. package/modal/components/header/desktop.css +16 -16
  1508. package/modal/components/header/index.css +14 -14
  1509. package/modal/components/header/mobile.css +2 -2
  1510. package/modal/cssm/Component.desktop.d.ts +2 -1
  1511. package/modal/cssm/Component.desktop.js +8 -14
  1512. package/modal/cssm/Component.js +12 -23
  1513. package/modal/cssm/Component.mobile.js +8 -14
  1514. package/modal/cssm/Component.responsive.d.ts +2 -1
  1515. package/modal/cssm/Component.responsive.js +11 -17
  1516. package/modal/cssm/Context.js +0 -2
  1517. package/modal/cssm/ResponsiveContext.js +1 -7
  1518. package/modal/cssm/components/closer/Component.js +5 -13
  1519. package/modal/cssm/components/content/Component.js +5 -15
  1520. package/modal/cssm/components/footer/Component.js +9 -20
  1521. package/modal/cssm/components/header/Component.js +25 -35
  1522. package/modal/cssm/desktop.d.ts +1 -0
  1523. package/modal/cssm/desktop.js +8 -10
  1524. package/modal/cssm/index.js +11 -13
  1525. package/modal/cssm/mobile.d.ts +1 -0
  1526. package/modal/cssm/mobile.js +8 -10
  1527. package/modal/cssm/responsive.d.ts +1 -0
  1528. package/modal/cssm/responsive.js +9 -11
  1529. package/modal/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  1530. package/modal/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  1531. package/modal/cssm/utils.js +1 -3
  1532. package/modal/desktop.css +8 -8
  1533. package/modal/desktop.d.ts +1 -0
  1534. package/modal/desktop.js +7 -9
  1535. package/modal/esm/Component.desktop.d.ts +2 -1
  1536. package/modal/esm/Component.desktop.js +7 -7
  1537. package/modal/esm/Component.js +6 -6
  1538. package/modal/esm/Component.mobile.js +7 -7
  1539. package/modal/esm/Component.responsive.d.ts +2 -1
  1540. package/modal/esm/Component.responsive.js +10 -10
  1541. package/modal/esm/components/closer/Component.js +3 -3
  1542. package/modal/esm/components/closer/index.css +3 -3
  1543. package/modal/esm/components/content/Component.js +4 -4
  1544. package/modal/esm/components/content/desktop.css +7 -7
  1545. package/modal/esm/components/content/index.css +2 -2
  1546. package/modal/esm/components/content/mobile.css +2 -2
  1547. package/modal/esm/components/footer/Component.js +6 -6
  1548. package/modal/esm/components/footer/desktop.css +8 -8
  1549. package/modal/esm/components/footer/index.css +3 -3
  1550. package/modal/esm/components/footer/layout.css +24 -24
  1551. package/modal/esm/components/footer/mobile.css +2 -2
  1552. package/modal/esm/components/header/Component.js +11 -11
  1553. package/modal/esm/components/header/desktop.css +16 -16
  1554. package/modal/esm/components/header/index.css +14 -14
  1555. package/modal/esm/components/header/mobile.css +2 -2
  1556. package/modal/esm/desktop.css +8 -8
  1557. package/modal/esm/desktop.d.ts +1 -0
  1558. package/modal/esm/desktop.js +7 -7
  1559. package/modal/esm/index.js +8 -8
  1560. package/modal/esm/mobile.css +1 -1
  1561. package/modal/esm/mobile.d.ts +1 -0
  1562. package/modal/esm/mobile.js +7 -7
  1563. package/modal/esm/responsive.d.ts +1 -0
  1564. package/modal/esm/responsive.js +8 -8
  1565. package/modal/esm/transitions.css +7 -7
  1566. package/modal/esm/{tslib.es6-ca6a623c.d.ts → tslib.es6-3363beeb.d.ts} +0 -0
  1567. package/modal/esm/{tslib.es6-ca6a623c.js → tslib.es6-3363beeb.js} +0 -0
  1568. package/modal/esm/utils.js +1 -1
  1569. package/modal/index.js +9 -11
  1570. package/modal/mobile.css +1 -1
  1571. package/modal/mobile.d.ts +1 -0
  1572. package/modal/mobile.js +7 -9
  1573. package/modal/modern/Component.desktop.d.ts +2 -1
  1574. package/modal/modern/Component.desktop.js +8 -8
  1575. package/modal/modern/Component.js +4 -4
  1576. package/modal/modern/Component.mobile.js +8 -8
  1577. package/modal/modern/Component.responsive.d.ts +2 -1
  1578. package/modal/modern/Component.responsive.js +8 -8
  1579. package/modal/modern/components/closer/Component.js +3 -3
  1580. package/modal/modern/components/closer/index.css +3 -3
  1581. package/modal/modern/components/content/Component.js +4 -4
  1582. package/modal/modern/components/content/desktop.css +7 -7
  1583. package/modal/modern/components/content/index.css +2 -2
  1584. package/modal/modern/components/content/mobile.css +2 -2
  1585. package/modal/modern/components/footer/Component.js +5 -5
  1586. package/modal/modern/components/footer/desktop.css +8 -8
  1587. package/modal/modern/components/footer/index.css +3 -3
  1588. package/modal/modern/components/footer/layout.css +24 -24
  1589. package/modal/modern/components/footer/mobile.css +2 -2
  1590. package/modal/modern/components/header/Component.js +7 -7
  1591. package/modal/modern/components/header/desktop.css +16 -16
  1592. package/modal/modern/components/header/index.css +14 -14
  1593. package/modal/modern/components/header/mobile.css +2 -2
  1594. package/modal/modern/desktop.css +8 -8
  1595. package/modal/modern/desktop.d.ts +1 -0
  1596. package/modal/modern/desktop.js +7 -7
  1597. package/modal/modern/index.js +8 -8
  1598. package/modal/modern/mobile.css +1 -1
  1599. package/modal/modern/mobile.d.ts +1 -0
  1600. package/modal/modern/mobile.js +7 -7
  1601. package/modal/modern/responsive.d.ts +1 -0
  1602. package/modal/modern/responsive.js +8 -8
  1603. package/modal/modern/transitions.css +7 -7
  1604. package/modal/responsive.d.ts +1 -0
  1605. package/modal/responsive.js +8 -10
  1606. package/modal/transitions.css +7 -7
  1607. package/modal/{tslib.es6-233988fa.d.ts → tslib.es6-ac47d707.d.ts} +0 -0
  1608. package/modal/{tslib.es6-233988fa.js → tslib.es6-ac47d707.js} +0 -0
  1609. package/modal/utils.js +1 -3
  1610. package/mq/Component.js +3 -9
  1611. package/mq/cssm/Component.js +3 -9
  1612. package/mq/cssm/index.js +4 -6
  1613. package/mq/cssm/useMatchMedia.js +0 -2
  1614. package/mq/cssm/utils.js +0 -2
  1615. package/mq/esm/Component.js +2 -2
  1616. package/mq/esm/index.js +2 -2
  1617. package/mq/index.js +4 -6
  1618. package/mq/modern/Component.js +2 -2
  1619. package/mq/modern/index.js +2 -2
  1620. package/mq/modern/utils.js +1 -1
  1621. package/mq/useMatchMedia.js +0 -2
  1622. package/mq/utils.js +0 -2
  1623. package/notification/Component.d.ts +3 -3
  1624. package/notification/Component.js +8 -17
  1625. package/notification/cssm/Component.d.ts +3 -3
  1626. package/notification/cssm/Component.js +9 -19
  1627. package/notification/cssm/index.js +0 -2
  1628. package/notification/cssm/utils/index.js +1 -7
  1629. package/notification/esm/Component.d.ts +3 -3
  1630. package/notification/esm/Component.js +2 -2
  1631. package/notification/esm/index.css +7 -7
  1632. package/notification/esm/index.js +1 -1
  1633. package/notification/index.css +7 -7
  1634. package/notification/index.js +0 -2
  1635. package/notification/modern/Component.d.ts +3 -3
  1636. package/notification/modern/Component.js +2 -2
  1637. package/notification/modern/index.css +7 -7
  1638. package/notification/modern/index.js +1 -1
  1639. package/notification/utils/index.js +1 -7
  1640. package/notification-manager/{component-324af571.d.ts → component-724d93a3.d.ts} +0 -0
  1641. package/notification-manager/{component-324af571.js → component-724d93a3.js} +1 -5
  1642. package/notification-manager/component.js +6 -13
  1643. package/notification-manager/components/index.js +1 -3
  1644. package/notification-manager/components/notification/component.js +1 -3
  1645. package/notification-manager/components/notification/index.d.ts +1 -1
  1646. package/notification-manager/components/notification/index.js +1 -3
  1647. package/notification-manager/cssm/{component-f0e3da83.d.ts → component-923faf7e.d.ts} +0 -0
  1648. package/notification-manager/cssm/{component-f0e3da83.js → component-923faf7e.js} +1 -5
  1649. package/notification-manager/cssm/component.js +9 -17
  1650. package/notification-manager/cssm/components/index.js +1 -3
  1651. package/notification-manager/cssm/components/notification/component.js +1 -3
  1652. package/notification-manager/cssm/components/notification/index.d.ts +1 -1
  1653. package/notification-manager/cssm/components/notification/index.js +1 -3
  1654. package/notification-manager/cssm/index.js +3 -5
  1655. package/notification-manager/esm/{component-92c3e1eb.d.ts → component-67b8dd85.d.ts} +0 -0
  1656. package/notification-manager/esm/{component-92c3e1eb.js → component-67b8dd85.js} +0 -0
  1657. package/notification-manager/esm/component.js +3 -3
  1658. package/notification-manager/esm/components/index.js +1 -1
  1659. package/notification-manager/esm/components/notification/component.js +1 -1
  1660. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  1661. package/notification-manager/esm/components/notification/index.js +1 -1
  1662. package/notification-manager/esm/index.css +10 -10
  1663. package/notification-manager/esm/index.js +2 -2
  1664. package/notification-manager/index.css +10 -10
  1665. package/notification-manager/index.js +3 -5
  1666. package/notification-manager/modern/component.js +3 -3
  1667. package/notification-manager/modern/components/index.js +1 -1
  1668. package/notification-manager/modern/components/notification/index.js +1 -1
  1669. package/notification-manager/modern/index.css +10 -10
  1670. package/notification-manager/modern/index.js +2 -2
  1671. package/package.json +8 -8
  1672. package/pagination/Component.js +8 -15
  1673. package/pagination/components/default-view/index.css +1 -1
  1674. package/pagination/components/default-view/index.js +5 -11
  1675. package/pagination/components/per-page-view/index.css +1 -1
  1676. package/pagination/components/per-page-view/index.js +2 -8
  1677. package/pagination/components/tag/index.css +7 -7
  1678. package/pagination/components/tag/index.js +2 -9
  1679. package/pagination/cssm/Component.js +10 -18
  1680. package/pagination/cssm/components/default-view/index.js +5 -12
  1681. package/pagination/cssm/components/per-page-view/index.js +1 -8
  1682. package/pagination/cssm/components/tag/index.js +1 -9
  1683. package/pagination/cssm/index.js +3 -5
  1684. package/pagination/esm/Component.js +3 -3
  1685. package/pagination/esm/components/default-view/index.css +1 -1
  1686. package/pagination/esm/components/default-view/index.js +2 -2
  1687. package/pagination/esm/components/per-page-view/index.css +1 -1
  1688. package/pagination/esm/components/per-page-view/index.js +1 -1
  1689. package/pagination/esm/components/tag/index.css +7 -7
  1690. package/pagination/esm/components/tag/index.js +1 -1
  1691. package/pagination/esm/index.css +3 -3
  1692. package/pagination/esm/index.js +3 -3
  1693. package/pagination/index.css +3 -3
  1694. package/pagination/index.js +2 -4
  1695. package/pagination/modern/Component.js +3 -3
  1696. package/pagination/modern/components/default-view/index.css +1 -1
  1697. package/pagination/modern/components/default-view/index.js +2 -2
  1698. package/pagination/modern/components/per-page-view/index.css +1 -1
  1699. package/pagination/modern/components/per-page-view/index.js +1 -1
  1700. package/pagination/modern/components/tag/index.css +7 -7
  1701. package/pagination/modern/components/tag/index.js +1 -1
  1702. package/pagination/modern/index.css +3 -3
  1703. package/pagination/modern/index.js +3 -3
  1704. package/pass-code/Component.js +11 -18
  1705. package/pass-code/components/InputProgress/Component.js +8 -15
  1706. package/pass-code/components/InputProgress/index.css +4 -4
  1707. package/pass-code/components/InputProgress/index.js +3 -5
  1708. package/pass-code/components/InputProgress/transitions.css +7 -7
  1709. package/pass-code/components/KeyPad/Component.js +10 -16
  1710. package/pass-code/components/KeyPad/index.css +4 -4
  1711. package/pass-code/components/KeyPad/index.js +4 -6
  1712. package/pass-code/components/KeyPadButton/Component.js +3 -10
  1713. package/pass-code/components/KeyPadButton/index.css +12 -12
  1714. package/pass-code/components/KeyPadButton/index.js +1 -3
  1715. package/pass-code/cssm/Component.js +11 -19
  1716. package/pass-code/cssm/components/InputProgress/Component.js +8 -17
  1717. package/pass-code/cssm/components/InputProgress/index.js +3 -5
  1718. package/pass-code/cssm/components/KeyPad/Component.js +10 -17
  1719. package/pass-code/cssm/components/KeyPad/index.js +4 -6
  1720. package/pass-code/cssm/components/KeyPadButton/Component.js +2 -10
  1721. package/pass-code/cssm/components/KeyPadButton/index.js +1 -3
  1722. package/pass-code/cssm/getDataTestId-5c876d98.d.ts +2 -0
  1723. package/pass-code/cssm/getDataTestId-5c876d98.js +6 -0
  1724. package/pass-code/cssm/index-97288072.d.ts +1 -1
  1725. package/pass-code/cssm/index.js +7 -9
  1726. package/pass-code/esm/Component.js +5 -5
  1727. package/pass-code/esm/components/InputProgress/Component.js +4 -4
  1728. package/pass-code/esm/components/InputProgress/index.css +4 -4
  1729. package/pass-code/esm/components/InputProgress/index.js +3 -3
  1730. package/pass-code/esm/components/InputProgress/transitions.css +7 -7
  1731. package/pass-code/esm/components/KeyPad/Component.js +4 -4
  1732. package/pass-code/esm/components/KeyPad/index.css +4 -4
  1733. package/pass-code/esm/components/KeyPad/index.js +4 -4
  1734. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  1735. package/pass-code/esm/components/KeyPadButton/index.css +12 -12
  1736. package/pass-code/esm/components/KeyPadButton/index.js +1 -1
  1737. package/pass-code/esm/getDataTestId-fd254bee.d.ts +2 -0
  1738. package/pass-code/esm/getDataTestId-fd254bee.js +6 -0
  1739. package/pass-code/esm/index-97288072.d.ts +1 -1
  1740. package/pass-code/esm/index.css +2 -2
  1741. package/pass-code/esm/index.js +5 -5
  1742. package/pass-code/getDataTestId-191a0a09.d.ts +2 -0
  1743. package/pass-code/getDataTestId-191a0a09.js +6 -0
  1744. package/pass-code/index-97288072.d.ts +1 -1
  1745. package/pass-code/index.css +2 -2
  1746. package/pass-code/index.js +6 -8
  1747. package/pass-code/modern/Component.js +6 -6
  1748. package/pass-code/modern/components/InputProgress/Component.js +4 -4
  1749. package/pass-code/modern/components/InputProgress/index.css +4 -4
  1750. package/pass-code/modern/components/InputProgress/index.js +3 -3
  1751. package/pass-code/modern/components/InputProgress/transitions.css +7 -7
  1752. package/pass-code/modern/components/KeyPad/Component.js +4 -4
  1753. package/pass-code/modern/components/KeyPad/index.css +4 -4
  1754. package/pass-code/modern/components/KeyPad/index.js +4 -4
  1755. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  1756. package/pass-code/modern/components/KeyPadButton/index.css +12 -12
  1757. package/pass-code/modern/components/KeyPadButton/index.js +1 -1
  1758. package/pass-code/modern/getDataTestId-088020ff.d.ts +2 -0
  1759. package/pass-code/modern/{getDataTestId-8aaf656f.js → getDataTestId-088020ff.js} +0 -0
  1760. package/pass-code/modern/index-97288072.d.ts +1 -1
  1761. package/pass-code/modern/index.css +2 -2
  1762. package/pass-code/modern/index.js +6 -6
  1763. package/password-input/component.js +3 -10
  1764. package/password-input/cssm/component.js +2 -10
  1765. package/password-input/cssm/index.js +0 -2
  1766. package/password-input/esm/component.js +1 -1
  1767. package/password-input/esm/index.css +4 -4
  1768. package/password-input/esm/index.js +1 -1
  1769. package/password-input/index.css +4 -4
  1770. package/password-input/index.js +0 -2
  1771. package/password-input/modern/component.js +3 -3
  1772. package/password-input/modern/index.css +4 -4
  1773. package/password-input/modern/index.js +3 -3
  1774. package/pattern-lock/Component.js +8 -15
  1775. package/pattern-lock/consts.js +0 -2
  1776. package/pattern-lock/cssm/Component.js +7 -15
  1777. package/pattern-lock/cssm/consts.js +0 -2
  1778. package/pattern-lock/cssm/index.js +4 -6
  1779. package/pattern-lock/cssm/{utils-455c7792.d.ts → utils-5745f540.d.ts} +0 -0
  1780. package/pattern-lock/cssm/{utils-455c7792.js → utils-5745f540.js} +0 -0
  1781. package/pattern-lock/cssm/utils.js +1 -3
  1782. package/pattern-lock/esm/Component.js +3 -3
  1783. package/pattern-lock/esm/index.css +4 -4
  1784. package/pattern-lock/esm/index.js +2 -2
  1785. package/pattern-lock/esm/{utils-60a595ac.d.ts → utils-b8c1e9f7.d.ts} +0 -0
  1786. package/pattern-lock/esm/{utils-60a595ac.js → utils-b8c1e9f7.js} +0 -0
  1787. package/pattern-lock/esm/utils.js +1 -1
  1788. package/pattern-lock/index.css +4 -4
  1789. package/pattern-lock/index.js +4 -6
  1790. package/pattern-lock/modern/Component.js +2 -2
  1791. package/pattern-lock/modern/index.css +4 -4
  1792. package/pattern-lock/modern/index.js +2 -2
  1793. package/pattern-lock/{utils-0b5eff66.d.ts → utils-011cff26.d.ts} +0 -0
  1794. package/pattern-lock/{utils-0b5eff66.js → utils-011cff26.js} +0 -0
  1795. package/pattern-lock/utils.js +1 -3
  1796. package/phone-input/Component.js +4 -10
  1797. package/phone-input/cssm/Component.js +4 -10
  1798. package/phone-input/cssm/index.js +0 -2
  1799. package/phone-input/cssm/utils/index.js +0 -2
  1800. package/phone-input/esm/Component.js +2 -2
  1801. package/phone-input/esm/index.js +1 -1
  1802. package/phone-input/index.js +0 -2
  1803. package/phone-input/modern/index.js +1 -1
  1804. package/phone-input/utils/index.js +1 -5
  1805. package/picker-button/Component.d.ts +1 -1
  1806. package/picker-button/Component.js +9 -16
  1807. package/picker-button/Component.mobile.js +5 -11
  1808. package/picker-button/Component.responsive.d.ts +1 -1
  1809. package/picker-button/Component.responsive.js +10 -16
  1810. package/picker-button/cssm/Component.js +10 -18
  1811. package/picker-button/cssm/Component.mobile.js +5 -11
  1812. package/picker-button/cssm/Component.responsive.js +11 -17
  1813. package/picker-button/cssm/desktop.js +6 -8
  1814. package/picker-button/cssm/field/Component.js +9 -17
  1815. package/picker-button/cssm/field/index.js +3 -5
  1816. package/picker-button/cssm/index.js +9 -11
  1817. package/picker-button/cssm/mobile.d.ts +1 -0
  1818. package/picker-button/cssm/mobile.js +5 -7
  1819. package/picker-button/cssm/option/Component.js +5 -12
  1820. package/picker-button/cssm/option/index.js +2 -4
  1821. package/picker-button/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  1822. package/picker-button/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  1823. package/picker-button/cssm/utils/index.js +0 -2
  1824. package/picker-button/desktop.js +5 -7
  1825. package/picker-button/esm/Component.js +5 -5
  1826. package/picker-button/esm/Component.mobile.js +3 -3
  1827. package/picker-button/esm/Component.responsive.js +9 -9
  1828. package/picker-button/esm/desktop.js +5 -5
  1829. package/picker-button/esm/field/Component.js +4 -4
  1830. package/picker-button/esm/field/index.css +3 -3
  1831. package/picker-button/esm/field/index.js +2 -2
  1832. package/picker-button/esm/index.css +6 -6
  1833. package/picker-button/esm/index.js +7 -7
  1834. package/picker-button/esm/mobile.d.ts +1 -0
  1835. package/picker-button/esm/mobile.js +4 -4
  1836. package/picker-button/esm/option/Component.js +2 -2
  1837. package/picker-button/esm/option/index.css +3 -3
  1838. package/picker-button/esm/option/index.js +2 -2
  1839. package/picker-button/esm/{tslib.es6-18431a51.d.ts → tslib.es6-d42c0ef5.d.ts} +0 -0
  1840. package/picker-button/esm/{tslib.es6-18431a51.js → tslib.es6-d42c0ef5.js} +0 -0
  1841. package/picker-button/field/Component.js +9 -16
  1842. package/picker-button/field/index.css +3 -3
  1843. package/picker-button/field/index.js +3 -5
  1844. package/picker-button/index.css +6 -6
  1845. package/picker-button/index.js +7 -9
  1846. package/picker-button/mobile.d.ts +1 -0
  1847. package/picker-button/mobile.js +4 -6
  1848. package/picker-button/modern/Component.js +5 -5
  1849. package/picker-button/modern/Component.mobile.js +4 -4
  1850. package/picker-button/modern/Component.responsive.js +7 -7
  1851. package/picker-button/modern/desktop.js +5 -5
  1852. package/picker-button/modern/field/Component.js +3 -3
  1853. package/picker-button/modern/field/index.css +3 -3
  1854. package/picker-button/modern/field/index.js +2 -2
  1855. package/picker-button/modern/index.css +6 -6
  1856. package/picker-button/modern/index.js +7 -7
  1857. package/picker-button/modern/mobile.d.ts +1 -0
  1858. package/picker-button/modern/mobile.js +5 -5
  1859. package/picker-button/modern/option/Component.js +1 -1
  1860. package/picker-button/modern/option/index.css +3 -3
  1861. package/picker-button/modern/option/index.js +1 -1
  1862. package/picker-button/option/Component.js +6 -12
  1863. package/picker-button/option/index.css +3 -3
  1864. package/picker-button/option/index.js +2 -4
  1865. package/picker-button/{tslib.es6-e847f15f.d.ts → tslib.es6-23ba87f4.d.ts} +0 -0
  1866. package/picker-button/{tslib.es6-e847f15f.js → tslib.es6-23ba87f4.js} +0 -0
  1867. package/picker-button/typings-85892853.d.ts +1 -1
  1868. package/picker-button/utils/index.js +0 -2
  1869. package/plate/Component.js +19 -27
  1870. package/plate/components/button-list/component.js +4 -11
  1871. package/plate/cssm/Component.js +30 -39
  1872. package/plate/cssm/components/button-list/component.js +4 -11
  1873. package/plate/cssm/index.js +1 -3
  1874. package/plate/esm/Component.js +2 -2
  1875. package/plate/esm/index.css +49 -49
  1876. package/plate/esm/index.js +1 -1
  1877. package/plate/index.css +49 -49
  1878. package/plate/index.js +1 -3
  1879. package/plate/modern/Component.js +2 -2
  1880. package/plate/modern/index.css +49 -49
  1881. package/plate/modern/index.js +2 -2
  1882. package/popover/Component.js +10 -19
  1883. package/popover/cssm/Component.js +14 -24
  1884. package/popover/cssm/index.js +0 -2
  1885. package/popover/esm/Component.js +4 -4
  1886. package/popover/esm/index.css +33 -33
  1887. package/popover/esm/index.js +1 -1
  1888. package/popover/index.css +33 -33
  1889. package/popover/index.js +0 -2
  1890. package/popover/modern/Component.js +2 -2
  1891. package/popover/modern/index.css +33 -33
  1892. package/popover/modern/index.js +1 -1
  1893. package/portal/Component.js +0 -2
  1894. package/portal/cssm/Component.js +0 -2
  1895. package/portal/cssm/index.js +1 -3
  1896. package/portal/cssm/utils.js +1 -3
  1897. package/portal/esm/index.js +1 -1
  1898. package/portal/esm/utils.js +1 -1
  1899. package/portal/index.js +1 -3
  1900. package/portal/modern/Component.js +1 -1
  1901. package/portal/modern/index.js +1 -1
  1902. package/portal/utils.js +1 -3
  1903. package/progress-bar/Component.js +4 -11
  1904. package/progress-bar/cssm/Component.js +3 -11
  1905. package/progress-bar/cssm/index.js +1 -3
  1906. package/progress-bar/esm/Component.js +2 -2
  1907. package/progress-bar/esm/index.css +12 -12
  1908. package/progress-bar/esm/index.js +1 -1
  1909. package/progress-bar/index.css +12 -12
  1910. package/progress-bar/index.js +1 -3
  1911. package/progress-bar/modern/Component.js +1 -1
  1912. package/progress-bar/modern/index.css +12 -12
  1913. package/progress-bar/modern/index.js +1 -1
  1914. package/pure-cell/{component-4fec421a.d.ts → component-8b35cc19.d.ts} +0 -0
  1915. package/pure-cell/component-8b35cc19.js +111 -0
  1916. package/pure-cell/component-c49f24a8.d.ts +8 -8
  1917. package/pure-cell/component.js +6 -8
  1918. package/pure-cell/components/addon/component.js +3 -10
  1919. package/pure-cell/components/addon/index.css +8 -8
  1920. package/pure-cell/components/addon/index.js +2 -4
  1921. package/pure-cell/components/amount/component.js +5 -12
  1922. package/pure-cell/components/amount/index.css +1 -1
  1923. package/pure-cell/components/amount/index.js +3 -5
  1924. package/pure-cell/components/amount-title/component.js +5 -12
  1925. package/pure-cell/components/amount-title/index.css +2 -2
  1926. package/pure-cell/components/amount-title/index.js +3 -5
  1927. package/pure-cell/components/category/component.js +6 -12
  1928. package/pure-cell/components/category/index.css +4 -4
  1929. package/pure-cell/components/category/index.js +2 -4
  1930. package/pure-cell/components/content/component.js +6 -8
  1931. package/pure-cell/components/content/index.css +2 -2
  1932. package/pure-cell/components/content/index.d.ts +1 -1
  1933. package/pure-cell/components/content/index.js +5 -7
  1934. package/pure-cell/components/footer/component.js +3 -10
  1935. package/pure-cell/components/footer/index.css +3 -3
  1936. package/pure-cell/components/footer/index.js +2 -4
  1937. package/pure-cell/components/footer-button/component.js +4 -10
  1938. package/pure-cell/components/footer-button/index.css +1 -1
  1939. package/pure-cell/components/footer-button/index.js +3 -5
  1940. package/pure-cell/components/footer-text/component.js +2 -8
  1941. package/pure-cell/components/footer-text/index.js +2 -4
  1942. package/pure-cell/components/graphics/component.js +3 -10
  1943. package/pure-cell/components/graphics/index.css +4 -4
  1944. package/pure-cell/components/graphics/index.js +2 -4
  1945. package/pure-cell/components/main/component.js +6 -8
  1946. package/pure-cell/components/main/index.css +3 -3
  1947. package/pure-cell/components/main/index.d.ts +1 -1
  1948. package/pure-cell/components/main/index.js +5 -7
  1949. package/pure-cell/components/text/component.js +7 -9
  1950. package/pure-cell/components/text/index.css +6 -6
  1951. package/pure-cell/components/text/index.d.ts +1 -1
  1952. package/pure-cell/components/text/index.js +5 -7
  1953. package/pure-cell/cssm/{component-5cffadbf.d.ts → component-619b9850.d.ts} +0 -0
  1954. package/pure-cell/cssm/{component-5cffadbf.js → component-619b9850.js} +25 -35
  1955. package/pure-cell/cssm/component.js +14 -16
  1956. package/pure-cell/cssm/components/addon/component.js +2 -10
  1957. package/pure-cell/cssm/components/addon/index.js +2 -4
  1958. package/pure-cell/cssm/components/amount/component.js +4 -12
  1959. package/pure-cell/cssm/components/amount/index.js +3 -5
  1960. package/pure-cell/cssm/components/amount-title/component.js +4 -12
  1961. package/pure-cell/cssm/components/amount-title/index.js +3 -5
  1962. package/pure-cell/cssm/components/category/component.js +5 -12
  1963. package/pure-cell/cssm/components/category/index.js +2 -4
  1964. package/pure-cell/cssm/components/content/component.js +12 -14
  1965. package/pure-cell/cssm/components/content/index.d.ts +1 -1
  1966. package/pure-cell/cssm/components/content/index.js +11 -13
  1967. package/pure-cell/cssm/components/footer/component.js +2 -10
  1968. package/pure-cell/cssm/components/footer/index.js +2 -4
  1969. package/pure-cell/cssm/components/footer-button/component.js +3 -10
  1970. package/pure-cell/cssm/components/footer-button/index.js +3 -5
  1971. package/pure-cell/cssm/components/footer-text/component.js +2 -8
  1972. package/pure-cell/cssm/components/footer-text/index.js +2 -4
  1973. package/pure-cell/cssm/components/graphics/component.js +2 -10
  1974. package/pure-cell/cssm/components/graphics/index.js +2 -4
  1975. package/pure-cell/cssm/components/main/component.js +13 -15
  1976. package/pure-cell/cssm/components/main/index.d.ts +1 -1
  1977. package/pure-cell/cssm/components/main/index.js +11 -13
  1978. package/pure-cell/cssm/components/text/component.js +14 -16
  1979. package/pure-cell/cssm/components/text/index.d.ts +1 -1
  1980. package/pure-cell/cssm/components/text/index.js +11 -13
  1981. package/pure-cell/cssm/getDataTestId-5c876d98.d.ts +2 -0
  1982. package/pure-cell/cssm/getDataTestId-5c876d98.js +6 -0
  1983. package/pure-cell/cssm/index.js +11 -13
  1984. package/pure-cell/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  1985. package/pure-cell/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  1986. package/pure-cell/esm/{component-19dcaa31.d.ts → component-c20cde74.d.ts} +0 -0
  1987. package/pure-cell/esm/{component-19dcaa31.js → component-c20cde74.js} +26 -26
  1988. package/pure-cell/esm/component.js +7 -7
  1989. package/pure-cell/esm/components/addon/component.js +2 -2
  1990. package/pure-cell/esm/components/addon/index.css +8 -8
  1991. package/pure-cell/esm/components/addon/index.js +2 -2
  1992. package/pure-cell/esm/components/amount/component.js +4 -4
  1993. package/pure-cell/esm/components/amount/index.css +1 -1
  1994. package/pure-cell/esm/components/amount/index.js +4 -4
  1995. package/pure-cell/esm/components/amount-title/component.js +4 -4
  1996. package/pure-cell/esm/components/amount-title/index.css +2 -2
  1997. package/pure-cell/esm/components/amount-title/index.js +4 -4
  1998. package/pure-cell/esm/components/category/component.js +2 -2
  1999. package/pure-cell/esm/components/category/index.css +4 -4
  2000. package/pure-cell/esm/components/category/index.js +2 -2
  2001. package/pure-cell/esm/components/content/component.js +8 -8
  2002. package/pure-cell/esm/components/content/index.css +2 -2
  2003. package/pure-cell/esm/components/content/index.d.ts +1 -1
  2004. package/pure-cell/esm/components/content/index.js +7 -7
  2005. package/pure-cell/esm/components/footer/component.js +2 -2
  2006. package/pure-cell/esm/components/footer/index.css +3 -3
  2007. package/pure-cell/esm/components/footer/index.js +2 -2
  2008. package/pure-cell/esm/components/footer-button/component.js +3 -3
  2009. package/pure-cell/esm/components/footer-button/index.css +1 -1
  2010. package/pure-cell/esm/components/footer-button/index.js +3 -3
  2011. package/pure-cell/esm/components/footer-text/component.js +1 -1
  2012. package/pure-cell/esm/components/footer-text/index.js +2 -2
  2013. package/pure-cell/esm/components/graphics/component.js +2 -2
  2014. package/pure-cell/esm/components/graphics/index.css +4 -4
  2015. package/pure-cell/esm/components/graphics/index.js +2 -2
  2016. package/pure-cell/esm/components/main/component.js +8 -8
  2017. package/pure-cell/esm/components/main/index.css +3 -3
  2018. package/pure-cell/esm/components/main/index.d.ts +1 -1
  2019. package/pure-cell/esm/components/main/index.js +7 -7
  2020. package/pure-cell/esm/components/text/component.js +8 -8
  2021. package/pure-cell/esm/components/text/index.css +6 -6
  2022. package/pure-cell/esm/components/text/index.d.ts +1 -1
  2023. package/pure-cell/esm/components/text/index.js +7 -7
  2024. package/pure-cell/esm/getDataTestId-7c7090aa.d.ts +2 -0
  2025. package/pure-cell/esm/getDataTestId-7c7090aa.js +6 -0
  2026. package/pure-cell/esm/index.css +18 -18
  2027. package/pure-cell/esm/index.js +7 -7
  2028. package/pure-cell/esm/{tslib.es6-f67d41ed.d.ts → tslib.es6-bb3302a9.d.ts} +0 -0
  2029. package/pure-cell/esm/{tslib.es6-f67d41ed.js → tslib.es6-bb3302a9.js} +0 -0
  2030. package/pure-cell/getDataTestId-1d20378b.d.ts +2 -0
  2031. package/pure-cell/getDataTestId-1d20378b.js +6 -0
  2032. package/pure-cell/index.css +18 -18
  2033. package/pure-cell/index.js +5 -7
  2034. package/pure-cell/modern/{component-befaaaf9.d.ts → component-5bcf45e9.d.ts} +0 -0
  2035. package/pure-cell/modern/{component-befaaaf9.js → component-5bcf45e9.js} +26 -26
  2036. package/pure-cell/modern/component.js +7 -7
  2037. package/pure-cell/modern/components/addon/component.js +2 -2
  2038. package/pure-cell/modern/components/addon/index.css +8 -8
  2039. package/pure-cell/modern/components/addon/index.js +2 -2
  2040. package/pure-cell/modern/components/amount/component.js +3 -3
  2041. package/pure-cell/modern/components/amount/index.css +1 -1
  2042. package/pure-cell/modern/components/amount/index.js +3 -3
  2043. package/pure-cell/modern/components/amount-title/component.js +3 -3
  2044. package/pure-cell/modern/components/amount-title/index.css +2 -2
  2045. package/pure-cell/modern/components/amount-title/index.js +3 -3
  2046. package/pure-cell/modern/components/category/component.js +2 -2
  2047. package/pure-cell/modern/components/category/index.css +4 -4
  2048. package/pure-cell/modern/components/category/index.js +2 -2
  2049. package/pure-cell/modern/components/content/component.js +8 -8
  2050. package/pure-cell/modern/components/content/index.css +2 -2
  2051. package/pure-cell/modern/components/content/index.d.ts +1 -1
  2052. package/pure-cell/modern/components/content/index.js +7 -7
  2053. package/pure-cell/modern/components/footer/component.js +2 -2
  2054. package/pure-cell/modern/components/footer/index.css +3 -3
  2055. package/pure-cell/modern/components/footer/index.js +2 -2
  2056. package/pure-cell/modern/components/footer-button/component.js +2 -2
  2057. package/pure-cell/modern/components/footer-button/index.css +1 -1
  2058. package/pure-cell/modern/components/footer-button/index.js +2 -2
  2059. package/pure-cell/modern/components/footer-text/component.js +1 -1
  2060. package/pure-cell/modern/components/footer-text/index.js +2 -2
  2061. package/pure-cell/modern/components/graphics/component.js +2 -2
  2062. package/pure-cell/modern/components/graphics/index.css +4 -4
  2063. package/pure-cell/modern/components/graphics/index.js +2 -2
  2064. package/pure-cell/modern/components/main/component.js +8 -8
  2065. package/pure-cell/modern/components/main/index.css +3 -3
  2066. package/pure-cell/modern/components/main/index.d.ts +1 -1
  2067. package/pure-cell/modern/components/main/index.js +7 -7
  2068. package/pure-cell/modern/components/text/component.js +8 -8
  2069. package/pure-cell/modern/components/text/index.css +6 -6
  2070. package/pure-cell/modern/components/text/index.d.ts +1 -1
  2071. package/pure-cell/modern/components/text/index.js +7 -7
  2072. package/pure-cell/modern/getDataTestId-fb3f1e66.d.ts +2 -0
  2073. package/pure-cell/modern/{getDataTestId-dd0aed78.js → getDataTestId-fb3f1e66.js} +0 -0
  2074. package/pure-cell/modern/index.css +18 -18
  2075. package/pure-cell/modern/index.js +7 -7
  2076. package/pure-cell/{tslib.es6-1e9836b9.d.ts → tslib.es6-e62a1289.d.ts} +0 -0
  2077. package/pure-cell/{tslib.es6-1e9836b9.js → tslib.es6-e62a1289.js} +0 -0
  2078. package/pure-input/Component.js +4 -12
  2079. package/pure-input/cssm/Component.js +5 -14
  2080. package/pure-input/cssm/index.js +0 -2
  2081. package/pure-input/esm/Component.js +1 -1
  2082. package/pure-input/esm/index.css +23 -23
  2083. package/pure-input/esm/index.js +1 -1
  2084. package/pure-input/index.css +23 -23
  2085. package/pure-input/index.js +0 -2
  2086. package/pure-input/modern/Component.js +1 -1
  2087. package/pure-input/modern/index.css +23 -23
  2088. package/pure-input/modern/index.js +1 -1
  2089. package/radio/Component.d.ts +3 -3
  2090. package/radio/Component.js +9 -17
  2091. package/radio/cssm/Component.d.ts +3 -3
  2092. package/radio/cssm/Component.js +13 -22
  2093. package/radio/cssm/index.js +0 -2
  2094. package/radio/esm/Component.d.ts +3 -3
  2095. package/radio/esm/Component.js +1 -1
  2096. package/radio/esm/index.css +31 -31
  2097. package/radio/esm/index.js +1 -1
  2098. package/radio/index.css +31 -31
  2099. package/radio/index.js +0 -2
  2100. package/radio/modern/Component.d.ts +3 -3
  2101. package/radio/modern/Component.js +1 -1
  2102. package/radio/modern/index.css +31 -31
  2103. package/radio/modern/index.js +1 -1
  2104. package/radio-group/Component.js +9 -16
  2105. package/radio-group/cssm/Component.js +8 -16
  2106. package/radio-group/cssm/index.js +0 -2
  2107. package/radio-group/esm/Component.js +1 -1
  2108. package/radio-group/esm/index.css +16 -16
  2109. package/radio-group/esm/index.js +1 -1
  2110. package/radio-group/index.css +16 -16
  2111. package/radio-group/index.js +0 -2
  2112. package/radio-group/modern/Component.js +1 -1
  2113. package/radio-group/modern/index.css +16 -16
  2114. package/radio-group/modern/index.js +1 -1
  2115. package/scrollbar/Component.js +50 -62
  2116. package/scrollbar/cssm/Component.js +60 -75
  2117. package/scrollbar/cssm/index.js +0 -2
  2118. package/scrollbar/default.css +2 -2
  2119. package/scrollbar/esm/Component.js +26 -26
  2120. package/scrollbar/esm/default.css +2 -2
  2121. package/scrollbar/esm/index.css +25 -25
  2122. package/scrollbar/esm/index.js +1 -1
  2123. package/scrollbar/esm/inverted.css +2 -2
  2124. package/scrollbar/index.css +25 -25
  2125. package/scrollbar/index.js +0 -2
  2126. package/scrollbar/inverted.css +2 -2
  2127. package/scrollbar/modern/Component.js +3 -3
  2128. package/scrollbar/modern/default.css +2 -2
  2129. package/scrollbar/modern/index.css +25 -25
  2130. package/scrollbar/modern/index.js +1 -1
  2131. package/scrollbar/modern/inverted.css +2 -2
  2132. package/select/{Component-038f4456.d.ts → Component-4e5b4c78.d.ts} +0 -0
  2133. package/select/{Component-038f4456.js → Component-4e5b4c78.js} +41 -47
  2134. package/select/{Component-d06c96f8.d.ts → Component-dc8aa97a.d.ts} +0 -0
  2135. package/select/{Component-d06c96f8.js → Component-dc8aa97a.js} +15 -21
  2136. package/select/Component.js +11 -17
  2137. package/select/Component.responsive.js +25 -31
  2138. package/select/components/arrow/Component.js +2 -9
  2139. package/select/components/arrow/index.css +2 -2
  2140. package/select/components/arrow/index.js +1 -3
  2141. package/select/components/base-checkmark/Component.js +4 -11
  2142. package/select/components/base-checkmark/index.css +3 -3
  2143. package/select/components/base-checkmark/index.js +2 -4
  2144. package/select/components/base-option/Component.js +7 -14
  2145. package/select/components/base-option/index.css +10 -10
  2146. package/select/components/base-option/index.js +4 -6
  2147. package/select/components/base-select/Component.js +4 -6
  2148. package/select/components/base-select/index.css +6 -6
  2149. package/select/components/base-select/index.d.ts +1 -1
  2150. package/select/components/base-select/index.js +4 -6
  2151. package/select/components/base-select-mobile/Component.js +24 -26
  2152. package/select/components/base-select-mobile/checkmark/Component.js +4 -11
  2153. package/select/components/base-select-mobile/checkmark/index.css +5 -5
  2154. package/select/components/base-select-mobile/checkmark/index.js +1 -3
  2155. package/select/components/base-select-mobile/index.css +10 -10
  2156. package/select/components/base-select-mobile/index.d.ts +1 -1
  2157. package/select/components/base-select-mobile/index.js +19 -21
  2158. package/select/components/base-select-mobile/options-list/Component.js +11 -18
  2159. package/select/components/base-select-mobile/options-list/index.css +8 -8
  2160. package/select/components/base-select-mobile/options-list/index.js +4 -6
  2161. package/select/components/checkmark/Component.js +5 -12
  2162. package/select/components/checkmark/index.css +7 -7
  2163. package/select/components/checkmark/index.js +2 -4
  2164. package/select/components/field/Component.js +12 -19
  2165. package/select/components/field/index.css +8 -8
  2166. package/select/components/field/index.js +4 -6
  2167. package/select/components/index.js +21 -23
  2168. package/select/components/native-select/Component.js +5 -11
  2169. package/select/components/native-select/index.js +2 -4
  2170. package/select/components/optgroup/Component.js +4 -11
  2171. package/select/components/optgroup/index.css +5 -5
  2172. package/select/components/optgroup/index.js +1 -3
  2173. package/select/components/option/Component.js +8 -15
  2174. package/select/components/option/index.css +19 -19
  2175. package/select/components/option/index.js +4 -6
  2176. package/select/components/options-list/Component.js +12 -20
  2177. package/select/components/options-list/index.css +5 -5
  2178. package/select/components/options-list/index.js +5 -7
  2179. package/select/components/select-mobile/Component.js +21 -23
  2180. package/select/components/select-mobile/index.d.ts +1 -1
  2181. package/select/components/select-mobile/index.js +19 -21
  2182. package/select/components/select-modal-mobile/Component.js +21 -23
  2183. package/select/components/select-modal-mobile/index.d.ts +1 -1
  2184. package/select/components/select-modal-mobile/index.js +19 -21
  2185. package/select/components/virtual-options-list/Component.js +15 -22
  2186. package/select/components/virtual-options-list/index.css +11 -11
  2187. package/select/components/virtual-options-list/index.js +5 -7
  2188. package/select/cssm/{Component-50ab37a1.d.ts → Component-07f6200f.d.ts} +0 -0
  2189. package/select/cssm/{Component-50ab37a1.js → Component-07f6200f.js} +14 -21
  2190. package/select/cssm/{Component-17177b98.d.ts → Component-b5c43f14.d.ts} +0 -0
  2191. package/select/cssm/{Component-17177b98.js → Component-b5c43f14.js} +45 -53
  2192. package/select/cssm/Component.js +11 -17
  2193. package/select/cssm/Component.responsive.js +30 -36
  2194. package/select/cssm/components/arrow/Component.js +1 -9
  2195. package/select/cssm/components/arrow/index.js +1 -3
  2196. package/select/cssm/components/base-checkmark/Component.js +6 -14
  2197. package/select/cssm/components/base-checkmark/index.js +2 -4
  2198. package/select/cssm/components/base-option/Component.js +14 -22
  2199. package/select/cssm/components/base-option/index.js +4 -6
  2200. package/select/cssm/components/base-select/Component.js +4 -6
  2201. package/select/cssm/components/base-select/index.d.ts +1 -1
  2202. package/select/cssm/components/base-select/index.js +4 -6
  2203. package/select/cssm/components/base-select-mobile/Component.js +30 -32
  2204. package/select/cssm/components/base-select-mobile/checkmark/Component.js +4 -12
  2205. package/select/cssm/components/base-select-mobile/checkmark/index.js +1 -3
  2206. package/select/cssm/components/base-select-mobile/index.d.ts +1 -1
  2207. package/select/cssm/components/base-select-mobile/index.js +23 -25
  2208. package/select/cssm/components/base-select-mobile/options-list/Component.js +12 -20
  2209. package/select/cssm/components/base-select-mobile/options-list/index.js +5 -7
  2210. package/select/cssm/components/checkmark/Component.js +7 -15
  2211. package/select/cssm/components/checkmark/index.js +2 -4
  2212. package/select/cssm/components/field/Component.js +13 -21
  2213. package/select/cssm/components/field/index.js +4 -6
  2214. package/select/cssm/components/index.js +24 -26
  2215. package/select/cssm/components/native-select/Component.js +5 -11
  2216. package/select/cssm/components/native-select/index.js +2 -4
  2217. package/select/cssm/components/optgroup/Component.js +3 -11
  2218. package/select/cssm/components/optgroup/index.js +1 -3
  2219. package/select/cssm/components/option/Component.js +12 -20
  2220. package/select/cssm/components/option/index.js +4 -6
  2221. package/select/cssm/components/options-list/Component.js +12 -21
  2222. package/select/cssm/components/options-list/index.js +6 -8
  2223. package/select/cssm/components/select-mobile/Component.js +26 -28
  2224. package/select/cssm/components/select-mobile/index.d.ts +1 -1
  2225. package/select/cssm/components/select-mobile/index.js +23 -25
  2226. package/select/cssm/components/select-modal-mobile/Component.js +26 -28
  2227. package/select/cssm/components/select-modal-mobile/index.d.ts +1 -1
  2228. package/select/cssm/components/select-modal-mobile/index.js +23 -25
  2229. package/select/cssm/components/virtual-options-list/Component.js +17 -25
  2230. package/select/cssm/components/virtual-options-list/index.js +6 -8
  2231. package/select/cssm/getDataTestId-3fe0d3e6.d.ts +1 -1
  2232. package/select/cssm/index.js +36 -38
  2233. package/select/cssm/{intersection-observer-8c55e13a.d.ts → intersection-observer-9ec5cf59.d.ts} +0 -0
  2234. package/select/cssm/{intersection-observer-8c55e13a.js → intersection-observer-9ec5cf59.js} +0 -0
  2235. package/select/cssm/presets/index.js +35 -37
  2236. package/select/cssm/presets/useLazyLoading/hook.js +10 -17
  2237. package/select/cssm/presets/useSelectWithApply/hook.js +30 -32
  2238. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +30 -32
  2239. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2240. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +23 -25
  2241. package/select/cssm/presets/useSelectWithLoading/hook.js +9 -16
  2242. package/select/cssm/responsive.d.ts +1 -0
  2243. package/select/cssm/responsive.js +20 -22
  2244. package/select/cssm/{tslib.es6-0857346e.d.ts → tslib.es6-0e9bf404.d.ts} +0 -0
  2245. package/select/cssm/{tslib.es6-0857346e.js → tslib.es6-0e9bf404.js} +0 -0
  2246. package/select/cssm/utils.js +1 -3
  2247. package/select/esm/{Component-e1412204.d.ts → Component-18490c10.d.ts} +0 -0
  2248. package/select/esm/{Component-e1412204.js → Component-18490c10.js} +8 -8
  2249. package/select/esm/{Component-48ded747.d.ts → Component-90edf135.d.ts} +0 -0
  2250. package/select/esm/{Component-48ded747.js → Component-90edf135.js} +33 -33
  2251. package/select/esm/Component.js +12 -12
  2252. package/select/esm/Component.responsive.js +24 -24
  2253. package/select/esm/components/arrow/Component.js +1 -1
  2254. package/select/esm/components/arrow/index.css +2 -2
  2255. package/select/esm/components/arrow/index.js +1 -1
  2256. package/select/esm/components/base-checkmark/Component.js +2 -2
  2257. package/select/esm/components/base-checkmark/index.css +3 -3
  2258. package/select/esm/components/base-checkmark/index.js +2 -2
  2259. package/select/esm/components/base-option/Component.js +4 -4
  2260. package/select/esm/components/base-option/index.css +10 -10
  2261. package/select/esm/components/base-option/index.js +4 -4
  2262. package/select/esm/components/base-select/Component.js +6 -6
  2263. package/select/esm/components/base-select/index.css +6 -6
  2264. package/select/esm/components/base-select/index.d.ts +1 -1
  2265. package/select/esm/components/base-select/index.js +6 -6
  2266. package/select/esm/components/base-select-mobile/Component.js +24 -24
  2267. package/select/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  2268. package/select/esm/components/base-select-mobile/checkmark/index.css +5 -5
  2269. package/select/esm/components/base-select-mobile/checkmark/index.js +1 -1
  2270. package/select/esm/components/base-select-mobile/index.css +10 -10
  2271. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  2272. package/select/esm/components/base-select-mobile/index.js +19 -19
  2273. package/select/esm/components/base-select-mobile/options-list/Component.js +4 -4
  2274. package/select/esm/components/base-select-mobile/options-list/index.css +8 -8
  2275. package/select/esm/components/base-select-mobile/options-list/index.js +5 -5
  2276. package/select/esm/components/checkmark/Component.js +2 -2
  2277. package/select/esm/components/checkmark/index.css +7 -7
  2278. package/select/esm/components/checkmark/index.js +2 -2
  2279. package/select/esm/components/field/Component.js +5 -5
  2280. package/select/esm/components/field/index.css +8 -8
  2281. package/select/esm/components/field/index.js +4 -4
  2282. package/select/esm/components/index.js +21 -21
  2283. package/select/esm/components/native-select/Component.js +1 -1
  2284. package/select/esm/components/native-select/index.js +2 -2
  2285. package/select/esm/components/optgroup/Component.js +1 -1
  2286. package/select/esm/components/optgroup/index.css +5 -5
  2287. package/select/esm/components/optgroup/index.js +1 -1
  2288. package/select/esm/components/option/Component.js +4 -4
  2289. package/select/esm/components/option/index.css +19 -19
  2290. package/select/esm/components/option/index.js +4 -4
  2291. package/select/esm/components/options-list/Component.js +5 -5
  2292. package/select/esm/components/options-list/index.css +5 -5
  2293. package/select/esm/components/options-list/index.js +6 -6
  2294. package/select/esm/components/select-mobile/Component.js +21 -21
  2295. package/select/esm/components/select-mobile/index.d.ts +1 -1
  2296. package/select/esm/components/select-mobile/index.js +19 -19
  2297. package/select/esm/components/select-modal-mobile/Component.js +21 -21
  2298. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  2299. package/select/esm/components/select-modal-mobile/index.js +19 -19
  2300. package/select/esm/components/virtual-options-list/Component.js +7 -7
  2301. package/select/esm/components/virtual-options-list/index.css +11 -11
  2302. package/select/esm/components/virtual-options-list/index.js +6 -6
  2303. package/select/esm/getDataTestId-3fe0d3e6.d.ts +1 -1
  2304. package/select/esm/index.js +21 -21
  2305. package/select/esm/{intersection-observer-2991af7e.d.ts → intersection-observer-f951196f.d.ts} +0 -0
  2306. package/select/esm/{intersection-observer-2991af7e.js → intersection-observer-f951196f.js} +0 -0
  2307. package/select/esm/presets/index.js +26 -26
  2308. package/select/esm/presets/useLazyLoading/hook.js +8 -8
  2309. package/select/esm/presets/useLazyLoading/index.css +1 -1
  2310. package/select/esm/presets/useSelectWithApply/hook.js +24 -24
  2311. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +24 -24
  2312. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  2313. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2314. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +19 -19
  2315. package/select/esm/presets/useSelectWithLoading/hook.js +7 -7
  2316. package/select/esm/presets/useSelectWithLoading/index.css +1 -1
  2317. package/select/esm/responsive.d.ts +1 -0
  2318. package/select/esm/responsive.js +18 -18
  2319. package/select/esm/{tslib.es6-ca9dc76f.d.ts → tslib.es6-b843a0de.d.ts} +0 -0
  2320. package/select/esm/{tslib.es6-ca9dc76f.js → tslib.es6-b843a0de.js} +0 -0
  2321. package/select/esm/utils.js +1 -1
  2322. package/select/getDataTestId-3fe0d3e6.d.ts +1 -1
  2323. package/select/index.js +33 -35
  2324. package/select/{intersection-observer-7bcb1c5c.d.ts → intersection-observer-54c021a4.d.ts} +0 -0
  2325. package/select/{intersection-observer-7bcb1c5c.js → intersection-observer-54c021a4.js} +0 -0
  2326. package/select/modern/{Component-79501e09.d.ts → Component-633cd6ec.d.ts} +0 -0
  2327. package/select/modern/{Component-79501e09.js → Component-633cd6ec.js} +4 -4
  2328. package/select/modern/{Component-4a90e3ba.d.ts → Component-b4cd876c.d.ts} +0 -0
  2329. package/select/modern/{Component-4a90e3ba.js → Component-b4cd876c.js} +33 -33
  2330. package/select/modern/Component.js +13 -13
  2331. package/select/modern/Component.responsive.js +18 -18
  2332. package/select/modern/components/arrow/Component.js +1 -1
  2333. package/select/modern/components/arrow/index.css +2 -2
  2334. package/select/modern/components/arrow/index.js +1 -1
  2335. package/select/modern/components/base-checkmark/Component.js +2 -2
  2336. package/select/modern/components/base-checkmark/index.css +3 -3
  2337. package/select/modern/components/base-checkmark/index.js +2 -2
  2338. package/select/modern/components/base-option/Component.js +3 -3
  2339. package/select/modern/components/base-option/index.css +10 -10
  2340. package/select/modern/components/base-option/index.js +3 -3
  2341. package/select/modern/components/base-select/Component.js +5 -5
  2342. package/select/modern/components/base-select/index.css +6 -6
  2343. package/select/modern/components/base-select/index.d.ts +1 -1
  2344. package/select/modern/components/base-select/index.js +5 -5
  2345. package/select/modern/components/base-select-mobile/Component.js +25 -25
  2346. package/select/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  2347. package/select/modern/components/base-select-mobile/checkmark/index.css +5 -5
  2348. package/select/modern/components/base-select-mobile/checkmark/index.js +1 -1
  2349. package/select/modern/components/base-select-mobile/index.css +10 -10
  2350. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  2351. package/select/modern/components/base-select-mobile/index.js +20 -20
  2352. package/select/modern/components/base-select-mobile/options-list/Component.js +3 -3
  2353. package/select/modern/components/base-select-mobile/options-list/index.css +8 -8
  2354. package/select/modern/components/base-select-mobile/options-list/index.js +4 -4
  2355. package/select/modern/components/checkmark/Component.js +2 -2
  2356. package/select/modern/components/checkmark/index.css +7 -7
  2357. package/select/modern/components/checkmark/index.js +2 -2
  2358. package/select/modern/components/field/Component.js +3 -3
  2359. package/select/modern/components/field/index.css +8 -8
  2360. package/select/modern/components/field/index.js +3 -3
  2361. package/select/modern/components/index.js +22 -22
  2362. package/select/modern/components/native-select/index.js +1 -1
  2363. package/select/modern/components/optgroup/Component.js +1 -1
  2364. package/select/modern/components/optgroup/index.css +5 -5
  2365. package/select/modern/components/optgroup/index.js +1 -1
  2366. package/select/modern/components/option/Component.js +3 -3
  2367. package/select/modern/components/option/index.css +19 -19
  2368. package/select/modern/components/option/index.js +3 -3
  2369. package/select/modern/components/options-list/Component.js +4 -4
  2370. package/select/modern/components/options-list/index.css +5 -5
  2371. package/select/modern/components/options-list/index.js +5 -5
  2372. package/select/modern/components/select-mobile/Component.js +22 -22
  2373. package/select/modern/components/select-mobile/index.d.ts +1 -1
  2374. package/select/modern/components/select-mobile/index.js +20 -20
  2375. package/select/modern/components/select-modal-mobile/Component.js +22 -22
  2376. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  2377. package/select/modern/components/select-modal-mobile/index.js +20 -20
  2378. package/select/modern/components/virtual-options-list/Component.js +4 -4
  2379. package/select/modern/components/virtual-options-list/index.css +11 -11
  2380. package/select/modern/components/virtual-options-list/index.js +5 -5
  2381. package/select/modern/getDataTestId-3fe0d3e6.d.ts +1 -1
  2382. package/select/modern/index.js +22 -22
  2383. package/select/modern/{intersection-observer-2991af7e.d.ts → intersection-observer-f951196f.d.ts} +0 -0
  2384. package/select/modern/{intersection-observer-2991af7e.js → intersection-observer-f951196f.js} +0 -0
  2385. package/select/modern/presets/index.js +25 -25
  2386. package/select/modern/presets/useLazyLoading/hook.js +6 -6
  2387. package/select/modern/presets/useLazyLoading/index.css +1 -1
  2388. package/select/modern/presets/useSelectWithApply/hook.js +20 -20
  2389. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +21 -21
  2390. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  2391. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2392. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +20 -20
  2393. package/select/modern/presets/useSelectWithLoading/hook.js +5 -5
  2394. package/select/modern/presets/useSelectWithLoading/index.css +1 -1
  2395. package/select/modern/responsive.d.ts +1 -0
  2396. package/select/modern/responsive.js +19 -19
  2397. package/select/presets/index.js +26 -28
  2398. package/select/presets/useLazyLoading/hook.js +10 -16
  2399. package/select/presets/useLazyLoading/index.css +1 -1
  2400. package/select/presets/useSelectWithApply/hook.js +24 -26
  2401. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +22 -24
  2402. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  2403. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  2404. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +19 -21
  2405. package/select/presets/useSelectWithLoading/hook.js +9 -15
  2406. package/select/presets/useSelectWithLoading/index.css +1 -1
  2407. package/select/responsive.d.ts +1 -0
  2408. package/select/responsive.js +16 -18
  2409. package/select/{tslib.es6-ae3351d1.d.ts → tslib.es6-b8d245fd.d.ts} +0 -0
  2410. package/select/{tslib.es6-ae3351d1.js → tslib.es6-b8d245fd.js} +0 -0
  2411. package/select/utils.js +1 -3
  2412. package/select-with-tags/component.js +6 -12
  2413. package/select-with-tags/components/index.js +4 -6
  2414. package/select-with-tags/components/tag/component.js +6 -13
  2415. package/select-with-tags/components/tag/index.css +10 -10
  2416. package/select-with-tags/components/tag/index.js +2 -4
  2417. package/select-with-tags/components/tag-list/component.js +13 -20
  2418. package/select-with-tags/components/tag-list/index.css +30 -30
  2419. package/select-with-tags/components/tag-list/index.js +3 -5
  2420. package/select-with-tags/cssm/component.js +7 -13
  2421. package/select-with-tags/cssm/components/index.js +5 -7
  2422. package/select-with-tags/cssm/components/tag/component.js +5 -13
  2423. package/select-with-tags/cssm/components/tag/index.js +2 -4
  2424. package/select-with-tags/cssm/components/tag-list/component.js +19 -27
  2425. package/select-with-tags/cssm/components/tag-list/index.js +3 -5
  2426. package/select-with-tags/cssm/index.js +4 -6
  2427. package/select-with-tags/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  2428. package/select-with-tags/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  2429. package/select-with-tags/cssm/utils/calculate-collapse-size.d.ts +1 -1
  2430. package/select-with-tags/cssm/utils/calculate-collapse-size.js +0 -2
  2431. package/select-with-tags/cssm/utils/index.js +2 -4
  2432. package/select-with-tags/cssm/utils/match.js +1 -3
  2433. package/select-with-tags/esm/component.js +6 -6
  2434. package/select-with-tags/esm/components/index.js +4 -4
  2435. package/select-with-tags/esm/components/tag/component.js +2 -2
  2436. package/select-with-tags/esm/components/tag/index.css +10 -10
  2437. package/select-with-tags/esm/components/tag/index.js +2 -2
  2438. package/select-with-tags/esm/components/tag-list/component.js +6 -6
  2439. package/select-with-tags/esm/components/tag-list/index.css +30 -30
  2440. package/select-with-tags/esm/components/tag-list/index.js +4 -4
  2441. package/select-with-tags/esm/index.js +5 -5
  2442. package/select-with-tags/esm/{tslib.es6-30d2d84b.d.ts → tslib.es6-508ceae0.d.ts} +0 -0
  2443. package/select-with-tags/esm/{tslib.es6-30d2d84b.js → tslib.es6-508ceae0.js} +0 -0
  2444. package/select-with-tags/esm/utils/calculate-collapse-size.d.ts +1 -1
  2445. package/select-with-tags/esm/utils/index.js +2 -2
  2446. package/select-with-tags/esm/utils/match.js +1 -1
  2447. package/select-with-tags/index.js +4 -6
  2448. package/select-with-tags/modern/component.js +6 -6
  2449. package/select-with-tags/modern/components/index.js +4 -4
  2450. package/select-with-tags/modern/components/tag/component.js +2 -2
  2451. package/select-with-tags/modern/components/tag/index.css +10 -10
  2452. package/select-with-tags/modern/components/tag/index.js +2 -2
  2453. package/select-with-tags/modern/components/tag-list/component.js +4 -4
  2454. package/select-with-tags/modern/components/tag-list/index.css +30 -30
  2455. package/select-with-tags/modern/components/tag-list/index.js +4 -4
  2456. package/select-with-tags/modern/index.js +7 -7
  2457. package/select-with-tags/modern/utils/calculate-collapse-size.d.ts +1 -1
  2458. package/select-with-tags/modern/utils/index.js +1 -1
  2459. package/select-with-tags/{tslib.es6-63c18b9e.d.ts → tslib.es6-d3b1ece0.d.ts} +0 -0
  2460. package/select-with-tags/{tslib.es6-63c18b9e.js → tslib.es6-d3b1ece0.js} +0 -0
  2461. package/select-with-tags/utils/calculate-collapse-size.d.ts +1 -1
  2462. package/select-with-tags/utils/calculate-collapse-size.js +0 -2
  2463. package/select-with-tags/utils/index.js +2 -4
  2464. package/select-with-tags/utils/match.js +1 -3
  2465. package/side-panel/Component.desktop.js +13 -21
  2466. package/side-panel/Component.mobile.js +10 -17
  2467. package/side-panel/Component.responsive.d.ts +1 -1
  2468. package/side-panel/Component.responsive.js +17 -23
  2469. package/side-panel/Context.js +0 -2
  2470. package/side-panel/components/closer/Component.js +6 -13
  2471. package/side-panel/components/closer/index.css +3 -3
  2472. package/side-panel/components/content/Component.desktop.js +5 -12
  2473. package/side-panel/components/content/Component.js +3 -10
  2474. package/side-panel/components/content/Component.mobile.js +5 -12
  2475. package/side-panel/components/content/desktop.css +2 -2
  2476. package/side-panel/components/content/index.css +2 -2
  2477. package/side-panel/components/content/mobile.css +2 -2
  2478. package/side-panel/components/footer/Component.desktop.js +5 -12
  2479. package/side-panel/components/footer/Component.js +4 -11
  2480. package/side-panel/components/footer/Component.mobile.js +5 -12
  2481. package/side-panel/components/footer/desktop.css +2 -2
  2482. package/side-panel/components/footer/index.css +3 -3
  2483. package/side-panel/components/footer/layout.css +24 -24
  2484. package/side-panel/components/footer/mobile.css +2 -2
  2485. package/side-panel/components/header/Component.desktop.js +8 -15
  2486. package/side-panel/components/header/Component.js +9 -16
  2487. package/side-panel/components/header/Component.mobile.js +9 -17
  2488. package/side-panel/components/header/desktop.css +5 -5
  2489. package/side-panel/components/header/index.css +15 -15
  2490. package/side-panel/components/header/mobile.css +2 -2
  2491. package/side-panel/cssm/Component.desktop.js +22 -32
  2492. package/side-panel/cssm/Component.mobile.js +14 -23
  2493. package/side-panel/cssm/Component.responsive.js +23 -29
  2494. package/side-panel/cssm/Context.js +0 -2
  2495. package/side-panel/cssm/components/closer/Component.js +6 -14
  2496. package/side-panel/cssm/components/content/Component.desktop.js +5 -13
  2497. package/side-panel/cssm/components/content/Component.js +2 -10
  2498. package/side-panel/cssm/components/content/Component.mobile.js +5 -13
  2499. package/side-panel/cssm/components/footer/Component.desktop.js +6 -14
  2500. package/side-panel/cssm/components/footer/Component.js +4 -13
  2501. package/side-panel/cssm/components/footer/Component.mobile.js +6 -14
  2502. package/side-panel/cssm/components/header/Component.desktop.js +11 -19
  2503. package/side-panel/cssm/components/header/Component.js +13 -21
  2504. package/side-panel/cssm/components/header/Component.mobile.js +11 -20
  2505. package/side-panel/cssm/desktop.d.ts +1 -0
  2506. package/side-panel/cssm/desktop.js +10 -12
  2507. package/side-panel/cssm/index.js +21 -23
  2508. package/side-panel/cssm/mobile.d.ts +1 -0
  2509. package/side-panel/cssm/mobile.js +12 -14
  2510. package/side-panel/cssm/responsive.d.ts +1 -0
  2511. package/side-panel/cssm/responsive.js +20 -22
  2512. package/side-panel/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  2513. package/side-panel/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  2514. package/side-panel/desktop.css +2 -2
  2515. package/side-panel/desktop.d.ts +1 -0
  2516. package/side-panel/desktop.js +8 -10
  2517. package/side-panel/esm/Component.desktop.js +9 -9
  2518. package/side-panel/esm/Component.mobile.js +9 -9
  2519. package/side-panel/esm/Component.responsive.js +13 -13
  2520. package/side-panel/esm/components/closer/Component.js +4 -4
  2521. package/side-panel/esm/components/closer/index.css +3 -3
  2522. package/side-panel/esm/components/content/Component.desktop.js +3 -3
  2523. package/side-panel/esm/components/content/Component.js +2 -2
  2524. package/side-panel/esm/components/content/Component.mobile.js +3 -3
  2525. package/side-panel/esm/components/content/desktop.css +2 -2
  2526. package/side-panel/esm/components/content/index.css +2 -2
  2527. package/side-panel/esm/components/content/mobile.css +2 -2
  2528. package/side-panel/esm/components/footer/Component.desktop.js +3 -3
  2529. package/side-panel/esm/components/footer/Component.js +4 -4
  2530. package/side-panel/esm/components/footer/Component.mobile.js +3 -3
  2531. package/side-panel/esm/components/footer/desktop.css +2 -2
  2532. package/side-panel/esm/components/footer/index.css +3 -3
  2533. package/side-panel/esm/components/footer/layout.css +24 -24
  2534. package/side-panel/esm/components/footer/mobile.css +2 -2
  2535. package/side-panel/esm/components/header/Component.desktop.js +5 -5
  2536. package/side-panel/esm/components/header/Component.js +4 -4
  2537. package/side-panel/esm/components/header/Component.mobile.js +6 -6
  2538. package/side-panel/esm/components/header/desktop.css +5 -5
  2539. package/side-panel/esm/components/header/index.css +15 -15
  2540. package/side-panel/esm/components/header/mobile.css +2 -2
  2541. package/side-panel/esm/desktop.css +2 -2
  2542. package/side-panel/esm/desktop.d.ts +1 -0
  2543. package/side-panel/esm/desktop.js +8 -8
  2544. package/side-panel/esm/index.js +14 -14
  2545. package/side-panel/esm/mobile.css +1 -1
  2546. package/side-panel/esm/mobile.d.ts +1 -0
  2547. package/side-panel/esm/mobile.js +8 -8
  2548. package/side-panel/esm/responsive.d.ts +1 -0
  2549. package/side-panel/esm/responsive.js +14 -14
  2550. package/side-panel/esm/transitions.desktop.css +6 -6
  2551. package/side-panel/esm/transitions.mobile.css +7 -7
  2552. package/side-panel/esm/{tslib.es6-91637dd0.d.ts → tslib.es6-0b4acdf0.d.ts} +0 -0
  2553. package/side-panel/esm/{tslib.es6-91637dd0.js → tslib.es6-0b4acdf0.js} +0 -0
  2554. package/side-panel/index.js +15 -17
  2555. package/side-panel/mobile.css +1 -1
  2556. package/side-panel/mobile.d.ts +1 -0
  2557. package/side-panel/mobile.js +8 -10
  2558. package/side-panel/modern/Component.desktop.js +9 -9
  2559. package/side-panel/modern/Component.mobile.js +8 -8
  2560. package/side-panel/modern/Component.responsive.js +13 -13
  2561. package/side-panel/modern/components/closer/Component.js +3 -3
  2562. package/side-panel/modern/components/closer/index.css +3 -3
  2563. package/side-panel/modern/components/content/Component.desktop.js +2 -2
  2564. package/side-panel/modern/components/content/Component.js +2 -2
  2565. package/side-panel/modern/components/content/Component.mobile.js +2 -2
  2566. package/side-panel/modern/components/content/desktop.css +2 -2
  2567. package/side-panel/modern/components/content/index.css +2 -2
  2568. package/side-panel/modern/components/content/mobile.css +2 -2
  2569. package/side-panel/modern/components/footer/Component.desktop.js +2 -2
  2570. package/side-panel/modern/components/footer/Component.js +3 -3
  2571. package/side-panel/modern/components/footer/Component.mobile.js +2 -2
  2572. package/side-panel/modern/components/footer/desktop.css +2 -2
  2573. package/side-panel/modern/components/footer/index.css +3 -3
  2574. package/side-panel/modern/components/footer/layout.css +24 -24
  2575. package/side-panel/modern/components/footer/mobile.css +2 -2
  2576. package/side-panel/modern/components/header/Component.desktop.js +4 -4
  2577. package/side-panel/modern/components/header/Component.js +2 -2
  2578. package/side-panel/modern/components/header/Component.mobile.js +4 -4
  2579. package/side-panel/modern/components/header/desktop.css +5 -5
  2580. package/side-panel/modern/components/header/index.css +15 -15
  2581. package/side-panel/modern/components/header/mobile.css +2 -2
  2582. package/side-panel/modern/desktop.css +2 -2
  2583. package/side-panel/modern/desktop.d.ts +1 -0
  2584. package/side-panel/modern/desktop.js +8 -8
  2585. package/side-panel/modern/index.js +14 -14
  2586. package/side-panel/modern/mobile.css +1 -1
  2587. package/side-panel/modern/mobile.d.ts +1 -0
  2588. package/side-panel/modern/mobile.js +7 -7
  2589. package/side-panel/modern/responsive.d.ts +1 -0
  2590. package/side-panel/modern/responsive.js +14 -14
  2591. package/side-panel/modern/transitions.desktop.css +6 -6
  2592. package/side-panel/modern/transitions.mobile.css +7 -7
  2593. package/side-panel/responsive.d.ts +1 -0
  2594. package/side-panel/responsive.js +14 -16
  2595. package/side-panel/transitions.desktop.css +6 -6
  2596. package/side-panel/transitions.mobile.css +7 -7
  2597. package/side-panel/{tslib.es6-d4cc883b.d.ts → tslib.es6-72355cd8.d.ts} +0 -0
  2598. package/side-panel/{tslib.es6-d4cc883b.js → tslib.es6-72355cd8.js} +0 -0
  2599. package/skeleton/Component.js +3 -10
  2600. package/skeleton/cssm/Component.js +2 -10
  2601. package/skeleton/cssm/index.js +1 -3
  2602. package/skeleton/esm/Component.js +1 -1
  2603. package/skeleton/esm/index.css +10 -10
  2604. package/skeleton/esm/index.js +1 -1
  2605. package/skeleton/index.css +10 -10
  2606. package/skeleton/index.js +1 -3
  2607. package/skeleton/modern/Component.js +1 -1
  2608. package/skeleton/modern/index.css +10 -10
  2609. package/skeleton/modern/index.js +1 -1
  2610. package/slider/Component.js +3 -11
  2611. package/slider/cssm/Component.js +2 -11
  2612. package/slider/cssm/index.js +0 -2
  2613. package/slider/esm/Component.js +1 -1
  2614. package/slider/esm/index.css +20 -20
  2615. package/slider/esm/index.js +1 -1
  2616. package/slider/index.css +20 -20
  2617. package/slider/index.js +0 -2
  2618. package/slider/modern/Component.js +1 -1
  2619. package/slider/modern/index.css +20 -20
  2620. package/slider/modern/index.js +1 -1
  2621. package/slider-input/Component.js +6 -13
  2622. package/slider-input/cssm/Component.js +10 -18
  2623. package/slider-input/cssm/index.js +0 -2
  2624. package/slider-input/esm/Component.js +1 -1
  2625. package/slider-input/esm/index.css +25 -25
  2626. package/slider-input/esm/index.js +1 -1
  2627. package/slider-input/index.css +25 -25
  2628. package/slider-input/index.js +0 -2
  2629. package/slider-input/modern/Component.js +1 -1
  2630. package/slider-input/modern/index.css +25 -25
  2631. package/slider-input/modern/index.js +1 -1
  2632. package/space/Component.js +7 -14
  2633. package/space/{Item-2c80876a.d.ts → Item-820053c6.d.ts} +0 -0
  2634. package/space/{Item-2c80876a.js → Item-820053c6.js} +22 -3
  2635. package/space/Item.js +1 -1
  2636. package/space/cssm/Component.js +10 -18
  2637. package/space/cssm/{Item-8d1d3431.d.ts → Item-09bf7e6e.d.ts} +0 -0
  2638. package/space/cssm/{Item-8d1d3431.js → Item-09bf7e6e.js} +22 -3
  2639. package/space/cssm/Item.js +1 -1
  2640. package/space/cssm/index.js +2 -4
  2641. package/space/cssm/utils.js +1 -7
  2642. package/space/esm/Component.js +6 -6
  2643. package/space/esm/{Item-1071437b.d.ts → Item-5658e1fb.d.ts} +0 -0
  2644. package/space/esm/{Item-1071437b.js → Item-5658e1fb.js} +4 -4
  2645. package/space/esm/Item.js +1 -1
  2646. package/space/esm/index.css +8 -8
  2647. package/space/esm/index.js +2 -2
  2648. package/space/esm/utils.js +2 -2
  2649. package/space/index.css +8 -8
  2650. package/space/index.js +2 -4
  2651. package/space/modern/Component.js +5 -5
  2652. package/space/modern/Item.js +5 -5
  2653. package/space/modern/index.css +8 -8
  2654. package/space/modern/index.js +1 -1
  2655. package/space/modern/utils.js +2 -2
  2656. package/space/utils.js +1 -7
  2657. package/spinner/Component.js +17 -24
  2658. package/spinner/cssm/Component.js +17 -27
  2659. package/spinner/cssm/index.js +1 -3
  2660. package/spinner/default.css +1 -1
  2661. package/spinner/esm/Component.js +9 -9
  2662. package/spinner/esm/default.css +1 -1
  2663. package/spinner/esm/index.css +7 -7
  2664. package/spinner/esm/index.js +1 -1
  2665. package/spinner/esm/inverted.css +1 -1
  2666. package/spinner/index.css +7 -7
  2667. package/spinner/index.js +1 -3
  2668. package/spinner/inverted.css +1 -1
  2669. package/spinner/modern/Component.js +3 -3
  2670. package/spinner/modern/default.css +1 -1
  2671. package/spinner/modern/index.css +7 -7
  2672. package/spinner/modern/index.js +1 -1
  2673. package/spinner/modern/inverted.css +1 -1
  2674. package/stack/component.js +1 -7
  2675. package/stack/context.js +0 -2
  2676. package/stack/cssm/component.js +1 -7
  2677. package/stack/cssm/context.js +0 -2
  2678. package/stack/cssm/index.js +1 -3
  2679. package/stack/esm/component.js +1 -1
  2680. package/stack/esm/index.js +1 -1
  2681. package/stack/index.js +1 -3
  2682. package/stack/modern/component.js +1 -1
  2683. package/stack/modern/index.js +1 -1
  2684. package/status/Component.js +2 -9
  2685. package/status/cssm/Component.js +1 -9
  2686. package/status/cssm/index.js +1 -3
  2687. package/status/esm/Component.js +1 -1
  2688. package/status/esm/index.css +17 -17
  2689. package/status/esm/index.js +1 -1
  2690. package/status/index.css +17 -17
  2691. package/status/index.js +1 -3
  2692. package/status/modern/Component.js +1 -1
  2693. package/status/modern/index.css +17 -17
  2694. package/status/modern/index.js +1 -1
  2695. package/stepped-progress-bar/Component.js +4 -11
  2696. package/stepped-progress-bar/components/step-bar/Component.js +2 -9
  2697. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  2698. package/stepped-progress-bar/components/step-bar/index.js +1 -3
  2699. package/stepped-progress-bar/cssm/Component.js +4 -12
  2700. package/stepped-progress-bar/cssm/components/step-bar/Component.js +1 -9
  2701. package/stepped-progress-bar/cssm/components/step-bar/index.js +1 -3
  2702. package/stepped-progress-bar/cssm/index.js +2 -4
  2703. package/stepped-progress-bar/esm/Component.js +1 -1
  2704. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  2705. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  2706. package/stepped-progress-bar/esm/components/step-bar/index.js +1 -1
  2707. package/stepped-progress-bar/esm/index.css +3 -3
  2708. package/stepped-progress-bar/esm/index.js +1 -1
  2709. package/stepped-progress-bar/index.css +3 -3
  2710. package/stepped-progress-bar/index.js +1 -3
  2711. package/stepped-progress-bar/modern/Component.js +1 -1
  2712. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  2713. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  2714. package/stepped-progress-bar/modern/components/step-bar/index.js +1 -1
  2715. package/stepped-progress-bar/modern/index.css +3 -3
  2716. package/stepped-progress-bar/modern/index.js +1 -1
  2717. package/steps/Component.js +6 -13
  2718. package/steps/components/step/Component.js +15 -22
  2719. package/steps/components/step/index.css +25 -25
  2720. package/steps/components/step/index.js +2 -4
  2721. package/steps/components/step-indicator/Component.js +2 -9
  2722. package/steps/components/step-indicator/index.css +1 -1
  2723. package/steps/components/step-indicator/index.js +1 -3
  2724. package/steps/cssm/Component.js +7 -15
  2725. package/steps/cssm/components/step/Component.js +30 -38
  2726. package/steps/cssm/components/step/index.js +2 -4
  2727. package/steps/cssm/components/step-indicator/Component.js +1 -9
  2728. package/steps/cssm/components/step-indicator/index.js +1 -3
  2729. package/steps/cssm/index.js +2 -4
  2730. package/steps/esm/Component.js +3 -3
  2731. package/steps/esm/components/step/Component.js +2 -2
  2732. package/steps/esm/components/step/index.css +25 -25
  2733. package/steps/esm/components/step/index.js +2 -2
  2734. package/steps/esm/components/step-indicator/Component.js +1 -1
  2735. package/steps/esm/components/step-indicator/index.css +1 -1
  2736. package/steps/esm/components/step-indicator/index.js +1 -1
  2737. package/steps/esm/index.css +2 -2
  2738. package/steps/esm/index.js +3 -3
  2739. package/steps/index.css +2 -2
  2740. package/steps/index.js +2 -4
  2741. package/steps/modern/Component.js +3 -3
  2742. package/steps/modern/components/step/Component.js +2 -2
  2743. package/steps/modern/components/step/index.css +25 -25
  2744. package/steps/modern/components/step/index.js +2 -2
  2745. package/steps/modern/components/step-indicator/Component.js +1 -1
  2746. package/steps/modern/components/step-indicator/index.css +1 -1
  2747. package/steps/modern/components/step-indicator/index.js +1 -1
  2748. package/steps/modern/index.css +2 -2
  2749. package/steps/modern/index.js +3 -3
  2750. package/switch/Component.d.ts +2 -2
  2751. package/switch/Component.js +9 -17
  2752. package/switch/cssm/Component.d.ts +2 -2
  2753. package/switch/cssm/Component.js +14 -23
  2754. package/switch/cssm/index.js +0 -2
  2755. package/switch/esm/Component.d.ts +2 -2
  2756. package/switch/esm/Component.js +1 -1
  2757. package/switch/esm/index.css +25 -25
  2758. package/switch/esm/index.js +1 -1
  2759. package/switch/index.css +25 -25
  2760. package/switch/index.js +0 -2
  2761. package/switch/modern/Component.d.ts +2 -2
  2762. package/switch/modern/Component.js +1 -1
  2763. package/switch/modern/index.css +25 -25
  2764. package/switch/modern/index.js +1 -1
  2765. package/table/component.js +12 -14
  2766. package/table/components/index.js +13 -15
  2767. package/table/components/pagination/Component.js +8 -15
  2768. package/table/components/pagination/index.css +7 -7
  2769. package/table/components/pagination/index.js +4 -6
  2770. package/table/components/pagination/select-field/index.css +3 -3
  2771. package/table/components/pagination/select-field/index.js +4 -11
  2772. package/table/components/table/Component.js +6 -13
  2773. package/table/components/table/index.css +6 -6
  2774. package/table/components/table/index.js +3 -5
  2775. package/table/components/table/utils.js +4 -10
  2776. package/table/components/table-context/index.js +1 -7
  2777. package/table/components/tbody/Component.js +3 -10
  2778. package/table/components/tbody/index.css +1 -1
  2779. package/table/components/tbody/index.js +2 -4
  2780. package/table/components/tcell/Component.js +3 -10
  2781. package/table/components/tcell/index.css +5 -5
  2782. package/table/components/tcell/index.js +2 -4
  2783. package/table/components/texpandable-row/Component.js +5 -12
  2784. package/table/components/texpandable-row/index.css +4 -4
  2785. package/table/components/texpandable-row/index.js +2 -4
  2786. package/table/components/thead/Component.js +4 -11
  2787. package/table/components/thead/index.css +5 -5
  2788. package/table/components/thead/index.js +2 -4
  2789. package/table/components/thead-cell/Component.js +3 -10
  2790. package/table/components/thead-cell/index.css +7 -7
  2791. package/table/components/thead-cell/index.js +2 -4
  2792. package/table/components/trow/Component.js +4 -11
  2793. package/table/components/trow/index.css +7 -7
  2794. package/table/components/trow/index.js +2 -4
  2795. package/table/components/tsortable-head-cell/Component.js +6 -13
  2796. package/table/components/tsortable-head-cell/index.css +8 -8
  2797. package/table/components/tsortable-head-cell/index.js +3 -5
  2798. package/table/components/tsortable-head-cell/sort-icon-asc.js +3 -9
  2799. package/table/components/tsortable-head-cell/sort-icon-desc.js +3 -9
  2800. package/table/components/tsortable-head-cell/sort-icon-unset.js +3 -9
  2801. package/table/cssm/component.js +13 -15
  2802. package/table/cssm/components/index.js +13 -15
  2803. package/table/cssm/components/pagination/Component.js +8 -16
  2804. package/table/cssm/components/pagination/index.js +4 -6
  2805. package/table/cssm/components/pagination/select-field/index.js +3 -11
  2806. package/table/cssm/components/table/Component.js +10 -18
  2807. package/table/cssm/components/table/index.js +4 -6
  2808. package/table/cssm/components/table/utils.js +5 -11
  2809. package/table/cssm/components/table-context/index.js +1 -7
  2810. package/table/cssm/components/tbody/Component.js +2 -10
  2811. package/table/cssm/components/tbody/index.js +2 -4
  2812. package/table/cssm/components/tcell/Component.js +2 -10
  2813. package/table/cssm/components/tcell/index.js +2 -4
  2814. package/table/cssm/components/texpandable-row/Component.js +7 -15
  2815. package/table/cssm/components/texpandable-row/index.js +3 -5
  2816. package/table/cssm/components/thead/Component.js +3 -11
  2817. package/table/cssm/components/thead/index.js +2 -4
  2818. package/table/cssm/components/thead-cell/Component.js +3 -11
  2819. package/table/cssm/components/thead-cell/index.js +2 -4
  2820. package/table/cssm/components/trow/Component.js +6 -14
  2821. package/table/cssm/components/trow/index.js +2 -4
  2822. package/table/cssm/components/tsortable-head-cell/Component.js +7 -15
  2823. package/table/cssm/components/tsortable-head-cell/index.js +3 -5
  2824. package/table/cssm/components/tsortable-head-cell/sort-icon-asc.js +3 -9
  2825. package/table/cssm/components/tsortable-head-cell/sort-icon-desc.js +3 -9
  2826. package/table/cssm/components/tsortable-head-cell/sort-icon-unset.js +3 -9
  2827. package/table/cssm/index.js +13 -15
  2828. package/table/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  2829. package/table/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  2830. package/table/cssm/utils.js +1 -7
  2831. package/table/esm/component.js +13 -13
  2832. package/table/esm/components/index.js +13 -13
  2833. package/table/esm/components/pagination/Component.js +5 -5
  2834. package/table/esm/components/pagination/index.css +7 -7
  2835. package/table/esm/components/pagination/index.js +4 -4
  2836. package/table/esm/components/pagination/select-field/index.css +3 -3
  2837. package/table/esm/components/pagination/select-field/index.js +2 -2
  2838. package/table/esm/components/table/Component.js +4 -4
  2839. package/table/esm/components/table/index.css +6 -6
  2840. package/table/esm/components/table/index.js +3 -3
  2841. package/table/esm/components/table/utils.js +2 -2
  2842. package/table/esm/components/tbody/Component.js +2 -2
  2843. package/table/esm/components/tbody/index.css +1 -1
  2844. package/table/esm/components/tbody/index.js +2 -2
  2845. package/table/esm/components/tcell/Component.js +2 -2
  2846. package/table/esm/components/tcell/index.css +5 -5
  2847. package/table/esm/components/tcell/index.js +2 -2
  2848. package/table/esm/components/texpandable-row/Component.js +2 -2
  2849. package/table/esm/components/texpandable-row/index.css +4 -4
  2850. package/table/esm/components/texpandable-row/index.js +2 -2
  2851. package/table/esm/components/thead/Component.js +2 -2
  2852. package/table/esm/components/thead/index.css +5 -5
  2853. package/table/esm/components/thead/index.js +2 -2
  2854. package/table/esm/components/thead-cell/Component.js +2 -2
  2855. package/table/esm/components/thead-cell/index.css +7 -7
  2856. package/table/esm/components/thead-cell/index.js +2 -2
  2857. package/table/esm/components/trow/Component.js +2 -2
  2858. package/table/esm/components/trow/index.css +7 -7
  2859. package/table/esm/components/trow/index.js +2 -2
  2860. package/table/esm/components/tsortable-head-cell/Component.js +3 -3
  2861. package/table/esm/components/tsortable-head-cell/index.css +8 -8
  2862. package/table/esm/components/tsortable-head-cell/index.js +3 -3
  2863. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  2864. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  2865. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  2866. package/table/esm/index.js +10 -10
  2867. package/table/esm/{tslib.es6-c106c888.d.ts → tslib.es6-c7b61e8d.d.ts} +0 -0
  2868. package/table/esm/{tslib.es6-c106c888.js → tslib.es6-c7b61e8d.js} +0 -0
  2869. package/table/index.js +7 -9
  2870. package/table/modern/component.js +12 -12
  2871. package/table/modern/components/index.js +12 -12
  2872. package/table/modern/components/pagination/Component.js +3 -3
  2873. package/table/modern/components/pagination/index.css +7 -7
  2874. package/table/modern/components/pagination/index.js +3 -3
  2875. package/table/modern/components/pagination/select-field/index.css +3 -3
  2876. package/table/modern/components/pagination/select-field/index.js +1 -1
  2877. package/table/modern/components/table/Component.js +3 -3
  2878. package/table/modern/components/table/index.css +6 -6
  2879. package/table/modern/components/table/index.js +2 -2
  2880. package/table/modern/components/table/utils.js +1 -1
  2881. package/table/modern/components/tbody/Component.js +1 -1
  2882. package/table/modern/components/tbody/index.css +1 -1
  2883. package/table/modern/components/tbody/index.js +1 -1
  2884. package/table/modern/components/tcell/Component.js +1 -1
  2885. package/table/modern/components/tcell/index.css +5 -5
  2886. package/table/modern/components/tcell/index.js +1 -1
  2887. package/table/modern/components/texpandable-row/Component.js +1 -1
  2888. package/table/modern/components/texpandable-row/index.css +4 -4
  2889. package/table/modern/components/texpandable-row/index.js +1 -1
  2890. package/table/modern/components/thead/Component.js +1 -1
  2891. package/table/modern/components/thead/index.css +5 -5
  2892. package/table/modern/components/thead/index.js +1 -1
  2893. package/table/modern/components/thead-cell/Component.js +1 -1
  2894. package/table/modern/components/thead-cell/index.css +7 -7
  2895. package/table/modern/components/thead-cell/index.js +1 -1
  2896. package/table/modern/components/trow/Component.js +1 -1
  2897. package/table/modern/components/trow/index.css +7 -7
  2898. package/table/modern/components/trow/index.js +1 -1
  2899. package/table/modern/components/tsortable-head-cell/Component.js +2 -2
  2900. package/table/modern/components/tsortable-head-cell/index.css +8 -8
  2901. package/table/modern/components/tsortable-head-cell/index.js +2 -2
  2902. package/table/modern/index.js +9 -9
  2903. package/table/{tslib.es6-2dff03c8.d.ts → tslib.es6-73285132.d.ts} +0 -0
  2904. package/table/{tslib.es6-2dff03c8.js → tslib.es6-73285132.js} +0 -0
  2905. package/table/utils.js +1 -7
  2906. package/tabs/Component-3fe0d3e6.d.ts +3 -2
  2907. package/tabs/components/primary-tablist/Component.desktop.js +7 -13
  2908. package/tabs/components/primary-tablist/Component.js +15 -22
  2909. package/tabs/components/primary-tablist/Component.mobile.js +8 -15
  2910. package/tabs/components/primary-tablist/Component.responsive.js +10 -16
  2911. package/tabs/components/primary-tablist/index.css +29 -29
  2912. package/tabs/components/primary-tablist/mobile.css +32 -32
  2913. package/tabs/components/scrollable-container/Component.js +3 -11
  2914. package/tabs/components/scrollable-container/index.css +5 -5
  2915. package/tabs/components/scrollable-container/index.js +1 -3
  2916. package/tabs/components/secondary-tablist/Component.desktop.js +6 -12
  2917. package/tabs/components/secondary-tablist/Component.js +6 -13
  2918. package/tabs/components/secondary-tablist/Component.mobile.js +7 -14
  2919. package/tabs/components/secondary-tablist/Component.responsive.js +9 -15
  2920. package/tabs/components/secondary-tablist/index.css +11 -11
  2921. package/tabs/components/secondary-tablist/mobile.css +13 -13
  2922. package/tabs/components/tab/Component.js +2 -9
  2923. package/tabs/components/tab/index.css +3 -3
  2924. package/tabs/components/tab/index.js +1 -3
  2925. package/tabs/components/tabs/Component.desktop.js +12 -18
  2926. package/tabs/components/tabs/Component.js +3 -9
  2927. package/tabs/components/tabs/Component.mobile.js +12 -18
  2928. package/tabs/components/tabs/Component.responsive.js +16 -22
  2929. package/tabs/components/title/Component.js +4 -11
  2930. package/tabs/components/title/index.js +2 -4
  2931. package/tabs/cssm/Component-3fe0d3e6.d.ts +3 -2
  2932. package/tabs/cssm/components/primary-tablist/Component.desktop.js +7 -14
  2933. package/tabs/cssm/components/primary-tablist/Component.js +15 -22
  2934. package/tabs/cssm/components/primary-tablist/Component.mobile.js +9 -18
  2935. package/tabs/cssm/components/primary-tablist/Component.responsive.js +9 -15
  2936. package/tabs/cssm/components/scrollable-container/Component.js +3 -12
  2937. package/tabs/cssm/components/scrollable-container/index.js +1 -3
  2938. package/tabs/cssm/components/secondary-tablist/Component.desktop.js +6 -13
  2939. package/tabs/cssm/components/secondary-tablist/Component.js +6 -13
  2940. package/tabs/cssm/components/secondary-tablist/Component.mobile.js +8 -17
  2941. package/tabs/cssm/components/secondary-tablist/Component.responsive.js +8 -14
  2942. package/tabs/cssm/components/tab/Component.js +2 -10
  2943. package/tabs/cssm/components/tab/index.js +1 -3
  2944. package/tabs/cssm/components/tabs/Component.desktop.js +10 -16
  2945. package/tabs/cssm/components/tabs/Component.js +3 -9
  2946. package/tabs/cssm/components/tabs/Component.mobile.js +11 -17
  2947. package/tabs/cssm/components/tabs/Component.responsive.js +16 -22
  2948. package/tabs/cssm/components/title/Component.js +4 -11
  2949. package/tabs/cssm/components/title/index.js +2 -4
  2950. package/tabs/cssm/desktop.js +17 -19
  2951. package/tabs/cssm/getDataTestId-3fe0d3e6.d.ts +1 -1
  2952. package/tabs/cssm/hooks/use-collapsible-elements.js +2 -4
  2953. package/tabs/cssm/hooks/use-tablist-titles.js +3 -5
  2954. package/tabs/cssm/hooks/use-tabs.d.ts +2 -2
  2955. package/tabs/cssm/hooks/use-tabs.js +0 -2
  2956. package/tabs/cssm/index.js +22 -24
  2957. package/tabs/cssm/mobile.js +17 -19
  2958. package/tabs/cssm/responsive.js +23 -25
  2959. package/tabs/cssm/synthetic-events.js +1 -3
  2960. package/tabs/cssm/{tslib.es6-0857346e.d.ts → tslib.es6-0e9bf404.d.ts} +0 -0
  2961. package/tabs/cssm/{tslib.es6-0857346e.js → tslib.es6-0e9bf404.js} +0 -0
  2962. package/tabs/cssm/utils-1574ad8b.d.ts +3 -2
  2963. package/tabs/desktop.js +18 -20
  2964. package/tabs/esm/Component-3fe0d3e6.d.ts +3 -2
  2965. package/tabs/esm/components/primary-tablist/Component.desktop.js +7 -7
  2966. package/tabs/esm/components/primary-tablist/Component.js +8 -8
  2967. package/tabs/esm/components/primary-tablist/Component.mobile.js +8 -8
  2968. package/tabs/esm/components/primary-tablist/Component.responsive.js +10 -10
  2969. package/tabs/esm/components/primary-tablist/index.css +29 -29
  2970. package/tabs/esm/components/primary-tablist/mobile.css +32 -32
  2971. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  2972. package/tabs/esm/components/scrollable-container/index.css +5 -5
  2973. package/tabs/esm/components/scrollable-container/index.js +1 -1
  2974. package/tabs/esm/components/secondary-tablist/Component.desktop.js +6 -6
  2975. package/tabs/esm/components/secondary-tablist/Component.js +3 -3
  2976. package/tabs/esm/components/secondary-tablist/Component.mobile.js +7 -7
  2977. package/tabs/esm/components/secondary-tablist/Component.responsive.js +8 -8
  2978. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  2979. package/tabs/esm/components/secondary-tablist/mobile.css +13 -13
  2980. package/tabs/esm/components/tab/Component.js +1 -1
  2981. package/tabs/esm/components/tab/index.css +3 -3
  2982. package/tabs/esm/components/tab/index.js +1 -1
  2983. package/tabs/esm/components/tabs/Component.desktop.js +12 -12
  2984. package/tabs/esm/components/tabs/Component.mobile.js +12 -12
  2985. package/tabs/esm/components/tabs/Component.responsive.js +17 -17
  2986. package/tabs/esm/components/title/Component.js +1 -1
  2987. package/tabs/esm/components/title/index.js +2 -2
  2988. package/tabs/esm/desktop.js +14 -14
  2989. package/tabs/esm/getDataTestId-3fe0d3e6.d.ts +1 -1
  2990. package/tabs/esm/hooks/use-collapsible-elements.js +2 -2
  2991. package/tabs/esm/hooks/use-tablist-titles.js +3 -3
  2992. package/tabs/esm/hooks/use-tabs.d.ts +2 -2
  2993. package/tabs/esm/index.js +19 -19
  2994. package/tabs/esm/index.module-2661cbbc.js +4 -0
  2995. package/tabs/esm/index.module-8fe5adc6.js +4 -0
  2996. package/tabs/esm/mobile.js +14 -14
  2997. package/tabs/esm/responsive.js +19 -19
  2998. package/tabs/esm/synthetic-events.js +1 -1
  2999. package/tabs/esm/{tslib.es6-442504cd.d.ts → tslib.es6-fd2adbbc.d.ts} +0 -0
  3000. package/tabs/esm/{tslib.es6-442504cd.js → tslib.es6-fd2adbbc.js} +0 -0
  3001. package/tabs/esm/utils-1574ad8b.d.ts +3 -2
  3002. package/tabs/getDataTestId-3fe0d3e6.d.ts +1 -1
  3003. package/tabs/hooks/use-collapsible-elements.js +2 -4
  3004. package/tabs/hooks/use-tablist-titles.js +3 -5
  3005. package/tabs/hooks/use-tabs.d.ts +2 -2
  3006. package/tabs/hooks/use-tabs.js +0 -2
  3007. package/tabs/index.js +22 -24
  3008. package/tabs/index.module-401dd07b.js +4 -0
  3009. package/tabs/index.module-b800d019.js +4 -0
  3010. package/tabs/mobile.js +17 -19
  3011. package/tabs/modern/Component-3fe0d3e6.d.ts +3 -2
  3012. package/tabs/modern/components/primary-tablist/Component.desktop.js +8 -8
  3013. package/tabs/modern/components/primary-tablist/Component.js +5 -5
  3014. package/tabs/modern/components/primary-tablist/Component.mobile.js +9 -9
  3015. package/tabs/modern/components/primary-tablist/Component.responsive.js +10 -10
  3016. package/tabs/modern/components/primary-tablist/index.css +29 -29
  3017. package/tabs/modern/components/primary-tablist/mobile.css +32 -32
  3018. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  3019. package/tabs/modern/components/scrollable-container/index.css +5 -5
  3020. package/tabs/modern/components/scrollable-container/index.js +1 -1
  3021. package/tabs/modern/components/secondary-tablist/Component.desktop.js +4 -4
  3022. package/tabs/modern/components/secondary-tablist/Component.js +2 -2
  3023. package/tabs/modern/components/secondary-tablist/Component.mobile.js +5 -5
  3024. package/tabs/modern/components/secondary-tablist/Component.responsive.js +7 -7
  3025. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  3026. package/tabs/modern/components/secondary-tablist/mobile.css +13 -13
  3027. package/tabs/modern/components/tab/Component.js +1 -1
  3028. package/tabs/modern/components/tab/index.css +3 -3
  3029. package/tabs/modern/components/tab/index.js +1 -1
  3030. package/tabs/modern/components/tabs/Component.desktop.js +13 -13
  3031. package/tabs/modern/components/tabs/Component.mobile.js +13 -13
  3032. package/tabs/modern/components/tabs/Component.responsive.js +17 -17
  3033. package/tabs/modern/components/title/index.js +1 -1
  3034. package/tabs/modern/desktop.js +15 -15
  3035. package/tabs/modern/getDataTestId-3fe0d3e6.d.ts +1 -1
  3036. package/tabs/modern/hooks/use-collapsible-elements.js +1 -1
  3037. package/tabs/modern/hooks/use-tablist-titles.js +1 -1
  3038. package/tabs/modern/hooks/use-tabs.d.ts +2 -2
  3039. package/tabs/modern/index.js +19 -19
  3040. package/tabs/modern/index.module-7e5746f2.js +4 -0
  3041. package/tabs/modern/index.module-b659d358.js +4 -0
  3042. package/tabs/modern/mobile.js +15 -15
  3043. package/tabs/modern/responsive.js +19 -19
  3044. package/tabs/modern/utils-1574ad8b.d.ts +3 -2
  3045. package/tabs/responsive.js +23 -25
  3046. package/tabs/synthetic-events.js +1 -3
  3047. package/tabs/{tslib.es6-e85b77d3.d.ts → tslib.es6-b58bcb17.d.ts} +0 -0
  3048. package/tabs/{tslib.es6-e85b77d3.js → tslib.es6-b58bcb17.js} +0 -0
  3049. package/tabs/utils-1574ad8b.d.ts +3 -2
  3050. package/tag/Component.d.ts +3 -3
  3051. package/tag/Component.js +8 -16
  3052. package/tag/cssm/Component.d.ts +3 -3
  3053. package/tag/cssm/Component.js +11 -22
  3054. package/tag/cssm/index.js +0 -2
  3055. package/tag/default.css +8 -8
  3056. package/tag/esm/Component.d.ts +3 -3
  3057. package/tag/esm/Component.js +3 -3
  3058. package/tag/esm/default.css +8 -8
  3059. package/tag/esm/index.css +37 -37
  3060. package/tag/esm/index.js +1 -1
  3061. package/tag/esm/inverted.css +8 -8
  3062. package/tag/index.css +37 -37
  3063. package/tag/index.js +0 -2
  3064. package/tag/inverted.css +8 -8
  3065. package/tag/modern/Component.d.ts +3 -3
  3066. package/tag/modern/Component.js +3 -3
  3067. package/tag/modern/default.css +8 -8
  3068. package/tag/modern/index.css +37 -37
  3069. package/tag/modern/index.js +1 -1
  3070. package/tag/modern/inverted.css +8 -8
  3071. package/textarea/Component.js +17 -26
  3072. package/textarea/{PseudoTextArea-fd958250.d.ts → PseudoTextArea-66d606ee.d.ts} +0 -0
  3073. package/textarea/PseudoTextArea-66d606ee.js +16 -0
  3074. package/textarea/components/PseudoTextArea.js +1 -3
  3075. package/textarea/components/index.d.ts +1 -1
  3076. package/textarea/components/index.js +1 -3
  3077. package/textarea/cssm/Component.js +24 -36
  3078. package/textarea/cssm/components/PseudoTextArea.js +4 -12
  3079. package/textarea/cssm/components/index.js +1 -3
  3080. package/textarea/cssm/index.js +1 -3
  3081. package/textarea/cssm/index.module.css +13 -0
  3082. package/textarea/default.css +18 -18
  3083. package/textarea/esm/Component.js +5 -5
  3084. package/textarea/esm/{PseudoTextArea-2570e442.d.ts → PseudoTextArea-13dcad10.d.ts} +0 -0
  3085. package/textarea/esm/PseudoTextArea-13dcad10.js +15 -0
  3086. package/textarea/esm/components/PseudoTextArea.js +1 -1
  3087. package/textarea/esm/components/index.d.ts +1 -1
  3088. package/textarea/esm/components/index.js +1 -1
  3089. package/textarea/esm/default.css +18 -18
  3090. package/textarea/esm/index.css +59 -46
  3091. package/textarea/esm/index.js +2 -2
  3092. package/textarea/esm/inverted.css +18 -18
  3093. package/textarea/index.css +59 -46
  3094. package/textarea/index.js +1 -3
  3095. package/textarea/inverted.css +18 -18
  3096. package/textarea/modern/Component.js +4 -4
  3097. package/textarea/modern/{PseudoTextArea-39df3bec.d.ts → PseudoTextArea-3460b141.d.ts} +0 -0
  3098. package/textarea/modern/PseudoTextArea-3460b141.js +12 -0
  3099. package/textarea/modern/components/PseudoTextArea.js +1 -1
  3100. package/textarea/modern/components/index.d.ts +1 -1
  3101. package/textarea/modern/components/index.js +1 -1
  3102. package/textarea/modern/default.css +18 -18
  3103. package/textarea/modern/index.css +59 -46
  3104. package/textarea/modern/index.js +3 -3
  3105. package/textarea/modern/inverted.css +18 -18
  3106. package/themes/click.js +1 -5
  3107. package/themes/compiled/mobile-dark-bluetint.css +255 -255
  3108. package/themes/compiled/mobile-dark-bluetint.js +1 -5
  3109. package/themes/corp.js +1 -5
  3110. package/themes/dark.js +1 -5
  3111. package/themes/dist/click.js +1 -5
  3112. package/themes/dist/compiled/mobile-dark-bluetint.css +916 -916
  3113. package/themes/dist/compiled/mobile-dark-bluetint.js +1 -5
  3114. package/themes/dist/corp.js +1 -5
  3115. package/themes/dist/dark.js +1 -5
  3116. package/themes/dist/esm/click.js +1 -1
  3117. package/themes/dist/esm/corp.js +1 -1
  3118. package/themes/dist/esm/dark.js +1 -1
  3119. package/themes/dist/esm/intranet.js +1 -1
  3120. package/themes/dist/esm/mobile.js +1 -1
  3121. package/themes/dist/esm/site.js +1 -1
  3122. package/themes/dist/intranet.js +1 -5
  3123. package/themes/dist/mobile.js +1 -5
  3124. package/themes/dist/modern/click.js +2 -2
  3125. package/themes/dist/modern/corp.js +2 -2
  3126. package/themes/dist/modern/dark.js +2 -2
  3127. package/themes/dist/modern/intranet.js +2 -2
  3128. package/themes/dist/modern/mobile.js +2 -2
  3129. package/themes/dist/modern/site.js +2 -2
  3130. package/themes/dist/site.js +1 -5
  3131. package/themes/esm/click.js +1 -1
  3132. package/themes/esm/corp.js +1 -1
  3133. package/themes/esm/dark.js +1 -1
  3134. package/themes/esm/intranet.js +1 -1
  3135. package/themes/esm/mobile.js +1 -1
  3136. package/themes/esm/site.js +1 -1
  3137. package/themes/intranet.js +1 -5
  3138. package/themes/mobile.js +1 -5
  3139. package/themes/modern/click.js +2 -2
  3140. package/themes/modern/corp.js +2 -2
  3141. package/themes/modern/dark.js +2 -2
  3142. package/themes/modern/intranet.js +2 -2
  3143. package/themes/modern/mobile.js +2 -2
  3144. package/themes/modern/site.js +2 -2
  3145. package/themes/site.js +1 -5
  3146. package/time-input/Component.js +2 -8
  3147. package/time-input/cssm/Component.js +2 -8
  3148. package/time-input/cssm/index.js +1 -3
  3149. package/time-input/cssm/utils/format.d.ts +1 -1
  3150. package/time-input/cssm/utils/format.js +0 -2
  3151. package/time-input/cssm/utils/index.js +0 -2
  3152. package/time-input/esm/index.js +2 -2
  3153. package/time-input/esm/utils/format.d.ts +1 -1
  3154. package/time-input/index.js +1 -3
  3155. package/time-input/modern/index.js +2 -2
  3156. package/time-input/modern/utils/format.d.ts +1 -1
  3157. package/time-input/utils/format.d.ts +1 -1
  3158. package/time-input/utils/format.js +6 -12
  3159. package/time-input/utils/index.js +0 -2
  3160. package/toast/component.js +9 -17
  3161. package/toast/cssm/component.js +12 -21
  3162. package/toast/cssm/index.js +0 -2
  3163. package/toast/esm/component.js +2 -2
  3164. package/toast/esm/index.css +9 -9
  3165. package/toast/esm/index.js +1 -1
  3166. package/toast/index.css +9 -9
  3167. package/toast/index.js +0 -2
  3168. package/toast/modern/component.js +3 -3
  3169. package/toast/modern/index.css +9 -9
  3170. package/toast/modern/index.js +2 -2
  3171. package/toast-plate/component.d.ts +1 -1
  3172. package/toast-plate/component.js +16 -23
  3173. package/toast-plate/cssm/component.d.ts +1 -1
  3174. package/toast-plate/cssm/component.js +18 -28
  3175. package/toast-plate/cssm/index.js +0 -2
  3176. package/toast-plate/default.css +2 -2
  3177. package/toast-plate/esm/component.d.ts +1 -1
  3178. package/toast-plate/esm/component.js +3 -3
  3179. package/toast-plate/esm/default.css +2 -2
  3180. package/toast-plate/esm/index.css +15 -15
  3181. package/toast-plate/esm/index.js +1 -1
  3182. package/toast-plate/esm/inverted.css +2 -2
  3183. package/toast-plate/index.css +15 -15
  3184. package/toast-plate/index.js +0 -2
  3185. package/toast-plate/inverted.css +2 -2
  3186. package/toast-plate/modern/component.d.ts +1 -1
  3187. package/toast-plate/modern/component.js +5 -5
  3188. package/toast-plate/modern/default.css +2 -2
  3189. package/toast-plate/modern/index.css +15 -15
  3190. package/toast-plate/modern/index.js +3 -3
  3191. package/toast-plate/modern/inverted.css +2 -2
  3192. package/tooltip/{Component-22e38a2d.d.ts → Component-2502d981.d.ts} +0 -0
  3193. package/tooltip/{Component-22e38a2d.js → Component-2502d981.js} +10 -16
  3194. package/tooltip/Component.js +1 -3
  3195. package/tooltip/component.responsive.js +9 -16
  3196. package/tooltip/cssm/{Component-9d6ea206.d.ts → Component-d73d2450.d.ts} +0 -0
  3197. package/tooltip/cssm/{Component-9d6ea206.js → Component-d73d2450.js} +9 -18
  3198. package/tooltip/cssm/Component.js +1 -3
  3199. package/tooltip/cssm/component.responsive.js +11 -19
  3200. package/tooltip/cssm/index.d.ts +1 -1
  3201. package/tooltip/cssm/index.js +1 -3
  3202. package/tooltip/cssm/index.module.css +4 -0
  3203. package/tooltip/cssm/responsive.d.ts +1 -0
  3204. package/tooltip/cssm/responsive.js +2 -4
  3205. package/tooltip/cssm/utils.js +0 -2
  3206. package/tooltip/default.css +2 -2
  3207. package/tooltip/esm/{Component-cc3d0c6a.d.ts → Component-5c2b3ec6.d.ts} +0 -0
  3208. package/tooltip/esm/{Component-cc3d0c6a.js → Component-5c2b3ec6.js} +3 -3
  3209. package/tooltip/esm/Component.js +1 -1
  3210. package/tooltip/esm/component.responsive.js +4 -4
  3211. package/tooltip/esm/default.css +2 -2
  3212. package/tooltip/esm/index.css +9 -5
  3213. package/tooltip/esm/index.d.ts +1 -1
  3214. package/tooltip/esm/index.js +1 -1
  3215. package/tooltip/esm/inverted.css +4 -4
  3216. package/tooltip/esm/responsive.css +2 -2
  3217. package/tooltip/esm/responsive.d.ts +1 -0
  3218. package/tooltip/esm/responsive.js +2 -2
  3219. package/tooltip/index.css +9 -5
  3220. package/tooltip/index.d.ts +1 -1
  3221. package/tooltip/index.js +1 -3
  3222. package/tooltip/inverted.css +4 -4
  3223. package/tooltip/modern/Component.js +3 -3
  3224. package/tooltip/modern/component.responsive.js +5 -5
  3225. package/tooltip/modern/default.css +2 -2
  3226. package/tooltip/modern/index.css +9 -5
  3227. package/tooltip/modern/index.js +1 -1
  3228. package/tooltip/modern/inverted.css +4 -4
  3229. package/tooltip/modern/responsive.css +2 -2
  3230. package/tooltip/modern/responsive.d.ts +1 -0
  3231. package/tooltip/modern/responsive.js +5 -5
  3232. package/tooltip/responsive.css +2 -2
  3233. package/tooltip/responsive.d.ts +1 -0
  3234. package/tooltip/responsive.js +2 -4
  3235. package/tooltip/utils.js +0 -2
  3236. package/typography/colors.css +12 -12
  3237. package/typography/colors.js +0 -2
  3238. package/typography/{colors.module-8f10d695.d.ts → colors.module-5ab32361.d.ts} +0 -0
  3239. package/typography/{colors.module-8f10d695.js → colors.module-5ab32361.js} +1 -1
  3240. package/typography/common.module-93a19c85.js +4 -0
  3241. package/typography/component.js +5 -7
  3242. package/typography/cssm/colors.js +0 -2
  3243. package/typography/cssm/component.js +5 -7
  3244. package/typography/cssm/index.js +7 -9
  3245. package/typography/cssm/presets.js +0 -2
  3246. package/typography/cssm/text/component.js +6 -15
  3247. package/typography/cssm/text/index.js +2 -4
  3248. package/typography/cssm/title/component.d.ts +1 -1
  3249. package/typography/cssm/title/component.js +2 -10
  3250. package/typography/cssm/title/index.d.ts +2 -1
  3251. package/typography/cssm/title/index.js +4 -12
  3252. package/typography/cssm/title-mobile/component.js +4 -12
  3253. package/typography/cssm/title-mobile/index.js +3 -5
  3254. package/typography/cssm/title-responsive/component.js +4 -12
  3255. package/typography/cssm/title-responsive/index.js +3 -5
  3256. package/typography/cssm/{tslib.es6-9682e485.d.ts → tslib.es6-bbd6cd2a.d.ts} +0 -0
  3257. package/typography/cssm/{tslib.es6-9682e485.js → tslib.es6-bbd6cd2a.js} +0 -0
  3258. package/typography/esm/colors.css +12 -12
  3259. package/typography/esm/{colors.module-4c500b8f.d.ts → colors.module-e72942cd.d.ts} +0 -0
  3260. package/typography/esm/{colors.module-4c500b8f.js → colors.module-e72942cd.js} +2 -2
  3261. package/typography/esm/common.module-a9c67442.js +4 -0
  3262. package/typography/esm/component.js +5 -5
  3263. package/typography/esm/index.js +6 -6
  3264. package/typography/esm/text/component.js +2 -2
  3265. package/typography/esm/text/index.css +14 -14
  3266. package/typography/esm/text/index.js +2 -2
  3267. package/typography/esm/title/common.css +4 -4
  3268. package/typography/esm/title/component.d.ts +1 -1
  3269. package/typography/esm/title/component.js +2 -2
  3270. package/typography/esm/title/index.css +18 -18
  3271. package/typography/esm/title/index.d.ts +2 -1
  3272. package/typography/esm/title/index.js +4 -4
  3273. package/typography/esm/title-mobile/component.js +4 -4
  3274. package/typography/esm/title-mobile/index.css +13 -13
  3275. package/typography/esm/title-mobile/index.js +4 -4
  3276. package/typography/esm/title-responsive/component.js +4 -4
  3277. package/typography/esm/title-responsive/index.css +40 -40
  3278. package/typography/esm/title-responsive/index.js +4 -4
  3279. package/typography/index.js +6 -8
  3280. package/typography/modern/colors.css +12 -12
  3281. package/typography/modern/colors.module-ea111ba2.js +4 -0
  3282. package/typography/modern/common.module-91f201ff.js +4 -0
  3283. package/typography/modern/component.js +5 -5
  3284. package/typography/modern/index.js +6 -6
  3285. package/typography/modern/text/component.js +2 -2
  3286. package/typography/modern/text/index.css +14 -14
  3287. package/typography/modern/text/index.js +2 -2
  3288. package/typography/modern/title/common.css +4 -4
  3289. package/typography/modern/title/component.d.ts +1 -1
  3290. package/typography/modern/title/component.js +1 -1
  3291. package/typography/modern/title/index.css +18 -18
  3292. package/typography/modern/title/index.d.ts +2 -1
  3293. package/typography/modern/title/index.js +4 -4
  3294. package/typography/modern/title-mobile/component.js +4 -4
  3295. package/typography/modern/title-mobile/index.css +13 -13
  3296. package/typography/modern/title-mobile/index.js +4 -4
  3297. package/typography/modern/title-responsive/component.js +4 -4
  3298. package/typography/modern/title-responsive/index.css +40 -40
  3299. package/typography/modern/title-responsive/index.js +4 -4
  3300. package/typography/presets.js +0 -2
  3301. package/typography/text/component.js +3 -10
  3302. package/typography/text/index.css +14 -14
  3303. package/typography/text/index.js +2 -4
  3304. package/typography/title/common.css +4 -4
  3305. package/typography/title/component.d.ts +1 -1
  3306. package/typography/title/component.js +2 -9
  3307. package/typography/title/index.css +18 -18
  3308. package/typography/title/index.d.ts +2 -1
  3309. package/typography/title/index.js +5 -11
  3310. package/typography/title-mobile/component.js +5 -11
  3311. package/typography/title-mobile/index.css +13 -13
  3312. package/typography/title-mobile/index.js +4 -6
  3313. package/typography/title-responsive/component.js +5 -11
  3314. package/typography/title-responsive/index.css +40 -40
  3315. package/typography/title-responsive/index.js +4 -6
  3316. package/vars/colors-bluetint.js +1 -5
  3317. package/vars/colors-indigo.js +1 -5
  3318. package/vars/cssm/colors-bluetint.js +1 -5
  3319. package/vars/cssm/colors-indigo.js +1 -5
  3320. package/vars/dist/colors-bluetint.js +1 -5
  3321. package/vars/dist/colors-indigo.js +1 -5
  3322. package/vars/dist/cssm/colors-bluetint.js +1 -5
  3323. package/vars/dist/cssm/colors-indigo.js +1 -5
  3324. package/vars/dist/esm/colors-bluetint.js +1 -1
  3325. package/vars/dist/esm/colors-indigo.js +1 -1
  3326. package/vars/dist/modern/colors-bluetint.js +2 -2
  3327. package/vars/dist/modern/colors-indigo.js +2 -2
  3328. package/vars/esm/colors-bluetint.js +1 -1
  3329. package/vars/esm/colors-indigo.js +1 -1
  3330. package/vars/modern/colors-bluetint.js +2 -2
  3331. package/vars/modern/colors-indigo.js +2 -2
  3332. package/with-suffix/Component.js +7 -15
  3333. package/with-suffix/cssm/Component.js +10 -19
  3334. package/with-suffix/cssm/index.js +0 -2
  3335. package/with-suffix/esm/Component.js +1 -1
  3336. package/with-suffix/esm/index.css +8 -8
  3337. package/with-suffix/esm/index.js +1 -1
  3338. package/with-suffix/index.css +8 -8
  3339. package/with-suffix/index.js +0 -2
  3340. package/with-suffix/modern/Component.js +1 -1
  3341. package/with-suffix/modern/index.css +8 -8
  3342. package/with-suffix/modern/index.js +1 -1
  3343. package/calendar-range/modern/index.module-47bb9587.js +0 -4
  3344. package/confirmation/countdown-section-f4894842.js +0 -47
  3345. package/gallery/slide-d487b591.js +0 -47
  3346. package/grid/esm/gutters.module-62f99282.js +0 -30
  3347. package/grid/gutters.module-ecd24c6e.js +0 -31
  3348. package/grid/modern/gutters.module-977762de.js +0 -4
  3349. package/pass-code/cssm/getDataTestId-12a31ec3.d.ts +0 -2
  3350. package/pass-code/cssm/getDataTestId-12a31ec3.js +0 -6
  3351. package/pass-code/esm/getDataTestId-88398753.d.ts +0 -2
  3352. package/pass-code/esm/getDataTestId-88398753.js +0 -6
  3353. package/pass-code/getDataTestId-369d6436.d.ts +0 -2
  3354. package/pass-code/getDataTestId-369d6436.js +0 -6
  3355. package/pass-code/modern/getDataTestId-8aaf656f.d.ts +0 -2
  3356. package/pure-cell/component-4fec421a.js +0 -117
  3357. package/pure-cell/cssm/getDataTestId-12a31ec3.d.ts +0 -2
  3358. package/pure-cell/cssm/getDataTestId-12a31ec3.js +0 -6
  3359. package/pure-cell/esm/getDataTestId-1e61a13f.d.ts +0 -2
  3360. package/pure-cell/esm/getDataTestId-1e61a13f.js +0 -6
  3361. package/pure-cell/getDataTestId-6ba44771.d.ts +0 -2
  3362. package/pure-cell/getDataTestId-6ba44771.js +0 -6
  3363. package/pure-cell/modern/getDataTestId-dd0aed78.d.ts +0 -2
  3364. package/tabs/esm/index.module-06a4ba0a.js +0 -4
  3365. package/tabs/esm/index.module-fff420f1.js +0 -4
  3366. package/tabs/index.module-a1b32357.js +0 -4
  3367. package/tabs/index.module-cfa18052.js +0 -4
  3368. package/tabs/modern/index.module-06a4ba0a.js +0 -4
  3369. package/tabs/modern/index.module-fff420f1.js +0 -4
  3370. package/textarea/PseudoTextArea-fd958250.js +0 -21
  3371. package/textarea/esm/PseudoTextArea-2570e442.js +0 -15
  3372. package/textarea/modern/PseudoTextArea-39df3bec.js +0 -12
  3373. package/typography/common.module-0e8a0c08.js +0 -4
  3374. package/typography/esm/common.module-81c9867d.js +0 -4
  3375. package/typography/modern/colors.module-56b37b72.js +0 -4
  3376. package/typography/modern/common.module-81c9867d.js +0 -4
@@ -1,337 +1,337 @@
1
- .card-image__cardImage_orjby {
1
+ .card-image__cardImage_fmudh {
2
2
  background: #e7e8ea;
3
3
  }
4
- .card-image__loaded_orjby {
4
+ .card-image__loaded_fmudh {
5
5
  background: transparent
6
- }.backdrop__backdrop_1q0f3 {
6
+ }.backdrop__backdrop_1k55f {
7
7
  -webkit-tap-highlight-color: transparent;
8
8
  }
9
- .backdrop__appear_1q0f3,
10
- .backdrop__enter_1q0f3 {
9
+ .backdrop__appear_1k55f,
10
+ .backdrop__enter_1k55f {
11
11
  background-color: transparent;
12
12
  }
13
- .backdrop__appearActive_1q0f3,
14
- .backdrop__enterActive_1q0f3,
15
- .backdrop__appearDone_1q0f3,
16
- .backdrop__enterDone_1q0f3 {
13
+ .backdrop__appearActive_1k55f,
14
+ .backdrop__enterActive_1k55f,
15
+ .backdrop__appearDone_1k55f,
16
+ .backdrop__enterDone_1k55f {
17
17
  background-color: rgba(0, 0, 0, 0.8);
18
18
  }
19
- .backdrop__exit_1q0f3 {
19
+ .backdrop__exit_1k55f {
20
20
  background-color: rgba(0, 0, 0, 0.8);
21
21
  }
22
- .backdrop__exitActive_1q0f3,
23
- .backdrop__exitDone_1q0f3 {
22
+ .backdrop__exitActive_1k55f,
23
+ .backdrop__exitDone_1k55f {
24
24
  background-color: transparent;
25
- }.badge__component_159e2 {
25
+ }.badge__component_5lzfh {
26
26
  background-color: #ef3124;
27
27
  color: #000;
28
28
  }
29
- .badge__outlineCount_159e2 {
29
+ .badge__outlineCount_5lzfh {
30
30
  background-color: #121212;
31
31
  }
32
- .badge__icon_159e2 {
32
+ .badge__icon_5lzfh {
33
33
  color: #2fc26e
34
34
  }
35
- .badge__icon_159e2.badge__positive_159e2 {
35
+ .badge__icon_5lzfh.badge__positive_5lzfh {
36
36
  color: #2fc26e;
37
37
  background-color: #2fc26e;
38
38
  }
39
- .badge__icon_159e2.badge__attention_159e2 {
39
+ .badge__icon_5lzfh.badge__attention_5lzfh {
40
40
  color: #f6bf65;
41
41
  background-color: #f6bf65;
42
42
  }
43
- .badge__icon_159e2.badge__negative_159e2 {
43
+ .badge__icon_5lzfh.badge__negative_5lzfh {
44
44
  color: #d91d0b;
45
45
  background-color: #d91d0b;
46
46
  }
47
- .badge__icon_159e2.badge__link_159e2 {
47
+ .badge__icon_5lzfh.badge__link_5lzfh {
48
48
  color: #0072ef;
49
49
  background-color: #0072ef;
50
50
  }
51
- .badge__icon_159e2.badge__tertiary_159e2 {
51
+ .badge__icon_5lzfh.badge__tertiary_5lzfh {
52
52
  color: #464649;
53
53
  background-color: #464649;
54
54
  }
55
- .badge__icon_159e2.badge__secondary_159e2 {
55
+ .badge__icon_5lzfh.badge__secondary_5lzfh {
56
56
  color: #8d8d93;
57
57
  background-color: #8d8d93;
58
58
  }
59
- .badge__icon_159e2.badge__primary_159e2 {
59
+ .badge__icon_5lzfh.badge__primary_5lzfh {
60
60
  color: #fff;
61
61
  background-color: #fff;
62
62
  }
63
- .badge__icon_159e2:before {
63
+ .badge__icon_5lzfh:before {
64
64
  background-color: #121212;
65
65
  }
66
- .badge__outline_159e2 {
66
+ .badge__outline_5lzfh {
67
67
  background-color: #121212;
68
68
  }
69
- .badge__outlineColor_159e2.badge__attention_159e2 {
69
+ .badge__outlineColor_5lzfh.badge__attention_5lzfh {
70
70
  background-color: #f6bf65;
71
71
  }
72
- .badge__outlineColor_159e2.badge__positive_159e2 {
72
+ .badge__outlineColor_5lzfh.badge__positive_5lzfh {
73
73
  background-color: #2fc26e;
74
74
  }
75
- .badge__outlineColor_159e2.badge__negative_159e2 {
75
+ .badge__outlineColor_5lzfh.badge__negative_5lzfh {
76
76
  background-color: #d91d0b;
77
77
  }
78
- .badge__outlineColor_159e2.badge__link_159e2 {
78
+ .badge__outlineColor_5lzfh.badge__link_5lzfh {
79
79
  background-color: #0072ef;
80
80
  }
81
- .badge__outlineColor_159e2 .badge__tertiary_159e2 {
81
+ .badge__outlineColor_5lzfh .badge__tertiary_5lzfh {
82
82
  background-color: #464649;
83
83
  }
84
- .badge__outlineColor_159e2.badge__secondary_159e2 {
84
+ .badge__outlineColor_5lzfh.badge__secondary_5lzfh {
85
85
  background-color: #8d8d93;
86
86
  }
87
- .badge__outlineColor_159e2.badge__primary_159e2 {
87
+ .badge__outlineColor_5lzfh.badge__primary_5lzfh {
88
88
  background-color: #fff;
89
- }.checkbox-group__error_1aa73 {
89
+ }.checkbox-group__error_dlayp {
90
90
  border-left: 1px solid #f15045;
91
91
  }
92
- .checkbox-group__label_1aa73 {
92
+ .checkbox-group__label_dlayp {
93
93
  color: #fff;
94
94
  }
95
- .checkbox-group__errorMessage_1aa73 {
95
+ .checkbox-group__errorMessage_dlayp {
96
96
  color: #f15045;
97
97
  }
98
- .checkbox-group__hint_1aa73 {
98
+ .checkbox-group__hint_dlayp {
99
99
  color: rgba(235, 235, 245, 0.6);
100
- }.checkbox__box_tnnn1 {
100
+ }.checkbox__box_1d9kl {
101
101
  color: #000;
102
102
  background-color: #000;
103
103
  border: 1.5px solid #8d8d93;
104
104
  }
105
- .checkbox__checkedIcon_tnnn1 {
105
+ .checkbox__checkedIcon_1d9kl {
106
106
  color: #000;
107
107
  }
108
- .checkbox__component_tnnn1:hover:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
108
+ .checkbox__component_1d9kl:hover:not(.checkbox__disabled_1d9kl):not(.checkbox__inactive_1d9kl) .checkbox__box_1d9kl {
109
109
  background-color: #000;
110
110
  border-color: #8d8d93;
111
111
  }
112
- .checkbox__component_tnnn1:active:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
112
+ .checkbox__component_1d9kl:active:not(.checkbox__disabled_1d9kl):not(.checkbox__inactive_1d9kl) .checkbox__box_1d9kl {
113
113
  background-color: #000;
114
114
  border-color: #fff;
115
115
  }
116
- .checkbox__checked_tnnn1 .checkbox__box_tnnn1 {
116
+ .checkbox__checked_1d9kl .checkbox__box_1d9kl {
117
117
  background-color: #fff;
118
118
  border-color: transparent;
119
119
  }
120
- .checkbox__checked_tnnn1:hover:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
120
+ .checkbox__checked_1d9kl:hover:not(.checkbox__disabled_1d9kl):not(.checkbox__inactive_1d9kl) .checkbox__box_1d9kl {
121
121
  background-color: rgb(255, 255, 255);
122
122
  border-color: transparent;
123
123
  }
124
- .checkbox__checked_tnnn1:active:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
124
+ .checkbox__checked_1d9kl:active:not(.checkbox__disabled_1d9kl):not(.checkbox__inactive_1d9kl) .checkbox__box_1d9kl {
125
125
  background-color: rgb(255, 255, 255);
126
126
  border-color: transparent;
127
127
  }
128
- .checkbox__indeterminate_tnnn1 .checkbox__box_tnnn1 {
128
+ .checkbox__indeterminate_1d9kl .checkbox__box_1d9kl {
129
129
  background-color: #fff;
130
130
  border-color: transparent;
131
131
  }
132
- .checkbox__indeterminate_tnnn1:hover:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
132
+ .checkbox__indeterminate_1d9kl:hover:not(.checkbox__disabled_1d9kl):not(.checkbox__inactive_1d9kl) .checkbox__box_1d9kl {
133
133
  background-color: rgb(255, 255, 255);
134
134
  border-color: transparent;
135
135
  }
136
- .checkbox__indeterminate_tnnn1:active:not(.checkbox__disabled_tnnn1):not(.checkbox__inactive_tnnn1) .checkbox__box_tnnn1 {
136
+ .checkbox__indeterminate_1d9kl:active:not(.checkbox__disabled_1d9kl):not(.checkbox__inactive_1d9kl) .checkbox__box_1d9kl {
137
137
  background-color: rgb(255, 255, 255);
138
138
  border-color: transparent;
139
139
  }
140
- .checkbox__disabled_tnnn1 .checkbox__box_tnnn1 {
140
+ .checkbox__disabled_1d9kl .checkbox__box_1d9kl {
141
141
  background-color: #000;
142
142
  border-color: #2a2a2c;
143
143
  }
144
- .checkbox__disabled_tnnn1.checkbox__checked_tnnn1 .checkbox__box_tnnn1 {
144
+ .checkbox__disabled_1d9kl.checkbox__checked_1d9kl .checkbox__box_1d9kl {
145
145
  background-color: #3a3a3c;
146
146
  border-color: transparent;
147
147
  }
148
- .checkbox__disabled_tnnn1.checkbox__indeterminate_tnnn1 .checkbox__box_tnnn1 {
148
+ .checkbox__disabled_1d9kl.checkbox__indeterminate_1d9kl .checkbox__box_1d9kl {
149
149
  background-color: #3a3a3c;
150
150
  border-color: transparent;
151
151
  }
152
- .checkbox__disabled_tnnn1 .checkbox__label_tnnn1 {
152
+ .checkbox__disabled_1d9kl .checkbox__label_1d9kl {
153
153
  color: rgba(235, 235, 245, 0.6);
154
154
  }
155
- .checkbox__disabled_tnnn1 .checkbox__hint_tnnn1 {
155
+ .checkbox__disabled_1d9kl .checkbox__hint_1d9kl {
156
156
  color: rgba(235, 235, 245, 0.6);
157
157
  }
158
- .checkbox__inactive_tnnn1 .checkbox__box_tnnn1 {
158
+ .checkbox__inactive_1d9kl .checkbox__box_1d9kl {
159
159
  background-color: #3a3a3c;
160
160
  border-color: #464649;
161
161
  }
162
- .checkbox__inactive_tnnn1.checkbox__checked_tnnn1 .checkbox__box_tnnn1 {
162
+ .checkbox__inactive_1d9kl.checkbox__checked_1d9kl .checkbox__box_1d9kl {
163
163
  color: #464649;
164
164
  border-color: transparent;
165
165
  }
166
- .checkbox__inactive_tnnn1.checkbox__indeterminate_tnnn1 .checkbox__box_tnnn1 {
166
+ .checkbox__inactive_1d9kl.checkbox__indeterminate_1d9kl .checkbox__box_1d9kl {
167
167
  border-color: transparent;
168
168
  }
169
- .checkbox__focused_tnnn1 .checkbox__box_tnnn1 {
169
+ .checkbox__focused_1d9kl .checkbox__box_1d9kl {
170
170
  outline: 2px solid #0072ef;
171
171
  }
172
- .checkbox__label_tnnn1 {
172
+ .checkbox__label_1d9kl {
173
173
  color: #fff;
174
174
  }
175
- .checkbox__errorMessage_tnnn1 {
175
+ .checkbox__errorMessage_1d9kl {
176
176
  color: #f15045;
177
177
  }
178
- .checkbox__hint_tnnn1 {
178
+ .checkbox__hint_1d9kl {
179
179
  color: rgba(235, 235, 245, 0.6);
180
180
  }
181
- .checkbox__inactive_tnnn1 .checkbox__indeterminateLine_tnnn1 {
181
+ .checkbox__inactive_1d9kl .checkbox__indeterminateLine_1d9kl {
182
182
  background-color: #464649;
183
183
  }
184
- .checkbox__indeterminateLine_tnnn1 {
184
+ .checkbox__indeterminateLine_1d9kl {
185
185
  background-color: #000;
186
186
  }
187
187
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
188
- }.divider__component_15uiq {
188
+ }.divider__component_1wyd8 {
189
189
  border-bottom: 1px solid #2b2b2e;
190
- }.dropzone__component_ix9tt {
190
+ }.dropzone__component_93xef {
191
191
  border: 2px dashed #464649;
192
192
  }
193
- .dropzone__component_ix9tt:not(.dropzone__disabled_ix9tt):hover {
193
+ .dropzone__component_93xef:not(.dropzone__disabled_93xef):hover {
194
194
  background-color: transparent;
195
195
  }
196
- .dropzone__dragOver_ix9tt {
196
+ .dropzone__dragOver_93xef {
197
197
  background-color: transparent;
198
198
  }
199
- .dropzone__error_ix9tt {
199
+ .dropzone__error_93xef {
200
200
  border-color: #ef3124;
201
201
  }
202
- .dropzone__overlay_6mkbz {
202
+ .dropzone__overlay_1cl86 {
203
203
  background: #202022;
204
204
  }
205
- .dropzone__text_6mkbz {
205
+ .dropzone__text_1cl86 {
206
206
  color: #fff;
207
- }.code-input__error_lplng {
207
+ }.code-input__error_16fhu {
208
208
  color: #f15045;
209
209
  }
210
- @keyframes code-input__shake_lplng {
210
+ @keyframes code-input__shake_16fhu {
211
211
  }
212
- .code-input__input_qhfb3 {
212
+ .code-input__input_1f6st {
213
213
  background-color: #202022;
214
214
  color: #fff
215
215
  }
216
- .code-input__input_qhfb3.code-input__hasError_qhfb3 {
216
+ .code-input__input_1f6st.code-input__hasError_1f6st {
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_1f6st.code-input__disabled_1f6st {
222
222
  color: rgba(235, 235, 245, 0.3);
223
223
  }
224
- .code-input__input_qhfb3:-webkit-autofill {
224
+ .code-input__input_1f6st:-webkit-autofill {
225
225
  -webkit-text-fill-color: #fff;
226
- }.form-control__component_1fh1l {
226
+ }.form-control__component_9z67w {
227
227
  color: #fff;
228
228
  }
229
- .form-control__inner_1fh1l {
229
+ .form-control__inner_9z67w {
230
230
  background-color: #202022;
231
231
  }
232
- .form-control__label_1fh1l {
232
+ .form-control__label_9z67w {
233
233
  color: rgba(235, 235, 245, 0.6);
234
234
  }
235
- .form-control__hint_1fh1l {
235
+ .form-control__hint_9z67w {
236
236
  color: rgba(235, 235, 245, 0.6);
237
237
  }
238
- .form-control__disabled_1fh1l {
238
+ .form-control__disabled_9z67w {
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_9z67w.form-control__hasError_9z67w {
243
243
  background-color: #202022;
244
244
  }
245
- .form-control__disabled_1fh1l.form-control__filled_1fh1l .form-control__label_1fh1l {
245
+ .form-control__disabled_9z67w.form-control__filled_9z67w .form-control__label_9z67w {
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_9z67w:not(.form-control__disabled_9z67w):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_9z67w.form-control__inner_9z67w,
252
+ .form-control__focused_9z67w.form-control__inner_9z67w:hover {
253
253
  background-color: #202022
254
254
  }
255
- .form-control__error_1fh1l {
255
+ .form-control__error_9z67w {
256
256
  color: #f15045;
257
257
  }
258
- .form-control__hasError_1fh1l .form-control__label_1fh1l {
258
+ .form-control__hasError_9z67w .form-control__label_9z67w {
259
259
  color: #f15045;
260
260
  }
261
- .form-control__hasError_1fh1l {
261
+ .form-control__hasError_9z67w {
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_1dmax {
267
267
  color: #000;
268
268
  }
269
- .form-control__inner_k328x {
269
+ .form-control__inner_1dmax {
270
270
  background-color: #f3f4f5;
271
271
  }
272
- .form-control__label_k328x {
272
+ .form-control__label_1dmax {
273
273
  color: rgba(60, 60, 67, 0.6);
274
274
  }
275
- .form-control__hint_k328x {
275
+ .form-control__hint_1dmax {
276
276
  color: rgba(60, 60, 67, 0.6);
277
277
  }
278
- .form-control__disabled_k328x {
278
+ .form-control__disabled_1dmax {
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_1dmax.form-control__hasError_1dmax {
283
283
  background-color: #f3f4f5;
284
284
  }
285
- .form-control__disabled_k328x.form-control__filled_k328x .form-control__label_k328x {
285
+ .form-control__disabled_1dmax.form-control__filled_1dmax .form-control__label_1dmax {
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_1dmax:not(.form-control__disabled_1dmax):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_1dmax.form-control__inner_1dmax,
292
+ .form-control__focused_1dmax.form-control__inner_1dmax:hover {
293
293
  background-color: #f3f4f5
294
294
  }
295
- .form-control__error_k328x {
295
+ .form-control__error_1dmax {
296
296
  color: #ef3124;
297
297
  }
298
- .form-control__hasError_k328x .form-control__label_k328x {
298
+ .form-control__hasError_1dmax .form-control__label_1dmax {
299
299
  color: #ef3124;
300
300
  }
301
- .form-control__hasError_k328x {
301
+ .form-control__hasError_1dmax {
302
302
  background-color: #f3f4f5;
303
- }.hatching-progress-bar__container_1bx3d {
303
+ }.hatching-progress-bar__container_7mtdl {
304
304
  background: rgba(255, 255, 255, 0.1);
305
305
  }
306
- .hatching-progress-bar__hatch_1bx3d {
306
+ .hatching-progress-bar__hatch_7mtdl {
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_7mtdl {
314
314
  background: #2fc26e;
315
315
  }
316
- .hatching-progress-bar__attention_1bx3d {
316
+ .hatching-progress-bar__attention_7mtdl {
317
317
  background: #f6bf65;
318
318
  }
319
- .hatching-progress-bar__negative_1bx3d {
319
+ .hatching-progress-bar__negative_7mtdl {
320
320
  background: #d91d0b;
321
321
  }
322
- .hatching-progress-bar__link_1bx3d {
322
+ .hatching-progress-bar__link_7mtdl {
323
323
  background: #0072ef;
324
324
  }
325
- .hatching-progress-bar__tertiary_1bx3d {
325
+ .hatching-progress-bar__tertiary_7mtdl {
326
326
  background: #464649;
327
327
  }
328
- .hatching-progress-bar__secondary_1bx3d {
328
+ .hatching-progress-bar__secondary_7mtdl {
329
329
  background: #8d8d93;
330
330
  }
331
- .hatching-progress-bar__primary_1bx3d {
331
+ .hatching-progress-bar__primary_7mtdl {
332
332
  background: #fff;
333
333
  }
334
- .hatching-progress-bar__accent_1bx3d {
334
+ .hatching-progress-bar__accent_7mtdl {
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_19g8s {
385
385
  color: rgba(235, 235, 245, 0.6);
386
386
  }
387
- .icon-view__bg_b98ni {
387
+ .icon-view__bg_19g8s {
388
388
  fill: #f3f4f5;
389
389
  }
390
- .icon-view__border_b98ni {
390
+ .icon-view__border_19g8s {
391
391
  stroke: rgba(255, 255, 255, 0.1);
392
392
  fill: transparent;
393
- }.list__list_3e36n {
393
+ }.list__list_13th1 {
394
394
  color: #fff;
395
395
  }
396
- .list__slot_3e36n {
396
+ .list__slot_13th1 {
397
397
  color: #fff;
398
- }.link__primary_7ssqc {
398
+ }.link__primary_125es {
399
399
  color: #fff;
400
400
  border-bottom-color: #fff
401
401
  }
402
- .link__primary_7ssqc:hover {
402
+ .link__primary_125es:hover {
403
403
  color: rgb(255, 255, 255);
404
404
  }
405
- .link__primary_7ssqc:active {
405
+ .link__primary_125es:active {
406
406
  color: rgb(255, 255, 255);
407
407
  }
408
- .link__secondary_7ssqc {
408
+ .link__secondary_125es {
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_125es:hover {
413
413
  color: rgba(239, 239, 247, 0.68);
414
414
  }
415
- .link__secondary_7ssqc:active {
415
+ .link__secondary_125es:active {
416
416
  color: rgba(243, 243, 249, 0.76);
417
417
  }
418
- .link__defaultView_7ssqc {
418
+ .link__defaultView_125es {
419
419
  color: #0072ef;
420
420
  border-bottom-color: #0072ef
421
421
  }
422
- .link__defaultView_7ssqc:hover {
422
+ .link__defaultView_125es:hover {
423
423
  color: rgb(51, 142, 242);
424
424
  }
425
- .link__defaultView_7ssqc:active {
425
+ .link__defaultView_125es: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_sx9nf:hover .link__text_sx9nf,
429
+ .link__component_sx9nf:active .link__text_sx9nf {
430
430
  border-bottom-color: rgba(0, 0, 0, 0);
431
431
  }
432
- .link__focused_19liz {
432
+ .link__focused_sx9nf {
433
433
  outline: 2px solid #0072ef;
434
434
  }
435
- .link__pseudo_19liz {
435
+ .link__pseudo_sx9nf {
436
436
  background-color: transparent;
437
437
  }
438
- .link__primary_1aqcu {
438
+ .link__primary_61uuz {
439
439
  color: #000;
440
440
  border-bottom-color: #000
441
441
  }
442
- .link__primary_1aqcu:hover {
442
+ .link__primary_61uuz:hover {
443
443
  color: rgb(204, 204, 204);
444
444
  }
445
- .link__primary_1aqcu:active {
445
+ .link__primary_61uuz:active {
446
446
  color: rgb(153, 153, 153);
447
447
  }
448
- .link__secondary_1aqcu {
448
+ .link__secondary_61uuz {
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_61uuz:hover {
453
453
  color: rgba(204, 204, 204, 0.7);
454
454
  }
455
- .link__secondary_1aqcu:active {
455
+ .link__secondary_61uuz:active {
456
456
  color: rgba(153, 153, 153, 0.7);
457
457
  }
458
- .link__defaultView_1aqcu {
458
+ .link__defaultView_61uuz {
459
459
  color: #0072ef;
460
460
  border-bottom-color: #0072ef
461
461
  }
462
- .link__defaultView_1aqcu:hover {
462
+ .link__defaultView_61uuz:hover {
463
463
  color: rgb(0, 98, 204);
464
464
  }
465
- .link__defaultView_1aqcu:active {
465
+ .link__defaultView_61uuz:active {
466
466
  color: rgb(0, 73, 153);
467
- }@keyframes loader__blink_n57ke {
468
- }.progress-bar__container_1go3v {
467
+ }@keyframes loader__blink_w9eg6 {
468
+ }.progress-bar__container_1yo46 {
469
469
  background: rgba(255, 255, 255, 0.1)
470
470
  }
471
- .progress-bar__filled_1go3v.progress-bar__positive_1go3v {
471
+ .progress-bar__filled_1yo46.progress-bar__positive_1yo46 {
472
472
  background: #2fc26e;
473
473
  }
474
- .progress-bar__filled_1go3v.progress-bar__negative_1go3v {
474
+ .progress-bar__filled_1yo46.progress-bar__negative_1yo46 {
475
475
  background: #d91d0b;
476
476
  }
477
- .progress-bar__filled_1go3v.progress-bar__attention_1go3v {
477
+ .progress-bar__filled_1yo46.progress-bar__attention_1yo46 {
478
478
  background: #f6bf65;
479
479
  }
480
- .progress-bar__filled_1go3v.progress-bar__link_1go3v {
480
+ .progress-bar__filled_1yo46.progress-bar__link_1yo46 {
481
481
  background: #0072ef;
482
482
  }
483
- .progress-bar__filled_1go3v.progress-bar__tertiary_1go3v {
483
+ .progress-bar__filled_1yo46.progress-bar__tertiary_1yo46 {
484
484
  background: #464649;
485
485
  }
486
- .progress-bar__filled_1go3v.progress-bar__secondary_1go3v {
486
+ .progress-bar__filled_1yo46.progress-bar__secondary_1yo46 {
487
487
  background: #8d8d93;
488
488
  }
489
- .progress-bar__filled_1go3v.progress-bar__primary_1go3v {
489
+ .progress-bar__filled_1yo46.progress-bar__primary_1yo46 {
490
490
  background: #fff;
491
491
  }
492
- .progress-bar__filled_1go3v.progress-bar__accent_1go3v {
492
+ .progress-bar__filled_1yo46.progress-bar__accent_1yo46 {
493
493
  background: #ef3124;
494
- }.pure-input__input_m6e7f {
494
+ }.pure-input__input_am8wk {
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_am8wk:-webkit-autofill {
500
500
  -webkit-text-fill-color: #fff;
501
501
  }
502
- .pure-input__input_m6e7f::placeholder {
502
+ .pure-input__input_am8wk::placeholder {
503
503
  color: rgba(235, 235, 245, 0.6);
504
504
  }
505
- .pure-input__hasInnerLabel_m6e7f::placeholder {
505
+ .pure-input__hasInnerLabel_am8wk::placeholder {
506
506
  color: rgba(235, 235, 245, 0.3);
507
507
  }
508
- .pure-input__clearIcon_m6e7f {
508
+ .pure-input__clearIcon_am8wk {
509
509
  color: #fff;
510
510
  }
511
- .pure-input__input_m6e7f:read-only {
511
+ .pure-input__input_am8wk: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_am8wk: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_am8wk: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_am8wk:focus::placeholder {
522
522
  color: rgba(235, 235, 245, 0.3);
523
523
  }
524
- .pure-input__error_m6e7f {
524
+ .pure-input__error_am8wk {
525
525
  color: #f15045;
526
526
  caret-color: #f15045;
527
527
  }
528
- .pure-input__component_m6e7f {
528
+ .pure-input__component_am8wk {
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_am8wk::placeholder {
534
534
  color: rgba(235, 235, 245, 0.6);
535
535
  }
536
- .pure-input__component_m6e7f:disabled {
536
+ .pure-input__component_am8wk: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_am8wk:not(:disabled):focus::placeholder {
541
541
  color: rgba(235, 235, 245, 0.3);
542
542
  }
543
- .pure-input__focusVisible_m6e7f {
543
+ .pure-input__focusVisible_am8wk {
544
544
  outline: 2px solid #0072ef;
545
545
  }
546
- .pure-input__component_m6e7f:not(:disabled):hover {
546
+ .pure-input__component_am8wk:not(:disabled):hover {
547
547
  background-color: #202022;
548
- }.radio-group__error_1id1i {
548
+ }.radio-group__error_t7tew {
549
549
  border-left: 1px solid #f15045;
550
550
  }
551
- .radio-group__label_1id1i {
551
+ .radio-group__label_t7tew {
552
552
  color: #fff;
553
553
  }
554
- .radio-group__errorMessage_1id1i {
554
+ .radio-group__errorMessage_t7tew {
555
555
  color: #f15045;
556
556
  }
557
- .radio-group__hint_1id1i {
557
+ .radio-group__hint_t7tew {
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_jool8:not(.radio__checked_jool8):not(.radio__disabled_jool8):not(.radio__inactive_jool8) .radio__circle_jool8 {
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_jool8:not(.radio__checked_jool8):not(.radio__disabled_jool8):not(.radio__inactive_jool8):hover:not(:active) .radio__circle_jool8 {
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_jool8:not(.radio__checked_jool8):not(.radio__disabled_jool8):not(.radio__inactive_jool8):active .radio__circle_jool8 {
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_jool8.radio__disabled_jool8 .radio__circle_jool8 {
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_jool8.radio__disabled_jool8 .radio__label_jool8 {
576
576
  color: rgba(235, 235, 245, 0.6);
577
577
  }
578
- .radio__container_v6sk6.radio__disabled_v6sk6 .radio__hint_v6sk6 {
578
+ .radio__container_jool8.radio__disabled_jool8 .radio__hint_jool8 {
579
579
  color: rgba(235, 235, 245, 0.6);
580
580
  }
581
- .radio__container_v6sk6.radio__inactive_v6sk6 .radio__circle_v6sk6 {
581
+ .radio__container_jool8.radio__inactive_jool8 .radio__circle_jool8 {
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_jool8.radio__inactive_jool8.radio__checked_jool8 .radio__circle_jool8:before {
586
586
  background-color: #464649;
587
587
  }
588
- .radio__container_v6sk6.radio__checked_v6sk6 .radio__circle_v6sk6 {
588
+ .radio__container_jool8.radio__checked_jool8 .radio__circle_jool8 {
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_jool8.radio__checked_jool8:hover .radio__circle_jool8 {
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_jool8.radio__checked_jool8:active .radio__circle_jool8 {
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_jool8.radio__focused_jool8 .radio__circle_jool8 {
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_jool8.radio__disabled_jool8.radio__checked_jool8 .radio__circle_jool8,
604
+ .radio__container_jool8.radio__inactive_jool8.radio__checked_jool8 .radio__circle_jool8 {
605
605
  background-color: #3a3a3c;
606
606
  border-color: transparent;
607
607
  }
608
- .radio__circle_v6sk6:before {
608
+ .radio__circle_jool8:before {
609
609
  background-color: #000;
610
610
  }
611
- .radio__label_v6sk6 {
611
+ .radio__label_jool8 {
612
612
  color: #fff;
613
613
  }
614
- .radio__hint_v6sk6 {
614
+ .radio__hint_jool8 {
615
615
  color: rgba(235, 235, 245, 0.6);
616
- }.skeleton__component_1vcy4 {
616
+ }.scrollbar__component_bybgs .scrollbar:before {
617
+ background-color: rgba(255, 255, 255, 0.3);
618
+ }
619
+ .scrollbar__component_bybgs.dragging .track .scrollbar.visible:before {
620
+ background-color: rgba(255, 255, 255, 0.6);
621
+ }
622
+
623
+ .scrollbar__component_1u0pn .scrollbar:before {
624
+ background-color: rgba(0, 0, 0, 0.3);
625
+ }
626
+ .scrollbar__component_1u0pn.dragging .track .scrollbar.visible:before {
627
+ background-color: rgba(0, 0, 0, 0.6);
628
+ }.skeleton__component_1yymb {
617
629
  color: transparent;
618
630
  background: rgba(255, 255, 255, 0.1);
619
631
  }
620
- .skeleton__component_1vcy4:before {
632
+ .skeleton__component_1yymb:before {
621
633
  background: transparent;
622
634
  }
623
- .skeleton__animate_1vcy4:after {
635
+ .skeleton__animate_1yymb: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_1yymb {
634
646
  }
635
- @keyframes skeleton__background_1vcy4 {
647
+ @keyframes skeleton__background_1yymb {
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_6wt26 .noUi-base:hover .noUi-connects {
655
655
  background: #2a2a2c;
656
656
  }
657
- .slider__component_1eglh .noUi-base:hover .noUi-connect {
657
+ .slider__component_6wt26 .noUi-base:hover .noUi-connect {
658
658
  background: #d91d0b;
659
659
  }
660
- .slider__component_1eglh .noUi-handle:hover .noUi-touch-area {
660
+ .slider__component_6wt26 .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_6wt26 .noUi-handle:active .noUi-touch-area {
664
664
  background: rgb(241, 80, 69);
665
665
  }
666
- .slider__component_1eglh .noUi-connects {
666
+ .slider__component_6wt26 .noUi-connects {
667
667
  background: #2a2a2c;
668
668
  }
669
- .slider__component_1eglh .noUi-connect {
669
+ .slider__component_6wt26 .noUi-connect {
670
670
  background: #d91d0b;
671
671
  }
672
- .slider__component_1eglh .noUi-handle {
672
+ .slider__component_6wt26 .noUi-handle {
673
673
  border: 2px solid transparent;
674
674
  }
675
- .slider__component_1eglh .noUi-touch-area {
675
+ .slider__component_6wt26 .noUi-touch-area {
676
676
  background: #ef3124;
677
677
  }
678
- .slider__component_1eglh .noUi-pips {
678
+ .slider__component_6wt26 .noUi-pips {
679
679
  color: rgba(235, 235, 245, 0.6);
680
- }.spinner__component_4vxo6 {
680
+ }.spinner__component_14oux {
681
681
  color: #fff;
682
682
  }
683
- @keyframes spinner__spin_animation_yuvs0 {
683
+ @keyframes spinner__spin_animation_p3w7b {
684
684
  }
685
- .spinner__component_aqa4v {
685
+ .spinner__component_1aj7d {
686
686
  color: #000;
687
- }.status__soft_1fsij.status__green_1fsij {
687
+ }.status__soft_xqqxx.status__green_xqqxx {
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_xqqxx.status__orange_xqqxx {
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_xqqxx.status__red_xqqxx {
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_xqqxx.status__blue_xqqxx {
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_xqqxx.status__grey_xqqxx {
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_xqqxx.status__teal_xqqxx {
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_xqqxx.status__purple_xqqxx {
712
712
  background: rgba(103, 58, 183, 0.1);
713
713
  color: #673ab7;
714
714
  }
715
- .status__contrast_1fsij {
715
+ .status__contrast_xqqxx {
716
716
  color: #000
717
717
  }
718
- .status__contrast_1fsij.status__green_1fsij {
718
+ .status__contrast_xqqxx.status__green_xqqxx {
719
719
  background: #13a463;
720
720
  }
721
- .status__contrast_1fsij.status__orange_1fsij {
721
+ .status__contrast_xqqxx.status__orange_xqqxx {
722
722
  background: #de6a00;
723
723
  }
724
- .status__contrast_1fsij.status__red_1fsij {
724
+ .status__contrast_xqqxx.status__red_xqqxx {
725
725
  background: #d91d0b;
726
726
  }
727
- .status__contrast_1fsij.status__blue_1fsij {
727
+ .status__contrast_xqqxx.status__blue_xqqxx {
728
728
  background: #007aff;
729
729
  }
730
- .status__contrast_1fsij.status__grey_1fsij {
730
+ .status__contrast_xqqxx.status__grey_xqqxx {
731
731
  background: #6d7986;
732
732
  }
733
- .status__contrast_1fsij.status__teal_1fsij {
733
+ .status__contrast_xqqxx.status__teal_xqqxx {
734
734
  background: #219187;
735
735
  }
736
- .status__contrast_1fsij.status__purple_1fsij {
736
+ .status__contrast_xqqxx.status__purple_xqqxx {
737
737
  background: #673ab7;
738
- }.switch__component_j8s3n {
738
+ }.switch__component_15xsa {
739
739
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
740
740
  }
741
- .switch__switch_j8s3n {
741
+ .switch__switch_15xsa {
742
742
  background-color: #8d8d93;
743
743
  border: 2px solid #8d8d93;
744
744
  }
745
- .switch__switch_j8s3n:before {
745
+ .switch__switch_15xsa:before {
746
746
  background-color: #000;
747
747
  }
748
- .switch__label_j8s3n {
748
+ .switch__label_15xsa {
749
749
  color: #fff;
750
750
  }
751
- .switch__hint_j8s3n {
751
+ .switch__hint_15xsa {
752
752
  color: rgba(235, 235, 245, 0.6);
753
753
  }
754
- .switch__checked_j8s3n .switch__switch_j8s3n {
754
+ .switch__checked_15xsa .switch__switch_15xsa {
755
755
  background-color: #ef3124;
756
756
  border-color: #ef3124;
757
757
  }
758
- .switch__disabled_j8s3n .switch__switch_j8s3n {
758
+ .switch__disabled_15xsa .switch__switch_15xsa {
759
759
  background-color: #2a2a2c;
760
760
  border-color: #2a2a2c;
761
761
  }
762
- .switch__disabled_j8s3n .switch__label_j8s3n {
762
+ .switch__disabled_15xsa .switch__label_15xsa {
763
763
  color: rgba(235, 235, 245, 0.6);
764
764
  }
765
- .switch__disabled_j8s3n .switch__hint_j8s3n {
765
+ .switch__disabled_15xsa .switch__hint_15xsa {
766
766
  color: rgba(235, 235, 245, 0.6);
767
767
  }
768
- .switch__inactive_j8s3n .switch__switch_j8s3n {
768
+ .switch__inactive_15xsa .switch__switch_15xsa {
769
769
  background-color: #2a2a2c;
770
770
  border-color: #2a2a2c
771
771
  }
772
- .switch__inactive_j8s3n .switch__switch_j8s3n:before {
772
+ .switch__inactive_15xsa .switch__switch_15xsa:before {
773
773
  background-color: #464649;
774
774
  }
775
- .switch__focused_j8s3n .switch__switch_j8s3n {
775
+ .switch__focused_15xsa .switch__switch_15xsa {
776
776
  outline: 2px solid #0072ef;
777
- }.tag__component_eqbj0 {
777
+ }.tag__component_gphpa {
778
778
  color: #fff;
779
779
  border-color: transparent;
780
780
  background-color: #202022
781
781
  }
782
- .tag__component_eqbj0:disabled {
782
+ .tag__component_gphpa: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_gphpa: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_gphpa: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_gphpa {
797
797
  border-color: transparent;
798
798
  background-color: #f3f4f5;
799
799
  color: #000
800
800
  }
801
- .tag__checked_eqbj0:disabled {
801
+ .tag__checked_gphpa: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_gphpa:hover:not(:disabled):not(:active) {
807
807
  background-color: #f3f4f5;
808
808
  }
809
- .tag__checked_eqbj0:active:not(:disabled) {
809
+ .tag__checked_gphpa:active:not(:disabled) {
810
810
  background-color: rgb(194, 195, 196);
811
811
  color: #000;
812
812
  }
813
- .tag__focused_10acy {
813
+ .tag__focused_ownwt {
814
814
  outline: 2px solid #0072ef;
815
815
  }
816
- .tag__component_1szpn {
816
+ .tag__component_3s5vx {
817
817
  color: #fff;
818
818
  border-color: #464649;
819
819
  background-color: transparent
820
820
  }
821
- .tag__component_1szpn:disabled {
821
+ .tag__component_3s5vx: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_3s5vx: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_3s5vx: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_3s5vx {
836
836
  border-color: #fff;
837
837
  background-color: #fff;
838
838
  color: #000
839
839
  }
840
- .tag__checked_1szpn:disabled {
840
+ .tag__checked_3s5vx: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_3s5vx: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_3s5vx:active:not(:disabled) {
849
849
  background-color: rgb(217, 217, 217);
850
850
  color: #000;
851
- }.typography__tertiary_6llyl {
851
+ }.typography__tertiary_15iu3 {
852
852
  color: rgba(235, 235, 245, 0.3);
853
853
  }
854
- .typography__disabled_6llyl {
854
+ .typography__disabled_15iu3 {
855
855
  color: rgba(235, 235, 245, 0.18);
856
856
  }
857
- .typography__accent_6llyl {
857
+ .typography__accent_15iu3 {
858
858
  color: #ef3124;
859
859
  }
860
- .typography__primary_6llyl {
860
+ .typography__primary_15iu3 {
861
861
  color: #fff;
862
862
  }
863
- .typography__attention_6llyl {
863
+ .typography__attention_15iu3 {
864
864
  color: #cb830f;
865
865
  }
866
- .typography__positive_6llyl {
866
+ .typography__positive_15iu3 {
867
867
  color: #13a463;
868
868
  }
869
- .typography__secondary_6llyl {
869
+ .typography__secondary_15iu3 {
870
870
  color: rgba(235, 235, 245, 0.6);
871
871
  }
872
- .typography__tertiary-inverted_6llyl {
872
+ .typography__tertiary-inverted_15iu3 {
873
873
  color: rgba(60, 60, 67, 0.3);
874
874
  }
875
- .typography__primary-inverted_6llyl {
875
+ .typography__primary-inverted_15iu3 {
876
876
  color: #000;
877
877
  }
878
- .typography__secondary-inverted_6llyl {
878
+ .typography__secondary-inverted_15iu3 {
879
879
  color: rgba(60, 60, 67, 0.6);
880
880
  }
881
- .typography__link_6llyl {
881
+ .typography__link_15iu3 {
882
882
  color: #0072ef;
883
883
  }
884
- .typography__negative_6llyl {
884
+ .typography__negative_15iu3 {
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
+ .steps__option_1qrbz {
896
896
  color: #fff;
897
897
  background: #2a2a2c
898
898
  }
899
- .steps__dash_6t0hh {
899
+ .steps__dash_1qrbz {
900
900
  border-top: 2px solid #2b2b2e
901
901
  }
902
- .steps__dash_6t0hh.steps__completed_6t0hh {
902
+ .steps__dash_1qrbz.steps__completed_1qrbz {
903
903
  border-top: 2px solid #fff;
904
904
  }
905
- .steps__dash_6t0hh.steps__vertical_6t0hh {
905
+ .steps__dash_1qrbz.steps__vertical_1qrbz {
906
906
  border-left: 2px solid #2b2b2e;
907
907
  }
908
- .steps__dash_6t0hh.steps__completed_6t0hh.steps__vertical_6t0hh {
908
+ .steps__dash_1qrbz.steps__completed_1qrbz.steps__vertical_1qrbz {
909
909
  border-left: 2px solid #fff;
910
910
  }
911
- .steps__text_6t0hh {
911
+ .steps__text_1qrbz {
912
912
  color: #fff
913
913
  }
914
- .steps__text_6t0hh.steps__interactive_6t0hh:not(.steps__disabled_6t0hh):hover {
914
+ .steps__text_1qrbz.steps__interactive_1qrbz:not(.steps__disabled_1qrbz):hover {
915
915
  background: rgba(255, 255, 255, 0.07);
916
916
  }
917
- .steps__text_6t0hh.steps__interactive_6t0hh:not(.steps__disabled_6t0hh):active {
917
+ .steps__text_1qrbz.steps__interactive_1qrbz:not(.steps__disabled_1qrbz):active {
918
918
  background: rgba(255, 255, 255, 0.15);
919
919
  }
920
- .steps__focused_6t0hh {
920
+ .steps__focused_1qrbz {
921
921
  outline: 2px solid #0072ef;
922
922
  }
923
- .steps__selected_6t0hh .steps__text_6t0hh {
923
+ .steps__selected_1qrbz .steps__text_1qrbz {
924
924
  color: #fff;
925
925
  }
926
- .steps__selected_6t0hh .steps__option_6t0hh {
926
+ .steps__selected_1qrbz .steps__option_1qrbz {
927
927
  color: #000;
928
928
  background: #fff;
929
929
  }
930
- .steps__checkbox_6t0hh {
930
+ .steps__checkbox_1qrbz {
931
931
  border: 2px solid #2a2a2c;
932
932
  }
933
- .steps__dot_6t0hh {
933
+ .steps__dot_1qrbz {
934
934
  background: #2a2a2c;
935
935
  }
936
- .steps__selected_6t0hh .steps__checkbox_6t0hh {
936
+ .steps__selected_1qrbz .steps__checkbox_1qrbz {
937
937
  border: 2px solid #fff
938
938
  }
939
- .steps__selected_6t0hh .steps__checkbox_6t0hh .steps__dot_6t0hh {
939
+ .steps__selected_1qrbz .steps__checkbox_1qrbz .steps__dot_1qrbz {
940
940
  background: #fff;
941
941
  }
942
- .steps__completedIndicator_6t0hh > [class*='positive'] {
942
+ .steps__completedIndicator_1qrbz > [class*='positive'] {
943
943
  color: #fff;
944
944
  background-color: #fff;
945
945
  }
946
- .pattern-lock__error_zgly4 {
946
+ .pattern-lock__error_1n4yo {
947
947
  color: #f15045;
948
- }.action-button__primary_1spzj {
948
+ }.action-button__primary_1fmz3 {
949
949
  color: #fff
950
950
  }
951
- .action-button__primary_1spzj .action-button__iconWrapper_1spzj {
951
+ .action-button__primary_1fmz3 .action-button__iconWrapper_1fmz3 {
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_1fmz3:hover .action-button__iconWrapper_1fmz3 {
956
956
  background-color: rgb(217, 217, 217);
957
957
  }
958
- .action-button__primary_1spzj:active .action-button__iconWrapper_1spzj {
958
+ .action-button__primary_1fmz3:active .action-button__iconWrapper_1fmz3 {
959
959
  background-color: rgb(204, 204, 204);
960
960
  }
961
- .action-button__secondary_1spzj {
961
+ .action-button__secondary_1fmz3 {
962
962
  color: #fff
963
963
  }
964
- .action-button__secondary_1spzj .action-button__iconWrapper_1spzj {
964
+ .action-button__secondary_1fmz3 .action-button__iconWrapper_1fmz3 {
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_1fmz3:hover .action-button__iconWrapper_1fmz3 {
969
969
  background-color: rgb(48, 48, 49);
970
970
  }
971
- .action-button__secondary_1spzj:active .action-button__iconWrapper_1spzj {
971
+ .action-button__secondary_1fmz3:active .action-button__iconWrapper_1fmz3 {
972
972
  background-color: rgb(65, 65, 67);
973
973
  }
974
- .action-button__component_1gyz5 {
974
+ .action-button__component_698j9 {
975
975
  -webkit-tap-highlight-color: transparent
976
976
  }
977
- .action-button__focused_1gyz5 {
977
+ .action-button__focused_698j9 {
978
978
  outline: 2px solid #0072ef;
979
979
  }
980
- .action-button__primary_1j2s4 {
980
+ .action-button__primary_15zro {
981
981
  color: #000
982
982
  }
983
- .action-button__primary_1j2s4 .action-button__iconWrapper_1j2s4 {
983
+ .action-button__primary_15zro .action-button__iconWrapper_15zro {
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_15zro:hover .action-button__iconWrapper_15zro {
988
988
  background-color: rgb(35, 35, 35);
989
989
  }
990
- .action-button__primary_1j2s4:active .action-button__iconWrapper_1j2s4 {
990
+ .action-button__primary_15zro:active .action-button__iconWrapper_15zro {
991
991
  background-color: rgb(54, 54, 54);
992
992
  }
993
- .action-button__secondary_1j2s4 {
993
+ .action-button__secondary_15zro {
994
994
  color: #000
995
995
  }
996
- .action-button__secondary_1j2s4 .action-button__iconWrapper_1j2s4 {
996
+ .action-button__secondary_15zro .action-button__iconWrapper_15zro {
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_15zro:hover .action-button__iconWrapper_15zro {
1001
1001
  background-color: rgb(207, 207, 208);
1002
1002
  }
1003
- .action-button__secondary_1j2s4:active .action-button__iconWrapper_1j2s4 {
1003
+ .action-button__secondary_15zro:active .action-button__iconWrapper_15zro {
1004
1004
  background-color: rgb(194, 195, 196);
1005
1005
  }
1006
- .action-button__primary_1wzk8 {
1006
+ .action-button__primary_1qny6 {
1007
1007
  color: #000
1008
1008
  }
1009
- .action-button__primary_1wzk8 .action-button__iconWrapper_1wzk8 {
1009
+ .action-button__primary_1qny6 .action-button__iconWrapper_1qny6 {
1010
1010
  color: #fff;
1011
1011
  background-color: #121212;
1012
1012
  }
1013
- .action-button__secondary_1wzk8 {
1013
+ .action-button__secondary_1qny6 {
1014
1014
  color: #000
1015
1015
  }
1016
- .action-button__secondary_1wzk8 .action-button__iconWrapper_1wzk8 {
1016
+ .action-button__secondary_1qny6 .action-button__iconWrapper_1qny6 {
1017
1017
  color: #000;
1018
1018
  background-color: #f3f4f5;
1019
- }.textarea__input_1c4xt {
1019
+ }.textarea__input_1c97y {
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_1c97y:-webkit-autofill {
1025
1025
  -webkit-text-fill-color: #fff;
1026
1026
  }
1027
- .textarea__input_1c4xt::placeholder {
1027
+ .textarea__input_1c97y::placeholder {
1028
1028
  color: rgba(235, 235, 245, 0.6);
1029
1029
  }
1030
- .textarea__hasInnerLabel_1c4xt::placeholder {
1030
+ .textarea__hasInnerLabel_1c97y::placeholder {
1031
1031
  color: rgba(235, 235, 245, 0.3);
1032
1032
  }
1033
- .textarea__clearIcon_1c4xt {
1033
+ .textarea__clearIcon_1c97y {
1034
1034
  color: #fff;
1035
1035
  }
1036
- .textarea__input_1c4xt:read-only {
1036
+ .textarea__input_1c97y:read-only {
1037
1037
  color: rgba(235, 235, 245, 0.6)
1038
1038
  }
1039
- .textarea__input_1c4xt:read-only:focus::placeholder {
1039
+ .textarea__input_1c97y:read-only:focus::placeholder {
1040
1040
  color: rgba(235, 235, 245, 0.6);
1041
1041
  }
1042
- .textarea__input_1c4xt:disabled {
1042
+ .textarea__input_1c97y:disabled {
1043
1043
  color: #fff;
1044
1044
  -webkit-text-fill-color: #fff;
1045
1045
  }
1046
- .textarea__input_1c4xt:focus::placeholder {
1046
+ .textarea__input_1c97y:focus::placeholder {
1047
1047
  color: rgba(235, 235, 245, 0.3);
1048
1048
  }
1049
- .textarea__error_1c4xt {
1049
+ .textarea__error_1c97y {
1050
1050
  color: #f15045;
1051
1051
  caret-color: #f15045;
1052
1052
  }
1053
- .textarea__textarea_1c4xt {
1053
+ .textarea__textarea_1c97y {
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_1c97y::placeholder {
1058
1058
  color: rgba(235, 235, 245, 0.6);
1059
1059
  }
1060
- .textarea__hasInnerLabel_1c4xt::placeholder {
1060
+ .textarea__hasInnerLabel_1c97y::placeholder {
1061
1061
  color: rgba(235, 235, 245, 0.3);
1062
1062
  }
1063
- .textarea__textarea_1c4xt:disabled {
1063
+ .textarea__textarea_1c97y:disabled {
1064
1064
  color: #fff;
1065
1065
  -webkit-text-fill-color: #fff;
1066
1066
  }
1067
- .textarea__textarea_1c4xt:read-only {
1067
+ .textarea__textarea_1c97y:read-only {
1068
1068
  color: rgba(235, 235, 245, 0.6);
1069
1069
  }
1070
- .textarea__textarea_1c4xt:focus::placeholder {
1070
+ .textarea__textarea_1c97y:focus::placeholder {
1071
1071
  color: rgba(235, 235, 245, 0.3);
1072
1072
  }
1073
- .textarea__hint_1c4xt {
1073
+ .textarea__hint_1c97y {
1074
1074
  color: rgba(235, 235, 245, 0.6);
1075
1075
  }
1076
- .textarea__error_1c4xt {
1076
+ .textarea__error_1c97y {
1077
1077
  color: #f15045;
1078
1078
  }
1079
- .textarea__pseudoTextarea_1a7jc span {
1079
+ .textarea__pseudoTextarea_13m74 span {
1080
1080
  color: transparent;
1081
1081
  }
1082
- .textarea__pseudoTextarea_1a7jc .textarea__overflow_1a7jc {
1082
+ .textarea__pseudoTextarea_13m74 .textarea__overflow_13m74 {
1083
1083
  background-color: rgba(217, 29, 11, 0.4);
1084
1084
  }
1085
- .textarea__focusVisible_1a7jc {
1085
+ .textarea__focusVisible_13m74 {
1086
1086
  outline: 2px solid #0072ef;
1087
1087
  }
1088
- .textarea__input_7tr43 {
1088
+ .textarea__input_7y18v {
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_7y18v:-webkit-autofill {
1094
1094
  -webkit-text-fill-color: #000;
1095
1095
  }
1096
- .textarea__input_7tr43::placeholder {
1096
+ .textarea__input_7y18v::placeholder {
1097
1097
  color: rgba(60, 60, 67, 0.6);
1098
1098
  }
1099
- .textarea__hasInnerLabel_7tr43::placeholder {
1099
+ .textarea__hasInnerLabel_7y18v::placeholder {
1100
1100
  color: rgba(60, 60, 67, 0.3);
1101
1101
  }
1102
- .textarea__clearIcon_7tr43 {
1102
+ .textarea__clearIcon_7y18v {
1103
1103
  color: #000;
1104
1104
  }
1105
- .textarea__input_7tr43:read-only {
1105
+ .textarea__input_7y18v:read-only {
1106
1106
  color: rgba(60, 60, 67, 0.6)
1107
1107
  }
1108
- .textarea__input_7tr43:read-only:focus::placeholder {
1108
+ .textarea__input_7y18v:read-only:focus::placeholder {
1109
1109
  color: rgba(60, 60, 67, 0.6);
1110
1110
  }
1111
- .textarea__input_7tr43:disabled {
1111
+ .textarea__input_7y18v:disabled {
1112
1112
  color: #000;
1113
1113
  -webkit-text-fill-color: #000;
1114
1114
  }
1115
- .textarea__input_7tr43:focus::placeholder {
1115
+ .textarea__input_7y18v:focus::placeholder {
1116
1116
  color: rgba(60, 60, 67, 0.3);
1117
1117
  }
1118
- .textarea__error_7tr43 {
1118
+ .textarea__error_7y18v {
1119
1119
  color: #ef3124;
1120
1120
  caret-color: #ef3124;
1121
1121
  }
1122
- .textarea__textarea_7tr43 {
1122
+ .textarea__textarea_7y18v {
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_7y18v::placeholder {
1127
1127
  color: rgba(60, 60, 67, 0.6);
1128
1128
  }
1129
- .textarea__hasInnerLabel_7tr43::placeholder {
1129
+ .textarea__hasInnerLabel_7y18v::placeholder {
1130
1130
  color: rgba(60, 60, 67, 0.3);
1131
1131
  }
1132
- .textarea__textarea_7tr43:disabled {
1132
+ .textarea__textarea_7y18v:disabled {
1133
1133
  color: #000;
1134
1134
  -webkit-text-fill-color: #000;
1135
1135
  }
1136
- .textarea__textarea_7tr43:read-only {
1136
+ .textarea__textarea_7y18v:read-only {
1137
1137
  color: rgba(60, 60, 67, 0.6);
1138
1138
  }
1139
- .textarea__textarea_7tr43:focus::placeholder {
1139
+ .textarea__textarea_7y18v:focus::placeholder {
1140
1140
  color: rgba(60, 60, 67, 0.3);
1141
1141
  }
1142
- .textarea__hint_7tr43 {
1142
+ .textarea__hint_7y18v {
1143
1143
  color: rgba(235, 235, 245, 0.6);
1144
1144
  }
1145
- .textarea__error_7tr43 {
1145
+ .textarea__error_7y18v {
1146
1146
  color: #f15045;
1147
- }.base-modal__component_7qd4r {
1147
+ }.base-modal__component_1d95c {
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_117c1 {
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_117c1:hover {
1167
1155
  background-color: rgb(207, 207, 208);
1168
1156
  }
1169
- .button__primary_1mzkv:active {
1157
+ .button__primary_117c1:active {
1170
1158
  background-color: rgb(194, 195, 196);
1171
1159
  }
1172
- .button__primary_1mzkv > .button__loader_1mzkv {
1160
+ .button__primary_117c1 > .button__loader_117c1 {
1173
1161
  color: #fff;
1174
1162
  }
1175
- .button__secondary_1mzkv {
1163
+ .button__secondary_117c1 {
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_117c1:hover {
1181
1169
  background-color: rgba(255, 255, 255, 0.163);
1182
1170
  }
1183
- .button__secondary_1mzkv:active {
1171
+ .button__secondary_117c1:active {
1184
1172
  background-color: rgba(255, 255, 255, 0.235);
1185
1173
  }
1186
- .button__secondary_1mzkv > .button__loader_1mzkv {
1174
+ .button__secondary_117c1 > .button__loader_117c1 {
1187
1175
  color: #fff;
1188
1176
  }
1189
- .button__outlined_1mzkv {
1177
+ .button__outlined_117c1 {
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_117c1:hover {
1195
1183
  background-color: rgba(0, 0, 0, 0.07);
1196
1184
  }
1197
- .button__outlined_1mzkv:active {
1185
+ .button__outlined_117c1:active {
1198
1186
  background-color: rgba(0, 0, 0, 0.15);
1199
1187
  }
1200
- .button__tertiary_1mzkv {
1188
+ .button__tertiary_117c1 {
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_117c1: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_117c1:active {
1210
1198
  background-color: rgba(255, 255, 255, 0.15);
1211
1199
  }
1212
- .button__tertiary_1mzkv > .button__loader_1mzkv {
1200
+ .button__tertiary_117c1 > .button__loader_117c1 {
1213
1201
  color: #fff;
1214
1202
  }
1215
- .button__filled_1mzkv {
1203
+ .button__filled_117c1 {
1216
1204
  color: #fff;
1217
1205
  background-color: #3a3a3c
1218
1206
  }
1219
- .button__filled_1mzkv:hover {
1207
+ .button__filled_117c1:hover {
1220
1208
  background-color: rgb(72, 72, 74);
1221
1209
  }
1222
- .button__filled_1mzkv:active {
1210
+ .button__filled_117c1:active {
1223
1211
  background-color: rgb(88, 88, 89);
1224
1212
  }
1225
- .button__transparent_1mzkv {
1213
+ .button__transparent_117c1 {
1226
1214
  color: #fff;
1227
1215
  background-color: rgba(255, 255, 255, 0.1)
1228
1216
  }
1229
- .button__transparent_1mzkv:hover {
1217
+ .button__transparent_117c1:hover {
1230
1218
  background-color: rgba(255, 255, 255, 0.2);
1231
1219
  }
1232
- .button__transparent_1mzkv:active {
1220
+ .button__transparent_117c1:active {
1233
1221
  background-color: rgba(255, 255, 255, 0.4);
1234
1222
  }
1235
- .button__link_1mzkv {
1223
+ .button__link_117c1 {
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_117c1:hover {
1241
1229
  background-color: rgba(255, 255, 255, 0.07);
1242
1230
  }
1243
- .button__link_1mzkv:active {
1231
+ .button__link_117c1:active {
1244
1232
  background-color: rgba(255, 255, 255, 0.15);
1245
1233
  }
1246
- .button__link_1mzkv > .button__loader_1mzkv {
1234
+ .button__link_117c1 > .button__loader_117c1 {
1247
1235
  color: #fff;
1248
1236
  }
1249
- .button__ghost_1mzkv {
1237
+ .button__ghost_117c1 {
1250
1238
  color: #fff
1251
1239
  }
1252
- .button__ghost_1mzkv:hover {
1240
+ .button__ghost_117c1:hover {
1253
1241
  color: rgb(179, 179, 179);
1254
1242
  }
1255
- .button__ghost_1mzkv:active {
1243
+ .button__ghost_117c1:active {
1256
1244
  color: rgb(128, 128, 128);
1257
1245
  }
1258
- .button__ghost_1mzkv > .button__loader_1mzkv {
1246
+ .button__ghost_117c1 > .button__loader_117c1 {
1259
1247
  color: #fff;
1260
1248
  }
1261
- .button__component_1mzkv[disabled].button__primary_1mzkv {
1249
+ .button__component_117c1[disabled].button__primary_117c1 {
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_117c1[disabled].button__primary_117c1.button__loading_117c1 {
1266
1254
  background-color: #f3f4f5;
1267
1255
  }
1268
- .button__component_1mzkv[disabled].button__secondary_1mzkv {
1256
+ .button__component_117c1[disabled].button__secondary_117c1 {
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_117c1[disabled].button__secondary_117c1.button__loading_117c1 {
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_117c1[disabled].button__outlined_117c1 {
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_117c1[disabled].button__outlined_117c1.button__loading_117c1 {
1284
1272
  color: #fff;
1285
1273
  }
1286
- .button__component_1mzkv[disabled].button__tertiary_1mzkv {
1274
+ .button__component_117c1[disabled].button__tertiary_117c1 {
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_117c1[disabled].button__tertiary_117c1.button__loading_117c1 {
1292
1280
  color: #fff;
1293
1281
  border-color: #c5c5c7;
1294
1282
  }
1295
- .button__component_1mzkv[disabled].button__filled_1mzkv {
1283
+ .button__component_117c1[disabled].button__filled_117c1 {
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_117c1[disabled].button__filled_117c1.button__loading_117c1 {
1300
1288
  color: #fff;
1301
1289
  background-color: #3a3a3c;
1302
1290
  }
1303
- .button__component_1mzkv[disabled].button__transparent_1mzkv {
1291
+ .button__component_117c1[disabled].button__transparent_117c1 {
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_117c1[disabled].button__transparent_117c1.button__loading_117c1 {
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_117c1[disabled].button__link_117c1 {
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_117c1[disabled].button__link_117c1.button__loading_117c1 {
1316
1304
  color: #fff;
1317
1305
  }
1318
- .button__component_1mzkv[disabled].button__ghost_1mzkv {
1306
+ .button__component_117c1[disabled].button__ghost_117c1 {
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_117c1[disabled].button__ghost_117c1.button__loading_117c1 {
1322
1310
  color: #fff;
1323
1311
  }
1324
- .button__component_6oxzu {
1312
+ .button__component_164as {
1325
1313
  background-color: transparent
1326
1314
  }
1327
- .button__focused_6oxzu {
1315
+ .button__focused_164as {
1328
1316
  outline: 2px solid #0072ef;
1329
1317
  }
1330
- .button__primary_1bpjc {
1318
+ .button__primary_pxaiz {
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_pxaiz:hover {
1336
1324
  background-color: rgb(48, 48, 49);
1337
1325
  }
1338
- .button__primary_1bpjc:active {
1326
+ .button__primary_pxaiz:active {
1339
1327
  background-color: rgb(65, 65, 67);
1340
1328
  }
1341
- .button__primary_1bpjc > .button__loader_1bpjc {
1329
+ .button__primary_pxaiz > .button__loader_pxaiz {
1342
1330
  color: #fff;
1343
1331
  }
1344
- .button__secondary_1bpjc {
1332
+ .button__secondary_pxaiz {
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_pxaiz:hover {
1350
1338
  background-color: rgba(0, 0, 0, 0.218);
1351
1339
  }
1352
- .button__secondary_1bpjc:active {
1340
+ .button__secondary_pxaiz:active {
1353
1341
  background-color: rgba(0, 0, 0, 0.264);
1354
1342
  }
1355
- .button__secondary_1bpjc > .button__loader_1bpjc {
1343
+ .button__secondary_pxaiz > .button__loader_pxaiz {
1356
1344
  color: #000;
1357
1345
  }
1358
- .button__outlined_1bpjc {
1346
+ .button__outlined_pxaiz {
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_pxaiz:hover {
1364
1352
  background-color: rgba(255, 255, 255, 0.15);
1365
1353
  }
1366
- .button__outlined_1bpjc:active {
1354
+ .button__outlined_pxaiz:active {
1367
1355
  background-color: rgba(0, 0, 0, 0.15);
1368
1356
  }
1369
- .button__tertiary_1bpjc {
1357
+ .button__tertiary_pxaiz {
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_pxaiz: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_pxaiz:active {
1379
1367
  background-color: rgba(18, 18, 18, 0.2);
1380
1368
  }
1381
- .button__tertiary_1bpjc > .button__loader_1bpjc {
1369
+ .button__tertiary_pxaiz > .button__loader_pxaiz {
1382
1370
  color: #000;
1383
1371
  }
1384
- .button__filled_1bpjc {
1372
+ .button__filled_pxaiz {
1385
1373
  color: #fff;
1386
1374
  background-color: #3a3a3c
1387
1375
  }
1388
- .button__filled_1bpjc:hover {
1376
+ .button__filled_pxaiz:hover {
1389
1377
  background-color: rgb(99, 112, 126);
1390
1378
  }
1391
- .button__filled_1bpjc:active {
1379
+ .button__filled_pxaiz:active {
1392
1380
  background-color: rgb(61, 74, 88);
1393
1381
  }
1394
- .button__transparent_1bpjc {
1382
+ .button__transparent_pxaiz {
1395
1383
  color: #000;
1396
1384
  background-color: rgba(255, 255, 255, 0.1)
1397
1385
  }
1398
- .button__transparent_1bpjc:hover {
1386
+ .button__transparent_pxaiz:hover {
1399
1387
  background-color: rgba(255, 255, 255, 0.2);
1400
1388
  }
1401
- .button__transparent_1bpjc:active {
1389
+ .button__transparent_pxaiz:active {
1402
1390
  background-color: rgba(255, 255, 255, 0.05);
1403
1391
  }
1404
- .button__link_1bpjc {
1392
+ .button__link_pxaiz {
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_pxaiz:hover {
1410
1398
  background-color: rgba(18, 18, 18, 0.15);
1411
1399
  }
1412
- .button__link_1bpjc:active {
1400
+ .button__link_pxaiz:active {
1413
1401
  background-color: rgba(18, 18, 18, 0.2);
1414
1402
  }
1415
- .button__link_1bpjc > .button__loader_1bpjc {
1403
+ .button__link_pxaiz > .button__loader_pxaiz {
1416
1404
  color: #000;
1417
1405
  }
1418
- .button__ghost_1bpjc {
1406
+ .button__ghost_pxaiz {
1419
1407
  color: #000
1420
1408
  }
1421
- .button__ghost_1bpjc:hover {
1409
+ .button__ghost_pxaiz:hover {
1422
1410
  color: rgb(77, 77, 77);
1423
1411
  }
1424
- .button__ghost_1bpjc:active {
1412
+ .button__ghost_pxaiz:active {
1425
1413
  color: rgb(128, 128, 128);
1426
1414
  }
1427
- .button__ghost_1bpjc > .button__loader_1bpjc {
1415
+ .button__ghost_pxaiz > .button__loader_pxaiz {
1428
1416
  color: #000;
1429
1417
  }
1430
- .button__component_1bpjc[disabled].button__primary_1bpjc {
1418
+ .button__component_pxaiz[disabled].button__primary_pxaiz {
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_pxaiz[disabled].button__primary_pxaiz.button__loading_pxaiz {
1435
1423
  background-color: #202022;
1436
1424
  }
1437
- .button__component_1bpjc[disabled].button__secondary_1bpjc {
1425
+ .button__component_pxaiz[disabled].button__secondary_pxaiz {
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_pxaiz[disabled].button__secondary_pxaiz.button__loading_pxaiz {
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_pxaiz[disabled].button__outlined_pxaiz {
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_pxaiz[disabled].button__outlined_pxaiz.button__loading_pxaiz {
1453
1441
  color: #fff;
1454
1442
  }
1455
- .button__component_1bpjc[disabled].button__tertiary_1bpjc {
1443
+ .button__component_pxaiz[disabled].button__tertiary_pxaiz {
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_pxaiz[disabled].button__tertiary_pxaiz.button__loading_pxaiz {
1461
1449
  color: #000;
1462
1450
  }
1463
- .button__component_1bpjc[disabled].button__filled_1bpjc {
1451
+ .button__component_pxaiz[disabled].button__filled_pxaiz {
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_pxaiz[disabled].button__filled_pxaiz.button__loading_pxaiz {
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_pxaiz[disabled].button__transparent_pxaiz {
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_pxaiz[disabled].button__transparent_pxaiz.button__loading_pxaiz {
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_pxaiz[disabled].button__link_pxaiz {
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_pxaiz[disabled].button__link_pxaiz.button__loading_pxaiz {
1486
1474
  color: #000;
1487
1475
  }
1488
- .button__component_1bpjc[disabled].button__ghost_1bpjc {
1476
+ .button__component_pxaiz[disabled].button__ghost_pxaiz {
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_pxaiz[disabled].button__ghost_pxaiz.button__loading_pxaiz {
1492
1480
  color: #000;
1493
- }.chart__coreChart_p15op .recharts-text tspan {
1481
+ }.popover__component_dd3br {
1482
+ background-color: transparent;
1483
+ color: #fff;
1484
+ }
1485
+ .popover__inner_dd3br {
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_dd3br:after {
1491
+ background-color: #121212;
1492
+ border: 1px solid transparent;
1493
+ }.chart__coreChart_tfbya .recharts-text tspan {
1494
1494
  fill: #fff;
1495
1495
  }
1496
- @keyframes chart__showDot_ddw4g {
1496
+ @keyframes chart__showDot_1iy1i {
1497
1497
  }
1498
1498
 
1499
- .chart__tickText_1ddoa {
1499
+ .chart__tickText_t7j25 {
1500
1500
  fill: #fff;
1501
1501
  }
1502
- .chart__circle_1ddoa {
1502
+ .chart__circle_t7j25 {
1503
1503
  fill: #121212;
1504
1504
  }
1505
- .chart__circle_1ddoa {
1505
+ .chart__circle_t7j25 {
1506
1506
  fill: #121212;
1507
1507
  }
1508
- .chart__tooltip_6bzlw {
1508
+ .chart__tooltip_qi4uc {
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_qi4uc {
1514
1514
  border: 1px solid #2b2b2e;
1515
1515
  background-color: #121212;
1516
1516
  }
1517
- .chart__tooltipArrow_6bzlw:before {
1517
+ .chart__tooltipArrow_qi4uc: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_1946m,
1520
+ .circular-progress-bar__progressCircle_1946m {
1525
1521
  fill: transparent;
1526
1522
  }
1527
- .circular-progress-bar__positive_v5f1x {
1523
+ .circular-progress-bar__positive_1946m {
1528
1524
  stroke: #2fc26e;
1529
1525
  }
1530
- .circular-progress-bar__negative_v5f1x {
1526
+ .circular-progress-bar__negative_1946m {
1531
1527
  stroke: #d91d0b;
1532
1528
  }
1533
- .circular-progress-bar__backgroundCircle_v5f1x {
1529
+ .circular-progress-bar__backgroundCircle_1946m {
1534
1530
  stroke: #2c2c2e
1535
1531
  }
1536
- .circular-progress-bar__backgroundCircle_v5f1x.circular-progress-bar__stroke_v5f1x {
1532
+ .circular-progress-bar__backgroundCircle_1946m.circular-progress-bar__stroke_1946m {
1537
1533
  stroke: transparent;
1538
1534
  }
1539
- .circular-progress-bar__progressCircle_v5f1x.circular-progress-bar__bg-positive_v5f1x {
1535
+ .circular-progress-bar__progressCircle_1946m.circular-progress-bar__bg-positive_1946m {
1540
1536
  fill: #2fc26e;
1541
1537
  }
1542
- .circular-progress-bar__progressCircle_v5f1x.circular-progress-bar__bg-negative_v5f1x {
1538
+ .circular-progress-bar__progressCircle_1946m.circular-progress-bar__bg-negative_1946m {
1543
1539
  fill: #d91d0b;
1544
1540
  }
1545
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-tertiary_v5f1x {
1541
+ .circular-progress-bar__iconWrapper_1946m.circular-progress-bar__icon-tertiary_1946m {
1546
1542
  color: #464649;
1547
1543
  }
1548
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-positive_v5f1x {
1544
+ .circular-progress-bar__iconWrapper_1946m.circular-progress-bar__icon-positive_1946m {
1549
1545
  color: #2fc26e;
1550
1546
  }
1551
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-negative_v5f1x {
1547
+ .circular-progress-bar__iconWrapper_1946m.circular-progress-bar__icon-negative_1946m {
1552
1548
  color: #d91d0b;
1553
1549
  }
1554
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-primary-inverted_v5f1x {
1550
+ .circular-progress-bar__iconWrapper_1946m.circular-progress-bar__icon-primary-inverted_1946m {
1555
1551
  color: #000;
1556
1552
  }
1557
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-primary_v5f1x {
1553
+ .circular-progress-bar__iconWrapper_1946m.circular-progress-bar__icon-primary_1946m {
1558
1554
  color: #fff;
1559
1555
  }
1560
- .circular-progress-bar__iconWrapper_v5f1x.circular-progress-bar__icon-secondary_v5f1x {
1556
+ .circular-progress-bar__iconWrapper_1946m.circular-progress-bar__icon-secondary_1946m {
1561
1557
  color: #8d8d93;
1562
- }.stepped-progress-bar__description_18ke1 {
1558
+ }.comment__component_l5ps6 {
1559
+ background-color: #202022;
1560
+ }.list-header__filled_1qwx3 {
1561
+ background-color: rgba(255, 255, 255, 0.1);
1562
+ }.stepped-progress-bar__description_j5d8f {
1563
1563
  color: rgba(235, 235, 245, 0.6);
1564
1564
  }
1565
- .stepped-progress-bar__bar_7ic3s {
1565
+ .stepped-progress-bar__bar_14zry {
1566
1566
  background: rgba(255, 255, 255, 0.1);
1567
1567
  }
1568
- .stepped-progress-bar__positive_7ic3s {
1568
+ .stepped-progress-bar__positive_14zry {
1569
1569
  background: #2fc26e;
1570
1570
  }
1571
- .stepped-progress-bar__attention_7ic3s {
1571
+ .stepped-progress-bar__attention_14zry {
1572
1572
  background: #f6bf65;
1573
1573
  }
1574
- .stepped-progress-bar__negative_7ic3s {
1574
+ .stepped-progress-bar__negative_14zry {
1575
1575
  background: #d91d0b;
1576
1576
  }
1577
- .stepped-progress-bar__link_7ic3s {
1577
+ .stepped-progress-bar__link_14zry {
1578
1578
  background: #0072ef;
1579
1579
  }
1580
- .stepped-progress-bar__tertiary_7ic3s {
1580
+ .stepped-progress-bar__tertiary_14zry {
1581
1581
  background: #464649;
1582
1582
  }
1583
- .stepped-progress-bar__secondary_7ic3s {
1583
+ .stepped-progress-bar__secondary_14zry {
1584
1584
  background: #8d8d93;
1585
1585
  }
1586
- .stepped-progress-bar__primary_7ic3s {
1586
+ .stepped-progress-bar__primary_14zry {
1587
1587
  background: #fff;
1588
1588
  }
1589
- .stepped-progress-bar__accent_7ic3s {
1589
+ .stepped-progress-bar__accent_14zry {
1590
1590
  background: #ef3124;
1591
- }.drawer__backdropEnter_2hxdu {
1591
+ }.drawer__backdropEnter_h6lb8 {
1592
1592
  background-color: transparent;
1593
1593
  }
1594
- .drawer__backdropEnterActive_2hxdu,
1595
- .drawer__backdropEnterDone_2hxdu {
1594
+ .drawer__backdropEnterActive_h6lb8,
1595
+ .drawer__backdropEnterDone_h6lb8 {
1596
1596
  background-color: rgba(0, 0, 0, 0.8);
1597
1597
  }
1598
- .drawer__backdropExit_2hxdu {
1598
+ .drawer__backdropExit_h6lb8 {
1599
1599
  background-color: rgba(0, 0, 0, 0.8);
1600
1600
  }
1601
- .drawer__backdropExitActive_2hxdu,
1602
- .drawer__backdropExitDone_2hxdu {
1601
+ .drawer__backdropExitActive_h6lb8,
1602
+ .drawer__backdropExitDone_h6lb8 {
1603
1603
  background-color: transparent;
1604
- }.attach__component_qusb9 {
1604
+ }.attach__component_1v25s {
1605
1605
  }
1606
- .attach__focused_qusb9 {
1606
+ .attach__focused_1v25s {
1607
1607
  outline: 2px solid #0072ef;
1608
- }.custom-button__customButton_1sefw.custom-button__white_1sefw * {
1608
+ }.custom-button__customButton_13cqz.custom-button__white_13cqz * {
1609
1609
  color: #fff;
1610
1610
  }
1611
- .custom-button__customButton_1sefw.custom-button__black_1sefw * {
1611
+ .custom-button__customButton_13cqz.custom-button__black_13cqz * {
1612
1612
  color: #000;
1613
1613
  }
1614
- .custom-button__customButton_1sefw:before {
1614
+ .custom-button__customButton_13cqz:before {
1615
1615
  background-color: rgba(0, 0, 0, 0);
1616
1616
  }
1617
- .custom-button__customButton_1sefw:hover:before {
1617
+ .custom-button__customButton_13cqz: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_13cqz: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_13cqz:disabled.custom-button__white_13cqz * {
1624
1624
  color: #fff;
1625
1625
  }
1626
- .custom-button__customButton_1sefw:disabled.custom-button__black_1sefw * {
1626
+ .custom-button__customButton_13cqz:disabled.custom-button__black_13cqz * {
1627
1627
  color: #000;
1628
- }.confirmation-v1__errorHeader_4d7mp {
1628
+ }.confirmation-v1__errorHeader_jgsa0 {
1629
1629
  color: #fff;
1630
1630
  color: #fff;
1631
1631
  }
1632
- .confirmation-v1__errorText_4d7mp {
1632
+ .confirmation-v1__errorText_jgsa0 {
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_jgsa0 {
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_jgsa0 {
1641
1641
  color: rgba(235, 235, 245, 0.6);
1642
1642
  }
1643
- .confirmation-v1__phoneDescription_4d7mp {
1643
+ .confirmation-v1__phoneDescription_jgsa0 {
1644
1644
  color: rgba(235, 235, 245, 0.6);
1645
1645
  }
1646
- .confirmation-v1__input_12o0z {
1646
+ .confirmation-v1__input_11kkf {
1647
1647
  background-color: #202022;
1648
1648
  color: #fff
1649
1649
  }
1650
- .confirmation-v1__input_12o0z.confirmation-v1__hasError_12o0z {
1650
+ .confirmation-v1__input_11kkf.confirmation-v1__hasError_11kkf {
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_11kkf.confirmation-v1__disabled_11kkf {
1656
1656
  color: rgba(235, 235, 245, 0.3);
1657
1657
  }
1658
- @keyframes confirmation-v1__shake_12o0z {
1658
+ @keyframes confirmation-v1__shake_11kkf {
1659
1659
  }
1660
- .confirmation-v1__component_rd1xu {
1660
+ .confirmation-v1__component_1fc37 {
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_7w15g {
1665
1665
  fill: transparent;
1666
1666
  stroke: #464649;
1667
1667
  }
1668
- .confirmation-v1__title_yhy75 {
1668
+ .confirmation-v1__title_169ya {
1669
1669
  color: #fff;
1670
1670
  }
1671
- .confirmation-v1__description_yhy75 {
1671
+ .confirmation-v1__description_169ya {
1672
1672
  color: rgba(235, 235, 245, 0.6);
1673
1673
  }
1674
- .confirmation-v1__alertIcon_yhy75 {
1674
+ .confirmation-v1__alertIcon_169ya {
1675
1675
  color: #d91d0b;
1676
1676
  }
1677
- .confirmation-v1__header_1lqp2 {
1677
+ .confirmation-v1__header_1ubwq {
1678
1678
  color: #fff;
1679
1679
  color: #fff;
1680
1680
  }
1681
- .confirmation-v1__error_1lqp2 {
1681
+ .confirmation-v1__error_1ubwq {
1682
1682
  color: #f15045;
1683
1683
  }
1684
- .confirmation-v1__loaderText_1lqp2 {
1684
+ .confirmation-v1__loaderText_1ubwq {
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_1vjji {
1689
1689
  color: rgba(235, 235, 245, 0.6);
1690
1690
  }
1691
- .confirmation__circle_8bmir {
1691
+ .confirmation__circle_o1lwg {
1692
1692
  fill: transparent;
1693
1693
  stroke: #464649;
1694
1694
  }
1695
1695
 
1696
- .confirmation__typographyTheme_90sl5.confirmation__typographyTheme_90sl5 {
1696
+ .confirmation__typographyTheme_186fo.confirmation__typographyTheme_186fo {
1697
1697
  color: rgba(235, 235, 245, 0.6);
1698
1698
  }
1699
- .confirmation__typographyTheme_8p0cq.confirmation__typographyTheme_8p0cq {
1699
+ .confirmation__typographyTheme_1kmjv.confirmation__typographyTheme_1kmjv {
1700
1700
  color: rgba(235, 235, 245, 0.6);
1701
1701
  }
1702
- .confirmation__typographyTheme_17tyk.confirmation__typographyTheme_17tyk {
1702
+ .confirmation__typographyTheme_14vvl.confirmation__typographyTheme_14vvl {
1703
1703
  color: rgba(235, 235, 245, 0.6);
1704
1704
  }
1705
- .confirmation__phone_17tyk.confirmation__phone_17tyk {
1705
+ .confirmation__phone_14vvl.confirmation__phone_14vvl {
1706
1706
  color: #fff;
1707
1707
  }
1708
- .confirmation__countdownContainer_17tyk.confirmation__countdownContainer_17tyk {
1708
+ .confirmation__countdownContainer_14vvl.confirmation__countdownContainer_14vvl {
1709
1709
  color: rgba(235, 235, 245, 0.6);
1710
1710
  }
1711
- .confirmation__typographyTheme_hd738.confirmation__typographyTheme_hd738 {
1711
+ .confirmation__typographyTheme_ef44y.confirmation__typographyTheme_ef44y {
1712
1712
  color: rgba(235, 235, 245, 0.6);
1713
- }.icon-button__primary_wgr60 {
1713
+ }.icon-button__primary_19oqa {
1714
1714
  color: #fff
1715
1715
  }
1716
- .icon-button__primary_wgr60:hover {
1716
+ .icon-button__primary_19oqa:hover {
1717
1717
  color: rgb(204, 204, 204);
1718
1718
  }
1719
- .icon-button__primary_wgr60:active {
1719
+ .icon-button__primary_19oqa:active {
1720
1720
  color: rgb(179, 179, 179);
1721
1721
  }
1722
- .icon-button__secondary_wgr60 {
1722
+ .icon-button__secondary_19oqa {
1723
1723
  color: #8d8d93
1724
1724
  }
1725
- .icon-button__secondary_wgr60:hover {
1725
+ .icon-button__secondary_19oqa:hover {
1726
1726
  color: rgb(175, 175, 179);
1727
1727
  }
1728
- .icon-button__secondary_wgr60:active {
1728
+ .icon-button__secondary_19oqa:active {
1729
1729
  color: rgb(198, 198, 201);
1730
1730
  }
1731
- .icon-button__transparent_wgr60 {
1731
+ .icon-button__transparent_19oqa {
1732
1732
  color: rgba(255, 255, 255, 0.3)
1733
1733
  }
1734
- .icon-button__transparent_wgr60:hover {
1734
+ .icon-button__transparent_19oqa:hover {
1735
1735
  color: rgba(255, 255, 255, 0.4);
1736
1736
  }
1737
- .icon-button__transparent_wgr60:active {
1737
+ .icon-button__transparent_19oqa:active {
1738
1738
  color: rgba(255, 255, 255, 0.5);
1739
1739
  }
1740
- .icon-button__negative_wgr60 {
1740
+ .icon-button__negative_19oqa {
1741
1741
  color: #d91d0b
1742
1742
  }
1743
- .icon-button__negative_wgr60:hover {
1743
+ .icon-button__negative_19oqa:hover {
1744
1744
  color: rgb(220, 45, 28);
1745
1745
  }
1746
- .icon-button__negative_wgr60:active {
1746
+ .icon-button__negative_19oqa:active {
1747
1747
  color: rgb(223, 63, 48);
1748
1748
  }
1749
- .icon-button__tertiary_wgr60 {
1749
+ .icon-button__tertiary_19oqa {
1750
1750
  color: #464649
1751
1751
  }
1752
- .icon-button__tertiary_wgr60:hover {
1752
+ .icon-button__tertiary_19oqa:hover {
1753
1753
  color: rgb(83, 83, 86);
1754
1754
  }
1755
- .icon-button__tertiary_wgr60:active {
1755
+ .icon-button__tertiary_19oqa:active {
1756
1756
  color: rgb(98, 98, 100);
1757
1757
  }
1758
- .icon-button__component_wgr60:disabled.icon-button__primary_wgr60 {
1758
+ .icon-button__component_19oqa:disabled.icon-button__primary_19oqa {
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_19oqa:disabled.icon-button__primary_19oqa.icon-button__loader_19oqa {
1762
1762
  color: #fff;
1763
1763
  }
1764
- .icon-button__component_wgr60:disabled.icon-button__secondary_wgr60 {
1764
+ .icon-button__component_19oqa:disabled.icon-button__secondary_19oqa {
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_19oqa:disabled.icon-button__secondary_19oqa.icon-button__loader_19oqa {
1768
1768
  color: #8d8d93;
1769
1769
  }
1770
- .icon-button__component_wgr60:disabled.icon-button__negative_wgr60 {
1770
+ .icon-button__component_19oqa:disabled.icon-button__negative_19oqa {
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_19oqa:disabled.icon-button__negative_19oqa.icon-button__loader_19oqa {
1774
1774
  color: #d91d0b;
1775
1775
  }
1776
- .icon-button__component_wgr60:disabled.icon-button__tertiary_wgr60 {
1776
+ .icon-button__component_19oqa:disabled.icon-button__tertiary_19oqa {
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_19oqa:disabled.icon-button__tertiary_19oqa.icon-button__loader_19oqa {
1780
1780
  color: #464649;
1781
1781
  }
1782
1782
 
1783
- .icon-button__primary_187sg {
1783
+ .icon-button__primary_1lfrk {
1784
1784
  color: #000
1785
1785
  }
1786
- .icon-button__primary_187sg:hover {
1786
+ .icon-button__primary_1lfrk:hover {
1787
1787
  color: rgb(18, 18, 18);
1788
1788
  }
1789
- .icon-button__primary_187sg:active {
1789
+ .icon-button__primary_1lfrk:active {
1790
1790
  color: rgb(38, 38, 38);
1791
1791
  }
1792
- .icon-button__secondary_187sg {
1792
+ .icon-button__secondary_1lfrk {
1793
1793
  color: #8a8a8e
1794
1794
  }
1795
- .icon-button__secondary_187sg:hover {
1795
+ .icon-button__secondary_1lfrk:hover {
1796
1796
  color: rgb(117, 117, 121);
1797
1797
  }
1798
- .icon-button__secondary_187sg:active {
1798
+ .icon-button__secondary_1lfrk:active {
1799
1799
  color: rgb(110, 110, 114);
1800
1800
  }
1801
- .icon-button__transparent_187sg {
1801
+ .icon-button__transparent_1lfrk {
1802
1802
  color: rgba(0, 0, 0, 0.3)
1803
1803
  }
1804
- .icon-button__transparent_187sg:hover {
1804
+ .icon-button__transparent_1lfrk:hover {
1805
1805
  color: rgba(0, 0, 0, 0.4);
1806
1806
  }
1807
- .icon-button__transparent_187sg:active {
1807
+ .icon-button__transparent_1lfrk:active {
1808
1808
  color: rgba(0, 0, 0, 0.5);
1809
1809
  }
1810
- .icon-button__negative_187sg {
1810
+ .icon-button__negative_1lfrk {
1811
1811
  color: #d91d0b
1812
1812
  }
1813
- .icon-button__negative_187sg:hover {
1813
+ .icon-button__negative_1lfrk:hover {
1814
1814
  color: rgb(220, 45, 28);
1815
1815
  }
1816
- .icon-button__negative_187sg:active {
1816
+ .icon-button__negative_1lfrk:active {
1817
1817
  color: rgb(223, 63, 48);
1818
1818
  }
1819
- .icon-button__tertiary_187sg {
1819
+ .icon-button__tertiary_1lfrk {
1820
1820
  color: #c5c5c7
1821
1821
  }
1822
- .icon-button__tertiary_187sg:hover {
1822
+ .icon-button__tertiary_1lfrk:hover {
1823
1823
  color: rgb(167, 167, 169);
1824
1824
  }
1825
- .icon-button__tertiary_187sg:active {
1825
+ .icon-button__tertiary_1lfrk:active {
1826
1826
  color: rgb(158, 158, 159);
1827
1827
  }
1828
- .icon-button__component_187sg:disabled.icon-button__primary_187sg {
1828
+ .icon-button__component_1lfrk:disabled.icon-button__primary_1lfrk {
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_1lfrk:disabled.icon-button__primary_1lfrk.icon-button__loader_1lfrk {
1832
1832
  color: #000;
1833
1833
  }
1834
- .icon-button__component_187sg:disabled.icon-button__secondary_187sg {
1834
+ .icon-button__component_1lfrk:disabled.icon-button__secondary_1lfrk {
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_1lfrk:disabled.icon-button__secondary_1lfrk.icon-button__loader_1lfrk {
1838
1838
  color: #8a8a8e;
1839
1839
  }
1840
- .icon-button__component_187sg:disabled.icon-button__negative_187sg {
1840
+ .icon-button__component_1lfrk:disabled.icon-button__negative_1lfrk {
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_1lfrk:disabled.icon-button__negative_1lfrk.icon-button__loader_1lfrk {
1844
1844
  color: #d91d0b;
1845
1845
  }
1846
- .icon-button__component_187sg:disabled.icon-button__tertiary_187sg {
1846
+ .icon-button__component_1lfrk:disabled.icon-button__tertiary_1lfrk {
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_1lfrk:disabled.icon-button__tertiary_1lfrk.icon-button__loader_1lfrk {
1850
1850
  color: #c5c5c7;
1851
- }.input__input_1x97j {
1851
+ }.input__input_76ck3 {
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_76ck3:-webkit-autofill {
1857
1857
  -webkit-text-fill-color: #fff;
1858
1858
  }
1859
- .input__input_1x97j::placeholder {
1859
+ .input__input_76ck3::placeholder {
1860
1860
  color: rgba(235, 235, 245, 0.6);
1861
1861
  }
1862
- .input__hasInnerLabel_1x97j::placeholder {
1862
+ .input__hasInnerLabel_76ck3::placeholder {
1863
1863
  color: rgba(235, 235, 245, 0.3);
1864
1864
  }
1865
- .input__clearIcon_1x97j {
1865
+ .input__clearIcon_76ck3 {
1866
1866
  color: #fff;
1867
1867
  }
1868
- .input__input_1x97j:read-only {
1868
+ .input__input_76ck3:read-only {
1869
1869
  color: rgba(235, 235, 245, 0.6)
1870
1870
  }
1871
- .input__input_1x97j:read-only:focus::placeholder {
1871
+ .input__input_76ck3:read-only:focus::placeholder {
1872
1872
  color: rgba(235, 235, 245, 0.6);
1873
1873
  }
1874
- .input__input_1x97j:disabled {
1874
+ .input__input_76ck3:disabled {
1875
1875
  color: #fff;
1876
1876
  -webkit-text-fill-color: #fff;
1877
1877
  }
1878
- .input__input_1x97j:focus::placeholder {
1878
+ .input__input_76ck3:focus::placeholder {
1879
1879
  color: rgba(235, 235, 245, 0.3);
1880
1880
  }
1881
- .input__error_1x97j {
1881
+ .input__error_76ck3 {
1882
1882
  color: #f15045;
1883
1883
  caret-color: #f15045;
1884
1884
  }
1885
- .input__errorColorIcon_il1n0 {
1885
+ .input__errorColorIcon_1sdwo {
1886
1886
  color: #d91d0b;
1887
1887
  }
1888
- .input__successColorIcon_il1n0 {
1888
+ .input__successColorIcon_1sdwo {
1889
1889
  color: #2fc26e;
1890
1890
  }
1891
- .input__focusVisible_il1n0 {
1891
+ .input__focusVisible_1sdwo {
1892
1892
  outline: 2px solid #0072ef;
1893
1893
  }
1894
- @keyframes input__onautofillstart_il1n0 {
1894
+ @keyframes input__onautofillstart_1sdwo {
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_1sdwo {
1903
1903
  from {
1904
1904
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1905
1905
  }
@@ -1907,124 +1907,105 @@
1907
1907
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1908
1908
  }
1909
1909
  }
1910
- .input__input_1l2kw {
1910
+ .input__input_1u0tz {
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_1u0tz:-webkit-autofill {
1916
1916
  -webkit-text-fill-color: #000;
1917
1917
  }
1918
- .input__input_1l2kw::placeholder {
1918
+ .input__input_1u0tz::placeholder {
1919
1919
  color: rgba(60, 60, 67, 0.6);
1920
1920
  }
1921
- .input__hasInnerLabel_1l2kw::placeholder {
1921
+ .input__hasInnerLabel_1u0tz::placeholder {
1922
1922
  color: rgba(60, 60, 67, 0.3);
1923
1923
  }
1924
- .input__clearIcon_1l2kw {
1924
+ .input__clearIcon_1u0tz {
1925
1925
  color: #000;
1926
1926
  }
1927
- .input__input_1l2kw:read-only {
1927
+ .input__input_1u0tz:read-only {
1928
1928
  color: rgba(60, 60, 67, 0.6)
1929
1929
  }
1930
- .input__input_1l2kw:read-only:focus::placeholder {
1930
+ .input__input_1u0tz:read-only:focus::placeholder {
1931
1931
  color: rgba(60, 60, 67, 0.6);
1932
1932
  }
1933
- .input__input_1l2kw:disabled {
1933
+ .input__input_1u0tz:disabled {
1934
1934
  color: #000;
1935
1935
  -webkit-text-fill-color: #000;
1936
1936
  }
1937
- .input__input_1l2kw:focus::placeholder {
1937
+ .input__input_1u0tz:focus::placeholder {
1938
1938
  color: rgba(60, 60, 67, 0.3);
1939
1939
  }
1940
- .input__error_1l2kw {
1940
+ .input__error_1u0tz {
1941
1941
  color: #ef3124;
1942
1942
  caret-color: #ef3124;
1943
- }.pagination__component_1czqh {
1943
+ }.pagination__component_2iyip {
1944
1944
  color: #fff;
1945
1945
  }
1946
- .pagination__dots_pgirk {
1946
+ .pagination__dots_1c6s1 {
1947
1947
  color: rgba(235, 235, 245, 0.6);
1948
1948
  }
1949
1949
 
1950
- .pagination__tag_1p573.pagination__tag_1p573 {
1950
+ .pagination__tag_r988p.pagination__tag_r988p {
1951
1951
  color: rgba(235, 235, 245, 0.6)
1952
1952
  }
1953
- .pagination__tag_1p573.pagination__tag_1p573:hover:not(:disabled) {
1953
+ .pagination__tag_r988p.pagination__tag_r988p: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_r988p.pagination__tag_r988p:active:not(:disabled) {
1958
1958
  background-color: #3a3a3c;
1959
1959
  }
1960
- .pagination__tag_1p573.pagination__tag_1p573.pagination__checked_1p573 {
1960
+ .pagination__tag_r988p.pagination__tag_r988p.pagination__checked_r988p {
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_r988p.pagination__tag_r988p.pagination__checked_r988p: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_r988p.pagination__tag_r988p.pagination__checked_r988p:active:not(:disabled) {
1968
1968
  color: #fff;
1969
- }.pass-code__error_121p3 {
1969
+ }.pass-code__error_1ry7r {
1970
1970
  color: #f15045;
1971
1971
  }
1972
- .pass-code__dot_abt7s {
1972
+ .pass-code__dot_1lj8z {
1973
1973
  background: #3a3a3c
1974
1974
  }
1975
- .pass-code__dot_abt7s.pass-code__error_abt7s {
1975
+ .pass-code__dot_1lj8z.pass-code__error_1lj8z {
1976
1976
  background: #d91d0b;
1977
1977
  }
1978
- .pass-code__filled_abt7s {
1978
+ .pass-code__filled_1lj8z {
1979
1979
  background: #fff;
1980
1980
  }
1981
- @keyframes pass-code__shake_difgj {
1981
+ @keyframes pass-code__shake_1a10o {
1982
1982
  }
1983
1983
 
1984
- .pass-code__secondary_6bmdc.pass-code__secondary_6bmdc {
1984
+ .pass-code__secondary_18u57.pass-code__secondary_18u57 {
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_18u57.pass-code__secondary_18u57:hover {
1989
1989
  color: #fff;
1990
1990
  }
1991
- .pass-code__secondary_6bmdc.pass-code__secondary_6bmdc:active {
1991
+ .pass-code__secondary_18u57.pass-code__secondary_18u57: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_18u57.pass-code__ghost_18u57 {
1995
1995
  color: #fff
1996
1996
  }
1997
- .pass-code__ghost_6bmdc.pass-code__ghost_6bmdc:hover {
1997
+ .pass-code__ghost_18u57.pass-code__ghost_18u57:hover {
1998
1998
  color: #fff;
1999
1999
  }
2000
- .pass-code__ghost_6bmdc.pass-code__ghost_6bmdc:active {
2000
+ .pass-code__ghost_18u57.pass-code__ghost_18u57:active {
2001
2001
  background: rgba(255, 255, 255, 0.11);
2002
- }.slider-input__slider_9w1om .noUi-base:hover > .noUi-connects {
2003
- background-color: #2a2a2c;
2004
- }
2005
- .slider-input__slider_9w1om .noUi-connects {
2006
- background-color: #2a2a2c;
2007
- }
2008
- .slider-input__steps_9w1om {
2009
- color: rgba(235, 235, 245, 0.6);
2010
- }
2011
- .slider-input__info_9w1om {
2012
- color: rgba(235, 235, 245, 0.6);
2013
- }.with-suffix__hasSuffix_km6ai input:focus::placeholder {
2014
- color: transparent;
2015
- }
2016
- .with-suffix__disabled_km6ai {
2017
- color: #fff;
2018
- }
2019
- .with-suffix__readOnly_km6ai {
2020
- color: rgba(235, 235, 245, 0.6);
2021
- }.pure-cell__focused_1s8nx {
2002
+ }.pure-cell__focused_t1zbt {
2022
2003
  outline: 2px solid #0072ef;
2023
2004
  }
2024
2005
 
2025
2006
 
2026
2007
 
2027
- .pure-cell__categoryPercent_l69t9 {
2008
+ .pure-cell__categoryPercent_1yvf8 {
2028
2009
  background-color: #202022;
2029
2010
  }
2030
2011
 
@@ -2032,750 +2013,769 @@
2032
2013
 
2033
2014
 
2034
2015
 
2035
- .file-upload-item__component_15mxo {
2036
- color: rgba(235, 235, 245, 0.6);
2037
- box-shadow: 0 -1px 0 0 #2b2b2e inset
2038
- }
2039
- .file-upload-item__icon_15mxo {
2040
- color: #fff;
2041
- }
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 {
2016
+ .filter-tag__component_72bwi.filter-tag__disabled_72bwi {
2054
2017
  background-color: rgba(32, 32, 34, 0.3);
2055
2018
  }
2056
- .filter-tag__component_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__component_2pl0a.filter-tag__disabled_2pl0a) {
2019
+ .filter-tag__component_72bwi.filter-tag__checked_72bwi:not(.filter-tag__component_72bwi.filter-tag__disabled_72bwi) {
2057
2020
  background-color: #f3f4f5;
2058
2021
  }
2059
- .filter-tag__component_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__component_2pl0a.filter-tag__disabled_2pl0a):hover {
2022
+ .filter-tag__component_72bwi.filter-tag__checked_72bwi:not(.filter-tag__component_72bwi.filter-tag__disabled_72bwi):hover {
2060
2023
  background-color: #f3f4f5;
2061
2024
  }
2062
- .filter-tag__component_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__component_2pl0a.filter-tag__disabled_2pl0a):active {
2025
+ .filter-tag__component_72bwi.filter-tag__checked_72bwi:not(.filter-tag__component_72bwi.filter-tag__disabled_72bwi):active {
2063
2026
  background-color: rgb(194, 195, 196);
2064
2027
  }
2065
- .filter-tag__focused_2pl0a {
2028
+ .filter-tag__focused_72bwi {
2066
2029
  outline: 2px solid #0072ef;
2067
2030
  }
2068
- .filter-tag__valueButton_2pl0a {
2031
+ .filter-tag__valueButton_72bwi {
2069
2032
  color: #fff;
2070
2033
  background-color: #202022;
2071
2034
  border-color: transparent
2072
2035
  }
2073
- .filter-tag__valueButton_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):hover {
2036
+ .filter-tag__valueButton_72bwi:not(.filter-tag__valueButton_72bwi:disabled):hover {
2074
2037
  background-color: #202022;
2075
2038
  border-color: transparent;
2076
2039
  }
2077
- .filter-tag__valueButton_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):active {
2040
+ .filter-tag__valueButton_72bwi:not(.filter-tag__valueButton_72bwi:disabled):active {
2078
2041
  background-color: rgb(65, 65, 67);
2079
2042
  border-color: transparent;
2080
2043
  }
2081
- .filter-tag__valueButton_2pl0a:disabled {
2044
+ .filter-tag__valueButton_72bwi:disabled {
2082
2045
  background-color: rgba(32, 32, 34, 0.3);
2083
2046
  border-color: transparent;
2084
2047
  color: rgba(235, 235, 245, 0.3);
2085
2048
  }
2086
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a {
2049
+ .filter-tag__valueButton_72bwi.filter-tag__checked_72bwi {
2087
2050
  background-color: #f3f4f5;
2088
2051
  color: #000
2089
2052
  }
2090
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):hover {
2053
+ .filter-tag__valueButton_72bwi.filter-tag__checked_72bwi:not(.filter-tag__valueButton_72bwi:disabled):hover {
2091
2054
  background-color: #f3f4f5;
2092
2055
  }
2093
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):active {
2056
+ .filter-tag__valueButton_72bwi.filter-tag__checked_72bwi:not(.filter-tag__valueButton_72bwi:disabled):active {
2094
2057
  background-color: rgb(194, 195, 196);
2095
2058
  }
2096
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):hover + .filter-tag__clear_2pl0a:before {
2059
+ .filter-tag__valueButton_72bwi.filter-tag__checked_72bwi:not(.filter-tag__valueButton_72bwi:disabled):hover + .filter-tag__clear_72bwi:before {
2097
2060
  background-color: #464649;
2098
2061
  }
2099
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a:not(.filter-tag__valueButton_2pl0a:disabled):active + .filter-tag__clear_2pl0a:before {
2062
+ .filter-tag__valueButton_72bwi.filter-tag__checked_72bwi:not(.filter-tag__valueButton_72bwi:disabled):active + .filter-tag__clear_72bwi:before {
2100
2063
  background-color: transparent;
2101
2064
  }
2102
- .filter-tag__valueButton_2pl0a.filter-tag__checked_2pl0a:disabled {
2065
+ .filter-tag__valueButton_72bwi.filter-tag__checked_72bwi:disabled {
2103
2066
  background-color: rgba(243, 244, 245, 0.3);
2104
2067
  color: #000;
2105
2068
  }
2106
- .filter-tag__clear_2pl0a {
2069
+ .filter-tag__clear_72bwi {
2107
2070
  color: #464649;
2108
2071
  background-color: #f3f4f5
2109
2072
  }
2110
- .filter-tag__clear_2pl0a:before {
2073
+ .filter-tag__clear_72bwi:before {
2111
2074
  background-color: #464649;
2112
2075
  }
2113
- .filter-tag__clear_2pl0a:hover:before {
2076
+ .filter-tag__clear_72bwi:hover:before {
2114
2077
  background-color: #464649;
2115
2078
  }
2116
- .filter-tag__clear_2pl0a:active:before {
2079
+ .filter-tag__clear_72bwi:active:before {
2117
2080
  background-color: transparent;
2118
2081
  }
2119
- .filter-tag__clear_2pl0a:hover {
2082
+ .filter-tag__clear_72bwi:hover {
2120
2083
  background-color: #f3f4f5;
2121
2084
  color: #000;
2122
2085
  }
2123
- .filter-tag__clear_2pl0a:active {
2086
+ .filter-tag__clear_72bwi:active {
2124
2087
  background-color: rgb(194, 195, 196);
2125
2088
  color: #000;
2126
- }.bottom-sheet__modal_8ippp {
2089
+ }.file-upload-item__component_14qpc {
2090
+ color: rgba(235, 235, 245, 0.6);
2091
+ box-shadow: 0 -1px 0 0 #2b2b2e inset
2092
+ }
2093
+ .file-upload-item__icon_14qpc {
2094
+ color: #fff;
2095
+ }
2096
+ .file-upload-item__errorIcon_14qpc {
2097
+ color: #d91d0b;
2098
+ }
2099
+ .file-upload-item__successIcon_14qpc {
2100
+ color: #2fc26e;
2101
+ }
2102
+ .file-upload-item__name_14qpc {
2103
+ color: #fff
2104
+ }
2105
+ .file-upload-item__errorWrapper_14qpc {
2106
+ color: #ef3124
2107
+ }.bottom-sheet__modal_t2tbw {
2127
2108
  background-color: transparent;
2128
2109
  }
2129
- .bottom-sheet__component_8ippp {
2110
+ .bottom-sheet__component_t2tbw {
2130
2111
  background: #121212;
2131
2112
  }
2132
- .bottom-sheet__marker_8ippp {
2113
+ .bottom-sheet__marker_t2tbw {
2133
2114
  background-color: #2a2a2c;
2134
2115
  }
2135
- .bottom-sheet__content_8ippp {
2116
+ .bottom-sheet__content_t2tbw {
2136
2117
  color: #fff;
2137
2118
  background-color: #121212;
2138
2119
  }
2139
- .bottom-sheet__backer_f0uk2 {
2120
+ .bottom-sheet__backer_alu08 {
2140
2121
  color: #fff;
2141
2122
  }
2142
- .bottom-sheet__button_f0uk2 {
2123
+ .bottom-sheet__button_alu08 {
2143
2124
  background: rgba(255, 255, 255, 0.03);
2144
2125
  }
2145
- .bottom-sheet__closer_9pdmu {
2126
+ .bottom-sheet__closer_u9h91 {
2146
2127
  color: #fff;
2147
2128
  }
2148
- .bottom-sheet__button_9pdmu {
2129
+ .bottom-sheet__button_u9h91 {
2149
2130
  background: rgba(255, 255, 255, 0.03);
2150
2131
  }
2151
- .bottom-sheet__footer_1idbi {
2132
+ .bottom-sheet__footer_17hrm {
2152
2133
  background-color: #121212;
2153
2134
  }
2154
- .bottom-sheet__highlighted_1idbi {
2135
+ .bottom-sheet__highlighted_17hrm {
2155
2136
  border-top: 1px solid #2b2b2e;
2156
2137
  background-color: #121212;
2157
2138
  }
2158
- .bottom-sheet__headerWrapper_1nguc {
2139
+ .bottom-sheet__headerWrapper_1clag {
2159
2140
  background-color: #121212;
2160
2141
  }
2161
- .bottom-sheet__highlighted_1nguc {
2142
+ .bottom-sheet__highlighted_1clag {
2162
2143
  border-bottom: 1px solid #2b2b2e;
2163
- }.plate__component_mnxbi {
2144
+ }
2145
+
2146
+
2147
+ .modal__button_f3j30 {
2148
+ background: rgba(18, 18, 18, 0.4);
2149
+ }
2150
+
2151
+
2152
+
2153
+
2154
+ .modal__sticky_h6z7b {
2155
+ background: #121212;
2156
+ }
2157
+ .modal__highlighted_h6z7b {
2158
+ background: #121212;
2159
+ box-shadow: 0 -1px 0 0 #2b2b2e;
2160
+ }
2161
+
2162
+
2163
+
2164
+ .modal__highlighted_nc8uo {
2165
+ background: #121212;
2166
+ }
2167
+ .modal__sticky_nc8uo.modal__hasContent_nc8uo {
2168
+ background: #121212;
2169
+ }
2170
+ .plate__component_38kpz {
2164
2171
  color: #fff
2165
2172
  }
2166
- .plate__focused_mnxbi {
2173
+ .plate__focused_38kpz {
2167
2174
  outline: 2px solid #0072ef;
2168
2175
  }
2169
- .plate__shadow_mnxbi:after {
2176
+ .plate__shadow_38kpz:after {
2170
2177
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2171
2178
  }
2172
- .plate__common_mnxbi {
2179
+ .plate__common_38kpz {
2173
2180
  background-color: rgba(255, 255, 255, 0.06);
2174
2181
  box-shadow: 0 0 0 1px #6d7986
2175
2182
  }
2176
- .plate__common_mnxbi:before {
2183
+ .plate__common_38kpz:before {
2177
2184
  background-color: #6d7986;
2178
2185
  }
2179
- .plate__negative_mnxbi {
2186
+ .plate__negative_38kpz {
2180
2187
  background-color: #35110d;
2181
2188
  box-shadow: 0 0 0 1px #d91d0b
2182
2189
  }
2183
- .plate__negative_mnxbi:before {
2190
+ .plate__negative_38kpz:before {
2184
2191
  background-color: #d91d0b;
2185
2192
  }
2186
- .plate__positive_mnxbi {
2193
+ .plate__positive_38kpz {
2187
2194
  background-color: #042117;
2188
2195
  box-shadow: 0 0 0 1px #13a463
2189
2196
  }
2190
- .plate__positive_mnxbi:before {
2197
+ .plate__positive_38kpz:before {
2191
2198
  background-color: #13a463;
2192
2199
  }
2193
- .plate__attention_mnxbi {
2200
+ .plate__attention_38kpz {
2194
2201
  background-color: #332104;
2195
2202
  box-shadow: 0 0 0 1px #de6a00
2196
2203
  }
2197
- .plate__attention_mnxbi:before {
2204
+ .plate__attention_38kpz:before {
2198
2205
  background-color: #de6a00;
2199
2206
  }
2200
- .plate__custom_mnxbi {
2207
+ .plate__custom_38kpz {
2201
2208
  background: transparent;
2202
2209
  box-shadow: 0 0 0 1px #6d7986
2203
2210
  }
2204
- .plate__custom_mnxbi:before {
2211
+ .plate__custom_38kpz:before {
2205
2212
  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;
2213
+ }.toast-plate__component_1utd3 {
2214
+ color: #000;
2215
+ background-color: #fff;
2222
2216
  }
2217
+ .toast-plate__closeButtonWrapper_1utd3:before {
2218
+ background-color: #e9e9eb;
2219
+ }
2223
2220
 
2224
-
2225
-
2226
- .modal__highlighted_1kanb {
2227
- background: #121212;
2221
+ .toast-plate__component_ddu5s {
2222
+ color: #fff;
2223
+ background-color: #121212;
2228
2224
  }
2229
- .modal__sticky_1kanb.modal__hasContent_1kanb {
2230
- background: #121212;
2225
+ .toast-plate__closeButtonWrapper_ddu5s:before {
2226
+ background-color: #262629;
2231
2227
  }
2232
2228
 
2233
2229
 
2234
2230
 
2235
-
2236
- .side-panel__button_d21vf {
2231
+ .side-panel__button_1uda9 {
2237
2232
  background: rgba(18, 18, 18, 0.4);
2238
2233
  }
2239
2234
 
2240
2235
 
2241
2236
 
2242
2237
 
2243
- .side-panel__sticky_1vg6z {
2238
+ .side-panel__sticky_d4u2w {
2244
2239
  background: #121212;
2245
2240
  }
2246
- .side-panel__highlighted_1vg6z {
2241
+ .side-panel__highlighted_d4u2w {
2247
2242
  background: #121212;
2248
2243
  box-shadow: 0 -1px 0 0 #2b2b2e;
2249
2244
  }
2250
2245
 
2251
2246
 
2252
2247
 
2253
- .side-panel__highlighted_9fbcj {
2248
+ .side-panel__highlighted_q52hk {
2254
2249
  background: #121212;
2255
2250
  }
2256
- .side-panel__sticky_9fbcj.side-panel__hasContent_9fbcj {
2251
+ .side-panel__sticky_q52hk.side-panel__hasContent_q52hk {
2257
2252
  background: #121212;
2258
2253
  }
2259
- .bank-card__component_1jfrd {
2260
- --form-control-bg-color: transparent;
2261
- --form-control-focus-shadow: transparent;
2262
- --form-control-hover-bg-color: transparent;
2263
- --form-control-focus-bg-color: transparent;
2264
- }
2265
- .bank-card__label_1jfrd {
2266
- color: rgba(0, 0, 0, 0.6)
2267
- }
2268
- .bank-card__focused_1jfrd .bank-card__label_1jfrd,
2269
- .bank-card__filled_1jfrd .bank-card__label_1jfrd {
2270
- color: #000
2271
- }
2272
- .bank-card__input_1jfrd {
2273
- color: #000;
2274
- caret-color: #000
2275
- }
2276
- .bank-card__bankLogo_1jfrd svg g {
2277
- fill: #000;
2254
+ .slider-input__slider_1qnfm .noUi-base:hover > .noUi-connects {
2255
+ background-color: #2a2a2c;
2278
2256
  }
2279
- .bank-card__brandLogo_1jfrd svg {
2280
- fill: #000;
2257
+ .slider-input__slider_1qnfm .noUi-connects {
2258
+ background-color: #2a2a2c;
2281
2259
  }
2282
- .bank-card__usePhoto_1jfrd {
2283
- background-color: transparent
2260
+ .slider-input__steps_1qnfm {
2261
+ color: rgba(235, 235, 245, 0.6);
2284
2262
  }
2285
- .bank-card__usePhoto_1jfrd svg {
2286
- fill: #000;
2287
- }.toast-plate__component_v4vud {
2288
- color: #000;
2289
- background-color: #fff;
2263
+ .slider-input__info_1qnfm {
2264
+ color: rgba(235, 235, 245, 0.6);
2265
+ }.with-suffix__hasSuffix_1f752 input:focus::placeholder {
2266
+ color: transparent;
2290
2267
  }
2291
- .toast-plate__closeButtonWrapper_v4vud:before {
2292
- background-color: #e9e9eb;
2293
- }
2294
-
2295
- .toast-plate__component_1cqgy {
2268
+ .with-suffix__disabled_1f752 {
2296
2269
  color: #fff;
2297
- background-color: #121212;
2298
2270
  }
2299
- .toast-plate__closeButtonWrapper_1cqgy:before {
2300
- background-color: #262629;
2301
- }.amount-input__minorPartAndCurrency_1ycqi {
2271
+ .with-suffix__readOnly_1f752 {
2302
2272
  color: rgba(235, 235, 245, 0.6);
2303
- }
2304
- .amount-input__filled_bynf6 .amount-input__input_bynf6,
2305
- .amount-input__input_bynf6:focus {
2306
- -webkit-text-fill-color: transparent;
2307
- }
2308
- .amount-input__minorPartAndCurrency_tuwll {
2309
- color: rgba(60, 60, 67, 0.6);
2310
- }.tooltip__hint_1wyql {
2273
+ }.tooltip__hint_1om2x {
2311
2274
  background-color: #fff;
2312
2275
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2313
2276
  0 8px 16px rgba(11, 31, 53, 0.16);
2314
2277
  color: #000;
2315
2278
  }
2316
- .tooltip__hint_1wyql .tooltip__arrow_1wyql:after {
2279
+ .tooltip__hint_1om2x .tooltip__arrow_1om2x:after {
2317
2280
  background-color: #fff;
2318
2281
  border-color: #fff;
2319
2282
  }
2320
2283
 
2321
- .tooltip__tooltip_1dbpx {
2284
+ .tooltip__tooltip_14z2a {
2322
2285
  background-color: #fff;
2323
2286
  color: #000;
2324
2287
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2325
2288
  0 8px 16px rgba(11, 31, 53, 0.16);
2326
2289
  }
2327
- .tooltip__tooltip_1dbpx .tooltip__arrow_1dbpx:after {
2290
+ .tooltip__tooltip_14z2a .tooltip__arrow_14z2a:after {
2328
2291
  background-color: #fff;
2329
2292
  }
2330
- .tooltip__hint_1dbpx {
2293
+ .tooltip__hint_14z2a {
2331
2294
  background-color: #121212;
2332
2295
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2333
2296
  color: #fff;
2334
2297
  }
2335
- .tooltip__hint_1dbpx .tooltip__arrow_1dbpx:after {
2298
+ .tooltip__hint_14z2a .tooltip__arrow_14z2a:after {
2336
2299
  background-color: #121212;
2337
2300
  }
2338
2301
 
2339
- .calendar__wrapper_to8tj {
2302
+ .calendar__wrapper_1dwyu {
2340
2303
  background: #121212;
2341
2304
  }
2342
- .calendar__calendar_to8tj th {
2305
+ .calendar__calendar_1dwyu th {
2343
2306
  border-bottom: 1px solid #2b2b2e;
2344
2307
  }
2345
- .calendar__dayNames_to8tj {
2308
+ .calendar__dayNames_1dwyu {
2346
2309
  border-bottom: 1px solid #2b2b2e;
2347
2310
  background: #121212
2348
2311
  }
2349
- .calendar__month_to8tj {
2312
+ .calendar__month_1dwyu {
2350
2313
  color: #fff;
2351
2314
  }
2352
- .calendar__dayName_to8tj {
2315
+ .calendar__dayName_1dwyu {
2353
2316
  color: rgba(235, 235, 245, 0.6)
2354
2317
  }
2355
- .calendar__dayName_b1kt1 {
2318
+ .calendar__dayName_1wmpy {
2356
2319
  color: rgba(235, 235, 245, 0.6)
2357
2320
  }
2358
- .calendar__day_b1kt1 {
2321
+ .calendar__day_1wmpy {
2359
2322
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2360
2323
  color: #fff
2361
2324
  }
2362
- .calendar__day_b1kt1.calendar__highlighted_b1kt1,
2363
- .calendar__day_b1kt1.calendar__range_b1kt1.calendar__highlighted_b1kt1:not(.calendar__disabled_b1kt1) {
2325
+ .calendar__day_1wmpy.calendar__highlighted_1wmpy,
2326
+ .calendar__day_1wmpy.calendar__range_1wmpy.calendar__highlighted_1wmpy:not(.calendar__disabled_1wmpy) {
2364
2327
  color: #fff;
2365
2328
  background: #2a2a2c;
2366
2329
  }
2367
- .calendar__day_b1kt1.calendar__holiday_b1kt1 {
2330
+ .calendar__day_1wmpy.calendar__holiday_1wmpy {
2368
2331
  color: #ef3124;
2369
2332
  }
2370
- .calendar__day_b1kt1.calendar__disabled_b1kt1 {
2333
+ .calendar__day_1wmpy.calendar__disabled_1wmpy {
2371
2334
  color: rgba(235, 235, 245, 0.3);
2372
2335
  background: transparent;
2373
2336
  }
2374
- .calendar__day_b1kt1.calendar__today_b1kt1 {
2337
+ .calendar__day_1wmpy.calendar__today_1wmpy {
2375
2338
  color: #0072ef;
2376
2339
  }
2377
- .calendar__day_b1kt1.calendar__rangeComplete_b1kt1 {
2340
+ .calendar__day_1wmpy.calendar__rangeComplete_1wmpy {
2378
2341
  background: #e8f2fe;
2379
2342
  }
2380
- .calendar__day_b1kt1.calendar__selected_b1kt1,
2381
- .calendar__day_b1kt1.calendar__disabled_b1kt1.calendar__selected_b1kt1 {
2343
+ .calendar__day_1wmpy.calendar__selected_1wmpy,
2344
+ .calendar__day_1wmpy.calendar__disabled_1wmpy.calendar__selected_1wmpy {
2382
2345
  color: #000;
2383
2346
  background: #fff;
2384
2347
  }
2385
2348
  @media (hover) {
2386
- .calendar__day_b1kt1.calendar__selected_b1kt1:hover {
2349
+ .calendar__day_1wmpy.calendar__selected_1wmpy:hover {
2387
2350
  background: rgb(217, 217, 217);
2388
2351
  }
2389
2352
  }
2390
- .calendar__dayWrapper_b1kt1 {
2353
+ .calendar__dayWrapper_1wmpy {
2391
2354
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
2392
2355
  }
2393
- .calendar__range_b1kt1 .calendar__day_b1kt1:not(.calendar__selected_b1kt1):not(.calendar__disabled_b1kt1):not(.calendar__today_b1kt1):not(.calendar__holiday_b1kt1) {
2356
+ .calendar__range_1wmpy .calendar__day_1wmpy:not(.calendar__selected_1wmpy):not(.calendar__disabled_1wmpy):not(.calendar__today_1wmpy):not(.calendar__holiday_1wmpy) {
2394
2357
  color: #fff;
2395
2358
  }
2396
- .calendar__range_b1kt1:before {
2359
+ .calendar__range_1wmpy:before {
2397
2360
  background: rgba(255, 255, 255, 0.1);
2398
2361
  }
2399
- .calendar__rangeComplete_b1kt1:before {
2362
+ .calendar__rangeComplete_1wmpy:before {
2400
2363
  background: #e8f2fe;
2401
2364
  }
2402
- .calendar__transitLeft_b1kt1:after {
2365
+ .calendar__transitLeft_1wmpy:after {
2403
2366
  background: linear-gradient(
2404
2367
  270deg,
2405
2368
  rgba(255, 255, 255, 0.1) 0%,
2406
2369
  rgba(255, 255, 255, 0) 100%
2407
2370
  );
2408
2371
  }
2409
- .calendar__transitRight_b1kt1:after {
2372
+ .calendar__transitRight_1wmpy:after {
2410
2373
  background: linear-gradient(
2411
2374
  270deg,
2412
2375
  rgba(255, 255, 255, 0) 0%,
2413
2376
  rgba(255, 255, 255, 0.1) 100%
2414
2377
  );
2415
2378
  }
2416
- .calendar__rangeComplete_b1kt1.calendar__transitLeft_b1kt1:after {
2379
+ .calendar__rangeComplete_1wmpy.calendar__transitLeft_1wmpy:after {
2417
2380
  background: linear-gradient(
2418
2381
  270deg,
2419
2382
  #e8f2fe 0%,
2420
2383
  rgba(255, 255, 255, 0) 100%
2421
2384
  );
2422
2385
  }
2423
- .calendar__rangeComplete_b1kt1.calendar__transitRight_b1kt1:after {
2386
+ .calendar__rangeComplete_1wmpy.calendar__transitRight_1wmpy:after {
2424
2387
  background: linear-gradient(
2425
2388
  270deg,
2426
2389
  rgba(255, 255, 255, 0) 0%,
2427
2390
  #e8f2fe 100%
2428
2391
  );
2429
2392
  }
2430
- .calendar__dot_b1kt1 {
2393
+ .calendar__dot_1wmpy {
2431
2394
  background: #fff;
2432
2395
  }
2433
- .calendar__selected_b1kt1 .calendar__dot_b1kt1 {
2396
+ .calendar__selected_1wmpy .calendar__dot_1wmpy {
2434
2397
  background: #000;
2435
2398
  }
2436
- .calendar__withShadow_59y7h {
2399
+ .calendar__withShadow_kfdfq {
2437
2400
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2438
2401
  }
2439
2402
 
2440
2403
  @media (max-width: 374px) {
2441
2404
  }
2442
- .calendar__empty_kynsl {
2405
+ .calendar__empty_10430 {
2443
2406
  color: rgba(235, 235, 245, 0.6);
2444
2407
  }
2445
- .cc-calendar .calendar__button_ki00n {
2408
+ .cc-calendar .calendar__button_znf8x {
2446
2409
  background-color: transparent
2447
2410
  }
2448
- .cc-calendar .calendar__button_ki00n:not(:disabled):hover {
2411
+ .cc-calendar .calendar__button_znf8x:not(:disabled):hover {
2449
2412
  background-color: #2c2c2e;
2450
2413
  color: #fff;
2451
2414
  }
2452
- .cc-calendar .calendar__button_ki00n.calendar__filled_ki00n {
2415
+ .cc-calendar .calendar__button_znf8x.calendar__filled_znf8x {
2453
2416
  background-color: #2c2c2e
2454
2417
  }
2455
- .cc-calendar .calendar__button_ki00n.calendar__filled_ki00n:not(:disabled):hover {
2418
+ .cc-calendar .calendar__button_znf8x.calendar__filled_znf8x:not(:disabled):hover {
2456
2419
  background-color: rgb(59, 59, 61);
2457
2420
  }
2458
- .cc-calendar .calendar__button_ki00n.calendar__outlined_ki00n {
2421
+ .cc-calendar .calendar__button_znf8x.calendar__outlined_znf8x {
2459
2422
  border: 1px solid #fff;
2460
2423
  }
2461
- .cc-calendar .calendar__button_ki00n.calendar__selected_ki00n,
2462
- .cc-calendar .calendar__button_ki00n.calendar__selected_ki00n:disabled {
2424
+ .cc-calendar .calendar__button_znf8x.calendar__selected_znf8x,
2425
+ .cc-calendar .calendar__button_znf8x.calendar__selected_znf8x:disabled {
2463
2426
  background-color: #fff;
2464
2427
  color: #000
2465
2428
  }
2466
- .cc-calendar .calendar__button_ki00n.calendar__selected_ki00n:not(:disabled):hover, .cc-calendar .calendar__button_ki00n.calendar__selected_ki00n:disabled:not(:disabled):hover {
2429
+ .cc-calendar .calendar__button_znf8x.calendar__selected_znf8x:not(:disabled):hover, .cc-calendar .calendar__button_znf8x.calendar__selected_znf8x:disabled:not(:disabled):hover {
2467
2430
  background-color: #fff;
2468
2431
  color: #000;
2469
2432
  }
2470
2433
  @media (max-width: 374px) {
2471
- }.toast__toastPlate_bp3xx {
2434
+ }.toast__toastPlate_w3703 {
2472
2435
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2473
2436
  }
2474
- .toast__popoverInner_bp3xx {
2437
+ .toast__popoverInner_w3703 {
2475
2438
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2476
2439
  background-color: transparent;
2477
- }.select__arrow_13dfs {
2440
+ }.select__arrow_1lzf1 {
2478
2441
  color: #fff;
2479
2442
  }
2480
2443
 
2481
- .select__option_1uy4y {
2444
+ .select__option_1bmwl {
2482
2445
  background: #121212;
2483
2446
  color: #fff
2484
2447
  }
2485
- .select__option_1uy4y:not(.select__disabled_1uy4y):active {
2448
+ .select__option_1bmwl:not(.select__disabled_1bmwl):active {
2486
2449
  background: #2c2c2e;
2487
2450
  color: #fff;
2488
2451
  }
2489
- .select__selected_1uy4y {
2452
+ .select__selected_1bmwl {
2490
2453
  background: #121212;
2491
2454
  color: #fff;
2492
2455
  }
2493
- .select__highlighted_1uy4y {
2456
+ .select__highlighted_1bmwl {
2494
2457
  background: #202022;
2495
2458
  color: #fff;
2496
2459
  }
2497
- .select__disabled_1uy4y {
2460
+ .select__disabled_1bmwl {
2498
2461
  background: #121212;
2499
2462
  color: rgba(235, 235, 245, 0.6);
2500
2463
  }
2501
- .select__popoverInner_1765u {
2464
+ .select__popoverInner_62rls {
2502
2465
  background: transparent;
2503
2466
  }
2504
- .select__optionsList_1765u {
2467
+ .select__optionsList_62rls {
2505
2468
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2506
2469
  background: #121212;
2507
2470
  }
2508
- .select__popoverInner_owp43 {
2471
+ .select__popoverInner_o2vrf {
2509
2472
  background: transparent;
2510
2473
  }
2511
- .select__single_sgply {
2474
+ .select__single_95h98 {
2512
2475
  background: #fff
2513
2476
  }
2514
- .select__colorIcon_sgply {
2477
+ .select__colorIcon_95h98 {
2515
2478
  color: #2fc26e;
2516
2479
  }
2517
- .select__placeholder_1q9ki {
2480
+ .select__placeholder_n1tvh {
2518
2481
  color: rgba(235, 235, 245, 0.6);
2519
2482
  }
2520
- .select__focusVisible_1q9ki {
2483
+ .select__focusVisible_n1tvh {
2521
2484
  outline: 2px solid #0072ef;
2522
2485
  }
2523
- .select__optgroup_r6xsi {
2486
+ .select__optgroup_1p4nl {
2524
2487
  background: #121212
2525
2488
  }
2526
- .select__label_r6xsi {
2489
+ .select__label_1p4nl {
2527
2490
  color: rgba(235, 235, 245, 0.6);
2528
2491
  }
2529
- .select__option_1uylo {
2492
+ .select__option_ejgv5 {
2530
2493
  background: #121212;
2531
2494
  color: #fff
2532
2495
  }
2533
- .select__option_1uylo:not(.select__disabled_1uylo):active {
2496
+ .select__option_ejgv5:not(.select__disabled_ejgv5):active {
2534
2497
  background: #2c2c2e;
2535
2498
  color: #fff;
2536
2499
  }
2537
- .select__option_1uylo:before {
2500
+ .select__option_ejgv5:before {
2538
2501
  background: #2b2b2e;
2539
2502
  }
2540
- .select__selected_1uylo {
2503
+ .select__selected_ejgv5 {
2541
2504
  background: #121212;
2542
2505
  color: #fff;
2543
2506
  }
2544
- .select__highlighted_1uylo {
2507
+ .select__highlighted_ejgv5 {
2545
2508
  background: #202022;
2546
2509
  color: #fff
2547
2510
  }
2548
- .select__disabled_1uylo {
2511
+ .select__disabled_ejgv5 {
2549
2512
  background: #121212;
2550
2513
  color: rgba(235, 235, 245, 0.6);
2551
2514
  }
2552
- .select__emptyPlaceholder_1uzn0 {
2515
+ .select__emptyPlaceholder_12ydv {
2553
2516
  color: rgba(235, 235, 245, 0.6);
2554
2517
  }
2555
- .select__virtualRow_1a1eb:before {
2518
+ .select__virtualRow_qq5yi:before {
2556
2519
  background: #2b2b2e;
2557
2520
  }
2558
- .select__emptyPlaceholder_1a1eb {
2521
+ .select__emptyPlaceholder_qq5yi {
2559
2522
  color: rgba(235, 235, 245, 0.6);
2560
2523
  }
2561
2524
 
2562
2525
 
2563
2526
 
2564
- .select__emptyPlaceholder_1u5de {
2527
+ .select__emptyPlaceholder_ful07 {
2565
2528
  color: rgba(235, 235, 245, 0.6);
2566
2529
  }
2567
- .select__footer_1u5de {
2530
+ .select__footer_ful07 {
2568
2531
  background-color: #121212
2569
2532
  }
2570
- .select__highlighted_1u5de {
2533
+ .select__highlighted_ful07 {
2571
2534
  border-top: 1px solid #2b2b2e;
2572
2535
  background-color: #121212;
2573
2536
  }
2574
- .select__footer_1hdq8 {
2537
+ .select__footer_1gjww {
2575
2538
  background: #121212
2576
2539
  }
2577
- .select__withBorder_1hdq8 {
2540
+ .select__withBorder_1gjww {
2578
2541
  box-shadow: inset 0 1px 0 #262629;
2579
- }.gallery__modal_10wbf {
2542
+ }.bank-card__component_91y6s {
2543
+ --form-control-bg-color: transparent;
2544
+ --form-control-focus-shadow: transparent;
2545
+ --form-control-hover-bg-color: transparent;
2546
+ --form-control-focus-bg-color: transparent;
2547
+ }
2548
+ .bank-card__label_91y6s {
2549
+ color: rgba(0, 0, 0, 0.6)
2550
+ }
2551
+ .bank-card__focused_91y6s .bank-card__label_91y6s,
2552
+ .bank-card__filled_91y6s .bank-card__label_91y6s {
2553
+ color: #000
2554
+ }
2555
+ .bank-card__input_91y6s {
2556
+ color: #000;
2557
+ caret-color: #000
2558
+ }
2559
+ .bank-card__bankLogo_91y6s svg g {
2560
+ fill: #000;
2561
+ }
2562
+ .bank-card__brandLogo_91y6s svg {
2563
+ fill: #000;
2564
+ }
2565
+ .bank-card__usePhoto_91y6s {
2566
+ background-color: transparent
2567
+ }
2568
+ .bank-card__usePhoto_91y6s svg {
2569
+ fill: #000;
2570
+ }.amount-input__minorPartAndCurrency_zitqh {
2571
+ color: rgba(235, 235, 245, 0.6);
2572
+ }
2573
+ .amount-input__filled_345iq .amount-input__input_345iq,
2574
+ .amount-input__input_345iq:focus {
2575
+ -webkit-text-fill-color: transparent;
2576
+ }
2577
+ .amount-input__minorPartAndCurrency_1u23v {
2578
+ color: rgba(60, 60, 67, 0.6);
2579
+ }@media (min-width: 600px) {
2580
+ }.calendar-input__calendarIcon_k71na {
2581
+ color: #fff
2582
+ }.gallery__modal_15zb1 {
2580
2583
  background: transparent;
2581
2584
  }
2582
- .gallery__header_1pvoh {
2585
+ .gallery__header_u6yqr {
2583
2586
  background-color: #e9e9eb;
2584
2587
  }
2585
2588
 
2586
- .gallery__component_z91uc {
2589
+ .gallery__component_16ch7 {
2587
2590
  border: 2px solid rgba(0, 0, 0, 0);
2588
2591
  }
2589
- .gallery__active_z91uc {
2592
+ .gallery__active_16ch7 {
2590
2593
  border-color: #000
2591
2594
  }
2592
- .gallery__image_z91uc {
2595
+ .gallery__image_16ch7 {
2593
2596
  background-color: #121212
2594
2597
  }
2595
- .gallery__loading_z91uc {
2598
+ .gallery__loading_16ch7 {
2596
2599
  background-color: #e9eaeb;
2597
2600
  }
2598
- .gallery__brokenImageWrapper_z91uc {
2601
+ .gallery__brokenImageWrapper_16ch7 {
2599
2602
  background-color: #121212
2600
2603
  }
2601
- .gallery__focused_z91uc {
2604
+ .gallery__focused_16ch7 {
2602
2605
  outline: 2px solid #0072ef;
2603
2606
  }
2604
- .gallery__component_1avey {
2607
+ .gallery__component_1mixe {
2605
2608
  background-color: rgba(255, 255, 255, 0.5);
2606
2609
  }
2607
- .gallery__slideLoading_1avey {
2610
+ .gallery__slideLoading_1mixe {
2608
2611
  background-color: #e9eaeb;
2609
2612
  }
2610
- .gallery__image_1avey {
2613
+ .gallery__image_1mixe {
2611
2614
  background-color: #121212;
2612
2615
  }
2613
- .gallery__smallImage_1avey {
2616
+ .gallery__smallImage_1mixe {
2614
2617
  background-color: #121212;
2615
2618
  }
2616
- .gallery__arrow_1avey {
2619
+ .gallery__arrow_1mixe {
2617
2620
  color: #000
2618
2621
  }
2619
- .gallery__arrow_1avey:hover {
2622
+ .gallery__arrow_1mixe:hover {
2620
2623
  background-color: rgba(255, 255, 255, 0.1);
2621
2624
  }
2622
- .gallery__arrow_1avey:active {
2625
+ .gallery__arrow_1mixe:active {
2623
2626
  background-color: rgba(255, 255, 255, 0.2);
2624
2627
  }
2625
- .gallery__focused_1avey {
2628
+ .gallery__focused_1mixe {
2626
2629
  outline: 2px solid #0072ef;
2627
2630
  }
2628
- .gallery__placeholder_1avey {
2631
+ .gallery__placeholder_1mixe {
2629
2632
  background-color: #121212;
2630
2633
  }
2631
- .gallery__fullScreenImage_1avey {
2634
+ .gallery__fullScreenImage_1mixe {
2632
2635
  background-color: #121212;
2633
2636
  }
2634
- .gallery__component_1qxmf {
2637
+ .gallery__component_1y11s {
2635
2638
  background-color: #e9e9eb
2636
- }@media (min-width: 600px) {
2637
- }.calendar-with-skeleton__skeleton_t1imm {
2639
+ }.calendar-with-skeleton__skeleton_1vq2x {
2638
2640
  background-color: #121212;
2639
- }.calendar-input__calendarIcon_18pgo {
2640
- color: #fff
2641
2641
  }
2642
2642
 
2643
- .input-autocomplete__placeholder_1fntx {
2643
+ .input-autocomplete__placeholder_uqles {
2644
2644
  color: rgba(235, 235, 245, 0.6);
2645
2645
  }
2646
- .input-autocomplete__focusVisible_1fntx {
2646
+ .input-autocomplete__focusVisible_uqles {
2647
2647
  outline: 2px solid #0072ef;
2648
- }.select-with-tags__tag_ezc14:active:not(:disabled) {
2648
+ }.select-with-tags__tag_21vir: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_21vir: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_mi821 {
2657
2657
  background-color: transparent;
2658
2658
  color: #fff
2659
2659
  }
2660
- .select-with-tags__input_1k4jt:disabled {
2660
+ .select-with-tags__input_mi821:disabled {
2661
2661
  color: rgba(235, 235, 245, 0.6);
2662
2662
  }
2663
- .select-with-tags__input_1k4jt::placeholder {
2663
+ .select-with-tags__input_mi821::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_mi821:focus::placeholder {
2667
2667
  color: rgba(235, 235, 245, 0.3);
2668
2668
  }
2669
- .select-with-tags__focusVisible_1k4jt {
2669
+ .select-with-tags__focusVisible_mi821 {
2670
2670
  outline: 2px solid #0072ef;
2671
2671
  }
2672
- .select-with-tags__placeholder_1k4jt {
2672
+ .select-with-tags__placeholder_mi821 {
2673
2673
  color: rgba(235, 235, 245, 0.3);
2674
- }.calendar-range__divider_1qrii:after {
2674
+ }.calendar-range__divider_17yx8:after {
2675
2675
  background-color: #fff;
2676
- }.table__component_1t2ca {
2676
+ }.table__component_1efgn {
2677
2677
  border-top: 1px solid #2b2b2e;
2678
2678
  }
2679
- .table__wrapper_np6fa {
2679
+ .table__wrapper_mrr8v {
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_et29k {
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_6t5yu th:not(:last-child):not(:empty):after {
2691
2691
  background-color: #2a2a2c;
2692
2692
  }
2693
- .table__component_1p52j {
2693
+ .table__component_1hrvb {
2694
2694
  color: #fff;
2695
2695
  border-bottom: 1px solid #2b2b2e;
2696
2696
  background: #121212
2697
2697
  }
2698
- .table__sorted_1p52j {
2698
+ .table__sorted_1hrvb {
2699
2699
  color: #fff;
2700
2700
  }
2701
- .table__stickyHeader_1p52j {
2701
+ .table__stickyHeader_1hrvb {
2702
2702
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
2703
2703
  }
2704
- .table__component_1m3wp {
2704
+ .table__component_10faw {
2705
2705
  background: #121212
2706
2706
  }
2707
- .table__clickable_1m3wp:hover {
2707
+ .table__clickable_10faw:hover {
2708
2708
  background-color: #202022;
2709
2709
  }
2710
- .table__selected_1m3wp {
2710
+ .table__selected_10faw {
2711
2711
  background-color: #f2f8ff
2712
2712
  }
2713
- .table__selected_1m3wp:hover {
2713
+ .table__selected_10faw:hover {
2714
2714
  background-color: #e8f2fe;
2715
2715
  }
2716
- .table__icon_196ib {
2716
+ .table__icon_18935 {
2717
2717
  color: #8d8d93
2718
2718
  }
2719
- .table__icon_196ib:hover {
2719
+ .table__icon_18935:hover {
2720
2720
  color: #fff;
2721
2721
  }
2722
- .table__sorted_196ib {
2722
+ .table__sorted_18935 {
2723
2723
  color: #0072ef
2724
2724
  }
2725
- .table__sorted_196ib:hover {
2725
+ .table__sorted_18935:hover {
2726
2726
  color: #0072ef;
2727
2727
  }
2728
- .table__open_905fb,
2729
- .table__open_905fb:hover {
2728
+ .table__open_gdcns,
2729
+ .table__open_gdcns:hover {
2730
2730
  background-color: rgba(255, 255, 255, 0.163);
2731
- }.intl-phone-input__emptyCountryIcon_vtmlw {
2731
+ }.intl-phone-input__emptyCountryIcon_1947q {
2732
2732
  color: #8d8d93;
2733
2733
  }
2734
- .intl-phone-input__flagPlaceholder_11y5g {
2734
+ .intl-phone-input__flagPlaceholder_1yrjc {
2735
2735
  background-color: rgba(255, 255, 255, 0.11);
2736
2736
  }
2737
- .intl-phone-input__dialCode_1l8bd {
2737
+ .intl-phone-input__dialCode_fjoop {
2738
2738
  color: rgba(235, 235, 245, 0.6);
2739
2739
  }
2740
- .intl-phone-input__emptyCountryIcon_70vbb {
2740
+ .intl-phone-input__emptyCountryIcon_10mti {
2741
2741
  color: #8d8d93;
2742
2742
  }
2743
- .intl-phone-input__focusVisible_70vbb {
2743
+ .intl-phone-input__focusVisible_10mti {
2744
2744
  outline: 2px solid #0072ef;
2745
- }.tabs__component_1o8kx:before {
2745
+ }.tabs__component_1frvk:before {
2746
2746
  background-color: #2b2b2e;
2747
2747
  }
2748
- .tabs__title_1o8kx {
2748
+ .tabs__title_1frvk {
2749
2749
  color: rgba(235, 235, 245, 0.6)
2750
2750
  }
2751
- .tabs__title_1o8kx:not(.tabs__disabled_1o8kx):hover {
2751
+ .tabs__title_1frvk:not(.tabs__disabled_1frvk):hover {
2752
2752
  color: #fff;
2753
2753
  }
2754
- .tabs__focused_1o8kx {
2754
+ .tabs__focused_1frvk {
2755
2755
  outline: 2px solid #0072ef;
2756
2756
  }
2757
- .tabs__selected_1o8kx {
2757
+ .tabs__selected_1frvk {
2758
2758
  color: #fff;
2759
2759
  }
2760
- .tabs__disabled_1o8kx {
2760
+ .tabs__disabled_1frvk {
2761
2761
  color: rgba(235, 235, 245, 0.3);
2762
2762
  }
2763
- .tabs__line_1o8kx {
2763
+ .tabs__line_1frvk {
2764
2764
  background-color: #ef3124;
2765
2765
  }
2766
- .tabs__component_1o8kx:before {
2766
+ .tabs__component_1frvk:before {
2767
2767
  background-color: #2b2b2e;
2768
- }.tabs__title_1o8kx {
2768
+ }.tabs__title_1frvk {
2769
2769
  color: rgba(235, 235, 245, 0.6)
2770
- }.tabs__title_1o8kx:not(.tabs__disabled_1o8kx):hover {
2770
+ }.tabs__title_1frvk:not(.tabs__disabled_1frvk):hover {
2771
2771
  color: #fff;
2772
- }.tabs__focused_1o8kx {
2772
+ }.tabs__focused_1frvk {
2773
2773
  outline: 2px solid #0072ef;
2774
- }.tabs__selected_1o8kx {
2774
+ }.tabs__selected_1frvk {
2775
2775
  color: #fff;
2776
- }.tabs__disabled_1o8kx {
2776
+ }.tabs__disabled_1frvk {
2777
2777
  color: rgba(235, 235, 245, 0.3);
2778
- }.tabs__line_1o8kx {
2778
+ }.tabs__line_1frvk {
2779
2779
  background-color: #ef3124;
2780
2780
  }
2781
2781