@alfalab/core-components 27.7.0 → 27.7.1-beta.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 (1786) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/esm/Component.js +1 -1
  3. package/alert/esm/index.css +4 -4
  4. package/alert/index.css +4 -4
  5. package/alert/modern/Component.js +1 -1
  6. package/alert/modern/index.css +4 -4
  7. package/amount/component.js +1 -1
  8. package/amount/esm/component.js +1 -1
  9. package/amount/esm/index.css +6 -6
  10. package/amount/esm/pure/component.js +1 -1
  11. package/amount/esm/pure/index.css +1 -1
  12. package/amount/index.css +6 -6
  13. package/amount/modern/component.js +1 -1
  14. package/amount/modern/index.css +6 -6
  15. package/amount/modern/pure/component.js +1 -1
  16. package/amount/modern/pure/index.css +1 -1
  17. package/amount/pure/component.js +1 -1
  18. package/amount/pure/index.css +1 -1
  19. package/amount-input/Component.js +3 -3
  20. package/amount-input/default.css +1 -1
  21. package/amount-input/esm/Component.js +3 -3
  22. package/amount-input/esm/default.css +1 -1
  23. package/amount-input/esm/index.css +6 -6
  24. package/amount-input/esm/inverted.css +1 -1
  25. package/amount-input/index.css +6 -6
  26. package/amount-input/inverted.css +1 -1
  27. package/amount-input/modern/Component.js +3 -3
  28. package/amount-input/modern/default.css +1 -1
  29. package/amount-input/modern/index.css +6 -6
  30. package/amount-input/modern/inverted.css +1 -1
  31. package/attach/Component.js +1 -1
  32. package/attach/esm/Component.js +1 -1
  33. package/attach/esm/index.css +26 -26
  34. package/attach/index.css +26 -26
  35. package/attach/modern/Component.js +1 -1
  36. package/attach/modern/index.css +26 -26
  37. package/backdrop/Component.js +1 -1
  38. package/backdrop/esm/Component.js +1 -1
  39. package/backdrop/esm/index.css +11 -11
  40. package/backdrop/index.css +11 -11
  41. package/backdrop/modern/Component.js +1 -1
  42. package/backdrop/modern/index.css +11 -11
  43. package/badge/Component.js +1 -1
  44. package/badge/esm/Component.js +1 -1
  45. package/badge/esm/index.css +38 -38
  46. package/badge/index.css +38 -38
  47. package/badge/modern/Component.js +1 -1
  48. package/badge/modern/index.css +38 -38
  49. package/bank-card/Component.js +1 -1
  50. package/bank-card/esm/Component.js +1 -1
  51. package/bank-card/esm/index.css +19 -19
  52. package/bank-card/index.css +19 -19
  53. package/bank-card/modern/Component.js +1 -1
  54. package/bank-card/modern/index.css +19 -19
  55. package/base-modal/Component.js +1 -1
  56. package/base-modal/esm/Component.js +1 -1
  57. package/base-modal/esm/index.css +12 -12
  58. package/base-modal/index.css +12 -12
  59. package/base-modal/modern/Component.js +1 -1
  60. package/base-modal/modern/index.css +12 -12
  61. package/bottom-sheet/{component-79cc0f82.d.ts → component-d407fd23.d.ts} +13 -1
  62. package/bottom-sheet/{component-79cc0f82.js → component-d407fd23.js} +34 -30
  63. package/bottom-sheet/component.js +2 -2
  64. package/bottom-sheet/components/backer/Component.js +2 -2
  65. package/bottom-sheet/components/backer/index.css +3 -3
  66. package/bottom-sheet/components/closer/Component.js +2 -2
  67. package/bottom-sheet/components/closer/index.css +3 -3
  68. package/bottom-sheet/components/footer/Component.js +1 -1
  69. package/bottom-sheet/components/footer/index.css +4 -4
  70. package/bottom-sheet/components/header/Component.js +2 -2
  71. package/bottom-sheet/components/header/index.css +19 -17
  72. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  73. package/bottom-sheet/{esm/component-d0076513.d.ts → cssm/component-1a32e10b.d.ts} +13 -1
  74. package/bottom-sheet/cssm/{component-42c27971.js → component-1a32e10b.js} +31 -27
  75. package/bottom-sheet/cssm/component.js +1 -1
  76. package/bottom-sheet/cssm/components/header/Component.js +1 -1
  77. package/bottom-sheet/cssm/components/header/index.module.css +4 -2
  78. package/bottom-sheet/cssm/index.d.ts +1 -1
  79. package/bottom-sheet/cssm/index.js +1 -1
  80. package/bottom-sheet/{cssm/component-42c27971.d.ts → esm/component-06cfdf42.d.ts} +13 -1
  81. package/bottom-sheet/esm/{component-d0076513.js → component-06cfdf42.js} +34 -30
  82. package/bottom-sheet/esm/component.js +2 -2
  83. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  84. package/bottom-sheet/esm/components/backer/index.css +3 -3
  85. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  86. package/bottom-sheet/esm/components/closer/index.css +3 -3
  87. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  88. package/bottom-sheet/esm/components/footer/index.css +4 -4
  89. package/bottom-sheet/esm/components/header/Component.js +2 -2
  90. package/bottom-sheet/esm/components/header/index.css +19 -17
  91. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  92. package/bottom-sheet/esm/index.css +16 -16
  93. package/bottom-sheet/esm/index.d.ts +1 -1
  94. package/bottom-sheet/esm/index.js +2 -2
  95. package/bottom-sheet/esm/{tslib.es6-0000c249.d.ts → tslib.es6-ce4bf29e.d.ts} +0 -0
  96. package/bottom-sheet/esm/{tslib.es6-0000c249.js → tslib.es6-ce4bf29e.js} +0 -0
  97. package/bottom-sheet/index.css +16 -16
  98. package/bottom-sheet/index.d.ts +1 -1
  99. package/bottom-sheet/index.js +2 -2
  100. package/bottom-sheet/modern/{component-6f1cc9e9.d.ts → component-b630276d.d.ts} +13 -1
  101. package/bottom-sheet/modern/{component-6f1cc9e9.js → component-b630276d.js} +31 -27
  102. package/bottom-sheet/modern/component.js +1 -1
  103. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  104. package/bottom-sheet/modern/components/backer/index.css +3 -3
  105. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  106. package/bottom-sheet/modern/components/closer/index.css +3 -3
  107. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  108. package/bottom-sheet/modern/components/footer/index.css +4 -4
  109. package/bottom-sheet/modern/components/header/Component.js +1 -1
  110. package/bottom-sheet/modern/components/header/index.css +19 -17
  111. package/bottom-sheet/modern/index.css +16 -16
  112. package/bottom-sheet/modern/index.d.ts +1 -1
  113. package/bottom-sheet/modern/index.js +1 -1
  114. package/bottom-sheet/{tslib.es6-5c74ee0c.d.ts → tslib.es6-c8f9fd4c.d.ts} +0 -0
  115. package/bottom-sheet/{tslib.es6-5c74ee0c.js → tslib.es6-c8f9fd4c.js} +0 -0
  116. package/button/Component.js +3 -3
  117. package/button/default.css +40 -40
  118. package/button/esm/Component.js +3 -3
  119. package/button/esm/default.css +40 -40
  120. package/button/esm/index.css +53 -53
  121. package/button/esm/inverted.css +40 -40
  122. package/button/index.css +53 -53
  123. package/button/inverted.css +40 -40
  124. package/button/modern/Component.js +3 -3
  125. package/button/modern/default.css +40 -40
  126. package/button/modern/index.css +53 -53
  127. package/button/modern/inverted.css +40 -40
  128. package/calendar/Component.js +2 -2
  129. package/calendar/components/days-table/Component.js +2 -2
  130. package/calendar/components/days-table/index.css +51 -51
  131. package/calendar/components/days-table/index.js +1 -1
  132. package/calendar/components/header/Component.js +1 -1
  133. package/calendar/components/header/index.css +3 -3
  134. package/calendar/components/month-year-header/Component.js +2 -2
  135. package/calendar/components/month-year-header/index.css +10 -10
  136. package/calendar/components/month-year-header/index.js +1 -1
  137. package/calendar/components/months-table/Component.js +2 -2
  138. package/calendar/components/months-table/index.css +9 -9
  139. package/calendar/components/months-table/index.js +1 -1
  140. package/calendar/components/period-slider/Component.js +1 -1
  141. package/calendar/components/period-slider/index.css +10 -10
  142. package/calendar/components/select-button/Component.js +2 -2
  143. package/calendar/components/select-button/index.css +10 -10
  144. package/calendar/components/select-button/index.js +1 -1
  145. package/calendar/components/years-table/Component.js +2 -2
  146. package/calendar/components/years-table/index.css +10 -10
  147. package/calendar/components/years-table/index.js +1 -1
  148. package/calendar/esm/Component.js +2 -2
  149. package/calendar/esm/components/days-table/Component.js +2 -2
  150. package/calendar/esm/components/days-table/index.css +51 -51
  151. package/calendar/esm/components/days-table/index.js +1 -1
  152. package/calendar/esm/components/header/Component.js +1 -1
  153. package/calendar/esm/components/header/index.css +3 -3
  154. package/calendar/esm/components/month-year-header/Component.js +2 -2
  155. package/calendar/esm/components/month-year-header/index.css +10 -10
  156. package/calendar/esm/components/month-year-header/index.js +1 -1
  157. package/calendar/esm/components/months-table/Component.js +2 -2
  158. package/calendar/esm/components/months-table/index.css +9 -9
  159. package/calendar/esm/components/months-table/index.js +1 -1
  160. package/calendar/esm/components/period-slider/Component.js +1 -1
  161. package/calendar/esm/components/period-slider/index.css +10 -10
  162. package/calendar/esm/components/select-button/Component.js +2 -2
  163. package/calendar/esm/components/select-button/index.css +10 -10
  164. package/calendar/esm/components/select-button/index.js +1 -1
  165. package/calendar/esm/components/years-table/Component.js +2 -2
  166. package/calendar/esm/components/years-table/index.css +10 -10
  167. package/calendar/esm/components/years-table/index.js +1 -1
  168. package/calendar/esm/index.css +11 -11
  169. package/calendar/esm/index.js +1 -1
  170. package/calendar/esm/{tslib.es6-039530fb.d.ts → tslib.es6-4a77933a.d.ts} +0 -0
  171. package/calendar/esm/{tslib.es6-039530fb.js → tslib.es6-4a77933a.js} +0 -0
  172. package/calendar/index.css +11 -11
  173. package/calendar/index.js +1 -1
  174. package/calendar/modern/Component.js +1 -1
  175. package/calendar/modern/components/days-table/Component.js +1 -1
  176. package/calendar/modern/components/days-table/index.css +51 -51
  177. package/calendar/modern/components/header/Component.js +1 -1
  178. package/calendar/modern/components/header/index.css +3 -3
  179. package/calendar/modern/components/month-year-header/Component.js +1 -1
  180. package/calendar/modern/components/month-year-header/index.css +10 -10
  181. package/calendar/modern/components/months-table/Component.js +1 -1
  182. package/calendar/modern/components/months-table/index.css +9 -9
  183. package/calendar/modern/components/period-slider/Component.js +1 -1
  184. package/calendar/modern/components/period-slider/index.css +10 -10
  185. package/calendar/modern/components/select-button/Component.js +1 -1
  186. package/calendar/modern/components/select-button/index.css +10 -10
  187. package/calendar/modern/components/years-table/Component.js +1 -1
  188. package/calendar/modern/components/years-table/index.css +10 -10
  189. package/calendar/modern/index.css +11 -11
  190. package/calendar/{tslib.es6-d4eb6069.d.ts → tslib.es6-9910ce3e.d.ts} +0 -0
  191. package/calendar/{tslib.es6-d4eb6069.js → tslib.es6-9910ce3e.js} +0 -0
  192. package/calendar-input/Component.js +1 -1
  193. package/calendar-input/esm/Component.js +1 -1
  194. package/calendar-input/esm/index.css +10 -10
  195. package/calendar-input/index.css +10 -10
  196. package/calendar-input/modern/Component.d.ts +3 -3
  197. package/calendar-input/modern/Component.js +1 -1
  198. package/calendar-input/modern/index.css +10 -10
  199. package/calendar-range/Component.js +1 -1
  200. package/calendar-range/esm/Component.js +1 -1
  201. package/calendar-range/esm/index.js +1 -1
  202. package/calendar-range/esm/{index.module-e826e4f2.d.ts → index.module-f3f8d35e.d.ts} +0 -0
  203. package/calendar-range/esm/{index.module-e826e4f2.js → index.module-f3f8d35e.js} +1 -1
  204. package/calendar-range/esm/views/index.css +8 -8
  205. package/calendar-range/esm/views/popover.js +1 -1
  206. package/calendar-range/esm/views/static.js +1 -1
  207. package/calendar-range/index.js +1 -1
  208. package/calendar-range/{index.module-cbd237fc.d.ts → index.module-6304bdd2.d.ts} +0 -0
  209. package/calendar-range/{index.module-cbd237fc.js → index.module-6304bdd2.js} +1 -1
  210. package/calendar-range/modern/Component.js +1 -1
  211. package/calendar-range/modern/index.js +1 -1
  212. package/calendar-range/modern/index.module-b02a5f29.js +4 -0
  213. package/calendar-range/modern/views/index.css +8 -8
  214. package/calendar-range/modern/views/popover.js +1 -1
  215. package/calendar-range/modern/views/static.js +1 -1
  216. package/calendar-range/views/index.css +8 -8
  217. package/calendar-range/views/popover.js +1 -1
  218. package/calendar-range/views/static.js +1 -1
  219. package/calendar-with-skeleton/Component.js +1 -1
  220. package/calendar-with-skeleton/esm/Component.js +1 -1
  221. package/calendar-with-skeleton/esm/index.css +12 -12
  222. package/calendar-with-skeleton/index.css +12 -12
  223. package/calendar-with-skeleton/modern/Component.js +1 -1
  224. package/calendar-with-skeleton/modern/index.css +12 -12
  225. package/card-image/Component.js +1 -1
  226. package/card-image/esm/Component.js +1 -1
  227. package/card-image/esm/index.css +7 -7
  228. package/card-image/index.css +7 -7
  229. package/card-image/modern/Component.js +1 -1
  230. package/card-image/modern/index.css +7 -7
  231. package/cdn-icon/Component.js +1 -1
  232. package/cdn-icon/esm/Component.js +1 -1
  233. package/cdn-icon/esm/index.css +2 -2
  234. package/cdn-icon/index.css +2 -2
  235. package/cdn-icon/modern/Component.js +1 -1
  236. package/cdn-icon/modern/index.css +2 -2
  237. package/chart/Component.js +2 -2
  238. package/chart/components/Dot/index.css +7 -7
  239. package/chart/components/Dot/index.js +1 -1
  240. package/chart/components/Legends/index.css +7 -7
  241. package/chart/components/Legends/index.js +1 -1
  242. package/chart/components/Tick/index.css +3 -3
  243. package/chart/components/Tick/index.js +1 -1
  244. package/chart/components/TooltipContent/index.css +6 -6
  245. package/chart/components/TooltipContent/index.js +1 -1
  246. package/chart/esm/Component.js +2 -2
  247. package/chart/esm/components/Dot/index.css +7 -7
  248. package/chart/esm/components/Dot/index.js +1 -1
  249. package/chart/esm/components/Legends/index.css +7 -7
  250. package/chart/esm/components/Legends/index.js +1 -1
  251. package/chart/esm/components/Tick/index.css +3 -3
  252. package/chart/esm/components/Tick/index.js +1 -1
  253. package/chart/esm/components/TooltipContent/index.css +6 -6
  254. package/chart/esm/components/TooltipContent/index.js +1 -1
  255. package/chart/esm/hooks/useSettings/index.js +1 -1
  256. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  257. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  258. package/chart/esm/index.css +2 -2
  259. package/chart/esm/index.js +1 -1
  260. package/chart/esm/{tslib.es6-f0a55121.d.ts → tslib.es6-7aa0ec96.d.ts} +0 -0
  261. package/chart/esm/{tslib.es6-f0a55121.js → tslib.es6-7aa0ec96.js} +0 -0
  262. package/chart/hooks/useSettings/index.js +1 -1
  263. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  264. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  265. package/chart/index.css +2 -2
  266. package/chart/index.js +1 -1
  267. package/chart/modern/Component.js +1 -1
  268. package/chart/modern/components/Dot/index.css +7 -7
  269. package/chart/modern/components/Dot/index.js +1 -1
  270. package/chart/modern/components/Legends/index.css +7 -7
  271. package/chart/modern/components/Legends/index.js +1 -1
  272. package/chart/modern/components/Tick/index.css +3 -3
  273. package/chart/modern/components/Tick/index.js +1 -1
  274. package/chart/modern/components/TooltipContent/index.css +6 -6
  275. package/chart/modern/components/TooltipContent/index.js +1 -1
  276. package/chart/modern/index.css +2 -2
  277. package/chart/{tslib.es6-34014f04.d.ts → tslib.es6-be33941d.d.ts} +0 -0
  278. package/chart/{tslib.es6-34014f04.js → tslib.es6-be33941d.js} +0 -0
  279. package/checkbox/Component.js +1 -1
  280. package/checkbox/esm/Component.js +1 -1
  281. package/checkbox/esm/index.css +36 -36
  282. package/checkbox/index.css +36 -36
  283. package/checkbox/modern/Component.js +1 -1
  284. package/checkbox/modern/index.css +36 -36
  285. package/checkbox-group/Component.js +1 -1
  286. package/checkbox-group/esm/Component.js +1 -1
  287. package/checkbox-group/esm/index.css +16 -16
  288. package/checkbox-group/index.css +16 -16
  289. package/checkbox-group/modern/Component.js +1 -1
  290. package/checkbox-group/modern/index.css +16 -16
  291. package/circular-progress-bar/Component.js +1 -1
  292. package/circular-progress-bar/esm/Component.js +1 -1
  293. package/circular-progress-bar/esm/index.css +20 -20
  294. package/circular-progress-bar/index.css +20 -20
  295. package/circular-progress-bar/modern/Component.js +1 -1
  296. package/circular-progress-bar/modern/index.css +20 -20
  297. package/code-input/component.js +1 -1
  298. package/code-input/components/input/component.js +1 -1
  299. package/code-input/components/input/index.css +11 -11
  300. package/code-input/esm/component.js +1 -1
  301. package/code-input/esm/components/input/component.js +1 -1
  302. package/code-input/esm/components/input/index.css +11 -11
  303. package/code-input/esm/index.css +6 -6
  304. package/code-input/index.css +6 -6
  305. package/code-input/modern/component.js +1 -1
  306. package/code-input/modern/components/input/component.js +1 -1
  307. package/code-input/modern/components/input/index.css +11 -11
  308. package/code-input/modern/index.css +6 -6
  309. package/collapse/Component.js +1 -1
  310. package/collapse/esm/Component.js +1 -1
  311. package/collapse/esm/index.css +7 -7
  312. package/collapse/index.css +7 -7
  313. package/collapse/modern/Component.js +1 -1
  314. package/collapse/modern/index.css +7 -7
  315. package/confirmation/component.js +2 -2
  316. package/confirmation/components/countdown-loader/component.js +1 -1
  317. package/confirmation/components/countdown-loader/index.css +2 -2
  318. package/confirmation/components/index.js +1 -1
  319. package/confirmation/components/screens/fatal-error/component.js +1 -1
  320. package/confirmation/components/screens/fatal-error/index.css +3 -3
  321. package/confirmation/components/screens/hint/component.js +1 -1
  322. package/confirmation/components/screens/hint/index.css +13 -13
  323. package/confirmation/components/screens/index.js +1 -1
  324. package/confirmation/components/screens/initial/component.js +1 -1
  325. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  326. package/confirmation/components/screens/initial/index.css +16 -16
  327. package/confirmation/components/screens/initial/index.js +1 -1
  328. package/confirmation/components/screens/temp-block/component.js +1 -1
  329. package/confirmation/components/screens/temp-block/index.css +5 -5
  330. package/confirmation/{countdown-section-4c67ee24.d.ts → countdown-section-12614bde.d.ts} +0 -0
  331. package/confirmation/{countdown-section-4c67ee24.js → countdown-section-12614bde.js} +1 -1
  332. package/confirmation/esm/component.js +2 -2
  333. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  334. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  335. package/confirmation/esm/components/index.js +1 -1
  336. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  337. package/confirmation/esm/components/screens/fatal-error/index.css +3 -3
  338. package/confirmation/esm/components/screens/hint/component.js +1 -1
  339. package/confirmation/esm/components/screens/hint/index.css +13 -13
  340. package/confirmation/esm/components/screens/index.js +1 -1
  341. package/confirmation/esm/components/screens/initial/component.js +1 -1
  342. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  343. package/confirmation/esm/components/screens/initial/index.css +16 -16
  344. package/confirmation/esm/components/screens/initial/index.js +1 -1
  345. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  346. package/confirmation/esm/components/screens/temp-block/index.css +5 -5
  347. package/confirmation/esm/{countdown-section-c0aab25b.d.ts → countdown-section-3eb9af69.d.ts} +0 -0
  348. package/confirmation/esm/{countdown-section-c0aab25b.js → countdown-section-3eb9af69.js} +1 -1
  349. package/confirmation/esm/index.css +3 -3
  350. package/confirmation/esm/index.js +1 -1
  351. package/confirmation/index.css +3 -3
  352. package/confirmation/index.js +1 -1
  353. package/confirmation/modern/component.js +2 -2
  354. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  355. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  356. package/confirmation/modern/components/index.js +1 -1
  357. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  358. package/confirmation/modern/components/screens/fatal-error/index.css +3 -3
  359. package/confirmation/modern/components/screens/hint/component.js +1 -1
  360. package/confirmation/modern/components/screens/hint/index.css +13 -13
  361. package/confirmation/modern/components/screens/index.js +1 -1
  362. package/confirmation/modern/components/screens/initial/component.js +1 -1
  363. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  364. package/confirmation/modern/components/screens/initial/index.css +16 -16
  365. package/confirmation/modern/components/screens/initial/index.js +1 -1
  366. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  367. package/confirmation/modern/components/screens/temp-block/index.css +5 -5
  368. package/confirmation/modern/{countdown-section-b949d753.d.ts → countdown-section-212b0480.d.ts} +0 -0
  369. package/confirmation/modern/{countdown-section-b949d753.js → countdown-section-212b0480.js} +1 -1
  370. package/confirmation/modern/index.css +3 -3
  371. package/confirmation/modern/index.js +1 -1
  372. package/custom-button/Component.js +1 -1
  373. package/custom-button/esm/Component.js +1 -1
  374. package/custom-button/esm/index.css +11 -11
  375. package/custom-button/index.css +11 -11
  376. package/custom-button/modern/Component.js +1 -1
  377. package/custom-button/modern/index.css +11 -11
  378. package/date-input/Component.js +1 -1
  379. package/date-input/esm/Component.js +1 -1
  380. package/date-input/esm/index.css +4 -4
  381. package/date-input/index.css +4 -4
  382. package/date-input/modern/Component.js +1 -1
  383. package/date-input/modern/index.css +4 -4
  384. package/divider/Component.js +1 -1
  385. package/divider/esm/Component.js +1 -1
  386. package/divider/esm/index.css +1 -1
  387. package/divider/index.css +1 -1
  388. package/divider/modern/Component.js +1 -1
  389. package/divider/modern/index.css +1 -1
  390. package/drawer/Component.js +1 -1
  391. package/drawer/esm/Component.js +1 -1
  392. package/drawer/esm/index.css +17 -17
  393. package/drawer/index.css +17 -17
  394. package/drawer/modern/Component.js +1 -1
  395. package/drawer/modern/index.css +17 -17
  396. package/dropzone/Component.js +1 -1
  397. package/dropzone/components/overlay/Component.js +1 -1
  398. package/dropzone/components/overlay/index.css +3 -3
  399. package/dropzone/esm/Component.js +1 -1
  400. package/dropzone/esm/components/overlay/Component.js +1 -1
  401. package/dropzone/esm/components/overlay/index.css +3 -3
  402. package/dropzone/esm/index.css +6 -6
  403. package/dropzone/index.css +6 -6
  404. package/dropzone/modern/Component.js +1 -1
  405. package/dropzone/modern/components/overlay/Component.js +1 -1
  406. package/dropzone/modern/components/overlay/index.css +3 -3
  407. package/dropzone/modern/index.css +6 -6
  408. package/file-upload-item/Component.js +1 -1
  409. package/file-upload-item/esm/Component.js +1 -1
  410. package/file-upload-item/esm/index.css +23 -23
  411. package/file-upload-item/index.css +23 -23
  412. package/file-upload-item/modern/Component.js +1 -1
  413. package/file-upload-item/modern/index.css +23 -23
  414. package/filter-tag/Component.js +1 -1
  415. package/filter-tag/esm/Component.js +1 -1
  416. package/filter-tag/esm/index.css +57 -57
  417. package/filter-tag/index.css +57 -57
  418. package/filter-tag/modern/Component.js +1 -1
  419. package/filter-tag/modern/index.css +57 -57
  420. package/form-control/Component.js +3 -3
  421. package/form-control/default.css +14 -14
  422. package/form-control/esm/Component.js +3 -3
  423. package/form-control/esm/default.css +14 -14
  424. package/form-control/esm/index.css +41 -41
  425. package/form-control/esm/inverted.css +14 -14
  426. package/form-control/index.css +41 -41
  427. package/form-control/inverted.css +14 -14
  428. package/form-control/modern/Component.js +3 -3
  429. package/form-control/modern/default.css +14 -14
  430. package/form-control/modern/index.css +41 -41
  431. package/form-control/modern/inverted.css +14 -14
  432. package/gallery/Component.js +3 -3
  433. package/gallery/components/header/Component.js +2 -2
  434. package/gallery/components/header/buttons.js +1 -1
  435. package/gallery/components/header/index.css +3 -3
  436. package/gallery/components/header/index.js +1 -1
  437. package/gallery/components/header-info-block/Component.js +1 -1
  438. package/gallery/components/header-info-block/index.css +5 -5
  439. package/gallery/components/image-preview/Component.js +1 -1
  440. package/gallery/components/image-preview/index.css +12 -12
  441. package/gallery/components/image-viewer/component.js +2 -2
  442. package/gallery/components/image-viewer/index.css +19 -19
  443. package/gallery/components/image-viewer/index.js +2 -2
  444. package/gallery/components/image-viewer/slide.js +1 -1
  445. package/gallery/components/index.js +2 -2
  446. package/gallery/components/navigation-bar/Component.js +1 -1
  447. package/gallery/components/navigation-bar/index.css +6 -6
  448. package/gallery/esm/Component.js +3 -3
  449. package/gallery/esm/components/header/Component.js +2 -2
  450. package/gallery/esm/components/header/buttons.js +1 -1
  451. package/gallery/esm/components/header/index.css +3 -3
  452. package/gallery/esm/components/header/index.js +1 -1
  453. package/gallery/esm/components/header-info-block/Component.js +1 -1
  454. package/gallery/esm/components/header-info-block/index.css +5 -5
  455. package/gallery/esm/components/image-preview/Component.js +1 -1
  456. package/gallery/esm/components/image-preview/index.css +12 -12
  457. package/gallery/esm/components/image-viewer/component.js +2 -2
  458. package/gallery/esm/components/image-viewer/index.css +19 -19
  459. package/gallery/esm/components/image-viewer/index.js +2 -2
  460. package/gallery/esm/components/image-viewer/slide.js +1 -1
  461. package/gallery/esm/components/index.js +2 -2
  462. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  463. package/gallery/esm/components/navigation-bar/index.css +6 -6
  464. package/gallery/esm/index.css +3 -3
  465. package/gallery/esm/index.js +2 -2
  466. package/gallery/esm/{slide-3d3abf56.d.ts → slide-94ef7cfa.d.ts} +0 -0
  467. package/gallery/esm/{slide-3d3abf56.js → slide-94ef7cfa.js} +1 -1
  468. package/gallery/esm/{tslib.es6-50c7d801.d.ts → tslib.es6-41f8e531.d.ts} +0 -0
  469. package/gallery/esm/{tslib.es6-50c7d801.js → tslib.es6-41f8e531.js} +0 -0
  470. package/gallery/index.css +3 -3
  471. package/gallery/index.js +2 -2
  472. package/gallery/modern/Component.js +2 -2
  473. package/gallery/modern/components/header/Component.js +1 -1
  474. package/gallery/modern/components/header/index.css +3 -3
  475. package/gallery/modern/components/header-info-block/Component.js +1 -1
  476. package/gallery/modern/components/header-info-block/index.css +5 -5
  477. package/gallery/modern/components/image-preview/Component.js +1 -1
  478. package/gallery/modern/components/image-preview/index.css +12 -12
  479. package/gallery/modern/components/image-viewer/component.js +1 -1
  480. package/gallery/modern/components/image-viewer/index.css +19 -19
  481. package/gallery/modern/components/image-viewer/index.js +1 -1
  482. package/gallery/modern/components/image-viewer/slide.js +1 -1
  483. package/gallery/modern/components/index.js +1 -1
  484. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  485. package/gallery/modern/components/navigation-bar/index.css +6 -6
  486. package/gallery/modern/index.css +3 -3
  487. package/gallery/modern/index.js +1 -1
  488. package/gallery/modern/{slide-8b5ff8fa.d.ts → slide-d43c9ee4.d.ts} +0 -0
  489. package/gallery/modern/{slide-8b5ff8fa.js → slide-d43c9ee4.js} +1 -1
  490. package/gallery/{slide-b40f1e7b.d.ts → slide-0ce12834.d.ts} +0 -0
  491. package/gallery/{slide-b40f1e7b.js → slide-0ce12834.js} +1 -1
  492. package/gallery/{tslib.es6-a46aaa15.d.ts → tslib.es6-74633c07.d.ts} +0 -0
  493. package/gallery/{tslib.es6-a46aaa15.js → tslib.es6-74633c07.js} +0 -0
  494. package/grid/Component.js +1 -1
  495. package/grid/col/Component.js +2 -2
  496. package/grid/col/index.css +511 -511
  497. package/grid/col/index.js +1 -1
  498. package/grid/esm/Component.js +1 -1
  499. package/grid/esm/col/Component.js +2 -2
  500. package/grid/esm/col/index.css +511 -511
  501. package/grid/esm/col/index.js +1 -1
  502. package/grid/esm/gutters.css +78 -78
  503. package/grid/esm/{gutters.module-80c4410f.d.ts → gutters.module-49227c7c.d.ts} +0 -0
  504. package/grid/esm/gutters.module-49227c7c.js +27 -0
  505. package/grid/esm/index.js +1 -1
  506. package/grid/esm/row/Component.js +2 -2
  507. package/grid/esm/row/index.css +9 -9
  508. package/grid/esm/row/index.js +1 -1
  509. package/grid/gutters.css +78 -78
  510. package/grid/{gutters.module-b006e876.d.ts → gutters.module-ebe6e3b8.d.ts} +0 -0
  511. package/grid/gutters.module-ebe6e3b8.js +28 -0
  512. package/grid/index.js +1 -1
  513. package/grid/modern/Component.js +1 -1
  514. package/grid/modern/col/Component.js +2 -2
  515. package/grid/modern/col/index.css +511 -511
  516. package/grid/modern/col/index.js +1 -1
  517. package/grid/modern/gutters.css +78 -78
  518. package/grid/modern/gutters.module-d56f50e6.js +4 -0
  519. package/grid/modern/index.js +1 -1
  520. package/grid/modern/row/Component.js +2 -2
  521. package/grid/modern/row/index.css +9 -9
  522. package/grid/modern/row/index.js +1 -1
  523. package/grid/row/Component.js +2 -2
  524. package/grid/row/index.css +9 -9
  525. package/grid/row/index.js +1 -1
  526. package/hatching-progress-bar/Component.js +1 -1
  527. package/hatching-progress-bar/esm/Component.js +1 -1
  528. package/hatching-progress-bar/esm/index.css +11 -11
  529. package/hatching-progress-bar/index.css +11 -11
  530. package/hatching-progress-bar/modern/Component.js +1 -1
  531. package/hatching-progress-bar/modern/index.css +11 -11
  532. package/icon-button/Component.js +3 -3
  533. package/icon-button/default.css +20 -20
  534. package/icon-button/esm/Component.js +3 -3
  535. package/icon-button/esm/default.css +20 -20
  536. package/icon-button/esm/index.css +6 -6
  537. package/icon-button/esm/inverted.css +16 -16
  538. package/icon-button/index.css +6 -6
  539. package/icon-button/inverted.css +16 -16
  540. package/icon-button/modern/Component.js +3 -3
  541. package/icon-button/modern/default.css +20 -20
  542. package/icon-button/modern/index.css +6 -6
  543. package/icon-button/modern/inverted.css +16 -16
  544. package/icon-view/circle.js +1 -1
  545. package/icon-view/components/base-shape/component.js +1 -1
  546. package/icon-view/components/base-shape/index.css +28 -28
  547. package/icon-view/components/circle/component.js +1 -1
  548. package/icon-view/components/circle/index.js +1 -1
  549. package/icon-view/components/index.js +1 -1
  550. package/icon-view/components/super-ellipse/component.js +1 -1
  551. package/icon-view/components/super-ellipse/index.js +1 -1
  552. package/icon-view/esm/circle.js +1 -1
  553. package/icon-view/esm/components/base-shape/component.js +1 -1
  554. package/icon-view/esm/components/base-shape/index.css +28 -28
  555. package/icon-view/esm/components/circle/component.js +1 -1
  556. package/icon-view/esm/components/circle/index.js +1 -1
  557. package/icon-view/esm/components/index.js +1 -1
  558. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  559. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  560. package/icon-view/esm/super-ellipse.js +1 -1
  561. package/icon-view/esm/{tslib.es6-ea40d6b9.d.ts → tslib.es6-c8b3a7ac.d.ts} +0 -0
  562. package/icon-view/esm/{tslib.es6-ea40d6b9.js → tslib.es6-c8b3a7ac.js} +0 -0
  563. package/icon-view/modern/components/base-shape/component.js +1 -1
  564. package/icon-view/modern/components/base-shape/index.css +28 -28
  565. package/icon-view/super-ellipse.js +1 -1
  566. package/icon-view/{tslib.es6-9e555c2f.d.ts → tslib.es6-95effe5e.d.ts} +0 -0
  567. package/icon-view/{tslib.es6-9e555c2f.js → tslib.es6-95effe5e.js} +0 -0
  568. package/input/Component.js +3 -3
  569. package/input/default.css +12 -12
  570. package/input/esm/Component.js +3 -3
  571. package/input/esm/default.css +12 -12
  572. package/input/esm/index.css +30 -30
  573. package/input/esm/inverted.css +12 -12
  574. package/input/index.css +30 -30
  575. package/input/inverted.css +12 -12
  576. package/input/modern/Component.js +3 -3
  577. package/input/modern/default.css +12 -12
  578. package/input/modern/index.css +30 -30
  579. package/input/modern/inverted.css +12 -12
  580. package/input-autocomplete/Component-7ca84eff.d.ts +227 -0
  581. package/input-autocomplete/Component.d.ts +3 -3
  582. package/input-autocomplete/Component.js +6 -5
  583. package/input-autocomplete/Component.mobile.d.ts +96 -0
  584. package/input-autocomplete/Component.mobile.js +80 -0
  585. package/input-autocomplete/autocomplete-field/Component.d.ts +6 -0
  586. package/input-autocomplete/autocomplete-field/Component.js +39 -6
  587. package/input-autocomplete/autocomplete-field/index.css +2 -2
  588. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  589. package/input-autocomplete/autocomplete-field/index.js +4 -3
  590. package/input-autocomplete/autocomplete-mobile-field/Component.d.ts +7 -0
  591. package/input-autocomplete/autocomplete-mobile-field/Component.js +35 -0
  592. package/input-autocomplete/autocomplete-mobile-field/index.css +49 -0
  593. package/input-autocomplete/autocomplete-mobile-field/index.d.ts +1 -0
  594. package/input-autocomplete/autocomplete-mobile-field/index.js +12 -0
  595. package/input-autocomplete/cssm/Component-7ca84eff.d.ts +227 -0
  596. package/input-autocomplete/cssm/Component.d.ts +3 -3
  597. package/input-autocomplete/cssm/Component.js +6 -5
  598. package/input-autocomplete/cssm/Component.mobile.d.ts +96 -0
  599. package/input-autocomplete/cssm/Component.mobile.js +80 -0
  600. package/input-autocomplete/cssm/autocomplete-field/Component.d.ts +6 -0
  601. package/input-autocomplete/cssm/autocomplete-field/Component.js +38 -7
  602. package/input-autocomplete/cssm/autocomplete-field/index.d.ts +1 -1
  603. package/input-autocomplete/cssm/autocomplete-field/index.js +4 -3
  604. package/input-autocomplete/cssm/autocomplete-mobile-field/Component.d.ts +7 -0
  605. package/input-autocomplete/cssm/autocomplete-mobile-field/Component.js +34 -0
  606. package/input-autocomplete/cssm/autocomplete-mobile-field/index.d.ts +1 -0
  607. package/input-autocomplete/cssm/autocomplete-mobile-field/index.js +13 -0
  608. package/input-autocomplete/cssm/autocomplete-mobile-field/index.module.css +48 -0
  609. package/input-autocomplete/cssm/index-7ca84eff.d.ts +178 -0
  610. package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +193 -0
  611. package/input-autocomplete/cssm/index-ebda875c.d.ts +36 -0
  612. package/input-autocomplete/cssm/index.js +4 -3
  613. package/input-autocomplete/cssm/mobile.d.ts +1 -0
  614. package/input-autocomplete/cssm/mobile.js +20 -0
  615. package/input-autocomplete/cssm/mobile.module.css +22 -0
  616. package/{modal/esm/tslib.es6-bce61805.d.ts → input-autocomplete/cssm/tslib.es6-ce870b46.d.ts} +0 -0
  617. package/{modal/tslib.es6-57eea1b1.js → input-autocomplete/cssm/tslib.es6-ce870b46.js} +0 -0
  618. package/input-autocomplete/esm/Component-7ca84eff.d.ts +227 -0
  619. package/input-autocomplete/esm/Component.d.ts +3 -3
  620. package/input-autocomplete/esm/Component.js +4 -3
  621. package/input-autocomplete/esm/Component.mobile.d.ts +96 -0
  622. package/input-autocomplete/esm/Component.mobile.js +71 -0
  623. package/input-autocomplete/esm/autocomplete-field/Component.d.ts +6 -0
  624. package/input-autocomplete/esm/autocomplete-field/Component.js +36 -5
  625. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  626. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  627. package/input-autocomplete/esm/autocomplete-field/index.js +4 -3
  628. package/input-autocomplete/esm/autocomplete-mobile-field/Component.d.ts +7 -0
  629. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +28 -0
  630. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +49 -0
  631. package/input-autocomplete/esm/autocomplete-mobile-field/index.d.ts +1 -0
  632. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +6 -0
  633. package/input-autocomplete/esm/index-7ca84eff.d.ts +178 -0
  634. package/input-autocomplete/esm/index-bdb4c6b9.d.ts +193 -0
  635. package/input-autocomplete/esm/index-ebda875c.d.ts +36 -0
  636. package/input-autocomplete/esm/index.js +4 -3
  637. package/input-autocomplete/esm/mobile.css +23 -0
  638. package/input-autocomplete/esm/mobile.d.ts +1 -0
  639. package/input-autocomplete/esm/mobile.js +12 -0
  640. package/{modal/tslib.es6-57eea1b1.d.ts → input-autocomplete/esm/tslib.es6-133240b6.d.ts} +0 -0
  641. package/{modal/esm/tslib.es6-bce61805.js → input-autocomplete/esm/tslib.es6-133240b6.js} +0 -0
  642. package/input-autocomplete/index-7ca84eff.d.ts +178 -0
  643. package/input-autocomplete/index-bdb4c6b9.d.ts +193 -0
  644. package/input-autocomplete/index-ebda875c.d.ts +36 -0
  645. package/input-autocomplete/index.js +4 -3
  646. package/input-autocomplete/mobile.css +23 -0
  647. package/input-autocomplete/mobile.d.ts +1 -0
  648. package/input-autocomplete/mobile.js +18 -0
  649. package/input-autocomplete/modern/Component-7ca84eff.d.ts +227 -0
  650. package/input-autocomplete/modern/Component.d.ts +3 -3
  651. package/input-autocomplete/modern/Component.js +1 -1
  652. package/input-autocomplete/modern/Component.mobile.d.ts +96 -0
  653. package/input-autocomplete/modern/Component.mobile.js +80 -0
  654. package/input-autocomplete/modern/autocomplete-field/Component.js +2 -2
  655. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  656. package/input-autocomplete/modern/autocomplete-field/index.js +1 -1
  657. package/input-autocomplete/modern/autocomplete-mobile-field/Component.d.ts +7 -0
  658. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +25 -0
  659. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +49 -0
  660. package/input-autocomplete/modern/autocomplete-mobile-field/index.d.ts +1 -0
  661. package/input-autocomplete/modern/autocomplete-mobile-field/index.js +5 -0
  662. package/input-autocomplete/modern/index-7ca84eff.d.ts +178 -0
  663. package/input-autocomplete/modern/index-bdb4c6b9.d.ts +193 -0
  664. package/input-autocomplete/modern/index-ebda875c.d.ts +36 -0
  665. package/input-autocomplete/modern/index.js +1 -1
  666. package/input-autocomplete/modern/mobile.css +23 -0
  667. package/input-autocomplete/modern/mobile.d.ts +1 -0
  668. package/input-autocomplete/modern/mobile.js +11 -0
  669. package/{picker-button/esm/tslib.es6-fd209890.d.ts → input-autocomplete/tslib.es6-8b47433a.d.ts} +0 -0
  670. package/{picker-button/tslib.es6-6e760e45.js → input-autocomplete/tslib.es6-8b47433a.js} +0 -0
  671. package/intl-phone-input/{component-68473205.d.ts → component-ad7ea063.d.ts} +0 -0
  672. package/intl-phone-input/{component-68473205.js → component-ad7ea063.js} +1 -1
  673. package/intl-phone-input/component.js +3 -3
  674. package/intl-phone-input/components/flag-icon/component.js +1 -1
  675. package/intl-phone-input/components/flag-icon/index.css +261 -261
  676. package/intl-phone-input/components/index.js +1 -1
  677. package/intl-phone-input/components/select/component.js +2 -2
  678. package/intl-phone-input/components/select/index.css +6 -6
  679. package/intl-phone-input/components/select/index.js +1 -1
  680. package/intl-phone-input/components/select-field/component.js +1 -1
  681. package/intl-phone-input/components/select-field/index.css +8 -8
  682. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  683. package/intl-phone-input/components/select-field/index.js +1 -1
  684. package/intl-phone-input/cssm/component.js +1 -1
  685. package/intl-phone-input/cssm/{libphonenumber-js.min-d3a9d490.d.ts → libphonenumber-js.min-903db150.d.ts} +0 -0
  686. package/intl-phone-input/cssm/libphonenumber-js.min-903db150.js +2225 -0
  687. package/intl-phone-input/esm/{component-af7a2b18.d.ts → component-0863393e.d.ts} +0 -0
  688. package/intl-phone-input/esm/{component-af7a2b18.js → component-0863393e.js} +1 -1
  689. package/intl-phone-input/esm/component.js +3 -3
  690. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  691. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  692. package/intl-phone-input/esm/components/index.js +1 -1
  693. package/intl-phone-input/esm/components/select/component.js +2 -2
  694. package/intl-phone-input/esm/components/select/index.css +6 -6
  695. package/intl-phone-input/esm/components/select/index.js +1 -1
  696. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  697. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  698. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  699. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  700. package/intl-phone-input/esm/index.css +3 -3
  701. package/intl-phone-input/esm/index.js +1 -1
  702. package/intl-phone-input/esm/{libphonenumber-js.min-fb9fb9ab.d.ts → libphonenumber-js.min-ff9746e0.d.ts} +0 -0
  703. package/intl-phone-input/esm/libphonenumber-js.min-ff9746e0.js +2225 -0
  704. package/intl-phone-input/index.css +3 -3
  705. package/intl-phone-input/index.js +1 -1
  706. package/intl-phone-input/{libphonenumber-js.min-b754cbb4.d.ts → libphonenumber-js.min-ff53dba1.d.ts} +0 -0
  707. package/intl-phone-input/libphonenumber-js.min-ff53dba1.js +2225 -0
  708. package/intl-phone-input/modern/component.js +2 -2
  709. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  710. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  711. package/intl-phone-input/modern/components/select/component.js +1 -1
  712. package/intl-phone-input/modern/components/select/index.css +6 -6
  713. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  714. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  715. package/intl-phone-input/modern/index.css +3 -3
  716. package/intl-phone-input/modern/{libphonenumber-js.min-fb9fb9ab.d.ts → libphonenumber-js.min-ff9746e0.d.ts} +0 -0
  717. package/intl-phone-input/modern/libphonenumber-js.min-ff9746e0.js +2225 -0
  718. package/link/Component.js +3 -3
  719. package/link/default.css +9 -9
  720. package/link/esm/Component.js +3 -3
  721. package/link/esm/default.css +9 -9
  722. package/link/esm/index.css +11 -11
  723. package/link/esm/inverted.css +9 -9
  724. package/link/index.css +11 -11
  725. package/link/inverted.css +9 -9
  726. package/link/modern/Component.js +3 -3
  727. package/link/modern/default.css +9 -9
  728. package/link/modern/index.css +11 -11
  729. package/link/modern/inverted.css +9 -9
  730. package/list/Component.js +1 -1
  731. package/list/esm/Component.js +1 -1
  732. package/list/esm/index.css +9 -9
  733. package/list/index.css +9 -9
  734. package/list/modern/Component.js +1 -1
  735. package/list/modern/index.css +9 -9
  736. package/list-header/Component.js +1 -1
  737. package/list-header/esm/Component.js +1 -1
  738. package/list-header/esm/index.css +3 -3
  739. package/list-header/index.css +3 -3
  740. package/list-header/modern/Component.js +1 -1
  741. package/list-header/modern/index.css +3 -3
  742. package/loader/Component.js +1 -1
  743. package/loader/esm/Component.js +1 -1
  744. package/loader/esm/index.css +7 -7
  745. package/loader/index.css +7 -7
  746. package/loader/modern/Component.js +1 -1
  747. package/loader/modern/index.css +7 -7
  748. package/masked-input/Component.js +1 -1
  749. package/masked-input/esm/Component.js +1 -1
  750. package/masked-input/esm/index.css +1 -1
  751. package/masked-input/index.css +1 -1
  752. package/masked-input/modern/Component.js +1 -1
  753. package/masked-input/modern/index.css +1 -1
  754. package/modal/Component.desktop.js +3 -3
  755. package/modal/Component.mobile.js +3 -3
  756. package/modal/Component.responsive.js +2 -2
  757. package/modal/components/closer/Component.js +2 -2
  758. package/modal/components/closer/index.css +4 -4
  759. package/modal/components/content/Component.desktop.js +2 -2
  760. package/modal/components/content/Component.js +1 -1
  761. package/modal/components/content/Component.mobile.js +2 -2
  762. package/modal/components/content/desktop.css +8 -8
  763. package/modal/components/content/index.css +3 -3
  764. package/modal/components/content/mobile.css +3 -3
  765. package/modal/components/footer/Component.desktop.js +2 -2
  766. package/modal/components/footer/Component.js +2 -2
  767. package/modal/components/footer/Component.mobile.js +2 -2
  768. package/modal/components/footer/desktop.css +9 -9
  769. package/modal/components/footer/index.css +4 -4
  770. package/modal/components/footer/layout.css +25 -25
  771. package/modal/components/footer/mobile.css +3 -3
  772. package/modal/components/header/Component.desktop.js +2 -2
  773. package/modal/components/header/Component.js +1 -1
  774. package/modal/components/header/Component.mobile.js +2 -2
  775. package/modal/components/header/desktop.css +17 -17
  776. package/modal/components/header/index.css +15 -15
  777. package/modal/components/header/mobile.css +3 -3
  778. package/modal/cssm/Component.responsive.d.ts +1 -1
  779. package/modal/desktop.css +9 -9
  780. package/modal/desktop.js +2 -2
  781. package/modal/esm/Component.desktop.js +3 -3
  782. package/modal/esm/Component.mobile.js +3 -3
  783. package/modal/esm/Component.responsive.js +2 -2
  784. package/modal/esm/components/closer/Component.js +2 -2
  785. package/modal/esm/components/closer/index.css +4 -4
  786. package/modal/esm/components/content/Component.desktop.js +2 -2
  787. package/modal/esm/components/content/Component.js +1 -1
  788. package/modal/esm/components/content/Component.mobile.js +2 -2
  789. package/modal/esm/components/content/desktop.css +8 -8
  790. package/modal/esm/components/content/index.css +3 -3
  791. package/modal/esm/components/content/mobile.css +3 -3
  792. package/modal/esm/components/footer/Component.desktop.js +2 -2
  793. package/modal/esm/components/footer/Component.js +2 -2
  794. package/modal/esm/components/footer/Component.mobile.js +2 -2
  795. package/modal/esm/components/footer/desktop.css +9 -9
  796. package/modal/esm/components/footer/index.css +4 -4
  797. package/modal/esm/components/footer/layout.css +25 -25
  798. package/modal/esm/components/footer/mobile.css +3 -3
  799. package/modal/esm/components/header/Component.desktop.js +2 -2
  800. package/modal/esm/components/header/Component.js +1 -1
  801. package/modal/esm/components/header/Component.mobile.js +2 -2
  802. package/modal/esm/components/header/desktop.css +17 -17
  803. package/modal/esm/components/header/index.css +15 -15
  804. package/modal/esm/components/header/mobile.css +3 -3
  805. package/modal/esm/desktop.css +9 -9
  806. package/modal/esm/desktop.js +2 -2
  807. package/modal/esm/index.js +2 -2
  808. package/modal/esm/mobile.css +2 -2
  809. package/modal/esm/mobile.js +2 -2
  810. package/modal/esm/responsive.js +2 -2
  811. package/modal/esm/transitions.css +8 -8
  812. package/modal/esm/transitions.module-94dc7d34.js +4 -0
  813. package/{picker-button/tslib.es6-6e760e45.d.ts → modal/esm/tslib.es6-ea03ac88.d.ts} +0 -0
  814. package/{picker-button/esm/tslib.es6-fd209890.js → modal/esm/tslib.es6-ea03ac88.js} +0 -0
  815. package/modal/index.js +2 -2
  816. package/modal/mobile.css +2 -2
  817. package/modal/mobile.js +2 -2
  818. package/modal/modern/Component.desktop.js +2 -2
  819. package/modal/modern/Component.mobile.js +2 -2
  820. package/modal/modern/Component.responsive.d.ts +1 -1
  821. package/modal/modern/Component.responsive.js +1 -1
  822. package/modal/modern/components/closer/Component.js +1 -1
  823. package/modal/modern/components/closer/index.css +4 -4
  824. package/modal/modern/components/content/Component.desktop.js +1 -1
  825. package/modal/modern/components/content/Component.js +1 -1
  826. package/modal/modern/components/content/Component.mobile.js +1 -1
  827. package/modal/modern/components/content/desktop.css +8 -8
  828. package/modal/modern/components/content/index.css +3 -3
  829. package/modal/modern/components/content/mobile.css +3 -3
  830. package/modal/modern/components/footer/Component.desktop.js +1 -1
  831. package/modal/modern/components/footer/Component.js +2 -2
  832. package/modal/modern/components/footer/Component.mobile.js +1 -1
  833. package/modal/modern/components/footer/desktop.css +9 -9
  834. package/modal/modern/components/footer/index.css +4 -4
  835. package/modal/modern/components/footer/layout.css +25 -25
  836. package/modal/modern/components/footer/mobile.css +3 -3
  837. package/modal/modern/components/header/Component.desktop.js +1 -1
  838. package/modal/modern/components/header/Component.js +1 -1
  839. package/modal/modern/components/header/Component.mobile.js +1 -1
  840. package/modal/modern/components/header/desktop.css +17 -17
  841. package/modal/modern/components/header/index.css +15 -15
  842. package/modal/modern/components/header/mobile.css +3 -3
  843. package/modal/modern/desktop.css +9 -9
  844. package/modal/modern/desktop.js +1 -1
  845. package/modal/modern/index.js +1 -1
  846. package/modal/modern/mobile.css +2 -2
  847. package/modal/modern/mobile.js +1 -1
  848. package/modal/modern/responsive.js +1 -1
  849. package/modal/modern/transitions.css +8 -8
  850. package/modal/modern/transitions.module-94dc7d34.js +4 -0
  851. package/modal/responsive.js +2 -2
  852. package/modal/transitions.css +8 -8
  853. package/modal/transitions.module-5279bfc1.js +4 -0
  854. package/{select-with-tags/esm/tslib.es6-2b20842d.d.ts → modal/tslib.es6-12394d17.d.ts} +0 -0
  855. package/{select-with-tags/tslib.es6-2e57621e.js → modal/tslib.es6-12394d17.js} +0 -0
  856. package/notification/Component.js +1 -1
  857. package/notification/esm/Component.js +1 -1
  858. package/notification/esm/index.css +8 -8
  859. package/notification/index.css +8 -8
  860. package/notification/modern/Component.js +1 -1
  861. package/notification/modern/index.css +8 -8
  862. package/notification-manager/{component-f4d8819d.d.ts → component-07ad7662.d.ts} +0 -0
  863. package/notification-manager/{component-f4d8819d.js → component-07ad7662.js} +0 -0
  864. package/notification-manager/component.js +2 -2
  865. package/notification-manager/components/index.js +1 -1
  866. package/notification-manager/components/notification/component.js +1 -1
  867. package/notification-manager/components/notification/index.d.ts +1 -1
  868. package/notification-manager/components/notification/index.js +1 -1
  869. package/notification-manager/esm/{component-354ecbe1.d.ts → component-f0bf9895.d.ts} +0 -0
  870. package/notification-manager/esm/{component-354ecbe1.js → component-f0bf9895.js} +0 -0
  871. package/notification-manager/esm/component.js +2 -2
  872. package/notification-manager/esm/components/index.js +1 -1
  873. package/notification-manager/esm/components/notification/component.js +1 -1
  874. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  875. package/notification-manager/esm/components/notification/index.js +1 -1
  876. package/notification-manager/esm/index.css +11 -11
  877. package/notification-manager/esm/index.js +1 -1
  878. package/notification-manager/index.css +11 -11
  879. package/notification-manager/index.js +1 -1
  880. package/notification-manager/modern/component.js +1 -1
  881. package/notification-manager/modern/index.css +11 -11
  882. package/package.json +11 -5
  883. package/pagination/Component.js +1 -1
  884. package/pagination/components/default-view/index.css +1 -1
  885. package/pagination/components/default-view/index.js +1 -1
  886. package/pagination/components/per-page-view/index.css +1 -1
  887. package/pagination/components/per-page-view/index.js +1 -1
  888. package/pagination/components/tag/index.css +7 -7
  889. package/pagination/components/tag/index.js +1 -1
  890. package/pagination/esm/Component.js +1 -1
  891. package/pagination/esm/components/default-view/index.css +1 -1
  892. package/pagination/esm/components/default-view/index.js +1 -1
  893. package/pagination/esm/components/per-page-view/index.css +1 -1
  894. package/pagination/esm/components/per-page-view/index.js +1 -1
  895. package/pagination/esm/components/tag/index.css +7 -7
  896. package/pagination/esm/components/tag/index.js +1 -1
  897. package/pagination/esm/index.css +3 -3
  898. package/pagination/index.css +3 -3
  899. package/pagination/modern/Component.js +1 -1
  900. package/pagination/modern/components/default-view/index.css +1 -1
  901. package/pagination/modern/components/default-view/index.js +1 -1
  902. package/pagination/modern/components/per-page-view/index.css +1 -1
  903. package/pagination/modern/components/per-page-view/index.js +1 -1
  904. package/pagination/modern/components/tag/index.css +7 -7
  905. package/pagination/modern/components/tag/index.js +1 -1
  906. package/pagination/modern/index.css +3 -3
  907. package/password-input/component.js +1 -1
  908. package/password-input/esm/component.js +1 -1
  909. package/password-input/esm/index.css +5 -5
  910. package/password-input/index.css +5 -5
  911. package/password-input/modern/component.js +1 -1
  912. package/password-input/modern/index.css +5 -5
  913. package/phone-input/utils/index.js +7 -5
  914. package/picker-button/Component.d.ts +1 -1
  915. package/picker-button/Component.js +2 -2
  916. package/picker-button/esm/Component.js +2 -2
  917. package/picker-button/esm/field/Component.js +2 -2
  918. package/picker-button/esm/field/index.css +3 -3
  919. package/picker-button/esm/field/index.js +1 -1
  920. package/picker-button/esm/index.css +6 -6
  921. package/picker-button/esm/index.js +1 -1
  922. package/picker-button/esm/option/Component.js +2 -2
  923. package/picker-button/esm/option/index.css +4 -4
  924. package/picker-button/esm/option/index.js +1 -1
  925. package/{select-with-tags/tslib.es6-2e57621e.d.ts → picker-button/esm/tslib.es6-16d529a6.d.ts} +0 -0
  926. package/{select-with-tags/esm/tslib.es6-2b20842d.js → picker-button/esm/tslib.es6-16d529a6.js} +0 -0
  927. package/picker-button/field/Component.js +2 -2
  928. package/picker-button/field/index.css +3 -3
  929. package/picker-button/field/index.js +1 -1
  930. package/picker-button/index.css +6 -6
  931. package/picker-button/index.js +1 -1
  932. package/picker-button/modern/Component.js +1 -1
  933. package/picker-button/modern/field/Component.js +1 -1
  934. package/picker-button/modern/field/index.css +3 -3
  935. package/picker-button/modern/index.css +6 -6
  936. package/picker-button/modern/option/Component.js +1 -1
  937. package/picker-button/modern/option/index.css +4 -4
  938. package/picker-button/option/Component.js +2 -2
  939. package/picker-button/option/index.css +4 -4
  940. package/picker-button/option/index.js +1 -1
  941. package/{select/esm/tslib.es6-0082a09a.d.ts → picker-button/tslib.es6-4456597b.d.ts} +0 -0
  942. package/{table/tslib.es6-13f9e3ba.js → picker-button/tslib.es6-4456597b.js} +0 -0
  943. package/plate/Component.js +1 -1
  944. package/plate/esm/Component.js +1 -1
  945. package/plate/esm/index.css +27 -27
  946. package/plate/index.css +27 -27
  947. package/plate/modern/Component.js +1 -1
  948. package/plate/modern/index.css +27 -27
  949. package/popover/Component.js +1 -1
  950. package/popover/esm/Component.js +1 -1
  951. package/popover/esm/index.css +33 -33
  952. package/popover/index.css +33 -33
  953. package/popover/modern/Component.js +1 -1
  954. package/popover/modern/index.css +33 -33
  955. package/progress-bar/Component.js +1 -1
  956. package/progress-bar/esm/Component.js +1 -1
  957. package/progress-bar/esm/index.css +12 -12
  958. package/progress-bar/index.css +12 -12
  959. package/progress-bar/modern/Component.js +1 -1
  960. package/progress-bar/modern/index.css +12 -12
  961. package/pure-input/Component.js +1 -1
  962. package/pure-input/esm/Component.js +1 -1
  963. package/pure-input/esm/index.css +25 -25
  964. package/pure-input/index.css +25 -25
  965. package/pure-input/modern/Component.js +1 -1
  966. package/pure-input/modern/index.css +25 -25
  967. package/radio/Component.js +1 -1
  968. package/radio/esm/Component.js +1 -1
  969. package/radio/esm/index.css +31 -31
  970. package/radio/index.css +31 -31
  971. package/radio/modern/Component.js +1 -1
  972. package/radio/modern/index.css +31 -31
  973. package/radio-group/Component.js +1 -1
  974. package/radio-group/esm/Component.js +1 -1
  975. package/radio-group/esm/index.css +16 -16
  976. package/radio-group/index.css +16 -16
  977. package/radio-group/modern/Component.js +1 -1
  978. package/radio-group/modern/index.css +16 -16
  979. package/scrollbar/Component.js +3 -3
  980. package/scrollbar/default.css +2 -2
  981. package/scrollbar/esm/Component.js +3 -3
  982. package/scrollbar/esm/default.css +2 -2
  983. package/scrollbar/esm/index.css +25 -25
  984. package/scrollbar/esm/inverted.css +2 -2
  985. package/scrollbar/index.css +25 -25
  986. package/scrollbar/inverted.css +2 -2
  987. package/scrollbar/modern/Component.js +3 -3
  988. package/scrollbar/modern/default.css +2 -2
  989. package/scrollbar/modern/index.css +25 -25
  990. package/scrollbar/modern/inverted.css +2 -2
  991. package/select/{Component-a8813866.d.ts → Component-86b878b6.d.ts} +0 -0
  992. package/select/{Component-a8813866.js → Component-86b878b6.js} +2 -2
  993. package/select/{cssm/Component-ab46cfa1.d.ts → Component-b171d3cf.d.ts} +13 -2
  994. package/select/{Component-4d827af4.js → Component-b171d3cf.js} +7 -7
  995. package/select/Component.js +2 -2
  996. package/select/components/arrow/Component.js +1 -1
  997. package/select/components/arrow/index.css +3 -3
  998. package/select/components/base-select/Component.js +2 -2
  999. package/select/components/base-select/index.css +7 -7
  1000. package/select/components/base-select/index.d.ts +1 -1
  1001. package/select/components/base-select/index.js +2 -2
  1002. package/select/components/checkmark/Component.js +1 -1
  1003. package/select/components/checkmark/index.css +7 -7
  1004. package/select/components/field/Component.js +2 -2
  1005. package/select/components/field/index.css +9 -9
  1006. package/select/components/field/index.js +1 -1
  1007. package/select/components/index.js +4 -4
  1008. package/select/components/native-select/Component.js +1 -1
  1009. package/select/components/native-select/index.js +1 -1
  1010. package/select/components/optgroup/Component.js +1 -1
  1011. package/select/components/optgroup/index.css +6 -6
  1012. package/select/components/option/Component.js +2 -2
  1013. package/select/components/option/index.css +20 -20
  1014. package/select/components/option/index.js +1 -1
  1015. package/select/components/options-list/Component.js +2 -2
  1016. package/select/components/options-list/index.css +6 -6
  1017. package/select/components/options-list/index.js +1 -1
  1018. package/select/components/select-mobile/Component.js +4 -4
  1019. package/select/components/select-mobile/checkmark/Component.js +1 -1
  1020. package/select/components/select-mobile/checkmark/index.css +4 -4
  1021. package/select/components/select-mobile/index.css +11 -11
  1022. package/select/components/select-mobile/index.d.ts +1 -1
  1023. package/select/components/select-mobile/index.js +4 -4
  1024. package/select/components/select-mobile/options-list/Component.js +2 -2
  1025. package/select/components/select-mobile/options-list/index.css +9 -9
  1026. package/select/components/select-mobile/options-list/index.js +1 -1
  1027. package/select/components/virtual-options-list/Component.js +2 -2
  1028. package/select/components/virtual-options-list/index.css +12 -12
  1029. package/select/components/virtual-options-list/index.js +1 -1
  1030. package/select/{esm/Component-6975d6d5.d.ts → cssm/Component-078b099c.d.ts} +13 -2
  1031. package/select/cssm/{Component-ab46cfa1.js → Component-078b099c.js} +2 -2
  1032. package/select/cssm/components/index.js +1 -1
  1033. package/select/cssm/components/select-mobile/Component.js +1 -1
  1034. package/select/cssm/components/select-mobile/index.d.ts +1 -1
  1035. package/select/cssm/components/select-mobile/index.js +1 -1
  1036. package/select/cssm/index.js +1 -1
  1037. package/select/cssm/presets/index.js +1 -1
  1038. package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
  1039. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1040. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1041. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1042. package/select/esm/{Component-148e2816.d.ts → Component-795fedba.d.ts} +0 -0
  1043. package/select/esm/{Component-148e2816.js → Component-795fedba.js} +2 -2
  1044. package/select/{modern/Component-e3661da1.d.ts → esm/Component-ea0c386c.d.ts} +13 -2
  1045. package/select/esm/{Component-6975d6d5.js → Component-ea0c386c.js} +7 -7
  1046. package/select/esm/Component.js +2 -2
  1047. package/select/esm/components/arrow/Component.js +1 -1
  1048. package/select/esm/components/arrow/index.css +3 -3
  1049. package/select/esm/components/base-select/Component.js +2 -2
  1050. package/select/esm/components/base-select/index.css +7 -7
  1051. package/select/esm/components/base-select/index.d.ts +1 -1
  1052. package/select/esm/components/base-select/index.js +2 -2
  1053. package/select/esm/components/checkmark/Component.js +1 -1
  1054. package/select/esm/components/checkmark/index.css +7 -7
  1055. package/select/esm/components/field/Component.js +2 -2
  1056. package/select/esm/components/field/index.css +9 -9
  1057. package/select/esm/components/field/index.js +1 -1
  1058. package/select/esm/components/index.js +4 -4
  1059. package/select/esm/components/native-select/Component.js +1 -1
  1060. package/select/esm/components/native-select/index.js +1 -1
  1061. package/select/esm/components/optgroup/Component.js +1 -1
  1062. package/select/esm/components/optgroup/index.css +6 -6
  1063. package/select/esm/components/option/Component.js +2 -2
  1064. package/select/esm/components/option/index.css +20 -20
  1065. package/select/esm/components/option/index.js +1 -1
  1066. package/select/esm/components/options-list/Component.js +2 -2
  1067. package/select/esm/components/options-list/index.css +6 -6
  1068. package/select/esm/components/options-list/index.js +1 -1
  1069. package/select/esm/components/select-mobile/Component.js +4 -4
  1070. package/select/esm/components/select-mobile/checkmark/Component.js +1 -1
  1071. package/select/esm/components/select-mobile/checkmark/index.css +4 -4
  1072. package/select/esm/components/select-mobile/index.css +11 -11
  1073. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1074. package/select/esm/components/select-mobile/index.js +4 -4
  1075. package/select/esm/components/select-mobile/options-list/Component.js +2 -2
  1076. package/select/esm/components/select-mobile/options-list/index.css +9 -9
  1077. package/select/esm/components/select-mobile/options-list/index.js +1 -1
  1078. package/select/esm/components/virtual-options-list/Component.js +2 -2
  1079. package/select/esm/components/virtual-options-list/index.css +12 -12
  1080. package/select/esm/components/virtual-options-list/index.js +1 -1
  1081. package/select/esm/index.js +4 -4
  1082. package/select/esm/{intersection-observer-ebdfdb11.d.ts → intersection-observer-f0caae68.d.ts} +0 -0
  1083. package/select/esm/{intersection-observer-ebdfdb11.js → intersection-observer-f0caae68.js} +0 -0
  1084. package/select/esm/presets/index.js +4 -4
  1085. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1086. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1087. package/select/esm/presets/useSelectWithApply/hook.js +4 -4
  1088. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1089. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1090. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1091. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1092. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1093. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1094. package/{table/tslib.es6-13f9e3ba.d.ts → select/esm/tslib.es6-309ca98e.d.ts} +0 -0
  1095. package/select/esm/{tslib.es6-0082a09a.js → tslib.es6-309ca98e.js} +0 -0
  1096. package/select/index.js +4 -4
  1097. package/select/{intersection-observer-f51db423.d.ts → intersection-observer-40c7007b.d.ts} +0 -0
  1098. package/select/{intersection-observer-f51db423.js → intersection-observer-40c7007b.js} +0 -0
  1099. package/select/{Component-4d827af4.d.ts → modern/Component-29ea6526.d.ts} +13 -2
  1100. package/select/modern/{Component-e3661da1.js → Component-29ea6526.js} +9 -9
  1101. package/select/modern/{Component-cd8eced8.d.ts → Component-e9691ff9.d.ts} +0 -0
  1102. package/select/modern/{Component-cd8eced8.js → Component-e9691ff9.js} +1 -1
  1103. package/select/modern/Component.js +4 -4
  1104. package/select/modern/components/arrow/Component.js +1 -1
  1105. package/select/modern/components/arrow/index.css +3 -3
  1106. package/select/modern/components/base-select/Component.js +1 -1
  1107. package/select/modern/components/base-select/index.css +7 -7
  1108. package/select/modern/components/base-select/index.d.ts +1 -1
  1109. package/select/modern/components/base-select/index.js +1 -1
  1110. package/select/modern/components/checkmark/Component.js +1 -1
  1111. package/select/modern/components/checkmark/index.css +7 -7
  1112. package/select/modern/components/field/Component.js +2 -2
  1113. package/select/modern/components/field/index.css +9 -9
  1114. package/select/modern/components/field/index.js +1 -1
  1115. package/select/modern/components/index.js +6 -6
  1116. package/select/modern/components/optgroup/Component.js +1 -1
  1117. package/select/modern/components/optgroup/index.css +6 -6
  1118. package/select/modern/components/option/Component.js +1 -1
  1119. package/select/modern/components/option/index.css +20 -20
  1120. package/select/modern/components/options-list/Component.js +1 -1
  1121. package/select/modern/components/options-list/index.css +6 -6
  1122. package/select/modern/components/select-mobile/Component.js +6 -6
  1123. package/select/modern/components/select-mobile/checkmark/Component.js +1 -1
  1124. package/select/modern/components/select-mobile/checkmark/index.css +4 -4
  1125. package/select/modern/components/select-mobile/index.css +11 -11
  1126. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1127. package/select/modern/components/select-mobile/index.js +6 -6
  1128. package/select/modern/components/select-mobile/options-list/Component.js +1 -1
  1129. package/select/modern/components/select-mobile/options-list/index.css +9 -9
  1130. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1131. package/select/modern/components/virtual-options-list/index.css +12 -12
  1132. package/select/modern/index.js +6 -6
  1133. package/select/modern/{intersection-observer-ebdfdb11.d.ts → intersection-observer-f0caae68.d.ts} +0 -0
  1134. package/select/modern/{intersection-observer-ebdfdb11.js → intersection-observer-f0caae68.js} +0 -0
  1135. package/select/modern/presets/index.js +6 -6
  1136. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1137. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1138. package/select/modern/presets/useSelectWithApply/hook.js +6 -6
  1139. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
  1140. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1141. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1142. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
  1143. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1144. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1145. package/select/presets/index.js +4 -4
  1146. package/select/presets/useLazyLoading/hook.js +3 -3
  1147. package/select/presets/useLazyLoading/index.css +2 -2
  1148. package/select/presets/useSelectWithApply/hook.js +4 -4
  1149. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1150. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1151. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1152. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1153. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1154. package/select/presets/useSelectWithLoading/index.css +2 -2
  1155. package/{tabs/esm/tslib.es6-0d96f196.d.ts → select/tslib.es6-ef41ea5a.d.ts} +0 -0
  1156. package/select/{tslib.es6-42d27d11.js → tslib.es6-ef41ea5a.js} +0 -0
  1157. package/select-with-tags/component.js +1 -1
  1158. package/select-with-tags/components/index.js +1 -1
  1159. package/select-with-tags/components/tag/component.js +2 -2
  1160. package/select-with-tags/components/tag/index.css +10 -10
  1161. package/select-with-tags/components/tag/index.js +1 -1
  1162. package/select-with-tags/components/tag-list/component.js +2 -2
  1163. package/select-with-tags/components/tag-list/index.css +30 -30
  1164. package/select-with-tags/components/tag-list/index.js +1 -1
  1165. package/select-with-tags/esm/component.js +1 -1
  1166. package/select-with-tags/esm/components/index.js +1 -1
  1167. package/select-with-tags/esm/components/tag/component.js +2 -2
  1168. package/select-with-tags/esm/components/tag/index.css +10 -10
  1169. package/select-with-tags/esm/components/tag/index.js +1 -1
  1170. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1171. package/select-with-tags/esm/components/tag-list/index.css +30 -30
  1172. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1173. package/select-with-tags/esm/index.js +1 -1
  1174. package/{select/tslib.es6-42d27d11.d.ts → select-with-tags/esm/tslib.es6-27207d38.d.ts} +0 -0
  1175. package/{table/esm/tslib.es6-6f8ec7bf.js → select-with-tags/esm/tslib.es6-27207d38.js} +0 -0
  1176. package/select-with-tags/esm/utils/index.js +1 -1
  1177. package/select-with-tags/esm/utils/match.js +1 -1
  1178. package/select-with-tags/index.js +1 -1
  1179. package/select-with-tags/modern/components/tag/component.js +1 -1
  1180. package/select-with-tags/modern/components/tag/index.css +10 -10
  1181. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1182. package/select-with-tags/modern/components/tag-list/index.css +30 -30
  1183. package/{table/esm/tslib.es6-6f8ec7bf.d.ts → select-with-tags/tslib.es6-021a2f92.d.ts} +0 -0
  1184. package/{tabs/tslib.es6-3a9c9503.js → select-with-tags/tslib.es6-021a2f92.js} +0 -0
  1185. package/select-with-tags/utils/index.js +1 -1
  1186. package/select-with-tags/utils/match.js +1 -1
  1187. package/skeleton/Component.js +1 -1
  1188. package/skeleton/esm/Component.js +1 -1
  1189. package/skeleton/esm/index.css +10 -10
  1190. package/skeleton/index.css +10 -10
  1191. package/skeleton/modern/Component.js +1 -1
  1192. package/skeleton/modern/index.css +10 -10
  1193. package/slider/Component.js +1 -1
  1194. package/slider/esm/Component.js +1 -1
  1195. package/slider/esm/index.css +36 -36
  1196. package/slider/index.css +36 -36
  1197. package/slider/modern/Component.js +1 -1
  1198. package/slider/modern/index.css +36 -36
  1199. package/slider-input/Component.js +1 -1
  1200. package/slider-input/esm/Component.js +1 -1
  1201. package/slider-input/esm/index.css +16 -16
  1202. package/slider-input/index.css +16 -16
  1203. package/slider-input/modern/Component.js +1 -1
  1204. package/slider-input/modern/index.css +16 -16
  1205. package/space/Component.js +2 -2
  1206. package/space/{Item-fcc9325f.d.ts → Item-e5d6b3fe.d.ts} +0 -0
  1207. package/space/{Item-fcc9325f.js → Item-e5d6b3fe.js} +0 -0
  1208. package/space/Item.js +1 -1
  1209. package/space/esm/Component.js +2 -2
  1210. package/space/esm/{Item-b9f42db0.d.ts → Item-acf35eb2.d.ts} +0 -0
  1211. package/space/esm/{Item-b9f42db0.js → Item-acf35eb2.js} +0 -0
  1212. package/space/esm/Item.js +1 -1
  1213. package/space/esm/index.css +8 -8
  1214. package/space/esm/index.js +1 -1
  1215. package/space/index.css +8 -8
  1216. package/space/index.js +1 -1
  1217. package/space/modern/Component.js +1 -1
  1218. package/space/modern/index.css +8 -8
  1219. package/spinner/Component.js +1 -1
  1220. package/spinner/esm/Component.js +1 -1
  1221. package/spinner/esm/index.css +6 -6
  1222. package/spinner/index.css +6 -6
  1223. package/spinner/modern/Component.js +1 -1
  1224. package/spinner/modern/index.css +6 -6
  1225. package/status/Component.js +1 -1
  1226. package/status/esm/Component.js +1 -1
  1227. package/status/esm/index.css +17 -17
  1228. package/status/index.css +17 -17
  1229. package/status/modern/Component.js +1 -1
  1230. package/status/modern/index.css +17 -17
  1231. package/stepped-progress-bar/Component.js +1 -1
  1232. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1233. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  1234. package/stepped-progress-bar/esm/Component.js +1 -1
  1235. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1236. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  1237. package/stepped-progress-bar/esm/index.css +3 -3
  1238. package/stepped-progress-bar/index.css +3 -3
  1239. package/stepped-progress-bar/modern/Component.js +1 -1
  1240. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1241. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  1242. package/stepped-progress-bar/modern/index.css +3 -3
  1243. package/switch/Component.js +1 -1
  1244. package/switch/esm/Component.js +1 -1
  1245. package/switch/esm/index.css +25 -25
  1246. package/switch/index.css +25 -25
  1247. package/switch/modern/Component.js +1 -1
  1248. package/switch/modern/index.css +25 -25
  1249. package/table/component.js +1 -1
  1250. package/table/components/index.js +1 -1
  1251. package/table/components/pagination/Component.js +2 -2
  1252. package/table/components/pagination/index.css +8 -8
  1253. package/table/components/pagination/index.js +1 -1
  1254. package/table/components/pagination/select-field/index.css +4 -4
  1255. package/table/components/pagination/select-field/index.js +2 -2
  1256. package/table/components/table/Component.js +2 -2
  1257. package/table/components/table/index.css +6 -6
  1258. package/table/components/table/index.js +1 -1
  1259. package/table/components/table/utils.js +1 -1
  1260. package/table/components/tbody/Component.js +2 -2
  1261. package/table/components/tbody/index.css +2 -2
  1262. package/table/components/tbody/index.js +1 -1
  1263. package/table/components/tcell/Component.js +2 -2
  1264. package/table/components/tcell/index.css +4 -4
  1265. package/table/components/tcell/index.js +1 -1
  1266. package/table/components/texpandable-row/Component.js +2 -2
  1267. package/table/components/texpandable-row/index.css +5 -5
  1268. package/table/components/texpandable-row/index.js +1 -1
  1269. package/table/components/thead/Component.js +2 -2
  1270. package/table/components/thead/index.css +6 -6
  1271. package/table/components/thead/index.js +1 -1
  1272. package/table/components/thead-cell/Component.js +2 -2
  1273. package/table/components/thead-cell/index.css +5 -5
  1274. package/table/components/thead-cell/index.js +1 -1
  1275. package/table/components/trow/Component.js +2 -2
  1276. package/table/components/trow/index.css +8 -8
  1277. package/table/components/trow/index.js +1 -1
  1278. package/table/components/tsortable-head-cell/Component.js +2 -2
  1279. package/table/components/tsortable-head-cell/index.css +9 -9
  1280. package/table/components/tsortable-head-cell/index.js +1 -1
  1281. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1282. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1283. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1284. package/table/esm/component.js +1 -1
  1285. package/table/esm/components/index.js +1 -1
  1286. package/table/esm/components/pagination/Component.js +2 -2
  1287. package/table/esm/components/pagination/index.css +8 -8
  1288. package/table/esm/components/pagination/index.js +1 -1
  1289. package/table/esm/components/pagination/select-field/index.css +4 -4
  1290. package/table/esm/components/pagination/select-field/index.js +2 -2
  1291. package/table/esm/components/table/Component.js +2 -2
  1292. package/table/esm/components/table/index.css +6 -6
  1293. package/table/esm/components/table/index.js +1 -1
  1294. package/table/esm/components/table/utils.js +1 -1
  1295. package/table/esm/components/tbody/Component.js +2 -2
  1296. package/table/esm/components/tbody/index.css +2 -2
  1297. package/table/esm/components/tbody/index.js +1 -1
  1298. package/table/esm/components/tcell/Component.js +2 -2
  1299. package/table/esm/components/tcell/index.css +4 -4
  1300. package/table/esm/components/tcell/index.js +1 -1
  1301. package/table/esm/components/texpandable-row/Component.js +2 -2
  1302. package/table/esm/components/texpandable-row/index.css +5 -5
  1303. package/table/esm/components/texpandable-row/index.js +1 -1
  1304. package/table/esm/components/thead/Component.js +2 -2
  1305. package/table/esm/components/thead/index.css +6 -6
  1306. package/table/esm/components/thead/index.js +1 -1
  1307. package/table/esm/components/thead-cell/Component.js +2 -2
  1308. package/table/esm/components/thead-cell/index.css +5 -5
  1309. package/table/esm/components/thead-cell/index.js +1 -1
  1310. package/table/esm/components/trow/Component.js +2 -2
  1311. package/table/esm/components/trow/index.css +8 -8
  1312. package/table/esm/components/trow/index.js +1 -1
  1313. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1314. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1315. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1316. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1317. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1318. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1319. package/table/esm/index.js +1 -1
  1320. package/{tabs/tslib.es6-3a9c9503.d.ts → table/esm/tslib.es6-7bea4b18.d.ts} +0 -0
  1321. package/{tabs/esm/tslib.es6-0d96f196.js → table/esm/tslib.es6-7bea4b18.js} +0 -0
  1322. package/table/index.js +1 -1
  1323. package/table/modern/components/pagination/Component.js +1 -1
  1324. package/table/modern/components/pagination/index.css +8 -8
  1325. package/table/modern/components/pagination/select-field/index.css +4 -4
  1326. package/table/modern/components/pagination/select-field/index.js +1 -1
  1327. package/table/modern/components/table/Component.js +1 -1
  1328. package/table/modern/components/table/index.css +6 -6
  1329. package/table/modern/components/tbody/Component.js +1 -1
  1330. package/table/modern/components/tbody/index.css +2 -2
  1331. package/table/modern/components/tcell/Component.js +1 -1
  1332. package/table/modern/components/tcell/index.css +4 -4
  1333. package/table/modern/components/texpandable-row/Component.js +1 -1
  1334. package/table/modern/components/texpandable-row/index.css +5 -5
  1335. package/table/modern/components/thead/Component.js +1 -1
  1336. package/table/modern/components/thead/index.css +6 -6
  1337. package/table/modern/components/thead-cell/Component.js +1 -1
  1338. package/table/modern/components/thead-cell/index.css +5 -5
  1339. package/table/modern/components/trow/Component.js +1 -1
  1340. package/table/modern/components/trow/index.css +8 -8
  1341. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1342. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1343. package/{typography/colors.module-95de0a84.d.ts → table/tslib.es6-7035c110.d.ts} +0 -0
  1344. package/table/tslib.es6-7035c110.js +40 -0
  1345. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1346. package/tabs/components/primary-tablist/Component.js +1 -1
  1347. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1348. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1349. package/tabs/components/primary-tablist/index.css +19 -19
  1350. package/tabs/components/primary-tablist/mobile.css +22 -22
  1351. package/tabs/components/scrollable-container/Component.js +1 -1
  1352. package/tabs/components/scrollable-container/index.css +4 -4
  1353. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1354. package/tabs/components/secondary-tablist/Component.js +1 -1
  1355. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1356. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1357. package/tabs/components/secondary-tablist/index.css +10 -10
  1358. package/tabs/components/secondary-tablist/mobile.css +12 -12
  1359. package/tabs/components/tab/Component.js +1 -1
  1360. package/tabs/components/tab/index.css +3 -3
  1361. package/tabs/components/tabs/Component.desktop.js +3 -3
  1362. package/tabs/components/tabs/Component.mobile.js +3 -3
  1363. package/tabs/components/tabs/Component.responsive.js +3 -3
  1364. package/tabs/desktop.js +3 -3
  1365. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1366. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1367. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1368. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1369. package/tabs/esm/components/primary-tablist/index.css +19 -19
  1370. package/tabs/esm/components/primary-tablist/mobile.css +22 -22
  1371. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1372. package/tabs/esm/components/scrollable-container/index.css +4 -4
  1373. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1374. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1375. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1376. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1377. package/tabs/esm/components/secondary-tablist/index.css +10 -10
  1378. package/tabs/esm/components/secondary-tablist/mobile.css +12 -12
  1379. package/tabs/esm/components/tab/Component.js +1 -1
  1380. package/tabs/esm/components/tab/index.css +3 -3
  1381. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1382. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1383. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1384. package/tabs/esm/desktop.js +3 -3
  1385. package/tabs/esm/index.js +3 -3
  1386. package/tabs/esm/index.module-997cc06a.js +4 -0
  1387. package/tabs/esm/index.module-d1e8e2da.js +4 -0
  1388. package/tabs/esm/mobile.js +3 -3
  1389. package/tabs/esm/responsive.js +3 -3
  1390. package/{typography/esm/colors.module-f5234f1d.d.ts → tabs/esm/tslib.es6-45b13131.d.ts} +0 -0
  1391. package/tabs/esm/tslib.es6-45b13131.js +40 -0
  1392. package/tabs/index.js +3 -3
  1393. package/tabs/index.module-5bc8e1b6.js +4 -0
  1394. package/tabs/index.module-fd64aa48.js +4 -0
  1395. package/tabs/mobile.js +3 -3
  1396. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1397. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1398. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1399. package/tabs/modern/components/primary-tablist/index.css +19 -19
  1400. package/tabs/modern/components/primary-tablist/mobile.css +22 -22
  1401. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1402. package/tabs/modern/components/scrollable-container/index.css +4 -4
  1403. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1404. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1405. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1406. package/tabs/modern/components/secondary-tablist/index.css +10 -10
  1407. package/tabs/modern/components/secondary-tablist/mobile.css +12 -12
  1408. package/tabs/modern/components/tab/Component.js +1 -1
  1409. package/tabs/modern/components/tab/index.css +3 -3
  1410. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1411. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1412. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1413. package/tabs/modern/desktop.js +2 -2
  1414. package/tabs/modern/index.js +2 -2
  1415. package/tabs/modern/index.module-997cc06a.js +4 -0
  1416. package/tabs/modern/index.module-d1e8e2da.js +4 -0
  1417. package/tabs/modern/mobile.js +2 -2
  1418. package/tabs/modern/responsive.js +2 -2
  1419. package/tabs/responsive.js +3 -3
  1420. package/tabs/tslib.es6-ee3a9ab9.d.ts +32 -0
  1421. package/tabs/tslib.es6-ee3a9ab9.js +40 -0
  1422. package/tag/Component.js +3 -3
  1423. package/tag/default.css +8 -8
  1424. package/tag/esm/Component.js +3 -3
  1425. package/tag/esm/default.css +8 -8
  1426. package/tag/esm/index.css +37 -37
  1427. package/tag/esm/inverted.css +8 -8
  1428. package/tag/index.css +37 -37
  1429. package/tag/inverted.css +8 -8
  1430. package/tag/modern/Component.js +3 -3
  1431. package/tag/modern/default.css +8 -8
  1432. package/tag/modern/index.css +37 -37
  1433. package/tag/modern/inverted.css +8 -8
  1434. package/textarea/Component.js +3 -3
  1435. package/textarea/default.css +18 -18
  1436. package/textarea/esm/Component.js +3 -3
  1437. package/textarea/esm/default.css +18 -18
  1438. package/textarea/esm/index.css +21 -21
  1439. package/textarea/esm/inverted.css +18 -18
  1440. package/textarea/index.css +21 -21
  1441. package/textarea/inverted.css +18 -18
  1442. package/textarea/modern/Component.js +3 -3
  1443. package/textarea/modern/default.css +18 -18
  1444. package/textarea/modern/index.css +21 -21
  1445. package/textarea/modern/inverted.css +18 -18
  1446. package/themes/compiled/mobile-dark-bluetint.css +1768 -308
  1447. package/themes/compiled/mobile-dark-bluetint.js +2 -0
  1448. package/themes/dark.js +2 -0
  1449. package/themes/esm/compiled/mobile-dark-bluetint.js +3 -0
  1450. package/themes/modern/compiled/mobile-dark-bluetint.js +3 -0
  1451. package/themes/package.json +10 -1
  1452. package/themes/send-stats.js +0 -0
  1453. package/toast/component.js +1 -1
  1454. package/toast/esm/component.js +1 -1
  1455. package/toast/esm/index.css +10 -10
  1456. package/toast/index.css +10 -10
  1457. package/toast/modern/component.js +1 -1
  1458. package/toast/modern/index.css +10 -10
  1459. package/toast-plate/component.js +1 -1
  1460. package/toast-plate/esm/component.js +1 -1
  1461. package/toast-plate/esm/index.css +16 -16
  1462. package/toast-plate/index.css +16 -16
  1463. package/toast-plate/modern/component.js +1 -1
  1464. package/toast-plate/modern/index.css +16 -16
  1465. package/tooltip/{Component-ff95c212.d.ts → Component-d6de92dd.d.ts} +0 -0
  1466. package/tooltip/{Component-ff95c212.js → Component-d6de92dd.js} +3 -3
  1467. package/tooltip/Component.js +1 -1
  1468. package/tooltip/component.responsive.js +2 -2
  1469. package/tooltip/default.css +3 -3
  1470. package/tooltip/esm/{Component-994b3c90.d.ts → Component-3d6ed6c4.d.ts} +0 -0
  1471. package/tooltip/esm/{Component-994b3c90.js → Component-3d6ed6c4.js} +3 -3
  1472. package/tooltip/esm/Component.js +1 -1
  1473. package/tooltip/esm/component.responsive.js +2 -2
  1474. package/tooltip/esm/default.css +3 -3
  1475. package/tooltip/esm/index.css +6 -6
  1476. package/tooltip/esm/index.d.ts +1 -1
  1477. package/tooltip/esm/index.js +1 -1
  1478. package/tooltip/esm/inverted.css +5 -5
  1479. package/tooltip/esm/responsive.css +3 -3
  1480. package/tooltip/esm/responsive.js +1 -1
  1481. package/tooltip/index.css +6 -6
  1482. package/tooltip/index.d.ts +1 -1
  1483. package/tooltip/index.js +1 -1
  1484. package/tooltip/inverted.css +5 -5
  1485. package/tooltip/modern/Component.js +3 -3
  1486. package/tooltip/modern/component.responsive.js +1 -1
  1487. package/tooltip/modern/default.css +3 -3
  1488. package/tooltip/modern/index.css +6 -6
  1489. package/tooltip/modern/inverted.css +5 -5
  1490. package/tooltip/modern/responsive.css +3 -3
  1491. package/tooltip/responsive.css +3 -3
  1492. package/tooltip/responsive.js +1 -1
  1493. package/typography/colors.css +12 -12
  1494. package/typography/colors.module-22bc2ae2.d.ts +32 -0
  1495. package/typography/{colors.module-95de0a84.js → colors.module-22bc2ae2.js} +1 -1
  1496. package/typography/common.module-2cfdaf43.js +4 -0
  1497. package/typography/component.js +2 -2
  1498. package/typography/esm/colors.css +12 -12
  1499. package/typography/esm/colors.module-bde4e6a5.d.ts +32 -0
  1500. package/typography/esm/{colors.module-f5234f1d.js → colors.module-bde4e6a5.js} +1 -1
  1501. package/typography/esm/common.module-61a8d4a0.js +4 -0
  1502. package/typography/esm/component.js +2 -2
  1503. package/typography/esm/index.js +2 -2
  1504. package/typography/esm/text/component.d.ts +2 -2
  1505. package/typography/esm/text/component.js +2 -2
  1506. package/typography/esm/text/index.css +13 -13
  1507. package/typography/esm/text/index.js +1 -1
  1508. package/typography/esm/title/common.css +4 -4
  1509. package/typography/esm/title/component.d.ts +2 -2
  1510. package/typography/esm/title/component.js +1 -1
  1511. package/typography/esm/title/index.css +18 -18
  1512. package/typography/esm/title/index.js +3 -3
  1513. package/typography/esm/title-mobile/component.js +3 -3
  1514. package/typography/esm/title-mobile/index.css +13 -13
  1515. package/typography/esm/title-mobile/index.js +2 -2
  1516. package/typography/esm/title-responsive/component.js +3 -3
  1517. package/typography/esm/title-responsive/index.css +40 -40
  1518. package/typography/esm/title-responsive/index.js +2 -2
  1519. package/typography/index.js +2 -2
  1520. package/typography/modern/colors.css +12 -12
  1521. package/typography/modern/colors.module-6c5ea1d2.js +4 -0
  1522. package/typography/modern/common.module-61a8d4a0.js +4 -0
  1523. package/typography/modern/component.js +2 -2
  1524. package/typography/modern/index.js +2 -2
  1525. package/typography/modern/text/component.js +2 -2
  1526. package/typography/modern/text/index.css +13 -13
  1527. package/typography/modern/text/index.js +1 -1
  1528. package/typography/modern/title/common.css +4 -4
  1529. package/typography/modern/title/component.js +1 -1
  1530. package/typography/modern/title/index.css +18 -18
  1531. package/typography/modern/title/index.js +3 -3
  1532. package/typography/modern/title-mobile/component.js +3 -3
  1533. package/typography/modern/title-mobile/index.css +13 -13
  1534. package/typography/modern/title-mobile/index.js +2 -2
  1535. package/typography/modern/title-responsive/component.js +3 -3
  1536. package/typography/modern/title-responsive/index.css +40 -40
  1537. package/typography/modern/title-responsive/index.js +2 -2
  1538. package/typography/text/component.js +2 -2
  1539. package/typography/text/index.css +13 -13
  1540. package/typography/text/index.js +1 -1
  1541. package/typography/title/common.css +4 -4
  1542. package/typography/title/component.js +1 -1
  1543. package/typography/title/index.css +18 -18
  1544. package/typography/title/index.js +3 -3
  1545. package/typography/title-mobile/component.js +3 -3
  1546. package/typography/title-mobile/index.css +13 -13
  1547. package/typography/title-mobile/index.js +2 -2
  1548. package/typography/title-responsive/component.js +3 -3
  1549. package/typography/title-responsive/index.css +40 -40
  1550. package/typography/title-responsive/index.js +2 -2
  1551. package/vars/colors-bluetint.js +2 -0
  1552. package/vars/colors-indigo.js +2 -0
  1553. package/vars/cssm/colors-bluetint.js +2 -0
  1554. package/vars/cssm/colors-indigo.js +2 -0
  1555. package/vars/package.json +11 -1
  1556. package/vars/send-stats.js +0 -0
  1557. package/with-suffix/Component.js +1 -1
  1558. package/with-suffix/esm/Component.js +1 -1
  1559. package/with-suffix/esm/index.css +8 -8
  1560. package/with-suffix/index.css +8 -8
  1561. package/with-suffix/modern/Component.js +1 -1
  1562. package/with-suffix/modern/index.css +8 -8
  1563. package/calendar-range/modern/index.module-ee4a9e95.js +0 -4
  1564. package/grid/esm/gutters.module-80c4410f.js +0 -27
  1565. package/grid/gutters.module-b006e876.js +0 -28
  1566. package/grid/modern/gutters.module-f040b1ba.js +0 -4
  1567. package/input-autocomplete/Component-7d703cac.d.ts +0 -37
  1568. package/input-autocomplete/Component-7d703cac.js +0 -81
  1569. package/input-autocomplete/cssm/Component-a04a9434.d.ts +0 -37
  1570. package/input-autocomplete/cssm/Component-a04a9434.js +0 -80
  1571. package/input-autocomplete/esm/Component-077ac41e.d.ts +0 -37
  1572. package/input-autocomplete/esm/Component-077ac41e.js +0 -74
  1573. package/intl-phone-input/cssm/libphonenumber-js.min-d3a9d490.js +0 -1567
  1574. package/intl-phone-input/esm/libphonenumber-js.min-fb9fb9ab.js +0 -1567
  1575. package/intl-phone-input/libphonenumber-js.min-b754cbb4.js +0 -1567
  1576. package/intl-phone-input/modern/libphonenumber-js.min-fb9fb9ab.js +0 -1567
  1577. package/modal/esm/transitions.module-afba711d.js +0 -4
  1578. package/modal/modern/transitions.module-afba711d.js +0 -4
  1579. package/modal/transitions.module-cc3fbd9e.js +0 -4
  1580. package/tabs/esm/index.module-0b49bd8c.js +0 -4
  1581. package/tabs/esm/index.module-467f4c32.js +0 -4
  1582. package/tabs/index.module-0f417062.js +0 -4
  1583. package/tabs/index.module-24f4736a.js +0 -4
  1584. package/tabs/modern/index.module-0b49bd8c.js +0 -4
  1585. package/tabs/modern/index.module-467f4c32.js +0 -4
  1586. package/themes/dist/amount/click.css +0 -4
  1587. package/themes/dist/backdrop/click.css +0 -4
  1588. package/themes/dist/bottom-sheet/click.css +0 -9
  1589. package/themes/dist/bottom-sheet/corp.css +0 -4
  1590. package/themes/dist/bottom-sheet/intranet.css +0 -3
  1591. package/themes/dist/bottom-sheet/mobile.css +0 -4
  1592. package/themes/dist/bottom-sheet/site.css +0 -3
  1593. package/themes/dist/button/click.css +0 -19
  1594. package/themes/dist/button/corp.css +0 -51
  1595. package/themes/dist/button/intranet.css +0 -22
  1596. package/themes/dist/button/mobile.css +0 -22
  1597. package/themes/dist/button/site.css +0 -7
  1598. package/themes/dist/calendar/click.css +0 -8
  1599. package/themes/dist/calendar/intranet.css +0 -9
  1600. package/themes/dist/calendar-input/click.css +0 -3
  1601. package/themes/dist/calendar-input/corp.css +0 -3
  1602. package/themes/dist/calendar-input/intranet.css +0 -3
  1603. package/themes/dist/calendar-input/mobile.css +0 -3
  1604. package/themes/dist/checkbox/click.css +0 -9
  1605. package/themes/dist/checkbox/intranet.css +0 -19
  1606. package/themes/dist/checkbox/mobile.css +0 -19
  1607. package/themes/dist/checkbox-group/click.css +0 -5
  1608. package/themes/dist/click.css +0 -932
  1609. package/themes/dist/code-input/click.css +0 -6
  1610. package/themes/dist/compiled/mobile-dark-bluetint.css +0 -2314
  1611. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +0 -2
  1612. package/themes/dist/compiled/mobile-dark-bluetint.js +0 -11
  1613. package/themes/dist/confirmation/click.css +0 -12
  1614. package/themes/dist/confirmation/intranet.css +0 -7
  1615. package/themes/dist/confirmation/mobile.css +0 -7
  1616. package/themes/dist/corp.css +0 -746
  1617. package/themes/dist/dark.css +0 -245
  1618. package/themes/dist/dark.d.ts +0 -2
  1619. package/themes/dist/dark.js +0 -12
  1620. package/themes/dist/dropzone/click.css +0 -4
  1621. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +0 -2
  1622. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +0 -4
  1623. package/themes/dist/esm/dark.d.ts +0 -2
  1624. package/themes/dist/esm/dark.js +0 -6
  1625. package/themes/dist/filter-tag/mobile.css +0 -4
  1626. package/themes/dist/form-control/click.css +0 -31
  1627. package/themes/dist/form-control/intranet.css +0 -34
  1628. package/themes/dist/form-control/mobile.css +0 -34
  1629. package/themes/dist/form-control/site.css +0 -5
  1630. package/themes/dist/icon-button/click.css +0 -24
  1631. package/themes/dist/input/click.css +0 -8
  1632. package/themes/dist/input/corp.css +0 -3
  1633. package/themes/dist/input/intranet.css +0 -13
  1634. package/themes/dist/input/mobile.css +0 -13
  1635. package/themes/dist/input/site.css +0 -4
  1636. package/themes/dist/intranet.css +0 -810
  1637. package/themes/dist/link/click.css +0 -25
  1638. package/themes/dist/list/click.css +0 -4
  1639. package/themes/dist/mixins/amount/click.css +0 -4
  1640. package/themes/dist/mixins/backdrop/click.css +0 -4
  1641. package/themes/dist/mixins/bottom-sheet/click.css +0 -9
  1642. package/themes/dist/mixins/bottom-sheet/corp.css +0 -4
  1643. package/themes/dist/mixins/bottom-sheet/intranet.css +0 -3
  1644. package/themes/dist/mixins/bottom-sheet/mobile.css +0 -4
  1645. package/themes/dist/mixins/bottom-sheet/site.css +0 -3
  1646. package/themes/dist/mixins/button/click.css +0 -19
  1647. package/themes/dist/mixins/button/corp.css +0 -51
  1648. package/themes/dist/mixins/button/intranet.css +0 -22
  1649. package/themes/dist/mixins/button/mobile.css +0 -22
  1650. package/themes/dist/mixins/button/site.css +0 -7
  1651. package/themes/dist/mixins/calendar/click.css +0 -8
  1652. package/themes/dist/mixins/calendar/intranet.css +0 -9
  1653. package/themes/dist/mixins/calendar-input/click.css +0 -3
  1654. package/themes/dist/mixins/calendar-input/corp.css +0 -3
  1655. package/themes/dist/mixins/calendar-input/intranet.css +0 -3
  1656. package/themes/dist/mixins/calendar-input/mobile.css +0 -3
  1657. package/themes/dist/mixins/checkbox/click.css +0 -9
  1658. package/themes/dist/mixins/checkbox/intranet.css +0 -19
  1659. package/themes/dist/mixins/checkbox/mobile.css +0 -19
  1660. package/themes/dist/mixins/checkbox-group/click.css +0 -5
  1661. package/themes/dist/mixins/click.css +0 -56
  1662. package/themes/dist/mixins/code-input/click.css +0 -6
  1663. package/themes/dist/mixins/confirmation/click.css +0 -12
  1664. package/themes/dist/mixins/confirmation/intranet.css +0 -7
  1665. package/themes/dist/mixins/confirmation/mobile.css +0 -7
  1666. package/themes/dist/mixins/corp.css +0 -17
  1667. package/themes/dist/mixins/dark.css +0 -245
  1668. package/themes/dist/mixins/dropzone/click.css +0 -4
  1669. package/themes/dist/mixins/filter-tag/mobile.css +0 -4
  1670. package/themes/dist/mixins/form-control/click.css +0 -31
  1671. package/themes/dist/mixins/form-control/intranet.css +0 -34
  1672. package/themes/dist/mixins/form-control/mobile.css +0 -34
  1673. package/themes/dist/mixins/form-control/site.css +0 -5
  1674. package/themes/dist/mixins/icon-button/click.css +0 -24
  1675. package/themes/dist/mixins/input/click.css +0 -8
  1676. package/themes/dist/mixins/input/corp.css +0 -3
  1677. package/themes/dist/mixins/input/intranet.css +0 -13
  1678. package/themes/dist/mixins/input/mobile.css +0 -13
  1679. package/themes/dist/mixins/input/site.css +0 -4
  1680. package/themes/dist/mixins/intranet.css +0 -29
  1681. package/themes/dist/mixins/link/click.css +0 -25
  1682. package/themes/dist/mixins/list/click.css +0 -4
  1683. package/themes/dist/mixins/mobile.css +0 -29
  1684. package/themes/dist/mixins/modal/click.css +0 -30
  1685. package/themes/dist/mixins/modal/corp.css +0 -4
  1686. package/themes/dist/mixins/radio/click.css +0 -9
  1687. package/themes/dist/mixins/radio/intranet.css +0 -19
  1688. package/themes/dist/mixins/radio/mobile.css +0 -19
  1689. package/themes/dist/mixins/select/click.css +0 -25
  1690. package/themes/dist/mixins/select/corp.css +0 -7
  1691. package/themes/dist/mixins/select/intranet.css +0 -4
  1692. package/themes/dist/mixins/select/mobile.css +0 -4
  1693. package/themes/dist/mixins/select/site.css +0 -4
  1694. package/themes/dist/mixins/site.css +0 -15
  1695. package/themes/dist/mixins/skeleton/click.css +0 -8
  1696. package/themes/dist/mixins/slider/click.css +0 -16
  1697. package/themes/dist/mixins/slider/intranet.css +0 -5
  1698. package/themes/dist/mixins/slider/mobile.css +0 -5
  1699. package/themes/dist/mixins/slider-input/intranet.css +0 -3
  1700. package/themes/dist/mixins/slider-input/mobile.css +0 -3
  1701. package/themes/dist/mixins/switch/click.css +0 -5
  1702. package/themes/dist/mixins/tabs/click.css +0 -20
  1703. package/themes/dist/mixins/tabs/corp.css +0 -4
  1704. package/themes/dist/mixins/tabs/site.css +0 -8
  1705. package/themes/dist/mixins/tag/click.css +0 -12
  1706. package/themes/dist/mixins/tag/intranet.css +0 -16
  1707. package/themes/dist/mixins/tag/mobile.css +0 -17
  1708. package/themes/dist/mixins/toast-plate/click.css +0 -10
  1709. package/themes/dist/mobile.css +0 -807
  1710. package/themes/dist/modal/click.css +0 -30
  1711. package/themes/dist/modal/corp.css +0 -4
  1712. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +0 -2
  1713. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +0 -4
  1714. package/themes/dist/modern/dark.d.ts +0 -2
  1715. package/themes/dist/modern/dark.js +0 -6
  1716. package/themes/dist/package.json +0 -12
  1717. package/themes/dist/radio/click.css +0 -9
  1718. package/themes/dist/radio/intranet.css +0 -19
  1719. package/themes/dist/radio/mobile.css +0 -19
  1720. package/themes/dist/select/click.css +0 -25
  1721. package/themes/dist/select/corp.css +0 -7
  1722. package/themes/dist/select/intranet.css +0 -4
  1723. package/themes/dist/select/mobile.css +0 -4
  1724. package/themes/dist/select/site.css +0 -4
  1725. package/themes/dist/send-stats.js +0 -82
  1726. package/themes/dist/site.css +0 -709
  1727. package/themes/dist/skeleton/click.css +0 -8
  1728. package/themes/dist/slider/click.css +0 -16
  1729. package/themes/dist/slider/intranet.css +0 -5
  1730. package/themes/dist/slider/mobile.css +0 -5
  1731. package/themes/dist/slider-input/intranet.css +0 -3
  1732. package/themes/dist/slider-input/mobile.css +0 -3
  1733. package/themes/dist/switch/click.css +0 -5
  1734. package/themes/dist/tabs/click.css +0 -20
  1735. package/themes/dist/tabs/corp.css +0 -4
  1736. package/themes/dist/tabs/site.css +0 -8
  1737. package/themes/dist/tag/click.css +0 -12
  1738. package/themes/dist/tag/intranet.css +0 -16
  1739. package/themes/dist/tag/mobile.css +0 -17
  1740. package/themes/dist/toast-plate/click.css +0 -10
  1741. package/typography/common.module-a227d22a.js +0 -4
  1742. package/typography/esm/common.module-8426507e.js +0 -4
  1743. package/typography/modern/colors.module-1e7b8b1f.js +0 -4
  1744. package/typography/modern/common.module-8426507e.js +0 -4
  1745. package/vars/dist/border-radius.css +0 -9
  1746. package/vars/dist/colors-addons.css +0 -98
  1747. package/vars/dist/colors-bluetint.css +0 -407
  1748. package/vars/dist/colors-bluetint.d.ts +0 -2
  1749. package/vars/dist/colors-bluetint.js +0 -12
  1750. package/vars/dist/colors-indigo.css +0 -407
  1751. package/vars/dist/colors-indigo.d.ts +0 -2
  1752. package/vars/dist/colors-indigo.js +0 -12
  1753. package/vars/dist/colors-transparent.css +0 -26
  1754. package/vars/dist/colors-x5.css +0 -4
  1755. package/vars/dist/colors.css +0 -71
  1756. package/vars/dist/cssm/border-radius.css +0 -9
  1757. package/vars/dist/cssm/colors-addons.css +0 -98
  1758. package/vars/dist/cssm/colors-bluetint.css +0 -407
  1759. package/vars/dist/cssm/colors-bluetint.d.ts +0 -2
  1760. package/vars/dist/cssm/colors-bluetint.js +0 -12
  1761. package/vars/dist/cssm/colors-indigo.css +0 -407
  1762. package/vars/dist/cssm/colors-indigo.d.ts +0 -2
  1763. package/vars/dist/cssm/colors-indigo.js +0 -12
  1764. package/vars/dist/cssm/colors-transparent.css +0 -26
  1765. package/vars/dist/cssm/colors-x5.css +0 -4
  1766. package/vars/dist/cssm/colors.css +0 -71
  1767. package/vars/dist/cssm/gaps.css +0 -30
  1768. package/vars/dist/cssm/index.css +0 -685
  1769. package/vars/dist/cssm/mixins.css +0 -1
  1770. package/vars/dist/cssm/shadows-indigo.css +0 -38
  1771. package/vars/dist/cssm/typography.css +0 -6
  1772. package/vars/dist/esm/colors-bluetint.d.ts +0 -2
  1773. package/vars/dist/esm/colors-bluetint.js +0 -6
  1774. package/vars/dist/esm/colors-indigo.d.ts +0 -2
  1775. package/vars/dist/esm/colors-indigo.js +0 -6
  1776. package/vars/dist/gaps.css +0 -30
  1777. package/vars/dist/index.css +0 -9
  1778. package/vars/dist/mixins.css +0 -4
  1779. package/vars/dist/modern/colors-bluetint.d.ts +0 -2
  1780. package/vars/dist/modern/colors-bluetint.js +0 -6
  1781. package/vars/dist/modern/colors-indigo.d.ts +0 -2
  1782. package/vars/dist/modern/colors-indigo.js +0 -6
  1783. package/vars/dist/package.json +0 -13
  1784. package/vars/dist/send-stats.js +0 -82
  1785. package/vars/dist/shadows-indigo.css +0 -38
  1786. package/vars/dist/typography.css +0 -586
