@alfalab/core-components 28.2.4 → 28.3.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 (1920) hide show
  1. package/alert/CHANGELOG.md +20 -0
  2. package/alert/Component.js +1 -1
  3. package/alert/esm/Component.js +1 -1
  4. package/alert/esm/index.css +5 -5
  5. package/alert/index.css +5 -5
  6. package/alert/modern/Component.js +1 -1
  7. package/alert/modern/index.css +5 -5
  8. package/amount/CHANGELOG.md +20 -0
  9. package/amount/component.js +1 -1
  10. package/amount/esm/component.js +1 -1
  11. package/amount/esm/index.css +7 -7
  12. package/amount/esm/pure/component.js +1 -1
  13. package/amount/esm/pure/index.css +2 -2
  14. package/amount/index.css +7 -7
  15. package/amount/modern/component.js +1 -1
  16. package/amount/modern/index.css +7 -7
  17. package/amount/modern/pure/component.js +1 -1
  18. package/amount/modern/pure/index.css +2 -2
  19. package/amount/pure/component.js +1 -1
  20. package/amount/pure/index.css +2 -2
  21. package/amount-input/CHANGELOG.md +20 -0
  22. package/amount-input/Component.js +3 -3
  23. package/amount-input/default.css +2 -2
  24. package/amount-input/esm/Component.js +3 -3
  25. package/amount-input/esm/default.css +2 -2
  26. package/amount-input/esm/index.css +7 -7
  27. package/amount-input/esm/inverted.css +2 -2
  28. package/amount-input/index.css +7 -7
  29. package/amount-input/inverted.css +2 -2
  30. package/amount-input/modern/Component.js +3 -3
  31. package/amount-input/modern/default.css +2 -2
  32. package/amount-input/modern/index.css +7 -7
  33. package/amount-input/modern/inverted.css +2 -2
  34. package/attach/CHANGELOG.md +20 -0
  35. package/attach/Component.js +1 -1
  36. package/attach/esm/Component.js +1 -1
  37. package/attach/esm/index.css +27 -27
  38. package/attach/index.css +27 -27
  39. package/attach/modern/Component.js +1 -1
  40. package/attach/modern/index.css +27 -27
  41. package/backdrop/CHANGELOG.md +20 -0
  42. package/backdrop/Component.js +1 -1
  43. package/backdrop/esm/Component.js +1 -1
  44. package/backdrop/esm/index.css +12 -12
  45. package/backdrop/index.css +12 -12
  46. package/backdrop/modern/Component.js +1 -1
  47. package/backdrop/modern/index.css +12 -12
  48. package/badge/CHANGELOG.md +20 -0
  49. package/badge/Component.js +1 -1
  50. package/badge/esm/Component.js +1 -1
  51. package/badge/esm/index.css +38 -38
  52. package/badge/index.css +38 -38
  53. package/badge/modern/Component.js +1 -1
  54. package/badge/modern/index.css +38 -38
  55. package/bank-card/CHANGELOG.md +20 -0
  56. package/bank-card/Component.js +1 -1
  57. package/bank-card/esm/Component.js +1 -1
  58. package/bank-card/esm/index.css +20 -20
  59. package/bank-card/index.css +20 -20
  60. package/bank-card/modern/Component.js +1 -1
  61. package/bank-card/modern/index.css +20 -20
  62. package/base-modal/CHANGELOG.md +23 -0
  63. package/base-modal/Component.d.ts +5 -0
  64. package/base-modal/Component.js +13 -13
  65. package/base-modal/cssm/Component.d.ts +5 -0
  66. package/base-modal/cssm/Component.js +12 -12
  67. package/base-modal/esm/Component.d.ts +5 -0
  68. package/base-modal/esm/Component.js +13 -13
  69. package/base-modal/esm/index.css +13 -13
  70. package/base-modal/index.css +13 -13
  71. package/base-modal/modern/Component.d.ts +5 -0
  72. package/base-modal/modern/Component.js +6 -6
  73. package/base-modal/modern/index.css +13 -13
  74. package/bottom-sheet/CHANGELOG.md +20 -0
  75. package/bottom-sheet/{component-59342a00.d.ts → component-82ea3fa2.d.ts} +13 -0
  76. package/bottom-sheet/{component-59342a00.js → component-82ea3fa2.js} +5 -10
  77. package/bottom-sheet/component.js +2 -2
  78. package/bottom-sheet/components/backer/Component.js +2 -2
  79. package/bottom-sheet/components/backer/index.css +3 -3
  80. package/bottom-sheet/components/closer/Component.js +2 -2
  81. package/bottom-sheet/components/closer/index.css +3 -3
  82. package/bottom-sheet/components/footer/Component.js +1 -1
  83. package/bottom-sheet/components/footer/index.css +4 -4
  84. package/bottom-sheet/components/header/Component.js +2 -2
  85. package/bottom-sheet/components/header/index.css +17 -17
  86. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  87. package/bottom-sheet/{esm/component-dba41a70.d.ts → cssm/component-78755a1d.d.ts} +13 -0
  88. package/bottom-sheet/cssm/{component-eb26b84c.js → component-78755a1d.js} +2 -7
  89. package/bottom-sheet/cssm/component.js +1 -1
  90. package/bottom-sheet/cssm/components/header/Component.js +1 -1
  91. package/bottom-sheet/cssm/index.d.ts +1 -1
  92. package/bottom-sheet/cssm/index.js +1 -1
  93. package/bottom-sheet/{cssm/component-eb26b84c.d.ts → esm/component-4d3292d0.d.ts} +13 -0
  94. package/bottom-sheet/esm/{component-dba41a70.js → component-4d3292d0.js} +5 -10
  95. package/bottom-sheet/esm/component.js +2 -2
  96. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  97. package/bottom-sheet/esm/components/backer/index.css +3 -3
  98. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  99. package/bottom-sheet/esm/components/closer/index.css +3 -3
  100. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  101. package/bottom-sheet/esm/components/footer/index.css +4 -4
  102. package/bottom-sheet/esm/components/header/Component.js +2 -2
  103. package/bottom-sheet/esm/components/header/index.css +17 -17
  104. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  105. package/bottom-sheet/esm/index.css +16 -16
  106. package/bottom-sheet/esm/index.d.ts +1 -1
  107. package/bottom-sheet/esm/index.js +2 -2
  108. package/bottom-sheet/esm/{tslib.es6-8792a24c.d.ts → tslib.es6-e95d9dc0.d.ts} +0 -0
  109. package/bottom-sheet/esm/{tslib.es6-8792a24c.js → tslib.es6-e95d9dc0.js} +0 -0
  110. package/bottom-sheet/index.css +16 -16
  111. package/bottom-sheet/index.d.ts +1 -1
  112. package/bottom-sheet/index.js +2 -2
  113. package/bottom-sheet/modern/{component-f41a2d92.d.ts → component-9ba1682f.d.ts} +13 -0
  114. package/bottom-sheet/modern/{component-f41a2d92.js → component-9ba1682f.js} +5 -4
  115. package/bottom-sheet/modern/component.js +1 -1
  116. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  117. package/bottom-sheet/modern/components/backer/index.css +3 -3
  118. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  119. package/bottom-sheet/modern/components/closer/index.css +3 -3
  120. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  121. package/bottom-sheet/modern/components/footer/index.css +4 -4
  122. package/bottom-sheet/modern/components/header/Component.js +1 -1
  123. package/bottom-sheet/modern/components/header/index.css +17 -17
  124. package/bottom-sheet/modern/index.css +16 -16
  125. package/bottom-sheet/modern/index.d.ts +1 -1
  126. package/bottom-sheet/modern/index.js +1 -1
  127. package/bottom-sheet/{tslib.es6-84b53d46.d.ts → tslib.es6-ee745021.d.ts} +0 -0
  128. package/bottom-sheet/{tslib.es6-84b53d46.js → tslib.es6-ee745021.js} +0 -0
  129. package/button/CHANGELOG.md +20 -0
  130. package/button/Component.js +3 -3
  131. package/button/default.css +41 -41
  132. package/button/esm/Component.js +3 -3
  133. package/button/esm/default.css +41 -41
  134. package/button/esm/index.css +54 -54
  135. package/button/esm/inverted.css +41 -41
  136. package/button/index.css +54 -54
  137. package/button/inverted.css +41 -41
  138. package/button/modern/Component.js +3 -3
  139. package/button/modern/default.css +41 -41
  140. package/button/modern/index.css +54 -54
  141. package/button/modern/inverted.css +41 -41
  142. package/calendar/CHANGELOG.md +20 -0
  143. package/calendar/Component.js +2 -2
  144. package/calendar/components/calendar-mobile/Component.js +2 -2
  145. package/calendar/components/calendar-mobile/index.css +11 -11
  146. package/calendar/components/calendar-mobile/index.js +1 -1
  147. package/calendar/components/days-table/Component.js +2 -2
  148. package/calendar/components/days-table/index.css +58 -58
  149. package/calendar/components/days-table/index.js +1 -1
  150. package/calendar/components/header/Component.js +1 -1
  151. package/calendar/components/header/index.css +3 -3
  152. package/calendar/components/month-year-header/Component.js +2 -2
  153. package/calendar/components/month-year-header/index.css +10 -10
  154. package/calendar/components/month-year-header/index.js +1 -1
  155. package/calendar/components/months-table/Component.js +2 -2
  156. package/calendar/components/months-table/index.css +11 -11
  157. package/calendar/components/months-table/index.js +1 -1
  158. package/calendar/components/period-slider/Component.js +1 -1
  159. package/calendar/components/period-slider/index.css +10 -10
  160. package/calendar/components/select-button/Component.js +2 -2
  161. package/calendar/components/select-button/index.css +10 -10
  162. package/calendar/components/select-button/index.js +1 -1
  163. package/calendar/components/years-table/Component.js +2 -2
  164. package/calendar/components/years-table/index.css +13 -13
  165. package/calendar/components/years-table/index.js +1 -1
  166. package/calendar/cssm/index-bdb4c6b9.d.ts +5 -0
  167. package/calendar/esm/Component.js +2 -2
  168. package/calendar/esm/components/calendar-mobile/Component.js +2 -2
  169. package/calendar/esm/components/calendar-mobile/index.css +11 -11
  170. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  171. package/calendar/esm/components/days-table/Component.js +2 -2
  172. package/calendar/esm/components/days-table/index.css +58 -58
  173. package/calendar/esm/components/days-table/index.js +1 -1
  174. package/calendar/esm/components/header/Component.js +1 -1
  175. package/calendar/esm/components/header/index.css +3 -3
  176. package/calendar/esm/components/month-year-header/Component.js +2 -2
  177. package/calendar/esm/components/month-year-header/index.css +10 -10
  178. package/calendar/esm/components/month-year-header/index.js +1 -1
  179. package/calendar/esm/components/months-table/Component.js +2 -2
  180. package/calendar/esm/components/months-table/index.css +11 -11
  181. package/calendar/esm/components/months-table/index.js +1 -1
  182. package/calendar/esm/components/period-slider/Component.js +1 -1
  183. package/calendar/esm/components/period-slider/index.css +10 -10
  184. package/calendar/esm/components/select-button/Component.js +2 -2
  185. package/calendar/esm/components/select-button/index.css +10 -10
  186. package/calendar/esm/components/select-button/index.js +1 -1
  187. package/calendar/esm/components/years-table/Component.js +2 -2
  188. package/calendar/esm/components/years-table/index.css +13 -13
  189. package/calendar/esm/components/years-table/index.js +1 -1
  190. package/calendar/esm/index-bdb4c6b9.d.ts +5 -0
  191. package/calendar/esm/index.css +14 -14
  192. package/calendar/esm/index.js +1 -1
  193. package/calendar/esm/{tslib.es6-110f082b.d.ts → tslib.es6-ca03b629.d.ts} +0 -0
  194. package/calendar/esm/{tslib.es6-110f082b.js → tslib.es6-ca03b629.js} +0 -0
  195. package/calendar/index-bdb4c6b9.d.ts +5 -0
  196. package/calendar/index.css +14 -14
  197. package/calendar/index.js +1 -1
  198. package/calendar/modern/Component.js +1 -1
  199. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  200. package/calendar/modern/components/calendar-mobile/index.css +11 -11
  201. package/calendar/modern/components/days-table/Component.js +1 -1
  202. package/calendar/modern/components/days-table/index.css +58 -58
  203. package/calendar/modern/components/header/Component.js +1 -1
  204. package/calendar/modern/components/header/index.css +3 -3
  205. package/calendar/modern/components/month-year-header/Component.js +1 -1
  206. package/calendar/modern/components/month-year-header/index.css +10 -10
  207. package/calendar/modern/components/months-table/Component.js +1 -1
  208. package/calendar/modern/components/months-table/index.css +11 -11
  209. package/calendar/modern/components/period-slider/Component.js +1 -1
  210. package/calendar/modern/components/period-slider/index.css +10 -10
  211. package/calendar/modern/components/select-button/Component.js +1 -1
  212. package/calendar/modern/components/select-button/index.css +10 -10
  213. package/calendar/modern/components/years-table/Component.js +1 -1
  214. package/calendar/modern/components/years-table/index.css +13 -13
  215. package/calendar/modern/index-bdb4c6b9.d.ts +5 -0
  216. package/calendar/modern/index.css +14 -14
  217. package/calendar/{tslib.es6-fba774c5.d.ts → tslib.es6-d5357d7d.d.ts} +0 -0
  218. package/calendar/{tslib.es6-fba774c5.js → tslib.es6-d5357d7d.js} +0 -0
  219. package/calendar-input/CHANGELOG.md +20 -0
  220. package/calendar-input/Component.js +1 -1
  221. package/calendar-input/esm/Component.js +1 -1
  222. package/calendar-input/esm/index.css +11 -11
  223. package/calendar-input/index.css +11 -11
  224. package/calendar-input/modern/Component.js +1 -1
  225. package/calendar-input/modern/index.css +11 -11
  226. package/calendar-range/CHANGELOG.md +20 -0
  227. package/calendar-range/Component.js +1 -1
  228. package/calendar-range/esm/Component.js +1 -1
  229. package/calendar-range/esm/index.js +1 -1
  230. package/calendar-range/esm/{index.module-83f57598.d.ts → index.module-cd94b22a.d.ts} +0 -0
  231. package/calendar-range/esm/{index.module-83f57598.js → index.module-cd94b22a.js} +1 -1
  232. package/calendar-range/esm/views/index.css +8 -8
  233. package/calendar-range/esm/views/popover.js +1 -1
  234. package/calendar-range/esm/views/static.js +1 -1
  235. package/calendar-range/index.js +1 -1
  236. package/calendar-range/{index.module-94b40bc4.d.ts → index.module-d096e405.d.ts} +0 -0
  237. package/calendar-range/{index.module-94b40bc4.js → index.module-d096e405.js} +1 -1
  238. package/calendar-range/modern/Component.js +1 -1
  239. package/calendar-range/modern/index.js +1 -1
  240. package/calendar-range/modern/index.module-1c5e57c2.js +4 -0
  241. package/calendar-range/modern/views/index.css +8 -8
  242. package/calendar-range/modern/views/popover.js +1 -1
  243. package/calendar-range/modern/views/static.js +1 -1
  244. package/calendar-range/views/index.css +8 -8
  245. package/calendar-range/views/popover.js +1 -1
  246. package/calendar-range/views/static.js +1 -1
  247. package/calendar-with-skeleton/CHANGELOG.md +20 -0
  248. package/calendar-with-skeleton/Component.js +1 -1
  249. package/calendar-with-skeleton/esm/Component.js +1 -1
  250. package/calendar-with-skeleton/esm/index.css +12 -12
  251. package/calendar-with-skeleton/index.css +12 -12
  252. package/calendar-with-skeleton/modern/Component.js +1 -1
  253. package/calendar-with-skeleton/modern/index.css +12 -12
  254. package/card-image/CHANGELOG.md +8 -0
  255. package/card-image/Component.js +1 -1
  256. package/card-image/esm/Component.js +1 -1
  257. package/card-image/esm/index.css +7 -7
  258. package/card-image/index.css +7 -7
  259. package/card-image/modern/Component.js +1 -1
  260. package/card-image/modern/index.css +7 -7
  261. package/cdn-icon/CHANGELOG.md +20 -0
  262. package/cdn-icon/Component.js +1 -1
  263. package/cdn-icon/esm/Component.js +1 -1
  264. package/cdn-icon/esm/index.css +4 -4
  265. package/cdn-icon/index.css +4 -4
  266. package/cdn-icon/modern/Component.js +1 -1
  267. package/cdn-icon/modern/index.css +4 -4
  268. package/chart/CHANGELOG.md +19 -6
  269. package/chart/Component.js +2 -2
  270. package/chart/components/Dot/index.css +8 -8
  271. package/chart/components/Dot/index.js +1 -1
  272. package/chart/components/Legends/index.css +8 -8
  273. package/chart/components/Legends/index.js +1 -1
  274. package/chart/components/Tick/index.css +4 -4
  275. package/chart/components/Tick/index.js +1 -1
  276. package/chart/components/TooltipContent/index.css +7 -7
  277. package/chart/components/TooltipContent/index.js +1 -1
  278. package/chart/esm/Component.js +2 -2
  279. package/chart/esm/components/Dot/index.css +8 -8
  280. package/chart/esm/components/Dot/index.js +1 -1
  281. package/chart/esm/components/Legends/index.css +8 -8
  282. package/chart/esm/components/Legends/index.js +1 -1
  283. package/chart/esm/components/Tick/index.css +4 -4
  284. package/chart/esm/components/Tick/index.js +1 -1
  285. package/chart/esm/components/TooltipContent/index.css +7 -7
  286. package/chart/esm/components/TooltipContent/index.js +1 -1
  287. package/chart/esm/hooks/useSettings/index.js +1 -1
  288. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  289. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  290. package/chart/esm/index.css +3 -3
  291. package/chart/esm/index.js +1 -1
  292. package/chart/esm/{tslib.es6-42128a47.d.ts → tslib.es6-57c25a11.d.ts} +0 -0
  293. package/chart/esm/{tslib.es6-42128a47.js → tslib.es6-57c25a11.js} +0 -0
  294. package/chart/hooks/useSettings/index.js +1 -1
  295. package/chart/hooks/useSettings/utils/setDatas.d.ts +1 -2
  296. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  297. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  298. package/chart/index.css +3 -3
  299. package/chart/index.js +1 -1
  300. package/chart/modern/Component.js +1 -1
  301. package/chart/modern/components/Dot/index.css +8 -8
  302. package/chart/modern/components/Dot/index.js +1 -1
  303. package/chart/modern/components/Legends/index.css +8 -8
  304. package/chart/modern/components/Legends/index.js +1 -1
  305. package/chart/modern/components/Tick/index.css +4 -4
  306. package/chart/modern/components/Tick/index.js +1 -1
  307. package/chart/modern/components/TooltipContent/index.css +7 -7
  308. package/chart/modern/components/TooltipContent/index.js +1 -1
  309. package/chart/modern/index.css +3 -3
  310. package/chart/{tslib.es6-b502fb35.d.ts → tslib.es6-0fcaf36f.d.ts} +0 -0
  311. package/chart/{tslib.es6-b502fb35.js → tslib.es6-0fcaf36f.js} +0 -0
  312. package/checkbox/CHANGELOG.md +20 -0
  313. package/checkbox/Component.js +1 -1
  314. package/checkbox/esm/Component.js +1 -1
  315. package/checkbox/esm/index.css +37 -37
  316. package/checkbox/index.css +37 -37
  317. package/checkbox/modern/Component.js +1 -1
  318. package/checkbox/modern/index.css +37 -37
  319. package/checkbox-group/CHANGELOG.md +20 -0
  320. package/checkbox-group/Component.js +1 -1
  321. package/checkbox-group/esm/Component.js +1 -1
  322. package/checkbox-group/esm/index.css +17 -17
  323. package/checkbox-group/index.css +17 -17
  324. package/checkbox-group/modern/Component.js +1 -1
  325. package/checkbox-group/modern/index.css +17 -17
  326. package/circular-progress-bar/CHANGELOG.md +20 -0
  327. package/circular-progress-bar/Component.js +1 -1
  328. package/circular-progress-bar/esm/Component.js +1 -1
  329. package/circular-progress-bar/esm/index.css +21 -21
  330. package/circular-progress-bar/index.css +21 -21
  331. package/circular-progress-bar/modern/Component.js +1 -1
  332. package/circular-progress-bar/modern/index.css +21 -21
  333. package/code-input/CHANGELOG.md +20 -0
  334. package/code-input/component.js +1 -1
  335. package/code-input/components/input/component.js +1 -1
  336. package/code-input/components/input/index.css +11 -11
  337. package/code-input/esm/component.js +1 -1
  338. package/code-input/esm/components/input/component.js +1 -1
  339. package/code-input/esm/components/input/index.css +11 -11
  340. package/code-input/esm/index.css +6 -6
  341. package/code-input/index.css +6 -6
  342. package/code-input/modern/component.js +1 -1
  343. package/code-input/modern/components/input/component.js +1 -1
  344. package/code-input/modern/components/input/index.css +11 -11
  345. package/code-input/modern/index.css +6 -6
  346. package/collapse/CHANGELOG.md +20 -0
  347. package/collapse/Component.js +1 -1
  348. package/collapse/esm/Component.js +1 -1
  349. package/collapse/esm/index.css +8 -8
  350. package/collapse/index.css +8 -8
  351. package/collapse/modern/Component.js +1 -1
  352. package/collapse/modern/index.css +8 -8
  353. package/confirmation/CHANGELOG.md +20 -0
  354. package/confirmation/component.js +2 -2
  355. package/confirmation/components/countdown-loader/component.js +1 -1
  356. package/confirmation/components/countdown-loader/index.css +2 -2
  357. package/confirmation/components/index.js +1 -1
  358. package/confirmation/components/screens/fatal-error/component.js +1 -1
  359. package/confirmation/components/screens/fatal-error/index.css +3 -3
  360. package/confirmation/components/screens/hint/component.js +1 -1
  361. package/confirmation/components/screens/hint/index.css +13 -13
  362. package/confirmation/components/screens/index.js +1 -1
  363. package/confirmation/components/screens/initial/component.js +1 -1
  364. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  365. package/confirmation/components/screens/initial/index.css +16 -16
  366. package/confirmation/components/screens/initial/index.js +1 -1
  367. package/confirmation/components/screens/temp-block/component.js +1 -1
  368. package/confirmation/components/screens/temp-block/index.css +5 -5
  369. package/confirmation/{countdown-section-d75be44e.d.ts → countdown-section-a2ef130d.d.ts} +0 -0
  370. package/confirmation/{countdown-section-d75be44e.js → countdown-section-a2ef130d.js} +1 -1
  371. package/confirmation/esm/component.js +2 -2
  372. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  373. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  374. package/confirmation/esm/components/index.js +1 -1
  375. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  376. package/confirmation/esm/components/screens/fatal-error/index.css +3 -3
  377. package/confirmation/esm/components/screens/hint/component.js +1 -1
  378. package/confirmation/esm/components/screens/hint/index.css +13 -13
  379. package/confirmation/esm/components/screens/index.js +1 -1
  380. package/confirmation/esm/components/screens/initial/component.js +1 -1
  381. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  382. package/confirmation/esm/components/screens/initial/index.css +16 -16
  383. package/confirmation/esm/components/screens/initial/index.js +1 -1
  384. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  385. package/confirmation/esm/components/screens/temp-block/index.css +5 -5
  386. package/confirmation/esm/{countdown-section-c3ba5432.d.ts → countdown-section-f8eef82d.d.ts} +0 -0
  387. package/confirmation/esm/{countdown-section-c3ba5432.js → countdown-section-f8eef82d.js} +1 -1
  388. package/confirmation/esm/index.css +3 -3
  389. package/confirmation/esm/index.js +1 -1
  390. package/confirmation/index.css +3 -3
  391. package/confirmation/index.js +1 -1
  392. package/confirmation/modern/component.js +2 -2
  393. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  394. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  395. package/confirmation/modern/components/index.js +1 -1
  396. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  397. package/confirmation/modern/components/screens/fatal-error/index.css +3 -3
  398. package/confirmation/modern/components/screens/hint/component.js +1 -1
  399. package/confirmation/modern/components/screens/hint/index.css +13 -13
  400. package/confirmation/modern/components/screens/index.js +1 -1
  401. package/confirmation/modern/components/screens/initial/component.js +1 -1
  402. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  403. package/confirmation/modern/components/screens/initial/index.css +16 -16
  404. package/confirmation/modern/components/screens/initial/index.js +1 -1
  405. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  406. package/confirmation/modern/components/screens/temp-block/index.css +5 -5
  407. package/confirmation/modern/{countdown-section-163d87f2.d.ts → countdown-section-d511db2a.d.ts} +0 -0
  408. package/confirmation/modern/{countdown-section-163d87f2.js → countdown-section-d511db2a.js} +1 -1
  409. package/confirmation/modern/index.css +3 -3
  410. package/confirmation/modern/index.js +1 -1
  411. package/custom-button/CHANGELOG.md +20 -0
  412. package/custom-button/Component.js +1 -1
  413. package/custom-button/esm/Component.js +1 -1
  414. package/custom-button/esm/index.css +12 -12
  415. package/custom-button/index.css +12 -12
  416. package/custom-button/modern/Component.js +1 -1
  417. package/custom-button/modern/index.css +12 -12
  418. package/date-input/CHANGELOG.md +20 -0
  419. package/date-input/Component.js +1 -1
  420. package/date-input/esm/Component.js +1 -1
  421. package/date-input/esm/index.css +4 -4
  422. package/date-input/index.css +4 -4
  423. package/date-input/modern/Component.js +1 -1
  424. package/date-input/modern/index.css +4 -4
  425. package/divider/CHANGELOG.md +20 -0
  426. package/divider/Component.js +1 -1
  427. package/divider/esm/Component.js +1 -1
  428. package/divider/esm/index.css +2 -2
  429. package/divider/index.css +2 -2
  430. package/divider/modern/Component.js +1 -1
  431. package/divider/modern/index.css +2 -2
  432. package/drawer/CHANGELOG.md +20 -0
  433. package/drawer/Component.d.ts +1 -1
  434. package/drawer/Component.js +1 -1
  435. package/drawer/cssm/Component.d.ts +1 -1
  436. package/drawer/esm/Component.d.ts +1 -1
  437. package/drawer/esm/Component.js +1 -1
  438. package/drawer/esm/index.css +17 -17
  439. package/drawer/index.css +17 -17
  440. package/drawer/modern/Component.d.ts +1 -1
  441. package/drawer/modern/Component.js +1 -1
  442. package/drawer/modern/index.css +17 -17
  443. package/dropzone/CHANGELOG.md +20 -0
  444. package/dropzone/Component.js +1 -1
  445. package/dropzone/components/overlay/Component.js +1 -1
  446. package/dropzone/components/overlay/index.css +4 -4
  447. package/dropzone/esm/Component.js +1 -1
  448. package/dropzone/esm/components/overlay/Component.js +1 -1
  449. package/dropzone/esm/components/overlay/index.css +4 -4
  450. package/dropzone/esm/index.css +7 -7
  451. package/dropzone/index.css +7 -7
  452. package/dropzone/modern/Component.js +1 -1
  453. package/dropzone/modern/components/overlay/Component.js +1 -1
  454. package/dropzone/modern/components/overlay/index.css +4 -4
  455. package/dropzone/modern/index.css +7 -7
  456. package/file-upload-item/CHANGELOG.md +20 -0
  457. package/file-upload-item/Component.js +1 -1
  458. package/file-upload-item/esm/Component.js +1 -1
  459. package/file-upload-item/esm/index.css +23 -23
  460. package/file-upload-item/index.css +23 -23
  461. package/file-upload-item/modern/Component.js +1 -1
  462. package/file-upload-item/modern/index.css +23 -23
  463. package/filter-tag/CHANGELOG.md +20 -0
  464. package/filter-tag/Component.js +1 -1
  465. package/filter-tag/esm/Component.js +1 -1
  466. package/filter-tag/esm/index.css +57 -57
  467. package/filter-tag/index.css +57 -57
  468. package/filter-tag/modern/Component.js +1 -1
  469. package/filter-tag/modern/index.css +57 -57
  470. package/form-control/CHANGELOG.md +20 -0
  471. package/form-control/Component.js +3 -3
  472. package/form-control/default.css +15 -15
  473. package/form-control/esm/Component.js +3 -3
  474. package/form-control/esm/default.css +15 -15
  475. package/form-control/esm/index.css +42 -42
  476. package/form-control/esm/inverted.css +15 -15
  477. package/form-control/index.css +42 -42
  478. package/form-control/inverted.css +15 -15
  479. package/form-control/modern/Component.js +3 -3
  480. package/form-control/modern/default.css +15 -15
  481. package/form-control/modern/index.css +42 -42
  482. package/form-control/modern/inverted.css +15 -15
  483. package/gallery/CHANGELOG.md +20 -0
  484. package/gallery/Component.js +3 -3
  485. package/gallery/components/header/Component.js +2 -2
  486. package/gallery/components/header/buttons.js +1 -1
  487. package/gallery/components/header/index.css +3 -3
  488. package/gallery/components/header/index.js +1 -1
  489. package/gallery/components/header-info-block/Component.js +1 -1
  490. package/gallery/components/header-info-block/index.css +5 -5
  491. package/gallery/components/image-preview/Component.js +1 -1
  492. package/gallery/components/image-preview/index.css +12 -12
  493. package/gallery/components/image-viewer/component.js +2 -2
  494. package/gallery/components/image-viewer/index.css +19 -19
  495. package/gallery/components/image-viewer/index.js +2 -2
  496. package/gallery/components/image-viewer/slide.js +1 -1
  497. package/gallery/components/index.js +2 -2
  498. package/gallery/components/navigation-bar/Component.js +1 -1
  499. package/gallery/components/navigation-bar/index.css +6 -6
  500. package/gallery/esm/Component.js +3 -3
  501. package/gallery/esm/components/header/Component.js +2 -2
  502. package/gallery/esm/components/header/buttons.js +1 -1
  503. package/gallery/esm/components/header/index.css +3 -3
  504. package/gallery/esm/components/header/index.js +1 -1
  505. package/gallery/esm/components/header-info-block/Component.js +1 -1
  506. package/gallery/esm/components/header-info-block/index.css +5 -5
  507. package/gallery/esm/components/image-preview/Component.js +1 -1
  508. package/gallery/esm/components/image-preview/index.css +12 -12
  509. package/gallery/esm/components/image-viewer/component.js +2 -2
  510. package/gallery/esm/components/image-viewer/index.css +19 -19
  511. package/gallery/esm/components/image-viewer/index.js +2 -2
  512. package/gallery/esm/components/image-viewer/slide.js +1 -1
  513. package/gallery/esm/components/index.js +2 -2
  514. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  515. package/gallery/esm/components/navigation-bar/index.css +6 -6
  516. package/gallery/esm/index.css +3 -3
  517. package/gallery/esm/index.js +2 -2
  518. package/gallery/esm/{slide-4ec69ef5.d.ts → slide-a808868e.d.ts} +0 -0
  519. package/gallery/esm/{slide-4ec69ef5.js → slide-a808868e.js} +1 -1
  520. package/gallery/esm/{tslib.es6-8996ecd8.d.ts → tslib.es6-c5d8f9f7.d.ts} +0 -0
  521. package/gallery/esm/{tslib.es6-8996ecd8.js → tslib.es6-c5d8f9f7.js} +0 -0
  522. package/gallery/index.css +3 -3
  523. package/gallery/index.js +2 -2
  524. package/gallery/modern/Component.js +2 -2
  525. package/gallery/modern/components/header/Component.js +1 -1
  526. package/gallery/modern/components/header/index.css +3 -3
  527. package/gallery/modern/components/header-info-block/Component.js +1 -1
  528. package/gallery/modern/components/header-info-block/index.css +5 -5
  529. package/gallery/modern/components/image-preview/Component.js +1 -1
  530. package/gallery/modern/components/image-preview/index.css +12 -12
  531. package/gallery/modern/components/image-viewer/component.js +1 -1
  532. package/gallery/modern/components/image-viewer/index.css +19 -19
  533. package/gallery/modern/components/image-viewer/index.js +1 -1
  534. package/gallery/modern/components/image-viewer/slide.js +1 -1
  535. package/gallery/modern/components/index.js +1 -1
  536. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  537. package/gallery/modern/components/navigation-bar/index.css +6 -6
  538. package/gallery/modern/index.css +3 -3
  539. package/gallery/modern/index.js +1 -1
  540. package/gallery/modern/{slide-493c7112.d.ts → slide-07e15546.d.ts} +0 -0
  541. package/gallery/modern/{slide-493c7112.js → slide-07e15546.js} +1 -1
  542. package/gallery/{slide-9970051b.d.ts → slide-7319ca3d.d.ts} +0 -0
  543. package/gallery/{slide-9970051b.js → slide-7319ca3d.js} +1 -1
  544. package/gallery/{tslib.es6-64bf47d6.d.ts → tslib.es6-9bd00a64.d.ts} +0 -0
  545. package/gallery/{tslib.es6-64bf47d6.js → tslib.es6-9bd00a64.js} +0 -0
  546. package/global-store/CHANGELOG.md +8 -0
  547. package/grid/CHANGELOG.md +20 -0
  548. package/grid/Component.js +1 -1
  549. package/grid/col/Component.js +2 -2
  550. package/grid/col/index.css +512 -512
  551. package/grid/col/index.js +1 -1
  552. package/grid/esm/Component.js +1 -1
  553. package/grid/esm/col/Component.js +2 -2
  554. package/grid/esm/col/index.css +512 -512
  555. package/grid/esm/col/index.js +1 -1
  556. package/grid/esm/gutters.css +79 -79
  557. package/grid/esm/{gutters.module-bb4b027d.d.ts → gutters.module-c9a17a47.d.ts} +0 -0
  558. package/grid/esm/gutters.module-c9a17a47.js +27 -0
  559. package/grid/esm/index.js +1 -1
  560. package/grid/esm/row/Component.js +2 -2
  561. package/grid/esm/row/index.css +10 -10
  562. package/grid/esm/row/index.js +1 -1
  563. package/grid/gutters.css +79 -79
  564. package/grid/{gutters.module-eb27743e.d.ts → gutters.module-1a0894c3.d.ts} +0 -0
  565. package/grid/gutters.module-1a0894c3.js +28 -0
  566. package/grid/index.js +1 -1
  567. package/grid/modern/Component.js +1 -1
  568. package/grid/modern/col/Component.js +2 -2
  569. package/grid/modern/col/index.css +512 -512
  570. package/grid/modern/col/index.js +1 -1
  571. package/grid/modern/gutters.css +79 -79
  572. package/grid/modern/gutters.module-bcf4b08d.js +4 -0
  573. package/grid/modern/index.js +1 -1
  574. package/grid/modern/row/Component.js +2 -2
  575. package/grid/modern/row/index.css +10 -10
  576. package/grid/modern/row/index.js +1 -1
  577. package/grid/row/Component.js +2 -2
  578. package/grid/row/index.css +10 -10
  579. package/grid/row/index.js +1 -1
  580. package/hatching-progress-bar/CHANGELOG.md +20 -0
  581. package/hatching-progress-bar/Component.js +1 -1
  582. package/hatching-progress-bar/esm/Component.js +1 -1
  583. package/hatching-progress-bar/esm/index.css +12 -12
  584. package/hatching-progress-bar/index.css +12 -12
  585. package/hatching-progress-bar/modern/Component.js +1 -1
  586. package/hatching-progress-bar/modern/index.css +12 -12
  587. package/icon-button/CHANGELOG.md +20 -0
  588. package/icon-button/Component.js +3 -3
  589. package/icon-button/default.css +24 -24
  590. package/icon-button/esm/Component.js +3 -3
  591. package/icon-button/esm/default.css +24 -24
  592. package/icon-button/esm/index.css +6 -6
  593. package/icon-button/esm/inverted.css +24 -24
  594. package/icon-button/index.css +6 -6
  595. package/icon-button/inverted.css +24 -24
  596. package/icon-button/modern/Component.js +3 -3
  597. package/icon-button/modern/default.css +24 -24
  598. package/icon-button/modern/index.css +6 -6
  599. package/icon-button/modern/inverted.css +24 -24
  600. package/icon-view/CHANGELOG.md +20 -0
  601. package/icon-view/circle.js +1 -1
  602. package/icon-view/components/base-shape/component.js +1 -1
  603. package/icon-view/components/base-shape/index.css +29 -29
  604. package/icon-view/components/circle/component.js +1 -1
  605. package/icon-view/components/circle/index.js +1 -1
  606. package/icon-view/components/index.js +1 -1
  607. package/icon-view/components/super-ellipse/component.js +1 -1
  608. package/icon-view/components/super-ellipse/index.js +1 -1
  609. package/icon-view/esm/circle.js +1 -1
  610. package/icon-view/esm/components/base-shape/component.js +1 -1
  611. package/icon-view/esm/components/base-shape/index.css +29 -29
  612. package/icon-view/esm/components/circle/component.js +1 -1
  613. package/icon-view/esm/components/circle/index.js +1 -1
  614. package/icon-view/esm/components/index.js +1 -1
  615. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  616. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  617. package/icon-view/esm/super-ellipse.js +1 -1
  618. package/icon-view/esm/{tslib.es6-91ad7023.d.ts → tslib.es6-40802625.d.ts} +0 -0
  619. package/icon-view/esm/{tslib.es6-91ad7023.js → tslib.es6-40802625.js} +0 -0
  620. package/icon-view/modern/components/base-shape/component.js +1 -1
  621. package/icon-view/modern/components/base-shape/index.css +29 -29
  622. package/icon-view/super-ellipse.js +1 -1
  623. package/icon-view/{tslib.es6-535b286f.d.ts → tslib.es6-916d26b0.d.ts} +0 -0
  624. package/icon-view/{tslib.es6-535b286f.js → tslib.es6-916d26b0.js} +0 -0
  625. package/input/CHANGELOG.md +20 -0
  626. package/input/Component.js +3 -3
  627. package/input/default.css +13 -13
  628. package/input/esm/Component.js +3 -3
  629. package/input/esm/default.css +13 -13
  630. package/input/esm/index.css +31 -31
  631. package/input/esm/inverted.css +13 -13
  632. package/input/index.css +31 -31
  633. package/input/inverted.css +13 -13
  634. package/input/modern/Component.js +3 -3
  635. package/input/modern/default.css +13 -13
  636. package/input/modern/index.css +31 -31
  637. package/input/modern/inverted.css +13 -13
  638. package/input-autocomplete/CHANGELOG.md +20 -0
  639. package/input-autocomplete/Component.js +1 -1
  640. package/input-autocomplete/Component.mobile.js +2 -2
  641. package/input-autocomplete/autocomplete-field/Component.js +2 -2
  642. package/input-autocomplete/autocomplete-field/index.css +2 -2
  643. package/input-autocomplete/autocomplete-field/index.js +1 -1
  644. package/input-autocomplete/autocomplete-mobile-field/Component.js +2 -2
  645. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  646. package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
  647. package/input-autocomplete/cssm/index-7ca84eff.d.ts +13 -0
  648. package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +5 -0
  649. package/input-autocomplete/esm/Component.js +1 -1
  650. package/input-autocomplete/esm/Component.mobile.js +2 -2
  651. package/input-autocomplete/esm/autocomplete-field/Component.js +2 -2
  652. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  653. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  654. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +2 -2
  655. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  656. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
  657. package/input-autocomplete/esm/index-7ca84eff.d.ts +13 -0
  658. package/input-autocomplete/esm/index-bdb4c6b9.d.ts +5 -0
  659. package/input-autocomplete/esm/index.js +1 -1
  660. package/input-autocomplete/esm/mobile.css +4 -4
  661. package/input-autocomplete/esm/mobile.js +1 -1
  662. package/input-autocomplete/esm/{tslib.es6-4f447658.d.ts → tslib.es6-3f9261c1.d.ts} +0 -0
  663. package/input-autocomplete/esm/{tslib.es6-4f447658.js → tslib.es6-3f9261c1.js} +0 -0
  664. package/input-autocomplete/index-7ca84eff.d.ts +13 -0
  665. package/input-autocomplete/index-bdb4c6b9.d.ts +5 -0
  666. package/input-autocomplete/index.js +1 -1
  667. package/input-autocomplete/mobile.css +4 -4
  668. package/input-autocomplete/mobile.js +1 -1
  669. package/input-autocomplete/modern/Component.mobile.js +1 -1
  670. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  671. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  672. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  673. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  674. package/input-autocomplete/modern/index-7ca84eff.d.ts +13 -0
  675. package/input-autocomplete/modern/index-bdb4c6b9.d.ts +5 -0
  676. package/input-autocomplete/modern/mobile.css +4 -4
  677. package/input-autocomplete/{tslib.es6-b68191da.d.ts → tslib.es6-eb750bd2.d.ts} +0 -0
  678. package/input-autocomplete/{tslib.es6-b68191da.js → tslib.es6-eb750bd2.js} +0 -0
  679. package/intl-phone-input/CHANGELOG.md +20 -0
  680. package/intl-phone-input/{component-84e0941e.d.ts → component-f5d5330c.d.ts} +0 -0
  681. package/intl-phone-input/{component-84e0941e.js → component-f5d5330c.js} +1 -1
  682. package/intl-phone-input/component.js +3 -3
  683. package/intl-phone-input/components/flag-icon/component.js +1 -1
  684. package/intl-phone-input/components/flag-icon/index.css +261 -261
  685. package/intl-phone-input/components/index.js +1 -1
  686. package/intl-phone-input/components/select/component.js +2 -2
  687. package/intl-phone-input/components/select/index.css +6 -6
  688. package/intl-phone-input/components/select/index.js +1 -1
  689. package/intl-phone-input/components/select-field/component.js +1 -1
  690. package/intl-phone-input/components/select-field/index.css +8 -8
  691. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  692. package/intl-phone-input/components/select-field/index.js +1 -1
  693. package/intl-phone-input/esm/{component-4087f525.d.ts → component-f1bbcc6f.d.ts} +0 -0
  694. package/intl-phone-input/esm/{component-4087f525.js → component-f1bbcc6f.js} +1 -1
  695. package/intl-phone-input/esm/component.js +3 -3
  696. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  697. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  698. package/intl-phone-input/esm/components/index.js +1 -1
  699. package/intl-phone-input/esm/components/select/component.js +2 -2
  700. package/intl-phone-input/esm/components/select/index.css +6 -6
  701. package/intl-phone-input/esm/components/select/index.js +1 -1
  702. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  703. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  704. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  705. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  706. package/intl-phone-input/esm/index.css +3 -3
  707. package/intl-phone-input/esm/index.js +1 -1
  708. package/intl-phone-input/esm/{libphonenumber-js.min-77687457.d.ts → libphonenumber-js.min-80faadd8.d.ts} +0 -0
  709. package/intl-phone-input/esm/{libphonenumber-js.min-77687457.js → libphonenumber-js.min-80faadd8.js} +0 -0
  710. package/intl-phone-input/index.css +3 -3
  711. package/intl-phone-input/index.js +1 -1
  712. package/intl-phone-input/{libphonenumber-js.min-d3555e12.d.ts → libphonenumber-js.min-45564ca2.d.ts} +0 -0
  713. package/intl-phone-input/{libphonenumber-js.min-d3555e12.js → libphonenumber-js.min-45564ca2.js} +0 -0
  714. package/intl-phone-input/modern/component.js +2 -2
  715. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  716. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  717. package/intl-phone-input/modern/components/select/component.js +1 -1
  718. package/intl-phone-input/modern/components/select/index.css +6 -6
  719. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  720. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  721. package/intl-phone-input/modern/index.css +3 -3
  722. package/intl-phone-input/modern/{libphonenumber-js.min-77687457.d.ts → libphonenumber-js.min-80faadd8.d.ts} +0 -0
  723. package/intl-phone-input/modern/{libphonenumber-js.min-77687457.js → libphonenumber-js.min-80faadd8.js} +0 -0
  724. package/keyboard-focusable/CHANGELOG.md +20 -0
  725. package/link/CHANGELOG.md +20 -0
  726. package/link/Component.js +3 -3
  727. package/link/default.css +10 -10
  728. package/link/esm/Component.js +3 -3
  729. package/link/esm/default.css +10 -10
  730. package/link/esm/index.css +12 -12
  731. package/link/esm/inverted.css +10 -10
  732. package/link/index.css +12 -12
  733. package/link/inverted.css +10 -10
  734. package/link/modern/Component.js +3 -3
  735. package/link/modern/default.css +10 -10
  736. package/link/modern/index.css +12 -12
  737. package/link/modern/inverted.css +10 -10
  738. package/list/CHANGELOG.md +20 -0
  739. package/list/Component.js +1 -1
  740. package/list/esm/Component.js +1 -1
  741. package/list/esm/index.css +10 -10
  742. package/list/index.css +10 -10
  743. package/list/modern/Component.js +1 -1
  744. package/list/modern/index.css +10 -10
  745. package/list-header/CHANGELOG.md +20 -0
  746. package/list-header/Component.js +1 -1
  747. package/list-header/esm/Component.js +1 -1
  748. package/list-header/esm/index.css +4 -4
  749. package/list-header/index.css +4 -4
  750. package/list-header/modern/Component.js +1 -1
  751. package/list-header/modern/index.css +4 -4
  752. package/loader/CHANGELOG.md +20 -0
  753. package/loader/Component.js +1 -1
  754. package/loader/esm/Component.js +1 -1
  755. package/loader/esm/index.css +8 -8
  756. package/loader/index.css +8 -8
  757. package/loader/modern/Component.js +1 -1
  758. package/loader/modern/index.css +8 -8
  759. package/masked-input/CHANGELOG.md +20 -0
  760. package/masked-input/Component.js +1 -1
  761. package/masked-input/esm/Component.js +1 -1
  762. package/masked-input/esm/index.css +2 -2
  763. package/masked-input/index.css +2 -2
  764. package/masked-input/modern/Component.js +1 -1
  765. package/masked-input/modern/index.css +2 -2
  766. package/modal/CHANGELOG.md +20 -0
  767. package/modal/Component.desktop.js +3 -3
  768. package/modal/Component.mobile.js +3 -3
  769. package/modal/Component.responsive.d.ts +1 -1
  770. package/modal/Component.responsive.js +2 -2
  771. package/modal/components/closer/Component.js +2 -2
  772. package/modal/components/closer/index.css +4 -4
  773. package/modal/components/content/Component.desktop.js +2 -2
  774. package/modal/components/content/Component.js +1 -1
  775. package/modal/components/content/Component.mobile.js +2 -2
  776. package/modal/components/content/desktop.css +8 -8
  777. package/modal/components/content/index.css +3 -3
  778. package/modal/components/content/mobile.css +3 -3
  779. package/modal/components/footer/Component.desktop.js +2 -2
  780. package/modal/components/footer/Component.js +2 -2
  781. package/modal/components/footer/Component.mobile.js +2 -2
  782. package/modal/components/footer/desktop.css +9 -9
  783. package/modal/components/footer/index.css +4 -4
  784. package/modal/components/footer/layout.css +25 -25
  785. package/modal/components/footer/mobile.css +3 -3
  786. package/modal/components/header/Component.desktop.js +2 -2
  787. package/modal/components/header/Component.js +1 -1
  788. package/modal/components/header/Component.mobile.js +2 -2
  789. package/modal/components/header/desktop.css +17 -17
  790. package/modal/components/header/index.css +15 -15
  791. package/modal/components/header/mobile.css +3 -3
  792. package/modal/desktop.css +9 -9
  793. package/modal/desktop.js +2 -2
  794. package/modal/esm/Component.desktop.js +3 -3
  795. package/modal/esm/Component.mobile.js +3 -3
  796. package/modal/esm/Component.responsive.js +2 -2
  797. package/modal/esm/components/closer/Component.js +2 -2
  798. package/modal/esm/components/closer/index.css +4 -4
  799. package/modal/esm/components/content/Component.desktop.js +2 -2
  800. package/modal/esm/components/content/Component.js +1 -1
  801. package/modal/esm/components/content/Component.mobile.js +2 -2
  802. package/modal/esm/components/content/desktop.css +8 -8
  803. package/modal/esm/components/content/index.css +3 -3
  804. package/modal/esm/components/content/mobile.css +3 -3
  805. package/modal/esm/components/footer/Component.desktop.js +2 -2
  806. package/modal/esm/components/footer/Component.js +2 -2
  807. package/modal/esm/components/footer/Component.mobile.js +2 -2
  808. package/modal/esm/components/footer/desktop.css +9 -9
  809. package/modal/esm/components/footer/index.css +4 -4
  810. package/modal/esm/components/footer/layout.css +25 -25
  811. package/modal/esm/components/footer/mobile.css +3 -3
  812. package/modal/esm/components/header/Component.desktop.js +2 -2
  813. package/modal/esm/components/header/Component.js +1 -1
  814. package/modal/esm/components/header/Component.mobile.js +2 -2
  815. package/modal/esm/components/header/desktop.css +17 -17
  816. package/modal/esm/components/header/index.css +15 -15
  817. package/modal/esm/components/header/mobile.css +3 -3
  818. package/modal/esm/desktop.css +9 -9
  819. package/modal/esm/desktop.js +2 -2
  820. package/modal/esm/index.js +2 -2
  821. package/modal/esm/mobile.css +2 -2
  822. package/modal/esm/mobile.js +2 -2
  823. package/modal/esm/responsive.js +2 -2
  824. package/modal/esm/transitions.css +8 -8
  825. package/modal/esm/transitions.module-6eb77c14.js +4 -0
  826. package/modal/esm/{tslib.es6-46555bca.d.ts → tslib.es6-fb24e539.d.ts} +0 -0
  827. package/modal/esm/{tslib.es6-46555bca.js → tslib.es6-fb24e539.js} +0 -0
  828. package/modal/index.js +2 -2
  829. package/modal/mobile.css +2 -2
  830. package/modal/mobile.js +2 -2
  831. package/modal/modern/Component.desktop.js +2 -2
  832. package/modal/modern/Component.mobile.js +2 -2
  833. package/modal/modern/Component.responsive.js +1 -1
  834. package/modal/modern/components/closer/Component.js +1 -1
  835. package/modal/modern/components/closer/index.css +4 -4
  836. package/modal/modern/components/content/Component.desktop.js +1 -1
  837. package/modal/modern/components/content/Component.js +1 -1
  838. package/modal/modern/components/content/Component.mobile.js +1 -1
  839. package/modal/modern/components/content/desktop.css +8 -8
  840. package/modal/modern/components/content/index.css +3 -3
  841. package/modal/modern/components/content/mobile.css +3 -3
  842. package/modal/modern/components/footer/Component.desktop.js +1 -1
  843. package/modal/modern/components/footer/Component.js +2 -2
  844. package/modal/modern/components/footer/Component.mobile.js +1 -1
  845. package/modal/modern/components/footer/desktop.css +9 -9
  846. package/modal/modern/components/footer/index.css +4 -4
  847. package/modal/modern/components/footer/layout.css +25 -25
  848. package/modal/modern/components/footer/mobile.css +3 -3
  849. package/modal/modern/components/header/Component.desktop.js +1 -1
  850. package/modal/modern/components/header/Component.js +1 -1
  851. package/modal/modern/components/header/Component.mobile.js +1 -1
  852. package/modal/modern/components/header/desktop.css +17 -17
  853. package/modal/modern/components/header/index.css +15 -15
  854. package/modal/modern/components/header/mobile.css +3 -3
  855. package/modal/modern/desktop.css +9 -9
  856. package/modal/modern/desktop.js +1 -1
  857. package/modal/modern/index.js +1 -1
  858. package/modal/modern/mobile.css +2 -2
  859. package/modal/modern/mobile.js +1 -1
  860. package/modal/modern/responsive.js +1 -1
  861. package/modal/modern/transitions.css +8 -8
  862. package/modal/modern/transitions.module-6eb77c14.js +4 -0
  863. package/modal/responsive.js +2 -2
  864. package/modal/transitions.css +8 -8
  865. package/modal/transitions.module-b6b10bea.js +4 -0
  866. package/modal/{tslib.es6-1082c601.d.ts → tslib.es6-d5fbca29.d.ts} +0 -0
  867. package/modal/{tslib.es6-1082c601.js → tslib.es6-d5fbca29.js} +0 -0
  868. package/mq/CHANGELOG.md +20 -0
  869. package/notification/CHANGELOG.md +20 -0
  870. package/notification/Component.js +1 -1
  871. package/notification/esm/Component.js +1 -1
  872. package/notification/esm/index.css +8 -8
  873. package/notification/index.css +8 -8
  874. package/notification/modern/Component.js +1 -1
  875. package/notification/modern/index.css +8 -8
  876. package/notification-manager/CHANGELOG.md +20 -0
  877. package/notification-manager/{component-b2aa344b.d.ts → component-dfa88a9c.d.ts} +0 -0
  878. package/notification-manager/{component-b2aa344b.js → component-dfa88a9c.js} +0 -0
  879. package/notification-manager/component.js +2 -2
  880. package/notification-manager/components/index.js +1 -1
  881. package/notification-manager/components/notification/component.js +1 -1
  882. package/notification-manager/components/notification/index.d.ts +1 -1
  883. package/notification-manager/components/notification/index.js +1 -1
  884. package/notification-manager/esm/{component-7e8988f4.d.ts → component-dcd1dff4.d.ts} +0 -0
  885. package/notification-manager/esm/{component-7e8988f4.js → component-dcd1dff4.js} +0 -0
  886. package/notification-manager/esm/component.js +2 -2
  887. package/notification-manager/esm/components/index.js +1 -1
  888. package/notification-manager/esm/components/notification/component.js +1 -1
  889. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  890. package/notification-manager/esm/components/notification/index.js +1 -1
  891. package/notification-manager/esm/index.css +11 -11
  892. package/notification-manager/esm/index.js +1 -1
  893. package/notification-manager/index.css +11 -11
  894. package/notification-manager/index.js +1 -1
  895. package/notification-manager/modern/component.js +1 -1
  896. package/notification-manager/modern/index.css +11 -11
  897. package/package.json +1 -1
  898. package/pagination/CHANGELOG.md +20 -0
  899. package/pagination/Component.js +1 -1
  900. package/pagination/components/default-view/index.css +2 -2
  901. package/pagination/components/default-view/index.js +1 -1
  902. package/pagination/components/per-page-view/index.css +2 -2
  903. package/pagination/components/per-page-view/index.js +1 -1
  904. package/pagination/components/tag/index.css +8 -8
  905. package/pagination/components/tag/index.js +1 -1
  906. package/pagination/esm/Component.js +1 -1
  907. package/pagination/esm/components/default-view/index.css +2 -2
  908. package/pagination/esm/components/default-view/index.js +1 -1
  909. package/pagination/esm/components/per-page-view/index.css +2 -2
  910. package/pagination/esm/components/per-page-view/index.js +1 -1
  911. package/pagination/esm/components/tag/index.css +8 -8
  912. package/pagination/esm/components/tag/index.js +1 -1
  913. package/pagination/esm/index.css +4 -4
  914. package/pagination/index.css +4 -4
  915. package/pagination/modern/Component.js +1 -1
  916. package/pagination/modern/components/default-view/index.css +2 -2
  917. package/pagination/modern/components/default-view/index.js +1 -1
  918. package/pagination/modern/components/per-page-view/index.css +2 -2
  919. package/pagination/modern/components/per-page-view/index.js +1 -1
  920. package/pagination/modern/components/tag/index.css +8 -8
  921. package/pagination/modern/components/tag/index.js +1 -1
  922. package/pagination/modern/index.css +4 -4
  923. package/password-input/CHANGELOG.md +20 -0
  924. package/password-input/component.js +1 -1
  925. package/password-input/esm/component.js +1 -1
  926. package/password-input/esm/index.css +5 -5
  927. package/password-input/index.css +5 -5
  928. package/password-input/modern/component.js +1 -1
  929. package/password-input/modern/index.css +5 -5
  930. package/phone-input/CHANGELOG.md +20 -0
  931. package/phone-input/utils/index.js +7 -5
  932. package/picker-button/CHANGELOG.md +20 -0
  933. package/picker-button/Component.js +2 -2
  934. package/picker-button/esm/Component.js +2 -2
  935. package/picker-button/esm/field/Component.js +2 -2
  936. package/picker-button/esm/field/index.css +3 -3
  937. package/picker-button/esm/field/index.js +1 -1
  938. package/picker-button/esm/index.css +6 -6
  939. package/picker-button/esm/index.js +1 -1
  940. package/picker-button/esm/option/Component.js +2 -2
  941. package/picker-button/esm/option/index.css +4 -4
  942. package/picker-button/esm/option/index.js +1 -1
  943. package/picker-button/esm/{tslib.es6-9c751f18.d.ts → tslib.es6-fe2a2990.d.ts} +0 -0
  944. package/picker-button/esm/{tslib.es6-9c751f18.js → tslib.es6-fe2a2990.js} +0 -0
  945. package/picker-button/field/Component.js +2 -2
  946. package/picker-button/field/index.css +3 -3
  947. package/picker-button/field/index.js +1 -1
  948. package/picker-button/index.css +6 -6
  949. package/picker-button/index.js +1 -1
  950. package/picker-button/modern/Component.js +1 -1
  951. package/picker-button/modern/field/Component.js +1 -1
  952. package/picker-button/modern/field/index.css +3 -3
  953. package/picker-button/modern/index.css +6 -6
  954. package/picker-button/modern/option/Component.js +1 -1
  955. package/picker-button/modern/option/index.css +4 -4
  956. package/picker-button/option/Component.js +2 -2
  957. package/picker-button/option/index.css +4 -4
  958. package/picker-button/option/index.js +1 -1
  959. package/picker-button/{tslib.es6-14e99064.d.ts → tslib.es6-04a94cfb.d.ts} +0 -0
  960. package/picker-button/{tslib.es6-14e99064.js → tslib.es6-04a94cfb.js} +0 -0
  961. package/plate/CHANGELOG.md +20 -0
  962. package/plate/Component.js +1 -1
  963. package/plate/esm/Component.js +1 -1
  964. package/plate/esm/index.css +28 -28
  965. package/plate/index.css +28 -28
  966. package/plate/modern/Component.js +1 -1
  967. package/plate/modern/index.css +28 -28
  968. package/popover/CHANGELOG.md +20 -0
  969. package/popover/Component.js +1 -1
  970. package/popover/esm/Component.js +1 -1
  971. package/popover/esm/index.css +34 -34
  972. package/popover/index.css +34 -34
  973. package/popover/modern/Component.js +1 -1
  974. package/popover/modern/index.css +34 -34
  975. package/portal/CHANGELOG.md +20 -0
  976. package/progress-bar/CHANGELOG.md +20 -0
  977. package/progress-bar/Component.js +1 -1
  978. package/progress-bar/esm/Component.js +1 -1
  979. package/progress-bar/esm/index.css +13 -13
  980. package/progress-bar/index.css +13 -13
  981. package/progress-bar/modern/Component.js +1 -1
  982. package/progress-bar/modern/index.css +13 -13
  983. package/pure-cell/CHANGELOG.md +18 -5
  984. package/pure-cell/{component-0c61fde8.d.ts → component-447e35d0.d.ts} +0 -0
  985. package/pure-cell/{component-0c61fde8.js → component-447e35d0.js} +2 -2
  986. package/pure-cell/{component-8c09702f.d.ts → component-8d30970f.d.ts} +0 -0
  987. package/pure-cell/{component-8c09702f.js → component-8d30970f.js} +6 -6
  988. package/pure-cell/component.js +3 -3
  989. package/pure-cell/components/addon/component.js +2 -2
  990. package/pure-cell/components/addon/index.css +6 -6
  991. package/pure-cell/components/addon/index.js +1 -1
  992. package/pure-cell/components/amount/component.js +2 -2
  993. package/pure-cell/components/amount/index.css +2 -2
  994. package/pure-cell/components/amount/index.js +1 -1
  995. package/pure-cell/components/amount-title/component.js +2 -2
  996. package/pure-cell/components/amount-title/index.css +3 -3
  997. package/pure-cell/components/amount-title/index.js +1 -1
  998. package/pure-cell/components/category/component.js +2 -2
  999. package/pure-cell/components/category/index.css +4 -4
  1000. package/pure-cell/components/category/index.js +1 -1
  1001. package/pure-cell/components/comment/component.js +2 -2
  1002. package/pure-cell/components/comment/index.css +3 -3
  1003. package/pure-cell/components/comment/index.js +1 -1
  1004. package/pure-cell/components/content/component.js +3 -3
  1005. package/pure-cell/components/content/index.css +5 -4
  1006. package/pure-cell/components/content/index.d.ts +1 -1
  1007. package/pure-cell/components/content/index.js +3 -3
  1008. package/pure-cell/components/footer/component.js +2 -2
  1009. package/pure-cell/components/footer/index.css +4 -4
  1010. package/pure-cell/components/footer/index.js +1 -1
  1011. package/pure-cell/components/footer-button/component.js +2 -2
  1012. package/pure-cell/components/footer-button/index.css +2 -2
  1013. package/pure-cell/components/footer-button/index.d.ts +1 -1
  1014. package/pure-cell/components/footer-button/index.js +2 -2
  1015. package/pure-cell/components/footer-text/component.js +1 -1
  1016. package/pure-cell/components/footer-text/index.js +1 -1
  1017. package/pure-cell/components/graphics/component.js +2 -2
  1018. package/pure-cell/components/graphics/index.css +2 -2
  1019. package/pure-cell/components/graphics/index.js +1 -1
  1020. package/pure-cell/components/main/component.js +3 -3
  1021. package/pure-cell/components/main/index.css +4 -4
  1022. package/pure-cell/components/main/index.d.ts +1 -1
  1023. package/pure-cell/components/main/index.js +3 -3
  1024. package/pure-cell/components/text/component.js +3 -3
  1025. package/pure-cell/components/text/index.css +8 -8
  1026. package/pure-cell/components/text/index.d.ts +1 -1
  1027. package/pure-cell/components/text/index.js +3 -3
  1028. package/pure-cell/cssm/components/content/index.module.css +2 -1
  1029. package/pure-cell/esm/{component-32a49d00.d.ts → component-1073ed4c.d.ts} +0 -0
  1030. package/pure-cell/esm/{component-32a49d00.js → component-1073ed4c.js} +2 -2
  1031. package/pure-cell/esm/{component-368a07be.d.ts → component-67442997.d.ts} +0 -0
  1032. package/pure-cell/esm/{component-368a07be.js → component-67442997.js} +6 -6
  1033. package/pure-cell/esm/component.js +3 -3
  1034. package/pure-cell/esm/components/addon/component.js +2 -2
  1035. package/pure-cell/esm/components/addon/index.css +6 -6
  1036. package/pure-cell/esm/components/addon/index.js +1 -1
  1037. package/pure-cell/esm/components/amount/component.js +2 -2
  1038. package/pure-cell/esm/components/amount/index.css +2 -2
  1039. package/pure-cell/esm/components/amount/index.js +1 -1
  1040. package/pure-cell/esm/components/amount-title/component.js +2 -2
  1041. package/pure-cell/esm/components/amount-title/index.css +3 -3
  1042. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1043. package/pure-cell/esm/components/category/component.js +2 -2
  1044. package/pure-cell/esm/components/category/index.css +4 -4
  1045. package/pure-cell/esm/components/category/index.js +1 -1
  1046. package/pure-cell/esm/components/comment/component.js +2 -2
  1047. package/pure-cell/esm/components/comment/index.css +3 -3
  1048. package/pure-cell/esm/components/comment/index.js +1 -1
  1049. package/pure-cell/esm/components/content/component.js +3 -3
  1050. package/pure-cell/esm/components/content/index.css +5 -4
  1051. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1052. package/pure-cell/esm/components/content/index.js +3 -3
  1053. package/pure-cell/esm/components/footer/component.js +2 -2
  1054. package/pure-cell/esm/components/footer/index.css +4 -4
  1055. package/pure-cell/esm/components/footer/index.js +1 -1
  1056. package/pure-cell/esm/components/footer-button/component.js +2 -2
  1057. package/pure-cell/esm/components/footer-button/index.css +2 -2
  1058. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  1059. package/pure-cell/esm/components/footer-button/index.js +2 -2
  1060. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1061. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1062. package/pure-cell/esm/components/graphics/component.js +2 -2
  1063. package/pure-cell/esm/components/graphics/index.css +2 -2
  1064. package/pure-cell/esm/components/graphics/index.js +1 -1
  1065. package/pure-cell/esm/components/main/component.js +3 -3
  1066. package/pure-cell/esm/components/main/index.css +4 -4
  1067. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1068. package/pure-cell/esm/components/main/index.js +3 -3
  1069. package/pure-cell/esm/components/text/component.js +3 -3
  1070. package/pure-cell/esm/components/text/index.css +8 -8
  1071. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1072. package/pure-cell/esm/components/text/index.js +3 -3
  1073. package/pure-cell/esm/{getDataTestId-02c28824.d.ts → getDataTestId-d2e0d4c6.d.ts} +0 -0
  1074. package/pure-cell/esm/{getDataTestId-02c28824.js → getDataTestId-d2e0d4c6.js} +0 -0
  1075. package/pure-cell/esm/index.css +19 -19
  1076. package/pure-cell/esm/index.js +3 -3
  1077. package/pure-cell/{getDataTestId-bc60d5b7.d.ts → getDataTestId-a9b84cf2.d.ts} +0 -0
  1078. package/pure-cell/{getDataTestId-bc60d5b7.js → getDataTestId-a9b84cf2.js} +0 -0
  1079. package/pure-cell/index.css +19 -19
  1080. package/pure-cell/index.js +3 -3
  1081. package/pure-cell/modern/{component-c224f993.d.ts → component-a142a3e6.d.ts} +0 -0
  1082. package/pure-cell/modern/{component-c224f993.js → component-a142a3e6.js} +5 -5
  1083. package/pure-cell/modern/component.js +2 -2
  1084. package/pure-cell/modern/components/addon/component.js +2 -2
  1085. package/pure-cell/modern/components/addon/index.css +6 -6
  1086. package/pure-cell/modern/components/addon/index.js +1 -1
  1087. package/pure-cell/modern/components/amount/component.js +2 -2
  1088. package/pure-cell/modern/components/amount/index.css +2 -2
  1089. package/pure-cell/modern/components/amount/index.js +1 -1
  1090. package/pure-cell/modern/components/amount-title/component.js +2 -2
  1091. package/pure-cell/modern/components/amount-title/index.css +3 -3
  1092. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1093. package/pure-cell/modern/components/category/component.js +2 -2
  1094. package/pure-cell/modern/components/category/index.css +4 -4
  1095. package/pure-cell/modern/components/category/index.js +1 -1
  1096. package/pure-cell/modern/components/comment/component.js +2 -2
  1097. package/pure-cell/modern/components/comment/index.css +3 -3
  1098. package/pure-cell/modern/components/comment/index.js +1 -1
  1099. package/pure-cell/modern/components/content/component.js +2 -2
  1100. package/pure-cell/modern/components/content/index.css +5 -4
  1101. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1102. package/pure-cell/modern/components/content/index.js +2 -2
  1103. package/pure-cell/modern/components/footer/component.js +2 -2
  1104. package/pure-cell/modern/components/footer/index.css +4 -4
  1105. package/pure-cell/modern/components/footer/index.js +1 -1
  1106. package/pure-cell/modern/components/footer-button/component.js +2 -2
  1107. package/pure-cell/modern/components/footer-button/index.css +2 -2
  1108. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1109. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1110. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1111. package/pure-cell/modern/components/graphics/component.js +2 -2
  1112. package/pure-cell/modern/components/graphics/index.css +2 -2
  1113. package/pure-cell/modern/components/graphics/index.js +1 -1
  1114. package/pure-cell/modern/components/main/component.js +2 -2
  1115. package/pure-cell/modern/components/main/index.css +4 -4
  1116. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1117. package/pure-cell/modern/components/main/index.js +2 -2
  1118. package/pure-cell/modern/components/text/component.js +2 -2
  1119. package/pure-cell/modern/components/text/index.css +8 -8
  1120. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1121. package/pure-cell/modern/components/text/index.js +2 -2
  1122. package/pure-cell/modern/{getDataTestId-5ebb0b8e.d.ts → getDataTestId-7e5189b2.d.ts} +0 -0
  1123. package/pure-cell/modern/{getDataTestId-5ebb0b8e.js → getDataTestId-7e5189b2.js} +0 -0
  1124. package/pure-cell/modern/index.css +19 -19
  1125. package/pure-cell/modern/index.js +2 -2
  1126. package/pure-input/CHANGELOG.md +20 -0
  1127. package/pure-input/Component.js +1 -1
  1128. package/pure-input/esm/Component.js +1 -1
  1129. package/pure-input/esm/index.css +26 -26
  1130. package/pure-input/index.css +26 -26
  1131. package/pure-input/modern/Component.js +1 -1
  1132. package/pure-input/modern/index.css +26 -26
  1133. package/radio/CHANGELOG.md +20 -0
  1134. package/radio/Component.js +1 -1
  1135. package/radio/esm/Component.js +1 -1
  1136. package/radio/esm/index.css +32 -32
  1137. package/radio/index.css +32 -32
  1138. package/radio/modern/Component.js +1 -1
  1139. package/radio/modern/index.css +32 -32
  1140. package/radio-group/CHANGELOG.md +20 -0
  1141. package/radio-group/Component.js +1 -1
  1142. package/radio-group/esm/Component.js +1 -1
  1143. package/radio-group/esm/index.css +17 -17
  1144. package/radio-group/index.css +17 -17
  1145. package/radio-group/modern/Component.js +1 -1
  1146. package/radio-group/modern/index.css +17 -17
  1147. package/scrollbar/CHANGELOG.md +19 -6
  1148. package/scrollbar/Component.js +3 -3
  1149. package/scrollbar/default.css +3 -3
  1150. package/scrollbar/esm/Component.js +3 -3
  1151. package/scrollbar/esm/default.css +3 -3
  1152. package/scrollbar/esm/index.css +26 -26
  1153. package/scrollbar/esm/inverted.css +3 -3
  1154. package/scrollbar/index.css +26 -26
  1155. package/scrollbar/inverted.css +3 -3
  1156. package/scrollbar/modern/Component.js +3 -3
  1157. package/scrollbar/modern/default.css +3 -3
  1158. package/scrollbar/modern/index.css +26 -26
  1159. package/scrollbar/modern/inverted.css +3 -3
  1160. package/select/CHANGELOG.md +20 -0
  1161. package/select/{Component-5e49a188.d.ts → Component-964aa734.d.ts} +0 -0
  1162. package/select/{Component-5e49a188.js → Component-964aa734.js} +5 -5
  1163. package/select/{Component-96d3cacb.d.ts → Component-f805b841.d.ts} +0 -0
  1164. package/select/{Component-96d3cacb.js → Component-f805b841.js} +2 -2
  1165. package/select/Component.js +2 -2
  1166. package/select/components/arrow/Component.js +1 -1
  1167. package/select/components/arrow/index.css +3 -3
  1168. package/select/components/base-select/Component.js +2 -2
  1169. package/select/components/base-select/index.css +7 -7
  1170. package/select/components/base-select/index.d.ts +1 -1
  1171. package/select/components/base-select/index.js +2 -2
  1172. package/select/components/base-select-mobile/Component.js +4 -4
  1173. package/select/components/base-select-mobile/checkmark/Component.js +1 -1
  1174. package/select/components/base-select-mobile/checkmark/index.css +4 -4
  1175. package/select/components/base-select-mobile/index.css +11 -11
  1176. package/select/components/base-select-mobile/index.d.ts +1 -1
  1177. package/select/components/base-select-mobile/index.js +4 -4
  1178. package/select/components/base-select-mobile/options-list/Component.js +2 -2
  1179. package/select/components/base-select-mobile/options-list/index.css +9 -9
  1180. package/select/components/base-select-mobile/options-list/index.js +1 -1
  1181. package/select/components/checkmark/Component.js +1 -1
  1182. package/select/components/checkmark/index.css +7 -7
  1183. package/select/components/field/Component.js +2 -2
  1184. package/select/components/field/index.css +9 -9
  1185. package/select/components/field/index.js +1 -1
  1186. package/select/components/index.js +4 -4
  1187. package/select/components/native-select/Component.js +1 -1
  1188. package/select/components/native-select/index.js +1 -1
  1189. package/select/components/optgroup/Component.js +1 -1
  1190. package/select/components/optgroup/index.css +6 -6
  1191. package/select/components/option/Component.js +2 -2
  1192. package/select/components/option/index.css +20 -20
  1193. package/select/components/option/index.js +1 -1
  1194. package/select/components/options-list/Component.js +2 -2
  1195. package/select/components/options-list/index.css +6 -6
  1196. package/select/components/options-list/index.js +1 -1
  1197. package/select/components/select-mobile/Component.js +4 -4
  1198. package/select/components/select-mobile/index.d.ts +1 -1
  1199. package/select/components/select-mobile/index.js +4 -4
  1200. package/select/components/select-modal-mobile/Component.js +4 -4
  1201. package/select/components/select-modal-mobile/index.d.ts +1 -1
  1202. package/select/components/select-modal-mobile/index.js +4 -4
  1203. package/select/components/virtual-options-list/Component.js +2 -2
  1204. package/select/components/virtual-options-list/index.css +12 -12
  1205. package/select/components/virtual-options-list/index.js +1 -1
  1206. package/select/esm/{Component-d28f7bec.d.ts → Component-0c47b5dc.d.ts} +0 -0
  1207. package/select/esm/{Component-d28f7bec.js → Component-0c47b5dc.js} +2 -2
  1208. package/select/esm/{Component-e12496de.d.ts → Component-1a19ffdc.d.ts} +0 -0
  1209. package/select/esm/{Component-e12496de.js → Component-1a19ffdc.js} +5 -5
  1210. package/select/esm/Component.js +2 -2
  1211. package/select/esm/components/arrow/Component.js +1 -1
  1212. package/select/esm/components/arrow/index.css +3 -3
  1213. package/select/esm/components/base-select/Component.js +2 -2
  1214. package/select/esm/components/base-select/index.css +7 -7
  1215. package/select/esm/components/base-select/index.d.ts +1 -1
  1216. package/select/esm/components/base-select/index.js +2 -2
  1217. package/select/esm/components/base-select-mobile/Component.js +4 -4
  1218. package/select/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  1219. package/select/esm/components/base-select-mobile/checkmark/index.css +4 -4
  1220. package/select/esm/components/base-select-mobile/index.css +11 -11
  1221. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  1222. package/select/esm/components/base-select-mobile/index.js +4 -4
  1223. package/select/esm/components/base-select-mobile/options-list/Component.js +2 -2
  1224. package/select/esm/components/base-select-mobile/options-list/index.css +9 -9
  1225. package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
  1226. package/select/esm/components/checkmark/Component.js +1 -1
  1227. package/select/esm/components/checkmark/index.css +7 -7
  1228. package/select/esm/components/field/Component.js +2 -2
  1229. package/select/esm/components/field/index.css +9 -9
  1230. package/select/esm/components/field/index.js +1 -1
  1231. package/select/esm/components/index.js +4 -4
  1232. package/select/esm/components/native-select/Component.js +1 -1
  1233. package/select/esm/components/native-select/index.js +1 -1
  1234. package/select/esm/components/optgroup/Component.js +1 -1
  1235. package/select/esm/components/optgroup/index.css +6 -6
  1236. package/select/esm/components/option/Component.js +2 -2
  1237. package/select/esm/components/option/index.css +20 -20
  1238. package/select/esm/components/option/index.js +1 -1
  1239. package/select/esm/components/options-list/Component.js +2 -2
  1240. package/select/esm/components/options-list/index.css +6 -6
  1241. package/select/esm/components/options-list/index.js +1 -1
  1242. package/select/esm/components/select-mobile/Component.js +4 -4
  1243. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1244. package/select/esm/components/select-mobile/index.js +4 -4
  1245. package/select/esm/components/select-modal-mobile/Component.js +4 -4
  1246. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  1247. package/select/esm/components/select-modal-mobile/index.js +4 -4
  1248. package/select/esm/components/virtual-options-list/Component.js +2 -2
  1249. package/select/esm/components/virtual-options-list/index.css +12 -12
  1250. package/select/esm/components/virtual-options-list/index.js +1 -1
  1251. package/select/esm/index.js +4 -4
  1252. package/select/esm/{intersection-observer-f900acf8.d.ts → intersection-observer-7fb9a2ba.d.ts} +0 -0
  1253. package/select/esm/{intersection-observer-f900acf8.js → intersection-observer-7fb9a2ba.js} +0 -0
  1254. package/select/esm/presets/index.js +4 -4
  1255. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1256. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1257. package/select/esm/presets/useSelectWithApply/hook.js +4 -4
  1258. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1259. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1260. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1261. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1262. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1263. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1264. package/select/esm/{tslib.es6-97644193.d.ts → tslib.es6-aea81705.d.ts} +0 -0
  1265. package/select/esm/{tslib.es6-97644193.js → tslib.es6-aea81705.js} +0 -0
  1266. package/select/index.js +4 -4
  1267. package/select/{intersection-observer-e1c45da0.d.ts → intersection-observer-efcca876.d.ts} +0 -0
  1268. package/select/{intersection-observer-e1c45da0.js → intersection-observer-efcca876.js} +0 -0
  1269. package/select/modern/{Component-0219af27.d.ts → Component-a11fc686.d.ts} +0 -0
  1270. package/select/modern/{Component-0219af27.js → Component-a11fc686.js} +1 -1
  1271. package/select/modern/{Component-74bbf95a.d.ts → Component-ad28fd38.d.ts} +0 -0
  1272. package/select/modern/{Component-74bbf95a.js → Component-ad28fd38.js} +4 -4
  1273. package/select/modern/Component.js +1 -1
  1274. package/select/modern/components/arrow/Component.js +1 -1
  1275. package/select/modern/components/arrow/index.css +3 -3
  1276. package/select/modern/components/base-select/Component.js +1 -1
  1277. package/select/modern/components/base-select/index.css +7 -7
  1278. package/select/modern/components/base-select/index.d.ts +1 -1
  1279. package/select/modern/components/base-select/index.js +1 -1
  1280. package/select/modern/components/base-select-mobile/Component.js +3 -3
  1281. package/select/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  1282. package/select/modern/components/base-select-mobile/checkmark/index.css +4 -4
  1283. package/select/modern/components/base-select-mobile/index.css +11 -11
  1284. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  1285. package/select/modern/components/base-select-mobile/index.js +3 -3
  1286. package/select/modern/components/base-select-mobile/options-list/Component.js +1 -1
  1287. package/select/modern/components/base-select-mobile/options-list/index.css +9 -9
  1288. package/select/modern/components/checkmark/Component.js +1 -1
  1289. package/select/modern/components/checkmark/index.css +7 -7
  1290. package/select/modern/components/field/Component.js +1 -1
  1291. package/select/modern/components/field/index.css +9 -9
  1292. package/select/modern/components/index.js +3 -3
  1293. package/select/modern/components/optgroup/Component.js +1 -1
  1294. package/select/modern/components/optgroup/index.css +6 -6
  1295. package/select/modern/components/option/Component.js +1 -1
  1296. package/select/modern/components/option/index.css +20 -20
  1297. package/select/modern/components/options-list/Component.js +1 -1
  1298. package/select/modern/components/options-list/index.css +6 -6
  1299. package/select/modern/components/select-mobile/Component.js +3 -3
  1300. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1301. package/select/modern/components/select-mobile/index.js +3 -3
  1302. package/select/modern/components/select-modal-mobile/Component.js +3 -3
  1303. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  1304. package/select/modern/components/select-modal-mobile/index.js +3 -3
  1305. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1306. package/select/modern/components/virtual-options-list/index.css +12 -12
  1307. package/select/modern/index.js +3 -3
  1308. package/select/modern/{intersection-observer-f900acf8.d.ts → intersection-observer-7fb9a2ba.d.ts} +0 -0
  1309. package/select/modern/{intersection-observer-f900acf8.js → intersection-observer-7fb9a2ba.js} +0 -0
  1310. package/select/modern/presets/index.js +3 -3
  1311. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1312. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1313. package/select/modern/presets/useSelectWithApply/hook.js +3 -3
  1314. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  1315. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1316. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1317. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  1318. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1319. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1320. package/select/presets/index.js +4 -4
  1321. package/select/presets/useLazyLoading/hook.js +3 -3
  1322. package/select/presets/useLazyLoading/index.css +2 -2
  1323. package/select/presets/useSelectWithApply/hook.js +4 -4
  1324. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1325. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1326. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1327. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1328. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1329. package/select/presets/useSelectWithLoading/index.css +2 -2
  1330. package/select/{tslib.es6-6db201be.d.ts → tslib.es6-c4679a7f.d.ts} +0 -0
  1331. package/select/{tslib.es6-6db201be.js → tslib.es6-c4679a7f.js} +0 -0
  1332. package/select-with-tags/CHANGELOG.md +20 -0
  1333. package/select-with-tags/component.js +1 -1
  1334. package/select-with-tags/components/index.js +1 -1
  1335. package/select-with-tags/components/tag/component.js +2 -2
  1336. package/select-with-tags/components/tag/index.css +11 -11
  1337. package/select-with-tags/components/tag/index.js +1 -1
  1338. package/select-with-tags/components/tag-list/component.js +2 -2
  1339. package/select-with-tags/components/tag-list/index.css +31 -31
  1340. package/select-with-tags/components/tag-list/index.js +1 -1
  1341. package/select-with-tags/esm/component.js +1 -1
  1342. package/select-with-tags/esm/components/index.js +1 -1
  1343. package/select-with-tags/esm/components/tag/component.js +2 -2
  1344. package/select-with-tags/esm/components/tag/index.css +11 -11
  1345. package/select-with-tags/esm/components/tag/index.js +1 -1
  1346. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1347. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  1348. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1349. package/select-with-tags/esm/index.js +1 -1
  1350. package/select-with-tags/esm/{tslib.es6-8c6adec0.d.ts → tslib.es6-a108b7ee.d.ts} +0 -0
  1351. package/select-with-tags/esm/{tslib.es6-8c6adec0.js → tslib.es6-a108b7ee.js} +0 -0
  1352. package/select-with-tags/esm/utils/index.js +1 -1
  1353. package/select-with-tags/esm/utils/match.js +1 -1
  1354. package/select-with-tags/index.js +1 -1
  1355. package/select-with-tags/modern/components/tag/component.js +1 -1
  1356. package/select-with-tags/modern/components/tag/index.css +11 -11
  1357. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1358. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  1359. package/select-with-tags/{tslib.es6-c679b5a4.d.ts → tslib.es6-b3262e91.d.ts} +0 -0
  1360. package/select-with-tags/{tslib.es6-c679b5a4.js → tslib.es6-b3262e91.js} +0 -0
  1361. package/select-with-tags/utils/index.js +1 -1
  1362. package/select-with-tags/utils/match.js +1 -1
  1363. package/side-panel/CHANGELOG.md +20 -0
  1364. package/side-panel/Component.desktop.d.ts +12 -5
  1365. package/side-panel/Component.desktop.js +3 -3
  1366. package/side-panel/Component.mobile.js +3 -3
  1367. package/side-panel/Component.responsive.d.ts +32 -9
  1368. package/side-panel/Component.responsive.js +1 -1
  1369. package/side-panel/components/closer/Component.js +2 -2
  1370. package/side-panel/components/closer/index.css +4 -4
  1371. package/side-panel/components/content/Component.d.ts +4 -0
  1372. package/side-panel/components/content/Component.desktop.d.ts +1 -2
  1373. package/side-panel/components/content/Component.desktop.js +4 -4
  1374. package/side-panel/components/content/Component.js +3 -3
  1375. package/side-panel/components/content/Component.mobile.js +2 -2
  1376. package/side-panel/components/content/desktop.css +3 -3
  1377. package/side-panel/components/content/index.css +3 -3
  1378. package/side-panel/components/content/mobile.css +3 -3
  1379. package/side-panel/components/footer/Component.d.ts +4 -0
  1380. package/side-panel/components/footer/Component.desktop.d.ts +1 -2
  1381. package/side-panel/components/footer/Component.desktop.js +3 -3
  1382. package/side-panel/components/footer/Component.js +4 -4
  1383. package/side-panel/components/footer/Component.mobile.js +2 -2
  1384. package/side-panel/components/footer/desktop.css +3 -3
  1385. package/side-panel/components/footer/index.css +4 -4
  1386. package/side-panel/components/footer/layout.css +25 -25
  1387. package/side-panel/components/footer/mobile.css +3 -3
  1388. package/side-panel/components/header/Component.d.ts +4 -0
  1389. package/side-panel/components/header/Component.desktop.d.ts +1 -2
  1390. package/side-panel/components/header/Component.desktop.js +3 -3
  1391. package/side-panel/components/header/Component.js +3 -3
  1392. package/side-panel/components/header/Component.mobile.js +2 -2
  1393. package/side-panel/components/header/desktop.css +6 -6
  1394. package/side-panel/components/header/index.css +15 -15
  1395. package/side-panel/components/header/mobile.css +3 -3
  1396. package/side-panel/cssm/Component.desktop.d.ts +12 -5
  1397. package/side-panel/cssm/Component.responsive.d.ts +31 -8
  1398. package/side-panel/cssm/components/content/Component.d.ts +4 -0
  1399. package/side-panel/cssm/components/content/Component.desktop.d.ts +1 -2
  1400. package/side-panel/cssm/components/content/Component.desktop.js +2 -2
  1401. package/side-panel/cssm/components/content/Component.js +2 -2
  1402. package/side-panel/cssm/components/footer/Component.d.ts +4 -0
  1403. package/side-panel/cssm/components/footer/Component.desktop.d.ts +1 -2
  1404. package/side-panel/cssm/components/footer/Component.desktop.js +1 -1
  1405. package/side-panel/cssm/components/footer/Component.js +2 -2
  1406. package/side-panel/cssm/components/header/Component.d.ts +4 -0
  1407. package/side-panel/cssm/components/header/Component.desktop.d.ts +1 -2
  1408. package/side-panel/cssm/components/header/Component.desktop.js +1 -1
  1409. package/side-panel/cssm/components/header/Component.js +2 -2
  1410. package/side-panel/desktop.css +3 -3
  1411. package/side-panel/desktop.js +1 -1
  1412. package/side-panel/esm/Component.desktop.d.ts +12 -5
  1413. package/side-panel/esm/Component.desktop.js +3 -3
  1414. package/side-panel/esm/Component.mobile.js +3 -3
  1415. package/side-panel/esm/Component.responsive.d.ts +31 -8
  1416. package/side-panel/esm/Component.responsive.js +1 -1
  1417. package/side-panel/esm/components/closer/Component.js +2 -2
  1418. package/side-panel/esm/components/closer/index.css +4 -4
  1419. package/side-panel/esm/components/content/Component.d.ts +4 -0
  1420. package/side-panel/esm/components/content/Component.desktop.d.ts +1 -2
  1421. package/side-panel/esm/components/content/Component.desktop.js +4 -4
  1422. package/side-panel/esm/components/content/Component.js +3 -3
  1423. package/side-panel/esm/components/content/Component.mobile.js +2 -2
  1424. package/side-panel/esm/components/content/desktop.css +3 -3
  1425. package/side-panel/esm/components/content/index.css +3 -3
  1426. package/side-panel/esm/components/content/mobile.css +3 -3
  1427. package/side-panel/esm/components/footer/Component.d.ts +4 -0
  1428. package/side-panel/esm/components/footer/Component.desktop.d.ts +1 -2
  1429. package/side-panel/esm/components/footer/Component.desktop.js +3 -3
  1430. package/side-panel/esm/components/footer/Component.js +4 -4
  1431. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  1432. package/side-panel/esm/components/footer/desktop.css +3 -3
  1433. package/side-panel/esm/components/footer/index.css +4 -4
  1434. package/side-panel/esm/components/footer/layout.css +25 -25
  1435. package/side-panel/esm/components/footer/mobile.css +3 -3
  1436. package/side-panel/esm/components/header/Component.d.ts +4 -0
  1437. package/side-panel/esm/components/header/Component.desktop.d.ts +1 -2
  1438. package/side-panel/esm/components/header/Component.desktop.js +3 -3
  1439. package/side-panel/esm/components/header/Component.js +3 -3
  1440. package/side-panel/esm/components/header/Component.mobile.js +2 -2
  1441. package/side-panel/esm/components/header/desktop.css +6 -6
  1442. package/side-panel/esm/components/header/index.css +15 -15
  1443. package/side-panel/esm/components/header/mobile.css +3 -3
  1444. package/side-panel/esm/desktop.css +3 -3
  1445. package/side-panel/esm/desktop.js +1 -1
  1446. package/side-panel/esm/index.js +1 -1
  1447. package/side-panel/esm/mobile.css +2 -2
  1448. package/side-panel/esm/mobile.js +1 -1
  1449. package/side-panel/esm/responsive.js +1 -1
  1450. package/side-panel/esm/transitions.desktop.css +8 -8
  1451. package/side-panel/esm/transitions.mobile.css +8 -8
  1452. package/side-panel/esm/{tslib.es6-67a427e0.d.ts → tslib.es6-089020b7.d.ts} +0 -0
  1453. package/side-panel/esm/{tslib.es6-67a427e0.js → tslib.es6-089020b7.js} +0 -0
  1454. package/side-panel/index.js +1 -1
  1455. package/side-panel/mobile.css +2 -2
  1456. package/side-panel/mobile.js +1 -1
  1457. package/side-panel/modern/Component.desktop.d.ts +12 -5
  1458. package/side-panel/modern/Component.desktop.js +2 -2
  1459. package/side-panel/modern/Component.mobile.js +2 -2
  1460. package/side-panel/modern/Component.responsive.d.ts +31 -8
  1461. package/side-panel/modern/components/closer/Component.js +1 -1
  1462. package/side-panel/modern/components/closer/index.css +4 -4
  1463. package/side-panel/modern/components/content/Component.d.ts +4 -0
  1464. package/side-panel/modern/components/content/Component.desktop.d.ts +1 -2
  1465. package/side-panel/modern/components/content/Component.desktop.js +2 -2
  1466. package/side-panel/modern/components/content/Component.js +3 -3
  1467. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1468. package/side-panel/modern/components/content/desktop.css +3 -3
  1469. package/side-panel/modern/components/content/index.css +3 -3
  1470. package/side-panel/modern/components/content/mobile.css +3 -3
  1471. package/side-panel/modern/components/footer/Component.d.ts +4 -0
  1472. package/side-panel/modern/components/footer/Component.desktop.d.ts +1 -2
  1473. package/side-panel/modern/components/footer/Component.desktop.js +2 -2
  1474. package/side-panel/modern/components/footer/Component.js +4 -4
  1475. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  1476. package/side-panel/modern/components/footer/desktop.css +3 -3
  1477. package/side-panel/modern/components/footer/index.css +4 -4
  1478. package/side-panel/modern/components/footer/layout.css +25 -25
  1479. package/side-panel/modern/components/footer/mobile.css +3 -3
  1480. package/side-panel/modern/components/header/Component.d.ts +4 -0
  1481. package/side-panel/modern/components/header/Component.desktop.d.ts +1 -2
  1482. package/side-panel/modern/components/header/Component.desktop.js +2 -2
  1483. package/side-panel/modern/components/header/Component.js +3 -3
  1484. package/side-panel/modern/components/header/Component.mobile.js +1 -1
  1485. package/side-panel/modern/components/header/desktop.css +6 -6
  1486. package/side-panel/modern/components/header/index.css +15 -15
  1487. package/side-panel/modern/components/header/mobile.css +3 -3
  1488. package/side-panel/modern/desktop.css +3 -3
  1489. package/side-panel/modern/mobile.css +2 -2
  1490. package/side-panel/modern/transitions.desktop.css +8 -8
  1491. package/side-panel/modern/transitions.mobile.css +8 -8
  1492. package/side-panel/responsive.js +1 -1
  1493. package/side-panel/transitions.desktop.css +8 -8
  1494. package/side-panel/transitions.mobile.css +8 -8
  1495. package/side-panel/{tslib.es6-91a533c5.d.ts → tslib.es6-1cd98edf.d.ts} +0 -0
  1496. package/side-panel/{tslib.es6-91a533c5.js → tslib.es6-1cd98edf.js} +0 -0
  1497. package/skeleton/CHANGELOG.md +20 -0
  1498. package/skeleton/Component.js +1 -1
  1499. package/skeleton/esm/Component.js +1 -1
  1500. package/skeleton/esm/index.css +11 -11
  1501. package/skeleton/index.css +11 -11
  1502. package/skeleton/modern/Component.js +1 -1
  1503. package/skeleton/modern/index.css +11 -11
  1504. package/slider/CHANGELOG.md +20 -0
  1505. package/slider/Component.js +1 -1
  1506. package/slider/esm/Component.js +1 -1
  1507. package/slider/esm/index.css +17 -17
  1508. package/slider/index.css +17 -17
  1509. package/slider/modern/Component.js +1 -1
  1510. package/slider/modern/index.css +17 -17
  1511. package/slider-input/CHANGELOG.md +20 -0
  1512. package/slider-input/Component.js +1 -1
  1513. package/slider-input/esm/Component.js +1 -1
  1514. package/slider-input/esm/index.css +17 -17
  1515. package/slider-input/index.css +17 -17
  1516. package/slider-input/modern/Component.js +1 -1
  1517. package/slider-input/modern/index.css +17 -17
  1518. package/space/CHANGELOG.md +20 -0
  1519. package/space/Component.js +2 -2
  1520. package/space/{Item-f9494aa0.d.ts → Item-d6480b4a.d.ts} +0 -0
  1521. package/space/{Item-f9494aa0.js → Item-d6480b4a.js} +0 -0
  1522. package/space/Item.js +1 -1
  1523. package/space/esm/Component.js +2 -2
  1524. package/space/esm/{Item-dab3d2e9.d.ts → Item-08073199.d.ts} +0 -0
  1525. package/space/esm/{Item-dab3d2e9.js → Item-08073199.js} +0 -0
  1526. package/space/esm/Item.js +1 -1
  1527. package/space/esm/index.css +9 -9
  1528. package/space/esm/index.js +1 -1
  1529. package/space/index.css +9 -9
  1530. package/space/index.js +1 -1
  1531. package/space/modern/Component.js +1 -1
  1532. package/space/modern/index.css +9 -9
  1533. package/spinner/CHANGELOG.md +20 -0
  1534. package/spinner/Component.js +1 -1
  1535. package/spinner/esm/Component.js +1 -1
  1536. package/spinner/esm/index.css +10 -10
  1537. package/spinner/index.css +10 -10
  1538. package/spinner/modern/Component.js +1 -1
  1539. package/spinner/modern/index.css +10 -10
  1540. package/stack/CHANGELOG.md +20 -0
  1541. package/status/CHANGELOG.md +20 -0
  1542. package/status/Component.js +1 -1
  1543. package/status/esm/Component.js +1 -1
  1544. package/status/esm/index.css +18 -18
  1545. package/status/index.css +18 -18
  1546. package/status/modern/Component.js +1 -1
  1547. package/status/modern/index.css +18 -18
  1548. package/stepped-progress-bar/CHANGELOG.md +20 -0
  1549. package/stepped-progress-bar/Component.js +1 -1
  1550. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1551. package/stepped-progress-bar/components/step-bar/index.css +11 -11
  1552. package/stepped-progress-bar/esm/Component.js +1 -1
  1553. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1554. package/stepped-progress-bar/esm/components/step-bar/index.css +11 -11
  1555. package/stepped-progress-bar/esm/index.css +4 -4
  1556. package/stepped-progress-bar/index.css +4 -4
  1557. package/stepped-progress-bar/modern/Component.js +1 -1
  1558. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1559. package/stepped-progress-bar/modern/components/step-bar/index.css +11 -11
  1560. package/stepped-progress-bar/modern/index.css +4 -4
  1561. package/switch/CHANGELOG.md +20 -0
  1562. package/switch/Component.js +1 -1
  1563. package/switch/esm/Component.js +1 -1
  1564. package/switch/esm/index.css +26 -26
  1565. package/switch/index.css +26 -26
  1566. package/switch/modern/Component.js +1 -1
  1567. package/switch/modern/index.css +26 -26
  1568. package/table/CHANGELOG.md +20 -0
  1569. package/table/component.js +1 -1
  1570. package/table/components/index.js +1 -1
  1571. package/table/components/pagination/Component.js +2 -2
  1572. package/table/components/pagination/index.css +8 -8
  1573. package/table/components/pagination/index.js +1 -1
  1574. package/table/components/pagination/select-field/index.css +4 -4
  1575. package/table/components/pagination/select-field/index.js +2 -2
  1576. package/table/components/table/Component.js +2 -2
  1577. package/table/components/table/index.css +6 -6
  1578. package/table/components/table/index.js +1 -1
  1579. package/table/components/table/utils.js +1 -1
  1580. package/table/components/tbody/Component.js +2 -2
  1581. package/table/components/tbody/index.css +2 -2
  1582. package/table/components/tbody/index.js +1 -1
  1583. package/table/components/tcell/Component.js +2 -2
  1584. package/table/components/tcell/index.css +4 -4
  1585. package/table/components/tcell/index.js +1 -1
  1586. package/table/components/texpandable-row/Component.js +2 -2
  1587. package/table/components/texpandable-row/index.css +5 -5
  1588. package/table/components/texpandable-row/index.js +1 -1
  1589. package/table/components/thead/Component.js +2 -2
  1590. package/table/components/thead/index.css +6 -6
  1591. package/table/components/thead/index.js +1 -1
  1592. package/table/components/thead-cell/Component.js +2 -2
  1593. package/table/components/thead-cell/index.css +5 -5
  1594. package/table/components/thead-cell/index.js +1 -1
  1595. package/table/components/trow/Component.js +2 -2
  1596. package/table/components/trow/index.css +8 -8
  1597. package/table/components/trow/index.js +1 -1
  1598. package/table/components/tsortable-head-cell/Component.js +2 -2
  1599. package/table/components/tsortable-head-cell/index.css +9 -9
  1600. package/table/components/tsortable-head-cell/index.js +1 -1
  1601. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1602. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1603. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1604. package/table/esm/component.js +1 -1
  1605. package/table/esm/components/index.js +1 -1
  1606. package/table/esm/components/pagination/Component.js +2 -2
  1607. package/table/esm/components/pagination/index.css +8 -8
  1608. package/table/esm/components/pagination/index.js +1 -1
  1609. package/table/esm/components/pagination/select-field/index.css +4 -4
  1610. package/table/esm/components/pagination/select-field/index.js +2 -2
  1611. package/table/esm/components/table/Component.js +2 -2
  1612. package/table/esm/components/table/index.css +6 -6
  1613. package/table/esm/components/table/index.js +1 -1
  1614. package/table/esm/components/table/utils.js +1 -1
  1615. package/table/esm/components/tbody/Component.js +2 -2
  1616. package/table/esm/components/tbody/index.css +2 -2
  1617. package/table/esm/components/tbody/index.js +1 -1
  1618. package/table/esm/components/tcell/Component.js +2 -2
  1619. package/table/esm/components/tcell/index.css +4 -4
  1620. package/table/esm/components/tcell/index.js +1 -1
  1621. package/table/esm/components/texpandable-row/Component.js +2 -2
  1622. package/table/esm/components/texpandable-row/index.css +5 -5
  1623. package/table/esm/components/texpandable-row/index.js +1 -1
  1624. package/table/esm/components/thead/Component.js +2 -2
  1625. package/table/esm/components/thead/index.css +6 -6
  1626. package/table/esm/components/thead/index.js +1 -1
  1627. package/table/esm/components/thead-cell/Component.js +2 -2
  1628. package/table/esm/components/thead-cell/index.css +5 -5
  1629. package/table/esm/components/thead-cell/index.js +1 -1
  1630. package/table/esm/components/trow/Component.js +2 -2
  1631. package/table/esm/components/trow/index.css +8 -8
  1632. package/table/esm/components/trow/index.js +1 -1
  1633. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1634. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1635. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1636. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1637. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1638. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1639. package/table/esm/index.js +1 -1
  1640. package/table/esm/{tslib.es6-c7f8ed71.d.ts → tslib.es6-5861e859.d.ts} +0 -0
  1641. package/table/esm/{tslib.es6-c7f8ed71.js → tslib.es6-5861e859.js} +0 -0
  1642. package/table/index.js +1 -1
  1643. package/table/modern/components/pagination/Component.js +1 -1
  1644. package/table/modern/components/pagination/index.css +8 -8
  1645. package/table/modern/components/pagination/select-field/index.css +4 -4
  1646. package/table/modern/components/pagination/select-field/index.js +1 -1
  1647. package/table/modern/components/table/Component.js +1 -1
  1648. package/table/modern/components/table/index.css +6 -6
  1649. package/table/modern/components/tbody/Component.js +1 -1
  1650. package/table/modern/components/tbody/index.css +2 -2
  1651. package/table/modern/components/tcell/Component.js +1 -1
  1652. package/table/modern/components/tcell/index.css +4 -4
  1653. package/table/modern/components/texpandable-row/Component.js +1 -1
  1654. package/table/modern/components/texpandable-row/index.css +5 -5
  1655. package/table/modern/components/thead/Component.js +1 -1
  1656. package/table/modern/components/thead/index.css +6 -6
  1657. package/table/modern/components/thead-cell/Component.js +1 -1
  1658. package/table/modern/components/thead-cell/index.css +5 -5
  1659. package/table/modern/components/trow/Component.js +1 -1
  1660. package/table/modern/components/trow/index.css +8 -8
  1661. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1662. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1663. package/table/{tslib.es6-b313791c.d.ts → tslib.es6-f42fd202.d.ts} +0 -0
  1664. package/table/{tslib.es6-b313791c.js → tslib.es6-f42fd202.js} +0 -0
  1665. package/tabs/CHANGELOG.md +20 -0
  1666. package/tabs/components/primary-tablist/Component.d.ts +1 -0
  1667. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1668. package/tabs/components/primary-tablist/Component.js +2 -2
  1669. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1670. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1671. package/tabs/components/primary-tablist/index.css +19 -19
  1672. package/tabs/components/primary-tablist/mobile.css +22 -22
  1673. package/tabs/components/scrollable-container/Component.js +1 -1
  1674. package/tabs/components/scrollable-container/index.css +4 -4
  1675. package/tabs/components/secondary-tablist/Component.d.ts +1 -0
  1676. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1677. package/tabs/components/secondary-tablist/Component.js +2 -2
  1678. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1679. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1680. package/tabs/components/secondary-tablist/index.css +10 -10
  1681. package/tabs/components/secondary-tablist/mobile.css +12 -12
  1682. package/tabs/components/tab/Component.js +1 -1
  1683. package/tabs/components/tab/index.css +3 -3
  1684. package/tabs/components/tabs/Component.desktop.js +3 -3
  1685. package/tabs/components/tabs/Component.js +2 -1
  1686. package/tabs/components/tabs/Component.mobile.js +3 -3
  1687. package/tabs/components/tabs/Component.responsive.js +3 -3
  1688. package/tabs/cssm/components/primary-tablist/Component.d.ts +1 -0
  1689. package/tabs/cssm/components/primary-tablist/Component.js +1 -1
  1690. package/tabs/cssm/components/secondary-tablist/Component.d.ts +1 -0
  1691. package/tabs/cssm/components/secondary-tablist/Component.js +1 -1
  1692. package/tabs/cssm/components/tabs/Component.js +2 -1
  1693. package/tabs/cssm/typings.d.ts +6 -1
  1694. package/tabs/desktop.js +3 -3
  1695. package/tabs/esm/components/primary-tablist/Component.d.ts +1 -0
  1696. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1697. package/tabs/esm/components/primary-tablist/Component.js +2 -2
  1698. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1699. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1700. package/tabs/esm/components/primary-tablist/index.css +19 -19
  1701. package/tabs/esm/components/primary-tablist/mobile.css +22 -22
  1702. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1703. package/tabs/esm/components/scrollable-container/index.css +4 -4
  1704. package/tabs/esm/components/secondary-tablist/Component.d.ts +1 -0
  1705. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1706. package/tabs/esm/components/secondary-tablist/Component.js +2 -2
  1707. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1708. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1709. package/tabs/esm/components/secondary-tablist/index.css +10 -10
  1710. package/tabs/esm/components/secondary-tablist/mobile.css +12 -12
  1711. package/tabs/esm/components/tab/Component.js +1 -1
  1712. package/tabs/esm/components/tab/index.css +3 -3
  1713. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1714. package/tabs/esm/components/tabs/Component.js +2 -1
  1715. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1716. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1717. package/tabs/esm/desktop.js +3 -3
  1718. package/tabs/esm/index.js +3 -3
  1719. package/tabs/esm/index.module-41292def.js +4 -0
  1720. package/tabs/esm/index.module-48a976e2.js +4 -0
  1721. package/tabs/esm/mobile.js +3 -3
  1722. package/tabs/esm/responsive.js +3 -3
  1723. package/tabs/esm/{tslib.es6-fbebd362.d.ts → tslib.es6-110e9b2f.d.ts} +0 -0
  1724. package/tabs/esm/{tslib.es6-fbebd362.js → tslib.es6-110e9b2f.js} +0 -0
  1725. package/tabs/esm/typings.d.ts +6 -1
  1726. package/tabs/index.js +3 -3
  1727. package/tabs/index.module-2c32a67c.js +4 -0
  1728. package/tabs/index.module-62290c79.js +4 -0
  1729. package/tabs/mobile.js +3 -3
  1730. package/tabs/modern/components/primary-tablist/Component.d.ts +1 -0
  1731. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1732. package/tabs/modern/components/primary-tablist/Component.js +1 -1
  1733. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1734. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1735. package/tabs/modern/components/primary-tablist/index.css +19 -19
  1736. package/tabs/modern/components/primary-tablist/mobile.css +22 -22
  1737. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1738. package/tabs/modern/components/scrollable-container/index.css +4 -4
  1739. package/tabs/modern/components/secondary-tablist/Component.d.ts +1 -0
  1740. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1741. package/tabs/modern/components/secondary-tablist/Component.js +1 -1
  1742. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1743. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1744. package/tabs/modern/components/secondary-tablist/index.css +10 -10
  1745. package/tabs/modern/components/secondary-tablist/mobile.css +12 -12
  1746. package/tabs/modern/components/tab/Component.js +1 -1
  1747. package/tabs/modern/components/tab/index.css +3 -3
  1748. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1749. package/tabs/modern/components/tabs/Component.js +2 -1
  1750. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1751. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1752. package/tabs/modern/desktop.js +2 -2
  1753. package/tabs/modern/index.js +2 -2
  1754. package/tabs/modern/index.module-41292def.js +4 -0
  1755. package/tabs/modern/index.module-48a976e2.js +4 -0
  1756. package/tabs/modern/mobile.js +2 -2
  1757. package/tabs/modern/responsive.js +2 -2
  1758. package/tabs/modern/typings.d.ts +6 -1
  1759. package/tabs/responsive.js +3 -3
  1760. package/tabs/{tslib.es6-ad9cdc9a.d.ts → tslib.es6-5c99b13f.d.ts} +0 -0
  1761. package/tabs/{tslib.es6-ad9cdc9a.js → tslib.es6-5c99b13f.js} +0 -0
  1762. package/tabs/typings.d.ts +6 -1
  1763. package/tag/CHANGELOG.md +20 -0
  1764. package/tag/Component.js +3 -3
  1765. package/tag/default.css +9 -9
  1766. package/tag/esm/Component.js +3 -3
  1767. package/tag/esm/default.css +9 -9
  1768. package/tag/esm/index.css +38 -38
  1769. package/tag/esm/inverted.css +9 -9
  1770. package/tag/index.css +38 -38
  1771. package/tag/inverted.css +9 -9
  1772. package/tag/modern/Component.js +3 -3
  1773. package/tag/modern/default.css +9 -9
  1774. package/tag/modern/index.css +38 -38
  1775. package/tag/modern/inverted.css +9 -9
  1776. package/textarea/CHANGELOG.md +20 -0
  1777. package/textarea/Component.js +3 -3
  1778. package/textarea/default.css +19 -19
  1779. package/textarea/esm/Component.js +3 -3
  1780. package/textarea/esm/default.css +19 -19
  1781. package/textarea/esm/index.css +22 -22
  1782. package/textarea/esm/inverted.css +19 -19
  1783. package/textarea/index.css +22 -22
  1784. package/textarea/inverted.css +19 -19
  1785. package/textarea/modern/Component.js +3 -3
  1786. package/textarea/modern/default.css +19 -19
  1787. package/textarea/modern/index.css +22 -22
  1788. package/textarea/modern/inverted.css +19 -19
  1789. package/themes/CHANGELOG.md +8 -0
  1790. package/themes/compiled/mobile-dark-bluetint.css +257 -257
  1791. package/themes/dist/CHANGELOG.md +8 -0
  1792. package/themes/dist/compiled/mobile-dark-bluetint.css +774 -774
  1793. package/themes/dist/package.json +1 -1
  1794. package/toast/CHANGELOG.md +20 -0
  1795. package/toast/component.js +1 -1
  1796. package/toast/esm/component.js +1 -1
  1797. package/toast/esm/index.css +10 -10
  1798. package/toast/index.css +10 -10
  1799. package/toast/modern/component.js +1 -1
  1800. package/toast/modern/index.css +10 -10
  1801. package/toast-plate/CHANGELOG.md +20 -0
  1802. package/toast-plate/component.js +1 -1
  1803. package/toast-plate/esm/component.js +1 -1
  1804. package/toast-plate/esm/index.css +16 -16
  1805. package/toast-plate/index.css +16 -16
  1806. package/toast-plate/modern/component.js +1 -1
  1807. package/toast-plate/modern/index.css +16 -16
  1808. package/tooltip/CHANGELOG.md +20 -0
  1809. package/tooltip/{Component-fe85cdcc.d.ts → Component-3ae2eedf.d.ts} +0 -0
  1810. package/tooltip/{Component-fe85cdcc.js → Component-3ae2eedf.js} +3 -3
  1811. package/tooltip/Component.js +1 -1
  1812. package/tooltip/component.responsive.js +2 -2
  1813. package/tooltip/default.css +3 -3
  1814. package/tooltip/esm/{Component-9bd38971.d.ts → Component-fe152426.d.ts} +0 -0
  1815. package/tooltip/esm/{Component-9bd38971.js → Component-fe152426.js} +3 -3
  1816. package/tooltip/esm/Component.js +1 -1
  1817. package/tooltip/esm/component.responsive.js +2 -2
  1818. package/tooltip/esm/default.css +3 -3
  1819. package/tooltip/esm/index.css +6 -6
  1820. package/tooltip/esm/index.d.ts +1 -1
  1821. package/tooltip/esm/index.js +1 -1
  1822. package/tooltip/esm/inverted.css +5 -5
  1823. package/tooltip/esm/responsive.css +3 -3
  1824. package/tooltip/esm/responsive.js +1 -1
  1825. package/tooltip/index.css +6 -6
  1826. package/tooltip/index.d.ts +1 -1
  1827. package/tooltip/index.js +1 -1
  1828. package/tooltip/inverted.css +5 -5
  1829. package/tooltip/modern/Component.js +3 -3
  1830. package/tooltip/modern/component.responsive.js +1 -1
  1831. package/tooltip/modern/default.css +3 -3
  1832. package/tooltip/modern/index.css +6 -6
  1833. package/tooltip/modern/inverted.css +5 -5
  1834. package/tooltip/modern/responsive.css +3 -3
  1835. package/tooltip/responsive.css +3 -3
  1836. package/tooltip/responsive.js +1 -1
  1837. package/typography/CHANGELOG.md +20 -0
  1838. package/typography/colors.css +13 -13
  1839. package/typography/{colors.module-e1a18186.d.ts → colors.module-6fbeb11e.d.ts} +0 -0
  1840. package/typography/{colors.module-e1a18186.js → colors.module-6fbeb11e.js} +1 -1
  1841. package/typography/common.module-0a1dc564.js +4 -0
  1842. package/typography/component.js +2 -2
  1843. package/typography/esm/colors.css +13 -13
  1844. package/typography/esm/{colors.module-61a0dadf.d.ts → colors.module-fb09e9dd.d.ts} +0 -0
  1845. package/typography/esm/{colors.module-61a0dadf.js → colors.module-fb09e9dd.js} +1 -1
  1846. package/typography/esm/common.module-1d33a066.js +4 -0
  1847. package/typography/esm/component.js +2 -2
  1848. package/typography/esm/index.js +2 -2
  1849. package/typography/esm/text/component.js +2 -2
  1850. package/typography/esm/text/index.css +14 -14
  1851. package/typography/esm/text/index.js +1 -1
  1852. package/typography/esm/title/common.css +5 -5
  1853. package/typography/esm/title/component.js +1 -1
  1854. package/typography/esm/title/index.css +19 -19
  1855. package/typography/esm/title/index.js +3 -3
  1856. package/typography/esm/title-mobile/component.js +3 -3
  1857. package/typography/esm/title-mobile/index.css +14 -14
  1858. package/typography/esm/title-mobile/index.js +2 -2
  1859. package/typography/esm/title-responsive/component.js +3 -3
  1860. package/typography/esm/title-responsive/index.css +41 -41
  1861. package/typography/esm/title-responsive/index.js +2 -2
  1862. package/typography/index.js +2 -2
  1863. package/typography/modern/colors.css +13 -13
  1864. package/typography/modern/colors.module-d667eb30.js +4 -0
  1865. package/typography/modern/common.module-1d33a066.js +4 -0
  1866. package/typography/modern/component.js +2 -2
  1867. package/typography/modern/index.js +2 -2
  1868. package/typography/modern/text/component.js +2 -2
  1869. package/typography/modern/text/index.css +14 -14
  1870. package/typography/modern/text/index.js +1 -1
  1871. package/typography/modern/title/common.css +5 -5
  1872. package/typography/modern/title/component.js +1 -1
  1873. package/typography/modern/title/index.css +19 -19
  1874. package/typography/modern/title/index.js +3 -3
  1875. package/typography/modern/title-mobile/component.js +3 -3
  1876. package/typography/modern/title-mobile/index.css +14 -14
  1877. package/typography/modern/title-mobile/index.js +2 -2
  1878. package/typography/modern/title-responsive/component.js +3 -3
  1879. package/typography/modern/title-responsive/index.css +41 -41
  1880. package/typography/modern/title-responsive/index.js +2 -2
  1881. package/typography/text/component.js +2 -2
  1882. package/typography/text/index.css +14 -14
  1883. package/typography/text/index.js +1 -1
  1884. package/typography/title/common.css +5 -5
  1885. package/typography/title/component.js +1 -1
  1886. package/typography/title/index.css +19 -19
  1887. package/typography/title/index.js +3 -3
  1888. package/typography/title-mobile/component.js +3 -3
  1889. package/typography/title-mobile/index.css +14 -14
  1890. package/typography/title-mobile/index.js +2 -2
  1891. package/typography/title-responsive/component.js +3 -3
  1892. package/typography/title-responsive/index.css +41 -41
  1893. package/typography/title-responsive/index.js +2 -2
  1894. package/vars/CHANGELOG.md +8 -0
  1895. package/vars/dist/CHANGELOG.md +8 -0
  1896. package/vars/dist/package.json +1 -1
  1897. package/with-suffix/CHANGELOG.md +20 -0
  1898. package/with-suffix/Component.js +1 -1
  1899. package/with-suffix/esm/Component.js +1 -1
  1900. package/with-suffix/esm/index.css +9 -9
  1901. package/with-suffix/index.css +9 -9
  1902. package/with-suffix/modern/Component.js +1 -1
  1903. package/with-suffix/modern/index.css +9 -9
  1904. package/calendar-range/modern/index.module-08134176.js +0 -4
  1905. package/grid/esm/gutters.module-bb4b027d.js +0 -27
  1906. package/grid/gutters.module-eb27743e.js +0 -28
  1907. package/grid/modern/gutters.module-3a04c08c.js +0 -4
  1908. package/modal/esm/transitions.module-145d5e99.js +0 -4
  1909. package/modal/modern/transitions.module-145d5e99.js +0 -4
  1910. package/modal/transitions.module-5c921cae.js +0 -4
  1911. package/tabs/esm/index.module-2c5b9b09.js +0 -4
  1912. package/tabs/esm/index.module-94a40fe1.js +0 -4
  1913. package/tabs/index.module-25a7d541.js +0 -4
  1914. package/tabs/index.module-dd0928a6.js +0 -4
  1915. package/tabs/modern/index.module-2c5b9b09.js +0 -4
  1916. package/tabs/modern/index.module-94a40fe1.js +0 -4
  1917. package/typography/common.module-b0c72a21.js +0 -4
  1918. package/typography/esm/common.module-83121d11.js +0 -4
  1919. package/typography/modern/colors.module-0824b9f7.js +0 -4
  1920. package/typography/modern/common.module-83121d11.js +0 -4
