@alfalab/core-components 27.8.1 → 27.9.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 (1948) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/cssm/index.module.css +0 -707
  3. package/alert/esm/Component.js +1 -1
  4. package/alert/esm/index.css +5 -712
  5. package/alert/index.css +5 -712
  6. package/alert/modern/Component.js +1 -1
  7. package/alert/modern/index.css +5 -712
  8. package/amount/component.js +1 -1
  9. package/amount/cssm/index.module.css +0 -714
  10. package/amount/esm/component.js +1 -1
  11. package/amount/esm/index.css +7 -721
  12. package/amount/esm/pure/component.js +1 -1
  13. package/amount/esm/pure/index.css +2 -2
  14. package/amount/index.css +7 -721
  15. package/amount/modern/component.js +1 -1
  16. package/amount/modern/index.css +7 -721
  17. package/amount/modern/pure/component.js +1 -1
  18. package/amount/modern/pure/index.css +2 -2
  19. package/amount/pure/component.js +1 -1
  20. package/amount/pure/index.css +2 -2
  21. package/amount-input/Component.d.ts +10 -0
  22. package/amount-input/Component.js +10 -8
  23. package/amount-input/cssm/Component.d.ts +10 -0
  24. package/amount-input/cssm/Component.js +7 -5
  25. package/amount-input/cssm/default.module.css +0 -711
  26. package/amount-input/cssm/index.module.css +0 -714
  27. package/amount-input/cssm/inverted.module.css +0 -714
  28. package/amount-input/cssm/utils/index.js +16 -5
  29. package/amount-input/default.css +2 -713
  30. package/amount-input/esm/Component.d.ts +10 -0
  31. package/amount-input/esm/Component.js +10 -8
  32. package/amount-input/esm/default.css +2 -713
  33. package/amount-input/esm/index.css +7 -721
  34. package/amount-input/esm/inverted.css +2 -716
  35. package/amount-input/esm/utils/index.js +16 -5
  36. package/amount-input/index.css +7 -721
  37. package/amount-input/inverted.css +2 -716
  38. package/amount-input/modern/Component.d.ts +10 -0
  39. package/amount-input/modern/Component.js +8 -6
  40. package/amount-input/modern/default.css +2 -713
  41. package/amount-input/modern/index.css +7 -721
  42. package/amount-input/modern/inverted.css +2 -716
  43. package/amount-input/modern/utils/index.js +18 -7
  44. package/amount-input/utils/index.js +16 -5
  45. package/attach/Component.js +1 -1
  46. package/attach/cssm/index.module.css +1 -706
  47. package/attach/esm/Component.js +1 -1
  48. package/attach/esm/index.css +28 -733
  49. package/attach/index.css +28 -733
  50. package/attach/modern/Component.js +1 -1
  51. package/attach/modern/index.css +28 -733
  52. package/backdrop/Component.js +1 -1
  53. package/backdrop/cssm/index.module.css +0 -711
  54. package/backdrop/cssm/vars.css +0 -718
  55. package/backdrop/esm/Component.js +1 -1
  56. package/backdrop/esm/index.css +11 -722
  57. package/backdrop/index.css +11 -722
  58. package/backdrop/modern/Component.js +1 -1
  59. package/backdrop/modern/index.css +11 -722
  60. package/badge/Component.js +1 -1
  61. package/badge/cssm/index.module.css +0 -693
  62. package/badge/esm/Component.js +1 -1
  63. package/badge/esm/index.css +37 -730
  64. package/badge/index.css +37 -730
  65. package/badge/modern/Component.js +1 -1
  66. package/badge/modern/index.css +37 -730
  67. package/bank-card/Component.js +1 -1
  68. package/bank-card/esm/Component.js +1 -1
  69. package/bank-card/esm/index.css +20 -20
  70. package/bank-card/index.css +20 -20
  71. package/bank-card/modern/Component.js +1 -1
  72. package/bank-card/modern/index.css +20 -20
  73. package/base-modal/Component.js +1 -1
  74. package/base-modal/cssm/index.module.css +0 -711
  75. package/base-modal/esm/Component.js +1 -1
  76. package/base-modal/esm/index.css +12 -723
  77. package/base-modal/index.css +12 -723
  78. package/base-modal/modern/Component.js +1 -1
  79. package/base-modal/modern/index.css +12 -723
  80. package/bottom-sheet/{component-f9f8679d.d.ts → component-d3245645.d.ts} +0 -0
  81. package/bottom-sheet/{component-f9f8679d.js → component-d3245645.js} +3 -3
  82. package/bottom-sheet/component.js +2 -2
  83. package/bottom-sheet/components/backer/Component.js +2 -2
  84. package/bottom-sheet/components/backer/index.css +3 -3
  85. package/bottom-sheet/components/closer/Component.js +2 -2
  86. package/bottom-sheet/components/closer/index.css +3 -3
  87. package/bottom-sheet/components/footer/Component.js +1 -1
  88. package/bottom-sheet/components/footer/index.css +4 -711
  89. package/bottom-sheet/components/header/Component.js +2 -2
  90. package/bottom-sheet/components/header/index.css +17 -717
  91. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  92. package/bottom-sheet/cssm/components/footer/index.module.css +0 -707
  93. package/bottom-sheet/cssm/components/header/index.module.css +0 -700
  94. package/bottom-sheet/cssm/index.module.css +0 -701
  95. package/bottom-sheet/esm/{component-571e2169.d.ts → component-407309c5.d.ts} +0 -0
  96. package/bottom-sheet/esm/{component-571e2169.js → component-407309c5.js} +3 -3
  97. package/bottom-sheet/esm/component.js +2 -2
  98. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  99. package/bottom-sheet/esm/components/backer/index.css +3 -3
  100. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  101. package/bottom-sheet/esm/components/closer/index.css +3 -3
  102. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  103. package/bottom-sheet/esm/components/footer/index.css +4 -711
  104. package/bottom-sheet/esm/components/header/Component.js +2 -2
  105. package/bottom-sheet/esm/components/header/index.css +17 -717
  106. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  107. package/bottom-sheet/esm/index.css +16 -717
  108. package/bottom-sheet/esm/index.d.ts +1 -1
  109. package/bottom-sheet/esm/index.js +2 -2
  110. package/bottom-sheet/esm/{tslib.es6-afb59a02.d.ts → tslib.es6-8e8d228c.d.ts} +0 -0
  111. package/bottom-sheet/esm/{tslib.es6-afb59a02.js → tslib.es6-8e8d228c.js} +0 -0
  112. package/bottom-sheet/index.css +16 -717
  113. package/bottom-sheet/index.d.ts +1 -1
  114. package/bottom-sheet/index.js +2 -2
  115. package/bottom-sheet/modern/{component-e51a358d.d.ts → component-4fdf456d.d.ts} +0 -0
  116. package/bottom-sheet/modern/{component-e51a358d.js → component-4fdf456d.js} +2 -2
  117. package/bottom-sheet/modern/component.js +1 -1
  118. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  119. package/bottom-sheet/modern/components/backer/index.css +3 -3
  120. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  121. package/bottom-sheet/modern/components/closer/index.css +3 -3
  122. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  123. package/bottom-sheet/modern/components/footer/index.css +4 -711
  124. package/bottom-sheet/modern/components/header/Component.js +1 -1
  125. package/bottom-sheet/modern/components/header/index.css +17 -717
  126. package/bottom-sheet/modern/index.css +16 -717
  127. package/bottom-sheet/modern/index.d.ts +1 -1
  128. package/bottom-sheet/modern/index.js +1 -1
  129. package/bottom-sheet/{tslib.es6-1c66d354.d.ts → tslib.es6-1cc46ed6.d.ts} +0 -0
  130. package/bottom-sheet/{tslib.es6-1c66d354.js → tslib.es6-1cc46ed6.js} +0 -0
  131. package/button/Component.js +3 -3
  132. package/button/cssm/default.module.css +0 -687
  133. package/button/cssm/index.module.css +0 -689
  134. package/button/cssm/inverted.module.css +0 -694
  135. package/button/default.css +41 -728
  136. package/button/esm/Component.js +3 -3
  137. package/button/esm/default.css +41 -728
  138. package/button/esm/index.css +54 -743
  139. package/button/esm/inverted.css +41 -735
  140. package/button/index.css +54 -743
  141. package/button/inverted.css +41 -735
  142. package/button/modern/Component.js +3 -3
  143. package/button/modern/default.css +41 -728
  144. package/button/modern/index.css +54 -743
  145. package/button/modern/inverted.css +41 -735
  146. package/calendar/Component.d.ts +5 -9
  147. package/calendar/Component.js +8 -8
  148. package/calendar/Context-bdb4c6b9.d.ts +4 -0
  149. package/calendar/components/calendar-mobile/Component.d.ts +40 -0
  150. package/calendar/components/calendar-mobile/Component.js +202 -0
  151. package/calendar/components/calendar-mobile/index.css +97 -0
  152. package/calendar/components/calendar-mobile/index.d.ts +1 -0
  153. package/calendar/components/calendar-mobile/index.js +72 -0
  154. package/calendar/components/days-table/Component.d.ts +9 -2
  155. package/calendar/components/days-table/Component.js +42 -21
  156. package/calendar/components/days-table/index.css +95 -773
  157. package/calendar/components/days-table/index.js +1 -1
  158. package/calendar/components/header/Component.js +1 -1
  159. package/calendar/components/header/index.css +3 -736
  160. package/calendar/components/month-year-header/Component.js +2 -2
  161. package/calendar/components/month-year-header/index.css +10 -742
  162. package/calendar/components/month-year-header/index.js +1 -1
  163. package/calendar/components/months-table/Component.js +2 -2
  164. package/calendar/components/months-table/index.css +12 -746
  165. package/calendar/components/months-table/index.js +1 -1
  166. package/calendar/components/period-slider/Component.js +1 -1
  167. package/calendar/components/period-slider/index.css +10 -735
  168. package/calendar/components/select-button/Component.js +2 -2
  169. package/calendar/components/select-button/index.css +10 -732
  170. package/calendar/components/select-button/index.js +1 -1
  171. package/calendar/components/years-table/Component.js +2 -2
  172. package/calendar/components/years-table/index.css +12 -747
  173. package/calendar/components/years-table/index.js +1 -1
  174. package/calendar/cssm/Component.d.ts +5 -9
  175. package/calendar/cssm/Component.js +8 -8
  176. package/calendar/cssm/Context-bdb4c6b9.d.ts +4 -0
  177. package/calendar/cssm/components/calendar-mobile/Component.d.ts +40 -0
  178. package/calendar/cssm/components/calendar-mobile/Component.js +209 -0
  179. package/calendar/cssm/components/calendar-mobile/index.d.ts +1 -0
  180. package/calendar/cssm/components/calendar-mobile/index.js +81 -0
  181. package/calendar/cssm/components/calendar-mobile/index.module.css +96 -0
  182. package/calendar/cssm/components/days-table/Component.d.ts +9 -2
  183. package/calendar/cssm/components/days-table/Component.js +41 -20
  184. package/calendar/cssm/components/days-table/index.js +1 -1
  185. package/calendar/cssm/components/days-table/index.module.css +47 -725
  186. package/calendar/cssm/components/header/index.module.css +0 -733
  187. package/calendar/cssm/components/month-year-header/Component.js +1 -1
  188. package/calendar/cssm/components/month-year-header/index.js +1 -1
  189. package/calendar/cssm/components/month-year-header/index.module.css +0 -735
  190. package/calendar/cssm/components/months-table/Component.js +1 -1
  191. package/calendar/cssm/components/months-table/index.js +1 -1
  192. package/calendar/cssm/components/months-table/index.module.css +2 -760
  193. package/calendar/cssm/components/period-slider/index.module.css +0 -725
  194. package/calendar/cssm/components/select-button/Component.js +1 -1
  195. package/calendar/cssm/components/select-button/index.js +1 -1
  196. package/calendar/cssm/components/select-button/index.module.css +0 -758
  197. package/calendar/cssm/components/years-table/Component.js +1 -1
  198. package/calendar/cssm/components/years-table/index.js +1 -1
  199. package/calendar/cssm/components/years-table/index.module.css +1 -760
  200. package/calendar/cssm/index-bdb4c6b9.d.ts +221 -0
  201. package/calendar/cssm/index.d.ts +1 -0
  202. package/calendar/cssm/index.js +7 -2
  203. package/calendar/cssm/index.module.css +2 -734
  204. package/calendar/cssm/{tslib.es6-ce870b46.d.ts → tslib.es6-f8106a15.d.ts} +0 -0
  205. package/{select/tslib.es6-eac1f553.js → calendar/cssm/tslib.es6-f8106a15.js} +0 -0
  206. package/calendar/cssm/useCalendar.d.ts +3 -3
  207. package/calendar/cssm/useCalendar.js +2 -1
  208. package/calendar/cssm/vars.css +0 -24
  209. package/calendar/esm/Component.d.ts +5 -9
  210. package/calendar/esm/Component.js +8 -8
  211. package/calendar/esm/Context-bdb4c6b9.d.ts +4 -0
  212. package/calendar/esm/components/calendar-mobile/Component.d.ts +40 -0
  213. package/calendar/esm/components/calendar-mobile/Component.js +192 -0
  214. package/calendar/esm/components/calendar-mobile/index.css +97 -0
  215. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -0
  216. package/calendar/esm/components/calendar-mobile/index.js +66 -0
  217. package/calendar/esm/components/days-table/Component.d.ts +9 -2
  218. package/calendar/esm/components/days-table/Component.js +43 -22
  219. package/calendar/esm/components/days-table/index.css +95 -773
  220. package/calendar/esm/components/days-table/index.js +1 -1
  221. package/calendar/esm/components/header/Component.js +1 -1
  222. package/calendar/esm/components/header/index.css +3 -736
  223. package/calendar/esm/components/month-year-header/Component.js +2 -2
  224. package/calendar/esm/components/month-year-header/index.css +10 -742
  225. package/calendar/esm/components/month-year-header/index.js +1 -1
  226. package/calendar/esm/components/months-table/Component.js +2 -2
  227. package/calendar/esm/components/months-table/index.css +12 -746
  228. package/calendar/esm/components/months-table/index.js +1 -1
  229. package/calendar/esm/components/period-slider/Component.js +1 -1
  230. package/calendar/esm/components/period-slider/index.css +10 -735
  231. package/calendar/esm/components/select-button/Component.js +2 -2
  232. package/calendar/esm/components/select-button/index.css +10 -732
  233. package/calendar/esm/components/select-button/index.js +1 -1
  234. package/calendar/esm/components/years-table/Component.js +2 -2
  235. package/calendar/esm/components/years-table/index.css +12 -747
  236. package/calendar/esm/components/years-table/index.js +1 -1
  237. package/calendar/esm/index-bdb4c6b9.d.ts +221 -0
  238. package/calendar/esm/index.css +13 -745
  239. package/calendar/esm/index.d.ts +1 -0
  240. package/calendar/esm/index.js +4 -1
  241. package/calendar/esm/{tslib.es6-71085890.d.ts → tslib.es6-39912b88.d.ts} +0 -0
  242. package/{gallery/esm/tslib.es6-c4712e1d.js → calendar/esm/tslib.es6-39912b88.js} +9 -1
  243. package/calendar/esm/useCalendar.d.ts +3 -3
  244. package/calendar/esm/useCalendar.js +2 -1
  245. package/calendar/index-bdb4c6b9.d.ts +221 -0
  246. package/calendar/index.css +13 -745
  247. package/calendar/index.d.ts +1 -0
  248. package/calendar/index.js +6 -2
  249. package/calendar/modern/Component.d.ts +5 -9
  250. package/calendar/modern/Component.js +3 -3
  251. package/calendar/modern/Context-bdb4c6b9.d.ts +4 -0
  252. package/calendar/modern/components/calendar-mobile/Component.d.ts +40 -0
  253. package/calendar/modern/components/calendar-mobile/Component.js +188 -0
  254. package/calendar/modern/components/calendar-mobile/index.css +97 -0
  255. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -0
  256. package/calendar/modern/components/calendar-mobile/index.js +65 -0
  257. package/calendar/modern/components/days-table/Component.d.ts +9 -2
  258. package/calendar/modern/components/days-table/Component.js +42 -21
  259. package/calendar/modern/components/days-table/index.css +95 -773
  260. package/calendar/modern/components/header/Component.js +1 -1
  261. package/calendar/modern/components/header/index.css +3 -736
  262. package/calendar/modern/components/month-year-header/Component.js +1 -1
  263. package/calendar/modern/components/month-year-header/index.css +10 -742
  264. package/calendar/modern/components/months-table/Component.js +1 -1
  265. package/calendar/modern/components/months-table/index.css +12 -746
  266. package/calendar/modern/components/period-slider/Component.js +1 -1
  267. package/calendar/modern/components/period-slider/index.css +10 -735
  268. package/calendar/modern/components/select-button/Component.js +1 -1
  269. package/calendar/modern/components/select-button/index.css +10 -732
  270. package/calendar/modern/components/years-table/Component.js +1 -1
  271. package/calendar/modern/components/years-table/index.css +12 -747
  272. package/calendar/modern/index-bdb4c6b9.d.ts +221 -0
  273. package/calendar/modern/index.css +13 -745
  274. package/calendar/modern/index.d.ts +1 -0
  275. package/calendar/modern/index.js +3 -0
  276. package/calendar/modern/useCalendar.d.ts +3 -3
  277. package/calendar/modern/useCalendar.js +2 -1
  278. package/calendar/{tslib.es6-cee35d46.d.ts → tslib.es6-b32742c1.d.ts} +0 -0
  279. package/calendar/tslib.es6-b32742c1.js +49 -0
  280. package/calendar/useCalendar.d.ts +3 -3
  281. package/calendar/useCalendar.js +2 -1
  282. package/calendar-input/Component.d.ts +9 -4
  283. package/calendar-input/Component.js +32 -13
  284. package/calendar-input/cssm/Component.d.ts +9 -4
  285. package/calendar-input/cssm/Component.js +31 -12
  286. package/calendar-input/cssm/index.js +1 -0
  287. package/calendar-input/cssm/index.module.css +2 -729
  288. package/calendar-input/cssm/stories.module.css +0 -741
  289. package/calendar-input/esm/Component.d.ts +9 -4
  290. package/calendar-input/esm/Component.js +33 -14
  291. package/calendar-input/esm/index.css +12 -739
  292. package/calendar-input/esm/index.js +1 -0
  293. package/calendar-input/index.css +12 -739
  294. package/calendar-input/index.js +1 -0
  295. package/calendar-input/modern/Component.d.ts +9 -4
  296. package/calendar-input/modern/Component.js +34 -15
  297. package/calendar-input/modern/index.css +12 -739
  298. package/calendar-input/modern/index.js +1 -0
  299. package/calendar-range/Component.js +1 -1
  300. package/calendar-range/cssm/views/index.module.css +0 -731
  301. package/calendar-range/esm/Component.js +1 -1
  302. package/calendar-range/esm/index.js +1 -1
  303. package/calendar-range/esm/{index.module-b3edfa71.d.ts → index.module-e395b688.d.ts} +0 -0
  304. package/calendar-range/esm/{index.module-b3edfa71.js → index.module-e395b688.js} +1 -1
  305. package/calendar-range/esm/views/index.css +8 -739
  306. package/calendar-range/esm/views/popover.js +1 -1
  307. package/calendar-range/esm/views/static.js +1 -1
  308. package/calendar-range/index.js +1 -1
  309. package/calendar-range/{index.module-d4328fc6.d.ts → index.module-153a557c.d.ts} +0 -0
  310. package/calendar-range/{index.module-d4328fc6.js → index.module-153a557c.js} +1 -1
  311. package/calendar-range/modern/Component.js +1 -1
  312. package/calendar-range/modern/index.js +1 -1
  313. package/calendar-range/modern/index.module-44abc47e.js +4 -0
  314. package/calendar-range/modern/views/index.css +8 -739
  315. package/calendar-range/modern/views/popover.js +1 -1
  316. package/calendar-range/modern/views/static.js +1 -1
  317. package/calendar-range/views/index.css +8 -739
  318. package/calendar-range/views/popover.js +1 -1
  319. package/calendar-range/views/static.js +1 -1
  320. package/calendar-with-skeleton/Component.js +1 -1
  321. package/calendar-with-skeleton/cssm/index.module.css +0 -707
  322. package/calendar-with-skeleton/esm/Component.js +1 -1
  323. package/calendar-with-skeleton/esm/index.css +12 -719
  324. package/calendar-with-skeleton/index.css +12 -719
  325. package/calendar-with-skeleton/modern/Component.js +1 -1
  326. package/calendar-with-skeleton/modern/index.css +12 -719
  327. package/card-image/Component.js +1 -1
  328. package/card-image/cssm/index.module.css +0 -711
  329. package/card-image/esm/Component.js +1 -1
  330. package/card-image/esm/index.css +6 -717
  331. package/card-image/index.css +6 -717
  332. package/card-image/modern/Component.js +1 -1
  333. package/card-image/modern/index.css +6 -717
  334. package/cdn-icon/Component.js +1 -1
  335. package/cdn-icon/cssm/index.module.css +0 -714
  336. package/cdn-icon/esm/Component.js +1 -1
  337. package/cdn-icon/esm/index.css +2 -716
  338. package/cdn-icon/index.css +2 -716
  339. package/cdn-icon/modern/Component.js +1 -1
  340. package/cdn-icon/modern/index.css +2 -716
  341. package/chart/Component.js +2 -2
  342. package/chart/components/Dot/index.css +7 -7
  343. package/chart/components/Dot/index.js +1 -1
  344. package/chart/components/Legends/index.css +7 -718
  345. package/chart/components/Legends/index.js +1 -1
  346. package/chart/components/Tick/index.css +3 -713
  347. package/chart/components/Tick/index.js +1 -1
  348. package/chart/components/TooltipContent/index.css +6 -708
  349. package/chart/components/TooltipContent/index.js +1 -1
  350. package/chart/cssm/components/Legends/index.module.css +0 -711
  351. package/chart/cssm/components/Tick/index.module.css +0 -710
  352. package/chart/cssm/components/TooltipContent/index.module.css +0 -702
  353. package/chart/cssm/index.module.css +0 -711
  354. package/chart/esm/Component.js +2 -2
  355. package/chart/esm/components/Dot/index.css +7 -7
  356. package/chart/esm/components/Dot/index.js +1 -1
  357. package/chart/esm/components/Legends/index.css +7 -718
  358. package/chart/esm/components/Legends/index.js +1 -1
  359. package/chart/esm/components/Tick/index.css +3 -713
  360. package/chart/esm/components/Tick/index.js +1 -1
  361. package/chart/esm/components/TooltipContent/index.css +6 -708
  362. package/chart/esm/components/TooltipContent/index.js +1 -1
  363. package/chart/esm/hooks/useSettings/index.js +1 -1
  364. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  365. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  366. package/chart/esm/index.css +2 -724
  367. package/chart/esm/index.js +1 -1
  368. package/chart/esm/{tslib.es6-6d019bdb.d.ts → tslib.es6-fe748ebd.d.ts} +0 -0
  369. package/chart/esm/{tslib.es6-6d019bdb.js → tslib.es6-fe748ebd.js} +0 -0
  370. package/chart/hooks/useSettings/index.js +1 -1
  371. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  372. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  373. package/chart/index.css +2 -724
  374. package/chart/index.js +1 -1
  375. package/chart/modern/Component.js +1 -1
  376. package/chart/modern/components/Dot/index.css +7 -7
  377. package/chart/modern/components/Dot/index.js +1 -1
  378. package/chart/modern/components/Legends/index.css +7 -718
  379. package/chart/modern/components/Legends/index.js +1 -1
  380. package/chart/modern/components/Tick/index.css +3 -713
  381. package/chart/modern/components/Tick/index.js +1 -1
  382. package/chart/modern/components/TooltipContent/index.css +6 -708
  383. package/chart/modern/components/TooltipContent/index.js +1 -1
  384. package/chart/modern/index.css +2 -724
  385. package/chart/{tslib.es6-480b4110.d.ts → tslib.es6-45ab8d68.d.ts} +0 -0
  386. package/chart/{tslib.es6-480b4110.js → tslib.es6-45ab8d68.js} +0 -0
  387. package/checkbox/Component.js +1 -1
  388. package/checkbox/cssm/index.module.css +0 -683
  389. package/checkbox/esm/Component.js +1 -1
  390. package/checkbox/esm/index.css +36 -719
  391. package/checkbox/index.css +36 -719
  392. package/checkbox/modern/Component.js +1 -1
  393. package/checkbox/modern/index.css +36 -719
  394. package/checkbox-group/Component.js +1 -1
  395. package/checkbox-group/cssm/index.module.css +0 -701
  396. package/checkbox-group/esm/Component.js +1 -1
  397. package/checkbox-group/esm/index.css +16 -717
  398. package/checkbox-group/index.css +16 -717
  399. package/checkbox-group/modern/Component.js +1 -1
  400. package/checkbox-group/modern/index.css +16 -717
  401. package/circular-progress-bar/Component.js +1 -1
  402. package/circular-progress-bar/cssm/index.module.css +0 -424
  403. package/circular-progress-bar/esm/Component.js +1 -1
  404. package/circular-progress-bar/esm/index.css +20 -444
  405. package/circular-progress-bar/index.css +20 -444
  406. package/circular-progress-bar/modern/Component.js +1 -1
  407. package/circular-progress-bar/modern/index.css +20 -444
  408. package/code-input/component.js +1 -1
  409. package/code-input/components/input/component.js +1 -1
  410. package/code-input/components/input/index.css +10 -707
  411. package/code-input/cssm/components/input/index.module.css +0 -697
  412. package/code-input/cssm/index.module.css +0 -708
  413. package/code-input/cssm/vars.css +0 -722
  414. package/code-input/esm/component.js +1 -1
  415. package/code-input/esm/components/input/component.js +1 -1
  416. package/code-input/esm/components/input/index.css +10 -707
  417. package/code-input/esm/index.css +5 -713
  418. package/code-input/index.css +5 -713
  419. package/code-input/modern/component.js +1 -1
  420. package/code-input/modern/components/input/component.js +1 -1
  421. package/code-input/modern/components/input/index.css +10 -707
  422. package/code-input/modern/index.css +5 -713
  423. package/collapse/Component.js +1 -1
  424. package/collapse/cssm/index.module.css +0 -710
  425. package/collapse/esm/Component.js +1 -1
  426. package/collapse/esm/index.css +7 -717
  427. package/collapse/index.css +7 -717
  428. package/collapse/modern/Component.js +1 -1
  429. package/collapse/modern/index.css +7 -717
  430. package/confirmation/component.js +2 -2
  431. package/confirmation/components/countdown-loader/component.js +1 -1
  432. package/confirmation/components/countdown-loader/index.css +2 -731
  433. package/confirmation/components/index.js +1 -1
  434. package/confirmation/components/screens/fatal-error/component.js +1 -1
  435. package/confirmation/components/screens/fatal-error/index.css +3 -712
  436. package/confirmation/components/screens/hint/component.js +1 -1
  437. package/confirmation/components/screens/hint/index.css +13 -721
  438. package/confirmation/components/screens/index.js +1 -1
  439. package/confirmation/components/screens/initial/component.js +1 -1
  440. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  441. package/confirmation/components/screens/initial/index.css +16 -728
  442. package/confirmation/components/screens/initial/index.js +1 -1
  443. package/confirmation/components/screens/temp-block/component.js +1 -1
  444. package/confirmation/components/screens/temp-block/index.css +5 -713
  445. package/confirmation/{countdown-section-af9288d8.d.ts → countdown-section-251bbf32.d.ts} +0 -0
  446. package/confirmation/{countdown-section-af9288d8.js → countdown-section-251bbf32.js} +1 -1
  447. package/confirmation/cssm/components/countdown-loader/index.module.css +0 -729
  448. package/confirmation/cssm/components/screens/fatal-error/index.module.css +0 -709
  449. package/confirmation/cssm/components/screens/hint/index.module.css +0 -708
  450. package/confirmation/cssm/components/screens/initial/index.module.css +0 -712
  451. package/confirmation/cssm/components/screens/temp-block/index.module.css +0 -708
  452. package/confirmation/cssm/index.module.css +0 -720
  453. package/confirmation/cssm/vars.css +0 -732
  454. package/confirmation/esm/component.js +2 -2
  455. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  456. package/confirmation/esm/components/countdown-loader/index.css +2 -731
  457. package/confirmation/esm/components/index.js +1 -1
  458. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  459. package/confirmation/esm/components/screens/fatal-error/index.css +3 -712
  460. package/confirmation/esm/components/screens/hint/component.js +1 -1
  461. package/confirmation/esm/components/screens/hint/index.css +13 -721
  462. package/confirmation/esm/components/screens/index.js +1 -1
  463. package/confirmation/esm/components/screens/initial/component.js +1 -1
  464. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  465. package/confirmation/esm/components/screens/initial/index.css +16 -728
  466. package/confirmation/esm/components/screens/initial/index.js +1 -1
  467. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  468. package/confirmation/esm/components/screens/temp-block/index.css +5 -713
  469. package/confirmation/esm/{countdown-section-90891041.d.ts → countdown-section-3dd874f2.d.ts} +0 -0
  470. package/confirmation/esm/{countdown-section-90891041.js → countdown-section-3dd874f2.js} +1 -1
  471. package/confirmation/esm/index.css +3 -723
  472. package/confirmation/esm/index.js +1 -1
  473. package/confirmation/index.css +3 -723
  474. package/confirmation/index.js +1 -1
  475. package/confirmation/modern/component.js +2 -2
  476. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  477. package/confirmation/modern/components/countdown-loader/index.css +2 -731
  478. package/confirmation/modern/components/index.js +1 -1
  479. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  480. package/confirmation/modern/components/screens/fatal-error/index.css +3 -712
  481. package/confirmation/modern/components/screens/hint/component.js +1 -1
  482. package/confirmation/modern/components/screens/hint/index.css +13 -721
  483. package/confirmation/modern/components/screens/index.js +1 -1
  484. package/confirmation/modern/components/screens/initial/component.js +1 -1
  485. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  486. package/confirmation/modern/components/screens/initial/index.css +16 -728
  487. package/confirmation/modern/components/screens/initial/index.js +1 -1
  488. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  489. package/confirmation/modern/components/screens/temp-block/index.css +5 -713
  490. package/confirmation/modern/{countdown-section-ddce4bae.d.ts → countdown-section-e7a050c6.d.ts} +0 -0
  491. package/confirmation/modern/{countdown-section-ddce4bae.js → countdown-section-e7a050c6.js} +1 -1
  492. package/confirmation/modern/index.css +3 -723
  493. package/confirmation/modern/index.js +1 -1
  494. package/custom-button/Component.js +1 -1
  495. package/custom-button/cssm/index.module.css +0 -710
  496. package/custom-button/esm/Component.js +1 -1
  497. package/custom-button/esm/index.css +12 -722
  498. package/custom-button/index.css +12 -722
  499. package/custom-button/modern/Component.js +1 -1
  500. package/custom-button/modern/index.css +12 -722
  501. package/date-input/Component.js +1 -1
  502. package/date-input/cssm/Component.d.ts +1 -1
  503. package/date-input/cssm/index.module.css +0 -714
  504. package/date-input/esm/Component.js +1 -1
  505. package/date-input/esm/index.css +4 -718
  506. package/date-input/index.css +4 -718
  507. package/date-input/modern/Component.js +1 -1
  508. package/date-input/modern/index.css +4 -718
  509. package/divider/Component.js +1 -1
  510. package/divider/cssm/index.module.css +0 -711
  511. package/divider/esm/Component.js +1 -1
  512. package/divider/esm/index.css +1 -712
  513. package/divider/index.css +1 -712
  514. package/divider/modern/Component.js +1 -1
  515. package/divider/modern/index.css +1 -712
  516. package/drawer/Component.js +1 -1
  517. package/drawer/cssm/index.module.css +0 -711
  518. package/drawer/esm/Component.js +1 -1
  519. package/drawer/esm/index.css +16 -727
  520. package/drawer/index.css +16 -727
  521. package/drawer/modern/Component.js +1 -1
  522. package/drawer/modern/index.css +16 -727
  523. package/dropzone/Component.js +1 -1
  524. package/dropzone/components/overlay/Component.js +1 -1
  525. package/dropzone/components/overlay/index.css +3 -707
  526. package/dropzone/cssm/components/overlay/index.module.css +0 -704
  527. package/dropzone/cssm/index.module.css +0 -704
  528. package/dropzone/esm/Component.js +1 -1
  529. package/dropzone/esm/components/overlay/Component.js +1 -1
  530. package/dropzone/esm/components/overlay/index.css +3 -707
  531. package/dropzone/esm/index.css +6 -710
  532. package/dropzone/index.css +6 -710
  533. package/dropzone/modern/Component.js +1 -1
  534. package/dropzone/modern/components/overlay/Component.js +1 -1
  535. package/dropzone/modern/components/overlay/index.css +3 -707
  536. package/dropzone/modern/index.css +6 -710
  537. package/file-upload-item/Component.js +1 -1
  538. package/file-upload-item/cssm/index.module.css +0 -699
  539. package/file-upload-item/esm/Component.js +1 -1
  540. package/file-upload-item/esm/index.css +23 -722
  541. package/file-upload-item/index.css +23 -722
  542. package/file-upload-item/modern/Component.js +1 -1
  543. package/file-upload-item/modern/index.css +23 -722
  544. package/filter-tag/Component.js +1 -1
  545. package/filter-tag/cssm/index.module.css +0 -704
  546. package/filter-tag/esm/Component.js +1 -1
  547. package/filter-tag/esm/index.css +57 -761
  548. package/filter-tag/index.css +57 -761
  549. package/filter-tag/modern/Component.js +1 -1
  550. package/filter-tag/modern/index.css +57 -761
  551. package/form-control/Component.js +3 -3
  552. package/form-control/cssm/default.module.css +0 -704
  553. package/form-control/cssm/index.module.css +0 -700
  554. package/form-control/cssm/inverted.module.css +0 -704
  555. package/form-control/default.css +14 -718
  556. package/form-control/esm/Component.js +3 -3
  557. package/form-control/esm/default.css +14 -718
  558. package/form-control/esm/index.css +41 -741
  559. package/form-control/esm/inverted.css +14 -718
  560. package/form-control/index.css +41 -741
  561. package/form-control/inverted.css +14 -718
  562. package/form-control/modern/Component.js +3 -3
  563. package/form-control/modern/default.css +14 -718
  564. package/form-control/modern/index.css +41 -741
  565. package/form-control/modern/inverted.css +14 -718
  566. package/gallery/Component.js +3 -3
  567. package/gallery/components/header/Component.js +2 -2
  568. package/gallery/components/header/buttons.js +1 -1
  569. package/gallery/components/header/index.css +3 -709
  570. package/gallery/components/header/index.js +1 -1
  571. package/gallery/components/header-info-block/Component.js +1 -1
  572. package/gallery/components/header-info-block/index.css +5 -716
  573. package/gallery/components/image-preview/Component.js +1 -1
  574. package/gallery/components/image-preview/index.css +12 -711
  575. package/gallery/components/image-viewer/component.js +2 -2
  576. package/gallery/components/image-viewer/index.css +19 -714
  577. package/gallery/components/image-viewer/index.js +2 -2
  578. package/gallery/components/image-viewer/slide.js +1 -1
  579. package/gallery/components/index.js +2 -2
  580. package/gallery/components/navigation-bar/Component.js +1 -1
  581. package/gallery/components/navigation-bar/index.css +6 -713
  582. package/gallery/cssm/components/header/index.module.css +0 -706
  583. package/gallery/cssm/components/header-info-block/index.module.css +0 -711
  584. package/gallery/cssm/components/image-preview/index.module.css +0 -699
  585. package/gallery/cssm/components/image-viewer/index.module.css +0 -695
  586. package/gallery/cssm/components/navigation-bar/index.module.css +0 -707
  587. package/gallery/cssm/index.module.css +0 -714
  588. package/gallery/cssm/vars.css +0 -3
  589. package/gallery/esm/Component.js +3 -3
  590. package/gallery/esm/components/header/Component.js +2 -2
  591. package/gallery/esm/components/header/buttons.js +1 -1
  592. package/gallery/esm/components/header/index.css +3 -709
  593. package/gallery/esm/components/header/index.js +1 -1
  594. package/gallery/esm/components/header-info-block/Component.js +1 -1
  595. package/gallery/esm/components/header-info-block/index.css +5 -716
  596. package/gallery/esm/components/image-preview/Component.js +1 -1
  597. package/gallery/esm/components/image-preview/index.css +12 -711
  598. package/gallery/esm/components/image-viewer/component.js +2 -2
  599. package/gallery/esm/components/image-viewer/index.css +19 -714
  600. package/gallery/esm/components/image-viewer/index.js +2 -2
  601. package/gallery/esm/components/image-viewer/slide.js +1 -1
  602. package/gallery/esm/components/index.js +2 -2
  603. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  604. package/gallery/esm/components/navigation-bar/index.css +6 -713
  605. package/gallery/esm/index.css +3 -717
  606. package/gallery/esm/index.js +2 -2
  607. package/gallery/esm/{slide-2f68f50d.d.ts → slide-bdbe5536.d.ts} +0 -0
  608. package/gallery/esm/{slide-2f68f50d.js → slide-bdbe5536.js} +1 -1
  609. package/gallery/esm/{tslib.es6-c4712e1d.d.ts → tslib.es6-9c9ac5e2.d.ts} +0 -0
  610. package/{calendar/esm/tslib.es6-71085890.js → gallery/esm/tslib.es6-9c9ac5e2.js} +0 -0
  611. package/gallery/index.css +3 -717
  612. package/gallery/index.js +2 -2
  613. package/gallery/modern/Component.js +2 -2
  614. package/gallery/modern/components/header/Component.js +1 -1
  615. package/gallery/modern/components/header/index.css +3 -709
  616. package/gallery/modern/components/header-info-block/Component.js +1 -1
  617. package/gallery/modern/components/header-info-block/index.css +5 -716
  618. package/gallery/modern/components/image-preview/Component.js +1 -1
  619. package/gallery/modern/components/image-preview/index.css +12 -711
  620. package/gallery/modern/components/image-viewer/component.js +1 -1
  621. package/gallery/modern/components/image-viewer/index.css +19 -714
  622. package/gallery/modern/components/image-viewer/index.js +1 -1
  623. package/gallery/modern/components/image-viewer/slide.js +1 -1
  624. package/gallery/modern/components/index.js +1 -1
  625. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  626. package/gallery/modern/components/navigation-bar/index.css +6 -713
  627. package/gallery/modern/index.css +3 -717
  628. package/gallery/modern/index.js +1 -1
  629. package/gallery/modern/{slide-ffb4369d.d.ts → slide-1a0536c2.d.ts} +0 -0
  630. package/gallery/modern/{slide-ffb4369d.js → slide-1a0536c2.js} +1 -1
  631. package/gallery/{slide-5936d8c1.d.ts → slide-5d987afb.d.ts} +0 -0
  632. package/gallery/{slide-5936d8c1.js → slide-5d987afb.js} +1 -1
  633. package/gallery/{tslib.es6-574c6af4.d.ts → tslib.es6-bf4c757c.d.ts} +0 -0
  634. package/{calendar/cssm/tslib.es6-ce870b46.js → gallery/tslib.es6-bf4c757c.js} +0 -0
  635. package/grid/Component.js +1 -1
  636. package/grid/col/Component.js +2 -2
  637. package/grid/col/index.css +511 -511
  638. package/grid/col/index.js +1 -1
  639. package/grid/esm/Component.js +1 -1
  640. package/grid/esm/col/Component.js +2 -2
  641. package/grid/esm/col/index.css +511 -511
  642. package/grid/esm/col/index.js +1 -1
  643. package/grid/esm/gutters.css +78 -78
  644. package/grid/esm/{gutters.module-782c6a51.d.ts → gutters.module-73dff77d.d.ts} +0 -0
  645. package/grid/esm/gutters.module-73dff77d.js +27 -0
  646. package/grid/esm/index.js +1 -1
  647. package/grid/esm/row/Component.js +2 -2
  648. package/grid/esm/row/index.css +9 -9
  649. package/grid/esm/row/index.js +1 -1
  650. package/grid/gutters.css +78 -78
  651. package/grid/{gutters.module-c79e2633.d.ts → gutters.module-1245a8f3.d.ts} +0 -0
  652. package/grid/gutters.module-1245a8f3.js +28 -0
  653. package/grid/index.js +1 -1
  654. package/grid/modern/Component.js +1 -1
  655. package/grid/modern/col/Component.js +2 -2
  656. package/grid/modern/col/index.css +511 -511
  657. package/grid/modern/col/index.js +1 -1
  658. package/grid/modern/gutters.css +78 -78
  659. package/grid/modern/gutters.module-c6e6ec79.js +4 -0
  660. package/grid/modern/index.js +1 -1
  661. package/grid/modern/row/Component.js +2 -2
  662. package/grid/modern/row/index.css +9 -9
  663. package/grid/modern/row/index.js +1 -1
  664. package/grid/row/Component.js +2 -2
  665. package/grid/row/index.css +9 -9
  666. package/grid/row/index.js +1 -1
  667. package/hatching-progress-bar/Component.js +1 -1
  668. package/hatching-progress-bar/cssm/index.module.css +0 -699
  669. package/hatching-progress-bar/esm/Component.js +1 -1
  670. package/hatching-progress-bar/esm/index.css +11 -710
  671. package/hatching-progress-bar/index.css +11 -710
  672. package/hatching-progress-bar/modern/Component.js +1 -1
  673. package/hatching-progress-bar/modern/index.css +11 -710
  674. package/icon-button/Component.js +8 -5
  675. package/icon-button/cssm/Component.js +5 -2
  676. package/icon-button/cssm/default.module.css +24 -707
  677. package/icon-button/cssm/index.module.css +0 -717
  678. package/icon-button/cssm/inverted.module.css +25 -710
  679. package/icon-button/default.css +40 -723
  680. package/icon-button/esm/Component.js +8 -5
  681. package/icon-button/esm/default.css +40 -723
  682. package/icon-button/esm/index.css +6 -723
  683. package/icon-button/esm/inverted.css +41 -726
  684. package/icon-button/index.css +6 -723
  685. package/icon-button/inverted.css +41 -726
  686. package/icon-button/modern/Component.js +6 -4
  687. package/icon-button/modern/default.css +40 -723
  688. package/icon-button/modern/index.css +6 -723
  689. package/icon-button/modern/inverted.css +41 -726
  690. package/icon-view/circle.js +1 -1
  691. package/icon-view/components/base-shape/component.js +1 -1
  692. package/icon-view/components/base-shape/index.css +28 -738
  693. package/icon-view/components/circle/component.js +1 -1
  694. package/icon-view/components/circle/index.js +1 -1
  695. package/icon-view/components/index.js +1 -1
  696. package/icon-view/components/super-ellipse/component.js +1 -1
  697. package/icon-view/components/super-ellipse/index.js +1 -1
  698. package/icon-view/cssm/components/base-shape/index.module.css +0 -710
  699. package/icon-view/esm/circle.js +1 -1
  700. package/icon-view/esm/components/base-shape/component.js +1 -1
  701. package/icon-view/esm/components/base-shape/index.css +28 -738
  702. package/icon-view/esm/components/circle/component.js +1 -1
  703. package/icon-view/esm/components/circle/index.js +1 -1
  704. package/icon-view/esm/components/index.js +1 -1
  705. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  706. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  707. package/icon-view/esm/super-ellipse.js +1 -1
  708. package/icon-view/esm/{tslib.es6-2d16c65f.d.ts → tslib.es6-d442e1e8.d.ts} +0 -0
  709. package/icon-view/esm/{tslib.es6-2d16c65f.js → tslib.es6-d442e1e8.js} +0 -0
  710. package/icon-view/modern/components/base-shape/component.js +1 -1
  711. package/icon-view/modern/components/base-shape/index.css +28 -738
  712. package/icon-view/super-ellipse.js +1 -1
  713. package/icon-view/{tslib.es6-d41a715c.d.ts → tslib.es6-e64d3eb0.d.ts} +0 -0
  714. package/icon-view/{tslib.es6-d41a715c.js → tslib.es6-e64d3eb0.js} +0 -0
  715. package/input/Component.js +3 -3
  716. package/input/cssm/default.module.css +0 -708
  717. package/input/cssm/index.module.css +0 -704
  718. package/input/cssm/inverted.module.css +0 -708
  719. package/input/default.css +13 -721
  720. package/input/esm/Component.js +3 -3
  721. package/input/esm/default.css +13 -721
  722. package/input/esm/index.css +31 -735
  723. package/input/esm/inverted.css +13 -721
  724. package/input/index.css +31 -735
  725. package/input/inverted.css +13 -721
  726. package/input/modern/Component.js +3 -3
  727. package/input/modern/default.css +13 -721
  728. package/input/modern/index.css +31 -735
  729. package/input/modern/inverted.css +13 -721
  730. package/input-autocomplete/Component.js +1 -1
  731. package/input-autocomplete/Component.mobile.js +2 -2
  732. package/input-autocomplete/autocomplete-field/Component.js +2 -2
  733. package/input-autocomplete/autocomplete-field/index.css +2 -2
  734. package/input-autocomplete/autocomplete-field/index.js +1 -1
  735. package/input-autocomplete/autocomplete-mobile-field/Component.js +2 -2
  736. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -714
  737. package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
  738. package/input-autocomplete/cssm/autocomplete-mobile-field/index.module.css +0 -706
  739. package/input-autocomplete/cssm/mobile.module.css +0 -710
  740. package/input-autocomplete/esm/Component.js +1 -1
  741. package/input-autocomplete/esm/Component.mobile.js +2 -2
  742. package/input-autocomplete/esm/autocomplete-field/Component.js +2 -2
  743. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  744. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  745. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +2 -2
  746. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -714
  747. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
  748. package/input-autocomplete/esm/index.js +1 -1
  749. package/input-autocomplete/esm/mobile.css +4 -714
  750. package/input-autocomplete/esm/mobile.js +1 -1
  751. package/input-autocomplete/esm/{tslib.es6-ceb5b065.d.ts → tslib.es6-fd5fb15f.d.ts} +0 -0
  752. package/input-autocomplete/esm/{tslib.es6-ceb5b065.js → tslib.es6-fd5fb15f.js} +0 -0
  753. package/input-autocomplete/index.js +1 -1
  754. package/input-autocomplete/mobile.css +4 -714
  755. package/input-autocomplete/mobile.js +1 -1
  756. package/input-autocomplete/modern/Component.mobile.js +1 -1
  757. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  758. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  759. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  760. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -714
  761. package/input-autocomplete/modern/mobile.css +4 -714
  762. package/input-autocomplete/{tslib.es6-9e473157.d.ts → tslib.es6-265bf620.d.ts} +0 -0
  763. package/{calendar/tslib.es6-cee35d46.js → input-autocomplete/tslib.es6-265bf620.js} +0 -0
  764. package/intl-phone-input/{component-b0e90bb7.d.ts → component-91b5b270.d.ts} +0 -0
  765. package/intl-phone-input/{component-b0e90bb7.js → component-91b5b270.js} +1 -1
  766. package/intl-phone-input/component.js +3 -3
  767. package/intl-phone-input/components/flag-icon/component.js +1 -1
  768. package/intl-phone-input/components/flag-icon/index.css +261 -261
  769. package/intl-phone-input/components/index.js +1 -1
  770. package/intl-phone-input/components/select/component.js +2 -2
  771. package/intl-phone-input/components/select/index.css +6 -710
  772. package/intl-phone-input/components/select/index.js +1 -1
  773. package/intl-phone-input/components/select-field/component.js +1 -1
  774. package/intl-phone-input/components/select-field/index.css +8 -710
  775. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  776. package/intl-phone-input/components/select-field/index.js +1 -1
  777. package/intl-phone-input/cssm/components/select/index.module.css +0 -704
  778. package/intl-phone-input/cssm/components/select-field/index.module.css +0 -702
  779. package/intl-phone-input/esm/{component-fb78c2bd.d.ts → component-ee2589e4.d.ts} +0 -0
  780. package/intl-phone-input/esm/{component-fb78c2bd.js → component-ee2589e4.js} +1 -1
  781. package/intl-phone-input/esm/component.js +3 -3
  782. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  783. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  784. package/intl-phone-input/esm/components/index.js +1 -1
  785. package/intl-phone-input/esm/components/select/component.js +2 -2
  786. package/intl-phone-input/esm/components/select/index.css +6 -710
  787. package/intl-phone-input/esm/components/select/index.js +1 -1
  788. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  789. package/intl-phone-input/esm/components/select-field/index.css +8 -710
  790. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  791. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  792. package/intl-phone-input/esm/index.css +3 -3
  793. package/intl-phone-input/esm/index.js +1 -1
  794. package/intl-phone-input/esm/{libphonenumber-js.min-fe7d2c0f.d.ts → libphonenumber-js.min-8cb79faf.d.ts} +0 -0
  795. package/intl-phone-input/esm/{libphonenumber-js.min-fe7d2c0f.js → libphonenumber-js.min-8cb79faf.js} +0 -0
  796. package/intl-phone-input/index.css +3 -3
  797. package/intl-phone-input/index.js +1 -1
  798. package/intl-phone-input/{libphonenumber-js.min-ae09ffbf.d.ts → libphonenumber-js.min-96ae33b1.d.ts} +0 -0
  799. package/intl-phone-input/{libphonenumber-js.min-ae09ffbf.js → libphonenumber-js.min-96ae33b1.js} +0 -0
  800. package/intl-phone-input/modern/component.js +2 -2
  801. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  802. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  803. package/intl-phone-input/modern/components/select/component.js +1 -1
  804. package/intl-phone-input/modern/components/select/index.css +6 -710
  805. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  806. package/intl-phone-input/modern/components/select-field/index.css +8 -710
  807. package/intl-phone-input/modern/index.css +3 -3
  808. package/intl-phone-input/modern/{libphonenumber-js.min-fe7d2c0f.d.ts → libphonenumber-js.min-8cb79faf.d.ts} +0 -0
  809. package/intl-phone-input/modern/{libphonenumber-js.min-fe7d2c0f.js → libphonenumber-js.min-8cb79faf.js} +0 -0
  810. package/link/Component.js +3 -3
  811. package/link/cssm/default.module.css +0 -703
  812. package/link/cssm/index.module.css +0 -703
  813. package/link/cssm/inverted.module.css +0 -709
  814. package/link/default.css +9 -712
  815. package/link/esm/Component.js +3 -3
  816. package/link/esm/default.css +9 -712
  817. package/link/esm/index.css +11 -714
  818. package/link/esm/inverted.css +9 -718
  819. package/link/index.css +11 -714
  820. package/link/inverted.css +9 -718
  821. package/link/modern/Component.js +3 -3
  822. package/link/modern/default.css +9 -712
  823. package/link/modern/index.css +11 -714
  824. package/link/modern/inverted.css +9 -718
  825. package/list/Component.js +1 -1
  826. package/list/cssm/index.module.css +0 -705
  827. package/list/esm/Component.js +1 -1
  828. package/list/esm/index.css +9 -714
  829. package/list/index.css +9 -714
  830. package/list/modern/Component.js +1 -1
  831. package/list/modern/index.css +9 -714
  832. package/list-header/Component.js +1 -1
  833. package/list-header/cssm/index.module.css +0 -704
  834. package/list-header/esm/Component.js +1 -1
  835. package/list-header/esm/index.css +3 -707
  836. package/list-header/index.css +3 -707
  837. package/list-header/modern/Component.js +1 -1
  838. package/list-header/modern/index.css +3 -707
  839. package/loader/Component.js +1 -1
  840. package/loader/esm/Component.js +1 -1
  841. package/loader/esm/index.css +7 -7
  842. package/loader/index.css +7 -7
  843. package/loader/modern/Component.js +1 -1
  844. package/loader/modern/index.css +7 -7
  845. package/masked-input/Component.js +1 -1
  846. package/masked-input/esm/Component.js +1 -1
  847. package/masked-input/esm/index.css +2 -2
  848. package/masked-input/index.css +2 -2
  849. package/masked-input/modern/Component.js +1 -1
  850. package/masked-input/modern/index.css +2 -2
  851. package/modal/Component.desktop.js +3 -3
  852. package/modal/Component.mobile.js +3 -3
  853. package/modal/Component.responsive.js +2 -2
  854. package/modal/components/closer/Component.js +2 -2
  855. package/modal/components/closer/index.css +4 -741
  856. package/modal/components/content/Component.desktop.js +2 -2
  857. package/modal/components/content/Component.js +1 -1
  858. package/modal/components/content/Component.mobile.js +2 -2
  859. package/modal/components/content/desktop.css +8 -747
  860. package/modal/components/content/index.css +3 -747
  861. package/modal/components/content/mobile.css +3 -744
  862. package/modal/components/footer/Component.desktop.js +2 -2
  863. package/modal/components/footer/Component.js +2 -2
  864. package/modal/components/footer/Component.mobile.js +2 -2
  865. package/modal/components/footer/desktop.css +9 -741
  866. package/modal/components/footer/index.css +4 -741
  867. package/modal/components/footer/layout.css +25 -763
  868. package/modal/components/footer/mobile.css +3 -744
  869. package/modal/components/header/Component.desktop.js +2 -2
  870. package/modal/components/header/Component.js +1 -1
  871. package/modal/components/header/Component.mobile.js +2 -2
  872. package/modal/components/header/desktop.css +17 -737
  873. package/modal/components/header/index.css +15 -753
  874. package/modal/components/header/mobile.css +3 -733
  875. package/modal/cssm/components/closer/index.module.css +0 -737
  876. package/modal/cssm/components/content/desktop.module.css +0 -739
  877. package/modal/cssm/components/content/index.module.css +0 -744
  878. package/modal/cssm/components/content/mobile.module.css +0 -741
  879. package/modal/cssm/components/footer/desktop.module.css +0 -732
  880. package/modal/cssm/components/footer/index.module.css +0 -737
  881. package/modal/cssm/components/footer/layout.module.css +0 -738
  882. package/modal/cssm/components/footer/mobile.module.css +0 -741
  883. package/modal/cssm/components/header/desktop.module.css +0 -720
  884. package/modal/cssm/components/header/index.module.css +0 -738
  885. package/modal/cssm/components/header/mobile.module.css +0 -730
  886. package/modal/cssm/desktop.module.css +0 -732
  887. package/modal/cssm/mobile.module.css +0 -744
  888. package/modal/cssm/vars.css +0 -744
  889. package/modal/desktop.css +9 -741
  890. package/modal/desktop.js +2 -2
  891. package/modal/esm/Component.desktop.js +3 -3
  892. package/modal/esm/Component.mobile.js +3 -3
  893. package/modal/esm/Component.responsive.js +2 -2
  894. package/modal/esm/components/closer/Component.js +2 -2
  895. package/modal/esm/components/closer/index.css +4 -741
  896. package/modal/esm/components/content/Component.desktop.js +2 -2
  897. package/modal/esm/components/content/Component.js +1 -1
  898. package/modal/esm/components/content/Component.mobile.js +2 -2
  899. package/modal/esm/components/content/desktop.css +8 -747
  900. package/modal/esm/components/content/index.css +3 -747
  901. package/modal/esm/components/content/mobile.css +3 -744
  902. package/modal/esm/components/footer/Component.desktop.js +2 -2
  903. package/modal/esm/components/footer/Component.js +2 -2
  904. package/modal/esm/components/footer/Component.mobile.js +2 -2
  905. package/modal/esm/components/footer/desktop.css +9 -741
  906. package/modal/esm/components/footer/index.css +4 -741
  907. package/modal/esm/components/footer/layout.css +25 -763
  908. package/modal/esm/components/footer/mobile.css +3 -744
  909. package/modal/esm/components/header/Component.desktop.js +2 -2
  910. package/modal/esm/components/header/Component.js +1 -1
  911. package/modal/esm/components/header/Component.mobile.js +2 -2
  912. package/modal/esm/components/header/desktop.css +17 -737
  913. package/modal/esm/components/header/index.css +15 -753
  914. package/modal/esm/components/header/mobile.css +3 -733
  915. package/modal/esm/desktop.css +9 -741
  916. package/modal/esm/desktop.js +2 -2
  917. package/modal/esm/index.js +2 -2
  918. package/modal/esm/mobile.css +2 -746
  919. package/modal/esm/mobile.js +2 -2
  920. package/modal/esm/responsive.js +2 -2
  921. package/modal/esm/transitions.css +8 -8
  922. package/modal/esm/transitions.module-940d9bd8.js +4 -0
  923. package/modal/esm/{tslib.es6-f9828af2.d.ts → tslib.es6-2395a5a2.d.ts} +0 -0
  924. package/modal/esm/{tslib.es6-f9828af2.js → tslib.es6-2395a5a2.js} +0 -0
  925. package/modal/index.js +2 -2
  926. package/modal/mobile.css +2 -746
  927. package/modal/mobile.js +2 -2
  928. package/modal/modern/Component.desktop.js +2 -2
  929. package/modal/modern/Component.mobile.js +2 -2
  930. package/modal/modern/Component.responsive.js +1 -1
  931. package/modal/modern/components/closer/Component.js +1 -1
  932. package/modal/modern/components/closer/index.css +4 -741
  933. package/modal/modern/components/content/Component.desktop.js +1 -1
  934. package/modal/modern/components/content/Component.js +1 -1
  935. package/modal/modern/components/content/Component.mobile.js +1 -1
  936. package/modal/modern/components/content/desktop.css +8 -747
  937. package/modal/modern/components/content/index.css +3 -747
  938. package/modal/modern/components/content/mobile.css +3 -744
  939. package/modal/modern/components/footer/Component.desktop.js +1 -1
  940. package/modal/modern/components/footer/Component.js +2 -2
  941. package/modal/modern/components/footer/Component.mobile.js +1 -1
  942. package/modal/modern/components/footer/desktop.css +9 -741
  943. package/modal/modern/components/footer/index.css +4 -741
  944. package/modal/modern/components/footer/layout.css +25 -763
  945. package/modal/modern/components/footer/mobile.css +3 -744
  946. package/modal/modern/components/header/Component.desktop.js +1 -1
  947. package/modal/modern/components/header/Component.js +1 -1
  948. package/modal/modern/components/header/Component.mobile.js +1 -1
  949. package/modal/modern/components/header/desktop.css +17 -737
  950. package/modal/modern/components/header/index.css +15 -753
  951. package/modal/modern/components/header/mobile.css +3 -733
  952. package/modal/modern/desktop.css +9 -741
  953. package/modal/modern/desktop.js +1 -1
  954. package/modal/modern/index.js +1 -1
  955. package/modal/modern/mobile.css +2 -746
  956. package/modal/modern/mobile.js +1 -1
  957. package/modal/modern/responsive.js +1 -1
  958. package/modal/modern/transitions.css +8 -8
  959. package/modal/modern/transitions.module-940d9bd8.js +4 -0
  960. package/modal/responsive.js +2 -2
  961. package/modal/transitions.css +8 -8
  962. package/modal/transitions.module-c5386c33.js +4 -0
  963. package/modal/{tslib.es6-8b5d1292.d.ts → tslib.es6-ba9c8cbb.d.ts} +0 -0
  964. package/{gallery/tslib.es6-574c6af4.js → modal/tslib.es6-ba9c8cbb.js} +0 -0
  965. package/notification/Component.js +1 -1
  966. package/notification/cssm/index.module.css +0 -707
  967. package/notification/esm/Component.js +1 -1
  968. package/notification/esm/index.css +8 -715
  969. package/notification/index.css +8 -715
  970. package/notification/modern/Component.js +1 -1
  971. package/notification/modern/index.css +8 -715
  972. package/notification-manager/{component-0527e80d.d.ts → component-4e97cccf.d.ts} +0 -0
  973. package/notification-manager/{component-0527e80d.js → component-4e97cccf.js} +0 -0
  974. package/notification-manager/component.js +2 -2
  975. package/notification-manager/components/index.js +1 -1
  976. package/notification-manager/components/notification/component.js +1 -1
  977. package/notification-manager/components/notification/index.d.ts +1 -1
  978. package/notification-manager/components/notification/index.js +1 -1
  979. package/notification-manager/cssm/index.module.css +0 -25
  980. package/notification-manager/esm/{component-a702ec99.d.ts → component-0108c7bd.d.ts} +0 -0
  981. package/notification-manager/esm/{component-a702ec99.js → component-0108c7bd.js} +0 -0
  982. package/notification-manager/esm/component.js +2 -2
  983. package/notification-manager/esm/components/index.js +1 -1
  984. package/notification-manager/esm/components/notification/component.js +1 -1
  985. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  986. package/notification-manager/esm/components/notification/index.js +1 -1
  987. package/notification-manager/esm/index.css +11 -36
  988. package/notification-manager/esm/index.js +1 -1
  989. package/notification-manager/index.css +11 -36
  990. package/notification-manager/index.js +1 -1
  991. package/notification-manager/modern/component.js +1 -1
  992. package/notification-manager/modern/index.css +11 -36
  993. package/package.json +4 -2
  994. package/pagination/Component.js +1 -1
  995. package/pagination/components/default-view/index.css +2 -713
  996. package/pagination/components/default-view/index.js +1 -1
  997. package/pagination/components/per-page-view/index.css +2 -713
  998. package/pagination/components/per-page-view/index.js +1 -1
  999. package/pagination/components/tag/index.css +8 -711
  1000. package/pagination/components/tag/index.js +1 -1
  1001. package/pagination/cssm/components/default-view/index.module.css +0 -711
  1002. package/pagination/cssm/components/per-page-view/index.module.css +0 -711
  1003. package/pagination/cssm/components/tag/index.module.css +0 -703
  1004. package/pagination/cssm/index.module.css +0 -708
  1005. package/pagination/esm/Component.js +1 -1
  1006. package/pagination/esm/components/default-view/index.css +2 -713
  1007. package/pagination/esm/components/default-view/index.js +1 -1
  1008. package/pagination/esm/components/per-page-view/index.css +2 -713
  1009. package/pagination/esm/components/per-page-view/index.js +1 -1
  1010. package/pagination/esm/components/tag/index.css +8 -711
  1011. package/pagination/esm/components/tag/index.js +1 -1
  1012. package/pagination/esm/index.css +4 -712
  1013. package/pagination/index.css +4 -712
  1014. package/pagination/modern/Component.js +1 -1
  1015. package/pagination/modern/components/default-view/index.css +2 -713
  1016. package/pagination/modern/components/default-view/index.js +1 -1
  1017. package/pagination/modern/components/per-page-view/index.css +2 -713
  1018. package/pagination/modern/components/per-page-view/index.js +1 -1
  1019. package/pagination/modern/components/tag/index.css +8 -711
  1020. package/pagination/modern/components/tag/index.js +1 -1
  1021. package/pagination/modern/index.css +4 -712
  1022. package/password-input/component.js +1 -1
  1023. package/password-input/cssm/index.module.css +0 -709
  1024. package/password-input/esm/component.js +1 -1
  1025. package/password-input/esm/index.css +5 -714
  1026. package/password-input/index.css +5 -714
  1027. package/password-input/modern/component.js +1 -1
  1028. package/password-input/modern/index.css +5 -714
  1029. package/phone-input/utils/index.js +7 -5
  1030. package/picker-button/Component.js +2 -2
  1031. package/picker-button/cssm/field/index.module.css +0 -711
  1032. package/picker-button/cssm/index.module.css +0 -707
  1033. package/picker-button/cssm/option/index.module.css +0 -711
  1034. package/picker-button/esm/Component.js +2 -2
  1035. package/picker-button/esm/field/Component.js +2 -2
  1036. package/picker-button/esm/field/index.css +3 -714
  1037. package/picker-button/esm/field/index.js +1 -1
  1038. package/picker-button/esm/index.css +6 -713
  1039. package/picker-button/esm/index.js +1 -1
  1040. package/picker-button/esm/option/Component.js +2 -2
  1041. package/picker-button/esm/option/index.css +4 -715
  1042. package/picker-button/esm/option/index.js +1 -1
  1043. package/picker-button/esm/{tslib.es6-e3e90851.d.ts → tslib.es6-9815947a.d.ts} +0 -0
  1044. package/picker-button/esm/{tslib.es6-e3e90851.js → tslib.es6-9815947a.js} +0 -0
  1045. package/picker-button/field/Component.js +2 -2
  1046. package/picker-button/field/index.css +3 -714
  1047. package/picker-button/field/index.js +1 -1
  1048. package/picker-button/index.css +6 -713
  1049. package/picker-button/index.js +1 -1
  1050. package/picker-button/modern/Component.js +1 -1
  1051. package/picker-button/modern/field/Component.js +1 -1
  1052. package/picker-button/modern/field/index.css +3 -714
  1053. package/picker-button/modern/index.css +6 -713
  1054. package/picker-button/modern/option/Component.js +1 -1
  1055. package/picker-button/modern/option/index.css +4 -715
  1056. package/picker-button/option/Component.js +2 -2
  1057. package/picker-button/option/index.css +4 -715
  1058. package/picker-button/option/index.js +1 -1
  1059. package/picker-button/{tslib.es6-a814f4e0.d.ts → tslib.es6-b1117afb.d.ts} +0 -0
  1060. package/{input-autocomplete/tslib.es6-9e473157.js → picker-button/tslib.es6-b1117afb.js} +0 -0
  1061. package/plate/Component.js +1 -1
  1062. package/plate/cssm/index.module.css +0 -684
  1063. package/plate/esm/Component.js +1 -1
  1064. package/plate/esm/index.css +28 -712
  1065. package/plate/index.css +28 -712
  1066. package/plate/modern/Component.js +1 -1
  1067. package/plate/modern/index.css +28 -712
  1068. package/popover/Component.js +1 -1
  1069. package/popover/cssm/index.module.css +0 -709
  1070. package/popover/esm/Component.js +1 -1
  1071. package/popover/esm/index.css +33 -742
  1072. package/popover/index.css +33 -742
  1073. package/popover/modern/Component.js +1 -1
  1074. package/popover/modern/index.css +33 -742
  1075. package/progress-bar/Component.js +1 -1
  1076. package/progress-bar/cssm/index.module.css +0 -699
  1077. package/progress-bar/esm/Component.js +1 -1
  1078. package/progress-bar/esm/index.css +12 -711
  1079. package/progress-bar/index.css +12 -711
  1080. package/progress-bar/modern/Component.js +1 -1
  1081. package/progress-bar/modern/index.css +12 -711
  1082. package/pure-input/Component.js +1 -1
  1083. package/pure-input/cssm/index.module.css +0 -703
  1084. package/pure-input/esm/Component.js +1 -1
  1085. package/pure-input/esm/index.css +25 -728
  1086. package/pure-input/index.css +25 -728
  1087. package/pure-input/modern/Component.js +1 -1
  1088. package/pure-input/modern/index.css +25 -728
  1089. package/radio/Component.js +1 -1
  1090. package/radio/cssm/index.module.css +0 -684
  1091. package/radio/esm/Component.js +1 -1
  1092. package/radio/esm/index.css +31 -715
  1093. package/radio/index.css +31 -715
  1094. package/radio/modern/Component.js +1 -1
  1095. package/radio/modern/index.css +31 -715
  1096. package/radio-group/Component.js +1 -1
  1097. package/radio-group/cssm/index.module.css +0 -701
  1098. package/radio-group/esm/Component.js +1 -1
  1099. package/radio-group/esm/index.css +16 -717
  1100. package/radio-group/index.css +16 -717
  1101. package/radio-group/modern/Component.js +1 -1
  1102. package/radio-group/modern/index.css +16 -717
  1103. package/scrollbar/Component.js +3 -3
  1104. package/scrollbar/cssm/default.module.css +0 -710
  1105. package/scrollbar/cssm/index.module.css +0 -726
  1106. package/scrollbar/cssm/inverted.module.css +0 -711
  1107. package/scrollbar/default.css +2 -712
  1108. package/scrollbar/esm/Component.js +3 -3
  1109. package/scrollbar/esm/default.css +2 -712
  1110. package/scrollbar/esm/index.css +25 -739
  1111. package/scrollbar/esm/inverted.css +2 -713
  1112. package/scrollbar/index.css +25 -739
  1113. package/scrollbar/inverted.css +2 -713
  1114. package/scrollbar/modern/Component.js +3 -3
  1115. package/scrollbar/modern/default.css +2 -712
  1116. package/scrollbar/modern/index.css +25 -739
  1117. package/scrollbar/modern/inverted.css +2 -713
  1118. package/select/{Component-b3f1744c.d.ts → Component-6e56a614.d.ts} +0 -0
  1119. package/select/{Component-b3f1744c.js → Component-6e56a614.js} +2 -2
  1120. package/select/{Component-674c170f.d.ts → Component-acd91320.d.ts} +0 -0
  1121. package/select/{Component-674c170f.js → Component-acd91320.js} +5 -5
  1122. package/select/Component.js +2 -2
  1123. package/select/components/arrow/Component.js +1 -1
  1124. package/select/components/arrow/index.css +3 -753
  1125. package/select/components/base-select/Component.js +2 -2
  1126. package/select/components/base-select/index.css +7 -753
  1127. package/select/components/base-select/index.d.ts +1 -1
  1128. package/select/components/base-select/index.js +2 -2
  1129. package/select/components/checkmark/Component.js +1 -1
  1130. package/select/components/checkmark/index.css +7 -746
  1131. package/select/components/field/Component.js +2 -2
  1132. package/select/components/field/index.css +9 -757
  1133. package/select/components/field/index.js +1 -1
  1134. package/select/components/index.js +4 -4
  1135. package/select/components/native-select/Component.js +1 -1
  1136. package/select/components/native-select/index.js +1 -1
  1137. package/select/components/optgroup/Component.js +1 -1
  1138. package/select/components/optgroup/index.css +6 -747
  1139. package/select/components/option/Component.js +2 -2
  1140. package/select/components/option/index.css +20 -741
  1141. package/select/components/option/index.js +1 -1
  1142. package/select/components/options-list/Component.js +2 -2
  1143. package/select/components/options-list/index.css +6 -754
  1144. package/select/components/options-list/index.js +1 -1
  1145. package/select/components/select-mobile/Component.js +4 -4
  1146. package/select/components/select-mobile/checkmark/Component.js +1 -1
  1147. package/select/components/select-mobile/checkmark/index.css +4 -760
  1148. package/select/components/select-mobile/index.css +11 -761
  1149. package/select/components/select-mobile/index.d.ts +1 -1
  1150. package/select/components/select-mobile/index.js +4 -4
  1151. package/select/components/select-mobile/options-list/Component.js +2 -2
  1152. package/select/components/select-mobile/options-list/index.css +9 -755
  1153. package/select/components/select-mobile/options-list/index.js +1 -1
  1154. package/select/components/virtual-options-list/Component.js +2 -2
  1155. package/select/components/virtual-options-list/index.css +12 -754
  1156. package/select/components/virtual-options-list/index.js +1 -1
  1157. package/select/cssm/components/arrow/index.module.css +0 -750
  1158. package/select/cssm/components/base-select/index.module.css +0 -746
  1159. package/select/cssm/components/checkmark/index.module.css +0 -739
  1160. package/select/cssm/components/field/index.module.css +0 -748
  1161. package/select/cssm/components/optgroup/index.module.css +0 -741
  1162. package/select/cssm/components/option/index.module.css +0 -721
  1163. package/select/cssm/components/options-list/index.module.css +0 -748
  1164. package/select/cssm/components/select-mobile/checkmark/index.module.css +0 -756
  1165. package/select/cssm/components/select-mobile/index.module.css +0 -750
  1166. package/select/cssm/components/select-mobile/options-list/index.module.css +0 -746
  1167. package/select/cssm/components/virtual-options-list/index.module.css +0 -742
  1168. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.module.css +0 -748
  1169. package/select/cssm/vars.css +0 -43
  1170. package/select/esm/{Component-01a6c8cd.d.ts → Component-2273e296.d.ts} +0 -0
  1171. package/select/esm/{Component-01a6c8cd.js → Component-2273e296.js} +5 -5
  1172. package/select/esm/{Component-cd7bb1be.d.ts → Component-2438628c.d.ts} +0 -0
  1173. package/select/esm/{Component-cd7bb1be.js → Component-2438628c.js} +2 -2
  1174. package/select/esm/Component.js +2 -2
  1175. package/select/esm/components/arrow/Component.js +1 -1
  1176. package/select/esm/components/arrow/index.css +3 -753
  1177. package/select/esm/components/base-select/Component.js +2 -2
  1178. package/select/esm/components/base-select/index.css +7 -753
  1179. package/select/esm/components/base-select/index.d.ts +1 -1
  1180. package/select/esm/components/base-select/index.js +2 -2
  1181. package/select/esm/components/checkmark/Component.js +1 -1
  1182. package/select/esm/components/checkmark/index.css +7 -746
  1183. package/select/esm/components/field/Component.js +2 -2
  1184. package/select/esm/components/field/index.css +9 -757
  1185. package/select/esm/components/field/index.js +1 -1
  1186. package/select/esm/components/index.js +4 -4
  1187. package/select/esm/components/native-select/Component.js +1 -1
  1188. package/select/esm/components/native-select/index.js +1 -1
  1189. package/select/esm/components/optgroup/Component.js +1 -1
  1190. package/select/esm/components/optgroup/index.css +6 -747
  1191. package/select/esm/components/option/Component.js +2 -2
  1192. package/select/esm/components/option/index.css +20 -741
  1193. package/select/esm/components/option/index.js +1 -1
  1194. package/select/esm/components/options-list/Component.js +2 -2
  1195. package/select/esm/components/options-list/index.css +6 -754
  1196. package/select/esm/components/options-list/index.js +1 -1
  1197. package/select/esm/components/select-mobile/Component.js +4 -4
  1198. package/select/esm/components/select-mobile/checkmark/Component.js +1 -1
  1199. package/select/esm/components/select-mobile/checkmark/index.css +4 -760
  1200. package/select/esm/components/select-mobile/index.css +11 -761
  1201. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1202. package/select/esm/components/select-mobile/index.js +4 -4
  1203. package/select/esm/components/select-mobile/options-list/Component.js +2 -2
  1204. package/select/esm/components/select-mobile/options-list/index.css +9 -755
  1205. package/select/esm/components/select-mobile/options-list/index.js +1 -1
  1206. package/select/esm/components/virtual-options-list/Component.js +2 -2
  1207. package/select/esm/components/virtual-options-list/index.css +12 -754
  1208. package/select/esm/components/virtual-options-list/index.js +1 -1
  1209. package/select/esm/index.js +4 -4
  1210. package/select/esm/{intersection-observer-312dba27.d.ts → intersection-observer-8f951212.d.ts} +0 -0
  1211. package/select/esm/{intersection-observer-312dba27.js → intersection-observer-8f951212.js} +0 -0
  1212. package/select/esm/presets/index.js +4 -4
  1213. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1214. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1215. package/select/esm/presets/useSelectWithApply/hook.js +4 -4
  1216. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1217. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -752
  1218. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1219. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1220. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1221. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1222. package/select/esm/{tslib.es6-59438873.d.ts → tslib.es6-445f470a.d.ts} +0 -0
  1223. package/select/esm/{tslib.es6-59438873.js → tslib.es6-445f470a.js} +0 -0
  1224. package/select/index.js +4 -4
  1225. package/select/{intersection-observer-45ae4bc4.d.ts → intersection-observer-048de1ea.d.ts} +0 -0
  1226. package/select/{intersection-observer-45ae4bc4.js → intersection-observer-048de1ea.js} +0 -0
  1227. package/select/modern/{Component-eb1e66fa.d.ts → Component-091c8221.d.ts} +0 -0
  1228. package/select/modern/{Component-eb1e66fa.js → Component-091c8221.js} +7 -7
  1229. package/select/modern/{Component-16f23b63.d.ts → Component-bbde922f.d.ts} +0 -0
  1230. package/select/modern/{Component-16f23b63.js → Component-bbde922f.js} +1 -1
  1231. package/select/modern/Component.js +4 -4
  1232. package/select/modern/components/arrow/Component.js +1 -1
  1233. package/select/modern/components/arrow/index.css +3 -753
  1234. package/select/modern/components/base-select/Component.js +1 -1
  1235. package/select/modern/components/base-select/index.css +7 -753
  1236. package/select/modern/components/base-select/index.d.ts +1 -1
  1237. package/select/modern/components/base-select/index.js +1 -1
  1238. package/select/modern/components/checkmark/Component.js +1 -1
  1239. package/select/modern/components/checkmark/index.css +7 -746
  1240. package/select/modern/components/field/Component.js +2 -2
  1241. package/select/modern/components/field/index.css +9 -757
  1242. package/select/modern/components/field/index.js +1 -1
  1243. package/select/modern/components/index.js +6 -6
  1244. package/select/modern/components/optgroup/Component.js +1 -1
  1245. package/select/modern/components/optgroup/index.css +6 -747
  1246. package/select/modern/components/option/Component.js +1 -1
  1247. package/select/modern/components/option/index.css +20 -741
  1248. package/select/modern/components/options-list/Component.js +1 -1
  1249. package/select/modern/components/options-list/index.css +6 -754
  1250. package/select/modern/components/select-mobile/Component.js +6 -6
  1251. package/select/modern/components/select-mobile/checkmark/Component.js +1 -1
  1252. package/select/modern/components/select-mobile/checkmark/index.css +4 -760
  1253. package/select/modern/components/select-mobile/index.css +11 -761
  1254. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1255. package/select/modern/components/select-mobile/index.js +6 -6
  1256. package/select/modern/components/select-mobile/options-list/Component.js +1 -1
  1257. package/select/modern/components/select-mobile/options-list/index.css +9 -755
  1258. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1259. package/select/modern/components/virtual-options-list/index.css +12 -754
  1260. package/select/modern/index.js +6 -6
  1261. package/select/modern/{intersection-observer-312dba27.d.ts → intersection-observer-8f951212.d.ts} +0 -0
  1262. package/select/modern/{intersection-observer-312dba27.js → intersection-observer-8f951212.js} +0 -0
  1263. package/select/modern/presets/index.js +6 -6
  1264. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1265. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1266. package/select/modern/presets/useSelectWithApply/hook.js +6 -6
  1267. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
  1268. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -752
  1269. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1270. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
  1271. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1272. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1273. package/select/presets/index.js +4 -4
  1274. package/select/presets/useLazyLoading/hook.js +3 -3
  1275. package/select/presets/useLazyLoading/index.css +2 -2
  1276. package/select/presets/useSelectWithApply/hook.js +4 -4
  1277. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1278. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -752
  1279. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1280. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1281. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1282. package/select/presets/useSelectWithLoading/index.css +2 -2
  1283. package/select/{tslib.es6-eac1f553.d.ts → tslib.es6-0b07d813.d.ts} +0 -0
  1284. package/select/tslib.es6-0b07d813.js +49 -0
  1285. package/select-with-tags/component.js +1 -1
  1286. package/select-with-tags/components/index.js +1 -1
  1287. package/select-with-tags/components/tag/component.js +2 -2
  1288. package/select-with-tags/components/tag/index.css +10 -719
  1289. package/select-with-tags/components/tag/index.js +1 -1
  1290. package/select-with-tags/components/tag-list/component.js +2 -2
  1291. package/select-with-tags/components/tag-list/index.css +30 -724
  1292. package/select-with-tags/components/tag-list/index.js +1 -1
  1293. package/select-with-tags/cssm/components/tag/index.module.css +0 -709
  1294. package/select-with-tags/cssm/components/tag-list/index.module.css +0 -694
  1295. package/select-with-tags/esm/component.js +1 -1
  1296. package/select-with-tags/esm/components/index.js +1 -1
  1297. package/select-with-tags/esm/components/tag/component.js +2 -2
  1298. package/select-with-tags/esm/components/tag/index.css +10 -719
  1299. package/select-with-tags/esm/components/tag/index.js +1 -1
  1300. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1301. package/select-with-tags/esm/components/tag-list/index.css +30 -724
  1302. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1303. package/select-with-tags/esm/index.js +1 -1
  1304. package/select-with-tags/esm/{tslib.es6-5c1a75b6.d.ts → tslib.es6-abdf6918.d.ts} +0 -0
  1305. package/select-with-tags/esm/{tslib.es6-5c1a75b6.js → tslib.es6-abdf6918.js} +0 -0
  1306. package/select-with-tags/esm/utils/index.js +1 -1
  1307. package/select-with-tags/esm/utils/match.js +1 -1
  1308. package/select-with-tags/index.js +1 -1
  1309. package/select-with-tags/modern/components/tag/component.js +1 -1
  1310. package/select-with-tags/modern/components/tag/index.css +10 -719
  1311. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1312. package/select-with-tags/modern/components/tag-list/index.css +30 -724
  1313. package/select-with-tags/{tslib.es6-2b34418b.d.ts → tslib.es6-9aab6b80.d.ts} +0 -0
  1314. package/{modal/tslib.es6-8b5d1292.js → select-with-tags/tslib.es6-9aab6b80.js} +0 -0
  1315. package/select-with-tags/utils/index.js +1 -1
  1316. package/select-with-tags/utils/match.js +1 -1
  1317. package/skeleton/Component.js +1 -1
  1318. package/skeleton/cssm/index.module.css +0 -708
  1319. package/skeleton/cssm/stories.module.css +0 -53
  1320. package/skeleton/esm/Component.js +1 -1
  1321. package/skeleton/esm/index.css +10 -718
  1322. package/skeleton/index.css +10 -718
  1323. package/skeleton/modern/Component.js +1 -1
  1324. package/skeleton/modern/index.css +10 -718
  1325. package/slider/Component.js +1 -1
  1326. package/slider/cssm/index.module.css +0 -699
  1327. package/slider/esm/Component.js +1 -1
  1328. package/slider/esm/index.css +36 -735
  1329. package/slider/index.css +36 -735
  1330. package/slider/modern/Component.js +1 -1
  1331. package/slider/modern/index.css +36 -735
  1332. package/slider-input/Component.js +1 -1
  1333. package/slider-input/cssm/index.module.css +0 -708
  1334. package/slider-input/esm/Component.js +1 -1
  1335. package/slider-input/esm/index.css +17 -725
  1336. package/slider-input/index.css +17 -725
  1337. package/slider-input/modern/Component.js +1 -1
  1338. package/slider-input/modern/index.css +17 -725
  1339. package/space/Component.js +2 -2
  1340. package/space/{Item-e05f446d.d.ts → Item-00a97a15.d.ts} +0 -0
  1341. package/space/{Item-e05f446d.js → Item-00a97a15.js} +0 -0
  1342. package/space/Item.js +1 -1
  1343. package/space/cssm/index.module.css +0 -714
  1344. package/space/esm/Component.js +2 -2
  1345. package/space/esm/{Item-c5e4b9c2.d.ts → Item-22045a11.d.ts} +0 -0
  1346. package/space/esm/{Item-c5e4b9c2.js → Item-22045a11.js} +0 -0
  1347. package/space/esm/Item.js +1 -1
  1348. package/space/esm/index.css +8 -722
  1349. package/space/esm/index.js +1 -1
  1350. package/space/index.css +8 -722
  1351. package/space/index.js +1 -1
  1352. package/space/modern/Component.js +1 -1
  1353. package/space/modern/index.css +8 -722
  1354. package/spinner/Component.js +1 -1
  1355. package/spinner/esm/Component.js +1 -1
  1356. package/spinner/esm/index.css +6 -6
  1357. package/spinner/index.css +6 -6
  1358. package/spinner/modern/Component.js +1 -1
  1359. package/spinner/modern/index.css +6 -6
  1360. package/status/Component.js +1 -1
  1361. package/status/cssm/index.module.css +0 -689
  1362. package/status/esm/Component.js +1 -1
  1363. package/status/esm/index.css +17 -706
  1364. package/status/index.css +17 -706
  1365. package/status/modern/Component.js +1 -1
  1366. package/status/modern/index.css +17 -706
  1367. package/stepped-progress-bar/Component.js +1 -1
  1368. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1369. package/stepped-progress-bar/components/step-bar/index.css +10 -707
  1370. package/stepped-progress-bar/cssm/components/step-bar/index.module.css +0 -697
  1371. package/stepped-progress-bar/cssm/index.module.css +0 -708
  1372. package/stepped-progress-bar/esm/Component.js +1 -1
  1373. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1374. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -707
  1375. package/stepped-progress-bar/esm/index.css +3 -711
  1376. package/stepped-progress-bar/index.css +3 -711
  1377. package/stepped-progress-bar/modern/Component.js +1 -1
  1378. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1379. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -707
  1380. package/stepped-progress-bar/modern/index.css +3 -711
  1381. package/switch/Component.js +1 -1
  1382. package/switch/cssm/index.module.css +0 -690
  1383. package/switch/esm/Component.js +1 -1
  1384. package/switch/esm/index.css +25 -715
  1385. package/switch/index.css +25 -715
  1386. package/switch/modern/Component.js +1 -1
  1387. package/switch/modern/index.css +25 -715
  1388. package/table/component.js +1 -1
  1389. package/table/components/index.js +1 -1
  1390. package/table/components/pagination/Component.js +2 -2
  1391. package/table/components/pagination/index.css +8 -712
  1392. package/table/components/pagination/index.js +1 -1
  1393. package/table/components/pagination/select-field/index.css +4 -715
  1394. package/table/components/pagination/select-field/index.js +2 -2
  1395. package/table/components/table/Component.js +2 -2
  1396. package/table/components/table/index.css +6 -709
  1397. package/table/components/table/index.js +1 -1
  1398. package/table/components/table/utils.js +1 -1
  1399. package/table/components/tbody/Component.js +2 -2
  1400. package/table/components/tbody/index.css +2 -716
  1401. package/table/components/tbody/index.js +1 -1
  1402. package/table/components/tcell/Component.js +2 -2
  1403. package/table/components/tcell/index.css +4 -709
  1404. package/table/components/tcell/index.js +1 -1
  1405. package/table/components/texpandable-row/Component.js +2 -2
  1406. package/table/components/texpandable-row/index.css +5 -719
  1407. package/table/components/texpandable-row/index.js +1 -1
  1408. package/table/components/thead/Component.js +2 -2
  1409. package/table/components/thead/index.css +6 -717
  1410. package/table/components/thead/index.js +1 -1
  1411. package/table/components/thead-cell/Component.js +2 -2
  1412. package/table/components/thead-cell/index.css +5 -709
  1413. package/table/components/thead-cell/index.js +1 -1
  1414. package/table/components/trow/Component.js +2 -2
  1415. package/table/components/trow/index.css +8 -715
  1416. package/table/components/trow/index.js +1 -1
  1417. package/table/components/tsortable-head-cell/Component.js +2 -2
  1418. package/table/components/tsortable-head-cell/index.css +9 -715
  1419. package/table/components/tsortable-head-cell/index.js +1 -1
  1420. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1421. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1422. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1423. package/table/cssm/components/pagination/index.module.css +0 -704
  1424. package/table/cssm/components/pagination/select-field/index.module.css +0 -711
  1425. package/table/cssm/components/table/index.module.css +0 -703
  1426. package/table/cssm/components/tbody/index.module.css +0 -714
  1427. package/table/cssm/components/tcell/index.module.css +0 -705
  1428. package/table/cssm/components/texpandable-row/index.module.css +0 -714
  1429. package/table/cssm/components/thead/index.module.css +0 -711
  1430. package/table/cssm/components/thead-cell/index.module.css +0 -704
  1431. package/table/cssm/components/trow/index.module.css +0 -707
  1432. package/table/cssm/components/tsortable-head-cell/index.module.css +0 -706
  1433. package/table/esm/component.js +1 -1
  1434. package/table/esm/components/index.js +1 -1
  1435. package/table/esm/components/pagination/Component.js +2 -2
  1436. package/table/esm/components/pagination/index.css +8 -712
  1437. package/table/esm/components/pagination/index.js +1 -1
  1438. package/table/esm/components/pagination/select-field/index.css +4 -715
  1439. package/table/esm/components/pagination/select-field/index.js +2 -2
  1440. package/table/esm/components/table/Component.js +2 -2
  1441. package/table/esm/components/table/index.css +6 -709
  1442. package/table/esm/components/table/index.js +1 -1
  1443. package/table/esm/components/table/utils.js +1 -1
  1444. package/table/esm/components/tbody/Component.js +2 -2
  1445. package/table/esm/components/tbody/index.css +2 -716
  1446. package/table/esm/components/tbody/index.js +1 -1
  1447. package/table/esm/components/tcell/Component.js +2 -2
  1448. package/table/esm/components/tcell/index.css +4 -709
  1449. package/table/esm/components/tcell/index.js +1 -1
  1450. package/table/esm/components/texpandable-row/Component.js +2 -2
  1451. package/table/esm/components/texpandable-row/index.css +5 -719
  1452. package/table/esm/components/texpandable-row/index.js +1 -1
  1453. package/table/esm/components/thead/Component.js +2 -2
  1454. package/table/esm/components/thead/index.css +6 -717
  1455. package/table/esm/components/thead/index.js +1 -1
  1456. package/table/esm/components/thead-cell/Component.js +2 -2
  1457. package/table/esm/components/thead-cell/index.css +5 -709
  1458. package/table/esm/components/thead-cell/index.js +1 -1
  1459. package/table/esm/components/trow/Component.js +2 -2
  1460. package/table/esm/components/trow/index.css +8 -715
  1461. package/table/esm/components/trow/index.js +1 -1
  1462. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1463. package/table/esm/components/tsortable-head-cell/index.css +9 -715
  1464. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1465. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1466. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1467. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1468. package/table/esm/index.js +1 -1
  1469. package/table/esm/{tslib.es6-8f7745f5.d.ts → tslib.es6-9f8c15cd.d.ts} +0 -0
  1470. package/table/esm/{tslib.es6-8f7745f5.js → tslib.es6-9f8c15cd.js} +0 -0
  1471. package/table/index.js +1 -1
  1472. package/table/modern/components/pagination/Component.js +1 -1
  1473. package/table/modern/components/pagination/index.css +8 -712
  1474. package/table/modern/components/pagination/select-field/index.css +4 -715
  1475. package/table/modern/components/pagination/select-field/index.js +1 -1
  1476. package/table/modern/components/table/Component.js +1 -1
  1477. package/table/modern/components/table/index.css +6 -709
  1478. package/table/modern/components/tbody/Component.js +1 -1
  1479. package/table/modern/components/tbody/index.css +2 -716
  1480. package/table/modern/components/tcell/Component.js +1 -1
  1481. package/table/modern/components/tcell/index.css +4 -709
  1482. package/table/modern/components/texpandable-row/Component.js +1 -1
  1483. package/table/modern/components/texpandable-row/index.css +5 -719
  1484. package/table/modern/components/thead/Component.js +1 -1
  1485. package/table/modern/components/thead/index.css +6 -717
  1486. package/table/modern/components/thead-cell/Component.js +1 -1
  1487. package/table/modern/components/thead-cell/index.css +5 -709
  1488. package/table/modern/components/trow/Component.js +1 -1
  1489. package/table/modern/components/trow/index.css +8 -715
  1490. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1491. package/table/modern/components/tsortable-head-cell/index.css +9 -715
  1492. package/table/{tslib.es6-64e3d0b8.d.ts → tslib.es6-fc316796.d.ts} +0 -0
  1493. package/{picker-button/tslib.es6-a814f4e0.js → table/tslib.es6-fc316796.js} +0 -0
  1494. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1495. package/tabs/components/primary-tablist/Component.js +1 -1
  1496. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1497. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1498. package/tabs/components/primary-tablist/index.css +18 -721
  1499. package/tabs/components/primary-tablist/mobile.css +29 -718
  1500. package/tabs/components/scrollable-container/Component.js +1 -1
  1501. package/tabs/components/scrollable-container/index.css +3 -755
  1502. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1503. package/tabs/components/secondary-tablist/Component.js +1 -1
  1504. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1505. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1506. package/tabs/components/secondary-tablist/index.css +9 -750
  1507. package/tabs/components/secondary-tablist/mobile.css +13 -739
  1508. package/tabs/components/tab/Component.js +1 -1
  1509. package/tabs/components/tab/index.css +2 -2
  1510. package/tabs/components/tabs/Component.desktop.js +3 -3
  1511. package/tabs/components/tabs/Component.mobile.js +3 -3
  1512. package/tabs/components/tabs/Component.responsive.js +3 -3
  1513. package/tabs/cssm/components/primary-tablist/index.module.css +0 -703
  1514. package/tabs/cssm/components/primary-tablist/mobile.module.css +0 -739
  1515. package/tabs/cssm/components/scrollable-container/index.module.css +0 -752
  1516. package/tabs/cssm/components/secondary-tablist/index.module.css +0 -741
  1517. package/tabs/cssm/components/secondary-tablist/mobile.module.css +0 -748
  1518. package/tabs/cssm/vars.css +0 -752
  1519. package/tabs/desktop.js +3 -3
  1520. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1521. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1522. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1523. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1524. package/tabs/esm/components/primary-tablist/index.css +18 -721
  1525. package/tabs/esm/components/primary-tablist/mobile.css +29 -718
  1526. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1527. package/tabs/esm/components/scrollable-container/index.css +3 -755
  1528. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1529. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1530. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1531. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1532. package/tabs/esm/components/secondary-tablist/index.css +9 -750
  1533. package/tabs/esm/components/secondary-tablist/mobile.css +13 -739
  1534. package/tabs/esm/components/tab/Component.js +1 -1
  1535. package/tabs/esm/components/tab/index.css +2 -2
  1536. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1537. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1538. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1539. package/tabs/esm/desktop.js +3 -3
  1540. package/tabs/esm/index.js +3 -3
  1541. package/tabs/esm/index.module-4608a1ed.js +4 -0
  1542. package/tabs/esm/index.module-dd53bcfe.js +4 -0
  1543. package/tabs/esm/mobile.js +3 -3
  1544. package/tabs/esm/responsive.js +3 -3
  1545. package/tabs/esm/{tslib.es6-ead22b73.d.ts → tslib.es6-2ddfb632.d.ts} +0 -0
  1546. package/tabs/esm/{tslib.es6-ead22b73.js → tslib.es6-2ddfb632.js} +0 -0
  1547. package/tabs/index.js +3 -3
  1548. package/tabs/index.module-56cee69a.js +4 -0
  1549. package/tabs/index.module-b7188e66.js +4 -0
  1550. package/tabs/mobile.js +3 -3
  1551. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1552. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1553. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1554. package/tabs/modern/components/primary-tablist/index.css +18 -721
  1555. package/tabs/modern/components/primary-tablist/mobile.css +29 -718
  1556. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1557. package/tabs/modern/components/scrollable-container/index.css +3 -755
  1558. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1559. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1560. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1561. package/tabs/modern/components/secondary-tablist/index.css +9 -750
  1562. package/tabs/modern/components/secondary-tablist/mobile.css +13 -739
  1563. package/tabs/modern/components/tab/Component.js +1 -1
  1564. package/tabs/modern/components/tab/index.css +2 -2
  1565. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1566. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1567. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1568. package/tabs/modern/desktop.js +2 -2
  1569. package/tabs/modern/index.js +2 -2
  1570. package/tabs/modern/index.module-4608a1ed.js +4 -0
  1571. package/tabs/modern/index.module-dd53bcfe.js +4 -0
  1572. package/tabs/modern/mobile.js +2 -2
  1573. package/tabs/modern/responsive.js +2 -2
  1574. package/tabs/responsive.js +3 -3
  1575. package/tabs/{tslib.es6-924ed804.d.ts → tslib.es6-fa24a3b3.d.ts} +0 -0
  1576. package/{select-with-tags/tslib.es6-2b34418b.js → tabs/tslib.es6-fa24a3b3.js} +0 -0
  1577. package/tag/Component.js +3 -3
  1578. package/tag/cssm/default.module.css +0 -724
  1579. package/tag/cssm/index.module.css +0 -725
  1580. package/tag/cssm/inverted.module.css +0 -724
  1581. package/tag/cssm/vars.css +0 -755
  1582. package/tag/default.css +8 -732
  1583. package/tag/esm/Component.js +3 -3
  1584. package/tag/esm/default.css +8 -732
  1585. package/tag/esm/index.css +37 -762
  1586. package/tag/esm/inverted.css +8 -732
  1587. package/tag/index.css +37 -762
  1588. package/tag/inverted.css +8 -732
  1589. package/tag/modern/Component.js +3 -3
  1590. package/tag/modern/default.css +8 -732
  1591. package/tag/modern/index.css +37 -762
  1592. package/tag/modern/inverted.css +8 -732
  1593. package/textarea/Component.js +3 -3
  1594. package/textarea/cssm/default.module.css +0 -708
  1595. package/textarea/cssm/index.module.css +0 -704
  1596. package/textarea/cssm/inverted.module.css +0 -708
  1597. package/textarea/default.css +18 -726
  1598. package/textarea/esm/Component.js +3 -3
  1599. package/textarea/esm/default.css +18 -726
  1600. package/textarea/esm/index.css +21 -725
  1601. package/textarea/esm/inverted.css +18 -726
  1602. package/textarea/index.css +21 -725
  1603. package/textarea/inverted.css +18 -726
  1604. package/textarea/modern/Component.js +3 -3
  1605. package/textarea/modern/default.css +18 -726
  1606. package/textarea/modern/index.css +21 -725
  1607. package/textarea/modern/inverted.css +18 -726
  1608. package/themes/compiled/mobile-dark-bluetint.css +1827 -307
  1609. package/themes/compiled/mobile-dark-bluetint.js +2 -0
  1610. package/themes/dark.js +2 -0
  1611. package/themes/esm/compiled/mobile-dark-bluetint.js +3 -0
  1612. package/themes/modern/compiled/mobile-dark-bluetint.js +3 -0
  1613. package/themes/package.json +10 -1
  1614. package/themes/send-stats.js +0 -0
  1615. package/toast/component.js +1 -1
  1616. package/toast/cssm/index.module.css +0 -710
  1617. package/toast/esm/component.js +1 -1
  1618. package/toast/esm/index.css +10 -720
  1619. package/toast/index.css +10 -720
  1620. package/toast/modern/component.js +1 -1
  1621. package/toast/modern/index.css +10 -720
  1622. package/toast-plate/component.js +1 -1
  1623. package/toast-plate/esm/component.js +1 -1
  1624. package/toast-plate/esm/index.css +16 -16
  1625. package/toast-plate/index.css +16 -16
  1626. package/toast-plate/modern/component.js +1 -1
  1627. package/toast-plate/modern/index.css +16 -16
  1628. package/tooltip/{Component-b8b7184c.d.ts → Component-5c6d89c0.d.ts} +0 -0
  1629. package/tooltip/{Component-b8b7184c.js → Component-5c6d89c0.js} +3 -3
  1630. package/tooltip/Component.js +1 -1
  1631. package/tooltip/component.responsive.js +2 -2
  1632. package/tooltip/cssm/default.module.css +0 -706
  1633. package/tooltip/cssm/index.module.css +0 -704
  1634. package/tooltip/cssm/inverted.module.css +0 -702
  1635. package/tooltip/default.css +3 -709
  1636. package/tooltip/esm/{Component-1d9859f1.d.ts → Component-ea3bec79.d.ts} +0 -0
  1637. package/tooltip/esm/{Component-1d9859f1.js → Component-ea3bec79.js} +3 -3
  1638. package/tooltip/esm/Component.js +1 -1
  1639. package/tooltip/esm/component.responsive.js +2 -2
  1640. package/tooltip/esm/default.css +3 -709
  1641. package/tooltip/esm/index.css +6 -710
  1642. package/tooltip/esm/index.d.ts +1 -1
  1643. package/tooltip/esm/index.js +1 -1
  1644. package/tooltip/esm/inverted.css +5 -707
  1645. package/tooltip/esm/responsive.css +3 -3
  1646. package/tooltip/esm/responsive.js +1 -1
  1647. package/tooltip/index.css +6 -710
  1648. package/tooltip/index.d.ts +1 -1
  1649. package/tooltip/index.js +1 -1
  1650. package/tooltip/inverted.css +5 -707
  1651. package/tooltip/modern/Component.js +3 -3
  1652. package/tooltip/modern/component.responsive.js +1 -1
  1653. package/tooltip/modern/default.css +3 -709
  1654. package/tooltip/modern/index.css +6 -710
  1655. package/tooltip/modern/inverted.css +5 -707
  1656. package/tooltip/modern/responsive.css +3 -3
  1657. package/tooltip/responsive.css +3 -3
  1658. package/tooltip/responsive.js +1 -1
  1659. package/typography/colors.css +12 -712
  1660. package/typography/{colors.module-1ee3eef4.d.ts → colors.module-08249671.d.ts} +0 -0
  1661. package/typography/{colors.module-1ee3eef4.js → colors.module-08249671.js} +1 -1
  1662. package/typography/common.module-9235af1e.js +4 -0
  1663. package/typography/component.js +2 -2
  1664. package/typography/cssm/colors.module.css +0 -700
  1665. package/typography/cssm/text/index.module.css +0 -711
  1666. package/typography/cssm/title/index.module.css +0 -704
  1667. package/typography/cssm/title-mobile/index.module.css +0 -710
  1668. package/typography/cssm/title-responsive/index.module.css +0 -704
  1669. package/typography/esm/colors.css +12 -712
  1670. package/typography/esm/{colors.module-7a161794.d.ts → colors.module-ca8e4683.d.ts} +0 -0
  1671. package/typography/esm/{colors.module-7a161794.js → colors.module-ca8e4683.js} +1 -1
  1672. package/typography/esm/common.module-e8413afb.js +4 -0
  1673. package/typography/esm/component.js +2 -2
  1674. package/typography/esm/index.js +2 -2
  1675. package/typography/esm/text/component.js +2 -2
  1676. package/typography/esm/text/index.css +13 -724
  1677. package/typography/esm/text/index.js +1 -1
  1678. package/typography/esm/title/common.css +4 -4
  1679. package/typography/esm/title/component.js +1 -1
  1680. package/typography/esm/title/index.css +18 -722
  1681. package/typography/esm/title/index.js +3 -3
  1682. package/typography/esm/title-mobile/component.js +3 -3
  1683. package/typography/esm/title-mobile/index.css +13 -723
  1684. package/typography/esm/title-mobile/index.js +2 -2
  1685. package/typography/esm/title-responsive/component.js +3 -3
  1686. package/typography/esm/title-responsive/index.css +40 -744
  1687. package/typography/esm/title-responsive/index.js +2 -2
  1688. package/typography/index.js +2 -2
  1689. package/typography/modern/colors.css +12 -712
  1690. package/typography/modern/colors.module-67daf2b1.js +4 -0
  1691. package/typography/modern/common.module-e8413afb.js +4 -0
  1692. package/typography/modern/component.js +2 -2
  1693. package/typography/modern/index.js +2 -2
  1694. package/typography/modern/text/component.js +2 -2
  1695. package/typography/modern/text/index.css +13 -724
  1696. package/typography/modern/text/index.js +1 -1
  1697. package/typography/modern/title/common.css +4 -4
  1698. package/typography/modern/title/component.js +1 -1
  1699. package/typography/modern/title/index.css +18 -722
  1700. package/typography/modern/title/index.js +3 -3
  1701. package/typography/modern/title-mobile/component.js +3 -3
  1702. package/typography/modern/title-mobile/index.css +13 -723
  1703. package/typography/modern/title-mobile/index.js +2 -2
  1704. package/typography/modern/title-responsive/component.js +3 -3
  1705. package/typography/modern/title-responsive/index.css +40 -744
  1706. package/typography/modern/title-responsive/index.js +2 -2
  1707. package/typography/text/component.js +2 -2
  1708. package/typography/text/index.css +13 -724
  1709. package/typography/text/index.js +1 -1
  1710. package/typography/title/common.css +4 -4
  1711. package/typography/title/component.js +1 -1
  1712. package/typography/title/index.css +18 -722
  1713. package/typography/title/index.js +3 -3
  1714. package/typography/title-mobile/component.js +3 -3
  1715. package/typography/title-mobile/index.css +13 -723
  1716. package/typography/title-mobile/index.js +2 -2
  1717. package/typography/title-responsive/component.js +3 -3
  1718. package/typography/title-responsive/index.css +40 -744
  1719. package/typography/title-responsive/index.js +2 -2
  1720. package/vars/colors-bluetint.js +2 -0
  1721. package/vars/colors-indigo.js +2 -0
  1722. package/vars/cssm/colors-bluetint.js +2 -0
  1723. package/vars/cssm/colors-indigo.js +2 -0
  1724. package/vars/package.json +11 -1
  1725. package/vars/send-stats.js +0 -0
  1726. package/with-suffix/Component.js +1 -1
  1727. package/with-suffix/cssm/index.module.css +0 -714
  1728. package/with-suffix/esm/Component.js +1 -1
  1729. package/with-suffix/esm/index.css +9 -723
  1730. package/with-suffix/index.css +9 -723
  1731. package/with-suffix/modern/Component.js +1 -1
  1732. package/with-suffix/modern/index.css +9 -723
  1733. package/calendar-range/modern/index.module-fee2d2bb.js +0 -4
  1734. package/grid/esm/gutters.module-782c6a51.js +0 -27
  1735. package/grid/gutters.module-c79e2633.js +0 -28
  1736. package/grid/modern/gutters.module-de6c7842.js +0 -4
  1737. package/modal/esm/transitions.module-918b21ab.js +0 -4
  1738. package/modal/modern/transitions.module-918b21ab.js +0 -4
  1739. package/modal/transitions.module-e4e027d6.js +0 -4
  1740. package/table/tslib.es6-64e3d0b8.js +0 -40
  1741. package/tabs/esm/index.module-4cd8703c.js +0 -4
  1742. package/tabs/esm/index.module-eb819403.js +0 -4
  1743. package/tabs/index.module-43ea825d.js +0 -4
  1744. package/tabs/index.module-a4da63f4.js +0 -4
  1745. package/tabs/modern/index.module-4cd8703c.js +0 -4
  1746. package/tabs/modern/index.module-eb819403.js +0 -4
  1747. package/tabs/tslib.es6-924ed804.js +0 -40
  1748. package/themes/dist/amount/click.css +0 -4
  1749. package/themes/dist/backdrop/click.css +0 -4
  1750. package/themes/dist/bottom-sheet/click.css +0 -9
  1751. package/themes/dist/bottom-sheet/corp.css +0 -4
  1752. package/themes/dist/bottom-sheet/intranet.css +0 -3
  1753. package/themes/dist/bottom-sheet/mobile.css +0 -4
  1754. package/themes/dist/bottom-sheet/site.css +0 -3
  1755. package/themes/dist/button/click.css +0 -21
  1756. package/themes/dist/button/corp.css +0 -51
  1757. package/themes/dist/button/intranet.css +0 -22
  1758. package/themes/dist/button/mobile.css +0 -22
  1759. package/themes/dist/button/site.css +0 -7
  1760. package/themes/dist/calendar/click.css +0 -8
  1761. package/themes/dist/calendar/intranet.css +0 -9
  1762. package/themes/dist/calendar-input/click.css +0 -3
  1763. package/themes/dist/calendar-input/corp.css +0 -3
  1764. package/themes/dist/calendar-input/intranet.css +0 -3
  1765. package/themes/dist/calendar-input/mobile.css +0 -3
  1766. package/themes/dist/checkbox/click.css +0 -9
  1767. package/themes/dist/checkbox/intranet.css +0 -19
  1768. package/themes/dist/checkbox/mobile.css +0 -19
  1769. package/themes/dist/checkbox-group/click.css +0 -5
  1770. package/themes/dist/click.css +0 -956
  1771. package/themes/dist/code-input/click.css +0 -6
  1772. package/themes/dist/compiled/mobile-dark-bluetint.css +0 -2321
  1773. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +0 -2
  1774. package/themes/dist/compiled/mobile-dark-bluetint.js +0 -11
  1775. package/themes/dist/confirmation/click.css +0 -12
  1776. package/themes/dist/confirmation/intranet.css +0 -7
  1777. package/themes/dist/confirmation/mobile.css +0 -7
  1778. package/themes/dist/corp.css +0 -768
  1779. package/themes/dist/dark.css +0 -256
  1780. package/themes/dist/dark.d.ts +0 -2
  1781. package/themes/dist/dark.js +0 -12
  1782. package/themes/dist/dropzone/click.css +0 -4
  1783. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +0 -2
  1784. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +0 -4
  1785. package/themes/dist/esm/dark.d.ts +0 -2
  1786. package/themes/dist/esm/dark.js +0 -6
  1787. package/themes/dist/filter-tag/mobile.css +0 -4
  1788. package/themes/dist/form-control/click.css +0 -31
  1789. package/themes/dist/form-control/intranet.css +0 -34
  1790. package/themes/dist/form-control/mobile.css +0 -34
  1791. package/themes/dist/form-control/site.css +0 -5
  1792. package/themes/dist/icon-button/click.css +0 -24
  1793. package/themes/dist/input/click.css +0 -8
  1794. package/themes/dist/input/corp.css +0 -3
  1795. package/themes/dist/input/intranet.css +0 -13
  1796. package/themes/dist/input/mobile.css +0 -13
  1797. package/themes/dist/input/site.css +0 -4
  1798. package/themes/dist/intranet.css +0 -832
  1799. package/themes/dist/link/click.css +0 -25
  1800. package/themes/dist/list/click.css +0 -4
  1801. package/themes/dist/mixins/amount/click.css +0 -4
  1802. package/themes/dist/mixins/backdrop/click.css +0 -4
  1803. package/themes/dist/mixins/bottom-sheet/click.css +0 -9
  1804. package/themes/dist/mixins/bottom-sheet/corp.css +0 -4
  1805. package/themes/dist/mixins/bottom-sheet/intranet.css +0 -3
  1806. package/themes/dist/mixins/bottom-sheet/mobile.css +0 -4
  1807. package/themes/dist/mixins/bottom-sheet/site.css +0 -3
  1808. package/themes/dist/mixins/button/click.css +0 -21
  1809. package/themes/dist/mixins/button/corp.css +0 -51
  1810. package/themes/dist/mixins/button/intranet.css +0 -22
  1811. package/themes/dist/mixins/button/mobile.css +0 -22
  1812. package/themes/dist/mixins/button/site.css +0 -7
  1813. package/themes/dist/mixins/calendar/click.css +0 -8
  1814. package/themes/dist/mixins/calendar/intranet.css +0 -9
  1815. package/themes/dist/mixins/calendar-input/click.css +0 -3
  1816. package/themes/dist/mixins/calendar-input/corp.css +0 -3
  1817. package/themes/dist/mixins/calendar-input/intranet.css +0 -3
  1818. package/themes/dist/mixins/calendar-input/mobile.css +0 -3
  1819. package/themes/dist/mixins/checkbox/click.css +0 -9
  1820. package/themes/dist/mixins/checkbox/intranet.css +0 -19
  1821. package/themes/dist/mixins/checkbox/mobile.css +0 -19
  1822. package/themes/dist/mixins/checkbox-group/click.css +0 -5
  1823. package/themes/dist/mixins/click.css +0 -56
  1824. package/themes/dist/mixins/code-input/click.css +0 -6
  1825. package/themes/dist/mixins/confirmation/click.css +0 -12
  1826. package/themes/dist/mixins/confirmation/intranet.css +0 -7
  1827. package/themes/dist/mixins/confirmation/mobile.css +0 -7
  1828. package/themes/dist/mixins/corp.css +0 -17
  1829. package/themes/dist/mixins/dark.css +0 -256
  1830. package/themes/dist/mixins/dropzone/click.css +0 -4
  1831. package/themes/dist/mixins/filter-tag/mobile.css +0 -4
  1832. package/themes/dist/mixins/form-control/click.css +0 -31
  1833. package/themes/dist/mixins/form-control/intranet.css +0 -34
  1834. package/themes/dist/mixins/form-control/mobile.css +0 -34
  1835. package/themes/dist/mixins/form-control/site.css +0 -5
  1836. package/themes/dist/mixins/icon-button/click.css +0 -24
  1837. package/themes/dist/mixins/input/click.css +0 -8
  1838. package/themes/dist/mixins/input/corp.css +0 -3
  1839. package/themes/dist/mixins/input/intranet.css +0 -13
  1840. package/themes/dist/mixins/input/mobile.css +0 -13
  1841. package/themes/dist/mixins/input/site.css +0 -4
  1842. package/themes/dist/mixins/intranet.css +0 -29
  1843. package/themes/dist/mixins/link/click.css +0 -25
  1844. package/themes/dist/mixins/list/click.css +0 -4
  1845. package/themes/dist/mixins/mobile.css +0 -29
  1846. package/themes/dist/mixins/modal/click.css +0 -30
  1847. package/themes/dist/mixins/modal/corp.css +0 -4
  1848. package/themes/dist/mixins/radio/click.css +0 -9
  1849. package/themes/dist/mixins/radio/intranet.css +0 -19
  1850. package/themes/dist/mixins/radio/mobile.css +0 -19
  1851. package/themes/dist/mixins/select/click.css +0 -25
  1852. package/themes/dist/mixins/select/corp.css +0 -7
  1853. package/themes/dist/mixins/select/intranet.css +0 -4
  1854. package/themes/dist/mixins/select/mobile.css +0 -4
  1855. package/themes/dist/mixins/select/site.css +0 -4
  1856. package/themes/dist/mixins/site.css +0 -15
  1857. package/themes/dist/mixins/skeleton/click.css +0 -8
  1858. package/themes/dist/mixins/slider/click.css +0 -16
  1859. package/themes/dist/mixins/slider/intranet.css +0 -5
  1860. package/themes/dist/mixins/slider/mobile.css +0 -5
  1861. package/themes/dist/mixins/slider-input/intranet.css +0 -3
  1862. package/themes/dist/mixins/slider-input/mobile.css +0 -3
  1863. package/themes/dist/mixins/switch/click.css +0 -5
  1864. package/themes/dist/mixins/tabs/click.css +0 -20
  1865. package/themes/dist/mixins/tabs/corp.css +0 -4
  1866. package/themes/dist/mixins/tabs/site.css +0 -8
  1867. package/themes/dist/mixins/tag/click.css +0 -12
  1868. package/themes/dist/mixins/tag/intranet.css +0 -16
  1869. package/themes/dist/mixins/tag/mobile.css +0 -17
  1870. package/themes/dist/mixins/toast-plate/click.css +0 -10
  1871. package/themes/dist/mobile.css +0 -829
  1872. package/themes/dist/modal/click.css +0 -30
  1873. package/themes/dist/modal/corp.css +0 -4
  1874. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +0 -2
  1875. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +0 -4
  1876. package/themes/dist/modern/dark.d.ts +0 -2
  1877. package/themes/dist/modern/dark.js +0 -6
  1878. package/themes/dist/package.json +0 -12
  1879. package/themes/dist/radio/click.css +0 -9
  1880. package/themes/dist/radio/intranet.css +0 -19
  1881. package/themes/dist/radio/mobile.css +0 -19
  1882. package/themes/dist/select/click.css +0 -25
  1883. package/themes/dist/select/corp.css +0 -7
  1884. package/themes/dist/select/intranet.css +0 -4
  1885. package/themes/dist/select/mobile.css +0 -4
  1886. package/themes/dist/select/site.css +0 -4
  1887. package/themes/dist/send-stats.js +0 -82
  1888. package/themes/dist/site.css +0 -731
  1889. package/themes/dist/skeleton/click.css +0 -8
  1890. package/themes/dist/slider/click.css +0 -16
  1891. package/themes/dist/slider/intranet.css +0 -5
  1892. package/themes/dist/slider/mobile.css +0 -5
  1893. package/themes/dist/slider-input/intranet.css +0 -3
  1894. package/themes/dist/slider-input/mobile.css +0 -3
  1895. package/themes/dist/switch/click.css +0 -5
  1896. package/themes/dist/tabs/click.css +0 -20
  1897. package/themes/dist/tabs/corp.css +0 -4
  1898. package/themes/dist/tabs/site.css +0 -8
  1899. package/themes/dist/tag/click.css +0 -12
  1900. package/themes/dist/tag/intranet.css +0 -16
  1901. package/themes/dist/tag/mobile.css +0 -17
  1902. package/themes/dist/toast-plate/click.css +0 -10
  1903. package/typography/common.module-bef1046c.js +0 -4
  1904. package/typography/esm/common.module-0062d04d.js +0 -4
  1905. package/typography/modern/colors.module-06625934.js +0 -4
  1906. package/typography/modern/common.module-0062d04d.js +0 -4
  1907. package/vars/dist/border-radius.css +0 -9
  1908. package/vars/dist/colors-addons.css +0 -98
  1909. package/vars/dist/colors-bluetint.css +0 -429
  1910. package/vars/dist/colors-bluetint.d.ts +0 -2
  1911. package/vars/dist/colors-bluetint.js +0 -12
  1912. package/vars/dist/colors-indigo.css +0 -429
  1913. package/vars/dist/colors-indigo.d.ts +0 -2
  1914. package/vars/dist/colors-indigo.js +0 -12
  1915. package/vars/dist/colors-transparent.css +0 -26
  1916. package/vars/dist/colors-x5.css +0 -4
  1917. package/vars/dist/colors.css +0 -71
  1918. package/vars/dist/cssm/border-radius.css +0 -9
  1919. package/vars/dist/cssm/colors-addons.css +0 -98
  1920. package/vars/dist/cssm/colors-bluetint.css +0 -429
  1921. package/vars/dist/cssm/colors-bluetint.d.ts +0 -2
  1922. package/vars/dist/cssm/colors-bluetint.js +0 -12
  1923. package/vars/dist/cssm/colors-indigo.css +0 -429
  1924. package/vars/dist/cssm/colors-indigo.d.ts +0 -2
  1925. package/vars/dist/cssm/colors-indigo.js +0 -12
  1926. package/vars/dist/cssm/colors-transparent.css +0 -26
  1927. package/vars/dist/cssm/colors-x5.css +0 -4
  1928. package/vars/dist/cssm/colors.css +0 -71
  1929. package/vars/dist/cssm/gaps.css +0 -30
  1930. package/vars/dist/cssm/index.css +0 -707
  1931. package/vars/dist/cssm/mixins.css +0 -1
  1932. package/vars/dist/cssm/shadows-indigo.css +0 -38
  1933. package/vars/dist/cssm/typography.css +0 -6
  1934. package/vars/dist/esm/colors-bluetint.d.ts +0 -2
  1935. package/vars/dist/esm/colors-bluetint.js +0 -6
  1936. package/vars/dist/esm/colors-indigo.d.ts +0 -2
  1937. package/vars/dist/esm/colors-indigo.js +0 -6
  1938. package/vars/dist/gaps.css +0 -30
  1939. package/vars/dist/index.css +0 -9
  1940. package/vars/dist/mixins.css +0 -4
  1941. package/vars/dist/modern/colors-bluetint.d.ts +0 -2
  1942. package/vars/dist/modern/colors-bluetint.js +0 -6
  1943. package/vars/dist/modern/colors-indigo.d.ts +0 -2
  1944. package/vars/dist/modern/colors-indigo.js +0 -6
  1945. package/vars/dist/package.json +0 -13
  1946. package/vars/dist/send-stats.js +0 -82
  1947. package/vars/dist/shadows-indigo.css +0 -38
  1948. package/vars/dist/typography.css +0 -586