@@ -1,2314 +0,0 @@
1
- .card-image__cardImage_1fxmf {
2
- background: #e7e8ea;
3
- }
4
- .card-image__loaded_1fxmf {
5
- background: transparent
6
- }.badge__component_pshnk {
7
- background-color: #ef3124;
8
- color: #000;
9
- }
10
- .badge__outlineCount_pshnk {
11
- background-color: #121212;
12
- }
13
- .badge__icon_pshnk {
14
- color: #2fc26e
15
- }
16
- .badge__icon_pshnk.badge__positive_pshnk {
17
- color: #2fc26e;
18
- background-color: #2fc26e;
19
- }
20
- .badge__icon_pshnk.badge__attention_pshnk {
21
- color: #f6bf65;
22
- background-color: #f6bf65;
23
- }
24
- .badge__icon_pshnk.badge__negative_pshnk {
25
- color: #d91d0b;
26
- background-color: #d91d0b;
27
- }
28
- .badge__icon_pshnk.badge__link_pshnk {
29
- color: #0072ef;
30
- background-color: #0072ef;
31
- }
32
- .badge__icon_pshnk.badge__tertiary_pshnk {
33
- color: #464649;
34
- background-color: #464649;
35
- }
36
- .badge__icon_pshnk.badge__secondary_pshnk {
37
- color: #8d8d93;
38
- background-color: #8d8d93;
39
- }
40
- .badge__icon_pshnk.badge__primary_pshnk {
41
- color: #fff;
42
- background-color: #fff;
43
- }
44
- .badge__icon_pshnk:before {
45
- background-color: #121212;
46
- }
47
- .badge__outline_pshnk {
48
- background-color: #121212;
49
- }
50
- .badge__outlineColor_pshnk.badge__attention_pshnk {
51
- background-color: #f6bf65;
52
- }
53
- .badge__outlineColor_pshnk.badge__positive_pshnk {
54
- background-color: #2fc26e;
55
- }
56
- .badge__outlineColor_pshnk.badge__negative_pshnk {
57
- background-color: #d91d0b;
58
- }
59
- .badge__outlineColor_pshnk.badge__link_pshnk {
60
- background-color: #0072ef;
61
- }
62
- .badge__outlineColor_pshnk .badge__tertiary_pshnk {
63
- background-color: #464649;
64
- }
65
- .badge__outlineColor_pshnk.badge__secondary_pshnk {
66
- background-color: #8d8d93;
67
- }
68
- .badge__outlineColor_pshnk.badge__primary_pshnk {
69
- background-color: #fff;
70
- }.backdrop__backdrop_1o7x2 {
71
- -webkit-tap-highlight-color: transparent;
72
- }
73
- .backdrop__appear_1o7x2,
74
- .backdrop__enter_1o7x2 {
75
- background-color: transparent;
76
- }
77
- .backdrop__appearActive_1o7x2,
78
- .backdrop__enterActive_1o7x2,
79
- .backdrop__appearDone_1o7x2,
80
- .backdrop__enterDone_1o7x2 {
81
- background-color: rgba(0, 0, 0, 0.8);
82
- }
83
- .backdrop__exit_1o7x2 {
84
- background-color: rgba(0, 0, 0, 0.8);
85
- }
86
- .backdrop__exitActive_1o7x2,
87
- .backdrop__exitDone_1o7x2 {
88
- background-color: transparent;
89
- }.checkbox-group__error_98uww {
90
- border-left: 1px solid #f15045;
91
- }
92
- .checkbox-group__label_98uww {
93
- color: #fff;
94
- }
95
- .checkbox-group__errorMessage_98uww {
96
- color: #f15045;
97
- }
98
- .checkbox-group__hint_98uww {
99
- color: #8d8d93;
100
- }.checkbox__box_voj68 {
101
- color: #000;
102
- background-color: #000;
103
- border: 1.5px solid #8d8d93;
104
- }
105
- .checkbox__checkedIcon_voj68 {
106
- color: #000;
107
- }
108
- .checkbox__component_voj68:hover:not(.checkbox__disabled_voj68):not(.checkbox__inactive_voj68) .checkbox__box_voj68 {
109
- background-color: #000;
110
- border-color: #8d8d93;
111
- }
112
- .checkbox__component_voj68:active:not(.checkbox__disabled_voj68):not(.checkbox__inactive_voj68) .checkbox__box_voj68 {
113
- background-color: #000;
114
- border-color: #fff;
115
- }
116
- .checkbox__checked_voj68 .checkbox__box_voj68 {
117
- background-color: #fff;
118
- border-color: transparent;
119
- }
120
- .checkbox__checked_voj68:hover:not(.checkbox__disabled_voj68):not(.checkbox__inactive_voj68) .checkbox__box_voj68 {
121
- background-color: rgb(255, 255, 255);
122
- border-color: transparent;
123
- }
124
- .checkbox__checked_voj68:active:not(.checkbox__disabled_voj68):not(.checkbox__inactive_voj68) .checkbox__box_voj68 {
125
- background-color: rgb(255, 255, 255);
126
- border-color: transparent;
127
- }
128
- .checkbox__indeterminate_voj68 .checkbox__box_voj68 {
129
- background-color: #fff;
130
- border-color: transparent;
131
- }
132
- .checkbox__indeterminate_voj68:hover:not(.checkbox__disabled_voj68):not(.checkbox__inactive_voj68) .checkbox__box_voj68 {
133
- background-color: rgb(255, 255, 255);
134
- border-color: transparent;
135
- }
136
- .checkbox__indeterminate_voj68:active:not(.checkbox__disabled_voj68):not(.checkbox__inactive_voj68) .checkbox__box_voj68 {
137
- background-color: rgb(255, 255, 255);
138
- border-color: transparent;
139
- }
140
- .checkbox__disabled_voj68 .checkbox__box_voj68 {
141
- background-color: #000;
142
- border-color: #2a2a2c;
143
- }
144
- .checkbox__disabled_voj68.checkbox__checked_voj68 .checkbox__box_voj68 {
145
- background-color: #3a3a3c;
146
- border-color: transparent;
147
- }
148
- .checkbox__disabled_voj68.checkbox__indeterminate_voj68 .checkbox__box_voj68 {
149
- background-color: #3a3a3c;
150
- border-color: transparent;
151
- }
152
- .checkbox__disabled_voj68 .checkbox__label_voj68 {
153
- color: #8d8d93;
154
- }
155
- .checkbox__disabled_voj68 .checkbox__hint_voj68 {
156
- color: #8d8d93;
157
- }
158
- .checkbox__inactive_voj68 .checkbox__box_voj68 {
159
- background-color: #3a3a3c;
160
- border-color: #464649;
161
- }
162
- .checkbox__inactive_voj68.checkbox__checked_voj68 .checkbox__box_voj68 {
163
- color: #464649;
164
- border-color: transparent;
165
- }
166
- .checkbox__inactive_voj68.checkbox__indeterminate_voj68 .checkbox__box_voj68 {
167
- border-color: transparent;
168
- }
169
- .checkbox__focused_voj68 .checkbox__box_voj68 {
170
- outline: 2px solid #0072ef;
171
- }
172
- .checkbox__label_voj68 {
173
- color: #fff;
174
- }
175
- .checkbox__errorMessage_voj68 {
176
- color: #f15045;
177
- }
178
- .checkbox__hint_voj68 {
179
- color: #8d8d93;
180
- }
181
- .checkbox__inactive_voj68 .checkbox__indeterminateLine_voj68 {
182
- background-color: #464649;
183
- }
184
- .checkbox__indeterminateLine_voj68 {
185
- background-color: #000;
186
- }.divider__component_2n21u {
187
- border-bottom: 1px solid #2b2b2e;
188
- }.dropzone__component_t30q0 {
189
- border: 2px dashed #464649;
190
- }
191
- .dropzone__component_t30q0:not(.dropzone__disabled_t30q0):hover {
192
- background-color: transparent;
193
- }
194
- .dropzone__dragOver_t30q0 {
195
- background-color: transparent;
196
- }
197
- .dropzone__error_t30q0 {
198
- border-color: #ef3124;
199
- }
200
- .dropzone__overlay_13ihp {
201
- background: #202022;
202
- }
203
- .dropzone__text_13ihp {
204
- color: #fff;
205
- }.code-input__error_18hif {
206
- color: #f15045;
207
- }
208
- @keyframes code-input__shake_18hif {
209
- }
210
- .code-input__input_fo3am {
211
- background-color: #202022;
212
- color: #fff
213
- }
214
- .code-input__input_fo3am.code-input__hasError_fo3am {
215
- color: #f15045;
216
- caret-color: #fff;
217
- background-color: #35110d;
218
- }
219
- .code-input__input_fo3am.code-input__disabled_fo3am {
220
- color: #464649;
221
- }
222
- .code-input__input_fo3am:-webkit-autofill {
223
- -webkit-text-fill-color: #fff;
224
- }.hatching-progress-bar__container_kv4tm {
225
- background: rgba(255, 255, 255, 0.1);
226
- }
227
- .hatching-progress-bar__hatch_kv4tm {
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_kv4tm {
235
- background: #2fc26e;
236
- }
237
- .hatching-progress-bar__attention_kv4tm {
238
- background: #f6bf65;
239
- }
240
- .hatching-progress-bar__negative_kv4tm {
241
- background: #d91d0b;
242
- }
243
- .hatching-progress-bar__link_kv4tm {
244
- background: #0072ef;
245
- }
246
- .hatching-progress-bar__tertiary_kv4tm {
247
- background: #464649;
248
- }
249
- .hatching-progress-bar__secondary_kv4tm {
250
- background: #8d8d93;
251
- }
252
- .hatching-progress-bar__primary_kv4tm {
253
- background: #fff;
254
- }
255
- .hatching-progress-bar__accent_kv4tm {
256
- background: #ef3124;
257
- }.form-control__component_1te2k {
258
- color: #fff;
259
- }
260
- .form-control__inner_1te2k {
261
- background-color: #202022;
262
- }
263
- .form-control__label_1te2k {
264
- color: #8d8d93;
265
- }
266
- .form-control__hint_1te2k {
267
- color: #8d8d93;
268
- }
269
- .form-control__disabled_1te2k {
270
- background-color: #202022;
271
- color: #8d8d93;
272
- }
273
- .form-control__focused_1te2k.form-control__inner_1te2k {
274
- background-color: #202022;
275
- }
276
- .form-control__inner_1te2k:not(.form-control__disabled_1te2k):hover {
277
- background-color: #202022;
278
- }
279
- .form-control__error_1te2k {
280
- color: #f15045;
281
- }
282
- .form-control__hasError_1te2k .form-control__label_1te2k {
283
- color: #f15045;
284
- }
285
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
286
- }
287
- .form-control__component_y037s {
288
- color: #000;
289
- }
290
- .form-control__inner_y037s {
291
- background-color: #f3f4f5;
292
- }
293
- .form-control__label_y037s {
294
- color: rgba(60, 60, 67, 0.6);
295
- }
296
- .form-control__hint_y037s {
297
- color: rgba(60, 60, 67, 0.6);
298
- }
299
- .form-control__disabled_y037s {
300
- background-color: #f3f4f5;
301
- color: rgba(60, 60, 67, 0.6);
302
- }
303
- .form-control__focused_y037s.form-control__inner_y037s {
304
- background-color: #f3f4f5;
305
- }
306
- .form-control__inner_y037s:not(.form-control__disabled_y037s):hover {
307
- background-color: #f3f4f5;
308
- }
309
- .form-control__error_y037s {
310
- color: #ef3124;
311
- }
312
- .form-control__hasError_y037s .form-control__label_y037s {
313
- color: #ef3124;
314
- }.icon-view__component_5jf14 {
315
- color: rgba(235, 235, 245, 0.6);
316
- }
317
- .icon-view__bg_5jf14 {
318
- fill: #f3f4f5;
319
- }
320
- .icon-view__border_5jf14 {
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_1ua3i {
372
- color: #fff;
373
- }
374
- .list__slot_1ua3i {
375
- color: #fff;
376
- }.link__primary_4yhc7 {
377
- color: #fff;
378
- border-bottom-color: #fff
379
- }
380
- .link__primary_4yhc7:hover {
381
- color: rgb(255, 255, 255);
382
- }
383
- .link__primary_4yhc7:active {
384
- color: rgb(255, 255, 255);
385
- }
386
- .link__secondary_4yhc7 {
387
- color: #8d8d93;
388
- border-bottom-color: #8d8d93
389
- }
390
- .link__secondary_4yhc7:hover {
391
- color: rgb(164, 164, 169);
392
- }
393
- .link__secondary_4yhc7:active {
394
- color: rgb(187, 187, 190);
395
- }
396
- .link__defaultView_4yhc7 {
397
- color: #0072ef;
398
- border-bottom-color: #0072ef
399
- }
400
- .link__defaultView_4yhc7:hover {
401
- color: rgb(51, 142, 242);
402
- }
403
- .link__defaultView_4yhc7:active {
404
- color: rgb(102, 170, 245);
405
- }
406
- .link__component_1t21v:hover .link__text_1t21v,
407
- .link__component_1t21v:active .link__text_1t21v {
408
- border-bottom-color: rgba(0, 0, 0, 0);
409
- }
410
- .link__focused_1t21v {
411
- outline: 2px solid #0072ef;
412
- }
413
- .link__primary_17w1g {
414
- color: #000;
415
- border-bottom-color: #000
416
- }
417
- .link__primary_17w1g:hover {
418
- color: rgb(204, 204, 204);
419
- }
420
- .link__primary_17w1g:active {
421
- color: rgb(153, 153, 153);
422
- }
423
- .link__secondary_17w1g {
424
- color: #8a8a8e;
425
- border-bottom-color: #8a8a8e
426
- }
427
- .link__secondary_17w1g:hover {
428
- color: rgb(146, 150, 156);
429
- }
430
- .link__secondary_17w1g:active {
431
- color: rgb(109, 113, 117);
432
- }
433
- .link__defaultView_17w1g {
434
- color: #0072ef;
435
- border-bottom-color: #0072ef
436
- }
437
- .link__defaultView_17w1g:hover {
438
- color: rgb(0, 98, 204);
439
- }
440
- .link__defaultView_17w1g:active {
441
- color: rgb(0, 73, 153);
442
- }@keyframes loader__blink_1ife2 {
443
- }.progress-bar__container_nn8ts {
444
- background: rgba(255, 255, 255, 0.1)
445
- }
446
- .progress-bar__filled_nn8ts.progress-bar__positive_nn8ts {
447
- background: #2fc26e;
448
- }
449
- .progress-bar__filled_nn8ts.progress-bar__negative_nn8ts {
450
- background: #d91d0b;
451
- }
452
- .progress-bar__filled_nn8ts.progress-bar__attention_nn8ts {
453
- background: #f6bf65;
454
- }
455
- .progress-bar__filled_nn8ts.progress-bar__link_nn8ts {
456
- background: #0072ef;
457
- }
458
- .progress-bar__filled_nn8ts.progress-bar__tertiary_nn8ts {
459
- background: #464649;
460
- }
461
- .progress-bar__filled_nn8ts.progress-bar__secondary_nn8ts {
462
- background: #8d8d93;
463
- }
464
- .progress-bar__filled_nn8ts.progress-bar__primary_nn8ts {
465
- background: #fff;
466
- }
467
- .progress-bar__filled_nn8ts.progress-bar__accent_nn8ts {
468
- background: #ef3124;
469
- }.pure-input__input_tfgqx {
470
- color: #fff;
471
- caret-color: #0072ef;
472
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
473
- }
474
- .pure-input__input_tfgqx:-webkit-autofill {
475
- -webkit-text-fill-color: #fff;
476
- }
477
- .pure-input__input_tfgqx::placeholder {
478
- color: #8d8d93;
479
- }
480
- .pure-input__hasLabel_tfgqx::placeholder {
481
- color: #464649;
482
- }
483
- .pure-input__clearIcon_tfgqx {
484
- color: #fff;
485
- }
486
- .pure-input__input_tfgqx:read-only {
487
- color: #8d8d93
488
- }
489
- .pure-input__input_tfgqx:read-only:focus::placeholder {
490
- color: #8d8d93;
491
- }
492
- .pure-input__input_tfgqx:disabled {
493
- color: #fff;
494
- -webkit-text-fill-color: #fff;
495
- }
496
- .pure-input__input_tfgqx:focus::placeholder {
497
- color: rgba(235, 235, 245, 0.3);
498
- }
499
- .pure-input__error_tfgqx {
500
- color: #f15045;
501
- caret-color: #f15045;
502
- }
503
- .pure-input__component_tfgqx {
504
- color: #fff;
505
- background-color: #202022;
506
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
507
- }
508
- .pure-input__component_tfgqx::placeholder {
509
- color: #8d8d93;
510
- }
511
- .pure-input__component_tfgqx:disabled {
512
- color: #fff;
513
- background-color: #202022;
514
- }
515
- .pure-input__component_tfgqx:not(:disabled):focus::placeholder {
516
- color: rgba(235, 235, 245, 0.3);
517
- }
518
- .pure-input__focusVisible_tfgqx {
519
- outline: 2px solid #0072ef;
520
- }
521
- .pure-input__component_tfgqx:not(:disabled):hover {
522
- background-color: #202022;
523
- }.radio-group__error_1rz4t {
524
- border-left: 1px solid #f15045;
525
- }
526
- .radio-group__label_1rz4t {
527
- color: #fff;
528
- }
529
- .radio-group__errorMessage_1rz4t {
530
- color: #f15045;
531
- }
532
- .radio-group__hint_1rz4t {
533
- color: #8d8d93;
534
- }.radio__container_108ap:not(.radio__checked_108ap):not(.radio__disabled_108ap):not(.radio__inactive_108ap) .radio__circle_108ap {
535
- background-color: #000;
536
- border: 1.5px solid #8d8d93;
537
- }
538
- .radio__container_108ap:not(.radio__checked_108ap):not(.radio__disabled_108ap):not(.radio__inactive_108ap):hover:not(:active) .radio__circle_108ap {
539
- background-color: #000;
540
- border-color: #8d8d93;
541
- }
542
- .radio__container_108ap:not(.radio__checked_108ap):not(.radio__disabled_108ap):not(.radio__inactive_108ap):active .radio__circle_108ap {
543
- background-color: #000;
544
- border-color: #fff;
545
- }
546
- .radio__container_108ap.radio__disabled_108ap .radio__circle_108ap {
547
- background-color: #000;
548
- border: 1.5px solid #2a2a2c;
549
- }
550
- .radio__container_108ap.radio__disabled_108ap .radio__label_108ap {
551
- color: #8d8d93;
552
- }
553
- .radio__container_108ap.radio__disabled_108ap .radio__hint_108ap {
554
- color: #8d8d93;
555
- }
556
- .radio__container_108ap.radio__inactive_108ap .radio__circle_108ap {
557
- background-color: #3a3a3c;
558
- border: 1px solid #464649;
559
- }
560
- .radio__container_108ap.radio__inactive_108ap.radio__checked_108ap .radio__circle_108ap:before {
561
- background-color: #464649;
562
- }
563
- .radio__container_108ap.radio__checked_108ap .radio__circle_108ap {
564
- background-color: #fff;
565
- border: 1.5px solid transparent;
566
- }
567
- .radio__container_108ap.radio__checked_108ap:hover .radio__circle_108ap {
568
- background-color: rgb(255, 255, 255);
569
- border-color: transparent;
570
- }
571
- .radio__container_108ap.radio__checked_108ap:active .radio__circle_108ap {
572
- background-color: rgb(255, 255, 255);
573
- border-color: transparent;
574
- }
575
- .radio__container_108ap.radio__focused_108ap .radio__circle_108ap {
576
- outline: 2px solid #0072ef;
577
- }
578
- .radio__container_108ap.radio__disabled_108ap.radio__checked_108ap .radio__circle_108ap,
579
- .radio__container_108ap.radio__inactive_108ap.radio__checked_108ap .radio__circle_108ap {
580
- background-color: #3a3a3c;
581
- border-color: transparent;
582
- }
583
- .radio__circle_108ap:before {
584
- background-color: #000;
585
- }
586
- .radio__label_108ap {
587
- color: #fff;
588
- }
589
- .radio__hint_108ap {
590
- color: #8d8d93;
591
- }.scrollbar__component_181ec .scrollbar:before {
592
- background-color: rgba(255, 255, 255, 0.3);
593
- }
594
- .scrollbar__component_181ec.dragging .track .scrollbar.visible:before {
595
- background-color: rgba(255, 255, 255, 0.6);
596
- }
597
-
598
- .scrollbar__component_1jafk .scrollbar:before {
599
- background-color: rgba(0, 0, 0, 0.3);
600
- }
601
- .scrollbar__component_1jafk.dragging .track .scrollbar.visible:before {
602
- background-color: rgba(0, 0, 0, 0.6);
603
- }.skeleton__component_799g1 {
604
- color: transparent;
605
- }
606
- .skeleton__component_799g1:before {
607
- background: rgba(255, 255, 255, 0.1);
608
- }
609
- .skeleton__animate_799g1: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_799g1 {
621
- }
622
- @keyframes skeleton__background_799g1 {
623
- 0% {
624
- background: rgb(182, 188, 195);
625
- }
626
- 100% {
627
- background: rgb(198, 205, 214);
628
- }
629
- }.slider__progress_1d3g4 {
630
- background: #2a2a2c;
631
- }
632
- .slider__progress_1d3g4::-moz-progress-bar {
633
- background: #d91d0b;
634
- }
635
- .slider__progress_1d3g4::-ms-fill {
636
- background: #d91d0b;
637
- }
638
- .slider__progress_1d3g4::-webkit-progress-value {
639
- background: #d91d0b;
640
- }
641
- .slider__progress_1d3g4::-webkit-progress-bar {
642
- background: transparent;
643
- }
644
- .slider__range_1d3g4,
645
- .slider__range_1d3g4:focus {
646
- background: transparent;
647
- border-color: transparent;
648
- color: transparent;
649
- }
650
- .slider__range_1d3g4::-ms-track {
651
- background: transparent;
652
- border-color: transparent;
653
- color: transparent;
654
- }
655
- .slider__range_1d3g4::-ms-fill-lower {
656
- background: transparent;
657
- }
658
- .slider__range_1d3g4::-ms-fill-upper {
659
- background: transparent;
660
- }
661
- .slider__range_1d3g4::-webkit-slider-thumb {
662
- background: #ef3124;
663
- box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
664
- }
665
- .slider__range_1d3g4::-ms-thumb {
666
- background: #ef3124;
667
- box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
668
- }
669
- .slider__range_1d3g4::-moz-range-thumb {
670
- background: #ef3124;
671
- box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
672
- }
673
- .slider__focused_1d3g4::-webkit-slider-thumb {
674
- outline: 2px solid #0072ef;
675
- }
676
- .slider__focused_1d3g4::-ms-thumb {
677
- outline: 2px solid #0072ef;
678
- }
679
- .slider__component_1d3g4:hover .slider__progress_1d3g4 {
680
- background: #2a2a2c
681
- }
682
- .slider__component_1d3g4:hover .slider__progress_1d3g4::-moz-progress-bar {
683
- background: #d91d0b;
684
- }
685
- .slider__component_1d3g4:hover .slider__progress_1d3g4::-ms-fill {
686
- background: #d91d0b;
687
- }
688
- .slider__component_1d3g4:hover .slider__progress_1d3g4::-webkit-progress-value {
689
- background: #d91d0b;
690
- }
691
- .slider__component_1d3g4:hover .slider__range_1d3g4::-webkit-slider-thumb {
692
- background: #ef3124;
693
- }
694
- .slider__component_1d3g4:hover .slider__range_1d3g4::-ms-thumb {
695
- background: #ef3124;
696
- }
697
- .slider__component_1d3g4:hover .slider__range_1d3g4::-moz-range-thumb {
698
- background: #ef3124;
699
- }@keyframes spinner__spin_animation_ibldv {
700
- }.status__soft_14now.status__green_14now {
701
- background: rgba(19, 164, 99, 0.1);
702
- color: #13a463;
703
- }
704
- .status__soft_14now.status__orange_14now {
705
- background: rgba(222, 106, 0, 0.1);
706
- color: #de6a00;
707
- }
708
- .status__soft_14now.status__red_14now {
709
- background: rgba(217, 29, 11, 0.1);
710
- color: #d91d0b;
711
- }
712
- .status__soft_14now.status__blue_14now {
713
- background: rgba(0, 122, 255, 0.1);
714
- color: #007aff;
715
- }
716
- .status__soft_14now.status__grey_14now {
717
- background: rgba(109, 121, 134, 0.1);
718
- color: #6d7986;
719
- }
720
- .status__soft_14now.status__teal_14now {
721
- background: rgba(33, 145, 135, 0.1);
722
- color: #219187;
723
- }
724
- .status__soft_14now.status__purple_14now {
725
- background: rgba(103, 58, 183, 0.1);
726
- color: #673ab7;
727
- }
728
- .status__contrast_14now {
729
- color: #000
730
- }
731
- .status__contrast_14now.status__green_14now {
732
- background: #13a463;
733
- }
734
- .status__contrast_14now.status__orange_14now {
735
- background: #de6a00;
736
- }
737
- .status__contrast_14now.status__red_14now {
738
- background: #d91d0b;
739
- }
740
- .status__contrast_14now.status__blue_14now {
741
- background: #007aff;
742
- }
743
- .status__contrast_14now.status__grey_14now {
744
- background: #6d7986;
745
- }
746
- .status__contrast_14now.status__teal_14now {
747
- background: #219187;
748
- }
749
- .status__contrast_14now.status__purple_14now {
750
- background: #673ab7;
751
- }.switch__component_1brs0 {
752
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
753
- }
754
- .switch__switch_1brs0 {
755
- background-color: #8d8d93;
756
- border: 2px solid #8d8d93;
757
- }
758
- .switch__switch_1brs0:before {
759
- background-color: #000;
760
- }
761
- .switch__label_1brs0 {
762
- color: #fff;
763
- }
764
- .switch__hint_1brs0 {
765
- color: #8d8d93;
766
- }
767
- .switch__checked_1brs0 .switch__switch_1brs0 {
768
- background-color: #ef3124;
769
- border-color: #ef3124;
770
- }
771
- .switch__disabled_1brs0 .switch__switch_1brs0 {
772
- background-color: #2a2a2c;
773
- border-color: #2a2a2c;
774
- }
775
- .switch__disabled_1brs0 .switch__label_1brs0 {
776
- color: #8d8d93;
777
- }
778
- .switch__disabled_1brs0 .switch__hint_1brs0 {
779
- color: #8d8d93;
780
- }
781
- .switch__inactive_1brs0 .switch__switch_1brs0 {
782
- background-color: #2a2a2c;
783
- border-color: #2a2a2c
784
- }
785
- .switch__inactive_1brs0 .switch__switch_1brs0:before {
786
- background-color: #464649;
787
- }
788
- .switch__focused_1brs0 .switch__switch_1brs0 {
789
- outline: 2px solid #0072ef;
790
- }.tag__component_1jxqk {
791
- color: #fff;
792
- border-color: transparent;
793
- background-color: #202022
794
- }
795
- .tag__component_1jxqk:disabled {
796
- border-color: transparent;
797
- color: #464649;
798
- background-color: rgba(32, 32, 34, 0.3);
799
- }
800
- .tag__component_1jxqk:hover:not(:disabled) {
801
- border-color: transparent;
802
- background-color: #202022;
803
- }
804
- .tag__component_1jxqk:active:not(:disabled) {
805
- border-color: transparent;
806
- background-color: rgb(65, 65, 67);
807
- color: #fff;
808
- }
809
- .tag__checked_1jxqk {
810
- border-color: transparent;
811
- background-color: #f3f4f5;
812
- color: #000
813
- }
814
- .tag__checked_1jxqk:disabled {
815
- background-color: rgba(243, 244, 245, 0.3);
816
- border-color: transparent;
817
- color: #000;
818
- }
819
- .tag__checked_1jxqk:hover:not(:disabled):not(:active) {
820
- background-color: #f3f4f5;
821
- }
822
- .tag__checked_1jxqk:active:not(:disabled) {
823
- background-color: rgb(194, 195, 196);
824
- color: #000;
825
- }
826
- .tag__focused_1j36r {
827
- outline: 2px solid #0072ef;
828
- }
829
- .tag__component_170eq {
830
- color: #fff;
831
- border-color: #464649;
832
- background-color: transparent
833
- }
834
- .tag__component_170eq:disabled {
835
- border-color: #2b2b2e;
836
- color: #464649;
837
- background-color: transparent;
838
- }
839
- .tag__component_170eq:hover:not(:disabled) {
840
- border-color: #fff;
841
- background-color: transparent;
842
- }
843
- .tag__component_170eq:active:not(:disabled) {
844
- border-color: #fff;
845
- background-color: rgba(255, 255, 255, 0.07);
846
- color: #fff;
847
- }
848
- .tag__checked_170eq {
849
- border-color: #fff;
850
- background-color: #fff;
851
- color: #000
852
- }
853
- .tag__checked_170eq:disabled {
854
- background-color: rgba(255, 255, 255, 0.3);
855
- border-color: transparent;
856
- color: #000;
857
- }
858
- .tag__checked_170eq:active:not(:disabled) {
859
- background-color: rgb(217, 217, 217);
860
- color: #000;
861
- }.typography__tertiary_xmczp {
862
- color: #464649;
863
- }
864
- .typography__disabled_xmczp {
865
- color: #2a2a2c;
866
- }
867
- .typography__accent_xmczp {
868
- color: #ef3124;
869
- }
870
- .typography__primary_xmczp {
871
- color: #fff;
872
- }
873
- .typography__attention_xmczp {
874
- color: #cb830f;
875
- }
876
- .typography__positive_xmczp {
877
- color: #13a463;
878
- }
879
- .typography__secondary_xmczp {
880
- color: #8d8d93;
881
- }
882
- .typography__tertiary-inverted_xmczp {
883
- color: #c5c5c7;
884
- }
885
- .typography__primary-inverted_xmczp {
886
- color: #000;
887
- }
888
- .typography__secondary-inverted_xmczp {
889
- color: #8a8a8e;
890
- }
891
- .typography__link_xmczp {
892
- color: #0072ef;
893
- }
894
- .typography__negative_xmczp {
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_sczia {
905
- color: #fff;
906
- caret-color: #0072ef;
907
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
908
- }
909
- .textarea__input_sczia:-webkit-autofill {
910
- -webkit-text-fill-color: #fff;
911
- }
912
- .textarea__input_sczia::placeholder {
913
- color: #8d8d93;
914
- }
915
- .textarea__hasLabel_sczia::placeholder {
916
- color: #464649;
917
- }
918
- .textarea__clearIcon_sczia {
919
- color: #fff;
920
- }
921
- .textarea__input_sczia:read-only {
922
- color: #8d8d93
923
- }
924
- .textarea__input_sczia:read-only:focus::placeholder {
925
- color: #8d8d93;
926
- }
927
- .textarea__input_sczia:disabled {
928
- color: #fff;
929
- -webkit-text-fill-color: #fff;
930
- }
931
- .textarea__input_sczia:focus::placeholder {
932
- color: rgba(235, 235, 245, 0.3);
933
- }
934
- .textarea__error_sczia {
935
- color: #f15045;
936
- caret-color: #f15045;
937
- }
938
- .textarea__textarea_sczia {
939
- color: #fff;
940
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
941
- }
942
- .textarea__textarea_sczia::placeholder {
943
- color: #8d8d93;
944
- }
945
- .textarea__hasLabel_sczia::placeholder {
946
- color: #464649;
947
- }
948
- .textarea__textarea_sczia:disabled {
949
- color: #fff;
950
- -webkit-text-fill-color: #fff;
951
- }
952
- .textarea__textarea_sczia:read-only {
953
- color: #8d8d93;
954
- }
955
- .textarea__textarea_sczia:focus::placeholder {
956
- color: rgba(235, 235, 245, 0.3);
957
- }
958
- .textarea__focusVisible_xf8bn {
959
- outline: 2px solid #0072ef;
960
- }
961
- .textarea__input_1n2wu {
962
- color: #000;
963
- caret-color: #0072ef;
964
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
965
- }
966
- .textarea__input_1n2wu:-webkit-autofill {
967
- -webkit-text-fill-color: #000;
968
- }
969
- .textarea__input_1n2wu::placeholder {
970
- color: rgba(60, 60, 67, 0.6);
971
- }
972
- .textarea__hasLabel_1n2wu::placeholder {
973
- color: #c5c5c7;
974
- }
975
- .textarea__clearIcon_1n2wu {
976
- color: #000;
977
- }
978
- .textarea__input_1n2wu:read-only {
979
- color: rgba(60, 60, 67, 0.6)
980
- }
981
- .textarea__input_1n2wu:read-only:focus::placeholder {
982
- color: rgba(60, 60, 67, 0.6);
983
- }
984
- .textarea__input_1n2wu:disabled {
985
- color: #000;
986
- -webkit-text-fill-color: #000;
987
- }
988
- .textarea__input_1n2wu:focus::placeholder {
989
- color: rgba(60, 60, 67, 0.3);
990
- }
991
- .textarea__error_1n2wu {
992
- color: #ef3124;
993
- caret-color: #ef3124;
994
- }
995
- .textarea__textarea_1n2wu {
996
- color: #000;
997
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
998
- }
999
- .textarea__textarea_1n2wu::placeholder {
1000
- color: rgba(60, 60, 67, 0.6);
1001
- }
1002
- .textarea__hasLabel_1n2wu::placeholder {
1003
- color: #c5c5c7;
1004
- }
1005
- .textarea__textarea_1n2wu:disabled {
1006
- color: #000;
1007
- -webkit-text-fill-color: #000;
1008
- }
1009
- .textarea__textarea_1n2wu:read-only {
1010
- color: rgba(60, 60, 67, 0.6);
1011
- }
1012
- .textarea__textarea_1n2wu:focus::placeholder {
1013
- color: rgba(60, 60, 67, 0.3);
1014
- }.base-modal__component_1u5vt {
1015
- background: #121212;
1016
- }.button__primary_1n36z {
1017
- color: #000;
1018
- background-color: #f3f4f5
1019
- }
1020
- .button__primary_1n36z:hover {
1021
- background-color: rgb(207, 207, 208);
1022
- }
1023
- .button__primary_1n36z:active {
1024
- background-color: rgb(194, 195, 196);
1025
- }
1026
- .button__secondary_1n36z {
1027
- color: #fff;
1028
- background-color: rgba(255, 255, 255, 0.1);
1029
- border: 1px solid transparent
1030
- }
1031
- .button__secondary_1n36z:hover {
1032
- background-color: rgba(255, 255, 255, 0.163);
1033
- }
1034
- .button__secondary_1n36z:active {
1035
- background-color: rgba(255, 255, 255, 0.235);
1036
- }
1037
- .button__outlined_1n36z {
1038
- color: #fff;
1039
- background-color: transparent;
1040
- border: 1px solid #c5c5c7
1041
- }
1042
- .button__outlined_1n36z:hover {
1043
- background-color: rgba(0, 0, 0, 0.07);
1044
- }
1045
- .button__outlined_1n36z:active {
1046
- background-color: rgba(0, 0, 0, 0.15);
1047
- }
1048
- .button__tertiary_1n36z {
1049
- color: #fff;
1050
- background-color: transparent;
1051
- border: 1px solid #c5c5c7
1052
- }
1053
- .button__tertiary_1n36z:hover {
1054
- background-color: rgba(255, 255, 255, 0.07);
1055
- }
1056
- .button__tertiary_1n36z:active {
1057
- background-color: rgba(255, 255, 255, 0.15);
1058
- }
1059
- .button__filled_1n36z {
1060
- color: #fff;
1061
- background-color: #3a3a3c
1062
- }
1063
- .button__filled_1n36z:hover {
1064
- background-color: rgb(72, 72, 74);
1065
- }
1066
- .button__filled_1n36z:active {
1067
- background-color: rgb(88, 88, 89);
1068
- }
1069
- .button__transparent_1n36z {
1070
- color: #fff;
1071
- background-color: rgba(255, 255, 255, 0.1)
1072
- }
1073
- .button__transparent_1n36z:hover {
1074
- background-color: rgba(255, 255, 255, 0.2);
1075
- }
1076
- .button__transparent_1n36z:active {
1077
- background-color: rgba(255, 255, 255, 0.4);
1078
- }
1079
- .button__link_1n36z {
1080
- color: #fff;
1081
- background-color: transparent
1082
- }
1083
- .button__link_1n36z:hover {
1084
- background-color: rgba(255, 255, 255, 0.163);
1085
- }
1086
- .button__link_1n36z:active {
1087
- background-color: rgba(255, 255, 255, 0.235);
1088
- }
1089
- .button__ghost_1n36z {
1090
- color: #fff
1091
- }
1092
- .button__ghost_1n36z:hover {
1093
- color: rgb(179, 179, 179);
1094
- }
1095
- .button__ghost_1n36z:active {
1096
- color: rgb(128, 128, 128);
1097
- }
1098
- .button__component_1n36z:disabled.button__primary_1n36z {
1099
- color: rgba(60, 60, 67, 0.3);
1100
- background-color: #f3f4f5
1101
- }
1102
- .button__component_1n36z:disabled.button__primary_1n36z.button__loading_1n36z {
1103
- background-color: #f3f4f5;
1104
- }
1105
- .button__component_1n36z:disabled.button__secondary_1n36z {
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_1n36z:disabled.button__secondary_1n36z.button__loading_1n36z {
1111
- color: #fff;
1112
- background-color: rgba(255, 255, 255, 0.1);
1113
- border-color: transparent;
1114
- }
1115
- .button__component_1n36z:disabled.button__outlined_1n36z {
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_1n36z:disabled.button__outlined_1n36z.button__loading_1n36z {
1121
- color: #fff;
1122
- }
1123
- .button__component_1n36z:disabled.button__tertiary_1n36z {
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_1n36z:disabled.button__tertiary_1n36z.button__loading_1n36z {
1129
- color: #fff;
1130
- }
1131
- .button__component_1n36z:disabled.button__filled_1n36z {
1132
- color: rgba(255, 255, 255, 0.3);
1133
- background-color: rgba(58, 58, 60, 0.3)
1134
- }
1135
- .button__component_1n36z:disabled.button__filled_1n36z.button__loading_1n36z {
1136
- color: #fff;
1137
- background-color: #3a3a3c;
1138
- }
1139
- .button__component_1n36z:disabled.button__transparent_1n36z {
1140
- color: rgba(255, 255, 255, 0.3);
1141
- background-color: rgba(255, 255, 255, 0.03)
1142
- }
1143
- .button__component_1n36z:disabled.button__transparent_1n36z.button__loading_1n36z {
1144
- color: #fff;
1145
- background-color: rgba(255, 255, 255, 0.1);
1146
- }
1147
- .button__component_1n36z:disabled.button__link_1n36z {
1148
- color: rgba(255, 255, 255, 0.3);
1149
- background-color: transparent
1150
- }
1151
- .button__component_1n36z:disabled.button__link_1n36z.button__loading_1n36z {
1152
- color: #fff;
1153
- }
1154
- .button__component_1n36z:disabled.button__ghost_1n36z {
1155
- color: rgba(255, 255, 255, 0.3)
1156
- }
1157
- .button__component_1n36z:disabled.button__ghost_1n36z.button__loading_1n36z {
1158
- color: #fff;
1159
- }
1160
- .button__component_iov9k {
1161
- background-color: transparent
1162
- }
1163
- .button__focused_iov9k {
1164
- outline: 2px solid #0072ef;
1165
- }
1166
- .button__primary_1bt5h {
1167
- color: #fff;
1168
- background-color: #202022
1169
- }
1170
- .button__primary_1bt5h:hover {
1171
- background-color: rgb(48, 48, 49);
1172
- }
1173
- .button__primary_1bt5h:active {
1174
- background-color: rgb(65, 65, 67);
1175
- }
1176
- .button__secondary_1bt5h {
1177
- color: #000;
1178
- background-color: rgba(0, 0, 0, 0.08);
1179
- border: 1px solid transparent
1180
- }
1181
- .button__secondary_1bt5h:hover {
1182
- background-color: rgba(0, 0, 0, 0.218);
1183
- }
1184
- .button__secondary_1bt5h:active {
1185
- background-color: rgba(0, 0, 0, 0.264);
1186
- }
1187
- .button__outlined_1bt5h {
1188
- color: #fff;
1189
- background-color: transparent;
1190
- border: 1px solid #c5c5c7
1191
- }
1192
- .button__outlined_1bt5h:hover {
1193
- background-color: rgba(255, 255, 255, 0.15);
1194
- }
1195
- .button__outlined_1bt5h:active {
1196
- background-color: rgba(0, 0, 0, 0.15);
1197
- }
1198
- .button__tertiary_1bt5h {
1199
- color: #000;
1200
- background-color: transparent;
1201
- border: 1px solid #464649
1202
- }
1203
- .button__tertiary_1bt5h:hover {
1204
- background-color: rgba(18, 18, 18, 0.15);
1205
- }
1206
- .button__tertiary_1bt5h:active {
1207
- background-color: rgba(18, 18, 18, 0.2);
1208
- }
1209
- .button__filled_1bt5h {
1210
- color: #fff;
1211
- background-color: #3a3a3c
1212
- }
1213
- .button__filled_1bt5h:hover {
1214
- background-color: rgb(99, 112, 126);
1215
- }
1216
- .button__filled_1bt5h:active {
1217
- background-color: rgb(61, 74, 88);
1218
- }
1219
- .button__transparent_1bt5h {
1220
- color: #000;
1221
- background-color: rgba(255, 255, 255, 0.1)
1222
- }
1223
- .button__transparent_1bt5h:hover {
1224
- background-color: rgba(255, 255, 255, 0.2);
1225
- }
1226
- .button__transparent_1bt5h:active {
1227
- background-color: rgba(255, 255, 255, 0.05);
1228
- }
1229
- .button__link_1bt5h {
1230
- color: #000;
1231
- background-color: transparent
1232
- }
1233
- .button__link_1bt5h:hover {
1234
- background-color: rgba(18, 18, 18, 0.15);
1235
- }
1236
- .button__link_1bt5h:active {
1237
- background-color: rgba(18, 18, 18, 0.2);
1238
- }
1239
- .button__ghost_1bt5h {
1240
- color: #000
1241
- }
1242
- .button__ghost_1bt5h:hover {
1243
- color: rgb(77, 77, 77);
1244
- }
1245
- .button__ghost_1bt5h:active {
1246
- color: rgb(128, 128, 128);
1247
- }
1248
- .button__component_1bt5h:disabled.button__primary_1bt5h {
1249
- color: rgba(235, 235, 245, 0.3);
1250
- background-color: #202022
1251
- }
1252
- .button__component_1bt5h:disabled.button__primary_1bt5h.button__loading_1bt5h {
1253
- background-color: #202022;
1254
- }
1255
- .button__component_1bt5h:disabled.button__secondary_1bt5h {
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_1bt5h:disabled.button__secondary_1bt5h.button__loading_1bt5h {
1261
- color: #000;
1262
- background-color: rgba(0, 0, 0, 0.08);
1263
- border-color: transparent;
1264
- }
1265
- .button__component_1bt5h:disabled.button__outlined_1bt5h {
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_1bt5h:disabled.button__outlined_1bt5h.button__loading_1bt5h {
1271
- color: #fff;
1272
- }
1273
- .button__component_1bt5h:disabled.button__tertiary_1bt5h {
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_1bt5h:disabled.button__tertiary_1bt5h.button__loading_1bt5h {
1279
- color: #000;
1280
- }
1281
- .button__component_1bt5h:disabled.button__filled_1bt5h {
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_1bt5h:disabled.button__filled_1bt5h.button__loading_1bt5h {
1287
- color: #fff;
1288
- background-color: #3a3a3c;
1289
- border-color: transparent;
1290
- }
1291
- .button__component_1bt5h:disabled.button__transparent_1bt5h {
1292
- color: rgba(255, 255, 255, 0.3);
1293
- background-color: rgba(255, 255, 255, 0.03)
1294
- }
1295
- .button__component_1bt5h:disabled.button__transparent_1bt5h.button__loading_1bt5h {
1296
- color: #000;
1297
- background-color: rgba(255, 255, 255, 0.1);
1298
- }
1299
- .button__component_1bt5h:disabled.button__link_1bt5h {
1300
- color: rgba(0, 0, 0, 0.3);
1301
- background-color: transparent
1302
- }
1303
- .button__component_1bt5h:disabled.button__link_1bt5h.button__loading_1bt5h {
1304
- color: #000;
1305
- }
1306
- .button__component_1bt5h:disabled.button__ghost_1bt5h {
1307
- color: rgba(0, 0, 0, 0.3)
1308
- }
1309
- .button__component_1bt5h:disabled.button__ghost_1bt5h.button__loading_1bt5h {
1310
- color: #000;
1311
- }.popover__component_w6zod {
1312
- background-color: transparent;
1313
- color: #fff;
1314
- }
1315
- .popover__inner_w6zod {
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_w6zod:after {
1321
- background-color: #121212;
1322
- border: 1px solid transparent;
1323
- }.tabs__component_1wevv:before {
1324
- background-color: #2b2b2e;
1325
- }
1326
- .tabs__title_1wevv {
1327
- color: #8d8d93
1328
- }
1329
- .tabs__title_1wevv:not(.tabs__disabled_1wevv):hover {
1330
- color: #fff;
1331
- }
1332
- .tabs__focused_1wevv {
1333
- outline: 2px solid #0072ef;
1334
- }
1335
- .tabs__selected_1wevv {
1336
- color: #fff;
1337
- }
1338
- .tabs__disabled_1wevv {
1339
- color: #464649;
1340
- }
1341
- .tabs__line_1wevv {
1342
- background-color: #ef3124;
1343
- }
1344
- .tabs__component_1wevv:before {
1345
- background-color: #2b2b2e;
1346
- }.tabs__title_1wevv {
1347
- color: #8d8d93
1348
- }.tabs__title_1wevv:not(.tabs__disabled_1wevv):hover {
1349
- color: #fff;
1350
- }.tabs__focused_1wevv {
1351
- outline: 2px solid #0072ef;
1352
- }.tabs__selected_1wevv {
1353
- color: #fff;
1354
- }.tabs__disabled_1wevv {
1355
- color: #464649;
1356
- }.tabs__line_1wevv {
1357
- background-color: #ef3124;
1358
- }
1359
-
1360
-
1361
-
1362
- .circular-progress-bar__backgroundCircle_1pwrj,
1363
- .circular-progress-bar__progressCircle_1pwrj {
1364
- fill: transparent;
1365
- }
1366
- .circular-progress-bar__positive_1pwrj {
1367
- stroke: #2fc26e;
1368
- }
1369
- .circular-progress-bar__negative_1pwrj {
1370
- stroke: #d91d0b;
1371
- }
1372
- .circular-progress-bar__backgroundCircle_1pwrj {
1373
- stroke: #2c2c2e;
1374
- }.select-with-tags__tag_4c7fd:active:not(:disabled) {
1375
- background-color: #f3f4f5;
1376
- }
1377
- .select-with-tags__tag_4c7fd:hover:not(:disabled):not(:active) {
1378
- background-color: #f3f4f5;
1379
- }
1380
- .select-with-tags__input_e54qj {
1381
- background-color: transparent;
1382
- color: #fff
1383
- }
1384
- .select-with-tags__input_e54qj:disabled {
1385
- color: #8d8d93;
1386
- }
1387
- .select-with-tags__input_e54qj::placeholder {
1388
- color: #8d8d93;
1389
- }
1390
- .select-with-tags__input_e54qj:focus::placeholder {
1391
- color: #464649;
1392
- }
1393
- .select-with-tags__focusVisible_e54qj {
1394
- outline: 2px solid #0072ef;
1395
- }
1396
- .select-with-tags__placeholder_e54qj {
1397
- color: #464649;
1398
- }.list-header__filled_1y8fp {
1399
- background-color: rgba(255, 255, 255, 0.1);
1400
- }.chart__coreChart_18k7t .recharts-text tspan {
1401
- fill: #fff;
1402
- }
1403
- @keyframes chart__showDot_19jl0 {
1404
- }
1405
-
1406
- .chart__tickText_1tbja {
1407
- fill: #fff;
1408
- }
1409
- .chart__circle_1tbja {
1410
- fill: #121212;
1411
- }
1412
- .chart__circle_1tbja {
1413
- fill: #121212;
1414
- }
1415
- .chart__tooltip_3f15h {
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_3f15h {
1421
- border: 1px solid #2b2b2e;
1422
- background-color: #121212;
1423
- }
1424
- .chart__tooltipArrow_3f15h:before {
1425
- border-color: transparent #121212 transparent transparent;
1426
- }.stepped-progress-bar__description_1n7yc {
1427
- color: rgba(235, 235, 245, 0.6);
1428
- }
1429
- .stepped-progress-bar__bar_1ehni {
1430
- background: rgba(255, 255, 255, 0.1);
1431
- }
1432
- .stepped-progress-bar__positive_1ehni {
1433
- background: #2fc26e;
1434
- }
1435
- .stepped-progress-bar__attention_1ehni {
1436
- background: #f6bf65;
1437
- }
1438
- .stepped-progress-bar__negative_1ehni {
1439
- background: #d91d0b;
1440
- }
1441
- .stepped-progress-bar__link_1ehni {
1442
- background: #0072ef;
1443
- }
1444
- .stepped-progress-bar__tertiary_1ehni {
1445
- background: #464649;
1446
- }
1447
- .stepped-progress-bar__secondary_1ehni {
1448
- background: #8d8d93;
1449
- }
1450
- .stepped-progress-bar__primary_1ehni {
1451
- background: #fff;
1452
- }
1453
- .stepped-progress-bar__accent_1ehni {
1454
- background: #ef3124;
1455
- }.drawer__backdropEnter_kxav4 {
1456
- background-color: transparent;
1457
- }
1458
- .drawer__backdropEnterActive_kxav4,
1459
- .drawer__backdropEnterDone_kxav4 {
1460
- background-color: rgba(0, 0, 0, 0.8);
1461
- }
1462
- .drawer__backdropExit_kxav4 {
1463
- background-color: rgba(0, 0, 0, 0.8);
1464
- }
1465
- .drawer__backdropExitActive_kxav4,
1466
- .drawer__backdropExitDone_kxav4 {
1467
- background-color: transparent;
1468
- }.attach__component_1poyp {
1469
- }
1470
- .attach__focused_1poyp {
1471
- outline: 2px solid #0072ef;
1472
- }.custom-button__customButton_ag9yb.custom-button__white_ag9yb * {
1473
- color: #fff;
1474
- }
1475
- .custom-button__customButton_ag9yb.custom-button__black_ag9yb * {
1476
- color: #000;
1477
- }
1478
- .custom-button__customButton_ag9yb:before {
1479
- background-color: rgba(0, 0, 0, 0);
1480
- }
1481
- .custom-button__customButton_ag9yb:hover:before {
1482
- background-color: rgba(0, 0, 0, 0.07);
1483
- }
1484
- .custom-button__customButton_ag9yb:active:before {
1485
- background-color: rgba(0, 0, 0, 0.15);
1486
- }
1487
- .custom-button__customButton_ag9yb:disabled.custom-button__white_ag9yb * {
1488
- color: #fff;
1489
- }
1490
- .custom-button__customButton_ag9yb:disabled.custom-button__black_ag9yb * {
1491
- color: #000;
1492
- }.confirmation__component_1ov7g {
1493
- color: #8d8d93;
1494
- }
1495
- .confirmation__circle_du5br {
1496
- fill: transparent;
1497
- stroke: #464649;
1498
- }
1499
- .confirmation__header_w10si {
1500
- color: #fff;
1501
- }
1502
- .confirmation__description_w10si {
1503
- color: #8d8d93;
1504
- color: #fff;
1505
- }
1506
- .confirmation__title_lx81t {
1507
- color: #fff;
1508
- }
1509
- .confirmation__text_lx81t {
1510
- color: #8d8d93;
1511
- }
1512
- .confirmation__phonesWrap_lx81t {
1513
- color: #8d8d93;
1514
- }
1515
- .confirmation__phoneDescription_lx81t {
1516
- color: #8d8d93;
1517
- }
1518
- .confirmation__header_1gkxh {
1519
- color: #fff;
1520
- }
1521
- .confirmation__phone_1gkxh {
1522
- color: #fff;
1523
- }
1524
- .confirmation__header_1oquv {
1525
- color: #fff;
1526
- }
1527
- .confirmation__description_1oquv {
1528
- color: #8d8d93;
1529
- }.input__input_szil7 {
1530
- color: #fff;
1531
- caret-color: #0072ef;
1532
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1533
- }
1534
- .input__input_szil7:-webkit-autofill {
1535
- -webkit-text-fill-color: #fff;
1536
- }
1537
- .input__input_szil7::placeholder {
1538
- color: #8d8d93;
1539
- }
1540
- .input__hasLabel_szil7::placeholder {
1541
- color: #464649;
1542
- }
1543
- .input__clearIcon_szil7 {
1544
- color: #fff;
1545
- }
1546
- .input__input_szil7:read-only {
1547
- color: #8d8d93
1548
- }
1549
- .input__input_szil7:read-only:focus::placeholder {
1550
- color: #8d8d93;
1551
- }
1552
- .input__input_szil7:disabled {
1553
- color: #fff;
1554
- -webkit-text-fill-color: #fff;
1555
- }
1556
- .input__input_szil7:focus::placeholder {
1557
- color: rgba(235, 235, 245, 0.3);
1558
- }
1559
- .input__error_szil7 {
1560
- color: #f15045;
1561
- caret-color: #f15045;
1562
- }
1563
- .input__focusVisible_zo771 {
1564
- outline: 2px solid #0072ef;
1565
- }
1566
- @keyframes input__onautofillstart_zo771 {
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_zo771 {
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_gsvyi {
1583
- color: #000;
1584
- caret-color: #0072ef;
1585
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1586
- }
1587
- .input__input_gsvyi:-webkit-autofill {
1588
- -webkit-text-fill-color: #000;
1589
- }
1590
- .input__input_gsvyi::placeholder {
1591
- color: rgba(60, 60, 67, 0.6);
1592
- }
1593
- .input__hasLabel_gsvyi::placeholder {
1594
- color: #c5c5c7;
1595
- }
1596
- .input__clearIcon_gsvyi {
1597
- color: #000;
1598
- }
1599
- .input__input_gsvyi:read-only {
1600
- color: rgba(60, 60, 67, 0.6)
1601
- }
1602
- .input__input_gsvyi:read-only:focus::placeholder {
1603
- color: rgba(60, 60, 67, 0.6);
1604
- }
1605
- .input__input_gsvyi:disabled {
1606
- color: #000;
1607
- -webkit-text-fill-color: #000;
1608
- }
1609
- .input__input_gsvyi:focus::placeholder {
1610
- color: rgba(60, 60, 67, 0.3);
1611
- }
1612
- .input__error_gsvyi {
1613
- color: #ef3124;
1614
- caret-color: #ef3124;
1615
- }.icon-button__primary_17jqb {
1616
- color: #fff
1617
- }
1618
- .icon-button__primary_17jqb:hover {
1619
- color: rgb(204, 204, 204);
1620
- }
1621
- .icon-button__primary_17jqb:active {
1622
- color: rgb(179, 179, 179);
1623
- }
1624
- .icon-button__primary_17jqb.icon-button__component_17jqb:disabled.icon-button__loader_17jqb {
1625
- color: #fff;
1626
- }
1627
- .icon-button__secondary_17jqb {
1628
- color: #8d8d93
1629
- }
1630
- .icon-button__secondary_17jqb:hover {
1631
- color: rgb(175, 175, 179);
1632
- }
1633
- .icon-button__secondary_17jqb:active {
1634
- color: rgb(198, 198, 201);
1635
- }
1636
- .icon-button__secondary_17jqb.icon-button__component_17jqb:disabled.icon-button__loader_17jqb {
1637
- color: #8d8d93;
1638
- }
1639
- .icon-button__transparent_17jqb {
1640
- color: rgba(255, 255, 255, 0.3)
1641
- }
1642
- .icon-button__transparent_17jqb:hover {
1643
- color: rgba(255, 255, 255, 0.4);
1644
- }
1645
- .icon-button__transparent_17jqb:active {
1646
- color: rgba(255, 255, 255, 0.5);
1647
- }
1648
- .icon-button__negative_17jqb {
1649
- color: #d91d0b
1650
- }
1651
- .icon-button__negative_17jqb:hover {
1652
- color: rgb(220, 45, 28);
1653
- }
1654
- .icon-button__negative_17jqb:active {
1655
- color: rgb(223, 63, 48);
1656
- }
1657
- .icon-button__negative_17jqb.icon-button__component_17jqb:disabled.icon-button__loader_17jqb {
1658
- color: #d91d0b;
1659
- }
1660
- .icon-button__tertiary_17jqb {
1661
- color: #464649
1662
- }
1663
- .icon-button__tertiary_17jqb:hover {
1664
- color: rgb(83, 83, 86);
1665
- }
1666
- .icon-button__tertiary_17jqb:active {
1667
- color: rgb(98, 98, 100);
1668
- }
1669
- .icon-button__tertiary_17jqb.icon-button__component_17jqb:disabled.icon-button__loader_17jqb {
1670
- color: #464649;
1671
- }
1672
-
1673
- .icon-button__primary_1jarl {
1674
- color: #000
1675
- }
1676
- .icon-button__primary_1jarl:hover {
1677
- color: rgb(18, 18, 18);
1678
- }
1679
- .icon-button__primary_1jarl:active {
1680
- color: rgb(38, 38, 38);
1681
- }
1682
- .icon-button__secondary_1jarl {
1683
- color: #8a8a8e
1684
- }
1685
- .icon-button__secondary_1jarl:hover {
1686
- color: rgb(117, 117, 121);
1687
- }
1688
- .icon-button__secondary_1jarl:active {
1689
- color: rgb(110, 110, 114);
1690
- }
1691
- .icon-button__transparent_1jarl {
1692
- color: rgba(0, 0, 0, 0.3)
1693
- }
1694
- .icon-button__transparent_1jarl:hover {
1695
- color: rgba(0, 0, 0, 0.4);
1696
- }
1697
- .icon-button__transparent_1jarl:active {
1698
- color: rgba(0, 0, 0, 0.5);
1699
- }
1700
- .icon-button__negative_1jarl {
1701
- color: #d91d0b
1702
- }
1703
- .icon-button__negative_1jarl:hover {
1704
- color: rgb(220, 45, 28);
1705
- }
1706
- .icon-button__negative_1jarl:active {
1707
- color: rgb(223, 63, 48);
1708
- }
1709
- .icon-button__tertiary_1jarl {
1710
- color: #c5c5c7
1711
- }
1712
- .icon-button__tertiary_1jarl:hover {
1713
- color: rgb(167, 167, 169);
1714
- }
1715
- .icon-button__tertiary_1jarl:active {
1716
- color: rgb(158, 158, 159);
1717
- }.pagination__component_1e3gb {
1718
- color: #fff;
1719
- }
1720
- .pagination__dots_pvq66 {
1721
- color: #8d8d93;
1722
- }
1723
-
1724
- .pagination__tag_51v5v.pagination__tag_51v5v {
1725
- color: #8d8d93
1726
- }
1727
- .pagination__tag_51v5v.pagination__tag_51v5v:hover:not(:disabled) {
1728
- background-color: #2c2c2e;
1729
- color: #fff;
1730
- }
1731
- .pagination__tag_51v5v.pagination__tag_51v5v:active:not(:disabled) {
1732
- background-color: #3a3a3c;
1733
- }
1734
- .pagination__tag_51v5v.pagination__tag_51v5v.pagination__checked_51v5v {
1735
- background-color: #f3f4f5;
1736
- color: #000;
1737
- }
1738
- .pagination__tag_51v5v.pagination__tag_51v5v.pagination__checked_51v5v:hover:not(:disabled) {
1739
- color: #000;
1740
- }
1741
- .pagination__tag_51v5v.pagination__tag_51v5v.pagination__checked_51v5v:active:not(:disabled) {
1742
- color: #fff;
1743
- }.plate__component_1yryp {
1744
- color: #fff;
1745
- }
1746
- .plate__focused_1yryp {
1747
- outline: 2px solid #0072ef;
1748
- }
1749
- .plate__common_1yryp {
1750
- background-color: #202022;
1751
- border-color: #6d7986;
1752
- }
1753
- .plate__negative_1yryp {
1754
- background-color: #35110d;
1755
- border-color: #d91d0b;
1756
- }
1757
- .plate__positive_1yryp {
1758
- background-color: #042117;
1759
- border-color: #13a463;
1760
- }
1761
- .plate__attention_1yryp {
1762
- background-color: #332104;
1763
- border-color: #de6a00;
1764
- }.slider-input__steps_10b34 {
1765
- color: #8d8d93;
1766
- }
1767
- .slider-input__info_10b34 {
1768
- color: #8d8d93;
1769
- }.with-suffix__hasSuffix_g0m6z input:focus::placeholder {
1770
- color: transparent;
1771
- }
1772
- .with-suffix__disabled_g0m6z {
1773
- color: #fff;
1774
- }.bottom-sheet__modal_589pi {
1775
- background-color: transparent;
1776
- }
1777
- .bottom-sheet__component_589pi {
1778
- background: #121212;
1779
- }
1780
- .bottom-sheet__marker_589pi {
1781
- background-color: #2a2a2c;
1782
- }
1783
- .bottom-sheet__content_589pi {
1784
- color: #fff;
1785
- background-color: #121212;
1786
- }
1787
- .bottom-sheet__backer_28rwu {
1788
- color: #fff;
1789
- }
1790
- .bottom-sheet__button_28rwu {
1791
- background: rgba(255, 255, 255, 0.03);
1792
- }
1793
- .bottom-sheet__closer_6exmn {
1794
- color: #fff;
1795
- }
1796
- .bottom-sheet__button_6exmn {
1797
- background: rgba(255, 255, 255, 0.03);
1798
- }
1799
- .bottom-sheet__footer_1sokh {
1800
- background-color: #121212;
1801
- }
1802
- .bottom-sheet__highlighted_1sokh {
1803
- border-top: 1px solid #2b2b2e;
1804
- background-color: #121212;
1805
- }
1806
- .bottom-sheet__header_ep490 {
1807
- background-color: #121212;
1808
- }
1809
- .bottom-sheet__highlighted_ep490 {
1810
- border-bottom: 1px solid #2b2b2e;
1811
- }.file-upload-item__component_1pp48 {
1812
- color: #8d8d93;
1813
- box-shadow: 0 -1px 0 0 #2b2b2e inset
1814
- }
1815
- .file-upload-item__icon_1pp48 {
1816
- color: #fff;
1817
- }
1818
- .file-upload-item__errorIcon_1pp48 {
1819
- color: #d91d0b;
1820
- }
1821
- .file-upload-item__successIcon_1pp48 {
1822
- color: #2fc26e;
1823
- }
1824
- .file-upload-item__name_1pp48 {
1825
- color: #fff
1826
- }
1827
- .file-upload-item__errorWrapper_1pp48 {
1828
- color: #ef3124
1829
- }.filter-tag__component_1u51a.filter-tag__disabled_1u51a {
1830
- background-color: rgba(32, 32, 34, 0.3);
1831
- }
1832
- .filter-tag__component_1u51a.filter-tag__checked_1u51a:not(.filter-tag__component_1u51a.filter-tag__disabled_1u51a) {
1833
- background-color: #f3f4f5;
1834
- }
1835
- .filter-tag__component_1u51a.filter-tag__checked_1u51a:not(.filter-tag__component_1u51a.filter-tag__disabled_1u51a):hover {
1836
- background-color: #f3f4f5;
1837
- }
1838
- .filter-tag__component_1u51a.filter-tag__checked_1u51a:not(.filter-tag__component_1u51a.filter-tag__disabled_1u51a):active {
1839
- background-color: rgb(194, 195, 196);
1840
- }
1841
- .filter-tag__focused_1u51a {
1842
- outline: 2px solid #0072ef;
1843
- }
1844
- .filter-tag__valueButton_1u51a {
1845
- color: #fff;
1846
- background-color: #202022;
1847
- border-color: transparent
1848
- }
1849
- .filter-tag__valueButton_1u51a:not(.filter-tag__valueButton_1u51a:disabled):hover {
1850
- background-color: #202022;
1851
- border-color: transparent;
1852
- }
1853
- .filter-tag__valueButton_1u51a:not(.filter-tag__valueButton_1u51a:disabled):active {
1854
- background-color: rgb(65, 65, 67);
1855
- border-color: transparent;
1856
- }
1857
- .filter-tag__valueButton_1u51a:disabled {
1858
- background-color: rgba(32, 32, 34, 0.3);
1859
- border-color: transparent;
1860
- color: #464649;
1861
- }
1862
- .filter-tag__valueButton_1u51a.filter-tag__checked_1u51a {
1863
- background-color: #f3f4f5;
1864
- color: #000
1865
- }
1866
- .filter-tag__valueButton_1u51a.filter-tag__checked_1u51a:not(.filter-tag__valueButton_1u51a:disabled):hover {
1867
- background-color: #f3f4f5;
1868
- }
1869
- .filter-tag__valueButton_1u51a.filter-tag__checked_1u51a:not(.filter-tag__valueButton_1u51a:disabled):active {
1870
- background-color: rgb(194, 195, 196);
1871
- }
1872
- .filter-tag__valueButton_1u51a.filter-tag__checked_1u51a:not(.filter-tag__valueButton_1u51a:disabled):hover + .filter-tag__clear_1u51a:before {
1873
- background-color: #464649;
1874
- }
1875
- .filter-tag__valueButton_1u51a.filter-tag__checked_1u51a:not(.filter-tag__valueButton_1u51a:disabled):active + .filter-tag__clear_1u51a:before {
1876
- background-color: transparent;
1877
- }
1878
- .filter-tag__valueButton_1u51a.filter-tag__checked_1u51a:disabled {
1879
- background-color: rgba(243, 244, 245, 0.3);
1880
- color: #000;
1881
- }
1882
- .filter-tag__clear_1u51a {
1883
- background-color: #f3f4f5
1884
- }
1885
- .filter-tag__clear_1u51a:before {
1886
- background-color: #464649;
1887
- }
1888
- .filter-tag__clear_1u51a:hover:before {
1889
- background-color: #464649;
1890
- }
1891
- .filter-tag__clear_1u51a:active:before {
1892
- background-color: transparent;
1893
- }
1894
- .filter-tag__clear_1u51a:hover {
1895
- background-color: #f3f4f5;
1896
- }
1897
- .filter-tag__clear_1u51a:active {
1898
- background-color: rgb(194, 195, 196);
1899
- }
1900
- .calendar__dayName_1s4fi {
1901
- color: #8d8d93
1902
- }
1903
- .calendar__day_1s4fi {
1904
- color: #fff
1905
- }
1906
- .calendar__day_1s4fi.calendar__highlighted_1s4fi,
1907
- .calendar__day_1s4fi.calendar__range_1s4fi.calendar__highlighted_1s4fi:not(.calendar__disabled_1s4fi) {
1908
- color: #fff;
1909
- background: #2a2a2c;
1910
- }
1911
- .calendar__day_1s4fi.calendar__disabled_1s4fi {
1912
- color: #464649;
1913
- background: transparent;
1914
- }
1915
- .calendar__day_1s4fi.calendar__today_1s4fi {
1916
- color: #0072ef;
1917
- }
1918
- .calendar__day_1s4fi.calendar__rangeComplete_1s4fi {
1919
- background: #e8f2fe;
1920
- }
1921
- .calendar__day_1s4fi.calendar__selected_1s4fi,
1922
- .calendar__day_1s4fi.calendar__disabled_1s4fi.calendar__selected_1s4fi {
1923
- color: #000;
1924
- background: #fff;
1925
- }
1926
- .calendar__day_1s4fi.calendar__selected_1s4fi:hover {
1927
- background: rgb(217, 217, 217);
1928
- }
1929
- .calendar__range_1s4fi .calendar__day_1s4fi:not(.calendar__selected_1s4fi):not(.calendar__disabled_1s4fi):not(.calendar__today_1s4fi) {
1930
- color: #fff;
1931
- }
1932
- .calendar__range_1s4fi:before {
1933
- background: rgba(255, 255, 255, 0.1);
1934
- }
1935
- .calendar__rangeComplete_1s4fi:before {
1936
- background: #e8f2fe;
1937
- }
1938
- .calendar__transitLeft_1s4fi:after {
1939
- background: linear-gradient(
1940
- 270deg,
1941
- rgba(255, 255, 255, 0.1) 0%,
1942
- rgba(255, 255, 255, 0) 100%
1943
- );
1944
- }
1945
- .calendar__transitRight_1s4fi:after {
1946
- background: linear-gradient(
1947
- 270deg,
1948
- rgba(255, 255, 255, 0) 0%,
1949
- rgba(255, 255, 255, 0.1) 100%
1950
- );
1951
- }
1952
- .calendar__rangeComplete_1s4fi.calendar__transitLeft_1s4fi:after {
1953
- background: linear-gradient(
1954
- 270deg,
1955
- #e8f2fe 0%,
1956
- rgba(255, 255, 255, 0) 100%
1957
- );
1958
- }
1959
- .calendar__rangeComplete_1s4fi.calendar__transitRight_1s4fi:after {
1960
- background: linear-gradient(
1961
- 270deg,
1962
- rgba(255, 255, 255, 0) 0%,
1963
- #e8f2fe 100%
1964
- );
1965
- }
1966
- .calendar__dot_1s4fi {
1967
- background: #fff;
1968
- }
1969
- .calendar__selected_1s4fi .calendar__dot_1s4fi {
1970
- background: #000;
1971
- }
1972
- .calendar__withShadow_8mf11 {
1973
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1974
- }
1975
-
1976
- @media (max-width: 374px) {
1977
- }
1978
- .calendar__empty_1yl33 {
1979
- color: #8d8d93;
1980
- }
1981
- .cc-calendar .calendar__button_1ikaq {
1982
- background-color: transparent
1983
- }
1984
- .cc-calendar .calendar__button_1ikaq:not(:disabled):hover {
1985
- background-color: #2c2c2e;
1986
- color: #fff;
1987
- }
1988
- .cc-calendar .calendar__button_1ikaq.calendar__filled_1ikaq {
1989
- background-color: #2c2c2e
1990
- }
1991
- .cc-calendar .calendar__button_1ikaq.calendar__filled_1ikaq:not(:disabled):hover {
1992
- background-color: rgb(59, 59, 61);
1993
- }
1994
- .cc-calendar .calendar__button_1ikaq.calendar__outlined_1ikaq {
1995
- border: 1px solid #fff;
1996
- }
1997
- .cc-calendar .calendar__button_1ikaq.calendar__selected_1ikaq,
1998
- .cc-calendar .calendar__button_1ikaq.calendar__selected_1ikaq:disabled {
1999
- background-color: #fff;
2000
- color: #000
2001
- }
2002
- .cc-calendar .calendar__button_1ikaq.calendar__selected_1ikaq:not(:disabled):hover, .cc-calendar .calendar__button_1ikaq.calendar__selected_1ikaq:disabled:not(:disabled):hover {
2003
- background-color: #fff;
2004
- color: #000;
2005
- }
2006
- @media (max-width: 374px) {
2007
- }
2008
-
2009
-
2010
- .modal__button_en2u3 {
2011
- background: rgba(18, 18, 18, 0.4);
2012
- }
2013
-
2014
-
2015
-
2016
-
2017
- .modal__sticky_16al7 {
2018
- background: #121212;
2019
- }
2020
- .modal__highlighted_16al7 {
2021
- background: #121212;
2022
- box-shadow: 0 -1px 0 0 #2b2b2e;
2023
- }
2024
-
2025
-
2026
-
2027
- .modal__highlighted_1de45 {
2028
- background: #121212;
2029
- }
2030
- .modal__sticky_1de45.modal__hasContent_1de45 {
2031
- background: #121212;
2032
- }
2033
- .toast-plate__component_1lk9a {
2034
- color: #000;
2035
- background-color: #fff
2036
- }
2037
- .toast-plate__closeButtonWrapper_1lk9a:before {
2038
- background-color: #e9e9eb;
2039
- }.bank-card__component_m33ru {
2040
- --form-control-bg-color: transparent;
2041
- --form-control-hover-bg-color: transparent;
2042
- --form-control-focus-bg-color: transparent;
2043
- }
2044
- .bank-card__label_m33ru {
2045
- color: rgba(0, 0, 0, 0.6)
2046
- }
2047
- .bank-card__focused_m33ru .bank-card__label_m33ru,
2048
- .bank-card__filled_m33ru .bank-card__label_m33ru {
2049
- color: #000
2050
- }
2051
- .bank-card__input_m33ru {
2052
- color: #000;
2053
- caret-color: #000
2054
- }
2055
- .bank-card__bankLogo_m33ru svg g {
2056
- fill: #000;
2057
- }
2058
- .bank-card__brandLogo_m33ru svg {
2059
- fill: #000;
2060
- }
2061
- .bank-card__usePhoto_m33ru {
2062
- background-color: transparent
2063
- }
2064
- .bank-card__usePhoto_m33ru svg {
2065
- fill: #000;
2066
- }.amount-input__minorPartAndCurrency_6x391 {
2067
- color: #8d8d93;
2068
- }
2069
- .amount-input__filled_38voi .amount-input__input_38voi,
2070
- .amount-input__input_38voi:focus {
2071
- -webkit-text-fill-color: transparent;
2072
- }
2073
- .amount-input__minorPartAndCurrency_11gdd {
2074
- color: #8a8a8e;
2075
- }.tooltip__hint_19djc {
2076
- background-color: #fff;
2077
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2078
- 0 8px 16px rgba(11, 31, 53, 0.16);
2079
- color: #000;
2080
- }
2081
- .tooltip__hint_19djc .tooltip__arrow_19djc:after {
2082
- background-color: #fff;
2083
- border-color: #fff;
2084
- }
2085
-
2086
- .tooltip__tooltip_pqiov {
2087
- background-color: #fff;
2088
- color: #000;
2089
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2090
- 0 8px 16px rgba(11, 31, 53, 0.16);
2091
- }
2092
- .tooltip__tooltip_pqiov .tooltip__arrow_pqiov:after {
2093
- background-color: #fff;
2094
- }
2095
- .tooltip__hint_pqiov {
2096
- background-color: #121212;
2097
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2098
- color: #fff;
2099
- }
2100
- .tooltip__hint_pqiov .tooltip__arrow_pqiov:after {
2101
- background-color: #121212;
2102
- }
2103
- .calendar-with-skeleton__skeleton_11571 {
2104
- background-color: #121212;
2105
- }.calendar-input__calendarIcon_1dyxg {
2106
- color: #fff
2107
- }.select__arrow_9h5a8 {
2108
- color: #fff;
2109
- }
2110
- .select__popoverInner_c5rdz {
2111
- background: transparent;
2112
- }
2113
- .select__optionsList_c5rdz {
2114
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2115
- background: #121212;
2116
- }
2117
- .select__single_6udu3 {
2118
- background: #fff
2119
- }
2120
- .select__placeholder_5jfyq {
2121
- color: #8d8d93;
2122
- }
2123
- .select__focusVisible_5jfyq {
2124
- outline: 2px solid #0072ef;
2125
- }
2126
- .select__optgroup_1kouu {
2127
- background: #121212
2128
- }
2129
- .select__label_1kouu {
2130
- color: #8d8d93;
2131
- }
2132
- .select__option_94p39 {
2133
- background: #121212;
2134
- color: #fff
2135
- }
2136
- .select__option_94p39:not(.select__disabled_94p39):active {
2137
- background: #2c2c2e;
2138
- color: #fff;
2139
- }
2140
- .select__option_94p39:before {
2141
- background: #2b2b2e;
2142
- }
2143
- .select__selected_94p39 {
2144
- background: #121212;
2145
- color: #fff;
2146
- }
2147
- .select__highlighted_94p39 {
2148
- background: #202022;
2149
- color: #fff
2150
- }
2151
- .select__disabled_94p39 {
2152
- background: #121212;
2153
- color: #8d8d93;
2154
- }
2155
- .select__emptyPlaceholder_doe4n {
2156
- color: #8d8d93;
2157
- }
2158
- .select__popoverInner_q32z9 {
2159
- background: transparent;
2160
- }
2161
- .select__virtualRow_of2jd:before {
2162
- background: #2b2b2e;
2163
- }
2164
- .select__emptyPlaceholder_of2jd {
2165
- color: #8d8d93;
2166
- }
2167
-
2168
-
2169
-
2170
- .select__emptyPlaceholder_1l6lb {
2171
- color: #8d8d93;
2172
- }
2173
- .select__footer_1l6lb {
2174
- background-color: #121212
2175
- }
2176
- .select__highlighted_1l6lb {
2177
- border-top: 1px solid #2b2b2e;
2178
- background-color: #121212;
2179
- }
2180
- .select__footer_sq7vl {
2181
- background: #121212
2182
- }
2183
- .select__withBorder_sq7vl {
2184
- box-shadow: inset 0 1px 0 #262629;
2185
- }.toast__toastPlate_pcenf {
2186
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2187
- }
2188
- .toast__popoverInner_pcenf {
2189
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2190
- background-color: transparent;
2191
- }@media (min-width: 600px) {
2192
- }.gallery__modal_4p80l {
2193
- background: transparent;
2194
- }
2195
- .gallery__header_1lcrr {
2196
- background-color: #e9e9eb;
2197
- }
2198
-
2199
- .gallery__component_qqc8s {
2200
- border: 2px solid rgba(0, 0, 0, 0);
2201
- }
2202
- .gallery__active_qqc8s {
2203
- border-color: #000
2204
- }
2205
- .gallery__image_qqc8s {
2206
- background-color: #121212
2207
- }
2208
- .gallery__loading_qqc8s {
2209
- background-color: #e9eaeb;
2210
- }
2211
- .gallery__brokenImageWrapper_qqc8s {
2212
- background-color: #121212
2213
- }
2214
- .gallery__focused_qqc8s {
2215
- outline: 2px solid #0072ef;
2216
- }
2217
- .gallery__component_4j5qd {
2218
- background-color: rgba(255, 255, 255, 0.5);
2219
- }
2220
- .gallery__slideLoading_4j5qd {
2221
- background-color: #e9eaeb;
2222
- }
2223
- .gallery__image_4j5qd {
2224
- background-color: #121212;
2225
- }
2226
- .gallery__smallImage_4j5qd {
2227
- background-color: #121212;
2228
- }
2229
- .gallery__arrow_4j5qd {
2230
- color: #000
2231
- }
2232
- .gallery__arrow_4j5qd:hover {
2233
- background-color: rgba(255, 255, 255, 0.1);
2234
- }
2235
- .gallery__arrow_4j5qd:active {
2236
- background-color: rgba(255, 255, 255, 0.2);
2237
- }
2238
- .gallery__focused_4j5qd {
2239
- outline: 2px solid #0072ef;
2240
- }
2241
- .gallery__placeholder_4j5qd {
2242
- background-color: #121212;
2243
- }
2244
- .gallery__fullScreenImage_4j5qd {
2245
- background-color: #121212;
2246
- }
2247
- .gallery__component_ozvvt {
2248
- background-color: #e9e9eb
2249
- }.calendar-range__divider_1ifls:after {
2250
- background-color: #fff;
2251
- }
2252
- .intl-phone-input__flagIcon_1wdrb {
2253
- box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2254
- }
2255
- .intl-phone-input__dialCode_dz93k {
2256
- color: #8d8d93;
2257
- }
2258
- .intl-phone-input__focusVisible_2ymy1 {
2259
- outline: 2px solid #0072ef;
2260
- }.table__component_qxvu5 {
2261
- border-top: 1px solid #2b2b2e;
2262
- }
2263
- .table__wrapper_t0b0r {
2264
- background: #121212;
2265
- box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2266
- 0 2px 4px rgba(11, 31, 53, 0.16);
2267
- }
2268
-
2269
- .table__component_1pe76 {
2270
- color: #fff;
2271
- border-top: 1px solid #2b2b2e;
2272
- }
2273
-
2274
- .table__component_952s2 th:not(:last-child):not(:empty):after {
2275
- background-color: #2a2a2c;
2276
- }
2277
- .table__component_1e86r {
2278
- color: #fff;
2279
- border-bottom: 1px solid #2b2b2e;
2280
- background: #121212;
2281
- }
2282
- .table__sorted_1e86r {
2283
- color: #fff;
2284
- }
2285
- .table__component_1thi8 {
2286
- background: #121212
2287
- }
2288
- .table__withoutBorder_1thi8 {
2289
- }
2290
- .table__clickable_1thi8:hover {
2291
- background-color: #202022;
2292
- }
2293
- .table__selected_1thi8 {
2294
- background-color: #f2f8ff
2295
- }
2296
- .table__selected_1thi8:hover {
2297
- background-color: #e8f2fe;
2298
- }
2299
- .table__icon_1w0kh {
2300
- color: #8d8d93
2301
- }
2302
- .table__icon_1w0kh:hover {
2303
- color: #fff;
2304
- }
2305
- .table__sorted_1w0kh {
2306
- color: #0072ef
2307
- }
2308
- .table__sorted_1w0kh:hover {
2309
- color: #0072ef;
2310
- }
2311
- .table__open_15wt1,
2312
- .table__open_15wt1:hover {
2313
- background-color: rgba(255, 255, 255, 0.163);
2314
- }