@@ -1,323 +1,323 @@
1
- .card-image__cardImage_wp1i3 {
1
+ .card-image__cardImage_1eiou {
2
2
  background: #e7e8ea;
3
3
  }
4
- .card-image__loaded_wp1i3 {
4
+ .card-image__loaded_1eiou {
5
5
  background: transparent
6
- }.badge__component_1cg0t {
6
+ }.backdrop__backdrop_14yy3 {
7
+ -webkit-tap-highlight-color: transparent;
8
+ }
9
+ .backdrop__appear_14yy3,
10
+ .backdrop__enter_14yy3 {
11
+ background-color: transparent;
12
+ }
13
+ .backdrop__appearActive_14yy3,
14
+ .backdrop__enterActive_14yy3,
15
+ .backdrop__appearDone_14yy3,
16
+ .backdrop__enterDone_14yy3 {
17
+ background-color: rgba(0, 0, 0, 0.8);
18
+ }
19
+ .backdrop__exit_14yy3 {
20
+ background-color: rgba(0, 0, 0, 0.8);
21
+ }
22
+ .backdrop__exitActive_14yy3,
23
+ .backdrop__exitDone_14yy3 {
24
+ background-color: transparent;
25
+ }.badge__component_16uhc {
7
26
  background-color: #ef3124;
8
27
  color: #000;
9
28
  }
10
- .badge__outlineCount_1cg0t {
29
+ .badge__outlineCount_16uhc {
11
30
  background-color: #121212;
12
31
  }
13
- .badge__icon_1cg0t {
32
+ .badge__icon_16uhc {
14
33
  color: #2fc26e
15
34
  }
16
- .badge__icon_1cg0t.badge__positive_1cg0t {
35
+ .badge__icon_16uhc.badge__positive_16uhc {
17
36
  color: #2fc26e;
18
37
  background-color: #2fc26e;
19
38
  }
20
- .badge__icon_1cg0t.badge__attention_1cg0t {
39
+ .badge__icon_16uhc.badge__attention_16uhc {
21
40
  color: #f6bf65;
22
41
  background-color: #f6bf65;
23
42
  }
24
- .badge__icon_1cg0t.badge__negative_1cg0t {
43
+ .badge__icon_16uhc.badge__negative_16uhc {
25
44
  color: #d91d0b;
26
45
  background-color: #d91d0b;
27
46
  }
28
- .badge__icon_1cg0t.badge__link_1cg0t {
47
+ .badge__icon_16uhc.badge__link_16uhc {
29
48
  color: #0072ef;
30
49
  background-color: #0072ef;
31
50
  }
32
- .badge__icon_1cg0t.badge__tertiary_1cg0t {
51
+ .badge__icon_16uhc.badge__tertiary_16uhc {
33
52
  color: #464649;
34
53
  background-color: #464649;
35
54
  }
36
- .badge__icon_1cg0t.badge__secondary_1cg0t {
55
+ .badge__icon_16uhc.badge__secondary_16uhc {
37
56
  color: #8d8d93;
38
57
  background-color: #8d8d93;
39
58
  }
40
- .badge__icon_1cg0t.badge__primary_1cg0t {
59
+ .badge__icon_16uhc.badge__primary_16uhc {
41
60
  color: #fff;
42
61
  background-color: #fff;
43
62
  }
44
- .badge__icon_1cg0t:before {
63
+ .badge__icon_16uhc:before {
45
64
  background-color: #121212;
46
65
  }
47
- .badge__outline_1cg0t {
66
+ .badge__outline_16uhc {
48
67
  background-color: #121212;
49
68
  }
50
- .badge__outlineColor_1cg0t.badge__attention_1cg0t {
69
+ .badge__outlineColor_16uhc.badge__attention_16uhc {
51
70
  background-color: #f6bf65;
52
71
  }
53
- .badge__outlineColor_1cg0t.badge__positive_1cg0t {
72
+ .badge__outlineColor_16uhc.badge__positive_16uhc {
54
73
  background-color: #2fc26e;
55
74
  }
56
- .badge__outlineColor_1cg0t.badge__negative_1cg0t {
75
+ .badge__outlineColor_16uhc.badge__negative_16uhc {
57
76
  background-color: #d91d0b;
58
77
  }
59
- .badge__outlineColor_1cg0t.badge__link_1cg0t {
78
+ .badge__outlineColor_16uhc.badge__link_16uhc {
60
79
  background-color: #0072ef;
61
80
  }
62
- .badge__outlineColor_1cg0t .badge__tertiary_1cg0t {
81
+ .badge__outlineColor_16uhc .badge__tertiary_16uhc {
63
82
  background-color: #464649;
64
83
  }
65
- .badge__outlineColor_1cg0t.badge__secondary_1cg0t {
84
+ .badge__outlineColor_16uhc.badge__secondary_16uhc {
66
85
  background-color: #8d8d93;
67
86
  }
68
- .badge__outlineColor_1cg0t.badge__primary_1cg0t {
87
+ .badge__outlineColor_16uhc.badge__primary_16uhc {
69
88
  background-color: #fff;
70
- }.backdrop__backdrop_1a00j {
71
- -webkit-tap-highlight-color: transparent;
72
- }
73
- .backdrop__appear_1a00j,
74
- .backdrop__enter_1a00j {
75
- background-color: transparent;
76
- }
77
- .backdrop__appearActive_1a00j,
78
- .backdrop__enterActive_1a00j,
79
- .backdrop__appearDone_1a00j,
80
- .backdrop__enterDone_1a00j {
81
- background-color: rgba(0, 0, 0, 0.8);
82
- }
83
- .backdrop__exit_1a00j {
84
- background-color: rgba(0, 0, 0, 0.8);
85
- }
86
- .backdrop__exitActive_1a00j,
87
- .backdrop__exitDone_1a00j {
88
- background-color: transparent;
89
- }.checkbox-group__error_8dhr9 {
89
+ }.checkbox-group__error_16jne {
90
90
  border-left: 1px solid #f15045;
91
91
  }
92
- .checkbox-group__label_8dhr9 {
92
+ .checkbox-group__label_16jne {
93
93
  color: #fff;
94
94
  }
95
- .checkbox-group__errorMessage_8dhr9 {
95
+ .checkbox-group__errorMessage_16jne {
96
96
  color: #f15045;
97
97
  }
98
- .checkbox-group__hint_8dhr9 {
98
+ .checkbox-group__hint_16jne {
99
99
  color: #8d8d93;
100
- }.checkbox__box_yrn6c {
100
+ }.checkbox__box_c09y2 {
101
101
  color: #000;
102
102
  background-color: #000;
103
103
  border: 1.5px solid #8d8d93;
104
104
  }
105
- .checkbox__checkedIcon_yrn6c {
105
+ .checkbox__checkedIcon_c09y2 {
106
106
  color: #000;
107
107
  }
108
- .checkbox__component_yrn6c:hover:not(.checkbox__disabled_yrn6c):not(.checkbox__inactive_yrn6c) .checkbox__box_yrn6c {
108
+ .checkbox__component_c09y2:hover:not(.checkbox__disabled_c09y2):not(.checkbox__inactive_c09y2) .checkbox__box_c09y2 {
109
109
  background-color: #000;
110
110
  border-color: #8d8d93;
111
111
  }
112
- .checkbox__component_yrn6c:active:not(.checkbox__disabled_yrn6c):not(.checkbox__inactive_yrn6c) .checkbox__box_yrn6c {
112
+ .checkbox__component_c09y2:active:not(.checkbox__disabled_c09y2):not(.checkbox__inactive_c09y2) .checkbox__box_c09y2 {
113
113
  background-color: #000;
114
114
  border-color: #fff;
115
115
  }
116
- .checkbox__checked_yrn6c .checkbox__box_yrn6c {
116
+ .checkbox__checked_c09y2 .checkbox__box_c09y2 {
117
117
  background-color: #fff;
118
118
  border-color: transparent;
119
119
  }
120
- .checkbox__checked_yrn6c:hover:not(.checkbox__disabled_yrn6c):not(.checkbox__inactive_yrn6c) .checkbox__box_yrn6c {
120
+ .checkbox__checked_c09y2:hover:not(.checkbox__disabled_c09y2):not(.checkbox__inactive_c09y2) .checkbox__box_c09y2 {
121
121
  background-color: rgb(255, 255, 255);
122
122
  border-color: transparent;
123
123
  }
124
- .checkbox__checked_yrn6c:active:not(.checkbox__disabled_yrn6c):not(.checkbox__inactive_yrn6c) .checkbox__box_yrn6c {
124
+ .checkbox__checked_c09y2:active:not(.checkbox__disabled_c09y2):not(.checkbox__inactive_c09y2) .checkbox__box_c09y2 {
125
125
  background-color: rgb(255, 255, 255);
126
126
  border-color: transparent;
127
127
  }
128
- .checkbox__indeterminate_yrn6c .checkbox__box_yrn6c {
128
+ .checkbox__indeterminate_c09y2 .checkbox__box_c09y2 {
129
129
  background-color: #fff;
130
130
  border-color: transparent;
131
131
  }
132
- .checkbox__indeterminate_yrn6c:hover:not(.checkbox__disabled_yrn6c):not(.checkbox__inactive_yrn6c) .checkbox__box_yrn6c {
132
+ .checkbox__indeterminate_c09y2:hover:not(.checkbox__disabled_c09y2):not(.checkbox__inactive_c09y2) .checkbox__box_c09y2 {
133
133
  background-color: rgb(255, 255, 255);
134
134
  border-color: transparent;
135
135
  }
136
- .checkbox__indeterminate_yrn6c:active:not(.checkbox__disabled_yrn6c):not(.checkbox__inactive_yrn6c) .checkbox__box_yrn6c {
136
+ .checkbox__indeterminate_c09y2:active:not(.checkbox__disabled_c09y2):not(.checkbox__inactive_c09y2) .checkbox__box_c09y2 {
137
137
  background-color: rgb(255, 255, 255);
138
138
  border-color: transparent;
139
139
  }
140
- .checkbox__disabled_yrn6c .checkbox__box_yrn6c {
140
+ .checkbox__disabled_c09y2 .checkbox__box_c09y2 {
141
141
  background-color: #000;
142
142
  border-color: #2a2a2c;
143
143
  }
144
- .checkbox__disabled_yrn6c.checkbox__checked_yrn6c .checkbox__box_yrn6c {
144
+ .checkbox__disabled_c09y2.checkbox__checked_c09y2 .checkbox__box_c09y2 {
145
145
  background-color: #3a3a3c;
146
146
  border-color: transparent;
147
147
  }
148
- .checkbox__disabled_yrn6c.checkbox__indeterminate_yrn6c .checkbox__box_yrn6c {
148
+ .checkbox__disabled_c09y2.checkbox__indeterminate_c09y2 .checkbox__box_c09y2 {
149
149
  background-color: #3a3a3c;
150
150
  border-color: transparent;
151
151
  }
152
- .checkbox__disabled_yrn6c .checkbox__label_yrn6c {
152
+ .checkbox__disabled_c09y2 .checkbox__label_c09y2 {
153
153
  color: #8d8d93;
154
154
  }
155
- .checkbox__disabled_yrn6c .checkbox__hint_yrn6c {
155
+ .checkbox__disabled_c09y2 .checkbox__hint_c09y2 {
156
156
  color: #8d8d93;
157
157
  }
158
- .checkbox__inactive_yrn6c .checkbox__box_yrn6c {
158
+ .checkbox__inactive_c09y2 .checkbox__box_c09y2 {
159
159
  background-color: #3a3a3c;
160
160
  border-color: #464649;
161
161
  }
162
- .checkbox__inactive_yrn6c.checkbox__checked_yrn6c .checkbox__box_yrn6c {
162
+ .checkbox__inactive_c09y2.checkbox__checked_c09y2 .checkbox__box_c09y2 {
163
163
  color: #464649;
164
164
  border-color: transparent;
165
165
  }
166
- .checkbox__inactive_yrn6c.checkbox__indeterminate_yrn6c .checkbox__box_yrn6c {
166
+ .checkbox__inactive_c09y2.checkbox__indeterminate_c09y2 .checkbox__box_c09y2 {
167
167
  border-color: transparent;
168
168
  }
169
- .checkbox__focused_yrn6c .checkbox__box_yrn6c {
169
+ .checkbox__focused_c09y2 .checkbox__box_c09y2 {
170
170
  outline: 2px solid #0072ef;
171
171
  }
172
- .checkbox__label_yrn6c {
172
+ .checkbox__label_c09y2 {
173
173
  color: #fff;
174
174
  }
175
- .checkbox__errorMessage_yrn6c {
175
+ .checkbox__errorMessage_c09y2 {
176
176
  color: #f15045;
177
177
  }
178
- .checkbox__hint_yrn6c {
178
+ .checkbox__hint_c09y2 {
179
179
  color: #8d8d93;
180
180
  }
181
- .checkbox__inactive_yrn6c .checkbox__indeterminateLine_yrn6c {
181
+ .checkbox__inactive_c09y2 .checkbox__indeterminateLine_c09y2 {
182
182
  background-color: #464649;
183
183
  }
184
- .checkbox__indeterminateLine_yrn6c {
184
+ .checkbox__indeterminateLine_c09y2 {
185
185
  background-color: #000;
186
- }.divider__component_1h92c {
186
+ }.divider__component_1xwft {
187
187
  border-bottom: 1px solid #2b2b2e;
188
- }.code-input__error_npchm {
188
+ }.dropzone__component_1ynlu {
189
+ border: 2px dashed #464649;
190
+ }
191
+ .dropzone__component_1ynlu:not(.dropzone__disabled_1ynlu):hover {
192
+ background-color: transparent;
193
+ }
194
+ .dropzone__dragOver_1ynlu {
195
+ background-color: transparent;
196
+ }
197
+ .dropzone__error_1ynlu {
198
+ border-color: #ef3124;
199
+ }
200
+ .dropzone__overlay_1mwfj {
201
+ background: #202022;
202
+ }
203
+ .dropzone__text_1mwfj {
204
+ color: #fff;
205
+ }.code-input__error_8803q {
189
206
  color: #f15045;
190
207
  }
191
- @keyframes code-input__shake_npchm {
208
+ @keyframes code-input__shake_8803q {
192
209
  }
193
- .code-input__input_1sjp7 {
210
+ .code-input__input_seeyf {
194
211
  background-color: #202022;
195
212
  color: #fff
196
213
  }
197
- .code-input__input_1sjp7.code-input__hasError_1sjp7 {
214
+ .code-input__input_seeyf.code-input__hasError_seeyf {
198
215
  color: #f15045;
199
216
  caret-color: #fff;
200
217
  background-color: #35110d;
201
218
  }
202
- .code-input__input_1sjp7.code-input__disabled_1sjp7 {
219
+ .code-input__input_seeyf.code-input__disabled_seeyf {
203
220
  color: #464649;
204
221
  }
205
- .code-input__input_1sjp7:-webkit-autofill {
222
+ .code-input__input_seeyf:-webkit-autofill {
206
223
  -webkit-text-fill-color: #fff;
207
- }.dropzone__component_aie4c {
208
- border: 2px dashed #464649;
209
- }
210
- .dropzone__component_aie4c:not(.dropzone__disabled_aie4c):hover {
211
- background-color: transparent;
212
- }
213
- .dropzone__dragOver_aie4c {
214
- background-color: transparent;
215
- }
216
- .dropzone__error_aie4c {
217
- border-color: #ef3124;
218
- }
219
- .dropzone__overlay_11urt {
220
- background: #202022;
221
- }
222
- .dropzone__text_11urt {
223
- color: #fff;
224
- }.form-control__component_yymhu {
224
+ }.form-control__component_z4rem {
225
225
  color: #fff;
226
226
  }
227
- .form-control__inner_yymhu {
227
+ .form-control__inner_z4rem {
228
228
  background-color: #202022;
229
229
  }
230
- .form-control__label_yymhu {
230
+ .form-control__label_z4rem {
231
231
  color: #8d8d93;
232
232
  }
233
- .form-control__hint_yymhu {
233
+ .form-control__hint_z4rem {
234
234
  color: #8d8d93;
235
235
  }
236
- .form-control__disabled_yymhu {
236
+ .form-control__disabled_z4rem {
237
237
  background-color: #202022;
238
238
  color: #8d8d93;
239
239
  }
240
- .form-control__focused_yymhu.form-control__inner_yymhu {
240
+ .form-control__focused_z4rem.form-control__inner_z4rem {
241
241
  background-color: #202022;
242
242
  }
243
- .form-control__inner_yymhu:not(.form-control__disabled_yymhu):hover {
243
+ .form-control__inner_z4rem:not(.form-control__disabled_z4rem):hover {
244
244
  background-color: #202022;
245
245
  }
246
- .form-control__error_yymhu {
246
+ .form-control__error_z4rem {
247
247
  color: #f15045;
248
248
  }
249
- .form-control__hasError_yymhu .form-control__label_yymhu {
249
+ .form-control__hasError_z4rem .form-control__label_z4rem {
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_1qpxh {
254
+ .form-control__component_1qw2e {
255
255
  color: #000;
256
256
  }
257
- .form-control__inner_1qpxh {
257
+ .form-control__inner_1qw2e {
258
258
  background-color: #f3f4f5;
259
259
  }
260
- .form-control__label_1qpxh {
260
+ .form-control__label_1qw2e {
261
261
  color: rgba(60, 60, 67, 0.6);
262
262
  }
263
- .form-control__hint_1qpxh {
263
+ .form-control__hint_1qw2e {
264
264
  color: rgba(60, 60, 67, 0.6);
265
265
  }
266
- .form-control__disabled_1qpxh {
266
+ .form-control__disabled_1qw2e {
267
267
  background-color: #f3f4f5;
268
268
  color: rgba(60, 60, 67, 0.6);
269
269
  }
270
- .form-control__focused_1qpxh.form-control__inner_1qpxh {
270
+ .form-control__focused_1qw2e.form-control__inner_1qw2e {
271
271
  background-color: #f3f4f5;
272
272
  }
273
- .form-control__inner_1qpxh:not(.form-control__disabled_1qpxh):hover {
273
+ .form-control__inner_1qw2e:not(.form-control__disabled_1qw2e):hover {
274
274
  background-color: #f3f4f5;
275
275
  }
276
- .form-control__error_1qpxh {
276
+ .form-control__error_1qw2e {
277
277
  color: #ef3124;
278
278
  }
279
- .form-control__hasError_1qpxh .form-control__label_1qpxh {
279
+ .form-control__hasError_1qw2e .form-control__label_1qw2e {
280
280
  color: #ef3124;
281
- }.hatching-progress-bar__container_15mmc {
281
+ }.hatching-progress-bar__container_185xw {
282
282
  background: rgba(255, 255, 255, 0.1);
283
283
  }
284
- .hatching-progress-bar__hatch_15mmc {
284
+ .hatching-progress-bar__hatch_185xw {
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_15mmc {
291
+ .hatching-progress-bar__positive_185xw {
292
292
  background: #2fc26e;
293
293
  }
294
- .hatching-progress-bar__attention_15mmc {
294
+ .hatching-progress-bar__attention_185xw {
295
295
  background: #f6bf65;
296
296
  }
297
- .hatching-progress-bar__negative_15mmc {
297
+ .hatching-progress-bar__negative_185xw {
298
298
  background: #d91d0b;
299
299
  }
300
- .hatching-progress-bar__link_15mmc {
300
+ .hatching-progress-bar__link_185xw {
301
301
  background: #0072ef;
302
302
  }
303
- .hatching-progress-bar__tertiary_15mmc {
303
+ .hatching-progress-bar__tertiary_185xw {
304
304
  background: #464649;
305
305
  }
306
- .hatching-progress-bar__secondary_15mmc {
306
+ .hatching-progress-bar__secondary_185xw {
307
307
  background: #8d8d93;
308
308
  }
309
- .hatching-progress-bar__primary_15mmc {
309
+ .hatching-progress-bar__primary_185xw {
310
310
  background: #fff;
311
311
  }
312
- .hatching-progress-bar__accent_15mmc {
312
+ .hatching-progress-bar__accent_185xw {
313
313
  background: #ef3124;
314
- }.icon-view__component_y4q7v {
314
+ }.icon-view__component_1tf9i {
315
315
  color: rgba(235, 235, 245, 0.6);
316
316
  }
317
- .icon-view__bg_y4q7v {
317
+ .icon-view__bg_1tf9i {
318
318
  fill: #f3f4f5;
319
319
  }
320
- .icon-view__border_y4q7v {
320
+ .icon-view__border_1tf9i {
321
321
  stroke: rgba(255, 255, 255, 0.1);
322
322
  fill: transparent;
323
323
  }@media (max-width: 599px) {
@@ -368,245 +368,245 @@
368
368
  }
369
369
  @media (min-width: 1920px) {
370
370
  }
371
- .list__list_160dn {
371
+ .list__list_1iz6p {
372
372
  color: #fff;
373
373
  }
374
- .list__slot_160dn {
374
+ .list__slot_1iz6p {
375
375
  color: #fff;
376
- }.link__primary_sol8t {
376
+ }.link__primary_1kvf1 {
377
377
  color: #fff;
378
378
  border-bottom-color: #fff
379
379
  }
380
- .link__primary_sol8t:hover {
380
+ .link__primary_1kvf1:hover {
381
381
  color: rgb(255, 255, 255);
382
382
  }
383
- .link__primary_sol8t:active {
383
+ .link__primary_1kvf1:active {
384
384
  color: rgb(255, 255, 255);
385
385
  }
386
- .link__secondary_sol8t {
386
+ .link__secondary_1kvf1 {
387
387
  color: #8d8d93;
388
388
  border-bottom-color: #8d8d93
389
389
  }
390
- .link__secondary_sol8t:hover {
390
+ .link__secondary_1kvf1:hover {
391
391
  color: rgb(164, 164, 169);
392
392
  }
393
- .link__secondary_sol8t:active {
393
+ .link__secondary_1kvf1:active {
394
394
  color: rgb(187, 187, 190);
395
395
  }
396
- .link__defaultView_sol8t {
396
+ .link__defaultView_1kvf1 {
397
397
  color: #0072ef;
398
398
  border-bottom-color: #0072ef
399
399
  }
400
- .link__defaultView_sol8t:hover {
400
+ .link__defaultView_1kvf1:hover {
401
401
  color: rgb(51, 142, 242);
402
402
  }
403
- .link__defaultView_sol8t:active {
403
+ .link__defaultView_1kvf1:active {
404
404
  color: rgb(102, 170, 245);
405
405
  }
406
- .link__component_gv1xl:hover .link__text_gv1xl,
407
- .link__component_gv1xl:active .link__text_gv1xl {
406
+ .link__component_biwhn:hover .link__text_biwhn,
407
+ .link__component_biwhn:active .link__text_biwhn {
408
408
  border-bottom-color: rgba(0, 0, 0, 0);
409
409
  }
410
- .link__focused_gv1xl {
410
+ .link__focused_biwhn {
411
411
  outline: 2px solid #0072ef;
412
412
  }
413
- .link__primary_1qn8m {
413
+ .link__primary_jsydl {
414
414
  color: #000;
415
415
  border-bottom-color: #000
416
416
  }
417
- .link__primary_1qn8m:hover {
417
+ .link__primary_jsydl:hover {
418
418
  color: rgb(204, 204, 204);
419
419
  }
420
- .link__primary_1qn8m:active {
420
+ .link__primary_jsydl:active {
421
421
  color: rgb(153, 153, 153);
422
422
  }
423
- .link__secondary_1qn8m {
423
+ .link__secondary_jsydl {
424
424
  color: #8a8a8e;
425
425
  border-bottom-color: #8a8a8e
426
426
  }
427
- .link__secondary_1qn8m:hover {
427
+ .link__secondary_jsydl:hover {
428
428
  color: rgb(146, 150, 156);
429
429
  }
430
- .link__secondary_1qn8m:active {
430
+ .link__secondary_jsydl:active {
431
431
  color: rgb(109, 113, 117);
432
432
  }
433
- .link__defaultView_1qn8m {
433
+ .link__defaultView_jsydl {
434
434
  color: #0072ef;
435
435
  border-bottom-color: #0072ef
436
436
  }
437
- .link__defaultView_1qn8m:hover {
437
+ .link__defaultView_jsydl:hover {
438
438
  color: rgb(0, 98, 204);
439
439
  }
440
- .link__defaultView_1qn8m:active {
440
+ .link__defaultView_jsydl:active {
441
441
  color: rgb(0, 73, 153);
442
- }@keyframes loader__blink_1v0of {
443
- }.progress-bar__container_sqv5v {
442
+ }@keyframes loader__blink_45ksj {
443
+ }.progress-bar__container_jy1bh {
444
444
  background: rgba(255, 255, 255, 0.1)
445
445
  }
446
- .progress-bar__filled_sqv5v.progress-bar__positive_sqv5v {
446
+ .progress-bar__filled_jy1bh.progress-bar__positive_jy1bh {
447
447
  background: #2fc26e;
448
448
  }
449
- .progress-bar__filled_sqv5v.progress-bar__negative_sqv5v {
449
+ .progress-bar__filled_jy1bh.progress-bar__negative_jy1bh {
450
450
  background: #d91d0b;
451
451
  }
452
- .progress-bar__filled_sqv5v.progress-bar__attention_sqv5v {
452
+ .progress-bar__filled_jy1bh.progress-bar__attention_jy1bh {
453
453
  background: #f6bf65;
454
454
  }
455
- .progress-bar__filled_sqv5v.progress-bar__link_sqv5v {
455
+ .progress-bar__filled_jy1bh.progress-bar__link_jy1bh {
456
456
  background: #0072ef;
457
457
  }
458
- .progress-bar__filled_sqv5v.progress-bar__tertiary_sqv5v {
458
+ .progress-bar__filled_jy1bh.progress-bar__tertiary_jy1bh {
459
459
  background: #464649;
460
460
  }
461
- .progress-bar__filled_sqv5v.progress-bar__secondary_sqv5v {
461
+ .progress-bar__filled_jy1bh.progress-bar__secondary_jy1bh {
462
462
  background: #8d8d93;
463
463
  }
464
- .progress-bar__filled_sqv5v.progress-bar__primary_sqv5v {
464
+ .progress-bar__filled_jy1bh.progress-bar__primary_jy1bh {
465
465
  background: #fff;
466
466
  }
467
- .progress-bar__filled_sqv5v.progress-bar__accent_sqv5v {
467
+ .progress-bar__filled_jy1bh.progress-bar__accent_jy1bh {
468
468
  background: #ef3124;
469
- }.pure-input__input_f3rre {
469
+ }.pure-input__input_1xclx {
470
470
  color: #fff;
471
471
  caret-color: #0072ef;
472
472
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
473
473
  }
474
- .pure-input__input_f3rre:-webkit-autofill {
474
+ .pure-input__input_1xclx:-webkit-autofill {
475
475
  -webkit-text-fill-color: #fff;
476
476
  }
477
- .pure-input__input_f3rre::placeholder {
477
+ .pure-input__input_1xclx::placeholder {
478
478
  color: #8d8d93;
479
479
  }
480
- .pure-input__hasLabel_f3rre::placeholder {
480
+ .pure-input__hasLabel_1xclx::placeholder {
481
481
  color: #464649;
482
482
  }
483
- .pure-input__clearIcon_f3rre {
483
+ .pure-input__clearIcon_1xclx {
484
484
  color: #fff;
485
485
  }
486
- .pure-input__input_f3rre:read-only {
486
+ .pure-input__input_1xclx:read-only {
487
487
  color: #8d8d93
488
488
  }
489
- .pure-input__input_f3rre:read-only:focus::placeholder {
489
+ .pure-input__input_1xclx:read-only:focus::placeholder {
490
490
  color: #8d8d93;
491
491
  }
492
- .pure-input__input_f3rre:disabled {
492
+ .pure-input__input_1xclx:disabled {
493
493
  color: #fff;
494
494
  -webkit-text-fill-color: #fff;
495
495
  }
496
- .pure-input__input_f3rre:focus::placeholder {
496
+ .pure-input__input_1xclx:focus::placeholder {
497
497
  color: rgba(235, 235, 245, 0.3);
498
498
  }
499
- .pure-input__error_f3rre {
499
+ .pure-input__error_1xclx {
500
500
  color: #f15045;
501
501
  caret-color: #f15045;
502
502
  }
503
- .pure-input__component_f3rre {
503
+ .pure-input__component_1xclx {
504
504
  color: #fff;
505
505
  background-color: #202022;
506
506
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
507
507
  }
508
- .pure-input__component_f3rre::placeholder {
508
+ .pure-input__component_1xclx::placeholder {
509
509
  color: #8d8d93;
510
510
  }
511
- .pure-input__component_f3rre:disabled {
511
+ .pure-input__component_1xclx:disabled {
512
512
  color: #fff;
513
513
  background-color: #202022;
514
514
  }
515
- .pure-input__component_f3rre:not(:disabled):focus::placeholder {
515
+ .pure-input__component_1xclx:not(:disabled):focus::placeholder {
516
516
  color: rgba(235, 235, 245, 0.3);
517
517
  }
518
- .pure-input__focusVisible_f3rre {
518
+ .pure-input__focusVisible_1xclx {
519
519
  outline: 2px solid #0072ef;
520
520
  }
521
- .pure-input__component_f3rre:not(:disabled):hover {
521
+ .pure-input__component_1xclx:not(:disabled):hover {
522
522
  background-color: #202022;
523
- }.radio-group__error_1o2jr {
523
+ }.radio-group__error_1ebqu {
524
524
  border-left: 1px solid #f15045;
525
525
  }
526
- .radio-group__label_1o2jr {
526
+ .radio-group__label_1ebqu {
527
527
  color: #fff;
528
528
  }
529
- .radio-group__errorMessage_1o2jr {
529
+ .radio-group__errorMessage_1ebqu {
530
530
  color: #f15045;
531
531
  }
532
- .radio-group__hint_1o2jr {
532
+ .radio-group__hint_1ebqu {
533
533
  color: #8d8d93;
534
- }.radio__container_n5hry:not(.radio__checked_n5hry):not(.radio__disabled_n5hry):not(.radio__inactive_n5hry) .radio__circle_n5hry {
534
+ }.radio__container_m1s0r:not(.radio__checked_m1s0r):not(.radio__disabled_m1s0r):not(.radio__inactive_m1s0r) .radio__circle_m1s0r {
535
535
  background-color: #000;
536
536
  border: 1.5px solid #8d8d93;
537
537
  }
538
- .radio__container_n5hry:not(.radio__checked_n5hry):not(.radio__disabled_n5hry):not(.radio__inactive_n5hry):hover:not(:active) .radio__circle_n5hry {
538
+ .radio__container_m1s0r:not(.radio__checked_m1s0r):not(.radio__disabled_m1s0r):not(.radio__inactive_m1s0r):hover:not(:active) .radio__circle_m1s0r {
539
539
  background-color: #000;
540
540
  border-color: #8d8d93;
541
541
  }
542
- .radio__container_n5hry:not(.radio__checked_n5hry):not(.radio__disabled_n5hry):not(.radio__inactive_n5hry):active .radio__circle_n5hry {
542
+ .radio__container_m1s0r:not(.radio__checked_m1s0r):not(.radio__disabled_m1s0r):not(.radio__inactive_m1s0r):active .radio__circle_m1s0r {
543
543
  background-color: #000;
544
544
  border-color: #fff;
545
545
  }
546
- .radio__container_n5hry.radio__disabled_n5hry .radio__circle_n5hry {
546
+ .radio__container_m1s0r.radio__disabled_m1s0r .radio__circle_m1s0r {
547
547
  background-color: #000;
548
548
  border: 1.5px solid #2a2a2c;
549
549
  }
550
- .radio__container_n5hry.radio__disabled_n5hry .radio__label_n5hry {
550
+ .radio__container_m1s0r.radio__disabled_m1s0r .radio__label_m1s0r {
551
551
  color: #8d8d93;
552
552
  }
553
- .radio__container_n5hry.radio__disabled_n5hry .radio__hint_n5hry {
553
+ .radio__container_m1s0r.radio__disabled_m1s0r .radio__hint_m1s0r {
554
554
  color: #8d8d93;
555
555
  }
556
- .radio__container_n5hry.radio__inactive_n5hry .radio__circle_n5hry {
556
+ .radio__container_m1s0r.radio__inactive_m1s0r .radio__circle_m1s0r {
557
557
  background-color: #3a3a3c;
558
558
  border: 1px solid #464649;
559
559
  }
560
- .radio__container_n5hry.radio__inactive_n5hry.radio__checked_n5hry .radio__circle_n5hry:before {
560
+ .radio__container_m1s0r.radio__inactive_m1s0r.radio__checked_m1s0r .radio__circle_m1s0r:before {
561
561
  background-color: #464649;
562
562
  }
563
- .radio__container_n5hry.radio__checked_n5hry .radio__circle_n5hry {
563
+ .radio__container_m1s0r.radio__checked_m1s0r .radio__circle_m1s0r {
564
564
  background-color: #fff;
565
565
  border: 1.5px solid transparent;
566
566
  }
567
- .radio__container_n5hry.radio__checked_n5hry:hover .radio__circle_n5hry {
567
+ .radio__container_m1s0r.radio__checked_m1s0r:hover .radio__circle_m1s0r {
568
568
  background-color: rgb(255, 255, 255);
569
569
  border-color: transparent;
570
570
  }
571
- .radio__container_n5hry.radio__checked_n5hry:active .radio__circle_n5hry {
571
+ .radio__container_m1s0r.radio__checked_m1s0r:active .radio__circle_m1s0r {
572
572
  background-color: rgb(255, 255, 255);
573
573
  border-color: transparent;
574
574
  }
575
- .radio__container_n5hry.radio__focused_n5hry .radio__circle_n5hry {
575
+ .radio__container_m1s0r.radio__focused_m1s0r .radio__circle_m1s0r {
576
576
  outline: 2px solid #0072ef;
577
577
  }
578
- .radio__container_n5hry.radio__disabled_n5hry.radio__checked_n5hry .radio__circle_n5hry,
579
- .radio__container_n5hry.radio__inactive_n5hry.radio__checked_n5hry .radio__circle_n5hry {
578
+ .radio__container_m1s0r.radio__disabled_m1s0r.radio__checked_m1s0r .radio__circle_m1s0r,
579
+ .radio__container_m1s0r.radio__inactive_m1s0r.radio__checked_m1s0r .radio__circle_m1s0r {
580
580
  background-color: #3a3a3c;
581
581
  border-color: transparent;
582
582
  }
583
- .radio__circle_n5hry:before {
583
+ .radio__circle_m1s0r:before {
584
584
  background-color: #000;
585
585
  }
586
- .radio__label_n5hry {
586
+ .radio__label_m1s0r {
587
587
  color: #fff;
588
588
  }
589
- .radio__hint_n5hry {
589
+ .radio__hint_m1s0r {
590
590
  color: #8d8d93;
591
- }.scrollbar__component_1ymog .scrollbar:before {
591
+ }.scrollbar__component_46n8t .scrollbar:before {
592
592
  background-color: rgba(255, 255, 255, 0.3);
593
593
  }
594
- .scrollbar__component_1ymog.dragging .track .scrollbar.visible:before {
594
+ .scrollbar__component_46n8t.dragging .track .scrollbar.visible:before {
595
595
  background-color: rgba(255, 255, 255, 0.6);
596
596
  }
597
597
 
598
- .scrollbar__component_1vvm6 .scrollbar:before {
598
+ .scrollbar__component_43w6i .scrollbar:before {
599
599
  background-color: rgba(0, 0, 0, 0.3);
600
600
  }
601
- .scrollbar__component_1vvm6.dragging .track .scrollbar.visible:before {
601
+ .scrollbar__component_43w6i.dragging .track .scrollbar.visible:before {
602
602
  background-color: rgba(0, 0, 0, 0.6);
603
- }.skeleton__component_1kd0u {
603
+ }.skeleton__component_gro3z {
604
604
  color: transparent;
605
605
  }
606
- .skeleton__component_1kd0u:before {
606
+ .skeleton__component_gro3z:before {
607
607
  background: rgba(255, 255, 255, 0.1);
608
608
  }
609
- .skeleton__animate_1kd0u:after {
609
+ .skeleton__animate_gro3z:after {
610
610
  background: rgba(255, 255, 255, 0.1);
611
611
  background-image: linear-gradient(
612
612
  to left,
@@ -617,243 +617,243 @@
617
617
  rgba(0, 0, 0, 0)
618
618
  );
619
619
  }
620
- @keyframes skeleton__gradient_1kd0u {
620
+ @keyframes skeleton__gradient_gro3z {
621
621
  }
622
- @keyframes skeleton__background_1kd0u {
622
+ @keyframes skeleton__background_gro3z {
623
623
  0% {
624
624
  background: rgb(182, 188, 195);
625
625
  }
626
626
  100% {
627
627
  background: rgb(198, 205, 214);
628
628
  }
629
- }.slider__component_i9vfq .noUi-base:hover {
629
+ }.slider__component_ck9k0 .noUi-base:hover {
630
630
  background: #2a2a2c
631
631
  }
632
- .slider__component_i9vfq .noUi-base:hover .noUi-connect {
632
+ .slider__component_ck9k0 .noUi-base:hover .noUi-connect {
633
633
  background: #d91d0b;
634
634
  }
635
- .slider__component_i9vfq .noUi-handle:hover .noUi-touch-area {
635
+ .slider__component_ck9k0 .noUi-handle:hover .noUi-touch-area {
636
636
  background: rgb(240, 63, 51);
637
637
  }
638
- .slider__component_i9vfq .noUi-handle:active .noUi-touch-area {
638
+ .slider__component_ck9k0 .noUi-handle:active .noUi-touch-area {
639
639
  background: rgb(241, 80, 69);
640
640
  }
641
- .slider__component_i9vfq .noUi-base {
641
+ .slider__component_ck9k0 .noUi-base {
642
642
  background: #2a2a2c;
643
643
  }
644
- .slider__component_i9vfq .noUi-connect {
644
+ .slider__component_ck9k0 .noUi-connect {
645
645
  background: #d91d0b;
646
646
  }
647
- .slider__component_i9vfq .noUi-handle {
647
+ .slider__component_ck9k0 .noUi-handle {
648
648
  border: 2px solid transparent;
649
649
  }
650
- .slider__component_i9vfq .noUi-touch-area {
650
+ .slider__component_ck9k0 .noUi-touch-area {
651
651
  background: #ef3124;
652
652
  }
653
- .slider__component_i9vfq .noUi-pips {
653
+ .slider__component_ck9k0 .noUi-pips {
654
654
  color: #8d8d93;
655
- }.spinner__default_18udk {
655
+ }.spinner__default_qfwlk {
656
656
  color: #fff;
657
657
  }
658
- .spinner__inverted_18udk {
658
+ .spinner__inverted_qfwlk {
659
659
  color: #000;
660
660
  }
661
- @keyframes spinner__spin_animation_18udk {
662
- }.status__soft_mbps7.status__green_mbps7 {
661
+ @keyframes spinner__spin_animation_qfwlk {
662
+ }.status__soft_f8520.status__green_f8520 {
663
663
  background: rgba(19, 164, 99, 0.1);
664
664
  color: #13a463;
665
665
  }
666
- .status__soft_mbps7.status__orange_mbps7 {
666
+ .status__soft_f8520.status__orange_f8520 {
667
667
  background: rgba(222, 106, 0, 0.1);
668
668
  color: #de6a00;
669
669
  }
670
- .status__soft_mbps7.status__red_mbps7 {
670
+ .status__soft_f8520.status__red_f8520 {
671
671
  background: rgba(217, 29, 11, 0.1);
672
672
  color: #d91d0b;
673
673
  }
674
- .status__soft_mbps7.status__blue_mbps7 {
674
+ .status__soft_f8520.status__blue_f8520 {
675
675
  background: rgba(0, 122, 255, 0.1);
676
676
  color: #007aff;
677
677
  }
678
- .status__soft_mbps7.status__grey_mbps7 {
678
+ .status__soft_f8520.status__grey_f8520 {
679
679
  background: rgba(109, 121, 134, 0.1);
680
680
  color: #6d7986;
681
681
  }
682
- .status__soft_mbps7.status__teal_mbps7 {
682
+ .status__soft_f8520.status__teal_f8520 {
683
683
  background: rgba(33, 145, 135, 0.1);
684
684
  color: #219187;
685
685
  }
686
- .status__soft_mbps7.status__purple_mbps7 {
686
+ .status__soft_f8520.status__purple_f8520 {
687
687
  background: rgba(103, 58, 183, 0.1);
688
688
  color: #673ab7;
689
689
  }
690
- .status__contrast_mbps7 {
690
+ .status__contrast_f8520 {
691
691
  color: #000
692
692
  }
693
- .status__contrast_mbps7.status__green_mbps7 {
693
+ .status__contrast_f8520.status__green_f8520 {
694
694
  background: #13a463;
695
695
  }
696
- .status__contrast_mbps7.status__orange_mbps7 {
696
+ .status__contrast_f8520.status__orange_f8520 {
697
697
  background: #de6a00;
698
698
  }
699
- .status__contrast_mbps7.status__red_mbps7 {
699
+ .status__contrast_f8520.status__red_f8520 {
700
700
  background: #d91d0b;
701
701
  }
702
- .status__contrast_mbps7.status__blue_mbps7 {
702
+ .status__contrast_f8520.status__blue_f8520 {
703
703
  background: #007aff;
704
704
  }
705
- .status__contrast_mbps7.status__grey_mbps7 {
705
+ .status__contrast_f8520.status__grey_f8520 {
706
706
  background: #6d7986;
707
707
  }
708
- .status__contrast_mbps7.status__teal_mbps7 {
708
+ .status__contrast_f8520.status__teal_f8520 {
709
709
  background: #219187;
710
710
  }
711
- .status__contrast_mbps7.status__purple_mbps7 {
711
+ .status__contrast_f8520.status__purple_f8520 {
712
712
  background: #673ab7;
713
- }.switch__component_j3azs {
713
+ }.switch__component_186kq {
714
714
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
715
715
  }
716
- .switch__switch_j3azs {
716
+ .switch__switch_186kq {
717
717
  background-color: #8d8d93;
718
718
  border: 2px solid #8d8d93;
719
719
  }
720
- .switch__switch_j3azs:before {
720
+ .switch__switch_186kq:before {
721
721
  background-color: #000;
722
722
  }
723
- .switch__label_j3azs {
723
+ .switch__label_186kq {
724
724
  color: #fff;
725
725
  }
726
- .switch__hint_j3azs {
726
+ .switch__hint_186kq {
727
727
  color: #8d8d93;
728
728
  }
729
- .switch__checked_j3azs .switch__switch_j3azs {
729
+ .switch__checked_186kq .switch__switch_186kq {
730
730
  background-color: #ef3124;
731
731
  border-color: #ef3124;
732
732
  }
733
- .switch__disabled_j3azs .switch__switch_j3azs {
733
+ .switch__disabled_186kq .switch__switch_186kq {
734
734
  background-color: #2a2a2c;
735
735
  border-color: #2a2a2c;
736
736
  }
737
- .switch__disabled_j3azs .switch__label_j3azs {
737
+ .switch__disabled_186kq .switch__label_186kq {
738
738
  color: #8d8d93;
739
739
  }
740
- .switch__disabled_j3azs .switch__hint_j3azs {
740
+ .switch__disabled_186kq .switch__hint_186kq {
741
741
  color: #8d8d93;
742
742
  }
743
- .switch__inactive_j3azs .switch__switch_j3azs {
743
+ .switch__inactive_186kq .switch__switch_186kq {
744
744
  background-color: #2a2a2c;
745
745
  border-color: #2a2a2c
746
746
  }
747
- .switch__inactive_j3azs .switch__switch_j3azs:before {
747
+ .switch__inactive_186kq .switch__switch_186kq:before {
748
748
  background-color: #464649;
749
749
  }
750
- .switch__focused_j3azs .switch__switch_j3azs {
750
+ .switch__focused_186kq .switch__switch_186kq {
751
751
  outline: 2px solid #0072ef;
752
- }.tag__component_i60qu {
752
+ }.tag__component_wmkh2 {
753
753
  color: #fff;
754
754
  border-color: transparent;
755
755
  background-color: #202022
756
756
  }
757
- .tag__component_i60qu:disabled {
757
+ .tag__component_wmkh2:disabled {
758
758
  border-color: transparent;
759
759
  color: #464649;
760
760
  background-color: rgba(32, 32, 34, 0.3);
761
761
  }
762
- .tag__component_i60qu:hover:not(:disabled) {
762
+ .tag__component_wmkh2:hover:not(:disabled) {
763
763
  border-color: transparent;
764
764
  background-color: #202022;
765
765
  }
766
- .tag__component_i60qu:active:not(:disabled) {
766
+ .tag__component_wmkh2:active:not(:disabled) {
767
767
  border-color: transparent;
768
768
  background-color: rgb(65, 65, 67);
769
769
  color: #fff;
770
770
  }
771
- .tag__checked_i60qu {
771
+ .tag__checked_wmkh2 {
772
772
  border-color: transparent;
773
773
  background-color: #f3f4f5;
774
774
  color: #000
775
775
  }
776
- .tag__checked_i60qu:disabled {
776
+ .tag__checked_wmkh2:disabled {
777
777
  background-color: rgba(243, 244, 245, 0.3);
778
778
  border-color: transparent;
779
779
  color: #000;
780
780
  }
781
- .tag__checked_i60qu:hover:not(:disabled):not(:active) {
781
+ .tag__checked_wmkh2:hover:not(:disabled):not(:active) {
782
782
  background-color: #f3f4f5;
783
783
  }
784
- .tag__checked_i60qu:active:not(:disabled) {
784
+ .tag__checked_wmkh2:active:not(:disabled) {
785
785
  background-color: rgb(194, 195, 196);
786
786
  color: #000;
787
787
  }
788
- .tag__focused_x1aq5 {
788
+ .tag__focused_1q376 {
789
789
  outline: 2px solid #0072ef;
790
790
  }
791
- .tag__component_vo61y {
791
+ .tag__component_1a4ps {
792
792
  color: #fff;
793
793
  border-color: #464649;
794
794
  background-color: transparent
795
795
  }
796
- .tag__component_vo61y:disabled {
796
+ .tag__component_1a4ps:disabled {
797
797
  border-color: #2b2b2e;
798
798
  color: #464649;
799
799
  background-color: transparent;
800
800
  }
801
- .tag__component_vo61y:hover:not(:disabled) {
801
+ .tag__component_1a4ps:hover:not(:disabled) {
802
802
  border-color: #fff;
803
803
  background-color: transparent;
804
804
  }
805
- .tag__component_vo61y:active:not(:disabled) {
805
+ .tag__component_1a4ps:active:not(:disabled) {
806
806
  border-color: #fff;
807
807
  background-color: rgba(255, 255, 255, 0.07);
808
808
  color: #fff;
809
809
  }
810
- .tag__checked_vo61y {
810
+ .tag__checked_1a4ps {
811
811
  border-color: #fff;
812
812
  background-color: #fff;
813
813
  color: #000
814
814
  }
815
- .tag__checked_vo61y:disabled {
815
+ .tag__checked_1a4ps:disabled {
816
816
  background-color: rgba(255, 255, 255, 0.3);
817
817
  border-color: transparent;
818
818
  color: #000;
819
819
  }
820
- .tag__checked_vo61y:active:not(:disabled) {
820
+ .tag__checked_1a4ps:active:not(:disabled) {
821
821
  background-color: rgb(217, 217, 217);
822
822
  color: #000;
823
- }.typography__tertiary_94lj0 {
823
+ }.typography__tertiary_14rcd {
824
824
  color: #464649;
825
825
  }
826
- .typography__disabled_94lj0 {
826
+ .typography__disabled_14rcd {
827
827
  color: #2a2a2c;
828
828
  }
829
- .typography__accent_94lj0 {
829
+ .typography__accent_14rcd {
830
830
  color: #ef3124;
831
831
  }
832
- .typography__primary_94lj0 {
832
+ .typography__primary_14rcd {
833
833
  color: #fff;
834
834
  }
835
- .typography__attention_94lj0 {
835
+ .typography__attention_14rcd {
836
836
  color: #cb830f;
837
837
  }
838
- .typography__positive_94lj0 {
838
+ .typography__positive_14rcd {
839
839
  color: #13a463;
840
840
  }
841
- .typography__secondary_94lj0 {
841
+ .typography__secondary_14rcd {
842
842
  color: #8d8d93;
843
843
  }
844
- .typography__tertiary-inverted_94lj0 {
844
+ .typography__tertiary-inverted_14rcd {
845
845
  color: #c5c5c7;
846
846
  }
847
- .typography__primary-inverted_94lj0 {
847
+ .typography__primary-inverted_14rcd {
848
848
  color: #000;
849
849
  }
850
- .typography__secondary-inverted_94lj0 {
850
+ .typography__secondary-inverted_14rcd {
851
851
  color: #8a8a8e;
852
852
  }
853
- .typography__link_94lj0 {
853
+ .typography__link_14rcd {
854
854
  color: #0072ef;
855
855
  }
856
- .typography__negative_94lj0 {
856
+ .typography__negative_14rcd {
857
857
  color: #f15045;
858
858
  }
859
859
 
@@ -863,783 +863,809 @@
863
863
  @media screen and (min-width: 600px) {
864
864
  }
865
865
  @media screen and (min-width: 1024px) {
866
- }.textarea__input_6ssxw {
866
+ }.textarea__input_y7bu0 {
867
867
  color: #fff;
868
868
  caret-color: #0072ef;
869
869
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
870
870
  }
871
- .textarea__input_6ssxw:-webkit-autofill {
871
+ .textarea__input_y7bu0:-webkit-autofill {
872
872
  -webkit-text-fill-color: #fff;
873
873
  }
874
- .textarea__input_6ssxw::placeholder {
874
+ .textarea__input_y7bu0::placeholder {
875
875
  color: #8d8d93;
876
876
  }
877
- .textarea__hasLabel_6ssxw::placeholder {
877
+ .textarea__hasLabel_y7bu0::placeholder {
878
878
  color: #464649;
879
879
  }
880
- .textarea__clearIcon_6ssxw {
880
+ .textarea__clearIcon_y7bu0 {
881
881
  color: #fff;
882
882
  }
883
- .textarea__input_6ssxw:read-only {
883
+ .textarea__input_y7bu0:read-only {
884
884
  color: #8d8d93
885
885
  }
886
- .textarea__input_6ssxw:read-only:focus::placeholder {
886
+ .textarea__input_y7bu0:read-only:focus::placeholder {
887
887
  color: #8d8d93;
888
888
  }
889
- .textarea__input_6ssxw:disabled {
889
+ .textarea__input_y7bu0:disabled {
890
890
  color: #fff;
891
891
  -webkit-text-fill-color: #fff;
892
892
  }
893
- .textarea__input_6ssxw:focus::placeholder {
893
+ .textarea__input_y7bu0:focus::placeholder {
894
894
  color: rgba(235, 235, 245, 0.3);
895
895
  }
896
- .textarea__error_6ssxw {
896
+ .textarea__error_y7bu0 {
897
897
  color: #f15045;
898
898
  caret-color: #f15045;
899
899
  }
900
- .textarea__textarea_6ssxw {
900
+ .textarea__textarea_y7bu0 {
901
901
  color: #fff;
902
902
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
903
903
  }
904
- .textarea__textarea_6ssxw::placeholder {
904
+ .textarea__textarea_y7bu0::placeholder {
905
905
  color: #8d8d93;
906
906
  }
907
- .textarea__hasLabel_6ssxw::placeholder {
907
+ .textarea__hasLabel_y7bu0::placeholder {
908
908
  color: #464649;
909
909
  }
910
- .textarea__textarea_6ssxw:disabled {
910
+ .textarea__textarea_y7bu0:disabled {
911
911
  color: #fff;
912
912
  -webkit-text-fill-color: #fff;
913
913
  }
914
- .textarea__textarea_6ssxw:read-only {
914
+ .textarea__textarea_y7bu0:read-only {
915
915
  color: #8d8d93;
916
916
  }
917
- .textarea__textarea_6ssxw:focus::placeholder {
917
+ .textarea__textarea_y7bu0:focus::placeholder {
918
918
  color: rgba(235, 235, 245, 0.3);
919
919
  }
920
- .textarea__focusVisible_p6ppo {
920
+ .textarea__focusVisible_1iibf {
921
921
  outline: 2px solid #0072ef;
922
922
  }
923
- .textarea__input_1w82q {
923
+ .textarea__input_olhkb {
924
924
  color: #000;
925
925
  caret-color: #0072ef;
926
926
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
927
927
  }
928
- .textarea__input_1w82q:-webkit-autofill {
928
+ .textarea__input_olhkb:-webkit-autofill {
929
929
  -webkit-text-fill-color: #000;
930
930
  }
931
- .textarea__input_1w82q::placeholder {
931
+ .textarea__input_olhkb::placeholder {
932
932
  color: rgba(60, 60, 67, 0.6);
933
933
  }
934
- .textarea__hasLabel_1w82q::placeholder {
934
+ .textarea__hasLabel_olhkb::placeholder {
935
935
  color: #c5c5c7;
936
936
  }
937
- .textarea__clearIcon_1w82q {
937
+ .textarea__clearIcon_olhkb {
938
938
  color: #000;
939
939
  }
940
- .textarea__input_1w82q:read-only {
940
+ .textarea__input_olhkb:read-only {
941
941
  color: rgba(60, 60, 67, 0.6)
942
942
  }
943
- .textarea__input_1w82q:read-only:focus::placeholder {
943
+ .textarea__input_olhkb:read-only:focus::placeholder {
944
944
  color: rgba(60, 60, 67, 0.6);
945
945
  }
946
- .textarea__input_1w82q:disabled {
946
+ .textarea__input_olhkb:disabled {
947
947
  color: #000;
948
948
  -webkit-text-fill-color: #000;
949
949
  }
950
- .textarea__input_1w82q:focus::placeholder {
950
+ .textarea__input_olhkb:focus::placeholder {
951
951
  color: rgba(60, 60, 67, 0.3);
952
952
  }
953
- .textarea__error_1w82q {
953
+ .textarea__error_olhkb {
954
954
  color: #ef3124;
955
955
  caret-color: #ef3124;
956
956
  }
957
- .textarea__textarea_1w82q {
957
+ .textarea__textarea_olhkb {
958
958
  color: #000;
959
959
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
960
960
  }
961
- .textarea__textarea_1w82q::placeholder {
961
+ .textarea__textarea_olhkb::placeholder {
962
962
  color: rgba(60, 60, 67, 0.6);
963
963
  }
964
- .textarea__hasLabel_1w82q::placeholder {
964
+ .textarea__hasLabel_olhkb::placeholder {
965
965
  color: #c5c5c7;
966
966
  }
967
- .textarea__textarea_1w82q:disabled {
967
+ .textarea__textarea_olhkb:disabled {
968
968
  color: #000;
969
969
  -webkit-text-fill-color: #000;
970
970
  }
971
- .textarea__textarea_1w82q:read-only {
971
+ .textarea__textarea_olhkb:read-only {
972
972
  color: rgba(60, 60, 67, 0.6);
973
973
  }
974
- .textarea__textarea_1w82q:focus::placeholder {
974
+ .textarea__textarea_olhkb:focus::placeholder {
975
975
  color: rgba(60, 60, 67, 0.3);
976
- }.button__primary_1l09c {
976
+ }.button__primary_1myz7 {
977
977
  color: #000;
978
978
  background-color: #f3f4f5
979
979
  }
980
- .button__primary_1l09c:hover {
980
+ .button__primary_1myz7:hover {
981
981
  background-color: rgb(207, 207, 208);
982
982
  }
983
- .button__primary_1l09c:active {
983
+ .button__primary_1myz7:active {
984
984
  background-color: rgb(194, 195, 196);
985
985
  }
986
- .button__secondary_1l09c {
986
+ .button__secondary_1myz7 {
987
987
  color: #fff;
988
988
  background-color: rgba(255, 255, 255, 0.1);
989
989
  border: 1px solid transparent
990
990
  }
991
- .button__secondary_1l09c:hover {
991
+ .button__secondary_1myz7:hover {
992
992
  background-color: rgba(255, 255, 255, 0.163);
993
993
  }
994
- .button__secondary_1l09c:active {
994
+ .button__secondary_1myz7:active {
995
995
  background-color: rgba(255, 255, 255, 0.235);
996
996
  }
997
- .button__outlined_1l09c {
997
+ .button__outlined_1myz7 {
998
998
  color: #fff;
999
999
  background-color: transparent;
1000
1000
  border: 1px solid #c5c5c7
1001
1001
  }
1002
- .button__outlined_1l09c:hover {
1002
+ .button__outlined_1myz7:hover {
1003
1003
  background-color: rgba(0, 0, 0, 0.07);
1004
1004
  }
1005
- .button__outlined_1l09c:active {
1005
+ .button__outlined_1myz7:active {
1006
1006
  background-color: rgba(0, 0, 0, 0.15);
1007
1007
  }
1008
- .button__tertiary_1l09c {
1008
+ .button__tertiary_1myz7 {
1009
1009
  color: #fff;
1010
1010
  background-color: transparent;
1011
1011
  border: 1px solid #c5c5c7
1012
1012
  }
1013
- .button__tertiary_1l09c:hover {
1013
+ .button__tertiary_1myz7:hover {
1014
1014
  background-color: rgba(255, 255, 255, 0.07);
1015
1015
  }
1016
- .button__tertiary_1l09c:active {
1016
+ .button__tertiary_1myz7:active {
1017
1017
  background-color: rgba(255, 255, 255, 0.15);
1018
1018
  }
1019
- .button__filled_1l09c {
1019
+ .button__filled_1myz7 {
1020
1020
  color: #fff;
1021
1021
  background-color: #3a3a3c
1022
1022
  }
1023
- .button__filled_1l09c:hover {
1023
+ .button__filled_1myz7:hover {
1024
1024
  background-color: rgb(72, 72, 74);
1025
1025
  }
1026
- .button__filled_1l09c:active {
1026
+ .button__filled_1myz7:active {
1027
1027
  background-color: rgb(88, 88, 89);
1028
1028
  }
1029
- .button__transparent_1l09c {
1029
+ .button__transparent_1myz7 {
1030
1030
  color: #fff;
1031
1031
  background-color: rgba(255, 255, 255, 0.1)
1032
1032
  }
1033
- .button__transparent_1l09c:hover {
1033
+ .button__transparent_1myz7:hover {
1034
1034
  background-color: rgba(255, 255, 255, 0.2);
1035
1035
  }
1036
- .button__transparent_1l09c:active {
1036
+ .button__transparent_1myz7:active {
1037
1037
  background-color: rgba(255, 255, 255, 0.4);
1038
1038
  }
1039
- .button__link_1l09c {
1039
+ .button__link_1myz7 {
1040
1040
  color: #fff;
1041
1041
  background-color: transparent
1042
1042
  }
1043
- .button__link_1l09c:hover {
1043
+ .button__link_1myz7:hover {
1044
1044
  background-color: rgba(255, 255, 255, 0.163);
1045
1045
  }
1046
- .button__link_1l09c:active {
1046
+ .button__link_1myz7:active {
1047
1047
  background-color: rgba(255, 255, 255, 0.235);
1048
1048
  }
1049
- .button__ghost_1l09c {
1049
+ .button__ghost_1myz7 {
1050
1050
  color: #fff
1051
1051
  }
1052
- .button__ghost_1l09c:hover {
1052
+ .button__ghost_1myz7:hover {
1053
1053
  color: rgb(179, 179, 179);
1054
1054
  }
1055
- .button__ghost_1l09c:active {
1055
+ .button__ghost_1myz7:active {
1056
1056
  color: rgb(128, 128, 128);
1057
1057
  }
1058
- .button__component_1l09c:disabled.button__primary_1l09c {
1058
+ .button__component_1myz7:disabled.button__primary_1myz7 {
1059
1059
  color: rgba(60, 60, 67, 0.3);
1060
1060
  background-color: #f3f4f5
1061
1061
  }
1062
- .button__component_1l09c:disabled.button__primary_1l09c.button__loading_1l09c {
1062
+ .button__component_1myz7:disabled.button__primary_1myz7.button__loading_1myz7 {
1063
1063
  background-color: #f3f4f5;
1064
1064
  }
1065
- .button__component_1l09c:disabled.button__secondary_1l09c {
1065
+ .button__component_1myz7:disabled.button__secondary_1myz7 {
1066
1066
  color: rgba(255, 255, 255, 0.3);
1067
1067
  background-color: rgba(255, 255, 255, 0.05);
1068
1068
  border-color: transparent
1069
1069
  }
1070
- .button__component_1l09c:disabled.button__secondary_1l09c.button__loading_1l09c {
1070
+ .button__component_1myz7:disabled.button__secondary_1myz7.button__loading_1myz7 {
1071
1071
  color: #fff;
1072
1072
  background-color: rgba(255, 255, 255, 0.1);
1073
1073
  border-color: transparent;
1074
1074
  }
1075
- .button__component_1l09c:disabled.button__outlined_1l09c {
1075
+ .button__component_1myz7:disabled.button__outlined_1myz7 {
1076
1076
  color: rgba(255, 255, 255, 0.3);
1077
1077
  background-color: transparent;
1078
1078
  border-color: rgba(197, 197, 199, 0.3)
1079
1079
  }
1080
- .button__component_1l09c:disabled.button__outlined_1l09c.button__loading_1l09c {
1080
+ .button__component_1myz7:disabled.button__outlined_1myz7.button__loading_1myz7 {
1081
1081
  color: #fff;
1082
1082
  }
1083
- .button__component_1l09c:disabled.button__tertiary_1l09c {
1083
+ .button__component_1myz7:disabled.button__tertiary_1myz7 {
1084
1084
  color: rgba(255, 255, 255, 0.3);
1085
1085
  background-color: transparent;
1086
1086
  border-color: rgba(197, 197, 199, 0.3)
1087
1087
  }
1088
- .button__component_1l09c:disabled.button__tertiary_1l09c.button__loading_1l09c {
1088
+ .button__component_1myz7:disabled.button__tertiary_1myz7.button__loading_1myz7 {
1089
1089
  color: #fff;
1090
1090
  }
1091
- .button__component_1l09c:disabled.button__filled_1l09c {
1091
+ .button__component_1myz7:disabled.button__filled_1myz7 {
1092
1092
  color: rgba(255, 255, 255, 0.3);
1093
1093
  background-color: rgba(58, 58, 60, 0.3)
1094
1094
  }
1095
- .button__component_1l09c:disabled.button__filled_1l09c.button__loading_1l09c {
1095
+ .button__component_1myz7:disabled.button__filled_1myz7.button__loading_1myz7 {
1096
1096
  color: #fff;
1097
1097
  background-color: #3a3a3c;
1098
1098
  }
1099
- .button__component_1l09c:disabled.button__transparent_1l09c {
1099
+ .button__component_1myz7:disabled.button__transparent_1myz7 {
1100
1100
  color: rgba(255, 255, 255, 0.3);
1101
1101
  background-color: rgba(255, 255, 255, 0.03)
1102
1102
  }
1103
- .button__component_1l09c:disabled.button__transparent_1l09c.button__loading_1l09c {
1103
+ .button__component_1myz7:disabled.button__transparent_1myz7.button__loading_1myz7 {
1104
1104
  color: #fff;
1105
1105
  background-color: rgba(255, 255, 255, 0.1);
1106
1106
  }
1107
- .button__component_1l09c:disabled.button__link_1l09c {
1107
+ .button__component_1myz7:disabled.button__link_1myz7 {
1108
1108
  color: rgba(255, 255, 255, 0.3);
1109
1109
  background-color: transparent
1110
1110
  }
1111
- .button__component_1l09c:disabled.button__link_1l09c.button__loading_1l09c {
1111
+ .button__component_1myz7:disabled.button__link_1myz7.button__loading_1myz7 {
1112
1112
  color: #fff;
1113
1113
  }
1114
- .button__component_1l09c:disabled.button__ghost_1l09c {
1114
+ .button__component_1myz7:disabled.button__ghost_1myz7 {
1115
1115
  color: rgba(255, 255, 255, 0.3)
1116
1116
  }
1117
- .button__component_1l09c:disabled.button__ghost_1l09c.button__loading_1l09c {
1117
+ .button__component_1myz7:disabled.button__ghost_1myz7.button__loading_1myz7 {
1118
1118
  color: #fff;
1119
1119
  }
1120
- .button__component_25kei {
1120
+ .button__component_1d9yp {
1121
1121
  background-color: transparent
1122
1122
  }
1123
- .button__focused_25kei {
1123
+ .button__focused_1d9yp {
1124
1124
  outline: 2px solid #0072ef;
1125
1125
  }
1126
- .button__primary_noi8a {
1126
+ .button__primary_pn82m {
1127
1127
  color: #fff;
1128
1128
  background-color: #202022
1129
1129
  }
1130
- .button__primary_noi8a:hover {
1130
+ .button__primary_pn82m:hover {
1131
1131
  background-color: rgb(48, 48, 49);
1132
1132
  }
1133
- .button__primary_noi8a:active {
1133
+ .button__primary_pn82m:active {
1134
1134
  background-color: rgb(65, 65, 67);
1135
1135
  }
1136
- .button__secondary_noi8a {
1136
+ .button__secondary_pn82m {
1137
1137
  color: #000;
1138
1138
  background-color: rgba(0, 0, 0, 0.08);
1139
1139
  border: 1px solid transparent
1140
1140
  }
1141
- .button__secondary_noi8a:hover {
1141
+ .button__secondary_pn82m:hover {
1142
1142
  background-color: rgba(0, 0, 0, 0.218);
1143
1143
  }
1144
- .button__secondary_noi8a:active {
1144
+ .button__secondary_pn82m:active {
1145
1145
  background-color: rgba(0, 0, 0, 0.264);
1146
1146
  }
1147
- .button__outlined_noi8a {
1147
+ .button__outlined_pn82m {
1148
1148
  color: #fff;
1149
1149
  background-color: transparent;
1150
1150
  border: 1px solid #c5c5c7
1151
1151
  }
1152
- .button__outlined_noi8a:hover {
1152
+ .button__outlined_pn82m:hover {
1153
1153
  background-color: rgba(255, 255, 255, 0.15);
1154
1154
  }
1155
- .button__outlined_noi8a:active {
1155
+ .button__outlined_pn82m:active {
1156
1156
  background-color: rgba(0, 0, 0, 0.15);
1157
1157
  }
1158
- .button__tertiary_noi8a {
1158
+ .button__tertiary_pn82m {
1159
1159
  color: #000;
1160
1160
  background-color: transparent;
1161
1161
  border: 1px solid #464649
1162
1162
  }
1163
- .button__tertiary_noi8a:hover {
1163
+ .button__tertiary_pn82m:hover {
1164
1164
  background-color: rgba(18, 18, 18, 0.15);
1165
1165
  }
1166
- .button__tertiary_noi8a:active {
1166
+ .button__tertiary_pn82m:active {
1167
1167
  background-color: rgba(18, 18, 18, 0.2);
1168
1168
  }
1169
- .button__filled_noi8a {
1169
+ .button__filled_pn82m {
1170
1170
  color: #fff;
1171
1171
  background-color: #3a3a3c
1172
1172
  }
1173
- .button__filled_noi8a:hover {
1173
+ .button__filled_pn82m:hover {
1174
1174
  background-color: rgb(99, 112, 126);
1175
1175
  }
1176
- .button__filled_noi8a:active {
1176
+ .button__filled_pn82m:active {
1177
1177
  background-color: rgb(61, 74, 88);
1178
1178
  }
1179
- .button__transparent_noi8a {
1179
+ .button__transparent_pn82m {
1180
1180
  color: #000;
1181
1181
  background-color: rgba(255, 255, 255, 0.1)
1182
1182
  }
1183
- .button__transparent_noi8a:hover {
1183
+ .button__transparent_pn82m:hover {
1184
1184
  background-color: rgba(255, 255, 255, 0.2);
1185
1185
  }
1186
- .button__transparent_noi8a:active {
1186
+ .button__transparent_pn82m:active {
1187
1187
  background-color: rgba(255, 255, 255, 0.05);
1188
1188
  }
1189
- .button__link_noi8a {
1189
+ .button__link_pn82m {
1190
1190
  color: #000;
1191
1191
  background-color: transparent
1192
1192
  }
1193
- .button__link_noi8a:hover {
1193
+ .button__link_pn82m:hover {
1194
1194
  background-color: rgba(18, 18, 18, 0.15);
1195
1195
  }
1196
- .button__link_noi8a:active {
1196
+ .button__link_pn82m:active {
1197
1197
  background-color: rgba(18, 18, 18, 0.2);
1198
1198
  }
1199
- .button__ghost_noi8a {
1199
+ .button__ghost_pn82m {
1200
1200
  color: #000
1201
1201
  }
1202
- .button__ghost_noi8a:hover {
1202
+ .button__ghost_pn82m:hover {
1203
1203
  color: rgb(77, 77, 77);
1204
1204
  }
1205
- .button__ghost_noi8a:active {
1205
+ .button__ghost_pn82m:active {
1206
1206
  color: rgb(128, 128, 128);
1207
1207
  }
1208
- .button__component_noi8a:disabled.button__primary_noi8a {
1208
+ .button__component_pn82m:disabled.button__primary_pn82m {
1209
1209
  color: rgba(235, 235, 245, 0.3);
1210
1210
  background-color: #202022
1211
1211
  }
1212
- .button__component_noi8a:disabled.button__primary_noi8a.button__loading_noi8a {
1212
+ .button__component_pn82m:disabled.button__primary_pn82m.button__loading_pn82m {
1213
1213
  background-color: #202022;
1214
1214
  }
1215
- .button__component_noi8a:disabled.button__secondary_noi8a {
1215
+ .button__component_pn82m:disabled.button__secondary_pn82m {
1216
1216
  color: rgba(0, 0, 0, 0.3);
1217
1217
  background-color: rgba(18, 18, 18, 0.08);
1218
1218
  border-color: transparent
1219
1219
  }
1220
- .button__component_noi8a:disabled.button__secondary_noi8a.button__loading_noi8a {
1220
+ .button__component_pn82m:disabled.button__secondary_pn82m.button__loading_pn82m {
1221
1221
  color: #000;
1222
1222
  background-color: rgba(0, 0, 0, 0.08);
1223
1223
  border-color: transparent;
1224
1224
  }
1225
- .button__component_noi8a:disabled.button__outlined_noi8a {
1225
+ .button__component_pn82m:disabled.button__outlined_pn82m {
1226
1226
  color: rgba(255, 255, 255, 0.3);
1227
1227
  background-color: transparent;
1228
1228
  border-color: rgba(35, 53, 73, 0.3)
1229
1229
  }
1230
- .button__component_noi8a:disabled.button__outlined_noi8a.button__loading_noi8a {
1230
+ .button__component_pn82m:disabled.button__outlined_pn82m.button__loading_pn82m {
1231
1231
  color: #fff;
1232
1232
  }
1233
- .button__component_noi8a:disabled.button__tertiary_noi8a {
1233
+ .button__component_pn82m:disabled.button__tertiary_pn82m {
1234
1234
  color: rgba(0, 0, 0, 0.3);
1235
1235
  background-color: transparent;
1236
1236
  border-color: rgba(70, 70, 73, 0.3)
1237
1237
  }
1238
- .button__component_noi8a:disabled.button__tertiary_noi8a.button__loading_noi8a {
1238
+ .button__component_pn82m:disabled.button__tertiary_pn82m.button__loading_pn82m {
1239
1239
  color: #000;
1240
1240
  }
1241
- .button__component_noi8a:disabled.button__filled_noi8a {
1241
+ .button__component_pn82m:disabled.button__filled_pn82m {
1242
1242
  color: rgba(255, 255, 255, 0.3);
1243
1243
  background-color: rgba(72, 87, 103, 0.3);
1244
1244
  border-color: transparent
1245
1245
  }
1246
- .button__component_noi8a:disabled.button__filled_noi8a.button__loading_noi8a {
1246
+ .button__component_pn82m:disabled.button__filled_pn82m.button__loading_pn82m {
1247
1247
  color: #fff;
1248
1248
  background-color: #3a3a3c;
1249
1249
  border-color: transparent;
1250
1250
  }
1251
- .button__component_noi8a:disabled.button__transparent_noi8a {
1251
+ .button__component_pn82m:disabled.button__transparent_pn82m {
1252
1252
  color: rgba(255, 255, 255, 0.3);
1253
1253
  background-color: rgba(255, 255, 255, 0.03)
1254
1254
  }
1255
- .button__component_noi8a:disabled.button__transparent_noi8a.button__loading_noi8a {
1255
+ .button__component_pn82m:disabled.button__transparent_pn82m.button__loading_pn82m {
1256
1256
  color: #000;
1257
1257
  background-color: rgba(255, 255, 255, 0.1);
1258
1258
  }
1259
- .button__component_noi8a:disabled.button__link_noi8a {
1259
+ .button__component_pn82m:disabled.button__link_pn82m {
1260
1260
  color: rgba(0, 0, 0, 0.3);
1261
1261
  background-color: transparent
1262
1262
  }
1263
- .button__component_noi8a:disabled.button__link_noi8a.button__loading_noi8a {
1263
+ .button__component_pn82m:disabled.button__link_pn82m.button__loading_pn82m {
1264
1264
  color: #000;
1265
1265
  }
1266
- .button__component_noi8a:disabled.button__ghost_noi8a {
1266
+ .button__component_pn82m:disabled.button__ghost_pn82m {
1267
1267
  color: rgba(0, 0, 0, 0.3)
1268
1268
  }
1269
- .button__component_noi8a:disabled.button__ghost_noi8a.button__loading_noi8a {
1269
+ .button__component_pn82m:disabled.button__ghost_pn82m.button__loading_pn82m {
1270
1270
  color: #000;
1271
- }.base-modal__component_l3g2j {
1271
+ }.base-modal__component_1bcmd {
1272
1272
  background: #121212;
1273
- }.popover__component_z1ail {
1273
+ }.popover__component_16226 {
1274
1274
  background-color: transparent;
1275
1275
  color: #fff;
1276
1276
  }
1277
- .popover__inner_z1ail {
1277
+ .popover__inner_16226 {
1278
1278
  background-color: #121212;
1279
1279
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1280
1280
  border: 1px solid transparent;
1281
1281
  }
1282
- .popover__arrow_z1ail:after {
1282
+ .popover__arrow_16226:after {
1283
1283
  background-color: #121212;
1284
1284
  border: 1px solid transparent;
1285
- }.tabs__component_banlt:before {
1285
+ }.tabs__component_1dx1o:before {
1286
1286
  background-color: #2b2b2e;
1287
1287
  }
1288
- .tabs__title_banlt {
1288
+ .tabs__title_1dx1o {
1289
1289
  color: #8d8d93
1290
1290
  }
1291
- .tabs__title_banlt:not(.tabs__disabled_banlt):hover {
1291
+ .tabs__title_1dx1o:not(.tabs__disabled_1dx1o):hover {
1292
1292
  color: #fff;
1293
1293
  }
1294
- .tabs__focused_banlt {
1294
+ .tabs__focused_1dx1o {
1295
1295
  outline: 2px solid #0072ef;
1296
1296
  }
1297
- .tabs__selected_banlt {
1297
+ .tabs__selected_1dx1o {
1298
1298
  color: #fff;
1299
1299
  }
1300
- .tabs__disabled_banlt {
1300
+ .tabs__disabled_1dx1o {
1301
1301
  color: #464649;
1302
1302
  }
1303
- .tabs__line_banlt {
1303
+ .tabs__line_1dx1o {
1304
1304
  background-color: #ef3124;
1305
1305
  }
1306
- .tabs__component_banlt:before {
1306
+ .tabs__component_1dx1o:before {
1307
1307
  background-color: #2b2b2e;
1308
- }.tabs__title_banlt {
1308
+ }.tabs__title_1dx1o {
1309
1309
  color: #8d8d93
1310
- }.tabs__title_banlt:not(.tabs__disabled_banlt):hover {
1310
+ }.tabs__title_1dx1o:not(.tabs__disabled_1dx1o):hover {
1311
1311
  color: #fff;
1312
- }.tabs__focused_banlt {
1312
+ }.tabs__focused_1dx1o {
1313
1313
  outline: 2px solid #0072ef;
1314
- }.tabs__selected_banlt {
1314
+ }.tabs__selected_1dx1o {
1315
1315
  color: #fff;
1316
- }.tabs__disabled_banlt {
1316
+ }.tabs__disabled_1dx1o {
1317
1317
  color: #464649;
1318
- }.tabs__line_banlt {
1318
+ }.tabs__line_1dx1o {
1319
1319
  background-color: #ef3124;
1320
1320
  }
1321
1321
 
1322
1322
 
1323
1323
 
1324
- .circular-progress-bar__backgroundCircle_1fc59,
1325
- .circular-progress-bar__progressCircle_1fc59 {
1324
+ .circular-progress-bar__backgroundCircle_mot4l,
1325
+ .circular-progress-bar__progressCircle_mot4l {
1326
1326
  fill: transparent;
1327
1327
  }
1328
- .circular-progress-bar__positive_1fc59 {
1328
+ .circular-progress-bar__positive_mot4l {
1329
1329
  stroke: #2fc26e;
1330
1330
  }
1331
- .circular-progress-bar__negative_1fc59 {
1331
+ .circular-progress-bar__negative_mot4l {
1332
1332
  stroke: #d91d0b;
1333
1333
  }
1334
- .circular-progress-bar__backgroundCircle_1fc59 {
1334
+ .circular-progress-bar__backgroundCircle_mot4l {
1335
1335
  stroke: #2c2c2e;
1336
- }.list-header__filled_1l6zz {
1336
+ }.list-header__filled_1luvy {
1337
1337
  background-color: rgba(255, 255, 255, 0.1);
1338
- }.stepped-progress-bar__description_1xj1f {
1338
+ }.stepped-progress-bar__description_1hn2v {
1339
1339
  color: rgba(235, 235, 245, 0.6);
1340
1340
  }
1341
- .stepped-progress-bar__bar_10798 {
1341
+ .stepped-progress-bar__bar_1p38k {
1342
1342
  background: rgba(255, 255, 255, 0.1);
1343
1343
  }
1344
- .stepped-progress-bar__positive_10798 {
1344
+ .stepped-progress-bar__positive_1p38k {
1345
1345
  background: #2fc26e;
1346
1346
  }
1347
- .stepped-progress-bar__attention_10798 {
1347
+ .stepped-progress-bar__attention_1p38k {
1348
1348
  background: #f6bf65;
1349
1349
  }
1350
- .stepped-progress-bar__negative_10798 {
1350
+ .stepped-progress-bar__negative_1p38k {
1351
1351
  background: #d91d0b;
1352
1352
  }
1353
- .stepped-progress-bar__link_10798 {
1353
+ .stepped-progress-bar__link_1p38k {
1354
1354
  background: #0072ef;
1355
1355
  }
1356
- .stepped-progress-bar__tertiary_10798 {
1356
+ .stepped-progress-bar__tertiary_1p38k {
1357
1357
  background: #464649;
1358
1358
  }
1359
- .stepped-progress-bar__secondary_10798 {
1359
+ .stepped-progress-bar__secondary_1p38k {
1360
1360
  background: #8d8d93;
1361
1361
  }
1362
- .stepped-progress-bar__primary_10798 {
1362
+ .stepped-progress-bar__primary_1p38k {
1363
1363
  background: #fff;
1364
1364
  }
1365
- .stepped-progress-bar__accent_10798 {
1365
+ .stepped-progress-bar__accent_1p38k {
1366
1366
  background: #ef3124;
1367
- }.chart__coreChart_1p86q .recharts-text tspan {
1367
+ }.chart__coreChart_1mffv .recharts-text tspan {
1368
1368
  fill: #fff;
1369
1369
  }
1370
- @keyframes chart__showDot_q4rue {
1370
+ @keyframes chart__showDot_1736r {
1371
1371
  }
1372
1372
 
1373
- .chart__tickText_b7q05 {
1373
+ .chart__tickText_1qjny {
1374
1374
  fill: #fff;
1375
1375
  }
1376
- .chart__circle_b7q05 {
1376
+ .chart__circle_1qjny {
1377
1377
  fill: #121212;
1378
1378
  }
1379
- .chart__circle_b7q05 {
1379
+ .chart__circle_1qjny {
1380
1380
  fill: #121212;
1381
1381
  }
1382
- .chart__tooltip_g5l0c {
1382
+ .chart__tooltip_277yv {
1383
1383
  background-color: #121212;
1384
1384
  border: 1px solid #2b2b2e;
1385
1385
  box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1386
1386
  }
1387
- .chart__tooltipArrow_g5l0c {
1387
+ .chart__tooltipArrow_277yv {
1388
1388
  border: 1px solid #2b2b2e;
1389
1389
  background-color: #121212;
1390
1390
  }
1391
- .chart__tooltipArrow_g5l0c:before {
1391
+ .chart__tooltipArrow_277yv:before {
1392
1392
  border-color: transparent #121212 transparent transparent;
1393
- }.drawer__backdropEnter_4u127 {
1393
+ }.drawer__backdropEnter_owkc6 {
1394
1394
  background-color: transparent;
1395
1395
  }
1396
- .drawer__backdropEnterActive_4u127,
1397
- .drawer__backdropEnterDone_4u127 {
1396
+ .drawer__backdropEnterActive_owkc6,
1397
+ .drawer__backdropEnterDone_owkc6 {
1398
1398
  background-color: rgba(0, 0, 0, 0.8);
1399
1399
  }
1400
- .drawer__backdropExit_4u127 {
1400
+ .drawer__backdropExit_owkc6 {
1401
1401
  background-color: rgba(0, 0, 0, 0.8);
1402
1402
  }
1403
- .drawer__backdropExitActive_4u127,
1404
- .drawer__backdropExitDone_4u127 {
1403
+ .drawer__backdropExitActive_owkc6,
1404
+ .drawer__backdropExitDone_owkc6 {
1405
1405
  background-color: transparent;
1406
- }.attach__component_l2lvy {
1406
+ }.attach__component_35nd5 {
1407
1407
  }
1408
- .attach__focused_l2lvy {
1408
+ .attach__focused_35nd5 {
1409
1409
  outline: 2px solid #0072ef;
1410
- }.custom-button__customButton_1k44v.custom-button__white_1k44v * {
1410
+ }.custom-button__customButton_1r24v.custom-button__white_1r24v * {
1411
1411
  color: #fff;
1412
1412
  }
1413
- .custom-button__customButton_1k44v.custom-button__black_1k44v * {
1413
+ .custom-button__customButton_1r24v.custom-button__black_1r24v * {
1414
1414
  color: #000;
1415
1415
  }
1416
- .custom-button__customButton_1k44v:before {
1416
+ .custom-button__customButton_1r24v:before {
1417
1417
  background-color: rgba(0, 0, 0, 0);
1418
1418
  }
1419
- .custom-button__customButton_1k44v:hover:before {
1419
+ .custom-button__customButton_1r24v:hover:before {
1420
1420
  background-color: rgba(0, 0, 0, 0.07);
1421
1421
  }
1422
- .custom-button__customButton_1k44v:active:before {
1422
+ .custom-button__customButton_1r24v:active:before {
1423
1423
  background-color: rgba(0, 0, 0, 0.15);
1424
1424
  }
1425
- .custom-button__customButton_1k44v:disabled.custom-button__white_1k44v * {
1425
+ .custom-button__customButton_1r24v:disabled.custom-button__white_1r24v * {
1426
1426
  color: #fff;
1427
1427
  }
1428
- .custom-button__customButton_1k44v:disabled.custom-button__black_1k44v * {
1428
+ .custom-button__customButton_1r24v:disabled.custom-button__black_1r24v * {
1429
1429
  color: #000;
1430
- }.confirmation__component_dbuq2 {
1430
+ }.confirmation__component_mfri0 {
1431
1431
  color: #8d8d93;
1432
1432
  }
1433
- .confirmation__circle_9g3tk {
1433
+ .confirmation__circle_17hd9 {
1434
1434
  fill: transparent;
1435
1435
  stroke: #464649;
1436
1436
  }
1437
- .confirmation__header_1jzeb {
1437
+ .confirmation__header_ywk3d {
1438
1438
  color: #fff;
1439
1439
  }
1440
- .confirmation__description_1jzeb {
1440
+ .confirmation__description_ywk3d {
1441
1441
  color: #8d8d93;
1442
1442
  color: #fff;
1443
1443
  }
1444
- .confirmation__title_esa5p {
1444
+ .confirmation__title_cy71u {
1445
1445
  color: #fff;
1446
1446
  }
1447
- .confirmation__text_esa5p {
1447
+ .confirmation__text_cy71u {
1448
1448
  color: #8d8d93;
1449
1449
  }
1450
- .confirmation__phonesWrap_esa5p {
1450
+ .confirmation__phonesWrap_cy71u {
1451
1451
  color: #8d8d93;
1452
1452
  }
1453
- .confirmation__phoneDescription_esa5p {
1453
+ .confirmation__phoneDescription_cy71u {
1454
1454
  color: #8d8d93;
1455
1455
  }
1456
- .confirmation__header_1w0bq {
1456
+ .confirmation__header_pbvkr {
1457
1457
  color: #fff;
1458
1458
  }
1459
- .confirmation__phone_1w0bq {
1459
+ .confirmation__phone_pbvkr {
1460
1460
  color: #fff;
1461
1461
  }
1462
- .confirmation__header_c7uyl {
1462
+ .confirmation__header_1wggp {
1463
1463
  color: #fff;
1464
1464
  }
1465
- .confirmation__description_c7uyl {
1465
+ .confirmation__description_1wggp {
1466
1466
  color: #8d8d93;
1467
- }.icon-button__primary_1f3bf {
1467
+ }.icon-button__primary_wculx {
1468
1468
  color: #fff
1469
1469
  }
1470
- .icon-button__primary_1f3bf:hover {
1470
+ .icon-button__primary_wculx:hover {
1471
1471
  color: rgb(204, 204, 204);
1472
1472
  }
1473
- .icon-button__primary_1f3bf:active {
1473
+ .icon-button__primary_wculx:active {
1474
1474
  color: rgb(179, 179, 179);
1475
1475
  }
1476
- .icon-button__secondary_1f3bf {
1476
+ .icon-button__secondary_wculx {
1477
1477
  color: #8d8d93
1478
1478
  }
1479
- .icon-button__secondary_1f3bf:hover {
1479
+ .icon-button__secondary_wculx:hover {
1480
1480
  color: rgb(175, 175, 179);
1481
1481
  }
1482
- .icon-button__secondary_1f3bf:active {
1482
+ .icon-button__secondary_wculx:active {
1483
1483
  color: rgb(198, 198, 201);
1484
1484
  }
1485
- .icon-button__transparent_1f3bf {
1485
+ .icon-button__transparent_wculx {
1486
1486
  color: rgba(255, 255, 255, 0.3)
1487
1487
  }
1488
- .icon-button__transparent_1f3bf:hover {
1488
+ .icon-button__transparent_wculx:hover {
1489
1489
  color: rgba(255, 255, 255, 0.4);
1490
1490
  }
1491
- .icon-button__transparent_1f3bf:active {
1491
+ .icon-button__transparent_wculx:active {
1492
1492
  color: rgba(255, 255, 255, 0.5);
1493
1493
  }
1494
- .icon-button__negative_1f3bf {
1494
+ .icon-button__negative_wculx {
1495
1495
  color: #d91d0b
1496
1496
  }
1497
- .icon-button__negative_1f3bf:hover {
1497
+ .icon-button__negative_wculx:hover {
1498
1498
  color: rgb(220, 45, 28);
1499
1499
  }
1500
- .icon-button__negative_1f3bf:active {
1500
+ .icon-button__negative_wculx:active {
1501
1501
  color: rgb(223, 63, 48);
1502
1502
  }
1503
- .icon-button__tertiary_1f3bf {
1503
+ .icon-button__tertiary_wculx {
1504
1504
  color: #464649
1505
1505
  }
1506
- .icon-button__tertiary_1f3bf:hover {
1506
+ .icon-button__tertiary_wculx:hover {
1507
1507
  color: rgb(83, 83, 86);
1508
1508
  }
1509
- .icon-button__tertiary_1f3bf:active {
1509
+ .icon-button__tertiary_wculx:active {
1510
1510
  color: rgb(98, 98, 100);
1511
1511
  }
1512
- .icon-button__component_1f3bf:disabled.icon-button__primary_1f3bf {
1512
+ .icon-button__component_wculx:disabled.icon-button__primary_wculx {
1513
1513
  color: rgba(255, 255, 255, 0.3)
1514
1514
  }
1515
- .icon-button__component_1f3bf:disabled.icon-button__primary_1f3bf.icon-button__loader_1f3bf {
1515
+ .icon-button__component_wculx:disabled.icon-button__primary_wculx.icon-button__loader_wculx {
1516
1516
  color: #fff;
1517
1517
  }
1518
- .icon-button__component_1f3bf:disabled.icon-button__secondary_1f3bf {
1518
+ .icon-button__component_wculx:disabled.icon-button__secondary_wculx {
1519
1519
  color: rgba(141, 141, 147, 0.3)
1520
1520
  }
1521
- .icon-button__component_1f3bf:disabled.icon-button__secondary_1f3bf.icon-button__loader_1f3bf {
1521
+ .icon-button__component_wculx:disabled.icon-button__secondary_wculx.icon-button__loader_wculx {
1522
1522
  color: #8d8d93;
1523
1523
  }
1524
- .icon-button__component_1f3bf:disabled.icon-button__negative_1f3bf {
1524
+ .icon-button__component_wculx:disabled.icon-button__negative_wculx {
1525
1525
  color: rgba(217, 29, 11, 0.3)
1526
1526
  }
1527
- .icon-button__component_1f3bf:disabled.icon-button__negative_1f3bf.icon-button__loader_1f3bf {
1527
+ .icon-button__component_wculx:disabled.icon-button__negative_wculx.icon-button__loader_wculx {
1528
1528
  color: #d91d0b;
1529
1529
  }
1530
- .icon-button__component_1f3bf:disabled.icon-button__tertiary_1f3bf {
1530
+ .icon-button__component_wculx:disabled.icon-button__tertiary_wculx {
1531
1531
  color: rgba(70, 70, 73, 0.3)
1532
1532
  }
1533
- .icon-button__component_1f3bf:disabled.icon-button__tertiary_1f3bf.icon-button__loader_1f3bf {
1533
+ .icon-button__component_wculx:disabled.icon-button__tertiary_wculx.icon-button__loader_wculx {
1534
1534
  color: #464649;
1535
1535
  }
1536
1536
 
1537
- .icon-button__primary_1mhho {
1537
+ .icon-button__primary_13r0u {
1538
1538
  color: #000
1539
1539
  }
1540
- .icon-button__primary_1mhho:hover {
1540
+ .icon-button__primary_13r0u:hover {
1541
1541
  color: rgb(18, 18, 18);
1542
1542
  }
1543
- .icon-button__primary_1mhho:active {
1543
+ .icon-button__primary_13r0u:active {
1544
1544
  color: rgb(38, 38, 38);
1545
1545
  }
1546
- .icon-button__secondary_1mhho {
1546
+ .icon-button__secondary_13r0u {
1547
1547
  color: #8a8a8e
1548
1548
  }
1549
- .icon-button__secondary_1mhho:hover {
1549
+ .icon-button__secondary_13r0u:hover {
1550
1550
  color: rgb(117, 117, 121);
1551
1551
  }
1552
- .icon-button__secondary_1mhho:active {
1552
+ .icon-button__secondary_13r0u:active {
1553
1553
  color: rgb(110, 110, 114);
1554
1554
  }
1555
- .icon-button__transparent_1mhho {
1555
+ .icon-button__transparent_13r0u {
1556
1556
  color: rgba(0, 0, 0, 0.3)
1557
1557
  }
1558
- .icon-button__transparent_1mhho:hover {
1558
+ .icon-button__transparent_13r0u:hover {
1559
1559
  color: rgba(0, 0, 0, 0.4);
1560
1560
  }
1561
- .icon-button__transparent_1mhho:active {
1561
+ .icon-button__transparent_13r0u:active {
1562
1562
  color: rgba(0, 0, 0, 0.5);
1563
1563
  }
1564
- .icon-button__negative_1mhho {
1564
+ .icon-button__negative_13r0u {
1565
1565
  color: #d91d0b
1566
1566
  }
1567
- .icon-button__negative_1mhho:hover {
1567
+ .icon-button__negative_13r0u:hover {
1568
1568
  color: rgb(220, 45, 28);
1569
1569
  }
1570
- .icon-button__negative_1mhho:active {
1570
+ .icon-button__negative_13r0u:active {
1571
1571
  color: rgb(223, 63, 48);
1572
1572
  }
1573
- .icon-button__tertiary_1mhho {
1573
+ .icon-button__tertiary_13r0u {
1574
1574
  color: #c5c5c7
1575
1575
  }
1576
- .icon-button__tertiary_1mhho:hover {
1576
+ .icon-button__tertiary_13r0u:hover {
1577
1577
  color: rgb(167, 167, 169);
1578
1578
  }
1579
- .icon-button__tertiary_1mhho:active {
1579
+ .icon-button__tertiary_13r0u:active {
1580
1580
  color: rgb(158, 158, 159);
1581
1581
  }
1582
- .icon-button__component_1mhho:disabled.icon-button__primary_1mhho {
1582
+ .icon-button__component_13r0u:disabled.icon-button__primary_13r0u {
1583
1583
  color: rgba(0, 0, 0, 0.3)
1584
1584
  }
1585
- .icon-button__component_1mhho:disabled.icon-button__primary_1mhho.icon-button__loader_1mhho {
1585
+ .icon-button__component_13r0u:disabled.icon-button__primary_13r0u.icon-button__loader_13r0u {
1586
1586
  color: #000;
1587
1587
  }
1588
- .icon-button__component_1mhho:disabled.icon-button__secondary_1mhho {
1588
+ .icon-button__component_13r0u:disabled.icon-button__secondary_13r0u {
1589
1589
  color: rgba(138, 138, 142, 0.3)
1590
1590
  }
1591
- .icon-button__component_1mhho:disabled.icon-button__secondary_1mhho.icon-button__loader_1mhho {
1591
+ .icon-button__component_13r0u:disabled.icon-button__secondary_13r0u.icon-button__loader_13r0u {
1592
1592
  color: #8a8a8e;
1593
1593
  }
1594
- .icon-button__component_1mhho:disabled.icon-button__negative_1mhho {
1594
+ .icon-button__component_13r0u:disabled.icon-button__negative_13r0u {
1595
1595
  color: rgba(217, 29, 11, 0.3)
1596
1596
  }
1597
- .icon-button__component_1mhho:disabled.icon-button__negative_1mhho.icon-button__loader_1mhho {
1597
+ .icon-button__component_13r0u:disabled.icon-button__negative_13r0u.icon-button__loader_13r0u {
1598
1598
  color: #d91d0b;
1599
1599
  }
1600
- .icon-button__component_1mhho:disabled.icon-button__tertiary_1mhho {
1600
+ .icon-button__component_13r0u:disabled.icon-button__tertiary_13r0u {
1601
1601
  color: rgba(197, 197, 199, 0.3)
1602
1602
  }
1603
- .icon-button__component_1mhho:disabled.icon-button__tertiary_1mhho.icon-button__loader_1mhho {
1603
+ .icon-button__component_13r0u:disabled.icon-button__tertiary_13r0u.icon-button__loader_13r0u {
1604
1604
  color: #c5c5c7;
1605
- }.input__input_c3wl0 {
1605
+ }.pagination__component_1as5s {
1606
+ color: #fff;
1607
+ }
1608
+ .pagination__dots_u7xi2 {
1609
+ color: #8d8d93;
1610
+ }
1611
+
1612
+ .pagination__tag_10u4y.pagination__tag_10u4y {
1613
+ color: #8d8d93
1614
+ }
1615
+ .pagination__tag_10u4y.pagination__tag_10u4y:hover:not(:disabled) {
1616
+ background-color: #2c2c2e;
1617
+ color: #fff;
1618
+ }
1619
+ .pagination__tag_10u4y.pagination__tag_10u4y:active:not(:disabled) {
1620
+ background-color: #3a3a3c;
1621
+ }
1622
+ .pagination__tag_10u4y.pagination__tag_10u4y.pagination__checked_10u4y {
1623
+ background-color: #f3f4f5;
1624
+ color: #000;
1625
+ }
1626
+ .pagination__tag_10u4y.pagination__tag_10u4y.pagination__checked_10u4y:hover:not(:disabled) {
1627
+ color: #000;
1628
+ }
1629
+ .pagination__tag_10u4y.pagination__tag_10u4y.pagination__checked_10u4y:active:not(:disabled) {
1630
+ color: #fff;
1631
+ }.input__input_34jwq {
1606
1632
  color: #fff;
1607
1633
  caret-color: #0072ef;
1608
1634
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1609
1635
  }
1610
- .input__input_c3wl0:-webkit-autofill {
1636
+ .input__input_34jwq:-webkit-autofill {
1611
1637
  -webkit-text-fill-color: #fff;
1612
1638
  }
1613
- .input__input_c3wl0::placeholder {
1639
+ .input__input_34jwq::placeholder {
1614
1640
  color: #8d8d93;
1615
1641
  }
1616
- .input__hasLabel_c3wl0::placeholder {
1642
+ .input__hasLabel_34jwq::placeholder {
1617
1643
  color: #464649;
1618
1644
  }
1619
- .input__clearIcon_c3wl0 {
1645
+ .input__clearIcon_34jwq {
1620
1646
  color: #fff;
1621
1647
  }
1622
- .input__input_c3wl0:read-only {
1648
+ .input__input_34jwq:read-only {
1623
1649
  color: #8d8d93
1624
1650
  }
1625
- .input__input_c3wl0:read-only:focus::placeholder {
1651
+ .input__input_34jwq:read-only:focus::placeholder {
1626
1652
  color: #8d8d93;
1627
1653
  }
1628
- .input__input_c3wl0:disabled {
1654
+ .input__input_34jwq:disabled {
1629
1655
  color: #fff;
1630
1656
  -webkit-text-fill-color: #fff;
1631
1657
  }
1632
- .input__input_c3wl0:focus::placeholder {
1658
+ .input__input_34jwq:focus::placeholder {
1633
1659
  color: rgba(235, 235, 245, 0.3);
1634
1660
  }
1635
- .input__error_c3wl0 {
1661
+ .input__error_34jwq {
1636
1662
  color: #f15045;
1637
1663
  caret-color: #f15045;
1638
1664
  }
1639
- .input__focusVisible_qnvzk {
1665
+ .input__focusVisible_bgvpi {
1640
1666
  outline: 2px solid #0072ef;
1641
1667
  }
1642
- @keyframes input__onautofillstart_qnvzk {
1668
+ @keyframes input__onautofillstart_bgvpi {
1643
1669
  from {
1644
1670
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1645
1671
  }
@@ -1647,7 +1673,7 @@
1647
1673
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1648
1674
  }
1649
1675
  }
1650
- @keyframes input__onautofillcancel_qnvzk {
1676
+ @keyframes input__onautofillcancel_bgvpi {
1651
1677
  from {
1652
1678
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1653
1679
  }
@@ -1655,731 +1681,705 @@
1655
1681
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1656
1682
  }
1657
1683
  }
1658
- .input__input_7ldec {
1684
+ .input__input_1xn4s {
1659
1685
  color: #000;
1660
1686
  caret-color: #0072ef;
1661
1687
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1662
1688
  }
1663
- .input__input_7ldec:-webkit-autofill {
1689
+ .input__input_1xn4s:-webkit-autofill {
1664
1690
  -webkit-text-fill-color: #000;
1665
1691
  }
1666
- .input__input_7ldec::placeholder {
1692
+ .input__input_1xn4s::placeholder {
1667
1693
  color: rgba(60, 60, 67, 0.6);
1668
1694
  }
1669
- .input__hasLabel_7ldec::placeholder {
1695
+ .input__hasLabel_1xn4s::placeholder {
1670
1696
  color: #c5c5c7;
1671
1697
  }
1672
- .input__clearIcon_7ldec {
1698
+ .input__clearIcon_1xn4s {
1673
1699
  color: #000;
1674
1700
  }
1675
- .input__input_7ldec:read-only {
1701
+ .input__input_1xn4s:read-only {
1676
1702
  color: rgba(60, 60, 67, 0.6)
1677
1703
  }
1678
- .input__input_7ldec:read-only:focus::placeholder {
1704
+ .input__input_1xn4s:read-only:focus::placeholder {
1679
1705
  color: rgba(60, 60, 67, 0.6);
1680
1706
  }
1681
- .input__input_7ldec:disabled {
1707
+ .input__input_1xn4s:disabled {
1682
1708
  color: #000;
1683
1709
  -webkit-text-fill-color: #000;
1684
1710
  }
1685
- .input__input_7ldec:focus::placeholder {
1711
+ .input__input_1xn4s:focus::placeholder {
1686
1712
  color: rgba(60, 60, 67, 0.3);
1687
1713
  }
1688
- .input__error_7ldec {
1714
+ .input__error_1xn4s {
1689
1715
  color: #ef3124;
1690
1716
  caret-color: #ef3124;
1691
- }.pagination__component_v8iqp {
1692
- color: #fff;
1693
- }
1694
- .pagination__dots_jccff {
1695
- color: #8d8d93;
1696
- }
1697
-
1698
- .pagination__tag_14jgw.pagination__tag_14jgw {
1699
- color: #8d8d93
1700
- }
1701
- .pagination__tag_14jgw.pagination__tag_14jgw:hover:not(:disabled) {
1702
- background-color: #2c2c2e;
1703
- color: #fff;
1704
- }
1705
- .pagination__tag_14jgw.pagination__tag_14jgw:active:not(:disabled) {
1706
- background-color: #3a3a3c;
1707
- }
1708
- .pagination__tag_14jgw.pagination__tag_14jgw.pagination__checked_14jgw {
1709
- background-color: #f3f4f5;
1710
- color: #000;
1711
- }
1712
- .pagination__tag_14jgw.pagination__tag_14jgw.pagination__checked_14jgw:hover:not(:disabled) {
1713
- color: #000;
1714
- }
1715
- .pagination__tag_14jgw.pagination__tag_14jgw.pagination__checked_14jgw:active:not(:disabled) {
1716
- color: #fff;
1717
- }.plate__component_16f3i {
1717
+ }.plate__component_104tj {
1718
1718
  color: #fff;
1719
1719
  }
1720
- .plate__focused_16f3i {
1720
+ .plate__focused_104tj {
1721
1721
  outline: 2px solid #0072ef;
1722
1722
  }
1723
- .plate__common_16f3i {
1723
+ .plate__common_104tj {
1724
1724
  background-color: #202022;
1725
1725
  border-color: #6d7986;
1726
1726
  }
1727
- .plate__negative_16f3i {
1727
+ .plate__negative_104tj {
1728
1728
  background-color: #35110d;
1729
1729
  border-color: #d91d0b;
1730
1730
  }
1731
- .plate__positive_16f3i {
1731
+ .plate__positive_104tj {
1732
1732
  background-color: #042117;
1733
1733
  border-color: #13a463;
1734
1734
  }
1735
- .plate__attention_16f3i {
1735
+ .plate__attention_104tj {
1736
1736
  background-color: #332104;
1737
1737
  border-color: #de6a00;
1738
- }.file-upload-item__component_1ugwv {
1738
+ }.file-upload-item__component_1q79g {
1739
1739
  color: #8d8d93;
1740
1740
  box-shadow: 0 -1px 0 0 #2b2b2e inset
1741
1741
  }
1742
- .file-upload-item__icon_1ugwv {
1742
+ .file-upload-item__icon_1q79g {
1743
1743
  color: #fff;
1744
1744
  }
1745
- .file-upload-item__errorIcon_1ugwv {
1745
+ .file-upload-item__errorIcon_1q79g {
1746
1746
  color: #d91d0b;
1747
1747
  }
1748
- .file-upload-item__successIcon_1ugwv {
1748
+ .file-upload-item__successIcon_1q79g {
1749
1749
  color: #2fc26e;
1750
1750
  }
1751
- .file-upload-item__name_1ugwv {
1751
+ .file-upload-item__name_1q79g {
1752
1752
  color: #fff
1753
1753
  }
1754
- .file-upload-item__errorWrapper_1ugwv {
1754
+ .file-upload-item__errorWrapper_1q79g {
1755
1755
  color: #ef3124
1756
- }.filter-tag__component_1pxi8.filter-tag__disabled_1pxi8 {
1756
+ }
1757
+
1758
+
1759
+
1760
+ .pure-cell__categoryPercent_1lgm3 {
1761
+ background-color: #202022;
1762
+ }
1763
+ .pure-cell__component_mkybu {
1764
+ background-color: #202022;
1765
+ }
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+ .filter-tag__component_1itj8.filter-tag__disabled_1itj8 {
1757
1772
  background-color: rgba(32, 32, 34, 0.3);
1758
1773
  }
1759
- .filter-tag__component_1pxi8.filter-tag__checked_1pxi8:not(.filter-tag__component_1pxi8.filter-tag__disabled_1pxi8) {
1774
+ .filter-tag__component_1itj8.filter-tag__checked_1itj8:not(.filter-tag__component_1itj8.filter-tag__disabled_1itj8) {
1760
1775
  background-color: #f3f4f5;
1761
1776
  }
1762
- .filter-tag__component_1pxi8.filter-tag__checked_1pxi8:not(.filter-tag__component_1pxi8.filter-tag__disabled_1pxi8):hover {
1777
+ .filter-tag__component_1itj8.filter-tag__checked_1itj8:not(.filter-tag__component_1itj8.filter-tag__disabled_1itj8):hover {
1763
1778
  background-color: #f3f4f5;
1764
1779
  }
1765
- .filter-tag__component_1pxi8.filter-tag__checked_1pxi8:not(.filter-tag__component_1pxi8.filter-tag__disabled_1pxi8):active {
1780
+ .filter-tag__component_1itj8.filter-tag__checked_1itj8:not(.filter-tag__component_1itj8.filter-tag__disabled_1itj8):active {
1766
1781
  background-color: rgb(194, 195, 196);
1767
1782
  }
1768
- .filter-tag__focused_1pxi8 {
1783
+ .filter-tag__focused_1itj8 {
1769
1784
  outline: 2px solid #0072ef;
1770
1785
  }
1771
- .filter-tag__valueButton_1pxi8 {
1786
+ .filter-tag__valueButton_1itj8 {
1772
1787
  color: #fff;
1773
1788
  background-color: #202022;
1774
1789
  border-color: transparent
1775
1790
  }
1776
- .filter-tag__valueButton_1pxi8:not(.filter-tag__valueButton_1pxi8:disabled):hover {
1791
+ .filter-tag__valueButton_1itj8:not(.filter-tag__valueButton_1itj8:disabled):hover {
1777
1792
  background-color: #202022;
1778
1793
  border-color: transparent;
1779
1794
  }
1780
- .filter-tag__valueButton_1pxi8:not(.filter-tag__valueButton_1pxi8:disabled):active {
1795
+ .filter-tag__valueButton_1itj8:not(.filter-tag__valueButton_1itj8:disabled):active {
1781
1796
  background-color: rgb(65, 65, 67);
1782
1797
  border-color: transparent;
1783
1798
  }
1784
- .filter-tag__valueButton_1pxi8:disabled {
1799
+ .filter-tag__valueButton_1itj8:disabled {
1785
1800
  background-color: rgba(32, 32, 34, 0.3);
1786
1801
  border-color: transparent;
1787
1802
  color: #464649;
1788
1803
  }
1789
- .filter-tag__valueButton_1pxi8.filter-tag__checked_1pxi8 {
1804
+ .filter-tag__valueButton_1itj8.filter-tag__checked_1itj8 {
1790
1805
  background-color: #f3f4f5;
1791
1806
  color: #000
1792
1807
  }
1793
- .filter-tag__valueButton_1pxi8.filter-tag__checked_1pxi8:not(.filter-tag__valueButton_1pxi8:disabled):hover {
1808
+ .filter-tag__valueButton_1itj8.filter-tag__checked_1itj8:not(.filter-tag__valueButton_1itj8:disabled):hover {
1794
1809
  background-color: #f3f4f5;
1795
1810
  }
1796
- .filter-tag__valueButton_1pxi8.filter-tag__checked_1pxi8:not(.filter-tag__valueButton_1pxi8:disabled):active {
1811
+ .filter-tag__valueButton_1itj8.filter-tag__checked_1itj8:not(.filter-tag__valueButton_1itj8:disabled):active {
1797
1812
  background-color: rgb(194, 195, 196);
1798
1813
  }
1799
- .filter-tag__valueButton_1pxi8.filter-tag__checked_1pxi8:not(.filter-tag__valueButton_1pxi8:disabled):hover + .filter-tag__clear_1pxi8:before {
1814
+ .filter-tag__valueButton_1itj8.filter-tag__checked_1itj8:not(.filter-tag__valueButton_1itj8:disabled):hover + .filter-tag__clear_1itj8:before {
1800
1815
  background-color: #464649;
1801
1816
  }
1802
- .filter-tag__valueButton_1pxi8.filter-tag__checked_1pxi8:not(.filter-tag__valueButton_1pxi8:disabled):active + .filter-tag__clear_1pxi8:before {
1817
+ .filter-tag__valueButton_1itj8.filter-tag__checked_1itj8:not(.filter-tag__valueButton_1itj8:disabled):active + .filter-tag__clear_1itj8:before {
1803
1818
  background-color: transparent;
1804
1819
  }
1805
- .filter-tag__valueButton_1pxi8.filter-tag__checked_1pxi8:disabled {
1820
+ .filter-tag__valueButton_1itj8.filter-tag__checked_1itj8:disabled {
1806
1821
  background-color: rgba(243, 244, 245, 0.3);
1807
1822
  color: #000;
1808
1823
  }
1809
- .filter-tag__clear_1pxi8 {
1824
+ .filter-tag__clear_1itj8 {
1810
1825
  background-color: #f3f4f5
1811
1826
  }
1812
- .filter-tag__clear_1pxi8:before {
1827
+ .filter-tag__clear_1itj8:before {
1813
1828
  background-color: #464649;
1814
1829
  }
1815
- .filter-tag__clear_1pxi8:hover:before {
1830
+ .filter-tag__clear_1itj8:hover:before {
1816
1831
  background-color: #464649;
1817
1832
  }
1818
- .filter-tag__clear_1pxi8:active:before {
1833
+ .filter-tag__clear_1itj8:active:before {
1819
1834
  background-color: transparent;
1820
1835
  }
1821
- .filter-tag__clear_1pxi8:hover {
1836
+ .filter-tag__clear_1itj8:hover {
1822
1837
  background-color: #f3f4f5;
1823
1838
  }
1824
- .filter-tag__clear_1pxi8:active {
1839
+ .filter-tag__clear_1itj8:active {
1825
1840
  background-color: rgb(194, 195, 196);
1826
- }
1827
-
1828
-
1829
-
1830
- .pure-cell__categoryPercent_2dc4f {
1831
- background-color: #202022;
1832
- }
1833
- .pure-cell__component_a1ej3 {
1834
- background-color: #202022;
1835
- }
1836
-
1837
-
1838
-
1839
-
1840
-
1841
- .bottom-sheet__modal_316ht {
1841
+ }.bottom-sheet__modal_s5s5k {
1842
1842
  background-color: transparent;
1843
1843
  }
1844
- .bottom-sheet__component_316ht {
1844
+ .bottom-sheet__component_s5s5k {
1845
1845
  background: #121212;
1846
1846
  }
1847
- .bottom-sheet__marker_316ht {
1847
+ .bottom-sheet__marker_s5s5k {
1848
1848
  background-color: #2a2a2c;
1849
1849
  }
1850
- .bottom-sheet__content_316ht {
1850
+ .bottom-sheet__content_s5s5k {
1851
1851
  color: #fff;
1852
1852
  background-color: #121212;
1853
1853
  }
1854
- .bottom-sheet__backer_it2ji {
1854
+ .bottom-sheet__backer_l509u {
1855
1855
  color: #fff;
1856
1856
  }
1857
- .bottom-sheet__button_it2ji {
1857
+ .bottom-sheet__button_l509u {
1858
1858
  background: rgba(255, 255, 255, 0.03);
1859
1859
  }
1860
- .bottom-sheet__closer_o3554 {
1860
+ .bottom-sheet__closer_1d7qs {
1861
1861
  color: #fff;
1862
1862
  }
1863
- .bottom-sheet__button_o3554 {
1863
+ .bottom-sheet__button_1d7qs {
1864
1864
  background: rgba(255, 255, 255, 0.03);
1865
1865
  }
1866
- .bottom-sheet__footer_7ncgx {
1866
+ .bottom-sheet__footer_80ud5 {
1867
1867
  background-color: #121212;
1868
1868
  }
1869
- .bottom-sheet__highlighted_7ncgx {
1869
+ .bottom-sheet__highlighted_80ud5 {
1870
1870
  border-top: 1px solid #2b2b2e;
1871
1871
  background-color: #121212;
1872
1872
  }
1873
- .bottom-sheet__headerWrapper_4wdz6 {
1873
+ .bottom-sheet__headerWrapper_59vve {
1874
1874
  background-color: #121212;
1875
1875
  }
1876
- .bottom-sheet__highlighted_4wdz6 {
1876
+ .bottom-sheet__highlighted_59vve {
1877
1877
  border-bottom: 1px solid #2b2b2e;
1878
1878
  }
1879
1879
 
1880
1880
 
1881
- .modal__button_1f9q8 {
1881
+ .modal__button_4nuhy {
1882
1882
  background: rgba(18, 18, 18, 0.4);
1883
1883
  }
1884
1884
 
1885
1885
 
1886
1886
 
1887
1887
 
1888
- .modal__sticky_1pbin {
1888
+ .modal__sticky_ta5hb {
1889
1889
  background: #121212;
1890
1890
  }
1891
- .modal__highlighted_1pbin {
1891
+ .modal__highlighted_ta5hb {
1892
1892
  background: #121212;
1893
1893
  box-shadow: 0 -1px 0 0 #2b2b2e;
1894
1894
  }
1895
1895
 
1896
1896
 
1897
1897
 
1898
- .modal__highlighted_vt3cd {
1898
+ .modal__highlighted_1ysu8 {
1899
1899
  background: #121212;
1900
1900
  }
1901
- .modal__sticky_vt3cd.modal__hasContent_vt3cd {
1901
+ .modal__sticky_1ysu8.modal__hasContent_1ysu8 {
1902
1902
  background: #121212;
1903
1903
  }
1904
- .toast-plate__component_18mcb {
1904
+ .toast-plate__component_knce3 {
1905
1905
  color: #000;
1906
1906
  background-color: #fff
1907
1907
  }
1908
- .toast-plate__closeButtonWrapper_18mcb:before {
1908
+ .toast-plate__closeButtonWrapper_knce3:before {
1909
1909
  background-color: #e9e9eb;
1910
1910
  }
1911
1911
 
1912
1912
 
1913
1913
 
1914
- .side-panel__button_bpqf2 {
1914
+ .side-panel__button_1ba1u {
1915
1915
  background: rgba(18, 18, 18, 0.4);
1916
1916
  }
1917
1917
 
1918
1918
 
1919
1919
 
1920
1920
 
1921
- .side-panel__sticky_4t31n {
1921
+ .side-panel__sticky_16kfr {
1922
1922
  background: #121212;
1923
1923
  }
1924
- .side-panel__highlighted_4t31n {
1924
+ .side-panel__highlighted_16kfr {
1925
1925
  background: #121212;
1926
1926
  box-shadow: 0 -1px 0 0 #2b2b2e;
1927
1927
  }
1928
1928
 
1929
1929
 
1930
1930
 
1931
- .side-panel__highlighted_jy05m {
1931
+ .side-panel__highlighted_12bap {
1932
1932
  background: #121212;
1933
1933
  }
1934
- .side-panel__sticky_jy05m.side-panel__hasContent_jy05m {
1934
+ .side-panel__sticky_12bap.side-panel__hasContent_12bap {
1935
1935
  background: #121212;
1936
1936
  }
1937
- .slider-input__steps_156o7 {
1937
+ .slider-input__steps_5ou9q {
1938
1938
  color: #8d8d93;
1939
1939
  }
1940
- .slider-input__info_156o7 {
1940
+ .slider-input__info_5ou9q {
1941
1941
  color: #8d8d93;
1942
- }.with-suffix__hasSuffix_vnwhx input:focus::placeholder {
1942
+ }.with-suffix__hasSuffix_g70ts input:focus::placeholder {
1943
1943
  color: transparent;
1944
1944
  }
1945
- .with-suffix__disabled_vnwhx {
1945
+ .with-suffix__disabled_g70ts {
1946
1946
  color: #fff;
1947
- }.tooltip__hint_1r9po {
1947
+ }.tooltip__hint_1d1lu {
1948
1948
  background-color: #fff;
1949
1949
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
1950
1950
  0 8px 16px rgba(11, 31, 53, 0.16);
1951
1951
  color: #000;
1952
1952
  }
1953
- .tooltip__hint_1r9po .tooltip__arrow_1r9po:after {
1953
+ .tooltip__hint_1d1lu .tooltip__arrow_1d1lu:after {
1954
1954
  background-color: #fff;
1955
1955
  border-color: #fff;
1956
1956
  }
1957
1957
 
1958
- .tooltip__tooltip_p1qg6 {
1958
+ .tooltip__tooltip_atmm0 {
1959
1959
  background-color: #fff;
1960
1960
  color: #000;
1961
1961
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
1962
1962
  0 8px 16px rgba(11, 31, 53, 0.16);
1963
1963
  }
1964
- .tooltip__tooltip_p1qg6 .tooltip__arrow_p1qg6:after {
1964
+ .tooltip__tooltip_atmm0 .tooltip__arrow_atmm0:after {
1965
1965
  background-color: #fff;
1966
1966
  }
1967
- .tooltip__hint_p1qg6 {
1967
+ .tooltip__hint_atmm0 {
1968
1968
  background-color: #121212;
1969
1969
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1970
1970
  color: #fff;
1971
1971
  }
1972
- .tooltip__hint_p1qg6 .tooltip__arrow_p1qg6:after {
1972
+ .tooltip__hint_atmm0 .tooltip__arrow_atmm0:after {
1973
1973
  background-color: #121212;
1974
1974
  }
1975
- .toast__toastPlate_kksya {
1975
+ .toast__toastPlate_1dh4n {
1976
1976
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1977
1977
  }
1978
- .toast__popoverInner_kksya {
1978
+ .toast__popoverInner_1dh4n {
1979
1979
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1980
1980
  background-color: transparent;
1981
1981
  }
1982
- .calendar__wrapper_tuk7i {
1982
+ .calendar__wrapper_1rwx6 {
1983
1983
  background: #121212;
1984
1984
  }
1985
- .calendar__calendar_tuk7i th {
1985
+ .calendar__calendar_1rwx6 th {
1986
1986
  border-bottom: 1px solid #2b2b2e;
1987
1987
  }
1988
- .calendar__dayNames_tuk7i {
1988
+ .calendar__dayNames_1rwx6 {
1989
1989
  border-bottom: 1px solid #2b2b2e
1990
1990
  }
1991
- .calendar__month_tuk7i {
1991
+ .calendar__month_1rwx6 {
1992
1992
  color: #fff;
1993
1993
  }
1994
- .calendar__dayName_tuk7i {
1994
+ .calendar__dayName_1rwx6 {
1995
1995
  color: #8d8d93
1996
1996
  }
1997
- .calendar__dayName_1j7i8 {
1997
+ .calendar__dayName_1765f {
1998
1998
  color: #8d8d93
1999
1999
  }
2000
- .calendar__day_1j7i8 {
2000
+ .calendar__day_1765f {
2001
2001
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2002
2002
  color: #fff
2003
2003
  }
2004
- .calendar__day_1j7i8.calendar__highlighted_1j7i8,
2005
- .calendar__day_1j7i8.calendar__range_1j7i8.calendar__highlighted_1j7i8:not(.calendar__disabled_1j7i8) {
2004
+ .calendar__day_1765f.calendar__highlighted_1765f,
2005
+ .calendar__day_1765f.calendar__range_1765f.calendar__highlighted_1765f:not(.calendar__disabled_1765f) {
2006
2006
  color: #fff;
2007
2007
  background: #2a2a2c;
2008
2008
  }
2009
- .calendar__day_1j7i8.calendar__holiday_1j7i8 {
2009
+ .calendar__day_1765f.calendar__holiday_1765f {
2010
2010
  color: #ef3124;
2011
2011
  }
2012
- .calendar__day_1j7i8.calendar__disabled_1j7i8 {
2012
+ .calendar__day_1765f.calendar__disabled_1765f {
2013
2013
  color: #464649;
2014
2014
  background: transparent;
2015
2015
  }
2016
- .calendar__day_1j7i8.calendar__today_1j7i8 {
2016
+ .calendar__day_1765f.calendar__today_1765f {
2017
2017
  color: #0072ef;
2018
2018
  }
2019
- .calendar__day_1j7i8.calendar__rangeComplete_1j7i8 {
2019
+ .calendar__day_1765f.calendar__rangeComplete_1765f {
2020
2020
  background: #e8f2fe;
2021
2021
  }
2022
- .calendar__day_1j7i8.calendar__selected_1j7i8,
2023
- .calendar__day_1j7i8.calendar__disabled_1j7i8.calendar__selected_1j7i8 {
2022
+ .calendar__day_1765f.calendar__selected_1765f,
2023
+ .calendar__day_1765f.calendar__disabled_1765f.calendar__selected_1765f {
2024
2024
  color: #000;
2025
2025
  background: #fff;
2026
2026
  }
2027
2027
  @media (hover) {
2028
- .calendar__day_1j7i8.calendar__selected_1j7i8:hover {
2028
+ .calendar__day_1765f.calendar__selected_1765f:hover {
2029
2029
  background: rgb(217, 217, 217);
2030
2030
  }
2031
2031
  }
2032
- .calendar__dayWrapper_1j7i8 {
2032
+ .calendar__dayWrapper_1765f {
2033
2033
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
2034
2034
  }
2035
- .calendar__range_1j7i8 .calendar__day_1j7i8:not(.calendar__selected_1j7i8):not(.calendar__disabled_1j7i8):not(.calendar__today_1j7i8):not(.calendar__holiday_1j7i8) {
2035
+ .calendar__range_1765f .calendar__day_1765f:not(.calendar__selected_1765f):not(.calendar__disabled_1765f):not(.calendar__today_1765f):not(.calendar__holiday_1765f) {
2036
2036
  color: #fff;
2037
2037
  }
2038
- .calendar__range_1j7i8:before {
2038
+ .calendar__range_1765f:before {
2039
2039
  background: rgba(255, 255, 255, 0.1);
2040
2040
  }
2041
- .calendar__rangeComplete_1j7i8:before {
2041
+ .calendar__rangeComplete_1765f:before {
2042
2042
  background: #e8f2fe;
2043
2043
  }
2044
- .calendar__transitLeft_1j7i8:after {
2044
+ .calendar__transitLeft_1765f:after {
2045
2045
  background: linear-gradient(
2046
2046
  270deg,
2047
2047
  rgba(255, 255, 255, 0.1) 0%,
2048
2048
  rgba(255, 255, 255, 0) 100%
2049
2049
  );
2050
2050
  }
2051
- .calendar__transitRight_1j7i8:after {
2051
+ .calendar__transitRight_1765f:after {
2052
2052
  background: linear-gradient(
2053
2053
  270deg,
2054
2054
  rgba(255, 255, 255, 0) 0%,
2055
2055
  rgba(255, 255, 255, 0.1) 100%
2056
2056
  );
2057
2057
  }
2058
- .calendar__rangeComplete_1j7i8.calendar__transitLeft_1j7i8:after {
2058
+ .calendar__rangeComplete_1765f.calendar__transitLeft_1765f:after {
2059
2059
  background: linear-gradient(
2060
2060
  270deg,
2061
2061
  #e8f2fe 0%,
2062
2062
  rgba(255, 255, 255, 0) 100%
2063
2063
  );
2064
2064
  }
2065
- .calendar__rangeComplete_1j7i8.calendar__transitRight_1j7i8:after {
2065
+ .calendar__rangeComplete_1765f.calendar__transitRight_1765f:after {
2066
2066
  background: linear-gradient(
2067
2067
  270deg,
2068
2068
  rgba(255, 255, 255, 0) 0%,
2069
2069
  #e8f2fe 100%
2070
2070
  );
2071
2071
  }
2072
- .calendar__dot_1j7i8 {
2072
+ .calendar__dot_1765f {
2073
2073
  background: #fff;
2074
2074
  }
2075
- .calendar__selected_1j7i8 .calendar__dot_1j7i8 {
2075
+ .calendar__selected_1765f .calendar__dot_1765f {
2076
2076
  background: #000;
2077
2077
  }
2078
- .calendar__withShadow_dc5wi {
2078
+ .calendar__withShadow_1uat6 {
2079
2079
  box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2080
2080
  }
2081
2081
 
2082
2082
  @media (max-width: 374px) {
2083
2083
  }
2084
- .calendar__empty_r61gy {
2084
+ .calendar__empty_93kpb {
2085
2085
  color: #8d8d93;
2086
2086
  }
2087
- .cc-calendar .calendar__button_6omri {
2087
+ .cc-calendar .calendar__button_1qmx1 {
2088
2088
  background-color: transparent
2089
2089
  }
2090
- .cc-calendar .calendar__button_6omri:not(:disabled):hover {
2090
+ .cc-calendar .calendar__button_1qmx1:not(:disabled):hover {
2091
2091
  background-color: #2c2c2e;
2092
2092
  color: #fff;
2093
2093
  }
2094
- .cc-calendar .calendar__button_6omri.calendar__filled_6omri {
2094
+ .cc-calendar .calendar__button_1qmx1.calendar__filled_1qmx1 {
2095
2095
  background-color: #2c2c2e
2096
2096
  }
2097
- .cc-calendar .calendar__button_6omri.calendar__filled_6omri:not(:disabled):hover {
2097
+ .cc-calendar .calendar__button_1qmx1.calendar__filled_1qmx1:not(:disabled):hover {
2098
2098
  background-color: rgb(59, 59, 61);
2099
2099
  }
2100
- .cc-calendar .calendar__button_6omri.calendar__outlined_6omri {
2100
+ .cc-calendar .calendar__button_1qmx1.calendar__outlined_1qmx1 {
2101
2101
  border: 1px solid #fff;
2102
2102
  }
2103
- .cc-calendar .calendar__button_6omri.calendar__selected_6omri,
2104
- .cc-calendar .calendar__button_6omri.calendar__selected_6omri:disabled {
2103
+ .cc-calendar .calendar__button_1qmx1.calendar__selected_1qmx1,
2104
+ .cc-calendar .calendar__button_1qmx1.calendar__selected_1qmx1:disabled {
2105
2105
  background-color: #fff;
2106
2106
  color: #000
2107
2107
  }
2108
- .cc-calendar .calendar__button_6omri.calendar__selected_6omri:not(:disabled):hover, .cc-calendar .calendar__button_6omri.calendar__selected_6omri:disabled:not(:disabled):hover {
2108
+ .cc-calendar .calendar__button_1qmx1.calendar__selected_1qmx1:not(:disabled):hover, .cc-calendar .calendar__button_1qmx1.calendar__selected_1qmx1:disabled:not(:disabled):hover {
2109
2109
  background-color: #fff;
2110
2110
  color: #000;
2111
2111
  }
2112
2112
  @media (max-width: 374px) {
2113
- }.bank-card__component_1ft62 {
2113
+ }.bank-card__component_1ahh6 {
2114
2114
  --form-control-bg-color: transparent;
2115
2115
  --form-control-hover-bg-color: transparent;
2116
2116
  --form-control-focus-bg-color: transparent;
2117
2117
  }
2118
- .bank-card__label_1ft62 {
2118
+ .bank-card__label_1ahh6 {
2119
2119
  color: rgba(0, 0, 0, 0.6)
2120
2120
  }
2121
- .bank-card__focused_1ft62 .bank-card__label_1ft62,
2122
- .bank-card__filled_1ft62 .bank-card__label_1ft62 {
2121
+ .bank-card__focused_1ahh6 .bank-card__label_1ahh6,
2122
+ .bank-card__filled_1ahh6 .bank-card__label_1ahh6 {
2123
2123
  color: #000
2124
2124
  }
2125
- .bank-card__input_1ft62 {
2125
+ .bank-card__input_1ahh6 {
2126
2126
  color: #000;
2127
2127
  caret-color: #000
2128
2128
  }
2129
- .bank-card__bankLogo_1ft62 svg g {
2129
+ .bank-card__bankLogo_1ahh6 svg g {
2130
2130
  fill: #000;
2131
2131
  }
2132
- .bank-card__brandLogo_1ft62 svg {
2132
+ .bank-card__brandLogo_1ahh6 svg {
2133
2133
  fill: #000;
2134
2134
  }
2135
- .bank-card__usePhoto_1ft62 {
2135
+ .bank-card__usePhoto_1ahh6 {
2136
2136
  background-color: transparent
2137
2137
  }
2138
- .bank-card__usePhoto_1ft62 svg {
2138
+ .bank-card__usePhoto_1ahh6 svg {
2139
2139
  fill: #000;
2140
- }.amount-input__minorPartAndCurrency_1dcy0 {
2141
- color: #8d8d93;
2142
- }
2143
- .amount-input__filled_p5ndl .amount-input__input_p5ndl,
2144
- .amount-input__input_p5ndl:focus {
2145
- -webkit-text-fill-color: transparent;
2146
- }
2147
- .amount-input__minorPartAndCurrency_zjpx3 {
2148
- color: #8a8a8e;
2149
- }.select__arrow_utw8x {
2140
+ }.select__arrow_1ndrn {
2150
2141
  color: #fff;
2151
2142
  }
2152
- .select__popoverInner_1a6bv {
2143
+ .select__popoverInner_1d78n {
2153
2144
  background: transparent;
2154
2145
  }
2155
- .select__optionsList_1a6bv {
2146
+ .select__optionsList_1d78n {
2156
2147
  box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2157
2148
  background: #121212;
2158
2149
  }
2159
- .select__popoverInner_ssvy0 {
2150
+ .select__popoverInner_qn1gq {
2160
2151
  background: transparent;
2161
2152
  }
2162
- .select__single_f2cjf {
2153
+ .select__single_18ha9 {
2163
2154
  background: #fff
2164
2155
  }
2165
- .select__placeholder_idmmh {
2156
+ .select__placeholder_1fhid {
2166
2157
  color: #8d8d93;
2167
2158
  }
2168
- .select__focusVisible_idmmh {
2159
+ .select__focusVisible_1fhid {
2169
2160
  outline: 2px solid #0072ef;
2170
2161
  }
2171
- .select__optgroup_t4uk2 {
2162
+ .select__optgroup_jh9gr {
2172
2163
  background: #121212
2173
2164
  }
2174
- .select__label_t4uk2 {
2165
+ .select__label_jh9gr {
2175
2166
  color: #8d8d93;
2176
2167
  }
2177
- .select__option_1430c {
2168
+ .select__option_1wmvr {
2178
2169
  background: #121212;
2179
2170
  color: #fff
2180
2171
  }
2181
- .select__option_1430c:not(.select__disabled_1430c):active {
2172
+ .select__option_1wmvr:not(.select__disabled_1wmvr):active {
2182
2173
  background: #2c2c2e;
2183
2174
  color: #fff;
2184
2175
  }
2185
- .select__option_1430c:before {
2176
+ .select__option_1wmvr:before {
2186
2177
  background: #2b2b2e;
2187
2178
  }
2188
- .select__selected_1430c {
2179
+ .select__selected_1wmvr {
2189
2180
  background: #121212;
2190
2181
  color: #fff;
2191
2182
  }
2192
- .select__highlighted_1430c {
2183
+ .select__highlighted_1wmvr {
2193
2184
  background: #202022;
2194
2185
  color: #fff
2195
2186
  }
2196
- .select__disabled_1430c {
2187
+ .select__disabled_1wmvr {
2197
2188
  background: #121212;
2198
2189
  color: #8d8d93;
2199
2190
  }
2200
- .select__emptyPlaceholder_12vc2 {
2191
+ .select__emptyPlaceholder_zufa3 {
2201
2192
  color: #8d8d93;
2202
2193
  }
2203
- .select__virtualRow_wn18q:before {
2194
+ .select__virtualRow_1q1yy:before {
2204
2195
  background: #2b2b2e;
2205
2196
  }
2206
- .select__emptyPlaceholder_wn18q {
2197
+ .select__emptyPlaceholder_1q1yy {
2207
2198
  color: #8d8d93;
2208
2199
  }
2209
2200
 
2210
2201
 
2211
2202
 
2212
- .select__emptyPlaceholder_1y0su {
2203
+ .select__emptyPlaceholder_1jt7e {
2213
2204
  color: #8d8d93;
2214
2205
  }
2215
- .select__footer_1y0su {
2206
+ .select__footer_1jt7e {
2216
2207
  background-color: #121212
2217
2208
  }
2218
- .select__highlighted_1y0su {
2209
+ .select__highlighted_1jt7e {
2219
2210
  border-top: 1px solid #2b2b2e;
2220
2211
  background-color: #121212;
2221
2212
  }
2222
- .select__footer_uqx9f {
2213
+ .select__footer_159kn {
2223
2214
  background: #121212
2224
2215
  }
2225
- .select__withBorder_uqx9f {
2216
+ .select__withBorder_159kn {
2226
2217
  box-shadow: inset 0 1px 0 #262629;
2218
+ }.amount-input__minorPartAndCurrency_6w3cv {
2219
+ color: #8d8d93;
2220
+ }
2221
+ .amount-input__filled_1g331 .amount-input__input_1g331,
2222
+ .amount-input__input_1g331:focus {
2223
+ -webkit-text-fill-color: transparent;
2224
+ }
2225
+ .amount-input__minorPartAndCurrency_1s3zb {
2226
+ color: #8a8a8e;
2227
2227
  }@media (min-width: 600px) {
2228
- }.gallery__modal_155h7 {
2228
+ }.calendar-with-skeleton__skeleton_4cwfw {
2229
+ background-color: #121212;
2230
+ }.calendar-input__calendarIcon_13a1s {
2231
+ color: #fff
2232
+ }.gallery__modal_acwdf {
2229
2233
  background: transparent;
2230
2234
  }
2231
- .gallery__header_1yy79 {
2235
+ .gallery__header_1tuon {
2232
2236
  background-color: #e9e9eb;
2233
2237
  }
2234
2238
 
2235
- .gallery__component_1u599 {
2239
+ .gallery__component_8f7nc {
2236
2240
  border: 2px solid rgba(0, 0, 0, 0);
2237
2241
  }
2238
- .gallery__active_1u599 {
2242
+ .gallery__active_8f7nc {
2239
2243
  border-color: #000
2240
2244
  }
2241
- .gallery__image_1u599 {
2245
+ .gallery__image_8f7nc {
2242
2246
  background-color: #121212
2243
2247
  }
2244
- .gallery__loading_1u599 {
2248
+ .gallery__loading_8f7nc {
2245
2249
  background-color: #e9eaeb;
2246
2250
  }
2247
- .gallery__brokenImageWrapper_1u599 {
2251
+ .gallery__brokenImageWrapper_8f7nc {
2248
2252
  background-color: #121212
2249
2253
  }
2250
- .gallery__focused_1u599 {
2254
+ .gallery__focused_8f7nc {
2251
2255
  outline: 2px solid #0072ef;
2252
2256
  }
2253
- .gallery__component_5ylcr {
2257
+ .gallery__component_1lcon {
2254
2258
  background-color: rgba(255, 255, 255, 0.5);
2255
2259
  }
2256
- .gallery__slideLoading_5ylcr {
2260
+ .gallery__slideLoading_1lcon {
2257
2261
  background-color: #e9eaeb;
2258
2262
  }
2259
- .gallery__image_5ylcr {
2263
+ .gallery__image_1lcon {
2260
2264
  background-color: #121212;
2261
2265
  }
2262
- .gallery__smallImage_5ylcr {
2266
+ .gallery__smallImage_1lcon {
2263
2267
  background-color: #121212;
2264
2268
  }
2265
- .gallery__arrow_5ylcr {
2269
+ .gallery__arrow_1lcon {
2266
2270
  color: #000
2267
2271
  }
2268
- .gallery__arrow_5ylcr:hover {
2272
+ .gallery__arrow_1lcon:hover {
2269
2273
  background-color: rgba(255, 255, 255, 0.1);
2270
2274
  }
2271
- .gallery__arrow_5ylcr:active {
2275
+ .gallery__arrow_1lcon:active {
2272
2276
  background-color: rgba(255, 255, 255, 0.2);
2273
2277
  }
2274
- .gallery__focused_5ylcr {
2278
+ .gallery__focused_1lcon {
2275
2279
  outline: 2px solid #0072ef;
2276
2280
  }
2277
- .gallery__placeholder_5ylcr {
2281
+ .gallery__placeholder_1lcon {
2278
2282
  background-color: #121212;
2279
2283
  }
2280
- .gallery__fullScreenImage_5ylcr {
2284
+ .gallery__fullScreenImage_1lcon {
2281
2285
  background-color: #121212;
2282
2286
  }
2283
- .gallery__component_1bwwt {
2287
+ .gallery__component_ijr4k {
2284
2288
  background-color: #e9e9eb
2285
- }.calendar-with-skeleton__skeleton_1q298 {
2286
- background-color: #121212;
2287
- }.calendar-input__calendarIcon_esga8 {
2288
- color: #fff
2289
- }.select-with-tags__tag_9lszn:active:not(:disabled) {
2289
+ }
2290
+
2291
+ .input-autocomplete__placeholder_zz23p {
2292
+ color: #8d8d93;
2293
+ }
2294
+ .input-autocomplete__focusVisible_zz23p {
2295
+ outline: 2px solid #0072ef;
2296
+ }
2297
+ .intl-phone-input__flagIcon_5umv7 {
2298
+ box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2299
+ }
2300
+ .intl-phone-input__dialCode_49yh3 {
2301
+ color: #8d8d93;
2302
+ }
2303
+ .intl-phone-input__focusVisible_gmonx {
2304
+ outline: 2px solid #0072ef;
2305
+ }.select-with-tags__tag_pfajn:active:not(:disabled) {
2290
2306
  background-color: #f3f4f5;
2291
2307
  }
2292
- .select-with-tags__tag_9lszn:hover:not(:disabled):not(:active) {
2308
+ .select-with-tags__tag_pfajn:hover:not(:disabled):not(:active) {
2293
2309
  background-color: #f3f4f5;
2294
2310
  }
2295
- .select-with-tags__input_uglxn {
2311
+ .select-with-tags__input_xo7nn {
2296
2312
  background-color: transparent;
2297
2313
  color: #fff
2298
2314
  }
2299
- .select-with-tags__input_uglxn:disabled {
2315
+ .select-with-tags__input_xo7nn:disabled {
2300
2316
  color: #8d8d93;
2301
2317
  }
2302
- .select-with-tags__input_uglxn::placeholder {
2318
+ .select-with-tags__input_xo7nn::placeholder {
2303
2319
  color: #8d8d93;
2304
2320
  }
2305
- .select-with-tags__input_uglxn:focus::placeholder {
2321
+ .select-with-tags__input_xo7nn:focus::placeholder {
2306
2322
  color: #464649;
2307
2323
  }
2308
- .select-with-tags__focusVisible_uglxn {
2324
+ .select-with-tags__focusVisible_xo7nn {
2309
2325
  outline: 2px solid #0072ef;
2310
2326
  }
2311
- .select-with-tags__placeholder_uglxn {
2327
+ .select-with-tags__placeholder_xo7nn {
2312
2328
  color: #464649;
2313
- }
2314
-
2315
- .input-autocomplete__placeholder_1w8vf {
2316
- color: #8d8d93;
2317
- }
2318
- .input-autocomplete__focusVisible_1w8vf {
2319
- outline: 2px solid #0072ef;
2320
- }
2321
- .intl-phone-input__flagIcon_1hfpr {
2322
- box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2323
- }
2324
- .intl-phone-input__dialCode_9geox {
2325
- color: #8d8d93;
2326
- }
2327
- .intl-phone-input__focusVisible_f4p4s {
2328
- outline: 2px solid #0072ef;
2329
- }.table__component_16pf8 {
2329
+ }.table__component_1p8hw {
2330
2330
  border-top: 1px solid #2b2b2e;
2331
2331
  }
2332
- .table__wrapper_b4a65 {
2332
+ .table__wrapper_4luyo {
2333
2333
  background: #121212;
2334
2334
  box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2335
2335
  0 2px 4px rgba(11, 31, 53, 0.16);
2336
2336
  }
2337
2337
 
2338
- .table__component_1dgpr {
2338
+ .table__component_1g61o {
2339
2339
  color: #fff;
2340
2340
  border-top: 1px solid #2b2b2e;
2341
2341
  }
2342
2342
 
2343
- .table__component_de2iz th:not(:last-child):not(:empty):after {
2343
+ .table__component_1fah4 th:not(:last-child):not(:empty):after {
2344
2344
  background-color: #2a2a2c;
2345
2345
  }
2346
- .table__component_10jk4 {
2346
+ .table__component_ofk7z {
2347
2347
  color: #fff;
2348
2348
  border-bottom: 1px solid #2b2b2e;
2349
2349
  background: #121212;
2350
2350
  }
2351
- .table__sorted_10jk4 {
2351
+ .table__sorted_ofk7z {
2352
2352
  color: #fff;
2353
2353
  }
2354
- .table__component_36nkr {
2354
+ .table__component_cb291 {
2355
2355
  background: #121212
2356
2356
  }
2357
- .table__withoutBorder_36nkr {
2357
+ .table__withoutBorder_cb291 {
2358
2358
  }
2359
- .table__clickable_36nkr:hover {
2359
+ .table__clickable_cb291:hover {
2360
2360
  background-color: #202022;
2361
2361
  }
2362
- .table__selected_36nkr {
2362
+ .table__selected_cb291 {
2363
2363
  background-color: #f2f8ff
2364
2364
  }
2365
- .table__selected_36nkr:hover {
2365
+ .table__selected_cb291:hover {
2366
2366
  background-color: #e8f2fe;
2367
2367
  }
2368
- .table__icon_1c1mv {
2368
+ .table__icon_z44ws {
2369
2369
  color: #8d8d93
2370
2370
  }
2371
- .table__icon_1c1mv:hover {
2371
+ .table__icon_z44ws:hover {
2372
2372
  color: #fff;
2373
2373
  }
2374
- .table__sorted_1c1mv {
2374
+ .table__sorted_z44ws {
2375
2375
  color: #0072ef
2376
2376
  }
2377
- .table__sorted_1c1mv:hover {
2377
+ .table__sorted_z44ws:hover {
2378
2378
  color: #0072ef;
2379
2379
  }
2380
- .table__open_133ie,
2381
- .table__open_133ie:hover {
2380
+ .table__open_1lml2,
2381
+ .table__open_1lml2:hover {
2382
2382
  background-color: rgba(255, 255, 255, 0.163);
2383
- }.calendar-range__divider_5j669:after {
2383
+ }.calendar-range__divider_ru0t2:after {
2384
2384
  background-color: #fff;
2385
2385
  }