@alfalab/core-components 27.7.1-beta.0 → 27.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1906) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/cssm/index.module.css +707 -0
  3. package/alert/esm/Component.js +1 -1
  4. package/alert/esm/index.css +712 -5
  5. package/alert/index.css +712 -5
  6. package/alert/modern/Component.js +1 -1
  7. package/alert/modern/index.css +712 -5
  8. package/amount/component.js +1 -1
  9. package/amount/cssm/index.module.css +714 -0
  10. package/amount/esm/component.js +1 -1
  11. package/amount/esm/index.css +720 -6
  12. package/amount/esm/pure/component.js +1 -1
  13. package/amount/esm/pure/index.css +1 -1
  14. package/amount/index.css +720 -6
  15. package/amount/modern/component.js +1 -1
  16. package/amount/modern/index.css +720 -6
  17. package/amount/modern/pure/component.js +1 -1
  18. package/amount/modern/pure/index.css +1 -1
  19. package/amount/pure/component.js +1 -1
  20. package/amount/pure/index.css +1 -1
  21. package/amount-input/Component.d.ts +10 -0
  22. package/amount-input/Component.js +10 -8
  23. package/amount-input/cssm/Component.d.ts +10 -0
  24. package/amount-input/cssm/Component.js +7 -5
  25. package/amount-input/cssm/default.module.css +711 -0
  26. package/amount-input/cssm/index.module.css +714 -0
  27. package/amount-input/cssm/inverted.module.css +714 -0
  28. package/amount-input/cssm/utils/index.js +16 -5
  29. package/amount-input/default.css +713 -2
  30. package/amount-input/esm/Component.d.ts +10 -0
  31. package/amount-input/esm/Component.js +10 -8
  32. package/amount-input/esm/default.css +713 -2
  33. package/amount-input/esm/index.css +721 -7
  34. package/amount-input/esm/inverted.css +716 -2
  35. package/amount-input/esm/utils/index.js +16 -5
  36. package/amount-input/index.css +721 -7
  37. package/amount-input/inverted.css +716 -2
  38. package/amount-input/modern/Component.d.ts +10 -0
  39. package/amount-input/modern/Component.js +8 -6
  40. package/amount-input/modern/default.css +713 -2
  41. package/amount-input/modern/index.css +721 -7
  42. package/amount-input/modern/inverted.css +716 -2
  43. package/amount-input/modern/utils/index.js +18 -7
  44. package/amount-input/utils/index.js +16 -5
  45. package/attach/Component.js +1 -1
  46. package/attach/cssm/index.module.css +706 -1
  47. package/attach/esm/Component.js +1 -1
  48. package/attach/esm/index.css +733 -28
  49. package/attach/index.css +733 -28
  50. package/attach/modern/Component.js +1 -1
  51. package/attach/modern/index.css +733 -28
  52. package/backdrop/Component.js +1 -1
  53. package/backdrop/cssm/index.module.css +711 -0
  54. package/backdrop/cssm/vars.css +718 -0
  55. package/backdrop/esm/Component.js +1 -1
  56. package/backdrop/esm/index.css +722 -11
  57. package/backdrop/index.css +722 -11
  58. package/backdrop/modern/Component.js +1 -1
  59. package/backdrop/modern/index.css +722 -11
  60. package/badge/Component.js +1 -1
  61. package/badge/cssm/index.module.css +693 -0
  62. package/badge/esm/Component.js +1 -1
  63. package/badge/esm/index.css +730 -37
  64. package/badge/index.css +730 -37
  65. package/badge/modern/Component.js +1 -1
  66. package/badge/modern/index.css +730 -37
  67. package/bank-card/Component.js +1 -1
  68. package/bank-card/cssm/index.module.css +22 -0
  69. package/bank-card/esm/Component.js +1 -1
  70. package/bank-card/esm/index.css +42 -20
  71. package/bank-card/index.css +42 -20
  72. package/bank-card/modern/Component.js +1 -1
  73. package/bank-card/modern/index.css +42 -20
  74. package/base-modal/Component.js +1 -1
  75. package/base-modal/cssm/index.module.css +711 -0
  76. package/base-modal/esm/Component.js +1 -1
  77. package/base-modal/esm/index.css +723 -12
  78. package/base-modal/index.css +723 -12
  79. package/base-modal/modern/Component.js +1 -1
  80. package/base-modal/modern/index.css +723 -12
  81. package/bottom-sheet/{component-d407fd23.d.ts → component-01854e98.d.ts} +0 -0
  82. package/bottom-sheet/{component-d407fd23.js → component-01854e98.js} +3 -3
  83. package/bottom-sheet/component.js +2 -2
  84. package/bottom-sheet/components/backer/Component.js +2 -2
  85. package/bottom-sheet/components/backer/index.css +3 -3
  86. package/bottom-sheet/components/closer/Component.js +2 -2
  87. package/bottom-sheet/components/closer/index.css +3 -3
  88. package/bottom-sheet/components/footer/Component.js +1 -1
  89. package/bottom-sheet/components/footer/index.css +711 -4
  90. package/bottom-sheet/components/header/Component.js +2 -2
  91. package/bottom-sheet/components/header/index.css +717 -17
  92. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  93. package/bottom-sheet/cssm/components/footer/index.module.css +707 -0
  94. package/bottom-sheet/cssm/components/header/index.module.css +700 -0
  95. package/bottom-sheet/cssm/index.module.css +701 -0
  96. package/bottom-sheet/esm/{component-06cfdf42.d.ts → component-3c2b5fd7.d.ts} +0 -0
  97. package/bottom-sheet/esm/{component-06cfdf42.js → component-3c2b5fd7.js} +3 -3
  98. package/bottom-sheet/esm/component.js +2 -2
  99. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  100. package/bottom-sheet/esm/components/backer/index.css +3 -3
  101. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  102. package/bottom-sheet/esm/components/closer/index.css +3 -3
  103. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  104. package/bottom-sheet/esm/components/footer/index.css +711 -4
  105. package/bottom-sheet/esm/components/header/Component.js +2 -2
  106. package/bottom-sheet/esm/components/header/index.css +717 -17
  107. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  108. package/bottom-sheet/esm/index.css +717 -16
  109. package/bottom-sheet/esm/index.d.ts +1 -1
  110. package/bottom-sheet/esm/index.js +2 -2
  111. package/bottom-sheet/esm/{tslib.es6-ce4bf29e.d.ts → tslib.es6-5568f64c.d.ts} +0 -0
  112. package/bottom-sheet/esm/{tslib.es6-ce4bf29e.js → tslib.es6-5568f64c.js} +0 -0
  113. package/bottom-sheet/index.css +717 -16
  114. package/bottom-sheet/index.d.ts +1 -1
  115. package/bottom-sheet/index.js +2 -2
  116. package/bottom-sheet/modern/{component-b630276d.d.ts → component-0e021541.d.ts} +0 -0
  117. package/bottom-sheet/modern/{component-b630276d.js → component-0e021541.js} +2 -2
  118. package/bottom-sheet/modern/component.js +1 -1
  119. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  120. package/bottom-sheet/modern/components/backer/index.css +3 -3
  121. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  122. package/bottom-sheet/modern/components/closer/index.css +3 -3
  123. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  124. package/bottom-sheet/modern/components/footer/index.css +711 -4
  125. package/bottom-sheet/modern/components/header/Component.js +1 -1
  126. package/bottom-sheet/modern/components/header/index.css +717 -17
  127. package/bottom-sheet/modern/index.css +717 -16
  128. package/bottom-sheet/modern/index.d.ts +1 -1
  129. package/bottom-sheet/modern/index.js +1 -1
  130. package/bottom-sheet/{tslib.es6-c8f9fd4c.d.ts → tslib.es6-071a0cac.d.ts} +0 -0
  131. package/bottom-sheet/{tslib.es6-c8f9fd4c.js → tslib.es6-071a0cac.js} +0 -0
  132. package/button/Component.js +3 -3
  133. package/button/cssm/default.module.css +687 -0
  134. package/button/cssm/index.module.css +689 -0
  135. package/button/cssm/inverted.module.css +694 -0
  136. package/button/default.css +728 -41
  137. package/button/esm/Component.js +3 -3
  138. package/button/esm/default.css +728 -41
  139. package/button/esm/index.css +743 -54
  140. package/button/esm/inverted.css +735 -41
  141. package/button/index.css +743 -54
  142. package/button/inverted.css +735 -41
  143. package/button/modern/Component.js +3 -3
  144. package/button/modern/default.css +728 -41
  145. package/button/modern/index.css +743 -54
  146. package/button/modern/inverted.css +735 -41
  147. package/calendar/Component.js +2 -2
  148. package/calendar/components/days-table/Component.js +2 -2
  149. package/calendar/components/days-table/index.css +751 -51
  150. package/calendar/components/days-table/index.js +1 -1
  151. package/calendar/components/header/Component.js +1 -1
  152. package/calendar/components/header/index.css +736 -3
  153. package/calendar/components/month-year-header/Component.js +2 -2
  154. package/calendar/components/month-year-header/index.css +742 -10
  155. package/calendar/components/month-year-header/index.js +1 -1
  156. package/calendar/components/months-table/Component.js +2 -2
  157. package/calendar/components/months-table/index.css +741 -9
  158. package/calendar/components/months-table/index.js +1 -1
  159. package/calendar/components/period-slider/Component.js +1 -1
  160. package/calendar/components/period-slider/index.css +735 -10
  161. package/calendar/components/select-button/Component.js +2 -2
  162. package/calendar/components/select-button/index.css +732 -10
  163. package/calendar/components/select-button/index.js +1 -1
  164. package/calendar/components/years-table/Component.js +2 -2
  165. package/calendar/components/years-table/index.css +742 -10
  166. package/calendar/components/years-table/index.js +1 -1
  167. package/calendar/cssm/components/days-table/index.module.css +700 -0
  168. package/calendar/cssm/components/header/index.module.css +733 -0
  169. package/calendar/cssm/components/month-year-header/index.module.css +735 -0
  170. package/calendar/cssm/components/months-table/index.module.css +757 -0
  171. package/calendar/cssm/components/period-slider/index.module.css +725 -0
  172. package/calendar/cssm/components/select-button/index.module.css +758 -0
  173. package/calendar/cssm/components/years-table/index.module.css +758 -0
  174. package/calendar/cssm/index.module.css +731 -0
  175. package/calendar/cssm/vars.css +24 -0
  176. package/calendar/esm/Component.js +2 -2
  177. package/calendar/esm/components/days-table/Component.js +2 -2
  178. package/calendar/esm/components/days-table/index.css +751 -51
  179. package/calendar/esm/components/days-table/index.js +1 -1
  180. package/calendar/esm/components/header/Component.js +1 -1
  181. package/calendar/esm/components/header/index.css +736 -3
  182. package/calendar/esm/components/month-year-header/Component.js +2 -2
  183. package/calendar/esm/components/month-year-header/index.css +742 -10
  184. package/calendar/esm/components/month-year-header/index.js +1 -1
  185. package/calendar/esm/components/months-table/Component.js +2 -2
  186. package/calendar/esm/components/months-table/index.css +741 -9
  187. package/calendar/esm/components/months-table/index.js +1 -1
  188. package/calendar/esm/components/period-slider/Component.js +1 -1
  189. package/calendar/esm/components/period-slider/index.css +735 -10
  190. package/calendar/esm/components/select-button/Component.js +2 -2
  191. package/calendar/esm/components/select-button/index.css +732 -10
  192. package/calendar/esm/components/select-button/index.js +1 -1
  193. package/calendar/esm/components/years-table/Component.js +2 -2
  194. package/calendar/esm/components/years-table/index.css +742 -10
  195. package/calendar/esm/components/years-table/index.js +1 -1
  196. package/calendar/esm/index.css +742 -11
  197. package/calendar/esm/index.js +1 -1
  198. package/calendar/esm/{tslib.es6-4a77933a.d.ts → tslib.es6-3c02bbd9.d.ts} +0 -0
  199. package/calendar/esm/{tslib.es6-4a77933a.js → tslib.es6-3c02bbd9.js} +0 -0
  200. package/calendar/index.css +742 -11
  201. package/calendar/index.js +1 -1
  202. package/calendar/modern/Component.js +1 -1
  203. package/calendar/modern/components/days-table/Component.js +1 -1
  204. package/calendar/modern/components/days-table/index.css +751 -51
  205. package/calendar/modern/components/header/Component.js +1 -1
  206. package/calendar/modern/components/header/index.css +736 -3
  207. package/calendar/modern/components/month-year-header/Component.js +1 -1
  208. package/calendar/modern/components/month-year-header/index.css +742 -10
  209. package/calendar/modern/components/months-table/Component.js +1 -1
  210. package/calendar/modern/components/months-table/index.css +741 -9
  211. package/calendar/modern/components/period-slider/Component.js +1 -1
  212. package/calendar/modern/components/period-slider/index.css +735 -10
  213. package/calendar/modern/components/select-button/Component.js +1 -1
  214. package/calendar/modern/components/select-button/index.css +732 -10
  215. package/calendar/modern/components/years-table/Component.js +1 -1
  216. package/calendar/modern/components/years-table/index.css +742 -10
  217. package/calendar/modern/index.css +742 -11
  218. package/calendar/{tslib.es6-9910ce3e.d.ts → tslib.es6-45923f45.d.ts} +0 -0
  219. package/calendar/{tslib.es6-9910ce3e.js → tslib.es6-45923f45.js} +0 -0
  220. package/calendar-input/Component.js +1 -1
  221. package/calendar-input/cssm/index.module.css +729 -0
  222. package/calendar-input/cssm/stories.module.css +741 -0
  223. package/calendar-input/esm/Component.js +1 -1
  224. package/calendar-input/esm/index.css +739 -10
  225. package/calendar-input/index.css +739 -10
  226. package/calendar-input/modern/Component.d.ts +3 -3
  227. package/calendar-input/modern/Component.js +1 -1
  228. package/calendar-input/modern/index.css +739 -10
  229. package/calendar-range/Component.js +1 -1
  230. package/calendar-range/cssm/views/index.module.css +731 -0
  231. package/calendar-range/esm/Component.js +1 -1
  232. package/calendar-range/esm/index.js +1 -1
  233. package/calendar-range/esm/{index.module-f3f8d35e.d.ts → index.module-badbaad3.d.ts} +0 -0
  234. package/calendar-range/esm/{index.module-f3f8d35e.js → index.module-badbaad3.js} +1 -1
  235. package/calendar-range/esm/views/index.css +739 -8
  236. package/calendar-range/esm/views/popover.js +1 -1
  237. package/calendar-range/esm/views/static.js +1 -1
  238. package/calendar-range/index.js +1 -1
  239. package/calendar-range/{index.module-6304bdd2.d.ts → index.module-8eb49154.d.ts} +0 -0
  240. package/calendar-range/{index.module-6304bdd2.js → index.module-8eb49154.js} +1 -1
  241. package/calendar-range/modern/Component.js +1 -1
  242. package/calendar-range/modern/index.js +1 -1
  243. package/calendar-range/modern/index.module-b064eb8f.js +4 -0
  244. package/calendar-range/modern/views/index.css +739 -8
  245. package/calendar-range/modern/views/popover.js +1 -1
  246. package/calendar-range/modern/views/static.js +1 -1
  247. package/calendar-range/views/index.css +739 -8
  248. package/calendar-range/views/popover.js +1 -1
  249. package/calendar-range/views/static.js +1 -1
  250. package/calendar-with-skeleton/Component.js +1 -1
  251. package/calendar-with-skeleton/cssm/index.module.css +707 -0
  252. package/calendar-with-skeleton/esm/Component.js +1 -1
  253. package/calendar-with-skeleton/esm/index.css +719 -12
  254. package/calendar-with-skeleton/index.css +719 -12
  255. package/calendar-with-skeleton/modern/Component.js +1 -1
  256. package/calendar-with-skeleton/modern/index.css +719 -12
  257. package/card-image/Component.js +1 -1
  258. package/card-image/cssm/index.module.css +711 -0
  259. package/card-image/esm/Component.js +1 -1
  260. package/card-image/esm/index.css +717 -6
  261. package/card-image/index.css +717 -6
  262. package/card-image/modern/Component.js +1 -1
  263. package/card-image/modern/index.css +717 -6
  264. package/cdn-icon/Component.js +1 -1
  265. package/cdn-icon/cssm/index.module.css +714 -0
  266. package/cdn-icon/esm/Component.js +1 -1
  267. package/cdn-icon/esm/index.css +716 -2
  268. package/cdn-icon/index.css +716 -2
  269. package/cdn-icon/modern/Component.js +1 -1
  270. package/cdn-icon/modern/index.css +716 -2
  271. package/chart/Component.js +2 -2
  272. package/chart/components/Dot/index.css +7 -7
  273. package/chart/components/Dot/index.js +1 -1
  274. package/chart/components/Legends/index.css +718 -7
  275. package/chart/components/Legends/index.js +1 -1
  276. package/chart/components/Tick/index.css +713 -3
  277. package/chart/components/Tick/index.js +1 -1
  278. package/chart/components/TooltipContent/index.css +708 -6
  279. package/chart/components/TooltipContent/index.js +1 -1
  280. package/chart/cssm/components/Legends/index.module.css +711 -0
  281. package/chart/cssm/components/Tick/index.module.css +710 -0
  282. package/chart/cssm/components/TooltipContent/index.module.css +702 -0
  283. package/chart/cssm/index.module.css +711 -0
  284. package/chart/esm/Component.js +2 -2
  285. package/chart/esm/components/Dot/index.css +7 -7
  286. package/chart/esm/components/Dot/index.js +1 -1
  287. package/chart/esm/components/Legends/index.css +718 -7
  288. package/chart/esm/components/Legends/index.js +1 -1
  289. package/chart/esm/components/Tick/index.css +713 -3
  290. package/chart/esm/components/Tick/index.js +1 -1
  291. package/chart/esm/components/TooltipContent/index.css +708 -6
  292. package/chart/esm/components/TooltipContent/index.js +1 -1
  293. package/chart/esm/hooks/useSettings/index.js +1 -1
  294. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  295. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  296. package/chart/esm/index.css +724 -2
  297. package/chart/esm/index.js +1 -1
  298. package/chart/esm/{tslib.es6-7aa0ec96.d.ts → tslib.es6-c8665fb3.d.ts} +0 -0
  299. package/chart/esm/{tslib.es6-7aa0ec96.js → tslib.es6-c8665fb3.js} +0 -0
  300. package/chart/hooks/useSettings/index.js +1 -1
  301. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  302. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  303. package/chart/index.css +724 -2
  304. package/chart/index.js +1 -1
  305. package/chart/modern/Component.js +1 -1
  306. package/chart/modern/components/Dot/index.css +7 -7
  307. package/chart/modern/components/Dot/index.js +1 -1
  308. package/chart/modern/components/Legends/index.css +718 -7
  309. package/chart/modern/components/Legends/index.js +1 -1
  310. package/chart/modern/components/Tick/index.css +713 -3
  311. package/chart/modern/components/Tick/index.js +1 -1
  312. package/chart/modern/components/TooltipContent/index.css +708 -6
  313. package/chart/modern/components/TooltipContent/index.js +1 -1
  314. package/chart/modern/index.css +724 -2
  315. package/chart/{tslib.es6-be33941d.d.ts → tslib.es6-83f61e86.d.ts} +0 -0
  316. package/chart/{tslib.es6-be33941d.js → tslib.es6-83f61e86.js} +0 -0
  317. package/checkbox/Component.js +1 -1
  318. package/checkbox/cssm/index.module.css +683 -0
  319. package/checkbox/esm/Component.js +1 -1
  320. package/checkbox/esm/index.css +719 -36
  321. package/checkbox/index.css +719 -36
  322. package/checkbox/modern/Component.js +1 -1
  323. package/checkbox/modern/index.css +719 -36
  324. package/checkbox-group/Component.js +1 -1
  325. package/checkbox-group/cssm/index.module.css +701 -0
  326. package/checkbox-group/esm/Component.js +1 -1
  327. package/checkbox-group/esm/index.css +717 -16
  328. package/checkbox-group/index.css +717 -16
  329. package/checkbox-group/modern/Component.js +1 -1
  330. package/checkbox-group/modern/index.css +717 -16
  331. package/circular-progress-bar/Component.js +1 -1
  332. package/circular-progress-bar/cssm/index.module.css +424 -0
  333. package/circular-progress-bar/esm/Component.js +1 -1
  334. package/circular-progress-bar/esm/index.css +444 -20
  335. package/circular-progress-bar/index.css +444 -20
  336. package/circular-progress-bar/modern/Component.js +1 -1
  337. package/circular-progress-bar/modern/index.css +444 -20
  338. package/code-input/component.js +1 -1
  339. package/code-input/components/input/component.js +1 -1
  340. package/code-input/components/input/index.css +707 -10
  341. package/code-input/cssm/components/input/index.module.css +697 -0
  342. package/code-input/cssm/index.module.css +708 -0
  343. package/code-input/cssm/vars.css +722 -0
  344. package/code-input/esm/component.js +1 -1
  345. package/code-input/esm/components/input/component.js +1 -1
  346. package/code-input/esm/components/input/index.css +707 -10
  347. package/code-input/esm/index.css +713 -5
  348. package/code-input/index.css +713 -5
  349. package/code-input/modern/component.js +1 -1
  350. package/code-input/modern/components/input/component.js +1 -1
  351. package/code-input/modern/components/input/index.css +707 -10
  352. package/code-input/modern/index.css +713 -5
  353. package/collapse/Component.js +1 -1
  354. package/collapse/cssm/index.module.css +710 -0
  355. package/collapse/esm/Component.js +1 -1
  356. package/collapse/esm/index.css +717 -7
  357. package/collapse/index.css +717 -7
  358. package/collapse/modern/Component.js +1 -1
  359. package/collapse/modern/index.css +717 -7
  360. package/confirmation/component.js +2 -2
  361. package/confirmation/components/countdown-loader/component.js +1 -1
  362. package/confirmation/components/countdown-loader/index.css +731 -2
  363. package/confirmation/components/index.js +1 -1
  364. package/confirmation/components/screens/fatal-error/component.js +1 -1
  365. package/confirmation/components/screens/fatal-error/index.css +712 -3
  366. package/confirmation/components/screens/hint/component.js +1 -1
  367. package/confirmation/components/screens/hint/index.css +721 -13
  368. package/confirmation/components/screens/index.js +1 -1
  369. package/confirmation/components/screens/initial/component.js +1 -1
  370. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  371. package/confirmation/components/screens/initial/index.css +728 -16
  372. package/confirmation/components/screens/initial/index.js +1 -1
  373. package/confirmation/components/screens/temp-block/component.js +1 -1
  374. package/confirmation/components/screens/temp-block/index.css +713 -5
  375. package/confirmation/{countdown-section-12614bde.d.ts → countdown-section-b4e8ac1c.d.ts} +0 -0
  376. package/confirmation/{countdown-section-12614bde.js → countdown-section-b4e8ac1c.js} +1 -1
  377. package/confirmation/cssm/components/countdown-loader/index.module.css +729 -0
  378. package/confirmation/cssm/components/screens/fatal-error/index.module.css +709 -0
  379. package/confirmation/cssm/components/screens/hint/index.module.css +708 -0
  380. package/confirmation/cssm/components/screens/initial/index.module.css +712 -0
  381. package/confirmation/cssm/components/screens/temp-block/index.module.css +708 -0
  382. package/confirmation/cssm/index.module.css +720 -0
  383. package/confirmation/cssm/vars.css +732 -0
  384. package/confirmation/esm/component.js +2 -2
  385. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  386. package/confirmation/esm/components/countdown-loader/index.css +731 -2
  387. package/confirmation/esm/components/index.js +1 -1
  388. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  389. package/confirmation/esm/components/screens/fatal-error/index.css +712 -3
  390. package/confirmation/esm/components/screens/hint/component.js +1 -1
  391. package/confirmation/esm/components/screens/hint/index.css +721 -13
  392. package/confirmation/esm/components/screens/index.js +1 -1
  393. package/confirmation/esm/components/screens/initial/component.js +1 -1
  394. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  395. package/confirmation/esm/components/screens/initial/index.css +728 -16
  396. package/confirmation/esm/components/screens/initial/index.js +1 -1
  397. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  398. package/confirmation/esm/components/screens/temp-block/index.css +713 -5
  399. package/confirmation/esm/{countdown-section-3eb9af69.d.ts → countdown-section-9ae4a79a.d.ts} +0 -0
  400. package/confirmation/esm/{countdown-section-3eb9af69.js → countdown-section-9ae4a79a.js} +1 -1
  401. package/confirmation/esm/index.css +723 -3
  402. package/confirmation/esm/index.js +1 -1
  403. package/confirmation/index.css +723 -3
  404. package/confirmation/index.js +1 -1
  405. package/confirmation/modern/component.js +2 -2
  406. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  407. package/confirmation/modern/components/countdown-loader/index.css +731 -2
  408. package/confirmation/modern/components/index.js +1 -1
  409. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  410. package/confirmation/modern/components/screens/fatal-error/index.css +712 -3
  411. package/confirmation/modern/components/screens/hint/component.js +1 -1
  412. package/confirmation/modern/components/screens/hint/index.css +721 -13
  413. package/confirmation/modern/components/screens/index.js +1 -1
  414. package/confirmation/modern/components/screens/initial/component.js +1 -1
  415. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  416. package/confirmation/modern/components/screens/initial/index.css +728 -16
  417. package/confirmation/modern/components/screens/initial/index.js +1 -1
  418. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  419. package/confirmation/modern/components/screens/temp-block/index.css +713 -5
  420. package/confirmation/modern/{countdown-section-212b0480.d.ts → countdown-section-70b588e4.d.ts} +0 -0
  421. package/confirmation/modern/{countdown-section-212b0480.js → countdown-section-70b588e4.js} +1 -1
  422. package/confirmation/modern/index.css +723 -3
  423. package/confirmation/modern/index.js +1 -1
  424. package/custom-button/Component.js +1 -1
  425. package/custom-button/cssm/index.module.css +710 -0
  426. package/custom-button/esm/Component.js +1 -1
  427. package/custom-button/esm/index.css +722 -12
  428. package/custom-button/index.css +722 -12
  429. package/custom-button/modern/Component.js +1 -1
  430. package/custom-button/modern/index.css +722 -12
  431. package/date-input/Component.js +1 -1
  432. package/date-input/cssm/index.module.css +714 -0
  433. package/date-input/esm/Component.js +1 -1
  434. package/date-input/esm/index.css +718 -4
  435. package/date-input/index.css +718 -4
  436. package/date-input/modern/Component.js +1 -1
  437. package/date-input/modern/index.css +718 -4
  438. package/divider/Component.js +1 -1
  439. package/divider/cssm/index.module.css +711 -0
  440. package/divider/esm/Component.js +1 -1
  441. package/divider/esm/index.css +712 -1
  442. package/divider/index.css +712 -1
  443. package/divider/modern/Component.js +1 -1
  444. package/divider/modern/index.css +712 -1
  445. package/drawer/Component.js +1 -1
  446. package/drawer/cssm/index.module.css +711 -0
  447. package/drawer/esm/Component.js +1 -1
  448. package/drawer/esm/index.css +727 -16
  449. package/drawer/index.css +727 -16
  450. package/drawer/modern/Component.js +1 -1
  451. package/drawer/modern/index.css +727 -16
  452. package/dropzone/Component.js +1 -1
  453. package/dropzone/components/overlay/Component.js +1 -1
  454. package/dropzone/components/overlay/index.css +707 -3
  455. package/dropzone/cssm/components/overlay/index.module.css +704 -0
  456. package/dropzone/cssm/index.module.css +704 -0
  457. package/dropzone/esm/Component.js +1 -1
  458. package/dropzone/esm/components/overlay/Component.js +1 -1
  459. package/dropzone/esm/components/overlay/index.css +707 -3
  460. package/dropzone/esm/index.css +710 -6
  461. package/dropzone/index.css +710 -6
  462. package/dropzone/modern/Component.js +1 -1
  463. package/dropzone/modern/components/overlay/Component.js +1 -1
  464. package/dropzone/modern/components/overlay/index.css +707 -3
  465. package/dropzone/modern/index.css +710 -6
  466. package/file-upload-item/Component.js +1 -1
  467. package/file-upload-item/cssm/index.module.css +699 -0
  468. package/file-upload-item/esm/Component.js +1 -1
  469. package/file-upload-item/esm/index.css +722 -23
  470. package/file-upload-item/index.css +722 -23
  471. package/file-upload-item/modern/Component.js +1 -1
  472. package/file-upload-item/modern/index.css +722 -23
  473. package/filter-tag/Component.js +1 -1
  474. package/filter-tag/cssm/index.module.css +704 -0
  475. package/filter-tag/esm/Component.js +1 -1
  476. package/filter-tag/esm/index.css +761 -57
  477. package/filter-tag/index.css +761 -57
  478. package/filter-tag/modern/Component.js +1 -1
  479. package/filter-tag/modern/index.css +761 -57
  480. package/form-control/Component.js +3 -3
  481. package/form-control/cssm/default.module.css +704 -0
  482. package/form-control/cssm/index.module.css +700 -0
  483. package/form-control/cssm/inverted.module.css +704 -0
  484. package/form-control/default.css +718 -14
  485. package/form-control/esm/Component.js +3 -3
  486. package/form-control/esm/default.css +718 -14
  487. package/form-control/esm/index.css +741 -41
  488. package/form-control/esm/inverted.css +718 -14
  489. package/form-control/index.css +741 -41
  490. package/form-control/inverted.css +718 -14
  491. package/form-control/modern/Component.js +3 -3
  492. package/form-control/modern/default.css +718 -14
  493. package/form-control/modern/index.css +741 -41
  494. package/form-control/modern/inverted.css +718 -14
  495. package/gallery/Component.js +3 -3
  496. package/gallery/components/header/Component.js +2 -2
  497. package/gallery/components/header/buttons.js +1 -1
  498. package/gallery/components/header/index.css +709 -3
  499. package/gallery/components/header/index.js +1 -1
  500. package/gallery/components/header-info-block/Component.js +1 -1
  501. package/gallery/components/header-info-block/index.css +716 -5
  502. package/gallery/components/image-preview/Component.js +1 -1
  503. package/gallery/components/image-preview/index.css +711 -12
  504. package/gallery/components/image-viewer/component.js +2 -2
  505. package/gallery/components/image-viewer/index.css +714 -19
  506. package/gallery/components/image-viewer/index.js +2 -2
  507. package/gallery/components/image-viewer/slide.js +1 -1
  508. package/gallery/components/index.js +2 -2
  509. package/gallery/components/navigation-bar/Component.js +1 -1
  510. package/gallery/components/navigation-bar/index.css +713 -6
  511. package/gallery/cssm/components/header/index.module.css +706 -0
  512. package/gallery/cssm/components/header-info-block/index.module.css +711 -0
  513. package/gallery/cssm/components/image-preview/index.module.css +699 -0
  514. package/gallery/cssm/components/image-viewer/index.module.css +695 -0
  515. package/gallery/cssm/components/navigation-bar/index.module.css +707 -0
  516. package/gallery/cssm/index.module.css +714 -0
  517. package/gallery/cssm/vars.css +3 -0
  518. package/gallery/esm/Component.js +3 -3
  519. package/gallery/esm/components/header/Component.js +2 -2
  520. package/gallery/esm/components/header/buttons.js +1 -1
  521. package/gallery/esm/components/header/index.css +709 -3
  522. package/gallery/esm/components/header/index.js +1 -1
  523. package/gallery/esm/components/header-info-block/Component.js +1 -1
  524. package/gallery/esm/components/header-info-block/index.css +716 -5
  525. package/gallery/esm/components/image-preview/Component.js +1 -1
  526. package/gallery/esm/components/image-preview/index.css +711 -12
  527. package/gallery/esm/components/image-viewer/component.js +2 -2
  528. package/gallery/esm/components/image-viewer/index.css +714 -19
  529. package/gallery/esm/components/image-viewer/index.js +2 -2
  530. package/gallery/esm/components/image-viewer/slide.js +1 -1
  531. package/gallery/esm/components/index.js +2 -2
  532. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  533. package/gallery/esm/components/navigation-bar/index.css +713 -6
  534. package/gallery/esm/index.css +717 -3
  535. package/gallery/esm/index.js +2 -2
  536. package/gallery/esm/{slide-94ef7cfa.d.ts → slide-6c8eb5ab.d.ts} +0 -0
  537. package/gallery/esm/{slide-94ef7cfa.js → slide-6c8eb5ab.js} +1 -1
  538. package/gallery/esm/{tslib.es6-41f8e531.d.ts → tslib.es6-fa26a30c.d.ts} +0 -0
  539. package/gallery/esm/{tslib.es6-41f8e531.js → tslib.es6-fa26a30c.js} +0 -0
  540. package/gallery/index.css +717 -3
  541. package/gallery/index.js +2 -2
  542. package/gallery/modern/Component.js +2 -2
  543. package/gallery/modern/components/header/Component.js +1 -1
  544. package/gallery/modern/components/header/index.css +709 -3
  545. package/gallery/modern/components/header-info-block/Component.js +1 -1
  546. package/gallery/modern/components/header-info-block/index.css +716 -5
  547. package/gallery/modern/components/image-preview/Component.js +1 -1
  548. package/gallery/modern/components/image-preview/index.css +711 -12
  549. package/gallery/modern/components/image-viewer/component.js +1 -1
  550. package/gallery/modern/components/image-viewer/index.css +714 -19
  551. package/gallery/modern/components/image-viewer/index.js +1 -1
  552. package/gallery/modern/components/image-viewer/slide.js +1 -1
  553. package/gallery/modern/components/index.js +1 -1
  554. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  555. package/gallery/modern/components/navigation-bar/index.css +713 -6
  556. package/gallery/modern/index.css +717 -3
  557. package/gallery/modern/index.js +1 -1
  558. package/gallery/modern/{slide-d43c9ee4.d.ts → slide-308a173c.d.ts} +0 -0
  559. package/gallery/modern/{slide-d43c9ee4.js → slide-308a173c.js} +1 -1
  560. package/gallery/{slide-0ce12834.d.ts → slide-8b751758.d.ts} +0 -0
  561. package/gallery/{slide-0ce12834.js → slide-8b751758.js} +1 -1
  562. package/gallery/{tslib.es6-74633c07.d.ts → tslib.es6-ad900cfb.d.ts} +0 -0
  563. package/gallery/{tslib.es6-74633c07.js → tslib.es6-ad900cfb.js} +0 -0
  564. package/grid/Component.js +1 -1
  565. package/grid/col/Component.js +2 -2
  566. package/grid/col/index.css +511 -511
  567. package/grid/col/index.js +1 -1
  568. package/grid/esm/Component.js +1 -1
  569. package/grid/esm/col/Component.js +2 -2
  570. package/grid/esm/col/index.css +511 -511
  571. package/grid/esm/col/index.js +1 -1
  572. package/grid/esm/gutters.css +78 -78
  573. package/grid/esm/{gutters.module-49227c7c.d.ts → gutters.module-c7d03958.d.ts} +0 -0
  574. package/grid/esm/gutters.module-c7d03958.js +27 -0
  575. package/grid/esm/index.js +1 -1
  576. package/grid/esm/row/Component.js +2 -2
  577. package/grid/esm/row/index.css +9 -9
  578. package/grid/esm/row/index.js +1 -1
  579. package/grid/gutters.css +78 -78
  580. package/grid/{gutters.module-ebe6e3b8.d.ts → gutters.module-c8d6ccac.d.ts} +0 -0
  581. package/grid/gutters.module-c8d6ccac.js +28 -0
  582. package/grid/index.js +1 -1
  583. package/grid/modern/Component.js +1 -1
  584. package/grid/modern/col/Component.js +2 -2
  585. package/grid/modern/col/index.css +511 -511
  586. package/grid/modern/col/index.js +1 -1
  587. package/grid/modern/gutters.css +78 -78
  588. package/grid/modern/gutters.module-1ccbea38.js +4 -0
  589. package/grid/modern/index.js +1 -1
  590. package/grid/modern/row/Component.js +2 -2
  591. package/grid/modern/row/index.css +9 -9
  592. package/grid/modern/row/index.js +1 -1
  593. package/grid/row/Component.js +2 -2
  594. package/grid/row/index.css +9 -9
  595. package/grid/row/index.js +1 -1
  596. package/hatching-progress-bar/Component.js +1 -1
  597. package/hatching-progress-bar/cssm/index.module.css +699 -0
  598. package/hatching-progress-bar/esm/Component.js +1 -1
  599. package/hatching-progress-bar/esm/index.css +710 -11
  600. package/hatching-progress-bar/index.css +710 -11
  601. package/hatching-progress-bar/modern/Component.js +1 -1
  602. package/hatching-progress-bar/modern/index.css +710 -11
  603. package/icon-button/Component.js +8 -5
  604. package/icon-button/cssm/Component.js +5 -2
  605. package/icon-button/cssm/default.module.css +726 -12
  606. package/icon-button/cssm/index.module.css +717 -0
  607. package/icon-button/cssm/inverted.module.css +742 -0
  608. package/icon-button/default.css +742 -28
  609. package/icon-button/esm/Component.js +8 -5
  610. package/icon-button/esm/default.css +742 -28
  611. package/icon-button/esm/index.css +723 -6
  612. package/icon-button/esm/inverted.css +758 -16
  613. package/icon-button/index.css +723 -6
  614. package/icon-button/inverted.css +758 -16
  615. package/icon-button/modern/Component.js +6 -4
  616. package/icon-button/modern/default.css +742 -28
  617. package/icon-button/modern/index.css +723 -6
  618. package/icon-button/modern/inverted.css +758 -16
  619. package/icon-view/circle.js +1 -1
  620. package/icon-view/components/base-shape/component.js +1 -1
  621. package/icon-view/components/base-shape/index.css +738 -28
  622. package/icon-view/components/circle/component.js +1 -1
  623. package/icon-view/components/circle/index.js +1 -1
  624. package/icon-view/components/index.js +1 -1
  625. package/icon-view/components/super-ellipse/component.js +1 -1
  626. package/icon-view/components/super-ellipse/index.js +1 -1
  627. package/icon-view/cssm/components/base-shape/index.module.css +710 -0
  628. package/icon-view/esm/circle.js +1 -1
  629. package/icon-view/esm/components/base-shape/component.js +1 -1
  630. package/icon-view/esm/components/base-shape/index.css +738 -28
  631. package/icon-view/esm/components/circle/component.js +1 -1
  632. package/icon-view/esm/components/circle/index.js +1 -1
  633. package/icon-view/esm/components/index.js +1 -1
  634. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  635. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  636. package/icon-view/esm/super-ellipse.js +1 -1
  637. package/icon-view/esm/{tslib.es6-c8b3a7ac.d.ts → tslib.es6-01b21280.d.ts} +0 -0
  638. package/icon-view/esm/{tslib.es6-c8b3a7ac.js → tslib.es6-01b21280.js} +0 -0
  639. package/icon-view/modern/components/base-shape/component.js +1 -1
  640. package/icon-view/modern/components/base-shape/index.css +738 -28
  641. package/icon-view/super-ellipse.js +1 -1
  642. package/icon-view/{tslib.es6-95effe5e.d.ts → tslib.es6-6410872c.d.ts} +0 -0
  643. package/icon-view/{tslib.es6-95effe5e.js → tslib.es6-6410872c.js} +0 -0
  644. package/input/Component.js +3 -3
  645. package/input/cssm/default.module.css +708 -0
  646. package/input/cssm/index.module.css +704 -0
  647. package/input/cssm/inverted.module.css +708 -0
  648. package/input/default.css +721 -13
  649. package/input/esm/Component.js +3 -3
  650. package/input/esm/default.css +721 -13
  651. package/input/esm/index.css +735 -31
  652. package/input/esm/inverted.css +721 -13
  653. package/input/index.css +735 -31
  654. package/input/inverted.css +721 -13
  655. package/input/modern/Component.js +3 -3
  656. package/input/modern/default.css +721 -13
  657. package/input/modern/index.css +735 -31
  658. package/input/modern/inverted.css +721 -13
  659. package/input-autocomplete/Component.js +1 -1
  660. package/input-autocomplete/Component.mobile.js +2 -2
  661. package/input-autocomplete/autocomplete-field/Component.js +2 -2
  662. package/input-autocomplete/autocomplete-field/index.css +2 -2
  663. package/input-autocomplete/autocomplete-field/index.js +1 -1
  664. package/input-autocomplete/autocomplete-mobile-field/Component.js +2 -2
  665. package/input-autocomplete/autocomplete-mobile-field/index.css +714 -8
  666. package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
  667. package/input-autocomplete/cssm/autocomplete-mobile-field/index.module.css +706 -0
  668. package/input-autocomplete/cssm/mobile.module.css +710 -0
  669. package/input-autocomplete/esm/Component.js +1 -1
  670. package/input-autocomplete/esm/Component.mobile.js +2 -2
  671. package/input-autocomplete/esm/autocomplete-field/Component.js +2 -2
  672. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  673. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  674. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +2 -2
  675. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +714 -8
  676. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
  677. package/input-autocomplete/esm/index.js +1 -1
  678. package/input-autocomplete/esm/mobile.css +714 -4
  679. package/input-autocomplete/esm/mobile.js +1 -1
  680. package/input-autocomplete/esm/{tslib.es6-133240b6.d.ts → tslib.es6-a31dce67.d.ts} +0 -0
  681. package/input-autocomplete/esm/{tslib.es6-133240b6.js → tslib.es6-a31dce67.js} +0 -0
  682. package/input-autocomplete/index.js +1 -1
  683. package/input-autocomplete/mobile.css +714 -4
  684. package/input-autocomplete/mobile.js +1 -1
  685. package/input-autocomplete/modern/Component.mobile.js +1 -1
  686. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  687. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  688. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  689. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +714 -8
  690. package/input-autocomplete/modern/mobile.css +714 -4
  691. package/input-autocomplete/{tslib.es6-8b47433a.d.ts → tslib.es6-1aefee5c.d.ts} +0 -0
  692. package/input-autocomplete/{tslib.es6-8b47433a.js → tslib.es6-1aefee5c.js} +0 -0
  693. package/intl-phone-input/{component-ad7ea063.d.ts → component-7d88f33a.d.ts} +0 -0
  694. package/intl-phone-input/{component-ad7ea063.js → component-7d88f33a.js} +1 -1
  695. package/intl-phone-input/component.js +3 -3
  696. package/intl-phone-input/components/flag-icon/component.js +1 -1
  697. package/intl-phone-input/components/flag-icon/index.css +261 -261
  698. package/intl-phone-input/components/index.js +1 -1
  699. package/intl-phone-input/components/select/component.js +2 -2
  700. package/intl-phone-input/components/select/index.css +710 -6
  701. package/intl-phone-input/components/select/index.js +1 -1
  702. package/intl-phone-input/components/select-field/component.js +1 -1
  703. package/intl-phone-input/components/select-field/index.css +710 -8
  704. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  705. package/intl-phone-input/components/select-field/index.js +1 -1
  706. package/intl-phone-input/cssm/component.js +1 -1
  707. package/intl-phone-input/cssm/components/select/index.module.css +704 -0
  708. package/intl-phone-input/cssm/components/select-field/index.module.css +702 -0
  709. package/intl-phone-input/cssm/{libphonenumber-js.min-903db150.d.ts → libphonenumber-js.min-d3a9d490.d.ts} +0 -0
  710. package/intl-phone-input/cssm/libphonenumber-js.min-d3a9d490.js +1567 -0
  711. package/intl-phone-input/esm/{component-0863393e.d.ts → component-32da0c87.d.ts} +0 -0
  712. package/intl-phone-input/esm/{component-0863393e.js → component-32da0c87.js} +1 -1
  713. package/intl-phone-input/esm/component.js +3 -3
  714. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  715. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  716. package/intl-phone-input/esm/components/index.js +1 -1
  717. package/intl-phone-input/esm/components/select/component.js +2 -2
  718. package/intl-phone-input/esm/components/select/index.css +710 -6
  719. package/intl-phone-input/esm/components/select/index.js +1 -1
  720. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  721. package/intl-phone-input/esm/components/select-field/index.css +710 -8
  722. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  723. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  724. package/intl-phone-input/esm/index.css +3 -3
  725. package/intl-phone-input/esm/index.js +1 -1
  726. package/intl-phone-input/esm/{libphonenumber-js.min-ff9746e0.d.ts → libphonenumber-js.min-c49027d7.d.ts} +0 -0
  727. package/intl-phone-input/esm/libphonenumber-js.min-c49027d7.js +1567 -0
  728. package/intl-phone-input/index.css +3 -3
  729. package/intl-phone-input/index.js +1 -1
  730. package/intl-phone-input/{libphonenumber-js.min-ff53dba1.d.ts → libphonenumber-js.min-13d3dc00.d.ts} +0 -0
  731. package/intl-phone-input/libphonenumber-js.min-13d3dc00.js +1567 -0
  732. package/intl-phone-input/modern/component.js +2 -2
  733. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  734. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  735. package/intl-phone-input/modern/components/select/component.js +1 -1
  736. package/intl-phone-input/modern/components/select/index.css +710 -6
  737. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  738. package/intl-phone-input/modern/components/select-field/index.css +710 -8
  739. package/intl-phone-input/modern/index.css +3 -3
  740. package/intl-phone-input/modern/{libphonenumber-js.min-ff9746e0.d.ts → libphonenumber-js.min-c49027d7.d.ts} +0 -0
  741. package/intl-phone-input/modern/libphonenumber-js.min-c49027d7.js +1567 -0
  742. package/link/Component.js +3 -3
  743. package/link/cssm/default.module.css +703 -0
  744. package/link/cssm/index.module.css +703 -0
  745. package/link/cssm/inverted.module.css +709 -0
  746. package/link/default.css +712 -9
  747. package/link/esm/Component.js +3 -3
  748. package/link/esm/default.css +712 -9
  749. package/link/esm/index.css +714 -11
  750. package/link/esm/inverted.css +718 -9
  751. package/link/index.css +714 -11
  752. package/link/inverted.css +718 -9
  753. package/link/modern/Component.js +3 -3
  754. package/link/modern/default.css +712 -9
  755. package/link/modern/index.css +714 -11
  756. package/link/modern/inverted.css +718 -9
  757. package/list/Component.js +1 -1
  758. package/list/cssm/index.module.css +705 -0
  759. package/list/esm/Component.js +1 -1
  760. package/list/esm/index.css +714 -9
  761. package/list/index.css +714 -9
  762. package/list/modern/Component.js +1 -1
  763. package/list/modern/index.css +714 -9
  764. package/list-header/Component.js +1 -1
  765. package/list-header/cssm/index.module.css +704 -0
  766. package/list-header/esm/Component.js +1 -1
  767. package/list-header/esm/index.css +707 -3
  768. package/list-header/index.css +707 -3
  769. package/list-header/modern/Component.js +1 -1
  770. package/list-header/modern/index.css +707 -3
  771. package/loader/Component.js +1 -1
  772. package/loader/esm/Component.js +1 -1
  773. package/loader/esm/index.css +7 -7
  774. package/loader/index.css +7 -7
  775. package/loader/modern/Component.js +1 -1
  776. package/loader/modern/index.css +7 -7
  777. package/masked-input/Component.js +1 -1
  778. package/masked-input/esm/Component.js +1 -1
  779. package/masked-input/esm/index.css +2 -2
  780. package/masked-input/index.css +2 -2
  781. package/masked-input/modern/Component.js +1 -1
  782. package/masked-input/modern/index.css +2 -2
  783. package/modal/Component.desktop.js +3 -3
  784. package/modal/Component.mobile.js +3 -3
  785. package/modal/Component.responsive.js +2 -2
  786. package/modal/components/closer/Component.js +2 -2
  787. package/modal/components/closer/index.css +741 -4
  788. package/modal/components/content/Component.desktop.js +2 -2
  789. package/modal/components/content/Component.js +1 -1
  790. package/modal/components/content/Component.mobile.js +2 -2
  791. package/modal/components/content/desktop.css +747 -8
  792. package/modal/components/content/index.css +747 -3
  793. package/modal/components/content/mobile.css +744 -3
  794. package/modal/components/footer/Component.desktop.js +2 -2
  795. package/modal/components/footer/Component.js +2 -2
  796. package/modal/components/footer/Component.mobile.js +2 -2
  797. package/modal/components/footer/desktop.css +741 -9
  798. package/modal/components/footer/index.css +741 -4
  799. package/modal/components/footer/layout.css +763 -25
  800. package/modal/components/footer/mobile.css +744 -3
  801. package/modal/components/header/Component.desktop.js +2 -2
  802. package/modal/components/header/Component.js +1 -1
  803. package/modal/components/header/Component.mobile.js +2 -2
  804. package/modal/components/header/desktop.css +737 -17
  805. package/modal/components/header/index.css +753 -15
  806. package/modal/components/header/mobile.css +733 -3
  807. package/modal/cssm/Component.responsive.d.ts +1 -1
  808. package/modal/cssm/components/closer/index.module.css +737 -0
  809. package/modal/cssm/components/content/desktop.module.css +739 -0
  810. package/modal/cssm/components/content/index.module.css +744 -0
  811. package/modal/cssm/components/content/mobile.module.css +741 -0
  812. package/modal/cssm/components/footer/desktop.module.css +732 -0
  813. package/modal/cssm/components/footer/index.module.css +737 -0
  814. package/modal/cssm/components/footer/layout.module.css +738 -0
  815. package/modal/cssm/components/footer/mobile.module.css +741 -0
  816. package/modal/cssm/components/header/desktop.module.css +720 -0
  817. package/modal/cssm/components/header/index.module.css +738 -0
  818. package/modal/cssm/components/header/mobile.module.css +730 -0
  819. package/modal/cssm/desktop.module.css +732 -0
  820. package/modal/cssm/mobile.module.css +744 -0
  821. package/modal/cssm/vars.css +744 -0
  822. package/modal/desktop.css +741 -9
  823. package/modal/desktop.js +2 -2
  824. package/modal/esm/Component.desktop.js +3 -3
  825. package/modal/esm/Component.mobile.js +3 -3
  826. package/modal/esm/Component.responsive.js +2 -2
  827. package/modal/esm/components/closer/Component.js +2 -2
  828. package/modal/esm/components/closer/index.css +741 -4
  829. package/modal/esm/components/content/Component.desktop.js +2 -2
  830. package/modal/esm/components/content/Component.js +1 -1
  831. package/modal/esm/components/content/Component.mobile.js +2 -2
  832. package/modal/esm/components/content/desktop.css +747 -8
  833. package/modal/esm/components/content/index.css +747 -3
  834. package/modal/esm/components/content/mobile.css +744 -3
  835. package/modal/esm/components/footer/Component.desktop.js +2 -2
  836. package/modal/esm/components/footer/Component.js +2 -2
  837. package/modal/esm/components/footer/Component.mobile.js +2 -2
  838. package/modal/esm/components/footer/desktop.css +741 -9
  839. package/modal/esm/components/footer/index.css +741 -4
  840. package/modal/esm/components/footer/layout.css +763 -25
  841. package/modal/esm/components/footer/mobile.css +744 -3
  842. package/modal/esm/components/header/Component.desktop.js +2 -2
  843. package/modal/esm/components/header/Component.js +1 -1
  844. package/modal/esm/components/header/Component.mobile.js +2 -2
  845. package/modal/esm/components/header/desktop.css +737 -17
  846. package/modal/esm/components/header/index.css +753 -15
  847. package/modal/esm/components/header/mobile.css +733 -3
  848. package/modal/esm/desktop.css +741 -9
  849. package/modal/esm/desktop.js +2 -2
  850. package/modal/esm/index.js +2 -2
  851. package/modal/esm/mobile.css +746 -2
  852. package/modal/esm/mobile.js +2 -2
  853. package/modal/esm/responsive.js +2 -2
  854. package/modal/esm/transitions.css +8 -8
  855. package/modal/esm/transitions.module-c22d6538.js +4 -0
  856. package/modal/esm/{tslib.es6-ea03ac88.d.ts → tslib.es6-8192006f.d.ts} +0 -0
  857. package/modal/esm/{tslib.es6-ea03ac88.js → tslib.es6-8192006f.js} +0 -0
  858. package/modal/index.js +2 -2
  859. package/modal/mobile.css +746 -2
  860. package/modal/mobile.js +2 -2
  861. package/modal/modern/Component.desktop.js +2 -2
  862. package/modal/modern/Component.mobile.js +2 -2
  863. package/modal/modern/Component.responsive.d.ts +1 -1
  864. package/modal/modern/Component.responsive.js +1 -1
  865. package/modal/modern/components/closer/Component.js +1 -1
  866. package/modal/modern/components/closer/index.css +741 -4
  867. package/modal/modern/components/content/Component.desktop.js +1 -1
  868. package/modal/modern/components/content/Component.js +1 -1
  869. package/modal/modern/components/content/Component.mobile.js +1 -1
  870. package/modal/modern/components/content/desktop.css +747 -8
  871. package/modal/modern/components/content/index.css +747 -3
  872. package/modal/modern/components/content/mobile.css +744 -3
  873. package/modal/modern/components/footer/Component.desktop.js +1 -1
  874. package/modal/modern/components/footer/Component.js +2 -2
  875. package/modal/modern/components/footer/Component.mobile.js +1 -1
  876. package/modal/modern/components/footer/desktop.css +741 -9
  877. package/modal/modern/components/footer/index.css +741 -4
  878. package/modal/modern/components/footer/layout.css +763 -25
  879. package/modal/modern/components/footer/mobile.css +744 -3
  880. package/modal/modern/components/header/Component.desktop.js +1 -1
  881. package/modal/modern/components/header/Component.js +1 -1
  882. package/modal/modern/components/header/Component.mobile.js +1 -1
  883. package/modal/modern/components/header/desktop.css +737 -17
  884. package/modal/modern/components/header/index.css +753 -15
  885. package/modal/modern/components/header/mobile.css +733 -3
  886. package/modal/modern/desktop.css +741 -9
  887. package/modal/modern/desktop.js +1 -1
  888. package/modal/modern/index.js +1 -1
  889. package/modal/modern/mobile.css +746 -2
  890. package/modal/modern/mobile.js +1 -1
  891. package/modal/modern/responsive.js +1 -1
  892. package/modal/modern/transitions.css +8 -8
  893. package/modal/modern/transitions.module-c22d6538.js +4 -0
  894. package/modal/responsive.js +2 -2
  895. package/modal/transitions.css +8 -8
  896. package/modal/transitions.module-eb91dbbb.js +4 -0
  897. package/modal/{tslib.es6-12394d17.d.ts → tslib.es6-53e4e678.d.ts} +0 -0
  898. package/modal/{tslib.es6-12394d17.js → tslib.es6-53e4e678.js} +0 -0
  899. package/notification/Component.js +1 -1
  900. package/notification/cssm/index.module.css +707 -0
  901. package/notification/esm/Component.js +1 -1
  902. package/notification/esm/index.css +715 -8
  903. package/notification/index.css +715 -8
  904. package/notification/modern/Component.js +1 -1
  905. package/notification/modern/index.css +715 -8
  906. package/notification-manager/{component-07ad7662.d.ts → component-7d4ffb61.d.ts} +0 -0
  907. package/notification-manager/{component-07ad7662.js → component-7d4ffb61.js} +0 -0
  908. package/notification-manager/component.js +2 -2
  909. package/notification-manager/components/index.js +1 -1
  910. package/notification-manager/components/notification/component.js +1 -1
  911. package/notification-manager/components/notification/index.d.ts +1 -1
  912. package/notification-manager/components/notification/index.js +1 -1
  913. package/notification-manager/cssm/index.module.css +25 -0
  914. package/notification-manager/esm/{component-f0bf9895.d.ts → component-eba09e5c.d.ts} +0 -0
  915. package/notification-manager/esm/{component-f0bf9895.js → component-eba09e5c.js} +0 -0
  916. package/notification-manager/esm/component.js +2 -2
  917. package/notification-manager/esm/components/index.js +1 -1
  918. package/notification-manager/esm/components/notification/component.js +1 -1
  919. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  920. package/notification-manager/esm/components/notification/index.js +1 -1
  921. package/notification-manager/esm/index.css +36 -11
  922. package/notification-manager/esm/index.js +1 -1
  923. package/notification-manager/index.css +36 -11
  924. package/notification-manager/index.js +1 -1
  925. package/notification-manager/modern/component.js +1 -1
  926. package/notification-manager/modern/index.css +36 -11
  927. package/package.json +2 -2
  928. package/pagination/Component.js +1 -1
  929. package/pagination/components/default-view/index.css +713 -2
  930. package/pagination/components/default-view/index.js +1 -1
  931. package/pagination/components/per-page-view/index.css +713 -2
  932. package/pagination/components/per-page-view/index.js +1 -1
  933. package/pagination/components/tag/index.css +711 -8
  934. package/pagination/components/tag/index.js +1 -1
  935. package/pagination/cssm/components/default-view/index.module.css +711 -0
  936. package/pagination/cssm/components/per-page-view/index.module.css +711 -0
  937. package/pagination/cssm/components/tag/index.module.css +703 -0
  938. package/pagination/cssm/index.module.css +708 -0
  939. package/pagination/esm/Component.js +1 -1
  940. package/pagination/esm/components/default-view/index.css +713 -2
  941. package/pagination/esm/components/default-view/index.js +1 -1
  942. package/pagination/esm/components/per-page-view/index.css +713 -2
  943. package/pagination/esm/components/per-page-view/index.js +1 -1
  944. package/pagination/esm/components/tag/index.css +711 -8
  945. package/pagination/esm/components/tag/index.js +1 -1
  946. package/pagination/esm/index.css +712 -4
  947. package/pagination/index.css +712 -4
  948. package/pagination/modern/Component.js +1 -1
  949. package/pagination/modern/components/default-view/index.css +713 -2
  950. package/pagination/modern/components/default-view/index.js +1 -1
  951. package/pagination/modern/components/per-page-view/index.css +713 -2
  952. package/pagination/modern/components/per-page-view/index.js +1 -1
  953. package/pagination/modern/components/tag/index.css +711 -8
  954. package/pagination/modern/components/tag/index.js +1 -1
  955. package/pagination/modern/index.css +712 -4
  956. package/password-input/component.js +1 -1
  957. package/password-input/cssm/index.module.css +709 -0
  958. package/password-input/esm/component.js +1 -1
  959. package/password-input/esm/index.css +714 -5
  960. package/password-input/index.css +714 -5
  961. package/password-input/modern/component.js +1 -1
  962. package/password-input/modern/index.css +714 -5
  963. package/picker-button/Component.d.ts +1 -1
  964. package/picker-button/Component.js +2 -2
  965. package/picker-button/cssm/field/index.module.css +711 -0
  966. package/picker-button/cssm/index.module.css +707 -0
  967. package/picker-button/cssm/option/index.module.css +711 -0
  968. package/picker-button/esm/Component.js +2 -2
  969. package/picker-button/esm/field/Component.js +2 -2
  970. package/picker-button/esm/field/index.css +714 -3
  971. package/picker-button/esm/field/index.js +1 -1
  972. package/picker-button/esm/index.css +713 -6
  973. package/picker-button/esm/index.js +1 -1
  974. package/picker-button/esm/option/Component.js +2 -2
  975. package/picker-button/esm/option/index.css +715 -4
  976. package/picker-button/esm/option/index.js +1 -1
  977. package/picker-button/esm/{tslib.es6-16d529a6.d.ts → tslib.es6-7cd59d2d.d.ts} +0 -0
  978. package/picker-button/esm/{tslib.es6-16d529a6.js → tslib.es6-7cd59d2d.js} +0 -0
  979. package/picker-button/field/Component.js +2 -2
  980. package/picker-button/field/index.css +714 -3
  981. package/picker-button/field/index.js +1 -1
  982. package/picker-button/index.css +713 -6
  983. package/picker-button/index.js +1 -1
  984. package/picker-button/modern/Component.js +1 -1
  985. package/picker-button/modern/field/Component.js +1 -1
  986. package/picker-button/modern/field/index.css +714 -3
  987. package/picker-button/modern/index.css +713 -6
  988. package/picker-button/modern/option/Component.js +1 -1
  989. package/picker-button/modern/option/index.css +715 -4
  990. package/picker-button/option/Component.js +2 -2
  991. package/picker-button/option/index.css +715 -4
  992. package/picker-button/option/index.js +1 -1
  993. package/picker-button/{tslib.es6-4456597b.d.ts → tslib.es6-75fef292.d.ts} +0 -0
  994. package/picker-button/{tslib.es6-4456597b.js → tslib.es6-75fef292.js} +0 -0
  995. package/plate/Component.js +1 -1
  996. package/plate/cssm/index.module.css +684 -0
  997. package/plate/esm/Component.js +1 -1
  998. package/plate/esm/index.css +712 -28
  999. package/plate/index.css +712 -28
  1000. package/plate/modern/Component.js +1 -1
  1001. package/plate/modern/index.css +712 -28
  1002. package/popover/Component.js +1 -1
  1003. package/popover/cssm/index.module.css +709 -0
  1004. package/popover/esm/Component.js +1 -1
  1005. package/popover/esm/index.css +742 -33
  1006. package/popover/index.css +742 -33
  1007. package/popover/modern/Component.js +1 -1
  1008. package/popover/modern/index.css +742 -33
  1009. package/progress-bar/Component.js +1 -1
  1010. package/progress-bar/cssm/index.module.css +699 -0
  1011. package/progress-bar/esm/Component.js +1 -1
  1012. package/progress-bar/esm/index.css +711 -12
  1013. package/progress-bar/index.css +711 -12
  1014. package/progress-bar/modern/Component.js +1 -1
  1015. package/progress-bar/modern/index.css +711 -12
  1016. package/pure-input/Component.js +1 -1
  1017. package/pure-input/cssm/index.module.css +703 -0
  1018. package/pure-input/esm/Component.js +1 -1
  1019. package/pure-input/esm/index.css +728 -25
  1020. package/pure-input/index.css +728 -25
  1021. package/pure-input/modern/Component.js +1 -1
  1022. package/pure-input/modern/index.css +728 -25
  1023. package/radio/Component.js +1 -1
  1024. package/radio/cssm/index.module.css +684 -0
  1025. package/radio/esm/Component.js +1 -1
  1026. package/radio/esm/index.css +715 -31
  1027. package/radio/index.css +715 -31
  1028. package/radio/modern/Component.js +1 -1
  1029. package/radio/modern/index.css +715 -31
  1030. package/radio-group/Component.js +1 -1
  1031. package/radio-group/cssm/index.module.css +701 -0
  1032. package/radio-group/esm/Component.js +1 -1
  1033. package/radio-group/esm/index.css +717 -16
  1034. package/radio-group/index.css +717 -16
  1035. package/radio-group/modern/Component.js +1 -1
  1036. package/radio-group/modern/index.css +717 -16
  1037. package/scrollbar/Component.js +3 -3
  1038. package/scrollbar/cssm/default.module.css +710 -0
  1039. package/scrollbar/cssm/index.module.css +726 -0
  1040. package/scrollbar/cssm/inverted.module.css +711 -0
  1041. package/scrollbar/default.css +712 -2
  1042. package/scrollbar/esm/Component.js +3 -3
  1043. package/scrollbar/esm/default.css +712 -2
  1044. package/scrollbar/esm/index.css +739 -25
  1045. package/scrollbar/esm/inverted.css +713 -2
  1046. package/scrollbar/index.css +739 -25
  1047. package/scrollbar/inverted.css +713 -2
  1048. package/scrollbar/modern/Component.js +3 -3
  1049. package/scrollbar/modern/default.css +712 -2
  1050. package/scrollbar/modern/index.css +739 -25
  1051. package/scrollbar/modern/inverted.css +713 -2
  1052. package/select/{Component-b171d3cf.d.ts → Component-08cbe22f.d.ts} +0 -0
  1053. package/select/{Component-b171d3cf.js → Component-08cbe22f.js} +5 -5
  1054. package/select/{Component-86b878b6.d.ts → Component-83594167.d.ts} +0 -0
  1055. package/select/{Component-86b878b6.js → Component-83594167.js} +2 -2
  1056. package/select/Component.js +2 -2
  1057. package/select/components/arrow/Component.js +1 -1
  1058. package/select/components/arrow/index.css +753 -3
  1059. package/select/components/base-select/Component.js +2 -2
  1060. package/select/components/base-select/index.css +753 -7
  1061. package/select/components/base-select/index.d.ts +1 -1
  1062. package/select/components/base-select/index.js +2 -2
  1063. package/select/components/checkmark/Component.js +1 -1
  1064. package/select/components/checkmark/index.css +746 -7
  1065. package/select/components/field/Component.js +2 -2
  1066. package/select/components/field/index.css +757 -9
  1067. package/select/components/field/index.js +1 -1
  1068. package/select/components/index.js +4 -4
  1069. package/select/components/native-select/Component.js +1 -1
  1070. package/select/components/native-select/index.js +1 -1
  1071. package/select/components/optgroup/Component.js +1 -1
  1072. package/select/components/optgroup/index.css +747 -6
  1073. package/select/components/option/Component.js +2 -2
  1074. package/select/components/option/index.css +741 -20
  1075. package/select/components/option/index.js +1 -1
  1076. package/select/components/options-list/Component.js +2 -2
  1077. package/select/components/options-list/index.css +754 -6
  1078. package/select/components/options-list/index.js +1 -1
  1079. package/select/components/select-mobile/Component.js +4 -4
  1080. package/select/components/select-mobile/checkmark/Component.js +1 -1
  1081. package/select/components/select-mobile/checkmark/index.css +760 -4
  1082. package/select/components/select-mobile/index.css +761 -11
  1083. package/select/components/select-mobile/index.d.ts +1 -1
  1084. package/select/components/select-mobile/index.js +4 -4
  1085. package/select/components/select-mobile/options-list/Component.js +2 -2
  1086. package/select/components/select-mobile/options-list/index.css +755 -9
  1087. package/select/components/select-mobile/options-list/index.js +1 -1
  1088. package/select/components/virtual-options-list/Component.js +2 -2
  1089. package/select/components/virtual-options-list/index.css +754 -12
  1090. package/select/components/virtual-options-list/index.js +1 -1
  1091. package/select/cssm/components/arrow/index.module.css +750 -0
  1092. package/select/cssm/components/base-select/index.module.css +746 -0
  1093. package/select/cssm/components/checkmark/index.module.css +739 -0
  1094. package/select/cssm/components/field/index.module.css +748 -0
  1095. package/select/cssm/components/optgroup/index.module.css +741 -0
  1096. package/select/cssm/components/option/index.module.css +721 -0
  1097. package/select/cssm/components/options-list/index.module.css +748 -0
  1098. package/select/cssm/components/select-mobile/checkmark/index.module.css +756 -0
  1099. package/select/cssm/components/select-mobile/index.module.css +750 -0
  1100. package/select/cssm/components/select-mobile/options-list/index.module.css +746 -0
  1101. package/select/cssm/components/virtual-options-list/index.module.css +742 -0
  1102. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.module.css +748 -0
  1103. package/select/cssm/vars.css +43 -0
  1104. package/select/esm/{Component-ea0c386c.d.ts → Component-c8899d32.d.ts} +0 -0
  1105. package/select/esm/{Component-ea0c386c.js → Component-c8899d32.js} +11 -11
  1106. package/select/esm/{Component-795fedba.d.ts → Component-fb9db7f1.d.ts} +0 -0
  1107. package/select/esm/{Component-795fedba.js → Component-fb9db7f1.js} +3 -3
  1108. package/select/esm/Component.js +8 -8
  1109. package/select/esm/components/arrow/Component.js +1 -1
  1110. package/select/esm/components/arrow/index.css +753 -3
  1111. package/select/esm/components/base-select/Component.js +3 -3
  1112. package/select/esm/components/base-select/index.css +753 -7
  1113. package/select/esm/components/base-select/index.d.ts +1 -1
  1114. package/select/esm/components/base-select/index.js +3 -3
  1115. package/select/esm/components/checkmark/Component.js +1 -1
  1116. package/select/esm/components/checkmark/index.css +746 -7
  1117. package/select/esm/components/field/Component.js +3 -3
  1118. package/select/esm/components/field/index.css +757 -9
  1119. package/select/esm/components/field/index.js +2 -2
  1120. package/select/esm/components/index.js +10 -10
  1121. package/select/esm/components/native-select/Component.js +1 -1
  1122. package/select/esm/components/native-select/index.js +1 -1
  1123. package/select/esm/components/optgroup/Component.js +1 -1
  1124. package/select/esm/components/optgroup/index.css +747 -6
  1125. package/select/esm/components/option/Component.js +2 -2
  1126. package/select/esm/components/option/index.css +741 -20
  1127. package/select/esm/components/option/index.js +1 -1
  1128. package/select/esm/components/options-list/Component.js +3 -3
  1129. package/select/esm/components/options-list/index.css +754 -6
  1130. package/select/esm/components/options-list/index.js +2 -2
  1131. package/select/esm/components/select-mobile/Component.js +10 -10
  1132. package/select/esm/components/select-mobile/checkmark/Component.js +1 -1
  1133. package/select/esm/components/select-mobile/checkmark/index.css +760 -4
  1134. package/select/esm/components/select-mobile/index.css +761 -11
  1135. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1136. package/select/esm/components/select-mobile/index.js +10 -10
  1137. package/select/esm/components/select-mobile/options-list/Component.js +2 -2
  1138. package/select/esm/components/select-mobile/options-list/index.css +755 -9
  1139. package/select/esm/components/select-mobile/options-list/index.js +1 -1
  1140. package/select/esm/components/virtual-options-list/Component.js +3 -3
  1141. package/select/esm/components/virtual-options-list/index.css +754 -12
  1142. package/select/esm/components/virtual-options-list/index.js +2 -2
  1143. package/select/esm/index.js +10 -10
  1144. package/select/esm/{intersection-observer-f0caae68.d.ts → intersection-observer-0096c380.d.ts} +0 -0
  1145. package/select/esm/{intersection-observer-f0caae68.js → intersection-observer-0096c380.js} +0 -0
  1146. package/select/esm/presets/index.js +10 -10
  1147. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1148. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1149. package/select/esm/presets/useSelectWithApply/hook.js +10 -10
  1150. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -10
  1151. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +752 -4
  1152. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1153. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +10 -10
  1154. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1155. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1156. package/select/esm/{tslib.es6-309ca98e.d.ts → tslib.es6-2e3f4e35.d.ts} +0 -0
  1157. package/select/esm/{tslib.es6-309ca98e.js → tslib.es6-2e3f4e35.js} +0 -0
  1158. package/select/index.js +4 -4
  1159. package/select/{intersection-observer-40c7007b.d.ts → intersection-observer-7ddb317f.d.ts} +0 -0
  1160. package/select/{intersection-observer-40c7007b.js → intersection-observer-7ddb317f.js} +0 -0
  1161. package/select/modern/{Component-e9691ff9.d.ts → Component-4424bbf7.d.ts} +0 -0
  1162. package/select/modern/{Component-e9691ff9.js → Component-4424bbf7.js} +2 -2
  1163. package/select/modern/{Component-29ea6526.d.ts → Component-e2443eca.d.ts} +0 -0
  1164. package/select/modern/{Component-29ea6526.js → Component-e2443eca.js} +10 -10
  1165. package/select/modern/Component.js +7 -7
  1166. package/select/modern/components/arrow/Component.js +1 -1
  1167. package/select/modern/components/arrow/index.css +753 -3
  1168. package/select/modern/components/base-select/Component.js +2 -2
  1169. package/select/modern/components/base-select/index.css +753 -7
  1170. package/select/modern/components/base-select/index.d.ts +1 -1
  1171. package/select/modern/components/base-select/index.js +2 -2
  1172. package/select/modern/components/checkmark/Component.js +1 -1
  1173. package/select/modern/components/checkmark/index.css +746 -7
  1174. package/select/modern/components/field/Component.js +2 -2
  1175. package/select/modern/components/field/index.css +757 -9
  1176. package/select/modern/components/field/index.js +1 -1
  1177. package/select/modern/components/index.js +9 -9
  1178. package/select/modern/components/optgroup/Component.js +1 -1
  1179. package/select/modern/components/optgroup/index.css +747 -6
  1180. package/select/modern/components/option/Component.js +1 -1
  1181. package/select/modern/components/option/index.css +741 -20
  1182. package/select/modern/components/options-list/Component.js +2 -2
  1183. package/select/modern/components/options-list/index.css +754 -6
  1184. package/select/modern/components/options-list/index.js +1 -1
  1185. package/select/modern/components/select-mobile/Component.js +9 -9
  1186. package/select/modern/components/select-mobile/checkmark/Component.js +1 -1
  1187. package/select/modern/components/select-mobile/checkmark/index.css +760 -4
  1188. package/select/modern/components/select-mobile/index.css +761 -11
  1189. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1190. package/select/modern/components/select-mobile/index.js +9 -9
  1191. package/select/modern/components/select-mobile/options-list/Component.js +1 -1
  1192. package/select/modern/components/select-mobile/options-list/index.css +755 -9
  1193. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1194. package/select/modern/components/virtual-options-list/index.css +754 -12
  1195. package/select/modern/index.js +9 -9
  1196. package/select/modern/{intersection-observer-f0caae68.d.ts → intersection-observer-0096c380.d.ts} +0 -0
  1197. package/select/modern/{intersection-observer-f0caae68.js → intersection-observer-0096c380.js} +0 -0
  1198. package/select/modern/presets/index.js +9 -9
  1199. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1200. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1201. package/select/modern/presets/useSelectWithApply/hook.js +9 -9
  1202. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +9 -9
  1203. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +752 -4
  1204. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1205. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +9 -9
  1206. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1207. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1208. package/select/presets/index.js +4 -4
  1209. package/select/presets/useLazyLoading/hook.js +3 -3
  1210. package/select/presets/useLazyLoading/index.css +2 -2
  1211. package/select/presets/useSelectWithApply/hook.js +4 -4
  1212. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1213. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +752 -4
  1214. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1215. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1216. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1217. package/select/presets/useSelectWithLoading/index.css +2 -2
  1218. package/select/{tslib.es6-ef41ea5a.d.ts → tslib.es6-aff0085c.d.ts} +0 -0
  1219. package/select/{tslib.es6-ef41ea5a.js → tslib.es6-aff0085c.js} +0 -0
  1220. package/select-with-tags/component.js +1 -1
  1221. package/select-with-tags/components/index.js +1 -1
  1222. package/select-with-tags/components/tag/component.js +2 -2
  1223. package/select-with-tags/components/tag/index.css +719 -10
  1224. package/select-with-tags/components/tag/index.js +1 -1
  1225. package/select-with-tags/components/tag-list/component.js +2 -2
  1226. package/select-with-tags/components/tag-list/index.css +724 -30
  1227. package/select-with-tags/components/tag-list/index.js +1 -1
  1228. package/select-with-tags/cssm/components/tag/index.module.css +709 -0
  1229. package/select-with-tags/cssm/components/tag-list/index.module.css +694 -0
  1230. package/select-with-tags/esm/component.js +1 -1
  1231. package/select-with-tags/esm/components/index.js +1 -1
  1232. package/select-with-tags/esm/components/tag/component.js +2 -2
  1233. package/select-with-tags/esm/components/tag/index.css +719 -10
  1234. package/select-with-tags/esm/components/tag/index.js +1 -1
  1235. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1236. package/select-with-tags/esm/components/tag-list/index.css +724 -30
  1237. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1238. package/select-with-tags/esm/index.js +1 -1
  1239. package/select-with-tags/esm/{tslib.es6-27207d38.d.ts → tslib.es6-4dc531ea.d.ts} +0 -0
  1240. package/select-with-tags/esm/{tslib.es6-27207d38.js → tslib.es6-4dc531ea.js} +0 -0
  1241. package/select-with-tags/esm/utils/index.js +1 -1
  1242. package/select-with-tags/esm/utils/match.js +1 -1
  1243. package/select-with-tags/index.js +1 -1
  1244. package/select-with-tags/modern/components/tag/component.js +1 -1
  1245. package/select-with-tags/modern/components/tag/index.css +719 -10
  1246. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1247. package/select-with-tags/modern/components/tag-list/index.css +724 -30
  1248. package/select-with-tags/{tslib.es6-021a2f92.d.ts → tslib.es6-7772ee83.d.ts} +0 -0
  1249. package/select-with-tags/{tslib.es6-021a2f92.js → tslib.es6-7772ee83.js} +0 -0
  1250. package/select-with-tags/utils/index.js +1 -1
  1251. package/select-with-tags/utils/match.js +1 -1
  1252. package/skeleton/Component.js +1 -1
  1253. package/skeleton/cssm/index.module.css +708 -0
  1254. package/skeleton/cssm/stories.module.css +53 -0
  1255. package/skeleton/esm/Component.js +1 -1
  1256. package/skeleton/esm/index.css +718 -10
  1257. package/skeleton/index.css +718 -10
  1258. package/skeleton/modern/Component.js +1 -1
  1259. package/skeleton/modern/index.css +718 -10
  1260. package/slider/Component.js +1 -1
  1261. package/slider/cssm/index.module.css +699 -0
  1262. package/slider/esm/Component.js +1 -1
  1263. package/slider/esm/index.css +735 -36
  1264. package/slider/index.css +735 -36
  1265. package/slider/modern/Component.js +1 -1
  1266. package/slider/modern/index.css +735 -36
  1267. package/slider-input/Component.js +1 -1
  1268. package/slider-input/cssm/index.module.css +708 -0
  1269. package/slider-input/esm/Component.js +1 -1
  1270. package/slider-input/esm/index.css +725 -17
  1271. package/slider-input/index.css +725 -17
  1272. package/slider-input/modern/Component.js +1 -1
  1273. package/slider-input/modern/index.css +725 -17
  1274. package/space/Component.js +2 -2
  1275. package/space/{Item-e5d6b3fe.d.ts → Item-9f54139e.d.ts} +0 -0
  1276. package/space/{Item-e5d6b3fe.js → Item-9f54139e.js} +0 -0
  1277. package/space/Item.js +1 -1
  1278. package/space/cssm/index.module.css +714 -0
  1279. package/space/esm/Component.js +2 -2
  1280. package/space/esm/{Item-acf35eb2.d.ts → Item-2def6754.d.ts} +0 -0
  1281. package/space/esm/{Item-acf35eb2.js → Item-2def6754.js} +0 -0
  1282. package/space/esm/Item.js +1 -1
  1283. package/space/esm/index.css +722 -8
  1284. package/space/esm/index.js +1 -1
  1285. package/space/index.css +722 -8
  1286. package/space/index.js +1 -1
  1287. package/space/modern/Component.js +1 -1
  1288. package/space/modern/index.css +722 -8
  1289. package/spinner/Component.js +1 -1
  1290. package/spinner/esm/Component.js +1 -1
  1291. package/spinner/esm/index.css +6 -6
  1292. package/spinner/index.css +6 -6
  1293. package/spinner/modern/Component.js +1 -1
  1294. package/spinner/modern/index.css +6 -6
  1295. package/status/Component.js +1 -1
  1296. package/status/cssm/index.module.css +689 -0
  1297. package/status/esm/Component.js +1 -1
  1298. package/status/esm/index.css +706 -17
  1299. package/status/index.css +706 -17
  1300. package/status/modern/Component.js +1 -1
  1301. package/status/modern/index.css +706 -17
  1302. package/stepped-progress-bar/Component.js +1 -1
  1303. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1304. package/stepped-progress-bar/components/step-bar/index.css +707 -10
  1305. package/stepped-progress-bar/cssm/components/step-bar/index.module.css +697 -0
  1306. package/stepped-progress-bar/cssm/index.module.css +708 -0
  1307. package/stepped-progress-bar/esm/Component.js +1 -1
  1308. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1309. package/stepped-progress-bar/esm/components/step-bar/index.css +707 -10
  1310. package/stepped-progress-bar/esm/index.css +711 -3
  1311. package/stepped-progress-bar/index.css +711 -3
  1312. package/stepped-progress-bar/modern/Component.js +1 -1
  1313. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1314. package/stepped-progress-bar/modern/components/step-bar/index.css +707 -10
  1315. package/stepped-progress-bar/modern/index.css +711 -3
  1316. package/switch/Component.js +1 -1
  1317. package/switch/cssm/index.module.css +690 -0
  1318. package/switch/esm/Component.js +1 -1
  1319. package/switch/esm/index.css +715 -25
  1320. package/switch/index.css +715 -25
  1321. package/switch/modern/Component.js +1 -1
  1322. package/switch/modern/index.css +715 -25
  1323. package/table/component.js +1 -1
  1324. package/table/components/index.js +1 -1
  1325. package/table/components/pagination/Component.js +2 -2
  1326. package/table/components/pagination/index.css +712 -8
  1327. package/table/components/pagination/index.js +1 -1
  1328. package/table/components/pagination/select-field/index.css +715 -4
  1329. package/table/components/pagination/select-field/index.js +2 -2
  1330. package/table/components/table/Component.js +2 -2
  1331. package/table/components/table/index.css +709 -6
  1332. package/table/components/table/index.js +1 -1
  1333. package/table/components/table/utils.js +1 -1
  1334. package/table/components/tbody/Component.js +2 -2
  1335. package/table/components/tbody/index.css +716 -2
  1336. package/table/components/tbody/index.js +1 -1
  1337. package/table/components/tcell/Component.js +2 -2
  1338. package/table/components/tcell/index.css +709 -4
  1339. package/table/components/tcell/index.js +1 -1
  1340. package/table/components/texpandable-row/Component.js +2 -2
  1341. package/table/components/texpandable-row/index.css +719 -5
  1342. package/table/components/texpandable-row/index.js +1 -1
  1343. package/table/components/thead/Component.js +2 -2
  1344. package/table/components/thead/index.css +717 -6
  1345. package/table/components/thead/index.js +1 -1
  1346. package/table/components/thead-cell/Component.js +2 -2
  1347. package/table/components/thead-cell/index.css +709 -5
  1348. package/table/components/thead-cell/index.js +1 -1
  1349. package/table/components/trow/Component.js +2 -2
  1350. package/table/components/trow/index.css +715 -8
  1351. package/table/components/trow/index.js +1 -1
  1352. package/table/components/tsortable-head-cell/Component.js +2 -2
  1353. package/table/components/tsortable-head-cell/index.css +715 -9
  1354. package/table/components/tsortable-head-cell/index.js +1 -1
  1355. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1356. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1357. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1358. package/table/cssm/components/pagination/index.module.css +704 -0
  1359. package/table/cssm/components/pagination/select-field/index.module.css +711 -0
  1360. package/table/cssm/components/table/index.module.css +703 -0
  1361. package/table/cssm/components/tbody/index.module.css +714 -0
  1362. package/table/cssm/components/tcell/index.module.css +705 -0
  1363. package/table/cssm/components/texpandable-row/index.module.css +714 -0
  1364. package/table/cssm/components/thead/index.module.css +711 -0
  1365. package/table/cssm/components/thead-cell/index.module.css +704 -0
  1366. package/table/cssm/components/trow/index.module.css +707 -0
  1367. package/table/cssm/components/tsortable-head-cell/index.module.css +706 -0
  1368. package/table/esm/component.js +1 -1
  1369. package/table/esm/components/index.js +1 -1
  1370. package/table/esm/components/pagination/Component.js +2 -2
  1371. package/table/esm/components/pagination/index.css +712 -8
  1372. package/table/esm/components/pagination/index.js +1 -1
  1373. package/table/esm/components/pagination/select-field/index.css +715 -4
  1374. package/table/esm/components/pagination/select-field/index.js +2 -2
  1375. package/table/esm/components/table/Component.js +2 -2
  1376. package/table/esm/components/table/index.css +709 -6
  1377. package/table/esm/components/table/index.js +1 -1
  1378. package/table/esm/components/table/utils.js +1 -1
  1379. package/table/esm/components/tbody/Component.js +2 -2
  1380. package/table/esm/components/tbody/index.css +716 -2
  1381. package/table/esm/components/tbody/index.js +1 -1
  1382. package/table/esm/components/tcell/Component.js +2 -2
  1383. package/table/esm/components/tcell/index.css +709 -4
  1384. package/table/esm/components/tcell/index.js +1 -1
  1385. package/table/esm/components/texpandable-row/Component.js +2 -2
  1386. package/table/esm/components/texpandable-row/index.css +719 -5
  1387. package/table/esm/components/texpandable-row/index.js +1 -1
  1388. package/table/esm/components/thead/Component.js +2 -2
  1389. package/table/esm/components/thead/index.css +717 -6
  1390. package/table/esm/components/thead/index.js +1 -1
  1391. package/table/esm/components/thead-cell/Component.js +2 -2
  1392. package/table/esm/components/thead-cell/index.css +709 -5
  1393. package/table/esm/components/thead-cell/index.js +1 -1
  1394. package/table/esm/components/trow/Component.js +2 -2
  1395. package/table/esm/components/trow/index.css +715 -8
  1396. package/table/esm/components/trow/index.js +1 -1
  1397. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1398. package/table/esm/components/tsortable-head-cell/index.css +715 -9
  1399. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1400. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1401. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1402. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1403. package/table/esm/index.js +1 -1
  1404. package/table/esm/{tslib.es6-7bea4b18.d.ts → tslib.es6-baf548b5.d.ts} +0 -0
  1405. package/table/esm/{tslib.es6-7bea4b18.js → tslib.es6-baf548b5.js} +0 -0
  1406. package/table/index.js +1 -1
  1407. package/table/modern/components/pagination/Component.js +1 -1
  1408. package/table/modern/components/pagination/index.css +712 -8
  1409. package/table/modern/components/pagination/select-field/index.css +715 -4
  1410. package/table/modern/components/pagination/select-field/index.js +1 -1
  1411. package/table/modern/components/table/Component.js +1 -1
  1412. package/table/modern/components/table/index.css +709 -6
  1413. package/table/modern/components/tbody/Component.js +1 -1
  1414. package/table/modern/components/tbody/index.css +716 -2
  1415. package/table/modern/components/tcell/Component.js +1 -1
  1416. package/table/modern/components/tcell/index.css +709 -4
  1417. package/table/modern/components/texpandable-row/Component.js +1 -1
  1418. package/table/modern/components/texpandable-row/index.css +719 -5
  1419. package/table/modern/components/thead/Component.js +1 -1
  1420. package/table/modern/components/thead/index.css +717 -6
  1421. package/table/modern/components/thead-cell/Component.js +1 -1
  1422. package/table/modern/components/thead-cell/index.css +709 -5
  1423. package/table/modern/components/trow/Component.js +1 -1
  1424. package/table/modern/components/trow/index.css +715 -8
  1425. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1426. package/table/modern/components/tsortable-head-cell/index.css +715 -9
  1427. package/table/{tslib.es6-7035c110.d.ts → tslib.es6-a539e6cc.d.ts} +0 -0
  1428. package/table/{tslib.es6-7035c110.js → tslib.es6-a539e6cc.js} +0 -0
  1429. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1430. package/tabs/components/primary-tablist/Component.js +1 -1
  1431. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1432. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1433. package/tabs/components/primary-tablist/index.css +721 -18
  1434. package/tabs/components/primary-tablist/mobile.css +732 -21
  1435. package/tabs/components/scrollable-container/Component.js +1 -1
  1436. package/tabs/components/scrollable-container/index.css +755 -3
  1437. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1438. package/tabs/components/secondary-tablist/Component.js +1 -1
  1439. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1440. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1441. package/tabs/components/secondary-tablist/index.css +750 -9
  1442. package/tabs/components/secondary-tablist/mobile.css +759 -11
  1443. package/tabs/components/tab/Component.js +1 -1
  1444. package/tabs/components/tab/index.css +2 -2
  1445. package/tabs/components/tabs/Component.desktop.js +3 -3
  1446. package/tabs/components/tabs/Component.mobile.js +3 -3
  1447. package/tabs/components/tabs/Component.responsive.js +3 -3
  1448. package/tabs/cssm/components/primary-tablist/index.module.css +703 -0
  1449. package/tabs/cssm/components/primary-tablist/mobile.module.css +739 -0
  1450. package/tabs/cssm/components/scrollable-container/index.module.css +752 -0
  1451. package/tabs/cssm/components/secondary-tablist/index.module.css +741 -0
  1452. package/tabs/cssm/components/secondary-tablist/mobile.module.css +748 -0
  1453. package/tabs/cssm/vars.css +752 -0
  1454. package/tabs/desktop.js +3 -3
  1455. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1456. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1457. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1458. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1459. package/tabs/esm/components/primary-tablist/index.css +721 -18
  1460. package/tabs/esm/components/primary-tablist/mobile.css +732 -21
  1461. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1462. package/tabs/esm/components/scrollable-container/index.css +755 -3
  1463. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1464. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1465. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1466. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1467. package/tabs/esm/components/secondary-tablist/index.css +750 -9
  1468. package/tabs/esm/components/secondary-tablist/mobile.css +759 -11
  1469. package/tabs/esm/components/tab/Component.js +1 -1
  1470. package/tabs/esm/components/tab/index.css +2 -2
  1471. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1472. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1473. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1474. package/tabs/esm/desktop.js +3 -3
  1475. package/tabs/esm/index.js +3 -3
  1476. package/tabs/esm/index.module-06d19c13.js +4 -0
  1477. package/tabs/esm/index.module-e313c0b9.js +4 -0
  1478. package/tabs/esm/mobile.js +3 -3
  1479. package/tabs/esm/responsive.js +3 -3
  1480. package/tabs/esm/{tslib.es6-45b13131.d.ts → tslib.es6-6792830d.d.ts} +0 -0
  1481. package/tabs/esm/{tslib.es6-45b13131.js → tslib.es6-6792830d.js} +0 -0
  1482. package/tabs/index.js +3 -3
  1483. package/tabs/index.module-1518b596.js +4 -0
  1484. package/tabs/index.module-6ddb2327.js +4 -0
  1485. package/tabs/mobile.js +3 -3
  1486. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1487. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1488. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1489. package/tabs/modern/components/primary-tablist/index.css +721 -18
  1490. package/tabs/modern/components/primary-tablist/mobile.css +732 -21
  1491. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1492. package/tabs/modern/components/scrollable-container/index.css +755 -3
  1493. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1494. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1495. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1496. package/tabs/modern/components/secondary-tablist/index.css +750 -9
  1497. package/tabs/modern/components/secondary-tablist/mobile.css +759 -11
  1498. package/tabs/modern/components/tab/Component.js +1 -1
  1499. package/tabs/modern/components/tab/index.css +2 -2
  1500. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1501. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1502. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1503. package/tabs/modern/desktop.js +2 -2
  1504. package/tabs/modern/index.js +2 -2
  1505. package/tabs/modern/index.module-06d19c13.js +4 -0
  1506. package/tabs/modern/index.module-e313c0b9.js +4 -0
  1507. package/tabs/modern/mobile.js +2 -2
  1508. package/tabs/modern/responsive.js +2 -2
  1509. package/tabs/responsive.js +3 -3
  1510. package/tabs/{tslib.es6-ee3a9ab9.d.ts → tslib.es6-587bdeac.d.ts} +0 -0
  1511. package/tabs/{tslib.es6-ee3a9ab9.js → tslib.es6-587bdeac.js} +0 -0
  1512. package/tag/Component.js +3 -3
  1513. package/tag/cssm/default.module.css +724 -0
  1514. package/tag/cssm/index.module.css +725 -0
  1515. package/tag/cssm/inverted.module.css +724 -0
  1516. package/tag/cssm/vars.css +755 -0
  1517. package/tag/default.css +732 -8
  1518. package/tag/esm/Component.js +3 -3
  1519. package/tag/esm/default.css +732 -8
  1520. package/tag/esm/index.css +762 -37
  1521. package/tag/esm/inverted.css +732 -8
  1522. package/tag/index.css +762 -37
  1523. package/tag/inverted.css +732 -8
  1524. package/tag/modern/Component.js +3 -3
  1525. package/tag/modern/default.css +732 -8
  1526. package/tag/modern/index.css +762 -37
  1527. package/tag/modern/inverted.css +732 -8
  1528. package/textarea/Component.js +3 -3
  1529. package/textarea/cssm/default.module.css +708 -0
  1530. package/textarea/cssm/index.module.css +704 -0
  1531. package/textarea/cssm/inverted.module.css +708 -0
  1532. package/textarea/default.css +726 -18
  1533. package/textarea/esm/Component.js +3 -3
  1534. package/textarea/esm/default.css +726 -18
  1535. package/textarea/esm/index.css +725 -21
  1536. package/textarea/esm/inverted.css +726 -18
  1537. package/textarea/index.css +725 -21
  1538. package/textarea/inverted.css +726 -18
  1539. package/textarea/modern/Component.js +3 -3
  1540. package/textarea/modern/default.css +726 -18
  1541. package/textarea/modern/index.css +725 -21
  1542. package/textarea/modern/inverted.css +726 -18
  1543. package/themes/button/click.css +12 -10
  1544. package/themes/click.css +34 -10
  1545. package/themes/compiled/mobile-dark-bluetint.css +308 -1768
  1546. package/themes/compiled/mobile-dark-bluetint.js +0 -2
  1547. package/themes/corp.css +22 -0
  1548. package/themes/dark.css +11 -0
  1549. package/themes/dark.js +0 -2
  1550. package/themes/dist/amount/click.css +4 -0
  1551. package/themes/dist/backdrop/click.css +4 -0
  1552. package/themes/dist/bottom-sheet/click.css +9 -0
  1553. package/themes/dist/bottom-sheet/corp.css +4 -0
  1554. package/themes/dist/bottom-sheet/intranet.css +3 -0
  1555. package/themes/dist/bottom-sheet/mobile.css +4 -0
  1556. package/themes/dist/bottom-sheet/site.css +3 -0
  1557. package/themes/dist/button/click.css +21 -0
  1558. package/themes/dist/button/corp.css +51 -0
  1559. package/themes/dist/button/intranet.css +22 -0
  1560. package/themes/dist/button/mobile.css +22 -0
  1561. package/themes/dist/button/site.css +7 -0
  1562. package/themes/dist/calendar/click.css +8 -0
  1563. package/themes/dist/calendar/intranet.css +9 -0
  1564. package/themes/dist/calendar-input/click.css +3 -0
  1565. package/themes/dist/calendar-input/corp.css +3 -0
  1566. package/themes/dist/calendar-input/intranet.css +3 -0
  1567. package/themes/dist/calendar-input/mobile.css +3 -0
  1568. package/themes/dist/checkbox/click.css +9 -0
  1569. package/themes/dist/checkbox/intranet.css +19 -0
  1570. package/themes/dist/checkbox/mobile.css +19 -0
  1571. package/themes/dist/checkbox-group/click.css +5 -0
  1572. package/themes/dist/click.css +956 -0
  1573. package/themes/dist/code-input/click.css +6 -0
  1574. package/themes/dist/compiled/mobile-dark-bluetint.css +2357 -0
  1575. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +2 -0
  1576. package/themes/dist/compiled/mobile-dark-bluetint.js +11 -0
  1577. package/themes/dist/confirmation/click.css +12 -0
  1578. package/themes/dist/confirmation/intranet.css +7 -0
  1579. package/themes/dist/confirmation/mobile.css +7 -0
  1580. package/themes/dist/corp.css +768 -0
  1581. package/themes/dist/dark.css +256 -0
  1582. package/themes/dist/dark.d.ts +2 -0
  1583. package/themes/dist/dark.js +12 -0
  1584. package/themes/dist/dropzone/click.css +4 -0
  1585. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +2 -0
  1586. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +4 -0
  1587. package/themes/dist/esm/dark.d.ts +2 -0
  1588. package/themes/dist/esm/dark.js +6 -0
  1589. package/themes/dist/filter-tag/mobile.css +4 -0
  1590. package/themes/dist/form-control/click.css +31 -0
  1591. package/themes/dist/form-control/intranet.css +34 -0
  1592. package/themes/dist/form-control/mobile.css +34 -0
  1593. package/themes/dist/form-control/site.css +5 -0
  1594. package/themes/dist/icon-button/click.css +24 -0
  1595. package/themes/dist/input/click.css +8 -0
  1596. package/themes/dist/input/corp.css +3 -0
  1597. package/themes/dist/input/intranet.css +13 -0
  1598. package/themes/dist/input/mobile.css +13 -0
  1599. package/themes/dist/input/site.css +4 -0
  1600. package/themes/dist/intranet.css +832 -0
  1601. package/themes/dist/link/click.css +25 -0
  1602. package/themes/dist/list/click.css +4 -0
  1603. package/themes/dist/mixins/amount/click.css +4 -0
  1604. package/themes/dist/mixins/backdrop/click.css +4 -0
  1605. package/themes/dist/mixins/bottom-sheet/click.css +9 -0
  1606. package/themes/dist/mixins/bottom-sheet/corp.css +4 -0
  1607. package/themes/dist/mixins/bottom-sheet/intranet.css +3 -0
  1608. package/themes/dist/mixins/bottom-sheet/mobile.css +4 -0
  1609. package/themes/dist/mixins/bottom-sheet/site.css +3 -0
  1610. package/themes/dist/mixins/button/click.css +21 -0
  1611. package/themes/dist/mixins/button/corp.css +51 -0
  1612. package/themes/dist/mixins/button/intranet.css +22 -0
  1613. package/themes/dist/mixins/button/mobile.css +22 -0
  1614. package/themes/dist/mixins/button/site.css +7 -0
  1615. package/themes/dist/mixins/calendar/click.css +8 -0
  1616. package/themes/dist/mixins/calendar/intranet.css +9 -0
  1617. package/themes/dist/mixins/calendar-input/click.css +3 -0
  1618. package/themes/dist/mixins/calendar-input/corp.css +3 -0
  1619. package/themes/dist/mixins/calendar-input/intranet.css +3 -0
  1620. package/themes/dist/mixins/calendar-input/mobile.css +3 -0
  1621. package/themes/dist/mixins/checkbox/click.css +9 -0
  1622. package/themes/dist/mixins/checkbox/intranet.css +19 -0
  1623. package/themes/dist/mixins/checkbox/mobile.css +19 -0
  1624. package/themes/dist/mixins/checkbox-group/click.css +5 -0
  1625. package/themes/dist/mixins/click.css +56 -0
  1626. package/themes/dist/mixins/code-input/click.css +6 -0
  1627. package/themes/dist/mixins/confirmation/click.css +12 -0
  1628. package/themes/dist/mixins/confirmation/intranet.css +7 -0
  1629. package/themes/dist/mixins/confirmation/mobile.css +7 -0
  1630. package/themes/dist/mixins/corp.css +17 -0
  1631. package/themes/dist/mixins/dark.css +256 -0
  1632. package/themes/dist/mixins/dropzone/click.css +4 -0
  1633. package/themes/dist/mixins/filter-tag/mobile.css +4 -0
  1634. package/themes/dist/mixins/form-control/click.css +31 -0
  1635. package/themes/dist/mixins/form-control/intranet.css +34 -0
  1636. package/themes/dist/mixins/form-control/mobile.css +34 -0
  1637. package/themes/dist/mixins/form-control/site.css +5 -0
  1638. package/themes/dist/mixins/icon-button/click.css +24 -0
  1639. package/themes/dist/mixins/input/click.css +8 -0
  1640. package/themes/dist/mixins/input/corp.css +3 -0
  1641. package/themes/dist/mixins/input/intranet.css +13 -0
  1642. package/themes/dist/mixins/input/mobile.css +13 -0
  1643. package/themes/dist/mixins/input/site.css +4 -0
  1644. package/themes/dist/mixins/intranet.css +29 -0
  1645. package/themes/dist/mixins/link/click.css +25 -0
  1646. package/themes/dist/mixins/list/click.css +4 -0
  1647. package/themes/dist/mixins/mobile.css +29 -0
  1648. package/themes/dist/mixins/modal/click.css +30 -0
  1649. package/themes/dist/mixins/modal/corp.css +4 -0
  1650. package/themes/dist/mixins/radio/click.css +9 -0
  1651. package/themes/dist/mixins/radio/intranet.css +19 -0
  1652. package/themes/dist/mixins/radio/mobile.css +19 -0
  1653. package/themes/dist/mixins/select/click.css +25 -0
  1654. package/themes/dist/mixins/select/corp.css +7 -0
  1655. package/themes/dist/mixins/select/intranet.css +4 -0
  1656. package/themes/dist/mixins/select/mobile.css +4 -0
  1657. package/themes/dist/mixins/select/site.css +4 -0
  1658. package/themes/dist/mixins/site.css +15 -0
  1659. package/themes/dist/mixins/skeleton/click.css +8 -0
  1660. package/themes/dist/mixins/slider/click.css +16 -0
  1661. package/themes/dist/mixins/slider/intranet.css +5 -0
  1662. package/themes/dist/mixins/slider/mobile.css +5 -0
  1663. package/themes/dist/mixins/slider-input/intranet.css +3 -0
  1664. package/themes/dist/mixins/slider-input/mobile.css +3 -0
  1665. package/themes/dist/mixins/switch/click.css +5 -0
  1666. package/themes/dist/mixins/tabs/click.css +20 -0
  1667. package/themes/dist/mixins/tabs/corp.css +4 -0
  1668. package/themes/dist/mixins/tabs/site.css +8 -0
  1669. package/themes/dist/mixins/tag/click.css +12 -0
  1670. package/themes/dist/mixins/tag/intranet.css +16 -0
  1671. package/themes/dist/mixins/tag/mobile.css +17 -0
  1672. package/themes/dist/mixins/toast-plate/click.css +10 -0
  1673. package/themes/dist/mobile.css +829 -0
  1674. package/themes/dist/modal/click.css +30 -0
  1675. package/themes/dist/modal/corp.css +4 -0
  1676. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +2 -0
  1677. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +4 -0
  1678. package/themes/dist/modern/dark.d.ts +2 -0
  1679. package/themes/dist/modern/dark.js +6 -0
  1680. package/themes/dist/package.json +12 -0
  1681. package/themes/dist/radio/click.css +9 -0
  1682. package/themes/dist/radio/intranet.css +19 -0
  1683. package/themes/dist/radio/mobile.css +19 -0
  1684. package/themes/dist/select/click.css +25 -0
  1685. package/themes/dist/select/corp.css +7 -0
  1686. package/themes/dist/select/intranet.css +4 -0
  1687. package/themes/dist/select/mobile.css +4 -0
  1688. package/themes/dist/select/site.css +4 -0
  1689. package/themes/dist/send-stats.js +82 -0
  1690. package/themes/dist/site.css +731 -0
  1691. package/themes/dist/skeleton/click.css +8 -0
  1692. package/themes/dist/slider/click.css +16 -0
  1693. package/themes/dist/slider/intranet.css +5 -0
  1694. package/themes/dist/slider/mobile.css +5 -0
  1695. package/themes/dist/slider-input/intranet.css +3 -0
  1696. package/themes/dist/slider-input/mobile.css +3 -0
  1697. package/themes/dist/switch/click.css +5 -0
  1698. package/themes/dist/tabs/click.css +20 -0
  1699. package/themes/dist/tabs/corp.css +4 -0
  1700. package/themes/dist/tabs/site.css +8 -0
  1701. package/themes/dist/tag/click.css +12 -0
  1702. package/themes/dist/tag/intranet.css +16 -0
  1703. package/themes/dist/tag/mobile.css +17 -0
  1704. package/themes/dist/toast-plate/click.css +10 -0
  1705. package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
  1706. package/themes/intranet.css +22 -0
  1707. package/themes/mixins/button/click.css +12 -10
  1708. package/themes/mixins/dark.css +11 -0
  1709. package/themes/mobile.css +22 -0
  1710. package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
  1711. package/themes/package.json +1 -10
  1712. package/themes/send-stats.js +0 -0
  1713. package/themes/site.css +22 -0
  1714. package/toast/component.js +1 -1
  1715. package/toast/cssm/index.module.css +710 -0
  1716. package/toast/esm/component.js +1 -1
  1717. package/toast/esm/index.css +720 -10
  1718. package/toast/index.css +720 -10
  1719. package/toast/modern/component.js +1 -1
  1720. package/toast/modern/index.css +720 -10
  1721. package/toast-plate/component.js +1 -1
  1722. package/toast-plate/cssm/index.module.css +22 -0
  1723. package/toast-plate/esm/component.js +1 -1
  1724. package/toast-plate/esm/index.css +38 -16
  1725. package/toast-plate/index.css +38 -16
  1726. package/toast-plate/modern/component.js +1 -1
  1727. package/toast-plate/modern/index.css +38 -16
  1728. package/tooltip/{Component-d6de92dd.d.ts → Component-abd29111.d.ts} +0 -0
  1729. package/tooltip/{Component-d6de92dd.js → Component-abd29111.js} +3 -3
  1730. package/tooltip/Component.js +1 -1
  1731. package/tooltip/component.responsive.js +2 -2
  1732. package/tooltip/cssm/default.module.css +706 -0
  1733. package/tooltip/cssm/index.module.css +704 -0
  1734. package/tooltip/cssm/inverted.module.css +702 -0
  1735. package/tooltip/default.css +709 -3
  1736. package/tooltip/esm/{Component-3d6ed6c4.d.ts → Component-40e12157.d.ts} +0 -0
  1737. package/tooltip/esm/{Component-3d6ed6c4.js → Component-40e12157.js} +3 -3
  1738. package/tooltip/esm/Component.js +1 -1
  1739. package/tooltip/esm/component.responsive.js +2 -2
  1740. package/tooltip/esm/default.css +709 -3
  1741. package/tooltip/esm/index.css +710 -6
  1742. package/tooltip/esm/index.d.ts +1 -1
  1743. package/tooltip/esm/index.js +1 -1
  1744. package/tooltip/esm/inverted.css +707 -5
  1745. package/tooltip/esm/responsive.css +3 -3
  1746. package/tooltip/esm/responsive.js +1 -1
  1747. package/tooltip/index.css +710 -6
  1748. package/tooltip/index.d.ts +1 -1
  1749. package/tooltip/index.js +1 -1
  1750. package/tooltip/inverted.css +707 -5
  1751. package/tooltip/modern/Component.js +3 -3
  1752. package/tooltip/modern/component.responsive.js +1 -1
  1753. package/tooltip/modern/default.css +709 -3
  1754. package/tooltip/modern/index.css +710 -6
  1755. package/tooltip/modern/inverted.css +707 -5
  1756. package/tooltip/modern/responsive.css +3 -3
  1757. package/tooltip/responsive.css +3 -3
  1758. package/tooltip/responsive.js +1 -1
  1759. package/typography/colors.css +712 -12
  1760. package/typography/{colors.module-22bc2ae2.d.ts → colors.module-f38a0be2.d.ts} +0 -0
  1761. package/typography/{colors.module-22bc2ae2.js → colors.module-f38a0be2.js} +1 -1
  1762. package/typography/common.module-fd9ab633.js +4 -0
  1763. package/typography/component.js +2 -2
  1764. package/typography/cssm/colors.module.css +700 -0
  1765. package/typography/cssm/text/index.module.css +711 -0
  1766. package/typography/cssm/title/index.module.css +704 -0
  1767. package/typography/cssm/title-mobile/index.module.css +710 -0
  1768. package/typography/cssm/title-responsive/index.module.css +704 -0
  1769. package/typography/esm/colors.css +712 -12
  1770. package/typography/esm/{colors.module-bde4e6a5.d.ts → colors.module-2480a569.d.ts} +0 -0
  1771. package/typography/esm/{colors.module-bde4e6a5.js → colors.module-2480a569.js} +1 -1
  1772. package/typography/esm/common.module-d606ca45.js +4 -0
  1773. package/typography/esm/component.js +2 -2
  1774. package/typography/esm/index.js +2 -2
  1775. package/typography/esm/text/component.d.ts +2 -2
  1776. package/typography/esm/text/component.js +2 -2
  1777. package/typography/esm/text/index.css +724 -13
  1778. package/typography/esm/text/index.js +1 -1
  1779. package/typography/esm/title/common.css +4 -4
  1780. package/typography/esm/title/component.d.ts +2 -2
  1781. package/typography/esm/title/component.js +1 -1
  1782. package/typography/esm/title/index.css +722 -18
  1783. package/typography/esm/title/index.js +3 -3
  1784. package/typography/esm/title-mobile/component.js +3 -3
  1785. package/typography/esm/title-mobile/index.css +723 -13
  1786. package/typography/esm/title-mobile/index.js +2 -2
  1787. package/typography/esm/title-responsive/component.js +3 -3
  1788. package/typography/esm/title-responsive/index.css +744 -40
  1789. package/typography/esm/title-responsive/index.js +2 -2
  1790. package/typography/index.js +2 -2
  1791. package/typography/modern/colors.css +712 -12
  1792. package/typography/modern/colors.module-9289cf86.js +4 -0
  1793. package/typography/modern/common.module-d606ca45.js +4 -0
  1794. package/typography/modern/component.js +2 -2
  1795. package/typography/modern/index.js +2 -2
  1796. package/typography/modern/text/component.js +2 -2
  1797. package/typography/modern/text/index.css +724 -13
  1798. package/typography/modern/text/index.js +1 -1
  1799. package/typography/modern/title/common.css +4 -4
  1800. package/typography/modern/title/component.js +1 -1
  1801. package/typography/modern/title/index.css +722 -18
  1802. package/typography/modern/title/index.js +3 -3
  1803. package/typography/modern/title-mobile/component.js +3 -3
  1804. package/typography/modern/title-mobile/index.css +723 -13
  1805. package/typography/modern/title-mobile/index.js +2 -2
  1806. package/typography/modern/title-responsive/component.js +3 -3
  1807. package/typography/modern/title-responsive/index.css +744 -40
  1808. package/typography/modern/title-responsive/index.js +2 -2
  1809. package/typography/text/component.d.ts +1 -1
  1810. package/typography/text/component.js +2 -2
  1811. package/typography/text/index.css +724 -13
  1812. package/typography/text/index.js +1 -1
  1813. package/typography/title/common.css +4 -4
  1814. package/typography/title/component.d.ts +1 -1
  1815. package/typography/title/component.js +1 -1
  1816. package/typography/title/index.css +722 -18
  1817. package/typography/title/index.js +3 -3
  1818. package/typography/title-mobile/component.js +3 -3
  1819. package/typography/title-mobile/index.css +723 -13
  1820. package/typography/title-mobile/index.js +2 -2
  1821. package/typography/title-responsive/component.js +3 -3
  1822. package/typography/title-responsive/index.css +744 -40
  1823. package/typography/title-responsive/index.js +2 -2
  1824. package/vars/colors-bluetint.css +22 -0
  1825. package/vars/colors-bluetint.js +0 -2
  1826. package/vars/colors-indigo.css +22 -0
  1827. package/vars/colors-indigo.js +0 -2
  1828. package/vars/cssm/colors-bluetint.css +22 -0
  1829. package/vars/cssm/colors-bluetint.js +0 -2
  1830. package/vars/cssm/colors-indigo.css +22 -0
  1831. package/vars/cssm/colors-indigo.js +0 -2
  1832. package/vars/cssm/index.css +22 -0
  1833. package/vars/dist/border-radius.css +9 -0
  1834. package/vars/dist/colors-addons.css +98 -0
  1835. package/vars/dist/colors-bluetint.css +429 -0
  1836. package/vars/dist/colors-bluetint.d.ts +2 -0
  1837. package/vars/dist/colors-bluetint.js +12 -0
  1838. package/vars/dist/colors-indigo.css +429 -0
  1839. package/vars/dist/colors-indigo.d.ts +2 -0
  1840. package/vars/dist/colors-indigo.js +12 -0
  1841. package/vars/dist/colors-transparent.css +26 -0
  1842. package/vars/dist/colors-x5.css +4 -0
  1843. package/vars/dist/colors.css +71 -0
  1844. package/vars/dist/cssm/border-radius.css +9 -0
  1845. package/vars/dist/cssm/colors-addons.css +98 -0
  1846. package/vars/dist/cssm/colors-bluetint.css +429 -0
  1847. package/vars/dist/cssm/colors-bluetint.d.ts +2 -0
  1848. package/vars/dist/cssm/colors-bluetint.js +12 -0
  1849. package/vars/dist/cssm/colors-indigo.css +429 -0
  1850. package/vars/dist/cssm/colors-indigo.d.ts +2 -0
  1851. package/vars/dist/cssm/colors-indigo.js +12 -0
  1852. package/vars/dist/cssm/colors-transparent.css +26 -0
  1853. package/vars/dist/cssm/colors-x5.css +4 -0
  1854. package/vars/dist/cssm/colors.css +71 -0
  1855. package/vars/dist/cssm/gaps.css +30 -0
  1856. package/vars/dist/cssm/index.css +707 -0
  1857. package/vars/dist/cssm/mixins.css +1 -0
  1858. package/vars/dist/cssm/shadows-indigo.css +38 -0
  1859. package/vars/dist/cssm/typography.css +6 -0
  1860. package/vars/dist/esm/colors-bluetint.d.ts +2 -0
  1861. package/vars/dist/esm/colors-bluetint.js +6 -0
  1862. package/vars/dist/esm/colors-indigo.d.ts +2 -0
  1863. package/vars/dist/esm/colors-indigo.js +6 -0
  1864. package/vars/dist/gaps.css +30 -0
  1865. package/vars/dist/index.css +9 -0
  1866. package/vars/dist/mixins.css +4 -0
  1867. package/vars/dist/modern/colors-bluetint.d.ts +2 -0
  1868. package/vars/dist/modern/colors-bluetint.js +6 -0
  1869. package/vars/dist/modern/colors-indigo.d.ts +2 -0
  1870. package/vars/dist/modern/colors-indigo.js +6 -0
  1871. package/vars/dist/package.json +13 -0
  1872. package/vars/dist/send-stats.js +82 -0
  1873. package/vars/dist/shadows-indigo.css +38 -0
  1874. package/vars/dist/typography.css +586 -0
  1875. package/vars/index.d.ts +22 -0
  1876. package/vars/index.js +22 -0
  1877. package/vars/package.json +1 -11
  1878. package/vars/send-stats.js +0 -0
  1879. package/with-suffix/Component.js +1 -1
  1880. package/with-suffix/cssm/index.module.css +714 -0
  1881. package/with-suffix/esm/Component.js +1 -1
  1882. package/with-suffix/esm/index.css +723 -9
  1883. package/with-suffix/index.css +723 -9
  1884. package/with-suffix/modern/Component.js +1 -1
  1885. package/with-suffix/modern/index.css +723 -9
  1886. package/calendar-range/modern/index.module-b02a5f29.js +0 -4
  1887. package/grid/esm/gutters.module-49227c7c.js +0 -27
  1888. package/grid/gutters.module-ebe6e3b8.js +0 -28
  1889. package/grid/modern/gutters.module-d56f50e6.js +0 -4
  1890. package/intl-phone-input/cssm/libphonenumber-js.min-903db150.js +0 -2225
  1891. package/intl-phone-input/esm/libphonenumber-js.min-ff9746e0.js +0 -2225
  1892. package/intl-phone-input/libphonenumber-js.min-ff53dba1.js +0 -2225
  1893. package/intl-phone-input/modern/libphonenumber-js.min-ff9746e0.js +0 -2225
  1894. package/modal/esm/transitions.module-94dc7d34.js +0 -4
  1895. package/modal/modern/transitions.module-94dc7d34.js +0 -4
  1896. package/modal/transitions.module-5279bfc1.js +0 -4
  1897. package/tabs/esm/index.module-997cc06a.js +0 -4
  1898. package/tabs/esm/index.module-d1e8e2da.js +0 -4
  1899. package/tabs/index.module-5bc8e1b6.js +0 -4
  1900. package/tabs/index.module-fd64aa48.js +0 -4
  1901. package/tabs/modern/index.module-997cc06a.js +0 -4
  1902. package/tabs/modern/index.module-d1e8e2da.js +0 -4
  1903. package/typography/common.module-2cfdaf43.js +0 -4
  1904. package/typography/esm/common.module-61a8d4a0.js +0 -4
  1905. package/typography/modern/colors.module-6c5ea1d2.js +0 -4
  1906. package/typography/modern/common.module-61a8d4a0.js +0 -4
