@alfalab/core-components 31.0.0 → 31.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1848) hide show
  1. package/action-button/Component.d.ts +51 -0
  2. package/action-button/Component.js +102 -0
  3. package/action-button/cssm/Component.d.ts +51 -0
  4. package/action-button/cssm/Component.js +98 -0
  5. package/action-button/cssm/default.module.css +60 -0
  6. package/action-button/cssm/hooks.d.ts +4 -0
  7. package/action-button/cssm/hooks.js +28 -0
  8. package/action-button/cssm/index.d.ts +1 -0
  9. package/action-button/cssm/index.js +17 -0
  10. package/action-button/cssm/index.module.css +84 -0
  11. package/action-button/cssm/inverted.module.css +62 -0
  12. package/action-button/cssm/static.module.css +40 -0
  13. package/action-button/default.css +61 -0
  14. package/action-button/esm/Component.d.ts +51 -0
  15. package/action-button/esm/Component.js +94 -0
  16. package/action-button/esm/default.css +61 -0
  17. package/action-button/esm/hooks.d.ts +4 -0
  18. package/action-button/esm/hooks.js +26 -0
  19. package/action-button/esm/index.css +85 -0
  20. package/action-button/esm/index.d.ts +1 -0
  21. package/action-button/esm/index.js +7 -0
  22. package/action-button/esm/inverted.css +63 -0
  23. package/action-button/esm/static.css +41 -0
  24. package/action-button/hooks.d.ts +4 -0
  25. package/action-button/hooks.js +28 -0
  26. package/action-button/index.css +85 -0
  27. package/action-button/index.d.ts +1 -0
  28. package/action-button/index.js +13 -0
  29. package/action-button/inverted.css +63 -0
  30. package/action-button/modern/Component.d.ts +51 -0
  31. package/action-button/modern/Component.js +53 -0
  32. package/action-button/modern/default.css +61 -0
  33. package/action-button/modern/hooks.d.ts +4 -0
  34. package/action-button/modern/hooks.js +26 -0
  35. package/action-button/modern/index.css +85 -0
  36. package/action-button/modern/index.d.ts +1 -0
  37. package/action-button/modern/index.js +7 -0
  38. package/action-button/modern/inverted.css +63 -0
  39. package/action-button/modern/static.css +41 -0
  40. package/action-button/package.json +3 -0
  41. package/action-button/send-stats.js +82 -0
  42. package/action-button/static.css +41 -0
  43. package/alert/Component.js +1 -1
  44. package/alert/esm/Component.js +1 -1
  45. package/alert/esm/index.css +2 -2
  46. package/alert/index.css +2 -2
  47. package/alert/modern/Component.js +1 -1
  48. package/alert/modern/index.css +2 -2
  49. package/amount/component.js +1 -1
  50. package/amount/esm/component.js +1 -1
  51. package/amount/esm/index.css +6 -6
  52. package/amount/esm/pure/component.js +1 -1
  53. package/amount/esm/pure/index.css +1 -1
  54. package/amount/index.css +6 -6
  55. package/amount/modern/component.js +1 -1
  56. package/amount/modern/index.css +6 -6
  57. package/amount/modern/pure/component.js +1 -1
  58. package/amount/modern/pure/index.css +1 -1
  59. package/amount/pure/component.js +1 -1
  60. package/amount/pure/index.css +1 -1
  61. package/amount-input/Component.js +3 -3
  62. package/amount-input/default.css +1 -1
  63. package/amount-input/esm/Component.js +3 -3
  64. package/amount-input/esm/default.css +1 -1
  65. package/amount-input/esm/index.css +6 -6
  66. package/amount-input/esm/inverted.css +1 -1
  67. package/amount-input/index.css +6 -6
  68. package/amount-input/inverted.css +1 -1
  69. package/amount-input/modern/Component.js +3 -3
  70. package/amount-input/modern/default.css +1 -1
  71. package/amount-input/modern/index.css +6 -6
  72. package/amount-input/modern/inverted.css +1 -1
  73. package/attach/Component.js +1 -1
  74. package/attach/esm/Component.js +1 -1
  75. package/attach/esm/index.css +26 -26
  76. package/attach/index.css +26 -26
  77. package/attach/modern/Component.js +1 -1
  78. package/attach/modern/index.css +26 -26
  79. package/backdrop/Component.js +1 -1
  80. package/backdrop/esm/Component.js +1 -1
  81. package/backdrop/esm/index.css +11 -11
  82. package/backdrop/index.css +11 -11
  83. package/backdrop/modern/Component.js +1 -1
  84. package/backdrop/modern/index.css +11 -11
  85. package/badge/Component.js +1 -1
  86. package/badge/esm/Component.js +1 -1
  87. package/badge/esm/index.css +37 -37
  88. package/badge/index.css +37 -37
  89. package/badge/modern/Component.js +1 -1
  90. package/badge/modern/index.css +37 -37
  91. package/bank-card/Component.js +1 -1
  92. package/bank-card/esm/Component.js +1 -1
  93. package/bank-card/esm/index.css +19 -19
  94. package/bank-card/index.css +19 -19
  95. package/bank-card/modern/Component.js +1 -1
  96. package/bank-card/modern/index.css +19 -19
  97. package/base-modal/Component.js +1 -1
  98. package/base-modal/esm/Component.js +1 -1
  99. package/base-modal/esm/index.css +12 -12
  100. package/base-modal/index.css +12 -12
  101. package/base-modal/modern/Component.js +1 -1
  102. package/base-modal/modern/index.css +12 -12
  103. package/bottom-sheet/{component-202dee6f.d.ts → component-42ea259e.d.ts} +0 -0
  104. package/bottom-sheet/{component-202dee6f.js → component-42ea259e.js} +3 -3
  105. package/bottom-sheet/component.js +2 -2
  106. package/bottom-sheet/components/backer/Component.js +2 -2
  107. package/bottom-sheet/components/backer/index.css +2 -2
  108. package/bottom-sheet/components/closer/Component.js +2 -2
  109. package/bottom-sheet/components/closer/index.css +2 -2
  110. package/bottom-sheet/components/footer/Component.js +1 -1
  111. package/bottom-sheet/components/footer/index.css +3 -3
  112. package/bottom-sheet/components/header/Component.js +2 -2
  113. package/bottom-sheet/components/header/index.css +16 -16
  114. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  115. package/bottom-sheet/esm/{component-01e8c7b0.d.ts → component-bc8a3650.d.ts} +0 -0
  116. package/bottom-sheet/esm/{component-01e8c7b0.js → component-bc8a3650.js} +3 -3
  117. package/bottom-sheet/esm/component.js +2 -2
  118. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  119. package/bottom-sheet/esm/components/backer/index.css +2 -2
  120. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  121. package/bottom-sheet/esm/components/closer/index.css +2 -2
  122. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  123. package/bottom-sheet/esm/components/footer/index.css +3 -3
  124. package/bottom-sheet/esm/components/header/Component.js +2 -2
  125. package/bottom-sheet/esm/components/header/index.css +16 -16
  126. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  127. package/bottom-sheet/esm/index.css +14 -14
  128. package/bottom-sheet/esm/index.d.ts +1 -1
  129. package/bottom-sheet/esm/index.js +2 -2
  130. package/bottom-sheet/esm/{tslib.es6-0c205a56.d.ts → tslib.es6-1f5a41a6.d.ts} +0 -0
  131. package/bottom-sheet/esm/{tslib.es6-0c205a56.js → tslib.es6-1f5a41a6.js} +0 -0
  132. package/bottom-sheet/index.css +14 -14
  133. package/bottom-sheet/index.d.ts +1 -1
  134. package/bottom-sheet/index.js +2 -2
  135. package/bottom-sheet/modern/{component-40980077.d.ts → component-1189881e.d.ts} +0 -0
  136. package/bottom-sheet/modern/{component-40980077.js → component-1189881e.js} +2 -2
  137. package/bottom-sheet/modern/component.js +1 -1
  138. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  139. package/bottom-sheet/modern/components/backer/index.css +2 -2
  140. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  141. package/bottom-sheet/modern/components/closer/index.css +2 -2
  142. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  143. package/bottom-sheet/modern/components/footer/index.css +3 -3
  144. package/bottom-sheet/modern/components/header/Component.js +1 -1
  145. package/bottom-sheet/modern/components/header/index.css +16 -16
  146. package/bottom-sheet/modern/index.css +14 -14
  147. package/bottom-sheet/modern/index.d.ts +1 -1
  148. package/bottom-sheet/modern/index.js +1 -1
  149. package/bottom-sheet/{tslib.es6-37597b23.d.ts → tslib.es6-d75705ee.d.ts} +0 -0
  150. package/bottom-sheet/{tslib.es6-37597b23.js → tslib.es6-d75705ee.js} +0 -0
  151. package/button/Component.js +3 -3
  152. package/button/default.css +40 -40
  153. package/button/esm/Component.js +3 -3
  154. package/button/esm/default.css +40 -40
  155. package/button/esm/index.css +53 -53
  156. package/button/esm/inverted.css +40 -40
  157. package/button/index.css +53 -53
  158. package/button/inverted.css +40 -40
  159. package/button/modern/Component.js +3 -3
  160. package/button/modern/default.css +40 -40
  161. package/button/modern/index.css +53 -53
  162. package/button/modern/inverted.css +40 -40
  163. package/calendar/Component.js +2 -2
  164. package/calendar/components/calendar-mobile/Component.js +2 -2
  165. package/calendar/components/calendar-mobile/index.css +10 -10
  166. package/calendar/components/calendar-mobile/index.js +1 -1
  167. package/calendar/components/days-table/Component.js +2 -2
  168. package/calendar/components/days-table/index.css +57 -57
  169. package/calendar/components/days-table/index.js +1 -1
  170. package/calendar/components/header/Component.js +1 -1
  171. package/calendar/components/header/index.css +2 -2
  172. package/calendar/components/month-year-header/Component.js +2 -2
  173. package/calendar/components/month-year-header/index.css +9 -9
  174. package/calendar/components/month-year-header/index.js +1 -1
  175. package/calendar/components/months-table/Component.js +2 -2
  176. package/calendar/components/months-table/index.css +10 -10
  177. package/calendar/components/months-table/index.js +1 -1
  178. package/calendar/components/period-slider/Component.js +1 -1
  179. package/calendar/components/period-slider/index.css +9 -9
  180. package/calendar/components/select-button/Component.js +2 -2
  181. package/calendar/components/select-button/index.css +9 -9
  182. package/calendar/components/select-button/index.js +1 -1
  183. package/calendar/components/years-table/Component.js +2 -2
  184. package/calendar/components/years-table/index.css +12 -12
  185. package/calendar/components/years-table/index.js +1 -1
  186. package/calendar/esm/Component.js +2 -2
  187. package/calendar/esm/components/calendar-mobile/Component.js +2 -2
  188. package/calendar/esm/components/calendar-mobile/index.css +10 -10
  189. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  190. package/calendar/esm/components/days-table/Component.js +2 -2
  191. package/calendar/esm/components/days-table/index.css +57 -57
  192. package/calendar/esm/components/days-table/index.js +1 -1
  193. package/calendar/esm/components/header/Component.js +1 -1
  194. package/calendar/esm/components/header/index.css +2 -2
  195. package/calendar/esm/components/month-year-header/Component.js +2 -2
  196. package/calendar/esm/components/month-year-header/index.css +9 -9
  197. package/calendar/esm/components/month-year-header/index.js +1 -1
  198. package/calendar/esm/components/months-table/Component.js +2 -2
  199. package/calendar/esm/components/months-table/index.css +10 -10
  200. package/calendar/esm/components/months-table/index.js +1 -1
  201. package/calendar/esm/components/period-slider/Component.js +1 -1
  202. package/calendar/esm/components/period-slider/index.css +9 -9
  203. package/calendar/esm/components/select-button/Component.js +2 -2
  204. package/calendar/esm/components/select-button/index.css +9 -9
  205. package/calendar/esm/components/select-button/index.js +1 -1
  206. package/calendar/esm/components/years-table/Component.js +2 -2
  207. package/calendar/esm/components/years-table/index.css +12 -12
  208. package/calendar/esm/components/years-table/index.js +1 -1
  209. package/calendar/esm/index.css +13 -13
  210. package/calendar/esm/index.js +1 -1
  211. package/calendar/esm/{tslib.es6-67ee10ca.d.ts → tslib.es6-ce469f9e.d.ts} +0 -0
  212. package/calendar/esm/{tslib.es6-67ee10ca.js → tslib.es6-ce469f9e.js} +0 -0
  213. package/calendar/index.css +13 -13
  214. package/calendar/index.js +1 -1
  215. package/calendar/modern/Component.js +1 -1
  216. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  217. package/calendar/modern/components/calendar-mobile/index.css +10 -10
  218. package/calendar/modern/components/days-table/Component.js +1 -1
  219. package/calendar/modern/components/days-table/index.css +57 -57
  220. package/calendar/modern/components/header/Component.js +1 -1
  221. package/calendar/modern/components/header/index.css +2 -2
  222. package/calendar/modern/components/month-year-header/Component.js +1 -1
  223. package/calendar/modern/components/month-year-header/index.css +9 -9
  224. package/calendar/modern/components/months-table/Component.js +1 -1
  225. package/calendar/modern/components/months-table/index.css +10 -10
  226. package/calendar/modern/components/period-slider/Component.js +1 -1
  227. package/calendar/modern/components/period-slider/index.css +9 -9
  228. package/calendar/modern/components/select-button/Component.js +1 -1
  229. package/calendar/modern/components/select-button/index.css +9 -9
  230. package/calendar/modern/components/years-table/Component.js +1 -1
  231. package/calendar/modern/components/years-table/index.css +12 -12
  232. package/calendar/modern/index.css +13 -13
  233. package/calendar/{tslib.es6-92dc5d6d.d.ts → tslib.es6-f91ca2b2.d.ts} +0 -0
  234. package/calendar/{tslib.es6-92dc5d6d.js → tslib.es6-f91ca2b2.js} +0 -0
  235. package/calendar-input/Component.js +1 -1
  236. package/calendar-input/esm/Component.js +1 -1
  237. package/calendar-input/esm/index.css +10 -10
  238. package/calendar-input/index.css +10 -10
  239. package/calendar-input/modern/Component.js +1 -1
  240. package/calendar-input/modern/index.css +10 -10
  241. package/calendar-range/Component.js +1 -1
  242. package/calendar-range/esm/Component.js +1 -1
  243. package/calendar-range/esm/index.js +1 -1
  244. package/calendar-range/esm/{index.module-edb889d4.d.ts → index.module-a54534bf.d.ts} +0 -0
  245. package/calendar-range/esm/{index.module-edb889d4.js → index.module-a54534bf.js} +1 -1
  246. package/calendar-range/esm/views/index.css +7 -7
  247. package/calendar-range/esm/views/popover.js +1 -1
  248. package/calendar-range/esm/views/static.js +1 -1
  249. package/calendar-range/index.js +1 -1
  250. package/calendar-range/{index.module-380b430b.d.ts → index.module-3aa15924.d.ts} +0 -0
  251. package/calendar-range/{index.module-380b430b.js → index.module-3aa15924.js} +1 -1
  252. package/calendar-range/modern/Component.js +1 -1
  253. package/calendar-range/modern/index.js +1 -1
  254. package/calendar-range/modern/index.module-645cc35e.js +4 -0
  255. package/calendar-range/modern/views/index.css +7 -7
  256. package/calendar-range/modern/views/popover.js +1 -1
  257. package/calendar-range/modern/views/static.js +1 -1
  258. package/calendar-range/views/index.css +7 -7
  259. package/calendar-range/views/popover.js +1 -1
  260. package/calendar-range/views/static.js +1 -1
  261. package/calendar-with-skeleton/Component.js +1 -1
  262. package/calendar-with-skeleton/esm/Component.js +1 -1
  263. package/calendar-with-skeleton/esm/index.css +11 -11
  264. package/calendar-with-skeleton/index.css +11 -11
  265. package/calendar-with-skeleton/modern/Component.js +1 -1
  266. package/calendar-with-skeleton/modern/index.css +11 -11
  267. package/card-image/Component.js +1 -1
  268. package/card-image/esm/Component.js +1 -1
  269. package/card-image/esm/index.css +6 -6
  270. package/card-image/index.css +6 -6
  271. package/card-image/modern/Component.js +1 -1
  272. package/card-image/modern/index.css +6 -6
  273. package/cdn-icon/Component.js +1 -1
  274. package/cdn-icon/esm/Component.js +1 -1
  275. package/cdn-icon/esm/index.css +3 -3
  276. package/cdn-icon/index.css +3 -3
  277. package/cdn-icon/modern/Component.js +1 -1
  278. package/cdn-icon/modern/index.css +3 -3
  279. package/chart/Component.js +2 -2
  280. package/chart/components/Dot/index.css +7 -7
  281. package/chart/components/Dot/index.js +1 -1
  282. package/chart/components/Legends/index.css +7 -7
  283. package/chart/components/Legends/index.js +1 -1
  284. package/chart/components/Tick/index.css +3 -3
  285. package/chart/components/Tick/index.js +1 -1
  286. package/chart/components/TooltipContent/index.css +6 -6
  287. package/chart/components/TooltipContent/index.js +1 -1
  288. package/chart/esm/Component.js +2 -2
  289. package/chart/esm/components/Dot/index.css +7 -7
  290. package/chart/esm/components/Dot/index.js +1 -1
  291. package/chart/esm/components/Legends/index.css +7 -7
  292. package/chart/esm/components/Legends/index.js +1 -1
  293. package/chart/esm/components/Tick/index.css +3 -3
  294. package/chart/esm/components/Tick/index.js +1 -1
  295. package/chart/esm/components/TooltipContent/index.css +6 -6
  296. package/chart/esm/components/TooltipContent/index.js +1 -1
  297. package/chart/esm/hooks/useSettings/index.js +1 -1
  298. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  299. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  300. package/chart/esm/index.css +4 -4
  301. package/chart/esm/index.js +1 -1
  302. package/chart/esm/{tslib.es6-d7047a0b.d.ts → tslib.es6-5d1ebc5d.d.ts} +0 -0
  303. package/chart/esm/{tslib.es6-d7047a0b.js → tslib.es6-5d1ebc5d.js} +0 -0
  304. package/chart/hooks/useSettings/index.js +1 -1
  305. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  306. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  307. package/chart/index.css +4 -4
  308. package/chart/index.js +1 -1
  309. package/chart/modern/Component.js +1 -1
  310. package/chart/modern/components/Dot/index.css +7 -7
  311. package/chart/modern/components/Dot/index.js +1 -1
  312. package/chart/modern/components/Legends/index.css +7 -7
  313. package/chart/modern/components/Legends/index.js +1 -1
  314. package/chart/modern/components/Tick/index.css +3 -3
  315. package/chart/modern/components/Tick/index.js +1 -1
  316. package/chart/modern/components/TooltipContent/index.css +6 -6
  317. package/chart/modern/components/TooltipContent/index.js +1 -1
  318. package/chart/modern/index.css +4 -4
  319. package/chart/{tslib.es6-70aed0eb.d.ts → tslib.es6-1e5791f1.d.ts} +0 -0
  320. package/chart/{tslib.es6-70aed0eb.js → tslib.es6-1e5791f1.js} +0 -0
  321. package/checkbox/Component.js +1 -1
  322. package/checkbox/esm/Component.js +1 -1
  323. package/checkbox/esm/index.css +36 -36
  324. package/checkbox/index.css +36 -36
  325. package/checkbox/modern/Component.js +1 -1
  326. package/checkbox/modern/index.css +36 -36
  327. package/checkbox-group/Component.js +1 -1
  328. package/checkbox-group/esm/Component.js +1 -1
  329. package/checkbox-group/esm/index.css +16 -16
  330. package/checkbox-group/index.css +16 -16
  331. package/checkbox-group/modern/Component.js +1 -1
  332. package/checkbox-group/modern/index.css +16 -16
  333. package/circular-progress-bar/Component.js +1 -1
  334. package/circular-progress-bar/esm/Component.js +1 -1
  335. package/circular-progress-bar/esm/index.css +48 -48
  336. package/circular-progress-bar/index.css +48 -48
  337. package/circular-progress-bar/modern/Component.js +1 -1
  338. package/circular-progress-bar/modern/index.css +48 -48
  339. package/code-input/component.js +1 -1
  340. package/code-input/components/input/component.js +1 -1
  341. package/code-input/components/input/index.css +10 -10
  342. package/code-input/esm/component.js +1 -1
  343. package/code-input/esm/components/input/component.js +1 -1
  344. package/code-input/esm/components/input/index.css +10 -10
  345. package/code-input/esm/index.css +5 -5
  346. package/code-input/index.css +5 -5
  347. package/code-input/modern/component.js +1 -1
  348. package/code-input/modern/components/input/component.js +1 -1
  349. package/code-input/modern/components/input/index.css +10 -10
  350. package/code-input/modern/index.css +5 -5
  351. package/collapse/Component.js +1 -1
  352. package/collapse/esm/Component.js +1 -1
  353. package/collapse/esm/index.css +8 -8
  354. package/collapse/index.css +8 -8
  355. package/collapse/modern/Component.js +1 -1
  356. package/collapse/modern/index.css +8 -8
  357. package/comment/Component.js +1 -1
  358. package/comment/esm/Component.js +1 -1
  359. package/comment/esm/index.css +2 -2
  360. package/comment/index.css +2 -2
  361. package/comment/modern/Component.js +1 -1
  362. package/comment/modern/index.css +2 -2
  363. package/confirmation/component.js +2 -2
  364. package/confirmation/components/countdown-loader/component.js +1 -1
  365. package/confirmation/components/countdown-loader/index.css +2 -2
  366. package/confirmation/components/index.js +1 -1
  367. package/confirmation/components/screens/fatal-error/component.js +1 -1
  368. package/confirmation/components/screens/fatal-error/index.css +3 -3
  369. package/confirmation/components/screens/hint/component.js +1 -1
  370. package/confirmation/components/screens/hint/index.css +13 -13
  371. package/confirmation/components/screens/index.js +1 -1
  372. package/confirmation/components/screens/initial/component.js +1 -1
  373. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  374. package/confirmation/components/screens/initial/index.css +16 -16
  375. package/confirmation/components/screens/initial/index.js +1 -1
  376. package/confirmation/components/screens/temp-block/component.js +1 -1
  377. package/confirmation/components/screens/temp-block/index.css +5 -5
  378. package/confirmation/{countdown-section-281187f0.d.ts → countdown-section-1ad238f2.d.ts} +0 -0
  379. package/confirmation/{countdown-section-281187f0.js → countdown-section-1ad238f2.js} +1 -1
  380. package/confirmation/esm/component.js +2 -2
  381. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  382. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  383. package/confirmation/esm/components/index.js +1 -1
  384. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  385. package/confirmation/esm/components/screens/fatal-error/index.css +3 -3
  386. package/confirmation/esm/components/screens/hint/component.js +1 -1
  387. package/confirmation/esm/components/screens/hint/index.css +13 -13
  388. package/confirmation/esm/components/screens/index.js +1 -1
  389. package/confirmation/esm/components/screens/initial/component.js +1 -1
  390. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  391. package/confirmation/esm/components/screens/initial/index.css +16 -16
  392. package/confirmation/esm/components/screens/initial/index.js +1 -1
  393. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  394. package/confirmation/esm/components/screens/temp-block/index.css +5 -5
  395. package/confirmation/esm/{countdown-section-fe4a722b.d.ts → countdown-section-ad4f258b.d.ts} +0 -0
  396. package/confirmation/esm/{countdown-section-fe4a722b.js → countdown-section-ad4f258b.js} +1 -1
  397. package/confirmation/esm/index.css +3 -3
  398. package/confirmation/esm/index.js +1 -1
  399. package/confirmation/index.css +3 -3
  400. package/confirmation/index.js +1 -1
  401. package/confirmation/modern/component.js +2 -2
  402. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  403. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  404. package/confirmation/modern/components/index.js +1 -1
  405. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  406. package/confirmation/modern/components/screens/fatal-error/index.css +3 -3
  407. package/confirmation/modern/components/screens/hint/component.js +1 -1
  408. package/confirmation/modern/components/screens/hint/index.css +13 -13
  409. package/confirmation/modern/components/screens/index.js +1 -1
  410. package/confirmation/modern/components/screens/initial/component.js +1 -1
  411. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  412. package/confirmation/modern/components/screens/initial/index.css +16 -16
  413. package/confirmation/modern/components/screens/initial/index.js +1 -1
  414. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  415. package/confirmation/modern/components/screens/temp-block/index.css +5 -5
  416. package/confirmation/modern/{countdown-section-0d0b7e99.d.ts → countdown-section-a1cc5704.d.ts} +0 -0
  417. package/confirmation/modern/{countdown-section-0d0b7e99.js → countdown-section-a1cc5704.js} +1 -1
  418. package/confirmation/modern/index.css +3 -3
  419. package/confirmation/modern/index.js +1 -1
  420. package/custom-button/Component.js +1 -1
  421. package/custom-button/esm/Component.js +1 -1
  422. package/custom-button/esm/index.css +11 -11
  423. package/custom-button/index.css +11 -11
  424. package/custom-button/modern/Component.js +1 -1
  425. package/custom-button/modern/index.css +11 -11
  426. package/date-input/Component.d.ts +1 -1
  427. package/date-input/Component.js +1 -1
  428. package/date-input/esm/Component.js +1 -1
  429. package/date-input/esm/index.css +3 -3
  430. package/date-input/index.css +3 -3
  431. package/date-input/modern/Component.js +1 -1
  432. package/date-input/modern/index.css +3 -3
  433. package/divider/Component.js +1 -1
  434. package/divider/esm/Component.js +1 -1
  435. package/divider/esm/index.css +1 -1
  436. package/divider/index.css +1 -1
  437. package/divider/modern/Component.js +1 -1
  438. package/divider/modern/index.css +1 -1
  439. package/drawer/Component.js +1 -1
  440. package/drawer/esm/Component.js +1 -1
  441. package/drawer/esm/index.css +16 -16
  442. package/drawer/index.css +16 -16
  443. package/drawer/modern/Component.js +1 -1
  444. package/drawer/modern/index.css +16 -16
  445. package/dropzone/Component.js +1 -1
  446. package/dropzone/components/overlay/Component.js +1 -1
  447. package/dropzone/components/overlay/index.css +3 -3
  448. package/dropzone/esm/Component.js +1 -1
  449. package/dropzone/esm/components/overlay/Component.js +1 -1
  450. package/dropzone/esm/components/overlay/index.css +3 -3
  451. package/dropzone/esm/index.css +6 -6
  452. package/dropzone/index.css +6 -6
  453. package/dropzone/modern/Component.js +1 -1
  454. package/dropzone/modern/components/overlay/Component.js +1 -1
  455. package/dropzone/modern/components/overlay/index.css +3 -3
  456. package/dropzone/modern/index.css +6 -6
  457. package/file-upload-item/Component.js +1 -1
  458. package/file-upload-item/esm/Component.js +1 -1
  459. package/file-upload-item/esm/index.css +23 -23
  460. package/file-upload-item/index.css +23 -23
  461. package/file-upload-item/modern/Component.js +1 -1
  462. package/file-upload-item/modern/index.css +23 -23
  463. package/filter-tag/Component.js +1 -1
  464. package/filter-tag/esm/Component.js +1 -1
  465. package/filter-tag/esm/index.css +57 -57
  466. package/filter-tag/index.css +57 -57
  467. package/filter-tag/modern/Component.js +1 -1
  468. package/filter-tag/modern/index.css +57 -57
  469. package/form-control/Component.js +3 -3
  470. package/form-control/default.css +14 -14
  471. package/form-control/esm/Component.js +3 -3
  472. package/form-control/esm/default.css +14 -14
  473. package/form-control/esm/index.css +41 -41
  474. package/form-control/esm/inverted.css +14 -14
  475. package/form-control/index.css +41 -41
  476. package/form-control/inverted.css +14 -14
  477. package/form-control/modern/Component.js +3 -3
  478. package/form-control/modern/default.css +14 -14
  479. package/form-control/modern/index.css +41 -41
  480. package/form-control/modern/inverted.css +14 -14
  481. package/gallery/Component.js +3 -3
  482. package/gallery/components/header/Component.js +2 -2
  483. package/gallery/components/header/buttons.js +1 -1
  484. package/gallery/components/header/index.css +2 -2
  485. package/gallery/components/header/index.js +1 -1
  486. package/gallery/components/header-info-block/Component.js +1 -1
  487. package/gallery/components/header-info-block/index.css +4 -4
  488. package/gallery/components/image-preview/Component.js +1 -1
  489. package/gallery/components/image-preview/index.css +11 -11
  490. package/gallery/components/image-viewer/component.js +2 -2
  491. package/gallery/components/image-viewer/index.css +18 -18
  492. package/gallery/components/image-viewer/index.js +2 -2
  493. package/gallery/components/image-viewer/slide.js +1 -1
  494. package/gallery/components/index.js +2 -2
  495. package/gallery/components/navigation-bar/Component.js +1 -1
  496. package/gallery/components/navigation-bar/index.css +5 -5
  497. package/gallery/esm/Component.js +3 -3
  498. package/gallery/esm/components/header/Component.js +2 -2
  499. package/gallery/esm/components/header/buttons.js +1 -1
  500. package/gallery/esm/components/header/index.css +2 -2
  501. package/gallery/esm/components/header/index.js +1 -1
  502. package/gallery/esm/components/header-info-block/Component.js +1 -1
  503. package/gallery/esm/components/header-info-block/index.css +4 -4
  504. package/gallery/esm/components/image-preview/Component.js +1 -1
  505. package/gallery/esm/components/image-preview/index.css +11 -11
  506. package/gallery/esm/components/image-viewer/component.js +2 -2
  507. package/gallery/esm/components/image-viewer/index.css +18 -18
  508. package/gallery/esm/components/image-viewer/index.js +2 -2
  509. package/gallery/esm/components/image-viewer/slide.js +1 -1
  510. package/gallery/esm/components/index.js +2 -2
  511. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  512. package/gallery/esm/components/navigation-bar/index.css +5 -5
  513. package/gallery/esm/index.css +2 -2
  514. package/gallery/esm/index.js +2 -2
  515. package/gallery/esm/{slide-e9bf3ccf.d.ts → slide-80569341.d.ts} +0 -0
  516. package/gallery/esm/{slide-e9bf3ccf.js → slide-80569341.js} +1 -1
  517. package/gallery/esm/{tslib.es6-9e9c2a2d.d.ts → tslib.es6-686a7df6.d.ts} +0 -0
  518. package/gallery/esm/{tslib.es6-9e9c2a2d.js → tslib.es6-686a7df6.js} +0 -0
  519. package/gallery/index.css +2 -2
  520. package/gallery/index.js +2 -2
  521. package/gallery/modern/Component.js +2 -2
  522. package/gallery/modern/components/header/Component.js +1 -1
  523. package/gallery/modern/components/header/index.css +2 -2
  524. package/gallery/modern/components/header-info-block/Component.js +1 -1
  525. package/gallery/modern/components/header-info-block/index.css +4 -4
  526. package/gallery/modern/components/image-preview/Component.js +1 -1
  527. package/gallery/modern/components/image-preview/index.css +11 -11
  528. package/gallery/modern/components/image-viewer/component.js +1 -1
  529. package/gallery/modern/components/image-viewer/index.css +18 -18
  530. package/gallery/modern/components/image-viewer/index.js +1 -1
  531. package/gallery/modern/components/image-viewer/slide.js +1 -1
  532. package/gallery/modern/components/index.js +1 -1
  533. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  534. package/gallery/modern/components/navigation-bar/index.css +5 -5
  535. package/gallery/modern/index.css +2 -2
  536. package/gallery/modern/index.js +1 -1
  537. package/gallery/modern/{slide-eb4d77e7.d.ts → slide-7ab46e81.d.ts} +0 -0
  538. package/gallery/modern/{slide-eb4d77e7.js → slide-7ab46e81.js} +1 -1
  539. package/gallery/{slide-42401903.d.ts → slide-90a5dd67.d.ts} +0 -0
  540. package/gallery/{slide-42401903.js → slide-90a5dd67.js} +1 -1
  541. package/gallery/{tslib.es6-90fb656e.d.ts → tslib.es6-0ff08094.d.ts} +0 -0
  542. package/gallery/{tslib.es6-90fb656e.js → tslib.es6-0ff08094.js} +0 -0
  543. package/grid/Component.js +1 -1
  544. package/grid/col/Component.js +2 -2
  545. package/grid/col/index.css +511 -511
  546. package/grid/col/index.js +1 -1
  547. package/grid/esm/Component.js +1 -1
  548. package/grid/esm/col/Component.js +2 -2
  549. package/grid/esm/col/index.css +511 -511
  550. package/grid/esm/col/index.js +1 -1
  551. package/grid/esm/gutters.css +78 -78
  552. package/grid/esm/{gutters.module-feb05944.d.ts → gutters.module-b3de44c1.d.ts} +0 -0
  553. package/grid/esm/gutters.module-b3de44c1.js +27 -0
  554. package/grid/esm/index.js +1 -1
  555. package/grid/esm/row/Component.js +2 -2
  556. package/grid/esm/row/index.css +9 -9
  557. package/grid/esm/row/index.js +1 -1
  558. package/grid/gutters.css +78 -78
  559. package/grid/{gutters.module-35a5252a.d.ts → gutters.module-972c2ceb.d.ts} +0 -0
  560. package/grid/gutters.module-972c2ceb.js +28 -0
  561. package/grid/index.js +1 -1
  562. package/grid/modern/Component.js +1 -1
  563. package/grid/modern/col/Component.js +2 -2
  564. package/grid/modern/col/index.css +511 -511
  565. package/grid/modern/col/index.js +1 -1
  566. package/grid/modern/gutters.css +78 -78
  567. package/grid/modern/gutters.module-4adc00b3.js +4 -0
  568. package/grid/modern/index.js +1 -1
  569. package/grid/modern/row/Component.js +2 -2
  570. package/grid/modern/row/index.css +9 -9
  571. package/grid/modern/row/index.js +1 -1
  572. package/grid/row/Component.js +2 -2
  573. package/grid/row/index.css +9 -9
  574. package/grid/row/index.js +1 -1
  575. package/hatching-progress-bar/Component.js +1 -1
  576. package/hatching-progress-bar/esm/Component.js +1 -1
  577. package/hatching-progress-bar/esm/index.css +11 -11
  578. package/hatching-progress-bar/index.css +11 -11
  579. package/hatching-progress-bar/modern/Component.js +1 -1
  580. package/hatching-progress-bar/modern/index.css +11 -11
  581. package/icon-button/Component.js +3 -3
  582. package/icon-button/default.css +23 -23
  583. package/icon-button/esm/Component.js +3 -3
  584. package/icon-button/esm/default.css +23 -23
  585. package/icon-button/esm/index.css +6 -6
  586. package/icon-button/esm/inverted.css +23 -23
  587. package/icon-button/index.css +6 -6
  588. package/icon-button/inverted.css +23 -23
  589. package/icon-button/modern/Component.js +3 -3
  590. package/icon-button/modern/default.css +23 -23
  591. package/icon-button/modern/index.css +6 -6
  592. package/icon-button/modern/inverted.css +23 -23
  593. package/icon-view/circle.js +1 -1
  594. package/icon-view/components/base-shape/component.js +1 -1
  595. package/icon-view/components/base-shape/index.css +28 -28
  596. package/icon-view/components/circle/component.js +1 -1
  597. package/icon-view/components/circle/index.js +1 -1
  598. package/icon-view/components/index.js +1 -1
  599. package/icon-view/components/super-ellipse/component.js +1 -1
  600. package/icon-view/components/super-ellipse/index.js +1 -1
  601. package/icon-view/esm/circle.js +1 -1
  602. package/icon-view/esm/components/base-shape/component.js +1 -1
  603. package/icon-view/esm/components/base-shape/index.css +28 -28
  604. package/icon-view/esm/components/circle/component.js +1 -1
  605. package/icon-view/esm/components/circle/index.js +1 -1
  606. package/icon-view/esm/components/index.js +1 -1
  607. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  608. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  609. package/icon-view/esm/super-ellipse.js +1 -1
  610. package/icon-view/esm/{tslib.es6-7ec1a1ec.d.ts → tslib.es6-bf059926.d.ts} +0 -0
  611. package/icon-view/esm/{tslib.es6-7ec1a1ec.js → tslib.es6-bf059926.js} +0 -0
  612. package/icon-view/modern/components/base-shape/component.js +1 -1
  613. package/icon-view/modern/components/base-shape/index.css +28 -28
  614. package/icon-view/super-ellipse.js +1 -1
  615. package/icon-view/{tslib.es6-4643a7b0.d.ts → tslib.es6-0492d3c1.d.ts} +0 -0
  616. package/icon-view/{tslib.es6-4643a7b0.js → tslib.es6-0492d3c1.js} +0 -0
  617. package/input/Component.js +3 -3
  618. package/input/default.css +12 -12
  619. package/input/esm/Component.js +3 -3
  620. package/input/esm/default.css +12 -12
  621. package/input/esm/index.css +30 -30
  622. package/input/esm/inverted.css +12 -12
  623. package/input/index.css +30 -30
  624. package/input/inverted.css +12 -12
  625. package/input/modern/Component.js +3 -3
  626. package/input/modern/default.css +12 -12
  627. package/input/modern/index.css +30 -30
  628. package/input/modern/inverted.css +12 -12
  629. package/input-autocomplete/Component.d.ts +3 -3
  630. package/input-autocomplete/Component.js +1 -1
  631. package/input-autocomplete/Component.mobile.d.ts +1 -1
  632. package/input-autocomplete/Component.mobile.js +2 -2
  633. package/input-autocomplete/autocomplete-field/Component.js +2 -2
  634. package/input-autocomplete/autocomplete-field/index.css +1 -1
  635. package/input-autocomplete/autocomplete-field/index.js +1 -1
  636. package/input-autocomplete/autocomplete-mobile-field/Component.js +2 -2
  637. package/input-autocomplete/autocomplete-mobile-field/index.css +7 -7
  638. package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
  639. package/input-autocomplete/esm/Component.js +1 -1
  640. package/input-autocomplete/esm/Component.mobile.js +2 -2
  641. package/input-autocomplete/esm/autocomplete-field/Component.js +2 -2
  642. package/input-autocomplete/esm/autocomplete-field/index.css +1 -1
  643. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  644. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +2 -2
  645. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +7 -7
  646. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
  647. package/input-autocomplete/esm/index.js +1 -1
  648. package/input-autocomplete/esm/mobile.css +3 -3
  649. package/input-autocomplete/esm/mobile.js +1 -1
  650. package/input-autocomplete/esm/{tslib.es6-930d5533.d.ts → tslib.es6-c7967123.d.ts} +0 -0
  651. package/input-autocomplete/esm/{tslib.es6-930d5533.js → tslib.es6-c7967123.js} +0 -0
  652. package/input-autocomplete/index.js +1 -1
  653. package/input-autocomplete/mobile.css +3 -3
  654. package/input-autocomplete/mobile.js +1 -1
  655. package/input-autocomplete/modern/Component.mobile.js +1 -1
  656. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  657. package/input-autocomplete/modern/autocomplete-field/index.css +1 -1
  658. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  659. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +7 -7
  660. package/input-autocomplete/modern/mobile.css +3 -3
  661. package/input-autocomplete/{tslib.es6-97b63e32.d.ts → tslib.es6-f4bab81f.d.ts} +0 -0
  662. package/input-autocomplete/{tslib.es6-97b63e32.js → tslib.es6-f4bab81f.js} +0 -0
  663. package/intl-phone-input/{component-407fe404.d.ts → component-9d370342.d.ts} +0 -0
  664. package/intl-phone-input/{component-407fe404.js → component-9d370342.js} +1 -1
  665. package/intl-phone-input/component.d.ts +1 -1
  666. package/intl-phone-input/component.js +3 -3
  667. package/intl-phone-input/components/flag-icon/component.js +1 -1
  668. package/intl-phone-input/components/flag-icon/index.css +260 -260
  669. package/intl-phone-input/components/index.js +1 -1
  670. package/intl-phone-input/components/select/component.js +2 -2
  671. package/intl-phone-input/components/select/index.css +5 -5
  672. package/intl-phone-input/components/select/index.js +1 -1
  673. package/intl-phone-input/components/select-field/component.js +1 -1
  674. package/intl-phone-input/components/select-field/index.css +7 -7
  675. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  676. package/intl-phone-input/components/select-field/index.js +1 -1
  677. package/intl-phone-input/esm/{component-fe5d4177.d.ts → component-b10b3ab3.d.ts} +0 -0
  678. package/intl-phone-input/esm/{component-fe5d4177.js → component-b10b3ab3.js} +1 -1
  679. package/intl-phone-input/esm/component.js +3 -3
  680. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  681. package/intl-phone-input/esm/components/flag-icon/index.css +260 -260
  682. package/intl-phone-input/esm/components/index.js +1 -1
  683. package/intl-phone-input/esm/components/select/component.js +2 -2
  684. package/intl-phone-input/esm/components/select/index.css +5 -5
  685. package/intl-phone-input/esm/components/select/index.js +1 -1
  686. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  687. package/intl-phone-input/esm/components/select-field/index.css +7 -7
  688. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  689. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  690. package/intl-phone-input/esm/index.css +2 -2
  691. package/intl-phone-input/esm/index.js +1 -1
  692. package/intl-phone-input/esm/{libphonenumber-js.min-8a548544.d.ts → libphonenumber-js.min-0dd2f896.d.ts} +0 -0
  693. package/intl-phone-input/esm/{libphonenumber-js.min-8a548544.js → libphonenumber-js.min-0dd2f896.js} +0 -0
  694. package/intl-phone-input/index.css +2 -2
  695. package/intl-phone-input/index.js +1 -1
  696. package/intl-phone-input/{libphonenumber-js.min-6be233de.d.ts → libphonenumber-js.min-bb943c8f.d.ts} +0 -0
  697. package/intl-phone-input/{libphonenumber-js.min-6be233de.js → libphonenumber-js.min-bb943c8f.js} +0 -0
  698. package/intl-phone-input/modern/component.js +2 -2
  699. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  700. package/intl-phone-input/modern/components/flag-icon/index.css +260 -260
  701. package/intl-phone-input/modern/components/select/component.js +1 -1
  702. package/intl-phone-input/modern/components/select/index.css +5 -5
  703. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  704. package/intl-phone-input/modern/components/select-field/index.css +7 -7
  705. package/intl-phone-input/modern/index.css +2 -2
  706. package/intl-phone-input/modern/{libphonenumber-js.min-8a548544.d.ts → libphonenumber-js.min-0dd2f896.d.ts} +0 -0
  707. package/intl-phone-input/modern/{libphonenumber-js.min-8a548544.js → libphonenumber-js.min-0dd2f896.js} +0 -0
  708. package/link/Component.js +3 -3
  709. package/link/default.css +10 -10
  710. package/link/esm/Component.js +3 -3
  711. package/link/esm/default.css +10 -10
  712. package/link/esm/index.css +14 -14
  713. package/link/esm/inverted.css +10 -10
  714. package/link/index.css +14 -14
  715. package/link/inverted.css +10 -10
  716. package/link/modern/Component.js +3 -3
  717. package/link/modern/default.css +10 -10
  718. package/link/modern/index.css +14 -14
  719. package/link/modern/inverted.css +10 -10
  720. package/list/Component.js +1 -1
  721. package/list/esm/Component.js +1 -1
  722. package/list/esm/index.css +9 -9
  723. package/list/index.css +9 -9
  724. package/list/modern/Component.js +1 -1
  725. package/list/modern/index.css +9 -9
  726. package/list-header/Component.js +1 -1
  727. package/list-header/esm/Component.js +1 -1
  728. package/list-header/esm/index.css +3 -3
  729. package/list-header/index.css +3 -3
  730. package/list-header/modern/Component.js +1 -1
  731. package/list-header/modern/index.css +3 -3
  732. package/loader/Component.js +1 -1
  733. package/loader/esm/Component.js +1 -1
  734. package/loader/esm/index.css +7 -7
  735. package/loader/index.css +7 -7
  736. package/loader/modern/Component.js +1 -1
  737. package/loader/modern/index.css +7 -7
  738. package/masked-input/Component.js +1 -1
  739. package/masked-input/esm/Component.js +1 -1
  740. package/masked-input/esm/index.css +1 -1
  741. package/masked-input/index.css +1 -1
  742. package/masked-input/modern/Component.js +1 -1
  743. package/masked-input/modern/index.css +1 -1
  744. package/modal/{Component-8249b13c.d.ts → Component-d75430fb.d.ts} +0 -0
  745. package/modal/{Component-8249b13c.js → Component-d75430fb.js} +1 -1
  746. package/modal/Component.desktop.js +4 -4
  747. package/modal/Component.mobile.js +4 -4
  748. package/modal/Component.responsive.d.ts +1 -1
  749. package/modal/Component.responsive.js +3 -3
  750. package/modal/components/closer/Component.js +2 -2
  751. package/modal/components/closer/index.css +3 -3
  752. package/modal/components/content/Component.desktop.js +2 -2
  753. package/modal/components/content/Component.js +1 -1
  754. package/modal/components/content/Component.mobile.js +2 -2
  755. package/modal/components/content/desktop.css +7 -7
  756. package/modal/components/content/index.css +2 -2
  757. package/modal/components/content/mobile.css +2 -2
  758. package/modal/components/footer/Component.desktop.js +2 -2
  759. package/modal/components/footer/Component.js +2 -2
  760. package/modal/components/footer/Component.mobile.js +2 -2
  761. package/modal/components/footer/desktop.css +8 -8
  762. package/modal/components/footer/index.css +3 -3
  763. package/modal/components/footer/layout.css +24 -24
  764. package/modal/components/footer/mobile.css +2 -2
  765. package/modal/components/header/Component.desktop.d.ts +1 -1
  766. package/modal/components/header/Component.desktop.js +3 -3
  767. package/modal/components/header/Component.js +1 -1
  768. package/modal/components/header/Component.mobile.d.ts +1 -1
  769. package/modal/components/header/Component.mobile.js +3 -3
  770. package/modal/components/header/desktop.css +16 -16
  771. package/modal/components/header/index.css +14 -14
  772. package/modal/components/header/mobile.css +2 -2
  773. package/modal/desktop.css +8 -8
  774. package/modal/desktop.js +3 -3
  775. package/modal/esm/{Component-2fbefbb1.d.ts → Component-cb27b620.d.ts} +0 -0
  776. package/modal/esm/{Component-2fbefbb1.js → Component-cb27b620.js} +1 -1
  777. package/modal/esm/Component.desktop.js +4 -4
  778. package/modal/esm/Component.mobile.js +4 -4
  779. package/modal/esm/Component.responsive.js +3 -3
  780. package/modal/esm/components/closer/Component.js +2 -2
  781. package/modal/esm/components/closer/index.css +3 -3
  782. package/modal/esm/components/content/Component.desktop.js +2 -2
  783. package/modal/esm/components/content/Component.js +1 -1
  784. package/modal/esm/components/content/Component.mobile.js +2 -2
  785. package/modal/esm/components/content/desktop.css +7 -7
  786. package/modal/esm/components/content/index.css +2 -2
  787. package/modal/esm/components/content/mobile.css +2 -2
  788. package/modal/esm/components/footer/Component.desktop.js +2 -2
  789. package/modal/esm/components/footer/Component.js +2 -2
  790. package/modal/esm/components/footer/Component.mobile.js +2 -2
  791. package/modal/esm/components/footer/desktop.css +8 -8
  792. package/modal/esm/components/footer/index.css +3 -3
  793. package/modal/esm/components/footer/layout.css +24 -24
  794. package/modal/esm/components/footer/mobile.css +2 -2
  795. package/modal/esm/components/header/Component.desktop.d.ts +1 -1
  796. package/modal/esm/components/header/Component.desktop.js +3 -3
  797. package/modal/esm/components/header/Component.js +1 -1
  798. package/modal/esm/components/header/Component.mobile.d.ts +1 -1
  799. package/modal/esm/components/header/Component.mobile.js +3 -3
  800. package/modal/esm/components/header/desktop.css +16 -16
  801. package/modal/esm/components/header/index.css +14 -14
  802. package/modal/esm/components/header/mobile.css +2 -2
  803. package/modal/esm/desktop.css +8 -8
  804. package/modal/esm/desktop.js +3 -3
  805. package/modal/esm/index.js +3 -3
  806. package/modal/esm/mobile.css +1 -1
  807. package/modal/esm/mobile.js +3 -3
  808. package/modal/esm/responsive.js +3 -3
  809. package/modal/esm/transitions.css +7 -7
  810. package/modal/esm/transitions.module-12c4897f.js +4 -0
  811. package/modal/esm/{tslib.es6-17b908db.d.ts → tslib.es6-019d97ca.d.ts} +0 -0
  812. package/modal/esm/{tslib.es6-17b908db.js → tslib.es6-019d97ca.js} +0 -0
  813. package/modal/index.js +3 -3
  814. package/modal/mobile.css +1 -1
  815. package/modal/mobile.js +3 -3
  816. package/modal/modern/{Component-8a073061.d.ts → Component-8e32f610.d.ts} +0 -0
  817. package/modal/modern/{Component-8a073061.js → Component-8e32f610.js} +1 -1
  818. package/modal/modern/Component.desktop.js +3 -3
  819. package/modal/modern/Component.mobile.js +3 -3
  820. package/modal/modern/Component.responsive.js +2 -2
  821. package/modal/modern/components/closer/Component.js +1 -1
  822. package/modal/modern/components/closer/index.css +3 -3
  823. package/modal/modern/components/content/Component.desktop.js +1 -1
  824. package/modal/modern/components/content/Component.js +1 -1
  825. package/modal/modern/components/content/Component.mobile.js +1 -1
  826. package/modal/modern/components/content/desktop.css +7 -7
  827. package/modal/modern/components/content/index.css +2 -2
  828. package/modal/modern/components/content/mobile.css +2 -2
  829. package/modal/modern/components/footer/Component.desktop.js +1 -1
  830. package/modal/modern/components/footer/Component.js +2 -2
  831. package/modal/modern/components/footer/Component.mobile.js +1 -1
  832. package/modal/modern/components/footer/desktop.css +8 -8
  833. package/modal/modern/components/footer/index.css +3 -3
  834. package/modal/modern/components/footer/layout.css +24 -24
  835. package/modal/modern/components/footer/mobile.css +2 -2
  836. package/modal/modern/components/header/Component.desktop.d.ts +1 -1
  837. package/modal/modern/components/header/Component.desktop.js +2 -2
  838. package/modal/modern/components/header/Component.js +1 -1
  839. package/modal/modern/components/header/Component.mobile.d.ts +1 -1
  840. package/modal/modern/components/header/Component.mobile.js +2 -2
  841. package/modal/modern/components/header/desktop.css +16 -16
  842. package/modal/modern/components/header/index.css +14 -14
  843. package/modal/modern/components/header/mobile.css +2 -2
  844. package/modal/modern/desktop.css +8 -8
  845. package/modal/modern/desktop.js +2 -2
  846. package/modal/modern/index.js +2 -2
  847. package/modal/modern/mobile.css +1 -1
  848. package/modal/modern/mobile.js +2 -2
  849. package/modal/modern/responsive.js +2 -2
  850. package/modal/modern/transitions.css +7 -7
  851. package/modal/modern/transitions.module-12c4897f.js +4 -0
  852. package/modal/responsive.js +3 -3
  853. package/modal/transitions.css +7 -7
  854. package/modal/transitions.module-87bc86bc.js +4 -0
  855. package/modal/{tslib.es6-fa0df692.d.ts → tslib.es6-a62d8edd.d.ts} +0 -0
  856. package/modal/{tslib.es6-fa0df692.js → tslib.es6-a62d8edd.js} +0 -0
  857. package/notification/Component.js +1 -1
  858. package/notification/esm/Component.js +1 -1
  859. package/notification/esm/index.css +7 -7
  860. package/notification/index.css +7 -7
  861. package/notification/modern/Component.js +1 -1
  862. package/notification/modern/index.css +7 -7
  863. package/notification-manager/{component-56dd5887.d.ts → component-8c1f2c5a.d.ts} +0 -0
  864. package/notification-manager/{component-56dd5887.js → component-8c1f2c5a.js} +0 -0
  865. package/notification-manager/component.js +2 -2
  866. package/notification-manager/components/index.js +1 -1
  867. package/notification-manager/components/notification/component.js +1 -1
  868. package/notification-manager/components/notification/index.d.ts +1 -1
  869. package/notification-manager/components/notification/index.js +1 -1
  870. package/notification-manager/esm/{component-82f20d2b.d.ts → component-9a1b450e.d.ts} +0 -0
  871. package/notification-manager/esm/{component-82f20d2b.js → component-9a1b450e.js} +0 -0
  872. package/notification-manager/esm/component.js +2 -2
  873. package/notification-manager/esm/components/index.js +1 -1
  874. package/notification-manager/esm/components/notification/component.js +1 -1
  875. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  876. package/notification-manager/esm/components/notification/index.js +1 -1
  877. package/notification-manager/esm/index.css +10 -10
  878. package/notification-manager/esm/index.js +1 -1
  879. package/notification-manager/index.css +10 -10
  880. package/notification-manager/index.js +1 -1
  881. package/notification-manager/modern/component.js +1 -1
  882. package/notification-manager/modern/index.css +10 -10
  883. package/package.json +1 -1
  884. package/pagination/Component.js +1 -1
  885. package/pagination/components/default-view/index.css +1 -1
  886. package/pagination/components/default-view/index.js +1 -1
  887. package/pagination/components/per-page-view/index.css +1 -1
  888. package/pagination/components/per-page-view/index.js +1 -1
  889. package/pagination/components/tag/index.css +7 -7
  890. package/pagination/components/tag/index.js +1 -1
  891. package/pagination/esm/Component.js +1 -1
  892. package/pagination/esm/components/default-view/index.css +1 -1
  893. package/pagination/esm/components/default-view/index.js +1 -1
  894. package/pagination/esm/components/per-page-view/index.css +1 -1
  895. package/pagination/esm/components/per-page-view/index.js +1 -1
  896. package/pagination/esm/components/tag/index.css +7 -7
  897. package/pagination/esm/components/tag/index.js +1 -1
  898. package/pagination/esm/index.css +3 -3
  899. package/pagination/index.css +3 -3
  900. package/pagination/modern/Component.js +1 -1
  901. package/pagination/modern/components/default-view/index.css +1 -1
  902. package/pagination/modern/components/default-view/index.js +1 -1
  903. package/pagination/modern/components/per-page-view/index.css +1 -1
  904. package/pagination/modern/components/per-page-view/index.js +1 -1
  905. package/pagination/modern/components/tag/index.css +7 -7
  906. package/pagination/modern/components/tag/index.js +1 -1
  907. package/pagination/modern/index.css +3 -3
  908. package/password-input/component.js +1 -1
  909. package/password-input/esm/component.js +1 -1
  910. package/password-input/esm/index.css +4 -4
  911. package/password-input/index.css +4 -4
  912. package/password-input/modern/component.js +1 -1
  913. package/password-input/modern/index.css +4 -4
  914. package/picker-button/Component.d.ts +2 -2
  915. package/picker-button/Component.js +2 -2
  916. package/picker-button/Component.mobile.d.ts +1 -1
  917. package/picker-button/Component.mobile.js +1 -1
  918. package/picker-button/Component.responsive.d.ts +2 -2
  919. package/picker-button/Component.responsive.js +1 -1
  920. package/picker-button/desktop.js +1 -1
  921. package/picker-button/esm/Component.js +2 -2
  922. package/picker-button/esm/Component.mobile.js +1 -1
  923. package/picker-button/esm/Component.responsive.js +1 -1
  924. package/picker-button/esm/desktop.js +1 -1
  925. package/picker-button/esm/field/Component.js +2 -2
  926. package/picker-button/esm/field/index.css +2 -2
  927. package/picker-button/esm/field/index.js +1 -1
  928. package/picker-button/esm/index.css +5 -5
  929. package/picker-button/esm/index.js +1 -1
  930. package/picker-button/esm/mobile.js +1 -1
  931. package/picker-button/esm/option/Component.js +2 -2
  932. package/picker-button/esm/option/index.css +3 -3
  933. package/picker-button/esm/option/index.js +1 -1
  934. package/picker-button/esm/{tslib.es6-a839db92.d.ts → tslib.es6-ed2e79ac.d.ts} +0 -0
  935. package/picker-button/esm/{tslib.es6-a839db92.js → tslib.es6-ed2e79ac.js} +0 -0
  936. package/picker-button/field/Component.js +2 -2
  937. package/picker-button/field/index.css +2 -2
  938. package/picker-button/field/index.js +1 -1
  939. package/picker-button/index.css +5 -5
  940. package/picker-button/index.js +1 -1
  941. package/picker-button/mobile.js +1 -1
  942. package/picker-button/modern/Component.js +1 -1
  943. package/picker-button/modern/field/Component.js +1 -1
  944. package/picker-button/modern/field/index.css +2 -2
  945. package/picker-button/modern/index.css +5 -5
  946. package/picker-button/modern/option/Component.js +1 -1
  947. package/picker-button/modern/option/index.css +3 -3
  948. package/picker-button/option/Component.js +2 -2
  949. package/picker-button/option/index.css +3 -3
  950. package/picker-button/option/index.js +1 -1
  951. package/picker-button/{tslib.es6-3152ed9a.d.ts → tslib.es6-e33a0980.d.ts} +0 -0
  952. package/picker-button/{tslib.es6-3152ed9a.js → tslib.es6-e33a0980.js} +0 -0
  953. package/picker-button/typings-7d13aca1.d.ts +1 -1
  954. package/picker-button/utils/index.d.ts +1 -1
  955. package/plate/Component.js +1 -1
  956. package/plate/esm/Component.js +1 -1
  957. package/plate/esm/index.css +45 -45
  958. package/plate/index.css +45 -45
  959. package/plate/modern/Component.js +1 -1
  960. package/plate/modern/index.css +45 -45
  961. package/popover/Component.js +1 -1
  962. package/popover/esm/Component.js +1 -1
  963. package/popover/esm/index.css +33 -33
  964. package/popover/index.css +33 -33
  965. package/popover/modern/Component.js +1 -1
  966. package/popover/modern/index.css +33 -33
  967. package/progress-bar/Component.js +1 -1
  968. package/progress-bar/esm/Component.js +1 -1
  969. package/progress-bar/esm/index.css +12 -12
  970. package/progress-bar/index.css +12 -12
  971. package/progress-bar/modern/Component.js +1 -1
  972. package/progress-bar/modern/index.css +12 -12
  973. package/pure-cell/component-7c76812e.d.ts +6 -6
  974. package/pure-cell/{component-3ffe5c2d.d.ts → component-affe8f58.d.ts} +0 -0
  975. package/pure-cell/{component-3ffe5c2d.js → component-affe8f58.js} +6 -6
  976. package/pure-cell/{component-3bc78f6f.d.ts → component-f96eae75.d.ts} +0 -0
  977. package/pure-cell/{component-3bc78f6f.js → component-f96eae75.js} +2 -2
  978. package/pure-cell/component.js +3 -3
  979. package/pure-cell/components/addon/component.js +2 -2
  980. package/pure-cell/components/addon/index.css +5 -5
  981. package/pure-cell/components/addon/index.js +1 -1
  982. package/pure-cell/components/amount/component.js +2 -2
  983. package/pure-cell/components/amount/index.css +1 -1
  984. package/pure-cell/components/amount/index.js +1 -1
  985. package/pure-cell/components/amount-title/component.js +2 -2
  986. package/pure-cell/components/amount-title/index.css +2 -2
  987. package/pure-cell/components/amount-title/index.js +1 -1
  988. package/pure-cell/components/category/component.js +2 -2
  989. package/pure-cell/components/category/index.css +3 -3
  990. package/pure-cell/components/category/index.js +1 -1
  991. package/pure-cell/components/comment/component.js +2 -2
  992. package/pure-cell/components/comment/index.css +2 -2
  993. package/pure-cell/components/comment/index.js +1 -1
  994. package/pure-cell/components/content/component.js +3 -3
  995. package/pure-cell/components/content/index.css +2 -2
  996. package/pure-cell/components/content/index.d.ts +1 -1
  997. package/pure-cell/components/content/index.js +3 -3
  998. package/pure-cell/components/footer/component.js +2 -2
  999. package/pure-cell/components/footer/index.css +3 -3
  1000. package/pure-cell/components/footer/index.js +1 -1
  1001. package/pure-cell/components/footer-button/component.js +2 -2
  1002. package/pure-cell/components/footer-button/index.css +1 -1
  1003. package/pure-cell/components/footer-button/index.d.ts +1 -1
  1004. package/pure-cell/components/footer-button/index.js +2 -2
  1005. package/pure-cell/components/footer-text/component.js +1 -1
  1006. package/pure-cell/components/footer-text/index.js +1 -1
  1007. package/pure-cell/components/graphics/component.js +2 -2
  1008. package/pure-cell/components/graphics/index.css +1 -1
  1009. package/pure-cell/components/graphics/index.js +1 -1
  1010. package/pure-cell/components/main/component.js +3 -3
  1011. package/pure-cell/components/main/index.css +3 -3
  1012. package/pure-cell/components/main/index.d.ts +1 -1
  1013. package/pure-cell/components/main/index.js +3 -3
  1014. package/pure-cell/components/text/component.js +3 -3
  1015. package/pure-cell/components/text/index.css +7 -7
  1016. package/pure-cell/components/text/index.d.ts +1 -1
  1017. package/pure-cell/components/text/index.js +3 -3
  1018. package/pure-cell/esm/{component-88bd9826.d.ts → component-69fc6407.d.ts} +0 -0
  1019. package/pure-cell/esm/{component-88bd9826.js → component-69fc6407.js} +6 -6
  1020. package/pure-cell/esm/{component-0fbbcad6.d.ts → component-f16e2191.d.ts} +0 -0
  1021. package/pure-cell/esm/{component-0fbbcad6.js → component-f16e2191.js} +2 -2
  1022. package/pure-cell/esm/component.js +3 -3
  1023. package/pure-cell/esm/components/addon/component.js +2 -2
  1024. package/pure-cell/esm/components/addon/index.css +5 -5
  1025. package/pure-cell/esm/components/addon/index.js +1 -1
  1026. package/pure-cell/esm/components/amount/component.js +2 -2
  1027. package/pure-cell/esm/components/amount/index.css +1 -1
  1028. package/pure-cell/esm/components/amount/index.js +1 -1
  1029. package/pure-cell/esm/components/amount-title/component.js +2 -2
  1030. package/pure-cell/esm/components/amount-title/index.css +2 -2
  1031. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1032. package/pure-cell/esm/components/category/component.js +2 -2
  1033. package/pure-cell/esm/components/category/index.css +3 -3
  1034. package/pure-cell/esm/components/category/index.js +1 -1
  1035. package/pure-cell/esm/components/comment/component.js +2 -2
  1036. package/pure-cell/esm/components/comment/index.css +2 -2
  1037. package/pure-cell/esm/components/comment/index.js +1 -1
  1038. package/pure-cell/esm/components/content/component.js +3 -3
  1039. package/pure-cell/esm/components/content/index.css +2 -2
  1040. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1041. package/pure-cell/esm/components/content/index.js +3 -3
  1042. package/pure-cell/esm/components/footer/component.js +2 -2
  1043. package/pure-cell/esm/components/footer/index.css +3 -3
  1044. package/pure-cell/esm/components/footer/index.js +1 -1
  1045. package/pure-cell/esm/components/footer-button/component.js +2 -2
  1046. package/pure-cell/esm/components/footer-button/index.css +1 -1
  1047. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  1048. package/pure-cell/esm/components/footer-button/index.js +2 -2
  1049. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1050. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1051. package/pure-cell/esm/components/graphics/component.js +2 -2
  1052. package/pure-cell/esm/components/graphics/index.css +1 -1
  1053. package/pure-cell/esm/components/graphics/index.js +1 -1
  1054. package/pure-cell/esm/components/main/component.js +3 -3
  1055. package/pure-cell/esm/components/main/index.css +3 -3
  1056. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1057. package/pure-cell/esm/components/main/index.js +3 -3
  1058. package/pure-cell/esm/components/text/component.js +3 -3
  1059. package/pure-cell/esm/components/text/index.css +7 -7
  1060. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1061. package/pure-cell/esm/components/text/index.js +3 -3
  1062. package/pure-cell/esm/{getDataTestId-de755062.d.ts → getDataTestId-b4eb39ad.d.ts} +0 -0
  1063. package/pure-cell/esm/{getDataTestId-de755062.js → getDataTestId-b4eb39ad.js} +0 -0
  1064. package/pure-cell/esm/index.css +18 -18
  1065. package/pure-cell/esm/index.js +3 -3
  1066. package/pure-cell/{getDataTestId-8b9b3262.d.ts → getDataTestId-e7042e77.d.ts} +0 -0
  1067. package/pure-cell/{getDataTestId-8b9b3262.js → getDataTestId-e7042e77.js} +0 -0
  1068. package/pure-cell/index.css +18 -18
  1069. package/pure-cell/index.js +3 -3
  1070. package/pure-cell/modern/{component-3b3a7623.d.ts → component-e4130422.d.ts} +0 -0
  1071. package/pure-cell/modern/{component-3b3a7623.js → component-e4130422.js} +5 -5
  1072. package/pure-cell/modern/component.js +2 -2
  1073. package/pure-cell/modern/components/addon/component.js +2 -2
  1074. package/pure-cell/modern/components/addon/index.css +5 -5
  1075. package/pure-cell/modern/components/addon/index.js +1 -1
  1076. package/pure-cell/modern/components/amount/component.js +2 -2
  1077. package/pure-cell/modern/components/amount/index.css +1 -1
  1078. package/pure-cell/modern/components/amount/index.js +1 -1
  1079. package/pure-cell/modern/components/amount-title/component.js +2 -2
  1080. package/pure-cell/modern/components/amount-title/index.css +2 -2
  1081. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1082. package/pure-cell/modern/components/category/component.js +2 -2
  1083. package/pure-cell/modern/components/category/index.css +3 -3
  1084. package/pure-cell/modern/components/category/index.js +1 -1
  1085. package/pure-cell/modern/components/comment/component.js +2 -2
  1086. package/pure-cell/modern/components/comment/index.css +2 -2
  1087. package/pure-cell/modern/components/comment/index.js +1 -1
  1088. package/pure-cell/modern/components/content/component.js +2 -2
  1089. package/pure-cell/modern/components/content/index.css +2 -2
  1090. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1091. package/pure-cell/modern/components/content/index.js +2 -2
  1092. package/pure-cell/modern/components/footer/component.js +2 -2
  1093. package/pure-cell/modern/components/footer/index.css +3 -3
  1094. package/pure-cell/modern/components/footer/index.js +1 -1
  1095. package/pure-cell/modern/components/footer-button/component.js +2 -2
  1096. package/pure-cell/modern/components/footer-button/index.css +1 -1
  1097. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1098. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1099. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1100. package/pure-cell/modern/components/graphics/component.js +2 -2
  1101. package/pure-cell/modern/components/graphics/index.css +1 -1
  1102. package/pure-cell/modern/components/graphics/index.js +1 -1
  1103. package/pure-cell/modern/components/main/component.js +2 -2
  1104. package/pure-cell/modern/components/main/index.css +3 -3
  1105. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1106. package/pure-cell/modern/components/main/index.js +2 -2
  1107. package/pure-cell/modern/components/text/component.js +2 -2
  1108. package/pure-cell/modern/components/text/index.css +7 -7
  1109. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1110. package/pure-cell/modern/components/text/index.js +2 -2
  1111. package/pure-cell/modern/{getDataTestId-fde86d79.d.ts → getDataTestId-a058af1e.d.ts} +0 -0
  1112. package/pure-cell/modern/{getDataTestId-fde86d79.js → getDataTestId-a058af1e.js} +0 -0
  1113. package/pure-cell/modern/index.css +18 -18
  1114. package/pure-cell/modern/index.js +2 -2
  1115. package/pure-input/Component.js +1 -1
  1116. package/pure-input/esm/Component.js +1 -1
  1117. package/pure-input/esm/index.css +25 -25
  1118. package/pure-input/index.css +25 -25
  1119. package/pure-input/modern/Component.js +1 -1
  1120. package/pure-input/modern/index.css +25 -25
  1121. package/radio/Component.js +1 -1
  1122. package/radio/esm/Component.js +1 -1
  1123. package/radio/esm/index.css +31 -31
  1124. package/radio/index.css +31 -31
  1125. package/radio/modern/Component.js +1 -1
  1126. package/radio/modern/index.css +31 -31
  1127. package/radio-group/Component.js +1 -1
  1128. package/radio-group/esm/Component.js +1 -1
  1129. package/radio-group/esm/index.css +16 -16
  1130. package/radio-group/index.css +16 -16
  1131. package/radio-group/modern/Component.js +1 -1
  1132. package/radio-group/modern/index.css +16 -16
  1133. package/scrollbar/Component.js +3 -3
  1134. package/scrollbar/default.css +2 -2
  1135. package/scrollbar/esm/Component.js +3 -3
  1136. package/scrollbar/esm/default.css +2 -2
  1137. package/scrollbar/esm/index.css +25 -25
  1138. package/scrollbar/esm/inverted.css +2 -2
  1139. package/scrollbar/index.css +25 -25
  1140. package/scrollbar/inverted.css +2 -2
  1141. package/scrollbar/modern/Component.js +3 -3
  1142. package/scrollbar/modern/default.css +2 -2
  1143. package/scrollbar/modern/index.css +25 -25
  1144. package/scrollbar/modern/inverted.css +2 -2
  1145. package/select/{Component-b0c44aa8.d.ts → Component-450e14ef.d.ts} +0 -0
  1146. package/select/{Component-b0c44aa8.js → Component-450e14ef.js} +2 -2
  1147. package/select/{Component-1bb1fd8d.d.ts → Component-48a587ca.d.ts} +0 -0
  1148. package/select/{Component-1bb1fd8d.js → Component-48a587ca.js} +5 -5
  1149. package/select/Component.js +2 -2
  1150. package/select/components/arrow/Component.js +1 -1
  1151. package/select/components/arrow/index.css +2 -2
  1152. package/select/components/base-select/Component.js +2 -2
  1153. package/select/components/base-select/index.css +6 -6
  1154. package/select/components/base-select/index.d.ts +1 -1
  1155. package/select/components/base-select/index.js +2 -2
  1156. package/select/components/base-select-mobile/Component.js +4 -4
  1157. package/select/components/base-select-mobile/checkmark/Component.js +1 -1
  1158. package/select/components/base-select-mobile/checkmark/index.css +3 -3
  1159. package/select/components/base-select-mobile/index.css +10 -10
  1160. package/select/components/base-select-mobile/index.d.ts +1 -1
  1161. package/select/components/base-select-mobile/index.js +4 -4
  1162. package/select/components/base-select-mobile/options-list/Component.js +2 -2
  1163. package/select/components/base-select-mobile/options-list/index.css +8 -8
  1164. package/select/components/base-select-mobile/options-list/index.js +1 -1
  1165. package/select/components/checkmark/Component.js +1 -1
  1166. package/select/components/checkmark/index.css +6 -6
  1167. package/select/components/field/Component.js +2 -2
  1168. package/select/components/field/index.css +8 -8
  1169. package/select/components/field/index.js +1 -1
  1170. package/select/components/index.js +4 -4
  1171. package/select/components/native-select/Component.js +1 -1
  1172. package/select/components/native-select/index.js +1 -1
  1173. package/select/components/optgroup/Component.js +1 -1
  1174. package/select/components/optgroup/index.css +5 -5
  1175. package/select/components/option/Component.js +2 -2
  1176. package/select/components/option/index.css +19 -19
  1177. package/select/components/option/index.js +1 -1
  1178. package/select/components/options-list/Component.js +2 -2
  1179. package/select/components/options-list/index.css +5 -5
  1180. package/select/components/options-list/index.js +1 -1
  1181. package/select/components/select-mobile/Component.js +4 -4
  1182. package/select/components/select-mobile/index.d.ts +1 -1
  1183. package/select/components/select-mobile/index.js +4 -4
  1184. package/select/components/select-modal-mobile/Component.js +4 -4
  1185. package/select/components/select-modal-mobile/index.d.ts +1 -1
  1186. package/select/components/select-modal-mobile/index.js +4 -4
  1187. package/select/components/virtual-options-list/Component.js +2 -2
  1188. package/select/components/virtual-options-list/index.css +11 -11
  1189. package/select/components/virtual-options-list/index.js +1 -1
  1190. package/select/esm/{Component-c44b68f7.d.ts → Component-62eb5e83.d.ts} +0 -0
  1191. package/select/esm/{Component-c44b68f7.js → Component-62eb5e83.js} +3 -3
  1192. package/select/esm/{Component-2cddc1a7.d.ts → Component-8784b993.d.ts} +0 -0
  1193. package/select/esm/{Component-2cddc1a7.js → Component-8784b993.js} +11 -11
  1194. package/select/esm/Component.js +8 -8
  1195. package/select/esm/components/arrow/Component.js +1 -1
  1196. package/select/esm/components/arrow/index.css +2 -2
  1197. package/select/esm/components/base-select/Component.js +3 -3
  1198. package/select/esm/components/base-select/index.css +6 -6
  1199. package/select/esm/components/base-select/index.d.ts +1 -1
  1200. package/select/esm/components/base-select/index.js +3 -3
  1201. package/select/esm/components/base-select-mobile/Component.js +10 -10
  1202. package/select/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  1203. package/select/esm/components/base-select-mobile/checkmark/index.css +3 -3
  1204. package/select/esm/components/base-select-mobile/index.css +10 -10
  1205. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  1206. package/select/esm/components/base-select-mobile/index.js +10 -10
  1207. package/select/esm/components/base-select-mobile/options-list/Component.js +2 -2
  1208. package/select/esm/components/base-select-mobile/options-list/index.css +8 -8
  1209. package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
  1210. package/select/esm/components/checkmark/Component.js +1 -1
  1211. package/select/esm/components/checkmark/index.css +6 -6
  1212. package/select/esm/components/field/Component.js +3 -3
  1213. package/select/esm/components/field/index.css +8 -8
  1214. package/select/esm/components/field/index.js +2 -2
  1215. package/select/esm/components/index.js +10 -10
  1216. package/select/esm/components/native-select/Component.js +1 -1
  1217. package/select/esm/components/native-select/index.js +1 -1
  1218. package/select/esm/components/optgroup/Component.js +1 -1
  1219. package/select/esm/components/optgroup/index.css +5 -5
  1220. package/select/esm/components/option/Component.js +2 -2
  1221. package/select/esm/components/option/index.css +19 -19
  1222. package/select/esm/components/option/index.js +1 -1
  1223. package/select/esm/components/options-list/Component.js +3 -3
  1224. package/select/esm/components/options-list/index.css +5 -5
  1225. package/select/esm/components/options-list/index.js +2 -2
  1226. package/select/esm/components/select-mobile/Component.js +10 -10
  1227. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1228. package/select/esm/components/select-mobile/index.js +10 -10
  1229. package/select/esm/components/select-modal-mobile/Component.js +10 -10
  1230. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  1231. package/select/esm/components/select-modal-mobile/index.js +10 -10
  1232. package/select/esm/components/virtual-options-list/Component.js +3 -3
  1233. package/select/esm/components/virtual-options-list/index.css +11 -11
  1234. package/select/esm/components/virtual-options-list/index.js +2 -2
  1235. package/select/esm/index.js +10 -10
  1236. package/select/esm/{intersection-observer-eac52f1e.d.ts → intersection-observer-01c2c025.d.ts} +0 -0
  1237. package/select/esm/{intersection-observer-eac52f1e.js → intersection-observer-01c2c025.js} +0 -0
  1238. package/select/esm/presets/index.js +10 -10
  1239. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1240. package/select/esm/presets/useLazyLoading/index.css +1 -1
  1241. package/select/esm/presets/useSelectWithApply/hook.js +10 -10
  1242. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -10
  1243. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  1244. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1245. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +10 -10
  1246. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1247. package/select/esm/presets/useSelectWithLoading/index.css +1 -1
  1248. package/select/esm/{tslib.es6-268723dd.d.ts → tslib.es6-f119d187.d.ts} +0 -0
  1249. package/select/esm/{tslib.es6-268723dd.js → tslib.es6-f119d187.js} +0 -0
  1250. package/select/index.js +4 -4
  1251. package/select/{intersection-observer-beb13d47.d.ts → intersection-observer-78c5ff76.d.ts} +0 -0
  1252. package/select/{intersection-observer-beb13d47.js → intersection-observer-78c5ff76.js} +0 -0
  1253. package/select/modern/{Component-8b46414b.d.ts → Component-742c65db.d.ts} +0 -0
  1254. package/select/modern/{Component-8b46414b.js → Component-742c65db.js} +2 -2
  1255. package/select/modern/{Component-e7e6f7cb.d.ts → Component-7ffa3491.d.ts} +0 -0
  1256. package/select/modern/{Component-e7e6f7cb.js → Component-7ffa3491.js} +7 -7
  1257. package/select/modern/Component.js +4 -4
  1258. package/select/modern/components/arrow/Component.js +1 -1
  1259. package/select/modern/components/arrow/index.css +2 -2
  1260. package/select/modern/components/base-select/Component.js +2 -2
  1261. package/select/modern/components/base-select/index.css +6 -6
  1262. package/select/modern/components/base-select/index.d.ts +1 -1
  1263. package/select/modern/components/base-select/index.js +2 -2
  1264. package/select/modern/components/base-select-mobile/Component.js +6 -6
  1265. package/select/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  1266. package/select/modern/components/base-select-mobile/checkmark/index.css +3 -3
  1267. package/select/modern/components/base-select-mobile/index.css +10 -10
  1268. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  1269. package/select/modern/components/base-select-mobile/index.js +6 -6
  1270. package/select/modern/components/base-select-mobile/options-list/Component.js +1 -1
  1271. package/select/modern/components/base-select-mobile/options-list/index.css +8 -8
  1272. package/select/modern/components/checkmark/Component.js +1 -1
  1273. package/select/modern/components/checkmark/index.css +6 -6
  1274. package/select/modern/components/field/Component.js +1 -1
  1275. package/select/modern/components/field/index.css +8 -8
  1276. package/select/modern/components/index.js +6 -6
  1277. package/select/modern/components/optgroup/Component.js +1 -1
  1278. package/select/modern/components/optgroup/index.css +5 -5
  1279. package/select/modern/components/option/Component.js +1 -1
  1280. package/select/modern/components/option/index.css +19 -19
  1281. package/select/modern/components/options-list/Component.js +2 -2
  1282. package/select/modern/components/options-list/index.css +5 -5
  1283. package/select/modern/components/options-list/index.js +1 -1
  1284. package/select/modern/components/select-mobile/Component.js +6 -6
  1285. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1286. package/select/modern/components/select-mobile/index.js +6 -6
  1287. package/select/modern/components/select-modal-mobile/Component.js +6 -6
  1288. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  1289. package/select/modern/components/select-modal-mobile/index.js +6 -6
  1290. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1291. package/select/modern/components/virtual-options-list/index.css +11 -11
  1292. package/select/modern/index.js +6 -6
  1293. package/select/modern/{intersection-observer-eac52f1e.d.ts → intersection-observer-01c2c025.d.ts} +0 -0
  1294. package/select/modern/{intersection-observer-eac52f1e.js → intersection-observer-01c2c025.js} +0 -0
  1295. package/select/modern/presets/index.js +6 -6
  1296. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1297. package/select/modern/presets/useLazyLoading/index.css +1 -1
  1298. package/select/modern/presets/useSelectWithApply/hook.js +6 -6
  1299. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
  1300. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  1301. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1302. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
  1303. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1304. package/select/modern/presets/useSelectWithLoading/index.css +1 -1
  1305. package/select/presets/index.js +4 -4
  1306. package/select/presets/useLazyLoading/hook.js +3 -3
  1307. package/select/presets/useLazyLoading/index.css +1 -1
  1308. package/select/presets/useSelectWithApply/hook.js +4 -4
  1309. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1310. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  1311. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1312. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1313. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1314. package/select/presets/useSelectWithLoading/index.css +1 -1
  1315. package/select/{tslib.es6-183b7853.d.ts → tslib.es6-d5c97125.d.ts} +0 -0
  1316. package/select/{tslib.es6-183b7853.js → tslib.es6-d5c97125.js} +0 -0
  1317. package/select-with-tags/component.js +1 -1
  1318. package/select-with-tags/components/index.js +1 -1
  1319. package/select-with-tags/components/tag/component.js +2 -2
  1320. package/select-with-tags/components/tag/index.css +10 -10
  1321. package/select-with-tags/components/tag/index.js +1 -1
  1322. package/select-with-tags/components/tag-list/component.js +2 -2
  1323. package/select-with-tags/components/tag-list/index.css +30 -30
  1324. package/select-with-tags/components/tag-list/index.js +1 -1
  1325. package/select-with-tags/esm/component.js +1 -1
  1326. package/select-with-tags/esm/components/index.js +1 -1
  1327. package/select-with-tags/esm/components/tag/component.js +2 -2
  1328. package/select-with-tags/esm/components/tag/index.css +10 -10
  1329. package/select-with-tags/esm/components/tag/index.js +1 -1
  1330. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1331. package/select-with-tags/esm/components/tag-list/index.css +30 -30
  1332. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1333. package/select-with-tags/esm/index.js +1 -1
  1334. package/select-with-tags/esm/{tslib.es6-6689df4f.d.ts → tslib.es6-53bf6ed2.d.ts} +0 -0
  1335. package/select-with-tags/esm/{tslib.es6-6689df4f.js → tslib.es6-53bf6ed2.js} +0 -0
  1336. package/select-with-tags/esm/utils/index.js +1 -1
  1337. package/select-with-tags/esm/utils/match.js +1 -1
  1338. package/select-with-tags/index.js +1 -1
  1339. package/select-with-tags/modern/components/tag/component.js +1 -1
  1340. package/select-with-tags/modern/components/tag/index.css +10 -10
  1341. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1342. package/select-with-tags/modern/components/tag-list/index.css +30 -30
  1343. package/select-with-tags/{tslib.es6-e712482e.d.ts → tslib.es6-ff6fea4c.d.ts} +0 -0
  1344. package/select-with-tags/{tslib.es6-e712482e.js → tslib.es6-ff6fea4c.js} +0 -0
  1345. package/select-with-tags/utils/index.js +1 -1
  1346. package/select-with-tags/utils/match.js +1 -1
  1347. package/side-panel/Component.desktop.js +3 -3
  1348. package/side-panel/Component.mobile.js +3 -3
  1349. package/side-panel/Component.responsive.d.ts +1 -1
  1350. package/side-panel/Component.responsive.js +1 -1
  1351. package/side-panel/components/closer/Component.js +2 -2
  1352. package/side-panel/components/closer/index.css +3 -3
  1353. package/side-panel/components/content/Component.desktop.js +2 -2
  1354. package/side-panel/components/content/Component.js +1 -1
  1355. package/side-panel/components/content/Component.mobile.js +2 -2
  1356. package/side-panel/components/content/desktop.css +2 -2
  1357. package/side-panel/components/content/index.css +2 -2
  1358. package/side-panel/components/content/mobile.css +2 -2
  1359. package/side-panel/components/footer/Component.desktop.js +2 -2
  1360. package/side-panel/components/footer/Component.js +2 -2
  1361. package/side-panel/components/footer/Component.mobile.js +2 -2
  1362. package/side-panel/components/footer/desktop.css +2 -2
  1363. package/side-panel/components/footer/index.css +3 -3
  1364. package/side-panel/components/footer/layout.css +24 -24
  1365. package/side-panel/components/footer/mobile.css +2 -2
  1366. package/side-panel/components/header/Component.desktop.js +2 -2
  1367. package/side-panel/components/header/Component.js +2 -2
  1368. package/side-panel/components/header/Component.mobile.js +2 -2
  1369. package/side-panel/components/header/desktop.css +5 -5
  1370. package/side-panel/components/header/index.css +15 -15
  1371. package/side-panel/components/header/mobile.css +2 -2
  1372. package/side-panel/desktop.css +2 -2
  1373. package/side-panel/desktop.js +1 -1
  1374. package/side-panel/esm/Component.desktop.js +3 -3
  1375. package/side-panel/esm/Component.mobile.js +3 -3
  1376. package/side-panel/esm/Component.responsive.js +1 -1
  1377. package/side-panel/esm/components/closer/Component.js +2 -2
  1378. package/side-panel/esm/components/closer/index.css +3 -3
  1379. package/side-panel/esm/components/content/Component.desktop.js +2 -2
  1380. package/side-panel/esm/components/content/Component.js +1 -1
  1381. package/side-panel/esm/components/content/Component.mobile.js +2 -2
  1382. package/side-panel/esm/components/content/desktop.css +2 -2
  1383. package/side-panel/esm/components/content/index.css +2 -2
  1384. package/side-panel/esm/components/content/mobile.css +2 -2
  1385. package/side-panel/esm/components/footer/Component.desktop.js +2 -2
  1386. package/side-panel/esm/components/footer/Component.js +2 -2
  1387. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  1388. package/side-panel/esm/components/footer/desktop.css +2 -2
  1389. package/side-panel/esm/components/footer/index.css +3 -3
  1390. package/side-panel/esm/components/footer/layout.css +24 -24
  1391. package/side-panel/esm/components/footer/mobile.css +2 -2
  1392. package/side-panel/esm/components/header/Component.desktop.js +2 -2
  1393. package/side-panel/esm/components/header/Component.js +2 -2
  1394. package/side-panel/esm/components/header/Component.mobile.js +2 -2
  1395. package/side-panel/esm/components/header/desktop.css +5 -5
  1396. package/side-panel/esm/components/header/index.css +15 -15
  1397. package/side-panel/esm/components/header/mobile.css +2 -2
  1398. package/side-panel/esm/desktop.css +2 -2
  1399. package/side-panel/esm/desktop.js +1 -1
  1400. package/side-panel/esm/index.js +1 -1
  1401. package/side-panel/esm/mobile.css +1 -1
  1402. package/side-panel/esm/mobile.js +1 -1
  1403. package/side-panel/esm/responsive.js +1 -1
  1404. package/side-panel/esm/transitions.desktop.css +7 -7
  1405. package/side-panel/esm/transitions.mobile.css +7 -7
  1406. package/side-panel/esm/{tslib.es6-10768224.d.ts → tslib.es6-72b12998.d.ts} +0 -0
  1407. package/side-panel/esm/{tslib.es6-10768224.js → tslib.es6-72b12998.js} +0 -0
  1408. package/side-panel/index.js +1 -1
  1409. package/side-panel/mobile.css +1 -1
  1410. package/side-panel/mobile.js +1 -1
  1411. package/side-panel/modern/Component.desktop.js +2 -2
  1412. package/side-panel/modern/Component.mobile.js +2 -2
  1413. package/side-panel/modern/components/closer/Component.js +1 -1
  1414. package/side-panel/modern/components/closer/index.css +3 -3
  1415. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  1416. package/side-panel/modern/components/content/Component.js +1 -1
  1417. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1418. package/side-panel/modern/components/content/desktop.css +2 -2
  1419. package/side-panel/modern/components/content/index.css +2 -2
  1420. package/side-panel/modern/components/content/mobile.css +2 -2
  1421. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  1422. package/side-panel/modern/components/footer/Component.js +2 -2
  1423. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  1424. package/side-panel/modern/components/footer/desktop.css +2 -2
  1425. package/side-panel/modern/components/footer/index.css +3 -3
  1426. package/side-panel/modern/components/footer/layout.css +24 -24
  1427. package/side-panel/modern/components/footer/mobile.css +2 -2
  1428. package/side-panel/modern/components/header/Component.desktop.js +1 -1
  1429. package/side-panel/modern/components/header/Component.js +1 -1
  1430. package/side-panel/modern/components/header/Component.mobile.js +1 -1
  1431. package/side-panel/modern/components/header/desktop.css +5 -5
  1432. package/side-panel/modern/components/header/index.css +15 -15
  1433. package/side-panel/modern/components/header/mobile.css +2 -2
  1434. package/side-panel/modern/desktop.css +2 -2
  1435. package/side-panel/modern/mobile.css +1 -1
  1436. package/side-panel/modern/transitions.desktop.css +7 -7
  1437. package/side-panel/modern/transitions.mobile.css +7 -7
  1438. package/side-panel/responsive.js +1 -1
  1439. package/side-panel/transitions.desktop.css +7 -7
  1440. package/side-panel/transitions.mobile.css +7 -7
  1441. package/side-panel/{tslib.es6-e9c9928b.d.ts → tslib.es6-84212d20.d.ts} +0 -0
  1442. package/side-panel/{tslib.es6-e9c9928b.js → tslib.es6-84212d20.js} +0 -0
  1443. package/skeleton/Component.js +1 -1
  1444. package/skeleton/esm/Component.js +1 -1
  1445. package/skeleton/esm/index.css +10 -10
  1446. package/skeleton/index.css +10 -10
  1447. package/skeleton/modern/Component.js +1 -1
  1448. package/skeleton/modern/index.css +10 -10
  1449. package/slider/Component.js +1 -1
  1450. package/slider/esm/Component.js +1 -1
  1451. package/slider/esm/index.css +22 -22
  1452. package/slider/index.css +22 -22
  1453. package/slider/modern/Component.js +1 -1
  1454. package/slider/modern/index.css +22 -22
  1455. package/slider-input/Component.js +1 -1
  1456. package/slider-input/esm/Component.js +1 -1
  1457. package/slider-input/esm/index.css +16 -16
  1458. package/slider-input/index.css +16 -16
  1459. package/slider-input/modern/Component.js +1 -1
  1460. package/slider-input/modern/index.css +16 -16
  1461. package/space/Component.js +2 -2
  1462. package/space/{Item-4fd8d7c1.d.ts → Item-07de75a5.d.ts} +0 -0
  1463. package/space/{Item-4fd8d7c1.js → Item-07de75a5.js} +0 -0
  1464. package/space/Item.js +1 -1
  1465. package/space/esm/Component.js +2 -2
  1466. package/space/esm/{Item-c8ae3fd4.d.ts → Item-1f4d0d37.d.ts} +0 -0
  1467. package/space/esm/{Item-c8ae3fd4.js → Item-1f4d0d37.js} +0 -0
  1468. package/space/esm/Item.js +1 -1
  1469. package/space/esm/index.css +8 -8
  1470. package/space/esm/index.js +1 -1
  1471. package/space/index.css +8 -8
  1472. package/space/index.js +1 -1
  1473. package/space/modern/Component.js +1 -1
  1474. package/space/modern/index.css +8 -8
  1475. package/spinner/Component.js +1 -1
  1476. package/spinner/esm/Component.js +1 -1
  1477. package/spinner/esm/index.css +9 -9
  1478. package/spinner/index.css +9 -9
  1479. package/spinner/modern/Component.js +1 -1
  1480. package/spinner/modern/index.css +9 -9
  1481. package/status/Component.js +1 -1
  1482. package/status/esm/Component.js +1 -1
  1483. package/status/esm/index.css +17 -17
  1484. package/status/index.css +17 -17
  1485. package/status/modern/Component.js +1 -1
  1486. package/status/modern/index.css +17 -17
  1487. package/stepped-progress-bar/Component.js +1 -1
  1488. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1489. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  1490. package/stepped-progress-bar/esm/Component.js +1 -1
  1491. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1492. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  1493. package/stepped-progress-bar/esm/index.css +3 -3
  1494. package/stepped-progress-bar/index.css +3 -3
  1495. package/stepped-progress-bar/modern/Component.js +1 -1
  1496. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1497. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  1498. package/stepped-progress-bar/modern/index.css +3 -3
  1499. package/switch/Component.js +1 -1
  1500. package/switch/esm/Component.js +1 -1
  1501. package/switch/esm/index.css +25 -25
  1502. package/switch/index.css +25 -25
  1503. package/switch/modern/Component.js +1 -1
  1504. package/switch/modern/index.css +25 -25
  1505. package/table/component.js +1 -1
  1506. package/table/components/index.js +1 -1
  1507. package/table/components/pagination/Component.js +2 -2
  1508. package/table/components/pagination/index.css +7 -7
  1509. package/table/components/pagination/index.js +1 -1
  1510. package/table/components/pagination/select-field/index.css +3 -3
  1511. package/table/components/pagination/select-field/index.js +2 -2
  1512. package/table/components/table/Component.js +2 -2
  1513. package/table/components/table/index.css +5 -5
  1514. package/table/components/table/index.js +1 -1
  1515. package/table/components/table/utils.js +1 -1
  1516. package/table/components/tbody/Component.js +2 -2
  1517. package/table/components/tbody/index.css +1 -1
  1518. package/table/components/tbody/index.js +1 -1
  1519. package/table/components/tcell/Component.js +2 -2
  1520. package/table/components/tcell/index.css +5 -5
  1521. package/table/components/tcell/index.js +1 -1
  1522. package/table/components/texpandable-row/Component.js +2 -2
  1523. package/table/components/texpandable-row/index.css +4 -4
  1524. package/table/components/texpandable-row/index.js +1 -1
  1525. package/table/components/thead/Component.js +2 -2
  1526. package/table/components/thead/index.css +5 -5
  1527. package/table/components/thead/index.js +1 -1
  1528. package/table/components/thead-cell/Component.js +2 -2
  1529. package/table/components/thead-cell/index.css +6 -6
  1530. package/table/components/thead-cell/index.js +1 -1
  1531. package/table/components/trow/Component.js +2 -2
  1532. package/table/components/trow/index.css +7 -7
  1533. package/table/components/trow/index.js +1 -1
  1534. package/table/components/tsortable-head-cell/Component.js +2 -2
  1535. package/table/components/tsortable-head-cell/index.css +8 -8
  1536. package/table/components/tsortable-head-cell/index.js +1 -1
  1537. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1538. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1539. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1540. package/table/esm/component.js +1 -1
  1541. package/table/esm/components/index.js +1 -1
  1542. package/table/esm/components/pagination/Component.js +2 -2
  1543. package/table/esm/components/pagination/index.css +7 -7
  1544. package/table/esm/components/pagination/index.js +1 -1
  1545. package/table/esm/components/pagination/select-field/index.css +3 -3
  1546. package/table/esm/components/pagination/select-field/index.js +2 -2
  1547. package/table/esm/components/table/Component.js +2 -2
  1548. package/table/esm/components/table/index.css +5 -5
  1549. package/table/esm/components/table/index.js +1 -1
  1550. package/table/esm/components/table/utils.js +1 -1
  1551. package/table/esm/components/tbody/Component.js +2 -2
  1552. package/table/esm/components/tbody/index.css +1 -1
  1553. package/table/esm/components/tbody/index.js +1 -1
  1554. package/table/esm/components/tcell/Component.js +2 -2
  1555. package/table/esm/components/tcell/index.css +5 -5
  1556. package/table/esm/components/tcell/index.js +1 -1
  1557. package/table/esm/components/texpandable-row/Component.js +2 -2
  1558. package/table/esm/components/texpandable-row/index.css +4 -4
  1559. package/table/esm/components/texpandable-row/index.js +1 -1
  1560. package/table/esm/components/thead/Component.js +2 -2
  1561. package/table/esm/components/thead/index.css +5 -5
  1562. package/table/esm/components/thead/index.js +1 -1
  1563. package/table/esm/components/thead-cell/Component.js +2 -2
  1564. package/table/esm/components/thead-cell/index.css +6 -6
  1565. package/table/esm/components/thead-cell/index.js +1 -1
  1566. package/table/esm/components/trow/Component.js +2 -2
  1567. package/table/esm/components/trow/index.css +7 -7
  1568. package/table/esm/components/trow/index.js +1 -1
  1569. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1570. package/table/esm/components/tsortable-head-cell/index.css +8 -8
  1571. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1572. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1573. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1574. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1575. package/table/esm/index.js +1 -1
  1576. package/table/esm/{tslib.es6-e5ffa56f.d.ts → tslib.es6-991139a8.d.ts} +0 -0
  1577. package/table/esm/{tslib.es6-e5ffa56f.js → tslib.es6-991139a8.js} +0 -0
  1578. package/table/index.js +1 -1
  1579. package/table/modern/components/pagination/Component.js +1 -1
  1580. package/table/modern/components/pagination/index.css +7 -7
  1581. package/table/modern/components/pagination/select-field/index.css +3 -3
  1582. package/table/modern/components/pagination/select-field/index.js +1 -1
  1583. package/table/modern/components/table/Component.js +1 -1
  1584. package/table/modern/components/table/index.css +5 -5
  1585. package/table/modern/components/tbody/Component.js +1 -1
  1586. package/table/modern/components/tbody/index.css +1 -1
  1587. package/table/modern/components/tcell/Component.js +1 -1
  1588. package/table/modern/components/tcell/index.css +5 -5
  1589. package/table/modern/components/texpandable-row/Component.js +1 -1
  1590. package/table/modern/components/texpandable-row/index.css +4 -4
  1591. package/table/modern/components/thead/Component.js +1 -1
  1592. package/table/modern/components/thead/index.css +5 -5
  1593. package/table/modern/components/thead-cell/Component.js +1 -1
  1594. package/table/modern/components/thead-cell/index.css +6 -6
  1595. package/table/modern/components/trow/Component.js +1 -1
  1596. package/table/modern/components/trow/index.css +7 -7
  1597. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1598. package/table/modern/components/tsortable-head-cell/index.css +8 -8
  1599. package/table/{tslib.es6-a7fe946f.d.ts → tslib.es6-67c17de6.d.ts} +0 -0
  1600. package/table/{tslib.es6-a7fe946f.js → tslib.es6-67c17de6.js} +0 -0
  1601. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1602. package/tabs/components/primary-tablist/Component.js +1 -1
  1603. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1604. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1605. package/tabs/components/primary-tablist/index.css +19 -19
  1606. package/tabs/components/primary-tablist/mobile.css +26 -22
  1607. package/tabs/components/scrollable-container/Component.js +1 -1
  1608. package/tabs/components/scrollable-container/index.css +4 -4
  1609. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1610. package/tabs/components/secondary-tablist/Component.js +1 -1
  1611. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1612. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1613. package/tabs/components/secondary-tablist/index.css +10 -10
  1614. package/tabs/components/secondary-tablist/mobile.css +16 -12
  1615. package/tabs/components/tab/Component.js +1 -1
  1616. package/tabs/components/tab/index.css +2 -2
  1617. package/tabs/components/tabs/Component.desktop.js +3 -3
  1618. package/tabs/components/tabs/Component.mobile.js +3 -3
  1619. package/tabs/components/tabs/Component.responsive.js +3 -3
  1620. package/tabs/desktop.js +3 -3
  1621. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1622. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1623. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1624. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1625. package/tabs/esm/components/primary-tablist/index.css +19 -19
  1626. package/tabs/esm/components/primary-tablist/mobile.css +26 -22
  1627. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1628. package/tabs/esm/components/scrollable-container/index.css +4 -4
  1629. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1630. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1631. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1632. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1633. package/tabs/esm/components/secondary-tablist/index.css +10 -10
  1634. package/tabs/esm/components/secondary-tablist/mobile.css +16 -12
  1635. package/tabs/esm/components/tab/Component.js +1 -1
  1636. package/tabs/esm/components/tab/index.css +2 -2
  1637. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1638. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1639. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1640. package/tabs/esm/desktop.js +3 -3
  1641. package/tabs/esm/index.js +3 -3
  1642. package/tabs/esm/index.module-a814baf6.js +4 -0
  1643. package/tabs/esm/index.module-ea7892f5.js +4 -0
  1644. package/tabs/esm/mobile.js +3 -3
  1645. package/tabs/esm/responsive.js +3 -3
  1646. package/tabs/esm/{tslib.es6-ccb08999.d.ts → tslib.es6-d147a661.d.ts} +0 -0
  1647. package/tabs/esm/{tslib.es6-ccb08999.js → tslib.es6-d147a661.js} +0 -0
  1648. package/tabs/index.js +3 -3
  1649. package/tabs/index.module-607fea31.js +4 -0
  1650. package/tabs/index.module-ec0b3070.js +4 -0
  1651. package/tabs/mobile.js +3 -3
  1652. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1653. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1654. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1655. package/tabs/modern/components/primary-tablist/index.css +19 -19
  1656. package/tabs/modern/components/primary-tablist/mobile.css +26 -22
  1657. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1658. package/tabs/modern/components/scrollable-container/index.css +4 -4
  1659. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1660. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1661. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1662. package/tabs/modern/components/secondary-tablist/index.css +10 -10
  1663. package/tabs/modern/components/secondary-tablist/mobile.css +16 -12
  1664. package/tabs/modern/components/tab/Component.js +1 -1
  1665. package/tabs/modern/components/tab/index.css +2 -2
  1666. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1667. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1668. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1669. package/tabs/modern/desktop.js +2 -2
  1670. package/tabs/modern/index.js +2 -2
  1671. package/tabs/modern/index.module-a814baf6.js +4 -0
  1672. package/tabs/modern/index.module-ea7892f5.js +4 -0
  1673. package/tabs/modern/mobile.js +2 -2
  1674. package/tabs/modern/responsive.js +2 -2
  1675. package/tabs/responsive.js +3 -3
  1676. package/tabs/{tslib.es6-d7d2f417.d.ts → tslib.es6-576d6119.d.ts} +0 -0
  1677. package/tabs/{tslib.es6-d7d2f417.js → tslib.es6-576d6119.js} +0 -0
  1678. package/tag/Component.js +3 -3
  1679. package/tag/default.css +8 -8
  1680. package/tag/esm/Component.js +3 -3
  1681. package/tag/esm/default.css +8 -8
  1682. package/tag/esm/index.css +37 -37
  1683. package/tag/esm/inverted.css +8 -8
  1684. package/tag/index.css +37 -37
  1685. package/tag/inverted.css +8 -8
  1686. package/tag/modern/Component.js +3 -3
  1687. package/tag/modern/default.css +8 -8
  1688. package/tag/modern/index.css +37 -37
  1689. package/tag/modern/inverted.css +8 -8
  1690. package/textarea/Component.js +3 -3
  1691. package/textarea/default.css +18 -18
  1692. package/textarea/esm/Component.js +3 -3
  1693. package/textarea/esm/default.css +18 -18
  1694. package/textarea/esm/index.css +40 -40
  1695. package/textarea/esm/inverted.css +18 -18
  1696. package/textarea/index.css +40 -40
  1697. package/textarea/inverted.css +18 -18
  1698. package/textarea/modern/Component.js +3 -3
  1699. package/textarea/modern/default.css +18 -18
  1700. package/textarea/modern/index.css +40 -40
  1701. package/textarea/modern/inverted.css +18 -18
  1702. package/themes/click.css +4 -0
  1703. package/themes/compiled/mobile-dark-bluetint.css +272 -272
  1704. package/themes/corp.css +4 -0
  1705. package/themes/dark.css +2 -0
  1706. package/themes/dist/click.css +4 -0
  1707. package/themes/dist/compiled/mobile-dark-bluetint.css +986 -915
  1708. package/themes/dist/corp.css +4 -0
  1709. package/themes/dist/dark.css +2 -0
  1710. package/themes/dist/intranet.css +4 -0
  1711. package/themes/dist/mixins/dark.css +2 -0
  1712. package/themes/dist/mobile.css +4 -0
  1713. package/themes/dist/site.css +4 -0
  1714. package/themes/intranet.css +4 -0
  1715. package/themes/mixins/dark.css +2 -0
  1716. package/themes/mobile.css +4 -0
  1717. package/themes/site.css +4 -0
  1718. package/toast/component.js +1 -1
  1719. package/toast/esm/component.js +1 -1
  1720. package/toast/esm/index.css +9 -9
  1721. package/toast/index.css +9 -9
  1722. package/toast/modern/component.js +1 -1
  1723. package/toast/modern/index.css +9 -9
  1724. package/toast-plate/component.js +1 -1
  1725. package/toast-plate/esm/component.js +1 -1
  1726. package/toast-plate/esm/index.css +15 -15
  1727. package/toast-plate/index.css +15 -15
  1728. package/toast-plate/modern/component.js +1 -1
  1729. package/toast-plate/modern/index.css +15 -15
  1730. package/tooltip/{Component-df9c8df5.d.ts → Component-e397e2fe.d.ts} +0 -0
  1731. package/tooltip/{Component-df9c8df5.js → Component-e397e2fe.js} +3 -3
  1732. package/tooltip/Component.js +1 -1
  1733. package/tooltip/component.responsive.js +2 -2
  1734. package/tooltip/default.css +2 -2
  1735. package/tooltip/esm/{Component-c46d5e37.d.ts → Component-a47d575f.d.ts} +0 -0
  1736. package/tooltip/esm/{Component-c46d5e37.js → Component-a47d575f.js} +3 -3
  1737. package/tooltip/esm/Component.js +1 -1
  1738. package/tooltip/esm/component.responsive.js +2 -2
  1739. package/tooltip/esm/default.css +2 -2
  1740. package/tooltip/esm/index.css +5 -5
  1741. package/tooltip/esm/index.d.ts +1 -1
  1742. package/tooltip/esm/index.js +1 -1
  1743. package/tooltip/esm/inverted.css +4 -4
  1744. package/tooltip/esm/responsive.css +2 -2
  1745. package/tooltip/esm/responsive.js +1 -1
  1746. package/tooltip/index.css +5 -5
  1747. package/tooltip/index.d.ts +1 -1
  1748. package/tooltip/index.js +1 -1
  1749. package/tooltip/inverted.css +4 -4
  1750. package/tooltip/modern/Component.js +3 -3
  1751. package/tooltip/modern/component.responsive.js +1 -1
  1752. package/tooltip/modern/default.css +2 -2
  1753. package/tooltip/modern/index.css +5 -5
  1754. package/tooltip/modern/inverted.css +4 -4
  1755. package/tooltip/modern/responsive.css +2 -2
  1756. package/tooltip/responsive.css +2 -2
  1757. package/tooltip/responsive.js +1 -1
  1758. package/typography/colors.css +12 -12
  1759. package/typography/{colors.module-c0d259a8.d.ts → colors.module-e6c5dda2.d.ts} +0 -0
  1760. package/typography/{colors.module-c0d259a8.js → colors.module-e6c5dda2.js} +1 -1
  1761. package/typography/common.module-c9f81529.js +4 -0
  1762. package/typography/component.js +2 -2
  1763. package/typography/esm/colors.css +12 -12
  1764. package/typography/esm/{colors.module-e14dfcf5.d.ts → colors.module-f0554e37.d.ts} +0 -0
  1765. package/typography/esm/{colors.module-e14dfcf5.js → colors.module-f0554e37.js} +1 -1
  1766. package/typography/esm/common.module-83925bc8.js +4 -0
  1767. package/typography/esm/component.js +2 -2
  1768. package/typography/esm/index.js +2 -2
  1769. package/typography/esm/text/component.js +2 -2
  1770. package/typography/esm/text/index.css +13 -13
  1771. package/typography/esm/text/index.js +1 -1
  1772. package/typography/esm/title/common.css +4 -4
  1773. package/typography/esm/title/component.js +1 -1
  1774. package/typography/esm/title/index.css +18 -18
  1775. package/typography/esm/title/index.js +3 -3
  1776. package/typography/esm/title-mobile/component.js +3 -3
  1777. package/typography/esm/title-mobile/index.css +13 -13
  1778. package/typography/esm/title-mobile/index.js +2 -2
  1779. package/typography/esm/title-responsive/component.js +3 -3
  1780. package/typography/esm/title-responsive/index.css +40 -40
  1781. package/typography/esm/title-responsive/index.js +2 -2
  1782. package/typography/index.js +2 -2
  1783. package/typography/modern/colors.css +12 -12
  1784. package/typography/modern/colors.module-4b12d3bc.js +4 -0
  1785. package/typography/modern/common.module-83925bc8.js +4 -0
  1786. package/typography/modern/component.js +2 -2
  1787. package/typography/modern/index.js +2 -2
  1788. package/typography/modern/text/component.js +2 -2
  1789. package/typography/modern/text/index.css +13 -13
  1790. package/typography/modern/text/index.js +1 -1
  1791. package/typography/modern/title/common.css +4 -4
  1792. package/typography/modern/title/component.js +1 -1
  1793. package/typography/modern/title/index.css +18 -18
  1794. package/typography/modern/title/index.js +3 -3
  1795. package/typography/modern/title-mobile/component.js +3 -3
  1796. package/typography/modern/title-mobile/index.css +13 -13
  1797. package/typography/modern/title-mobile/index.js +2 -2
  1798. package/typography/modern/title-responsive/component.js +3 -3
  1799. package/typography/modern/title-responsive/index.css +40 -40
  1800. package/typography/modern/title-responsive/index.js +2 -2
  1801. package/typography/text/component.js +2 -2
  1802. package/typography/text/index.css +13 -13
  1803. package/typography/text/index.js +1 -1
  1804. package/typography/title/common.css +4 -4
  1805. package/typography/title/component.js +1 -1
  1806. package/typography/title/index.css +18 -18
  1807. package/typography/title/index.js +3 -3
  1808. package/typography/title-mobile/component.js +3 -3
  1809. package/typography/title-mobile/index.css +13 -13
  1810. package/typography/title-mobile/index.js +2 -2
  1811. package/typography/title-responsive/component.js +3 -3
  1812. package/typography/title-responsive/index.css +40 -40
  1813. package/typography/title-responsive/index.js +2 -2
  1814. package/vars/colors-bluetint.css +4 -0
  1815. package/vars/colors-indigo.css +4 -0
  1816. package/vars/cssm/colors-bluetint.css +4 -0
  1817. package/vars/cssm/colors-indigo.css +4 -0
  1818. package/vars/cssm/index.css +4 -0
  1819. package/vars/dist/colors-bluetint.css +4 -0
  1820. package/vars/dist/colors-indigo.css +4 -0
  1821. package/vars/dist/cssm/colors-bluetint.css +4 -0
  1822. package/vars/dist/cssm/colors-indigo.css +4 -0
  1823. package/vars/dist/cssm/index.css +4 -0
  1824. package/vars/index.d.ts +4 -0
  1825. package/vars/index.js +4 -0
  1826. package/with-suffix/Component.js +1 -1
  1827. package/with-suffix/esm/Component.js +1 -1
  1828. package/with-suffix/esm/index.css +8 -8
  1829. package/with-suffix/index.css +8 -8
  1830. package/with-suffix/modern/Component.js +1 -1
  1831. package/with-suffix/modern/index.css +8 -8
  1832. package/calendar-range/modern/index.module-ca631187.js +0 -4
  1833. package/grid/esm/gutters.module-feb05944.js +0 -27
  1834. package/grid/gutters.module-35a5252a.js +0 -28
  1835. package/grid/modern/gutters.module-b091770c.js +0 -4
  1836. package/modal/esm/transitions.module-edfe12bf.js +0 -4
  1837. package/modal/modern/transitions.module-edfe12bf.js +0 -4
  1838. package/modal/transitions.module-b40f6651.js +0 -4
  1839. package/tabs/esm/index.module-58818ec6.js +0 -4
  1840. package/tabs/esm/index.module-db31603d.js +0 -4
  1841. package/tabs/index.module-28e30a59.js +0 -4
  1842. package/tabs/index.module-2cd3e025.js +0 -4
  1843. package/tabs/modern/index.module-58818ec6.js +0 -4
  1844. package/tabs/modern/index.module-db31603d.js +0 -4
  1845. package/typography/common.module-eebf8f79.js +0 -4
  1846. package/typography/esm/common.module-99913223.js +0 -4
  1847. package/typography/modern/colors.module-b6cc6db3.js +0 -4
  1848. package/typography/modern/common.module-99913223.js +0 -4
