@alfalab/core-components 30.8.0-beta.0 → 31.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2237) hide show
  1. package/action-button/Component.d.ts +51 -0
  2. package/action-button/Component.js +102 -0
  3. package/action-button/cssm/Component.d.ts +51 -0
  4. package/action-button/cssm/Component.js +98 -0
  5. package/action-button/cssm/default.module.css +60 -0
  6. package/action-button/cssm/hooks.d.ts +4 -0
  7. package/action-button/cssm/hooks.js +28 -0
  8. package/action-button/cssm/index.d.ts +1 -0
  9. package/action-button/cssm/index.js +17 -0
  10. package/action-button/cssm/index.module.css +84 -0
  11. package/action-button/cssm/inverted.module.css +62 -0
  12. package/action-button/cssm/static.module.css +40 -0
  13. package/action-button/default.css +61 -0
  14. package/action-button/esm/Component.d.ts +51 -0
  15. package/action-button/esm/Component.js +94 -0
  16. package/action-button/esm/default.css +61 -0
  17. package/action-button/esm/hooks.d.ts +4 -0
  18. package/action-button/esm/hooks.js +26 -0
  19. package/action-button/esm/index.css +85 -0
  20. package/action-button/esm/index.d.ts +1 -0
  21. package/action-button/esm/index.js +7 -0
  22. package/action-button/esm/inverted.css +63 -0
  23. package/action-button/esm/static.css +41 -0
  24. package/action-button/hooks.d.ts +4 -0
  25. package/action-button/hooks.js +28 -0
  26. package/action-button/index.css +85 -0
  27. package/action-button/index.d.ts +1 -0
  28. package/action-button/index.js +13 -0
  29. package/action-button/inverted.css +63 -0
  30. package/action-button/modern/Component.d.ts +51 -0
  31. package/action-button/modern/Component.js +53 -0
  32. package/action-button/modern/default.css +61 -0
  33. package/action-button/modern/hooks.d.ts +4 -0
  34. package/action-button/modern/hooks.js +26 -0
  35. package/action-button/modern/index.css +85 -0
  36. package/action-button/modern/index.d.ts +1 -0
  37. package/action-button/modern/index.js +7 -0
  38. package/action-button/modern/inverted.css +63 -0
  39. package/action-button/modern/static.css +41 -0
  40. package/{confirmation-v-1 → action-button}/package.json +0 -0
  41. package/{confirmation-v-1 → action-button}/send-stats.js +0 -0
  42. package/action-button/static.css +41 -0
  43. package/alert/Component.js +1 -1
  44. package/alert/esm/Component.js +1 -1
  45. package/alert/esm/index.css +2 -2
  46. package/alert/index.css +2 -2
  47. package/alert/modern/Component.js +1 -1
  48. package/alert/modern/index.css +2 -2
  49. package/amount/component.js +1 -1
  50. package/amount/esm/component.js +1 -1
  51. package/amount/esm/index.css +6 -6
  52. package/amount/esm/pure/component.js +1 -1
  53. package/amount/esm/pure/index.css +1 -1
  54. package/amount/index.css +6 -6
  55. package/amount/modern/component.js +1 -1
  56. package/amount/modern/index.css +6 -6
  57. package/amount/modern/pure/component.js +1 -1
  58. package/amount/modern/pure/index.css +1 -1
  59. package/amount/pure/component.js +1 -1
  60. package/amount/pure/index.css +1 -1
  61. package/amount-input/Component.d.ts +1 -1
  62. package/amount-input/Component.js +3 -3
  63. package/amount-input/cssm/Component.d.ts +1 -1
  64. package/amount-input/default.css +1 -1
  65. package/amount-input/esm/Component.d.ts +1 -1
  66. package/amount-input/esm/Component.js +3 -3
  67. package/amount-input/esm/default.css +1 -1
  68. package/amount-input/esm/index.css +6 -6
  69. package/amount-input/esm/inverted.css +1 -1
  70. package/amount-input/index.css +6 -6
  71. package/amount-input/inverted.css +1 -1
  72. package/amount-input/modern/Component.d.ts +1 -1
  73. package/amount-input/modern/Component.js +3 -3
  74. package/amount-input/modern/default.css +1 -1
  75. package/amount-input/modern/index.css +6 -6
  76. package/amount-input/modern/inverted.css +1 -1
  77. package/attach/Component.js +1 -1
  78. package/attach/esm/Component.js +1 -1
  79. package/attach/esm/index.css +26 -26
  80. package/attach/index.css +26 -26
  81. package/attach/modern/Component.js +1 -1
  82. package/attach/modern/index.css +26 -26
  83. package/backdrop/Component.js +1 -1
  84. package/backdrop/esm/Component.js +1 -1
  85. package/backdrop/esm/index.css +11 -11
  86. package/backdrop/index.css +11 -11
  87. package/backdrop/modern/Component.js +1 -1
  88. package/backdrop/modern/index.css +11 -11
  89. package/badge/Component.js +1 -1
  90. package/badge/esm/Component.js +1 -1
  91. package/badge/esm/index.css +37 -37
  92. package/badge/index.css +37 -37
  93. package/badge/modern/Component.js +1 -1
  94. package/badge/modern/index.css +37 -37
  95. package/bank-card/Component.js +1 -1
  96. package/bank-card/esm/Component.js +1 -1
  97. package/bank-card/esm/index.css +19 -19
  98. package/bank-card/index.css +19 -19
  99. package/bank-card/modern/Component.js +1 -1
  100. package/bank-card/modern/index.css +19 -19
  101. package/base-modal/Component.js +2 -1
  102. package/base-modal/cssm/Component.js +1 -0
  103. package/base-modal/cssm/index.js +1 -0
  104. package/base-modal/esm/Component.js +2 -1
  105. package/base-modal/esm/index.css +12 -12
  106. package/base-modal/esm/index.js +1 -0
  107. package/base-modal/index.css +12 -12
  108. package/base-modal/index.js +1 -0
  109. package/base-modal/modern/Component.js +2 -1
  110. package/base-modal/modern/index.css +12 -12
  111. package/base-modal/modern/index.js +1 -0
  112. package/bottom-sheet/{component-0d569e82.d.ts → component-14b78262.d.ts} +0 -0
  113. package/bottom-sheet/{component-0d569e82.js → component-14b78262.js} +3 -3
  114. package/bottom-sheet/component.js +2 -2
  115. package/bottom-sheet/components/backer/Component.js +2 -2
  116. package/bottom-sheet/components/backer/index.css +2 -2
  117. package/bottom-sheet/components/closer/Component.js +2 -2
  118. package/bottom-sheet/components/closer/index.css +2 -2
  119. package/bottom-sheet/components/footer/Component.js +1 -1
  120. package/bottom-sheet/components/footer/index.css +3 -3
  121. package/bottom-sheet/components/header/Component.js +2 -2
  122. package/bottom-sheet/components/header/index.css +16 -16
  123. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  124. package/bottom-sheet/esm/{component-4b1a6016.d.ts → component-17d2f965.d.ts} +0 -0
  125. package/bottom-sheet/esm/{component-4b1a6016.js → component-17d2f965.js} +3 -3
  126. package/bottom-sheet/esm/component.js +2 -2
  127. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  128. package/bottom-sheet/esm/components/backer/index.css +2 -2
  129. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  130. package/bottom-sheet/esm/components/closer/index.css +2 -2
  131. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  132. package/bottom-sheet/esm/components/footer/index.css +3 -3
  133. package/bottom-sheet/esm/components/header/Component.js +2 -2
  134. package/bottom-sheet/esm/components/header/index.css +16 -16
  135. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  136. package/bottom-sheet/esm/index.css +14 -14
  137. package/bottom-sheet/esm/index.d.ts +1 -1
  138. package/bottom-sheet/esm/index.js +2 -2
  139. package/bottom-sheet/esm/{tslib.es6-74492ace.d.ts → tslib.es6-8a13b0e3.d.ts} +0 -0
  140. package/bottom-sheet/esm/{tslib.es6-74492ace.js → tslib.es6-8a13b0e3.js} +0 -0
  141. package/bottom-sheet/index.css +14 -14
  142. package/bottom-sheet/index.d.ts +1 -1
  143. package/bottom-sheet/index.js +2 -2
  144. package/bottom-sheet/modern/{component-657a3e6e.d.ts → component-7c5e56a7.d.ts} +0 -0
  145. package/bottom-sheet/modern/{component-657a3e6e.js → component-7c5e56a7.js} +2 -2
  146. package/bottom-sheet/modern/component.js +1 -1
  147. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  148. package/bottom-sheet/modern/components/backer/index.css +2 -2
  149. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  150. package/bottom-sheet/modern/components/closer/index.css +2 -2
  151. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  152. package/bottom-sheet/modern/components/footer/index.css +3 -3
  153. package/bottom-sheet/modern/components/header/Component.js +1 -1
  154. package/bottom-sheet/modern/components/header/index.css +16 -16
  155. package/bottom-sheet/modern/index.css +14 -14
  156. package/bottom-sheet/modern/index.d.ts +1 -1
  157. package/bottom-sheet/modern/index.js +1 -1
  158. package/bottom-sheet/{tslib.es6-ee6d4a2a.d.ts → tslib.es6-ff6c9c8e.d.ts} +0 -0
  159. package/bottom-sheet/{tslib.es6-ee6d4a2a.js → tslib.es6-ff6c9c8e.js} +0 -0
  160. package/button/Component.js +3 -3
  161. package/button/cssm/index.module.css +18 -2
  162. package/button/default.css +40 -40
  163. package/button/esm/Component.js +3 -3
  164. package/button/esm/default.css +40 -40
  165. package/button/esm/index.css +71 -55
  166. package/button/esm/inverted.css +40 -40
  167. package/button/index.css +71 -55
  168. package/button/inverted.css +40 -40
  169. package/button/modern/Component.js +3 -3
  170. package/button/modern/default.css +40 -40
  171. package/button/modern/index.css +71 -55
  172. package/button/modern/inverted.css +40 -40
  173. package/calendar/Component.js +2 -2
  174. package/calendar/components/calendar-mobile/Component.js +2 -2
  175. package/calendar/components/calendar-mobile/index.css +10 -10
  176. package/calendar/components/calendar-mobile/index.js +1 -1
  177. package/calendar/components/days-table/Component.js +2 -2
  178. package/calendar/components/days-table/index.css +57 -57
  179. package/calendar/components/days-table/index.js +1 -1
  180. package/calendar/components/header/Component.js +1 -1
  181. package/calendar/components/header/index.css +2 -2
  182. package/calendar/components/month-year-header/Component.js +2 -2
  183. package/calendar/components/month-year-header/index.css +9 -9
  184. package/calendar/components/month-year-header/index.js +1 -1
  185. package/calendar/components/months-table/Component.js +2 -2
  186. package/calendar/components/months-table/index.css +10 -10
  187. package/calendar/components/months-table/index.js +1 -1
  188. package/calendar/components/period-slider/Component.js +1 -1
  189. package/calendar/components/period-slider/index.css +9 -9
  190. package/calendar/components/select-button/Component.js +2 -2
  191. package/calendar/components/select-button/index.css +9 -9
  192. package/calendar/components/select-button/index.js +1 -1
  193. package/calendar/components/years-table/Component.js +2 -2
  194. package/calendar/components/years-table/index.css +12 -12
  195. package/calendar/components/years-table/index.js +1 -1
  196. package/calendar/esm/Component.js +2 -2
  197. package/calendar/esm/components/calendar-mobile/Component.js +2 -2
  198. package/calendar/esm/components/calendar-mobile/index.css +10 -10
  199. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  200. package/calendar/esm/components/days-table/Component.js +2 -2
  201. package/calendar/esm/components/days-table/index.css +57 -57
  202. package/calendar/esm/components/days-table/index.js +1 -1
  203. package/calendar/esm/components/header/Component.js +1 -1
  204. package/calendar/esm/components/header/index.css +2 -2
  205. package/calendar/esm/components/month-year-header/Component.js +2 -2
  206. package/calendar/esm/components/month-year-header/index.css +9 -9
  207. package/calendar/esm/components/month-year-header/index.js +1 -1
  208. package/calendar/esm/components/months-table/Component.js +2 -2
  209. package/calendar/esm/components/months-table/index.css +10 -10
  210. package/calendar/esm/components/months-table/index.js +1 -1
  211. package/calendar/esm/components/period-slider/Component.js +1 -1
  212. package/calendar/esm/components/period-slider/index.css +9 -9
  213. package/calendar/esm/components/select-button/Component.js +2 -2
  214. package/calendar/esm/components/select-button/index.css +9 -9
  215. package/calendar/esm/components/select-button/index.js +1 -1
  216. package/calendar/esm/components/years-table/Component.js +2 -2
  217. package/calendar/esm/components/years-table/index.css +12 -12
  218. package/calendar/esm/components/years-table/index.js +1 -1
  219. package/calendar/esm/index.css +13 -13
  220. package/calendar/esm/index.js +1 -1
  221. package/calendar/esm/{tslib.es6-f16b1a66.d.ts → tslib.es6-b7c2626d.d.ts} +0 -0
  222. package/calendar/esm/{tslib.es6-f16b1a66.js → tslib.es6-b7c2626d.js} +0 -0
  223. package/calendar/index.css +13 -13
  224. package/calendar/index.js +1 -1
  225. package/calendar/modern/Component.js +1 -1
  226. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  227. package/calendar/modern/components/calendar-mobile/index.css +10 -10
  228. package/calendar/modern/components/days-table/Component.js +1 -1
  229. package/calendar/modern/components/days-table/index.css +57 -57
  230. package/calendar/modern/components/header/Component.js +1 -1
  231. package/calendar/modern/components/header/index.css +2 -2
  232. package/calendar/modern/components/month-year-header/Component.js +1 -1
  233. package/calendar/modern/components/month-year-header/index.css +9 -9
  234. package/calendar/modern/components/months-table/Component.js +1 -1
  235. package/calendar/modern/components/months-table/index.css +10 -10
  236. package/calendar/modern/components/period-slider/Component.js +1 -1
  237. package/calendar/modern/components/period-slider/index.css +9 -9
  238. package/calendar/modern/components/select-button/Component.js +1 -1
  239. package/calendar/modern/components/select-button/index.css +9 -9
  240. package/calendar/modern/components/years-table/Component.js +1 -1
  241. package/calendar/modern/components/years-table/index.css +12 -12
  242. package/calendar/modern/index.css +13 -13
  243. package/calendar/{tslib.es6-4b5e144e.d.ts → tslib.es6-592c385a.d.ts} +0 -0
  244. package/calendar/{tslib.es6-4b5e144e.js → tslib.es6-592c385a.js} +0 -0
  245. package/calendar-input/Component.d.ts +1 -1
  246. package/calendar-input/Component.js +1 -1
  247. package/calendar-input/cssm/Component.d.ts +1 -1
  248. package/calendar-input/esm/Component.d.ts +1 -1
  249. package/calendar-input/esm/Component.js +1 -1
  250. package/calendar-input/esm/index.css +10 -10
  251. package/calendar-input/index.css +10 -10
  252. package/calendar-input/modern/Component.d.ts +1 -1
  253. package/calendar-input/modern/Component.js +1 -1
  254. package/calendar-input/modern/index.css +10 -10
  255. package/calendar-range/Component.d.ts +4 -0
  256. package/calendar-range/Component.js +1 -1
  257. package/calendar-range/cssm/Component.d.ts +4 -0
  258. package/calendar-range/cssm/views/popover.js +8 -1
  259. package/calendar-range/cssm/views/static.js +10 -3
  260. package/calendar-range/esm/Component.d.ts +4 -0
  261. package/calendar-range/esm/Component.js +1 -1
  262. package/calendar-range/esm/index.js +1 -1
  263. package/calendar-range/esm/{index.module-23356e1b.d.ts → index.module-5de3d1aa.d.ts} +0 -0
  264. package/calendar-range/esm/{index.module-23356e1b.js → index.module-5de3d1aa.js} +1 -1
  265. package/calendar-range/esm/views/index.css +7 -7
  266. package/calendar-range/esm/views/popover.js +9 -2
  267. package/calendar-range/esm/views/static.js +11 -4
  268. package/calendar-range/index.js +1 -1
  269. package/calendar-range/{index.module-98a88886.d.ts → index.module-c6b61353.d.ts} +0 -0
  270. package/calendar-range/{index.module-98a88886.js → index.module-c6b61353.js} +1 -1
  271. package/calendar-range/modern/Component.d.ts +4 -0
  272. package/calendar-range/modern/Component.js +1 -1
  273. package/calendar-range/modern/index.js +1 -1
  274. package/calendar-range/modern/index.module-92359abf.js +4 -0
  275. package/calendar-range/modern/views/index.css +7 -7
  276. package/calendar-range/modern/views/popover.js +9 -2
  277. package/calendar-range/modern/views/static.js +11 -4
  278. package/calendar-range/views/index.css +7 -7
  279. package/calendar-range/views/popover.js +9 -2
  280. package/calendar-range/views/static.js +11 -4
  281. package/calendar-with-skeleton/Component.js +1 -1
  282. package/calendar-with-skeleton/esm/Component.js +1 -1
  283. package/calendar-with-skeleton/esm/index.css +12 -12
  284. package/calendar-with-skeleton/index.css +12 -12
  285. package/calendar-with-skeleton/modern/Component.js +1 -1
  286. package/calendar-with-skeleton/modern/index.css +12 -12
  287. package/card-image/Component.js +1 -1
  288. package/card-image/esm/Component.js +1 -1
  289. package/card-image/esm/index.css +6 -6
  290. package/card-image/index.css +6 -6
  291. package/card-image/modern/Component.js +1 -1
  292. package/card-image/modern/index.css +6 -6
  293. package/cdn-icon/Component.js +1 -1
  294. package/cdn-icon/esm/Component.js +1 -1
  295. package/cdn-icon/esm/index.css +3 -3
  296. package/cdn-icon/index.css +3 -3
  297. package/cdn-icon/modern/Component.js +1 -1
  298. package/cdn-icon/modern/index.css +3 -3
  299. package/chart/Component.js +2 -2
  300. package/chart/components/Dot/index.css +7 -7
  301. package/chart/components/Dot/index.js +1 -1
  302. package/chart/components/Legends/index.css +7 -7
  303. package/chart/components/Legends/index.js +1 -1
  304. package/chart/components/Tick/index.css +3 -3
  305. package/chart/components/Tick/index.js +1 -1
  306. package/chart/components/TooltipContent/index.css +6 -6
  307. package/chart/components/TooltipContent/index.js +1 -1
  308. package/chart/esm/Component.js +2 -2
  309. package/chart/esm/components/Dot/index.css +7 -7
  310. package/chart/esm/components/Dot/index.js +1 -1
  311. package/chart/esm/components/Legends/index.css +7 -7
  312. package/chart/esm/components/Legends/index.js +1 -1
  313. package/chart/esm/components/Tick/index.css +3 -3
  314. package/chart/esm/components/Tick/index.js +1 -1
  315. package/chart/esm/components/TooltipContent/index.css +6 -6
  316. package/chart/esm/components/TooltipContent/index.js +1 -1
  317. package/chart/esm/hooks/useSettings/index.js +1 -1
  318. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  319. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  320. package/chart/esm/index.css +4 -4
  321. package/chart/esm/index.js +1 -1
  322. package/chart/esm/{tslib.es6-1ce68ab1.d.ts → tslib.es6-e1220e0a.d.ts} +0 -0
  323. package/chart/esm/{tslib.es6-1ce68ab1.js → tslib.es6-e1220e0a.js} +0 -0
  324. package/chart/hooks/useSettings/index.js +1 -1
  325. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  326. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  327. package/chart/index.css +4 -4
  328. package/chart/index.js +1 -1
  329. package/chart/modern/Component.js +1 -1
  330. package/chart/modern/components/Dot/index.css +7 -7
  331. package/chart/modern/components/Dot/index.js +1 -1
  332. package/chart/modern/components/Legends/index.css +7 -7
  333. package/chart/modern/components/Legends/index.js +1 -1
  334. package/chart/modern/components/Tick/index.css +3 -3
  335. package/chart/modern/components/Tick/index.js +1 -1
  336. package/chart/modern/components/TooltipContent/index.css +6 -6
  337. package/chart/modern/components/TooltipContent/index.js +1 -1
  338. package/chart/modern/index.css +4 -4
  339. package/chart/{tslib.es6-1afdae87.d.ts → tslib.es6-ae7dc9e2.d.ts} +0 -0
  340. package/chart/{tslib.es6-1afdae87.js → tslib.es6-ae7dc9e2.js} +0 -0
  341. package/checkbox/Component.js +1 -1
  342. package/checkbox/esm/Component.js +1 -1
  343. package/checkbox/esm/index.css +36 -36
  344. package/checkbox/index.css +36 -36
  345. package/checkbox/modern/Component.js +1 -1
  346. package/checkbox/modern/index.css +36 -36
  347. package/checkbox-group/Component.d.ts +9 -1
  348. package/checkbox-group/Component.js +3 -3
  349. package/checkbox-group/cssm/Component.d.ts +9 -1
  350. package/checkbox-group/cssm/Component.js +2 -2
  351. package/checkbox-group/esm/Component.d.ts +9 -1
  352. package/checkbox-group/esm/Component.js +3 -3
  353. package/checkbox-group/esm/index.css +16 -16
  354. package/checkbox-group/index.css +16 -16
  355. package/checkbox-group/modern/Component.d.ts +9 -1
  356. package/checkbox-group/modern/Component.js +3 -3
  357. package/checkbox-group/modern/index.css +16 -16
  358. package/circular-progress-bar/Component.js +1 -1
  359. package/circular-progress-bar/esm/Component.js +1 -1
  360. package/circular-progress-bar/esm/index.css +48 -48
  361. package/circular-progress-bar/index.css +48 -48
  362. package/circular-progress-bar/modern/Component.js +1 -1
  363. package/circular-progress-bar/modern/index.css +48 -48
  364. package/code-input/component.js +1 -1
  365. package/code-input/components/input/component.js +1 -1
  366. package/code-input/components/input/index.css +10 -10
  367. package/code-input/esm/component.js +1 -1
  368. package/code-input/esm/components/input/component.js +1 -1
  369. package/code-input/esm/components/input/index.css +10 -10
  370. package/code-input/esm/index.css +5 -5
  371. package/code-input/index.css +5 -5
  372. package/code-input/modern/component.js +1 -1
  373. package/code-input/modern/components/input/component.js +1 -1
  374. package/code-input/modern/components/input/index.css +10 -10
  375. package/code-input/modern/index.css +5 -5
  376. package/collapse/Component.js +1 -1
  377. package/collapse/esm/Component.js +1 -1
  378. package/collapse/esm/index.css +8 -8
  379. package/collapse/index.css +8 -8
  380. package/collapse/modern/Component.js +1 -1
  381. package/collapse/modern/index.css +8 -8
  382. package/comment/Component.js +1 -1
  383. package/comment/esm/Component.js +1 -1
  384. package/comment/esm/index.css +2 -2
  385. package/comment/index.css +2 -2
  386. package/comment/modern/Component.js +1 -1
  387. package/comment/modern/index.css +2 -2
  388. package/confirmation/component.js +2 -2
  389. package/confirmation/components/countdown-loader/component.js +1 -1
  390. package/confirmation/components/countdown-loader/index.css +2 -2
  391. package/confirmation/components/index.js +1 -1
  392. package/confirmation/components/screens/fatal-error/component.js +1 -1
  393. package/confirmation/components/screens/fatal-error/index.css +3 -3
  394. package/confirmation/components/screens/hint/component.js +1 -1
  395. package/confirmation/components/screens/hint/index.css +13 -13
  396. package/confirmation/components/screens/index.js +1 -1
  397. package/confirmation/components/screens/initial/component.js +1 -1
  398. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  399. package/confirmation/components/screens/initial/index.css +16 -16
  400. package/confirmation/components/screens/initial/index.js +1 -1
  401. package/confirmation/components/screens/temp-block/component.js +1 -1
  402. package/confirmation/components/screens/temp-block/index.css +5 -5
  403. package/confirmation/{countdown-section-0079369b.d.ts → countdown-section-21358bfa.d.ts} +0 -0
  404. package/confirmation/{countdown-section-0079369b.js → countdown-section-21358bfa.js} +1 -1
  405. package/confirmation/esm/component.js +2 -2
  406. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  407. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  408. package/confirmation/esm/components/index.js +1 -1
  409. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  410. package/confirmation/esm/components/screens/fatal-error/index.css +3 -3
  411. package/confirmation/esm/components/screens/hint/component.js +1 -1
  412. package/confirmation/esm/components/screens/hint/index.css +13 -13
  413. package/confirmation/esm/components/screens/index.js +1 -1
  414. package/confirmation/esm/components/screens/initial/component.js +1 -1
  415. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  416. package/confirmation/esm/components/screens/initial/index.css +16 -16
  417. package/confirmation/esm/components/screens/initial/index.js +1 -1
  418. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  419. package/confirmation/esm/components/screens/temp-block/index.css +5 -5
  420. package/confirmation/esm/{countdown-section-310677d1.d.ts → countdown-section-fd2ab2f7.d.ts} +0 -0
  421. package/confirmation/esm/{countdown-section-310677d1.js → countdown-section-fd2ab2f7.js} +1 -1
  422. package/confirmation/esm/index.css +3 -3
  423. package/confirmation/esm/index.js +1 -1
  424. package/confirmation/index.css +3 -3
  425. package/confirmation/index.js +1 -1
  426. package/confirmation/modern/component.js +2 -2
  427. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  428. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  429. package/confirmation/modern/components/index.js +1 -1
  430. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  431. package/confirmation/modern/components/screens/fatal-error/index.css +3 -3
  432. package/confirmation/modern/components/screens/hint/component.js +1 -1
  433. package/confirmation/modern/components/screens/hint/index.css +13 -13
  434. package/confirmation/modern/components/screens/index.js +1 -1
  435. package/confirmation/modern/components/screens/initial/component.js +1 -1
  436. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  437. package/confirmation/modern/components/screens/initial/index.css +16 -16
  438. package/confirmation/modern/components/screens/initial/index.js +1 -1
  439. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  440. package/confirmation/modern/components/screens/temp-block/index.css +5 -5
  441. package/confirmation/modern/{countdown-section-2c534edc.d.ts → countdown-section-29fb8ecc.d.ts} +0 -0
  442. package/confirmation/modern/{countdown-section-2c534edc.js → countdown-section-29fb8ecc.js} +1 -1
  443. package/confirmation/modern/index.css +3 -3
  444. package/confirmation/modern/index.js +1 -1
  445. package/custom-button/Component.js +1 -1
  446. package/custom-button/esm/Component.js +1 -1
  447. package/custom-button/esm/index.css +11 -11
  448. package/custom-button/index.css +11 -11
  449. package/custom-button/modern/Component.js +1 -1
  450. package/custom-button/modern/index.css +11 -11
  451. package/date-input/Component.d.ts +1 -1
  452. package/date-input/Component.js +1 -1
  453. package/date-input/cssm/Component.d.ts +1 -1
  454. package/date-input/esm/Component.d.ts +1 -1
  455. package/date-input/esm/Component.js +1 -1
  456. package/date-input/esm/index.css +3 -3
  457. package/date-input/index.css +3 -3
  458. package/date-input/modern/Component.d.ts +1 -1
  459. package/date-input/modern/Component.js +1 -1
  460. package/date-input/modern/index.css +3 -3
  461. package/divider/Component.js +1 -1
  462. package/divider/esm/Component.js +1 -1
  463. package/divider/esm/index.css +1 -1
  464. package/divider/index.css +1 -1
  465. package/divider/modern/Component.js +1 -1
  466. package/divider/modern/index.css +1 -1
  467. package/drawer/Component.js +1 -1
  468. package/drawer/esm/Component.js +1 -1
  469. package/drawer/esm/index.css +16 -16
  470. package/drawer/index.css +16 -16
  471. package/drawer/modern/Component.js +1 -1
  472. package/drawer/modern/index.css +16 -16
  473. package/dropzone/Component.js +1 -1
  474. package/dropzone/components/overlay/Component.js +1 -1
  475. package/dropzone/components/overlay/index.css +3 -3
  476. package/dropzone/esm/Component.js +1 -1
  477. package/dropzone/esm/components/overlay/Component.js +1 -1
  478. package/dropzone/esm/components/overlay/index.css +3 -3
  479. package/dropzone/esm/index.css +6 -6
  480. package/dropzone/index.css +6 -6
  481. package/dropzone/modern/Component.js +1 -1
  482. package/dropzone/modern/components/overlay/Component.js +1 -1
  483. package/dropzone/modern/components/overlay/index.css +3 -3
  484. package/dropzone/modern/index.css +6 -6
  485. package/file-upload-item/Component.js +1 -1
  486. package/file-upload-item/esm/Component.js +1 -1
  487. package/file-upload-item/esm/index.css +23 -23
  488. package/file-upload-item/index.css +23 -23
  489. package/file-upload-item/modern/Component.js +1 -1
  490. package/file-upload-item/modern/index.css +23 -23
  491. package/filter-tag/Component.js +1 -1
  492. package/filter-tag/esm/Component.js +1 -1
  493. package/filter-tag/esm/index.css +57 -57
  494. package/filter-tag/index.css +57 -57
  495. package/filter-tag/modern/Component.js +1 -1
  496. package/filter-tag/modern/index.css +57 -57
  497. package/form-control/Component.d.ts +8 -0
  498. package/form-control/Component.js +7 -6
  499. package/form-control/cssm/Component.d.ts +8 -0
  500. package/form-control/cssm/Component.js +4 -3
  501. package/form-control/cssm/index.module.css +17 -4
  502. package/form-control/default.css +14 -14
  503. package/form-control/esm/Component.d.ts +8 -0
  504. package/form-control/esm/Component.js +7 -6
  505. package/form-control/esm/default.css +14 -14
  506. package/form-control/esm/index.css +54 -41
  507. package/form-control/esm/inverted.css +14 -14
  508. package/form-control/index.css +54 -41
  509. package/form-control/inverted.css +14 -14
  510. package/form-control/modern/Component.d.ts +8 -0
  511. package/form-control/modern/Component.js +7 -6
  512. package/form-control/modern/default.css +14 -14
  513. package/form-control/modern/index.css +54 -41
  514. package/form-control/modern/inverted.css +14 -14
  515. package/gallery/Component.js +3 -3
  516. package/gallery/components/header/Component.js +2 -2
  517. package/gallery/components/header/buttons.js +1 -1
  518. package/gallery/components/header/index.css +2 -2
  519. package/gallery/components/header/index.js +1 -1
  520. package/gallery/components/header-info-block/Component.js +1 -1
  521. package/gallery/components/header-info-block/index.css +4 -4
  522. package/gallery/components/image-preview/Component.js +1 -1
  523. package/gallery/components/image-preview/index.css +11 -11
  524. package/gallery/components/image-viewer/component.js +3 -3
  525. package/gallery/components/image-viewer/index.css +18 -18
  526. package/gallery/components/image-viewer/index.js +2 -2
  527. package/gallery/components/image-viewer/slide.js +1 -1
  528. package/gallery/components/index.js +2 -2
  529. package/gallery/components/navigation-bar/Component.js +1 -1
  530. package/gallery/components/navigation-bar/index.css +5 -5
  531. package/gallery/cssm/components/image-viewer/component.js +1 -1
  532. package/gallery/cssm/index.module.css +1 -0
  533. package/gallery/esm/Component.js +3 -3
  534. package/gallery/esm/components/header/Component.js +2 -2
  535. package/gallery/esm/components/header/buttons.js +1 -1
  536. package/gallery/esm/components/header/index.css +2 -2
  537. package/gallery/esm/components/header/index.js +1 -1
  538. package/gallery/esm/components/header-info-block/Component.js +1 -1
  539. package/gallery/esm/components/header-info-block/index.css +4 -4
  540. package/gallery/esm/components/image-preview/Component.js +1 -1
  541. package/gallery/esm/components/image-preview/index.css +11 -11
  542. package/gallery/esm/components/image-viewer/component.js +3 -3
  543. package/gallery/esm/components/image-viewer/index.css +18 -18
  544. package/gallery/esm/components/image-viewer/index.js +2 -2
  545. package/gallery/esm/components/image-viewer/slide.js +1 -1
  546. package/gallery/esm/components/index.js +2 -2
  547. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  548. package/gallery/esm/components/navigation-bar/index.css +5 -5
  549. package/gallery/esm/index.css +3 -2
  550. package/gallery/esm/index.js +2 -2
  551. package/gallery/esm/{slide-d36a1469.d.ts → slide-009d9bd5.d.ts} +0 -0
  552. package/gallery/esm/{slide-d36a1469.js → slide-009d9bd5.js} +1 -1
  553. package/gallery/esm/{tslib.es6-d0346302.d.ts → tslib.es6-3e3c5744.d.ts} +0 -0
  554. package/gallery/esm/{tslib.es6-d0346302.js → tslib.es6-3e3c5744.js} +0 -0
  555. package/gallery/index.css +3 -2
  556. package/gallery/index.js +2 -2
  557. package/gallery/modern/Component.js +2 -2
  558. package/gallery/modern/components/header/Component.js +1 -1
  559. package/gallery/modern/components/header/index.css +2 -2
  560. package/gallery/modern/components/header-info-block/Component.js +1 -1
  561. package/gallery/modern/components/header-info-block/index.css +4 -4
  562. package/gallery/modern/components/image-preview/Component.js +1 -1
  563. package/gallery/modern/components/image-preview/index.css +11 -11
  564. package/gallery/modern/components/image-viewer/component.js +2 -2
  565. package/gallery/modern/components/image-viewer/index.css +18 -18
  566. package/gallery/modern/components/image-viewer/index.js +1 -1
  567. package/gallery/modern/components/image-viewer/slide.js +1 -1
  568. package/gallery/modern/components/index.js +1 -1
  569. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  570. package/gallery/modern/components/navigation-bar/index.css +5 -5
  571. package/gallery/modern/index.css +3 -2
  572. package/gallery/modern/index.js +1 -1
  573. package/gallery/modern/{slide-3b4a049e.d.ts → slide-04ca3736.d.ts} +0 -0
  574. package/gallery/modern/{slide-3b4a049e.js → slide-04ca3736.js} +1 -1
  575. package/gallery/{slide-c392bcf3.d.ts → slide-b0c5552b.d.ts} +0 -0
  576. package/gallery/{slide-c392bcf3.js → slide-b0c5552b.js} +1 -1
  577. package/gallery/{tslib.es6-217614a6.d.ts → tslib.es6-e707e6a7.d.ts} +0 -0
  578. package/gallery/{tslib.es6-217614a6.js → tslib.es6-e707e6a7.js} +0 -0
  579. package/grid/Component.js +1 -1
  580. package/grid/col/Component.js +2 -2
  581. package/grid/col/index.css +511 -511
  582. package/grid/col/index.js +1 -1
  583. package/grid/esm/Component.js +1 -1
  584. package/grid/esm/col/Component.js +2 -2
  585. package/grid/esm/col/index.css +511 -511
  586. package/grid/esm/col/index.js +1 -1
  587. package/grid/esm/gutters.css +78 -78
  588. package/grid/esm/{gutters.module-f9137f28.d.ts → gutters.module-2b71fa6d.d.ts} +0 -0
  589. package/grid/esm/gutters.module-2b71fa6d.js +27 -0
  590. package/grid/esm/index.js +1 -1
  591. package/grid/esm/row/Component.js +2 -2
  592. package/grid/esm/row/index.css +9 -9
  593. package/grid/esm/row/index.js +1 -1
  594. package/grid/gutters.css +78 -78
  595. package/grid/{gutters.module-c9f0f826.d.ts → gutters.module-ab3ad848.d.ts} +0 -0
  596. package/grid/gutters.module-ab3ad848.js +28 -0
  597. package/grid/index.js +1 -1
  598. package/grid/modern/Component.js +1 -1
  599. package/grid/modern/col/Component.js +2 -2
  600. package/grid/modern/col/index.css +511 -511
  601. package/grid/modern/col/index.js +1 -1
  602. package/grid/modern/gutters.css +78 -78
  603. package/grid/modern/gutters.module-a8a69de6.js +4 -0
  604. package/grid/modern/index.js +1 -1
  605. package/grid/modern/row/Component.js +2 -2
  606. package/grid/modern/row/index.css +9 -9
  607. package/grid/modern/row/index.js +1 -1
  608. package/grid/row/Component.js +2 -2
  609. package/grid/row/index.css +9 -9
  610. package/grid/row/index.js +1 -1
  611. package/hatching-progress-bar/Component.js +1 -1
  612. package/hatching-progress-bar/esm/Component.js +1 -1
  613. package/hatching-progress-bar/esm/index.css +11 -11
  614. package/hatching-progress-bar/index.css +11 -11
  615. package/hatching-progress-bar/modern/Component.js +1 -1
  616. package/hatching-progress-bar/modern/index.css +11 -11
  617. package/icon-button/Component.js +3 -3
  618. package/icon-button/default.css +23 -23
  619. package/icon-button/esm/Component.js +3 -3
  620. package/icon-button/esm/default.css +23 -23
  621. package/icon-button/esm/index.css +6 -6
  622. package/icon-button/esm/inverted.css +23 -23
  623. package/icon-button/index.css +6 -6
  624. package/icon-button/inverted.css +23 -23
  625. package/icon-button/modern/Component.js +3 -3
  626. package/icon-button/modern/default.css +23 -23
  627. package/icon-button/modern/index.css +6 -6
  628. package/icon-button/modern/inverted.css +23 -23
  629. package/icon-view/circle.js +1 -1
  630. package/icon-view/components/base-shape/component.js +1 -1
  631. package/icon-view/components/base-shape/index.css +28 -28
  632. package/icon-view/components/circle/component.js +1 -1
  633. package/icon-view/components/circle/index.js +1 -1
  634. package/icon-view/components/index.js +1 -1
  635. package/icon-view/components/super-ellipse/component.js +1 -1
  636. package/icon-view/components/super-ellipse/index.js +1 -1
  637. package/icon-view/esm/circle.js +1 -1
  638. package/icon-view/esm/components/base-shape/component.js +1 -1
  639. package/icon-view/esm/components/base-shape/index.css +28 -28
  640. package/icon-view/esm/components/circle/component.js +1 -1
  641. package/icon-view/esm/components/circle/index.js +1 -1
  642. package/icon-view/esm/components/index.js +1 -1
  643. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  644. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  645. package/icon-view/esm/super-ellipse.js +1 -1
  646. package/icon-view/esm/{tslib.es6-be41873f.d.ts → tslib.es6-a781d87a.d.ts} +0 -0
  647. package/icon-view/esm/{tslib.es6-be41873f.js → tslib.es6-a781d87a.js} +0 -0
  648. package/icon-view/modern/components/base-shape/component.js +1 -1
  649. package/icon-view/modern/components/base-shape/index.css +28 -28
  650. package/icon-view/super-ellipse.js +1 -1
  651. package/icon-view/{tslib.es6-18743c3c.d.ts → tslib.es6-cb7feef0.d.ts} +0 -0
  652. package/icon-view/{tslib.es6-18743c3c.js → tslib.es6-cb7feef0.js} +0 -0
  653. package/input/Component.d.ts +8 -0
  654. package/input/Component.js +11 -10
  655. package/input/cssm/Component.d.ts +8 -0
  656. package/input/cssm/Component.js +8 -7
  657. package/input/cssm/default.module.css +1 -1
  658. package/input/cssm/index.module.css +3 -3
  659. package/input/cssm/inverted.module.css +1 -1
  660. package/input/default.css +12 -12
  661. package/input/esm/Component.d.ts +8 -0
  662. package/input/esm/Component.js +11 -10
  663. package/input/esm/default.css +12 -12
  664. package/input/esm/index.css +30 -30
  665. package/input/esm/inverted.css +12 -12
  666. package/input/index.css +30 -30
  667. package/input/inverted.css +12 -12
  668. package/input/modern/Component.d.ts +8 -0
  669. package/input/modern/Component.js +8 -7
  670. package/input/modern/default.css +12 -12
  671. package/input/modern/index.css +30 -30
  672. package/input/modern/inverted.css +12 -12
  673. package/input-autocomplete/Component.d.ts +5 -3
  674. package/input-autocomplete/Component.js +1 -1
  675. package/input-autocomplete/Component.mobile.d.ts +10 -2
  676. package/input-autocomplete/Component.mobile.js +5 -4
  677. package/input-autocomplete/autocomplete-field/Component.d.ts +1 -1
  678. package/input-autocomplete/autocomplete-field/Component.js +4 -4
  679. package/input-autocomplete/autocomplete-field/index.css +2 -2
  680. package/input-autocomplete/autocomplete-field/index.js +1 -1
  681. package/input-autocomplete/autocomplete-mobile-field/Component.d.ts +1 -1
  682. package/input-autocomplete/autocomplete-mobile-field/Component.js +6 -6
  683. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  684. package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
  685. package/input-autocomplete/cssm/Component.d.ts +3 -1
  686. package/input-autocomplete/cssm/Component.mobile.d.ts +10 -2
  687. package/input-autocomplete/cssm/Component.mobile.js +3 -2
  688. package/input-autocomplete/cssm/autocomplete-field/Component.d.ts +1 -1
  689. package/input-autocomplete/cssm/autocomplete-field/Component.js +2 -2
  690. package/input-autocomplete/cssm/autocomplete-mobile-field/Component.d.ts +1 -1
  691. package/input-autocomplete/cssm/autocomplete-mobile-field/Component.js +4 -4
  692. package/input-autocomplete/esm/Component.d.ts +3 -1
  693. package/input-autocomplete/esm/Component.js +1 -1
  694. package/input-autocomplete/esm/Component.mobile.d.ts +10 -2
  695. package/input-autocomplete/esm/Component.mobile.js +5 -4
  696. package/input-autocomplete/esm/autocomplete-field/Component.d.ts +1 -1
  697. package/input-autocomplete/esm/autocomplete-field/Component.js +4 -4
  698. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  699. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  700. package/input-autocomplete/esm/autocomplete-mobile-field/Component.d.ts +1 -1
  701. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +6 -6
  702. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  703. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
  704. package/input-autocomplete/esm/index.js +1 -1
  705. package/input-autocomplete/esm/mobile.css +4 -4
  706. package/input-autocomplete/esm/mobile.js +1 -1
  707. package/input-autocomplete/esm/{tslib.es6-3f8bf2a6.d.ts → tslib.es6-9ff7722d.d.ts} +0 -0
  708. package/input-autocomplete/esm/{tslib.es6-3f8bf2a6.js → tslib.es6-9ff7722d.js} +0 -0
  709. package/input-autocomplete/index.js +1 -1
  710. package/input-autocomplete/mobile.css +4 -4
  711. package/input-autocomplete/mobile.js +1 -1
  712. package/input-autocomplete/modern/Component.d.ts +3 -1
  713. package/input-autocomplete/modern/Component.mobile.d.ts +10 -2
  714. package/input-autocomplete/modern/Component.mobile.js +4 -3
  715. package/input-autocomplete/modern/autocomplete-field/Component.d.ts +1 -1
  716. package/input-autocomplete/modern/autocomplete-field/Component.js +3 -3
  717. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  718. package/input-autocomplete/modern/autocomplete-mobile-field/Component.d.ts +1 -1
  719. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +4 -4
  720. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  721. package/input-autocomplete/modern/mobile.css +4 -4
  722. package/input-autocomplete/{tslib.es6-32a9e0d5.d.ts → tslib.es6-220627f3.d.ts} +0 -0
  723. package/input-autocomplete/{tslib.es6-32a9e0d5.js → tslib.es6-220627f3.js} +0 -0
  724. package/intl-phone-input/{component-150845e8.d.ts → component-70b05274.d.ts} +0 -0
  725. package/intl-phone-input/{component-150845e8.js → component-70b05274.js} +1 -1
  726. package/intl-phone-input/component.d.ts +1 -1
  727. package/intl-phone-input/component.js +12 -6
  728. package/intl-phone-input/components/flag-icon/component.js +1 -1
  729. package/intl-phone-input/components/flag-icon/index.css +261 -261
  730. package/intl-phone-input/components/index.js +1 -1
  731. package/intl-phone-input/components/select/component.js +2 -2
  732. package/intl-phone-input/components/select/index.css +6 -6
  733. package/intl-phone-input/components/select/index.js +1 -1
  734. package/intl-phone-input/components/select-field/component.js +1 -1
  735. package/intl-phone-input/components/select-field/index.css +8 -8
  736. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  737. package/intl-phone-input/components/select-field/index.js +1 -1
  738. package/intl-phone-input/cssm/component.d.ts +1 -1
  739. package/intl-phone-input/cssm/component.js +9 -3
  740. package/intl-phone-input/esm/{component-1da5a15f.d.ts → component-18c29b99.d.ts} +0 -0
  741. package/intl-phone-input/esm/{component-1da5a15f.js → component-18c29b99.js} +1 -1
  742. package/intl-phone-input/esm/component.d.ts +1 -1
  743. package/intl-phone-input/esm/component.js +12 -6
  744. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  745. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  746. package/intl-phone-input/esm/components/index.js +1 -1
  747. package/intl-phone-input/esm/components/select/component.js +2 -2
  748. package/intl-phone-input/esm/components/select/index.css +6 -6
  749. package/intl-phone-input/esm/components/select/index.js +1 -1
  750. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  751. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  752. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  753. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  754. package/intl-phone-input/esm/index.css +3 -3
  755. package/intl-phone-input/esm/index.js +1 -1
  756. package/intl-phone-input/esm/{libphonenumber-js.min-65c96d9a.d.ts → libphonenumber-js.min-72804423.d.ts} +0 -0
  757. package/intl-phone-input/esm/{libphonenumber-js.min-65c96d9a.js → libphonenumber-js.min-72804423.js} +0 -0
  758. package/intl-phone-input/index.css +3 -3
  759. package/intl-phone-input/index.js +1 -1
  760. package/intl-phone-input/{libphonenumber-js.min-5ec40ff4.d.ts → libphonenumber-js.min-a01505ef.d.ts} +0 -0
  761. package/intl-phone-input/{libphonenumber-js.min-5ec40ff4.js → libphonenumber-js.min-a01505ef.js} +0 -0
  762. package/intl-phone-input/modern/component.d.ts +1 -1
  763. package/intl-phone-input/modern/component.js +9 -3
  764. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  765. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  766. package/intl-phone-input/modern/components/select/component.js +1 -1
  767. package/intl-phone-input/modern/components/select/index.css +6 -6
  768. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  769. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  770. package/intl-phone-input/modern/index.css +3 -3
  771. package/intl-phone-input/modern/{libphonenumber-js.min-65c96d9a.d.ts → libphonenumber-js.min-72804423.d.ts} +0 -0
  772. package/intl-phone-input/modern/{libphonenumber-js.min-65c96d9a.js → libphonenumber-js.min-72804423.js} +0 -0
  773. package/link/Component.js +4 -4
  774. package/link/cssm/Component.js +1 -1
  775. package/link/cssm/index.module.css +8 -0
  776. package/link/default.css +10 -10
  777. package/link/esm/Component.js +4 -4
  778. package/link/esm/default.css +10 -10
  779. package/link/esm/index.css +21 -13
  780. package/link/esm/inverted.css +10 -10
  781. package/link/index.css +21 -13
  782. package/link/inverted.css +10 -10
  783. package/link/modern/Component.js +4 -4
  784. package/link/modern/default.css +10 -10
  785. package/link/modern/index.css +21 -13
  786. package/link/modern/inverted.css +10 -10
  787. package/list/Component.js +1 -1
  788. package/list/esm/Component.js +1 -1
  789. package/list/esm/index.css +9 -9
  790. package/list/index.css +9 -9
  791. package/list/modern/Component.js +1 -1
  792. package/list/modern/index.css +9 -9
  793. package/list-header/Component.js +1 -1
  794. package/list-header/esm/Component.js +1 -1
  795. package/list-header/esm/index.css +3 -3
  796. package/list-header/index.css +3 -3
  797. package/list-header/modern/Component.js +1 -1
  798. package/list-header/modern/index.css +3 -3
  799. package/loader/Component.js +1 -1
  800. package/loader/esm/Component.js +1 -1
  801. package/loader/esm/index.css +7 -7
  802. package/loader/index.css +7 -7
  803. package/loader/modern/Component.js +1 -1
  804. package/loader/modern/index.css +7 -7
  805. package/masked-input/Component.d.ts +1 -0
  806. package/masked-input/Component.js +1 -1
  807. package/masked-input/cssm/Component.d.ts +1 -0
  808. package/masked-input/esm/Component.d.ts +1 -0
  809. package/masked-input/esm/Component.js +1 -1
  810. package/masked-input/esm/index.css +1 -1
  811. package/masked-input/index.css +1 -1
  812. package/masked-input/modern/Component.d.ts +1 -0
  813. package/masked-input/modern/Component.js +1 -1
  814. package/masked-input/modern/index.css +1 -1
  815. package/modal/{Component-063c9005.d.ts → Component-566064e7.d.ts} +0 -0
  816. package/modal/{Component-063c9005.js → Component-566064e7.js} +1 -1
  817. package/modal/Component.desktop.js +4 -4
  818. package/modal/Component.mobile.js +4 -4
  819. package/modal/Component.responsive.d.ts +1 -1
  820. package/modal/Component.responsive.js +3 -3
  821. package/modal/components/closer/Component.js +2 -2
  822. package/modal/components/closer/index.css +3 -3
  823. package/modal/components/content/Component.desktop.js +2 -2
  824. package/modal/components/content/Component.js +1 -1
  825. package/modal/components/content/Component.mobile.js +2 -2
  826. package/modal/components/content/desktop.css +7 -7
  827. package/modal/components/content/index.css +2 -2
  828. package/modal/components/content/mobile.css +2 -2
  829. package/modal/components/footer/Component.desktop.js +2 -2
  830. package/modal/components/footer/Component.js +2 -2
  831. package/modal/components/footer/Component.mobile.js +2 -2
  832. package/modal/components/footer/desktop.css +8 -8
  833. package/modal/components/footer/index.css +3 -3
  834. package/modal/components/footer/layout.css +24 -24
  835. package/modal/components/footer/mobile.css +2 -2
  836. package/modal/components/header/Component.desktop.d.ts +1 -1
  837. package/modal/components/header/Component.desktop.js +3 -3
  838. package/modal/components/header/Component.js +1 -1
  839. package/modal/components/header/Component.mobile.d.ts +1 -1
  840. package/modal/components/header/Component.mobile.js +3 -3
  841. package/modal/components/header/desktop.css +16 -16
  842. package/modal/components/header/index.css +14 -14
  843. package/modal/components/header/mobile.css +2 -2
  844. package/modal/desktop.css +8 -8
  845. package/modal/desktop.js +3 -3
  846. package/modal/esm/{Component-dbdc6c4a.d.ts → Component-82b3af34.d.ts} +0 -0
  847. package/modal/esm/{Component-dbdc6c4a.js → Component-82b3af34.js} +1 -1
  848. package/modal/esm/Component.desktop.js +4 -4
  849. package/modal/esm/Component.mobile.js +4 -4
  850. package/modal/esm/Component.responsive.js +3 -3
  851. package/modal/esm/components/closer/Component.js +2 -2
  852. package/modal/esm/components/closer/index.css +3 -3
  853. package/modal/esm/components/content/Component.desktop.js +2 -2
  854. package/modal/esm/components/content/Component.js +1 -1
  855. package/modal/esm/components/content/Component.mobile.js +2 -2
  856. package/modal/esm/components/content/desktop.css +7 -7
  857. package/modal/esm/components/content/index.css +2 -2
  858. package/modal/esm/components/content/mobile.css +2 -2
  859. package/modal/esm/components/footer/Component.desktop.js +2 -2
  860. package/modal/esm/components/footer/Component.js +2 -2
  861. package/modal/esm/components/footer/Component.mobile.js +2 -2
  862. package/modal/esm/components/footer/desktop.css +8 -8
  863. package/modal/esm/components/footer/index.css +3 -3
  864. package/modal/esm/components/footer/layout.css +24 -24
  865. package/modal/esm/components/footer/mobile.css +2 -2
  866. package/modal/esm/components/header/Component.desktop.d.ts +1 -1
  867. package/modal/esm/components/header/Component.desktop.js +3 -3
  868. package/modal/esm/components/header/Component.js +1 -1
  869. package/modal/esm/components/header/Component.mobile.d.ts +1 -1
  870. package/modal/esm/components/header/Component.mobile.js +3 -3
  871. package/modal/esm/components/header/desktop.css +16 -16
  872. package/modal/esm/components/header/index.css +14 -14
  873. package/modal/esm/components/header/mobile.css +2 -2
  874. package/modal/esm/desktop.css +8 -8
  875. package/modal/esm/desktop.js +3 -3
  876. package/modal/esm/index.js +3 -3
  877. package/modal/esm/mobile.css +1 -1
  878. package/modal/esm/mobile.js +3 -3
  879. package/modal/esm/responsive.js +3 -3
  880. package/modal/esm/transitions.css +7 -7
  881. package/modal/esm/transitions.module-b985b84f.js +4 -0
  882. package/modal/esm/{tslib.es6-c4b9f8c2.d.ts → tslib.es6-9f786756.d.ts} +0 -0
  883. package/modal/esm/{tslib.es6-c4b9f8c2.js → tslib.es6-9f786756.js} +0 -0
  884. package/modal/index.js +3 -3
  885. package/modal/mobile.css +1 -1
  886. package/modal/mobile.js +3 -3
  887. package/modal/modern/{Component-65ef74af.d.ts → Component-e5d83f73.d.ts} +0 -0
  888. package/modal/modern/{Component-65ef74af.js → Component-e5d83f73.js} +1 -1
  889. package/modal/modern/Component.desktop.js +3 -3
  890. package/modal/modern/Component.mobile.js +3 -3
  891. package/modal/modern/Component.responsive.js +2 -2
  892. package/modal/modern/components/closer/Component.js +1 -1
  893. package/modal/modern/components/closer/index.css +3 -3
  894. package/modal/modern/components/content/Component.desktop.js +1 -1
  895. package/modal/modern/components/content/Component.js +1 -1
  896. package/modal/modern/components/content/Component.mobile.js +1 -1
  897. package/modal/modern/components/content/desktop.css +7 -7
  898. package/modal/modern/components/content/index.css +2 -2
  899. package/modal/modern/components/content/mobile.css +2 -2
  900. package/modal/modern/components/footer/Component.desktop.js +1 -1
  901. package/modal/modern/components/footer/Component.js +2 -2
  902. package/modal/modern/components/footer/Component.mobile.js +1 -1
  903. package/modal/modern/components/footer/desktop.css +8 -8
  904. package/modal/modern/components/footer/index.css +3 -3
  905. package/modal/modern/components/footer/layout.css +24 -24
  906. package/modal/modern/components/footer/mobile.css +2 -2
  907. package/modal/modern/components/header/Component.desktop.d.ts +1 -1
  908. package/modal/modern/components/header/Component.desktop.js +2 -2
  909. package/modal/modern/components/header/Component.js +1 -1
  910. package/modal/modern/components/header/Component.mobile.d.ts +1 -1
  911. package/modal/modern/components/header/Component.mobile.js +2 -2
  912. package/modal/modern/components/header/desktop.css +16 -16
  913. package/modal/modern/components/header/index.css +14 -14
  914. package/modal/modern/components/header/mobile.css +2 -2
  915. package/modal/modern/desktop.css +8 -8
  916. package/modal/modern/desktop.js +2 -2
  917. package/modal/modern/index.js +2 -2
  918. package/modal/modern/mobile.css +1 -1
  919. package/modal/modern/mobile.js +2 -2
  920. package/modal/modern/responsive.js +2 -2
  921. package/modal/modern/transitions.css +7 -7
  922. package/modal/modern/transitions.module-b985b84f.js +4 -0
  923. package/modal/responsive.js +3 -3
  924. package/modal/transitions.css +7 -7
  925. package/modal/transitions.module-9690f4ef.js +4 -0
  926. package/modal/{tslib.es6-5e6e62af.d.ts → tslib.es6-8733813d.d.ts} +0 -0
  927. package/modal/{tslib.es6-5e6e62af.js → tslib.es6-8733813d.js} +0 -0
  928. package/notification/Component.d.ts +1 -0
  929. package/notification/Component.js +1 -1
  930. package/notification/cssm/Component.d.ts +1 -0
  931. package/notification/esm/Component.d.ts +1 -0
  932. package/notification/esm/Component.js +1 -1
  933. package/notification/esm/index.css +7 -7
  934. package/notification/index.css +7 -7
  935. package/notification/modern/Component.d.ts +1 -0
  936. package/notification/modern/Component.js +1 -1
  937. package/notification/modern/index.css +7 -7
  938. package/notification-manager/{component-fe69ba65.d.ts → component-9ec70519.d.ts} +0 -0
  939. package/notification-manager/{component-fe69ba65.js → component-9ec70519.js} +0 -0
  940. package/notification-manager/component.js +2 -2
  941. package/notification-manager/components/index.js +1 -1
  942. package/notification-manager/components/notification/component.js +1 -1
  943. package/notification-manager/components/notification/index.d.ts +1 -1
  944. package/notification-manager/components/notification/index.js +1 -1
  945. package/notification-manager/esm/{component-dda2a196.d.ts → component-32231ed2.d.ts} +0 -0
  946. package/notification-manager/esm/{component-dda2a196.js → component-32231ed2.js} +0 -0
  947. package/notification-manager/esm/component.js +2 -2
  948. package/notification-manager/esm/components/index.js +1 -1
  949. package/notification-manager/esm/components/notification/component.js +1 -1
  950. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  951. package/notification-manager/esm/components/notification/index.js +1 -1
  952. package/notification-manager/esm/index.css +10 -10
  953. package/notification-manager/esm/index.js +1 -1
  954. package/notification-manager/index.css +10 -10
  955. package/notification-manager/index.js +1 -1
  956. package/notification-manager/modern/component.js +1 -1
  957. package/notification-manager/modern/index.css +10 -10
  958. package/package.json +3 -2
  959. package/pagination/Component.js +1 -1
  960. package/pagination/components/default-view/index.css +1 -1
  961. package/pagination/components/default-view/index.js +1 -1
  962. package/pagination/components/per-page-view/index.css +1 -1
  963. package/pagination/components/per-page-view/index.js +1 -1
  964. package/pagination/components/tag/index.css +7 -7
  965. package/pagination/components/tag/index.js +1 -1
  966. package/pagination/esm/Component.js +1 -1
  967. package/pagination/esm/components/default-view/index.css +1 -1
  968. package/pagination/esm/components/default-view/index.js +1 -1
  969. package/pagination/esm/components/per-page-view/index.css +1 -1
  970. package/pagination/esm/components/per-page-view/index.js +1 -1
  971. package/pagination/esm/components/tag/index.css +7 -7
  972. package/pagination/esm/components/tag/index.js +1 -1
  973. package/pagination/esm/index.css +3 -3
  974. package/pagination/index.css +3 -3
  975. package/pagination/modern/Component.js +1 -1
  976. package/pagination/modern/components/default-view/index.css +1 -1
  977. package/pagination/modern/components/default-view/index.js +1 -1
  978. package/pagination/modern/components/per-page-view/index.css +1 -1
  979. package/pagination/modern/components/per-page-view/index.js +1 -1
  980. package/pagination/modern/components/tag/index.css +7 -7
  981. package/pagination/modern/components/tag/index.js +1 -1
  982. package/pagination/modern/index.css +3 -3
  983. package/password-input/component.d.ts +1 -0
  984. package/password-input/component.js +1 -1
  985. package/password-input/cssm/component.d.ts +1 -0
  986. package/password-input/esm/component.d.ts +1 -0
  987. package/password-input/esm/component.js +1 -1
  988. package/password-input/esm/index.css +4 -4
  989. package/password-input/index.css +4 -4
  990. package/password-input/modern/component.d.ts +1 -0
  991. package/password-input/modern/component.js +1 -1
  992. package/password-input/modern/index.css +4 -4
  993. package/phone-input/Component.d.ts +1 -1
  994. package/phone-input/cssm/Component.d.ts +1 -1
  995. package/phone-input/esm/Component.d.ts +1 -1
  996. package/phone-input/modern/Component.d.ts +1 -1
  997. package/phone-input/utils/index.js +7 -5
  998. package/picker-button/Component.d.ts +1 -1
  999. package/picker-button/Component.js +2 -2
  1000. package/picker-button/Component.mobile.d.ts +1 -1
  1001. package/picker-button/Component.mobile.js +1 -1
  1002. package/picker-button/Component.responsive.d.ts +1 -1
  1003. package/picker-button/Component.responsive.js +1 -1
  1004. package/picker-button/cssm/Component.d.ts +1 -1
  1005. package/picker-button/cssm/Component.mobile.d.ts +1 -1
  1006. package/picker-button/cssm/Component.responsive.d.ts +1 -1
  1007. package/picker-button/cssm/field/Component.d.ts +1 -1
  1008. package/picker-button/cssm/option/Component.d.ts +2 -2
  1009. package/picker-button/cssm/{typings-7d13aca1.d.ts → typings-0c26e5eb.d.ts} +18 -0
  1010. package/picker-button/desktop.js +1 -1
  1011. package/picker-button/esm/Component.d.ts +1 -1
  1012. package/picker-button/esm/Component.js +2 -2
  1013. package/picker-button/esm/Component.mobile.d.ts +1 -1
  1014. package/picker-button/esm/Component.mobile.js +1 -1
  1015. package/picker-button/esm/Component.responsive.d.ts +1 -1
  1016. package/picker-button/esm/Component.responsive.js +1 -1
  1017. package/picker-button/esm/desktop.js +1 -1
  1018. package/picker-button/esm/field/Component.d.ts +1 -1
  1019. package/picker-button/esm/field/Component.js +2 -2
  1020. package/picker-button/esm/field/index.css +3 -3
  1021. package/picker-button/esm/field/index.js +1 -1
  1022. package/picker-button/esm/index.css +6 -6
  1023. package/picker-button/esm/index.js +1 -1
  1024. package/picker-button/esm/mobile.js +1 -1
  1025. package/picker-button/esm/option/Component.d.ts +2 -2
  1026. package/picker-button/esm/option/Component.js +2 -2
  1027. package/picker-button/esm/option/index.css +4 -4
  1028. package/picker-button/esm/option/index.js +1 -1
  1029. package/picker-button/esm/{tslib.es6-d5643acc.d.ts → tslib.es6-f375884c.d.ts} +0 -0
  1030. package/picker-button/esm/{tslib.es6-d5643acc.js → tslib.es6-f375884c.js} +0 -0
  1031. package/picker-button/esm/{typings-7d13aca1.d.ts → typings-0c26e5eb.d.ts} +18 -0
  1032. package/picker-button/field/Component.d.ts +1 -1
  1033. package/picker-button/field/Component.js +2 -2
  1034. package/picker-button/field/index.css +3 -3
  1035. package/picker-button/field/index.js +1 -1
  1036. package/picker-button/index.css +6 -6
  1037. package/picker-button/index.js +1 -1
  1038. package/picker-button/mobile.js +1 -1
  1039. package/picker-button/modern/Component.d.ts +1 -1
  1040. package/picker-button/modern/Component.js +1 -1
  1041. package/picker-button/modern/Component.mobile.d.ts +1 -1
  1042. package/picker-button/modern/Component.responsive.d.ts +1 -1
  1043. package/picker-button/modern/field/Component.d.ts +1 -1
  1044. package/picker-button/modern/field/Component.js +1 -1
  1045. package/picker-button/modern/field/index.css +3 -3
  1046. package/picker-button/modern/index.css +6 -6
  1047. package/picker-button/modern/option/Component.d.ts +2 -2
  1048. package/picker-button/modern/option/Component.js +1 -1
  1049. package/picker-button/modern/option/index.css +4 -4
  1050. package/picker-button/modern/{typings-7d13aca1.d.ts → typings-0c26e5eb.d.ts} +18 -0
  1051. package/picker-button/option/Component.d.ts +2 -2
  1052. package/picker-button/option/Component.js +2 -2
  1053. package/picker-button/option/index.css +4 -4
  1054. package/picker-button/option/index.js +1 -1
  1055. package/picker-button/{tslib.es6-77ab672a.d.ts → tslib.es6-337edd6a.d.ts} +0 -0
  1056. package/picker-button/{tslib.es6-77ab672a.js → tslib.es6-337edd6a.js} +0 -0
  1057. package/picker-button/{typings-7d13aca1.d.ts → typings-0c26e5eb.d.ts} +18 -0
  1058. package/plate/Component.js +1 -1
  1059. package/plate/esm/Component.js +1 -1
  1060. package/plate/esm/index.css +45 -45
  1061. package/plate/index.css +45 -45
  1062. package/plate/modern/Component.js +1 -1
  1063. package/plate/modern/index.css +45 -45
  1064. package/popover/Component.js +1 -1
  1065. package/popover/esm/Component.js +1 -1
  1066. package/popover/esm/index.css +33 -33
  1067. package/popover/index.css +33 -33
  1068. package/popover/modern/Component.js +1 -1
  1069. package/popover/modern/index.css +33 -33
  1070. package/progress-bar/Component.js +1 -1
  1071. package/progress-bar/esm/Component.js +1 -1
  1072. package/progress-bar/esm/index.css +12 -12
  1073. package/progress-bar/index.css +12 -12
  1074. package/progress-bar/modern/Component.js +1 -1
  1075. package/progress-bar/modern/index.css +12 -12
  1076. package/pure-cell/{component-e42fd1a6.d.ts → component-04c6d9c4.d.ts} +0 -0
  1077. package/pure-cell/{component-e42fd1a6.js → component-04c6d9c4.js} +2 -2
  1078. package/pure-cell/{component-8f714dbf.d.ts → component-3f80589a.d.ts} +1 -1
  1079. package/pure-cell/{component-8f714dbf.js → component-3f80589a.js} +20 -19
  1080. package/pure-cell/{component-7c76812e.d.ts → component-cf0927a9.d.ts} +7 -7
  1081. package/pure-cell/component.js +3 -3
  1082. package/pure-cell/components/addon/component.js +2 -2
  1083. package/pure-cell/components/addon/index.css +9 -7
  1084. package/pure-cell/components/addon/index.js +1 -1
  1085. package/pure-cell/components/amount/component.js +2 -2
  1086. package/pure-cell/components/amount/index.css +1 -1
  1087. package/pure-cell/components/amount/index.js +1 -1
  1088. package/pure-cell/components/amount-title/component.js +2 -2
  1089. package/pure-cell/components/amount-title/index.css +2 -2
  1090. package/pure-cell/components/amount-title/index.js +1 -1
  1091. package/pure-cell/components/category/component.js +2 -2
  1092. package/pure-cell/components/category/index.css +3 -3
  1093. package/pure-cell/components/category/index.js +1 -1
  1094. package/pure-cell/components/comment/component.js +2 -2
  1095. package/pure-cell/components/comment/index.css +2 -2
  1096. package/pure-cell/components/comment/index.js +1 -1
  1097. package/pure-cell/components/content/component.js +3 -3
  1098. package/pure-cell/components/content/index.css +2 -2
  1099. package/pure-cell/components/content/index.d.ts +1 -1
  1100. package/pure-cell/components/content/index.js +3 -3
  1101. package/pure-cell/components/footer/component.js +2 -2
  1102. package/pure-cell/components/footer/index.css +3 -3
  1103. package/pure-cell/components/footer/index.js +1 -1
  1104. package/pure-cell/components/footer-button/component.js +2 -2
  1105. package/pure-cell/components/footer-button/index.css +1 -1
  1106. package/pure-cell/components/footer-button/index.d.ts +1 -1
  1107. package/pure-cell/components/footer-button/index.js +2 -2
  1108. package/pure-cell/components/footer-text/component.js +1 -1
  1109. package/pure-cell/components/footer-text/index.js +1 -1
  1110. package/pure-cell/components/graphics/component.js +2 -2
  1111. package/pure-cell/components/graphics/index.css +1 -1
  1112. package/pure-cell/components/graphics/index.js +1 -1
  1113. package/pure-cell/components/main/component.js +3 -3
  1114. package/pure-cell/components/main/index.css +3 -3
  1115. package/pure-cell/components/main/index.d.ts +1 -1
  1116. package/pure-cell/components/main/index.js +3 -3
  1117. package/pure-cell/components/text/component.js +3 -3
  1118. package/pure-cell/components/text/index.css +7 -7
  1119. package/pure-cell/components/text/index.d.ts +1 -1
  1120. package/pure-cell/components/text/index.js +3 -3
  1121. package/pure-cell/cssm/{component-7c76812e.d.ts → component-cf0927a9.d.ts} +1 -1
  1122. package/pure-cell/cssm/{component-1338a186.d.ts → component-f60efddd.d.ts} +1 -1
  1123. package/pure-cell/cssm/{component-1338a186.js → component-f60efddd.js} +14 -13
  1124. package/pure-cell/cssm/component.js +1 -1
  1125. package/pure-cell/cssm/components/addon/index.module.css +4 -2
  1126. package/pure-cell/cssm/components/content/component.js +1 -1
  1127. package/pure-cell/cssm/components/content/index.d.ts +1 -1
  1128. package/pure-cell/cssm/components/content/index.js +1 -1
  1129. package/pure-cell/cssm/components/main/component.js +1 -1
  1130. package/pure-cell/cssm/components/main/index.d.ts +1 -1
  1131. package/pure-cell/cssm/components/main/index.js +1 -1
  1132. package/pure-cell/cssm/components/text/component.js +1 -1
  1133. package/pure-cell/cssm/components/text/index.d.ts +1 -1
  1134. package/pure-cell/cssm/components/text/index.js +1 -1
  1135. package/pure-cell/cssm/index.d.ts +1 -1
  1136. package/pure-cell/cssm/index.js +1 -1
  1137. package/pure-cell/cssm/index.module.css +1 -1
  1138. package/pure-cell/esm/{component-647a5f8f.d.ts → component-cc5a30ff.d.ts} +1 -1
  1139. package/pure-cell/esm/{component-647a5f8f.js → component-cc5a30ff.js} +20 -19
  1140. package/pure-cell/esm/{component-7c76812e.d.ts → component-cf0927a9.d.ts} +1 -1
  1141. package/pure-cell/esm/{component-7b0285dc.d.ts → component-d1a6702b.d.ts} +0 -0
  1142. package/pure-cell/esm/{component-7b0285dc.js → component-d1a6702b.js} +2 -2
  1143. package/pure-cell/esm/component.js +3 -3
  1144. package/pure-cell/esm/components/addon/component.js +2 -2
  1145. package/pure-cell/esm/components/addon/index.css +9 -7
  1146. package/pure-cell/esm/components/addon/index.js +1 -1
  1147. package/pure-cell/esm/components/amount/component.js +2 -2
  1148. package/pure-cell/esm/components/amount/index.css +1 -1
  1149. package/pure-cell/esm/components/amount/index.js +1 -1
  1150. package/pure-cell/esm/components/amount-title/component.js +2 -2
  1151. package/pure-cell/esm/components/amount-title/index.css +2 -2
  1152. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1153. package/pure-cell/esm/components/category/component.js +2 -2
  1154. package/pure-cell/esm/components/category/index.css +3 -3
  1155. package/pure-cell/esm/components/category/index.js +1 -1
  1156. package/pure-cell/esm/components/comment/component.js +2 -2
  1157. package/pure-cell/esm/components/comment/index.css +2 -2
  1158. package/pure-cell/esm/components/comment/index.js +1 -1
  1159. package/pure-cell/esm/components/content/component.js +3 -3
  1160. package/pure-cell/esm/components/content/index.css +2 -2
  1161. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1162. package/pure-cell/esm/components/content/index.js +3 -3
  1163. package/pure-cell/esm/components/footer/component.js +2 -2
  1164. package/pure-cell/esm/components/footer/index.css +3 -3
  1165. package/pure-cell/esm/components/footer/index.js +1 -1
  1166. package/pure-cell/esm/components/footer-button/component.js +2 -2
  1167. package/pure-cell/esm/components/footer-button/index.css +1 -1
  1168. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  1169. package/pure-cell/esm/components/footer-button/index.js +2 -2
  1170. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1171. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1172. package/pure-cell/esm/components/graphics/component.js +2 -2
  1173. package/pure-cell/esm/components/graphics/index.css +1 -1
  1174. package/pure-cell/esm/components/graphics/index.js +1 -1
  1175. package/pure-cell/esm/components/main/component.js +3 -3
  1176. package/pure-cell/esm/components/main/index.css +3 -3
  1177. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1178. package/pure-cell/esm/components/main/index.js +3 -3
  1179. package/pure-cell/esm/components/text/component.js +3 -3
  1180. package/pure-cell/esm/components/text/index.css +7 -7
  1181. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1182. package/pure-cell/esm/components/text/index.js +3 -3
  1183. package/pure-cell/esm/{getDataTestId-3973ca58.d.ts → getDataTestId-84bfcaab.d.ts} +0 -0
  1184. package/pure-cell/esm/{getDataTestId-3973ca58.js → getDataTestId-84bfcaab.js} +0 -0
  1185. package/pure-cell/esm/index.css +18 -18
  1186. package/pure-cell/esm/index.d.ts +1 -1
  1187. package/pure-cell/esm/index.js +3 -3
  1188. package/pure-cell/{getDataTestId-8736ef37.d.ts → getDataTestId-49bb5c39.d.ts} +0 -0
  1189. package/pure-cell/{getDataTestId-8736ef37.js → getDataTestId-49bb5c39.js} +0 -0
  1190. package/pure-cell/index.css +18 -18
  1191. package/pure-cell/index.d.ts +1 -1
  1192. package/pure-cell/index.js +3 -3
  1193. package/pure-cell/modern/{component-b90964fc.d.ts → component-2ad59c5c.d.ts} +1 -1
  1194. package/pure-cell/modern/{component-b90964fc.js → component-2ad59c5c.js} +19 -18
  1195. package/pure-cell/modern/{component-7c76812e.d.ts → component-cf0927a9.d.ts} +1 -1
  1196. package/pure-cell/modern/component.js +2 -2
  1197. package/pure-cell/modern/components/addon/component.js +2 -2
  1198. package/pure-cell/modern/components/addon/index.css +9 -7
  1199. package/pure-cell/modern/components/addon/index.js +1 -1
  1200. package/pure-cell/modern/components/amount/component.js +2 -2
  1201. package/pure-cell/modern/components/amount/index.css +1 -1
  1202. package/pure-cell/modern/components/amount/index.js +1 -1
  1203. package/pure-cell/modern/components/amount-title/component.js +2 -2
  1204. package/pure-cell/modern/components/amount-title/index.css +2 -2
  1205. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1206. package/pure-cell/modern/components/category/component.js +2 -2
  1207. package/pure-cell/modern/components/category/index.css +3 -3
  1208. package/pure-cell/modern/components/category/index.js +1 -1
  1209. package/pure-cell/modern/components/comment/component.js +2 -2
  1210. package/pure-cell/modern/components/comment/index.css +2 -2
  1211. package/pure-cell/modern/components/comment/index.js +1 -1
  1212. package/pure-cell/modern/components/content/component.js +2 -2
  1213. package/pure-cell/modern/components/content/index.css +2 -2
  1214. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1215. package/pure-cell/modern/components/content/index.js +2 -2
  1216. package/pure-cell/modern/components/footer/component.js +2 -2
  1217. package/pure-cell/modern/components/footer/index.css +3 -3
  1218. package/pure-cell/modern/components/footer/index.js +1 -1
  1219. package/pure-cell/modern/components/footer-button/component.js +2 -2
  1220. package/pure-cell/modern/components/footer-button/index.css +1 -1
  1221. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1222. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1223. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1224. package/pure-cell/modern/components/graphics/component.js +2 -2
  1225. package/pure-cell/modern/components/graphics/index.css +1 -1
  1226. package/pure-cell/modern/components/graphics/index.js +1 -1
  1227. package/pure-cell/modern/components/main/component.js +2 -2
  1228. package/pure-cell/modern/components/main/index.css +3 -3
  1229. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1230. package/pure-cell/modern/components/main/index.js +2 -2
  1231. package/pure-cell/modern/components/text/component.js +2 -2
  1232. package/pure-cell/modern/components/text/index.css +7 -7
  1233. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1234. package/pure-cell/modern/components/text/index.js +2 -2
  1235. package/pure-cell/modern/{getDataTestId-fe3d72ae.d.ts → getDataTestId-8debaee9.d.ts} +0 -0
  1236. package/pure-cell/modern/{getDataTestId-fe3d72ae.js → getDataTestId-8debaee9.js} +0 -0
  1237. package/pure-cell/modern/index.css +18 -18
  1238. package/pure-cell/modern/index.d.ts +1 -1
  1239. package/pure-cell/modern/index.js +2 -2
  1240. package/pure-input/Component.js +1 -1
  1241. package/pure-input/cssm/index.module.css +1 -1
  1242. package/pure-input/esm/Component.js +1 -1
  1243. package/pure-input/esm/index.css +25 -25
  1244. package/pure-input/index.css +25 -25
  1245. package/pure-input/modern/Component.js +1 -1
  1246. package/pure-input/modern/index.css +25 -25
  1247. package/radio/Component.js +1 -1
  1248. package/radio/esm/Component.js +1 -1
  1249. package/radio/esm/index.css +31 -31
  1250. package/radio/index.css +31 -31
  1251. package/radio/modern/Component.js +1 -1
  1252. package/radio/modern/index.css +31 -31
  1253. package/radio-group/Component.d.ts +9 -1
  1254. package/radio-group/Component.js +3 -3
  1255. package/radio-group/cssm/Component.d.ts +9 -1
  1256. package/radio-group/cssm/Component.js +2 -2
  1257. package/radio-group/esm/Component.d.ts +9 -1
  1258. package/radio-group/esm/Component.js +3 -3
  1259. package/radio-group/esm/index.css +16 -16
  1260. package/radio-group/index.css +16 -16
  1261. package/radio-group/modern/Component.d.ts +9 -1
  1262. package/radio-group/modern/Component.js +3 -3
  1263. package/radio-group/modern/index.css +16 -16
  1264. package/scrollbar/Component.js +3 -3
  1265. package/scrollbar/default.css +2 -2
  1266. package/scrollbar/esm/Component.js +3 -3
  1267. package/scrollbar/esm/default.css +2 -2
  1268. package/scrollbar/esm/index.css +25 -25
  1269. package/scrollbar/esm/inverted.css +2 -2
  1270. package/scrollbar/index.css +25 -25
  1271. package/scrollbar/inverted.css +2 -2
  1272. package/scrollbar/modern/Component.js +3 -3
  1273. package/scrollbar/modern/default.css +2 -2
  1274. package/scrollbar/modern/index.css +25 -25
  1275. package/scrollbar/modern/inverted.css +2 -2
  1276. package/select/{Component-46d5c736.d.ts → Component-0789bd54.d.ts} +0 -0
  1277. package/select/{Component-46d5c736.js → Component-0789bd54.js} +11 -5
  1278. package/select/{Component-ec4fe092.d.ts → Component-6359b109.d.ts} +3 -3
  1279. package/select/{Component-ec4fe092.js → Component-6359b109.js} +7 -7
  1280. package/select/Component-afce40e0.d.ts +1 -1
  1281. package/select/Component.d.ts +6 -1
  1282. package/select/Component.js +2 -2
  1283. package/select/components/arrow/Component.js +1 -1
  1284. package/select/components/arrow/index.css +3 -3
  1285. package/select/components/base-select/Component.js +3 -2
  1286. package/select/components/base-select/index.css +7 -7
  1287. package/select/components/base-select/index.d.ts +1 -1
  1288. package/select/components/base-select/index.js +3 -2
  1289. package/select/components/base-select-mobile/Component.js +4 -4
  1290. package/select/components/base-select-mobile/checkmark/Component.js +1 -1
  1291. package/select/components/base-select-mobile/checkmark/index.css +4 -4
  1292. package/select/components/base-select-mobile/index.css +11 -11
  1293. package/select/components/base-select-mobile/index.d.ts +1 -1
  1294. package/select/components/base-select-mobile/index.js +4 -4
  1295. package/select/components/base-select-mobile/options-list/Component.js +2 -2
  1296. package/select/components/base-select-mobile/options-list/index.css +9 -9
  1297. package/select/components/base-select-mobile/options-list/index.js +1 -1
  1298. package/select/components/checkmark/Component.js +1 -1
  1299. package/select/components/checkmark/index.css +7 -7
  1300. package/select/components/field/Component.d.ts +2 -1
  1301. package/select/components/field/Component.js +6 -6
  1302. package/select/components/field/index.css +9 -9
  1303. package/select/components/field/index.js +1 -1
  1304. package/select/components/index.js +4 -4
  1305. package/select/components/native-select/Component.js +1 -1
  1306. package/select/components/native-select/index.js +1 -1
  1307. package/select/components/optgroup/Component.js +1 -1
  1308. package/select/components/optgroup/index.css +6 -6
  1309. package/select/components/option/Component.js +2 -2
  1310. package/select/components/option/index.css +20 -20
  1311. package/select/components/option/index.js +1 -1
  1312. package/select/components/options-list/Component.js +2 -2
  1313. package/select/components/options-list/index.css +6 -6
  1314. package/select/components/options-list/index.js +1 -1
  1315. package/select/components/select-mobile/Component.js +4 -4
  1316. package/select/components/select-mobile/index.d.ts +1 -1
  1317. package/select/components/select-mobile/index.js +4 -4
  1318. package/select/components/select-modal-mobile/Component.js +4 -4
  1319. package/select/components/select-modal-mobile/index.d.ts +1 -1
  1320. package/select/components/select-modal-mobile/index.js +4 -4
  1321. package/select/components/virtual-options-list/Component.js +2 -2
  1322. package/select/components/virtual-options-list/index.css +12 -12
  1323. package/select/components/virtual-options-list/index.js +1 -1
  1324. package/select/cssm/{Component-213c00ab.d.ts → Component-4bd2b7ec.d.ts} +0 -0
  1325. package/select/cssm/{Component-213c00ab.js → Component-4bd2b7ec.js} +9 -3
  1326. package/select/cssm/{Component-9b425b8b.d.ts → Component-77d7e4fc.d.ts} +3 -3
  1327. package/select/cssm/{Component-9b425b8b.js → Component-77d7e4fc.js} +3 -3
  1328. package/select/cssm/Component.d.ts +6 -1
  1329. package/select/cssm/Component.js +1 -1
  1330. package/select/cssm/components/base-select/Component.js +2 -1
  1331. package/select/cssm/components/base-select/index.d.ts +1 -1
  1332. package/select/cssm/components/base-select/index.js +2 -1
  1333. package/select/cssm/components/base-select-mobile/Component.js +2 -2
  1334. package/select/cssm/components/base-select-mobile/index.d.ts +1 -1
  1335. package/select/cssm/components/base-select-mobile/index.js +2 -2
  1336. package/select/cssm/components/field/Component.d.ts +2 -1
  1337. package/select/cssm/components/field/Component.js +4 -4
  1338. package/select/cssm/components/index.js +2 -2
  1339. package/select/cssm/components/select-mobile/Component.js +2 -2
  1340. package/select/cssm/components/select-mobile/index.d.ts +1 -1
  1341. package/select/cssm/components/select-mobile/index.js +2 -2
  1342. package/select/cssm/components/select-modal-mobile/Component.js +2 -2
  1343. package/select/cssm/components/select-modal-mobile/index.d.ts +1 -1
  1344. package/select/cssm/components/select-modal-mobile/index.js +2 -2
  1345. package/select/cssm/index.js +2 -2
  1346. package/select/cssm/presets/index.js +2 -2
  1347. package/select/cssm/presets/useSelectWithApply/hook.js +2 -2
  1348. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -2
  1349. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1350. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +2 -2
  1351. package/select/cssm/typings.d.ts +8 -0
  1352. package/select/esm/{Component-681ebc67.d.ts → Component-1583588b.d.ts} +0 -0
  1353. package/select/esm/{Component-681ebc67.js → Component-1583588b.js} +12 -6
  1354. package/select/esm/{Component-c31c9e9e.d.ts → Component-6ab63126.d.ts} +3 -3
  1355. package/select/esm/{Component-c31c9e9e.js → Component-6ab63126.js} +8 -8
  1356. package/select/esm/Component.d.ts +6 -1
  1357. package/select/esm/Component.js +3 -3
  1358. package/select/esm/components/arrow/Component.js +1 -1
  1359. package/select/esm/components/arrow/index.css +3 -3
  1360. package/select/esm/components/base-select/Component.js +3 -2
  1361. package/select/esm/components/base-select/index.css +7 -7
  1362. package/select/esm/components/base-select/index.d.ts +1 -1
  1363. package/select/esm/components/base-select/index.js +3 -2
  1364. package/select/esm/components/base-select-mobile/Component.js +5 -5
  1365. package/select/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  1366. package/select/esm/components/base-select-mobile/checkmark/index.css +4 -4
  1367. package/select/esm/components/base-select-mobile/index.css +11 -11
  1368. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  1369. package/select/esm/components/base-select-mobile/index.js +5 -5
  1370. package/select/esm/components/base-select-mobile/options-list/Component.js +2 -2
  1371. package/select/esm/components/base-select-mobile/options-list/index.css +9 -9
  1372. package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
  1373. package/select/esm/components/checkmark/Component.js +1 -1
  1374. package/select/esm/components/checkmark/index.css +7 -7
  1375. package/select/esm/components/field/Component.d.ts +2 -1
  1376. package/select/esm/components/field/Component.js +7 -7
  1377. package/select/esm/components/field/index.css +9 -9
  1378. package/select/esm/components/field/index.js +2 -2
  1379. package/select/esm/components/index.js +5 -5
  1380. package/select/esm/components/native-select/Component.js +1 -1
  1381. package/select/esm/components/native-select/index.js +1 -1
  1382. package/select/esm/components/optgroup/Component.js +1 -1
  1383. package/select/esm/components/optgroup/index.css +6 -6
  1384. package/select/esm/components/option/Component.js +2 -2
  1385. package/select/esm/components/option/index.css +20 -20
  1386. package/select/esm/components/option/index.js +1 -1
  1387. package/select/esm/components/options-list/Component.js +3 -3
  1388. package/select/esm/components/options-list/index.css +6 -6
  1389. package/select/esm/components/options-list/index.js +2 -2
  1390. package/select/esm/components/select-mobile/Component.js +5 -5
  1391. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1392. package/select/esm/components/select-mobile/index.js +5 -5
  1393. package/select/esm/components/select-modal-mobile/Component.js +5 -5
  1394. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  1395. package/select/esm/components/select-modal-mobile/index.js +5 -5
  1396. package/select/esm/components/virtual-options-list/Component.js +3 -3
  1397. package/select/esm/components/virtual-options-list/index.css +12 -12
  1398. package/select/esm/components/virtual-options-list/index.js +2 -2
  1399. package/select/esm/index.js +5 -5
  1400. package/select/esm/{intersection-observer-40e33e47.d.ts → intersection-observer-2c26f28f.d.ts} +0 -0
  1401. package/select/esm/{intersection-observer-40e33e47.js → intersection-observer-2c26f28f.js} +0 -0
  1402. package/select/esm/presets/index.js +5 -5
  1403. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1404. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1405. package/select/esm/presets/useSelectWithApply/hook.js +5 -5
  1406. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +5 -5
  1407. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1408. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1409. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +5 -5
  1410. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1411. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1412. package/select/esm/{tslib.es6-c3708d53.d.ts → tslib.es6-43119b5d.d.ts} +0 -0
  1413. package/select/esm/{tslib.es6-c3708d53.js → tslib.es6-43119b5d.js} +0 -0
  1414. package/select/esm/typings.d.ts +8 -0
  1415. package/select/index.js +4 -4
  1416. package/select/{intersection-observer-d7aad9fb.d.ts → intersection-observer-64713360.d.ts} +0 -0
  1417. package/select/{intersection-observer-d7aad9fb.js → intersection-observer-64713360.js} +0 -0
  1418. package/select/modern/{Component-b05da6ab.d.ts → Component-3b2241de.d.ts} +3 -3
  1419. package/select/modern/{Component-b05da6ab.js → Component-3b2241de.js} +7 -7
  1420. package/select/modern/{Component-fd2b4f5c.d.ts → Component-6fe1a1f6.d.ts} +0 -0
  1421. package/select/modern/{Component-fd2b4f5c.js → Component-6fe1a1f6.js} +11 -5
  1422. package/select/modern/Component.d.ts +6 -1
  1423. package/select/modern/Component.js +2 -2
  1424. package/select/modern/components/arrow/Component.js +1 -1
  1425. package/select/modern/components/arrow/index.css +3 -3
  1426. package/select/modern/components/base-select/Component.js +2 -1
  1427. package/select/modern/components/base-select/index.css +7 -7
  1428. package/select/modern/components/base-select/index.d.ts +1 -1
  1429. package/select/modern/components/base-select/index.js +2 -1
  1430. package/select/modern/components/base-select-mobile/Component.js +4 -4
  1431. package/select/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  1432. package/select/modern/components/base-select-mobile/checkmark/index.css +4 -4
  1433. package/select/modern/components/base-select-mobile/index.css +11 -11
  1434. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  1435. package/select/modern/components/base-select-mobile/index.js +4 -4
  1436. package/select/modern/components/base-select-mobile/options-list/Component.js +1 -1
  1437. package/select/modern/components/base-select-mobile/options-list/index.css +9 -9
  1438. package/select/modern/components/checkmark/Component.js +1 -1
  1439. package/select/modern/components/checkmark/index.css +7 -7
  1440. package/select/modern/components/field/Component.d.ts +2 -1
  1441. package/select/modern/components/field/Component.js +4 -4
  1442. package/select/modern/components/field/index.css +9 -9
  1443. package/select/modern/components/index.js +4 -4
  1444. package/select/modern/components/optgroup/Component.js +1 -1
  1445. package/select/modern/components/optgroup/index.css +6 -6
  1446. package/select/modern/components/option/Component.js +1 -1
  1447. package/select/modern/components/option/index.css +20 -20
  1448. package/select/modern/components/options-list/Component.js +2 -2
  1449. package/select/modern/components/options-list/index.css +6 -6
  1450. package/select/modern/components/options-list/index.js +1 -1
  1451. package/select/modern/components/select-mobile/Component.js +4 -4
  1452. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1453. package/select/modern/components/select-mobile/index.js +4 -4
  1454. package/select/modern/components/select-modal-mobile/Component.js +4 -4
  1455. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  1456. package/select/modern/components/select-modal-mobile/index.js +4 -4
  1457. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1458. package/select/modern/components/virtual-options-list/index.css +12 -12
  1459. package/select/modern/index.js +4 -4
  1460. package/select/modern/{intersection-observer-40e33e47.d.ts → intersection-observer-2c26f28f.d.ts} +0 -0
  1461. package/select/modern/{intersection-observer-40e33e47.js → intersection-observer-2c26f28f.js} +0 -0
  1462. package/select/modern/presets/index.js +4 -4
  1463. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1464. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1465. package/select/modern/presets/useSelectWithApply/hook.js +4 -4
  1466. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1467. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1468. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1469. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1470. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1471. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1472. package/select/modern/typings.d.ts +8 -0
  1473. package/select/presets/index.js +4 -4
  1474. package/select/presets/useLazyLoading/hook.js +3 -3
  1475. package/select/presets/useLazyLoading/index.css +2 -2
  1476. package/select/presets/useSelectWithApply/hook.js +4 -4
  1477. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1478. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1479. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1480. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1481. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1482. package/select/presets/useSelectWithLoading/index.css +2 -2
  1483. package/select/{tslib.es6-ef3ac6ed.d.ts → tslib.es6-f097ca39.d.ts} +0 -0
  1484. package/select/{tslib.es6-ef3ac6ed.js → tslib.es6-f097ca39.js} +0 -0
  1485. package/select/typings.d.ts +8 -0
  1486. package/select-with-tags/component.d.ts +1 -1
  1487. package/select-with-tags/component.js +1 -1
  1488. package/select-with-tags/components/index.js +1 -1
  1489. package/select-with-tags/components/tag/component.js +2 -2
  1490. package/select-with-tags/components/tag/index.css +11 -11
  1491. package/select-with-tags/components/tag/index.js +1 -1
  1492. package/select-with-tags/components/tag-list/component.js +2 -2
  1493. package/select-with-tags/components/tag-list/index.css +31 -31
  1494. package/select-with-tags/components/tag-list/index.js +1 -1
  1495. package/select-with-tags/cssm/component.d.ts +1 -1
  1496. package/select-with-tags/esm/component.d.ts +1 -1
  1497. package/select-with-tags/esm/component.js +1 -1
  1498. package/select-with-tags/esm/components/index.js +1 -1
  1499. package/select-with-tags/esm/components/tag/component.js +2 -2
  1500. package/select-with-tags/esm/components/tag/index.css +11 -11
  1501. package/select-with-tags/esm/components/tag/index.js +1 -1
  1502. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1503. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  1504. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1505. package/select-with-tags/esm/index.js +1 -1
  1506. package/select-with-tags/esm/{tslib.es6-6706b7fa.d.ts → tslib.es6-66b11b6f.d.ts} +0 -0
  1507. package/select-with-tags/esm/{tslib.es6-6706b7fa.js → tslib.es6-66b11b6f.js} +0 -0
  1508. package/select-with-tags/esm/utils/index.js +1 -1
  1509. package/select-with-tags/esm/utils/match.js +1 -1
  1510. package/select-with-tags/index.js +1 -1
  1511. package/select-with-tags/modern/component.d.ts +1 -1
  1512. package/select-with-tags/modern/components/tag/component.js +1 -1
  1513. package/select-with-tags/modern/components/tag/index.css +11 -11
  1514. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1515. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  1516. package/select-with-tags/{tslib.es6-5378e98f.d.ts → tslib.es6-fa5cdb24.d.ts} +0 -0
  1517. package/select-with-tags/{tslib.es6-5378e98f.js → tslib.es6-fa5cdb24.js} +0 -0
  1518. package/select-with-tags/utils/index.js +1 -1
  1519. package/select-with-tags/utils/match.js +1 -1
  1520. package/side-panel/Component.desktop.js +3 -3
  1521. package/side-panel/Component.mobile.js +3 -3
  1522. package/side-panel/Component.responsive.d.ts +1 -1
  1523. package/side-panel/Component.responsive.js +1 -1
  1524. package/side-panel/components/closer/Component.js +2 -2
  1525. package/side-panel/components/closer/index.css +3 -3
  1526. package/side-panel/components/content/Component.desktop.js +2 -2
  1527. package/side-panel/components/content/Component.js +1 -1
  1528. package/side-panel/components/content/Component.mobile.js +2 -2
  1529. package/side-panel/components/content/desktop.css +2 -2
  1530. package/side-panel/components/content/index.css +2 -2
  1531. package/side-panel/components/content/mobile.css +2 -2
  1532. package/side-panel/components/footer/Component.desktop.js +2 -2
  1533. package/side-panel/components/footer/Component.js +2 -2
  1534. package/side-panel/components/footer/Component.mobile.js +2 -2
  1535. package/side-panel/components/footer/desktop.css +2 -2
  1536. package/side-panel/components/footer/index.css +3 -3
  1537. package/side-panel/components/footer/layout.css +24 -24
  1538. package/side-panel/components/footer/mobile.css +2 -2
  1539. package/side-panel/components/header/Component.desktop.js +2 -2
  1540. package/side-panel/components/header/Component.js +2 -2
  1541. package/side-panel/components/header/Component.mobile.js +2 -2
  1542. package/side-panel/components/header/desktop.css +5 -5
  1543. package/side-panel/components/header/index.css +15 -15
  1544. package/side-panel/components/header/mobile.css +2 -2
  1545. package/side-panel/desktop.css +2 -2
  1546. package/side-panel/desktop.js +1 -1
  1547. package/side-panel/esm/Component.desktop.js +3 -3
  1548. package/side-panel/esm/Component.mobile.js +3 -3
  1549. package/side-panel/esm/Component.responsive.js +1 -1
  1550. package/side-panel/esm/components/closer/Component.js +2 -2
  1551. package/side-panel/esm/components/closer/index.css +3 -3
  1552. package/side-panel/esm/components/content/Component.desktop.js +2 -2
  1553. package/side-panel/esm/components/content/Component.js +1 -1
  1554. package/side-panel/esm/components/content/Component.mobile.js +2 -2
  1555. package/side-panel/esm/components/content/desktop.css +2 -2
  1556. package/side-panel/esm/components/content/index.css +2 -2
  1557. package/side-panel/esm/components/content/mobile.css +2 -2
  1558. package/side-panel/esm/components/footer/Component.desktop.js +2 -2
  1559. package/side-panel/esm/components/footer/Component.js +2 -2
  1560. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  1561. package/side-panel/esm/components/footer/desktop.css +2 -2
  1562. package/side-panel/esm/components/footer/index.css +3 -3
  1563. package/side-panel/esm/components/footer/layout.css +24 -24
  1564. package/side-panel/esm/components/footer/mobile.css +2 -2
  1565. package/side-panel/esm/components/header/Component.desktop.js +2 -2
  1566. package/side-panel/esm/components/header/Component.js +2 -2
  1567. package/side-panel/esm/components/header/Component.mobile.js +2 -2
  1568. package/side-panel/esm/components/header/desktop.css +5 -5
  1569. package/side-panel/esm/components/header/index.css +15 -15
  1570. package/side-panel/esm/components/header/mobile.css +2 -2
  1571. package/side-panel/esm/desktop.css +2 -2
  1572. package/side-panel/esm/desktop.js +1 -1
  1573. package/side-panel/esm/index.js +1 -1
  1574. package/side-panel/esm/mobile.css +1 -1
  1575. package/side-panel/esm/mobile.js +1 -1
  1576. package/side-panel/esm/responsive.js +1 -1
  1577. package/side-panel/esm/transitions.desktop.css +7 -7
  1578. package/side-panel/esm/transitions.mobile.css +7 -7
  1579. package/side-panel/esm/{tslib.es6-6bfac766.d.ts → tslib.es6-395a8f91.d.ts} +0 -0
  1580. package/side-panel/esm/{tslib.es6-6bfac766.js → tslib.es6-395a8f91.js} +0 -0
  1581. package/side-panel/index.js +1 -1
  1582. package/side-panel/mobile.css +1 -1
  1583. package/side-panel/mobile.js +1 -1
  1584. package/side-panel/modern/Component.desktop.js +2 -2
  1585. package/side-panel/modern/Component.mobile.js +2 -2
  1586. package/side-panel/modern/components/closer/Component.js +1 -1
  1587. package/side-panel/modern/components/closer/index.css +3 -3
  1588. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  1589. package/side-panel/modern/components/content/Component.js +1 -1
  1590. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1591. package/side-panel/modern/components/content/desktop.css +2 -2
  1592. package/side-panel/modern/components/content/index.css +2 -2
  1593. package/side-panel/modern/components/content/mobile.css +2 -2
  1594. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  1595. package/side-panel/modern/components/footer/Component.js +2 -2
  1596. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  1597. package/side-panel/modern/components/footer/desktop.css +2 -2
  1598. package/side-panel/modern/components/footer/index.css +3 -3
  1599. package/side-panel/modern/components/footer/layout.css +24 -24
  1600. package/side-panel/modern/components/footer/mobile.css +2 -2
  1601. package/side-panel/modern/components/header/Component.desktop.js +1 -1
  1602. package/side-panel/modern/components/header/Component.js +1 -1
  1603. package/side-panel/modern/components/header/Component.mobile.js +1 -1
  1604. package/side-panel/modern/components/header/desktop.css +5 -5
  1605. package/side-panel/modern/components/header/index.css +15 -15
  1606. package/side-panel/modern/components/header/mobile.css +2 -2
  1607. package/side-panel/modern/desktop.css +2 -2
  1608. package/side-panel/modern/mobile.css +1 -1
  1609. package/side-panel/modern/transitions.desktop.css +7 -7
  1610. package/side-panel/modern/transitions.mobile.css +7 -7
  1611. package/side-panel/responsive.js +1 -1
  1612. package/side-panel/transitions.desktop.css +7 -7
  1613. package/side-panel/transitions.mobile.css +7 -7
  1614. package/side-panel/{tslib.es6-cab57a3a.d.ts → tslib.es6-83df3c48.d.ts} +0 -0
  1615. package/side-panel/{tslib.es6-cab57a3a.js → tslib.es6-83df3c48.js} +0 -0
  1616. package/skeleton/Component.js +2 -2
  1617. package/skeleton/cssm/Component.js +1 -1
  1618. package/skeleton/esm/Component.js +2 -2
  1619. package/skeleton/esm/index.css +11 -11
  1620. package/skeleton/index.css +11 -11
  1621. package/skeleton/modern/Component.js +2 -2
  1622. package/skeleton/modern/index.css +11 -11
  1623. package/slider/Component.js +5 -6
  1624. package/slider/cssm/Component.js +4 -5
  1625. package/slider/esm/Component.js +5 -6
  1626. package/slider/esm/index.css +23 -23
  1627. package/slider/index.css +23 -23
  1628. package/slider/modern/Component.js +5 -12
  1629. package/slider/modern/index.css +23 -23
  1630. package/slider-input/Component.d.ts +21 -2
  1631. package/slider-input/Component.js +7 -3
  1632. package/slider-input/cssm/Component.d.ts +21 -2
  1633. package/slider-input/cssm/Component.js +6 -2
  1634. package/slider-input/esm/Component.d.ts +21 -2
  1635. package/slider-input/esm/Component.js +8 -4
  1636. package/slider-input/esm/index.css +17 -17
  1637. package/slider-input/index.css +17 -17
  1638. package/slider-input/modern/Component.d.ts +21 -2
  1639. package/slider-input/modern/Component.js +6 -4
  1640. package/slider-input/modern/index.css +17 -17
  1641. package/space/Component.js +2 -2
  1642. package/space/{Item-1879c474.d.ts → Item-c2950235.d.ts} +0 -0
  1643. package/space/{Item-1879c474.js → Item-c2950235.js} +0 -0
  1644. package/space/Item.js +1 -1
  1645. package/space/esm/Component.js +2 -2
  1646. package/space/esm/{Item-1810afce.d.ts → Item-c097bfee.d.ts} +0 -0
  1647. package/space/esm/{Item-1810afce.js → Item-c097bfee.js} +0 -0
  1648. package/space/esm/Item.js +1 -1
  1649. package/space/esm/index.css +8 -8
  1650. package/space/esm/index.js +1 -1
  1651. package/space/index.css +8 -8
  1652. package/space/index.js +1 -1
  1653. package/space/modern/Component.js +1 -1
  1654. package/space/modern/index.css +8 -8
  1655. package/spinner/Component.js +12 -2
  1656. package/spinner/cssm/Component.js +9 -1
  1657. package/spinner/cssm/default.module.css +17 -0
  1658. package/spinner/cssm/index.js +2 -0
  1659. package/spinner/cssm/index.module.css +0 -12
  1660. package/spinner/cssm/inverted.module.css +17 -0
  1661. package/spinner/default.css +18 -0
  1662. package/spinner/esm/Component.js +12 -2
  1663. package/spinner/esm/default.css +18 -0
  1664. package/spinner/esm/index.css +7 -19
  1665. package/spinner/esm/inverted.css +18 -0
  1666. package/spinner/index.css +7 -19
  1667. package/spinner/inverted.css +18 -0
  1668. package/spinner/modern/Component.js +12 -2
  1669. package/spinner/modern/default.css +18 -0
  1670. package/spinner/modern/index.css +7 -19
  1671. package/spinner/modern/inverted.css +18 -0
  1672. package/status/Component.js +1 -1
  1673. package/status/esm/Component.js +1 -1
  1674. package/status/esm/index.css +17 -17
  1675. package/status/index.css +17 -17
  1676. package/status/modern/Component.js +1 -1
  1677. package/status/modern/index.css +17 -17
  1678. package/stepped-progress-bar/Component.js +1 -1
  1679. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1680. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  1681. package/stepped-progress-bar/esm/Component.js +1 -1
  1682. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1683. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  1684. package/stepped-progress-bar/esm/index.css +3 -3
  1685. package/stepped-progress-bar/index.css +3 -3
  1686. package/stepped-progress-bar/modern/Component.js +1 -1
  1687. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1688. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  1689. package/stepped-progress-bar/modern/index.css +3 -3
  1690. package/switch/Component.js +1 -1
  1691. package/switch/esm/Component.js +1 -1
  1692. package/switch/esm/index.css +25 -25
  1693. package/switch/index.css +25 -25
  1694. package/switch/modern/Component.js +1 -1
  1695. package/switch/modern/index.css +25 -25
  1696. package/table/component.js +1 -1
  1697. package/table/components/index.js +1 -1
  1698. package/table/components/pagination/Component.js +2 -2
  1699. package/table/components/pagination/index.css +8 -8
  1700. package/table/components/pagination/index.js +1 -1
  1701. package/table/components/pagination/select-field/index.css +4 -4
  1702. package/table/components/pagination/select-field/index.js +2 -2
  1703. package/table/components/table/Component.js +2 -2
  1704. package/table/components/table/index.css +6 -6
  1705. package/table/components/table/index.js +1 -1
  1706. package/table/components/table/utils.js +1 -1
  1707. package/table/components/tbody/Component.js +2 -2
  1708. package/table/components/tbody/index.css +2 -2
  1709. package/table/components/tbody/index.js +1 -1
  1710. package/table/components/tcell/Component.js +2 -2
  1711. package/table/components/tcell/index.css +6 -6
  1712. package/table/components/tcell/index.js +1 -1
  1713. package/table/components/texpandable-row/Component.js +2 -2
  1714. package/table/components/texpandable-row/index.css +5 -5
  1715. package/table/components/texpandable-row/index.js +1 -1
  1716. package/table/components/thead/Component.js +2 -2
  1717. package/table/components/thead/index.css +6 -6
  1718. package/table/components/thead/index.js +1 -1
  1719. package/table/components/thead-cell/Component.js +2 -2
  1720. package/table/components/thead-cell/index.css +7 -7
  1721. package/table/components/thead-cell/index.js +1 -1
  1722. package/table/components/trow/Component.js +2 -2
  1723. package/table/components/trow/index.css +8 -8
  1724. package/table/components/trow/index.js +1 -1
  1725. package/table/components/tsortable-head-cell/Component.js +2 -2
  1726. package/table/components/tsortable-head-cell/index.css +9 -9
  1727. package/table/components/tsortable-head-cell/index.js +1 -1
  1728. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1729. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1730. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1731. package/table/esm/component.js +1 -1
  1732. package/table/esm/components/index.js +1 -1
  1733. package/table/esm/components/pagination/Component.js +2 -2
  1734. package/table/esm/components/pagination/index.css +8 -8
  1735. package/table/esm/components/pagination/index.js +1 -1
  1736. package/table/esm/components/pagination/select-field/index.css +4 -4
  1737. package/table/esm/components/pagination/select-field/index.js +2 -2
  1738. package/table/esm/components/table/Component.js +2 -2
  1739. package/table/esm/components/table/index.css +6 -6
  1740. package/table/esm/components/table/index.js +1 -1
  1741. package/table/esm/components/table/utils.js +1 -1
  1742. package/table/esm/components/tbody/Component.js +2 -2
  1743. package/table/esm/components/tbody/index.css +2 -2
  1744. package/table/esm/components/tbody/index.js +1 -1
  1745. package/table/esm/components/tcell/Component.js +2 -2
  1746. package/table/esm/components/tcell/index.css +6 -6
  1747. package/table/esm/components/tcell/index.js +1 -1
  1748. package/table/esm/components/texpandable-row/Component.js +2 -2
  1749. package/table/esm/components/texpandable-row/index.css +5 -5
  1750. package/table/esm/components/texpandable-row/index.js +1 -1
  1751. package/table/esm/components/thead/Component.js +2 -2
  1752. package/table/esm/components/thead/index.css +6 -6
  1753. package/table/esm/components/thead/index.js +1 -1
  1754. package/table/esm/components/thead-cell/Component.js +2 -2
  1755. package/table/esm/components/thead-cell/index.css +7 -7
  1756. package/table/esm/components/thead-cell/index.js +1 -1
  1757. package/table/esm/components/trow/Component.js +2 -2
  1758. package/table/esm/components/trow/index.css +8 -8
  1759. package/table/esm/components/trow/index.js +1 -1
  1760. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1761. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1762. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1763. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1764. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1765. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1766. package/table/esm/index.js +1 -1
  1767. package/table/esm/{tslib.es6-78a70881.d.ts → tslib.es6-0d7adc4c.d.ts} +0 -0
  1768. package/table/esm/{tslib.es6-78a70881.js → tslib.es6-0d7adc4c.js} +0 -0
  1769. package/table/index.js +1 -1
  1770. package/table/modern/components/pagination/Component.js +1 -1
  1771. package/table/modern/components/pagination/index.css +8 -8
  1772. package/table/modern/components/pagination/select-field/index.css +4 -4
  1773. package/table/modern/components/pagination/select-field/index.js +1 -1
  1774. package/table/modern/components/table/Component.js +1 -1
  1775. package/table/modern/components/table/index.css +6 -6
  1776. package/table/modern/components/tbody/Component.js +1 -1
  1777. package/table/modern/components/tbody/index.css +2 -2
  1778. package/table/modern/components/tcell/Component.js +1 -1
  1779. package/table/modern/components/tcell/index.css +6 -6
  1780. package/table/modern/components/texpandable-row/Component.js +1 -1
  1781. package/table/modern/components/texpandable-row/index.css +5 -5
  1782. package/table/modern/components/thead/Component.js +1 -1
  1783. package/table/modern/components/thead/index.css +6 -6
  1784. package/table/modern/components/thead-cell/Component.js +1 -1
  1785. package/table/modern/components/thead-cell/index.css +7 -7
  1786. package/table/modern/components/trow/Component.js +1 -1
  1787. package/table/modern/components/trow/index.css +8 -8
  1788. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1789. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1790. package/table/{tslib.es6-84bd4145.d.ts → tslib.es6-0e2c30f0.d.ts} +0 -0
  1791. package/table/{tslib.es6-84bd4145.js → tslib.es6-0e2c30f0.js} +0 -0
  1792. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1793. package/tabs/components/primary-tablist/Component.js +1 -1
  1794. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1795. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1796. package/tabs/components/primary-tablist/index.css +19 -19
  1797. package/tabs/components/primary-tablist/mobile.css +26 -22
  1798. package/tabs/components/scrollable-container/Component.js +1 -1
  1799. package/tabs/components/scrollable-container/index.css +4 -4
  1800. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1801. package/tabs/components/secondary-tablist/Component.js +1 -1
  1802. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1803. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1804. package/tabs/components/secondary-tablist/index.css +10 -10
  1805. package/tabs/components/secondary-tablist/mobile.css +16 -12
  1806. package/tabs/components/tab/Component.js +1 -1
  1807. package/tabs/components/tab/index.css +2 -2
  1808. package/tabs/components/tabs/Component.d.ts +1 -1
  1809. package/tabs/components/tabs/Component.desktop.d.ts +1 -1
  1810. package/tabs/components/tabs/Component.desktop.js +3 -3
  1811. package/tabs/components/tabs/Component.mobile.d.ts +1 -1
  1812. package/tabs/components/tabs/Component.mobile.js +3 -3
  1813. package/tabs/components/tabs/Component.responsive.d.ts +1 -1
  1814. package/tabs/components/tabs/Component.responsive.js +3 -3
  1815. package/tabs/desktop.js +3 -3
  1816. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1817. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1818. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1819. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1820. package/tabs/esm/components/primary-tablist/index.css +19 -19
  1821. package/tabs/esm/components/primary-tablist/mobile.css +26 -22
  1822. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1823. package/tabs/esm/components/scrollable-container/index.css +4 -4
  1824. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1825. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1826. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1827. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1828. package/tabs/esm/components/secondary-tablist/index.css +10 -10
  1829. package/tabs/esm/components/secondary-tablist/mobile.css +16 -12
  1830. package/tabs/esm/components/tab/Component.js +1 -1
  1831. package/tabs/esm/components/tab/index.css +2 -2
  1832. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1833. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1834. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1835. package/tabs/esm/desktop.js +3 -3
  1836. package/tabs/esm/index.js +3 -3
  1837. package/tabs/esm/index.module-0d4ecc3f.js +4 -0
  1838. package/tabs/esm/index.module-a2cdac1b.js +4 -0
  1839. package/tabs/esm/mobile.js +3 -3
  1840. package/tabs/esm/responsive.js +3 -3
  1841. package/tabs/esm/{tslib.es6-21789c1e.d.ts → tslib.es6-9051d05f.d.ts} +0 -0
  1842. package/tabs/esm/{tslib.es6-21789c1e.js → tslib.es6-9051d05f.js} +0 -0
  1843. package/tabs/index.js +3 -3
  1844. package/tabs/index.module-20770c0e.js +4 -0
  1845. package/tabs/index.module-ac602558.js +4 -0
  1846. package/tabs/mobile.js +3 -3
  1847. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1848. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1849. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1850. package/tabs/modern/components/primary-tablist/index.css +19 -19
  1851. package/tabs/modern/components/primary-tablist/mobile.css +26 -22
  1852. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1853. package/tabs/modern/components/scrollable-container/index.css +4 -4
  1854. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1855. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1856. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1857. package/tabs/modern/components/secondary-tablist/index.css +10 -10
  1858. package/tabs/modern/components/secondary-tablist/mobile.css +16 -12
  1859. package/tabs/modern/components/tab/Component.js +1 -1
  1860. package/tabs/modern/components/tab/index.css +2 -2
  1861. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1862. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1863. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1864. package/tabs/modern/desktop.js +2 -2
  1865. package/tabs/modern/index.js +2 -2
  1866. package/tabs/modern/index.module-0d4ecc3f.js +4 -0
  1867. package/tabs/modern/index.module-a2cdac1b.js +4 -0
  1868. package/tabs/modern/mobile.js +2 -2
  1869. package/tabs/modern/responsive.js +2 -2
  1870. package/tabs/responsive.js +3 -3
  1871. package/tabs/{tslib.es6-691498f9.d.ts → tslib.es6-c2688b64.d.ts} +0 -0
  1872. package/tabs/{tslib.es6-691498f9.js → tslib.es6-c2688b64.js} +0 -0
  1873. package/tag/Component.js +3 -3
  1874. package/tag/default.css +8 -8
  1875. package/tag/esm/Component.js +3 -3
  1876. package/tag/esm/default.css +8 -8
  1877. package/tag/esm/index.css +37 -37
  1878. package/tag/esm/inverted.css +8 -8
  1879. package/tag/index.css +37 -37
  1880. package/tag/inverted.css +8 -8
  1881. package/tag/modern/Component.js +3 -3
  1882. package/tag/modern/default.css +8 -8
  1883. package/tag/modern/index.css +37 -37
  1884. package/tag/modern/inverted.css +8 -8
  1885. package/textarea/Component.d.ts +8 -0
  1886. package/textarea/Component.js +11 -10
  1887. package/textarea/cssm/Component.d.ts +8 -0
  1888. package/textarea/cssm/Component.js +8 -7
  1889. package/textarea/cssm/default.module.css +2 -2
  1890. package/textarea/cssm/index.module.css +7 -7
  1891. package/textarea/cssm/inverted.module.css +2 -2
  1892. package/textarea/default.css +18 -18
  1893. package/textarea/esm/Component.d.ts +8 -0
  1894. package/textarea/esm/Component.js +11 -10
  1895. package/textarea/esm/default.css +18 -18
  1896. package/textarea/esm/index.css +40 -40
  1897. package/textarea/esm/inverted.css +18 -18
  1898. package/textarea/index.css +40 -40
  1899. package/textarea/inverted.css +18 -18
  1900. package/textarea/modern/Component.d.ts +8 -0
  1901. package/textarea/modern/Component.js +8 -7
  1902. package/textarea/modern/default.css +18 -18
  1903. package/textarea/modern/index.css +40 -40
  1904. package/textarea/modern/inverted.css +18 -18
  1905. package/themes/button/click.css +1 -0
  1906. package/themes/button/corp.css +1 -0
  1907. package/themes/button/intranet.css +1 -0
  1908. package/themes/button/mobile.css +1 -0
  1909. package/themes/button/site.css +0 -3
  1910. package/themes/click.css +5 -0
  1911. package/themes/compiled/mobile-dark-bluetint.css +268 -265
  1912. package/themes/corp.css +5 -0
  1913. package/themes/dark.css +2 -0
  1914. package/themes/dist/button/click.css +1 -0
  1915. package/themes/dist/button/corp.css +1 -0
  1916. package/themes/dist/button/intranet.css +1 -0
  1917. package/themes/dist/button/mobile.css +1 -0
  1918. package/themes/dist/button/site.css +0 -3
  1919. package/themes/dist/click.css +5 -0
  1920. package/themes/dist/compiled/mobile-dark-bluetint.css +959 -936
  1921. package/themes/dist/corp.css +5 -0
  1922. package/themes/dist/dark.css +2 -0
  1923. package/themes/dist/intranet.css +5 -0
  1924. package/themes/dist/mixins/button/click.css +1 -0
  1925. package/themes/dist/mixins/button/corp.css +1 -0
  1926. package/themes/dist/mixins/button/intranet.css +1 -0
  1927. package/themes/dist/mixins/button/mobile.css +1 -0
  1928. package/themes/dist/mixins/button/site.css +0 -3
  1929. package/themes/dist/mixins/dark.css +2 -0
  1930. package/themes/dist/mobile.css +5 -0
  1931. package/themes/dist/package.json +1 -1
  1932. package/themes/dist/site.css +4 -2
  1933. package/themes/intranet.css +5 -0
  1934. package/themes/mixins/button/click.css +1 -0
  1935. package/themes/mixins/button/corp.css +1 -0
  1936. package/themes/mixins/button/intranet.css +1 -0
  1937. package/themes/mixins/button/mobile.css +1 -0
  1938. package/themes/mixins/button/site.css +0 -3
  1939. package/themes/mixins/dark.css +2 -0
  1940. package/themes/mobile.css +5 -0
  1941. package/themes/site.css +4 -2
  1942. package/toast/component.d.ts +20 -18
  1943. package/toast/component.js +1 -1
  1944. package/toast/cssm/component.d.ts +20 -18
  1945. package/toast/cssm/index.module.css +3 -0
  1946. package/toast/esm/component.d.ts +20 -18
  1947. package/toast/esm/component.js +1 -1
  1948. package/toast/esm/index.css +12 -9
  1949. package/toast/index.css +12 -9
  1950. package/toast/modern/component.d.ts +20 -18
  1951. package/toast/modern/component.js +1 -1
  1952. package/toast/modern/index.css +12 -9
  1953. package/toast-plate/component.d.ts +8 -0
  1954. package/toast-plate/component.js +15 -5
  1955. package/toast-plate/cssm/component.d.ts +8 -0
  1956. package/toast-plate/cssm/component.js +12 -4
  1957. package/toast-plate/cssm/default.module.css +27 -0
  1958. package/toast-plate/cssm/index.js +2 -0
  1959. package/toast-plate/cssm/index.module.css +4 -11
  1960. package/toast-plate/cssm/inverted.module.css +27 -0
  1961. package/toast-plate/cssm/vars.css +5 -0
  1962. package/toast-plate/default.css +28 -0
  1963. package/toast-plate/esm/component.d.ts +8 -0
  1964. package/toast-plate/esm/component.js +15 -5
  1965. package/toast-plate/esm/default.css +28 -0
  1966. package/toast-plate/esm/index.css +19 -26
  1967. package/toast-plate/esm/inverted.css +28 -0
  1968. package/toast-plate/index.css +19 -26
  1969. package/toast-plate/inverted.css +28 -0
  1970. package/toast-plate/modern/component.d.ts +8 -0
  1971. package/toast-plate/modern/component.js +15 -5
  1972. package/toast-plate/modern/default.css +28 -0
  1973. package/toast-plate/modern/index.css +19 -26
  1974. package/toast-plate/modern/inverted.css +28 -0
  1975. package/tooltip/{Component-0d1cd27c.d.ts → Component-63020e85.d.ts} +0 -0
  1976. package/tooltip/{Component-0d1cd27c.js → Component-63020e85.js} +3 -3
  1977. package/tooltip/Component.js +1 -1
  1978. package/tooltip/component.responsive.js +2 -2
  1979. package/tooltip/default.css +2 -2
  1980. package/tooltip/esm/{Component-561fdb7a.d.ts → Component-04a6d9fb.d.ts} +0 -0
  1981. package/tooltip/esm/{Component-561fdb7a.js → Component-04a6d9fb.js} +3 -3
  1982. package/tooltip/esm/Component.js +1 -1
  1983. package/tooltip/esm/component.responsive.js +2 -2
  1984. package/tooltip/esm/default.css +2 -2
  1985. package/tooltip/esm/index.css +5 -5
  1986. package/tooltip/esm/index.d.ts +1 -1
  1987. package/tooltip/esm/index.js +1 -1
  1988. package/tooltip/esm/inverted.css +4 -4
  1989. package/tooltip/esm/responsive.css +2 -2
  1990. package/tooltip/esm/responsive.js +1 -1
  1991. package/tooltip/index.css +5 -5
  1992. package/tooltip/index.d.ts +1 -1
  1993. package/tooltip/index.js +1 -1
  1994. package/tooltip/inverted.css +4 -4
  1995. package/tooltip/modern/Component.js +3 -3
  1996. package/tooltip/modern/component.responsive.js +1 -1
  1997. package/tooltip/modern/default.css +2 -2
  1998. package/tooltip/modern/index.css +5 -5
  1999. package/tooltip/modern/inverted.css +4 -4
  2000. package/tooltip/modern/responsive.css +2 -2
  2001. package/tooltip/responsive.css +2 -2
  2002. package/tooltip/responsive.js +1 -1
  2003. package/typography/colors.css +12 -12
  2004. package/typography/{colors.module-b967a4fe.d.ts → colors.module-6c0901b5.d.ts} +0 -0
  2005. package/typography/{colors.module-b967a4fe.js → colors.module-6c0901b5.js} +1 -1
  2006. package/typography/common.module-8d997b29.js +4 -0
  2007. package/typography/component.js +2 -2
  2008. package/typography/esm/colors.css +12 -12
  2009. package/typography/esm/{colors.module-c4d2aced.d.ts → colors.module-5dcd7380.d.ts} +0 -0
  2010. package/typography/esm/{colors.module-c4d2aced.js → colors.module-5dcd7380.js} +1 -1
  2011. package/typography/esm/common.module-d1e30612.js +4 -0
  2012. package/typography/esm/component.js +2 -2
  2013. package/typography/esm/index.js +2 -2
  2014. package/typography/esm/text/component.js +2 -2
  2015. package/typography/esm/text/index.css +13 -13
  2016. package/typography/esm/text/index.js +1 -1
  2017. package/typography/esm/title/common.css +4 -4
  2018. package/typography/esm/title/component.js +1 -1
  2019. package/typography/esm/title/index.css +18 -18
  2020. package/typography/esm/title/index.js +3 -3
  2021. package/typography/esm/title-mobile/component.js +3 -3
  2022. package/typography/esm/title-mobile/index.css +13 -13
  2023. package/typography/esm/title-mobile/index.js +2 -2
  2024. package/typography/esm/title-responsive/component.js +3 -3
  2025. package/typography/esm/title-responsive/index.css +40 -40
  2026. package/typography/esm/title-responsive/index.js +2 -2
  2027. package/typography/index.js +2 -2
  2028. package/typography/modern/colors.css +12 -12
  2029. package/typography/modern/colors.module-f6097c20.js +4 -0
  2030. package/typography/modern/common.module-d1e30612.js +4 -0
  2031. package/typography/modern/component.js +2 -2
  2032. package/typography/modern/index.js +2 -2
  2033. package/typography/modern/text/component.js +2 -2
  2034. package/typography/modern/text/index.css +13 -13
  2035. package/typography/modern/text/index.js +1 -1
  2036. package/typography/modern/title/common.css +4 -4
  2037. package/typography/modern/title/component.js +1 -1
  2038. package/typography/modern/title/index.css +18 -18
  2039. package/typography/modern/title/index.js +3 -3
  2040. package/typography/modern/title-mobile/component.js +3 -3
  2041. package/typography/modern/title-mobile/index.css +13 -13
  2042. package/typography/modern/title-mobile/index.js +2 -2
  2043. package/typography/modern/title-responsive/component.js +3 -3
  2044. package/typography/modern/title-responsive/index.css +40 -40
  2045. package/typography/modern/title-responsive/index.js +2 -2
  2046. package/typography/text/component.js +2 -2
  2047. package/typography/text/index.css +13 -13
  2048. package/typography/text/index.js +1 -1
  2049. package/typography/title/common.css +4 -4
  2050. package/typography/title/component.js +1 -1
  2051. package/typography/title/index.css +18 -18
  2052. package/typography/title/index.js +3 -3
  2053. package/typography/title-mobile/component.js +3 -3
  2054. package/typography/title-mobile/index.css +13 -13
  2055. package/typography/title-mobile/index.js +2 -2
  2056. package/typography/title-responsive/component.js +3 -3
  2057. package/typography/title-responsive/index.css +40 -40
  2058. package/typography/title-responsive/index.js +2 -2
  2059. package/vars/bundle/site.css +5 -0
  2060. package/vars/colors-bluetint.css +4 -0
  2061. package/vars/colors-indigo.css +4 -0
  2062. package/vars/cssm/colors-bluetint.css +4 -0
  2063. package/vars/cssm/colors-indigo.css +4 -0
  2064. package/vars/cssm/index.css +4 -0
  2065. package/vars/dist/bundle/site.css +5 -0
  2066. package/vars/dist/colors-bluetint.css +4 -0
  2067. package/vars/dist/colors-indigo.css +4 -0
  2068. package/vars/dist/cssm/colors-bluetint.css +4 -0
  2069. package/vars/dist/cssm/colors-indigo.css +4 -0
  2070. package/vars/dist/cssm/index.css +4 -0
  2071. package/vars/dist/package.json +1 -1
  2072. package/vars/index.d.ts +4 -0
  2073. package/vars/index.js +4 -0
  2074. package/with-suffix/Component.d.ts +2 -0
  2075. package/with-suffix/Component.js +1 -1
  2076. package/with-suffix/cssm/Component.d.ts +2 -0
  2077. package/with-suffix/esm/Component.d.ts +2 -0
  2078. package/with-suffix/esm/Component.js +1 -1
  2079. package/with-suffix/esm/index.css +8 -8
  2080. package/with-suffix/index.css +8 -8
  2081. package/with-suffix/modern/Component.d.ts +2 -0
  2082. package/with-suffix/modern/Component.js +1 -1
  2083. package/with-suffix/modern/index.css +8 -8
  2084. package/calendar-range/modern/index.module-b1d39c8d.js +0 -4
  2085. package/confirmation-v-1/component.d.ts +0 -167
  2086. package/confirmation-v-1/component.js +0 -124
  2087. package/confirmation-v-1/components/code-input/component.d.ts +0 -16
  2088. package/confirmation-v-1/components/code-input/component.js +0 -158
  2089. package/confirmation-v-1/components/code-input/index.css +0 -99
  2090. package/confirmation-v-1/components/code-input/index.d.ts +0 -1
  2091. package/confirmation-v-1/components/code-input/index.js +0 -11
  2092. package/confirmation-v-1/components/code-input/utils.d.ts +0 -10
  2093. package/confirmation-v-1/components/code-input/utils.js +0 -19
  2094. package/confirmation-v-1/components/countdown/component.d.ts +0 -24
  2095. package/confirmation-v-1/components/countdown/component.js +0 -115
  2096. package/confirmation-v-1/components/countdown/index.css +0 -85
  2097. package/confirmation-v-1/components/countdown/index.d.ts +0 -1
  2098. package/confirmation-v-1/components/countdown/index.js +0 -14
  2099. package/confirmation-v-1/components/countdown-loader/component.d.ts +0 -7
  2100. package/confirmation-v-1/components/countdown-loader/component.js +0 -27
  2101. package/confirmation-v-1/components/countdown-loader/index.css +0 -17
  2102. package/confirmation-v-1/components/countdown-loader/index.d.ts +0 -1
  2103. package/confirmation-v-1/components/countdown-loader/index.js +0 -8
  2104. package/confirmation-v-1/components/index.d.ts +0 -4
  2105. package/confirmation-v-1/components/index.js +0 -24
  2106. package/confirmation-v-1/components/overlimit/component.d.ts +0 -12
  2107. package/confirmation-v-1/components/overlimit/component.js +0 -71
  2108. package/confirmation-v-1/components/overlimit/index.css +0 -90
  2109. package/confirmation-v-1/components/overlimit/index.d.ts +0 -1
  2110. package/confirmation-v-1/components/overlimit/index.js +0 -15
  2111. package/confirmation-v-1/components/sign-confirmation/component.d.ts +0 -37
  2112. package/confirmation-v-1/components/sign-confirmation/component.js +0 -60
  2113. package/confirmation-v-1/components/sign-confirmation/index.css +0 -108
  2114. package/confirmation-v-1/components/sign-confirmation/index.d.ts +0 -1
  2115. package/confirmation-v-1/components/sign-confirmation/index.js +0 -18
  2116. package/confirmation-v-1/cssm/component.d.ts +0 -167
  2117. package/confirmation-v-1/cssm/component.js +0 -128
  2118. package/confirmation-v-1/cssm/components/code-input/component.d.ts +0 -16
  2119. package/confirmation-v-1/cssm/components/code-input/component.js +0 -157
  2120. package/confirmation-v-1/cssm/components/code-input/index.d.ts +0 -1
  2121. package/confirmation-v-1/cssm/components/code-input/index.js +0 -12
  2122. package/confirmation-v-1/cssm/components/code-input/index.module.css +0 -98
  2123. package/confirmation-v-1/cssm/components/code-input/utils.d.ts +0 -10
  2124. package/confirmation-v-1/cssm/components/code-input/utils.js +0 -19
  2125. package/confirmation-v-1/cssm/components/countdown/component.d.ts +0 -24
  2126. package/confirmation-v-1/cssm/components/countdown/component.js +0 -115
  2127. package/confirmation-v-1/cssm/components/countdown/index.d.ts +0 -1
  2128. package/confirmation-v-1/cssm/components/countdown/index.js +0 -16
  2129. package/confirmation-v-1/cssm/components/countdown/index.module.css +0 -84
  2130. package/confirmation-v-1/cssm/components/countdown-loader/component.d.ts +0 -7
  2131. package/confirmation-v-1/cssm/components/countdown-loader/component.js +0 -26
  2132. package/confirmation-v-1/cssm/components/countdown-loader/index.d.ts +0 -1
  2133. package/confirmation-v-1/cssm/components/countdown-loader/index.js +0 -9
  2134. package/confirmation-v-1/cssm/components/countdown-loader/index.module.css +0 -16
  2135. package/confirmation-v-1/cssm/components/index.d.ts +0 -4
  2136. package/confirmation-v-1/cssm/components/index.js +0 -29
  2137. package/confirmation-v-1/cssm/components/overlimit/component.d.ts +0 -12
  2138. package/confirmation-v-1/cssm/components/overlimit/component.js +0 -72
  2139. package/confirmation-v-1/cssm/components/overlimit/index.d.ts +0 -1
  2140. package/confirmation-v-1/cssm/components/overlimit/index.js +0 -18
  2141. package/confirmation-v-1/cssm/components/overlimit/index.module.css +0 -89
  2142. package/confirmation-v-1/cssm/components/sign-confirmation/component.d.ts +0 -37
  2143. package/confirmation-v-1/cssm/components/sign-confirmation/component.js +0 -62
  2144. package/confirmation-v-1/cssm/components/sign-confirmation/index.d.ts +0 -1
  2145. package/confirmation-v-1/cssm/components/sign-confirmation/index.js +0 -22
  2146. package/confirmation-v-1/cssm/components/sign-confirmation/index.module.css +0 -107
  2147. package/confirmation-v-1/cssm/index.d.ts +0 -2
  2148. package/confirmation-v-1/cssm/index.js +0 -32
  2149. package/confirmation-v-1/cssm/index.module.css +0 -118
  2150. package/confirmation-v-1/cssm/vars.css +0 -17
  2151. package/confirmation-v-1/esm/component.d.ts +0 -167
  2152. package/confirmation-v-1/esm/component.js +0 -117
  2153. package/confirmation-v-1/esm/components/code-input/component.d.ts +0 -16
  2154. package/confirmation-v-1/esm/components/code-input/component.js +0 -151
  2155. package/confirmation-v-1/esm/components/code-input/index.css +0 -99
  2156. package/confirmation-v-1/esm/components/code-input/index.d.ts +0 -1
  2157. package/confirmation-v-1/esm/components/code-input/index.js +0 -5
  2158. package/confirmation-v-1/esm/components/code-input/utils.d.ts +0 -10
  2159. package/confirmation-v-1/esm/components/code-input/utils.js +0 -17
  2160. package/confirmation-v-1/esm/components/countdown/component.d.ts +0 -24
  2161. package/confirmation-v-1/esm/components/countdown/component.js +0 -107
  2162. package/confirmation-v-1/esm/components/countdown/index.css +0 -85
  2163. package/confirmation-v-1/esm/components/countdown/index.d.ts +0 -1
  2164. package/confirmation-v-1/esm/components/countdown/index.js +0 -7
  2165. package/confirmation-v-1/esm/components/countdown-loader/component.d.ts +0 -7
  2166. package/confirmation-v-1/esm/components/countdown-loader/component.js +0 -21
  2167. package/confirmation-v-1/esm/components/countdown-loader/index.css +0 -17
  2168. package/confirmation-v-1/esm/components/countdown-loader/index.d.ts +0 -1
  2169. package/confirmation-v-1/esm/components/countdown-loader/index.js +0 -2
  2170. package/confirmation-v-1/esm/components/index.d.ts +0 -4
  2171. package/confirmation-v-1/esm/components/index.js +0 -14
  2172. package/confirmation-v-1/esm/components/overlimit/component.d.ts +0 -12
  2173. package/confirmation-v-1/esm/components/overlimit/component.js +0 -65
  2174. package/confirmation-v-1/esm/components/overlimit/index.css +0 -90
  2175. package/confirmation-v-1/esm/components/overlimit/index.d.ts +0 -1
  2176. package/confirmation-v-1/esm/components/overlimit/index.js +0 -9
  2177. package/confirmation-v-1/esm/components/sign-confirmation/component.d.ts +0 -37
  2178. package/confirmation-v-1/esm/components/sign-confirmation/component.js +0 -53
  2179. package/confirmation-v-1/esm/components/sign-confirmation/index.css +0 -108
  2180. package/confirmation-v-1/esm/components/sign-confirmation/index.d.ts +0 -1
  2181. package/confirmation-v-1/esm/components/sign-confirmation/index.js +0 -12
  2182. package/confirmation-v-1/esm/index.css +0 -119
  2183. package/confirmation-v-1/esm/index.d.ts +0 -2
  2184. package/confirmation-v-1/esm/index.js +0 -15
  2185. package/confirmation-v-1/index.css +0 -119
  2186. package/confirmation-v-1/index.d.ts +0 -2
  2187. package/confirmation-v-1/index.js +0 -26
  2188. package/confirmation-v-1/modern/component.d.ts +0 -167
  2189. package/confirmation-v-1/modern/component.js +0 -116
  2190. package/confirmation-v-1/modern/components/code-input/component.d.ts +0 -16
  2191. package/confirmation-v-1/modern/components/code-input/component.js +0 -123
  2192. package/confirmation-v-1/modern/components/code-input/index.css +0 -99
  2193. package/confirmation-v-1/modern/components/code-input/index.d.ts +0 -1
  2194. package/confirmation-v-1/modern/components/code-input/index.js +0 -5
  2195. package/confirmation-v-1/modern/components/code-input/utils.d.ts +0 -10
  2196. package/confirmation-v-1/modern/components/code-input/utils.js +0 -16
  2197. package/confirmation-v-1/modern/components/countdown/component.d.ts +0 -24
  2198. package/confirmation-v-1/modern/components/countdown/component.js +0 -102
  2199. package/confirmation-v-1/modern/components/countdown/index.css +0 -85
  2200. package/confirmation-v-1/modern/components/countdown/index.d.ts +0 -1
  2201. package/confirmation-v-1/modern/components/countdown/index.js +0 -7
  2202. package/confirmation-v-1/modern/components/countdown-loader/component.d.ts +0 -7
  2203. package/confirmation-v-1/modern/components/countdown-loader/component.js +0 -20
  2204. package/confirmation-v-1/modern/components/countdown-loader/index.css +0 -17
  2205. package/confirmation-v-1/modern/components/countdown-loader/index.d.ts +0 -1
  2206. package/confirmation-v-1/modern/components/countdown-loader/index.js +0 -2
  2207. package/confirmation-v-1/modern/components/index.d.ts +0 -4
  2208. package/confirmation-v-1/modern/components/index.js +0 -14
  2209. package/confirmation-v-1/modern/components/overlimit/component.d.ts +0 -12
  2210. package/confirmation-v-1/modern/components/overlimit/component.js +0 -64
  2211. package/confirmation-v-1/modern/components/overlimit/index.css +0 -90
  2212. package/confirmation-v-1/modern/components/overlimit/index.d.ts +0 -1
  2213. package/confirmation-v-1/modern/components/overlimit/index.js +0 -9
  2214. package/confirmation-v-1/modern/components/sign-confirmation/component.d.ts +0 -37
  2215. package/confirmation-v-1/modern/components/sign-confirmation/component.js +0 -51
  2216. package/confirmation-v-1/modern/components/sign-confirmation/index.css +0 -108
  2217. package/confirmation-v-1/modern/components/sign-confirmation/index.d.ts +0 -1
  2218. package/confirmation-v-1/modern/components/sign-confirmation/index.js +0 -12
  2219. package/confirmation-v-1/modern/index.css +0 -119
  2220. package/confirmation-v-1/modern/index.d.ts +0 -2
  2221. package/confirmation-v-1/modern/index.js +0 -15
  2222. package/grid/esm/gutters.module-f9137f28.js +0 -27
  2223. package/grid/gutters.module-c9f0f826.js +0 -28
  2224. package/grid/modern/gutters.module-d9a38286.js +0 -4
  2225. package/modal/esm/transitions.module-9ba6f3d0.js +0 -4
  2226. package/modal/modern/transitions.module-9ba6f3d0.js +0 -4
  2227. package/modal/transitions.module-f2ec6d13.js +0 -4
  2228. package/tabs/esm/index.module-8cb1cf99.js +0 -4
  2229. package/tabs/esm/index.module-d10b7ba0.js +0 -4
  2230. package/tabs/index.module-0a0a16b4.js +0 -4
  2231. package/tabs/index.module-cdfc47a1.js +0 -4
  2232. package/tabs/modern/index.module-8cb1cf99.js +0 -4
  2233. package/tabs/modern/index.module-d10b7ba0.js +0 -4
  2234. package/typography/common.module-cfa42509.js +0 -4
  2235. package/typography/esm/common.module-1c1a8491.js +0 -4
  2236. package/typography/modern/colors.module-40ac578e.js +0 -4
  2237. package/typography/modern/common.module-1c1a8491.js +0 -4
