@alfalab/core-components 21.3.0-beta.2 → 21.3.3

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 (1299) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/esm/Component.js +1 -1
  3. package/alert/esm/index.css +4 -4
  4. package/alert/index.css +4 -4
  5. package/alert/modern/Component.js +1 -1
  6. package/alert/modern/index.css +4 -4
  7. package/amount/component.js +1 -1
  8. package/amount/esm/component.js +1 -1
  9. package/amount/esm/index.css +2 -2
  10. package/amount/esm/pure/component.js +1 -1
  11. package/amount/esm/pure/index.css +1 -1
  12. package/amount/index.css +2 -2
  13. package/amount/modern/component.js +1 -1
  14. package/amount/modern/index.css +2 -2
  15. package/amount/modern/pure/component.js +1 -1
  16. package/amount/modern/pure/index.css +1 -1
  17. package/amount/pure/component.js +1 -1
  18. package/amount/pure/index.css +1 -1
  19. package/amount-input/Component.js +3 -3
  20. package/amount-input/default.css +2 -2
  21. package/amount-input/esm/Component.js +3 -3
  22. package/amount-input/esm/default.css +2 -2
  23. package/amount-input/esm/index.css +7 -7
  24. package/amount-input/esm/inverted.css +2 -2
  25. package/amount-input/index.css +7 -7
  26. package/amount-input/inverted.css +2 -2
  27. package/amount-input/modern/Component.js +3 -3
  28. package/amount-input/modern/default.css +2 -2
  29. package/amount-input/modern/index.css +7 -7
  30. package/amount-input/modern/inverted.css +2 -2
  31. package/attach/Component.js +1 -1
  32. package/attach/esm/Component.js +1 -1
  33. package/attach/esm/index.css +23 -23
  34. package/attach/index.css +23 -23
  35. package/attach/modern/Component.js +1 -1
  36. package/attach/modern/index.css +23 -23
  37. package/backdrop/Component.js +1 -1
  38. package/backdrop/esm/Component.js +1 -1
  39. package/backdrop/esm/index.css +11 -11
  40. package/backdrop/index.css +11 -11
  41. package/backdrop/modern/Component.js +1 -1
  42. package/backdrop/modern/index.css +11 -11
  43. package/badge/Component.js +1 -1
  44. package/badge/esm/Component.js +1 -1
  45. package/badge/esm/index.css +16 -16
  46. package/badge/index.css +16 -16
  47. package/badge/modern/Component.js +1 -1
  48. package/badge/modern/index.css +16 -16
  49. package/bank-card/Component.js +1 -1
  50. package/bank-card/esm/Component.js +1 -1
  51. package/bank-card/esm/index.css +20 -20
  52. package/bank-card/index.css +20 -20
  53. package/bank-card/modern/Component.js +1 -1
  54. package/bank-card/modern/index.css +20 -20
  55. package/base-modal/Component.js +1 -1
  56. package/base-modal/esm/Component.js +1 -1
  57. package/base-modal/esm/index.css +12 -12
  58. package/base-modal/index.css +12 -12
  59. package/base-modal/modern/Component.js +1 -1
  60. package/base-modal/modern/index.css +12 -12
  61. package/bottom-sheet/{Component-e7984e7e.d.ts → Component-59d9a81d.d.ts} +0 -0
  62. package/bottom-sheet/{Component-e7984e7e.js → Component-59d9a81d.js} +0 -0
  63. package/bottom-sheet/component.js +2 -2
  64. package/bottom-sheet/components/footer/Component.js +1 -1
  65. package/bottom-sheet/components/footer/index.css +2 -2
  66. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  67. package/bottom-sheet/esm/{Component-cd324aa8.d.ts → Component-bbc74974.d.ts} +0 -0
  68. package/bottom-sheet/esm/{Component-cd324aa8.js → Component-bbc74974.js} +0 -0
  69. package/bottom-sheet/esm/component.js +2 -2
  70. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  71. package/bottom-sheet/esm/components/footer/index.css +2 -2
  72. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  73. package/bottom-sheet/esm/index.css +14 -14
  74. package/bottom-sheet/esm/index.js +1 -1
  75. package/bottom-sheet/index.css +14 -14
  76. package/bottom-sheet/index.js +1 -1
  77. package/bottom-sheet/modern/component.js +1 -1
  78. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  79. package/bottom-sheet/modern/components/footer/index.css +2 -2
  80. package/bottom-sheet/modern/index.css +14 -14
  81. package/button/Component.d.ts +2 -2
  82. package/button/Component.js +4 -23
  83. package/button/cssm/Component.d.ts +2 -2
  84. package/button/cssm/Component.js +1 -20
  85. package/button/cssm/default.module.css +0 -30
  86. package/button/cssm/index.module.css +12 -80
  87. package/button/cssm/inverted.module.css +0 -30
  88. package/button/default.css +35 -65
  89. package/button/esm/Component.d.ts +2 -2
  90. package/button/esm/Component.js +4 -23
  91. package/button/esm/default.css +35 -65
  92. package/button/esm/index.css +40 -108
  93. package/button/esm/inverted.css +35 -65
  94. package/button/index.css +40 -108
  95. package/button/inverted.css +35 -65
  96. package/button/modern/Component.d.ts +2 -2
  97. package/button/modern/Component.js +4 -23
  98. package/button/modern/default.css +35 -65
  99. package/button/modern/index.css +40 -108
  100. package/button/modern/inverted.css +35 -65
  101. package/calendar/Component.js +2 -2
  102. package/calendar/components/days-table/Component.js +2 -2
  103. package/calendar/components/days-table/index.css +37 -37
  104. package/calendar/components/days-table/index.js +1 -1
  105. package/calendar/components/header/Component.js +2 -2
  106. package/calendar/components/header/index.css +12 -12
  107. package/calendar/components/header/index.js +1 -1
  108. package/calendar/components/months-table/Component.js +2 -2
  109. package/calendar/components/months-table/index.css +3 -3
  110. package/calendar/components/months-table/index.js +1 -1
  111. package/calendar/components/select-button/Component.d.ts +1 -1
  112. package/calendar/components/select-button/Component.js +2 -2
  113. package/calendar/components/select-button/index.css +9 -9
  114. package/calendar/components/select-button/index.js +1 -1
  115. package/calendar/components/years-table/Component.js +2 -2
  116. package/calendar/components/years-table/index.css +4 -4
  117. package/calendar/components/years-table/index.js +1 -1
  118. package/calendar/esm/Component.js +2 -2
  119. package/calendar/esm/components/days-table/Component.js +2 -2
  120. package/calendar/esm/components/days-table/index.css +37 -37
  121. package/calendar/esm/components/days-table/index.js +1 -1
  122. package/calendar/esm/components/header/Component.js +2 -2
  123. package/calendar/esm/components/header/index.css +12 -12
  124. package/calendar/esm/components/header/index.js +1 -1
  125. package/calendar/esm/components/months-table/Component.js +2 -2
  126. package/calendar/esm/components/months-table/index.css +3 -3
  127. package/calendar/esm/components/months-table/index.js +1 -1
  128. package/calendar/esm/components/select-button/Component.js +2 -2
  129. package/calendar/esm/components/select-button/index.css +9 -9
  130. package/calendar/esm/components/select-button/index.js +1 -1
  131. package/calendar/esm/components/years-table/Component.js +2 -2
  132. package/calendar/esm/components/years-table/index.css +4 -4
  133. package/calendar/esm/components/years-table/index.js +1 -1
  134. package/calendar/esm/index.css +3 -3
  135. package/calendar/esm/index.js +1 -1
  136. package/calendar/esm/{tslib.es6-5887b117.d.ts → tslib.es6-1ab8fd62.d.ts} +0 -0
  137. package/calendar/esm/{tslib.es6-5887b117.js → tslib.es6-1ab8fd62.js} +0 -0
  138. package/calendar/index.css +3 -3
  139. package/calendar/index.js +1 -1
  140. package/calendar/modern/Component.js +1 -1
  141. package/calendar/modern/components/days-table/Component.js +1 -1
  142. package/calendar/modern/components/days-table/index.css +37 -37
  143. package/calendar/modern/components/header/Component.js +1 -1
  144. package/calendar/modern/components/header/index.css +12 -12
  145. package/calendar/modern/components/months-table/Component.js +1 -1
  146. package/calendar/modern/components/months-table/index.css +3 -3
  147. package/calendar/modern/components/select-button/Component.js +1 -1
  148. package/calendar/modern/components/select-button/index.css +9 -9
  149. package/calendar/modern/components/years-table/Component.js +1 -1
  150. package/calendar/modern/components/years-table/index.css +4 -4
  151. package/calendar/modern/index.css +3 -3
  152. package/calendar/{tslib.es6-af5da8dc.d.ts → tslib.es6-84d2186b.d.ts} +0 -0
  153. package/calendar/{tslib.es6-af5da8dc.js → tslib.es6-84d2186b.js} +0 -0
  154. package/calendar-input/Component.js +1 -1
  155. package/calendar-input/esm/Component.js +1 -1
  156. package/calendar-input/esm/index.css +9 -9
  157. package/calendar-input/index.css +9 -9
  158. package/calendar-input/modern/Component.js +1 -1
  159. package/calendar-input/modern/index.css +9 -9
  160. package/calendar-range/Component.js +1 -1
  161. package/calendar-range/cssm/useCalendarMonthes.js +12 -4
  162. package/calendar-range/esm/Component.js +1 -1
  163. package/calendar-range/esm/index.css +5 -5
  164. package/calendar-range/esm/useCalendarMonthes.js +12 -4
  165. package/calendar-range/index.css +5 -5
  166. package/calendar-range/modern/Component.js +1 -1
  167. package/calendar-range/modern/index.css +5 -5
  168. package/calendar-range/modern/useCalendarMonthes.js +12 -4
  169. package/calendar-range/useCalendarMonthes.js +12 -4
  170. package/calendar-with-skeleton/Component.js +1 -1
  171. package/calendar-with-skeleton/esm/Component.js +1 -1
  172. package/calendar-with-skeleton/esm/index.css +12 -12
  173. package/calendar-with-skeleton/index.css +12 -12
  174. package/calendar-with-skeleton/modern/Component.js +1 -1
  175. package/calendar-with-skeleton/modern/index.css +12 -12
  176. package/card-image/Component.js +1 -1
  177. package/card-image/esm/Component.js +1 -1
  178. package/card-image/esm/index.css +6 -6
  179. package/card-image/index.css +6 -6
  180. package/card-image/modern/Component.js +1 -1
  181. package/card-image/modern/index.css +6 -6
  182. package/cdn-icon/Component.js +1 -1
  183. package/cdn-icon/esm/Component.js +1 -1
  184. package/cdn-icon/esm/index.css +2 -2
  185. package/cdn-icon/index.css +2 -2
  186. package/cdn-icon/modern/Component.js +1 -1
  187. package/cdn-icon/modern/index.css +2 -2
  188. package/chart/Component.js +2 -2
  189. package/chart/components/Dot/index.css +7 -7
  190. package/chart/components/Dot/index.js +1 -1
  191. package/chart/components/Legends/index.css +7 -7
  192. package/chart/components/Legends/index.js +1 -1
  193. package/chart/components/Tick/index.css +3 -3
  194. package/chart/components/Tick/index.js +1 -1
  195. package/chart/components/TooltipContent/index.css +6 -6
  196. package/chart/components/TooltipContent/index.js +1 -1
  197. package/chart/esm/Component.js +2 -2
  198. package/chart/esm/components/Dot/index.css +7 -7
  199. package/chart/esm/components/Dot/index.js +1 -1
  200. package/chart/esm/components/Legends/index.css +7 -7
  201. package/chart/esm/components/Legends/index.js +1 -1
  202. package/chart/esm/components/Tick/index.css +3 -3
  203. package/chart/esm/components/Tick/index.js +1 -1
  204. package/chart/esm/components/TooltipContent/index.css +6 -6
  205. package/chart/esm/components/TooltipContent/index.js +1 -1
  206. package/chart/esm/hooks/useSettings/index.js +1 -1
  207. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  208. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  209. package/chart/esm/index.css +2 -2
  210. package/chart/esm/index.js +1 -1
  211. package/chart/esm/{tslib.es6-99060dd9.d.ts → tslib.es6-13246409.d.ts} +0 -0
  212. package/chart/esm/{tslib.es6-99060dd9.js → tslib.es6-13246409.js} +0 -0
  213. package/chart/hooks/useSettings/index.js +1 -1
  214. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  215. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  216. package/chart/index.css +2 -2
  217. package/chart/index.js +1 -1
  218. package/chart/modern/Component.js +1 -1
  219. package/chart/modern/components/Dot/index.css +7 -7
  220. package/chart/modern/components/Dot/index.js +1 -1
  221. package/chart/modern/components/Legends/index.css +7 -7
  222. package/chart/modern/components/Legends/index.js +1 -1
  223. package/chart/modern/components/Tick/index.css +3 -3
  224. package/chart/modern/components/Tick/index.js +1 -1
  225. package/chart/modern/components/TooltipContent/index.css +6 -6
  226. package/chart/modern/components/TooltipContent/index.js +1 -1
  227. package/chart/modern/index.css +2 -2
  228. package/chart/{tslib.es6-e5e688a6.d.ts → tslib.es6-833564d0.d.ts} +0 -0
  229. package/chart/{tslib.es6-e5e688a6.js → tslib.es6-833564d0.js} +0 -0
  230. package/checkbox/Component.js +1 -1
  231. package/checkbox/esm/Component.js +1 -1
  232. package/checkbox/esm/index.css +36 -36
  233. package/checkbox/index.css +36 -36
  234. package/checkbox/modern/Component.js +1 -1
  235. package/checkbox/modern/index.css +36 -36
  236. package/checkbox-group/Component.js +1 -1
  237. package/checkbox-group/esm/Component.js +1 -1
  238. package/checkbox-group/esm/index.css +16 -16
  239. package/checkbox-group/index.css +16 -16
  240. package/checkbox-group/modern/Component.js +1 -1
  241. package/checkbox-group/modern/index.css +16 -16
  242. package/circular-progress-bar/Component.js +1 -1
  243. package/circular-progress-bar/esm/Component.js +1 -1
  244. package/circular-progress-bar/esm/index.css +17 -17
  245. package/circular-progress-bar/index.css +17 -17
  246. package/circular-progress-bar/modern/Component.js +1 -1
  247. package/circular-progress-bar/modern/index.css +17 -17
  248. package/collapse/Component.js +1 -1
  249. package/collapse/esm/Component.js +1 -1
  250. package/collapse/esm/index.css +8 -8
  251. package/collapse/index.css +8 -8
  252. package/collapse/modern/Component.js +1 -1
  253. package/collapse/modern/index.css +8 -8
  254. package/confirmation/component.js +1 -1
  255. package/confirmation/components/code-input/component.js +1 -1
  256. package/confirmation/components/code-input/index.css +10 -10
  257. package/confirmation/components/countdown/component.js +1 -1
  258. package/confirmation/components/countdown/index.css +13 -13
  259. package/confirmation/components/countdown-loader/component.js +1 -1
  260. package/confirmation/components/countdown-loader/index.css +2 -2
  261. package/confirmation/components/overlimit/component.js +1 -1
  262. package/confirmation/components/overlimit/index.css +9 -9
  263. package/confirmation/components/sign-confirmation/component.js +1 -1
  264. package/confirmation/components/sign-confirmation/index.css +13 -13
  265. package/confirmation/esm/component.js +1 -1
  266. package/confirmation/esm/components/code-input/component.js +1 -1
  267. package/confirmation/esm/components/code-input/index.css +10 -10
  268. package/confirmation/esm/components/countdown/component.js +1 -1
  269. package/confirmation/esm/components/countdown/index.css +13 -13
  270. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  271. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  272. package/confirmation/esm/components/overlimit/component.js +1 -1
  273. package/confirmation/esm/components/overlimit/index.css +9 -9
  274. package/confirmation/esm/components/sign-confirmation/component.js +1 -1
  275. package/confirmation/esm/components/sign-confirmation/index.css +13 -13
  276. package/confirmation/esm/index.css +14 -14
  277. package/confirmation/index.css +14 -14
  278. package/confirmation/modern/component.js +1 -1
  279. package/confirmation/modern/components/code-input/component.js +1 -1
  280. package/confirmation/modern/components/code-input/index.css +10 -10
  281. package/confirmation/modern/components/countdown/component.js +1 -1
  282. package/confirmation/modern/components/countdown/index.css +13 -13
  283. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  284. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  285. package/confirmation/modern/components/overlimit/component.js +1 -1
  286. package/confirmation/modern/components/overlimit/index.css +9 -9
  287. package/confirmation/modern/components/sign-confirmation/component.js +1 -1
  288. package/confirmation/modern/components/sign-confirmation/index.css +13 -13
  289. package/confirmation/modern/index.css +14 -14
  290. package/date-input/Component.js +1 -1
  291. package/date-input/esm/Component.js +1 -1
  292. package/date-input/esm/index.css +4 -4
  293. package/date-input/index.css +4 -4
  294. package/date-input/modern/Component.js +1 -1
  295. package/date-input/modern/index.css +4 -4
  296. package/divider/Component.js +1 -1
  297. package/divider/esm/Component.js +1 -1
  298. package/divider/esm/index.css +1 -1
  299. package/divider/index.css +1 -1
  300. package/divider/modern/Component.js +1 -1
  301. package/divider/modern/index.css +1 -1
  302. package/drawer/Component.js +1 -1
  303. package/drawer/esm/Component.js +1 -1
  304. package/drawer/esm/index.css +16 -16
  305. package/drawer/index.css +16 -16
  306. package/drawer/modern/Component.js +1 -1
  307. package/drawer/modern/index.css +16 -16
  308. package/dropzone/Component.js +1 -1
  309. package/dropzone/components/overlay/Component.js +1 -1
  310. package/dropzone/components/overlay/index.css +4 -4
  311. package/dropzone/esm/Component.js +1 -1
  312. package/dropzone/esm/components/overlay/Component.js +1 -1
  313. package/dropzone/esm/components/overlay/index.css +4 -4
  314. package/dropzone/esm/index.css +7 -7
  315. package/dropzone/index.css +7 -7
  316. package/dropzone/modern/Component.js +1 -1
  317. package/dropzone/modern/components/overlay/Component.js +1 -1
  318. package/dropzone/modern/components/overlay/index.css +4 -4
  319. package/dropzone/modern/index.css +7 -7
  320. package/file-upload-item/Component.js +1 -1
  321. package/file-upload-item/esm/Component.js +1 -1
  322. package/file-upload-item/esm/index.css +16 -16
  323. package/file-upload-item/index.css +16 -16
  324. package/file-upload-item/modern/Component.js +1 -1
  325. package/file-upload-item/modern/index.css +16 -16
  326. package/form-control/Component.js +3 -3
  327. package/form-control/default.css +14 -14
  328. package/form-control/esm/Component.js +3 -3
  329. package/form-control/esm/default.css +14 -14
  330. package/form-control/esm/index.css +41 -41
  331. package/form-control/esm/inverted.css +14 -14
  332. package/form-control/index.css +41 -41
  333. package/form-control/inverted.css +14 -14
  334. package/form-control/modern/Component.js +3 -3
  335. package/form-control/modern/default.css +14 -14
  336. package/form-control/modern/index.css +41 -41
  337. package/form-control/modern/inverted.css +14 -14
  338. package/gallery/Component.js +3 -3
  339. package/gallery/components/header/Component.js +2 -2
  340. package/gallery/components/header/buttons.js +1 -1
  341. package/gallery/components/header/index.css +3 -3
  342. package/gallery/components/header/index.js +1 -1
  343. package/gallery/components/header-info-block/Component.js +1 -1
  344. package/gallery/components/header-info-block/index.css +5 -5
  345. package/gallery/components/image-preview/Component.js +1 -1
  346. package/gallery/components/image-preview/index.css +12 -12
  347. package/gallery/components/image-viewer/component.js +2 -2
  348. package/gallery/components/image-viewer/index.css +19 -19
  349. package/gallery/components/image-viewer/index.js +2 -2
  350. package/gallery/components/image-viewer/slide.js +1 -1
  351. package/gallery/components/index.js +2 -2
  352. package/gallery/components/navigation-bar/Component.js +1 -1
  353. package/gallery/components/navigation-bar/index.css +6 -6
  354. package/gallery/esm/Component.js +3 -3
  355. package/gallery/esm/components/header/Component.js +2 -2
  356. package/gallery/esm/components/header/buttons.js +1 -1
  357. package/gallery/esm/components/header/index.css +3 -3
  358. package/gallery/esm/components/header/index.js +1 -1
  359. package/gallery/esm/components/header-info-block/Component.js +1 -1
  360. package/gallery/esm/components/header-info-block/index.css +5 -5
  361. package/gallery/esm/components/image-preview/Component.js +1 -1
  362. package/gallery/esm/components/image-preview/index.css +12 -12
  363. package/gallery/esm/components/image-viewer/component.js +2 -2
  364. package/gallery/esm/components/image-viewer/index.css +19 -19
  365. package/gallery/esm/components/image-viewer/index.js +2 -2
  366. package/gallery/esm/components/image-viewer/slide.js +1 -1
  367. package/gallery/esm/components/index.js +2 -2
  368. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  369. package/gallery/esm/components/navigation-bar/index.css +6 -6
  370. package/gallery/esm/index.css +3 -3
  371. package/gallery/esm/index.js +2 -2
  372. package/gallery/esm/{slide-f59ab33c.d.ts → slide-2ffbd9af.d.ts} +0 -0
  373. package/gallery/esm/{slide-f59ab33c.js → slide-2ffbd9af.js} +1 -1
  374. package/gallery/esm/{tslib.es6-5fecc47f.d.ts → tslib.es6-e407284c.d.ts} +0 -0
  375. package/gallery/esm/{tslib.es6-5fecc47f.js → tslib.es6-e407284c.js} +0 -0
  376. package/gallery/index.css +3 -3
  377. package/gallery/index.js +2 -2
  378. package/gallery/modern/Component.js +2 -2
  379. package/gallery/modern/components/header/Component.js +1 -1
  380. package/gallery/modern/components/header/index.css +3 -3
  381. package/gallery/modern/components/header-info-block/Component.js +1 -1
  382. package/gallery/modern/components/header-info-block/index.css +5 -5
  383. package/gallery/modern/components/image-preview/Component.js +1 -1
  384. package/gallery/modern/components/image-preview/index.css +12 -12
  385. package/gallery/modern/components/image-viewer/component.js +1 -1
  386. package/gallery/modern/components/image-viewer/index.css +19 -19
  387. package/gallery/modern/components/image-viewer/index.js +1 -1
  388. package/gallery/modern/components/image-viewer/slide.js +1 -1
  389. package/gallery/modern/components/index.js +1 -1
  390. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  391. package/gallery/modern/components/navigation-bar/index.css +6 -6
  392. package/gallery/modern/index.css +3 -3
  393. package/gallery/modern/index.js +1 -1
  394. package/gallery/modern/{slide-c070d36f.d.ts → slide-6aa401e1.d.ts} +0 -0
  395. package/gallery/modern/{slide-c070d36f.js → slide-6aa401e1.js} +1 -1
  396. package/gallery/{slide-01c3f54f.d.ts → slide-4e651db4.d.ts} +0 -0
  397. package/gallery/{slide-01c3f54f.js → slide-4e651db4.js} +1 -1
  398. package/gallery/{tslib.es6-62451de5.d.ts → tslib.es6-b01006b3.d.ts} +0 -0
  399. package/gallery/{tslib.es6-62451de5.js → tslib.es6-b01006b3.js} +0 -0
  400. package/grid/Component.js +1 -1
  401. package/grid/col/Component.js +2 -2
  402. package/grid/col/index.css +511 -511
  403. package/grid/col/index.js +1 -1
  404. package/grid/esm/Component.js +1 -1
  405. package/grid/esm/col/Component.js +2 -2
  406. package/grid/esm/col/index.css +511 -511
  407. package/grid/esm/col/index.js +1 -1
  408. package/grid/esm/gutters.css +78 -78
  409. package/grid/esm/{gutters.module-b71f0e3c.d.ts → gutters.module-aed97605.d.ts} +0 -0
  410. package/grid/esm/gutters.module-aed97605.js +27 -0
  411. package/grid/esm/index.js +1 -1
  412. package/grid/esm/row/Component.js +2 -2
  413. package/grid/esm/row/index.css +9 -9
  414. package/grid/esm/row/index.js +1 -1
  415. package/grid/gutters.css +78 -78
  416. package/grid/{gutters.module-f8139574.d.ts → gutters.module-e06a20ee.d.ts} +0 -0
  417. package/grid/gutters.module-e06a20ee.js +28 -0
  418. package/grid/index.js +1 -1
  419. package/grid/modern/Component.js +1 -1
  420. package/grid/modern/col/Component.js +2 -2
  421. package/grid/modern/col/index.css +511 -511
  422. package/grid/modern/col/index.js +1 -1
  423. package/grid/modern/gutters.css +78 -78
  424. package/grid/modern/gutters.module-e07cd768.js +4 -0
  425. package/grid/modern/index.js +1 -1
  426. package/grid/modern/row/Component.js +2 -2
  427. package/grid/modern/row/index.css +9 -9
  428. package/grid/modern/row/index.js +1 -1
  429. package/grid/row/Component.js +2 -2
  430. package/grid/row/index.css +9 -9
  431. package/grid/row/index.js +1 -1
  432. package/icon-button/Component.d.ts +1 -1
  433. package/icon-button/Component.js +3 -3
  434. package/icon-button/cssm/Component.d.ts +1 -1
  435. package/icon-button/default.css +12 -12
  436. package/icon-button/esm/Component.d.ts +1 -1
  437. package/icon-button/esm/Component.js +3 -3
  438. package/icon-button/esm/default.css +12 -12
  439. package/icon-button/esm/index.css +5 -5
  440. package/icon-button/esm/inverted.css +12 -12
  441. package/icon-button/index.css +5 -5
  442. package/icon-button/inverted.css +12 -12
  443. package/icon-button/modern/Component.d.ts +1 -1
  444. package/icon-button/modern/Component.js +3 -3
  445. package/icon-button/modern/default.css +12 -12
  446. package/icon-button/modern/index.css +5 -5
  447. package/icon-button/modern/inverted.css +12 -12
  448. package/input/Component.js +3 -3
  449. package/input/default.css +13 -13
  450. package/input/esm/Component.js +3 -3
  451. package/input/esm/default.css +13 -13
  452. package/input/esm/index.css +31 -31
  453. package/input/esm/inverted.css +13 -13
  454. package/input/index.css +31 -31
  455. package/input/inverted.css +13 -13
  456. package/input/modern/Component.js +3 -3
  457. package/input/modern/default.css +13 -13
  458. package/input/modern/index.css +31 -31
  459. package/input/modern/inverted.css +13 -13
  460. package/input-autocomplete/{Component-a76d0cfe.d.ts → Component-e996c4c9.d.ts} +0 -0
  461. package/input-autocomplete/{Component-a76d0cfe.js → Component-e996c4c9.js} +1 -1
  462. package/input-autocomplete/Component.js +1 -1
  463. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  464. package/input-autocomplete/autocomplete-field/index.css +2 -2
  465. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  466. package/input-autocomplete/autocomplete-field/index.js +1 -1
  467. package/input-autocomplete/esm/{Component-f6b61fcc.d.ts → Component-ce073caa.d.ts} +0 -0
  468. package/input-autocomplete/esm/{Component-f6b61fcc.js → Component-ce073caa.js} +1 -1
  469. package/input-autocomplete/esm/Component.js +1 -1
  470. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  471. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  472. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  473. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  474. package/input-autocomplete/esm/index.js +1 -1
  475. package/input-autocomplete/index.js +1 -1
  476. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  477. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  478. package/intl-phone-input/{component-98882e78.d.ts → component-7165ac6b.d.ts} +0 -0
  479. package/intl-phone-input/{component-98882e78.js → component-7165ac6b.js} +1 -1
  480. package/intl-phone-input/component.d.ts +1 -1
  481. package/intl-phone-input/component.js +3 -3
  482. package/intl-phone-input/components/flag-icon/component.js +1 -1
  483. package/intl-phone-input/components/flag-icon/index.css +784 -784
  484. package/intl-phone-input/components/index.js +1 -1
  485. package/intl-phone-input/components/select/component.js +2 -2
  486. package/intl-phone-input/components/select/index.css +6 -6
  487. package/intl-phone-input/components/select/index.js +1 -1
  488. package/intl-phone-input/components/select-field/component.js +1 -1
  489. package/intl-phone-input/components/select-field/index.css +8 -8
  490. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  491. package/intl-phone-input/components/select-field/index.js +1 -1
  492. package/intl-phone-input/esm/{component-66ba25e4.d.ts → component-cfee5913.d.ts} +0 -0
  493. package/intl-phone-input/esm/{component-66ba25e4.js → component-cfee5913.js} +1 -1
  494. package/intl-phone-input/esm/component.js +3 -3
  495. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  496. package/intl-phone-input/esm/components/flag-icon/index.css +784 -784
  497. package/intl-phone-input/esm/components/index.js +1 -1
  498. package/intl-phone-input/esm/components/select/component.js +2 -2
  499. package/intl-phone-input/esm/components/select/index.css +6 -6
  500. package/intl-phone-input/esm/components/select/index.js +1 -1
  501. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  502. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  503. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  504. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  505. package/intl-phone-input/esm/index.css +3 -3
  506. package/intl-phone-input/esm/index.js +1 -1
  507. package/{button/cssm/utils.d.ts → intl-phone-input/esm/libphonenumber-js.min-a3213363.d.ts} +0 -0
  508. package/intl-phone-input/esm/{libphonenumber-js.min-40e2a1a0.js → libphonenumber-js.min-a3213363.js} +0 -0
  509. package/intl-phone-input/index.css +3 -3
  510. package/intl-phone-input/index.js +1 -1
  511. package/{button/esm/utils.d.ts → intl-phone-input/libphonenumber-js.min-198d677b.d.ts} +0 -0
  512. package/intl-phone-input/{libphonenumber-js.min-f29b64fa.js → libphonenumber-js.min-198d677b.js} +0 -0
  513. package/intl-phone-input/modern/component.js +2 -2
  514. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  515. package/intl-phone-input/modern/components/flag-icon/index.css +784 -784
  516. package/intl-phone-input/modern/components/select/component.js +1 -1
  517. package/intl-phone-input/modern/components/select/index.css +6 -6
  518. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  519. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  520. package/intl-phone-input/modern/index.css +3 -3
  521. package/{button/modern/utils.d.ts → intl-phone-input/modern/libphonenumber-js.min-a3213363.d.ts} +0 -0
  522. package/intl-phone-input/modern/{libphonenumber-js.min-40e2a1a0.js → libphonenumber-js.min-a3213363.js} +0 -0
  523. package/link/Component.js +3 -3
  524. package/link/default.css +9 -9
  525. package/link/esm/Component.js +3 -3
  526. package/link/esm/default.css +9 -9
  527. package/link/esm/index.css +11 -11
  528. package/link/esm/inverted.css +9 -9
  529. package/link/index.css +11 -11
  530. package/link/inverted.css +9 -9
  531. package/link/modern/Component.js +3 -3
  532. package/link/modern/default.css +9 -9
  533. package/link/modern/index.css +11 -11
  534. package/link/modern/inverted.css +9 -9
  535. package/list/Component.js +1 -1
  536. package/list/esm/Component.js +1 -1
  537. package/list/esm/index.css +9 -9
  538. package/list/index.css +9 -9
  539. package/list/modern/Component.js +1 -1
  540. package/list/modern/index.css +9 -9
  541. package/list-header/Component.js +1 -1
  542. package/list-header/esm/Component.js +1 -1
  543. package/list-header/esm/index.css +3 -3
  544. package/list-header/index.css +3 -3
  545. package/list-header/modern/Component.js +1 -1
  546. package/list-header/modern/index.css +3 -3
  547. package/loader/Component.js +1 -1
  548. package/loader/esm/Component.js +1 -1
  549. package/loader/esm/index.css +7 -7
  550. package/loader/index.css +7 -7
  551. package/loader/modern/Component.js +1 -1
  552. package/loader/modern/index.css +7 -7
  553. package/masked-input/Component.js +1 -1
  554. package/masked-input/esm/Component.js +1 -1
  555. package/masked-input/esm/index.css +2 -2
  556. package/masked-input/index.css +2 -2
  557. package/masked-input/modern/Component.js +1 -1
  558. package/masked-input/modern/index.css +2 -2
  559. package/modal/Component.desktop.js +3 -3
  560. package/modal/Component.mobile.js +3 -3
  561. package/modal/Component.responsive.js +2 -2
  562. package/modal/components/closer/Component.js +2 -2
  563. package/modal/components/closer/index.css +7 -7
  564. package/modal/components/content/Component.desktop.js +2 -2
  565. package/modal/components/content/Component.mobile.js +2 -2
  566. package/modal/components/content/desktop.css +11 -11
  567. package/modal/components/content/mobile.css +6 -6
  568. package/modal/components/footer/Component.desktop.js +2 -2
  569. package/modal/components/footer/Component.js +1 -1
  570. package/modal/components/footer/Component.mobile.js +2 -2
  571. package/modal/components/footer/desktop.css +11 -11
  572. package/modal/components/footer/layout.css +24 -24
  573. package/modal/components/footer/mobile.css +6 -6
  574. package/modal/components/header/Component.desktop.js +2 -2
  575. package/modal/components/header/Component.js +1 -1
  576. package/modal/components/header/Component.mobile.js +2 -2
  577. package/modal/components/header/desktop.css +15 -15
  578. package/modal/components/header/mobile.css +10 -10
  579. package/modal/desktop.css +7 -7
  580. package/modal/desktop.js +2 -2
  581. package/modal/esm/Component.desktop.js +3 -3
  582. package/modal/esm/Component.mobile.js +3 -3
  583. package/modal/esm/Component.responsive.js +2 -2
  584. package/modal/esm/components/closer/Component.js +2 -2
  585. package/modal/esm/components/closer/index.css +7 -7
  586. package/modal/esm/components/content/Component.desktop.js +2 -2
  587. package/modal/esm/components/content/Component.mobile.js +2 -2
  588. package/modal/esm/components/content/desktop.css +11 -11
  589. package/modal/esm/components/content/mobile.css +6 -6
  590. package/modal/esm/components/footer/Component.desktop.js +2 -2
  591. package/modal/esm/components/footer/Component.js +1 -1
  592. package/modal/esm/components/footer/Component.mobile.js +2 -2
  593. package/modal/esm/components/footer/desktop.css +11 -11
  594. package/modal/esm/components/footer/layout.css +24 -24
  595. package/modal/esm/components/footer/mobile.css +6 -6
  596. package/modal/esm/components/header/Component.desktop.js +2 -2
  597. package/modal/esm/components/header/Component.js +1 -1
  598. package/modal/esm/components/header/Component.mobile.js +2 -2
  599. package/modal/esm/components/header/desktop.css +15 -15
  600. package/modal/esm/components/header/mobile.css +10 -10
  601. package/modal/esm/desktop.css +7 -7
  602. package/modal/esm/desktop.js +2 -2
  603. package/modal/esm/index.js +2 -2
  604. package/modal/esm/mobile.css +1 -1
  605. package/modal/esm/mobile.js +2 -2
  606. package/modal/esm/responsive.js +2 -2
  607. package/modal/esm/transitions.css +7 -7
  608. package/modal/esm/transitions.module-4a6a919d.js +4 -0
  609. package/modal/esm/{tslib.es6-6517bb2f.d.ts → tslib.es6-c22df448.d.ts} +0 -0
  610. package/modal/esm/{tslib.es6-6517bb2f.js → tslib.es6-c22df448.js} +0 -0
  611. package/modal/index.js +2 -2
  612. package/modal/mobile.css +1 -1
  613. package/modal/mobile.js +2 -2
  614. package/modal/modern/Component.desktop.js +2 -2
  615. package/modal/modern/Component.mobile.js +2 -2
  616. package/modal/modern/Component.responsive.js +1 -1
  617. package/modal/modern/components/closer/Component.js +1 -1
  618. package/modal/modern/components/closer/index.css +7 -7
  619. package/modal/modern/components/content/Component.desktop.js +1 -1
  620. package/modal/modern/components/content/Component.mobile.js +1 -1
  621. package/modal/modern/components/content/desktop.css +11 -11
  622. package/modal/modern/components/content/mobile.css +6 -6
  623. package/modal/modern/components/footer/Component.desktop.js +1 -1
  624. package/modal/modern/components/footer/Component.js +1 -1
  625. package/modal/modern/components/footer/Component.mobile.js +1 -1
  626. package/modal/modern/components/footer/desktop.css +11 -11
  627. package/modal/modern/components/footer/layout.css +24 -24
  628. package/modal/modern/components/footer/mobile.css +6 -6
  629. package/modal/modern/components/header/Component.desktop.js +1 -1
  630. package/modal/modern/components/header/Component.mobile.js +1 -1
  631. package/modal/modern/components/header/desktop.css +15 -15
  632. package/modal/modern/components/header/mobile.css +10 -10
  633. package/modal/modern/desktop.css +7 -7
  634. package/modal/modern/desktop.js +1 -1
  635. package/modal/modern/index.js +1 -1
  636. package/modal/modern/mobile.css +1 -1
  637. package/modal/modern/mobile.js +1 -1
  638. package/modal/modern/responsive.js +1 -1
  639. package/modal/modern/transitions.css +7 -7
  640. package/modal/modern/transitions.module-4a6a919d.js +4 -0
  641. package/modal/responsive.js +2 -2
  642. package/modal/transitions.css +7 -7
  643. package/modal/transitions.module-50dc87cf.js +4 -0
  644. package/modal/{tslib.es6-496e9f45.d.ts → tslib.es6-b84c0c03.d.ts} +0 -0
  645. package/modal/{tslib.es6-496e9f45.js → tslib.es6-b84c0c03.js} +0 -0
  646. package/notification/Component.js +1 -1
  647. package/notification/esm/Component.js +1 -1
  648. package/notification/esm/index.css +7 -7
  649. package/notification/index.css +7 -7
  650. package/notification/modern/Component.js +1 -1
  651. package/notification/modern/index.css +7 -7
  652. package/notification-manager/{component-af0311fe.d.ts → component-28721726.d.ts} +0 -0
  653. package/notification-manager/{component-af0311fe.js → component-28721726.js} +0 -0
  654. package/notification-manager/component.js +2 -2
  655. package/notification-manager/components/index.js +1 -1
  656. package/notification-manager/components/notification/component.js +1 -1
  657. package/notification-manager/components/notification/index.d.ts +1 -1
  658. package/notification-manager/components/notification/index.js +1 -1
  659. package/notification-manager/esm/{component-fec0cb46.d.ts → component-5e9962a3.d.ts} +0 -0
  660. package/notification-manager/esm/{component-fec0cb46.js → component-5e9962a3.js} +0 -0
  661. package/notification-manager/esm/component.js +2 -2
  662. package/notification-manager/esm/components/index.js +1 -1
  663. package/notification-manager/esm/components/notification/component.js +1 -1
  664. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  665. package/notification-manager/esm/components/notification/index.js +1 -1
  666. package/notification-manager/esm/index.css +11 -11
  667. package/notification-manager/esm/index.js +1 -1
  668. package/notification-manager/index.css +11 -11
  669. package/notification-manager/index.js +1 -1
  670. package/notification-manager/modern/component.js +1 -1
  671. package/notification-manager/modern/index.css +11 -11
  672. package/package.json +4 -4
  673. package/password-input/component.js +1 -1
  674. package/password-input/esm/component.js +1 -1
  675. package/password-input/esm/index.css +5 -5
  676. package/password-input/index.css +5 -5
  677. package/password-input/modern/component.js +1 -1
  678. package/password-input/modern/index.css +5 -5
  679. package/picker-button/{Component-9ca3315d.d.ts → Component-3a4f8ea2.d.ts} +0 -0
  680. package/picker-button/{Component-9ca3315d.js → Component-3a4f8ea2.js} +1 -1
  681. package/picker-button/Component.js +2 -2
  682. package/picker-button/esm/{Component-cb1ee10b.d.ts → Component-a60c9a70.d.ts} +0 -0
  683. package/picker-button/esm/{Component-cb1ee10b.js → Component-a60c9a70.js} +1 -1
  684. package/picker-button/esm/Component.js +2 -2
  685. package/picker-button/esm/field/Component.js +1 -1
  686. package/picker-button/esm/field/index.css +3 -3
  687. package/picker-button/esm/field/index.d.ts +1 -1
  688. package/picker-button/esm/field/index.js +1 -1
  689. package/picker-button/esm/index.css +2 -2
  690. package/picker-button/esm/index.js +1 -1
  691. package/picker-button/field/Component.js +1 -1
  692. package/picker-button/field/index.css +3 -3
  693. package/picker-button/field/index.d.ts +1 -1
  694. package/picker-button/field/index.js +1 -1
  695. package/picker-button/index.css +2 -2
  696. package/picker-button/index.js +1 -1
  697. package/picker-button/modern/Component.js +1 -1
  698. package/picker-button/modern/field/Component.js +1 -1
  699. package/picker-button/modern/field/index.css +3 -3
  700. package/picker-button/modern/index.css +2 -2
  701. package/plate/Component.js +1 -1
  702. package/plate/esm/Component.js +1 -1
  703. package/plate/esm/index.css +26 -26
  704. package/plate/index.css +26 -26
  705. package/plate/modern/Component.js +1 -1
  706. package/plate/modern/index.css +26 -26
  707. package/popover/Component.js +1 -1
  708. package/popover/esm/Component.js +1 -1
  709. package/popover/esm/index.css +31 -31
  710. package/popover/index.css +31 -31
  711. package/popover/modern/Component.js +1 -1
  712. package/popover/modern/index.css +31 -31
  713. package/progress-bar/Component.js +1 -1
  714. package/progress-bar/esm/Component.js +1 -1
  715. package/progress-bar/esm/index.css +4 -4
  716. package/progress-bar/index.css +4 -4
  717. package/progress-bar/modern/Component.js +1 -1
  718. package/progress-bar/modern/index.css +4 -4
  719. package/pure-input/Component.js +1 -1
  720. package/pure-input/esm/Component.js +1 -1
  721. package/pure-input/esm/index.css +25 -25
  722. package/pure-input/index.css +25 -25
  723. package/pure-input/modern/Component.js +1 -1
  724. package/pure-input/modern/index.css +25 -25
  725. package/radio/Component.js +1 -1
  726. package/radio/esm/Component.js +1 -1
  727. package/radio/esm/index.css +31 -31
  728. package/radio/index.css +31 -31
  729. package/radio/modern/Component.js +1 -1
  730. package/radio/modern/index.css +31 -31
  731. package/radio-group/Component.js +1 -1
  732. package/radio-group/esm/Component.js +1 -1
  733. package/radio-group/esm/index.css +16 -16
  734. package/radio-group/index.css +16 -16
  735. package/radio-group/modern/Component.js +1 -1
  736. package/radio-group/modern/index.css +16 -16
  737. package/select/Component.js +1 -1
  738. package/select/components/arrow/Component.js +1 -1
  739. package/select/components/arrow/index.css +3 -3
  740. package/select/components/base-select/Component.js +2 -2
  741. package/select/components/base-select/index.css +7 -7
  742. package/select/components/base-select/index.js +1 -1
  743. package/select/components/checkmark/Component.js +1 -1
  744. package/select/components/checkmark/index.css +3 -3
  745. package/select/components/field/Component.js +2 -2
  746. package/select/components/field/index.css +9 -9
  747. package/select/components/field/index.js +1 -1
  748. package/select/components/index.js +1 -1
  749. package/select/components/native-select/Component.js +1 -1
  750. package/select/components/native-select/index.js +1 -1
  751. package/select/components/optgroup/Component.js +1 -1
  752. package/select/components/optgroup/index.css +6 -6
  753. package/select/components/option/Component.js +2 -2
  754. package/select/components/option/index.css +20 -20
  755. package/select/components/option/index.js +1 -1
  756. package/select/components/options-list/Component.js +1 -1
  757. package/select/components/options-list/index.css +5 -5
  758. package/select/components/virtual-options-list/Component.js +1 -1
  759. package/select/components/virtual-options-list/index.css +11 -11
  760. package/select/esm/Component.js +1 -1
  761. package/select/esm/components/arrow/Component.js +1 -1
  762. package/select/esm/components/arrow/index.css +3 -3
  763. package/select/esm/components/base-select/Component.js +2 -2
  764. package/select/esm/components/base-select/index.css +7 -7
  765. package/select/esm/components/base-select/index.js +1 -1
  766. package/select/esm/components/checkmark/Component.js +1 -1
  767. package/select/esm/components/checkmark/index.css +3 -3
  768. package/select/esm/components/field/Component.js +2 -2
  769. package/select/esm/components/field/index.css +9 -9
  770. package/select/esm/components/field/index.js +1 -1
  771. package/select/esm/components/index.js +1 -1
  772. package/select/esm/components/native-select/Component.js +1 -1
  773. package/select/esm/components/native-select/index.js +1 -1
  774. package/select/esm/components/optgroup/Component.js +1 -1
  775. package/select/esm/components/optgroup/index.css +6 -6
  776. package/select/esm/components/option/Component.js +2 -2
  777. package/select/esm/components/option/index.css +20 -20
  778. package/select/esm/components/option/index.js +1 -1
  779. package/select/esm/components/options-list/Component.js +1 -1
  780. package/select/esm/components/options-list/index.css +5 -5
  781. package/select/esm/components/virtual-options-list/Component.js +1 -1
  782. package/select/esm/components/virtual-options-list/index.css +11 -11
  783. package/select/esm/index.js +1 -1
  784. package/select/esm/presets/index.js +1 -1
  785. package/select/esm/presets/useLazyLoading/hook.js +2 -2
  786. package/select/esm/presets/useLazyLoading/index.css +2 -2
  787. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  788. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  789. package/select/esm/{tslib.es6-6c624104.d.ts → tslib.es6-89fbf95d.d.ts} +0 -0
  790. package/select/esm/{tslib.es6-6c624104.js → tslib.es6-89fbf95d.js} +0 -0
  791. package/select/index.js +1 -1
  792. package/select/modern/components/arrow/Component.js +1 -1
  793. package/select/modern/components/arrow/index.css +3 -3
  794. package/select/modern/components/base-select/Component.js +1 -1
  795. package/select/modern/components/base-select/index.css +7 -7
  796. package/select/modern/components/checkmark/Component.js +1 -1
  797. package/select/modern/components/checkmark/index.css +3 -3
  798. package/select/modern/components/field/Component.js +1 -1
  799. package/select/modern/components/field/index.css +9 -9
  800. package/select/modern/components/optgroup/Component.js +1 -1
  801. package/select/modern/components/optgroup/index.css +6 -6
  802. package/select/modern/components/option/Component.js +1 -1
  803. package/select/modern/components/option/index.css +20 -20
  804. package/select/modern/components/options-list/Component.js +1 -1
  805. package/select/modern/components/options-list/index.css +5 -5
  806. package/select/modern/components/virtual-options-list/Component.js +1 -1
  807. package/select/modern/components/virtual-options-list/index.css +11 -11
  808. package/select/modern/presets/useLazyLoading/hook.js +1 -1
  809. package/select/modern/presets/useLazyLoading/index.css +2 -2
  810. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  811. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  812. package/select/presets/index.js +1 -1
  813. package/select/presets/useLazyLoading/hook.js +2 -2
  814. package/select/presets/useLazyLoading/index.css +2 -2
  815. package/select/presets/useSelectWithLoading/hook.js +2 -2
  816. package/select/presets/useSelectWithLoading/index.css +2 -2
  817. package/select/{tslib.es6-77c2aa11.d.ts → tslib.es6-717d7e20.d.ts} +0 -0
  818. package/select/{tslib.es6-77c2aa11.js → tslib.es6-717d7e20.js} +0 -0
  819. package/select-with-tags/component.js +1 -1
  820. package/select-with-tags/components/index.js +1 -1
  821. package/select-with-tags/components/tag/component.js +2 -2
  822. package/select-with-tags/components/tag/index.css +11 -11
  823. package/select-with-tags/components/tag/index.js +1 -1
  824. package/select-with-tags/components/tag-list/component.js +2 -2
  825. package/select-with-tags/components/tag-list/index.css +31 -31
  826. package/select-with-tags/components/tag-list/index.js +1 -1
  827. package/select-with-tags/esm/component.js +1 -1
  828. package/select-with-tags/esm/components/index.js +1 -1
  829. package/select-with-tags/esm/components/tag/component.js +2 -2
  830. package/select-with-tags/esm/components/tag/index.css +11 -11
  831. package/select-with-tags/esm/components/tag/index.js +1 -1
  832. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  833. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  834. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  835. package/select-with-tags/esm/index.js +1 -1
  836. package/select-with-tags/esm/{tslib.es6-85871e18.d.ts → tslib.es6-f1898e8b.d.ts} +0 -0
  837. package/select-with-tags/esm/{tslib.es6-85871e18.js → tslib.es6-f1898e8b.js} +0 -0
  838. package/select-with-tags/esm/utils/index.js +1 -1
  839. package/select-with-tags/esm/utils/match.js +1 -1
  840. package/select-with-tags/index.js +1 -1
  841. package/select-with-tags/modern/components/tag/component.js +1 -1
  842. package/select-with-tags/modern/components/tag/index.css +11 -11
  843. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  844. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  845. package/select-with-tags/{tslib.es6-006e705f.d.ts → tslib.es6-7840b62b.d.ts} +0 -0
  846. package/select-with-tags/{tslib.es6-006e705f.js → tslib.es6-7840b62b.js} +0 -0
  847. package/select-with-tags/utils/index.js +1 -1
  848. package/select-with-tags/utils/match.js +1 -1
  849. package/skeleton/Component.js +1 -1
  850. package/skeleton/esm/Component.js +1 -1
  851. package/skeleton/esm/index.css +11 -11
  852. package/skeleton/index.css +11 -11
  853. package/skeleton/modern/Component.js +1 -1
  854. package/skeleton/modern/index.css +11 -11
  855. package/slider/Component.js +1 -1
  856. package/slider/esm/Component.js +1 -1
  857. package/slider/esm/index.css +36 -36
  858. package/slider/index.css +36 -36
  859. package/slider/modern/Component.js +1 -1
  860. package/slider/modern/index.css +36 -36
  861. package/slider-input/Component.js +3 -3
  862. package/slider-input/cssm/Component.js +2 -2
  863. package/slider-input/esm/Component.js +3 -3
  864. package/slider-input/esm/index.css +17 -17
  865. package/slider-input/index.css +17 -17
  866. package/slider-input/modern/Component.js +3 -3
  867. package/slider-input/modern/index.css +17 -17
  868. package/space/Component.js +2 -2
  869. package/space/{Item-be87697f.d.ts → Item-50f310cb.d.ts} +0 -0
  870. package/space/{Item-be87697f.js → Item-50f310cb.js} +0 -0
  871. package/space/Item.js +1 -1
  872. package/space/esm/Component.js +2 -2
  873. package/space/esm/{Item-6a0268e7.d.ts → Item-b8b4ee43.d.ts} +0 -0
  874. package/space/esm/{Item-6a0268e7.js → Item-b8b4ee43.js} +0 -0
  875. package/space/esm/Item.js +1 -1
  876. package/space/esm/index.css +8 -8
  877. package/space/esm/index.js +1 -1
  878. package/space/index.css +8 -8
  879. package/space/index.js +1 -1
  880. package/space/modern/Component.js +1 -1
  881. package/space/modern/index.css +8 -8
  882. package/spinner/Component.js +1 -1
  883. package/spinner/esm/Component.js +1 -1
  884. package/spinner/esm/index.css +6 -6
  885. package/spinner/index.css +6 -6
  886. package/spinner/modern/Component.js +1 -1
  887. package/spinner/modern/index.css +6 -6
  888. package/status/Component.js +1 -1
  889. package/status/esm/Component.js +1 -1
  890. package/status/esm/index.css +17 -17
  891. package/status/index.css +17 -17
  892. package/status/modern/Component.js +1 -1
  893. package/status/modern/index.css +17 -17
  894. package/stepped-progress-bar/Component.js +1 -1
  895. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  896. package/stepped-progress-bar/components/step-bar/index.css +3 -3
  897. package/stepped-progress-bar/esm/Component.js +1 -1
  898. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  899. package/stepped-progress-bar/esm/components/step-bar/index.css +3 -3
  900. package/stepped-progress-bar/esm/index.css +3 -3
  901. package/stepped-progress-bar/index.css +3 -3
  902. package/stepped-progress-bar/modern/Component.js +1 -1
  903. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  904. package/stepped-progress-bar/modern/components/step-bar/index.css +3 -3
  905. package/stepped-progress-bar/modern/index.css +3 -3
  906. package/switch/Component.js +1 -1
  907. package/switch/esm/Component.js +1 -1
  908. package/switch/esm/index.css +25 -25
  909. package/switch/index.css +25 -25
  910. package/switch/modern/Component.js +1 -1
  911. package/switch/modern/index.css +25 -25
  912. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  913. package/tabs/components/primary-tablist/Component.js +5 -8
  914. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  915. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  916. package/tabs/components/primary-tablist/index.css +18 -22
  917. package/tabs/components/primary-tablist/mobile.css +20 -24
  918. package/tabs/components/scrollable-container/Component.js +2 -3
  919. package/tabs/components/scrollable-container/index.css +5 -11
  920. package/tabs/components/secondary-tablist/Component.d.ts +1 -1
  921. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  922. package/tabs/components/secondary-tablist/Component.js +1 -1
  923. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  924. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  925. package/tabs/components/secondary-tablist/index.css +11 -11
  926. package/tabs/components/secondary-tablist/mobile.css +14 -15
  927. package/tabs/components/tab/Component.js +1 -1
  928. package/tabs/components/tab/index.css +2 -2
  929. package/tabs/components/tabs/Component.d.ts +1 -1
  930. package/tabs/components/tabs/Component.desktop.d.ts +1 -1
  931. package/tabs/components/tabs/Component.desktop.js +3 -3
  932. package/tabs/components/tabs/Component.mobile.d.ts +1 -1
  933. package/tabs/components/tabs/Component.mobile.js +3 -3
  934. package/tabs/components/tabs/Component.responsive.d.ts +1 -1
  935. package/tabs/components/tabs/Component.responsive.js +3 -3
  936. package/tabs/cssm/components/primary-tablist/Component.js +4 -7
  937. package/tabs/cssm/components/primary-tablist/index.module.css +0 -4
  938. package/tabs/cssm/components/scrollable-container/Component.js +1 -2
  939. package/tabs/cssm/components/scrollable-container/index.module.css +4 -10
  940. package/tabs/cssm/components/secondary-tablist/Component.d.ts +1 -1
  941. package/tabs/desktop.js +3 -3
  942. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  943. package/tabs/esm/components/primary-tablist/Component.js +5 -8
  944. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  945. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  946. package/tabs/esm/components/primary-tablist/index.css +18 -22
  947. package/tabs/esm/components/primary-tablist/mobile.css +20 -24
  948. package/tabs/esm/components/scrollable-container/Component.js +2 -3
  949. package/tabs/esm/components/scrollable-container/index.css +5 -11
  950. package/tabs/esm/components/secondary-tablist/Component.d.ts +1 -1
  951. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  952. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  953. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  954. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  955. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  956. package/tabs/esm/components/secondary-tablist/mobile.css +14 -15
  957. package/tabs/esm/components/tab/Component.js +1 -1
  958. package/tabs/esm/components/tab/index.css +2 -2
  959. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  960. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  961. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  962. package/tabs/esm/desktop.js +3 -3
  963. package/tabs/esm/index.js +3 -3
  964. package/tabs/esm/index.module-84f33b39.js +4 -0
  965. package/tabs/esm/index.module-f3a43121.js +4 -0
  966. package/tabs/esm/mobile.js +3 -3
  967. package/tabs/esm/responsive.js +3 -3
  968. package/tabs/esm/{tslib.es6-db9acdc4.d.ts → tslib.es6-83775305.d.ts} +0 -0
  969. package/tabs/esm/{tslib.es6-db9acdc4.js → tslib.es6-83775305.js} +0 -0
  970. package/tabs/index.js +3 -3
  971. package/tabs/index.module-0b03a04a.js +4 -0
  972. package/tabs/index.module-85790000.js +4 -0
  973. package/tabs/mobile.js +3 -3
  974. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  975. package/tabs/modern/components/primary-tablist/Component.js +1 -3
  976. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  977. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  978. package/tabs/modern/components/primary-tablist/index.css +18 -22
  979. package/tabs/modern/components/primary-tablist/mobile.css +20 -24
  980. package/tabs/modern/components/scrollable-container/Component.js +2 -3
  981. package/tabs/modern/components/scrollable-container/index.css +5 -11
  982. package/tabs/modern/components/secondary-tablist/Component.d.ts +1 -1
  983. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  984. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  985. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  986. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  987. package/tabs/modern/components/secondary-tablist/mobile.css +14 -15
  988. package/tabs/modern/components/tab/Component.js +1 -1
  989. package/tabs/modern/components/tab/index.css +2 -2
  990. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  991. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  992. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  993. package/tabs/modern/desktop.js +2 -2
  994. package/tabs/modern/index.js +2 -2
  995. package/tabs/modern/index.module-84f33b39.js +4 -0
  996. package/tabs/modern/index.module-f3a43121.js +4 -0
  997. package/tabs/modern/mobile.js +2 -2
  998. package/tabs/modern/responsive.js +2 -2
  999. package/tabs/responsive.js +3 -3
  1000. package/tabs/{tslib.es6-1e7ce143.d.ts → tslib.es6-38a0729a.d.ts} +0 -0
  1001. package/tabs/{tslib.es6-1e7ce143.js → tslib.es6-38a0729a.js} +0 -0
  1002. package/tag/Component.d.ts +2 -2
  1003. package/tag/Component.js +4 -5
  1004. package/tag/cssm/Component.d.ts +2 -2
  1005. package/tag/cssm/Component.js +1 -2
  1006. package/tag/cssm/index.module.css +7 -72
  1007. package/tag/default.css +7 -7
  1008. package/tag/esm/Component.d.ts +2 -2
  1009. package/tag/esm/Component.js +4 -5
  1010. package/tag/esm/default.css +7 -7
  1011. package/tag/esm/index.css +21 -86
  1012. package/tag/esm/inverted.css +7 -7
  1013. package/tag/index.css +21 -86
  1014. package/tag/inverted.css +7 -7
  1015. package/tag/modern/Component.d.ts +2 -2
  1016. package/tag/modern/Component.js +4 -5
  1017. package/tag/modern/default.css +7 -7
  1018. package/tag/modern/index.css +21 -86
  1019. package/tag/modern/inverted.css +7 -7
  1020. package/textarea/Component.js +3 -3
  1021. package/textarea/default.css +18 -18
  1022. package/textarea/esm/Component.js +3 -3
  1023. package/textarea/esm/default.css +18 -18
  1024. package/textarea/esm/index.css +21 -21
  1025. package/textarea/esm/inverted.css +18 -18
  1026. package/textarea/index.css +21 -21
  1027. package/textarea/inverted.css +18 -18
  1028. package/textarea/modern/Component.js +3 -3
  1029. package/textarea/modern/default.css +18 -18
  1030. package/textarea/modern/index.css +21 -21
  1031. package/textarea/modern/inverted.css +18 -18
  1032. package/themes/button/corp.css +0 -20
  1033. package/themes/button/site.css +1 -0
  1034. package/themes/compiled/mobile-dark-bluetint.css +267 -1437
  1035. package/themes/compiled/mobile-dark-bluetint.js +0 -2
  1036. package/themes/corp.css +0 -18
  1037. package/themes/dark.js +0 -2
  1038. package/themes/dist/amount/click.css +4 -0
  1039. package/themes/dist/backdrop/click.css +4 -0
  1040. package/themes/dist/button/click.css +13 -0
  1041. package/themes/dist/button/corp.css +21 -0
  1042. package/themes/dist/button/mobile.css +19 -0
  1043. package/themes/dist/button/site.css +5 -0
  1044. package/themes/dist/calendar/click.css +11 -0
  1045. package/themes/dist/calendar-input/click.css +4 -0
  1046. package/themes/dist/calendar-input/corp.css +3 -0
  1047. package/themes/dist/checkbox/click.css +9 -0
  1048. package/themes/dist/checkbox/mobile.css +19 -0
  1049. package/themes/dist/click.css +696 -0
  1050. package/themes/dist/compiled/mobile-dark-bluetint.css +1856 -0
  1051. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +2 -0
  1052. package/themes/dist/compiled/mobile-dark-bluetint.js +11 -0
  1053. package/themes/dist/confirmation/click.css +12 -0
  1054. package/themes/dist/confirmation/mobile.css +7 -0
  1055. package/themes/dist/corp.css +520 -0
  1056. package/themes/dist/dark.css +134 -0
  1057. package/themes/dist/dark.d.ts +2 -0
  1058. package/themes/dist/dark.js +12 -0
  1059. package/themes/dist/dropzone/click.css +5 -0
  1060. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +2 -0
  1061. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +4 -0
  1062. package/themes/dist/esm/dark.d.ts +2 -0
  1063. package/themes/dist/esm/dark.js +6 -0
  1064. package/themes/dist/form-control/click.css +31 -0
  1065. package/themes/dist/form-control/mobile.css +34 -0
  1066. package/themes/dist/form-control/site.css +5 -0
  1067. package/themes/dist/input/click.css +8 -0
  1068. package/themes/dist/input/corp.css +3 -0
  1069. package/themes/dist/input/mobile.css +13 -0
  1070. package/themes/dist/input/site.css +4 -0
  1071. package/themes/dist/link/click.css +25 -0
  1072. package/themes/dist/list/click.css +4 -0
  1073. package/themes/dist/mixins/amount/click.css +4 -0
  1074. package/themes/dist/mixins/backdrop/click.css +4 -0
  1075. package/themes/dist/mixins/button/click.css +13 -0
  1076. package/themes/dist/mixins/button/corp.css +21 -0
  1077. package/themes/dist/mixins/button/mobile.css +19 -0
  1078. package/themes/dist/mixins/button/site.css +5 -0
  1079. package/themes/dist/mixins/calendar/click.css +11 -0
  1080. package/themes/dist/mixins/calendar-input/click.css +4 -0
  1081. package/themes/dist/mixins/calendar-input/corp.css +3 -0
  1082. package/themes/dist/mixins/checkbox/click.css +9 -0
  1083. package/themes/dist/mixins/checkbox/mobile.css +19 -0
  1084. package/themes/dist/mixins/click.css +48 -0
  1085. package/themes/dist/mixins/confirmation/click.css +12 -0
  1086. package/themes/dist/mixins/confirmation/mobile.css +7 -0
  1087. package/themes/dist/mixins/corp.css +13 -0
  1088. package/themes/dist/mixins/dark.css +134 -0
  1089. package/themes/dist/mixins/dropzone/click.css +5 -0
  1090. package/themes/dist/mixins/form-control/click.css +31 -0
  1091. package/themes/dist/mixins/form-control/mobile.css +34 -0
  1092. package/themes/dist/mixins/form-control/site.css +5 -0
  1093. package/themes/dist/mixins/input/click.css +8 -0
  1094. package/themes/dist/mixins/input/corp.css +3 -0
  1095. package/themes/dist/mixins/input/mobile.css +13 -0
  1096. package/themes/dist/mixins/input/site.css +4 -0
  1097. package/themes/dist/mixins/link/click.css +25 -0
  1098. package/themes/dist/mixins/list/click.css +4 -0
  1099. package/themes/dist/mixins/mobile.css +23 -0
  1100. package/themes/dist/mixins/modal/click.css +29 -0
  1101. package/themes/dist/mixins/radio/click.css +9 -0
  1102. package/themes/dist/mixins/radio/mobile.css +19 -0
  1103. package/themes/dist/mixins/select/click.css +18 -0
  1104. package/themes/dist/mixins/select/corp.css +3 -0
  1105. package/themes/dist/mixins/site.css +11 -0
  1106. package/themes/dist/mixins/skeleton/click.css +8 -0
  1107. package/themes/dist/mixins/slider/click.css +16 -0
  1108. package/themes/dist/mixins/slider/mobile.css +5 -0
  1109. package/themes/dist/mixins/slider-input/mobile.css +3 -0
  1110. package/themes/dist/mixins/switch/click.css +5 -0
  1111. package/themes/dist/mixins/tabs/click.css +20 -0
  1112. package/themes/dist/mixins/tabs/corp.css +4 -0
  1113. package/themes/dist/mixins/tabs/site.css +8 -0
  1114. package/themes/dist/mixins/tag/click.css +11 -0
  1115. package/themes/dist/mixins/tag/mobile.css +14 -0
  1116. package/themes/dist/mixins/toast-plate/click.css +8 -0
  1117. package/themes/dist/mobile.css +594 -0
  1118. package/themes/dist/modal/click.css +29 -0
  1119. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +2 -0
  1120. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +4 -0
  1121. package/themes/dist/modern/dark.d.ts +2 -0
  1122. package/themes/dist/modern/dark.js +6 -0
  1123. package/themes/dist/package.json +12 -0
  1124. package/themes/dist/radio/click.css +9 -0
  1125. package/themes/dist/radio/mobile.css +19 -0
  1126. package/themes/dist/select/click.css +18 -0
  1127. package/themes/dist/select/corp.css +3 -0
  1128. package/themes/dist/send-stats.js +82 -0
  1129. package/themes/dist/site.css +512 -0
  1130. package/themes/dist/skeleton/click.css +8 -0
  1131. package/themes/dist/slider/click.css +16 -0
  1132. package/themes/dist/slider/mobile.css +5 -0
  1133. package/themes/dist/slider-input/mobile.css +3 -0
  1134. package/themes/dist/switch/click.css +5 -0
  1135. package/themes/dist/tabs/click.css +20 -0
  1136. package/themes/dist/tabs/corp.css +4 -0
  1137. package/themes/dist/tabs/site.css +8 -0
  1138. package/themes/dist/tag/click.css +11 -0
  1139. package/themes/dist/tag/mobile.css +14 -0
  1140. package/themes/dist/toast-plate/click.css +8 -0
  1141. package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
  1142. package/themes/mixins/button/corp.css +0 -20
  1143. package/themes/mixins/button/site.css +1 -0
  1144. package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
  1145. package/themes/package.json +1 -10
  1146. package/themes/send-stats.js +0 -0
  1147. package/themes/site.css +1 -0
  1148. package/toast/component.js +1 -1
  1149. package/toast/esm/component.js +1 -1
  1150. package/toast/esm/index.css +9 -9
  1151. package/toast/index.css +9 -9
  1152. package/toast/modern/component.js +1 -1
  1153. package/toast/modern/index.css +9 -9
  1154. package/toast-plate/component.js +1 -1
  1155. package/toast-plate/esm/component.js +1 -1
  1156. package/toast-plate/esm/index.css +15 -15
  1157. package/toast-plate/index.css +15 -15
  1158. package/toast-plate/modern/component.js +1 -1
  1159. package/toast-plate/modern/index.css +15 -15
  1160. package/tooltip/{Component-53815765.d.ts → Component-461f6ad3.d.ts} +0 -0
  1161. package/tooltip/{Component-53815765.js → Component-461f6ad3.js} +1 -1
  1162. package/tooltip/Component.js +1 -1
  1163. package/tooltip/component.responsive.js +1 -1
  1164. package/tooltip/esm/{Component-9ed1f518.d.ts → Component-5981a9a4.d.ts} +0 -0
  1165. package/tooltip/esm/{Component-9ed1f518.js → Component-5981a9a4.js} +1 -1
  1166. package/tooltip/esm/Component.js +1 -1
  1167. package/tooltip/esm/component.responsive.js +1 -1
  1168. package/tooltip/esm/index.css +6 -6
  1169. package/tooltip/esm/index.d.ts +1 -1
  1170. package/tooltip/esm/index.js +1 -1
  1171. package/tooltip/esm/responsive.js +1 -1
  1172. package/tooltip/index.css +6 -6
  1173. package/tooltip/index.d.ts +1 -1
  1174. package/tooltip/index.js +1 -1
  1175. package/tooltip/modern/Component.js +1 -1
  1176. package/tooltip/modern/index.css +6 -6
  1177. package/tooltip/responsive.js +1 -1
  1178. package/typography/colors.css +12 -12
  1179. package/typography/{colors.module-52a63996.d.ts → colors.module-3ab31a88.d.ts} +0 -0
  1180. package/typography/{colors.module-52a63996.js → colors.module-3ab31a88.js} +1 -1
  1181. package/typography/common.module-ab5da45b.js +4 -0
  1182. package/typography/component.js +2 -2
  1183. package/typography/esm/colors.css +12 -12
  1184. package/typography/esm/{colors.module-1836c8ec.d.ts → colors.module-e994bd61.d.ts} +0 -0
  1185. package/typography/esm/{colors.module-1836c8ec.js → colors.module-e994bd61.js} +1 -1
  1186. package/typography/esm/common.module-7e9ca90a.js +4 -0
  1187. package/typography/esm/component.js +2 -2
  1188. package/typography/esm/index.js +2 -2
  1189. package/typography/esm/text/component.js +2 -2
  1190. package/typography/esm/text/index.css +13 -13
  1191. package/typography/esm/text/index.js +1 -1
  1192. package/typography/esm/title/common.css +4 -4
  1193. package/typography/esm/title/component.js +1 -1
  1194. package/typography/esm/title/index.css +18 -18
  1195. package/typography/esm/title/index.js +3 -3
  1196. package/typography/esm/title-responsive/component.js +3 -3
  1197. package/typography/esm/title-responsive/index.css +45 -45
  1198. package/typography/esm/title-responsive/index.js +2 -2
  1199. package/typography/index.js +2 -2
  1200. package/typography/modern/colors.css +12 -12
  1201. package/typography/modern/colors.module-e7a93e12.js +4 -0
  1202. package/typography/modern/common.module-7e9ca90a.js +4 -0
  1203. package/typography/modern/component.js +2 -2
  1204. package/typography/modern/index.js +2 -2
  1205. package/typography/modern/text/component.js +2 -2
  1206. package/typography/modern/text/index.css +13 -13
  1207. package/typography/modern/text/index.js +1 -1
  1208. package/typography/modern/title/common.css +4 -4
  1209. package/typography/modern/title/component.js +1 -1
  1210. package/typography/modern/title/index.css +18 -18
  1211. package/typography/modern/title/index.js +3 -3
  1212. package/typography/modern/title-responsive/component.js +3 -3
  1213. package/typography/modern/title-responsive/index.css +45 -45
  1214. package/typography/modern/title-responsive/index.js +2 -2
  1215. package/typography/text/component.js +2 -2
  1216. package/typography/text/index.css +13 -13
  1217. package/typography/text/index.js +1 -1
  1218. package/typography/title/common.css +4 -4
  1219. package/typography/title/component.js +1 -1
  1220. package/typography/title/index.css +18 -18
  1221. package/typography/title/index.js +3 -3
  1222. package/typography/title-responsive/component.js +3 -3
  1223. package/typography/title-responsive/index.css +45 -45
  1224. package/typography/title-responsive/index.js +2 -2
  1225. package/vars/colors-bluetint.js +0 -2
  1226. package/vars/colors-indigo.js +0 -2
  1227. package/vars/cssm/colors-bluetint.js +0 -2
  1228. package/vars/cssm/colors-indigo.js +0 -2
  1229. package/vars/dist/border-radius.css +9 -0
  1230. package/vars/dist/colors-addons.css +55 -0
  1231. package/vars/dist/colors-bluetint.css +247 -0
  1232. package/vars/dist/colors-bluetint.d.ts +2 -0
  1233. package/vars/dist/colors-bluetint.js +12 -0
  1234. package/vars/dist/colors-indigo.css +269 -0
  1235. package/vars/dist/colors-indigo.d.ts +2 -0
  1236. package/vars/dist/colors-indigo.js +12 -0
  1237. package/vars/dist/colors-transparent.css +22 -0
  1238. package/vars/dist/colors.css +71 -0
  1239. package/vars/dist/cssm/border-radius.css +9 -0
  1240. package/vars/dist/cssm/colors-addons.css +55 -0
  1241. package/vars/dist/cssm/colors-bluetint.css +247 -0
  1242. package/vars/dist/cssm/colors-bluetint.d.ts +2 -0
  1243. package/vars/dist/cssm/colors-bluetint.js +12 -0
  1244. package/vars/dist/cssm/colors-indigo.css +265 -0
  1245. package/vars/dist/cssm/colors-indigo.d.ts +2 -0
  1246. package/vars/dist/cssm/colors-indigo.js +12 -0
  1247. package/vars/dist/cssm/colors-transparent.css +22 -0
  1248. package/vars/dist/cssm/colors.css +71 -0
  1249. package/vars/dist/cssm/gaps.css +30 -0
  1250. package/vars/dist/cssm/index.css +496 -0
  1251. package/{button/cssm/utils.js → vars/dist/cssm/mixins.css} +0 -0
  1252. package/vars/dist/cssm/shadows-indigo.css +38 -0
  1253. package/vars/dist/cssm/typography.css +6 -0
  1254. package/vars/dist/esm/colors-bluetint.d.ts +2 -0
  1255. package/vars/dist/esm/colors-bluetint.js +6 -0
  1256. package/vars/dist/esm/colors-indigo.d.ts +2 -0
  1257. package/vars/dist/esm/colors-indigo.js +6 -0
  1258. package/vars/dist/gaps.css +30 -0
  1259. package/vars/dist/index.css +9 -0
  1260. package/vars/dist/mixins.css +4 -0
  1261. package/vars/dist/modern/colors-bluetint.d.ts +2 -0
  1262. package/vars/dist/modern/colors-bluetint.js +6 -0
  1263. package/vars/dist/modern/colors-indigo.d.ts +2 -0
  1264. package/vars/dist/modern/colors-indigo.js +6 -0
  1265. package/vars/dist/package.json +13 -0
  1266. package/vars/dist/send-stats.js +82 -0
  1267. package/vars/dist/shadows-indigo.css +38 -0
  1268. package/vars/dist/typography.css +486 -0
  1269. package/vars/package.json +1 -11
  1270. package/vars/send-stats.js +0 -0
  1271. package/with-suffix/Component.js +1 -1
  1272. package/with-suffix/esm/Component.js +1 -1
  1273. package/with-suffix/esm/index.css +9 -9
  1274. package/with-suffix/index.css +9 -9
  1275. package/with-suffix/modern/Component.js +1 -1
  1276. package/with-suffix/modern/index.css +9 -9
  1277. package/button/esm/utils.js +0 -1
  1278. package/button/modern/utils.js +0 -1
  1279. package/button/utils.d.ts +0 -1
  1280. package/button/utils.js +0 -1
  1281. package/grid/esm/gutters.module-b71f0e3c.js +0 -27
  1282. package/grid/gutters.module-f8139574.js +0 -28
  1283. package/grid/modern/gutters.module-6841e760.js +0 -4
  1284. package/intl-phone-input/esm/libphonenumber-js.min-40e2a1a0.d.ts +0 -1
  1285. package/intl-phone-input/libphonenumber-js.min-f29b64fa.d.ts +0 -1
  1286. package/intl-phone-input/modern/libphonenumber-js.min-40e2a1a0.d.ts +0 -1
  1287. package/modal/esm/transitions.module-21583d93.js +0 -4
  1288. package/modal/modern/transitions.module-21583d93.js +0 -4
  1289. package/modal/transitions.module-251f2f09.js +0 -4
  1290. package/tabs/esm/index.module-2da578ed.js +0 -4
  1291. package/tabs/esm/index.module-d2866877.js +0 -4
  1292. package/tabs/index.module-0e12cf13.js +0 -4
  1293. package/tabs/index.module-53615523.js +0 -4
  1294. package/tabs/modern/index.module-2da578ed.js +0 -4
  1295. package/tabs/modern/index.module-d2866877.js +0 -4
  1296. package/typography/common.module-e210242c.js +0 -4
  1297. package/typography/esm/common.module-1a3281b8.js +0 -4
  1298. package/typography/modern/colors.module-096af96c.js +0 -4
  1299. package/typography/modern/common.module-1a3281b8.js +0 -4
