@alfalab/core-components 26.3.1-beta.2 → 26.5.2

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 (1608) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/esm/Component.js +1 -1
  3. package/alert/esm/index.css +5 -5
  4. package/alert/index.css +5 -5
  5. package/alert/modern/Component.js +1 -1
  6. package/alert/modern/index.css +5 -5
  7. package/amount/component.js +1 -1
  8. package/amount/esm/component.js +1 -1
  9. package/amount/esm/index.css +3 -3
  10. package/amount/esm/pure/component.js +1 -1
  11. package/amount/esm/pure/index.css +2 -2
  12. package/amount/index.css +3 -3
  13. package/amount/modern/component.js +1 -1
  14. package/amount/modern/index.css +3 -3
  15. package/amount/modern/pure/component.js +1 -1
  16. package/amount/modern/pure/index.css +2 -2
  17. package/amount/pure/component.js +1 -1
  18. package/amount/pure/index.css +2 -2
  19. package/amount-input/Component.js +3 -3
  20. package/amount-input/cssm/utils/index.js +1 -1
  21. package/amount-input/default.css +2 -2
  22. package/amount-input/esm/Component.js +3 -3
  23. package/amount-input/esm/default.css +2 -2
  24. package/amount-input/esm/index.css +7 -7
  25. package/amount-input/esm/inverted.css +2 -2
  26. package/amount-input/esm/utils/index.js +1 -1
  27. package/amount-input/index.css +7 -7
  28. package/amount-input/inverted.css +2 -2
  29. package/amount-input/modern/Component.js +3 -3
  30. package/amount-input/modern/default.css +2 -2
  31. package/amount-input/modern/index.css +7 -7
  32. package/amount-input/modern/inverted.css +2 -2
  33. package/amount-input/modern/utils/index.js +1 -1
  34. package/amount-input/utils/index.js +1 -1
  35. package/attach/Component.js +4 -4
  36. package/attach/cssm/Component.js +3 -3
  37. package/attach/esm/Component.js +4 -4
  38. package/attach/esm/index.css +23 -23
  39. package/attach/index.css +23 -23
  40. package/attach/modern/Component.js +4 -4
  41. package/attach/modern/index.css +23 -23
  42. package/backdrop/Component.js +1 -1
  43. package/backdrop/esm/Component.js +1 -1
  44. package/backdrop/esm/index.css +12 -12
  45. package/backdrop/index.css +12 -12
  46. package/backdrop/modern/Component.js +1 -1
  47. package/backdrop/modern/index.css +12 -12
  48. package/badge/Component.js +1 -1
  49. package/badge/esm/Component.js +1 -1
  50. package/badge/esm/index.css +17 -17
  51. package/badge/index.css +17 -17
  52. package/badge/modern/Component.js +1 -1
  53. package/badge/modern/index.css +17 -17
  54. package/bank-card/Component.js +1 -1
  55. package/bank-card/esm/Component.js +1 -1
  56. package/bank-card/esm/index.css +20 -20
  57. package/bank-card/index.css +20 -20
  58. package/bank-card/modern/Component.js +1 -1
  59. package/bank-card/modern/index.css +20 -20
  60. package/base-modal/Component.js +1 -1
  61. package/base-modal/esm/Component.js +1 -1
  62. package/base-modal/esm/index.css +13 -13
  63. package/base-modal/index.css +13 -13
  64. package/base-modal/modern/Component.js +1 -1
  65. package/base-modal/modern/index.css +13 -13
  66. package/bottom-sheet/{component-e8ef6767.d.ts → component-cc4d164e.d.ts} +9 -1
  67. package/bottom-sheet/{component-e8ef6767.js → component-cc4d164e.js} +8 -8
  68. package/bottom-sheet/component.js +2 -2
  69. package/bottom-sheet/components/backer/Component.js +2 -2
  70. package/bottom-sheet/components/backer/index.css +5 -4
  71. package/bottom-sheet/components/closer/Component.js +2 -2
  72. package/bottom-sheet/components/closer/index.css +5 -4
  73. package/bottom-sheet/components/footer/Component.js +1 -1
  74. package/bottom-sheet/components/footer/index.css +4 -4
  75. package/bottom-sheet/components/header/Component.js +2 -2
  76. package/bottom-sheet/components/header/index.css +17 -18
  77. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  78. package/bottom-sheet/{esm/component-74ff65f5.d.ts → cssm/component-d1b19e73.d.ts} +9 -1
  79. package/bottom-sheet/cssm/{component-1deadd87.js → component-d1b19e73.js} +5 -5
  80. package/bottom-sheet/cssm/component.js +1 -1
  81. package/bottom-sheet/cssm/components/backer/index.module.css +2 -1
  82. package/bottom-sheet/cssm/components/closer/index.module.css +2 -1
  83. package/bottom-sheet/cssm/components/header/Component.js +1 -1
  84. package/bottom-sheet/cssm/components/header/index.module.css +1 -2
  85. package/bottom-sheet/cssm/index.d.ts +1 -1
  86. package/bottom-sheet/cssm/index.js +1 -1
  87. package/bottom-sheet/{cssm/component-1deadd87.d.ts → esm/component-b807e2a9.d.ts} +9 -1
  88. package/bottom-sheet/esm/{component-74ff65f5.js → component-b807e2a9.js} +8 -8
  89. package/bottom-sheet/esm/component.js +2 -2
  90. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  91. package/bottom-sheet/esm/components/backer/index.css +5 -4
  92. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  93. package/bottom-sheet/esm/components/closer/index.css +5 -4
  94. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  95. package/bottom-sheet/esm/components/footer/index.css +4 -4
  96. package/bottom-sheet/esm/components/header/Component.js +2 -2
  97. package/bottom-sheet/esm/components/header/index.css +17 -18
  98. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  99. package/bottom-sheet/esm/index.css +15 -15
  100. package/bottom-sheet/esm/index.d.ts +1 -1
  101. package/bottom-sheet/esm/index.js +2 -2
  102. package/bottom-sheet/esm/{tslib.es6-fd7e4dea.d.ts → tslib.es6-559089f2.d.ts} +0 -0
  103. package/bottom-sheet/esm/{tslib.es6-fd7e4dea.js → tslib.es6-559089f2.js} +0 -0
  104. package/bottom-sheet/index.css +15 -15
  105. package/bottom-sheet/index.d.ts +1 -1
  106. package/bottom-sheet/index.js +2 -2
  107. package/bottom-sheet/modern/{component-5a9506ef.d.ts → component-1ac5e1f2.d.ts} +9 -1
  108. package/bottom-sheet/modern/{component-5a9506ef.js → component-1ac5e1f2.js} +7 -7
  109. package/bottom-sheet/modern/component.js +1 -1
  110. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  111. package/bottom-sheet/modern/components/backer/index.css +5 -4
  112. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  113. package/bottom-sheet/modern/components/closer/index.css +5 -4
  114. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  115. package/bottom-sheet/modern/components/footer/index.css +4 -4
  116. package/bottom-sheet/modern/components/header/Component.js +1 -1
  117. package/bottom-sheet/modern/components/header/index.css +17 -18
  118. package/bottom-sheet/modern/index.css +15 -15
  119. package/bottom-sheet/modern/index.d.ts +1 -1
  120. package/bottom-sheet/modern/index.js +1 -1
  121. package/bottom-sheet/{tslib.es6-a1acbb69.d.ts → tslib.es6-b32f9ab4.d.ts} +0 -0
  122. package/bottom-sheet/{tslib.es6-a1acbb69.js → tslib.es6-b32f9ab4.js} +0 -0
  123. package/button/Component.js +3 -3
  124. package/button/default.css +41 -41
  125. package/button/esm/Component.js +3 -3
  126. package/button/esm/default.css +41 -41
  127. package/button/esm/index.css +54 -54
  128. package/button/esm/inverted.css +41 -41
  129. package/button/index.css +54 -54
  130. package/button/inverted.css +41 -41
  131. package/button/modern/Component.js +3 -3
  132. package/button/modern/default.css +41 -41
  133. package/button/modern/index.css +54 -54
  134. package/button/modern/inverted.css +41 -41
  135. package/calendar/Component.js +2 -2
  136. package/calendar/components/days-table/Component.js +2 -2
  137. package/calendar/components/days-table/index.css +51 -51
  138. package/calendar/components/days-table/index.js +1 -1
  139. package/calendar/components/header/Component.js +1 -1
  140. package/calendar/components/header/index.css +3 -3
  141. package/calendar/components/month-year-header/Component.js +2 -2
  142. package/calendar/components/month-year-header/index.css +10 -10
  143. package/calendar/components/month-year-header/index.js +1 -1
  144. package/calendar/components/months-table/Component.js +2 -2
  145. package/calendar/components/months-table/index.css +9 -9
  146. package/calendar/components/months-table/index.js +1 -1
  147. package/calendar/components/period-slider/Component.js +1 -1
  148. package/calendar/components/period-slider/index.css +9 -9
  149. package/calendar/components/select-button/Component.js +2 -2
  150. package/calendar/components/select-button/index.css +10 -10
  151. package/calendar/components/select-button/index.js +1 -1
  152. package/calendar/components/years-table/Component.js +2 -2
  153. package/calendar/components/years-table/index.css +10 -10
  154. package/calendar/components/years-table/index.js +1 -1
  155. package/calendar/esm/Component.js +2 -2
  156. package/calendar/esm/components/days-table/Component.js +2 -2
  157. package/calendar/esm/components/days-table/index.css +51 -51
  158. package/calendar/esm/components/days-table/index.js +1 -1
  159. package/calendar/esm/components/header/Component.js +1 -1
  160. package/calendar/esm/components/header/index.css +3 -3
  161. package/calendar/esm/components/month-year-header/Component.js +2 -2
  162. package/calendar/esm/components/month-year-header/index.css +10 -10
  163. package/calendar/esm/components/month-year-header/index.js +1 -1
  164. package/calendar/esm/components/months-table/Component.js +2 -2
  165. package/calendar/esm/components/months-table/index.css +9 -9
  166. package/calendar/esm/components/months-table/index.js +1 -1
  167. package/calendar/esm/components/period-slider/Component.js +1 -1
  168. package/calendar/esm/components/period-slider/index.css +9 -9
  169. package/calendar/esm/components/select-button/Component.d.ts +1 -1
  170. package/calendar/esm/components/select-button/Component.js +2 -2
  171. package/calendar/esm/components/select-button/index.css +10 -10
  172. package/calendar/esm/components/select-button/index.js +1 -1
  173. package/calendar/esm/components/years-table/Component.js +2 -2
  174. package/calendar/esm/components/years-table/index.css +10 -10
  175. package/calendar/esm/components/years-table/index.js +1 -1
  176. package/calendar/esm/index.css +11 -11
  177. package/calendar/esm/index.js +1 -1
  178. package/calendar/esm/{tslib.es6-a593830a.d.ts → tslib.es6-ddb4d839.d.ts} +0 -0
  179. package/calendar/esm/{tslib.es6-a593830a.js → tslib.es6-ddb4d839.js} +0 -0
  180. package/calendar/index.css +11 -11
  181. package/calendar/index.js +1 -1
  182. package/calendar/modern/Component.js +1 -1
  183. package/calendar/modern/components/days-table/Component.js +1 -1
  184. package/calendar/modern/components/days-table/index.css +51 -51
  185. package/calendar/modern/components/header/Component.js +1 -1
  186. package/calendar/modern/components/header/index.css +3 -3
  187. package/calendar/modern/components/month-year-header/Component.js +1 -1
  188. package/calendar/modern/components/month-year-header/index.css +10 -10
  189. package/calendar/modern/components/months-table/Component.js +1 -1
  190. package/calendar/modern/components/months-table/index.css +9 -9
  191. package/calendar/modern/components/period-slider/Component.js +1 -1
  192. package/calendar/modern/components/period-slider/index.css +9 -9
  193. package/calendar/modern/components/select-button/Component.js +1 -1
  194. package/calendar/modern/components/select-button/index.css +10 -10
  195. package/calendar/modern/components/years-table/Component.js +1 -1
  196. package/calendar/modern/components/years-table/index.css +10 -10
  197. package/calendar/modern/index.css +11 -11
  198. package/calendar/{tslib.es6-662542a1.d.ts → tslib.es6-d03f9b76.d.ts} +0 -0
  199. package/calendar/{tslib.es6-662542a1.js → tslib.es6-d03f9b76.js} +0 -0
  200. package/calendar-input/Component.js +1 -1
  201. package/calendar-input/esm/Component.js +1 -1
  202. package/calendar-input/esm/index.css +10 -10
  203. package/calendar-input/index.css +10 -10
  204. package/calendar-input/modern/Component.js +1 -1
  205. package/calendar-input/modern/index.css +10 -10
  206. package/calendar-range/Component.js +1 -1
  207. package/calendar-range/esm/Component.js +1 -1
  208. package/calendar-range/esm/index.js +1 -1
  209. package/calendar-range/esm/{index.module-e2932ef8.d.ts → index.module-b0f36f79.d.ts} +0 -0
  210. package/calendar-range/esm/{index.module-e2932ef8.js → index.module-b0f36f79.js} +1 -1
  211. package/calendar-range/esm/views/index.css +8 -8
  212. package/calendar-range/esm/views/popover.js +1 -1
  213. package/calendar-range/esm/views/static.js +1 -1
  214. package/calendar-range/index.js +1 -1
  215. package/calendar-range/{index.module-a8aedf00.d.ts → index.module-3eccb332.d.ts} +0 -0
  216. package/calendar-range/{index.module-a8aedf00.js → index.module-3eccb332.js} +1 -1
  217. package/calendar-range/modern/Component.js +1 -1
  218. package/calendar-range/modern/index.js +1 -1
  219. package/calendar-range/modern/index.module-c2612b89.js +4 -0
  220. package/calendar-range/modern/views/index.css +8 -8
  221. package/calendar-range/modern/views/popover.js +1 -1
  222. package/calendar-range/modern/views/static.js +1 -1
  223. package/calendar-range/views/index.css +8 -8
  224. package/calendar-range/views/popover.js +1 -1
  225. package/calendar-range/views/static.js +1 -1
  226. package/calendar-with-skeleton/Component.js +1 -1
  227. package/calendar-with-skeleton/esm/Component.js +1 -1
  228. package/calendar-with-skeleton/esm/index.css +12 -12
  229. package/calendar-with-skeleton/index.css +12 -12
  230. package/calendar-with-skeleton/modern/Component.js +1 -1
  231. package/calendar-with-skeleton/modern/index.css +12 -12
  232. package/card-image/Component.js +1 -1
  233. package/card-image/cssm/index.module.css +11 -6
  234. package/card-image/esm/Component.js +1 -1
  235. package/card-image/esm/index.css +18 -13
  236. package/card-image/index.css +18 -13
  237. package/card-image/modern/Component.js +1 -1
  238. package/card-image/modern/index.css +18 -13
  239. package/cdn-icon/Component.js +1 -1
  240. package/cdn-icon/esm/Component.js +1 -1
  241. package/cdn-icon/esm/index.css +3 -3
  242. package/cdn-icon/index.css +3 -3
  243. package/cdn-icon/modern/Component.js +1 -1
  244. package/cdn-icon/modern/index.css +3 -3
  245. package/chart/Component.js +2 -2
  246. package/chart/components/Dot/index.css +8 -8
  247. package/chart/components/Dot/index.js +1 -1
  248. package/chart/components/Legends/index.css +8 -8
  249. package/chart/components/Legends/index.js +1 -1
  250. package/chart/components/Tick/index.css +4 -4
  251. package/chart/components/Tick/index.js +1 -1
  252. package/chart/components/TooltipContent/index.css +7 -7
  253. package/chart/components/TooltipContent/index.js +1 -1
  254. package/chart/esm/Component.js +2 -2
  255. package/chart/esm/components/Dot/index.css +8 -8
  256. package/chart/esm/components/Dot/index.js +1 -1
  257. package/chart/esm/components/Legends/index.css +8 -8
  258. package/chart/esm/components/Legends/index.js +1 -1
  259. package/chart/esm/components/Tick/index.css +4 -4
  260. package/chart/esm/components/Tick/index.js +1 -1
  261. package/chart/esm/components/TooltipContent/index.css +7 -7
  262. package/chart/esm/components/TooltipContent/index.js +1 -1
  263. package/chart/esm/hooks/useSettings/index.js +1 -1
  264. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  265. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  266. package/chart/esm/index.css +3 -3
  267. package/chart/esm/index.js +1 -1
  268. package/chart/esm/{tslib.es6-87bcb4f0.d.ts → tslib.es6-bdd24e2a.d.ts} +0 -0
  269. package/chart/esm/{tslib.es6-87bcb4f0.js → tslib.es6-bdd24e2a.js} +0 -0
  270. package/chart/hooks/useSettings/index.js +1 -1
  271. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  272. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  273. package/chart/index.css +3 -3
  274. package/chart/index.js +1 -1
  275. package/chart/modern/Component.js +1 -1
  276. package/chart/modern/components/Dot/index.css +8 -8
  277. package/chart/modern/components/Dot/index.js +1 -1
  278. package/chart/modern/components/Legends/index.css +8 -8
  279. package/chart/modern/components/Legends/index.js +1 -1
  280. package/chart/modern/components/Tick/index.css +4 -4
  281. package/chart/modern/components/Tick/index.js +1 -1
  282. package/chart/modern/components/TooltipContent/index.css +7 -7
  283. package/chart/modern/components/TooltipContent/index.js +1 -1
  284. package/chart/modern/index.css +3 -3
  285. package/chart/{tslib.es6-f1c9e7cc.d.ts → tslib.es6-878a7284.d.ts} +0 -0
  286. package/chart/{tslib.es6-f1c9e7cc.js → tslib.es6-878a7284.js} +0 -0
  287. package/checkbox/Component.js +1 -1
  288. package/checkbox/esm/Component.js +1 -1
  289. package/checkbox/esm/index.css +37 -37
  290. package/checkbox/index.css +37 -37
  291. package/checkbox/modern/Component.js +1 -1
  292. package/checkbox/modern/index.css +37 -37
  293. package/checkbox-group/Component.js +1 -1
  294. package/checkbox-group/esm/Component.js +1 -1
  295. package/checkbox-group/esm/index.css +17 -17
  296. package/checkbox-group/index.css +17 -17
  297. package/checkbox-group/modern/Component.js +1 -1
  298. package/checkbox-group/modern/index.css +17 -17
  299. package/circular-progress-bar/Component.js +1 -1
  300. package/circular-progress-bar/esm/Component.js +1 -1
  301. package/circular-progress-bar/esm/index.css +21 -21
  302. package/circular-progress-bar/index.css +21 -21
  303. package/circular-progress-bar/modern/Component.js +1 -1
  304. package/circular-progress-bar/modern/index.css +21 -21
  305. package/code-input/component.js +1 -1
  306. package/code-input/components/input/component.js +1 -1
  307. package/code-input/components/input/index.css +6 -6
  308. package/code-input/esm/component.js +1 -1
  309. package/code-input/esm/components/input/component.js +1 -1
  310. package/code-input/esm/components/input/index.css +6 -6
  311. package/code-input/esm/index.css +6 -6
  312. package/code-input/index.css +6 -6
  313. package/code-input/modern/component.js +1 -1
  314. package/code-input/modern/components/input/component.js +1 -1
  315. package/code-input/modern/components/input/index.css +6 -6
  316. package/code-input/modern/index.css +6 -6
  317. package/collapse/Component.js +1 -1
  318. package/collapse/esm/Component.js +1 -1
  319. package/collapse/esm/index.css +8 -8
  320. package/collapse/index.css +8 -8
  321. package/collapse/modern/Component.js +1 -1
  322. package/collapse/modern/index.css +8 -8
  323. package/confirmation/component.js +2 -2
  324. package/confirmation/components/countdown-loader/component.js +1 -1
  325. package/confirmation/components/countdown-loader/index.css +2 -2
  326. package/confirmation/components/index.js +1 -1
  327. package/confirmation/components/screens/fatal-error/component.js +1 -1
  328. package/confirmation/components/screens/fatal-error/index.css +3 -3
  329. package/confirmation/components/screens/hint/component.js +1 -1
  330. package/confirmation/components/screens/hint/index.css +13 -13
  331. package/confirmation/components/screens/index.js +1 -1
  332. package/confirmation/components/screens/initial/component.js +1 -1
  333. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  334. package/confirmation/components/screens/initial/index.css +16 -16
  335. package/confirmation/components/screens/initial/index.js +1 -1
  336. package/confirmation/components/screens/temp-block/component.js +1 -1
  337. package/confirmation/components/screens/temp-block/index.css +5 -5
  338. package/confirmation/{countdown-section-41c76bec.d.ts → countdown-section-27f5d60a.d.ts} +0 -0
  339. package/confirmation/{countdown-section-41c76bec.js → countdown-section-27f5d60a.js} +1 -1
  340. package/confirmation/esm/component.js +2 -2
  341. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  342. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  343. package/confirmation/esm/components/index.js +1 -1
  344. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  345. package/confirmation/esm/components/screens/fatal-error/index.css +3 -3
  346. package/confirmation/esm/components/screens/hint/component.js +1 -1
  347. package/confirmation/esm/components/screens/hint/index.css +13 -13
  348. package/confirmation/esm/components/screens/index.js +1 -1
  349. package/confirmation/esm/components/screens/initial/component.js +1 -1
  350. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  351. package/confirmation/esm/components/screens/initial/index.css +16 -16
  352. package/confirmation/esm/components/screens/initial/index.js +1 -1
  353. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  354. package/confirmation/esm/components/screens/temp-block/index.css +5 -5
  355. package/confirmation/esm/{countdown-section-177652c1.d.ts → countdown-section-a8d723e8.d.ts} +0 -0
  356. package/confirmation/esm/{countdown-section-177652c1.js → countdown-section-a8d723e8.js} +1 -1
  357. package/confirmation/esm/index.css +3 -3
  358. package/confirmation/esm/index.js +1 -1
  359. package/confirmation/index.css +3 -3
  360. package/confirmation/index.js +1 -1
  361. package/confirmation/modern/component.js +2 -2
  362. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  363. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  364. package/confirmation/modern/components/index.js +1 -1
  365. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  366. package/confirmation/modern/components/screens/fatal-error/index.css +3 -3
  367. package/confirmation/modern/components/screens/hint/component.js +1 -1
  368. package/confirmation/modern/components/screens/hint/index.css +13 -13
  369. package/confirmation/modern/components/screens/index.js +1 -1
  370. package/confirmation/modern/components/screens/initial/component.js +1 -1
  371. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  372. package/confirmation/modern/components/screens/initial/index.css +16 -16
  373. package/confirmation/modern/components/screens/initial/index.js +1 -1
  374. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  375. package/confirmation/modern/components/screens/temp-block/index.css +5 -5
  376. package/confirmation/modern/{countdown-section-5cd2501b.d.ts → countdown-section-bc2dc2f5.d.ts} +0 -0
  377. package/confirmation/modern/{countdown-section-5cd2501b.js → countdown-section-bc2dc2f5.js} +1 -1
  378. package/confirmation/modern/index.css +3 -3
  379. package/confirmation/modern/index.js +1 -1
  380. package/custom-button/Component.js +1 -1
  381. package/custom-button/esm/Component.js +1 -1
  382. package/custom-button/esm/index.css +12 -12
  383. package/custom-button/index.css +12 -12
  384. package/custom-button/modern/Component.js +1 -1
  385. package/custom-button/modern/index.css +12 -12
  386. package/date-input/Component.js +1 -1
  387. package/date-input/cssm/Component.d.ts +1 -1
  388. package/date-input/esm/Component.d.ts +1 -1
  389. package/date-input/esm/Component.js +1 -1
  390. package/date-input/esm/index.css +4 -4
  391. package/date-input/index.css +4 -4
  392. package/date-input/modern/Component.js +1 -1
  393. package/date-input/modern/index.css +4 -4
  394. package/divider/Component.js +1 -1
  395. package/divider/esm/Component.js +1 -1
  396. package/divider/esm/index.css +2 -2
  397. package/divider/index.css +2 -2
  398. package/divider/modern/Component.js +1 -1
  399. package/divider/modern/index.css +2 -2
  400. package/drawer/Component.js +1 -1
  401. package/drawer/esm/Component.js +1 -1
  402. package/drawer/esm/index.css +17 -17
  403. package/drawer/index.css +17 -17
  404. package/drawer/modern/Component.js +1 -1
  405. package/drawer/modern/index.css +17 -17
  406. package/dropzone/Component.js +1 -1
  407. package/dropzone/components/overlay/Component.js +1 -1
  408. package/dropzone/components/overlay/index.css +4 -4
  409. package/dropzone/esm/Component.js +1 -1
  410. package/dropzone/esm/components/overlay/Component.js +1 -1
  411. package/dropzone/esm/components/overlay/index.css +4 -4
  412. package/dropzone/esm/index.css +7 -7
  413. package/dropzone/index.css +7 -7
  414. package/dropzone/modern/Component.js +1 -1
  415. package/dropzone/modern/components/overlay/Component.js +1 -1
  416. package/dropzone/modern/components/overlay/index.css +4 -4
  417. package/dropzone/modern/index.css +7 -7
  418. package/file-upload-item/Component.js +1 -1
  419. package/file-upload-item/esm/Component.js +1 -1
  420. package/file-upload-item/esm/index.css +23 -23
  421. package/file-upload-item/index.css +23 -23
  422. package/file-upload-item/modern/Component.js +1 -1
  423. package/file-upload-item/modern/index.css +23 -23
  424. package/filter-tag/Component.js +1 -1
  425. package/filter-tag/esm/Component.js +1 -1
  426. package/filter-tag/esm/index.css +57 -57
  427. package/filter-tag/index.css +57 -57
  428. package/filter-tag/modern/Component.js +1 -1
  429. package/filter-tag/modern/index.css +57 -57
  430. package/form-control/Component.js +3 -3
  431. package/form-control/default.css +15 -15
  432. package/form-control/esm/Component.js +3 -3
  433. package/form-control/esm/default.css +15 -15
  434. package/form-control/esm/index.css +42 -42
  435. package/form-control/esm/inverted.css +15 -15
  436. package/form-control/index.css +42 -42
  437. package/form-control/inverted.css +15 -15
  438. package/form-control/modern/Component.js +3 -3
  439. package/form-control/modern/default.css +15 -15
  440. package/form-control/modern/index.css +42 -42
  441. package/form-control/modern/inverted.css +15 -15
  442. package/gallery/Component.js +3 -3
  443. package/gallery/components/header/Component.js +2 -2
  444. package/gallery/components/header/buttons.js +1 -1
  445. package/gallery/components/header/index.css +3 -3
  446. package/gallery/components/header/index.js +1 -1
  447. package/gallery/components/header-info-block/Component.js +1 -1
  448. package/gallery/components/header-info-block/index.css +5 -5
  449. package/gallery/components/image-preview/Component.js +1 -1
  450. package/gallery/components/image-preview/index.css +12 -12
  451. package/gallery/components/image-viewer/component.js +2 -2
  452. package/gallery/components/image-viewer/index.css +19 -19
  453. package/gallery/components/image-viewer/index.js +2 -2
  454. package/gallery/components/image-viewer/slide.js +1 -1
  455. package/gallery/components/index.js +2 -2
  456. package/gallery/components/navigation-bar/Component.js +1 -1
  457. package/gallery/components/navigation-bar/index.css +6 -6
  458. package/gallery/esm/Component.js +3 -3
  459. package/gallery/esm/components/header/Component.js +2 -2
  460. package/gallery/esm/components/header/buttons.js +1 -1
  461. package/gallery/esm/components/header/index.css +3 -3
  462. package/gallery/esm/components/header/index.js +1 -1
  463. package/gallery/esm/components/header-info-block/Component.js +1 -1
  464. package/gallery/esm/components/header-info-block/index.css +5 -5
  465. package/gallery/esm/components/image-preview/Component.js +1 -1
  466. package/gallery/esm/components/image-preview/index.css +12 -12
  467. package/gallery/esm/components/image-viewer/component.js +2 -2
  468. package/gallery/esm/components/image-viewer/index.css +19 -19
  469. package/gallery/esm/components/image-viewer/index.js +2 -2
  470. package/gallery/esm/components/image-viewer/slide.js +1 -1
  471. package/gallery/esm/components/index.js +2 -2
  472. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  473. package/gallery/esm/components/navigation-bar/index.css +6 -6
  474. package/gallery/esm/index.css +3 -3
  475. package/gallery/esm/index.js +2 -2
  476. package/gallery/esm/{slide-62e32cd6.d.ts → slide-0f884565.d.ts} +0 -0
  477. package/gallery/esm/{slide-62e32cd6.js → slide-0f884565.js} +1 -1
  478. package/gallery/esm/{tslib.es6-f7ce6d5a.d.ts → tslib.es6-388af1a1.d.ts} +0 -0
  479. package/gallery/esm/{tslib.es6-f7ce6d5a.js → tslib.es6-388af1a1.js} +0 -0
  480. package/gallery/index.css +3 -3
  481. package/gallery/index.js +2 -2
  482. package/gallery/modern/Component.js +2 -2
  483. package/gallery/modern/components/header/Component.js +1 -1
  484. package/gallery/modern/components/header/index.css +3 -3
  485. package/gallery/modern/components/header-info-block/Component.js +1 -1
  486. package/gallery/modern/components/header-info-block/index.css +5 -5
  487. package/gallery/modern/components/image-preview/Component.js +1 -1
  488. package/gallery/modern/components/image-preview/index.css +12 -12
  489. package/gallery/modern/components/image-viewer/component.js +1 -1
  490. package/gallery/modern/components/image-viewer/index.css +19 -19
  491. package/gallery/modern/components/image-viewer/index.js +1 -1
  492. package/gallery/modern/components/image-viewer/slide.js +1 -1
  493. package/gallery/modern/components/index.js +1 -1
  494. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  495. package/gallery/modern/components/navigation-bar/index.css +6 -6
  496. package/gallery/modern/index.css +3 -3
  497. package/gallery/modern/index.js +1 -1
  498. package/gallery/modern/{slide-f104ee16.d.ts → slide-aafd384a.d.ts} +0 -0
  499. package/gallery/modern/{slide-f104ee16.js → slide-aafd384a.js} +1 -1
  500. package/gallery/{slide-df212046.d.ts → slide-2dd45449.d.ts} +0 -0
  501. package/gallery/{slide-df212046.js → slide-2dd45449.js} +1 -1
  502. package/gallery/{tslib.es6-11eac88d.d.ts → tslib.es6-d16e2658.d.ts} +0 -0
  503. package/gallery/{tslib.es6-11eac88d.js → tslib.es6-d16e2658.js} +0 -0
  504. package/grid/Component.js +1 -1
  505. package/grid/col/Component.js +2 -2
  506. package/grid/col/index.css +512 -512
  507. package/grid/col/index.js +1 -1
  508. package/grid/esm/Component.js +1 -1
  509. package/grid/esm/col/Component.js +2 -2
  510. package/grid/esm/col/index.css +512 -512
  511. package/grid/esm/col/index.js +1 -1
  512. package/grid/esm/gutters.css +79 -79
  513. package/grid/esm/{gutters.module-2e9c3ddb.d.ts → gutters.module-791a4239.d.ts} +0 -0
  514. package/grid/esm/gutters.module-791a4239.js +27 -0
  515. package/grid/esm/index.js +1 -1
  516. package/grid/esm/row/Component.js +2 -2
  517. package/grid/esm/row/index.css +10 -10
  518. package/grid/esm/row/index.js +1 -1
  519. package/grid/gutters.css +79 -79
  520. package/grid/{gutters.module-4652f0c3.d.ts → gutters.module-3a166294.d.ts} +0 -0
  521. package/grid/gutters.module-3a166294.js +28 -0
  522. package/grid/index.js +1 -1
  523. package/grid/modern/Component.js +1 -1
  524. package/grid/modern/col/Component.js +2 -2
  525. package/grid/modern/col/index.css +512 -512
  526. package/grid/modern/col/index.js +1 -1
  527. package/grid/modern/gutters.css +79 -79
  528. package/grid/modern/gutters.module-c9116d10.js +4 -0
  529. package/grid/modern/index.js +1 -1
  530. package/grid/modern/row/Component.js +2 -2
  531. package/grid/modern/row/index.css +10 -10
  532. package/grid/modern/row/index.js +1 -1
  533. package/grid/row/Component.js +2 -2
  534. package/grid/row/index.css +10 -10
  535. package/grid/row/index.js +1 -1
  536. package/hatching-progress-bar/Component.js +1 -1
  537. package/hatching-progress-bar/esm/Component.js +1 -1
  538. package/hatching-progress-bar/esm/index.css +12 -12
  539. package/hatching-progress-bar/index.css +12 -12
  540. package/hatching-progress-bar/modern/Component.js +1 -1
  541. package/hatching-progress-bar/modern/index.css +12 -12
  542. package/icon-button/Component.js +3 -3
  543. package/icon-button/default.css +13 -13
  544. package/icon-button/esm/Component.js +3 -3
  545. package/icon-button/esm/default.css +13 -13
  546. package/icon-button/esm/index.css +6 -6
  547. package/icon-button/esm/inverted.css +13 -13
  548. package/icon-button/index.css +6 -6
  549. package/icon-button/inverted.css +13 -13
  550. package/icon-button/modern/Component.js +3 -3
  551. package/icon-button/modern/default.css +13 -13
  552. package/icon-button/modern/index.css +6 -6
  553. package/icon-button/modern/inverted.css +13 -13
  554. package/icon-view/circle.js +1 -1
  555. package/icon-view/components/base-shape/component.js +1 -1
  556. package/icon-view/components/base-shape/index.css +25 -25
  557. package/icon-view/components/circle/component.js +1 -1
  558. package/icon-view/components/circle/index.js +1 -1
  559. package/icon-view/components/index.js +1 -1
  560. package/icon-view/components/super-ellipse/component.js +1 -1
  561. package/icon-view/components/super-ellipse/index.js +1 -1
  562. package/icon-view/esm/circle.js +1 -1
  563. package/icon-view/esm/components/base-shape/component.js +1 -1
  564. package/icon-view/esm/components/base-shape/index.css +25 -25
  565. package/icon-view/esm/components/circle/component.js +1 -1
  566. package/icon-view/esm/components/circle/index.js +1 -1
  567. package/icon-view/esm/components/index.js +1 -1
  568. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  569. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  570. package/icon-view/esm/super-ellipse.js +1 -1
  571. package/icon-view/esm/{tslib.es6-a45a1df0.d.ts → tslib.es6-f3360b36.d.ts} +0 -0
  572. package/icon-view/esm/{tslib.es6-a45a1df0.js → tslib.es6-f3360b36.js} +0 -0
  573. package/icon-view/modern/components/base-shape/component.js +1 -1
  574. package/icon-view/modern/components/base-shape/index.css +25 -25
  575. package/icon-view/super-ellipse.js +1 -1
  576. package/icon-view/{tslib.es6-91110905.d.ts → tslib.es6-a0bf07d8.d.ts} +0 -0
  577. package/icon-view/{tslib.es6-91110905.js → tslib.es6-a0bf07d8.js} +0 -0
  578. package/input/Component.js +3 -3
  579. package/input/default.css +13 -13
  580. package/input/esm/Component.js +3 -3
  581. package/input/esm/default.css +13 -13
  582. package/input/esm/index.css +31 -31
  583. package/input/esm/inverted.css +13 -13
  584. package/input/index.css +31 -31
  585. package/input/inverted.css +13 -13
  586. package/input/modern/Component.js +3 -3
  587. package/input/modern/default.css +13 -13
  588. package/input/modern/index.css +31 -31
  589. package/input/modern/inverted.css +13 -13
  590. package/input-autocomplete/{Component-6265351b.d.ts → Component-7b3e872e.d.ts} +0 -0
  591. package/input-autocomplete/{Component-6265351b.js → Component-7b3e872e.js} +1 -1
  592. package/input-autocomplete/Component.d.ts +1 -1
  593. package/input-autocomplete/Component.js +1 -1
  594. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  595. package/input-autocomplete/autocomplete-field/index.css +2 -2
  596. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  597. package/input-autocomplete/autocomplete-field/index.js +1 -1
  598. package/input-autocomplete/cssm/Component.d.ts +1 -1
  599. package/input-autocomplete/esm/{Component-e8fa441f.d.ts → Component-87a2bb18.d.ts} +0 -0
  600. package/input-autocomplete/esm/{Component-e8fa441f.js → Component-87a2bb18.js} +1 -1
  601. package/input-autocomplete/esm/Component.d.ts +1 -1
  602. package/input-autocomplete/esm/Component.js +1 -1
  603. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  604. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  605. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  606. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  607. package/input-autocomplete/esm/index.js +1 -1
  608. package/input-autocomplete/index.js +1 -1
  609. package/input-autocomplete/modern/Component.d.ts +1 -1
  610. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  611. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  612. package/intl-phone-input/{component-10b874f7.d.ts → component-ae4567fe.d.ts} +0 -0
  613. package/intl-phone-input/{component-10b874f7.js → component-ae4567fe.js} +1 -1
  614. package/intl-phone-input/component.d.ts +1 -1
  615. package/intl-phone-input/component.js +3 -3
  616. package/intl-phone-input/components/flag-icon/component.js +1 -1
  617. package/intl-phone-input/components/flag-icon/index.css +261 -261
  618. package/intl-phone-input/components/index.js +1 -1
  619. package/intl-phone-input/components/select/component.js +2 -2
  620. package/intl-phone-input/components/select/index.css +6 -6
  621. package/intl-phone-input/components/select/index.js +1 -1
  622. package/intl-phone-input/components/select-field/component.js +1 -1
  623. package/intl-phone-input/components/select-field/index.css +8 -8
  624. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  625. package/intl-phone-input/components/select-field/index.js +1 -1
  626. package/intl-phone-input/cssm/component.d.ts +1 -1
  627. package/intl-phone-input/esm/{component-f80d6289.d.ts → component-5de9313d.d.ts} +0 -0
  628. package/intl-phone-input/esm/{component-f80d6289.js → component-5de9313d.js} +1 -1
  629. package/intl-phone-input/esm/component.d.ts +1 -1
  630. package/intl-phone-input/esm/component.js +3 -3
  631. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  632. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  633. package/intl-phone-input/esm/components/index.js +1 -1
  634. package/intl-phone-input/esm/components/select/component.js +2 -2
  635. package/intl-phone-input/esm/components/select/index.css +6 -6
  636. package/intl-phone-input/esm/components/select/index.js +1 -1
  637. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  638. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  639. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  640. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  641. package/intl-phone-input/esm/index.css +3 -3
  642. package/intl-phone-input/esm/index.js +1 -1
  643. package/intl-phone-input/esm/{libphonenumber-js.min-76ef9902.d.ts → libphonenumber-js.min-dff3cf13.d.ts} +0 -0
  644. package/intl-phone-input/esm/{libphonenumber-js.min-76ef9902.js → libphonenumber-js.min-dff3cf13.js} +0 -0
  645. package/intl-phone-input/index.css +3 -3
  646. package/intl-phone-input/index.js +1 -1
  647. package/intl-phone-input/{libphonenumber-js.min-8b1bcbbb.d.ts → libphonenumber-js.min-0d167a73.d.ts} +0 -0
  648. package/intl-phone-input/{libphonenumber-js.min-8b1bcbbb.js → libphonenumber-js.min-0d167a73.js} +0 -0
  649. package/intl-phone-input/modern/component.d.ts +1 -1
  650. package/intl-phone-input/modern/component.js +2 -2
  651. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  652. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  653. package/intl-phone-input/modern/components/select/component.js +1 -1
  654. package/intl-phone-input/modern/components/select/index.css +6 -6
  655. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  656. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  657. package/intl-phone-input/modern/index.css +3 -3
  658. package/intl-phone-input/modern/{libphonenumber-js.min-76ef9902.d.ts → libphonenumber-js.min-dff3cf13.d.ts} +0 -0
  659. package/intl-phone-input/modern/{libphonenumber-js.min-76ef9902.js → libphonenumber-js.min-dff3cf13.js} +0 -0
  660. package/link/Component.js +3 -3
  661. package/link/default.css +10 -10
  662. package/link/esm/Component.js +3 -3
  663. package/link/esm/default.css +10 -10
  664. package/link/esm/index.css +12 -12
  665. package/link/esm/inverted.css +10 -10
  666. package/link/index.css +12 -12
  667. package/link/inverted.css +10 -10
  668. package/link/modern/Component.js +3 -3
  669. package/link/modern/default.css +10 -10
  670. package/link/modern/index.css +12 -12
  671. package/link/modern/inverted.css +10 -10
  672. package/list/Component.js +1 -1
  673. package/list/esm/Component.js +1 -1
  674. package/list/esm/index.css +10 -10
  675. package/list/index.css +10 -10
  676. package/list/modern/Component.js +1 -1
  677. package/list/modern/index.css +10 -10
  678. package/list-header/Component.js +1 -1
  679. package/list-header/esm/Component.js +1 -1
  680. package/list-header/esm/index.css +4 -4
  681. package/list-header/index.css +4 -4
  682. package/list-header/modern/Component.js +1 -1
  683. package/list-header/modern/index.css +4 -4
  684. package/loader/Component.js +1 -1
  685. package/loader/esm/Component.js +1 -1
  686. package/loader/esm/index.css +8 -8
  687. package/loader/index.css +8 -8
  688. package/loader/modern/Component.js +1 -1
  689. package/loader/modern/index.css +8 -8
  690. package/masked-input/Component.js +1 -1
  691. package/masked-input/esm/Component.js +1 -1
  692. package/masked-input/esm/index.css +2 -2
  693. package/masked-input/index.css +2 -2
  694. package/masked-input/modern/Component.js +1 -1
  695. package/masked-input/modern/index.css +2 -2
  696. package/modal/Component.desktop.js +3 -3
  697. package/modal/Component.mobile.js +3 -3
  698. package/modal/Component.responsive.js +2 -2
  699. package/modal/components/closer/Component.js +2 -2
  700. package/modal/components/closer/index.css +4 -4
  701. package/modal/components/content/Component.desktop.js +2 -2
  702. package/modal/components/content/Component.js +1 -1
  703. package/modal/components/content/Component.mobile.js +2 -2
  704. package/modal/components/content/desktop.css +8 -8
  705. package/modal/components/content/index.css +3 -3
  706. package/modal/components/content/mobile.css +3 -3
  707. package/modal/components/footer/Component.desktop.js +2 -2
  708. package/modal/components/footer/Component.js +2 -2
  709. package/modal/components/footer/Component.mobile.js +2 -2
  710. package/modal/components/footer/desktop.css +9 -9
  711. package/modal/components/footer/index.css +4 -4
  712. package/modal/components/footer/layout.css +25 -25
  713. package/modal/components/footer/mobile.css +3 -3
  714. package/modal/components/header/Component.desktop.js +2 -2
  715. package/modal/components/header/Component.js +1 -1
  716. package/modal/components/header/Component.mobile.js +2 -2
  717. package/modal/components/header/desktop.css +17 -17
  718. package/modal/components/header/index.css +15 -15
  719. package/modal/components/header/mobile.css +3 -3
  720. package/modal/desktop.css +9 -9
  721. package/modal/desktop.js +2 -2
  722. package/modal/esm/Component.desktop.js +3 -3
  723. package/modal/esm/Component.mobile.js +3 -3
  724. package/modal/esm/Component.responsive.js +2 -2
  725. package/modal/esm/components/closer/Component.js +2 -2
  726. package/modal/esm/components/closer/index.css +4 -4
  727. package/modal/esm/components/content/Component.desktop.js +2 -2
  728. package/modal/esm/components/content/Component.js +1 -1
  729. package/modal/esm/components/content/Component.mobile.js +2 -2
  730. package/modal/esm/components/content/desktop.css +8 -8
  731. package/modal/esm/components/content/index.css +3 -3
  732. package/modal/esm/components/content/mobile.css +3 -3
  733. package/modal/esm/components/footer/Component.desktop.js +2 -2
  734. package/modal/esm/components/footer/Component.js +2 -2
  735. package/modal/esm/components/footer/Component.mobile.js +2 -2
  736. package/modal/esm/components/footer/desktop.css +9 -9
  737. package/modal/esm/components/footer/index.css +4 -4
  738. package/modal/esm/components/footer/layout.css +25 -25
  739. package/modal/esm/components/footer/mobile.css +3 -3
  740. package/modal/esm/components/header/Component.desktop.js +2 -2
  741. package/modal/esm/components/header/Component.js +1 -1
  742. package/modal/esm/components/header/Component.mobile.js +2 -2
  743. package/modal/esm/components/header/desktop.css +17 -17
  744. package/modal/esm/components/header/index.css +15 -15
  745. package/modal/esm/components/header/mobile.css +3 -3
  746. package/modal/esm/desktop.css +9 -9
  747. package/modal/esm/desktop.js +2 -2
  748. package/modal/esm/index.js +2 -2
  749. package/modal/esm/mobile.css +2 -2
  750. package/modal/esm/mobile.js +2 -2
  751. package/modal/esm/responsive.js +2 -2
  752. package/modal/esm/transitions.css +8 -8
  753. package/modal/esm/transitions.module-90914bad.js +4 -0
  754. package/modal/esm/{tslib.es6-65d6a200.d.ts → tslib.es6-8123756f.d.ts} +0 -0
  755. package/modal/esm/{tslib.es6-65d6a200.js → tslib.es6-8123756f.js} +0 -0
  756. package/modal/index.js +2 -2
  757. package/modal/mobile.css +2 -2
  758. package/modal/mobile.js +2 -2
  759. package/modal/modern/Component.desktop.js +2 -2
  760. package/modal/modern/Component.mobile.js +2 -2
  761. package/modal/modern/Component.responsive.js +1 -1
  762. package/modal/modern/components/closer/Component.js +1 -1
  763. package/modal/modern/components/closer/index.css +4 -4
  764. package/modal/modern/components/content/Component.desktop.js +1 -1
  765. package/modal/modern/components/content/Component.js +1 -1
  766. package/modal/modern/components/content/Component.mobile.js +1 -1
  767. package/modal/modern/components/content/desktop.css +8 -8
  768. package/modal/modern/components/content/index.css +3 -3
  769. package/modal/modern/components/content/mobile.css +3 -3
  770. package/modal/modern/components/footer/Component.desktop.js +1 -1
  771. package/modal/modern/components/footer/Component.js +2 -2
  772. package/modal/modern/components/footer/Component.mobile.js +1 -1
  773. package/modal/modern/components/footer/desktop.css +9 -9
  774. package/modal/modern/components/footer/index.css +4 -4
  775. package/modal/modern/components/footer/layout.css +25 -25
  776. package/modal/modern/components/footer/mobile.css +3 -3
  777. package/modal/modern/components/header/Component.desktop.js +1 -1
  778. package/modal/modern/components/header/Component.js +1 -1
  779. package/modal/modern/components/header/Component.mobile.js +1 -1
  780. package/modal/modern/components/header/desktop.css +17 -17
  781. package/modal/modern/components/header/index.css +15 -15
  782. package/modal/modern/components/header/mobile.css +3 -3
  783. package/modal/modern/desktop.css +9 -9
  784. package/modal/modern/desktop.js +1 -1
  785. package/modal/modern/index.js +1 -1
  786. package/modal/modern/mobile.css +2 -2
  787. package/modal/modern/mobile.js +1 -1
  788. package/modal/modern/responsive.js +1 -1
  789. package/modal/modern/transitions.css +8 -8
  790. package/modal/modern/transitions.module-90914bad.js +4 -0
  791. package/modal/responsive.js +2 -2
  792. package/modal/transitions.css +8 -8
  793. package/modal/transitions.module-8b2d8c9f.js +4 -0
  794. package/modal/{tslib.es6-5db598c9.d.ts → tslib.es6-7c98e6dc.d.ts} +0 -0
  795. package/modal/{tslib.es6-5db598c9.js → tslib.es6-7c98e6dc.js} +0 -0
  796. package/notification/Component.js +1 -1
  797. package/notification/cssm/utils/index.js +2 -2
  798. package/notification/esm/Component.js +1 -1
  799. package/notification/esm/index.css +7 -7
  800. package/notification/esm/utils/index.js +2 -2
  801. package/notification/index.css +7 -7
  802. package/notification/modern/Component.js +1 -1
  803. package/notification/modern/index.css +7 -7
  804. package/notification/modern/utils/index.js +2 -2
  805. package/notification/utils/index.js +2 -2
  806. package/notification-manager/{component-de34c6cc.d.ts → component-94513293.d.ts} +0 -0
  807. package/notification-manager/{component-de34c6cc.js → component-94513293.js} +0 -0
  808. package/notification-manager/component.js +2 -2
  809. package/notification-manager/components/index.js +1 -1
  810. package/notification-manager/components/notification/component.js +1 -1
  811. package/notification-manager/components/notification/index.d.ts +1 -1
  812. package/notification-manager/components/notification/index.js +1 -1
  813. package/notification-manager/esm/{component-61bd836f.d.ts → component-d0d5cad5.d.ts} +0 -0
  814. package/notification-manager/esm/{component-61bd836f.js → component-d0d5cad5.js} +0 -0
  815. package/notification-manager/esm/component.js +2 -2
  816. package/notification-manager/esm/components/index.js +1 -1
  817. package/notification-manager/esm/components/notification/component.js +1 -1
  818. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  819. package/notification-manager/esm/components/notification/index.js +1 -1
  820. package/notification-manager/esm/index.css +11 -11
  821. package/notification-manager/esm/index.js +1 -1
  822. package/notification-manager/index.css +11 -11
  823. package/notification-manager/index.js +1 -1
  824. package/notification-manager/modern/component.js +1 -1
  825. package/notification-manager/modern/index.css +11 -11
  826. package/package.json +6 -6
  827. package/pagination/Component.js +1 -1
  828. package/pagination/components/default-view/index.css +2 -2
  829. package/pagination/components/default-view/index.js +1 -1
  830. package/pagination/components/per-page-view/index.css +2 -2
  831. package/pagination/components/per-page-view/index.js +1 -1
  832. package/pagination/components/tag/index.css +8 -8
  833. package/pagination/components/tag/index.js +1 -1
  834. package/pagination/esm/Component.js +1 -1
  835. package/pagination/esm/components/default-view/index.css +2 -2
  836. package/pagination/esm/components/default-view/index.js +1 -1
  837. package/pagination/esm/components/per-page-view/index.css +2 -2
  838. package/pagination/esm/components/per-page-view/index.js +1 -1
  839. package/pagination/esm/components/tag/index.css +8 -8
  840. package/pagination/esm/components/tag/index.js +1 -1
  841. package/pagination/esm/index.css +4 -4
  842. package/pagination/index.css +4 -4
  843. package/pagination/modern/Component.js +1 -1
  844. package/pagination/modern/components/default-view/index.css +2 -2
  845. package/pagination/modern/components/default-view/index.js +1 -1
  846. package/pagination/modern/components/per-page-view/index.css +2 -2
  847. package/pagination/modern/components/per-page-view/index.js +1 -1
  848. package/pagination/modern/components/tag/index.css +8 -8
  849. package/pagination/modern/components/tag/index.js +1 -1
  850. package/pagination/modern/index.css +4 -4
  851. package/password-input/component.js +1 -1
  852. package/password-input/esm/component.js +1 -1
  853. package/password-input/esm/index.css +5 -5
  854. package/password-input/index.css +5 -5
  855. package/password-input/modern/component.js +1 -1
  856. package/password-input/modern/index.css +5 -5
  857. package/phone-input/cssm/utils/index.js +5 -7
  858. package/phone-input/esm/utils/index.js +7 -5
  859. package/picker-button/Component.d.ts +1 -1
  860. package/picker-button/Component.js +2 -2
  861. package/picker-button/cssm/Component.d.ts +1 -1
  862. package/picker-button/cssm/field/Component.d.ts +1 -1
  863. package/picker-button/cssm/option/Component.d.ts +2 -2
  864. package/picker-button/cssm/{typings-a22d6eaf.d.ts → typings-f60445d7.d.ts} +28 -0
  865. package/picker-button/esm/Component.d.ts +1 -1
  866. package/picker-button/esm/Component.js +2 -2
  867. package/picker-button/esm/field/Component.d.ts +1 -1
  868. package/picker-button/esm/field/Component.js +2 -2
  869. package/picker-button/esm/field/index.css +3 -3
  870. package/picker-button/esm/field/index.js +1 -1
  871. package/picker-button/esm/index.css +6 -6
  872. package/picker-button/esm/index.js +1 -1
  873. package/picker-button/esm/option/Component.d.ts +2 -2
  874. package/picker-button/esm/option/Component.js +2 -2
  875. package/picker-button/esm/option/index.css +4 -4
  876. package/picker-button/esm/option/index.js +1 -1
  877. package/picker-button/esm/{tslib.es6-a37ce37f.d.ts → tslib.es6-f5a4e67f.d.ts} +0 -0
  878. package/picker-button/esm/{tslib.es6-a37ce37f.js → tslib.es6-f5a4e67f.js} +0 -0
  879. package/picker-button/esm/{typings-a22d6eaf.d.ts → typings-f60445d7.d.ts} +28 -0
  880. package/picker-button/field/Component.d.ts +1 -1
  881. package/picker-button/field/Component.js +2 -2
  882. package/picker-button/field/index.css +3 -3
  883. package/picker-button/field/index.js +1 -1
  884. package/picker-button/index.css +6 -6
  885. package/picker-button/index.js +1 -1
  886. package/picker-button/modern/Component.d.ts +1 -1
  887. package/picker-button/modern/Component.js +1 -1
  888. package/picker-button/modern/field/Component.d.ts +1 -1
  889. package/picker-button/modern/field/Component.js +1 -1
  890. package/picker-button/modern/field/index.css +3 -3
  891. package/picker-button/modern/index.css +6 -6
  892. package/picker-button/modern/option/Component.d.ts +2 -2
  893. package/picker-button/modern/option/Component.js +1 -1
  894. package/picker-button/modern/option/index.css +4 -4
  895. package/picker-button/modern/{typings-a22d6eaf.d.ts → typings-f60445d7.d.ts} +28 -0
  896. package/picker-button/option/Component.d.ts +2 -2
  897. package/picker-button/option/Component.js +2 -2
  898. package/picker-button/option/index.css +4 -4
  899. package/picker-button/option/index.js +1 -1
  900. package/picker-button/{tslib.es6-2d9f58fe.d.ts → tslib.es6-84087546.d.ts} +0 -0
  901. package/picker-button/{tslib.es6-2d9f58fe.js → tslib.es6-84087546.js} +0 -0
  902. package/picker-button/{typings-a22d6eaf.d.ts → typings-f60445d7.d.ts} +28 -0
  903. package/plate/Component.js +1 -1
  904. package/plate/esm/Component.js +1 -1
  905. package/plate/esm/index.css +28 -28
  906. package/plate/index.css +28 -28
  907. package/plate/modern/Component.js +1 -1
  908. package/plate/modern/index.css +28 -28
  909. package/popover/Component.js +1 -1
  910. package/popover/esm/Component.js +1 -1
  911. package/popover/esm/index.css +34 -34
  912. package/popover/index.css +34 -34
  913. package/popover/modern/Component.js +1 -1
  914. package/popover/modern/index.css +34 -34
  915. package/progress-bar/Component.js +1 -1
  916. package/progress-bar/esm/Component.js +1 -1
  917. package/progress-bar/esm/index.css +13 -13
  918. package/progress-bar/index.css +13 -13
  919. package/progress-bar/modern/Component.js +1 -1
  920. package/progress-bar/modern/index.css +13 -13
  921. package/pure-input/Component.js +1 -1
  922. package/pure-input/esm/Component.js +1 -1
  923. package/pure-input/esm/index.css +26 -26
  924. package/pure-input/index.css +26 -26
  925. package/pure-input/modern/Component.js +1 -1
  926. package/pure-input/modern/index.css +26 -26
  927. package/radio/Component.js +1 -1
  928. package/radio/esm/Component.js +1 -1
  929. package/radio/esm/index.css +32 -32
  930. package/radio/index.css +32 -32
  931. package/radio/modern/Component.js +1 -1
  932. package/radio/modern/index.css +32 -32
  933. package/radio-group/Component.js +1 -1
  934. package/radio-group/esm/Component.js +1 -1
  935. package/radio-group/esm/index.css +17 -17
  936. package/radio-group/index.css +17 -17
  937. package/radio-group/modern/Component.js +1 -1
  938. package/radio-group/modern/index.css +17 -17
  939. package/select/Component-361c665d.d.ts +5 -0
  940. package/select/Component-361c665d.js +245 -0
  941. package/select/Component-f3b0170a.d.ts +33 -0
  942. package/select/Component-f3b0170a.js +357 -0
  943. package/select/Component.d.ts +1 -1
  944. package/select/Component.js +2 -2
  945. package/select/components/arrow/Component.js +1 -1
  946. package/select/components/arrow/index.css +3 -3
  947. package/select/components/base-select/Component.d.ts +0 -5
  948. package/select/components/base-select/Component.js +11 -241
  949. package/select/components/base-select/index.css +7 -7
  950. package/select/components/base-select/index.d.ts +1 -1
  951. package/select/components/base-select/index.js +2 -2
  952. package/select/components/checkmark/Component.js +1 -1
  953. package/select/components/checkmark/index.css +7 -7
  954. package/select/components/field/Component.js +2 -2
  955. package/select/components/field/index.css +9 -9
  956. package/select/components/field/index.js +1 -1
  957. package/select/components/index.d.ts +1 -0
  958. package/select/components/index.js +12 -2
  959. package/select/components/native-select/Component.js +1 -1
  960. package/select/components/native-select/index.js +1 -1
  961. package/select/components/optgroup/Component.d.ts +1 -1
  962. package/select/components/optgroup/Component.js +3 -3
  963. package/select/components/optgroup/index.css +6 -6
  964. package/select/components/option/Component.js +2 -2
  965. package/select/components/option/index.css +20 -20
  966. package/select/components/option/index.js +1 -1
  967. package/select/components/options-list/Component.js +4 -4
  968. package/select/components/options-list/index.css +6 -6
  969. package/select/components/options-list/index.js +1 -1
  970. package/select/components/select-mobile/Component.d.ts +0 -0
  971. package/select/components/select-mobile/Component.js +36 -0
  972. package/select/components/select-mobile/checkmark/Component.d.ts +4 -0
  973. package/select/components/select-mobile/checkmark/Component.js +22 -0
  974. package/select/components/select-mobile/checkmark/index.css +37 -0
  975. package/select/components/select-mobile/checkmark/index.d.ts +1 -0
  976. package/select/components/select-mobile/checkmark/index.js +9 -0
  977. package/select/components/select-mobile/index.css +68 -0
  978. package/select/components/select-mobile/index.d.ts +1 -0
  979. package/select/components/select-mobile/index.js +36 -0
  980. package/select/components/select-mobile/options-list/Component.d.ts +4 -0
  981. package/select/components/select-mobile/options-list/Component.js +49 -0
  982. package/select/components/select-mobile/options-list/index.css +65 -0
  983. package/select/components/select-mobile/options-list/index.d.ts +1 -0
  984. package/select/components/select-mobile/options-list/index.js +14 -0
  985. package/select/components/virtual-options-list/Component.js +2 -2
  986. package/select/components/virtual-options-list/index.css +12 -12
  987. package/select/components/virtual-options-list/index.js +1 -1
  988. package/select/cssm/Component-9bc41b6c.d.ts +5 -0
  989. package/select/cssm/Component-9bc41b6c.js +244 -0
  990. package/select/cssm/Component-d45c0e41.d.ts +33 -0
  991. package/select/cssm/Component-d45c0e41.js +363 -0
  992. package/select/cssm/Component.d.ts +1 -1
  993. package/select/cssm/Component.js +1 -1
  994. package/select/cssm/components/base-select/Component.d.ts +0 -5
  995. package/select/cssm/components/base-select/Component.js +12 -240
  996. package/select/cssm/components/base-select/index.d.ts +1 -1
  997. package/select/cssm/components/base-select/index.js +1 -1
  998. package/select/cssm/components/index.d.ts +1 -0
  999. package/select/cssm/components/index.js +17 -1
  1000. package/select/cssm/components/optgroup/Component.d.ts +1 -1
  1001. package/select/cssm/components/optgroup/Component.js +2 -2
  1002. package/select/cssm/components/options-list/Component.js +2 -2
  1003. package/select/cssm/components/select-mobile/Component.d.ts +0 -0
  1004. package/select/cssm/components/select-mobile/Component.js +50 -0
  1005. package/select/cssm/components/select-mobile/checkmark/Component.d.ts +4 -0
  1006. package/select/cssm/components/select-mobile/checkmark/Component.js +21 -0
  1007. package/select/cssm/components/select-mobile/checkmark/index.d.ts +1 -0
  1008. package/select/cssm/components/select-mobile/checkmark/index.js +10 -0
  1009. package/select/cssm/components/select-mobile/checkmark/index.module.css +36 -0
  1010. package/select/cssm/components/select-mobile/index.d.ts +1 -0
  1011. package/select/cssm/components/select-mobile/index.js +50 -0
  1012. package/select/cssm/components/select-mobile/index.module.css +67 -0
  1013. package/select/cssm/components/select-mobile/options-list/Component.d.ts +4 -0
  1014. package/select/cssm/components/select-mobile/options-list/Component.js +49 -0
  1015. package/select/cssm/components/select-mobile/options-list/index.d.ts +1 -0
  1016. package/select/cssm/components/select-mobile/options-list/index.js +16 -0
  1017. package/select/cssm/components/select-mobile/options-list/index.module.css +64 -0
  1018. package/select/cssm/getDataTestId-3fe0d3e6.d.ts +2 -0
  1019. package/select/cssm/hook-f5b8fe4f.d.ts +3 -3
  1020. package/select/cssm/index.js +14 -6
  1021. package/select/cssm/presets/index.js +13 -6
  1022. package/select/cssm/presets/useSelectWithApply/hook.js +13 -6
  1023. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +12 -5
  1024. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1025. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +12 -5
  1026. package/select/cssm/typings.d.ts +29 -0
  1027. package/select/esm/Component-583d094c.d.ts +5 -0
  1028. package/select/esm/Component-583d094c.js +238 -0
  1029. package/select/esm/Component-fbfe06af.d.ts +33 -0
  1030. package/select/esm/Component-fbfe06af.js +353 -0
  1031. package/select/esm/Component.d.ts +1 -1
  1032. package/select/esm/Component.js +8 -8
  1033. package/select/esm/components/arrow/Component.js +1 -1
  1034. package/select/esm/components/arrow/index.css +3 -3
  1035. package/select/esm/components/base-select/Component.d.ts +0 -5
  1036. package/select/esm/components/base-select/Component.js +10 -238
  1037. package/select/esm/components/base-select/index.css +7 -7
  1038. package/select/esm/components/base-select/index.d.ts +1 -1
  1039. package/select/esm/components/base-select/index.js +2 -2
  1040. package/select/esm/components/checkmark/Component.js +1 -1
  1041. package/select/esm/components/checkmark/index.css +7 -7
  1042. package/select/esm/components/field/Component.js +3 -3
  1043. package/select/esm/components/field/index.css +9 -9
  1044. package/select/esm/components/field/index.js +2 -2
  1045. package/select/esm/components/index.d.ts +1 -0
  1046. package/select/esm/components/index.js +17 -8
  1047. package/select/esm/components/native-select/Component.js +1 -1
  1048. package/select/esm/components/native-select/index.js +1 -1
  1049. package/select/esm/components/optgroup/Component.d.ts +1 -1
  1050. package/select/esm/components/optgroup/Component.js +3 -3
  1051. package/select/esm/components/optgroup/index.css +6 -6
  1052. package/select/esm/components/option/Component.js +2 -2
  1053. package/select/esm/components/option/index.css +20 -20
  1054. package/select/esm/components/option/index.js +1 -1
  1055. package/select/esm/components/options-list/Component.js +4 -4
  1056. package/select/esm/components/options-list/index.css +6 -6
  1057. package/select/esm/components/options-list/index.js +1 -1
  1058. package/select/esm/components/select-mobile/Component.d.ts +0 -0
  1059. package/select/esm/components/select-mobile/Component.js +30 -0
  1060. package/select/esm/components/select-mobile/checkmark/Component.d.ts +4 -0
  1061. package/select/esm/components/select-mobile/checkmark/Component.js +15 -0
  1062. package/select/esm/components/select-mobile/checkmark/index.css +37 -0
  1063. package/select/esm/components/select-mobile/checkmark/index.d.ts +1 -0
  1064. package/select/esm/components/select-mobile/checkmark/index.js +3 -0
  1065. package/select/esm/components/select-mobile/index.css +68 -0
  1066. package/select/esm/components/select-mobile/index.d.ts +1 -0
  1067. package/select/esm/components/select-mobile/index.js +30 -0
  1068. package/select/esm/components/select-mobile/options-list/Component.d.ts +4 -0
  1069. package/select/esm/components/select-mobile/options-list/Component.js +42 -0
  1070. package/select/esm/components/select-mobile/options-list/index.css +65 -0
  1071. package/select/esm/components/select-mobile/options-list/index.d.ts +1 -0
  1072. package/select/esm/components/select-mobile/options-list/index.js +8 -0
  1073. package/select/esm/components/virtual-options-list/Component.js +2 -2
  1074. package/select/esm/components/virtual-options-list/index.css +12 -12
  1075. package/select/esm/components/virtual-options-list/index.js +1 -1
  1076. package/select/esm/getDataTestId-3fe0d3e6.d.ts +2 -0
  1077. package/select/esm/hook-f5b8fe4f.d.ts +3 -3
  1078. package/select/esm/index.js +15 -11
  1079. package/select/esm/{intersection-observer-d90077e7.d.ts → intersection-observer-cacd4c75.d.ts} +0 -0
  1080. package/select/esm/{intersection-observer-d90077e7.js → intersection-observer-cacd4c75.js} +0 -0
  1081. package/select/esm/presets/index.js +15 -11
  1082. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1083. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1084. package/select/esm/presets/useSelectWithApply/hook.js +15 -11
  1085. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +15 -11
  1086. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1087. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1088. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +15 -11
  1089. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1090. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1091. package/select/esm/{tslib.es6-2dd3101c.d.ts → tslib.es6-83ec29ec.d.ts} +0 -0
  1092. package/select/esm/{tslib.es6-2dd3101c.js → tslib.es6-83ec29ec.js} +0 -0
  1093. package/select/esm/typings.d.ts +29 -0
  1094. package/select/getDataTestId-3fe0d3e6.d.ts +2 -0
  1095. package/select/hook-f5b8fe4f.d.ts +3 -3
  1096. package/select/index.js +12 -7
  1097. package/select/{intersection-observer-7163b0d8.d.ts → intersection-observer-34ea335a.d.ts} +0 -0
  1098. package/select/{intersection-observer-7163b0d8.js → intersection-observer-34ea335a.js} +0 -0
  1099. package/select/modern/Component-23558991.d.ts +33 -0
  1100. package/select/modern/Component-23558991.js +368 -0
  1101. package/select/modern/Component-effd4b6f.d.ts +5 -0
  1102. package/select/modern/Component-effd4b6f.js +247 -0
  1103. package/select/modern/Component.d.ts +1 -1
  1104. package/select/modern/Component.js +3 -3
  1105. package/select/modern/components/arrow/Component.js +1 -1
  1106. package/select/modern/components/arrow/index.css +3 -3
  1107. package/select/modern/components/base-select/Component.d.ts +0 -5
  1108. package/select/modern/components/base-select/Component.js +9 -247
  1109. package/select/modern/components/base-select/index.css +7 -7
  1110. package/select/modern/components/base-select/index.d.ts +1 -1
  1111. package/select/modern/components/base-select/index.js +1 -1
  1112. package/select/modern/components/checkmark/Component.js +1 -1
  1113. package/select/modern/components/checkmark/index.css +7 -7
  1114. package/select/modern/components/field/Component.js +1 -1
  1115. package/select/modern/components/field/index.css +9 -9
  1116. package/select/modern/components/index.d.ts +1 -0
  1117. package/select/modern/components/index.js +12 -3
  1118. package/select/modern/components/optgroup/Component.d.ts +1 -1
  1119. package/select/modern/components/optgroup/Component.js +3 -3
  1120. package/select/modern/components/optgroup/index.css +6 -6
  1121. package/select/modern/components/option/Component.js +1 -1
  1122. package/select/modern/components/option/index.css +20 -20
  1123. package/select/modern/components/options-list/Component.js +3 -3
  1124. package/select/modern/components/options-list/index.css +6 -6
  1125. package/select/modern/components/select-mobile/Component.d.ts +0 -0
  1126. package/select/modern/components/select-mobile/Component.js +29 -0
  1127. package/select/modern/components/select-mobile/checkmark/Component.d.ts +4 -0
  1128. package/select/modern/components/select-mobile/checkmark/Component.js +11 -0
  1129. package/select/modern/components/select-mobile/checkmark/index.css +37 -0
  1130. package/select/modern/components/select-mobile/checkmark/index.d.ts +1 -0
  1131. package/select/modern/components/select-mobile/checkmark/index.js +3 -0
  1132. package/select/modern/components/select-mobile/index.css +68 -0
  1133. package/select/modern/components/select-mobile/index.d.ts +1 -0
  1134. package/select/modern/components/select-mobile/index.js +29 -0
  1135. package/select/modern/components/select-mobile/options-list/Component.d.ts +4 -0
  1136. package/select/modern/components/select-mobile/options-list/Component.js +37 -0
  1137. package/select/modern/components/select-mobile/options-list/index.css +65 -0
  1138. package/select/modern/components/select-mobile/options-list/index.d.ts +1 -0
  1139. package/select/modern/components/select-mobile/options-list/index.js +7 -0
  1140. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1141. package/select/modern/components/virtual-options-list/index.css +12 -12
  1142. package/select/modern/getDataTestId-3fe0d3e6.d.ts +2 -0
  1143. package/select/modern/hook-f5b8fe4f.d.ts +3 -3
  1144. package/select/modern/index.js +10 -6
  1145. package/select/modern/{intersection-observer-d90077e7.d.ts → intersection-observer-cacd4c75.d.ts} +0 -0
  1146. package/select/modern/{intersection-observer-d90077e7.js → intersection-observer-cacd4c75.js} +0 -0
  1147. package/select/modern/presets/index.js +10 -6
  1148. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1149. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1150. package/select/modern/presets/useSelectWithApply/hook.js +10 -6
  1151. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -6
  1152. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1153. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1154. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +10 -6
  1155. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1156. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1157. package/select/modern/typings.d.ts +29 -0
  1158. package/select/presets/index.js +11 -7
  1159. package/select/presets/useLazyLoading/hook.js +3 -3
  1160. package/select/presets/useLazyLoading/index.css +2 -2
  1161. package/select/presets/useSelectWithApply/hook.js +11 -7
  1162. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -6
  1163. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1164. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1165. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +10 -6
  1166. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1167. package/select/presets/useSelectWithLoading/index.css +2 -2
  1168. package/select/{tslib.es6-2c5600b1.d.ts → tslib.es6-9c930105.d.ts} +0 -0
  1169. package/select/{tslib.es6-2c5600b1.js → tslib.es6-9c930105.js} +0 -0
  1170. package/select/typings.d.ts +29 -0
  1171. package/select-with-tags/component.d.ts +1 -1
  1172. package/select-with-tags/component.js +1 -1
  1173. package/select-with-tags/components/index.js +1 -1
  1174. package/select-with-tags/components/tag/component.js +2 -2
  1175. package/select-with-tags/components/tag/index.css +11 -11
  1176. package/select-with-tags/components/tag/index.js +1 -1
  1177. package/select-with-tags/components/tag-list/component.js +2 -2
  1178. package/select-with-tags/components/tag-list/index.css +31 -31
  1179. package/select-with-tags/components/tag-list/index.js +1 -1
  1180. package/select-with-tags/cssm/component.d.ts +1 -1
  1181. package/select-with-tags/esm/component.d.ts +1 -1
  1182. package/select-with-tags/esm/component.js +1 -1
  1183. package/select-with-tags/esm/components/index.js +1 -1
  1184. package/select-with-tags/esm/components/tag/component.js +2 -2
  1185. package/select-with-tags/esm/components/tag/index.css +11 -11
  1186. package/select-with-tags/esm/components/tag/index.js +1 -1
  1187. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1188. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  1189. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1190. package/select-with-tags/esm/index.js +1 -1
  1191. package/select-with-tags/esm/{tslib.es6-c06050b7.d.ts → tslib.es6-13e0db89.d.ts} +0 -0
  1192. package/select-with-tags/esm/{tslib.es6-c06050b7.js → tslib.es6-13e0db89.js} +0 -0
  1193. package/select-with-tags/esm/utils/index.js +1 -1
  1194. package/select-with-tags/esm/utils/match.js +1 -1
  1195. package/select-with-tags/index.js +1 -1
  1196. package/select-with-tags/modern/component.d.ts +1 -1
  1197. package/select-with-tags/modern/components/tag/component.js +1 -1
  1198. package/select-with-tags/modern/components/tag/index.css +11 -11
  1199. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1200. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  1201. package/select-with-tags/{tslib.es6-633c70f8.d.ts → tslib.es6-b4391ed8.d.ts} +0 -0
  1202. package/select-with-tags/{tslib.es6-633c70f8.js → tslib.es6-b4391ed8.js} +0 -0
  1203. package/select-with-tags/utils/index.js +1 -1
  1204. package/select-with-tags/utils/match.js +1 -1
  1205. package/skeleton/Component.js +1 -1
  1206. package/skeleton/cssm/index.module.css +10 -8
  1207. package/skeleton/esm/Component.js +1 -1
  1208. package/skeleton/esm/index.css +21 -19
  1209. package/skeleton/index.css +21 -19
  1210. package/skeleton/modern/Component.js +1 -1
  1211. package/skeleton/modern/index.css +21 -19
  1212. package/slider/Component.js +1 -1
  1213. package/slider/esm/Component.js +1 -1
  1214. package/slider/esm/index.css +37 -37
  1215. package/slider/index.css +37 -37
  1216. package/slider/modern/Component.js +1 -1
  1217. package/slider/modern/index.css +37 -37
  1218. package/slider-input/Component.js +1 -1
  1219. package/slider-input/esm/Component.js +1 -1
  1220. package/slider-input/esm/index.css +17 -17
  1221. package/slider-input/index.css +17 -17
  1222. package/slider-input/modern/Component.js +1 -1
  1223. package/slider-input/modern/index.css +17 -17
  1224. package/space/Component.js +2 -2
  1225. package/space/{Item-bb346ccd.d.ts → Item-f4c5fee5.d.ts} +0 -0
  1226. package/space/{Item-bb346ccd.js → Item-f4c5fee5.js} +0 -0
  1227. package/space/Item.js +1 -1
  1228. package/space/esm/Component.js +2 -2
  1229. package/space/esm/{Item-b63f82fa.d.ts → Item-2719717c.d.ts} +0 -0
  1230. package/space/esm/{Item-b63f82fa.js → Item-2719717c.js} +0 -0
  1231. package/space/esm/Item.js +1 -1
  1232. package/space/esm/index.css +9 -9
  1233. package/space/esm/index.js +1 -1
  1234. package/space/index.css +9 -9
  1235. package/space/index.js +1 -1
  1236. package/space/modern/Component.js +1 -1
  1237. package/space/modern/index.css +9 -9
  1238. package/spinner/Component.js +1 -1
  1239. package/spinner/esm/Component.js +1 -1
  1240. package/spinner/esm/index.css +7 -7
  1241. package/spinner/index.css +7 -7
  1242. package/spinner/modern/Component.js +1 -1
  1243. package/spinner/modern/index.css +7 -7
  1244. package/status/Component.js +1 -1
  1245. package/status/esm/Component.js +1 -1
  1246. package/status/esm/index.css +18 -18
  1247. package/status/index.css +18 -18
  1248. package/status/modern/Component.js +1 -1
  1249. package/status/modern/index.css +18 -18
  1250. package/stepped-progress-bar/Component.js +1 -1
  1251. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1252. package/stepped-progress-bar/components/step-bar/index.css +11 -11
  1253. package/stepped-progress-bar/esm/Component.js +1 -1
  1254. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1255. package/stepped-progress-bar/esm/components/step-bar/index.css +11 -11
  1256. package/stepped-progress-bar/esm/index.css +4 -4
  1257. package/stepped-progress-bar/index.css +4 -4
  1258. package/stepped-progress-bar/modern/Component.js +1 -1
  1259. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1260. package/stepped-progress-bar/modern/components/step-bar/index.css +11 -11
  1261. package/stepped-progress-bar/modern/index.css +4 -4
  1262. package/switch/Component.js +1 -1
  1263. package/switch/esm/Component.js +1 -1
  1264. package/switch/esm/index.css +26 -26
  1265. package/switch/index.css +26 -26
  1266. package/switch/modern/Component.js +1 -1
  1267. package/switch/modern/index.css +26 -26
  1268. package/table/component.js +1 -1
  1269. package/table/components/index.js +1 -1
  1270. package/table/components/pagination/Component.js +2 -2
  1271. package/table/components/pagination/index.css +8 -8
  1272. package/table/components/pagination/index.js +1 -1
  1273. package/table/components/pagination/select-field/index.css +4 -4
  1274. package/table/components/pagination/select-field/index.js +2 -2
  1275. package/table/components/table/Component.js +2 -2
  1276. package/table/components/table/index.css +6 -6
  1277. package/table/components/table/index.js +1 -1
  1278. package/table/components/table/utils.js +1 -1
  1279. package/table/components/tbody/Component.js +2 -2
  1280. package/table/components/tbody/index.css +2 -2
  1281. package/table/components/tbody/index.js +1 -1
  1282. package/table/components/tcell/Component.js +2 -2
  1283. package/table/components/tcell/index.css +4 -4
  1284. package/table/components/tcell/index.js +1 -1
  1285. package/table/components/texpandable-row/Component.js +2 -2
  1286. package/table/components/texpandable-row/index.css +5 -5
  1287. package/table/components/texpandable-row/index.js +1 -1
  1288. package/table/components/thead/Component.js +2 -2
  1289. package/table/components/thead/index.css +6 -6
  1290. package/table/components/thead/index.js +1 -1
  1291. package/table/components/thead-cell/Component.js +2 -2
  1292. package/table/components/thead-cell/index.css +5 -5
  1293. package/table/components/thead-cell/index.js +1 -1
  1294. package/table/components/trow/Component.js +2 -2
  1295. package/table/components/trow/index.css +8 -8
  1296. package/table/components/trow/index.js +1 -1
  1297. package/table/components/tsortable-head-cell/Component.js +2 -2
  1298. package/table/components/tsortable-head-cell/index.css +9 -9
  1299. package/table/components/tsortable-head-cell/index.js +1 -1
  1300. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1301. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1302. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1303. package/table/esm/component.js +1 -1
  1304. package/table/esm/components/index.js +1 -1
  1305. package/table/esm/components/pagination/Component.js +2 -2
  1306. package/table/esm/components/pagination/index.css +8 -8
  1307. package/table/esm/components/pagination/index.js +1 -1
  1308. package/table/esm/components/pagination/select-field/index.css +4 -4
  1309. package/table/esm/components/pagination/select-field/index.js +2 -2
  1310. package/table/esm/components/table/Component.js +2 -2
  1311. package/table/esm/components/table/index.css +6 -6
  1312. package/table/esm/components/table/index.js +1 -1
  1313. package/table/esm/components/table/utils.js +1 -1
  1314. package/table/esm/components/tbody/Component.js +2 -2
  1315. package/table/esm/components/tbody/index.css +2 -2
  1316. package/table/esm/components/tbody/index.js +1 -1
  1317. package/table/esm/components/tcell/Component.js +2 -2
  1318. package/table/esm/components/tcell/index.css +4 -4
  1319. package/table/esm/components/tcell/index.js +1 -1
  1320. package/table/esm/components/texpandable-row/Component.js +2 -2
  1321. package/table/esm/components/texpandable-row/index.css +5 -5
  1322. package/table/esm/components/texpandable-row/index.js +1 -1
  1323. package/table/esm/components/thead/Component.js +2 -2
  1324. package/table/esm/components/thead/index.css +6 -6
  1325. package/table/esm/components/thead/index.js +1 -1
  1326. package/table/esm/components/thead-cell/Component.js +2 -2
  1327. package/table/esm/components/thead-cell/index.css +5 -5
  1328. package/table/esm/components/thead-cell/index.js +1 -1
  1329. package/table/esm/components/trow/Component.js +2 -2
  1330. package/table/esm/components/trow/index.css +8 -8
  1331. package/table/esm/components/trow/index.js +1 -1
  1332. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1333. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1334. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1335. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1336. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1337. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1338. package/table/esm/index.js +1 -1
  1339. package/table/esm/{tslib.es6-242af38b.d.ts → tslib.es6-3aa8362c.d.ts} +0 -0
  1340. package/table/esm/{tslib.es6-242af38b.js → tslib.es6-3aa8362c.js} +0 -0
  1341. package/table/index.js +1 -1
  1342. package/table/modern/components/pagination/Component.js +1 -1
  1343. package/table/modern/components/pagination/index.css +8 -8
  1344. package/table/modern/components/pagination/select-field/index.css +4 -4
  1345. package/table/modern/components/pagination/select-field/index.js +1 -1
  1346. package/table/modern/components/table/Component.js +1 -1
  1347. package/table/modern/components/table/index.css +6 -6
  1348. package/table/modern/components/tbody/Component.js +1 -1
  1349. package/table/modern/components/tbody/index.css +2 -2
  1350. package/table/modern/components/tcell/Component.js +1 -1
  1351. package/table/modern/components/tcell/index.css +4 -4
  1352. package/table/modern/components/texpandable-row/Component.js +1 -1
  1353. package/table/modern/components/texpandable-row/index.css +5 -5
  1354. package/table/modern/components/thead/Component.js +1 -1
  1355. package/table/modern/components/thead/index.css +6 -6
  1356. package/table/modern/components/thead-cell/Component.js +1 -1
  1357. package/table/modern/components/thead-cell/index.css +5 -5
  1358. package/table/modern/components/trow/Component.js +1 -1
  1359. package/table/modern/components/trow/index.css +8 -8
  1360. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1361. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1362. package/table/{tslib.es6-e4f43484.d.ts → tslib.es6-64a7fcca.d.ts} +0 -0
  1363. package/table/{tslib.es6-e4f43484.js → tslib.es6-64a7fcca.js} +0 -0
  1364. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1365. package/tabs/components/primary-tablist/Component.js +1 -1
  1366. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1367. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1368. package/tabs/components/primary-tablist/index.css +19 -19
  1369. package/tabs/components/primary-tablist/mobile.css +21 -21
  1370. package/tabs/components/scrollable-container/Component.js +1 -1
  1371. package/tabs/components/scrollable-container/index.css +4 -4
  1372. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1373. package/tabs/components/secondary-tablist/Component.js +1 -1
  1374. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1375. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1376. package/tabs/components/secondary-tablist/index.css +10 -10
  1377. package/tabs/components/secondary-tablist/mobile.css +12 -12
  1378. package/tabs/components/tab/Component.js +1 -1
  1379. package/tabs/components/tab/index.css +3 -3
  1380. package/tabs/components/tabs/Component.desktop.js +3 -3
  1381. package/tabs/components/tabs/Component.mobile.js +3 -3
  1382. package/tabs/components/tabs/Component.responsive.js +3 -3
  1383. package/tabs/desktop.js +3 -3
  1384. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1385. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1386. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1387. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1388. package/tabs/esm/components/primary-tablist/index.css +19 -19
  1389. package/tabs/esm/components/primary-tablist/mobile.css +21 -21
  1390. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1391. package/tabs/esm/components/scrollable-container/index.css +4 -4
  1392. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1393. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1394. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1395. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1396. package/tabs/esm/components/secondary-tablist/index.css +10 -10
  1397. package/tabs/esm/components/secondary-tablist/mobile.css +12 -12
  1398. package/tabs/esm/components/tab/Component.js +1 -1
  1399. package/tabs/esm/components/tab/index.css +3 -3
  1400. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1401. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1402. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1403. package/tabs/esm/desktop.js +3 -3
  1404. package/tabs/esm/index.js +3 -3
  1405. package/tabs/esm/index.module-63784eab.js +4 -0
  1406. package/tabs/esm/index.module-93a69018.js +4 -0
  1407. package/tabs/esm/mobile.js +3 -3
  1408. package/tabs/esm/responsive.js +3 -3
  1409. package/tabs/esm/{tslib.es6-e8f6030d.d.ts → tslib.es6-0f4ab9f2.d.ts} +0 -0
  1410. package/tabs/esm/{tslib.es6-e8f6030d.js → tslib.es6-0f4ab9f2.js} +0 -0
  1411. package/tabs/index.js +3 -3
  1412. package/tabs/index.module-45ca3da2.js +4 -0
  1413. package/tabs/index.module-d9c5c88a.js +4 -0
  1414. package/tabs/mobile.js +3 -3
  1415. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1416. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1417. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1418. package/tabs/modern/components/primary-tablist/index.css +19 -19
  1419. package/tabs/modern/components/primary-tablist/mobile.css +21 -21
  1420. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1421. package/tabs/modern/components/scrollable-container/index.css +4 -4
  1422. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1423. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1424. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1425. package/tabs/modern/components/secondary-tablist/index.css +10 -10
  1426. package/tabs/modern/components/secondary-tablist/mobile.css +12 -12
  1427. package/tabs/modern/components/tab/Component.js +1 -1
  1428. package/tabs/modern/components/tab/index.css +3 -3
  1429. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1430. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1431. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1432. package/tabs/modern/desktop.js +2 -2
  1433. package/tabs/modern/index.js +2 -2
  1434. package/tabs/modern/index.module-63784eab.js +4 -0
  1435. package/tabs/modern/index.module-93a69018.js +4 -0
  1436. package/tabs/modern/mobile.js +2 -2
  1437. package/tabs/modern/responsive.js +2 -2
  1438. package/tabs/responsive.js +3 -3
  1439. package/tabs/{tslib.es6-1344f8fb.d.ts → tslib.es6-e0d88ab1.d.ts} +0 -0
  1440. package/tabs/{tslib.es6-1344f8fb.js → tslib.es6-e0d88ab1.js} +0 -0
  1441. package/tag/Component.js +3 -3
  1442. package/tag/cssm/vars.css +8 -0
  1443. package/tag/default.css +9 -9
  1444. package/tag/esm/Component.js +3 -3
  1445. package/tag/esm/default.css +9 -9
  1446. package/tag/esm/index.css +38 -38
  1447. package/tag/esm/inverted.css +9 -9
  1448. package/tag/index.css +38 -38
  1449. package/tag/inverted.css +9 -9
  1450. package/tag/modern/Component.js +3 -3
  1451. package/tag/modern/default.css +9 -9
  1452. package/tag/modern/index.css +38 -38
  1453. package/tag/modern/inverted.css +9 -9
  1454. package/textarea/Component.js +3 -3
  1455. package/textarea/default.css +19 -19
  1456. package/textarea/esm/Component.js +3 -3
  1457. package/textarea/esm/default.css +19 -19
  1458. package/textarea/esm/index.css +22 -22
  1459. package/textarea/esm/inverted.css +19 -19
  1460. package/textarea/index.css +22 -22
  1461. package/textarea/inverted.css +19 -19
  1462. package/textarea/modern/Component.js +3 -3
  1463. package/textarea/modern/default.css +19 -19
  1464. package/textarea/modern/index.css +22 -22
  1465. package/textarea/modern/inverted.css +19 -19
  1466. package/themes/click.css +4 -0
  1467. package/themes/compiled/mobile-dark-bluetint.css +900 -880
  1468. package/themes/corp.css +2 -0
  1469. package/themes/intranet.css +187 -207
  1470. package/themes/mixins/intranet.css +2 -0
  1471. package/themes/mixins/mobile.css +2 -0
  1472. package/themes/mixins/select/click.css +6 -0
  1473. package/themes/mixins/select/corp.css +4 -0
  1474. package/themes/mixins/select/intranet.css +4 -0
  1475. package/themes/mixins/select/mobile.css +4 -0
  1476. package/themes/mixins/select/site.css +4 -0
  1477. package/themes/mixins/site.css +2 -0
  1478. package/themes/mobile.css +187 -207
  1479. package/themes/package.json +1 -1
  1480. package/themes/select/click.css +6 -0
  1481. package/themes/select/corp.css +4 -0
  1482. package/themes/select/intranet.css +4 -0
  1483. package/themes/select/mobile.css +4 -0
  1484. package/themes/select/site.css +4 -0
  1485. package/themes/site.css +2 -0
  1486. package/toast/component.js +1 -1
  1487. package/toast/esm/component.js +1 -1
  1488. package/toast/esm/index.css +9 -9
  1489. package/toast/index.css +9 -9
  1490. package/toast/modern/component.js +1 -1
  1491. package/toast/modern/index.css +9 -9
  1492. package/toast-plate/component.js +1 -1
  1493. package/toast-plate/esm/component.js +1 -1
  1494. package/toast-plate/esm/index.css +15 -15
  1495. package/toast-plate/index.css +15 -15
  1496. package/toast-plate/modern/component.js +1 -1
  1497. package/toast-plate/modern/index.css +15 -15
  1498. package/tooltip/{Component-a7ab3056.d.ts → Component-ca3b5451.d.ts} +0 -0
  1499. package/tooltip/{Component-a7ab3056.js → Component-ca3b5451.js} +1 -1
  1500. package/tooltip/Component.js +1 -1
  1501. package/tooltip/component.responsive.js +2 -2
  1502. package/tooltip/esm/{Component-e3a93d39.d.ts → Component-c3450473.d.ts} +0 -0
  1503. package/tooltip/esm/{Component-e3a93d39.js → Component-c3450473.js} +1 -1
  1504. package/tooltip/esm/Component.js +1 -1
  1505. package/tooltip/esm/component.responsive.js +2 -2
  1506. package/tooltip/esm/index.css +8 -8
  1507. package/tooltip/esm/index.d.ts +1 -1
  1508. package/tooltip/esm/index.js +1 -1
  1509. package/tooltip/esm/responsive.css +3 -3
  1510. package/tooltip/esm/responsive.js +1 -1
  1511. package/tooltip/index.css +8 -8
  1512. package/tooltip/index.d.ts +1 -1
  1513. package/tooltip/index.js +1 -1
  1514. package/tooltip/modern/Component.js +1 -1
  1515. package/tooltip/modern/component.responsive.js +1 -1
  1516. package/tooltip/modern/index.css +8 -8
  1517. package/tooltip/modern/responsive.css +3 -3
  1518. package/tooltip/responsive.css +3 -3
  1519. package/tooltip/responsive.js +1 -1
  1520. package/typography/colors.css +13 -13
  1521. package/typography/{colors.module-9d5f402c.d.ts → colors.module-41a06394.d.ts} +0 -0
  1522. package/typography/{colors.module-9d5f402c.js → colors.module-41a06394.js} +1 -1
  1523. package/typography/common.module-4f197b21.js +4 -0
  1524. package/typography/component.js +2 -2
  1525. package/typography/esm/colors.css +13 -13
  1526. package/typography/esm/{colors.module-2ad2f2e0.d.ts → colors.module-ca54eca9.d.ts} +0 -0
  1527. package/typography/esm/{colors.module-2ad2f2e0.js → colors.module-ca54eca9.js} +1 -1
  1528. package/typography/esm/common.module-1b85c874.js +4 -0
  1529. package/typography/esm/component.js +2 -2
  1530. package/typography/esm/index.js +2 -2
  1531. package/typography/esm/text/component.js +2 -2
  1532. package/typography/esm/text/index.css +14 -14
  1533. package/typography/esm/text/index.js +1 -1
  1534. package/typography/esm/title/common.css +5 -5
  1535. package/typography/esm/title/component.js +1 -1
  1536. package/typography/esm/title/index.css +19 -19
  1537. package/typography/esm/title/index.js +3 -3
  1538. package/typography/esm/title-mobile/component.js +3 -3
  1539. package/typography/esm/title-mobile/index.css +14 -14
  1540. package/typography/esm/title-mobile/index.js +2 -2
  1541. package/typography/esm/title-responsive/component.js +3 -3
  1542. package/typography/esm/title-responsive/index.css +41 -41
  1543. package/typography/esm/title-responsive/index.js +2 -2
  1544. package/typography/index.js +2 -2
  1545. package/typography/modern/colors.css +13 -13
  1546. package/typography/modern/colors.module-4a385b50.js +4 -0
  1547. package/typography/modern/common.module-1b85c874.js +4 -0
  1548. package/typography/modern/component.js +2 -2
  1549. package/typography/modern/index.js +2 -2
  1550. package/typography/modern/text/component.js +2 -2
  1551. package/typography/modern/text/index.css +14 -14
  1552. package/typography/modern/text/index.js +1 -1
  1553. package/typography/modern/title/common.css +5 -5
  1554. package/typography/modern/title/component.js +1 -1
  1555. package/typography/modern/title/index.css +19 -19
  1556. package/typography/modern/title/index.js +3 -3
  1557. package/typography/modern/title-mobile/component.js +3 -3
  1558. package/typography/modern/title-mobile/index.css +14 -14
  1559. package/typography/modern/title-mobile/index.js +2 -2
  1560. package/typography/modern/title-responsive/component.js +3 -3
  1561. package/typography/modern/title-responsive/index.css +41 -41
  1562. package/typography/modern/title-responsive/index.js +2 -2
  1563. package/typography/text/component.js +2 -2
  1564. package/typography/text/index.css +14 -14
  1565. package/typography/text/index.js +1 -1
  1566. package/typography/title/common.css +5 -5
  1567. package/typography/title/component.js +1 -1
  1568. package/typography/title/index.css +19 -19
  1569. package/typography/title/index.js +3 -3
  1570. package/typography/title-mobile/component.js +3 -3
  1571. package/typography/title-mobile/index.css +14 -14
  1572. package/typography/title-mobile/index.js +2 -2
  1573. package/typography/title-responsive/component.js +3 -3
  1574. package/typography/title-responsive/index.css +41 -41
  1575. package/typography/title-responsive/index.js +2 -2
  1576. package/vars/package.json +1 -1
  1577. package/with-suffix/Component.js +1 -1
  1578. package/with-suffix/cssm/index.module.css +8 -6
  1579. package/with-suffix/esm/Component.js +1 -1
  1580. package/with-suffix/esm/index.css +17 -15
  1581. package/with-suffix/index.css +17 -15
  1582. package/with-suffix/modern/Component.js +1 -1
  1583. package/with-suffix/modern/index.css +17 -15
  1584. package/calendar-range/modern/index.module-779568bc.js +0 -4
  1585. package/grid/esm/gutters.module-2e9c3ddb.js +0 -27
  1586. package/grid/gutters.module-4652f0c3.js +0 -28
  1587. package/grid/modern/gutters.module-be2227c4.js +0 -4
  1588. package/modal/esm/transitions.module-c88738b2.js +0 -4
  1589. package/modal/modern/transitions.module-c88738b2.js +0 -4
  1590. package/modal/transitions.module-a3791093.js +0 -4
  1591. package/select/cssm/hook-3b9bd559.d.ts +0 -12
  1592. package/select/cssm/hook-3b9bd559.js +0 -145
  1593. package/select/esm/hook-c228387a.d.ts +0 -12
  1594. package/select/esm/hook-c228387a.js +0 -141
  1595. package/select/hook-1255a479.d.ts +0 -12
  1596. package/select/hook-1255a479.js +0 -138
  1597. package/select/modern/hook-defd145e.d.ts +0 -12
  1598. package/select/modern/hook-defd145e.js +0 -142
  1599. package/tabs/esm/index.module-21c0368c.js +0 -4
  1600. package/tabs/esm/index.module-d0753d71.js +0 -4
  1601. package/tabs/index.module-07c38752.js +0 -4
  1602. package/tabs/index.module-c99f6622.js +0 -4
  1603. package/tabs/modern/index.module-21c0368c.js +0 -4
  1604. package/tabs/modern/index.module-d0753d71.js +0 -4
  1605. package/typography/common.module-2e68bd5b.js +0 -4
  1606. package/typography/esm/common.module-34c930ea.js +0 -4
  1607. package/typography/modern/colors.module-ee7df792.js +0 -4
  1608. package/typography/modern/common.module-34c930ea.js +0 -4
