@alfalab/core-components 27.5.0-beta.2 → 27.6.1

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 (1691) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/esm/Component.js +1 -1
  3. package/alert/esm/index.css +4 -4
  4. package/alert/index.css +4 -4
  5. package/alert/modern/Component.js +1 -1
  6. package/alert/modern/index.css +4 -4
  7. package/amount/component.js +1 -1
  8. package/amount/esm/component.js +1 -1
  9. package/amount/esm/index.css +6 -6
  10. package/amount/esm/pure/component.js +1 -1
  11. package/amount/esm/pure/index.css +1 -1
  12. package/amount/index.css +6 -6
  13. package/amount/modern/component.js +1 -1
  14. package/amount/modern/index.css +6 -6
  15. package/amount/modern/pure/component.js +1 -1
  16. package/amount/modern/pure/index.css +1 -1
  17. package/amount/pure/component.js +1 -1
  18. package/amount/pure/index.css +1 -1
  19. package/amount-input/Component.js +3 -3
  20. package/amount-input/default.css +1 -1
  21. package/amount-input/esm/Component.js +3 -3
  22. package/amount-input/esm/default.css +1 -1
  23. package/amount-input/esm/index.css +6 -6
  24. package/amount-input/esm/inverted.css +1 -1
  25. package/amount-input/index.css +6 -6
  26. package/amount-input/inverted.css +1 -1
  27. package/amount-input/modern/Component.js +3 -3
  28. package/amount-input/modern/default.css +1 -1
  29. package/amount-input/modern/index.css +6 -6
  30. package/amount-input/modern/inverted.css +1 -1
  31. package/attach/Component.js +1 -1
  32. package/attach/esm/Component.js +1 -1
  33. package/attach/esm/index.css +26 -26
  34. package/attach/index.css +26 -26
  35. package/attach/modern/Component.js +1 -1
  36. package/attach/modern/index.css +26 -26
  37. package/backdrop/Component.js +1 -1
  38. package/backdrop/esm/Component.js +1 -1
  39. package/backdrop/esm/index.css +11 -11
  40. package/backdrop/index.css +11 -11
  41. package/backdrop/modern/Component.js +1 -1
  42. package/backdrop/modern/index.css +11 -11
  43. package/badge/Component.js +1 -1
  44. package/badge/esm/Component.js +1 -1
  45. package/badge/esm/index.css +37 -37
  46. package/badge/index.css +37 -37
  47. package/badge/modern/Component.js +1 -1
  48. package/badge/modern/index.css +37 -37
  49. package/bank-card/Component.js +1 -1
  50. package/bank-card/esm/Component.js +1 -1
  51. package/bank-card/esm/index.css +19 -19
  52. package/bank-card/index.css +19 -19
  53. package/bank-card/modern/Component.js +1 -1
  54. package/bank-card/modern/index.css +19 -19
  55. package/base-modal/Component.js +1 -1
  56. package/base-modal/esm/Component.js +1 -1
  57. package/base-modal/esm/index.css +12 -12
  58. package/base-modal/index.css +12 -12
  59. package/base-modal/modern/Component.js +1 -1
  60. package/base-modal/modern/index.css +12 -12
  61. package/bottom-sheet/{component-5306cb91.d.ts → component-aa742e3e.d.ts} +4 -0
  62. package/bottom-sheet/{component-5306cb91.js → component-aa742e3e.js} +25 -9
  63. package/bottom-sheet/component.js +2 -2
  64. package/bottom-sheet/components/backer/Component.js +2 -2
  65. package/bottom-sheet/components/backer/index.css +3 -3
  66. package/bottom-sheet/components/closer/Component.js +2 -2
  67. package/bottom-sheet/components/closer/index.css +3 -3
  68. package/bottom-sheet/components/footer/Component.js +1 -1
  69. package/bottom-sheet/components/footer/index.css +4 -4
  70. package/bottom-sheet/components/header/Component.js +2 -2
  71. package/bottom-sheet/components/header/index.css +16 -16
  72. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  73. package/bottom-sheet/{esm/component-f669f4e3.d.ts → cssm/component-42c27971.d.ts} +4 -0
  74. package/bottom-sheet/cssm/{component-d1b19e73.js → component-42c27971.js} +22 -6
  75. package/bottom-sheet/cssm/component.js +1 -1
  76. package/bottom-sheet/cssm/components/header/Component.js +1 -1
  77. package/bottom-sheet/cssm/index.d.ts +1 -1
  78. package/bottom-sheet/cssm/index.js +1 -1
  79. package/bottom-sheet/cssm/index.module.css +3 -0
  80. package/bottom-sheet/{cssm/component-d1b19e73.d.ts → esm/component-83277aa1.d.ts} +4 -0
  81. package/bottom-sheet/esm/{component-f669f4e3.js → component-83277aa1.js} +25 -9
  82. package/bottom-sheet/esm/component.js +2 -2
  83. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  84. package/bottom-sheet/esm/components/backer/index.css +3 -3
  85. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  86. package/bottom-sheet/esm/components/closer/index.css +3 -3
  87. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  88. package/bottom-sheet/esm/components/footer/index.css +4 -4
  89. package/bottom-sheet/esm/components/header/Component.js +2 -2
  90. package/bottom-sheet/esm/components/header/index.css +16 -16
  91. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  92. package/bottom-sheet/esm/index.css +18 -15
  93. package/bottom-sheet/esm/index.d.ts +1 -1
  94. package/bottom-sheet/esm/index.js +2 -2
  95. package/bottom-sheet/esm/{tslib.es6-bea4085b.d.ts → tslib.es6-f8efeb9a.d.ts} +0 -0
  96. package/bottom-sheet/esm/{tslib.es6-bea4085b.js → tslib.es6-f8efeb9a.js} +0 -0
  97. package/bottom-sheet/index.css +18 -15
  98. package/bottom-sheet/index.d.ts +1 -1
  99. package/bottom-sheet/index.js +2 -2
  100. package/bottom-sheet/modern/{component-ad83ac98.d.ts → component-7824b2e5.d.ts} +4 -0
  101. package/bottom-sheet/modern/{component-ad83ac98.js → component-7824b2e5.js} +21 -5
  102. package/bottom-sheet/modern/component.js +1 -1
  103. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  104. package/bottom-sheet/modern/components/backer/index.css +3 -3
  105. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  106. package/bottom-sheet/modern/components/closer/index.css +3 -3
  107. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  108. package/bottom-sheet/modern/components/footer/index.css +4 -4
  109. package/bottom-sheet/modern/components/header/Component.js +1 -1
  110. package/bottom-sheet/modern/components/header/index.css +16 -16
  111. package/bottom-sheet/modern/index.css +18 -15
  112. package/bottom-sheet/modern/index.d.ts +1 -1
  113. package/bottom-sheet/modern/index.js +1 -1
  114. package/bottom-sheet/{tslib.es6-f91bf751.d.ts → tslib.es6-1e074778.d.ts} +0 -0
  115. package/bottom-sheet/{tslib.es6-f91bf751.js → tslib.es6-1e074778.js} +0 -0
  116. package/button/Component.js +3 -3
  117. package/button/default.css +40 -40
  118. package/button/esm/Component.js +3 -3
  119. package/button/esm/default.css +40 -40
  120. package/button/esm/index.css +53 -53
  121. package/button/esm/inverted.css +40 -40
  122. package/button/index.css +53 -53
  123. package/button/inverted.css +40 -40
  124. package/button/modern/Component.js +3 -3
  125. package/button/modern/default.css +40 -40
  126. package/button/modern/index.css +53 -53
  127. package/button/modern/inverted.css +40 -40
  128. package/calendar/Component.js +2 -2
  129. package/calendar/components/days-table/Component.js +2 -2
  130. package/calendar/components/days-table/index.css +50 -50
  131. package/calendar/components/days-table/index.js +1 -1
  132. package/calendar/components/header/Component.js +1 -1
  133. package/calendar/components/header/index.css +2 -2
  134. package/calendar/components/month-year-header/Component.js +2 -2
  135. package/calendar/components/month-year-header/index.css +9 -9
  136. package/calendar/components/month-year-header/index.js +1 -1
  137. package/calendar/components/months-table/Component.js +2 -2
  138. package/calendar/components/months-table/index.css +8 -8
  139. package/calendar/components/months-table/index.js +1 -1
  140. package/calendar/components/period-slider/Component.js +1 -1
  141. package/calendar/components/period-slider/index.css +9 -9
  142. package/calendar/components/select-button/Component.js +2 -2
  143. package/calendar/components/select-button/index.css +9 -9
  144. package/calendar/components/select-button/index.js +1 -1
  145. package/calendar/components/years-table/Component.js +2 -2
  146. package/calendar/components/years-table/index.css +9 -9
  147. package/calendar/components/years-table/index.js +1 -1
  148. package/calendar/esm/Component.js +2 -2
  149. package/calendar/esm/components/days-table/Component.js +2 -2
  150. package/calendar/esm/components/days-table/index.css +50 -50
  151. package/calendar/esm/components/days-table/index.js +1 -1
  152. package/calendar/esm/components/header/Component.js +1 -1
  153. package/calendar/esm/components/header/index.css +2 -2
  154. package/calendar/esm/components/month-year-header/Component.js +2 -2
  155. package/calendar/esm/components/month-year-header/index.css +9 -9
  156. package/calendar/esm/components/month-year-header/index.js +1 -1
  157. package/calendar/esm/components/months-table/Component.js +2 -2
  158. package/calendar/esm/components/months-table/index.css +8 -8
  159. package/calendar/esm/components/months-table/index.js +1 -1
  160. package/calendar/esm/components/period-slider/Component.js +1 -1
  161. package/calendar/esm/components/period-slider/index.css +9 -9
  162. package/calendar/esm/components/select-button/Component.d.ts +1 -1
  163. package/calendar/esm/components/select-button/Component.js +2 -2
  164. package/calendar/esm/components/select-button/index.css +9 -9
  165. package/calendar/esm/components/select-button/index.js +1 -1
  166. package/calendar/esm/components/years-table/Component.js +2 -2
  167. package/calendar/esm/components/years-table/index.css +9 -9
  168. package/calendar/esm/components/years-table/index.js +1 -1
  169. package/calendar/esm/index.css +10 -10
  170. package/calendar/esm/index.js +1 -1
  171. package/calendar/esm/{tslib.es6-554eb53e.d.ts → tslib.es6-ad0b1368.d.ts} +0 -0
  172. package/calendar/esm/{tslib.es6-554eb53e.js → tslib.es6-ad0b1368.js} +0 -0
  173. package/calendar/index.css +10 -10
  174. package/calendar/index.js +1 -1
  175. package/calendar/modern/Component.js +1 -1
  176. package/calendar/modern/components/days-table/Component.js +1 -1
  177. package/calendar/modern/components/days-table/index.css +50 -50
  178. package/calendar/modern/components/header/Component.js +1 -1
  179. package/calendar/modern/components/header/index.css +2 -2
  180. package/calendar/modern/components/month-year-header/Component.js +1 -1
  181. package/calendar/modern/components/month-year-header/index.css +9 -9
  182. package/calendar/modern/components/months-table/Component.js +1 -1
  183. package/calendar/modern/components/months-table/index.css +8 -8
  184. package/calendar/modern/components/period-slider/Component.js +1 -1
  185. package/calendar/modern/components/period-slider/index.css +9 -9
  186. package/calendar/modern/components/select-button/Component.d.ts +1 -1
  187. package/calendar/modern/components/select-button/Component.js +1 -1
  188. package/calendar/modern/components/select-button/index.css +9 -9
  189. package/calendar/modern/components/years-table/Component.js +1 -1
  190. package/calendar/modern/components/years-table/index.css +9 -9
  191. package/calendar/modern/index.css +10 -10
  192. package/calendar/{tslib.es6-77e3a538.d.ts → tslib.es6-a25fafdd.d.ts} +0 -0
  193. package/calendar/{tslib.es6-77e3a538.js → tslib.es6-a25fafdd.js} +0 -0
  194. package/calendar-input/Component.d.ts +3 -3
  195. package/calendar-input/Component.js +1 -1
  196. package/calendar-input/esm/Component.js +1 -1
  197. package/calendar-input/esm/index.css +9 -9
  198. package/calendar-input/index.css +9 -9
  199. package/calendar-input/modern/Component.js +1 -1
  200. package/calendar-input/modern/index.css +9 -9
  201. package/calendar-range/Component.js +1 -1
  202. package/calendar-range/esm/Component.js +1 -1
  203. package/calendar-range/esm/index.js +1 -1
  204. package/calendar-range/esm/{index.module-3c348e5c.d.ts → index.module-d4ed5a81.d.ts} +0 -0
  205. package/calendar-range/esm/{index.module-3c348e5c.js → index.module-d4ed5a81.js} +1 -1
  206. package/calendar-range/esm/views/index.css +7 -7
  207. package/calendar-range/esm/views/popover.js +1 -1
  208. package/calendar-range/esm/views/static.js +1 -1
  209. package/calendar-range/index.js +1 -1
  210. package/calendar-range/{index.module-6a4b60a6.d.ts → index.module-4851c951.d.ts} +0 -0
  211. package/calendar-range/{index.module-6a4b60a6.js → index.module-4851c951.js} +1 -1
  212. package/calendar-range/modern/Component.js +1 -1
  213. package/calendar-range/modern/index.js +1 -1
  214. package/calendar-range/modern/index.module-79c4c362.js +4 -0
  215. package/calendar-range/modern/views/index.css +7 -7
  216. package/calendar-range/modern/views/popover.js +1 -1
  217. package/calendar-range/modern/views/static.js +1 -1
  218. package/calendar-range/utils.js +1 -3
  219. package/calendar-range/views/index.css +7 -7
  220. package/calendar-range/views/popover.js +1 -1
  221. package/calendar-range/views/static.js +1 -1
  222. package/calendar-with-skeleton/Component.js +1 -1
  223. package/calendar-with-skeleton/esm/Component.js +1 -1
  224. package/calendar-with-skeleton/esm/index.css +11 -11
  225. package/calendar-with-skeleton/index.css +11 -11
  226. package/calendar-with-skeleton/modern/Component.js +1 -1
  227. package/calendar-with-skeleton/modern/index.css +11 -11
  228. package/card-image/Component.js +1 -1
  229. package/card-image/esm/Component.js +1 -1
  230. package/card-image/esm/index.css +6 -6
  231. package/card-image/index.css +6 -6
  232. package/card-image/modern/Component.js +1 -1
  233. package/card-image/modern/index.css +6 -6
  234. package/cdn-icon/Component.js +1 -1
  235. package/cdn-icon/esm/Component.js +1 -1
  236. package/cdn-icon/esm/index.css +2 -2
  237. package/cdn-icon/index.css +2 -2
  238. package/cdn-icon/modern/Component.js +1 -1
  239. package/cdn-icon/modern/index.css +2 -2
  240. package/chart/Component.js +2 -2
  241. package/chart/components/Dot/index.css +7 -7
  242. package/chart/components/Dot/index.js +1 -1
  243. package/chart/components/Legends/index.css +7 -7
  244. package/chart/components/Legends/index.js +1 -1
  245. package/chart/components/Tick/index.css +3 -3
  246. package/chart/components/Tick/index.js +1 -1
  247. package/chart/components/TooltipContent/index.css +6 -6
  248. package/chart/components/TooltipContent/index.js +1 -1
  249. package/chart/esm/Component.js +2 -2
  250. package/chart/esm/components/Dot/index.css +7 -7
  251. package/chart/esm/components/Dot/index.js +1 -1
  252. package/chart/esm/components/Legends/index.css +7 -7
  253. package/chart/esm/components/Legends/index.js +1 -1
  254. package/chart/esm/components/Tick/index.css +3 -3
  255. package/chart/esm/components/Tick/index.js +1 -1
  256. package/chart/esm/components/TooltipContent/index.css +6 -6
  257. package/chart/esm/components/TooltipContent/index.js +1 -1
  258. package/chart/esm/hooks/useSettings/index.js +1 -1
  259. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  260. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  261. package/chart/esm/index.css +2 -2
  262. package/chart/esm/index.js +1 -1
  263. package/chart/esm/{tslib.es6-cfab7a81.d.ts → tslib.es6-78d392d8.d.ts} +0 -0
  264. package/chart/esm/{tslib.es6-cfab7a81.js → tslib.es6-78d392d8.js} +0 -0
  265. package/chart/hooks/useSettings/index.js +1 -1
  266. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  267. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  268. package/chart/index.css +2 -2
  269. package/chart/index.js +1 -1
  270. package/chart/modern/Component.js +1 -1
  271. package/chart/modern/components/Dot/index.css +7 -7
  272. package/chart/modern/components/Dot/index.js +1 -1
  273. package/chart/modern/components/Legends/index.css +7 -7
  274. package/chart/modern/components/Legends/index.js +1 -1
  275. package/chart/modern/components/Tick/index.css +3 -3
  276. package/chart/modern/components/Tick/index.js +1 -1
  277. package/chart/modern/components/TooltipContent/index.css +6 -6
  278. package/chart/modern/components/TooltipContent/index.js +1 -1
  279. package/chart/modern/index.css +2 -2
  280. package/chart/{tslib.es6-d1a95b2f.d.ts → tslib.es6-18708524.d.ts} +0 -0
  281. package/chart/{tslib.es6-d1a95b2f.js → tslib.es6-18708524.js} +0 -0
  282. package/checkbox/Component.js +1 -1
  283. package/checkbox/esm/Component.js +1 -1
  284. package/checkbox/esm/index.css +36 -36
  285. package/checkbox/index.css +36 -36
  286. package/checkbox/modern/Component.js +1 -1
  287. package/checkbox/modern/index.css +36 -36
  288. package/checkbox-group/Component.js +1 -1
  289. package/checkbox-group/esm/Component.js +1 -1
  290. package/checkbox-group/esm/index.css +16 -16
  291. package/checkbox-group/index.css +16 -16
  292. package/checkbox-group/modern/Component.js +1 -1
  293. package/checkbox-group/modern/index.css +16 -16
  294. package/circular-progress-bar/Component.js +1 -1
  295. package/circular-progress-bar/esm/Component.js +1 -1
  296. package/circular-progress-bar/esm/index.css +20 -20
  297. package/circular-progress-bar/index.css +20 -20
  298. package/circular-progress-bar/modern/Component.js +1 -1
  299. package/circular-progress-bar/modern/index.css +20 -20
  300. package/code-input/component.js +1 -1
  301. package/code-input/components/input/component.js +1 -1
  302. package/code-input/components/input/index.css +10 -10
  303. package/code-input/esm/component.js +1 -1
  304. package/code-input/esm/components/input/component.js +1 -1
  305. package/code-input/esm/components/input/index.css +10 -10
  306. package/code-input/esm/index.css +5 -5
  307. package/code-input/index.css +5 -5
  308. package/code-input/modern/component.js +1 -1
  309. package/code-input/modern/components/input/component.js +1 -1
  310. package/code-input/modern/components/input/index.css +10 -10
  311. package/code-input/modern/index.css +5 -5
  312. package/collapse/Component.js +1 -1
  313. package/collapse/esm/Component.js +1 -1
  314. package/collapse/esm/index.css +7 -7
  315. package/collapse/index.css +7 -7
  316. package/collapse/modern/Component.js +1 -1
  317. package/collapse/modern/index.css +7 -7
  318. package/confirmation/component.js +2 -2
  319. package/confirmation/components/countdown-loader/component.js +1 -1
  320. package/confirmation/components/countdown-loader/index.css +1 -1
  321. package/confirmation/components/index.js +1 -1
  322. package/confirmation/components/screens/fatal-error/component.js +1 -1
  323. package/confirmation/components/screens/fatal-error/index.css +2 -2
  324. package/confirmation/components/screens/hint/component.js +1 -1
  325. package/confirmation/components/screens/hint/index.css +12 -12
  326. package/confirmation/components/screens/index.js +1 -1
  327. package/confirmation/components/screens/initial/component.js +1 -1
  328. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  329. package/confirmation/components/screens/initial/index.css +15 -15
  330. package/confirmation/components/screens/initial/index.js +1 -1
  331. package/confirmation/components/screens/temp-block/component.js +1 -1
  332. package/confirmation/components/screens/temp-block/index.css +4 -4
  333. package/confirmation/{countdown-section-de5f6bfe.d.ts → countdown-section-1e36a187.d.ts} +0 -0
  334. package/confirmation/{countdown-section-de5f6bfe.js → countdown-section-1e36a187.js} +1 -1
  335. package/confirmation/esm/component.js +2 -2
  336. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  337. package/confirmation/esm/components/countdown-loader/index.css +1 -1
  338. package/confirmation/esm/components/index.js +1 -1
  339. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  340. package/confirmation/esm/components/screens/fatal-error/index.css +2 -2
  341. package/confirmation/esm/components/screens/hint/component.js +1 -1
  342. package/confirmation/esm/components/screens/hint/index.css +12 -12
  343. package/confirmation/esm/components/screens/index.js +1 -1
  344. package/confirmation/esm/components/screens/initial/component.js +1 -1
  345. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  346. package/confirmation/esm/components/screens/initial/index.css +15 -15
  347. package/confirmation/esm/components/screens/initial/index.js +1 -1
  348. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  349. package/confirmation/esm/components/screens/temp-block/index.css +4 -4
  350. package/confirmation/esm/{countdown-section-c74e57b5.d.ts → countdown-section-a9793fcf.d.ts} +0 -0
  351. package/confirmation/esm/{countdown-section-c74e57b5.js → countdown-section-a9793fcf.js} +1 -1
  352. package/confirmation/esm/index.css +2 -2
  353. package/confirmation/esm/index.js +1 -1
  354. package/confirmation/index.css +2 -2
  355. package/confirmation/index.js +1 -1
  356. package/confirmation/modern/component.js +2 -2
  357. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  358. package/confirmation/modern/components/countdown-loader/index.css +1 -1
  359. package/confirmation/modern/components/index.js +1 -1
  360. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  361. package/confirmation/modern/components/screens/fatal-error/index.css +2 -2
  362. package/confirmation/modern/components/screens/hint/component.js +1 -1
  363. package/confirmation/modern/components/screens/hint/index.css +12 -12
  364. package/confirmation/modern/components/screens/index.js +1 -1
  365. package/confirmation/modern/components/screens/initial/component.js +1 -1
  366. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  367. package/confirmation/modern/components/screens/initial/index.css +15 -15
  368. package/confirmation/modern/components/screens/initial/index.js +1 -1
  369. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  370. package/confirmation/modern/components/screens/temp-block/index.css +4 -4
  371. package/confirmation/modern/{countdown-section-5f57b728.d.ts → countdown-section-0cdfeacf.d.ts} +0 -0
  372. package/confirmation/modern/{countdown-section-5f57b728.js → countdown-section-0cdfeacf.js} +1 -1
  373. package/confirmation/modern/index.css +2 -2
  374. package/confirmation/modern/index.js +1 -1
  375. package/custom-button/Component.js +1 -1
  376. package/custom-button/esm/Component.js +1 -1
  377. package/custom-button/esm/index.css +11 -11
  378. package/custom-button/index.css +11 -11
  379. package/custom-button/modern/Component.js +1 -1
  380. package/custom-button/modern/index.css +11 -11
  381. package/date-input/Component.js +1 -1
  382. package/date-input/cssm/Component.d.ts +1 -1
  383. package/date-input/esm/Component.js +1 -1
  384. package/date-input/esm/index.css +3 -3
  385. package/date-input/index.css +3 -3
  386. package/date-input/modern/Component.js +1 -1
  387. package/date-input/modern/index.css +3 -3
  388. package/divider/Component.js +1 -1
  389. package/divider/esm/Component.js +1 -1
  390. package/divider/esm/index.css +1 -1
  391. package/divider/index.css +1 -1
  392. package/divider/modern/Component.js +1 -1
  393. package/divider/modern/index.css +1 -1
  394. package/drawer/Component.js +1 -1
  395. package/drawer/esm/Component.js +1 -1
  396. package/drawer/esm/index.css +16 -16
  397. package/drawer/index.css +16 -16
  398. package/drawer/modern/Component.js +1 -1
  399. package/drawer/modern/index.css +16 -16
  400. package/dropzone/Component.js +1 -1
  401. package/dropzone/components/overlay/Component.js +1 -1
  402. package/dropzone/components/overlay/index.css +3 -3
  403. package/dropzone/esm/Component.js +1 -1
  404. package/dropzone/esm/components/overlay/Component.js +1 -1
  405. package/dropzone/esm/components/overlay/index.css +3 -3
  406. package/dropzone/esm/index.css +6 -6
  407. package/dropzone/index.css +6 -6
  408. package/dropzone/modern/Component.js +1 -1
  409. package/dropzone/modern/components/overlay/Component.js +1 -1
  410. package/dropzone/modern/components/overlay/index.css +3 -3
  411. package/dropzone/modern/index.css +6 -6
  412. package/file-upload-item/Component.js +1 -1
  413. package/file-upload-item/esm/Component.js +1 -1
  414. package/file-upload-item/esm/index.css +22 -22
  415. package/file-upload-item/index.css +22 -22
  416. package/file-upload-item/modern/Component.js +1 -1
  417. package/file-upload-item/modern/index.css +22 -22
  418. package/filter-tag/Component.js +1 -1
  419. package/filter-tag/esm/Component.js +1 -1
  420. package/filter-tag/esm/index.css +56 -56
  421. package/filter-tag/index.css +56 -56
  422. package/filter-tag/modern/Component.js +1 -1
  423. package/filter-tag/modern/index.css +56 -56
  424. package/form-control/Component.js +3 -3
  425. package/form-control/default.css +14 -14
  426. package/form-control/esm/Component.js +3 -3
  427. package/form-control/esm/default.css +14 -14
  428. package/form-control/esm/index.css +41 -41
  429. package/form-control/esm/inverted.css +14 -14
  430. package/form-control/index.css +41 -41
  431. package/form-control/inverted.css +14 -14
  432. package/form-control/modern/Component.js +3 -3
  433. package/form-control/modern/default.css +14 -14
  434. package/form-control/modern/index.css +41 -41
  435. package/form-control/modern/inverted.css +14 -14
  436. package/gallery/Component.js +3 -3
  437. package/gallery/components/header/Component.js +2 -2
  438. package/gallery/components/header/buttons.js +1 -1
  439. package/gallery/components/header/index.css +3 -3
  440. package/gallery/components/header/index.js +1 -1
  441. package/gallery/components/header-info-block/Component.js +1 -1
  442. package/gallery/components/header-info-block/index.css +5 -5
  443. package/gallery/components/image-preview/Component.js +1 -1
  444. package/gallery/components/image-preview/index.css +12 -12
  445. package/gallery/components/image-viewer/component.js +3 -3
  446. package/gallery/components/image-viewer/index.css +19 -19
  447. package/gallery/components/image-viewer/index.js +2 -2
  448. package/gallery/components/image-viewer/slide.js +1 -1
  449. package/gallery/components/index.js +2 -2
  450. package/gallery/components/navigation-bar/Component.js +1 -1
  451. package/gallery/components/navigation-bar/index.css +6 -6
  452. package/gallery/cssm/components/image-viewer/component.js +1 -1
  453. package/gallery/cssm/index.module.css +0 -1
  454. package/gallery/esm/Component.js +3 -3
  455. package/gallery/esm/components/header/Component.js +2 -2
  456. package/gallery/esm/components/header/buttons.js +1 -1
  457. package/gallery/esm/components/header/index.css +3 -3
  458. package/gallery/esm/components/header/index.js +1 -1
  459. package/gallery/esm/components/header-info-block/Component.js +1 -1
  460. package/gallery/esm/components/header-info-block/index.css +5 -5
  461. package/gallery/esm/components/image-preview/Component.js +1 -1
  462. package/gallery/esm/components/image-preview/index.css +12 -12
  463. package/gallery/esm/components/image-viewer/component.js +3 -3
  464. package/gallery/esm/components/image-viewer/index.css +19 -19
  465. package/gallery/esm/components/image-viewer/index.js +2 -2
  466. package/gallery/esm/components/image-viewer/slide.js +1 -1
  467. package/gallery/esm/components/index.js +2 -2
  468. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  469. package/gallery/esm/components/navigation-bar/index.css +6 -6
  470. package/gallery/esm/index.css +3 -4
  471. package/gallery/esm/index.js +2 -2
  472. package/gallery/esm/{slide-3ba91942.d.ts → slide-760ea453.d.ts} +0 -0
  473. package/gallery/esm/{slide-3ba91942.js → slide-760ea453.js} +1 -1
  474. package/gallery/esm/{tslib.es6-4b0559b9.d.ts → tslib.es6-36e0df53.d.ts} +0 -0
  475. package/gallery/esm/{tslib.es6-4b0559b9.js → tslib.es6-36e0df53.js} +0 -0
  476. package/gallery/index.css +3 -4
  477. package/gallery/index.js +2 -2
  478. package/gallery/modern/Component.js +2 -2
  479. package/gallery/modern/components/header/Component.js +1 -1
  480. package/gallery/modern/components/header/index.css +3 -3
  481. package/gallery/modern/components/header-info-block/Component.js +1 -1
  482. package/gallery/modern/components/header-info-block/index.css +5 -5
  483. package/gallery/modern/components/image-preview/Component.js +1 -1
  484. package/gallery/modern/components/image-preview/index.css +12 -12
  485. package/gallery/modern/components/image-viewer/component.js +2 -2
  486. package/gallery/modern/components/image-viewer/index.css +19 -19
  487. package/gallery/modern/components/image-viewer/index.js +1 -1
  488. package/gallery/modern/components/image-viewer/slide.js +1 -1
  489. package/gallery/modern/components/index.js +1 -1
  490. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  491. package/gallery/modern/components/navigation-bar/index.css +6 -6
  492. package/gallery/modern/index.css +3 -4
  493. package/gallery/modern/index.js +1 -1
  494. package/gallery/modern/{slide-865cf04c.d.ts → slide-e5af8f3a.d.ts} +0 -0
  495. package/gallery/modern/{slide-865cf04c.js → slide-e5af8f3a.js} +1 -1
  496. package/gallery/{slide-febfc588.d.ts → slide-69da2895.d.ts} +0 -0
  497. package/gallery/{slide-febfc588.js → slide-69da2895.js} +1 -1
  498. package/gallery/{tslib.es6-9c472b66.d.ts → tslib.es6-03fe520d.d.ts} +0 -0
  499. package/gallery/{tslib.es6-9c472b66.js → tslib.es6-03fe520d.js} +0 -0
  500. package/grid/Component.js +1 -1
  501. package/grid/col/Component.js +2 -2
  502. package/grid/col/index.css +511 -511
  503. package/grid/col/index.js +1 -1
  504. package/grid/esm/Component.js +1 -1
  505. package/grid/esm/col/Component.js +2 -2
  506. package/grid/esm/col/index.css +511 -511
  507. package/grid/esm/col/index.js +1 -1
  508. package/grid/esm/gutters.css +78 -78
  509. package/grid/esm/{gutters.module-d481eab7.d.ts → gutters.module-c04af441.d.ts} +0 -0
  510. package/grid/esm/gutters.module-c04af441.js +27 -0
  511. package/grid/esm/index.js +1 -1
  512. package/grid/esm/row/Component.js +2 -2
  513. package/grid/esm/row/index.css +9 -9
  514. package/grid/esm/row/index.js +1 -1
  515. package/grid/gutters.css +78 -78
  516. package/grid/{gutters.module-6cf62fc7.d.ts → gutters.module-8ada0bfd.d.ts} +0 -0
  517. package/grid/gutters.module-8ada0bfd.js +28 -0
  518. package/grid/index.js +1 -1
  519. package/grid/modern/Component.js +1 -1
  520. package/grid/modern/col/Component.js +2 -2
  521. package/grid/modern/col/index.css +511 -511
  522. package/grid/modern/col/index.js +1 -1
  523. package/grid/modern/gutters.css +78 -78
  524. package/grid/modern/gutters.module-7c975907.js +4 -0
  525. package/grid/modern/index.js +1 -1
  526. package/grid/modern/row/Component.js +2 -2
  527. package/grid/modern/row/index.css +9 -9
  528. package/grid/modern/row/index.js +1 -1
  529. package/grid/row/Component.js +2 -2
  530. package/grid/row/index.css +9 -9
  531. package/grid/row/index.js +1 -1
  532. package/hatching-progress-bar/Component.js +1 -1
  533. package/hatching-progress-bar/esm/Component.js +1 -1
  534. package/hatching-progress-bar/esm/index.css +11 -11
  535. package/hatching-progress-bar/index.css +11 -11
  536. package/hatching-progress-bar/modern/Component.js +1 -1
  537. package/hatching-progress-bar/modern/index.css +11 -11
  538. package/icon-button/Component.js +3 -3
  539. package/icon-button/default.css +19 -19
  540. package/icon-button/esm/Component.js +3 -3
  541. package/icon-button/esm/default.css +19 -19
  542. package/icon-button/esm/index.css +5 -5
  543. package/icon-button/esm/inverted.css +15 -15
  544. package/icon-button/index.css +5 -5
  545. package/icon-button/inverted.css +15 -15
  546. package/icon-button/modern/Component.js +3 -3
  547. package/icon-button/modern/default.css +19 -19
  548. package/icon-button/modern/index.css +5 -5
  549. package/icon-button/modern/inverted.css +15 -15
  550. package/icon-view/circle.js +1 -1
  551. package/icon-view/components/base-shape/component.js +1 -1
  552. package/icon-view/components/base-shape/index.css +28 -28
  553. package/icon-view/components/circle/component.js +1 -1
  554. package/icon-view/components/circle/index.js +1 -1
  555. package/icon-view/components/index.js +1 -1
  556. package/icon-view/components/super-ellipse/component.js +1 -1
  557. package/icon-view/components/super-ellipse/index.js +1 -1
  558. package/icon-view/esm/circle.js +1 -1
  559. package/icon-view/esm/components/base-shape/component.js +1 -1
  560. package/icon-view/esm/components/base-shape/index.css +28 -28
  561. package/icon-view/esm/components/circle/component.js +1 -1
  562. package/icon-view/esm/components/circle/index.js +1 -1
  563. package/icon-view/esm/components/index.js +1 -1
  564. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  565. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  566. package/icon-view/esm/super-ellipse.js +1 -1
  567. package/icon-view/esm/{tslib.es6-5384b801.d.ts → tslib.es6-596794eb.d.ts} +0 -0
  568. package/icon-view/esm/{tslib.es6-5384b801.js → tslib.es6-596794eb.js} +0 -0
  569. package/icon-view/modern/components/base-shape/component.js +1 -1
  570. package/icon-view/modern/components/base-shape/index.css +28 -28
  571. package/icon-view/super-ellipse.js +1 -1
  572. package/icon-view/{tslib.es6-8094a52b.d.ts → tslib.es6-6c6ec875.d.ts} +0 -0
  573. package/icon-view/{tslib.es6-8094a52b.js → tslib.es6-6c6ec875.js} +0 -0
  574. package/input/Component.js +3 -3
  575. package/input/default.css +12 -12
  576. package/input/esm/Component.js +3 -3
  577. package/input/esm/default.css +12 -12
  578. package/input/esm/index.css +30 -30
  579. package/input/esm/inverted.css +12 -12
  580. package/input/index.css +30 -30
  581. package/input/inverted.css +12 -12
  582. package/input/modern/Component.js +3 -3
  583. package/input/modern/default.css +12 -12
  584. package/input/modern/index.css +30 -30
  585. package/input/modern/inverted.css +12 -12
  586. package/input-autocomplete/{Component-72f8f6ed.d.ts → Component-0cb3b0ca.d.ts} +0 -0
  587. package/input-autocomplete/{Component-72f8f6ed.js → Component-0cb3b0ca.js} +1 -1
  588. package/input-autocomplete/Component.js +1 -1
  589. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  590. package/input-autocomplete/autocomplete-field/index.css +2 -2
  591. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  592. package/input-autocomplete/autocomplete-field/index.js +1 -1
  593. package/input-autocomplete/esm/{Component-045b7e76.d.ts → Component-872d9dda.d.ts} +0 -0
  594. package/input-autocomplete/esm/{Component-045b7e76.js → Component-872d9dda.js} +1 -1
  595. package/input-autocomplete/esm/Component.js +1 -1
  596. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  597. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  598. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  599. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  600. package/input-autocomplete/esm/index.js +1 -1
  601. package/input-autocomplete/index.js +1 -1
  602. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  603. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  604. package/intl-phone-input/{component-d3f3fb37.d.ts → component-c9f5be7b.d.ts} +0 -0
  605. package/intl-phone-input/{component-d3f3fb37.js → component-c9f5be7b.js} +1 -1
  606. package/intl-phone-input/component.d.ts +1 -1
  607. package/intl-phone-input/component.js +3 -3
  608. package/intl-phone-input/components/flag-icon/component.js +1 -1
  609. package/intl-phone-input/components/flag-icon/index.css +261 -261
  610. package/intl-phone-input/components/index.js +1 -1
  611. package/intl-phone-input/components/select/component.js +2 -2
  612. package/intl-phone-input/components/select/index.css +6 -6
  613. package/intl-phone-input/components/select/index.js +1 -1
  614. package/intl-phone-input/components/select-field/component.js +1 -1
  615. package/intl-phone-input/components/select-field/index.css +8 -8
  616. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  617. package/intl-phone-input/components/select-field/index.js +1 -1
  618. package/intl-phone-input/esm/{component-ef1434b1.d.ts → component-d67c2ccd.d.ts} +0 -0
  619. package/intl-phone-input/esm/{component-ef1434b1.js → component-d67c2ccd.js} +1 -1
  620. package/intl-phone-input/esm/component.js +3 -3
  621. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  622. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  623. package/intl-phone-input/esm/components/index.js +1 -1
  624. package/intl-phone-input/esm/components/select/component.js +2 -2
  625. package/intl-phone-input/esm/components/select/index.css +6 -6
  626. package/intl-phone-input/esm/components/select/index.js +1 -1
  627. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  628. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  629. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  630. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  631. package/intl-phone-input/esm/index.css +3 -3
  632. package/intl-phone-input/esm/index.js +1 -1
  633. package/intl-phone-input/esm/{libphonenumber-js.min-61838ac7.d.ts → libphonenumber-js.min-89c6c2c3.d.ts} +0 -0
  634. package/intl-phone-input/esm/{libphonenumber-js.min-61838ac7.js → libphonenumber-js.min-89c6c2c3.js} +0 -0
  635. package/intl-phone-input/index.css +3 -3
  636. package/intl-phone-input/index.js +1 -1
  637. package/intl-phone-input/{libphonenumber-js.min-c58dc584.d.ts → libphonenumber-js.min-39420b96.d.ts} +0 -0
  638. package/intl-phone-input/{libphonenumber-js.min-c58dc584.js → libphonenumber-js.min-39420b96.js} +0 -0
  639. package/intl-phone-input/modern/component.js +2 -2
  640. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  641. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  642. package/intl-phone-input/modern/components/select/component.js +1 -1
  643. package/intl-phone-input/modern/components/select/index.css +6 -6
  644. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  645. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  646. package/intl-phone-input/modern/index.css +3 -3
  647. package/intl-phone-input/modern/{libphonenumber-js.min-61838ac7.d.ts → libphonenumber-js.min-89c6c2c3.d.ts} +0 -0
  648. package/intl-phone-input/modern/{libphonenumber-js.min-61838ac7.js → libphonenumber-js.min-89c6c2c3.js} +0 -0
  649. package/link/Component.js +3 -3
  650. package/link/default.css +9 -9
  651. package/link/esm/Component.js +3 -3
  652. package/link/esm/default.css +9 -9
  653. package/link/esm/index.css +11 -11
  654. package/link/esm/inverted.css +9 -9
  655. package/link/index.css +11 -11
  656. package/link/inverted.css +9 -9
  657. package/link/modern/Component.js +3 -3
  658. package/link/modern/default.css +9 -9
  659. package/link/modern/index.css +11 -11
  660. package/link/modern/inverted.css +9 -9
  661. package/list/Component.js +1 -1
  662. package/list/esm/Component.js +1 -1
  663. package/list/esm/index.css +9 -9
  664. package/list/index.css +9 -9
  665. package/list/modern/Component.js +1 -1
  666. package/list/modern/index.css +9 -9
  667. package/list-header/Component.js +1 -1
  668. package/list-header/esm/Component.js +1 -1
  669. package/list-header/esm/index.css +3 -3
  670. package/list-header/index.css +3 -3
  671. package/list-header/modern/Component.js +1 -1
  672. package/list-header/modern/index.css +3 -3
  673. package/loader/Component.js +1 -1
  674. package/loader/esm/Component.js +1 -1
  675. package/loader/esm/index.css +7 -7
  676. package/loader/index.css +7 -7
  677. package/loader/modern/Component.js +1 -1
  678. package/loader/modern/index.css +7 -7
  679. package/masked-input/Component.js +1 -1
  680. package/masked-input/esm/Component.js +1 -1
  681. package/masked-input/esm/index.css +1 -1
  682. package/masked-input/index.css +1 -1
  683. package/masked-input/modern/Component.js +1 -1
  684. package/masked-input/modern/index.css +1 -1
  685. package/modal/Component.desktop.js +3 -3
  686. package/modal/Component.mobile.js +3 -3
  687. package/modal/Component.responsive.d.ts +1 -1
  688. package/modal/Component.responsive.js +2 -2
  689. package/modal/components/closer/Component.js +2 -2
  690. package/modal/components/closer/index.css +3 -3
  691. package/modal/components/content/Component.desktop.js +2 -2
  692. package/modal/components/content/Component.js +1 -1
  693. package/modal/components/content/Component.mobile.js +2 -2
  694. package/modal/components/content/desktop.css +7 -7
  695. package/modal/components/content/index.css +2 -2
  696. package/modal/components/content/mobile.css +2 -2
  697. package/modal/components/footer/Component.desktop.js +2 -2
  698. package/modal/components/footer/Component.js +2 -2
  699. package/modal/components/footer/Component.mobile.js +2 -2
  700. package/modal/components/footer/desktop.css +8 -8
  701. package/modal/components/footer/index.css +3 -3
  702. package/modal/components/footer/layout.css +24 -24
  703. package/modal/components/footer/mobile.css +2 -2
  704. package/modal/components/header/Component.desktop.js +2 -2
  705. package/modal/components/header/Component.js +1 -1
  706. package/modal/components/header/Component.mobile.js +2 -2
  707. package/modal/components/header/desktop.css +16 -16
  708. package/modal/components/header/index.css +14 -14
  709. package/modal/components/header/mobile.css +2 -2
  710. package/modal/desktop.css +8 -8
  711. package/modal/desktop.js +2 -2
  712. package/modal/esm/Component.desktop.js +3 -3
  713. package/modal/esm/Component.mobile.js +3 -3
  714. package/modal/esm/Component.responsive.js +2 -2
  715. package/modal/esm/components/closer/Component.js +2 -2
  716. package/modal/esm/components/closer/index.css +3 -3
  717. package/modal/esm/components/content/Component.desktop.js +2 -2
  718. package/modal/esm/components/content/Component.js +1 -1
  719. package/modal/esm/components/content/Component.mobile.js +2 -2
  720. package/modal/esm/components/content/desktop.css +7 -7
  721. package/modal/esm/components/content/index.css +2 -2
  722. package/modal/esm/components/content/mobile.css +2 -2
  723. package/modal/esm/components/footer/Component.desktop.js +2 -2
  724. package/modal/esm/components/footer/Component.js +2 -2
  725. package/modal/esm/components/footer/Component.mobile.js +2 -2
  726. package/modal/esm/components/footer/desktop.css +8 -8
  727. package/modal/esm/components/footer/index.css +3 -3
  728. package/modal/esm/components/footer/layout.css +24 -24
  729. package/modal/esm/components/footer/mobile.css +2 -2
  730. package/modal/esm/components/header/Component.desktop.js +2 -2
  731. package/modal/esm/components/header/Component.js +1 -1
  732. package/modal/esm/components/header/Component.mobile.js +2 -2
  733. package/modal/esm/components/header/desktop.css +16 -16
  734. package/modal/esm/components/header/index.css +14 -14
  735. package/modal/esm/components/header/mobile.css +2 -2
  736. package/modal/esm/desktop.css +8 -8
  737. package/modal/esm/desktop.js +2 -2
  738. package/modal/esm/index.js +2 -2
  739. package/modal/esm/mobile.css +1 -1
  740. package/modal/esm/mobile.js +2 -2
  741. package/modal/esm/responsive.js +2 -2
  742. package/modal/esm/transitions.css +7 -7
  743. package/modal/esm/transitions.module-77be06ac.js +4 -0
  744. package/modal/esm/{tslib.es6-aaa10082.d.ts → tslib.es6-ef748871.d.ts} +0 -0
  745. package/modal/esm/{tslib.es6-aaa10082.js → tslib.es6-ef748871.js} +0 -0
  746. package/modal/index.js +2 -2
  747. package/modal/mobile.css +1 -1
  748. package/modal/mobile.js +2 -2
  749. package/modal/modern/Component.desktop.js +2 -2
  750. package/modal/modern/Component.mobile.js +2 -2
  751. package/modal/modern/Component.responsive.js +1 -1
  752. package/modal/modern/components/closer/Component.js +1 -1
  753. package/modal/modern/components/closer/index.css +3 -3
  754. package/modal/modern/components/content/Component.desktop.js +1 -1
  755. package/modal/modern/components/content/Component.js +1 -1
  756. package/modal/modern/components/content/Component.mobile.js +1 -1
  757. package/modal/modern/components/content/desktop.css +7 -7
  758. package/modal/modern/components/content/index.css +2 -2
  759. package/modal/modern/components/content/mobile.css +2 -2
  760. package/modal/modern/components/footer/Component.desktop.js +1 -1
  761. package/modal/modern/components/footer/Component.js +2 -2
  762. package/modal/modern/components/footer/Component.mobile.js +1 -1
  763. package/modal/modern/components/footer/desktop.css +8 -8
  764. package/modal/modern/components/footer/index.css +3 -3
  765. package/modal/modern/components/footer/layout.css +24 -24
  766. package/modal/modern/components/footer/mobile.css +2 -2
  767. package/modal/modern/components/header/Component.desktop.js +1 -1
  768. package/modal/modern/components/header/Component.js +1 -1
  769. package/modal/modern/components/header/Component.mobile.js +1 -1
  770. package/modal/modern/components/header/desktop.css +16 -16
  771. package/modal/modern/components/header/index.css +14 -14
  772. package/modal/modern/components/header/mobile.css +2 -2
  773. package/modal/modern/desktop.css +8 -8
  774. package/modal/modern/desktop.js +1 -1
  775. package/modal/modern/index.js +1 -1
  776. package/modal/modern/mobile.css +1 -1
  777. package/modal/modern/mobile.js +1 -1
  778. package/modal/modern/responsive.js +1 -1
  779. package/modal/modern/transitions.css +7 -7
  780. package/modal/modern/transitions.module-77be06ac.js +4 -0
  781. package/modal/responsive.js +2 -2
  782. package/modal/transitions.css +7 -7
  783. package/modal/transitions.module-74d22dd0.js +4 -0
  784. package/modal/{tslib.es6-83f33eca.d.ts → tslib.es6-dac31e67.d.ts} +0 -0
  785. package/modal/{tslib.es6-83f33eca.js → tslib.es6-dac31e67.js} +0 -0
  786. package/notification/Component.js +1 -1
  787. package/notification/esm/Component.js +1 -1
  788. package/notification/esm/index.css +7 -7
  789. package/notification/index.css +7 -7
  790. package/notification/modern/Component.js +1 -1
  791. package/notification/modern/index.css +7 -7
  792. package/notification-manager/{component-fbadf741.d.ts → component-583b4231.d.ts} +0 -0
  793. package/notification-manager/{component-fbadf741.js → component-583b4231.js} +0 -0
  794. package/notification-manager/component.js +2 -2
  795. package/notification-manager/components/index.js +1 -1
  796. package/notification-manager/components/notification/component.js +1 -1
  797. package/notification-manager/components/notification/index.d.ts +1 -1
  798. package/notification-manager/components/notification/index.js +1 -1
  799. package/notification-manager/esm/{component-c09bd0d5.d.ts → component-7a44a85c.d.ts} +0 -0
  800. package/notification-manager/esm/{component-c09bd0d5.js → component-7a44a85c.js} +0 -0
  801. package/notification-manager/esm/component.js +2 -2
  802. package/notification-manager/esm/components/index.js +1 -1
  803. package/notification-manager/esm/components/notification/component.js +1 -1
  804. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  805. package/notification-manager/esm/components/notification/index.js +1 -1
  806. package/notification-manager/esm/index.css +10 -10
  807. package/notification-manager/esm/index.js +1 -1
  808. package/notification-manager/index.css +10 -10
  809. package/notification-manager/index.js +1 -1
  810. package/notification-manager/modern/component.js +1 -1
  811. package/notification-manager/modern/index.css +10 -10
  812. package/package.json +1 -1
  813. package/pagination/Component.js +1 -1
  814. package/pagination/components/default-view/index.css +1 -1
  815. package/pagination/components/default-view/index.js +1 -1
  816. package/pagination/components/per-page-view/index.css +1 -1
  817. package/pagination/components/per-page-view/index.js +1 -1
  818. package/pagination/components/tag/index.css +7 -7
  819. package/pagination/components/tag/index.js +1 -1
  820. package/pagination/esm/Component.js +1 -1
  821. package/pagination/esm/components/default-view/index.css +1 -1
  822. package/pagination/esm/components/default-view/index.js +1 -1
  823. package/pagination/esm/components/per-page-view/index.css +1 -1
  824. package/pagination/esm/components/per-page-view/index.js +1 -1
  825. package/pagination/esm/components/tag/index.css +7 -7
  826. package/pagination/esm/components/tag/index.js +1 -1
  827. package/pagination/esm/index.css +3 -3
  828. package/pagination/index.css +3 -3
  829. package/pagination/modern/Component.js +1 -1
  830. package/pagination/modern/components/default-view/index.css +1 -1
  831. package/pagination/modern/components/default-view/index.js +1 -1
  832. package/pagination/modern/components/per-page-view/index.css +1 -1
  833. package/pagination/modern/components/per-page-view/index.js +1 -1
  834. package/pagination/modern/components/tag/index.css +7 -7
  835. package/pagination/modern/components/tag/index.js +1 -1
  836. package/pagination/modern/index.css +3 -3
  837. package/password-input/component.js +1 -1
  838. package/password-input/esm/component.js +1 -1
  839. package/password-input/esm/index.css +4 -4
  840. package/password-input/index.css +4 -4
  841. package/password-input/modern/component.js +1 -1
  842. package/password-input/modern/index.css +4 -4
  843. package/picker-button/Component.js +2 -2
  844. package/picker-button/esm/Component.js +2 -2
  845. package/picker-button/esm/field/Component.js +2 -2
  846. package/picker-button/esm/field/index.css +3 -3
  847. package/picker-button/esm/field/index.js +1 -1
  848. package/picker-button/esm/index.css +6 -6
  849. package/picker-button/esm/index.js +1 -1
  850. package/picker-button/esm/option/Component.js +2 -2
  851. package/picker-button/esm/option/index.css +4 -4
  852. package/picker-button/esm/option/index.js +1 -1
  853. package/picker-button/esm/{tslib.es6-0bde7692.d.ts → tslib.es6-25476f69.d.ts} +0 -0
  854. package/picker-button/esm/{tslib.es6-0bde7692.js → tslib.es6-25476f69.js} +0 -0
  855. package/picker-button/field/Component.js +2 -2
  856. package/picker-button/field/index.css +3 -3
  857. package/picker-button/field/index.js +1 -1
  858. package/picker-button/index.css +6 -6
  859. package/picker-button/index.js +1 -1
  860. package/picker-button/modern/Component.js +1 -1
  861. package/picker-button/modern/field/Component.js +1 -1
  862. package/picker-button/modern/field/index.css +3 -3
  863. package/picker-button/modern/index.css +6 -6
  864. package/picker-button/modern/option/Component.js +1 -1
  865. package/picker-button/modern/option/index.css +4 -4
  866. package/picker-button/option/Component.js +2 -2
  867. package/picker-button/option/index.css +4 -4
  868. package/picker-button/option/index.js +1 -1
  869. package/picker-button/{tslib.es6-e01232b1.d.ts → tslib.es6-bf55ef48.d.ts} +0 -0
  870. package/picker-button/{tslib.es6-e01232b1.js → tslib.es6-bf55ef48.js} +0 -0
  871. package/plate/Component.js +1 -1
  872. package/plate/esm/Component.js +1 -1
  873. package/plate/esm/index.css +27 -27
  874. package/plate/index.css +27 -27
  875. package/plate/modern/Component.js +1 -1
  876. package/plate/modern/index.css +27 -27
  877. package/popover/Component.js +1 -1
  878. package/popover/esm/Component.js +1 -1
  879. package/popover/esm/index.css +33 -33
  880. package/popover/index.css +33 -33
  881. package/popover/modern/Component.js +1 -1
  882. package/popover/modern/index.css +33 -33
  883. package/progress-bar/Component.js +1 -1
  884. package/progress-bar/esm/Component.js +1 -1
  885. package/progress-bar/esm/index.css +12 -12
  886. package/progress-bar/index.css +12 -12
  887. package/progress-bar/modern/Component.js +1 -1
  888. package/progress-bar/modern/index.css +12 -12
  889. package/pure-input/Component.js +1 -1
  890. package/pure-input/esm/Component.js +1 -1
  891. package/pure-input/esm/index.css +25 -25
  892. package/pure-input/index.css +25 -25
  893. package/pure-input/modern/Component.js +1 -1
  894. package/pure-input/modern/index.css +25 -25
  895. package/radio/Component.js +1 -1
  896. package/radio/esm/Component.js +1 -1
  897. package/radio/esm/index.css +31 -31
  898. package/radio/index.css +31 -31
  899. package/radio/modern/Component.js +1 -1
  900. package/radio/modern/index.css +31 -31
  901. package/radio-group/Component.js +1 -1
  902. package/radio-group/esm/Component.js +1 -1
  903. package/radio-group/esm/index.css +16 -16
  904. package/radio-group/index.css +16 -16
  905. package/radio-group/modern/Component.js +1 -1
  906. package/radio-group/modern/index.css +16 -16
  907. package/scrollbar/Component.js +3 -3
  908. package/scrollbar/default.css +2 -2
  909. package/scrollbar/esm/Component.js +3 -3
  910. package/scrollbar/esm/default.css +2 -2
  911. package/scrollbar/esm/index.css +25 -25
  912. package/scrollbar/esm/inverted.css +2 -2
  913. package/scrollbar/index.css +25 -25
  914. package/scrollbar/inverted.css +2 -2
  915. package/scrollbar/modern/Component.js +3 -3
  916. package/scrollbar/modern/default.css +2 -2
  917. package/scrollbar/modern/index.css +25 -25
  918. package/scrollbar/modern/inverted.css +2 -2
  919. package/select/{Component-141f30c4.d.ts → Component-6db75f70.d.ts} +0 -0
  920. package/select/{Component-141f30c4.js → Component-6db75f70.js} +5 -5
  921. package/select/{Component-646fa115.d.ts → Component-8f5a8db2.d.ts} +0 -0
  922. package/select/{Component-646fa115.js → Component-8f5a8db2.js} +2 -2
  923. package/select/Component.js +2 -2
  924. package/select/components/arrow/Component.js +1 -1
  925. package/select/components/arrow/index.css +3 -3
  926. package/select/components/base-select/Component.js +2 -2
  927. package/select/components/base-select/index.css +7 -7
  928. package/select/components/base-select/index.d.ts +1 -1
  929. package/select/components/base-select/index.js +2 -2
  930. package/select/components/checkmark/Component.js +1 -1
  931. package/select/components/checkmark/index.css +7 -7
  932. package/select/components/field/Component.js +2 -2
  933. package/select/components/field/index.css +9 -9
  934. package/select/components/field/index.js +1 -1
  935. package/select/components/index.js +4 -4
  936. package/select/components/native-select/Component.js +1 -1
  937. package/select/components/native-select/index.js +1 -1
  938. package/select/components/optgroup/Component.js +1 -1
  939. package/select/components/optgroup/index.css +6 -6
  940. package/select/components/option/Component.js +2 -2
  941. package/select/components/option/index.css +20 -20
  942. package/select/components/option/index.js +1 -1
  943. package/select/components/options-list/Component.js +2 -2
  944. package/select/components/options-list/index.css +6 -6
  945. package/select/components/options-list/index.js +1 -1
  946. package/select/components/select-mobile/Component.js +4 -4
  947. package/select/components/select-mobile/checkmark/Component.js +1 -1
  948. package/select/components/select-mobile/checkmark/index.css +4 -4
  949. package/select/components/select-mobile/index.css +11 -11
  950. package/select/components/select-mobile/index.d.ts +1 -1
  951. package/select/components/select-mobile/index.js +4 -4
  952. package/select/components/select-mobile/options-list/Component.js +2 -2
  953. package/select/components/select-mobile/options-list/index.css +9 -9
  954. package/select/components/select-mobile/options-list/index.js +1 -1
  955. package/select/components/virtual-options-list/Component.js +2 -2
  956. package/select/components/virtual-options-list/index.css +12 -12
  957. package/select/components/virtual-options-list/index.js +1 -1
  958. package/select/esm/{Component-6c55af11.d.ts → Component-424849f9.d.ts} +0 -0
  959. package/select/esm/{Component-6c55af11.js → Component-424849f9.js} +3 -3
  960. package/select/esm/{Component-2b9cb9df.d.ts → Component-5d43430b.d.ts} +0 -0
  961. package/select/esm/{Component-2b9cb9df.js → Component-5d43430b.js} +11 -11
  962. package/select/esm/Component.js +8 -8
  963. package/select/esm/components/arrow/Component.js +1 -1
  964. package/select/esm/components/arrow/index.css +3 -3
  965. package/select/esm/components/base-select/Component.js +3 -3
  966. package/select/esm/components/base-select/index.css +7 -7
  967. package/select/esm/components/base-select/index.d.ts +1 -1
  968. package/select/esm/components/base-select/index.js +3 -3
  969. package/select/esm/components/checkmark/Component.js +1 -1
  970. package/select/esm/components/checkmark/index.css +7 -7
  971. package/select/esm/components/field/Component.js +3 -3
  972. package/select/esm/components/field/index.css +9 -9
  973. package/select/esm/components/field/index.js +2 -2
  974. package/select/esm/components/index.js +10 -10
  975. package/select/esm/components/native-select/Component.js +1 -1
  976. package/select/esm/components/native-select/index.js +1 -1
  977. package/select/esm/components/optgroup/Component.js +1 -1
  978. package/select/esm/components/optgroup/index.css +6 -6
  979. package/select/esm/components/option/Component.js +2 -2
  980. package/select/esm/components/option/index.css +20 -20
  981. package/select/esm/components/option/index.js +1 -1
  982. package/select/esm/components/options-list/Component.js +3 -3
  983. package/select/esm/components/options-list/index.css +6 -6
  984. package/select/esm/components/options-list/index.js +2 -2
  985. package/select/esm/components/select-mobile/Component.js +10 -10
  986. package/select/esm/components/select-mobile/checkmark/Component.js +1 -1
  987. package/select/esm/components/select-mobile/checkmark/index.css +4 -4
  988. package/select/esm/components/select-mobile/index.css +11 -11
  989. package/select/esm/components/select-mobile/index.d.ts +1 -1
  990. package/select/esm/components/select-mobile/index.js +10 -10
  991. package/select/esm/components/select-mobile/options-list/Component.js +2 -2
  992. package/select/esm/components/select-mobile/options-list/index.css +9 -9
  993. package/select/esm/components/select-mobile/options-list/index.js +1 -1
  994. package/select/esm/components/virtual-options-list/Component.js +3 -3
  995. package/select/esm/components/virtual-options-list/index.css +12 -12
  996. package/select/esm/components/virtual-options-list/index.js +2 -2
  997. package/select/esm/index.js +10 -10
  998. package/select/esm/{intersection-observer-8e871c77.d.ts → intersection-observer-da21bbd1.d.ts} +0 -0
  999. package/select/esm/{intersection-observer-8e871c77.js → intersection-observer-da21bbd1.js} +0 -0
  1000. package/select/esm/presets/index.js +10 -10
  1001. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1002. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1003. package/select/esm/presets/useSelectWithApply/hook.js +10 -10
  1004. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -10
  1005. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1006. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1007. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +10 -10
  1008. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1009. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1010. package/select/esm/{tslib.es6-01d23831.d.ts → tslib.es6-54977949.d.ts} +0 -0
  1011. package/select/esm/{tslib.es6-01d23831.js → tslib.es6-54977949.js} +0 -0
  1012. package/select/index.js +4 -4
  1013. package/select/{intersection-observer-dc91e8bf.d.ts → intersection-observer-69acf038.d.ts} +0 -0
  1014. package/select/{intersection-observer-dc91e8bf.js → intersection-observer-69acf038.js} +0 -0
  1015. package/select/modern/{Component-1497a79f.d.ts → Component-26714558.d.ts} +0 -0
  1016. package/select/modern/{Component-1497a79f.js → Component-26714558.js} +2 -2
  1017. package/select/modern/{Component-bd455980.d.ts → Component-a338fac4.d.ts} +0 -0
  1018. package/select/modern/{Component-bd455980.js → Component-a338fac4.js} +7 -7
  1019. package/select/modern/Component.js +4 -4
  1020. package/select/modern/components/arrow/Component.js +1 -1
  1021. package/select/modern/components/arrow/index.css +3 -3
  1022. package/select/modern/components/base-select/Component.js +2 -2
  1023. package/select/modern/components/base-select/index.css +7 -7
  1024. package/select/modern/components/base-select/index.d.ts +1 -1
  1025. package/select/modern/components/base-select/index.js +2 -2
  1026. package/select/modern/components/checkmark/Component.js +1 -1
  1027. package/select/modern/components/checkmark/index.css +7 -7
  1028. package/select/modern/components/field/Component.js +1 -1
  1029. package/select/modern/components/field/index.css +9 -9
  1030. package/select/modern/components/index.js +6 -6
  1031. package/select/modern/components/optgroup/Component.js +1 -1
  1032. package/select/modern/components/optgroup/index.css +6 -6
  1033. package/select/modern/components/option/Component.js +1 -1
  1034. package/select/modern/components/option/index.css +20 -20
  1035. package/select/modern/components/options-list/Component.js +2 -2
  1036. package/select/modern/components/options-list/index.css +6 -6
  1037. package/select/modern/components/options-list/index.js +1 -1
  1038. package/select/modern/components/select-mobile/Component.js +6 -6
  1039. package/select/modern/components/select-mobile/checkmark/Component.js +1 -1
  1040. package/select/modern/components/select-mobile/checkmark/index.css +4 -4
  1041. package/select/modern/components/select-mobile/index.css +11 -11
  1042. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1043. package/select/modern/components/select-mobile/index.js +6 -6
  1044. package/select/modern/components/select-mobile/options-list/Component.js +1 -1
  1045. package/select/modern/components/select-mobile/options-list/index.css +9 -9
  1046. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1047. package/select/modern/components/virtual-options-list/index.css +12 -12
  1048. package/select/modern/index.js +6 -6
  1049. package/select/modern/{intersection-observer-8e871c77.d.ts → intersection-observer-da21bbd1.d.ts} +0 -0
  1050. package/select/modern/{intersection-observer-8e871c77.js → intersection-observer-da21bbd1.js} +0 -0
  1051. package/select/modern/presets/index.js +6 -6
  1052. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1053. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1054. package/select/modern/presets/useSelectWithApply/hook.js +6 -6
  1055. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
  1056. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1057. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1058. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
  1059. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1060. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1061. package/select/presets/index.js +4 -4
  1062. package/select/presets/useLazyLoading/hook.js +3 -3
  1063. package/select/presets/useLazyLoading/index.css +2 -2
  1064. package/select/presets/useSelectWithApply/hook.js +4 -4
  1065. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1066. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1067. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1068. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1069. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1070. package/select/presets/useSelectWithLoading/index.css +2 -2
  1071. package/select/{tslib.es6-ada8a6b4.d.ts → tslib.es6-961536bc.d.ts} +0 -0
  1072. package/select/{tslib.es6-ada8a6b4.js → tslib.es6-961536bc.js} +0 -0
  1073. package/select-with-tags/component.js +1 -1
  1074. package/select-with-tags/components/index.js +1 -1
  1075. package/select-with-tags/components/tag/component.js +2 -2
  1076. package/select-with-tags/components/tag/index.css +10 -10
  1077. package/select-with-tags/components/tag/index.js +1 -1
  1078. package/select-with-tags/components/tag-list/component.js +2 -2
  1079. package/select-with-tags/components/tag-list/index.css +30 -30
  1080. package/select-with-tags/components/tag-list/index.js +1 -1
  1081. package/select-with-tags/esm/component.js +1 -1
  1082. package/select-with-tags/esm/components/index.js +1 -1
  1083. package/select-with-tags/esm/components/tag/component.js +2 -2
  1084. package/select-with-tags/esm/components/tag/index.css +10 -10
  1085. package/select-with-tags/esm/components/tag/index.js +1 -1
  1086. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1087. package/select-with-tags/esm/components/tag-list/index.css +30 -30
  1088. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1089. package/select-with-tags/esm/index.js +1 -1
  1090. package/select-with-tags/esm/{tslib.es6-f0ebc249.d.ts → tslib.es6-d3cf19c1.d.ts} +0 -0
  1091. package/select-with-tags/esm/{tslib.es6-f0ebc249.js → tslib.es6-d3cf19c1.js} +0 -0
  1092. package/select-with-tags/esm/utils/index.js +1 -1
  1093. package/select-with-tags/esm/utils/match.js +1 -1
  1094. package/select-with-tags/index.js +1 -1
  1095. package/select-with-tags/modern/components/tag/component.js +1 -1
  1096. package/select-with-tags/modern/components/tag/index.css +10 -10
  1097. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1098. package/select-with-tags/modern/components/tag-list/index.css +30 -30
  1099. package/select-with-tags/{tslib.es6-3de86d80.d.ts → tslib.es6-f4e7e644.d.ts} +0 -0
  1100. package/select-with-tags/{tslib.es6-3de86d80.js → tslib.es6-f4e7e644.js} +0 -0
  1101. package/select-with-tags/utils/index.js +1 -1
  1102. package/select-with-tags/utils/match.js +1 -1
  1103. package/skeleton/Component.js +1 -1
  1104. package/skeleton/esm/Component.js +1 -1
  1105. package/skeleton/esm/index.css +10 -10
  1106. package/skeleton/index.css +10 -10
  1107. package/skeleton/modern/Component.js +1 -1
  1108. package/skeleton/modern/index.css +10 -10
  1109. package/slider/Component.js +1 -1
  1110. package/slider/esm/Component.js +1 -1
  1111. package/slider/esm/index.css +36 -36
  1112. package/slider/index.css +36 -36
  1113. package/slider/modern/Component.js +1 -1
  1114. package/slider/modern/index.css +36 -36
  1115. package/slider-input/Component.js +1 -1
  1116. package/slider-input/esm/Component.js +1 -1
  1117. package/slider-input/esm/index.css +16 -16
  1118. package/slider-input/index.css +16 -16
  1119. package/slider-input/modern/Component.js +1 -1
  1120. package/slider-input/modern/index.css +16 -16
  1121. package/space/Component.js +2 -2
  1122. package/space/{Item-8d82ba8a.d.ts → Item-01be474d.d.ts} +0 -0
  1123. package/space/{Item-8d82ba8a.js → Item-01be474d.js} +0 -0
  1124. package/space/Item.js +1 -1
  1125. package/space/esm/Component.js +2 -2
  1126. package/space/esm/{Item-03668c23.d.ts → Item-e99b18a7.d.ts} +0 -0
  1127. package/space/esm/{Item-03668c23.js → Item-e99b18a7.js} +0 -0
  1128. package/space/esm/Item.js +1 -1
  1129. package/space/esm/index.css +8 -8
  1130. package/space/esm/index.js +1 -1
  1131. package/space/index.css +8 -8
  1132. package/space/index.js +1 -1
  1133. package/space/modern/Component.js +1 -1
  1134. package/space/modern/index.css +8 -8
  1135. package/spinner/Component.js +1 -1
  1136. package/spinner/esm/Component.js +1 -1
  1137. package/spinner/esm/index.css +6 -6
  1138. package/spinner/index.css +6 -6
  1139. package/spinner/modern/Component.js +1 -1
  1140. package/spinner/modern/index.css +6 -6
  1141. package/status/Component.js +1 -1
  1142. package/status/esm/Component.js +1 -1
  1143. package/status/esm/index.css +17 -17
  1144. package/status/index.css +17 -17
  1145. package/status/modern/Component.js +1 -1
  1146. package/status/modern/index.css +17 -17
  1147. package/stepped-progress-bar/Component.js +1 -1
  1148. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1149. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  1150. package/stepped-progress-bar/esm/Component.js +1 -1
  1151. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1152. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  1153. package/stepped-progress-bar/esm/index.css +3 -3
  1154. package/stepped-progress-bar/index.css +3 -3
  1155. package/stepped-progress-bar/modern/Component.js +1 -1
  1156. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1157. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  1158. package/stepped-progress-bar/modern/index.css +3 -3
  1159. package/switch/Component.js +1 -1
  1160. package/switch/esm/Component.js +1 -1
  1161. package/switch/esm/index.css +25 -25
  1162. package/switch/index.css +25 -25
  1163. package/switch/modern/Component.js +1 -1
  1164. package/switch/modern/index.css +25 -25
  1165. package/table/component.js +1 -1
  1166. package/table/components/index.js +1 -1
  1167. package/table/components/pagination/Component.js +2 -2
  1168. package/table/components/pagination/index.css +8 -8
  1169. package/table/components/pagination/index.js +1 -1
  1170. package/table/components/pagination/select-field/index.css +4 -4
  1171. package/table/components/pagination/select-field/index.js +2 -2
  1172. package/table/components/table/Component.js +2 -2
  1173. package/table/components/table/index.css +6 -6
  1174. package/table/components/table/index.js +1 -1
  1175. package/table/components/table/utils.js +1 -1
  1176. package/table/components/tbody/Component.js +2 -2
  1177. package/table/components/tbody/index.css +2 -2
  1178. package/table/components/tbody/index.js +1 -1
  1179. package/table/components/tcell/Component.js +2 -2
  1180. package/table/components/tcell/index.css +4 -4
  1181. package/table/components/tcell/index.js +1 -1
  1182. package/table/components/texpandable-row/Component.js +2 -2
  1183. package/table/components/texpandable-row/index.css +5 -5
  1184. package/table/components/texpandable-row/index.js +1 -1
  1185. package/table/components/thead/Component.js +2 -2
  1186. package/table/components/thead/index.css +6 -6
  1187. package/table/components/thead/index.js +1 -1
  1188. package/table/components/thead-cell/Component.js +2 -2
  1189. package/table/components/thead-cell/index.css +5 -5
  1190. package/table/components/thead-cell/index.js +1 -1
  1191. package/table/components/trow/Component.js +2 -2
  1192. package/table/components/trow/index.css +8 -8
  1193. package/table/components/trow/index.js +1 -1
  1194. package/table/components/tsortable-head-cell/Component.js +2 -2
  1195. package/table/components/tsortable-head-cell/index.css +9 -9
  1196. package/table/components/tsortable-head-cell/index.js +1 -1
  1197. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1198. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1199. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1200. package/table/esm/component.js +1 -1
  1201. package/table/esm/components/index.js +1 -1
  1202. package/table/esm/components/pagination/Component.js +2 -2
  1203. package/table/esm/components/pagination/index.css +8 -8
  1204. package/table/esm/components/pagination/index.js +1 -1
  1205. package/table/esm/components/pagination/select-field/index.css +4 -4
  1206. package/table/esm/components/pagination/select-field/index.js +2 -2
  1207. package/table/esm/components/table/Component.js +2 -2
  1208. package/table/esm/components/table/index.css +6 -6
  1209. package/table/esm/components/table/index.js +1 -1
  1210. package/table/esm/components/table/utils.js +1 -1
  1211. package/table/esm/components/tbody/Component.js +2 -2
  1212. package/table/esm/components/tbody/index.css +2 -2
  1213. package/table/esm/components/tbody/index.js +1 -1
  1214. package/table/esm/components/tcell/Component.js +2 -2
  1215. package/table/esm/components/tcell/index.css +4 -4
  1216. package/table/esm/components/tcell/index.js +1 -1
  1217. package/table/esm/components/texpandable-row/Component.js +2 -2
  1218. package/table/esm/components/texpandable-row/index.css +5 -5
  1219. package/table/esm/components/texpandable-row/index.js +1 -1
  1220. package/table/esm/components/thead/Component.js +2 -2
  1221. package/table/esm/components/thead/index.css +6 -6
  1222. package/table/esm/components/thead/index.js +1 -1
  1223. package/table/esm/components/thead-cell/Component.js +2 -2
  1224. package/table/esm/components/thead-cell/index.css +5 -5
  1225. package/table/esm/components/thead-cell/index.js +1 -1
  1226. package/table/esm/components/trow/Component.js +2 -2
  1227. package/table/esm/components/trow/index.css +8 -8
  1228. package/table/esm/components/trow/index.js +1 -1
  1229. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1230. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1231. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1232. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1233. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1234. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1235. package/table/esm/index.js +1 -1
  1236. package/table/esm/{tslib.es6-e372d207.d.ts → tslib.es6-f8184219.d.ts} +0 -0
  1237. package/table/esm/{tslib.es6-e372d207.js → tslib.es6-f8184219.js} +0 -0
  1238. package/table/index.js +1 -1
  1239. package/table/modern/components/pagination/Component.js +1 -1
  1240. package/table/modern/components/pagination/index.css +8 -8
  1241. package/table/modern/components/pagination/select-field/index.css +4 -4
  1242. package/table/modern/components/pagination/select-field/index.js +1 -1
  1243. package/table/modern/components/table/Component.js +1 -1
  1244. package/table/modern/components/table/index.css +6 -6
  1245. package/table/modern/components/tbody/Component.js +1 -1
  1246. package/table/modern/components/tbody/index.css +2 -2
  1247. package/table/modern/components/tcell/Component.js +1 -1
  1248. package/table/modern/components/tcell/index.css +4 -4
  1249. package/table/modern/components/texpandable-row/Component.js +1 -1
  1250. package/table/modern/components/texpandable-row/index.css +5 -5
  1251. package/table/modern/components/thead/Component.js +1 -1
  1252. package/table/modern/components/thead/index.css +6 -6
  1253. package/table/modern/components/thead-cell/Component.js +1 -1
  1254. package/table/modern/components/thead-cell/index.css +5 -5
  1255. package/table/modern/components/trow/Component.js +1 -1
  1256. package/table/modern/components/trow/index.css +8 -8
  1257. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1258. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1259. package/table/{tslib.es6-421433d7.d.ts → tslib.es6-9c7f6063.d.ts} +0 -0
  1260. package/table/{tslib.es6-421433d7.js → tslib.es6-9c7f6063.js} +0 -0
  1261. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1262. package/tabs/components/primary-tablist/Component.js +1 -1
  1263. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1264. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1265. package/tabs/components/primary-tablist/index.css +18 -18
  1266. package/tabs/components/primary-tablist/mobile.css +20 -20
  1267. package/tabs/components/scrollable-container/Component.js +1 -1
  1268. package/tabs/components/scrollable-container/index.css +3 -3
  1269. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1270. package/tabs/components/secondary-tablist/Component.js +1 -1
  1271. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1272. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1273. package/tabs/components/secondary-tablist/index.css +9 -9
  1274. package/tabs/components/secondary-tablist/mobile.css +11 -11
  1275. package/tabs/components/tab/Component.js +1 -1
  1276. package/tabs/components/tab/index.css +2 -2
  1277. package/tabs/components/tabs/Component.desktop.js +3 -3
  1278. package/tabs/components/tabs/Component.mobile.js +3 -3
  1279. package/tabs/components/tabs/Component.responsive.js +3 -3
  1280. package/tabs/desktop.js +3 -3
  1281. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1282. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1283. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1284. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1285. package/tabs/esm/components/primary-tablist/index.css +18 -18
  1286. package/tabs/esm/components/primary-tablist/mobile.css +20 -20
  1287. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1288. package/tabs/esm/components/scrollable-container/index.css +3 -3
  1289. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1290. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1291. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1292. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1293. package/tabs/esm/components/secondary-tablist/index.css +9 -9
  1294. package/tabs/esm/components/secondary-tablist/mobile.css +11 -11
  1295. package/tabs/esm/components/tab/Component.js +1 -1
  1296. package/tabs/esm/components/tab/index.css +2 -2
  1297. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1298. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1299. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1300. package/tabs/esm/desktop.js +3 -3
  1301. package/tabs/esm/index.js +3 -3
  1302. package/tabs/esm/index.module-63ca6c10.js +4 -0
  1303. package/tabs/esm/index.module-9683aa23.js +4 -0
  1304. package/tabs/esm/mobile.js +3 -3
  1305. package/tabs/esm/responsive.js +3 -3
  1306. package/tabs/esm/{tslib.es6-19535020.d.ts → tslib.es6-92cde6e3.d.ts} +0 -0
  1307. package/tabs/esm/{tslib.es6-19535020.js → tslib.es6-92cde6e3.js} +0 -0
  1308. package/tabs/index.js +3 -3
  1309. package/tabs/index.module-c7929fad.js +4 -0
  1310. package/tabs/index.module-e7a48350.js +4 -0
  1311. package/tabs/mobile.js +3 -3
  1312. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1313. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1314. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1315. package/tabs/modern/components/primary-tablist/index.css +18 -18
  1316. package/tabs/modern/components/primary-tablist/mobile.css +20 -20
  1317. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1318. package/tabs/modern/components/scrollable-container/index.css +3 -3
  1319. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1320. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1321. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1322. package/tabs/modern/components/secondary-tablist/index.css +9 -9
  1323. package/tabs/modern/components/secondary-tablist/mobile.css +11 -11
  1324. package/tabs/modern/components/tab/Component.js +1 -1
  1325. package/tabs/modern/components/tab/index.css +2 -2
  1326. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1327. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1328. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1329. package/tabs/modern/desktop.js +2 -2
  1330. package/tabs/modern/index.js +2 -2
  1331. package/tabs/modern/index.module-63ca6c10.js +4 -0
  1332. package/tabs/modern/index.module-9683aa23.js +4 -0
  1333. package/tabs/modern/mobile.js +2 -2
  1334. package/tabs/modern/responsive.js +2 -2
  1335. package/tabs/responsive.js +3 -3
  1336. package/tabs/{tslib.es6-5776738b.d.ts → tslib.es6-4780fbb5.d.ts} +0 -0
  1337. package/tabs/{tslib.es6-5776738b.js → tslib.es6-4780fbb5.js} +0 -0
  1338. package/tag/Component.js +3 -3
  1339. package/tag/default.css +8 -8
  1340. package/tag/esm/Component.js +3 -3
  1341. package/tag/esm/default.css +8 -8
  1342. package/tag/esm/index.css +37 -37
  1343. package/tag/esm/inverted.css +8 -8
  1344. package/tag/index.css +37 -37
  1345. package/tag/inverted.css +8 -8
  1346. package/tag/modern/Component.js +3 -3
  1347. package/tag/modern/default.css +8 -8
  1348. package/tag/modern/index.css +37 -37
  1349. package/tag/modern/inverted.css +8 -8
  1350. package/textarea/Component.js +3 -3
  1351. package/textarea/default.css +18 -18
  1352. package/textarea/esm/Component.js +3 -3
  1353. package/textarea/esm/default.css +18 -18
  1354. package/textarea/esm/index.css +21 -21
  1355. package/textarea/esm/inverted.css +18 -18
  1356. package/textarea/index.css +21 -21
  1357. package/textarea/inverted.css +18 -18
  1358. package/textarea/modern/Component.js +3 -3
  1359. package/textarea/modern/default.css +18 -18
  1360. package/textarea/modern/index.css +21 -21
  1361. package/textarea/modern/inverted.css +18 -18
  1362. package/themes/compiled/mobile-dark-bluetint.css +289 -1742
  1363. package/themes/compiled/mobile-dark-bluetint.js +0 -2
  1364. package/themes/dark.js +0 -2
  1365. package/themes/dist/amount/click.css +4 -0
  1366. package/themes/dist/backdrop/click.css +4 -0
  1367. package/themes/dist/bottom-sheet/click.css +9 -0
  1368. package/themes/dist/bottom-sheet/corp.css +4 -0
  1369. package/themes/dist/bottom-sheet/intranet.css +3 -0
  1370. package/themes/dist/bottom-sheet/mobile.css +4 -0
  1371. package/themes/dist/bottom-sheet/site.css +3 -0
  1372. package/themes/dist/button/click.css +19 -0
  1373. package/themes/dist/button/corp.css +51 -0
  1374. package/themes/dist/button/intranet.css +22 -0
  1375. package/themes/dist/button/mobile.css +22 -0
  1376. package/themes/dist/button/site.css +7 -0
  1377. package/themes/dist/calendar/click.css +8 -0
  1378. package/themes/dist/calendar/intranet.css +9 -0
  1379. package/themes/dist/calendar-input/click.css +3 -0
  1380. package/themes/dist/calendar-input/corp.css +3 -0
  1381. package/themes/dist/calendar-input/intranet.css +3 -0
  1382. package/themes/dist/calendar-input/mobile.css +3 -0
  1383. package/themes/dist/checkbox/click.css +9 -0
  1384. package/themes/dist/checkbox/intranet.css +19 -0
  1385. package/themes/dist/checkbox/mobile.css +19 -0
  1386. package/themes/dist/checkbox-group/click.css +5 -0
  1387. package/themes/dist/click.css +932 -0
  1388. package/themes/dist/code-input/click.css +6 -0
  1389. package/themes/dist/compiled/mobile-dark-bluetint.css +2314 -0
  1390. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +2 -0
  1391. package/themes/dist/compiled/mobile-dark-bluetint.js +11 -0
  1392. package/themes/dist/confirmation/click.css +12 -0
  1393. package/themes/dist/confirmation/intranet.css +7 -0
  1394. package/themes/dist/confirmation/mobile.css +7 -0
  1395. package/themes/dist/corp.css +746 -0
  1396. package/themes/dist/dark.css +245 -0
  1397. package/themes/dist/dark.d.ts +2 -0
  1398. package/themes/dist/dark.js +12 -0
  1399. package/themes/dist/dropzone/click.css +4 -0
  1400. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +2 -0
  1401. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +4 -0
  1402. package/themes/dist/esm/dark.d.ts +2 -0
  1403. package/themes/dist/esm/dark.js +6 -0
  1404. package/themes/dist/filter-tag/mobile.css +4 -0
  1405. package/themes/dist/form-control/click.css +31 -0
  1406. package/themes/dist/form-control/intranet.css +34 -0
  1407. package/themes/dist/form-control/mobile.css +34 -0
  1408. package/themes/dist/form-control/site.css +5 -0
  1409. package/themes/dist/icon-button/click.css +24 -0
  1410. package/themes/dist/input/click.css +8 -0
  1411. package/themes/dist/input/corp.css +3 -0
  1412. package/themes/dist/input/intranet.css +13 -0
  1413. package/themes/dist/input/mobile.css +13 -0
  1414. package/themes/dist/input/site.css +4 -0
  1415. package/themes/dist/intranet.css +810 -0
  1416. package/themes/dist/link/click.css +25 -0
  1417. package/themes/dist/list/click.css +4 -0
  1418. package/themes/dist/mixins/amount/click.css +4 -0
  1419. package/themes/dist/mixins/backdrop/click.css +4 -0
  1420. package/themes/dist/mixins/bottom-sheet/click.css +9 -0
  1421. package/themes/dist/mixins/bottom-sheet/corp.css +4 -0
  1422. package/themes/dist/mixins/bottom-sheet/intranet.css +3 -0
  1423. package/themes/dist/mixins/bottom-sheet/mobile.css +4 -0
  1424. package/themes/dist/mixins/bottom-sheet/site.css +3 -0
  1425. package/themes/dist/mixins/button/click.css +19 -0
  1426. package/themes/dist/mixins/button/corp.css +51 -0
  1427. package/themes/dist/mixins/button/intranet.css +22 -0
  1428. package/themes/dist/mixins/button/mobile.css +22 -0
  1429. package/themes/dist/mixins/button/site.css +7 -0
  1430. package/themes/dist/mixins/calendar/click.css +8 -0
  1431. package/themes/dist/mixins/calendar/intranet.css +9 -0
  1432. package/themes/dist/mixins/calendar-input/click.css +3 -0
  1433. package/themes/dist/mixins/calendar-input/corp.css +3 -0
  1434. package/themes/dist/mixins/calendar-input/intranet.css +3 -0
  1435. package/themes/dist/mixins/calendar-input/mobile.css +3 -0
  1436. package/themes/dist/mixins/checkbox/click.css +9 -0
  1437. package/themes/dist/mixins/checkbox/intranet.css +19 -0
  1438. package/themes/dist/mixins/checkbox/mobile.css +19 -0
  1439. package/themes/dist/mixins/checkbox-group/click.css +5 -0
  1440. package/themes/dist/mixins/click.css +56 -0
  1441. package/themes/dist/mixins/code-input/click.css +6 -0
  1442. package/themes/dist/mixins/confirmation/click.css +12 -0
  1443. package/themes/dist/mixins/confirmation/intranet.css +7 -0
  1444. package/themes/dist/mixins/confirmation/mobile.css +7 -0
  1445. package/themes/dist/mixins/corp.css +17 -0
  1446. package/themes/dist/mixins/dark.css +245 -0
  1447. package/themes/dist/mixins/dropzone/click.css +4 -0
  1448. package/themes/dist/mixins/filter-tag/mobile.css +4 -0
  1449. package/themes/dist/mixins/form-control/click.css +31 -0
  1450. package/themes/dist/mixins/form-control/intranet.css +34 -0
  1451. package/themes/dist/mixins/form-control/mobile.css +34 -0
  1452. package/themes/dist/mixins/form-control/site.css +5 -0
  1453. package/themes/dist/mixins/icon-button/click.css +24 -0
  1454. package/themes/dist/mixins/input/click.css +8 -0
  1455. package/themes/dist/mixins/input/corp.css +3 -0
  1456. package/themes/dist/mixins/input/intranet.css +13 -0
  1457. package/themes/dist/mixins/input/mobile.css +13 -0
  1458. package/themes/dist/mixins/input/site.css +4 -0
  1459. package/themes/dist/mixins/intranet.css +29 -0
  1460. package/themes/dist/mixins/link/click.css +25 -0
  1461. package/themes/dist/mixins/list/click.css +4 -0
  1462. package/themes/dist/mixins/mobile.css +29 -0
  1463. package/themes/dist/mixins/modal/click.css +30 -0
  1464. package/themes/dist/mixins/modal/corp.css +4 -0
  1465. package/themes/dist/mixins/radio/click.css +9 -0
  1466. package/themes/dist/mixins/radio/intranet.css +19 -0
  1467. package/themes/dist/mixins/radio/mobile.css +19 -0
  1468. package/themes/dist/mixins/select/click.css +25 -0
  1469. package/themes/dist/mixins/select/corp.css +7 -0
  1470. package/themes/dist/mixins/select/intranet.css +4 -0
  1471. package/themes/dist/mixins/select/mobile.css +4 -0
  1472. package/themes/dist/mixins/select/site.css +4 -0
  1473. package/themes/dist/mixins/site.css +15 -0
  1474. package/themes/dist/mixins/skeleton/click.css +8 -0
  1475. package/themes/dist/mixins/slider/click.css +16 -0
  1476. package/themes/dist/mixins/slider/intranet.css +5 -0
  1477. package/themes/dist/mixins/slider/mobile.css +5 -0
  1478. package/themes/dist/mixins/slider-input/intranet.css +3 -0
  1479. package/themes/dist/mixins/slider-input/mobile.css +3 -0
  1480. package/themes/dist/mixins/switch/click.css +5 -0
  1481. package/themes/dist/mixins/tabs/click.css +20 -0
  1482. package/themes/dist/mixins/tabs/corp.css +4 -0
  1483. package/themes/dist/mixins/tabs/site.css +8 -0
  1484. package/themes/dist/mixins/tag/click.css +12 -0
  1485. package/themes/dist/mixins/tag/intranet.css +16 -0
  1486. package/themes/dist/mixins/tag/mobile.css +17 -0
  1487. package/themes/dist/mixins/toast-plate/click.css +10 -0
  1488. package/themes/dist/mobile.css +807 -0
  1489. package/themes/dist/modal/click.css +30 -0
  1490. package/themes/dist/modal/corp.css +4 -0
  1491. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +2 -0
  1492. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +4 -0
  1493. package/themes/dist/modern/dark.d.ts +2 -0
  1494. package/themes/dist/modern/dark.js +6 -0
  1495. package/themes/dist/package.json +12 -0
  1496. package/themes/dist/radio/click.css +9 -0
  1497. package/themes/dist/radio/intranet.css +19 -0
  1498. package/themes/dist/radio/mobile.css +19 -0
  1499. package/themes/dist/select/click.css +25 -0
  1500. package/themes/dist/select/corp.css +7 -0
  1501. package/themes/dist/select/intranet.css +4 -0
  1502. package/themes/dist/select/mobile.css +4 -0
  1503. package/themes/dist/select/site.css +4 -0
  1504. package/themes/dist/send-stats.js +82 -0
  1505. package/themes/dist/site.css +709 -0
  1506. package/themes/dist/skeleton/click.css +8 -0
  1507. package/themes/dist/slider/click.css +16 -0
  1508. package/themes/dist/slider/intranet.css +5 -0
  1509. package/themes/dist/slider/mobile.css +5 -0
  1510. package/themes/dist/slider-input/intranet.css +3 -0
  1511. package/themes/dist/slider-input/mobile.css +3 -0
  1512. package/themes/dist/switch/click.css +5 -0
  1513. package/themes/dist/tabs/click.css +20 -0
  1514. package/themes/dist/tabs/corp.css +4 -0
  1515. package/themes/dist/tabs/site.css +8 -0
  1516. package/themes/dist/tag/click.css +12 -0
  1517. package/themes/dist/tag/intranet.css +16 -0
  1518. package/themes/dist/tag/mobile.css +17 -0
  1519. package/themes/dist/toast-plate/click.css +10 -0
  1520. package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
  1521. package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
  1522. package/themes/package.json +1 -10
  1523. package/themes/send-stats.js +0 -0
  1524. package/toast/component.js +1 -1
  1525. package/toast/esm/component.js +1 -1
  1526. package/toast/esm/index.css +9 -9
  1527. package/toast/index.css +9 -9
  1528. package/toast/modern/component.js +1 -1
  1529. package/toast/modern/index.css +9 -9
  1530. package/toast-plate/component.js +1 -1
  1531. package/toast-plate/esm/component.js +1 -1
  1532. package/toast-plate/esm/index.css +15 -15
  1533. package/toast-plate/index.css +15 -15
  1534. package/toast-plate/modern/component.js +1 -1
  1535. package/toast-plate/modern/index.css +15 -15
  1536. package/tooltip/{Component-8a47509c.d.ts → Component-36c98584.d.ts} +0 -0
  1537. package/tooltip/{Component-8a47509c.js → Component-36c98584.js} +3 -3
  1538. package/tooltip/Component.js +1 -1
  1539. package/tooltip/component.responsive.js +3 -3
  1540. package/tooltip/cssm/component.responsive.js +1 -1
  1541. package/tooltip/default.css +3 -3
  1542. package/tooltip/esm/{Component-ee4be8d1.d.ts → Component-736e1048.d.ts} +0 -0
  1543. package/tooltip/esm/{Component-ee4be8d1.js → Component-736e1048.js} +3 -3
  1544. package/tooltip/esm/Component.js +1 -1
  1545. package/tooltip/esm/component.responsive.js +3 -3
  1546. package/tooltip/esm/default.css +3 -3
  1547. package/tooltip/esm/index.css +6 -6
  1548. package/tooltip/esm/index.d.ts +1 -1
  1549. package/tooltip/esm/index.js +1 -1
  1550. package/tooltip/esm/inverted.css +5 -5
  1551. package/tooltip/esm/responsive.css +3 -3
  1552. package/tooltip/esm/responsive.js +1 -1
  1553. package/tooltip/index.css +6 -6
  1554. package/tooltip/index.d.ts +1 -1
  1555. package/tooltip/index.js +1 -1
  1556. package/tooltip/inverted.css +5 -5
  1557. package/tooltip/modern/Component.js +3 -3
  1558. package/tooltip/modern/component.responsive.js +2 -2
  1559. package/tooltip/modern/default.css +3 -3
  1560. package/tooltip/modern/index.css +6 -6
  1561. package/tooltip/modern/inverted.css +5 -5
  1562. package/tooltip/modern/responsive.css +3 -3
  1563. package/tooltip/responsive.css +3 -3
  1564. package/tooltip/responsive.js +1 -1
  1565. package/typography/colors.css +12 -12
  1566. package/typography/{colors.module-3d95adc6.d.ts → colors.module-729d5f88.d.ts} +0 -0
  1567. package/typography/{colors.module-3d95adc6.js → colors.module-729d5f88.js} +1 -1
  1568. package/typography/common.module-32c32227.js +4 -0
  1569. package/typography/component.js +2 -2
  1570. package/typography/esm/colors.css +12 -12
  1571. package/typography/esm/{colors.module-414694de.d.ts → colors.module-6afd9492.d.ts} +0 -0
  1572. package/typography/esm/{colors.module-414694de.js → colors.module-6afd9492.js} +1 -1
  1573. package/typography/esm/common.module-761495be.js +4 -0
  1574. package/typography/esm/component.js +2 -2
  1575. package/typography/esm/index.js +2 -2
  1576. package/typography/esm/text/component.js +2 -2
  1577. package/typography/esm/text/index.css +13 -13
  1578. package/typography/esm/text/index.js +1 -1
  1579. package/typography/esm/title/common.css +4 -4
  1580. package/typography/esm/title/component.js +1 -1
  1581. package/typography/esm/title/index.css +18 -18
  1582. package/typography/esm/title/index.js +3 -3
  1583. package/typography/esm/title-mobile/component.js +3 -3
  1584. package/typography/esm/title-mobile/index.css +13 -13
  1585. package/typography/esm/title-mobile/index.js +2 -2
  1586. package/typography/esm/title-responsive/component.js +3 -3
  1587. package/typography/esm/title-responsive/index.css +40 -40
  1588. package/typography/esm/title-responsive/index.js +2 -2
  1589. package/typography/index.js +2 -2
  1590. package/typography/modern/colors.css +12 -12
  1591. package/typography/modern/colors.module-a5e3b2b6.js +4 -0
  1592. package/typography/modern/common.module-761495be.js +4 -0
  1593. package/typography/modern/component.js +2 -2
  1594. package/typography/modern/index.js +2 -2
  1595. package/typography/modern/text/component.js +2 -2
  1596. package/typography/modern/text/index.css +13 -13
  1597. package/typography/modern/text/index.js +1 -1
  1598. package/typography/modern/title/common.css +4 -4
  1599. package/typography/modern/title/component.js +1 -1
  1600. package/typography/modern/title/index.css +18 -18
  1601. package/typography/modern/title/index.js +3 -3
  1602. package/typography/modern/title-mobile/component.js +3 -3
  1603. package/typography/modern/title-mobile/index.css +13 -13
  1604. package/typography/modern/title-mobile/index.js +2 -2
  1605. package/typography/modern/title-responsive/component.js +3 -3
  1606. package/typography/modern/title-responsive/index.css +40 -40
  1607. package/typography/modern/title-responsive/index.js +2 -2
  1608. package/typography/text/component.js +2 -2
  1609. package/typography/text/index.css +13 -13
  1610. package/typography/text/index.js +1 -1
  1611. package/typography/title/common.css +4 -4
  1612. package/typography/title/component.js +1 -1
  1613. package/typography/title/index.css +18 -18
  1614. package/typography/title/index.js +3 -3
  1615. package/typography/title-mobile/component.js +3 -3
  1616. package/typography/title-mobile/index.css +13 -13
  1617. package/typography/title-mobile/index.js +2 -2
  1618. package/typography/title-responsive/component.js +3 -3
  1619. package/typography/title-responsive/index.css +40 -40
  1620. package/typography/title-responsive/index.js +2 -2
  1621. package/vars/colors-bluetint.js +0 -2
  1622. package/vars/colors-indigo.js +0 -2
  1623. package/vars/cssm/colors-bluetint.js +0 -2
  1624. package/vars/cssm/colors-indigo.js +0 -2
  1625. package/vars/dist/border-radius.css +9 -0
  1626. package/vars/dist/colors-addons.css +98 -0
  1627. package/vars/dist/colors-bluetint.css +407 -0
  1628. package/vars/dist/colors-bluetint.d.ts +2 -0
  1629. package/vars/dist/colors-bluetint.js +12 -0
  1630. package/vars/dist/colors-indigo.css +407 -0
  1631. package/vars/dist/colors-indigo.d.ts +2 -0
  1632. package/vars/dist/colors-indigo.js +12 -0
  1633. package/vars/dist/colors-transparent.css +26 -0
  1634. package/vars/dist/colors-x5.css +4 -0
  1635. package/vars/dist/colors.css +71 -0
  1636. package/vars/dist/cssm/border-radius.css +9 -0
  1637. package/vars/dist/cssm/colors-addons.css +98 -0
  1638. package/vars/dist/cssm/colors-bluetint.css +407 -0
  1639. package/vars/dist/cssm/colors-bluetint.d.ts +2 -0
  1640. package/vars/dist/cssm/colors-bluetint.js +12 -0
  1641. package/vars/dist/cssm/colors-indigo.css +407 -0
  1642. package/vars/dist/cssm/colors-indigo.d.ts +2 -0
  1643. package/vars/dist/cssm/colors-indigo.js +12 -0
  1644. package/vars/dist/cssm/colors-transparent.css +26 -0
  1645. package/vars/dist/cssm/colors-x5.css +4 -0
  1646. package/vars/dist/cssm/colors.css +71 -0
  1647. package/vars/dist/cssm/gaps.css +30 -0
  1648. package/vars/dist/cssm/index.css +685 -0
  1649. package/vars/dist/cssm/mixins.css +1 -0
  1650. package/vars/dist/cssm/shadows-indigo.css +38 -0
  1651. package/vars/dist/cssm/typography.css +6 -0
  1652. package/vars/dist/esm/colors-bluetint.d.ts +2 -0
  1653. package/vars/dist/esm/colors-bluetint.js +6 -0
  1654. package/vars/dist/esm/colors-indigo.d.ts +2 -0
  1655. package/vars/dist/esm/colors-indigo.js +6 -0
  1656. package/vars/dist/gaps.css +30 -0
  1657. package/vars/dist/index.css +9 -0
  1658. package/vars/dist/mixins.css +4 -0
  1659. package/vars/dist/modern/colors-bluetint.d.ts +2 -0
  1660. package/vars/dist/modern/colors-bluetint.js +6 -0
  1661. package/vars/dist/modern/colors-indigo.d.ts +2 -0
  1662. package/vars/dist/modern/colors-indigo.js +6 -0
  1663. package/vars/dist/package.json +13 -0
  1664. package/vars/dist/send-stats.js +82 -0
  1665. package/vars/dist/shadows-indigo.css +38 -0
  1666. package/vars/dist/typography.css +586 -0
  1667. package/vars/package.json +1 -11
  1668. package/vars/send-stats.js +0 -0
  1669. package/with-suffix/Component.js +1 -1
  1670. package/with-suffix/esm/Component.js +1 -1
  1671. package/with-suffix/esm/index.css +8 -8
  1672. package/with-suffix/index.css +8 -8
  1673. package/with-suffix/modern/Component.js +1 -1
  1674. package/with-suffix/modern/index.css +8 -8
  1675. package/calendar-range/modern/index.module-93e8a01c.js +0 -4
  1676. package/grid/esm/gutters.module-d481eab7.js +0 -27
  1677. package/grid/gutters.module-6cf62fc7.js +0 -28
  1678. package/grid/modern/gutters.module-b3d8c159.js +0 -4
  1679. package/modal/esm/transitions.module-2ea9f137.js +0 -4
  1680. package/modal/modern/transitions.module-2ea9f137.js +0 -4
  1681. package/modal/transitions.module-b91a91e5.js +0 -4
  1682. package/tabs/esm/index.module-39c6e814.js +0 -4
  1683. package/tabs/esm/index.module-d65822e7.js +0 -4
  1684. package/tabs/index.module-ba7f7230.js +0 -4
  1685. package/tabs/index.module-c5e7d29f.js +0 -4
  1686. package/tabs/modern/index.module-39c6e814.js +0 -4
  1687. package/tabs/modern/index.module-d65822e7.js +0 -4
  1688. package/typography/common.module-c0b7ca74.js +0 -4
  1689. package/typography/esm/common.module-fe546757.js +0 -4
  1690. package/typography/modern/colors.module-da2c92a3.js +0 -4
  1691. package/typography/modern/common.module-fe546757.js +0 -4
