@alfalab/core-components 35.0.0 → 35.1.0-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 (2344) hide show
  1. package/action-button/Component.js +4 -4
  2. package/action-button/default.css +8 -8
  3. package/action-button/esm/Component.js +4 -4
  4. package/action-button/esm/default.css +8 -8
  5. package/action-button/esm/index.css +8 -8
  6. package/action-button/esm/inverted.css +8 -8
  7. package/action-button/esm/static.css +4 -4
  8. package/action-button/index.css +8 -8
  9. package/action-button/inverted.css +8 -8
  10. package/action-button/modern/Component.js +4 -4
  11. package/action-button/modern/default.css +8 -8
  12. package/action-button/modern/index.css +8 -8
  13. package/action-button/modern/inverted.css +8 -8
  14. package/action-button/modern/static.css +4 -4
  15. package/action-button/send-stats.js +1 -1
  16. package/action-button/static.css +4 -4
  17. package/alert/Component.js +1 -1
  18. package/alert/esm/Component.js +1 -1
  19. package/alert/esm/index.css +3 -3
  20. package/alert/index.css +3 -3
  21. package/alert/modern/Component.js +1 -1
  22. package/alert/modern/index.css +3 -3
  23. package/alert/send-stats.js +1 -1
  24. package/amount/component.js +6 -5
  25. package/amount/cssm/component.js +5 -4
  26. package/amount/cssm/types/amount-props.d.ts +4 -0
  27. package/amount/cssm/types/index.d.ts +1 -1
  28. package/amount/esm/component.js +7 -6
  29. package/amount/esm/index.css +7 -7
  30. package/amount/esm/pure/component.js +1 -1
  31. package/amount/esm/pure/index.css +2 -2
  32. package/amount/esm/types/amount-props.d.ts +4 -0
  33. package/amount/esm/types/index.d.ts +1 -1
  34. package/amount/index.css +7 -7
  35. package/amount/modern/component.js +6 -5
  36. package/amount/modern/index.css +7 -7
  37. package/amount/modern/pure/component.js +1 -1
  38. package/amount/modern/pure/index.css +2 -2
  39. package/amount/modern/types/amount-props.d.ts +4 -0
  40. package/amount/modern/types/index.d.ts +1 -1
  41. package/amount/pure/component.js +1 -1
  42. package/amount/pure/index.css +2 -2
  43. package/amount/send-stats.js +1 -1
  44. package/amount/types/amount-props.d.ts +4 -0
  45. package/amount/types/index.d.ts +1 -1
  46. package/amount-input/Component.js +3 -3
  47. package/amount-input/default.css +2 -2
  48. package/amount-input/esm/Component.js +3 -3
  49. package/amount-input/esm/default.css +2 -2
  50. package/amount-input/esm/index.css +7 -7
  51. package/amount-input/esm/inverted.css +2 -2
  52. package/amount-input/index.css +7 -7
  53. package/amount-input/inverted.css +2 -2
  54. package/amount-input/modern/Component.js +3 -3
  55. package/amount-input/modern/default.css +2 -2
  56. package/amount-input/modern/index.css +7 -7
  57. package/amount-input/modern/inverted.css +2 -2
  58. package/amount-input/send-stats.js +1 -1
  59. package/attach/Component.js +1 -1
  60. package/attach/esm/Component.js +1 -1
  61. package/attach/esm/index.css +25 -25
  62. package/attach/index.css +25 -25
  63. package/attach/modern/Component.js +1 -1
  64. package/attach/modern/index.css +25 -25
  65. package/attach/send-stats.js +1 -1
  66. package/backdrop/Component.js +1 -1
  67. package/backdrop/esm/Component.js +1 -1
  68. package/backdrop/esm/index.css +11 -11
  69. package/backdrop/index.css +11 -11
  70. package/backdrop/modern/Component.js +1 -1
  71. package/backdrop/modern/index.css +11 -11
  72. package/backdrop/send-stats.js +1 -1
  73. package/badge/Component.js +1 -1
  74. package/badge/cssm/index.module.css +7 -5
  75. package/badge/esm/Component.js +1 -1
  76. package/badge/esm/index.css +44 -42
  77. package/badge/index.css +44 -42
  78. package/badge/modern/Component.js +1 -1
  79. package/badge/modern/index.css +44 -42
  80. package/badge/send-stats.js +1 -1
  81. package/bank-card/Component.js +1 -1
  82. package/bank-card/cssm/index.module.css +1 -1
  83. package/bank-card/esm/Component.js +1 -1
  84. package/bank-card/esm/index.css +21 -21
  85. package/bank-card/index.css +21 -21
  86. package/bank-card/modern/Component.js +1 -1
  87. package/bank-card/modern/index.css +21 -21
  88. package/bank-card/send-stats.js +1 -1
  89. package/base-modal/Component.js +1 -1
  90. package/base-modal/cssm/utils.js +3 -1
  91. package/base-modal/esm/Component.js +1 -1
  92. package/base-modal/esm/index.css +13 -13
  93. package/base-modal/esm/utils.js +3 -1
  94. package/base-modal/index.css +13 -13
  95. package/base-modal/modern/Component.js +1 -1
  96. package/base-modal/modern/index.css +13 -13
  97. package/base-modal/modern/utils.js +2 -2
  98. package/base-modal/send-stats.js +1 -1
  99. package/base-modal/utils.js +3 -1
  100. package/bottom-sheet/{component-a5875835.d.ts → component-4c6d3b2c.d.ts} +0 -0
  101. package/bottom-sheet/{component-a5875835.js → component-4c6d3b2c.js} +3 -3
  102. package/bottom-sheet/component.js +2 -2
  103. package/bottom-sheet/components/backer/Component.js +2 -2
  104. package/bottom-sheet/components/backer/index.css +3 -3
  105. package/bottom-sheet/components/closer/Component.js +2 -2
  106. package/bottom-sheet/components/closer/index.css +3 -3
  107. package/bottom-sheet/components/footer/Component.js +1 -1
  108. package/bottom-sheet/components/footer/index.css +4 -4
  109. package/bottom-sheet/components/header/Component.js +2 -2
  110. package/bottom-sheet/components/header/index.css +17 -17
  111. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  112. package/bottom-sheet/cssm/index.module.css +2 -1
  113. package/bottom-sheet/esm/{component-687f9255.d.ts → component-8822d7f8.d.ts} +0 -0
  114. package/bottom-sheet/esm/{component-687f9255.js → component-8822d7f8.js} +3 -3
  115. package/bottom-sheet/esm/component.js +2 -2
  116. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  117. package/bottom-sheet/esm/components/backer/index.css +3 -3
  118. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  119. package/bottom-sheet/esm/components/closer/index.css +3 -3
  120. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  121. package/bottom-sheet/esm/components/footer/index.css +4 -4
  122. package/bottom-sheet/esm/components/header/Component.js +2 -2
  123. package/bottom-sheet/esm/components/header/index.css +17 -17
  124. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  125. package/bottom-sheet/esm/index.css +17 -16
  126. package/bottom-sheet/esm/index.d.ts +1 -1
  127. package/bottom-sheet/esm/index.js +2 -2
  128. package/bottom-sheet/esm/{tslib.es6-a3a105f6.d.ts → tslib.es6-51532a26.d.ts} +0 -0
  129. package/bottom-sheet/esm/{tslib.es6-a3a105f6.js → tslib.es6-51532a26.js} +0 -0
  130. package/bottom-sheet/index.css +17 -16
  131. package/bottom-sheet/index.d.ts +1 -1
  132. package/bottom-sheet/index.js +2 -2
  133. package/bottom-sheet/modern/{component-0400c622.d.ts → component-c97a9bef.d.ts} +0 -0
  134. package/bottom-sheet/modern/{component-0400c622.js → component-c97a9bef.js} +2 -2
  135. package/bottom-sheet/modern/component.js +1 -1
  136. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  137. package/bottom-sheet/modern/components/backer/index.css +3 -3
  138. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  139. package/bottom-sheet/modern/components/closer/index.css +3 -3
  140. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  141. package/bottom-sheet/modern/components/footer/index.css +4 -4
  142. package/bottom-sheet/modern/components/header/Component.js +1 -1
  143. package/bottom-sheet/modern/components/header/index.css +17 -17
  144. package/bottom-sheet/modern/index.css +17 -16
  145. package/bottom-sheet/modern/index.d.ts +1 -1
  146. package/bottom-sheet/modern/index.js +1 -1
  147. package/bottom-sheet/send-stats.js +1 -1
  148. package/bottom-sheet/{tslib.es6-167a5a85.d.ts → tslib.es6-3eccb017.d.ts} +0 -0
  149. package/bottom-sheet/{tslib.es6-167a5a85.js → tslib.es6-3eccb017.js} +0 -0
  150. package/button/Component.js +3 -3
  151. package/button/default.css +46 -46
  152. package/button/esm/Component.js +3 -3
  153. package/button/esm/default.css +46 -46
  154. package/button/esm/index.css +54 -54
  155. package/button/esm/inverted.css +46 -46
  156. package/button/index.css +54 -54
  157. package/button/inverted.css +46 -46
  158. package/button/modern/Component.js +3 -3
  159. package/button/modern/default.css +46 -46
  160. package/button/modern/index.css +54 -54
  161. package/button/modern/inverted.css +46 -46
  162. package/button/send-stats.js +1 -1
  163. package/calendar/Component.js +4 -8
  164. package/calendar/components/calendar-mobile/Component.js +2 -2
  165. package/calendar/components/calendar-mobile/index.css +11 -11
  166. package/calendar/components/calendar-mobile/index.js +1 -1
  167. package/calendar/components/days-table/Component.js +2 -2
  168. package/calendar/components/days-table/index.css +58 -58
  169. package/calendar/components/days-table/index.js +1 -1
  170. package/calendar/components/header/Component.js +1 -1
  171. package/calendar/components/header/index.css +3 -3
  172. package/calendar/components/month-year-header/Component.js +2 -2
  173. package/calendar/components/month-year-header/index.css +10 -10
  174. package/calendar/components/month-year-header/index.js +1 -1
  175. package/calendar/components/months-table/Component.js +2 -2
  176. package/calendar/components/months-table/index.css +11 -11
  177. package/calendar/components/months-table/index.js +1 -1
  178. package/calendar/components/period-slider/Component.js +1 -1
  179. package/calendar/components/period-slider/index.css +10 -10
  180. package/calendar/components/select-button/Component.js +2 -2
  181. package/calendar/components/select-button/index.css +10 -10
  182. package/calendar/components/select-button/index.js +1 -1
  183. package/calendar/components/years-table/Component.js +2 -2
  184. package/calendar/components/years-table/index.css +13 -13
  185. package/calendar/components/years-table/index.js +1 -1
  186. package/calendar/cssm/Component.js +2 -6
  187. package/calendar/esm/Component.js +4 -8
  188. package/calendar/esm/components/calendar-mobile/Component.js +2 -2
  189. package/calendar/esm/components/calendar-mobile/index.css +11 -11
  190. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  191. package/calendar/esm/components/days-table/Component.js +2 -2
  192. package/calendar/esm/components/days-table/index.css +58 -58
  193. package/calendar/esm/components/days-table/index.js +1 -1
  194. package/calendar/esm/components/header/Component.js +1 -1
  195. package/calendar/esm/components/header/index.css +3 -3
  196. package/calendar/esm/components/month-year-header/Component.js +2 -2
  197. package/calendar/esm/components/month-year-header/index.css +10 -10
  198. package/calendar/esm/components/month-year-header/index.js +1 -1
  199. package/calendar/esm/components/months-table/Component.js +2 -2
  200. package/calendar/esm/components/months-table/index.css +11 -11
  201. package/calendar/esm/components/months-table/index.js +1 -1
  202. package/calendar/esm/components/period-slider/Component.js +1 -1
  203. package/calendar/esm/components/period-slider/index.css +10 -10
  204. package/calendar/esm/components/select-button/Component.js +2 -2
  205. package/calendar/esm/components/select-button/index.css +10 -10
  206. package/calendar/esm/components/select-button/index.js +1 -1
  207. package/calendar/esm/components/years-table/Component.js +2 -2
  208. package/calendar/esm/components/years-table/index.css +13 -13
  209. package/calendar/esm/components/years-table/index.js +1 -1
  210. package/calendar/esm/index.css +14 -14
  211. package/calendar/esm/index.js +1 -1
  212. package/calendar/esm/{tslib.es6-78ad5f37.d.ts → tslib.es6-43ad5064.d.ts} +0 -0
  213. package/calendar/esm/{tslib.es6-78ad5f37.js → tslib.es6-43ad5064.js} +0 -0
  214. package/calendar/index.css +14 -14
  215. package/calendar/index.js +1 -1
  216. package/calendar/modern/Component.js +3 -7
  217. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  218. package/calendar/modern/components/calendar-mobile/index.css +11 -11
  219. package/calendar/modern/components/days-table/Component.js +3 -3
  220. package/calendar/modern/components/days-table/index.css +58 -58
  221. package/calendar/modern/components/header/Component.js +1 -1
  222. package/calendar/modern/components/header/index.css +3 -3
  223. package/calendar/modern/components/month-year-header/Component.js +1 -1
  224. package/calendar/modern/components/month-year-header/index.css +10 -10
  225. package/calendar/modern/components/months-table/Component.js +2 -2
  226. package/calendar/modern/components/months-table/index.css +11 -11
  227. package/calendar/modern/components/period-slider/Component.js +1 -1
  228. package/calendar/modern/components/period-slider/index.css +10 -10
  229. package/calendar/modern/components/select-button/Component.js +1 -1
  230. package/calendar/modern/components/select-button/index.css +10 -10
  231. package/calendar/modern/components/years-table/Component.js +2 -2
  232. package/calendar/modern/components/years-table/index.css +13 -13
  233. package/calendar/modern/index.css +14 -14
  234. package/calendar/modern/utils.js +1 -1
  235. package/calendar/send-stats.js +1 -1
  236. package/calendar/{tslib.es6-fe3f6eb0.d.ts → tslib.es6-900e7664.d.ts} +0 -0
  237. package/calendar/{tslib.es6-fe3f6eb0.js → tslib.es6-900e7664.js} +0 -0
  238. package/calendar-input/Component.js +1 -1
  239. package/calendar-input/esm/Component.js +1 -1
  240. package/calendar-input/esm/index.css +11 -11
  241. package/calendar-input/index.css +11 -11
  242. package/calendar-input/modern/Component.js +1 -1
  243. package/calendar-input/modern/index.css +11 -11
  244. package/calendar-input/modern/utils.js +1 -1
  245. package/calendar-input/send-stats.js +1 -1
  246. package/calendar-range/Component.js +1 -1
  247. package/calendar-range/esm/Component.js +1 -1
  248. package/calendar-range/esm/index.js +1 -1
  249. package/calendar-range/esm/{index.module-e29c7047.d.ts → index.module-854cbb7f.d.ts} +0 -0
  250. package/calendar-range/esm/{index.module-e29c7047.js → index.module-854cbb7f.js} +1 -1
  251. package/calendar-range/esm/views/index.css +8 -8
  252. package/calendar-range/esm/views/popover.js +1 -1
  253. package/calendar-range/esm/views/static.js +1 -1
  254. package/calendar-range/index.js +1 -1
  255. package/calendar-range/{index.module-11c4d9b1.d.ts → index.module-6c25ba91.d.ts} +0 -0
  256. package/calendar-range/{index.module-11c4d9b1.js → index.module-6c25ba91.js} +1 -1
  257. package/calendar-range/modern/Component.js +1 -1
  258. package/calendar-range/modern/hooks.js +1 -1
  259. package/calendar-range/modern/index.js +1 -1
  260. package/calendar-range/modern/index.module-61ff0098.js +4 -0
  261. package/calendar-range/modern/views/index.css +8 -8
  262. package/calendar-range/modern/views/popover.js +2 -2
  263. package/calendar-range/modern/views/static.js +1 -1
  264. package/calendar-range/send-stats.js +1 -1
  265. package/calendar-range/utils.js +1 -3
  266. package/calendar-range/views/index.css +8 -8
  267. package/calendar-range/views/popover.js +1 -1
  268. package/calendar-range/views/static.js +1 -1
  269. package/calendar-with-skeleton/Component.js +1 -1
  270. package/calendar-with-skeleton/esm/Component.js +1 -1
  271. package/calendar-with-skeleton/esm/index.css +12 -12
  272. package/calendar-with-skeleton/index.css +12 -12
  273. package/calendar-with-skeleton/modern/Component.js +1 -1
  274. package/calendar-with-skeleton/modern/index.css +12 -12
  275. package/calendar-with-skeleton/send-stats.js +1 -1
  276. package/card-image/Component.js +1 -1
  277. package/card-image/esm/Component.js +1 -1
  278. package/card-image/esm/index.css +6 -6
  279. package/card-image/index.css +6 -6
  280. package/card-image/modern/Component.js +1 -1
  281. package/card-image/modern/index.css +6 -6
  282. package/card-image/send-stats.js +1 -1
  283. package/cdn-icon/Component.js +1 -1
  284. package/cdn-icon/esm/Component.js +1 -1
  285. package/cdn-icon/esm/index.css +3 -3
  286. package/cdn-icon/index.css +3 -3
  287. package/cdn-icon/modern/Component.js +1 -1
  288. package/cdn-icon/modern/index.css +3 -3
  289. package/cdn-icon/send-stats.js +1 -1
  290. package/chart/Component.js +2 -2
  291. package/chart/components/Dot/index.css +8 -8
  292. package/chart/components/Dot/index.js +1 -1
  293. package/chart/components/Legends/index.css +8 -8
  294. package/chart/components/Legends/index.js +1 -1
  295. package/chart/components/Tick/index.css +4 -4
  296. package/chart/components/Tick/index.js +2 -4
  297. package/chart/components/TooltipContent/index.css +7 -7
  298. package/chart/components/TooltipContent/index.js +1 -1
  299. package/chart/cssm/components/Tick/index.js +1 -3
  300. package/chart/cssm/hooks/useSettings/utils/sortByIndex.js +8 -6
  301. package/chart/esm/Component.js +2 -2
  302. package/chart/esm/components/Dot/index.css +8 -8
  303. package/chart/esm/components/Dot/index.js +1 -1
  304. package/chart/esm/components/Legends/index.css +8 -8
  305. package/chart/esm/components/Legends/index.js +1 -1
  306. package/chart/esm/components/Tick/index.css +4 -4
  307. package/chart/esm/components/Tick/index.js +2 -4
  308. package/chart/esm/components/TooltipContent/index.css +7 -7
  309. package/chart/esm/components/TooltipContent/index.js +1 -1
  310. package/chart/esm/hooks/useSettings/index.js +1 -1
  311. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  312. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  313. package/chart/esm/hooks/useSettings/utils/sortByIndex.js +8 -6
  314. package/chart/esm/index.css +5 -5
  315. package/chart/esm/index.js +1 -1
  316. package/chart/esm/{tslib.es6-8d271899.d.ts → tslib.es6-ee5091fc.d.ts} +0 -0
  317. package/chart/esm/{tslib.es6-8d271899.js → tslib.es6-ee5091fc.js} +0 -0
  318. package/chart/hooks/useSettings/index.js +1 -1
  319. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  320. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  321. package/chart/hooks/useSettings/utils/sortByIndex.js +8 -6
  322. package/chart/index.css +5 -5
  323. package/chart/index.js +1 -1
  324. package/chart/modern/Component.js +4 -4
  325. package/chart/modern/components/Dot/index.css +8 -8
  326. package/chart/modern/components/Dot/index.js +2 -2
  327. package/chart/modern/components/Legends/index.css +8 -8
  328. package/chart/modern/components/Legends/index.js +1 -1
  329. package/chart/modern/components/Tick/index.css +4 -4
  330. package/chart/modern/components/Tick/index.js +2 -4
  331. package/chart/modern/components/TooltipContent/index.css +7 -7
  332. package/chart/modern/components/TooltipContent/index.js +1 -1
  333. package/chart/modern/hooks/useSettings/utils/setDatas.js +1 -1
  334. package/chart/modern/hooks/useSettings/utils/setGradientCharts.js +1 -1
  335. package/chart/modern/index.css +5 -5
  336. package/chart/send-stats.js +1 -1
  337. package/chart/{tslib.es6-f4dd8066.d.ts → tslib.es6-f3e91c09.d.ts} +0 -0
  338. package/chart/{tslib.es6-f4dd8066.js → tslib.es6-f3e91c09.js} +0 -0
  339. package/checkbox/Component.js +1 -1
  340. package/checkbox/esm/Component.js +1 -1
  341. package/checkbox/esm/index.css +36 -36
  342. package/checkbox/index.css +36 -36
  343. package/checkbox/modern/Component.js +1 -1
  344. package/checkbox/modern/index.css +36 -36
  345. package/checkbox/send-stats.js +1 -1
  346. package/checkbox-group/Component.js +1 -1
  347. package/checkbox-group/esm/Component.js +1 -1
  348. package/checkbox-group/esm/index.css +16 -16
  349. package/checkbox-group/index.css +16 -16
  350. package/checkbox-group/modern/Component.js +2 -2
  351. package/checkbox-group/modern/index.css +16 -16
  352. package/checkbox-group/send-stats.js +1 -1
  353. package/circular-progress-bar/Component.js +1 -1
  354. package/circular-progress-bar/esm/Component.js +1 -1
  355. package/circular-progress-bar/esm/index.css +49 -49
  356. package/circular-progress-bar/index.css +49 -49
  357. package/circular-progress-bar/modern/Component.js +1 -1
  358. package/circular-progress-bar/modern/index.css +49 -49
  359. package/circular-progress-bar/send-stats.js +1 -1
  360. package/code-input/component.js +1 -1
  361. package/code-input/components/input/component.js +1 -1
  362. package/code-input/components/input/index.css +11 -11
  363. package/code-input/esm/component.js +1 -1
  364. package/code-input/esm/components/input/component.js +1 -1
  365. package/code-input/esm/components/input/index.css +11 -11
  366. package/code-input/esm/index.css +5 -5
  367. package/code-input/index.css +5 -5
  368. package/code-input/modern/component.js +1 -1
  369. package/code-input/modern/components/input/component.js +4 -4
  370. package/code-input/modern/components/input/index.css +11 -11
  371. package/code-input/modern/index.css +5 -5
  372. package/code-input/send-stats.js +1 -1
  373. package/collapse/Component.js +1 -1
  374. package/collapse/esm/Component.js +1 -1
  375. package/collapse/esm/index.css +7 -7
  376. package/collapse/index.css +7 -7
  377. package/collapse/modern/Component.js +1 -1
  378. package/collapse/modern/index.css +7 -7
  379. package/collapse/send-stats.js +1 -1
  380. package/comment/Component.js +1 -1
  381. package/comment/esm/Component.js +1 -1
  382. package/comment/esm/index.css +4 -4
  383. package/comment/index.css +4 -4
  384. package/comment/modern/Component.js +1 -1
  385. package/comment/modern/index.css +4 -4
  386. package/comment/send-stats.js +1 -1
  387. package/confirmation/{component-be4e19ca.d.ts → component-a6e6548c.d.ts} +0 -0
  388. package/confirmation/{component-be4e19ca.js → component-a6e6548c.js} +1 -1
  389. package/confirmation/component.desktop.js +2 -2
  390. package/confirmation/component.mobile.js +3 -3
  391. package/confirmation/component.responsive.js +2 -2
  392. package/confirmation/components/base-confirmation/component.js +2 -2
  393. package/confirmation/components/base-confirmation/index.css +3 -3
  394. package/confirmation/components/base-confirmation/index.d.ts +1 -1
  395. package/confirmation/components/base-confirmation/index.js +2 -2
  396. package/confirmation/components/countdown-loader/component.js +1 -1
  397. package/confirmation/components/countdown-loader/index.css +2 -2
  398. package/confirmation/components/header/component.js +1 -1
  399. package/confirmation/components/header/index.css +4 -4
  400. package/confirmation/components/index.js +1 -1
  401. package/confirmation/components/screens/fatal-error/component.js +1 -1
  402. package/confirmation/components/screens/fatal-error/index.css +5 -5
  403. package/confirmation/components/screens/hint/component.js +7 -3
  404. package/confirmation/components/screens/hint/index.css +12 -12
  405. package/confirmation/components/screens/index.js +1 -1
  406. package/confirmation/components/screens/initial/component.js +1 -1
  407. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  408. package/confirmation/components/screens/initial/index.css +18 -18
  409. package/confirmation/components/screens/initial/index.js +1 -1
  410. package/confirmation/components/screens/temp-block/component.js +1 -1
  411. package/confirmation/components/screens/temp-block/index.css +5 -5
  412. package/confirmation/{countdown-section-828d7b52.d.ts → countdown-section-b57a48bd.d.ts} +0 -0
  413. package/confirmation/{countdown-section-828d7b52.js → countdown-section-b57a48bd.js} +1 -1
  414. package/confirmation/cssm/{component-4b21185d.d.ts → component-c0d561b6.d.ts} +0 -0
  415. package/confirmation/cssm/{component-4b21185d.js → component-c0d561b6.js} +0 -0
  416. package/confirmation/cssm/component.desktop.js +1 -1
  417. package/confirmation/cssm/component.mobile.js +1 -1
  418. package/confirmation/cssm/component.responsive.js +1 -1
  419. package/confirmation/cssm/components/base-confirmation/component.js +1 -1
  420. package/confirmation/cssm/components/base-confirmation/index.d.ts +1 -1
  421. package/confirmation/cssm/components/base-confirmation/index.js +1 -1
  422. package/confirmation/cssm/components/screens/hint/component.js +6 -2
  423. package/confirmation/cssm/desktop.js +1 -1
  424. package/confirmation/cssm/index.js +1 -1
  425. package/confirmation/cssm/mobile.js +1 -1
  426. package/confirmation/cssm/responsive.js +1 -1
  427. package/confirmation/desktop.js +2 -2
  428. package/confirmation/esm/{component-57bd90b3.d.ts → component-49fe9c9b.d.ts} +0 -0
  429. package/confirmation/esm/{component-57bd90b3.js → component-49fe9c9b.js} +2 -2
  430. package/confirmation/esm/component.desktop.js +2 -2
  431. package/confirmation/esm/component.mobile.js +3 -3
  432. package/confirmation/esm/component.responsive.js +2 -2
  433. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  434. package/confirmation/esm/components/base-confirmation/index.css +3 -3
  435. package/confirmation/esm/components/base-confirmation/index.d.ts +1 -1
  436. package/confirmation/esm/components/base-confirmation/index.js +2 -2
  437. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  438. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  439. package/confirmation/esm/components/header/component.js +1 -1
  440. package/confirmation/esm/components/header/index.css +4 -4
  441. package/confirmation/esm/components/index.js +1 -1
  442. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  443. package/confirmation/esm/components/screens/fatal-error/index.css +5 -5
  444. package/confirmation/esm/components/screens/hint/component.js +7 -3
  445. package/confirmation/esm/components/screens/hint/index.css +12 -12
  446. package/confirmation/esm/components/screens/index.js +1 -1
  447. package/confirmation/esm/components/screens/initial/component.js +1 -1
  448. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  449. package/confirmation/esm/components/screens/initial/index.css +18 -18
  450. package/confirmation/esm/components/screens/initial/index.js +1 -1
  451. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  452. package/confirmation/esm/components/screens/temp-block/index.css +5 -5
  453. package/confirmation/esm/{countdown-section-4353332f.d.ts → countdown-section-f220a304.d.ts} +0 -0
  454. package/confirmation/esm/{countdown-section-4353332f.js → countdown-section-f220a304.js} +1 -1
  455. package/confirmation/esm/desktop.js +2 -2
  456. package/confirmation/esm/index.js +2 -2
  457. package/confirmation/esm/mobile.css +2 -2
  458. package/confirmation/esm/mobile.js +2 -2
  459. package/confirmation/esm/responsive.js +2 -2
  460. package/confirmation/index.js +2 -2
  461. package/confirmation/mobile.css +2 -2
  462. package/confirmation/mobile.js +2 -2
  463. package/confirmation/modern/component.desktop.js +2 -2
  464. package/confirmation/modern/component.mobile.js +2 -2
  465. package/confirmation/modern/component.responsive.js +2 -2
  466. package/confirmation/modern/components/base-confirmation/component.js +2 -2
  467. package/confirmation/modern/components/base-confirmation/index.css +3 -3
  468. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  469. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  470. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  471. package/confirmation/modern/components/header/component.js +1 -1
  472. package/confirmation/modern/components/header/index.css +4 -4
  473. package/confirmation/modern/components/index.js +1 -1
  474. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  475. package/confirmation/modern/components/screens/fatal-error/index.css +5 -5
  476. package/confirmation/modern/components/screens/hint/component.js +7 -3
  477. package/confirmation/modern/components/screens/hint/index.css +12 -12
  478. package/confirmation/modern/components/screens/index.js +1 -1
  479. package/confirmation/modern/components/screens/initial/component.js +2 -2
  480. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  481. package/confirmation/modern/components/screens/initial/index.css +18 -18
  482. package/confirmation/modern/components/screens/initial/index.js +1 -1
  483. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  484. package/confirmation/modern/components/screens/temp-block/index.css +5 -5
  485. package/confirmation/modern/{countdown-section-9ba68311.d.ts → countdown-section-90d43dc1.d.ts} +0 -0
  486. package/confirmation/modern/{countdown-section-9ba68311.js → countdown-section-90d43dc1.js} +1 -1
  487. package/confirmation/modern/desktop.js +1 -1
  488. package/confirmation/modern/index.js +1 -1
  489. package/confirmation/modern/mobile.css +2 -2
  490. package/confirmation/modern/mobile.js +1 -1
  491. package/confirmation/modern/responsive.js +1 -1
  492. package/confirmation/responsive.js +2 -2
  493. package/confirmation/send-stats.js +1 -1
  494. package/confirmation-v1/component.js +1 -1
  495. package/confirmation-v1/components/code-input/component.js +1 -1
  496. package/confirmation-v1/components/code-input/index.css +10 -10
  497. package/confirmation-v1/components/countdown/component.js +1 -1
  498. package/confirmation-v1/components/countdown/index.css +13 -13
  499. package/confirmation-v1/components/countdown-loader/component.js +1 -1
  500. package/confirmation-v1/components/countdown-loader/index.css +2 -2
  501. package/confirmation-v1/components/overlimit/component.js +1 -1
  502. package/confirmation-v1/components/overlimit/index.css +9 -9
  503. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  504. package/confirmation-v1/components/sign-confirmation/index.css +13 -13
  505. package/confirmation-v1/esm/component.js +1 -1
  506. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  507. package/confirmation-v1/esm/components/code-input/index.css +10 -10
  508. package/confirmation-v1/esm/components/countdown/component.js +1 -1
  509. package/confirmation-v1/esm/components/countdown/index.css +13 -13
  510. package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
  511. package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
  512. package/confirmation-v1/esm/components/overlimit/component.js +1 -1
  513. package/confirmation-v1/esm/components/overlimit/index.css +9 -9
  514. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  515. package/confirmation-v1/esm/components/sign-confirmation/index.css +13 -13
  516. package/confirmation-v1/esm/index.css +14 -14
  517. package/confirmation-v1/index.css +14 -14
  518. package/confirmation-v1/modern/component.js +1 -1
  519. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  520. package/confirmation-v1/modern/components/code-input/index.css +10 -10
  521. package/confirmation-v1/modern/components/countdown/component.js +1 -1
  522. package/confirmation-v1/modern/components/countdown/index.css +13 -13
  523. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  524. package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
  525. package/confirmation-v1/modern/components/overlimit/component.js +1 -1
  526. package/confirmation-v1/modern/components/overlimit/index.css +9 -9
  527. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  528. package/confirmation-v1/modern/components/sign-confirmation/index.css +13 -13
  529. package/confirmation-v1/modern/index.css +14 -14
  530. package/confirmation-v1/send-stats.js +1 -1
  531. package/custom-button/Component.js +1 -1
  532. package/custom-button/esm/Component.js +1 -1
  533. package/custom-button/esm/index.css +12 -12
  534. package/custom-button/index.css +12 -12
  535. package/custom-button/modern/Component.js +1 -1
  536. package/custom-button/modern/index.css +12 -12
  537. package/custom-button/send-stats.js +1 -1
  538. package/date-input/Component.js +1 -1
  539. package/date-input/esm/Component.js +1 -1
  540. package/date-input/esm/index.css +4 -4
  541. package/date-input/index.css +4 -4
  542. package/date-input/modern/Component.js +1 -1
  543. package/date-input/modern/index.css +4 -4
  544. package/date-input/send-stats.js +1 -1
  545. package/date-range-input/Component.js +1 -1
  546. package/date-range-input/esm/Component.js +1 -1
  547. package/date-range-input/esm/index.css +6 -6
  548. package/date-range-input/index.css +6 -6
  549. package/date-range-input/modern/Component.js +2 -2
  550. package/date-range-input/modern/index.css +6 -6
  551. package/date-range-input/send-stats.js +1 -1
  552. package/date-time-input/Component.js +1 -1
  553. package/date-time-input/esm/Component.js +1 -1
  554. package/date-time-input/esm/index.css +6 -6
  555. package/date-time-input/index.css +6 -6
  556. package/date-time-input/modern/Component.js +2 -2
  557. package/date-time-input/modern/index.css +6 -6
  558. package/date-time-input/send-stats.js +1 -1
  559. package/divider/Component.js +1 -1
  560. package/divider/esm/Component.js +1 -1
  561. package/divider/esm/index.css +1 -1
  562. package/divider/index.css +1 -1
  563. package/divider/modern/Component.js +1 -1
  564. package/divider/modern/index.css +1 -1
  565. package/divider/send-stats.js +1 -1
  566. package/drawer/Component.d.ts +9 -0
  567. package/drawer/Component.js +3 -3
  568. package/drawer/cssm/Component.d.ts +9 -0
  569. package/drawer/cssm/Component.js +2 -2
  570. package/drawer/esm/Component.d.ts +9 -0
  571. package/drawer/esm/Component.js +3 -3
  572. package/drawer/esm/index.css +22 -22
  573. package/drawer/index.css +22 -22
  574. package/drawer/modern/Component.d.ts +9 -0
  575. package/drawer/modern/Component.js +3 -3
  576. package/drawer/modern/index.css +22 -22
  577. package/drawer/send-stats.js +1 -1
  578. package/dropzone/Component.js +1 -1
  579. package/dropzone/components/overlay/Component.js +1 -1
  580. package/dropzone/components/overlay/index.css +3 -3
  581. package/dropzone/esm/Component.js +1 -1
  582. package/dropzone/esm/components/overlay/Component.js +1 -1
  583. package/dropzone/esm/components/overlay/index.css +3 -3
  584. package/dropzone/esm/index.css +6 -6
  585. package/dropzone/index.css +6 -6
  586. package/dropzone/modern/Component.js +1 -1
  587. package/dropzone/modern/components/overlay/Component.js +1 -1
  588. package/dropzone/modern/components/overlay/index.css +3 -3
  589. package/dropzone/modern/index.css +6 -6
  590. package/dropzone/send-stats.js +1 -1
  591. package/file-upload-item/Component.js +1 -1
  592. package/file-upload-item/cssm/utils.js +1 -6
  593. package/file-upload-item/esm/Component.js +1 -1
  594. package/file-upload-item/esm/index.css +22 -22
  595. package/file-upload-item/esm/utils.js +1 -6
  596. package/file-upload-item/index.css +22 -22
  597. package/file-upload-item/modern/Component.js +1 -1
  598. package/file-upload-item/modern/index.css +22 -22
  599. package/file-upload-item/modern/utils.js +1 -4
  600. package/file-upload-item/send-stats.js +1 -1
  601. package/file-upload-item/utils.js +1 -6
  602. package/filter-tag/Component.js +1 -1
  603. package/filter-tag/cssm/index.module.css +2 -1
  604. package/filter-tag/esm/Component.js +1 -1
  605. package/filter-tag/esm/index.css +60 -59
  606. package/filter-tag/index.css +60 -59
  607. package/filter-tag/modern/Component.js +1 -1
  608. package/filter-tag/modern/index.css +60 -59
  609. package/filter-tag/send-stats.js +1 -1
  610. package/form-control/Component.js +3 -3
  611. package/form-control/default.css +19 -19
  612. package/form-control/esm/Component.js +3 -3
  613. package/form-control/esm/default.css +19 -19
  614. package/form-control/esm/index.css +43 -43
  615. package/form-control/esm/inverted.css +19 -19
  616. package/form-control/index.css +43 -43
  617. package/form-control/inverted.css +19 -19
  618. package/form-control/modern/Component.js +3 -3
  619. package/form-control/modern/default.css +19 -19
  620. package/form-control/modern/index.css +43 -43
  621. package/form-control/modern/inverted.css +19 -19
  622. package/form-control/send-stats.js +1 -1
  623. package/gallery/Component.js +3 -3
  624. package/gallery/components/header/Component.js +2 -2
  625. package/gallery/components/header/buttons.js +1 -1
  626. package/gallery/components/header/index.css +3 -3
  627. package/gallery/components/header/index.js +1 -1
  628. package/gallery/components/header-info-block/Component.js +1 -1
  629. package/gallery/components/header-info-block/index.css +5 -5
  630. package/gallery/components/image-preview/Component.js +1 -1
  631. package/gallery/components/image-preview/index.css +12 -12
  632. package/gallery/components/image-viewer/component.js +2 -2
  633. package/gallery/components/image-viewer/index.css +19 -19
  634. package/gallery/components/image-viewer/index.js +2 -2
  635. package/gallery/components/image-viewer/slide.js +1 -1
  636. package/gallery/components/index.js +2 -2
  637. package/gallery/components/navigation-bar/Component.js +1 -1
  638. package/gallery/components/navigation-bar/index.css +6 -6
  639. package/gallery/esm/Component.js +3 -3
  640. package/gallery/esm/components/header/Component.js +2 -2
  641. package/gallery/esm/components/header/buttons.js +1 -1
  642. package/gallery/esm/components/header/index.css +3 -3
  643. package/gallery/esm/components/header/index.js +1 -1
  644. package/gallery/esm/components/header-info-block/Component.js +1 -1
  645. package/gallery/esm/components/header-info-block/index.css +5 -5
  646. package/gallery/esm/components/image-preview/Component.js +1 -1
  647. package/gallery/esm/components/image-preview/index.css +12 -12
  648. package/gallery/esm/components/image-viewer/component.js +2 -2
  649. package/gallery/esm/components/image-viewer/index.css +19 -19
  650. package/gallery/esm/components/image-viewer/index.js +2 -2
  651. package/gallery/esm/components/image-viewer/slide.js +1 -1
  652. package/gallery/esm/components/index.js +2 -2
  653. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  654. package/gallery/esm/components/navigation-bar/index.css +6 -6
  655. package/gallery/esm/index.css +3 -3
  656. package/gallery/esm/index.js +2 -2
  657. package/gallery/esm/{slide-375cc978.d.ts → slide-d38ece28.d.ts} +0 -0
  658. package/gallery/esm/{slide-375cc978.js → slide-d38ece28.js} +1 -1
  659. package/gallery/esm/{tslib.es6-99e5e7fb.d.ts → tslib.es6-8a3da40c.d.ts} +0 -0
  660. package/gallery/esm/{tslib.es6-99e5e7fb.js → tslib.es6-8a3da40c.js} +0 -0
  661. package/gallery/index.css +3 -3
  662. package/gallery/index.js +2 -2
  663. package/gallery/modern/Component.js +2 -2
  664. package/gallery/modern/components/header/Component.js +1 -1
  665. package/gallery/modern/components/header/buttons.js +2 -2
  666. package/gallery/modern/components/header/index.css +3 -3
  667. package/gallery/modern/components/header-info-block/Component.js +1 -1
  668. package/gallery/modern/components/header-info-block/index.css +5 -5
  669. package/gallery/modern/components/image-preview/Component.js +2 -2
  670. package/gallery/modern/components/image-preview/index.css +12 -12
  671. package/gallery/modern/components/image-viewer/component.js +4 -4
  672. package/gallery/modern/components/image-viewer/index.css +19 -19
  673. package/gallery/modern/components/image-viewer/index.js +1 -1
  674. package/gallery/modern/components/image-viewer/slide.js +1 -1
  675. package/gallery/modern/components/index.js +1 -1
  676. package/gallery/modern/components/navigation-bar/Component.js +2 -2
  677. package/gallery/modern/components/navigation-bar/index.css +6 -6
  678. package/gallery/modern/index.css +3 -3
  679. package/gallery/modern/index.js +1 -1
  680. package/gallery/modern/{slide-67d14d82.d.ts → slide-8016533e.d.ts} +0 -0
  681. package/gallery/modern/{slide-67d14d82.js → slide-8016533e.js} +1 -1
  682. package/gallery/send-stats.js +1 -1
  683. package/gallery/{slide-f51d1782.d.ts → slide-b83446a5.d.ts} +0 -0
  684. package/gallery/{slide-f51d1782.js → slide-b83446a5.js} +1 -1
  685. package/gallery/{tslib.es6-aa7419db.d.ts → tslib.es6-d701d9e5.d.ts} +0 -0
  686. package/gallery/{tslib.es6-aa7419db.js → tslib.es6-d701d9e5.js} +0 -0
  687. package/global-store/cssm/index.d.ts +1 -1
  688. package/global-store/esm/index.d.ts +1 -1
  689. package/global-store/index.d.ts +1 -1
  690. package/global-store/modern/index.d.ts +1 -1
  691. package/global-store/send-stats.js +1 -1
  692. package/grid/Component.js +1 -1
  693. package/grid/col/Component.js +3 -7
  694. package/grid/col/index.css +511 -511
  695. package/grid/col/index.js +1 -1
  696. package/grid/cssm/col/Component.js +1 -5
  697. package/grid/esm/Component.js +1 -1
  698. package/grid/esm/col/Component.js +3 -7
  699. package/grid/esm/col/index.css +511 -511
  700. package/grid/esm/col/index.js +1 -1
  701. package/grid/esm/gutters.css +78 -78
  702. package/grid/esm/{gutters.module-531d95d7.d.ts → gutters.module-63418da8.d.ts} +0 -0
  703. package/grid/esm/gutters.module-63418da8.js +30 -0
  704. package/grid/esm/index.js +1 -1
  705. package/grid/esm/row/Component.js +2 -2
  706. package/grid/esm/row/index.css +9 -9
  707. package/grid/esm/row/index.js +1 -1
  708. package/grid/gutters.css +78 -78
  709. package/grid/{gutters.module-5e61df92.d.ts → gutters.module-294e4459.d.ts} +0 -0
  710. package/grid/gutters.module-294e4459.js +31 -0
  711. package/grid/index.js +1 -1
  712. package/grid/modern/Component.js +1 -1
  713. package/grid/modern/col/Component.js +3 -7
  714. package/grid/modern/col/index.css +511 -511
  715. package/grid/modern/col/index.js +1 -1
  716. package/grid/modern/gutters.css +78 -78
  717. package/grid/modern/gutters.module-1f1600b0.js +4 -0
  718. package/grid/modern/index.js +1 -1
  719. package/grid/modern/row/Component.js +2 -2
  720. package/grid/modern/row/index.css +9 -9
  721. package/grid/modern/row/index.js +1 -1
  722. package/grid/modern/utils/index.js +3 -3
  723. package/grid/row/Component.js +2 -2
  724. package/grid/row/index.css +9 -9
  725. package/grid/row/index.js +1 -1
  726. package/grid/send-stats.js +1 -1
  727. package/hatching-progress-bar/Component.js +1 -1
  728. package/hatching-progress-bar/esm/Component.js +1 -1
  729. package/hatching-progress-bar/esm/index.css +11 -11
  730. package/hatching-progress-bar/index.css +11 -11
  731. package/hatching-progress-bar/modern/Component.js +1 -1
  732. package/hatching-progress-bar/modern/index.css +11 -11
  733. package/hatching-progress-bar/send-stats.js +1 -1
  734. package/icon-button/Component.js +3 -3
  735. package/icon-button/default.css +24 -24
  736. package/icon-button/esm/Component.js +3 -3
  737. package/icon-button/esm/default.css +24 -24
  738. package/icon-button/esm/index.css +7 -7
  739. package/icon-button/esm/inverted.css +24 -24
  740. package/icon-button/index.css +7 -7
  741. package/icon-button/inverted.css +24 -24
  742. package/icon-button/modern/Component.js +3 -3
  743. package/icon-button/modern/default.css +24 -24
  744. package/icon-button/modern/index.css +7 -7
  745. package/icon-button/modern/inverted.css +24 -24
  746. package/icon-button/send-stats.js +1 -1
  747. package/icon-view/circle.js +1 -1
  748. package/icon-view/components/base-shape/component.js +1 -1
  749. package/icon-view/components/base-shape/index.css +28 -28
  750. package/icon-view/components/circle/component.js +1 -1
  751. package/icon-view/components/circle/index.js +1 -1
  752. package/icon-view/components/index.js +1 -1
  753. package/icon-view/components/super-ellipse/component.js +1 -1
  754. package/icon-view/components/super-ellipse/index.js +1 -1
  755. package/icon-view/esm/circle.js +1 -1
  756. package/icon-view/esm/components/base-shape/component.js +1 -1
  757. package/icon-view/esm/components/base-shape/index.css +28 -28
  758. package/icon-view/esm/components/circle/component.js +1 -1
  759. package/icon-view/esm/components/circle/index.js +1 -1
  760. package/icon-view/esm/components/index.js +1 -1
  761. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  762. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  763. package/icon-view/esm/super-ellipse.js +1 -1
  764. package/icon-view/esm/{tslib.es6-489820df.d.ts → tslib.es6-fbe5be9e.d.ts} +0 -0
  765. package/icon-view/esm/{tslib.es6-489820df.js → tslib.es6-fbe5be9e.js} +0 -0
  766. package/icon-view/modern/components/base-shape/component.js +1 -1
  767. package/icon-view/modern/components/base-shape/index.css +28 -28
  768. package/icon-view/send-stats.js +1 -1
  769. package/icon-view/super-ellipse.js +1 -1
  770. package/icon-view/{tslib.es6-f0cc667a.d.ts → tslib.es6-c39aaa80.d.ts} +0 -0
  771. package/icon-view/{tslib.es6-f0cc667a.js → tslib.es6-c39aaa80.js} +0 -0
  772. package/input/Component.js +3 -3
  773. package/input/cssm/index.module.css +12 -0
  774. package/input/default.css +13 -13
  775. package/input/esm/Component.js +3 -3
  776. package/input/esm/default.css +13 -13
  777. package/input/esm/index.css +47 -35
  778. package/input/esm/inverted.css +13 -13
  779. package/input/index.css +47 -35
  780. package/input/inverted.css +13 -13
  781. package/input/modern/Component.js +3 -3
  782. package/input/modern/default.css +13 -13
  783. package/input/modern/index.css +47 -35
  784. package/input/modern/inverted.css +13 -13
  785. package/input/send-stats.js +1 -1
  786. package/input-autocomplete/Component.d.ts +4 -4
  787. package/input-autocomplete/Component.js +1 -1
  788. package/input-autocomplete/Component.mobile.js +10 -8
  789. package/input-autocomplete/autocomplete-field/Component.js +2 -2
  790. package/input-autocomplete/autocomplete-field/index.css +2 -2
  791. package/input-autocomplete/autocomplete-field/index.js +1 -1
  792. package/input-autocomplete/autocomplete-mobile-field/Component.js +2 -2
  793. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  794. package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
  795. package/input-autocomplete/cssm/Component.d.ts +4 -4
  796. package/input-autocomplete/cssm/Component.mobile.js +8 -6
  797. package/input-autocomplete/esm/Component.d.ts +4 -4
  798. package/input-autocomplete/esm/Component.js +1 -1
  799. package/input-autocomplete/esm/Component.mobile.js +10 -8
  800. package/input-autocomplete/esm/autocomplete-field/Component.js +2 -2
  801. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  802. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  803. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +2 -2
  804. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  805. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
  806. package/input-autocomplete/esm/index.js +1 -1
  807. package/input-autocomplete/esm/mobile.css +4 -4
  808. package/input-autocomplete/esm/mobile.js +1 -1
  809. package/input-autocomplete/esm/{tslib.es6-e57054c9.d.ts → tslib.es6-3fd79d53.d.ts} +0 -0
  810. package/input-autocomplete/esm/{tslib.es6-e57054c9.js → tslib.es6-3fd79d53.js} +0 -0
  811. package/input-autocomplete/index.js +1 -1
  812. package/input-autocomplete/mobile.css +4 -4
  813. package/input-autocomplete/mobile.js +1 -1
  814. package/input-autocomplete/modern/Component.mobile.js +2 -2
  815. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  816. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  817. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  818. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  819. package/input-autocomplete/modern/mobile.css +4 -4
  820. package/input-autocomplete/send-stats.js +1 -1
  821. package/input-autocomplete/{tslib.es6-7eb75557.d.ts → tslib.es6-6d3444e2.d.ts} +0 -0
  822. package/input-autocomplete/{tslib.es6-7eb75557.js → tslib.es6-6d3444e2.js} +0 -0
  823. package/intl-phone-input/{component-cff706a9.d.ts → component-ebd20a87.d.ts} +0 -0
  824. package/intl-phone-input/{component-cff706a9.js → component-ebd20a87.js} +1 -1
  825. package/intl-phone-input/component.js +3 -3
  826. package/intl-phone-input/components/flag-icon/component.js +2 -2
  827. package/intl-phone-input/components/flag-icon/index.css +261 -261
  828. package/intl-phone-input/components/index.js +1 -1
  829. package/intl-phone-input/components/select/component.js +2 -2
  830. package/intl-phone-input/components/select/index.css +6 -6
  831. package/intl-phone-input/components/select/index.js +1 -1
  832. package/intl-phone-input/components/select-field/component.js +1 -1
  833. package/intl-phone-input/components/select-field/index.css +9 -9
  834. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  835. package/intl-phone-input/components/select-field/index.js +1 -1
  836. package/intl-phone-input/cssm/{component-6cde4bb4.d.ts → component-215a3963.d.ts} +0 -0
  837. package/intl-phone-input/cssm/{component-6cde4bb4.js → component-215a3963.js} +0 -0
  838. package/intl-phone-input/cssm/component.js +1 -1
  839. package/intl-phone-input/cssm/components/flag-icon/component.js +1 -1
  840. package/intl-phone-input/cssm/components/index.js +1 -1
  841. package/intl-phone-input/cssm/components/select/component.js +1 -1
  842. package/intl-phone-input/cssm/components/select/index.js +1 -1
  843. package/intl-phone-input/cssm/components/select-field/component.js +1 -1
  844. package/intl-phone-input/cssm/components/select-field/index.d.ts +1 -1
  845. package/intl-phone-input/cssm/components/select-field/index.js +1 -1
  846. package/intl-phone-input/cssm/index.js +1 -1
  847. package/intl-phone-input/esm/{component-ecacd04e.d.ts → component-57e67be1.d.ts} +0 -0
  848. package/intl-phone-input/esm/{component-ecacd04e.js → component-57e67be1.js} +1 -1
  849. package/intl-phone-input/esm/component.js +3 -3
  850. package/intl-phone-input/esm/components/flag-icon/component.js +2 -2
  851. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  852. package/intl-phone-input/esm/components/index.js +1 -1
  853. package/intl-phone-input/esm/components/select/component.js +2 -2
  854. package/intl-phone-input/esm/components/select/index.css +6 -6
  855. package/intl-phone-input/esm/components/select/index.js +1 -1
  856. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  857. package/intl-phone-input/esm/components/select-field/index.css +9 -9
  858. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  859. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  860. package/intl-phone-input/esm/index.css +5 -5
  861. package/intl-phone-input/esm/index.js +1 -1
  862. package/intl-phone-input/esm/{libphonenumber-js.min-98e51f5c.d.ts → libphonenumber-js.min-bc473e7f.d.ts} +0 -0
  863. package/intl-phone-input/esm/{libphonenumber-js.min-98e51f5c.js → libphonenumber-js.min-bc473e7f.js} +0 -0
  864. package/intl-phone-input/index.css +5 -5
  865. package/intl-phone-input/index.js +1 -1
  866. package/intl-phone-input/{libphonenumber-js.min-189e6bdc.d.ts → libphonenumber-js.min-d6b85b39.d.ts} +0 -0
  867. package/intl-phone-input/{libphonenumber-js.min-189e6bdc.js → libphonenumber-js.min-d6b85b39.js} +0 -0
  868. package/intl-phone-input/modern/component.js +2 -2
  869. package/intl-phone-input/modern/components/flag-icon/component.js +2 -2
  870. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  871. package/intl-phone-input/modern/components/select/component.js +1 -1
  872. package/intl-phone-input/modern/components/select/index.css +6 -6
  873. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  874. package/intl-phone-input/modern/components/select-field/index.css +9 -9
  875. package/intl-phone-input/modern/index.css +5 -5
  876. package/intl-phone-input/modern/{libphonenumber-js.min-98e51f5c.d.ts → libphonenumber-js.min-bc473e7f.d.ts} +0 -0
  877. package/intl-phone-input/modern/{libphonenumber-js.min-98e51f5c.js → libphonenumber-js.min-bc473e7f.js} +0 -0
  878. package/intl-phone-input/send-stats.js +1 -1
  879. package/keyboard-focusable/send-stats.js +1 -1
  880. package/link/Component.js +3 -3
  881. package/link/default.css +9 -9
  882. package/link/esm/Component.js +3 -3
  883. package/link/esm/default.css +9 -9
  884. package/link/esm/index.css +13 -13
  885. package/link/esm/inverted.css +9 -9
  886. package/link/index.css +13 -13
  887. package/link/inverted.css +9 -9
  888. package/link/modern/Component.js +3 -3
  889. package/link/modern/default.css +9 -9
  890. package/link/modern/index.css +13 -13
  891. package/link/modern/inverted.css +9 -9
  892. package/link/send-stats.js +1 -1
  893. package/list/Component.js +1 -1
  894. package/list/esm/Component.js +1 -1
  895. package/list/esm/index.css +9 -9
  896. package/list/index.css +9 -9
  897. package/list/modern/Component.js +2 -2
  898. package/list/modern/index.css +9 -9
  899. package/list/send-stats.js +1 -1
  900. package/list-header/Component.js +1 -1
  901. package/list-header/esm/Component.js +1 -1
  902. package/list-header/esm/index.css +4 -4
  903. package/list-header/index.css +4 -4
  904. package/list-header/modern/Component.js +1 -1
  905. package/list-header/modern/index.css +4 -4
  906. package/list-header/send-stats.js +1 -1
  907. package/loader/Component.js +1 -1
  908. package/loader/cssm/index.module.css +12 -6
  909. package/loader/esm/Component.js +1 -1
  910. package/loader/esm/index.css +19 -13
  911. package/loader/index.css +19 -13
  912. package/loader/modern/Component.js +1 -1
  913. package/loader/modern/index.css +19 -13
  914. package/loader/send-stats.js +1 -1
  915. package/masked-input/Component.js +1 -1
  916. package/masked-input/esm/Component.js +1 -1
  917. package/masked-input/esm/index.css +2 -2
  918. package/masked-input/index.css +2 -2
  919. package/masked-input/modern/Component.js +1 -1
  920. package/masked-input/modern/index.css +2 -2
  921. package/masked-input/send-stats.js +1 -1
  922. package/modal/{Component-cacd0e72.d.ts → Component-3e0cf498.d.ts} +0 -0
  923. package/modal/{Component-cacd0e72.js → Component-3e0cf498.js} +1 -1
  924. package/modal/Component.desktop.js +4 -4
  925. package/modal/Component.mobile.js +4 -4
  926. package/modal/Component.responsive.js +3 -3
  927. package/modal/components/closer/Component.js +2 -2
  928. package/modal/components/closer/index.css +4 -4
  929. package/modal/components/content/Component.desktop.js +2 -2
  930. package/modal/components/content/Component.js +1 -1
  931. package/modal/components/content/Component.mobile.js +2 -2
  932. package/modal/components/content/desktop.css +8 -8
  933. package/modal/components/content/index.css +3 -3
  934. package/modal/components/content/mobile.css +3 -3
  935. package/modal/components/footer/Component.desktop.js +2 -2
  936. package/modal/components/footer/Component.js +2 -2
  937. package/modal/components/footer/Component.mobile.js +2 -2
  938. package/modal/components/footer/desktop.css +9 -9
  939. package/modal/components/footer/index.css +4 -4
  940. package/modal/components/footer/layout.css +25 -25
  941. package/modal/components/footer/mobile.css +3 -3
  942. package/modal/components/header/Component.desktop.d.ts +1 -1
  943. package/modal/components/header/Component.desktop.js +3 -3
  944. package/modal/components/header/Component.js +1 -1
  945. package/modal/components/header/Component.mobile.d.ts +1 -1
  946. package/modal/components/header/Component.mobile.js +3 -3
  947. package/modal/components/header/desktop.css +17 -17
  948. package/modal/components/header/index.css +15 -15
  949. package/modal/components/header/mobile.css +3 -3
  950. package/modal/desktop.css +9 -9
  951. package/modal/desktop.js +3 -3
  952. package/modal/esm/{Component-f9c8a7ff.d.ts → Component-3401c05e.d.ts} +0 -0
  953. package/modal/esm/{Component-f9c8a7ff.js → Component-3401c05e.js} +1 -1
  954. package/modal/esm/Component.desktop.js +4 -4
  955. package/modal/esm/Component.mobile.js +4 -4
  956. package/modal/esm/Component.responsive.js +3 -3
  957. package/modal/esm/components/closer/Component.js +2 -2
  958. package/modal/esm/components/closer/index.css +4 -4
  959. package/modal/esm/components/content/Component.desktop.js +2 -2
  960. package/modal/esm/components/content/Component.js +1 -1
  961. package/modal/esm/components/content/Component.mobile.js +2 -2
  962. package/modal/esm/components/content/desktop.css +8 -8
  963. package/modal/esm/components/content/index.css +3 -3
  964. package/modal/esm/components/content/mobile.css +3 -3
  965. package/modal/esm/components/footer/Component.desktop.js +2 -2
  966. package/modal/esm/components/footer/Component.js +2 -2
  967. package/modal/esm/components/footer/Component.mobile.js +2 -2
  968. package/modal/esm/components/footer/desktop.css +9 -9
  969. package/modal/esm/components/footer/index.css +4 -4
  970. package/modal/esm/components/footer/layout.css +25 -25
  971. package/modal/esm/components/footer/mobile.css +3 -3
  972. package/modal/esm/components/header/Component.desktop.d.ts +1 -1
  973. package/modal/esm/components/header/Component.desktop.js +3 -3
  974. package/modal/esm/components/header/Component.js +1 -1
  975. package/modal/esm/components/header/Component.mobile.d.ts +1 -1
  976. package/modal/esm/components/header/Component.mobile.js +3 -3
  977. package/modal/esm/components/header/desktop.css +17 -17
  978. package/modal/esm/components/header/index.css +15 -15
  979. package/modal/esm/components/header/mobile.css +3 -3
  980. package/modal/esm/desktop.css +9 -9
  981. package/modal/esm/desktop.js +3 -3
  982. package/modal/esm/index.js +3 -3
  983. package/modal/esm/mobile.css +2 -2
  984. package/modal/esm/mobile.js +3 -3
  985. package/modal/esm/responsive.js +3 -3
  986. package/modal/esm/transitions.css +8 -8
  987. package/modal/esm/transitions.module-cc6e1af1.js +4 -0
  988. package/modal/esm/{tslib.es6-cd2fa46f.d.ts → tslib.es6-15b78200.d.ts} +0 -0
  989. package/modal/esm/{tslib.es6-cd2fa46f.js → tslib.es6-15b78200.js} +0 -0
  990. package/modal/index.js +3 -3
  991. package/modal/mobile.css +2 -2
  992. package/modal/mobile.js +3 -3
  993. package/modal/modern/{Component-dc6c12bd.d.ts → Component-d143cac7.d.ts} +0 -0
  994. package/modal/modern/{Component-dc6c12bd.js → Component-d143cac7.js} +1 -1
  995. package/modal/modern/Component.desktop.js +4 -4
  996. package/modal/modern/Component.mobile.js +3 -3
  997. package/modal/modern/Component.responsive.js +2 -2
  998. package/modal/modern/components/closer/Component.js +1 -1
  999. package/modal/modern/components/closer/index.css +4 -4
  1000. package/modal/modern/components/content/Component.desktop.js +1 -1
  1001. package/modal/modern/components/content/Component.js +1 -1
  1002. package/modal/modern/components/content/Component.mobile.js +1 -1
  1003. package/modal/modern/components/content/desktop.css +8 -8
  1004. package/modal/modern/components/content/index.css +3 -3
  1005. package/modal/modern/components/content/mobile.css +3 -3
  1006. package/modal/modern/components/footer/Component.desktop.js +1 -1
  1007. package/modal/modern/components/footer/Component.js +2 -2
  1008. package/modal/modern/components/footer/Component.mobile.js +1 -1
  1009. package/modal/modern/components/footer/desktop.css +9 -9
  1010. package/modal/modern/components/footer/index.css +4 -4
  1011. package/modal/modern/components/footer/layout.css +25 -25
  1012. package/modal/modern/components/footer/mobile.css +3 -3
  1013. package/modal/modern/components/header/Component.desktop.d.ts +1 -1
  1014. package/modal/modern/components/header/Component.desktop.js +2 -2
  1015. package/modal/modern/components/header/Component.js +1 -1
  1016. package/modal/modern/components/header/Component.mobile.d.ts +1 -1
  1017. package/modal/modern/components/header/Component.mobile.js +2 -2
  1018. package/modal/modern/components/header/desktop.css +17 -17
  1019. package/modal/modern/components/header/index.css +15 -15
  1020. package/modal/modern/components/header/mobile.css +3 -3
  1021. package/modal/modern/desktop.css +9 -9
  1022. package/modal/modern/desktop.js +2 -2
  1023. package/modal/modern/index.js +2 -2
  1024. package/modal/modern/mobile.css +2 -2
  1025. package/modal/modern/mobile.js +2 -2
  1026. package/modal/modern/responsive.js +2 -2
  1027. package/modal/modern/transitions.css +8 -8
  1028. package/modal/modern/transitions.module-cc6e1af1.js +4 -0
  1029. package/modal/responsive.js +3 -3
  1030. package/modal/send-stats.js +1 -1
  1031. package/modal/transitions.css +8 -8
  1032. package/modal/transitions.module-ef3eb148.js +4 -0
  1033. package/modal/{tslib.es6-93e97f54.d.ts → tslib.es6-b30420d8.d.ts} +0 -0
  1034. package/modal/{tslib.es6-93e97f54.js → tslib.es6-b30420d8.js} +0 -0
  1035. package/mq/send-stats.js +1 -1
  1036. package/notification/Component.js +1 -1
  1037. package/notification/esm/Component.js +1 -1
  1038. package/notification/esm/index.css +8 -8
  1039. package/notification/index.css +8 -8
  1040. package/notification/modern/Component.js +1 -1
  1041. package/notification/modern/index.css +8 -8
  1042. package/notification/send-stats.js +1 -1
  1043. package/notification-manager/{component-a787d527.d.ts → component-558442c3.d.ts} +0 -0
  1044. package/notification-manager/{component-a787d527.js → component-558442c3.js} +0 -0
  1045. package/notification-manager/component.js +2 -2
  1046. package/notification-manager/components/index.js +1 -1
  1047. package/notification-manager/components/notification/component.js +1 -1
  1048. package/notification-manager/components/notification/index.d.ts +1 -1
  1049. package/notification-manager/components/notification/index.js +1 -1
  1050. package/notification-manager/esm/{component-c478a367.d.ts → component-873051b9.d.ts} +0 -0
  1051. package/notification-manager/esm/{component-c478a367.js → component-873051b9.js} +0 -0
  1052. package/notification-manager/esm/component.js +2 -2
  1053. package/notification-manager/esm/components/index.js +1 -1
  1054. package/notification-manager/esm/components/notification/component.js +1 -1
  1055. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  1056. package/notification-manager/esm/components/notification/index.js +1 -1
  1057. package/notification-manager/esm/index.css +11 -11
  1058. package/notification-manager/esm/index.js +1 -1
  1059. package/notification-manager/index.css +11 -11
  1060. package/notification-manager/index.js +1 -1
  1061. package/notification-manager/modern/component.js +3 -3
  1062. package/notification-manager/modern/index.css +11 -11
  1063. package/notification-manager/send-stats.js +1 -1
  1064. package/package.json +4 -22
  1065. package/pagination/Component.js +1 -1
  1066. package/pagination/components/default-view/index.css +2 -2
  1067. package/pagination/components/default-view/index.js +1 -1
  1068. package/pagination/components/per-page-view/index.css +2 -2
  1069. package/pagination/components/per-page-view/index.js +1 -1
  1070. package/pagination/components/tag/index.css +8 -8
  1071. package/pagination/components/tag/index.js +1 -1
  1072. package/pagination/esm/Component.js +1 -1
  1073. package/pagination/esm/components/default-view/index.css +2 -2
  1074. package/pagination/esm/components/default-view/index.js +1 -1
  1075. package/pagination/esm/components/per-page-view/index.css +2 -2
  1076. package/pagination/esm/components/per-page-view/index.js +1 -1
  1077. package/pagination/esm/components/tag/index.css +8 -8
  1078. package/pagination/esm/components/tag/index.js +1 -1
  1079. package/pagination/esm/index.css +4 -4
  1080. package/pagination/index.css +4 -4
  1081. package/pagination/modern/Component.js +1 -1
  1082. package/pagination/modern/components/default-view/index.css +2 -2
  1083. package/pagination/modern/components/default-view/index.js +1 -1
  1084. package/pagination/modern/components/per-page-view/index.css +2 -2
  1085. package/pagination/modern/components/per-page-view/index.js +1 -1
  1086. package/pagination/modern/components/tag/index.css +8 -8
  1087. package/pagination/modern/components/tag/index.js +1 -1
  1088. package/pagination/modern/index.css +4 -4
  1089. package/pagination/send-stats.js +1 -1
  1090. package/password-input/component.js +1 -1
  1091. package/password-input/esm/component.js +1 -1
  1092. package/password-input/esm/index.css +5 -5
  1093. package/password-input/index.css +5 -5
  1094. package/password-input/modern/component.js +2 -2
  1095. package/password-input/modern/index.css +5 -5
  1096. package/password-input/send-stats.js +1 -1
  1097. package/phone-input/cssm/utils/index.js +1 -5
  1098. package/phone-input/esm/utils/index.js +1 -5
  1099. package/phone-input/modern/utils/index.js +1 -5
  1100. package/phone-input/send-stats.js +1 -1
  1101. package/phone-input/utils/index.js +1 -5
  1102. package/picker-button/Component.d.ts +1 -1
  1103. package/picker-button/Component.js +2 -2
  1104. package/picker-button/Component.mobile.js +1 -1
  1105. package/picker-button/Component.responsive.d.ts +1 -1
  1106. package/picker-button/Component.responsive.js +1 -1
  1107. package/picker-button/cssm/Component.d.ts +1 -1
  1108. package/picker-button/cssm/Component.responsive.d.ts +1 -1
  1109. package/picker-button/cssm/index.d.ts +1 -1
  1110. package/picker-button/cssm/typings-56379e19.d.ts +1 -1
  1111. package/picker-button/desktop.js +1 -1
  1112. package/picker-button/esm/Component.d.ts +1 -1
  1113. package/picker-button/esm/Component.js +2 -2
  1114. package/picker-button/esm/Component.mobile.js +1 -1
  1115. package/picker-button/esm/Component.responsive.d.ts +1 -1
  1116. package/picker-button/esm/Component.responsive.js +1 -1
  1117. package/picker-button/esm/desktop.js +1 -1
  1118. package/picker-button/esm/field/Component.js +2 -2
  1119. package/picker-button/esm/field/index.css +3 -3
  1120. package/picker-button/esm/field/index.js +1 -1
  1121. package/picker-button/esm/index.css +7 -7
  1122. package/picker-button/esm/index.d.ts +1 -1
  1123. package/picker-button/esm/index.js +1 -1
  1124. package/picker-button/esm/mobile.js +1 -1
  1125. package/picker-button/esm/option/Component.js +2 -2
  1126. package/picker-button/esm/option/index.css +4 -4
  1127. package/picker-button/esm/option/index.js +1 -1
  1128. package/picker-button/esm/{tslib.es6-804ae1af.d.ts → tslib.es6-4487d441.d.ts} +0 -0
  1129. package/picker-button/esm/{tslib.es6-804ae1af.js → tslib.es6-4487d441.js} +0 -0
  1130. package/picker-button/esm/typings-56379e19.d.ts +1 -1
  1131. package/picker-button/field/Component.js +2 -2
  1132. package/picker-button/field/index.css +3 -3
  1133. package/picker-button/field/index.js +1 -1
  1134. package/picker-button/index.css +7 -7
  1135. package/picker-button/index.d.ts +1 -1
  1136. package/picker-button/index.js +1 -1
  1137. package/picker-button/mobile.js +1 -1
  1138. package/picker-button/modern/Component.js +1 -1
  1139. package/picker-button/modern/field/Component.js +1 -1
  1140. package/picker-button/modern/field/index.css +3 -3
  1141. package/picker-button/modern/index.css +7 -7
  1142. package/picker-button/modern/index.d.ts +1 -1
  1143. package/picker-button/modern/option/Component.js +1 -1
  1144. package/picker-button/modern/option/index.css +4 -4
  1145. package/picker-button/option/Component.js +2 -2
  1146. package/picker-button/option/index.css +4 -4
  1147. package/picker-button/option/index.js +1 -1
  1148. package/picker-button/send-stats.js +1 -1
  1149. package/picker-button/{tslib.es6-e3a28b99.d.ts → tslib.es6-731e4cfe.d.ts} +0 -0
  1150. package/picker-button/{tslib.es6-e3a28b99.js → tslib.es6-731e4cfe.js} +0 -0
  1151. package/picker-button/typings-56379e19.d.ts +1 -1
  1152. package/plate/Component.js +1 -1
  1153. package/plate/esm/Component.js +1 -1
  1154. package/plate/esm/index.css +46 -46
  1155. package/plate/index.css +46 -46
  1156. package/plate/modern/Component.js +1 -1
  1157. package/plate/modern/index.css +46 -46
  1158. package/plate/send-stats.js +1 -1
  1159. package/popover/Component.js +1 -1
  1160. package/popover/esm/Component.js +1 -1
  1161. package/popover/esm/index.css +33 -33
  1162. package/popover/index.css +33 -33
  1163. package/popover/modern/Component.js +3 -3
  1164. package/popover/modern/index.css +33 -33
  1165. package/popover/send-stats.js +1 -1
  1166. package/portal/send-stats.js +1 -1
  1167. package/progress-bar/Component.js +1 -1
  1168. package/progress-bar/esm/Component.js +1 -1
  1169. package/progress-bar/esm/index.css +12 -12
  1170. package/progress-bar/index.css +12 -12
  1171. package/progress-bar/modern/Component.js +1 -1
  1172. package/progress-bar/modern/index.css +12 -12
  1173. package/progress-bar/send-stats.js +1 -1
  1174. package/pure-cell/{component-2bda6d29.d.ts → component-0e82e824.d.ts} +0 -0
  1175. package/pure-cell/{component-2bda6d29.js → component-0e82e824.js} +6 -6
  1176. package/pure-cell/component-c49f24a8.d.ts +8 -8
  1177. package/pure-cell/component.js +3 -3
  1178. package/pure-cell/components/addon/component.js +2 -2
  1179. package/pure-cell/components/addon/index.css +9 -9
  1180. package/pure-cell/components/addon/index.js +1 -1
  1181. package/pure-cell/components/amount/component.js +3 -3
  1182. package/pure-cell/components/amount/index.css +2 -2
  1183. package/pure-cell/components/amount/index.js +2 -2
  1184. package/pure-cell/components/amount-title/component.js +3 -3
  1185. package/pure-cell/components/amount-title/index.css +3 -3
  1186. package/pure-cell/components/amount-title/index.js +2 -2
  1187. package/pure-cell/components/category/component.js +2 -2
  1188. package/pure-cell/components/category/index.css +5 -5
  1189. package/pure-cell/components/category/index.js +1 -1
  1190. package/pure-cell/components/content/component.js +3 -3
  1191. package/pure-cell/components/content/index.css +3 -3
  1192. package/pure-cell/components/content/index.d.ts +1 -1
  1193. package/pure-cell/components/content/index.js +3 -3
  1194. package/pure-cell/components/footer/component.js +2 -2
  1195. package/pure-cell/components/footer/index.css +4 -4
  1196. package/pure-cell/components/footer/index.js +1 -1
  1197. package/pure-cell/components/footer-button/component.js +3 -3
  1198. package/pure-cell/components/footer-button/index.css +2 -2
  1199. package/pure-cell/components/footer-button/index.js +2 -2
  1200. package/pure-cell/components/footer-text/component.js +1 -1
  1201. package/pure-cell/components/footer-text/index.js +1 -1
  1202. package/pure-cell/components/graphics/component.js +2 -2
  1203. package/pure-cell/components/graphics/index.css +2 -2
  1204. package/pure-cell/components/graphics/index.js +1 -1
  1205. package/pure-cell/components/main/component.js +3 -3
  1206. package/pure-cell/components/main/index.css +4 -4
  1207. package/pure-cell/components/main/index.d.ts +1 -1
  1208. package/pure-cell/components/main/index.js +3 -3
  1209. package/pure-cell/components/text/component.js +3 -3
  1210. package/pure-cell/components/text/index.css +7 -7
  1211. package/pure-cell/components/text/index.d.ts +1 -1
  1212. package/pure-cell/components/text/index.js +3 -3
  1213. package/pure-cell/esm/{component-831effc0.d.ts → component-fbd72287.d.ts} +0 -0
  1214. package/pure-cell/esm/{component-831effc0.js → component-fbd72287.js} +6 -6
  1215. package/pure-cell/esm/component.js +3 -3
  1216. package/pure-cell/esm/components/addon/component.js +2 -2
  1217. package/pure-cell/esm/components/addon/index.css +9 -9
  1218. package/pure-cell/esm/components/addon/index.js +1 -1
  1219. package/pure-cell/esm/components/amount/component.js +3 -3
  1220. package/pure-cell/esm/components/amount/index.css +2 -2
  1221. package/pure-cell/esm/components/amount/index.js +2 -2
  1222. package/pure-cell/esm/components/amount-title/component.js +3 -3
  1223. package/pure-cell/esm/components/amount-title/index.css +3 -3
  1224. package/pure-cell/esm/components/amount-title/index.js +2 -2
  1225. package/pure-cell/esm/components/category/component.js +2 -2
  1226. package/pure-cell/esm/components/category/index.css +5 -5
  1227. package/pure-cell/esm/components/category/index.js +1 -1
  1228. package/pure-cell/esm/components/content/component.js +3 -3
  1229. package/pure-cell/esm/components/content/index.css +3 -3
  1230. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1231. package/pure-cell/esm/components/content/index.js +3 -3
  1232. package/pure-cell/esm/components/footer/component.js +2 -2
  1233. package/pure-cell/esm/components/footer/index.css +4 -4
  1234. package/pure-cell/esm/components/footer/index.js +1 -1
  1235. package/pure-cell/esm/components/footer-button/component.js +3 -3
  1236. package/pure-cell/esm/components/footer-button/index.css +2 -2
  1237. package/pure-cell/esm/components/footer-button/index.js +2 -2
  1238. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1239. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1240. package/pure-cell/esm/components/graphics/component.js +2 -2
  1241. package/pure-cell/esm/components/graphics/index.css +2 -2
  1242. package/pure-cell/esm/components/graphics/index.js +1 -1
  1243. package/pure-cell/esm/components/main/component.js +3 -3
  1244. package/pure-cell/esm/components/main/index.css +4 -4
  1245. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1246. package/pure-cell/esm/components/main/index.js +3 -3
  1247. package/pure-cell/esm/components/text/component.js +3 -3
  1248. package/pure-cell/esm/components/text/index.css +7 -7
  1249. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1250. package/pure-cell/esm/components/text/index.js +3 -3
  1251. package/pure-cell/esm/{getDataTestId-56acaf74.d.ts → getDataTestId-a1a11e38.d.ts} +0 -0
  1252. package/pure-cell/esm/{getDataTestId-56acaf74.js → getDataTestId-a1a11e38.js} +0 -0
  1253. package/pure-cell/esm/index.css +19 -19
  1254. package/pure-cell/esm/index.js +3 -3
  1255. package/pure-cell/esm/{tslib.es6-daf5d84d.d.ts → tslib.es6-1f85d5a0.d.ts} +0 -0
  1256. package/pure-cell/esm/{tslib.es6-daf5d84d.js → tslib.es6-1f85d5a0.js} +0 -0
  1257. package/pure-cell/{getDataTestId-da1ddd99.d.ts → getDataTestId-f8d55643.d.ts} +0 -0
  1258. package/pure-cell/{getDataTestId-da1ddd99.js → getDataTestId-f8d55643.js} +0 -0
  1259. package/pure-cell/index.css +19 -19
  1260. package/pure-cell/index.js +3 -3
  1261. package/pure-cell/modern/{component-b7f322e4.d.ts → component-1f7d18df.d.ts} +0 -0
  1262. package/pure-cell/modern/{component-b7f322e4.js → component-1f7d18df.js} +5 -5
  1263. package/pure-cell/modern/component-c49f24a8.d.ts +8 -8
  1264. package/pure-cell/modern/component.js +2 -2
  1265. package/pure-cell/modern/components/addon/component.js +2 -2
  1266. package/pure-cell/modern/components/addon/index.css +9 -9
  1267. package/pure-cell/modern/components/addon/index.js +1 -1
  1268. package/pure-cell/modern/components/amount/component.js +2 -2
  1269. package/pure-cell/modern/components/amount/index.css +2 -2
  1270. package/pure-cell/modern/components/amount/index.js +1 -1
  1271. package/pure-cell/modern/components/amount-title/component.js +2 -2
  1272. package/pure-cell/modern/components/amount-title/index.css +3 -3
  1273. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1274. package/pure-cell/modern/components/category/component.js +2 -2
  1275. package/pure-cell/modern/components/category/index.css +5 -5
  1276. package/pure-cell/modern/components/category/index.js +1 -1
  1277. package/pure-cell/modern/components/content/component.js +2 -2
  1278. package/pure-cell/modern/components/content/index.css +3 -3
  1279. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1280. package/pure-cell/modern/components/content/index.js +2 -2
  1281. package/pure-cell/modern/components/footer/component.js +2 -2
  1282. package/pure-cell/modern/components/footer/index.css +4 -4
  1283. package/pure-cell/modern/components/footer/index.js +1 -1
  1284. package/pure-cell/modern/components/footer-button/component.js +2 -2
  1285. package/pure-cell/modern/components/footer-button/index.css +2 -2
  1286. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1287. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1288. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1289. package/pure-cell/modern/components/graphics/component.js +2 -2
  1290. package/pure-cell/modern/components/graphics/index.css +2 -2
  1291. package/pure-cell/modern/components/graphics/index.js +1 -1
  1292. package/pure-cell/modern/components/main/component.js +2 -2
  1293. package/pure-cell/modern/components/main/index.css +4 -4
  1294. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1295. package/pure-cell/modern/components/main/index.js +2 -2
  1296. package/pure-cell/modern/components/text/component.js +2 -2
  1297. package/pure-cell/modern/components/text/index.css +7 -7
  1298. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1299. package/pure-cell/modern/components/text/index.js +2 -2
  1300. package/pure-cell/modern/{getDataTestId-e8cc70ab.d.ts → getDataTestId-5d2ae321.d.ts} +0 -0
  1301. package/pure-cell/modern/{getDataTestId-e8cc70ab.js → getDataTestId-5d2ae321.js} +0 -0
  1302. package/pure-cell/modern/index.css +19 -19
  1303. package/pure-cell/modern/index.js +2 -2
  1304. package/pure-cell/send-stats.js +1 -1
  1305. package/pure-cell/{tslib.es6-bb39d27e.d.ts → tslib.es6-5b616c3b.d.ts} +0 -0
  1306. package/pure-cell/{tslib.es6-bb39d27e.js → tslib.es6-5b616c3b.js} +0 -0
  1307. package/pure-input/Component.js +1 -1
  1308. package/pure-input/esm/Component.js +1 -1
  1309. package/pure-input/esm/index.css +25 -25
  1310. package/pure-input/index.css +25 -25
  1311. package/pure-input/modern/Component.js +1 -1
  1312. package/pure-input/modern/index.css +25 -25
  1313. package/pure-input/send-stats.js +1 -1
  1314. package/radio/Component.js +1 -1
  1315. package/radio/esm/Component.js +1 -1
  1316. package/radio/esm/index.css +31 -31
  1317. package/radio/index.css +31 -31
  1318. package/radio/modern/Component.js +1 -1
  1319. package/radio/modern/index.css +31 -31
  1320. package/radio/send-stats.js +1 -1
  1321. package/radio-group/Component.js +1 -1
  1322. package/radio-group/esm/Component.js +1 -1
  1323. package/radio-group/esm/index.css +16 -16
  1324. package/radio-group/index.css +16 -16
  1325. package/radio-group/modern/Component.js +2 -2
  1326. package/radio-group/modern/index.css +16 -16
  1327. package/radio-group/send-stats.js +1 -1
  1328. package/scrollbar/Component.js +3 -3
  1329. package/scrollbar/default.css +2 -2
  1330. package/scrollbar/esm/Component.js +3 -3
  1331. package/scrollbar/esm/default.css +2 -2
  1332. package/scrollbar/esm/index.css +25 -25
  1333. package/scrollbar/esm/inverted.css +2 -2
  1334. package/scrollbar/index.css +25 -25
  1335. package/scrollbar/inverted.css +2 -2
  1336. package/scrollbar/modern/Component.js +3 -3
  1337. package/scrollbar/modern/default.css +2 -2
  1338. package/scrollbar/modern/index.css +25 -25
  1339. package/scrollbar/modern/inverted.css +2 -2
  1340. package/scrollbar/send-stats.js +1 -1
  1341. package/select/{Component-395c666f.d.ts → Component-5f32ef97.d.ts} +0 -0
  1342. package/select/{Component-395c666f.js → Component-5f32ef97.js} +2 -2
  1343. package/select/{Component-6cb15433.d.ts → Component-7984f5e8.d.ts} +0 -0
  1344. package/select/{Component-6cb15433.js → Component-7984f5e8.js} +5 -5
  1345. package/select/Component.js +2 -2
  1346. package/select/components/arrow/Component.js +1 -1
  1347. package/select/components/arrow/index.css +3 -3
  1348. package/select/components/base-select/Component.js +2 -2
  1349. package/select/components/base-select/index.css +7 -7
  1350. package/select/components/base-select/index.d.ts +1 -1
  1351. package/select/components/base-select/index.js +2 -2
  1352. package/select/components/base-select-mobile/Component.js +4 -4
  1353. package/select/components/base-select-mobile/checkmark/Component.js +1 -1
  1354. package/select/components/base-select-mobile/checkmark/index.css +4 -4
  1355. package/select/components/base-select-mobile/index.css +11 -11
  1356. package/select/components/base-select-mobile/index.d.ts +1 -1
  1357. package/select/components/base-select-mobile/index.js +4 -4
  1358. package/select/components/base-select-mobile/options-list/Component.js +2 -2
  1359. package/select/components/base-select-mobile/options-list/index.css +9 -9
  1360. package/select/components/base-select-mobile/options-list/index.js +1 -1
  1361. package/select/components/checkmark/Component.js +1 -1
  1362. package/select/components/checkmark/index.css +7 -7
  1363. package/select/components/field/Component.js +2 -2
  1364. package/select/components/field/index.css +9 -9
  1365. package/select/components/field/index.js +1 -1
  1366. package/select/components/index.js +4 -4
  1367. package/select/components/native-select/Component.js +1 -1
  1368. package/select/components/native-select/index.js +1 -1
  1369. package/select/components/optgroup/Component.js +1 -1
  1370. package/select/components/optgroup/index.css +6 -6
  1371. package/select/components/option/Component.js +2 -2
  1372. package/select/components/option/index.css +20 -20
  1373. package/select/components/option/index.js +1 -1
  1374. package/select/components/options-list/Component.js +2 -2
  1375. package/select/components/options-list/index.css +6 -6
  1376. package/select/components/options-list/index.js +1 -1
  1377. package/select/components/select-mobile/Component.js +4 -4
  1378. package/select/components/select-mobile/index.d.ts +1 -1
  1379. package/select/components/select-mobile/index.js +4 -4
  1380. package/select/components/select-modal-mobile/Component.js +4 -4
  1381. package/select/components/select-modal-mobile/index.d.ts +1 -1
  1382. package/select/components/select-modal-mobile/index.js +4 -4
  1383. package/select/components/virtual-options-list/Component.js +2 -2
  1384. package/select/components/virtual-options-list/index.css +12 -12
  1385. package/select/components/virtual-options-list/index.js +1 -1
  1386. package/select/esm/{Component-878fd5fa.d.ts → Component-0d37f1a3.d.ts} +0 -0
  1387. package/select/esm/{Component-878fd5fa.js → Component-0d37f1a3.js} +4 -4
  1388. package/select/esm/{Component-2cf53a63.d.ts → Component-f8913434.d.ts} +0 -0
  1389. package/select/esm/{Component-2cf53a63.js → Component-f8913434.js} +9 -9
  1390. package/select/esm/Component.js +6 -6
  1391. package/select/esm/components/arrow/Component.js +1 -1
  1392. package/select/esm/components/arrow/index.css +3 -3
  1393. package/select/esm/components/base-select/Component.js +4 -4
  1394. package/select/esm/components/base-select/index.css +7 -7
  1395. package/select/esm/components/base-select/index.d.ts +1 -1
  1396. package/select/esm/components/base-select/index.js +4 -4
  1397. package/select/esm/components/base-select-mobile/Component.js +8 -8
  1398. package/select/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  1399. package/select/esm/components/base-select-mobile/checkmark/index.css +4 -4
  1400. package/select/esm/components/base-select-mobile/index.css +11 -11
  1401. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  1402. package/select/esm/components/base-select-mobile/index.js +8 -8
  1403. package/select/esm/components/base-select-mobile/options-list/Component.js +2 -2
  1404. package/select/esm/components/base-select-mobile/options-list/index.css +9 -9
  1405. package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
  1406. package/select/esm/components/checkmark/Component.js +1 -1
  1407. package/select/esm/components/checkmark/index.css +7 -7
  1408. package/select/esm/components/field/Component.js +2 -2
  1409. package/select/esm/components/field/index.css +9 -9
  1410. package/select/esm/components/field/index.js +1 -1
  1411. package/select/esm/components/index.js +8 -8
  1412. package/select/esm/components/native-select/Component.js +1 -1
  1413. package/select/esm/components/native-select/index.js +1 -1
  1414. package/select/esm/components/optgroup/Component.js +1 -1
  1415. package/select/esm/components/optgroup/index.css +6 -6
  1416. package/select/esm/components/option/Component.js +2 -2
  1417. package/select/esm/components/option/index.css +20 -20
  1418. package/select/esm/components/option/index.js +1 -1
  1419. package/select/esm/components/options-list/Component.js +2 -2
  1420. package/select/esm/components/options-list/index.css +6 -6
  1421. package/select/esm/components/options-list/index.js +1 -1
  1422. package/select/esm/components/select-mobile/Component.js +8 -8
  1423. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1424. package/select/esm/components/select-mobile/index.js +8 -8
  1425. package/select/esm/components/select-modal-mobile/Component.js +8 -8
  1426. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  1427. package/select/esm/components/select-modal-mobile/index.js +8 -8
  1428. package/select/esm/components/virtual-options-list/Component.js +2 -2
  1429. package/select/esm/components/virtual-options-list/index.css +12 -12
  1430. package/select/esm/components/virtual-options-list/index.js +1 -1
  1431. package/select/esm/index.js +8 -8
  1432. package/select/esm/{intersection-observer-5cff2265.d.ts → intersection-observer-99b828f4.d.ts} +0 -0
  1433. package/select/esm/{intersection-observer-5cff2265.js → intersection-observer-99b828f4.js} +0 -0
  1434. package/select/esm/presets/index.js +8 -8
  1435. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1436. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1437. package/select/esm/presets/useSelectWithApply/hook.js +8 -8
  1438. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +8 -8
  1439. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1440. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1441. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +8 -8
  1442. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1443. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1444. package/select/esm/{tslib.es6-8ce25143.d.ts → tslib.es6-50a0800f.d.ts} +0 -0
  1445. package/select/esm/{tslib.es6-8ce25143.js → tslib.es6-50a0800f.js} +0 -0
  1446. package/select/index.js +4 -4
  1447. package/select/{intersection-observer-ecb8338a.d.ts → intersection-observer-c3248df1.d.ts} +0 -0
  1448. package/select/{intersection-observer-ecb8338a.js → intersection-observer-c3248df1.js} +0 -0
  1449. package/select/modern/{Component-42762c09.d.ts → Component-931ed362.d.ts} +0 -0
  1450. package/select/modern/{Component-42762c09.js → Component-931ed362.js} +2 -2
  1451. package/select/modern/{Component-afb04bfc.d.ts → Component-cb83753a.d.ts} +0 -0
  1452. package/select/modern/{Component-afb04bfc.js → Component-cb83753a.js} +6 -6
  1453. package/select/modern/Component.js +3 -3
  1454. package/select/modern/components/arrow/Component.js +1 -1
  1455. package/select/modern/components/arrow/index.css +3 -3
  1456. package/select/modern/components/base-select/Component.js +2 -2
  1457. package/select/modern/components/base-select/index.css +7 -7
  1458. package/select/modern/components/base-select/index.d.ts +1 -1
  1459. package/select/modern/components/base-select/index.js +2 -2
  1460. package/select/modern/components/base-select-mobile/Component.js +5 -5
  1461. package/select/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  1462. package/select/modern/components/base-select-mobile/checkmark/index.css +4 -4
  1463. package/select/modern/components/base-select-mobile/index.css +11 -11
  1464. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  1465. package/select/modern/components/base-select-mobile/index.js +5 -5
  1466. package/select/modern/components/base-select-mobile/options-list/Component.js +3 -3
  1467. package/select/modern/components/base-select-mobile/options-list/index.css +9 -9
  1468. package/select/modern/components/checkmark/Component.js +2 -2
  1469. package/select/modern/components/checkmark/index.css +7 -7
  1470. package/select/modern/components/field/Component.js +1 -1
  1471. package/select/modern/components/field/index.css +9 -9
  1472. package/select/modern/components/index.js +5 -5
  1473. package/select/modern/components/native-select/Component.js +2 -2
  1474. package/select/modern/components/optgroup/Component.js +1 -1
  1475. package/select/modern/components/optgroup/index.css +6 -6
  1476. package/select/modern/components/option/Component.js +1 -1
  1477. package/select/modern/components/option/index.css +20 -20
  1478. package/select/modern/components/options-list/Component.js +1 -1
  1479. package/select/modern/components/options-list/index.css +6 -6
  1480. package/select/modern/components/select-mobile/Component.js +5 -5
  1481. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1482. package/select/modern/components/select-mobile/index.js +5 -5
  1483. package/select/modern/components/select-modal-mobile/Component.js +5 -5
  1484. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  1485. package/select/modern/components/select-modal-mobile/index.js +5 -5
  1486. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1487. package/select/modern/components/virtual-options-list/index.css +12 -12
  1488. package/select/modern/index.js +5 -5
  1489. package/select/modern/{intersection-observer-5cff2265.d.ts → intersection-observer-99b828f4.d.ts} +0 -0
  1490. package/select/modern/{intersection-observer-5cff2265.js → intersection-observer-99b828f4.js} +0 -0
  1491. package/select/modern/presets/index.js +5 -5
  1492. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1493. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1494. package/select/modern/presets/useSelectWithApply/hook.js +5 -5
  1495. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +5 -5
  1496. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1497. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1498. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +5 -5
  1499. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1500. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1501. package/select/presets/index.js +4 -4
  1502. package/select/presets/useLazyLoading/hook.js +3 -3
  1503. package/select/presets/useLazyLoading/index.css +2 -2
  1504. package/select/presets/useSelectWithApply/hook.js +4 -4
  1505. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1506. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1507. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1508. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1509. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1510. package/select/presets/useSelectWithLoading/index.css +2 -2
  1511. package/select/send-stats.js +1 -1
  1512. package/select/{tslib.es6-401ce1ea.d.ts → tslib.es6-164ce7cd.d.ts} +0 -0
  1513. package/select/{tslib.es6-401ce1ea.js → tslib.es6-164ce7cd.js} +0 -0
  1514. package/select-with-tags/component.js +1 -1
  1515. package/select-with-tags/components/index.js +1 -1
  1516. package/select-with-tags/components/tag/component.js +2 -2
  1517. package/select-with-tags/components/tag/index.css +11 -11
  1518. package/select-with-tags/components/tag/index.js +1 -1
  1519. package/select-with-tags/components/tag-list/component.js +2 -2
  1520. package/select-with-tags/components/tag-list/index.css +31 -31
  1521. package/select-with-tags/components/tag-list/index.js +1 -1
  1522. package/select-with-tags/cssm/utils/calculate-collapse-size.js +1 -4
  1523. package/select-with-tags/esm/component.js +1 -1
  1524. package/select-with-tags/esm/components/index.js +1 -1
  1525. package/select-with-tags/esm/components/tag/component.js +2 -2
  1526. package/select-with-tags/esm/components/tag/index.css +11 -11
  1527. package/select-with-tags/esm/components/tag/index.js +1 -1
  1528. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1529. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  1530. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1531. package/select-with-tags/esm/index.js +1 -1
  1532. package/select-with-tags/esm/{tslib.es6-a1934402.d.ts → tslib.es6-82121899.d.ts} +0 -0
  1533. package/select-with-tags/esm/{tslib.es6-a1934402.js → tslib.es6-82121899.js} +0 -0
  1534. package/select-with-tags/esm/utils/calculate-collapse-size.js +1 -4
  1535. package/select-with-tags/esm/utils/index.js +1 -1
  1536. package/select-with-tags/esm/utils/match.js +1 -1
  1537. package/select-with-tags/index.js +1 -1
  1538. package/select-with-tags/modern/component.js +2 -2
  1539. package/select-with-tags/modern/components/tag/component.js +1 -1
  1540. package/select-with-tags/modern/components/tag/index.css +11 -11
  1541. package/select-with-tags/modern/components/tag-list/component.js +4 -4
  1542. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  1543. package/select-with-tags/modern/utils/calculate-collapse-size.js +1 -4
  1544. package/select-with-tags/modern/utils/match.js +2 -2
  1545. package/select-with-tags/send-stats.js +1 -1
  1546. package/select-with-tags/{tslib.es6-8fc31226.d.ts → tslib.es6-f24e46da.d.ts} +0 -0
  1547. package/select-with-tags/{tslib.es6-8fc31226.js → tslib.es6-f24e46da.js} +0 -0
  1548. package/select-with-tags/utils/calculate-collapse-size.js +1 -4
  1549. package/select-with-tags/utils/index.js +1 -1
  1550. package/select-with-tags/utils/match.js +1 -1
  1551. package/send-stats.js +1 -1
  1552. package/side-panel/Component.desktop.d.ts +2 -2
  1553. package/side-panel/Component.desktop.js +3 -3
  1554. package/side-panel/Component.mobile.js +3 -3
  1555. package/side-panel/Component.responsive.d.ts +2 -2
  1556. package/side-panel/Component.responsive.js +1 -1
  1557. package/side-panel/components/closer/Component.js +2 -2
  1558. package/side-panel/components/closer/index.css +4 -4
  1559. package/side-panel/components/content/Component.desktop.js +2 -2
  1560. package/side-panel/components/content/Component.js +1 -1
  1561. package/side-panel/components/content/Component.mobile.js +2 -2
  1562. package/side-panel/components/content/desktop.css +3 -3
  1563. package/side-panel/components/content/index.css +3 -3
  1564. package/side-panel/components/content/mobile.css +3 -3
  1565. package/side-panel/components/footer/Component.desktop.js +2 -2
  1566. package/side-panel/components/footer/Component.js +2 -2
  1567. package/side-panel/components/footer/Component.mobile.js +2 -2
  1568. package/side-panel/components/footer/desktop.css +3 -3
  1569. package/side-panel/components/footer/index.css +4 -4
  1570. package/side-panel/components/footer/layout.css +25 -25
  1571. package/side-panel/components/footer/mobile.css +3 -3
  1572. package/side-panel/components/header/Component.desktop.js +2 -2
  1573. package/side-panel/components/header/Component.js +2 -2
  1574. package/side-panel/components/header/Component.mobile.js +2 -2
  1575. package/side-panel/components/header/desktop.css +6 -6
  1576. package/side-panel/components/header/index.css +16 -16
  1577. package/side-panel/components/header/mobile.css +3 -3
  1578. package/side-panel/cssm/Component.desktop.d.ts +2 -2
  1579. package/side-panel/cssm/Component.responsive.d.ts +2 -2
  1580. package/side-panel/desktop.css +3 -3
  1581. package/side-panel/desktop.js +1 -1
  1582. package/side-panel/esm/Component.desktop.d.ts +2 -2
  1583. package/side-panel/esm/Component.desktop.js +3 -3
  1584. package/side-panel/esm/Component.mobile.js +3 -3
  1585. package/side-panel/esm/Component.responsive.d.ts +2 -2
  1586. package/side-panel/esm/Component.responsive.js +1 -1
  1587. package/side-panel/esm/components/closer/Component.js +2 -2
  1588. package/side-panel/esm/components/closer/index.css +4 -4
  1589. package/side-panel/esm/components/content/Component.desktop.js +2 -2
  1590. package/side-panel/esm/components/content/Component.js +1 -1
  1591. package/side-panel/esm/components/content/Component.mobile.js +2 -2
  1592. package/side-panel/esm/components/content/desktop.css +3 -3
  1593. package/side-panel/esm/components/content/index.css +3 -3
  1594. package/side-panel/esm/components/content/mobile.css +3 -3
  1595. package/side-panel/esm/components/footer/Component.desktop.js +2 -2
  1596. package/side-panel/esm/components/footer/Component.js +2 -2
  1597. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  1598. package/side-panel/esm/components/footer/desktop.css +3 -3
  1599. package/side-panel/esm/components/footer/index.css +4 -4
  1600. package/side-panel/esm/components/footer/layout.css +25 -25
  1601. package/side-panel/esm/components/footer/mobile.css +3 -3
  1602. package/side-panel/esm/components/header/Component.desktop.js +2 -2
  1603. package/side-panel/esm/components/header/Component.js +2 -2
  1604. package/side-panel/esm/components/header/Component.mobile.js +2 -2
  1605. package/side-panel/esm/components/header/desktop.css +6 -6
  1606. package/side-panel/esm/components/header/index.css +16 -16
  1607. package/side-panel/esm/components/header/mobile.css +3 -3
  1608. package/side-panel/esm/desktop.css +3 -3
  1609. package/side-panel/esm/desktop.js +1 -1
  1610. package/side-panel/esm/index.js +1 -1
  1611. package/side-panel/esm/mobile.css +2 -2
  1612. package/side-panel/esm/mobile.js +1 -1
  1613. package/side-panel/esm/responsive.js +1 -1
  1614. package/side-panel/esm/transitions.desktop.css +7 -7
  1615. package/side-panel/esm/transitions.mobile.css +8 -8
  1616. package/side-panel/esm/{tslib.es6-36dadca7.d.ts → tslib.es6-ca7a4bc3.d.ts} +0 -0
  1617. package/side-panel/esm/{tslib.es6-36dadca7.js → tslib.es6-ca7a4bc3.js} +0 -0
  1618. package/side-panel/index.js +1 -1
  1619. package/side-panel/mobile.css +2 -2
  1620. package/side-panel/mobile.js +1 -1
  1621. package/side-panel/modern/Component.desktop.d.ts +2 -2
  1622. package/side-panel/modern/Component.desktop.js +3 -3
  1623. package/side-panel/modern/Component.mobile.js +2 -2
  1624. package/side-panel/modern/Component.responsive.d.ts +3 -3
  1625. package/side-panel/modern/components/closer/Component.js +1 -1
  1626. package/side-panel/modern/components/closer/index.css +4 -4
  1627. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  1628. package/side-panel/modern/components/content/Component.js +1 -1
  1629. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1630. package/side-panel/modern/components/content/desktop.css +3 -3
  1631. package/side-panel/modern/components/content/index.css +3 -3
  1632. package/side-panel/modern/components/content/mobile.css +3 -3
  1633. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  1634. package/side-panel/modern/components/footer/Component.js +2 -2
  1635. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  1636. package/side-panel/modern/components/footer/desktop.css +3 -3
  1637. package/side-panel/modern/components/footer/index.css +4 -4
  1638. package/side-panel/modern/components/footer/layout.css +25 -25
  1639. package/side-panel/modern/components/footer/mobile.css +3 -3
  1640. package/side-panel/modern/components/header/Component.desktop.js +1 -1
  1641. package/side-panel/modern/components/header/Component.js +1 -1
  1642. package/side-panel/modern/components/header/Component.mobile.js +1 -1
  1643. package/side-panel/modern/components/header/desktop.css +6 -6
  1644. package/side-panel/modern/components/header/index.css +16 -16
  1645. package/side-panel/modern/components/header/mobile.css +3 -3
  1646. package/side-panel/modern/desktop.css +3 -3
  1647. package/side-panel/modern/mobile.css +2 -2
  1648. package/side-panel/modern/transitions.desktop.css +7 -7
  1649. package/side-panel/modern/transitions.mobile.css +8 -8
  1650. package/side-panel/responsive.js +1 -1
  1651. package/side-panel/send-stats.js +1 -1
  1652. package/side-panel/transitions.desktop.css +7 -7
  1653. package/side-panel/transitions.mobile.css +8 -8
  1654. package/side-panel/{tslib.es6-d84e0616.d.ts → tslib.es6-e00f285f.d.ts} +0 -0
  1655. package/side-panel/{tslib.es6-d84e0616.js → tslib.es6-e00f285f.js} +0 -0
  1656. package/skeleton/Component.js +1 -1
  1657. package/skeleton/esm/Component.js +1 -1
  1658. package/skeleton/esm/index.css +10 -10
  1659. package/skeleton/index.css +10 -10
  1660. package/skeleton/modern/Component.js +1 -1
  1661. package/skeleton/modern/index.css +10 -10
  1662. package/skeleton/send-stats.js +1 -1
  1663. package/slider/Component.js +1 -1
  1664. package/slider/cssm/index.module.css +1 -1
  1665. package/slider/esm/Component.js +1 -1
  1666. package/slider/esm/index.css +21 -21
  1667. package/slider/index.css +21 -21
  1668. package/slider/modern/Component.js +1 -1
  1669. package/slider/modern/index.css +21 -21
  1670. package/slider/send-stats.js +1 -1
  1671. package/slider-input/Component.js +1 -1
  1672. package/slider-input/esm/Component.js +1 -1
  1673. package/slider-input/esm/index.css +26 -26
  1674. package/slider-input/index.css +26 -26
  1675. package/slider-input/modern/Component.js +1 -1
  1676. package/slider-input/modern/index.css +26 -26
  1677. package/slider-input/send-stats.js +1 -1
  1678. package/space/Component.js +3 -3
  1679. package/space/{Item-8f9f6eff.d.ts → Item-faa13a07.d.ts} +0 -0
  1680. package/space/{Item-8f9f6eff.js → Item-faa13a07.js} +0 -0
  1681. package/space/Item.js +1 -1
  1682. package/space/cssm/Component.js +1 -1
  1683. package/space/esm/Component.js +3 -3
  1684. package/space/esm/{Item-1c75cf37.d.ts → Item-146ba58f.d.ts} +0 -0
  1685. package/space/esm/{Item-1c75cf37.js → Item-146ba58f.js} +0 -0
  1686. package/space/esm/Item.js +1 -1
  1687. package/space/esm/index.css +8 -8
  1688. package/space/esm/index.js +1 -1
  1689. package/space/index.css +8 -8
  1690. package/space/index.js +1 -1
  1691. package/space/modern/Component.js +3 -3
  1692. package/space/modern/index.css +8 -8
  1693. package/space/send-stats.js +1 -1
  1694. package/spinner/Component.js +3 -3
  1695. package/spinner/default.css +1 -1
  1696. package/spinner/esm/Component.js +3 -3
  1697. package/spinner/esm/default.css +1 -1
  1698. package/spinner/esm/index.css +7 -7
  1699. package/spinner/esm/inverted.css +1 -1
  1700. package/spinner/index.css +7 -7
  1701. package/spinner/inverted.css +1 -1
  1702. package/spinner/modern/Component.js +3 -3
  1703. package/spinner/modern/default.css +1 -1
  1704. package/spinner/modern/index.css +7 -7
  1705. package/spinner/modern/inverted.css +1 -1
  1706. package/spinner/send-stats.js +1 -1
  1707. package/stack/send-stats.js +1 -1
  1708. package/status/Component.js +1 -1
  1709. package/status/cssm/index.module.css +2 -1
  1710. package/status/esm/Component.js +1 -1
  1711. package/status/esm/index.css +20 -19
  1712. package/status/index.css +20 -19
  1713. package/status/modern/Component.js +1 -1
  1714. package/status/modern/index.css +20 -19
  1715. package/status/send-stats.js +1 -1
  1716. package/stepped-progress-bar/Component.js +1 -1
  1717. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1718. package/stepped-progress-bar/components/step-bar/index.css +11 -11
  1719. package/stepped-progress-bar/esm/Component.js +1 -1
  1720. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1721. package/stepped-progress-bar/esm/components/step-bar/index.css +11 -11
  1722. package/stepped-progress-bar/esm/index.css +4 -4
  1723. package/stepped-progress-bar/index.css +4 -4
  1724. package/stepped-progress-bar/modern/Component.js +1 -1
  1725. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1726. package/stepped-progress-bar/modern/components/step-bar/index.css +11 -11
  1727. package/stepped-progress-bar/modern/index.css +4 -4
  1728. package/stepped-progress-bar/send-stats.js +1 -1
  1729. package/steps/Component.js +1 -1
  1730. package/steps/components/step/Component.js +1 -1
  1731. package/steps/components/step/index.css +31 -28
  1732. package/steps/components/step-indicator/Component.js +1 -1
  1733. package/steps/components/step-indicator/index.css +1 -1
  1734. package/steps/cssm/components/step/index.module.css +6 -3
  1735. package/steps/esm/Component.js +1 -1
  1736. package/steps/esm/components/step/Component.js +1 -1
  1737. package/steps/esm/components/step/index.css +31 -28
  1738. package/steps/esm/components/step-indicator/Component.js +1 -1
  1739. package/steps/esm/components/step-indicator/index.css +1 -1
  1740. package/steps/esm/index.css +2 -2
  1741. package/steps/index.css +2 -2
  1742. package/steps/modern/Component.js +1 -1
  1743. package/steps/modern/components/step/Component.js +1 -1
  1744. package/steps/modern/components/step/index.css +31 -28
  1745. package/steps/modern/components/step-indicator/Component.js +1 -1
  1746. package/steps/modern/components/step-indicator/index.css +1 -1
  1747. package/steps/modern/index.css +2 -2
  1748. package/steps/send-stats.js +1 -1
  1749. package/switch/Component.js +1 -1
  1750. package/switch/esm/Component.js +1 -1
  1751. package/switch/esm/index.css +25 -25
  1752. package/switch/index.css +25 -25
  1753. package/switch/modern/Component.js +1 -1
  1754. package/switch/modern/index.css +25 -25
  1755. package/switch/send-stats.js +1 -1
  1756. package/table/component.js +1 -1
  1757. package/table/components/index.js +1 -1
  1758. package/table/components/pagination/Component.js +2 -2
  1759. package/table/components/pagination/index.css +8 -8
  1760. package/table/components/pagination/index.js +1 -1
  1761. package/table/components/pagination/select-field/index.css +4 -4
  1762. package/table/components/pagination/select-field/index.js +2 -2
  1763. package/table/components/table/Component.js +2 -2
  1764. package/table/components/table/index.css +6 -6
  1765. package/table/components/table/index.js +1 -1
  1766. package/table/components/table/utils.js +1 -1
  1767. package/table/components/tbody/Component.js +2 -2
  1768. package/table/components/tbody/index.css +2 -2
  1769. package/table/components/tbody/index.js +1 -1
  1770. package/table/components/tcell/Component.js +2 -2
  1771. package/table/components/tcell/index.css +6 -6
  1772. package/table/components/tcell/index.js +1 -1
  1773. package/table/components/texpandable-row/Component.js +2 -2
  1774. package/table/components/texpandable-row/index.css +5 -5
  1775. package/table/components/texpandable-row/index.js +1 -1
  1776. package/table/components/thead/Component.js +2 -2
  1777. package/table/components/thead/index.css +6 -6
  1778. package/table/components/thead/index.js +1 -1
  1779. package/table/components/thead-cell/Component.js +2 -2
  1780. package/table/components/thead-cell/index.css +7 -7
  1781. package/table/components/thead-cell/index.js +1 -1
  1782. package/table/components/trow/Component.js +2 -2
  1783. package/table/components/trow/index.css +8 -10
  1784. package/table/components/trow/index.js +1 -1
  1785. package/table/components/tsortable-head-cell/Component.js +2 -2
  1786. package/table/components/tsortable-head-cell/index.css +9 -9
  1787. package/table/components/tsortable-head-cell/index.js +1 -1
  1788. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1789. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1790. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1791. package/table/cssm/components/trow/index.module.css +1 -3
  1792. package/table/esm/component.js +1 -1
  1793. package/table/esm/components/index.js +1 -1
  1794. package/table/esm/components/pagination/Component.js +2 -2
  1795. package/table/esm/components/pagination/index.css +8 -8
  1796. package/table/esm/components/pagination/index.js +1 -1
  1797. package/table/esm/components/pagination/select-field/index.css +4 -4
  1798. package/table/esm/components/pagination/select-field/index.js +2 -2
  1799. package/table/esm/components/table/Component.js +2 -2
  1800. package/table/esm/components/table/index.css +6 -6
  1801. package/table/esm/components/table/index.js +1 -1
  1802. package/table/esm/components/table/utils.js +1 -1
  1803. package/table/esm/components/tbody/Component.js +2 -2
  1804. package/table/esm/components/tbody/index.css +2 -2
  1805. package/table/esm/components/tbody/index.js +1 -1
  1806. package/table/esm/components/tcell/Component.js +2 -2
  1807. package/table/esm/components/tcell/index.css +6 -6
  1808. package/table/esm/components/tcell/index.js +1 -1
  1809. package/table/esm/components/texpandable-row/Component.js +2 -2
  1810. package/table/esm/components/texpandable-row/index.css +5 -5
  1811. package/table/esm/components/texpandable-row/index.js +1 -1
  1812. package/table/esm/components/thead/Component.js +2 -2
  1813. package/table/esm/components/thead/index.css +6 -6
  1814. package/table/esm/components/thead/index.js +1 -1
  1815. package/table/esm/components/thead-cell/Component.js +2 -2
  1816. package/table/esm/components/thead-cell/index.css +7 -7
  1817. package/table/esm/components/thead-cell/index.js +1 -1
  1818. package/table/esm/components/trow/Component.js +2 -2
  1819. package/table/esm/components/trow/index.css +8 -10
  1820. package/table/esm/components/trow/index.js +1 -1
  1821. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1822. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1823. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1824. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1825. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1826. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1827. package/table/esm/index.js +1 -1
  1828. package/table/esm/{tslib.es6-de554ff0.d.ts → tslib.es6-b6fde9dc.d.ts} +0 -0
  1829. package/table/esm/{tslib.es6-de554ff0.js → tslib.es6-b6fde9dc.js} +0 -0
  1830. package/table/index.js +1 -1
  1831. package/table/modern/components/pagination/Component.js +2 -2
  1832. package/table/modern/components/pagination/index.css +8 -8
  1833. package/table/modern/components/pagination/select-field/index.css +4 -4
  1834. package/table/modern/components/pagination/select-field/index.js +1 -1
  1835. package/table/modern/components/table/Component.js +1 -1
  1836. package/table/modern/components/table/index.css +6 -6
  1837. package/table/modern/components/table/utils.js +2 -2
  1838. package/table/modern/components/tbody/Component.js +1 -1
  1839. package/table/modern/components/tbody/index.css +2 -2
  1840. package/table/modern/components/tcell/Component.js +1 -1
  1841. package/table/modern/components/tcell/index.css +6 -6
  1842. package/table/modern/components/texpandable-row/Component.js +1 -1
  1843. package/table/modern/components/texpandable-row/index.css +5 -5
  1844. package/table/modern/components/thead/Component.js +1 -1
  1845. package/table/modern/components/thead/index.css +6 -6
  1846. package/table/modern/components/thead-cell/Component.js +1 -1
  1847. package/table/modern/components/thead-cell/index.css +7 -7
  1848. package/table/modern/components/trow/Component.js +1 -1
  1849. package/table/modern/components/trow/index.css +8 -10
  1850. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1851. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1852. package/table/modern/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1853. package/table/modern/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1854. package/table/modern/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1855. package/table/send-stats.js +1 -1
  1856. package/table/{tslib.es6-88e029d7.d.ts → tslib.es6-ddeffef5.d.ts} +0 -0
  1857. package/table/{tslib.es6-88e029d7.js → tslib.es6-ddeffef5.js} +0 -0
  1858. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1859. package/tabs/components/primary-tablist/Component.js +1 -1
  1860. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1861. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1862. package/tabs/components/primary-tablist/index.css +20 -20
  1863. package/tabs/components/primary-tablist/mobile.css +23 -23
  1864. package/tabs/components/scrollable-container/Component.js +1 -1
  1865. package/tabs/components/scrollable-container/index.css +5 -5
  1866. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1867. package/tabs/components/secondary-tablist/Component.js +1 -1
  1868. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1869. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1870. package/tabs/components/secondary-tablist/index.css +11 -11
  1871. package/tabs/components/secondary-tablist/mobile.css +13 -13
  1872. package/tabs/components/tab/Component.js +1 -1
  1873. package/tabs/components/tab/index.css +3 -3
  1874. package/tabs/components/tabs/Component.desktop.js +3 -3
  1875. package/tabs/components/tabs/Component.mobile.js +3 -3
  1876. package/tabs/components/tabs/Component.responsive.js +3 -3
  1877. package/tabs/desktop.js +3 -3
  1878. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1879. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1880. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1881. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1882. package/tabs/esm/components/primary-tablist/index.css +20 -20
  1883. package/tabs/esm/components/primary-tablist/mobile.css +23 -23
  1884. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1885. package/tabs/esm/components/scrollable-container/index.css +5 -5
  1886. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1887. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1888. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1889. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1890. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  1891. package/tabs/esm/components/secondary-tablist/mobile.css +13 -13
  1892. package/tabs/esm/components/tab/Component.js +1 -1
  1893. package/tabs/esm/components/tab/index.css +3 -3
  1894. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1895. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1896. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1897. package/tabs/esm/desktop.js +3 -3
  1898. package/tabs/esm/index.js +3 -3
  1899. package/tabs/esm/index.module-364fde7f.js +4 -0
  1900. package/tabs/esm/index.module-cf922d54.js +4 -0
  1901. package/tabs/esm/mobile.js +3 -3
  1902. package/tabs/esm/responsive.js +3 -3
  1903. package/tabs/esm/{tslib.es6-954a2f25.d.ts → tslib.es6-4764b742.d.ts} +0 -0
  1904. package/tabs/esm/{tslib.es6-954a2f25.js → tslib.es6-4764b742.js} +0 -0
  1905. package/tabs/index.js +3 -3
  1906. package/tabs/index.module-747b05d9.js +4 -0
  1907. package/tabs/index.module-b1cbf854.js +4 -0
  1908. package/tabs/mobile.js +3 -3
  1909. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1910. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1911. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1912. package/tabs/modern/components/primary-tablist/index.css +20 -20
  1913. package/tabs/modern/components/primary-tablist/mobile.css +23 -23
  1914. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1915. package/tabs/modern/components/scrollable-container/index.css +5 -5
  1916. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1917. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1918. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1919. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  1920. package/tabs/modern/components/secondary-tablist/mobile.css +13 -13
  1921. package/tabs/modern/components/tab/Component.js +1 -1
  1922. package/tabs/modern/components/tab/index.css +3 -3
  1923. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1924. package/tabs/modern/components/tabs/Component.js +2 -2
  1925. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1926. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1927. package/tabs/modern/desktop.js +2 -2
  1928. package/tabs/modern/index.js +2 -2
  1929. package/tabs/modern/index.module-364fde7f.js +4 -0
  1930. package/tabs/modern/index.module-cf922d54.js +4 -0
  1931. package/tabs/modern/mobile.js +2 -2
  1932. package/tabs/modern/responsive.js +2 -2
  1933. package/tabs/modern/useTabs.js +3 -3
  1934. package/tabs/responsive.js +3 -3
  1935. package/tabs/send-stats.js +1 -1
  1936. package/tabs/{tslib.es6-3a2676d6.d.ts → tslib.es6-45a704e0.d.ts} +0 -0
  1937. package/tabs/{tslib.es6-3a2676d6.js → tslib.es6-45a704e0.js} +0 -0
  1938. package/tag/Component.js +3 -3
  1939. package/tag/default.css +9 -9
  1940. package/tag/esm/Component.js +3 -3
  1941. package/tag/esm/default.css +9 -9
  1942. package/tag/esm/index.css +38 -38
  1943. package/tag/esm/inverted.css +9 -9
  1944. package/tag/index.css +38 -38
  1945. package/tag/inverted.css +9 -9
  1946. package/tag/modern/Component.js +3 -3
  1947. package/tag/modern/default.css +9 -9
  1948. package/tag/modern/index.css +38 -38
  1949. package/tag/modern/inverted.css +9 -9
  1950. package/tag/send-stats.js +1 -1
  1951. package/textarea/Component.js +3 -3
  1952. package/textarea/default.css +19 -19
  1953. package/textarea/esm/Component.js +3 -3
  1954. package/textarea/esm/default.css +19 -19
  1955. package/textarea/esm/index.css +41 -41
  1956. package/textarea/esm/inverted.css +19 -19
  1957. package/textarea/index.css +41 -41
  1958. package/textarea/inverted.css +19 -19
  1959. package/textarea/modern/Component.js +3 -3
  1960. package/textarea/modern/default.css +19 -19
  1961. package/textarea/modern/index.css +41 -41
  1962. package/textarea/modern/inverted.css +19 -19
  1963. package/textarea/send-stats.js +1 -1
  1964. package/themes/{dist/dark.d.ts → click.d.ts} +0 -0
  1965. package/themes/{dist/compiled/mobile-dark-bluetint.js → click.js} +3 -2
  1966. package/themes/compiled/mobile-dark-bluetint.css +2184 -337
  1967. package/themes/compiled/mobile-dark-bluetint.js +2 -0
  1968. package/themes/{dist/esm/dark.d.ts → corp.d.ts} +0 -0
  1969. package/themes/{dist/dark.js → corp.js} +3 -3
  1970. package/themes/dark.js +3 -1
  1971. package/themes/{dist/esm/mixins/mobile.d.ts → esm/click.d.ts} +0 -0
  1972. package/themes/esm/click.js +6 -0
  1973. package/themes/esm/compiled/mobile-dark-bluetint.js +3 -0
  1974. package/themes/{dist/mixins/mobile.d.ts → esm/corp.d.ts} +0 -0
  1975. package/themes/esm/corp.js +6 -0
  1976. package/themes/esm/dark.js +1 -1
  1977. package/themes/{dist/modern/dark.d.ts → esm/intranet.d.ts} +0 -0
  1978. package/themes/esm/intranet.js +6 -0
  1979. package/themes/{dist/modern/mixins → esm}/mobile.d.ts +0 -0
  1980. package/themes/esm/{mixins/mobile.js → mobile.js} +1 -1
  1981. package/themes/esm/{mixins/mobile.d.ts → site.d.ts} +0 -0
  1982. package/themes/esm/site.js +6 -0
  1983. package/themes/{mixins/mobile.d.ts → intranet.d.ts} +0 -0
  1984. package/{vars/dist/colors-indigo.js → themes/intranet.js} +3 -3
  1985. package/themes/{modern/mixins/mobile.d.ts → mobile.d.ts} +0 -0
  1986. package/themes/{dist/mixins/mobile.js → mobile.js} +1 -1
  1987. package/{vars/dist/colors-bluetint.d.ts → themes/modern/click.d.ts} +0 -0
  1988. package/themes/modern/click.js +6 -0
  1989. package/themes/modern/compiled/mobile-dark-bluetint.js +3 -0
  1990. package/{vars/dist/colors-indigo.d.ts → themes/modern/corp.d.ts} +0 -0
  1991. package/themes/modern/corp.js +6 -0
  1992. package/themes/modern/dark.js +1 -1
  1993. package/{vars/dist/cssm/colors-bluetint.d.ts → themes/modern/intranet.d.ts} +0 -0
  1994. package/themes/modern/intranet.js +6 -0
  1995. package/{vars/dist/cssm/colors-indigo.d.ts → themes/modern/mobile.d.ts} +0 -0
  1996. package/themes/modern/{mixins/mobile.js → mobile.js} +1 -1
  1997. package/{vars/dist/esm/colors-bluetint.d.ts → themes/modern/site.d.ts} +0 -0
  1998. package/themes/modern/site.js +6 -0
  1999. package/themes/package.json +10 -1
  2000. package/themes/send-stats.js +1 -1
  2001. package/{vars/dist/esm/colors-indigo.d.ts → themes/site.d.ts} +0 -0
  2002. package/themes/site.js +12 -0
  2003. package/time-input/esm/utils/format.js +6 -10
  2004. package/time-input/send-stats.js +1 -1
  2005. package/time-input/utils/format.js +10 -6
  2006. package/toast/component.js +1 -1
  2007. package/toast/esm/component.js +1 -1
  2008. package/toast/esm/index.css +10 -10
  2009. package/toast/index.css +10 -10
  2010. package/toast/modern/component.js +5 -5
  2011. package/toast/modern/index.css +10 -10
  2012. package/toast/send-stats.js +1 -1
  2013. package/toast-plate/component.js +3 -3
  2014. package/toast-plate/default.css +3 -3
  2015. package/toast-plate/esm/component.js +3 -3
  2016. package/toast-plate/esm/default.css +3 -3
  2017. package/toast-plate/esm/index.css +16 -16
  2018. package/toast-plate/esm/inverted.css +3 -3
  2019. package/toast-plate/index.css +16 -16
  2020. package/toast-plate/inverted.css +3 -3
  2021. package/toast-plate/modern/component.js +3 -3
  2022. package/toast-plate/modern/default.css +3 -3
  2023. package/toast-plate/modern/index.css +16 -16
  2024. package/toast-plate/modern/inverted.css +3 -3
  2025. package/toast-plate/send-stats.js +1 -1
  2026. package/tooltip/{Component-f3465747.d.ts → Component-d0b431da.d.ts} +0 -0
  2027. package/tooltip/{Component-f3465747.js → Component-d0b431da.js} +3 -3
  2028. package/tooltip/Component.js +1 -1
  2029. package/tooltip/component.responsive.js +2 -2
  2030. package/tooltip/default.css +3 -3
  2031. package/tooltip/esm/{Component-0558fadf.d.ts → Component-a0510df5.d.ts} +0 -0
  2032. package/tooltip/esm/{Component-0558fadf.js → Component-a0510df5.js} +3 -3
  2033. package/tooltip/esm/Component.js +1 -1
  2034. package/tooltip/esm/component.responsive.js +2 -2
  2035. package/tooltip/esm/default.css +3 -3
  2036. package/tooltip/esm/index.css +6 -6
  2037. package/tooltip/esm/index.d.ts +1 -1
  2038. package/tooltip/esm/index.js +1 -1
  2039. package/tooltip/esm/inverted.css +5 -5
  2040. package/tooltip/esm/responsive.css +3 -3
  2041. package/tooltip/esm/responsive.js +1 -1
  2042. package/tooltip/index.css +6 -6
  2043. package/tooltip/index.d.ts +1 -1
  2044. package/tooltip/index.js +1 -1
  2045. package/tooltip/inverted.css +5 -5
  2046. package/tooltip/modern/Component.js +3 -3
  2047. package/tooltip/modern/component.responsive.js +1 -1
  2048. package/tooltip/modern/default.css +3 -3
  2049. package/tooltip/modern/index.css +6 -6
  2050. package/tooltip/modern/inverted.css +5 -5
  2051. package/tooltip/modern/responsive.css +3 -3
  2052. package/tooltip/responsive.css +3 -3
  2053. package/tooltip/responsive.js +1 -1
  2054. package/tooltip/send-stats.js +1 -1
  2055. package/typography/colors.css +13 -13
  2056. package/typography/{colors.module-d6c36b36.d.ts → colors.module-cc9049f4.d.ts} +0 -0
  2057. package/typography/{colors.module-d6c36b36.js → colors.module-cc9049f4.js} +1 -1
  2058. package/typography/common.module-9be5c605.js +4 -0
  2059. package/typography/component.js +2 -2
  2060. package/typography/cssm/index.d.ts +3 -3
  2061. package/typography/cssm/title/index.js +6 -7
  2062. package/typography/cssm/title-mobile/component.js +6 -7
  2063. package/typography/cssm/title-responsive/component.js +6 -7
  2064. package/typography/esm/colors.css +13 -13
  2065. package/typography/esm/{colors.module-6a22e2e3.d.ts → colors.module-32597929.d.ts} +0 -0
  2066. package/typography/esm/{colors.module-6a22e2e3.js → colors.module-32597929.js} +1 -1
  2067. package/typography/esm/common.module-a190c8c2.js +4 -0
  2068. package/typography/esm/component.js +2 -2
  2069. package/typography/esm/index.d.ts +3 -3
  2070. package/typography/esm/index.js +2 -2
  2071. package/typography/esm/text/component.js +2 -2
  2072. package/typography/esm/text/index.css +14 -14
  2073. package/typography/esm/text/index.js +1 -1
  2074. package/typography/esm/title/common.css +5 -5
  2075. package/typography/esm/title/component.js +1 -1
  2076. package/typography/esm/title/index.css +19 -19
  2077. package/typography/esm/title/index.js +9 -10
  2078. package/typography/esm/title-mobile/component.js +9 -10
  2079. package/typography/esm/title-mobile/index.css +14 -14
  2080. package/typography/esm/title-mobile/index.js +2 -2
  2081. package/typography/esm/title-responsive/component.js +9 -10
  2082. package/typography/esm/title-responsive/index.css +41 -41
  2083. package/typography/esm/title-responsive/index.js +2 -2
  2084. package/typography/index.d.ts +3 -3
  2085. package/typography/index.js +2 -2
  2086. package/typography/modern/colors.css +13 -13
  2087. package/typography/modern/colors.module-25aec0d3.js +4 -0
  2088. package/typography/modern/common.module-a190c8c2.js +4 -0
  2089. package/typography/modern/component.js +2 -2
  2090. package/typography/modern/index.d.ts +3 -3
  2091. package/typography/modern/index.js +2 -2
  2092. package/typography/modern/text/component.js +2 -2
  2093. package/typography/modern/text/index.css +14 -14
  2094. package/typography/modern/text/index.js +1 -1
  2095. package/typography/modern/title/common.css +5 -5
  2096. package/typography/modern/title/component.js +1 -1
  2097. package/typography/modern/title/index.css +19 -19
  2098. package/typography/modern/title/index.js +5 -5
  2099. package/typography/modern/title-mobile/component.js +5 -5
  2100. package/typography/modern/title-mobile/index.css +14 -14
  2101. package/typography/modern/title-mobile/index.js +2 -2
  2102. package/typography/modern/title-responsive/component.js +5 -5
  2103. package/typography/modern/title-responsive/index.css +41 -41
  2104. package/typography/modern/title-responsive/index.js +2 -2
  2105. package/typography/send-stats.js +1 -1
  2106. package/typography/text/component.js +2 -2
  2107. package/typography/text/index.css +14 -14
  2108. package/typography/text/index.js +1 -1
  2109. package/typography/title/common.css +5 -5
  2110. package/typography/title/component.js +1 -1
  2111. package/typography/title/index.css +19 -19
  2112. package/typography/title/index.js +9 -10
  2113. package/typography/title-mobile/component.js +9 -10
  2114. package/typography/title-mobile/index.css +14 -14
  2115. package/typography/title-mobile/index.js +2 -2
  2116. package/typography/title-responsive/component.js +9 -10
  2117. package/typography/title-responsive/index.css +41 -41
  2118. package/typography/title-responsive/index.js +2 -2
  2119. package/vars/colors-bluetint.js +2 -0
  2120. package/vars/colors-indigo.js +2 -0
  2121. package/vars/cssm/colors-bluetint.js +2 -0
  2122. package/vars/cssm/colors-indigo.js +2 -0
  2123. package/vars/package.json +11 -1
  2124. package/vars/send-stats.js +1 -1
  2125. package/with-suffix/Component.js +1 -1
  2126. package/with-suffix/esm/Component.js +1 -1
  2127. package/with-suffix/esm/index.css +9 -9
  2128. package/with-suffix/index.css +9 -9
  2129. package/with-suffix/modern/Component.js +1 -1
  2130. package/with-suffix/modern/index.css +9 -9
  2131. package/with-suffix/send-stats.js +1 -1
  2132. package/calendar-range/modern/index.module-168adbbe.js +0 -4
  2133. package/grid/esm/gutters.module-531d95d7.js +0 -30
  2134. package/grid/gutters.module-5e61df92.js +0 -31
  2135. package/grid/modern/gutters.module-94d17f8f.js +0 -4
  2136. package/modal/esm/transitions.module-a1e3a16d.js +0 -4
  2137. package/modal/modern/transitions.module-a1e3a16d.js +0 -4
  2138. package/modal/transitions.module-fc7cacd3.js +0 -4
  2139. package/tabs/esm/index.module-7ca9e703.js +0 -4
  2140. package/tabs/esm/index.module-e51ae308.js +0 -4
  2141. package/tabs/index.module-7a6d77c2.js +0 -4
  2142. package/tabs/index.module-d59767dd.js +0 -4
  2143. package/tabs/modern/index.module-7ca9e703.js +0 -4
  2144. package/tabs/modern/index.module-e51ae308.js +0 -4
  2145. package/themes/dist/amount/click.css +0 -4
  2146. package/themes/dist/backdrop/click.css +0 -4
  2147. package/themes/dist/bottom-sheet/click.css +0 -9
  2148. package/themes/dist/bottom-sheet/corp.css +0 -4
  2149. package/themes/dist/bottom-sheet/intranet.css +0 -3
  2150. package/themes/dist/bottom-sheet/mobile.css +0 -4
  2151. package/themes/dist/bottom-sheet/site.css +0 -3
  2152. package/themes/dist/button/click.css +0 -53
  2153. package/themes/dist/button/corp.css +0 -77
  2154. package/themes/dist/button/intranet.css +0 -64
  2155. package/themes/dist/button/mobile.css +0 -64
  2156. package/themes/dist/button/site.css +0 -53
  2157. package/themes/dist/calendar/click.css +0 -8
  2158. package/themes/dist/calendar/intranet.css +0 -9
  2159. package/themes/dist/calendar-input/corp.css +0 -4
  2160. package/themes/dist/calendar-input/site.css +0 -3
  2161. package/themes/dist/checkbox/click.css +0 -9
  2162. package/themes/dist/checkbox/intranet.css +0 -19
  2163. package/themes/dist/checkbox/mobile.css +0 -19
  2164. package/themes/dist/checkbox-group/click.css +0 -5
  2165. package/themes/dist/circular-progress-bar/click.css +0 -5
  2166. package/themes/dist/click.css +0 -1030
  2167. package/themes/dist/compiled/mobile-dark-bluetint.css +0 -2698
  2168. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +0 -2
  2169. package/themes/dist/confirmation/click.css +0 -15
  2170. package/themes/dist/confirmation/intranet.css +0 -8
  2171. package/themes/dist/confirmation/mobile.css +0 -8
  2172. package/themes/dist/corp.css +0 -864
  2173. package/themes/dist/dark.css +0 -275
  2174. package/themes/dist/dropzone/click.css +0 -4
  2175. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +0 -2
  2176. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +0 -4
  2177. package/themes/dist/esm/dark.js +0 -6
  2178. package/themes/dist/esm/mixins/mobile.js +0 -6
  2179. package/themes/dist/filter-tag/mobile.css +0 -4
  2180. package/themes/dist/form-control/click.css +0 -41
  2181. package/themes/dist/form-control/corp.css +0 -44
  2182. package/themes/dist/form-control/intranet.css +0 -49
  2183. package/themes/dist/form-control/mobile.css +0 -44
  2184. package/themes/dist/form-control/site.css +0 -45
  2185. package/themes/dist/icon-button/click.css +0 -24
  2186. package/themes/dist/input/click.css +0 -6
  2187. package/themes/dist/input/corp.css +0 -5
  2188. package/themes/dist/input/intranet.css +0 -12
  2189. package/themes/dist/input/mobile.css +0 -11
  2190. package/themes/dist/input/site.css +0 -6
  2191. package/themes/dist/intranet.css +0 -913
  2192. package/themes/dist/link/click.css +0 -25
  2193. package/themes/dist/list/click.css +0 -4
  2194. package/themes/dist/mixins/amount/click.css +0 -4
  2195. package/themes/dist/mixins/backdrop/click.css +0 -4
  2196. package/themes/dist/mixins/bottom-sheet/click.css +0 -9
  2197. package/themes/dist/mixins/bottom-sheet/corp.css +0 -4
  2198. package/themes/dist/mixins/bottom-sheet/intranet.css +0 -3
  2199. package/themes/dist/mixins/bottom-sheet/mobile.css +0 -4
  2200. package/themes/dist/mixins/bottom-sheet/site.css +0 -3
  2201. package/themes/dist/mixins/button/click.css +0 -53
  2202. package/themes/dist/mixins/button/corp.css +0 -77
  2203. package/themes/dist/mixins/button/intranet.css +0 -64
  2204. package/themes/dist/mixins/button/mobile.css +0 -64
  2205. package/themes/dist/mixins/button/site.css +0 -53
  2206. package/themes/dist/mixins/calendar/click.css +0 -8
  2207. package/themes/dist/mixins/calendar/intranet.css +0 -9
  2208. package/themes/dist/mixins/calendar-input/corp.css +0 -4
  2209. package/themes/dist/mixins/calendar-input/site.css +0 -3
  2210. package/themes/dist/mixins/checkbox/click.css +0 -9
  2211. package/themes/dist/mixins/checkbox/intranet.css +0 -19
  2212. package/themes/dist/mixins/checkbox/mobile.css +0 -19
  2213. package/themes/dist/mixins/checkbox-group/click.css +0 -5
  2214. package/themes/dist/mixins/circular-progress-bar/click.css +0 -5
  2215. package/themes/dist/mixins/click.css +0 -56
  2216. package/themes/dist/mixins/confirmation/click.css +0 -15
  2217. package/themes/dist/mixins/confirmation/intranet.css +0 -8
  2218. package/themes/dist/mixins/confirmation/mobile.css +0 -8
  2219. package/themes/dist/mixins/corp.css +0 -21
  2220. package/themes/dist/mixins/dark.css +0 -275
  2221. package/themes/dist/mixins/dropzone/click.css +0 -4
  2222. package/themes/dist/mixins/filter-tag/mobile.css +0 -4
  2223. package/themes/dist/mixins/form-control/click.css +0 -41
  2224. package/themes/dist/mixins/form-control/corp.css +0 -44
  2225. package/themes/dist/mixins/form-control/intranet.css +0 -49
  2226. package/themes/dist/mixins/form-control/mobile.css +0 -44
  2227. package/themes/dist/mixins/form-control/site.css +0 -45
  2228. package/themes/dist/mixins/icon-button/click.css +0 -24
  2229. package/themes/dist/mixins/input/click.css +0 -6
  2230. package/themes/dist/mixins/input/corp.css +0 -5
  2231. package/themes/dist/mixins/input/intranet.css +0 -12
  2232. package/themes/dist/mixins/input/mobile.css +0 -11
  2233. package/themes/dist/mixins/input/site.css +0 -6
  2234. package/themes/dist/mixins/intranet.css +0 -27
  2235. package/themes/dist/mixins/link/click.css +0 -25
  2236. package/themes/dist/mixins/list/click.css +0 -4
  2237. package/themes/dist/mixins/mobile.css +0 -29
  2238. package/themes/dist/mixins/modal/click.css +0 -30
  2239. package/themes/dist/mixins/modal/corp.css +0 -4
  2240. package/themes/dist/mixins/radio/click.css +0 -9
  2241. package/themes/dist/mixins/radio/intranet.css +0 -19
  2242. package/themes/dist/mixins/radio/mobile.css +0 -19
  2243. package/themes/dist/mixins/select/click.css +0 -23
  2244. package/themes/dist/mixins/select/corp.css +0 -9
  2245. package/themes/dist/mixins/select/intranet.css +0 -4
  2246. package/themes/dist/mixins/select/mobile.css +0 -4
  2247. package/themes/dist/mixins/select/site.css +0 -7
  2248. package/themes/dist/mixins/site.css +0 -19
  2249. package/themes/dist/mixins/skeleton/click.css +0 -9
  2250. package/themes/dist/mixins/slider/click.css +0 -19
  2251. package/themes/dist/mixins/slider/intranet.css +0 -6
  2252. package/themes/dist/mixins/slider/mobile.css +0 -6
  2253. package/themes/dist/mixins/slider-input/click.css +0 -13
  2254. package/themes/dist/mixins/slider-input/corp.css +0 -13
  2255. package/themes/dist/mixins/slider-input/intranet.css +0 -12
  2256. package/themes/dist/mixins/slider-input/mobile.css +0 -12
  2257. package/themes/dist/mixins/slider-input/site.css +0 -13
  2258. package/themes/dist/mixins/steps/mobile.css +0 -4
  2259. package/themes/dist/mixins/switch/click.css +0 -5
  2260. package/themes/dist/mixins/tabs/click.css +0 -26
  2261. package/themes/dist/mixins/tabs/corp.css +0 -4
  2262. package/themes/dist/mixins/tabs/site.css +0 -8
  2263. package/themes/dist/mixins/tag/click.css +0 -12
  2264. package/themes/dist/mixins/tag/intranet.css +0 -16
  2265. package/themes/dist/mixins/tag/mobile.css +0 -17
  2266. package/themes/dist/mixins/toast-plate/click.css +0 -11
  2267. package/themes/dist/mobile.css +0 -906
  2268. package/themes/dist/modal/click.css +0 -30
  2269. package/themes/dist/modal/corp.css +0 -4
  2270. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +0 -2
  2271. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +0 -4
  2272. package/themes/dist/modern/dark.js +0 -6
  2273. package/themes/dist/modern/mixins/mobile.js +0 -6
  2274. package/themes/dist/package.json +0 -12
  2275. package/themes/dist/radio/click.css +0 -9
  2276. package/themes/dist/radio/intranet.css +0 -19
  2277. package/themes/dist/radio/mobile.css +0 -19
  2278. package/themes/dist/select/click.css +0 -23
  2279. package/themes/dist/select/corp.css +0 -9
  2280. package/themes/dist/select/intranet.css +0 -4
  2281. package/themes/dist/select/mobile.css +0 -4
  2282. package/themes/dist/select/site.css +0 -7
  2283. package/themes/dist/send-stats.js +0 -82
  2284. package/themes/dist/site.css +0 -844
  2285. package/themes/dist/skeleton/click.css +0 -9
  2286. package/themes/dist/slider/click.css +0 -19
  2287. package/themes/dist/slider/intranet.css +0 -6
  2288. package/themes/dist/slider/mobile.css +0 -6
  2289. package/themes/dist/slider-input/click.css +0 -13
  2290. package/themes/dist/slider-input/corp.css +0 -13
  2291. package/themes/dist/slider-input/intranet.css +0 -12
  2292. package/themes/dist/slider-input/mobile.css +0 -12
  2293. package/themes/dist/slider-input/site.css +0 -13
  2294. package/themes/dist/steps/mobile.css +0 -4
  2295. package/themes/dist/switch/click.css +0 -5
  2296. package/themes/dist/tabs/click.css +0 -26
  2297. package/themes/dist/tabs/corp.css +0 -4
  2298. package/themes/dist/tabs/site.css +0 -8
  2299. package/themes/dist/tag/click.css +0 -12
  2300. package/themes/dist/tag/intranet.css +0 -16
  2301. package/themes/dist/tag/mobile.css +0 -17
  2302. package/themes/dist/toast-plate/click.css +0 -11
  2303. package/themes/mixins/mobile.js +0 -10
  2304. package/typography/common.module-fd13342d.js +0 -4
  2305. package/typography/esm/common.module-78f70a2e.js +0 -4
  2306. package/typography/modern/colors.module-ce824a44.js +0 -4
  2307. package/typography/modern/common.module-78f70a2e.js +0 -4
  2308. package/vars/dist/border-radius.css +0 -11
  2309. package/vars/dist/bundle/site.css +0 -5
  2310. package/vars/dist/colors-addons.css +0 -98
  2311. package/vars/dist/colors-bluetint.css +0 -447
  2312. package/vars/dist/colors-bluetint.js +0 -12
  2313. package/vars/dist/colors-indigo.css +0 -447
  2314. package/vars/dist/colors-transparent.css +0 -26
  2315. package/vars/dist/colors-x5.css +0 -4
  2316. package/vars/dist/colors.css +0 -71
  2317. package/vars/dist/cssm/border-radius.css +0 -11
  2318. package/vars/dist/cssm/bundle/site.css +0 -624
  2319. package/vars/dist/cssm/colors-addons.css +0 -98
  2320. package/vars/dist/cssm/colors-bluetint.css +0 -447
  2321. package/vars/dist/cssm/colors-bluetint.js +0 -12
  2322. package/vars/dist/cssm/colors-indigo.css +0 -447
  2323. package/vars/dist/cssm/colors-indigo.js +0 -12
  2324. package/vars/dist/cssm/colors-transparent.css +0 -26
  2325. package/vars/dist/cssm/colors-x5.css +0 -4
  2326. package/vars/dist/cssm/colors.css +0 -71
  2327. package/vars/dist/cssm/gaps.css +0 -30
  2328. package/vars/dist/cssm/index.css +0 -727
  2329. package/vars/dist/cssm/mixins.css +0 -1
  2330. package/vars/dist/cssm/shadows-indigo.css +0 -38
  2331. package/vars/dist/cssm/typography.css +0 -6
  2332. package/vars/dist/esm/colors-bluetint.js +0 -6
  2333. package/vars/dist/esm/colors-indigo.js +0 -6
  2334. package/vars/dist/gaps.css +0 -30
  2335. package/vars/dist/index.css +0 -9
  2336. package/vars/dist/mixins.css +0 -4
  2337. package/vars/dist/modern/colors-bluetint.d.ts +0 -2
  2338. package/vars/dist/modern/colors-bluetint.js +0 -6
  2339. package/vars/dist/modern/colors-indigo.d.ts +0 -2
  2340. package/vars/dist/modern/colors-indigo.js +0 -6
  2341. package/vars/dist/package.json +0 -13
  2342. package/vars/dist/send-stats.js +0 -82
  2343. package/vars/dist/shadows-indigo.css +0 -38
  2344. package/vars/dist/typography.css +0 -442