@@ -1,323 +1,323 @@
1
- .card-image__cardImage_1ga41 {
1
+ .card-image__cardImage_xnc8n {
2
2
  background: #e7e8ea;
3
3
  }
4
- .card-image__loaded_1ga41 {
4
+ .card-image__loaded_xnc8n {
5
5
  background: transparent
6
- }.backdrop__backdrop_yz3z4 {
7
- -webkit-tap-highlight-color: transparent;
8
- }
9
- .backdrop__appear_yz3z4,
10
- .backdrop__enter_yz3z4 {
11
- background-color: transparent;
12
- }
13
- .backdrop__appearActive_yz3z4,
14
- .backdrop__enterActive_yz3z4,
15
- .backdrop__appearDone_yz3z4,
16
- .backdrop__enterDone_yz3z4 {
17
- background-color: rgba(0, 0, 0, 0.8);
18
- }
19
- .backdrop__exit_yz3z4 {
20
- background-color: rgba(0, 0, 0, 0.8);
21
- }
22
- .backdrop__exitActive_yz3z4,
23
- .backdrop__exitDone_yz3z4 {
24
- background-color: transparent;
25
- }.badge__component_riey1 {
6
+ }.badge__component_hq8mw {
26
7
  background-color: #ef3124;
27
8
  color: #000;
28
9
  }
29
- .badge__outlineCount_riey1 {
10
+ .badge__outlineCount_hq8mw {
30
11
  background-color: #121212;
31
12
  }
32
- .badge__icon_riey1 {
13
+ .badge__icon_hq8mw {
33
14
  color: #2fc26e
34
15
  }
35
- .badge__icon_riey1.badge__positive_riey1 {
16
+ .badge__icon_hq8mw.badge__positive_hq8mw {
36
17
  color: #2fc26e;
37
18
  background-color: #2fc26e;
38
19
  }
39
- .badge__icon_riey1.badge__attention_riey1 {
20
+ .badge__icon_hq8mw.badge__attention_hq8mw {
40
21
  color: #f6bf65;
41
22
  background-color: #f6bf65;
42
23
  }
43
- .badge__icon_riey1.badge__negative_riey1 {
24
+ .badge__icon_hq8mw.badge__negative_hq8mw {
44
25
  color: #d91d0b;
45
26
  background-color: #d91d0b;
46
27
  }
47
- .badge__icon_riey1.badge__link_riey1 {
28
+ .badge__icon_hq8mw.badge__link_hq8mw {
48
29
  color: #0072ef;
49
30
  background-color: #0072ef;
50
31
  }
51
- .badge__icon_riey1.badge__tertiary_riey1 {
32
+ .badge__icon_hq8mw.badge__tertiary_hq8mw {
52
33
  color: #464649;
53
34
  background-color: #464649;
54
35
  }
55
- .badge__icon_riey1.badge__secondary_riey1 {
36
+ .badge__icon_hq8mw.badge__secondary_hq8mw {
56
37
  color: #8d8d93;
57
38
  background-color: #8d8d93;
58
39
  }
59
- .badge__icon_riey1.badge__primary_riey1 {
40
+ .badge__icon_hq8mw.badge__primary_hq8mw {
60
41
  color: #fff;
61
42
  background-color: #fff;
62
43
  }
63
- .badge__icon_riey1:before {
44
+ .badge__icon_hq8mw:before {
64
45
  background-color: #121212;
65
46
  }
66
- .badge__outline_riey1 {
47
+ .badge__outline_hq8mw {
67
48
  background-color: #121212;
68
49
  }
69
- .badge__outlineColor_riey1.badge__attention_riey1 {
50
+ .badge__outlineColor_hq8mw.badge__attention_hq8mw {
70
51
  background-color: #f6bf65;
71
52
  }
72
- .badge__outlineColor_riey1.badge__positive_riey1 {
53
+ .badge__outlineColor_hq8mw.badge__positive_hq8mw {
73
54
  background-color: #2fc26e;
74
55
  }
75
- .badge__outlineColor_riey1.badge__negative_riey1 {
56
+ .badge__outlineColor_hq8mw.badge__negative_hq8mw {
76
57
  background-color: #d91d0b;
77
58
  }
78
- .badge__outlineColor_riey1.badge__link_riey1 {
59
+ .badge__outlineColor_hq8mw.badge__link_hq8mw {
79
60
  background-color: #0072ef;
80
61
  }
81
- .badge__outlineColor_riey1 .badge__tertiary_riey1 {
62
+ .badge__outlineColor_hq8mw .badge__tertiary_hq8mw {
82
63
  background-color: #464649;
83
64
  }
84
- .badge__outlineColor_riey1.badge__secondary_riey1 {
65
+ .badge__outlineColor_hq8mw.badge__secondary_hq8mw {
85
66
  background-color: #8d8d93;
86
67
  }
87
- .badge__outlineColor_riey1.badge__primary_riey1 {
68
+ .badge__outlineColor_hq8mw.badge__primary_hq8mw {
88
69
  background-color: #fff;
89
- }.checkbox-group__error_1dytq {
70
+ }.backdrop__backdrop_12zre {
71
+ -webkit-tap-highlight-color: transparent;
72
+ }
73
+ .backdrop__appear_12zre,
74
+ .backdrop__enter_12zre {
75
+ background-color: transparent;
76
+ }
77
+ .backdrop__appearActive_12zre,
78
+ .backdrop__enterActive_12zre,
79
+ .backdrop__appearDone_12zre,
80
+ .backdrop__enterDone_12zre {
81
+ background-color: rgba(0, 0, 0, 0.8);
82
+ }
83
+ .backdrop__exit_12zre {
84
+ background-color: rgba(0, 0, 0, 0.8);
85
+ }
86
+ .backdrop__exitActive_12zre,
87
+ .backdrop__exitDone_12zre {
88
+ background-color: transparent;
89
+ }.checkbox-group__error_15z4w {
90
90
  border-left: 1px solid #f15045;
91
91
  }
92
- .checkbox-group__label_1dytq {
92
+ .checkbox-group__label_15z4w {
93
93
  color: #fff;
94
94
  }
95
- .checkbox-group__errorMessage_1dytq {
95
+ .checkbox-group__errorMessage_15z4w {
96
96
  color: #f15045;
97
97
  }
98
- .checkbox-group__hint_1dytq {
98
+ .checkbox-group__hint_15z4w {
99
99
  color: #8d8d93;
100
- }.divider__component_ywebt {
101
- border-bottom: 1px solid #2b2b2e;
102
- }.checkbox__box_t1l31 {
100
+ }.checkbox__box_qn0ds {
103
101
  color: #000;
104
102
  background-color: #000;
105
103
  border: 1.5px solid #8d8d93;
106
104
  }
107
- .checkbox__checkedIcon_t1l31 {
105
+ .checkbox__checkedIcon_qn0ds {
108
106
  color: #000;
109
107
  }
110
- .checkbox__component_t1l31:hover:not(.checkbox__disabled_t1l31):not(.checkbox__inactive_t1l31) .checkbox__box_t1l31 {
108
+ .checkbox__component_qn0ds:hover:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
111
109
  background-color: #000;
112
110
  border-color: #8d8d93;
113
111
  }
114
- .checkbox__component_t1l31:active:not(.checkbox__disabled_t1l31):not(.checkbox__inactive_t1l31) .checkbox__box_t1l31 {
112
+ .checkbox__component_qn0ds:active:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
115
113
  background-color: #000;
116
114
  border-color: #fff;
117
115
  }
118
- .checkbox__checked_t1l31 .checkbox__box_t1l31 {
116
+ .checkbox__checked_qn0ds .checkbox__box_qn0ds {
119
117
  background-color: #fff;
120
118
  border-color: transparent;
121
119
  }
122
- .checkbox__checked_t1l31:hover:not(.checkbox__disabled_t1l31):not(.checkbox__inactive_t1l31) .checkbox__box_t1l31 {
120
+ .checkbox__checked_qn0ds:hover:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
123
121
  background-color: rgb(255, 255, 255);
124
122
  border-color: transparent;
125
123
  }
126
- .checkbox__checked_t1l31:active:not(.checkbox__disabled_t1l31):not(.checkbox__inactive_t1l31) .checkbox__box_t1l31 {
124
+ .checkbox__checked_qn0ds:active:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
127
125
  background-color: rgb(255, 255, 255);
128
126
  border-color: transparent;
129
127
  }
130
- .checkbox__indeterminate_t1l31 .checkbox__box_t1l31 {
128
+ .checkbox__indeterminate_qn0ds .checkbox__box_qn0ds {
131
129
  background-color: #fff;
132
130
  border-color: transparent;
133
131
  }
134
- .checkbox__indeterminate_t1l31:hover:not(.checkbox__disabled_t1l31):not(.checkbox__inactive_t1l31) .checkbox__box_t1l31 {
132
+ .checkbox__indeterminate_qn0ds:hover:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
135
133
  background-color: rgb(255, 255, 255);
136
134
  border-color: transparent;
137
135
  }
138
- .checkbox__indeterminate_t1l31:active:not(.checkbox__disabled_t1l31):not(.checkbox__inactive_t1l31) .checkbox__box_t1l31 {
136
+ .checkbox__indeterminate_qn0ds:active:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
139
137
  background-color: rgb(255, 255, 255);
140
138
  border-color: transparent;
141
139
  }
142
- .checkbox__disabled_t1l31 .checkbox__box_t1l31 {
140
+ .checkbox__disabled_qn0ds .checkbox__box_qn0ds {
143
141
  background-color: #000;
144
142
  border-color: #2a2a2c;
145
143
  }
146
- .checkbox__disabled_t1l31.checkbox__checked_t1l31 .checkbox__box_t1l31 {
144
+ .checkbox__disabled_qn0ds.checkbox__checked_qn0ds .checkbox__box_qn0ds {
147
145
  background-color: #3a3a3c;
148
146
  border-color: transparent;
149
147
  }
150
- .checkbox__disabled_t1l31.checkbox__indeterminate_t1l31 .checkbox__box_t1l31 {
148
+ .checkbox__disabled_qn0ds.checkbox__indeterminate_qn0ds .checkbox__box_qn0ds {
151
149
  background-color: #3a3a3c;
152
150
  border-color: transparent;
153
151
  }
154
- .checkbox__disabled_t1l31 .checkbox__label_t1l31 {
152
+ .checkbox__disabled_qn0ds .checkbox__label_qn0ds {
155
153
  color: #8d8d93;
156
154
  }
157
- .checkbox__disabled_t1l31 .checkbox__hint_t1l31 {
155
+ .checkbox__disabled_qn0ds .checkbox__hint_qn0ds {
158
156
  color: #8d8d93;
159
157
  }
160
- .checkbox__inactive_t1l31 .checkbox__box_t1l31 {
158
+ .checkbox__inactive_qn0ds .checkbox__box_qn0ds {
161
159
  background-color: #3a3a3c;
162
160
  border-color: #464649;
163
161
  }
164
- .checkbox__inactive_t1l31.checkbox__checked_t1l31 .checkbox__box_t1l31 {
162
+ .checkbox__inactive_qn0ds.checkbox__checked_qn0ds .checkbox__box_qn0ds {
165
163
  color: #464649;
166
164
  border-color: transparent;
167
165
  }
168
- .checkbox__inactive_t1l31.checkbox__indeterminate_t1l31 .checkbox__box_t1l31 {
166
+ .checkbox__inactive_qn0ds.checkbox__indeterminate_qn0ds .checkbox__box_qn0ds {
169
167
  border-color: transparent;
170
168
  }
171
- .checkbox__focused_t1l31 .checkbox__box_t1l31 {
169
+ .checkbox__focused_qn0ds .checkbox__box_qn0ds {
172
170
  outline: 2px solid #0072ef;
173
171
  }
174
- .checkbox__label_t1l31 {
172
+ .checkbox__label_qn0ds {
175
173
  color: #fff;
176
174
  }
177
- .checkbox__errorMessage_t1l31 {
175
+ .checkbox__errorMessage_qn0ds {
178
176
  color: #f15045;
179
177
  }
180
- .checkbox__hint_t1l31 {
178
+ .checkbox__hint_qn0ds {
181
179
  color: #8d8d93;
182
180
  }
183
- .checkbox__inactive_t1l31 .checkbox__indeterminateLine_t1l31 {
181
+ .checkbox__inactive_qn0ds .checkbox__indeterminateLine_qn0ds {
184
182
  background-color: #464649;
185
183
  }
186
- .checkbox__indeterminateLine_t1l31 {
184
+ .checkbox__indeterminateLine_qn0ds {
187
185
  background-color: #000;
188
- }.dropzone__component_11qz7 {
186
+ }.divider__component_ynbr2 {
187
+ border-bottom: 1px solid #2b2b2e;
188
+ }.dropzone__component_13n4v {
189
189
  border: 2px dashed #464649;
190
190
  }
191
- .dropzone__component_11qz7:not(.dropzone__disabled_11qz7):hover {
191
+ .dropzone__component_13n4v:not(.dropzone__disabled_13n4v):hover {
192
192
  background-color: transparent;
193
193
  }
194
- .dropzone__dragOver_11qz7 {
194
+ .dropzone__dragOver_13n4v {
195
195
  background-color: transparent;
196
196
  }
197
- .dropzone__error_11qz7 {
197
+ .dropzone__error_13n4v {
198
198
  border-color: #ef3124;
199
199
  }
200
- .dropzone__overlay_8jcz9 {
200
+ .dropzone__overlay_heaxp {
201
201
  background: #202022;
202
202
  }
203
- .dropzone__text_8jcz9 {
203
+ .dropzone__text_heaxp {
204
204
  color: #fff;
205
- }.code-input__error_piutg {
205
+ }.code-input__error_1s6y3 {
206
206
  color: #f15045;
207
207
  }
208
- @keyframes code-input__shake_piutg {
208
+ @keyframes code-input__shake_1s6y3 {
209
209
  }
210
- .code-input__input_h9znz {
210
+ .code-input__input_uw7m2 {
211
211
  background-color: #202022;
212
212
  color: #fff
213
213
  }
214
- .code-input__input_h9znz.code-input__hasError_h9znz {
214
+ .code-input__input_uw7m2.code-input__hasError_uw7m2 {
215
215
  color: #f15045;
216
216
  caret-color: #fff;
217
217
  background-color: #35110d;
218
218
  }
219
- .code-input__input_h9znz.code-input__disabled_h9znz {
219
+ .code-input__input_uw7m2.code-input__disabled_uw7m2 {
220
220
  color: #464649;
221
221
  }
222
- .code-input__input_h9znz:-webkit-autofill {
222
+ .code-input__input_uw7m2:-webkit-autofill {
223
223
  -webkit-text-fill-color: #fff;
224
- }.form-control__component_1t1v9 {
224
+ }.hatching-progress-bar__container_tqihw {
225
+ background: rgba(255, 255, 255, 0.1);
226
+ }
227
+ .hatching-progress-bar__hatch_tqihw {
228
+ background: repeating-linear-gradient(
229
+ -45deg,
230
+ #464649 6px 10px,
231
+ rgba(255, 255, 255, 0) 10px 18px
232
+ );
233
+ }
234
+ .hatching-progress-bar__positive_tqihw {
235
+ background: #2fc26e;
236
+ }
237
+ .hatching-progress-bar__attention_tqihw {
238
+ background: #f6bf65;
239
+ }
240
+ .hatching-progress-bar__negative_tqihw {
241
+ background: #d91d0b;
242
+ }
243
+ .hatching-progress-bar__link_tqihw {
244
+ background: #0072ef;
245
+ }
246
+ .hatching-progress-bar__tertiary_tqihw {
247
+ background: #464649;
248
+ }
249
+ .hatching-progress-bar__secondary_tqihw {
250
+ background: #8d8d93;
251
+ }
252
+ .hatching-progress-bar__primary_tqihw {
253
+ background: #fff;
254
+ }
255
+ .hatching-progress-bar__accent_tqihw {
256
+ background: #ef3124;
257
+ }.form-control__component_2b1d0 {
225
258
  color: #fff;
226
259
  }
227
- .form-control__inner_1t1v9 {
260
+ .form-control__inner_2b1d0 {
228
261
  background-color: #202022;
229
262
  }
230
- .form-control__label_1t1v9 {
263
+ .form-control__label_2b1d0 {
231
264
  color: #8d8d93;
232
265
  }
233
- .form-control__hint_1t1v9 {
266
+ .form-control__hint_2b1d0 {
234
267
  color: #8d8d93;
235
268
  }
236
- .form-control__disabled_1t1v9 {
269
+ .form-control__disabled_2b1d0 {
237
270
  background-color: #202022;
238
271
  color: #8d8d93;
239
272
  }
240
- .form-control__focused_1t1v9.form-control__inner_1t1v9 {
273
+ .form-control__focused_2b1d0.form-control__inner_2b1d0 {
241
274
  background-color: #202022;
242
275
  }
243
- .form-control__inner_1t1v9:not(.form-control__disabled_1t1v9):hover {
276
+ .form-control__inner_2b1d0:not(.form-control__disabled_2b1d0):hover {
244
277
  background-color: #202022;
245
278
  }
246
- .form-control__error_1t1v9 {
279
+ .form-control__error_2b1d0 {
247
280
  color: #f15045;
248
281
  }
249
- .form-control__hasError_1t1v9 .form-control__label_1t1v9 {
282
+ .form-control__hasError_2b1d0 .form-control__label_2b1d0 {
250
283
  color: #f15045;
251
284
  }
252
285
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
253
286
  }
254
- .form-control__component_xnvwx {
287
+ .form-control__component_15y62 {
255
288
  color: #000;
256
289
  }
257
- .form-control__inner_xnvwx {
290
+ .form-control__inner_15y62 {
258
291
  background-color: #f3f4f5;
259
292
  }
260
- .form-control__label_xnvwx {
293
+ .form-control__label_15y62 {
261
294
  color: rgba(60, 60, 67, 0.6);
262
295
  }
263
- .form-control__hint_xnvwx {
296
+ .form-control__hint_15y62 {
264
297
  color: rgba(60, 60, 67, 0.6);
265
298
  }
266
- .form-control__disabled_xnvwx {
299
+ .form-control__disabled_15y62 {
267
300
  background-color: #f3f4f5;
268
301
  color: rgba(60, 60, 67, 0.6);
269
302
  }
270
- .form-control__focused_xnvwx.form-control__inner_xnvwx {
303
+ .form-control__focused_15y62.form-control__inner_15y62 {
271
304
  background-color: #f3f4f5;
272
305
  }
273
- .form-control__inner_xnvwx:not(.form-control__disabled_xnvwx):hover {
306
+ .form-control__inner_15y62:not(.form-control__disabled_15y62):hover {
274
307
  background-color: #f3f4f5;
275
308
  }
276
- .form-control__error_xnvwx {
309
+ .form-control__error_15y62 {
277
310
  color: #ef3124;
278
311
  }
279
- .form-control__hasError_xnvwx .form-control__label_xnvwx {
312
+ .form-control__hasError_15y62 .form-control__label_15y62 {
280
313
  color: #ef3124;
281
- }.hatching-progress-bar__container_2aobo {
282
- background: rgba(255, 255, 255, 0.1);
283
- }
284
- .hatching-progress-bar__hatch_2aobo {
285
- background: repeating-linear-gradient(
286
- -45deg,
287
- #464649 6px 10px,
288
- rgba(255, 255, 255, 0) 10px 18px
289
- );
290
- }
291
- .hatching-progress-bar__positive_2aobo {
292
- background: #2fc26e;
293
- }
294
- .hatching-progress-bar__attention_2aobo {
295
- background: #f6bf65;
296
- }
297
- .hatching-progress-bar__negative_2aobo {
298
- background: #d91d0b;
299
- }
300
- .hatching-progress-bar__link_2aobo {
301
- background: #0072ef;
302
- }
303
- .hatching-progress-bar__tertiary_2aobo {
304
- background: #464649;
305
- }
306
- .hatching-progress-bar__secondary_2aobo {
307
- background: #8d8d93;
308
- }
309
- .hatching-progress-bar__primary_2aobo {
310
- background: #fff;
311
- }
312
- .hatching-progress-bar__accent_2aobo {
313
- background: #ef3124;
314
- }.icon-view__component_hccd1 {
314
+ }.icon-view__component_m6o80 {
315
315
  color: rgba(235, 235, 245, 0.6);
316
316
  }
317
- .icon-view__bg_hccd1 {
317
+ .icon-view__bg_m6o80 {
318
318
  fill: #f3f4f5;
319
319
  }
320
- .icon-view__border_hccd1 {
320
+ .icon-view__border_m6o80 {
321
321
  stroke: rgba(255, 255, 255, 0.1);
322
322
  fill: transparent;
323
323
  }@media (max-width: 599px) {
@@ -368,249 +368,249 @@
368
368
  }
369
369
  @media (min-width: 1920px) {
370
370
  }
371
- .list__list_1cp6h {
371
+ .list__list_1ig8r {
372
372
  color: #fff;
373
373
  }
374
- .list__slot_1cp6h {
374
+ .list__slot_1ig8r {
375
375
  color: #fff;
376
- }.link__primary_rq5z0 {
376
+ }.link__primary_hofrr {
377
377
  color: #fff;
378
378
  border-bottom-color: #fff
379
379
  }
380
- .link__primary_rq5z0:hover {
380
+ .link__primary_hofrr:hover {
381
381
  color: rgb(255, 255, 255);
382
382
  }
383
- .link__primary_rq5z0:active {
383
+ .link__primary_hofrr:active {
384
384
  color: rgb(255, 255, 255);
385
385
  }
386
- .link__secondary_rq5z0 {
386
+ .link__secondary_hofrr {
387
387
  color: #8d8d93;
388
388
  border-bottom-color: #8d8d93
389
389
  }
390
- .link__secondary_rq5z0:hover {
390
+ .link__secondary_hofrr:hover {
391
391
  color: rgb(164, 164, 169);
392
392
  }
393
- .link__secondary_rq5z0:active {
393
+ .link__secondary_hofrr:active {
394
394
  color: rgb(187, 187, 190);
395
395
  }
396
- .link__defaultView_rq5z0 {
396
+ .link__defaultView_hofrr {
397
397
  color: #0072ef;
398
398
  border-bottom-color: #0072ef
399
399
  }
400
- .link__defaultView_rq5z0:hover {
400
+ .link__defaultView_hofrr:hover {
401
401
  color: rgb(51, 142, 242);
402
402
  }
403
- .link__defaultView_rq5z0:active {
403
+ .link__defaultView_hofrr:active {
404
404
  color: rgb(102, 170, 245);
405
405
  }
406
- .link__component_1t2tb:hover .link__text_1t2tb,
407
- .link__component_1t2tb:active .link__text_1t2tb {
406
+ .link__component_1wwsa:hover .link__text_1wwsa,
407
+ .link__component_1wwsa:active .link__text_1wwsa {
408
408
  border-bottom-color: rgba(0, 0, 0, 0);
409
409
  }
410
- .link__focused_1t2tb {
410
+ .link__focused_1wwsa {
411
411
  outline: 2px solid #0072ef;
412
412
  }
413
- .link__pseudo_1t2tb {
413
+ .link__pseudo_1wwsa {
414
414
  background-color: transparent;
415
415
  }
416
- .link__primary_1unq3 {
416
+ .link__primary_1klzv {
417
417
  color: #000;
418
418
  border-bottom-color: #000
419
419
  }
420
- .link__primary_1unq3:hover {
420
+ .link__primary_1klzv:hover {
421
421
  color: rgb(204, 204, 204);
422
422
  }
423
- .link__primary_1unq3:active {
423
+ .link__primary_1klzv:active {
424
424
  color: rgb(153, 153, 153);
425
425
  }
426
- .link__secondary_1unq3 {
426
+ .link__secondary_1klzv {
427
427
  color: #8a8a8e;
428
428
  border-bottom-color: #8a8a8e
429
429
  }
430
- .link__secondary_1unq3:hover {
430
+ .link__secondary_1klzv:hover {
431
431
  color: rgb(146, 150, 156);
432
432
  }
433
- .link__secondary_1unq3:active {
433
+ .link__secondary_1klzv:active {
434
434
  color: rgb(109, 113, 117);
435
435
  }
436
- .link__defaultView_1unq3 {
436
+ .link__defaultView_1klzv {
437
437
  color: #0072ef;
438
438
  border-bottom-color: #0072ef
439
439
  }
440
- .link__defaultView_1unq3:hover {
440
+ .link__defaultView_1klzv:hover {
441
441
  color: rgb(0, 98, 204);
442
442
  }
443
- .link__defaultView_1unq3:active {
443
+ .link__defaultView_1klzv:active {
444
444
  color: rgb(0, 73, 153);
445
- }@keyframes loader__blink_v0aea {
446
- }.progress-bar__container_yyi56 {
445
+ }@keyframes loader__blink_yz4tq {
446
+ }.progress-bar__container_15zm7 {
447
447
  background: rgba(255, 255, 255, 0.1)
448
448
  }
449
- .progress-bar__filled_yyi56.progress-bar__positive_yyi56 {
449
+ .progress-bar__filled_15zm7.progress-bar__positive_15zm7 {
450
450
  background: #2fc26e;
451
451
  }
452
- .progress-bar__filled_yyi56.progress-bar__negative_yyi56 {
452
+ .progress-bar__filled_15zm7.progress-bar__negative_15zm7 {
453
453
  background: #d91d0b;
454
454
  }
455
- .progress-bar__filled_yyi56.progress-bar__attention_yyi56 {
455
+ .progress-bar__filled_15zm7.progress-bar__attention_15zm7 {
456
456
  background: #f6bf65;
457
457
  }
458
- .progress-bar__filled_yyi56.progress-bar__link_yyi56 {
458
+ .progress-bar__filled_15zm7.progress-bar__link_15zm7 {
459
459
  background: #0072ef;
460
460
  }
461
- .progress-bar__filled_yyi56.progress-bar__tertiary_yyi56 {
461
+ .progress-bar__filled_15zm7.progress-bar__tertiary_15zm7 {
462
462
  background: #464649;
463
463
  }
464
- .progress-bar__filled_yyi56.progress-bar__secondary_yyi56 {
464
+ .progress-bar__filled_15zm7.progress-bar__secondary_15zm7 {
465
465
  background: #8d8d93;
466
466
  }
467
- .progress-bar__filled_yyi56.progress-bar__primary_yyi56 {
467
+ .progress-bar__filled_15zm7.progress-bar__primary_15zm7 {
468
468
  background: #fff;
469
469
  }
470
- .progress-bar__filled_yyi56.progress-bar__accent_yyi56 {
470
+ .progress-bar__filled_15zm7.progress-bar__accent_15zm7 {
471
471
  background: #ef3124;
472
- }.pure-input__input_2i7gz {
472
+ }.pure-input__input_199g9 {
473
473
  color: #fff;
474
474
  caret-color: #0072ef;
475
475
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
476
476
  }
477
- .pure-input__input_2i7gz:-webkit-autofill {
477
+ .pure-input__input_199g9:-webkit-autofill {
478
478
  -webkit-text-fill-color: #fff;
479
479
  }
480
- .pure-input__input_2i7gz::placeholder {
480
+ .pure-input__input_199g9::placeholder {
481
481
  color: #8d8d93;
482
482
  }
483
- .pure-input__hasLabel_2i7gz::placeholder {
483
+ .pure-input__hasLabel_199g9::placeholder {
484
484
  color: #464649;
485
485
  }
486
- .pure-input__clearIcon_2i7gz {
486
+ .pure-input__clearIcon_199g9 {
487
487
  color: #fff;
488
488
  }
489
- .pure-input__input_2i7gz:read-only {
489
+ .pure-input__input_199g9:read-only {
490
490
  color: #8d8d93
491
491
  }
492
- .pure-input__input_2i7gz:read-only:focus::placeholder {
492
+ .pure-input__input_199g9:read-only:focus::placeholder {
493
493
  color: #8d8d93;
494
494
  }
495
- .pure-input__input_2i7gz:disabled {
495
+ .pure-input__input_199g9:disabled {
496
496
  color: #fff;
497
497
  -webkit-text-fill-color: #fff;
498
498
  }
499
- .pure-input__input_2i7gz:focus::placeholder {
499
+ .pure-input__input_199g9:focus::placeholder {
500
500
  color: rgba(235, 235, 245, 0.3);
501
501
  }
502
- .pure-input__error_2i7gz {
502
+ .pure-input__error_199g9 {
503
503
  color: #f15045;
504
504
  caret-color: #f15045;
505
505
  }
506
- .pure-input__component_2i7gz {
506
+ .pure-input__component_199g9 {
507
507
  color: #fff;
508
508
  background-color: #202022;
509
509
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
510
510
  }
511
- .pure-input__component_2i7gz::placeholder {
511
+ .pure-input__component_199g9::placeholder {
512
512
  color: #8d8d93;
513
513
  }
514
- .pure-input__component_2i7gz:disabled {
514
+ .pure-input__component_199g9:disabled {
515
515
  color: #fff;
516
516
  background-color: #202022;
517
517
  }
518
- .pure-input__component_2i7gz:not(:disabled):focus::placeholder {
518
+ .pure-input__component_199g9:not(:disabled):focus::placeholder {
519
519
  color: rgba(235, 235, 245, 0.3);
520
520
  }
521
- .pure-input__focusVisible_2i7gz {
521
+ .pure-input__focusVisible_199g9 {
522
522
  outline: 2px solid #0072ef;
523
523
  }
524
- .pure-input__component_2i7gz:not(:disabled):hover {
524
+ .pure-input__component_199g9:not(:disabled):hover {
525
525
  background-color: #202022;
526
- }.radio-group__error_sgykx {
526
+ }.radio-group__error_umz7q {
527
527
  border-left: 1px solid #f15045;
528
528
  }
529
- .radio-group__label_sgykx {
529
+ .radio-group__label_umz7q {
530
530
  color: #fff;
531
531
  }
532
- .radio-group__errorMessage_sgykx {
532
+ .radio-group__errorMessage_umz7q {
533
533
  color: #f15045;
534
534
  }
535
- .radio-group__hint_sgykx {
535
+ .radio-group__hint_umz7q {
536
536
  color: #8d8d93;
537
- }.radio__container_rc1h9:not(.radio__checked_rc1h9):not(.radio__disabled_rc1h9):not(.radio__inactive_rc1h9) .radio__circle_rc1h9 {
537
+ }.radio__container_c6810:not(.radio__checked_c6810):not(.radio__disabled_c6810):not(.radio__inactive_c6810) .radio__circle_c6810 {
538
538
  background-color: #000;
539
539
  border: 1.5px solid #8d8d93;
540
540
  }
541
- .radio__container_rc1h9:not(.radio__checked_rc1h9):not(.radio__disabled_rc1h9):not(.radio__inactive_rc1h9):hover:not(:active) .radio__circle_rc1h9 {
541
+ .radio__container_c6810:not(.radio__checked_c6810):not(.radio__disabled_c6810):not(.radio__inactive_c6810):hover:not(:active) .radio__circle_c6810 {
542
542
  background-color: #000;
543
543
  border-color: #8d8d93;
544
544
  }
545
- .radio__container_rc1h9:not(.radio__checked_rc1h9):not(.radio__disabled_rc1h9):not(.radio__inactive_rc1h9):active .radio__circle_rc1h9 {
545
+ .radio__container_c6810:not(.radio__checked_c6810):not(.radio__disabled_c6810):not(.radio__inactive_c6810):active .radio__circle_c6810 {
546
546
  background-color: #000;
547
547
  border-color: #fff;
548
548
  }
549
- .radio__container_rc1h9.radio__disabled_rc1h9 .radio__circle_rc1h9 {
549
+ .radio__container_c6810.radio__disabled_c6810 .radio__circle_c6810 {
550
550
  background-color: #000;
551
551
  border: 1.5px solid #2a2a2c;
552
552
  }
553
- .radio__container_rc1h9.radio__disabled_rc1h9 .radio__label_rc1h9 {
553
+ .radio__container_c6810.radio__disabled_c6810 .radio__label_c6810 {
554
554
  color: #8d8d93;
555
555
  }
556
- .radio__container_rc1h9.radio__disabled_rc1h9 .radio__hint_rc1h9 {
556
+ .radio__container_c6810.radio__disabled_c6810 .radio__hint_c6810 {
557
557
  color: #8d8d93;
558
558
  }
559
- .radio__container_rc1h9.radio__inactive_rc1h9 .radio__circle_rc1h9 {
559
+ .radio__container_c6810.radio__inactive_c6810 .radio__circle_c6810 {
560
560
  background-color: #3a3a3c;
561
561
  border: 1px solid #464649;
562
562
  }
563
- .radio__container_rc1h9.radio__inactive_rc1h9.radio__checked_rc1h9 .radio__circle_rc1h9:before {
563
+ .radio__container_c6810.radio__inactive_c6810.radio__checked_c6810 .radio__circle_c6810:before {
564
564
  background-color: #464649;
565
565
  }
566
- .radio__container_rc1h9.radio__checked_rc1h9 .radio__circle_rc1h9 {
566
+ .radio__container_c6810.radio__checked_c6810 .radio__circle_c6810 {
567
567
  background-color: #fff;
568
568
  border: 1.5px solid transparent;
569
569
  }
570
- .radio__container_rc1h9.radio__checked_rc1h9:hover .radio__circle_rc1h9 {
570
+ .radio__container_c6810.radio__checked_c6810:hover .radio__circle_c6810 {
571
571
  background-color: rgb(255, 255, 255);
572
572
  border-color: transparent;
573
573
  }
574
- .radio__container_rc1h9.radio__checked_rc1h9:active .radio__circle_rc1h9 {
574
+ .radio__container_c6810.radio__checked_c6810:active .radio__circle_c6810 {
575
575
  background-color: rgb(255, 255, 255);
576
576
  border-color: transparent;
577
577
  }
578
- .radio__container_rc1h9.radio__focused_rc1h9 .radio__circle_rc1h9 {
578
+ .radio__container_c6810.radio__focused_c6810 .radio__circle_c6810 {
579
579
  outline: 2px solid #0072ef;
580
580
  }
581
- .radio__container_rc1h9.radio__disabled_rc1h9.radio__checked_rc1h9 .radio__circle_rc1h9,
582
- .radio__container_rc1h9.radio__inactive_rc1h9.radio__checked_rc1h9 .radio__circle_rc1h9 {
581
+ .radio__container_c6810.radio__disabled_c6810.radio__checked_c6810 .radio__circle_c6810,
582
+ .radio__container_c6810.radio__inactive_c6810.radio__checked_c6810 .radio__circle_c6810 {
583
583
  background-color: #3a3a3c;
584
584
  border-color: transparent;
585
585
  }
586
- .radio__circle_rc1h9:before {
586
+ .radio__circle_c6810:before {
587
587
  background-color: #000;
588
588
  }
589
- .radio__label_rc1h9 {
589
+ .radio__label_c6810 {
590
590
  color: #fff;
591
591
  }
592
- .radio__hint_rc1h9 {
592
+ .radio__hint_c6810 {
593
593
  color: #8d8d93;
594
- }.scrollbar__component_xsvde .scrollbar:before {
594
+ }.scrollbar__component_bc803 .scrollbar:before {
595
595
  background-color: rgba(255, 255, 255, 0.3);
596
596
  }
597
- .scrollbar__component_xsvde.dragging .track .scrollbar.visible:before {
597
+ .scrollbar__component_bc803.dragging .track .scrollbar.visible:before {
598
598
  background-color: rgba(255, 255, 255, 0.6);
599
599
  }
600
600
 
601
- .scrollbar__component_gu5hq .scrollbar:before {
601
+ .scrollbar__component_1tem6 .scrollbar:before {
602
602
  background-color: rgba(0, 0, 0, 0.3);
603
603
  }
604
- .scrollbar__component_gu5hq.dragging .track .scrollbar.visible:before {
604
+ .scrollbar__component_1tem6.dragging .track .scrollbar.visible:before {
605
605
  background-color: rgba(0, 0, 0, 0.6);
606
- }.skeleton__component_1fj2t {
606
+ }.skeleton__component_td8aw {
607
607
  color: transparent;
608
608
  background: rgba(255, 255, 255, 0.1);
609
609
  }
610
- .skeleton__component_1fj2t:before {
610
+ .skeleton__component_td8aw:before {
611
611
  background: transparent;
612
612
  }
613
- .skeleton__animate_1fj2t:after {
613
+ .skeleton__animate_td8aw:after {
614
614
  background-image: linear-gradient(
615
615
  to left,
616
616
  rgba(0, 0, 0, 0),
@@ -620,246 +620,246 @@
620
620
  rgba(0, 0, 0, 0)
621
621
  );
622
622
  }
623
- @keyframes skeleton__gradient_1fj2t {
623
+ @keyframes skeleton__gradient_td8aw {
624
624
  }
625
- @keyframes skeleton__background_1fj2t {
625
+ @keyframes skeleton__background_td8aw {
626
626
  0% {
627
627
  background: rgb(182, 188, 195);
628
628
  }
629
629
  100% {
630
630
  background: rgb(198, 205, 214);
631
631
  }
632
- }.slider__component_ye9tg .noUi-base:hover {
632
+ }.slider__component_1lpve .noUi-base:hover {
633
633
  background: #2a2a2c
634
634
  }
635
- .slider__component_ye9tg .noUi-base:hover .noUi-connect {
635
+ .slider__component_1lpve .noUi-base:hover .noUi-connect {
636
636
  background: #d91d0b;
637
637
  }
638
- .slider__component_ye9tg .noUi-handle:hover .noUi-touch-area {
638
+ .slider__component_1lpve .noUi-handle:hover .noUi-touch-area {
639
639
  background: rgb(240, 63, 51);
640
640
  }
641
- .slider__component_ye9tg .noUi-handle:active .noUi-touch-area {
641
+ .slider__component_1lpve .noUi-handle:active .noUi-touch-area {
642
642
  background: rgb(241, 80, 69);
643
643
  }
644
- .slider__component_ye9tg .noUi-base {
644
+ .slider__component_1lpve .noUi-base {
645
645
  background: #2a2a2c;
646
646
  }
647
- .slider__component_ye9tg .noUi-connect {
647
+ .slider__component_1lpve .noUi-connect {
648
648
  background: #d91d0b;
649
649
  }
650
- .slider__component_ye9tg .noUi-handle {
650
+ .slider__component_1lpve .noUi-handle {
651
651
  border: 2px solid transparent;
652
652
  }
653
- .slider__component_ye9tg .noUi-touch-area {
653
+ .slider__component_1lpve .noUi-touch-area {
654
654
  background: #ef3124;
655
655
  }
656
- .slider__component_ye9tg .noUi-pips {
656
+ .slider__component_1lpve .noUi-pips {
657
657
  color: #8d8d93;
658
- }.spinner__default_1t9oc {
658
+ }.spinner__default_1etxq {
659
659
  color: #fff;
660
660
  }
661
- .spinner__inverted_1t9oc {
661
+ .spinner__inverted_1etxq {
662
662
  color: #000;
663
663
  }
664
- @keyframes spinner__spin_animation_1t9oc {
665
- }.status__soft_r2mac.status__green_r2mac {
664
+ @keyframes spinner__spin_animation_1etxq {
665
+ }.status__soft_1n1sh.status__green_1n1sh {
666
666
  background: rgba(19, 164, 99, 0.1);
667
667
  color: #13a463;
668
668
  }
669
- .status__soft_r2mac.status__orange_r2mac {
669
+ .status__soft_1n1sh.status__orange_1n1sh {
670
670
  background: rgba(222, 106, 0, 0.1);
671
671
  color: #de6a00;
672
672
  }
673
- .status__soft_r2mac.status__red_r2mac {
673
+ .status__soft_1n1sh.status__red_1n1sh {
674
674
  background: rgba(217, 29, 11, 0.1);
675
675
  color: #d91d0b;
676
676
  }
677
- .status__soft_r2mac.status__blue_r2mac {
677
+ .status__soft_1n1sh.status__blue_1n1sh {
678
678
  background: rgba(0, 122, 255, 0.1);
679
679
  color: #007aff;
680
680
  }
681
- .status__soft_r2mac.status__grey_r2mac {
681
+ .status__soft_1n1sh.status__grey_1n1sh {
682
682
  background: rgba(109, 121, 134, 0.1);
683
683
  color: #6d7986;
684
684
  }
685
- .status__soft_r2mac.status__teal_r2mac {
685
+ .status__soft_1n1sh.status__teal_1n1sh {
686
686
  background: rgba(33, 145, 135, 0.1);
687
687
  color: #219187;
688
688
  }
689
- .status__soft_r2mac.status__purple_r2mac {
689
+ .status__soft_1n1sh.status__purple_1n1sh {
690
690
  background: rgba(103, 58, 183, 0.1);
691
691
  color: #673ab7;
692
692
  }
693
- .status__contrast_r2mac {
693
+ .status__contrast_1n1sh {
694
694
  color: #000
695
695
  }
696
- .status__contrast_r2mac.status__green_r2mac {
696
+ .status__contrast_1n1sh.status__green_1n1sh {
697
697
  background: #13a463;
698
698
  }
699
- .status__contrast_r2mac.status__orange_r2mac {
699
+ .status__contrast_1n1sh.status__orange_1n1sh {
700
700
  background: #de6a00;
701
701
  }
702
- .status__contrast_r2mac.status__red_r2mac {
702
+ .status__contrast_1n1sh.status__red_1n1sh {
703
703
  background: #d91d0b;
704
704
  }
705
- .status__contrast_r2mac.status__blue_r2mac {
705
+ .status__contrast_1n1sh.status__blue_1n1sh {
706
706
  background: #007aff;
707
707
  }
708
- .status__contrast_r2mac.status__grey_r2mac {
708
+ .status__contrast_1n1sh.status__grey_1n1sh {
709
709
  background: #6d7986;
710
710
  }
711
- .status__contrast_r2mac.status__teal_r2mac {
711
+ .status__contrast_1n1sh.status__teal_1n1sh {
712
712
  background: #219187;
713
713
  }
714
- .status__contrast_r2mac.status__purple_r2mac {
714
+ .status__contrast_1n1sh.status__purple_1n1sh {
715
715
  background: #673ab7;
716
- }.switch__component_pdrod {
716
+ }.switch__component_16ljq {
717
717
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
718
718
  }
719
- .switch__switch_pdrod {
719
+ .switch__switch_16ljq {
720
720
  background-color: #8d8d93;
721
721
  border: 2px solid #8d8d93;
722
722
  }
723
- .switch__switch_pdrod:before {
723
+ .switch__switch_16ljq:before {
724
724
  background-color: #000;
725
725
  }
726
- .switch__label_pdrod {
726
+ .switch__label_16ljq {
727
727
  color: #fff;
728
728
  }
729
- .switch__hint_pdrod {
729
+ .switch__hint_16ljq {
730
730
  color: #8d8d93;
731
731
  }
732
- .switch__checked_pdrod .switch__switch_pdrod {
732
+ .switch__checked_16ljq .switch__switch_16ljq {
733
733
  background-color: #ef3124;
734
734
  border-color: #ef3124;
735
735
  }
736
- .switch__disabled_pdrod .switch__switch_pdrod {
736
+ .switch__disabled_16ljq .switch__switch_16ljq {
737
737
  background-color: #2a2a2c;
738
738
  border-color: #2a2a2c;
739
739
  }
740
- .switch__disabled_pdrod .switch__label_pdrod {
740
+ .switch__disabled_16ljq .switch__label_16ljq {
741
741
  color: #8d8d93;
742
742
  }
743
- .switch__disabled_pdrod .switch__hint_pdrod {
743
+ .switch__disabled_16ljq .switch__hint_16ljq {
744
744
  color: #8d8d93;
745
745
  }
746
- .switch__inactive_pdrod .switch__switch_pdrod {
746
+ .switch__inactive_16ljq .switch__switch_16ljq {
747
747
  background-color: #2a2a2c;
748
748
  border-color: #2a2a2c
749
749
  }
750
- .switch__inactive_pdrod .switch__switch_pdrod:before {
750
+ .switch__inactive_16ljq .switch__switch_16ljq:before {
751
751
  background-color: #464649;
752
752
  }
753
- .switch__focused_pdrod .switch__switch_pdrod {
753
+ .switch__focused_16ljq .switch__switch_16ljq {
754
754
  outline: 2px solid #0072ef;
755
- }.tag__component_1s0fo {
755
+ }.tag__component_4ajcs {
756
756
  color: #fff;
757
757
  border-color: transparent;
758
758
  background-color: #202022
759
759
  }
760
- .tag__component_1s0fo:disabled {
760
+ .tag__component_4ajcs:disabled {
761
761
  border-color: transparent;
762
762
  color: #464649;
763
763
  background-color: rgba(32, 32, 34, 0.3);
764
764
  }
765
- .tag__component_1s0fo:hover:not(:disabled) {
765
+ .tag__component_4ajcs:hover:not(:disabled) {
766
766
  border-color: transparent;
767
767
  background-color: #202022;
768
768
  }
769
- .tag__component_1s0fo:active:not(:disabled) {
769
+ .tag__component_4ajcs:active:not(:disabled) {
770
770
  border-color: transparent;
771
771
  background-color: rgb(65, 65, 67);
772
772
  color: #fff;
773
773
  }
774
- .tag__checked_1s0fo {
774
+ .tag__checked_4ajcs {
775
775
  border-color: transparent;
776
776
  background-color: #f3f4f5;
777
777
  color: #000
778
778
  }
779
- .tag__checked_1s0fo:disabled {
779
+ .tag__checked_4ajcs:disabled {
780
780
  background-color: rgba(243, 244, 245, 0.3);
781
781
  border-color: transparent;
782
782
  color: #000;
783
783
  }
784
- .tag__checked_1s0fo:hover:not(:disabled):not(:active) {
784
+ .tag__checked_4ajcs:hover:not(:disabled):not(:active) {
785
785
  background-color: #f3f4f5;
786
786
  }
787
- .tag__checked_1s0fo:active:not(:disabled) {
787
+ .tag__checked_4ajcs:active:not(:disabled) {
788
788
  background-color: rgb(194, 195, 196);
789
789
  color: #000;
790
790
  }
791
- .tag__focused_6w59v {
791
+ .tag__focused_1bqcn {
792
792
  outline: 2px solid #0072ef;
793
793
  }
794
- .tag__component_1f33v {
794
+ .tag__component_1qebl {
795
795
  color: #fff;
796
796
  border-color: #464649;
797
797
  background-color: transparent
798
798
  }
799
- .tag__component_1f33v:disabled {
799
+ .tag__component_1qebl:disabled {
800
800
  border-color: #2b2b2e;
801
801
  color: #464649;
802
802
  background-color: transparent;
803
803
  }
804
- .tag__component_1f33v:hover:not(:disabled) {
804
+ .tag__component_1qebl:hover:not(:disabled) {
805
805
  border-color: #fff;
806
806
  background-color: transparent;
807
807
  }
808
- .tag__component_1f33v:active:not(:disabled) {
808
+ .tag__component_1qebl:active:not(:disabled) {
809
809
  border-color: #fff;
810
810
  background-color: rgba(255, 255, 255, 0.07);
811
811
  color: #fff;
812
812
  }
813
- .tag__checked_1f33v {
813
+ .tag__checked_1qebl {
814
814
  border-color: #fff;
815
815
  background-color: #fff;
816
816
  color: #000
817
817
  }
818
- .tag__checked_1f33v:disabled {
818
+ .tag__checked_1qebl:disabled {
819
819
  background-color: rgba(255, 255, 255, 0.3);
820
820
  border-color: transparent;
821
821
  color: #000;
822
822
  }
823
- .tag__checked_1f33v:hover:not(:disabled):not(:active) {
823
+ .tag__checked_1qebl:hover:not(:disabled):not(:active) {
824
824
  background-color: rgb(237, 237, 237);
825
825
  }
826
- .tag__checked_1f33v:active:not(:disabled) {
826
+ .tag__checked_1qebl:active:not(:disabled) {
827
827
  background-color: rgb(217, 217, 217);
828
828
  color: #000;
829
- }.typography__tertiary_19ru1 {
829
+ }.typography__tertiary_1p7lu {
830
830
  color: #464649;
831
831
  }
832
- .typography__disabled_19ru1 {
832
+ .typography__disabled_1p7lu {
833
833
  color: #2a2a2c;
834
834
  }
835
- .typography__accent_19ru1 {
835
+ .typography__accent_1p7lu {
836
836
  color: #ef3124;
837
837
  }
838
- .typography__primary_19ru1 {
838
+ .typography__primary_1p7lu {
839
839
  color: #fff;
840
840
  }
841
- .typography__attention_19ru1 {
841
+ .typography__attention_1p7lu {
842
842
  color: #cb830f;
843
843
  }
844
- .typography__positive_19ru1 {
844
+ .typography__positive_1p7lu {
845
845
  color: #13a463;
846
846
  }
847
- .typography__secondary_19ru1 {
847
+ .typography__secondary_1p7lu {
848
848
  color: #8d8d93;
849
849
  }
850
- .typography__tertiary-inverted_19ru1 {
850
+ .typography__tertiary-inverted_1p7lu {
851
851
  color: #c5c5c7;
852
852
  }
853
- .typography__primary-inverted_19ru1 {
853
+ .typography__primary-inverted_1p7lu {
854
854
  color: #000;
855
855
  }
856
- .typography__secondary-inverted_19ru1 {
856
+ .typography__secondary-inverted_1p7lu {
857
857
  color: #8a8a8e;
858
858
  }
859
- .typography__link_19ru1 {
859
+ .typography__link_1p7lu {
860
860
  color: #0072ef;
861
861
  }
862
- .typography__negative_19ru1 {
862
+ .typography__negative_1p7lu {
863
863
  color: #f15045;
864
864
  }
865
865
 
@@ -869,1585 +869,1656 @@
869
869
  @media screen and (min-width: 600px) {
870
870
  }
871
871
  @media screen and (min-width: 1024px) {
872
- }.button__primary_1gu3p {
872
+ }.action-button__primary_vfc5v {
873
+ color: #fff
874
+ }
875
+ .action-button__primary_vfc5v .action-button__iconWrapper_vfc5v {
876
+ color: #000;
877
+ background-color: #fff;
878
+ }
879
+ .action-button__primary_vfc5v:hover .action-button__iconWrapper_vfc5v {
880
+ background-color: rgb(217, 217, 217);
881
+ }
882
+ .action-button__primary_vfc5v:active .action-button__iconWrapper_vfc5v {
883
+ background-color: rgb(204, 204, 204);
884
+ }
885
+ .action-button__secondary_vfc5v {
886
+ color: #fff
887
+ }
888
+ .action-button__secondary_vfc5v .action-button__iconWrapper_vfc5v {
889
+ color: #fff;
890
+ background-color: #202022;
891
+ }
892
+ .action-button__secondary_vfc5v:hover .action-button__iconWrapper_vfc5v {
893
+ background-color: rgb(48, 48, 49);
894
+ }
895
+ .action-button__secondary_vfc5v:active .action-button__iconWrapper_vfc5v {
896
+ background-color: rgb(65, 65, 67);
897
+ }
898
+ .action-button__component_15466 {
899
+ -webkit-tap-highlight-color: transparent
900
+ }
901
+ .action-button__focused_15466 {
902
+ outline: 2px solid #0072ef;
903
+ }
904
+ .action-button__primary_ls4qw {
905
+ color: #000
906
+ }
907
+ .action-button__primary_ls4qw .action-button__iconWrapper_ls4qw {
908
+ color: #fff;
909
+ background-color: #121212;
910
+ }
911
+ .action-button__primary_ls4qw:hover .action-button__iconWrapper_ls4qw {
912
+ background-color: rgb(35, 35, 35);
913
+ }
914
+ .action-button__primary_ls4qw:active .action-button__iconWrapper_ls4qw {
915
+ background-color: rgb(54, 54, 54);
916
+ }
917
+ .action-button__secondary_ls4qw {
918
+ color: #000
919
+ }
920
+ .action-button__secondary_ls4qw .action-button__iconWrapper_ls4qw {
921
+ color: #000;
922
+ background-color: #f3f4f5;
923
+ }
924
+ .action-button__secondary_ls4qw:hover .action-button__iconWrapper_ls4qw {
925
+ background-color: rgb(207, 207, 208);
926
+ }
927
+ .action-button__secondary_ls4qw:active .action-button__iconWrapper_ls4qw {
928
+ background-color: rgb(194, 195, 196);
929
+ }
930
+ .action-button__primary_ztsn6 {
931
+ color: #000
932
+ }
933
+ .action-button__primary_ztsn6 .action-button__iconWrapper_ztsn6 {
934
+ color: #fff;
935
+ background-color: #121212;
936
+ }
937
+ .action-button__secondary_ztsn6 {
938
+ color: #000
939
+ }
940
+ .action-button__secondary_ztsn6 .action-button__iconWrapper_ztsn6 {
941
+ color: #000;
942
+ background-color: #f3f4f5;
943
+ }.button__primary_1dq8y {
873
944
  color: #000;
874
945
  background-color: #f3f4f5
875
946
  }
876
- .button__primary_1gu3p:hover {
947
+ .button__primary_1dq8y:hover {
877
948
  background-color: rgb(207, 207, 208);
878
949
  }
879
- .button__primary_1gu3p:active {
950
+ .button__primary_1dq8y:active {
880
951
  background-color: rgb(194, 195, 196);
881
952
  }
882
- .button__secondary_1gu3p {
953
+ .button__secondary_1dq8y {
883
954
  color: #fff;
884
955
  background-color: rgba(255, 255, 255, 0.1);
885
956
  border: 1px solid transparent
886
957
  }
887
- .button__secondary_1gu3p:hover {
958
+ .button__secondary_1dq8y:hover {
888
959
  background-color: rgba(255, 255, 255, 0.163);
889
960
  }
890
- .button__secondary_1gu3p:active {
961
+ .button__secondary_1dq8y:active {
891
962
  background-color: rgba(255, 255, 255, 0.235);
892
963
  }
893
- .button__outlined_1gu3p {
964
+ .button__outlined_1dq8y {
894
965
  color: #fff;
895
966
  background-color: transparent;
896
967
  border: 1px solid #c5c5c7
897
968
  }
898
- .button__outlined_1gu3p:hover {
969
+ .button__outlined_1dq8y:hover {
899
970
  background-color: rgba(0, 0, 0, 0.07);
900
971
  }
901
- .button__outlined_1gu3p:active {
972
+ .button__outlined_1dq8y:active {
902
973
  background-color: rgba(0, 0, 0, 0.15);
903
974
  }
904
- .button__tertiary_1gu3p {
975
+ .button__tertiary_1dq8y {
905
976
  color: #fff;
906
977
  background-color: transparent;
907
978
  border: 1px solid #c5c5c7
908
979
  }
909
- .button__tertiary_1gu3p:hover {
980
+ .button__tertiary_1dq8y:hover {
910
981
  background-color: rgba(255, 255, 255, 0.07);
911
982
  }
912
- .button__tertiary_1gu3p:active {
983
+ .button__tertiary_1dq8y:active {
913
984
  background-color: rgba(255, 255, 255, 0.15);
914
985
  }
915
- .button__filled_1gu3p {
986
+ .button__filled_1dq8y {
916
987
  color: #fff;
917
988
  background-color: #3a3a3c
918
989
  }
919
- .button__filled_1gu3p:hover {
990
+ .button__filled_1dq8y:hover {
920
991
  background-color: rgb(72, 72, 74);
921
992
  }
922
- .button__filled_1gu3p:active {
993
+ .button__filled_1dq8y:active {
923
994
  background-color: rgb(88, 88, 89);
924
995
  }
925
- .button__transparent_1gu3p {
996
+ .button__transparent_1dq8y {
926
997
  color: #fff;
927
998
  background-color: rgba(255, 255, 255, 0.1)
928
999
  }
929
- .button__transparent_1gu3p:hover {
1000
+ .button__transparent_1dq8y:hover {
930
1001
  background-color: rgba(255, 255, 255, 0.2);
931
1002
  }
932
- .button__transparent_1gu3p:active {
1003
+ .button__transparent_1dq8y:active {
933
1004
  background-color: rgba(255, 255, 255, 0.4);
934
1005
  }
935
- .button__link_1gu3p {
1006
+ .button__link_1dq8y {
936
1007
  color: #fff;
937
1008
  background-color: transparent
938
1009
  }
939
- .button__link_1gu3p:hover {
1010
+ .button__link_1dq8y:hover {
940
1011
  background-color: rgba(255, 255, 255, 0.163);
941
1012
  }
942
- .button__link_1gu3p:active {
1013
+ .button__link_1dq8y:active {
943
1014
  background-color: rgba(255, 255, 255, 0.235);
944
1015
  }
945
- .button__ghost_1gu3p {
1016
+ .button__ghost_1dq8y {
946
1017
  color: #fff
947
1018
  }
948
- .button__ghost_1gu3p:hover {
1019
+ .button__ghost_1dq8y:hover {
949
1020
  color: rgb(179, 179, 179);
950
1021
  }
951
- .button__ghost_1gu3p:active {
1022
+ .button__ghost_1dq8y:active {
952
1023
  color: rgb(128, 128, 128);
953
1024
  }
954
- .button__component_1gu3p:disabled.button__primary_1gu3p {
1025
+ .button__component_1dq8y:disabled.button__primary_1dq8y {
955
1026
  color: rgba(60, 60, 67, 0.3);
956
1027
  background-color: #f3f4f5
957
1028
  }
958
- .button__component_1gu3p:disabled.button__primary_1gu3p.button__loading_1gu3p {
1029
+ .button__component_1dq8y:disabled.button__primary_1dq8y.button__loading_1dq8y {
959
1030
  background-color: #f3f4f5;
960
1031
  }
961
- .button__component_1gu3p:disabled.button__secondary_1gu3p {
1032
+ .button__component_1dq8y:disabled.button__secondary_1dq8y {
962
1033
  color: rgba(255, 255, 255, 0.3);
963
1034
  background-color: rgba(255, 255, 255, 0.05);
964
1035
  border-color: transparent
965
1036
  }
966
- .button__component_1gu3p:disabled.button__secondary_1gu3p.button__loading_1gu3p {
1037
+ .button__component_1dq8y:disabled.button__secondary_1dq8y.button__loading_1dq8y {
967
1038
  color: #fff;
968
1039
  background-color: rgba(255, 255, 255, 0.1);
969
1040
  border-color: transparent;
970
1041
  }
971
- .button__component_1gu3p:disabled.button__outlined_1gu3p {
1042
+ .button__component_1dq8y:disabled.button__outlined_1dq8y {
972
1043
  color: rgba(255, 255, 255, 0.3);
973
1044
  background-color: transparent;
974
1045
  border-color: rgba(197, 197, 199, 0.3)
975
1046
  }
976
- .button__component_1gu3p:disabled.button__outlined_1gu3p.button__loading_1gu3p {
1047
+ .button__component_1dq8y:disabled.button__outlined_1dq8y.button__loading_1dq8y {
977
1048
  color: #fff;
978
1049
  }
979
- .button__component_1gu3p:disabled.button__tertiary_1gu3p {
1050
+ .button__component_1dq8y:disabled.button__tertiary_1dq8y {
980
1051
  color: rgba(255, 255, 255, 0.3);
981
1052
  background-color: transparent;
982
1053
  border-color: rgba(197, 197, 199, 0.3)
983
1054
  }
984
- .button__component_1gu3p:disabled.button__tertiary_1gu3p.button__loading_1gu3p {
1055
+ .button__component_1dq8y:disabled.button__tertiary_1dq8y.button__loading_1dq8y {
985
1056
  color: #fff;
986
1057
  }
987
- .button__component_1gu3p:disabled.button__filled_1gu3p {
1058
+ .button__component_1dq8y:disabled.button__filled_1dq8y {
988
1059
  color: rgba(255, 255, 255, 0.3);
989
1060
  background-color: rgba(58, 58, 60, 0.3)
990
1061
  }
991
- .button__component_1gu3p:disabled.button__filled_1gu3p.button__loading_1gu3p {
1062
+ .button__component_1dq8y:disabled.button__filled_1dq8y.button__loading_1dq8y {
992
1063
  color: #fff;
993
1064
  background-color: #3a3a3c;
994
1065
  }
995
- .button__component_1gu3p:disabled.button__transparent_1gu3p {
1066
+ .button__component_1dq8y:disabled.button__transparent_1dq8y {
996
1067
  color: rgba(255, 255, 255, 0.3);
997
1068
  background-color: rgba(255, 255, 255, 0.03)
998
1069
  }
999
- .button__component_1gu3p:disabled.button__transparent_1gu3p.button__loading_1gu3p {
1070
+ .button__component_1dq8y:disabled.button__transparent_1dq8y.button__loading_1dq8y {
1000
1071
  color: #fff;
1001
1072
  background-color: rgba(255, 255, 255, 0.1);
1002
1073
  }
1003
- .button__component_1gu3p:disabled.button__link_1gu3p {
1074
+ .button__component_1dq8y:disabled.button__link_1dq8y {
1004
1075
  color: rgba(255, 255, 255, 0.3);
1005
1076
  background-color: transparent
1006
1077
  }
1007
- .button__component_1gu3p:disabled.button__link_1gu3p.button__loading_1gu3p {
1078
+ .button__component_1dq8y:disabled.button__link_1dq8y.button__loading_1dq8y {
1008
1079
  color: #fff;
1009
1080
  }
1010
- .button__component_1gu3p:disabled.button__ghost_1gu3p {
1081
+ .button__component_1dq8y:disabled.button__ghost_1dq8y {
1011
1082
  color: rgba(255, 255, 255, 0.3)
1012
1083
  }
1013
- .button__component_1gu3p:disabled.button__ghost_1gu3p.button__loading_1gu3p {
1084
+ .button__component_1dq8y:disabled.button__ghost_1dq8y.button__loading_1dq8y {
1014
1085
  color: #fff;
1015
1086
  }
1016
- .button__component_rui4x {
1087
+ .button__component_6w5fz {
1017
1088
  background-color: transparent
1018
1089
  }
1019
- .button__focused_rui4x {
1090
+ .button__focused_6w5fz {
1020
1091
  outline: 2px solid #0072ef;
1021
1092
  }
1022
- .button__primary_15k27 {
1093
+ .button__primary_12g7g {
1023
1094
  color: #fff;
1024
1095
  background-color: #202022
1025
1096
  }
1026
- .button__primary_15k27:hover {
1097
+ .button__primary_12g7g:hover {
1027
1098
  background-color: rgb(48, 48, 49);
1028
1099
  }
1029
- .button__primary_15k27:active {
1100
+ .button__primary_12g7g:active {
1030
1101
  background-color: rgb(65, 65, 67);
1031
1102
  }
1032
- .button__secondary_15k27 {
1103
+ .button__secondary_12g7g {
1033
1104
  color: #000;
1034
1105
  background-color: rgba(0, 0, 0, 0.08);
1035
1106
  border: 1px solid transparent
1036
1107
  }
1037
- .button__secondary_15k27:hover {
1108
+ .button__secondary_12g7g:hover {
1038
1109
  background-color: rgba(0, 0, 0, 0.218);
1039
1110
  }
1040
- .button__secondary_15k27:active {
1111
+ .button__secondary_12g7g:active {
1041
1112
  background-color: rgba(0, 0, 0, 0.264);
1042
1113
  }
1043
- .button__outlined_15k27 {
1114
+ .button__outlined_12g7g {
1044
1115
  color: #fff;
1045
1116
  background-color: transparent;
1046
1117
  border: 1px solid #c5c5c7
1047
1118
  }
1048
- .button__outlined_15k27:hover {
1119
+ .button__outlined_12g7g:hover {
1049
1120
  background-color: rgba(255, 255, 255, 0.15);
1050
1121
  }
1051
- .button__outlined_15k27:active {
1122
+ .button__outlined_12g7g:active {
1052
1123
  background-color: rgba(0, 0, 0, 0.15);
1053
1124
  }
1054
- .button__tertiary_15k27 {
1125
+ .button__tertiary_12g7g {
1055
1126
  color: #000;
1056
1127
  background-color: transparent;
1057
1128
  border: 1px solid #464649
1058
1129
  }
1059
- .button__tertiary_15k27:hover {
1130
+ .button__tertiary_12g7g:hover {
1060
1131
  background-color: rgba(18, 18, 18, 0.15);
1061
1132
  }
1062
- .button__tertiary_15k27:active {
1133
+ .button__tertiary_12g7g:active {
1063
1134
  background-color: rgba(18, 18, 18, 0.2);
1064
1135
  }
1065
- .button__filled_15k27 {
1136
+ .button__filled_12g7g {
1066
1137
  color: #fff;
1067
1138
  background-color: #3a3a3c
1068
1139
  }
1069
- .button__filled_15k27:hover {
1140
+ .button__filled_12g7g:hover {
1070
1141
  background-color: rgb(99, 112, 126);
1071
1142
  }
1072
- .button__filled_15k27:active {
1143
+ .button__filled_12g7g:active {
1073
1144
  background-color: rgb(61, 74, 88);
1074
1145
  }
1075
- .button__transparent_15k27 {
1146
+ .button__transparent_12g7g {
1076
1147
  color: #000;
1077
1148
  background-color: rgba(255, 255, 255, 0.1)
1078
1149
  }
1079
- .button__transparent_15k27:hover {
1150
+ .button__transparent_12g7g:hover {
1080
1151
  background-color: rgba(255, 255, 255, 0.2);
1081
1152
  }
1082
- .button__transparent_15k27:active {
1153
+ .button__transparent_12g7g:active {
1083
1154
  background-color: rgba(255, 255, 255, 0.05);
1084
1155
  }
1085
- .button__link_15k27 {
1156
+ .button__link_12g7g {
1086
1157
  color: #000;
1087
1158
  background-color: transparent
1088
1159
  }
1089
- .button__link_15k27:hover {
1160
+ .button__link_12g7g:hover {
1090
1161
  background-color: rgba(18, 18, 18, 0.15);
1091
1162
  }
1092
- .button__link_15k27:active {
1163
+ .button__link_12g7g:active {
1093
1164
  background-color: rgba(18, 18, 18, 0.2);
1094
1165
  }
1095
- .button__ghost_15k27 {
1166
+ .button__ghost_12g7g {
1096
1167
  color: #000
1097
1168
  }
1098
- .button__ghost_15k27:hover {
1169
+ .button__ghost_12g7g:hover {
1099
1170
  color: rgb(77, 77, 77);
1100
1171
  }
1101
- .button__ghost_15k27:active {
1172
+ .button__ghost_12g7g:active {
1102
1173
  color: rgb(128, 128, 128);
1103
1174
  }
1104
- .button__component_15k27:disabled.button__primary_15k27 {
1175
+ .button__component_12g7g:disabled.button__primary_12g7g {
1105
1176
  color: rgba(235, 235, 245, 0.3);
1106
1177
  background-color: #202022
1107
1178
  }
1108
- .button__component_15k27:disabled.button__primary_15k27.button__loading_15k27 {
1179
+ .button__component_12g7g:disabled.button__primary_12g7g.button__loading_12g7g {
1109
1180
  background-color: #202022;
1110
1181
  }
1111
- .button__component_15k27:disabled.button__secondary_15k27 {
1182
+ .button__component_12g7g:disabled.button__secondary_12g7g {
1112
1183
  color: rgba(0, 0, 0, 0.3);
1113
1184
  background-color: rgba(18, 18, 18, 0.08);
1114
1185
  border-color: transparent
1115
1186
  }
1116
- .button__component_15k27:disabled.button__secondary_15k27.button__loading_15k27 {
1187
+ .button__component_12g7g:disabled.button__secondary_12g7g.button__loading_12g7g {
1117
1188
  color: #000;
1118
1189
  background-color: rgba(0, 0, 0, 0.08);
1119
1190
  border-color: transparent;
1120
1191
  }
1121
- .button__component_15k27:disabled.button__outlined_15k27 {
1192
+ .button__component_12g7g:disabled.button__outlined_12g7g {
1122
1193
  color: rgba(255, 255, 255, 0.3);
1123
1194
  background-color: transparent;
1124
1195
  border-color: rgba(35, 53, 73, 0.3)
1125
1196
  }
1126
- .button__component_15k27:disabled.button__outlined_15k27.button__loading_15k27 {
1197
+ .button__component_12g7g:disabled.button__outlined_12g7g.button__loading_12g7g {
1127
1198
  color: #fff;
1128
1199
  }
1129
- .button__component_15k27:disabled.button__tertiary_15k27 {
1200
+ .button__component_12g7g:disabled.button__tertiary_12g7g {
1130
1201
  color: rgba(0, 0, 0, 0.3);
1131
1202
  background-color: transparent;
1132
1203
  border-color: rgba(70, 70, 73, 0.3)
1133
1204
  }
1134
- .button__component_15k27:disabled.button__tertiary_15k27.button__loading_15k27 {
1205
+ .button__component_12g7g:disabled.button__tertiary_12g7g.button__loading_12g7g {
1135
1206
  color: #000;
1136
1207
  }
1137
- .button__component_15k27:disabled.button__filled_15k27 {
1208
+ .button__component_12g7g:disabled.button__filled_12g7g {
1138
1209
  color: rgba(255, 255, 255, 0.3);
1139
1210
  background-color: rgba(72, 87, 103, 0.3);
1140
1211
  border-color: transparent
1141
1212
  }
1142
- .button__component_15k27:disabled.button__filled_15k27.button__loading_15k27 {
1213
+ .button__component_12g7g:disabled.button__filled_12g7g.button__loading_12g7g {
1143
1214
  color: #fff;
1144
1215
  background-color: #3a3a3c;
1145
1216
  border-color: transparent;
1146
1217
  }
1147
- .button__component_15k27:disabled.button__transparent_15k27 {
1218
+ .button__component_12g7g:disabled.button__transparent_12g7g {
1148
1219
  color: rgba(255, 255, 255, 0.3);
1149
1220
  background-color: rgba(255, 255, 255, 0.03)
1150
1221
  }
1151
- .button__component_15k27:disabled.button__transparent_15k27.button__loading_15k27 {
1222
+ .button__component_12g7g:disabled.button__transparent_12g7g.button__loading_12g7g {
1152
1223
  color: #000;
1153
1224
  background-color: rgba(255, 255, 255, 0.1);
1154
1225
  }
1155
- .button__component_15k27:disabled.button__link_15k27 {
1226
+ .button__component_12g7g:disabled.button__link_12g7g {
1156
1227
  color: rgba(0, 0, 0, 0.3);
1157
1228
  background-color: transparent
1158
1229
  }
1159
- .button__component_15k27:disabled.button__link_15k27.button__loading_15k27 {
1230
+ .button__component_12g7g:disabled.button__link_12g7g.button__loading_12g7g {
1160
1231
  color: #000;
1161
1232
  }
1162
- .button__component_15k27:disabled.button__ghost_15k27 {
1233
+ .button__component_12g7g:disabled.button__ghost_12g7g {
1163
1234
  color: rgba(0, 0, 0, 0.3)
1164
1235
  }
1165
- .button__component_15k27:disabled.button__ghost_15k27.button__loading_15k27 {
1236
+ .button__component_12g7g:disabled.button__ghost_12g7g.button__loading_12g7g {
1166
1237
  color: #000;
1167
- }.base-modal__component_u9ek5 {
1168
- background: #121212;
1169
- }.textarea__input_6ian6 {
1238
+ }.textarea__input_pk3r4 {
1170
1239
  color: #fff;
1171
1240
  caret-color: #0072ef;
1172
1241
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1173
1242
  }
1174
- .textarea__input_6ian6:-webkit-autofill {
1243
+ .textarea__input_pk3r4:-webkit-autofill {
1175
1244
  -webkit-text-fill-color: #fff;
1176
1245
  }
1177
- .textarea__input_6ian6::placeholder {
1246
+ .textarea__input_pk3r4::placeholder {
1178
1247
  color: #8d8d93;
1179
1248
  }
1180
- .textarea__hasLabel_6ian6::placeholder {
1249
+ .textarea__hasLabel_pk3r4::placeholder {
1181
1250
  color: #464649;
1182
1251
  }
1183
- .textarea__clearIcon_6ian6 {
1252
+ .textarea__clearIcon_pk3r4 {
1184
1253
  color: #fff;
1185
1254
  }
1186
- .textarea__input_6ian6:read-only {
1255
+ .textarea__input_pk3r4:read-only {
1187
1256
  color: #8d8d93
1188
1257
  }
1189
- .textarea__input_6ian6:read-only:focus::placeholder {
1258
+ .textarea__input_pk3r4:read-only:focus::placeholder {
1190
1259
  color: #8d8d93;
1191
1260
  }
1192
- .textarea__input_6ian6:disabled {
1261
+ .textarea__input_pk3r4:disabled {
1193
1262
  color: #fff;
1194
1263
  -webkit-text-fill-color: #fff;
1195
1264
  }
1196
- .textarea__input_6ian6:focus::placeholder {
1265
+ .textarea__input_pk3r4:focus::placeholder {
1197
1266
  color: rgba(235, 235, 245, 0.3);
1198
1267
  }
1199
- .textarea__error_6ian6 {
1268
+ .textarea__error_pk3r4 {
1200
1269
  color: #f15045;
1201
1270
  caret-color: #f15045;
1202
1271
  }
1203
- .textarea__textarea_6ian6 {
1272
+ .textarea__textarea_pk3r4 {
1204
1273
  color: #fff;
1205
1274
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1206
1275
  }
1207
- .textarea__textarea_6ian6::placeholder {
1276
+ .textarea__textarea_pk3r4::placeholder {
1208
1277
  color: #8d8d93;
1209
1278
  }
1210
- .textarea__hasLabel_6ian6::placeholder {
1279
+ .textarea__hasLabel_pk3r4::placeholder {
1211
1280
  color: #464649;
1212
1281
  }
1213
- .textarea__textarea_6ian6:disabled {
1282
+ .textarea__textarea_pk3r4:disabled {
1214
1283
  color: #fff;
1215
1284
  -webkit-text-fill-color: #fff;
1216
1285
  }
1217
- .textarea__textarea_6ian6:read-only {
1286
+ .textarea__textarea_pk3r4:read-only {
1218
1287
  color: #8d8d93;
1219
1288
  }
1220
- .textarea__textarea_6ian6:focus::placeholder {
1289
+ .textarea__textarea_pk3r4:focus::placeholder {
1221
1290
  color: rgba(235, 235, 245, 0.3);
1222
1291
  }
1223
- .textarea__focusVisible_1swz5 {
1292
+ .textarea__focusVisible_5te02 {
1224
1293
  outline: 2px solid #0072ef;
1225
1294
  }
1226
- .textarea__input_1187z {
1295
+ .textarea__input_1ka13 {
1227
1296
  color: #000;
1228
1297
  caret-color: #0072ef;
1229
1298
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1230
1299
  }
1231
- .textarea__input_1187z:-webkit-autofill {
1300
+ .textarea__input_1ka13:-webkit-autofill {
1232
1301
  -webkit-text-fill-color: #000;
1233
1302
  }
1234
- .textarea__input_1187z::placeholder {
1303
+ .textarea__input_1ka13::placeholder {
1235
1304
  color: rgba(60, 60, 67, 0.6);
1236
1305
  }
1237
- .textarea__hasLabel_1187z::placeholder {
1306
+ .textarea__hasLabel_1ka13::placeholder {
1238
1307
  color: #c5c5c7;
1239
1308
  }
1240
- .textarea__clearIcon_1187z {
1309
+ .textarea__clearIcon_1ka13 {
1241
1310
  color: #000;
1242
1311
  }
1243
- .textarea__input_1187z:read-only {
1312
+ .textarea__input_1ka13:read-only {
1244
1313
  color: rgba(60, 60, 67, 0.6)
1245
1314
  }
1246
- .textarea__input_1187z:read-only:focus::placeholder {
1315
+ .textarea__input_1ka13:read-only:focus::placeholder {
1247
1316
  color: rgba(60, 60, 67, 0.6);
1248
1317
  }
1249
- .textarea__input_1187z:disabled {
1318
+ .textarea__input_1ka13:disabled {
1250
1319
  color: #000;
1251
1320
  -webkit-text-fill-color: #000;
1252
1321
  }
1253
- .textarea__input_1187z:focus::placeholder {
1322
+ .textarea__input_1ka13:focus::placeholder {
1254
1323
  color: rgba(60, 60, 67, 0.3);
1255
1324
  }
1256
- .textarea__error_1187z {
1325
+ .textarea__error_1ka13 {
1257
1326
  color: #ef3124;
1258
1327
  caret-color: #ef3124;
1259
1328
  }
1260
- .textarea__textarea_1187z {
1329
+ .textarea__textarea_1ka13 {
1261
1330
  color: #000;
1262
1331
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1263
1332
  }
1264
- .textarea__textarea_1187z::placeholder {
1333
+ .textarea__textarea_1ka13::placeholder {
1265
1334
  color: rgba(60, 60, 67, 0.6);
1266
1335
  }
1267
- .textarea__hasLabel_1187z::placeholder {
1336
+ .textarea__hasLabel_1ka13::placeholder {
1268
1337
  color: #c5c5c7;
1269
1338
  }
1270
- .textarea__textarea_1187z:disabled {
1339
+ .textarea__textarea_1ka13:disabled {
1271
1340
  color: #000;
1272
1341
  -webkit-text-fill-color: #000;
1273
1342
  }
1274
- .textarea__textarea_1187z:read-only {
1343
+ .textarea__textarea_1ka13:read-only {
1275
1344
  color: rgba(60, 60, 67, 0.6);
1276
1345
  }
1277
- .textarea__textarea_1187z:focus::placeholder {
1346
+ .textarea__textarea_1ka13:focus::placeholder {
1278
1347
  color: rgba(60, 60, 67, 0.3);
1279
- }.popover__component_1t6kt {
1348
+ }.base-modal__component_1k007 {
1349
+ background: #121212;
1350
+ }.popover__component_10fkc {
1280
1351
  background-color: transparent;
1281
1352
  color: #fff;
1282
1353
  }
1283
- .popover__inner_1t6kt {
1354
+ .popover__inner_10fkc {
1284
1355
  background-color: #121212;
1285
1356
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1286
1357
  border: 1px solid transparent;
1287
1358
  }
1288
- .popover__arrow_1t6kt:after {
1359
+ .popover__arrow_10fkc:after {
1289
1360
  background-color: #121212;
1290
1361
  border: 1px solid transparent;
1291
- }.comment__component_k4jwa {
1292
- background-color: #202022;
1293
- }.tabs__component_11gr5:before {
1362
+ }.tabs__component_ne6n5:before {
1294
1363
  background-color: #2b2b2e;
1295
1364
  }
1296
- .tabs__title_11gr5 {
1365
+ .tabs__title_ne6n5 {
1297
1366
  color: #8d8d93
1298
1367
  }
1299
- .tabs__title_11gr5:not(.tabs__disabled_11gr5):hover {
1368
+ .tabs__title_ne6n5:not(.tabs__disabled_ne6n5):hover {
1300
1369
  color: #fff;
1301
1370
  }
1302
- .tabs__focused_11gr5 {
1371
+ .tabs__focused_ne6n5 {
1303
1372
  outline: 2px solid #0072ef;
1304
1373
  }
1305
- .tabs__selected_11gr5 {
1374
+ .tabs__selected_ne6n5 {
1306
1375
  color: #fff;
1307
1376
  }
1308
- .tabs__disabled_11gr5 {
1377
+ .tabs__disabled_ne6n5 {
1309
1378
  color: #464649;
1310
1379
  }
1311
- .tabs__line_11gr5 {
1380
+ .tabs__line_ne6n5 {
1312
1381
  background-color: #ef3124;
1313
1382
  }
1314
- .tabs__component_11gr5:before {
1383
+ .tabs__component_ne6n5:before {
1315
1384
  background-color: #2b2b2e;
1316
- }.tabs__title_11gr5 {
1385
+ }.tabs__title_ne6n5 {
1317
1386
  color: #8d8d93
1318
- }.tabs__title_11gr5:not(.tabs__disabled_11gr5):hover {
1387
+ }.tabs__title_ne6n5:not(.tabs__disabled_ne6n5):hover {
1319
1388
  color: #fff;
1320
- }.tabs__focused_11gr5 {
1389
+ }.tabs__focused_ne6n5 {
1321
1390
  outline: 2px solid #0072ef;
1322
- }.tabs__selected_11gr5 {
1391
+ }.tabs__selected_ne6n5 {
1323
1392
  color: #fff;
1324
- }.tabs__disabled_11gr5 {
1393
+ }.tabs__disabled_ne6n5 {
1325
1394
  color: #464649;
1326
- }.tabs__line_11gr5 {
1395
+ }.tabs__line_ne6n5 {
1327
1396
  background-color: #ef3124;
1328
1397
  }
1329
1398
 
1330
1399
 
1331
1400
 
1332
- .circular-progress-bar__backgroundCircle_xxo64,
1333
- .circular-progress-bar__progressCircle_xxo64 {
1401
+ .circular-progress-bar__backgroundCircle_1gg9j,
1402
+ .circular-progress-bar__progressCircle_1gg9j {
1334
1403
  fill: transparent;
1335
1404
  }
1336
- .circular-progress-bar__positive_xxo64 {
1405
+ .circular-progress-bar__positive_1gg9j {
1337
1406
  stroke: #2fc26e;
1338
1407
  }
1339
- .circular-progress-bar__negative_xxo64 {
1408
+ .circular-progress-bar__negative_1gg9j {
1340
1409
  stroke: #d91d0b;
1341
1410
  }
1342
- .circular-progress-bar__backgroundCircle_xxo64 {
1411
+ .circular-progress-bar__backgroundCircle_1gg9j {
1343
1412
  stroke: #2c2c2e
1344
1413
  }
1345
- .circular-progress-bar__backgroundCircle_xxo64.circular-progress-bar__stroke_xxo64 {
1414
+ .circular-progress-bar__backgroundCircle_1gg9j.circular-progress-bar__stroke_1gg9j {
1346
1415
  stroke: transparent;
1347
1416
  }
1348
- .circular-progress-bar__progressCircle_xxo64.circular-progress-bar__bg-positive_xxo64 {
1417
+ .circular-progress-bar__progressCircle_1gg9j.circular-progress-bar__bg-positive_1gg9j {
1349
1418
  fill: #2fc26e;
1350
1419
  }
1351
- .circular-progress-bar__progressCircle_xxo64.circular-progress-bar__bg-negative_xxo64 {
1420
+ .circular-progress-bar__progressCircle_1gg9j.circular-progress-bar__bg-negative_1gg9j {
1352
1421
  fill: #d91d0b;
1353
1422
  }
1354
- .circular-progress-bar__iconWrapper_xxo64.circular-progress-bar__icon-tertiary_xxo64 {
1423
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-tertiary_1gg9j {
1355
1424
  color: #464649;
1356
1425
  }
1357
- .circular-progress-bar__iconWrapper_xxo64.circular-progress-bar__icon-positive_xxo64 {
1426
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-positive_1gg9j {
1358
1427
  color: #2fc26e;
1359
1428
  }
1360
- .circular-progress-bar__iconWrapper_xxo64.circular-progress-bar__icon-negative_xxo64 {
1429
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-negative_1gg9j {
1361
1430
  color: #d91d0b;
1362
1431
  }
1363
- .circular-progress-bar__iconWrapper_xxo64.circular-progress-bar__icon-primary-inverted_xxo64 {
1432
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-primary-inverted_1gg9j {
1364
1433
  color: #000;
1365
1434
  }
1366
- .circular-progress-bar__iconWrapper_xxo64.circular-progress-bar__icon-primary_xxo64 {
1435
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-primary_1gg9j {
1367
1436
  color: #fff;
1368
1437
  }
1369
- .circular-progress-bar__iconWrapper_xxo64.circular-progress-bar__icon-secondary_xxo64 {
1438
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-secondary_1gg9j {
1370
1439
  color: #8d8d93;
1371
- }.list-header__filled_jtqvj {
1372
- background-color: rgba(255, 255, 255, 0.1);
1373
- }.chart__coreChart_19pse .recharts-text tspan {
1440
+ }.comment__component_6cggm {
1441
+ background-color: #202022;
1442
+ }.chart__coreChart_t8wj0 .recharts-text tspan {
1374
1443
  fill: #fff;
1375
1444
  }
1376
- @keyframes chart__showDot_1pngo {
1445
+ @keyframes chart__showDot_xsqe8 {
1377
1446
  }
1378
1447
 
1379
- .chart__tickText_1cnzx {
1448
+ .chart__tickText_smctn {
1380
1449
  fill: #fff;
1381
1450
  }
1382
- .chart__circle_1cnzx {
1451
+ .chart__circle_smctn {
1383
1452
  fill: #121212;
1384
1453
  }
1385
- .chart__circle_1cnzx {
1454
+ .chart__circle_smctn {
1386
1455
  fill: #121212;
1387
1456
  }
1388
- .chart__tooltip_5mb8v {
1457
+ .chart__tooltip_h8sjz {
1389
1458
  background-color: #121212;
1390
1459
  border: 1px solid #2b2b2e;
1391
1460
  box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1392
1461
  }
1393
- .chart__tooltipArrow_5mb8v {
1462
+ .chart__tooltipArrow_h8sjz {
1394
1463
  border: 1px solid #2b2b2e;
1395
1464
  background-color: #121212;
1396
1465
  }
1397
- .chart__tooltipArrow_5mb8v:before {
1466
+ .chart__tooltipArrow_h8sjz:before {
1398
1467
  border-color: transparent #121212 transparent transparent;
1399
- }.stepped-progress-bar__description_1l95y {
1468
+ }.list-header__filled_12efn {
1469
+ background-color: rgba(255, 255, 255, 0.1);
1470
+ }.stepped-progress-bar__description_algwz {
1400
1471
  color: rgba(235, 235, 245, 0.6);
1401
1472
  }
1402
- .stepped-progress-bar__bar_ww6oe {
1473
+ .stepped-progress-bar__bar_1vq05 {
1403
1474
  background: rgba(255, 255, 255, 0.1);
1404
1475
  }
1405
- .stepped-progress-bar__positive_ww6oe {
1476
+ .stepped-progress-bar__positive_1vq05 {
1406
1477
  background: #2fc26e;
1407
1478
  }
1408
- .stepped-progress-bar__attention_ww6oe {
1479
+ .stepped-progress-bar__attention_1vq05 {
1409
1480
  background: #f6bf65;
1410
1481
  }
1411
- .stepped-progress-bar__negative_ww6oe {
1482
+ .stepped-progress-bar__negative_1vq05 {
1412
1483
  background: #d91d0b;
1413
1484
  }
1414
- .stepped-progress-bar__link_ww6oe {
1485
+ .stepped-progress-bar__link_1vq05 {
1415
1486
  background: #0072ef;
1416
1487
  }
1417
- .stepped-progress-bar__tertiary_ww6oe {
1488
+ .stepped-progress-bar__tertiary_1vq05 {
1418
1489
  background: #464649;
1419
1490
  }
1420
- .stepped-progress-bar__secondary_ww6oe {
1491
+ .stepped-progress-bar__secondary_1vq05 {
1421
1492
  background: #8d8d93;
1422
1493
  }
1423
- .stepped-progress-bar__primary_ww6oe {
1494
+ .stepped-progress-bar__primary_1vq05 {
1424
1495
  background: #fff;
1425
1496
  }
1426
- .stepped-progress-bar__accent_ww6oe {
1497
+ .stepped-progress-bar__accent_1vq05 {
1427
1498
  background: #ef3124;
1428
- }.drawer__backdropEnter_1cr8l {
1429
- background-color: transparent;
1430
- }
1431
- .drawer__backdropEnterActive_1cr8l,
1432
- .drawer__backdropEnterDone_1cr8l {
1433
- background-color: rgba(0, 0, 0, 0.8);
1434
- }
1435
- .drawer__backdropExit_1cr8l {
1436
- background-color: rgba(0, 0, 0, 0.8);
1499
+ }.attach__component_mgnou {
1437
1500
  }
1438
- .drawer__backdropExitActive_1cr8l,
1439
- .drawer__backdropExitDone_1cr8l {
1440
- background-color: transparent;
1441
- }.attach__component_1lo7a {
1442
- }
1443
- .attach__focused_1lo7a {
1501
+ .attach__focused_mgnou {
1444
1502
  outline: 2px solid #0072ef;
1445
- }.confirmation__component_1l6ku {
1446
- color: #8d8d93;
1447
- }
1448
- .confirmation__circle_yvxti {
1449
- fill: transparent;
1450
- stroke: #464649;
1451
- }
1452
- .confirmation__header_1i36t {
1453
- color: #fff;
1454
- }
1455
- .confirmation__description_1i36t {
1456
- color: #8d8d93;
1457
- color: #fff;
1458
- }
1459
- .confirmation__title_12081 {
1460
- color: #fff;
1461
- }
1462
- .confirmation__text_12081 {
1463
- color: #8d8d93;
1464
- }
1465
- .confirmation__phonesWrap_12081 {
1466
- color: #8d8d93;
1467
- }
1468
- .confirmation__phoneDescription_12081 {
1469
- color: #8d8d93;
1470
- }
1471
- .confirmation__header_1arq1 {
1472
- color: #fff;
1473
- }
1474
- .confirmation__phone_1arq1 {
1475
- color: #fff;
1476
- }
1477
- .confirmation__header_effm9 {
1478
- color: #fff;
1479
- }
1480
- .confirmation__description_effm9 {
1481
- color: #8d8d93;
1482
- }.custom-button__customButton_iim38.custom-button__white_iim38 * {
1503
+ }.custom-button__customButton_ngo9u.custom-button__white_ngo9u * {
1483
1504
  color: #fff;
1484
1505
  }
1485
- .custom-button__customButton_iim38.custom-button__black_iim38 * {
1506
+ .custom-button__customButton_ngo9u.custom-button__black_ngo9u * {
1486
1507
  color: #000;
1487
1508
  }
1488
- .custom-button__customButton_iim38:before {
1509
+ .custom-button__customButton_ngo9u:before {
1489
1510
  background-color: rgba(0, 0, 0, 0);
1490
1511
  }
1491
- .custom-button__customButton_iim38:hover:before {
1512
+ .custom-button__customButton_ngo9u:hover:before {
1492
1513
  background-color: rgba(0, 0, 0, 0.07);
1493
1514
  }
1494
- .custom-button__customButton_iim38:active:before {
1515
+ .custom-button__customButton_ngo9u:active:before {
1495
1516
  background-color: rgba(0, 0, 0, 0.15);
1496
1517
  }
1497
- .custom-button__customButton_iim38:disabled.custom-button__white_iim38 * {
1518
+ .custom-button__customButton_ngo9u:disabled.custom-button__white_ngo9u * {
1498
1519
  color: #fff;
1499
1520
  }
1500
- .custom-button__customButton_iim38:disabled.custom-button__black_iim38 * {
1521
+ .custom-button__customButton_ngo9u:disabled.custom-button__black_ngo9u * {
1501
1522
  color: #000;
1502
- }.input__input_1ca14 {
1503
- color: #fff;
1504
- caret-color: #0072ef;
1505
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1506
- }
1507
- .input__input_1ca14:-webkit-autofill {
1508
- -webkit-text-fill-color: #fff;
1509
- }
1510
- .input__input_1ca14::placeholder {
1523
+ }.confirmation__component_mhm2a {
1511
1524
  color: #8d8d93;
1512
1525
  }
1513
- .input__hasLabel_1ca14::placeholder {
1514
- color: #464649;
1526
+ .confirmation__circle_1q6fg {
1527
+ fill: transparent;
1528
+ stroke: #464649;
1515
1529
  }
1516
- .input__clearIcon_1ca14 {
1530
+ .confirmation__header_tpp62 {
1517
1531
  color: #fff;
1518
1532
  }
1519
- .input__input_1ca14:read-only {
1520
- color: #8d8d93
1521
- }
1522
- .input__input_1ca14:read-only:focus::placeholder {
1523
- color: #8d8d93;
1524
- }
1525
- .input__input_1ca14:disabled {
1533
+ .confirmation__description_tpp62 {
1534
+ color: #8d8d93;
1526
1535
  color: #fff;
1527
- -webkit-text-fill-color: #fff;
1528
- }
1529
- .input__input_1ca14:focus::placeholder {
1530
- color: rgba(235, 235, 245, 0.3);
1531
- }
1532
- .input__error_1ca14 {
1533
- color: #f15045;
1534
- caret-color: #f15045;
1535
- }
1536
- .input__focusVisible_17xsl {
1537
- outline: 2px solid #0072ef;
1538
- }
1539
- @keyframes input__onautofillstart_17xsl {
1540
- from {
1541
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1542
- }
1543
- to {
1544
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1545
- }
1546
- }
1547
- @keyframes input__onautofillcancel_17xsl {
1548
- from {
1549
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1550
- }
1551
- to {
1552
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1553
- }
1554
- }
1555
- .input__input_103eh {
1556
- color: #000;
1557
- caret-color: #0072ef;
1558
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1559
1536
  }
1560
- .input__input_103eh:-webkit-autofill {
1561
- -webkit-text-fill-color: #000;
1537
+ .confirmation__title_1o2rj {
1538
+ color: #fff;
1562
1539
  }
1563
- .input__input_103eh::placeholder {
1564
- color: rgba(60, 60, 67, 0.6);
1540
+ .confirmation__text_1o2rj {
1541
+ color: #8d8d93;
1565
1542
  }
1566
- .input__hasLabel_103eh::placeholder {
1567
- color: #c5c5c7;
1543
+ .confirmation__phonesWrap_1o2rj {
1544
+ color: #8d8d93;
1568
1545
  }
1569
- .input__clearIcon_103eh {
1570
- color: #000;
1546
+ .confirmation__phoneDescription_1o2rj {
1547
+ color: #8d8d93;
1571
1548
  }
1572
- .input__input_103eh:read-only {
1573
- color: rgba(60, 60, 67, 0.6)
1549
+ .confirmation__header_19ron {
1550
+ color: #fff;
1574
1551
  }
1575
- .input__input_103eh:read-only:focus::placeholder {
1576
- color: rgba(60, 60, 67, 0.6);
1577
- }
1578
- .input__input_103eh:disabled {
1579
- color: #000;
1580
- -webkit-text-fill-color: #000;
1552
+ .confirmation__phone_19ron {
1553
+ color: #fff;
1581
1554
  }
1582
- .input__input_103eh:focus::placeholder {
1583
- color: rgba(60, 60, 67, 0.3);
1555
+ .confirmation__header_1j85f {
1556
+ color: #fff;
1584
1557
  }
1585
- .input__error_103eh {
1586
- color: #ef3124;
1587
- caret-color: #ef3124;
1588
- }.icon-button__primary_xznax {
1558
+ .confirmation__description_1j85f {
1559
+ color: #8d8d93;
1560
+ }.icon-button__primary_1txnu {
1589
1561
  color: #fff
1590
1562
  }
1591
- .icon-button__primary_xznax:hover {
1563
+ .icon-button__primary_1txnu:hover {
1592
1564
  color: rgb(204, 204, 204);
1593
1565
  }
1594
- .icon-button__primary_xznax:active {
1566
+ .icon-button__primary_1txnu:active {
1595
1567
  color: rgb(179, 179, 179);
1596
1568
  }
1597
- .icon-button__secondary_xznax {
1569
+ .icon-button__secondary_1txnu {
1598
1570
  color: #8d8d93
1599
1571
  }
1600
- .icon-button__secondary_xznax:hover {
1572
+ .icon-button__secondary_1txnu:hover {
1601
1573
  color: rgb(175, 175, 179);
1602
1574
  }
1603
- .icon-button__secondary_xznax:active {
1575
+ .icon-button__secondary_1txnu:active {
1604
1576
  color: rgb(198, 198, 201);
1605
1577
  }
1606
- .icon-button__transparent_xznax {
1578
+ .icon-button__transparent_1txnu {
1607
1579
  color: rgba(255, 255, 255, 0.3)
1608
1580
  }
1609
- .icon-button__transparent_xznax:hover {
1581
+ .icon-button__transparent_1txnu:hover {
1610
1582
  color: rgba(255, 255, 255, 0.4);
1611
1583
  }
1612
- .icon-button__transparent_xznax:active {
1584
+ .icon-button__transparent_1txnu:active {
1613
1585
  color: rgba(255, 255, 255, 0.5);
1614
1586
  }
1615
- .icon-button__negative_xznax {
1587
+ .icon-button__negative_1txnu {
1616
1588
  color: #d91d0b
1617
1589
  }
1618
- .icon-button__negative_xznax:hover {
1590
+ .icon-button__negative_1txnu:hover {
1619
1591
  color: rgb(220, 45, 28);
1620
1592
  }
1621
- .icon-button__negative_xznax:active {
1593
+ .icon-button__negative_1txnu:active {
1622
1594
  color: rgb(223, 63, 48);
1623
1595
  }
1624
- .icon-button__tertiary_xznax {
1596
+ .icon-button__tertiary_1txnu {
1625
1597
  color: #464649
1626
1598
  }
1627
- .icon-button__tertiary_xznax:hover {
1599
+ .icon-button__tertiary_1txnu:hover {
1628
1600
  color: rgb(83, 83, 86);
1629
1601
  }
1630
- .icon-button__tertiary_xznax:active {
1602
+ .icon-button__tertiary_1txnu:active {
1631
1603
  color: rgb(98, 98, 100);
1632
1604
  }
1633
- .icon-button__component_xznax:disabled.icon-button__primary_xznax {
1605
+ .icon-button__component_1txnu:disabled.icon-button__primary_1txnu {
1634
1606
  color: rgba(255, 255, 255, 0.3)
1635
1607
  }
1636
- .icon-button__component_xznax:disabled.icon-button__primary_xznax.icon-button__loader_xznax {
1608
+ .icon-button__component_1txnu:disabled.icon-button__primary_1txnu.icon-button__loader_1txnu {
1637
1609
  color: #fff;
1638
1610
  }
1639
- .icon-button__component_xznax:disabled.icon-button__secondary_xznax {
1611
+ .icon-button__component_1txnu:disabled.icon-button__secondary_1txnu {
1640
1612
  color: rgba(141, 141, 147, 0.3)
1641
1613
  }
1642
- .icon-button__component_xznax:disabled.icon-button__secondary_xznax.icon-button__loader_xznax {
1614
+ .icon-button__component_1txnu:disabled.icon-button__secondary_1txnu.icon-button__loader_1txnu {
1643
1615
  color: #8d8d93;
1644
1616
  }
1645
- .icon-button__component_xznax:disabled.icon-button__negative_xznax {
1617
+ .icon-button__component_1txnu:disabled.icon-button__negative_1txnu {
1646
1618
  color: rgba(217, 29, 11, 0.3)
1647
1619
  }
1648
- .icon-button__component_xznax:disabled.icon-button__negative_xznax.icon-button__loader_xznax {
1620
+ .icon-button__component_1txnu:disabled.icon-button__negative_1txnu.icon-button__loader_1txnu {
1649
1621
  color: #d91d0b;
1650
1622
  }
1651
- .icon-button__component_xznax:disabled.icon-button__tertiary_xznax {
1623
+ .icon-button__component_1txnu:disabled.icon-button__tertiary_1txnu {
1652
1624
  color: rgba(70, 70, 73, 0.3)
1653
1625
  }
1654
- .icon-button__component_xznax:disabled.icon-button__tertiary_xznax.icon-button__loader_xznax {
1626
+ .icon-button__component_1txnu:disabled.icon-button__tertiary_1txnu.icon-button__loader_1txnu {
1655
1627
  color: #464649;
1656
1628
  }
1657
1629
 
1658
- .icon-button__primary_19qol {
1630
+ .icon-button__primary_6nl35 {
1659
1631
  color: #000
1660
1632
  }
1661
- .icon-button__primary_19qol:hover {
1633
+ .icon-button__primary_6nl35:hover {
1662
1634
  color: rgb(18, 18, 18);
1663
1635
  }
1664
- .icon-button__primary_19qol:active {
1636
+ .icon-button__primary_6nl35:active {
1665
1637
  color: rgb(38, 38, 38);
1666
1638
  }
1667
- .icon-button__secondary_19qol {
1639
+ .icon-button__secondary_6nl35 {
1668
1640
  color: #8a8a8e
1669
1641
  }
1670
- .icon-button__secondary_19qol:hover {
1642
+ .icon-button__secondary_6nl35:hover {
1671
1643
  color: rgb(117, 117, 121);
1672
1644
  }
1673
- .icon-button__secondary_19qol:active {
1645
+ .icon-button__secondary_6nl35:active {
1674
1646
  color: rgb(110, 110, 114);
1675
1647
  }
1676
- .icon-button__transparent_19qol {
1648
+ .icon-button__transparent_6nl35 {
1677
1649
  color: rgba(0, 0, 0, 0.3)
1678
1650
  }
1679
- .icon-button__transparent_19qol:hover {
1651
+ .icon-button__transparent_6nl35:hover {
1680
1652
  color: rgba(0, 0, 0, 0.4);
1681
1653
  }
1682
- .icon-button__transparent_19qol:active {
1654
+ .icon-button__transparent_6nl35:active {
1683
1655
  color: rgba(0, 0, 0, 0.5);
1684
1656
  }
1685
- .icon-button__negative_19qol {
1657
+ .icon-button__negative_6nl35 {
1686
1658
  color: #d91d0b
1687
1659
  }
1688
- .icon-button__negative_19qol:hover {
1660
+ .icon-button__negative_6nl35:hover {
1689
1661
  color: rgb(220, 45, 28);
1690
1662
  }
1691
- .icon-button__negative_19qol:active {
1663
+ .icon-button__negative_6nl35:active {
1692
1664
  color: rgb(223, 63, 48);
1693
1665
  }
1694
- .icon-button__tertiary_19qol {
1666
+ .icon-button__tertiary_6nl35 {
1695
1667
  color: #c5c5c7
1696
1668
  }
1697
- .icon-button__tertiary_19qol:hover {
1669
+ .icon-button__tertiary_6nl35:hover {
1698
1670
  color: rgb(167, 167, 169);
1699
1671
  }
1700
- .icon-button__tertiary_19qol:active {
1672
+ .icon-button__tertiary_6nl35:active {
1701
1673
  color: rgb(158, 158, 159);
1702
1674
  }
1703
- .icon-button__component_19qol:disabled.icon-button__primary_19qol {
1675
+ .icon-button__component_6nl35:disabled.icon-button__primary_6nl35 {
1704
1676
  color: rgba(0, 0, 0, 0.3)
1705
1677
  }
1706
- .icon-button__component_19qol:disabled.icon-button__primary_19qol.icon-button__loader_19qol {
1678
+ .icon-button__component_6nl35:disabled.icon-button__primary_6nl35.icon-button__loader_6nl35 {
1707
1679
  color: #000;
1708
1680
  }
1709
- .icon-button__component_19qol:disabled.icon-button__secondary_19qol {
1681
+ .icon-button__component_6nl35:disabled.icon-button__secondary_6nl35 {
1710
1682
  color: rgba(138, 138, 142, 0.3)
1711
1683
  }
1712
- .icon-button__component_19qol:disabled.icon-button__secondary_19qol.icon-button__loader_19qol {
1684
+ .icon-button__component_6nl35:disabled.icon-button__secondary_6nl35.icon-button__loader_6nl35 {
1713
1685
  color: #8a8a8e;
1714
1686
  }
1715
- .icon-button__component_19qol:disabled.icon-button__negative_19qol {
1687
+ .icon-button__component_6nl35:disabled.icon-button__negative_6nl35 {
1716
1688
  color: rgba(217, 29, 11, 0.3)
1717
1689
  }
1718
- .icon-button__component_19qol:disabled.icon-button__negative_19qol.icon-button__loader_19qol {
1690
+ .icon-button__component_6nl35:disabled.icon-button__negative_6nl35.icon-button__loader_6nl35 {
1719
1691
  color: #d91d0b;
1720
1692
  }
1721
- .icon-button__component_19qol:disabled.icon-button__tertiary_19qol {
1693
+ .icon-button__component_6nl35:disabled.icon-button__tertiary_6nl35 {
1722
1694
  color: rgba(197, 197, 199, 0.3)
1723
1695
  }
1724
- .icon-button__component_19qol:disabled.icon-button__tertiary_19qol.icon-button__loader_19qol {
1696
+ .icon-button__component_6nl35:disabled.icon-button__tertiary_6nl35.icon-button__loader_6nl35 {
1725
1697
  color: #c5c5c7;
1726
- }.pagination__component_x1bgq {
1698
+ }.input__input_i0non {
1727
1699
  color: #fff;
1700
+ caret-color: #0072ef;
1701
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1702
+ }
1703
+ .input__input_i0non:-webkit-autofill {
1704
+ -webkit-text-fill-color: #fff;
1728
1705
  }
1729
- .pagination__dots_1aovb {
1706
+ .input__input_i0non::placeholder {
1707
+ color: #8d8d93;
1708
+ }
1709
+ .input__hasLabel_i0non::placeholder {
1710
+ color: #464649;
1711
+ }
1712
+ .input__clearIcon_i0non {
1713
+ color: #fff;
1714
+ }
1715
+ .input__input_i0non:read-only {
1716
+ color: #8d8d93
1717
+ }
1718
+ .input__input_i0non:read-only:focus::placeholder {
1719
+ color: #8d8d93;
1720
+ }
1721
+ .input__input_i0non:disabled {
1722
+ color: #fff;
1723
+ -webkit-text-fill-color: #fff;
1724
+ }
1725
+ .input__input_i0non:focus::placeholder {
1726
+ color: rgba(235, 235, 245, 0.3);
1727
+ }
1728
+ .input__error_i0non {
1729
+ color: #f15045;
1730
+ caret-color: #f15045;
1731
+ }
1732
+ .input__focusVisible_snfqu {
1733
+ outline: 2px solid #0072ef;
1734
+ }
1735
+ @keyframes input__onautofillstart_snfqu {
1736
+ from {
1737
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1738
+ }
1739
+ to {
1740
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1741
+ }
1742
+ }
1743
+ @keyframes input__onautofillcancel_snfqu {
1744
+ from {
1745
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1746
+ }
1747
+ to {
1748
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1749
+ }
1750
+ }
1751
+ .input__input_5u11y {
1752
+ color: #000;
1753
+ caret-color: #0072ef;
1754
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1755
+ }
1756
+ .input__input_5u11y:-webkit-autofill {
1757
+ -webkit-text-fill-color: #000;
1758
+ }
1759
+ .input__input_5u11y::placeholder {
1760
+ color: rgba(60, 60, 67, 0.6);
1761
+ }
1762
+ .input__hasLabel_5u11y::placeholder {
1763
+ color: #c5c5c7;
1764
+ }
1765
+ .input__clearIcon_5u11y {
1766
+ color: #000;
1767
+ }
1768
+ .input__input_5u11y:read-only {
1769
+ color: rgba(60, 60, 67, 0.6)
1770
+ }
1771
+ .input__input_5u11y:read-only:focus::placeholder {
1772
+ color: rgba(60, 60, 67, 0.6);
1773
+ }
1774
+ .input__input_5u11y:disabled {
1775
+ color: #000;
1776
+ -webkit-text-fill-color: #000;
1777
+ }
1778
+ .input__input_5u11y:focus::placeholder {
1779
+ color: rgba(60, 60, 67, 0.3);
1780
+ }
1781
+ .input__error_5u11y {
1782
+ color: #ef3124;
1783
+ caret-color: #ef3124;
1784
+ }.pagination__component_u4n45 {
1785
+ color: #fff;
1786
+ }
1787
+ .pagination__dots_19ujd {
1730
1788
  color: #8d8d93;
1731
1789
  }
1732
1790
 
1733
- .pagination__tag_1rau9.pagination__tag_1rau9 {
1791
+ .pagination__tag_1rj0h.pagination__tag_1rj0h {
1734
1792
  color: #8d8d93
1735
1793
  }
1736
- .pagination__tag_1rau9.pagination__tag_1rau9:hover:not(:disabled) {
1794
+ .pagination__tag_1rj0h.pagination__tag_1rj0h:hover:not(:disabled) {
1737
1795
  background-color: #2c2c2e;
1738
1796
  color: #fff;
1739
1797
  }
1740
- .pagination__tag_1rau9.pagination__tag_1rau9:active:not(:disabled) {
1798
+ .pagination__tag_1rj0h.pagination__tag_1rj0h:active:not(:disabled) {
1741
1799
  background-color: #3a3a3c;
1742
1800
  }
1743
- .pagination__tag_1rau9.pagination__tag_1rau9.pagination__checked_1rau9 {
1801
+ .pagination__tag_1rj0h.pagination__tag_1rj0h.pagination__checked_1rj0h {
1744
1802
  background-color: #f3f4f5;
1745
1803
  color: #000;
1746
1804
  }
1747
- .pagination__tag_1rau9.pagination__tag_1rau9.pagination__checked_1rau9:hover:not(:disabled) {
1805
+ .pagination__tag_1rj0h.pagination__tag_1rj0h.pagination__checked_1rj0h:hover:not(:disabled) {
1748
1806
  color: #000;
1749
1807
  }
1750
- .pagination__tag_1rau9.pagination__tag_1rau9.pagination__checked_1rau9:active:not(:disabled) {
1808
+ .pagination__tag_1rj0h.pagination__tag_1rj0h.pagination__checked_1rj0h:active:not(:disabled) {
1751
1809
  color: #fff;
1752
- }.plate__component_vi6w3 {
1810
+ }.plate__component_wqbfd {
1753
1811
  color: #fff
1754
1812
  }
1755
- .plate__focused_vi6w3 {
1813
+ .plate__focused_wqbfd {
1756
1814
  outline: 2px solid #0072ef;
1757
1815
  }
1758
- .plate__shadow_vi6w3 {
1816
+ .plate__shadow_wqbfd {
1759
1817
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1760
1818
  }
1761
- .plate__common_vi6w3 {
1819
+ .plate__common_wqbfd {
1762
1820
  background-color: #202022;
1763
1821
  box-shadow: 0 0 0 1px #6d7986
1764
1822
  }
1765
- .plate__common_vi6w3:before {
1823
+ .plate__common_wqbfd:before {
1766
1824
  background-color: #6d7986;
1767
1825
  }
1768
- .plate__negative_vi6w3 {
1826
+ .plate__negative_wqbfd {
1769
1827
  background-color: #35110d;
1770
1828
  box-shadow: 0 0 0 1px #d91d0b
1771
1829
  }
1772
- .plate__negative_vi6w3:before {
1830
+ .plate__negative_wqbfd:before {
1773
1831
  background-color: #d91d0b;
1774
1832
  }
1775
- .plate__positive_vi6w3 {
1833
+ .plate__positive_wqbfd {
1776
1834
  background-color: #042117;
1777
1835
  box-shadow: 0 0 0 1px #13a463
1778
1836
  }
1779
- .plate__positive_vi6w3:before {
1837
+ .plate__positive_wqbfd:before {
1780
1838
  background-color: #13a463;
1781
1839
  }
1782
- .plate__attention_vi6w3 {
1840
+ .plate__attention_wqbfd {
1783
1841
  background-color: #332104;
1784
1842
  box-shadow: 0 0 0 1px #de6a00
1785
1843
  }
1786
- .plate__attention_vi6w3:before {
1844
+ .plate__attention_wqbfd:before {
1787
1845
  background-color: #de6a00;
1788
1846
  }
1789
- .plate__custom_vi6w3 {
1847
+ .plate__custom_wqbfd {
1790
1848
  background: transparent;
1791
1849
  box-shadow: 0 0 0 1px #6d7986
1792
1850
  }
1793
- .plate__custom_vi6w3:before {
1851
+ .plate__custom_wqbfd:before {
1794
1852
  background-color: #6d7986;
1795
- }.pure-cell__focused_d31tw {
1796
- outline: 2px solid #0072ef;
1797
- }
1798
-
1799
-
1800
-
1801
- .pure-cell__categoryPercent_c0s8o {
1802
- background-color: #202022;
1803
- }
1804
- .pure-cell__component_10wsc {
1805
- background-color: #202022;
1806
- }
1807
-
1808
-
1809
-
1810
-
1811
-
1812
- .slider-input__steps_11blv {
1813
- color: #8d8d93;
1814
- }
1815
- .slider-input__info_11blv {
1816
- color: #8d8d93;
1817
- }.with-suffix__hasSuffix_n9e56 input:focus::placeholder {
1818
- color: transparent;
1819
- }
1820
- .with-suffix__disabled_n9e56 {
1821
- color: #fff;
1822
- }
1823
- .with-suffix__readOnly_n9e56 {
1824
- color: #8d8d93;
1825
- }.bottom-sheet__modal_1ru89 {
1853
+ }.drawer__backdropEnter_jdt49 {
1826
1854
  background-color: transparent;
1827
1855
  }
1828
- .bottom-sheet__component_1ru89 {
1829
- background: #121212;
1830
- }
1831
- .bottom-sheet__marker_1ru89 {
1832
- background-color: #2a2a2c;
1833
- }
1834
- .bottom-sheet__content_1ru89 {
1835
- color: #fff;
1836
- background-color: #121212;
1837
- }
1838
- .bottom-sheet__backer_1sx4u {
1839
- color: #fff;
1840
- }
1841
- .bottom-sheet__button_1sx4u {
1842
- background: rgba(255, 255, 255, 0.03);
1843
- }
1844
- .bottom-sheet__closer_1t0w6 {
1845
- color: #fff;
1846
- }
1847
- .bottom-sheet__button_1t0w6 {
1848
- background: rgba(255, 255, 255, 0.03);
1849
- }
1850
- .bottom-sheet__footer_18xyl {
1851
- background-color: #121212;
1852
- }
1853
- .bottom-sheet__highlighted_18xyl {
1854
- border-top: 1px solid #2b2b2e;
1855
- background-color: #121212;
1856
+ .drawer__backdropEnterActive_jdt49,
1857
+ .drawer__backdropEnterDone_jdt49 {
1858
+ background-color: rgba(0, 0, 0, 0.8);
1856
1859
  }
1857
- .bottom-sheet__headerWrapper_174cj {
1858
- background-color: #121212;
1860
+ .drawer__backdropExit_jdt49 {
1861
+ background-color: rgba(0, 0, 0, 0.8);
1859
1862
  }
1860
- .bottom-sheet__highlighted_174cj {
1861
- border-bottom: 1px solid #2b2b2e;
1862
- }.filter-tag__component_r1dgx.filter-tag__disabled_r1dgx {
1863
+ .drawer__backdropExitActive_jdt49,
1864
+ .drawer__backdropExitDone_jdt49 {
1865
+ background-color: transparent;
1866
+ }.filter-tag__component_13ci9.filter-tag__disabled_13ci9 {
1863
1867
  background-color: rgba(32, 32, 34, 0.3);
1864
1868
  }
1865
- .filter-tag__component_r1dgx.filter-tag__checked_r1dgx:not(.filter-tag__component_r1dgx.filter-tag__disabled_r1dgx) {
1869
+ .filter-tag__component_13ci9.filter-tag__checked_13ci9:not(.filter-tag__component_13ci9.filter-tag__disabled_13ci9) {
1866
1870
  background-color: #f3f4f5;
1867
1871
  }
1868
- .filter-tag__component_r1dgx.filter-tag__checked_r1dgx:not(.filter-tag__component_r1dgx.filter-tag__disabled_r1dgx):hover {
1872
+ .filter-tag__component_13ci9.filter-tag__checked_13ci9:not(.filter-tag__component_13ci9.filter-tag__disabled_13ci9):hover {
1869
1873
  background-color: #f3f4f5;
1870
1874
  }
1871
- .filter-tag__component_r1dgx.filter-tag__checked_r1dgx:not(.filter-tag__component_r1dgx.filter-tag__disabled_r1dgx):active {
1875
+ .filter-tag__component_13ci9.filter-tag__checked_13ci9:not(.filter-tag__component_13ci9.filter-tag__disabled_13ci9):active {
1872
1876
  background-color: rgb(194, 195, 196);
1873
1877
  }
1874
- .filter-tag__focused_r1dgx {
1878
+ .filter-tag__focused_13ci9 {
1875
1879
  outline: 2px solid #0072ef;
1876
1880
  }
1877
- .filter-tag__valueButton_r1dgx {
1881
+ .filter-tag__valueButton_13ci9 {
1878
1882
  color: #fff;
1879
1883
  background-color: #202022;
1880
1884
  border-color: transparent
1881
1885
  }
1882
- .filter-tag__valueButton_r1dgx:not(.filter-tag__valueButton_r1dgx:disabled):hover {
1886
+ .filter-tag__valueButton_13ci9:not(.filter-tag__valueButton_13ci9:disabled):hover {
1883
1887
  background-color: #202022;
1884
1888
  border-color: transparent;
1885
1889
  }
1886
- .filter-tag__valueButton_r1dgx:not(.filter-tag__valueButton_r1dgx:disabled):active {
1890
+ .filter-tag__valueButton_13ci9:not(.filter-tag__valueButton_13ci9:disabled):active {
1887
1891
  background-color: rgb(65, 65, 67);
1888
1892
  border-color: transparent;
1889
1893
  }
1890
- .filter-tag__valueButton_r1dgx:disabled {
1894
+ .filter-tag__valueButton_13ci9:disabled {
1891
1895
  background-color: rgba(32, 32, 34, 0.3);
1892
1896
  border-color: transparent;
1893
1897
  color: #464649;
1894
1898
  }
1895
- .filter-tag__valueButton_r1dgx.filter-tag__checked_r1dgx {
1899
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9 {
1896
1900
  background-color: #f3f4f5;
1897
1901
  color: #000
1898
1902
  }
1899
- .filter-tag__valueButton_r1dgx.filter-tag__checked_r1dgx:not(.filter-tag__valueButton_r1dgx:disabled):hover {
1903
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9:not(.filter-tag__valueButton_13ci9:disabled):hover {
1900
1904
  background-color: #f3f4f5;
1901
1905
  }
1902
- .filter-tag__valueButton_r1dgx.filter-tag__checked_r1dgx:not(.filter-tag__valueButton_r1dgx:disabled):active {
1906
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9:not(.filter-tag__valueButton_13ci9:disabled):active {
1903
1907
  background-color: rgb(194, 195, 196);
1904
1908
  }
1905
- .filter-tag__valueButton_r1dgx.filter-tag__checked_r1dgx:not(.filter-tag__valueButton_r1dgx:disabled):hover + .filter-tag__clear_r1dgx:before {
1909
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9:not(.filter-tag__valueButton_13ci9:disabled):hover + .filter-tag__clear_13ci9:before {
1906
1910
  background-color: #464649;
1907
1911
  }
1908
- .filter-tag__valueButton_r1dgx.filter-tag__checked_r1dgx:not(.filter-tag__valueButton_r1dgx:disabled):active + .filter-tag__clear_r1dgx:before {
1912
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9:not(.filter-tag__valueButton_13ci9:disabled):active + .filter-tag__clear_13ci9:before {
1909
1913
  background-color: transparent;
1910
1914
  }
1911
- .filter-tag__valueButton_r1dgx.filter-tag__checked_r1dgx:disabled {
1915
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9:disabled {
1912
1916
  background-color: rgba(243, 244, 245, 0.3);
1913
1917
  color: #000;
1914
1918
  }
1915
- .filter-tag__clear_r1dgx {
1919
+ .filter-tag__clear_13ci9 {
1916
1920
  color: #464649;
1917
1921
  background-color: #f3f4f5
1918
1922
  }
1919
- .filter-tag__clear_r1dgx:before {
1923
+ .filter-tag__clear_13ci9:before {
1920
1924
  background-color: #464649;
1921
1925
  }
1922
- .filter-tag__clear_r1dgx:hover:before {
1926
+ .filter-tag__clear_13ci9:hover:before {
1923
1927
  background-color: #464649;
1924
1928
  }
1925
- .filter-tag__clear_r1dgx:active:before {
1929
+ .filter-tag__clear_13ci9:active:before {
1926
1930
  background-color: transparent;
1927
1931
  }
1928
- .filter-tag__clear_r1dgx:hover {
1932
+ .filter-tag__clear_13ci9:hover {
1929
1933
  background-color: #f3f4f5;
1930
1934
  color: #000;
1931
1935
  }
1932
- .filter-tag__clear_r1dgx:active {
1936
+ .filter-tag__clear_13ci9:active {
1933
1937
  background-color: rgb(194, 195, 196);
1934
1938
  color: #000;
1935
- }.file-upload-item__component_fup1a {
1939
+ }.file-upload-item__component_1945f {
1936
1940
  color: #8d8d93;
1937
1941
  box-shadow: 0 -1px 0 0 #2b2b2e inset
1938
1942
  }
1939
- .file-upload-item__icon_fup1a {
1943
+ .file-upload-item__icon_1945f {
1940
1944
  color: #fff;
1941
1945
  }
1942
- .file-upload-item__errorIcon_fup1a {
1946
+ .file-upload-item__errorIcon_1945f {
1943
1947
  color: #d91d0b;
1944
1948
  }
1945
- .file-upload-item__successIcon_fup1a {
1949
+ .file-upload-item__successIcon_1945f {
1946
1950
  color: #2fc26e;
1947
1951
  }
1948
- .file-upload-item__name_fup1a {
1952
+ .file-upload-item__name_1945f {
1949
1953
  color: #fff
1950
1954
  }
1951
- .file-upload-item__errorWrapper_fup1a {
1955
+ .file-upload-item__errorWrapper_1945f {
1952
1956
  color: #ef3124
1957
+ }.pure-cell__focused_fjw93 {
1958
+ outline: 2px solid #0072ef;
1953
1959
  }
1954
1960
 
1955
1961
 
1956
- .modal__button_1totv {
1957
- background: rgba(18, 18, 18, 0.4);
1962
+
1963
+ .pure-cell__categoryPercent_rf5yp {
1964
+ background-color: #202022;
1965
+ }
1966
+ .pure-cell__component_j1911 {
1967
+ background-color: #202022;
1958
1968
  }
1959
1969
 
1960
1970
 
1961
1971
 
1962
1972
 
1963
- .modal__sticky_12wme {
1964
- background: #121212;
1973
+
1974
+ .bottom-sheet__modal_umskb {
1975
+ background-color: transparent;
1965
1976
  }
1966
- .modal__highlighted_12wme {
1977
+ .bottom-sheet__component_umskb {
1967
1978
  background: #121212;
1968
- box-shadow: 0 -1px 0 0 #2b2b2e;
1969
1979
  }
1970
-
1971
-
1972
-
1973
- .modal__highlighted_1tght {
1974
- background: #121212;
1980
+ .bottom-sheet__marker_umskb {
1981
+ background-color: #2a2a2c;
1975
1982
  }
1976
- .modal__sticky_1tght.modal__hasContent_1tght {
1977
- background: #121212;
1978
- }
1979
- .toast-plate__component_1b89g {
1983
+ .bottom-sheet__content_umskb {
1984
+ color: #fff;
1985
+ background-color: #121212;
1986
+ }
1987
+ .bottom-sheet__backer_9f38j {
1988
+ color: #fff;
1989
+ }
1990
+ .bottom-sheet__button_9f38j {
1991
+ background: rgba(255, 255, 255, 0.03);
1992
+ }
1993
+ .bottom-sheet__closer_vtghh {
1994
+ color: #fff;
1995
+ }
1996
+ .bottom-sheet__button_vtghh {
1997
+ background: rgba(255, 255, 255, 0.03);
1998
+ }
1999
+ .bottom-sheet__footer_8yvsd {
2000
+ background-color: #121212;
2001
+ }
2002
+ .bottom-sheet__highlighted_8yvsd {
2003
+ border-top: 1px solid #2b2b2e;
2004
+ background-color: #121212;
2005
+ }
2006
+ .bottom-sheet__headerWrapper_10p1a {
2007
+ background-color: #121212;
2008
+ }
2009
+ .bottom-sheet__highlighted_10p1a {
2010
+ border-bottom: 1px solid #2b2b2e;
2011
+ }.toast-plate__component_1reub {
1980
2012
  color: #000;
1981
2013
  background-color: #fff
1982
2014
  }
1983
- .toast-plate__closeButtonWrapper_1b89g:before {
2015
+ .toast-plate__closeButtonWrapper_1reub:before {
1984
2016
  background-color: #e9e9eb;
1985
2017
  }
1986
2018
 
1987
2019
 
1988
-
1989
- .side-panel__button_xs3u7 {
2020
+ .modal__button_bowl9 {
1990
2021
  background: rgba(18, 18, 18, 0.4);
1991
2022
  }
1992
2023
 
1993
2024
 
1994
2025
 
1995
2026
 
1996
- .side-panel__sticky_1nd84 {
2027
+ .modal__sticky_1vk92 {
1997
2028
  background: #121212;
1998
2029
  }
1999
- .side-panel__highlighted_1nd84 {
2030
+ .modal__highlighted_1vk92 {
2000
2031
  background: #121212;
2001
2032
  box-shadow: 0 -1px 0 0 #2b2b2e;
2002
2033
  }
2003
2034
 
2004
2035
 
2005
2036
 
2006
- .side-panel__highlighted_1y44w {
2037
+ .modal__highlighted_115ia {
2007
2038
  background: #121212;
2008
2039
  }
2009
- .side-panel__sticky_1y44w.side-panel__hasContent_1y44w {
2040
+ .modal__sticky_115ia.modal__hasContent_115ia {
2010
2041
  background: #121212;
2011
2042
  }
2012
- .bank-card__component_1wl4j {
2013
- --form-control-bg-color: transparent;
2014
- --form-control-hover-bg-color: transparent;
2015
- --form-control-focus-bg-color: transparent;
2016
- }
2017
- .bank-card__label_1wl4j {
2018
- color: rgba(0, 0, 0, 0.6)
2019
- }
2020
- .bank-card__focused_1wl4j .bank-card__label_1wl4j,
2021
- .bank-card__filled_1wl4j .bank-card__label_1wl4j {
2022
- color: #000
2023
- }
2024
- .bank-card__input_1wl4j {
2025
- color: #000;
2026
- caret-color: #000
2027
- }
2028
- .bank-card__bankLogo_1wl4j svg g {
2029
- fill: #000;
2030
- }
2031
- .bank-card__brandLogo_1wl4j svg {
2032
- fill: #000;
2033
- }
2034
- .bank-card__usePhoto_1wl4j {
2035
- background-color: transparent
2043
+ .slider-input__steps_1ggb7 {
2044
+ color: #8d8d93;
2036
2045
  }
2037
- .bank-card__usePhoto_1wl4j svg {
2038
- fill: #000;
2039
- }.amount-input__minorPartAndCurrency_1ugv3 {
2046
+ .slider-input__info_1ggb7 {
2040
2047
  color: #8d8d93;
2048
+ }.with-suffix__hasSuffix_v3eyt input:focus::placeholder {
2049
+ color: transparent;
2041
2050
  }
2042
- .amount-input__filled_pzxxw .amount-input__input_pzxxw,
2043
- .amount-input__input_pzxxw:focus {
2044
- -webkit-text-fill-color: transparent;
2051
+ .with-suffix__disabled_v3eyt {
2052
+ color: #fff;
2045
2053
  }
2046
- .amount-input__minorPartAndCurrency_pz16e {
2047
- color: #8a8a8e;
2048
- }.tooltip__hint_1k52n {
2054
+ .with-suffix__readOnly_v3eyt {
2055
+ color: #8d8d93;
2056
+ }.tooltip__hint_lhdsz {
2049
2057
  background-color: #fff;
2050
2058
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2051
2059
  0 8px 16px rgba(11, 31, 53, 0.16);
2052
2060
  color: #000;
2053
2061
  }
2054
- .tooltip__hint_1k52n .tooltip__arrow_1k52n:after {
2062
+ .tooltip__hint_lhdsz .tooltip__arrow_lhdsz:after {
2055
2063
  background-color: #fff;
2056
2064
  border-color: #fff;
2057
2065
  }
2058
2066
 
2059
- .tooltip__tooltip_10i20 {
2067
+ .tooltip__tooltip_1ud5s {
2060
2068
  background-color: #fff;
2061
2069
  color: #000;
2062
2070
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2063
2071
  0 8px 16px rgba(11, 31, 53, 0.16);
2064
2072
  }
2065
- .tooltip__tooltip_10i20 .tooltip__arrow_10i20:after {
2073
+ .tooltip__tooltip_1ud5s .tooltip__arrow_1ud5s:after {
2066
2074
  background-color: #fff;
2067
2075
  }
2068
- .tooltip__hint_10i20 {
2076
+ .tooltip__hint_1ud5s {
2069
2077
  background-color: #121212;
2070
2078
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2071
2079
  color: #fff;
2072
2080
  }
2073
- .tooltip__hint_10i20 .tooltip__arrow_10i20:after {
2081
+ .tooltip__hint_1ud5s .tooltip__arrow_1ud5s:after {
2074
2082
  background-color: #121212;
2075
2083
  }
2076
- .toast__toastPlate_aj3hm {
2084
+ .bank-card__component_qo06s {
2085
+ --form-control-bg-color: transparent;
2086
+ --form-control-hover-bg-color: transparent;
2087
+ --form-control-focus-bg-color: transparent;
2088
+ }
2089
+ .bank-card__label_qo06s {
2090
+ color: rgba(0, 0, 0, 0.6)
2091
+ }
2092
+ .bank-card__focused_qo06s .bank-card__label_qo06s,
2093
+ .bank-card__filled_qo06s .bank-card__label_qo06s {
2094
+ color: #000
2095
+ }
2096
+ .bank-card__input_qo06s {
2097
+ color: #000;
2098
+ caret-color: #000
2099
+ }
2100
+ .bank-card__bankLogo_qo06s svg g {
2101
+ fill: #000;
2102
+ }
2103
+ .bank-card__brandLogo_qo06s svg {
2104
+ fill: #000;
2105
+ }
2106
+ .bank-card__usePhoto_qo06s {
2107
+ background-color: transparent
2108
+ }
2109
+ .bank-card__usePhoto_qo06s svg {
2110
+ fill: #000;
2111
+ }.toast__toastPlate_pjglf {
2077
2112
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2078
2113
  }
2079
- .toast__popoverInner_aj3hm {
2114
+ .toast__popoverInner_pjglf {
2080
2115
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2081
2116
  background-color: transparent;
2117
+ }
2118
+
2119
+
2120
+
2121
+ .side-panel__button_17fwv {
2122
+ background: rgba(18, 18, 18, 0.4);
2123
+ }
2124
+
2125
+
2126
+
2127
+
2128
+ .side-panel__sticky_18t54 {
2129
+ background: #121212;
2130
+ }
2131
+ .side-panel__highlighted_18t54 {
2132
+ background: #121212;
2133
+ box-shadow: 0 -1px 0 0 #2b2b2e;
2134
+ }
2135
+
2136
+
2137
+
2138
+ .side-panel__highlighted_jqtef {
2139
+ background: #121212;
2140
+ }
2141
+ .side-panel__sticky_jqtef.side-panel__hasContent_jqtef {
2142
+ background: #121212;
2143
+ }
2144
+ .amount-input__minorPartAndCurrency_13xqy {
2145
+ color: #8d8d93;
2146
+ }
2147
+ .amount-input__filled_1bguh .amount-input__input_1bguh,
2148
+ .amount-input__input_1bguh:focus {
2149
+ -webkit-text-fill-color: transparent;
2150
+ }
2151
+ .amount-input__minorPartAndCurrency_1yh13 {
2152
+ color: #8a8a8e;
2082
2153
  }@media (min-width: 600px) {
2083
2154
  }
2084
- .calendar__wrapper_11auv {
2155
+ .calendar__wrapper_anm1z {
2085
2156
  background: #121212;
2086
2157
  }
2087
- .calendar__calendar_11auv th {
2158
+ .calendar__calendar_anm1z th {
2088
2159
  border-bottom: 1px solid #2b2b2e;
2089
2160
  }
2090
- .calendar__dayNames_11auv {
2161
+ .calendar__dayNames_anm1z {
2091
2162
  border-bottom: 1px solid #2b2b2e;
2092
2163
  background: #121212
2093
2164
  }
2094
- .calendar__month_11auv {
2165
+ .calendar__month_anm1z {
2095
2166
  color: #fff;
2096
2167
  }
2097
- .calendar__dayName_11auv {
2168
+ .calendar__dayName_anm1z {
2098
2169
  color: #8d8d93
2099
2170
  }
2100
- .calendar__dayName_175vs {
2171
+ .calendar__dayName_1ydpm {
2101
2172
  color: #8d8d93
2102
2173
  }
2103
- .calendar__day_175vs {
2174
+ .calendar__day_1ydpm {
2104
2175
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2105
2176
  color: #fff
2106
2177
  }
2107
- .calendar__day_175vs.calendar__highlighted_175vs,
2108
- .calendar__day_175vs.calendar__range_175vs.calendar__highlighted_175vs:not(.calendar__disabled_175vs) {
2178
+ .calendar__day_1ydpm.calendar__highlighted_1ydpm,
2179
+ .calendar__day_1ydpm.calendar__range_1ydpm.calendar__highlighted_1ydpm:not(.calendar__disabled_1ydpm) {
2109
2180
  color: #fff;
2110
2181
  background: #2a2a2c;
2111
2182
  }
2112
- .calendar__day_175vs.calendar__holiday_175vs {
2183
+ .calendar__day_1ydpm.calendar__holiday_1ydpm {
2113
2184
  color: #ef3124;
2114
2185
  }
2115
- .calendar__day_175vs.calendar__disabled_175vs {
2186
+ .calendar__day_1ydpm.calendar__disabled_1ydpm {
2116
2187
  color: #464649;
2117
2188
  background: transparent;
2118
2189
  }
2119
- .calendar__day_175vs.calendar__today_175vs {
2190
+ .calendar__day_1ydpm.calendar__today_1ydpm {
2120
2191
  color: #0072ef;
2121
2192
  }
2122
- .calendar__day_175vs.calendar__rangeComplete_175vs {
2193
+ .calendar__day_1ydpm.calendar__rangeComplete_1ydpm {
2123
2194
  background: #e8f2fe;
2124
2195
  }
2125
- .calendar__day_175vs.calendar__selected_175vs,
2126
- .calendar__day_175vs.calendar__disabled_175vs.calendar__selected_175vs {
2196
+ .calendar__day_1ydpm.calendar__selected_1ydpm,
2197
+ .calendar__day_1ydpm.calendar__disabled_1ydpm.calendar__selected_1ydpm {
2127
2198
  color: #000;
2128
2199
  background: #fff;
2129
2200
  }
2130
2201
  @media (hover) {
2131
- .calendar__day_175vs.calendar__selected_175vs:hover {
2202
+ .calendar__day_1ydpm.calendar__selected_1ydpm:hover {
2132
2203
  background: rgb(217, 217, 217);
2133
2204
  }
2134
2205
  }
2135
- .calendar__dayWrapper_175vs {
2206
+ .calendar__dayWrapper_1ydpm {
2136
2207
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
2137
2208
  }
2138
- .calendar__range_175vs .calendar__day_175vs:not(.calendar__selected_175vs):not(.calendar__disabled_175vs):not(.calendar__today_175vs):not(.calendar__holiday_175vs) {
2209
+ .calendar__range_1ydpm .calendar__day_1ydpm:not(.calendar__selected_1ydpm):not(.calendar__disabled_1ydpm):not(.calendar__today_1ydpm):not(.calendar__holiday_1ydpm) {
2139
2210
  color: #fff;
2140
2211
  }
2141
- .calendar__range_175vs:before {
2212
+ .calendar__range_1ydpm:before {
2142
2213
  background: rgba(255, 255, 255, 0.1);
2143
2214
  }
2144
- .calendar__rangeComplete_175vs:before {
2215
+ .calendar__rangeComplete_1ydpm:before {
2145
2216
  background: #e8f2fe;
2146
2217
  }
2147
- .calendar__transitLeft_175vs:after {
2218
+ .calendar__transitLeft_1ydpm:after {
2148
2219
  background: linear-gradient(
2149
2220
  270deg,
2150
2221
  rgba(255, 255, 255, 0.1) 0%,
2151
2222
  rgba(255, 255, 255, 0) 100%
2152
2223
  );
2153
2224
  }
2154
- .calendar__transitRight_175vs:after {
2225
+ .calendar__transitRight_1ydpm:after {
2155
2226
  background: linear-gradient(
2156
2227
  270deg,
2157
2228
  rgba(255, 255, 255, 0) 0%,
2158
2229
  rgba(255, 255, 255, 0.1) 100%
2159
2230
  );
2160
2231
  }
2161
- .calendar__rangeComplete_175vs.calendar__transitLeft_175vs:after {
2232
+ .calendar__rangeComplete_1ydpm.calendar__transitLeft_1ydpm:after {
2162
2233
  background: linear-gradient(
2163
2234
  270deg,
2164
2235
  #e8f2fe 0%,
2165
2236
  rgba(255, 255, 255, 0) 100%
2166
2237
  );
2167
2238
  }
2168
- .calendar__rangeComplete_175vs.calendar__transitRight_175vs:after {
2239
+ .calendar__rangeComplete_1ydpm.calendar__transitRight_1ydpm:after {
2169
2240
  background: linear-gradient(
2170
2241
  270deg,
2171
2242
  rgba(255, 255, 255, 0) 0%,
2172
2243
  #e8f2fe 100%
2173
2244
  );
2174
2245
  }
2175
- .calendar__dot_175vs {
2246
+ .calendar__dot_1ydpm {
2176
2247
  background: #fff;
2177
2248
  }
2178
- .calendar__selected_175vs .calendar__dot_175vs {
2249
+ .calendar__selected_1ydpm .calendar__dot_1ydpm {
2179
2250
  background: #000;
2180
2251
  }
2181
- .calendar__withShadow_l4y45 {
2252
+ .calendar__withShadow_1lafh {
2182
2253
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2183
2254
  }
2184
2255
 
2185
2256
  @media (max-width: 374px) {
2186
2257
  }
2187
- .calendar__empty_l7hd8 {
2258
+ .calendar__empty_1sx8c {
2188
2259
  color: #8d8d93;
2189
2260
  }
2190
- .cc-calendar .calendar__button_k96g0 {
2261
+ .cc-calendar .calendar__button_1cb0m {
2191
2262
  background-color: transparent
2192
2263
  }
2193
- .cc-calendar .calendar__button_k96g0:not(:disabled):hover {
2264
+ .cc-calendar .calendar__button_1cb0m:not(:disabled):hover {
2194
2265
  background-color: #2c2c2e;
2195
2266
  color: #fff;
2196
2267
  }
2197
- .cc-calendar .calendar__button_k96g0.calendar__filled_k96g0 {
2268
+ .cc-calendar .calendar__button_1cb0m.calendar__filled_1cb0m {
2198
2269
  background-color: #2c2c2e
2199
2270
  }
2200
- .cc-calendar .calendar__button_k96g0.calendar__filled_k96g0:not(:disabled):hover {
2271
+ .cc-calendar .calendar__button_1cb0m.calendar__filled_1cb0m:not(:disabled):hover {
2201
2272
  background-color: rgb(59, 59, 61);
2202
2273
  }
2203
- .cc-calendar .calendar__button_k96g0.calendar__outlined_k96g0 {
2274
+ .cc-calendar .calendar__button_1cb0m.calendar__outlined_1cb0m {
2204
2275
  border: 1px solid #fff;
2205
2276
  }
2206
- .cc-calendar .calendar__button_k96g0.calendar__selected_k96g0,
2207
- .cc-calendar .calendar__button_k96g0.calendar__selected_k96g0:disabled {
2277
+ .cc-calendar .calendar__button_1cb0m.calendar__selected_1cb0m,
2278
+ .cc-calendar .calendar__button_1cb0m.calendar__selected_1cb0m:disabled {
2208
2279
  background-color: #fff;
2209
2280
  color: #000
2210
2281
  }
2211
- .cc-calendar .calendar__button_k96g0.calendar__selected_k96g0:not(:disabled):hover, .cc-calendar .calendar__button_k96g0.calendar__selected_k96g0:disabled:not(:disabled):hover {
2282
+ .cc-calendar .calendar__button_1cb0m.calendar__selected_1cb0m:not(:disabled):hover, .cc-calendar .calendar__button_1cb0m.calendar__selected_1cb0m:disabled:not(:disabled):hover {
2212
2283
  background-color: #fff;
2213
2284
  color: #000;
2214
2285
  }
2215
2286
  @media (max-width: 374px) {
2216
- }.gallery__modal_2um7i {
2287
+ }.gallery__modal_1si37 {
2217
2288
  background: transparent;
2218
2289
  }
2219
- .gallery__header_1ja0e {
2290
+ .gallery__header_1tl3a {
2220
2291
  background-color: #e9e9eb;
2221
2292
  }
2222
2293
 
2223
- .gallery__component_1t5u5 {
2294
+ .gallery__component_vjn1p {
2224
2295
  border: 2px solid rgba(0, 0, 0, 0);
2225
2296
  }
2226
- .gallery__active_1t5u5 {
2297
+ .gallery__active_vjn1p {
2227
2298
  border-color: #000
2228
2299
  }
2229
- .gallery__image_1t5u5 {
2300
+ .gallery__image_vjn1p {
2230
2301
  background-color: #121212
2231
2302
  }
2232
- .gallery__loading_1t5u5 {
2303
+ .gallery__loading_vjn1p {
2233
2304
  background-color: #e9eaeb;
2234
2305
  }
2235
- .gallery__brokenImageWrapper_1t5u5 {
2306
+ .gallery__brokenImageWrapper_vjn1p {
2236
2307
  background-color: #121212
2237
2308
  }
2238
- .gallery__focused_1t5u5 {
2309
+ .gallery__focused_vjn1p {
2239
2310
  outline: 2px solid #0072ef;
2240
2311
  }
2241
- .gallery__component_1k49d {
2312
+ .gallery__component_1vby9 {
2242
2313
  background-color: rgba(255, 255, 255, 0.5);
2243
2314
  }
2244
- .gallery__slideLoading_1k49d {
2315
+ .gallery__slideLoading_1vby9 {
2245
2316
  background-color: #e9eaeb;
2246
2317
  }
2247
- .gallery__image_1k49d {
2318
+ .gallery__image_1vby9 {
2248
2319
  background-color: #121212;
2249
2320
  }
2250
- .gallery__smallImage_1k49d {
2321
+ .gallery__smallImage_1vby9 {
2251
2322
  background-color: #121212;
2252
2323
  }
2253
- .gallery__arrow_1k49d {
2324
+ .gallery__arrow_1vby9 {
2254
2325
  color: #000
2255
2326
  }
2256
- .gallery__arrow_1k49d:hover {
2327
+ .gallery__arrow_1vby9:hover {
2257
2328
  background-color: rgba(255, 255, 255, 0.1);
2258
2329
  }
2259
- .gallery__arrow_1k49d:active {
2330
+ .gallery__arrow_1vby9:active {
2260
2331
  background-color: rgba(255, 255, 255, 0.2);
2261
2332
  }
2262
- .gallery__focused_1k49d {
2333
+ .gallery__focused_1vby9 {
2263
2334
  outline: 2px solid #0072ef;
2264
2335
  }
2265
- .gallery__placeholder_1k49d {
2336
+ .gallery__placeholder_1vby9 {
2266
2337
  background-color: #121212;
2267
2338
  }
2268
- .gallery__fullScreenImage_1k49d {
2339
+ .gallery__fullScreenImage_1vby9 {
2269
2340
  background-color: #121212;
2270
2341
  }
2271
- .gallery__component_x0u4w {
2342
+ .gallery__component_ybwp1 {
2272
2343
  background-color: #e9e9eb
2273
- }.select__arrow_l8zw5 {
2344
+ }.select__arrow_dz2c3 {
2274
2345
  color: #fff;
2275
2346
  }
2276
- .select__popoverInner_1t4sq {
2347
+ .select__popoverInner_1wg9e {
2277
2348
  background: transparent;
2278
2349
  }
2279
- .select__optionsList_1t4sq {
2350
+ .select__optionsList_1wg9e {
2280
2351
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2281
2352
  background: #121212;
2282
2353
  }
2283
- .select__popoverInner_962y0 {
2354
+ .select__popoverInner_6bnof {
2284
2355
  background: transparent;
2285
2356
  }
2286
- .select__single_45rs0 {
2357
+ .select__single_c4glp {
2287
2358
  background: #fff
2288
2359
  }
2289
- .select__placeholder_11ymo {
2360
+ .select__placeholder_9thwi {
2290
2361
  color: #8d8d93;
2291
2362
  }
2292
- .select__focusVisible_11ymo {
2363
+ .select__focusVisible_9thwi {
2293
2364
  outline: 2px solid #0072ef;
2294
2365
  }
2295
- .select__optgroup_1fin0 {
2366
+ .select__optgroup_1fes2 {
2296
2367
  background: #121212
2297
2368
  }
2298
- .select__label_1fin0 {
2369
+ .select__label_1fes2 {
2299
2370
  color: #8d8d93;
2300
2371
  }
2301
- .select__option_bov68 {
2372
+ .select__option_16qre {
2302
2373
  background: #121212;
2303
2374
  color: #fff
2304
2375
  }
2305
- .select__option_bov68:not(.select__disabled_bov68):active {
2376
+ .select__option_16qre:not(.select__disabled_16qre):active {
2306
2377
  background: #2c2c2e;
2307
2378
  color: #fff;
2308
2379
  }
2309
- .select__option_bov68:before {
2380
+ .select__option_16qre:before {
2310
2381
  background: #2b2b2e;
2311
2382
  }
2312
- .select__selected_bov68 {
2383
+ .select__selected_16qre {
2313
2384
  background: #121212;
2314
2385
  color: #fff;
2315
2386
  }
2316
- .select__highlighted_bov68 {
2387
+ .select__highlighted_16qre {
2317
2388
  background: #202022;
2318
2389
  color: #fff
2319
2390
  }
2320
- .select__disabled_bov68 {
2391
+ .select__disabled_16qre {
2321
2392
  background: #121212;
2322
2393
  color: #8d8d93;
2323
2394
  }
2324
- .select__emptyPlaceholder_1exgt {
2395
+ .select__emptyPlaceholder_1bm05 {
2325
2396
  color: #8d8d93;
2326
2397
  }
2327
- .select__virtualRow_lqghb:before {
2398
+ .select__virtualRow_tp5az:before {
2328
2399
  background: #2b2b2e;
2329
2400
  }
2330
- .select__emptyPlaceholder_lqghb {
2401
+ .select__emptyPlaceholder_tp5az {
2331
2402
  color: #8d8d93;
2332
2403
  }
2333
2404
 
2334
2405
 
2335
2406
 
2336
- .select__emptyPlaceholder_jf76v {
2407
+ .select__emptyPlaceholder_1bkbz {
2337
2408
  color: #8d8d93;
2338
2409
  }
2339
- .select__footer_jf76v {
2410
+ .select__footer_1bkbz {
2340
2411
  background-color: #121212
2341
2412
  }
2342
- .select__highlighted_jf76v {
2413
+ .select__highlighted_1bkbz {
2343
2414
  border-top: 1px solid #2b2b2e;
2344
2415
  background-color: #121212;
2345
2416
  }
2346
- .select__footer_za1qc {
2417
+ .select__footer_zuy2c {
2347
2418
  background: #121212
2348
2419
  }
2349
- .select__withBorder_za1qc {
2420
+ .select__withBorder_zuy2c {
2350
2421
  box-shadow: inset 0 1px 0 #262629;
2351
- }.calendar-with-skeleton__skeleton_1lcnu {
2422
+ }.calendar-with-skeleton__skeleton_1b5jk {
2352
2423
  background-color: #121212;
2353
- }.calendar-input__calendarIcon_fif6a {
2424
+ }.calendar-input__calendarIcon_1gpri {
2354
2425
  color: #fff
2355
- }.select-with-tags__tag_1a4jc:active:not(:disabled) {
2426
+ }.select-with-tags__tag_12syt:active:not(:disabled) {
2356
2427
  background-color: #f3f4f5;
2357
2428
  color: #000;
2358
2429
  }
2359
- .select-with-tags__tag_1a4jc:hover:not(:disabled):not(:active) {
2430
+ .select-with-tags__tag_12syt:hover:not(:disabled):not(:active) {
2360
2431
  background-color: #f3f4f5;
2361
2432
  color: #000;
2362
2433
  }
2363
- .select-with-tags__input_17rm5 {
2434
+ .select-with-tags__input_jffd9 {
2364
2435
  background-color: transparent;
2365
2436
  color: #fff
2366
2437
  }
2367
- .select-with-tags__input_17rm5:disabled {
2438
+ .select-with-tags__input_jffd9:disabled {
2368
2439
  color: #8d8d93;
2369
2440
  }
2370
- .select-with-tags__input_17rm5::placeholder {
2441
+ .select-with-tags__input_jffd9::placeholder {
2371
2442
  color: #8d8d93;
2372
2443
  }
2373
- .select-with-tags__input_17rm5:focus::placeholder {
2444
+ .select-with-tags__input_jffd9:focus::placeholder {
2374
2445
  color: #464649;
2375
2446
  }
2376
- .select-with-tags__focusVisible_17rm5 {
2447
+ .select-with-tags__focusVisible_jffd9 {
2377
2448
  outline: 2px solid #0072ef;
2378
2449
  }
2379
- .select-with-tags__placeholder_17rm5 {
2450
+ .select-with-tags__placeholder_jffd9 {
2380
2451
  color: #464649;
2381
2452
  }
2382
2453
 
2383
- .input-autocomplete__placeholder_1e7mg {
2454
+ .input-autocomplete__placeholder_15k54 {
2384
2455
  color: #8d8d93;
2385
2456
  }
2386
- .input-autocomplete__focusVisible_1e7mg {
2457
+ .input-autocomplete__focusVisible_15k54 {
2387
2458
  outline: 2px solid #0072ef;
2388
2459
  }
2389
- .intl-phone-input__flagIcon_1byvd {
2460
+ .intl-phone-input__flagIcon_1x9g2 {
2390
2461
  box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2391
2462
  }
2392
- .intl-phone-input__dialCode_1fh9x {
2463
+ .intl-phone-input__dialCode_1r3so {
2393
2464
  color: #8d8d93;
2394
2465
  }
2395
- .intl-phone-input__focusVisible_145h6 {
2466
+ .intl-phone-input__focusVisible_15e0b {
2396
2467
  outline: 2px solid #0072ef;
2397
- }.table__component_hftkc {
2468
+ }.table__component_kfa8y {
2398
2469
  border-top: 1px solid #2b2b2e;
2399
2470
  }
2400
- .table__wrapper_1rafz {
2471
+ .table__wrapper_6u5xb {
2401
2472
  background: #121212;
2402
2473
  box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2403
2474
  0 2px 4px rgba(11, 31, 53, 0.16);
2404
2475
  }
2405
2476
 
2406
- .table__component_1rg8w {
2477
+ .table__component_z2ocv {
2407
2478
  color: #fff;
2408
2479
  border-top: 1px solid #2b2b2e
2409
2480
  }
2410
2481
 
2411
- .table__component_1ft4d th:not(:last-child):not(:empty):after {
2482
+ .table__component_1656k th:not(:last-child):not(:empty):after {
2412
2483
  background-color: #2a2a2c;
2413
2484
  }
2414
- .table__component_znkff {
2485
+ .table__component_jazqf {
2415
2486
  color: #fff;
2416
2487
  border-bottom: 1px solid #2b2b2e;
2417
2488
  background: #121212
2418
2489
  }
2419
- .table__sorted_znkff {
2490
+ .table__sorted_jazqf {
2420
2491
  color: #fff;
2421
2492
  }
2422
- .table__component_bygpb {
2493
+ .table__component_158w7 {
2423
2494
  background: #121212
2424
2495
  }
2425
- .table__withoutBorder_bygpb {
2496
+ .table__withoutBorder_158w7 {
2426
2497
  }
2427
- .table__clickable_bygpb:hover {
2498
+ .table__clickable_158w7:hover {
2428
2499
  background-color: #202022;
2429
2500
  }
2430
- .table__selected_bygpb {
2501
+ .table__selected_158w7 {
2431
2502
  background-color: #f2f8ff
2432
2503
  }
2433
- .table__selected_bygpb:hover {
2504
+ .table__selected_158w7:hover {
2434
2505
  background-color: #e8f2fe;
2435
2506
  }
2436
- .table__icon_ftkmp {
2507
+ .table__icon_17rim {
2437
2508
  color: #8d8d93
2438
2509
  }
2439
- .table__icon_ftkmp:hover {
2510
+ .table__icon_17rim:hover {
2440
2511
  color: #fff;
2441
2512
  }
2442
- .table__sorted_ftkmp {
2513
+ .table__sorted_17rim {
2443
2514
  color: #0072ef
2444
2515
  }
2445
- .table__sorted_ftkmp:hover {
2516
+ .table__sorted_17rim:hover {
2446
2517
  color: #0072ef;
2447
2518
  }
2448
- .table__open_weqri,
2449
- .table__open_weqri:hover {
2519
+ .table__open_ze7g3,
2520
+ .table__open_ze7g3:hover {
2450
2521
  background-color: rgba(255, 255, 255, 0.163);
2451
- }.calendar-range__divider_1shnj:after {
2522
+ }.calendar-range__divider_15y2y:after {
2452
2523
  background-color: #fff;
2453
2524
  }