@@ -1,325 +1,316 @@
1
- .card-image__cardImage_zgwkq {
1
+ .card-image__cardImage_hkzk8 {
2
2
  background: #e7e8ea;
3
3
  }
4
- .card-image__loaded_zgwkq {
4
+ .card-image__loaded_hkzk8 {
5
5
  background: transparent
6
- }.backdrop__backdrop_1273v {
7
- -webkit-tap-highlight-color: transparent;
8
- }
9
- .backdrop__appear_1273v,
10
- .backdrop__enter_1273v {
11
- background-color: transparent;
12
- }
13
- .backdrop__appearActive_1273v,
14
- .backdrop__enterActive_1273v,
15
- .backdrop__appearDone_1273v,
16
- .backdrop__enterDone_1273v {
17
- background-color: rgba(0, 0, 0, 0.8);
18
- }
19
- .backdrop__exit_1273v {
20
- background-color: rgba(0, 0, 0, 0.8);
21
- }
22
- .backdrop__exitActive_1273v,
23
- .backdrop__exitDone_1273v {
24
- background-color: transparent;
25
- }.badge__component_1k6wp {
6
+ }.badge__component_16ubp {
26
7
  background-color: #ef3124;
27
8
  color: #000;
28
9
  }
29
- .badge__outlineCount_1k6wp {
10
+ .badge__outlineCount_16ubp {
30
11
  background-color: #121212;
31
12
  }
32
- .badge__icon_1k6wp {
13
+ .badge__icon_16ubp {
33
14
  color: #2fc26e
34
15
  }
35
- .badge__icon_1k6wp.badge__positive_1k6wp {
16
+ .badge__icon_16ubp.badge__positive_16ubp {
36
17
  color: #2fc26e;
37
18
  background-color: #2fc26e;
38
19
  }
39
- .badge__icon_1k6wp.badge__attention_1k6wp {
20
+ .badge__icon_16ubp.badge__attention_16ubp {
40
21
  color: #f6bf65;
41
22
  background-color: #f6bf65;
42
23
  }
43
- .badge__icon_1k6wp.badge__negative_1k6wp {
24
+ .badge__icon_16ubp.badge__negative_16ubp {
44
25
  color: #d91d0b;
45
26
  background-color: #d91d0b;
46
27
  }
47
- .badge__icon_1k6wp.badge__link_1k6wp {
28
+ .badge__icon_16ubp.badge__link_16ubp {
48
29
  color: #0072ef;
49
30
  background-color: #0072ef;
50
31
  }
51
- .badge__icon_1k6wp.badge__tertiary_1k6wp {
32
+ .badge__icon_16ubp.badge__tertiary_16ubp {
52
33
  color: #464649;
53
34
  background-color: #464649;
54
35
  }
55
- .badge__icon_1k6wp.badge__secondary_1k6wp {
36
+ .badge__icon_16ubp.badge__secondary_16ubp {
56
37
  color: #8d8d93;
57
38
  background-color: #8d8d93;
58
39
  }
59
- .badge__icon_1k6wp.badge__primary_1k6wp {
40
+ .badge__icon_16ubp.badge__primary_16ubp {
60
41
  color: #fff;
61
42
  background-color: #fff;
62
43
  }
63
- .badge__icon_1k6wp:before {
44
+ .badge__icon_16ubp:before {
64
45
  background-color: #121212;
65
46
  }
66
- .badge__outline_1k6wp {
47
+ .badge__outline_16ubp {
67
48
  background-color: #121212;
68
49
  }
69
- .badge__outlineColor_1k6wp.badge__attention_1k6wp {
50
+ .badge__outlineColor_16ubp.badge__attention_16ubp {
70
51
  background-color: #f6bf65;
71
52
  }
72
- .badge__outlineColor_1k6wp.badge__positive_1k6wp {
53
+ .badge__outlineColor_16ubp.badge__positive_16ubp {
73
54
  background-color: #2fc26e;
74
55
  }
75
- .badge__outlineColor_1k6wp.badge__negative_1k6wp {
56
+ .badge__outlineColor_16ubp.badge__negative_16ubp {
76
57
  background-color: #d91d0b;
77
58
  }
78
- .badge__outlineColor_1k6wp.badge__link_1k6wp {
59
+ .badge__outlineColor_16ubp.badge__link_16ubp {
79
60
  background-color: #0072ef;
80
61
  }
81
- .badge__outlineColor_1k6wp .badge__tertiary_1k6wp {
62
+ .badge__outlineColor_16ubp .badge__tertiary_16ubp {
82
63
  background-color: #464649;
83
64
  }
84
- .badge__outlineColor_1k6wp.badge__secondary_1k6wp {
65
+ .badge__outlineColor_16ubp.badge__secondary_16ubp {
85
66
  background-color: #8d8d93;
86
67
  }
87
- .badge__outlineColor_1k6wp.badge__primary_1k6wp {
68
+ .badge__outlineColor_16ubp.badge__primary_16ubp {
88
69
  background-color: #fff;
89
- }.checkbox-group__error_rpvie {
70
+ }.backdrop__backdrop_1sfd5 {
71
+ -webkit-tap-highlight-color: transparent;
72
+ }
73
+ .backdrop__appear_1sfd5,
74
+ .backdrop__enter_1sfd5 {
75
+ background-color: transparent;
76
+ }
77
+ .backdrop__appearActive_1sfd5,
78
+ .backdrop__enterActive_1sfd5,
79
+ .backdrop__appearDone_1sfd5,
80
+ .backdrop__enterDone_1sfd5 {
81
+ background-color: rgba(0, 0, 0, 0.8);
82
+ }
83
+ .backdrop__exit_1sfd5 {
84
+ background-color: rgba(0, 0, 0, 0.8);
85
+ }
86
+ .backdrop__exitActive_1sfd5,
87
+ .backdrop__exitDone_1sfd5 {
88
+ background-color: transparent;
89
+ }.checkbox-group__error_1w58l {
90
90
  border-left: 1px solid #f15045;
91
91
  }
92
- .checkbox-group__label_rpvie {
92
+ .checkbox-group__label_1w58l {
93
93
  color: #fff;
94
94
  }
95
- .checkbox-group__errorMessage_rpvie {
95
+ .checkbox-group__errorMessage_1w58l {
96
96
  color: #f15045;
97
97
  }
98
- .checkbox-group__hint_rpvie {
98
+ .checkbox-group__hint_1w58l {
99
99
  color: #8d8d93;
100
- }.checkbox__box_14fmf {
100
+ }.checkbox__box_6ioox {
101
101
  color: #000;
102
102
  background-color: #000;
103
103
  border: 1.5px solid #8d8d93;
104
104
  }
105
- .checkbox__checkedIcon_14fmf {
105
+ .checkbox__checkedIcon_6ioox {
106
106
  color: #000;
107
107
  }
108
- .checkbox__component_14fmf:hover:not(.checkbox__disabled_14fmf):not(.checkbox__inactive_14fmf) .checkbox__box_14fmf {
108
+ .checkbox__component_6ioox:hover:not(.checkbox__disabled_6ioox):not(.checkbox__inactive_6ioox) .checkbox__box_6ioox {
109
109
  background-color: #000;
110
110
  border-color: #8d8d93;
111
111
  }
112
- .checkbox__component_14fmf:active:not(.checkbox__disabled_14fmf):not(.checkbox__inactive_14fmf) .checkbox__box_14fmf {
112
+ .checkbox__component_6ioox:active:not(.checkbox__disabled_6ioox):not(.checkbox__inactive_6ioox) .checkbox__box_6ioox {
113
113
  background-color: #000;
114
114
  border-color: #fff;
115
115
  }
116
- .checkbox__checked_14fmf .checkbox__box_14fmf {
116
+ .checkbox__checked_6ioox .checkbox__box_6ioox {
117
117
  background-color: #fff;
118
118
  border-color: transparent;
119
119
  }
120
- .checkbox__checked_14fmf:hover:not(.checkbox__disabled_14fmf):not(.checkbox__inactive_14fmf) .checkbox__box_14fmf {
120
+ .checkbox__checked_6ioox:hover:not(.checkbox__disabled_6ioox):not(.checkbox__inactive_6ioox) .checkbox__box_6ioox {
121
121
  background-color: rgb(255, 255, 255);
122
122
  border-color: transparent;
123
123
  }
124
- .checkbox__checked_14fmf:active:not(.checkbox__disabled_14fmf):not(.checkbox__inactive_14fmf) .checkbox__box_14fmf {
124
+ .checkbox__checked_6ioox:active:not(.checkbox__disabled_6ioox):not(.checkbox__inactive_6ioox) .checkbox__box_6ioox {
125
125
  background-color: rgb(255, 255, 255);
126
126
  border-color: transparent;
127
127
  }
128
- .checkbox__indeterminate_14fmf .checkbox__box_14fmf {
128
+ .checkbox__indeterminate_6ioox .checkbox__box_6ioox {
129
129
  background-color: #fff;
130
130
  border-color: transparent;
131
131
  }
132
- .checkbox__indeterminate_14fmf:hover:not(.checkbox__disabled_14fmf):not(.checkbox__inactive_14fmf) .checkbox__box_14fmf {
132
+ .checkbox__indeterminate_6ioox:hover:not(.checkbox__disabled_6ioox):not(.checkbox__inactive_6ioox) .checkbox__box_6ioox {
133
133
  background-color: rgb(255, 255, 255);
134
134
  border-color: transparent;
135
135
  }
136
- .checkbox__indeterminate_14fmf:active:not(.checkbox__disabled_14fmf):not(.checkbox__inactive_14fmf) .checkbox__box_14fmf {
136
+ .checkbox__indeterminate_6ioox:active:not(.checkbox__disabled_6ioox):not(.checkbox__inactive_6ioox) .checkbox__box_6ioox {
137
137
  background-color: rgb(255, 255, 255);
138
138
  border-color: transparent;
139
139
  }
140
- .checkbox__disabled_14fmf .checkbox__box_14fmf {
140
+ .checkbox__disabled_6ioox .checkbox__box_6ioox {
141
141
  background-color: #000;
142
142
  border-color: #2a2a2c;
143
143
  }
144
- .checkbox__disabled_14fmf.checkbox__checked_14fmf .checkbox__box_14fmf {
144
+ .checkbox__disabled_6ioox.checkbox__checked_6ioox .checkbox__box_6ioox {
145
145
  background-color: #3a3a3c;
146
146
  border-color: transparent;
147
147
  }
148
- .checkbox__disabled_14fmf.checkbox__indeterminate_14fmf .checkbox__box_14fmf {
148
+ .checkbox__disabled_6ioox.checkbox__indeterminate_6ioox .checkbox__box_6ioox {
149
149
  background-color: #3a3a3c;
150
150
  border-color: transparent;
151
151
  }
152
- .checkbox__disabled_14fmf .checkbox__label_14fmf {
152
+ .checkbox__disabled_6ioox .checkbox__label_6ioox {
153
153
  color: #8d8d93;
154
154
  }
155
- .checkbox__disabled_14fmf .checkbox__hint_14fmf {
155
+ .checkbox__disabled_6ioox .checkbox__hint_6ioox {
156
156
  color: #8d8d93;
157
157
  }
158
- .checkbox__inactive_14fmf .checkbox__box_14fmf {
158
+ .checkbox__inactive_6ioox .checkbox__box_6ioox {
159
159
  background-color: #3a3a3c;
160
160
  border-color: #464649;
161
161
  }
162
- .checkbox__inactive_14fmf.checkbox__checked_14fmf .checkbox__box_14fmf {
162
+ .checkbox__inactive_6ioox.checkbox__checked_6ioox .checkbox__box_6ioox {
163
163
  color: #464649;
164
164
  border-color: transparent;
165
165
  }
166
- .checkbox__inactive_14fmf.checkbox__indeterminate_14fmf .checkbox__box_14fmf {
166
+ .checkbox__inactive_6ioox.checkbox__indeterminate_6ioox .checkbox__box_6ioox {
167
167
  border-color: transparent;
168
168
  }
169
- .checkbox__focused_14fmf .checkbox__box_14fmf {
169
+ .checkbox__focused_6ioox .checkbox__box_6ioox {
170
170
  outline: 2px solid #0072ef;
171
171
  }
172
- .checkbox__label_14fmf {
172
+ .checkbox__label_6ioox {
173
173
  color: #fff;
174
174
  }
175
- .checkbox__errorMessage_14fmf {
175
+ .checkbox__errorMessage_6ioox {
176
176
  color: #f15045;
177
177
  }
178
- .checkbox__hint_14fmf {
178
+ .checkbox__hint_6ioox {
179
179
  color: #8d8d93;
180
180
  }
181
- .checkbox__inactive_14fmf .checkbox__indeterminateLine_14fmf {
181
+ .checkbox__inactive_6ioox .checkbox__indeterminateLine_6ioox {
182
182
  background-color: #464649;
183
183
  }
184
- .checkbox__indeterminateLine_14fmf {
184
+ .checkbox__indeterminateLine_6ioox {
185
185
  background-color: #000;
186
- }.divider__component_uq8jp {
186
+ }.divider__component_wkhhs {
187
187
  border-bottom: 1px solid #2b2b2e;
188
- }.code-input__error_1gw1a {
188
+ }.dropzone__component_1p4nv {
189
+ border: 2px dashed #464649;
190
+ }
191
+ .dropzone__component_1p4nv:not(.dropzone__disabled_1p4nv):hover {
192
+ background-color: transparent;
193
+ }
194
+ .dropzone__dragOver_1p4nv {
195
+ background-color: transparent;
196
+ }
197
+ .dropzone__error_1p4nv {
198
+ border-color: #ef3124;
199
+ }
200
+ .dropzone__overlay_jmq5o {
201
+ background: #202022;
202
+ }
203
+ .dropzone__text_jmq5o {
204
+ color: #fff;
205
+ }.code-input__error_10q47 {
189
206
  color: #f15045;
190
207
  }
191
- @keyframes code-input__shake_1gw1a {
208
+ @keyframes code-input__shake_10q47 {
192
209
  }
193
- .code-input__input_iulqv {
210
+ .code-input__input_1cnxe {
194
211
  background-color: #202022;
195
212
  color: #fff
196
213
  }
197
- .code-input__input_iulqv.code-input__hasError_iulqv {
214
+ .code-input__input_1cnxe.code-input__hasError_1cnxe {
198
215
  color: #f15045;
199
216
  caret-color: #fff;
200
217
  background-color: #35110d;
201
218
  }
202
- .code-input__input_iulqv.code-input__disabled_iulqv {
219
+ .code-input__input_1cnxe.code-input__disabled_1cnxe {
203
220
  color: #464649;
204
221
  }
205
- .code-input__input_iulqv:-webkit-autofill {
222
+ .code-input__input_1cnxe:-webkit-autofill {
206
223
  -webkit-text-fill-color: #fff;
207
- }.dropzone__component_1xzlt {
208
- border: 2px dashed #464649;
209
- }
210
- .dropzone__component_1xzlt:not(.dropzone__disabled_1xzlt):hover {
211
- background-color: transparent;
212
- }
213
- .dropzone__dragOver_1xzlt {
214
- background-color: transparent;
215
- }
216
- .dropzone__error_1xzlt {
217
- border-color: #ef3124;
218
- }
219
- .dropzone__overlay_livtz {
220
- background: #202022;
221
- }
222
- .dropzone__text_livtz {
223
- color: #fff;
224
- }.form-control__component_iq4jp {
224
+ }.form-control__component_1ut34 {
225
225
  color: #fff;
226
226
  }
227
- .form-control__inner_iq4jp {
227
+ .form-control__inner_1ut34 {
228
228
  background-color: #202022;
229
229
  }
230
- .form-control__label_iq4jp {
230
+ .form-control__label_1ut34 {
231
231
  color: #8d8d93;
232
232
  }
233
- .form-control__hint_iq4jp {
233
+ .form-control__hint_1ut34 {
234
234
  color: #8d8d93;
235
235
  }
236
- .form-control__disabled_iq4jp {
236
+ .form-control__disabled_1ut34 {
237
237
  background-color: #202022;
238
238
  color: #8d8d93;
239
239
  }
240
- .form-control__focused_iq4jp.form-control__inner_iq4jp {
240
+ .form-control__focused_1ut34.form-control__inner_1ut34 {
241
241
  background-color: #202022;
242
242
  }
243
- .form-control__inner_iq4jp:not(.form-control__disabled_iq4jp):hover {
243
+ .form-control__inner_1ut34:not(.form-control__disabled_1ut34):hover {
244
244
  background-color: #202022;
245
245
  }
246
- .form-control__error_iq4jp {
246
+ .form-control__error_1ut34 {
247
247
  color: #f15045;
248
248
  }
249
- .form-control__hasError_iq4jp .form-control__label_iq4jp {
249
+ .form-control__hasError_1ut34 .form-control__label_1ut34 {
250
250
  color: #f15045;
251
251
  }
252
252
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
253
253
  }
254
- .form-control__component_1md99 {
254
+ .form-control__component_zf3rf {
255
255
  color: #000;
256
256
  }
257
- .form-control__inner_1md99 {
257
+ .form-control__inner_zf3rf {
258
258
  background-color: #f3f4f5;
259
259
  }
260
- .form-control__label_1md99 {
260
+ .form-control__label_zf3rf {
261
261
  color: rgba(60, 60, 67, 0.6);
262
262
  }
263
- .form-control__hint_1md99 {
263
+ .form-control__hint_zf3rf {
264
264
  color: rgba(60, 60, 67, 0.6);
265
265
  }
266
- .form-control__disabled_1md99 {
266
+ .form-control__disabled_zf3rf {
267
267
  background-color: #f3f4f5;
268
268
  color: rgba(60, 60, 67, 0.6);
269
269
  }
270
- .form-control__focused_1md99.form-control__inner_1md99 {
270
+ .form-control__focused_zf3rf.form-control__inner_zf3rf {
271
271
  background-color: #f3f4f5;
272
272
  }
273
- .form-control__inner_1md99:not(.form-control__disabled_1md99):hover {
273
+ .form-control__inner_zf3rf:not(.form-control__disabled_zf3rf):hover {
274
274
  background-color: #f3f4f5;
275
275
  }
276
- .form-control__error_1md99 {
276
+ .form-control__error_zf3rf {
277
277
  color: #ef3124;
278
278
  }
279
- .form-control__hasError_1md99 .form-control__label_1md99 {
279
+ .form-control__hasError_zf3rf .form-control__label_zf3rf {
280
280
  color: #ef3124;
281
- }.hatching-progress-bar__container_456vx {
281
+ }.hatching-progress-bar__container_g8f6l {
282
282
  background: rgba(255, 255, 255, 0.1);
283
283
  }
284
- .hatching-progress-bar__hatch_456vx {
284
+ .hatching-progress-bar__hatch_g8f6l {
285
285
  background: repeating-linear-gradient(
286
286
  -45deg,
287
287
  #464649 6px 10px,
288
288
  rgba(255, 255, 255, 0) 10px 18px
289
289
  );
290
290
  }
291
- .hatching-progress-bar__positive_456vx {
291
+ .hatching-progress-bar__positive_g8f6l {
292
292
  background: #2fc26e;
293
293
  }
294
- .hatching-progress-bar__attention_456vx {
294
+ .hatching-progress-bar__attention_g8f6l {
295
295
  background: #f6bf65;
296
296
  }
297
- .hatching-progress-bar__negative_456vx {
297
+ .hatching-progress-bar__negative_g8f6l {
298
298
  background: #d91d0b;
299
299
  }
300
- .hatching-progress-bar__link_456vx {
300
+ .hatching-progress-bar__link_g8f6l {
301
301
  background: #0072ef;
302
302
  }
303
- .hatching-progress-bar__tertiary_456vx {
303
+ .hatching-progress-bar__tertiary_g8f6l {
304
304
  background: #464649;
305
305
  }
306
- .hatching-progress-bar__secondary_456vx {
306
+ .hatching-progress-bar__secondary_g8f6l {
307
307
  background: #8d8d93;
308
308
  }
309
- .hatching-progress-bar__primary_456vx {
309
+ .hatching-progress-bar__primary_g8f6l {
310
310
  background: #fff;
311
311
  }
312
- .hatching-progress-bar__accent_456vx {
312
+ .hatching-progress-bar__accent_g8f6l {
313
313
  background: #ef3124;
314
- }.icon-view__component_inbdm {
315
- color: rgba(235, 235, 245, 0.6);
316
- }
317
- .icon-view__bg_inbdm {
318
- fill: #f3f4f5;
319
- }
320
- .icon-view__border_inbdm {
321
- stroke: rgba(255, 255, 255, 0.1);
322
- fill: transparent;
323
314
  }@media (max-width: 599px) {
324
315
  }
325
316
  @media (min-width: 360px) {
@@ -368,246 +359,258 @@
368
359
  }
369
360
  @media (min-width: 1920px) {
370
361
  }
371
- .list__list_1ypq5 {
362
+ .icon-view__component_1y92w {
363
+ color: rgba(235, 235, 245, 0.6);
364
+ }
365
+ .icon-view__bg_1y92w {
366
+ fill: #f3f4f5;
367
+ }
368
+ .icon-view__border_1y92w {
369
+ stroke: rgba(255, 255, 255, 0.1);
370
+ fill: transparent;
371
+ }.list__list_ylqdj {
372
372
  color: #fff;
373
373
  }
374
- .list__slot_1ypq5 {
374
+ .list__slot_ylqdj {
375
375
  color: #fff;
376
- }.link__primary_wqjjq {
376
+ }.link__primary_14v9q {
377
377
  color: #fff;
378
378
  border-bottom-color: #fff
379
379
  }
380
- .link__primary_wqjjq:hover {
380
+ .link__primary_14v9q:hover {
381
381
  color: rgb(255, 255, 255);
382
382
  }
383
- .link__primary_wqjjq:active {
383
+ .link__primary_14v9q:active {
384
384
  color: rgb(255, 255, 255);
385
385
  }
386
- .link__secondary_wqjjq {
386
+ .link__secondary_14v9q {
387
387
  color: #8d8d93;
388
388
  border-bottom-color: #8d8d93
389
389
  }
390
- .link__secondary_wqjjq:hover {
390
+ .link__secondary_14v9q:hover {
391
391
  color: rgb(164, 164, 169);
392
392
  }
393
- .link__secondary_wqjjq:active {
393
+ .link__secondary_14v9q:active {
394
394
  color: rgb(187, 187, 190);
395
395
  }
396
- .link__defaultView_wqjjq {
396
+ .link__defaultView_14v9q {
397
397
  color: #0072ef;
398
398
  border-bottom-color: #0072ef
399
399
  }
400
- .link__defaultView_wqjjq:hover {
400
+ .link__defaultView_14v9q:hover {
401
401
  color: rgb(51, 142, 242);
402
402
  }
403
- .link__defaultView_wqjjq:active {
403
+ .link__defaultView_14v9q:active {
404
404
  color: rgb(102, 170, 245);
405
405
  }
406
- .link__component_d8gdu:hover .link__text_d8gdu,
407
- .link__component_d8gdu:active .link__text_d8gdu {
406
+ .link__component_1uzqr:hover .link__text_1uzqr,
407
+ .link__component_1uzqr:active .link__text_1uzqr {
408
408
  border-bottom-color: rgba(0, 0, 0, 0);
409
409
  }
410
- .link__focused_d8gdu {
410
+ .link__focused_1uzqr {
411
411
  outline: 2px solid #0072ef;
412
412
  }
413
- .link__primary_mzlt6 {
413
+ .link__pseudo_1uzqr {
414
+ background-color: transparent;
415
+ }
416
+ .link__primary_8rpsk {
414
417
  color: #000;
415
418
  border-bottom-color: #000
416
419
  }
417
- .link__primary_mzlt6:hover {
420
+ .link__primary_8rpsk:hover {
418
421
  color: rgb(204, 204, 204);
419
422
  }
420
- .link__primary_mzlt6:active {
423
+ .link__primary_8rpsk:active {
421
424
  color: rgb(153, 153, 153);
422
425
  }
423
- .link__secondary_mzlt6 {
426
+ .link__secondary_8rpsk {
424
427
  color: #8a8a8e;
425
428
  border-bottom-color: #8a8a8e
426
429
  }
427
- .link__secondary_mzlt6:hover {
430
+ .link__secondary_8rpsk:hover {
428
431
  color: rgb(146, 150, 156);
429
432
  }
430
- .link__secondary_mzlt6:active {
433
+ .link__secondary_8rpsk:active {
431
434
  color: rgb(109, 113, 117);
432
435
  }
433
- .link__defaultView_mzlt6 {
436
+ .link__defaultView_8rpsk {
434
437
  color: #0072ef;
435
438
  border-bottom-color: #0072ef
436
439
  }
437
- .link__defaultView_mzlt6:hover {
440
+ .link__defaultView_8rpsk:hover {
438
441
  color: rgb(0, 98, 204);
439
442
  }
440
- .link__defaultView_mzlt6:active {
443
+ .link__defaultView_8rpsk:active {
441
444
  color: rgb(0, 73, 153);
442
- }@keyframes loader__blink_1fard {
443
- }.progress-bar__container_f2lc4 {
445
+ }@keyframes loader__blink_1ofe4 {
446
+ }.progress-bar__container_11311 {
444
447
  background: rgba(255, 255, 255, 0.1)
445
448
  }
446
- .progress-bar__filled_f2lc4.progress-bar__positive_f2lc4 {
449
+ .progress-bar__filled_11311.progress-bar__positive_11311 {
447
450
  background: #2fc26e;
448
451
  }
449
- .progress-bar__filled_f2lc4.progress-bar__negative_f2lc4 {
452
+ .progress-bar__filled_11311.progress-bar__negative_11311 {
450
453
  background: #d91d0b;
451
454
  }
452
- .progress-bar__filled_f2lc4.progress-bar__attention_f2lc4 {
455
+ .progress-bar__filled_11311.progress-bar__attention_11311 {
453
456
  background: #f6bf65;
454
457
  }
455
- .progress-bar__filled_f2lc4.progress-bar__link_f2lc4 {
458
+ .progress-bar__filled_11311.progress-bar__link_11311 {
456
459
  background: #0072ef;
457
460
  }
458
- .progress-bar__filled_f2lc4.progress-bar__tertiary_f2lc4 {
461
+ .progress-bar__filled_11311.progress-bar__tertiary_11311 {
459
462
  background: #464649;
460
463
  }
461
- .progress-bar__filled_f2lc4.progress-bar__secondary_f2lc4 {
464
+ .progress-bar__filled_11311.progress-bar__secondary_11311 {
462
465
  background: #8d8d93;
463
466
  }
464
- .progress-bar__filled_f2lc4.progress-bar__primary_f2lc4 {
467
+ .progress-bar__filled_11311.progress-bar__primary_11311 {
465
468
  background: #fff;
466
469
  }
467
- .progress-bar__filled_f2lc4.progress-bar__accent_f2lc4 {
470
+ .progress-bar__filled_11311.progress-bar__accent_11311 {
468
471
  background: #ef3124;
469
- }.pure-input__input_1b219 {
472
+ }.pure-input__input_qrn8m {
470
473
  color: #fff;
471
474
  caret-color: #0072ef;
472
475
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
473
476
  }
474
- .pure-input__input_1b219:-webkit-autofill {
477
+ .pure-input__input_qrn8m:-webkit-autofill {
475
478
  -webkit-text-fill-color: #fff;
476
479
  }
477
- .pure-input__input_1b219::placeholder {
480
+ .pure-input__input_qrn8m::placeholder {
478
481
  color: #8d8d93;
479
482
  }
480
- .pure-input__hasLabel_1b219::placeholder {
483
+ .pure-input__hasInnerLabel_qrn8m::placeholder {
481
484
  color: #464649;
482
485
  }
483
- .pure-input__clearIcon_1b219 {
486
+ .pure-input__clearIcon_qrn8m {
484
487
  color: #fff;
485
488
  }
486
- .pure-input__input_1b219:read-only {
489
+ .pure-input__input_qrn8m:read-only {
487
490
  color: #8d8d93
488
491
  }
489
- .pure-input__input_1b219:read-only:focus::placeholder {
492
+ .pure-input__input_qrn8m:read-only:focus::placeholder {
490
493
  color: #8d8d93;
491
494
  }
492
- .pure-input__input_1b219:disabled {
495
+ .pure-input__input_qrn8m:disabled {
493
496
  color: #fff;
494
497
  -webkit-text-fill-color: #fff;
495
498
  }
496
- .pure-input__input_1b219:focus::placeholder {
499
+ .pure-input__input_qrn8m:focus::placeholder {
497
500
  color: rgba(235, 235, 245, 0.3);
498
501
  }
499
- .pure-input__error_1b219 {
502
+ .pure-input__error_qrn8m {
500
503
  color: #f15045;
501
504
  caret-color: #f15045;
502
505
  }
503
- .pure-input__component_1b219 {
506
+ .pure-input__component_qrn8m {
504
507
  color: #fff;
505
508
  background-color: #202022;
506
509
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
507
510
  }
508
- .pure-input__component_1b219::placeholder {
511
+ .pure-input__component_qrn8m::placeholder {
509
512
  color: #8d8d93;
510
513
  }
511
- .pure-input__component_1b219:disabled {
514
+ .pure-input__component_qrn8m:disabled {
512
515
  color: #fff;
513
516
  background-color: #202022;
514
517
  }
515
- .pure-input__component_1b219:not(:disabled):focus::placeholder {
518
+ .pure-input__component_qrn8m:not(:disabled):focus::placeholder {
516
519
  color: rgba(235, 235, 245, 0.3);
517
520
  }
518
- .pure-input__focusVisible_1b219 {
521
+ .pure-input__focusVisible_qrn8m {
519
522
  outline: 2px solid #0072ef;
520
523
  }
521
- .pure-input__component_1b219:not(:disabled):hover {
524
+ .pure-input__component_qrn8m:not(:disabled):hover {
522
525
  background-color: #202022;
523
- }.radio-group__error_1ejvq {
526
+ }.radio-group__error_1orgk {
524
527
  border-left: 1px solid #f15045;
525
528
  }
526
- .radio-group__label_1ejvq {
529
+ .radio-group__label_1orgk {
527
530
  color: #fff;
528
531
  }
529
- .radio-group__errorMessage_1ejvq {
532
+ .radio-group__errorMessage_1orgk {
530
533
  color: #f15045;
531
534
  }
532
- .radio-group__hint_1ejvq {
535
+ .radio-group__hint_1orgk {
533
536
  color: #8d8d93;
534
- }.radio__container_1gmhz:not(.radio__checked_1gmhz):not(.radio__disabled_1gmhz):not(.radio__inactive_1gmhz) .radio__circle_1gmhz {
537
+ }.radio__container_1pflr:not(.radio__checked_1pflr):not(.radio__disabled_1pflr):not(.radio__inactive_1pflr) .radio__circle_1pflr {
535
538
  background-color: #000;
536
539
  border: 1.5px solid #8d8d93;
537
540
  }
538
- .radio__container_1gmhz:not(.radio__checked_1gmhz):not(.radio__disabled_1gmhz):not(.radio__inactive_1gmhz):hover:not(:active) .radio__circle_1gmhz {
541
+ .radio__container_1pflr:not(.radio__checked_1pflr):not(.radio__disabled_1pflr):not(.radio__inactive_1pflr):hover:not(:active) .radio__circle_1pflr {
539
542
  background-color: #000;
540
543
  border-color: #8d8d93;
541
544
  }
542
- .radio__container_1gmhz:not(.radio__checked_1gmhz):not(.radio__disabled_1gmhz):not(.radio__inactive_1gmhz):active .radio__circle_1gmhz {
545
+ .radio__container_1pflr:not(.radio__checked_1pflr):not(.radio__disabled_1pflr):not(.radio__inactive_1pflr):active .radio__circle_1pflr {
543
546
  background-color: #000;
544
547
  border-color: #fff;
545
548
  }
546
- .radio__container_1gmhz.radio__disabled_1gmhz .radio__circle_1gmhz {
549
+ .radio__container_1pflr.radio__disabled_1pflr .radio__circle_1pflr {
547
550
  background-color: #000;
548
551
  border: 1.5px solid #2a2a2c;
549
552
  }
550
- .radio__container_1gmhz.radio__disabled_1gmhz .radio__label_1gmhz {
553
+ .radio__container_1pflr.radio__disabled_1pflr .radio__label_1pflr {
551
554
  color: #8d8d93;
552
555
  }
553
- .radio__container_1gmhz.radio__disabled_1gmhz .radio__hint_1gmhz {
556
+ .radio__container_1pflr.radio__disabled_1pflr .radio__hint_1pflr {
554
557
  color: #8d8d93;
555
558
  }
556
- .radio__container_1gmhz.radio__inactive_1gmhz .radio__circle_1gmhz {
559
+ .radio__container_1pflr.radio__inactive_1pflr .radio__circle_1pflr {
557
560
  background-color: #3a3a3c;
558
561
  border: 1px solid #464649;
559
562
  }
560
- .radio__container_1gmhz.radio__inactive_1gmhz.radio__checked_1gmhz .radio__circle_1gmhz:before {
563
+ .radio__container_1pflr.radio__inactive_1pflr.radio__checked_1pflr .radio__circle_1pflr:before {
561
564
  background-color: #464649;
562
565
  }
563
- .radio__container_1gmhz.radio__checked_1gmhz .radio__circle_1gmhz {
566
+ .radio__container_1pflr.radio__checked_1pflr .radio__circle_1pflr {
564
567
  background-color: #fff;
565
568
  border: 1.5px solid transparent;
566
569
  }
567
- .radio__container_1gmhz.radio__checked_1gmhz:hover .radio__circle_1gmhz {
570
+ .radio__container_1pflr.radio__checked_1pflr:hover .radio__circle_1pflr {
568
571
  background-color: rgb(255, 255, 255);
569
572
  border-color: transparent;
570
573
  }
571
- .radio__container_1gmhz.radio__checked_1gmhz:active .radio__circle_1gmhz {
574
+ .radio__container_1pflr.radio__checked_1pflr:active .radio__circle_1pflr {
572
575
  background-color: rgb(255, 255, 255);
573
576
  border-color: transparent;
574
577
  }
575
- .radio__container_1gmhz.radio__focused_1gmhz .radio__circle_1gmhz {
578
+ .radio__container_1pflr.radio__focused_1pflr .radio__circle_1pflr {
576
579
  outline: 2px solid #0072ef;
577
580
  }
578
- .radio__container_1gmhz.radio__disabled_1gmhz.radio__checked_1gmhz .radio__circle_1gmhz,
579
- .radio__container_1gmhz.radio__inactive_1gmhz.radio__checked_1gmhz .radio__circle_1gmhz {
581
+ .radio__container_1pflr.radio__disabled_1pflr.radio__checked_1pflr .radio__circle_1pflr,
582
+ .radio__container_1pflr.radio__inactive_1pflr.radio__checked_1pflr .radio__circle_1pflr {
580
583
  background-color: #3a3a3c;
581
584
  border-color: transparent;
582
585
  }
583
- .radio__circle_1gmhz:before {
586
+ .radio__circle_1pflr:before {
584
587
  background-color: #000;
585
588
  }
586
- .radio__label_1gmhz {
589
+ .radio__label_1pflr {
587
590
  color: #fff;
588
591
  }
589
- .radio__hint_1gmhz {
592
+ .radio__hint_1pflr {
590
593
  color: #8d8d93;
591
- }.scrollbar__component_1b6y8 .scrollbar:before {
594
+ }.scrollbar__component_gmgug .scrollbar:before {
592
595
  background-color: rgba(255, 255, 255, 0.3);
593
596
  }
594
- .scrollbar__component_1b6y8.dragging .track .scrollbar.visible:before {
597
+ .scrollbar__component_gmgug.dragging .track .scrollbar.visible:before {
595
598
  background-color: rgba(255, 255, 255, 0.6);
596
599
  }
597
600
 
598
- .scrollbar__component_u88cp .scrollbar:before {
601
+ .scrollbar__component_1ij0n .scrollbar:before {
599
602
  background-color: rgba(0, 0, 0, 0.3);
600
603
  }
601
- .scrollbar__component_u88cp.dragging .track .scrollbar.visible:before {
604
+ .scrollbar__component_1ij0n.dragging .track .scrollbar.visible:before {
602
605
  background-color: rgba(0, 0, 0, 0.6);
603
- }.skeleton__component_vf3ql {
606
+ }.skeleton__component_1s9rx {
604
607
  color: transparent;
605
608
  background: rgba(255, 255, 255, 0.1);
606
609
  }
607
- .skeleton__component_vf3ql:before {
610
+ .skeleton__component_1s9rx:before {
608
611
  background: transparent;
609
612
  }
610
- .skeleton__animate_vf3ql:after {
613
+ .skeleton__animate_1s9rx:after {
611
614
  background-image: linear-gradient(
612
615
  to left,
613
616
  rgba(0, 0, 0, 0),
@@ -617,246 +620,246 @@
617
620
  rgba(0, 0, 0, 0)
618
621
  );
619
622
  }
620
- @keyframes skeleton__gradient_vf3ql {
623
+ @keyframes skeleton__gradient_1s9rx {
621
624
  }
622
- @keyframes skeleton__background_vf3ql {
625
+ @keyframes skeleton__background_1s9rx {
623
626
  0% {
624
627
  background: rgb(182, 188, 195);
625
628
  }
626
629
  100% {
627
630
  background: rgb(198, 205, 214);
628
631
  }
629
- }.slider__component_148yo .noUi-base:hover {
632
+ }.slider__component_ui5eb .noUi-base:hover {
630
633
  background: #2a2a2c
631
634
  }
632
- .slider__component_148yo .noUi-base:hover .noUi-connect {
635
+ .slider__component_ui5eb .noUi-base:hover .noUi-connect {
633
636
  background: #d91d0b;
634
637
  }
635
- .slider__component_148yo .noUi-handle:hover .noUi-touch-area {
638
+ .slider__component_ui5eb .noUi-handle:hover .noUi-touch-area {
636
639
  background: rgb(240, 63, 51);
637
640
  }
638
- .slider__component_148yo .noUi-handle:active .noUi-touch-area {
641
+ .slider__component_ui5eb .noUi-handle:active .noUi-touch-area {
639
642
  background: rgb(241, 80, 69);
640
643
  }
641
- .slider__component_148yo .noUi-base {
644
+ .slider__component_ui5eb .noUi-base {
642
645
  background: #2a2a2c;
643
646
  }
644
- .slider__component_148yo .noUi-connect {
647
+ .slider__component_ui5eb .noUi-connect {
645
648
  background: #d91d0b;
646
649
  }
647
- .slider__component_148yo .noUi-handle {
650
+ .slider__component_ui5eb .noUi-handle {
648
651
  border: 2px solid transparent;
649
652
  }
650
- .slider__component_148yo .noUi-touch-area {
653
+ .slider__component_ui5eb .noUi-touch-area {
651
654
  background: #ef3124;
652
655
  }
653
- .slider__component_148yo .noUi-pips {
656
+ .slider__component_ui5eb .noUi-pips {
654
657
  color: #8d8d93;
655
- }.spinner__default_1k3t5 {
658
+ }.spinner__component_p8g3s {
656
659
  color: #fff;
657
660
  }
658
- .spinner__inverted_1k3t5 {
659
- color: #000;
661
+ @keyframes spinner__spin_animation_bw9e7 {
660
662
  }
661
- @keyframes spinner__spin_animation_1k3t5 {
662
- }.status__soft_4pd30.status__green_4pd30 {
663
+ .spinner__component_v2skh {
664
+ color: #000;
665
+ }.status__soft_1lc3a.status__green_1lc3a {
663
666
  background: rgba(19, 164, 99, 0.1);
664
667
  color: #13a463;
665
668
  }
666
- .status__soft_4pd30.status__orange_4pd30 {
669
+ .status__soft_1lc3a.status__orange_1lc3a {
667
670
  background: rgba(222, 106, 0, 0.1);
668
671
  color: #de6a00;
669
672
  }
670
- .status__soft_4pd30.status__red_4pd30 {
673
+ .status__soft_1lc3a.status__red_1lc3a {
671
674
  background: rgba(217, 29, 11, 0.1);
672
675
  color: #d91d0b;
673
676
  }
674
- .status__soft_4pd30.status__blue_4pd30 {
677
+ .status__soft_1lc3a.status__blue_1lc3a {
675
678
  background: rgba(0, 122, 255, 0.1);
676
679
  color: #007aff;
677
680
  }
678
- .status__soft_4pd30.status__grey_4pd30 {
681
+ .status__soft_1lc3a.status__grey_1lc3a {
679
682
  background: rgba(109, 121, 134, 0.1);
680
683
  color: #6d7986;
681
684
  }
682
- .status__soft_4pd30.status__teal_4pd30 {
685
+ .status__soft_1lc3a.status__teal_1lc3a {
683
686
  background: rgba(33, 145, 135, 0.1);
684
687
  color: #219187;
685
688
  }
686
- .status__soft_4pd30.status__purple_4pd30 {
689
+ .status__soft_1lc3a.status__purple_1lc3a {
687
690
  background: rgba(103, 58, 183, 0.1);
688
691
  color: #673ab7;
689
692
  }
690
- .status__contrast_4pd30 {
693
+ .status__contrast_1lc3a {
691
694
  color: #000
692
695
  }
693
- .status__contrast_4pd30.status__green_4pd30 {
696
+ .status__contrast_1lc3a.status__green_1lc3a {
694
697
  background: #13a463;
695
698
  }
696
- .status__contrast_4pd30.status__orange_4pd30 {
699
+ .status__contrast_1lc3a.status__orange_1lc3a {
697
700
  background: #de6a00;
698
701
  }
699
- .status__contrast_4pd30.status__red_4pd30 {
702
+ .status__contrast_1lc3a.status__red_1lc3a {
700
703
  background: #d91d0b;
701
704
  }
702
- .status__contrast_4pd30.status__blue_4pd30 {
705
+ .status__contrast_1lc3a.status__blue_1lc3a {
703
706
  background: #007aff;
704
707
  }
705
- .status__contrast_4pd30.status__grey_4pd30 {
708
+ .status__contrast_1lc3a.status__grey_1lc3a {
706
709
  background: #6d7986;
707
710
  }
708
- .status__contrast_4pd30.status__teal_4pd30 {
711
+ .status__contrast_1lc3a.status__teal_1lc3a {
709
712
  background: #219187;
710
713
  }
711
- .status__contrast_4pd30.status__purple_4pd30 {
714
+ .status__contrast_1lc3a.status__purple_1lc3a {
712
715
  background: #673ab7;
713
- }.switch__component_zjnt1 {
716
+ }.switch__component_aliah {
714
717
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
715
718
  }
716
- .switch__switch_zjnt1 {
719
+ .switch__switch_aliah {
717
720
  background-color: #8d8d93;
718
721
  border: 2px solid #8d8d93;
719
722
  }
720
- .switch__switch_zjnt1:before {
723
+ .switch__switch_aliah:before {
721
724
  background-color: #000;
722
725
  }
723
- .switch__label_zjnt1 {
726
+ .switch__label_aliah {
724
727
  color: #fff;
725
728
  }
726
- .switch__hint_zjnt1 {
729
+ .switch__hint_aliah {
727
730
  color: #8d8d93;
728
731
  }
729
- .switch__checked_zjnt1 .switch__switch_zjnt1 {
732
+ .switch__checked_aliah .switch__switch_aliah {
730
733
  background-color: #ef3124;
731
734
  border-color: #ef3124;
732
735
  }
733
- .switch__disabled_zjnt1 .switch__switch_zjnt1 {
736
+ .switch__disabled_aliah .switch__switch_aliah {
734
737
  background-color: #2a2a2c;
735
738
  border-color: #2a2a2c;
736
739
  }
737
- .switch__disabled_zjnt1 .switch__label_zjnt1 {
740
+ .switch__disabled_aliah .switch__label_aliah {
738
741
  color: #8d8d93;
739
742
  }
740
- .switch__disabled_zjnt1 .switch__hint_zjnt1 {
743
+ .switch__disabled_aliah .switch__hint_aliah {
741
744
  color: #8d8d93;
742
745
  }
743
- .switch__inactive_zjnt1 .switch__switch_zjnt1 {
746
+ .switch__inactive_aliah .switch__switch_aliah {
744
747
  background-color: #2a2a2c;
745
748
  border-color: #2a2a2c
746
749
  }
747
- .switch__inactive_zjnt1 .switch__switch_zjnt1:before {
750
+ .switch__inactive_aliah .switch__switch_aliah:before {
748
751
  background-color: #464649;
749
752
  }
750
- .switch__focused_zjnt1 .switch__switch_zjnt1 {
753
+ .switch__focused_aliah .switch__switch_aliah {
751
754
  outline: 2px solid #0072ef;
752
- }.tag__component_1e5jn {
755
+ }.tag__component_61wbb {
753
756
  color: #fff;
754
757
  border-color: transparent;
755
758
  background-color: #202022
756
759
  }
757
- .tag__component_1e5jn:disabled {
760
+ .tag__component_61wbb:disabled {
758
761
  border-color: transparent;
759
762
  color: #464649;
760
763
  background-color: rgba(32, 32, 34, 0.3);
761
764
  }
762
- .tag__component_1e5jn:hover:not(:disabled) {
765
+ .tag__component_61wbb:hover:not(:disabled) {
763
766
  border-color: transparent;
764
767
  background-color: #202022;
765
768
  }
766
- .tag__component_1e5jn:active:not(:disabled) {
769
+ .tag__component_61wbb:active:not(:disabled) {
767
770
  border-color: transparent;
768
771
  background-color: rgb(65, 65, 67);
769
772
  color: #fff;
770
773
  }
771
- .tag__checked_1e5jn {
774
+ .tag__checked_61wbb {
772
775
  border-color: transparent;
773
776
  background-color: #f3f4f5;
774
777
  color: #000
775
778
  }
776
- .tag__checked_1e5jn:disabled {
779
+ .tag__checked_61wbb:disabled {
777
780
  background-color: rgba(243, 244, 245, 0.3);
778
781
  border-color: transparent;
779
782
  color: #000;
780
783
  }
781
- .tag__checked_1e5jn:hover:not(:disabled):not(:active) {
784
+ .tag__checked_61wbb:hover:not(:disabled):not(:active) {
782
785
  background-color: #f3f4f5;
783
786
  }
784
- .tag__checked_1e5jn:active:not(:disabled) {
787
+ .tag__checked_61wbb:active:not(:disabled) {
785
788
  background-color: rgb(194, 195, 196);
786
789
  color: #000;
787
790
  }
788
- .tag__focused_if4au {
791
+ .tag__focused_1k65b {
789
792
  outline: 2px solid #0072ef;
790
793
  }
791
- .tag__component_1187t {
794
+ .tag__component_1s5oj {
792
795
  color: #fff;
793
796
  border-color: #464649;
794
797
  background-color: transparent
795
798
  }
796
- .tag__component_1187t:disabled {
799
+ .tag__component_1s5oj:disabled {
797
800
  border-color: #2b2b2e;
798
801
  color: #464649;
799
802
  background-color: transparent;
800
803
  }
801
- .tag__component_1187t:hover:not(:disabled) {
804
+ .tag__component_1s5oj:hover:not(:disabled) {
802
805
  border-color: #fff;
803
806
  background-color: transparent;
804
807
  }
805
- .tag__component_1187t:active:not(:disabled) {
808
+ .tag__component_1s5oj:active:not(:disabled) {
806
809
  border-color: #fff;
807
810
  background-color: rgba(255, 255, 255, 0.07);
808
811
  color: #fff;
809
812
  }
810
- .tag__checked_1187t {
813
+ .tag__checked_1s5oj {
811
814
  border-color: #fff;
812
815
  background-color: #fff;
813
816
  color: #000
814
817
  }
815
- .tag__checked_1187t:disabled {
818
+ .tag__checked_1s5oj:disabled {
816
819
  background-color: rgba(255, 255, 255, 0.3);
817
820
  border-color: transparent;
818
821
  color: #000;
819
822
  }
820
- .tag__checked_1187t:hover:not(:disabled):not(:active) {
823
+ .tag__checked_1s5oj:hover:not(:disabled):not(:active) {
821
824
  background-color: rgb(237, 237, 237);
822
825
  }
823
- .tag__checked_1187t:active:not(:disabled) {
826
+ .tag__checked_1s5oj:active:not(:disabled) {
824
827
  background-color: rgb(217, 217, 217);
825
828
  color: #000;
826
- }.typography__tertiary_tkaav {
829
+ }.typography__tertiary_1sj6j {
827
830
  color: #464649;
828
831
  }
829
- .typography__disabled_tkaav {
832
+ .typography__disabled_1sj6j {
830
833
  color: #2a2a2c;
831
834
  }
832
- .typography__accent_tkaav {
835
+ .typography__accent_1sj6j {
833
836
  color: #ef3124;
834
837
  }
835
- .typography__primary_tkaav {
838
+ .typography__primary_1sj6j {
836
839
  color: #fff;
837
840
  }
838
- .typography__attention_tkaav {
841
+ .typography__attention_1sj6j {
839
842
  color: #cb830f;
840
843
  }
841
- .typography__positive_tkaav {
844
+ .typography__positive_1sj6j {
842
845
  color: #13a463;
843
846
  }
844
- .typography__secondary_tkaav {
847
+ .typography__secondary_1sj6j {
845
848
  color: #8d8d93;
846
849
  }
847
- .typography__tertiary-inverted_tkaav {
850
+ .typography__tertiary-inverted_1sj6j {
848
851
  color: #c5c5c7;
849
852
  }
850
- .typography__primary-inverted_tkaav {
853
+ .typography__primary-inverted_1sj6j {
851
854
  color: #000;
852
855
  }
853
- .typography__secondary-inverted_tkaav {
856
+ .typography__secondary-inverted_1sj6j {
854
857
  color: #8a8a8e;
855
858
  }
856
- .typography__link_tkaav {
859
+ .typography__link_1sj6j {
857
860
  color: #0072ef;
858
861
  }
859
- .typography__negative_tkaav {
862
+ .typography__negative_1sj6j {
860
863
  color: #f15045;
861
864
  }
862
865
 
@@ -866,871 +869,870 @@
866
869
  @media screen and (min-width: 600px) {
867
870
  }
868
871
  @media screen and (min-width: 1024px) {
869
- }.button__primary_1uxng {
872
+ }.action-button__primary_zr68c {
873
+ color: #fff
874
+ }
875
+ .action-button__primary_zr68c .action-button__iconWrapper_zr68c {
876
+ color: #000;
877
+ background-color: #fff;
878
+ }
879
+ .action-button__primary_zr68c:hover .action-button__iconWrapper_zr68c {
880
+ background-color: rgb(217, 217, 217);
881
+ }
882
+ .action-button__primary_zr68c:active .action-button__iconWrapper_zr68c {
883
+ background-color: rgb(204, 204, 204);
884
+ }
885
+ .action-button__secondary_zr68c {
886
+ color: #fff
887
+ }
888
+ .action-button__secondary_zr68c .action-button__iconWrapper_zr68c {
889
+ color: #fff;
890
+ background-color: #202022;
891
+ }
892
+ .action-button__secondary_zr68c:hover .action-button__iconWrapper_zr68c {
893
+ background-color: rgb(48, 48, 49);
894
+ }
895
+ .action-button__secondary_zr68c:active .action-button__iconWrapper_zr68c {
896
+ background-color: rgb(65, 65, 67);
897
+ }
898
+ .action-button__component_jv0j9 {
899
+ -webkit-tap-highlight-color: transparent
900
+ }
901
+ .action-button__focused_jv0j9 {
902
+ outline: 2px solid #0072ef;
903
+ }
904
+ .action-button__primary_q3ytd {
905
+ color: #000
906
+ }
907
+ .action-button__primary_q3ytd .action-button__iconWrapper_q3ytd {
908
+ color: #fff;
909
+ background-color: #121212;
910
+ }
911
+ .action-button__primary_q3ytd:hover .action-button__iconWrapper_q3ytd {
912
+ background-color: rgb(35, 35, 35);
913
+ }
914
+ .action-button__primary_q3ytd:active .action-button__iconWrapper_q3ytd {
915
+ background-color: rgb(54, 54, 54);
916
+ }
917
+ .action-button__secondary_q3ytd {
918
+ color: #000
919
+ }
920
+ .action-button__secondary_q3ytd .action-button__iconWrapper_q3ytd {
921
+ color: #000;
922
+ background-color: #f3f4f5;
923
+ }
924
+ .action-button__secondary_q3ytd:hover .action-button__iconWrapper_q3ytd {
925
+ background-color: rgb(207, 207, 208);
926
+ }
927
+ .action-button__secondary_q3ytd:active .action-button__iconWrapper_q3ytd {
928
+ background-color: rgb(194, 195, 196);
929
+ }
930
+ .action-button__primary_c3c2g {
931
+ color: #000
932
+ }
933
+ .action-button__primary_c3c2g .action-button__iconWrapper_c3c2g {
934
+ color: #fff;
935
+ background-color: #121212;
936
+ }
937
+ .action-button__secondary_c3c2g {
938
+ color: #000
939
+ }
940
+ .action-button__secondary_c3c2g .action-button__iconWrapper_c3c2g {
941
+ color: #000;
942
+ background-color: #f3f4f5;
943
+ }.button__primary_17h5n {
870
944
  color: #000;
871
945
  background-color: #f3f4f5
872
946
  }
873
- .button__primary_1uxng:hover {
947
+ .button__primary_17h5n:hover {
874
948
  background-color: rgb(207, 207, 208);
875
949
  }
876
- .button__primary_1uxng:active {
950
+ .button__primary_17h5n:active {
877
951
  background-color: rgb(194, 195, 196);
878
952
  }
879
- .button__secondary_1uxng {
953
+ .button__secondary_17h5n {
880
954
  color: #fff;
881
955
  background-color: rgba(255, 255, 255, 0.1);
882
956
  border: 1px solid transparent
883
957
  }
884
- .button__secondary_1uxng:hover {
958
+ .button__secondary_17h5n:hover {
885
959
  background-color: rgba(255, 255, 255, 0.163);
886
960
  }
887
- .button__secondary_1uxng:active {
961
+ .button__secondary_17h5n:active {
888
962
  background-color: rgba(255, 255, 255, 0.235);
889
963
  }
890
- .button__outlined_1uxng {
964
+ .button__outlined_17h5n {
891
965
  color: #fff;
892
966
  background-color: transparent;
893
967
  border: 1px solid #c5c5c7
894
968
  }
895
- .button__outlined_1uxng:hover {
969
+ .button__outlined_17h5n:hover {
896
970
  background-color: rgba(0, 0, 0, 0.07);
897
971
  }
898
- .button__outlined_1uxng:active {
972
+ .button__outlined_17h5n:active {
899
973
  background-color: rgba(0, 0, 0, 0.15);
900
974
  }
901
- .button__tertiary_1uxng {
975
+ .button__tertiary_17h5n {
902
976
  color: #fff;
903
977
  background-color: transparent;
904
978
  border: 1px solid #c5c5c7
905
979
  }
906
- .button__tertiary_1uxng:hover {
980
+ .button__tertiary_17h5n:hover {
907
981
  background-color: rgba(255, 255, 255, 0.07);
908
982
  }
909
- .button__tertiary_1uxng:active {
983
+ .button__tertiary_17h5n:active {
910
984
  background-color: rgba(255, 255, 255, 0.15);
911
985
  }
912
- .button__filled_1uxng {
986
+ .button__filled_17h5n {
913
987
  color: #fff;
914
988
  background-color: #3a3a3c
915
989
  }
916
- .button__filled_1uxng:hover {
990
+ .button__filled_17h5n:hover {
917
991
  background-color: rgb(72, 72, 74);
918
992
  }
919
- .button__filled_1uxng:active {
993
+ .button__filled_17h5n:active {
920
994
  background-color: rgb(88, 88, 89);
921
995
  }
922
- .button__transparent_1uxng {
996
+ .button__transparent_17h5n {
923
997
  color: #fff;
924
998
  background-color: rgba(255, 255, 255, 0.1)
925
999
  }
926
- .button__transparent_1uxng:hover {
1000
+ .button__transparent_17h5n:hover {
927
1001
  background-color: rgba(255, 255, 255, 0.2);
928
1002
  }
929
- .button__transparent_1uxng:active {
1003
+ .button__transparent_17h5n:active {
930
1004
  background-color: rgba(255, 255, 255, 0.4);
931
1005
  }
932
- .button__link_1uxng {
1006
+ .button__link_17h5n {
933
1007
  color: #fff;
934
1008
  background-color: transparent
935
1009
  }
936
- .button__link_1uxng:hover {
1010
+ .button__link_17h5n:hover {
937
1011
  background-color: rgba(255, 255, 255, 0.163);
938
1012
  }
939
- .button__link_1uxng:active {
1013
+ .button__link_17h5n:active {
940
1014
  background-color: rgba(255, 255, 255, 0.235);
941
1015
  }
942
- .button__ghost_1uxng {
1016
+ .button__ghost_17h5n {
943
1017
  color: #fff
944
1018
  }
945
- .button__ghost_1uxng:hover {
1019
+ .button__ghost_17h5n:hover {
946
1020
  color: rgb(179, 179, 179);
947
1021
  }
948
- .button__ghost_1uxng:active {
1022
+ .button__ghost_17h5n:active {
949
1023
  color: rgb(128, 128, 128);
950
1024
  }
951
- .button__component_1uxng:disabled.button__primary_1uxng {
1025
+ .button__component_17h5n:disabled.button__primary_17h5n {
952
1026
  color: rgba(60, 60, 67, 0.3);
953
1027
  background-color: #f3f4f5
954
1028
  }
955
- .button__component_1uxng:disabled.button__primary_1uxng.button__loading_1uxng {
1029
+ .button__component_17h5n:disabled.button__primary_17h5n.button__loading_17h5n {
956
1030
  background-color: #f3f4f5;
957
1031
  }
958
- .button__component_1uxng:disabled.button__secondary_1uxng {
1032
+ .button__component_17h5n:disabled.button__secondary_17h5n {
959
1033
  color: rgba(255, 255, 255, 0.3);
960
1034
  background-color: rgba(255, 255, 255, 0.05);
961
1035
  border-color: transparent
962
1036
  }
963
- .button__component_1uxng:disabled.button__secondary_1uxng.button__loading_1uxng {
1037
+ .button__component_17h5n:disabled.button__secondary_17h5n.button__loading_17h5n {
964
1038
  color: #fff;
965
1039
  background-color: rgba(255, 255, 255, 0.1);
966
1040
  border-color: transparent;
967
1041
  }
968
- .button__component_1uxng:disabled.button__outlined_1uxng {
1042
+ .button__component_17h5n:disabled.button__outlined_17h5n {
969
1043
  color: rgba(255, 255, 255, 0.3);
970
1044
  background-color: transparent;
971
1045
  border-color: rgba(197, 197, 199, 0.3)
972
1046
  }
973
- .button__component_1uxng:disabled.button__outlined_1uxng.button__loading_1uxng {
1047
+ .button__component_17h5n:disabled.button__outlined_17h5n.button__loading_17h5n {
974
1048
  color: #fff;
975
1049
  }
976
- .button__component_1uxng:disabled.button__tertiary_1uxng {
1050
+ .button__component_17h5n:disabled.button__tertiary_17h5n {
977
1051
  color: rgba(255, 255, 255, 0.3);
978
1052
  background-color: transparent;
979
1053
  border-color: rgba(197, 197, 199, 0.3)
980
1054
  }
981
- .button__component_1uxng:disabled.button__tertiary_1uxng.button__loading_1uxng {
1055
+ .button__component_17h5n:disabled.button__tertiary_17h5n.button__loading_17h5n {
982
1056
  color: #fff;
983
1057
  }
984
- .button__component_1uxng:disabled.button__filled_1uxng {
1058
+ .button__component_17h5n:disabled.button__filled_17h5n {
985
1059
  color: rgba(255, 255, 255, 0.3);
986
1060
  background-color: rgba(58, 58, 60, 0.3)
987
1061
  }
988
- .button__component_1uxng:disabled.button__filled_1uxng.button__loading_1uxng {
1062
+ .button__component_17h5n:disabled.button__filled_17h5n.button__loading_17h5n {
989
1063
  color: #fff;
990
1064
  background-color: #3a3a3c;
991
1065
  }
992
- .button__component_1uxng:disabled.button__transparent_1uxng {
1066
+ .button__component_17h5n:disabled.button__transparent_17h5n {
993
1067
  color: rgba(255, 255, 255, 0.3);
994
1068
  background-color: rgba(255, 255, 255, 0.03)
995
1069
  }
996
- .button__component_1uxng:disabled.button__transparent_1uxng.button__loading_1uxng {
1070
+ .button__component_17h5n:disabled.button__transparent_17h5n.button__loading_17h5n {
997
1071
  color: #fff;
998
1072
  background-color: rgba(255, 255, 255, 0.1);
999
1073
  }
1000
- .button__component_1uxng:disabled.button__link_1uxng {
1074
+ .button__component_17h5n:disabled.button__link_17h5n {
1001
1075
  color: rgba(255, 255, 255, 0.3);
1002
1076
  background-color: transparent
1003
1077
  }
1004
- .button__component_1uxng:disabled.button__link_1uxng.button__loading_1uxng {
1078
+ .button__component_17h5n:disabled.button__link_17h5n.button__loading_17h5n {
1005
1079
  color: #fff;
1006
1080
  }
1007
- .button__component_1uxng:disabled.button__ghost_1uxng {
1081
+ .button__component_17h5n:disabled.button__ghost_17h5n {
1008
1082
  color: rgba(255, 255, 255, 0.3)
1009
1083
  }
1010
- .button__component_1uxng:disabled.button__ghost_1uxng.button__loading_1uxng {
1084
+ .button__component_17h5n:disabled.button__ghost_17h5n.button__loading_17h5n {
1011
1085
  color: #fff;
1012
1086
  }
1013
- .button__component_1qseb {
1087
+ .button__component_1mnkn {
1014
1088
  background-color: transparent
1015
1089
  }
1016
- .button__focused_1qseb {
1090
+ .button__focused_1mnkn {
1017
1091
  outline: 2px solid #0072ef;
1018
1092
  }
1019
- .button__primary_1jnly {
1093
+ .button__primary_w745c {
1020
1094
  color: #fff;
1021
1095
  background-color: #202022
1022
1096
  }
1023
- .button__primary_1jnly:hover {
1097
+ .button__primary_w745c:hover {
1024
1098
  background-color: rgb(48, 48, 49);
1025
1099
  }
1026
- .button__primary_1jnly:active {
1100
+ .button__primary_w745c:active {
1027
1101
  background-color: rgb(65, 65, 67);
1028
1102
  }
1029
- .button__secondary_1jnly {
1103
+ .button__secondary_w745c {
1030
1104
  color: #000;
1031
1105
  background-color: rgba(0, 0, 0, 0.08);
1032
1106
  border: 1px solid transparent
1033
1107
  }
1034
- .button__secondary_1jnly:hover {
1108
+ .button__secondary_w745c:hover {
1035
1109
  background-color: rgba(0, 0, 0, 0.218);
1036
1110
  }
1037
- .button__secondary_1jnly:active {
1111
+ .button__secondary_w745c:active {
1038
1112
  background-color: rgba(0, 0, 0, 0.264);
1039
1113
  }
1040
- .button__outlined_1jnly {
1114
+ .button__outlined_w745c {
1041
1115
  color: #fff;
1042
1116
  background-color: transparent;
1043
1117
  border: 1px solid #c5c5c7
1044
1118
  }
1045
- .button__outlined_1jnly:hover {
1119
+ .button__outlined_w745c:hover {
1046
1120
  background-color: rgba(255, 255, 255, 0.15);
1047
1121
  }
1048
- .button__outlined_1jnly:active {
1122
+ .button__outlined_w745c:active {
1049
1123
  background-color: rgba(0, 0, 0, 0.15);
1050
1124
  }
1051
- .button__tertiary_1jnly {
1125
+ .button__tertiary_w745c {
1052
1126
  color: #000;
1053
1127
  background-color: transparent;
1054
1128
  border: 1px solid #464649
1055
1129
  }
1056
- .button__tertiary_1jnly:hover {
1130
+ .button__tertiary_w745c:hover {
1057
1131
  background-color: rgba(18, 18, 18, 0.15);
1058
1132
  }
1059
- .button__tertiary_1jnly:active {
1133
+ .button__tertiary_w745c:active {
1060
1134
  background-color: rgba(18, 18, 18, 0.2);
1061
1135
  }
1062
- .button__filled_1jnly {
1136
+ .button__filled_w745c {
1063
1137
  color: #fff;
1064
1138
  background-color: #3a3a3c
1065
1139
  }
1066
- .button__filled_1jnly:hover {
1140
+ .button__filled_w745c:hover {
1067
1141
  background-color: rgb(99, 112, 126);
1068
1142
  }
1069
- .button__filled_1jnly:active {
1143
+ .button__filled_w745c:active {
1070
1144
  background-color: rgb(61, 74, 88);
1071
1145
  }
1072
- .button__transparent_1jnly {
1146
+ .button__transparent_w745c {
1073
1147
  color: #000;
1074
1148
  background-color: rgba(255, 255, 255, 0.1)
1075
1149
  }
1076
- .button__transparent_1jnly:hover {
1150
+ .button__transparent_w745c:hover {
1077
1151
  background-color: rgba(255, 255, 255, 0.2);
1078
1152
  }
1079
- .button__transparent_1jnly:active {
1153
+ .button__transparent_w745c:active {
1080
1154
  background-color: rgba(255, 255, 255, 0.05);
1081
1155
  }
1082
- .button__link_1jnly {
1156
+ .button__link_w745c {
1083
1157
  color: #000;
1084
1158
  background-color: transparent
1085
1159
  }
1086
- .button__link_1jnly:hover {
1160
+ .button__link_w745c:hover {
1087
1161
  background-color: rgba(18, 18, 18, 0.15);
1088
1162
  }
1089
- .button__link_1jnly:active {
1163
+ .button__link_w745c:active {
1090
1164
  background-color: rgba(18, 18, 18, 0.2);
1091
1165
  }
1092
- .button__ghost_1jnly {
1166
+ .button__ghost_w745c {
1093
1167
  color: #000
1094
1168
  }
1095
- .button__ghost_1jnly:hover {
1169
+ .button__ghost_w745c:hover {
1096
1170
  color: rgb(77, 77, 77);
1097
1171
  }
1098
- .button__ghost_1jnly:active {
1172
+ .button__ghost_w745c:active {
1099
1173
  color: rgb(128, 128, 128);
1100
1174
  }
1101
- .button__component_1jnly:disabled.button__primary_1jnly {
1175
+ .button__component_w745c:disabled.button__primary_w745c {
1102
1176
  color: rgba(235, 235, 245, 0.3);
1103
1177
  background-color: #202022
1104
1178
  }
1105
- .button__component_1jnly:disabled.button__primary_1jnly.button__loading_1jnly {
1179
+ .button__component_w745c:disabled.button__primary_w745c.button__loading_w745c {
1106
1180
  background-color: #202022;
1107
1181
  }
1108
- .button__component_1jnly:disabled.button__secondary_1jnly {
1182
+ .button__component_w745c:disabled.button__secondary_w745c {
1109
1183
  color: rgba(0, 0, 0, 0.3);
1110
1184
  background-color: rgba(18, 18, 18, 0.08);
1111
1185
  border-color: transparent
1112
1186
  }
1113
- .button__component_1jnly:disabled.button__secondary_1jnly.button__loading_1jnly {
1187
+ .button__component_w745c:disabled.button__secondary_w745c.button__loading_w745c {
1114
1188
  color: #000;
1115
1189
  background-color: rgba(0, 0, 0, 0.08);
1116
1190
  border-color: transparent;
1117
1191
  }
1118
- .button__component_1jnly:disabled.button__outlined_1jnly {
1192
+ .button__component_w745c:disabled.button__outlined_w745c {
1119
1193
  color: rgba(255, 255, 255, 0.3);
1120
1194
  background-color: transparent;
1121
1195
  border-color: rgba(35, 53, 73, 0.3)
1122
1196
  }
1123
- .button__component_1jnly:disabled.button__outlined_1jnly.button__loading_1jnly {
1197
+ .button__component_w745c:disabled.button__outlined_w745c.button__loading_w745c {
1124
1198
  color: #fff;
1125
1199
  }
1126
- .button__component_1jnly:disabled.button__tertiary_1jnly {
1200
+ .button__component_w745c:disabled.button__tertiary_w745c {
1127
1201
  color: rgba(0, 0, 0, 0.3);
1128
1202
  background-color: transparent;
1129
1203
  border-color: rgba(70, 70, 73, 0.3)
1130
1204
  }
1131
- .button__component_1jnly:disabled.button__tertiary_1jnly.button__loading_1jnly {
1205
+ .button__component_w745c:disabled.button__tertiary_w745c.button__loading_w745c {
1132
1206
  color: #000;
1133
1207
  }
1134
- .button__component_1jnly:disabled.button__filled_1jnly {
1208
+ .button__component_w745c:disabled.button__filled_w745c {
1135
1209
  color: rgba(255, 255, 255, 0.3);
1136
1210
  background-color: rgba(72, 87, 103, 0.3);
1137
1211
  border-color: transparent
1138
1212
  }
1139
- .button__component_1jnly:disabled.button__filled_1jnly.button__loading_1jnly {
1213
+ .button__component_w745c:disabled.button__filled_w745c.button__loading_w745c {
1140
1214
  color: #fff;
1141
1215
  background-color: #3a3a3c;
1142
1216
  border-color: transparent;
1143
1217
  }
1144
- .button__component_1jnly:disabled.button__transparent_1jnly {
1218
+ .button__component_w745c:disabled.button__transparent_w745c {
1145
1219
  color: rgba(255, 255, 255, 0.3);
1146
1220
  background-color: rgba(255, 255, 255, 0.03)
1147
1221
  }
1148
- .button__component_1jnly:disabled.button__transparent_1jnly.button__loading_1jnly {
1222
+ .button__component_w745c:disabled.button__transparent_w745c.button__loading_w745c {
1149
1223
  color: #000;
1150
1224
  background-color: rgba(255, 255, 255, 0.1);
1151
1225
  }
1152
- .button__component_1jnly:disabled.button__link_1jnly {
1226
+ .button__component_w745c:disabled.button__link_w745c {
1153
1227
  color: rgba(0, 0, 0, 0.3);
1154
1228
  background-color: transparent
1155
1229
  }
1156
- .button__component_1jnly:disabled.button__link_1jnly.button__loading_1jnly {
1230
+ .button__component_w745c:disabled.button__link_w745c.button__loading_w745c {
1157
1231
  color: #000;
1158
1232
  }
1159
- .button__component_1jnly:disabled.button__ghost_1jnly {
1233
+ .button__component_w745c:disabled.button__ghost_w745c {
1160
1234
  color: rgba(0, 0, 0, 0.3)
1161
1235
  }
1162
- .button__component_1jnly:disabled.button__ghost_1jnly.button__loading_1jnly {
1236
+ .button__component_w745c:disabled.button__ghost_w745c.button__loading_w745c {
1163
1237
  color: #000;
1164
- }.base-modal__component_18tec {
1165
- background: #121212;
1166
- }.textarea__input_ge4zq {
1238
+ }.textarea__input_ypgzz {
1167
1239
  color: #fff;
1168
1240
  caret-color: #0072ef;
1169
1241
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1170
1242
  }
1171
- .textarea__input_ge4zq:-webkit-autofill {
1243
+ .textarea__input_ypgzz:-webkit-autofill {
1172
1244
  -webkit-text-fill-color: #fff;
1173
1245
  }
1174
- .textarea__input_ge4zq::placeholder {
1246
+ .textarea__input_ypgzz::placeholder {
1175
1247
  color: #8d8d93;
1176
1248
  }
1177
- .textarea__hasLabel_ge4zq::placeholder {
1249
+ .textarea__hasInnerLabel_ypgzz::placeholder {
1178
1250
  color: #464649;
1179
1251
  }
1180
- .textarea__clearIcon_ge4zq {
1252
+ .textarea__clearIcon_ypgzz {
1181
1253
  color: #fff;
1182
1254
  }
1183
- .textarea__input_ge4zq:read-only {
1255
+ .textarea__input_ypgzz:read-only {
1184
1256
  color: #8d8d93
1185
1257
  }
1186
- .textarea__input_ge4zq:read-only:focus::placeholder {
1258
+ .textarea__input_ypgzz:read-only:focus::placeholder {
1187
1259
  color: #8d8d93;
1188
1260
  }
1189
- .textarea__input_ge4zq:disabled {
1261
+ .textarea__input_ypgzz:disabled {
1190
1262
  color: #fff;
1191
1263
  -webkit-text-fill-color: #fff;
1192
1264
  }
1193
- .textarea__input_ge4zq:focus::placeholder {
1265
+ .textarea__input_ypgzz:focus::placeholder {
1194
1266
  color: rgba(235, 235, 245, 0.3);
1195
1267
  }
1196
- .textarea__error_ge4zq {
1268
+ .textarea__error_ypgzz {
1197
1269
  color: #f15045;
1198
1270
  caret-color: #f15045;
1199
1271
  }
1200
- .textarea__textarea_ge4zq {
1272
+ .textarea__textarea_ypgzz {
1201
1273
  color: #fff;
1202
1274
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1203
1275
  }
1204
- .textarea__textarea_ge4zq::placeholder {
1276
+ .textarea__textarea_ypgzz::placeholder {
1205
1277
  color: #8d8d93;
1206
1278
  }
1207
- .textarea__hasLabel_ge4zq::placeholder {
1279
+ .textarea__hasInnerLabel_ypgzz::placeholder {
1208
1280
  color: #464649;
1209
1281
  }
1210
- .textarea__textarea_ge4zq:disabled {
1282
+ .textarea__textarea_ypgzz:disabled {
1211
1283
  color: #fff;
1212
1284
  -webkit-text-fill-color: #fff;
1213
1285
  }
1214
- .textarea__textarea_ge4zq:read-only {
1286
+ .textarea__textarea_ypgzz:read-only {
1215
1287
  color: #8d8d93;
1216
1288
  }
1217
- .textarea__textarea_ge4zq:focus::placeholder {
1289
+ .textarea__textarea_ypgzz:focus::placeholder {
1218
1290
  color: rgba(235, 235, 245, 0.3);
1219
1291
  }
1220
- .textarea__focusVisible_81j69 {
1292
+ .textarea__focusVisible_uix7h {
1221
1293
  outline: 2px solid #0072ef;
1222
1294
  }
1223
- .textarea__input_1b42b {
1295
+ .textarea__input_1tfec {
1224
1296
  color: #000;
1225
1297
  caret-color: #0072ef;
1226
1298
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1227
1299
  }
1228
- .textarea__input_1b42b:-webkit-autofill {
1300
+ .textarea__input_1tfec:-webkit-autofill {
1229
1301
  -webkit-text-fill-color: #000;
1230
1302
  }
1231
- .textarea__input_1b42b::placeholder {
1303
+ .textarea__input_1tfec::placeholder {
1232
1304
  color: rgba(60, 60, 67, 0.6);
1233
1305
  }
1234
- .textarea__hasLabel_1b42b::placeholder {
1306
+ .textarea__hasInnerLabel_1tfec::placeholder {
1235
1307
  color: #c5c5c7;
1236
1308
  }
1237
- .textarea__clearIcon_1b42b {
1309
+ .textarea__clearIcon_1tfec {
1238
1310
  color: #000;
1239
1311
  }
1240
- .textarea__input_1b42b:read-only {
1312
+ .textarea__input_1tfec:read-only {
1241
1313
  color: rgba(60, 60, 67, 0.6)
1242
1314
  }
1243
- .textarea__input_1b42b:read-only:focus::placeholder {
1315
+ .textarea__input_1tfec:read-only:focus::placeholder {
1244
1316
  color: rgba(60, 60, 67, 0.6);
1245
1317
  }
1246
- .textarea__input_1b42b:disabled {
1318
+ .textarea__input_1tfec:disabled {
1247
1319
  color: #000;
1248
1320
  -webkit-text-fill-color: #000;
1249
1321
  }
1250
- .textarea__input_1b42b:focus::placeholder {
1322
+ .textarea__input_1tfec:focus::placeholder {
1251
1323
  color: rgba(60, 60, 67, 0.3);
1252
1324
  }
1253
- .textarea__error_1b42b {
1325
+ .textarea__error_1tfec {
1254
1326
  color: #ef3124;
1255
1327
  caret-color: #ef3124;
1256
1328
  }
1257
- .textarea__textarea_1b42b {
1329
+ .textarea__textarea_1tfec {
1258
1330
  color: #000;
1259
1331
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1260
1332
  }
1261
- .textarea__textarea_1b42b::placeholder {
1333
+ .textarea__textarea_1tfec::placeholder {
1262
1334
  color: rgba(60, 60, 67, 0.6);
1263
1335
  }
1264
- .textarea__hasLabel_1b42b::placeholder {
1336
+ .textarea__hasInnerLabel_1tfec::placeholder {
1265
1337
  color: #c5c5c7;
1266
1338
  }
1267
- .textarea__textarea_1b42b:disabled {
1339
+ .textarea__textarea_1tfec:disabled {
1268
1340
  color: #000;
1269
1341
  -webkit-text-fill-color: #000;
1270
1342
  }
1271
- .textarea__textarea_1b42b:read-only {
1343
+ .textarea__textarea_1tfec:read-only {
1272
1344
  color: rgba(60, 60, 67, 0.6);
1273
1345
  }
1274
- .textarea__textarea_1b42b:focus::placeholder {
1346
+ .textarea__textarea_1tfec:focus::placeholder {
1275
1347
  color: rgba(60, 60, 67, 0.3);
1276
- }.popover__component_ph335 {
1348
+ }.base-modal__component_jk0n1 {
1349
+ background: #121212;
1350
+ }.popover__component_ecpnw {
1277
1351
  background-color: transparent;
1278
1352
  color: #fff;
1279
1353
  }
1280
- .popover__inner_ph335 {
1354
+ .popover__inner_ecpnw {
1281
1355
  background-color: #121212;
1282
1356
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1283
1357
  border: 1px solid transparent;
1284
1358
  }
1285
- .popover__arrow_ph335:after {
1359
+ .popover__arrow_ecpnw:after {
1286
1360
  background-color: #121212;
1287
1361
  border: 1px solid transparent;
1288
- }.comment__component_1wxgc {
1289
- background-color: #202022;
1290
- }.tabs__component_1ica9:before {
1362
+ }.tabs__component_m39dv:before {
1291
1363
  background-color: #2b2b2e;
1292
1364
  }
1293
- .tabs__title_1ica9 {
1365
+ .tabs__title_m39dv {
1294
1366
  color: #8d8d93
1295
1367
  }
1296
- .tabs__title_1ica9:not(.tabs__disabled_1ica9):hover {
1368
+ .tabs__title_m39dv:not(.tabs__disabled_m39dv):hover {
1297
1369
  color: #fff;
1298
1370
  }
1299
- .tabs__focused_1ica9 {
1371
+ .tabs__focused_m39dv {
1300
1372
  outline: 2px solid #0072ef;
1301
1373
  }
1302
- .tabs__selected_1ica9 {
1374
+ .tabs__selected_m39dv {
1303
1375
  color: #fff;
1304
1376
  }
1305
- .tabs__disabled_1ica9 {
1377
+ .tabs__disabled_m39dv {
1306
1378
  color: #464649;
1307
1379
  }
1308
- .tabs__line_1ica9 {
1380
+ .tabs__line_m39dv {
1309
1381
  background-color: #ef3124;
1310
1382
  }
1311
- .tabs__component_1ica9:before {
1383
+ .tabs__component_m39dv:before {
1312
1384
  background-color: #2b2b2e;
1313
- }.tabs__title_1ica9 {
1385
+ }.tabs__title_m39dv {
1314
1386
  color: #8d8d93
1315
- }.tabs__title_1ica9:not(.tabs__disabled_1ica9):hover {
1387
+ }.tabs__title_m39dv:not(.tabs__disabled_m39dv):hover {
1316
1388
  color: #fff;
1317
- }.tabs__focused_1ica9 {
1389
+ }.tabs__focused_m39dv {
1318
1390
  outline: 2px solid #0072ef;
1319
- }.tabs__selected_1ica9 {
1391
+ }.tabs__selected_m39dv {
1320
1392
  color: #fff;
1321
- }.tabs__disabled_1ica9 {
1393
+ }.tabs__disabled_m39dv {
1322
1394
  color: #464649;
1323
- }.tabs__line_1ica9 {
1395
+ }.tabs__line_m39dv {
1324
1396
  background-color: #ef3124;
1325
1397
  }
1326
1398
 
1327
1399
 
1328
1400
 
1329
- .circular-progress-bar__backgroundCircle_1wayp,
1330
- .circular-progress-bar__progressCircle_1wayp {
1401
+ .circular-progress-bar__backgroundCircle_m63r2,
1402
+ .circular-progress-bar__progressCircle_m63r2 {
1331
1403
  fill: transparent;
1332
1404
  }
1333
- .circular-progress-bar__positive_1wayp {
1405
+ .circular-progress-bar__positive_m63r2 {
1334
1406
  stroke: #2fc26e;
1335
1407
  }
1336
- .circular-progress-bar__negative_1wayp {
1408
+ .circular-progress-bar__negative_m63r2 {
1337
1409
  stroke: #d91d0b;
1338
1410
  }
1339
- .circular-progress-bar__backgroundCircle_1wayp {
1411
+ .circular-progress-bar__backgroundCircle_m63r2 {
1340
1412
  stroke: #2c2c2e
1341
1413
  }
1342
- .circular-progress-bar__backgroundCircle_1wayp.circular-progress-bar__stroke_1wayp {
1414
+ .circular-progress-bar__backgroundCircle_m63r2.circular-progress-bar__stroke_m63r2 {
1343
1415
  stroke: transparent;
1344
1416
  }
1345
- .circular-progress-bar__progressCircle_1wayp.circular-progress-bar__bg-positive_1wayp {
1417
+ .circular-progress-bar__progressCircle_m63r2.circular-progress-bar__bg-positive_m63r2 {
1346
1418
  fill: #2fc26e;
1347
1419
  }
1348
- .circular-progress-bar__progressCircle_1wayp.circular-progress-bar__bg-negative_1wayp {
1420
+ .circular-progress-bar__progressCircle_m63r2.circular-progress-bar__bg-negative_m63r2 {
1349
1421
  fill: #d91d0b;
1350
1422
  }
1351
- .circular-progress-bar__iconWrapper_1wayp.circular-progress-bar__icon-tertiary_1wayp {
1423
+ .circular-progress-bar__iconWrapper_m63r2.circular-progress-bar__icon-tertiary_m63r2 {
1352
1424
  color: #464649;
1353
1425
  }
1354
- .circular-progress-bar__iconWrapper_1wayp.circular-progress-bar__icon-positive_1wayp {
1426
+ .circular-progress-bar__iconWrapper_m63r2.circular-progress-bar__icon-positive_m63r2 {
1355
1427
  color: #2fc26e;
1356
1428
  }
1357
- .circular-progress-bar__iconWrapper_1wayp.circular-progress-bar__icon-negative_1wayp {
1429
+ .circular-progress-bar__iconWrapper_m63r2.circular-progress-bar__icon-negative_m63r2 {
1358
1430
  color: #d91d0b;
1359
1431
  }
1360
- .circular-progress-bar__iconWrapper_1wayp.circular-progress-bar__icon-primary-inverted_1wayp {
1432
+ .circular-progress-bar__iconWrapper_m63r2.circular-progress-bar__icon-primary-inverted_m63r2 {
1361
1433
  color: #000;
1362
1434
  }
1363
- .circular-progress-bar__iconWrapper_1wayp.circular-progress-bar__icon-primary_1wayp {
1435
+ .circular-progress-bar__iconWrapper_m63r2.circular-progress-bar__icon-primary_m63r2 {
1364
1436
  color: #fff;
1365
1437
  }
1366
- .circular-progress-bar__iconWrapper_1wayp.circular-progress-bar__icon-secondary_1wayp {
1438
+ .circular-progress-bar__iconWrapper_m63r2.circular-progress-bar__icon-secondary_m63r2 {
1367
1439
  color: #8d8d93;
1368
- }.list-header__filled_1yvxu {
1369
- background-color: rgba(255, 255, 255, 0.1);
1370
- }.chart__coreChart_19kne .recharts-text tspan {
1440
+ }.comment__component_19mme {
1441
+ background-color: #202022;
1442
+ }.chart__coreChart_ndgfn .recharts-text tspan {
1371
1443
  fill: #fff;
1372
1444
  }
1373
- @keyframes chart__showDot_10pta {
1445
+ @keyframes chart__showDot_ele36 {
1374
1446
  }
1375
1447
 
1376
- .chart__tickText_18ney {
1448
+ .chart__tickText_1k9wa {
1377
1449
  fill: #fff;
1378
1450
  }
1379
- .chart__circle_18ney {
1451
+ .chart__circle_1k9wa {
1380
1452
  fill: #121212;
1381
1453
  }
1382
- .chart__circle_18ney {
1454
+ .chart__circle_1k9wa {
1383
1455
  fill: #121212;
1384
1456
  }
1385
- .chart__tooltip_9mw7j {
1457
+ .chart__tooltip_1omd5 {
1386
1458
  background-color: #121212;
1387
1459
  border: 1px solid #2b2b2e;
1388
1460
  box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1389
1461
  }
1390
- .chart__tooltipArrow_9mw7j {
1462
+ .chart__tooltipArrow_1omd5 {
1391
1463
  border: 1px solid #2b2b2e;
1392
1464
  background-color: #121212;
1393
1465
  }
1394
- .chart__tooltipArrow_9mw7j:before {
1466
+ .chart__tooltipArrow_1omd5:before {
1395
1467
  border-color: transparent #121212 transparent transparent;
1396
- }.stepped-progress-bar__description_1vyhb {
1468
+ }.list-header__filled_gfg5m {
1469
+ background-color: rgba(255, 255, 255, 0.1);
1470
+ }.stepped-progress-bar__description_1vs7w {
1397
1471
  color: rgba(235, 235, 245, 0.6);
1398
1472
  }
1399
- .stepped-progress-bar__bar_1i5zm {
1473
+ .stepped-progress-bar__bar_12egu {
1400
1474
  background: rgba(255, 255, 255, 0.1);
1401
1475
  }
1402
- .stepped-progress-bar__positive_1i5zm {
1476
+ .stepped-progress-bar__positive_12egu {
1403
1477
  background: #2fc26e;
1404
1478
  }
1405
- .stepped-progress-bar__attention_1i5zm {
1479
+ .stepped-progress-bar__attention_12egu {
1406
1480
  background: #f6bf65;
1407
1481
  }
1408
- .stepped-progress-bar__negative_1i5zm {
1482
+ .stepped-progress-bar__negative_12egu {
1409
1483
  background: #d91d0b;
1410
1484
  }
1411
- .stepped-progress-bar__link_1i5zm {
1485
+ .stepped-progress-bar__link_12egu {
1412
1486
  background: #0072ef;
1413
1487
  }
1414
- .stepped-progress-bar__tertiary_1i5zm {
1488
+ .stepped-progress-bar__tertiary_12egu {
1415
1489
  background: #464649;
1416
1490
  }
1417
- .stepped-progress-bar__secondary_1i5zm {
1491
+ .stepped-progress-bar__secondary_12egu {
1418
1492
  background: #8d8d93;
1419
1493
  }
1420
- .stepped-progress-bar__primary_1i5zm {
1494
+ .stepped-progress-bar__primary_12egu {
1421
1495
  background: #fff;
1422
1496
  }
1423
- .stepped-progress-bar__accent_1i5zm {
1497
+ .stepped-progress-bar__accent_12egu {
1424
1498
  background: #ef3124;
1425
- }.drawer__backdropEnter_1uek5 {
1426
- background-color: transparent;
1427
- }
1428
- .drawer__backdropEnterActive_1uek5,
1429
- .drawer__backdropEnterDone_1uek5 {
1430
- background-color: rgba(0, 0, 0, 0.8);
1431
- }
1432
- .drawer__backdropExit_1uek5 {
1433
- background-color: rgba(0, 0, 0, 0.8);
1434
- }
1435
- .drawer__backdropExitActive_1uek5,
1436
- .drawer__backdropExitDone_1uek5 {
1437
- background-color: transparent;
1438
- }.attach__component_qd03s {
1499
+ }.attach__component_7yzj3 {
1439
1500
  }
1440
- .attach__focused_qd03s {
1501
+ .attach__focused_7yzj3 {
1441
1502
  outline: 2px solid #0072ef;
1442
- }.confirmation-v-1__errorHeader_b6t8k {
1443
- color: #fff;
1444
- color: #fff;
1445
- }
1446
- .confirmation-v-1__errorText_b6t8k {
1447
- color: #8d8d93;
1448
- color: #8d8d93;
1449
- }
1450
- .confirmation-v-1__phoneHintText_b6t8k {
1451
- color: #8d8d93;
1452
- color: #8d8d93;
1453
- }
1454
- .confirmation-v-1__phonesWrap_b6t8k {
1455
- color: #8d8d93;
1456
- }
1457
- .confirmation-v-1__phoneDescription_b6t8k {
1458
- color: #8d8d93;
1459
- }
1460
- .confirmation-v-1__input_yoyt2 {
1461
- background-color: #202022;
1462
- color: #fff
1463
- }
1464
- .confirmation-v-1__input_yoyt2.confirmation-v-1__hasError_yoyt2 {
1465
- color: #f15045;
1466
- caret-color: #fff;
1467
- background-color: #35110d;
1503
+ }.custom-button__customButton_1kna5.custom-button__white_1kna5 * {
1504
+ color: #fff;
1468
1505
  }
1469
- .confirmation-v-1__input_yoyt2.confirmation-v-1__disabled_yoyt2 {
1470
- color: #464649;
1506
+ .custom-button__customButton_1kna5.custom-button__black_1kna5 * {
1507
+ color: #000;
1471
1508
  }
1472
- @keyframes confirmation-v-1__shake_yoyt2 {
1473
- }
1474
- .confirmation-v-1__component_1yfa9 {
1475
- color: #8d8d93;
1476
- color: #8d8d93;
1477
- }
1478
- .confirmation-v-1__circle_1oh8v {
1479
- fill: transparent;
1480
- stroke: #464649;
1481
- }
1482
- .confirmation-v-1__title_17afo {
1483
- color: #fff;
1484
- }
1485
- .confirmation-v-1__description_17afo {
1486
- color: #8d8d93;
1487
- }
1488
- .confirmation-v-1__alertIcon_17afo {
1489
- color: #d91d0b;
1490
- }
1491
- .confirmation-v-1__header_1o0rk {
1492
- color: #fff;
1493
- color: #fff;
1494
- }
1495
- .confirmation-v-1__error_1o0rk {
1496
- color: #f15045;
1497
- }
1498
- .confirmation-v-1__loaderText_1o0rk {
1499
- color: #8d8d93;
1500
- color: #8d8d93;
1501
- }.confirmation__component_rlnna {
1509
+ .custom-button__customButton_1kna5:before {
1510
+ background-color: rgba(0, 0, 0, 0);
1511
+ }
1512
+ .custom-button__customButton_1kna5:hover:before {
1513
+ background-color: rgba(0, 0, 0, 0.07);
1514
+ }
1515
+ .custom-button__customButton_1kna5:active:before {
1516
+ background-color: rgba(0, 0, 0, 0.15);
1517
+ }
1518
+ .custom-button__customButton_1kna5:disabled.custom-button__white_1kna5 * {
1519
+ color: #fff;
1520
+ }
1521
+ .custom-button__customButton_1kna5:disabled.custom-button__black_1kna5 * {
1522
+ color: #000;
1523
+ }.confirmation__component_1iw5a {
1502
1524
  color: #8d8d93;
1503
1525
  }
1504
- .confirmation__circle_1sgv0 {
1526
+ .confirmation__circle_trw8i {
1505
1527
  fill: transparent;
1506
1528
  stroke: #464649;
1507
1529
  }
1508
- .confirmation__header_dduiy {
1530
+ .confirmation__header_st1a5 {
1509
1531
  color: #fff;
1510
1532
  }
1511
- .confirmation__description_dduiy {
1533
+ .confirmation__description_st1a5 {
1512
1534
  color: #8d8d93;
1513
1535
  color: #fff;
1514
1536
  }
1515
- .confirmation__title_srlbo {
1537
+ .confirmation__title_1h3od {
1516
1538
  color: #fff;
1517
1539
  }
1518
- .confirmation__text_srlbo {
1540
+ .confirmation__text_1h3od {
1519
1541
  color: #8d8d93;
1520
1542
  }
1521
- .confirmation__phonesWrap_srlbo {
1543
+ .confirmation__phonesWrap_1h3od {
1522
1544
  color: #8d8d93;
1523
1545
  }
1524
- .confirmation__phoneDescription_srlbo {
1546
+ .confirmation__phoneDescription_1h3od {
1525
1547
  color: #8d8d93;
1526
1548
  }
1527
- .confirmation__header_1cnif {
1549
+ .confirmation__header_7usm7 {
1528
1550
  color: #fff;
1529
1551
  }
1530
- .confirmation__phone_1cnif {
1552
+ .confirmation__phone_7usm7 {
1531
1553
  color: #fff;
1532
1554
  }
1533
- .confirmation__header_gb805 {
1555
+ .confirmation__header_hb9ea {
1534
1556
  color: #fff;
1535
1557
  }
1536
- .confirmation__description_gb805 {
1558
+ .confirmation__description_hb9ea {
1537
1559
  color: #8d8d93;
1538
- }.custom-button__customButton_1poe0.custom-button__white_1poe0 * {
1539
- color: #fff;
1540
- }
1541
- .custom-button__customButton_1poe0.custom-button__black_1poe0 * {
1542
- color: #000;
1543
- }
1544
- .custom-button__customButton_1poe0:before {
1545
- background-color: rgba(0, 0, 0, 0);
1546
- }
1547
- .custom-button__customButton_1poe0:hover:before {
1548
- background-color: rgba(0, 0, 0, 0.07);
1549
- }
1550
- .custom-button__customButton_1poe0:active:before {
1551
- background-color: rgba(0, 0, 0, 0.15);
1552
- }
1553
- .custom-button__customButton_1poe0:disabled.custom-button__white_1poe0 * {
1554
- color: #fff;
1555
- }
1556
- .custom-button__customButton_1poe0:disabled.custom-button__black_1poe0 * {
1557
- color: #000;
1558
- }.icon-button__primary_tug4k {
1560
+ }.icon-button__primary_1kjev {
1559
1561
  color: #fff
1560
1562
  }
1561
- .icon-button__primary_tug4k:hover {
1563
+ .icon-button__primary_1kjev:hover {
1562
1564
  color: rgb(204, 204, 204);
1563
1565
  }
1564
- .icon-button__primary_tug4k:active {
1566
+ .icon-button__primary_1kjev:active {
1565
1567
  color: rgb(179, 179, 179);
1566
1568
  }
1567
- .icon-button__secondary_tug4k {
1569
+ .icon-button__secondary_1kjev {
1568
1570
  color: #8d8d93
1569
1571
  }
1570
- .icon-button__secondary_tug4k:hover {
1572
+ .icon-button__secondary_1kjev:hover {
1571
1573
  color: rgb(175, 175, 179);
1572
1574
  }
1573
- .icon-button__secondary_tug4k:active {
1575
+ .icon-button__secondary_1kjev:active {
1574
1576
  color: rgb(198, 198, 201);
1575
1577
  }
1576
- .icon-button__transparent_tug4k {
1578
+ .icon-button__transparent_1kjev {
1577
1579
  color: rgba(255, 255, 255, 0.3)
1578
1580
  }
1579
- .icon-button__transparent_tug4k:hover {
1581
+ .icon-button__transparent_1kjev:hover {
1580
1582
  color: rgba(255, 255, 255, 0.4);
1581
1583
  }
1582
- .icon-button__transparent_tug4k:active {
1584
+ .icon-button__transparent_1kjev:active {
1583
1585
  color: rgba(255, 255, 255, 0.5);
1584
1586
  }
1585
- .icon-button__negative_tug4k {
1587
+ .icon-button__negative_1kjev {
1586
1588
  color: #d91d0b
1587
1589
  }
1588
- .icon-button__negative_tug4k:hover {
1590
+ .icon-button__negative_1kjev:hover {
1589
1591
  color: rgb(220, 45, 28);
1590
1592
  }
1591
- .icon-button__negative_tug4k:active {
1593
+ .icon-button__negative_1kjev:active {
1592
1594
  color: rgb(223, 63, 48);
1593
1595
  }
1594
- .icon-button__tertiary_tug4k {
1596
+ .icon-button__tertiary_1kjev {
1595
1597
  color: #464649
1596
1598
  }
1597
- .icon-button__tertiary_tug4k:hover {
1599
+ .icon-button__tertiary_1kjev:hover {
1598
1600
  color: rgb(83, 83, 86);
1599
1601
  }
1600
- .icon-button__tertiary_tug4k:active {
1602
+ .icon-button__tertiary_1kjev:active {
1601
1603
  color: rgb(98, 98, 100);
1602
1604
  }
1603
- .icon-button__component_tug4k:disabled.icon-button__primary_tug4k {
1605
+ .icon-button__component_1kjev:disabled.icon-button__primary_1kjev {
1604
1606
  color: rgba(255, 255, 255, 0.3)
1605
1607
  }
1606
- .icon-button__component_tug4k:disabled.icon-button__primary_tug4k.icon-button__loader_tug4k {
1608
+ .icon-button__component_1kjev:disabled.icon-button__primary_1kjev.icon-button__loader_1kjev {
1607
1609
  color: #fff;
1608
1610
  }
1609
- .icon-button__component_tug4k:disabled.icon-button__secondary_tug4k {
1611
+ .icon-button__component_1kjev:disabled.icon-button__secondary_1kjev {
1610
1612
  color: rgba(141, 141, 147, 0.3)
1611
1613
  }
1612
- .icon-button__component_tug4k:disabled.icon-button__secondary_tug4k.icon-button__loader_tug4k {
1614
+ .icon-button__component_1kjev:disabled.icon-button__secondary_1kjev.icon-button__loader_1kjev {
1613
1615
  color: #8d8d93;
1614
1616
  }
1615
- .icon-button__component_tug4k:disabled.icon-button__negative_tug4k {
1617
+ .icon-button__component_1kjev:disabled.icon-button__negative_1kjev {
1616
1618
  color: rgba(217, 29, 11, 0.3)
1617
1619
  }
1618
- .icon-button__component_tug4k:disabled.icon-button__negative_tug4k.icon-button__loader_tug4k {
1620
+ .icon-button__component_1kjev:disabled.icon-button__negative_1kjev.icon-button__loader_1kjev {
1619
1621
  color: #d91d0b;
1620
1622
  }
1621
- .icon-button__component_tug4k:disabled.icon-button__tertiary_tug4k {
1623
+ .icon-button__component_1kjev:disabled.icon-button__tertiary_1kjev {
1622
1624
  color: rgba(70, 70, 73, 0.3)
1623
1625
  }
1624
- .icon-button__component_tug4k:disabled.icon-button__tertiary_tug4k.icon-button__loader_tug4k {
1626
+ .icon-button__component_1kjev:disabled.icon-button__tertiary_1kjev.icon-button__loader_1kjev {
1625
1627
  color: #464649;
1626
1628
  }
1627
1629
 
1628
- .icon-button__primary_15lhe {
1630
+ .icon-button__primary_1wag5 {
1629
1631
  color: #000
1630
1632
  }
1631
- .icon-button__primary_15lhe:hover {
1633
+ .icon-button__primary_1wag5:hover {
1632
1634
  color: rgb(18, 18, 18);
1633
1635
  }
1634
- .icon-button__primary_15lhe:active {
1636
+ .icon-button__primary_1wag5:active {
1635
1637
  color: rgb(38, 38, 38);
1636
1638
  }
1637
- .icon-button__secondary_15lhe {
1639
+ .icon-button__secondary_1wag5 {
1638
1640
  color: #8a8a8e
1639
1641
  }
1640
- .icon-button__secondary_15lhe:hover {
1642
+ .icon-button__secondary_1wag5:hover {
1641
1643
  color: rgb(117, 117, 121);
1642
1644
  }
1643
- .icon-button__secondary_15lhe:active {
1645
+ .icon-button__secondary_1wag5:active {
1644
1646
  color: rgb(110, 110, 114);
1645
1647
  }
1646
- .icon-button__transparent_15lhe {
1648
+ .icon-button__transparent_1wag5 {
1647
1649
  color: rgba(0, 0, 0, 0.3)
1648
1650
  }
1649
- .icon-button__transparent_15lhe:hover {
1651
+ .icon-button__transparent_1wag5:hover {
1650
1652
  color: rgba(0, 0, 0, 0.4);
1651
1653
  }
1652
- .icon-button__transparent_15lhe:active {
1654
+ .icon-button__transparent_1wag5:active {
1653
1655
  color: rgba(0, 0, 0, 0.5);
1654
1656
  }
1655
- .icon-button__negative_15lhe {
1657
+ .icon-button__negative_1wag5 {
1656
1658
  color: #d91d0b
1657
1659
  }
1658
- .icon-button__negative_15lhe:hover {
1660
+ .icon-button__negative_1wag5:hover {
1659
1661
  color: rgb(220, 45, 28);
1660
1662
  }
1661
- .icon-button__negative_15lhe:active {
1663
+ .icon-button__negative_1wag5:active {
1662
1664
  color: rgb(223, 63, 48);
1663
1665
  }
1664
- .icon-button__tertiary_15lhe {
1666
+ .icon-button__tertiary_1wag5 {
1665
1667
  color: #c5c5c7
1666
1668
  }
1667
- .icon-button__tertiary_15lhe:hover {
1669
+ .icon-button__tertiary_1wag5:hover {
1668
1670
  color: rgb(167, 167, 169);
1669
1671
  }
1670
- .icon-button__tertiary_15lhe:active {
1672
+ .icon-button__tertiary_1wag5:active {
1671
1673
  color: rgb(158, 158, 159);
1672
1674
  }
1673
- .icon-button__component_15lhe:disabled.icon-button__primary_15lhe {
1675
+ .icon-button__component_1wag5:disabled.icon-button__primary_1wag5 {
1674
1676
  color: rgba(0, 0, 0, 0.3)
1675
1677
  }
1676
- .icon-button__component_15lhe:disabled.icon-button__primary_15lhe.icon-button__loader_15lhe {
1678
+ .icon-button__component_1wag5:disabled.icon-button__primary_1wag5.icon-button__loader_1wag5 {
1677
1679
  color: #000;
1678
1680
  }
1679
- .icon-button__component_15lhe:disabled.icon-button__secondary_15lhe {
1681
+ .icon-button__component_1wag5:disabled.icon-button__secondary_1wag5 {
1680
1682
  color: rgba(138, 138, 142, 0.3)
1681
1683
  }
1682
- .icon-button__component_15lhe:disabled.icon-button__secondary_15lhe.icon-button__loader_15lhe {
1684
+ .icon-button__component_1wag5:disabled.icon-button__secondary_1wag5.icon-button__loader_1wag5 {
1683
1685
  color: #8a8a8e;
1684
1686
  }
1685
- .icon-button__component_15lhe:disabled.icon-button__negative_15lhe {
1687
+ .icon-button__component_1wag5:disabled.icon-button__negative_1wag5 {
1686
1688
  color: rgba(217, 29, 11, 0.3)
1687
1689
  }
1688
- .icon-button__component_15lhe:disabled.icon-button__negative_15lhe.icon-button__loader_15lhe {
1690
+ .icon-button__component_1wag5:disabled.icon-button__negative_1wag5.icon-button__loader_1wag5 {
1689
1691
  color: #d91d0b;
1690
1692
  }
1691
- .icon-button__component_15lhe:disabled.icon-button__tertiary_15lhe {
1693
+ .icon-button__component_1wag5:disabled.icon-button__tertiary_1wag5 {
1692
1694
  color: rgba(197, 197, 199, 0.3)
1693
1695
  }
1694
- .icon-button__component_15lhe:disabled.icon-button__tertiary_15lhe.icon-button__loader_15lhe {
1696
+ .icon-button__component_1wag5:disabled.icon-button__tertiary_1wag5.icon-button__loader_1wag5 {
1695
1697
  color: #c5c5c7;
1696
- }.input__input_2cqf2 {
1698
+ }.input__input_3rheb {
1697
1699
  color: #fff;
1698
1700
  caret-color: #0072ef;
1699
1701
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1700
1702
  }
1701
- .input__input_2cqf2:-webkit-autofill {
1703
+ .input__input_3rheb:-webkit-autofill {
1702
1704
  -webkit-text-fill-color: #fff;
1703
1705
  }
1704
- .input__input_2cqf2::placeholder {
1706
+ .input__input_3rheb::placeholder {
1705
1707
  color: #8d8d93;
1706
1708
  }
1707
- .input__hasLabel_2cqf2::placeholder {
1709
+ .input__hasInnerLabel_3rheb::placeholder {
1708
1710
  color: #464649;
1709
1711
  }
1710
- .input__clearIcon_2cqf2 {
1712
+ .input__clearIcon_3rheb {
1711
1713
  color: #fff;
1712
1714
  }
1713
- .input__input_2cqf2:read-only {
1715
+ .input__input_3rheb:read-only {
1714
1716
  color: #8d8d93
1715
1717
  }
1716
- .input__input_2cqf2:read-only:focus::placeholder {
1718
+ .input__input_3rheb:read-only:focus::placeholder {
1717
1719
  color: #8d8d93;
1718
1720
  }
1719
- .input__input_2cqf2:disabled {
1721
+ .input__input_3rheb:disabled {
1720
1722
  color: #fff;
1721
1723
  -webkit-text-fill-color: #fff;
1722
1724
  }
1723
- .input__input_2cqf2:focus::placeholder {
1725
+ .input__input_3rheb:focus::placeholder {
1724
1726
  color: rgba(235, 235, 245, 0.3);
1725
1727
  }
1726
- .input__error_2cqf2 {
1728
+ .input__error_3rheb {
1727
1729
  color: #f15045;
1728
1730
  caret-color: #f15045;
1729
1731
  }
1730
- .input__focusVisible_c0bwx {
1732
+ .input__focusVisible_1s6of {
1731
1733
  outline: 2px solid #0072ef;
1732
1734
  }
1733
- @keyframes input__onautofillstart_c0bwx {
1735
+ @keyframes input__onautofillstart_1s6of {
1734
1736
  from {
1735
1737
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1736
1738
  }
@@ -1738,7 +1740,7 @@
1738
1740
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1739
1741
  }
1740
1742
  }
1741
- @keyframes input__onautofillcancel_c0bwx {
1743
+ @keyframes input__onautofillcancel_1s6of {
1742
1744
  from {
1743
1745
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1744
1746
  }
@@ -1746,246 +1748,222 @@
1746
1748
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1747
1749
  }
1748
1750
  }
1749
- .input__input_1p77u {
1751
+ .input__input_1qlyt {
1750
1752
  color: #000;
1751
1753
  caret-color: #0072ef;
1752
1754
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1753
1755
  }
1754
- .input__input_1p77u:-webkit-autofill {
1756
+ .input__input_1qlyt:-webkit-autofill {
1755
1757
  -webkit-text-fill-color: #000;
1756
1758
  }
1757
- .input__input_1p77u::placeholder {
1759
+ .input__input_1qlyt::placeholder {
1758
1760
  color: rgba(60, 60, 67, 0.6);
1759
1761
  }
1760
- .input__hasLabel_1p77u::placeholder {
1762
+ .input__hasInnerLabel_1qlyt::placeholder {
1761
1763
  color: #c5c5c7;
1762
1764
  }
1763
- .input__clearIcon_1p77u {
1765
+ .input__clearIcon_1qlyt {
1764
1766
  color: #000;
1765
1767
  }
1766
- .input__input_1p77u:read-only {
1768
+ .input__input_1qlyt:read-only {
1767
1769
  color: rgba(60, 60, 67, 0.6)
1768
1770
  }
1769
- .input__input_1p77u:read-only:focus::placeholder {
1771
+ .input__input_1qlyt:read-only:focus::placeholder {
1770
1772
  color: rgba(60, 60, 67, 0.6);
1771
1773
  }
1772
- .input__input_1p77u:disabled {
1774
+ .input__input_1qlyt:disabled {
1773
1775
  color: #000;
1774
1776
  -webkit-text-fill-color: #000;
1775
1777
  }
1776
- .input__input_1p77u:focus::placeholder {
1778
+ .input__input_1qlyt:focus::placeholder {
1777
1779
  color: rgba(60, 60, 67, 0.3);
1778
1780
  }
1779
- .input__error_1p77u {
1781
+ .input__error_1qlyt {
1780
1782
  color: #ef3124;
1781
1783
  caret-color: #ef3124;
1782
- }.pagination__component_1bzhp {
1784
+ }.pagination__component_1brbh {
1783
1785
  color: #fff;
1784
1786
  }
1785
- .pagination__dots_1dise {
1787
+ .pagination__dots_t5c0c {
1786
1788
  color: #8d8d93;
1787
1789
  }
1788
1790
 
1789
- .pagination__tag_jspko.pagination__tag_jspko {
1791
+ .pagination__tag_mpdx9.pagination__tag_mpdx9 {
1790
1792
  color: #8d8d93
1791
1793
  }
1792
- .pagination__tag_jspko.pagination__tag_jspko:hover:not(:disabled) {
1794
+ .pagination__tag_mpdx9.pagination__tag_mpdx9:hover:not(:disabled) {
1793
1795
  background-color: #2c2c2e;
1794
1796
  color: #fff;
1795
1797
  }
1796
- .pagination__tag_jspko.pagination__tag_jspko:active:not(:disabled) {
1798
+ .pagination__tag_mpdx9.pagination__tag_mpdx9:active:not(:disabled) {
1797
1799
  background-color: #3a3a3c;
1798
1800
  }
1799
- .pagination__tag_jspko.pagination__tag_jspko.pagination__checked_jspko {
1801
+ .pagination__tag_mpdx9.pagination__tag_mpdx9.pagination__checked_mpdx9 {
1800
1802
  background-color: #f3f4f5;
1801
1803
  color: #000;
1802
1804
  }
1803
- .pagination__tag_jspko.pagination__tag_jspko.pagination__checked_jspko:hover:not(:disabled) {
1805
+ .pagination__tag_mpdx9.pagination__tag_mpdx9.pagination__checked_mpdx9:hover:not(:disabled) {
1804
1806
  color: #000;
1805
1807
  }
1806
- .pagination__tag_jspko.pagination__tag_jspko.pagination__checked_jspko:active:not(:disabled) {
1808
+ .pagination__tag_mpdx9.pagination__tag_mpdx9.pagination__checked_mpdx9:active:not(:disabled) {
1807
1809
  color: #fff;
1808
- }.plate__component_1apid {
1810
+ }.plate__component_31cgw {
1809
1811
  color: #fff
1810
1812
  }
1811
- .plate__focused_1apid {
1813
+ .plate__focused_31cgw {
1812
1814
  outline: 2px solid #0072ef;
1813
1815
  }
1814
- .plate__shadow_1apid {
1816
+ .plate__shadow_31cgw {
1815
1817
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1816
1818
  }
1817
- .plate__common_1apid {
1819
+ .plate__common_31cgw {
1818
1820
  background-color: #202022;
1819
1821
  box-shadow: 0 0 0 1px #6d7986
1820
1822
  }
1821
- .plate__common_1apid:before {
1823
+ .plate__common_31cgw:before {
1822
1824
  background-color: #6d7986;
1823
1825
  }
1824
- .plate__negative_1apid {
1826
+ .plate__negative_31cgw {
1825
1827
  background-color: #35110d;
1826
1828
  box-shadow: 0 0 0 1px #d91d0b
1827
1829
  }
1828
- .plate__negative_1apid:before {
1830
+ .plate__negative_31cgw:before {
1829
1831
  background-color: #d91d0b;
1830
1832
  }
1831
- .plate__positive_1apid {
1833
+ .plate__positive_31cgw {
1832
1834
  background-color: #042117;
1833
1835
  box-shadow: 0 0 0 1px #13a463
1834
1836
  }
1835
- .plate__positive_1apid:before {
1837
+ .plate__positive_31cgw:before {
1836
1838
  background-color: #13a463;
1837
1839
  }
1838
- .plate__attention_1apid {
1840
+ .plate__attention_31cgw {
1839
1841
  background-color: #332104;
1840
1842
  box-shadow: 0 0 0 1px #de6a00
1841
1843
  }
1842
- .plate__attention_1apid:before {
1844
+ .plate__attention_31cgw:before {
1843
1845
  background-color: #de6a00;
1844
1846
  }
1845
- .plate__custom_1apid {
1847
+ .plate__custom_31cgw {
1846
1848
  background: transparent;
1847
1849
  box-shadow: 0 0 0 1px #6d7986
1848
1850
  }
1849
- .plate__custom_1apid:before {
1851
+ .plate__custom_31cgw:before {
1850
1852
  background-color: #6d7986;
1851
- }.file-upload-item__component_17x1a {
1852
- color: #8d8d93;
1853
- box-shadow: 0 -1px 0 0 #2b2b2e inset
1854
- }
1855
- .file-upload-item__icon_17x1a {
1856
- color: #fff;
1857
- }
1858
- .file-upload-item__errorIcon_17x1a {
1859
- color: #d91d0b;
1853
+ }.drawer__backdropEnter_1eejg {
1854
+ background-color: transparent;
1860
1855
  }
1861
- .file-upload-item__successIcon_17x1a {
1862
- color: #2fc26e;
1856
+ .drawer__backdropEnterActive_1eejg,
1857
+ .drawer__backdropEnterDone_1eejg {
1858
+ background-color: rgba(0, 0, 0, 0.8);
1863
1859
  }
1864
- .file-upload-item__name_17x1a {
1865
- color: #fff
1860
+ .drawer__backdropExit_1eejg {
1861
+ background-color: rgba(0, 0, 0, 0.8);
1866
1862
  }
1867
- .file-upload-item__errorWrapper_17x1a {
1868
- color: #ef3124
1869
- }.filter-tag__component_138wa.filter-tag__disabled_138wa {
1863
+ .drawer__backdropExitActive_1eejg,
1864
+ .drawer__backdropExitDone_1eejg {
1865
+ background-color: transparent;
1866
+ }.filter-tag__component_10rlg.filter-tag__disabled_10rlg {
1870
1867
  background-color: rgba(32, 32, 34, 0.3);
1871
1868
  }
1872
- .filter-tag__component_138wa.filter-tag__checked_138wa:not(.filter-tag__component_138wa.filter-tag__disabled_138wa) {
1869
+ .filter-tag__component_10rlg.filter-tag__checked_10rlg:not(.filter-tag__component_10rlg.filter-tag__disabled_10rlg) {
1873
1870
  background-color: #f3f4f5;
1874
1871
  }
1875
- .filter-tag__component_138wa.filter-tag__checked_138wa:not(.filter-tag__component_138wa.filter-tag__disabled_138wa):hover {
1872
+ .filter-tag__component_10rlg.filter-tag__checked_10rlg:not(.filter-tag__component_10rlg.filter-tag__disabled_10rlg):hover {
1876
1873
  background-color: #f3f4f5;
1877
1874
  }
1878
- .filter-tag__component_138wa.filter-tag__checked_138wa:not(.filter-tag__component_138wa.filter-tag__disabled_138wa):active {
1875
+ .filter-tag__component_10rlg.filter-tag__checked_10rlg:not(.filter-tag__component_10rlg.filter-tag__disabled_10rlg):active {
1879
1876
  background-color: rgb(194, 195, 196);
1880
1877
  }
1881
- .filter-tag__focused_138wa {
1878
+ .filter-tag__focused_10rlg {
1882
1879
  outline: 2px solid #0072ef;
1883
1880
  }
1884
- .filter-tag__valueButton_138wa {
1881
+ .filter-tag__valueButton_10rlg {
1885
1882
  color: #fff;
1886
1883
  background-color: #202022;
1887
1884
  border-color: transparent
1888
1885
  }
1889
- .filter-tag__valueButton_138wa:not(.filter-tag__valueButton_138wa:disabled):hover {
1886
+ .filter-tag__valueButton_10rlg:not(.filter-tag__valueButton_10rlg:disabled):hover {
1890
1887
  background-color: #202022;
1891
1888
  border-color: transparent;
1892
1889
  }
1893
- .filter-tag__valueButton_138wa:not(.filter-tag__valueButton_138wa:disabled):active {
1890
+ .filter-tag__valueButton_10rlg:not(.filter-tag__valueButton_10rlg:disabled):active {
1894
1891
  background-color: rgb(65, 65, 67);
1895
1892
  border-color: transparent;
1896
1893
  }
1897
- .filter-tag__valueButton_138wa:disabled {
1894
+ .filter-tag__valueButton_10rlg:disabled {
1898
1895
  background-color: rgba(32, 32, 34, 0.3);
1899
1896
  border-color: transparent;
1900
1897
  color: #464649;
1901
1898
  }
1902
- .filter-tag__valueButton_138wa.filter-tag__checked_138wa {
1899
+ .filter-tag__valueButton_10rlg.filter-tag__checked_10rlg {
1903
1900
  background-color: #f3f4f5;
1904
1901
  color: #000
1905
1902
  }
1906
- .filter-tag__valueButton_138wa.filter-tag__checked_138wa:not(.filter-tag__valueButton_138wa:disabled):hover {
1903
+ .filter-tag__valueButton_10rlg.filter-tag__checked_10rlg:not(.filter-tag__valueButton_10rlg:disabled):hover {
1907
1904
  background-color: #f3f4f5;
1908
1905
  }
1909
- .filter-tag__valueButton_138wa.filter-tag__checked_138wa:not(.filter-tag__valueButton_138wa:disabled):active {
1906
+ .filter-tag__valueButton_10rlg.filter-tag__checked_10rlg:not(.filter-tag__valueButton_10rlg:disabled):active {
1910
1907
  background-color: rgb(194, 195, 196);
1911
1908
  }
1912
- .filter-tag__valueButton_138wa.filter-tag__checked_138wa:not(.filter-tag__valueButton_138wa:disabled):hover + .filter-tag__clear_138wa:before {
1909
+ .filter-tag__valueButton_10rlg.filter-tag__checked_10rlg:not(.filter-tag__valueButton_10rlg:disabled):hover + .filter-tag__clear_10rlg:before {
1913
1910
  background-color: #464649;
1914
1911
  }
1915
- .filter-tag__valueButton_138wa.filter-tag__checked_138wa:not(.filter-tag__valueButton_138wa:disabled):active + .filter-tag__clear_138wa:before {
1912
+ .filter-tag__valueButton_10rlg.filter-tag__checked_10rlg:not(.filter-tag__valueButton_10rlg:disabled):active + .filter-tag__clear_10rlg:before {
1916
1913
  background-color: transparent;
1917
1914
  }
1918
- .filter-tag__valueButton_138wa.filter-tag__checked_138wa:disabled {
1915
+ .filter-tag__valueButton_10rlg.filter-tag__checked_10rlg:disabled {
1919
1916
  background-color: rgba(243, 244, 245, 0.3);
1920
1917
  color: #000;
1921
1918
  }
1922
- .filter-tag__clear_138wa {
1919
+ .filter-tag__clear_10rlg {
1923
1920
  color: #464649;
1924
1921
  background-color: #f3f4f5
1925
1922
  }
1926
- .filter-tag__clear_138wa:before {
1923
+ .filter-tag__clear_10rlg:before {
1927
1924
  background-color: #464649;
1928
1925
  }
1929
- .filter-tag__clear_138wa:hover:before {
1926
+ .filter-tag__clear_10rlg:hover:before {
1930
1927
  background-color: #464649;
1931
1928
  }
1932
- .filter-tag__clear_138wa:active:before {
1929
+ .filter-tag__clear_10rlg:active:before {
1933
1930
  background-color: transparent;
1934
1931
  }
1935
- .filter-tag__clear_138wa:hover {
1932
+ .filter-tag__clear_10rlg:hover {
1936
1933
  background-color: #f3f4f5;
1937
1934
  color: #000;
1938
1935
  }
1939
- .filter-tag__clear_138wa:active {
1936
+ .filter-tag__clear_10rlg:active {
1940
1937
  background-color: rgb(194, 195, 196);
1941
1938
  color: #000;
1942
- }.bottom-sheet__modal_fivfb {
1943
- background-color: transparent;
1944
- }
1945
- .bottom-sheet__component_fivfb {
1946
- background: #121212;
1947
- }
1948
- .bottom-sheet__marker_fivfb {
1949
- background-color: #2a2a2c;
1950
- }
1951
- .bottom-sheet__content_fivfb {
1952
- color: #fff;
1953
- background-color: #121212;
1954
- }
1955
- .bottom-sheet__backer_1j0rh {
1956
- color: #fff;
1957
- }
1958
- .bottom-sheet__button_1j0rh {
1959
- background: rgba(255, 255, 255, 0.03);
1939
+ }.file-upload-item__component_2wef3 {
1940
+ color: #8d8d93;
1941
+ box-shadow: 0 -1px 0 0 #2b2b2e inset
1960
1942
  }
1961
- .bottom-sheet__closer_gpjcg {
1943
+ .file-upload-item__icon_2wef3 {
1962
1944
  color: #fff;
1963
1945
  }
1964
- .bottom-sheet__button_gpjcg {
1965
- background: rgba(255, 255, 255, 0.03);
1966
- }
1967
- .bottom-sheet__footer_t8jd7 {
1968
- background-color: #121212;
1946
+ .file-upload-item__errorIcon_2wef3 {
1947
+ color: #d91d0b;
1969
1948
  }
1970
- .bottom-sheet__highlighted_t8jd7 {
1971
- border-top: 1px solid #2b2b2e;
1972
- background-color: #121212;
1949
+ .file-upload-item__successIcon_2wef3 {
1950
+ color: #2fc26e;
1973
1951
  }
1974
- .bottom-sheet__headerWrapper_rexar {
1975
- background-color: #121212;
1952
+ .file-upload-item__name_2wef3 {
1953
+ color: #fff
1976
1954
  }
1977
- .bottom-sheet__highlighted_rexar {
1978
- border-bottom: 1px solid #2b2b2e;
1979
- }.pure-cell__focused_19q6a {
1955
+ .file-upload-item__errorWrapper_2wef3 {
1956
+ color: #ef3124
1957
+ }.pure-cell__focused_iwfp2 {
1980
1958
  outline: 2px solid #0072ef;
1981
1959
  }
1982
1960
 
1983
1961
 
1984
1962
 
1985
- .pure-cell__categoryPercent_nkuq9 {
1963
+ .pure-cell__categoryPercent_1r8wu {
1986
1964
  background-color: #202022;
1987
1965
  }
1988
- .pure-cell__component_1nw31 {
1966
+ .pure-cell__component_v3ehp {
1989
1967
  background-color: #202022;
1990
1968
  }
1991
1969
 
@@ -1993,517 +1971,562 @@
1993
1971
 
1994
1972
 
1995
1973
 
1996
-
1997
-
1998
-
1999
- .modal__button_xr2df {
2000
- background: rgba(18, 18, 18, 0.4);
1974
+ .bottom-sheet__modal_saaqk {
1975
+ background-color: transparent;
2001
1976
  }
2002
-
2003
-
2004
-
2005
-
2006
- .modal__sticky_m3s7h {
1977
+ .bottom-sheet__component_saaqk {
2007
1978
  background: #121212;
2008
1979
  }
2009
- .modal__highlighted_m3s7h {
2010
- background: #121212;
2011
- box-shadow: 0 -1px 0 0 #2b2b2e;
1980
+ .bottom-sheet__marker_saaqk {
1981
+ background-color: #2a2a2c;
2012
1982
  }
2013
-
2014
-
2015
-
2016
- .modal__highlighted_1cnnm {
2017
- background: #121212;
1983
+ .bottom-sheet__content_saaqk {
1984
+ color: #fff;
1985
+ background-color: #121212;
2018
1986
  }
2019
- .modal__sticky_1cnnm.modal__hasContent_1cnnm {
2020
- background: #121212;
2021
- }
2022
- .toast-plate__component_kw0dq {
1987
+ .bottom-sheet__backer_ur5hv {
1988
+ color: #fff;
1989
+ }
1990
+ .bottom-sheet__button_ur5hv {
1991
+ background: rgba(255, 255, 255, 0.03);
1992
+ }
1993
+ .bottom-sheet__closer_tgynp {
1994
+ color: #fff;
1995
+ }
1996
+ .bottom-sheet__button_tgynp {
1997
+ background: rgba(255, 255, 255, 0.03);
1998
+ }
1999
+ .bottom-sheet__footer_x24yq {
2000
+ background-color: #121212;
2001
+ }
2002
+ .bottom-sheet__highlighted_x24yq {
2003
+ border-top: 1px solid #2b2b2e;
2004
+ background-color: #121212;
2005
+ }
2006
+ .bottom-sheet__headerWrapper_1osag {
2007
+ background-color: #121212;
2008
+ }
2009
+ .bottom-sheet__highlighted_1osag {
2010
+ border-bottom: 1px solid #2b2b2e;
2011
+ }.toast-plate__component_ktvcy {
2023
2012
  color: #000;
2024
- background-color: #fff
2013
+ background-color: #fff;
2025
2014
  }
2026
- .toast-plate__closeButtonWrapper_kw0dq:before {
2015
+ .toast-plate__closeButtonWrapper_ktvcy:before {
2027
2016
  background-color: #e9e9eb;
2028
2017
  }
2029
2018
 
2019
+ .toast-plate__component_12fgh {
2020
+ color: #fff;
2021
+ background-color: #121212;
2022
+ }
2023
+ .toast-plate__closeButtonWrapper_12fgh:before {
2024
+ background-color: #262629;
2025
+ }
2030
2026
 
2031
2027
 
2032
- .side-panel__button_1rx21 {
2028
+ .modal__button_1b7uf {
2033
2029
  background: rgba(18, 18, 18, 0.4);
2034
2030
  }
2035
2031
 
2036
2032
 
2037
2033
 
2038
2034
 
2039
- .side-panel__sticky_1xhw7 {
2035
+ .modal__sticky_bef8i {
2040
2036
  background: #121212;
2041
2037
  }
2042
- .side-panel__highlighted_1xhw7 {
2038
+ .modal__highlighted_bef8i {
2043
2039
  background: #121212;
2044
2040
  box-shadow: 0 -1px 0 0 #2b2b2e;
2045
2041
  }
2046
2042
 
2047
2043
 
2048
2044
 
2049
- .side-panel__highlighted_1uxju {
2045
+ .modal__highlighted_1g0si {
2050
2046
  background: #121212;
2051
2047
  }
2052
- .side-panel__sticky_1uxju.side-panel__hasContent_1uxju {
2048
+ .modal__sticky_1g0si.modal__hasContent_1g0si {
2053
2049
  background: #121212;
2054
2050
  }
2055
- .slider-input__steps_17zg9 {
2051
+ .slider-input__steps_b9znh {
2056
2052
  color: #8d8d93;
2057
2053
  }
2058
- .slider-input__info_17zg9 {
2054
+ .slider-input__info_b9znh {
2059
2055
  color: #8d8d93;
2060
- }.with-suffix__hasSuffix_30v20 input:focus::placeholder {
2056
+ }.with-suffix__hasSuffix_19wz5 input:focus::placeholder {
2061
2057
  color: transparent;
2062
2058
  }
2063
- .with-suffix__disabled_30v20 {
2059
+ .with-suffix__disabled_19wz5 {
2064
2060
  color: #fff;
2065
2061
  }
2066
- .with-suffix__readOnly_30v20 {
2062
+ .with-suffix__readOnly_19wz5 {
2067
2063
  color: #8d8d93;
2068
- }.tooltip__hint_oep5q {
2064
+ }.tooltip__hint_sgztt {
2069
2065
  background-color: #fff;
2070
2066
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2071
2067
  0 8px 16px rgba(11, 31, 53, 0.16);
2072
2068
  color: #000;
2073
2069
  }
2074
- .tooltip__hint_oep5q .tooltip__arrow_oep5q:after {
2070
+ .tooltip__hint_sgztt .tooltip__arrow_sgztt:after {
2075
2071
  background-color: #fff;
2076
2072
  border-color: #fff;
2077
2073
  }
2078
2074
 
2079
- .tooltip__tooltip_4roij {
2075
+ .tooltip__tooltip_8tz6m {
2080
2076
  background-color: #fff;
2081
2077
  color: #000;
2082
2078
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2083
2079
  0 8px 16px rgba(11, 31, 53, 0.16);
2084
2080
  }
2085
- .tooltip__tooltip_4roij .tooltip__arrow_4roij:after {
2081
+ .tooltip__tooltip_8tz6m .tooltip__arrow_8tz6m:after {
2086
2082
  background-color: #fff;
2087
2083
  }
2088
- .tooltip__hint_4roij {
2084
+ .tooltip__hint_8tz6m {
2089
2085
  background-color: #121212;
2090
2086
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2091
2087
  color: #fff;
2092
2088
  }
2093
- .tooltip__hint_4roij .tooltip__arrow_4roij:after {
2089
+ .tooltip__hint_8tz6m .tooltip__arrow_8tz6m:after {
2094
2090
  background-color: #121212;
2095
2091
  }
2096
- .toast__toastPlate_8ond8 {
2092
+ .bank-card__component_1omll {
2093
+ --form-control-bg-color: transparent;
2094
+ --form-control-hover-bg-color: transparent;
2095
+ --form-control-focus-bg-color: transparent;
2096
+ }
2097
+ .bank-card__label_1omll {
2098
+ color: rgba(0, 0, 0, 0.6)
2099
+ }
2100
+ .bank-card__focused_1omll .bank-card__label_1omll,
2101
+ .bank-card__filled_1omll .bank-card__label_1omll {
2102
+ color: #000
2103
+ }
2104
+ .bank-card__input_1omll {
2105
+ color: #000;
2106
+ caret-color: #000
2107
+ }
2108
+ .bank-card__bankLogo_1omll svg g {
2109
+ fill: #000;
2110
+ }
2111
+ .bank-card__brandLogo_1omll svg {
2112
+ fill: #000;
2113
+ }
2114
+ .bank-card__usePhoto_1omll {
2115
+ background-color: transparent
2116
+ }
2117
+ .bank-card__usePhoto_1omll svg {
2118
+ fill: #000;
2119
+ }.toast__toastPlate_znxan {
2097
2120
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2098
2121
  }
2099
- .toast__popoverInner_8ond8 {
2122
+ .toast__popoverInner_znxan {
2100
2123
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2101
2124
  background-color: transparent;
2102
2125
  }
2103
- .calendar__wrapper_1vb54 {
2126
+
2127
+
2128
+
2129
+ .side-panel__button_isdho {
2130
+ background: rgba(18, 18, 18, 0.4);
2131
+ }
2132
+
2133
+
2134
+
2135
+
2136
+ .side-panel__sticky_m3fmp {
2137
+ background: #121212;
2138
+ }
2139
+ .side-panel__highlighted_m3fmp {
2140
+ background: #121212;
2141
+ box-shadow: 0 -1px 0 0 #2b2b2e;
2142
+ }
2143
+
2144
+
2145
+
2146
+ .side-panel__highlighted_1w27y {
2147
+ background: #121212;
2148
+ }
2149
+ .side-panel__sticky_1w27y.side-panel__hasContent_1w27y {
2150
+ background: #121212;
2151
+ }
2152
+ .amount-input__minorPartAndCurrency_142n9 {
2153
+ color: #8d8d93;
2154
+ }
2155
+ .amount-input__filled_coprp .amount-input__input_coprp,
2156
+ .amount-input__input_coprp:focus {
2157
+ -webkit-text-fill-color: transparent;
2158
+ }
2159
+ .amount-input__minorPartAndCurrency_1ylxe {
2160
+ color: #8a8a8e;
2161
+ }
2162
+ .calendar__wrapper_13xf6 {
2104
2163
  background: #121212;
2105
2164
  }
2106
- .calendar__calendar_1vb54 th {
2165
+ .calendar__calendar_13xf6 th {
2107
2166
  border-bottom: 1px solid #2b2b2e;
2108
2167
  }
2109
- .calendar__dayNames_1vb54 {
2168
+ .calendar__dayNames_13xf6 {
2110
2169
  border-bottom: 1px solid #2b2b2e;
2111
2170
  background: #121212
2112
2171
  }
2113
- .calendar__month_1vb54 {
2172
+ .calendar__month_13xf6 {
2114
2173
  color: #fff;
2115
2174
  }
2116
- .calendar__dayName_1vb54 {
2175
+ .calendar__dayName_13xf6 {
2117
2176
  color: #8d8d93
2118
2177
  }
2119
- .calendar__dayName_10zsz {
2178
+ .calendar__dayName_h7i3n {
2120
2179
  color: #8d8d93
2121
2180
  }
2122
- .calendar__day_10zsz {
2181
+ .calendar__day_h7i3n {
2123
2182
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2124
2183
  color: #fff
2125
2184
  }
2126
- .calendar__day_10zsz.calendar__highlighted_10zsz,
2127
- .calendar__day_10zsz.calendar__range_10zsz.calendar__highlighted_10zsz:not(.calendar__disabled_10zsz) {
2185
+ .calendar__day_h7i3n.calendar__highlighted_h7i3n,
2186
+ .calendar__day_h7i3n.calendar__range_h7i3n.calendar__highlighted_h7i3n:not(.calendar__disabled_h7i3n) {
2128
2187
  color: #fff;
2129
2188
  background: #2a2a2c;
2130
2189
  }
2131
- .calendar__day_10zsz.calendar__holiday_10zsz {
2190
+ .calendar__day_h7i3n.calendar__holiday_h7i3n {
2132
2191
  color: #ef3124;
2133
2192
  }
2134
- .calendar__day_10zsz.calendar__disabled_10zsz {
2193
+ .calendar__day_h7i3n.calendar__disabled_h7i3n {
2135
2194
  color: #464649;
2136
2195
  background: transparent;
2137
2196
  }
2138
- .calendar__day_10zsz.calendar__today_10zsz {
2197
+ .calendar__day_h7i3n.calendar__today_h7i3n {
2139
2198
  color: #0072ef;
2140
2199
  }
2141
- .calendar__day_10zsz.calendar__rangeComplete_10zsz {
2200
+ .calendar__day_h7i3n.calendar__rangeComplete_h7i3n {
2142
2201
  background: #e8f2fe;
2143
2202
  }
2144
- .calendar__day_10zsz.calendar__selected_10zsz,
2145
- .calendar__day_10zsz.calendar__disabled_10zsz.calendar__selected_10zsz {
2203
+ .calendar__day_h7i3n.calendar__selected_h7i3n,
2204
+ .calendar__day_h7i3n.calendar__disabled_h7i3n.calendar__selected_h7i3n {
2146
2205
  color: #000;
2147
2206
  background: #fff;
2148
2207
  }
2149
2208
  @media (hover) {
2150
- .calendar__day_10zsz.calendar__selected_10zsz:hover {
2209
+ .calendar__day_h7i3n.calendar__selected_h7i3n:hover {
2151
2210
  background: rgb(217, 217, 217);
2152
2211
  }
2153
2212
  }
2154
- .calendar__dayWrapper_10zsz {
2213
+ .calendar__dayWrapper_h7i3n {
2155
2214
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
2156
2215
  }
2157
- .calendar__range_10zsz .calendar__day_10zsz:not(.calendar__selected_10zsz):not(.calendar__disabled_10zsz):not(.calendar__today_10zsz):not(.calendar__holiday_10zsz) {
2216
+ .calendar__range_h7i3n .calendar__day_h7i3n:not(.calendar__selected_h7i3n):not(.calendar__disabled_h7i3n):not(.calendar__today_h7i3n):not(.calendar__holiday_h7i3n) {
2158
2217
  color: #fff;
2159
2218
  }
2160
- .calendar__range_10zsz:before {
2219
+ .calendar__range_h7i3n:before {
2161
2220
  background: rgba(255, 255, 255, 0.1);
2162
2221
  }
2163
- .calendar__rangeComplete_10zsz:before {
2222
+ .calendar__rangeComplete_h7i3n:before {
2164
2223
  background: #e8f2fe;
2165
2224
  }
2166
- .calendar__transitLeft_10zsz:after {
2225
+ .calendar__transitLeft_h7i3n:after {
2167
2226
  background: linear-gradient(
2168
2227
  270deg,
2169
2228
  rgba(255, 255, 255, 0.1) 0%,
2170
2229
  rgba(255, 255, 255, 0) 100%
2171
2230
  );
2172
2231
  }
2173
- .calendar__transitRight_10zsz:after {
2232
+ .calendar__transitRight_h7i3n:after {
2174
2233
  background: linear-gradient(
2175
2234
  270deg,
2176
2235
  rgba(255, 255, 255, 0) 0%,
2177
2236
  rgba(255, 255, 255, 0.1) 100%
2178
2237
  );
2179
2238
  }
2180
- .calendar__rangeComplete_10zsz.calendar__transitLeft_10zsz:after {
2239
+ .calendar__rangeComplete_h7i3n.calendar__transitLeft_h7i3n:after {
2181
2240
  background: linear-gradient(
2182
2241
  270deg,
2183
2242
  #e8f2fe 0%,
2184
2243
  rgba(255, 255, 255, 0) 100%
2185
2244
  );
2186
2245
  }
2187
- .calendar__rangeComplete_10zsz.calendar__transitRight_10zsz:after {
2246
+ .calendar__rangeComplete_h7i3n.calendar__transitRight_h7i3n:after {
2188
2247
  background: linear-gradient(
2189
2248
  270deg,
2190
2249
  rgba(255, 255, 255, 0) 0%,
2191
2250
  #e8f2fe 100%
2192
2251
  );
2193
2252
  }
2194
- .calendar__dot_10zsz {
2253
+ .calendar__dot_h7i3n {
2195
2254
  background: #fff;
2196
2255
  }
2197
- .calendar__selected_10zsz .calendar__dot_10zsz {
2256
+ .calendar__selected_h7i3n .calendar__dot_h7i3n {
2198
2257
  background: #000;
2199
2258
  }
2200
- .calendar__withShadow_1a1xk {
2259
+ .calendar__withShadow_aftsa {
2201
2260
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2202
2261
  }
2203
2262
 
2204
2263
  @media (max-width: 374px) {
2205
2264
  }
2206
- .calendar__empty_1a4gt {
2265
+ .calendar__empty_i2mmq {
2207
2266
  color: #8d8d93;
2208
2267
  }
2209
- .cc-calendar .calendar__button_1965w {
2268
+ .cc-calendar .calendar__button_1gewz {
2210
2269
  background-color: transparent
2211
2270
  }
2212
- .cc-calendar .calendar__button_1965w:not(:disabled):hover {
2271
+ .cc-calendar .calendar__button_1gewz:not(:disabled):hover {
2213
2272
  background-color: #2c2c2e;
2214
2273
  color: #fff;
2215
2274
  }
2216
- .cc-calendar .calendar__button_1965w.calendar__filled_1965w {
2275
+ .cc-calendar .calendar__button_1gewz.calendar__filled_1gewz {
2217
2276
  background-color: #2c2c2e
2218
2277
  }
2219
- .cc-calendar .calendar__button_1965w.calendar__filled_1965w:not(:disabled):hover {
2278
+ .cc-calendar .calendar__button_1gewz.calendar__filled_1gewz:not(:disabled):hover {
2220
2279
  background-color: rgb(59, 59, 61);
2221
2280
  }
2222
- .cc-calendar .calendar__button_1965w.calendar__outlined_1965w {
2281
+ .cc-calendar .calendar__button_1gewz.calendar__outlined_1gewz {
2223
2282
  border: 1px solid #fff;
2224
2283
  }
2225
- .cc-calendar .calendar__button_1965w.calendar__selected_1965w,
2226
- .cc-calendar .calendar__button_1965w.calendar__selected_1965w:disabled {
2284
+ .cc-calendar .calendar__button_1gewz.calendar__selected_1gewz,
2285
+ .cc-calendar .calendar__button_1gewz.calendar__selected_1gewz:disabled {
2227
2286
  background-color: #fff;
2228
2287
  color: #000
2229
2288
  }
2230
- .cc-calendar .calendar__button_1965w.calendar__selected_1965w:not(:disabled):hover, .cc-calendar .calendar__button_1965w.calendar__selected_1965w:disabled:not(:disabled):hover {
2289
+ .cc-calendar .calendar__button_1gewz.calendar__selected_1gewz:not(:disabled):hover, .cc-calendar .calendar__button_1gewz.calendar__selected_1gewz:disabled:not(:disabled):hover {
2231
2290
  background-color: #fff;
2232
2291
  color: #000;
2233
2292
  }
2234
2293
  @media (max-width: 374px) {
2235
- }.bank-card__component_kaus4 {
2236
- --form-control-bg-color: transparent;
2237
- --form-control-hover-bg-color: transparent;
2238
- --form-control-focus-bg-color: transparent;
2294
+ }@media (min-width: 600px) {
2295
+ }.gallery__modal_14ee1 {
2296
+ background: transparent;
2239
2297
  }
2240
- .bank-card__label_kaus4 {
2241
- color: rgba(0, 0, 0, 0.6)
2298
+ .gallery__header_1d8n7 {
2299
+ background-color: #e9e9eb;
2242
2300
  }
2243
- .bank-card__focused_kaus4 .bank-card__label_kaus4,
2244
- .bank-card__filled_kaus4 .bank-card__label_kaus4 {
2245
- color: #000
2301
+
2302
+ .gallery__component_naspw {
2303
+ border: 2px solid rgba(0, 0, 0, 0);
2246
2304
  }
2247
- .bank-card__input_kaus4 {
2248
- color: #000;
2249
- caret-color: #000
2305
+ .gallery__active_naspw {
2306
+ border-color: #000
2250
2307
  }
2251
- .bank-card__bankLogo_kaus4 svg g {
2252
- fill: #000;
2253
- }
2254
- .bank-card__brandLogo_kaus4 svg {
2255
- fill: #000;
2308
+ .gallery__image_naspw {
2309
+ background-color: #121212
2310
+ }
2311
+ .gallery__loading_naspw {
2312
+ background-color: #e9eaeb;
2313
+ }
2314
+ .gallery__brokenImageWrapper_naspw {
2315
+ background-color: #121212
2316
+ }
2317
+ .gallery__focused_naspw {
2318
+ outline: 2px solid #0072ef;
2319
+ }
2320
+ .gallery__component_1dsry {
2321
+ background-color: rgba(255, 255, 255, 0.5);
2322
+ }
2323
+ .gallery__slideLoading_1dsry {
2324
+ background-color: #e9eaeb;
2325
+ }
2326
+ .gallery__image_1dsry {
2327
+ background-color: #121212;
2328
+ }
2329
+ .gallery__smallImage_1dsry {
2330
+ background-color: #121212;
2331
+ }
2332
+ .gallery__arrow_1dsry {
2333
+ color: #000
2334
+ }
2335
+ .gallery__arrow_1dsry:hover {
2336
+ background-color: rgba(255, 255, 255, 0.1);
2256
2337
  }
2257
- .bank-card__usePhoto_kaus4 {
2258
- background-color: transparent
2338
+ .gallery__arrow_1dsry:active {
2339
+ background-color: rgba(255, 255, 255, 0.2);
2340
+ }
2341
+ .gallery__focused_1dsry {
2342
+ outline: 2px solid #0072ef;
2259
2343
  }
2260
- .bank-card__usePhoto_kaus4 svg {
2261
- fill: #000;
2262
- }.amount-input__minorPartAndCurrency_qt2z3 {
2263
- color: #8d8d93;
2344
+ .gallery__placeholder_1dsry {
2345
+ background-color: #121212;
2264
2346
  }
2265
- .amount-input__filled_1f3mm .amount-input__input_1f3mm,
2266
- .amount-input__input_1f3mm:focus {
2267
- -webkit-text-fill-color: transparent;
2347
+ .gallery__fullScreenImage_1dsry {
2348
+ background-color: #121212;
2268
2349
  }
2269
- .amount-input__minorPartAndCurrency_1lcd4 {
2270
- color: #8a8a8e;
2271
- }.select__arrow_4pnnv {
2350
+ .gallery__component_q32d8 {
2351
+ background-color: #e9e9eb
2352
+ }.select__arrow_1c473 {
2272
2353
  color: #fff;
2273
2354
  }
2274
- .select__popoverInner_1r6py {
2355
+ .select__popoverInner_ftpmk {
2275
2356
  background: transparent;
2276
2357
  }
2277
- .select__optionsList_1r6py {
2358
+ .select__optionsList_ftpmk {
2278
2359
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2279
2360
  background: #121212;
2280
2361
  }
2281
- .select__popoverInner_1w5ks {
2362
+ .select__popoverInner_1o6vy {
2282
2363
  background: transparent;
2283
2364
  }
2284
- .select__single_18num {
2365
+ .select__single_1bi9w {
2285
2366
  background: #fff
2286
2367
  }
2287
- .select__placeholder_j0oue {
2368
+ .select__placeholder_1lyxq {
2288
2369
  color: #8d8d93;
2289
2370
  }
2290
- .select__focusVisible_j0oue {
2371
+ .select__focusVisible_1lyxq {
2291
2372
  outline: 2px solid #0072ef;
2292
2373
  }
2293
- .select__optgroup_1dkk8 {
2374
+ .select__optgroup_1xtcd {
2294
2375
  background: #121212
2295
2376
  }
2296
- .select__label_1dkk8 {
2377
+ .select__label_1xtcd {
2297
2378
  color: #8d8d93;
2298
2379
  }
2299
- .select__option_1u6mz {
2380
+ .select__option_5us3l {
2300
2381
  background: #121212;
2301
2382
  color: #fff
2302
2383
  }
2303
- .select__option_1u6mz:not(.select__disabled_1u6mz):active {
2384
+ .select__option_5us3l:not(.select__disabled_5us3l):active {
2304
2385
  background: #2c2c2e;
2305
2386
  color: #fff;
2306
2387
  }
2307
- .select__option_1u6mz:before {
2388
+ .select__option_5us3l:before {
2308
2389
  background: #2b2b2e;
2309
2390
  }
2310
- .select__selected_1u6mz {
2391
+ .select__selected_5us3l {
2311
2392
  background: #121212;
2312
2393
  color: #fff;
2313
2394
  }
2314
- .select__highlighted_1u6mz {
2395
+ .select__highlighted_5us3l {
2315
2396
  background: #202022;
2316
2397
  color: #fff
2317
2398
  }
2318
- .select__disabled_1u6mz {
2399
+ .select__disabled_5us3l {
2319
2400
  background: #121212;
2320
2401
  color: #8d8d93;
2321
2402
  }
2322
- .select__emptyPlaceholder_1gvjl {
2403
+ .select__emptyPlaceholder_t7fv5 {
2323
2404
  color: #8d8d93;
2324
2405
  }
2325
- .select__virtualRow_1q8jb:before {
2406
+ .select__virtualRow_1t2yl:before {
2326
2407
  background: #2b2b2e;
2327
2408
  }
2328
- .select__emptyPlaceholder_1q8jb {
2409
+ .select__emptyPlaceholder_1t2yl {
2329
2410
  color: #8d8d93;
2330
2411
  }
2331
2412
 
2332
2413
 
2333
2414
 
2334
- .select__emptyPlaceholder_jvq1b {
2415
+ .select__emptyPlaceholder_1fyl7 {
2335
2416
  color: #8d8d93;
2336
2417
  }
2337
- .select__footer_jvq1b {
2418
+ .select__footer_1fyl7 {
2338
2419
  background-color: #121212
2339
2420
  }
2340
- .select__highlighted_jvq1b {
2421
+ .select__highlighted_1fyl7 {
2341
2422
  border-top: 1px solid #2b2b2e;
2342
2423
  background-color: #121212;
2343
2424
  }
2344
- .select__footer_n8fiv {
2425
+ .select__footer_ip2ar {
2345
2426
  background: #121212
2346
2427
  }
2347
- .select__withBorder_n8fiv {
2428
+ .select__withBorder_ip2ar {
2348
2429
  box-shadow: inset 0 1px 0 #262629;
2349
- }@media (min-width: 600px) {
2350
- }.gallery__modal_1909n {
2351
- background: transparent;
2352
- }
2353
- .gallery__header_7kt58 {
2354
- background-color: #e9e9eb;
2430
+ }.calendar-with-skeleton__skeleton_1a9rc {
2431
+ background-color: #121212;
2432
+ }.calendar-input__calendarIcon_g188m {
2433
+ color: #fff
2355
2434
  }
2356
2435
 
2357
- .gallery__component_olva1 {
2358
- border: 2px solid rgba(0, 0, 0, 0);
2359
- }
2360
- .gallery__active_olva1 {
2361
- border-color: #000
2362
- }
2363
- .gallery__image_olva1 {
2364
- background-color: #121212
2365
- }
2366
- .gallery__loading_olva1 {
2367
- background-color: #e9eaeb;
2368
- }
2369
- .gallery__brokenImageWrapper_olva1 {
2370
- background-color: #121212
2436
+ .input-autocomplete__placeholder_epp6f {
2437
+ color: #8d8d93;
2371
2438
  }
2372
- .gallery__focused_olva1 {
2439
+ .input-autocomplete__focusVisible_epp6f {
2373
2440
  outline: 2px solid #0072ef;
2374
2441
  }
2375
- .gallery__component_1li9c {
2376
- background-color: rgba(255, 255, 255, 0.5);
2377
- }
2378
- .gallery__slideLoading_1li9c {
2379
- background-color: #e9eaeb;
2380
- }
2381
- .gallery__image_1li9c {
2382
- background-color: #121212;
2383
- }
2384
- .gallery__smallImage_1li9c {
2385
- background-color: #121212;
2442
+ .intl-phone-input__flagIcon_1orb9 {
2443
+ box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2386
2444
  }
2387
- .gallery__arrow_1li9c {
2388
- color: #000
2445
+ .intl-phone-input__dialCode_1gvms {
2446
+ color: #8d8d93;
2389
2447
  }
2390
- .gallery__arrow_1li9c:hover {
2391
- background-color: rgba(255, 255, 255, 0.1);
2392
- }
2393
- .gallery__arrow_1li9c:active {
2394
- background-color: rgba(255, 255, 255, 0.2);
2395
- }
2396
- .gallery__focused_1li9c {
2448
+ .intl-phone-input__focusVisible_1ybzg {
2397
2449
  outline: 2px solid #0072ef;
2398
- }
2399
- .gallery__placeholder_1li9c {
2400
- background-color: #121212;
2401
- }
2402
- .gallery__fullScreenImage_1li9c {
2403
- background-color: #121212;
2404
- }
2405
- .gallery__component_1rhzb {
2406
- background-color: #e9e9eb
2407
- }.calendar-with-skeleton__skeleton_muldm {
2408
- background-color: #121212;
2409
- }.calendar-input__calendarIcon_1s7wv {
2410
- color: #fff
2411
- }.select-with-tags__tag_fywef:active:not(:disabled) {
2450
+ }.select-with-tags__tag_1jl3o:active:not(:disabled) {
2412
2451
  background-color: #f3f4f5;
2413
2452
  color: #000;
2414
2453
  }
2415
- .select-with-tags__tag_fywef:hover:not(:disabled):not(:active) {
2454
+ .select-with-tags__tag_1jl3o:hover:not(:disabled):not(:active) {
2416
2455
  background-color: #f3f4f5;
2417
2456
  color: #000;
2418
2457
  }
2419
- .select-with-tags__input_174ls {
2458
+ .select-with-tags__input_pdquv {
2420
2459
  background-color: transparent;
2421
2460
  color: #fff
2422
2461
  }
2423
- .select-with-tags__input_174ls:disabled {
2462
+ .select-with-tags__input_pdquv:disabled {
2424
2463
  color: #8d8d93;
2425
2464
  }
2426
- .select-with-tags__input_174ls::placeholder {
2465
+ .select-with-tags__input_pdquv::placeholder {
2427
2466
  color: #8d8d93;
2428
2467
  }
2429
- .select-with-tags__input_174ls:focus::placeholder {
2468
+ .select-with-tags__input_pdquv:focus::placeholder {
2430
2469
  color: #464649;
2431
2470
  }
2432
- .select-with-tags__focusVisible_174ls {
2471
+ .select-with-tags__focusVisible_pdquv {
2433
2472
  outline: 2px solid #0072ef;
2434
2473
  }
2435
- .select-with-tags__placeholder_174ls {
2474
+ .select-with-tags__placeholder_pdquv {
2436
2475
  color: #464649;
2437
- }
2438
-
2439
- .input-autocomplete__placeholder_3zptk {
2440
- color: #8d8d93;
2441
- }
2442
- .input-autocomplete__focusVisible_3zptk {
2443
- outline: 2px solid #0072ef;
2444
- }
2445
- .intl-phone-input__flagIcon_ryav5 {
2446
- box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2447
- }
2448
- .intl-phone-input__dialCode_1bufv {
2449
- color: #8d8d93;
2450
- }
2451
- .intl-phone-input__focusVisible_vpmqc {
2452
- outline: 2px solid #0072ef;
2453
- }.table__component_8ngj2 {
2476
+ }.table__component_1ezwu {
2454
2477
  border-top: 1px solid #2b2b2e;
2455
2478
  }
2456
- .table__wrapper_1jnt5 {
2479
+ .table__wrapper_1uo8f {
2457
2480
  background: #121212;
2458
2481
  box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2459
2482
  0 2px 4px rgba(11, 31, 53, 0.16);
2460
2483
  }
2461
2484
 
2462
- .table__component_1shmg {
2485
+ .table__component_34g73 {
2463
2486
  color: #fff;
2464
2487
  border-top: 1px solid #2b2b2e
2465
2488
  }
2466
2489
 
2467
- .table__component_1mw31 th:not(:last-child):not(:empty):after {
2490
+ .table__component_g8jiy th:not(:last-child):not(:empty):after {
2468
2491
  background-color: #2a2a2c;
2469
2492
  }
2470
- .table__component_18fxg {
2493
+ .table__component_1nrh6 {
2471
2494
  color: #fff;
2472
2495
  border-bottom: 1px solid #2b2b2e;
2473
2496
  background: #121212
2474
2497
  }
2475
- .table__sorted_18fxg {
2498
+ .table__sorted_1nrh6 {
2476
2499
  color: #fff;
2477
2500
  }
2478
- .table__component_czu9k {
2501
+ .table__component_9ao1d {
2479
2502
  background: #121212
2480
2503
  }
2481
- .table__withoutBorder_czu9k {
2504
+ .table__withoutBorder_9ao1d {
2482
2505
  }
2483
- .table__clickable_czu9k:hover {
2506
+ .table__clickable_9ao1d:hover {
2484
2507
  background-color: #202022;
2485
2508
  }
2486
- .table__selected_czu9k {
2509
+ .table__selected_9ao1d {
2487
2510
  background-color: #f2f8ff
2488
2511
  }
2489
- .table__selected_czu9k:hover {
2512
+ .table__selected_9ao1d:hover {
2490
2513
  background-color: #e8f2fe;
2491
2514
  }
2492
- .table__icon_86xsb {
2515
+ .table__icon_wkh31 {
2493
2516
  color: #8d8d93
2494
2517
  }
2495
- .table__icon_86xsb:hover {
2518
+ .table__icon_wkh31:hover {
2496
2519
  color: #fff;
2497
2520
  }
2498
- .table__sorted_86xsb {
2521
+ .table__sorted_wkh31 {
2499
2522
  color: #0072ef
2500
2523
  }
2501
- .table__sorted_86xsb:hover {
2524
+ .table__sorted_wkh31:hover {
2502
2525
  color: #0072ef;
2503
2526
  }
2504
- .table__open_nmdq8,
2505
- .table__open_nmdq8:hover {
2527
+ .table__open_1tyu1,
2528
+ .table__open_1tyu1:hover {
2506
2529
  background-color: rgba(255, 255, 255, 0.163);
2507
- }.calendar-range__divider_16eec:after {
2530
+ }.calendar-range__divider_tikf2:after {
2508
2531
  background-color: #fff;
2509
2532
  }