@alfalab/core-components 28.5.0-beta.0 → 28.5.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 (2203) hide show
  1. package/alert/CHANGELOG.md +345 -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 +202 -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 +540 -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 +491 -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 +87 -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 +183 -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 +498 -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 +296 -0
  63. package/base-modal/Component.d.ts +5 -0
  64. package/base-modal/Component.js +23 -22
  65. package/base-modal/cssm/Component.d.ts +5 -0
  66. package/base-modal/cssm/Component.js +22 -21
  67. package/base-modal/esm/Component.d.ts +5 -0
  68. package/base-modal/esm/Component.js +23 -22
  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 +17 -16
  73. package/base-modal/modern/index.css +13 -13
  74. package/bottom-sheet/CHANGELOG.md +312 -0
  75. package/bottom-sheet/{component-f20f3826.d.ts → component-2ba09c68.d.ts} +13 -0
  76. package/bottom-sheet/{component-f20f3826.js → component-2ba09c68.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-43687476.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-150f41c3.d.ts} +13 -0
  94. package/bottom-sheet/esm/{component-43687476.js → component-150f41c3.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-ca030dd8.d.ts → tslib.es6-53ea191e.d.ts} +0 -0
  109. package/bottom-sheet/esm/{tslib.es6-ca030dd8.js → tslib.es6-53ea191e.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-1d2e6d04.d.ts → component-3e6ef8c8.d.ts} +13 -0
  114. package/bottom-sheet/modern/{component-1d2e6d04.js → component-3e6ef8c8.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-be86a9f1.d.ts → tslib.es6-a38279b1.d.ts} +0 -0
  128. package/bottom-sheet/{tslib.es6-be86a9f1.js → tslib.es6-a38279b1.js} +0 -0
  129. package/button/CHANGELOG.md +507 -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 +614 -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.d.ts +1 -1
  161. package/calendar/components/select-button/Component.js +2 -2
  162. package/calendar/components/select-button/index.css +10 -10
  163. package/calendar/components/select-button/index.js +1 -1
  164. package/calendar/components/years-table/Component.js +2 -2
  165. package/calendar/components/years-table/index.css +13 -13
  166. package/calendar/components/years-table/index.js +1 -1
  167. package/calendar/cssm/index-bdb4c6b9.d.ts +5 -0
  168. package/calendar/esm/Component.js +2 -2
  169. package/calendar/esm/components/calendar-mobile/Component.js +2 -2
  170. package/calendar/esm/components/calendar-mobile/index.css +11 -11
  171. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  172. package/calendar/esm/components/days-table/Component.js +2 -2
  173. package/calendar/esm/components/days-table/index.css +58 -58
  174. package/calendar/esm/components/days-table/index.js +1 -1
  175. package/calendar/esm/components/header/Component.js +1 -1
  176. package/calendar/esm/components/header/index.css +3 -3
  177. package/calendar/esm/components/month-year-header/Component.js +2 -2
  178. package/calendar/esm/components/month-year-header/index.css +10 -10
  179. package/calendar/esm/components/month-year-header/index.js +1 -1
  180. package/calendar/esm/components/months-table/Component.js +2 -2
  181. package/calendar/esm/components/months-table/index.css +11 -11
  182. package/calendar/esm/components/months-table/index.js +1 -1
  183. package/calendar/esm/components/period-slider/Component.js +1 -1
  184. package/calendar/esm/components/period-slider/index.css +10 -10
  185. package/calendar/esm/components/select-button/Component.js +2 -2
  186. package/calendar/esm/components/select-button/index.css +10 -10
  187. package/calendar/esm/components/select-button/index.js +1 -1
  188. package/calendar/esm/components/years-table/Component.js +2 -2
  189. package/calendar/esm/components/years-table/index.css +13 -13
  190. package/calendar/esm/components/years-table/index.js +1 -1
  191. package/calendar/esm/index-bdb4c6b9.d.ts +5 -0
  192. package/calendar/esm/index.css +14 -14
  193. package/calendar/esm/index.js +1 -1
  194. package/calendar/esm/{tslib.es6-57365378.d.ts → tslib.es6-3dcbe3b8.d.ts} +0 -0
  195. package/calendar/esm/{tslib.es6-57365378.js → tslib.es6-3dcbe3b8.js} +0 -0
  196. package/calendar/index-bdb4c6b9.d.ts +5 -0
  197. package/calendar/index.css +14 -14
  198. package/calendar/index.js +1 -1
  199. package/calendar/modern/Component.js +1 -1
  200. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  201. package/calendar/modern/components/calendar-mobile/index.css +11 -11
  202. package/calendar/modern/components/days-table/Component.js +1 -1
  203. package/calendar/modern/components/days-table/index.css +58 -58
  204. package/calendar/modern/components/header/Component.js +1 -1
  205. package/calendar/modern/components/header/index.css +3 -3
  206. package/calendar/modern/components/month-year-header/Component.js +1 -1
  207. package/calendar/modern/components/month-year-header/index.css +10 -10
  208. package/calendar/modern/components/months-table/Component.js +1 -1
  209. package/calendar/modern/components/months-table/index.css +11 -11
  210. package/calendar/modern/components/period-slider/Component.js +1 -1
  211. package/calendar/modern/components/period-slider/index.css +10 -10
  212. package/calendar/modern/components/select-button/Component.js +1 -1
  213. package/calendar/modern/components/select-button/index.css +10 -10
  214. package/calendar/modern/components/years-table/Component.js +1 -1
  215. package/calendar/modern/components/years-table/index.css +13 -13
  216. package/calendar/modern/index-bdb4c6b9.d.ts +5 -0
  217. package/calendar/modern/index.css +14 -14
  218. package/calendar/{tslib.es6-f07ec570.d.ts → tslib.es6-2fbe38de.d.ts} +0 -0
  219. package/calendar/{tslib.es6-f07ec570.js → tslib.es6-2fbe38de.js} +0 -0
  220. package/calendar-input/CHANGELOG.md +863 -0
  221. package/calendar-input/Component.js +1 -1
  222. package/calendar-input/esm/Component.js +1 -1
  223. package/calendar-input/esm/index.css +11 -11
  224. package/calendar-input/index.css +11 -11
  225. package/calendar-input/modern/Component.js +1 -1
  226. package/calendar-input/modern/index.css +11 -11
  227. package/calendar-range/CHANGELOG.md +801 -0
  228. package/calendar-range/Component.js +1 -1
  229. package/calendar-range/esm/Component.js +1 -1
  230. package/calendar-range/esm/index.js +1 -1
  231. package/calendar-range/esm/{index.module-9505ee10.d.ts → index.module-6029abc7.d.ts} +0 -0
  232. package/calendar-range/esm/{index.module-9505ee10.js → index.module-6029abc7.js} +1 -1
  233. package/calendar-range/esm/views/index.css +8 -8
  234. package/calendar-range/esm/views/popover.js +1 -1
  235. package/calendar-range/esm/views/static.js +1 -1
  236. package/calendar-range/index.js +1 -1
  237. package/calendar-range/{index.module-841f5ff1.d.ts → index.module-130c3070.d.ts} +0 -0
  238. package/calendar-range/{index.module-841f5ff1.js → index.module-130c3070.js} +1 -1
  239. package/calendar-range/modern/Component.js +1 -1
  240. package/calendar-range/modern/index.js +1 -1
  241. package/calendar-range/modern/index.module-076a16ff.js +4 -0
  242. package/calendar-range/modern/views/index.css +8 -8
  243. package/calendar-range/modern/views/popover.js +1 -1
  244. package/calendar-range/modern/views/static.js +1 -1
  245. package/calendar-range/views/index.css +8 -8
  246. package/calendar-range/views/popover.js +1 -1
  247. package/calendar-range/views/static.js +1 -1
  248. package/calendar-with-skeleton/CHANGELOG.md +491 -0
  249. package/calendar-with-skeleton/Component.js +1 -1
  250. package/calendar-with-skeleton/esm/Component.js +1 -1
  251. package/calendar-with-skeleton/esm/index.css +12 -12
  252. package/calendar-with-skeleton/index.css +12 -12
  253. package/calendar-with-skeleton/modern/Component.js +1 -1
  254. package/calendar-with-skeleton/modern/index.css +12 -12
  255. package/card-image/CHANGELOG.md +115 -0
  256. package/card-image/Component.js +1 -1
  257. package/card-image/esm/Component.js +1 -1
  258. package/card-image/esm/index.css +7 -7
  259. package/card-image/index.css +7 -7
  260. package/card-image/modern/Component.js +1 -1
  261. package/card-image/modern/index.css +7 -7
  262. package/cdn-icon/CHANGELOG.md +173 -0
  263. package/cdn-icon/Component.js +1 -1
  264. package/cdn-icon/esm/Component.js +1 -1
  265. package/cdn-icon/esm/index.css +4 -4
  266. package/cdn-icon/index.css +4 -4
  267. package/cdn-icon/modern/Component.js +1 -1
  268. package/cdn-icon/modern/index.css +4 -4
  269. package/chart/CHANGELOG.md +172 -0
  270. package/chart/Component.js +2 -2
  271. package/chart/components/Dot/index.css +8 -8
  272. package/chart/components/Dot/index.js +1 -1
  273. package/chart/components/Legends/index.css +8 -8
  274. package/chart/components/Legends/index.js +1 -1
  275. package/chart/components/Tick/index.css +4 -4
  276. package/chart/components/Tick/index.js +1 -1
  277. package/chart/components/TooltipContent/index.css +7 -7
  278. package/chart/components/TooltipContent/index.js +1 -1
  279. package/chart/cssm/hooks/useSettings/utils/setDatas.d.ts +2 -1
  280. package/chart/esm/Component.js +2 -2
  281. package/chart/esm/components/Dot/index.css +8 -8
  282. package/chart/esm/components/Dot/index.js +1 -1
  283. package/chart/esm/components/Legends/index.css +8 -8
  284. package/chart/esm/components/Legends/index.js +1 -1
  285. package/chart/esm/components/Tick/index.css +4 -4
  286. package/chart/esm/components/Tick/index.js +1 -1
  287. package/chart/esm/components/TooltipContent/index.css +7 -7
  288. package/chart/esm/components/TooltipContent/index.js +1 -1
  289. package/chart/esm/hooks/useSettings/index.js +1 -1
  290. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  291. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  292. package/chart/esm/index.css +3 -3
  293. package/chart/esm/index.js +1 -1
  294. package/chart/esm/{tslib.es6-cb81ba5a.d.ts → tslib.es6-898ae03f.d.ts} +0 -0
  295. package/chart/esm/{tslib.es6-cb81ba5a.js → tslib.es6-898ae03f.js} +0 -0
  296. package/chart/hooks/useSettings/index.js +1 -1
  297. package/chart/hooks/useSettings/utils/setDatas.d.ts +2 -1
  298. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  299. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  300. package/chart/index.css +3 -3
  301. package/chart/index.js +1 -1
  302. package/chart/modern/Component.js +1 -1
  303. package/chart/modern/components/Dot/index.css +8 -8
  304. package/chart/modern/components/Dot/index.js +1 -1
  305. package/chart/modern/components/Legends/index.css +8 -8
  306. package/chart/modern/components/Legends/index.js +1 -1
  307. package/chart/modern/components/Tick/index.css +4 -4
  308. package/chart/modern/components/Tick/index.js +1 -1
  309. package/chart/modern/components/TooltipContent/index.css +7 -7
  310. package/chart/modern/components/TooltipContent/index.js +1 -1
  311. package/chart/modern/hooks/useSettings/utils/setDatas.d.ts +2 -1
  312. package/chart/modern/index.css +3 -3
  313. package/chart/{tslib.es6-df84046d.d.ts → tslib.es6-698b9883.d.ts} +0 -0
  314. package/chart/{tslib.es6-df84046d.js → tslib.es6-698b9883.js} +0 -0
  315. package/checkbox/CHANGELOG.md +304 -0
  316. package/checkbox/Component.js +1 -1
  317. package/checkbox/esm/Component.js +1 -1
  318. package/checkbox/esm/index.css +37 -37
  319. package/checkbox/index.css +37 -37
  320. package/checkbox/modern/Component.js +1 -1
  321. package/checkbox/modern/index.css +37 -37
  322. package/checkbox-group/CHANGELOG.md +201 -0
  323. package/checkbox-group/Component.js +1 -1
  324. package/checkbox-group/esm/Component.js +1 -1
  325. package/checkbox-group/esm/index.css +17 -17
  326. package/checkbox-group/index.css +17 -17
  327. package/checkbox-group/modern/Component.js +1 -1
  328. package/checkbox-group/modern/index.css +17 -17
  329. package/circular-progress-bar/CHANGELOG.md +205 -0
  330. package/circular-progress-bar/Component.d.ts +58 -3
  331. package/circular-progress-bar/Component.js +102 -18
  332. package/circular-progress-bar/cssm/Component.d.ts +58 -3
  333. package/circular-progress-bar/cssm/Component.js +101 -17
  334. package/circular-progress-bar/cssm/index.js +1 -1
  335. package/circular-progress-bar/cssm/index.module.css +146 -41
  336. package/circular-progress-bar/esm/Component.d.ts +58 -3
  337. package/circular-progress-bar/esm/Component.js +102 -18
  338. package/circular-progress-bar/esm/index.css +160 -55
  339. package/circular-progress-bar/index.css +160 -55
  340. package/circular-progress-bar/index.js +1 -1
  341. package/circular-progress-bar/modern/Component.d.ts +58 -3
  342. package/circular-progress-bar/modern/Component.js +71 -18
  343. package/circular-progress-bar/modern/index.css +160 -55
  344. package/code-input/CHANGELOG.md +77 -0
  345. package/code-input/component.js +1 -1
  346. package/code-input/components/input/component.js +1 -1
  347. package/code-input/components/input/index.css +11 -11
  348. package/code-input/esm/component.js +1 -1
  349. package/code-input/esm/components/input/component.js +1 -1
  350. package/code-input/esm/components/input/index.css +11 -11
  351. package/code-input/esm/index.css +6 -6
  352. package/code-input/index.css +6 -6
  353. package/code-input/modern/component.js +1 -1
  354. package/code-input/modern/components/input/component.js +1 -1
  355. package/code-input/modern/components/input/index.css +11 -11
  356. package/code-input/modern/index.css +6 -6
  357. package/collapse/CHANGELOG.md +227 -0
  358. package/collapse/Component.js +1 -1
  359. package/collapse/esm/Component.js +1 -1
  360. package/collapse/esm/index.css +8 -8
  361. package/collapse/index.css +8 -8
  362. package/collapse/modern/Component.js +1 -1
  363. package/collapse/modern/index.css +8 -8
  364. package/confirmation/CHANGELOG.md +681 -0
  365. package/confirmation/component.js +2 -2
  366. package/confirmation/components/countdown-loader/component.js +1 -1
  367. package/confirmation/components/countdown-loader/index.css +2 -2
  368. package/confirmation/components/index.js +1 -1
  369. package/confirmation/components/screens/fatal-error/component.js +1 -1
  370. package/confirmation/components/screens/fatal-error/index.css +3 -3
  371. package/confirmation/components/screens/hint/component.js +1 -1
  372. package/confirmation/components/screens/hint/index.css +13 -13
  373. package/confirmation/components/screens/index.js +1 -1
  374. package/confirmation/components/screens/initial/component.js +1 -1
  375. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  376. package/confirmation/components/screens/initial/index.css +16 -16
  377. package/confirmation/components/screens/initial/index.js +1 -1
  378. package/confirmation/components/screens/temp-block/component.js +1 -1
  379. package/confirmation/components/screens/temp-block/index.css +5 -5
  380. package/confirmation/{countdown-section-de2da73f.d.ts → countdown-section-00639f46.d.ts} +0 -0
  381. package/confirmation/{countdown-section-de2da73f.js → countdown-section-00639f46.js} +1 -1
  382. package/confirmation/esm/component.js +2 -2
  383. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  384. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  385. package/confirmation/esm/components/index.js +1 -1
  386. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  387. package/confirmation/esm/components/screens/fatal-error/index.css +3 -3
  388. package/confirmation/esm/components/screens/hint/component.js +1 -1
  389. package/confirmation/esm/components/screens/hint/index.css +13 -13
  390. package/confirmation/esm/components/screens/index.js +1 -1
  391. package/confirmation/esm/components/screens/initial/component.js +1 -1
  392. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  393. package/confirmation/esm/components/screens/initial/index.css +16 -16
  394. package/confirmation/esm/components/screens/initial/index.js +1 -1
  395. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  396. package/confirmation/esm/components/screens/temp-block/index.css +5 -5
  397. package/confirmation/esm/{countdown-section-1b333433.d.ts → countdown-section-874db31b.d.ts} +0 -0
  398. package/confirmation/esm/{countdown-section-1b333433.js → countdown-section-874db31b.js} +1 -1
  399. package/confirmation/esm/index.css +3 -3
  400. package/confirmation/esm/index.js +1 -1
  401. package/confirmation/index.css +3 -3
  402. package/confirmation/index.js +1 -1
  403. package/confirmation/modern/component.js +2 -2
  404. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  405. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  406. package/confirmation/modern/components/index.js +1 -1
  407. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  408. package/confirmation/modern/components/screens/fatal-error/index.css +3 -3
  409. package/confirmation/modern/components/screens/hint/component.js +1 -1
  410. package/confirmation/modern/components/screens/hint/index.css +13 -13
  411. package/confirmation/modern/components/screens/index.js +1 -1
  412. package/confirmation/modern/components/screens/initial/component.js +1 -1
  413. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  414. package/confirmation/modern/components/screens/initial/index.css +16 -16
  415. package/confirmation/modern/components/screens/initial/index.js +1 -1
  416. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  417. package/confirmation/modern/components/screens/temp-block/index.css +5 -5
  418. package/confirmation/modern/{countdown-section-9003306d.d.ts → countdown-section-c6e29cd9.d.ts} +0 -0
  419. package/confirmation/modern/{countdown-section-9003306d.js → countdown-section-c6e29cd9.js} +1 -1
  420. package/confirmation/modern/index.css +3 -3
  421. package/confirmation/modern/index.js +1 -1
  422. package/custom-button/CHANGELOG.md +124 -0
  423. package/custom-button/Component.js +1 -1
  424. package/custom-button/esm/Component.js +1 -1
  425. package/custom-button/esm/index.css +12 -12
  426. package/custom-button/index.css +12 -12
  427. package/custom-button/modern/Component.js +1 -1
  428. package/custom-button/modern/index.css +12 -12
  429. package/date-input/CHANGELOG.md +330 -0
  430. package/date-input/Component.d.ts +1 -1
  431. package/date-input/Component.js +1 -1
  432. package/date-input/esm/Component.js +1 -1
  433. package/date-input/esm/index.css +4 -4
  434. package/date-input/index.css +4 -4
  435. package/date-input/modern/Component.js +1 -1
  436. package/date-input/modern/index.css +4 -4
  437. package/divider/CHANGELOG.md +105 -0
  438. package/divider/Component.js +1 -1
  439. package/divider/esm/Component.js +1 -1
  440. package/divider/esm/index.css +2 -2
  441. package/divider/index.css +2 -2
  442. package/divider/modern/Component.js +1 -1
  443. package/divider/modern/index.css +2 -2
  444. package/drawer/CHANGELOG.md +401 -0
  445. package/drawer/Component.d.ts +1 -1
  446. package/drawer/Component.js +1 -1
  447. package/drawer/cssm/Component.d.ts +1 -1
  448. package/drawer/esm/Component.d.ts +1 -1
  449. package/drawer/esm/Component.js +1 -1
  450. package/drawer/esm/index.css +17 -17
  451. package/drawer/index.css +17 -17
  452. package/drawer/modern/Component.d.ts +1 -1
  453. package/drawer/modern/Component.js +1 -1
  454. package/drawer/modern/index.css +17 -17
  455. package/dropzone/CHANGELOG.md +147 -0
  456. package/dropzone/Component.js +1 -1
  457. package/dropzone/components/overlay/Component.js +1 -1
  458. package/dropzone/components/overlay/index.css +4 -4
  459. package/dropzone/esm/Component.js +1 -1
  460. package/dropzone/esm/components/overlay/Component.js +1 -1
  461. package/dropzone/esm/components/overlay/index.css +4 -4
  462. package/dropzone/esm/index.css +7 -7
  463. package/dropzone/index.css +7 -7
  464. package/dropzone/modern/Component.js +1 -1
  465. package/dropzone/modern/components/overlay/Component.js +1 -1
  466. package/dropzone/modern/components/overlay/index.css +4 -4
  467. package/dropzone/modern/index.css +7 -7
  468. package/file-upload-item/CHANGELOG.md +402 -0
  469. package/file-upload-item/Component.js +1 -1
  470. package/file-upload-item/esm/Component.js +1 -1
  471. package/file-upload-item/esm/index.css +23 -23
  472. package/file-upload-item/index.css +23 -23
  473. package/file-upload-item/modern/Component.js +1 -1
  474. package/file-upload-item/modern/index.css +23 -23
  475. package/filter-tag/CHANGELOG.md +104 -0
  476. package/filter-tag/Component.js +1 -1
  477. package/filter-tag/esm/Component.js +1 -1
  478. package/filter-tag/esm/index.css +57 -57
  479. package/filter-tag/index.css +57 -57
  480. package/filter-tag/modern/Component.js +1 -1
  481. package/filter-tag/modern/index.css +57 -57
  482. package/form-control/CHANGELOG.md +237 -0
  483. package/form-control/Component.js +3 -3
  484. package/form-control/default.css +15 -15
  485. package/form-control/esm/Component.js +3 -3
  486. package/form-control/esm/default.css +15 -15
  487. package/form-control/esm/index.css +42 -42
  488. package/form-control/esm/inverted.css +15 -15
  489. package/form-control/index.css +42 -42
  490. package/form-control/inverted.css +15 -15
  491. package/form-control/modern/Component.js +3 -3
  492. package/form-control/modern/default.css +15 -15
  493. package/form-control/modern/index.css +42 -42
  494. package/form-control/modern/inverted.css +15 -15
  495. package/gallery/CHANGELOG.md +424 -0
  496. package/gallery/Component.js +3 -3
  497. package/gallery/components/header/Component.js +2 -2
  498. package/gallery/components/header/buttons.js +1 -1
  499. package/gallery/components/header/index.css +3 -3
  500. package/gallery/components/header/index.js +1 -1
  501. package/gallery/components/header-info-block/Component.js +1 -1
  502. package/gallery/components/header-info-block/index.css +5 -5
  503. package/gallery/components/image-preview/Component.js +1 -1
  504. package/gallery/components/image-preview/index.css +12 -12
  505. package/gallery/components/image-viewer/component.js +2 -2
  506. package/gallery/components/image-viewer/index.css +19 -19
  507. package/gallery/components/image-viewer/index.js +2 -2
  508. package/gallery/components/image-viewer/slide.js +1 -1
  509. package/gallery/components/index.js +2 -2
  510. package/gallery/components/navigation-bar/Component.js +1 -1
  511. package/gallery/components/navigation-bar/index.css +6 -6
  512. package/gallery/esm/Component.js +3 -3
  513. package/gallery/esm/components/header/Component.js +2 -2
  514. package/gallery/esm/components/header/buttons.js +1 -1
  515. package/gallery/esm/components/header/index.css +3 -3
  516. package/gallery/esm/components/header/index.js +1 -1
  517. package/gallery/esm/components/header-info-block/Component.js +1 -1
  518. package/gallery/esm/components/header-info-block/index.css +5 -5
  519. package/gallery/esm/components/image-preview/Component.js +1 -1
  520. package/gallery/esm/components/image-preview/index.css +12 -12
  521. package/gallery/esm/components/image-viewer/component.js +2 -2
  522. package/gallery/esm/components/image-viewer/index.css +19 -19
  523. package/gallery/esm/components/image-viewer/index.js +2 -2
  524. package/gallery/esm/components/image-viewer/slide.js +1 -1
  525. package/gallery/esm/components/index.js +2 -2
  526. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  527. package/gallery/esm/components/navigation-bar/index.css +6 -6
  528. package/gallery/esm/index.css +3 -3
  529. package/gallery/esm/index.js +2 -2
  530. package/gallery/esm/{slide-7d55a22e.d.ts → slide-a15770ac.d.ts} +0 -0
  531. package/gallery/esm/{slide-7d55a22e.js → slide-a15770ac.js} +1 -1
  532. package/gallery/esm/{tslib.es6-95cc6142.d.ts → tslib.es6-27f37f72.d.ts} +0 -0
  533. package/gallery/esm/{tslib.es6-95cc6142.js → tslib.es6-27f37f72.js} +0 -0
  534. package/gallery/index.css +3 -3
  535. package/gallery/index.js +2 -2
  536. package/gallery/modern/Component.js +2 -2
  537. package/gallery/modern/components/header/Component.js +1 -1
  538. package/gallery/modern/components/header/index.css +3 -3
  539. package/gallery/modern/components/header-info-block/Component.js +1 -1
  540. package/gallery/modern/components/header-info-block/index.css +5 -5
  541. package/gallery/modern/components/image-preview/Component.js +1 -1
  542. package/gallery/modern/components/image-preview/index.css +12 -12
  543. package/gallery/modern/components/image-viewer/component.js +1 -1
  544. package/gallery/modern/components/image-viewer/index.css +19 -19
  545. package/gallery/modern/components/image-viewer/index.js +1 -1
  546. package/gallery/modern/components/image-viewer/slide.js +1 -1
  547. package/gallery/modern/components/index.js +1 -1
  548. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  549. package/gallery/modern/components/navigation-bar/index.css +6 -6
  550. package/gallery/modern/index.css +3 -3
  551. package/gallery/modern/index.js +1 -1
  552. package/gallery/modern/{slide-1e650768.d.ts → slide-d5ad7779.d.ts} +0 -0
  553. package/gallery/modern/{slide-1e650768.js → slide-d5ad7779.js} +1 -1
  554. package/gallery/{slide-7c574888.d.ts → slide-b494f31f.d.ts} +0 -0
  555. package/gallery/{slide-7c574888.js → slide-b494f31f.js} +1 -1
  556. package/gallery/{tslib.es6-ea18f845.d.ts → tslib.es6-10abe0c2.d.ts} +0 -0
  557. package/gallery/{tslib.es6-ea18f845.js → tslib.es6-10abe0c2.js} +0 -0
  558. package/global-store/CHANGELOG.md +19 -0
  559. package/grid/CHANGELOG.md +132 -0
  560. package/grid/Component.js +1 -1
  561. package/grid/col/Component.js +2 -2
  562. package/grid/col/index.css +512 -512
  563. package/grid/col/index.js +1 -1
  564. package/grid/esm/Component.js +1 -1
  565. package/grid/esm/col/Component.js +2 -2
  566. package/grid/esm/col/index.css +512 -512
  567. package/grid/esm/col/index.js +1 -1
  568. package/grid/esm/gutters.css +79 -79
  569. package/grid/esm/{gutters.module-0dc49826.d.ts → gutters.module-98528d09.d.ts} +0 -0
  570. package/grid/esm/gutters.module-98528d09.js +27 -0
  571. package/grid/esm/index.js +1 -1
  572. package/grid/esm/row/Component.js +2 -2
  573. package/grid/esm/row/index.css +10 -10
  574. package/grid/esm/row/index.js +1 -1
  575. package/grid/gutters.css +79 -79
  576. package/grid/{gutters.module-b950379f.d.ts → gutters.module-a01267bc.d.ts} +0 -0
  577. package/grid/gutters.module-a01267bc.js +28 -0
  578. package/grid/index.js +1 -1
  579. package/grid/modern/Component.js +1 -1
  580. package/grid/modern/col/Component.js +2 -2
  581. package/grid/modern/col/index.css +512 -512
  582. package/grid/modern/col/index.js +1 -1
  583. package/grid/modern/gutters.css +79 -79
  584. package/grid/modern/gutters.module-48d1887e.js +4 -0
  585. package/grid/modern/index.js +1 -1
  586. package/grid/modern/row/Component.js +2 -2
  587. package/grid/modern/row/index.css +10 -10
  588. package/grid/modern/row/index.js +1 -1
  589. package/grid/row/Component.js +2 -2
  590. package/grid/row/index.css +10 -10
  591. package/grid/row/index.js +1 -1
  592. package/hatching-progress-bar/CHANGELOG.md +50 -0
  593. package/hatching-progress-bar/Component.js +1 -1
  594. package/hatching-progress-bar/esm/Component.js +1 -1
  595. package/hatching-progress-bar/esm/index.css +12 -12
  596. package/hatching-progress-bar/index.css +12 -12
  597. package/hatching-progress-bar/modern/Component.js +1 -1
  598. package/hatching-progress-bar/modern/index.css +12 -12
  599. package/icon-button/CHANGELOG.md +493 -0
  600. package/icon-button/Component.js +3 -3
  601. package/icon-button/default.css +24 -24
  602. package/icon-button/esm/Component.js +3 -3
  603. package/icon-button/esm/default.css +24 -24
  604. package/icon-button/esm/index.css +6 -6
  605. package/icon-button/esm/inverted.css +24 -24
  606. package/icon-button/index.css +6 -6
  607. package/icon-button/inverted.css +24 -24
  608. package/icon-button/modern/Component.js +3 -3
  609. package/icon-button/modern/default.css +24 -24
  610. package/icon-button/modern/index.css +6 -6
  611. package/icon-button/modern/inverted.css +24 -24
  612. package/icon-view/CHANGELOG.md +80 -0
  613. package/icon-view/circle.js +1 -1
  614. package/icon-view/components/base-shape/component.js +1 -1
  615. package/icon-view/components/base-shape/index.css +29 -29
  616. package/icon-view/components/circle/component.js +1 -1
  617. package/icon-view/components/circle/index.js +1 -1
  618. package/icon-view/components/index.js +1 -1
  619. package/icon-view/components/super-ellipse/component.js +1 -1
  620. package/icon-view/components/super-ellipse/index.js +1 -1
  621. package/icon-view/esm/circle.js +1 -1
  622. package/icon-view/esm/components/base-shape/component.js +1 -1
  623. package/icon-view/esm/components/base-shape/index.css +29 -29
  624. package/icon-view/esm/components/circle/component.js +1 -1
  625. package/icon-view/esm/components/circle/index.js +1 -1
  626. package/icon-view/esm/components/index.js +1 -1
  627. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  628. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  629. package/icon-view/esm/super-ellipse.js +1 -1
  630. package/icon-view/esm/{tslib.es6-1caffd3c.d.ts → tslib.es6-615c00bf.d.ts} +0 -0
  631. package/icon-view/esm/{tslib.es6-1caffd3c.js → tslib.es6-615c00bf.js} +0 -0
  632. package/icon-view/modern/components/base-shape/component.js +1 -1
  633. package/icon-view/modern/components/base-shape/index.css +29 -29
  634. package/icon-view/super-ellipse.js +1 -1
  635. package/icon-view/{tslib.es6-f3debb49.d.ts → tslib.es6-fbd2f584.d.ts} +0 -0
  636. package/icon-view/{tslib.es6-f3debb49.js → tslib.es6-fbd2f584.js} +0 -0
  637. package/input/CHANGELOG.md +532 -0
  638. package/input/Component.js +3 -3
  639. package/input/default.css +13 -13
  640. package/input/esm/Component.js +3 -3
  641. package/input/esm/default.css +13 -13
  642. package/input/esm/index.css +31 -31
  643. package/input/esm/inverted.css +13 -13
  644. package/input/index.css +31 -31
  645. package/input/inverted.css +13 -13
  646. package/input/modern/Component.js +3 -3
  647. package/input/modern/default.css +13 -13
  648. package/input/modern/index.css +31 -31
  649. package/input/modern/inverted.css +13 -13
  650. package/input-autocomplete/CHANGELOG.md +793 -0
  651. package/input-autocomplete/Component.d.ts +3 -3
  652. package/input-autocomplete/Component.js +1 -1
  653. package/input-autocomplete/Component.mobile.d.ts +1 -1
  654. package/input-autocomplete/Component.mobile.js +2 -2
  655. package/input-autocomplete/autocomplete-field/Component.js +2 -2
  656. package/input-autocomplete/autocomplete-field/index.css +2 -2
  657. package/input-autocomplete/autocomplete-field/index.js +1 -1
  658. package/input-autocomplete/autocomplete-mobile-field/Component.js +2 -2
  659. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  660. package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
  661. package/input-autocomplete/cssm/index-7ca84eff.d.ts +13 -0
  662. package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +5 -0
  663. package/input-autocomplete/esm/Component.d.ts +3 -3
  664. package/input-autocomplete/esm/Component.js +1 -1
  665. package/input-autocomplete/esm/Component.mobile.d.ts +1 -1
  666. package/input-autocomplete/esm/Component.mobile.js +2 -2
  667. package/input-autocomplete/esm/autocomplete-field/Component.js +2 -2
  668. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  669. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  670. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +2 -2
  671. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  672. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
  673. package/input-autocomplete/esm/index-7ca84eff.d.ts +13 -0
  674. package/input-autocomplete/esm/index-bdb4c6b9.d.ts +5 -0
  675. package/input-autocomplete/esm/index.js +1 -1
  676. package/input-autocomplete/esm/mobile.css +4 -4
  677. package/input-autocomplete/esm/mobile.js +1 -1
  678. package/input-autocomplete/esm/{tslib.es6-83ad7621.d.ts → tslib.es6-a6e34867.d.ts} +0 -0
  679. package/input-autocomplete/esm/{tslib.es6-83ad7621.js → tslib.es6-a6e34867.js} +0 -0
  680. package/input-autocomplete/index-7ca84eff.d.ts +13 -0
  681. package/input-autocomplete/index-bdb4c6b9.d.ts +5 -0
  682. package/input-autocomplete/index.js +1 -1
  683. package/input-autocomplete/mobile.css +4 -4
  684. package/input-autocomplete/mobile.js +1 -1
  685. package/input-autocomplete/modern/Component.d.ts +3 -3
  686. package/input-autocomplete/modern/Component.mobile.d.ts +1 -1
  687. package/input-autocomplete/modern/Component.mobile.js +1 -1
  688. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  689. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  690. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  691. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  692. package/input-autocomplete/modern/index-7ca84eff.d.ts +13 -0
  693. package/input-autocomplete/modern/index-bdb4c6b9.d.ts +5 -0
  694. package/input-autocomplete/modern/mobile.css +4 -4
  695. package/input-autocomplete/{tslib.es6-b982bc52.d.ts → tslib.es6-23317f6b.d.ts} +0 -0
  696. package/input-autocomplete/{tslib.es6-b982bc52.js → tslib.es6-23317f6b.js} +0 -0
  697. package/intl-phone-input/CHANGELOG.md +873 -0
  698. package/intl-phone-input/{component-118bf460.d.ts → component-1b3e2844.d.ts} +0 -0
  699. package/intl-phone-input/{component-118bf460.js → component-1b3e2844.js} +1 -1
  700. package/intl-phone-input/component.js +3 -3
  701. package/intl-phone-input/components/flag-icon/component.js +1 -1
  702. package/intl-phone-input/components/flag-icon/index.css +261 -261
  703. package/intl-phone-input/components/index.js +1 -1
  704. package/intl-phone-input/components/select/component.js +2 -2
  705. package/intl-phone-input/components/select/index.css +6 -6
  706. package/intl-phone-input/components/select/index.js +1 -1
  707. package/intl-phone-input/components/select-field/component.js +1 -1
  708. package/intl-phone-input/components/select-field/index.css +8 -8
  709. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  710. package/intl-phone-input/components/select-field/index.js +1 -1
  711. package/intl-phone-input/esm/{component-6001d9f2.d.ts → component-75f9d2a8.d.ts} +0 -0
  712. package/intl-phone-input/esm/{component-6001d9f2.js → component-75f9d2a8.js} +1 -1
  713. package/intl-phone-input/esm/component.js +3 -3
  714. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  715. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  716. package/intl-phone-input/esm/components/index.js +1 -1
  717. package/intl-phone-input/esm/components/select/component.js +2 -2
  718. package/intl-phone-input/esm/components/select/index.css +6 -6
  719. package/intl-phone-input/esm/components/select/index.js +1 -1
  720. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  721. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  722. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  723. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  724. package/intl-phone-input/esm/index.css +3 -3
  725. package/intl-phone-input/esm/index.js +1 -1
  726. package/intl-phone-input/esm/{libphonenumber-js.min-bd9e4b84.d.ts → libphonenumber-js.min-1605559c.d.ts} +0 -0
  727. package/intl-phone-input/esm/{libphonenumber-js.min-bd9e4b84.js → libphonenumber-js.min-1605559c.js} +0 -0
  728. package/intl-phone-input/index.css +3 -3
  729. package/intl-phone-input/index.js +1 -1
  730. package/intl-phone-input/{libphonenumber-js.min-9a7e30d0.d.ts → libphonenumber-js.min-197d2219.d.ts} +0 -0
  731. package/intl-phone-input/{libphonenumber-js.min-9a7e30d0.js → libphonenumber-js.min-197d2219.js} +0 -0
  732. package/intl-phone-input/modern/component.js +2 -2
  733. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  734. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  735. package/intl-phone-input/modern/components/select/component.js +1 -1
  736. package/intl-phone-input/modern/components/select/index.css +6 -6
  737. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  738. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  739. package/intl-phone-input/modern/index.css +3 -3
  740. package/intl-phone-input/modern/{libphonenumber-js.min-bd9e4b84.d.ts → libphonenumber-js.min-1605559c.d.ts} +0 -0
  741. package/intl-phone-input/modern/{libphonenumber-js.min-bd9e4b84.js → libphonenumber-js.min-1605559c.js} +0 -0
  742. package/keyboard-focusable/CHANGELOG.md +167 -0
  743. package/link/CHANGELOG.md +184 -0
  744. package/link/Component.js +3 -3
  745. package/link/default.css +10 -10
  746. package/link/esm/Component.js +3 -3
  747. package/link/esm/default.css +10 -10
  748. package/link/esm/index.css +12 -12
  749. package/link/esm/inverted.css +10 -10
  750. package/link/index.css +12 -12
  751. package/link/inverted.css +10 -10
  752. package/link/modern/Component.js +3 -3
  753. package/link/modern/default.css +10 -10
  754. package/link/modern/index.css +12 -12
  755. package/link/modern/inverted.css +10 -10
  756. package/list/CHANGELOG.md +125 -0
  757. package/list/Component.js +1 -1
  758. package/list/esm/Component.js +1 -1
  759. package/list/esm/index.css +10 -10
  760. package/list/index.css +10 -10
  761. package/list/modern/Component.js +1 -1
  762. package/list/modern/index.css +10 -10
  763. package/list-header/CHANGELOG.md +172 -0
  764. package/list-header/Component.js +1 -1
  765. package/list-header/esm/Component.js +1 -1
  766. package/list-header/esm/index.css +4 -4
  767. package/list-header/index.css +4 -4
  768. package/list-header/modern/Component.js +1 -1
  769. package/list-header/modern/index.css +4 -4
  770. package/loader/CHANGELOG.md +108 -0
  771. package/loader/Component.js +1 -1
  772. package/loader/esm/Component.js +1 -1
  773. package/loader/esm/index.css +8 -8
  774. package/loader/index.css +8 -8
  775. package/loader/modern/Component.js +1 -1
  776. package/loader/modern/index.css +8 -8
  777. package/masked-input/CHANGELOG.md +475 -0
  778. package/masked-input/Component.js +1 -1
  779. package/masked-input/esm/Component.js +1 -1
  780. package/masked-input/esm/index.css +2 -2
  781. package/masked-input/index.css +2 -2
  782. package/masked-input/modern/Component.js +1 -1
  783. package/masked-input/modern/index.css +2 -2
  784. package/modal/CHANGELOG.md +643 -0
  785. package/modal/Component.desktop.js +3 -3
  786. package/modal/Component.mobile.js +3 -3
  787. package/modal/Component.responsive.d.ts +1 -1
  788. package/modal/Component.responsive.js +2 -2
  789. package/modal/components/closer/Component.js +2 -2
  790. package/modal/components/closer/index.css +4 -4
  791. package/modal/components/content/Component.desktop.js +2 -2
  792. package/modal/components/content/Component.js +1 -1
  793. package/modal/components/content/Component.mobile.js +2 -2
  794. package/modal/components/content/desktop.css +8 -8
  795. package/modal/components/content/index.css +3 -3
  796. package/modal/components/content/mobile.css +3 -3
  797. package/modal/components/footer/Component.desktop.js +2 -2
  798. package/modal/components/footer/Component.js +2 -2
  799. package/modal/components/footer/Component.mobile.js +2 -2
  800. package/modal/components/footer/desktop.css +9 -9
  801. package/modal/components/footer/index.css +4 -4
  802. package/modal/components/footer/layout.css +25 -25
  803. package/modal/components/footer/mobile.css +3 -3
  804. package/modal/components/header/Component.desktop.js +2 -2
  805. package/modal/components/header/Component.js +1 -1
  806. package/modal/components/header/Component.mobile.js +2 -2
  807. package/modal/components/header/desktop.css +17 -17
  808. package/modal/components/header/index.css +15 -15
  809. package/modal/components/header/mobile.css +3 -3
  810. package/modal/cssm/Component.responsive.d.ts +1 -1
  811. package/modal/desktop.css +9 -9
  812. package/modal/desktop.js +2 -2
  813. package/modal/esm/Component.desktop.js +3 -3
  814. package/modal/esm/Component.mobile.js +3 -3
  815. package/modal/esm/Component.responsive.js +2 -2
  816. package/modal/esm/components/closer/Component.js +2 -2
  817. package/modal/esm/components/closer/index.css +4 -4
  818. package/modal/esm/components/content/Component.desktop.js +2 -2
  819. package/modal/esm/components/content/Component.js +1 -1
  820. package/modal/esm/components/content/Component.mobile.js +2 -2
  821. package/modal/esm/components/content/desktop.css +8 -8
  822. package/modal/esm/components/content/index.css +3 -3
  823. package/modal/esm/components/content/mobile.css +3 -3
  824. package/modal/esm/components/footer/Component.desktop.js +2 -2
  825. package/modal/esm/components/footer/Component.js +2 -2
  826. package/modal/esm/components/footer/Component.mobile.js +2 -2
  827. package/modal/esm/components/footer/desktop.css +9 -9
  828. package/modal/esm/components/footer/index.css +4 -4
  829. package/modal/esm/components/footer/layout.css +25 -25
  830. package/modal/esm/components/footer/mobile.css +3 -3
  831. package/modal/esm/components/header/Component.desktop.js +2 -2
  832. package/modal/esm/components/header/Component.js +1 -1
  833. package/modal/esm/components/header/Component.mobile.js +2 -2
  834. package/modal/esm/components/header/desktop.css +17 -17
  835. package/modal/esm/components/header/index.css +15 -15
  836. package/modal/esm/components/header/mobile.css +3 -3
  837. package/modal/esm/desktop.css +9 -9
  838. package/modal/esm/desktop.js +2 -2
  839. package/modal/esm/index.js +2 -2
  840. package/modal/esm/mobile.css +2 -2
  841. package/modal/esm/mobile.js +2 -2
  842. package/modal/esm/responsive.js +2 -2
  843. package/modal/esm/transitions.css +8 -8
  844. package/modal/esm/transitions.module-b48ab631.js +4 -0
  845. package/modal/esm/{tslib.es6-c2810e79.d.ts → tslib.es6-1d03d3b5.d.ts} +0 -0
  846. package/modal/esm/{tslib.es6-c2810e79.js → tslib.es6-1d03d3b5.js} +0 -0
  847. package/modal/index.js +2 -2
  848. package/modal/mobile.css +2 -2
  849. package/modal/mobile.js +2 -2
  850. package/modal/modern/Component.desktop.js +2 -2
  851. package/modal/modern/Component.mobile.js +2 -2
  852. package/modal/modern/Component.responsive.js +1 -1
  853. package/modal/modern/components/closer/Component.js +1 -1
  854. package/modal/modern/components/closer/index.css +4 -4
  855. package/modal/modern/components/content/Component.desktop.js +1 -1
  856. package/modal/modern/components/content/Component.js +1 -1
  857. package/modal/modern/components/content/Component.mobile.js +1 -1
  858. package/modal/modern/components/content/desktop.css +8 -8
  859. package/modal/modern/components/content/index.css +3 -3
  860. package/modal/modern/components/content/mobile.css +3 -3
  861. package/modal/modern/components/footer/Component.desktop.js +1 -1
  862. package/modal/modern/components/footer/Component.js +2 -2
  863. package/modal/modern/components/footer/Component.mobile.js +1 -1
  864. package/modal/modern/components/footer/desktop.css +9 -9
  865. package/modal/modern/components/footer/index.css +4 -4
  866. package/modal/modern/components/footer/layout.css +25 -25
  867. package/modal/modern/components/footer/mobile.css +3 -3
  868. package/modal/modern/components/header/Component.desktop.js +1 -1
  869. package/modal/modern/components/header/Component.js +1 -1
  870. package/modal/modern/components/header/Component.mobile.js +1 -1
  871. package/modal/modern/components/header/desktop.css +17 -17
  872. package/modal/modern/components/header/index.css +15 -15
  873. package/modal/modern/components/header/mobile.css +3 -3
  874. package/modal/modern/desktop.css +9 -9
  875. package/modal/modern/desktop.js +1 -1
  876. package/modal/modern/index.js +1 -1
  877. package/modal/modern/mobile.css +2 -2
  878. package/modal/modern/mobile.js +1 -1
  879. package/modal/modern/responsive.js +1 -1
  880. package/modal/modern/transitions.css +8 -8
  881. package/modal/modern/transitions.module-b48ab631.js +4 -0
  882. package/modal/responsive.js +2 -2
  883. package/modal/transitions.css +8 -8
  884. package/modal/transitions.module-2acfeb88.js +4 -0
  885. package/modal/{tslib.es6-09997e96.d.ts → tslib.es6-2168f7d1.d.ts} +0 -0
  886. package/modal/{tslib.es6-09997e96.js → tslib.es6-2168f7d1.js} +0 -0
  887. package/mq/CHANGELOG.md +110 -0
  888. package/notification/CHANGELOG.md +582 -0
  889. package/notification/Component.js +1 -1
  890. package/notification/esm/Component.js +1 -1
  891. package/notification/esm/index.css +8 -8
  892. package/notification/index.css +8 -8
  893. package/notification/modern/Component.js +1 -1
  894. package/notification/modern/index.css +8 -8
  895. package/notification-manager/CHANGELOG.md +421 -0
  896. package/notification-manager/{component-8d61d716.d.ts → component-a86ba95f.d.ts} +0 -0
  897. package/notification-manager/{component-8d61d716.js → component-a86ba95f.js} +0 -0
  898. package/notification-manager/component.js +2 -2
  899. package/notification-manager/components/index.js +1 -1
  900. package/notification-manager/components/notification/component.js +1 -1
  901. package/notification-manager/components/notification/index.d.ts +1 -1
  902. package/notification-manager/components/notification/index.js +1 -1
  903. package/notification-manager/esm/{component-ffaf926a.d.ts → component-4197e395.d.ts} +0 -0
  904. package/notification-manager/esm/{component-ffaf926a.js → component-4197e395.js} +0 -0
  905. package/notification-manager/esm/component.js +2 -2
  906. package/notification-manager/esm/components/index.js +1 -1
  907. package/notification-manager/esm/components/notification/component.js +1 -1
  908. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  909. package/notification-manager/esm/components/notification/index.js +1 -1
  910. package/notification-manager/esm/index.css +11 -11
  911. package/notification-manager/esm/index.js +1 -1
  912. package/notification-manager/index.css +11 -11
  913. package/notification-manager/index.js +1 -1
  914. package/notification-manager/modern/component.js +1 -1
  915. package/notification-manager/modern/index.css +11 -11
  916. package/package.json +4 -4
  917. package/pagination/CHANGELOG.md +117 -0
  918. package/pagination/Component.js +1 -1
  919. package/pagination/components/default-view/index.css +2 -2
  920. package/pagination/components/default-view/index.js +1 -1
  921. package/pagination/components/per-page-view/index.css +2 -2
  922. package/pagination/components/per-page-view/index.js +1 -1
  923. package/pagination/components/tag/index.css +8 -8
  924. package/pagination/components/tag/index.js +1 -1
  925. package/pagination/esm/Component.js +1 -1
  926. package/pagination/esm/components/default-view/index.css +2 -2
  927. package/pagination/esm/components/default-view/index.js +1 -1
  928. package/pagination/esm/components/per-page-view/index.css +2 -2
  929. package/pagination/esm/components/per-page-view/index.js +1 -1
  930. package/pagination/esm/components/tag/index.css +8 -8
  931. package/pagination/esm/components/tag/index.js +1 -1
  932. package/pagination/esm/index.css +4 -4
  933. package/pagination/index.css +4 -4
  934. package/pagination/modern/Component.js +1 -1
  935. package/pagination/modern/components/default-view/index.css +2 -2
  936. package/pagination/modern/components/default-view/index.js +1 -1
  937. package/pagination/modern/components/per-page-view/index.css +2 -2
  938. package/pagination/modern/components/per-page-view/index.js +1 -1
  939. package/pagination/modern/components/tag/index.css +8 -8
  940. package/pagination/modern/components/tag/index.js +1 -1
  941. package/pagination/modern/index.css +4 -4
  942. package/password-input/CHANGELOG.md +329 -0
  943. package/password-input/component.js +1 -1
  944. package/password-input/esm/component.js +1 -1
  945. package/password-input/esm/index.css +5 -5
  946. package/password-input/index.css +5 -5
  947. package/password-input/modern/component.js +1 -1
  948. package/password-input/modern/index.css +5 -5
  949. package/phone-input/CHANGELOG.md +497 -0
  950. package/picker-button/CHANGELOG.md +922 -0
  951. package/picker-button/Component.d.ts +1 -1
  952. package/picker-button/Component.js +2 -2
  953. package/picker-button/cssm/Component.d.ts +1 -1
  954. package/picker-button/cssm/typings-b192df8b.d.ts +1 -1
  955. package/picker-button/esm/Component.js +2 -2
  956. package/picker-button/esm/field/Component.js +2 -2
  957. package/picker-button/esm/field/index.css +3 -3
  958. package/picker-button/esm/field/index.js +1 -1
  959. package/picker-button/esm/index.css +6 -6
  960. package/picker-button/esm/index.js +1 -1
  961. package/picker-button/esm/option/Component.js +2 -2
  962. package/picker-button/esm/option/index.css +4 -4
  963. package/picker-button/esm/option/index.js +1 -1
  964. package/picker-button/esm/{tslib.es6-8ad8f20d.d.ts → tslib.es6-74a51604.d.ts} +0 -0
  965. package/picker-button/esm/{tslib.es6-8ad8f20d.js → tslib.es6-74a51604.js} +0 -0
  966. package/picker-button/field/Component.js +2 -2
  967. package/picker-button/field/index.css +3 -3
  968. package/picker-button/field/index.js +1 -1
  969. package/picker-button/index.css +6 -6
  970. package/picker-button/index.js +1 -1
  971. package/picker-button/modern/Component.d.ts +1 -1
  972. package/picker-button/modern/Component.js +1 -1
  973. package/picker-button/modern/field/Component.js +1 -1
  974. package/picker-button/modern/field/index.css +3 -3
  975. package/picker-button/modern/index.css +6 -6
  976. package/picker-button/modern/option/Component.js +1 -1
  977. package/picker-button/modern/option/index.css +4 -4
  978. package/picker-button/modern/typings-b192df8b.d.ts +1 -1
  979. package/picker-button/option/Component.js +2 -2
  980. package/picker-button/option/index.css +4 -4
  981. package/picker-button/option/index.js +1 -1
  982. package/picker-button/{tslib.es6-98210d6d.d.ts → tslib.es6-1f987f9f.d.ts} +0 -0
  983. package/picker-button/{tslib.es6-98210d6d.js → tslib.es6-1f987f9f.js} +0 -0
  984. package/plate/CHANGELOG.md +504 -0
  985. package/plate/Component.js +1 -1
  986. package/plate/esm/Component.js +1 -1
  987. package/plate/esm/index.css +28 -28
  988. package/plate/index.css +28 -28
  989. package/plate/modern/Component.js +1 -1
  990. package/plate/modern/index.css +28 -28
  991. package/popover/CHANGELOG.md +309 -0
  992. package/popover/Component.js +1 -1
  993. package/popover/esm/Component.js +1 -1
  994. package/popover/esm/index.css +34 -34
  995. package/popover/index.css +34 -34
  996. package/popover/modern/Component.js +1 -1
  997. package/popover/modern/index.css +34 -34
  998. package/portal/CHANGELOG.md +94 -0
  999. package/progress-bar/CHANGELOG.md +139 -0
  1000. package/progress-bar/Component.js +1 -1
  1001. package/progress-bar/esm/Component.js +1 -1
  1002. package/progress-bar/esm/index.css +13 -13
  1003. package/progress-bar/index.css +13 -13
  1004. package/progress-bar/modern/Component.js +1 -1
  1005. package/progress-bar/modern/index.css +13 -13
  1006. package/pure-cell/CHANGELOG.md +54 -0
  1007. package/pure-cell/{component-46e54029.d.ts → component-33b23fbc.d.ts} +0 -0
  1008. package/pure-cell/{component-46e54029.js → component-33b23fbc.js} +2 -2
  1009. package/pure-cell/{component-8e4abe4d.d.ts → component-fb8dde38.d.ts} +0 -0
  1010. package/pure-cell/{component-8e4abe4d.js → component-fb8dde38.js} +6 -6
  1011. package/pure-cell/component.js +3 -3
  1012. package/pure-cell/components/addon/component.js +2 -2
  1013. package/pure-cell/components/addon/index.css +6 -6
  1014. package/pure-cell/components/addon/index.js +1 -1
  1015. package/pure-cell/components/amount/component.js +2 -2
  1016. package/pure-cell/components/amount/index.css +2 -2
  1017. package/pure-cell/components/amount/index.js +1 -1
  1018. package/pure-cell/components/amount-title/component.js +2 -2
  1019. package/pure-cell/components/amount-title/index.css +3 -3
  1020. package/pure-cell/components/amount-title/index.js +1 -1
  1021. package/pure-cell/components/category/component.js +2 -2
  1022. package/pure-cell/components/category/index.css +4 -4
  1023. package/pure-cell/components/category/index.js +1 -1
  1024. package/pure-cell/components/comment/component.js +2 -2
  1025. package/pure-cell/components/comment/index.css +3 -3
  1026. package/pure-cell/components/comment/index.js +1 -1
  1027. package/pure-cell/components/content/component.js +3 -3
  1028. package/pure-cell/components/content/index.css +5 -4
  1029. package/pure-cell/components/content/index.d.ts +1 -1
  1030. package/pure-cell/components/content/index.js +3 -3
  1031. package/pure-cell/components/footer/component.js +2 -2
  1032. package/pure-cell/components/footer/index.css +4 -4
  1033. package/pure-cell/components/footer/index.js +1 -1
  1034. package/pure-cell/components/footer-button/component.js +2 -2
  1035. package/pure-cell/components/footer-button/index.css +2 -2
  1036. package/pure-cell/components/footer-button/index.d.ts +1 -1
  1037. package/pure-cell/components/footer-button/index.js +2 -2
  1038. package/pure-cell/components/footer-text/component.js +1 -1
  1039. package/pure-cell/components/footer-text/index.js +1 -1
  1040. package/pure-cell/components/graphics/component.js +2 -2
  1041. package/pure-cell/components/graphics/index.css +2 -2
  1042. package/pure-cell/components/graphics/index.js +1 -1
  1043. package/pure-cell/components/main/component.js +3 -3
  1044. package/pure-cell/components/main/index.css +4 -4
  1045. package/pure-cell/components/main/index.d.ts +1 -1
  1046. package/pure-cell/components/main/index.js +3 -3
  1047. package/pure-cell/components/text/component.js +3 -3
  1048. package/pure-cell/components/text/index.css +8 -8
  1049. package/pure-cell/components/text/index.d.ts +1 -1
  1050. package/pure-cell/components/text/index.js +3 -3
  1051. package/pure-cell/cssm/components/content/index.module.css +2 -1
  1052. package/pure-cell/esm/{component-e9a611b9.d.ts → component-1aa197a2.d.ts} +0 -0
  1053. package/pure-cell/esm/{component-e9a611b9.js → component-1aa197a2.js} +6 -6
  1054. package/pure-cell/esm/{component-14a4993c.d.ts → component-a5e8a296.d.ts} +0 -0
  1055. package/pure-cell/esm/{component-14a4993c.js → component-a5e8a296.js} +2 -2
  1056. package/pure-cell/esm/component.js +3 -3
  1057. package/pure-cell/esm/components/addon/component.js +2 -2
  1058. package/pure-cell/esm/components/addon/index.css +6 -6
  1059. package/pure-cell/esm/components/addon/index.js +1 -1
  1060. package/pure-cell/esm/components/amount/component.js +2 -2
  1061. package/pure-cell/esm/components/amount/index.css +2 -2
  1062. package/pure-cell/esm/components/amount/index.js +1 -1
  1063. package/pure-cell/esm/components/amount-title/component.js +2 -2
  1064. package/pure-cell/esm/components/amount-title/index.css +3 -3
  1065. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1066. package/pure-cell/esm/components/category/component.js +2 -2
  1067. package/pure-cell/esm/components/category/index.css +4 -4
  1068. package/pure-cell/esm/components/category/index.js +1 -1
  1069. package/pure-cell/esm/components/comment/component.js +2 -2
  1070. package/pure-cell/esm/components/comment/index.css +3 -3
  1071. package/pure-cell/esm/components/comment/index.js +1 -1
  1072. package/pure-cell/esm/components/content/component.js +3 -3
  1073. package/pure-cell/esm/components/content/index.css +5 -4
  1074. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1075. package/pure-cell/esm/components/content/index.js +3 -3
  1076. package/pure-cell/esm/components/footer/component.js +2 -2
  1077. package/pure-cell/esm/components/footer/index.css +4 -4
  1078. package/pure-cell/esm/components/footer/index.js +1 -1
  1079. package/pure-cell/esm/components/footer-button/component.js +2 -2
  1080. package/pure-cell/esm/components/footer-button/index.css +2 -2
  1081. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  1082. package/pure-cell/esm/components/footer-button/index.js +2 -2
  1083. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1084. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1085. package/pure-cell/esm/components/graphics/component.js +2 -2
  1086. package/pure-cell/esm/components/graphics/index.css +2 -2
  1087. package/pure-cell/esm/components/graphics/index.js +1 -1
  1088. package/pure-cell/esm/components/main/component.js +3 -3
  1089. package/pure-cell/esm/components/main/index.css +4 -4
  1090. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1091. package/pure-cell/esm/components/main/index.js +3 -3
  1092. package/pure-cell/esm/components/text/component.js +3 -3
  1093. package/pure-cell/esm/components/text/index.css +8 -8
  1094. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1095. package/pure-cell/esm/components/text/index.js +3 -3
  1096. package/pure-cell/esm/{getDataTestId-b53a67ca.d.ts → getDataTestId-c2925f57.d.ts} +0 -0
  1097. package/pure-cell/esm/{getDataTestId-b53a67ca.js → getDataTestId-c2925f57.js} +0 -0
  1098. package/pure-cell/esm/index.css +19 -19
  1099. package/pure-cell/esm/index.js +3 -3
  1100. package/pure-cell/{getDataTestId-1b9ef6bc.d.ts → getDataTestId-5bb32c0d.d.ts} +0 -0
  1101. package/pure-cell/{getDataTestId-1b9ef6bc.js → getDataTestId-5bb32c0d.js} +0 -0
  1102. package/pure-cell/index.css +19 -19
  1103. package/pure-cell/index.js +3 -3
  1104. package/pure-cell/modern/{component-6fa7b4ee.d.ts → component-62d7dd07.d.ts} +0 -0
  1105. package/pure-cell/modern/{component-6fa7b4ee.js → component-62d7dd07.js} +5 -5
  1106. package/pure-cell/modern/component.js +2 -2
  1107. package/pure-cell/modern/components/addon/component.js +2 -2
  1108. package/pure-cell/modern/components/addon/index.css +6 -6
  1109. package/pure-cell/modern/components/addon/index.js +1 -1
  1110. package/pure-cell/modern/components/amount/component.js +2 -2
  1111. package/pure-cell/modern/components/amount/index.css +2 -2
  1112. package/pure-cell/modern/components/amount/index.js +1 -1
  1113. package/pure-cell/modern/components/amount-title/component.js +2 -2
  1114. package/pure-cell/modern/components/amount-title/index.css +3 -3
  1115. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1116. package/pure-cell/modern/components/category/component.js +2 -2
  1117. package/pure-cell/modern/components/category/index.css +4 -4
  1118. package/pure-cell/modern/components/category/index.js +1 -1
  1119. package/pure-cell/modern/components/comment/component.js +2 -2
  1120. package/pure-cell/modern/components/comment/index.css +3 -3
  1121. package/pure-cell/modern/components/comment/index.js +1 -1
  1122. package/pure-cell/modern/components/content/component.js +2 -2
  1123. package/pure-cell/modern/components/content/index.css +5 -4
  1124. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1125. package/pure-cell/modern/components/content/index.js +2 -2
  1126. package/pure-cell/modern/components/footer/component.js +2 -2
  1127. package/pure-cell/modern/components/footer/index.css +4 -4
  1128. package/pure-cell/modern/components/footer/index.js +1 -1
  1129. package/pure-cell/modern/components/footer-button/component.js +2 -2
  1130. package/pure-cell/modern/components/footer-button/index.css +2 -2
  1131. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1132. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1133. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1134. package/pure-cell/modern/components/graphics/component.js +2 -2
  1135. package/pure-cell/modern/components/graphics/index.css +2 -2
  1136. package/pure-cell/modern/components/graphics/index.js +1 -1
  1137. package/pure-cell/modern/components/main/component.js +2 -2
  1138. package/pure-cell/modern/components/main/index.css +4 -4
  1139. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1140. package/pure-cell/modern/components/main/index.js +2 -2
  1141. package/pure-cell/modern/components/text/component.js +2 -2
  1142. package/pure-cell/modern/components/text/index.css +8 -8
  1143. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1144. package/pure-cell/modern/components/text/index.js +2 -2
  1145. package/pure-cell/modern/{getDataTestId-c0c0bb8d.d.ts → getDataTestId-7ac7b2f1.d.ts} +0 -0
  1146. package/pure-cell/modern/{getDataTestId-c0c0bb8d.js → getDataTestId-7ac7b2f1.js} +0 -0
  1147. package/pure-cell/modern/index.css +19 -19
  1148. package/pure-cell/modern/index.js +2 -2
  1149. package/pure-input/CHANGELOG.md +138 -0
  1150. package/pure-input/Component.js +1 -1
  1151. package/pure-input/esm/Component.js +1 -1
  1152. package/pure-input/esm/index.css +26 -26
  1153. package/pure-input/index.css +26 -26
  1154. package/pure-input/modern/Component.js +1 -1
  1155. package/pure-input/modern/index.css +26 -26
  1156. package/radio/CHANGELOG.md +238 -0
  1157. package/radio/Component.js +1 -1
  1158. package/radio/esm/Component.js +1 -1
  1159. package/radio/esm/index.css +32 -32
  1160. package/radio/index.css +32 -32
  1161. package/radio/modern/Component.js +1 -1
  1162. package/radio/modern/index.css +32 -32
  1163. package/radio-group/CHANGELOG.md +193 -0
  1164. package/radio-group/Component.js +1 -1
  1165. package/radio-group/esm/Component.js +1 -1
  1166. package/radio-group/esm/index.css +17 -17
  1167. package/radio-group/index.css +17 -17
  1168. package/radio-group/modern/Component.js +1 -1
  1169. package/radio-group/modern/index.css +17 -17
  1170. package/scrollbar/CHANGELOG.md +57 -0
  1171. package/scrollbar/Component.js +260 -172
  1172. package/scrollbar/cssm/Component.js +257 -169
  1173. package/scrollbar/cssm/index.js +0 -13
  1174. package/scrollbar/default.css +3 -3
  1175. package/scrollbar/esm/Component.js +260 -172
  1176. package/scrollbar/esm/default.css +3 -3
  1177. package/scrollbar/esm/index.css +26 -26
  1178. package/scrollbar/esm/index.js +0 -13
  1179. package/scrollbar/esm/inverted.css +3 -3
  1180. package/scrollbar/index.css +26 -26
  1181. package/scrollbar/index.js +0 -13
  1182. package/scrollbar/inverted.css +3 -3
  1183. package/scrollbar/modern/Component.js +405 -333
  1184. package/scrollbar/modern/default.css +3 -3
  1185. package/scrollbar/modern/index.css +26 -26
  1186. package/scrollbar/modern/index.js +0 -13
  1187. package/scrollbar/modern/inverted.css +3 -3
  1188. package/select/CHANGELOG.md +992 -0
  1189. package/select/{Component-c8255440.d.ts → Component-0c5d8472.d.ts} +0 -0
  1190. package/select/{Component-c8255440.js → Component-0c5d8472.js} +2 -2
  1191. package/select/{Component-f07b9598.d.ts → Component-2654ca11.d.ts} +0 -0
  1192. package/select/{Component-f07b9598.js → Component-2654ca11.js} +5 -5
  1193. package/select/Component.js +2 -2
  1194. package/select/components/arrow/Component.js +1 -1
  1195. package/select/components/arrow/index.css +3 -3
  1196. package/select/components/base-select/Component.js +2 -2
  1197. package/select/components/base-select/index.css +7 -7
  1198. package/select/components/base-select/index.d.ts +1 -1
  1199. package/select/components/base-select/index.js +2 -2
  1200. package/select/components/base-select-mobile/Component.js +4 -4
  1201. package/select/components/base-select-mobile/checkmark/Component.js +1 -1
  1202. package/select/components/base-select-mobile/checkmark/index.css +4 -4
  1203. package/select/components/base-select-mobile/index.css +11 -11
  1204. package/select/components/base-select-mobile/index.d.ts +1 -1
  1205. package/select/components/base-select-mobile/index.js +4 -4
  1206. package/select/components/base-select-mobile/options-list/Component.js +2 -2
  1207. package/select/components/base-select-mobile/options-list/index.css +9 -9
  1208. package/select/components/base-select-mobile/options-list/index.js +1 -1
  1209. package/select/components/checkmark/Component.js +1 -1
  1210. package/select/components/checkmark/index.css +7 -7
  1211. package/select/components/field/Component.js +2 -2
  1212. package/select/components/field/index.css +9 -9
  1213. package/select/components/field/index.js +1 -1
  1214. package/select/components/index.js +4 -4
  1215. package/select/components/native-select/Component.js +1 -1
  1216. package/select/components/native-select/index.js +1 -1
  1217. package/select/components/optgroup/Component.js +1 -1
  1218. package/select/components/optgroup/index.css +6 -6
  1219. package/select/components/option/Component.js +2 -2
  1220. package/select/components/option/index.css +20 -20
  1221. package/select/components/option/index.js +1 -1
  1222. package/select/components/options-list/Component.js +2 -2
  1223. package/select/components/options-list/index.css +6 -6
  1224. package/select/components/options-list/index.js +1 -1
  1225. package/select/components/select-mobile/Component.js +4 -4
  1226. package/select/components/select-mobile/index.d.ts +1 -1
  1227. package/select/components/select-mobile/index.js +4 -4
  1228. package/select/components/select-modal-mobile/Component.js +4 -4
  1229. package/select/components/select-modal-mobile/index.d.ts +1 -1
  1230. package/select/components/select-modal-mobile/index.js +4 -4
  1231. package/select/components/virtual-options-list/Component.js +2 -2
  1232. package/select/components/virtual-options-list/index.css +12 -12
  1233. package/select/components/virtual-options-list/index.js +1 -1
  1234. package/select/esm/{Component-7b40e366.d.ts → Component-185aad37.d.ts} +0 -0
  1235. package/select/esm/{Component-7b40e366.js → Component-185aad37.js} +3 -3
  1236. package/select/esm/{Component-11f097dc.d.ts → Component-816ad5b7.d.ts} +0 -0
  1237. package/select/esm/{Component-11f097dc.js → Component-816ad5b7.js} +11 -11
  1238. package/select/esm/Component.js +8 -8
  1239. package/select/esm/components/arrow/Component.js +1 -1
  1240. package/select/esm/components/arrow/index.css +3 -3
  1241. package/select/esm/components/base-select/Component.js +3 -3
  1242. package/select/esm/components/base-select/index.css +7 -7
  1243. package/select/esm/components/base-select/index.d.ts +1 -1
  1244. package/select/esm/components/base-select/index.js +3 -3
  1245. package/select/esm/components/base-select-mobile/Component.js +10 -10
  1246. package/select/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  1247. package/select/esm/components/base-select-mobile/checkmark/index.css +4 -4
  1248. package/select/esm/components/base-select-mobile/index.css +11 -11
  1249. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  1250. package/select/esm/components/base-select-mobile/index.js +10 -10
  1251. package/select/esm/components/base-select-mobile/options-list/Component.js +2 -2
  1252. package/select/esm/components/base-select-mobile/options-list/index.css +9 -9
  1253. package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
  1254. package/select/esm/components/checkmark/Component.js +1 -1
  1255. package/select/esm/components/checkmark/index.css +7 -7
  1256. package/select/esm/components/field/Component.js +3 -3
  1257. package/select/esm/components/field/index.css +9 -9
  1258. package/select/esm/components/field/index.js +2 -2
  1259. package/select/esm/components/index.js +10 -10
  1260. package/select/esm/components/native-select/Component.js +1 -1
  1261. package/select/esm/components/native-select/index.js +1 -1
  1262. package/select/esm/components/optgroup/Component.js +1 -1
  1263. package/select/esm/components/optgroup/index.css +6 -6
  1264. package/select/esm/components/option/Component.js +2 -2
  1265. package/select/esm/components/option/index.css +20 -20
  1266. package/select/esm/components/option/index.js +1 -1
  1267. package/select/esm/components/options-list/Component.js +3 -3
  1268. package/select/esm/components/options-list/index.css +6 -6
  1269. package/select/esm/components/options-list/index.js +2 -2
  1270. package/select/esm/components/select-mobile/Component.js +10 -10
  1271. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1272. package/select/esm/components/select-mobile/index.js +10 -10
  1273. package/select/esm/components/select-modal-mobile/Component.js +10 -10
  1274. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  1275. package/select/esm/components/select-modal-mobile/index.js +10 -10
  1276. package/select/esm/components/virtual-options-list/Component.js +3 -3
  1277. package/select/esm/components/virtual-options-list/index.css +12 -12
  1278. package/select/esm/components/virtual-options-list/index.js +2 -2
  1279. package/select/esm/index.js +10 -10
  1280. package/select/esm/{intersection-observer-e82c5c95.d.ts → intersection-observer-d9cc0596.d.ts} +0 -0
  1281. package/select/esm/{intersection-observer-e82c5c95.js → intersection-observer-d9cc0596.js} +0 -0
  1282. package/select/esm/presets/index.js +10 -10
  1283. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1284. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1285. package/select/esm/presets/useSelectWithApply/hook.js +10 -10
  1286. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -10
  1287. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1288. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1289. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +10 -10
  1290. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1291. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1292. package/select/esm/{tslib.es6-476fd31d.d.ts → tslib.es6-7944868c.d.ts} +0 -0
  1293. package/select/esm/{tslib.es6-476fd31d.js → tslib.es6-7944868c.js} +0 -0
  1294. package/select/index.js +4 -4
  1295. package/select/{intersection-observer-ae5d46a0.d.ts → intersection-observer-b13f5c25.d.ts} +0 -0
  1296. package/select/{intersection-observer-ae5d46a0.js → intersection-observer-b13f5c25.js} +0 -0
  1297. package/select/modern/{Component-c3b5c7a3.d.ts → Component-e22ae2cd.d.ts} +0 -0
  1298. package/select/modern/{Component-c3b5c7a3.js → Component-e22ae2cd.js} +2 -2
  1299. package/select/modern/{Component-c309f79e.d.ts → Component-f54e1b7d.d.ts} +0 -0
  1300. package/select/modern/{Component-c309f79e.js → Component-f54e1b7d.js} +10 -10
  1301. package/select/modern/Component.js +7 -7
  1302. package/select/modern/components/arrow/Component.js +1 -1
  1303. package/select/modern/components/arrow/index.css +3 -3
  1304. package/select/modern/components/base-select/Component.js +2 -2
  1305. package/select/modern/components/base-select/index.css +7 -7
  1306. package/select/modern/components/base-select/index.d.ts +1 -1
  1307. package/select/modern/components/base-select/index.js +2 -2
  1308. package/select/modern/components/base-select-mobile/Component.js +9 -9
  1309. package/select/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  1310. package/select/modern/components/base-select-mobile/checkmark/index.css +4 -4
  1311. package/select/modern/components/base-select-mobile/index.css +11 -11
  1312. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  1313. package/select/modern/components/base-select-mobile/index.js +9 -9
  1314. package/select/modern/components/base-select-mobile/options-list/Component.js +1 -1
  1315. package/select/modern/components/base-select-mobile/options-list/index.css +9 -9
  1316. package/select/modern/components/checkmark/Component.js +1 -1
  1317. package/select/modern/components/checkmark/index.css +7 -7
  1318. package/select/modern/components/field/Component.js +2 -2
  1319. package/select/modern/components/field/index.css +9 -9
  1320. package/select/modern/components/field/index.js +1 -1
  1321. package/select/modern/components/index.js +9 -9
  1322. package/select/modern/components/optgroup/Component.js +1 -1
  1323. package/select/modern/components/optgroup/index.css +6 -6
  1324. package/select/modern/components/option/Component.js +1 -1
  1325. package/select/modern/components/option/index.css +20 -20
  1326. package/select/modern/components/options-list/Component.js +2 -2
  1327. package/select/modern/components/options-list/index.css +6 -6
  1328. package/select/modern/components/options-list/index.js +1 -1
  1329. package/select/modern/components/select-mobile/Component.js +9 -9
  1330. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1331. package/select/modern/components/select-mobile/index.js +9 -9
  1332. package/select/modern/components/select-modal-mobile/Component.js +9 -9
  1333. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  1334. package/select/modern/components/select-modal-mobile/index.js +9 -9
  1335. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1336. package/select/modern/components/virtual-options-list/index.css +12 -12
  1337. package/select/modern/index.js +9 -9
  1338. package/select/modern/{intersection-observer-e82c5c95.d.ts → intersection-observer-d9cc0596.d.ts} +0 -0
  1339. package/select/modern/{intersection-observer-e82c5c95.js → intersection-observer-d9cc0596.js} +0 -0
  1340. package/select/modern/presets/index.js +9 -9
  1341. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1342. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1343. package/select/modern/presets/useSelectWithApply/hook.js +9 -9
  1344. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +9 -9
  1345. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1346. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1347. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +9 -9
  1348. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1349. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1350. package/select/presets/index.js +4 -4
  1351. package/select/presets/useLazyLoading/hook.js +3 -3
  1352. package/select/presets/useLazyLoading/index.css +2 -2
  1353. package/select/presets/useSelectWithApply/hook.js +4 -4
  1354. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1355. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1356. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1357. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1358. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1359. package/select/presets/useSelectWithLoading/index.css +2 -2
  1360. package/select/{tslib.es6-a384e924.d.ts → tslib.es6-85ad4c97.d.ts} +0 -0
  1361. package/select/{tslib.es6-a384e924.js → tslib.es6-85ad4c97.js} +0 -0
  1362. package/select-with-tags/CHANGELOG.md +482 -0
  1363. package/select-with-tags/component.js +1 -1
  1364. package/select-with-tags/components/index.js +1 -1
  1365. package/select-with-tags/components/tag/component.js +2 -2
  1366. package/select-with-tags/components/tag/index.css +11 -11
  1367. package/select-with-tags/components/tag/index.js +1 -1
  1368. package/select-with-tags/components/tag-list/component.js +2 -2
  1369. package/select-with-tags/components/tag-list/index.css +31 -31
  1370. package/select-with-tags/components/tag-list/index.js +1 -1
  1371. package/select-with-tags/esm/component.js +1 -1
  1372. package/select-with-tags/esm/components/index.js +1 -1
  1373. package/select-with-tags/esm/components/tag/component.js +2 -2
  1374. package/select-with-tags/esm/components/tag/index.css +11 -11
  1375. package/select-with-tags/esm/components/tag/index.js +1 -1
  1376. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1377. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  1378. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1379. package/select-with-tags/esm/index.js +1 -1
  1380. package/select-with-tags/esm/{tslib.es6-012db9fe.d.ts → tslib.es6-72b823b8.d.ts} +0 -0
  1381. package/select-with-tags/esm/{tslib.es6-012db9fe.js → tslib.es6-72b823b8.js} +0 -0
  1382. package/select-with-tags/esm/utils/index.js +1 -1
  1383. package/select-with-tags/esm/utils/match.js +1 -1
  1384. package/select-with-tags/index.js +1 -1
  1385. package/select-with-tags/modern/components/tag/component.js +1 -1
  1386. package/select-with-tags/modern/components/tag/index.css +11 -11
  1387. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1388. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  1389. package/select-with-tags/{tslib.es6-4670ca79.d.ts → tslib.es6-97fcb8f4.d.ts} +0 -0
  1390. package/select-with-tags/{tslib.es6-4670ca79.js → tslib.es6-97fcb8f4.js} +0 -0
  1391. package/select-with-tags/utils/index.js +1 -1
  1392. package/select-with-tags/utils/match.js +1 -1
  1393. package/side-panel/CHANGELOG.md +61 -0
  1394. package/side-panel/Component.desktop.js +3 -3
  1395. package/side-panel/Component.mobile.js +3 -3
  1396. package/side-panel/Component.responsive.d.ts +1 -1
  1397. package/side-panel/Component.responsive.js +1 -1
  1398. package/side-panel/components/closer/Component.js +2 -2
  1399. package/side-panel/components/closer/index.css +4 -4
  1400. package/side-panel/components/content/Component.d.ts +4 -0
  1401. package/side-panel/components/content/Component.desktop.js +4 -4
  1402. package/side-panel/components/content/Component.js +3 -3
  1403. package/side-panel/components/content/Component.mobile.js +2 -2
  1404. package/side-panel/components/content/desktop.css +3 -3
  1405. package/side-panel/components/content/index.css +3 -3
  1406. package/side-panel/components/content/mobile.css +3 -3
  1407. package/side-panel/components/footer/Component.d.ts +4 -0
  1408. package/side-panel/components/footer/Component.desktop.js +3 -3
  1409. package/side-panel/components/footer/Component.js +4 -4
  1410. package/side-panel/components/footer/Component.mobile.js +2 -2
  1411. package/side-panel/components/footer/desktop.css +3 -3
  1412. package/side-panel/components/footer/index.css +4 -4
  1413. package/side-panel/components/footer/layout.css +25 -25
  1414. package/side-panel/components/footer/mobile.css +3 -3
  1415. package/side-panel/components/header/Component.d.ts +4 -0
  1416. package/side-panel/components/header/Component.desktop.js +3 -3
  1417. package/side-panel/components/header/Component.js +3 -3
  1418. package/side-panel/components/header/Component.mobile.js +2 -2
  1419. package/side-panel/components/header/desktop.css +6 -6
  1420. package/side-panel/components/header/index.css +15 -15
  1421. package/side-panel/components/header/mobile.css +3 -3
  1422. package/side-panel/cssm/Component.responsive.d.ts +1 -1
  1423. package/side-panel/cssm/components/content/Component.d.ts +4 -0
  1424. package/side-panel/cssm/components/content/Component.desktop.js +2 -2
  1425. package/side-panel/cssm/components/content/Component.js +2 -2
  1426. package/side-panel/cssm/components/footer/Component.d.ts +4 -0
  1427. package/side-panel/cssm/components/footer/Component.desktop.js +1 -1
  1428. package/side-panel/cssm/components/footer/Component.js +2 -2
  1429. package/side-panel/cssm/components/header/Component.d.ts +4 -0
  1430. package/side-panel/cssm/components/header/Component.desktop.js +1 -1
  1431. package/side-panel/cssm/components/header/Component.js +2 -2
  1432. package/side-panel/desktop.css +3 -3
  1433. package/side-panel/desktop.js +1 -1
  1434. package/side-panel/esm/Component.desktop.js +3 -3
  1435. package/side-panel/esm/Component.mobile.js +3 -3
  1436. package/side-panel/esm/Component.responsive.d.ts +2 -2
  1437. package/side-panel/esm/Component.responsive.js +1 -1
  1438. package/side-panel/esm/components/closer/Component.js +2 -2
  1439. package/side-panel/esm/components/closer/index.css +4 -4
  1440. package/side-panel/esm/components/content/Component.d.ts +4 -0
  1441. package/side-panel/esm/components/content/Component.desktop.js +4 -4
  1442. package/side-panel/esm/components/content/Component.js +3 -3
  1443. package/side-panel/esm/components/content/Component.mobile.js +2 -2
  1444. package/side-panel/esm/components/content/desktop.css +3 -3
  1445. package/side-panel/esm/components/content/index.css +3 -3
  1446. package/side-panel/esm/components/content/mobile.css +3 -3
  1447. package/side-panel/esm/components/footer/Component.d.ts +4 -0
  1448. package/side-panel/esm/components/footer/Component.desktop.js +3 -3
  1449. package/side-panel/esm/components/footer/Component.js +4 -4
  1450. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  1451. package/side-panel/esm/components/footer/desktop.css +3 -3
  1452. package/side-panel/esm/components/footer/index.css +4 -4
  1453. package/side-panel/esm/components/footer/layout.css +25 -25
  1454. package/side-panel/esm/components/footer/mobile.css +3 -3
  1455. package/side-panel/esm/components/header/Component.d.ts +4 -0
  1456. package/side-panel/esm/components/header/Component.desktop.js +3 -3
  1457. package/side-panel/esm/components/header/Component.js +3 -3
  1458. package/side-panel/esm/components/header/Component.mobile.js +2 -2
  1459. package/side-panel/esm/components/header/desktop.css +6 -6
  1460. package/side-panel/esm/components/header/index.css +15 -15
  1461. package/side-panel/esm/components/header/mobile.css +3 -3
  1462. package/side-panel/esm/desktop.css +3 -3
  1463. package/side-panel/esm/desktop.js +1 -1
  1464. package/side-panel/esm/index.js +1 -1
  1465. package/side-panel/esm/mobile.css +2 -2
  1466. package/side-panel/esm/mobile.js +1 -1
  1467. package/side-panel/esm/responsive.js +1 -1
  1468. package/side-panel/esm/transitions.desktop.css +8 -8
  1469. package/side-panel/esm/transitions.mobile.css +8 -8
  1470. package/side-panel/esm/{tslib.es6-82879d11.d.ts → tslib.es6-1be08558.d.ts} +0 -0
  1471. package/side-panel/esm/{tslib.es6-82879d11.js → tslib.es6-1be08558.js} +0 -0
  1472. package/side-panel/index.js +1 -1
  1473. package/side-panel/mobile.css +2 -2
  1474. package/side-panel/mobile.js +1 -1
  1475. package/side-panel/modern/Component.desktop.js +2 -2
  1476. package/side-panel/modern/Component.mobile.js +2 -2
  1477. package/side-panel/modern/Component.responsive.d.ts +1 -1
  1478. package/side-panel/modern/components/closer/Component.js +1 -1
  1479. package/side-panel/modern/components/closer/index.css +4 -4
  1480. package/side-panel/modern/components/content/Component.d.ts +4 -0
  1481. package/side-panel/modern/components/content/Component.desktop.js +2 -2
  1482. package/side-panel/modern/components/content/Component.js +3 -3
  1483. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1484. package/side-panel/modern/components/content/desktop.css +3 -3
  1485. package/side-panel/modern/components/content/index.css +3 -3
  1486. package/side-panel/modern/components/content/mobile.css +3 -3
  1487. package/side-panel/modern/components/footer/Component.d.ts +4 -0
  1488. package/side-panel/modern/components/footer/Component.desktop.js +2 -2
  1489. package/side-panel/modern/components/footer/Component.js +4 -4
  1490. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  1491. package/side-panel/modern/components/footer/desktop.css +3 -3
  1492. package/side-panel/modern/components/footer/index.css +4 -4
  1493. package/side-panel/modern/components/footer/layout.css +25 -25
  1494. package/side-panel/modern/components/footer/mobile.css +3 -3
  1495. package/side-panel/modern/components/header/Component.d.ts +4 -0
  1496. package/side-panel/modern/components/header/Component.desktop.js +2 -2
  1497. package/side-panel/modern/components/header/Component.js +3 -3
  1498. package/side-panel/modern/components/header/Component.mobile.js +1 -1
  1499. package/side-panel/modern/components/header/desktop.css +6 -6
  1500. package/side-panel/modern/components/header/index.css +15 -15
  1501. package/side-panel/modern/components/header/mobile.css +3 -3
  1502. package/side-panel/modern/desktop.css +3 -3
  1503. package/side-panel/modern/mobile.css +2 -2
  1504. package/side-panel/modern/transitions.desktop.css +8 -8
  1505. package/side-panel/modern/transitions.mobile.css +8 -8
  1506. package/side-panel/responsive.js +1 -1
  1507. package/side-panel/transitions.desktop.css +8 -8
  1508. package/side-panel/transitions.mobile.css +8 -8
  1509. package/side-panel/{tslib.es6-c16fb37a.d.ts → tslib.es6-ec991fad.d.ts} +0 -0
  1510. package/side-panel/{tslib.es6-c16fb37a.js → tslib.es6-ec991fad.js} +0 -0
  1511. package/skeleton/CHANGELOG.md +218 -0
  1512. package/skeleton/Component.js +1 -1
  1513. package/skeleton/cssm/index.module.css +3 -2
  1514. package/skeleton/esm/Component.js +1 -1
  1515. package/skeleton/esm/index.css +14 -13
  1516. package/skeleton/index.css +14 -13
  1517. package/skeleton/modern/Component.js +1 -1
  1518. package/skeleton/modern/index.css +14 -13
  1519. package/slider/CHANGELOG.md +190 -0
  1520. package/slider/Component.js +1 -1
  1521. package/slider/esm/Component.js +1 -1
  1522. package/slider/esm/index.css +17 -17
  1523. package/slider/index.css +17 -17
  1524. package/slider/modern/Component.js +1 -1
  1525. package/slider/modern/index.css +17 -17
  1526. package/slider-input/CHANGELOG.md +527 -0
  1527. package/slider-input/Component.js +1 -1
  1528. package/slider-input/esm/Component.js +1 -1
  1529. package/slider-input/esm/index.css +17 -17
  1530. package/slider-input/index.css +17 -17
  1531. package/slider-input/modern/Component.js +1 -1
  1532. package/slider-input/modern/index.css +17 -17
  1533. package/space/CHANGELOG.md +111 -0
  1534. package/space/Component.js +2 -2
  1535. package/space/{Item-6e0da6a0.d.ts → Item-a68c7a89.d.ts} +0 -0
  1536. package/space/{Item-6e0da6a0.js → Item-a68c7a89.js} +0 -0
  1537. package/space/Item.js +1 -1
  1538. package/space/esm/Component.js +2 -2
  1539. package/space/esm/{Item-1deb0607.d.ts → Item-1daa5dfc.d.ts} +0 -0
  1540. package/space/esm/{Item-1deb0607.js → Item-1daa5dfc.js} +0 -0
  1541. package/space/esm/Item.js +1 -1
  1542. package/space/esm/index.css +9 -9
  1543. package/space/esm/index.js +1 -1
  1544. package/space/index.css +9 -9
  1545. package/space/index.js +1 -1
  1546. package/space/modern/Component.js +1 -1
  1547. package/space/modern/index.css +9 -9
  1548. package/spinner/CHANGELOG.md +116 -0
  1549. package/spinner/Component.js +1 -1
  1550. package/spinner/esm/Component.js +1 -1
  1551. package/spinner/esm/index.css +10 -10
  1552. package/spinner/index.css +10 -10
  1553. package/spinner/modern/Component.js +1 -1
  1554. package/spinner/modern/index.css +10 -10
  1555. package/stack/CHANGELOG.md +107 -0
  1556. package/status/CHANGELOG.md +160 -0
  1557. package/status/Component.js +1 -1
  1558. package/status/esm/Component.js +1 -1
  1559. package/status/esm/index.css +18 -18
  1560. package/status/index.css +18 -18
  1561. package/status/modern/Component.js +1 -1
  1562. package/status/modern/index.css +18 -18
  1563. package/stepped-progress-bar/CHANGELOG.md +114 -0
  1564. package/stepped-progress-bar/Component.js +1 -1
  1565. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1566. package/stepped-progress-bar/components/step-bar/index.css +11 -11
  1567. package/stepped-progress-bar/esm/Component.js +1 -1
  1568. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1569. package/stepped-progress-bar/esm/components/step-bar/index.css +11 -11
  1570. package/stepped-progress-bar/esm/index.css +4 -4
  1571. package/stepped-progress-bar/index.css +4 -4
  1572. package/stepped-progress-bar/modern/Component.js +1 -1
  1573. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1574. package/stepped-progress-bar/modern/components/step-bar/index.css +11 -11
  1575. package/stepped-progress-bar/modern/index.css +4 -4
  1576. package/switch/CHANGELOG.md +198 -0
  1577. package/switch/Component.js +1 -1
  1578. package/switch/esm/Component.js +1 -1
  1579. package/switch/esm/index.css +26 -26
  1580. package/switch/index.css +26 -26
  1581. package/switch/modern/Component.js +1 -1
  1582. package/switch/modern/index.css +26 -26
  1583. package/table/CHANGELOG.md +289 -0
  1584. package/table/component.js +1 -1
  1585. package/table/components/index.js +1 -1
  1586. package/table/components/pagination/Component.js +2 -2
  1587. package/table/components/pagination/index.css +8 -8
  1588. package/table/components/pagination/index.js +1 -1
  1589. package/table/components/pagination/select-field/index.css +4 -4
  1590. package/table/components/pagination/select-field/index.js +2 -2
  1591. package/table/components/table/Component.js +2 -2
  1592. package/table/components/table/index.css +6 -6
  1593. package/table/components/table/index.js +1 -1
  1594. package/table/components/table/utils.js +1 -1
  1595. package/table/components/tbody/Component.js +2 -2
  1596. package/table/components/tbody/index.css +2 -2
  1597. package/table/components/tbody/index.js +1 -1
  1598. package/table/components/tcell/Component.js +2 -2
  1599. package/table/components/tcell/index.css +4 -4
  1600. package/table/components/tcell/index.js +1 -1
  1601. package/table/components/texpandable-row/Component.js +2 -2
  1602. package/table/components/texpandable-row/index.css +5 -5
  1603. package/table/components/texpandable-row/index.js +1 -1
  1604. package/table/components/thead/Component.js +2 -2
  1605. package/table/components/thead/index.css +6 -6
  1606. package/table/components/thead/index.js +1 -1
  1607. package/table/components/thead-cell/Component.js +2 -2
  1608. package/table/components/thead-cell/index.css +5 -5
  1609. package/table/components/thead-cell/index.js +1 -1
  1610. package/table/components/trow/Component.js +2 -2
  1611. package/table/components/trow/index.css +8 -8
  1612. package/table/components/trow/index.js +1 -1
  1613. package/table/components/tsortable-head-cell/Component.js +2 -2
  1614. package/table/components/tsortable-head-cell/index.css +9 -9
  1615. package/table/components/tsortable-head-cell/index.js +1 -1
  1616. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1617. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1618. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1619. package/table/esm/component.js +1 -1
  1620. package/table/esm/components/index.js +1 -1
  1621. package/table/esm/components/pagination/Component.js +2 -2
  1622. package/table/esm/components/pagination/index.css +8 -8
  1623. package/table/esm/components/pagination/index.js +1 -1
  1624. package/table/esm/components/pagination/select-field/index.css +4 -4
  1625. package/table/esm/components/pagination/select-field/index.js +2 -2
  1626. package/table/esm/components/table/Component.js +2 -2
  1627. package/table/esm/components/table/index.css +6 -6
  1628. package/table/esm/components/table/index.js +1 -1
  1629. package/table/esm/components/table/utils.js +1 -1
  1630. package/table/esm/components/tbody/Component.js +2 -2
  1631. package/table/esm/components/tbody/index.css +2 -2
  1632. package/table/esm/components/tbody/index.js +1 -1
  1633. package/table/esm/components/tcell/Component.js +2 -2
  1634. package/table/esm/components/tcell/index.css +4 -4
  1635. package/table/esm/components/tcell/index.js +1 -1
  1636. package/table/esm/components/texpandable-row/Component.js +2 -2
  1637. package/table/esm/components/texpandable-row/index.css +5 -5
  1638. package/table/esm/components/texpandable-row/index.js +1 -1
  1639. package/table/esm/components/thead/Component.js +2 -2
  1640. package/table/esm/components/thead/index.css +6 -6
  1641. package/table/esm/components/thead/index.js +1 -1
  1642. package/table/esm/components/thead-cell/Component.js +2 -2
  1643. package/table/esm/components/thead-cell/index.css +5 -5
  1644. package/table/esm/components/thead-cell/index.js +1 -1
  1645. package/table/esm/components/trow/Component.js +2 -2
  1646. package/table/esm/components/trow/index.css +8 -8
  1647. package/table/esm/components/trow/index.js +1 -1
  1648. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1649. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1650. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1651. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1652. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1653. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1654. package/table/esm/index.js +1 -1
  1655. package/table/esm/{tslib.es6-cfc3928f.d.ts → tslib.es6-81183e09.d.ts} +0 -0
  1656. package/table/esm/{tslib.es6-cfc3928f.js → tslib.es6-81183e09.js} +0 -0
  1657. package/table/index.js +1 -1
  1658. package/table/modern/components/pagination/Component.js +1 -1
  1659. package/table/modern/components/pagination/index.css +8 -8
  1660. package/table/modern/components/pagination/select-field/index.css +4 -4
  1661. package/table/modern/components/pagination/select-field/index.js +1 -1
  1662. package/table/modern/components/table/Component.js +1 -1
  1663. package/table/modern/components/table/index.css +6 -6
  1664. package/table/modern/components/tbody/Component.js +1 -1
  1665. package/table/modern/components/tbody/index.css +2 -2
  1666. package/table/modern/components/tcell/Component.js +1 -1
  1667. package/table/modern/components/tcell/index.css +4 -4
  1668. package/table/modern/components/texpandable-row/Component.js +1 -1
  1669. package/table/modern/components/texpandable-row/index.css +5 -5
  1670. package/table/modern/components/thead/Component.js +1 -1
  1671. package/table/modern/components/thead/index.css +6 -6
  1672. package/table/modern/components/thead-cell/Component.js +1 -1
  1673. package/table/modern/components/thead-cell/index.css +5 -5
  1674. package/table/modern/components/trow/Component.js +1 -1
  1675. package/table/modern/components/trow/index.css +8 -8
  1676. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1677. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1678. package/table/{tslib.es6-178f5d63.d.ts → tslib.es6-2f63daab.d.ts} +0 -0
  1679. package/table/{tslib.es6-178f5d63.js → tslib.es6-2f63daab.js} +0 -0
  1680. package/tabs/CHANGELOG.md +378 -0
  1681. package/tabs/components/primary-tablist/Component.d.ts +2 -1
  1682. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1683. package/tabs/components/primary-tablist/Component.js +24 -19
  1684. package/tabs/components/primary-tablist/Component.mobile.d.ts +1 -1
  1685. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1686. package/tabs/components/primary-tablist/Component.responsive.d.ts +1 -1
  1687. package/tabs/components/primary-tablist/Component.responsive.js +4 -4
  1688. package/tabs/components/primary-tablist/index.css +27 -21
  1689. package/tabs/components/primary-tablist/mobile.css +29 -24
  1690. package/tabs/components/scrollable-container/Component.d.ts +2 -1
  1691. package/tabs/components/scrollable-container/Component.js +14 -4
  1692. package/tabs/components/scrollable-container/index.css +11 -6
  1693. package/tabs/components/secondary-tablist/Component.d.ts +2 -1
  1694. package/tabs/components/secondary-tablist/Component.desktop.d.ts +1 -1
  1695. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1696. package/tabs/components/secondary-tablist/Component.js +11 -6
  1697. package/tabs/components/secondary-tablist/Component.mobile.d.ts +1 -1
  1698. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1699. package/tabs/components/secondary-tablist/Component.responsive.d.ts +1 -1
  1700. package/tabs/components/secondary-tablist/Component.responsive.js +4 -4
  1701. package/tabs/components/secondary-tablist/index.css +15 -14
  1702. package/tabs/components/secondary-tablist/mobile.css +16 -16
  1703. package/tabs/components/tab/Component.js +1 -1
  1704. package/tabs/components/tab/index.css +3 -3
  1705. package/tabs/components/tabs/Component.d.ts +1 -1
  1706. package/tabs/components/tabs/Component.desktop.d.ts +1 -1
  1707. package/tabs/components/tabs/Component.desktop.js +3 -3
  1708. package/tabs/components/tabs/Component.js +4 -3
  1709. package/tabs/components/tabs/Component.mobile.d.ts +1 -1
  1710. package/tabs/components/tabs/Component.mobile.js +3 -3
  1711. package/tabs/components/tabs/Component.responsive.d.ts +1 -1
  1712. package/tabs/components/tabs/Component.responsive.js +3 -3
  1713. package/tabs/cssm/components/primary-tablist/Component.d.ts +2 -1
  1714. package/tabs/cssm/components/primary-tablist/Component.js +23 -18
  1715. package/tabs/cssm/components/primary-tablist/Component.mobile.d.ts +1 -1
  1716. package/tabs/cssm/components/primary-tablist/Component.responsive.d.ts +1 -1
  1717. package/tabs/cssm/components/primary-tablist/Component.responsive.js +2 -2
  1718. package/tabs/cssm/components/primary-tablist/index.module.css +8 -2
  1719. package/tabs/cssm/components/scrollable-container/Component.d.ts +2 -1
  1720. package/tabs/cssm/components/scrollable-container/Component.js +13 -3
  1721. package/tabs/cssm/components/scrollable-container/index.module.css +7 -2
  1722. package/tabs/cssm/components/secondary-tablist/Component.d.ts +2 -1
  1723. package/tabs/cssm/components/secondary-tablist/Component.desktop.d.ts +1 -1
  1724. package/tabs/cssm/components/secondary-tablist/Component.js +10 -5
  1725. package/tabs/cssm/components/secondary-tablist/Component.mobile.d.ts +1 -1
  1726. package/tabs/cssm/components/secondary-tablist/Component.responsive.d.ts +1 -1
  1727. package/tabs/cssm/components/secondary-tablist/Component.responsive.js +2 -2
  1728. package/tabs/cssm/components/secondary-tablist/index.module.css +5 -4
  1729. package/tabs/cssm/components/tabs/Component.d.ts +1 -1
  1730. package/tabs/cssm/components/tabs/Component.desktop.d.ts +1 -1
  1731. package/tabs/cssm/components/tabs/Component.js +4 -3
  1732. package/tabs/cssm/components/tabs/Component.mobile.d.ts +1 -1
  1733. package/tabs/cssm/components/tabs/Component.responsive.d.ts +1 -1
  1734. package/tabs/cssm/typings.d.ts +11 -2
  1735. package/tabs/desktop.js +3 -3
  1736. package/tabs/esm/components/primary-tablist/Component.d.ts +2 -1
  1737. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1738. package/tabs/esm/components/primary-tablist/Component.js +24 -19
  1739. package/tabs/esm/components/primary-tablist/Component.mobile.d.ts +1 -1
  1740. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1741. package/tabs/esm/components/primary-tablist/Component.responsive.d.ts +1 -1
  1742. package/tabs/esm/components/primary-tablist/Component.responsive.js +4 -4
  1743. package/tabs/esm/components/primary-tablist/index.css +27 -21
  1744. package/tabs/esm/components/primary-tablist/mobile.css +29 -24
  1745. package/tabs/esm/components/scrollable-container/Component.d.ts +2 -1
  1746. package/tabs/esm/components/scrollable-container/Component.js +14 -4
  1747. package/tabs/esm/components/scrollable-container/index.css +11 -6
  1748. package/tabs/esm/components/secondary-tablist/Component.d.ts +2 -1
  1749. package/tabs/esm/components/secondary-tablist/Component.desktop.d.ts +1 -1
  1750. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1751. package/tabs/esm/components/secondary-tablist/Component.js +11 -6
  1752. package/tabs/esm/components/secondary-tablist/Component.mobile.d.ts +1 -1
  1753. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1754. package/tabs/esm/components/secondary-tablist/Component.responsive.d.ts +1 -1
  1755. package/tabs/esm/components/secondary-tablist/Component.responsive.js +4 -4
  1756. package/tabs/esm/components/secondary-tablist/index.css +15 -14
  1757. package/tabs/esm/components/secondary-tablist/mobile.css +16 -16
  1758. package/tabs/esm/components/tab/Component.js +1 -1
  1759. package/tabs/esm/components/tab/index.css +3 -3
  1760. package/tabs/esm/components/tabs/Component.d.ts +1 -1
  1761. package/tabs/esm/components/tabs/Component.desktop.d.ts +1 -1
  1762. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1763. package/tabs/esm/components/tabs/Component.js +4 -3
  1764. package/tabs/esm/components/tabs/Component.mobile.d.ts +1 -1
  1765. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1766. package/tabs/esm/components/tabs/Component.responsive.d.ts +1 -1
  1767. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1768. package/tabs/esm/desktop.js +3 -3
  1769. package/tabs/esm/index.js +3 -3
  1770. package/tabs/esm/index.module-bf008018.js +4 -0
  1771. package/tabs/esm/index.module-d3e4566a.js +4 -0
  1772. package/tabs/esm/mobile.js +3 -3
  1773. package/tabs/esm/responsive.js +3 -3
  1774. package/tabs/esm/{tslib.es6-f50eef2d.d.ts → tslib.es6-895996ea.d.ts} +0 -0
  1775. package/tabs/esm/{tslib.es6-f50eef2d.js → tslib.es6-895996ea.js} +0 -0
  1776. package/tabs/esm/typings.d.ts +11 -2
  1777. package/tabs/index.js +3 -3
  1778. package/tabs/index.module-32628b8a.js +4 -0
  1779. package/tabs/index.module-b2dcbe6f.js +4 -0
  1780. package/tabs/mobile.js +3 -3
  1781. package/tabs/modern/components/primary-tablist/Component.d.ts +2 -1
  1782. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1783. package/tabs/modern/components/primary-tablist/Component.js +7 -5
  1784. package/tabs/modern/components/primary-tablist/Component.mobile.d.ts +1 -1
  1785. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1786. package/tabs/modern/components/primary-tablist/Component.responsive.d.ts +1 -1
  1787. package/tabs/modern/components/primary-tablist/Component.responsive.js +3 -3
  1788. package/tabs/modern/components/primary-tablist/index.css +27 -21
  1789. package/tabs/modern/components/primary-tablist/mobile.css +29 -24
  1790. package/tabs/modern/components/scrollable-container/Component.d.ts +2 -1
  1791. package/tabs/modern/components/scrollable-container/Component.js +13 -4
  1792. package/tabs/modern/components/scrollable-container/index.css +11 -6
  1793. package/tabs/modern/components/secondary-tablist/Component.d.ts +2 -1
  1794. package/tabs/modern/components/secondary-tablist/Component.desktop.d.ts +1 -1
  1795. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1796. package/tabs/modern/components/secondary-tablist/Component.js +9 -5
  1797. package/tabs/modern/components/secondary-tablist/Component.mobile.d.ts +1 -1
  1798. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1799. package/tabs/modern/components/secondary-tablist/Component.responsive.d.ts +1 -1
  1800. package/tabs/modern/components/secondary-tablist/Component.responsive.js +3 -3
  1801. package/tabs/modern/components/secondary-tablist/index.css +15 -14
  1802. package/tabs/modern/components/secondary-tablist/mobile.css +16 -16
  1803. package/tabs/modern/components/tab/Component.js +1 -1
  1804. package/tabs/modern/components/tab/index.css +3 -3
  1805. package/tabs/modern/components/tabs/Component.d.ts +1 -1
  1806. package/tabs/modern/components/tabs/Component.desktop.d.ts +1 -1
  1807. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1808. package/tabs/modern/components/tabs/Component.js +4 -3
  1809. package/tabs/modern/components/tabs/Component.mobile.d.ts +1 -1
  1810. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1811. package/tabs/modern/components/tabs/Component.responsive.d.ts +1 -1
  1812. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1813. package/tabs/modern/desktop.js +2 -2
  1814. package/tabs/modern/index.js +2 -2
  1815. package/tabs/modern/index.module-bf008018.js +4 -0
  1816. package/tabs/modern/index.module-d3e4566a.js +4 -0
  1817. package/tabs/modern/mobile.js +2 -2
  1818. package/tabs/modern/responsive.js +2 -2
  1819. package/tabs/modern/typings.d.ts +11 -2
  1820. package/tabs/responsive.js +3 -3
  1821. package/tabs/{tslib.es6-1e0cce79.d.ts → tslib.es6-8cc988b6.d.ts} +0 -0
  1822. package/tabs/{tslib.es6-1e0cce79.js → tslib.es6-8cc988b6.js} +0 -0
  1823. package/tabs/typings.d.ts +11 -2
  1824. package/tag/CHANGELOG.md +274 -0
  1825. package/tag/Component.js +3 -3
  1826. package/tag/default.css +9 -9
  1827. package/tag/esm/Component.js +3 -3
  1828. package/tag/esm/default.css +9 -9
  1829. package/tag/esm/index.css +38 -38
  1830. package/tag/esm/inverted.css +9 -9
  1831. package/tag/index.css +38 -38
  1832. package/tag/inverted.css +9 -9
  1833. package/tag/modern/Component.js +3 -3
  1834. package/tag/modern/default.css +9 -9
  1835. package/tag/modern/index.css +38 -38
  1836. package/tag/modern/inverted.css +9 -9
  1837. package/textarea/CHANGELOG.md +262 -0
  1838. package/textarea/Component.js +3 -3
  1839. package/textarea/default.css +19 -19
  1840. package/textarea/esm/Component.js +3 -3
  1841. package/textarea/esm/default.css +19 -19
  1842. package/textarea/esm/index.css +22 -22
  1843. package/textarea/esm/inverted.css +19 -19
  1844. package/textarea/index.css +22 -22
  1845. package/textarea/inverted.css +19 -19
  1846. package/textarea/modern/Component.js +3 -3
  1847. package/textarea/modern/default.css +19 -19
  1848. package/textarea/modern/index.css +22 -22
  1849. package/textarea/modern/inverted.css +19 -19
  1850. package/themes/CHANGELOG.md +731 -0
  1851. package/themes/circular-progress-bar/click.css +5 -0
  1852. package/themes/click.css +5 -1
  1853. package/themes/compiled/mobile-dark-bluetint.css +318 -1880
  1854. package/themes/compiled/mobile-dark-bluetint.js +0 -2
  1855. package/themes/dark.js +0 -2
  1856. package/themes/dist/CHANGELOG.md +731 -0
  1857. package/themes/dist/amount/click.css +4 -0
  1858. package/themes/dist/backdrop/click.css +4 -0
  1859. package/themes/dist/bottom-sheet/click.css +9 -0
  1860. package/themes/dist/bottom-sheet/corp.css +4 -0
  1861. package/themes/dist/bottom-sheet/intranet.css +3 -0
  1862. package/themes/dist/bottom-sheet/mobile.css +4 -0
  1863. package/themes/dist/bottom-sheet/site.css +3 -0
  1864. package/themes/dist/button/click.css +21 -0
  1865. package/themes/dist/button/corp.css +51 -0
  1866. package/themes/dist/button/intranet.css +22 -0
  1867. package/themes/dist/button/mobile.css +22 -0
  1868. package/themes/dist/button/site.css +7 -0
  1869. package/themes/dist/calendar/click.css +8 -0
  1870. package/themes/dist/calendar/intranet.css +9 -0
  1871. package/themes/dist/calendar-input/click.css +3 -0
  1872. package/themes/dist/calendar-input/corp.css +3 -0
  1873. package/themes/dist/calendar-input/intranet.css +3 -0
  1874. package/themes/dist/calendar-input/mobile.css +3 -0
  1875. package/themes/dist/checkbox/click.css +9 -0
  1876. package/themes/dist/checkbox/intranet.css +19 -0
  1877. package/themes/dist/checkbox/mobile.css +19 -0
  1878. package/themes/dist/checkbox-group/click.css +5 -0
  1879. package/themes/dist/circular-progress-bar/click.css +5 -0
  1880. package/themes/dist/click.css +968 -0
  1881. package/themes/dist/code-input/click.css +6 -0
  1882. package/themes/dist/compiled/mobile-dark-bluetint.css +2412 -0
  1883. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +2 -0
  1884. package/themes/dist/compiled/mobile-dark-bluetint.js +11 -0
  1885. package/themes/dist/confirmation/click.css +12 -0
  1886. package/themes/dist/confirmation/intranet.css +7 -0
  1887. package/themes/dist/confirmation/mobile.css +7 -0
  1888. package/themes/dist/corp.css +773 -0
  1889. package/themes/dist/dark.css +258 -0
  1890. package/themes/dist/dark.d.ts +2 -0
  1891. package/themes/dist/dark.js +12 -0
  1892. package/themes/dist/dropzone/click.css +4 -0
  1893. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +2 -0
  1894. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +4 -0
  1895. package/themes/dist/esm/dark.d.ts +2 -0
  1896. package/themes/dist/esm/dark.js +6 -0
  1897. package/themes/dist/filter-tag/mobile.css +4 -0
  1898. package/themes/dist/form-control/click.css +31 -0
  1899. package/themes/dist/form-control/intranet.css +34 -0
  1900. package/themes/dist/form-control/mobile.css +34 -0
  1901. package/themes/dist/form-control/site.css +5 -0
  1902. package/themes/dist/icon-button/click.css +24 -0
  1903. package/themes/dist/input/click.css +8 -0
  1904. package/themes/dist/input/corp.css +3 -0
  1905. package/themes/dist/input/intranet.css +13 -0
  1906. package/themes/dist/input/mobile.css +13 -0
  1907. package/themes/dist/input/site.css +4 -0
  1908. package/themes/dist/intranet.css +838 -0
  1909. package/themes/dist/link/click.css +25 -0
  1910. package/themes/dist/list/click.css +4 -0
  1911. package/themes/dist/mixins/amount/click.css +4 -0
  1912. package/themes/dist/mixins/backdrop/click.css +4 -0
  1913. package/themes/dist/mixins/bottom-sheet/click.css +9 -0
  1914. package/themes/dist/mixins/bottom-sheet/corp.css +4 -0
  1915. package/themes/dist/mixins/bottom-sheet/intranet.css +3 -0
  1916. package/themes/dist/mixins/bottom-sheet/mobile.css +4 -0
  1917. package/themes/dist/mixins/bottom-sheet/site.css +3 -0
  1918. package/themes/dist/mixins/button/click.css +21 -0
  1919. package/themes/dist/mixins/button/corp.css +51 -0
  1920. package/themes/dist/mixins/button/intranet.css +22 -0
  1921. package/themes/dist/mixins/button/mobile.css +22 -0
  1922. package/themes/dist/mixins/button/site.css +7 -0
  1923. package/themes/dist/mixins/calendar/click.css +8 -0
  1924. package/themes/dist/mixins/calendar/intranet.css +9 -0
  1925. package/themes/dist/mixins/calendar-input/click.css +3 -0
  1926. package/themes/dist/mixins/calendar-input/corp.css +3 -0
  1927. package/themes/dist/mixins/calendar-input/intranet.css +3 -0
  1928. package/themes/dist/mixins/calendar-input/mobile.css +3 -0
  1929. package/themes/dist/mixins/checkbox/click.css +9 -0
  1930. package/themes/dist/mixins/checkbox/intranet.css +19 -0
  1931. package/themes/dist/mixins/checkbox/mobile.css +19 -0
  1932. package/themes/dist/mixins/checkbox-group/click.css +5 -0
  1933. package/themes/dist/mixins/circular-progress-bar/click.css +5 -0
  1934. package/themes/dist/mixins/click.css +58 -0
  1935. package/themes/dist/mixins/code-input/click.css +6 -0
  1936. package/themes/dist/mixins/confirmation/click.css +12 -0
  1937. package/themes/dist/mixins/confirmation/intranet.css +7 -0
  1938. package/themes/dist/mixins/confirmation/mobile.css +7 -0
  1939. package/themes/dist/mixins/corp.css +17 -0
  1940. package/themes/dist/mixins/dark.css +258 -0
  1941. package/themes/dist/mixins/dropzone/click.css +4 -0
  1942. package/themes/dist/mixins/filter-tag/mobile.css +4 -0
  1943. package/themes/dist/mixins/form-control/click.css +31 -0
  1944. package/themes/dist/mixins/form-control/intranet.css +34 -0
  1945. package/themes/dist/mixins/form-control/mobile.css +34 -0
  1946. package/themes/dist/mixins/form-control/site.css +5 -0
  1947. package/themes/dist/mixins/icon-button/click.css +24 -0
  1948. package/themes/dist/mixins/input/click.css +8 -0
  1949. package/themes/dist/mixins/input/corp.css +3 -0
  1950. package/themes/dist/mixins/input/intranet.css +13 -0
  1951. package/themes/dist/mixins/input/mobile.css +13 -0
  1952. package/themes/dist/mixins/input/site.css +4 -0
  1953. package/themes/dist/mixins/intranet.css +29 -0
  1954. package/themes/dist/mixins/link/click.css +25 -0
  1955. package/themes/dist/mixins/list/click.css +4 -0
  1956. package/themes/dist/mixins/mobile.css +29 -0
  1957. package/themes/dist/mixins/modal/click.css +30 -0
  1958. package/themes/dist/mixins/modal/corp.css +4 -0
  1959. package/themes/dist/mixins/radio/click.css +9 -0
  1960. package/themes/dist/mixins/radio/intranet.css +19 -0
  1961. package/themes/dist/mixins/radio/mobile.css +19 -0
  1962. package/themes/dist/mixins/select/click.css +25 -0
  1963. package/themes/dist/mixins/select/corp.css +7 -0
  1964. package/themes/dist/mixins/select/intranet.css +4 -0
  1965. package/themes/dist/mixins/select/mobile.css +4 -0
  1966. package/themes/dist/mixins/select/site.css +4 -0
  1967. package/themes/dist/mixins/site.css +15 -0
  1968. package/themes/dist/mixins/skeleton/click.css +9 -0
  1969. package/themes/dist/mixins/slider/click.css +19 -0
  1970. package/themes/dist/mixins/slider/intranet.css +6 -0
  1971. package/themes/dist/mixins/slider/mobile.css +6 -0
  1972. package/themes/dist/mixins/slider-input/intranet.css +3 -0
  1973. package/themes/dist/mixins/slider-input/mobile.css +3 -0
  1974. package/themes/dist/mixins/switch/click.css +5 -0
  1975. package/themes/dist/mixins/tabs/click.css +20 -0
  1976. package/themes/dist/mixins/tabs/corp.css +4 -0
  1977. package/themes/dist/mixins/tabs/site.css +8 -0
  1978. package/themes/dist/mixins/tag/click.css +12 -0
  1979. package/themes/dist/mixins/tag/intranet.css +16 -0
  1980. package/themes/dist/mixins/tag/mobile.css +17 -0
  1981. package/themes/dist/mixins/toast-plate/click.css +10 -0
  1982. package/themes/dist/mobile.css +835 -0
  1983. package/themes/dist/modal/click.css +30 -0
  1984. package/themes/dist/modal/corp.css +4 -0
  1985. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +2 -0
  1986. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +4 -0
  1987. package/themes/dist/modern/dark.d.ts +2 -0
  1988. package/themes/dist/modern/dark.js +6 -0
  1989. package/themes/dist/package.json +12 -0
  1990. package/themes/dist/radio/click.css +9 -0
  1991. package/themes/dist/radio/intranet.css +19 -0
  1992. package/themes/dist/radio/mobile.css +19 -0
  1993. package/themes/dist/select/click.css +25 -0
  1994. package/themes/dist/select/corp.css +7 -0
  1995. package/themes/dist/select/intranet.css +4 -0
  1996. package/themes/dist/select/mobile.css +4 -0
  1997. package/themes/dist/select/site.css +4 -0
  1998. package/themes/dist/send-stats.js +82 -0
  1999. package/themes/dist/site.css +736 -0
  2000. package/themes/dist/skeleton/click.css +9 -0
  2001. package/themes/dist/slider/click.css +19 -0
  2002. package/themes/dist/slider/intranet.css +6 -0
  2003. package/themes/dist/slider/mobile.css +6 -0
  2004. package/themes/dist/slider-input/intranet.css +3 -0
  2005. package/themes/dist/slider-input/mobile.css +3 -0
  2006. package/themes/dist/switch/click.css +5 -0
  2007. package/themes/dist/tabs/click.css +20 -0
  2008. package/themes/dist/tabs/corp.css +4 -0
  2009. package/themes/dist/tabs/site.css +8 -0
  2010. package/themes/dist/tag/click.css +12 -0
  2011. package/themes/dist/tag/intranet.css +16 -0
  2012. package/themes/dist/tag/mobile.css +17 -0
  2013. package/themes/dist/toast-plate/click.css +10 -0
  2014. package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
  2015. package/themes/mixins/circular-progress-bar/click.css +5 -0
  2016. package/themes/mixins/click.css +2 -0
  2017. package/themes/mixins/skeleton/click.css +2 -1
  2018. package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
  2019. package/themes/package.json +1 -10
  2020. package/themes/send-stats.js +0 -0
  2021. package/themes/skeleton/click.css +2 -1
  2022. package/toast/CHANGELOG.md +594 -0
  2023. package/toast/component.js +1 -1
  2024. package/toast/esm/component.js +1 -1
  2025. package/toast/esm/index.css +10 -10
  2026. package/toast/index.css +10 -10
  2027. package/toast/modern/component.js +1 -1
  2028. package/toast/modern/index.css +10 -10
  2029. package/toast-plate/CHANGELOG.md +494 -0
  2030. package/toast-plate/component.js +1 -1
  2031. package/toast-plate/esm/component.js +1 -1
  2032. package/toast-plate/esm/index.css +16 -16
  2033. package/toast-plate/index.css +16 -16
  2034. package/toast-plate/modern/component.js +1 -1
  2035. package/toast-plate/modern/index.css +16 -16
  2036. package/tooltip/CHANGELOG.md +554 -0
  2037. package/tooltip/{Component-947a0512.d.ts → Component-50a7d068.d.ts} +4 -0
  2038. package/tooltip/{Component-947a0512.js → Component-50a7d068.js} +5 -5
  2039. package/tooltip/Component.js +1 -1
  2040. package/tooltip/component.responsive.js +2 -2
  2041. package/tooltip/cssm/{Component-ef3b0e1c.d.ts → Component-add75c87.d.ts} +4 -0
  2042. package/tooltip/cssm/{Component-ef3b0e1c.js → Component-add75c87.js} +2 -2
  2043. package/tooltip/cssm/Component.js +1 -1
  2044. package/tooltip/cssm/component.responsive.js +1 -1
  2045. package/tooltip/cssm/index.d.ts +1 -1
  2046. package/tooltip/cssm/index.js +1 -1
  2047. package/tooltip/cssm/responsive.js +1 -1
  2048. package/tooltip/default.css +3 -3
  2049. package/tooltip/esm/{Component-25c50068.d.ts → Component-7259d2f7.d.ts} +4 -0
  2050. package/tooltip/esm/{Component-25c50068.js → Component-7259d2f7.js} +5 -5
  2051. package/tooltip/esm/Component.js +1 -1
  2052. package/tooltip/esm/component.responsive.js +2 -2
  2053. package/tooltip/esm/default.css +3 -3
  2054. package/tooltip/esm/index.css +6 -6
  2055. package/tooltip/esm/index.d.ts +1 -1
  2056. package/tooltip/esm/index.js +1 -1
  2057. package/tooltip/esm/inverted.css +5 -5
  2058. package/tooltip/esm/responsive.css +3 -3
  2059. package/tooltip/esm/responsive.js +1 -1
  2060. package/tooltip/index.css +6 -6
  2061. package/tooltip/index.d.ts +1 -1
  2062. package/tooltip/index.js +1 -1
  2063. package/tooltip/inverted.css +5 -5
  2064. package/tooltip/modern/Component.d.ts +4 -0
  2065. package/tooltip/modern/Component.js +5 -5
  2066. package/tooltip/modern/component.responsive.js +1 -1
  2067. package/tooltip/modern/default.css +3 -3
  2068. package/tooltip/modern/index.css +6 -6
  2069. package/tooltip/modern/inverted.css +5 -5
  2070. package/tooltip/modern/responsive.css +3 -3
  2071. package/tooltip/responsive.css +3 -3
  2072. package/tooltip/responsive.js +1 -1
  2073. package/typography/CHANGELOG.md +195 -0
  2074. package/typography/colors.css +13 -13
  2075. package/typography/{colors.module-e16aa6ae.d.ts → colors.module-1a0ed21c.d.ts} +0 -0
  2076. package/typography/{colors.module-e16aa6ae.js → colors.module-1a0ed21c.js} +1 -1
  2077. package/typography/common.module-12c006fb.js +4 -0
  2078. package/typography/component.js +2 -2
  2079. package/typography/esm/colors.css +13 -13
  2080. package/typography/esm/{colors.module-62496238.d.ts → colors.module-3e3e8ef3.d.ts} +0 -0
  2081. package/typography/esm/{colors.module-62496238.js → colors.module-3e3e8ef3.js} +1 -1
  2082. package/typography/esm/common.module-aa88d0eb.js +4 -0
  2083. package/typography/esm/component.js +2 -2
  2084. package/typography/esm/index.js +2 -2
  2085. package/typography/esm/text/component.js +2 -2
  2086. package/typography/esm/text/index.css +14 -14
  2087. package/typography/esm/text/index.js +1 -1
  2088. package/typography/esm/title/common.css +5 -5
  2089. package/typography/esm/title/component.js +1 -1
  2090. package/typography/esm/title/index.css +19 -19
  2091. package/typography/esm/title/index.js +3 -3
  2092. package/typography/esm/title-mobile/component.js +3 -3
  2093. package/typography/esm/title-mobile/index.css +14 -14
  2094. package/typography/esm/title-mobile/index.js +2 -2
  2095. package/typography/esm/title-responsive/component.js +3 -3
  2096. package/typography/esm/title-responsive/index.css +41 -41
  2097. package/typography/esm/title-responsive/index.js +2 -2
  2098. package/typography/index.js +2 -2
  2099. package/typography/modern/colors.css +13 -13
  2100. package/typography/modern/colors.module-b6b89ee5.js +4 -0
  2101. package/typography/modern/common.module-aa88d0eb.js +4 -0
  2102. package/typography/modern/component.js +2 -2
  2103. package/typography/modern/index.js +2 -2
  2104. package/typography/modern/text/component.js +2 -2
  2105. package/typography/modern/text/index.css +14 -14
  2106. package/typography/modern/text/index.js +1 -1
  2107. package/typography/modern/title/common.css +5 -5
  2108. package/typography/modern/title/component.js +1 -1
  2109. package/typography/modern/title/index.css +19 -19
  2110. package/typography/modern/title/index.js +3 -3
  2111. package/typography/modern/title-mobile/component.js +3 -3
  2112. package/typography/modern/title-mobile/index.css +14 -14
  2113. package/typography/modern/title-mobile/index.js +2 -2
  2114. package/typography/modern/title-responsive/component.js +3 -3
  2115. package/typography/modern/title-responsive/index.css +41 -41
  2116. package/typography/modern/title-responsive/index.js +2 -2
  2117. package/typography/text/component.js +2 -2
  2118. package/typography/text/index.css +14 -14
  2119. package/typography/text/index.js +1 -1
  2120. package/typography/title/common.css +5 -5
  2121. package/typography/title/component.js +1 -1
  2122. package/typography/title/index.css +19 -19
  2123. package/typography/title/index.js +3 -3
  2124. package/typography/title-mobile/component.js +3 -3
  2125. package/typography/title-mobile/index.css +14 -14
  2126. package/typography/title-mobile/index.js +2 -2
  2127. package/typography/title-responsive/component.js +3 -3
  2128. package/typography/title-responsive/index.css +41 -41
  2129. package/typography/title-responsive/index.js +2 -2
  2130. package/vars/CHANGELOG.md +377 -0
  2131. package/vars/colors-bluetint.js +0 -2
  2132. package/vars/colors-indigo.js +0 -2
  2133. package/vars/cssm/colors-bluetint.js +0 -2
  2134. package/vars/cssm/colors-indigo.js +0 -2
  2135. package/vars/dist/CHANGELOG.md +377 -0
  2136. package/vars/dist/border-radius.css +10 -0
  2137. package/vars/dist/colors-addons.css +98 -0
  2138. package/vars/dist/colors-bluetint.css +433 -0
  2139. package/vars/dist/colors-bluetint.d.ts +2 -0
  2140. package/vars/dist/colors-bluetint.js +12 -0
  2141. package/vars/dist/colors-indigo.css +433 -0
  2142. package/vars/dist/colors-indigo.d.ts +2 -0
  2143. package/vars/dist/colors-indigo.js +12 -0
  2144. package/vars/dist/colors-transparent.css +26 -0
  2145. package/vars/dist/colors-x5.css +4 -0
  2146. package/vars/dist/colors.css +71 -0
  2147. package/vars/dist/cssm/border-radius.css +10 -0
  2148. package/vars/dist/cssm/colors-addons.css +98 -0
  2149. package/vars/dist/cssm/colors-bluetint.css +433 -0
  2150. package/vars/dist/cssm/colors-bluetint.d.ts +2 -0
  2151. package/vars/dist/cssm/colors-bluetint.js +12 -0
  2152. package/vars/dist/cssm/colors-indigo.css +433 -0
  2153. package/vars/dist/cssm/colors-indigo.d.ts +2 -0
  2154. package/vars/dist/cssm/colors-indigo.js +12 -0
  2155. package/vars/dist/cssm/colors-transparent.css +26 -0
  2156. package/vars/dist/cssm/colors-x5.css +4 -0
  2157. package/vars/dist/cssm/colors.css +71 -0
  2158. package/vars/dist/cssm/gaps.css +30 -0
  2159. package/vars/dist/cssm/index.css +712 -0
  2160. package/vars/dist/cssm/mixins.css +1 -0
  2161. package/vars/dist/cssm/shadows-indigo.css +38 -0
  2162. package/vars/dist/cssm/typography.css +6 -0
  2163. package/vars/dist/esm/colors-bluetint.d.ts +2 -0
  2164. package/vars/dist/esm/colors-bluetint.js +6 -0
  2165. package/vars/dist/esm/colors-indigo.d.ts +2 -0
  2166. package/vars/dist/esm/colors-indigo.js +6 -0
  2167. package/vars/dist/gaps.css +30 -0
  2168. package/vars/dist/index.css +9 -0
  2169. package/vars/dist/mixins.css +4 -0
  2170. package/vars/dist/modern/colors-bluetint.d.ts +2 -0
  2171. package/vars/dist/modern/colors-bluetint.js +6 -0
  2172. package/vars/dist/modern/colors-indigo.d.ts +2 -0
  2173. package/vars/dist/modern/colors-indigo.js +6 -0
  2174. package/vars/dist/package.json +13 -0
  2175. package/vars/dist/send-stats.js +82 -0
  2176. package/vars/dist/shadows-indigo.css +38 -0
  2177. package/vars/dist/typography.css +586 -0
  2178. package/vars/package.json +1 -11
  2179. package/vars/send-stats.js +0 -0
  2180. package/with-suffix/CHANGELOG.md +470 -0
  2181. package/with-suffix/Component.js +1 -1
  2182. package/with-suffix/esm/Component.js +1 -1
  2183. package/with-suffix/esm/index.css +9 -9
  2184. package/with-suffix/index.css +9 -9
  2185. package/with-suffix/modern/Component.js +1 -1
  2186. package/with-suffix/modern/index.css +9 -9
  2187. package/calendar-range/modern/index.module-c7894aa4.js +0 -4
  2188. package/grid/esm/gutters.module-0dc49826.js +0 -27
  2189. package/grid/gutters.module-b950379f.js +0 -28
  2190. package/grid/modern/gutters.module-3de080be.js +0 -4
  2191. package/modal/esm/transitions.module-542d6fcf.js +0 -4
  2192. package/modal/modern/transitions.module-542d6fcf.js +0 -4
  2193. package/modal/transitions.module-def6ba01.js +0 -4
  2194. package/tabs/esm/index.module-3e8cee9d.js +0 -4
  2195. package/tabs/esm/index.module-98740ee1.js +0 -4
  2196. package/tabs/index.module-12899357.js +0 -4
  2197. package/tabs/index.module-e781bbe9.js +0 -4
  2198. package/tabs/modern/index.module-3e8cee9d.js +0 -4
  2199. package/tabs/modern/index.module-98740ee1.js +0 -4
  2200. package/typography/common.module-b92bdd74.js +0 -4
  2201. package/typography/esm/common.module-2b88a947.js +0 -4
  2202. package/typography/modern/colors.module-83e5dad8.js +0 -4
  2203. package/typography/modern/common.module-2b88a947.js +0 -4