@@ -1,295 +1,295 @@
1
- .divider__component_1euk7 {
2
- border-bottom: 1px solid #2b2b2e;
3
- }.card-image__cardImage_1amp0 {
1
+ .card-image__cardImage_114ss {
4
2
  background: #e7e8ea;
5
3
  }
6
- .card-image__loaded_1amp0 {
4
+ .card-image__loaded_114ss {
7
5
  background: transparent
8
- }.badge__component_p5xsh {
6
+ }.divider__component_1aai3 {
7
+ border-bottom: 1px solid #2b2b2e;
8
+ }.badge__component_g5j5h {
9
9
  background-color: #ef3124;
10
10
  color: #000;
11
11
  }
12
- .badge__icon_p5xsh {
12
+ .badge__icon_g5j5h {
13
13
  color: #2fc26e;
14
14
  background-color: transparent
15
15
  }
16
- .badge__icon_p5xsh.badge__positive_p5xsh {
16
+ .badge__icon_g5j5h.badge__positive_g5j5h {
17
17
  color: #2fc26e;
18
18
  }
19
- .badge__icon_p5xsh.badge__attention_p5xsh {
19
+ .badge__icon_g5j5h.badge__attention_g5j5h {
20
20
  color: #f6bf65;
21
21
  }
22
- .badge__icon_p5xsh.badge__negative_p5xsh {
22
+ .badge__icon_g5j5h.badge__negative_g5j5h {
23
23
  color: #d91d0b;
24
24
  }
25
- .badge__icon_p5xsh.badge__link_p5xsh {
25
+ .badge__icon_g5j5h.badge__link_g5j5h {
26
26
  color: #0072ef;
27
27
  }
28
- .badge__icon_p5xsh.badge__tertiary_p5xsh {
28
+ .badge__icon_g5j5h.badge__tertiary_g5j5h {
29
29
  color: #464649;
30
30
  }
31
- .badge__icon_p5xsh.badge__secondary_p5xsh {
31
+ .badge__icon_g5j5h.badge__secondary_g5j5h {
32
32
  color: #8d8d93;
33
33
  }
34
- .badge__icon_p5xsh.badge__primary_p5xsh {
34
+ .badge__icon_g5j5h.badge__primary_g5j5h {
35
35
  color: #fff;
36
36
  }
37
- .badge__icon_p5xsh:before {
37
+ .badge__icon_g5j5h:before {
38
38
  background-color: #121212;
39
- }.backdrop__backdrop_1lg3v {
40
- -webkit-tap-highlight-color: transparent;
39
+ }.dropzone__component_pkldu {
40
+ border: 2px dashed #e9e9eb;
41
41
  }
42
- .backdrop__appear_1lg3v,
43
- .backdrop__enter_1lg3v {
42
+ .dropzone__component_pkldu:not(.dropzone__disabled_pkldu):hover {
44
43
  background-color: transparent;
45
44
  }
46
- .backdrop__appearActive_1lg3v,
47
- .backdrop__enterActive_1lg3v,
48
- .backdrop__appearDone_1lg3v,
49
- .backdrop__enterDone_1lg3v {
50
- background-color: rgba(0, 0, 0, 0.8);
45
+ .dropzone__dragOver_pkldu {
46
+ background-color: transparent;
51
47
  }
52
- .backdrop__exit_1lg3v {
53
- background-color: rgba(0, 0, 0, 0.8);
48
+ .dropzone__error_pkldu {
49
+ border-color: #ef3124;
54
50
  }
55
- .backdrop__exitActive_1lg3v,
56
- .backdrop__exitDone_1lg3v {
57
- background-color: transparent;
58
- }.dropzone__component_1bscd {
59
- border: 2px dashed #e9e9eb;
51
+ .dropzone__overlay_126uz {
52
+ background: #202022;
60
53
  }
61
- .dropzone__component_1bscd:not(.dropzone__disabled_1bscd):hover {
62
- background-color: transparent;
54
+ .dropzone__text_126uz {
55
+ color: #fff;
56
+ }.backdrop__backdrop_1bu7h {
57
+ -webkit-tap-highlight-color: transparent;
63
58
  }
64
- .dropzone__dragOver_1bscd {
59
+ .backdrop__appear_1bu7h,
60
+ .backdrop__enter_1bu7h {
65
61
  background-color: transparent;
66
62
  }
67
- .dropzone__error_1bscd {
68
- border-color: #ef3124;
63
+ .backdrop__appearActive_1bu7h,
64
+ .backdrop__enterActive_1bu7h,
65
+ .backdrop__appearDone_1bu7h,
66
+ .backdrop__enterDone_1bu7h {
67
+ background-color: rgba(0, 0, 0, 0.8);
69
68
  }
70
- .dropzone__overlay_1g4al {
71
- background: #202022;
69
+ .backdrop__exit_1bu7h {
70
+ background-color: rgba(0, 0, 0, 0.8);
72
71
  }
73
- .dropzone__text_1g4al {
72
+ .backdrop__exitActive_1bu7h,
73
+ .backdrop__exitDone_1bu7h {
74
+ background-color: transparent;
75
+ }.checkbox-group__error_1l701 {
76
+ border-left: 1px solid #f15045;
77
+ }
78
+ .checkbox-group__label_1l701 {
74
79
  color: #fff;
75
- }.checkbox__box_e67wi {
80
+ }
81
+ .checkbox-group__errorMessage_1l701 {
82
+ color: #f15045;
83
+ }
84
+ .checkbox-group__hint_1l701 {
85
+ color: #8d8d93;
86
+ }.checkbox__box_remgs {
76
87
  color: #121212;
77
88
  background-color: #121212;
78
89
  border: 1.5px solid #8d8d93;
79
90
  }
80
- .checkbox__checkedIcon_e67wi {
91
+ .checkbox__checkedIcon_remgs {
81
92
  color: #121212;
82
93
  }
83
- .checkbox__component_e67wi:hover:not(.checkbox__disabled_e67wi):not(.checkbox__inactive_e67wi) .checkbox__box_e67wi {
94
+ .checkbox__component_remgs:hover:not(.checkbox__disabled_remgs):not(.checkbox__inactive_remgs) .checkbox__box_remgs {
84
95
  background-color: #121212;
85
96
  border-color: #8d8d93;
86
97
  }
87
- .checkbox__component_e67wi:active:not(.checkbox__disabled_e67wi):not(.checkbox__inactive_e67wi) .checkbox__box_e67wi {
98
+ .checkbox__component_remgs:active:not(.checkbox__disabled_remgs):not(.checkbox__inactive_remgs) .checkbox__box_remgs {
88
99
  background-color: #121212;
89
100
  border-color: #fff;
90
101
  }
91
- .checkbox__checked_e67wi .checkbox__box_e67wi {
102
+ .checkbox__checked_remgs .checkbox__box_remgs {
92
103
  background-color: #fff;
93
104
  border-color: transparent;
94
105
  }
95
- .checkbox__checked_e67wi:hover:not(.checkbox__disabled_e67wi):not(.checkbox__inactive_e67wi) .checkbox__box_e67wi {
106
+ .checkbox__checked_remgs:hover:not(.checkbox__disabled_remgs):not(.checkbox__inactive_remgs) .checkbox__box_remgs {
96
107
  background-color: rgb(255, 255, 255);
97
108
  border-color: transparent;
98
109
  }
99
- .checkbox__checked_e67wi:active:not(.checkbox__disabled_e67wi):not(.checkbox__inactive_e67wi) .checkbox__box_e67wi {
110
+ .checkbox__checked_remgs:active:not(.checkbox__disabled_remgs):not(.checkbox__inactive_remgs) .checkbox__box_remgs {
100
111
  background-color: rgb(255, 255, 255);
101
112
  border-color: transparent;
102
113
  }
103
- .checkbox__indeterminate_e67wi .checkbox__box_e67wi {
114
+ .checkbox__indeterminate_remgs .checkbox__box_remgs {
104
115
  background-color: #fff;
105
116
  border-color: transparent;
106
117
  }
107
- .checkbox__indeterminate_e67wi:hover:not(.checkbox__disabled_e67wi):not(.checkbox__inactive_e67wi) .checkbox__box_e67wi {
118
+ .checkbox__indeterminate_remgs:hover:not(.checkbox__disabled_remgs):not(.checkbox__inactive_remgs) .checkbox__box_remgs {
108
119
  background-color: rgb(255, 255, 255);
109
120
  border-color: transparent;
110
121
  }
111
- .checkbox__indeterminate_e67wi:active:not(.checkbox__disabled_e67wi):not(.checkbox__inactive_e67wi) .checkbox__box_e67wi {
122
+ .checkbox__indeterminate_remgs:active:not(.checkbox__disabled_remgs):not(.checkbox__inactive_remgs) .checkbox__box_remgs {
112
123
  background-color: rgb(255, 255, 255);
113
124
  border-color: transparent;
114
125
  }
115
- .checkbox__disabled_e67wi .checkbox__box_e67wi {
126
+ .checkbox__disabled_remgs .checkbox__box_remgs {
116
127
  background-color: #121212;
117
128
  border-color: #2a2a2c;
118
129
  }
119
- .checkbox__disabled_e67wi.checkbox__checked_e67wi .checkbox__box_e67wi {
130
+ .checkbox__disabled_remgs.checkbox__checked_remgs .checkbox__box_remgs {
120
131
  background-color: #3a3a3c;
121
132
  border-color: transparent;
122
133
  }
123
- .checkbox__disabled_e67wi.checkbox__indeterminate_e67wi .checkbox__box_e67wi {
134
+ .checkbox__disabled_remgs.checkbox__indeterminate_remgs .checkbox__box_remgs {
124
135
  background-color: #3a3a3c;
125
136
  border-color: transparent;
126
137
  }
127
- .checkbox__disabled_e67wi .checkbox__label_e67wi {
138
+ .checkbox__disabled_remgs .checkbox__label_remgs {
128
139
  color: #8d8d93;
129
140
  }
130
- .checkbox__disabled_e67wi .checkbox__hint_e67wi {
141
+ .checkbox__disabled_remgs .checkbox__hint_remgs {
131
142
  color: #8d8d93;
132
143
  }
133
- .checkbox__inactive_e67wi .checkbox__box_e67wi {
144
+ .checkbox__inactive_remgs .checkbox__box_remgs {
134
145
  background-color: #3a3a3c;
135
146
  border-color: #e9e9eb;
136
147
  }
137
- .checkbox__inactive_e67wi.checkbox__checked_e67wi .checkbox__box_e67wi {
148
+ .checkbox__inactive_remgs.checkbox__checked_remgs .checkbox__box_remgs {
138
149
  color: #464649;
139
150
  border-color: transparent;
140
151
  }
141
- .checkbox__inactive_e67wi.checkbox__indeterminate_e67wi .checkbox__box_e67wi {
152
+ .checkbox__inactive_remgs.checkbox__indeterminate_remgs .checkbox__box_remgs {
142
153
  border-color: transparent;
143
154
  }
144
- .checkbox__focused_e67wi .checkbox__box_e67wi {
155
+ .checkbox__focused_remgs .checkbox__box_remgs {
145
156
  outline: 2px solid #007aff;
146
157
  }
147
- .checkbox__label_e67wi {
158
+ .checkbox__label_remgs {
148
159
  color: #fff;
149
160
  }
150
- .checkbox__errorMessage_e67wi {
161
+ .checkbox__errorMessage_remgs {
151
162
  color: #f15045;
152
163
  }
153
- .checkbox__hint_e67wi {
164
+ .checkbox__hint_remgs {
154
165
  color: #8d8d93;
155
166
  }
156
- .checkbox__inactive_e67wi .checkbox__indeterminateLine_e67wi {
167
+ .checkbox__inactive_remgs .checkbox__indeterminateLine_remgs {
157
168
  background-color: #464649;
158
169
  }
159
- .checkbox__indeterminateLine_e67wi {
170
+ .checkbox__indeterminateLine_remgs {
160
171
  background-color: #121212;
161
- }.checkbox-group__error_p9c0q {
162
- border-left: 1px solid #f15045;
163
- }
164
- .checkbox-group__label_p9c0q {
165
- color: #fff;
166
- }
167
- .checkbox-group__errorMessage_p9c0q {
172
+ }.code-input__error_5dy78 {
168
173
  color: #f15045;
169
174
  }
170
- .checkbox-group__hint_p9c0q {
171
- color: #8d8d93;
172
- }.code-input__error_1o8eb {
173
- color: #f15045;
175
+ @keyframes code-input__shake_5dy78 {
174
176
  }
175
- @keyframes code-input__shake_1o8eb {
176
- }
177
- .code-input__input_1nvlg {
177
+ .code-input__input_4b2kk {
178
178
  background-color: #202022;
179
179
  color: #fff
180
180
  }
181
- .code-input__input_1nvlg.code-input__hasError_1nvlg {
181
+ .code-input__input_4b2kk.code-input__hasError_4b2kk {
182
182
  color: #f15045;
183
183
  caret-color: #fff;
184
184
  background-color: #35110d;
185
185
  }
186
- .code-input__input_1nvlg.code-input__disabled_1nvlg {
186
+ .code-input__input_4b2kk.code-input__disabled_4b2kk {
187
187
  color: #464649;
188
- }.hatching-progress-bar__container_1df8x {
188
+ }.hatching-progress-bar__container_1gjmi {
189
189
  background: rgba(255, 255, 255, 0.1);
190
190
  }
191
- .hatching-progress-bar__hatch_1df8x {
191
+ .hatching-progress-bar__hatch_1gjmi {
192
192
  background: repeating-linear-gradient(
193
193
  -45deg,
194
194
  #464649 6px 10px,
195
195
  rgba(255, 255, 255, 0) 10px 18px
196
196
  );
197
197
  }
198
- .hatching-progress-bar__positive_1df8x {
198
+ .hatching-progress-bar__positive_1gjmi {
199
199
  background: #2fc26e;
200
200
  }
201
- .hatching-progress-bar__attention_1df8x {
201
+ .hatching-progress-bar__attention_1gjmi {
202
202
  background: #f6bf65;
203
203
  }
204
- .hatching-progress-bar__negative_1df8x {
204
+ .hatching-progress-bar__negative_1gjmi {
205
205
  background: #d91d0b;
206
206
  }
207
- .hatching-progress-bar__link_1df8x {
207
+ .hatching-progress-bar__link_1gjmi {
208
208
  background: #0072ef;
209
209
  }
210
- .hatching-progress-bar__tertiary_1df8x {
210
+ .hatching-progress-bar__tertiary_1gjmi {
211
211
  background: #464649;
212
212
  }
213
- .hatching-progress-bar__secondary_1df8x {
213
+ .hatching-progress-bar__secondary_1gjmi {
214
214
  background: #8d8d93;
215
215
  }
216
- .hatching-progress-bar__primary_1df8x {
216
+ .hatching-progress-bar__primary_1gjmi {
217
217
  background: #fff;
218
218
  }
219
- .hatching-progress-bar__accent_1df8x {
219
+ .hatching-progress-bar__accent_1gjmi {
220
220
  background: #ef3124;
221
- }.form-control__component_fcnso {
221
+ }.form-control__component_1uvas {
222
222
  color: #fff;
223
223
  }
224
- .form-control__inner_fcnso {
224
+ .form-control__inner_1uvas {
225
225
  background-color: #202022;
226
226
  }
227
- .form-control__label_fcnso {
227
+ .form-control__label_1uvas {
228
228
  color: #8d8d93;
229
229
  }
230
- .form-control__hint_fcnso {
230
+ .form-control__hint_1uvas {
231
231
  color: #8d8d93;
232
232
  }
233
- .form-control__disabled_fcnso {
233
+ .form-control__disabled_1uvas {
234
234
  background-color: #202022;
235
235
  color: #8d8d93;
236
236
  }
237
- .form-control__focused_fcnso.form-control__inner_fcnso {
237
+ .form-control__focused_1uvas.form-control__inner_1uvas {
238
238
  background-color: #202022;
239
239
  }
240
- .form-control__inner_fcnso:not(.form-control__disabled_fcnso):hover {
240
+ .form-control__inner_1uvas:not(.form-control__disabled_1uvas):hover {
241
241
  background-color: #202022;
242
242
  }
243
- .form-control__error_fcnso {
243
+ .form-control__error_1uvas {
244
244
  color: #f15045;
245
245
  }
246
- .form-control__hasError_fcnso .form-control__label_fcnso {
246
+ .form-control__hasError_1uvas .form-control__label_1uvas {
247
247
  color: #f15045;
248
248
  }
249
249
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
250
250
  }
251
- .form-control__component_1izsi {
251
+ .form-control__component_zhbg9 {
252
252
  color: #000;
253
253
  }
254
- .form-control__inner_1izsi {
254
+ .form-control__inner_zhbg9 {
255
255
  background-color: #f3f4f5;
256
256
  }
257
- .form-control__label_1izsi {
257
+ .form-control__label_zhbg9 {
258
258
  color: rgba(60, 60, 67, 0.6);
259
259
  }
260
- .form-control__hint_1izsi {
260
+ .form-control__hint_zhbg9 {
261
261
  color: rgba(60, 60, 67, 0.6);
262
262
  }
263
- .form-control__disabled_1izsi {
263
+ .form-control__disabled_zhbg9 {
264
264
  background-color: #f3f4f5;
265
265
  color: rgba(60, 60, 67, 0.6);
266
266
  }
267
- .form-control__focused_1izsi.form-control__inner_1izsi {
267
+ .form-control__focused_zhbg9.form-control__inner_zhbg9 {
268
268
  background-color: #f3f4f5;
269
269
  }
270
- .form-control__inner_1izsi:not(.form-control__disabled_1izsi):hover {
270
+ .form-control__inner_zhbg9:not(.form-control__disabled_zhbg9):hover {
271
271
  background-color: #f3f4f5;
272
272
  }
273
- .form-control__error_1izsi {
273
+ .form-control__error_zhbg9 {
274
274
  color: #ef3124;
275
275
  }
276
- .form-control__hasError_1izsi .form-control__label_1izsi {
276
+ .form-control__hasError_zhbg9 .form-control__label_zhbg9 {
277
277
  color: #ef3124;
278
- }@keyframes loader__blink_14p48 {
279
- }.list__list_1mx9s {
278
+ }.list__list_1sjly {
280
279
  color: #fff;
281
280
  }
282
- .list__slot_1mx9s {
281
+ .list__slot_1sjly {
283
282
  color: #fff;
284
- }.icon-view__component_5ntvq {
283
+ }.icon-view__component_1kwll {
285
284
  color: rgba(235, 235, 245, 0.6);
286
285
  }
287
- .icon-view__bg_5ntvq {
286
+ .icon-view__bg_1kwll {
288
287
  fill: #f3f4f5;
289
288
  }
290
- .icon-view__border_5ntvq {
289
+ .icon-view__border_1kwll {
291
290
  stroke: #485767;
292
291
  fill: transparent;
292
+ }@keyframes loader__blink_1ibm8 {
293
293
  }@media (max-width: 599px) {
294
294
  }
295
295
  @media (min-width: 360px) {
@@ -338,159 +338,159 @@
338
338
  }
339
339
  @media (min-width: 1920px) {
340
340
  }
341
- .link__primary_1hies {
341
+ .link__primary_1vnrq {
342
342
  color: #fff;
343
343
  border-bottom-color: #fff
344
344
  }
345
- .link__primary_1hies:hover {
345
+ .link__primary_1vnrq:hover {
346
346
  color: rgb(255, 255, 255);
347
347
  }
348
- .link__primary_1hies:active {
348
+ .link__primary_1vnrq:active {
349
349
  color: rgb(255, 255, 255);
350
350
  }
351
- .link__secondary_1hies {
351
+ .link__secondary_1vnrq {
352
352
  color: #8d8d93;
353
353
  border-bottom-color: #8d8d93
354
354
  }
355
- .link__secondary_1hies:hover {
355
+ .link__secondary_1vnrq:hover {
356
356
  color: rgb(164, 164, 169);
357
357
  }
358
- .link__secondary_1hies:active {
358
+ .link__secondary_1vnrq:active {
359
359
  color: rgb(187, 187, 190);
360
360
  }
361
- .link__default_1hies {
361
+ .link__default_1vnrq {
362
362
  color: #0072ef;
363
363
  border-bottom-color: #0072ef
364
364
  }
365
- .link__default_1hies:hover {
365
+ .link__default_1vnrq:hover {
366
366
  color: rgb(51, 142, 242);
367
367
  }
368
- .link__default_1hies:active {
368
+ .link__default_1vnrq:active {
369
369
  color: rgb(102, 170, 245);
370
370
  }
371
- .link__component_tlbxf:hover .link__text_tlbxf,
372
- .link__component_tlbxf:active .link__text_tlbxf {
371
+ .link__component_1qmsb:hover .link__text_1qmsb,
372
+ .link__component_1qmsb:active .link__text_1qmsb {
373
373
  border-bottom-color: rgba(0, 0, 0, 0);
374
374
  }
375
- .link__focused_tlbxf {
375
+ .link__focused_1qmsb {
376
376
  outline: 2px solid #007aff;
377
377
  }
378
- .link__primary_leuuk {
378
+ .link__primary_zk7st {
379
379
  color: #000;
380
380
  border-bottom-color: #000
381
381
  }
382
- .link__primary_leuuk:hover {
382
+ .link__primary_zk7st:hover {
383
383
  color: rgb(204, 204, 204);
384
384
  }
385
- .link__primary_leuuk:active {
385
+ .link__primary_zk7st:active {
386
386
  color: rgb(153, 153, 153);
387
387
  }
388
- .link__secondary_leuuk {
388
+ .link__secondary_zk7st {
389
389
  color: #8a8a8e;
390
390
  border-bottom-color: #8a8a8e
391
391
  }
392
- .link__secondary_leuuk:hover {
392
+ .link__secondary_zk7st:hover {
393
393
  color: rgb(146, 150, 156);
394
394
  }
395
- .link__secondary_leuuk:active {
395
+ .link__secondary_zk7st:active {
396
396
  color: rgb(109, 113, 117);
397
397
  }
398
- .link__default_leuuk {
398
+ .link__default_zk7st {
399
399
  color: #0072ef;
400
400
  border-bottom-color: #0072ef
401
401
  }
402
- .link__default_leuuk:hover {
402
+ .link__default_zk7st:hover {
403
403
  color: rgb(0, 98, 204);
404
404
  }
405
- .link__default_leuuk:active {
405
+ .link__default_zk7st:active {
406
406
  color: rgb(0, 73, 153);
407
- }.progress-bar__container_1b55j {
407
+ }.progress-bar__container_l1ijo {
408
408
  background: rgba(255, 255, 255, 0.1)
409
409
  }
410
- .progress-bar__filled_1b55j.progress-bar__positive_1b55j {
410
+ .progress-bar__filled_l1ijo.progress-bar__positive_l1ijo {
411
411
  background: #2fc26e;
412
412
  }
413
- .progress-bar__filled_1b55j.progress-bar__negative_1b55j {
413
+ .progress-bar__filled_l1ijo.progress-bar__negative_l1ijo {
414
414
  background: #d91d0b;
415
415
  }
416
- .progress-bar__filled_1b55j.progress-bar__attention_1b55j {
416
+ .progress-bar__filled_l1ijo.progress-bar__attention_l1ijo {
417
417
  background: #f6bf65;
418
418
  }
419
- .progress-bar__filled_1b55j.progress-bar__link_1b55j {
419
+ .progress-bar__filled_l1ijo.progress-bar__link_l1ijo {
420
420
  background: #0072ef;
421
421
  }
422
- .progress-bar__filled_1b55j.progress-bar__tertiary_1b55j {
422
+ .progress-bar__filled_l1ijo.progress-bar__tertiary_l1ijo {
423
423
  background: #464649;
424
424
  }
425
- .progress-bar__filled_1b55j.progress-bar__secondary_1b55j {
425
+ .progress-bar__filled_l1ijo.progress-bar__secondary_l1ijo {
426
426
  background: #8d8d93;
427
427
  }
428
- .progress-bar__filled_1b55j.progress-bar__primary_1b55j {
428
+ .progress-bar__filled_l1ijo.progress-bar__primary_l1ijo {
429
429
  background: #fff;
430
430
  }
431
- .progress-bar__filled_1b55j.progress-bar__accent_1b55j {
431
+ .progress-bar__filled_l1ijo.progress-bar__accent_l1ijo {
432
432
  background: #ef3124;
433
- }.pure-input__input_eu642 {
433
+ }.pure-input__input_18hto {
434
434
  color: #fff;
435
435
  caret-color: #0072ef;
436
436
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
437
437
  }
438
- .pure-input__input_eu642:-webkit-autofill {
438
+ .pure-input__input_18hto:-webkit-autofill {
439
439
  -webkit-text-fill-color: #fff;
440
440
  }
441
- .pure-input__input_eu642::placeholder {
441
+ .pure-input__input_18hto::placeholder {
442
442
  color: #8d8d93;
443
443
  }
444
- .pure-input__hasLabel_eu642::placeholder {
444
+ .pure-input__hasLabel_18hto::placeholder {
445
445
  color: #464649;
446
446
  }
447
- .pure-input__clearIcon_eu642 {
447
+ .pure-input__clearIcon_18hto {
448
448
  color: #fff;
449
449
  }
450
- .pure-input__input_eu642:read-only {
450
+ .pure-input__input_18hto:read-only {
451
451
  color: #8d8d93
452
452
  }
453
- .pure-input__input_eu642:read-only:focus::placeholder {
453
+ .pure-input__input_18hto:read-only:focus::placeholder {
454
454
  color: #8d8d93;
455
455
  }
456
- .pure-input__input_eu642:disabled {
456
+ .pure-input__input_18hto:disabled {
457
457
  color: #fff;
458
458
  -webkit-text-fill-color: #fff;
459
459
  }
460
- .pure-input__input_eu642:focus::placeholder {
460
+ .pure-input__input_18hto:focus::placeholder {
461
461
  color: rgba(235, 235, 245, 0.3);
462
462
  }
463
- .pure-input__error_eu642 {
463
+ .pure-input__error_18hto {
464
464
  color: #f15045;
465
465
  caret-color: #f15045;
466
466
  }
467
- .pure-input__component_eu642 {
467
+ .pure-input__component_18hto {
468
468
  color: #fff;
469
469
  background-color: #202022;
470
470
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
471
471
  }
472
- .pure-input__component_eu642::placeholder {
472
+ .pure-input__component_18hto::placeholder {
473
473
  color: #8d8d93;
474
474
  }
475
- .pure-input__component_eu642:disabled {
475
+ .pure-input__component_18hto:disabled {
476
476
  color: #fff;
477
477
  background-color: #202022;
478
478
  }
479
- .pure-input__component_eu642:not(:disabled):focus::placeholder {
479
+ .pure-input__component_18hto:not(:disabled):focus::placeholder {
480
480
  color: rgba(235, 235, 245, 0.3);
481
481
  }
482
- .pure-input__focusVisible_eu642 {
482
+ .pure-input__focusVisible_18hto {
483
483
  outline: 2px solid #007aff;
484
484
  }
485
- .pure-input__component_eu642:not(:disabled):hover {
485
+ .pure-input__component_18hto:not(:disabled):hover {
486
486
  background-color: #202022;
487
- }.skeleton__component_f7brr {
487
+ }.skeleton__component_1wi11 {
488
488
  color: transparent;
489
489
  }
490
- .skeleton__component_f7brr:before {
490
+ .skeleton__component_1wi11:before {
491
491
  background: #485767;
492
492
  }
493
- .skeleton__animate_f7brr:after {
493
+ .skeleton__animate_1wi11:after {
494
494
  background: #485767;
495
495
  background-image: linear-gradient(
496
496
  to left,
@@ -501,352 +501,462 @@
501
501
  rgba(0, 0, 0, 0)
502
502
  );
503
503
  }
504
- @keyframes skeleton__gradient_f7brr {
504
+ @keyframes skeleton__gradient_1wi11 {
505
505
  }
506
- @keyframes skeleton__background_f7brr {
506
+ @keyframes skeleton__background_1wi11 {
507
507
  0% {
508
508
  background: rgb(182, 188, 195);
509
509
  }
510
510
  100% {
511
511
  background: rgb(198, 205, 214);
512
512
  }
513
- }.radio-group__error_adjdh {
513
+ }.radio-group__error_155fp {
514
514
  border-left: 1px solid #f15045;
515
515
  }
516
- .radio-group__label_adjdh {
516
+ .radio-group__label_155fp {
517
517
  color: #fff;
518
518
  }
519
- .radio-group__errorMessage_adjdh {
519
+ .radio-group__errorMessage_155fp {
520
520
  color: #f15045;
521
521
  }
522
- .radio-group__hint_adjdh {
522
+ .radio-group__hint_155fp {
523
523
  color: #8d8d93;
524
- }.radio__container_1ew68:not(.radio__checked_1ew68):not(.radio__disabled_1ew68):not(.radio__inactive_1ew68) .radio__circle_1ew68 {
524
+ }.radio__container_1vgvi:not(.radio__checked_1vgvi):not(.radio__disabled_1vgvi):not(.radio__inactive_1vgvi) .radio__circle_1vgvi {
525
525
  background-color: #121212;
526
526
  border: 1.5px solid #8d8d93;
527
527
  }
528
- .radio__container_1ew68:not(.radio__checked_1ew68):not(.radio__disabled_1ew68):not(.radio__inactive_1ew68):hover:not(:active) .radio__circle_1ew68 {
528
+ .radio__container_1vgvi:not(.radio__checked_1vgvi):not(.radio__disabled_1vgvi):not(.radio__inactive_1vgvi):hover:not(:active) .radio__circle_1vgvi {
529
529
  background-color: #121212;
530
530
  border-color: #8d8d93;
531
531
  }
532
- .radio__container_1ew68:not(.radio__checked_1ew68):not(.radio__disabled_1ew68):not(.radio__inactive_1ew68):active .radio__circle_1ew68 {
532
+ .radio__container_1vgvi:not(.radio__checked_1vgvi):not(.radio__disabled_1vgvi):not(.radio__inactive_1vgvi):active .radio__circle_1vgvi {
533
533
  background-color: #121212;
534
534
  border-color: #fff;
535
535
  }
536
- .radio__container_1ew68.radio__disabled_1ew68 .radio__circle_1ew68 {
536
+ .radio__container_1vgvi.radio__disabled_1vgvi .radio__circle_1vgvi {
537
537
  background-color: #121212;
538
538
  border: 1.5px solid #2a2a2c;
539
539
  }
540
- .radio__container_1ew68.radio__disabled_1ew68 .radio__label_1ew68 {
540
+ .radio__container_1vgvi.radio__disabled_1vgvi .radio__label_1vgvi {
541
541
  color: #8d8d93;
542
542
  }
543
- .radio__container_1ew68.radio__disabled_1ew68 .radio__hint_1ew68 {
543
+ .radio__container_1vgvi.radio__disabled_1vgvi .radio__hint_1vgvi {
544
544
  color: #8d8d93;
545
545
  }
546
- .radio__container_1ew68.radio__inactive_1ew68 .radio__circle_1ew68 {
546
+ .radio__container_1vgvi.radio__inactive_1vgvi .radio__circle_1vgvi {
547
547
  background-color: #3a3a3c;
548
548
  border: 1px solid #e9e9eb;
549
549
  }
550
- .radio__container_1ew68.radio__inactive_1ew68.radio__checked_1ew68 .radio__circle_1ew68:before {
550
+ .radio__container_1vgvi.radio__inactive_1vgvi.radio__checked_1vgvi .radio__circle_1vgvi:before {
551
551
  background-color: #464649;
552
552
  }
553
- .radio__container_1ew68.radio__checked_1ew68 .radio__circle_1ew68 {
553
+ .radio__container_1vgvi.radio__checked_1vgvi .radio__circle_1vgvi {
554
554
  background-color: #fff;
555
555
  border: 1.5px solid transparent;
556
556
  }
557
- .radio__container_1ew68.radio__checked_1ew68:hover .radio__circle_1ew68 {
557
+ .radio__container_1vgvi.radio__checked_1vgvi:hover .radio__circle_1vgvi {
558
558
  background-color: rgb(255, 255, 255);
559
559
  border-color: transparent;
560
560
  }
561
- .radio__container_1ew68.radio__checked_1ew68:active .radio__circle_1ew68 {
561
+ .radio__container_1vgvi.radio__checked_1vgvi:active .radio__circle_1vgvi {
562
562
  background-color: rgb(255, 255, 255);
563
563
  border-color: transparent;
564
564
  }
565
- .radio__container_1ew68.radio__focused_1ew68 .radio__circle_1ew68 {
565
+ .radio__container_1vgvi.radio__focused_1vgvi .radio__circle_1vgvi {
566
566
  outline: 2px solid #007aff;
567
567
  }
568
- .radio__container_1ew68.radio__disabled_1ew68.radio__checked_1ew68 .radio__circle_1ew68,
569
- .radio__container_1ew68.radio__inactive_1ew68.radio__checked_1ew68 .radio__circle_1ew68 {
568
+ .radio__container_1vgvi.radio__disabled_1vgvi.radio__checked_1vgvi .radio__circle_1vgvi,
569
+ .radio__container_1vgvi.radio__inactive_1vgvi.radio__checked_1vgvi .radio__circle_1vgvi {
570
570
  background-color: #3a3a3c;
571
571
  border-color: transparent;
572
572
  }
573
- .radio__circle_1ew68:before {
573
+ .radio__circle_1vgvi:before {
574
574
  background-color: #121212;
575
575
  }
576
- .radio__label_1ew68 {
576
+ .radio__label_1vgvi {
577
577
  color: #fff;
578
578
  }
579
- .radio__hint_1ew68 {
579
+ .radio__hint_1vgvi {
580
580
  color: #8d8d93;
581
- }.slider__progress_jm774 {
581
+ }.slider__progress_1fao1 {
582
582
  background: #2a2a2c;
583
583
  }
584
- .slider__progress_jm774::-moz-progress-bar {
584
+ .slider__progress_1fao1::-moz-progress-bar {
585
585
  background: #d91d0b;
586
586
  }
587
- .slider__progress_jm774::-ms-fill {
587
+ .slider__progress_1fao1::-ms-fill {
588
588
  background: #d91d0b;
589
589
  }
590
- .slider__progress_jm774::-webkit-progress-value {
590
+ .slider__progress_1fao1::-webkit-progress-value {
591
591
  background: #d91d0b;
592
592
  }
593
- .slider__progress_jm774::-webkit-progress-bar {
593
+ .slider__progress_1fao1::-webkit-progress-bar {
594
594
  background: transparent;
595
595
  }
596
- .slider__range_jm774,
597
- .slider__range_jm774:focus {
596
+ .slider__range_1fao1,
597
+ .slider__range_1fao1:focus {
598
598
  background: transparent;
599
599
  border-color: transparent;
600
600
  color: transparent;
601
601
  }
602
- .slider__range_jm774::-ms-track {
602
+ .slider__range_1fao1::-ms-track {
603
603
  background: transparent;
604
604
  border-color: transparent;
605
605
  color: transparent;
606
606
  }
607
- .slider__range_jm774::-ms-fill-lower {
607
+ .slider__range_1fao1::-ms-fill-lower {
608
608
  background: transparent;
609
609
  }
610
- .slider__range_jm774::-ms-fill-upper {
610
+ .slider__range_1fao1::-ms-fill-upper {
611
611
  background: transparent;
612
612
  }
613
- .slider__range_jm774::-webkit-slider-thumb {
613
+ .slider__range_1fao1::-webkit-slider-thumb {
614
614
  background: #ef3124;
615
615
  box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
616
616
  }
617
- .slider__range_jm774::-ms-thumb {
617
+ .slider__range_1fao1::-ms-thumb {
618
618
  background: #ef3124;
619
619
  box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
620
620
  }
621
- .slider__range_jm774::-moz-range-thumb {
621
+ .slider__range_1fao1::-moz-range-thumb {
622
622
  background: #ef3124;
623
623
  box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
624
624
  }
625
- .slider__focused_jm774::-webkit-slider-thumb {
625
+ .slider__focused_1fao1::-webkit-slider-thumb {
626
626
  outline: 2px solid #007aff;
627
627
  }
628
- .slider__focused_jm774::-ms-thumb {
628
+ .slider__focused_1fao1::-ms-thumb {
629
629
  outline: 2px solid #007aff;
630
630
  }
631
- .slider__component_jm774:hover .slider__progress_jm774 {
631
+ .slider__component_1fao1:hover .slider__progress_1fao1 {
632
632
  background: #2a2a2c
633
633
  }
634
- .slider__component_jm774:hover .slider__progress_jm774::-moz-progress-bar {
634
+ .slider__component_1fao1:hover .slider__progress_1fao1::-moz-progress-bar {
635
635
  background: #d91d0b;
636
636
  }
637
- .slider__component_jm774:hover .slider__progress_jm774::-ms-fill {
637
+ .slider__component_1fao1:hover .slider__progress_1fao1::-ms-fill {
638
638
  background: #d91d0b;
639
639
  }
640
- .slider__component_jm774:hover .slider__progress_jm774::-webkit-progress-value {
640
+ .slider__component_1fao1:hover .slider__progress_1fao1::-webkit-progress-value {
641
641
  background: #d91d0b;
642
642
  }
643
- .slider__component_jm774:hover .slider__range_jm774::-webkit-slider-thumb {
643
+ .slider__component_1fao1:hover .slider__range_1fao1::-webkit-slider-thumb {
644
644
  background: #ef3124;
645
645
  }
646
- .slider__component_jm774:hover .slider__range_jm774::-ms-thumb {
646
+ .slider__component_1fao1:hover .slider__range_1fao1::-ms-thumb {
647
647
  background: #ef3124;
648
648
  }
649
- .slider__component_jm774:hover .slider__range_jm774::-moz-range-thumb {
649
+ .slider__component_1fao1:hover .slider__range_1fao1::-moz-range-thumb {
650
650
  background: #ef3124;
651
- }@keyframes spinner__spin_animation_y5cig {
652
- }.status__soft_ju0k1.status__green_ju0k1 {
651
+ }@keyframes spinner__spin_animation_1snvb {
652
+ }.status__soft_17z68.status__green_17z68 {
653
653
  background: rgba(19, 164, 99, 0.1);
654
654
  color: #13a463;
655
655
  }
656
- .status__soft_ju0k1.status__orange_ju0k1 {
656
+ .status__soft_17z68.status__orange_17z68 {
657
657
  background: rgba(222, 106, 0, 0.1);
658
658
  color: #de6a00;
659
659
  }
660
- .status__soft_ju0k1.status__red_ju0k1 {
660
+ .status__soft_17z68.status__red_17z68 {
661
661
  background: rgba(217, 29, 11, 0.1);
662
662
  color: #d91d0b;
663
663
  }
664
- .status__soft_ju0k1.status__blue_ju0k1 {
664
+ .status__soft_17z68.status__blue_17z68 {
665
665
  background: rgba(0, 122, 255, 0.1);
666
666
  color: #007aff;
667
667
  }
668
- .status__soft_ju0k1.status__grey_ju0k1 {
668
+ .status__soft_17z68.status__grey_17z68 {
669
669
  background: rgba(109, 121, 134, 0.1);
670
670
  color: #6d7986;
671
671
  }
672
- .status__soft_ju0k1.status__teal_ju0k1 {
672
+ .status__soft_17z68.status__teal_17z68 {
673
673
  background: rgba(33, 145, 135, 0.1);
674
674
  color: #219187;
675
675
  }
676
- .status__soft_ju0k1.status__purple_ju0k1 {
676
+ .status__soft_17z68.status__purple_17z68 {
677
677
  background: rgba(103, 58, 183, 0.1);
678
678
  color: #673ab7;
679
679
  }
680
- .status__contrast_ju0k1 {
680
+ .status__contrast_17z68 {
681
681
  color: #000
682
682
  }
683
- .status__contrast_ju0k1.status__green_ju0k1 {
683
+ .status__contrast_17z68.status__green_17z68 {
684
684
  background: #13a463;
685
685
  }
686
- .status__contrast_ju0k1.status__orange_ju0k1 {
686
+ .status__contrast_17z68.status__orange_17z68 {
687
687
  background: #de6a00;
688
688
  }
689
- .status__contrast_ju0k1.status__red_ju0k1 {
689
+ .status__contrast_17z68.status__red_17z68 {
690
690
  background: #d91d0b;
691
691
  }
692
- .status__contrast_ju0k1.status__blue_ju0k1 {
692
+ .status__contrast_17z68.status__blue_17z68 {
693
693
  background: #007aff;
694
694
  }
695
- .status__contrast_ju0k1.status__grey_ju0k1 {
695
+ .status__contrast_17z68.status__grey_17z68 {
696
696
  background: #6d7986;
697
697
  }
698
- .status__contrast_ju0k1.status__teal_ju0k1 {
698
+ .status__contrast_17z68.status__teal_17z68 {
699
699
  background: #219187;
700
700
  }
701
- .status__contrast_ju0k1.status__purple_ju0k1 {
701
+ .status__contrast_17z68.status__purple_17z68 {
702
702
  background: #673ab7;
703
- }.switch__component_qfjsc {
703
+ }.switch__component_1ksb8 {
704
704
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
705
705
  }
706
- .switch__switch_qfjsc {
706
+ .switch__switch_1ksb8 {
707
707
  background-color: #8d8d93;
708
708
  border: 2px solid #8d8d93;
709
709
  }
710
- .switch__switch_qfjsc:before {
710
+ .switch__switch_1ksb8:before {
711
711
  background-color: #121212;
712
712
  }
713
- .switch__label_qfjsc {
713
+ .switch__label_1ksb8 {
714
714
  color: #fff;
715
715
  }
716
- .switch__hint_qfjsc {
716
+ .switch__hint_1ksb8 {
717
717
  color: #8d8d93;
718
718
  }
719
- .switch__checked_qfjsc .switch__switch_qfjsc {
719
+ .switch__checked_1ksb8 .switch__switch_1ksb8 {
720
720
  background-color: #ef3124;
721
721
  border-color: #ef3124;
722
722
  }
723
- .switch__disabled_qfjsc .switch__switch_qfjsc {
723
+ .switch__disabled_1ksb8 .switch__switch_1ksb8 {
724
724
  background-color: #2a2a2c;
725
725
  border-color: #2a2a2c;
726
726
  }
727
- .switch__disabled_qfjsc .switch__label_qfjsc {
727
+ .switch__disabled_1ksb8 .switch__label_1ksb8 {
728
728
  color: #8d8d93;
729
729
  }
730
- .switch__disabled_qfjsc .switch__hint_qfjsc {
730
+ .switch__disabled_1ksb8 .switch__hint_1ksb8 {
731
731
  color: #8d8d93;
732
732
  }
733
- .switch__inactive_qfjsc .switch__switch_qfjsc {
733
+ .switch__inactive_1ksb8 .switch__switch_1ksb8 {
734
734
  background-color: #2a2a2c;
735
735
  border-color: #2a2a2c
736
736
  }
737
- .switch__inactive_qfjsc .switch__switch_qfjsc:before {
737
+ .switch__inactive_1ksb8 .switch__switch_1ksb8:before {
738
738
  background-color: #e9e9eb;
739
739
  }
740
- .switch__focused_qfjsc .switch__switch_qfjsc {
740
+ .switch__focused_1ksb8 .switch__switch_1ksb8 {
741
741
  outline: 2px solid #007aff;
742
- }.tag__component_zewle {
742
+ }.tag__component_fi4fl {
743
743
  color: #fff;
744
744
  border-color: transparent;
745
745
  background-color: #202022
746
746
  }
747
- .tag__component_zewle:disabled {
747
+ .tag__component_fi4fl:disabled {
748
748
  border-color: transparent;
749
749
  color: #464649;
750
750
  background-color: rgba(32, 32, 34, 0.3);
751
751
  }
752
- .tag__component_zewle:hover:not(:disabled) {
752
+ .tag__component_fi4fl:hover:not(:disabled) {
753
753
  border-color: transparent;
754
754
  background-color: #202022;
755
755
  }
756
- .tag__component_zewle:active:not(:disabled) {
756
+ .tag__component_fi4fl:active:not(:disabled) {
757
757
  border-color: transparent;
758
758
  background-color: rgb(65, 65, 67);
759
759
  color: #fff;
760
760
  }
761
- .tag__checked_zewle {
761
+ .tag__checked_fi4fl {
762
762
  border-color: transparent;
763
763
  background-color: #f3f4f5;
764
764
  color: #000
765
765
  }
766
- .tag__checked_zewle:disabled {
766
+ .tag__checked_fi4fl:disabled {
767
767
  background-color: rgba(243, 244, 245, 0.3);
768
768
  border-color: transparent;
769
769
  color: #000;
770
770
  }
771
- .tag__checked_zewle:hover:not(:disabled):not(:active) {
771
+ .tag__checked_fi4fl:hover:not(:disabled):not(:active) {
772
772
  background-color: #f3f4f5;
773
773
  }
774
- .tag__checked_zewle:active:not(:disabled) {
774
+ .tag__checked_fi4fl:active:not(:disabled) {
775
775
  background-color: rgb(194, 195, 196);
776
776
  color: #000;
777
777
  }
778
- .tag__focused_kbson {
778
+ .tag__focused_12eme {
779
779
  outline: 2px solid #007aff;
780
780
  }
781
- .tag__component_mhks1 {
781
+ .tag__component_2ksm7 {
782
782
  color: #fff;
783
783
  border-color: #6d7986;
784
784
  background-color: transparent
785
785
  }
786
- .tag__component_mhks1:disabled {
786
+ .tag__component_2ksm7:disabled {
787
787
  border-color: #2b2b2e;
788
788
  color: #464649;
789
789
  background-color: transparent;
790
790
  }
791
- .tag__component_mhks1:hover:not(:disabled) {
791
+ .tag__component_2ksm7:hover:not(:disabled) {
792
792
  border-color: #fff;
793
793
  background-color: transparent;
794
794
  }
795
- .tag__component_mhks1:active:not(:disabled) {
795
+ .tag__component_2ksm7:active:not(:disabled) {
796
796
  border-color: #fff;
797
797
  background-color: rgba(255, 255, 255, 0.07);
798
798
  color: #fff;
799
799
  }
800
- .tag__checked_mhks1 {
800
+ .tag__checked_2ksm7 {
801
801
  border-color: #fff;
802
802
  background-color: #fff;
803
803
  color: #000
804
804
  }
805
- .tag__checked_mhks1:disabled {
805
+ .tag__checked_2ksm7:disabled {
806
806
  background-color: rgba(255, 255, 255, 0.3);
807
807
  border-color: transparent;
808
808
  color: #000;
809
809
  }
810
- .tag__checked_mhks1:hover:not(:disabled):not(:active) {
810
+ .tag__checked_2ksm7:hover:not(:disabled):not(:active) {
811
811
  background-color: rgb(237, 237, 237);
812
812
  }
813
- .tag__checked_mhks1:active:not(:disabled) {
813
+ .tag__checked_2ksm7:active:not(:disabled) {
814
814
  background-color: rgb(217, 217, 217);
815
815
  color: #000;
816
- }.typography__tertiary_v6g6s {
816
+ }.textarea__input_1817y {
817
+ color: #fff;
818
+ caret-color: #0072ef;
819
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
820
+ }
821
+ .textarea__input_1817y:-webkit-autofill {
822
+ -webkit-text-fill-color: #fff;
823
+ }
824
+ .textarea__input_1817y::placeholder {
825
+ color: #8d8d93;
826
+ }
827
+ .textarea__hasLabel_1817y::placeholder {
817
828
  color: #464649;
818
829
  }
819
- .typography__disabled_v6g6s {
830
+ .textarea__clearIcon_1817y {
831
+ color: #fff;
832
+ }
833
+ .textarea__input_1817y:read-only {
834
+ color: #8d8d93
835
+ }
836
+ .textarea__input_1817y:read-only:focus::placeholder {
837
+ color: #8d8d93;
838
+ }
839
+ .textarea__input_1817y:disabled {
840
+ color: #fff;
841
+ -webkit-text-fill-color: #fff;
842
+ }
843
+ .textarea__input_1817y:focus::placeholder {
844
+ color: rgba(235, 235, 245, 0.3);
845
+ }
846
+ .textarea__error_1817y {
847
+ color: #f15045;
848
+ caret-color: #f15045;
849
+ }
850
+ .textarea__textarea_1817y {
851
+ color: #fff;
852
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
853
+ }
854
+ .textarea__textarea_1817y::placeholder {
855
+ color: #8d8d93;
856
+ }
857
+ .textarea__hasLabel_1817y::placeholder {
858
+ color: #464649;
859
+ }
860
+ .textarea__textarea_1817y:disabled {
861
+ color: #fff;
862
+ -webkit-text-fill-color: #fff;
863
+ }
864
+ .textarea__textarea_1817y:read-only {
865
+ color: #8d8d93;
866
+ }
867
+ .textarea__textarea_1817y:focus::placeholder {
868
+ color: rgba(235, 235, 245, 0.3);
869
+ }
870
+ .textarea__focusVisible_15uqa {
871
+ outline: 2px solid #007aff;
872
+ }
873
+ .textarea__input_3q18t {
874
+ color: #000;
875
+ caret-color: #0072ef;
876
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
877
+ }
878
+ .textarea__input_3q18t:-webkit-autofill {
879
+ -webkit-text-fill-color: #000;
880
+ }
881
+ .textarea__input_3q18t::placeholder {
882
+ color: rgba(60, 60, 67, 0.6);
883
+ }
884
+ .textarea__hasLabel_3q18t::placeholder {
885
+ color: #c5c5c7;
886
+ }
887
+ .textarea__clearIcon_3q18t {
888
+ color: #121212;
889
+ }
890
+ .textarea__input_3q18t:read-only {
891
+ color: rgba(60, 60, 67, 0.6)
892
+ }
893
+ .textarea__input_3q18t:read-only:focus::placeholder {
894
+ color: rgba(60, 60, 67, 0.6);
895
+ }
896
+ .textarea__input_3q18t:disabled {
897
+ color: #000;
898
+ -webkit-text-fill-color: #000;
899
+ }
900
+ .textarea__input_3q18t:focus::placeholder {
901
+ color: rgba(60, 60, 67, 0.3);
902
+ }
903
+ .textarea__error_3q18t {
904
+ color: #ef3124;
905
+ caret-color: #ef3124;
906
+ }
907
+ .textarea__textarea_3q18t {
908
+ color: #000;
909
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
910
+ }
911
+ .textarea__textarea_3q18t::placeholder {
912
+ color: rgba(60, 60, 67, 0.6);
913
+ }
914
+ .textarea__hasLabel_3q18t::placeholder {
915
+ color: #c5c5c7;
916
+ }
917
+ .textarea__textarea_3q18t:disabled {
918
+ color: #000;
919
+ -webkit-text-fill-color: #000;
920
+ }
921
+ .textarea__textarea_3q18t:read-only {
922
+ color: rgba(60, 60, 67, 0.6);
923
+ }
924
+ .textarea__textarea_3q18t:focus::placeholder {
925
+ color: rgba(60, 60, 67, 0.3);
926
+ }.typography__tertiary_aijpg {
927
+ color: #464649;
928
+ }
929
+ .typography__disabled_aijpg {
820
930
  color: #2a2a2c;
821
931
  }
822
- .typography__accent_v6g6s {
932
+ .typography__accent_aijpg {
823
933
  color: #ef3124;
824
934
  }
825
- .typography__primary_v6g6s {
935
+ .typography__primary_aijpg {
826
936
  color: #fff;
827
937
  }
828
- .typography__attention_v6g6s {
938
+ .typography__attention_aijpg {
829
939
  color: #cb830f;
830
940
  }
831
- .typography__positive_v6g6s {
941
+ .typography__positive_aijpg {
832
942
  color: #13a463;
833
943
  }
834
- .typography__secondary_v6g6s {
944
+ .typography__secondary_aijpg {
835
945
  color: #8d8d93;
836
946
  }
837
- .typography__tertiary-inverted_v6g6s {
947
+ .typography__tertiary-inverted_aijpg {
838
948
  color: #c5c5c7;
839
949
  }
840
- .typography__primary-inverted_v6g6s {
950
+ .typography__primary-inverted_aijpg {
841
951
  color: #000;
842
952
  }
843
- .typography__secondary-inverted_v6g6s {
953
+ .typography__secondary-inverted_aijpg {
844
954
  color: #8a8a8e;
845
955
  }
846
- .typography__link_v6g6s {
956
+ .typography__link_aijpg {
847
957
  color: #0072ef;
848
958
  }
849
- .typography__negative_v6g6s {
959
+ .typography__negative_aijpg {
850
960
  color: #f15045;
851
961
  }
852
962
 
@@ -856,716 +966,585 @@
856
966
  @media screen and (min-width: 600px) {
857
967
  }
858
968
  @media screen and (min-width: 1024px) {
859
- }.button__primary_1xt8w {
969
+ }.base-modal__component_cm0rx {
970
+ background: #121212;
971
+ }.button__primary_sgb5v {
860
972
  color: #000;
861
973
  background-color: #f3f4f5
862
974
  }
863
- .button__primary_1xt8w:hover {
975
+ .button__primary_sgb5v:hover {
864
976
  background-color: #f3f4f5;
865
977
  }
866
- .button__primary_1xt8w:active {
978
+ .button__primary_sgb5v:active {
867
979
  background-color: #fff;
868
980
  }
869
- .button__secondary_1xt8w {
981
+ .button__secondary_sgb5v {
870
982
  color: #fff;
871
983
  background-color: #202022;
872
984
  border: 1px solid transparent
873
985
  }
874
- .button__secondary_1xt8w:hover {
986
+ .button__secondary_sgb5v:hover {
875
987
  background-color: #202022;
876
988
  }
877
- .button__secondary_1xt8w:active {
989
+ .button__secondary_sgb5v:active {
878
990
  background-color: #2c2c2e;
879
991
  }
880
- .button__outlined_1xt8w {
992
+ .button__outlined_sgb5v {
881
993
  color: #fff;
882
994
  background-color: transparent;
883
995
  border: 1px solid #f3f4f5
884
996
  }
885
- .button__outlined_1xt8w:hover {
997
+ .button__outlined_sgb5v:hover {
886
998
  background-color: rgba(0, 0, 0, 0.07);
887
999
  }
888
- .button__outlined_1xt8w:active {
1000
+ .button__outlined_sgb5v:active {
889
1001
  background-color: rgba(0, 0, 0, 0.15);
890
1002
  }
891
- .button__tertiary_1xt8w {
1003
+ .button__tertiary_sgb5v {
892
1004
  color: #fff;
893
1005
  background-color: transparent;
894
1006
  border: 1px solid #f3f4f5
895
1007
  }
896
- .button__tertiary_1xt8w:hover {
1008
+ .button__tertiary_sgb5v:hover {
897
1009
  background-color: rgba(0, 0, 0, 0.07);
898
1010
  }
899
- .button__tertiary_1xt8w:active {
1011
+ .button__tertiary_sgb5v:active {
900
1012
  background-color: rgba(0, 0, 0, 0.15);
901
1013
  }
902
- .button__filled_1xt8w {
1014
+ .button__filled_sgb5v {
903
1015
  color: #fff;
904
1016
  background-color: #3a3a3c
905
1017
  }
906
- .button__filled_1xt8w:hover {
1018
+ .button__filled_sgb5v:hover {
907
1019
  background-color: rgb(72, 72, 74);
908
1020
  }
909
- .button__filled_1xt8w:active {
1021
+ .button__filled_sgb5v:active {
910
1022
  background-color: rgb(88, 88, 89);
911
1023
  }
912
- .button__transparent_1xt8w {
1024
+ .button__transparent_sgb5v {
913
1025
  color: #fff;
914
1026
  background-color: rgba(255, 255, 255, 0.1)
915
1027
  }
916
- .button__transparent_1xt8w:hover {
1028
+ .button__transparent_sgb5v:hover {
917
1029
  background-color: rgba(255, 255, 255, 0.2);
918
1030
  }
919
- .button__transparent_1xt8w:active {
1031
+ .button__transparent_sgb5v:active {
920
1032
  background-color: rgba(255, 255, 255, 0.4);
921
1033
  }
922
- .button__link_1xt8w {
1034
+ .button__link_sgb5v {
923
1035
  color: #fff;
924
1036
  background-color: transparent
925
1037
  }
926
- .button__link_1xt8w:hover {
1038
+ .button__link_sgb5v:hover {
927
1039
  background-color: #485767;
928
1040
  }
929
- .button__link_1xt8w:active {
1041
+ .button__link_sgb5v:active {
930
1042
  background-color: rgb(85, 99, 114);
931
1043
  }
932
- .button__ghost_1xt8w {
1044
+ .button__ghost_sgb5v {
933
1045
  color: #fff
934
1046
  }
935
- .button__ghost_1xt8w:hover {
1047
+ .button__ghost_sgb5v:hover {
936
1048
  color: rgb(179, 179, 179);
937
1049
  }
938
- .button__ghost_1xt8w:active {
1050
+ .button__ghost_sgb5v:active {
939
1051
  color: rgb(128, 128, 128);
940
1052
  }
941
- .button__component_1xt8w:disabled.button__primary_1xt8w {
1053
+ .button__component_sgb5v:disabled.button__primary_sgb5v {
942
1054
  color: #c5c5c7;
943
1055
  background-color: #f3f4f5
944
1056
  }
945
- .button__component_1xt8w:disabled.button__primary_1xt8w.button__loading_1xt8w {
1057
+ .button__component_sgb5v:disabled.button__primary_sgb5v.button__loading_sgb5v {
946
1058
  background-color: #f3f4f5;
947
1059
  }
948
- .button__component_1xt8w:disabled.button__secondary_1xt8w {
1060
+ .button__component_sgb5v:disabled.button__secondary_sgb5v {
949
1061
  color: #2a2a2c;
950
1062
  background-color: #202022;
951
1063
  border-color: transparent
952
1064
  }
953
- .button__component_1xt8w:disabled.button__secondary_1xt8w.button__loading_1xt8w {
1065
+ .button__component_sgb5v:disabled.button__secondary_sgb5v.button__loading_sgb5v {
954
1066
  color: #fff;
955
1067
  background-color: #202022;
956
1068
  border-color: transparent;
957
1069
  }
958
- .button__component_1xt8w:disabled.button__outlined_1xt8w {
1070
+ .button__component_sgb5v:disabled.button__outlined_sgb5v {
959
1071
  color: rgba(255, 255, 255, 0.3);
960
1072
  background-color: transparent;
961
1073
  border-color: rgba(243, 244, 245, 0.3)
962
1074
  }
963
- .button__component_1xt8w:disabled.button__outlined_1xt8w.button__loading_1xt8w {
1075
+ .button__component_sgb5v:disabled.button__outlined_sgb5v.button__loading_sgb5v {
964
1076
  color: #fff;
965
1077
  }
966
- .button__component_1xt8w:disabled.button__tertiary_1xt8w {
1078
+ .button__component_sgb5v:disabled.button__tertiary_sgb5v {
967
1079
  color: rgba(255, 255, 255, 0.3);
968
1080
  background-color: transparent;
969
1081
  border-color: rgba(243, 244, 245, 0.3)
970
1082
  }
971
- .button__component_1xt8w:disabled.button__tertiary_1xt8w.button__loading_1xt8w {
1083
+ .button__component_sgb5v:disabled.button__tertiary_sgb5v.button__loading_sgb5v {
972
1084
  color: #fff;
973
1085
  }
974
- .button__component_1xt8w:disabled.button__filled_1xt8w {
1086
+ .button__component_sgb5v:disabled.button__filled_sgb5v {
975
1087
  color: rgba(255, 255, 255, 0.3);
976
1088
  background-color: rgba(58, 58, 60, 0.3)
977
1089
  }
978
- .button__component_1xt8w:disabled.button__filled_1xt8w.button__loading_1xt8w {
1090
+ .button__component_sgb5v:disabled.button__filled_sgb5v.button__loading_sgb5v {
979
1091
  color: #fff;
980
1092
  background-color: #3a3a3c;
981
1093
  }
982
- .button__component_1xt8w:disabled.button__transparent_1xt8w {
1094
+ .button__component_sgb5v:disabled.button__transparent_sgb5v {
983
1095
  color: rgba(255, 255, 255, 0.3);
984
1096
  background-color: rgba(255, 255, 255, 0.03)
985
1097
  }
986
- .button__component_1xt8w:disabled.button__transparent_1xt8w.button__loading_1xt8w {
1098
+ .button__component_sgb5v:disabled.button__transparent_sgb5v.button__loading_sgb5v {
987
1099
  color: #fff;
988
1100
  background-color: rgba(255, 255, 255, 0.1);
989
1101
  }
990
- .button__component_1xt8w:disabled.button__link_1xt8w {
1102
+ .button__component_sgb5v:disabled.button__link_sgb5v {
991
1103
  color: rgba(255, 255, 255, 0.3);
992
1104
  background-color: transparent
993
1105
  }
994
- .button__component_1xt8w:disabled.button__link_1xt8w.button__loading_1xt8w {
1106
+ .button__component_sgb5v:disabled.button__link_sgb5v.button__loading_sgb5v {
995
1107
  color: #fff;
996
1108
  }
997
- .button__component_1xt8w:disabled.button__ghost_1xt8w {
1109
+ .button__component_sgb5v:disabled.button__ghost_sgb5v {
998
1110
  color: rgba(255, 255, 255, 0.3)
999
1111
  }
1000
- .button__component_1xt8w:disabled.button__ghost_1xt8w.button__loading_1xt8w {
1112
+ .button__component_sgb5v:disabled.button__ghost_sgb5v.button__loading_sgb5v {
1001
1113
  color: #fff;
1002
1114
  }
1003
- .button__component_1rogl {
1115
+ .button__component_cy20n {
1004
1116
  background-color: transparent
1005
1117
  }
1006
- .button__focused_1rogl {
1118
+ .button__focused_cy20n {
1007
1119
  outline: 2px solid #007aff;
1008
1120
  }
1009
- .button__primary_1mj7d {
1121
+ .button__primary_h69nh {
1010
1122
  color: #000;
1011
1123
  background-color: #ef3124
1012
1124
  }
1013
- .button__primary_1mj7d:hover {
1125
+ .button__primary_h69nh:hover {
1014
1126
  background-color: rgb(241, 80, 69);
1015
1127
  }
1016
- .button__primary_1mj7d:active {
1128
+ .button__primary_h69nh:active {
1017
1129
  background-color: rgb(203, 42, 31);
1018
1130
  }
1019
- .button__secondary_1mj7d {
1131
+ .button__secondary_h69nh {
1020
1132
  color: #fff;
1021
1133
  background-color: #3a3a3c;
1022
1134
  border: 1px solid transparent
1023
1135
  }
1024
- .button__secondary_1mj7d:hover {
1136
+ .button__secondary_h69nh:hover {
1025
1137
  background-color: rgb(99, 112, 126);
1026
1138
  }
1027
- .button__secondary_1mj7d:active {
1139
+ .button__secondary_h69nh:active {
1028
1140
  background-color: rgb(61, 74, 88);
1029
1141
  }
1030
- .button__outlined_1mj7d {
1142
+ .button__outlined_h69nh {
1031
1143
  color: #fff;
1032
1144
  background-color: transparent;
1033
1145
  border: 1px solid #f3f4f5
1034
1146
  }
1035
- .button__outlined_1mj7d:hover {
1147
+ .button__outlined_h69nh:hover {
1036
1148
  background-color: rgba(255, 255, 255, 0.15);
1037
1149
  }
1038
- .button__outlined_1mj7d:active {
1150
+ .button__outlined_h69nh:active {
1039
1151
  background-color: rgba(0, 0, 0, 0.15);
1040
1152
  }
1041
- .button__tertiary_1mj7d {
1153
+ .button__tertiary_h69nh {
1042
1154
  color: #fff;
1043
1155
  background-color: transparent;
1044
1156
  border: 1px solid #f3f4f5
1045
1157
  }
1046
- .button__tertiary_1mj7d:hover {
1158
+ .button__tertiary_h69nh:hover {
1047
1159
  background-color: rgba(255, 255, 255, 0.15);
1048
1160
  }
1049
- .button__tertiary_1mj7d:active {
1161
+ .button__tertiary_h69nh:active {
1050
1162
  background-color: rgba(0, 0, 0, 0.15);
1051
1163
  }
1052
- .button__filled_1mj7d {
1164
+ .button__filled_h69nh {
1053
1165
  color: #fff;
1054
1166
  background-color: #3a3a3c
1055
1167
  }
1056
- .button__filled_1mj7d:hover {
1168
+ .button__filled_h69nh:hover {
1057
1169
  background-color: rgb(99, 112, 126);
1058
1170
  }
1059
- .button__filled_1mj7d:active {
1171
+ .button__filled_h69nh:active {
1060
1172
  background-color: rgb(61, 74, 88);
1061
1173
  }
1062
- .button__transparent_1mj7d {
1174
+ .button__transparent_h69nh {
1063
1175
  color: #000;
1064
1176
  background-color: rgba(255, 255, 255, 0.1)
1065
1177
  }
1066
- .button__transparent_1mj7d:hover {
1178
+ .button__transparent_h69nh:hover {
1067
1179
  background-color: rgba(255, 255, 255, 0.2);
1068
1180
  }
1069
- .button__transparent_1mj7d:active {
1181
+ .button__transparent_h69nh:active {
1070
1182
  background-color: rgba(255, 255, 255, 0.05);
1071
1183
  }
1072
- .button__link_1mj7d {
1184
+ .button__link_h69nh {
1073
1185
  color: #000;
1074
1186
  background-color: transparent
1075
1187
  }
1076
- .button__link_1mj7d:hover {
1188
+ .button__link_h69nh:hover {
1077
1189
  background-color: rgba(11, 31, 53, 0.07);
1078
1190
  }
1079
- .button__link_1mj7d:active {
1191
+ .button__link_h69nh:active {
1080
1192
  background-color: rgba(179, 179, 179, 0.15);
1081
1193
  }
1082
- .button__ghost_1mj7d {
1194
+ .button__ghost_h69nh {
1083
1195
  color: #000
1084
1196
  }
1085
- .button__ghost_1mj7d:hover {
1197
+ .button__ghost_h69nh:hover {
1086
1198
  color: rgb(179, 179, 179);
1087
1199
  }
1088
- .button__ghost_1mj7d:active {
1200
+ .button__ghost_h69nh:active {
1089
1201
  color: rgb(128, 128, 128);
1090
1202
  }
1091
- .button__component_1mj7d:disabled.button__primary_1mj7d {
1203
+ .button__component_h69nh:disabled.button__primary_h69nh {
1092
1204
  color: #000;
1093
1205
  background-color: rgba(239, 49, 36, 0.3)
1094
1206
  }
1095
- .button__component_1mj7d:disabled.button__primary_1mj7d.button__loading_1mj7d {
1207
+ .button__component_h69nh:disabled.button__primary_h69nh.button__loading_h69nh {
1096
1208
  background-color: #ef3124;
1097
1209
  }
1098
- .button__component_1mj7d:disabled.button__secondary_1mj7d {
1210
+ .button__component_h69nh:disabled.button__secondary_h69nh {
1099
1211
  color: rgba(255, 255, 255, 0.3);
1100
1212
  background-color: rgba(72, 87, 103, 0.3);
1101
1213
  border-color: transparent
1102
1214
  }
1103
- .button__component_1mj7d:disabled.button__secondary_1mj7d.button__loading_1mj7d {
1215
+ .button__component_h69nh:disabled.button__secondary_h69nh.button__loading_h69nh {
1104
1216
  color: #fff;
1105
1217
  background-color: #3a3a3c;
1106
1218
  border-color: transparent;
1107
1219
  }
1108
- .button__component_1mj7d:disabled.button__outlined_1mj7d {
1220
+ .button__component_h69nh:disabled.button__outlined_h69nh {
1109
1221
  color: rgba(255, 255, 255, 0.3);
1110
1222
  background-color: transparent;
1111
1223
  border-color: rgba(35, 53, 73, 0.3)
1112
1224
  }
1113
- .button__component_1mj7d:disabled.button__outlined_1mj7d.button__loading_1mj7d {
1225
+ .button__component_h69nh:disabled.button__outlined_h69nh.button__loading_h69nh {
1114
1226
  color: #fff;
1115
1227
  }
1116
- .button__component_1mj7d:disabled.button__tertiary_1mj7d {
1228
+ .button__component_h69nh:disabled.button__tertiary_h69nh {
1117
1229
  color: rgba(255, 255, 255, 0.3);
1118
1230
  background-color: transparent;
1119
1231
  border-color: rgba(35, 53, 73, 0.3)
1120
1232
  }
1121
- .button__component_1mj7d:disabled.button__tertiary_1mj7d.button__loading_1mj7d {
1233
+ .button__component_h69nh:disabled.button__tertiary_h69nh.button__loading_h69nh {
1122
1234
  color: #fff;
1123
1235
  }
1124
- .button__component_1mj7d:disabled.button__filled_1mj7d {
1236
+ .button__component_h69nh:disabled.button__filled_h69nh {
1125
1237
  color: rgba(255, 255, 255, 0.3);
1126
1238
  background-color: rgba(72, 87, 103, 0.3);
1127
1239
  border-color: transparent
1128
1240
  }
1129
- .button__component_1mj7d:disabled.button__filled_1mj7d.button__loading_1mj7d {
1241
+ .button__component_h69nh:disabled.button__filled_h69nh.button__loading_h69nh {
1130
1242
  color: #fff;
1131
1243
  background-color: #3a3a3c;
1132
1244
  border-color: transparent;
1133
1245
  }
1134
- .button__component_1mj7d:disabled.button__transparent_1mj7d {
1246
+ .button__component_h69nh:disabled.button__transparent_h69nh {
1135
1247
  color: rgba(255, 255, 255, 0.3);
1136
1248
  background-color: rgba(255, 255, 255, 0.03)
1137
1249
  }
1138
- .button__component_1mj7d:disabled.button__transparent_1mj7d.button__loading_1mj7d {
1250
+ .button__component_h69nh:disabled.button__transparent_h69nh.button__loading_h69nh {
1139
1251
  color: #000;
1140
1252
  background-color: rgba(255, 255, 255, 0.1);
1141
1253
  }
1142
- .button__component_1mj7d:disabled.button__link_1mj7d {
1254
+ .button__component_h69nh:disabled.button__link_h69nh {
1143
1255
  color: rgba(255, 255, 255, 0.3);
1144
1256
  background-color: transparent
1145
1257
  }
1146
- .button__component_1mj7d:disabled.button__link_1mj7d.button__loading_1mj7d {
1258
+ .button__component_h69nh:disabled.button__link_h69nh.button__loading_h69nh {
1147
1259
  color: #000;
1148
1260
  }
1149
- .button__component_1mj7d:disabled.button__ghost_1mj7d {
1261
+ .button__component_h69nh:disabled.button__ghost_h69nh {
1150
1262
  color: rgba(255, 255, 255, 0.3)
1151
1263
  }
1152
- .button__component_1mj7d:disabled.button__ghost_1mj7d.button__loading_1mj7d {
1264
+ .button__component_h69nh:disabled.button__ghost_h69nh.button__loading_h69nh {
1153
1265
  color: #000;
1154
- }.textarea__input_ztty1 {
1155
- color: #fff;
1156
- caret-color: #0072ef;
1157
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1158
- }
1159
- .textarea__input_ztty1:-webkit-autofill {
1160
- -webkit-text-fill-color: #fff;
1161
- }
1162
- .textarea__input_ztty1::placeholder {
1163
- color: #8d8d93;
1164
- }
1165
- .textarea__hasLabel_ztty1::placeholder {
1166
- color: #464649;
1167
- }
1168
- .textarea__clearIcon_ztty1 {
1169
- color: #fff;
1170
- }
1171
- .textarea__input_ztty1:read-only {
1172
- color: #8d8d93
1173
- }
1174
- .textarea__input_ztty1:read-only:focus::placeholder {
1175
- color: #8d8d93;
1176
- }
1177
- .textarea__input_ztty1:disabled {
1178
- color: #fff;
1179
- -webkit-text-fill-color: #fff;
1180
- }
1181
- .textarea__input_ztty1:focus::placeholder {
1182
- color: rgba(235, 235, 245, 0.3);
1183
- }
1184
- .textarea__error_ztty1 {
1185
- color: #f15045;
1186
- caret-color: #f15045;
1187
- }
1188
- .textarea__textarea_ztty1 {
1189
- color: #fff;
1190
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1191
- }
1192
- .textarea__textarea_ztty1::placeholder {
1193
- color: #8d8d93;
1194
- }
1195
- .textarea__hasLabel_ztty1::placeholder {
1196
- color: #464649;
1197
- }
1198
- .textarea__textarea_ztty1:disabled {
1199
- color: #fff;
1200
- -webkit-text-fill-color: #fff;
1201
- }
1202
- .textarea__textarea_ztty1:read-only {
1203
- color: #8d8d93;
1204
- }
1205
- .textarea__textarea_ztty1:focus::placeholder {
1206
- color: rgba(235, 235, 245, 0.3);
1207
- }
1208
- .textarea__focusVisible_1xef1 {
1209
- outline: 2px solid #007aff;
1210
- }
1211
- .textarea__input_1ujra {
1212
- color: #000;
1213
- caret-color: #0072ef;
1214
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1215
- }
1216
- .textarea__input_1ujra:-webkit-autofill {
1217
- -webkit-text-fill-color: #000;
1218
- }
1219
- .textarea__input_1ujra::placeholder {
1220
- color: rgba(60, 60, 67, 0.6);
1221
- }
1222
- .textarea__hasLabel_1ujra::placeholder {
1223
- color: #c5c5c7;
1224
- }
1225
- .textarea__clearIcon_1ujra {
1226
- color: #121212;
1227
- }
1228
- .textarea__input_1ujra:read-only {
1229
- color: rgba(60, 60, 67, 0.6)
1230
- }
1231
- .textarea__input_1ujra:read-only:focus::placeholder {
1232
- color: rgba(60, 60, 67, 0.6);
1233
- }
1234
- .textarea__input_1ujra:disabled {
1235
- color: #000;
1236
- -webkit-text-fill-color: #000;
1237
- }
1238
- .textarea__input_1ujra:focus::placeholder {
1239
- color: rgba(60, 60, 67, 0.3);
1240
- }
1241
- .textarea__error_1ujra {
1242
- color: #ef3124;
1243
- caret-color: #ef3124;
1244
- }
1245
- .textarea__textarea_1ujra {
1246
- color: #000;
1247
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1248
- }
1249
- .textarea__textarea_1ujra::placeholder {
1250
- color: rgba(60, 60, 67, 0.6);
1251
- }
1252
- .textarea__hasLabel_1ujra::placeholder {
1253
- color: #c5c5c7;
1254
- }
1255
- .textarea__textarea_1ujra:disabled {
1256
- color: #000;
1257
- -webkit-text-fill-color: #000;
1258
- }
1259
- .textarea__textarea_1ujra:read-only {
1260
- color: rgba(60, 60, 67, 0.6);
1261
- }
1262
- .textarea__textarea_1ujra:focus::placeholder {
1263
- color: rgba(60, 60, 67, 0.3);
1264
- }.base-modal__component_1rup9 {
1265
- background: #121212;
1266
- }.popover__component_1uaec {
1266
+ }.popover__component_1enyg {
1267
1267
  background-color: transparent;
1268
1268
  color: #fff;
1269
1269
  }
1270
- .popover__inner_1uaec {
1270
+ .popover__inner_1enyg {
1271
1271
  background-color: #121212;
1272
1272
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1273
1273
  border: 1px solid transparent;
1274
1274
  }
1275
- .popover__arrow_1uaec:after {
1275
+ .popover__arrow_1enyg:after {
1276
1276
  background-color: #121212;
1277
1277
  border: 1px solid transparent;
1278
- }.tabs__component_1eupe:before {
1278
+ }.tabs__component_15bqh:before {
1279
1279
  background-color: #2b2b2e;
1280
1280
  }
1281
- .tabs__title_1eupe {
1281
+ .tabs__title_15bqh {
1282
1282
  color: #8d8d93
1283
1283
  }
1284
- .tabs__title_1eupe:not(.tabs__disabled_1eupe):hover {
1284
+ .tabs__title_15bqh:not(.tabs__disabled_15bqh):hover {
1285
1285
  color: #fff;
1286
1286
  }
1287
- .tabs__focused_1eupe {
1287
+ .tabs__focused_15bqh {
1288
1288
  outline: 2px solid #007aff;
1289
1289
  }
1290
- .tabs__selected_1eupe {
1290
+ .tabs__selected_15bqh {
1291
1291
  color: #fff;
1292
1292
  }
1293
- .tabs__disabled_1eupe {
1293
+ .tabs__disabled_15bqh {
1294
1294
  color: #464649;
1295
1295
  }
1296
- .tabs__line_1eupe {
1296
+ .tabs__line_15bqh {
1297
1297
  background-color: #ef3124;
1298
1298
  }
1299
- .tabs__component_1eupe:before {
1299
+ .tabs__component_15bqh:before {
1300
1300
  background-color: #2b2b2e;
1301
- }.tabs__title_1eupe {
1301
+ }.tabs__title_15bqh {
1302
1302
  color: #8d8d93
1303
- }.tabs__title_1eupe:not(.tabs__disabled_1eupe):hover {
1303
+ }.tabs__title_15bqh:not(.tabs__disabled_15bqh):hover {
1304
1304
  color: #fff;
1305
- }.tabs__focused_1eupe {
1305
+ }.tabs__focused_15bqh {
1306
1306
  outline: 2px solid #007aff;
1307
- }.tabs__selected_1eupe {
1307
+ }.tabs__selected_15bqh {
1308
1308
  color: #fff;
1309
- }.tabs__disabled_1eupe {
1309
+ }.tabs__disabled_15bqh {
1310
1310
  color: #464649;
1311
- }.tabs__line_1eupe {
1311
+ }.tabs__line_15bqh {
1312
1312
  background-color: #ef3124;
1313
1313
  }
1314
1314
 
1315
1315
 
1316
1316
 
1317
- .select-with-tags__tag_1ei7u:active:not(:disabled) {
1318
- background-color: #f3f4f5;
1319
- }
1320
- .select-with-tags__tag_1ei7u:hover:not(:disabled):not(:active) {
1321
- background-color: #f3f4f5;
1322
- }
1323
- .select-with-tags__input_x3gdr {
1324
- background-color: transparent;
1325
- color: #fff
1326
- }
1327
- .select-with-tags__input_x3gdr:disabled {
1328
- color: #8d8d93;
1329
- }
1330
- .select-with-tags__input_x3gdr::placeholder {
1331
- color: #8d8d93;
1332
- }
1333
- .select-with-tags__input_x3gdr:focus::placeholder {
1334
- color: #464649;
1335
- }
1336
- .select-with-tags__focusVisible_x3gdr {
1337
- outline: 2px solid #007aff;
1338
- }
1339
- .select-with-tags__placeholder_x3gdr {
1340
- color: #464649;
1341
- }.stepped-progress-bar__description_1ph76 {
1317
+ .stepped-progress-bar__description_gb1hy {
1342
1318
  color: rgba(235, 235, 245, 0.6);
1343
1319
  }
1344
- .stepped-progress-bar__bar_1iy5a {
1320
+ .stepped-progress-bar__bar_1mpy5 {
1345
1321
  background: rgba(255, 255, 255, 0.1);
1346
1322
  }
1347
- .stepped-progress-bar__positive_1iy5a {
1323
+ .stepped-progress-bar__positive_1mpy5 {
1348
1324
  background: #2fc26e;
1349
1325
  }
1350
- .stepped-progress-bar__attention_1iy5a {
1326
+ .stepped-progress-bar__attention_1mpy5 {
1351
1327
  background: #f6bf65;
1352
1328
  }
1353
- .stepped-progress-bar__negative_1iy5a {
1329
+ .stepped-progress-bar__negative_1mpy5 {
1354
1330
  background: #d91d0b;
1355
1331
  }
1356
- .stepped-progress-bar__link_1iy5a {
1332
+ .stepped-progress-bar__link_1mpy5 {
1357
1333
  background: #0072ef;
1358
1334
  }
1359
- .stepped-progress-bar__tertiary_1iy5a {
1335
+ .stepped-progress-bar__tertiary_1mpy5 {
1360
1336
  background: #464649;
1361
1337
  }
1362
- .stepped-progress-bar__secondary_1iy5a {
1338
+ .stepped-progress-bar__secondary_1mpy5 {
1363
1339
  background: #8d8d93;
1364
1340
  }
1365
- .stepped-progress-bar__primary_1iy5a {
1341
+ .stepped-progress-bar__primary_1mpy5 {
1366
1342
  background: #fff;
1367
1343
  }
1368
- .stepped-progress-bar__accent_1iy5a {
1344
+ .stepped-progress-bar__accent_1mpy5 {
1369
1345
  background: #ef3124;
1370
- }.circular-progress-bar__backgroundCircle_1bb5m,
1371
- .circular-progress-bar__progressCircle_1bb5m {
1346
+ }.circular-progress-bar__backgroundCircle_vlbua,
1347
+ .circular-progress-bar__progressCircle_vlbua {
1372
1348
  fill: transparent;
1373
1349
  }
1374
- .circular-progress-bar__positive_1bb5m {
1350
+ .circular-progress-bar__positive_vlbua {
1375
1351
  stroke: #2fc26e;
1376
1352
  }
1377
- .circular-progress-bar__negative_1bb5m {
1353
+ .circular-progress-bar__negative_vlbua {
1378
1354
  stroke: #d91d0b;
1379
1355
  }
1380
- .circular-progress-bar__backgroundCircle_1bb5m {
1356
+ .circular-progress-bar__backgroundCircle_vlbua {
1381
1357
  stroke: #2c2c2e;
1382
- }.list-header__filled_1bd24 {
1358
+ }.list-header__filled_1pi5c {
1383
1359
  background-color: #485767;
1384
- }.drawer__backdropEnter_1rqu2 {
1360
+ }.drawer__backdropEnter_gh1kh {
1385
1361
  background-color: transparent;
1386
1362
  }
1387
- .drawer__backdropEnterActive_1rqu2,
1388
- .drawer__backdropEnterDone_1rqu2 {
1363
+ .drawer__backdropEnterActive_gh1kh,
1364
+ .drawer__backdropEnterDone_gh1kh {
1389
1365
  background-color: rgba(0, 0, 0, 0.8);
1390
1366
  }
1391
- .drawer__backdropExit_1rqu2 {
1367
+ .drawer__backdropExit_gh1kh {
1392
1368
  background-color: rgba(0, 0, 0, 0.8);
1393
1369
  }
1394
- .drawer__backdropExitActive_1rqu2,
1395
- .drawer__backdropExitDone_1rqu2 {
1370
+ .drawer__backdropExitActive_gh1kh,
1371
+ .drawer__backdropExitDone_gh1kh {
1372
+ background-color: transparent;
1373
+ }.select-with-tags__tag_17ova:active:not(:disabled) {
1374
+ background-color: #f3f4f5;
1375
+ }
1376
+ .select-with-tags__tag_17ova:hover:not(:disabled):not(:active) {
1377
+ background-color: #f3f4f5;
1378
+ }
1379
+ .select-with-tags__input_1fwcc {
1396
1380
  background-color: transparent;
1397
- }.attach__component_3su2z {
1381
+ color: #fff
1398
1382
  }
1399
- .attach__focused_3su2z {
1383
+ .select-with-tags__input_1fwcc:disabled {
1384
+ color: #8d8d93;
1385
+ }
1386
+ .select-with-tags__input_1fwcc::placeholder {
1387
+ color: #8d8d93;
1388
+ }
1389
+ .select-with-tags__input_1fwcc:focus::placeholder {
1390
+ color: #464649;
1391
+ }
1392
+ .select-with-tags__focusVisible_1fwcc {
1400
1393
  outline: 2px solid #007aff;
1401
- }.custom-button__customButton_xcn5l.custom-button__white_xcn5l * {
1394
+ }
1395
+ .select-with-tags__placeholder_1fwcc {
1396
+ color: #464649;
1397
+ }.custom-button__customButton_pesak.custom-button__white_pesak * {
1402
1398
  color: #fff;
1403
1399
  }
1404
- .custom-button__customButton_xcn5l.custom-button__black_xcn5l * {
1400
+ .custom-button__customButton_pesak.custom-button__black_pesak * {
1405
1401
  color: #000;
1406
1402
  }
1407
- .custom-button__customButton_xcn5l:before {
1403
+ .custom-button__customButton_pesak:before {
1408
1404
  background-color: rgba(0, 0, 0, 0);
1409
1405
  }
1410
- .custom-button__customButton_xcn5l:hover:before {
1406
+ .custom-button__customButton_pesak:hover:before {
1411
1407
  background-color: rgba(0, 0, 0, 0.07);
1412
1408
  }
1413
- .custom-button__customButton_xcn5l:active:before {
1409
+ .custom-button__customButton_pesak:active:before {
1414
1410
  background-color: rgba(0, 0, 0, 0.15);
1415
1411
  }
1416
- .custom-button__customButton_xcn5l:disabled.custom-button__white_xcn5l * {
1412
+ .custom-button__customButton_pesak:disabled.custom-button__white_pesak * {
1417
1413
  color: #fff;
1418
1414
  }
1419
- .custom-button__customButton_xcn5l:disabled.custom-button__black_xcn5l * {
1415
+ .custom-button__customButton_pesak:disabled.custom-button__black_pesak * {
1420
1416
  color: #000;
1421
- }.chart__coreChart_p1dmp .recharts-text tspan {
1417
+ }.attach__component_3seck {
1418
+ }
1419
+ .attach__focused_3seck {
1420
+ outline: 2px solid #007aff;
1421
+ }.chart__coreChart_c521k .recharts-text tspan {
1422
1422
  fill: #fff;
1423
1423
  }
1424
- @keyframes chart__showDot_16iqv {
1424
+ @keyframes chart__showDot_1iqty {
1425
1425
  }
1426
1426
 
1427
- .chart__tickText_1ddgc {
1427
+ .chart__tickText_1tgur {
1428
1428
  fill: #fff;
1429
1429
  }
1430
- .chart__circle_1ddgc {
1430
+ .chart__circle_1tgur {
1431
1431
  fill: #121212;
1432
1432
  }
1433
- .chart__circle_1ddgc {
1433
+ .chart__circle_1tgur {
1434
1434
  fill: #121212;
1435
1435
  }
1436
- .chart__tooltip_qtxuh {
1436
+ .chart__tooltip_169ac {
1437
1437
  background-color: #121212;
1438
1438
  border: 1px solid #2b2b2e;
1439
1439
  box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1440
1440
  }
1441
- .chart__tooltipArrow_qtxuh {
1441
+ .chart__tooltipArrow_169ac {
1442
1442
  border: 1px solid #2b2b2e;
1443
1443
  background-color: #121212;
1444
1444
  }
1445
- .chart__tooltipArrow_qtxuh:before {
1445
+ .chart__tooltipArrow_169ac:before {
1446
1446
  border-color: transparent #121212 transparent transparent;
1447
- }.confirmation__component_8xhiq {
1447
+ }.confirmation__component_1ea3r {
1448
1448
  color: #8d8d93;
1449
1449
  }
1450
- .confirmation__circle_2gg3y {
1450
+ .confirmation__circle_j8o0d {
1451
1451
  fill: transparent;
1452
1452
  stroke: #464649;
1453
1453
  }
1454
- .confirmation__header_14hq0 {
1454
+ .confirmation__header_1so52 {
1455
1455
  color: #fff;
1456
1456
  }
1457
- .confirmation__description_14hq0 {
1457
+ .confirmation__description_1so52 {
1458
1458
  color: #8d8d93;
1459
1459
  color: #fff;
1460
1460
  }
1461
- .confirmation__title_2ttxx {
1461
+ .confirmation__title_13s5f {
1462
1462
  color: #fff;
1463
1463
  }
1464
- .confirmation__text_2ttxx {
1464
+ .confirmation__text_13s5f {
1465
1465
  color: #8d8d93;
1466
1466
  }
1467
- .confirmation__phonesWrap_2ttxx {
1467
+ .confirmation__phonesWrap_13s5f {
1468
1468
  color: #8d8d93;
1469
1469
  }
1470
- .confirmation__phoneDescription_2ttxx {
1470
+ .confirmation__phoneDescription_13s5f {
1471
1471
  color: #8d8d93;
1472
1472
  }
1473
- .confirmation__header_1dp4z {
1473
+ .confirmation__header_we7wr {
1474
1474
  color: #fff;
1475
1475
  }
1476
- .confirmation__phone_1dp4z {
1476
+ .confirmation__phone_we7wr {
1477
1477
  color: #fff;
1478
1478
  }
1479
- .confirmation__header_ntyze {
1479
+ .confirmation__header_zdk9j {
1480
1480
  color: #fff;
1481
1481
  }
1482
- .confirmation__description_ntyze {
1482
+ .confirmation__description_zdk9j {
1483
1483
  color: #8d8d93;
1484
- }.pagination__component_1tzni {
1484
+ }.pagination__component_19cs6 {
1485
1485
  color: #fff;
1486
1486
  }
1487
- .pagination__dots_dqj9c {
1487
+ .pagination__dots_ofnre {
1488
1488
  color: #8d8d93;
1489
1489
  }
1490
1490
 
1491
- .pagination__tag_tzkth.pagination__tag_tzkth {
1491
+ .pagination__tag_12ews.pagination__tag_12ews {
1492
1492
  color: #8d8d93
1493
1493
  }
1494
- .pagination__tag_tzkth.pagination__tag_tzkth:hover:not(:disabled) {
1494
+ .pagination__tag_12ews.pagination__tag_12ews:hover:not(:disabled) {
1495
1495
  background-color: #2c2c2e;
1496
1496
  color: #fff;
1497
1497
  }
1498
- .pagination__tag_tzkth.pagination__tag_tzkth:active:not(:disabled) {
1498
+ .pagination__tag_12ews.pagination__tag_12ews:active:not(:disabled) {
1499
1499
  background-color: #3a3a3c;
1500
1500
  }
1501
- .pagination__tag_tzkth.pagination__tag_tzkth.pagination__checked_tzkth {
1501
+ .pagination__tag_12ews.pagination__tag_12ews.pagination__checked_12ews {
1502
1502
  background-color: #f3f4f5;
1503
1503
  color: #000;
1504
1504
  }
1505
- .pagination__tag_tzkth.pagination__tag_tzkth.pagination__checked_tzkth:hover:not(:disabled) {
1505
+ .pagination__tag_12ews.pagination__tag_12ews.pagination__checked_12ews:hover:not(:disabled) {
1506
1506
  color: #000;
1507
1507
  }
1508
- .pagination__tag_tzkth.pagination__tag_tzkth.pagination__checked_tzkth:active:not(:disabled) {
1508
+ .pagination__tag_12ews.pagination__tag_12ews.pagination__checked_12ews:active:not(:disabled) {
1509
1509
  color: #fff;
1510
- }.plate__component_dn5gp {
1511
- color: #fff;
1512
- }
1513
- .plate__focused_dn5gp {
1514
- outline: 2px solid #007aff;
1515
- }
1516
- .plate__common_dn5gp {
1517
- background-color: #202022;
1518
- border-color: #6d7986;
1519
- }
1520
- .plate__negative_dn5gp {
1521
- background-color: #35110d;
1522
- border-color: #d91d0b;
1523
- }
1524
- .plate__positive_dn5gp {
1525
- background-color: #042117;
1526
- border-color: #13a463;
1527
- }
1528
- .plate__attention_dn5gp {
1529
- background-color: #332104;
1530
- border-color: #de6a00;
1531
- }.input__input_1fh8i {
1510
+ }.input__input_ch2e9 {
1532
1511
  color: #fff;
1533
1512
  caret-color: #0072ef;
1534
1513
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1535
1514
  }
1536
- .input__input_1fh8i:-webkit-autofill {
1515
+ .input__input_ch2e9:-webkit-autofill {
1537
1516
  -webkit-text-fill-color: #fff;
1538
1517
  }
1539
- .input__input_1fh8i::placeholder {
1518
+ .input__input_ch2e9::placeholder {
1540
1519
  color: #8d8d93;
1541
1520
  }
1542
- .input__hasLabel_1fh8i::placeholder {
1521
+ .input__hasLabel_ch2e9::placeholder {
1543
1522
  color: #464649;
1544
1523
  }
1545
- .input__clearIcon_1fh8i {
1524
+ .input__clearIcon_ch2e9 {
1546
1525
  color: #fff;
1547
1526
  }
1548
- .input__input_1fh8i:read-only {
1527
+ .input__input_ch2e9:read-only {
1549
1528
  color: #8d8d93
1550
1529
  }
1551
- .input__input_1fh8i:read-only:focus::placeholder {
1530
+ .input__input_ch2e9:read-only:focus::placeholder {
1552
1531
  color: #8d8d93;
1553
1532
  }
1554
- .input__input_1fh8i:disabled {
1533
+ .input__input_ch2e9:disabled {
1555
1534
  color: #fff;
1556
1535
  -webkit-text-fill-color: #fff;
1557
1536
  }
1558
- .input__input_1fh8i:focus::placeholder {
1537
+ .input__input_ch2e9:focus::placeholder {
1559
1538
  color: rgba(235, 235, 245, 0.3);
1560
1539
  }
1561
- .input__error_1fh8i {
1540
+ .input__error_ch2e9 {
1562
1541
  color: #f15045;
1563
1542
  caret-color: #f15045;
1564
1543
  }
1565
- .input__focusVisible_lk5ux {
1544
+ .input__focusVisible_qenk9 {
1566
1545
  outline: 2px solid #007aff;
1567
1546
  }
1568
- @keyframes input__onautofillstart_lk5ux {
1547
+ @keyframes input__onautofillstart_qenk9 {
1569
1548
  from {
1570
1549
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1571
1550
  }
@@ -1573,7 +1552,7 @@
1573
1552
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1574
1553
  }
1575
1554
  }
1576
- @keyframes input__onautofillcancel_lk5ux {
1555
+ @keyframes input__onautofillcancel_qenk9 {
1577
1556
  from {
1578
1557
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1579
1558
  }
@@ -1581,621 +1560,662 @@
1581
1560
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1582
1561
  }
1583
1562
  }
1584
- .input__input_13alw {
1563
+ .input__input_1n6yh {
1585
1564
  color: #000;
1586
1565
  caret-color: #0072ef;
1587
1566
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1588
1567
  }
1589
- .input__input_13alw:-webkit-autofill {
1568
+ .input__input_1n6yh:-webkit-autofill {
1590
1569
  -webkit-text-fill-color: #000;
1591
1570
  }
1592
- .input__input_13alw::placeholder {
1571
+ .input__input_1n6yh::placeholder {
1593
1572
  color: rgba(60, 60, 67, 0.6);
1594
1573
  }
1595
- .input__hasLabel_13alw::placeholder {
1574
+ .input__hasLabel_1n6yh::placeholder {
1596
1575
  color: #c5c5c7;
1597
1576
  }
1598
- .input__clearIcon_13alw {
1577
+ .input__clearIcon_1n6yh {
1599
1578
  color: #121212;
1600
1579
  }
1601
- .input__input_13alw:read-only {
1580
+ .input__input_1n6yh:read-only {
1602
1581
  color: rgba(60, 60, 67, 0.6)
1603
1582
  }
1604
- .input__input_13alw:read-only:focus::placeholder {
1583
+ .input__input_1n6yh:read-only:focus::placeholder {
1605
1584
  color: rgba(60, 60, 67, 0.6);
1606
1585
  }
1607
- .input__input_13alw:disabled {
1586
+ .input__input_1n6yh:disabled {
1608
1587
  color: #000;
1609
1588
  -webkit-text-fill-color: #000;
1610
1589
  }
1611
- .input__input_13alw:focus::placeholder {
1590
+ .input__input_1n6yh:focus::placeholder {
1612
1591
  color: rgba(60, 60, 67, 0.3);
1613
1592
  }
1614
- .input__error_13alw {
1593
+ .input__error_1n6yh {
1615
1594
  color: #ef3124;
1616
1595
  caret-color: #ef3124;
1617
- }.icon-button__primary_ix5go {
1596
+ }.plate__component_116ly {
1597
+ color: #fff;
1598
+ }
1599
+ .plate__focused_116ly {
1600
+ outline: 2px solid #007aff;
1601
+ }
1602
+ .plate__common_116ly {
1603
+ background-color: #202022;
1604
+ border-color: #6d7986;
1605
+ }
1606
+ .plate__negative_116ly {
1607
+ background-color: #35110d;
1608
+ border-color: #d91d0b;
1609
+ }
1610
+ .plate__positive_116ly {
1611
+ background-color: #042117;
1612
+ border-color: #13a463;
1613
+ }
1614
+ .plate__attention_116ly {
1615
+ background-color: #332104;
1616
+ border-color: #de6a00;
1617
+ }.icon-button__primary_vtvym {
1618
1618
  color: #fff
1619
1619
  }
1620
- .icon-button__primary_ix5go:hover {
1620
+ .icon-button__primary_vtvym:hover {
1621
1621
  color: rgb(179, 179, 179);
1622
1622
  }
1623
- .icon-button__primary_ix5go:active {
1623
+ .icon-button__primary_vtvym:active {
1624
1624
  color: rgb(128, 128, 128);
1625
1625
  }
1626
- .icon-button__secondary_ix5go {
1626
+ .icon-button__secondary_vtvym {
1627
1627
  color: #8d8d93
1628
1628
  }
1629
- .icon-button__secondary_ix5go:hover {
1629
+ .icon-button__secondary_vtvym:hover {
1630
1630
  color: rgb(175, 175, 179);
1631
1631
  }
1632
- .icon-button__secondary_ix5go:active {
1632
+ .icon-button__secondary_vtvym:active {
1633
1633
  color: rgb(198, 198, 201);
1634
1634
  }
1635
- .icon-button__transparent_ix5go {
1635
+ .icon-button__transparent_vtvym {
1636
1636
  color: rgba(255, 255, 255, 0.3)
1637
1637
  }
1638
- .icon-button__transparent_ix5go:hover {
1638
+ .icon-button__transparent_vtvym:hover {
1639
1639
  color: rgba(255, 255, 255, 0.4);
1640
1640
  }
1641
- .icon-button__transparent_ix5go:active {
1641
+ .icon-button__transparent_vtvym:active {
1642
1642
  color: rgba(255, 255, 255, 0.5);
1643
1643
  }
1644
- .icon-button__negative_ix5go {
1644
+ .icon-button__negative_vtvym {
1645
1645
  color: #d91d0b
1646
1646
  }
1647
- .icon-button__negative_ix5go:hover {
1647
+ .icon-button__negative_vtvym:hover {
1648
1648
  color: rgb(152, 20, 8);
1649
1649
  }
1650
- .icon-button__negative_ix5go:active {
1650
+ .icon-button__negative_vtvym:active {
1651
1651
  color: rgb(109, 15, 6);
1652
1652
  }
1653
1653
 
1654
- .icon-button__primary_uo6r1 {
1654
+ .icon-button__primary_17kx8 {
1655
1655
  color: #121212
1656
1656
  }
1657
- .icon-button__primary_uo6r1:hover {
1657
+ .icon-button__primary_17kx8:hover {
1658
1658
  color: rgb(230, 230, 230);
1659
1659
  }
1660
- .icon-button__primary_uo6r1:active {
1660
+ .icon-button__primary_17kx8:active {
1661
1661
  color: rgb(179, 179, 179);
1662
1662
  }
1663
- .icon-button__secondary_uo6r1 {
1663
+ .icon-button__secondary_17kx8 {
1664
1664
  color: #233549
1665
1665
  }
1666
- .icon-button__secondary_uo6r1:hover {
1666
+ .icon-button__secondary_17kx8:hover {
1667
1667
  color: rgb(219, 220, 221);
1668
1668
  }
1669
- .icon-button__secondary_uo6r1:active {
1669
+ .icon-button__secondary_17kx8:active {
1670
1670
  color: rgb(170, 171, 172);
1671
1671
  }
1672
- .icon-button__transparent_uo6r1 {
1672
+ .icon-button__transparent_17kx8 {
1673
1673
  color: rgba(255, 255, 255, 0.3)
1674
1674
  }
1675
- .icon-button__transparent_uo6r1:hover {
1675
+ .icon-button__transparent_17kx8:hover {
1676
1676
  color: rgba(255, 255, 255, 0.4);
1677
1677
  }
1678
- .icon-button__transparent_uo6r1:active {
1678
+ .icon-button__transparent_17kx8:active {
1679
1679
  color: rgba(255, 255, 255, 0.5);
1680
1680
  }
1681
- .icon-button__negative_uo6r1 {
1681
+ .icon-button__negative_17kx8 {
1682
1682
  color: #d91d0b
1683
1683
  }
1684
- .icon-button__negative_uo6r1:hover {
1684
+ .icon-button__negative_17kx8:hover {
1685
1685
  color: rgb(217, 72, 62);
1686
1686
  }
1687
- .icon-button__negative_uo6r1:active {
1687
+ .icon-button__negative_17kx8:active {
1688
1688
  color: rgb(169, 56, 48);
1689
- }.toast-plate__component_1g07j {
1689
+ }.toast-plate__component_ljwue {
1690
1690
  color: #000;
1691
1691
  background-color: #fff
1692
1692
  }
1693
- .toast-plate__actionSection_1g07j + .toast-plate__closeButton_1g07j:before {
1693
+ .toast-plate__actionSection_ljwue + .toast-plate__closeButton_ljwue:before {
1694
1694
  background-color: #e9e9eb;
1695
- }.with-suffix__hasSuffix_1gtlt input:focus::placeholder {
1695
+ }.with-suffix__hasSuffix_gtjob input:focus::placeholder {
1696
1696
  color: transparent;
1697
1697
  }
1698
- .with-suffix__disabled_1gtlt {
1698
+ .with-suffix__disabled_gtjob {
1699
1699
  color: #fff;
1700
- }.slider-input__steps_2qqoq {
1700
+ }.slider-input__steps_1rnpg {
1701
1701
  color: #8d8d93;
1702
1702
  }
1703
- .slider-input__info_2qqoq {
1703
+ .slider-input__info_1rnpg {
1704
1704
  color: #8d8d93;
1705
- }.filter-tag__component_u7f9m.filter-tag__disabled_u7f9m {
1705
+ }.filter-tag__component_1lkb5.filter-tag__disabled_1lkb5 {
1706
1706
  background-color: rgba(32, 32, 34, 0.3);
1707
1707
  }
1708
- .filter-tag__component_u7f9m.filter-tag__checked_u7f9m:not(.filter-tag__component_u7f9m.filter-tag__disabled_u7f9m) {
1708
+ .filter-tag__component_1lkb5.filter-tag__checked_1lkb5:not(.filter-tag__component_1lkb5.filter-tag__disabled_1lkb5) {
1709
1709
  background-color: #f3f4f5;
1710
1710
  }
1711
- .filter-tag__component_u7f9m.filter-tag__checked_u7f9m:not(.filter-tag__component_u7f9m.filter-tag__disabled_u7f9m):hover {
1711
+ .filter-tag__component_1lkb5.filter-tag__checked_1lkb5:not(.filter-tag__component_1lkb5.filter-tag__disabled_1lkb5):hover {
1712
1712
  background-color: #f3f4f5;
1713
1713
  }
1714
- .filter-tag__component_u7f9m.filter-tag__checked_u7f9m:not(.filter-tag__component_u7f9m.filter-tag__disabled_u7f9m):active {
1714
+ .filter-tag__component_1lkb5.filter-tag__checked_1lkb5:not(.filter-tag__component_1lkb5.filter-tag__disabled_1lkb5):active {
1715
1715
  background-color: rgb(194, 195, 196);
1716
1716
  }
1717
- .filter-tag__focused_u7f9m {
1717
+ .filter-tag__focused_1lkb5 {
1718
1718
  outline: 2px solid #007aff;
1719
1719
  }
1720
- .filter-tag__valueButton_u7f9m {
1720
+ .filter-tag__valueButton_1lkb5 {
1721
1721
  color: #fff;
1722
1722
  background-color: #202022;
1723
1723
  border-color: transparent
1724
1724
  }
1725
- .filter-tag__valueButton_u7f9m:not(.filter-tag__valueButton_u7f9m:disabled):hover {
1725
+ .filter-tag__valueButton_1lkb5:not(.filter-tag__valueButton_1lkb5:disabled):hover {
1726
1726
  background-color: #202022;
1727
1727
  border-color: transparent;
1728
1728
  }
1729
- .filter-tag__valueButton_u7f9m:not(.filter-tag__valueButton_u7f9m:disabled):active {
1729
+ .filter-tag__valueButton_1lkb5:not(.filter-tag__valueButton_1lkb5:disabled):active {
1730
1730
  background-color: rgb(65, 65, 67);
1731
1731
  border-color: transparent;
1732
1732
  }
1733
- .filter-tag__valueButton_u7f9m:disabled {
1733
+ .filter-tag__valueButton_1lkb5:disabled {
1734
1734
  background-color: rgba(32, 32, 34, 0.3);
1735
1735
  border-color: transparent;
1736
1736
  color: #464649;
1737
1737
  }
1738
- .filter-tag__valueButton_u7f9m.filter-tag__checked_u7f9m {
1738
+ .filter-tag__valueButton_1lkb5.filter-tag__checked_1lkb5 {
1739
1739
  background-color: #f3f4f5;
1740
1740
  color: #000
1741
1741
  }
1742
- .filter-tag__valueButton_u7f9m.filter-tag__checked_u7f9m:not(.filter-tag__valueButton_u7f9m:disabled):hover {
1742
+ .filter-tag__valueButton_1lkb5.filter-tag__checked_1lkb5:not(.filter-tag__valueButton_1lkb5:disabled):hover {
1743
1743
  background-color: #f3f4f5;
1744
1744
  }
1745
- .filter-tag__valueButton_u7f9m.filter-tag__checked_u7f9m:not(.filter-tag__valueButton_u7f9m:disabled):active {
1745
+ .filter-tag__valueButton_1lkb5.filter-tag__checked_1lkb5:not(.filter-tag__valueButton_1lkb5:disabled):active {
1746
1746
  background-color: rgb(194, 195, 196);
1747
1747
  }
1748
- .filter-tag__valueButton_u7f9m.filter-tag__checked_u7f9m:not(.filter-tag__valueButton_u7f9m:disabled):hover + .filter-tag__clear_u7f9m:before {
1748
+ .filter-tag__valueButton_1lkb5.filter-tag__checked_1lkb5:not(.filter-tag__valueButton_1lkb5:disabled):hover + .filter-tag__clear_1lkb5:before {
1749
1749
  background-color: #6d7986;
1750
1750
  }
1751
- .filter-tag__valueButton_u7f9m.filter-tag__checked_u7f9m:not(.filter-tag__valueButton_u7f9m:disabled):active + .filter-tag__clear_u7f9m:before {
1751
+ .filter-tag__valueButton_1lkb5.filter-tag__checked_1lkb5:not(.filter-tag__valueButton_1lkb5:disabled):active + .filter-tag__clear_1lkb5:before {
1752
1752
  background-color: transparent;
1753
1753
  }
1754
- .filter-tag__valueButton_u7f9m.filter-tag__checked_u7f9m:disabled {
1754
+ .filter-tag__valueButton_1lkb5.filter-tag__checked_1lkb5:disabled {
1755
1755
  background-color: rgba(243, 244, 245, 0.3);
1756
1756
  color: #000;
1757
1757
  }
1758
- .filter-tag__clear_u7f9m {
1758
+ .filter-tag__clear_1lkb5 {
1759
1759
  background-color: #f3f4f5
1760
1760
  }
1761
- .filter-tag__clear_u7f9m:before {
1761
+ .filter-tag__clear_1lkb5:before {
1762
1762
  background-color: #6d7986;
1763
1763
  }
1764
- .filter-tag__clear_u7f9m:hover:before {
1764
+ .filter-tag__clear_1lkb5:hover:before {
1765
1765
  background-color: #6d7986;
1766
1766
  }
1767
- .filter-tag__clear_u7f9m:active:before {
1767
+ .filter-tag__clear_1lkb5:active:before {
1768
1768
  background-color: transparent;
1769
1769
  }
1770
- .filter-tag__clear_u7f9m:hover {
1770
+ .filter-tag__clear_1lkb5:hover {
1771
1771
  background-color: #f3f4f5;
1772
1772
  }
1773
- .filter-tag__clear_u7f9m:active {
1773
+ .filter-tag__clear_1lkb5:active {
1774
1774
  background-color: rgb(194, 195, 196);
1775
- }.file-upload-item__component_12417 {
1775
+ }.file-upload-item__component_gcfyk {
1776
1776
  color: #8d8d93;
1777
1777
  box-shadow: 0 -1px 0 0 #2b2b2e inset
1778
1778
  }
1779
- .file-upload-item__icon_12417 {
1779
+ .file-upload-item__icon_gcfyk {
1780
1780
  color: #fff;
1781
1781
  }
1782
- .file-upload-item__errorIcon_12417 {
1782
+ .file-upload-item__errorIcon_gcfyk {
1783
1783
  color: #d91d0b;
1784
1784
  }
1785
- .file-upload-item__successIcon_12417 {
1785
+ .file-upload-item__successIcon_gcfyk {
1786
1786
  color: #2fc26e;
1787
1787
  }
1788
- .file-upload-item__name_12417 {
1788
+ .file-upload-item__name_gcfyk {
1789
1789
  color: #fff
1790
1790
  }
1791
- .file-upload-item__errorWrapper_12417 {
1791
+ .file-upload-item__errorWrapper_gcfyk {
1792
1792
  color: #ef3124
1793
- }.bottom-sheet__modal_1nq3o {
1793
+ }.bottom-sheet__modal_1ht90 {
1794
1794
  background-color: transparent;
1795
1795
  }
1796
- .bottom-sheet__component_1nq3o {
1796
+ .bottom-sheet__component_1ht90 {
1797
1797
  background: #121212;
1798
1798
  }
1799
- .bottom-sheet__marker_1nq3o {
1799
+ .bottom-sheet__marker_1ht90 {
1800
1800
  background-color: #2a2a2c;
1801
1801
  }
1802
- .bottom-sheet__content_1nq3o {
1802
+ .bottom-sheet__content_1ht90 {
1803
1803
  color: #fff;
1804
1804
  background-color: #121212;
1805
1805
  }
1806
- .bottom-sheet__button_kyu8g {
1807
- background: rgba(18, 18, 18, 0.4);
1806
+ .bottom-sheet__backer_10z0g {
1807
+ color: #fff;
1808
1808
  }
1809
- .bottom-sheet__button_2ue0t {
1810
- background: rgba(18, 18, 18, 0.4);
1809
+ .bottom-sheet__button_10z0g {
1810
+ background: rgba(255, 255, 255, 0.03);
1811
+ }
1812
+ .bottom-sheet__closer_1izwx {
1813
+ color: #fff;
1811
1814
  }
1812
- .bottom-sheet__footer_1fb6t {
1815
+ .bottom-sheet__button_1izwx {
1816
+ background: rgba(255, 255, 255, 0.03);
1817
+ }
1818
+ .bottom-sheet__footer_eiauv {
1813
1819
  background-color: #121212;
1814
1820
  }
1815
- .bottom-sheet__highlighted_1fb6t {
1821
+ .bottom-sheet__highlighted_eiauv {
1816
1822
  border-top: 1px solid #2b2b2e;
1817
1823
  background-color: #121212;
1818
1824
  }
1819
- .bottom-sheet__header_1ezhe {
1825
+ .bottom-sheet__header_14qjo {
1820
1826
  background-color: #121212;
1821
1827
  }
1822
- .bottom-sheet__highlighted_1ezhe {
1828
+ .bottom-sheet__highlighted_14qjo {
1823
1829
  border-bottom: 1px solid #2b2b2e;
1824
- }.select__arrow_lhllc {
1825
- color: #fff;
1826
- }
1827
- .select__popoverInner_1rot6 {
1828
- background: transparent;
1829
- }
1830
- .select__optionsList_1rot6 {
1831
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1832
- background: #121212;
1833
- }
1834
- .select__single_7ytnt {
1835
- background: #fff
1836
- }
1837
- .select__placeholder_16rpe {
1838
- color: #8d8d93;
1839
- }
1840
- .select__focusVisible_16rpe {
1841
- outline: 2px solid #007aff;
1842
- }
1843
- .select__optgroup_1bpl4 {
1844
- background: #121212
1845
- }
1846
- .select__label_1bpl4 {
1847
- color: #8d8d93;
1848
- }
1849
- .select__option_1d3iv {
1850
- background: #121212;
1851
- color: #fff
1852
- }
1853
- .select__option_1d3iv:not(.select__disabled_1d3iv):active {
1854
- background: #2c2c2e;
1855
- color: #fff;
1856
- }
1857
- .select__option_1d3iv:before {
1858
- background: #2b2b2e;
1859
- }
1860
- .select__selected_1d3iv {
1861
- background: #121212;
1862
- color: #fff;
1863
- }
1864
- .select__highlighted_1d3iv {
1865
- background: #202022;
1866
- color: #fff
1867
1830
  }
1868
- .select__disabled_1d3iv {
1869
- background: #121212;
1870
- color: #8d8d93;
1871
- }
1872
- .select__emptyPlaceholder_lcurb {
1873
- color: #8d8d93;
1874
- }
1875
- .select__virtualRow_pjid4:before {
1876
- background: #2b2b2e;
1877
- }
1878
- .select__emptyPlaceholder_pjid4 {
1879
- color: #8d8d93;
1880
- }
1881
-
1882
-
1883
- .select__footer_wvuan {
1884
- background: #121212
1885
- }
1886
- .select__withBorder_wvuan {
1887
- box-shadow: inset 0 1px 0 #262629;
1888
- }
1889
- .calendar__dayName_l0r34 {
1831
+ .calendar__dayName_17ih3 {
1890
1832
  color: #8d8d93
1891
1833
  }
1892
- .calendar__day_l0r34 {
1834
+ .calendar__day_17ih3 {
1893
1835
  color: #fff
1894
1836
  }
1895
- .calendar__day_l0r34.calendar__highlighted_l0r34,
1896
- .calendar__day_l0r34.calendar__range_l0r34.calendar__highlighted_l0r34:not(.calendar__disabled_l0r34) {
1837
+ .calendar__day_17ih3.calendar__highlighted_17ih3,
1838
+ .calendar__day_17ih3.calendar__range_17ih3.calendar__highlighted_17ih3:not(.calendar__disabled_17ih3) {
1897
1839
  color: #fff;
1898
1840
  background: #2a2a2c;
1899
1841
  }
1900
- .calendar__day_l0r34.calendar__disabled_l0r34 {
1842
+ .calendar__day_17ih3.calendar__disabled_17ih3 {
1901
1843
  color: #464649;
1902
1844
  background: transparent;
1903
1845
  }
1904
- .calendar__day_l0r34.calendar__today_l0r34 {
1846
+ .calendar__day_17ih3.calendar__today_17ih3 {
1905
1847
  color: #0072ef;
1906
1848
  }
1907
- .calendar__day_l0r34.calendar__rangeComplete_l0r34 {
1849
+ .calendar__day_17ih3.calendar__rangeComplete_17ih3 {
1908
1850
  background: #e8f2fe;
1909
1851
  }
1910
- .calendar__day_l0r34.calendar__selected_l0r34,
1911
- .calendar__day_l0r34.calendar__disabled_l0r34.calendar__selected_l0r34 {
1852
+ .calendar__day_17ih3.calendar__selected_17ih3,
1853
+ .calendar__day_17ih3.calendar__disabled_17ih3.calendar__selected_17ih3 {
1912
1854
  color: #000;
1913
1855
  background: #fff;
1914
1856
  }
1915
- .calendar__day_l0r34.calendar__selected_l0r34:hover {
1857
+ .calendar__day_17ih3.calendar__selected_17ih3:hover {
1916
1858
  background: rgb(217, 217, 217);
1917
1859
  }
1918
- .calendar__range_l0r34 .calendar__day_l0r34:not(.calendar__selected_l0r34):not(.calendar__disabled_l0r34):not(.calendar__today_l0r34) {
1860
+ .calendar__range_17ih3 .calendar__day_17ih3:not(.calendar__selected_17ih3):not(.calendar__disabled_17ih3):not(.calendar__today_17ih3) {
1919
1861
  color: #fff;
1920
1862
  }
1921
- .calendar__range_l0r34:before {
1863
+ .calendar__range_17ih3:before {
1922
1864
  background: #485767;
1923
1865
  }
1924
- .calendar__rangeComplete_l0r34:before {
1866
+ .calendar__rangeComplete_17ih3:before {
1925
1867
  background: #e8f2fe;
1926
1868
  }
1927
- .calendar__transitLeft_l0r34:after {
1869
+ .calendar__transitLeft_17ih3:after {
1928
1870
  background: linear-gradient(
1929
1871
  270deg,
1930
1872
  #485767 0%,
1931
1873
  rgba(255, 255, 255, 0) 100%
1932
1874
  );
1933
1875
  }
1934
- .calendar__transitRight_l0r34:after {
1876
+ .calendar__transitRight_17ih3:after {
1935
1877
  background: linear-gradient(
1936
1878
  270deg,
1937
1879
  rgba(255, 255, 255, 0) 0%,
1938
1880
  #485767 100%
1939
1881
  );
1940
1882
  }
1941
- .calendar__rangeComplete_l0r34.calendar__transitLeft_l0r34:after {
1883
+ .calendar__rangeComplete_17ih3.calendar__transitLeft_17ih3:after {
1942
1884
  background: linear-gradient(
1943
1885
  270deg,
1944
1886
  #e8f2fe 0%,
1945
1887
  rgba(255, 255, 255, 0) 100%
1946
1888
  );
1947
1889
  }
1948
- .calendar__rangeComplete_l0r34.calendar__transitRight_l0r34:after {
1890
+ .calendar__rangeComplete_17ih3.calendar__transitRight_17ih3:after {
1949
1891
  background: linear-gradient(
1950
1892
  270deg,
1951
1893
  rgba(255, 255, 255, 0) 0%,
1952
1894
  #e8f2fe 100%
1953
1895
  );
1954
1896
  }
1955
- .calendar__dot_l0r34 {
1897
+ .calendar__dot_17ih3 {
1956
1898
  background: #fff;
1957
1899
  }
1958
- .calendar__selected_l0r34 .calendar__dot_l0r34 {
1900
+ .calendar__selected_17ih3 .calendar__dot_17ih3 {
1959
1901
  background: #121212;
1960
1902
  }
1961
- .calendar__withShadow_r69cd {
1903
+ .calendar__withShadow_1q7sw {
1962
1904
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1963
1905
  }
1964
1906
 
1965
- .calendar__empty_azhii {
1966
- color: #8d8d93;
1967
- }
1968
1907
  @media (max-width: 374px) {
1969
1908
  }
1970
- .calendar__button_16eb5 {
1909
+ .calendar__empty_f2srf {
1910
+ color: #8d8d93;
1911
+ }
1912
+ .calendar__button_114kj {
1971
1913
  background-color: transparent
1972
1914
  }
1973
- .calendar__button_16eb5:not(:disabled):hover {
1915
+ .calendar__button_114kj:not(:disabled):hover {
1974
1916
  background-color: #2c2c2e;
1975
1917
  color: #fff;
1976
1918
  }
1977
- .calendar__button_16eb5.calendar__filled_16eb5 {
1919
+ .calendar__button_114kj.calendar__filled_114kj {
1978
1920
  background-color: #2c2c2e
1979
1921
  }
1980
- .calendar__button_16eb5.calendar__filled_16eb5:not(:disabled):hover {
1922
+ .calendar__button_114kj.calendar__filled_114kj:not(:disabled):hover {
1981
1923
  background-color: rgb(59, 59, 61);
1982
1924
  }
1983
- .calendar__button_16eb5.calendar__outlined_16eb5 {
1925
+ .calendar__button_114kj.calendar__outlined_114kj {
1984
1926
  border: 1px solid #fff;
1985
1927
  }
1986
- .calendar__button_16eb5.calendar__selected_16eb5,
1987
- .calendar__button_16eb5.calendar__selected_16eb5:disabled {
1928
+ .calendar__button_114kj.calendar__selected_114kj,
1929
+ .calendar__button_114kj.calendar__selected_114kj:disabled {
1988
1930
  background-color: #fff;
1989
1931
  color: #000
1990
1932
  }
1991
- .calendar__button_16eb5.calendar__selected_16eb5:not(:disabled):hover, .calendar__button_16eb5.calendar__selected_16eb5:disabled:not(:disabled):hover {
1933
+ .calendar__button_114kj.calendar__selected_114kj:not(:disabled):hover, .calendar__button_114kj.calendar__selected_114kj:disabled:not(:disabled):hover {
1992
1934
  background-color: #fff;
1993
1935
  color: #000;
1994
1936
  }
1995
1937
  @media (max-width: 374px) {
1996
- }.toast__toastPlate_19si3 {
1997
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1998
- }
1999
- .toast__popoverInner_19si3 {
2000
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2001
- background-color: transparent;
2002
- }.bank-card__component_nvf16 {
2003
- --form-control-bg-color: transparent;
2004
- --form-control-hover-bg-color: transparent;
2005
- --form-control-focus-bg-color: transparent;
2006
- }
2007
- .bank-card__label_nvf16 {
2008
- color: rgba(0, 0, 0, 0.6)
2009
- }
2010
- .bank-card__focused_nvf16 .bank-card__label_nvf16,
2011
- .bank-card__filled_nvf16 .bank-card__label_nvf16 {
2012
- color: #000
2013
- }
2014
- .bank-card__input_nvf16 {
2015
- color: #000;
2016
- caret-color: #000
2017
- }
2018
- .bank-card__bankLogo_nvf16 svg g {
2019
- fill: #000;
2020
- }
2021
- .bank-card__brandLogo_nvf16 svg {
2022
- fill: #000;
2023
- }
2024
- .bank-card__usePhoto_nvf16 {
2025
- background-color: transparent
2026
- }
2027
- .bank-card__usePhoto_nvf16 svg {
2028
- fill: #000;
2029
1938
  }
2030
1939
 
2031
1940
 
2032
- .modal__button_1f1xv {
1941
+ .modal__button_twv7b {
2033
1942
  background: rgba(18, 18, 18, 0.4);
2034
1943
  }
2035
1944
 
2036
1945
 
2037
1946
 
2038
1947
 
2039
- .modal__sticky_1x8wp {
1948
+ .modal__sticky_1w9wg {
2040
1949
  background: #121212;
2041
1950
  }
2042
- .modal__highlighted_1x8wp {
1951
+ .modal__highlighted_1w9wg {
2043
1952
  background: #121212;
2044
1953
  box-shadow: 0 -1px 0 0 #2b2b2e;
2045
1954
  }
2046
1955
 
2047
1956
 
2048
1957
 
2049
- .modal__highlighted_q8z0t {
1958
+ .modal__highlighted_10dur {
2050
1959
  background: #121212;
2051
1960
  }
2052
- .modal__sticky_q8z0t.modal__hasContent_q8z0t {
1961
+ .modal__sticky_10dur.modal__hasContent_10dur {
2053
1962
  background: #121212;
2054
1963
  }
2055
- .amount-input__minorPartAndCurrency_ua6e6 {
1964
+ .bank-card__component_15yai {
1965
+ --form-control-bg-color: transparent;
1966
+ --form-control-hover-bg-color: transparent;
1967
+ --form-control-focus-bg-color: transparent;
1968
+ }
1969
+ .bank-card__label_15yai {
1970
+ color: rgba(0, 0, 0, 0.6)
1971
+ }
1972
+ .bank-card__focused_15yai .bank-card__label_15yai,
1973
+ .bank-card__filled_15yai .bank-card__label_15yai {
1974
+ color: #000
1975
+ }
1976
+ .bank-card__input_15yai {
1977
+ color: #000;
1978
+ caret-color: #000
1979
+ }
1980
+ .bank-card__bankLogo_15yai svg g {
1981
+ fill: #000;
1982
+ }
1983
+ .bank-card__brandLogo_15yai svg {
1984
+ fill: #000;
1985
+ }
1986
+ .bank-card__usePhoto_15yai {
1987
+ background-color: transparent
1988
+ }
1989
+ .bank-card__usePhoto_15yai svg {
1990
+ fill: #000;
1991
+ }.toast__toastPlate_10dtw {
1992
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1993
+ }
1994
+ .toast__popoverInner_10dtw {
1995
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1996
+ background-color: transparent;
1997
+ }.amount-input__minorPartAndCurrency_1jjgn {
2056
1998
  color: #8d8d93;
2057
1999
  }
2058
- .amount-input__filled_dsqbr .amount-input__input_dsqbr,
2059
- .amount-input__input_dsqbr:focus {
2000
+ .amount-input__filled_39ud2 .amount-input__input_39ud2,
2001
+ .amount-input__input_39ud2:focus {
2060
2002
  -webkit-text-fill-color: transparent;
2061
2003
  }
2062
- .amount-input__minorPartAndCurrency_1otgj {
2004
+ .amount-input__minorPartAndCurrency_f1mqw {
2063
2005
  color: #8a8a8e;
2064
- }.tooltip__hint_15tuj {
2006
+ }.tooltip__hint_fauqq {
2065
2007
  background-color: #121212;
2066
2008
  }
2067
- .tooltip__hint_15tuj .tooltip__component_15tuj {
2009
+ .tooltip__hint_fauqq .tooltip__component_fauqq {
2068
2010
  color: #000;
2069
2011
  }
2070
- .tooltip__hint_15tuj .tooltip__arrow_15tuj:after {
2012
+ .tooltip__hint_fauqq .tooltip__arrow_fauqq:after {
2071
2013
  background-color: #121212;
2072
2014
  border-color: #121212;
2073
2015
  }
2074
- .calendar-input__calendarIcon_1i7jg {
2075
- color: #fff
2076
- }@media (min-width: 600px) {
2077
- }.calendar-with-skeleton__skeleton_f669z {
2016
+ @media (min-width: 600px) {
2017
+ }.calendar-with-skeleton__skeleton_1arwj {
2078
2018
  background-color: #121212;
2019
+ }.calendar-input__calendarIcon_rmdrh {
2020
+ color: #fff
2021
+ }.select__arrow_1obhi {
2022
+ color: #fff;
2079
2023
  }
2080
- .intl-phone-input__flagIcon_un8i2 {
2081
- box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2024
+ .select__popoverInner_1bh4n {
2025
+ background: transparent;
2026
+ }
2027
+ .select__optionsList_1bh4n {
2028
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2029
+ background: #121212;
2082
2030
  }
2083
- .intl-phone-input__dialCode_a9bjx {
2031
+ .select__placeholder_jeyb5 {
2084
2032
  color: #8d8d93;
2085
2033
  }
2086
- .intl-phone-input__focusVisible_ebs9s {
2034
+ .select__focusVisible_jeyb5 {
2087
2035
  outline: 2px solid #007aff;
2088
- }.table__component_q78gy {
2089
- border-top: 1px solid #2b2b2e;
2090
2036
  }
2091
- .table__wrapper_gcha5 {
2092
- background: #121212;
2093
- box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2094
- 0 2px 4px rgba(11, 31, 53, 0.16);
2037
+ .select__single_17wbu {
2038
+ background: #fff
2095
2039
  }
2096
-
2097
- .table__component_1ltq4 {
2098
- color: #fff;
2099
- border-top: 1px solid #2b2b2e;
2040
+ .select__optgroup_wspo0 {
2041
+ background: #121212
2100
2042
  }
2101
-
2102
- .table__component_l1tvo th:not(:last-child):not(:empty):after {
2103
- background-color: #2a2a2c;
2104
- }
2105
- .table__component_1whro {
2106
- color: #fff;
2107
- border-bottom: 1px solid #2b2b2e;
2043
+ .select__label_wspo0 {
2044
+ color: #8d8d93;
2045
+ }
2046
+ .select__option_1fx4k {
2108
2047
  background: #121212;
2048
+ color: #fff
2109
2049
  }
2110
- .table__sorted_1whro {
2050
+ .select__option_1fx4k:not(.select__disabled_1fx4k):active {
2051
+ background: #2c2c2e;
2052
+ color: #fff;
2053
+ }
2054
+ .select__option_1fx4k:before {
2055
+ background: #2b2b2e;
2056
+ }
2057
+ .select__selected_1fx4k {
2058
+ background: #121212;
2111
2059
  color: #fff;
2112
2060
  }
2113
- .table__component_8euor {
2114
- background: #121212
2061
+ .select__highlighted_1fx4k {
2062
+ background: #202022;
2063
+ color: #fff
2115
2064
  }
2116
- .table__withoutBorder_8euor {
2065
+ .select__disabled_1fx4k {
2066
+ background: #121212;
2067
+ color: #8d8d93;
2117
2068
  }
2118
- .table__clickable_8euor:hover {
2119
- background-color: #202022;
2120
- }
2121
- .table__selected_8euor {
2122
- background-color: #f2f8ff
2069
+ .select__emptyPlaceholder_11kja {
2070
+ color: #8d8d93;
2123
2071
  }
2124
- .table__selected_8euor:hover {
2125
- background-color: #e8f2fe;
2126
- }
2127
- .table__icon_11tt6 {
2128
- color: #8d8d93
2072
+ .select__popoverInner_5wb5m {
2073
+ background: transparent;
2129
2074
  }
2130
- .table__icon_11tt6:hover {
2131
- color: #fff;
2075
+ .select__virtualRow_1ph0j:before {
2076
+ background: #2b2b2e;
2132
2077
  }
2133
- .table__sorted_11tt6 {
2134
- color: #0072ef
2078
+ .select__emptyPlaceholder_1ph0j {
2079
+ color: #8d8d93;
2135
2080
  }
2136
- .table__sorted_11tt6:hover {
2137
- color: #0072ef;
2138
- }
2139
- .table__open_1565o,
2140
- .table__open_1565o:hover {
2141
- background-color: rgb(85, 99, 114);
2142
- }.gallery__modal_11lkv {
2081
+
2082
+
2083
+
2084
+ .select__emptyPlaceholder_i3j6j {
2085
+ color: #8d8d93;
2086
+ }
2087
+ .select__footer_i3j6j {
2088
+ background-color: #121212
2089
+ }
2090
+ .select__highlighted_i3j6j {
2091
+ border-top: 1px solid #2b2b2e;
2092
+ background-color: #121212;
2093
+ }
2094
+ .select__footer_1ixsa {
2095
+ background: #121212
2096
+ }
2097
+ .select__withBorder_1ixsa {
2098
+ box-shadow: inset 0 1px 0 #262629;
2099
+ }.gallery__modal_chj8q {
2143
2100
  background: transparent;
2144
2101
  }
2145
- .gallery__header_10kd9 {
2102
+ .gallery__header_2qw6y {
2146
2103
  background-color: #e9e9eb;
2147
2104
  }
2148
2105
 
2149
- .gallery__component_thz75 {
2106
+ .gallery__component_abv5k {
2150
2107
  border: 2px solid rgba(0, 0, 0, 0);
2151
2108
  }
2152
- .gallery__active_thz75 {
2109
+ .gallery__active_abv5k {
2153
2110
  border-color: #121212
2154
2111
  }
2155
- .gallery__image_thz75 {
2112
+ .gallery__image_abv5k {
2156
2113
  background-color: #121212
2157
2114
  }
2158
- .gallery__loading_thz75 {
2115
+ .gallery__loading_abv5k {
2159
2116
  background-color: #e9eaeb;
2160
2117
  }
2161
- .gallery__brokenImageWrapper_thz75 {
2118
+ .gallery__brokenImageWrapper_abv5k {
2162
2119
  background-color: #121212
2163
2120
  }
2164
- .gallery__focused_thz75 {
2121
+ .gallery__focused_abv5k {
2165
2122
  outline: 2px solid #007aff;
2166
2123
  }
2167
- .gallery__component_3ssfy {
2124
+ .gallery__component_zltry {
2168
2125
  background-color: rgba(255, 255, 255, 0.5);
2169
2126
  }
2170
- .gallery__slideLoading_3ssfy {
2127
+ .gallery__slideLoading_zltry {
2171
2128
  background-color: #e9eaeb;
2172
2129
  }
2173
- .gallery__image_3ssfy {
2130
+ .gallery__image_zltry {
2174
2131
  background-color: #121212;
2175
2132
  }
2176
- .gallery__smallImage_3ssfy {
2133
+ .gallery__smallImage_zltry {
2177
2134
  background-color: #121212;
2178
2135
  }
2179
- .gallery__arrow_3ssfy {
2136
+ .gallery__arrow_zltry {
2180
2137
  color: #121212
2181
2138
  }
2182
- .gallery__arrow_3ssfy:hover {
2139
+ .gallery__arrow_zltry:hover {
2183
2140
  background-color: rgba(255, 255, 255, 0.1);
2184
2141
  }
2185
- .gallery__arrow_3ssfy:active {
2142
+ .gallery__arrow_zltry:active {
2186
2143
  background-color: rgba(255, 255, 255, 0.2);
2187
2144
  }
2188
- .gallery__focused_3ssfy {
2145
+ .gallery__focused_zltry {
2189
2146
  outline: 2px solid #007aff;
2190
2147
  }
2191
- .gallery__placeholder_3ssfy {
2148
+ .gallery__placeholder_zltry {
2192
2149
  background-color: #121212;
2193
2150
  }
2194
- .gallery__fullScreenImage_3ssfy {
2151
+ .gallery__fullScreenImage_zltry {
2195
2152
  background-color: #121212;
2196
2153
  }
2197
- .gallery__component_1ijdh {
2154
+ .gallery__component_qyuki {
2198
2155
  background-color: #e9e9eb
2199
- }.calendar-range__divider_gtd73:after {
2156
+ }.calendar-range__divider_1p788:after {
2200
2157
  background-color: #fff;
2201
- }
2158
+ }
2159
+ .intl-phone-input__flagIcon_y8d3j {
2160
+ box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2161
+ }
2162
+ .intl-phone-input__dialCode_ak7av {
2163
+ color: #8d8d93;
2164
+ }
2165
+ .intl-phone-input__focusVisible_2p822 {
2166
+ outline: 2px solid #007aff;
2167
+ }.table__component_16ppr {
2168
+ border-top: 1px solid #2b2b2e;
2169
+ }
2170
+ .table__wrapper_1ik65 {
2171
+ background: #121212;
2172
+ box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2173
+ 0 2px 4px rgba(11, 31, 53, 0.16);
2174
+ }
2175
+
2176
+ .table__component_dr8k7 {
2177
+ color: #fff;
2178
+ border-top: 1px solid #2b2b2e;
2179
+ }
2180
+
2181
+ .table__component_t9or3 th:not(:last-child):not(:empty):after {
2182
+ background-color: #2a2a2c;
2183
+ }
2184
+ .table__component_ygcu0 {
2185
+ color: #fff;
2186
+ border-bottom: 1px solid #2b2b2e;
2187
+ background: #121212;
2188
+ }
2189
+ .table__sorted_ygcu0 {
2190
+ color: #fff;
2191
+ }
2192
+ .table__component_hujmf {
2193
+ background: #121212
2194
+ }
2195
+ .table__withoutBorder_hujmf {
2196
+ }
2197
+ .table__clickable_hujmf:hover {
2198
+ background-color: #202022;
2199
+ }
2200
+ .table__selected_hujmf {
2201
+ background-color: #f2f8ff
2202
+ }
2203
+ .table__selected_hujmf:hover {
2204
+ background-color: #e8f2fe;
2205
+ }
2206
+ .table__icon_mjbkl {
2207
+ color: #8d8d93
2208
+ }
2209
+ .table__icon_mjbkl:hover {
2210
+ color: #fff;
2211
+ }
2212
+ .table__sorted_mjbkl {
2213
+ color: #0072ef
2214
+ }
2215
+ .table__sorted_mjbkl:hover {
2216
+ color: #0072ef;
2217
+ }
2218
+ .table__open_1lomy,
2219
+ .table__open_1lomy:hover {
2220
+ background-color: rgb(85, 99, 114);
2221
+ }