@alfalab/core-components 30.7.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 (1850) 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-f2e9f76b.d.ts → component-42ea259e.d.ts} +0 -0
  104. package/bottom-sheet/{component-f2e9f76b.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-4cca8839.d.ts → component-bc8a3650.d.ts} +0 -0
  116. package/bottom-sheet/esm/{component-4cca8839.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-42f486ba.d.ts → tslib.es6-1f5a41a6.d.ts} +0 -0
  131. package/bottom-sheet/esm/{tslib.es6-42f486ba.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-cf1f5afe.d.ts → component-1189881e.d.ts} +0 -0
  136. package/bottom-sheet/modern/{component-cf1f5afe.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-4eaed750.d.ts → tslib.es6-d75705ee.d.ts} +0 -0
  150. package/bottom-sheet/{tslib.es6-4eaed750.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.d.ts +1 -1
  181. package/calendar/components/select-button/Component.js +2 -2
  182. package/calendar/components/select-button/index.css +9 -9
  183. package/calendar/components/select-button/index.js +1 -1
  184. package/calendar/components/years-table/Component.js +2 -2
  185. package/calendar/components/years-table/index.css +12 -12
  186. package/calendar/components/years-table/index.js +1 -1
  187. package/calendar/esm/Component.js +2 -2
  188. package/calendar/esm/components/calendar-mobile/Component.js +2 -2
  189. package/calendar/esm/components/calendar-mobile/index.css +10 -10
  190. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  191. package/calendar/esm/components/days-table/Component.js +2 -2
  192. package/calendar/esm/components/days-table/index.css +57 -57
  193. package/calendar/esm/components/days-table/index.js +1 -1
  194. package/calendar/esm/components/header/Component.js +1 -1
  195. package/calendar/esm/components/header/index.css +2 -2
  196. package/calendar/esm/components/month-year-header/Component.js +2 -2
  197. package/calendar/esm/components/month-year-header/index.css +9 -9
  198. package/calendar/esm/components/month-year-header/index.js +1 -1
  199. package/calendar/esm/components/months-table/Component.js +2 -2
  200. package/calendar/esm/components/months-table/index.css +10 -10
  201. package/calendar/esm/components/months-table/index.js +1 -1
  202. package/calendar/esm/components/period-slider/Component.js +1 -1
  203. package/calendar/esm/components/period-slider/index.css +9 -9
  204. package/calendar/esm/components/select-button/Component.js +2 -2
  205. package/calendar/esm/components/select-button/index.css +9 -9
  206. package/calendar/esm/components/select-button/index.js +1 -1
  207. package/calendar/esm/components/years-table/Component.js +2 -2
  208. package/calendar/esm/components/years-table/index.css +12 -12
  209. package/calendar/esm/components/years-table/index.js +1 -1
  210. package/calendar/esm/index.css +13 -13
  211. package/calendar/esm/index.js +1 -1
  212. package/calendar/esm/{tslib.es6-f50da297.d.ts → tslib.es6-ce469f9e.d.ts} +0 -0
  213. package/calendar/esm/{tslib.es6-f50da297.js → tslib.es6-ce469f9e.js} +0 -0
  214. package/calendar/index.css +13 -13
  215. package/calendar/index.js +1 -1
  216. package/calendar/modern/Component.js +1 -1
  217. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  218. package/calendar/modern/components/calendar-mobile/index.css +10 -10
  219. package/calendar/modern/components/days-table/Component.js +1 -1
  220. package/calendar/modern/components/days-table/index.css +57 -57
  221. package/calendar/modern/components/header/Component.js +1 -1
  222. package/calendar/modern/components/header/index.css +2 -2
  223. package/calendar/modern/components/month-year-header/Component.js +1 -1
  224. package/calendar/modern/components/month-year-header/index.css +9 -9
  225. package/calendar/modern/components/months-table/Component.js +1 -1
  226. package/calendar/modern/components/months-table/index.css +10 -10
  227. package/calendar/modern/components/period-slider/Component.js +1 -1
  228. package/calendar/modern/components/period-slider/index.css +9 -9
  229. package/calendar/modern/components/select-button/Component.js +1 -1
  230. package/calendar/modern/components/select-button/index.css +9 -9
  231. package/calendar/modern/components/years-table/Component.js +1 -1
  232. package/calendar/modern/components/years-table/index.css +12 -12
  233. package/calendar/modern/index.css +13 -13
  234. package/calendar/{tslib.es6-3f36ece5.d.ts → tslib.es6-f91ca2b2.d.ts} +0 -0
  235. package/calendar/{tslib.es6-3f36ece5.js → tslib.es6-f91ca2b2.js} +0 -0
  236. package/calendar-input/Component.js +1 -1
  237. package/calendar-input/esm/Component.js +1 -1
  238. package/calendar-input/esm/index.css +10 -10
  239. package/calendar-input/index.css +10 -10
  240. package/calendar-input/modern/Component.js +1 -1
  241. package/calendar-input/modern/index.css +10 -10
  242. package/calendar-range/Component.js +1 -1
  243. package/calendar-range/esm/Component.js +1 -1
  244. package/calendar-range/esm/index.js +1 -1
  245. package/calendar-range/esm/{index.module-4c311fd3.d.ts → index.module-a54534bf.d.ts} +0 -0
  246. package/calendar-range/esm/{index.module-4c311fd3.js → index.module-a54534bf.js} +1 -1
  247. package/calendar-range/esm/views/index.css +7 -7
  248. package/calendar-range/esm/views/popover.js +1 -1
  249. package/calendar-range/esm/views/static.js +1 -1
  250. package/calendar-range/index.js +1 -1
  251. package/calendar-range/{index.module-5021309c.d.ts → index.module-3aa15924.d.ts} +0 -0
  252. package/calendar-range/{index.module-5021309c.js → index.module-3aa15924.js} +1 -1
  253. package/calendar-range/modern/Component.js +1 -1
  254. package/calendar-range/modern/index.js +1 -1
  255. package/calendar-range/modern/index.module-645cc35e.js +4 -0
  256. package/calendar-range/modern/views/index.css +7 -7
  257. package/calendar-range/modern/views/popover.js +1 -1
  258. package/calendar-range/modern/views/static.js +1 -1
  259. package/calendar-range/views/index.css +7 -7
  260. package/calendar-range/views/popover.js +1 -1
  261. package/calendar-range/views/static.js +1 -1
  262. package/calendar-with-skeleton/Component.js +1 -1
  263. package/calendar-with-skeleton/esm/Component.js +1 -1
  264. package/calendar-with-skeleton/esm/index.css +11 -11
  265. package/calendar-with-skeleton/index.css +11 -11
  266. package/calendar-with-skeleton/modern/Component.js +1 -1
  267. package/calendar-with-skeleton/modern/index.css +11 -11
  268. package/card-image/Component.js +1 -1
  269. package/card-image/esm/Component.js +1 -1
  270. package/card-image/esm/index.css +6 -6
  271. package/card-image/index.css +6 -6
  272. package/card-image/modern/Component.js +1 -1
  273. package/card-image/modern/index.css +6 -6
  274. package/cdn-icon/Component.js +1 -1
  275. package/cdn-icon/esm/Component.js +1 -1
  276. package/cdn-icon/esm/index.css +3 -3
  277. package/cdn-icon/index.css +3 -3
  278. package/cdn-icon/modern/Component.js +1 -1
  279. package/cdn-icon/modern/index.css +3 -3
  280. package/chart/Component.js +2 -2
  281. package/chart/components/Dot/index.css +7 -7
  282. package/chart/components/Dot/index.js +1 -1
  283. package/chart/components/Legends/index.css +7 -7
  284. package/chart/components/Legends/index.js +1 -1
  285. package/chart/components/Tick/index.css +3 -3
  286. package/chart/components/Tick/index.js +1 -1
  287. package/chart/components/TooltipContent/index.css +6 -6
  288. package/chart/components/TooltipContent/index.js +1 -1
  289. package/chart/esm/Component.js +2 -2
  290. package/chart/esm/components/Dot/index.css +7 -7
  291. package/chart/esm/components/Dot/index.js +1 -1
  292. package/chart/esm/components/Legends/index.css +7 -7
  293. package/chart/esm/components/Legends/index.js +1 -1
  294. package/chart/esm/components/Tick/index.css +3 -3
  295. package/chart/esm/components/Tick/index.js +1 -1
  296. package/chart/esm/components/TooltipContent/index.css +6 -6
  297. package/chart/esm/components/TooltipContent/index.js +1 -1
  298. package/chart/esm/hooks/useSettings/index.js +1 -1
  299. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  300. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  301. package/chart/esm/index.css +4 -4
  302. package/chart/esm/index.js +1 -1
  303. package/chart/esm/{tslib.es6-a0f0d64b.d.ts → tslib.es6-5d1ebc5d.d.ts} +0 -0
  304. package/chart/esm/{tslib.es6-a0f0d64b.js → tslib.es6-5d1ebc5d.js} +0 -0
  305. package/chart/hooks/useSettings/index.js +1 -1
  306. package/chart/hooks/useSettings/utils/setDatas.d.ts +2 -1
  307. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  308. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  309. package/chart/index.css +4 -4
  310. package/chart/index.js +1 -1
  311. package/chart/modern/Component.js +1 -1
  312. package/chart/modern/components/Dot/index.css +7 -7
  313. package/chart/modern/components/Dot/index.js +1 -1
  314. package/chart/modern/components/Legends/index.css +7 -7
  315. package/chart/modern/components/Legends/index.js +1 -1
  316. package/chart/modern/components/Tick/index.css +3 -3
  317. package/chart/modern/components/Tick/index.js +1 -1
  318. package/chart/modern/components/TooltipContent/index.css +6 -6
  319. package/chart/modern/components/TooltipContent/index.js +1 -1
  320. package/chart/modern/index.css +4 -4
  321. package/chart/{tslib.es6-5f4565ab.d.ts → tslib.es6-1e5791f1.d.ts} +0 -0
  322. package/chart/{tslib.es6-5f4565ab.js → tslib.es6-1e5791f1.js} +0 -0
  323. package/checkbox/Component.js +1 -1
  324. package/checkbox/esm/Component.js +1 -1
  325. package/checkbox/esm/index.css +36 -36
  326. package/checkbox/index.css +36 -36
  327. package/checkbox/modern/Component.js +1 -1
  328. package/checkbox/modern/index.css +36 -36
  329. package/checkbox-group/Component.js +1 -1
  330. package/checkbox-group/esm/Component.js +1 -1
  331. package/checkbox-group/esm/index.css +16 -16
  332. package/checkbox-group/index.css +16 -16
  333. package/checkbox-group/modern/Component.js +1 -1
  334. package/checkbox-group/modern/index.css +16 -16
  335. package/circular-progress-bar/Component.js +1 -1
  336. package/circular-progress-bar/esm/Component.js +1 -1
  337. package/circular-progress-bar/esm/index.css +48 -48
  338. package/circular-progress-bar/index.css +48 -48
  339. package/circular-progress-bar/modern/Component.js +1 -1
  340. package/circular-progress-bar/modern/index.css +48 -48
  341. package/code-input/component.js +1 -1
  342. package/code-input/components/input/component.js +1 -1
  343. package/code-input/components/input/index.css +10 -10
  344. package/code-input/esm/component.js +1 -1
  345. package/code-input/esm/components/input/component.js +1 -1
  346. package/code-input/esm/components/input/index.css +10 -10
  347. package/code-input/esm/index.css +5 -5
  348. package/code-input/index.css +5 -5
  349. package/code-input/modern/component.js +1 -1
  350. package/code-input/modern/components/input/component.js +1 -1
  351. package/code-input/modern/components/input/index.css +10 -10
  352. package/code-input/modern/index.css +5 -5
  353. package/collapse/Component.js +1 -1
  354. package/collapse/esm/Component.js +1 -1
  355. package/collapse/esm/index.css +8 -8
  356. package/collapse/index.css +8 -8
  357. package/collapse/modern/Component.js +1 -1
  358. package/collapse/modern/index.css +8 -8
  359. package/comment/Component.js +1 -1
  360. package/comment/esm/Component.js +1 -1
  361. package/comment/esm/index.css +2 -2
  362. package/comment/index.css +2 -2
  363. package/comment/modern/Component.js +1 -1
  364. package/comment/modern/index.css +2 -2
  365. package/confirmation/component.js +2 -2
  366. package/confirmation/components/countdown-loader/component.js +1 -1
  367. package/confirmation/components/countdown-loader/index.css +2 -2
  368. package/confirmation/components/index.js +1 -1
  369. package/confirmation/components/screens/fatal-error/component.js +1 -1
  370. package/confirmation/components/screens/fatal-error/index.css +3 -3
  371. package/confirmation/components/screens/hint/component.js +1 -1
  372. package/confirmation/components/screens/hint/index.css +13 -13
  373. package/confirmation/components/screens/index.js +1 -1
  374. package/confirmation/components/screens/initial/component.js +1 -1
  375. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  376. package/confirmation/components/screens/initial/index.css +16 -16
  377. package/confirmation/components/screens/initial/index.js +1 -1
  378. package/confirmation/components/screens/temp-block/component.js +1 -1
  379. package/confirmation/components/screens/temp-block/index.css +5 -5
  380. package/confirmation/{countdown-section-e1cf517f.d.ts → countdown-section-1ad238f2.d.ts} +0 -0
  381. package/confirmation/{countdown-section-e1cf517f.js → countdown-section-1ad238f2.js} +1 -1
  382. package/confirmation/esm/component.js +2 -2
  383. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  384. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  385. package/confirmation/esm/components/index.js +1 -1
  386. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  387. package/confirmation/esm/components/screens/fatal-error/index.css +3 -3
  388. package/confirmation/esm/components/screens/hint/component.js +1 -1
  389. package/confirmation/esm/components/screens/hint/index.css +13 -13
  390. package/confirmation/esm/components/screens/index.js +1 -1
  391. package/confirmation/esm/components/screens/initial/component.js +1 -1
  392. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  393. package/confirmation/esm/components/screens/initial/index.css +16 -16
  394. package/confirmation/esm/components/screens/initial/index.js +1 -1
  395. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  396. package/confirmation/esm/components/screens/temp-block/index.css +5 -5
  397. package/confirmation/esm/{countdown-section-d55aa7b6.d.ts → countdown-section-ad4f258b.d.ts} +0 -0
  398. package/confirmation/esm/{countdown-section-d55aa7b6.js → countdown-section-ad4f258b.js} +1 -1
  399. package/confirmation/esm/index.css +3 -3
  400. package/confirmation/esm/index.js +1 -1
  401. package/confirmation/index.css +3 -3
  402. package/confirmation/index.js +1 -1
  403. package/confirmation/modern/component.js +2 -2
  404. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  405. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  406. package/confirmation/modern/components/index.js +1 -1
  407. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  408. package/confirmation/modern/components/screens/fatal-error/index.css +3 -3
  409. package/confirmation/modern/components/screens/hint/component.js +1 -1
  410. package/confirmation/modern/components/screens/hint/index.css +13 -13
  411. package/confirmation/modern/components/screens/index.js +1 -1
  412. package/confirmation/modern/components/screens/initial/component.js +1 -1
  413. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  414. package/confirmation/modern/components/screens/initial/index.css +16 -16
  415. package/confirmation/modern/components/screens/initial/index.js +1 -1
  416. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  417. package/confirmation/modern/components/screens/temp-block/index.css +5 -5
  418. package/confirmation/modern/{countdown-section-92065267.d.ts → countdown-section-a1cc5704.d.ts} +0 -0
  419. package/confirmation/modern/{countdown-section-92065267.js → countdown-section-a1cc5704.js} +1 -1
  420. package/confirmation/modern/index.css +3 -3
  421. package/confirmation/modern/index.js +1 -1
  422. package/custom-button/Component.js +1 -1
  423. package/custom-button/esm/Component.js +1 -1
  424. package/custom-button/esm/index.css +11 -11
  425. package/custom-button/index.css +11 -11
  426. package/custom-button/modern/Component.js +1 -1
  427. package/custom-button/modern/index.css +11 -11
  428. package/date-input/Component.d.ts +1 -1
  429. package/date-input/Component.js +1 -1
  430. package/date-input/esm/Component.js +1 -1
  431. package/date-input/esm/index.css +3 -3
  432. package/date-input/index.css +3 -3
  433. package/date-input/modern/Component.js +1 -1
  434. package/date-input/modern/index.css +3 -3
  435. package/divider/Component.js +1 -1
  436. package/divider/esm/Component.js +1 -1
  437. package/divider/esm/index.css +1 -1
  438. package/divider/index.css +1 -1
  439. package/divider/modern/Component.js +1 -1
  440. package/divider/modern/index.css +1 -1
  441. package/drawer/Component.js +1 -1
  442. package/drawer/esm/Component.js +1 -1
  443. package/drawer/esm/index.css +16 -16
  444. package/drawer/index.css +16 -16
  445. package/drawer/modern/Component.js +1 -1
  446. package/drawer/modern/index.css +16 -16
  447. package/dropzone/Component.js +1 -1
  448. package/dropzone/components/overlay/Component.js +1 -1
  449. package/dropzone/components/overlay/index.css +3 -3
  450. package/dropzone/esm/Component.js +1 -1
  451. package/dropzone/esm/components/overlay/Component.js +1 -1
  452. package/dropzone/esm/components/overlay/index.css +3 -3
  453. package/dropzone/esm/index.css +6 -6
  454. package/dropzone/index.css +6 -6
  455. package/dropzone/modern/Component.js +1 -1
  456. package/dropzone/modern/components/overlay/Component.js +1 -1
  457. package/dropzone/modern/components/overlay/index.css +3 -3
  458. package/dropzone/modern/index.css +6 -6
  459. package/file-upload-item/Component.js +1 -1
  460. package/file-upload-item/esm/Component.js +1 -1
  461. package/file-upload-item/esm/index.css +23 -23
  462. package/file-upload-item/index.css +23 -23
  463. package/file-upload-item/modern/Component.js +1 -1
  464. package/file-upload-item/modern/index.css +23 -23
  465. package/filter-tag/Component.js +1 -1
  466. package/filter-tag/esm/Component.js +1 -1
  467. package/filter-tag/esm/index.css +57 -57
  468. package/filter-tag/index.css +57 -57
  469. package/filter-tag/modern/Component.js +1 -1
  470. package/filter-tag/modern/index.css +57 -57
  471. package/form-control/Component.js +3 -3
  472. package/form-control/default.css +14 -14
  473. package/form-control/esm/Component.js +3 -3
  474. package/form-control/esm/default.css +14 -14
  475. package/form-control/esm/index.css +41 -41
  476. package/form-control/esm/inverted.css +14 -14
  477. package/form-control/index.css +41 -41
  478. package/form-control/inverted.css +14 -14
  479. package/form-control/modern/Component.js +3 -3
  480. package/form-control/modern/default.css +14 -14
  481. package/form-control/modern/index.css +41 -41
  482. package/form-control/modern/inverted.css +14 -14
  483. package/gallery/Component.js +3 -3
  484. package/gallery/components/header/Component.js +2 -2
  485. package/gallery/components/header/buttons.js +1 -1
  486. package/gallery/components/header/index.css +2 -2
  487. package/gallery/components/header/index.js +1 -1
  488. package/gallery/components/header-info-block/Component.js +1 -1
  489. package/gallery/components/header-info-block/index.css +4 -4
  490. package/gallery/components/image-preview/Component.js +1 -1
  491. package/gallery/components/image-preview/index.css +11 -11
  492. package/gallery/components/image-viewer/component.js +2 -2
  493. package/gallery/components/image-viewer/index.css +18 -18
  494. package/gallery/components/image-viewer/index.js +2 -2
  495. package/gallery/components/image-viewer/slide.js +1 -1
  496. package/gallery/components/index.js +2 -2
  497. package/gallery/components/navigation-bar/Component.js +1 -1
  498. package/gallery/components/navigation-bar/index.css +5 -5
  499. package/gallery/esm/Component.js +3 -3
  500. package/gallery/esm/components/header/Component.js +2 -2
  501. package/gallery/esm/components/header/buttons.js +1 -1
  502. package/gallery/esm/components/header/index.css +2 -2
  503. package/gallery/esm/components/header/index.js +1 -1
  504. package/gallery/esm/components/header-info-block/Component.js +1 -1
  505. package/gallery/esm/components/header-info-block/index.css +4 -4
  506. package/gallery/esm/components/image-preview/Component.js +1 -1
  507. package/gallery/esm/components/image-preview/index.css +11 -11
  508. package/gallery/esm/components/image-viewer/component.js +2 -2
  509. package/gallery/esm/components/image-viewer/index.css +18 -18
  510. package/gallery/esm/components/image-viewer/index.js +2 -2
  511. package/gallery/esm/components/image-viewer/slide.js +1 -1
  512. package/gallery/esm/components/index.js +2 -2
  513. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  514. package/gallery/esm/components/navigation-bar/index.css +5 -5
  515. package/gallery/esm/index.css +2 -2
  516. package/gallery/esm/index.js +2 -2
  517. package/gallery/esm/{slide-b5d336b5.d.ts → slide-80569341.d.ts} +0 -0
  518. package/gallery/esm/{slide-b5d336b5.js → slide-80569341.js} +1 -1
  519. package/gallery/esm/{tslib.es6-35493478.d.ts → tslib.es6-686a7df6.d.ts} +0 -0
  520. package/gallery/esm/{tslib.es6-35493478.js → tslib.es6-686a7df6.js} +0 -0
  521. package/gallery/index.css +2 -2
  522. package/gallery/index.js +2 -2
  523. package/gallery/modern/Component.js +2 -2
  524. package/gallery/modern/components/header/Component.js +1 -1
  525. package/gallery/modern/components/header/index.css +2 -2
  526. package/gallery/modern/components/header-info-block/Component.js +1 -1
  527. package/gallery/modern/components/header-info-block/index.css +4 -4
  528. package/gallery/modern/components/image-preview/Component.js +1 -1
  529. package/gallery/modern/components/image-preview/index.css +11 -11
  530. package/gallery/modern/components/image-viewer/component.js +1 -1
  531. package/gallery/modern/components/image-viewer/index.css +18 -18
  532. package/gallery/modern/components/image-viewer/index.js +1 -1
  533. package/gallery/modern/components/image-viewer/slide.js +1 -1
  534. package/gallery/modern/components/index.js +1 -1
  535. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  536. package/gallery/modern/components/navigation-bar/index.css +5 -5
  537. package/gallery/modern/index.css +2 -2
  538. package/gallery/modern/index.js +1 -1
  539. package/gallery/modern/{slide-d9bdf567.d.ts → slide-7ab46e81.d.ts} +0 -0
  540. package/gallery/modern/{slide-d9bdf567.js → slide-7ab46e81.js} +1 -1
  541. package/gallery/{slide-5cc2ad57.d.ts → slide-90a5dd67.d.ts} +0 -0
  542. package/gallery/{slide-5cc2ad57.js → slide-90a5dd67.js} +1 -1
  543. package/gallery/{tslib.es6-1603de03.d.ts → tslib.es6-0ff08094.d.ts} +0 -0
  544. package/gallery/{tslib.es6-1603de03.js → tslib.es6-0ff08094.js} +0 -0
  545. package/grid/Component.js +1 -1
  546. package/grid/col/Component.js +2 -2
  547. package/grid/col/index.css +511 -511
  548. package/grid/col/index.js +1 -1
  549. package/grid/esm/Component.js +1 -1
  550. package/grid/esm/col/Component.js +2 -2
  551. package/grid/esm/col/index.css +511 -511
  552. package/grid/esm/col/index.js +1 -1
  553. package/grid/esm/gutters.css +78 -78
  554. package/grid/esm/{gutters.module-39b71a0e.d.ts → gutters.module-b3de44c1.d.ts} +0 -0
  555. package/grid/esm/gutters.module-b3de44c1.js +27 -0
  556. package/grid/esm/index.js +1 -1
  557. package/grid/esm/row/Component.js +2 -2
  558. package/grid/esm/row/index.css +9 -9
  559. package/grid/esm/row/index.js +1 -1
  560. package/grid/gutters.css +78 -78
  561. package/grid/{gutters.module-474590eb.d.ts → gutters.module-972c2ceb.d.ts} +0 -0
  562. package/grid/gutters.module-972c2ceb.js +28 -0
  563. package/grid/index.js +1 -1
  564. package/grid/modern/Component.js +1 -1
  565. package/grid/modern/col/Component.js +2 -2
  566. package/grid/modern/col/index.css +511 -511
  567. package/grid/modern/col/index.js +1 -1
  568. package/grid/modern/gutters.css +78 -78
  569. package/grid/modern/gutters.module-4adc00b3.js +4 -0
  570. package/grid/modern/index.js +1 -1
  571. package/grid/modern/row/Component.js +2 -2
  572. package/grid/modern/row/index.css +9 -9
  573. package/grid/modern/row/index.js +1 -1
  574. package/grid/row/Component.js +2 -2
  575. package/grid/row/index.css +9 -9
  576. package/grid/row/index.js +1 -1
  577. package/hatching-progress-bar/Component.js +1 -1
  578. package/hatching-progress-bar/esm/Component.js +1 -1
  579. package/hatching-progress-bar/esm/index.css +11 -11
  580. package/hatching-progress-bar/index.css +11 -11
  581. package/hatching-progress-bar/modern/Component.js +1 -1
  582. package/hatching-progress-bar/modern/index.css +11 -11
  583. package/icon-button/Component.js +3 -3
  584. package/icon-button/default.css +23 -23
  585. package/icon-button/esm/Component.js +3 -3
  586. package/icon-button/esm/default.css +23 -23
  587. package/icon-button/esm/index.css +6 -6
  588. package/icon-button/esm/inverted.css +23 -23
  589. package/icon-button/index.css +6 -6
  590. package/icon-button/inverted.css +23 -23
  591. package/icon-button/modern/Component.js +3 -3
  592. package/icon-button/modern/default.css +23 -23
  593. package/icon-button/modern/index.css +6 -6
  594. package/icon-button/modern/inverted.css +23 -23
  595. package/icon-view/circle.js +1 -1
  596. package/icon-view/components/base-shape/component.js +1 -1
  597. package/icon-view/components/base-shape/index.css +28 -28
  598. package/icon-view/components/circle/component.js +1 -1
  599. package/icon-view/components/circle/index.js +1 -1
  600. package/icon-view/components/index.js +1 -1
  601. package/icon-view/components/super-ellipse/component.js +1 -1
  602. package/icon-view/components/super-ellipse/index.js +1 -1
  603. package/icon-view/esm/circle.js +1 -1
  604. package/icon-view/esm/components/base-shape/component.js +1 -1
  605. package/icon-view/esm/components/base-shape/index.css +28 -28
  606. package/icon-view/esm/components/circle/component.js +1 -1
  607. package/icon-view/esm/components/circle/index.js +1 -1
  608. package/icon-view/esm/components/index.js +1 -1
  609. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  610. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  611. package/icon-view/esm/super-ellipse.js +1 -1
  612. package/icon-view/esm/{tslib.es6-e535fa17.d.ts → tslib.es6-bf059926.d.ts} +0 -0
  613. package/icon-view/esm/{tslib.es6-e535fa17.js → tslib.es6-bf059926.js} +0 -0
  614. package/icon-view/modern/components/base-shape/component.js +1 -1
  615. package/icon-view/modern/components/base-shape/index.css +28 -28
  616. package/icon-view/super-ellipse.js +1 -1
  617. package/icon-view/{tslib.es6-059ffa09.d.ts → tslib.es6-0492d3c1.d.ts} +0 -0
  618. package/icon-view/{tslib.es6-059ffa09.js → tslib.es6-0492d3c1.js} +0 -0
  619. package/input/Component.js +3 -3
  620. package/input/default.css +12 -12
  621. package/input/esm/Component.js +3 -3
  622. package/input/esm/default.css +12 -12
  623. package/input/esm/index.css +30 -30
  624. package/input/esm/inverted.css +12 -12
  625. package/input/index.css +30 -30
  626. package/input/inverted.css +12 -12
  627. package/input/modern/Component.js +3 -3
  628. package/input/modern/default.css +12 -12
  629. package/input/modern/index.css +30 -30
  630. package/input/modern/inverted.css +12 -12
  631. package/input-autocomplete/Component.js +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-ee8985e0.d.ts → tslib.es6-c7967123.d.ts} +0 -0
  651. package/input-autocomplete/esm/{tslib.es6-ee8985e0.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-b8ba082d.d.ts → tslib.es6-f4bab81f.d.ts} +0 -0
  662. package/input-autocomplete/{tslib.es6-b8ba082d.js → tslib.es6-f4bab81f.js} +0 -0
  663. package/intl-phone-input/{component-8940af15.d.ts → component-9d370342.d.ts} +0 -0
  664. package/intl-phone-input/{component-8940af15.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-7198ea6a.d.ts → component-b10b3ab3.d.ts} +0 -0
  678. package/intl-phone-input/esm/{component-7198ea6a.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-c12ab8aa.d.ts → libphonenumber-js.min-0dd2f896.d.ts} +0 -0
  693. package/intl-phone-input/esm/{libphonenumber-js.min-c12ab8aa.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-162c83a7.d.ts → libphonenumber-js.min-bb943c8f.d.ts} +0 -0
  697. package/intl-phone-input/{libphonenumber-js.min-162c83a7.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-c12ab8aa.d.ts → libphonenumber-js.min-0dd2f896.d.ts} +0 -0
  707. package/intl-phone-input/modern/{libphonenumber-js.min-c12ab8aa.js → libphonenumber-js.min-0dd2f896.js} +0 -0
  708. package/link/Component.js +4 -4
  709. package/link/cssm/Component.js +1 -1
  710. package/link/cssm/index.module.css +8 -0
  711. package/link/default.css +10 -10
  712. package/link/esm/Component.js +4 -4
  713. package/link/esm/default.css +10 -10
  714. package/link/esm/index.css +21 -13
  715. package/link/esm/inverted.css +10 -10
  716. package/link/index.css +21 -13
  717. package/link/inverted.css +10 -10
  718. package/link/modern/Component.js +4 -4
  719. package/link/modern/default.css +10 -10
  720. package/link/modern/index.css +21 -13
  721. package/link/modern/inverted.css +10 -10
  722. package/list/Component.js +1 -1
  723. package/list/esm/Component.js +1 -1
  724. package/list/esm/index.css +9 -9
  725. package/list/index.css +9 -9
  726. package/list/modern/Component.js +1 -1
  727. package/list/modern/index.css +9 -9
  728. package/list-header/Component.js +1 -1
  729. package/list-header/esm/Component.js +1 -1
  730. package/list-header/esm/index.css +3 -3
  731. package/list-header/index.css +3 -3
  732. package/list-header/modern/Component.js +1 -1
  733. package/list-header/modern/index.css +3 -3
  734. package/loader/Component.js +1 -1
  735. package/loader/esm/Component.js +1 -1
  736. package/loader/esm/index.css +7 -7
  737. package/loader/index.css +7 -7
  738. package/loader/modern/Component.js +1 -1
  739. package/loader/modern/index.css +7 -7
  740. package/masked-input/Component.js +1 -1
  741. package/masked-input/esm/Component.js +1 -1
  742. package/masked-input/esm/index.css +1 -1
  743. package/masked-input/index.css +1 -1
  744. package/masked-input/modern/Component.js +1 -1
  745. package/masked-input/modern/index.css +1 -1
  746. package/modal/{Component-838bc3f2.d.ts → Component-d75430fb.d.ts} +0 -0
  747. package/modal/{Component-838bc3f2.js → Component-d75430fb.js} +1 -1
  748. package/modal/Component.desktop.js +4 -4
  749. package/modal/Component.mobile.js +4 -4
  750. package/modal/Component.responsive.d.ts +1 -1
  751. package/modal/Component.responsive.js +3 -3
  752. package/modal/components/closer/Component.js +2 -2
  753. package/modal/components/closer/index.css +3 -3
  754. package/modal/components/content/Component.desktop.js +2 -2
  755. package/modal/components/content/Component.js +1 -1
  756. package/modal/components/content/Component.mobile.js +2 -2
  757. package/modal/components/content/desktop.css +7 -7
  758. package/modal/components/content/index.css +2 -2
  759. package/modal/components/content/mobile.css +2 -2
  760. package/modal/components/footer/Component.desktop.js +2 -2
  761. package/modal/components/footer/Component.js +2 -2
  762. package/modal/components/footer/Component.mobile.js +2 -2
  763. package/modal/components/footer/desktop.css +8 -8
  764. package/modal/components/footer/index.css +3 -3
  765. package/modal/components/footer/layout.css +24 -24
  766. package/modal/components/footer/mobile.css +2 -2
  767. package/modal/components/header/Component.desktop.d.ts +1 -1
  768. package/modal/components/header/Component.desktop.js +3 -3
  769. package/modal/components/header/Component.js +1 -1
  770. package/modal/components/header/Component.mobile.d.ts +1 -1
  771. package/modal/components/header/Component.mobile.js +3 -3
  772. package/modal/components/header/desktop.css +16 -16
  773. package/modal/components/header/index.css +14 -14
  774. package/modal/components/header/mobile.css +2 -2
  775. package/modal/desktop.css +8 -8
  776. package/modal/desktop.js +3 -3
  777. package/modal/esm/{Component-6e3413fc.d.ts → Component-cb27b620.d.ts} +0 -0
  778. package/modal/esm/{Component-6e3413fc.js → Component-cb27b620.js} +1 -1
  779. package/modal/esm/Component.desktop.js +4 -4
  780. package/modal/esm/Component.mobile.js +4 -4
  781. package/modal/esm/Component.responsive.js +3 -3
  782. package/modal/esm/components/closer/Component.js +2 -2
  783. package/modal/esm/components/closer/index.css +3 -3
  784. package/modal/esm/components/content/Component.desktop.js +2 -2
  785. package/modal/esm/components/content/Component.js +1 -1
  786. package/modal/esm/components/content/Component.mobile.js +2 -2
  787. package/modal/esm/components/content/desktop.css +7 -7
  788. package/modal/esm/components/content/index.css +2 -2
  789. package/modal/esm/components/content/mobile.css +2 -2
  790. package/modal/esm/components/footer/Component.desktop.js +2 -2
  791. package/modal/esm/components/footer/Component.js +2 -2
  792. package/modal/esm/components/footer/Component.mobile.js +2 -2
  793. package/modal/esm/components/footer/desktop.css +8 -8
  794. package/modal/esm/components/footer/index.css +3 -3
  795. package/modal/esm/components/footer/layout.css +24 -24
  796. package/modal/esm/components/footer/mobile.css +2 -2
  797. package/modal/esm/components/header/Component.desktop.d.ts +1 -1
  798. package/modal/esm/components/header/Component.desktop.js +3 -3
  799. package/modal/esm/components/header/Component.js +1 -1
  800. package/modal/esm/components/header/Component.mobile.d.ts +1 -1
  801. package/modal/esm/components/header/Component.mobile.js +3 -3
  802. package/modal/esm/components/header/desktop.css +16 -16
  803. package/modal/esm/components/header/index.css +14 -14
  804. package/modal/esm/components/header/mobile.css +2 -2
  805. package/modal/esm/desktop.css +8 -8
  806. package/modal/esm/desktop.js +3 -3
  807. package/modal/esm/index.js +3 -3
  808. package/modal/esm/mobile.css +1 -1
  809. package/modal/esm/mobile.js +3 -3
  810. package/modal/esm/responsive.js +3 -3
  811. package/modal/esm/transitions.css +7 -7
  812. package/modal/esm/transitions.module-12c4897f.js +4 -0
  813. package/modal/esm/{tslib.es6-eeeacfd8.d.ts → tslib.es6-019d97ca.d.ts} +0 -0
  814. package/modal/esm/{tslib.es6-eeeacfd8.js → tslib.es6-019d97ca.js} +0 -0
  815. package/modal/index.js +3 -3
  816. package/modal/mobile.css +1 -1
  817. package/modal/mobile.js +3 -3
  818. package/modal/modern/{Component-ca4be81a.d.ts → Component-8e32f610.d.ts} +0 -0
  819. package/modal/modern/{Component-ca4be81a.js → Component-8e32f610.js} +1 -1
  820. package/modal/modern/Component.desktop.js +3 -3
  821. package/modal/modern/Component.mobile.js +3 -3
  822. package/modal/modern/Component.responsive.js +2 -2
  823. package/modal/modern/components/closer/Component.js +1 -1
  824. package/modal/modern/components/closer/index.css +3 -3
  825. package/modal/modern/components/content/Component.desktop.js +1 -1
  826. package/modal/modern/components/content/Component.js +1 -1
  827. package/modal/modern/components/content/Component.mobile.js +1 -1
  828. package/modal/modern/components/content/desktop.css +7 -7
  829. package/modal/modern/components/content/index.css +2 -2
  830. package/modal/modern/components/content/mobile.css +2 -2
  831. package/modal/modern/components/footer/Component.desktop.js +1 -1
  832. package/modal/modern/components/footer/Component.js +2 -2
  833. package/modal/modern/components/footer/Component.mobile.js +1 -1
  834. package/modal/modern/components/footer/desktop.css +8 -8
  835. package/modal/modern/components/footer/index.css +3 -3
  836. package/modal/modern/components/footer/layout.css +24 -24
  837. package/modal/modern/components/footer/mobile.css +2 -2
  838. package/modal/modern/components/header/Component.desktop.d.ts +1 -1
  839. package/modal/modern/components/header/Component.desktop.js +2 -2
  840. package/modal/modern/components/header/Component.js +1 -1
  841. package/modal/modern/components/header/Component.mobile.d.ts +1 -1
  842. package/modal/modern/components/header/Component.mobile.js +2 -2
  843. package/modal/modern/components/header/desktop.css +16 -16
  844. package/modal/modern/components/header/index.css +14 -14
  845. package/modal/modern/components/header/mobile.css +2 -2
  846. package/modal/modern/desktop.css +8 -8
  847. package/modal/modern/desktop.js +2 -2
  848. package/modal/modern/index.js +2 -2
  849. package/modal/modern/mobile.css +1 -1
  850. package/modal/modern/mobile.js +2 -2
  851. package/modal/modern/responsive.js +2 -2
  852. package/modal/modern/transitions.css +7 -7
  853. package/modal/modern/transitions.module-12c4897f.js +4 -0
  854. package/modal/responsive.js +3 -3
  855. package/modal/transitions.css +7 -7
  856. package/modal/transitions.module-87bc86bc.js +4 -0
  857. package/modal/{tslib.es6-fb7cadc3.d.ts → tslib.es6-a62d8edd.d.ts} +0 -0
  858. package/modal/{tslib.es6-fb7cadc3.js → tslib.es6-a62d8edd.js} +0 -0
  859. package/notification/Component.js +1 -1
  860. package/notification/esm/Component.js +1 -1
  861. package/notification/esm/index.css +7 -7
  862. package/notification/index.css +7 -7
  863. package/notification/modern/Component.js +1 -1
  864. package/notification/modern/index.css +7 -7
  865. package/notification-manager/{component-7c4d6304.d.ts → component-8c1f2c5a.d.ts} +0 -0
  866. package/notification-manager/{component-7c4d6304.js → component-8c1f2c5a.js} +0 -0
  867. package/notification-manager/component.js +2 -2
  868. package/notification-manager/components/index.js +1 -1
  869. package/notification-manager/components/notification/component.js +1 -1
  870. package/notification-manager/components/notification/index.d.ts +1 -1
  871. package/notification-manager/components/notification/index.js +1 -1
  872. package/notification-manager/esm/{component-342fae05.d.ts → component-9a1b450e.d.ts} +0 -0
  873. package/notification-manager/esm/{component-342fae05.js → component-9a1b450e.js} +0 -0
  874. package/notification-manager/esm/component.js +2 -2
  875. package/notification-manager/esm/components/index.js +1 -1
  876. package/notification-manager/esm/components/notification/component.js +1 -1
  877. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  878. package/notification-manager/esm/components/notification/index.js +1 -1
  879. package/notification-manager/esm/index.css +10 -10
  880. package/notification-manager/esm/index.js +1 -1
  881. package/notification-manager/index.css +10 -10
  882. package/notification-manager/index.js +1 -1
  883. package/notification-manager/modern/component.js +1 -1
  884. package/notification-manager/modern/index.css +10 -10
  885. package/package.json +1 -1
  886. package/pagination/Component.js +1 -1
  887. package/pagination/components/default-view/index.css +1 -1
  888. package/pagination/components/default-view/index.js +1 -1
  889. package/pagination/components/per-page-view/index.css +1 -1
  890. package/pagination/components/per-page-view/index.js +1 -1
  891. package/pagination/components/tag/index.css +7 -7
  892. package/pagination/components/tag/index.js +1 -1
  893. package/pagination/esm/Component.js +1 -1
  894. package/pagination/esm/components/default-view/index.css +1 -1
  895. package/pagination/esm/components/default-view/index.js +1 -1
  896. package/pagination/esm/components/per-page-view/index.css +1 -1
  897. package/pagination/esm/components/per-page-view/index.js +1 -1
  898. package/pagination/esm/components/tag/index.css +7 -7
  899. package/pagination/esm/components/tag/index.js +1 -1
  900. package/pagination/esm/index.css +3 -3
  901. package/pagination/index.css +3 -3
  902. package/pagination/modern/Component.js +1 -1
  903. package/pagination/modern/components/default-view/index.css +1 -1
  904. package/pagination/modern/components/default-view/index.js +1 -1
  905. package/pagination/modern/components/per-page-view/index.css +1 -1
  906. package/pagination/modern/components/per-page-view/index.js +1 -1
  907. package/pagination/modern/components/tag/index.css +7 -7
  908. package/pagination/modern/components/tag/index.js +1 -1
  909. package/pagination/modern/index.css +3 -3
  910. package/password-input/component.js +1 -1
  911. package/password-input/esm/component.js +1 -1
  912. package/password-input/esm/index.css +4 -4
  913. package/password-input/index.css +4 -4
  914. package/password-input/modern/component.js +1 -1
  915. package/password-input/modern/index.css +4 -4
  916. package/phone-input/utils/index.js +7 -5
  917. package/picker-button/Component.js +2 -2
  918. package/picker-button/Component.mobile.js +1 -1
  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-85530103.d.ts → tslib.es6-ed2e79ac.d.ts} +0 -0
  935. package/picker-button/esm/{tslib.es6-85530103.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-0e35a4c5.d.ts → tslib.es6-e33a0980.d.ts} +0 -0
  952. package/picker-button/{tslib.es6-0e35a4c5.js → tslib.es6-e33a0980.js} +0 -0
  953. package/plate/Component.js +1 -1
  954. package/plate/esm/Component.js +1 -1
  955. package/plate/esm/index.css +45 -45
  956. package/plate/index.css +45 -45
  957. package/plate/modern/Component.js +1 -1
  958. package/plate/modern/index.css +45 -45
  959. package/popover/Component.js +1 -1
  960. package/popover/esm/Component.js +1 -1
  961. package/popover/esm/index.css +33 -33
  962. package/popover/index.css +33 -33
  963. package/popover/modern/Component.js +1 -1
  964. package/popover/modern/index.css +33 -33
  965. package/progress-bar/Component.js +1 -1
  966. package/progress-bar/esm/Component.js +1 -1
  967. package/progress-bar/esm/index.css +12 -12
  968. package/progress-bar/index.css +12 -12
  969. package/progress-bar/modern/Component.js +1 -1
  970. package/progress-bar/modern/index.css +12 -12
  971. package/pure-cell/{component-876a29a0.d.ts → component-affe8f58.d.ts} +0 -0
  972. package/pure-cell/{component-876a29a0.js → component-affe8f58.js} +6 -6
  973. package/pure-cell/{component-fd4d4d30.d.ts → component-f96eae75.d.ts} +0 -0
  974. package/pure-cell/{component-fd4d4d30.js → component-f96eae75.js} +2 -2
  975. package/pure-cell/component.js +3 -3
  976. package/pure-cell/components/addon/component.js +2 -2
  977. package/pure-cell/components/addon/index.css +5 -5
  978. package/pure-cell/components/addon/index.js +1 -1
  979. package/pure-cell/components/amount/component.js +2 -2
  980. package/pure-cell/components/amount/index.css +1 -1
  981. package/pure-cell/components/amount/index.js +1 -1
  982. package/pure-cell/components/amount-title/component.js +2 -2
  983. package/pure-cell/components/amount-title/index.css +2 -2
  984. package/pure-cell/components/amount-title/index.js +1 -1
  985. package/pure-cell/components/category/component.js +2 -2
  986. package/pure-cell/components/category/index.css +3 -3
  987. package/pure-cell/components/category/index.js +1 -1
  988. package/pure-cell/components/comment/component.js +2 -2
  989. package/pure-cell/components/comment/index.css +2 -2
  990. package/pure-cell/components/comment/index.js +1 -1
  991. package/pure-cell/components/content/component.js +3 -3
  992. package/pure-cell/components/content/index.css +2 -2
  993. package/pure-cell/components/content/index.d.ts +1 -1
  994. package/pure-cell/components/content/index.js +3 -3
  995. package/pure-cell/components/footer/component.js +2 -2
  996. package/pure-cell/components/footer/index.css +3 -3
  997. package/pure-cell/components/footer/index.js +1 -1
  998. package/pure-cell/components/footer-button/component.js +2 -2
  999. package/pure-cell/components/footer-button/index.css +1 -1
  1000. package/pure-cell/components/footer-button/index.d.ts +1 -1
  1001. package/pure-cell/components/footer-button/index.js +2 -2
  1002. package/pure-cell/components/footer-text/component.js +1 -1
  1003. package/pure-cell/components/footer-text/index.js +1 -1
  1004. package/pure-cell/components/graphics/component.js +2 -2
  1005. package/pure-cell/components/graphics/index.css +1 -1
  1006. package/pure-cell/components/graphics/index.js +1 -1
  1007. package/pure-cell/components/main/component.js +3 -3
  1008. package/pure-cell/components/main/index.css +3 -3
  1009. package/pure-cell/components/main/index.d.ts +1 -1
  1010. package/pure-cell/components/main/index.js +3 -3
  1011. package/pure-cell/components/text/component.js +3 -3
  1012. package/pure-cell/components/text/index.css +7 -7
  1013. package/pure-cell/components/text/index.d.ts +1 -1
  1014. package/pure-cell/components/text/index.js +3 -3
  1015. package/pure-cell/esm/{component-2ffa80a5.d.ts → component-69fc6407.d.ts} +0 -0
  1016. package/pure-cell/esm/{component-2ffa80a5.js → component-69fc6407.js} +6 -6
  1017. package/pure-cell/esm/{component-9ce2861c.d.ts → component-f16e2191.d.ts} +0 -0
  1018. package/pure-cell/esm/{component-9ce2861c.js → component-f16e2191.js} +2 -2
  1019. package/pure-cell/esm/component.js +3 -3
  1020. package/pure-cell/esm/components/addon/component.js +2 -2
  1021. package/pure-cell/esm/components/addon/index.css +5 -5
  1022. package/pure-cell/esm/components/addon/index.js +1 -1
  1023. package/pure-cell/esm/components/amount/component.js +2 -2
  1024. package/pure-cell/esm/components/amount/index.css +1 -1
  1025. package/pure-cell/esm/components/amount/index.js +1 -1
  1026. package/pure-cell/esm/components/amount-title/component.js +2 -2
  1027. package/pure-cell/esm/components/amount-title/index.css +2 -2
  1028. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1029. package/pure-cell/esm/components/category/component.js +2 -2
  1030. package/pure-cell/esm/components/category/index.css +3 -3
  1031. package/pure-cell/esm/components/category/index.js +1 -1
  1032. package/pure-cell/esm/components/comment/component.js +2 -2
  1033. package/pure-cell/esm/components/comment/index.css +2 -2
  1034. package/pure-cell/esm/components/comment/index.js +1 -1
  1035. package/pure-cell/esm/components/content/component.js +3 -3
  1036. package/pure-cell/esm/components/content/index.css +2 -2
  1037. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1038. package/pure-cell/esm/components/content/index.js +3 -3
  1039. package/pure-cell/esm/components/footer/component.js +2 -2
  1040. package/pure-cell/esm/components/footer/index.css +3 -3
  1041. package/pure-cell/esm/components/footer/index.js +1 -1
  1042. package/pure-cell/esm/components/footer-button/component.js +2 -2
  1043. package/pure-cell/esm/components/footer-button/index.css +1 -1
  1044. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  1045. package/pure-cell/esm/components/footer-button/index.js +2 -2
  1046. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1047. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1048. package/pure-cell/esm/components/graphics/component.js +2 -2
  1049. package/pure-cell/esm/components/graphics/index.css +1 -1
  1050. package/pure-cell/esm/components/graphics/index.js +1 -1
  1051. package/pure-cell/esm/components/main/component.js +3 -3
  1052. package/pure-cell/esm/components/main/index.css +3 -3
  1053. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1054. package/pure-cell/esm/components/main/index.js +3 -3
  1055. package/pure-cell/esm/components/text/component.js +3 -3
  1056. package/pure-cell/esm/components/text/index.css +7 -7
  1057. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1058. package/pure-cell/esm/components/text/index.js +3 -3
  1059. package/pure-cell/esm/{getDataTestId-08d70906.d.ts → getDataTestId-b4eb39ad.d.ts} +0 -0
  1060. package/pure-cell/esm/{getDataTestId-08d70906.js → getDataTestId-b4eb39ad.js} +0 -0
  1061. package/pure-cell/esm/index.css +18 -18
  1062. package/pure-cell/esm/index.js +3 -3
  1063. package/pure-cell/{getDataTestId-7c50869b.d.ts → getDataTestId-e7042e77.d.ts} +0 -0
  1064. package/pure-cell/{getDataTestId-7c50869b.js → getDataTestId-e7042e77.js} +0 -0
  1065. package/pure-cell/index.css +18 -18
  1066. package/pure-cell/index.js +3 -3
  1067. package/pure-cell/modern/{component-6f99d660.d.ts → component-e4130422.d.ts} +0 -0
  1068. package/pure-cell/modern/{component-6f99d660.js → component-e4130422.js} +5 -5
  1069. package/pure-cell/modern/component.js +2 -2
  1070. package/pure-cell/modern/components/addon/component.js +2 -2
  1071. package/pure-cell/modern/components/addon/index.css +5 -5
  1072. package/pure-cell/modern/components/addon/index.js +1 -1
  1073. package/pure-cell/modern/components/amount/component.js +2 -2
  1074. package/pure-cell/modern/components/amount/index.css +1 -1
  1075. package/pure-cell/modern/components/amount/index.js +1 -1
  1076. package/pure-cell/modern/components/amount-title/component.js +2 -2
  1077. package/pure-cell/modern/components/amount-title/index.css +2 -2
  1078. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1079. package/pure-cell/modern/components/category/component.js +2 -2
  1080. package/pure-cell/modern/components/category/index.css +3 -3
  1081. package/pure-cell/modern/components/category/index.js +1 -1
  1082. package/pure-cell/modern/components/comment/component.js +2 -2
  1083. package/pure-cell/modern/components/comment/index.css +2 -2
  1084. package/pure-cell/modern/components/comment/index.js +1 -1
  1085. package/pure-cell/modern/components/content/component.js +2 -2
  1086. package/pure-cell/modern/components/content/index.css +2 -2
  1087. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1088. package/pure-cell/modern/components/content/index.js +2 -2
  1089. package/pure-cell/modern/components/footer/component.js +2 -2
  1090. package/pure-cell/modern/components/footer/index.css +3 -3
  1091. package/pure-cell/modern/components/footer/index.js +1 -1
  1092. package/pure-cell/modern/components/footer-button/component.js +2 -2
  1093. package/pure-cell/modern/components/footer-button/index.css +1 -1
  1094. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1095. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1096. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1097. package/pure-cell/modern/components/graphics/component.js +2 -2
  1098. package/pure-cell/modern/components/graphics/index.css +1 -1
  1099. package/pure-cell/modern/components/graphics/index.js +1 -1
  1100. package/pure-cell/modern/components/main/component.js +2 -2
  1101. package/pure-cell/modern/components/main/index.css +3 -3
  1102. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1103. package/pure-cell/modern/components/main/index.js +2 -2
  1104. package/pure-cell/modern/components/text/component.js +2 -2
  1105. package/pure-cell/modern/components/text/index.css +7 -7
  1106. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1107. package/pure-cell/modern/components/text/index.js +2 -2
  1108. package/pure-cell/modern/{getDataTestId-8b32acd6.d.ts → getDataTestId-a058af1e.d.ts} +0 -0
  1109. package/pure-cell/modern/{getDataTestId-8b32acd6.js → getDataTestId-a058af1e.js} +0 -0
  1110. package/pure-cell/modern/index.css +18 -18
  1111. package/pure-cell/modern/index.js +2 -2
  1112. package/pure-input/Component.js +1 -1
  1113. package/pure-input/esm/Component.js +1 -1
  1114. package/pure-input/esm/index.css +25 -25
  1115. package/pure-input/index.css +25 -25
  1116. package/pure-input/modern/Component.js +1 -1
  1117. package/pure-input/modern/index.css +25 -25
  1118. package/radio/Component.js +1 -1
  1119. package/radio/esm/Component.js +1 -1
  1120. package/radio/esm/index.css +31 -31
  1121. package/radio/index.css +31 -31
  1122. package/radio/modern/Component.js +1 -1
  1123. package/radio/modern/index.css +31 -31
  1124. package/radio-group/Component.js +1 -1
  1125. package/radio-group/esm/Component.js +1 -1
  1126. package/radio-group/esm/index.css +16 -16
  1127. package/radio-group/index.css +16 -16
  1128. package/radio-group/modern/Component.js +1 -1
  1129. package/radio-group/modern/index.css +16 -16
  1130. package/scrollbar/Component.js +3 -3
  1131. package/scrollbar/default.css +2 -2
  1132. package/scrollbar/esm/Component.js +3 -3
  1133. package/scrollbar/esm/default.css +2 -2
  1134. package/scrollbar/esm/index.css +25 -25
  1135. package/scrollbar/esm/inverted.css +2 -2
  1136. package/scrollbar/index.css +25 -25
  1137. package/scrollbar/inverted.css +2 -2
  1138. package/scrollbar/modern/Component.js +3 -3
  1139. package/scrollbar/modern/default.css +2 -2
  1140. package/scrollbar/modern/index.css +25 -25
  1141. package/scrollbar/modern/inverted.css +2 -2
  1142. package/select/{Component-58886d39.d.ts → Component-450e14ef.d.ts} +0 -0
  1143. package/select/{Component-58886d39.js → Component-450e14ef.js} +2 -2
  1144. package/select/{Component-639aba08.d.ts → Component-48a587ca.d.ts} +0 -0
  1145. package/select/{Component-639aba08.js → Component-48a587ca.js} +5 -5
  1146. package/select/Component.js +2 -2
  1147. package/select/components/arrow/Component.js +1 -1
  1148. package/select/components/arrow/index.css +2 -2
  1149. package/select/components/base-select/Component.js +2 -2
  1150. package/select/components/base-select/index.css +6 -6
  1151. package/select/components/base-select/index.d.ts +1 -1
  1152. package/select/components/base-select/index.js +2 -2
  1153. package/select/components/base-select-mobile/Component.js +4 -4
  1154. package/select/components/base-select-mobile/checkmark/Component.js +1 -1
  1155. package/select/components/base-select-mobile/checkmark/index.css +3 -3
  1156. package/select/components/base-select-mobile/index.css +10 -10
  1157. package/select/components/base-select-mobile/index.d.ts +1 -1
  1158. package/select/components/base-select-mobile/index.js +4 -4
  1159. package/select/components/base-select-mobile/options-list/Component.js +2 -2
  1160. package/select/components/base-select-mobile/options-list/index.css +8 -8
  1161. package/select/components/base-select-mobile/options-list/index.js +1 -1
  1162. package/select/components/checkmark/Component.js +1 -1
  1163. package/select/components/checkmark/index.css +6 -6
  1164. package/select/components/field/Component.js +2 -2
  1165. package/select/components/field/index.css +8 -8
  1166. package/select/components/field/index.js +1 -1
  1167. package/select/components/index.js +4 -4
  1168. package/select/components/native-select/Component.js +1 -1
  1169. package/select/components/native-select/index.js +1 -1
  1170. package/select/components/optgroup/Component.js +1 -1
  1171. package/select/components/optgroup/index.css +5 -5
  1172. package/select/components/option/Component.js +2 -2
  1173. package/select/components/option/index.css +19 -19
  1174. package/select/components/option/index.js +1 -1
  1175. package/select/components/options-list/Component.js +2 -2
  1176. package/select/components/options-list/index.css +5 -5
  1177. package/select/components/options-list/index.js +1 -1
  1178. package/select/components/select-mobile/Component.js +4 -4
  1179. package/select/components/select-mobile/index.d.ts +1 -1
  1180. package/select/components/select-mobile/index.js +4 -4
  1181. package/select/components/select-modal-mobile/Component.js +4 -4
  1182. package/select/components/select-modal-mobile/index.d.ts +1 -1
  1183. package/select/components/select-modal-mobile/index.js +4 -4
  1184. package/select/components/virtual-options-list/Component.js +2 -2
  1185. package/select/components/virtual-options-list/index.css +11 -11
  1186. package/select/components/virtual-options-list/index.js +1 -1
  1187. package/select/esm/{Component-902c5d4a.d.ts → Component-62eb5e83.d.ts} +0 -0
  1188. package/select/esm/{Component-902c5d4a.js → Component-62eb5e83.js} +2 -2
  1189. package/select/esm/{Component-d06cde34.d.ts → Component-8784b993.d.ts} +0 -0
  1190. package/select/esm/{Component-d06cde34.js → Component-8784b993.js} +5 -5
  1191. package/select/esm/Component.js +2 -2
  1192. package/select/esm/components/arrow/Component.js +1 -1
  1193. package/select/esm/components/arrow/index.css +2 -2
  1194. package/select/esm/components/base-select/Component.js +2 -2
  1195. package/select/esm/components/base-select/index.css +6 -6
  1196. package/select/esm/components/base-select/index.d.ts +1 -1
  1197. package/select/esm/components/base-select/index.js +2 -2
  1198. package/select/esm/components/base-select-mobile/Component.js +4 -4
  1199. package/select/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  1200. package/select/esm/components/base-select-mobile/checkmark/index.css +3 -3
  1201. package/select/esm/components/base-select-mobile/index.css +10 -10
  1202. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  1203. package/select/esm/components/base-select-mobile/index.js +4 -4
  1204. package/select/esm/components/base-select-mobile/options-list/Component.js +2 -2
  1205. package/select/esm/components/base-select-mobile/options-list/index.css +8 -8
  1206. package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
  1207. package/select/esm/components/checkmark/Component.js +1 -1
  1208. package/select/esm/components/checkmark/index.css +6 -6
  1209. package/select/esm/components/field/Component.js +2 -2
  1210. package/select/esm/components/field/index.css +8 -8
  1211. package/select/esm/components/field/index.js +1 -1
  1212. package/select/esm/components/index.js +4 -4
  1213. package/select/esm/components/native-select/Component.js +1 -1
  1214. package/select/esm/components/native-select/index.js +1 -1
  1215. package/select/esm/components/optgroup/Component.js +1 -1
  1216. package/select/esm/components/optgroup/index.css +5 -5
  1217. package/select/esm/components/option/Component.js +2 -2
  1218. package/select/esm/components/option/index.css +19 -19
  1219. package/select/esm/components/option/index.js +1 -1
  1220. package/select/esm/components/options-list/Component.js +2 -2
  1221. package/select/esm/components/options-list/index.css +5 -5
  1222. package/select/esm/components/options-list/index.js +1 -1
  1223. package/select/esm/components/select-mobile/Component.js +4 -4
  1224. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1225. package/select/esm/components/select-mobile/index.js +4 -4
  1226. package/select/esm/components/select-modal-mobile/Component.js +4 -4
  1227. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  1228. package/select/esm/components/select-modal-mobile/index.js +4 -4
  1229. package/select/esm/components/virtual-options-list/Component.js +2 -2
  1230. package/select/esm/components/virtual-options-list/index.css +11 -11
  1231. package/select/esm/components/virtual-options-list/index.js +1 -1
  1232. package/select/esm/index.js +4 -4
  1233. package/select/esm/{intersection-observer-3460e582.d.ts → intersection-observer-01c2c025.d.ts} +0 -0
  1234. package/select/esm/{intersection-observer-3460e582.js → intersection-observer-01c2c025.js} +0 -0
  1235. package/select/esm/presets/index.js +4 -4
  1236. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1237. package/select/esm/presets/useLazyLoading/index.css +1 -1
  1238. package/select/esm/presets/useSelectWithApply/hook.js +4 -4
  1239. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1240. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  1241. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1242. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1243. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1244. package/select/esm/presets/useSelectWithLoading/index.css +1 -1
  1245. package/select/esm/{tslib.es6-a71a6439.d.ts → tslib.es6-f119d187.d.ts} +0 -0
  1246. package/select/esm/{tslib.es6-a71a6439.js → tslib.es6-f119d187.js} +0 -0
  1247. package/select/index.js +4 -4
  1248. package/select/{intersection-observer-97bed044.d.ts → intersection-observer-78c5ff76.d.ts} +0 -0
  1249. package/select/{intersection-observer-97bed044.js → intersection-observer-78c5ff76.js} +0 -0
  1250. package/select/modern/{Component-ce678929.d.ts → Component-742c65db.d.ts} +0 -0
  1251. package/select/modern/{Component-ce678929.js → Component-742c65db.js} +1 -1
  1252. package/select/modern/{Component-5a00852d.d.ts → Component-7ffa3491.d.ts} +0 -0
  1253. package/select/modern/{Component-5a00852d.js → Component-7ffa3491.js} +7 -7
  1254. package/select/modern/Component.js +4 -4
  1255. package/select/modern/components/arrow/Component.js +1 -1
  1256. package/select/modern/components/arrow/index.css +2 -2
  1257. package/select/modern/components/base-select/Component.js +1 -1
  1258. package/select/modern/components/base-select/index.css +6 -6
  1259. package/select/modern/components/base-select/index.d.ts +1 -1
  1260. package/select/modern/components/base-select/index.js +1 -1
  1261. package/select/modern/components/base-select-mobile/Component.js +6 -6
  1262. package/select/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  1263. package/select/modern/components/base-select-mobile/checkmark/index.css +3 -3
  1264. package/select/modern/components/base-select-mobile/index.css +10 -10
  1265. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  1266. package/select/modern/components/base-select-mobile/index.js +6 -6
  1267. package/select/modern/components/base-select-mobile/options-list/Component.js +1 -1
  1268. package/select/modern/components/base-select-mobile/options-list/index.css +8 -8
  1269. package/select/modern/components/checkmark/Component.js +1 -1
  1270. package/select/modern/components/checkmark/index.css +6 -6
  1271. package/select/modern/components/field/Component.js +2 -2
  1272. package/select/modern/components/field/index.css +8 -8
  1273. package/select/modern/components/field/index.js +1 -1
  1274. package/select/modern/components/index.js +6 -6
  1275. package/select/modern/components/optgroup/Component.js +1 -1
  1276. package/select/modern/components/optgroup/index.css +5 -5
  1277. package/select/modern/components/option/Component.js +1 -1
  1278. package/select/modern/components/option/index.css +19 -19
  1279. package/select/modern/components/options-list/Component.js +1 -1
  1280. package/select/modern/components/options-list/index.css +5 -5
  1281. package/select/modern/components/select-mobile/Component.js +6 -6
  1282. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1283. package/select/modern/components/select-mobile/index.js +6 -6
  1284. package/select/modern/components/select-modal-mobile/Component.js +6 -6
  1285. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  1286. package/select/modern/components/select-modal-mobile/index.js +6 -6
  1287. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1288. package/select/modern/components/virtual-options-list/index.css +11 -11
  1289. package/select/modern/index.js +6 -6
  1290. package/select/modern/{intersection-observer-3460e582.d.ts → intersection-observer-01c2c025.d.ts} +0 -0
  1291. package/select/modern/{intersection-observer-3460e582.js → intersection-observer-01c2c025.js} +0 -0
  1292. package/select/modern/presets/index.js +6 -6
  1293. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1294. package/select/modern/presets/useLazyLoading/index.css +1 -1
  1295. package/select/modern/presets/useSelectWithApply/hook.js +6 -6
  1296. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
  1297. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  1298. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1299. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
  1300. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1301. package/select/modern/presets/useSelectWithLoading/index.css +1 -1
  1302. package/select/presets/index.js +4 -4
  1303. package/select/presets/useLazyLoading/hook.js +3 -3
  1304. package/select/presets/useLazyLoading/index.css +1 -1
  1305. package/select/presets/useSelectWithApply/hook.js +4 -4
  1306. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1307. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  1308. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1309. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1310. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1311. package/select/presets/useSelectWithLoading/index.css +1 -1
  1312. package/select/{tslib.es6-89f634e4.d.ts → tslib.es6-d5c97125.d.ts} +0 -0
  1313. package/select/{tslib.es6-89f634e4.js → tslib.es6-d5c97125.js} +0 -0
  1314. package/select-with-tags/component.js +1 -1
  1315. package/select-with-tags/components/index.js +1 -1
  1316. package/select-with-tags/components/tag/component.js +2 -2
  1317. package/select-with-tags/components/tag/index.css +10 -10
  1318. package/select-with-tags/components/tag/index.js +1 -1
  1319. package/select-with-tags/components/tag-list/component.js +2 -2
  1320. package/select-with-tags/components/tag-list/index.css +30 -30
  1321. package/select-with-tags/components/tag-list/index.js +1 -1
  1322. package/select-with-tags/esm/component.js +1 -1
  1323. package/select-with-tags/esm/components/index.js +1 -1
  1324. package/select-with-tags/esm/components/tag/component.js +2 -2
  1325. package/select-with-tags/esm/components/tag/index.css +10 -10
  1326. package/select-with-tags/esm/components/tag/index.js +1 -1
  1327. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1328. package/select-with-tags/esm/components/tag-list/index.css +30 -30
  1329. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1330. package/select-with-tags/esm/index.js +1 -1
  1331. package/select-with-tags/esm/{tslib.es6-88011ae5.d.ts → tslib.es6-53bf6ed2.d.ts} +0 -0
  1332. package/select-with-tags/esm/{tslib.es6-88011ae5.js → tslib.es6-53bf6ed2.js} +0 -0
  1333. package/select-with-tags/esm/utils/index.js +1 -1
  1334. package/select-with-tags/esm/utils/match.js +1 -1
  1335. package/select-with-tags/index.js +1 -1
  1336. package/select-with-tags/modern/components/tag/component.js +1 -1
  1337. package/select-with-tags/modern/components/tag/index.css +10 -10
  1338. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1339. package/select-with-tags/modern/components/tag-list/index.css +30 -30
  1340. package/select-with-tags/{tslib.es6-35b813d6.d.ts → tslib.es6-ff6fea4c.d.ts} +0 -0
  1341. package/select-with-tags/{tslib.es6-35b813d6.js → tslib.es6-ff6fea4c.js} +0 -0
  1342. package/select-with-tags/utils/index.js +1 -1
  1343. package/select-with-tags/utils/match.js +1 -1
  1344. package/side-panel/Component.desktop.js +3 -3
  1345. package/side-panel/Component.mobile.js +3 -3
  1346. package/side-panel/Component.responsive.js +1 -1
  1347. package/side-panel/components/closer/Component.js +2 -2
  1348. package/side-panel/components/closer/index.css +3 -3
  1349. package/side-panel/components/content/Component.desktop.js +2 -2
  1350. package/side-panel/components/content/Component.js +1 -1
  1351. package/side-panel/components/content/Component.mobile.js +2 -2
  1352. package/side-panel/components/content/desktop.css +2 -2
  1353. package/side-panel/components/content/index.css +2 -2
  1354. package/side-panel/components/content/mobile.css +2 -2
  1355. package/side-panel/components/footer/Component.desktop.js +2 -2
  1356. package/side-panel/components/footer/Component.js +2 -2
  1357. package/side-panel/components/footer/Component.mobile.js +2 -2
  1358. package/side-panel/components/footer/desktop.css +2 -2
  1359. package/side-panel/components/footer/index.css +3 -3
  1360. package/side-panel/components/footer/layout.css +24 -24
  1361. package/side-panel/components/footer/mobile.css +2 -2
  1362. package/side-panel/components/header/Component.desktop.js +2 -2
  1363. package/side-panel/components/header/Component.js +2 -2
  1364. package/side-panel/components/header/Component.mobile.js +2 -2
  1365. package/side-panel/components/header/desktop.css +5 -5
  1366. package/side-panel/components/header/index.css +15 -15
  1367. package/side-panel/components/header/mobile.css +2 -2
  1368. package/side-panel/desktop.css +2 -2
  1369. package/side-panel/desktop.js +1 -1
  1370. package/side-panel/esm/Component.desktop.js +3 -3
  1371. package/side-panel/esm/Component.mobile.js +3 -3
  1372. package/side-panel/esm/Component.responsive.js +1 -1
  1373. package/side-panel/esm/components/closer/Component.js +2 -2
  1374. package/side-panel/esm/components/closer/index.css +3 -3
  1375. package/side-panel/esm/components/content/Component.desktop.js +2 -2
  1376. package/side-panel/esm/components/content/Component.js +1 -1
  1377. package/side-panel/esm/components/content/Component.mobile.js +2 -2
  1378. package/side-panel/esm/components/content/desktop.css +2 -2
  1379. package/side-panel/esm/components/content/index.css +2 -2
  1380. package/side-panel/esm/components/content/mobile.css +2 -2
  1381. package/side-panel/esm/components/footer/Component.desktop.js +2 -2
  1382. package/side-panel/esm/components/footer/Component.js +2 -2
  1383. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  1384. package/side-panel/esm/components/footer/desktop.css +2 -2
  1385. package/side-panel/esm/components/footer/index.css +3 -3
  1386. package/side-panel/esm/components/footer/layout.css +24 -24
  1387. package/side-panel/esm/components/footer/mobile.css +2 -2
  1388. package/side-panel/esm/components/header/Component.desktop.js +2 -2
  1389. package/side-panel/esm/components/header/Component.js +2 -2
  1390. package/side-panel/esm/components/header/Component.mobile.js +2 -2
  1391. package/side-panel/esm/components/header/desktop.css +5 -5
  1392. package/side-panel/esm/components/header/index.css +15 -15
  1393. package/side-panel/esm/components/header/mobile.css +2 -2
  1394. package/side-panel/esm/desktop.css +2 -2
  1395. package/side-panel/esm/desktop.js +1 -1
  1396. package/side-panel/esm/index.js +1 -1
  1397. package/side-panel/esm/mobile.css +1 -1
  1398. package/side-panel/esm/mobile.js +1 -1
  1399. package/side-panel/esm/responsive.js +1 -1
  1400. package/side-panel/esm/transitions.desktop.css +7 -7
  1401. package/side-panel/esm/transitions.mobile.css +7 -7
  1402. package/side-panel/esm/{tslib.es6-df533de5.d.ts → tslib.es6-72b12998.d.ts} +0 -0
  1403. package/side-panel/esm/{tslib.es6-df533de5.js → tslib.es6-72b12998.js} +0 -0
  1404. package/side-panel/index.js +1 -1
  1405. package/side-panel/mobile.css +1 -1
  1406. package/side-panel/mobile.js +1 -1
  1407. package/side-panel/modern/Component.desktop.js +2 -2
  1408. package/side-panel/modern/Component.mobile.js +2 -2
  1409. package/side-panel/modern/components/closer/Component.js +1 -1
  1410. package/side-panel/modern/components/closer/index.css +3 -3
  1411. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  1412. package/side-panel/modern/components/content/Component.js +1 -1
  1413. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1414. package/side-panel/modern/components/content/desktop.css +2 -2
  1415. package/side-panel/modern/components/content/index.css +2 -2
  1416. package/side-panel/modern/components/content/mobile.css +2 -2
  1417. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  1418. package/side-panel/modern/components/footer/Component.js +2 -2
  1419. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  1420. package/side-panel/modern/components/footer/desktop.css +2 -2
  1421. package/side-panel/modern/components/footer/index.css +3 -3
  1422. package/side-panel/modern/components/footer/layout.css +24 -24
  1423. package/side-panel/modern/components/footer/mobile.css +2 -2
  1424. package/side-panel/modern/components/header/Component.desktop.js +1 -1
  1425. package/side-panel/modern/components/header/Component.js +1 -1
  1426. package/side-panel/modern/components/header/Component.mobile.js +1 -1
  1427. package/side-panel/modern/components/header/desktop.css +5 -5
  1428. package/side-panel/modern/components/header/index.css +15 -15
  1429. package/side-panel/modern/components/header/mobile.css +2 -2
  1430. package/side-panel/modern/desktop.css +2 -2
  1431. package/side-panel/modern/mobile.css +1 -1
  1432. package/side-panel/modern/transitions.desktop.css +7 -7
  1433. package/side-panel/modern/transitions.mobile.css +7 -7
  1434. package/side-panel/responsive.js +1 -1
  1435. package/side-panel/transitions.desktop.css +7 -7
  1436. package/side-panel/transitions.mobile.css +7 -7
  1437. package/side-panel/{tslib.es6-da9be818.d.ts → tslib.es6-84212d20.d.ts} +0 -0
  1438. package/side-panel/{tslib.es6-da9be818.js → tslib.es6-84212d20.js} +0 -0
  1439. package/skeleton/Component.js +1 -1
  1440. package/skeleton/esm/Component.js +1 -1
  1441. package/skeleton/esm/index.css +10 -10
  1442. package/skeleton/index.css +10 -10
  1443. package/skeleton/modern/Component.js +1 -1
  1444. package/skeleton/modern/index.css +10 -10
  1445. package/slider/Component.js +1 -1
  1446. package/slider/esm/Component.js +1 -1
  1447. package/slider/esm/index.css +23 -23
  1448. package/slider/index.css +23 -23
  1449. package/slider/modern/Component.js +1 -1
  1450. package/slider/modern/index.css +23 -23
  1451. package/slider-input/Component.js +1 -1
  1452. package/slider-input/esm/Component.js +1 -1
  1453. package/slider-input/esm/index.css +17 -17
  1454. package/slider-input/index.css +17 -17
  1455. package/slider-input/modern/Component.js +1 -1
  1456. package/slider-input/modern/index.css +17 -17
  1457. package/space/Component.js +2 -2
  1458. package/space/{Item-54493300.d.ts → Item-07de75a5.d.ts} +0 -0
  1459. package/space/{Item-54493300.js → Item-07de75a5.js} +0 -0
  1460. package/space/Item.js +1 -1
  1461. package/space/esm/Component.js +2 -2
  1462. package/space/esm/{Item-ce878f2b.d.ts → Item-1f4d0d37.d.ts} +0 -0
  1463. package/space/esm/{Item-ce878f2b.js → Item-1f4d0d37.js} +0 -0
  1464. package/space/esm/Item.js +1 -1
  1465. package/space/esm/index.css +8 -8
  1466. package/space/esm/index.js +1 -1
  1467. package/space/index.css +8 -8
  1468. package/space/index.js +1 -1
  1469. package/space/modern/Component.js +1 -1
  1470. package/space/modern/index.css +8 -8
  1471. package/spinner/Component.js +1 -1
  1472. package/spinner/esm/Component.js +1 -1
  1473. package/spinner/esm/index.css +9 -9
  1474. package/spinner/index.css +9 -9
  1475. package/spinner/modern/Component.js +1 -1
  1476. package/spinner/modern/index.css +9 -9
  1477. package/status/Component.js +1 -1
  1478. package/status/esm/Component.js +1 -1
  1479. package/status/esm/index.css +17 -17
  1480. package/status/index.css +17 -17
  1481. package/status/modern/Component.js +1 -1
  1482. package/status/modern/index.css +17 -17
  1483. package/stepped-progress-bar/Component.js +1 -1
  1484. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1485. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  1486. package/stepped-progress-bar/esm/Component.js +1 -1
  1487. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1488. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  1489. package/stepped-progress-bar/esm/index.css +3 -3
  1490. package/stepped-progress-bar/index.css +3 -3
  1491. package/stepped-progress-bar/modern/Component.js +1 -1
  1492. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1493. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  1494. package/stepped-progress-bar/modern/index.css +3 -3
  1495. package/switch/Component.js +1 -1
  1496. package/switch/esm/Component.js +1 -1
  1497. package/switch/esm/index.css +25 -25
  1498. package/switch/index.css +25 -25
  1499. package/switch/modern/Component.js +1 -1
  1500. package/switch/modern/index.css +25 -25
  1501. package/table/component.js +1 -1
  1502. package/table/components/index.js +1 -1
  1503. package/table/components/pagination/Component.js +2 -2
  1504. package/table/components/pagination/index.css +7 -7
  1505. package/table/components/pagination/index.js +1 -1
  1506. package/table/components/pagination/select-field/index.css +3 -3
  1507. package/table/components/pagination/select-field/index.js +2 -2
  1508. package/table/components/table/Component.js +2 -2
  1509. package/table/components/table/index.css +5 -5
  1510. package/table/components/table/index.js +1 -1
  1511. package/table/components/table/utils.js +1 -1
  1512. package/table/components/tbody/Component.js +2 -2
  1513. package/table/components/tbody/index.css +1 -1
  1514. package/table/components/tbody/index.js +1 -1
  1515. package/table/components/tcell/Component.js +2 -2
  1516. package/table/components/tcell/index.css +5 -5
  1517. package/table/components/tcell/index.js +1 -1
  1518. package/table/components/texpandable-row/Component.js +2 -2
  1519. package/table/components/texpandable-row/index.css +4 -4
  1520. package/table/components/texpandable-row/index.js +1 -1
  1521. package/table/components/thead/Component.js +2 -2
  1522. package/table/components/thead/index.css +5 -5
  1523. package/table/components/thead/index.js +1 -1
  1524. package/table/components/thead-cell/Component.js +2 -2
  1525. package/table/components/thead-cell/index.css +6 -6
  1526. package/table/components/thead-cell/index.js +1 -1
  1527. package/table/components/trow/Component.js +2 -2
  1528. package/table/components/trow/index.css +7 -7
  1529. package/table/components/trow/index.js +1 -1
  1530. package/table/components/tsortable-head-cell/Component.js +2 -2
  1531. package/table/components/tsortable-head-cell/index.css +8 -8
  1532. package/table/components/tsortable-head-cell/index.js +1 -1
  1533. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1534. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1535. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1536. package/table/esm/component.js +1 -1
  1537. package/table/esm/components/index.js +1 -1
  1538. package/table/esm/components/pagination/Component.js +2 -2
  1539. package/table/esm/components/pagination/index.css +7 -7
  1540. package/table/esm/components/pagination/index.js +1 -1
  1541. package/table/esm/components/pagination/select-field/index.css +3 -3
  1542. package/table/esm/components/pagination/select-field/index.js +2 -2
  1543. package/table/esm/components/table/Component.js +2 -2
  1544. package/table/esm/components/table/index.css +5 -5
  1545. package/table/esm/components/table/index.js +1 -1
  1546. package/table/esm/components/table/utils.js +1 -1
  1547. package/table/esm/components/tbody/Component.js +2 -2
  1548. package/table/esm/components/tbody/index.css +1 -1
  1549. package/table/esm/components/tbody/index.js +1 -1
  1550. package/table/esm/components/tcell/Component.js +2 -2
  1551. package/table/esm/components/tcell/index.css +5 -5
  1552. package/table/esm/components/tcell/index.js +1 -1
  1553. package/table/esm/components/texpandable-row/Component.js +2 -2
  1554. package/table/esm/components/texpandable-row/index.css +4 -4
  1555. package/table/esm/components/texpandable-row/index.js +1 -1
  1556. package/table/esm/components/thead/Component.js +2 -2
  1557. package/table/esm/components/thead/index.css +5 -5
  1558. package/table/esm/components/thead/index.js +1 -1
  1559. package/table/esm/components/thead-cell/Component.js +2 -2
  1560. package/table/esm/components/thead-cell/index.css +6 -6
  1561. package/table/esm/components/thead-cell/index.js +1 -1
  1562. package/table/esm/components/trow/Component.js +2 -2
  1563. package/table/esm/components/trow/index.css +7 -7
  1564. package/table/esm/components/trow/index.js +1 -1
  1565. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1566. package/table/esm/components/tsortable-head-cell/index.css +8 -8
  1567. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1568. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1569. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1570. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1571. package/table/esm/index.js +1 -1
  1572. package/table/esm/{tslib.es6-83264922.d.ts → tslib.es6-991139a8.d.ts} +0 -0
  1573. package/table/esm/{tslib.es6-83264922.js → tslib.es6-991139a8.js} +0 -0
  1574. package/table/index.js +1 -1
  1575. package/table/modern/components/pagination/Component.js +1 -1
  1576. package/table/modern/components/pagination/index.css +7 -7
  1577. package/table/modern/components/pagination/select-field/index.css +3 -3
  1578. package/table/modern/components/pagination/select-field/index.js +1 -1
  1579. package/table/modern/components/table/Component.js +1 -1
  1580. package/table/modern/components/table/index.css +5 -5
  1581. package/table/modern/components/tbody/Component.js +1 -1
  1582. package/table/modern/components/tbody/index.css +1 -1
  1583. package/table/modern/components/tcell/Component.js +1 -1
  1584. package/table/modern/components/tcell/index.css +5 -5
  1585. package/table/modern/components/texpandable-row/Component.js +1 -1
  1586. package/table/modern/components/texpandable-row/index.css +4 -4
  1587. package/table/modern/components/thead/Component.js +1 -1
  1588. package/table/modern/components/thead/index.css +5 -5
  1589. package/table/modern/components/thead-cell/Component.js +1 -1
  1590. package/table/modern/components/thead-cell/index.css +6 -6
  1591. package/table/modern/components/trow/Component.js +1 -1
  1592. package/table/modern/components/trow/index.css +7 -7
  1593. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1594. package/table/modern/components/tsortable-head-cell/index.css +8 -8
  1595. package/table/{tslib.es6-4be1dcc8.d.ts → tslib.es6-67c17de6.d.ts} +0 -0
  1596. package/table/{tslib.es6-4be1dcc8.js → tslib.es6-67c17de6.js} +0 -0
  1597. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1598. package/tabs/components/primary-tablist/Component.js +1 -1
  1599. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1600. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1601. package/tabs/components/primary-tablist/index.css +19 -19
  1602. package/tabs/components/primary-tablist/mobile.css +26 -22
  1603. package/tabs/components/scrollable-container/Component.js +1 -1
  1604. package/tabs/components/scrollable-container/index.css +4 -4
  1605. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1606. package/tabs/components/secondary-tablist/Component.js +1 -1
  1607. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1608. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1609. package/tabs/components/secondary-tablist/index.css +10 -10
  1610. package/tabs/components/secondary-tablist/mobile.css +16 -12
  1611. package/tabs/components/tab/Component.js +1 -1
  1612. package/tabs/components/tab/index.css +2 -2
  1613. package/tabs/components/tabs/Component.d.ts +1 -1
  1614. package/tabs/components/tabs/Component.desktop.d.ts +1 -1
  1615. package/tabs/components/tabs/Component.desktop.js +3 -3
  1616. package/tabs/components/tabs/Component.mobile.d.ts +1 -1
  1617. package/tabs/components/tabs/Component.mobile.js +3 -3
  1618. package/tabs/components/tabs/Component.responsive.d.ts +1 -1
  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-676f2a00.d.ts → tslib.es6-d147a661.d.ts} +0 -0
  1647. package/tabs/esm/{tslib.es6-676f2a00.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-74c99f36.d.ts → tslib.es6-576d6119.d.ts} +0 -0
  1677. package/tabs/{tslib.es6-74c99f36.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 +280 -277
  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 +873 -799
  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-534a36a6.d.ts → Component-e397e2fe.d.ts} +0 -0
  1731. package/tooltip/{Component-534a36a6.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-31bfa527.d.ts → Component-a47d575f.d.ts} +0 -0
  1736. package/tooltip/esm/{Component-31bfa527.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-8fc8e50a.d.ts → colors.module-e6c5dda2.d.ts} +0 -0
  1760. package/typography/{colors.module-8fc8e50a.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-72212e95.d.ts → colors.module-f0554e37.d.ts} +0 -0
  1765. package/typography/esm/{colors.module-72212e95.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.d.ts +2 -2
  1802. package/typography/text/component.js +2 -2
  1803. package/typography/text/index.css +13 -13
  1804. package/typography/text/index.js +1 -1
  1805. package/typography/title/common.css +4 -4
  1806. package/typography/title/component.d.ts +2 -2
  1807. package/typography/title/component.js +1 -1
  1808. package/typography/title/index.css +18 -18
  1809. package/typography/title/index.js +3 -3
  1810. package/typography/title-mobile/component.js +3 -3
  1811. package/typography/title-mobile/index.css +13 -13
  1812. package/typography/title-mobile/index.js +2 -2
  1813. package/typography/title-responsive/component.js +3 -3
  1814. package/typography/title-responsive/index.css +40 -40
  1815. package/typography/title-responsive/index.js +2 -2
  1816. package/vars/colors-bluetint.css +4 -0
  1817. package/vars/colors-indigo.css +4 -0
  1818. package/vars/cssm/colors-bluetint.css +4 -0
  1819. package/vars/cssm/colors-indigo.css +4 -0
  1820. package/vars/cssm/index.css +4 -0
  1821. package/vars/dist/colors-bluetint.css +4 -0
  1822. package/vars/dist/colors-indigo.css +4 -0
  1823. package/vars/dist/cssm/colors-bluetint.css +4 -0
  1824. package/vars/dist/cssm/colors-indigo.css +4 -0
  1825. package/vars/dist/cssm/index.css +4 -0
  1826. package/vars/index.d.ts +4 -0
  1827. package/vars/index.js +4 -0
  1828. package/with-suffix/Component.js +1 -1
  1829. package/with-suffix/esm/Component.js +1 -1
  1830. package/with-suffix/esm/index.css +8 -8
  1831. package/with-suffix/index.css +8 -8
  1832. package/with-suffix/modern/Component.js +1 -1
  1833. package/with-suffix/modern/index.css +8 -8
  1834. package/calendar-range/modern/index.module-053cd486.js +0 -4
  1835. package/grid/esm/gutters.module-39b71a0e.js +0 -27
  1836. package/grid/gutters.module-474590eb.js +0 -28
  1837. package/grid/modern/gutters.module-d31df627.js +0 -4
  1838. package/modal/esm/transitions.module-5474da38.js +0 -4
  1839. package/modal/modern/transitions.module-5474da38.js +0 -4
  1840. package/modal/transitions.module-2bced7a6.js +0 -4
  1841. package/tabs/esm/index.module-b669921b.js +0 -4
  1842. package/tabs/esm/index.module-fb637ba6.js +0 -4
  1843. package/tabs/index.module-8383f13b.js +0 -4
  1844. package/tabs/index.module-c0999c2b.js +0 -4
  1845. package/tabs/modern/index.module-b669921b.js +0 -4
  1846. package/tabs/modern/index.module-fb637ba6.js +0 -4
  1847. package/typography/common.module-e8974c26.js +0 -4
  1848. package/typography/esm/common.module-9eaacadf.js +0 -4
  1849. package/typography/modern/colors.module-469dbee3.js +0 -4
  1850. package/typography/modern/common.module-9eaacadf.js +0 -4
@@ -1,323 +1,323 @@
1
- .card-image__cardImage_4nxo6 {
1
+ .card-image__cardImage_xnc8n {
2
2
  background: #e7e8ea;
3
3
  }
4
- .card-image__loaded_4nxo6 {
4
+ .card-image__loaded_xnc8n {
5
5
  background: transparent
6
- }.backdrop__backdrop_177qy {
7
- -webkit-tap-highlight-color: transparent;
8
- }
9
- .backdrop__appear_177qy,
10
- .backdrop__enter_177qy {
11
- background-color: transparent;
12
- }
13
- .backdrop__appearActive_177qy,
14
- .backdrop__enterActive_177qy,
15
- .backdrop__appearDone_177qy,
16
- .backdrop__enterDone_177qy {
17
- background-color: rgba(0, 0, 0, 0.8);
18
- }
19
- .backdrop__exit_177qy {
20
- background-color: rgba(0, 0, 0, 0.8);
21
- }
22
- .backdrop__exitActive_177qy,
23
- .backdrop__exitDone_177qy {
24
- background-color: transparent;
25
- }.badge__component_ji13h {
6
+ }.badge__component_hq8mw {
26
7
  background-color: #ef3124;
27
8
  color: #000;
28
9
  }
29
- .badge__outlineCount_ji13h {
10
+ .badge__outlineCount_hq8mw {
30
11
  background-color: #121212;
31
12
  }
32
- .badge__icon_ji13h {
13
+ .badge__icon_hq8mw {
33
14
  color: #2fc26e
34
15
  }
35
- .badge__icon_ji13h.badge__positive_ji13h {
16
+ .badge__icon_hq8mw.badge__positive_hq8mw {
36
17
  color: #2fc26e;
37
18
  background-color: #2fc26e;
38
19
  }
39
- .badge__icon_ji13h.badge__attention_ji13h {
20
+ .badge__icon_hq8mw.badge__attention_hq8mw {
40
21
  color: #f6bf65;
41
22
  background-color: #f6bf65;
42
23
  }
43
- .badge__icon_ji13h.badge__negative_ji13h {
24
+ .badge__icon_hq8mw.badge__negative_hq8mw {
44
25
  color: #d91d0b;
45
26
  background-color: #d91d0b;
46
27
  }
47
- .badge__icon_ji13h.badge__link_ji13h {
28
+ .badge__icon_hq8mw.badge__link_hq8mw {
48
29
  color: #0072ef;
49
30
  background-color: #0072ef;
50
31
  }
51
- .badge__icon_ji13h.badge__tertiary_ji13h {
32
+ .badge__icon_hq8mw.badge__tertiary_hq8mw {
52
33
  color: #464649;
53
34
  background-color: #464649;
54
35
  }
55
- .badge__icon_ji13h.badge__secondary_ji13h {
36
+ .badge__icon_hq8mw.badge__secondary_hq8mw {
56
37
  color: #8d8d93;
57
38
  background-color: #8d8d93;
58
39
  }
59
- .badge__icon_ji13h.badge__primary_ji13h {
40
+ .badge__icon_hq8mw.badge__primary_hq8mw {
60
41
  color: #fff;
61
42
  background-color: #fff;
62
43
  }
63
- .badge__icon_ji13h:before {
44
+ .badge__icon_hq8mw:before {
64
45
  background-color: #121212;
65
46
  }
66
- .badge__outline_ji13h {
47
+ .badge__outline_hq8mw {
67
48
  background-color: #121212;
68
49
  }
69
- .badge__outlineColor_ji13h.badge__attention_ji13h {
50
+ .badge__outlineColor_hq8mw.badge__attention_hq8mw {
70
51
  background-color: #f6bf65;
71
52
  }
72
- .badge__outlineColor_ji13h.badge__positive_ji13h {
53
+ .badge__outlineColor_hq8mw.badge__positive_hq8mw {
73
54
  background-color: #2fc26e;
74
55
  }
75
- .badge__outlineColor_ji13h.badge__negative_ji13h {
56
+ .badge__outlineColor_hq8mw.badge__negative_hq8mw {
76
57
  background-color: #d91d0b;
77
58
  }
78
- .badge__outlineColor_ji13h.badge__link_ji13h {
59
+ .badge__outlineColor_hq8mw.badge__link_hq8mw {
79
60
  background-color: #0072ef;
80
61
  }
81
- .badge__outlineColor_ji13h .badge__tertiary_ji13h {
62
+ .badge__outlineColor_hq8mw .badge__tertiary_hq8mw {
82
63
  background-color: #464649;
83
64
  }
84
- .badge__outlineColor_ji13h.badge__secondary_ji13h {
65
+ .badge__outlineColor_hq8mw.badge__secondary_hq8mw {
85
66
  background-color: #8d8d93;
86
67
  }
87
- .badge__outlineColor_ji13h.badge__primary_ji13h {
68
+ .badge__outlineColor_hq8mw.badge__primary_hq8mw {
88
69
  background-color: #fff;
89
- }.checkbox__box_11a82 {
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
+ border-left: 1px solid #f15045;
91
+ }
92
+ .checkbox-group__label_15z4w {
93
+ color: #fff;
94
+ }
95
+ .checkbox-group__errorMessage_15z4w {
96
+ color: #f15045;
97
+ }
98
+ .checkbox-group__hint_15z4w {
99
+ color: #8d8d93;
100
+ }.checkbox__box_qn0ds {
90
101
  color: #000;
91
102
  background-color: #000;
92
103
  border: 1.5px solid #8d8d93;
93
104
  }
94
- .checkbox__checkedIcon_11a82 {
105
+ .checkbox__checkedIcon_qn0ds {
95
106
  color: #000;
96
107
  }
97
- .checkbox__component_11a82:hover:not(.checkbox__disabled_11a82):not(.checkbox__inactive_11a82) .checkbox__box_11a82 {
108
+ .checkbox__component_qn0ds:hover:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
98
109
  background-color: #000;
99
110
  border-color: #8d8d93;
100
111
  }
101
- .checkbox__component_11a82:active:not(.checkbox__disabled_11a82):not(.checkbox__inactive_11a82) .checkbox__box_11a82 {
112
+ .checkbox__component_qn0ds:active:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
102
113
  background-color: #000;
103
114
  border-color: #fff;
104
115
  }
105
- .checkbox__checked_11a82 .checkbox__box_11a82 {
116
+ .checkbox__checked_qn0ds .checkbox__box_qn0ds {
106
117
  background-color: #fff;
107
118
  border-color: transparent;
108
119
  }
109
- .checkbox__checked_11a82:hover:not(.checkbox__disabled_11a82):not(.checkbox__inactive_11a82) .checkbox__box_11a82 {
120
+ .checkbox__checked_qn0ds:hover:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
110
121
  background-color: rgb(255, 255, 255);
111
122
  border-color: transparent;
112
123
  }
113
- .checkbox__checked_11a82:active:not(.checkbox__disabled_11a82):not(.checkbox__inactive_11a82) .checkbox__box_11a82 {
124
+ .checkbox__checked_qn0ds:active:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
114
125
  background-color: rgb(255, 255, 255);
115
126
  border-color: transparent;
116
127
  }
117
- .checkbox__indeterminate_11a82 .checkbox__box_11a82 {
128
+ .checkbox__indeterminate_qn0ds .checkbox__box_qn0ds {
118
129
  background-color: #fff;
119
130
  border-color: transparent;
120
131
  }
121
- .checkbox__indeterminate_11a82:hover:not(.checkbox__disabled_11a82):not(.checkbox__inactive_11a82) .checkbox__box_11a82 {
132
+ .checkbox__indeterminate_qn0ds:hover:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
122
133
  background-color: rgb(255, 255, 255);
123
134
  border-color: transparent;
124
135
  }
125
- .checkbox__indeterminate_11a82:active:not(.checkbox__disabled_11a82):not(.checkbox__inactive_11a82) .checkbox__box_11a82 {
136
+ .checkbox__indeterminate_qn0ds:active:not(.checkbox__disabled_qn0ds):not(.checkbox__inactive_qn0ds) .checkbox__box_qn0ds {
126
137
  background-color: rgb(255, 255, 255);
127
138
  border-color: transparent;
128
139
  }
129
- .checkbox__disabled_11a82 .checkbox__box_11a82 {
140
+ .checkbox__disabled_qn0ds .checkbox__box_qn0ds {
130
141
  background-color: #000;
131
142
  border-color: #2a2a2c;
132
143
  }
133
- .checkbox__disabled_11a82.checkbox__checked_11a82 .checkbox__box_11a82 {
144
+ .checkbox__disabled_qn0ds.checkbox__checked_qn0ds .checkbox__box_qn0ds {
134
145
  background-color: #3a3a3c;
135
146
  border-color: transparent;
136
147
  }
137
- .checkbox__disabled_11a82.checkbox__indeterminate_11a82 .checkbox__box_11a82 {
148
+ .checkbox__disabled_qn0ds.checkbox__indeterminate_qn0ds .checkbox__box_qn0ds {
138
149
  background-color: #3a3a3c;
139
150
  border-color: transparent;
140
151
  }
141
- .checkbox__disabled_11a82 .checkbox__label_11a82 {
152
+ .checkbox__disabled_qn0ds .checkbox__label_qn0ds {
142
153
  color: #8d8d93;
143
154
  }
144
- .checkbox__disabled_11a82 .checkbox__hint_11a82 {
155
+ .checkbox__disabled_qn0ds .checkbox__hint_qn0ds {
145
156
  color: #8d8d93;
146
157
  }
147
- .checkbox__inactive_11a82 .checkbox__box_11a82 {
158
+ .checkbox__inactive_qn0ds .checkbox__box_qn0ds {
148
159
  background-color: #3a3a3c;
149
160
  border-color: #464649;
150
161
  }
151
- .checkbox__inactive_11a82.checkbox__checked_11a82 .checkbox__box_11a82 {
162
+ .checkbox__inactive_qn0ds.checkbox__checked_qn0ds .checkbox__box_qn0ds {
152
163
  color: #464649;
153
164
  border-color: transparent;
154
165
  }
155
- .checkbox__inactive_11a82.checkbox__indeterminate_11a82 .checkbox__box_11a82 {
166
+ .checkbox__inactive_qn0ds.checkbox__indeterminate_qn0ds .checkbox__box_qn0ds {
156
167
  border-color: transparent;
157
168
  }
158
- .checkbox__focused_11a82 .checkbox__box_11a82 {
169
+ .checkbox__focused_qn0ds .checkbox__box_qn0ds {
159
170
  outline: 2px solid #0072ef;
160
171
  }
161
- .checkbox__label_11a82 {
172
+ .checkbox__label_qn0ds {
162
173
  color: #fff;
163
174
  }
164
- .checkbox__errorMessage_11a82 {
175
+ .checkbox__errorMessage_qn0ds {
165
176
  color: #f15045;
166
177
  }
167
- .checkbox__hint_11a82 {
178
+ .checkbox__hint_qn0ds {
168
179
  color: #8d8d93;
169
180
  }
170
- .checkbox__inactive_11a82 .checkbox__indeterminateLine_11a82 {
181
+ .checkbox__inactive_qn0ds .checkbox__indeterminateLine_qn0ds {
171
182
  background-color: #464649;
172
183
  }
173
- .checkbox__indeterminateLine_11a82 {
184
+ .checkbox__indeterminateLine_qn0ds {
174
185
  background-color: #000;
175
- }.checkbox-group__error_1njng {
176
- border-left: 1px solid #f15045;
177
- }
178
- .checkbox-group__label_1njng {
179
- color: #fff;
180
- }
181
- .checkbox-group__errorMessage_1njng {
182
- color: #f15045;
183
- }
184
- .checkbox-group__hint_1njng {
185
- color: #8d8d93;
186
- }.divider__component_1c2be {
186
+ }.divider__component_ynbr2 {
187
187
  border-bottom: 1px solid #2b2b2e;
188
- }.dropzone__component_19zm6 {
188
+ }.dropzone__component_13n4v {
189
189
  border: 2px dashed #464649;
190
190
  }
191
- .dropzone__component_19zm6:not(.dropzone__disabled_19zm6):hover {
191
+ .dropzone__component_13n4v:not(.dropzone__disabled_13n4v):hover {
192
192
  background-color: transparent;
193
193
  }
194
- .dropzone__dragOver_19zm6 {
194
+ .dropzone__dragOver_13n4v {
195
195
  background-color: transparent;
196
196
  }
197
- .dropzone__error_19zm6 {
197
+ .dropzone__error_13n4v {
198
198
  border-color: #ef3124;
199
199
  }
200
- .dropzone__overlay_grzyi {
200
+ .dropzone__overlay_heaxp {
201
201
  background: #202022;
202
202
  }
203
- .dropzone__text_grzyi {
203
+ .dropzone__text_heaxp {
204
204
  color: #fff;
205
- }.code-input__error_1cxsh {
205
+ }.code-input__error_1s6y3 {
206
206
  color: #f15045;
207
207
  }
208
- @keyframes code-input__shake_1cxsh {
208
+ @keyframes code-input__shake_1s6y3 {
209
209
  }
210
- .code-input__input_14oxc {
210
+ .code-input__input_uw7m2 {
211
211
  background-color: #202022;
212
212
  color: #fff
213
213
  }
214
- .code-input__input_14oxc.code-input__hasError_14oxc {
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_14oxc.code-input__disabled_14oxc {
219
+ .code-input__input_uw7m2.code-input__disabled_uw7m2 {
220
220
  color: #464649;
221
221
  }
222
- .code-input__input_14oxc:-webkit-autofill {
222
+ .code-input__input_uw7m2:-webkit-autofill {
223
223
  -webkit-text-fill-color: #fff;
224
- }.form-control__component_1xvql {
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_1xvql {
260
+ .form-control__inner_2b1d0 {
228
261
  background-color: #202022;
229
262
  }
230
- .form-control__label_1xvql {
263
+ .form-control__label_2b1d0 {
231
264
  color: #8d8d93;
232
265
  }
233
- .form-control__hint_1xvql {
266
+ .form-control__hint_2b1d0 {
234
267
  color: #8d8d93;
235
268
  }
236
- .form-control__disabled_1xvql {
269
+ .form-control__disabled_2b1d0 {
237
270
  background-color: #202022;
238
271
  color: #8d8d93;
239
272
  }
240
- .form-control__focused_1xvql.form-control__inner_1xvql {
273
+ .form-control__focused_2b1d0.form-control__inner_2b1d0 {
241
274
  background-color: #202022;
242
275
  }
243
- .form-control__inner_1xvql:not(.form-control__disabled_1xvql):hover {
276
+ .form-control__inner_2b1d0:not(.form-control__disabled_2b1d0):hover {
244
277
  background-color: #202022;
245
278
  }
246
- .form-control__error_1xvql {
279
+ .form-control__error_2b1d0 {
247
280
  color: #f15045;
248
281
  }
249
- .form-control__hasError_1xvql .form-control__label_1xvql {
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_12hr9 {
287
+ .form-control__component_15y62 {
255
288
  color: #000;
256
289
  }
257
- .form-control__inner_12hr9 {
290
+ .form-control__inner_15y62 {
258
291
  background-color: #f3f4f5;
259
292
  }
260
- .form-control__label_12hr9 {
293
+ .form-control__label_15y62 {
261
294
  color: rgba(60, 60, 67, 0.6);
262
295
  }
263
- .form-control__hint_12hr9 {
296
+ .form-control__hint_15y62 {
264
297
  color: rgba(60, 60, 67, 0.6);
265
298
  }
266
- .form-control__disabled_12hr9 {
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_12hr9.form-control__inner_12hr9 {
303
+ .form-control__focused_15y62.form-control__inner_15y62 {
271
304
  background-color: #f3f4f5;
272
305
  }
273
- .form-control__inner_12hr9:not(.form-control__disabled_12hr9):hover {
306
+ .form-control__inner_15y62:not(.form-control__disabled_15y62):hover {
274
307
  background-color: #f3f4f5;
275
308
  }
276
- .form-control__error_12hr9 {
309
+ .form-control__error_15y62 {
277
310
  color: #ef3124;
278
311
  }
279
- .form-control__hasError_12hr9 .form-control__label_12hr9 {
312
+ .form-control__hasError_15y62 .form-control__label_15y62 {
280
313
  color: #ef3124;
281
- }.hatching-progress-bar__container_wg1vr {
282
- background: rgba(255, 255, 255, 0.1);
283
- }
284
- .hatching-progress-bar__hatch_wg1vr {
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_wg1vr {
292
- background: #2fc26e;
293
- }
294
- .hatching-progress-bar__attention_wg1vr {
295
- background: #f6bf65;
296
- }
297
- .hatching-progress-bar__negative_wg1vr {
298
- background: #d91d0b;
299
- }
300
- .hatching-progress-bar__link_wg1vr {
301
- background: #0072ef;
302
- }
303
- .hatching-progress-bar__tertiary_wg1vr {
304
- background: #464649;
305
- }
306
- .hatching-progress-bar__secondary_wg1vr {
307
- background: #8d8d93;
308
- }
309
- .hatching-progress-bar__primary_wg1vr {
310
- background: #fff;
311
- }
312
- .hatching-progress-bar__accent_wg1vr {
313
- background: #ef3124;
314
- }.icon-view__component_1e8dh {
314
+ }.icon-view__component_m6o80 {
315
315
  color: rgba(235, 235, 245, 0.6);
316
316
  }
317
- .icon-view__bg_1e8dh {
317
+ .icon-view__bg_m6o80 {
318
318
  fill: #f3f4f5;
319
319
  }
320
- .icon-view__border_1e8dh {
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,246 +368,249 @@
368
368
  }
369
369
  @media (min-width: 1920px) {
370
370
  }
371
- .list__list_v8j99 {
371
+ .list__list_1ig8r {
372
372
  color: #fff;
373
373
  }
374
- .list__slot_v8j99 {
374
+ .list__slot_1ig8r {
375
375
  color: #fff;
376
- }.link__primary_1h2eg {
376
+ }.link__primary_hofrr {
377
377
  color: #fff;
378
378
  border-bottom-color: #fff
379
379
  }
380
- .link__primary_1h2eg:hover {
380
+ .link__primary_hofrr:hover {
381
381
  color: rgb(255, 255, 255);
382
382
  }
383
- .link__primary_1h2eg:active {
383
+ .link__primary_hofrr:active {
384
384
  color: rgb(255, 255, 255);
385
385
  }
386
- .link__secondary_1h2eg {
386
+ .link__secondary_hofrr {
387
387
  color: #8d8d93;
388
388
  border-bottom-color: #8d8d93
389
389
  }
390
- .link__secondary_1h2eg:hover {
390
+ .link__secondary_hofrr:hover {
391
391
  color: rgb(164, 164, 169);
392
392
  }
393
- .link__secondary_1h2eg:active {
393
+ .link__secondary_hofrr:active {
394
394
  color: rgb(187, 187, 190);
395
395
  }
396
- .link__defaultView_1h2eg {
396
+ .link__defaultView_hofrr {
397
397
  color: #0072ef;
398
398
  border-bottom-color: #0072ef
399
399
  }
400
- .link__defaultView_1h2eg:hover {
400
+ .link__defaultView_hofrr:hover {
401
401
  color: rgb(51, 142, 242);
402
402
  }
403
- .link__defaultView_1h2eg:active {
403
+ .link__defaultView_hofrr:active {
404
404
  color: rgb(102, 170, 245);
405
405
  }
406
- .link__component_1bm64:hover .link__text_1bm64,
407
- .link__component_1bm64:active .link__text_1bm64 {
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_1bm64 {
410
+ .link__focused_1wwsa {
411
411
  outline: 2px solid #0072ef;
412
412
  }
413
- .link__primary_kyuiy {
413
+ .link__pseudo_1wwsa {
414
+ background-color: transparent;
415
+ }
416
+ .link__primary_1klzv {
414
417
  color: #000;
415
418
  border-bottom-color: #000
416
419
  }
417
- .link__primary_kyuiy:hover {
420
+ .link__primary_1klzv:hover {
418
421
  color: rgb(204, 204, 204);
419
422
  }
420
- .link__primary_kyuiy:active {
423
+ .link__primary_1klzv:active {
421
424
  color: rgb(153, 153, 153);
422
425
  }
423
- .link__secondary_kyuiy {
426
+ .link__secondary_1klzv {
424
427
  color: #8a8a8e;
425
428
  border-bottom-color: #8a8a8e
426
429
  }
427
- .link__secondary_kyuiy:hover {
430
+ .link__secondary_1klzv:hover {
428
431
  color: rgb(146, 150, 156);
429
432
  }
430
- .link__secondary_kyuiy:active {
433
+ .link__secondary_1klzv:active {
431
434
  color: rgb(109, 113, 117);
432
435
  }
433
- .link__defaultView_kyuiy {
436
+ .link__defaultView_1klzv {
434
437
  color: #0072ef;
435
438
  border-bottom-color: #0072ef
436
439
  }
437
- .link__defaultView_kyuiy:hover {
440
+ .link__defaultView_1klzv:hover {
438
441
  color: rgb(0, 98, 204);
439
442
  }
440
- .link__defaultView_kyuiy:active {
443
+ .link__defaultView_1klzv:active {
441
444
  color: rgb(0, 73, 153);
442
- }@keyframes loader__blink_1es1l {
443
- }.progress-bar__container_xnuw1 {
445
+ }@keyframes loader__blink_yz4tq {
446
+ }.progress-bar__container_15zm7 {
444
447
  background: rgba(255, 255, 255, 0.1)
445
448
  }
446
- .progress-bar__filled_xnuw1.progress-bar__positive_xnuw1 {
449
+ .progress-bar__filled_15zm7.progress-bar__positive_15zm7 {
447
450
  background: #2fc26e;
448
451
  }
449
- .progress-bar__filled_xnuw1.progress-bar__negative_xnuw1 {
452
+ .progress-bar__filled_15zm7.progress-bar__negative_15zm7 {
450
453
  background: #d91d0b;
451
454
  }
452
- .progress-bar__filled_xnuw1.progress-bar__attention_xnuw1 {
455
+ .progress-bar__filled_15zm7.progress-bar__attention_15zm7 {
453
456
  background: #f6bf65;
454
457
  }
455
- .progress-bar__filled_xnuw1.progress-bar__link_xnuw1 {
458
+ .progress-bar__filled_15zm7.progress-bar__link_15zm7 {
456
459
  background: #0072ef;
457
460
  }
458
- .progress-bar__filled_xnuw1.progress-bar__tertiary_xnuw1 {
461
+ .progress-bar__filled_15zm7.progress-bar__tertiary_15zm7 {
459
462
  background: #464649;
460
463
  }
461
- .progress-bar__filled_xnuw1.progress-bar__secondary_xnuw1 {
464
+ .progress-bar__filled_15zm7.progress-bar__secondary_15zm7 {
462
465
  background: #8d8d93;
463
466
  }
464
- .progress-bar__filled_xnuw1.progress-bar__primary_xnuw1 {
467
+ .progress-bar__filled_15zm7.progress-bar__primary_15zm7 {
465
468
  background: #fff;
466
469
  }
467
- .progress-bar__filled_xnuw1.progress-bar__accent_xnuw1 {
470
+ .progress-bar__filled_15zm7.progress-bar__accent_15zm7 {
468
471
  background: #ef3124;
469
- }.pure-input__input_px55f {
472
+ }.pure-input__input_199g9 {
470
473
  color: #fff;
471
474
  caret-color: #0072ef;
472
475
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
473
476
  }
474
- .pure-input__input_px55f:-webkit-autofill {
477
+ .pure-input__input_199g9:-webkit-autofill {
475
478
  -webkit-text-fill-color: #fff;
476
479
  }
477
- .pure-input__input_px55f::placeholder {
480
+ .pure-input__input_199g9::placeholder {
478
481
  color: #8d8d93;
479
482
  }
480
- .pure-input__hasLabel_px55f::placeholder {
483
+ .pure-input__hasLabel_199g9::placeholder {
481
484
  color: #464649;
482
485
  }
483
- .pure-input__clearIcon_px55f {
486
+ .pure-input__clearIcon_199g9 {
484
487
  color: #fff;
485
488
  }
486
- .pure-input__input_px55f:read-only {
489
+ .pure-input__input_199g9:read-only {
487
490
  color: #8d8d93
488
491
  }
489
- .pure-input__input_px55f:read-only:focus::placeholder {
492
+ .pure-input__input_199g9:read-only:focus::placeholder {
490
493
  color: #8d8d93;
491
494
  }
492
- .pure-input__input_px55f:disabled {
495
+ .pure-input__input_199g9:disabled {
493
496
  color: #fff;
494
497
  -webkit-text-fill-color: #fff;
495
498
  }
496
- .pure-input__input_px55f:focus::placeholder {
499
+ .pure-input__input_199g9:focus::placeholder {
497
500
  color: rgba(235, 235, 245, 0.3);
498
501
  }
499
- .pure-input__error_px55f {
502
+ .pure-input__error_199g9 {
500
503
  color: #f15045;
501
504
  caret-color: #f15045;
502
505
  }
503
- .pure-input__component_px55f {
506
+ .pure-input__component_199g9 {
504
507
  color: #fff;
505
508
  background-color: #202022;
506
509
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
507
510
  }
508
- .pure-input__component_px55f::placeholder {
511
+ .pure-input__component_199g9::placeholder {
509
512
  color: #8d8d93;
510
513
  }
511
- .pure-input__component_px55f:disabled {
514
+ .pure-input__component_199g9:disabled {
512
515
  color: #fff;
513
516
  background-color: #202022;
514
517
  }
515
- .pure-input__component_px55f:not(:disabled):focus::placeholder {
518
+ .pure-input__component_199g9:not(:disabled):focus::placeholder {
516
519
  color: rgba(235, 235, 245, 0.3);
517
520
  }
518
- .pure-input__focusVisible_px55f {
521
+ .pure-input__focusVisible_199g9 {
519
522
  outline: 2px solid #0072ef;
520
523
  }
521
- .pure-input__component_px55f:not(:disabled):hover {
524
+ .pure-input__component_199g9:not(:disabled):hover {
522
525
  background-color: #202022;
523
- }.radio-group__error_jtldu {
526
+ }.radio-group__error_umz7q {
524
527
  border-left: 1px solid #f15045;
525
528
  }
526
- .radio-group__label_jtldu {
529
+ .radio-group__label_umz7q {
527
530
  color: #fff;
528
531
  }
529
- .radio-group__errorMessage_jtldu {
532
+ .radio-group__errorMessage_umz7q {
530
533
  color: #f15045;
531
534
  }
532
- .radio-group__hint_jtldu {
535
+ .radio-group__hint_umz7q {
533
536
  color: #8d8d93;
534
- }.radio__container_jbnmp:not(.radio__checked_jbnmp):not(.radio__disabled_jbnmp):not(.radio__inactive_jbnmp) .radio__circle_jbnmp {
537
+ }.radio__container_c6810:not(.radio__checked_c6810):not(.radio__disabled_c6810):not(.radio__inactive_c6810) .radio__circle_c6810 {
535
538
  background-color: #000;
536
539
  border: 1.5px solid #8d8d93;
537
540
  }
538
- .radio__container_jbnmp:not(.radio__checked_jbnmp):not(.radio__disabled_jbnmp):not(.radio__inactive_jbnmp):hover:not(:active) .radio__circle_jbnmp {
541
+ .radio__container_c6810:not(.radio__checked_c6810):not(.radio__disabled_c6810):not(.radio__inactive_c6810):hover:not(:active) .radio__circle_c6810 {
539
542
  background-color: #000;
540
543
  border-color: #8d8d93;
541
544
  }
542
- .radio__container_jbnmp:not(.radio__checked_jbnmp):not(.radio__disabled_jbnmp):not(.radio__inactive_jbnmp):active .radio__circle_jbnmp {
545
+ .radio__container_c6810:not(.radio__checked_c6810):not(.radio__disabled_c6810):not(.radio__inactive_c6810):active .radio__circle_c6810 {
543
546
  background-color: #000;
544
547
  border-color: #fff;
545
548
  }
546
- .radio__container_jbnmp.radio__disabled_jbnmp .radio__circle_jbnmp {
549
+ .radio__container_c6810.radio__disabled_c6810 .radio__circle_c6810 {
547
550
  background-color: #000;
548
551
  border: 1.5px solid #2a2a2c;
549
552
  }
550
- .radio__container_jbnmp.radio__disabled_jbnmp .radio__label_jbnmp {
553
+ .radio__container_c6810.radio__disabled_c6810 .radio__label_c6810 {
551
554
  color: #8d8d93;
552
555
  }
553
- .radio__container_jbnmp.radio__disabled_jbnmp .radio__hint_jbnmp {
556
+ .radio__container_c6810.radio__disabled_c6810 .radio__hint_c6810 {
554
557
  color: #8d8d93;
555
558
  }
556
- .radio__container_jbnmp.radio__inactive_jbnmp .radio__circle_jbnmp {
559
+ .radio__container_c6810.radio__inactive_c6810 .radio__circle_c6810 {
557
560
  background-color: #3a3a3c;
558
561
  border: 1px solid #464649;
559
562
  }
560
- .radio__container_jbnmp.radio__inactive_jbnmp.radio__checked_jbnmp .radio__circle_jbnmp:before {
563
+ .radio__container_c6810.radio__inactive_c6810.radio__checked_c6810 .radio__circle_c6810:before {
561
564
  background-color: #464649;
562
565
  }
563
- .radio__container_jbnmp.radio__checked_jbnmp .radio__circle_jbnmp {
566
+ .radio__container_c6810.radio__checked_c6810 .radio__circle_c6810 {
564
567
  background-color: #fff;
565
568
  border: 1.5px solid transparent;
566
569
  }
567
- .radio__container_jbnmp.radio__checked_jbnmp:hover .radio__circle_jbnmp {
570
+ .radio__container_c6810.radio__checked_c6810:hover .radio__circle_c6810 {
568
571
  background-color: rgb(255, 255, 255);
569
572
  border-color: transparent;
570
573
  }
571
- .radio__container_jbnmp.radio__checked_jbnmp:active .radio__circle_jbnmp {
574
+ .radio__container_c6810.radio__checked_c6810:active .radio__circle_c6810 {
572
575
  background-color: rgb(255, 255, 255);
573
576
  border-color: transparent;
574
577
  }
575
- .radio__container_jbnmp.radio__focused_jbnmp .radio__circle_jbnmp {
578
+ .radio__container_c6810.radio__focused_c6810 .radio__circle_c6810 {
576
579
  outline: 2px solid #0072ef;
577
580
  }
578
- .radio__container_jbnmp.radio__disabled_jbnmp.radio__checked_jbnmp .radio__circle_jbnmp,
579
- .radio__container_jbnmp.radio__inactive_jbnmp.radio__checked_jbnmp .radio__circle_jbnmp {
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 {
580
583
  background-color: #3a3a3c;
581
584
  border-color: transparent;
582
585
  }
583
- .radio__circle_jbnmp:before {
586
+ .radio__circle_c6810:before {
584
587
  background-color: #000;
585
588
  }
586
- .radio__label_jbnmp {
589
+ .radio__label_c6810 {
587
590
  color: #fff;
588
591
  }
589
- .radio__hint_jbnmp {
592
+ .radio__hint_c6810 {
590
593
  color: #8d8d93;
591
- }.scrollbar__component_1uowh .scrollbar:before {
594
+ }.scrollbar__component_bc803 .scrollbar:before {
592
595
  background-color: rgba(255, 255, 255, 0.3);
593
596
  }
594
- .scrollbar__component_1uowh.dragging .track .scrollbar.visible:before {
597
+ .scrollbar__component_bc803.dragging .track .scrollbar.visible:before {
595
598
  background-color: rgba(255, 255, 255, 0.6);
596
599
  }
597
600
 
598
- .scrollbar__component_1dq6m .scrollbar:before {
601
+ .scrollbar__component_1tem6 .scrollbar:before {
599
602
  background-color: rgba(0, 0, 0, 0.3);
600
603
  }
601
- .scrollbar__component_1dq6m.dragging .track .scrollbar.visible:before {
604
+ .scrollbar__component_1tem6.dragging .track .scrollbar.visible:before {
602
605
  background-color: rgba(0, 0, 0, 0.6);
603
- }.skeleton__component_1nrps {
606
+ }.skeleton__component_td8aw {
604
607
  color: transparent;
605
608
  background: rgba(255, 255, 255, 0.1);
606
609
  }
607
- .skeleton__component_1nrps:before {
610
+ .skeleton__component_td8aw:before {
608
611
  background: transparent;
609
612
  }
610
- .skeleton__animate_1nrps:after {
613
+ .skeleton__animate_td8aw:after {
611
614
  background-image: linear-gradient(
612
615
  to left,
613
616
  rgba(0, 0, 0, 0),
@@ -617,246 +620,246 @@
617
620
  rgba(0, 0, 0, 0)
618
621
  );
619
622
  }
620
- @keyframes skeleton__gradient_1nrps {
623
+ @keyframes skeleton__gradient_td8aw {
621
624
  }
622
- @keyframes skeleton__background_1nrps {
625
+ @keyframes skeleton__background_td8aw {
623
626
  0% {
624
627
  background: rgb(182, 188, 195);
625
628
  }
626
629
  100% {
627
630
  background: rgb(198, 205, 214);
628
631
  }
629
- }.slider__component_1i610 .noUi-base:hover {
632
+ }.slider__component_1lpve .noUi-base:hover {
630
633
  background: #2a2a2c
631
634
  }
632
- .slider__component_1i610 .noUi-base:hover .noUi-connect {
635
+ .slider__component_1lpve .noUi-base:hover .noUi-connect {
633
636
  background: #d91d0b;
634
637
  }
635
- .slider__component_1i610 .noUi-handle:hover .noUi-touch-area {
638
+ .slider__component_1lpve .noUi-handle:hover .noUi-touch-area {
636
639
  background: rgb(240, 63, 51);
637
640
  }
638
- .slider__component_1i610 .noUi-handle:active .noUi-touch-area {
641
+ .slider__component_1lpve .noUi-handle:active .noUi-touch-area {
639
642
  background: rgb(241, 80, 69);
640
643
  }
641
- .slider__component_1i610 .noUi-base {
644
+ .slider__component_1lpve .noUi-base {
642
645
  background: #2a2a2c;
643
646
  }
644
- .slider__component_1i610 .noUi-connect {
647
+ .slider__component_1lpve .noUi-connect {
645
648
  background: #d91d0b;
646
649
  }
647
- .slider__component_1i610 .noUi-handle {
650
+ .slider__component_1lpve .noUi-handle {
648
651
  border: 2px solid transparent;
649
652
  }
650
- .slider__component_1i610 .noUi-touch-area {
653
+ .slider__component_1lpve .noUi-touch-area {
651
654
  background: #ef3124;
652
655
  }
653
- .slider__component_1i610 .noUi-pips {
656
+ .slider__component_1lpve .noUi-pips {
654
657
  color: #8d8d93;
655
- }.spinner__default_7ehcp {
658
+ }.spinner__default_1etxq {
656
659
  color: #fff;
657
660
  }
658
- .spinner__inverted_7ehcp {
661
+ .spinner__inverted_1etxq {
659
662
  color: #000;
660
663
  }
661
- @keyframes spinner__spin_animation_7ehcp {
662
- }.status__soft_1audh.status__green_1audh {
664
+ @keyframes spinner__spin_animation_1etxq {
665
+ }.status__soft_1n1sh.status__green_1n1sh {
663
666
  background: rgba(19, 164, 99, 0.1);
664
667
  color: #13a463;
665
668
  }
666
- .status__soft_1audh.status__orange_1audh {
669
+ .status__soft_1n1sh.status__orange_1n1sh {
667
670
  background: rgba(222, 106, 0, 0.1);
668
671
  color: #de6a00;
669
672
  }
670
- .status__soft_1audh.status__red_1audh {
673
+ .status__soft_1n1sh.status__red_1n1sh {
671
674
  background: rgba(217, 29, 11, 0.1);
672
675
  color: #d91d0b;
673
676
  }
674
- .status__soft_1audh.status__blue_1audh {
677
+ .status__soft_1n1sh.status__blue_1n1sh {
675
678
  background: rgba(0, 122, 255, 0.1);
676
679
  color: #007aff;
677
680
  }
678
- .status__soft_1audh.status__grey_1audh {
681
+ .status__soft_1n1sh.status__grey_1n1sh {
679
682
  background: rgba(109, 121, 134, 0.1);
680
683
  color: #6d7986;
681
684
  }
682
- .status__soft_1audh.status__teal_1audh {
685
+ .status__soft_1n1sh.status__teal_1n1sh {
683
686
  background: rgba(33, 145, 135, 0.1);
684
687
  color: #219187;
685
688
  }
686
- .status__soft_1audh.status__purple_1audh {
689
+ .status__soft_1n1sh.status__purple_1n1sh {
687
690
  background: rgba(103, 58, 183, 0.1);
688
691
  color: #673ab7;
689
692
  }
690
- .status__contrast_1audh {
693
+ .status__contrast_1n1sh {
691
694
  color: #000
692
695
  }
693
- .status__contrast_1audh.status__green_1audh {
696
+ .status__contrast_1n1sh.status__green_1n1sh {
694
697
  background: #13a463;
695
698
  }
696
- .status__contrast_1audh.status__orange_1audh {
699
+ .status__contrast_1n1sh.status__orange_1n1sh {
697
700
  background: #de6a00;
698
701
  }
699
- .status__contrast_1audh.status__red_1audh {
702
+ .status__contrast_1n1sh.status__red_1n1sh {
700
703
  background: #d91d0b;
701
704
  }
702
- .status__contrast_1audh.status__blue_1audh {
705
+ .status__contrast_1n1sh.status__blue_1n1sh {
703
706
  background: #007aff;
704
707
  }
705
- .status__contrast_1audh.status__grey_1audh {
708
+ .status__contrast_1n1sh.status__grey_1n1sh {
706
709
  background: #6d7986;
707
710
  }
708
- .status__contrast_1audh.status__teal_1audh {
711
+ .status__contrast_1n1sh.status__teal_1n1sh {
709
712
  background: #219187;
710
713
  }
711
- .status__contrast_1audh.status__purple_1audh {
714
+ .status__contrast_1n1sh.status__purple_1n1sh {
712
715
  background: #673ab7;
713
- }.switch__component_195iv {
716
+ }.switch__component_16ljq {
714
717
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
715
718
  }
716
- .switch__switch_195iv {
719
+ .switch__switch_16ljq {
717
720
  background-color: #8d8d93;
718
721
  border: 2px solid #8d8d93;
719
722
  }
720
- .switch__switch_195iv:before {
723
+ .switch__switch_16ljq:before {
721
724
  background-color: #000;
722
725
  }
723
- .switch__label_195iv {
726
+ .switch__label_16ljq {
724
727
  color: #fff;
725
728
  }
726
- .switch__hint_195iv {
729
+ .switch__hint_16ljq {
727
730
  color: #8d8d93;
728
731
  }
729
- .switch__checked_195iv .switch__switch_195iv {
732
+ .switch__checked_16ljq .switch__switch_16ljq {
730
733
  background-color: #ef3124;
731
734
  border-color: #ef3124;
732
735
  }
733
- .switch__disabled_195iv .switch__switch_195iv {
736
+ .switch__disabled_16ljq .switch__switch_16ljq {
734
737
  background-color: #2a2a2c;
735
738
  border-color: #2a2a2c;
736
739
  }
737
- .switch__disabled_195iv .switch__label_195iv {
740
+ .switch__disabled_16ljq .switch__label_16ljq {
738
741
  color: #8d8d93;
739
742
  }
740
- .switch__disabled_195iv .switch__hint_195iv {
743
+ .switch__disabled_16ljq .switch__hint_16ljq {
741
744
  color: #8d8d93;
742
745
  }
743
- .switch__inactive_195iv .switch__switch_195iv {
746
+ .switch__inactive_16ljq .switch__switch_16ljq {
744
747
  background-color: #2a2a2c;
745
748
  border-color: #2a2a2c
746
749
  }
747
- .switch__inactive_195iv .switch__switch_195iv:before {
750
+ .switch__inactive_16ljq .switch__switch_16ljq:before {
748
751
  background-color: #464649;
749
752
  }
750
- .switch__focused_195iv .switch__switch_195iv {
753
+ .switch__focused_16ljq .switch__switch_16ljq {
751
754
  outline: 2px solid #0072ef;
752
- }.tag__component_8tdu2 {
755
+ }.tag__component_4ajcs {
753
756
  color: #fff;
754
757
  border-color: transparent;
755
758
  background-color: #202022
756
759
  }
757
- .tag__component_8tdu2:disabled {
760
+ .tag__component_4ajcs:disabled {
758
761
  border-color: transparent;
759
762
  color: #464649;
760
763
  background-color: rgba(32, 32, 34, 0.3);
761
764
  }
762
- .tag__component_8tdu2:hover:not(:disabled) {
765
+ .tag__component_4ajcs:hover:not(:disabled) {
763
766
  border-color: transparent;
764
767
  background-color: #202022;
765
768
  }
766
- .tag__component_8tdu2:active:not(:disabled) {
769
+ .tag__component_4ajcs:active:not(:disabled) {
767
770
  border-color: transparent;
768
771
  background-color: rgb(65, 65, 67);
769
772
  color: #fff;
770
773
  }
771
- .tag__checked_8tdu2 {
774
+ .tag__checked_4ajcs {
772
775
  border-color: transparent;
773
776
  background-color: #f3f4f5;
774
777
  color: #000
775
778
  }
776
- .tag__checked_8tdu2:disabled {
779
+ .tag__checked_4ajcs:disabled {
777
780
  background-color: rgba(243, 244, 245, 0.3);
778
781
  border-color: transparent;
779
782
  color: #000;
780
783
  }
781
- .tag__checked_8tdu2:hover:not(:disabled):not(:active) {
784
+ .tag__checked_4ajcs:hover:not(:disabled):not(:active) {
782
785
  background-color: #f3f4f5;
783
786
  }
784
- .tag__checked_8tdu2:active:not(:disabled) {
787
+ .tag__checked_4ajcs:active:not(:disabled) {
785
788
  background-color: rgb(194, 195, 196);
786
789
  color: #000;
787
790
  }
788
- .tag__focused_1ws98 {
791
+ .tag__focused_1bqcn {
789
792
  outline: 2px solid #0072ef;
790
793
  }
791
- .tag__component_1ux62 {
794
+ .tag__component_1qebl {
792
795
  color: #fff;
793
796
  border-color: #464649;
794
797
  background-color: transparent
795
798
  }
796
- .tag__component_1ux62:disabled {
799
+ .tag__component_1qebl:disabled {
797
800
  border-color: #2b2b2e;
798
801
  color: #464649;
799
802
  background-color: transparent;
800
803
  }
801
- .tag__component_1ux62:hover:not(:disabled) {
804
+ .tag__component_1qebl:hover:not(:disabled) {
802
805
  border-color: #fff;
803
806
  background-color: transparent;
804
807
  }
805
- .tag__component_1ux62:active:not(:disabled) {
808
+ .tag__component_1qebl:active:not(:disabled) {
806
809
  border-color: #fff;
807
810
  background-color: rgba(255, 255, 255, 0.07);
808
811
  color: #fff;
809
812
  }
810
- .tag__checked_1ux62 {
813
+ .tag__checked_1qebl {
811
814
  border-color: #fff;
812
815
  background-color: #fff;
813
816
  color: #000
814
817
  }
815
- .tag__checked_1ux62:disabled {
818
+ .tag__checked_1qebl:disabled {
816
819
  background-color: rgba(255, 255, 255, 0.3);
817
820
  border-color: transparent;
818
821
  color: #000;
819
822
  }
820
- .tag__checked_1ux62:hover:not(:disabled):not(:active) {
823
+ .tag__checked_1qebl:hover:not(:disabled):not(:active) {
821
824
  background-color: rgb(237, 237, 237);
822
825
  }
823
- .tag__checked_1ux62:active:not(:disabled) {
826
+ .tag__checked_1qebl:active:not(:disabled) {
824
827
  background-color: rgb(217, 217, 217);
825
828
  color: #000;
826
- }.typography__tertiary_pvhtm {
829
+ }.typography__tertiary_1p7lu {
827
830
  color: #464649;
828
831
  }
829
- .typography__disabled_pvhtm {
832
+ .typography__disabled_1p7lu {
830
833
  color: #2a2a2c;
831
834
  }
832
- .typography__accent_pvhtm {
835
+ .typography__accent_1p7lu {
833
836
  color: #ef3124;
834
837
  }
835
- .typography__primary_pvhtm {
838
+ .typography__primary_1p7lu {
836
839
  color: #fff;
837
840
  }
838
- .typography__attention_pvhtm {
841
+ .typography__attention_1p7lu {
839
842
  color: #cb830f;
840
843
  }
841
- .typography__positive_pvhtm {
844
+ .typography__positive_1p7lu {
842
845
  color: #13a463;
843
846
  }
844
- .typography__secondary_pvhtm {
847
+ .typography__secondary_1p7lu {
845
848
  color: #8d8d93;
846
849
  }
847
- .typography__tertiary-inverted_pvhtm {
850
+ .typography__tertiary-inverted_1p7lu {
848
851
  color: #c5c5c7;
849
852
  }
850
- .typography__primary-inverted_pvhtm {
853
+ .typography__primary-inverted_1p7lu {
851
854
  color: #000;
852
855
  }
853
- .typography__secondary-inverted_pvhtm {
856
+ .typography__secondary-inverted_1p7lu {
854
857
  color: #8a8a8e;
855
858
  }
856
- .typography__link_pvhtm {
859
+ .typography__link_1p7lu {
857
860
  color: #0072ef;
858
861
  }
859
- .typography__negative_pvhtm {
862
+ .typography__negative_1p7lu {
860
863
  color: #f15045;
861
864
  }
862
865
 
@@ -866,799 +869,870 @@
866
869
  @media screen and (min-width: 600px) {
867
870
  }
868
871
  @media screen and (min-width: 1024px) {
869
- }.button__primary_gyb52 {
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 {
870
944
  color: #000;
871
945
  background-color: #f3f4f5
872
946
  }
873
- .button__primary_gyb52:hover {
947
+ .button__primary_1dq8y:hover {
874
948
  background-color: rgb(207, 207, 208);
875
949
  }
876
- .button__primary_gyb52:active {
950
+ .button__primary_1dq8y:active {
877
951
  background-color: rgb(194, 195, 196);
878
952
  }
879
- .button__secondary_gyb52 {
953
+ .button__secondary_1dq8y {
880
954
  color: #fff;
881
955
  background-color: rgba(255, 255, 255, 0.1);
882
956
  border: 1px solid transparent
883
957
  }
884
- .button__secondary_gyb52:hover {
958
+ .button__secondary_1dq8y:hover {
885
959
  background-color: rgba(255, 255, 255, 0.163);
886
960
  }
887
- .button__secondary_gyb52:active {
961
+ .button__secondary_1dq8y:active {
888
962
  background-color: rgba(255, 255, 255, 0.235);
889
963
  }
890
- .button__outlined_gyb52 {
964
+ .button__outlined_1dq8y {
891
965
  color: #fff;
892
966
  background-color: transparent;
893
967
  border: 1px solid #c5c5c7
894
968
  }
895
- .button__outlined_gyb52:hover {
969
+ .button__outlined_1dq8y:hover {
896
970
  background-color: rgba(0, 0, 0, 0.07);
897
971
  }
898
- .button__outlined_gyb52:active {
972
+ .button__outlined_1dq8y:active {
899
973
  background-color: rgba(0, 0, 0, 0.15);
900
974
  }
901
- .button__tertiary_gyb52 {
975
+ .button__tertiary_1dq8y {
902
976
  color: #fff;
903
977
  background-color: transparent;
904
978
  border: 1px solid #c5c5c7
905
979
  }
906
- .button__tertiary_gyb52:hover {
980
+ .button__tertiary_1dq8y:hover {
907
981
  background-color: rgba(255, 255, 255, 0.07);
908
982
  }
909
- .button__tertiary_gyb52:active {
983
+ .button__tertiary_1dq8y:active {
910
984
  background-color: rgba(255, 255, 255, 0.15);
911
985
  }
912
- .button__filled_gyb52 {
986
+ .button__filled_1dq8y {
913
987
  color: #fff;
914
988
  background-color: #3a3a3c
915
989
  }
916
- .button__filled_gyb52:hover {
990
+ .button__filled_1dq8y:hover {
917
991
  background-color: rgb(72, 72, 74);
918
992
  }
919
- .button__filled_gyb52:active {
993
+ .button__filled_1dq8y:active {
920
994
  background-color: rgb(88, 88, 89);
921
995
  }
922
- .button__transparent_gyb52 {
996
+ .button__transparent_1dq8y {
923
997
  color: #fff;
924
998
  background-color: rgba(255, 255, 255, 0.1)
925
999
  }
926
- .button__transparent_gyb52:hover {
1000
+ .button__transparent_1dq8y:hover {
927
1001
  background-color: rgba(255, 255, 255, 0.2);
928
1002
  }
929
- .button__transparent_gyb52:active {
1003
+ .button__transparent_1dq8y:active {
930
1004
  background-color: rgba(255, 255, 255, 0.4);
931
1005
  }
932
- .button__link_gyb52 {
1006
+ .button__link_1dq8y {
933
1007
  color: #fff;
934
1008
  background-color: transparent
935
1009
  }
936
- .button__link_gyb52:hover {
1010
+ .button__link_1dq8y:hover {
937
1011
  background-color: rgba(255, 255, 255, 0.163);
938
1012
  }
939
- .button__link_gyb52:active {
1013
+ .button__link_1dq8y:active {
940
1014
  background-color: rgba(255, 255, 255, 0.235);
941
1015
  }
942
- .button__ghost_gyb52 {
1016
+ .button__ghost_1dq8y {
943
1017
  color: #fff
944
1018
  }
945
- .button__ghost_gyb52:hover {
1019
+ .button__ghost_1dq8y:hover {
946
1020
  color: rgb(179, 179, 179);
947
1021
  }
948
- .button__ghost_gyb52:active {
1022
+ .button__ghost_1dq8y:active {
949
1023
  color: rgb(128, 128, 128);
950
1024
  }
951
- .button__component_gyb52:disabled.button__primary_gyb52 {
1025
+ .button__component_1dq8y:disabled.button__primary_1dq8y {
952
1026
  color: rgba(60, 60, 67, 0.3);
953
1027
  background-color: #f3f4f5
954
1028
  }
955
- .button__component_gyb52:disabled.button__primary_gyb52.button__loading_gyb52 {
1029
+ .button__component_1dq8y:disabled.button__primary_1dq8y.button__loading_1dq8y {
956
1030
  background-color: #f3f4f5;
957
1031
  }
958
- .button__component_gyb52:disabled.button__secondary_gyb52 {
1032
+ .button__component_1dq8y:disabled.button__secondary_1dq8y {
959
1033
  color: rgba(255, 255, 255, 0.3);
960
1034
  background-color: rgba(255, 255, 255, 0.05);
961
1035
  border-color: transparent
962
1036
  }
963
- .button__component_gyb52:disabled.button__secondary_gyb52.button__loading_gyb52 {
1037
+ .button__component_1dq8y:disabled.button__secondary_1dq8y.button__loading_1dq8y {
964
1038
  color: #fff;
965
1039
  background-color: rgba(255, 255, 255, 0.1);
966
1040
  border-color: transparent;
967
1041
  }
968
- .button__component_gyb52:disabled.button__outlined_gyb52 {
1042
+ .button__component_1dq8y:disabled.button__outlined_1dq8y {
969
1043
  color: rgba(255, 255, 255, 0.3);
970
1044
  background-color: transparent;
971
1045
  border-color: rgba(197, 197, 199, 0.3)
972
1046
  }
973
- .button__component_gyb52:disabled.button__outlined_gyb52.button__loading_gyb52 {
1047
+ .button__component_1dq8y:disabled.button__outlined_1dq8y.button__loading_1dq8y {
974
1048
  color: #fff;
975
1049
  }
976
- .button__component_gyb52:disabled.button__tertiary_gyb52 {
1050
+ .button__component_1dq8y:disabled.button__tertiary_1dq8y {
977
1051
  color: rgba(255, 255, 255, 0.3);
978
1052
  background-color: transparent;
979
1053
  border-color: rgba(197, 197, 199, 0.3)
980
1054
  }
981
- .button__component_gyb52:disabled.button__tertiary_gyb52.button__loading_gyb52 {
1055
+ .button__component_1dq8y:disabled.button__tertiary_1dq8y.button__loading_1dq8y {
982
1056
  color: #fff;
983
1057
  }
984
- .button__component_gyb52:disabled.button__filled_gyb52 {
1058
+ .button__component_1dq8y:disabled.button__filled_1dq8y {
985
1059
  color: rgba(255, 255, 255, 0.3);
986
1060
  background-color: rgba(58, 58, 60, 0.3)
987
1061
  }
988
- .button__component_gyb52:disabled.button__filled_gyb52.button__loading_gyb52 {
1062
+ .button__component_1dq8y:disabled.button__filled_1dq8y.button__loading_1dq8y {
989
1063
  color: #fff;
990
1064
  background-color: #3a3a3c;
991
1065
  }
992
- .button__component_gyb52:disabled.button__transparent_gyb52 {
1066
+ .button__component_1dq8y:disabled.button__transparent_1dq8y {
993
1067
  color: rgba(255, 255, 255, 0.3);
994
1068
  background-color: rgba(255, 255, 255, 0.03)
995
1069
  }
996
- .button__component_gyb52:disabled.button__transparent_gyb52.button__loading_gyb52 {
1070
+ .button__component_1dq8y:disabled.button__transparent_1dq8y.button__loading_1dq8y {
997
1071
  color: #fff;
998
1072
  background-color: rgba(255, 255, 255, 0.1);
999
1073
  }
1000
- .button__component_gyb52:disabled.button__link_gyb52 {
1074
+ .button__component_1dq8y:disabled.button__link_1dq8y {
1001
1075
  color: rgba(255, 255, 255, 0.3);
1002
1076
  background-color: transparent
1003
1077
  }
1004
- .button__component_gyb52:disabled.button__link_gyb52.button__loading_gyb52 {
1078
+ .button__component_1dq8y:disabled.button__link_1dq8y.button__loading_1dq8y {
1005
1079
  color: #fff;
1006
1080
  }
1007
- .button__component_gyb52:disabled.button__ghost_gyb52 {
1081
+ .button__component_1dq8y:disabled.button__ghost_1dq8y {
1008
1082
  color: rgba(255, 255, 255, 0.3)
1009
1083
  }
1010
- .button__component_gyb52:disabled.button__ghost_gyb52.button__loading_gyb52 {
1084
+ .button__component_1dq8y:disabled.button__ghost_1dq8y.button__loading_1dq8y {
1011
1085
  color: #fff;
1012
1086
  }
1013
- .button__component_1bm9c {
1087
+ .button__component_6w5fz {
1014
1088
  background-color: transparent
1015
1089
  }
1016
- .button__focused_1bm9c {
1090
+ .button__focused_6w5fz {
1017
1091
  outline: 2px solid #0072ef;
1018
1092
  }
1019
- .button__primary_5o9mn {
1093
+ .button__primary_12g7g {
1020
1094
  color: #fff;
1021
1095
  background-color: #202022
1022
1096
  }
1023
- .button__primary_5o9mn:hover {
1097
+ .button__primary_12g7g:hover {
1024
1098
  background-color: rgb(48, 48, 49);
1025
1099
  }
1026
- .button__primary_5o9mn:active {
1100
+ .button__primary_12g7g:active {
1027
1101
  background-color: rgb(65, 65, 67);
1028
1102
  }
1029
- .button__secondary_5o9mn {
1103
+ .button__secondary_12g7g {
1030
1104
  color: #000;
1031
1105
  background-color: rgba(0, 0, 0, 0.08);
1032
1106
  border: 1px solid transparent
1033
1107
  }
1034
- .button__secondary_5o9mn:hover {
1108
+ .button__secondary_12g7g:hover {
1035
1109
  background-color: rgba(0, 0, 0, 0.218);
1036
1110
  }
1037
- .button__secondary_5o9mn:active {
1111
+ .button__secondary_12g7g:active {
1038
1112
  background-color: rgba(0, 0, 0, 0.264);
1039
1113
  }
1040
- .button__outlined_5o9mn {
1114
+ .button__outlined_12g7g {
1041
1115
  color: #fff;
1042
1116
  background-color: transparent;
1043
1117
  border: 1px solid #c5c5c7
1044
1118
  }
1045
- .button__outlined_5o9mn:hover {
1119
+ .button__outlined_12g7g:hover {
1046
1120
  background-color: rgba(255, 255, 255, 0.15);
1047
1121
  }
1048
- .button__outlined_5o9mn:active {
1122
+ .button__outlined_12g7g:active {
1049
1123
  background-color: rgba(0, 0, 0, 0.15);
1050
1124
  }
1051
- .button__tertiary_5o9mn {
1125
+ .button__tertiary_12g7g {
1052
1126
  color: #000;
1053
1127
  background-color: transparent;
1054
1128
  border: 1px solid #464649
1055
1129
  }
1056
- .button__tertiary_5o9mn:hover {
1130
+ .button__tertiary_12g7g:hover {
1057
1131
  background-color: rgba(18, 18, 18, 0.15);
1058
1132
  }
1059
- .button__tertiary_5o9mn:active {
1133
+ .button__tertiary_12g7g:active {
1060
1134
  background-color: rgba(18, 18, 18, 0.2);
1061
1135
  }
1062
- .button__filled_5o9mn {
1136
+ .button__filled_12g7g {
1063
1137
  color: #fff;
1064
1138
  background-color: #3a3a3c
1065
1139
  }
1066
- .button__filled_5o9mn:hover {
1140
+ .button__filled_12g7g:hover {
1067
1141
  background-color: rgb(99, 112, 126);
1068
1142
  }
1069
- .button__filled_5o9mn:active {
1143
+ .button__filled_12g7g:active {
1070
1144
  background-color: rgb(61, 74, 88);
1071
1145
  }
1072
- .button__transparent_5o9mn {
1146
+ .button__transparent_12g7g {
1073
1147
  color: #000;
1074
1148
  background-color: rgba(255, 255, 255, 0.1)
1075
1149
  }
1076
- .button__transparent_5o9mn:hover {
1150
+ .button__transparent_12g7g:hover {
1077
1151
  background-color: rgba(255, 255, 255, 0.2);
1078
1152
  }
1079
- .button__transparent_5o9mn:active {
1153
+ .button__transparent_12g7g:active {
1080
1154
  background-color: rgba(255, 255, 255, 0.05);
1081
1155
  }
1082
- .button__link_5o9mn {
1156
+ .button__link_12g7g {
1083
1157
  color: #000;
1084
1158
  background-color: transparent
1085
1159
  }
1086
- .button__link_5o9mn:hover {
1160
+ .button__link_12g7g:hover {
1087
1161
  background-color: rgba(18, 18, 18, 0.15);
1088
1162
  }
1089
- .button__link_5o9mn:active {
1163
+ .button__link_12g7g:active {
1090
1164
  background-color: rgba(18, 18, 18, 0.2);
1091
1165
  }
1092
- .button__ghost_5o9mn {
1166
+ .button__ghost_12g7g {
1093
1167
  color: #000
1094
1168
  }
1095
- .button__ghost_5o9mn:hover {
1169
+ .button__ghost_12g7g:hover {
1096
1170
  color: rgb(77, 77, 77);
1097
1171
  }
1098
- .button__ghost_5o9mn:active {
1172
+ .button__ghost_12g7g:active {
1099
1173
  color: rgb(128, 128, 128);
1100
1174
  }
1101
- .button__component_5o9mn:disabled.button__primary_5o9mn {
1175
+ .button__component_12g7g:disabled.button__primary_12g7g {
1102
1176
  color: rgba(235, 235, 245, 0.3);
1103
1177
  background-color: #202022
1104
1178
  }
1105
- .button__component_5o9mn:disabled.button__primary_5o9mn.button__loading_5o9mn {
1179
+ .button__component_12g7g:disabled.button__primary_12g7g.button__loading_12g7g {
1106
1180
  background-color: #202022;
1107
1181
  }
1108
- .button__component_5o9mn:disabled.button__secondary_5o9mn {
1182
+ .button__component_12g7g:disabled.button__secondary_12g7g {
1109
1183
  color: rgba(0, 0, 0, 0.3);
1110
1184
  background-color: rgba(18, 18, 18, 0.08);
1111
1185
  border-color: transparent
1112
1186
  }
1113
- .button__component_5o9mn:disabled.button__secondary_5o9mn.button__loading_5o9mn {
1187
+ .button__component_12g7g:disabled.button__secondary_12g7g.button__loading_12g7g {
1114
1188
  color: #000;
1115
1189
  background-color: rgba(0, 0, 0, 0.08);
1116
1190
  border-color: transparent;
1117
1191
  }
1118
- .button__component_5o9mn:disabled.button__outlined_5o9mn {
1192
+ .button__component_12g7g:disabled.button__outlined_12g7g {
1119
1193
  color: rgba(255, 255, 255, 0.3);
1120
1194
  background-color: transparent;
1121
1195
  border-color: rgba(35, 53, 73, 0.3)
1122
1196
  }
1123
- .button__component_5o9mn:disabled.button__outlined_5o9mn.button__loading_5o9mn {
1197
+ .button__component_12g7g:disabled.button__outlined_12g7g.button__loading_12g7g {
1124
1198
  color: #fff;
1125
1199
  }
1126
- .button__component_5o9mn:disabled.button__tertiary_5o9mn {
1200
+ .button__component_12g7g:disabled.button__tertiary_12g7g {
1127
1201
  color: rgba(0, 0, 0, 0.3);
1128
1202
  background-color: transparent;
1129
1203
  border-color: rgba(70, 70, 73, 0.3)
1130
1204
  }
1131
- .button__component_5o9mn:disabled.button__tertiary_5o9mn.button__loading_5o9mn {
1205
+ .button__component_12g7g:disabled.button__tertiary_12g7g.button__loading_12g7g {
1132
1206
  color: #000;
1133
1207
  }
1134
- .button__component_5o9mn:disabled.button__filled_5o9mn {
1208
+ .button__component_12g7g:disabled.button__filled_12g7g {
1135
1209
  color: rgba(255, 255, 255, 0.3);
1136
1210
  background-color: rgba(72, 87, 103, 0.3);
1137
1211
  border-color: transparent
1138
1212
  }
1139
- .button__component_5o9mn:disabled.button__filled_5o9mn.button__loading_5o9mn {
1213
+ .button__component_12g7g:disabled.button__filled_12g7g.button__loading_12g7g {
1140
1214
  color: #fff;
1141
1215
  background-color: #3a3a3c;
1142
1216
  border-color: transparent;
1143
1217
  }
1144
- .button__component_5o9mn:disabled.button__transparent_5o9mn {
1218
+ .button__component_12g7g:disabled.button__transparent_12g7g {
1145
1219
  color: rgba(255, 255, 255, 0.3);
1146
1220
  background-color: rgba(255, 255, 255, 0.03)
1147
1221
  }
1148
- .button__component_5o9mn:disabled.button__transparent_5o9mn.button__loading_5o9mn {
1222
+ .button__component_12g7g:disabled.button__transparent_12g7g.button__loading_12g7g {
1149
1223
  color: #000;
1150
1224
  background-color: rgba(255, 255, 255, 0.1);
1151
1225
  }
1152
- .button__component_5o9mn:disabled.button__link_5o9mn {
1226
+ .button__component_12g7g:disabled.button__link_12g7g {
1153
1227
  color: rgba(0, 0, 0, 0.3);
1154
1228
  background-color: transparent
1155
1229
  }
1156
- .button__component_5o9mn:disabled.button__link_5o9mn.button__loading_5o9mn {
1230
+ .button__component_12g7g:disabled.button__link_12g7g.button__loading_12g7g {
1157
1231
  color: #000;
1158
1232
  }
1159
- .button__component_5o9mn:disabled.button__ghost_5o9mn {
1233
+ .button__component_12g7g:disabled.button__ghost_12g7g {
1160
1234
  color: rgba(0, 0, 0, 0.3)
1161
1235
  }
1162
- .button__component_5o9mn:disabled.button__ghost_5o9mn.button__loading_5o9mn {
1236
+ .button__component_12g7g:disabled.button__ghost_12g7g.button__loading_12g7g {
1163
1237
  color: #000;
1164
- }.textarea__input_1vruh {
1238
+ }.textarea__input_pk3r4 {
1165
1239
  color: #fff;
1166
1240
  caret-color: #0072ef;
1167
1241
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1168
1242
  }
1169
- .textarea__input_1vruh:-webkit-autofill {
1243
+ .textarea__input_pk3r4:-webkit-autofill {
1170
1244
  -webkit-text-fill-color: #fff;
1171
1245
  }
1172
- .textarea__input_1vruh::placeholder {
1246
+ .textarea__input_pk3r4::placeholder {
1173
1247
  color: #8d8d93;
1174
1248
  }
1175
- .textarea__hasLabel_1vruh::placeholder {
1249
+ .textarea__hasLabel_pk3r4::placeholder {
1176
1250
  color: #464649;
1177
1251
  }
1178
- .textarea__clearIcon_1vruh {
1252
+ .textarea__clearIcon_pk3r4 {
1179
1253
  color: #fff;
1180
1254
  }
1181
- .textarea__input_1vruh:read-only {
1255
+ .textarea__input_pk3r4:read-only {
1182
1256
  color: #8d8d93
1183
1257
  }
1184
- .textarea__input_1vruh:read-only:focus::placeholder {
1258
+ .textarea__input_pk3r4:read-only:focus::placeholder {
1185
1259
  color: #8d8d93;
1186
1260
  }
1187
- .textarea__input_1vruh:disabled {
1261
+ .textarea__input_pk3r4:disabled {
1188
1262
  color: #fff;
1189
1263
  -webkit-text-fill-color: #fff;
1190
1264
  }
1191
- .textarea__input_1vruh:focus::placeholder {
1265
+ .textarea__input_pk3r4:focus::placeholder {
1192
1266
  color: rgba(235, 235, 245, 0.3);
1193
1267
  }
1194
- .textarea__error_1vruh {
1268
+ .textarea__error_pk3r4 {
1195
1269
  color: #f15045;
1196
1270
  caret-color: #f15045;
1197
1271
  }
1198
- .textarea__textarea_1vruh {
1272
+ .textarea__textarea_pk3r4 {
1199
1273
  color: #fff;
1200
1274
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1201
1275
  }
1202
- .textarea__textarea_1vruh::placeholder {
1276
+ .textarea__textarea_pk3r4::placeholder {
1203
1277
  color: #8d8d93;
1204
1278
  }
1205
- .textarea__hasLabel_1vruh::placeholder {
1279
+ .textarea__hasLabel_pk3r4::placeholder {
1206
1280
  color: #464649;
1207
1281
  }
1208
- .textarea__textarea_1vruh:disabled {
1282
+ .textarea__textarea_pk3r4:disabled {
1209
1283
  color: #fff;
1210
1284
  -webkit-text-fill-color: #fff;
1211
1285
  }
1212
- .textarea__textarea_1vruh:read-only {
1286
+ .textarea__textarea_pk3r4:read-only {
1213
1287
  color: #8d8d93;
1214
1288
  }
1215
- .textarea__textarea_1vruh:focus::placeholder {
1289
+ .textarea__textarea_pk3r4:focus::placeholder {
1216
1290
  color: rgba(235, 235, 245, 0.3);
1217
1291
  }
1218
- .textarea__focusVisible_24i39 {
1292
+ .textarea__focusVisible_5te02 {
1219
1293
  outline: 2px solid #0072ef;
1220
1294
  }
1221
- .textarea__input_rgnrg {
1295
+ .textarea__input_1ka13 {
1222
1296
  color: #000;
1223
1297
  caret-color: #0072ef;
1224
1298
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1225
1299
  }
1226
- .textarea__input_rgnrg:-webkit-autofill {
1300
+ .textarea__input_1ka13:-webkit-autofill {
1227
1301
  -webkit-text-fill-color: #000;
1228
1302
  }
1229
- .textarea__input_rgnrg::placeholder {
1303
+ .textarea__input_1ka13::placeholder {
1230
1304
  color: rgba(60, 60, 67, 0.6);
1231
1305
  }
1232
- .textarea__hasLabel_rgnrg::placeholder {
1306
+ .textarea__hasLabel_1ka13::placeholder {
1233
1307
  color: #c5c5c7;
1234
1308
  }
1235
- .textarea__clearIcon_rgnrg {
1309
+ .textarea__clearIcon_1ka13 {
1236
1310
  color: #000;
1237
1311
  }
1238
- .textarea__input_rgnrg:read-only {
1312
+ .textarea__input_1ka13:read-only {
1239
1313
  color: rgba(60, 60, 67, 0.6)
1240
1314
  }
1241
- .textarea__input_rgnrg:read-only:focus::placeholder {
1315
+ .textarea__input_1ka13:read-only:focus::placeholder {
1242
1316
  color: rgba(60, 60, 67, 0.6);
1243
1317
  }
1244
- .textarea__input_rgnrg:disabled {
1318
+ .textarea__input_1ka13:disabled {
1245
1319
  color: #000;
1246
1320
  -webkit-text-fill-color: #000;
1247
1321
  }
1248
- .textarea__input_rgnrg:focus::placeholder {
1322
+ .textarea__input_1ka13:focus::placeholder {
1249
1323
  color: rgba(60, 60, 67, 0.3);
1250
1324
  }
1251
- .textarea__error_rgnrg {
1325
+ .textarea__error_1ka13 {
1252
1326
  color: #ef3124;
1253
1327
  caret-color: #ef3124;
1254
1328
  }
1255
- .textarea__textarea_rgnrg {
1329
+ .textarea__textarea_1ka13 {
1256
1330
  color: #000;
1257
1331
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1258
1332
  }
1259
- .textarea__textarea_rgnrg::placeholder {
1333
+ .textarea__textarea_1ka13::placeholder {
1260
1334
  color: rgba(60, 60, 67, 0.6);
1261
1335
  }
1262
- .textarea__hasLabel_rgnrg::placeholder {
1336
+ .textarea__hasLabel_1ka13::placeholder {
1263
1337
  color: #c5c5c7;
1264
1338
  }
1265
- .textarea__textarea_rgnrg:disabled {
1339
+ .textarea__textarea_1ka13:disabled {
1266
1340
  color: #000;
1267
1341
  -webkit-text-fill-color: #000;
1268
1342
  }
1269
- .textarea__textarea_rgnrg:read-only {
1343
+ .textarea__textarea_1ka13:read-only {
1270
1344
  color: rgba(60, 60, 67, 0.6);
1271
1345
  }
1272
- .textarea__textarea_rgnrg:focus::placeholder {
1346
+ .textarea__textarea_1ka13:focus::placeholder {
1273
1347
  color: rgba(60, 60, 67, 0.3);
1274
- }.base-modal__component_1hoc8 {
1348
+ }.base-modal__component_1k007 {
1275
1349
  background: #121212;
1276
- }.popover__component_7bdtt {
1350
+ }.popover__component_10fkc {
1277
1351
  background-color: transparent;
1278
1352
  color: #fff;
1279
1353
  }
1280
- .popover__inner_7bdtt {
1354
+ .popover__inner_10fkc {
1281
1355
  background-color: #121212;
1282
1356
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1283
1357
  border: 1px solid transparent;
1284
1358
  }
1285
- .popover__arrow_7bdtt:after {
1359
+ .popover__arrow_10fkc:after {
1286
1360
  background-color: #121212;
1287
1361
  border: 1px solid transparent;
1288
- }.comment__component_xagyt {
1289
- background-color: #202022;
1290
- }.tabs__component_c4ina:before {
1362
+ }.tabs__component_ne6n5:before {
1291
1363
  background-color: #2b2b2e;
1292
1364
  }
1293
- .tabs__title_c4ina {
1365
+ .tabs__title_ne6n5 {
1294
1366
  color: #8d8d93
1295
1367
  }
1296
- .tabs__title_c4ina:not(.tabs__disabled_c4ina):hover {
1368
+ .tabs__title_ne6n5:not(.tabs__disabled_ne6n5):hover {
1297
1369
  color: #fff;
1298
1370
  }
1299
- .tabs__focused_c4ina {
1371
+ .tabs__focused_ne6n5 {
1300
1372
  outline: 2px solid #0072ef;
1301
1373
  }
1302
- .tabs__selected_c4ina {
1374
+ .tabs__selected_ne6n5 {
1303
1375
  color: #fff;
1304
1376
  }
1305
- .tabs__disabled_c4ina {
1377
+ .tabs__disabled_ne6n5 {
1306
1378
  color: #464649;
1307
1379
  }
1308
- .tabs__line_c4ina {
1380
+ .tabs__line_ne6n5 {
1309
1381
  background-color: #ef3124;
1310
1382
  }
1311
- .tabs__component_c4ina:before {
1383
+ .tabs__component_ne6n5:before {
1312
1384
  background-color: #2b2b2e;
1313
- }.tabs__title_c4ina {
1385
+ }.tabs__title_ne6n5 {
1314
1386
  color: #8d8d93
1315
- }.tabs__title_c4ina:not(.tabs__disabled_c4ina):hover {
1387
+ }.tabs__title_ne6n5:not(.tabs__disabled_ne6n5):hover {
1316
1388
  color: #fff;
1317
- }.tabs__focused_c4ina {
1389
+ }.tabs__focused_ne6n5 {
1318
1390
  outline: 2px solid #0072ef;
1319
- }.tabs__selected_c4ina {
1391
+ }.tabs__selected_ne6n5 {
1320
1392
  color: #fff;
1321
- }.tabs__disabled_c4ina {
1393
+ }.tabs__disabled_ne6n5 {
1322
1394
  color: #464649;
1323
- }.tabs__line_c4ina {
1395
+ }.tabs__line_ne6n5 {
1324
1396
  background-color: #ef3124;
1325
1397
  }
1326
1398
 
1327
1399
 
1328
1400
 
1329
- .circular-progress-bar__backgroundCircle_1s31q,
1330
- .circular-progress-bar__progressCircle_1s31q {
1401
+ .circular-progress-bar__backgroundCircle_1gg9j,
1402
+ .circular-progress-bar__progressCircle_1gg9j {
1331
1403
  fill: transparent;
1332
1404
  }
1333
- .circular-progress-bar__positive_1s31q {
1405
+ .circular-progress-bar__positive_1gg9j {
1334
1406
  stroke: #2fc26e;
1335
1407
  }
1336
- .circular-progress-bar__negative_1s31q {
1408
+ .circular-progress-bar__negative_1gg9j {
1337
1409
  stroke: #d91d0b;
1338
1410
  }
1339
- .circular-progress-bar__backgroundCircle_1s31q {
1411
+ .circular-progress-bar__backgroundCircle_1gg9j {
1340
1412
  stroke: #2c2c2e
1341
1413
  }
1342
- .circular-progress-bar__backgroundCircle_1s31q.circular-progress-bar__stroke_1s31q {
1414
+ .circular-progress-bar__backgroundCircle_1gg9j.circular-progress-bar__stroke_1gg9j {
1343
1415
  stroke: transparent;
1344
1416
  }
1345
- .circular-progress-bar__progressCircle_1s31q.circular-progress-bar__bg-positive_1s31q {
1417
+ .circular-progress-bar__progressCircle_1gg9j.circular-progress-bar__bg-positive_1gg9j {
1346
1418
  fill: #2fc26e;
1347
1419
  }
1348
- .circular-progress-bar__progressCircle_1s31q.circular-progress-bar__bg-negative_1s31q {
1420
+ .circular-progress-bar__progressCircle_1gg9j.circular-progress-bar__bg-negative_1gg9j {
1349
1421
  fill: #d91d0b;
1350
1422
  }
1351
- .circular-progress-bar__iconWrapper_1s31q.circular-progress-bar__icon-tertiary_1s31q {
1423
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-tertiary_1gg9j {
1352
1424
  color: #464649;
1353
1425
  }
1354
- .circular-progress-bar__iconWrapper_1s31q.circular-progress-bar__icon-positive_1s31q {
1426
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-positive_1gg9j {
1355
1427
  color: #2fc26e;
1356
1428
  }
1357
- .circular-progress-bar__iconWrapper_1s31q.circular-progress-bar__icon-negative_1s31q {
1429
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-negative_1gg9j {
1358
1430
  color: #d91d0b;
1359
1431
  }
1360
- .circular-progress-bar__iconWrapper_1s31q.circular-progress-bar__icon-primary-inverted_1s31q {
1432
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-primary-inverted_1gg9j {
1361
1433
  color: #000;
1362
1434
  }
1363
- .circular-progress-bar__iconWrapper_1s31q.circular-progress-bar__icon-primary_1s31q {
1435
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-primary_1gg9j {
1364
1436
  color: #fff;
1365
1437
  }
1366
- .circular-progress-bar__iconWrapper_1s31q.circular-progress-bar__icon-secondary_1s31q {
1438
+ .circular-progress-bar__iconWrapper_1gg9j.circular-progress-bar__icon-secondary_1gg9j {
1367
1439
  color: #8d8d93;
1368
- }.list-header__filled_b6doh {
1369
- background-color: rgba(255, 255, 255, 0.1);
1370
- }.chart__coreChart_11pej .recharts-text tspan {
1440
+ }.comment__component_6cggm {
1441
+ background-color: #202022;
1442
+ }.chart__coreChart_t8wj0 .recharts-text tspan {
1371
1443
  fill: #fff;
1372
1444
  }
1373
- @keyframes chart__showDot_1xnuj {
1445
+ @keyframes chart__showDot_xsqe8 {
1374
1446
  }
1375
1447
 
1376
- .chart__tickText_wifns {
1448
+ .chart__tickText_smctn {
1377
1449
  fill: #fff;
1378
1450
  }
1379
- .chart__circle_wifns {
1451
+ .chart__circle_smctn {
1380
1452
  fill: #121212;
1381
1453
  }
1382
- .chart__circle_wifns {
1454
+ .chart__circle_smctn {
1383
1455
  fill: #121212;
1384
1456
  }
1385
- .chart__tooltip_lrvin {
1457
+ .chart__tooltip_h8sjz {
1386
1458
  background-color: #121212;
1387
1459
  border: 1px solid #2b2b2e;
1388
1460
  box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1389
1461
  }
1390
- .chart__tooltipArrow_lrvin {
1462
+ .chart__tooltipArrow_h8sjz {
1391
1463
  border: 1px solid #2b2b2e;
1392
1464
  background-color: #121212;
1393
1465
  }
1394
- .chart__tooltipArrow_lrvin:before {
1466
+ .chart__tooltipArrow_h8sjz:before {
1395
1467
  border-color: transparent #121212 transparent transparent;
1396
- }.stepped-progress-bar__description_27czp {
1468
+ }.list-header__filled_12efn {
1469
+ background-color: rgba(255, 255, 255, 0.1);
1470
+ }.stepped-progress-bar__description_algwz {
1397
1471
  color: rgba(235, 235, 245, 0.6);
1398
1472
  }
1399
- .stepped-progress-bar__bar_193tk {
1473
+ .stepped-progress-bar__bar_1vq05 {
1400
1474
  background: rgba(255, 255, 255, 0.1);
1401
1475
  }
1402
- .stepped-progress-bar__positive_193tk {
1476
+ .stepped-progress-bar__positive_1vq05 {
1403
1477
  background: #2fc26e;
1404
1478
  }
1405
- .stepped-progress-bar__attention_193tk {
1479
+ .stepped-progress-bar__attention_1vq05 {
1406
1480
  background: #f6bf65;
1407
1481
  }
1408
- .stepped-progress-bar__negative_193tk {
1482
+ .stepped-progress-bar__negative_1vq05 {
1409
1483
  background: #d91d0b;
1410
1484
  }
1411
- .stepped-progress-bar__link_193tk {
1485
+ .stepped-progress-bar__link_1vq05 {
1412
1486
  background: #0072ef;
1413
1487
  }
1414
- .stepped-progress-bar__tertiary_193tk {
1488
+ .stepped-progress-bar__tertiary_1vq05 {
1415
1489
  background: #464649;
1416
1490
  }
1417
- .stepped-progress-bar__secondary_193tk {
1491
+ .stepped-progress-bar__secondary_1vq05 {
1418
1492
  background: #8d8d93;
1419
1493
  }
1420
- .stepped-progress-bar__primary_193tk {
1494
+ .stepped-progress-bar__primary_1vq05 {
1421
1495
  background: #fff;
1422
1496
  }
1423
- .stepped-progress-bar__accent_193tk {
1497
+ .stepped-progress-bar__accent_1vq05 {
1424
1498
  background: #ef3124;
1425
- }.attach__component_6eufk {
1499
+ }.attach__component_mgnou {
1426
1500
  }
1427
- .attach__focused_6eufk {
1501
+ .attach__focused_mgnou {
1428
1502
  outline: 2px solid #0072ef;
1429
- }.custom-button__customButton_1aser.custom-button__white_1aser * {
1503
+ }.custom-button__customButton_ngo9u.custom-button__white_ngo9u * {
1430
1504
  color: #fff;
1431
1505
  }
1432
- .custom-button__customButton_1aser.custom-button__black_1aser * {
1506
+ .custom-button__customButton_ngo9u.custom-button__black_ngo9u * {
1433
1507
  color: #000;
1434
1508
  }
1435
- .custom-button__customButton_1aser:before {
1509
+ .custom-button__customButton_ngo9u:before {
1436
1510
  background-color: rgba(0, 0, 0, 0);
1437
1511
  }
1438
- .custom-button__customButton_1aser:hover:before {
1512
+ .custom-button__customButton_ngo9u:hover:before {
1439
1513
  background-color: rgba(0, 0, 0, 0.07);
1440
1514
  }
1441
- .custom-button__customButton_1aser:active:before {
1515
+ .custom-button__customButton_ngo9u:active:before {
1442
1516
  background-color: rgba(0, 0, 0, 0.15);
1443
1517
  }
1444
- .custom-button__customButton_1aser:disabled.custom-button__white_1aser * {
1518
+ .custom-button__customButton_ngo9u:disabled.custom-button__white_ngo9u * {
1445
1519
  color: #fff;
1446
1520
  }
1447
- .custom-button__customButton_1aser:disabled.custom-button__black_1aser * {
1521
+ .custom-button__customButton_ngo9u:disabled.custom-button__black_ngo9u * {
1448
1522
  color: #000;
1449
- }.confirmation__component_1jvxl {
1523
+ }.confirmation__component_mhm2a {
1450
1524
  color: #8d8d93;
1451
1525
  }
1452
- .confirmation__circle_106l2 {
1526
+ .confirmation__circle_1q6fg {
1453
1527
  fill: transparent;
1454
1528
  stroke: #464649;
1455
1529
  }
1456
- .confirmation__header_1mx25 {
1530
+ .confirmation__header_tpp62 {
1457
1531
  color: #fff;
1458
1532
  }
1459
- .confirmation__description_1mx25 {
1533
+ .confirmation__description_tpp62 {
1460
1534
  color: #8d8d93;
1461
1535
  color: #fff;
1462
1536
  }
1463
- .confirmation__title_13ava {
1537
+ .confirmation__title_1o2rj {
1464
1538
  color: #fff;
1465
1539
  }
1466
- .confirmation__text_13ava {
1540
+ .confirmation__text_1o2rj {
1467
1541
  color: #8d8d93;
1468
1542
  }
1469
- .confirmation__phonesWrap_13ava {
1543
+ .confirmation__phonesWrap_1o2rj {
1470
1544
  color: #8d8d93;
1471
1545
  }
1472
- .confirmation__phoneDescription_13ava {
1546
+ .confirmation__phoneDescription_1o2rj {
1473
1547
  color: #8d8d93;
1474
1548
  }
1475
- .confirmation__header_15xup {
1549
+ .confirmation__header_19ron {
1476
1550
  color: #fff;
1477
1551
  }
1478
- .confirmation__phone_15xup {
1552
+ .confirmation__phone_19ron {
1479
1553
  color: #fff;
1480
1554
  }
1481
- .confirmation__header_9lka2 {
1555
+ .confirmation__header_1j85f {
1482
1556
  color: #fff;
1483
1557
  }
1484
- .confirmation__description_9lka2 {
1558
+ .confirmation__description_1j85f {
1485
1559
  color: #8d8d93;
1486
- }.icon-button__primary_1fctl {
1560
+ }.icon-button__primary_1txnu {
1487
1561
  color: #fff
1488
1562
  }
1489
- .icon-button__primary_1fctl:hover {
1563
+ .icon-button__primary_1txnu:hover {
1490
1564
  color: rgb(204, 204, 204);
1491
1565
  }
1492
- .icon-button__primary_1fctl:active {
1566
+ .icon-button__primary_1txnu:active {
1493
1567
  color: rgb(179, 179, 179);
1494
1568
  }
1495
- .icon-button__secondary_1fctl {
1569
+ .icon-button__secondary_1txnu {
1496
1570
  color: #8d8d93
1497
1571
  }
1498
- .icon-button__secondary_1fctl:hover {
1572
+ .icon-button__secondary_1txnu:hover {
1499
1573
  color: rgb(175, 175, 179);
1500
1574
  }
1501
- .icon-button__secondary_1fctl:active {
1575
+ .icon-button__secondary_1txnu:active {
1502
1576
  color: rgb(198, 198, 201);
1503
1577
  }
1504
- .icon-button__transparent_1fctl {
1578
+ .icon-button__transparent_1txnu {
1505
1579
  color: rgba(255, 255, 255, 0.3)
1506
1580
  }
1507
- .icon-button__transparent_1fctl:hover {
1581
+ .icon-button__transparent_1txnu:hover {
1508
1582
  color: rgba(255, 255, 255, 0.4);
1509
1583
  }
1510
- .icon-button__transparent_1fctl:active {
1584
+ .icon-button__transparent_1txnu:active {
1511
1585
  color: rgba(255, 255, 255, 0.5);
1512
1586
  }
1513
- .icon-button__negative_1fctl {
1587
+ .icon-button__negative_1txnu {
1514
1588
  color: #d91d0b
1515
1589
  }
1516
- .icon-button__negative_1fctl:hover {
1590
+ .icon-button__negative_1txnu:hover {
1517
1591
  color: rgb(220, 45, 28);
1518
1592
  }
1519
- .icon-button__negative_1fctl:active {
1593
+ .icon-button__negative_1txnu:active {
1520
1594
  color: rgb(223, 63, 48);
1521
1595
  }
1522
- .icon-button__tertiary_1fctl {
1596
+ .icon-button__tertiary_1txnu {
1523
1597
  color: #464649
1524
1598
  }
1525
- .icon-button__tertiary_1fctl:hover {
1599
+ .icon-button__tertiary_1txnu:hover {
1526
1600
  color: rgb(83, 83, 86);
1527
1601
  }
1528
- .icon-button__tertiary_1fctl:active {
1602
+ .icon-button__tertiary_1txnu:active {
1529
1603
  color: rgb(98, 98, 100);
1530
1604
  }
1531
- .icon-button__component_1fctl:disabled.icon-button__primary_1fctl {
1605
+ .icon-button__component_1txnu:disabled.icon-button__primary_1txnu {
1532
1606
  color: rgba(255, 255, 255, 0.3)
1533
1607
  }
1534
- .icon-button__component_1fctl:disabled.icon-button__primary_1fctl.icon-button__loader_1fctl {
1608
+ .icon-button__component_1txnu:disabled.icon-button__primary_1txnu.icon-button__loader_1txnu {
1535
1609
  color: #fff;
1536
1610
  }
1537
- .icon-button__component_1fctl:disabled.icon-button__secondary_1fctl {
1611
+ .icon-button__component_1txnu:disabled.icon-button__secondary_1txnu {
1538
1612
  color: rgba(141, 141, 147, 0.3)
1539
1613
  }
1540
- .icon-button__component_1fctl:disabled.icon-button__secondary_1fctl.icon-button__loader_1fctl {
1614
+ .icon-button__component_1txnu:disabled.icon-button__secondary_1txnu.icon-button__loader_1txnu {
1541
1615
  color: #8d8d93;
1542
1616
  }
1543
- .icon-button__component_1fctl:disabled.icon-button__negative_1fctl {
1617
+ .icon-button__component_1txnu:disabled.icon-button__negative_1txnu {
1544
1618
  color: rgba(217, 29, 11, 0.3)
1545
1619
  }
1546
- .icon-button__component_1fctl:disabled.icon-button__negative_1fctl.icon-button__loader_1fctl {
1620
+ .icon-button__component_1txnu:disabled.icon-button__negative_1txnu.icon-button__loader_1txnu {
1547
1621
  color: #d91d0b;
1548
1622
  }
1549
- .icon-button__component_1fctl:disabled.icon-button__tertiary_1fctl {
1623
+ .icon-button__component_1txnu:disabled.icon-button__tertiary_1txnu {
1550
1624
  color: rgba(70, 70, 73, 0.3)
1551
1625
  }
1552
- .icon-button__component_1fctl:disabled.icon-button__tertiary_1fctl.icon-button__loader_1fctl {
1626
+ .icon-button__component_1txnu:disabled.icon-button__tertiary_1txnu.icon-button__loader_1txnu {
1553
1627
  color: #464649;
1554
1628
  }
1555
1629
 
1556
- .icon-button__primary_1r3uv {
1630
+ .icon-button__primary_6nl35 {
1557
1631
  color: #000
1558
1632
  }
1559
- .icon-button__primary_1r3uv:hover {
1633
+ .icon-button__primary_6nl35:hover {
1560
1634
  color: rgb(18, 18, 18);
1561
1635
  }
1562
- .icon-button__primary_1r3uv:active {
1636
+ .icon-button__primary_6nl35:active {
1563
1637
  color: rgb(38, 38, 38);
1564
1638
  }
1565
- .icon-button__secondary_1r3uv {
1639
+ .icon-button__secondary_6nl35 {
1566
1640
  color: #8a8a8e
1567
1641
  }
1568
- .icon-button__secondary_1r3uv:hover {
1642
+ .icon-button__secondary_6nl35:hover {
1569
1643
  color: rgb(117, 117, 121);
1570
1644
  }
1571
- .icon-button__secondary_1r3uv:active {
1645
+ .icon-button__secondary_6nl35:active {
1572
1646
  color: rgb(110, 110, 114);
1573
1647
  }
1574
- .icon-button__transparent_1r3uv {
1648
+ .icon-button__transparent_6nl35 {
1575
1649
  color: rgba(0, 0, 0, 0.3)
1576
1650
  }
1577
- .icon-button__transparent_1r3uv:hover {
1651
+ .icon-button__transparent_6nl35:hover {
1578
1652
  color: rgba(0, 0, 0, 0.4);
1579
1653
  }
1580
- .icon-button__transparent_1r3uv:active {
1654
+ .icon-button__transparent_6nl35:active {
1581
1655
  color: rgba(0, 0, 0, 0.5);
1582
1656
  }
1583
- .icon-button__negative_1r3uv {
1657
+ .icon-button__negative_6nl35 {
1584
1658
  color: #d91d0b
1585
1659
  }
1586
- .icon-button__negative_1r3uv:hover {
1660
+ .icon-button__negative_6nl35:hover {
1587
1661
  color: rgb(220, 45, 28);
1588
1662
  }
1589
- .icon-button__negative_1r3uv:active {
1663
+ .icon-button__negative_6nl35:active {
1590
1664
  color: rgb(223, 63, 48);
1591
1665
  }
1592
- .icon-button__tertiary_1r3uv {
1666
+ .icon-button__tertiary_6nl35 {
1593
1667
  color: #c5c5c7
1594
1668
  }
1595
- .icon-button__tertiary_1r3uv:hover {
1669
+ .icon-button__tertiary_6nl35:hover {
1596
1670
  color: rgb(167, 167, 169);
1597
1671
  }
1598
- .icon-button__tertiary_1r3uv:active {
1672
+ .icon-button__tertiary_6nl35:active {
1599
1673
  color: rgb(158, 158, 159);
1600
1674
  }
1601
- .icon-button__component_1r3uv:disabled.icon-button__primary_1r3uv {
1675
+ .icon-button__component_6nl35:disabled.icon-button__primary_6nl35 {
1602
1676
  color: rgba(0, 0, 0, 0.3)
1603
1677
  }
1604
- .icon-button__component_1r3uv:disabled.icon-button__primary_1r3uv.icon-button__loader_1r3uv {
1678
+ .icon-button__component_6nl35:disabled.icon-button__primary_6nl35.icon-button__loader_6nl35 {
1605
1679
  color: #000;
1606
1680
  }
1607
- .icon-button__component_1r3uv:disabled.icon-button__secondary_1r3uv {
1681
+ .icon-button__component_6nl35:disabled.icon-button__secondary_6nl35 {
1608
1682
  color: rgba(138, 138, 142, 0.3)
1609
1683
  }
1610
- .icon-button__component_1r3uv:disabled.icon-button__secondary_1r3uv.icon-button__loader_1r3uv {
1684
+ .icon-button__component_6nl35:disabled.icon-button__secondary_6nl35.icon-button__loader_6nl35 {
1611
1685
  color: #8a8a8e;
1612
1686
  }
1613
- .icon-button__component_1r3uv:disabled.icon-button__negative_1r3uv {
1687
+ .icon-button__component_6nl35:disabled.icon-button__negative_6nl35 {
1614
1688
  color: rgba(217, 29, 11, 0.3)
1615
1689
  }
1616
- .icon-button__component_1r3uv:disabled.icon-button__negative_1r3uv.icon-button__loader_1r3uv {
1690
+ .icon-button__component_6nl35:disabled.icon-button__negative_6nl35.icon-button__loader_6nl35 {
1617
1691
  color: #d91d0b;
1618
1692
  }
1619
- .icon-button__component_1r3uv:disabled.icon-button__tertiary_1r3uv {
1693
+ .icon-button__component_6nl35:disabled.icon-button__tertiary_6nl35 {
1620
1694
  color: rgba(197, 197, 199, 0.3)
1621
1695
  }
1622
- .icon-button__component_1r3uv:disabled.icon-button__tertiary_1r3uv.icon-button__loader_1r3uv {
1696
+ .icon-button__component_6nl35:disabled.icon-button__tertiary_6nl35.icon-button__loader_6nl35 {
1623
1697
  color: #c5c5c7;
1624
- }.input__input_w4gum {
1698
+ }.input__input_i0non {
1625
1699
  color: #fff;
1626
1700
  caret-color: #0072ef;
1627
1701
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1628
1702
  }
1629
- .input__input_w4gum:-webkit-autofill {
1703
+ .input__input_i0non:-webkit-autofill {
1630
1704
  -webkit-text-fill-color: #fff;
1631
1705
  }
1632
- .input__input_w4gum::placeholder {
1706
+ .input__input_i0non::placeholder {
1633
1707
  color: #8d8d93;
1634
1708
  }
1635
- .input__hasLabel_w4gum::placeholder {
1709
+ .input__hasLabel_i0non::placeholder {
1636
1710
  color: #464649;
1637
1711
  }
1638
- .input__clearIcon_w4gum {
1712
+ .input__clearIcon_i0non {
1639
1713
  color: #fff;
1640
1714
  }
1641
- .input__input_w4gum:read-only {
1715
+ .input__input_i0non:read-only {
1642
1716
  color: #8d8d93
1643
1717
  }
1644
- .input__input_w4gum:read-only:focus::placeholder {
1718
+ .input__input_i0non:read-only:focus::placeholder {
1645
1719
  color: #8d8d93;
1646
1720
  }
1647
- .input__input_w4gum:disabled {
1721
+ .input__input_i0non:disabled {
1648
1722
  color: #fff;
1649
1723
  -webkit-text-fill-color: #fff;
1650
1724
  }
1651
- .input__input_w4gum:focus::placeholder {
1725
+ .input__input_i0non:focus::placeholder {
1652
1726
  color: rgba(235, 235, 245, 0.3);
1653
1727
  }
1654
- .input__error_w4gum {
1728
+ .input__error_i0non {
1655
1729
  color: #f15045;
1656
1730
  caret-color: #f15045;
1657
1731
  }
1658
- .input__focusVisible_zxeqs {
1732
+ .input__focusVisible_snfqu {
1659
1733
  outline: 2px solid #0072ef;
1660
1734
  }
1661
- @keyframes input__onautofillstart_zxeqs {
1735
+ @keyframes input__onautofillstart_snfqu {
1662
1736
  from {
1663
1737
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1664
1738
  }
@@ -1666,7 +1740,7 @@
1666
1740
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1667
1741
  }
1668
1742
  }
1669
- @keyframes input__onautofillcancel_zxeqs {
1743
+ @keyframes input__onautofillcancel_snfqu {
1670
1744
  from {
1671
1745
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1672
1746
  }
@@ -1674,222 +1748,222 @@
1674
1748
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1675
1749
  }
1676
1750
  }
1677
- .input__input_jxu7x {
1751
+ .input__input_5u11y {
1678
1752
  color: #000;
1679
1753
  caret-color: #0072ef;
1680
1754
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1681
1755
  }
1682
- .input__input_jxu7x:-webkit-autofill {
1756
+ .input__input_5u11y:-webkit-autofill {
1683
1757
  -webkit-text-fill-color: #000;
1684
1758
  }
1685
- .input__input_jxu7x::placeholder {
1759
+ .input__input_5u11y::placeholder {
1686
1760
  color: rgba(60, 60, 67, 0.6);
1687
1761
  }
1688
- .input__hasLabel_jxu7x::placeholder {
1762
+ .input__hasLabel_5u11y::placeholder {
1689
1763
  color: #c5c5c7;
1690
1764
  }
1691
- .input__clearIcon_jxu7x {
1765
+ .input__clearIcon_5u11y {
1692
1766
  color: #000;
1693
1767
  }
1694
- .input__input_jxu7x:read-only {
1768
+ .input__input_5u11y:read-only {
1695
1769
  color: rgba(60, 60, 67, 0.6)
1696
1770
  }
1697
- .input__input_jxu7x:read-only:focus::placeholder {
1771
+ .input__input_5u11y:read-only:focus::placeholder {
1698
1772
  color: rgba(60, 60, 67, 0.6);
1699
1773
  }
1700
- .input__input_jxu7x:disabled {
1774
+ .input__input_5u11y:disabled {
1701
1775
  color: #000;
1702
1776
  -webkit-text-fill-color: #000;
1703
1777
  }
1704
- .input__input_jxu7x:focus::placeholder {
1778
+ .input__input_5u11y:focus::placeholder {
1705
1779
  color: rgba(60, 60, 67, 0.3);
1706
1780
  }
1707
- .input__error_jxu7x {
1781
+ .input__error_5u11y {
1708
1782
  color: #ef3124;
1709
1783
  caret-color: #ef3124;
1710
- }.pagination__component_1kg95 {
1784
+ }.pagination__component_u4n45 {
1711
1785
  color: #fff;
1712
1786
  }
1713
- .pagination__dots_1ul7i {
1787
+ .pagination__dots_19ujd {
1714
1788
  color: #8d8d93;
1715
1789
  }
1716
1790
 
1717
- .pagination__tag_fonwg.pagination__tag_fonwg {
1791
+ .pagination__tag_1rj0h.pagination__tag_1rj0h {
1718
1792
  color: #8d8d93
1719
1793
  }
1720
- .pagination__tag_fonwg.pagination__tag_fonwg:hover:not(:disabled) {
1794
+ .pagination__tag_1rj0h.pagination__tag_1rj0h:hover:not(:disabled) {
1721
1795
  background-color: #2c2c2e;
1722
1796
  color: #fff;
1723
1797
  }
1724
- .pagination__tag_fonwg.pagination__tag_fonwg:active:not(:disabled) {
1798
+ .pagination__tag_1rj0h.pagination__tag_1rj0h:active:not(:disabled) {
1725
1799
  background-color: #3a3a3c;
1726
1800
  }
1727
- .pagination__tag_fonwg.pagination__tag_fonwg.pagination__checked_fonwg {
1801
+ .pagination__tag_1rj0h.pagination__tag_1rj0h.pagination__checked_1rj0h {
1728
1802
  background-color: #f3f4f5;
1729
1803
  color: #000;
1730
1804
  }
1731
- .pagination__tag_fonwg.pagination__tag_fonwg.pagination__checked_fonwg:hover:not(:disabled) {
1805
+ .pagination__tag_1rj0h.pagination__tag_1rj0h.pagination__checked_1rj0h:hover:not(:disabled) {
1732
1806
  color: #000;
1733
1807
  }
1734
- .pagination__tag_fonwg.pagination__tag_fonwg.pagination__checked_fonwg:active:not(:disabled) {
1808
+ .pagination__tag_1rj0h.pagination__tag_1rj0h.pagination__checked_1rj0h:active:not(:disabled) {
1735
1809
  color: #fff;
1736
- }.plate__component_nht1j {
1810
+ }.plate__component_wqbfd {
1737
1811
  color: #fff
1738
1812
  }
1739
- .plate__focused_nht1j {
1813
+ .plate__focused_wqbfd {
1740
1814
  outline: 2px solid #0072ef;
1741
1815
  }
1742
- .plate__shadow_nht1j {
1816
+ .plate__shadow_wqbfd {
1743
1817
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1744
1818
  }
1745
- .plate__common_nht1j {
1819
+ .plate__common_wqbfd {
1746
1820
  background-color: #202022;
1747
1821
  box-shadow: 0 0 0 1px #6d7986
1748
1822
  }
1749
- .plate__common_nht1j:before {
1823
+ .plate__common_wqbfd:before {
1750
1824
  background-color: #6d7986;
1751
1825
  }
1752
- .plate__negative_nht1j {
1826
+ .plate__negative_wqbfd {
1753
1827
  background-color: #35110d;
1754
1828
  box-shadow: 0 0 0 1px #d91d0b
1755
1829
  }
1756
- .plate__negative_nht1j:before {
1830
+ .plate__negative_wqbfd:before {
1757
1831
  background-color: #d91d0b;
1758
1832
  }
1759
- .plate__positive_nht1j {
1833
+ .plate__positive_wqbfd {
1760
1834
  background-color: #042117;
1761
1835
  box-shadow: 0 0 0 1px #13a463
1762
1836
  }
1763
- .plate__positive_nht1j:before {
1837
+ .plate__positive_wqbfd:before {
1764
1838
  background-color: #13a463;
1765
1839
  }
1766
- .plate__attention_nht1j {
1840
+ .plate__attention_wqbfd {
1767
1841
  background-color: #332104;
1768
1842
  box-shadow: 0 0 0 1px #de6a00
1769
1843
  }
1770
- .plate__attention_nht1j:before {
1844
+ .plate__attention_wqbfd:before {
1771
1845
  background-color: #de6a00;
1772
1846
  }
1773
- .plate__custom_nht1j {
1847
+ .plate__custom_wqbfd {
1774
1848
  background: transparent;
1775
1849
  box-shadow: 0 0 0 1px #6d7986
1776
1850
  }
1777
- .plate__custom_nht1j:before {
1851
+ .plate__custom_wqbfd:before {
1778
1852
  background-color: #6d7986;
1779
- }.drawer__backdropEnter_1wizt {
1853
+ }.drawer__backdropEnter_jdt49 {
1780
1854
  background-color: transparent;
1781
1855
  }
1782
- .drawer__backdropEnterActive_1wizt,
1783
- .drawer__backdropEnterDone_1wizt {
1856
+ .drawer__backdropEnterActive_jdt49,
1857
+ .drawer__backdropEnterDone_jdt49 {
1784
1858
  background-color: rgba(0, 0, 0, 0.8);
1785
1859
  }
1786
- .drawer__backdropExit_1wizt {
1860
+ .drawer__backdropExit_jdt49 {
1787
1861
  background-color: rgba(0, 0, 0, 0.8);
1788
1862
  }
1789
- .drawer__backdropExitActive_1wizt,
1790
- .drawer__backdropExitDone_1wizt {
1863
+ .drawer__backdropExitActive_jdt49,
1864
+ .drawer__backdropExitDone_jdt49 {
1791
1865
  background-color: transparent;
1792
- }.filter-tag__component_1egb5.filter-tag__disabled_1egb5 {
1866
+ }.filter-tag__component_13ci9.filter-tag__disabled_13ci9 {
1793
1867
  background-color: rgba(32, 32, 34, 0.3);
1794
1868
  }
1795
- .filter-tag__component_1egb5.filter-tag__checked_1egb5:not(.filter-tag__component_1egb5.filter-tag__disabled_1egb5) {
1869
+ .filter-tag__component_13ci9.filter-tag__checked_13ci9:not(.filter-tag__component_13ci9.filter-tag__disabled_13ci9) {
1796
1870
  background-color: #f3f4f5;
1797
1871
  }
1798
- .filter-tag__component_1egb5.filter-tag__checked_1egb5:not(.filter-tag__component_1egb5.filter-tag__disabled_1egb5):hover {
1872
+ .filter-tag__component_13ci9.filter-tag__checked_13ci9:not(.filter-tag__component_13ci9.filter-tag__disabled_13ci9):hover {
1799
1873
  background-color: #f3f4f5;
1800
1874
  }
1801
- .filter-tag__component_1egb5.filter-tag__checked_1egb5:not(.filter-tag__component_1egb5.filter-tag__disabled_1egb5):active {
1875
+ .filter-tag__component_13ci9.filter-tag__checked_13ci9:not(.filter-tag__component_13ci9.filter-tag__disabled_13ci9):active {
1802
1876
  background-color: rgb(194, 195, 196);
1803
1877
  }
1804
- .filter-tag__focused_1egb5 {
1878
+ .filter-tag__focused_13ci9 {
1805
1879
  outline: 2px solid #0072ef;
1806
1880
  }
1807
- .filter-tag__valueButton_1egb5 {
1881
+ .filter-tag__valueButton_13ci9 {
1808
1882
  color: #fff;
1809
1883
  background-color: #202022;
1810
1884
  border-color: transparent
1811
1885
  }
1812
- .filter-tag__valueButton_1egb5:not(.filter-tag__valueButton_1egb5:disabled):hover {
1886
+ .filter-tag__valueButton_13ci9:not(.filter-tag__valueButton_13ci9:disabled):hover {
1813
1887
  background-color: #202022;
1814
1888
  border-color: transparent;
1815
1889
  }
1816
- .filter-tag__valueButton_1egb5:not(.filter-tag__valueButton_1egb5:disabled):active {
1890
+ .filter-tag__valueButton_13ci9:not(.filter-tag__valueButton_13ci9:disabled):active {
1817
1891
  background-color: rgb(65, 65, 67);
1818
1892
  border-color: transparent;
1819
1893
  }
1820
- .filter-tag__valueButton_1egb5:disabled {
1894
+ .filter-tag__valueButton_13ci9:disabled {
1821
1895
  background-color: rgba(32, 32, 34, 0.3);
1822
1896
  border-color: transparent;
1823
1897
  color: #464649;
1824
1898
  }
1825
- .filter-tag__valueButton_1egb5.filter-tag__checked_1egb5 {
1899
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9 {
1826
1900
  background-color: #f3f4f5;
1827
1901
  color: #000
1828
1902
  }
1829
- .filter-tag__valueButton_1egb5.filter-tag__checked_1egb5:not(.filter-tag__valueButton_1egb5:disabled):hover {
1903
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9:not(.filter-tag__valueButton_13ci9:disabled):hover {
1830
1904
  background-color: #f3f4f5;
1831
1905
  }
1832
- .filter-tag__valueButton_1egb5.filter-tag__checked_1egb5:not(.filter-tag__valueButton_1egb5:disabled):active {
1906
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9:not(.filter-tag__valueButton_13ci9:disabled):active {
1833
1907
  background-color: rgb(194, 195, 196);
1834
1908
  }
1835
- .filter-tag__valueButton_1egb5.filter-tag__checked_1egb5:not(.filter-tag__valueButton_1egb5:disabled):hover + .filter-tag__clear_1egb5:before {
1909
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9:not(.filter-tag__valueButton_13ci9:disabled):hover + .filter-tag__clear_13ci9:before {
1836
1910
  background-color: #464649;
1837
1911
  }
1838
- .filter-tag__valueButton_1egb5.filter-tag__checked_1egb5:not(.filter-tag__valueButton_1egb5:disabled):active + .filter-tag__clear_1egb5:before {
1912
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9:not(.filter-tag__valueButton_13ci9:disabled):active + .filter-tag__clear_13ci9:before {
1839
1913
  background-color: transparent;
1840
1914
  }
1841
- .filter-tag__valueButton_1egb5.filter-tag__checked_1egb5:disabled {
1915
+ .filter-tag__valueButton_13ci9.filter-tag__checked_13ci9:disabled {
1842
1916
  background-color: rgba(243, 244, 245, 0.3);
1843
1917
  color: #000;
1844
1918
  }
1845
- .filter-tag__clear_1egb5 {
1919
+ .filter-tag__clear_13ci9 {
1846
1920
  color: #464649;
1847
1921
  background-color: #f3f4f5
1848
1922
  }
1849
- .filter-tag__clear_1egb5:before {
1923
+ .filter-tag__clear_13ci9:before {
1850
1924
  background-color: #464649;
1851
1925
  }
1852
- .filter-tag__clear_1egb5:hover:before {
1926
+ .filter-tag__clear_13ci9:hover:before {
1853
1927
  background-color: #464649;
1854
1928
  }
1855
- .filter-tag__clear_1egb5:active:before {
1929
+ .filter-tag__clear_13ci9:active:before {
1856
1930
  background-color: transparent;
1857
1931
  }
1858
- .filter-tag__clear_1egb5:hover {
1932
+ .filter-tag__clear_13ci9:hover {
1859
1933
  background-color: #f3f4f5;
1860
1934
  color: #000;
1861
1935
  }
1862
- .filter-tag__clear_1egb5:active {
1936
+ .filter-tag__clear_13ci9:active {
1863
1937
  background-color: rgb(194, 195, 196);
1864
1938
  color: #000;
1865
- }.file-upload-item__component_5ar55 {
1939
+ }.file-upload-item__component_1945f {
1866
1940
  color: #8d8d93;
1867
1941
  box-shadow: 0 -1px 0 0 #2b2b2e inset
1868
1942
  }
1869
- .file-upload-item__icon_5ar55 {
1943
+ .file-upload-item__icon_1945f {
1870
1944
  color: #fff;
1871
1945
  }
1872
- .file-upload-item__errorIcon_5ar55 {
1946
+ .file-upload-item__errorIcon_1945f {
1873
1947
  color: #d91d0b;
1874
1948
  }
1875
- .file-upload-item__successIcon_5ar55 {
1949
+ .file-upload-item__successIcon_1945f {
1876
1950
  color: #2fc26e;
1877
1951
  }
1878
- .file-upload-item__name_5ar55 {
1952
+ .file-upload-item__name_1945f {
1879
1953
  color: #fff
1880
1954
  }
1881
- .file-upload-item__errorWrapper_5ar55 {
1955
+ .file-upload-item__errorWrapper_1945f {
1882
1956
  color: #ef3124
1883
- }.pure-cell__focused_vnxjz {
1957
+ }.pure-cell__focused_fjw93 {
1884
1958
  outline: 2px solid #0072ef;
1885
1959
  }
1886
1960
 
1887
1961
 
1888
1962
 
1889
- .pure-cell__categoryPercent_1e5v6 {
1963
+ .pure-cell__categoryPercent_rf5yp {
1890
1964
  background-color: #202022;
1891
1965
  }
1892
- .pure-cell__component_1d469 {
1966
+ .pure-cell__component_j1911 {
1893
1967
  background-color: #202022;
1894
1968
  }
1895
1969
 
@@ -1897,554 +1971,554 @@
1897
1971
 
1898
1972
 
1899
1973
 
1900
- .bottom-sheet__modal_1qjl0 {
1974
+ .bottom-sheet__modal_umskb {
1901
1975
  background-color: transparent;
1902
1976
  }
1903
- .bottom-sheet__component_1qjl0 {
1977
+ .bottom-sheet__component_umskb {
1904
1978
  background: #121212;
1905
1979
  }
1906
- .bottom-sheet__marker_1qjl0 {
1980
+ .bottom-sheet__marker_umskb {
1907
1981
  background-color: #2a2a2c;
1908
1982
  }
1909
- .bottom-sheet__content_1qjl0 {
1983
+ .bottom-sheet__content_umskb {
1910
1984
  color: #fff;
1911
1985
  background-color: #121212;
1912
1986
  }
1913
- .bottom-sheet__backer_1o39i {
1987
+ .bottom-sheet__backer_9f38j {
1914
1988
  color: #fff;
1915
1989
  }
1916
- .bottom-sheet__button_1o39i {
1990
+ .bottom-sheet__button_9f38j {
1917
1991
  background: rgba(255, 255, 255, 0.03);
1918
1992
  }
1919
- .bottom-sheet__closer_1rq8x {
1993
+ .bottom-sheet__closer_vtghh {
1920
1994
  color: #fff;
1921
1995
  }
1922
- .bottom-sheet__button_1rq8x {
1996
+ .bottom-sheet__button_vtghh {
1923
1997
  background: rgba(255, 255, 255, 0.03);
1924
1998
  }
1925
- .bottom-sheet__footer_1drtx {
1999
+ .bottom-sheet__footer_8yvsd {
1926
2000
  background-color: #121212;
1927
2001
  }
1928
- .bottom-sheet__highlighted_1drtx {
2002
+ .bottom-sheet__highlighted_8yvsd {
1929
2003
  border-top: 1px solid #2b2b2e;
1930
2004
  background-color: #121212;
1931
2005
  }
1932
- .bottom-sheet__headerWrapper_1by7v {
2006
+ .bottom-sheet__headerWrapper_10p1a {
1933
2007
  background-color: #121212;
1934
2008
  }
1935
- .bottom-sheet__highlighted_1by7v {
2009
+ .bottom-sheet__highlighted_10p1a {
1936
2010
  border-bottom: 1px solid #2b2b2e;
1937
- }.toast-plate__component_12kw9 {
2011
+ }.toast-plate__component_1reub {
1938
2012
  color: #000;
1939
2013
  background-color: #fff
1940
2014
  }
1941
- .toast-plate__closeButtonWrapper_12kw9:before {
2015
+ .toast-plate__closeButtonWrapper_1reub:before {
1942
2016
  background-color: #e9e9eb;
1943
2017
  }
1944
2018
 
1945
2019
 
1946
- .modal__button_1log1 {
2020
+ .modal__button_bowl9 {
1947
2021
  background: rgba(18, 18, 18, 0.4);
1948
2022
  }
1949
2023
 
1950
2024
 
1951
2025
 
1952
2026
 
1953
- .modal__sticky_mr24u {
2027
+ .modal__sticky_1vk92 {
1954
2028
  background: #121212;
1955
2029
  }
1956
- .modal__highlighted_mr24u {
2030
+ .modal__highlighted_1vk92 {
1957
2031
  background: #121212;
1958
2032
  box-shadow: 0 -1px 0 0 #2b2b2e;
1959
2033
  }
1960
2034
 
1961
2035
 
1962
2036
 
1963
- .modal__highlighted_1daxj {
2037
+ .modal__highlighted_115ia {
1964
2038
  background: #121212;
1965
2039
  }
1966
- .modal__sticky_1daxj.modal__hasContent_1daxj {
2040
+ .modal__sticky_115ia.modal__hasContent_115ia {
1967
2041
  background: #121212;
1968
2042
  }
1969
- .slider-input__steps_100yl {
2043
+ .slider-input__steps_1ggb7 {
1970
2044
  color: #8d8d93;
1971
2045
  }
1972
- .slider-input__info_100yl {
2046
+ .slider-input__info_1ggb7 {
1973
2047
  color: #8d8d93;
1974
- }.with-suffix__hasSuffix_em0y4 input:focus::placeholder {
2048
+ }.with-suffix__hasSuffix_v3eyt input:focus::placeholder {
1975
2049
  color: transparent;
1976
2050
  }
1977
- .with-suffix__disabled_em0y4 {
2051
+ .with-suffix__disabled_v3eyt {
1978
2052
  color: #fff;
1979
2053
  }
1980
- .with-suffix__readOnly_em0y4 {
2054
+ .with-suffix__readOnly_v3eyt {
1981
2055
  color: #8d8d93;
1982
- }.tooltip__hint_8hof7 {
2056
+ }.tooltip__hint_lhdsz {
1983
2057
  background-color: #fff;
1984
2058
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
1985
2059
  0 8px 16px rgba(11, 31, 53, 0.16);
1986
2060
  color: #000;
1987
2061
  }
1988
- .tooltip__hint_8hof7 .tooltip__arrow_8hof7:after {
2062
+ .tooltip__hint_lhdsz .tooltip__arrow_lhdsz:after {
1989
2063
  background-color: #fff;
1990
2064
  border-color: #fff;
1991
2065
  }
1992
2066
 
1993
- .tooltip__tooltip_1nvrt {
2067
+ .tooltip__tooltip_1ud5s {
1994
2068
  background-color: #fff;
1995
2069
  color: #000;
1996
2070
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
1997
2071
  0 8px 16px rgba(11, 31, 53, 0.16);
1998
2072
  }
1999
- .tooltip__tooltip_1nvrt .tooltip__arrow_1nvrt:after {
2073
+ .tooltip__tooltip_1ud5s .tooltip__arrow_1ud5s:after {
2000
2074
  background-color: #fff;
2001
2075
  }
2002
- .tooltip__hint_1nvrt {
2076
+ .tooltip__hint_1ud5s {
2003
2077
  background-color: #121212;
2004
2078
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2005
2079
  color: #fff;
2006
2080
  }
2007
- .tooltip__hint_1nvrt .tooltip__arrow_1nvrt:after {
2081
+ .tooltip__hint_1ud5s .tooltip__arrow_1ud5s:after {
2008
2082
  background-color: #121212;
2009
2083
  }
2010
-
2011
-
2012
-
2013
-
2014
- .side-panel__button_1l71i {
2015
- background: rgba(18, 18, 18, 0.4);
2016
- }
2017
-
2018
-
2019
-
2020
-
2021
- .side-panel__sticky_ljpfj {
2022
- background: #121212;
2023
- }
2024
- .side-panel__highlighted_ljpfj {
2025
- background: #121212;
2026
- box-shadow: 0 -1px 0 0 #2b2b2e;
2027
- }
2028
-
2029
-
2030
-
2031
- .side-panel__highlighted_izd1t {
2032
- background: #121212;
2033
- }
2034
- .side-panel__sticky_izd1t.side-panel__hasContent_izd1t {
2035
- background: #121212;
2036
- }
2037
- .bank-card__component_1kdqn {
2084
+ .bank-card__component_qo06s {
2038
2085
  --form-control-bg-color: transparent;
2039
2086
  --form-control-hover-bg-color: transparent;
2040
2087
  --form-control-focus-bg-color: transparent;
2041
2088
  }
2042
- .bank-card__label_1kdqn {
2089
+ .bank-card__label_qo06s {
2043
2090
  color: rgba(0, 0, 0, 0.6)
2044
2091
  }
2045
- .bank-card__focused_1kdqn .bank-card__label_1kdqn,
2046
- .bank-card__filled_1kdqn .bank-card__label_1kdqn {
2092
+ .bank-card__focused_qo06s .bank-card__label_qo06s,
2093
+ .bank-card__filled_qo06s .bank-card__label_qo06s {
2047
2094
  color: #000
2048
2095
  }
2049
- .bank-card__input_1kdqn {
2096
+ .bank-card__input_qo06s {
2050
2097
  color: #000;
2051
2098
  caret-color: #000
2052
2099
  }
2053
- .bank-card__bankLogo_1kdqn svg g {
2100
+ .bank-card__bankLogo_qo06s svg g {
2054
2101
  fill: #000;
2055
2102
  }
2056
- .bank-card__brandLogo_1kdqn svg {
2103
+ .bank-card__brandLogo_qo06s svg {
2057
2104
  fill: #000;
2058
2105
  }
2059
- .bank-card__usePhoto_1kdqn {
2106
+ .bank-card__usePhoto_qo06s {
2060
2107
  background-color: transparent
2061
2108
  }
2062
- .bank-card__usePhoto_1kdqn svg {
2109
+ .bank-card__usePhoto_qo06s svg {
2063
2110
  fill: #000;
2064
- }.toast__toastPlate_2ipn2 {
2111
+ }.toast__toastPlate_pjglf {
2065
2112
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2066
2113
  }
2067
- .toast__popoverInner_2ipn2 {
2114
+ .toast__popoverInner_pjglf {
2068
2115
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2069
2116
  background-color: transparent;
2070
- }.amount-input__minorPartAndCurrency_9mdms {
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 {
2071
2145
  color: #8d8d93;
2072
2146
  }
2073
- .amount-input__filled_opaor .amount-input__input_opaor,
2074
- .amount-input__input_opaor:focus {
2147
+ .amount-input__filled_1bguh .amount-input__input_1bguh,
2148
+ .amount-input__input_1bguh:focus {
2075
2149
  -webkit-text-fill-color: transparent;
2076
2150
  }
2077
- .amount-input__minorPartAndCurrency_uswil {
2151
+ .amount-input__minorPartAndCurrency_1yh13 {
2078
2152
  color: #8a8a8e;
2079
2153
  }@media (min-width: 600px) {
2080
2154
  }
2081
- .calendar__wrapper_rjao2 {
2155
+ .calendar__wrapper_anm1z {
2082
2156
  background: #121212;
2083
2157
  }
2084
- .calendar__calendar_rjao2 th {
2158
+ .calendar__calendar_anm1z th {
2085
2159
  border-bottom: 1px solid #2b2b2e;
2086
2160
  }
2087
- .calendar__dayNames_rjao2 {
2161
+ .calendar__dayNames_anm1z {
2088
2162
  border-bottom: 1px solid #2b2b2e;
2089
2163
  background: #121212
2090
2164
  }
2091
- .calendar__month_rjao2 {
2165
+ .calendar__month_anm1z {
2092
2166
  color: #fff;
2093
2167
  }
2094
- .calendar__dayName_rjao2 {
2168
+ .calendar__dayName_anm1z {
2095
2169
  color: #8d8d93
2096
2170
  }
2097
- .calendar__dayName_1feir {
2171
+ .calendar__dayName_1ydpm {
2098
2172
  color: #8d8d93
2099
2173
  }
2100
- .calendar__day_1feir {
2174
+ .calendar__day_1ydpm {
2101
2175
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2102
2176
  color: #fff
2103
2177
  }
2104
- .calendar__day_1feir.calendar__highlighted_1feir,
2105
- .calendar__day_1feir.calendar__range_1feir.calendar__highlighted_1feir:not(.calendar__disabled_1feir) {
2178
+ .calendar__day_1ydpm.calendar__highlighted_1ydpm,
2179
+ .calendar__day_1ydpm.calendar__range_1ydpm.calendar__highlighted_1ydpm:not(.calendar__disabled_1ydpm) {
2106
2180
  color: #fff;
2107
2181
  background: #2a2a2c;
2108
2182
  }
2109
- .calendar__day_1feir.calendar__holiday_1feir {
2183
+ .calendar__day_1ydpm.calendar__holiday_1ydpm {
2110
2184
  color: #ef3124;
2111
2185
  }
2112
- .calendar__day_1feir.calendar__disabled_1feir {
2186
+ .calendar__day_1ydpm.calendar__disabled_1ydpm {
2113
2187
  color: #464649;
2114
2188
  background: transparent;
2115
2189
  }
2116
- .calendar__day_1feir.calendar__today_1feir {
2190
+ .calendar__day_1ydpm.calendar__today_1ydpm {
2117
2191
  color: #0072ef;
2118
2192
  }
2119
- .calendar__day_1feir.calendar__rangeComplete_1feir {
2193
+ .calendar__day_1ydpm.calendar__rangeComplete_1ydpm {
2120
2194
  background: #e8f2fe;
2121
2195
  }
2122
- .calendar__day_1feir.calendar__selected_1feir,
2123
- .calendar__day_1feir.calendar__disabled_1feir.calendar__selected_1feir {
2196
+ .calendar__day_1ydpm.calendar__selected_1ydpm,
2197
+ .calendar__day_1ydpm.calendar__disabled_1ydpm.calendar__selected_1ydpm {
2124
2198
  color: #000;
2125
2199
  background: #fff;
2126
2200
  }
2127
2201
  @media (hover) {
2128
- .calendar__day_1feir.calendar__selected_1feir:hover {
2202
+ .calendar__day_1ydpm.calendar__selected_1ydpm:hover {
2129
2203
  background: rgb(217, 217, 217);
2130
2204
  }
2131
2205
  }
2132
- .calendar__dayWrapper_1feir {
2206
+ .calendar__dayWrapper_1ydpm {
2133
2207
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
2134
2208
  }
2135
- .calendar__range_1feir .calendar__day_1feir:not(.calendar__selected_1feir):not(.calendar__disabled_1feir):not(.calendar__today_1feir):not(.calendar__holiday_1feir) {
2209
+ .calendar__range_1ydpm .calendar__day_1ydpm:not(.calendar__selected_1ydpm):not(.calendar__disabled_1ydpm):not(.calendar__today_1ydpm):not(.calendar__holiday_1ydpm) {
2136
2210
  color: #fff;
2137
2211
  }
2138
- .calendar__range_1feir:before {
2212
+ .calendar__range_1ydpm:before {
2139
2213
  background: rgba(255, 255, 255, 0.1);
2140
2214
  }
2141
- .calendar__rangeComplete_1feir:before {
2215
+ .calendar__rangeComplete_1ydpm:before {
2142
2216
  background: #e8f2fe;
2143
2217
  }
2144
- .calendar__transitLeft_1feir:after {
2218
+ .calendar__transitLeft_1ydpm:after {
2145
2219
  background: linear-gradient(
2146
2220
  270deg,
2147
2221
  rgba(255, 255, 255, 0.1) 0%,
2148
2222
  rgba(255, 255, 255, 0) 100%
2149
2223
  );
2150
2224
  }
2151
- .calendar__transitRight_1feir:after {
2225
+ .calendar__transitRight_1ydpm:after {
2152
2226
  background: linear-gradient(
2153
2227
  270deg,
2154
2228
  rgba(255, 255, 255, 0) 0%,
2155
2229
  rgba(255, 255, 255, 0.1) 100%
2156
2230
  );
2157
2231
  }
2158
- .calendar__rangeComplete_1feir.calendar__transitLeft_1feir:after {
2232
+ .calendar__rangeComplete_1ydpm.calendar__transitLeft_1ydpm:after {
2159
2233
  background: linear-gradient(
2160
2234
  270deg,
2161
2235
  #e8f2fe 0%,
2162
2236
  rgba(255, 255, 255, 0) 100%
2163
2237
  );
2164
2238
  }
2165
- .calendar__rangeComplete_1feir.calendar__transitRight_1feir:after {
2239
+ .calendar__rangeComplete_1ydpm.calendar__transitRight_1ydpm:after {
2166
2240
  background: linear-gradient(
2167
2241
  270deg,
2168
2242
  rgba(255, 255, 255, 0) 0%,
2169
2243
  #e8f2fe 100%
2170
2244
  );
2171
2245
  }
2172
- .calendar__dot_1feir {
2246
+ .calendar__dot_1ydpm {
2173
2247
  background: #fff;
2174
2248
  }
2175
- .calendar__selected_1feir .calendar__dot_1feir {
2249
+ .calendar__selected_1ydpm .calendar__dot_1ydpm {
2176
2250
  background: #000;
2177
2251
  }
2178
- .calendar__withShadow_bddwd {
2252
+ .calendar__withShadow_1lafh {
2179
2253
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2180
2254
  }
2181
2255
 
2182
2256
  @media (max-width: 374px) {
2183
2257
  }
2184
- .calendar__empty_bfx5f {
2258
+ .calendar__empty_1sx8c {
2185
2259
  color: #8d8d93;
2186
2260
  }
2187
- .cc-calendar .calendar__button_ahm87 {
2261
+ .cc-calendar .calendar__button_1cb0m {
2188
2262
  background-color: transparent
2189
2263
  }
2190
- .cc-calendar .calendar__button_ahm87:not(:disabled):hover {
2264
+ .cc-calendar .calendar__button_1cb0m:not(:disabled):hover {
2191
2265
  background-color: #2c2c2e;
2192
2266
  color: #fff;
2193
2267
  }
2194
- .cc-calendar .calendar__button_ahm87.calendar__filled_ahm87 {
2268
+ .cc-calendar .calendar__button_1cb0m.calendar__filled_1cb0m {
2195
2269
  background-color: #2c2c2e
2196
2270
  }
2197
- .cc-calendar .calendar__button_ahm87.calendar__filled_ahm87:not(:disabled):hover {
2271
+ .cc-calendar .calendar__button_1cb0m.calendar__filled_1cb0m:not(:disabled):hover {
2198
2272
  background-color: rgb(59, 59, 61);
2199
2273
  }
2200
- .cc-calendar .calendar__button_ahm87.calendar__outlined_ahm87 {
2274
+ .cc-calendar .calendar__button_1cb0m.calendar__outlined_1cb0m {
2201
2275
  border: 1px solid #fff;
2202
2276
  }
2203
- .cc-calendar .calendar__button_ahm87.calendar__selected_ahm87,
2204
- .cc-calendar .calendar__button_ahm87.calendar__selected_ahm87:disabled {
2277
+ .cc-calendar .calendar__button_1cb0m.calendar__selected_1cb0m,
2278
+ .cc-calendar .calendar__button_1cb0m.calendar__selected_1cb0m:disabled {
2205
2279
  background-color: #fff;
2206
2280
  color: #000
2207
2281
  }
2208
- .cc-calendar .calendar__button_ahm87.calendar__selected_ahm87:not(:disabled):hover, .cc-calendar .calendar__button_ahm87.calendar__selected_ahm87: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 {
2209
2283
  background-color: #fff;
2210
2284
  color: #000;
2211
2285
  }
2212
2286
  @media (max-width: 374px) {
2213
- }.gallery__modal_d8roq {
2287
+ }.gallery__modal_1si37 {
2214
2288
  background: transparent;
2215
2289
  }
2216
- .gallery__header_7mm5z {
2290
+ .gallery__header_1tl3a {
2217
2291
  background-color: #e9e9eb;
2218
2292
  }
2219
2293
 
2220
- .gallery__component_15s4b {
2294
+ .gallery__component_vjn1p {
2221
2295
  border: 2px solid rgba(0, 0, 0, 0);
2222
2296
  }
2223
- .gallery__active_15s4b {
2297
+ .gallery__active_vjn1p {
2224
2298
  border-color: #000
2225
2299
  }
2226
- .gallery__image_15s4b {
2300
+ .gallery__image_vjn1p {
2227
2301
  background-color: #121212
2228
2302
  }
2229
- .gallery__loading_15s4b {
2303
+ .gallery__loading_vjn1p {
2230
2304
  background-color: #e9eaeb;
2231
2305
  }
2232
- .gallery__brokenImageWrapper_15s4b {
2306
+ .gallery__brokenImageWrapper_vjn1p {
2233
2307
  background-color: #121212
2234
2308
  }
2235
- .gallery__focused_15s4b {
2309
+ .gallery__focused_vjn1p {
2236
2310
  outline: 2px solid #0072ef;
2237
2311
  }
2238
- .gallery__component_1xa6g {
2312
+ .gallery__component_1vby9 {
2239
2313
  background-color: rgba(255, 255, 255, 0.5);
2240
2314
  }
2241
- .gallery__slideLoading_1xa6g {
2315
+ .gallery__slideLoading_1vby9 {
2242
2316
  background-color: #e9eaeb;
2243
2317
  }
2244
- .gallery__image_1xa6g {
2318
+ .gallery__image_1vby9 {
2245
2319
  background-color: #121212;
2246
2320
  }
2247
- .gallery__smallImage_1xa6g {
2321
+ .gallery__smallImage_1vby9 {
2248
2322
  background-color: #121212;
2249
2323
  }
2250
- .gallery__arrow_1xa6g {
2324
+ .gallery__arrow_1vby9 {
2251
2325
  color: #000
2252
2326
  }
2253
- .gallery__arrow_1xa6g:hover {
2327
+ .gallery__arrow_1vby9:hover {
2254
2328
  background-color: rgba(255, 255, 255, 0.1);
2255
2329
  }
2256
- .gallery__arrow_1xa6g:active {
2330
+ .gallery__arrow_1vby9:active {
2257
2331
  background-color: rgba(255, 255, 255, 0.2);
2258
2332
  }
2259
- .gallery__focused_1xa6g {
2333
+ .gallery__focused_1vby9 {
2260
2334
  outline: 2px solid #0072ef;
2261
2335
  }
2262
- .gallery__placeholder_1xa6g {
2336
+ .gallery__placeholder_1vby9 {
2263
2337
  background-color: #121212;
2264
2338
  }
2265
- .gallery__fullScreenImage_1xa6g {
2339
+ .gallery__fullScreenImage_1vby9 {
2266
2340
  background-color: #121212;
2267
2341
  }
2268
- .gallery__component_9n4b0 {
2342
+ .gallery__component_ybwp1 {
2269
2343
  background-color: #e9e9eb
2270
- }.select__arrow_1kebd {
2344
+ }.select__arrow_dz2c3 {
2271
2345
  color: #fff;
2272
2346
  }
2273
- .select__popoverInner_tzh90 {
2347
+ .select__popoverInner_1wg9e {
2274
2348
  background: transparent;
2275
2349
  }
2276
- .select__optionsList_tzh90 {
2350
+ .select__optionsList_1wg9e {
2277
2351
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2278
2352
  background: #121212;
2279
2353
  }
2280
- .select__popoverInner_1offs {
2354
+ .select__popoverInner_6bnof {
2281
2355
  background: transparent;
2282
2356
  }
2283
- .select__single_1jf4m {
2357
+ .select__single_c4glp {
2284
2358
  background: #fff
2285
2359
  }
2286
- .select__placeholder_1lqdw {
2360
+ .select__placeholder_9thwi {
2287
2361
  color: #8d8d93;
2288
2362
  }
2289
- .select__focusVisible_1lqdw {
2363
+ .select__focusVisible_9thwi {
2290
2364
  outline: 2px solid #0072ef;
2291
2365
  }
2292
- .select__optgroup_gdbj6 {
2366
+ .select__optgroup_1fes2 {
2293
2367
  background: #121212
2294
2368
  }
2295
- .select__label_gdbj6 {
2369
+ .select__label_1fes2 {
2296
2370
  color: #8d8d93;
2297
2371
  }
2298
- .select__option_1au6n {
2372
+ .select__option_16qre {
2299
2373
  background: #121212;
2300
2374
  color: #fff
2301
2375
  }
2302
- .select__option_1au6n:not(.select__disabled_1au6n):active {
2376
+ .select__option_16qre:not(.select__disabled_16qre):active {
2303
2377
  background: #2c2c2e;
2304
2378
  color: #fff;
2305
2379
  }
2306
- .select__option_1au6n:before {
2380
+ .select__option_16qre:before {
2307
2381
  background: #2b2b2e;
2308
2382
  }
2309
- .select__selected_1au6n {
2383
+ .select__selected_16qre {
2310
2384
  background: #121212;
2311
2385
  color: #fff;
2312
2386
  }
2313
- .select__highlighted_1au6n {
2387
+ .select__highlighted_16qre {
2314
2388
  background: #202022;
2315
2389
  color: #fff
2316
2390
  }
2317
- .select__disabled_1au6n {
2391
+ .select__disabled_16qre {
2318
2392
  background: #121212;
2319
2393
  color: #8d8d93;
2320
2394
  }
2321
- .select__emptyPlaceholder_f1o8p {
2395
+ .select__emptyPlaceholder_1bm05 {
2322
2396
  color: #8d8d93;
2323
2397
  }
2324
- .select__virtualRow_1ypa5:before {
2398
+ .select__virtualRow_tp5az:before {
2325
2399
  background: #2b2b2e;
2326
2400
  }
2327
- .select__emptyPlaceholder_1ypa5 {
2401
+ .select__emptyPlaceholder_tp5az {
2328
2402
  color: #8d8d93;
2329
2403
  }
2330
2404
 
2331
2405
 
2332
2406
 
2333
- .select__emptyPlaceholder_1yok1 {
2407
+ .select__emptyPlaceholder_1bkbz {
2334
2408
  color: #8d8d93;
2335
2409
  }
2336
- .select__footer_1yok1 {
2410
+ .select__footer_1bkbz {
2337
2411
  background-color: #121212
2338
2412
  }
2339
- .select__highlighted_1yok1 {
2413
+ .select__highlighted_1bkbz {
2340
2414
  border-top: 1px solid #2b2b2e;
2341
2415
  background-color: #121212;
2342
2416
  }
2343
- .select__footer_fiaj6 {
2417
+ .select__footer_zuy2c {
2344
2418
  background: #121212
2345
2419
  }
2346
- .select__withBorder_fiaj6 {
2420
+ .select__withBorder_zuy2c {
2347
2421
  box-shadow: inset 0 1px 0 #262629;
2348
- }.calendar-with-skeleton__skeleton_1luih {
2422
+ }.calendar-with-skeleton__skeleton_1b5jk {
2349
2423
  background-color: #121212;
2350
- }.calendar-input__calendarIcon_p38ww {
2424
+ }.calendar-input__calendarIcon_1gpri {
2351
2425
  color: #fff
2352
- }
2353
-
2354
- .input-autocomplete__placeholder_4h6jm {
2355
- color: #8d8d93;
2356
- }
2357
- .input-autocomplete__focusVisible_4h6jm {
2358
- outline: 2px solid #0072ef;
2359
- }
2360
- .intl-phone-input__flagIcon_11exg {
2361
- box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2362
- }
2363
- .intl-phone-input__dialCode_dfhah {
2364
- color: #8d8d93;
2365
- }
2366
- .intl-phone-input__focusVisible_765r6 {
2367
- outline: 2px solid #0072ef;
2368
- }.select-with-tags__tag_zklg4:active:not(:disabled) {
2426
+ }.select-with-tags__tag_12syt:active:not(:disabled) {
2369
2427
  background-color: #f3f4f5;
2370
2428
  color: #000;
2371
2429
  }
2372
- .select-with-tags__tag_zklg4:hover:not(:disabled):not(:active) {
2430
+ .select-with-tags__tag_12syt:hover:not(:disabled):not(:active) {
2373
2431
  background-color: #f3f4f5;
2374
2432
  color: #000;
2375
2433
  }
2376
- .select-with-tags__input_asaq7 {
2434
+ .select-with-tags__input_jffd9 {
2377
2435
  background-color: transparent;
2378
2436
  color: #fff
2379
2437
  }
2380
- .select-with-tags__input_asaq7:disabled {
2438
+ .select-with-tags__input_jffd9:disabled {
2381
2439
  color: #8d8d93;
2382
2440
  }
2383
- .select-with-tags__input_asaq7::placeholder {
2441
+ .select-with-tags__input_jffd9::placeholder {
2384
2442
  color: #8d8d93;
2385
2443
  }
2386
- .select-with-tags__input_asaq7:focus::placeholder {
2444
+ .select-with-tags__input_jffd9:focus::placeholder {
2387
2445
  color: #464649;
2388
2446
  }
2389
- .select-with-tags__focusVisible_asaq7 {
2447
+ .select-with-tags__focusVisible_jffd9 {
2390
2448
  outline: 2px solid #0072ef;
2391
2449
  }
2392
- .select-with-tags__placeholder_asaq7 {
2450
+ .select-with-tags__placeholder_jffd9 {
2393
2451
  color: #464649;
2394
- }.table__component_xldu4 {
2452
+ }
2453
+
2454
+ .input-autocomplete__placeholder_15k54 {
2455
+ color: #8d8d93;
2456
+ }
2457
+ .input-autocomplete__focusVisible_15k54 {
2458
+ outline: 2px solid #0072ef;
2459
+ }
2460
+ .intl-phone-input__flagIcon_1x9g2 {
2461
+ box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2462
+ }
2463
+ .intl-phone-input__dialCode_1r3so {
2464
+ color: #8d8d93;
2465
+ }
2466
+ .intl-phone-input__focusVisible_15e0b {
2467
+ outline: 2px solid #0072ef;
2468
+ }.table__component_kfa8y {
2395
2469
  border-top: 1px solid #2b2b2e;
2396
2470
  }
2397
- .table__wrapper_1ja25 {
2471
+ .table__wrapper_6u5xb {
2398
2472
  background: #121212;
2399
2473
  box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2400
2474
  0 2px 4px rgba(11, 31, 53, 0.16);
2401
2475
  }
2402
2476
 
2403
- .table__component_1jfv2 {
2477
+ .table__component_z2ocv {
2404
2478
  color: #fff;
2405
2479
  border-top: 1px solid #2b2b2e
2406
2480
  }
2407
2481
 
2408
- .table__component_17sqi th:not(:last-child):not(:empty):after {
2482
+ .table__component_1656k th:not(:last-child):not(:empty):after {
2409
2483
  background-color: #2a2a2c;
2410
2484
  }
2411
- .table__component_ji05n {
2485
+ .table__component_jazqf {
2412
2486
  color: #fff;
2413
2487
  border-bottom: 1px solid #2b2b2e;
2414
2488
  background: #121212
2415
2489
  }
2416
- .table__sorted_ji05n {
2490
+ .table__sorted_jazqf {
2417
2491
  color: #fff;
2418
2492
  }
2419
- .table__component_3y2ur {
2493
+ .table__component_158w7 {
2420
2494
  background: #121212
2421
2495
  }
2422
- .table__withoutBorder_3y2ur {
2496
+ .table__withoutBorder_158w7 {
2423
2497
  }
2424
- .table__clickable_3y2ur:hover {
2498
+ .table__clickable_158w7:hover {
2425
2499
  background-color: #202022;
2426
2500
  }
2427
- .table__selected_3y2ur {
2501
+ .table__selected_158w7 {
2428
2502
  background-color: #f2f8ff
2429
2503
  }
2430
- .table__selected_3y2ur:hover {
2504
+ .table__selected_158w7:hover {
2431
2505
  background-color: #e8f2fe;
2432
2506
  }
2433
- .table__icon_7t6s4 {
2507
+ .table__icon_17rim {
2434
2508
  color: #8d8d93
2435
2509
  }
2436
- .table__icon_7t6s4:hover {
2510
+ .table__icon_17rim:hover {
2437
2511
  color: #fff;
2438
2512
  }
2439
- .table__sorted_7t6s4 {
2513
+ .table__sorted_17rim {
2440
2514
  color: #0072ef
2441
2515
  }
2442
- .table__sorted_7t6s4:hover {
2516
+ .table__sorted_17rim:hover {
2443
2517
  color: #0072ef;
2444
2518
  }
2445
- .table__open_1ckb1,
2446
- .table__open_1ckb1:hover {
2519
+ .table__open_ze7g3,
2520
+ .table__open_ze7g3:hover {
2447
2521
  background-color: rgba(255, 255, 255, 0.163);
2448
- }.calendar-range__divider_1vsbg:after {
2522
+ }.calendar-range__divider_15y2y:after {
2449
2523
  background-color: #fff;
2450
2524
  }