@@ -1,398 +1,326 @@
1
- .divider__component_1gc6x {
2
- border-bottom: 1px solid #2b2b2e;
3
- }.card-image__cardImage_2rde4 {
1
+ .card-image__cardImage_1cy2t {
4
2
  background: #e7e8ea;
5
3
  }
6
- .card-image__loaded_2rde4 {
4
+ .card-image__loaded_1cy2t {
7
5
  background: transparent
8
- }.badge__component_1vfwo {
6
+ }.backdrop__backdrop_jdnwv {
7
+ -webkit-tap-highlight-color: transparent;
8
+ }
9
+ .backdrop__appear_jdnwv,
10
+ .backdrop__enter_jdnwv {
11
+ background-color: transparent;
12
+ }
13
+ .backdrop__appearActive_jdnwv,
14
+ .backdrop__enterActive_jdnwv,
15
+ .backdrop__appearDone_jdnwv,
16
+ .backdrop__enterDone_jdnwv {
17
+ background-color: rgba(0, 0, 0, 0.8);
18
+ }
19
+ .backdrop__exit_jdnwv {
20
+ background-color: rgba(0, 0, 0, 0.8);
21
+ }
22
+ .backdrop__exitActive_jdnwv,
23
+ .backdrop__exitDone_jdnwv {
24
+ background-color: transparent;
25
+ }.badge__component_1ttab {
9
26
  background-color: #ef3124;
10
27
  color: #000;
11
28
  }
12
- .badge__outlineCount_1vfwo {
29
+ .badge__outlineCount_1ttab {
13
30
  background-color: #121212;
14
31
  }
15
- .badge__icon_1vfwo {
32
+ .badge__icon_1ttab {
16
33
  color: #2fc26e
17
34
  }
18
- .badge__icon_1vfwo.badge__positive_1vfwo {
35
+ .badge__icon_1ttab.badge__positive_1ttab {
19
36
  color: #2fc26e;
20
37
  background-color: #2fc26e;
21
38
  }
22
- .badge__icon_1vfwo.badge__attention_1vfwo {
39
+ .badge__icon_1ttab.badge__attention_1ttab {
23
40
  color: #f6bf65;
24
41
  background-color: #f6bf65;
25
42
  }
26
- .badge__icon_1vfwo.badge__negative_1vfwo {
43
+ .badge__icon_1ttab.badge__negative_1ttab {
27
44
  color: #d91d0b;
28
45
  background-color: #d91d0b;
29
46
  }
30
- .badge__icon_1vfwo.badge__link_1vfwo {
47
+ .badge__icon_1ttab.badge__link_1ttab {
31
48
  color: #0072ef;
32
49
  background-color: #0072ef;
33
50
  }
34
- .badge__icon_1vfwo.badge__tertiary_1vfwo {
51
+ .badge__icon_1ttab.badge__tertiary_1ttab {
35
52
  color: #464649;
36
53
  background-color: #464649;
37
54
  }
38
- .badge__icon_1vfwo.badge__secondary_1vfwo {
55
+ .badge__icon_1ttab.badge__secondary_1ttab {
39
56
  color: #8d8d93;
40
57
  background-color: #8d8d93;
41
58
  }
42
- .badge__icon_1vfwo.badge__primary_1vfwo {
59
+ .badge__icon_1ttab.badge__primary_1ttab {
43
60
  color: #fff;
44
61
  background-color: #fff;
45
62
  }
46
- .badge__icon_1vfwo:before {
63
+ .badge__icon_1ttab:before {
47
64
  background-color: #121212;
48
65
  }
49
- .badge__outline_1vfwo {
66
+ .badge__outline_1ttab {
50
67
  background-color: #121212;
51
68
  }
52
- .badge__outlineColor_1vfwo.badge__attention_1vfwo {
69
+ .badge__outlineColor_1ttab.badge__attention_1ttab {
53
70
  background-color: #f6bf65;
54
71
  }
55
- .badge__outlineColor_1vfwo.badge__positive_1vfwo {
72
+ .badge__outlineColor_1ttab.badge__positive_1ttab {
56
73
  background-color: #2fc26e;
57
74
  }
58
- .badge__outlineColor_1vfwo.badge__negative_1vfwo {
75
+ .badge__outlineColor_1ttab.badge__negative_1ttab {
59
76
  background-color: #d91d0b;
60
77
  }
61
- .badge__outlineColor_1vfwo.badge__link_1vfwo {
78
+ .badge__outlineColor_1ttab.badge__link_1ttab {
62
79
  background-color: #0072ef;
63
80
  }
64
- .badge__outlineColor_1vfwo .badge__tertiary_1vfwo {
81
+ .badge__outlineColor_1ttab .badge__tertiary_1ttab {
65
82
  background-color: #464649;
66
83
  }
67
- .badge__outlineColor_1vfwo.badge__secondary_1vfwo {
84
+ .badge__outlineColor_1ttab.badge__secondary_1ttab {
68
85
  background-color: #8d8d93;
69
86
  }
70
- .badge__outlineColor_1vfwo.badge__primary_1vfwo {
87
+ .badge__outlineColor_1ttab.badge__primary_1ttab {
71
88
  background-color: #fff;
72
- }.backdrop__backdrop_v534i {
73
- -webkit-tap-highlight-color: transparent;
74
- }
75
- .backdrop__appear_v534i,
76
- .backdrop__enter_v534i {
77
- background-color: transparent;
78
- }
79
- .backdrop__appearActive_v534i,
80
- .backdrop__enterActive_v534i,
81
- .backdrop__appearDone_v534i,
82
- .backdrop__enterDone_v534i {
83
- background-color: rgba(0, 0, 0, 0.8);
84
- }
85
- .backdrop__exit_v534i {
86
- background-color: rgba(0, 0, 0, 0.8);
87
- }
88
- .backdrop__exitActive_v534i,
89
- .backdrop__exitDone_v534i {
90
- background-color: transparent;
91
- }.checkbox-group__error_6tfde {
89
+ }.checkbox-group__error_szhs8 {
92
90
  border-left: 1px solid #f15045;
93
91
  }
94
- .checkbox-group__label_6tfde {
92
+ .checkbox-group__label_szhs8 {
95
93
  color: #fff;
96
94
  }
97
- .checkbox-group__errorMessage_6tfde {
95
+ .checkbox-group__errorMessage_szhs8 {
98
96
  color: #f15045;
99
97
  }
100
- .checkbox-group__hint_6tfde {
98
+ .checkbox-group__hint_szhs8 {
101
99
  color: #8d8d93;
102
- }.dropzone__component_xj5kb {
103
- border: 2px dashed #464649;
104
- }
105
- .dropzone__component_xj5kb:not(.dropzone__disabled_xj5kb):hover {
106
- background-color: transparent;
107
- }
108
- .dropzone__dragOver_xj5kb {
109
- background-color: transparent;
110
- }
111
- .dropzone__error_xj5kb {
112
- border-color: #ef3124;
113
- }
114
- .dropzone__overlay_ozrrm {
115
- background: #202022;
116
- }
117
- .dropzone__text_ozrrm {
118
- color: #fff;
119
- }.checkbox__box_m6fep {
100
+ }.checkbox__box_1pg3t {
120
101
  color: #000;
121
102
  background-color: #000;
122
103
  border: 1.5px solid #8d8d93;
123
104
  }
124
- .checkbox__checkedIcon_m6fep {
105
+ .checkbox__checkedIcon_1pg3t {
125
106
  color: #000;
126
107
  }
127
- .checkbox__component_m6fep:hover:not(.checkbox__disabled_m6fep):not(.checkbox__inactive_m6fep) .checkbox__box_m6fep {
108
+ .checkbox__component_1pg3t:hover:not(.checkbox__disabled_1pg3t):not(.checkbox__inactive_1pg3t) .checkbox__box_1pg3t {
128
109
  background-color: #000;
129
110
  border-color: #8d8d93;
130
111
  }
131
- .checkbox__component_m6fep:active:not(.checkbox__disabled_m6fep):not(.checkbox__inactive_m6fep) .checkbox__box_m6fep {
112
+ .checkbox__component_1pg3t:active:not(.checkbox__disabled_1pg3t):not(.checkbox__inactive_1pg3t) .checkbox__box_1pg3t {
132
113
  background-color: #000;
133
114
  border-color: #fff;
134
115
  }
135
- .checkbox__checked_m6fep .checkbox__box_m6fep {
116
+ .checkbox__checked_1pg3t .checkbox__box_1pg3t {
136
117
  background-color: #fff;
137
118
  border-color: transparent;
138
119
  }
139
- .checkbox__checked_m6fep:hover:not(.checkbox__disabled_m6fep):not(.checkbox__inactive_m6fep) .checkbox__box_m6fep {
120
+ .checkbox__checked_1pg3t:hover:not(.checkbox__disabled_1pg3t):not(.checkbox__inactive_1pg3t) .checkbox__box_1pg3t {
140
121
  background-color: rgb(255, 255, 255);
141
122
  border-color: transparent;
142
123
  }
143
- .checkbox__checked_m6fep:active:not(.checkbox__disabled_m6fep):not(.checkbox__inactive_m6fep) .checkbox__box_m6fep {
124
+ .checkbox__checked_1pg3t:active:not(.checkbox__disabled_1pg3t):not(.checkbox__inactive_1pg3t) .checkbox__box_1pg3t {
144
125
  background-color: rgb(255, 255, 255);
145
126
  border-color: transparent;
146
127
  }
147
- .checkbox__indeterminate_m6fep .checkbox__box_m6fep {
128
+ .checkbox__indeterminate_1pg3t .checkbox__box_1pg3t {
148
129
  background-color: #fff;
149
130
  border-color: transparent;
150
131
  }
151
- .checkbox__indeterminate_m6fep:hover:not(.checkbox__disabled_m6fep):not(.checkbox__inactive_m6fep) .checkbox__box_m6fep {
132
+ .checkbox__indeterminate_1pg3t:hover:not(.checkbox__disabled_1pg3t):not(.checkbox__inactive_1pg3t) .checkbox__box_1pg3t {
152
133
  background-color: rgb(255, 255, 255);
153
134
  border-color: transparent;
154
135
  }
155
- .checkbox__indeterminate_m6fep:active:not(.checkbox__disabled_m6fep):not(.checkbox__inactive_m6fep) .checkbox__box_m6fep {
136
+ .checkbox__indeterminate_1pg3t:active:not(.checkbox__disabled_1pg3t):not(.checkbox__inactive_1pg3t) .checkbox__box_1pg3t {
156
137
  background-color: rgb(255, 255, 255);
157
138
  border-color: transparent;
158
139
  }
159
- .checkbox__disabled_m6fep .checkbox__box_m6fep {
140
+ .checkbox__disabled_1pg3t .checkbox__box_1pg3t {
160
141
  background-color: #000;
161
142
  border-color: #2a2a2c;
162
143
  }
163
- .checkbox__disabled_m6fep.checkbox__checked_m6fep .checkbox__box_m6fep {
144
+ .checkbox__disabled_1pg3t.checkbox__checked_1pg3t .checkbox__box_1pg3t {
164
145
  background-color: #3a3a3c;
165
146
  border-color: transparent;
166
147
  }
167
- .checkbox__disabled_m6fep.checkbox__indeterminate_m6fep .checkbox__box_m6fep {
148
+ .checkbox__disabled_1pg3t.checkbox__indeterminate_1pg3t .checkbox__box_1pg3t {
168
149
  background-color: #3a3a3c;
169
150
  border-color: transparent;
170
151
  }
171
- .checkbox__disabled_m6fep .checkbox__label_m6fep {
152
+ .checkbox__disabled_1pg3t .checkbox__label_1pg3t {
172
153
  color: #8d8d93;
173
154
  }
174
- .checkbox__disabled_m6fep .checkbox__hint_m6fep {
155
+ .checkbox__disabled_1pg3t .checkbox__hint_1pg3t {
175
156
  color: #8d8d93;
176
157
  }
177
- .checkbox__inactive_m6fep .checkbox__box_m6fep {
158
+ .checkbox__inactive_1pg3t .checkbox__box_1pg3t {
178
159
  background-color: #3a3a3c;
179
160
  border-color: #464649;
180
161
  }
181
- .checkbox__inactive_m6fep.checkbox__checked_m6fep .checkbox__box_m6fep {
162
+ .checkbox__inactive_1pg3t.checkbox__checked_1pg3t .checkbox__box_1pg3t {
182
163
  color: #464649;
183
164
  border-color: transparent;
184
165
  }
185
- .checkbox__inactive_m6fep.checkbox__indeterminate_m6fep .checkbox__box_m6fep {
166
+ .checkbox__inactive_1pg3t.checkbox__indeterminate_1pg3t .checkbox__box_1pg3t {
186
167
  border-color: transparent;
187
168
  }
188
- .checkbox__focused_m6fep .checkbox__box_m6fep {
169
+ .checkbox__focused_1pg3t .checkbox__box_1pg3t {
189
170
  outline: 2px solid #0072ef;
190
171
  }
191
- .checkbox__label_m6fep {
172
+ .checkbox__label_1pg3t {
192
173
  color: #fff;
193
174
  }
194
- .checkbox__errorMessage_m6fep {
175
+ .checkbox__errorMessage_1pg3t {
195
176
  color: #f15045;
196
177
  }
197
- .checkbox__hint_m6fep {
178
+ .checkbox__hint_1pg3t {
198
179
  color: #8d8d93;
199
180
  }
200
- .checkbox__inactive_m6fep .checkbox__indeterminateLine_m6fep {
181
+ .checkbox__inactive_1pg3t .checkbox__indeterminateLine_1pg3t {
201
182
  background-color: #464649;
202
183
  }
203
- .checkbox__indeterminateLine_m6fep {
184
+ .checkbox__indeterminateLine_1pg3t {
204
185
  background-color: #000;
205
- }.code-input__error_1t3c8 {
186
+ }.divider__component_6tq4x {
187
+ border-bottom: 1px solid #2b2b2e;
188
+ }.dropzone__component_1d2bo {
189
+ border: 2px dashed #464649;
190
+ }
191
+ .dropzone__component_1d2bo:not(.dropzone__disabled_1d2bo):hover {
192
+ background-color: transparent;
193
+ }
194
+ .dropzone__dragOver_1d2bo {
195
+ background-color: transparent;
196
+ }
197
+ .dropzone__error_1d2bo {
198
+ border-color: #ef3124;
199
+ }
200
+ .dropzone__overlay_9glnv {
201
+ background: #202022;
202
+ }
203
+ .dropzone__text_9glnv {
204
+ color: #fff;
205
+ }.code-input__error_6ne2f {
206
206
  color: #f15045;
207
207
  }
208
- @keyframes code-input__shake_1t3c8 {
208
+ @keyframes code-input__shake_6ne2f {
209
209
  }
210
- .code-input__input_e8n0w {
210
+ .code-input__input_4769c {
211
211
  background-color: #202022;
212
212
  color: #fff
213
213
  }
214
- .code-input__input_e8n0w.code-input__hasError_e8n0w {
214
+ .code-input__input_4769c.code-input__hasError_4769c {
215
215
  color: #f15045;
216
216
  caret-color: #fff;
217
217
  background-color: #35110d;
218
218
  }
219
- .code-input__input_e8n0w.code-input__disabled_e8n0w {
219
+ .code-input__input_4769c.code-input__disabled_4769c {
220
220
  color: #464649;
221
221
  }
222
- .code-input__input_e8n0w:-webkit-autofill {
222
+ .code-input__input_4769c:-webkit-autofill {
223
223
  -webkit-text-fill-color: #fff;
224
- }.form-control__component_9h2cs {
224
+ }.form-control__component_11q1w {
225
225
  color: #fff;
226
226
  }
227
- .form-control__inner_9h2cs {
227
+ .form-control__inner_11q1w {
228
228
  background-color: #202022;
229
229
  }
230
- .form-control__label_9h2cs {
230
+ .form-control__label_11q1w {
231
231
  color: #8d8d93;
232
232
  }
233
- .form-control__hint_9h2cs {
233
+ .form-control__hint_11q1w {
234
234
  color: #8d8d93;
235
235
  }
236
- .form-control__disabled_9h2cs {
236
+ .form-control__disabled_11q1w {
237
237
  background-color: #202022;
238
238
  color: #8d8d93;
239
239
  }
240
- .form-control__focused_9h2cs.form-control__inner_9h2cs {
240
+ .form-control__focused_11q1w.form-control__inner_11q1w {
241
241
  background-color: #202022;
242
242
  }
243
- .form-control__inner_9h2cs:not(.form-control__disabled_9h2cs):hover {
243
+ .form-control__inner_11q1w:not(.form-control__disabled_11q1w):hover {
244
244
  background-color: #202022;
245
245
  }
246
- .form-control__error_9h2cs {
246
+ .form-control__error_11q1w {
247
247
  color: #f15045;
248
248
  }
249
- .form-control__hasError_9h2cs .form-control__label_9h2cs {
249
+ .form-control__hasError_11q1w .form-control__label_11q1w {
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_118dc {
254
+ .form-control__component_1thcw {
255
255
  color: #000;
256
256
  }
257
- .form-control__inner_118dc {
257
+ .form-control__inner_1thcw {
258
258
  background-color: #f3f4f5;
259
259
  }
260
- .form-control__label_118dc {
260
+ .form-control__label_1thcw {
261
261
  color: rgba(60, 60, 67, 0.6);
262
262
  }
263
- .form-control__hint_118dc {
263
+ .form-control__hint_1thcw {
264
264
  color: rgba(60, 60, 67, 0.6);
265
265
  }
266
- .form-control__disabled_118dc {
266
+ .form-control__disabled_1thcw {
267
267
  background-color: #f3f4f5;
268
268
  color: rgba(60, 60, 67, 0.6);
269
269
  }
270
- .form-control__focused_118dc.form-control__inner_118dc {
270
+ .form-control__focused_1thcw.form-control__inner_1thcw {
271
271
  background-color: #f3f4f5;
272
272
  }
273
- .form-control__inner_118dc:not(.form-control__disabled_118dc):hover {
273
+ .form-control__inner_1thcw:not(.form-control__disabled_1thcw):hover {
274
274
  background-color: #f3f4f5;
275
275
  }
276
- .form-control__error_118dc {
276
+ .form-control__error_1thcw {
277
277
  color: #ef3124;
278
278
  }
279
- .form-control__hasError_118dc .form-control__label_118dc {
279
+ .form-control__hasError_1thcw .form-control__label_1thcw {
280
280
  color: #ef3124;
281
- }.hatching-progress-bar__container_1b2z3 {
281
+ }.hatching-progress-bar__container_byv2r {
282
282
  background: rgba(255, 255, 255, 0.1);
283
283
  }
284
- .hatching-progress-bar__hatch_1b2z3 {
284
+ .hatching-progress-bar__hatch_byv2r {
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_1b2z3 {
291
+ .hatching-progress-bar__positive_byv2r {
292
292
  background: #2fc26e;
293
293
  }
294
- .hatching-progress-bar__attention_1b2z3 {
294
+ .hatching-progress-bar__attention_byv2r {
295
295
  background: #f6bf65;
296
296
  }
297
- .hatching-progress-bar__negative_1b2z3 {
297
+ .hatching-progress-bar__negative_byv2r {
298
298
  background: #d91d0b;
299
299
  }
300
- .hatching-progress-bar__link_1b2z3 {
300
+ .hatching-progress-bar__link_byv2r {
301
301
  background: #0072ef;
302
302
  }
303
- .hatching-progress-bar__tertiary_1b2z3 {
303
+ .hatching-progress-bar__tertiary_byv2r {
304
304
  background: #464649;
305
305
  }
306
- .hatching-progress-bar__secondary_1b2z3 {
306
+ .hatching-progress-bar__secondary_byv2r {
307
307
  background: #8d8d93;
308
308
  }
309
- .hatching-progress-bar__primary_1b2z3 {
309
+ .hatching-progress-bar__primary_byv2r {
310
310
  background: #fff;
311
311
  }
312
- .hatching-progress-bar__accent_1b2z3 {
312
+ .hatching-progress-bar__accent_byv2r {
313
313
  background: #ef3124;
314
- }.list__list_20x2a {
315
- color: #fff;
316
- }
317
- .list__slot_20x2a {
318
- color: #fff;
319
- }.icon-view__component_16ygy {
314
+ }.icon-view__component_150hq {
320
315
  color: rgba(235, 235, 245, 0.6);
321
316
  }
322
- .icon-view__bg_16ygy {
317
+ .icon-view__bg_150hq {
323
318
  fill: #f3f4f5;
324
319
  }
325
- .icon-view__border_16ygy {
320
+ .icon-view__border_150hq {
326
321
  stroke: rgba(255, 255, 255, 0.1);
327
322
  fill: transparent;
328
- }@keyframes loader__blink_15i20 {
329
- }.link__primary_1ujgw {
330
- color: #fff;
331
- border-bottom-color: #fff
332
- }
333
- .link__primary_1ujgw:hover {
334
- color: rgb(255, 255, 255);
335
- }
336
- .link__primary_1ujgw:active {
337
- color: rgb(255, 255, 255);
338
- }
339
- .link__secondary_1ujgw {
340
- color: #8d8d93;
341
- border-bottom-color: #8d8d93
342
- }
343
- .link__secondary_1ujgw:hover {
344
- color: rgb(164, 164, 169);
345
- }
346
- .link__secondary_1ujgw:active {
347
- color: rgb(187, 187, 190);
348
- }
349
- .link__defaultView_1ujgw {
350
- color: #0072ef;
351
- border-bottom-color: #0072ef
352
- }
353
- .link__defaultView_1ujgw:hover {
354
- color: rgb(51, 142, 242);
355
- }
356
- .link__defaultView_1ujgw:active {
357
- color: rgb(102, 170, 245);
358
- }
359
- .link__component_1uums:hover .link__text_1uums,
360
- .link__component_1uums:active .link__text_1uums {
361
- border-bottom-color: rgba(0, 0, 0, 0);
362
- }
363
- .link__focused_1uums {
364
- outline: 2px solid #0072ef;
365
- }
366
- .link__primary_th08h {
367
- color: #000;
368
- border-bottom-color: #000
369
- }
370
- .link__primary_th08h:hover {
371
- color: rgb(204, 204, 204);
372
- }
373
- .link__primary_th08h:active {
374
- color: rgb(153, 153, 153);
375
- }
376
- .link__secondary_th08h {
377
- color: #8a8a8e;
378
- border-bottom-color: #8a8a8e
379
- }
380
- .link__secondary_th08h:hover {
381
- color: rgb(146, 150, 156);
382
- }
383
- .link__secondary_th08h:active {
384
- color: rgb(109, 113, 117);
385
- }
386
- .link__defaultView_th08h {
387
- color: #0072ef;
388
- border-bottom-color: #0072ef
389
- }
390
- .link__defaultView_th08h:hover {
391
- color: rgb(0, 98, 204);
392
- }
393
- .link__defaultView_th08h:active {
394
- color: rgb(0, 73, 153);
395
- }@media (max-width: 599px) {
323
+ }@media (max-width: 599px) {
396
324
  }
397
325
  @media (min-width: 360px) {
398
326
  }
@@ -440,162 +368,246 @@
440
368
  }
441
369
  @media (min-width: 1920px) {
442
370
  }
443
- .progress-bar__container_1fp4z {
371
+ .list__list_l8ffp {
372
+ color: #fff;
373
+ }
374
+ .list__slot_l8ffp {
375
+ color: #fff;
376
+ }.link__primary_krlfj {
377
+ color: #fff;
378
+ border-bottom-color: #fff
379
+ }
380
+ .link__primary_krlfj:hover {
381
+ color: rgb(255, 255, 255);
382
+ }
383
+ .link__primary_krlfj:active {
384
+ color: rgb(255, 255, 255);
385
+ }
386
+ .link__secondary_krlfj {
387
+ color: #8d8d93;
388
+ border-bottom-color: #8d8d93
389
+ }
390
+ .link__secondary_krlfj:hover {
391
+ color: rgb(164, 164, 169);
392
+ }
393
+ .link__secondary_krlfj:active {
394
+ color: rgb(187, 187, 190);
395
+ }
396
+ .link__defaultView_krlfj {
397
+ color: #0072ef;
398
+ border-bottom-color: #0072ef
399
+ }
400
+ .link__defaultView_krlfj:hover {
401
+ color: rgb(51, 142, 242);
402
+ }
403
+ .link__defaultView_krlfj:active {
404
+ color: rgb(102, 170, 245);
405
+ }
406
+ .link__component_1ct99:hover .link__text_1ct99,
407
+ .link__component_1ct99:active .link__text_1ct99 {
408
+ border-bottom-color: rgba(0, 0, 0, 0);
409
+ }
410
+ .link__focused_1ct99 {
411
+ outline: 2px solid #0072ef;
412
+ }
413
+ .link__primary_1iq8t {
414
+ color: #000;
415
+ border-bottom-color: #000
416
+ }
417
+ .link__primary_1iq8t:hover {
418
+ color: rgb(204, 204, 204);
419
+ }
420
+ .link__primary_1iq8t:active {
421
+ color: rgb(153, 153, 153);
422
+ }
423
+ .link__secondary_1iq8t {
424
+ color: #8a8a8e;
425
+ border-bottom-color: #8a8a8e
426
+ }
427
+ .link__secondary_1iq8t:hover {
428
+ color: rgb(146, 150, 156);
429
+ }
430
+ .link__secondary_1iq8t:active {
431
+ color: rgb(109, 113, 117);
432
+ }
433
+ .link__defaultView_1iq8t {
434
+ color: #0072ef;
435
+ border-bottom-color: #0072ef
436
+ }
437
+ .link__defaultView_1iq8t:hover {
438
+ color: rgb(0, 98, 204);
439
+ }
440
+ .link__defaultView_1iq8t:active {
441
+ color: rgb(0, 73, 153);
442
+ }@keyframes loader__blink_1fqzx {
443
+ }.progress-bar__container_c65so {
444
444
  background: rgba(255, 255, 255, 0.1)
445
445
  }
446
- .progress-bar__filled_1fp4z.progress-bar__positive_1fp4z {
446
+ .progress-bar__filled_c65so.progress-bar__positive_c65so {
447
447
  background: #2fc26e;
448
448
  }
449
- .progress-bar__filled_1fp4z.progress-bar__negative_1fp4z {
449
+ .progress-bar__filled_c65so.progress-bar__negative_c65so {
450
450
  background: #d91d0b;
451
451
  }
452
- .progress-bar__filled_1fp4z.progress-bar__attention_1fp4z {
452
+ .progress-bar__filled_c65so.progress-bar__attention_c65so {
453
453
  background: #f6bf65;
454
454
  }
455
- .progress-bar__filled_1fp4z.progress-bar__link_1fp4z {
455
+ .progress-bar__filled_c65so.progress-bar__link_c65so {
456
456
  background: #0072ef;
457
457
  }
458
- .progress-bar__filled_1fp4z.progress-bar__tertiary_1fp4z {
458
+ .progress-bar__filled_c65so.progress-bar__tertiary_c65so {
459
459
  background: #464649;
460
460
  }
461
- .progress-bar__filled_1fp4z.progress-bar__secondary_1fp4z {
461
+ .progress-bar__filled_c65so.progress-bar__secondary_c65so {
462
462
  background: #8d8d93;
463
463
  }
464
- .progress-bar__filled_1fp4z.progress-bar__primary_1fp4z {
464
+ .progress-bar__filled_c65so.progress-bar__primary_c65so {
465
465
  background: #fff;
466
466
  }
467
- .progress-bar__filled_1fp4z.progress-bar__accent_1fp4z {
467
+ .progress-bar__filled_c65so.progress-bar__accent_c65so {
468
468
  background: #ef3124;
469
- }.pure-input__input_zsjmc {
469
+ }.pure-input__input_1vrzw {
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_zsjmc:-webkit-autofill {
474
+ .pure-input__input_1vrzw:-webkit-autofill {
475
475
  -webkit-text-fill-color: #fff;
476
476
  }
477
- .pure-input__input_zsjmc::placeholder {
477
+ .pure-input__input_1vrzw::placeholder {
478
478
  color: #8d8d93;
479
479
  }
480
- .pure-input__hasLabel_zsjmc::placeholder {
480
+ .pure-input__hasLabel_1vrzw::placeholder {
481
481
  color: #464649;
482
482
  }
483
- .pure-input__clearIcon_zsjmc {
483
+ .pure-input__clearIcon_1vrzw {
484
484
  color: #fff;
485
485
  }
486
- .pure-input__input_zsjmc:read-only {
486
+ .pure-input__input_1vrzw:read-only {
487
487
  color: #8d8d93
488
488
  }
489
- .pure-input__input_zsjmc:read-only:focus::placeholder {
489
+ .pure-input__input_1vrzw:read-only:focus::placeholder {
490
490
  color: #8d8d93;
491
491
  }
492
- .pure-input__input_zsjmc:disabled {
492
+ .pure-input__input_1vrzw:disabled {
493
493
  color: #fff;
494
494
  -webkit-text-fill-color: #fff;
495
495
  }
496
- .pure-input__input_zsjmc:focus::placeholder {
496
+ .pure-input__input_1vrzw:focus::placeholder {
497
497
  color: rgba(235, 235, 245, 0.3);
498
498
  }
499
- .pure-input__error_zsjmc {
499
+ .pure-input__error_1vrzw {
500
500
  color: #f15045;
501
501
  caret-color: #f15045;
502
502
  }
503
- .pure-input__component_zsjmc {
503
+ .pure-input__component_1vrzw {
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_zsjmc::placeholder {
508
+ .pure-input__component_1vrzw::placeholder {
509
509
  color: #8d8d93;
510
510
  }
511
- .pure-input__component_zsjmc:disabled {
511
+ .pure-input__component_1vrzw:disabled {
512
512
  color: #fff;
513
513
  background-color: #202022;
514
514
  }
515
- .pure-input__component_zsjmc:not(:disabled):focus::placeholder {
515
+ .pure-input__component_1vrzw:not(:disabled):focus::placeholder {
516
516
  color: rgba(235, 235, 245, 0.3);
517
517
  }
518
- .pure-input__focusVisible_zsjmc {
518
+ .pure-input__focusVisible_1vrzw {
519
519
  outline: 2px solid #0072ef;
520
520
  }
521
- .pure-input__component_zsjmc:not(:disabled):hover {
521
+ .pure-input__component_1vrzw:not(:disabled):hover {
522
522
  background-color: #202022;
523
- }.radio-group__error_47lnn {
523
+ }.radio-group__error_1xgnp {
524
524
  border-left: 1px solid #f15045;
525
525
  }
526
- .radio-group__label_47lnn {
526
+ .radio-group__label_1xgnp {
527
527
  color: #fff;
528
528
  }
529
- .radio-group__errorMessage_47lnn {
529
+ .radio-group__errorMessage_1xgnp {
530
530
  color: #f15045;
531
531
  }
532
- .radio-group__hint_47lnn {
532
+ .radio-group__hint_1xgnp {
533
533
  color: #8d8d93;
534
- }.radio__container_1f5s9:not(.radio__checked_1f5s9):not(.radio__disabled_1f5s9):not(.radio__inactive_1f5s9) .radio__circle_1f5s9 {
534
+ }.radio__container_190kz:not(.radio__checked_190kz):not(.radio__disabled_190kz):not(.radio__inactive_190kz) .radio__circle_190kz {
535
535
  background-color: #000;
536
536
  border: 1.5px solid #8d8d93;
537
537
  }
538
- .radio__container_1f5s9:not(.radio__checked_1f5s9):not(.radio__disabled_1f5s9):not(.radio__inactive_1f5s9):hover:not(:active) .radio__circle_1f5s9 {
538
+ .radio__container_190kz:not(.radio__checked_190kz):not(.radio__disabled_190kz):not(.radio__inactive_190kz):hover:not(:active) .radio__circle_190kz {
539
539
  background-color: #000;
540
540
  border-color: #8d8d93;
541
541
  }
542
- .radio__container_1f5s9:not(.radio__checked_1f5s9):not(.radio__disabled_1f5s9):not(.radio__inactive_1f5s9):active .radio__circle_1f5s9 {
542
+ .radio__container_190kz:not(.radio__checked_190kz):not(.radio__disabled_190kz):not(.radio__inactive_190kz):active .radio__circle_190kz {
543
543
  background-color: #000;
544
544
  border-color: #fff;
545
545
  }
546
- .radio__container_1f5s9.radio__disabled_1f5s9 .radio__circle_1f5s9 {
546
+ .radio__container_190kz.radio__disabled_190kz .radio__circle_190kz {
547
547
  background-color: #000;
548
548
  border: 1.5px solid #2a2a2c;
549
549
  }
550
- .radio__container_1f5s9.radio__disabled_1f5s9 .radio__label_1f5s9 {
550
+ .radio__container_190kz.radio__disabled_190kz .radio__label_190kz {
551
551
  color: #8d8d93;
552
552
  }
553
- .radio__container_1f5s9.radio__disabled_1f5s9 .radio__hint_1f5s9 {
553
+ .radio__container_190kz.radio__disabled_190kz .radio__hint_190kz {
554
554
  color: #8d8d93;
555
555
  }
556
- .radio__container_1f5s9.radio__inactive_1f5s9 .radio__circle_1f5s9 {
556
+ .radio__container_190kz.radio__inactive_190kz .radio__circle_190kz {
557
557
  background-color: #3a3a3c;
558
558
  border: 1px solid #464649;
559
559
  }
560
- .radio__container_1f5s9.radio__inactive_1f5s9.radio__checked_1f5s9 .radio__circle_1f5s9:before {
560
+ .radio__container_190kz.radio__inactive_190kz.radio__checked_190kz .radio__circle_190kz:before {
561
561
  background-color: #464649;
562
562
  }
563
- .radio__container_1f5s9.radio__checked_1f5s9 .radio__circle_1f5s9 {
563
+ .radio__container_190kz.radio__checked_190kz .radio__circle_190kz {
564
564
  background-color: #fff;
565
565
  border: 1.5px solid transparent;
566
566
  }
567
- .radio__container_1f5s9.radio__checked_1f5s9:hover .radio__circle_1f5s9 {
567
+ .radio__container_190kz.radio__checked_190kz:hover .radio__circle_190kz {
568
568
  background-color: rgb(255, 255, 255);
569
569
  border-color: transparent;
570
570
  }
571
- .radio__container_1f5s9.radio__checked_1f5s9:active .radio__circle_1f5s9 {
571
+ .radio__container_190kz.radio__checked_190kz:active .radio__circle_190kz {
572
572
  background-color: rgb(255, 255, 255);
573
573
  border-color: transparent;
574
574
  }
575
- .radio__container_1f5s9.radio__focused_1f5s9 .radio__circle_1f5s9 {
575
+ .radio__container_190kz.radio__focused_190kz .radio__circle_190kz {
576
576
  outline: 2px solid #0072ef;
577
577
  }
578
- .radio__container_1f5s9.radio__disabled_1f5s9.radio__checked_1f5s9 .radio__circle_1f5s9,
579
- .radio__container_1f5s9.radio__inactive_1f5s9.radio__checked_1f5s9 .radio__circle_1f5s9 {
578
+ .radio__container_190kz.radio__disabled_190kz.radio__checked_190kz .radio__circle_190kz,
579
+ .radio__container_190kz.radio__inactive_190kz.radio__checked_190kz .radio__circle_190kz {
580
580
  background-color: #3a3a3c;
581
581
  border-color: transparent;
582
582
  }
583
- .radio__circle_1f5s9:before {
583
+ .radio__circle_190kz:before {
584
584
  background-color: #000;
585
585
  }
586
- .radio__label_1f5s9 {
586
+ .radio__label_190kz {
587
587
  color: #fff;
588
588
  }
589
- .radio__hint_1f5s9 {
589
+ .radio__hint_190kz {
590
590
  color: #8d8d93;
591
- }.skeleton__component_1qzv2 {
591
+ }.scrollbar__component_slf1i .scrollbar:before {
592
+ background-color: rgba(255, 255, 255, 0.3);
593
+ }
594
+ .scrollbar__component_slf1i.dragging .track .scrollbar.visible:before {
595
+ background-color: rgba(255, 255, 255, 0.6);
596
+ }
597
+
598
+ .scrollbar__component_sinz7 .scrollbar:before {
599
+ background-color: rgba(0, 0, 0, 0.3);
600
+ }
601
+ .scrollbar__component_sinz7.dragging .track .scrollbar.visible:before {
602
+ background-color: rgba(0, 0, 0, 0.6);
603
+ }.skeleton__component_1u7hz {
592
604
  color: transparent;
593
- }
594
- .skeleton__component_1qzv2:before {
595
605
  background: rgba(255, 255, 255, 0.1);
596
606
  }
597
- .skeleton__animate_1qzv2:after {
598
- background: rgba(255, 255, 255, 0.1);
607
+ .skeleton__component_1u7hz:before {
608
+ background: transparent;
609
+ }
610
+ .skeleton__animate_1u7hz:after {
599
611
  background-image: linear-gradient(
600
612
  to left,
601
613
  rgba(0, 0, 0, 0),
@@ -605,1781 +617,207 @@
605
617
  rgba(0, 0, 0, 0)
606
618
  );
607
619
  }
608
- @keyframes skeleton__gradient_1qzv2 {
620
+ @keyframes skeleton__gradient_1u7hz {
609
621
  }
610
- @keyframes skeleton__background_1qzv2 {
622
+ @keyframes skeleton__background_1u7hz {
611
623
  0% {
612
624
  background: rgb(182, 188, 195);
613
625
  }
614
626
  100% {
615
627
  background: rgb(198, 205, 214);
616
628
  }
617
- }.scrollbar__component_1mz7h .scrollbar:before {
618
- background-color: rgba(255, 255, 255, 0.3);
619
- }
620
- .scrollbar__component_1mz7h.dragging .track .scrollbar.visible:before {
621
- background-color: rgba(255, 255, 255, 0.6);
622
- }
623
-
624
- .scrollbar__component_1mwgf .scrollbar:before {
625
- background-color: rgba(0, 0, 0, 0.3);
626
- }
627
- .scrollbar__component_1mwgf.dragging .track .scrollbar.visible:before {
628
- background-color: rgba(0, 0, 0, 0.6);
629
- }.slider__component_19c3f .noUi-base:hover {
629
+ }.slider__component_1o5oo .noUi-base:hover {
630
630
  background: #2a2a2c
631
631
  }
632
- .slider__component_19c3f .noUi-base:hover .noUi-connect {
632
+ .slider__component_1o5oo .noUi-base:hover .noUi-connect {
633
633
  background: #d91d0b;
634
634
  }
635
- .slider__component_19c3f .noUi-handle:hover .noUi-touch-area {
635
+ .slider__component_1o5oo .noUi-handle:hover .noUi-touch-area {
636
636
  background: rgb(240, 63, 51);
637
637
  }
638
- .slider__component_19c3f .noUi-handle:active .noUi-touch-area {
638
+ .slider__component_1o5oo .noUi-handle:active .noUi-touch-area {
639
639
  background: rgb(241, 80, 69);
640
640
  }
641
- .slider__component_19c3f .noUi-base {
641
+ .slider__component_1o5oo .noUi-base {
642
642
  background: #2a2a2c;
643
643
  }
644
- .slider__component_19c3f .noUi-connect {
644
+ .slider__component_1o5oo .noUi-connect {
645
645
  background: #d91d0b;
646
646
  }
647
- .slider__component_19c3f .noUi-handle {
647
+ .slider__component_1o5oo .noUi-handle {
648
648
  border: 2px solid transparent;
649
649
  }
650
- .slider__component_19c3f .noUi-touch-area {
650
+ .slider__component_1o5oo .noUi-touch-area {
651
651
  background: #ef3124;
652
652
  }
653
- .slider__component_19c3f .noUi-pips {
653
+ .slider__component_1o5oo .noUi-pips {
654
654
  color: #8d8d93;
655
- }.spinner__default_w1wmr {
655
+ }.spinner__default_yeayp {
656
656
  color: #fff;
657
657
  }
658
- .spinner__inverted_w1wmr {
658
+ .spinner__inverted_yeayp {
659
659
  color: #000;
660
660
  }
661
- @keyframes spinner__spin_animation_w1wmr {
662
- }.status__soft_x720w.status__green_x720w {
661
+ @keyframes spinner__spin_animation_yeayp {
662
+ }.status__soft_1c0na.status__green_1c0na {
663
663
  background: rgba(19, 164, 99, 0.1);
664
664
  color: #13a463;
665
665
  }
666
- .status__soft_x720w.status__orange_x720w {
666
+ .status__soft_1c0na.status__orange_1c0na {
667
667
  background: rgba(222, 106, 0, 0.1);
668
668
  color: #de6a00;
669
669
  }
670
- .status__soft_x720w.status__red_x720w {
670
+ .status__soft_1c0na.status__red_1c0na {
671
671
  background: rgba(217, 29, 11, 0.1);
672
672
  color: #d91d0b;
673
673
  }
674
- .status__soft_x720w.status__blue_x720w {
674
+ .status__soft_1c0na.status__blue_1c0na {
675
675
  background: rgba(0, 122, 255, 0.1);
676
676
  color: #007aff;
677
677
  }
678
- .status__soft_x720w.status__grey_x720w {
678
+ .status__soft_1c0na.status__grey_1c0na {
679
679
  background: rgba(109, 121, 134, 0.1);
680
680
  color: #6d7986;
681
681
  }
682
- .status__soft_x720w.status__teal_x720w {
682
+ .status__soft_1c0na.status__teal_1c0na {
683
683
  background: rgba(33, 145, 135, 0.1);
684
684
  color: #219187;
685
685
  }
686
- .status__soft_x720w.status__purple_x720w {
686
+ .status__soft_1c0na.status__purple_1c0na {
687
687
  background: rgba(103, 58, 183, 0.1);
688
688
  color: #673ab7;
689
689
  }
690
- .status__contrast_x720w {
690
+ .status__contrast_1c0na {
691
691
  color: #000
692
692
  }
693
- .status__contrast_x720w.status__green_x720w {
693
+ .status__contrast_1c0na.status__green_1c0na {
694
694
  background: #13a463;
695
695
  }
696
- .status__contrast_x720w.status__orange_x720w {
696
+ .status__contrast_1c0na.status__orange_1c0na {
697
697
  background: #de6a00;
698
698
  }
699
- .status__contrast_x720w.status__red_x720w {
699
+ .status__contrast_1c0na.status__red_1c0na {
700
700
  background: #d91d0b;
701
701
  }
702
- .status__contrast_x720w.status__blue_x720w {
702
+ .status__contrast_1c0na.status__blue_1c0na {
703
703
  background: #007aff;
704
704
  }
705
- .status__contrast_x720w.status__grey_x720w {
705
+ .status__contrast_1c0na.status__grey_1c0na {
706
706
  background: #6d7986;
707
707
  }
708
- .status__contrast_x720w.status__teal_x720w {
708
+ .status__contrast_1c0na.status__teal_1c0na {
709
709
  background: #219187;
710
710
  }
711
- .status__contrast_x720w.status__purple_x720w {
711
+ .status__contrast_1c0na.status__purple_1c0na {
712
712
  background: #673ab7;
713
- }.switch__component_m0sau {
713
+ }.switch__component_kqvty {
714
714
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
715
715
  }
716
- .switch__switch_m0sau {
716
+ .switch__switch_kqvty {
717
717
  background-color: #8d8d93;
718
718
  border: 2px solid #8d8d93;
719
719
  }
720
- .switch__switch_m0sau:before {
720
+ .switch__switch_kqvty:before {
721
721
  background-color: #000;
722
722
  }
723
- .switch__label_m0sau {
723
+ .switch__label_kqvty {
724
724
  color: #fff;
725
725
  }
726
- .switch__hint_m0sau {
726
+ .switch__hint_kqvty {
727
727
  color: #8d8d93;
728
728
  }
729
- .switch__checked_m0sau .switch__switch_m0sau {
729
+ .switch__checked_kqvty .switch__switch_kqvty {
730
730
  background-color: #ef3124;
731
731
  border-color: #ef3124;
732
732
  }
733
- .switch__disabled_m0sau .switch__switch_m0sau {
733
+ .switch__disabled_kqvty .switch__switch_kqvty {
734
734
  background-color: #2a2a2c;
735
735
  border-color: #2a2a2c;
736
736
  }
737
- .switch__disabled_m0sau .switch__label_m0sau {
737
+ .switch__disabled_kqvty .switch__label_kqvty {
738
738
  color: #8d8d93;
739
739
  }
740
- .switch__disabled_m0sau .switch__hint_m0sau {
740
+ .switch__disabled_kqvty .switch__hint_kqvty {
741
741
  color: #8d8d93;
742
742
  }
743
- .switch__inactive_m0sau .switch__switch_m0sau {
743
+ .switch__inactive_kqvty .switch__switch_kqvty {
744
744
  background-color: #2a2a2c;
745
745
  border-color: #2a2a2c
746
746
  }
747
- .switch__inactive_m0sau .switch__switch_m0sau:before {
747
+ .switch__inactive_kqvty .switch__switch_kqvty:before {
748
748
  background-color: #464649;
749
749
  }
750
- .switch__focused_m0sau .switch__switch_m0sau {
750
+ .switch__focused_kqvty .switch__switch_kqvty {
751
751
  outline: 2px solid #0072ef;
752
- }.tag__component_1r2tz {
752
+ }.tag__component_1ewko {
753
753
  color: #fff;
754
754
  border-color: transparent;
755
755
  background-color: #202022
756
756
  }
757
- .tag__component_1r2tz:disabled {
757
+ .tag__component_1ewko: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_1r2tz:hover:not(:disabled) {
762
+ .tag__component_1ewko:hover:not(:disabled) {
763
763
  border-color: transparent;
764
764
  background-color: #202022;
765
765
  }
766
- .tag__component_1r2tz:active:not(:disabled) {
766
+ .tag__component_1ewko: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_1r2tz {
771
+ .tag__checked_1ewko {
772
772
  border-color: transparent;
773
773
  background-color: #f3f4f5;
774
774
  color: #000
775
775
  }
776
- .tag__checked_1r2tz:disabled {
776
+ .tag__checked_1ewko: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_1r2tz:hover:not(:disabled):not(:active) {
781
+ .tag__checked_1ewko:hover:not(:disabled):not(:active) {
782
782
  background-color: #f3f4f5;
783
783
  }
784
- .tag__checked_1r2tz:active:not(:disabled) {
784
+ .tag__checked_1ewko:active:not(:disabled) {
785
785
  background-color: rgb(194, 195, 196);
786
786
  color: #000;
787
787
  }
788
- .tag__focused_vmxnq {
788
+ .tag__focused_796jx {
789
789
  outline: 2px solid #0072ef;
790
790
  }
791
- .tag__component_5jv8x {
791
+ .tag__component_1sepz {
792
792
  color: #fff;
793
793
  border-color: #464649;
794
794
  background-color: transparent
795
795
  }
796
- .tag__component_5jv8x:disabled {
796
+ .tag__component_1sepz:disabled {
797
797
  border-color: #2b2b2e;
798
798
  color: #464649;
799
799
  background-color: transparent;
800
800
  }
801
- .tag__component_5jv8x:hover:not(:disabled) {
801
+ .tag__component_1sepz:hover:not(:disabled) {
802
802
  border-color: #fff;
803
803
  background-color: transparent;
804
804
  }
805
- .tag__component_5jv8x:active:not(:disabled) {
805
+ .tag__component_1sepz: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_5jv8x {
810
+ .tag__checked_1sepz {
811
811
  border-color: #fff;
812
812
  background-color: #fff;
813
813
  color: #000
814
814
  }
815
- .tag__checked_5jv8x:disabled {
815
+ .tag__checked_1sepz: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_5jv8x:active:not(:disabled) {
820
+ .tag__checked_1sepz:active:not(:disabled) {
821
821
  background-color: rgb(217, 217, 217);
822
822
  color: #000;
823
- }.typography__tertiary_14954 {
824
- color: #464649;
825
- }
826
- .typography__disabled_14954 {
827
- color: #2a2a2c;
828
- }
829
- .typography__accent_14954 {
830
- color: #ef3124;
831
- }
832
- .typography__primary_14954 {
833
- color: #fff;
834
- }
835
- .typography__attention_14954 {
836
- color: #cb830f;
837
- }
838
- .typography__positive_14954 {
839
- color: #13a463;
840
- }
841
- .typography__secondary_14954 {
842
- color: #8d8d93;
843
- }
844
- .typography__tertiary-inverted_14954 {
845
- color: #c5c5c7;
846
- }
847
- .typography__primary-inverted_14954 {
848
- color: #000;
849
- }
850
- .typography__secondary-inverted_14954 {
851
- color: #8a8a8e;
852
- }
853
- .typography__link_14954 {
854
- color: #0072ef;
855
- }
856
- .typography__negative_14954 {
857
- color: #f15045;
858
- }
859
-
860
- @media screen and (min-width: 600px) {
861
- }
862
- @media screen and (min-width: 1024px) {
863
- }
864
-
865
-
866
- .textarea__input_1peog {
867
- color: #fff;
868
- caret-color: #0072ef;
869
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
870
- }
871
- .textarea__input_1peog:-webkit-autofill {
872
- -webkit-text-fill-color: #fff;
873
- }
874
- .textarea__input_1peog::placeholder {
875
- color: #8d8d93;
876
- }
877
- .textarea__hasLabel_1peog::placeholder {
878
- color: #464649;
879
- }
880
- .textarea__clearIcon_1peog {
881
- color: #fff;
882
- }
883
- .textarea__input_1peog:read-only {
884
- color: #8d8d93
885
- }
886
- .textarea__input_1peog:read-only:focus::placeholder {
887
- color: #8d8d93;
888
- }
889
- .textarea__input_1peog:disabled {
890
- color: #fff;
891
- -webkit-text-fill-color: #fff;
892
- }
893
- .textarea__input_1peog:focus::placeholder {
894
- color: rgba(235, 235, 245, 0.3);
895
- }
896
- .textarea__error_1peog {
897
- color: #f15045;
898
- caret-color: #f15045;
899
- }
900
- .textarea__textarea_1peog {
901
- color: #fff;
902
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
903
- }
904
- .textarea__textarea_1peog::placeholder {
905
- color: #8d8d93;
906
- }
907
- .textarea__hasLabel_1peog::placeholder {
908
- color: #464649;
909
- }
910
- .textarea__textarea_1peog:disabled {
911
- color: #fff;
912
- -webkit-text-fill-color: #fff;
913
- }
914
- .textarea__textarea_1peog:read-only {
915
- color: #8d8d93;
916
- }
917
- .textarea__textarea_1peog:focus::placeholder {
918
- color: rgba(235, 235, 245, 0.3);
919
- }
920
- .textarea__focusVisible_raytn {
921
- outline: 2px solid #0072ef;
922
- }
923
- .textarea__input_1fsu6 {
924
- color: #000;
925
- caret-color: #0072ef;
926
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
927
- }
928
- .textarea__input_1fsu6:-webkit-autofill {
929
- -webkit-text-fill-color: #000;
930
- }
931
- .textarea__input_1fsu6::placeholder {
932
- color: rgba(60, 60, 67, 0.6);
933
- }
934
- .textarea__hasLabel_1fsu6::placeholder {
935
- color: #c5c5c7;
936
- }
937
- .textarea__clearIcon_1fsu6 {
938
- color: #000;
939
- }
940
- .textarea__input_1fsu6:read-only {
941
- color: rgba(60, 60, 67, 0.6)
942
- }
943
- .textarea__input_1fsu6:read-only:focus::placeholder {
944
- color: rgba(60, 60, 67, 0.6);
945
- }
946
- .textarea__input_1fsu6:disabled {
947
- color: #000;
948
- -webkit-text-fill-color: #000;
949
- }
950
- .textarea__input_1fsu6:focus::placeholder {
951
- color: rgba(60, 60, 67, 0.3);
952
- }
953
- .textarea__error_1fsu6 {
954
- color: #ef3124;
955
- caret-color: #ef3124;
956
- }
957
- .textarea__textarea_1fsu6 {
958
- color: #000;
959
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
960
- }
961
- .textarea__textarea_1fsu6::placeholder {
962
- color: rgba(60, 60, 67, 0.6);
963
- }
964
- .textarea__hasLabel_1fsu6::placeholder {
965
- color: #c5c5c7;
966
- }
967
- .textarea__textarea_1fsu6:disabled {
968
- color: #000;
969
- -webkit-text-fill-color: #000;
970
- }
971
- .textarea__textarea_1fsu6:read-only {
972
- color: rgba(60, 60, 67, 0.6);
973
- }
974
- .textarea__textarea_1fsu6:focus::placeholder {
975
- color: rgba(60, 60, 67, 0.3);
976
- }.base-modal__component_12z52 {
977
- background: #121212;
978
- }.popover__component_1pvbd {
979
- background-color: transparent;
980
- color: #fff;
981
- }
982
- .popover__inner_1pvbd {
983
- background-color: #121212;
984
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
985
- border: 1px solid transparent;
986
- }
987
- .popover__arrow_1pvbd:after {
988
- background-color: #121212;
989
- border: 1px solid transparent;
990
- }.button__primary_x97sj {
991
- color: #000;
992
- background-color: #f3f4f5
993
- }
994
- .button__primary_x97sj:hover {
995
- background-color: rgb(207, 207, 208);
996
- }
997
- .button__primary_x97sj:active {
998
- background-color: rgb(194, 195, 196);
999
- }
1000
- .button__secondary_x97sj {
1001
- color: #fff;
1002
- background-color: rgba(255, 255, 255, 0.1);
1003
- border: 1px solid transparent
1004
- }
1005
- .button__secondary_x97sj:hover {
1006
- background-color: rgba(255, 255, 255, 0.163);
1007
- }
1008
- .button__secondary_x97sj:active {
1009
- background-color: rgba(255, 255, 255, 0.235);
1010
- }
1011
- .button__outlined_x97sj {
1012
- color: #fff;
1013
- background-color: transparent;
1014
- border: 1px solid #c5c5c7
1015
- }
1016
- .button__outlined_x97sj:hover {
1017
- background-color: rgba(0, 0, 0, 0.07);
1018
- }
1019
- .button__outlined_x97sj:active {
1020
- background-color: rgba(0, 0, 0, 0.15);
1021
- }
1022
- .button__tertiary_x97sj {
1023
- color: #fff;
1024
- background-color: transparent;
1025
- border: 1px solid #c5c5c7
1026
- }
1027
- .button__tertiary_x97sj:hover {
1028
- background-color: rgba(255, 255, 255, 0.07);
1029
- }
1030
- .button__tertiary_x97sj:active {
1031
- background-color: rgba(255, 255, 255, 0.15);
1032
- }
1033
- .button__filled_x97sj {
1034
- color: #fff;
1035
- background-color: #3a3a3c
1036
- }
1037
- .button__filled_x97sj:hover {
1038
- background-color: rgb(72, 72, 74);
1039
- }
1040
- .button__filled_x97sj:active {
1041
- background-color: rgb(88, 88, 89);
1042
- }
1043
- .button__transparent_x97sj {
1044
- color: #fff;
1045
- background-color: rgba(255, 255, 255, 0.1)
1046
- }
1047
- .button__transparent_x97sj:hover {
1048
- background-color: rgba(255, 255, 255, 0.2);
1049
- }
1050
- .button__transparent_x97sj:active {
1051
- background-color: rgba(255, 255, 255, 0.4);
1052
- }
1053
- .button__link_x97sj {
1054
- color: #fff;
1055
- background-color: transparent
1056
- }
1057
- .button__link_x97sj:hover {
1058
- background-color: rgba(255, 255, 255, 0.163);
1059
- }
1060
- .button__link_x97sj:active {
1061
- background-color: rgba(255, 255, 255, 0.235);
1062
- }
1063
- .button__ghost_x97sj {
1064
- color: #fff
1065
- }
1066
- .button__ghost_x97sj:hover {
1067
- color: rgb(179, 179, 179);
1068
- }
1069
- .button__ghost_x97sj:active {
1070
- color: rgb(128, 128, 128);
1071
- }
1072
- .button__component_x97sj:disabled.button__primary_x97sj {
1073
- color: rgba(60, 60, 67, 0.3);
1074
- background-color: #f3f4f5
1075
- }
1076
- .button__component_x97sj:disabled.button__primary_x97sj.button__loading_x97sj {
1077
- background-color: #f3f4f5;
1078
- }
1079
- .button__component_x97sj:disabled.button__secondary_x97sj {
1080
- color: rgba(255, 255, 255, 0.3);
1081
- background-color: rgba(255, 255, 255, 0.05);
1082
- border-color: transparent
1083
- }
1084
- .button__component_x97sj:disabled.button__secondary_x97sj.button__loading_x97sj {
1085
- color: #fff;
1086
- background-color: rgba(255, 255, 255, 0.1);
1087
- border-color: transparent;
1088
- }
1089
- .button__component_x97sj:disabled.button__outlined_x97sj {
1090
- color: rgba(255, 255, 255, 0.3);
1091
- background-color: transparent;
1092
- border-color: rgba(197, 197, 199, 0.3)
1093
- }
1094
- .button__component_x97sj:disabled.button__outlined_x97sj.button__loading_x97sj {
1095
- color: #fff;
1096
- }
1097
- .button__component_x97sj:disabled.button__tertiary_x97sj {
1098
- color: rgba(255, 255, 255, 0.3);
1099
- background-color: transparent;
1100
- border-color: rgba(197, 197, 199, 0.3)
1101
- }
1102
- .button__component_x97sj:disabled.button__tertiary_x97sj.button__loading_x97sj {
1103
- color: #fff;
1104
- }
1105
- .button__component_x97sj:disabled.button__filled_x97sj {
1106
- color: rgba(255, 255, 255, 0.3);
1107
- background-color: rgba(58, 58, 60, 0.3)
1108
- }
1109
- .button__component_x97sj:disabled.button__filled_x97sj.button__loading_x97sj {
1110
- color: #fff;
1111
- background-color: #3a3a3c;
1112
- }
1113
- .button__component_x97sj:disabled.button__transparent_x97sj {
1114
- color: rgba(255, 255, 255, 0.3);
1115
- background-color: rgba(255, 255, 255, 0.03)
1116
- }
1117
- .button__component_x97sj:disabled.button__transparent_x97sj.button__loading_x97sj {
1118
- color: #fff;
1119
- background-color: rgba(255, 255, 255, 0.1);
1120
- }
1121
- .button__component_x97sj:disabled.button__link_x97sj {
1122
- color: rgba(255, 255, 255, 0.3);
1123
- background-color: transparent
1124
- }
1125
- .button__component_x97sj:disabled.button__link_x97sj.button__loading_x97sj {
1126
- color: #fff;
1127
- }
1128
- .button__component_x97sj:disabled.button__ghost_x97sj {
1129
- color: rgba(255, 255, 255, 0.3)
1130
- }
1131
- .button__component_x97sj:disabled.button__ghost_x97sj.button__loading_x97sj {
1132
- color: #fff;
1133
- }
1134
- .button__component_3ym2a {
1135
- background-color: transparent
1136
- }
1137
- .button__focused_3ym2a {
1138
- outline: 2px solid #0072ef;
1139
- }
1140
- .button__primary_1yykp {
1141
- color: #fff;
1142
- background-color: #202022
1143
- }
1144
- .button__primary_1yykp:hover {
1145
- background-color: rgb(48, 48, 49);
1146
- }
1147
- .button__primary_1yykp:active {
1148
- background-color: rgb(65, 65, 67);
1149
- }
1150
- .button__secondary_1yykp {
1151
- color: #000;
1152
- background-color: rgba(0, 0, 0, 0.08);
1153
- border: 1px solid transparent
1154
- }
1155
- .button__secondary_1yykp:hover {
1156
- background-color: rgba(0, 0, 0, 0.218);
1157
- }
1158
- .button__secondary_1yykp:active {
1159
- background-color: rgba(0, 0, 0, 0.264);
1160
- }
1161
- .button__outlined_1yykp {
1162
- color: #fff;
1163
- background-color: transparent;
1164
- border: 1px solid #c5c5c7
1165
- }
1166
- .button__outlined_1yykp:hover {
1167
- background-color: rgba(255, 255, 255, 0.15);
1168
- }
1169
- .button__outlined_1yykp:active {
1170
- background-color: rgba(0, 0, 0, 0.15);
1171
- }
1172
- .button__tertiary_1yykp {
1173
- color: #000;
1174
- background-color: transparent;
1175
- border: 1px solid #464649
1176
- }
1177
- .button__tertiary_1yykp:hover {
1178
- background-color: rgba(18, 18, 18, 0.15);
1179
- }
1180
- .button__tertiary_1yykp:active {
1181
- background-color: rgba(18, 18, 18, 0.2);
1182
- }
1183
- .button__filled_1yykp {
1184
- color: #fff;
1185
- background-color: #3a3a3c
1186
- }
1187
- .button__filled_1yykp:hover {
1188
- background-color: rgb(99, 112, 126);
1189
- }
1190
- .button__filled_1yykp:active {
1191
- background-color: rgb(61, 74, 88);
1192
- }
1193
- .button__transparent_1yykp {
1194
- color: #000;
1195
- background-color: rgba(255, 255, 255, 0.1)
1196
- }
1197
- .button__transparent_1yykp:hover {
1198
- background-color: rgba(255, 255, 255, 0.2);
1199
- }
1200
- .button__transparent_1yykp:active {
1201
- background-color: rgba(255, 255, 255, 0.05);
1202
- }
1203
- .button__link_1yykp {
1204
- color: #000;
1205
- background-color: transparent
1206
- }
1207
- .button__link_1yykp:hover {
1208
- background-color: rgba(18, 18, 18, 0.15);
1209
- }
1210
- .button__link_1yykp:active {
1211
- background-color: rgba(18, 18, 18, 0.2);
1212
- }
1213
- .button__ghost_1yykp {
1214
- color: #000
1215
- }
1216
- .button__ghost_1yykp:hover {
1217
- color: rgb(77, 77, 77);
1218
- }
1219
- .button__ghost_1yykp:active {
1220
- color: rgb(128, 128, 128);
1221
- }
1222
- .button__component_1yykp:disabled.button__primary_1yykp {
1223
- color: rgba(235, 235, 245, 0.3);
1224
- background-color: #202022
1225
- }
1226
- .button__component_1yykp:disabled.button__primary_1yykp.button__loading_1yykp {
1227
- background-color: #202022;
1228
- }
1229
- .button__component_1yykp:disabled.button__secondary_1yykp {
1230
- color: rgba(0, 0, 0, 0.3);
1231
- background-color: rgba(18, 18, 18, 0.08);
1232
- border-color: transparent
1233
- }
1234
- .button__component_1yykp:disabled.button__secondary_1yykp.button__loading_1yykp {
1235
- color: #000;
1236
- background-color: rgba(0, 0, 0, 0.08);
1237
- border-color: transparent;
1238
- }
1239
- .button__component_1yykp:disabled.button__outlined_1yykp {
1240
- color: rgba(255, 255, 255, 0.3);
1241
- background-color: transparent;
1242
- border-color: rgba(35, 53, 73, 0.3)
1243
- }
1244
- .button__component_1yykp:disabled.button__outlined_1yykp.button__loading_1yykp {
1245
- color: #fff;
1246
- }
1247
- .button__component_1yykp:disabled.button__tertiary_1yykp {
1248
- color: rgba(0, 0, 0, 0.3);
1249
- background-color: transparent;
1250
- border-color: rgba(70, 70, 73, 0.3)
1251
- }
1252
- .button__component_1yykp:disabled.button__tertiary_1yykp.button__loading_1yykp {
1253
- color: #000;
1254
- }
1255
- .button__component_1yykp:disabled.button__filled_1yykp {
1256
- color: rgba(255, 255, 255, 0.3);
1257
- background-color: rgba(72, 87, 103, 0.3);
1258
- border-color: transparent
1259
- }
1260
- .button__component_1yykp:disabled.button__filled_1yykp.button__loading_1yykp {
1261
- color: #fff;
1262
- background-color: #3a3a3c;
1263
- border-color: transparent;
1264
- }
1265
- .button__component_1yykp:disabled.button__transparent_1yykp {
1266
- color: rgba(255, 255, 255, 0.3);
1267
- background-color: rgba(255, 255, 255, 0.03)
1268
- }
1269
- .button__component_1yykp:disabled.button__transparent_1yykp.button__loading_1yykp {
1270
- color: #000;
1271
- background-color: rgba(255, 255, 255, 0.1);
1272
- }
1273
- .button__component_1yykp:disabled.button__link_1yykp {
1274
- color: rgba(0, 0, 0, 0.3);
1275
- background-color: transparent
1276
- }
1277
- .button__component_1yykp:disabled.button__link_1yykp.button__loading_1yykp {
1278
- color: #000;
1279
- }
1280
- .button__component_1yykp:disabled.button__ghost_1yykp {
1281
- color: rgba(0, 0, 0, 0.3)
1282
- }
1283
- .button__component_1yykp:disabled.button__ghost_1yykp.button__loading_1yykp {
1284
- color: #000;
1285
- }.circular-progress-bar__backgroundCircle_1t39o,
1286
- .circular-progress-bar__progressCircle_1t39o {
1287
- fill: transparent;
1288
- }
1289
- .circular-progress-bar__positive_1t39o {
1290
- stroke: #2fc26e;
1291
- }
1292
- .circular-progress-bar__negative_1t39o {
1293
- stroke: #d91d0b;
1294
- }
1295
- .circular-progress-bar__backgroundCircle_1t39o {
1296
- stroke: #2c2c2e;
1297
- }
1298
-
1299
-
1300
- .tabs__component_7vds3:before {
1301
- background-color: #2b2b2e;
1302
- }
1303
- .tabs__title_7vds3 {
1304
- color: #8d8d93
1305
- }
1306
- .tabs__title_7vds3:not(.tabs__disabled_7vds3):hover {
1307
- color: #fff;
1308
- }
1309
- .tabs__focused_7vds3 {
1310
- outline: 2px solid #0072ef;
1311
- }
1312
- .tabs__selected_7vds3 {
1313
- color: #fff;
1314
- }
1315
- .tabs__disabled_7vds3 {
1316
- color: #464649;
1317
- }
1318
- .tabs__line_7vds3 {
1319
- background-color: #ef3124;
1320
- }
1321
- .tabs__component_7vds3:before {
1322
- background-color: #2b2b2e;
1323
- }.tabs__title_7vds3 {
1324
- color: #8d8d93
1325
- }.tabs__title_7vds3:not(.tabs__disabled_7vds3):hover {
1326
- color: #fff;
1327
- }.tabs__focused_7vds3 {
1328
- outline: 2px solid #0072ef;
1329
- }.tabs__selected_7vds3 {
1330
- color: #fff;
1331
- }.tabs__disabled_7vds3 {
1332
- color: #464649;
1333
- }.tabs__line_7vds3 {
1334
- background-color: #ef3124;
1335
- }
1336
- .stepped-progress-bar__description_1xtep {
1337
- color: rgba(235, 235, 245, 0.6);
1338
- }
1339
- .stepped-progress-bar__bar_68gc9 {
1340
- background: rgba(255, 255, 255, 0.1);
1341
- }
1342
- .stepped-progress-bar__positive_68gc9 {
1343
- background: #2fc26e;
1344
- }
1345
- .stepped-progress-bar__attention_68gc9 {
1346
- background: #f6bf65;
1347
- }
1348
- .stepped-progress-bar__negative_68gc9 {
1349
- background: #d91d0b;
1350
- }
1351
- .stepped-progress-bar__link_68gc9 {
1352
- background: #0072ef;
1353
- }
1354
- .stepped-progress-bar__tertiary_68gc9 {
1355
- background: #464649;
1356
- }
1357
- .stepped-progress-bar__secondary_68gc9 {
1358
- background: #8d8d93;
1359
- }
1360
- .stepped-progress-bar__primary_68gc9 {
1361
- background: #fff;
1362
- }
1363
- .stepped-progress-bar__accent_68gc9 {
1364
- background: #ef3124;
1365
- }.list-header__filled_4qqqu {
1366
- background-color: rgba(255, 255, 255, 0.1);
1367
- }.drawer__backdropEnter_1vb01 {
1368
- background-color: transparent;
1369
- }
1370
- .drawer__backdropEnterActive_1vb01,
1371
- .drawer__backdropEnterDone_1vb01 {
1372
- background-color: rgba(0, 0, 0, 0.8);
1373
- }
1374
- .drawer__backdropExit_1vb01 {
1375
- background-color: rgba(0, 0, 0, 0.8);
1376
- }
1377
- .drawer__backdropExitActive_1vb01,
1378
- .drawer__backdropExitDone_1vb01 {
1379
- background-color: transparent;
1380
- }.custom-button__customButton_1sp2f.custom-button__white_1sp2f * {
1381
- color: #fff;
1382
- }
1383
- .custom-button__customButton_1sp2f.custom-button__black_1sp2f * {
1384
- color: #000;
1385
- }
1386
- .custom-button__customButton_1sp2f:before {
1387
- background-color: rgba(0, 0, 0, 0);
1388
- }
1389
- .custom-button__customButton_1sp2f:hover:before {
1390
- background-color: rgba(0, 0, 0, 0.07);
1391
- }
1392
- .custom-button__customButton_1sp2f:active:before {
1393
- background-color: rgba(0, 0, 0, 0.15);
1394
- }
1395
- .custom-button__customButton_1sp2f:disabled.custom-button__white_1sp2f * {
1396
- color: #fff;
1397
- }
1398
- .custom-button__customButton_1sp2f:disabled.custom-button__black_1sp2f * {
1399
- color: #000;
1400
- }.attach__component_oa2pc {
1401
- }
1402
- .attach__focused_oa2pc {
1403
- outline: 2px solid #0072ef;
1404
- }.chart__coreChart_13qnf .recharts-text tspan {
1405
- fill: #fff;
1406
- }
1407
- @keyframes chart__showDot_oeeb8 {
1408
- }
1409
-
1410
- .chart__tickText_17uvh {
1411
- fill: #fff;
1412
- }
1413
- .chart__circle_17uvh {
1414
- fill: #121212;
1415
- }
1416
- .chart__circle_17uvh {
1417
- fill: #121212;
1418
- }
1419
- .chart__tooltip_1ijjk {
1420
- background-color: #121212;
1421
- border: 1px solid #2b2b2e;
1422
- box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1423
- }
1424
- .chart__tooltipArrow_1ijjk {
1425
- border: 1px solid #2b2b2e;
1426
- background-color: #121212;
1427
- }
1428
- .chart__tooltipArrow_1ijjk:before {
1429
- border-color: transparent #121212 transparent transparent;
1430
- }.icon-button__primary_1o2xt {
1431
- color: #fff
1432
- }
1433
- .icon-button__primary_1o2xt:hover {
1434
- color: rgb(204, 204, 204);
1435
- }
1436
- .icon-button__primary_1o2xt:active {
1437
- color: rgb(179, 179, 179);
1438
- }
1439
- .icon-button__secondary_1o2xt {
1440
- color: #8d8d93
1441
- }
1442
- .icon-button__secondary_1o2xt:hover {
1443
- color: rgb(175, 175, 179);
1444
- }
1445
- .icon-button__secondary_1o2xt:active {
1446
- color: rgb(198, 198, 201);
1447
- }
1448
- .icon-button__transparent_1o2xt {
1449
- color: rgba(255, 255, 255, 0.3)
1450
- }
1451
- .icon-button__transparent_1o2xt:hover {
1452
- color: rgba(255, 255, 255, 0.4);
1453
- }
1454
- .icon-button__transparent_1o2xt:active {
1455
- color: rgba(255, 255, 255, 0.5);
1456
- }
1457
- .icon-button__negative_1o2xt {
1458
- color: #d91d0b
1459
- }
1460
- .icon-button__negative_1o2xt:hover {
1461
- color: rgb(220, 45, 28);
1462
- }
1463
- .icon-button__negative_1o2xt:active {
1464
- color: rgb(223, 63, 48);
1465
- }
1466
- .icon-button__tertiary_1o2xt {
1467
- color: #464649
1468
- }
1469
- .icon-button__tertiary_1o2xt:hover {
1470
- color: rgb(83, 83, 86);
1471
- }
1472
- .icon-button__tertiary_1o2xt:active {
1473
- color: rgb(98, 98, 100);
1474
- }
1475
- .icon-button__component_1o2xt:disabled.icon-button__primary_1o2xt {
1476
- color: rgba(255, 255, 255, 0.3)
1477
- }
1478
- .icon-button__component_1o2xt:disabled.icon-button__primary_1o2xt.icon-button__loader_1o2xt {
1479
- color: #fff;
1480
- }
1481
- .icon-button__component_1o2xt:disabled.icon-button__secondary_1o2xt {
1482
- color: rgba(141, 141, 147, 0.3)
1483
- }
1484
- .icon-button__component_1o2xt:disabled.icon-button__secondary_1o2xt.icon-button__loader_1o2xt {
1485
- color: #8d8d93;
1486
- }
1487
- .icon-button__component_1o2xt:disabled.icon-button__negative_1o2xt {
1488
- color: rgba(217, 29, 11, 0.3)
1489
- }
1490
- .icon-button__component_1o2xt:disabled.icon-button__negative_1o2xt.icon-button__loader_1o2xt {
1491
- color: #d91d0b;
1492
- }
1493
- .icon-button__component_1o2xt:disabled.icon-button__tertiary_1o2xt {
1494
- color: rgba(70, 70, 73, 0.3)
1495
- }
1496
- .icon-button__component_1o2xt:disabled.icon-button__tertiary_1o2xt.icon-button__loader_1o2xt {
1497
- color: #464649;
1498
- }
1499
-
1500
- .icon-button__primary_1vh41 {
1501
- color: #000
1502
- }
1503
- .icon-button__primary_1vh41:hover {
1504
- color: rgb(18, 18, 18);
1505
- }
1506
- .icon-button__primary_1vh41:active {
1507
- color: rgb(38, 38, 38);
1508
- }
1509
- .icon-button__secondary_1vh41 {
1510
- color: #8a8a8e
1511
- }
1512
- .icon-button__secondary_1vh41:hover {
1513
- color: rgb(117, 117, 121);
1514
- }
1515
- .icon-button__secondary_1vh41:active {
1516
- color: rgb(110, 110, 114);
1517
- }
1518
- .icon-button__transparent_1vh41 {
1519
- color: rgba(0, 0, 0, 0.3)
1520
- }
1521
- .icon-button__transparent_1vh41:hover {
1522
- color: rgba(0, 0, 0, 0.4);
1523
- }
1524
- .icon-button__transparent_1vh41:active {
1525
- color: rgba(0, 0, 0, 0.5);
1526
- }
1527
- .icon-button__negative_1vh41 {
1528
- color: #d91d0b
1529
- }
1530
- .icon-button__negative_1vh41:hover {
1531
- color: rgb(220, 45, 28);
1532
- }
1533
- .icon-button__negative_1vh41:active {
1534
- color: rgb(223, 63, 48);
1535
- }
1536
- .icon-button__tertiary_1vh41 {
1537
- color: #c5c5c7
1538
- }
1539
- .icon-button__tertiary_1vh41:hover {
1540
- color: rgb(167, 167, 169);
1541
- }
1542
- .icon-button__tertiary_1vh41:active {
1543
- color: rgb(158, 158, 159);
1544
- }
1545
- .icon-button__component_1vh41:disabled.icon-button__primary_1vh41 {
1546
- color: rgba(0, 0, 0, 0.3)
1547
- }
1548
- .icon-button__component_1vh41:disabled.icon-button__primary_1vh41.icon-button__loader_1vh41 {
1549
- color: #000;
1550
- }
1551
- .icon-button__component_1vh41:disabled.icon-button__secondary_1vh41 {
1552
- color: rgba(138, 138, 142, 0.3)
1553
- }
1554
- .icon-button__component_1vh41:disabled.icon-button__secondary_1vh41.icon-button__loader_1vh41 {
1555
- color: #8a8a8e;
1556
- }
1557
- .icon-button__component_1vh41:disabled.icon-button__negative_1vh41 {
1558
- color: rgba(217, 29, 11, 0.3)
1559
- }
1560
- .icon-button__component_1vh41:disabled.icon-button__negative_1vh41.icon-button__loader_1vh41 {
1561
- color: #d91d0b;
1562
- }
1563
- .icon-button__component_1vh41:disabled.icon-button__tertiary_1vh41 {
1564
- color: rgba(197, 197, 199, 0.3)
1565
- }
1566
- .icon-button__component_1vh41:disabled.icon-button__tertiary_1vh41.icon-button__loader_1vh41 {
1567
- color: #c5c5c7;
1568
- }.confirmation__component_v6e7b {
1569
- color: #8d8d93;
1570
- }
1571
- .confirmation__circle_lws5g {
1572
- fill: transparent;
1573
- stroke: #464649;
1574
- }
1575
- .confirmation__header_1kh57 {
1576
- color: #fff;
1577
- }
1578
- .confirmation__description_1kh57 {
1579
- color: #8d8d93;
1580
- color: #fff;
1581
- }
1582
- .confirmation__header_3ragy {
1583
- color: #fff;
1584
- }
1585
- .confirmation__phone_3ragy {
1586
- color: #fff;
1587
- }
1588
- .confirmation__header_izxqw {
1589
- color: #fff;
1590
- }
1591
- .confirmation__description_izxqw {
1592
- color: #8d8d93;
1593
- }
1594
- .confirmation__title_yis5n {
1595
- color: #fff;
1596
- }
1597
- .confirmation__text_yis5n {
1598
- color: #8d8d93;
1599
- }
1600
- .confirmation__phonesWrap_yis5n {
1601
- color: #8d8d93;
1602
- }
1603
- .confirmation__phoneDescription_yis5n {
1604
- color: #8d8d93;
1605
- }.plate__component_naock {
1606
- color: #fff;
1607
- }
1608
- .plate__focused_naock {
1609
- outline: 2px solid #0072ef;
1610
- }
1611
- .plate__common_naock {
1612
- background-color: #202022;
1613
- border-color: #6d7986;
1614
- }
1615
- .plate__negative_naock {
1616
- background-color: #35110d;
1617
- border-color: #d91d0b;
1618
- }
1619
- .plate__positive_naock {
1620
- background-color: #042117;
1621
- border-color: #13a463;
1622
- }
1623
- .plate__attention_naock {
1624
- background-color: #332104;
1625
- border-color: #de6a00;
1626
- }.pagination__component_16b24 {
1627
- color: #fff;
1628
- }
1629
- .pagination__dots_yp16i {
1630
- color: #8d8d93;
1631
- }
1632
-
1633
- .pagination__tag_15b8n.pagination__tag_15b8n {
1634
- color: #8d8d93
1635
- }
1636
- .pagination__tag_15b8n.pagination__tag_15b8n:hover:not(:disabled) {
1637
- background-color: #2c2c2e;
1638
- color: #fff;
1639
- }
1640
- .pagination__tag_15b8n.pagination__tag_15b8n:active:not(:disabled) {
1641
- background-color: #3a3a3c;
1642
- }
1643
- .pagination__tag_15b8n.pagination__tag_15b8n.pagination__checked_15b8n {
1644
- background-color: #f3f4f5;
1645
- color: #000;
1646
- }
1647
- .pagination__tag_15b8n.pagination__tag_15b8n.pagination__checked_15b8n:hover:not(:disabled) {
1648
- color: #000;
1649
- }
1650
- .pagination__tag_15b8n.pagination__tag_15b8n.pagination__checked_15b8n:active:not(:disabled) {
1651
- color: #fff;
1652
- }.input__input_fyp3e {
1653
- color: #fff;
1654
- caret-color: #0072ef;
1655
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1656
- }
1657
- .input__input_fyp3e:-webkit-autofill {
1658
- -webkit-text-fill-color: #fff;
1659
- }
1660
- .input__input_fyp3e::placeholder {
1661
- color: #8d8d93;
1662
- }
1663
- .input__hasLabel_fyp3e::placeholder {
1664
- color: #464649;
1665
- }
1666
- .input__clearIcon_fyp3e {
1667
- color: #fff;
1668
- }
1669
- .input__input_fyp3e:read-only {
1670
- color: #8d8d93
1671
- }
1672
- .input__input_fyp3e:read-only:focus::placeholder {
1673
- color: #8d8d93;
1674
- }
1675
- .input__input_fyp3e:disabled {
1676
- color: #fff;
1677
- -webkit-text-fill-color: #fff;
1678
- }
1679
- .input__input_fyp3e:focus::placeholder {
1680
- color: rgba(235, 235, 245, 0.3);
1681
- }
1682
- .input__error_fyp3e {
1683
- color: #f15045;
1684
- caret-color: #f15045;
1685
- }
1686
- .input__focusVisible_1xnuk {
1687
- outline: 2px solid #0072ef;
1688
- }
1689
- @keyframes input__onautofillstart_1xnuk {
1690
- from {
1691
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1692
- }
1693
- to {
1694
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1695
- }
1696
- }
1697
- @keyframes input__onautofillcancel_1xnuk {
1698
- from {
1699
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1700
- }
1701
- to {
1702
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1703
- }
1704
- }
1705
- .input__input_bg5wq {
1706
- color: #000;
1707
- caret-color: #0072ef;
1708
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1709
- }
1710
- .input__input_bg5wq:-webkit-autofill {
1711
- -webkit-text-fill-color: #000;
1712
- }
1713
- .input__input_bg5wq::placeholder {
1714
- color: rgba(60, 60, 67, 0.6);
1715
- }
1716
- .input__hasLabel_bg5wq::placeholder {
1717
- color: #c5c5c7;
1718
- }
1719
- .input__clearIcon_bg5wq {
1720
- color: #000;
1721
- }
1722
- .input__input_bg5wq:read-only {
1723
- color: rgba(60, 60, 67, 0.6)
1724
- }
1725
- .input__input_bg5wq:read-only:focus::placeholder {
1726
- color: rgba(60, 60, 67, 0.6);
1727
- }
1728
- .input__input_bg5wq:disabled {
1729
- color: #000;
1730
- -webkit-text-fill-color: #000;
1731
- }
1732
- .input__input_bg5wq:focus::placeholder {
1733
- color: rgba(60, 60, 67, 0.3);
1734
- }
1735
- .input__error_bg5wq {
1736
- color: #ef3124;
1737
- caret-color: #ef3124;
1738
- }
1739
-
1740
- .pure-cell__categoryPercent_q2mbv {
1741
- background-color: #202022;
1742
- }
1743
-
1744
-
1745
- .pure-cell__component_1q82l {
1746
- background-color: #202022;
1747
- }
1748
-
1749
-
1750
-
1751
-
1752
-
1753
- .filter-tag__component_ytc4u.filter-tag__disabled_ytc4u {
1754
- background-color: rgba(32, 32, 34, 0.3);
1755
- }
1756
- .filter-tag__component_ytc4u.filter-tag__checked_ytc4u:not(.filter-tag__component_ytc4u.filter-tag__disabled_ytc4u) {
1757
- background-color: #f3f4f5;
1758
- }
1759
- .filter-tag__component_ytc4u.filter-tag__checked_ytc4u:not(.filter-tag__component_ytc4u.filter-tag__disabled_ytc4u):hover {
1760
- background-color: #f3f4f5;
1761
- }
1762
- .filter-tag__component_ytc4u.filter-tag__checked_ytc4u:not(.filter-tag__component_ytc4u.filter-tag__disabled_ytc4u):active {
1763
- background-color: rgb(194, 195, 196);
1764
- }
1765
- .filter-tag__focused_ytc4u {
1766
- outline: 2px solid #0072ef;
1767
- }
1768
- .filter-tag__valueButton_ytc4u {
1769
- color: #fff;
1770
- background-color: #202022;
1771
- border-color: transparent
1772
- }
1773
- .filter-tag__valueButton_ytc4u:not(.filter-tag__valueButton_ytc4u:disabled):hover {
1774
- background-color: #202022;
1775
- border-color: transparent;
1776
- }
1777
- .filter-tag__valueButton_ytc4u:not(.filter-tag__valueButton_ytc4u:disabled):active {
1778
- background-color: rgb(65, 65, 67);
1779
- border-color: transparent;
1780
- }
1781
- .filter-tag__valueButton_ytc4u:disabled {
1782
- background-color: rgba(32, 32, 34, 0.3);
1783
- border-color: transparent;
1784
- color: #464649;
1785
- }
1786
- .filter-tag__valueButton_ytc4u.filter-tag__checked_ytc4u {
1787
- background-color: #f3f4f5;
1788
- color: #000
1789
- }
1790
- .filter-tag__valueButton_ytc4u.filter-tag__checked_ytc4u:not(.filter-tag__valueButton_ytc4u:disabled):hover {
1791
- background-color: #f3f4f5;
1792
- }
1793
- .filter-tag__valueButton_ytc4u.filter-tag__checked_ytc4u:not(.filter-tag__valueButton_ytc4u:disabled):active {
1794
- background-color: rgb(194, 195, 196);
1795
- }
1796
- .filter-tag__valueButton_ytc4u.filter-tag__checked_ytc4u:not(.filter-tag__valueButton_ytc4u:disabled):hover + .filter-tag__clear_ytc4u:before {
1797
- background-color: #464649;
1798
- }
1799
- .filter-tag__valueButton_ytc4u.filter-tag__checked_ytc4u:not(.filter-tag__valueButton_ytc4u:disabled):active + .filter-tag__clear_ytc4u:before {
1800
- background-color: transparent;
1801
- }
1802
- .filter-tag__valueButton_ytc4u.filter-tag__checked_ytc4u:disabled {
1803
- background-color: rgba(243, 244, 245, 0.3);
1804
- color: #000;
1805
- }
1806
- .filter-tag__clear_ytc4u {
1807
- background-color: #f3f4f5
1808
- }
1809
- .filter-tag__clear_ytc4u:before {
1810
- background-color: #464649;
1811
- }
1812
- .filter-tag__clear_ytc4u:hover:before {
1813
- background-color: #464649;
1814
- }
1815
- .filter-tag__clear_ytc4u:active:before {
1816
- background-color: transparent;
1817
- }
1818
- .filter-tag__clear_ytc4u:hover {
1819
- background-color: #f3f4f5;
1820
- }
1821
- .filter-tag__clear_ytc4u:active {
1822
- background-color: rgb(194, 195, 196);
1823
- }.file-upload-item__component_dvvwc {
1824
- color: #8d8d93;
1825
- box-shadow: 0 -1px 0 0 #2b2b2e inset
1826
- }
1827
- .file-upload-item__icon_dvvwc {
1828
- color: #fff;
1829
- }
1830
- .file-upload-item__errorIcon_dvvwc {
1831
- color: #d91d0b;
1832
- }
1833
- .file-upload-item__successIcon_dvvwc {
1834
- color: #2fc26e;
1835
- }
1836
- .file-upload-item__name_dvvwc {
1837
- color: #fff
1838
- }
1839
- .file-upload-item__errorWrapper_dvvwc {
1840
- color: #ef3124
1841
- }.toast-plate__component_1drfi {
1842
- color: #000;
1843
- background-color: #fff
1844
- }
1845
- .toast-plate__closeButtonWrapper_1drfi:before {
1846
- background-color: #e9e9eb;
1847
- }.bottom-sheet__modal_locb7 {
1848
- background-color: transparent;
1849
- }
1850
- .bottom-sheet__component_locb7 {
1851
- background: #121212;
1852
- }
1853
- .bottom-sheet__marker_locb7 {
1854
- background-color: #2a2a2c;
1855
- }
1856
- .bottom-sheet__content_locb7 {
1857
- color: #fff;
1858
- background-color: #121212;
1859
- }
1860
- .bottom-sheet__backer_enkfh {
1861
- color: #fff;
1862
- }
1863
- .bottom-sheet__button_enkfh {
1864
- background: rgba(255, 255, 255, 0.03);
1865
- }
1866
- .bottom-sheet__closer_16qay {
1867
- color: #fff;
1868
- }
1869
- .bottom-sheet__button_16qay {
1870
- background: rgba(255, 255, 255, 0.03);
1871
- }
1872
- .bottom-sheet__footer_1jeis {
1873
- background-color: #121212;
1874
- }
1875
- .bottom-sheet__highlighted_1jeis {
1876
- border-top: 1px solid #2b2b2e;
1877
- background-color: #121212;
1878
- }
1879
- .bottom-sheet__headerWrapper_1xtk3 {
1880
- background-color: #121212;
1881
- }
1882
- .bottom-sheet__highlighted_1xtk3 {
1883
- border-bottom: 1px solid #2b2b2e;
1884
- }
1885
-
1886
-
1887
-
1888
-
1889
-
1890
- .modal__button_o58x2 {
1891
- background: rgba(18, 18, 18, 0.4);
1892
- }
1893
-
1894
- .modal__sticky_1crjw {
1895
- background: #121212;
1896
- }
1897
- .modal__highlighted_1crjw {
1898
- background: #121212;
1899
- box-shadow: 0 -1px 0 0 #2b2b2e;
1900
- }
1901
-
1902
-
1903
-
1904
- .modal__highlighted_j94l7 {
1905
- background: #121212;
1906
- }
1907
- .modal__sticky_j94l7.modal__hasContent_j94l7 {
1908
- background: #121212;
1909
- }
1910
-
1911
-
1912
-
1913
-
1914
- .side-panel__button_l0sgf {
1915
- background: rgba(18, 18, 18, 0.4);
1916
- }
1917
-
1918
-
1919
-
1920
-
1921
- .side-panel__sticky_gb6do {
1922
- background: #121212;
1923
- }
1924
- .side-panel__highlighted_gb6do {
1925
- background: #121212;
1926
- box-shadow: 0 -1px 0 0 #2b2b2e;
1927
- }
1928
-
1929
-
1930
-
1931
- .side-panel__highlighted_c21c6 {
1932
- background: #121212;
1933
- }
1934
- .side-panel__sticky_c21c6.side-panel__hasContent_c21c6 {
1935
- background: #121212;
1936
- }
1937
- .slider-input__steps_jnl3y {
1938
- color: #8d8d93;
1939
- }
1940
- .slider-input__info_jnl3y {
1941
- color: #8d8d93;
1942
- }.with-suffix__hasSuffix_4a6m6 input:focus::placeholder {
1943
- color: transparent;
1944
- }
1945
- .with-suffix__disabled_4a6m6 {
1946
- color: #fff;
1947
- }.toast__toastPlate_14ey0 {
1948
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1949
- }
1950
- .toast__popoverInner_14ey0 {
1951
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1952
- background-color: transparent;
1953
- }.bank-card__component_9mky9 {
1954
- --form-control-bg-color: transparent;
1955
- --form-control-hover-bg-color: transparent;
1956
- --form-control-focus-bg-color: transparent;
1957
- }
1958
- .bank-card__label_9mky9 {
1959
- color: rgba(0, 0, 0, 0.6)
1960
- }
1961
- .bank-card__focused_9mky9 .bank-card__label_9mky9,
1962
- .bank-card__filled_9mky9 .bank-card__label_9mky9 {
1963
- color: #000
1964
- }
1965
- .bank-card__input_9mky9 {
1966
- color: #000;
1967
- caret-color: #000
1968
- }
1969
- .bank-card__bankLogo_9mky9 svg g {
1970
- fill: #000;
1971
- }
1972
- .bank-card__brandLogo_9mky9 svg {
1973
- fill: #000;
1974
- }
1975
- .bank-card__usePhoto_9mky9 {
1976
- background-color: transparent
1977
- }
1978
- .bank-card__usePhoto_9mky9 svg {
1979
- fill: #000;
1980
- }.tooltip__hint_qqxiz {
1981
- background-color: #fff;
1982
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
1983
- 0 8px 16px rgba(11, 31, 53, 0.16);
1984
- color: #000;
1985
- }
1986
- .tooltip__hint_qqxiz .tooltip__arrow_qqxiz:after {
1987
- background-color: #fff;
1988
- border-color: #fff;
1989
- }
1990
-
1991
- .tooltip__tooltip_1nk2c {
1992
- background-color: #fff;
1993
- color: #000;
1994
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
1995
- 0 8px 16px rgba(11, 31, 53, 0.16);
1996
- }
1997
- .tooltip__tooltip_1nk2c .tooltip__arrow_1nk2c:after {
1998
- background-color: #fff;
1999
- }
2000
- .tooltip__hint_1nk2c {
2001
- background-color: #121212;
2002
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2003
- color: #fff;
2004
- }
2005
- .tooltip__hint_1nk2c .tooltip__arrow_1nk2c:after {
2006
- background-color: #121212;
2007
- }
2008
- .amount-input__minorPartAndCurrency_1z0j1 {
2009
- color: #8d8d93;
2010
- }
2011
- .amount-input__filled_1mzre .amount-input__input_1mzre,
2012
- .amount-input__input_1mzre:focus {
2013
- -webkit-text-fill-color: transparent;
2014
- }
2015
- .amount-input__minorPartAndCurrency_1l7ay {
2016
- color: #8a8a8e;
2017
- }@media (min-width: 600px) {
2018
- }
2019
- .calendar__wrapper_1teqo {
2020
- background: #121212;
2021
- }
2022
- .calendar__calendar_1teqo th {
2023
- border-bottom: 1px solid #2b2b2e;
2024
- }
2025
- .calendar__dayNames_1teqo {
2026
- border-bottom: 1px solid #2b2b2e
2027
- }
2028
- .calendar__month_1teqo {
2029
- color: #fff;
2030
- }
2031
- .calendar__dayName_1teqo {
2032
- color: #8d8d93
2033
- }
2034
- .calendar__dayName_18nyw {
2035
- color: #8d8d93
2036
- }
2037
- .calendar__day_18nyw {
2038
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2039
- color: #fff
2040
- }
2041
- .calendar__day_18nyw.calendar__highlighted_18nyw,
2042
- .calendar__day_18nyw.calendar__range_18nyw.calendar__highlighted_18nyw:not(.calendar__disabled_18nyw) {
2043
- color: #fff;
2044
- background: #2a2a2c;
2045
- }
2046
- .calendar__day_18nyw.calendar__holiday_18nyw {
2047
- color: #ef3124;
2048
- }
2049
- .calendar__day_18nyw.calendar__disabled_18nyw {
2050
- color: #464649;
2051
- background: transparent;
2052
- }
2053
- .calendar__day_18nyw.calendar__today_18nyw {
2054
- color: #0072ef;
2055
- }
2056
- .calendar__day_18nyw.calendar__rangeComplete_18nyw {
2057
- background: #e8f2fe;
2058
- }
2059
- .calendar__day_18nyw.calendar__selected_18nyw,
2060
- .calendar__day_18nyw.calendar__disabled_18nyw.calendar__selected_18nyw {
2061
- color: #000;
2062
- background: #fff;
2063
- }
2064
- @media (hover) {
2065
- .calendar__day_18nyw.calendar__selected_18nyw:hover {
2066
- background: rgb(217, 217, 217);
2067
- }
2068
- }
2069
- .calendar__dayWrapper_18nyw {
2070
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
2071
- }
2072
- .calendar__range_18nyw .calendar__day_18nyw:not(.calendar__selected_18nyw):not(.calendar__disabled_18nyw):not(.calendar__today_18nyw):not(.calendar__holiday_18nyw) {
2073
- color: #fff;
2074
- }
2075
- .calendar__range_18nyw:before {
2076
- background: rgba(255, 255, 255, 0.1);
2077
- }
2078
- .calendar__rangeComplete_18nyw:before {
2079
- background: #e8f2fe;
2080
- }
2081
- .calendar__transitLeft_18nyw:after {
2082
- background: linear-gradient(
2083
- 270deg,
2084
- rgba(255, 255, 255, 0.1) 0%,
2085
- rgba(255, 255, 255, 0) 100%
2086
- );
2087
- }
2088
- .calendar__transitRight_18nyw:after {
2089
- background: linear-gradient(
2090
- 270deg,
2091
- rgba(255, 255, 255, 0) 0%,
2092
- rgba(255, 255, 255, 0.1) 100%
2093
- );
2094
- }
2095
- .calendar__rangeComplete_18nyw.calendar__transitLeft_18nyw:after {
2096
- background: linear-gradient(
2097
- 270deg,
2098
- #e8f2fe 0%,
2099
- rgba(255, 255, 255, 0) 100%
2100
- );
2101
- }
2102
- .calendar__rangeComplete_18nyw.calendar__transitRight_18nyw:after {
2103
- background: linear-gradient(
2104
- 270deg,
2105
- rgba(255, 255, 255, 0) 0%,
2106
- #e8f2fe 100%
2107
- );
2108
- }
2109
- .calendar__dot_18nyw {
2110
- background: #fff;
2111
- }
2112
- .calendar__selected_18nyw .calendar__dot_18nyw {
2113
- background: #000;
2114
- }
2115
-
2116
- @media (max-width: 374px) {
2117
- }
2118
- .cc-calendar .calendar__button_1p53j {
2119
- background-color: transparent
2120
- }
2121
- .cc-calendar .calendar__button_1p53j:not(:disabled):hover {
2122
- background-color: #2c2c2e;
2123
- color: #fff;
2124
- }
2125
- .cc-calendar .calendar__button_1p53j.calendar__filled_1p53j {
2126
- background-color: #2c2c2e
2127
- }
2128
- .cc-calendar .calendar__button_1p53j.calendar__filled_1p53j:not(:disabled):hover {
2129
- background-color: rgb(59, 59, 61);
2130
- }
2131
- .cc-calendar .calendar__button_1p53j.calendar__outlined_1p53j {
2132
- border: 1px solid #fff;
2133
- }
2134
- .cc-calendar .calendar__button_1p53j.calendar__selected_1p53j,
2135
- .cc-calendar .calendar__button_1p53j.calendar__selected_1p53j:disabled {
2136
- background-color: #fff;
2137
- color: #000
2138
- }
2139
- .cc-calendar .calendar__button_1p53j.calendar__selected_1p53j:not(:disabled):hover, .cc-calendar .calendar__button_1p53j.calendar__selected_1p53j:disabled:not(:disabled):hover {
2140
- background-color: #fff;
2141
- color: #000;
2142
- }
2143
- @media (max-width: 374px) {
2144
- }
2145
- .calendar__empty_ale6y {
2146
- color: #8d8d93;
2147
- }
2148
- .calendar__withShadow_1vsmo {
2149
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2150
- }.gallery__modal_rlm7s {
2151
- background: transparent;
2152
- }
2153
- .gallery__header_c2aff {
2154
- background-color: #e9e9eb;
2155
- }
2156
- .gallery__component_1i0tf {
2157
- border: 2px solid rgba(0, 0, 0, 0);
2158
- }
2159
- .gallery__active_1i0tf {
2160
- border-color: #000
2161
- }
2162
- .gallery__image_1i0tf {
2163
- background-color: #121212
2164
- }
2165
- .gallery__loading_1i0tf {
2166
- background-color: #e9eaeb;
2167
- }
2168
- .gallery__brokenImageWrapper_1i0tf {
2169
- background-color: #121212
2170
- }
2171
- .gallery__focused_1i0tf {
2172
- outline: 2px solid #0072ef;
2173
- }
2174
- .gallery__component_zsgyy {
2175
- background-color: #e9e9eb
2176
- }
2177
-
2178
- .gallery__component_143yt {
2179
- background-color: rgba(255, 255, 255, 0.5);
2180
- }
2181
- .gallery__slideLoading_143yt {
2182
- background-color: #e9eaeb;
2183
- }
2184
- .gallery__image_143yt {
2185
- background-color: #121212;
2186
- }
2187
- .gallery__smallImage_143yt {
2188
- background-color: #121212;
2189
- }
2190
- .gallery__arrow_143yt {
2191
- color: #000
2192
- }
2193
- .gallery__arrow_143yt:hover {
2194
- background-color: rgba(255, 255, 255, 0.1);
2195
- }
2196
- .gallery__arrow_143yt:active {
2197
- background-color: rgba(255, 255, 255, 0.2);
2198
- }
2199
- .gallery__focused_143yt {
2200
- outline: 2px solid #0072ef;
2201
- }
2202
- .gallery__placeholder_143yt {
2203
- background-color: #121212;
2204
- }
2205
- .gallery__fullScreenImage_143yt {
2206
- background-color: #121212;
2207
- }.select__arrow_hiyor {
2208
- color: #fff;
2209
- }
2210
- .select__popoverInner_7cfp1 {
2211
- background: transparent;
2212
- }
2213
- .select__optionsList_7cfp1 {
2214
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2215
- background: #121212;
2216
- }
2217
- .select__popoverInner_1whuf {
2218
- background: transparent;
2219
- }
2220
- .select__single_2mhaf {
2221
- background: #fff
2222
- }
2223
- .select__optgroup_1pc2f {
2224
- background: #121212
2225
- }
2226
- .select__label_1pc2f {
2227
- color: #8d8d93;
2228
- }
2229
- .select__option_qs2ss {
2230
- background: #121212;
2231
- color: #fff
2232
- }
2233
- .select__option_qs2ss:not(.select__disabled_qs2ss):active {
2234
- background: #2c2c2e;
2235
- color: #fff;
2236
- }
2237
- .select__option_qs2ss:before {
2238
- background: #2b2b2e;
2239
- }
2240
- .select__selected_qs2ss {
2241
- background: #121212;
2242
- color: #fff;
2243
- }
2244
- .select__highlighted_qs2ss {
2245
- background: #202022;
2246
- color: #fff
2247
- }
2248
- .select__disabled_qs2ss {
2249
- background: #121212;
2250
- color: #8d8d93;
2251
- }
2252
- .select__emptyPlaceholder_6o46z {
2253
- color: #8d8d93;
2254
- }
2255
- .select__placeholder_9mpf3 {
2256
- color: #8d8d93;
2257
- }
2258
- .select__focusVisible_9mpf3 {
2259
- outline: 2px solid #0072ef;
2260
- }
2261
- .select__virtualRow_k75zp:before {
2262
- background: #2b2b2e;
2263
- }
2264
- .select__emptyPlaceholder_k75zp {
2265
- color: #8d8d93;
2266
- }
2267
-
2268
-
2269
-
2270
- .select__emptyPlaceholder_qmwbp {
2271
- color: #8d8d93;
2272
- }
2273
- .select__footer_qmwbp {
2274
- background-color: #121212
2275
- }
2276
- .select__highlighted_qmwbp {
2277
- border-top: 1px solid #2b2b2e;
2278
- background-color: #121212;
2279
- }
2280
- .select__footer_1yfvr {
2281
- background: #121212
2282
- }
2283
- .select__withBorder_1yfvr {
2284
- box-shadow: inset 0 1px 0 #262629;
2285
- }.calendar-with-skeleton__skeleton_8h0x6 {
2286
- background-color: #121212;
2287
- }.calendar-input__calendarIcon_fv6s6 {
2288
- color: #fff
2289
- }.select-with-tags__tag_1d622:active:not(:disabled) {
2290
- background-color: #f3f4f5;
2291
- }
2292
- .select-with-tags__tag_1d622:hover:not(:disabled):not(:active) {
2293
- background-color: #f3f4f5;
2294
- }
2295
- .select-with-tags__input_9xg4q {
2296
- background-color: transparent;
2297
- color: #fff
2298
- }
2299
- .select-with-tags__input_9xg4q:disabled {
2300
- color: #8d8d93;
2301
- }
2302
- .select-with-tags__input_9xg4q::placeholder {
2303
- color: #8d8d93;
2304
- }
2305
- .select-with-tags__input_9xg4q:focus::placeholder {
2306
- color: #464649;
2307
- }
2308
- .select-with-tags__focusVisible_9xg4q {
2309
- outline: 2px solid #0072ef;
2310
- }
2311
- .select-with-tags__placeholder_9xg4q {
2312
- color: #464649;
2313
- }
2314
-
2315
- .input-autocomplete__placeholder_14ait {
2316
- color: #8d8d93;
2317
- }
2318
- .input-autocomplete__focusVisible_14ait {
2319
- outline: 2px solid #0072ef;
2320
- }
2321
- .intl-phone-input__flagIcon_11327 {
2322
- box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2323
- }
2324
- .intl-phone-input__dialCode_zidth {
2325
- color: #8d8d93;
2326
- }
2327
- .intl-phone-input__focusVisible_1kfdd {
2328
- outline: 2px solid #0072ef;
2329
- }.calendar-range__divider_1gr21:after {
2330
- background-color: #fff;
2331
- }.table__component_1m0yi {
2332
- border-top: 1px solid #2b2b2e;
2333
- }
2334
- .table__wrapper_1ebl7 {
2335
- background: #121212;
2336
- box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2337
- 0 2px 4px rgba(11, 31, 53, 0.16);
2338
- }
2339
-
2340
- .table__component_1jdl2 {
2341
- color: #fff;
2342
- border-top: 1px solid #2b2b2e;
2343
- }
2344
-
2345
- .table__component_1c2xr th:not(:last-child):not(:empty):after {
2346
- background-color: #2a2a2c;
2347
- }
2348
- .table__component_l80ui {
2349
- color: #fff;
2350
- border-bottom: 1px solid #2b2b2e;
2351
- background: #121212;
2352
- }
2353
- .table__sorted_l80ui {
2354
- color: #fff;
2355
- }
2356
- .table__component_93ivk {
2357
- background: #121212
2358
- }
2359
- .table__withoutBorder_93ivk {
2360
- }
2361
- .table__clickable_93ivk:hover {
2362
- background-color: #202022;
2363
- }
2364
- .table__selected_93ivk {
2365
- background-color: #f2f8ff
2366
- }
2367
- .table__selected_93ivk:hover {
2368
- background-color: #e8f2fe;
2369
- }
2370
- .table__icon_12boa {
2371
- color: #8d8d93
2372
- }
2373
- .table__icon_12boa:hover {
2374
- color: #fff;
2375
- }
2376
- .table__sorted_12boa {
2377
- color: #0072ef
2378
- }
2379
- .table__sorted_12boa:hover {
2380
- color: #0072ef;
2381
- }
2382
- .table__open_1if1p,
2383
- .table__open_1if1p:hover {
2384
- background-color: rgba(255, 255, 255, 0.163);
2385
- }
823
+ }