@@ -1,331 +1,325 @@
1
- .divider__component_p476j {
2
- border-bottom: 1px solid #2b2b2e;
3
- }.card-image__cardImage_lyi3g {
1
+ .card-image__cardImage_xx7qa {
4
2
  background: #e7e8ea;
5
3
  }
6
- .card-image__loaded_lyi3g {
4
+ .card-image__loaded_xx7qa {
7
5
  background: transparent
8
- }.backdrop__backdrop_1ndbp {
9
- -webkit-tap-highlight-color: transparent;
10
- }
11
- .backdrop__appear_1ndbp,
12
- .backdrop__enter_1ndbp {
13
- background-color: transparent;
14
- }
15
- .backdrop__appearActive_1ndbp,
16
- .backdrop__enterActive_1ndbp,
17
- .backdrop__appearDone_1ndbp,
18
- .backdrop__enterDone_1ndbp {
19
- background-color: rgba(0, 0, 0, 0.8);
20
- }
21
- .backdrop__exit_1ndbp {
22
- background-color: rgba(0, 0, 0, 0.8);
23
- }
24
- .backdrop__exitActive_1ndbp,
25
- .backdrop__exitDone_1ndbp {
26
- background-color: transparent;
27
- }.badge__component_f0wwa {
6
+ }.badge__component_htvsl {
28
7
  background-color: #ef3124;
29
8
  color: #000;
30
9
  }
31
- .badge__outlineCount_f0wwa {
10
+ .badge__outlineCount_htvsl {
32
11
  background-color: #121212;
33
12
  }
34
- .badge__icon_f0wwa {
13
+ .badge__icon_htvsl {
35
14
  color: #2fc26e
36
15
  }
37
- .badge__icon_f0wwa.badge__positive_f0wwa {
16
+ .badge__icon_htvsl.badge__positive_htvsl {
38
17
  color: #2fc26e;
39
18
  background-color: #2fc26e;
40
19
  }
41
- .badge__icon_f0wwa.badge__attention_f0wwa {
20
+ .badge__icon_htvsl.badge__attention_htvsl {
42
21
  color: #f6bf65;
43
22
  background-color: #f6bf65;
44
23
  }
45
- .badge__icon_f0wwa.badge__negative_f0wwa {
24
+ .badge__icon_htvsl.badge__negative_htvsl {
46
25
  color: #d91d0b;
47
26
  background-color: #d91d0b;
48
27
  }
49
- .badge__icon_f0wwa.badge__link_f0wwa {
28
+ .badge__icon_htvsl.badge__link_htvsl {
50
29
  color: #0072ef;
51
30
  background-color: #0072ef;
52
31
  }
53
- .badge__icon_f0wwa.badge__tertiary_f0wwa {
32
+ .badge__icon_htvsl.badge__tertiary_htvsl {
54
33
  color: #464649;
55
34
  background-color: #464649;
56
35
  }
57
- .badge__icon_f0wwa.badge__secondary_f0wwa {
36
+ .badge__icon_htvsl.badge__secondary_htvsl {
58
37
  color: #8d8d93;
59
38
  background-color: #8d8d93;
60
39
  }
61
- .badge__icon_f0wwa.badge__primary_f0wwa {
40
+ .badge__icon_htvsl.badge__primary_htvsl {
62
41
  color: #fff;
63
42
  background-color: #fff;
64
43
  }
65
- .badge__icon_f0wwa:before {
44
+ .badge__icon_htvsl:before {
66
45
  background-color: #121212;
67
46
  }
68
- .badge__outline_f0wwa {
47
+ .badge__outline_htvsl {
69
48
  background-color: #121212;
70
49
  }
71
- .badge__outlineColor_f0wwa.badge__attention_f0wwa {
50
+ .badge__outlineColor_htvsl.badge__attention_htvsl {
72
51
  background-color: #f6bf65;
73
52
  }
74
- .badge__outlineColor_f0wwa.badge__positive_f0wwa {
53
+ .badge__outlineColor_htvsl.badge__positive_htvsl {
75
54
  background-color: #2fc26e;
76
55
  }
77
- .badge__outlineColor_f0wwa.badge__negative_f0wwa {
56
+ .badge__outlineColor_htvsl.badge__negative_htvsl {
78
57
  background-color: #d91d0b;
79
58
  }
80
- .badge__outlineColor_f0wwa.badge__link_f0wwa {
59
+ .badge__outlineColor_htvsl.badge__link_htvsl {
81
60
  background-color: #0072ef;
82
61
  }
83
- .badge__outlineColor_f0wwa .badge__tertiary_f0wwa {
62
+ .badge__outlineColor_htvsl .badge__tertiary_htvsl {
84
63
  background-color: #464649;
85
64
  }
86
- .badge__outlineColor_f0wwa.badge__secondary_f0wwa {
65
+ .badge__outlineColor_htvsl.badge__secondary_htvsl {
87
66
  background-color: #8d8d93;
88
67
  }
89
- .badge__outlineColor_f0wwa.badge__primary_f0wwa {
68
+ .badge__outlineColor_htvsl.badge__primary_htvsl {
90
69
  background-color: #fff;
91
- }.dropzone__component_113pl {
92
- border: 2px dashed #464649;
93
- }
94
- .dropzone__component_113pl:not(.dropzone__disabled_113pl):hover {
95
- background-color: transparent;
70
+ }.backdrop__backdrop_azra2 {
71
+ -webkit-tap-highlight-color: transparent;
96
72
  }
97
- .dropzone__dragOver_113pl {
73
+ .backdrop__appear_azra2,
74
+ .backdrop__enter_azra2 {
98
75
  background-color: transparent;
99
76
  }
100
- .dropzone__error_113pl {
101
- border-color: #ef3124;
77
+ .backdrop__appearActive_azra2,
78
+ .backdrop__enterActive_azra2,
79
+ .backdrop__appearDone_azra2,
80
+ .backdrop__enterDone_azra2 {
81
+ background-color: rgba(0, 0, 0, 0.8);
102
82
  }
103
- .dropzone__overlay_1dpz7 {
104
- background: #202022;
83
+ .backdrop__exit_azra2 {
84
+ background-color: rgba(0, 0, 0, 0.8);
105
85
  }
106
- .dropzone__text_1dpz7 {
107
- color: #fff;
108
- }.checkbox-group__error_1abj1 {
86
+ .backdrop__exitActive_azra2,
87
+ .backdrop__exitDone_azra2 {
88
+ background-color: transparent;
89
+ }.checkbox-group__error_d6eb7 {
109
90
  border-left: 1px solid #f15045;
110
91
  }
111
- .checkbox-group__label_1abj1 {
92
+ .checkbox-group__label_d6eb7 {
112
93
  color: #fff;
113
94
  }
114
- .checkbox-group__errorMessage_1abj1 {
95
+ .checkbox-group__errorMessage_d6eb7 {
115
96
  color: #f15045;
116
97
  }
117
- .checkbox-group__hint_1abj1 {
98
+ .checkbox-group__hint_d6eb7 {
118
99
  color: #8d8d93;
119
- }.checkbox__box_12xqo {
100
+ }.divider__component_1um66 {
101
+ border-bottom: 1px solid #2b2b2e;
102
+ }.checkbox__box_1mqzs {
120
103
  color: #000;
121
104
  background-color: #000;
122
105
  border: 1.5px solid #8d8d93;
123
106
  }
124
- .checkbox__checkedIcon_12xqo {
107
+ .checkbox__checkedIcon_1mqzs {
125
108
  color: #000;
126
109
  }
127
- .checkbox__component_12xqo:hover:not(.checkbox__disabled_12xqo):not(.checkbox__inactive_12xqo) .checkbox__box_12xqo {
110
+ .checkbox__component_1mqzs:hover:not(.checkbox__disabled_1mqzs):not(.checkbox__inactive_1mqzs) .checkbox__box_1mqzs {
128
111
  background-color: #000;
129
112
  border-color: #8d8d93;
130
113
  }
131
- .checkbox__component_12xqo:active:not(.checkbox__disabled_12xqo):not(.checkbox__inactive_12xqo) .checkbox__box_12xqo {
114
+ .checkbox__component_1mqzs:active:not(.checkbox__disabled_1mqzs):not(.checkbox__inactive_1mqzs) .checkbox__box_1mqzs {
132
115
  background-color: #000;
133
116
  border-color: #fff;
134
117
  }
135
- .checkbox__checked_12xqo .checkbox__box_12xqo {
118
+ .checkbox__checked_1mqzs .checkbox__box_1mqzs {
136
119
  background-color: #fff;
137
120
  border-color: transparent;
138
121
  }
139
- .checkbox__checked_12xqo:hover:not(.checkbox__disabled_12xqo):not(.checkbox__inactive_12xqo) .checkbox__box_12xqo {
122
+ .checkbox__checked_1mqzs:hover:not(.checkbox__disabled_1mqzs):not(.checkbox__inactive_1mqzs) .checkbox__box_1mqzs {
140
123
  background-color: rgb(255, 255, 255);
141
124
  border-color: transparent;
142
125
  }
143
- .checkbox__checked_12xqo:active:not(.checkbox__disabled_12xqo):not(.checkbox__inactive_12xqo) .checkbox__box_12xqo {
126
+ .checkbox__checked_1mqzs:active:not(.checkbox__disabled_1mqzs):not(.checkbox__inactive_1mqzs) .checkbox__box_1mqzs {
144
127
  background-color: rgb(255, 255, 255);
145
128
  border-color: transparent;
146
129
  }
147
- .checkbox__indeterminate_12xqo .checkbox__box_12xqo {
130
+ .checkbox__indeterminate_1mqzs .checkbox__box_1mqzs {
148
131
  background-color: #fff;
149
132
  border-color: transparent;
150
133
  }
151
- .checkbox__indeterminate_12xqo:hover:not(.checkbox__disabled_12xqo):not(.checkbox__inactive_12xqo) .checkbox__box_12xqo {
134
+ .checkbox__indeterminate_1mqzs:hover:not(.checkbox__disabled_1mqzs):not(.checkbox__inactive_1mqzs) .checkbox__box_1mqzs {
152
135
  background-color: rgb(255, 255, 255);
153
136
  border-color: transparent;
154
137
  }
155
- .checkbox__indeterminate_12xqo:active:not(.checkbox__disabled_12xqo):not(.checkbox__inactive_12xqo) .checkbox__box_12xqo {
138
+ .checkbox__indeterminate_1mqzs:active:not(.checkbox__disabled_1mqzs):not(.checkbox__inactive_1mqzs) .checkbox__box_1mqzs {
156
139
  background-color: rgb(255, 255, 255);
157
140
  border-color: transparent;
158
141
  }
159
- .checkbox__disabled_12xqo .checkbox__box_12xqo {
142
+ .checkbox__disabled_1mqzs .checkbox__box_1mqzs {
160
143
  background-color: #000;
161
144
  border-color: #2a2a2c;
162
145
  }
163
- .checkbox__disabled_12xqo.checkbox__checked_12xqo .checkbox__box_12xqo {
146
+ .checkbox__disabled_1mqzs.checkbox__checked_1mqzs .checkbox__box_1mqzs {
164
147
  background-color: #3a3a3c;
165
148
  border-color: transparent;
166
149
  }
167
- .checkbox__disabled_12xqo.checkbox__indeterminate_12xqo .checkbox__box_12xqo {
150
+ .checkbox__disabled_1mqzs.checkbox__indeterminate_1mqzs .checkbox__box_1mqzs {
168
151
  background-color: #3a3a3c;
169
152
  border-color: transparent;
170
153
  }
171
- .checkbox__disabled_12xqo .checkbox__label_12xqo {
154
+ .checkbox__disabled_1mqzs .checkbox__label_1mqzs {
172
155
  color: #8d8d93;
173
156
  }
174
- .checkbox__disabled_12xqo .checkbox__hint_12xqo {
157
+ .checkbox__disabled_1mqzs .checkbox__hint_1mqzs {
175
158
  color: #8d8d93;
176
159
  }
177
- .checkbox__inactive_12xqo .checkbox__box_12xqo {
160
+ .checkbox__inactive_1mqzs .checkbox__box_1mqzs {
178
161
  background-color: #3a3a3c;
179
162
  border-color: #464649;
180
163
  }
181
- .checkbox__inactive_12xqo.checkbox__checked_12xqo .checkbox__box_12xqo {
164
+ .checkbox__inactive_1mqzs.checkbox__checked_1mqzs .checkbox__box_1mqzs {
182
165
  color: #464649;
183
166
  border-color: transparent;
184
167
  }
185
- .checkbox__inactive_12xqo.checkbox__indeterminate_12xqo .checkbox__box_12xqo {
168
+ .checkbox__inactive_1mqzs.checkbox__indeterminate_1mqzs .checkbox__box_1mqzs {
186
169
  border-color: transparent;
187
170
  }
188
- .checkbox__focused_12xqo .checkbox__box_12xqo {
171
+ .checkbox__focused_1mqzs .checkbox__box_1mqzs {
189
172
  outline: 2px solid #0072ef;
190
173
  }
191
- .checkbox__label_12xqo {
174
+ .checkbox__label_1mqzs {
192
175
  color: #fff;
193
176
  }
194
- .checkbox__errorMessage_12xqo {
177
+ .checkbox__errorMessage_1mqzs {
195
178
  color: #f15045;
196
179
  }
197
- .checkbox__hint_12xqo {
180
+ .checkbox__hint_1mqzs {
198
181
  color: #8d8d93;
199
182
  }
200
- .checkbox__inactive_12xqo .checkbox__indeterminateLine_12xqo {
183
+ .checkbox__inactive_1mqzs .checkbox__indeterminateLine_1mqzs {
201
184
  background-color: #464649;
202
185
  }
203
- .checkbox__indeterminateLine_12xqo {
186
+ .checkbox__indeterminateLine_1mqzs {
204
187
  background-color: #000;
205
- }.code-input__error_1p8rk {
188
+ }.dropzone__component_192ii {
189
+ border: 2px dashed #464649;
190
+ }
191
+ .dropzone__component_192ii:not(.dropzone__disabled_192ii):hover {
192
+ background-color: transparent;
193
+ }
194
+ .dropzone__dragOver_192ii {
195
+ background-color: transparent;
196
+ }
197
+ .dropzone__error_192ii {
198
+ border-color: #ef3124;
199
+ }
200
+ .dropzone__overlay_fam2n {
201
+ background: #202022;
202
+ }
203
+ .dropzone__text_fam2n {
204
+ color: #fff;
205
+ }.code-input__error_a3cil {
206
206
  color: #f15045;
207
207
  }
208
- @keyframes code-input__shake_1p8rk {
208
+ @keyframes code-input__shake_a3cil {
209
209
  }
210
- .code-input__input_1o5vx {
210
+ .code-input__input_9qjnl {
211
211
  background-color: #202022;
212
212
  color: #fff
213
213
  }
214
- .code-input__input_1o5vx.code-input__hasError_1o5vx {
214
+ .code-input__input_9qjnl.code-input__hasError_9qjnl {
215
215
  color: #f15045;
216
216
  caret-color: #fff;
217
217
  background-color: #35110d;
218
218
  }
219
- .code-input__input_1o5vx.code-input__disabled_1o5vx {
219
+ .code-input__input_9qjnl.code-input__disabled_9qjnl {
220
220
  color: #464649;
221
221
  }
222
- .code-input__input_1o5vx:-webkit-autofill {
222
+ .code-input__input_9qjnl:-webkit-autofill {
223
223
  -webkit-text-fill-color: #fff;
224
- }.form-control__component_awnm2 {
224
+ }.form-control__component_1pf0b {
225
225
  color: #fff;
226
226
  }
227
- .form-control__inner_awnm2 {
227
+ .form-control__inner_1pf0b {
228
228
  background-color: #202022;
229
229
  }
230
- .form-control__label_awnm2 {
230
+ .form-control__label_1pf0b {
231
231
  color: #8d8d93;
232
232
  }
233
- .form-control__hint_awnm2 {
233
+ .form-control__hint_1pf0b {
234
234
  color: #8d8d93;
235
235
  }
236
- .form-control__disabled_awnm2 {
236
+ .form-control__disabled_1pf0b {
237
237
  background-color: #202022;
238
238
  color: #8d8d93;
239
239
  }
240
- .form-control__focused_awnm2.form-control__inner_awnm2 {
240
+ .form-control__focused_1pf0b.form-control__inner_1pf0b {
241
241
  background-color: #202022;
242
242
  }
243
- .form-control__inner_awnm2:not(.form-control__disabled_awnm2):hover {
243
+ .form-control__inner_1pf0b:not(.form-control__disabled_1pf0b):hover {
244
244
  background-color: #202022;
245
245
  }
246
- .form-control__error_awnm2 {
246
+ .form-control__error_1pf0b {
247
247
  color: #f15045;
248
248
  }
249
- .form-control__hasError_awnm2 .form-control__label_awnm2 {
249
+ .form-control__hasError_1pf0b .form-control__label_1pf0b {
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_1ejsb {
254
+ .form-control__component_u10yn {
255
255
  color: #000;
256
256
  }
257
- .form-control__inner_1ejsb {
257
+ .form-control__inner_u10yn {
258
258
  background-color: #f3f4f5;
259
259
  }
260
- .form-control__label_1ejsb {
260
+ .form-control__label_u10yn {
261
261
  color: rgba(60, 60, 67, 0.6);
262
262
  }
263
- .form-control__hint_1ejsb {
263
+ .form-control__hint_u10yn {
264
264
  color: rgba(60, 60, 67, 0.6);
265
265
  }
266
- .form-control__disabled_1ejsb {
266
+ .form-control__disabled_u10yn {
267
267
  background-color: #f3f4f5;
268
268
  color: rgba(60, 60, 67, 0.6);
269
269
  }
270
- .form-control__focused_1ejsb.form-control__inner_1ejsb {
270
+ .form-control__focused_u10yn.form-control__inner_u10yn {
271
271
  background-color: #f3f4f5;
272
272
  }
273
- .form-control__inner_1ejsb:not(.form-control__disabled_1ejsb):hover {
273
+ .form-control__inner_u10yn:not(.form-control__disabled_u10yn):hover {
274
274
  background-color: #f3f4f5;
275
275
  }
276
- .form-control__error_1ejsb {
276
+ .form-control__error_u10yn {
277
277
  color: #ef3124;
278
278
  }
279
- .form-control__hasError_1ejsb .form-control__label_1ejsb {
279
+ .form-control__hasError_u10yn .form-control__label_u10yn {
280
280
  color: #ef3124;
281
- }.hatching-progress-bar__container_1ev12 {
281
+ }.hatching-progress-bar__container_1nz4n {
282
282
  background: rgba(255, 255, 255, 0.1);
283
283
  }
284
- .hatching-progress-bar__hatch_1ev12 {
284
+ .hatching-progress-bar__hatch_1nz4n {
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_1ev12 {
291
+ .hatching-progress-bar__positive_1nz4n {
292
292
  background: #2fc26e;
293
293
  }
294
- .hatching-progress-bar__attention_1ev12 {
294
+ .hatching-progress-bar__attention_1nz4n {
295
295
  background: #f6bf65;
296
296
  }
297
- .hatching-progress-bar__negative_1ev12 {
297
+ .hatching-progress-bar__negative_1nz4n {
298
298
  background: #d91d0b;
299
299
  }
300
- .hatching-progress-bar__link_1ev12 {
300
+ .hatching-progress-bar__link_1nz4n {
301
301
  background: #0072ef;
302
302
  }
303
- .hatching-progress-bar__tertiary_1ev12 {
303
+ .hatching-progress-bar__tertiary_1nz4n {
304
304
  background: #464649;
305
305
  }
306
- .hatching-progress-bar__secondary_1ev12 {
306
+ .hatching-progress-bar__secondary_1nz4n {
307
307
  background: #8d8d93;
308
308
  }
309
- .hatching-progress-bar__primary_1ev12 {
309
+ .hatching-progress-bar__primary_1nz4n {
310
310
  background: #fff;
311
311
  }
312
- .hatching-progress-bar__accent_1ev12 {
312
+ .hatching-progress-bar__accent_1nz4n {
313
313
  background: #ef3124;
314
- }.list__list_194zg {
315
- color: #fff;
316
- }
317
- .list__slot_194zg {
318
- color: #fff;
319
- }.icon-view__component_1beaa {
314
+ }.icon-view__component_16x3l {
320
315
  color: rgba(235, 235, 245, 0.6);
321
316
  }
322
- .icon-view__bg_1beaa {
317
+ .icon-view__bg_16x3l {
323
318
  fill: #f3f4f5;
324
319
  }
325
- .icon-view__border_1beaa {
320
+ .icon-view__border_16x3l {
326
321
  stroke: rgba(255, 255, 255, 0.1);
327
322
  fill: transparent;
328
- }@keyframes loader__blink_h37t8 {
329
323
  }@media (max-width: 599px) {
330
324
  }
331
325
  @media (min-width: 360px) {
@@ -374,1941 +368,494 @@
374
368
  }
375
369
  @media (min-width: 1920px) {
376
370
  }
377
- .link__primary_1ferf {
371
+ .list__list_uu13c {
372
+ color: #fff;
373
+ }
374
+ .list__slot_uu13c {
375
+ color: #fff;
376
+ }.link__primary_1u3h8 {
378
377
  color: #fff;
379
378
  border-bottom-color: #fff
380
379
  }
381
- .link__primary_1ferf:hover {
380
+ .link__primary_1u3h8:hover {
382
381
  color: rgb(255, 255, 255);
383
382
  }
384
- .link__primary_1ferf:active {
383
+ .link__primary_1u3h8:active {
385
384
  color: rgb(255, 255, 255);
386
385
  }
387
- .link__secondary_1ferf {
386
+ .link__secondary_1u3h8 {
388
387
  color: #8d8d93;
389
388
  border-bottom-color: #8d8d93
390
389
  }
391
- .link__secondary_1ferf:hover {
390
+ .link__secondary_1u3h8:hover {
392
391
  color: rgb(164, 164, 169);
393
392
  }
394
- .link__secondary_1ferf:active {
393
+ .link__secondary_1u3h8:active {
395
394
  color: rgb(187, 187, 190);
396
395
  }
397
- .link__defaultView_1ferf {
396
+ .link__defaultView_1u3h8 {
398
397
  color: #0072ef;
399
398
  border-bottom-color: #0072ef
400
399
  }
401
- .link__defaultView_1ferf:hover {
400
+ .link__defaultView_1u3h8:hover {
402
401
  color: rgb(51, 142, 242);
403
402
  }
404
- .link__defaultView_1ferf:active {
403
+ .link__defaultView_1u3h8:active {
405
404
  color: rgb(102, 170, 245);
406
405
  }
407
- .link__component_1785t:hover .link__text_1785t,
408
- .link__component_1785t:active .link__text_1785t {
406
+ .link__component_18sb0:hover .link__text_18sb0,
407
+ .link__component_18sb0:active .link__text_18sb0 {
409
408
  border-bottom-color: rgba(0, 0, 0, 0);
410
409
  }
411
- .link__focused_1785t {
410
+ .link__focused_18sb0 {
412
411
  outline: 2px solid #0072ef;
413
412
  }
414
- .link__primary_jb7hy {
413
+ .link__primary_xzxah {
415
414
  color: #000;
416
415
  border-bottom-color: #000
417
416
  }
418
- .link__primary_jb7hy:hover {
417
+ .link__primary_xzxah:hover {
419
418
  color: rgb(204, 204, 204);
420
419
  }
421
- .link__primary_jb7hy:active {
420
+ .link__primary_xzxah:active {
422
421
  color: rgb(153, 153, 153);
423
422
  }
424
- .link__secondary_jb7hy {
423
+ .link__secondary_xzxah {
425
424
  color: #8a8a8e;
426
425
  border-bottom-color: #8a8a8e
427
426
  }
428
- .link__secondary_jb7hy:hover {
427
+ .link__secondary_xzxah:hover {
429
428
  color: rgb(146, 150, 156);
430
429
  }
431
- .link__secondary_jb7hy:active {
430
+ .link__secondary_xzxah:active {
432
431
  color: rgb(109, 113, 117);
433
432
  }
434
- .link__defaultView_jb7hy {
433
+ .link__defaultView_xzxah {
435
434
  color: #0072ef;
436
435
  border-bottom-color: #0072ef
437
436
  }
438
- .link__defaultView_jb7hy:hover {
437
+ .link__defaultView_xzxah:hover {
439
438
  color: rgb(0, 98, 204);
440
439
  }
441
- .link__defaultView_jb7hy:active {
440
+ .link__defaultView_xzxah:active {
442
441
  color: rgb(0, 73, 153);
443
- }.progress-bar__container_19r3h {
442
+ }@keyframes loader__blink_isa8b {
443
+ }.progress-bar__container_yw1ta {
444
444
  background: rgba(255, 255, 255, 0.1)
445
445
  }
446
- .progress-bar__filled_19r3h.progress-bar__positive_19r3h {
446
+ .progress-bar__filled_yw1ta.progress-bar__positive_yw1ta {
447
447
  background: #2fc26e;
448
448
  }
449
- .progress-bar__filled_19r3h.progress-bar__negative_19r3h {
449
+ .progress-bar__filled_yw1ta.progress-bar__negative_yw1ta {
450
450
  background: #d91d0b;
451
451
  }
452
- .progress-bar__filled_19r3h.progress-bar__attention_19r3h {
452
+ .progress-bar__filled_yw1ta.progress-bar__attention_yw1ta {
453
453
  background: #f6bf65;
454
454
  }
455
- .progress-bar__filled_19r3h.progress-bar__link_19r3h {
455
+ .progress-bar__filled_yw1ta.progress-bar__link_yw1ta {
456
456
  background: #0072ef;
457
457
  }
458
- .progress-bar__filled_19r3h.progress-bar__tertiary_19r3h {
458
+ .progress-bar__filled_yw1ta.progress-bar__tertiary_yw1ta {
459
459
  background: #464649;
460
460
  }
461
- .progress-bar__filled_19r3h.progress-bar__secondary_19r3h {
461
+ .progress-bar__filled_yw1ta.progress-bar__secondary_yw1ta {
462
462
  background: #8d8d93;
463
463
  }
464
- .progress-bar__filled_19r3h.progress-bar__primary_19r3h {
464
+ .progress-bar__filled_yw1ta.progress-bar__primary_yw1ta {
465
465
  background: #fff;
466
466
  }
467
- .progress-bar__filled_19r3h.progress-bar__accent_19r3h {
467
+ .progress-bar__filled_yw1ta.progress-bar__accent_yw1ta {
468
468
  background: #ef3124;
469
- }.pure-input__input_tbiyz {
469
+ }.pure-input__input_gbxzm {
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_tbiyz:-webkit-autofill {
474
+ .pure-input__input_gbxzm:-webkit-autofill {
475
475
  -webkit-text-fill-color: #fff;
476
476
  }
477
- .pure-input__input_tbiyz::placeholder {
477
+ .pure-input__input_gbxzm::placeholder {
478
478
  color: #8d8d93;
479
479
  }
480
- .pure-input__hasLabel_tbiyz::placeholder {
480
+ .pure-input__hasLabel_gbxzm::placeholder {
481
481
  color: #464649;
482
482
  }
483
- .pure-input__clearIcon_tbiyz {
483
+ .pure-input__clearIcon_gbxzm {
484
484
  color: #fff;
485
485
  }
486
- .pure-input__input_tbiyz:read-only {
486
+ .pure-input__input_gbxzm:read-only {
487
487
  color: #8d8d93
488
488
  }
489
- .pure-input__input_tbiyz:read-only:focus::placeholder {
489
+ .pure-input__input_gbxzm:read-only:focus::placeholder {
490
490
  color: #8d8d93;
491
491
  }
492
- .pure-input__input_tbiyz:disabled {
492
+ .pure-input__input_gbxzm:disabled {
493
493
  color: #fff;
494
494
  -webkit-text-fill-color: #fff;
495
495
  }
496
- .pure-input__input_tbiyz:focus::placeholder {
496
+ .pure-input__input_gbxzm:focus::placeholder {
497
497
  color: rgba(235, 235, 245, 0.3);
498
498
  }
499
- .pure-input__error_tbiyz {
499
+ .pure-input__error_gbxzm {
500
500
  color: #f15045;
501
501
  caret-color: #f15045;
502
502
  }
503
- .pure-input__component_tbiyz {
503
+ .pure-input__component_gbxzm {
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_tbiyz::placeholder {
508
+ .pure-input__component_gbxzm::placeholder {
509
509
  color: #8d8d93;
510
510
  }
511
- .pure-input__component_tbiyz:disabled {
511
+ .pure-input__component_gbxzm:disabled {
512
512
  color: #fff;
513
513
  background-color: #202022;
514
514
  }
515
- .pure-input__component_tbiyz:not(:disabled):focus::placeholder {
515
+ .pure-input__component_gbxzm:not(:disabled):focus::placeholder {
516
516
  color: rgba(235, 235, 245, 0.3);
517
517
  }
518
- .pure-input__focusVisible_tbiyz {
518
+ .pure-input__focusVisible_gbxzm {
519
519
  outline: 2px solid #0072ef;
520
520
  }
521
- .pure-input__component_tbiyz:not(:disabled):hover {
521
+ .pure-input__component_gbxzm:not(:disabled):hover {
522
522
  background-color: #202022;
523
- }.skeleton__component_9017c {
524
- color: transparent;
525
- }
526
- .skeleton__component_9017c:before {
527
- background: rgba(255, 255, 255, 0.1);
528
- }
529
- .skeleton__animate_9017c:after {
530
- background: rgba(255, 255, 255, 0.1);
531
- background-image: linear-gradient(
532
- to left,
533
- rgba(0, 0, 0, 0),
534
- rgba(0, 0, 0, 0) 40%,
535
- rgba(0, 0, 0, 0.05) 50%,
536
- rgba(0, 0, 0, 0) 60%,
537
- rgba(0, 0, 0, 0)
538
- );
539
- }
540
- @keyframes skeleton__gradient_9017c {
541
- }
542
- @keyframes skeleton__background_9017c {
543
- 0% {
544
- background: rgb(182, 188, 195);
545
- }
546
- 100% {
547
- background: rgb(198, 205, 214);
548
- }
549
- }.radio-group__error_11lez {
523
+ }.radio-group__error_1jhds {
550
524
  border-left: 1px solid #f15045;
551
525
  }
552
- .radio-group__label_11lez {
526
+ .radio-group__label_1jhds {
553
527
  color: #fff;
554
528
  }
555
- .radio-group__errorMessage_11lez {
529
+ .radio-group__errorMessage_1jhds {
556
530
  color: #f15045;
557
531
  }
558
- .radio-group__hint_11lez {
532
+ .radio-group__hint_1jhds {
559
533
  color: #8d8d93;
560
- }.radio__container_1uc99:not(.radio__checked_1uc99):not(.radio__disabled_1uc99):not(.radio__inactive_1uc99) .radio__circle_1uc99 {
534
+ }.radio__container_1c2p4:not(.radio__checked_1c2p4):not(.radio__disabled_1c2p4):not(.radio__inactive_1c2p4) .radio__circle_1c2p4 {
561
535
  background-color: #000;
562
536
  border: 1.5px solid #8d8d93;
563
537
  }
564
- .radio__container_1uc99:not(.radio__checked_1uc99):not(.radio__disabled_1uc99):not(.radio__inactive_1uc99):hover:not(:active) .radio__circle_1uc99 {
538
+ .radio__container_1c2p4:not(.radio__checked_1c2p4):not(.radio__disabled_1c2p4):not(.radio__inactive_1c2p4):hover:not(:active) .radio__circle_1c2p4 {
565
539
  background-color: #000;
566
540
  border-color: #8d8d93;
567
541
  }
568
- .radio__container_1uc99:not(.radio__checked_1uc99):not(.radio__disabled_1uc99):not(.radio__inactive_1uc99):active .radio__circle_1uc99 {
542
+ .radio__container_1c2p4:not(.radio__checked_1c2p4):not(.radio__disabled_1c2p4):not(.radio__inactive_1c2p4):active .radio__circle_1c2p4 {
569
543
  background-color: #000;
570
544
  border-color: #fff;
571
545
  }
572
- .radio__container_1uc99.radio__disabled_1uc99 .radio__circle_1uc99 {
546
+ .radio__container_1c2p4.radio__disabled_1c2p4 .radio__circle_1c2p4 {
573
547
  background-color: #000;
574
548
  border: 1.5px solid #2a2a2c;
575
549
  }
576
- .radio__container_1uc99.radio__disabled_1uc99 .radio__label_1uc99 {
550
+ .radio__container_1c2p4.radio__disabled_1c2p4 .radio__label_1c2p4 {
577
551
  color: #8d8d93;
578
552
  }
579
- .radio__container_1uc99.radio__disabled_1uc99 .radio__hint_1uc99 {
553
+ .radio__container_1c2p4.radio__disabled_1c2p4 .radio__hint_1c2p4 {
580
554
  color: #8d8d93;
581
555
  }
582
- .radio__container_1uc99.radio__inactive_1uc99 .radio__circle_1uc99 {
556
+ .radio__container_1c2p4.radio__inactive_1c2p4 .radio__circle_1c2p4 {
583
557
  background-color: #3a3a3c;
584
558
  border: 1px solid #464649;
585
559
  }
586
- .radio__container_1uc99.radio__inactive_1uc99.radio__checked_1uc99 .radio__circle_1uc99:before {
560
+ .radio__container_1c2p4.radio__inactive_1c2p4.radio__checked_1c2p4 .radio__circle_1c2p4:before {
587
561
  background-color: #464649;
588
562
  }
589
- .radio__container_1uc99.radio__checked_1uc99 .radio__circle_1uc99 {
563
+ .radio__container_1c2p4.radio__checked_1c2p4 .radio__circle_1c2p4 {
590
564
  background-color: #fff;
591
565
  border: 1.5px solid transparent;
592
566
  }
593
- .radio__container_1uc99.radio__checked_1uc99:hover .radio__circle_1uc99 {
567
+ .radio__container_1c2p4.radio__checked_1c2p4:hover .radio__circle_1c2p4 {
594
568
  background-color: rgb(255, 255, 255);
595
569
  border-color: transparent;
596
570
  }
597
- .radio__container_1uc99.radio__checked_1uc99:active .radio__circle_1uc99 {
571
+ .radio__container_1c2p4.radio__checked_1c2p4:active .radio__circle_1c2p4 {
598
572
  background-color: rgb(255, 255, 255);
599
573
  border-color: transparent;
600
574
  }
601
- .radio__container_1uc99.radio__focused_1uc99 .radio__circle_1uc99 {
575
+ .radio__container_1c2p4.radio__focused_1c2p4 .radio__circle_1c2p4 {
602
576
  outline: 2px solid #0072ef;
603
577
  }
604
- .radio__container_1uc99.radio__disabled_1uc99.radio__checked_1uc99 .radio__circle_1uc99,
605
- .radio__container_1uc99.radio__inactive_1uc99.radio__checked_1uc99 .radio__circle_1uc99 {
578
+ .radio__container_1c2p4.radio__disabled_1c2p4.radio__checked_1c2p4 .radio__circle_1c2p4,
579
+ .radio__container_1c2p4.radio__inactive_1c2p4.radio__checked_1c2p4 .radio__circle_1c2p4 {
606
580
  background-color: #3a3a3c;
607
581
  border-color: transparent;
608
582
  }
609
- .radio__circle_1uc99:before {
583
+ .radio__circle_1c2p4:before {
610
584
  background-color: #000;
611
585
  }
612
- .radio__label_1uc99 {
586
+ .radio__label_1c2p4 {
613
587
  color: #fff;
614
588
  }
615
- .radio__hint_1uc99 {
589
+ .radio__hint_1c2p4 {
616
590
  color: #8d8d93;
617
- }.scrollbar__component_16g75 .scrollbar:before {
591
+ }.scrollbar__component_19ghb .scrollbar:before {
618
592
  background-color: rgba(255, 255, 255, 0.3);
619
593
  }
620
- .scrollbar__component_16g75.dragging .track .scrollbar.visible:before {
594
+ .scrollbar__component_19ghb.dragging .track .scrollbar.visible:before {
621
595
  background-color: rgba(255, 255, 255, 0.6);
622
596
  }
623
597
 
624
- .scrollbar__component_phh9m .scrollbar:before {
598
+ .scrollbar__component_shrfg .scrollbar:before {
625
599
  background-color: rgba(0, 0, 0, 0.3);
626
600
  }
627
- .scrollbar__component_phh9m.dragging .track .scrollbar.visible:before {
601
+ .scrollbar__component_shrfg.dragging .track .scrollbar.visible:before {
628
602
  background-color: rgba(0, 0, 0, 0.6);
629
- }.slider__progress_e29mb {
603
+ }.skeleton__component_ot132 {
604
+ color: transparent;
605
+ }
606
+ .skeleton__component_ot132:before {
607
+ background: rgba(255, 255, 255, 0.1);
608
+ }
609
+ .skeleton__animate_ot132:after {
610
+ background: rgba(255, 255, 255, 0.1);
611
+ background-image: linear-gradient(
612
+ to left,
613
+ rgba(0, 0, 0, 0),
614
+ rgba(0, 0, 0, 0) 40%,
615
+ rgba(0, 0, 0, 0.05) 50%,
616
+ rgba(0, 0, 0, 0) 60%,
617
+ rgba(0, 0, 0, 0)
618
+ );
619
+ }
620
+ @keyframes skeleton__gradient_ot132 {
621
+ }
622
+ @keyframes skeleton__background_ot132 {
623
+ 0% {
624
+ background: rgb(182, 188, 195);
625
+ }
626
+ 100% {
627
+ background: rgb(198, 205, 214);
628
+ }
629
+ }.slider__progress_1s5tw {
630
630
  background: #2a2a2c;
631
631
  }
632
- .slider__progress_e29mb::-moz-progress-bar {
632
+ .slider__progress_1s5tw::-moz-progress-bar {
633
633
  background: #d91d0b;
634
634
  }
635
- .slider__progress_e29mb::-ms-fill {
635
+ .slider__progress_1s5tw::-ms-fill {
636
636
  background: #d91d0b;
637
637
  }
638
- .slider__progress_e29mb::-webkit-progress-value {
638
+ .slider__progress_1s5tw::-webkit-progress-value {
639
639
  background: #d91d0b;
640
640
  }
641
- .slider__progress_e29mb::-webkit-progress-bar {
641
+ .slider__progress_1s5tw::-webkit-progress-bar {
642
642
  background: transparent;
643
643
  }
644
- .slider__range_e29mb,
645
- .slider__range_e29mb:focus {
644
+ .slider__range_1s5tw,
645
+ .slider__range_1s5tw:focus {
646
646
  background: transparent;
647
647
  border-color: transparent;
648
648
  color: transparent;
649
649
  }
650
- .slider__range_e29mb::-ms-track {
650
+ .slider__range_1s5tw::-ms-track {
651
651
  background: transparent;
652
652
  border-color: transparent;
653
653
  color: transparent;
654
654
  }
655
- .slider__range_e29mb::-ms-fill-lower {
655
+ .slider__range_1s5tw::-ms-fill-lower {
656
656
  background: transparent;
657
657
  }
658
- .slider__range_e29mb::-ms-fill-upper {
658
+ .slider__range_1s5tw::-ms-fill-upper {
659
659
  background: transparent;
660
660
  }
661
- .slider__range_e29mb::-webkit-slider-thumb {
661
+ .slider__range_1s5tw::-webkit-slider-thumb {
662
662
  background: #ef3124;
663
663
  box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
664
664
  }
665
- .slider__range_e29mb::-ms-thumb {
665
+ .slider__range_1s5tw::-ms-thumb {
666
666
  background: #ef3124;
667
667
  box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
668
668
  }
669
- .slider__range_e29mb::-moz-range-thumb {
669
+ .slider__range_1s5tw::-moz-range-thumb {
670
670
  background: #ef3124;
671
671
  box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
672
672
  }
673
- .slider__focused_e29mb::-webkit-slider-thumb {
673
+ .slider__focused_1s5tw::-webkit-slider-thumb {
674
674
  outline: 2px solid #0072ef;
675
675
  }
676
- .slider__focused_e29mb::-ms-thumb {
676
+ .slider__focused_1s5tw::-ms-thumb {
677
677
  outline: 2px solid #0072ef;
678
678
  }
679
- .slider__component_e29mb:hover .slider__progress_e29mb {
679
+ .slider__component_1s5tw:hover .slider__progress_1s5tw {
680
680
  background: #2a2a2c
681
681
  }
682
- .slider__component_e29mb:hover .slider__progress_e29mb::-moz-progress-bar {
682
+ .slider__component_1s5tw:hover .slider__progress_1s5tw::-moz-progress-bar {
683
683
  background: #d91d0b;
684
684
  }
685
- .slider__component_e29mb:hover .slider__progress_e29mb::-ms-fill {
685
+ .slider__component_1s5tw:hover .slider__progress_1s5tw::-ms-fill {
686
686
  background: #d91d0b;
687
687
  }
688
- .slider__component_e29mb:hover .slider__progress_e29mb::-webkit-progress-value {
688
+ .slider__component_1s5tw:hover .slider__progress_1s5tw::-webkit-progress-value {
689
689
  background: #d91d0b;
690
690
  }
691
- .slider__component_e29mb:hover .slider__range_e29mb::-webkit-slider-thumb {
691
+ .slider__component_1s5tw:hover .slider__range_1s5tw::-webkit-slider-thumb {
692
692
  background: #ef3124;
693
693
  }
694
- .slider__component_e29mb:hover .slider__range_e29mb::-ms-thumb {
694
+ .slider__component_1s5tw:hover .slider__range_1s5tw::-ms-thumb {
695
695
  background: #ef3124;
696
696
  }
697
- .slider__component_e29mb:hover .slider__range_e29mb::-moz-range-thumb {
697
+ .slider__component_1s5tw:hover .slider__range_1s5tw::-moz-range-thumb {
698
698
  background: #ef3124;
699
- }@keyframes spinner__spin_animation_17hke {
700
- }.status__soft_6qrsy.status__green_6qrsy {
699
+ }@keyframes spinner__spin_animation_223dk {
700
+ }.status__soft_1sdn9.status__green_1sdn9 {
701
701
  background: rgba(19, 164, 99, 0.1);
702
702
  color: #13a463;
703
703
  }
704
- .status__soft_6qrsy.status__orange_6qrsy {
704
+ .status__soft_1sdn9.status__orange_1sdn9 {
705
705
  background: rgba(222, 106, 0, 0.1);
706
706
  color: #de6a00;
707
707
  }
708
- .status__soft_6qrsy.status__red_6qrsy {
708
+ .status__soft_1sdn9.status__red_1sdn9 {
709
709
  background: rgba(217, 29, 11, 0.1);
710
710
  color: #d91d0b;
711
711
  }
712
- .status__soft_6qrsy.status__blue_6qrsy {
712
+ .status__soft_1sdn9.status__blue_1sdn9 {
713
713
  background: rgba(0, 122, 255, 0.1);
714
714
  color: #007aff;
715
715
  }
716
- .status__soft_6qrsy.status__grey_6qrsy {
716
+ .status__soft_1sdn9.status__grey_1sdn9 {
717
717
  background: rgba(109, 121, 134, 0.1);
718
718
  color: #6d7986;
719
719
  }
720
- .status__soft_6qrsy.status__teal_6qrsy {
720
+ .status__soft_1sdn9.status__teal_1sdn9 {
721
721
  background: rgba(33, 145, 135, 0.1);
722
722
  color: #219187;
723
723
  }
724
- .status__soft_6qrsy.status__purple_6qrsy {
724
+ .status__soft_1sdn9.status__purple_1sdn9 {
725
725
  background: rgba(103, 58, 183, 0.1);
726
726
  color: #673ab7;
727
727
  }
728
- .status__contrast_6qrsy {
728
+ .status__contrast_1sdn9 {
729
729
  color: #000
730
730
  }
731
- .status__contrast_6qrsy.status__green_6qrsy {
731
+ .status__contrast_1sdn9.status__green_1sdn9 {
732
732
  background: #13a463;
733
733
  }
734
- .status__contrast_6qrsy.status__orange_6qrsy {
734
+ .status__contrast_1sdn9.status__orange_1sdn9 {
735
735
  background: #de6a00;
736
736
  }
737
- .status__contrast_6qrsy.status__red_6qrsy {
737
+ .status__contrast_1sdn9.status__red_1sdn9 {
738
738
  background: #d91d0b;
739
739
  }
740
- .status__contrast_6qrsy.status__blue_6qrsy {
740
+ .status__contrast_1sdn9.status__blue_1sdn9 {
741
741
  background: #007aff;
742
742
  }
743
- .status__contrast_6qrsy.status__grey_6qrsy {
743
+ .status__contrast_1sdn9.status__grey_1sdn9 {
744
744
  background: #6d7986;
745
745
  }
746
- .status__contrast_6qrsy.status__teal_6qrsy {
746
+ .status__contrast_1sdn9.status__teal_1sdn9 {
747
747
  background: #219187;
748
748
  }
749
- .status__contrast_6qrsy.status__purple_6qrsy {
749
+ .status__contrast_1sdn9.status__purple_1sdn9 {
750
750
  background: #673ab7;
751
- }.switch__component_jjwsy {
751
+ }.switch__component_g1k5v {
752
752
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
753
753
  }
754
- .switch__switch_jjwsy {
754
+ .switch__switch_g1k5v {
755
755
  background-color: #8d8d93;
756
756
  border: 2px solid #8d8d93;
757
757
  }
758
- .switch__switch_jjwsy:before {
758
+ .switch__switch_g1k5v:before {
759
759
  background-color: #000;
760
760
  }
761
- .switch__label_jjwsy {
761
+ .switch__label_g1k5v {
762
762
  color: #fff;
763
763
  }
764
- .switch__hint_jjwsy {
764
+ .switch__hint_g1k5v {
765
765
  color: #8d8d93;
766
766
  }
767
- .switch__checked_jjwsy .switch__switch_jjwsy {
767
+ .switch__checked_g1k5v .switch__switch_g1k5v {
768
768
  background-color: #ef3124;
769
769
  border-color: #ef3124;
770
770
  }
771
- .switch__disabled_jjwsy .switch__switch_jjwsy {
771
+ .switch__disabled_g1k5v .switch__switch_g1k5v {
772
772
  background-color: #2a2a2c;
773
773
  border-color: #2a2a2c;
774
774
  }
775
- .switch__disabled_jjwsy .switch__label_jjwsy {
775
+ .switch__disabled_g1k5v .switch__label_g1k5v {
776
776
  color: #8d8d93;
777
777
  }
778
- .switch__disabled_jjwsy .switch__hint_jjwsy {
778
+ .switch__disabled_g1k5v .switch__hint_g1k5v {
779
779
  color: #8d8d93;
780
780
  }
781
- .switch__inactive_jjwsy .switch__switch_jjwsy {
781
+ .switch__inactive_g1k5v .switch__switch_g1k5v {
782
782
  background-color: #2a2a2c;
783
783
  border-color: #2a2a2c
784
784
  }
785
- .switch__inactive_jjwsy .switch__switch_jjwsy:before {
785
+ .switch__inactive_g1k5v .switch__switch_g1k5v:before {
786
786
  background-color: #464649;
787
787
  }
788
- .switch__focused_jjwsy .switch__switch_jjwsy {
788
+ .switch__focused_g1k5v .switch__switch_g1k5v {
789
789
  outline: 2px solid #0072ef;
790
- }.tag__component_16zqq {
790
+ }.tag__component_eamti {
791
791
  color: #fff;
792
792
  border-color: transparent;
793
793
  background-color: #202022
794
794
  }
795
- .tag__component_16zqq:disabled {
795
+ .tag__component_eamti:disabled {
796
796
  border-color: transparent;
797
797
  color: #464649;
798
798
  background-color: rgba(32, 32, 34, 0.3);
799
799
  }
800
- .tag__component_16zqq:hover:not(:disabled) {
800
+ .tag__component_eamti:hover:not(:disabled) {
801
801
  border-color: transparent;
802
802
  background-color: #202022;
803
803
  }
804
- .tag__component_16zqq:active:not(:disabled) {
804
+ .tag__component_eamti:active:not(:disabled) {
805
805
  border-color: transparent;
806
806
  background-color: rgb(65, 65, 67);
807
807
  color: #fff;
808
808
  }
809
- .tag__checked_16zqq {
809
+ .tag__checked_eamti {
810
810
  border-color: transparent;
811
811
  background-color: #f3f4f5;
812
812
  color: #000
813
813
  }
814
- .tag__checked_16zqq:disabled {
814
+ .tag__checked_eamti:disabled {
815
815
  background-color: rgba(243, 244, 245, 0.3);
816
816
  border-color: transparent;
817
817
  color: #000;
818
818
  }
819
- .tag__checked_16zqq:hover:not(:disabled):not(:active) {
819
+ .tag__checked_eamti:hover:not(:disabled):not(:active) {
820
820
  background-color: #f3f4f5;
821
821
  }
822
- .tag__checked_16zqq:active:not(:disabled) {
822
+ .tag__checked_eamti:active:not(:disabled) {
823
823
  background-color: rgb(194, 195, 196);
824
824
  color: #000;
825
825
  }
826
- .tag__focused_1gvvb {
826
+ .tag__focused_1rt96 {
827
827
  outline: 2px solid #0072ef;
828
828
  }
829
- .tag__component_u2exk {
829
+ .tag__component_1db05 {
830
830
  color: #fff;
831
831
  border-color: #464649;
832
832
  background-color: transparent
833
833
  }
834
- .tag__component_u2exk:disabled {
834
+ .tag__component_1db05:disabled {
835
835
  border-color: #2b2b2e;
836
836
  color: #464649;
837
837
  background-color: transparent;
838
838
  }
839
- .tag__component_u2exk:hover:not(:disabled) {
839
+ .tag__component_1db05:hover:not(:disabled) {
840
840
  border-color: #fff;
841
841
  background-color: transparent;
842
842
  }
843
- .tag__component_u2exk:active:not(:disabled) {
843
+ .tag__component_1db05:active:not(:disabled) {
844
844
  border-color: #fff;
845
845
  background-color: rgba(255, 255, 255, 0.07);
846
846
  color: #fff;
847
847
  }
848
- .tag__checked_u2exk {
848
+ .tag__checked_1db05 {
849
849
  border-color: #fff;
850
850
  background-color: #fff;
851
851
  color: #000
852
852
  }
853
- .tag__checked_u2exk:disabled {
853
+ .tag__checked_1db05:disabled {
854
854
  background-color: rgba(255, 255, 255, 0.3);
855
855
  border-color: transparent;
856
856
  color: #000;
857
857
  }
858
- .tag__checked_u2exk:active:not(:disabled) {
858
+ .tag__checked_1db05:active:not(:disabled) {
859
859
  background-color: rgb(217, 217, 217);
860
860
  color: #000;
861
- }.typography__tertiary_146g4 {
862
- color: #464649;
863
- }
864
- .typography__disabled_146g4 {
865
- color: #2a2a2c;
866
- }
867
- .typography__accent_146g4 {
868
- color: #ef3124;
869
- }
870
- .typography__primary_146g4 {
871
- color: #fff;
872
- }
873
- .typography__attention_146g4 {
874
- color: #cb830f;
875
- }
876
- .typography__positive_146g4 {
877
- color: #13a463;
878
- }
879
- .typography__secondary_146g4 {
880
- color: #8d8d93;
881
- }
882
- .typography__tertiary-inverted_146g4 {
883
- color: #c5c5c7;
884
- }
885
- .typography__primary-inverted_146g4 {
886
- color: #000;
887
- }
888
- .typography__secondary-inverted_146g4 {
889
- color: #8a8a8e;
890
- }
891
- .typography__link_146g4 {
892
- color: #0072ef;
893
- }
894
- .typography__negative_146g4 {
895
- color: #f15045;
896
- }
897
-
898
-
899
-
900
-
901
- @media screen and (min-width: 600px) {
902
- }
903
- @media screen and (min-width: 1024px) {
904
- }.textarea__input_hwzlo {
905
- color: #fff;
906
- caret-color: #0072ef;
907
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
908
- }
909
- .textarea__input_hwzlo:-webkit-autofill {
910
- -webkit-text-fill-color: #fff;
911
- }
912
- .textarea__input_hwzlo::placeholder {
913
- color: #8d8d93;
914
- }
915
- .textarea__hasLabel_hwzlo::placeholder {
916
- color: #464649;
917
- }
918
- .textarea__clearIcon_hwzlo {
919
- color: #fff;
920
- }
921
- .textarea__input_hwzlo:read-only {
922
- color: #8d8d93
923
- }
924
- .textarea__input_hwzlo:read-only:focus::placeholder {
925
- color: #8d8d93;
926
- }
927
- .textarea__input_hwzlo:disabled {
928
- color: #fff;
929
- -webkit-text-fill-color: #fff;
930
- }
931
- .textarea__input_hwzlo:focus::placeholder {
932
- color: rgba(235, 235, 245, 0.3);
933
- }
934
- .textarea__error_hwzlo {
935
- color: #f15045;
936
- caret-color: #f15045;
937
- }
938
- .textarea__textarea_hwzlo {
939
- color: #fff;
940
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
941
- }
942
- .textarea__textarea_hwzlo::placeholder {
943
- color: #8d8d93;
944
- }
945
- .textarea__hasLabel_hwzlo::placeholder {
946
- color: #464649;
947
- }
948
- .textarea__textarea_hwzlo:disabled {
949
- color: #fff;
950
- -webkit-text-fill-color: #fff;
951
- }
952
- .textarea__textarea_hwzlo:read-only {
953
- color: #8d8d93;
954
- }
955
- .textarea__textarea_hwzlo:focus::placeholder {
956
- color: rgba(235, 235, 245, 0.3);
957
- }
958
- .textarea__focusVisible_1hduh {
959
- outline: 2px solid #0072ef;
960
- }
961
- .textarea__input_1cmwx {
962
- color: #000;
963
- caret-color: #0072ef;
964
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
965
- }
966
- .textarea__input_1cmwx:-webkit-autofill {
967
- -webkit-text-fill-color: #000;
968
- }
969
- .textarea__input_1cmwx::placeholder {
970
- color: rgba(60, 60, 67, 0.6);
971
- }
972
- .textarea__hasLabel_1cmwx::placeholder {
973
- color: #c5c5c7;
974
- }
975
- .textarea__clearIcon_1cmwx {
976
- color: #000;
977
- }
978
- .textarea__input_1cmwx:read-only {
979
- color: rgba(60, 60, 67, 0.6)
980
- }
981
- .textarea__input_1cmwx:read-only:focus::placeholder {
982
- color: rgba(60, 60, 67, 0.6);
983
- }
984
- .textarea__input_1cmwx:disabled {
985
- color: #000;
986
- -webkit-text-fill-color: #000;
987
- }
988
- .textarea__input_1cmwx:focus::placeholder {
989
- color: rgba(60, 60, 67, 0.3);
990
- }
991
- .textarea__error_1cmwx {
992
- color: #ef3124;
993
- caret-color: #ef3124;
994
- }
995
- .textarea__textarea_1cmwx {
996
- color: #000;
997
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
998
- }
999
- .textarea__textarea_1cmwx::placeholder {
1000
- color: rgba(60, 60, 67, 0.6);
1001
- }
1002
- .textarea__hasLabel_1cmwx::placeholder {
1003
- color: #c5c5c7;
1004
- }
1005
- .textarea__textarea_1cmwx:disabled {
1006
- color: #000;
1007
- -webkit-text-fill-color: #000;
1008
- }
1009
- .textarea__textarea_1cmwx:read-only {
1010
- color: rgba(60, 60, 67, 0.6);
1011
- }
1012
- .textarea__textarea_1cmwx:focus::placeholder {
1013
- color: rgba(60, 60, 67, 0.3);
1014
- }.base-modal__component_1wgu4 {
1015
- background: #121212;
1016
- }.button__primary_in86m {
1017
- color: #000;
1018
- background-color: #f3f4f5
1019
- }
1020
- .button__primary_in86m:hover {
1021
- background-color: rgb(207, 207, 208);
1022
- }
1023
- .button__primary_in86m:active {
1024
- background-color: rgb(194, 195, 196);
1025
- }
1026
- .button__secondary_in86m {
1027
- color: #fff;
1028
- background-color: rgba(255, 255, 255, 0.1);
1029
- border: 1px solid transparent
1030
- }
1031
- .button__secondary_in86m:hover {
1032
- background-color: rgba(255, 255, 255, 0.163);
1033
- }
1034
- .button__secondary_in86m:active {
1035
- background-color: rgba(255, 255, 255, 0.235);
1036
- }
1037
- .button__outlined_in86m {
1038
- color: #fff;
1039
- background-color: transparent;
1040
- border: 1px solid #c5c5c7
1041
- }
1042
- .button__outlined_in86m:hover {
1043
- background-color: rgba(0, 0, 0, 0.07);
1044
- }
1045
- .button__outlined_in86m:active {
1046
- background-color: rgba(0, 0, 0, 0.15);
1047
- }
1048
- .button__tertiary_in86m {
1049
- color: #fff;
1050
- background-color: transparent;
1051
- border: 1px solid #c5c5c7
1052
- }
1053
- .button__tertiary_in86m:hover {
1054
- background-color: rgba(255, 255, 255, 0.07);
1055
- }
1056
- .button__tertiary_in86m:active {
1057
- background-color: rgba(255, 255, 255, 0.15);
1058
- }
1059
- .button__filled_in86m {
1060
- color: #fff;
1061
- background-color: #3a3a3c
1062
- }
1063
- .button__filled_in86m:hover {
1064
- background-color: rgb(72, 72, 74);
1065
- }
1066
- .button__filled_in86m:active {
1067
- background-color: rgb(88, 88, 89);
1068
- }
1069
- .button__transparent_in86m {
1070
- color: #fff;
1071
- background-color: rgba(255, 255, 255, 0.1)
1072
- }
1073
- .button__transparent_in86m:hover {
1074
- background-color: rgba(255, 255, 255, 0.2);
1075
- }
1076
- .button__transparent_in86m:active {
1077
- background-color: rgba(255, 255, 255, 0.4);
1078
- }
1079
- .button__link_in86m {
1080
- color: #fff;
1081
- background-color: transparent
1082
- }
1083
- .button__link_in86m:hover {
1084
- background-color: rgba(255, 255, 255, 0.163);
1085
- }
1086
- .button__link_in86m:active {
1087
- background-color: rgba(255, 255, 255, 0.235);
1088
- }
1089
- .button__ghost_in86m {
1090
- color: #fff
1091
- }
1092
- .button__ghost_in86m:hover {
1093
- color: rgb(179, 179, 179);
1094
- }
1095
- .button__ghost_in86m:active {
1096
- color: rgb(128, 128, 128);
1097
- }
1098
- .button__component_in86m:disabled.button__primary_in86m {
1099
- color: rgba(60, 60, 67, 0.3);
1100
- background-color: #f3f4f5
1101
- }
1102
- .button__component_in86m:disabled.button__primary_in86m.button__loading_in86m {
1103
- background-color: #f3f4f5;
1104
- }
1105
- .button__component_in86m:disabled.button__secondary_in86m {
1106
- color: rgba(255, 255, 255, 0.3);
1107
- background-color: rgba(255, 255, 255, 0.05);
1108
- border-color: transparent
1109
- }
1110
- .button__component_in86m:disabled.button__secondary_in86m.button__loading_in86m {
1111
- color: #fff;
1112
- background-color: rgba(255, 255, 255, 0.1);
1113
- border-color: transparent;
1114
- }
1115
- .button__component_in86m:disabled.button__outlined_in86m {
1116
- color: rgba(255, 255, 255, 0.3);
1117
- background-color: transparent;
1118
- border-color: rgba(197, 197, 199, 0.3)
1119
- }
1120
- .button__component_in86m:disabled.button__outlined_in86m.button__loading_in86m {
1121
- color: #fff;
1122
- }
1123
- .button__component_in86m:disabled.button__tertiary_in86m {
1124
- color: rgba(255, 255, 255, 0.3);
1125
- background-color: transparent;
1126
- border-color: rgba(197, 197, 199, 0.3)
1127
- }
1128
- .button__component_in86m:disabled.button__tertiary_in86m.button__loading_in86m {
1129
- color: #fff;
1130
- }
1131
- .button__component_in86m:disabled.button__filled_in86m {
1132
- color: rgba(255, 255, 255, 0.3);
1133
- background-color: rgba(58, 58, 60, 0.3)
1134
- }
1135
- .button__component_in86m:disabled.button__filled_in86m.button__loading_in86m {
1136
- color: #fff;
1137
- background-color: #3a3a3c;
1138
- }
1139
- .button__component_in86m:disabled.button__transparent_in86m {
1140
- color: rgba(255, 255, 255, 0.3);
1141
- background-color: rgba(255, 255, 255, 0.03)
1142
- }
1143
- .button__component_in86m:disabled.button__transparent_in86m.button__loading_in86m {
1144
- color: #fff;
1145
- background-color: rgba(255, 255, 255, 0.1);
1146
- }
1147
- .button__component_in86m:disabled.button__link_in86m {
1148
- color: rgba(255, 255, 255, 0.3);
1149
- background-color: transparent
1150
- }
1151
- .button__component_in86m:disabled.button__link_in86m.button__loading_in86m {
1152
- color: #fff;
1153
- }
1154
- .button__component_in86m:disabled.button__ghost_in86m {
1155
- color: rgba(255, 255, 255, 0.3)
1156
- }
1157
- .button__component_in86m:disabled.button__ghost_in86m.button__loading_in86m {
1158
- color: #fff;
1159
- }
1160
- .button__component_1aqrn {
1161
- background-color: transparent
1162
- }
1163
- .button__focused_1aqrn {
1164
- outline: 2px solid #0072ef;
1165
- }
1166
- .button__primary_7d6o7 {
1167
- color: #fff;
1168
- background-color: #202022
1169
- }
1170
- .button__primary_7d6o7:hover {
1171
- background-color: rgb(48, 48, 49);
1172
- }
1173
- .button__primary_7d6o7:active {
1174
- background-color: rgb(65, 65, 67);
1175
- }
1176
- .button__secondary_7d6o7 {
1177
- color: #000;
1178
- background-color: rgba(0, 0, 0, 0.08);
1179
- border: 1px solid transparent
1180
- }
1181
- .button__secondary_7d6o7:hover {
1182
- background-color: rgba(0, 0, 0, 0.218);
1183
- }
1184
- .button__secondary_7d6o7:active {
1185
- background-color: rgba(0, 0, 0, 0.264);
1186
- }
1187
- .button__outlined_7d6o7 {
1188
- color: #fff;
1189
- background-color: transparent;
1190
- border: 1px solid #c5c5c7
1191
- }
1192
- .button__outlined_7d6o7:hover {
1193
- background-color: rgba(255, 255, 255, 0.15);
1194
- }
1195
- .button__outlined_7d6o7:active {
1196
- background-color: rgba(0, 0, 0, 0.15);
1197
- }
1198
- .button__tertiary_7d6o7 {
1199
- color: #000;
1200
- background-color: transparent;
1201
- border: 1px solid #464649
1202
- }
1203
- .button__tertiary_7d6o7:hover {
1204
- background-color: rgba(18, 18, 18, 0.15);
1205
- }
1206
- .button__tertiary_7d6o7:active {
1207
- background-color: rgba(18, 18, 18, 0.2);
1208
- }
1209
- .button__filled_7d6o7 {
1210
- color: #fff;
1211
- background-color: #3a3a3c
1212
- }
1213
- .button__filled_7d6o7:hover {
1214
- background-color: rgb(99, 112, 126);
1215
- }
1216
- .button__filled_7d6o7:active {
1217
- background-color: rgb(61, 74, 88);
1218
- }
1219
- .button__transparent_7d6o7 {
1220
- color: #000;
1221
- background-color: rgba(255, 255, 255, 0.1)
1222
- }
1223
- .button__transparent_7d6o7:hover {
1224
- background-color: rgba(255, 255, 255, 0.2);
1225
- }
1226
- .button__transparent_7d6o7:active {
1227
- background-color: rgba(255, 255, 255, 0.05);
1228
- }
1229
- .button__link_7d6o7 {
1230
- color: #000;
1231
- background-color: transparent
1232
- }
1233
- .button__link_7d6o7:hover {
1234
- background-color: rgba(18, 18, 18, 0.15);
1235
- }
1236
- .button__link_7d6o7:active {
1237
- background-color: rgba(18, 18, 18, 0.2);
1238
- }
1239
- .button__ghost_7d6o7 {
1240
- color: #000
1241
- }
1242
- .button__ghost_7d6o7:hover {
1243
- color: rgb(77, 77, 77);
1244
- }
1245
- .button__ghost_7d6o7:active {
1246
- color: rgb(128, 128, 128);
1247
- }
1248
- .button__component_7d6o7:disabled.button__primary_7d6o7 {
1249
- color: rgba(235, 235, 245, 0.3);
1250
- background-color: #202022
1251
- }
1252
- .button__component_7d6o7:disabled.button__primary_7d6o7.button__loading_7d6o7 {
1253
- background-color: #202022;
1254
- }
1255
- .button__component_7d6o7:disabled.button__secondary_7d6o7 {
1256
- color: rgba(0, 0, 0, 0.3);
1257
- background-color: rgba(18, 18, 18, 0.08);
1258
- border-color: transparent
1259
- }
1260
- .button__component_7d6o7:disabled.button__secondary_7d6o7.button__loading_7d6o7 {
1261
- color: #000;
1262
- background-color: rgba(0, 0, 0, 0.08);
1263
- border-color: transparent;
1264
- }
1265
- .button__component_7d6o7:disabled.button__outlined_7d6o7 {
1266
- color: rgba(255, 255, 255, 0.3);
1267
- background-color: transparent;
1268
- border-color: rgba(35, 53, 73, 0.3)
1269
- }
1270
- .button__component_7d6o7:disabled.button__outlined_7d6o7.button__loading_7d6o7 {
1271
- color: #fff;
1272
- }
1273
- .button__component_7d6o7:disabled.button__tertiary_7d6o7 {
1274
- color: rgba(0, 0, 0, 0.3);
1275
- background-color: transparent;
1276
- border-color: rgba(70, 70, 73, 0.3)
1277
- }
1278
- .button__component_7d6o7:disabled.button__tertiary_7d6o7.button__loading_7d6o7 {
1279
- color: #000;
1280
- }
1281
- .button__component_7d6o7:disabled.button__filled_7d6o7 {
1282
- color: rgba(255, 255, 255, 0.3);
1283
- background-color: rgba(72, 87, 103, 0.3);
1284
- border-color: transparent
1285
- }
1286
- .button__component_7d6o7:disabled.button__filled_7d6o7.button__loading_7d6o7 {
1287
- color: #fff;
1288
- background-color: #3a3a3c;
1289
- border-color: transparent;
1290
- }
1291
- .button__component_7d6o7:disabled.button__transparent_7d6o7 {
1292
- color: rgba(255, 255, 255, 0.3);
1293
- background-color: rgba(255, 255, 255, 0.03)
1294
- }
1295
- .button__component_7d6o7:disabled.button__transparent_7d6o7.button__loading_7d6o7 {
1296
- color: #000;
1297
- background-color: rgba(255, 255, 255, 0.1);
1298
- }
1299
- .button__component_7d6o7:disabled.button__link_7d6o7 {
1300
- color: rgba(0, 0, 0, 0.3);
1301
- background-color: transparent
1302
- }
1303
- .button__component_7d6o7:disabled.button__link_7d6o7.button__loading_7d6o7 {
1304
- color: #000;
1305
- }
1306
- .button__component_7d6o7:disabled.button__ghost_7d6o7 {
1307
- color: rgba(0, 0, 0, 0.3)
1308
- }
1309
- .button__component_7d6o7:disabled.button__ghost_7d6o7.button__loading_7d6o7 {
1310
- color: #000;
1311
- }.popover__component_thnj6 {
1312
- background-color: transparent;
1313
- color: #fff;
1314
- }
1315
- .popover__inner_thnj6 {
1316
- background-color: #121212;
1317
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1318
- border: 1px solid transparent;
1319
- }
1320
- .popover__arrow_thnj6:after {
1321
- background-color: #121212;
1322
- border: 1px solid transparent;
1323
- }.tabs__component_1lkqs:before {
1324
- background-color: #2b2b2e;
1325
- }
1326
- .tabs__title_1lkqs {
1327
- color: #8d8d93
1328
- }
1329
- .tabs__title_1lkqs:not(.tabs__disabled_1lkqs):hover {
1330
- color: #fff;
1331
- }
1332
- .tabs__focused_1lkqs {
1333
- outline: 2px solid #0072ef;
1334
- }
1335
- .tabs__selected_1lkqs {
1336
- color: #fff;
1337
- }
1338
- .tabs__disabled_1lkqs {
1339
- color: #464649;
1340
- }
1341
- .tabs__line_1lkqs {
1342
- background-color: #ef3124;
1343
- }
1344
- .tabs__component_1lkqs:before {
1345
- background-color: #2b2b2e;
1346
- }.tabs__title_1lkqs {
1347
- color: #8d8d93
1348
- }.tabs__title_1lkqs:not(.tabs__disabled_1lkqs):hover {
1349
- color: #fff;
1350
- }.tabs__focused_1lkqs {
1351
- outline: 2px solid #0072ef;
1352
- }.tabs__selected_1lkqs {
1353
- color: #fff;
1354
- }.tabs__disabled_1lkqs {
1355
- color: #464649;
1356
- }.tabs__line_1lkqs {
1357
- background-color: #ef3124;
1358
- }
1359
-
1360
-
1361
-
1362
- .circular-progress-bar__backgroundCircle_twqec,
1363
- .circular-progress-bar__progressCircle_twqec {
1364
- fill: transparent;
1365
- }
1366
- .circular-progress-bar__positive_twqec {
1367
- stroke: #2fc26e;
1368
- }
1369
- .circular-progress-bar__negative_twqec {
1370
- stroke: #d91d0b;
1371
- }
1372
- .circular-progress-bar__backgroundCircle_twqec {
1373
- stroke: #2c2c2e;
1374
- }.stepped-progress-bar__description_e3ptf {
1375
- color: rgba(235, 235, 245, 0.6);
1376
- }
1377
- .stepped-progress-bar__bar_l7n49 {
1378
- background: rgba(255, 255, 255, 0.1);
1379
- }
1380
- .stepped-progress-bar__positive_l7n49 {
1381
- background: #2fc26e;
1382
- }
1383
- .stepped-progress-bar__attention_l7n49 {
1384
- background: #f6bf65;
1385
- }
1386
- .stepped-progress-bar__negative_l7n49 {
1387
- background: #d91d0b;
1388
- }
1389
- .stepped-progress-bar__link_l7n49 {
1390
- background: #0072ef;
1391
- }
1392
- .stepped-progress-bar__tertiary_l7n49 {
1393
- background: #464649;
1394
- }
1395
- .stepped-progress-bar__secondary_l7n49 {
1396
- background: #8d8d93;
1397
- }
1398
- .stepped-progress-bar__primary_l7n49 {
1399
- background: #fff;
1400
- }
1401
- .stepped-progress-bar__accent_l7n49 {
1402
- background: #ef3124;
1403
- }.list-header__filled_1ly4m {
1404
- background-color: rgba(255, 255, 255, 0.1);
1405
- }.select-with-tags__tag_1rtmx:active:not(:disabled) {
1406
- background-color: #f3f4f5;
1407
- }
1408
- .select-with-tags__tag_1rtmx:hover:not(:disabled):not(:active) {
1409
- background-color: #f3f4f5;
1410
- }
1411
- .select-with-tags__input_h57m8 {
1412
- background-color: transparent;
1413
- color: #fff
1414
- }
1415
- .select-with-tags__input_h57m8:disabled {
1416
- color: #8d8d93;
1417
- }
1418
- .select-with-tags__input_h57m8::placeholder {
1419
- color: #8d8d93;
1420
- }
1421
- .select-with-tags__input_h57m8:focus::placeholder {
1422
- color: #464649;
1423
- }
1424
- .select-with-tags__focusVisible_h57m8 {
1425
- outline: 2px solid #0072ef;
1426
- }
1427
- .select-with-tags__placeholder_h57m8 {
1428
- color: #464649;
1429
- }.drawer__backdropEnter_1e9r7 {
1430
- background-color: transparent;
1431
- }
1432
- .drawer__backdropEnterActive_1e9r7,
1433
- .drawer__backdropEnterDone_1e9r7 {
1434
- background-color: rgba(0, 0, 0, 0.8);
1435
- }
1436
- .drawer__backdropExit_1e9r7 {
1437
- background-color: rgba(0, 0, 0, 0.8);
1438
- }
1439
- .drawer__backdropExitActive_1e9r7,
1440
- .drawer__backdropExitDone_1e9r7 {
1441
- background-color: transparent;
1442
- }.chart__coreChart_b0fsd .recharts-text tspan {
1443
- fill: #fff;
1444
- }
1445
- @keyframes chart__showDot_1jvg7 {
1446
- }
1447
-
1448
- .chart__tickText_qfd6d {
1449
- fill: #fff;
1450
- }
1451
- .chart__circle_qfd6d {
1452
- fill: #121212;
1453
- }
1454
- .chart__circle_qfd6d {
1455
- fill: #121212;
1456
- }
1457
- .chart__tooltip_a9nvf {
1458
- background-color: #121212;
1459
- border: 1px solid #2b2b2e;
1460
- box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1461
- }
1462
- .chart__tooltipArrow_a9nvf {
1463
- border: 1px solid #2b2b2e;
1464
- background-color: #121212;
1465
- }
1466
- .chart__tooltipArrow_a9nvf:before {
1467
- border-color: transparent #121212 transparent transparent;
1468
- }.custom-button__customButton_1niqg.custom-button__white_1niqg * {
1469
- color: #fff;
1470
- }
1471
- .custom-button__customButton_1niqg.custom-button__black_1niqg * {
1472
- color: #000;
1473
- }
1474
- .custom-button__customButton_1niqg:before {
1475
- background-color: rgba(0, 0, 0, 0);
1476
- }
1477
- .custom-button__customButton_1niqg:hover:before {
1478
- background-color: rgba(0, 0, 0, 0.07);
1479
- }
1480
- .custom-button__customButton_1niqg:active:before {
1481
- background-color: rgba(0, 0, 0, 0.15);
1482
- }
1483
- .custom-button__customButton_1niqg:disabled.custom-button__white_1niqg * {
1484
- color: #fff;
1485
- }
1486
- .custom-button__customButton_1niqg:disabled.custom-button__black_1niqg * {
1487
- color: #000;
1488
- }.attach__component_11l3z {
1489
- }
1490
- .attach__focused_11l3z {
1491
- outline: 2px solid #0072ef;
1492
- }.confirmation__component_3ykn8 {
1493
- color: #8d8d93;
1494
- }
1495
- .confirmation__circle_1tk74 {
1496
- fill: transparent;
1497
- stroke: #464649;
1498
- }
1499
- .confirmation__header_8phvj {
1500
- color: #fff;
1501
- }
1502
- .confirmation__description_8phvj {
1503
- color: #8d8d93;
1504
- color: #fff;
1505
- }
1506
- .confirmation__title_f2khg {
1507
- color: #fff;
1508
- }
1509
- .confirmation__text_f2khg {
1510
- color: #8d8d93;
1511
- }
1512
- .confirmation__phonesWrap_f2khg {
1513
- color: #8d8d93;
1514
- }
1515
- .confirmation__phoneDescription_f2khg {
1516
- color: #8d8d93;
1517
- }
1518
- .confirmation__header_hbr1j {
1519
- color: #fff;
1520
- }
1521
- .confirmation__phone_hbr1j {
1522
- color: #fff;
1523
- }
1524
- .confirmation__header_kb3eb {
1525
- color: #fff;
1526
- }
1527
- .confirmation__description_kb3eb {
1528
- color: #8d8d93;
1529
- }.pagination__component_u6hhb {
1530
- color: #fff;
1531
- }
1532
- .pagination__dots_1tsve {
1533
- color: #8d8d93;
1534
- }
1535
-
1536
- .pagination__tag_n8m3q.pagination__tag_n8m3q {
1537
- color: #8d8d93
1538
- }
1539
- .pagination__tag_n8m3q.pagination__tag_n8m3q:hover:not(:disabled) {
1540
- background-color: #2c2c2e;
1541
- color: #fff;
1542
- }
1543
- .pagination__tag_n8m3q.pagination__tag_n8m3q:active:not(:disabled) {
1544
- background-color: #3a3a3c;
1545
- }
1546
- .pagination__tag_n8m3q.pagination__tag_n8m3q.pagination__checked_n8m3q {
1547
- background-color: #f3f4f5;
1548
- color: #000;
1549
- }
1550
- .pagination__tag_n8m3q.pagination__tag_n8m3q.pagination__checked_n8m3q:hover:not(:disabled) {
1551
- color: #000;
1552
- }
1553
- .pagination__tag_n8m3q.pagination__tag_n8m3q.pagination__checked_n8m3q:active:not(:disabled) {
1554
- color: #fff;
1555
- }.input__input_wc3jo {
1556
- color: #fff;
1557
- caret-color: #0072ef;
1558
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1559
- }
1560
- .input__input_wc3jo:-webkit-autofill {
1561
- -webkit-text-fill-color: #fff;
1562
- }
1563
- .input__input_wc3jo::placeholder {
1564
- color: #8d8d93;
1565
- }
1566
- .input__hasLabel_wc3jo::placeholder {
1567
- color: #464649;
1568
- }
1569
- .input__clearIcon_wc3jo {
1570
- color: #fff;
1571
- }
1572
- .input__input_wc3jo:read-only {
1573
- color: #8d8d93
1574
- }
1575
- .input__input_wc3jo:read-only:focus::placeholder {
1576
- color: #8d8d93;
1577
- }
1578
- .input__input_wc3jo:disabled {
1579
- color: #fff;
1580
- -webkit-text-fill-color: #fff;
1581
- }
1582
- .input__input_wc3jo:focus::placeholder {
1583
- color: rgba(235, 235, 245, 0.3);
1584
- }
1585
- .input__error_wc3jo {
1586
- color: #f15045;
1587
- caret-color: #f15045;
1588
- }
1589
- .input__focusVisible_pa1b2 {
1590
- outline: 2px solid #0072ef;
1591
- }
1592
- @keyframes input__onautofillstart_pa1b2 {
1593
- from {
1594
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1595
- }
1596
- to {
1597
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1598
- }
1599
- }
1600
- @keyframes input__onautofillcancel_pa1b2 {
1601
- from {
1602
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1603
- }
1604
- to {
1605
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1606
- }
1607
- }
1608
- .input__input_k5gwz {
1609
- color: #000;
1610
- caret-color: #0072ef;
1611
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1612
- }
1613
- .input__input_k5gwz:-webkit-autofill {
1614
- -webkit-text-fill-color: #000;
1615
- }
1616
- .input__input_k5gwz::placeholder {
1617
- color: rgba(60, 60, 67, 0.6);
1618
- }
1619
- .input__hasLabel_k5gwz::placeholder {
1620
- color: #c5c5c7;
1621
- }
1622
- .input__clearIcon_k5gwz {
1623
- color: #000;
1624
- }
1625
- .input__input_k5gwz:read-only {
1626
- color: rgba(60, 60, 67, 0.6)
1627
- }
1628
- .input__input_k5gwz:read-only:focus::placeholder {
1629
- color: rgba(60, 60, 67, 0.6);
1630
- }
1631
- .input__input_k5gwz:disabled {
1632
- color: #000;
1633
- -webkit-text-fill-color: #000;
1634
- }
1635
- .input__input_k5gwz:focus::placeholder {
1636
- color: rgba(60, 60, 67, 0.3);
1637
- }
1638
- .input__error_k5gwz {
1639
- color: #ef3124;
1640
- caret-color: #ef3124;
1641
- }.icon-button__primary_1bcqs {
1642
- color: #fff
1643
- }
1644
- .icon-button__primary_1bcqs:hover {
1645
- color: rgb(204, 204, 204);
1646
- }
1647
- .icon-button__primary_1bcqs:active {
1648
- color: rgb(179, 179, 179);
1649
- }
1650
- .icon-button__primary_1bcqs.icon-button__component_1bcqs:disabled.icon-button__loader_1bcqs {
1651
- color: #fff;
1652
- }
1653
- .icon-button__secondary_1bcqs {
1654
- color: #8d8d93
1655
- }
1656
- .icon-button__secondary_1bcqs:hover {
1657
- color: rgb(175, 175, 179);
1658
- }
1659
- .icon-button__secondary_1bcqs:active {
1660
- color: rgb(198, 198, 201);
1661
- }
1662
- .icon-button__secondary_1bcqs.icon-button__component_1bcqs:disabled.icon-button__loader_1bcqs {
1663
- color: #8d8d93;
1664
- }
1665
- .icon-button__transparent_1bcqs {
1666
- color: rgba(255, 255, 255, 0.3)
1667
- }
1668
- .icon-button__transparent_1bcqs:hover {
1669
- color: rgba(255, 255, 255, 0.4);
1670
- }
1671
- .icon-button__transparent_1bcqs:active {
1672
- color: rgba(255, 255, 255, 0.5);
1673
- }
1674
- .icon-button__negative_1bcqs {
1675
- color: #d91d0b
1676
- }
1677
- .icon-button__negative_1bcqs:hover {
1678
- color: rgb(220, 45, 28);
1679
- }
1680
- .icon-button__negative_1bcqs:active {
1681
- color: rgb(223, 63, 48);
1682
- }
1683
- .icon-button__negative_1bcqs.icon-button__component_1bcqs:disabled.icon-button__loader_1bcqs {
1684
- color: #d91d0b;
1685
- }
1686
- .icon-button__tertiary_1bcqs {
1687
- color: #464649
1688
- }
1689
- .icon-button__tertiary_1bcqs:hover {
1690
- color: rgb(83, 83, 86);
1691
- }
1692
- .icon-button__tertiary_1bcqs:active {
1693
- color: rgb(98, 98, 100);
1694
- }
1695
- .icon-button__tertiary_1bcqs.icon-button__component_1bcqs:disabled.icon-button__loader_1bcqs {
1696
- color: #464649;
1697
- }
1698
-
1699
- .icon-button__primary_1n3s2 {
1700
- color: #000
1701
- }
1702
- .icon-button__primary_1n3s2:hover {
1703
- color: rgb(18, 18, 18);
1704
- }
1705
- .icon-button__primary_1n3s2:active {
1706
- color: rgb(38, 38, 38);
1707
- }
1708
- .icon-button__secondary_1n3s2 {
1709
- color: #8a8a8e
1710
- }
1711
- .icon-button__secondary_1n3s2:hover {
1712
- color: rgb(117, 117, 121);
1713
- }
1714
- .icon-button__secondary_1n3s2:active {
1715
- color: rgb(110, 110, 114);
1716
- }
1717
- .icon-button__transparent_1n3s2 {
1718
- color: rgba(0, 0, 0, 0.3)
1719
- }
1720
- .icon-button__transparent_1n3s2:hover {
1721
- color: rgba(0, 0, 0, 0.4);
1722
- }
1723
- .icon-button__transparent_1n3s2:active {
1724
- color: rgba(0, 0, 0, 0.5);
1725
- }
1726
- .icon-button__negative_1n3s2 {
1727
- color: #d91d0b
1728
- }
1729
- .icon-button__negative_1n3s2:hover {
1730
- color: rgb(220, 45, 28);
1731
- }
1732
- .icon-button__negative_1n3s2:active {
1733
- color: rgb(223, 63, 48);
1734
- }
1735
- .icon-button__tertiary_1n3s2 {
1736
- color: #c5c5c7
1737
- }
1738
- .icon-button__tertiary_1n3s2:hover {
1739
- color: rgb(167, 167, 169);
1740
- }
1741
- .icon-button__tertiary_1n3s2:active {
1742
- color: rgb(158, 158, 159);
1743
- }.plate__component_101zp {
1744
- color: #fff;
1745
- }
1746
- .plate__focused_101zp {
1747
- outline: 2px solid #0072ef;
1748
- }
1749
- .plate__common_101zp {
1750
- background-color: #202022;
1751
- border-color: #6d7986;
1752
- }
1753
- .plate__negative_101zp {
1754
- background-color: #35110d;
1755
- border-color: #d91d0b;
1756
- }
1757
- .plate__positive_101zp {
1758
- background-color: #042117;
1759
- border-color: #13a463;
1760
- }
1761
- .plate__attention_101zp {
1762
- background-color: #332104;
1763
- border-color: #de6a00;
1764
- }.with-suffix__hasSuffix_d9iz1 input:focus::placeholder {
1765
- color: transparent;
1766
- }
1767
- .with-suffix__disabled_d9iz1 {
1768
- color: #fff;
1769
- }.slider-input__steps_hc6c6 {
1770
- color: #8d8d93;
1771
- }
1772
- .slider-input__info_hc6c6 {
1773
- color: #8d8d93;
1774
- }.filter-tag__component_16e0f.filter-tag__disabled_16e0f {
1775
- background-color: rgba(32, 32, 34, 0.3);
1776
- }
1777
- .filter-tag__component_16e0f.filter-tag__checked_16e0f:not(.filter-tag__component_16e0f.filter-tag__disabled_16e0f) {
1778
- background-color: #f3f4f5;
1779
- }
1780
- .filter-tag__component_16e0f.filter-tag__checked_16e0f:not(.filter-tag__component_16e0f.filter-tag__disabled_16e0f):hover {
1781
- background-color: #f3f4f5;
1782
- }
1783
- .filter-tag__component_16e0f.filter-tag__checked_16e0f:not(.filter-tag__component_16e0f.filter-tag__disabled_16e0f):active {
1784
- background-color: rgb(194, 195, 196);
1785
- }
1786
- .filter-tag__focused_16e0f {
1787
- outline: 2px solid #0072ef;
1788
- }
1789
- .filter-tag__valueButton_16e0f {
1790
- color: #fff;
1791
- background-color: #202022;
1792
- border-color: transparent
1793
- }
1794
- .filter-tag__valueButton_16e0f:not(.filter-tag__valueButton_16e0f:disabled):hover {
1795
- background-color: #202022;
1796
- border-color: transparent;
1797
- }
1798
- .filter-tag__valueButton_16e0f:not(.filter-tag__valueButton_16e0f:disabled):active {
1799
- background-color: rgb(65, 65, 67);
1800
- border-color: transparent;
1801
- }
1802
- .filter-tag__valueButton_16e0f:disabled {
1803
- background-color: rgba(32, 32, 34, 0.3);
1804
- border-color: transparent;
1805
- color: #464649;
1806
- }
1807
- .filter-tag__valueButton_16e0f.filter-tag__checked_16e0f {
1808
- background-color: #f3f4f5;
1809
- color: #000
1810
- }
1811
- .filter-tag__valueButton_16e0f.filter-tag__checked_16e0f:not(.filter-tag__valueButton_16e0f:disabled):hover {
1812
- background-color: #f3f4f5;
1813
- }
1814
- .filter-tag__valueButton_16e0f.filter-tag__checked_16e0f:not(.filter-tag__valueButton_16e0f:disabled):active {
1815
- background-color: rgb(194, 195, 196);
1816
- }
1817
- .filter-tag__valueButton_16e0f.filter-tag__checked_16e0f:not(.filter-tag__valueButton_16e0f:disabled):hover + .filter-tag__clear_16e0f:before {
1818
- background-color: #464649;
1819
- }
1820
- .filter-tag__valueButton_16e0f.filter-tag__checked_16e0f:not(.filter-tag__valueButton_16e0f:disabled):active + .filter-tag__clear_16e0f:before {
1821
- background-color: transparent;
1822
- }
1823
- .filter-tag__valueButton_16e0f.filter-tag__checked_16e0f:disabled {
1824
- background-color: rgba(243, 244, 245, 0.3);
1825
- color: #000;
1826
- }
1827
- .filter-tag__clear_16e0f {
1828
- background-color: #f3f4f5
1829
- }
1830
- .filter-tag__clear_16e0f:before {
1831
- background-color: #464649;
1832
- }
1833
- .filter-tag__clear_16e0f:hover:before {
1834
- background-color: #464649;
1835
- }
1836
- .filter-tag__clear_16e0f:active:before {
1837
- background-color: transparent;
1838
- }
1839
- .filter-tag__clear_16e0f:hover {
1840
- background-color: #f3f4f5;
1841
- }
1842
- .filter-tag__clear_16e0f:active {
1843
- background-color: rgb(194, 195, 196);
1844
- }.file-upload-item__component_10h7l {
1845
- color: #8d8d93;
1846
- box-shadow: 0 -1px 0 0 #2b2b2e inset
1847
- }
1848
- .file-upload-item__icon_10h7l {
1849
- color: #fff;
1850
- }
1851
- .file-upload-item__errorIcon_10h7l {
1852
- color: #d91d0b;
1853
- }
1854
- .file-upload-item__successIcon_10h7l {
1855
- color: #2fc26e;
1856
- }
1857
- .file-upload-item__name_10h7l {
1858
- color: #fff
1859
- }
1860
- .file-upload-item__errorWrapper_10h7l {
1861
- color: #ef3124
1862
- }.bottom-sheet__modal_7hpwg {
1863
- background-color: transparent;
1864
- }
1865
- .bottom-sheet__component_7hpwg {
1866
- background: #121212;
1867
- }
1868
- .bottom-sheet__marker_7hpwg {
1869
- background-color: #2a2a2c;
1870
- }
1871
- .bottom-sheet__content_7hpwg {
1872
- color: #fff;
1873
- background-color: #121212;
1874
- }
1875
- .bottom-sheet__backer_lwjli {
1876
- color: #fff;
1877
- }
1878
- .bottom-sheet__button_lwjli {
1879
- background: rgba(255, 255, 255, 0.03);
1880
- }
1881
- .bottom-sheet__closer_8odtl {
1882
- color: #fff;
1883
- }
1884
- .bottom-sheet__button_8odtl {
1885
- background: rgba(255, 255, 255, 0.03);
1886
- }
1887
- .bottom-sheet__footer_tkrq3 {
1888
- background-color: #121212;
1889
- }
1890
- .bottom-sheet__highlighted_tkrq3 {
1891
- border-top: 1px solid #2b2b2e;
1892
- background-color: #121212;
1893
- }
1894
- .bottom-sheet__header_1jt0k {
1895
- background-color: #121212;
1896
- }
1897
- .bottom-sheet__highlighted_1jt0k {
1898
- border-bottom: 1px solid #2b2b2e;
1899
- }
1900
- .calendar__dayName_1j1lb {
1901
- color: #8d8d93
1902
- }
1903
- .calendar__day_1j1lb {
1904
- color: #fff
1905
- }
1906
- .calendar__day_1j1lb.calendar__highlighted_1j1lb,
1907
- .calendar__day_1j1lb.calendar__range_1j1lb.calendar__highlighted_1j1lb:not(.calendar__disabled_1j1lb) {
1908
- color: #fff;
1909
- background: #2a2a2c;
1910
- }
1911
- .calendar__day_1j1lb.calendar__disabled_1j1lb {
1912
- color: #464649;
1913
- background: transparent;
1914
- }
1915
- .calendar__day_1j1lb.calendar__today_1j1lb {
1916
- color: #0072ef;
1917
- }
1918
- .calendar__day_1j1lb.calendar__rangeComplete_1j1lb {
1919
- background: #e8f2fe;
1920
- }
1921
- .calendar__day_1j1lb.calendar__selected_1j1lb,
1922
- .calendar__day_1j1lb.calendar__disabled_1j1lb.calendar__selected_1j1lb {
1923
- color: #000;
1924
- background: #fff;
1925
- }
1926
- .calendar__day_1j1lb.calendar__selected_1j1lb:hover {
1927
- background: rgb(217, 217, 217);
1928
- }
1929
- .calendar__range_1j1lb .calendar__day_1j1lb:not(.calendar__selected_1j1lb):not(.calendar__disabled_1j1lb):not(.calendar__today_1j1lb) {
1930
- color: #fff;
1931
- }
1932
- .calendar__range_1j1lb:before {
1933
- background: rgba(255, 255, 255, 0.1);
1934
- }
1935
- .calendar__rangeComplete_1j1lb:before {
1936
- background: #e8f2fe;
1937
- }
1938
- .calendar__transitLeft_1j1lb:after {
1939
- background: linear-gradient(
1940
- 270deg,
1941
- rgba(255, 255, 255, 0.1) 0%,
1942
- rgba(255, 255, 255, 0) 100%
1943
- );
1944
- }
1945
- .calendar__transitRight_1j1lb:after {
1946
- background: linear-gradient(
1947
- 270deg,
1948
- rgba(255, 255, 255, 0) 0%,
1949
- rgba(255, 255, 255, 0.1) 100%
1950
- );
1951
- }
1952
- .calendar__rangeComplete_1j1lb.calendar__transitLeft_1j1lb:after {
1953
- background: linear-gradient(
1954
- 270deg,
1955
- #e8f2fe 0%,
1956
- rgba(255, 255, 255, 0) 100%
1957
- );
1958
- }
1959
- .calendar__rangeComplete_1j1lb.calendar__transitRight_1j1lb:after {
1960
- background: linear-gradient(
1961
- 270deg,
1962
- rgba(255, 255, 255, 0) 0%,
1963
- #e8f2fe 100%
1964
- );
1965
- }
1966
- .calendar__dot_1j1lb {
1967
- background: #fff;
1968
- }
1969
- .calendar__selected_1j1lb .calendar__dot_1j1lb {
1970
- background: #000;
1971
- }
1972
- .calendar__withShadow_103kj {
1973
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1974
- }
1975
-
1976
- @media (max-width: 374px) {
1977
- }
1978
- .calendar__empty_1nzog {
1979
- color: #8d8d93;
1980
- }
1981
- .calendar__button_b0c6d {
1982
- background-color: transparent
1983
- }
1984
- .calendar__button_b0c6d:not(:disabled):hover {
1985
- background-color: #2c2c2e;
1986
- color: #fff;
1987
- }
1988
- .calendar__button_b0c6d.calendar__filled_b0c6d {
1989
- background-color: #2c2c2e
1990
- }
1991
- .calendar__button_b0c6d.calendar__filled_b0c6d:not(:disabled):hover {
1992
- background-color: rgb(59, 59, 61);
1993
- }
1994
- .calendar__button_b0c6d.calendar__outlined_b0c6d {
1995
- border: 1px solid #fff;
1996
- }
1997
- .calendar__button_b0c6d.calendar__selected_b0c6d,
1998
- .calendar__button_b0c6d.calendar__selected_b0c6d:disabled {
1999
- background-color: #fff;
2000
- color: #000
2001
- }
2002
- .calendar__button_b0c6d.calendar__selected_b0c6d:not(:disabled):hover, .calendar__button_b0c6d.calendar__selected_b0c6d:disabled:not(:disabled):hover {
2003
- background-color: #fff;
2004
- color: #000;
2005
- }
2006
- @media (max-width: 374px) {
2007
- }
2008
-
2009
-
2010
- .modal__button_ss8y4 {
2011
- background: rgba(18, 18, 18, 0.4);
2012
- }
2013
-
2014
-
2015
-
2016
-
2017
- .modal__sticky_t8ewa {
2018
- background: #121212;
2019
- }
2020
- .modal__highlighted_t8ewa {
2021
- background: #121212;
2022
- box-shadow: 0 -1px 0 0 #2b2b2e;
2023
- }
2024
-
2025
-
2026
-
2027
- .modal__highlighted_1wdh8 {
2028
- background: #121212;
2029
- }
2030
- .modal__sticky_1wdh8.modal__hasContent_1wdh8 {
2031
- background: #121212;
2032
- }
2033
- .bank-card__component_1vblh {
2034
- --form-control-bg-color: transparent;
2035
- --form-control-hover-bg-color: transparent;
2036
- --form-control-focus-bg-color: transparent;
2037
- }
2038
- .bank-card__label_1vblh {
2039
- color: rgba(0, 0, 0, 0.6)
2040
- }
2041
- .bank-card__focused_1vblh .bank-card__label_1vblh,
2042
- .bank-card__filled_1vblh .bank-card__label_1vblh {
2043
- color: #000
2044
- }
2045
- .bank-card__input_1vblh {
2046
- color: #000;
2047
- caret-color: #000
2048
- }
2049
- .bank-card__bankLogo_1vblh svg g {
2050
- fill: #000;
2051
- }
2052
- .bank-card__brandLogo_1vblh svg {
2053
- fill: #000;
2054
- }
2055
- .bank-card__usePhoto_1vblh {
2056
- background-color: transparent
2057
- }
2058
- .bank-card__usePhoto_1vblh svg {
2059
- fill: #000;
2060
- }.toast-plate__component_hzw53 {
2061
- color: #000;
2062
- background-color: #fff
2063
- }
2064
- .toast-plate__closeButtonWrapper_hzw53:before {
2065
- background-color: #e9e9eb;
2066
- }.amount-input__minorPartAndCurrency_1ylxj {
2067
- color: #8d8d93;
2068
- }
2069
- .amount-input__filled_rzfan .amount-input__input_rzfan,
2070
- .amount-input__input_rzfan:focus {
2071
- -webkit-text-fill-color: transparent;
2072
- }
2073
- .amount-input__minorPartAndCurrency_u43m4 {
2074
- color: #8a8a8e;
2075
- }.tooltip__hint_q96ls {
2076
- background-color: #fff;
2077
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2078
- 0 8px 16px rgba(11, 31, 53, 0.16);
2079
- color: #000;
2080
- }
2081
- .tooltip__hint_q96ls .tooltip__arrow_q96ls:after {
2082
- background-color: #fff;
2083
- border-color: #fff;
2084
- }
2085
-
2086
- .tooltip__tooltip_6m5ym {
2087
- background-color: #fff;
2088
- color: #000;
2089
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2090
- 0 8px 16px rgba(11, 31, 53, 0.16);
2091
- }
2092
- .tooltip__tooltip_6m5ym .tooltip__arrow_6m5ym:after {
2093
- background-color: #fff;
2094
- }
2095
- .tooltip__hint_6m5ym {
2096
- background-color: #121212;
2097
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2098
- color: #fff;
2099
- }
2100
- .tooltip__hint_6m5ym .tooltip__arrow_6m5ym:after {
2101
- background-color: #121212;
2102
- }
2103
- .calendar-with-skeleton__skeleton_1q9cz {
2104
- background-color: #121212;
2105
- }.toast__toastPlate_1ywvm {
2106
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2107
- }
2108
- .toast__popoverInner_1ywvm {
2109
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2110
- background-color: transparent;
2111
- }.select__arrow_1eiej {
2112
- color: #fff;
2113
- }
2114
- .select__popoverInner_1la7m {
2115
- background: transparent;
2116
- }
2117
- .select__optionsList_1la7m {
2118
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2119
- background: #121212;
2120
- }
2121
- .select__single_a3m79 {
2122
- background: #fff
2123
- }
2124
- .select__placeholder_1h7ny {
2125
- color: #8d8d93;
2126
- }
2127
- .select__focusVisible_1h7ny {
2128
- outline: 2px solid #0072ef;
2129
- }
2130
- .select__optgroup_16lsn {
2131
- background: #121212
2132
- }
2133
- .select__label_16lsn {
2134
- color: #8d8d93;
2135
- }
2136
- .select__option_1641l {
2137
- background: #121212;
2138
- color: #fff
2139
- }
2140
- .select__option_1641l:not(.select__disabled_1641l):active {
2141
- background: #2c2c2e;
2142
- color: #fff;
2143
- }
2144
- .select__option_1641l:before {
2145
- background: #2b2b2e;
2146
- }
2147
- .select__selected_1641l {
2148
- background: #121212;
2149
- color: #fff;
2150
- }
2151
- .select__highlighted_1641l {
2152
- background: #202022;
2153
- color: #fff
2154
- }
2155
- .select__disabled_1641l {
2156
- background: #121212;
2157
- color: #8d8d93;
2158
- }
2159
- .select__emptyPlaceholder_rrgbo {
2160
- color: #8d8d93;
2161
- }
2162
- .select__popoverInner_1v4c8 {
2163
- background: transparent;
2164
- }
2165
- .select__virtualRow_roawj:before {
2166
- background: #2b2b2e;
2167
- }
2168
- .select__emptyPlaceholder_roawj {
2169
- color: #8d8d93;
2170
- }
2171
-
2172
-
2173
-
2174
- .select__emptyPlaceholder_8ag7a {
2175
- color: #8d8d93;
2176
- }
2177
- .select__footer_8ag7a {
2178
- background-color: #121212
2179
- }
2180
- .select__highlighted_8ag7a {
2181
- border-top: 1px solid #2b2b2e;
2182
- background-color: #121212;
2183
- }
2184
- .select__footer_l52o1 {
2185
- background: #121212
2186
- }
2187
- .select__withBorder_l52o1 {
2188
- box-shadow: inset 0 1px 0 #262629;
2189
- }.calendar-input__calendarIcon_gqwrq {
2190
- color: #fff
2191
- }.gallery__modal_1qccd {
2192
- background: transparent;
2193
- }
2194
- .gallery__header_y8q59 {
2195
- background-color: #e9e9eb;
2196
- }
2197
-
2198
- .gallery__component_1dv59 {
2199
- border: 2px solid rgba(0, 0, 0, 0);
2200
- }
2201
- .gallery__active_1dv59 {
2202
- border-color: #000
2203
- }
2204
- .gallery__image_1dv59 {
2205
- background-color: #121212
2206
- }
2207
- .gallery__loading_1dv59 {
2208
- background-color: #e9eaeb;
2209
- }
2210
- .gallery__brokenImageWrapper_1dv59 {
2211
- background-color: #121212
2212
- }
2213
- .gallery__focused_1dv59 {
2214
- outline: 2px solid #0072ef;
2215
- }
2216
- .gallery__component_efiuv {
2217
- background-color: rgba(255, 255, 255, 0.5);
2218
- }
2219
- .gallery__slideLoading_efiuv {
2220
- background-color: #e9eaeb;
2221
- }
2222
- .gallery__image_efiuv {
2223
- background-color: #121212;
2224
- }
2225
- .gallery__smallImage_efiuv {
2226
- background-color: #121212;
2227
- }
2228
- .gallery__arrow_efiuv {
2229
- color: #000
2230
- }
2231
- .gallery__arrow_efiuv:hover {
2232
- background-color: rgba(255, 255, 255, 0.1);
2233
- }
2234
- .gallery__arrow_efiuv:active {
2235
- background-color: rgba(255, 255, 255, 0.2);
2236
- }
2237
- .gallery__focused_efiuv {
2238
- outline: 2px solid #0072ef;
2239
- }
2240
- .gallery__placeholder_efiuv {
2241
- background-color: #121212;
2242
- }
2243
- .gallery__fullScreenImage_efiuv {
2244
- background-color: #121212;
2245
- }
2246
- .gallery__component_1ui4o {
2247
- background-color: #e9e9eb
2248
- }@media (min-width: 600px) {
2249
- }.calendar-range__divider_1qqfo:after {
2250
- background-color: #fff;
2251
- }
2252
- .intl-phone-input__flagIcon_1id4q {
2253
- box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2254
- }
2255
- .intl-phone-input__dialCode_19bc0 {
2256
- color: #8d8d93;
2257
- }
2258
- .intl-phone-input__focusVisible_12z7d {
2259
- outline: 2px solid #0072ef;
2260
- }.table__component_aq3a0 {
2261
- border-top: 1px solid #2b2b2e;
2262
- }
2263
- .table__wrapper_1hfjw {
2264
- background: #121212;
2265
- box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2266
- 0 2px 4px rgba(11, 31, 53, 0.16);
2267
- }
2268
-
2269
- .table__component_cmmb0 {
2270
- color: #fff;
2271
- border-top: 1px solid #2b2b2e;
2272
- }
2273
-
2274
- .table__component_s52hw th:not(:last-child):not(:empty):after {
2275
- background-color: #2a2a2c;
2276
- }
2277
- .table__component_1ufzb {
2278
- color: #fff;
2279
- border-bottom: 1px solid #2b2b2e;
2280
- background: #121212;
2281
- }
2282
- .table__sorted_1ufzb {
2283
- color: #fff;
2284
- }
2285
- .table__component_gpxd9 {
2286
- background: #121212
2287
- }
2288
- .table__withoutBorder_gpxd9 {
2289
- }
2290
- .table__clickable_gpxd9:hover {
2291
- background-color: #202022;
2292
- }
2293
- .table__selected_gpxd9 {
2294
- background-color: #f2f8ff
2295
- }
2296
- .table__selected_gpxd9:hover {
2297
- background-color: #e8f2fe;
2298
- }
2299
- .table__icon_lepbe {
2300
- color: #8d8d93
2301
- }
2302
- .table__icon_lepbe:hover {
2303
- color: #fff;
2304
- }
2305
- .table__sorted_lepbe {
2306
- color: #0072ef
2307
- }
2308
- .table__sorted_lepbe:hover {
2309
- color: #0072ef;
2310
- }
2311
- .table__open_pp0h5,
2312
- .table__open_pp0h5:hover {
2313
- background-color: rgba(255, 255, 255, 0.163);
2314
- }
861
+ }