@@ -0,0 +1,2357 @@
1
+ .card-image__cardImage_11345 {
2
+ background: #e7e8ea;
3
+ }
4
+ .card-image__loaded_11345 {
5
+ background: transparent
6
+ }.badge__component_1xcj2 {
7
+ background-color: #ef3124;
8
+ color: #000;
9
+ }
10
+ .badge__outlineCount_1xcj2 {
11
+ background-color: #121212;
12
+ }
13
+ .badge__icon_1xcj2 {
14
+ color: #2fc26e
15
+ }
16
+ .badge__icon_1xcj2.badge__positive_1xcj2 {
17
+ color: #2fc26e;
18
+ background-color: #2fc26e;
19
+ }
20
+ .badge__icon_1xcj2.badge__attention_1xcj2 {
21
+ color: #f6bf65;
22
+ background-color: #f6bf65;
23
+ }
24
+ .badge__icon_1xcj2.badge__negative_1xcj2 {
25
+ color: #d91d0b;
26
+ background-color: #d91d0b;
27
+ }
28
+ .badge__icon_1xcj2.badge__link_1xcj2 {
29
+ color: #0072ef;
30
+ background-color: #0072ef;
31
+ }
32
+ .badge__icon_1xcj2.badge__tertiary_1xcj2 {
33
+ color: #464649;
34
+ background-color: #464649;
35
+ }
36
+ .badge__icon_1xcj2.badge__secondary_1xcj2 {
37
+ color: #8d8d93;
38
+ background-color: #8d8d93;
39
+ }
40
+ .badge__icon_1xcj2.badge__primary_1xcj2 {
41
+ color: #fff;
42
+ background-color: #fff;
43
+ }
44
+ .badge__icon_1xcj2:before {
45
+ background-color: #121212;
46
+ }
47
+ .badge__outline_1xcj2 {
48
+ background-color: #121212;
49
+ }
50
+ .badge__outlineColor_1xcj2.badge__attention_1xcj2 {
51
+ background-color: #f6bf65;
52
+ }
53
+ .badge__outlineColor_1xcj2.badge__positive_1xcj2 {
54
+ background-color: #2fc26e;
55
+ }
56
+ .badge__outlineColor_1xcj2.badge__negative_1xcj2 {
57
+ background-color: #d91d0b;
58
+ }
59
+ .badge__outlineColor_1xcj2.badge__link_1xcj2 {
60
+ background-color: #0072ef;
61
+ }
62
+ .badge__outlineColor_1xcj2 .badge__tertiary_1xcj2 {
63
+ background-color: #464649;
64
+ }
65
+ .badge__outlineColor_1xcj2.badge__secondary_1xcj2 {
66
+ background-color: #8d8d93;
67
+ }
68
+ .badge__outlineColor_1xcj2.badge__primary_1xcj2 {
69
+ background-color: #fff;
70
+ }.backdrop__backdrop_13epn {
71
+ -webkit-tap-highlight-color: transparent;
72
+ }
73
+ .backdrop__appear_13epn,
74
+ .backdrop__enter_13epn {
75
+ background-color: transparent;
76
+ }
77
+ .backdrop__appearActive_13epn,
78
+ .backdrop__enterActive_13epn,
79
+ .backdrop__appearDone_13epn,
80
+ .backdrop__enterDone_13epn {
81
+ background-color: rgba(0, 0, 0, 0.8);
82
+ }
83
+ .backdrop__exit_13epn {
84
+ background-color: rgba(0, 0, 0, 0.8);
85
+ }
86
+ .backdrop__exitActive_13epn,
87
+ .backdrop__exitDone_13epn {
88
+ background-color: transparent;
89
+ }.checkbox-group__error_1l7gm {
90
+ border-left: 1px solid #f15045;
91
+ }
92
+ .checkbox-group__label_1l7gm {
93
+ color: #fff;
94
+ }
95
+ .checkbox-group__errorMessage_1l7gm {
96
+ color: #f15045;
97
+ }
98
+ .checkbox-group__hint_1l7gm {
99
+ color: #8d8d93;
100
+ }.checkbox__box_b0mdj {
101
+ color: #000;
102
+ background-color: #000;
103
+ border: 1.5px solid #8d8d93;
104
+ }
105
+ .checkbox__checkedIcon_b0mdj {
106
+ color: #000;
107
+ }
108
+ .checkbox__component_b0mdj:hover:not(.checkbox__disabled_b0mdj):not(.checkbox__inactive_b0mdj) .checkbox__box_b0mdj {
109
+ background-color: #000;
110
+ border-color: #8d8d93;
111
+ }
112
+ .checkbox__component_b0mdj:active:not(.checkbox__disabled_b0mdj):not(.checkbox__inactive_b0mdj) .checkbox__box_b0mdj {
113
+ background-color: #000;
114
+ border-color: #fff;
115
+ }
116
+ .checkbox__checked_b0mdj .checkbox__box_b0mdj {
117
+ background-color: #fff;
118
+ border-color: transparent;
119
+ }
120
+ .checkbox__checked_b0mdj:hover:not(.checkbox__disabled_b0mdj):not(.checkbox__inactive_b0mdj) .checkbox__box_b0mdj {
121
+ background-color: rgb(255, 255, 255);
122
+ border-color: transparent;
123
+ }
124
+ .checkbox__checked_b0mdj:active:not(.checkbox__disabled_b0mdj):not(.checkbox__inactive_b0mdj) .checkbox__box_b0mdj {
125
+ background-color: rgb(255, 255, 255);
126
+ border-color: transparent;
127
+ }
128
+ .checkbox__indeterminate_b0mdj .checkbox__box_b0mdj {
129
+ background-color: #fff;
130
+ border-color: transparent;
131
+ }
132
+ .checkbox__indeterminate_b0mdj:hover:not(.checkbox__disabled_b0mdj):not(.checkbox__inactive_b0mdj) .checkbox__box_b0mdj {
133
+ background-color: rgb(255, 255, 255);
134
+ border-color: transparent;
135
+ }
136
+ .checkbox__indeterminate_b0mdj:active:not(.checkbox__disabled_b0mdj):not(.checkbox__inactive_b0mdj) .checkbox__box_b0mdj {
137
+ background-color: rgb(255, 255, 255);
138
+ border-color: transparent;
139
+ }
140
+ .checkbox__disabled_b0mdj .checkbox__box_b0mdj {
141
+ background-color: #000;
142
+ border-color: #2a2a2c;
143
+ }
144
+ .checkbox__disabled_b0mdj.checkbox__checked_b0mdj .checkbox__box_b0mdj {
145
+ background-color: #3a3a3c;
146
+ border-color: transparent;
147
+ }
148
+ .checkbox__disabled_b0mdj.checkbox__indeterminate_b0mdj .checkbox__box_b0mdj {
149
+ background-color: #3a3a3c;
150
+ border-color: transparent;
151
+ }
152
+ .checkbox__disabled_b0mdj .checkbox__label_b0mdj {
153
+ color: #8d8d93;
154
+ }
155
+ .checkbox__disabled_b0mdj .checkbox__hint_b0mdj {
156
+ color: #8d8d93;
157
+ }
158
+ .checkbox__inactive_b0mdj .checkbox__box_b0mdj {
159
+ background-color: #3a3a3c;
160
+ border-color: #464649;
161
+ }
162
+ .checkbox__inactive_b0mdj.checkbox__checked_b0mdj .checkbox__box_b0mdj {
163
+ color: #464649;
164
+ border-color: transparent;
165
+ }
166
+ .checkbox__inactive_b0mdj.checkbox__indeterminate_b0mdj .checkbox__box_b0mdj {
167
+ border-color: transparent;
168
+ }
169
+ .checkbox__focused_b0mdj .checkbox__box_b0mdj {
170
+ outline: 2px solid #0072ef;
171
+ }
172
+ .checkbox__label_b0mdj {
173
+ color: #fff;
174
+ }
175
+ .checkbox__errorMessage_b0mdj {
176
+ color: #f15045;
177
+ }
178
+ .checkbox__hint_b0mdj {
179
+ color: #8d8d93;
180
+ }
181
+ .checkbox__inactive_b0mdj .checkbox__indeterminateLine_b0mdj {
182
+ background-color: #464649;
183
+ }
184
+ .checkbox__indeterminateLine_b0mdj {
185
+ background-color: #000;
186
+ }.divider__component_1w8xf {
187
+ border-bottom: 1px solid #2b2b2e;
188
+ }.dropzone__component_19wf9 {
189
+ border: 2px dashed #464649;
190
+ }
191
+ .dropzone__component_19wf9:not(.dropzone__disabled_19wf9):hover {
192
+ background-color: transparent;
193
+ }
194
+ .dropzone__dragOver_19wf9 {
195
+ background-color: transparent;
196
+ }
197
+ .dropzone__error_19wf9 {
198
+ border-color: #ef3124;
199
+ }
200
+ .dropzone__overlay_llfhl {
201
+ background: #202022;
202
+ }
203
+ .dropzone__text_llfhl {
204
+ color: #fff;
205
+ }.code-input__error_1lm09 {
206
+ color: #f15045;
207
+ }
208
+ @keyframes code-input__shake_1lm09 {
209
+ }
210
+ .code-input__input_1gd43 {
211
+ background-color: #202022;
212
+ color: #fff
213
+ }
214
+ .code-input__input_1gd43.code-input__hasError_1gd43 {
215
+ color: #f15045;
216
+ caret-color: #fff;
217
+ background-color: #35110d;
218
+ }
219
+ .code-input__input_1gd43.code-input__disabled_1gd43 {
220
+ color: #464649;
221
+ }
222
+ .code-input__input_1gd43:-webkit-autofill {
223
+ -webkit-text-fill-color: #fff;
224
+ }.hatching-progress-bar__container_1wp79 {
225
+ background: rgba(255, 255, 255, 0.1);
226
+ }
227
+ .hatching-progress-bar__hatch_1wp79 {
228
+ background: repeating-linear-gradient(
229
+ -45deg,
230
+ #464649 6px 10px,
231
+ rgba(255, 255, 255, 0) 10px 18px
232
+ );
233
+ }
234
+ .hatching-progress-bar__positive_1wp79 {
235
+ background: #2fc26e;
236
+ }
237
+ .hatching-progress-bar__attention_1wp79 {
238
+ background: #f6bf65;
239
+ }
240
+ .hatching-progress-bar__negative_1wp79 {
241
+ background: #d91d0b;
242
+ }
243
+ .hatching-progress-bar__link_1wp79 {
244
+ background: #0072ef;
245
+ }
246
+ .hatching-progress-bar__tertiary_1wp79 {
247
+ background: #464649;
248
+ }
249
+ .hatching-progress-bar__secondary_1wp79 {
250
+ background: #8d8d93;
251
+ }
252
+ .hatching-progress-bar__primary_1wp79 {
253
+ background: #fff;
254
+ }
255
+ .hatching-progress-bar__accent_1wp79 {
256
+ background: #ef3124;
257
+ }.form-control__component_10hkf {
258
+ color: #fff;
259
+ }
260
+ .form-control__inner_10hkf {
261
+ background-color: #202022;
262
+ }
263
+ .form-control__label_10hkf {
264
+ color: #8d8d93;
265
+ }
266
+ .form-control__hint_10hkf {
267
+ color: #8d8d93;
268
+ }
269
+ .form-control__disabled_10hkf {
270
+ background-color: #202022;
271
+ color: #8d8d93;
272
+ }
273
+ .form-control__focused_10hkf.form-control__inner_10hkf {
274
+ background-color: #202022;
275
+ }
276
+ .form-control__inner_10hkf:not(.form-control__disabled_10hkf):hover {
277
+ background-color: #202022;
278
+ }
279
+ .form-control__error_10hkf {
280
+ color: #f15045;
281
+ }
282
+ .form-control__hasError_10hkf .form-control__label_10hkf {
283
+ color: #f15045;
284
+ }
285
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
286
+ }
287
+ .form-control__component_18rgu {
288
+ color: #000;
289
+ }
290
+ .form-control__inner_18rgu {
291
+ background-color: #f3f4f5;
292
+ }
293
+ .form-control__label_18rgu {
294
+ color: rgba(60, 60, 67, 0.6);
295
+ }
296
+ .form-control__hint_18rgu {
297
+ color: rgba(60, 60, 67, 0.6);
298
+ }
299
+ .form-control__disabled_18rgu {
300
+ background-color: #f3f4f5;
301
+ color: rgba(60, 60, 67, 0.6);
302
+ }
303
+ .form-control__focused_18rgu.form-control__inner_18rgu {
304
+ background-color: #f3f4f5;
305
+ }
306
+ .form-control__inner_18rgu:not(.form-control__disabled_18rgu):hover {
307
+ background-color: #f3f4f5;
308
+ }
309
+ .form-control__error_18rgu {
310
+ color: #ef3124;
311
+ }
312
+ .form-control__hasError_18rgu .form-control__label_18rgu {
313
+ color: #ef3124;
314
+ }.icon-view__component_162p1 {
315
+ color: rgba(235, 235, 245, 0.6);
316
+ }
317
+ .icon-view__bg_162p1 {
318
+ fill: #f3f4f5;
319
+ }
320
+ .icon-view__border_162p1 {
321
+ stroke: rgba(255, 255, 255, 0.1);
322
+ fill: transparent;
323
+ }@media (max-width: 599px) {
324
+ }
325
+ @media (min-width: 360px) {
326
+ }
327
+ @media (min-width: 375px) {
328
+ }
329
+ @media (min-width: 412px) {
330
+ }
331
+ @media (min-width: 600px) and (max-width: 1023px) {
332
+ }
333
+ @media (min-width: 600px) {
334
+ }
335
+ @media (min-width: 768px) {
336
+ }
337
+ @media (min-width: 1024px) {
338
+ }
339
+ @media (min-width: 1024px) {
340
+ }
341
+ @media (min-width: 1280px) {
342
+ }
343
+ @media (min-width: 1440px) {
344
+ }
345
+ @media (min-width: 1920px) {
346
+ }
347
+ @media (max-width: 599px) {
348
+ }
349
+ @media (min-width: 360px) {
350
+ }
351
+ @media (min-width: 375px) {
352
+ }
353
+ @media (min-width: 412px) {
354
+ }
355
+ @media (min-width: 600px) and (max-width: 1023px) {
356
+ }
357
+ @media (min-width: 600px) {
358
+ }
359
+ @media (min-width: 768px) {
360
+ }
361
+ @media (min-width: 1024px) {
362
+ }
363
+ @media (min-width: 1024px) {
364
+ }
365
+ @media (min-width: 1280px) {
366
+ }
367
+ @media (min-width: 1440px) {
368
+ }
369
+ @media (min-width: 1920px) {
370
+ }
371
+ .list__list_x8pvg {
372
+ color: #fff;
373
+ }
374
+ .list__slot_x8pvg {
375
+ color: #fff;
376
+ }.link__primary_b7w11 {
377
+ color: #fff;
378
+ border-bottom-color: #fff
379
+ }
380
+ .link__primary_b7w11:hover {
381
+ color: rgb(255, 255, 255);
382
+ }
383
+ .link__primary_b7w11:active {
384
+ color: rgb(255, 255, 255);
385
+ }
386
+ .link__secondary_b7w11 {
387
+ color: #8d8d93;
388
+ border-bottom-color: #8d8d93
389
+ }
390
+ .link__secondary_b7w11:hover {
391
+ color: rgb(164, 164, 169);
392
+ }
393
+ .link__secondary_b7w11:active {
394
+ color: rgb(187, 187, 190);
395
+ }
396
+ .link__defaultView_b7w11 {
397
+ color: #0072ef;
398
+ border-bottom-color: #0072ef
399
+ }
400
+ .link__defaultView_b7w11:hover {
401
+ color: rgb(51, 142, 242);
402
+ }
403
+ .link__defaultView_b7w11:active {
404
+ color: rgb(102, 170, 245);
405
+ }
406
+ .link__component_3kzyj:hover .link__text_3kzyj,
407
+ .link__component_3kzyj:active .link__text_3kzyj {
408
+ border-bottom-color: rgba(0, 0, 0, 0);
409
+ }
410
+ .link__focused_3kzyj {
411
+ outline: 2px solid #0072ef;
412
+ }
413
+ .link__primary_1utym {
414
+ color: #000;
415
+ border-bottom-color: #000
416
+ }
417
+ .link__primary_1utym:hover {
418
+ color: rgb(204, 204, 204);
419
+ }
420
+ .link__primary_1utym:active {
421
+ color: rgb(153, 153, 153);
422
+ }
423
+ .link__secondary_1utym {
424
+ color: #8a8a8e;
425
+ border-bottom-color: #8a8a8e
426
+ }
427
+ .link__secondary_1utym:hover {
428
+ color: rgb(146, 150, 156);
429
+ }
430
+ .link__secondary_1utym:active {
431
+ color: rgb(109, 113, 117);
432
+ }
433
+ .link__defaultView_1utym {
434
+ color: #0072ef;
435
+ border-bottom-color: #0072ef
436
+ }
437
+ .link__defaultView_1utym:hover {
438
+ color: rgb(0, 98, 204);
439
+ }
440
+ .link__defaultView_1utym:active {
441
+ color: rgb(0, 73, 153);
442
+ }@keyframes loader__blink_1nafv {
443
+ }.progress-bar__container_1a4hz {
444
+ background: rgba(255, 255, 255, 0.1)
445
+ }
446
+ .progress-bar__filled_1a4hz.progress-bar__positive_1a4hz {
447
+ background: #2fc26e;
448
+ }
449
+ .progress-bar__filled_1a4hz.progress-bar__negative_1a4hz {
450
+ background: #d91d0b;
451
+ }
452
+ .progress-bar__filled_1a4hz.progress-bar__attention_1a4hz {
453
+ background: #f6bf65;
454
+ }
455
+ .progress-bar__filled_1a4hz.progress-bar__link_1a4hz {
456
+ background: #0072ef;
457
+ }
458
+ .progress-bar__filled_1a4hz.progress-bar__tertiary_1a4hz {
459
+ background: #464649;
460
+ }
461
+ .progress-bar__filled_1a4hz.progress-bar__secondary_1a4hz {
462
+ background: #8d8d93;
463
+ }
464
+ .progress-bar__filled_1a4hz.progress-bar__primary_1a4hz {
465
+ background: #fff;
466
+ }
467
+ .progress-bar__filled_1a4hz.progress-bar__accent_1a4hz {
468
+ background: #ef3124;
469
+ }.pure-input__input_u8vva {
470
+ color: #fff;
471
+ caret-color: #0072ef;
472
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
473
+ }
474
+ .pure-input__input_u8vva:-webkit-autofill {
475
+ -webkit-text-fill-color: #fff;
476
+ }
477
+ .pure-input__input_u8vva::placeholder {
478
+ color: #8d8d93;
479
+ }
480
+ .pure-input__hasLabel_u8vva::placeholder {
481
+ color: #464649;
482
+ }
483
+ .pure-input__clearIcon_u8vva {
484
+ color: #fff;
485
+ }
486
+ .pure-input__input_u8vva:read-only {
487
+ color: #8d8d93
488
+ }
489
+ .pure-input__input_u8vva:read-only:focus::placeholder {
490
+ color: #8d8d93;
491
+ }
492
+ .pure-input__input_u8vva:disabled {
493
+ color: #fff;
494
+ -webkit-text-fill-color: #fff;
495
+ }
496
+ .pure-input__input_u8vva:focus::placeholder {
497
+ color: rgba(235, 235, 245, 0.3);
498
+ }
499
+ .pure-input__error_u8vva {
500
+ color: #f15045;
501
+ caret-color: #f15045;
502
+ }
503
+ .pure-input__component_u8vva {
504
+ color: #fff;
505
+ background-color: #202022;
506
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
507
+ }
508
+ .pure-input__component_u8vva::placeholder {
509
+ color: #8d8d93;
510
+ }
511
+ .pure-input__component_u8vva:disabled {
512
+ color: #fff;
513
+ background-color: #202022;
514
+ }
515
+ .pure-input__component_u8vva:not(:disabled):focus::placeholder {
516
+ color: rgba(235, 235, 245, 0.3);
517
+ }
518
+ .pure-input__focusVisible_u8vva {
519
+ outline: 2px solid #0072ef;
520
+ }
521
+ .pure-input__component_u8vva:not(:disabled):hover {
522
+ background-color: #202022;
523
+ }.radio-group__error_1aepj {
524
+ border-left: 1px solid #f15045;
525
+ }
526
+ .radio-group__label_1aepj {
527
+ color: #fff;
528
+ }
529
+ .radio-group__errorMessage_1aepj {
530
+ color: #f15045;
531
+ }
532
+ .radio-group__hint_1aepj {
533
+ color: #8d8d93;
534
+ }.radio__container_1oly6:not(.radio__checked_1oly6):not(.radio__disabled_1oly6):not(.radio__inactive_1oly6) .radio__circle_1oly6 {
535
+ background-color: #000;
536
+ border: 1.5px solid #8d8d93;
537
+ }
538
+ .radio__container_1oly6:not(.radio__checked_1oly6):not(.radio__disabled_1oly6):not(.radio__inactive_1oly6):hover:not(:active) .radio__circle_1oly6 {
539
+ background-color: #000;
540
+ border-color: #8d8d93;
541
+ }
542
+ .radio__container_1oly6:not(.radio__checked_1oly6):not(.radio__disabled_1oly6):not(.radio__inactive_1oly6):active .radio__circle_1oly6 {
543
+ background-color: #000;
544
+ border-color: #fff;
545
+ }
546
+ .radio__container_1oly6.radio__disabled_1oly6 .radio__circle_1oly6 {
547
+ background-color: #000;
548
+ border: 1.5px solid #2a2a2c;
549
+ }
550
+ .radio__container_1oly6.radio__disabled_1oly6 .radio__label_1oly6 {
551
+ color: #8d8d93;
552
+ }
553
+ .radio__container_1oly6.radio__disabled_1oly6 .radio__hint_1oly6 {
554
+ color: #8d8d93;
555
+ }
556
+ .radio__container_1oly6.radio__inactive_1oly6 .radio__circle_1oly6 {
557
+ background-color: #3a3a3c;
558
+ border: 1px solid #464649;
559
+ }
560
+ .radio__container_1oly6.radio__inactive_1oly6.radio__checked_1oly6 .radio__circle_1oly6:before {
561
+ background-color: #464649;
562
+ }
563
+ .radio__container_1oly6.radio__checked_1oly6 .radio__circle_1oly6 {
564
+ background-color: #fff;
565
+ border: 1.5px solid transparent;
566
+ }
567
+ .radio__container_1oly6.radio__checked_1oly6:hover .radio__circle_1oly6 {
568
+ background-color: rgb(255, 255, 255);
569
+ border-color: transparent;
570
+ }
571
+ .radio__container_1oly6.radio__checked_1oly6:active .radio__circle_1oly6 {
572
+ background-color: rgb(255, 255, 255);
573
+ border-color: transparent;
574
+ }
575
+ .radio__container_1oly6.radio__focused_1oly6 .radio__circle_1oly6 {
576
+ outline: 2px solid #0072ef;
577
+ }
578
+ .radio__container_1oly6.radio__disabled_1oly6.radio__checked_1oly6 .radio__circle_1oly6,
579
+ .radio__container_1oly6.radio__inactive_1oly6.radio__checked_1oly6 .radio__circle_1oly6 {
580
+ background-color: #3a3a3c;
581
+ border-color: transparent;
582
+ }
583
+ .radio__circle_1oly6:before {
584
+ background-color: #000;
585
+ }
586
+ .radio__label_1oly6 {
587
+ color: #fff;
588
+ }
589
+ .radio__hint_1oly6 {
590
+ color: #8d8d93;
591
+ }.scrollbar__component_1mgl5 .scrollbar:before {
592
+ background-color: rgba(255, 255, 255, 0.3);
593
+ }
594
+ .scrollbar__component_1mgl5.dragging .track .scrollbar.visible:before {
595
+ background-color: rgba(255, 255, 255, 0.6);
596
+ }
597
+
598
+ .scrollbar__component_1ouh4 .scrollbar:before {
599
+ background-color: rgba(0, 0, 0, 0.3);
600
+ }
601
+ .scrollbar__component_1ouh4.dragging .track .scrollbar.visible:before {
602
+ background-color: rgba(0, 0, 0, 0.6);
603
+ }.skeleton__component_k7s33 {
604
+ color: transparent;
605
+ }
606
+ .skeleton__component_k7s33:before {
607
+ background: rgba(255, 255, 255, 0.1);
608
+ }
609
+ .skeleton__animate_k7s33: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_k7s33 {
621
+ }
622
+ @keyframes skeleton__background_k7s33 {
623
+ 0% {
624
+ background: rgb(182, 188, 195);
625
+ }
626
+ 100% {
627
+ background: rgb(198, 205, 214);
628
+ }
629
+ }.slider__progress_11qwe {
630
+ background: #2a2a2c;
631
+ }
632
+ .slider__progress_11qwe::-moz-progress-bar {
633
+ background: #d91d0b;
634
+ }
635
+ .slider__progress_11qwe::-ms-fill {
636
+ background: #d91d0b;
637
+ }
638
+ .slider__progress_11qwe::-webkit-progress-value {
639
+ background: #d91d0b;
640
+ }
641
+ .slider__progress_11qwe::-webkit-progress-bar {
642
+ background: transparent;
643
+ }
644
+ .slider__range_11qwe,
645
+ .slider__range_11qwe:focus {
646
+ background: transparent;
647
+ border-color: transparent;
648
+ color: transparent;
649
+ }
650
+ .slider__range_11qwe::-ms-track {
651
+ background: transparent;
652
+ border-color: transparent;
653
+ color: transparent;
654
+ }
655
+ .slider__range_11qwe::-ms-fill-lower {
656
+ background: transparent;
657
+ }
658
+ .slider__range_11qwe::-ms-fill-upper {
659
+ background: transparent;
660
+ }
661
+ .slider__range_11qwe::-webkit-slider-thumb {
662
+ background: #ef3124;
663
+ box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
664
+ }
665
+ .slider__range_11qwe::-ms-thumb {
666
+ background: #ef3124;
667
+ box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
668
+ }
669
+ .slider__range_11qwe::-moz-range-thumb {
670
+ background: #ef3124;
671
+ box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
672
+ }
673
+ .slider__focused_11qwe::-webkit-slider-thumb {
674
+ outline: 2px solid #0072ef;
675
+ }
676
+ .slider__focused_11qwe::-ms-thumb {
677
+ outline: 2px solid #0072ef;
678
+ }
679
+ .slider__component_11qwe:hover .slider__progress_11qwe {
680
+ background: #2a2a2c
681
+ }
682
+ .slider__component_11qwe:hover .slider__progress_11qwe::-moz-progress-bar {
683
+ background: #d91d0b;
684
+ }
685
+ .slider__component_11qwe:hover .slider__progress_11qwe::-ms-fill {
686
+ background: #d91d0b;
687
+ }
688
+ .slider__component_11qwe:hover .slider__progress_11qwe::-webkit-progress-value {
689
+ background: #d91d0b;
690
+ }
691
+ .slider__component_11qwe:hover .slider__range_11qwe::-webkit-slider-thumb {
692
+ background: #ef3124;
693
+ }
694
+ .slider__component_11qwe:hover .slider__range_11qwe::-ms-thumb {
695
+ background: #ef3124;
696
+ }
697
+ .slider__component_11qwe:hover .slider__range_11qwe::-moz-range-thumb {
698
+ background: #ef3124;
699
+ }@keyframes spinner__spin_animation_1ckbn {
700
+ }.status__soft_y9fky.status__green_y9fky {
701
+ background: rgba(19, 164, 99, 0.1);
702
+ color: #13a463;
703
+ }
704
+ .status__soft_y9fky.status__orange_y9fky {
705
+ background: rgba(222, 106, 0, 0.1);
706
+ color: #de6a00;
707
+ }
708
+ .status__soft_y9fky.status__red_y9fky {
709
+ background: rgba(217, 29, 11, 0.1);
710
+ color: #d91d0b;
711
+ }
712
+ .status__soft_y9fky.status__blue_y9fky {
713
+ background: rgba(0, 122, 255, 0.1);
714
+ color: #007aff;
715
+ }
716
+ .status__soft_y9fky.status__grey_y9fky {
717
+ background: rgba(109, 121, 134, 0.1);
718
+ color: #6d7986;
719
+ }
720
+ .status__soft_y9fky.status__teal_y9fky {
721
+ background: rgba(33, 145, 135, 0.1);
722
+ color: #219187;
723
+ }
724
+ .status__soft_y9fky.status__purple_y9fky {
725
+ background: rgba(103, 58, 183, 0.1);
726
+ color: #673ab7;
727
+ }
728
+ .status__contrast_y9fky {
729
+ color: #000
730
+ }
731
+ .status__contrast_y9fky.status__green_y9fky {
732
+ background: #13a463;
733
+ }
734
+ .status__contrast_y9fky.status__orange_y9fky {
735
+ background: #de6a00;
736
+ }
737
+ .status__contrast_y9fky.status__red_y9fky {
738
+ background: #d91d0b;
739
+ }
740
+ .status__contrast_y9fky.status__blue_y9fky {
741
+ background: #007aff;
742
+ }
743
+ .status__contrast_y9fky.status__grey_y9fky {
744
+ background: #6d7986;
745
+ }
746
+ .status__contrast_y9fky.status__teal_y9fky {
747
+ background: #219187;
748
+ }
749
+ .status__contrast_y9fky.status__purple_y9fky {
750
+ background: #673ab7;
751
+ }.switch__component_51n47 {
752
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
753
+ }
754
+ .switch__switch_51n47 {
755
+ background-color: #8d8d93;
756
+ border: 2px solid #8d8d93;
757
+ }
758
+ .switch__switch_51n47:before {
759
+ background-color: #000;
760
+ }
761
+ .switch__label_51n47 {
762
+ color: #fff;
763
+ }
764
+ .switch__hint_51n47 {
765
+ color: #8d8d93;
766
+ }
767
+ .switch__checked_51n47 .switch__switch_51n47 {
768
+ background-color: #ef3124;
769
+ border-color: #ef3124;
770
+ }
771
+ .switch__disabled_51n47 .switch__switch_51n47 {
772
+ background-color: #2a2a2c;
773
+ border-color: #2a2a2c;
774
+ }
775
+ .switch__disabled_51n47 .switch__label_51n47 {
776
+ color: #8d8d93;
777
+ }
778
+ .switch__disabled_51n47 .switch__hint_51n47 {
779
+ color: #8d8d93;
780
+ }
781
+ .switch__inactive_51n47 .switch__switch_51n47 {
782
+ background-color: #2a2a2c;
783
+ border-color: #2a2a2c
784
+ }
785
+ .switch__inactive_51n47 .switch__switch_51n47:before {
786
+ background-color: #464649;
787
+ }
788
+ .switch__focused_51n47 .switch__switch_51n47 {
789
+ outline: 2px solid #0072ef;
790
+ }.tag__component_1u4m1 {
791
+ color: #fff;
792
+ border-color: transparent;
793
+ background-color: #202022
794
+ }
795
+ .tag__component_1u4m1:disabled {
796
+ border-color: transparent;
797
+ color: #464649;
798
+ background-color: rgba(32, 32, 34, 0.3);
799
+ }
800
+ .tag__component_1u4m1:hover:not(:disabled) {
801
+ border-color: transparent;
802
+ background-color: #202022;
803
+ }
804
+ .tag__component_1u4m1:active:not(:disabled) {
805
+ border-color: transparent;
806
+ background-color: rgb(65, 65, 67);
807
+ color: #fff;
808
+ }
809
+ .tag__checked_1u4m1 {
810
+ border-color: transparent;
811
+ background-color: #f3f4f5;
812
+ color: #000
813
+ }
814
+ .tag__checked_1u4m1:disabled {
815
+ background-color: rgba(243, 244, 245, 0.3);
816
+ border-color: transparent;
817
+ color: #000;
818
+ }
819
+ .tag__checked_1u4m1:hover:not(:disabled):not(:active) {
820
+ background-color: #f3f4f5;
821
+ }
822
+ .tag__checked_1u4m1:active:not(:disabled) {
823
+ background-color: rgb(194, 195, 196);
824
+ color: #000;
825
+ }
826
+ .tag__focused_ofdra {
827
+ outline: 2px solid #0072ef;
828
+ }
829
+ .tag__component_1t7yl {
830
+ color: #fff;
831
+ border-color: #464649;
832
+ background-color: transparent
833
+ }
834
+ .tag__component_1t7yl:disabled {
835
+ border-color: #2b2b2e;
836
+ color: #464649;
837
+ background-color: transparent;
838
+ }
839
+ .tag__component_1t7yl:hover:not(:disabled) {
840
+ border-color: #fff;
841
+ background-color: transparent;
842
+ }
843
+ .tag__component_1t7yl:active:not(:disabled) {
844
+ border-color: #fff;
845
+ background-color: rgba(255, 255, 255, 0.07);
846
+ color: #fff;
847
+ }
848
+ .tag__checked_1t7yl {
849
+ border-color: #fff;
850
+ background-color: #fff;
851
+ color: #000
852
+ }
853
+ .tag__checked_1t7yl:disabled {
854
+ background-color: rgba(255, 255, 255, 0.3);
855
+ border-color: transparent;
856
+ color: #000;
857
+ }
858
+ .tag__checked_1t7yl:active:not(:disabled) {
859
+ background-color: rgb(217, 217, 217);
860
+ color: #000;
861
+ }.typography__tertiary_npqmx {
862
+ color: #464649;
863
+ }
864
+ .typography__disabled_npqmx {
865
+ color: #2a2a2c;
866
+ }
867
+ .typography__accent_npqmx {
868
+ color: #ef3124;
869
+ }
870
+ .typography__primary_npqmx {
871
+ color: #fff;
872
+ }
873
+ .typography__attention_npqmx {
874
+ color: #cb830f;
875
+ }
876
+ .typography__positive_npqmx {
877
+ color: #13a463;
878
+ }
879
+ .typography__secondary_npqmx {
880
+ color: #8d8d93;
881
+ }
882
+ .typography__tertiary-inverted_npqmx {
883
+ color: #c5c5c7;
884
+ }
885
+ .typography__primary-inverted_npqmx {
886
+ color: #000;
887
+ }
888
+ .typography__secondary-inverted_npqmx {
889
+ color: #8a8a8e;
890
+ }
891
+ .typography__link_npqmx {
892
+ color: #0072ef;
893
+ }
894
+ .typography__negative_npqmx {
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_zvln5 {
905
+ color: #fff;
906
+ caret-color: #0072ef;
907
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
908
+ }
909
+ .textarea__input_zvln5:-webkit-autofill {
910
+ -webkit-text-fill-color: #fff;
911
+ }
912
+ .textarea__input_zvln5::placeholder {
913
+ color: #8d8d93;
914
+ }
915
+ .textarea__hasLabel_zvln5::placeholder {
916
+ color: #464649;
917
+ }
918
+ .textarea__clearIcon_zvln5 {
919
+ color: #fff;
920
+ }
921
+ .textarea__input_zvln5:read-only {
922
+ color: #8d8d93
923
+ }
924
+ .textarea__input_zvln5:read-only:focus::placeholder {
925
+ color: #8d8d93;
926
+ }
927
+ .textarea__input_zvln5:disabled {
928
+ color: #fff;
929
+ -webkit-text-fill-color: #fff;
930
+ }
931
+ .textarea__input_zvln5:focus::placeholder {
932
+ color: rgba(235, 235, 245, 0.3);
933
+ }
934
+ .textarea__error_zvln5 {
935
+ color: #f15045;
936
+ caret-color: #f15045;
937
+ }
938
+ .textarea__textarea_zvln5 {
939
+ color: #fff;
940
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
941
+ }
942
+ .textarea__textarea_zvln5::placeholder {
943
+ color: #8d8d93;
944
+ }
945
+ .textarea__hasLabel_zvln5::placeholder {
946
+ color: #464649;
947
+ }
948
+ .textarea__textarea_zvln5:disabled {
949
+ color: #fff;
950
+ -webkit-text-fill-color: #fff;
951
+ }
952
+ .textarea__textarea_zvln5:read-only {
953
+ color: #8d8d93;
954
+ }
955
+ .textarea__textarea_zvln5:focus::placeholder {
956
+ color: rgba(235, 235, 245, 0.3);
957
+ }
958
+ .textarea__focusVisible_zelqe {
959
+ outline: 2px solid #0072ef;
960
+ }
961
+ .textarea__input_1t38g {
962
+ color: #000;
963
+ caret-color: #0072ef;
964
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
965
+ }
966
+ .textarea__input_1t38g:-webkit-autofill {
967
+ -webkit-text-fill-color: #000;
968
+ }
969
+ .textarea__input_1t38g::placeholder {
970
+ color: rgba(60, 60, 67, 0.6);
971
+ }
972
+ .textarea__hasLabel_1t38g::placeholder {
973
+ color: #c5c5c7;
974
+ }
975
+ .textarea__clearIcon_1t38g {
976
+ color: #000;
977
+ }
978
+ .textarea__input_1t38g:read-only {
979
+ color: rgba(60, 60, 67, 0.6)
980
+ }
981
+ .textarea__input_1t38g:read-only:focus::placeholder {
982
+ color: rgba(60, 60, 67, 0.6);
983
+ }
984
+ .textarea__input_1t38g:disabled {
985
+ color: #000;
986
+ -webkit-text-fill-color: #000;
987
+ }
988
+ .textarea__input_1t38g:focus::placeholder {
989
+ color: rgba(60, 60, 67, 0.3);
990
+ }
991
+ .textarea__error_1t38g {
992
+ color: #ef3124;
993
+ caret-color: #ef3124;
994
+ }
995
+ .textarea__textarea_1t38g {
996
+ color: #000;
997
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
998
+ }
999
+ .textarea__textarea_1t38g::placeholder {
1000
+ color: rgba(60, 60, 67, 0.6);
1001
+ }
1002
+ .textarea__hasLabel_1t38g::placeholder {
1003
+ color: #c5c5c7;
1004
+ }
1005
+ .textarea__textarea_1t38g:disabled {
1006
+ color: #000;
1007
+ -webkit-text-fill-color: #000;
1008
+ }
1009
+ .textarea__textarea_1t38g:read-only {
1010
+ color: rgba(60, 60, 67, 0.6);
1011
+ }
1012
+ .textarea__textarea_1t38g:focus::placeholder {
1013
+ color: rgba(60, 60, 67, 0.3);
1014
+ }.base-modal__component_1b1a7 {
1015
+ background: #121212;
1016
+ }.button__primary_1fots {
1017
+ color: #000;
1018
+ background-color: #f3f4f5
1019
+ }
1020
+ .button__primary_1fots:hover {
1021
+ background-color: rgb(207, 207, 208);
1022
+ }
1023
+ .button__primary_1fots:active {
1024
+ background-color: rgb(194, 195, 196);
1025
+ }
1026
+ .button__secondary_1fots {
1027
+ color: #fff;
1028
+ background-color: rgba(255, 255, 255, 0.1);
1029
+ border: 1px solid transparent
1030
+ }
1031
+ .button__secondary_1fots:hover {
1032
+ background-color: rgba(255, 255, 255, 0.163);
1033
+ }
1034
+ .button__secondary_1fots:active {
1035
+ background-color: rgba(255, 255, 255, 0.235);
1036
+ }
1037
+ .button__outlined_1fots {
1038
+ color: #fff;
1039
+ background-color: transparent;
1040
+ border: 1px solid #c5c5c7
1041
+ }
1042
+ .button__outlined_1fots:hover {
1043
+ background-color: rgba(0, 0, 0, 0.07);
1044
+ }
1045
+ .button__outlined_1fots:active {
1046
+ background-color: rgba(0, 0, 0, 0.15);
1047
+ }
1048
+ .button__tertiary_1fots {
1049
+ color: #fff;
1050
+ background-color: transparent;
1051
+ border: 1px solid #c5c5c7
1052
+ }
1053
+ .button__tertiary_1fots:hover {
1054
+ background-color: rgba(255, 255, 255, 0.07);
1055
+ }
1056
+ .button__tertiary_1fots:active {
1057
+ background-color: rgba(255, 255, 255, 0.15);
1058
+ }
1059
+ .button__filled_1fots {
1060
+ color: #fff;
1061
+ background-color: #3a3a3c
1062
+ }
1063
+ .button__filled_1fots:hover {
1064
+ background-color: rgb(72, 72, 74);
1065
+ }
1066
+ .button__filled_1fots:active {
1067
+ background-color: rgb(88, 88, 89);
1068
+ }
1069
+ .button__transparent_1fots {
1070
+ color: #fff;
1071
+ background-color: rgba(255, 255, 255, 0.1)
1072
+ }
1073
+ .button__transparent_1fots:hover {
1074
+ background-color: rgba(255, 255, 255, 0.2);
1075
+ }
1076
+ .button__transparent_1fots:active {
1077
+ background-color: rgba(255, 255, 255, 0.4);
1078
+ }
1079
+ .button__link_1fots {
1080
+ color: #fff;
1081
+ background-color: transparent
1082
+ }
1083
+ .button__link_1fots:hover {
1084
+ background-color: rgba(255, 255, 255, 0.163);
1085
+ }
1086
+ .button__link_1fots:active {
1087
+ background-color: rgba(255, 255, 255, 0.235);
1088
+ }
1089
+ .button__ghost_1fots {
1090
+ color: #fff
1091
+ }
1092
+ .button__ghost_1fots:hover {
1093
+ color: rgb(179, 179, 179);
1094
+ }
1095
+ .button__ghost_1fots:active {
1096
+ color: rgb(128, 128, 128);
1097
+ }
1098
+ .button__component_1fots:disabled.button__primary_1fots {
1099
+ color: rgba(60, 60, 67, 0.3);
1100
+ background-color: #f3f4f5
1101
+ }
1102
+ .button__component_1fots:disabled.button__primary_1fots.button__loading_1fots {
1103
+ background-color: #f3f4f5;
1104
+ }
1105
+ .button__component_1fots:disabled.button__secondary_1fots {
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_1fots:disabled.button__secondary_1fots.button__loading_1fots {
1111
+ color: #fff;
1112
+ background-color: rgba(255, 255, 255, 0.1);
1113
+ border-color: transparent;
1114
+ }
1115
+ .button__component_1fots:disabled.button__outlined_1fots {
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_1fots:disabled.button__outlined_1fots.button__loading_1fots {
1121
+ color: #fff;
1122
+ }
1123
+ .button__component_1fots:disabled.button__tertiary_1fots {
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_1fots:disabled.button__tertiary_1fots.button__loading_1fots {
1129
+ color: #fff;
1130
+ }
1131
+ .button__component_1fots:disabled.button__filled_1fots {
1132
+ color: rgba(255, 255, 255, 0.3);
1133
+ background-color: rgba(58, 58, 60, 0.3)
1134
+ }
1135
+ .button__component_1fots:disabled.button__filled_1fots.button__loading_1fots {
1136
+ color: #fff;
1137
+ background-color: #3a3a3c;
1138
+ }
1139
+ .button__component_1fots:disabled.button__transparent_1fots {
1140
+ color: rgba(255, 255, 255, 0.3);
1141
+ background-color: rgba(255, 255, 255, 0.03)
1142
+ }
1143
+ .button__component_1fots:disabled.button__transparent_1fots.button__loading_1fots {
1144
+ color: #fff;
1145
+ background-color: rgba(255, 255, 255, 0.1);
1146
+ }
1147
+ .button__component_1fots:disabled.button__link_1fots {
1148
+ color: rgba(255, 255, 255, 0.3);
1149
+ background-color: transparent
1150
+ }
1151
+ .button__component_1fots:disabled.button__link_1fots.button__loading_1fots {
1152
+ color: #fff;
1153
+ }
1154
+ .button__component_1fots:disabled.button__ghost_1fots {
1155
+ color: rgba(255, 255, 255, 0.3)
1156
+ }
1157
+ .button__component_1fots:disabled.button__ghost_1fots.button__loading_1fots {
1158
+ color: #fff;
1159
+ }
1160
+ .button__component_ocyyq {
1161
+ background-color: transparent
1162
+ }
1163
+ .button__focused_ocyyq {
1164
+ outline: 2px solid #0072ef;
1165
+ }
1166
+ .button__primary_dmxzb {
1167
+ color: #fff;
1168
+ background-color: #202022
1169
+ }
1170
+ .button__primary_dmxzb:hover {
1171
+ background-color: rgb(48, 48, 49);
1172
+ }
1173
+ .button__primary_dmxzb:active {
1174
+ background-color: rgb(65, 65, 67);
1175
+ }
1176
+ .button__secondary_dmxzb {
1177
+ color: #000;
1178
+ background-color: rgba(0, 0, 0, 0.08);
1179
+ border: 1px solid transparent
1180
+ }
1181
+ .button__secondary_dmxzb:hover {
1182
+ background-color: rgba(0, 0, 0, 0.218);
1183
+ }
1184
+ .button__secondary_dmxzb:active {
1185
+ background-color: rgba(0, 0, 0, 0.264);
1186
+ }
1187
+ .button__outlined_dmxzb {
1188
+ color: #fff;
1189
+ background-color: transparent;
1190
+ border: 1px solid #c5c5c7
1191
+ }
1192
+ .button__outlined_dmxzb:hover {
1193
+ background-color: rgba(255, 255, 255, 0.15);
1194
+ }
1195
+ .button__outlined_dmxzb:active {
1196
+ background-color: rgba(0, 0, 0, 0.15);
1197
+ }
1198
+ .button__tertiary_dmxzb {
1199
+ color: #000;
1200
+ background-color: transparent;
1201
+ border: 1px solid #464649
1202
+ }
1203
+ .button__tertiary_dmxzb:hover {
1204
+ background-color: rgba(18, 18, 18, 0.15);
1205
+ }
1206
+ .button__tertiary_dmxzb:active {
1207
+ background-color: rgba(18, 18, 18, 0.2);
1208
+ }
1209
+ .button__filled_dmxzb {
1210
+ color: #fff;
1211
+ background-color: #3a3a3c
1212
+ }
1213
+ .button__filled_dmxzb:hover {
1214
+ background-color: rgb(99, 112, 126);
1215
+ }
1216
+ .button__filled_dmxzb:active {
1217
+ background-color: rgb(61, 74, 88);
1218
+ }
1219
+ .button__transparent_dmxzb {
1220
+ color: #000;
1221
+ background-color: rgba(255, 255, 255, 0.1)
1222
+ }
1223
+ .button__transparent_dmxzb:hover {
1224
+ background-color: rgba(255, 255, 255, 0.2);
1225
+ }
1226
+ .button__transparent_dmxzb:active {
1227
+ background-color: rgba(255, 255, 255, 0.05);
1228
+ }
1229
+ .button__link_dmxzb {
1230
+ color: #000;
1231
+ background-color: transparent
1232
+ }
1233
+ .button__link_dmxzb:hover {
1234
+ background-color: rgba(18, 18, 18, 0.15);
1235
+ }
1236
+ .button__link_dmxzb:active {
1237
+ background-color: rgba(18, 18, 18, 0.2);
1238
+ }
1239
+ .button__ghost_dmxzb {
1240
+ color: #000
1241
+ }
1242
+ .button__ghost_dmxzb:hover {
1243
+ color: rgb(77, 77, 77);
1244
+ }
1245
+ .button__ghost_dmxzb:active {
1246
+ color: rgb(128, 128, 128);
1247
+ }
1248
+ .button__component_dmxzb:disabled.button__primary_dmxzb {
1249
+ color: rgba(235, 235, 245, 0.3);
1250
+ background-color: #202022
1251
+ }
1252
+ .button__component_dmxzb:disabled.button__primary_dmxzb.button__loading_dmxzb {
1253
+ background-color: #202022;
1254
+ }
1255
+ .button__component_dmxzb:disabled.button__secondary_dmxzb {
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_dmxzb:disabled.button__secondary_dmxzb.button__loading_dmxzb {
1261
+ color: #000;
1262
+ background-color: rgba(0, 0, 0, 0.08);
1263
+ border-color: transparent;
1264
+ }
1265
+ .button__component_dmxzb:disabled.button__outlined_dmxzb {
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_dmxzb:disabled.button__outlined_dmxzb.button__loading_dmxzb {
1271
+ color: #fff;
1272
+ }
1273
+ .button__component_dmxzb:disabled.button__tertiary_dmxzb {
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_dmxzb:disabled.button__tertiary_dmxzb.button__loading_dmxzb {
1279
+ color: #000;
1280
+ }
1281
+ .button__component_dmxzb:disabled.button__filled_dmxzb {
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_dmxzb:disabled.button__filled_dmxzb.button__loading_dmxzb {
1287
+ color: #fff;
1288
+ background-color: #3a3a3c;
1289
+ border-color: transparent;
1290
+ }
1291
+ .button__component_dmxzb:disabled.button__transparent_dmxzb {
1292
+ color: rgba(255, 255, 255, 0.3);
1293
+ background-color: rgba(255, 255, 255, 0.03)
1294
+ }
1295
+ .button__component_dmxzb:disabled.button__transparent_dmxzb.button__loading_dmxzb {
1296
+ color: #000;
1297
+ background-color: rgba(255, 255, 255, 0.1);
1298
+ }
1299
+ .button__component_dmxzb:disabled.button__link_dmxzb {
1300
+ color: rgba(0, 0, 0, 0.3);
1301
+ background-color: transparent
1302
+ }
1303
+ .button__component_dmxzb:disabled.button__link_dmxzb.button__loading_dmxzb {
1304
+ color: #000;
1305
+ }
1306
+ .button__component_dmxzb:disabled.button__ghost_dmxzb {
1307
+ color: rgba(0, 0, 0, 0.3)
1308
+ }
1309
+ .button__component_dmxzb:disabled.button__ghost_dmxzb.button__loading_dmxzb {
1310
+ color: #000;
1311
+ }.popover__component_z8vox {
1312
+ background-color: transparent;
1313
+ color: #fff;
1314
+ }
1315
+ .popover__inner_z8vox {
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_z8vox:after {
1321
+ background-color: #121212;
1322
+ border: 1px solid transparent;
1323
+ }.tabs__component_mvj9z:before {
1324
+ background-color: #2b2b2e;
1325
+ }
1326
+ .tabs__title_mvj9z {
1327
+ color: #8d8d93
1328
+ }
1329
+ .tabs__title_mvj9z:not(.tabs__disabled_mvj9z):hover {
1330
+ color: #fff;
1331
+ }
1332
+ .tabs__focused_mvj9z {
1333
+ outline: 2px solid #0072ef;
1334
+ }
1335
+ .tabs__selected_mvj9z {
1336
+ color: #fff;
1337
+ }
1338
+ .tabs__disabled_mvj9z {
1339
+ color: #464649;
1340
+ }
1341
+ .tabs__line_mvj9z {
1342
+ background-color: #ef3124;
1343
+ }
1344
+ .tabs__component_mvj9z:before {
1345
+ background-color: #2b2b2e;
1346
+ }.tabs__title_mvj9z {
1347
+ color: #8d8d93
1348
+ }.tabs__title_mvj9z:not(.tabs__disabled_mvj9z):hover {
1349
+ color: #fff;
1350
+ }.tabs__focused_mvj9z {
1351
+ outline: 2px solid #0072ef;
1352
+ }.tabs__selected_mvj9z {
1353
+ color: #fff;
1354
+ }.tabs__disabled_mvj9z {
1355
+ color: #464649;
1356
+ }.tabs__line_mvj9z {
1357
+ background-color: #ef3124;
1358
+ }
1359
+
1360
+
1361
+
1362
+ .select-with-tags__tag_t3nd5:active:not(:disabled) {
1363
+ background-color: #f3f4f5;
1364
+ }
1365
+ .select-with-tags__tag_t3nd5:hover:not(:disabled):not(:active) {
1366
+ background-color: #f3f4f5;
1367
+ }
1368
+ .select-with-tags__input_8bxv7 {
1369
+ background-color: transparent;
1370
+ color: #fff
1371
+ }
1372
+ .select-with-tags__input_8bxv7:disabled {
1373
+ color: #8d8d93;
1374
+ }
1375
+ .select-with-tags__input_8bxv7::placeholder {
1376
+ color: #8d8d93;
1377
+ }
1378
+ .select-with-tags__input_8bxv7:focus::placeholder {
1379
+ color: #464649;
1380
+ }
1381
+ .select-with-tags__focusVisible_8bxv7 {
1382
+ outline: 2px solid #0072ef;
1383
+ }
1384
+ .select-with-tags__placeholder_8bxv7 {
1385
+ color: #464649;
1386
+ }.circular-progress-bar__backgroundCircle_1fms5,
1387
+ .circular-progress-bar__progressCircle_1fms5 {
1388
+ fill: transparent;
1389
+ }
1390
+ .circular-progress-bar__positive_1fms5 {
1391
+ stroke: #2fc26e;
1392
+ }
1393
+ .circular-progress-bar__negative_1fms5 {
1394
+ stroke: #d91d0b;
1395
+ }
1396
+ .circular-progress-bar__backgroundCircle_1fms5 {
1397
+ stroke: #2c2c2e;
1398
+ }.list-header__filled_14wcp {
1399
+ background-color: rgba(255, 255, 255, 0.1);
1400
+ }.chart__coreChart_mqzi3 .recharts-text tspan {
1401
+ fill: #fff;
1402
+ }
1403
+ @keyframes chart__showDot_clnkg {
1404
+ }
1405
+
1406
+ .chart__tickText_130b2 {
1407
+ fill: #fff;
1408
+ }
1409
+ .chart__circle_130b2 {
1410
+ fill: #121212;
1411
+ }
1412
+ .chart__circle_130b2 {
1413
+ fill: #121212;
1414
+ }
1415
+ .chart__tooltip_1a65p {
1416
+ background-color: #121212;
1417
+ border: 1px solid #2b2b2e;
1418
+ box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1419
+ }
1420
+ .chart__tooltipArrow_1a65p {
1421
+ border: 1px solid #2b2b2e;
1422
+ background-color: #121212;
1423
+ }
1424
+ .chart__tooltipArrow_1a65p:before {
1425
+ border-color: transparent #121212 transparent transparent;
1426
+ }.stepped-progress-bar__description_1f0wf {
1427
+ color: rgba(235, 235, 245, 0.6);
1428
+ }
1429
+ .stepped-progress-bar__bar_1id5j {
1430
+ background: rgba(255, 255, 255, 0.1);
1431
+ }
1432
+ .stepped-progress-bar__positive_1id5j {
1433
+ background: #2fc26e;
1434
+ }
1435
+ .stepped-progress-bar__attention_1id5j {
1436
+ background: #f6bf65;
1437
+ }
1438
+ .stepped-progress-bar__negative_1id5j {
1439
+ background: #d91d0b;
1440
+ }
1441
+ .stepped-progress-bar__link_1id5j {
1442
+ background: #0072ef;
1443
+ }
1444
+ .stepped-progress-bar__tertiary_1id5j {
1445
+ background: #464649;
1446
+ }
1447
+ .stepped-progress-bar__secondary_1id5j {
1448
+ background: #8d8d93;
1449
+ }
1450
+ .stepped-progress-bar__primary_1id5j {
1451
+ background: #fff;
1452
+ }
1453
+ .stepped-progress-bar__accent_1id5j {
1454
+ background: #ef3124;
1455
+ }.drawer__backdropEnter_1w5t6 {
1456
+ background-color: transparent;
1457
+ }
1458
+ .drawer__backdropEnterActive_1w5t6,
1459
+ .drawer__backdropEnterDone_1w5t6 {
1460
+ background-color: rgba(0, 0, 0, 0.8);
1461
+ }
1462
+ .drawer__backdropExit_1w5t6 {
1463
+ background-color: rgba(0, 0, 0, 0.8);
1464
+ }
1465
+ .drawer__backdropExitActive_1w5t6,
1466
+ .drawer__backdropExitDone_1w5t6 {
1467
+ background-color: transparent;
1468
+ }.attach__component_w5jdl {
1469
+ }
1470
+ .attach__focused_w5jdl {
1471
+ outline: 2px solid #0072ef;
1472
+ }.custom-button__customButton_7m0mt.custom-button__white_7m0mt * {
1473
+ color: #fff;
1474
+ }
1475
+ .custom-button__customButton_7m0mt.custom-button__black_7m0mt * {
1476
+ color: #000;
1477
+ }
1478
+ .custom-button__customButton_7m0mt:before {
1479
+ background-color: rgba(0, 0, 0, 0);
1480
+ }
1481
+ .custom-button__customButton_7m0mt:hover:before {
1482
+ background-color: rgba(0, 0, 0, 0.07);
1483
+ }
1484
+ .custom-button__customButton_7m0mt:active:before {
1485
+ background-color: rgba(0, 0, 0, 0.15);
1486
+ }
1487
+ .custom-button__customButton_7m0mt:disabled.custom-button__white_7m0mt * {
1488
+ color: #fff;
1489
+ }
1490
+ .custom-button__customButton_7m0mt:disabled.custom-button__black_7m0mt * {
1491
+ color: #000;
1492
+ }.confirmation__component_1qqw7 {
1493
+ color: #8d8d93;
1494
+ }
1495
+ .confirmation__circle_1jwp5 {
1496
+ fill: transparent;
1497
+ stroke: #464649;
1498
+ }
1499
+ .confirmation__header_1obqg {
1500
+ color: #fff;
1501
+ }
1502
+ .confirmation__description_1obqg {
1503
+ color: #8d8d93;
1504
+ color: #fff;
1505
+ }
1506
+ .confirmation__title_1r5kz {
1507
+ color: #fff;
1508
+ }
1509
+ .confirmation__text_1r5kz {
1510
+ color: #8d8d93;
1511
+ }
1512
+ .confirmation__phonesWrap_1r5kz {
1513
+ color: #8d8d93;
1514
+ }
1515
+ .confirmation__phoneDescription_1r5kz {
1516
+ color: #8d8d93;
1517
+ }
1518
+ .confirmation__header_1jqh7 {
1519
+ color: #fff;
1520
+ }
1521
+ .confirmation__phone_1jqh7 {
1522
+ color: #fff;
1523
+ }
1524
+ .confirmation__header_1q9la {
1525
+ color: #fff;
1526
+ }
1527
+ .confirmation__description_1q9la {
1528
+ color: #8d8d93;
1529
+ }.input__input_re27e {
1530
+ color: #fff;
1531
+ caret-color: #0072ef;
1532
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1533
+ }
1534
+ .input__input_re27e:-webkit-autofill {
1535
+ -webkit-text-fill-color: #fff;
1536
+ }
1537
+ .input__input_re27e::placeholder {
1538
+ color: #8d8d93;
1539
+ }
1540
+ .input__hasLabel_re27e::placeholder {
1541
+ color: #464649;
1542
+ }
1543
+ .input__clearIcon_re27e {
1544
+ color: #fff;
1545
+ }
1546
+ .input__input_re27e:read-only {
1547
+ color: #8d8d93
1548
+ }
1549
+ .input__input_re27e:read-only:focus::placeholder {
1550
+ color: #8d8d93;
1551
+ }
1552
+ .input__input_re27e:disabled {
1553
+ color: #fff;
1554
+ -webkit-text-fill-color: #fff;
1555
+ }
1556
+ .input__input_re27e:focus::placeholder {
1557
+ color: rgba(235, 235, 245, 0.3);
1558
+ }
1559
+ .input__error_re27e {
1560
+ color: #f15045;
1561
+ caret-color: #f15045;
1562
+ }
1563
+ .input__focusVisible_1t9bk {
1564
+ outline: 2px solid #0072ef;
1565
+ }
1566
+ @keyframes input__onautofillstart_1t9bk {
1567
+ from {
1568
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1569
+ }
1570
+ to {
1571
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1572
+ }
1573
+ }
1574
+ @keyframes input__onautofillcancel_1t9bk {
1575
+ from {
1576
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1577
+ }
1578
+ to {
1579
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1580
+ }
1581
+ }
1582
+ .input__input_r1ckt {
1583
+ color: #000;
1584
+ caret-color: #0072ef;
1585
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1586
+ }
1587
+ .input__input_r1ckt:-webkit-autofill {
1588
+ -webkit-text-fill-color: #000;
1589
+ }
1590
+ .input__input_r1ckt::placeholder {
1591
+ color: rgba(60, 60, 67, 0.6);
1592
+ }
1593
+ .input__hasLabel_r1ckt::placeholder {
1594
+ color: #c5c5c7;
1595
+ }
1596
+ .input__clearIcon_r1ckt {
1597
+ color: #000;
1598
+ }
1599
+ .input__input_r1ckt:read-only {
1600
+ color: rgba(60, 60, 67, 0.6)
1601
+ }
1602
+ .input__input_r1ckt:read-only:focus::placeholder {
1603
+ color: rgba(60, 60, 67, 0.6);
1604
+ }
1605
+ .input__input_r1ckt:disabled {
1606
+ color: #000;
1607
+ -webkit-text-fill-color: #000;
1608
+ }
1609
+ .input__input_r1ckt:focus::placeholder {
1610
+ color: rgba(60, 60, 67, 0.3);
1611
+ }
1612
+ .input__error_r1ckt {
1613
+ color: #ef3124;
1614
+ caret-color: #ef3124;
1615
+ }.icon-button__primary_kjrxc {
1616
+ color: #fff
1617
+ }
1618
+ .icon-button__primary_kjrxc:hover {
1619
+ color: rgb(204, 204, 204);
1620
+ }
1621
+ .icon-button__primary_kjrxc:active {
1622
+ color: rgb(179, 179, 179);
1623
+ }
1624
+ .icon-button__secondary_kjrxc {
1625
+ color: #8d8d93
1626
+ }
1627
+ .icon-button__secondary_kjrxc:hover {
1628
+ color: rgb(175, 175, 179);
1629
+ }
1630
+ .icon-button__secondary_kjrxc:active {
1631
+ color: rgb(198, 198, 201);
1632
+ }
1633
+ .icon-button__transparent_kjrxc {
1634
+ color: rgba(255, 255, 255, 0.3)
1635
+ }
1636
+ .icon-button__transparent_kjrxc:hover {
1637
+ color: rgba(255, 255, 255, 0.4);
1638
+ }
1639
+ .icon-button__transparent_kjrxc:active {
1640
+ color: rgba(255, 255, 255, 0.5);
1641
+ }
1642
+ .icon-button__negative_kjrxc {
1643
+ color: #d91d0b
1644
+ }
1645
+ .icon-button__negative_kjrxc:hover {
1646
+ color: rgb(220, 45, 28);
1647
+ }
1648
+ .icon-button__negative_kjrxc:active {
1649
+ color: rgb(223, 63, 48);
1650
+ }
1651
+ .icon-button__tertiary_kjrxc {
1652
+ color: #464649
1653
+ }
1654
+ .icon-button__tertiary_kjrxc:hover {
1655
+ color: rgb(83, 83, 86);
1656
+ }
1657
+ .icon-button__tertiary_kjrxc:active {
1658
+ color: rgb(98, 98, 100);
1659
+ }
1660
+ .icon-button__component_kjrxc:disabled.icon-button__primary_kjrxc {
1661
+ color: rgba(255, 255, 255, 0.3)
1662
+ }
1663
+ .icon-button__component_kjrxc:disabled.icon-button__primary_kjrxc.icon-button__loader_kjrxc {
1664
+ color: #fff;
1665
+ }
1666
+ .icon-button__component_kjrxc:disabled.icon-button__secondary_kjrxc {
1667
+ color: rgba(141, 141, 147, 0.3)
1668
+ }
1669
+ .icon-button__component_kjrxc:disabled.icon-button__secondary_kjrxc.icon-button__loader_kjrxc {
1670
+ color: #8d8d93;
1671
+ }
1672
+ .icon-button__component_kjrxc:disabled.icon-button__negative_kjrxc {
1673
+ color: rgba(217, 29, 11, 0.3)
1674
+ }
1675
+ .icon-button__component_kjrxc:disabled.icon-button__negative_kjrxc.icon-button__loader_kjrxc {
1676
+ color: #d91d0b;
1677
+ }
1678
+ .icon-button__component_kjrxc:disabled.icon-button__tertiary_kjrxc {
1679
+ color: rgba(70, 70, 73, 0.3)
1680
+ }
1681
+ .icon-button__component_kjrxc:disabled.icon-button__tertiary_kjrxc.icon-button__loader_kjrxc {
1682
+ color: #464649;
1683
+ }
1684
+
1685
+ .icon-button__primary_a4sd8 {
1686
+ color: #000
1687
+ }
1688
+ .icon-button__primary_a4sd8:hover {
1689
+ color: rgb(18, 18, 18);
1690
+ }
1691
+ .icon-button__primary_a4sd8:active {
1692
+ color: rgb(38, 38, 38);
1693
+ }
1694
+ .icon-button__secondary_a4sd8 {
1695
+ color: #8a8a8e
1696
+ }
1697
+ .icon-button__secondary_a4sd8:hover {
1698
+ color: rgb(117, 117, 121);
1699
+ }
1700
+ .icon-button__secondary_a4sd8:active {
1701
+ color: rgb(110, 110, 114);
1702
+ }
1703
+ .icon-button__transparent_a4sd8 {
1704
+ color: rgba(0, 0, 0, 0.3)
1705
+ }
1706
+ .icon-button__transparent_a4sd8:hover {
1707
+ color: rgba(0, 0, 0, 0.4);
1708
+ }
1709
+ .icon-button__transparent_a4sd8:active {
1710
+ color: rgba(0, 0, 0, 0.5);
1711
+ }
1712
+ .icon-button__negative_a4sd8 {
1713
+ color: #d91d0b
1714
+ }
1715
+ .icon-button__negative_a4sd8:hover {
1716
+ color: rgb(220, 45, 28);
1717
+ }
1718
+ .icon-button__negative_a4sd8:active {
1719
+ color: rgb(223, 63, 48);
1720
+ }
1721
+ .icon-button__tertiary_a4sd8 {
1722
+ color: #c5c5c7
1723
+ }
1724
+ .icon-button__tertiary_a4sd8:hover {
1725
+ color: rgb(167, 167, 169);
1726
+ }
1727
+ .icon-button__tertiary_a4sd8:active {
1728
+ color: rgb(158, 158, 159);
1729
+ }
1730
+ .icon-button__component_a4sd8:disabled.icon-button__primary_a4sd8 {
1731
+ color: rgba(0, 0, 0, 0.3)
1732
+ }
1733
+ .icon-button__component_a4sd8:disabled.icon-button__primary_a4sd8.icon-button__loader_a4sd8 {
1734
+ color: #000;
1735
+ }
1736
+ .icon-button__component_a4sd8:disabled.icon-button__secondary_a4sd8 {
1737
+ color: rgba(138, 138, 142, 0.3)
1738
+ }
1739
+ .icon-button__component_a4sd8:disabled.icon-button__secondary_a4sd8.icon-button__loader_a4sd8 {
1740
+ color: #8a8a8e;
1741
+ }
1742
+ .icon-button__component_a4sd8:disabled.icon-button__negative_a4sd8 {
1743
+ color: rgba(217, 29, 11, 0.3)
1744
+ }
1745
+ .icon-button__component_a4sd8:disabled.icon-button__negative_a4sd8.icon-button__loader_a4sd8 {
1746
+ color: #d91d0b;
1747
+ }
1748
+ .icon-button__component_a4sd8:disabled.icon-button__tertiary_a4sd8 {
1749
+ color: rgba(197, 197, 199, 0.3)
1750
+ }
1751
+ .icon-button__component_a4sd8:disabled.icon-button__tertiary_a4sd8.icon-button__loader_a4sd8 {
1752
+ color: #c5c5c7;
1753
+ }.pagination__component_8yaq1 {
1754
+ color: #fff;
1755
+ }
1756
+ .pagination__dots_1bnq3 {
1757
+ color: #8d8d93;
1758
+ }
1759
+
1760
+ .pagination__tag_k9k5w.pagination__tag_k9k5w {
1761
+ color: #8d8d93
1762
+ }
1763
+ .pagination__tag_k9k5w.pagination__tag_k9k5w:hover:not(:disabled) {
1764
+ background-color: #2c2c2e;
1765
+ color: #fff;
1766
+ }
1767
+ .pagination__tag_k9k5w.pagination__tag_k9k5w:active:not(:disabled) {
1768
+ background-color: #3a3a3c;
1769
+ }
1770
+ .pagination__tag_k9k5w.pagination__tag_k9k5w.pagination__checked_k9k5w {
1771
+ background-color: #f3f4f5;
1772
+ color: #000;
1773
+ }
1774
+ .pagination__tag_k9k5w.pagination__tag_k9k5w.pagination__checked_k9k5w:hover:not(:disabled) {
1775
+ color: #000;
1776
+ }
1777
+ .pagination__tag_k9k5w.pagination__tag_k9k5w.pagination__checked_k9k5w:active:not(:disabled) {
1778
+ color: #fff;
1779
+ }.plate__component_15xw5 {
1780
+ color: #fff;
1781
+ }
1782
+ .plate__focused_15xw5 {
1783
+ outline: 2px solid #0072ef;
1784
+ }
1785
+ .plate__common_15xw5 {
1786
+ background-color: #202022;
1787
+ border-color: #6d7986;
1788
+ }
1789
+ .plate__negative_15xw5 {
1790
+ background-color: #35110d;
1791
+ border-color: #d91d0b;
1792
+ }
1793
+ .plate__positive_15xw5 {
1794
+ background-color: #042117;
1795
+ border-color: #13a463;
1796
+ }
1797
+ .plate__attention_15xw5 {
1798
+ background-color: #332104;
1799
+ border-color: #de6a00;
1800
+ }.slider-input__steps_133eb {
1801
+ color: #8d8d93;
1802
+ }
1803
+ .slider-input__info_133eb {
1804
+ color: #8d8d93;
1805
+ }.with-suffix__hasSuffix_ovpya input:focus::placeholder {
1806
+ color: transparent;
1807
+ }
1808
+ .with-suffix__disabled_ovpya {
1809
+ color: #fff;
1810
+ }.bottom-sheet__modal_x2u51 {
1811
+ background-color: transparent;
1812
+ }
1813
+ .bottom-sheet__component_x2u51 {
1814
+ background: #121212;
1815
+ }
1816
+ .bottom-sheet__marker_x2u51 {
1817
+ background-color: #2a2a2c;
1818
+ }
1819
+ .bottom-sheet__content_x2u51 {
1820
+ color: #fff;
1821
+ background-color: #121212;
1822
+ }
1823
+ .bottom-sheet__backer_17yfr {
1824
+ color: #fff;
1825
+ }
1826
+ .bottom-sheet__button_17yfr {
1827
+ background: rgba(255, 255, 255, 0.03);
1828
+ }
1829
+ .bottom-sheet__closer_yne74 {
1830
+ color: #fff;
1831
+ }
1832
+ .bottom-sheet__button_yne74 {
1833
+ background: rgba(255, 255, 255, 0.03);
1834
+ }
1835
+ .bottom-sheet__footer_1poao {
1836
+ background-color: #121212;
1837
+ }
1838
+ .bottom-sheet__highlighted_1poao {
1839
+ border-top: 1px solid #2b2b2e;
1840
+ background-color: #121212;
1841
+ }
1842
+ .bottom-sheet__headerWrapper_ghjc3 {
1843
+ background-color: #121212;
1844
+ }
1845
+ .bottom-sheet__highlighted_ghjc3 {
1846
+ border-bottom: 1px solid #2b2b2e;
1847
+ }.file-upload-item__component_10rry {
1848
+ color: #8d8d93;
1849
+ box-shadow: 0 -1px 0 0 #2b2b2e inset
1850
+ }
1851
+ .file-upload-item__icon_10rry {
1852
+ color: #fff;
1853
+ }
1854
+ .file-upload-item__errorIcon_10rry {
1855
+ color: #d91d0b;
1856
+ }
1857
+ .file-upload-item__successIcon_10rry {
1858
+ color: #2fc26e;
1859
+ }
1860
+ .file-upload-item__name_10rry {
1861
+ color: #fff
1862
+ }
1863
+ .file-upload-item__errorWrapper_10rry {
1864
+ color: #ef3124
1865
+ }.filter-tag__component_1bo48.filter-tag__disabled_1bo48 {
1866
+ background-color: rgba(32, 32, 34, 0.3);
1867
+ }
1868
+ .filter-tag__component_1bo48.filter-tag__checked_1bo48:not(.filter-tag__component_1bo48.filter-tag__disabled_1bo48) {
1869
+ background-color: #f3f4f5;
1870
+ }
1871
+ .filter-tag__component_1bo48.filter-tag__checked_1bo48:not(.filter-tag__component_1bo48.filter-tag__disabled_1bo48):hover {
1872
+ background-color: #f3f4f5;
1873
+ }
1874
+ .filter-tag__component_1bo48.filter-tag__checked_1bo48:not(.filter-tag__component_1bo48.filter-tag__disabled_1bo48):active {
1875
+ background-color: rgb(194, 195, 196);
1876
+ }
1877
+ .filter-tag__focused_1bo48 {
1878
+ outline: 2px solid #0072ef;
1879
+ }
1880
+ .filter-tag__valueButton_1bo48 {
1881
+ color: #fff;
1882
+ background-color: #202022;
1883
+ border-color: transparent
1884
+ }
1885
+ .filter-tag__valueButton_1bo48:not(.filter-tag__valueButton_1bo48:disabled):hover {
1886
+ background-color: #202022;
1887
+ border-color: transparent;
1888
+ }
1889
+ .filter-tag__valueButton_1bo48:not(.filter-tag__valueButton_1bo48:disabled):active {
1890
+ background-color: rgb(65, 65, 67);
1891
+ border-color: transparent;
1892
+ }
1893
+ .filter-tag__valueButton_1bo48:disabled {
1894
+ background-color: rgba(32, 32, 34, 0.3);
1895
+ border-color: transparent;
1896
+ color: #464649;
1897
+ }
1898
+ .filter-tag__valueButton_1bo48.filter-tag__checked_1bo48 {
1899
+ background-color: #f3f4f5;
1900
+ color: #000
1901
+ }
1902
+ .filter-tag__valueButton_1bo48.filter-tag__checked_1bo48:not(.filter-tag__valueButton_1bo48:disabled):hover {
1903
+ background-color: #f3f4f5;
1904
+ }
1905
+ .filter-tag__valueButton_1bo48.filter-tag__checked_1bo48:not(.filter-tag__valueButton_1bo48:disabled):active {
1906
+ background-color: rgb(194, 195, 196);
1907
+ }
1908
+ .filter-tag__valueButton_1bo48.filter-tag__checked_1bo48:not(.filter-tag__valueButton_1bo48:disabled):hover + .filter-tag__clear_1bo48:before {
1909
+ background-color: #464649;
1910
+ }
1911
+ .filter-tag__valueButton_1bo48.filter-tag__checked_1bo48:not(.filter-tag__valueButton_1bo48:disabled):active + .filter-tag__clear_1bo48:before {
1912
+ background-color: transparent;
1913
+ }
1914
+ .filter-tag__valueButton_1bo48.filter-tag__checked_1bo48:disabled {
1915
+ background-color: rgba(243, 244, 245, 0.3);
1916
+ color: #000;
1917
+ }
1918
+ .filter-tag__clear_1bo48 {
1919
+ background-color: #f3f4f5
1920
+ }
1921
+ .filter-tag__clear_1bo48:before {
1922
+ background-color: #464649;
1923
+ }
1924
+ .filter-tag__clear_1bo48:hover:before {
1925
+ background-color: #464649;
1926
+ }
1927
+ .filter-tag__clear_1bo48:active:before {
1928
+ background-color: transparent;
1929
+ }
1930
+ .filter-tag__clear_1bo48:hover {
1931
+ background-color: #f3f4f5;
1932
+ }
1933
+ .filter-tag__clear_1bo48:active {
1934
+ background-color: rgb(194, 195, 196);
1935
+ }
1936
+ .calendar__dayName_1m2gu {
1937
+ color: #8d8d93
1938
+ }
1939
+ .calendar__day_1m2gu {
1940
+ color: #fff
1941
+ }
1942
+ .calendar__day_1m2gu.calendar__highlighted_1m2gu,
1943
+ .calendar__day_1m2gu.calendar__range_1m2gu.calendar__highlighted_1m2gu:not(.calendar__disabled_1m2gu) {
1944
+ color: #fff;
1945
+ background: #2a2a2c;
1946
+ }
1947
+ .calendar__day_1m2gu.calendar__disabled_1m2gu {
1948
+ color: #464649;
1949
+ background: transparent;
1950
+ }
1951
+ .calendar__day_1m2gu.calendar__today_1m2gu {
1952
+ color: #0072ef;
1953
+ }
1954
+ .calendar__day_1m2gu.calendar__rangeComplete_1m2gu {
1955
+ background: #e8f2fe;
1956
+ }
1957
+ .calendar__day_1m2gu.calendar__selected_1m2gu,
1958
+ .calendar__day_1m2gu.calendar__disabled_1m2gu.calendar__selected_1m2gu {
1959
+ color: #000;
1960
+ background: #fff;
1961
+ }
1962
+ .calendar__day_1m2gu.calendar__selected_1m2gu:hover {
1963
+ background: rgb(217, 217, 217);
1964
+ }
1965
+ .calendar__range_1m2gu .calendar__day_1m2gu:not(.calendar__selected_1m2gu):not(.calendar__disabled_1m2gu):not(.calendar__today_1m2gu) {
1966
+ color: #fff;
1967
+ }
1968
+ .calendar__range_1m2gu:before {
1969
+ background: rgba(255, 255, 255, 0.1);
1970
+ }
1971
+ .calendar__rangeComplete_1m2gu:before {
1972
+ background: #e8f2fe;
1973
+ }
1974
+ .calendar__transitLeft_1m2gu:after {
1975
+ background: linear-gradient(
1976
+ 270deg,
1977
+ rgba(255, 255, 255, 0.1) 0%,
1978
+ rgba(255, 255, 255, 0) 100%
1979
+ );
1980
+ }
1981
+ .calendar__transitRight_1m2gu:after {
1982
+ background: linear-gradient(
1983
+ 270deg,
1984
+ rgba(255, 255, 255, 0) 0%,
1985
+ rgba(255, 255, 255, 0.1) 100%
1986
+ );
1987
+ }
1988
+ .calendar__rangeComplete_1m2gu.calendar__transitLeft_1m2gu:after {
1989
+ background: linear-gradient(
1990
+ 270deg,
1991
+ #e8f2fe 0%,
1992
+ rgba(255, 255, 255, 0) 100%
1993
+ );
1994
+ }
1995
+ .calendar__rangeComplete_1m2gu.calendar__transitRight_1m2gu:after {
1996
+ background: linear-gradient(
1997
+ 270deg,
1998
+ rgba(255, 255, 255, 0) 0%,
1999
+ #e8f2fe 100%
2000
+ );
2001
+ }
2002
+ .calendar__dot_1m2gu {
2003
+ background: #fff;
2004
+ }
2005
+ .calendar__selected_1m2gu .calendar__dot_1m2gu {
2006
+ background: #000;
2007
+ }
2008
+ .calendar__withShadow_l48ug {
2009
+ box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2010
+ }
2011
+
2012
+ @media (max-width: 374px) {
2013
+ }
2014
+ .calendar__empty_190cr {
2015
+ color: #8d8d93;
2016
+ }
2017
+ .cc-calendar .calendar__button_6gjfa {
2018
+ background-color: transparent
2019
+ }
2020
+ .cc-calendar .calendar__button_6gjfa:not(:disabled):hover {
2021
+ background-color: #2c2c2e;
2022
+ color: #fff;
2023
+ }
2024
+ .cc-calendar .calendar__button_6gjfa.calendar__filled_6gjfa {
2025
+ background-color: #2c2c2e
2026
+ }
2027
+ .cc-calendar .calendar__button_6gjfa.calendar__filled_6gjfa:not(:disabled):hover {
2028
+ background-color: rgb(59, 59, 61);
2029
+ }
2030
+ .cc-calendar .calendar__button_6gjfa.calendar__outlined_6gjfa {
2031
+ border: 1px solid #fff;
2032
+ }
2033
+ .cc-calendar .calendar__button_6gjfa.calendar__selected_6gjfa,
2034
+ .cc-calendar .calendar__button_6gjfa.calendar__selected_6gjfa:disabled {
2035
+ background-color: #fff;
2036
+ color: #000
2037
+ }
2038
+ .cc-calendar .calendar__button_6gjfa.calendar__selected_6gjfa:not(:disabled):hover, .cc-calendar .calendar__button_6gjfa.calendar__selected_6gjfa:disabled:not(:disabled):hover {
2039
+ background-color: #fff;
2040
+ color: #000;
2041
+ }
2042
+ @media (max-width: 374px) {
2043
+ }
2044
+
2045
+
2046
+ .modal__button_3ebsn {
2047
+ background: rgba(18, 18, 18, 0.4);
2048
+ }
2049
+
2050
+
2051
+
2052
+
2053
+ .modal__sticky_1uqfd {
2054
+ background: #121212;
2055
+ }
2056
+ .modal__highlighted_1uqfd {
2057
+ background: #121212;
2058
+ box-shadow: 0 -1px 0 0 #2b2b2e;
2059
+ }
2060
+
2061
+
2062
+
2063
+ .modal__highlighted_15qi8 {
2064
+ background: #121212;
2065
+ }
2066
+ .modal__sticky_15qi8.modal__hasContent_15qi8 {
2067
+ background: #121212;
2068
+ }
2069
+ .toast-plate__component_wd6mk {
2070
+ color: #000;
2071
+ background-color: #fff
2072
+ }
2073
+ .toast-plate__closeButtonWrapper_wd6mk:before {
2074
+ background-color: #e9e9eb;
2075
+ }.bank-card__component_klfvq {
2076
+ --form-control-bg-color: transparent;
2077
+ --form-control-hover-bg-color: transparent;
2078
+ --form-control-focus-bg-color: transparent;
2079
+ }
2080
+ .bank-card__label_klfvq {
2081
+ color: rgba(0, 0, 0, 0.6)
2082
+ }
2083
+ .bank-card__focused_klfvq .bank-card__label_klfvq,
2084
+ .bank-card__filled_klfvq .bank-card__label_klfvq {
2085
+ color: #000
2086
+ }
2087
+ .bank-card__input_klfvq {
2088
+ color: #000;
2089
+ caret-color: #000
2090
+ }
2091
+ .bank-card__bankLogo_klfvq svg g {
2092
+ fill: #000;
2093
+ }
2094
+ .bank-card__brandLogo_klfvq svg {
2095
+ fill: #000;
2096
+ }
2097
+ .bank-card__usePhoto_klfvq {
2098
+ background-color: transparent
2099
+ }
2100
+ .bank-card__usePhoto_klfvq svg {
2101
+ fill: #000;
2102
+ }.amount-input__minorPartAndCurrency_1m5lw {
2103
+ color: #8d8d93;
2104
+ }
2105
+ .amount-input__filled_10rrr .amount-input__input_10rrr,
2106
+ .amount-input__input_10rrr:focus {
2107
+ -webkit-text-fill-color: transparent;
2108
+ }
2109
+ .amount-input__minorPartAndCurrency_ouz7w {
2110
+ color: #8a8a8e;
2111
+ }.tooltip__hint_6xw9k {
2112
+ background-color: #fff;
2113
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2114
+ 0 8px 16px rgba(11, 31, 53, 0.16);
2115
+ color: #000;
2116
+ }
2117
+ .tooltip__hint_6xw9k .tooltip__arrow_6xw9k:after {
2118
+ background-color: #fff;
2119
+ border-color: #fff;
2120
+ }
2121
+
2122
+ .tooltip__tooltip_puyk8 {
2123
+ background-color: #fff;
2124
+ color: #000;
2125
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2126
+ 0 8px 16px rgba(11, 31, 53, 0.16);
2127
+ }
2128
+ .tooltip__tooltip_puyk8 .tooltip__arrow_puyk8:after {
2129
+ background-color: #fff;
2130
+ }
2131
+ .tooltip__hint_puyk8 {
2132
+ background-color: #121212;
2133
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2134
+ color: #fff;
2135
+ }
2136
+ .tooltip__hint_puyk8 .tooltip__arrow_puyk8:after {
2137
+ background-color: #121212;
2138
+ }
2139
+ .calendar-input__calendarIcon_1fhzg {
2140
+ color: #fff
2141
+ }.calendar-with-skeleton__skeleton_2vzag {
2142
+ background-color: #121212;
2143
+ }.select__arrow_1uy9e {
2144
+ color: #fff;
2145
+ }
2146
+ .select__popoverInner_1655u {
2147
+ background: transparent;
2148
+ }
2149
+ .select__optionsList_1655u {
2150
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2151
+ background: #121212;
2152
+ }
2153
+ .select__single_ac4p1 {
2154
+ background: #fff
2155
+ }
2156
+ .select__placeholder_lyks5 {
2157
+ color: #8d8d93;
2158
+ }
2159
+ .select__focusVisible_lyks5 {
2160
+ outline: 2px solid #0072ef;
2161
+ }
2162
+ .select__optgroup_q5xry {
2163
+ background: #121212
2164
+ }
2165
+ .select__label_q5xry {
2166
+ color: #8d8d93;
2167
+ }
2168
+ .select__option_q8ipr {
2169
+ background: #121212;
2170
+ color: #fff
2171
+ }
2172
+ .select__option_q8ipr:not(.select__disabled_q8ipr):active {
2173
+ background: #2c2c2e;
2174
+ color: #fff;
2175
+ }
2176
+ .select__option_q8ipr:before {
2177
+ background: #2b2b2e;
2178
+ }
2179
+ .select__selected_q8ipr {
2180
+ background: #121212;
2181
+ color: #fff;
2182
+ }
2183
+ .select__highlighted_q8ipr {
2184
+ background: #202022;
2185
+ color: #fff
2186
+ }
2187
+ .select__disabled_q8ipr {
2188
+ background: #121212;
2189
+ color: #8d8d93;
2190
+ }
2191
+ .select__emptyPlaceholder_16wi3 {
2192
+ color: #8d8d93;
2193
+ }
2194
+ .select__popoverInner_1dy09 {
2195
+ background: transparent;
2196
+ }
2197
+ .select__virtualRow_rwteb:before {
2198
+ background: #2b2b2e;
2199
+ }
2200
+ .select__emptyPlaceholder_rwteb {
2201
+ color: #8d8d93;
2202
+ }
2203
+
2204
+
2205
+
2206
+ .select__emptyPlaceholder_1q58a {
2207
+ color: #8d8d93;
2208
+ }
2209
+ .select__footer_1q58a {
2210
+ background-color: #121212
2211
+ }
2212
+ .select__highlighted_1q58a {
2213
+ border-top: 1px solid #2b2b2e;
2214
+ background-color: #121212;
2215
+ }
2216
+ .select__footer_ldl5u {
2217
+ background: #121212
2218
+ }
2219
+ .select__withBorder_ldl5u {
2220
+ box-shadow: inset 0 1px 0 #262629;
2221
+ }.toast__toastPlate_1zph8 {
2222
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2223
+ }
2224
+ .toast__popoverInner_1zph8 {
2225
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2226
+ background-color: transparent;
2227
+ }@media (min-width: 600px) {
2228
+ }.calendar-range__divider_sym0k:after {
2229
+ background-color: #fff;
2230
+ }.gallery__modal_110jb {
2231
+ background: transparent;
2232
+ }
2233
+ .gallery__header_j4pup {
2234
+ background-color: #e9e9eb;
2235
+ }
2236
+
2237
+ .gallery__component_1sz5j {
2238
+ border: 2px solid rgba(0, 0, 0, 0);
2239
+ }
2240
+ .gallery__active_1sz5j {
2241
+ border-color: #000
2242
+ }
2243
+ .gallery__image_1sz5j {
2244
+ background-color: #121212
2245
+ }
2246
+ .gallery__loading_1sz5j {
2247
+ background-color: #e9eaeb;
2248
+ }
2249
+ .gallery__brokenImageWrapper_1sz5j {
2250
+ background-color: #121212
2251
+ }
2252
+ .gallery__focused_1sz5j {
2253
+ outline: 2px solid #0072ef;
2254
+ }
2255
+ .gallery__component_1u361 {
2256
+ background-color: rgba(255, 255, 255, 0.5);
2257
+ }
2258
+ .gallery__slideLoading_1u361 {
2259
+ background-color: #e9eaeb;
2260
+ }
2261
+ .gallery__image_1u361 {
2262
+ background-color: #121212;
2263
+ }
2264
+ .gallery__smallImage_1u361 {
2265
+ background-color: #121212;
2266
+ }
2267
+ .gallery__arrow_1u361 {
2268
+ color: #000
2269
+ }
2270
+ .gallery__arrow_1u361:hover {
2271
+ background-color: rgba(255, 255, 255, 0.1);
2272
+ }
2273
+ .gallery__arrow_1u361:active {
2274
+ background-color: rgba(255, 255, 255, 0.2);
2275
+ }
2276
+ .gallery__focused_1u361 {
2277
+ outline: 2px solid #0072ef;
2278
+ }
2279
+ .gallery__placeholder_1u361 {
2280
+ background-color: #121212;
2281
+ }
2282
+ .gallery__fullScreenImage_1u361 {
2283
+ background-color: #121212;
2284
+ }
2285
+ .gallery__component_1viv9 {
2286
+ background-color: #e9e9eb
2287
+ }
2288
+ .intl-phone-input__flagIcon_8ilbx {
2289
+ box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2290
+ }
2291
+ .intl-phone-input__dialCode_1701x {
2292
+ color: #8d8d93;
2293
+ }
2294
+ .intl-phone-input__focusVisible_15ahh {
2295
+ outline: 2px solid #0072ef;
2296
+ }
2297
+
2298
+ .input-autocomplete__placeholder_18lot {
2299
+ color: #8d8d93;
2300
+ }
2301
+ .input-autocomplete__focusVisible_18lot {
2302
+ outline: 2px solid #0072ef;
2303
+ }.table__component_16umk {
2304
+ border-top: 1px solid #2b2b2e;
2305
+ }
2306
+ .table__wrapper_1pe52 {
2307
+ background: #121212;
2308
+ box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2309
+ 0 2px 4px rgba(11, 31, 53, 0.16);
2310
+ }
2311
+
2312
+ .table__component_1nodh {
2313
+ color: #fff;
2314
+ border-top: 1px solid #2b2b2e;
2315
+ }
2316
+
2317
+ .table__component_103nn th:not(:last-child):not(:empty):after {
2318
+ background-color: #2a2a2c;
2319
+ }
2320
+ .table__component_1fudl {
2321
+ color: #fff;
2322
+ border-bottom: 1px solid #2b2b2e;
2323
+ background: #121212;
2324
+ }
2325
+ .table__sorted_1fudl {
2326
+ color: #fff;
2327
+ }
2328
+ .table__component_ooijb {
2329
+ background: #121212
2330
+ }
2331
+ .table__withoutBorder_ooijb {
2332
+ }
2333
+ .table__clickable_ooijb:hover {
2334
+ background-color: #202022;
2335
+ }
2336
+ .table__selected_ooijb {
2337
+ background-color: #f2f8ff
2338
+ }
2339
+ .table__selected_ooijb:hover {
2340
+ background-color: #e8f2fe;
2341
+ }
2342
+ .table__icon_bucwz {
2343
+ color: #8d8d93
2344
+ }
2345
+ .table__icon_bucwz:hover {
2346
+ color: #fff;
2347
+ }
2348
+ .table__sorted_bucwz {
2349
+ color: #0072ef
2350
+ }
2351
+ .table__sorted_bucwz:hover {
2352
+ color: #0072ef;
2353
+ }
2354
+ .table__open_17eja,
2355
+ .table__open_17eja:hover {
2356
+ background-color: rgba(255, 255, 255, 0.163);
2357
+ }