@@ -1,2321 +0,0 @@
1
- .card-image__cardImage_jg23k {
2
- background: #e7e8ea;
3
- }
4
- .card-image__loaded_jg23k {
5
- background: transparent
6
- }.backdrop__backdrop_1chxz {
7
- -webkit-tap-highlight-color: transparent;
8
- }
9
- .backdrop__appear_1chxz,
10
- .backdrop__enter_1chxz {
11
- background-color: transparent;
12
- }
13
- .backdrop__appearActive_1chxz,
14
- .backdrop__enterActive_1chxz,
15
- .backdrop__appearDone_1chxz,
16
- .backdrop__enterDone_1chxz {
17
- background-color: rgba(0, 0, 0, 0.8);
18
- }
19
- .backdrop__exit_1chxz {
20
- background-color: rgba(0, 0, 0, 0.8);
21
- }
22
- .backdrop__exitActive_1chxz,
23
- .backdrop__exitDone_1chxz {
24
- background-color: transparent;
25
- }.badge__component_12lxm {
26
- background-color: #ef3124;
27
- color: #000;
28
- }
29
- .badge__outlineCount_12lxm {
30
- background-color: #121212;
31
- }
32
- .badge__icon_12lxm {
33
- color: #2fc26e
34
- }
35
- .badge__icon_12lxm.badge__positive_12lxm {
36
- color: #2fc26e;
37
- background-color: #2fc26e;
38
- }
39
- .badge__icon_12lxm.badge__attention_12lxm {
40
- color: #f6bf65;
41
- background-color: #f6bf65;
42
- }
43
- .badge__icon_12lxm.badge__negative_12lxm {
44
- color: #d91d0b;
45
- background-color: #d91d0b;
46
- }
47
- .badge__icon_12lxm.badge__link_12lxm {
48
- color: #0072ef;
49
- background-color: #0072ef;
50
- }
51
- .badge__icon_12lxm.badge__tertiary_12lxm {
52
- color: #464649;
53
- background-color: #464649;
54
- }
55
- .badge__icon_12lxm.badge__secondary_12lxm {
56
- color: #8d8d93;
57
- background-color: #8d8d93;
58
- }
59
- .badge__icon_12lxm.badge__primary_12lxm {
60
- color: #fff;
61
- background-color: #fff;
62
- }
63
- .badge__icon_12lxm:before {
64
- background-color: #121212;
65
- }
66
- .badge__outline_12lxm {
67
- background-color: #121212;
68
- }
69
- .badge__outlineColor_12lxm.badge__attention_12lxm {
70
- background-color: #f6bf65;
71
- }
72
- .badge__outlineColor_12lxm.badge__positive_12lxm {
73
- background-color: #2fc26e;
74
- }
75
- .badge__outlineColor_12lxm.badge__negative_12lxm {
76
- background-color: #d91d0b;
77
- }
78
- .badge__outlineColor_12lxm.badge__link_12lxm {
79
- background-color: #0072ef;
80
- }
81
- .badge__outlineColor_12lxm .badge__tertiary_12lxm {
82
- background-color: #464649;
83
- }
84
- .badge__outlineColor_12lxm.badge__secondary_12lxm {
85
- background-color: #8d8d93;
86
- }
87
- .badge__outlineColor_12lxm.badge__primary_12lxm {
88
- background-color: #fff;
89
- }.checkbox-group__error_tpm8p {
90
- border-left: 1px solid #f15045;
91
- }
92
- .checkbox-group__label_tpm8p {
93
- color: #fff;
94
- }
95
- .checkbox-group__errorMessage_tpm8p {
96
- color: #f15045;
97
- }
98
- .checkbox-group__hint_tpm8p {
99
- color: #8d8d93;
100
- }.checkbox__box_1g8b9 {
101
- color: #000;
102
- background-color: #000;
103
- border: 1.5px solid #8d8d93;
104
- }
105
- .checkbox__checkedIcon_1g8b9 {
106
- color: #000;
107
- }
108
- .checkbox__component_1g8b9:hover:not(.checkbox__disabled_1g8b9):not(.checkbox__inactive_1g8b9) .checkbox__box_1g8b9 {
109
- background-color: #000;
110
- border-color: #8d8d93;
111
- }
112
- .checkbox__component_1g8b9:active:not(.checkbox__disabled_1g8b9):not(.checkbox__inactive_1g8b9) .checkbox__box_1g8b9 {
113
- background-color: #000;
114
- border-color: #fff;
115
- }
116
- .checkbox__checked_1g8b9 .checkbox__box_1g8b9 {
117
- background-color: #fff;
118
- border-color: transparent;
119
- }
120
- .checkbox__checked_1g8b9:hover:not(.checkbox__disabled_1g8b9):not(.checkbox__inactive_1g8b9) .checkbox__box_1g8b9 {
121
- background-color: rgb(255, 255, 255);
122
- border-color: transparent;
123
- }
124
- .checkbox__checked_1g8b9:active:not(.checkbox__disabled_1g8b9):not(.checkbox__inactive_1g8b9) .checkbox__box_1g8b9 {
125
- background-color: rgb(255, 255, 255);
126
- border-color: transparent;
127
- }
128
- .checkbox__indeterminate_1g8b9 .checkbox__box_1g8b9 {
129
- background-color: #fff;
130
- border-color: transparent;
131
- }
132
- .checkbox__indeterminate_1g8b9:hover:not(.checkbox__disabled_1g8b9):not(.checkbox__inactive_1g8b9) .checkbox__box_1g8b9 {
133
- background-color: rgb(255, 255, 255);
134
- border-color: transparent;
135
- }
136
- .checkbox__indeterminate_1g8b9:active:not(.checkbox__disabled_1g8b9):not(.checkbox__inactive_1g8b9) .checkbox__box_1g8b9 {
137
- background-color: rgb(255, 255, 255);
138
- border-color: transparent;
139
- }
140
- .checkbox__disabled_1g8b9 .checkbox__box_1g8b9 {
141
- background-color: #000;
142
- border-color: #2a2a2c;
143
- }
144
- .checkbox__disabled_1g8b9.checkbox__checked_1g8b9 .checkbox__box_1g8b9 {
145
- background-color: #3a3a3c;
146
- border-color: transparent;
147
- }
148
- .checkbox__disabled_1g8b9.checkbox__indeterminate_1g8b9 .checkbox__box_1g8b9 {
149
- background-color: #3a3a3c;
150
- border-color: transparent;
151
- }
152
- .checkbox__disabled_1g8b9 .checkbox__label_1g8b9 {
153
- color: #8d8d93;
154
- }
155
- .checkbox__disabled_1g8b9 .checkbox__hint_1g8b9 {
156
- color: #8d8d93;
157
- }
158
- .checkbox__inactive_1g8b9 .checkbox__box_1g8b9 {
159
- background-color: #3a3a3c;
160
- border-color: #464649;
161
- }
162
- .checkbox__inactive_1g8b9.checkbox__checked_1g8b9 .checkbox__box_1g8b9 {
163
- color: #464649;
164
- border-color: transparent;
165
- }
166
- .checkbox__inactive_1g8b9.checkbox__indeterminate_1g8b9 .checkbox__box_1g8b9 {
167
- border-color: transparent;
168
- }
169
- .checkbox__focused_1g8b9 .checkbox__box_1g8b9 {
170
- outline: 2px solid #0072ef;
171
- }
172
- .checkbox__label_1g8b9 {
173
- color: #fff;
174
- }
175
- .checkbox__errorMessage_1g8b9 {
176
- color: #f15045;
177
- }
178
- .checkbox__hint_1g8b9 {
179
- color: #8d8d93;
180
- }
181
- .checkbox__inactive_1g8b9 .checkbox__indeterminateLine_1g8b9 {
182
- background-color: #464649;
183
- }
184
- .checkbox__indeterminateLine_1g8b9 {
185
- background-color: #000;
186
- }.divider__component_1kdad {
187
- border-bottom: 1px solid #2b2b2e;
188
- }.code-input__error_1s9ot {
189
- color: #f15045;
190
- }
191
- @keyframes code-input__shake_1s9ot {
192
- }
193
- .code-input__input_8nmh2 {
194
- background-color: #202022;
195
- color: #fff
196
- }
197
- .code-input__input_8nmh2.code-input__hasError_8nmh2 {
198
- color: #f15045;
199
- caret-color: #fff;
200
- background-color: #35110d;
201
- }
202
- .code-input__input_8nmh2.code-input__disabled_8nmh2 {
203
- color: #464649;
204
- }
205
- .code-input__input_8nmh2:-webkit-autofill {
206
- -webkit-text-fill-color: #fff;
207
- }.dropzone__component_1a4dd {
208
- border: 2px dashed #464649;
209
- }
210
- .dropzone__component_1a4dd:not(.dropzone__disabled_1a4dd):hover {
211
- background-color: transparent;
212
- }
213
- .dropzone__dragOver_1a4dd {
214
- background-color: transparent;
215
- }
216
- .dropzone__error_1a4dd {
217
- border-color: #ef3124;
218
- }
219
- .dropzone__overlay_1lp53 {
220
- background: #202022;
221
- }
222
- .dropzone__text_1lp53 {
223
- color: #fff;
224
- }.hatching-progress-bar__container_1wuok {
225
- background: rgba(255, 255, 255, 0.1);
226
- }
227
- .hatching-progress-bar__hatch_1wuok {
228
- background: repeating-linear-gradient(
229
- -45deg,
230
- #464649 6px 10px,
231
- rgba(255, 255, 255, 0) 10px 18px
232
- );
233
- }
234
- .hatching-progress-bar__positive_1wuok {
235
- background: #2fc26e;
236
- }
237
- .hatching-progress-bar__attention_1wuok {
238
- background: #f6bf65;
239
- }
240
- .hatching-progress-bar__negative_1wuok {
241
- background: #d91d0b;
242
- }
243
- .hatching-progress-bar__link_1wuok {
244
- background: #0072ef;
245
- }
246
- .hatching-progress-bar__tertiary_1wuok {
247
- background: #464649;
248
- }
249
- .hatching-progress-bar__secondary_1wuok {
250
- background: #8d8d93;
251
- }
252
- .hatching-progress-bar__primary_1wuok {
253
- background: #fff;
254
- }
255
- .hatching-progress-bar__accent_1wuok {
256
- background: #ef3124;
257
- }.form-control__component_ciphk {
258
- color: #fff;
259
- }
260
- .form-control__inner_ciphk {
261
- background-color: #202022;
262
- }
263
- .form-control__label_ciphk {
264
- color: #8d8d93;
265
- }
266
- .form-control__hint_ciphk {
267
- color: #8d8d93;
268
- }
269
- .form-control__disabled_ciphk {
270
- background-color: #202022;
271
- color: #8d8d93;
272
- }
273
- .form-control__focused_ciphk.form-control__inner_ciphk {
274
- background-color: #202022;
275
- }
276
- .form-control__inner_ciphk:not(.form-control__disabled_ciphk):hover {
277
- background-color: #202022;
278
- }
279
- .form-control__error_ciphk {
280
- color: #f15045;
281
- }
282
- .form-control__hasError_ciphk .form-control__label_ciphk {
283
- color: #f15045;
284
- }
285
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
286
- }
287
- .form-control__component_kslw3 {
288
- color: #000;
289
- }
290
- .form-control__inner_kslw3 {
291
- background-color: #f3f4f5;
292
- }
293
- .form-control__label_kslw3 {
294
- color: rgba(60, 60, 67, 0.6);
295
- }
296
- .form-control__hint_kslw3 {
297
- color: rgba(60, 60, 67, 0.6);
298
- }
299
- .form-control__disabled_kslw3 {
300
- background-color: #f3f4f5;
301
- color: rgba(60, 60, 67, 0.6);
302
- }
303
- .form-control__focused_kslw3.form-control__inner_kslw3 {
304
- background-color: #f3f4f5;
305
- }
306
- .form-control__inner_kslw3:not(.form-control__disabled_kslw3):hover {
307
- background-color: #f3f4f5;
308
- }
309
- .form-control__error_kslw3 {
310
- color: #ef3124;
311
- }
312
- .form-control__hasError_kslw3 .form-control__label_kslw3 {
313
- color: #ef3124;
314
- }.icon-view__component_1qroi {
315
- color: rgba(235, 235, 245, 0.6);
316
- }
317
- .icon-view__bg_1qroi {
318
- fill: #f3f4f5;
319
- }
320
- .icon-view__border_1qroi {
321
- stroke: rgba(255, 255, 255, 0.1);
322
- fill: transparent;
323
- }@media (max-width: 599px) {
324
- }
325
- @media (min-width: 360px) {
326
- }
327
- @media (min-width: 375px) {
328
- }
329
- @media (min-width: 412px) {
330
- }
331
- @media (min-width: 600px) and (max-width: 1023px) {
332
- }
333
- @media (min-width: 600px) {
334
- }
335
- @media (min-width: 768px) {
336
- }
337
- @media (min-width: 1024px) {
338
- }
339
- @media (min-width: 1024px) {
340
- }
341
- @media (min-width: 1280px) {
342
- }
343
- @media (min-width: 1440px) {
344
- }
345
- @media (min-width: 1920px) {
346
- }
347
- @media (max-width: 599px) {
348
- }
349
- @media (min-width: 360px) {
350
- }
351
- @media (min-width: 375px) {
352
- }
353
- @media (min-width: 412px) {
354
- }
355
- @media (min-width: 600px) and (max-width: 1023px) {
356
- }
357
- @media (min-width: 600px) {
358
- }
359
- @media (min-width: 768px) {
360
- }
361
- @media (min-width: 1024px) {
362
- }
363
- @media (min-width: 1024px) {
364
- }
365
- @media (min-width: 1280px) {
366
- }
367
- @media (min-width: 1440px) {
368
- }
369
- @media (min-width: 1920px) {
370
- }
371
- .list__list_10x6p {
372
- color: #fff;
373
- }
374
- .list__slot_10x6p {
375
- color: #fff;
376
- }.link__primary_1akb3 {
377
- color: #fff;
378
- border-bottom-color: #fff
379
- }
380
- .link__primary_1akb3:hover {
381
- color: rgb(255, 255, 255);
382
- }
383
- .link__primary_1akb3:active {
384
- color: rgb(255, 255, 255);
385
- }
386
- .link__secondary_1akb3 {
387
- color: #8d8d93;
388
- border-bottom-color: #8d8d93
389
- }
390
- .link__secondary_1akb3:hover {
391
- color: rgb(164, 164, 169);
392
- }
393
- .link__secondary_1akb3:active {
394
- color: rgb(187, 187, 190);
395
- }
396
- .link__defaultView_1akb3 {
397
- color: #0072ef;
398
- border-bottom-color: #0072ef
399
- }
400
- .link__defaultView_1akb3:hover {
401
- color: rgb(51, 142, 242);
402
- }
403
- .link__defaultView_1akb3:active {
404
- color: rgb(102, 170, 245);
405
- }
406
- .link__component_7y8t3:hover .link__text_7y8t3,
407
- .link__component_7y8t3:active .link__text_7y8t3 {
408
- border-bottom-color: rgba(0, 0, 0, 0);
409
- }
410
- .link__focused_7y8t3 {
411
- outline: 2px solid #0072ef;
412
- }
413
- .link__primary_v59n9 {
414
- color: #000;
415
- border-bottom-color: #000
416
- }
417
- .link__primary_v59n9:hover {
418
- color: rgb(204, 204, 204);
419
- }
420
- .link__primary_v59n9:active {
421
- color: rgb(153, 153, 153);
422
- }
423
- .link__secondary_v59n9 {
424
- color: #8a8a8e;
425
- border-bottom-color: #8a8a8e
426
- }
427
- .link__secondary_v59n9:hover {
428
- color: rgb(146, 150, 156);
429
- }
430
- .link__secondary_v59n9:active {
431
- color: rgb(109, 113, 117);
432
- }
433
- .link__defaultView_v59n9 {
434
- color: #0072ef;
435
- border-bottom-color: #0072ef
436
- }
437
- .link__defaultView_v59n9:hover {
438
- color: rgb(0, 98, 204);
439
- }
440
- .link__defaultView_v59n9:active {
441
- color: rgb(0, 73, 153);
442
- }@keyframes loader__blink_19d9a {
443
- }.progress-bar__container_mq02m {
444
- background: rgba(255, 255, 255, 0.1)
445
- }
446
- .progress-bar__filled_mq02m.progress-bar__positive_mq02m {
447
- background: #2fc26e;
448
- }
449
- .progress-bar__filled_mq02m.progress-bar__negative_mq02m {
450
- background: #d91d0b;
451
- }
452
- .progress-bar__filled_mq02m.progress-bar__attention_mq02m {
453
- background: #f6bf65;
454
- }
455
- .progress-bar__filled_mq02m.progress-bar__link_mq02m {
456
- background: #0072ef;
457
- }
458
- .progress-bar__filled_mq02m.progress-bar__tertiary_mq02m {
459
- background: #464649;
460
- }
461
- .progress-bar__filled_mq02m.progress-bar__secondary_mq02m {
462
- background: #8d8d93;
463
- }
464
- .progress-bar__filled_mq02m.progress-bar__primary_mq02m {
465
- background: #fff;
466
- }
467
- .progress-bar__filled_mq02m.progress-bar__accent_mq02m {
468
- background: #ef3124;
469
- }.pure-input__input_1hrrb {
470
- color: #fff;
471
- caret-color: #0072ef;
472
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
473
- }
474
- .pure-input__input_1hrrb:-webkit-autofill {
475
- -webkit-text-fill-color: #fff;
476
- }
477
- .pure-input__input_1hrrb::placeholder {
478
- color: #8d8d93;
479
- }
480
- .pure-input__hasLabel_1hrrb::placeholder {
481
- color: #464649;
482
- }
483
- .pure-input__clearIcon_1hrrb {
484
- color: #fff;
485
- }
486
- .pure-input__input_1hrrb:read-only {
487
- color: #8d8d93
488
- }
489
- .pure-input__input_1hrrb:read-only:focus::placeholder {
490
- color: #8d8d93;
491
- }
492
- .pure-input__input_1hrrb:disabled {
493
- color: #fff;
494
- -webkit-text-fill-color: #fff;
495
- }
496
- .pure-input__input_1hrrb:focus::placeholder {
497
- color: rgba(235, 235, 245, 0.3);
498
- }
499
- .pure-input__error_1hrrb {
500
- color: #f15045;
501
- caret-color: #f15045;
502
- }
503
- .pure-input__component_1hrrb {
504
- color: #fff;
505
- background-color: #202022;
506
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
507
- }
508
- .pure-input__component_1hrrb::placeholder {
509
- color: #8d8d93;
510
- }
511
- .pure-input__component_1hrrb:disabled {
512
- color: #fff;
513
- background-color: #202022;
514
- }
515
- .pure-input__component_1hrrb:not(:disabled):focus::placeholder {
516
- color: rgba(235, 235, 245, 0.3);
517
- }
518
- .pure-input__focusVisible_1hrrb {
519
- outline: 2px solid #0072ef;
520
- }
521
- .pure-input__component_1hrrb:not(:disabled):hover {
522
- background-color: #202022;
523
- }.radio-group__error_1s525 {
524
- border-left: 1px solid #f15045;
525
- }
526
- .radio-group__label_1s525 {
527
- color: #fff;
528
- }
529
- .radio-group__errorMessage_1s525 {
530
- color: #f15045;
531
- }
532
- .radio-group__hint_1s525 {
533
- color: #8d8d93;
534
- }.radio__container_mhls9:not(.radio__checked_mhls9):not(.radio__disabled_mhls9):not(.radio__inactive_mhls9) .radio__circle_mhls9 {
535
- background-color: #000;
536
- border: 1.5px solid #8d8d93;
537
- }
538
- .radio__container_mhls9:not(.radio__checked_mhls9):not(.radio__disabled_mhls9):not(.radio__inactive_mhls9):hover:not(:active) .radio__circle_mhls9 {
539
- background-color: #000;
540
- border-color: #8d8d93;
541
- }
542
- .radio__container_mhls9:not(.radio__checked_mhls9):not(.radio__disabled_mhls9):not(.radio__inactive_mhls9):active .radio__circle_mhls9 {
543
- background-color: #000;
544
- border-color: #fff;
545
- }
546
- .radio__container_mhls9.radio__disabled_mhls9 .radio__circle_mhls9 {
547
- background-color: #000;
548
- border: 1.5px solid #2a2a2c;
549
- }
550
- .radio__container_mhls9.radio__disabled_mhls9 .radio__label_mhls9 {
551
- color: #8d8d93;
552
- }
553
- .radio__container_mhls9.radio__disabled_mhls9 .radio__hint_mhls9 {
554
- color: #8d8d93;
555
- }
556
- .radio__container_mhls9.radio__inactive_mhls9 .radio__circle_mhls9 {
557
- background-color: #3a3a3c;
558
- border: 1px solid #464649;
559
- }
560
- .radio__container_mhls9.radio__inactive_mhls9.radio__checked_mhls9 .radio__circle_mhls9:before {
561
- background-color: #464649;
562
- }
563
- .radio__container_mhls9.radio__checked_mhls9 .radio__circle_mhls9 {
564
- background-color: #fff;
565
- border: 1.5px solid transparent;
566
- }
567
- .radio__container_mhls9.radio__checked_mhls9:hover .radio__circle_mhls9 {
568
- background-color: rgb(255, 255, 255);
569
- border-color: transparent;
570
- }
571
- .radio__container_mhls9.radio__checked_mhls9:active .radio__circle_mhls9 {
572
- background-color: rgb(255, 255, 255);
573
- border-color: transparent;
574
- }
575
- .radio__container_mhls9.radio__focused_mhls9 .radio__circle_mhls9 {
576
- outline: 2px solid #0072ef;
577
- }
578
- .radio__container_mhls9.radio__disabled_mhls9.radio__checked_mhls9 .radio__circle_mhls9,
579
- .radio__container_mhls9.radio__inactive_mhls9.radio__checked_mhls9 .radio__circle_mhls9 {
580
- background-color: #3a3a3c;
581
- border-color: transparent;
582
- }
583
- .radio__circle_mhls9:before {
584
- background-color: #000;
585
- }
586
- .radio__label_mhls9 {
587
- color: #fff;
588
- }
589
- .radio__hint_mhls9 {
590
- color: #8d8d93;
591
- }.scrollbar__component_uyqjm .scrollbar:before {
592
- background-color: rgba(255, 255, 255, 0.3);
593
- }
594
- .scrollbar__component_uyqjm.dragging .track .scrollbar.visible:before {
595
- background-color: rgba(255, 255, 255, 0.6);
596
- }
597
-
598
- .scrollbar__component_xcmiy .scrollbar:before {
599
- background-color: rgba(0, 0, 0, 0.3);
600
- }
601
- .scrollbar__component_xcmiy.dragging .track .scrollbar.visible:before {
602
- background-color: rgba(0, 0, 0, 0.6);
603
- }.skeleton__component_72302 {
604
- color: transparent;
605
- }
606
- .skeleton__component_72302:before {
607
- background: rgba(255, 255, 255, 0.1);
608
- }
609
- .skeleton__animate_72302:after {
610
- background: rgba(255, 255, 255, 0.1);
611
- background-image: linear-gradient(
612
- to left,
613
- rgba(0, 0, 0, 0),
614
- rgba(0, 0, 0, 0) 40%,
615
- rgba(0, 0, 0, 0.05) 50%,
616
- rgba(0, 0, 0, 0) 60%,
617
- rgba(0, 0, 0, 0)
618
- );
619
- }
620
- @keyframes skeleton__gradient_72302 {
621
- }
622
- @keyframes skeleton__background_72302 {
623
- 0% {
624
- background: rgb(182, 188, 195);
625
- }
626
- 100% {
627
- background: rgb(198, 205, 214);
628
- }
629
- }.slider__progress_liq1w {
630
- background: #2a2a2c;
631
- }
632
- .slider__progress_liq1w::-moz-progress-bar {
633
- background: #d91d0b;
634
- }
635
- .slider__progress_liq1w::-ms-fill {
636
- background: #d91d0b;
637
- }
638
- .slider__progress_liq1w::-webkit-progress-value {
639
- background: #d91d0b;
640
- }
641
- .slider__progress_liq1w::-webkit-progress-bar {
642
- background: transparent;
643
- }
644
- .slider__range_liq1w,
645
- .slider__range_liq1w:focus {
646
- background: transparent;
647
- border-color: transparent;
648
- color: transparent;
649
- }
650
- .slider__range_liq1w::-ms-track {
651
- background: transparent;
652
- border-color: transparent;
653
- color: transparent;
654
- }
655
- .slider__range_liq1w::-ms-fill-lower {
656
- background: transparent;
657
- }
658
- .slider__range_liq1w::-ms-fill-upper {
659
- background: transparent;
660
- }
661
- .slider__range_liq1w::-webkit-slider-thumb {
662
- background: #ef3124;
663
- box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
664
- }
665
- .slider__range_liq1w::-ms-thumb {
666
- background: #ef3124;
667
- box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
668
- }
669
- .slider__range_liq1w::-moz-range-thumb {
670
- background: #ef3124;
671
- box-shadow: 0 2px 10px rgba(239, 49, 36, 0.3);
672
- }
673
- .slider__focused_liq1w::-webkit-slider-thumb {
674
- outline: 2px solid #0072ef;
675
- }
676
- .slider__focused_liq1w::-ms-thumb {
677
- outline: 2px solid #0072ef;
678
- }
679
- .slider__component_liq1w:hover .slider__progress_liq1w {
680
- background: #2a2a2c
681
- }
682
- .slider__component_liq1w:hover .slider__progress_liq1w::-moz-progress-bar {
683
- background: #d91d0b;
684
- }
685
- .slider__component_liq1w:hover .slider__progress_liq1w::-ms-fill {
686
- background: #d91d0b;
687
- }
688
- .slider__component_liq1w:hover .slider__progress_liq1w::-webkit-progress-value {
689
- background: #d91d0b;
690
- }
691
- .slider__component_liq1w:hover .slider__range_liq1w::-webkit-slider-thumb {
692
- background: #ef3124;
693
- }
694
- .slider__component_liq1w:hover .slider__range_liq1w::-ms-thumb {
695
- background: #ef3124;
696
- }
697
- .slider__component_liq1w:hover .slider__range_liq1w::-moz-range-thumb {
698
- background: #ef3124;
699
- }@keyframes spinner__spin_animation_10k9q {
700
- }.status__soft_gwzt8.status__green_gwzt8 {
701
- background: rgba(19, 164, 99, 0.1);
702
- color: #13a463;
703
- }
704
- .status__soft_gwzt8.status__orange_gwzt8 {
705
- background: rgba(222, 106, 0, 0.1);
706
- color: #de6a00;
707
- }
708
- .status__soft_gwzt8.status__red_gwzt8 {
709
- background: rgba(217, 29, 11, 0.1);
710
- color: #d91d0b;
711
- }
712
- .status__soft_gwzt8.status__blue_gwzt8 {
713
- background: rgba(0, 122, 255, 0.1);
714
- color: #007aff;
715
- }
716
- .status__soft_gwzt8.status__grey_gwzt8 {
717
- background: rgba(109, 121, 134, 0.1);
718
- color: #6d7986;
719
- }
720
- .status__soft_gwzt8.status__teal_gwzt8 {
721
- background: rgba(33, 145, 135, 0.1);
722
- color: #219187;
723
- }
724
- .status__soft_gwzt8.status__purple_gwzt8 {
725
- background: rgba(103, 58, 183, 0.1);
726
- color: #673ab7;
727
- }
728
- .status__contrast_gwzt8 {
729
- color: #000
730
- }
731
- .status__contrast_gwzt8.status__green_gwzt8 {
732
- background: #13a463;
733
- }
734
- .status__contrast_gwzt8.status__orange_gwzt8 {
735
- background: #de6a00;
736
- }
737
- .status__contrast_gwzt8.status__red_gwzt8 {
738
- background: #d91d0b;
739
- }
740
- .status__contrast_gwzt8.status__blue_gwzt8 {
741
- background: #007aff;
742
- }
743
- .status__contrast_gwzt8.status__grey_gwzt8 {
744
- background: #6d7986;
745
- }
746
- .status__contrast_gwzt8.status__teal_gwzt8 {
747
- background: #219187;
748
- }
749
- .status__contrast_gwzt8.status__purple_gwzt8 {
750
- background: #673ab7;
751
- }.switch__component_1h19j {
752
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
753
- }
754
- .switch__switch_1h19j {
755
- background-color: #8d8d93;
756
- border: 2px solid #8d8d93;
757
- }
758
- .switch__switch_1h19j:before {
759
- background-color: #000;
760
- }
761
- .switch__label_1h19j {
762
- color: #fff;
763
- }
764
- .switch__hint_1h19j {
765
- color: #8d8d93;
766
- }
767
- .switch__checked_1h19j .switch__switch_1h19j {
768
- background-color: #ef3124;
769
- border-color: #ef3124;
770
- }
771
- .switch__disabled_1h19j .switch__switch_1h19j {
772
- background-color: #2a2a2c;
773
- border-color: #2a2a2c;
774
- }
775
- .switch__disabled_1h19j .switch__label_1h19j {
776
- color: #8d8d93;
777
- }
778
- .switch__disabled_1h19j .switch__hint_1h19j {
779
- color: #8d8d93;
780
- }
781
- .switch__inactive_1h19j .switch__switch_1h19j {
782
- background-color: #2a2a2c;
783
- border-color: #2a2a2c
784
- }
785
- .switch__inactive_1h19j .switch__switch_1h19j:before {
786
- background-color: #464649;
787
- }
788
- .switch__focused_1h19j .switch__switch_1h19j {
789
- outline: 2px solid #0072ef;
790
- }.tag__component_18yjg {
791
- color: #fff;
792
- border-color: transparent;
793
- background-color: #202022
794
- }
795
- .tag__component_18yjg:disabled {
796
- border-color: transparent;
797
- color: #464649;
798
- background-color: rgba(32, 32, 34, 0.3);
799
- }
800
- .tag__component_18yjg:hover:not(:disabled) {
801
- border-color: transparent;
802
- background-color: #202022;
803
- }
804
- .tag__component_18yjg:active:not(:disabled) {
805
- border-color: transparent;
806
- background-color: rgb(65, 65, 67);
807
- color: #fff;
808
- }
809
- .tag__checked_18yjg {
810
- border-color: transparent;
811
- background-color: #f3f4f5;
812
- color: #000
813
- }
814
- .tag__checked_18yjg:disabled {
815
- background-color: rgba(243, 244, 245, 0.3);
816
- border-color: transparent;
817
- color: #000;
818
- }
819
- .tag__checked_18yjg:hover:not(:disabled):not(:active) {
820
- background-color: #f3f4f5;
821
- }
822
- .tag__checked_18yjg:active:not(:disabled) {
823
- background-color: rgb(194, 195, 196);
824
- color: #000;
825
- }
826
- .tag__focused_hhp33 {
827
- outline: 2px solid #0072ef;
828
- }
829
- .tag__component_181vz {
830
- color: #fff;
831
- border-color: #464649;
832
- background-color: transparent
833
- }
834
- .tag__component_181vz:disabled {
835
- border-color: #2b2b2e;
836
- color: #464649;
837
- background-color: transparent;
838
- }
839
- .tag__component_181vz:hover:not(:disabled) {
840
- border-color: #fff;
841
- background-color: transparent;
842
- }
843
- .tag__component_181vz:active:not(:disabled) {
844
- border-color: #fff;
845
- background-color: rgba(255, 255, 255, 0.07);
846
- color: #fff;
847
- }
848
- .tag__checked_181vz {
849
- border-color: #fff;
850
- background-color: #fff;
851
- color: #000
852
- }
853
- .tag__checked_181vz:disabled {
854
- background-color: rgba(255, 255, 255, 0.3);
855
- border-color: transparent;
856
- color: #000;
857
- }
858
- .tag__checked_181vz:active:not(:disabled) {
859
- background-color: rgb(217, 217, 217);
860
- color: #000;
861
- }.typography__tertiary_cur0a {
862
- color: #464649;
863
- }
864
- .typography__disabled_cur0a {
865
- color: #2a2a2c;
866
- }
867
- .typography__accent_cur0a {
868
- color: #ef3124;
869
- }
870
- .typography__primary_cur0a {
871
- color: #fff;
872
- }
873
- .typography__attention_cur0a {
874
- color: #cb830f;
875
- }
876
- .typography__positive_cur0a {
877
- color: #13a463;
878
- }
879
- .typography__secondary_cur0a {
880
- color: #8d8d93;
881
- }
882
- .typography__tertiary-inverted_cur0a {
883
- color: #c5c5c7;
884
- }
885
- .typography__primary-inverted_cur0a {
886
- color: #000;
887
- }
888
- .typography__secondary-inverted_cur0a {
889
- color: #8a8a8e;
890
- }
891
- .typography__link_cur0a {
892
- color: #0072ef;
893
- }
894
- .typography__negative_cur0a {
895
- color: #f15045;
896
- }
897
-
898
-
899
-
900
-
901
- @media screen and (min-width: 600px) {
902
- }
903
- @media screen and (min-width: 1024px) {
904
- }.textarea__input_1jbo4 {
905
- color: #fff;
906
- caret-color: #0072ef;
907
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
908
- }
909
- .textarea__input_1jbo4:-webkit-autofill {
910
- -webkit-text-fill-color: #fff;
911
- }
912
- .textarea__input_1jbo4::placeholder {
913
- color: #8d8d93;
914
- }
915
- .textarea__hasLabel_1jbo4::placeholder {
916
- color: #464649;
917
- }
918
- .textarea__clearIcon_1jbo4 {
919
- color: #fff;
920
- }
921
- .textarea__input_1jbo4:read-only {
922
- color: #8d8d93
923
- }
924
- .textarea__input_1jbo4:read-only:focus::placeholder {
925
- color: #8d8d93;
926
- }
927
- .textarea__input_1jbo4:disabled {
928
- color: #fff;
929
- -webkit-text-fill-color: #fff;
930
- }
931
- .textarea__input_1jbo4:focus::placeholder {
932
- color: rgba(235, 235, 245, 0.3);
933
- }
934
- .textarea__error_1jbo4 {
935
- color: #f15045;
936
- caret-color: #f15045;
937
- }
938
- .textarea__textarea_1jbo4 {
939
- color: #fff;
940
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
941
- }
942
- .textarea__textarea_1jbo4::placeholder {
943
- color: #8d8d93;
944
- }
945
- .textarea__hasLabel_1jbo4::placeholder {
946
- color: #464649;
947
- }
948
- .textarea__textarea_1jbo4:disabled {
949
- color: #fff;
950
- -webkit-text-fill-color: #fff;
951
- }
952
- .textarea__textarea_1jbo4:read-only {
953
- color: #8d8d93;
954
- }
955
- .textarea__textarea_1jbo4:focus::placeholder {
956
- color: rgba(235, 235, 245, 0.3);
957
- }
958
- .textarea__focusVisible_nomjd {
959
- outline: 2px solid #0072ef;
960
- }
961
- .textarea__input_uqyhq {
962
- color: #000;
963
- caret-color: #0072ef;
964
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
965
- }
966
- .textarea__input_uqyhq:-webkit-autofill {
967
- -webkit-text-fill-color: #000;
968
- }
969
- .textarea__input_uqyhq::placeholder {
970
- color: rgba(60, 60, 67, 0.6);
971
- }
972
- .textarea__hasLabel_uqyhq::placeholder {
973
- color: #c5c5c7;
974
- }
975
- .textarea__clearIcon_uqyhq {
976
- color: #000;
977
- }
978
- .textarea__input_uqyhq:read-only {
979
- color: rgba(60, 60, 67, 0.6)
980
- }
981
- .textarea__input_uqyhq:read-only:focus::placeholder {
982
- color: rgba(60, 60, 67, 0.6);
983
- }
984
- .textarea__input_uqyhq:disabled {
985
- color: #000;
986
- -webkit-text-fill-color: #000;
987
- }
988
- .textarea__input_uqyhq:focus::placeholder {
989
- color: rgba(60, 60, 67, 0.3);
990
- }
991
- .textarea__error_uqyhq {
992
- color: #ef3124;
993
- caret-color: #ef3124;
994
- }
995
- .textarea__textarea_uqyhq {
996
- color: #000;
997
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
998
- }
999
- .textarea__textarea_uqyhq::placeholder {
1000
- color: rgba(60, 60, 67, 0.6);
1001
- }
1002
- .textarea__hasLabel_uqyhq::placeholder {
1003
- color: #c5c5c7;
1004
- }
1005
- .textarea__textarea_uqyhq:disabled {
1006
- color: #000;
1007
- -webkit-text-fill-color: #000;
1008
- }
1009
- .textarea__textarea_uqyhq:read-only {
1010
- color: rgba(60, 60, 67, 0.6);
1011
- }
1012
- .textarea__textarea_uqyhq:focus::placeholder {
1013
- color: rgba(60, 60, 67, 0.3);
1014
- }.button__primary_phvh2 {
1015
- color: #000;
1016
- background-color: #f3f4f5
1017
- }
1018
- .button__primary_phvh2:hover {
1019
- background-color: rgb(207, 207, 208);
1020
- }
1021
- .button__primary_phvh2:active {
1022
- background-color: rgb(194, 195, 196);
1023
- }
1024
- .button__secondary_phvh2 {
1025
- color: #fff;
1026
- background-color: rgba(255, 255, 255, 0.1);
1027
- border: 1px solid transparent
1028
- }
1029
- .button__secondary_phvh2:hover {
1030
- background-color: rgba(255, 255, 255, 0.163);
1031
- }
1032
- .button__secondary_phvh2:active {
1033
- background-color: rgba(255, 255, 255, 0.235);
1034
- }
1035
- .button__outlined_phvh2 {
1036
- color: #fff;
1037
- background-color: transparent;
1038
- border: 1px solid #c5c5c7
1039
- }
1040
- .button__outlined_phvh2:hover {
1041
- background-color: rgba(0, 0, 0, 0.07);
1042
- }
1043
- .button__outlined_phvh2:active {
1044
- background-color: rgba(0, 0, 0, 0.15);
1045
- }
1046
- .button__tertiary_phvh2 {
1047
- color: #fff;
1048
- background-color: transparent;
1049
- border: 1px solid #c5c5c7
1050
- }
1051
- .button__tertiary_phvh2:hover {
1052
- background-color: rgba(255, 255, 255, 0.07);
1053
- }
1054
- .button__tertiary_phvh2:active {
1055
- background-color: rgba(255, 255, 255, 0.15);
1056
- }
1057
- .button__filled_phvh2 {
1058
- color: #fff;
1059
- background-color: #3a3a3c
1060
- }
1061
- .button__filled_phvh2:hover {
1062
- background-color: rgb(72, 72, 74);
1063
- }
1064
- .button__filled_phvh2:active {
1065
- background-color: rgb(88, 88, 89);
1066
- }
1067
- .button__transparent_phvh2 {
1068
- color: #fff;
1069
- background-color: rgba(255, 255, 255, 0.1)
1070
- }
1071
- .button__transparent_phvh2:hover {
1072
- background-color: rgba(255, 255, 255, 0.2);
1073
- }
1074
- .button__transparent_phvh2:active {
1075
- background-color: rgba(255, 255, 255, 0.4);
1076
- }
1077
- .button__link_phvh2 {
1078
- color: #fff;
1079
- background-color: transparent
1080
- }
1081
- .button__link_phvh2:hover {
1082
- background-color: rgba(255, 255, 255, 0.163);
1083
- }
1084
- .button__link_phvh2:active {
1085
- background-color: rgba(255, 255, 255, 0.235);
1086
- }
1087
- .button__ghost_phvh2 {
1088
- color: #fff
1089
- }
1090
- .button__ghost_phvh2:hover {
1091
- color: rgb(179, 179, 179);
1092
- }
1093
- .button__ghost_phvh2:active {
1094
- color: rgb(128, 128, 128);
1095
- }
1096
- .button__component_phvh2:disabled.button__primary_phvh2 {
1097
- color: rgba(60, 60, 67, 0.3);
1098
- background-color: #f3f4f5
1099
- }
1100
- .button__component_phvh2:disabled.button__primary_phvh2.button__loading_phvh2 {
1101
- background-color: #f3f4f5;
1102
- }
1103
- .button__component_phvh2:disabled.button__secondary_phvh2 {
1104
- color: rgba(255, 255, 255, 0.3);
1105
- background-color: rgba(255, 255, 255, 0.05);
1106
- border-color: transparent
1107
- }
1108
- .button__component_phvh2:disabled.button__secondary_phvh2.button__loading_phvh2 {
1109
- color: #fff;
1110
- background-color: rgba(255, 255, 255, 0.1);
1111
- border-color: transparent;
1112
- }
1113
- .button__component_phvh2:disabled.button__outlined_phvh2 {
1114
- color: rgba(255, 255, 255, 0.3);
1115
- background-color: transparent;
1116
- border-color: rgba(197, 197, 199, 0.3)
1117
- }
1118
- .button__component_phvh2:disabled.button__outlined_phvh2.button__loading_phvh2 {
1119
- color: #fff;
1120
- }
1121
- .button__component_phvh2:disabled.button__tertiary_phvh2 {
1122
- color: rgba(255, 255, 255, 0.3);
1123
- background-color: transparent;
1124
- border-color: rgba(197, 197, 199, 0.3)
1125
- }
1126
- .button__component_phvh2:disabled.button__tertiary_phvh2.button__loading_phvh2 {
1127
- color: #fff;
1128
- }
1129
- .button__component_phvh2:disabled.button__filled_phvh2 {
1130
- color: rgba(255, 255, 255, 0.3);
1131
- background-color: rgba(58, 58, 60, 0.3)
1132
- }
1133
- .button__component_phvh2:disabled.button__filled_phvh2.button__loading_phvh2 {
1134
- color: #fff;
1135
- background-color: #3a3a3c;
1136
- }
1137
- .button__component_phvh2:disabled.button__transparent_phvh2 {
1138
- color: rgba(255, 255, 255, 0.3);
1139
- background-color: rgba(255, 255, 255, 0.03)
1140
- }
1141
- .button__component_phvh2:disabled.button__transparent_phvh2.button__loading_phvh2 {
1142
- color: #fff;
1143
- background-color: rgba(255, 255, 255, 0.1);
1144
- }
1145
- .button__component_phvh2:disabled.button__link_phvh2 {
1146
- color: rgba(255, 255, 255, 0.3);
1147
- background-color: transparent
1148
- }
1149
- .button__component_phvh2:disabled.button__link_phvh2.button__loading_phvh2 {
1150
- color: #fff;
1151
- }
1152
- .button__component_phvh2:disabled.button__ghost_phvh2 {
1153
- color: rgba(255, 255, 255, 0.3)
1154
- }
1155
- .button__component_phvh2:disabled.button__ghost_phvh2.button__loading_phvh2 {
1156
- color: #fff;
1157
- }
1158
- .button__component_g2try {
1159
- background-color: transparent
1160
- }
1161
- .button__focused_g2try {
1162
- outline: 2px solid #0072ef;
1163
- }
1164
- .button__primary_1mh3p {
1165
- color: #fff;
1166
- background-color: #202022
1167
- }
1168
- .button__primary_1mh3p:hover {
1169
- background-color: rgb(48, 48, 49);
1170
- }
1171
- .button__primary_1mh3p:active {
1172
- background-color: rgb(65, 65, 67);
1173
- }
1174
- .button__secondary_1mh3p {
1175
- color: #000;
1176
- background-color: rgba(0, 0, 0, 0.08);
1177
- border: 1px solid transparent
1178
- }
1179
- .button__secondary_1mh3p:hover {
1180
- background-color: rgba(0, 0, 0, 0.218);
1181
- }
1182
- .button__secondary_1mh3p:active {
1183
- background-color: rgba(0, 0, 0, 0.264);
1184
- }
1185
- .button__outlined_1mh3p {
1186
- color: #fff;
1187
- background-color: transparent;
1188
- border: 1px solid #c5c5c7
1189
- }
1190
- .button__outlined_1mh3p:hover {
1191
- background-color: rgba(255, 255, 255, 0.15);
1192
- }
1193
- .button__outlined_1mh3p:active {
1194
- background-color: rgba(0, 0, 0, 0.15);
1195
- }
1196
- .button__tertiary_1mh3p {
1197
- color: #000;
1198
- background-color: transparent;
1199
- border: 1px solid #464649
1200
- }
1201
- .button__tertiary_1mh3p:hover {
1202
- background-color: rgba(18, 18, 18, 0.15);
1203
- }
1204
- .button__tertiary_1mh3p:active {
1205
- background-color: rgba(18, 18, 18, 0.2);
1206
- }
1207
- .button__filled_1mh3p {
1208
- color: #fff;
1209
- background-color: #3a3a3c
1210
- }
1211
- .button__filled_1mh3p:hover {
1212
- background-color: rgb(99, 112, 126);
1213
- }
1214
- .button__filled_1mh3p:active {
1215
- background-color: rgb(61, 74, 88);
1216
- }
1217
- .button__transparent_1mh3p {
1218
- color: #000;
1219
- background-color: rgba(255, 255, 255, 0.1)
1220
- }
1221
- .button__transparent_1mh3p:hover {
1222
- background-color: rgba(255, 255, 255, 0.2);
1223
- }
1224
- .button__transparent_1mh3p:active {
1225
- background-color: rgba(255, 255, 255, 0.05);
1226
- }
1227
- .button__link_1mh3p {
1228
- color: #000;
1229
- background-color: transparent
1230
- }
1231
- .button__link_1mh3p:hover {
1232
- background-color: rgba(18, 18, 18, 0.15);
1233
- }
1234
- .button__link_1mh3p:active {
1235
- background-color: rgba(18, 18, 18, 0.2);
1236
- }
1237
- .button__ghost_1mh3p {
1238
- color: #000
1239
- }
1240
- .button__ghost_1mh3p:hover {
1241
- color: rgb(77, 77, 77);
1242
- }
1243
- .button__ghost_1mh3p:active {
1244
- color: rgb(128, 128, 128);
1245
- }
1246
- .button__component_1mh3p:disabled.button__primary_1mh3p {
1247
- color: rgba(235, 235, 245, 0.3);
1248
- background-color: #202022
1249
- }
1250
- .button__component_1mh3p:disabled.button__primary_1mh3p.button__loading_1mh3p {
1251
- background-color: #202022;
1252
- }
1253
- .button__component_1mh3p:disabled.button__secondary_1mh3p {
1254
- color: rgba(0, 0, 0, 0.3);
1255
- background-color: rgba(18, 18, 18, 0.08);
1256
- border-color: transparent
1257
- }
1258
- .button__component_1mh3p:disabled.button__secondary_1mh3p.button__loading_1mh3p {
1259
- color: #000;
1260
- background-color: rgba(0, 0, 0, 0.08);
1261
- border-color: transparent;
1262
- }
1263
- .button__component_1mh3p:disabled.button__outlined_1mh3p {
1264
- color: rgba(255, 255, 255, 0.3);
1265
- background-color: transparent;
1266
- border-color: rgba(35, 53, 73, 0.3)
1267
- }
1268
- .button__component_1mh3p:disabled.button__outlined_1mh3p.button__loading_1mh3p {
1269
- color: #fff;
1270
- }
1271
- .button__component_1mh3p:disabled.button__tertiary_1mh3p {
1272
- color: rgba(0, 0, 0, 0.3);
1273
- background-color: transparent;
1274
- border-color: rgba(70, 70, 73, 0.3)
1275
- }
1276
- .button__component_1mh3p:disabled.button__tertiary_1mh3p.button__loading_1mh3p {
1277
- color: #000;
1278
- }
1279
- .button__component_1mh3p:disabled.button__filled_1mh3p {
1280
- color: rgba(255, 255, 255, 0.3);
1281
- background-color: rgba(72, 87, 103, 0.3);
1282
- border-color: transparent
1283
- }
1284
- .button__component_1mh3p:disabled.button__filled_1mh3p.button__loading_1mh3p {
1285
- color: #fff;
1286
- background-color: #3a3a3c;
1287
- border-color: transparent;
1288
- }
1289
- .button__component_1mh3p:disabled.button__transparent_1mh3p {
1290
- color: rgba(255, 255, 255, 0.3);
1291
- background-color: rgba(255, 255, 255, 0.03)
1292
- }
1293
- .button__component_1mh3p:disabled.button__transparent_1mh3p.button__loading_1mh3p {
1294
- color: #000;
1295
- background-color: rgba(255, 255, 255, 0.1);
1296
- }
1297
- .button__component_1mh3p:disabled.button__link_1mh3p {
1298
- color: rgba(0, 0, 0, 0.3);
1299
- background-color: transparent
1300
- }
1301
- .button__component_1mh3p:disabled.button__link_1mh3p.button__loading_1mh3p {
1302
- color: #000;
1303
- }
1304
- .button__component_1mh3p:disabled.button__ghost_1mh3p {
1305
- color: rgba(0, 0, 0, 0.3)
1306
- }
1307
- .button__component_1mh3p:disabled.button__ghost_1mh3p.button__loading_1mh3p {
1308
- color: #000;
1309
- }.base-modal__component_1w59k {
1310
- background: #121212;
1311
- }.popover__component_1f44w {
1312
- background-color: transparent;
1313
- color: #fff;
1314
- }
1315
- .popover__inner_1f44w {
1316
- background-color: #121212;
1317
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1318
- border: 1px solid transparent;
1319
- }
1320
- .popover__arrow_1f44w:after {
1321
- background-color: #121212;
1322
- border: 1px solid transparent;
1323
- }.tabs__component_o4mfh:before {
1324
- background-color: #2b2b2e;
1325
- }
1326
- .tabs__title_o4mfh {
1327
- color: #8d8d93
1328
- }
1329
- .tabs__title_o4mfh:not(.tabs__disabled_o4mfh):hover {
1330
- color: #fff;
1331
- }
1332
- .tabs__focused_o4mfh {
1333
- outline: 2px solid #0072ef;
1334
- }
1335
- .tabs__selected_o4mfh {
1336
- color: #fff;
1337
- }
1338
- .tabs__disabled_o4mfh {
1339
- color: #464649;
1340
- }
1341
- .tabs__line_o4mfh {
1342
- background-color: #ef3124;
1343
- }
1344
- .tabs__component_o4mfh:before {
1345
- background-color: #2b2b2e;
1346
- }.tabs__title_o4mfh {
1347
- color: #8d8d93
1348
- }.tabs__title_o4mfh:not(.tabs__disabled_o4mfh):hover {
1349
- color: #fff;
1350
- }.tabs__focused_o4mfh {
1351
- outline: 2px solid #0072ef;
1352
- }.tabs__selected_o4mfh {
1353
- color: #fff;
1354
- }.tabs__disabled_o4mfh {
1355
- color: #464649;
1356
- }.tabs__line_o4mfh {
1357
- background-color: #ef3124;
1358
- }
1359
-
1360
-
1361
-
1362
- .select-with-tags__tag_1a1jq:active:not(:disabled) {
1363
- background-color: #f3f4f5;
1364
- }
1365
- .select-with-tags__tag_1a1jq:hover:not(:disabled):not(:active) {
1366
- background-color: #f3f4f5;
1367
- }
1368
- .select-with-tags__input_h7am7 {
1369
- background-color: transparent;
1370
- color: #fff
1371
- }
1372
- .select-with-tags__input_h7am7:disabled {
1373
- color: #8d8d93;
1374
- }
1375
- .select-with-tags__input_h7am7::placeholder {
1376
- color: #8d8d93;
1377
- }
1378
- .select-with-tags__input_h7am7:focus::placeholder {
1379
- color: #464649;
1380
- }
1381
- .select-with-tags__focusVisible_h7am7 {
1382
- outline: 2px solid #0072ef;
1383
- }
1384
- .select-with-tags__placeholder_h7am7 {
1385
- color: #464649;
1386
- }.circular-progress-bar__backgroundCircle_16r2t,
1387
- .circular-progress-bar__progressCircle_16r2t {
1388
- fill: transparent;
1389
- }
1390
- .circular-progress-bar__positive_16r2t {
1391
- stroke: #2fc26e;
1392
- }
1393
- .circular-progress-bar__negative_16r2t {
1394
- stroke: #d91d0b;
1395
- }
1396
- .circular-progress-bar__backgroundCircle_16r2t {
1397
- stroke: #2c2c2e;
1398
- }.list-header__filled_18jal {
1399
- background-color: rgba(255, 255, 255, 0.1);
1400
- }.chart__coreChart_1cado .recharts-text tspan {
1401
- fill: #fff;
1402
- }
1403
- @keyframes chart__showDot_aa684 {
1404
- }
1405
-
1406
- .chart__tickText_705p3 {
1407
- fill: #fff;
1408
- }
1409
- .chart__circle_705p3 {
1410
- fill: #121212;
1411
- }
1412
- .chart__circle_705p3 {
1413
- fill: #121212;
1414
- }
1415
- .chart__tooltip_7570n {
1416
- background-color: #121212;
1417
- border: 1px solid #2b2b2e;
1418
- box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1419
- }
1420
- .chart__tooltipArrow_7570n {
1421
- border: 1px solid #2b2b2e;
1422
- background-color: #121212;
1423
- }
1424
- .chart__tooltipArrow_7570n:before {
1425
- border-color: transparent #121212 transparent transparent;
1426
- }.stepped-progress-bar__description_153bz {
1427
- color: rgba(235, 235, 245, 0.6);
1428
- }
1429
- .stepped-progress-bar__bar_13gwu {
1430
- background: rgba(255, 255, 255, 0.1);
1431
- }
1432
- .stepped-progress-bar__positive_13gwu {
1433
- background: #2fc26e;
1434
- }
1435
- .stepped-progress-bar__attention_13gwu {
1436
- background: #f6bf65;
1437
- }
1438
- .stepped-progress-bar__negative_13gwu {
1439
- background: #d91d0b;
1440
- }
1441
- .stepped-progress-bar__link_13gwu {
1442
- background: #0072ef;
1443
- }
1444
- .stepped-progress-bar__tertiary_13gwu {
1445
- background: #464649;
1446
- }
1447
- .stepped-progress-bar__secondary_13gwu {
1448
- background: #8d8d93;
1449
- }
1450
- .stepped-progress-bar__primary_13gwu {
1451
- background: #fff;
1452
- }
1453
- .stepped-progress-bar__accent_13gwu {
1454
- background: #ef3124;
1455
- }.drawer__backdropEnter_1ml41 {
1456
- background-color: transparent;
1457
- }
1458
- .drawer__backdropEnterActive_1ml41,
1459
- .drawer__backdropEnterDone_1ml41 {
1460
- background-color: rgba(0, 0, 0, 0.8);
1461
- }
1462
- .drawer__backdropExit_1ml41 {
1463
- background-color: rgba(0, 0, 0, 0.8);
1464
- }
1465
- .drawer__backdropExitActive_1ml41,
1466
- .drawer__backdropExitDone_1ml41 {
1467
- background-color: transparent;
1468
- }.attach__component_5018s {
1469
- }
1470
- .attach__focused_5018s {
1471
- outline: 2px solid #0072ef;
1472
- }.custom-button__customButton_1lugu.custom-button__white_1lugu * {
1473
- color: #fff;
1474
- }
1475
- .custom-button__customButton_1lugu.custom-button__black_1lugu * {
1476
- color: #000;
1477
- }
1478
- .custom-button__customButton_1lugu:before {
1479
- background-color: rgba(0, 0, 0, 0);
1480
- }
1481
- .custom-button__customButton_1lugu:hover:before {
1482
- background-color: rgba(0, 0, 0, 0.07);
1483
- }
1484
- .custom-button__customButton_1lugu:active:before {
1485
- background-color: rgba(0, 0, 0, 0.15);
1486
- }
1487
- .custom-button__customButton_1lugu:disabled.custom-button__white_1lugu * {
1488
- color: #fff;
1489
- }
1490
- .custom-button__customButton_1lugu:disabled.custom-button__black_1lugu * {
1491
- color: #000;
1492
- }.confirmation__component_1bbrq {
1493
- color: #8d8d93;
1494
- }
1495
- .confirmation__circle_aplbl {
1496
- fill: transparent;
1497
- stroke: #464649;
1498
- }
1499
- .confirmation__header_adkhc {
1500
- color: #fff;
1501
- }
1502
- .confirmation__description_adkhc {
1503
- color: #8d8d93;
1504
- color: #fff;
1505
- }
1506
- .confirmation__title_9rqnr {
1507
- color: #fff;
1508
- }
1509
- .confirmation__text_9rqnr {
1510
- color: #8d8d93;
1511
- }
1512
- .confirmation__phonesWrap_9rqnr {
1513
- color: #8d8d93;
1514
- }
1515
- .confirmation__phoneDescription_9rqnr {
1516
- color: #8d8d93;
1517
- }
1518
- .confirmation__header_1882s {
1519
- color: #fff;
1520
- }
1521
- .confirmation__phone_1882s {
1522
- color: #fff;
1523
- }
1524
- .confirmation__header_xwtjl {
1525
- color: #fff;
1526
- }
1527
- .confirmation__description_xwtjl {
1528
- color: #8d8d93;
1529
- }.icon-button__primary_1h3yt {
1530
- color: #fff
1531
- }
1532
- .icon-button__primary_1h3yt:hover {
1533
- color: rgb(204, 204, 204);
1534
- }
1535
- .icon-button__primary_1h3yt:active {
1536
- color: rgb(179, 179, 179);
1537
- }
1538
- .icon-button__primary_1h3yt.icon-button__component_1h3yt:disabled.icon-button__loader_1h3yt {
1539
- color: #fff;
1540
- }
1541
- .icon-button__secondary_1h3yt {
1542
- color: #8d8d93
1543
- }
1544
- .icon-button__secondary_1h3yt:hover {
1545
- color: rgb(175, 175, 179);
1546
- }
1547
- .icon-button__secondary_1h3yt:active {
1548
- color: rgb(198, 198, 201);
1549
- }
1550
- .icon-button__secondary_1h3yt.icon-button__component_1h3yt:disabled.icon-button__loader_1h3yt {
1551
- color: #8d8d93;
1552
- }
1553
- .icon-button__transparent_1h3yt {
1554
- color: rgba(255, 255, 255, 0.3)
1555
- }
1556
- .icon-button__transparent_1h3yt:hover {
1557
- color: rgba(255, 255, 255, 0.4);
1558
- }
1559
- .icon-button__transparent_1h3yt:active {
1560
- color: rgba(255, 255, 255, 0.5);
1561
- }
1562
- .icon-button__negative_1h3yt {
1563
- color: #d91d0b
1564
- }
1565
- .icon-button__negative_1h3yt:hover {
1566
- color: rgb(220, 45, 28);
1567
- }
1568
- .icon-button__negative_1h3yt:active {
1569
- color: rgb(223, 63, 48);
1570
- }
1571
- .icon-button__negative_1h3yt.icon-button__component_1h3yt:disabled.icon-button__loader_1h3yt {
1572
- color: #d91d0b;
1573
- }
1574
- .icon-button__tertiary_1h3yt {
1575
- color: #464649
1576
- }
1577
- .icon-button__tertiary_1h3yt:hover {
1578
- color: rgb(83, 83, 86);
1579
- }
1580
- .icon-button__tertiary_1h3yt:active {
1581
- color: rgb(98, 98, 100);
1582
- }
1583
- .icon-button__tertiary_1h3yt.icon-button__component_1h3yt:disabled.icon-button__loader_1h3yt {
1584
- color: #464649;
1585
- }
1586
-
1587
- .icon-button__primary_16oz9 {
1588
- color: #000
1589
- }
1590
- .icon-button__primary_16oz9:hover {
1591
- color: rgb(18, 18, 18);
1592
- }
1593
- .icon-button__primary_16oz9:active {
1594
- color: rgb(38, 38, 38);
1595
- }
1596
- .icon-button__secondary_16oz9 {
1597
- color: #8a8a8e
1598
- }
1599
- .icon-button__secondary_16oz9:hover {
1600
- color: rgb(117, 117, 121);
1601
- }
1602
- .icon-button__secondary_16oz9:active {
1603
- color: rgb(110, 110, 114);
1604
- }
1605
- .icon-button__transparent_16oz9 {
1606
- color: rgba(0, 0, 0, 0.3)
1607
- }
1608
- .icon-button__transparent_16oz9:hover {
1609
- color: rgba(0, 0, 0, 0.4);
1610
- }
1611
- .icon-button__transparent_16oz9:active {
1612
- color: rgba(0, 0, 0, 0.5);
1613
- }
1614
- .icon-button__negative_16oz9 {
1615
- color: #d91d0b
1616
- }
1617
- .icon-button__negative_16oz9:hover {
1618
- color: rgb(220, 45, 28);
1619
- }
1620
- .icon-button__negative_16oz9:active {
1621
- color: rgb(223, 63, 48);
1622
- }
1623
- .icon-button__tertiary_16oz9 {
1624
- color: #c5c5c7
1625
- }
1626
- .icon-button__tertiary_16oz9:hover {
1627
- color: rgb(167, 167, 169);
1628
- }
1629
- .icon-button__tertiary_16oz9:active {
1630
- color: rgb(158, 158, 159);
1631
- }.input__input_o69tk {
1632
- color: #fff;
1633
- caret-color: #0072ef;
1634
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1635
- }
1636
- .input__input_o69tk:-webkit-autofill {
1637
- -webkit-text-fill-color: #fff;
1638
- }
1639
- .input__input_o69tk::placeholder {
1640
- color: #8d8d93;
1641
- }
1642
- .input__hasLabel_o69tk::placeholder {
1643
- color: #464649;
1644
- }
1645
- .input__clearIcon_o69tk {
1646
- color: #fff;
1647
- }
1648
- .input__input_o69tk:read-only {
1649
- color: #8d8d93
1650
- }
1651
- .input__input_o69tk:read-only:focus::placeholder {
1652
- color: #8d8d93;
1653
- }
1654
- .input__input_o69tk:disabled {
1655
- color: #fff;
1656
- -webkit-text-fill-color: #fff;
1657
- }
1658
- .input__input_o69tk:focus::placeholder {
1659
- color: rgba(235, 235, 245, 0.3);
1660
- }
1661
- .input__error_o69tk {
1662
- color: #f15045;
1663
- caret-color: #f15045;
1664
- }
1665
- .input__focusVisible_1vn3m {
1666
- outline: 2px solid #0072ef;
1667
- }
1668
- @keyframes input__onautofillstart_1vn3m {
1669
- from {
1670
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1671
- }
1672
- to {
1673
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1674
- }
1675
- }
1676
- @keyframes input__onautofillcancel_1vn3m {
1677
- from {
1678
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1679
- }
1680
- to {
1681
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1682
- }
1683
- }
1684
- .input__input_ntk70 {
1685
- color: #000;
1686
- caret-color: #0072ef;
1687
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1688
- }
1689
- .input__input_ntk70:-webkit-autofill {
1690
- -webkit-text-fill-color: #000;
1691
- }
1692
- .input__input_ntk70::placeholder {
1693
- color: rgba(60, 60, 67, 0.6);
1694
- }
1695
- .input__hasLabel_ntk70::placeholder {
1696
- color: #c5c5c7;
1697
- }
1698
- .input__clearIcon_ntk70 {
1699
- color: #000;
1700
- }
1701
- .input__input_ntk70:read-only {
1702
- color: rgba(60, 60, 67, 0.6)
1703
- }
1704
- .input__input_ntk70:read-only:focus::placeholder {
1705
- color: rgba(60, 60, 67, 0.6);
1706
- }
1707
- .input__input_ntk70:disabled {
1708
- color: #000;
1709
- -webkit-text-fill-color: #000;
1710
- }
1711
- .input__input_ntk70:focus::placeholder {
1712
- color: rgba(60, 60, 67, 0.3);
1713
- }
1714
- .input__error_ntk70 {
1715
- color: #ef3124;
1716
- caret-color: #ef3124;
1717
- }.pagination__component_1ga78 {
1718
- color: #fff;
1719
- }
1720
- .pagination__dots_c1hd9 {
1721
- color: #8d8d93;
1722
- }
1723
-
1724
- .pagination__tag_2v48p.pagination__tag_2v48p {
1725
- color: #8d8d93
1726
- }
1727
- .pagination__tag_2v48p.pagination__tag_2v48p:hover:not(:disabled) {
1728
- background-color: #2c2c2e;
1729
- color: #fff;
1730
- }
1731
- .pagination__tag_2v48p.pagination__tag_2v48p:active:not(:disabled) {
1732
- background-color: #3a3a3c;
1733
- }
1734
- .pagination__tag_2v48p.pagination__tag_2v48p.pagination__checked_2v48p {
1735
- background-color: #f3f4f5;
1736
- color: #000;
1737
- }
1738
- .pagination__tag_2v48p.pagination__tag_2v48p.pagination__checked_2v48p:hover:not(:disabled) {
1739
- color: #000;
1740
- }
1741
- .pagination__tag_2v48p.pagination__tag_2v48p.pagination__checked_2v48p:active:not(:disabled) {
1742
- color: #fff;
1743
- }.plate__component_1wnhb {
1744
- color: #fff;
1745
- }
1746
- .plate__focused_1wnhb {
1747
- outline: 2px solid #0072ef;
1748
- }
1749
- .plate__common_1wnhb {
1750
- background-color: #202022;
1751
- border-color: #6d7986;
1752
- }
1753
- .plate__negative_1wnhb {
1754
- background-color: #35110d;
1755
- border-color: #d91d0b;
1756
- }
1757
- .plate__positive_1wnhb {
1758
- background-color: #042117;
1759
- border-color: #13a463;
1760
- }
1761
- .plate__attention_1wnhb {
1762
- background-color: #332104;
1763
- border-color: #de6a00;
1764
- }.slider-input__steps_1krnv {
1765
- color: #8d8d93;
1766
- }
1767
- .slider-input__info_1krnv {
1768
- color: #8d8d93;
1769
- }.with-suffix__hasSuffix_izfz6 input:focus::placeholder {
1770
- color: transparent;
1771
- }
1772
- .with-suffix__disabled_izfz6 {
1773
- color: #fff;
1774
- }.bottom-sheet__modal_tiqoy {
1775
- background-color: transparent;
1776
- }
1777
- .bottom-sheet__component_tiqoy {
1778
- background: #121212;
1779
- }
1780
- .bottom-sheet__marker_tiqoy {
1781
- background-color: #2a2a2c;
1782
- }
1783
- .bottom-sheet__content_tiqoy {
1784
- color: #fff;
1785
- background-color: #121212;
1786
- }
1787
- .bottom-sheet__backer_qj8wa {
1788
- color: #fff;
1789
- }
1790
- .bottom-sheet__button_qj8wa {
1791
- background: rgba(255, 255, 255, 0.03);
1792
- }
1793
- .bottom-sheet__closer_v3ar2 {
1794
- color: #fff;
1795
- }
1796
- .bottom-sheet__button_v3ar2 {
1797
- background: rgba(255, 255, 255, 0.03);
1798
- }
1799
- .bottom-sheet__footer_ibtjw {
1800
- background-color: #121212;
1801
- }
1802
- .bottom-sheet__highlighted_ibtjw {
1803
- border-top: 1px solid #2b2b2e;
1804
- background-color: #121212;
1805
- }
1806
- .bottom-sheet__headerWrapper_18669 {
1807
- background-color: #121212;
1808
- }
1809
- .bottom-sheet__highlighted_18669 {
1810
- border-bottom: 1px solid #2b2b2e;
1811
- }.filter-tag__component_nsypi.filter-tag__disabled_nsypi {
1812
- background-color: rgba(32, 32, 34, 0.3);
1813
- }
1814
- .filter-tag__component_nsypi.filter-tag__checked_nsypi:not(.filter-tag__component_nsypi.filter-tag__disabled_nsypi) {
1815
- background-color: #f3f4f5;
1816
- }
1817
- .filter-tag__component_nsypi.filter-tag__checked_nsypi:not(.filter-tag__component_nsypi.filter-tag__disabled_nsypi):hover {
1818
- background-color: #f3f4f5;
1819
- }
1820
- .filter-tag__component_nsypi.filter-tag__checked_nsypi:not(.filter-tag__component_nsypi.filter-tag__disabled_nsypi):active {
1821
- background-color: rgb(194, 195, 196);
1822
- }
1823
- .filter-tag__focused_nsypi {
1824
- outline: 2px solid #0072ef;
1825
- }
1826
- .filter-tag__valueButton_nsypi {
1827
- color: #fff;
1828
- background-color: #202022;
1829
- border-color: transparent
1830
- }
1831
- .filter-tag__valueButton_nsypi:not(.filter-tag__valueButton_nsypi:disabled):hover {
1832
- background-color: #202022;
1833
- border-color: transparent;
1834
- }
1835
- .filter-tag__valueButton_nsypi:not(.filter-tag__valueButton_nsypi:disabled):active {
1836
- background-color: rgb(65, 65, 67);
1837
- border-color: transparent;
1838
- }
1839
- .filter-tag__valueButton_nsypi:disabled {
1840
- background-color: rgba(32, 32, 34, 0.3);
1841
- border-color: transparent;
1842
- color: #464649;
1843
- }
1844
- .filter-tag__valueButton_nsypi.filter-tag__checked_nsypi {
1845
- background-color: #f3f4f5;
1846
- color: #000
1847
- }
1848
- .filter-tag__valueButton_nsypi.filter-tag__checked_nsypi:not(.filter-tag__valueButton_nsypi:disabled):hover {
1849
- background-color: #f3f4f5;
1850
- }
1851
- .filter-tag__valueButton_nsypi.filter-tag__checked_nsypi:not(.filter-tag__valueButton_nsypi:disabled):active {
1852
- background-color: rgb(194, 195, 196);
1853
- }
1854
- .filter-tag__valueButton_nsypi.filter-tag__checked_nsypi:not(.filter-tag__valueButton_nsypi:disabled):hover + .filter-tag__clear_nsypi:before {
1855
- background-color: #464649;
1856
- }
1857
- .filter-tag__valueButton_nsypi.filter-tag__checked_nsypi:not(.filter-tag__valueButton_nsypi:disabled):active + .filter-tag__clear_nsypi:before {
1858
- background-color: transparent;
1859
- }
1860
- .filter-tag__valueButton_nsypi.filter-tag__checked_nsypi:disabled {
1861
- background-color: rgba(243, 244, 245, 0.3);
1862
- color: #000;
1863
- }
1864
- .filter-tag__clear_nsypi {
1865
- background-color: #f3f4f5
1866
- }
1867
- .filter-tag__clear_nsypi:before {
1868
- background-color: #464649;
1869
- }
1870
- .filter-tag__clear_nsypi:hover:before {
1871
- background-color: #464649;
1872
- }
1873
- .filter-tag__clear_nsypi:active:before {
1874
- background-color: transparent;
1875
- }
1876
- .filter-tag__clear_nsypi:hover {
1877
- background-color: #f3f4f5;
1878
- }
1879
- .filter-tag__clear_nsypi:active {
1880
- background-color: rgb(194, 195, 196);
1881
- }.file-upload-item__component_1ffqo {
1882
- color: #8d8d93;
1883
- box-shadow: 0 -1px 0 0 #2b2b2e inset
1884
- }
1885
- .file-upload-item__icon_1ffqo {
1886
- color: #fff;
1887
- }
1888
- .file-upload-item__errorIcon_1ffqo {
1889
- color: #d91d0b;
1890
- }
1891
- .file-upload-item__successIcon_1ffqo {
1892
- color: #2fc26e;
1893
- }
1894
- .file-upload-item__name_1ffqo {
1895
- color: #fff
1896
- }
1897
- .file-upload-item__errorWrapper_1ffqo {
1898
- color: #ef3124
1899
- }
1900
- .calendar__dayName_4ctys {
1901
- color: #8d8d93
1902
- }
1903
- .calendar__day_4ctys {
1904
- color: #fff
1905
- }
1906
- .calendar__day_4ctys.calendar__highlighted_4ctys,
1907
- .calendar__day_4ctys.calendar__range_4ctys.calendar__highlighted_4ctys:not(.calendar__disabled_4ctys) {
1908
- color: #fff;
1909
- background: #2a2a2c;
1910
- }
1911
- .calendar__day_4ctys.calendar__disabled_4ctys {
1912
- color: #464649;
1913
- background: transparent;
1914
- }
1915
- .calendar__day_4ctys.calendar__today_4ctys {
1916
- color: #0072ef;
1917
- }
1918
- .calendar__day_4ctys.calendar__rangeComplete_4ctys {
1919
- background: #e8f2fe;
1920
- }
1921
- .calendar__day_4ctys.calendar__selected_4ctys,
1922
- .calendar__day_4ctys.calendar__disabled_4ctys.calendar__selected_4ctys {
1923
- color: #000;
1924
- background: #fff;
1925
- }
1926
- .calendar__day_4ctys.calendar__selected_4ctys:hover {
1927
- background: rgb(217, 217, 217);
1928
- }
1929
- .calendar__range_4ctys .calendar__day_4ctys:not(.calendar__selected_4ctys):not(.calendar__disabled_4ctys):not(.calendar__today_4ctys) {
1930
- color: #fff;
1931
- }
1932
- .calendar__range_4ctys:before {
1933
- background: rgba(255, 255, 255, 0.1);
1934
- }
1935
- .calendar__rangeComplete_4ctys:before {
1936
- background: #e8f2fe;
1937
- }
1938
- .calendar__transitLeft_4ctys:after {
1939
- background: linear-gradient(
1940
- 270deg,
1941
- rgba(255, 255, 255, 0.1) 0%,
1942
- rgba(255, 255, 255, 0) 100%
1943
- );
1944
- }
1945
- .calendar__transitRight_4ctys:after {
1946
- background: linear-gradient(
1947
- 270deg,
1948
- rgba(255, 255, 255, 0) 0%,
1949
- rgba(255, 255, 255, 0.1) 100%
1950
- );
1951
- }
1952
- .calendar__rangeComplete_4ctys.calendar__transitLeft_4ctys:after {
1953
- background: linear-gradient(
1954
- 270deg,
1955
- #e8f2fe 0%,
1956
- rgba(255, 255, 255, 0) 100%
1957
- );
1958
- }
1959
- .calendar__rangeComplete_4ctys.calendar__transitRight_4ctys:after {
1960
- background: linear-gradient(
1961
- 270deg,
1962
- rgba(255, 255, 255, 0) 0%,
1963
- #e8f2fe 100%
1964
- );
1965
- }
1966
- .calendar__dot_4ctys {
1967
- background: #fff;
1968
- }
1969
- .calendar__selected_4ctys .calendar__dot_4ctys {
1970
- background: #000;
1971
- }
1972
- .calendar__withShadow_1lyhn {
1973
- box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
1974
- }
1975
-
1976
- @media (max-width: 374px) {
1977
- }
1978
- .calendar__empty_athj6 {
1979
- color: #8d8d93;
1980
- }
1981
- .cc-calendar .calendar__button_17as8 {
1982
- background-color: transparent
1983
- }
1984
- .cc-calendar .calendar__button_17as8:not(:disabled):hover {
1985
- background-color: #2c2c2e;
1986
- color: #fff;
1987
- }
1988
- .cc-calendar .calendar__button_17as8.calendar__filled_17as8 {
1989
- background-color: #2c2c2e
1990
- }
1991
- .cc-calendar .calendar__button_17as8.calendar__filled_17as8:not(:disabled):hover {
1992
- background-color: rgb(59, 59, 61);
1993
- }
1994
- .cc-calendar .calendar__button_17as8.calendar__outlined_17as8 {
1995
- border: 1px solid #fff;
1996
- }
1997
- .cc-calendar .calendar__button_17as8.calendar__selected_17as8,
1998
- .cc-calendar .calendar__button_17as8.calendar__selected_17as8:disabled {
1999
- background-color: #fff;
2000
- color: #000
2001
- }
2002
- .cc-calendar .calendar__button_17as8.calendar__selected_17as8:not(:disabled):hover, .cc-calendar .calendar__button_17as8.calendar__selected_17as8:disabled:not(:disabled):hover {
2003
- background-color: #fff;
2004
- color: #000;
2005
- }
2006
- @media (max-width: 374px) {
2007
- }
2008
-
2009
-
2010
- .modal__button_1g9vw {
2011
- background: rgba(18, 18, 18, 0.4);
2012
- }
2013
-
2014
-
2015
-
2016
-
2017
- .modal__sticky_8wa7b {
2018
- background: #121212;
2019
- }
2020
- .modal__highlighted_8wa7b {
2021
- background: #121212;
2022
- box-shadow: 0 -1px 0 0 #2b2b2e;
2023
- }
2024
-
2025
-
2026
-
2027
- .modal__highlighted_1ixh4 {
2028
- background: #121212;
2029
- }
2030
- .modal__sticky_1ixh4.modal__hasContent_1ixh4 {
2031
- background: #121212;
2032
- }
2033
- .toast-plate__component_1ra6l {
2034
- color: #000;
2035
- background-color: #fff
2036
- }
2037
- .toast-plate__closeButtonWrapper_1ra6l:before {
2038
- background-color: #e9e9eb;
2039
- }.bank-card__component_y6obe {
2040
- --form-control-bg-color: transparent;
2041
- --form-control-hover-bg-color: transparent;
2042
- --form-control-focus-bg-color: transparent;
2043
- }
2044
- .bank-card__label_y6obe {
2045
- color: rgba(0, 0, 0, 0.6)
2046
- }
2047
- .bank-card__focused_y6obe .bank-card__label_y6obe,
2048
- .bank-card__filled_y6obe .bank-card__label_y6obe {
2049
- color: #000
2050
- }
2051
- .bank-card__input_y6obe {
2052
- color: #000;
2053
- caret-color: #000
2054
- }
2055
- .bank-card__bankLogo_y6obe svg g {
2056
- fill: #000;
2057
- }
2058
- .bank-card__brandLogo_y6obe svg {
2059
- fill: #000;
2060
- }
2061
- .bank-card__usePhoto_y6obe {
2062
- background-color: transparent
2063
- }
2064
- .bank-card__usePhoto_y6obe svg {
2065
- fill: #000;
2066
- }.amount-input__minorPartAndCurrency_1m2pt {
2067
- color: #8d8d93;
2068
- }
2069
- .amount-input__filled_aqkwn .amount-input__input_aqkwn,
2070
- .amount-input__input_aqkwn:focus {
2071
- -webkit-text-fill-color: transparent;
2072
- }
2073
- .amount-input__minorPartAndCurrency_os35a {
2074
- color: #8a8a8e;
2075
- }.tooltip__hint_t0daz {
2076
- background-color: #fff;
2077
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2078
- 0 8px 16px rgba(11, 31, 53, 0.16);
2079
- color: #000;
2080
- }
2081
- .tooltip__hint_t0daz .tooltip__arrow_t0daz:after {
2082
- background-color: #fff;
2083
- border-color: #fff;
2084
- }
2085
-
2086
- .tooltip__tooltip_1bxfl {
2087
- background-color: #fff;
2088
- color: #000;
2089
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2090
- 0 8px 16px rgba(11, 31, 53, 0.16);
2091
- }
2092
- .tooltip__tooltip_1bxfl .tooltip__arrow_1bxfl:after {
2093
- background-color: #fff;
2094
- }
2095
- .tooltip__hint_1bxfl {
2096
- background-color: #121212;
2097
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2098
- color: #fff;
2099
- }
2100
- .tooltip__hint_1bxfl .tooltip__arrow_1bxfl:after {
2101
- background-color: #121212;
2102
- }
2103
- .calendar-input__calendarIcon_n9pu9 {
2104
- color: #fff
2105
- }.calendar-with-skeleton__skeleton_1das2 {
2106
- background-color: #121212;
2107
- }.select__arrow_ub72p {
2108
- color: #fff;
2109
- }
2110
- .select__popoverInner_1nvxu {
2111
- background: transparent;
2112
- }
2113
- .select__optionsList_1nvxu {
2114
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2115
- background: #121212;
2116
- }
2117
- .select__single_1mc96 {
2118
- background: #fff
2119
- }
2120
- .select__placeholder_1l1bb {
2121
- color: #8d8d93;
2122
- }
2123
- .select__focusVisible_1l1bb {
2124
- outline: 2px solid #0072ef;
2125
- }
2126
- .select__optgroup_17wps {
2127
- background: #121212
2128
- }
2129
- .select__label_17wps {
2130
- color: #8d8d93;
2131
- }
2132
- .select__option_1omkf {
2133
- background: #121212;
2134
- color: #fff
2135
- }
2136
- .select__option_1omkf:not(.select__disabled_1omkf):active {
2137
- background: #2c2c2e;
2138
- color: #fff;
2139
- }
2140
- .select__option_1omkf:before {
2141
- background: #2b2b2e;
2142
- }
2143
- .select__selected_1omkf {
2144
- background: #121212;
2145
- color: #fff;
2146
- }
2147
- .select__highlighted_1omkf {
2148
- background: #202022;
2149
- color: #fff
2150
- }
2151
- .select__disabled_1omkf {
2152
- background: #121212;
2153
- color: #8d8d93;
2154
- }
2155
- .select__emptyPlaceholder_p5q3d {
2156
- color: #8d8d93;
2157
- }
2158
- .select__popoverInner_daxxg {
2159
- background: transparent;
2160
- }
2161
- .select__virtualRow_4vtu0:before {
2162
- background: #2b2b2e;
2163
- }
2164
- .select__emptyPlaceholder_4vtu0 {
2165
- color: #8d8d93;
2166
- }
2167
-
2168
-
2169
-
2170
- .select__emptyPlaceholder_18eg9 {
2171
- color: #8d8d93;
2172
- }
2173
- .select__footer_18eg9 {
2174
- background-color: #121212
2175
- }
2176
- .select__highlighted_18eg9 {
2177
- border-top: 1px solid #2b2b2e;
2178
- background-color: #121212;
2179
- }
2180
- .select__footer_h8vwv {
2181
- background: #121212
2182
- }
2183
- .select__withBorder_h8vwv {
2184
- box-shadow: inset 0 1px 0 #262629;
2185
- }.toast__toastPlate_jfype {
2186
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2187
- }
2188
- .toast__popoverInner_jfype {
2189
- box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2190
- background-color: transparent;
2191
- }@media (min-width: 600px) {
2192
- }.calendar-range__divider_10iro:after {
2193
- background-color: #fff;
2194
- }.gallery__modal_1rkg3 {
2195
- background: transparent;
2196
- }
2197
- .gallery__header_1rkbk {
2198
- background-color: #e9e9eb;
2199
- }
2200
-
2201
- .gallery__component_kisga {
2202
- border: 2px solid rgba(0, 0, 0, 0);
2203
- }
2204
- .gallery__active_kisga {
2205
- border-color: #000
2206
- }
2207
- .gallery__image_kisga {
2208
- background-color: #121212
2209
- }
2210
- .gallery__loading_kisga {
2211
- background-color: #e9eaeb;
2212
- }
2213
- .gallery__brokenImageWrapper_kisga {
2214
- background-color: #121212
2215
- }
2216
- .gallery__focused_kisga {
2217
- outline: 2px solid #0072ef;
2218
- }
2219
- .gallery__component_1xcpz {
2220
- background-color: rgba(255, 255, 255, 0.5);
2221
- }
2222
- .gallery__slideLoading_1xcpz {
2223
- background-color: #e9eaeb;
2224
- }
2225
- .gallery__image_1xcpz {
2226
- background-color: #121212;
2227
- }
2228
- .gallery__smallImage_1xcpz {
2229
- background-color: #121212;
2230
- }
2231
- .gallery__arrow_1xcpz {
2232
- color: #000
2233
- }
2234
- .gallery__arrow_1xcpz:hover {
2235
- background-color: rgba(255, 255, 255, 0.1);
2236
- }
2237
- .gallery__arrow_1xcpz:active {
2238
- background-color: rgba(255, 255, 255, 0.2);
2239
- }
2240
- .gallery__focused_1xcpz {
2241
- outline: 2px solid #0072ef;
2242
- }
2243
- .gallery__placeholder_1xcpz {
2244
- background-color: #121212;
2245
- }
2246
- .gallery__fullScreenImage_1xcpz {
2247
- background-color: #121212;
2248
- }
2249
- .gallery__component_n2i5t {
2250
- background-color: #e9e9eb
2251
- }
2252
- .intl-phone-input__flagIcon_1i71l {
2253
- box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2254
- }
2255
- .intl-phone-input__dialCode_slvv1 {
2256
- color: #8d8d93;
2257
- }
2258
- .intl-phone-input__focusVisible_1nd48 {
2259
- outline: 2px solid #0072ef;
2260
- }
2261
-
2262
- .input-autocomplete__placeholder_gw7yh {
2263
- color: #8d8d93;
2264
- }
2265
- .input-autocomplete__focusVisible_gw7yh {
2266
- outline: 2px solid #0072ef;
2267
- }.table__component_qw35n {
2268
- border-top: 1px solid #2b2b2e;
2269
- }
2270
- .table__wrapper_1p01q {
2271
- background: #121212;
2272
- box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2273
- 0 2px 4px rgba(11, 31, 53, 0.16);
2274
- }
2275
-
2276
- .table__component_1pfzv {
2277
- color: #fff;
2278
- border-top: 1px solid #2b2b2e;
2279
- }
2280
-
2281
- .table__component_93a3k th:not(:last-child):not(:empty):after {
2282
- background-color: #2a2a2c;
2283
- }
2284
- .table__component_1vsx0 {
2285
- color: #fff;
2286
- border-bottom: 1px solid #2b2b2e;
2287
- background: #121212;
2288
- }
2289
- .table__sorted_1vsx0 {
2290
- color: #fff;
2291
- }
2292
- .table__component_qg4wk {
2293
- background: #121212
2294
- }
2295
- .table__withoutBorder_qg4wk {
2296
- }
2297
- .table__clickable_qg4wk:hover {
2298
- background-color: #202022;
2299
- }
2300
- .table__selected_qg4wk {
2301
- background-color: #f2f8ff
2302
- }
2303
- .table__selected_qg4wk:hover {
2304
- background-color: #e8f2fe;
2305
- }
2306
- .table__icon_bg9l6 {
2307
- color: #8d8d93
2308
- }
2309
- .table__icon_bg9l6:hover {
2310
- color: #fff;
2311
- }
2312
- .table__sorted_bg9l6 {
2313
- color: #0072ef
2314
- }
2315
- .table__sorted_bg9l6:hover {
2316
- color: #0072ef;
2317
- }
2318
- .table__open_rfzw1,
2319
- .table__open_rfzw1:hover {
2320
- background-color: rgba(255, 255, 255, 0.163);
2321
- }