@@ -1,482 +1,482 @@
1
- .card-image__cardImage_5h84x {
1
+ .card-image__cardImage_in62t {
2
2
  background: #e7e8ea;
3
3
  }
4
- .card-image__loaded_5h84x {
4
+ .card-image__loaded_in62t {
5
5
  background: transparent
6
- }.badge__component_xax3t {
6
+ }.badge__component_ad1vn {
7
7
  background-color: #ef3124;
8
8
  color: #000;
9
9
  }
10
- .badge__icon_xax3t {
10
+ .badge__icon_ad1vn {
11
11
  color: #2fc26e;
12
12
  background-color: transparent
13
13
  }
14
- .badge__icon_xax3t.badge__positive_xax3t {
14
+ .badge__icon_ad1vn.badge__positive_ad1vn {
15
15
  color: #2fc26e;
16
16
  }
17
- .badge__icon_xax3t.badge__attention_xax3t {
17
+ .badge__icon_ad1vn.badge__attention_ad1vn {
18
18
  color: #f6bf65;
19
19
  }
20
- .badge__icon_xax3t.badge__negative_xax3t {
20
+ .badge__icon_ad1vn.badge__negative_ad1vn {
21
21
  color: #d91d0b;
22
22
  }
23
- .badge__icon_xax3t.badge__link_xax3t {
23
+ .badge__icon_ad1vn.badge__link_ad1vn {
24
24
  color: #0072ef;
25
25
  }
26
- .badge__icon_xax3t.badge__tertiary_xax3t {
26
+ .badge__icon_ad1vn.badge__tertiary_ad1vn {
27
27
  color: #464649;
28
28
  }
29
- .badge__icon_xax3t.badge__secondary_xax3t {
29
+ .badge__icon_ad1vn.badge__secondary_ad1vn {
30
30
  color: #8d8d93;
31
31
  }
32
- .badge__icon_xax3t.badge__primary_xax3t {
32
+ .badge__icon_ad1vn.badge__primary_ad1vn {
33
33
  color: #fff;
34
34
  }
35
- .badge__icon_xax3t:before {
35
+ .badge__icon_ad1vn:before {
36
36
  background-color: #121212;
37
- }.divider__component_154yv {
38
- border-bottom: 1px solid #2b2b2e;
39
- }.checkbox-group__error_1cwtj {
40
- border-left: 1px solid #f15045;
41
- }
42
- .checkbox-group__label_1cwtj {
43
- color: #fff;
44
- }
45
- .checkbox-group__errorMessage_1cwtj {
46
- color: #f15045;
47
- }
48
- .checkbox-group__hint_1cwtj {
49
- color: #8d8d93;
50
- }.backdrop__backdrop_jttbd {
37
+ }.backdrop__backdrop_1eve6 {
51
38
  -webkit-tap-highlight-color: transparent;
52
39
  }
53
- .backdrop__appear_jttbd,
54
- .backdrop__enter_jttbd {
40
+ .backdrop__appear_1eve6,
41
+ .backdrop__enter_1eve6 {
55
42
  background-color: transparent;
56
43
  }
57
- .backdrop__appearActive_jttbd,
58
- .backdrop__enterActive_jttbd,
59
- .backdrop__appearDone_jttbd,
60
- .backdrop__enterDone_jttbd {
44
+ .backdrop__appearActive_1eve6,
45
+ .backdrop__enterActive_1eve6,
46
+ .backdrop__appearDone_1eve6,
47
+ .backdrop__enterDone_1eve6 {
61
48
  background-color: rgba(0, 0, 0, 0.8);
62
49
  }
63
- .backdrop__exit_jttbd {
50
+ .backdrop__exit_1eve6 {
64
51
  background-color: rgba(0, 0, 0, 0.8);
65
52
  }
66
- .backdrop__exitActive_jttbd,
67
- .backdrop__exitDone_jttbd {
53
+ .backdrop__exitActive_1eve6,
54
+ .backdrop__exitDone_1eve6 {
68
55
  background-color: transparent;
69
- }.checkbox__box_1yfcc {
56
+ }.divider__component_djt17 {
57
+ border-bottom: 1px solid #2b2b2e;
58
+ }.checkbox-group__error_7837a {
59
+ border-left: 1px solid #f15045;
60
+ }
61
+ .checkbox-group__label_7837a {
62
+ color: #fff;
63
+ }
64
+ .checkbox-group__errorMessage_7837a {
65
+ color: #f15045;
66
+ }
67
+ .checkbox-group__hint_7837a {
68
+ color: #8d8d93;
69
+ }.checkbox__box_tv8ap {
70
70
  color: #121212;
71
71
  background-color: #121212;
72
72
  border: 1.5px solid #8d8d93;
73
73
  }
74
- .checkbox__checkedIcon_1yfcc {
74
+ .checkbox__checkedIcon_tv8ap {
75
75
  color: #121212;
76
76
  }
77
- .checkbox__component_1yfcc:hover:not(.checkbox__disabled_1yfcc):not(.checkbox__inactive_1yfcc) .checkbox__box_1yfcc {
77
+ .checkbox__component_tv8ap:hover:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
78
78
  background-color: #121212;
79
79
  border-color: #8d8d93;
80
80
  }
81
- .checkbox__component_1yfcc:active:not(.checkbox__disabled_1yfcc):not(.checkbox__inactive_1yfcc) .checkbox__box_1yfcc {
81
+ .checkbox__component_tv8ap:active:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
82
82
  background-color: #121212;
83
83
  border-color: #fff;
84
84
  }
85
- .checkbox__checked_1yfcc .checkbox__box_1yfcc {
85
+ .checkbox__checked_tv8ap .checkbox__box_tv8ap {
86
86
  background-color: #fff;
87
87
  border-color: transparent;
88
88
  }
89
- .checkbox__checked_1yfcc:hover:not(.checkbox__disabled_1yfcc):not(.checkbox__inactive_1yfcc) .checkbox__box_1yfcc {
89
+ .checkbox__checked_tv8ap:hover:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
90
90
  background-color: color-mod(#fff tint(10%));
91
91
  border-color: transparent;
92
92
  }
93
- .checkbox__checked_1yfcc:active:not(.checkbox__disabled_1yfcc):not(.checkbox__inactive_1yfcc) .checkbox__box_1yfcc {
93
+ .checkbox__checked_tv8ap:active:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
94
94
  background-color: color-mod(#fff tint(30%));
95
95
  border-color: transparent;
96
96
  }
97
- .checkbox__indeterminate_1yfcc .checkbox__box_1yfcc {
97
+ .checkbox__indeterminate_tv8ap .checkbox__box_tv8ap {
98
98
  background-color: #fff;
99
99
  border-color: transparent;
100
100
  }
101
- .checkbox__indeterminate_1yfcc:hover:not(.checkbox__disabled_1yfcc):not(.checkbox__inactive_1yfcc) .checkbox__box_1yfcc {
101
+ .checkbox__indeterminate_tv8ap:hover:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
102
102
  background-color: color-mod(#fff tint(10%));
103
103
  border-color: transparent;
104
104
  }
105
- .checkbox__indeterminate_1yfcc:active:not(.checkbox__disabled_1yfcc):not(.checkbox__inactive_1yfcc) .checkbox__box_1yfcc {
105
+ .checkbox__indeterminate_tv8ap:active:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
106
106
  background-color: color-mod(#fff tint(30%));
107
107
  border-color: transparent;
108
108
  }
109
- .checkbox__disabled_1yfcc .checkbox__box_1yfcc {
109
+ .checkbox__disabled_tv8ap .checkbox__box_tv8ap {
110
110
  background-color: #121212;
111
111
  border-color: #2a2a2c;
112
112
  }
113
- .checkbox__disabled_1yfcc.checkbox__checked_1yfcc .checkbox__box_1yfcc {
113
+ .checkbox__disabled_tv8ap.checkbox__checked_tv8ap .checkbox__box_tv8ap {
114
114
  background-color: #3a3a3c;
115
115
  border-color: transparent;
116
116
  }
117
- .checkbox__disabled_1yfcc.checkbox__indeterminate_1yfcc .checkbox__box_1yfcc {
117
+ .checkbox__disabled_tv8ap.checkbox__indeterminate_tv8ap .checkbox__box_tv8ap {
118
118
  background-color: #3a3a3c;
119
119
  border-color: transparent;
120
120
  }
121
- .checkbox__disabled_1yfcc .checkbox__label_1yfcc {
121
+ .checkbox__disabled_tv8ap .checkbox__label_tv8ap {
122
122
  color: #8d8d93;
123
123
  }
124
- .checkbox__disabled_1yfcc .checkbox__hint_1yfcc {
124
+ .checkbox__disabled_tv8ap .checkbox__hint_tv8ap {
125
125
  color: #8d8d93;
126
126
  }
127
- .checkbox__inactive_1yfcc .checkbox__box_1yfcc {
127
+ .checkbox__inactive_tv8ap .checkbox__box_tv8ap {
128
128
  background-color: #3a3a3c;
129
129
  border-color: #e9e9eb;
130
130
  }
131
- .checkbox__inactive_1yfcc.checkbox__checked_1yfcc .checkbox__box_1yfcc {
131
+ .checkbox__inactive_tv8ap.checkbox__checked_tv8ap .checkbox__box_tv8ap {
132
132
  color: #464649;
133
133
  border-color: transparent;
134
134
  }
135
- .checkbox__inactive_1yfcc.checkbox__indeterminate_1yfcc .checkbox__box_1yfcc {
135
+ .checkbox__inactive_tv8ap.checkbox__indeterminate_tv8ap .checkbox__box_tv8ap {
136
136
  border-color: transparent;
137
137
  }
138
- .checkbox__focused_1yfcc .checkbox__box_1yfcc {
138
+ .checkbox__focused_tv8ap .checkbox__box_tv8ap {
139
139
  outline: 2px solid #007aff;
140
140
  }
141
- .checkbox__label_1yfcc {
141
+ .checkbox__label_tv8ap {
142
142
  color: #fff;
143
143
  }
144
- .checkbox__hint_1yfcc {
144
+ .checkbox__hint_tv8ap {
145
145
  color: #8d8d93;
146
146
  }
147
- .checkbox__inactive_1yfcc .checkbox__indeterminateLine_1yfcc {
147
+ .checkbox__inactive_tv8ap .checkbox__indeterminateLine_tv8ap {
148
148
  background-color: #464649;
149
149
  }
150
- .checkbox__indeterminateLine_1yfcc {
150
+ .checkbox__indeterminateLine_tv8ap {
151
151
  background-color: #121212;
152
- }.dropzone__component_1wlb9 {
152
+ }.dropzone__component_1fsq8 {
153
153
  border: 2px dashed #e9e9eb;
154
154
  }
155
- .dropzone__component_1wlb9:not(.dropzone__disabled_1wlb9):hover {
155
+ .dropzone__component_1fsq8:not(.dropzone__disabled_1fsq8):hover {
156
156
  background-color: transparent;
157
157
  }
158
- .dropzone__dragOver_1wlb9 {
158
+ .dropzone__dragOver_1fsq8 {
159
159
  background-color: transparent;
160
160
  }
161
- .dropzone__error_1wlb9 {
161
+ .dropzone__error_1fsq8 {
162
162
  border-color: #ef3124;
163
163
  }
164
- .dropzone__overlay_i8djy {
164
+ .dropzone__overlay_179cf {
165
165
  background: #202022;
166
166
  }
167
- .dropzone__text_i8djy {
167
+ .dropzone__text_179cf {
168
168
  color: #fff;
169
- }.form-control__component_9c1ks {
169
+ }.form-control__component_1my1q {
170
170
  color: #fff;
171
171
  }
172
- .form-control__inner_9c1ks {
172
+ .form-control__inner_1my1q {
173
173
  background-color: #202022;
174
174
  }
175
- .form-control__label_9c1ks {
175
+ .form-control__label_1my1q {
176
176
  color: #8d8d93;
177
177
  }
178
- .form-control__hint_9c1ks {
178
+ .form-control__hint_1my1q {
179
179
  color: #8d8d93;
180
180
  }
181
- .form-control__disabled_9c1ks {
181
+ .form-control__disabled_1my1q {
182
182
  background-color: #202022;
183
183
  color: #8d8d93;
184
184
  }
185
- .form-control__focused_9c1ks.form-control__inner_9c1ks {
185
+ .form-control__focused_1my1q.form-control__inner_1my1q {
186
186
  background-color: #202022;
187
187
  }
188
- .form-control__inner_9c1ks:not(.form-control__disabled_9c1ks):hover {
188
+ .form-control__inner_1my1q:not(.form-control__disabled_1my1q):hover {
189
189
  background-color: #202022;
190
190
  }
191
- .form-control__error_9c1ks {
191
+ .form-control__error_1my1q {
192
192
  color: #f15045;
193
193
  }
194
- .form-control__hasError_9c1ks .form-control__label_9c1ks {
194
+ .form-control__hasError_1my1q .form-control__label_1my1q {
195
195
  color: #f15045;
196
196
  }
197
197
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
198
198
  }
199
- .form-control__component_1cz6a {
199
+ .form-control__component_rk2ds {
200
200
  color: #000;
201
201
  }
202
- .form-control__inner_1cz6a {
202
+ .form-control__inner_rk2ds {
203
203
  background-color: #f3f4f5;
204
204
  }
205
- .form-control__label_1cz6a {
205
+ .form-control__label_rk2ds {
206
206
  color: rgba(60, 60, 67, 0.6);
207
207
  }
208
- .form-control__hint_1cz6a {
208
+ .form-control__hint_rk2ds {
209
209
  color: rgba(60, 60, 67, 0.6);
210
210
  }
211
- .form-control__disabled_1cz6a {
211
+ .form-control__disabled_rk2ds {
212
212
  background-color: #f3f4f5;
213
213
  color: rgba(60, 60, 67, 0.6);
214
214
  }
215
- .form-control__focused_1cz6a.form-control__inner_1cz6a {
215
+ .form-control__focused_rk2ds.form-control__inner_rk2ds {
216
216
  background-color: #f3f4f5;
217
217
  }
218
- .form-control__inner_1cz6a:not(.form-control__disabled_1cz6a):hover {
218
+ .form-control__inner_rk2ds:not(.form-control__disabled_rk2ds):hover {
219
219
  background-color: #f3f4f5;
220
220
  }
221
- .form-control__error_1cz6a {
221
+ .form-control__error_rk2ds {
222
222
  color: #ef3124;
223
223
  }
224
- .form-control__hasError_1cz6a .form-control__label_1cz6a {
224
+ .form-control__hasError_rk2ds .form-control__label_rk2ds {
225
225
  color: #ef3124;
226
- }.list__list_1buev {
226
+ }@media (max-width: 599px) {
227
+ }
228
+ @media (min-width: 360px) {
229
+ }
230
+ @media (min-width: 375px) {
231
+ }
232
+ @media (min-width: 412px) {
233
+ }
234
+ @media (min-width: 600px) and (max-width: 1023px) {
235
+ }
236
+ @media (min-width: 600px) {
237
+ }
238
+ @media (min-width: 768px) {
239
+ }
240
+ @media (min-width: 1024px) {
241
+ }
242
+ @media (min-width: 1024px) {
243
+ }
244
+ @media (min-width: 1280px) {
245
+ }
246
+ @media (min-width: 1440px) {
247
+ }
248
+ @media (min-width: 1920px) {
249
+ }
250
+ @media (max-width: 599px) {
251
+ }
252
+ @media (min-width: 360px) {
253
+ }
254
+ @media (min-width: 375px) {
255
+ }
256
+ @media (min-width: 412px) {
257
+ }
258
+ @media (min-width: 600px) and (max-width: 1023px) {
259
+ }
260
+ @media (min-width: 600px) {
261
+ }
262
+ @media (min-width: 768px) {
263
+ }
264
+ @media (min-width: 1024px) {
265
+ }
266
+ @media (min-width: 1024px) {
267
+ }
268
+ @media (min-width: 1280px) {
269
+ }
270
+ @media (min-width: 1440px) {
271
+ }
272
+ @media (min-width: 1920px) {
273
+ }
274
+ .list__list_dq2im {
227
275
  color: #fff;
228
276
  }
229
- .list__slot_1buev {
277
+ .list__slot_dq2im {
230
278
  color: #fff;
231
- }@keyframes loader__blink_1g0i9 {
232
- }.progress-bar__container_1xyc6 {
233
- background: #2a2a2c;
234
- }
235
- .progress-bar__filled_1xyc6.progress-bar__positive_1xyc6 {
236
- background: #2fc26e;
237
- }
238
- .progress-bar__filled_1xyc6.progress-bar__negative_1xyc6 {
239
- background: #d91d0b;
240
- }.link__primary_17ah8 {
279
+ }.link__primary_11mop {
241
280
  color: #fff;
242
281
  border-bottom-color: #fff
243
282
  }
244
- .link__primary_17ah8:hover {
283
+ .link__primary_11mop:hover {
245
284
  color: color-mod(#fff tint(20%));
246
285
  }
247
- .link__primary_17ah8:active {
286
+ .link__primary_11mop:active {
248
287
  color: color-mod(#fff tint(40%));
249
288
  }
250
- .link__secondary_17ah8 {
289
+ .link__secondary_11mop {
251
290
  color: #8d8d93;
252
291
  border-bottom-color: #8d8d93
253
292
  }
254
- .link__secondary_17ah8:hover {
293
+ .link__secondary_11mop:hover {
255
294
  color: color-mod(#8d8d93 tint(20%));
256
295
  }
257
- .link__secondary_17ah8:active {
296
+ .link__secondary_11mop:active {
258
297
  color: color-mod(#8d8d93 tint(40%));
259
298
  }
260
- .link__default_17ah8 {
299
+ .link__default_11mop {
261
300
  color: #0072ef;
262
301
  border-bottom-color: #0072ef
263
302
  }
264
- .link__default_17ah8:hover {
303
+ .link__default_11mop:hover {
265
304
  color: color-mod(#0072ef tint(20%));
266
305
  }
267
- .link__default_17ah8:active {
306
+ .link__default_11mop:active {
268
307
  color: color-mod(#0072ef tint(40%));
269
308
  }
270
- .link__component_19xl7:hover .link__text_19xl7,
271
- .link__component_19xl7:active .link__text_19xl7 {
309
+ .link__component_1x1sm:hover .link__text_1x1sm,
310
+ .link__component_1x1sm:active .link__text_1x1sm {
272
311
  border-bottom-color: rgba(0, 0, 0, 0);
273
312
  }
274
- .link__focused_19xl7 {
313
+ .link__focused_1x1sm {
275
314
  outline: 2px solid #007aff;
276
315
  }
277
- .link__primary_b6xaj {
316
+ .link__primary_5j4rj {
278
317
  color: #000;
279
318
  border-bottom-color: #000
280
319
  }
281
- .link__primary_b6xaj:hover {
320
+ .link__primary_5j4rj:hover {
282
321
  color: rgb(204, 204, 204);
283
322
  }
284
- .link__primary_b6xaj:active {
323
+ .link__primary_5j4rj:active {
285
324
  color: rgb(153, 153, 153);
286
325
  }
287
- .link__secondary_b6xaj {
326
+ .link__secondary_5j4rj {
288
327
  color: #8a8a8e;
289
328
  border-bottom-color: #8a8a8e
290
329
  }
291
- .link__secondary_b6xaj:hover {
330
+ .link__secondary_5j4rj:hover {
292
331
  color: rgb(146, 150, 156);
293
332
  }
294
- .link__secondary_b6xaj:active {
333
+ .link__secondary_5j4rj:active {
295
334
  color: rgb(109, 113, 117);
296
335
  }
297
- .link__default_b6xaj {
336
+ .link__default_5j4rj {
298
337
  color: #0072ef;
299
338
  border-bottom-color: #0072ef
300
339
  }
301
- .link__default_b6xaj:hover {
340
+ .link__default_5j4rj:hover {
302
341
  color: rgb(0, 98, 204);
303
342
  }
304
- .link__default_b6xaj:active {
343
+ .link__default_5j4rj:active {
305
344
  color: rgb(0, 73, 153);
306
- }@media (max-width: 599px) {
307
- }
308
- @media (min-width: 360px) {
309
- }
310
- @media (min-width: 375px) {
311
- }
312
- @media (min-width: 412px) {
313
- }
314
- @media (min-width: 600px) and (max-width: 1023px) {
315
- }
316
- @media (min-width: 600px) {
317
- }
318
- @media (min-width: 768px) {
319
- }
320
- @media (min-width: 1024px) {
321
- }
322
- @media (min-width: 1024px) {
323
- }
324
- @media (min-width: 1280px) {
325
- }
326
- @media (min-width: 1440px) {
327
- }
328
- @media (min-width: 1920px) {
329
- }
330
- @media (max-width: 599px) {
331
- }
332
- @media (min-width: 360px) {
333
- }
334
- @media (min-width: 375px) {
335
- }
336
- @media (min-width: 412px) {
337
- }
338
- @media (min-width: 600px) and (max-width: 1023px) {
339
- }
340
- @media (min-width: 600px) {
341
- }
342
- @media (min-width: 768px) {
343
- }
344
- @media (min-width: 1024px) {
345
- }
346
- @media (min-width: 1024px) {
347
- }
348
- @media (min-width: 1280px) {
349
- }
350
- @media (min-width: 1440px) {
351
- }
352
- @media (min-width: 1920px) {
345
+ }@keyframes loader__blink_17chi {
346
+ }.progress-bar__container_10ic8 {
347
+ background: #2a2a2c;
348
+ }
349
+ .progress-bar__filled_10ic8.progress-bar__positive_10ic8 {
350
+ background: #2fc26e;
353
351
  }
354
- .pure-input__input_cu90h {
352
+ .progress-bar__filled_10ic8.progress-bar__negative_10ic8 {
353
+ background: #d91d0b;
354
+ }.pure-input__input_1focb {
355
355
  color: #fff;
356
356
  caret-color: #0072ef;
357
357
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
358
358
  }
359
- .pure-input__input_cu90h:-webkit-autofill {
359
+ .pure-input__input_1focb:-webkit-autofill {
360
360
  -webkit-text-fill-color: #fff;
361
361
  }
362
- .pure-input__input_cu90h::placeholder {
362
+ .pure-input__input_1focb::placeholder {
363
363
  color: #8d8d93;
364
364
  }
365
- .pure-input__hasLabel_cu90h::placeholder {
365
+ .pure-input__hasLabel_1focb::placeholder {
366
366
  color: #464649;
367
367
  }
368
- .pure-input__input_cu90h:read-only {
368
+ .pure-input__input_1focb:read-only {
369
369
  color: #8d8d93
370
370
  }
371
- .pure-input__input_cu90h:read-only:focus::placeholder {
371
+ .pure-input__input_1focb:read-only:focus::placeholder {
372
372
  color: #8d8d93;
373
373
  }
374
- .pure-input__input_cu90h:disabled {
374
+ .pure-input__input_1focb:disabled {
375
375
  color: #fff;
376
376
  -webkit-text-fill-color: #fff;
377
377
  }
378
- .pure-input__input_cu90h:focus::placeholder {
378
+ .pure-input__input_1focb:focus::placeholder {
379
379
  color: rgba(235, 235, 245, 0.3);
380
380
  }
381
- .pure-input__error_cu90h {
381
+ .pure-input__error_1focb {
382
382
  color: #f15045;
383
383
  caret-color: #f15045;
384
384
  }
385
- .pure-input__component_cu90h {
385
+ .pure-input__component_1focb {
386
386
  color: #fff;
387
387
  background-color: #202022;
388
388
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
389
389
  }
390
- .pure-input__component_cu90h::placeholder {
390
+ .pure-input__component_1focb::placeholder {
391
391
  color: #8d8d93;
392
392
  }
393
- .pure-input__component_cu90h:disabled {
393
+ .pure-input__component_1focb:disabled {
394
394
  color: #fff;
395
395
  background-color: #202022;
396
396
  }
397
- .pure-input__component_cu90h:not(:disabled):focus::placeholder {
397
+ .pure-input__component_1focb:not(:disabled):focus::placeholder {
398
398
  color: rgba(235, 235, 245, 0.3);
399
399
  }
400
- .pure-input__focusVisible_cu90h {
400
+ .pure-input__focusVisible_1focb {
401
401
  outline: 2px solid #007aff;
402
402
  }
403
- .pure-input__component_cu90h:not(:disabled):hover {
403
+ .pure-input__component_1focb:not(:disabled):hover {
404
404
  background-color: #202022;
405
- }.radio-group__error_1q06s {
405
+ }.radio-group__error_1l3ch {
406
406
  border-left: 1px solid #f15045;
407
407
  }
408
- .radio-group__label_1q06s {
408
+ .radio-group__label_1l3ch {
409
409
  color: #fff;
410
410
  }
411
- .radio-group__errorMessage_1q06s {
411
+ .radio-group__errorMessage_1l3ch {
412
412
  color: #f15045;
413
413
  }
414
- .radio-group__hint_1q06s {
414
+ .radio-group__hint_1l3ch {
415
415
  color: #8d8d93;
416
- }.radio__container_dl5em:not(.radio__checked_dl5em):not(.radio__disabled_dl5em):not(.radio__inactive_dl5em) .radio__circle_dl5em {
416
+ }.radio__container_1dm9t:not(.radio__checked_1dm9t):not(.radio__disabled_1dm9t):not(.radio__inactive_1dm9t) .radio__circle_1dm9t {
417
417
  background-color: #121212;
418
418
  border: 1.5px solid #8d8d93;
419
419
  }
420
- .radio__container_dl5em:not(.radio__checked_dl5em):not(.radio__disabled_dl5em):not(.radio__inactive_dl5em):hover:not(:active) .radio__circle_dl5em {
420
+ .radio__container_1dm9t:not(.radio__checked_1dm9t):not(.radio__disabled_1dm9t):not(.radio__inactive_1dm9t):hover:not(:active) .radio__circle_1dm9t {
421
421
  background-color: #121212;
422
422
  border-color: #8d8d93;
423
423
  }
424
- .radio__container_dl5em:not(.radio__checked_dl5em):not(.radio__disabled_dl5em):not(.radio__inactive_dl5em):active .radio__circle_dl5em {
424
+ .radio__container_1dm9t:not(.radio__checked_1dm9t):not(.radio__disabled_1dm9t):not(.radio__inactive_1dm9t):active .radio__circle_1dm9t {
425
425
  background-color: #121212;
426
426
  border-color: #fff;
427
427
  }
428
- .radio__container_dl5em.radio__disabled_dl5em .radio__circle_dl5em {
428
+ .radio__container_1dm9t.radio__disabled_1dm9t .radio__circle_1dm9t {
429
429
  background-color: #121212;
430
430
  border: 1.5px solid #2a2a2c;
431
431
  }
432
- .radio__container_dl5em.radio__disabled_dl5em .radio__label_dl5em {
432
+ .radio__container_1dm9t.radio__disabled_1dm9t .radio__label_1dm9t {
433
433
  color: #8d8d93;
434
434
  }
435
- .radio__container_dl5em.radio__disabled_dl5em .radio__hint_dl5em {
435
+ .radio__container_1dm9t.radio__disabled_1dm9t .radio__hint_1dm9t {
436
436
  color: #8d8d93;
437
437
  }
438
- .radio__container_dl5em.radio__inactive_dl5em .radio__circle_dl5em {
438
+ .radio__container_1dm9t.radio__inactive_1dm9t .radio__circle_1dm9t {
439
439
  background-color: #3a3a3c;
440
440
  border: 1px solid #e9e9eb;
441
441
  }
442
- .radio__container_dl5em.radio__inactive_dl5em.radio__checked_dl5em .radio__circle_dl5em:before {
442
+ .radio__container_1dm9t.radio__inactive_1dm9t.radio__checked_1dm9t .radio__circle_1dm9t:before {
443
443
  background-color: #464649;
444
444
  }
445
- .radio__container_dl5em.radio__checked_dl5em .radio__circle_dl5em {
445
+ .radio__container_1dm9t.radio__checked_1dm9t .radio__circle_1dm9t {
446
446
  background-color: #fff;
447
447
  border: 1.5px solid transparent;
448
448
  }
449
- .radio__container_dl5em.radio__checked_dl5em:hover .radio__circle_dl5em {
449
+ .radio__container_1dm9t.radio__checked_1dm9t:hover .radio__circle_1dm9t {
450
450
  background-color: color-mod(#fff tint(10%));
451
451
  border-color: transparent;
452
452
  }
453
- .radio__container_dl5em.radio__checked_dl5em:active .radio__circle_dl5em {
453
+ .radio__container_1dm9t.radio__checked_1dm9t:active .radio__circle_1dm9t {
454
454
  background-color: color-mod(#fff tint(30%));
455
455
  border-color: transparent;
456
456
  }
457
- .radio__container_dl5em.radio__focused_dl5em .radio__circle_dl5em {
457
+ .radio__container_1dm9t.radio__focused_1dm9t .radio__circle_1dm9t {
458
458
  outline: 2px solid #007aff;
459
459
  }
460
- .radio__container_dl5em.radio__disabled_dl5em.radio__checked_dl5em .radio__circle_dl5em,
461
- .radio__container_dl5em.radio__inactive_dl5em.radio__checked_dl5em .radio__circle_dl5em {
460
+ .radio__container_1dm9t.radio__disabled_1dm9t.radio__checked_1dm9t .radio__circle_1dm9t,
461
+ .radio__container_1dm9t.radio__inactive_1dm9t.radio__checked_1dm9t .radio__circle_1dm9t {
462
462
  background-color: #3a3a3c;
463
463
  border-color: transparent;
464
464
  }
465
- .radio__circle_dl5em:before {
465
+ .radio__circle_1dm9t:before {
466
466
  background-color: #121212;
467
467
  }
468
- .radio__label_dl5em {
468
+ .radio__label_1dm9t {
469
469
  color: #fff;
470
470
  }
471
- .radio__hint_dl5em {
471
+ .radio__hint_1dm9t {
472
472
  color: #8d8d93;
473
- }.skeleton__component_14hmu {
473
+ }.skeleton__component_f5bkp {
474
474
  color: transparent;
475
475
  }
476
- .skeleton__component_14hmu:before {
476
+ .skeleton__component_f5bkp:before {
477
477
  background: #485767;
478
478
  }
479
- .skeleton__animate_14hmu:after {
479
+ .skeleton__animate_f5bkp:after {
480
480
  background: #485767;
481
481
  background-image: linear-gradient(
482
482
  to left,
@@ -487,1408 +487,238 @@
487
487
  rgba(0, 0, 0, 0)
488
488
  );
489
489
  }
490
- @keyframes skeleton__gradient_14hmu {
490
+ @keyframes skeleton__gradient_f5bkp {
491
491
  }
492
- @keyframes skeleton__background_14hmu {
492
+ @keyframes skeleton__background_f5bkp {
493
493
  0% {
494
494
  background: rgb(182, 188, 195);
495
495
  }
496
496
  100% {
497
497
  background: rgb(198, 205, 214);
498
498
  }
499
- }@keyframes spinner__spin_animation_1nic3 {
500
- }.slider__progress_1czk2 {
499
+ }.slider__progress_1y9rj {
501
500
  background: #2a2a2c;
502
501
  }
503
- .slider__progress_1czk2::-moz-progress-bar {
502
+ .slider__progress_1y9rj::-moz-progress-bar {
504
503
  background: #d91d0b;
505
504
  }
506
- .slider__progress_1czk2::-ms-fill {
505
+ .slider__progress_1y9rj::-ms-fill {
507
506
  background: #d91d0b;
508
507
  }
509
- .slider__progress_1czk2::-webkit-progress-value {
508
+ .slider__progress_1y9rj::-webkit-progress-value {
510
509
  background: #d91d0b;
511
510
  }
512
- .slider__progress_1czk2::-webkit-progress-bar {
511
+ .slider__progress_1y9rj::-webkit-progress-bar {
513
512
  background: transparent;
514
513
  }
515
- .slider__range_1czk2,
516
- .slider__range_1czk2:focus {
514
+ .slider__range_1y9rj,
515
+ .slider__range_1y9rj:focus {
517
516
  background: transparent;
518
517
  border-color: transparent;
519
518
  color: transparent;
520
519
  }
521
- .slider__range_1czk2::-ms-track {
520
+ .slider__range_1y9rj::-ms-track {
522
521
  background: transparent;
523
522
  border-color: transparent;
524
523
  color: transparent;
525
524
  }
526
- .slider__range_1czk2::-ms-fill-lower {
525
+ .slider__range_1y9rj::-ms-fill-lower {
527
526
  background: transparent;
528
527
  }
529
- .slider__range_1czk2::-ms-fill-upper {
528
+ .slider__range_1y9rj::-ms-fill-upper {
530
529
  background: transparent;
531
530
  }
532
- .slider__range_1czk2::-webkit-slider-thumb {
531
+ .slider__range_1y9rj::-webkit-slider-thumb {
533
532
  background: #ef3124;
534
533
  box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
535
534
  }
536
- .slider__range_1czk2::-ms-thumb {
535
+ .slider__range_1y9rj::-ms-thumb {
537
536
  background: #ef3124;
538
537
  box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
539
538
  }
540
- .slider__range_1czk2::-moz-range-thumb {
539
+ .slider__range_1y9rj::-moz-range-thumb {
541
540
  background: #ef3124;
542
541
  box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
543
542
  }
544
- .slider__focused_1czk2::-webkit-slider-thumb {
543
+ .slider__focused_1y9rj::-webkit-slider-thumb {
545
544
  outline: 2px solid #007aff;
546
545
  }
547
- .slider__focused_1czk2::-ms-thumb {
546
+ .slider__focused_1y9rj::-ms-thumb {
548
547
  outline: 2px solid #007aff;
549
548
  }
550
- .slider__component_1czk2:hover .slider__progress_1czk2 {
549
+ .slider__component_1y9rj:hover .slider__progress_1y9rj {
551
550
  background: #2a2a2c
552
551
  }
553
- .slider__component_1czk2:hover .slider__progress_1czk2::-moz-progress-bar {
552
+ .slider__component_1y9rj:hover .slider__progress_1y9rj::-moz-progress-bar {
554
553
  background: #d91d0b;
555
554
  }
556
- .slider__component_1czk2:hover .slider__progress_1czk2::-ms-fill {
555
+ .slider__component_1y9rj:hover .slider__progress_1y9rj::-ms-fill {
557
556
  background: #d91d0b;
558
557
  }
559
- .slider__component_1czk2:hover .slider__progress_1czk2::-webkit-progress-value {
558
+ .slider__component_1y9rj:hover .slider__progress_1y9rj::-webkit-progress-value {
560
559
  background: #d91d0b;
561
560
  }
562
- .slider__component_1czk2:hover .slider__range_1czk2::-webkit-slider-thumb {
561
+ .slider__component_1y9rj:hover .slider__range_1y9rj::-webkit-slider-thumb {
563
562
  background: #ef3124;
564
563
  }
565
- .slider__component_1czk2:hover .slider__range_1czk2::-ms-thumb {
564
+ .slider__component_1y9rj:hover .slider__range_1y9rj::-ms-thumb {
566
565
  background: #ef3124;
567
566
  }
568
- .slider__component_1czk2:hover .slider__range_1czk2::-moz-range-thumb {
567
+ .slider__component_1y9rj:hover .slider__range_1y9rj::-moz-range-thumb {
569
568
  background: #ef3124;
570
- }.status__soft_15o28.status__green_15o28 {
569
+ }@keyframes spinner__spin_animation_858rw {
570
+ }.status__soft_1iap4.status__green_1iap4 {
571
571
  background: rgb(231, 246, 239);
572
572
  color: #13a463;
573
573
  }
574
- .status__soft_15o28.status__orange_15o28 {
574
+ .status__soft_1iap4.status__orange_1iap4 {
575
575
  background: rgb(252, 240, 230);
576
576
  color: #de6a00;
577
577
  }
578
- .status__soft_15o28.status__red_15o28 {
578
+ .status__soft_1iap4.status__red_1iap4 {
579
579
  background: rgb(251, 232, 231);
580
580
  color: #d91d0b;
581
581
  }
582
- .status__soft_15o28.status__blue_15o28 {
582
+ .status__soft_1iap4.status__blue_1iap4 {
583
583
  background: rgb(230, 242, 255);
584
584
  color: #007aff;
585
585
  }
586
- .status__soft_15o28.status__grey_15o28 {
586
+ .status__soft_1iap4.status__grey_1iap4 {
587
587
  background: rgb(240, 242, 243);
588
588
  color: #6d7986;
589
589
  }
590
- .status__soft_15o28.status__teal_15o28 {
590
+ .status__soft_1iap4.status__teal_1iap4 {
591
591
  background: rgb(233, 244, 243);
592
592
  color: #219187;
593
593
  }
594
- .status__soft_15o28.status__purple_15o28 {
594
+ .status__soft_1iap4.status__purple_1iap4 {
595
595
  background: rgb(240, 235, 248);
596
596
  color: #673ab7;
597
597
  }
598
- .status__contrast_15o28 {
598
+ .status__contrast_1iap4 {
599
599
  color: #000
600
600
  }
601
- .status__contrast_15o28.status__green_15o28 {
601
+ .status__contrast_1iap4.status__green_1iap4 {
602
602
  background: #13a463;
603
603
  }
604
- .status__contrast_15o28.status__orange_15o28 {
604
+ .status__contrast_1iap4.status__orange_1iap4 {
605
605
  background: #de6a00;
606
606
  }
607
- .status__contrast_15o28.status__red_15o28 {
607
+ .status__contrast_1iap4.status__red_1iap4 {
608
608
  background: #d91d0b;
609
609
  }
610
- .status__contrast_15o28.status__blue_15o28 {
610
+ .status__contrast_1iap4.status__blue_1iap4 {
611
611
  background: #007aff;
612
612
  }
613
- .status__contrast_15o28.status__grey_15o28 {
613
+ .status__contrast_1iap4.status__grey_1iap4 {
614
614
  background: #6d7986;
615
615
  }
616
- .status__contrast_15o28.status__teal_15o28 {
616
+ .status__contrast_1iap4.status__teal_1iap4 {
617
617
  background: #219187;
618
618
  }
619
- .status__contrast_15o28.status__purple_15o28 {
619
+ .status__contrast_1iap4.status__purple_1iap4 {
620
620
  background: #673ab7;
621
- }.switch__component_1ih78 {
621
+ }.switch__component_1x1v5 {
622
622
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
623
623
  }
624
- .switch__switch_1ih78 {
624
+ .switch__switch_1x1v5 {
625
625
  background-color: #8d8d93;
626
626
  border: 2px solid #8d8d93;
627
627
  }
628
- .switch__switch_1ih78:before {
628
+ .switch__switch_1x1v5:before {
629
629
  background-color: #121212;
630
630
  }
631
- .switch__label_1ih78 {
631
+ .switch__label_1x1v5 {
632
632
  color: #fff;
633
633
  }
634
- .switch__hint_1ih78 {
634
+ .switch__hint_1x1v5 {
635
635
  color: #8d8d93;
636
636
  }
637
- .switch__checked_1ih78 .switch__switch_1ih78 {
637
+ .switch__checked_1x1v5 .switch__switch_1x1v5 {
638
638
  background-color: #ef3124;
639
639
  border-color: #ef3124;
640
640
  }
641
- .switch__disabled_1ih78 .switch__switch_1ih78 {
641
+ .switch__disabled_1x1v5 .switch__switch_1x1v5 {
642
642
  background-color: #2a2a2c;
643
643
  border-color: #2a2a2c;
644
644
  }
645
- .switch__disabled_1ih78 .switch__label_1ih78 {
645
+ .switch__disabled_1x1v5 .switch__label_1x1v5 {
646
646
  color: #8d8d93;
647
647
  }
648
- .switch__disabled_1ih78 .switch__hint_1ih78 {
648
+ .switch__disabled_1x1v5 .switch__hint_1x1v5 {
649
649
  color: #8d8d93;
650
650
  }
651
- .switch__inactive_1ih78 .switch__switch_1ih78 {
651
+ .switch__inactive_1x1v5 .switch__switch_1x1v5 {
652
652
  background-color: #2a2a2c;
653
653
  border-color: #2a2a2c
654
654
  }
655
- .switch__inactive_1ih78 .switch__switch_1ih78:before {
655
+ .switch__inactive_1x1v5 .switch__switch_1x1v5:before {
656
656
  background-color: #e9e9eb;
657
657
  }
658
- .switch__focused_1ih78 .switch__switch_1ih78 {
658
+ .switch__focused_1x1v5 .switch__switch_1x1v5 {
659
659
  outline: 2px solid #007aff;
660
- }.tag__component_403i0 {
660
+ }.tag__component_1cl50 {
661
661
  color: #fff;
662
662
  border-color: transparent;
663
663
  background-color: #202022
664
664
  }
665
- .tag__component_403i0:disabled {
665
+ .tag__component_1cl50:disabled {
666
666
  border-color: transparent;
667
667
  color: #464649;
668
668
  }
669
- .tag__component_403i0:hover:not(:disabled) {
669
+ .tag__component_1cl50:hover:not(:disabled) {
670
670
  border-color: transparent;
671
671
  background-color: #202022;
672
672
  }
673
- .tag__component_403i0:active:not(:disabled) {
673
+ .tag__component_1cl50:active:not(:disabled) {
674
674
  border-color: transparent;
675
675
  background-color: color-mod(#f3f4f5 alpha(7%));
676
676
  color: #fff;
677
677
  }
678
- .tag__checked_403i0 {
678
+ .tag__checked_1cl50 {
679
679
  border-color: transparent;
680
680
  background-color: #f3f4f5;
681
681
  color: #000
682
682
  }
683
- .tag__checked_403i0:disabled {
683
+ .tag__checked_1cl50:disabled {
684
684
  background-color: color-mod(#f3f4f5 alpha(15%));
685
685
  border-color: transparent;
686
686
  color: #000;
687
687
  }
688
- .tag__checked_403i0:hover:not(:disabled):not(:active) {
688
+ .tag__checked_1cl50:hover:not(:disabled):not(:active) {
689
689
  background-color: #f3f4f5;
690
690
  }
691
- .tag__focused_167dp {
691
+ .tag__focused_1e6x0 {
692
692
  outline: 2px solid #007aff;
693
693
  }
694
- .tag__component_1q3vq {
694
+ .tag__component_znt7j {
695
695
  color: #fff;
696
696
  border-color: #e9e9eb;
697
697
  background-color: transparent
698
698
  }
699
- .tag__component_1q3vq:disabled {
699
+ .tag__component_znt7j:disabled {
700
700
  border-color: #2b2b2e;
701
701
  color: #464649;
702
702
  }
703
- .tag__component_1q3vq:hover:not(:disabled) {
703
+ .tag__component_znt7j:hover:not(:disabled) {
704
704
  border-color: #fff;
705
705
  background-color: transparent;
706
706
  }
707
- .tag__component_1q3vq:active:not(:disabled) {
707
+ .tag__component_znt7j:active:not(:disabled) {
708
708
  border-color: #fff;
709
709
  background-color: color-mod(#fff alpha(7%));
710
710
  color: #fff;
711
711
  }
712
- .tag__checked_1q3vq {
712
+ .tag__checked_znt7j {
713
713
  border-color: #fff;
714
714
  background-color: #fff;
715
715
  color: #000
716
716
  }
717
- .tag__checked_1q3vq:disabled {
717
+ .tag__checked_znt7j:disabled {
718
718
  background-color: color-mod(#fff alpha(15%));
719
719
  border-color: transparent;
720
720
  color: #000;
721
721
  }
722
- .tag__checked_1q3vq:hover:not(:disabled):not(:active) {
723
- background-color: #fff;
724
- }.textarea__input_1tieq {
725
- color: #fff;
726
- caret-color: #0072ef;
727
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
728
- }
729
- .textarea__input_1tieq:-webkit-autofill {
730
- -webkit-text-fill-color: #fff;
731
- }
732
- .textarea__input_1tieq::placeholder {
733
- color: #8d8d93;
734
- }
735
- .textarea__hasLabel_1tieq::placeholder {
736
- color: #464649;
737
- }
738
- .textarea__input_1tieq:read-only {
739
- color: #8d8d93
740
- }
741
- .textarea__input_1tieq:read-only:focus::placeholder {
742
- color: #8d8d93;
743
- }
744
- .textarea__input_1tieq:disabled {
745
- color: #fff;
746
- -webkit-text-fill-color: #fff;
747
- }
748
- .textarea__input_1tieq:focus::placeholder {
749
- color: rgba(235, 235, 245, 0.3);
750
- }
751
- .textarea__error_1tieq {
752
- color: #f15045;
753
- caret-color: #f15045;
754
- }
755
- .textarea__textarea_1tieq {
756
- color: #fff;
757
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
758
- }
759
- .textarea__textarea_1tieq::placeholder {
760
- color: #8d8d93;
761
- }
762
- .textarea__hasLabel_1tieq::placeholder {
763
- color: #464649;
764
- }
765
- .textarea__textarea_1tieq:disabled {
766
- color: #fff;
767
- -webkit-text-fill-color: #fff;
768
- }
769
- .textarea__textarea_1tieq:read-only {
770
- color: #8d8d93;
771
- }
772
- .textarea__textarea_1tieq:focus::placeholder {
773
- color: rgba(235, 235, 245, 0.3);
774
- }
775
- .textarea__focusVisible_duc3m {
776
- outline: 2px solid #007aff;
777
- }
778
- .textarea__input_p780r {
779
- color: #000;
780
- caret-color: #0072ef;
781
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
782
- }
783
- .textarea__input_p780r:-webkit-autofill {
784
- -webkit-text-fill-color: #000;
785
- }
786
- .textarea__input_p780r::placeholder {
787
- color: rgba(60, 60, 67, 0.6);
788
- }
789
- .textarea__hasLabel_p780r::placeholder {
790
- color: #c5c5c7;
791
- }
792
- .textarea__input_p780r:read-only {
793
- color: rgba(60, 60, 67, 0.6)
794
- }
795
- .textarea__input_p780r:read-only:focus::placeholder {
796
- color: rgba(60, 60, 67, 0.6);
797
- }
798
- .textarea__input_p780r:disabled {
799
- color: #000;
800
- -webkit-text-fill-color: #000;
801
- }
802
- .textarea__input_p780r:focus::placeholder {
803
- color: rgba(60, 60, 67, 0.3);
804
- }
805
- .textarea__error_p780r {
806
- color: #ef3124;
807
- caret-color: #ef3124;
808
- }
809
- .textarea__textarea_p780r {
810
- color: #000;
811
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
812
- }
813
- .textarea__textarea_p780r::placeholder {
814
- color: rgba(60, 60, 67, 0.6);
815
- }
816
- .textarea__hasLabel_p780r::placeholder {
817
- color: #c5c5c7;
818
- }
819
- .textarea__textarea_p780r:disabled {
820
- color: #000;
821
- -webkit-text-fill-color: #000;
822
- }
823
- .textarea__textarea_p780r:read-only {
824
- color: rgba(60, 60, 67, 0.6);
825
- }
826
- .textarea__textarea_p780r:focus::placeholder {
827
- color: rgba(60, 60, 67, 0.3);
828
- }.typography__tertiary_np665 {
829
- color: #464649;
830
- }
831
- .typography__disabled_np665 {
832
- color: #2a2a2c;
833
- }
834
- .typography__accent_np665 {
835
- color: #ef3124;
836
- }
837
- .typography__primary_np665 {
838
- color: #fff;
839
- }
840
- .typography__attention_np665 {
841
- color: #cb830f;
842
- }
843
- .typography__positive_np665 {
844
- color: #13a463;
845
- }
846
- .typography__secondary_np665 {
847
- color: #8d8d93;
848
- }
849
- .typography__tertiary-inverted_np665 {
850
- color: #c5c5c7;
851
- }
852
- .typography__primary-inverted_np665 {
853
- color: #000;
854
- }
855
- .typography__secondary-inverted_np665 {
856
- color: #8a8a8e;
857
- }
858
- .typography__link_np665 {
859
- color: #0072ef;
860
- }
861
- .typography__negative_np665 {
862
- color: #f15045;
863
- }
864
-
865
-
866
-
867
- @media screen and (min-width: 600px) {
868
- }
869
- @media screen and (min-width: 1024px) {
870
- }.base-modal__component_1fzk6 {
871
- background: #121212;
872
- }.button__primary_1jxky {
873
- color: #000;
874
- background-color: #f3f4f5
875
- }
876
- .button__primary_1jxky:hover {
877
- background-color: #f3f4f5;
878
- }
879
- .button__primary_1jxky:active {
880
- background-color: #fff;
881
- }
882
- .button__secondary_1jxky {
883
- color: #fff;
884
- background-color: #202022;
885
- border: 1px solid transparent
886
- }
887
- .button__secondary_1jxky:hover {
888
- background-color: #202022;
889
- }
890
- .button__secondary_1jxky:active {
891
- background-color: #2c2c2e;
892
- }
893
- .button__outlined_1jxky {
894
- color: #fff;
895
- background-color: transparent;
896
- border: 1px solid #f3f4f5
897
- }
898
- .button__outlined_1jxky:hover {
899
- background-color: rgba(0, 0, 0, 0.07);
900
- }
901
- .button__outlined_1jxky:active {
902
- background-color: rgba(0, 0, 0, 0.15);
903
- }
904
- .button__tertiary_1jxky {
905
- color: #fff;
906
- background-color: transparent;
907
- border: 1px solid #f3f4f5
908
- }
909
- .button__tertiary_1jxky:hover {
910
- background-color: rgba(0, 0, 0, 0.07);
911
- }
912
- .button__tertiary_1jxky:active {
913
- background-color: rgba(0, 0, 0, 0.15);
914
- }
915
- .button__filled_1jxky {
916
- color: #fff;
917
- background-color: #3a3a3c
918
- }
919
- .button__filled_1jxky:hover {
920
- background-color: color-mod(#3a3a3c tint(7%));
921
- }
922
- .button__filled_1jxky:active {
923
- background-color: color-mod(#3a3a3c tint(15%));
924
- }
925
- .button__transparent_1jxky {
926
- color: #fff;
927
- background-color: color-mod(#fff alpha(10%))
928
- }
929
- .button__transparent_1jxky:hover {
930
- background-color: color-mod(#fff alpha(20%));
931
- }
932
- .button__transparent_1jxky:active {
933
- background-color: color-mod(#fff alpha(40%));
934
- }
935
- .button__link_1jxky {
936
- color: #fff;
937
- background-color: transparent
938
- }
939
- .button__link_1jxky:hover {
940
- background-color: #485767;
941
- }
942
- .button__link_1jxky:active {
943
- background-color: rgb(85, 99, 114);
944
- }
945
- .button__ghost_1jxky {
946
- color: #fff
947
- }
948
- .button__ghost_1jxky:hover {
949
- color: color-mod(#fff shade(30%));
950
- }
951
- .button__ghost_1jxky:active {
952
- color: color-mod(#fff shade(50%));
953
- }
954
- .button__component_1jxky:disabled.button__primary_1jxky {
955
- color: #c5c5c7;
956
- background-color: #f3f4f5
957
- }
958
- .button__component_1jxky:disabled.button__primary_1jxky.button__loading_1jxky {
959
- background-color: #f3f4f5;
960
- }
961
- .button__component_1jxky:disabled.button__secondary_1jxky {
962
- color: #2a2a2c;
963
- background-color: #202022;
964
- border-color: transparent
965
- }
966
- .button__component_1jxky:disabled.button__secondary_1jxky.button__loading_1jxky {
967
- color: #fff;
968
- background-color: #202022;
969
- border-color: transparent;
970
- }
971
- .button__component_1jxky:disabled.button__outlined_1jxky {
972
- color: color-mod(#fff alpha(30%));
973
- background-color: transparent;
974
- border-color: color-mod(#f3f4f5 alpha(30%))
975
- }
976
- .button__component_1jxky:disabled.button__outlined_1jxky.button__loading_1jxky {
977
- color: #fff;
978
- }
979
- .button__component_1jxky:disabled.button__tertiary_1jxky {
980
- color: color-mod(#fff alpha(30%));
981
- background-color: transparent;
982
- border-color: color-mod(#f3f4f5 alpha(30%))
983
- }
984
- .button__component_1jxky:disabled.button__tertiary_1jxky.button__loading_1jxky {
985
- color: #fff;
986
- }
987
- .button__component_1jxky:disabled.button__filled_1jxky {
988
- color: color-mod(#fff alpha(30%));
989
- background-color: color-mod(#3a3a3c alpha(30%))
990
- }
991
- .button__component_1jxky:disabled.button__filled_1jxky.button__loading_1jxky {
992
- color: #fff;
993
- background-color: #3a3a3c;
994
- }
995
- .button__component_1jxky:disabled.button__transparent_1jxky {
996
- color: color-mod(#fff alpha(30%));
997
- background-color: color-mod(#fff alpha(3%))
998
- }
999
- .button__component_1jxky:disabled.button__transparent_1jxky.button__loading_1jxky {
1000
- color: #fff;
1001
- background-color: color-mod(#fff alpha(10%));
1002
- }
1003
- .button__component_1jxky:disabled.button__link_1jxky {
1004
- color: color-mod(#fff alpha(30%));
1005
- background-color: transparent
1006
- }
1007
- .button__component_1jxky:disabled.button__link_1jxky.button__loading_1jxky {
1008
- color: #fff;
1009
- }
1010
- .button__component_1jxky:disabled.button__ghost_1jxky {
1011
- color: color-mod(#fff alpha(30%))
1012
- }
1013
- .button__component_1jxky:disabled.button__ghost_1jxky.button__loading_1jxky {
1014
- color: #fff;
1015
- }
1016
- .button__component_amy1g {
1017
- background-color: transparent
1018
- }
1019
- .button__focused_amy1g {
1020
- outline: 2px solid #007aff;
1021
- }
1022
- .button__primary_18njg {
1023
- color: #000;
1024
- background-color: #ef3124
1025
- }
1026
- .button__primary_18njg:hover {
1027
- background-color: rgb(241, 80, 69);
1028
- }
1029
- .button__primary_18njg:active {
1030
- background-color: rgb(203, 42, 31);
1031
- }
1032
- .button__secondary_18njg {
1033
- color: #fff;
1034
- background-color: #3a3a3c;
1035
- border: 1px solid transparent
1036
- }
1037
- .button__secondary_18njg:hover {
1038
- background-color: rgb(99, 112, 126);
1039
- }
1040
- .button__secondary_18njg:active {
1041
- background-color: rgb(61, 74, 88);
1042
- }
1043
- .button__outlined_18njg {
1044
- color: #fff;
1045
- background-color: transparent;
1046
- border: 1px solid #f3f4f5
1047
- }
1048
- .button__outlined_18njg:hover {
1049
- background-color: rgba(255, 255, 255, 0.15);
1050
- }
1051
- .button__outlined_18njg:active {
1052
- background-color: rgba(0, 0, 0, 0.15);
1053
- }
1054
- .button__tertiary_18njg {
1055
- color: #fff;
1056
- background-color: transparent;
1057
- border: 1px solid #f3f4f5
1058
- }
1059
- .button__tertiary_18njg:hover {
1060
- background-color: rgba(255, 255, 255, 0.15);
1061
- }
1062
- .button__tertiary_18njg:active {
1063
- background-color: rgba(0, 0, 0, 0.15);
1064
- }
1065
- .button__filled_18njg {
1066
- color: #fff;
1067
- background-color: #3a3a3c
1068
- }
1069
- .button__filled_18njg:hover {
1070
- background-color: rgb(99, 112, 126);
1071
- }
1072
- .button__filled_18njg:active {
1073
- background-color: rgb(61, 74, 88);
1074
- }
1075
- .button__transparent_18njg {
1076
- color: #000;
1077
- background-color: rgba(255, 255, 255, 0.1)
1078
- }
1079
- .button__transparent_18njg:hover {
1080
- background-color: rgba(255, 255, 255, 0.2);
1081
- }
1082
- .button__transparent_18njg:active {
1083
- background-color: rgba(255, 255, 255, 0.05);
1084
- }
1085
- .button__link_18njg {
1086
- color: #000;
1087
- background-color: transparent
1088
- }
1089
- .button__link_18njg:hover {
1090
- background-color: rgba(11, 31, 53, 0.07);
1091
- }
1092
- .button__link_18njg:active {
1093
- background-color: rgba(179, 179, 179, 0.15);
1094
- }
1095
- .button__ghost_18njg {
1096
- color: #000
1097
- }
1098
- .button__ghost_18njg:hover {
1099
- color: rgb(179, 179, 179);
1100
- }
1101
- .button__ghost_18njg:active {
1102
- color: rgb(128, 128, 128);
1103
- }
1104
- .button__component_18njg:disabled.button__primary_18njg {
1105
- color: #000;
1106
- background-color: rgba(239, 49, 36, 0.3)
1107
- }
1108
- .button__component_18njg:disabled.button__primary_18njg.button__loading_18njg {
1109
- background-color: #ef3124;
1110
- }
1111
- .button__component_18njg:disabled.button__secondary_18njg {
1112
- color: rgba(255, 255, 255, 0.3);
1113
- background-color: rgba(72, 87, 103, 0.3);
1114
- border-color: transparent
1115
- }
1116
- .button__component_18njg:disabled.button__secondary_18njg.button__loading_18njg {
1117
- color: #fff;
1118
- background-color: #3a3a3c;
1119
- border-color: transparent;
1120
- }
1121
- .button__component_18njg:disabled.button__outlined_18njg {
1122
- color: rgba(255, 255, 255, 0.3);
1123
- background-color: transparent;
1124
- border-color: rgba(35, 53, 73, 0.3)
1125
- }
1126
- .button__component_18njg:disabled.button__outlined_18njg.button__loading_18njg {
1127
- color: #fff;
1128
- }
1129
- .button__component_18njg:disabled.button__tertiary_18njg {
1130
- color: rgba(255, 255, 255, 0.3);
1131
- background-color: transparent;
1132
- border-color: rgba(35, 53, 73, 0.3)
1133
- }
1134
- .button__component_18njg:disabled.button__tertiary_18njg.button__loading_18njg {
1135
- color: #fff;
1136
- }
1137
- .button__component_18njg:disabled.button__filled_18njg {
1138
- color: rgba(255, 255, 255, 0.3);
1139
- background-color: rgba(72, 87, 103, 0.3);
1140
- border-color: transparent
1141
- }
1142
- .button__component_18njg:disabled.button__filled_18njg.button__loading_18njg {
1143
- color: #fff;
1144
- background-color: #3a3a3c;
1145
- border-color: transparent;
1146
- }
1147
- .button__component_18njg:disabled.button__transparent_18njg {
1148
- color: rgba(255, 255, 255, 0.3);
1149
- background-color: rgba(255, 255, 255, 0.03)
1150
- }
1151
- .button__component_18njg:disabled.button__transparent_18njg.button__loading_18njg {
1152
- color: #000;
1153
- background-color: rgba(255, 255, 255, 0.1);
1154
- }
1155
- .button__component_18njg:disabled.button__link_18njg {
1156
- color: rgba(255, 255, 255, 0.3);
1157
- background-color: transparent
1158
- }
1159
- .button__component_18njg:disabled.button__link_18njg.button__loading_18njg {
1160
- color: #000;
1161
- }
1162
- .button__component_18njg:disabled.button__ghost_18njg {
1163
- color: rgba(255, 255, 255, 0.3)
1164
- }
1165
- .button__component_18njg:disabled.button__ghost_18njg.button__loading_18njg {
1166
- color: #000;
1167
- }.popover__component_19if8 {
1168
- background-color: transparent;
1169
- color: #fff;
1170
- }
1171
- .popover__inner_19if8 {
1172
- background-color: #121212;
1173
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1174
- border: 1px solid transparent;
1175
- }
1176
- .popover__arrow_19if8:after {
1177
- background-color: #121212;
1178
- border: 1px solid transparent;
1179
- }.tabs__component_1oa66:before {
1180
- background-color: #2b2b2e;
1181
- }
1182
- .tabs__title_1oa66 {
1183
- color: #8d8d93
1184
- }
1185
- .tabs__title_1oa66:not(.tabs__disabled_1oa66):hover {
1186
- color: #fff;
1187
- }
1188
- .tabs__focused_1oa66 {
1189
- outline: 2px solid #007aff;
1190
- }
1191
- .tabs__selected_1oa66 {
1192
- color: #fff;
1193
- }
1194
- .tabs__disabled_1oa66 {
1195
- color: #464649;
1196
- }
1197
- .tabs__line_1oa66 {
1198
- background-color: #ef3124;
1199
- }
1200
- .tabs__component_1oa66:before {
1201
- background-color: #2b2b2e;
1202
- }.tabs__title_1oa66 {
1203
- color: #8d8d93
1204
- }.tabs__title_1oa66:not(.tabs__disabled_1oa66):hover {
1205
- color: #fff;
1206
- }.tabs__focused_1oa66 {
1207
- outline: 2px solid #007aff;
1208
- }.tabs__selected_1oa66 {
1209
- color: #fff;
1210
- }.tabs__disabled_1oa66 {
1211
- color: #464649;
1212
- }.tabs__line_1oa66 {
1213
- background-color: #ef3124;
1214
- }
1215
-
1216
-
1217
-
1218
- .select-with-tags__tag_by6ch:active:not(:disabled) {
1219
- background-color: #f3f4f5;
1220
- }
1221
- .select-with-tags__tag_by6ch:hover:not(:disabled):not(:active) {
1222
- background-color: #f3f4f5;
1223
- }
1224
- .select-with-tags__input_1x0o6 {
1225
- background-color: transparent;
1226
- color: #fff
1227
- }
1228
- .select-with-tags__input_1x0o6:disabled {
1229
- color: #8d8d93;
1230
- }
1231
- .select-with-tags__input_1x0o6::placeholder {
1232
- color: #8d8d93;
1233
- }
1234
- .select-with-tags__input_1x0o6:focus::placeholder {
1235
- color: #464649;
1236
- }
1237
- .select-with-tags__focusVisible_1x0o6 {
1238
- outline: 2px solid #007aff;
1239
- }
1240
- .select-with-tags__placeholder_1x0o6 {
1241
- color: #464649;
1242
- }.list-header__filled_bbsdo {
1243
- background-color: #485767;
1244
- }.circular-progress-bar__backgroundCircle_180a8,
1245
- .circular-progress-bar__progressCircle_180a8 {
1246
- fill: transparent;
1247
- }
1248
- .circular-progress-bar__positive_180a8 {
1249
- stroke: #2fc26e;
1250
- }
1251
- .circular-progress-bar__negative_180a8 {
1252
- stroke: #d91d0b;
1253
- }
1254
- .circular-progress-bar__backgroundCircle_180a8 {
1255
- stroke: #2c2c2e;
1256
- }.stepped-progress-bar__description_1lkv2 {
1257
- color: rgba(235, 235, 245, 0.6);
1258
- }
1259
- .stepped-progress-bar__bar_9kuq8 {
1260
- background: #2b2b2e;
1261
- }
1262
- .stepped-progress-bar__done_9kuq8 {
1263
- background: #2fc26e;
1264
- }.drawer__backdropEnter_e5xl9 {
1265
- background-color: transparent;
1266
- }
1267
- .drawer__backdropEnterActive_e5xl9,
1268
- .drawer__backdropEnterDone_e5xl9 {
1269
- background-color: rgba(0, 0, 0, 0.8);
1270
- }
1271
- .drawer__backdropExit_e5xl9 {
1272
- background-color: rgba(0, 0, 0, 0.8);
1273
- }
1274
- .drawer__backdropExitActive_e5xl9,
1275
- .drawer__backdropExitDone_e5xl9 {
1276
- background-color: transparent;
1277
- }.bottom-sheet__modal_voylj {
1278
- background-color: transparent;
1279
- }
1280
- .bottom-sheet__component_voylj {
1281
- background: #121212;
1282
- }
1283
- .bottom-sheet__marker_voylj {
1284
- background-color: #2a2a2c;
1285
- }
1286
- .bottom-sheet__content_voylj {
1287
- color: #fff;
1288
- }
1289
- .bottom-sheet__footer_1hs0f {
1290
- background-color: #121212;
1291
- }
1292
- .bottom-sheet__highlighted_1hs0f {
1293
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
1294
- }.attach__component_1hadd {
1295
- }
1296
- .attach__focused_1hadd {
1297
- outline: 2px solid #007aff;
1298
- }.chart__coreChart_tafzv .recharts-text tspan {
1299
- fill: #fff;
1300
- }
1301
- @keyframes chart__showDot_13ocs {
1302
- }
1303
-
1304
- .chart__tickText_18pdd {
1305
- fill: #fff;
1306
- }
1307
- .chart__circle_18pdd {
1308
- fill: #121212;
1309
- }
1310
- .chart__circle_18pdd {
1311
- fill: #121212;
1312
- }
1313
- .chart__tooltip_sjo2x {
1314
- background-color: #121212;
1315
- border: 1px solid #2b2b2e;
1316
- box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1317
- }
1318
- .chart__tooltipArrow_sjo2x {
1319
- border: 1px solid #2b2b2e;
1320
- background-color: #121212;
1321
- }
1322
- .chart__tooltipArrow_sjo2x:before {
1323
- border-color: transparent #121212 transparent transparent;
1324
- }
1325
- .calendar__daysTable_fi2xb td:first-child .calendar__transitLeft_fi2xb {
1326
- background: linear-gradient(
1327
- 270deg,
1328
- #e8f2fe 0%,
1329
- rgba(255, 255, 255, 0) 100%
1330
- )
1331
- }
1332
- .calendar__daysTable_fi2xb td:last-child .calendar__transitRight_fi2xb {
1333
- background: linear-gradient(
1334
- 270deg,
1335
- rgba(255, 255, 255, 0) 0%,
1336
- #e8f2fe 100%
1337
- )
1338
- }
1339
- .calendar__dayName_fi2xb {
1340
- color: #8d8d93;
1341
- }
1342
- .calendar__day_fi2xb {
1343
- color: #fff
1344
- }
1345
- .calendar__day_fi2xb.calendar__event_fi2xb:before {
1346
- background: #464649;
1347
- }
1348
- .calendar__day_fi2xb.calendar__today_fi2xb span:after {
1349
- border: 1px solid #fff;
1350
- }
1351
- .calendar__day_fi2xb.calendar__highlighted_fi2xb {
1352
- color: #fff;
1353
- background: #2a2a2c;
1354
- }
1355
- .calendar__day_fi2xb.calendar__disabled_fi2xb {
1356
- color: #464649;
1357
- background: transparent;
1358
- }
1359
- .calendar__day_fi2xb.calendar__range_fi2xb {
1360
- color: #fff;
1361
- background: #e8f2fe;
1362
- }
1363
- .calendar__day_fi2xb.calendar__selected_fi2xb,
1364
- .calendar__day_fi2xb.calendar__disabled_fi2xb.calendar__selected_fi2xb {
1365
- color: #000;
1366
- background: #fff;
1367
- }
1368
- .calendar__day_fi2xb.calendar__firstDay_fi2xb:after {
1369
- background: linear-gradient(
1370
- 270deg,
1371
- #e8f2fe 0%,
1372
- rgba(255, 255, 255, 0) 100%
1373
- );
1374
- }
1375
- .calendar__day_fi2xb.calendar__lastDay_fi2xb:after {
1376
- background: linear-gradient(
1377
- 270deg,
1378
- rgba(255, 255, 255, 0) 0%,
1379
- #e8f2fe 100%
1380
- );
1381
- }
1382
- .calendar__withShadow_1nj9f {
1383
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1384
- }
1385
-
1386
- .calendar__button_1ejuk {
1387
- background-color: transparent
1388
- }
1389
- .calendar__button_1ejuk:not(:disabled):hover {
1390
- background-color: #2c2c2e;
1391
- color: #fff;
1392
- }
1393
- .calendar__button_1ejuk.calendar__filled_1ejuk {
1394
- background-color: #2c2c2e
1395
- }
1396
- .calendar__button_1ejuk.calendar__filled_1ejuk:not(:disabled):hover {
1397
- background-color: color-mod(#2c2c2e tint(7%));
1398
- }
1399
- .calendar__button_1ejuk.calendar__outlined_1ejuk {
1400
- border: 1px solid #fff;
1401
- }
1402
- .calendar__button_1ejuk.calendar__selected_1ejuk,
1403
- .calendar__button_1ejuk.calendar__selected_1ejuk:disabled {
1404
- background-color: #fff;
1405
- color: #000
1406
- }
1407
- .calendar__button_1ejuk.calendar__selected_1ejuk:not(:disabled):hover, .calendar__button_1ejuk.calendar__selected_1ejuk:disabled:not(:disabled):hover {
1408
- background-color: #fff;
1409
- color: #000;
1410
- }
1411
- .input__input_1cj6z {
1412
- color: #fff;
1413
- caret-color: #0072ef;
1414
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1415
- }
1416
- .input__input_1cj6z:-webkit-autofill {
1417
- -webkit-text-fill-color: #fff;
1418
- }
1419
- .input__input_1cj6z::placeholder {
1420
- color: #8d8d93;
1421
- }
1422
- .input__hasLabel_1cj6z::placeholder {
1423
- color: #464649;
1424
- }
1425
- .input__input_1cj6z:read-only {
1426
- color: #8d8d93
1427
- }
1428
- .input__input_1cj6z:read-only:focus::placeholder {
1429
- color: #8d8d93;
1430
- }
1431
- .input__input_1cj6z:disabled {
1432
- color: #fff;
1433
- -webkit-text-fill-color: #fff;
1434
- }
1435
- .input__input_1cj6z:focus::placeholder {
1436
- color: rgba(235, 235, 245, 0.3);
1437
- }
1438
- .input__error_1cj6z {
1439
- color: #f15045;
1440
- caret-color: #f15045;
1441
- }
1442
- .input__focusVisible_17k1i {
1443
- outline: 2px solid #007aff;
1444
- }
1445
- @keyframes input__onautofillstart_17k1i {
1446
- from {
1447
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1448
- }
1449
- to {
1450
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1451
- }
1452
- }
1453
- @keyframes input__onautofillcancel_17k1i {
1454
- from {
1455
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1456
- }
1457
- to {
1458
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1459
- }
1460
- }
1461
- .input__input_10ckc {
1462
- color: #000;
1463
- caret-color: #0072ef;
1464
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1465
- }
1466
- .input__input_10ckc:-webkit-autofill {
1467
- -webkit-text-fill-color: #000;
1468
- }
1469
- .input__input_10ckc::placeholder {
1470
- color: rgba(60, 60, 67, 0.6);
1471
- }
1472
- .input__hasLabel_10ckc::placeholder {
1473
- color: #c5c5c7;
1474
- }
1475
- .input__input_10ckc:read-only {
1476
- color: rgba(60, 60, 67, 0.6)
1477
- }
1478
- .input__input_10ckc:read-only:focus::placeholder {
1479
- color: rgba(60, 60, 67, 0.6);
1480
- }
1481
- .input__input_10ckc:disabled {
1482
- color: #000;
1483
- -webkit-text-fill-color: #000;
1484
- }
1485
- .input__input_10ckc:focus::placeholder {
1486
- color: rgba(60, 60, 67, 0.3);
1487
- }
1488
- .input__error_10ckc {
1489
- color: #ef3124;
1490
- caret-color: #ef3124;
1491
- }.icon-button__primary_195jg {
1492
- color: #fff
1493
- }
1494
- .icon-button__primary_195jg:hover {
1495
- color: color-mod(#fff shade(30%));
1496
- }
1497
- .icon-button__primary_195jg:active {
1498
- color: color-mod(#fff shade(50%));
1499
- }
1500
- .icon-button__secondary_195jg {
1501
- color: #8d8d93
1502
- }
1503
- .icon-button__secondary_195jg:hover {
1504
- color: color-mod(#8d8d93 tint(30%));
1505
- }
1506
- .icon-button__secondary_195jg:active {
1507
- color: color-mod(#8d8d93 tint(50%));
1508
- }
1509
- .icon-button__transparent_195jg {
1510
- color: color-mod(#fff alpha(30%))
1511
- }
1512
- .icon-button__transparent_195jg:hover {
1513
- color: color-mod(#fff alpha(40%));
1514
- }
1515
- .icon-button__transparent_195jg:active {
1516
- color: color-mod(#fff alpha(50%));
1517
- }
1518
- .icon-button__negative_195jg {
1519
- color: #d91d0b
1520
- }
1521
- .icon-button__negative_195jg:hover {
1522
- color: color-mod(#d91d0b shade(30%));
1523
- }
1524
- .icon-button__negative_195jg:active {
1525
- color: color-mod(#d91d0b shade(50%));
1526
- }
1527
-
1528
- .icon-button__primary_1kwkq {
1529
- color: #121212
1530
- }
1531
- .icon-button__primary_1kwkq:hover {
1532
- color: rgb(230, 230, 230);
1533
- }
1534
- .icon-button__primary_1kwkq:active {
1535
- color: rgb(179, 179, 179);
1536
- }
1537
- .icon-button__secondary_1kwkq {
1538
- color: #233549
1539
- }
1540
- .icon-button__secondary_1kwkq:hover {
1541
- color: rgb(219, 220, 221);
1542
- }
1543
- .icon-button__secondary_1kwkq:active {
1544
- color: rgb(170, 171, 172);
1545
- }
1546
- .icon-button__transparent_1kwkq {
1547
- color: rgba(255, 255, 255, 0.3)
1548
- }
1549
- .icon-button__transparent_1kwkq:hover {
1550
- color: rgba(255, 255, 255, 0.4);
1551
- }
1552
- .icon-button__transparent_1kwkq:active {
1553
- color: rgba(255, 255, 255, 0.5);
1554
- }
1555
- .icon-button__negative_1kwkq {
1556
- color: #d91d0b
1557
- }
1558
- .icon-button__negative_1kwkq:hover {
1559
- color: rgb(217, 72, 62);
1560
- }
1561
- .icon-button__negative_1kwkq:active {
1562
- color: rgb(169, 56, 48);
1563
- }.plate__component_1ibzx {
1564
- color: #fff;
1565
- }
1566
- .plate__focused_1ibzx {
1567
- outline: 2px solid #007aff;
1568
- }
1569
- .plate__common_1ibzx {
1570
- background-color: #202022;
1571
- border-color: #6d7986;
1572
- }
1573
- .plate__negative_1ibzx {
1574
- background-color: #35110d;
1575
- border-color: #d91d0b;
1576
- }
1577
- .plate__positive_1ibzx {
1578
- background-color: #042117;
1579
- border-color: #13a463;
1580
- }
1581
- .plate__attention_1ibzx {
1582
- background-color: #332104;
1583
- border-color: #de6a00;
1584
- }.confirmation__errorHeader_s5tcb {
1585
- color: #fff;
1586
- color: #fff;
1587
- }
1588
- .confirmation__errorText_s5tcb {
1589
- color: #8d8d93;
1590
- color: #8d8d93;
1591
- }
1592
- .confirmation__phoneHintText_s5tcb {
1593
- color: #8d8d93;
1594
- color: #8d8d93;
1595
- }
1596
- .confirmation__phonesWrap_s5tcb {
1597
- color: #8d8d93;
1598
- }
1599
- .confirmation__phoneDescription_s5tcb {
1600
- color: #8d8d93;
1601
- }
1602
- .confirmation__input_1p65g {
1603
- background-color: #202022;
1604
- color: #fff
1605
- }
1606
- .confirmation__input_1p65g.confirmation__hasError_1p65g {
1607
- color: #f15045;
1608
- caret-color: #fff;
1609
- background-color: #35110d;
1610
- }
1611
- .confirmation__input_1p65g.confirmation__disabled_1p65g {
1612
- color: #464649;
1613
- }
1614
- @keyframes confirmation__shake_1p65g {
1615
- }
1616
- .confirmation__component_8oktj {
1617
- color: #8d8d93;
1618
- color: #8d8d93;
1619
- }
1620
- .confirmation__circle_iqbrv {
1621
- fill: transparent;
1622
- stroke: #464649;
1623
- }
1624
- .confirmation__title_1rbde {
1625
- color: #fff;
1626
- }
1627
- .confirmation__description_1rbde {
1628
- color: #8d8d93;
1629
- }
1630
- .confirmation__alertIcon_1rbde {
1631
- color: #d91d0b;
1632
- }
1633
- .confirmation__header_gfqvk {
1634
- color: #fff;
1635
- color: #fff;
1636
- }
1637
- .confirmation__error_gfqvk {
1638
- color: #f15045;
1639
- }
1640
- .confirmation__loaderText_gfqvk {
1641
- color: #8d8d93;
1642
- color: #8d8d93;
1643
- }.toast-plate__component_16enx {
1644
- color: #000;
1645
- background-color: #fff
1646
- }
1647
- .toast-plate__actionSection_16enx + .toast-plate__closeButton_16enx:before {
1648
- background-color: #e9e9eb;
1649
- }.tooltip__hint_a5bis {
1650
- background-color: #121212;
1651
- }
1652
- .tooltip__hint_a5bis .tooltip__component_a5bis {
1653
- color: #000;
1654
- }
1655
- .tooltip__hint_a5bis .tooltip__arrow_a5bis:after {
1656
- background-color: #121212;
1657
- border-color: #121212;
1658
- }
1659
-
1660
-
1661
-
1662
-
1663
-
1664
- .modal__footer_1bif3 {
1665
- background: #121212;
1666
- }.modal__sticky_1bif3 {
1667
- background: #121212;
1668
- }.modal__highlighted_1bif3 {
1669
- background: #121212;
1670
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
1671
- }
1672
-
1673
- .modal__footer_1bif3 {
1674
- background: #121212;
1675
- }.modal__sticky_1bif3 {
1676
- background: #121212;
1677
- }.modal__highlighted_1bif3 {
1678
- background: #121212;
1679
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
1680
- }
1681
- .modal__header_1g6ds {
1682
- background: #121212;
1683
- }.modal__highlighted_1g6ds {
1684
- background: #121212;
1685
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1686
- }
1687
- .modal__header_1g6ds {
1688
- background: #121212;
1689
- }.modal__highlighted_1g6ds {
1690
- background: #121212;
1691
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1692
- }.calendar-with-skeleton__skeleton_uaqss {
1693
- background-color: #121212;
1694
- }.slider-input__steps_15jf1 {
1695
- color: #8d8d93;
1696
- }
1697
- .slider-input__info_15jf1 {
1698
- color: #8d8d93;
1699
- }.with-suffix__hasSuffix_11oar input:focus::placeholder {
1700
- color: transparent;
1701
- }
1702
- .with-suffix__disabled_11oar {
1703
- color: #fff;
1704
- }.file-upload-item__component_hbk43 {
1705
- border-bottom: 1px solid #2b2b2e;
1706
- color: #8d8d93
1707
- }
1708
- .file-upload-item__icon_hbk43 {
1709
- color: #fff;
1710
- }
1711
- .file-upload-item__errorIcon_hbk43 {
1712
- color: #d91d0b;
1713
- }
1714
- .file-upload-item__successIcon_hbk43 {
1715
- color: #2fc26e;
1716
- }
1717
- .file-upload-item__name_hbk43 {
1718
- color: #fff
1719
- }
1720
- .file-upload-item__error_hbk43 {
1721
- color: #ef3124
1722
- }.select__arrow_grn9k {
1723
- color: #fff;
1724
- }
1725
- .select__popoverInner_njgcl {
1726
- background: transparent;
1727
- }
1728
- .select__optionsList_njgcl {
1729
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1730
- background: #121212;
1731
- }
1732
- .select__checkmark_1a7ft {
1733
- background: #fff;
1734
- }
1735
- .select__placeholder_iadi4 {
1736
- color: #8d8d93;
1737
- }
1738
- .select__focusVisible_iadi4 {
1739
- outline: 2px solid #007aff;
1740
- }
1741
- .select__optgroup_6hz16 {
1742
- background: #121212
1743
- }
1744
- .select__label_6hz16 {
1745
- color: #8d8d93;
1746
- }
1747
- .select__option_76r5r {
1748
- background: #121212;
1749
- color: #fff
1750
- }
1751
- .select__option_76r5r:not(.select__disabled_76r5r):active {
1752
- background: #2c2c2e;
1753
- color: #fff;
1754
- }
1755
- .select__option_76r5r:before {
1756
- background: #2b2b2e;
1757
- }
1758
- .select__selected_76r5r {
1759
- background: #121212;
1760
- color: #fff;
1761
- }
1762
- .select__highlighted_76r5r {
1763
- background: #202022;
1764
- color: #fff
1765
- }
1766
- .select__disabled_76r5r {
1767
- background: #121212;
1768
- color: #8d8d93;
1769
- }
1770
- .select__emptyPlaceholder_1pi7l {
1771
- color: #8d8d93;
1772
- }
1773
- .select__virtualRow_1rs4i:before {
1774
- background: #2b2b2e;
1775
- }
1776
- .select__emptyPlaceholder_1rs4i {
1777
- color: #8d8d93;
1778
- }
1779
-
1780
- .toast__toastPlate_i5rs7 {
1781
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1782
- }
1783
- .toast__popoverInner_i5rs7 {
1784
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1785
- background-color: transparent;
1786
- }.bank-card__component_14zrc {
1787
- --form-control-bg-color: transparent;
1788
- --form-control-hover-bg-color: transparent;
1789
- --form-control-focus-bg-color: transparent;
1790
- }
1791
- .bank-card__label_14zrc {
1792
- color: rgba(0, 0, 0, 0.6)
1793
- }
1794
- .bank-card__focused_14zrc .bank-card__label_14zrc,
1795
- .bank-card__filled_14zrc .bank-card__label_14zrc {
1796
- color: #000
1797
- }
1798
- .bank-card__input_14zrc {
1799
- color: #000;
1800
- caret-color: #000
1801
- }
1802
- .bank-card__bankLogo_14zrc svg g {
1803
- fill: #000;
1804
- }
1805
- .bank-card__brandLogo_14zrc svg {
1806
- fill: #000;
1807
- }
1808
- .bank-card__usePhoto_14zrc {
1809
- background-color: transparent
1810
- }.gallery__modal_7c00s {
1811
- background: transparent;
1812
- }
1813
- .gallery__header_b9x6p {
1814
- background-color: #e9e9eb;
1815
- }
1816
-
1817
- .gallery__component_1su5t {
1818
- border: 2px solid rgba(0, 0, 0, 0);
1819
- }
1820
- .gallery__active_1su5t {
1821
- border-color: #121212
1822
- }
1823
- .gallery__image_1su5t {
1824
- background-color: #121212
1825
- }
1826
- .gallery__loading_1su5t {
1827
- background-color: #e9eaeb;
1828
- }
1829
- .gallery__brokenImageWrapper_1su5t {
1830
- background-color: #121212
1831
- }
1832
- .gallery__focused_1su5t {
1833
- outline: 2px solid #007aff;
1834
- }
1835
- .gallery__component_11ebt {
1836
- background-color: color-mod(#121212 alpha(50%));
1837
- }
1838
- .gallery__slideLoading_11ebt {
1839
- background-color: #e9eaeb;
1840
- }
1841
- .gallery__image_11ebt {
1842
- background-color: #121212;
1843
- }
1844
- .gallery__smallImage_11ebt {
1845
- background-color: #121212;
1846
- }
1847
- .gallery__arrow_11ebt {
1848
- color: #121212
1849
- }
1850
- .gallery__arrow_11ebt:hover {
1851
- background-color: color-mod(#fff alpha(10%));
1852
- }
1853
- .gallery__arrow_11ebt:active {
1854
- background-color: color-mod(#fff alpha(20%));
1855
- }
1856
- .gallery__focused_11ebt {
1857
- outline: 2px solid #007aff;
1858
- }
1859
- .gallery__placeholder_11ebt {
1860
- background-color: #121212;
1861
- }
1862
- .gallery__fullScreenImage_11ebt {
1863
- background-color: #121212;
1864
- }
1865
- .gallery__component_17jbp {
1866
- background-color: #e9e9eb
1867
- }.amount-input__minorPartAndCurrency_1x1bh {
1868
- color: #8d8d93;
1869
- }
1870
- .amount-input__filled_1g6nz .amount-input__input_1g6nz,
1871
- .amount-input__input_1g6nz:focus {
1872
- -webkit-text-fill-color: transparent;
1873
- }
1874
- .amount-input__minorPartAndCurrency_sjhku {
1875
- color: #8a8a8e;
1876
- }@media (min-width: 600px) {
1877
- }
1878
- .intl-phone-input__flagIcon_2ho5k {
1879
- box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25);
1880
- }
1881
- .intl-phone-input__dialCode_vr6eo {
1882
- color: #8d8d93;
1883
- }
1884
- .intl-phone-input__focusVisible_1gjd0 {
1885
- outline: 2px solid #007aff;
1886
- }.calendar-input__calendarContainer_jc7a0 {
1887
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1888
- border: 1px solid #2b2b2e;
1889
- }
1890
- .calendar-input__calendarIcon_jc7a0 {
1891
- color: #fff
1892
- }.calendar-range__divider_1r9cz:after {
722
+ .tag__checked_znt7j:hover:not(:disabled):not(:active) {
1893
723
  background-color: #fff;
1894
724
  }