@@ -1,2698 +0,0 @@
1
- .card-image__cardImage_1arqs {
2
- background: #e7e8ea;
3
- }
4
- .card-image__loaded_1arqs {
5
- background: transparent
6
- }.badge__component_vwdhk {
7
- background-color: #ef3124;
8
- color: #000;
9
- }
10
- .badge__outlineCount_vwdhk {
11
- background-color: #121212;
12
- }
13
- .badge__icon_vwdhk {
14
- color: #2fc26e
15
- }
16
- .badge__icon_vwdhk.badge__positive_vwdhk {
17
- color: #2fc26e;
18
- background-color: #2fc26e;
19
- }
20
- .badge__icon_vwdhk.badge__attention_vwdhk {
21
- color: #f6bf65;
22
- background-color: #f6bf65;
23
- }
24
- .badge__icon_vwdhk.badge__negative_vwdhk {
25
- color: #d91d0b;
26
- background-color: #d91d0b;
27
- }
28
- .badge__icon_vwdhk.badge__link_vwdhk {
29
- color: #0072ef;
30
- background-color: #0072ef;
31
- }
32
- .badge__icon_vwdhk.badge__tertiary_vwdhk {
33
- color: #464649;
34
- background-color: #464649;
35
- }
36
- .badge__icon_vwdhk.badge__secondary_vwdhk {
37
- color: #8d8d93;
38
- background-color: #8d8d93;
39
- }
40
- .badge__icon_vwdhk.badge__primary_vwdhk {
41
- color: #fff;
42
- background-color: #fff;
43
- }
44
- .badge__icon_vwdhk:before {
45
- background-color: #121212;
46
- }
47
- .badge__outline_vwdhk {
48
- background-color: #121212;
49
- }
50
- .badge__outlineColor_vwdhk.badge__attention_vwdhk {
51
- background-color: #f6bf65;
52
- }
53
- .badge__outlineColor_vwdhk.badge__positive_vwdhk {
54
- background-color: #2fc26e;
55
- }
56
- .badge__outlineColor_vwdhk.badge__negative_vwdhk {
57
- background-color: #d91d0b;
58
- }
59
- .badge__outlineColor_vwdhk.badge__link_vwdhk {
60
- background-color: #0072ef;
61
- }
62
- .badge__outlineColor_vwdhk .badge__tertiary_vwdhk {
63
- background-color: #464649;
64
- }
65
- .badge__outlineColor_vwdhk.badge__secondary_vwdhk {
66
- background-color: #8d8d93;
67
- }
68
- .badge__outlineColor_vwdhk.badge__primary_vwdhk {
69
- background-color: #fff;
70
- }.backdrop__backdrop_8d01l {
71
- -webkit-tap-highlight-color: transparent;
72
- }
73
- .backdrop__appear_8d01l,
74
- .backdrop__enter_8d01l {
75
- background-color: transparent;
76
- }
77
- .backdrop__appearActive_8d01l,
78
- .backdrop__enterActive_8d01l,
79
- .backdrop__appearDone_8d01l,
80
- .backdrop__enterDone_8d01l {
81
- background-color: rgba(0, 0, 0, 0.8);
82
- }
83
- .backdrop__exit_8d01l {
84
- background-color: rgba(0, 0, 0, 0.8);
85
- }
86
- .backdrop__exitActive_8d01l,
87
- .backdrop__exitDone_8d01l {
88
- background-color: transparent;
89
- }.checkbox-group__error_6lrqc {
90
- border-left: 1px solid #f15045;
91
- }
92
- .checkbox-group__label_6lrqc {
93
- color: #fff;
94
- }
95
- .checkbox-group__errorMessage_6lrqc {
96
- color: #f15045;
97
- }
98
- .checkbox-group__hint_6lrqc {
99
- color: rgba(235, 235, 245, 0.6);
100
- }.divider__component_s3t50 {
101
- border-bottom: 1px solid #2b2b2e;
102
- }.checkbox__box_1hf7h {
103
- color: #000;
104
- background-color: #000;
105
- border: 1.5px solid #8d8d93;
106
- }
107
- .checkbox__checkedIcon_1hf7h {
108
- color: #000;
109
- }
110
- .checkbox__component_1hf7h:hover:not(.checkbox__disabled_1hf7h):not(.checkbox__inactive_1hf7h) .checkbox__box_1hf7h {
111
- background-color: #000;
112
- border-color: #8d8d93;
113
- }
114
- .checkbox__component_1hf7h:active:not(.checkbox__disabled_1hf7h):not(.checkbox__inactive_1hf7h) .checkbox__box_1hf7h {
115
- background-color: #000;
116
- border-color: #fff;
117
- }
118
- .checkbox__checked_1hf7h .checkbox__box_1hf7h {
119
- background-color: #fff;
120
- border-color: transparent;
121
- }
122
- .checkbox__checked_1hf7h:hover:not(.checkbox__disabled_1hf7h):not(.checkbox__inactive_1hf7h) .checkbox__box_1hf7h {
123
- background-color: rgb(255, 255, 255);
124
- border-color: transparent;
125
- }
126
- .checkbox__checked_1hf7h:active:not(.checkbox__disabled_1hf7h):not(.checkbox__inactive_1hf7h) .checkbox__box_1hf7h {
127
- background-color: rgb(255, 255, 255);
128
- border-color: transparent;
129
- }
130
- .checkbox__indeterminate_1hf7h .checkbox__box_1hf7h {
131
- background-color: #fff;
132
- border-color: transparent;
133
- }
134
- .checkbox__indeterminate_1hf7h:hover:not(.checkbox__disabled_1hf7h):not(.checkbox__inactive_1hf7h) .checkbox__box_1hf7h {
135
- background-color: rgb(255, 255, 255);
136
- border-color: transparent;
137
- }
138
- .checkbox__indeterminate_1hf7h:active:not(.checkbox__disabled_1hf7h):not(.checkbox__inactive_1hf7h) .checkbox__box_1hf7h {
139
- background-color: rgb(255, 255, 255);
140
- border-color: transparent;
141
- }
142
- .checkbox__disabled_1hf7h .checkbox__box_1hf7h {
143
- background-color: #000;
144
- border-color: #2a2a2c;
145
- }
146
- .checkbox__disabled_1hf7h.checkbox__checked_1hf7h .checkbox__box_1hf7h {
147
- background-color: #3a3a3c;
148
- border-color: transparent;
149
- }
150
- .checkbox__disabled_1hf7h.checkbox__indeterminate_1hf7h .checkbox__box_1hf7h {
151
- background-color: #3a3a3c;
152
- border-color: transparent;
153
- }
154
- .checkbox__disabled_1hf7h .checkbox__label_1hf7h {
155
- color: rgba(235, 235, 245, 0.6);
156
- }
157
- .checkbox__disabled_1hf7h .checkbox__hint_1hf7h {
158
- color: rgba(235, 235, 245, 0.6);
159
- }
160
- .checkbox__inactive_1hf7h .checkbox__box_1hf7h {
161
- background-color: #3a3a3c;
162
- border-color: #464649;
163
- }
164
- .checkbox__inactive_1hf7h.checkbox__checked_1hf7h .checkbox__box_1hf7h {
165
- color: #464649;
166
- border-color: transparent;
167
- }
168
- .checkbox__inactive_1hf7h.checkbox__indeterminate_1hf7h .checkbox__box_1hf7h {
169
- border-color: transparent;
170
- }
171
- .checkbox__focused_1hf7h .checkbox__box_1hf7h {
172
- outline: 2px solid #0072ef;
173
- }
174
- .checkbox__label_1hf7h {
175
- color: #fff;
176
- }
177
- .checkbox__errorMessage_1hf7h {
178
- color: #f15045;
179
- }
180
- .checkbox__hint_1hf7h {
181
- color: rgba(235, 235, 245, 0.6);
182
- }
183
- .checkbox__inactive_1hf7h .checkbox__indeterminateLine_1hf7h {
184
- background-color: #464649;
185
- }
186
- .checkbox__indeterminateLine_1hf7h {
187
- background-color: #000;
188
- }.dropzone__component_wcw2t {
189
- border: 2px dashed #464649;
190
- }
191
- .dropzone__component_wcw2t:not(.dropzone__disabled_wcw2t):hover {
192
- background-color: transparent;
193
- }
194
- .dropzone__dragOver_wcw2t {
195
- background-color: transparent;
196
- }
197
- .dropzone__error_wcw2t {
198
- border-color: #ef3124;
199
- }
200
- .dropzone__overlay_8uzjy {
201
- background: #202022;
202
- }
203
- .dropzone__text_8uzjy {
204
- color: #fff;
205
- }.code-input__error_wbbwu {
206
- color: #f15045;
207
- }
208
- @keyframes code-input__shake_wbbwu {
209
- }
210
- .code-input__input_18953 {
211
- background-color: #202022;
212
- color: #fff
213
- }
214
- .code-input__input_18953.code-input__hasError_18953 {
215
- color: #f15045;
216
- caret-color: #fff;
217
- background-color: #35110d;
218
- }
219
- .code-input__input_18953.code-input__disabled_18953 {
220
- color: rgba(235, 235, 245, 0.3);
221
- }
222
- .code-input__input_18953:-webkit-autofill {
223
- -webkit-text-fill-color: #fff;
224
- }.form-control__component_tcjks {
225
- color: #fff;
226
- }
227
- .form-control__inner_tcjks {
228
- background-color: #202022;
229
- }
230
- .form-control__label_tcjks {
231
- color: rgba(235, 235, 245, 0.6);
232
- }
233
- .form-control__hint_tcjks {
234
- color: rgba(235, 235, 245, 0.6);
235
- }
236
- .form-control__disabled_tcjks {
237
- background-color: #202022;
238
- color: rgba(235, 235, 245, 0.6);
239
- }
240
- .form-control__disabled_tcjks.form-control__hasError_tcjks {
241
- background-color: #202022;
242
- }
243
- .form-control__disabled_tcjks.form-control__filled_tcjks .form-control__label_tcjks {
244
- color: rgba(235, 235, 245, 0.6);
245
- }
246
- .form-control__inner_tcjks:not(.form-control__disabled_tcjks):hover {
247
- background-color: #202022;
248
- }
249
- .form-control__focused_tcjks.form-control__inner_tcjks,
250
- .form-control__focused_tcjks.form-control__inner_tcjks:hover {
251
- background-color: #202022
252
- }
253
- .form-control__error_tcjks {
254
- color: #f15045;
255
- }
256
- .form-control__hasError_tcjks .form-control__label_tcjks {
257
- color: #f15045;
258
- }
259
- .form-control__hasError_tcjks {
260
- background-color: #202022;
261
- }
262
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
263
- }
264
- .form-control__component_1wzoa {
265
- color: #000;
266
- }
267
- .form-control__inner_1wzoa {
268
- background-color: #f3f4f5;
269
- }
270
- .form-control__label_1wzoa {
271
- color: rgba(60, 60, 67, 0.6);
272
- }
273
- .form-control__hint_1wzoa {
274
- color: rgba(60, 60, 67, 0.6);
275
- }
276
- .form-control__disabled_1wzoa {
277
- background-color: #f3f4f5;
278
- color: rgba(60, 60, 67, 0.6);
279
- }
280
- .form-control__disabled_1wzoa.form-control__hasError_1wzoa {
281
- background-color: #f3f4f5;
282
- }
283
- .form-control__disabled_1wzoa.form-control__filled_1wzoa .form-control__label_1wzoa {
284
- color: rgba(60, 60, 67, 0.6);
285
- }
286
- .form-control__inner_1wzoa:not(.form-control__disabled_1wzoa):hover {
287
- background-color: #f3f4f5;
288
- }
289
- .form-control__focused_1wzoa.form-control__inner_1wzoa,
290
- .form-control__focused_1wzoa.form-control__inner_1wzoa:hover {
291
- background-color: #f3f4f5
292
- }
293
- .form-control__error_1wzoa {
294
- color: #ef3124;
295
- }
296
- .form-control__hasError_1wzoa .form-control__label_1wzoa {
297
- color: #ef3124;
298
- }
299
- .form-control__hasError_1wzoa {
300
- background-color: #f3f4f5;
301
- }.hatching-progress-bar__container_1qm3p {
302
- background: rgba(255, 255, 255, 0.1);
303
- }
304
- .hatching-progress-bar__hatch_1qm3p {
305
- background: repeating-linear-gradient(
306
- -45deg,
307
- #464649 6px 10px,
308
- rgba(255, 255, 255, 0) 10px 18px
309
- );
310
- }
311
- .hatching-progress-bar__positive_1qm3p {
312
- background: #2fc26e;
313
- }
314
- .hatching-progress-bar__attention_1qm3p {
315
- background: #f6bf65;
316
- }
317
- .hatching-progress-bar__negative_1qm3p {
318
- background: #d91d0b;
319
- }
320
- .hatching-progress-bar__link_1qm3p {
321
- background: #0072ef;
322
- }
323
- .hatching-progress-bar__tertiary_1qm3p {
324
- background: #464649;
325
- }
326
- .hatching-progress-bar__secondary_1qm3p {
327
- background: #8d8d93;
328
- }
329
- .hatching-progress-bar__primary_1qm3p {
330
- background: #fff;
331
- }
332
- .hatching-progress-bar__accent_1qm3p {
333
- background: #ef3124;
334
- }.icon-view__component_12w1t {
335
- color: rgba(235, 235, 245, 0.6);
336
- }
337
- .icon-view__bg_12w1t {
338
- fill: #f3f4f5;
339
- }
340
- .icon-view__border_12w1t {
341
- stroke: rgba(255, 255, 255, 0.1);
342
- fill: transparent;
343
- }@media (max-width: 599px) {
344
- }
345
- @media (min-width: 360px) {
346
- }
347
- @media (min-width: 375px) {
348
- }
349
- @media (min-width: 412px) {
350
- }
351
- @media (min-width: 600px) and (max-width: 1023px) {
352
- }
353
- @media (min-width: 600px) {
354
- }
355
- @media (min-width: 768px) {
356
- }
357
- @media (min-width: 1024px) {
358
- }
359
- @media (min-width: 1024px) {
360
- }
361
- @media (min-width: 1280px) {
362
- }
363
- @media (min-width: 1440px) {
364
- }
365
- @media (min-width: 1920px) {
366
- }
367
- @media (max-width: 599px) {
368
- }
369
- @media (min-width: 360px) {
370
- }
371
- @media (min-width: 375px) {
372
- }
373
- @media (min-width: 412px) {
374
- }
375
- @media (min-width: 600px) and (max-width: 1023px) {
376
- }
377
- @media (min-width: 600px) {
378
- }
379
- @media (min-width: 768px) {
380
- }
381
- @media (min-width: 1024px) {
382
- }
383
- @media (min-width: 1024px) {
384
- }
385
- @media (min-width: 1280px) {
386
- }
387
- @media (min-width: 1440px) {
388
- }
389
- @media (min-width: 1920px) {
390
- }
391
- .list__list_1nzjo {
392
- color: #fff;
393
- }
394
- .list__slot_1nzjo {
395
- color: #fff;
396
- }.link__primary_filpi {
397
- color: #fff;
398
- border-bottom-color: #fff
399
- }
400
- .link__primary_filpi:hover {
401
- color: rgb(255, 255, 255);
402
- }
403
- .link__primary_filpi:active {
404
- color: rgb(255, 255, 255);
405
- }
406
- .link__secondary_filpi {
407
- color: rgba(235, 235, 245, 0.6);
408
- border-bottom-color: rgba(235, 235, 245, 0.6)
409
- }
410
- .link__secondary_filpi:hover {
411
- color: rgba(239, 239, 247, 0.68);
412
- }
413
- .link__secondary_filpi:active {
414
- color: rgba(243, 243, 249, 0.76);
415
- }
416
- .link__defaultView_filpi {
417
- color: #0072ef;
418
- border-bottom-color: #0072ef
419
- }
420
- .link__defaultView_filpi:hover {
421
- color: rgb(51, 142, 242);
422
- }
423
- .link__defaultView_filpi:active {
424
- color: rgb(102, 170, 245);
425
- }
426
- .link__component_1d3c9:hover .link__text_1d3c9,
427
- .link__component_1d3c9:active .link__text_1d3c9 {
428
- border-bottom-color: rgba(0, 0, 0, 0);
429
- }
430
- .link__focused_1d3c9 {
431
- outline: 2px solid #0072ef;
432
- }
433
- .link__pseudo_1d3c9 {
434
- background-color: transparent;
435
- }
436
- .link__primary_1ig5t {
437
- color: #000;
438
- border-bottom-color: #000
439
- }
440
- .link__primary_1ig5t:hover {
441
- color: rgb(204, 204, 204);
442
- }
443
- .link__primary_1ig5t:active {
444
- color: rgb(153, 153, 153);
445
- }
446
- .link__secondary_1ig5t {
447
- color: rgba(60, 60, 67, 0.6);
448
- border-bottom-color: rgba(60, 60, 67, 0.6)
449
- }
450
- .link__secondary_1ig5t:hover {
451
- color: rgba(204, 204, 204, 0.7);
452
- }
453
- .link__secondary_1ig5t:active {
454
- color: rgba(153, 153, 153, 0.7);
455
- }
456
- .link__defaultView_1ig5t {
457
- color: #0072ef;
458
- border-bottom-color: #0072ef
459
- }
460
- .link__defaultView_1ig5t:hover {
461
- color: rgb(0, 98, 204);
462
- }
463
- .link__defaultView_1ig5t:active {
464
- color: rgb(0, 73, 153);
465
- }@keyframes loader__blink_1bexo {
466
- }.progress-bar__container_p4w29 {
467
- background: rgba(255, 255, 255, 0.1)
468
- }
469
- .progress-bar__filled_p4w29.progress-bar__positive_p4w29 {
470
- background: #2fc26e;
471
- }
472
- .progress-bar__filled_p4w29.progress-bar__negative_p4w29 {
473
- background: #d91d0b;
474
- }
475
- .progress-bar__filled_p4w29.progress-bar__attention_p4w29 {
476
- background: #f6bf65;
477
- }
478
- .progress-bar__filled_p4w29.progress-bar__link_p4w29 {
479
- background: #0072ef;
480
- }
481
- .progress-bar__filled_p4w29.progress-bar__tertiary_p4w29 {
482
- background: #464649;
483
- }
484
- .progress-bar__filled_p4w29.progress-bar__secondary_p4w29 {
485
- background: #8d8d93;
486
- }
487
- .progress-bar__filled_p4w29.progress-bar__primary_p4w29 {
488
- background: #fff;
489
- }
490
- .progress-bar__filled_p4w29.progress-bar__accent_p4w29 {
491
- background: #ef3124;
492
- }.pure-input__input_15r5b {
493
- color: #fff;
494
- caret-color: #0072ef;
495
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
496
- }
497
- .pure-input__input_15r5b:-webkit-autofill {
498
- -webkit-text-fill-color: #fff;
499
- }
500
- .pure-input__input_15r5b::placeholder {
501
- color: rgba(235, 235, 245, 0.6);
502
- }
503
- .pure-input__hasInnerLabel_15r5b::placeholder {
504
- color: rgba(235, 235, 245, 0.3);
505
- }
506
- .pure-input__clearIcon_15r5b {
507
- color: #fff;
508
- }
509
- .pure-input__input_15r5b:read-only {
510
- color: rgba(235, 235, 245, 0.6)
511
- }
512
- .pure-input__input_15r5b:read-only:focus::placeholder {
513
- color: rgba(235, 235, 245, 0.6);
514
- }
515
- .pure-input__input_15r5b:disabled {
516
- color: #fff;
517
- -webkit-text-fill-color: #fff;
518
- }
519
- .pure-input__input_15r5b:focus::placeholder {
520
- color: rgba(235, 235, 245, 0.3);
521
- }
522
- .pure-input__error_15r5b {
523
- color: #f15045;
524
- caret-color: #f15045;
525
- }
526
- .pure-input__component_15r5b {
527
- color: #fff;
528
- background-color: #202022;
529
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
530
- }
531
- .pure-input__component_15r5b::placeholder {
532
- color: rgba(235, 235, 245, 0.6);
533
- }
534
- .pure-input__component_15r5b:disabled {
535
- color: #fff;
536
- background-color: #202022;
537
- }
538
- .pure-input__component_15r5b:not(:disabled):focus::placeholder {
539
- color: rgba(235, 235, 245, 0.3);
540
- }
541
- .pure-input__focusVisible_15r5b {
542
- outline: 2px solid #0072ef;
543
- }
544
- .pure-input__component_15r5b:not(:disabled):hover {
545
- background-color: #202022;
546
- }.radio-group__error_1q9ye {
547
- border-left: 1px solid #f15045;
548
- }
549
- .radio-group__label_1q9ye {
550
- color: #fff;
551
- }
552
- .radio-group__errorMessage_1q9ye {
553
- color: #f15045;
554
- }
555
- .radio-group__hint_1q9ye {
556
- color: rgba(235, 235, 245, 0.6);
557
- }.radio__container_19z2n:not(.radio__checked_19z2n):not(.radio__disabled_19z2n):not(.radio__inactive_19z2n) .radio__circle_19z2n {
558
- background-color: #000;
559
- border: 1.5px solid #8d8d93;
560
- }
561
- .radio__container_19z2n:not(.radio__checked_19z2n):not(.radio__disabled_19z2n):not(.radio__inactive_19z2n):hover:not(:active) .radio__circle_19z2n {
562
- background-color: #000;
563
- border-color: #8d8d93;
564
- }
565
- .radio__container_19z2n:not(.radio__checked_19z2n):not(.radio__disabled_19z2n):not(.radio__inactive_19z2n):active .radio__circle_19z2n {
566
- background-color: #000;
567
- border-color: #fff;
568
- }
569
- .radio__container_19z2n.radio__disabled_19z2n .radio__circle_19z2n {
570
- background-color: #000;
571
- border: 1.5px solid #2a2a2c;
572
- }
573
- .radio__container_19z2n.radio__disabled_19z2n .radio__label_19z2n {
574
- color: rgba(235, 235, 245, 0.6);
575
- }
576
- .radio__container_19z2n.radio__disabled_19z2n .radio__hint_19z2n {
577
- color: rgba(235, 235, 245, 0.6);
578
- }
579
- .radio__container_19z2n.radio__inactive_19z2n .radio__circle_19z2n {
580
- background-color: #3a3a3c;
581
- border: 1px solid #464649;
582
- }
583
- .radio__container_19z2n.radio__inactive_19z2n.radio__checked_19z2n .radio__circle_19z2n:before {
584
- background-color: #464649;
585
- }
586
- .radio__container_19z2n.radio__checked_19z2n .radio__circle_19z2n {
587
- background-color: #fff;
588
- border: 1.5px solid transparent;
589
- }
590
- .radio__container_19z2n.radio__checked_19z2n:hover .radio__circle_19z2n {
591
- background-color: rgb(255, 255, 255);
592
- border-color: transparent;
593
- }
594
- .radio__container_19z2n.radio__checked_19z2n:active .radio__circle_19z2n {
595
- background-color: rgb(255, 255, 255);
596
- border-color: transparent;
597
- }
598
- .radio__container_19z2n.radio__focused_19z2n .radio__circle_19z2n {
599
- outline: 2px solid #0072ef;
600
- }
601
- .radio__container_19z2n.radio__disabled_19z2n.radio__checked_19z2n .radio__circle_19z2n,
602
- .radio__container_19z2n.radio__inactive_19z2n.radio__checked_19z2n .radio__circle_19z2n {
603
- background-color: #3a3a3c;
604
- border-color: transparent;
605
- }
606
- .radio__circle_19z2n:before {
607
- background-color: #000;
608
- }
609
- .radio__label_19z2n {
610
- color: #fff;
611
- }
612
- .radio__hint_19z2n {
613
- color: rgba(235, 235, 245, 0.6);
614
- }.scrollbar__component_nrk9c .scrollbar:before {
615
- background-color: rgba(255, 255, 255, 0.3);
616
- }
617
- .scrollbar__component_nrk9c.dragging .track .scrollbar.visible:before {
618
- background-color: rgba(255, 255, 255, 0.6);
619
- }
620
-
621
- .scrollbar__component_6sudp .scrollbar:before {
622
- background-color: rgba(0, 0, 0, 0.3);
623
- }
624
- .scrollbar__component_6sudp.dragging .track .scrollbar.visible:before {
625
- background-color: rgba(0, 0, 0, 0.6);
626
- }.skeleton__component_n6gya {
627
- color: transparent;
628
- background: rgba(255, 255, 255, 0.1);
629
- }
630
- .skeleton__component_n6gya:before {
631
- background: transparent;
632
- }
633
- .skeleton__animate_n6gya:after {
634
- background-image: linear-gradient(
635
- to left,
636
- rgba(0, 0, 0, 0),
637
- rgba(0, 0, 0, 0) 40%,
638
- rgba(0, 0, 0, 0.05) 50%,
639
- rgba(0, 0, 0, 0) 60%,
640
- rgba(0, 0, 0, 0)
641
- );
642
- }
643
- @keyframes skeleton__gradient_n6gya {
644
- }
645
- @keyframes skeleton__background_n6gya {
646
- 0% {
647
- background: rgb(182, 188, 195);
648
- }
649
- 100% {
650
- background: rgb(198, 205, 214);
651
- }
652
- }.slider__component_m2caw .noUi-base:hover .noUi-connects {
653
- background: #2a2a2c;
654
- }
655
- .slider__component_m2caw .noUi-base:hover .noUi-connect {
656
- background: #d91d0b;
657
- }
658
- .slider__component_m2caw .noUi-handle:hover .noUi-touch-area {
659
- background: rgb(240, 63, 51);
660
- }
661
- .slider__component_m2caw .noUi-handle:active .noUi-touch-area {
662
- background: rgb(241, 80, 69);
663
- }
664
- .slider__component_m2caw .noUi-connects {
665
- background: #2a2a2c;
666
- }
667
- .slider__component_m2caw .noUi-connect {
668
- background: #d91d0b;
669
- }
670
- .slider__component_m2caw .noUi-handle {
671
- border: 2px solid transparent;
672
- }
673
- .slider__component_m2caw .noUi-touch-area {
674
- background: #ef3124;
675
- }
676
- .slider__component_m2caw .noUi-pips {
677
- color: rgba(235, 235, 245, 0.6);
678
- }.spinner__component_xbwsd {
679
- color: #fff;
680
- }
681
- @keyframes spinner__spin_animation_ryqty {
682
- }
683
- .spinner__component_13699 {
684
- color: #000;
685
- }.status__soft_1cwa6.status__green_1cwa6 {
686
- background: rgba(19, 164, 99, 0.1);
687
- color: #13a463;
688
- }
689
- .status__soft_1cwa6.status__orange_1cwa6 {
690
- background: rgba(222, 106, 0, 0.1);
691
- color: #de6a00;
692
- }
693
- .status__soft_1cwa6.status__red_1cwa6 {
694
- background: rgba(217, 29, 11, 0.1);
695
- color: #d91d0b;
696
- }
697
- .status__soft_1cwa6.status__blue_1cwa6 {
698
- background: rgba(0, 122, 255, 0.1);
699
- color: #007aff;
700
- }
701
- .status__soft_1cwa6.status__grey_1cwa6 {
702
- background: rgba(109, 121, 134, 0.1);
703
- color: #6d7986;
704
- }
705
- .status__soft_1cwa6.status__teal_1cwa6 {
706
- background: rgba(33, 145, 135, 0.1);
707
- color: #219187;
708
- }
709
- .status__soft_1cwa6.status__purple_1cwa6 {
710
- background: rgba(103, 58, 183, 0.1);
711
- color: #673ab7;
712
- }
713
- .status__contrast_1cwa6 {
714
- color: #000
715
- }
716
- .status__contrast_1cwa6.status__green_1cwa6 {
717
- background: #13a463;
718
- }
719
- .status__contrast_1cwa6.status__orange_1cwa6 {
720
- background: #de6a00;
721
- }
722
- .status__contrast_1cwa6.status__red_1cwa6 {
723
- background: #d91d0b;
724
- }
725
- .status__contrast_1cwa6.status__blue_1cwa6 {
726
- background: #007aff;
727
- }
728
- .status__contrast_1cwa6.status__grey_1cwa6 {
729
- background: #6d7986;
730
- }
731
- .status__contrast_1cwa6.status__teal_1cwa6 {
732
- background: #219187;
733
- }
734
- .status__contrast_1cwa6.status__purple_1cwa6 {
735
- background: #673ab7;
736
- }.switch__component_1l3bj {
737
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
738
- }
739
- .switch__switch_1l3bj {
740
- background-color: #8d8d93;
741
- border: 2px solid #8d8d93;
742
- }
743
- .switch__switch_1l3bj:before {
744
- background-color: #000;
745
- }
746
- .switch__label_1l3bj {
747
- color: #fff;
748
- }
749
- .switch__hint_1l3bj {
750
- color: rgba(235, 235, 245, 0.6);
751
- }
752
- .switch__checked_1l3bj .switch__switch_1l3bj {
753
- background-color: #ef3124;
754
- border-color: #ef3124;
755
- }
756
- .switch__disabled_1l3bj .switch__switch_1l3bj {
757
- background-color: #2a2a2c;
758
- border-color: #2a2a2c;
759
- }
760
- .switch__disabled_1l3bj .switch__label_1l3bj {
761
- color: rgba(235, 235, 245, 0.6);
762
- }
763
- .switch__disabled_1l3bj .switch__hint_1l3bj {
764
- color: rgba(235, 235, 245, 0.6);
765
- }
766
- .switch__inactive_1l3bj .switch__switch_1l3bj {
767
- background-color: #2a2a2c;
768
- border-color: #2a2a2c
769
- }
770
- .switch__inactive_1l3bj .switch__switch_1l3bj:before {
771
- background-color: #464649;
772
- }
773
- .switch__focused_1l3bj .switch__switch_1l3bj {
774
- outline: 2px solid #0072ef;
775
- }.tag__component_1p81y {
776
- color: #fff;
777
- border-color: transparent;
778
- background-color: #202022
779
- }
780
- .tag__component_1p81y:disabled {
781
- border-color: transparent;
782
- color: rgba(235, 235, 245, 0.3);
783
- background-color: rgba(32, 32, 34, 0.3);
784
- }
785
- .tag__component_1p81y:hover:not(:disabled) {
786
- border-color: transparent;
787
- background-color: #202022;
788
- }
789
- .tag__component_1p81y:active:not(:disabled) {
790
- border-color: transparent;
791
- background-color: rgb(65, 65, 67);
792
- color: #fff;
793
- }
794
- .tag__checked_1p81y {
795
- border-color: transparent;
796
- background-color: #f3f4f5;
797
- color: #000
798
- }
799
- .tag__checked_1p81y:disabled {
800
- background-color: rgba(243, 244, 245, 0.3);
801
- border-color: transparent;
802
- color: #000;
803
- }
804
- .tag__checked_1p81y:hover:not(:disabled):not(:active) {
805
- background-color: #f3f4f5;
806
- }
807
- .tag__checked_1p81y:active:not(:disabled) {
808
- background-color: rgb(194, 195, 196);
809
- color: #000;
810
- }
811
- .tag__focused_nd6ew {
812
- outline: 2px solid #0072ef;
813
- }
814
- .tag__component_1caq4 {
815
- color: #fff;
816
- border-color: #464649;
817
- background-color: transparent
818
- }
819
- .tag__component_1caq4:disabled {
820
- border-color: #2b2b2e;
821
- color: rgba(235, 235, 245, 0.3);
822
- background-color: transparent;
823
- }
824
- .tag__component_1caq4:hover:not(:disabled) {
825
- border-color: #fff;
826
- background-color: transparent;
827
- }
828
- .tag__component_1caq4:active:not(:disabled) {
829
- border-color: #fff;
830
- background-color: rgba(255, 255, 255, 0.07);
831
- color: #fff;
832
- }
833
- .tag__checked_1caq4 {
834
- border-color: #fff;
835
- background-color: #fff;
836
- color: #000
837
- }
838
- .tag__checked_1caq4:disabled {
839
- background-color: rgba(255, 255, 255, 0.3);
840
- border-color: transparent;
841
- color: #000;
842
- }
843
- .tag__checked_1caq4:hover:not(:disabled):not(:active) {
844
- background-color: rgb(237, 237, 237);
845
- }
846
- .tag__checked_1caq4:active:not(:disabled) {
847
- background-color: rgb(217, 217, 217);
848
- color: #000;
849
- }.typography__tertiary_18xwb {
850
- color: rgba(235, 235, 245, 0.3);
851
- }
852
- .typography__disabled_18xwb {
853
- color: rgba(235, 235, 245, 0.18);
854
- }
855
- .typography__accent_18xwb {
856
- color: #ef3124;
857
- }
858
- .typography__primary_18xwb {
859
- color: #fff;
860
- }
861
- .typography__attention_18xwb {
862
- color: #cb830f;
863
- }
864
- .typography__positive_18xwb {
865
- color: #13a463;
866
- }
867
- .typography__secondary_18xwb {
868
- color: rgba(235, 235, 245, 0.6);
869
- }
870
- .typography__tertiary-inverted_18xwb {
871
- color: rgba(60, 60, 67, 0.3);
872
- }
873
- .typography__primary-inverted_18xwb {
874
- color: #000;
875
- }
876
- .typography__secondary-inverted_18xwb {
877
- color: rgba(60, 60, 67, 0.6);
878
- }
879
- .typography__link_18xwb {
880
- color: #0072ef;
881
- }
882
- .typography__negative_18xwb {
883
- color: #f15045;
884
- }
885
-
886
-
887
-
888
-
889
- @media screen and (min-width: 600px) {
890
- }
891
- @media screen and (min-width: 1024px) {
892
- }
893
- .steps__option_sbrih {
894
- color: #fff;
895
- background: #2a2a2c
896
- }
897
- .steps__dash_sbrih {
898
- border-top: 2px solid #2b2b2e
899
- }
900
- .steps__dash_sbrih.steps__completed_sbrih {
901
- border-top: 2px solid #fff;
902
- }
903
- .steps__dash_sbrih.steps__vertical_sbrih {
904
- border-left: 2px solid #2b2b2e;
905
- }
906
- .steps__dash_sbrih.steps__completed_sbrih.steps__vertical_sbrih {
907
- border-left: 2px solid #fff;
908
- }
909
- .steps__text_sbrih {
910
- color: #fff
911
- }
912
- .steps__text_sbrih.steps__interactive_sbrih:not(.steps__disabled_sbrih):hover {
913
- background: rgba(255, 255, 255, 0.07);
914
- }
915
- .steps__text_sbrih.steps__interactive_sbrih:not(.steps__disabled_sbrih):active {
916
- background: rgba(255, 255, 255, 0.15);
917
- }
918
- .steps__focused_sbrih {
919
- outline: 2px solid #0072ef;
920
- }
921
- .steps__selected_sbrih .steps__text_sbrih {
922
- color: #fff;
923
- }
924
- .steps__selected_sbrih .steps__option_sbrih {
925
- color: #000;
926
- background: #fff;
927
- }
928
- .steps__checkbox_sbrih {
929
- border: 2px solid #2a2a2c;
930
- }
931
- .steps__dot_sbrih {
932
- background: #2a2a2c;
933
- }
934
- .steps__selected_sbrih .steps__checkbox_sbrih {
935
- border: 2px solid #fff
936
- }
937
- .steps__selected_sbrih .steps__checkbox_sbrih .steps__dot_sbrih {
938
- background: #fff;
939
- }
940
- .steps__completedIndicator_sbrih > [class*='positive'] {
941
- color: #fff;
942
- background-color: #fff;
943
- }
944
- .action-button__primary_1fm7f {
945
- color: #fff
946
- }
947
- .action-button__primary_1fm7f .action-button__iconWrapper_1fm7f {
948
- color: #000;
949
- background-color: #fff;
950
- }
951
- .action-button__primary_1fm7f:hover .action-button__iconWrapper_1fm7f {
952
- background-color: rgb(217, 217, 217);
953
- }
954
- .action-button__primary_1fm7f:active .action-button__iconWrapper_1fm7f {
955
- background-color: rgb(204, 204, 204);
956
- }
957
- .action-button__secondary_1fm7f {
958
- color: #fff
959
- }
960
- .action-button__secondary_1fm7f .action-button__iconWrapper_1fm7f {
961
- color: #fff;
962
- background-color: #202022;
963
- }
964
- .action-button__secondary_1fm7f:hover .action-button__iconWrapper_1fm7f {
965
- background-color: rgb(48, 48, 49);
966
- }
967
- .action-button__secondary_1fm7f:active .action-button__iconWrapper_1fm7f {
968
- background-color: rgb(65, 65, 67);
969
- }
970
- .action-button__component_1ubaa {
971
- -webkit-tap-highlight-color: transparent
972
- }
973
- .action-button__focused_1ubaa {
974
- outline: 2px solid #0072ef;
975
- }
976
- .action-button__primary_15z00 {
977
- color: #000
978
- }
979
- .action-button__primary_15z00 .action-button__iconWrapper_15z00 {
980
- color: #fff;
981
- background-color: #121212;
982
- }
983
- .action-button__primary_15z00:hover .action-button__iconWrapper_15z00 {
984
- background-color: rgb(35, 35, 35);
985
- }
986
- .action-button__primary_15z00:active .action-button__iconWrapper_15z00 {
987
- background-color: rgb(54, 54, 54);
988
- }
989
- .action-button__secondary_15z00 {
990
- color: #000
991
- }
992
- .action-button__secondary_15z00 .action-button__iconWrapper_15z00 {
993
- color: #000;
994
- background-color: #f3f4f5;
995
- }
996
- .action-button__secondary_15z00:hover .action-button__iconWrapper_15z00 {
997
- background-color: rgb(207, 207, 208);
998
- }
999
- .action-button__secondary_15z00:active .action-button__iconWrapper_15z00 {
1000
- background-color: rgb(194, 195, 196);
1001
- }
1002
- .action-button__primary_1qopu {
1003
- color: #000
1004
- }
1005
- .action-button__primary_1qopu .action-button__iconWrapper_1qopu {
1006
- color: #fff;
1007
- background-color: #121212;
1008
- }
1009
- .action-button__secondary_1qopu {
1010
- color: #000
1011
- }
1012
- .action-button__secondary_1qopu .action-button__iconWrapper_1qopu {
1013
- color: #000;
1014
- background-color: #f3f4f5;
1015
- }.textarea__input_ih9s8 {
1016
- color: #fff;
1017
- caret-color: #0072ef;
1018
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1019
- }
1020
- .textarea__input_ih9s8:-webkit-autofill {
1021
- -webkit-text-fill-color: #fff;
1022
- }
1023
- .textarea__input_ih9s8::placeholder {
1024
- color: rgba(235, 235, 245, 0.6);
1025
- }
1026
- .textarea__hasInnerLabel_ih9s8::placeholder {
1027
- color: rgba(235, 235, 245, 0.3);
1028
- }
1029
- .textarea__clearIcon_ih9s8 {
1030
- color: #fff;
1031
- }
1032
- .textarea__input_ih9s8:read-only {
1033
- color: rgba(235, 235, 245, 0.6)
1034
- }
1035
- .textarea__input_ih9s8:read-only:focus::placeholder {
1036
- color: rgba(235, 235, 245, 0.6);
1037
- }
1038
- .textarea__input_ih9s8:disabled {
1039
- color: #fff;
1040
- -webkit-text-fill-color: #fff;
1041
- }
1042
- .textarea__input_ih9s8:focus::placeholder {
1043
- color: rgba(235, 235, 245, 0.3);
1044
- }
1045
- .textarea__error_ih9s8 {
1046
- color: #f15045;
1047
- caret-color: #f15045;
1048
- }
1049
- .textarea__textarea_ih9s8 {
1050
- color: #fff;
1051
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1052
- }
1053
- .textarea__textarea_ih9s8::placeholder {
1054
- color: rgba(235, 235, 245, 0.6);
1055
- }
1056
- .textarea__hasInnerLabel_ih9s8::placeholder {
1057
- color: rgba(235, 235, 245, 0.3);
1058
- }
1059
- .textarea__textarea_ih9s8:disabled {
1060
- color: #fff;
1061
- -webkit-text-fill-color: #fff;
1062
- }
1063
- .textarea__textarea_ih9s8:read-only {
1064
- color: rgba(235, 235, 245, 0.6);
1065
- }
1066
- .textarea__textarea_ih9s8:focus::placeholder {
1067
- color: rgba(235, 235, 245, 0.3);
1068
- }
1069
- .textarea__focusVisible_1qv5s {
1070
- outline: 2px solid #0072ef;
1071
- }
1072
- .textarea__input_1d774 {
1073
- color: #000;
1074
- caret-color: #0072ef;
1075
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1076
- }
1077
- .textarea__input_1d774:-webkit-autofill {
1078
- -webkit-text-fill-color: #000;
1079
- }
1080
- .textarea__input_1d774::placeholder {
1081
- color: rgba(60, 60, 67, 0.6);
1082
- }
1083
- .textarea__hasInnerLabel_1d774::placeholder {
1084
- color: rgba(60, 60, 67, 0.3);
1085
- }
1086
- .textarea__clearIcon_1d774 {
1087
- color: #000;
1088
- }
1089
- .textarea__input_1d774:read-only {
1090
- color: rgba(60, 60, 67, 0.6)
1091
- }
1092
- .textarea__input_1d774:read-only:focus::placeholder {
1093
- color: rgba(60, 60, 67, 0.6);
1094
- }
1095
- .textarea__input_1d774:disabled {
1096
- color: #000;
1097
- -webkit-text-fill-color: #000;
1098
- }
1099
- .textarea__input_1d774:focus::placeholder {
1100
- color: rgba(60, 60, 67, 0.3);
1101
- }
1102
- .textarea__error_1d774 {
1103
- color: #ef3124;
1104
- caret-color: #ef3124;
1105
- }
1106
- .textarea__textarea_1d774 {
1107
- color: #000;
1108
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1109
- }
1110
- .textarea__textarea_1d774::placeholder {
1111
- color: rgba(60, 60, 67, 0.6);
1112
- }
1113
- .textarea__hasInnerLabel_1d774::placeholder {
1114
- color: rgba(60, 60, 67, 0.3);
1115
- }
1116
- .textarea__textarea_1d774:disabled {
1117
- color: #000;
1118
- -webkit-text-fill-color: #000;
1119
- }
1120
- .textarea__textarea_1d774:read-only {
1121
- color: rgba(60, 60, 67, 0.6);
1122
- }
1123
- .textarea__textarea_1d774:focus::placeholder {
1124
- color: rgba(60, 60, 67, 0.3);
1125
- }.button__primary_10zb0 {
1126
- color: #000;
1127
- background-color: #f3f4f5;
1128
- border: 1px solid transparent
1129
- }
1130
- .button__primary_10zb0:hover {
1131
- background-color: rgb(207, 207, 208);
1132
- }
1133
- .button__primary_10zb0:active {
1134
- background-color: rgb(194, 195, 196);
1135
- }
1136
- .button__primary_10zb0 > .button__loader_10zb0 {
1137
- color: #fff;
1138
- }
1139
- .button__secondary_10zb0 {
1140
- color: #fff;
1141
- background-color: rgba(255, 255, 255, 0.1);
1142
- border: 1px solid transparent
1143
- }
1144
- .button__secondary_10zb0:hover {
1145
- background-color: rgba(255, 255, 255, 0.163);
1146
- }
1147
- .button__secondary_10zb0:active {
1148
- background-color: rgba(255, 255, 255, 0.235);
1149
- }
1150
- .button__secondary_10zb0 > .button__loader_10zb0 {
1151
- color: #fff;
1152
- }
1153
- .button__outlined_10zb0 {
1154
- color: #fff;
1155
- background-color: transparent;
1156
- border: 1px solid #c5c5c7
1157
- }
1158
- .button__outlined_10zb0:hover {
1159
- background-color: rgba(0, 0, 0, 0.07);
1160
- }
1161
- .button__outlined_10zb0:active {
1162
- background-color: rgba(0, 0, 0, 0.15);
1163
- }
1164
- .button__tertiary_10zb0 {
1165
- color: #fff;
1166
- background-color: transparent;
1167
- border: 1px solid #c5c5c7
1168
- }
1169
- .button__tertiary_10zb0:hover {
1170
- background-color: rgba(255, 255, 255, 0.07);
1171
- border-color: #c5c5c7;
1172
- }
1173
- .button__tertiary_10zb0:active {
1174
- background-color: rgba(255, 255, 255, 0.15);
1175
- }
1176
- .button__tertiary_10zb0 > .button__loader_10zb0 {
1177
- color: #fff;
1178
- }
1179
- .button__filled_10zb0 {
1180
- color: #fff;
1181
- background-color: #3a3a3c
1182
- }
1183
- .button__filled_10zb0:hover {
1184
- background-color: rgb(72, 72, 74);
1185
- }
1186
- .button__filled_10zb0:active {
1187
- background-color: rgb(88, 88, 89);
1188
- }
1189
- .button__transparent_10zb0 {
1190
- color: #fff;
1191
- background-color: rgba(255, 255, 255, 0.1)
1192
- }
1193
- .button__transparent_10zb0:hover {
1194
- background-color: rgba(255, 255, 255, 0.2);
1195
- }
1196
- .button__transparent_10zb0:active {
1197
- background-color: rgba(255, 255, 255, 0.4);
1198
- }
1199
- .button__link_10zb0 {
1200
- color: #fff;
1201
- background-color: transparent;
1202
- border: 1px solid transparent
1203
- }
1204
- .button__link_10zb0:hover {
1205
- background-color: rgba(255, 255, 255, 0.07);
1206
- }
1207
- .button__link_10zb0:active {
1208
- background-color: rgba(255, 255, 255, 0.15);
1209
- }
1210
- .button__link_10zb0 > .button__loader_10zb0 {
1211
- color: #fff;
1212
- }
1213
- .button__ghost_10zb0 {
1214
- color: #fff
1215
- }
1216
- .button__ghost_10zb0:hover {
1217
- color: rgb(179, 179, 179);
1218
- }
1219
- .button__ghost_10zb0:active {
1220
- color: rgb(128, 128, 128);
1221
- }
1222
- .button__ghost_10zb0 > .button__loader_10zb0 {
1223
- color: #fff;
1224
- }
1225
- .button__component_10zb0:disabled.button__primary_10zb0 {
1226
- color: rgba(60, 60, 67, 0.3);
1227
- background-color: #f3f4f5
1228
- }
1229
- .button__component_10zb0:disabled.button__primary_10zb0.button__loading_10zb0 {
1230
- background-color: #f3f4f5;
1231
- }
1232
- .button__component_10zb0:disabled.button__secondary_10zb0 {
1233
- color: rgba(255, 255, 255, 0.3);
1234
- background-color: rgba(255, 255, 255, 0.05);
1235
- border-color: transparent
1236
- }
1237
- .button__component_10zb0:disabled.button__secondary_10zb0.button__loading_10zb0 {
1238
- color: #fff;
1239
- background-color: rgba(255, 255, 255, 0.1);
1240
- border-color: transparent;
1241
- }
1242
- .button__component_10zb0:disabled.button__outlined_10zb0 {
1243
- color: rgba(255, 255, 255, 0.3);
1244
- background-color: transparent;
1245
- border-color: rgba(197, 197, 199, 0.3)
1246
- }
1247
- .button__component_10zb0:disabled.button__outlined_10zb0.button__loading_10zb0 {
1248
- color: #fff;
1249
- }
1250
- .button__component_10zb0:disabled.button__tertiary_10zb0 {
1251
- color: rgba(255, 255, 255, 0.3);
1252
- background-color: transparent;
1253
- border-color: rgba(197, 197, 199, 0.3)
1254
- }
1255
- .button__component_10zb0:disabled.button__tertiary_10zb0.button__loading_10zb0 {
1256
- color: #fff;
1257
- border-color: #c5c5c7;
1258
- }
1259
- .button__component_10zb0:disabled.button__filled_10zb0 {
1260
- color: rgba(255, 255, 255, 0.3);
1261
- background-color: rgba(58, 58, 60, 0.3)
1262
- }
1263
- .button__component_10zb0:disabled.button__filled_10zb0.button__loading_10zb0 {
1264
- color: #fff;
1265
- background-color: #3a3a3c;
1266
- }
1267
- .button__component_10zb0:disabled.button__transparent_10zb0 {
1268
- color: rgba(255, 255, 255, 0.3);
1269
- background-color: rgba(255, 255, 255, 0.03)
1270
- }
1271
- .button__component_10zb0:disabled.button__transparent_10zb0.button__loading_10zb0 {
1272
- color: #fff;
1273
- background-color: rgba(255, 255, 255, 0.1);
1274
- }
1275
- .button__component_10zb0:disabled.button__link_10zb0 {
1276
- color: rgba(255, 255, 255, 0.3);
1277
- background-color: transparent
1278
- }
1279
- .button__component_10zb0:disabled.button__link_10zb0.button__loading_10zb0 {
1280
- color: #fff;
1281
- }
1282
- .button__component_10zb0:disabled.button__ghost_10zb0 {
1283
- color: rgba(255, 255, 255, 0.3)
1284
- }
1285
- .button__component_10zb0:disabled.button__ghost_10zb0.button__loading_10zb0 {
1286
- color: #fff;
1287
- }
1288
- .button__component_1l9u1 {
1289
- background-color: transparent
1290
- }
1291
- .button__focused_1l9u1 {
1292
- outline: 2px solid #0072ef;
1293
- }
1294
- .button__primary_pp9hr {
1295
- color: #fff;
1296
- background-color: #202022;
1297
- border: 1px solid transparent
1298
- }
1299
- .button__primary_pp9hr:hover {
1300
- background-color: rgb(48, 48, 49);
1301
- }
1302
- .button__primary_pp9hr:active {
1303
- background-color: rgb(65, 65, 67);
1304
- }
1305
- .button__primary_pp9hr > .button__loader_pp9hr {
1306
- color: #fff;
1307
- }
1308
- .button__secondary_pp9hr {
1309
- color: #000;
1310
- background-color: rgba(0, 0, 0, 0.08);
1311
- border: 1px solid transparent
1312
- }
1313
- .button__secondary_pp9hr:hover {
1314
- background-color: rgba(0, 0, 0, 0.218);
1315
- }
1316
- .button__secondary_pp9hr:active {
1317
- background-color: rgba(0, 0, 0, 0.264);
1318
- }
1319
- .button__secondary_pp9hr > .button__loader_pp9hr {
1320
- color: #000;
1321
- }
1322
- .button__outlined_pp9hr {
1323
- color: #fff;
1324
- background-color: transparent;
1325
- border: 1px solid #c5c5c7
1326
- }
1327
- .button__outlined_pp9hr:hover {
1328
- background-color: rgba(255, 255, 255, 0.15);
1329
- }
1330
- .button__outlined_pp9hr:active {
1331
- background-color: rgba(0, 0, 0, 0.15);
1332
- }
1333
- .button__tertiary_pp9hr {
1334
- color: #000;
1335
- background-color: transparent;
1336
- border: 1px solid #464649
1337
- }
1338
- .button__tertiary_pp9hr:hover {
1339
- background-color: rgba(18, 18, 18, 0.15);
1340
- border-color: #464649;
1341
- }
1342
- .button__tertiary_pp9hr:active {
1343
- background-color: rgba(18, 18, 18, 0.2);
1344
- }
1345
- .button__tertiary_pp9hr > .button__loader_pp9hr {
1346
- color: #000;
1347
- }
1348
- .button__filled_pp9hr {
1349
- color: #fff;
1350
- background-color: #3a3a3c
1351
- }
1352
- .button__filled_pp9hr:hover {
1353
- background-color: rgb(99, 112, 126);
1354
- }
1355
- .button__filled_pp9hr:active {
1356
- background-color: rgb(61, 74, 88);
1357
- }
1358
- .button__transparent_pp9hr {
1359
- color: #000;
1360
- background-color: rgba(255, 255, 255, 0.1)
1361
- }
1362
- .button__transparent_pp9hr:hover {
1363
- background-color: rgba(255, 255, 255, 0.2);
1364
- }
1365
- .button__transparent_pp9hr:active {
1366
- background-color: rgba(255, 255, 255, 0.05);
1367
- }
1368
- .button__link_pp9hr {
1369
- color: #000;
1370
- background-color: transparent;
1371
- border: 1px solid transparent
1372
- }
1373
- .button__link_pp9hr:hover {
1374
- background-color: rgba(18, 18, 18, 0.15);
1375
- }
1376
- .button__link_pp9hr:active {
1377
- background-color: rgba(18, 18, 18, 0.2);
1378
- }
1379
- .button__link_pp9hr > .button__loader_pp9hr {
1380
- color: #000;
1381
- }
1382
- .button__ghost_pp9hr {
1383
- color: #000
1384
- }
1385
- .button__ghost_pp9hr:hover {
1386
- color: rgb(77, 77, 77);
1387
- }
1388
- .button__ghost_pp9hr:active {
1389
- color: rgb(128, 128, 128);
1390
- }
1391
- .button__ghost_pp9hr > .button__loader_pp9hr {
1392
- color: #000;
1393
- }
1394
- .button__component_pp9hr:disabled.button__primary_pp9hr {
1395
- color: rgba(235, 235, 245, 0.3);
1396
- background-color: #202022
1397
- }
1398
- .button__component_pp9hr:disabled.button__primary_pp9hr.button__loading_pp9hr {
1399
- background-color: #202022;
1400
- }
1401
- .button__component_pp9hr:disabled.button__secondary_pp9hr {
1402
- color: rgba(0, 0, 0, 0.3);
1403
- background-color: rgba(18, 18, 18, 0.08);
1404
- border-color: transparent
1405
- }
1406
- .button__component_pp9hr:disabled.button__secondary_pp9hr.button__loading_pp9hr {
1407
- color: #000;
1408
- background-color: rgba(0, 0, 0, 0.08);
1409
- border-color: transparent;
1410
- }
1411
- .button__component_pp9hr:disabled.button__outlined_pp9hr {
1412
- color: rgba(255, 255, 255, 0.3);
1413
- background-color: transparent;
1414
- border-color: rgba(35, 53, 73, 0.3)
1415
- }
1416
- .button__component_pp9hr:disabled.button__outlined_pp9hr.button__loading_pp9hr {
1417
- color: #fff;
1418
- }
1419
- .button__component_pp9hr:disabled.button__tertiary_pp9hr {
1420
- color: rgba(0, 0, 0, 0.3);
1421
- background-color: transparent;
1422
- border-color: rgba(70, 70, 73, 0.3)
1423
- }
1424
- .button__component_pp9hr:disabled.button__tertiary_pp9hr.button__loading_pp9hr {
1425
- color: #000;
1426
- }
1427
- .button__component_pp9hr:disabled.button__filled_pp9hr {
1428
- color: rgba(255, 255, 255, 0.3);
1429
- background-color: rgba(72, 87, 103, 0.3);
1430
- border-color: transparent
1431
- }
1432
- .button__component_pp9hr:disabled.button__filled_pp9hr.button__loading_pp9hr {
1433
- color: #fff;
1434
- background-color: #3a3a3c;
1435
- border-color: transparent;
1436
- }
1437
- .button__component_pp9hr:disabled.button__transparent_pp9hr {
1438
- color: rgba(255, 255, 255, 0.3);
1439
- background-color: rgba(255, 255, 255, 0.03)
1440
- }
1441
- .button__component_pp9hr:disabled.button__transparent_pp9hr.button__loading_pp9hr {
1442
- color: #000;
1443
- background-color: rgba(255, 255, 255, 0.1);
1444
- }
1445
- .button__component_pp9hr:disabled.button__link_pp9hr {
1446
- color: rgba(0, 0, 0, 0.3);
1447
- background-color: transparent
1448
- }
1449
- .button__component_pp9hr:disabled.button__link_pp9hr.button__loading_pp9hr {
1450
- color: #000;
1451
- }
1452
- .button__component_pp9hr:disabled.button__ghost_pp9hr {
1453
- color: rgba(0, 0, 0, 0.3)
1454
- }
1455
- .button__component_pp9hr:disabled.button__ghost_pp9hr.button__loading_pp9hr {
1456
- color: #000;
1457
- }.base-modal__component_9cxp9 {
1458
- background: #121212;
1459
- }.popover__component_g7xyd {
1460
- background-color: transparent;
1461
- color: #fff;
1462
- }
1463
- .popover__inner_g7xyd {
1464
- background-color: #121212;
1465
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1466
- border: 1px solid transparent;
1467
- }
1468
- .popover__arrow_g7xyd:after {
1469
- background-color: #121212;
1470
- border: 1px solid transparent;
1471
- }.tabs__component_8sfek:before {
1472
- background-color: #2b2b2e;
1473
- }
1474
- .tabs__title_8sfek {
1475
- color: rgba(235, 235, 245, 0.6)
1476
- }
1477
- .tabs__title_8sfek:not(.tabs__disabled_8sfek):hover {
1478
- color: #fff;
1479
- }
1480
- .tabs__focused_8sfek {
1481
- outline: 2px solid #0072ef;
1482
- }
1483
- .tabs__selected_8sfek {
1484
- color: #fff;
1485
- }
1486
- .tabs__disabled_8sfek {
1487
- color: rgba(235, 235, 245, 0.3);
1488
- }
1489
- .tabs__line_8sfek {
1490
- background-color: #ef3124;
1491
- }
1492
- .tabs__component_8sfek:before {
1493
- background-color: #2b2b2e;
1494
- }.tabs__title_8sfek {
1495
- color: rgba(235, 235, 245, 0.6)
1496
- }.tabs__title_8sfek:not(.tabs__disabled_8sfek):hover {
1497
- color: #fff;
1498
- }.tabs__focused_8sfek {
1499
- outline: 2px solid #0072ef;
1500
- }.tabs__selected_8sfek {
1501
- color: #fff;
1502
- }.tabs__disabled_8sfek {
1503
- color: rgba(235, 235, 245, 0.3);
1504
- }.tabs__line_8sfek {
1505
- background-color: #ef3124;
1506
- }
1507
-
1508
-
1509
-
1510
- .comment__component_o0ket {
1511
- background-color: #202022;
1512
- }.chart__coreChart_1jpq0 .recharts-text tspan {
1513
- fill: #fff;
1514
- }
1515
- @keyframes chart__showDot_snngc {
1516
- }
1517
-
1518
- .chart__tickText_1rn3j {
1519
- fill: #fff;
1520
- }
1521
- .chart__circle_1rn3j {
1522
- fill: #121212;
1523
- }
1524
- .chart__circle_1rn3j {
1525
- fill: #121212;
1526
- }
1527
- .chart__tooltip_smks2 {
1528
- background-color: #121212;
1529
- border: 1px solid #2b2b2e;
1530
- box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1531
- }
1532
- .chart__tooltipArrow_smks2 {
1533
- border: 1px solid #2b2b2e;
1534
- background-color: #121212;
1535
- }
1536
- .chart__tooltipArrow_smks2:before {
1537
- border-color: transparent #121212 transparent transparent;
1538
- }.circular-progress-bar__backgroundCircle_t2cwj,
1539
- .circular-progress-bar__progressCircle_t2cwj {
1540
- fill: transparent;
1541
- }
1542
- .circular-progress-bar__positive_t2cwj {
1543
- stroke: #2fc26e;
1544
- }
1545
- .circular-progress-bar__negative_t2cwj {
1546
- stroke: #d91d0b;
1547
- }
1548
- .circular-progress-bar__backgroundCircle_t2cwj {
1549
- stroke: #2c2c2e
1550
- }
1551
- .circular-progress-bar__backgroundCircle_t2cwj.circular-progress-bar__stroke_t2cwj {
1552
- stroke: transparent;
1553
- }
1554
- .circular-progress-bar__progressCircle_t2cwj.circular-progress-bar__bg-positive_t2cwj {
1555
- fill: #2fc26e;
1556
- }
1557
- .circular-progress-bar__progressCircle_t2cwj.circular-progress-bar__bg-negative_t2cwj {
1558
- fill: #d91d0b;
1559
- }
1560
- .circular-progress-bar__iconWrapper_t2cwj.circular-progress-bar__icon-tertiary_t2cwj {
1561
- color: #464649;
1562
- }
1563
- .circular-progress-bar__iconWrapper_t2cwj.circular-progress-bar__icon-positive_t2cwj {
1564
- color: #2fc26e;
1565
- }
1566
- .circular-progress-bar__iconWrapper_t2cwj.circular-progress-bar__icon-negative_t2cwj {
1567
- color: #d91d0b;
1568
- }
1569
- .circular-progress-bar__iconWrapper_t2cwj.circular-progress-bar__icon-primary-inverted_t2cwj {
1570
- color: #000;
1571
- }
1572
- .circular-progress-bar__iconWrapper_t2cwj.circular-progress-bar__icon-primary_t2cwj {
1573
- color: #fff;
1574
- }
1575
- .circular-progress-bar__iconWrapper_t2cwj.circular-progress-bar__icon-secondary_t2cwj {
1576
- color: #8d8d93;
1577
- }.list-header__filled_oxy0z {
1578
- background-color: rgba(255, 255, 255, 0.1);
1579
- }.stepped-progress-bar__description_1an7d {
1580
- color: rgba(235, 235, 245, 0.6);
1581
- }
1582
- .stepped-progress-bar__bar_1kc3v {
1583
- background: rgba(255, 255, 255, 0.1);
1584
- }
1585
- .stepped-progress-bar__positive_1kc3v {
1586
- background: #2fc26e;
1587
- }
1588
- .stepped-progress-bar__attention_1kc3v {
1589
- background: #f6bf65;
1590
- }
1591
- .stepped-progress-bar__negative_1kc3v {
1592
- background: #d91d0b;
1593
- }
1594
- .stepped-progress-bar__link_1kc3v {
1595
- background: #0072ef;
1596
- }
1597
- .stepped-progress-bar__tertiary_1kc3v {
1598
- background: #464649;
1599
- }
1600
- .stepped-progress-bar__secondary_1kc3v {
1601
- background: #8d8d93;
1602
- }
1603
- .stepped-progress-bar__primary_1kc3v {
1604
- background: #fff;
1605
- }
1606
- .stepped-progress-bar__accent_1kc3v {
1607
- background: #ef3124;
1608
- }.attach__component_b6kzc {
1609
- }
1610
- .attach__focused_b6kzc {
1611
- outline: 2px solid #0072ef;
1612
- }.confirmation-v1__errorHeader_1zhsj {
1613
- color: #fff;
1614
- color: #fff;
1615
- }
1616
- .confirmation-v1__errorText_1zhsj {
1617
- color: rgba(235, 235, 245, 0.6);
1618
- color: rgba(235, 235, 245, 0.6);
1619
- }
1620
- .confirmation-v1__phoneHintText_1zhsj {
1621
- color: rgba(235, 235, 245, 0.6);
1622
- color: rgba(235, 235, 245, 0.6);
1623
- }
1624
- .confirmation-v1__phonesWrap_1zhsj {
1625
- color: rgba(235, 235, 245, 0.6);
1626
- }
1627
- .confirmation-v1__phoneDescription_1zhsj {
1628
- color: rgba(235, 235, 245, 0.6);
1629
- }
1630
- .confirmation-v1__input_1q5cm {
1631
- background-color: #202022;
1632
- color: #fff
1633
- }
1634
- .confirmation-v1__input_1q5cm.confirmation-v1__hasError_1q5cm {
1635
- color: #f15045;
1636
- caret-color: #fff;
1637
- background-color: #35110d;
1638
- }
1639
- .confirmation-v1__input_1q5cm.confirmation-v1__disabled_1q5cm {
1640
- color: rgba(235, 235, 245, 0.3);
1641
- }
1642
- @keyframes confirmation-v1__shake_1q5cm {
1643
- }
1644
- .confirmation-v1__component_qrb1c {
1645
- color: rgba(235, 235, 245, 0.6);
1646
- color: rgba(235, 235, 245, 0.6);
1647
- }
1648
- .confirmation-v1__circle_1icd0 {
1649
- fill: transparent;
1650
- stroke: #464649;
1651
- }
1652
- .confirmation-v1__title_1nr8r {
1653
- color: #fff;
1654
- }
1655
- .confirmation-v1__description_1nr8r {
1656
- color: rgba(235, 235, 245, 0.6);
1657
- }
1658
- .confirmation-v1__alertIcon_1nr8r {
1659
- color: #d91d0b;
1660
- }
1661
- .confirmation-v1__header_172ma {
1662
- color: #fff;
1663
- color: #fff;
1664
- }
1665
- .confirmation-v1__error_172ma {
1666
- color: #f15045;
1667
- }
1668
- .confirmation-v1__loaderText_172ma {
1669
- color: rgba(235, 235, 245, 0.6);
1670
- color: rgba(235, 235, 245, 0.6);
1671
- }.custom-button__customButton_1p5ei.custom-button__white_1p5ei * {
1672
- color: #fff;
1673
- }
1674
- .custom-button__customButton_1p5ei.custom-button__black_1p5ei * {
1675
- color: #000;
1676
- }
1677
- .custom-button__customButton_1p5ei:before {
1678
- background-color: rgba(0, 0, 0, 0);
1679
- }
1680
- .custom-button__customButton_1p5ei:hover:before {
1681
- background-color: rgba(0, 0, 0, 0.07);
1682
- }
1683
- .custom-button__customButton_1p5ei:active:before {
1684
- background-color: rgba(0, 0, 0, 0.15);
1685
- }
1686
- .custom-button__customButton_1p5ei:disabled.custom-button__white_1p5ei * {
1687
- color: #fff;
1688
- }
1689
- .custom-button__customButton_1p5ei:disabled.custom-button__black_1p5ei * {
1690
- color: #000;
1691
- }
1692
- .confirmation__component_161nk {
1693
- color: rgba(235, 235, 245, 0.6);
1694
- }
1695
- .confirmation__circle_1ay7c {
1696
- fill: transparent;
1697
- stroke: #464649;
1698
- }
1699
-
1700
- .confirmation__typographyTheme_f5bna {
1701
- color: rgba(235, 235, 245, 0.6);
1702
- }
1703
- .confirmation__typographyTheme_v4nxc {
1704
- color: rgba(235, 235, 245, 0.6);
1705
- }
1706
- .confirmation__typographyTheme_lii92 {
1707
- color: rgba(235, 235, 245, 0.6);
1708
- }
1709
- .confirmation__phone_lii92 {
1710
- color: #fff;
1711
- }
1712
- .confirmation__countdownContainer_lii92 {
1713
- color: rgba(235, 235, 245, 0.6);
1714
- }
1715
- .confirmation__typographyTheme_17g86 {
1716
- color: rgba(235, 235, 245, 0.6);
1717
- }.icon-button__primary_1gqbs {
1718
- color: #fff
1719
- }
1720
- .icon-button__primary_1gqbs:hover {
1721
- color: rgb(204, 204, 204);
1722
- }
1723
- .icon-button__primary_1gqbs:active {
1724
- color: rgb(179, 179, 179);
1725
- }
1726
- .icon-button__secondary_1gqbs {
1727
- color: #8d8d93
1728
- }
1729
- .icon-button__secondary_1gqbs:hover {
1730
- color: rgb(175, 175, 179);
1731
- }
1732
- .icon-button__secondary_1gqbs:active {
1733
- color: rgb(198, 198, 201);
1734
- }
1735
- .icon-button__transparent_1gqbs {
1736
- color: rgba(255, 255, 255, 0.3)
1737
- }
1738
- .icon-button__transparent_1gqbs:hover {
1739
- color: rgba(255, 255, 255, 0.4);
1740
- }
1741
- .icon-button__transparent_1gqbs:active {
1742
- color: rgba(255, 255, 255, 0.5);
1743
- }
1744
- .icon-button__negative_1gqbs {
1745
- color: #d91d0b
1746
- }
1747
- .icon-button__negative_1gqbs:hover {
1748
- color: rgb(220, 45, 28);
1749
- }
1750
- .icon-button__negative_1gqbs:active {
1751
- color: rgb(223, 63, 48);
1752
- }
1753
- .icon-button__tertiary_1gqbs {
1754
- color: #464649
1755
- }
1756
- .icon-button__tertiary_1gqbs:hover {
1757
- color: rgb(83, 83, 86);
1758
- }
1759
- .icon-button__tertiary_1gqbs:active {
1760
- color: rgb(98, 98, 100);
1761
- }
1762
- .icon-button__component_1gqbs:disabled.icon-button__primary_1gqbs {
1763
- color: rgba(255, 255, 255, 0.3)
1764
- }
1765
- .icon-button__component_1gqbs:disabled.icon-button__primary_1gqbs.icon-button__loader_1gqbs {
1766
- color: #fff;
1767
- }
1768
- .icon-button__component_1gqbs:disabled.icon-button__secondary_1gqbs {
1769
- color: rgba(141, 141, 147, 0.3)
1770
- }
1771
- .icon-button__component_1gqbs:disabled.icon-button__secondary_1gqbs.icon-button__loader_1gqbs {
1772
- color: #8d8d93;
1773
- }
1774
- .icon-button__component_1gqbs:disabled.icon-button__negative_1gqbs {
1775
- color: rgba(217, 29, 11, 0.3)
1776
- }
1777
- .icon-button__component_1gqbs:disabled.icon-button__negative_1gqbs.icon-button__loader_1gqbs {
1778
- color: #d91d0b;
1779
- }
1780
- .icon-button__component_1gqbs:disabled.icon-button__tertiary_1gqbs {
1781
- color: rgba(70, 70, 73, 0.3)
1782
- }
1783
- .icon-button__component_1gqbs:disabled.icon-button__tertiary_1gqbs.icon-button__loader_1gqbs {
1784
- color: #464649;
1785
- }
1786
-
1787
- .icon-button__primary_1shd2 {
1788
- color: #000
1789
- }
1790
- .icon-button__primary_1shd2:hover {
1791
- color: rgb(18, 18, 18);
1792
- }
1793
- .icon-button__primary_1shd2:active {
1794
- color: rgb(38, 38, 38);
1795
- }
1796
- .icon-button__secondary_1shd2 {
1797
- color: #8a8a8e
1798
- }
1799
- .icon-button__secondary_1shd2:hover {
1800
- color: rgb(117, 117, 121);
1801
- }
1802
- .icon-button__secondary_1shd2:active {
1803
- color: rgb(110, 110, 114);
1804
- }
1805
- .icon-button__transparent_1shd2 {
1806
- color: rgba(0, 0, 0, 0.3)
1807
- }
1808
- .icon-button__transparent_1shd2:hover {
1809
- color: rgba(0, 0, 0, 0.4);
1810
- }
1811
- .icon-button__transparent_1shd2:active {
1812
- color: rgba(0, 0, 0, 0.5);
1813
- }
1814
- .icon-button__negative_1shd2 {
1815
- color: #d91d0b
1816
- }
1817
- .icon-button__negative_1shd2:hover {
1818
- color: rgb(220, 45, 28);
1819
- }
1820
- .icon-button__negative_1shd2:active {
1821
- color: rgb(223, 63, 48);
1822
- }
1823
- .icon-button__tertiary_1shd2 {
1824
- color: #c5c5c7
1825
- }
1826
- .icon-button__tertiary_1shd2:hover {
1827
- color: rgb(167, 167, 169);
1828
- }
1829
- .icon-button__tertiary_1shd2:active {
1830
- color: rgb(158, 158, 159);
1831
- }
1832
- .icon-button__component_1shd2:disabled.icon-button__primary_1shd2 {
1833
- color: rgba(0, 0, 0, 0.3)
1834
- }
1835
- .icon-button__component_1shd2:disabled.icon-button__primary_1shd2.icon-button__loader_1shd2 {
1836
- color: #000;
1837
- }
1838
- .icon-button__component_1shd2:disabled.icon-button__secondary_1shd2 {
1839
- color: rgba(138, 138, 142, 0.3)
1840
- }
1841
- .icon-button__component_1shd2:disabled.icon-button__secondary_1shd2.icon-button__loader_1shd2 {
1842
- color: #8a8a8e;
1843
- }
1844
- .icon-button__component_1shd2:disabled.icon-button__negative_1shd2 {
1845
- color: rgba(217, 29, 11, 0.3)
1846
- }
1847
- .icon-button__component_1shd2:disabled.icon-button__negative_1shd2.icon-button__loader_1shd2 {
1848
- color: #d91d0b;
1849
- }
1850
- .icon-button__component_1shd2:disabled.icon-button__tertiary_1shd2 {
1851
- color: rgba(197, 197, 199, 0.3)
1852
- }
1853
- .icon-button__component_1shd2:disabled.icon-button__tertiary_1shd2.icon-button__loader_1shd2 {
1854
- color: #c5c5c7;
1855
- }.input__input_15lx1 {
1856
- color: #fff;
1857
- caret-color: #0072ef;
1858
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1859
- }
1860
- .input__input_15lx1:-webkit-autofill {
1861
- -webkit-text-fill-color: #fff;
1862
- }
1863
- .input__input_15lx1::placeholder {
1864
- color: rgba(235, 235, 245, 0.6);
1865
- }
1866
- .input__hasInnerLabel_15lx1::placeholder {
1867
- color: rgba(235, 235, 245, 0.3);
1868
- }
1869
- .input__clearIcon_15lx1 {
1870
- color: #fff;
1871
- }
1872
- .input__input_15lx1:read-only {
1873
- color: rgba(235, 235, 245, 0.6)
1874
- }
1875
- .input__input_15lx1:read-only:focus::placeholder {
1876
- color: rgba(235, 235, 245, 0.6);
1877
- }
1878
- .input__input_15lx1:disabled {
1879
- color: #fff;
1880
- -webkit-text-fill-color: #fff;
1881
- }
1882
- .input__input_15lx1:focus::placeholder {
1883
- color: rgba(235, 235, 245, 0.3);
1884
- }
1885
- .input__error_15lx1 {
1886
- color: #f15045;
1887
- caret-color: #f15045;
1888
- }
1889
- .input__focusVisible_jn6ok {
1890
- outline: 2px solid #0072ef;
1891
- }
1892
- @keyframes input__onautofillstart_jn6ok {
1893
- from {
1894
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1895
- }
1896
- to {
1897
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1898
- }
1899
- }
1900
- @keyframes input__onautofillcancel_jn6ok {
1901
- from {
1902
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1903
- }
1904
- to {
1905
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1906
- }
1907
- }
1908
- .input__input_tfaeo {
1909
- color: #000;
1910
- caret-color: #0072ef;
1911
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1912
- }
1913
- .input__input_tfaeo:-webkit-autofill {
1914
- -webkit-text-fill-color: #000;
1915
- }
1916
- .input__input_tfaeo::placeholder {
1917
- color: rgba(60, 60, 67, 0.6);
1918
- }
1919
- .input__hasInnerLabel_tfaeo::placeholder {
1920
- color: rgba(60, 60, 67, 0.3);
1921
- }
1922
- .input__clearIcon_tfaeo {
1923
- color: #000;
1924
- }
1925
- .input__input_tfaeo:read-only {
1926
- color: rgba(60, 60, 67, 0.6)
1927
- }
1928
- .input__input_tfaeo:read-only:focus::placeholder {
1929
- color: rgba(60, 60, 67, 0.6);
1930
- }
1931
- .input__input_tfaeo:disabled {
1932
- color: #000;
1933
- -webkit-text-fill-color: #000;
1934
- }
1935
- .input__input_tfaeo:focus::placeholder {
1936
- color: rgba(60, 60, 67, 0.3);
1937
- }
1938
- .input__error_tfaeo {
1939
- color: #ef3124;
1940
- caret-color: #ef3124;
1941
- }.pagination__component_xnuxp {
1942
- color: #fff;
1943
- }
1944
- .pagination__dots_18rps {
1945
- color: rgba(235, 235, 245, 0.6);
1946
- }
1947
-
1948
- .pagination__tag_kbkis.pagination__tag_kbkis {
1949
- color: rgba(235, 235, 245, 0.6)
1950
- }
1951
- .pagination__tag_kbkis.pagination__tag_kbkis:hover:not(:disabled) {
1952
- background-color: #2c2c2e;
1953
- color: #fff;
1954
- }
1955
- .pagination__tag_kbkis.pagination__tag_kbkis:active:not(:disabled) {
1956
- background-color: #3a3a3c;
1957
- }
1958
- .pagination__tag_kbkis.pagination__tag_kbkis.pagination__checked_kbkis {
1959
- background-color: #f3f4f5;
1960
- color: #000;
1961
- }
1962
- .pagination__tag_kbkis.pagination__tag_kbkis.pagination__checked_kbkis:hover:not(:disabled) {
1963
- color: #000;
1964
- }
1965
- .pagination__tag_kbkis.pagination__tag_kbkis.pagination__checked_kbkis:active:not(:disabled) {
1966
- color: #fff;
1967
- }.plate__component_tiys2 {
1968
- color: #fff
1969
- }
1970
- .plate__focused_tiys2 {
1971
- outline: 2px solid #0072ef;
1972
- }
1973
- .plate__shadow_tiys2 {
1974
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1975
- }
1976
- .plate__common_tiys2 {
1977
- background-color: #202022;
1978
- box-shadow: 0 0 0 1px #6d7986
1979
- }
1980
- .plate__common_tiys2:before {
1981
- background-color: #6d7986;
1982
- }
1983
- .plate__negative_tiys2 {
1984
- background-color: #35110d;
1985
- box-shadow: 0 0 0 1px #d91d0b
1986
- }
1987
- .plate__negative_tiys2:before {
1988
- background-color: #d91d0b;
1989
- }
1990
- .plate__positive_tiys2 {
1991
- background-color: #042117;
1992
- box-shadow: 0 0 0 1px #13a463
1993
- }
1994
- .plate__positive_tiys2:before {
1995
- background-color: #13a463;
1996
- }
1997
- .plate__attention_tiys2 {
1998
- background-color: #332104;
1999
- box-shadow: 0 0 0 1px #de6a00
2000
- }
2001
- .plate__attention_tiys2:before {
2002
- background-color: #de6a00;
2003
- }
2004
- .plate__custom_tiys2 {
2005
- background: transparent;
2006
- box-shadow: 0 0 0 1px #6d7986
2007
- }
2008
- .plate__custom_tiys2:before {
2009
- background-color: #6d7986;
2010
- }.drawer__backdropEnter_wc4jz {
2011
- background-color: transparent;
2012
- }
2013
- .drawer__backdropEnterActive_wc4jz,
2014
- .drawer__backdropEnterDone_wc4jz {
2015
- background-color: rgba(0, 0, 0, 0.8);
2016
- }
2017
- .drawer__backdropExit_wc4jz {
2018
- background-color: rgba(0, 0, 0, 0.8);
2019
- }
2020
- .drawer__backdropExitActive_wc4jz,
2021
- .drawer__backdropExitDone_wc4jz {
2022
- background-color: transparent;
2023
- }.slider-input__slider_h47if .noUi-base:hover > .noUi-connects {
2024
- background-color: #2a2a2c;
2025
- }
2026
- .slider-input__slider_h47if .noUi-connects {
2027
- background-color: #2a2a2c;
2028
- }
2029
- .slider-input__steps_h47if {
2030
- color: rgba(235, 235, 245, 0.6);
2031
- }
2032
- .slider-input__info_h47if {
2033
- color: rgba(235, 235, 245, 0.6);
2034
- }.pure-cell__focused_exj34 {
2035
- outline: 2px solid #0072ef;
2036
- }
2037
-
2038
-
2039
-
2040
- .pure-cell__categoryPercent_6ei5t {
2041
- background-color: #202022;
2042
- }
2043
-
2044
-
2045
-
2046
-
2047
-
2048
- .with-suffix__hasSuffix_d860h input:focus::placeholder {
2049
- color: transparent;
2050
- }
2051
- .with-suffix__disabled_d860h {
2052
- color: #fff;
2053
- }
2054
- .with-suffix__readOnly_d860h {
2055
- color: rgba(235, 235, 245, 0.6);
2056
- }.file-upload-item__component_w4zr7 {
2057
- color: rgba(235, 235, 245, 0.6);
2058
- box-shadow: 0 -1px 0 0 #2b2b2e inset
2059
- }
2060
- .file-upload-item__icon_w4zr7 {
2061
- color: #fff;
2062
- }
2063
- .file-upload-item__errorIcon_w4zr7 {
2064
- color: #d91d0b;
2065
- }
2066
- .file-upload-item__successIcon_w4zr7 {
2067
- color: #2fc26e;
2068
- }
2069
- .file-upload-item__name_w4zr7 {
2070
- color: #fff
2071
- }
2072
- .file-upload-item__errorWrapper_w4zr7 {
2073
- color: #ef3124
2074
- }.bottom-sheet__modal_1ikpa {
2075
- background-color: transparent;
2076
- }
2077
- .bottom-sheet__component_1ikpa {
2078
- background: #121212;
2079
- }
2080
- .bottom-sheet__marker_1ikpa {
2081
- background-color: #2a2a2c;
2082
- }
2083
- .bottom-sheet__content_1ikpa {
2084
- color: #fff;
2085
- background-color: #121212;
2086
- }
2087
- .bottom-sheet__backer_tbpva {
2088
- color: #fff;
2089
- }
2090
- .bottom-sheet__button_tbpva {
2091
- background: rgba(255, 255, 255, 0.03);
2092
- }
2093
- .bottom-sheet__closer_1jrd7 {
2094
- color: #fff;
2095
- }
2096
- .bottom-sheet__button_1jrd7 {
2097
- background: rgba(255, 255, 255, 0.03);
2098
- }
2099
- .bottom-sheet__footer_1qv4z {
2100
- background-color: #121212;
2101
- }
2102
- .bottom-sheet__highlighted_1qv4z {
2103
- border-top: 1px solid #2b2b2e;
2104
- background-color: #121212;
2105
- }
2106
- .bottom-sheet__headerWrapper_jk6f0 {
2107
- background-color: #121212;
2108
- }
2109
- .bottom-sheet__highlighted_jk6f0 {
2110
- border-bottom: 1px solid #2b2b2e;
2111
- }.filter-tag__component_1278b.filter-tag__disabled_1278b {
2112
- background-color: rgba(32, 32, 34, 0.3);
2113
- }
2114
- .filter-tag__component_1278b.filter-tag__checked_1278b:not(.filter-tag__component_1278b.filter-tag__disabled_1278b) {
2115
- background-color: #f3f4f5;
2116
- }
2117
- .filter-tag__component_1278b.filter-tag__checked_1278b:not(.filter-tag__component_1278b.filter-tag__disabled_1278b):hover {
2118
- background-color: #f3f4f5;
2119
- }
2120
- .filter-tag__component_1278b.filter-tag__checked_1278b:not(.filter-tag__component_1278b.filter-tag__disabled_1278b):active {
2121
- background-color: rgb(194, 195, 196);
2122
- }
2123
- .filter-tag__focused_1278b {
2124
- outline: 2px solid #0072ef;
2125
- }
2126
- .filter-tag__valueButton_1278b {
2127
- color: #fff;
2128
- background-color: #202022;
2129
- border-color: transparent
2130
- }
2131
- .filter-tag__valueButton_1278b:not(.filter-tag__valueButton_1278b:disabled):hover {
2132
- background-color: #202022;
2133
- border-color: transparent;
2134
- }
2135
- .filter-tag__valueButton_1278b:not(.filter-tag__valueButton_1278b:disabled):active {
2136
- background-color: rgb(65, 65, 67);
2137
- border-color: transparent;
2138
- }
2139
- .filter-tag__valueButton_1278b:disabled {
2140
- background-color: rgba(32, 32, 34, 0.3);
2141
- border-color: transparent;
2142
- color: rgba(235, 235, 245, 0.3);
2143
- }
2144
- .filter-tag__valueButton_1278b.filter-tag__checked_1278b {
2145
- background-color: #f3f4f5;
2146
- color: #000
2147
- }
2148
- .filter-tag__valueButton_1278b.filter-tag__checked_1278b:not(.filter-tag__valueButton_1278b:disabled):hover {
2149
- background-color: #f3f4f5;
2150
- }
2151
- .filter-tag__valueButton_1278b.filter-tag__checked_1278b:not(.filter-tag__valueButton_1278b:disabled):active {
2152
- background-color: rgb(194, 195, 196);
2153
- }
2154
- .filter-tag__valueButton_1278b.filter-tag__checked_1278b:not(.filter-tag__valueButton_1278b:disabled):hover + .filter-tag__clear_1278b:before {
2155
- background-color: #464649;
2156
- }
2157
- .filter-tag__valueButton_1278b.filter-tag__checked_1278b:not(.filter-tag__valueButton_1278b:disabled):active + .filter-tag__clear_1278b:before {
2158
- background-color: transparent;
2159
- }
2160
- .filter-tag__valueButton_1278b.filter-tag__checked_1278b:disabled {
2161
- background-color: rgba(243, 244, 245, 0.3);
2162
- color: #000;
2163
- }
2164
- .filter-tag__clear_1278b {
2165
- color: #464649;
2166
- background-color: #f3f4f5
2167
- }
2168
- .filter-tag__clear_1278b:before {
2169
- background-color: #464649;
2170
- }
2171
- .filter-tag__clear_1278b:hover:before {
2172
- background-color: #464649;
2173
- }
2174
- .filter-tag__clear_1278b:active:before {
2175
- background-color: transparent;
2176
- }
2177
- .filter-tag__clear_1278b:hover {
2178
- background-color: #f3f4f5;
2179
- color: #000;
2180
- }
2181
- .filter-tag__clear_1278b:active {
2182
- background-color: rgb(194, 195, 196);
2183
- color: #000;
2184
- }
2185
-
2186
-
2187
- .modal__button_15dx5 {
2188
- background: rgba(18, 18, 18, 0.4);
2189
- }
2190
-
2191
-
2192
-
2193
-
2194
- .modal__sticky_1fmjo {
2195
- background: #121212;
2196
- }
2197
- .modal__highlighted_1fmjo {
2198
- background: #121212;
2199
- box-shadow: 0 -1px 0 0 #2b2b2e;
2200
- }
2201
-
2202
-
2203
-
2204
- .modal__highlighted_l7swy {
2205
- background: #121212;
2206
- }
2207
- .modal__sticky_l7swy.modal__hasContent_l7swy {
2208
- background: #121212;
2209
- }
2210
- .toast-plate__component_2tujm {
2211
- color: #000;
2212
- background-color: #fff;
2213
- }
2214
- .toast-plate__closeButtonWrapper_2tujm:before {
2215
- background-color: #e9e9eb;
2216
- }
2217
-
2218
- .toast-plate__component_kffnt {
2219
- color: #fff;
2220
- background-color: #121212;
2221
- }
2222
- .toast-plate__closeButtonWrapper_kffnt:before {
2223
- background-color: #262629;
2224
- }.bank-card__component_1tym0 {
2225
- --form-control-bg-color: transparent;
2226
- --form-control-focus-shadow: transparent;
2227
- --form-control-hover-bg-color: transparent;
2228
- --form-control-focus-bg-color: transparent;
2229
- }
2230
- .bank-card__label_1tym0 {
2231
- color: rgba(0, 0, 0, 0.6)
2232
- }
2233
- .bank-card__focused_1tym0 .bank-card__label_1tym0,
2234
- .bank-card__filled_1tym0 .bank-card__label_1tym0 {
2235
- color: #000
2236
- }
2237
- .bank-card__input_1tym0 {
2238
- color: #000;
2239
- caret-color: #000
2240
- }
2241
- .bank-card__bankLogo_1tym0 svg g {
2242
- fill: #000;
2243
- }
2244
- .bank-card__brandLogo_1tym0 svg {
2245
- fill: #000;
2246
- }
2247
- .bank-card__usePhoto_1tym0 {
2248
- background-color: transparent
2249
- }
2250
- .bank-card__usePhoto_1tym0 svg {
2251
- fill: #000;
2252
- }
2253
-
2254
-
2255
-
2256
- .side-panel__button_qh2mv {
2257
- background: rgba(18, 18, 18, 0.4);
2258
- }
2259
-
2260
-
2261
-
2262
-
2263
- .side-panel__sticky_1bsby {
2264
- background: #121212;
2265
- }
2266
- .side-panel__highlighted_1bsby {
2267
- background: #121212;
2268
- box-shadow: 0 -1px 0 0 #2b2b2e;
2269
- }
2270
-
2271
-
2272
-
2273
- .side-panel__highlighted_mq08o {
2274
- background: #121212;
2275
- }
2276
- .side-panel__sticky_mq08o.side-panel__hasContent_mq08o {
2277
- background: #121212;
2278
- }
2279
- .amount-input__minorPartAndCurrency_1iw73 {
2280
- color: rgba(235, 235, 245, 0.6);
2281
- }
2282
- .amount-input__filled_pl03q .amount-input__input_pl03q,
2283
- .amount-input__input_pl03q:focus {
2284
- -webkit-text-fill-color: transparent;
2285
- }
2286
- .amount-input__minorPartAndCurrency_eed6d {
2287
- color: rgba(60, 60, 67, 0.6);
2288
- }.tooltip__hint_1h94s {
2289
- background-color: #fff;
2290
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2291
- 0 8px 16px rgba(11, 31, 53, 0.16);
2292
- color: #000;
2293
- }
2294
- .tooltip__hint_1h94s .tooltip__arrow_1h94s:after {
2295
- background-color: #fff;
2296
- border-color: #fff;
2297
- }
2298
-
2299
- .tooltip__tooltip_xm45i {
2300
- background-color: #fff;
2301
- color: #000;
2302
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2303
- 0 8px 16px rgba(11, 31, 53, 0.16);
2304
- }
2305
- .tooltip__tooltip_xm45i .tooltip__arrow_xm45i:after {
2306
- background-color: #fff;
2307
- }
2308
- .tooltip__hint_xm45i {
2309
- background-color: #121212;
2310
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2311
- color: #fff;
2312
- }
2313
- .tooltip__hint_xm45i .tooltip__arrow_xm45i:after {
2314
- background-color: #121212;
2315
- }
2316
-
2317
- .calendar__wrapper_s6xei {
2318
- background: #121212;
2319
- }
2320
- .calendar__calendar_s6xei th {
2321
- border-bottom: 1px solid #2b2b2e;
2322
- }
2323
- .calendar__dayNames_s6xei {
2324
- border-bottom: 1px solid #2b2b2e;
2325
- background: #121212
2326
- }
2327
- .calendar__month_s6xei {
2328
- color: #fff;
2329
- }
2330
- .calendar__dayName_s6xei {
2331
- color: rgba(235, 235, 245, 0.6)
2332
- }
2333
- .calendar__dayName_kukl8 {
2334
- color: rgba(235, 235, 245, 0.6)
2335
- }
2336
- .calendar__day_kukl8 {
2337
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2338
- color: #fff
2339
- }
2340
- .calendar__day_kukl8.calendar__highlighted_kukl8,
2341
- .calendar__day_kukl8.calendar__range_kukl8.calendar__highlighted_kukl8:not(.calendar__disabled_kukl8) {
2342
- color: #fff;
2343
- background: #2a2a2c;
2344
- }
2345
- .calendar__day_kukl8.calendar__holiday_kukl8 {
2346
- color: #ef3124;
2347
- }
2348
- .calendar__day_kukl8.calendar__disabled_kukl8 {
2349
- color: rgba(235, 235, 245, 0.3);
2350
- background: transparent;
2351
- }
2352
- .calendar__day_kukl8.calendar__today_kukl8 {
2353
- color: #0072ef;
2354
- }
2355
- .calendar__day_kukl8.calendar__rangeComplete_kukl8 {
2356
- background: #e8f2fe;
2357
- }
2358
- .calendar__day_kukl8.calendar__selected_kukl8,
2359
- .calendar__day_kukl8.calendar__disabled_kukl8.calendar__selected_kukl8 {
2360
- color: #000;
2361
- background: #fff;
2362
- }
2363
- @media (hover) {
2364
- .calendar__day_kukl8.calendar__selected_kukl8:hover {
2365
- background: rgb(217, 217, 217);
2366
- }
2367
- }
2368
- .calendar__dayWrapper_kukl8 {
2369
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
2370
- }
2371
- .calendar__range_kukl8 .calendar__day_kukl8:not(.calendar__selected_kukl8):not(.calendar__disabled_kukl8):not(.calendar__today_kukl8):not(.calendar__holiday_kukl8) {
2372
- color: #fff;
2373
- }
2374
- .calendar__range_kukl8:before {
2375
- background: rgba(255, 255, 255, 0.1);
2376
- }
2377
- .calendar__rangeComplete_kukl8:before {
2378
- background: #e8f2fe;
2379
- }
2380
- .calendar__transitLeft_kukl8:after {
2381
- background: linear-gradient(
2382
- 270deg,
2383
- rgba(255, 255, 255, 0.1) 0%,
2384
- rgba(255, 255, 255, 0) 100%
2385
- );
2386
- }
2387
- .calendar__transitRight_kukl8:after {
2388
- background: linear-gradient(
2389
- 270deg,
2390
- rgba(255, 255, 255, 0) 0%,
2391
- rgba(255, 255, 255, 0.1) 100%
2392
- );
2393
- }
2394
- .calendar__rangeComplete_kukl8.calendar__transitLeft_kukl8:after {
2395
- background: linear-gradient(
2396
- 270deg,
2397
- #e8f2fe 0%,
2398
- rgba(255, 255, 255, 0) 100%
2399
- );
2400
- }
2401
- .calendar__rangeComplete_kukl8.calendar__transitRight_kukl8:after {
2402
- background: linear-gradient(
2403
- 270deg,
2404
- rgba(255, 255, 255, 0) 0%,
2405
- #e8f2fe 100%
2406
- );
2407
- }
2408
- .calendar__dot_kukl8 {
2409
- background: #fff;
2410
- }
2411
- .calendar__selected_kukl8 .calendar__dot_kukl8 {
2412
- background: #000;
2413
- }
2414
- .calendar__withShadow_1xqg1 {
2415
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2416
- }
2417
-
2418
- @media (max-width: 374px) {
2419
- }
2420
- .calendar__empty_6c4uc {
2421
- color: rgba(235, 235, 245, 0.6);
2422
- }
2423
- .cc-calendar .calendar__button_dxdt2 {
2424
- background-color: transparent
2425
- }
2426
- .cc-calendar .calendar__button_dxdt2:not(:disabled):hover {
2427
- background-color: #2c2c2e;
2428
- color: #fff;
2429
- }
2430
- .cc-calendar .calendar__button_dxdt2.calendar__filled_dxdt2 {
2431
- background-color: #2c2c2e
2432
- }
2433
- .cc-calendar .calendar__button_dxdt2.calendar__filled_dxdt2:not(:disabled):hover {
2434
- background-color: rgb(59, 59, 61);
2435
- }
2436
- .cc-calendar .calendar__button_dxdt2.calendar__outlined_dxdt2 {
2437
- border: 1px solid #fff;
2438
- }
2439
- .cc-calendar .calendar__button_dxdt2.calendar__selected_dxdt2,
2440
- .cc-calendar .calendar__button_dxdt2.calendar__selected_dxdt2:disabled {
2441
- background-color: #fff;
2442
- color: #000
2443
- }
2444
- .cc-calendar .calendar__button_dxdt2.calendar__selected_dxdt2:not(:disabled):hover, .cc-calendar .calendar__button_dxdt2.calendar__selected_dxdt2:disabled:not(:disabled):hover {
2445
- background-color: #fff;
2446
- color: #000;
2447
- }
2448
- @media (max-width: 374px) {
2449
- }.toast__toastPlate_1mdl2 {
2450
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2451
- }
2452
- .toast__popoverInner_1mdl2 {
2453
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2454
- background-color: transparent;
2455
- }.select__arrow_1lre0 {
2456
- color: #fff;
2457
- }
2458
- .select__popoverInner_549gu {
2459
- background: transparent;
2460
- }
2461
- .select__optionsList_549gu {
2462
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2463
- background: #121212;
2464
- }
2465
- .select__popoverInner_7qtci {
2466
- background: transparent;
2467
- }
2468
- .select__single_1t122 {
2469
- background: #fff
2470
- }
2471
- .select__placeholder_13dwa {
2472
- color: rgba(235, 235, 245, 0.6);
2473
- }
2474
- .select__focusVisible_13dwa {
2475
- outline: 2px solid #0072ef;
2476
- }
2477
- .select__optgroup_1o65g {
2478
- background: #121212
2479
- }
2480
- .select__label_1o65g {
2481
- color: rgba(235, 235, 245, 0.6);
2482
- }
2483
- .select__option_fhz03 {
2484
- background: #121212;
2485
- color: #fff
2486
- }
2487
- .select__option_fhz03:not(.select__disabled_fhz03):active {
2488
- background: #2c2c2e;
2489
- color: #fff;
2490
- }
2491
- .select__option_fhz03:before {
2492
- background: #2b2b2e;
2493
- }
2494
- .select__selected_fhz03 {
2495
- background: #121212;
2496
- color: #fff;
2497
- }
2498
- .select__highlighted_fhz03 {
2499
- background: #202022;
2500
- color: #fff
2501
- }
2502
- .select__disabled_fhz03 {
2503
- background: #121212;
2504
- color: rgba(235, 235, 245, 0.6);
2505
- }
2506
- .select__emptyPlaceholder_13ww0 {
2507
- color: rgba(235, 235, 245, 0.6);
2508
- }
2509
- .select__virtualRow_bkmps:before {
2510
- background: #2b2b2e;
2511
- }
2512
- .select__emptyPlaceholder_bkmps {
2513
- color: rgba(235, 235, 245, 0.6);
2514
- }
2515
-
2516
-
2517
-
2518
- .select__emptyPlaceholder_1yjmn {
2519
- color: rgba(235, 235, 245, 0.6);
2520
- }
2521
- .select__footer_1yjmn {
2522
- background-color: #121212
2523
- }
2524
- .select__highlighted_1yjmn {
2525
- border-top: 1px solid #2b2b2e;
2526
- background-color: #121212;
2527
- }
2528
- .select__footer_107uh {
2529
- background: #121212
2530
- }
2531
- .select__withBorder_107uh {
2532
- box-shadow: inset 0 1px 0 #262629;
2533
- }.gallery__modal_18u5o {
2534
- background: transparent;
2535
- }
2536
- .gallery__header_1ptl9 {
2537
- background-color: #e9e9eb;
2538
- }
2539
-
2540
- .gallery__component_apuo4 {
2541
- border: 2px solid rgba(0, 0, 0, 0);
2542
- }
2543
- .gallery__active_apuo4 {
2544
- border-color: #000
2545
- }
2546
- .gallery__image_apuo4 {
2547
- background-color: #121212
2548
- }
2549
- .gallery__loading_apuo4 {
2550
- background-color: #e9eaeb;
2551
- }
2552
- .gallery__brokenImageWrapper_apuo4 {
2553
- background-color: #121212
2554
- }
2555
- .gallery__focused_apuo4 {
2556
- outline: 2px solid #0072ef;
2557
- }
2558
- .gallery__component_1pds1 {
2559
- background-color: rgba(255, 255, 255, 0.5);
2560
- }
2561
- .gallery__slideLoading_1pds1 {
2562
- background-color: #e9eaeb;
2563
- }
2564
- .gallery__image_1pds1 {
2565
- background-color: #121212;
2566
- }
2567
- .gallery__smallImage_1pds1 {
2568
- background-color: #121212;
2569
- }
2570
- .gallery__arrow_1pds1 {
2571
- color: #000
2572
- }
2573
- .gallery__arrow_1pds1:hover {
2574
- background-color: rgba(255, 255, 255, 0.1);
2575
- }
2576
- .gallery__arrow_1pds1:active {
2577
- background-color: rgba(255, 255, 255, 0.2);
2578
- }
2579
- .gallery__focused_1pds1 {
2580
- outline: 2px solid #0072ef;
2581
- }
2582
- .gallery__placeholder_1pds1 {
2583
- background-color: #121212;
2584
- }
2585
- .gallery__fullScreenImage_1pds1 {
2586
- background-color: #121212;
2587
- }
2588
- .gallery__component_6cvvg {
2589
- background-color: #e9e9eb
2590
- }@media (min-width: 600px) {
2591
- }.calendar-with-skeleton__skeleton_z9m3u {
2592
- background-color: #121212;
2593
- }.calendar-input__calendarIcon_d7iey {
2594
- color: #fff
2595
- }
2596
-
2597
- .input-autocomplete__placeholder_1jd5j {
2598
- color: rgba(235, 235, 245, 0.6);
2599
- }
2600
- .input-autocomplete__focusVisible_1jd5j {
2601
- outline: 2px solid #0072ef;
2602
- }.select-with-tags__tag_vrgw5:active:not(:disabled) {
2603
- background-color: #f3f4f5;
2604
- color: #000;
2605
- }
2606
- .select-with-tags__tag_vrgw5:hover:not(:disabled):not(:active) {
2607
- background-color: #f3f4f5;
2608
- color: #000;
2609
- }
2610
- .select-with-tags__input_10bvz {
2611
- background-color: transparent;
2612
- color: #fff
2613
- }
2614
- .select-with-tags__input_10bvz:disabled {
2615
- color: rgba(235, 235, 245, 0.6);
2616
- }
2617
- .select-with-tags__input_10bvz::placeholder {
2618
- color: rgba(235, 235, 245, 0.6);
2619
- }
2620
- .select-with-tags__input_10bvz:focus::placeholder {
2621
- color: rgba(235, 235, 245, 0.3);
2622
- }
2623
- .select-with-tags__focusVisible_10bvz {
2624
- outline: 2px solid #0072ef;
2625
- }
2626
- .select-with-tags__placeholder_10bvz {
2627
- color: rgba(235, 235, 245, 0.3);
2628
- }.calendar-range__divider_179jt:after {
2629
- background-color: #fff;
2630
- }.table__component_3ived {
2631
- border-top: 1px solid #2b2b2e;
2632
- }
2633
- .table__wrapper_ci4vy {
2634
- background: #121212;
2635
- box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2636
- 0 2px 4px rgba(11, 31, 53, 0.16);
2637
- }
2638
-
2639
- .table__component_4jfwm {
2640
- color: #fff;
2641
- border-top: 1px solid #2b2b2e
2642
- }
2643
-
2644
- .table__component_x3k0x th:not(:last-child):not(:empty):after {
2645
- background-color: #2a2a2c;
2646
- }
2647
- .table__component_1fnfd {
2648
- color: #fff;
2649
- border-bottom: 1px solid #2b2b2e;
2650
- background: #121212
2651
- }
2652
- .table__sorted_1fnfd {
2653
- color: #fff;
2654
- }
2655
- .table__component_q5ojc {
2656
- background: #121212
2657
- }
2658
- .table__withoutBorder_q5ojc {
2659
- }
2660
- .table__clickable_q5ojc:hover {
2661
- background-color: #202022;
2662
- }
2663
- .table__selected_q5ojc {
2664
- background-color: #f2f8ff
2665
- }
2666
- .table__selected_q5ojc:hover {
2667
- background-color: #e8f2fe;
2668
- }
2669
- .table__icon_xzgsk {
2670
- color: #8d8d93
2671
- }
2672
- .table__icon_xzgsk:hover {
2673
- color: #fff;
2674
- }
2675
- .table__sorted_xzgsk {
2676
- color: #0072ef
2677
- }
2678
- .table__sorted_xzgsk:hover {
2679
- color: #0072ef;
2680
- }
2681
- .table__open_ihslj,
2682
- .table__open_ihslj:hover {
2683
- background-color: rgba(255, 255, 255, 0.163);
2684
- }.intl-phone-input__emptyCountryIcon_1roio {
2685
- color: #8d8d93;
2686
- }
2687
- .intl-phone-input__flagIcon_tg0no {
2688
- box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2689
- }
2690
- .intl-phone-input__dialCode_yftuh {
2691
- color: rgba(235, 235, 245, 0.6);
2692
- }
2693
- .intl-phone-input__emptyCountryIcon_hqocr {
2694
- color: #8d8d93;
2695
- }
2696
- .intl-phone-input__focusVisible_hqocr {
2697
- outline: 2px solid #0072ef;
2698
- }