@alfalab/core-components 29.0.0-beta.1 → 29.1.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 (1257) hide show
  1. package/amount-input/Component.d.ts +1 -1
  2. package/amount-input/cssm/Component.d.ts +1 -1
  3. package/amount-input/esm/Component.d.ts +1 -1
  4. package/amount-input/modern/Component.d.ts +1 -1
  5. package/attach/Component.d.ts +1 -1
  6. package/attach/cssm/Component.d.ts +1 -1
  7. package/attach/cssm/index.module.css +1 -1
  8. package/attach/esm/Component.d.ts +1 -1
  9. package/attach/esm/index.css +1 -1
  10. package/attach/index.css +1 -1
  11. package/attach/modern/Component.d.ts +1 -1
  12. package/attach/modern/Component.js +2 -2
  13. package/attach/modern/index.css +1 -1
  14. package/backdrop/Component.d.ts +5 -1
  15. package/backdrop/cssm/Component.d.ts +5 -1
  16. package/backdrop/esm/Component.d.ts +5 -1
  17. package/backdrop/modern/Component.d.ts +5 -1
  18. package/bank-card/cssm/index.module.css +0 -704
  19. package/bank-card/esm/index.css +0 -704
  20. package/bank-card/index.css +0 -704
  21. package/bank-card/modern/index.css +0 -704
  22. package/bottom-sheet/{component-0812edc4.d.ts → component-4d7d41d3.d.ts} +0 -0
  23. package/bottom-sheet/{component-0812edc4.js → component-4d7d41d3.js} +1 -1
  24. package/bottom-sheet/component.js +2 -2
  25. package/bottom-sheet/components/backer/Component.js +1 -1
  26. package/bottom-sheet/components/closer/Component.js +1 -1
  27. package/bottom-sheet/components/header/Component.js +2 -2
  28. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  29. package/bottom-sheet/esm/{component-d697b6b3.d.ts → component-8e36f4ef.d.ts} +0 -0
  30. package/bottom-sheet/esm/{component-d697b6b3.js → component-8e36f4ef.js} +1 -1
  31. package/bottom-sheet/esm/component.js +2 -2
  32. package/bottom-sheet/esm/components/backer/Component.js +1 -1
  33. package/bottom-sheet/esm/components/closer/Component.js +1 -1
  34. package/bottom-sheet/esm/components/header/Component.js +2 -2
  35. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  36. package/bottom-sheet/esm/index.d.ts +1 -1
  37. package/bottom-sheet/esm/index.js +2 -2
  38. package/bottom-sheet/esm/{tslib.es6-059f55fa.d.ts → tslib.es6-2b12f382.d.ts} +0 -0
  39. package/bottom-sheet/esm/{tslib.es6-059f55fa.js → tslib.es6-2b12f382.js} +0 -0
  40. package/bottom-sheet/index.d.ts +1 -1
  41. package/bottom-sheet/index.js +2 -2
  42. package/bottom-sheet/modern/{component-3354fa74.d.ts → component-2999e1ae.d.ts} +0 -0
  43. package/bottom-sheet/modern/{component-3354fa74.js → component-2999e1ae.js} +1 -1
  44. package/bottom-sheet/modern/component.js +1 -1
  45. package/bottom-sheet/modern/components/header/Component.js +1 -1
  46. package/bottom-sheet/modern/index.d.ts +1 -1
  47. package/bottom-sheet/modern/index.js +1 -1
  48. package/bottom-sheet/{tslib.es6-c1e2e5e5.d.ts → tslib.es6-4d0eddb1.d.ts} +0 -0
  49. package/bottom-sheet/{tslib.es6-c1e2e5e5.js → tslib.es6-4d0eddb1.js} +0 -0
  50. package/button/Component.d.ts +7 -3
  51. package/button/cssm/Component.d.ts +7 -3
  52. package/button/esm/Component.d.ts +7 -3
  53. package/button/modern/Component.d.ts +7 -3
  54. package/calendar/Component.js +1 -1
  55. package/calendar/components/calendar-mobile/Component.js +1 -1
  56. package/calendar/components/calendar-mobile/index.js +1 -1
  57. package/calendar/components/days-table/Component.js +1 -1
  58. package/calendar/components/days-table/index.js +1 -1
  59. package/calendar/components/header/Component.d.ts +5 -1
  60. package/calendar/components/month-year-header/Component.js +1 -1
  61. package/calendar/components/month-year-header/index.js +1 -1
  62. package/calendar/components/months-table/Component.js +1 -1
  63. package/calendar/components/months-table/index.js +1 -1
  64. package/calendar/components/select-button/Component.js +1 -1
  65. package/calendar/components/select-button/index.js +1 -1
  66. package/calendar/components/years-table/Component.js +1 -1
  67. package/calendar/components/years-table/index.js +1 -1
  68. package/calendar/cssm/components/header/Component.d.ts +5 -1
  69. package/calendar/cssm/components/month-year-header/index.module.css +3 -0
  70. package/calendar/cssm/components/months-table/index.module.css +44 -0
  71. package/calendar/cssm/components/select-button/index.module.css +36 -0
  72. package/calendar/cssm/components/years-table/index.module.css +55 -0
  73. package/calendar/cssm/index-bdb4c6b9.d.ts +4 -0
  74. package/calendar/esm/Component.js +1 -1
  75. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  76. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  77. package/calendar/esm/components/days-table/Component.js +1 -1
  78. package/calendar/esm/components/days-table/index.js +1 -1
  79. package/calendar/esm/components/header/Component.d.ts +5 -1
  80. package/calendar/esm/components/month-year-header/Component.js +1 -1
  81. package/calendar/esm/components/month-year-header/index.js +1 -1
  82. package/calendar/esm/components/months-table/Component.js +1 -1
  83. package/calendar/esm/components/months-table/index.js +1 -1
  84. package/calendar/esm/components/select-button/Component.js +1 -1
  85. package/calendar/esm/components/select-button/index.js +1 -1
  86. package/calendar/esm/components/years-table/Component.js +1 -1
  87. package/calendar/esm/components/years-table/index.js +1 -1
  88. package/calendar/esm/index-bdb4c6b9.d.ts +4 -0
  89. package/calendar/esm/index.js +1 -1
  90. package/calendar/esm/{tslib.es6-a6dbd52c.d.ts → tslib.es6-6f0a2fcb.d.ts} +0 -0
  91. package/calendar/esm/{tslib.es6-a6dbd52c.js → tslib.es6-6f0a2fcb.js} +0 -0
  92. package/calendar/index-bdb4c6b9.d.ts +4 -0
  93. package/calendar/index.js +1 -1
  94. package/calendar/modern/Component.js +2 -2
  95. package/calendar/modern/components/header/Component.d.ts +5 -1
  96. package/calendar/modern/index-bdb4c6b9.d.ts +4 -0
  97. package/calendar/{tslib.es6-51ec2f52.d.ts → tslib.es6-50f68eed.d.ts} +0 -0
  98. package/calendar/{tslib.es6-51ec2f52.js → tslib.es6-50f68eed.js} +0 -0
  99. package/calendar-input/Component.d.ts +1 -1
  100. package/calendar-input/Component.js +1 -1
  101. package/calendar-input/cssm/Component.d.ts +1 -1
  102. package/calendar-input/cssm/Component.js +1 -1
  103. package/calendar-input/cssm/stories.module.css +4 -0
  104. package/calendar-input/esm/Component.d.ts +1 -1
  105. package/calendar-input/esm/Component.js +1 -1
  106. package/calendar-input/modern/Component.d.ts +1 -1
  107. package/calendar-input/modern/Component.js +1 -1
  108. package/calendar-range/Component.js +1 -1
  109. package/calendar-range/esm/Component.js +1 -1
  110. package/calendar-range/esm/index.js +1 -1
  111. package/calendar-range/esm/{index.module-bae9947f.d.ts → index.module-8bf7f15e.d.ts} +0 -0
  112. package/calendar-range/esm/{index.module-bae9947f.js → index.module-8bf7f15e.js} +0 -0
  113. package/calendar-range/esm/views/popover.js +1 -1
  114. package/calendar-range/esm/views/static.js +1 -1
  115. package/calendar-range/index.js +1 -1
  116. package/calendar-range/{index.module-b4905a82.d.ts → index.module-aa7a884d.d.ts} +0 -0
  117. package/calendar-range/{index.module-b4905a82.js → index.module-aa7a884d.js} +0 -0
  118. package/calendar-range/modern/Component.js +1 -1
  119. package/calendar-range/modern/index.js +1 -1
  120. package/calendar-range/modern/{index.module-979d23e7.js → index.module-859ac6d8.js} +0 -0
  121. package/calendar-range/modern/views/popover.js +1 -1
  122. package/calendar-range/modern/views/static.js +1 -1
  123. package/calendar-range/views/popover.js +1 -1
  124. package/calendar-range/views/static.js +1 -1
  125. package/chart/Component.js +1 -1
  126. package/chart/components/LinearGradient.d.ts +1 -1
  127. package/chart/cssm/components/LinearGradient.d.ts +1 -1
  128. package/chart/cssm/icons/CircleLine.d.ts +1 -1
  129. package/chart/esm/Component.js +1 -1
  130. package/chart/esm/components/LinearGradient.d.ts +1 -1
  131. package/chart/esm/hooks/useSettings/index.js +1 -1
  132. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  133. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  134. package/chart/esm/icons/CircleLine.d.ts +1 -1
  135. package/chart/esm/index.css +11 -0
  136. package/chart/esm/index.js +1 -1
  137. package/chart/esm/{tslib.es6-f0b2a70d.d.ts → tslib.es6-7e9ad756.d.ts} +0 -0
  138. package/chart/esm/{tslib.es6-f0b2a70d.js → tslib.es6-7e9ad756.js} +0 -0
  139. package/chart/hooks/useSettings/index.js +1 -1
  140. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  141. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  142. package/chart/icons/CircleLine.d.ts +1 -1
  143. package/chart/index.css +11 -0
  144. package/chart/index.js +1 -1
  145. package/chart/modern/components/LinearGradient.d.ts +1 -1
  146. package/chart/modern/icons/CircleLine.d.ts +1 -1
  147. package/chart/modern/index.css +11 -0
  148. package/chart/{tslib.es6-b2c23a08.d.ts → tslib.es6-5e066b21.d.ts} +0 -0
  149. package/chart/{tslib.es6-b2c23a08.js → tslib.es6-5e066b21.js} +0 -0
  150. package/checkbox/Component.d.ts +1 -1
  151. package/checkbox/cssm/Component.d.ts +1 -1
  152. package/checkbox/esm/Component.d.ts +1 -1
  153. package/checkbox/modern/Component.d.ts +1 -1
  154. package/circular-progress-bar/Component.d.ts +4 -0
  155. package/circular-progress-bar/cssm/Component.d.ts +4 -0
  156. package/circular-progress-bar/esm/Component.d.ts +4 -0
  157. package/circular-progress-bar/modern/Component.d.ts +4 -0
  158. package/code-input/components/input/component.d.ts +1 -1
  159. package/code-input/cssm/components/input/component.d.ts +1 -1
  160. package/code-input/esm/components/input/component.d.ts +1 -1
  161. package/code-input/modern/components/input/component.d.ts +1 -1
  162. package/comment/{cssm//320/241omponent.d.ts → Component.d.ts} +5 -0
  163. package/comment/{/320/241omponent.js → Component.js} +0 -0
  164. package/comment/{esm//320/241omponent.d.ts → cssm/Component.d.ts} +5 -0
  165. package/comment/cssm/{/320/241omponent.js → Component.js} +0 -0
  166. package/comment/cssm/index.d.ts +1 -1
  167. package/comment/cssm/index.js +2 -2
  168. package/comment/{/320/241omponent.d.ts → esm/Component.d.ts} +5 -0
  169. package/comment/esm/{/320/241omponent.js → Component.js} +0 -0
  170. package/comment/esm/index.d.ts +1 -1
  171. package/comment/esm/index.js +1 -1
  172. package/comment/index.d.ts +1 -1
  173. package/comment/index.js +2 -2
  174. package/comment/modern/{/320/241omponent.d.ts → Component.d.ts} +5 -0
  175. package/comment/modern/{/320/241omponent.js → Component.js} +0 -0
  176. package/comment/modern/index.d.ts +1 -1
  177. package/comment/modern/index.js +1 -1
  178. package/confirmation/component.js +1 -1
  179. package/confirmation/components/index.js +1 -1
  180. package/confirmation/components/screens/index.js +1 -1
  181. package/confirmation/components/screens/initial/component.js +1 -1
  182. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  183. package/confirmation/components/screens/initial/index.js +1 -1
  184. package/confirmation/{countdown-section-30444bae.d.ts → countdown-section-5a85d64c.d.ts} +0 -0
  185. package/confirmation/{countdown-section-30444bae.js → countdown-section-5a85d64c.js} +0 -0
  186. package/confirmation/cssm/types.d.ts +4 -0
  187. package/confirmation/esm/component.js +1 -1
  188. package/confirmation/esm/components/index.js +1 -1
  189. package/confirmation/esm/components/screens/index.js +1 -1
  190. package/confirmation/esm/components/screens/initial/component.js +1 -1
  191. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  192. package/confirmation/esm/components/screens/initial/index.js +1 -1
  193. package/confirmation/esm/{countdown-section-8e27ec60.d.ts → countdown-section-d1f2b220.d.ts} +0 -0
  194. package/confirmation/esm/{countdown-section-8e27ec60.js → countdown-section-d1f2b220.js} +0 -0
  195. package/confirmation/esm/index.js +1 -1
  196. package/confirmation/esm/types.d.ts +4 -0
  197. package/confirmation/index.js +1 -1
  198. package/confirmation/modern/component.js +1 -1
  199. package/confirmation/modern/components/index.js +1 -1
  200. package/confirmation/modern/components/screens/index.js +1 -1
  201. package/confirmation/modern/components/screens/initial/component.js +1 -1
  202. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  203. package/confirmation/modern/components/screens/initial/index.js +1 -1
  204. package/confirmation/modern/{countdown-section-59c91a56.d.ts → countdown-section-b97c2d06.d.ts} +0 -0
  205. package/confirmation/modern/{countdown-section-59c91a56.js → countdown-section-b97c2d06.js} +0 -0
  206. package/confirmation/modern/index.js +1 -1
  207. package/confirmation/modern/types.d.ts +4 -0
  208. package/confirmation/types.d.ts +4 -0
  209. package/date-input/Component.d.ts +1 -1
  210. package/date-input/cssm/Component.d.ts +1 -1
  211. package/date-input/esm/Component.d.ts +1 -1
  212. package/date-input/modern/Component.d.ts +1 -1
  213. package/dropzone/Component.d.ts +5 -1
  214. package/dropzone/cssm/Component.d.ts +5 -1
  215. package/dropzone/esm/Component.d.ts +5 -1
  216. package/dropzone/modern/Component.d.ts +5 -1
  217. package/gallery/Component.js +2 -2
  218. package/gallery/components/header/Component.js +1 -1
  219. package/gallery/components/header/buttons.js +1 -1
  220. package/gallery/components/header/index.js +1 -1
  221. package/gallery/components/image-viewer/component.js +2 -2
  222. package/gallery/components/image-viewer/index.js +2 -2
  223. package/gallery/components/image-viewer/slide.js +1 -1
  224. package/gallery/components/index.js +2 -2
  225. package/gallery/esm/Component.js +2 -2
  226. package/gallery/esm/components/header/Component.js +1 -1
  227. package/gallery/esm/components/header/buttons.js +1 -1
  228. package/gallery/esm/components/header/index.js +1 -1
  229. package/gallery/esm/components/image-viewer/component.js +2 -2
  230. package/gallery/esm/components/image-viewer/index.js +2 -2
  231. package/gallery/esm/components/image-viewer/slide.js +1 -1
  232. package/gallery/esm/components/index.js +2 -2
  233. package/gallery/esm/index.js +2 -2
  234. package/gallery/esm/{slide-13f96d4d.d.ts → slide-26c5938b.d.ts} +0 -0
  235. package/gallery/esm/{slide-13f96d4d.js → slide-26c5938b.js} +0 -0
  236. package/gallery/esm/{tslib.es6-20902226.d.ts → tslib.es6-31928490.d.ts} +0 -0
  237. package/gallery/esm/{tslib.es6-20902226.js → tslib.es6-31928490.js} +0 -0
  238. package/gallery/index.js +2 -2
  239. package/gallery/modern/Component.js +1 -1
  240. package/gallery/modern/components/image-viewer/component.js +1 -1
  241. package/gallery/modern/components/image-viewer/index.js +1 -1
  242. package/gallery/modern/components/image-viewer/slide.js +1 -1
  243. package/gallery/modern/components/index.js +1 -1
  244. package/gallery/modern/index.js +1 -1
  245. package/gallery/modern/{slide-88217cbb.d.ts → slide-5a2ff00e.d.ts} +0 -0
  246. package/gallery/modern/{slide-88217cbb.js → slide-5a2ff00e.js} +0 -0
  247. package/gallery/{slide-b6174786.d.ts → slide-660f22bc.d.ts} +0 -0
  248. package/gallery/{slide-b6174786.js → slide-660f22bc.js} +0 -0
  249. package/gallery/{tslib.es6-e510d0a9.d.ts → tslib.es6-0f42cac2.d.ts} +0 -0
  250. package/gallery/{tslib.es6-e510d0a9.js → tslib.es6-0f42cac2.js} +0 -0
  251. package/grid/Component.js +1 -1
  252. package/grid/col/Component.js +1 -1
  253. package/grid/col/index.js +1 -1
  254. package/grid/esm/Component.js +1 -1
  255. package/grid/esm/col/Component.js +1 -1
  256. package/grid/esm/col/index.js +1 -1
  257. package/grid/esm/{gutters.module-d894c30f.d.ts → gutters.module-37974759.d.ts} +0 -0
  258. package/grid/esm/{gutters.module-d894c30f.js → gutters.module-37974759.js} +0 -0
  259. package/grid/esm/index.js +1 -1
  260. package/grid/esm/row/Component.js +1 -1
  261. package/grid/esm/row/index.js +1 -1
  262. package/grid/{gutters.module-1279d7cd.d.ts → gutters.module-a9274731.d.ts} +0 -0
  263. package/grid/{gutters.module-1279d7cd.js → gutters.module-a9274731.js} +0 -0
  264. package/grid/index.js +1 -1
  265. package/grid/modern/Component.js +1 -1
  266. package/grid/modern/col/Component.js +1 -1
  267. package/grid/modern/col/index.js +1 -1
  268. package/grid/modern/{gutters.module-76bdfe33.js → gutters.module-1b2fb17a.js} +0 -0
  269. package/grid/modern/index.js +1 -1
  270. package/grid/modern/row/Component.js +1 -1
  271. package/grid/modern/row/index.js +1 -1
  272. package/grid/row/Component.js +1 -1
  273. package/grid/row/index.js +1 -1
  274. package/icon-button/cssm/index.module.css +3 -0
  275. package/icon-button/esm/index.css +3 -0
  276. package/icon-button/index.css +3 -0
  277. package/icon-button/modern/index.css +3 -0
  278. package/icon-view/circle.js +1 -1
  279. package/icon-view/components/base-shape/component.d.ts +4 -0
  280. package/icon-view/components/circle/component.d.ts +1 -1
  281. package/icon-view/components/circle/component.js +1 -1
  282. package/icon-view/components/circle/index.js +1 -1
  283. package/icon-view/components/index.js +1 -1
  284. package/icon-view/components/super-ellipse/component.d.ts +1 -1
  285. package/icon-view/components/super-ellipse/component.js +1 -1
  286. package/icon-view/components/super-ellipse/index.js +1 -1
  287. package/icon-view/cssm/components/base-shape/component.d.ts +4 -0
  288. package/icon-view/cssm/components/circle/component.d.ts +1 -1
  289. package/icon-view/cssm/components/super-ellipse/component.d.ts +1 -1
  290. package/icon-view/esm/circle.js +1 -1
  291. package/icon-view/esm/components/base-shape/component.d.ts +4 -0
  292. package/icon-view/esm/components/circle/component.d.ts +1 -1
  293. package/icon-view/esm/components/circle/component.js +1 -1
  294. package/icon-view/esm/components/circle/index.js +1 -1
  295. package/icon-view/esm/components/index.js +1 -1
  296. package/icon-view/esm/components/super-ellipse/component.d.ts +1 -1
  297. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  298. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  299. package/icon-view/esm/super-ellipse.js +1 -1
  300. package/icon-view/esm/{tslib.es6-ce76652f.d.ts → tslib.es6-59a60368.d.ts} +0 -0
  301. package/icon-view/esm/{tslib.es6-ce76652f.js → tslib.es6-59a60368.js} +0 -0
  302. package/icon-view/modern/components/base-shape/component.d.ts +4 -0
  303. package/icon-view/modern/components/circle/component.d.ts +1 -1
  304. package/icon-view/modern/components/super-ellipse/component.d.ts +1 -1
  305. package/icon-view/super-ellipse.js +1 -1
  306. package/icon-view/{tslib.es6-333c9538.d.ts → tslib.es6-bdf5d0fc.d.ts} +0 -0
  307. package/icon-view/{tslib.es6-333c9538.js → tslib.es6-bdf5d0fc.js} +0 -0
  308. package/input/Component.d.ts +1 -1
  309. package/input/cssm/Component.d.ts +1 -1
  310. package/input/esm/Component.d.ts +1 -1
  311. package/input/modern/Component.d.ts +1 -1
  312. package/input-autocomplete/Component.d.ts +2 -2
  313. package/input-autocomplete/Component.js +1 -1
  314. package/input-autocomplete/Component.mobile.js +1 -1
  315. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  316. package/input-autocomplete/autocomplete-field/index.js +1 -1
  317. package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
  318. package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
  319. package/input-autocomplete/cssm/Component.d.ts +2 -2
  320. package/input-autocomplete/cssm/index-ebda875c.d.ts +5 -1
  321. package/input-autocomplete/esm/Component.d.ts +2 -2
  322. package/input-autocomplete/esm/Component.js +1 -1
  323. package/input-autocomplete/esm/Component.mobile.js +1 -1
  324. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  325. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  326. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
  327. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
  328. package/input-autocomplete/esm/index-ebda875c.d.ts +5 -1
  329. package/input-autocomplete/esm/index.js +1 -1
  330. package/input-autocomplete/esm/mobile.js +1 -1
  331. package/input-autocomplete/esm/{tslib.es6-f76c8a31.d.ts → tslib.es6-6e742f50.d.ts} +0 -0
  332. package/input-autocomplete/esm/{tslib.es6-f76c8a31.js → tslib.es6-6e742f50.js} +0 -0
  333. package/input-autocomplete/index-ebda875c.d.ts +5 -1
  334. package/input-autocomplete/index.js +1 -1
  335. package/input-autocomplete/mobile.js +1 -1
  336. package/input-autocomplete/modern/Component.d.ts +3 -3
  337. package/input-autocomplete/modern/Component.mobile.d.ts +1 -1
  338. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  339. package/input-autocomplete/modern/index-ebda875c.d.ts +5 -1
  340. package/input-autocomplete/{tslib.es6-69df9177.d.ts → tslib.es6-f4523daa.d.ts} +0 -0
  341. package/input-autocomplete/{tslib.es6-69df9177.js → tslib.es6-f4523daa.js} +0 -0
  342. package/intl-phone-input/{component-e098f735.d.ts → component-b0057ae6.d.ts} +0 -0
  343. package/intl-phone-input/{component-e098f735.js → component-b0057ae6.js} +0 -0
  344. package/intl-phone-input/component.js +2 -2
  345. package/intl-phone-input/components/index.js +1 -1
  346. package/intl-phone-input/components/select/component.js +1 -1
  347. package/intl-phone-input/components/select/index.js +1 -1
  348. package/intl-phone-input/components/select-field/component.js +1 -1
  349. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  350. package/intl-phone-input/components/select-field/index.js +1 -1
  351. package/intl-phone-input/esm/{component-166dd476.d.ts → component-5d2441ac.d.ts} +0 -0
  352. package/intl-phone-input/esm/{component-166dd476.js → component-5d2441ac.js} +0 -0
  353. package/intl-phone-input/esm/component.js +2 -2
  354. package/intl-phone-input/esm/components/index.js +1 -1
  355. package/intl-phone-input/esm/components/select/component.js +1 -1
  356. package/intl-phone-input/esm/components/select/index.js +1 -1
  357. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  358. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  359. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  360. package/intl-phone-input/esm/index.js +1 -1
  361. package/intl-phone-input/esm/{libphonenumber-js.min-7472a444.d.ts → libphonenumber-js.min-3efda969.d.ts} +0 -0
  362. package/intl-phone-input/esm/{libphonenumber-js.min-7472a444.js → libphonenumber-js.min-3efda969.js} +0 -0
  363. package/intl-phone-input/index.js +1 -1
  364. package/intl-phone-input/{libphonenumber-js.min-be970965.d.ts → libphonenumber-js.min-430653eb.d.ts} +0 -0
  365. package/intl-phone-input/{libphonenumber-js.min-be970965.js → libphonenumber-js.min-430653eb.js} +0 -0
  366. package/intl-phone-input/modern/component.js +1 -1
  367. package/intl-phone-input/modern/components/select/component.js +1 -1
  368. package/intl-phone-input/modern/{libphonenumber-js.min-7472a444.d.ts → libphonenumber-js.min-3efda969.d.ts} +0 -0
  369. package/intl-phone-input/modern/{libphonenumber-js.min-7472a444.js → libphonenumber-js.min-3efda969.js} +0 -0
  370. package/list/Component.d.ts +6 -1
  371. package/list/cssm/Component.d.ts +6 -1
  372. package/list/esm/Component.d.ts +6 -1
  373. package/list/modern/Component.d.ts +6 -1
  374. package/masked-input/Component.d.ts +1 -1
  375. package/masked-input/cssm/Component.d.ts +1 -1
  376. package/masked-input/esm/Component.d.ts +1 -1
  377. package/masked-input/modern/Component.d.ts +1 -1
  378. package/modal/Component.desktop.js +2 -2
  379. package/modal/Component.mobile.js +2 -2
  380. package/modal/Component.responsive.d.ts +13 -1
  381. package/modal/Component.responsive.js +5 -5
  382. package/modal/components/closer/Component.js +1 -1
  383. package/modal/components/content/Component.desktop.js +1 -1
  384. package/modal/components/content/Component.mobile.js +1 -1
  385. package/modal/components/footer/Component.desktop.js +1 -1
  386. package/modal/components/footer/Component.mobile.js +1 -1
  387. package/modal/components/header/Component.desktop.js +1 -1
  388. package/modal/components/header/Component.mobile.js +1 -1
  389. package/modal/cssm/Component.responsive.d.ts +13 -1
  390. package/modal/cssm/Component.responsive.js +3 -3
  391. package/modal/desktop.js +2 -2
  392. package/modal/esm/Component.desktop.js +2 -2
  393. package/modal/esm/Component.mobile.js +2 -2
  394. package/modal/esm/Component.responsive.d.ts +13 -1
  395. package/modal/esm/Component.responsive.js +5 -5
  396. package/modal/esm/components/closer/Component.js +1 -1
  397. package/modal/esm/components/content/Component.desktop.js +1 -1
  398. package/modal/esm/components/content/Component.mobile.js +1 -1
  399. package/modal/esm/components/footer/Component.desktop.js +1 -1
  400. package/modal/esm/components/footer/Component.mobile.js +1 -1
  401. package/modal/esm/components/header/Component.desktop.js +1 -1
  402. package/modal/esm/components/header/Component.mobile.js +1 -1
  403. package/modal/esm/desktop.js +2 -2
  404. package/modal/esm/index.js +2 -2
  405. package/modal/esm/mobile.js +2 -2
  406. package/modal/esm/responsive.js +2 -2
  407. package/modal/esm/{transitions.module-7b65ef68.js → transitions.module-c0aa3cd9.js} +0 -0
  408. package/modal/esm/{tslib.es6-05349047.d.ts → tslib.es6-31635a14.d.ts} +0 -0
  409. package/modal/esm/{tslib.es6-05349047.js → tslib.es6-31635a14.js} +0 -0
  410. package/modal/index.js +2 -2
  411. package/modal/mobile.js +2 -2
  412. package/modal/modern/Component.desktop.js +1 -1
  413. package/modal/modern/Component.mobile.js +1 -1
  414. package/modal/modern/Component.responsive.d.ts +14 -2
  415. package/modal/modern/Component.responsive.js +4 -4
  416. package/modal/modern/components/closer/Component.js +1 -1
  417. package/modal/modern/desktop.js +1 -1
  418. package/modal/modern/index.js +1 -1
  419. package/modal/modern/mobile.js +1 -1
  420. package/modal/modern/responsive.js +1 -1
  421. package/modal/modern/{transitions.module-7b65ef68.js → transitions.module-c0aa3cd9.js} +0 -0
  422. package/modal/responsive.js +2 -2
  423. package/modal/{transitions.module-bf7e6916.js → transitions.module-e78c491f.js} +0 -0
  424. package/modal/{tslib.es6-db72a170.d.ts → tslib.es6-5d9294d0.d.ts} +0 -0
  425. package/modal/{tslib.es6-db72a170.js → tslib.es6-5d9294d0.js} +0 -0
  426. package/mq/Component.d.ts +5 -1
  427. package/mq/cssm/Component.d.ts +5 -1
  428. package/mq/esm/Component.d.ts +5 -1
  429. package/mq/modern/Component.d.ts +5 -1
  430. package/notification/Component.js +2 -2
  431. package/notification/cssm/Component.js +2 -2
  432. package/notification/esm/Component.js +2 -2
  433. package/notification/modern/Component.js +5 -5
  434. package/notification-manager/{component-a0784d0f.d.ts → component-652b61a4.d.ts} +0 -0
  435. package/notification-manager/{component-a0784d0f.js → component-652b61a4.js} +0 -0
  436. package/notification-manager/component.js +1 -1
  437. package/notification-manager/components/index.js +1 -1
  438. package/notification-manager/components/notification/component.js +1 -1
  439. package/notification-manager/components/notification/index.d.ts +1 -1
  440. package/notification-manager/components/notification/index.js +1 -1
  441. package/notification-manager/esm/{component-bfd8c016.d.ts → component-92289482.d.ts} +0 -0
  442. package/notification-manager/esm/{component-bfd8c016.js → component-92289482.js} +0 -0
  443. package/notification-manager/esm/component.js +1 -1
  444. package/notification-manager/esm/components/index.js +1 -1
  445. package/notification-manager/esm/components/notification/component.js +1 -1
  446. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  447. package/notification-manager/esm/components/notification/index.js +1 -1
  448. package/notification-manager/esm/index.js +1 -1
  449. package/notification-manager/index.js +1 -1
  450. package/package.json +11 -13
  451. package/password-input/component.d.ts +1 -1
  452. package/password-input/cssm/component.d.ts +1 -1
  453. package/password-input/esm/component.d.ts +1 -1
  454. package/password-input/modern/component.d.ts +1 -1
  455. package/phone-input/Component.d.ts +1 -1
  456. package/phone-input/cssm/Component.d.ts +1 -1
  457. package/phone-input/esm/Component.d.ts +1 -1
  458. package/phone-input/modern/Component.d.ts +1 -1
  459. package/picker-button/Component.js +1 -1
  460. package/picker-button/cssm/field/Component.d.ts +1 -1
  461. package/picker-button/cssm/option/Component.d.ts +2 -2
  462. package/picker-button/cssm/{typings-b192df8b.d.ts → typings-177c0b55.d.ts} +2 -2
  463. package/picker-button/esm/Component.js +1 -1
  464. package/picker-button/esm/field/Component.d.ts +1 -1
  465. package/picker-button/esm/field/Component.js +1 -1
  466. package/picker-button/esm/field/index.js +1 -1
  467. package/picker-button/esm/index.js +1 -1
  468. package/picker-button/esm/option/Component.d.ts +2 -2
  469. package/picker-button/esm/option/Component.js +1 -1
  470. package/picker-button/esm/option/index.js +1 -1
  471. package/picker-button/esm/{tslib.es6-f79e8794.d.ts → tslib.es6-2e096133.d.ts} +0 -0
  472. package/picker-button/esm/{tslib.es6-f79e8794.js → tslib.es6-2e096133.js} +0 -0
  473. package/picker-button/esm/{typings-b192df8b.d.ts → typings-177c0b55.d.ts} +2 -2
  474. package/picker-button/field/Component.d.ts +1 -1
  475. package/picker-button/field/Component.js +1 -1
  476. package/picker-button/field/index.js +1 -1
  477. package/picker-button/index.js +1 -1
  478. package/picker-button/modern/field/Component.d.ts +1 -1
  479. package/picker-button/modern/option/Component.d.ts +2 -2
  480. package/picker-button/modern/{typings-b192df8b.d.ts → typings-177c0b55.d.ts} +2 -2
  481. package/picker-button/option/Component.d.ts +2 -2
  482. package/picker-button/option/Component.js +1 -1
  483. package/picker-button/option/index.js +1 -1
  484. package/picker-button/{tslib.es6-a973c5d9.d.ts → tslib.es6-959f9f86.d.ts} +0 -0
  485. package/picker-button/{tslib.es6-a973c5d9.js → tslib.es6-959f9f86.js} +0 -0
  486. package/picker-button/{typings-b192df8b.d.ts → typings-177c0b55.d.ts} +2 -2
  487. package/plate/Component.js +3 -2
  488. package/plate/cssm/Component.js +3 -2
  489. package/plate/esm/Component.js +3 -2
  490. package/plate/modern/Component.js +5 -4
  491. package/progress-bar/Component.js +2 -1
  492. package/progress-bar/cssm/Component.js +2 -1
  493. package/progress-bar/esm/Component.js +2 -1
  494. package/progress-bar/modern/Component.js +5 -2
  495. package/pure-cell/component-7b7f28f3.d.ts +1 -0
  496. package/pure-cell/{component-b15adbde.d.ts → component-e23fd547.d.ts} +5 -0
  497. package/pure-cell/{component-b15adbde.js → component-e23fd547.js} +2 -2
  498. package/pure-cell/{component-9054baf6.d.ts → component-fafd6ba1.d.ts} +0 -0
  499. package/pure-cell/{component-9054baf6.js → component-fafd6ba1.js} +1 -1
  500. package/pure-cell/component.js +3 -3
  501. package/pure-cell/components/addon/component.js +1 -1
  502. package/pure-cell/components/addon/index.js +1 -1
  503. package/pure-cell/components/amount/component.js +1 -1
  504. package/pure-cell/components/amount/index.js +1 -1
  505. package/pure-cell/components/amount-title/component.js +1 -1
  506. package/pure-cell/components/amount-title/index.js +1 -1
  507. package/pure-cell/components/category/component.js +1 -1
  508. package/pure-cell/components/category/index.js +1 -1
  509. package/pure-cell/components/comment/component.js +1 -1
  510. package/pure-cell/components/comment/index.js +1 -1
  511. package/pure-cell/components/content/component.js +3 -3
  512. package/pure-cell/components/content/index.d.ts +1 -1
  513. package/pure-cell/components/content/index.js +3 -3
  514. package/pure-cell/components/footer/component.js +1 -1
  515. package/pure-cell/components/footer/index.js +1 -1
  516. package/pure-cell/components/footer-button/component.js +2 -2
  517. package/pure-cell/components/footer-button/index.d.ts +1 -1
  518. package/pure-cell/components/footer-button/index.js +2 -2
  519. package/pure-cell/components/footer-text/component.d.ts +5 -0
  520. package/pure-cell/components/footer-text/component.js +1 -1
  521. package/pure-cell/components/footer-text/index.js +1 -1
  522. package/pure-cell/components/graphics/component.js +1 -1
  523. package/pure-cell/components/graphics/index.js +1 -1
  524. package/pure-cell/components/main/component.js +3 -3
  525. package/pure-cell/components/main/index.d.ts +1 -1
  526. package/pure-cell/components/main/index.js +3 -3
  527. package/pure-cell/components/text/component.js +3 -3
  528. package/pure-cell/components/text/index.d.ts +1 -1
  529. package/pure-cell/components/text/index.js +3 -3
  530. package/pure-cell/cssm/component-7b7f28f3.d.ts +1 -0
  531. package/pure-cell/cssm/component-a5914e3d.d.ts +5 -0
  532. package/pure-cell/cssm/components/footer-text/component.d.ts +5 -0
  533. package/pure-cell/esm/component-7b7f28f3.d.ts +1 -0
  534. package/pure-cell/esm/{component-e7856732.d.ts → component-be57e0a1.d.ts} +0 -0
  535. package/pure-cell/esm/{component-e7856732.js → component-be57e0a1.js} +1 -1
  536. package/pure-cell/{modern/component-4d4e20df.d.ts → esm/component-cc4635fc.d.ts} +5 -0
  537. package/pure-cell/esm/{component-99ead27c.js → component-cc4635fc.js} +2 -2
  538. package/pure-cell/esm/component.js +3 -3
  539. package/pure-cell/esm/components/addon/component.js +1 -1
  540. package/pure-cell/esm/components/addon/index.js +1 -1
  541. package/pure-cell/esm/components/amount/component.js +1 -1
  542. package/pure-cell/esm/components/amount/index.js +1 -1
  543. package/pure-cell/esm/components/amount-title/component.js +1 -1
  544. package/pure-cell/esm/components/amount-title/index.js +1 -1
  545. package/pure-cell/esm/components/category/component.js +1 -1
  546. package/pure-cell/esm/components/category/index.js +1 -1
  547. package/pure-cell/esm/components/comment/component.js +1 -1
  548. package/pure-cell/esm/components/comment/index.js +1 -1
  549. package/pure-cell/esm/components/content/component.js +3 -3
  550. package/pure-cell/esm/components/content/index.d.ts +1 -1
  551. package/pure-cell/esm/components/content/index.js +3 -3
  552. package/pure-cell/esm/components/footer/component.js +1 -1
  553. package/pure-cell/esm/components/footer/index.js +1 -1
  554. package/pure-cell/esm/components/footer-button/component.js +2 -2
  555. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  556. package/pure-cell/esm/components/footer-button/index.js +2 -2
  557. package/pure-cell/esm/components/footer-text/component.d.ts +5 -0
  558. package/pure-cell/esm/components/footer-text/component.js +1 -1
  559. package/pure-cell/esm/components/footer-text/index.js +1 -1
  560. package/pure-cell/esm/components/graphics/component.js +1 -1
  561. package/pure-cell/esm/components/graphics/index.js +1 -1
  562. package/pure-cell/esm/components/main/component.js +3 -3
  563. package/pure-cell/esm/components/main/index.d.ts +1 -1
  564. package/pure-cell/esm/components/main/index.js +3 -3
  565. package/pure-cell/esm/components/text/component.js +3 -3
  566. package/pure-cell/esm/components/text/index.d.ts +1 -1
  567. package/pure-cell/esm/components/text/index.js +3 -3
  568. package/pure-cell/esm/{getDataTestId-d5b0bda8.d.ts → getDataTestId-2c2220c6.d.ts} +0 -0
  569. package/pure-cell/esm/{getDataTestId-d5b0bda8.js → getDataTestId-2c2220c6.js} +0 -0
  570. package/pure-cell/esm/index.js +3 -3
  571. package/pure-cell/{getDataTestId-2c011073.d.ts → getDataTestId-bae9e37a.d.ts} +0 -0
  572. package/pure-cell/{getDataTestId-2c011073.js → getDataTestId-bae9e37a.js} +0 -0
  573. package/pure-cell/index.js +3 -3
  574. package/pure-cell/modern/component-7b7f28f3.d.ts +1 -0
  575. package/pure-cell/{esm/component-99ead27c.d.ts → modern/component-98dc2e67.d.ts} +5 -0
  576. package/pure-cell/modern/{component-4d4e20df.js → component-98dc2e67.js} +1 -1
  577. package/pure-cell/modern/component.js +2 -2
  578. package/pure-cell/modern/components/addon/component.js +1 -1
  579. package/pure-cell/modern/components/addon/index.js +1 -1
  580. package/pure-cell/modern/components/amount/component.js +1 -1
  581. package/pure-cell/modern/components/amount/index.js +1 -1
  582. package/pure-cell/modern/components/amount-title/component.js +1 -1
  583. package/pure-cell/modern/components/amount-title/index.js +1 -1
  584. package/pure-cell/modern/components/category/component.js +1 -1
  585. package/pure-cell/modern/components/category/index.js +1 -1
  586. package/pure-cell/modern/components/comment/component.js +1 -1
  587. package/pure-cell/modern/components/comment/index.js +1 -1
  588. package/pure-cell/modern/components/content/component.js +2 -2
  589. package/pure-cell/modern/components/content/index.d.ts +1 -1
  590. package/pure-cell/modern/components/content/index.js +2 -2
  591. package/pure-cell/modern/components/footer/component.js +1 -1
  592. package/pure-cell/modern/components/footer/index.js +1 -1
  593. package/pure-cell/modern/components/footer-button/component.js +1 -1
  594. package/pure-cell/modern/components/footer-button/index.js +1 -1
  595. package/pure-cell/modern/components/footer-text/component.d.ts +5 -0
  596. package/pure-cell/modern/components/footer-text/component.js +1 -1
  597. package/pure-cell/modern/components/footer-text/index.js +1 -1
  598. package/pure-cell/modern/components/graphics/component.js +1 -1
  599. package/pure-cell/modern/components/graphics/index.js +1 -1
  600. package/pure-cell/modern/components/main/component.js +2 -2
  601. package/pure-cell/modern/components/main/index.d.ts +1 -1
  602. package/pure-cell/modern/components/main/index.js +2 -2
  603. package/pure-cell/modern/components/text/component.js +2 -2
  604. package/pure-cell/modern/components/text/index.d.ts +1 -1
  605. package/pure-cell/modern/components/text/index.js +2 -2
  606. package/pure-cell/modern/{getDataTestId-faaf40ed.d.ts → getDataTestId-a1cce54a.d.ts} +0 -0
  607. package/pure-cell/modern/{getDataTestId-faaf40ed.js → getDataTestId-a1cce54a.js} +0 -0
  608. package/pure-cell/modern/index.js +2 -2
  609. package/pure-input/Component.d.ts +1 -1
  610. package/pure-input/cssm/Component.d.ts +1 -1
  611. package/pure-input/esm/Component.d.ts +1 -1
  612. package/pure-input/modern/Component.d.ts +1 -1
  613. package/radio/Component.d.ts +1 -1
  614. package/radio/cssm/Component.d.ts +1 -1
  615. package/radio/esm/Component.d.ts +1 -1
  616. package/radio/modern/Component.d.ts +1 -1
  617. package/scrollbar/cssm/index.module.css +12 -0
  618. package/select/{Component-293ca5ee.d.ts → Component-30f609fa.d.ts} +0 -0
  619. package/select/{Component-293ca5ee.js → Component-30f609fa.js} +1 -1
  620. package/select/{Component-bcd69446.d.ts → Component-9f4b0e2f.d.ts} +0 -0
  621. package/select/{Component-bcd69446.js → Component-9f4b0e2f.js} +3 -3
  622. package/select/Component.js +2 -2
  623. package/select/components/base-select/Component.js +2 -2
  624. package/select/components/base-select/index.d.ts +1 -1
  625. package/select/components/base-select/index.js +2 -2
  626. package/select/components/base-select-mobile/Component.js +4 -4
  627. package/select/components/base-select-mobile/index.d.ts +1 -1
  628. package/select/components/base-select-mobile/index.js +4 -4
  629. package/select/components/base-select-mobile/options-list/Component.js +1 -1
  630. package/select/components/base-select-mobile/options-list/index.js +1 -1
  631. package/select/components/field/Component.js +1 -1
  632. package/select/components/field/index.js +1 -1
  633. package/select/components/index.js +4 -4
  634. package/select/components/native-select/Component.js +1 -1
  635. package/select/components/native-select/index.js +1 -1
  636. package/select/components/option/Component.js +1 -1
  637. package/select/components/option/index.js +1 -1
  638. package/select/components/options-list/Component.js +1 -1
  639. package/select/components/options-list/index.js +1 -1
  640. package/select/components/select-mobile/Component.js +4 -4
  641. package/select/components/select-mobile/index.d.ts +1 -1
  642. package/select/components/select-mobile/index.js +4 -4
  643. package/select/components/select-modal-mobile/Component.js +4 -4
  644. package/select/components/select-modal-mobile/index.d.ts +1 -1
  645. package/select/components/select-modal-mobile/index.js +4 -4
  646. package/select/components/virtual-options-list/Component.js +1 -1
  647. package/select/components/virtual-options-list/index.js +1 -1
  648. package/select/cssm/presets/useLazyLoading/hook.d.ts +2 -2
  649. package/select/cssm/presets/useLazyLoading/hook.js +1 -1
  650. package/select/cssm/presets/useSelectWithLoading/hook.d.ts +2 -2
  651. package/select/cssm/typings.d.ts +1 -1
  652. package/select/esm/{Component-a309c17a.d.ts → Component-4aac933f.d.ts} +0 -0
  653. package/select/esm/{Component-a309c17a.js → Component-4aac933f.js} +3 -3
  654. package/select/esm/{Component-eec04903.d.ts → Component-7efb0ce7.d.ts} +0 -0
  655. package/select/esm/{Component-eec04903.js → Component-7efb0ce7.js} +1 -1
  656. package/select/esm/Component.js +2 -2
  657. package/select/esm/components/base-select/Component.js +2 -2
  658. package/select/esm/components/base-select/index.d.ts +1 -1
  659. package/select/esm/components/base-select/index.js +2 -2
  660. package/select/esm/components/base-select-mobile/Component.js +4 -4
  661. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  662. package/select/esm/components/base-select-mobile/index.js +4 -4
  663. package/select/esm/components/base-select-mobile/options-list/Component.js +1 -1
  664. package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
  665. package/select/esm/components/field/Component.js +1 -1
  666. package/select/esm/components/field/index.js +1 -1
  667. package/select/esm/components/index.js +4 -4
  668. package/select/esm/components/native-select/Component.js +1 -1
  669. package/select/esm/components/native-select/index.js +1 -1
  670. package/select/esm/components/option/Component.js +1 -1
  671. package/select/esm/components/option/index.js +1 -1
  672. package/select/esm/components/options-list/Component.js +1 -1
  673. package/select/esm/components/options-list/index.js +1 -1
  674. package/select/esm/components/select-mobile/Component.js +4 -4
  675. package/select/esm/components/select-mobile/index.d.ts +1 -1
  676. package/select/esm/components/select-mobile/index.js +4 -4
  677. package/select/esm/components/select-modal-mobile/Component.js +4 -4
  678. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  679. package/select/esm/components/select-modal-mobile/index.js +4 -4
  680. package/select/esm/components/virtual-options-list/Component.js +1 -1
  681. package/select/esm/components/virtual-options-list/index.js +1 -1
  682. package/select/esm/index.js +4 -4
  683. package/select/esm/{intersection-observer-95bd101e.d.ts → intersection-observer-e9c6e940.d.ts} +0 -0
  684. package/select/esm/{intersection-observer-95bd101e.js → intersection-observer-e9c6e940.js} +0 -0
  685. package/select/esm/presets/index.js +4 -4
  686. package/select/esm/presets/useLazyLoading/hook.d.ts +2 -2
  687. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  688. package/select/esm/presets/useSelectWithApply/hook.js +4 -4
  689. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  690. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  691. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  692. package/select/esm/presets/useSelectWithLoading/hook.d.ts +2 -2
  693. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  694. package/select/esm/{tslib.es6-fa42149a.d.ts → tslib.es6-2c67363c.d.ts} +0 -0
  695. package/select/esm/{tslib.es6-fa42149a.js → tslib.es6-2c67363c.js} +0 -0
  696. package/select/esm/typings.d.ts +1 -1
  697. package/select/index.js +4 -4
  698. package/select/{intersection-observer-e625fa56.d.ts → intersection-observer-7c963f25.d.ts} +0 -0
  699. package/select/{intersection-observer-e625fa56.js → intersection-observer-7c963f25.js} +0 -0
  700. package/select/modern/{Component-a2efa700.d.ts → Component-34f27771.d.ts} +0 -0
  701. package/select/modern/{Component-a2efa700.js → Component-34f27771.js} +1 -1
  702. package/select/modern/{Component-7759d556.d.ts → Component-c9f85a3c.d.ts} +0 -0
  703. package/select/modern/{Component-7759d556.js → Component-c9f85a3c.js} +5 -5
  704. package/select/modern/Component.js +4 -4
  705. package/select/modern/components/base-select/Component.js +1 -1
  706. package/select/modern/components/base-select/index.d.ts +1 -1
  707. package/select/modern/components/base-select/index.js +1 -1
  708. package/select/modern/components/base-select-mobile/Component.js +6 -6
  709. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  710. package/select/modern/components/base-select-mobile/index.js +6 -6
  711. package/select/modern/components/field/Component.js +1 -1
  712. package/select/modern/components/field/index.js +1 -1
  713. package/select/modern/components/index.js +6 -6
  714. package/select/modern/components/native-select/Component.js +1 -1
  715. package/select/modern/components/select-mobile/Component.js +6 -6
  716. package/select/modern/components/select-mobile/index.d.ts +1 -1
  717. package/select/modern/components/select-mobile/index.js +6 -6
  718. package/select/modern/components/select-modal-mobile/Component.js +6 -6
  719. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  720. package/select/modern/components/select-modal-mobile/index.js +6 -6
  721. package/select/modern/index.js +6 -6
  722. package/select/modern/{intersection-observer-95bd101e.d.ts → intersection-observer-e9c6e940.d.ts} +0 -0
  723. package/select/modern/{intersection-observer-95bd101e.js → intersection-observer-e9c6e940.js} +0 -0
  724. package/select/modern/presets/index.js +6 -6
  725. package/select/modern/presets/useLazyLoading/hook.d.ts +2 -2
  726. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  727. package/select/modern/presets/useSelectWithApply/hook.js +6 -6
  728. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
  729. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  730. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
  731. package/select/modern/presets/useSelectWithLoading/hook.d.ts +2 -2
  732. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  733. package/select/modern/typings.d.ts +1 -1
  734. package/select/presets/index.js +4 -4
  735. package/select/presets/useLazyLoading/hook.d.ts +2 -2
  736. package/select/presets/useLazyLoading/hook.js +3 -3
  737. package/select/presets/useSelectWithApply/hook.js +4 -4
  738. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  739. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  740. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  741. package/select/presets/useSelectWithLoading/hook.d.ts +2 -2
  742. package/select/presets/useSelectWithLoading/hook.js +1 -1
  743. package/select/{tslib.es6-29d96a1e.d.ts → tslib.es6-6e970a79.d.ts} +0 -0
  744. package/select/{tslib.es6-29d96a1e.js → tslib.es6-6e970a79.js} +0 -0
  745. package/select/typings.d.ts +1 -1
  746. package/select-with-tags/component.js +1 -1
  747. package/select-with-tags/components/index.js +1 -1
  748. package/select-with-tags/components/tag/component.js +1 -1
  749. package/select-with-tags/components/tag/index.js +1 -1
  750. package/select-with-tags/components/tag-list/component.js +7 -5
  751. package/select-with-tags/components/tag-list/index.js +1 -1
  752. package/select-with-tags/cssm/components/tag-list/component.js +6 -4
  753. package/select-with-tags/esm/component.js +1 -1
  754. package/select-with-tags/esm/components/index.js +1 -1
  755. package/select-with-tags/esm/components/tag/component.js +1 -1
  756. package/select-with-tags/esm/components/tag/index.js +1 -1
  757. package/select-with-tags/esm/components/tag-list/component.js +7 -5
  758. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  759. package/select-with-tags/esm/index.js +1 -1
  760. package/select-with-tags/esm/{tslib.es6-ab3add10.d.ts → tslib.es6-e03c4e79.d.ts} +0 -0
  761. package/select-with-tags/esm/{tslib.es6-ab3add10.js → tslib.es6-e03c4e79.js} +0 -0
  762. package/select-with-tags/esm/utils/index.js +1 -1
  763. package/select-with-tags/esm/utils/match.js +1 -1
  764. package/select-with-tags/index.js +1 -1
  765. package/select-with-tags/modern/components/tag-list/component.js +8 -6
  766. package/select-with-tags/{tslib.es6-f92f9f2f.d.ts → tslib.es6-08d9ecbf.d.ts} +0 -0
  767. package/select-with-tags/{tslib.es6-f92f9f2f.js → tslib.es6-08d9ecbf.js} +0 -0
  768. package/select-with-tags/utils/index.js +1 -1
  769. package/select-with-tags/utils/match.js +1 -1
  770. package/side-panel/Component.desktop.js +1 -1
  771. package/side-panel/Component.mobile.js +1 -1
  772. package/side-panel/Component.responsive.d.ts +1 -1
  773. package/side-panel/Component.responsive.js +1 -1
  774. package/side-panel/components/closer/Component.js +1 -1
  775. package/side-panel/components/content/Component.desktop.js +1 -1
  776. package/side-panel/components/content/Component.mobile.js +1 -1
  777. package/side-panel/components/footer/Component.desktop.js +1 -1
  778. package/side-panel/components/footer/Component.mobile.js +1 -1
  779. package/side-panel/components/header/Component.desktop.js +1 -1
  780. package/side-panel/components/header/Component.mobile.js +1 -1
  781. package/side-panel/cssm/Component.responsive.d.ts +1 -1
  782. package/side-panel/desktop.js +1 -1
  783. package/side-panel/esm/Component.desktop.js +1 -1
  784. package/side-panel/esm/Component.mobile.js +1 -1
  785. package/side-panel/esm/Component.responsive.js +1 -1
  786. package/side-panel/esm/components/closer/Component.js +1 -1
  787. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  788. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  789. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  790. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  791. package/side-panel/esm/components/header/Component.desktop.js +1 -1
  792. package/side-panel/esm/components/header/Component.mobile.js +1 -1
  793. package/side-panel/esm/desktop.js +1 -1
  794. package/side-panel/esm/index.js +1 -1
  795. package/side-panel/esm/mobile.js +1 -1
  796. package/side-panel/esm/responsive.js +1 -1
  797. package/side-panel/esm/{tslib.es6-d35d161d.d.ts → tslib.es6-b07efb09.d.ts} +0 -0
  798. package/side-panel/esm/{tslib.es6-d35d161d.js → tslib.es6-b07efb09.js} +0 -0
  799. package/side-panel/index.js +1 -1
  800. package/side-panel/mobile.js +1 -1
  801. package/side-panel/modern/components/closer/Component.js +1 -1
  802. package/side-panel/responsive.js +1 -1
  803. package/side-panel/{tslib.es6-8e90cf7f.d.ts → tslib.es6-87b1fa28.d.ts} +0 -0
  804. package/side-panel/{tslib.es6-8e90cf7f.js → tslib.es6-87b1fa28.js} +0 -0
  805. package/skeleton/Component.d.ts +5 -0
  806. package/skeleton/cssm/Component.d.ts +5 -0
  807. package/skeleton/cssm/stories.module.css +53 -0
  808. package/skeleton/esm/Component.d.ts +5 -0
  809. package/skeleton/modern/Component.d.ts +5 -0
  810. package/slider/esm/index.css +25 -0
  811. package/slider/index.css +25 -0
  812. package/slider/modern/index.css +25 -0
  813. package/slider-input/Component.d.ts +3 -3
  814. package/slider-input/cssm/Component.d.ts +3 -3
  815. package/slider-input/esm/Component.d.ts +3 -3
  816. package/slider-input/modern/Component.d.ts +3 -3
  817. package/slider-input/modern/Component.js +1 -1
  818. package/space/Component.js +1 -1
  819. package/space/{Item-ea34162b.d.ts → Item-544ed3ce.d.ts} +0 -0
  820. package/space/{Item-ea34162b.js → Item-544ed3ce.js} +0 -0
  821. package/space/Item.js +1 -1
  822. package/space/esm/Component.js +1 -1
  823. package/space/esm/{Item-56a741e7.d.ts → Item-84016646.d.ts} +0 -0
  824. package/space/esm/{Item-56a741e7.js → Item-84016646.js} +0 -0
  825. package/space/esm/Item.js +1 -1
  826. package/space/esm/index.js +1 -1
  827. package/space/index.js +1 -1
  828. package/status/Component.d.ts +5 -1
  829. package/status/cssm/Component.d.ts +5 -1
  830. package/status/esm/Component.d.ts +5 -1
  831. package/status/modern/Component.d.ts +5 -1
  832. package/switch/Component.d.ts +1 -1
  833. package/switch/cssm/Component.d.ts +1 -1
  834. package/switch/esm/Component.d.ts +1 -1
  835. package/switch/modern/Component.d.ts +1 -1
  836. package/table/component.d.ts +1 -1
  837. package/table/component.js +1 -1
  838. package/table/components/index.js +1 -1
  839. package/table/components/pagination/Component.js +1 -1
  840. package/table/components/pagination/index.js +1 -1
  841. package/table/components/pagination/select-field/index.js +1 -1
  842. package/table/components/table/Component.d.ts +1 -1
  843. package/table/components/table/Component.js +1 -1
  844. package/table/components/table/index.js +1 -1
  845. package/table/components/table/utils.js +1 -1
  846. package/table/components/tbody/Component.js +1 -1
  847. package/table/components/tbody/index.js +1 -1
  848. package/table/components/tcell/Component.js +1 -1
  849. package/table/components/tcell/index.js +1 -1
  850. package/table/components/texpandable-row/Component.js +1 -1
  851. package/table/components/texpandable-row/index.js +1 -1
  852. package/table/components/thead/Component.js +1 -1
  853. package/table/components/thead/index.js +1 -1
  854. package/table/components/thead-cell/Component.js +1 -1
  855. package/table/components/thead-cell/index.js +1 -1
  856. package/table/components/trow/Component.js +1 -1
  857. package/table/components/trow/index.js +1 -1
  858. package/table/components/tsortable-head-cell/Component.js +1 -1
  859. package/table/components/tsortable-head-cell/index.js +1 -1
  860. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  861. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  862. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  863. package/table/cssm/component.d.ts +1 -1
  864. package/table/cssm/components/table/Component.d.ts +1 -1
  865. package/table/esm/component.d.ts +1 -1
  866. package/table/esm/component.js +1 -1
  867. package/table/esm/components/index.js +1 -1
  868. package/table/esm/components/pagination/Component.js +1 -1
  869. package/table/esm/components/pagination/index.js +1 -1
  870. package/table/esm/components/pagination/select-field/index.js +1 -1
  871. package/table/esm/components/table/Component.d.ts +1 -1
  872. package/table/esm/components/table/Component.js +1 -1
  873. package/table/esm/components/table/index.js +1 -1
  874. package/table/esm/components/table/utils.js +1 -1
  875. package/table/esm/components/tbody/Component.js +1 -1
  876. package/table/esm/components/tbody/index.js +1 -1
  877. package/table/esm/components/tcell/Component.js +1 -1
  878. package/table/esm/components/tcell/index.js +1 -1
  879. package/table/esm/components/texpandable-row/Component.js +1 -1
  880. package/table/esm/components/texpandable-row/index.js +1 -1
  881. package/table/esm/components/thead/Component.js +1 -1
  882. package/table/esm/components/thead/index.js +1 -1
  883. package/table/esm/components/thead-cell/Component.js +1 -1
  884. package/table/esm/components/thead-cell/index.js +1 -1
  885. package/table/esm/components/trow/Component.js +1 -1
  886. package/table/esm/components/trow/index.js +1 -1
  887. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  888. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  889. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  890. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  891. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  892. package/table/esm/index.js +1 -1
  893. package/table/esm/{tslib.es6-bcefdae8.d.ts → tslib.es6-311578ff.d.ts} +0 -0
  894. package/table/esm/{tslib.es6-bcefdae8.js → tslib.es6-311578ff.js} +0 -0
  895. package/table/index.js +1 -1
  896. package/table/modern/component.d.ts +1 -1
  897. package/table/modern/components/table/Component.d.ts +1 -1
  898. package/table/{tslib.es6-b25f9b84.d.ts → tslib.es6-7687c3f7.d.ts} +0 -0
  899. package/table/{tslib.es6-b25f9b84.js → tslib.es6-7687c3f7.js} +0 -0
  900. package/tabs/components/primary-tablist/Component.d.ts +1 -9
  901. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  902. package/tabs/components/primary-tablist/Component.js +1 -1
  903. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  904. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  905. package/tabs/components/secondary-tablist/Component.d.ts +1 -9
  906. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  907. package/tabs/components/secondary-tablist/Component.js +1 -1
  908. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  909. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  910. package/tabs/components/tabs/Component.desktop.js +3 -3
  911. package/tabs/components/tabs/Component.mobile.js +3 -3
  912. package/tabs/components/tabs/Component.responsive.js +3 -3
  913. package/tabs/cssm/components/primary-tablist/Component.d.ts +1 -9
  914. package/tabs/cssm/components/secondary-tablist/Component.d.ts +1 -9
  915. package/tabs/cssm/typings.d.ts +11 -10
  916. package/tabs/desktop.js +3 -3
  917. package/tabs/esm/components/primary-tablist/Component.d.ts +1 -9
  918. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  919. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  920. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  921. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  922. package/tabs/esm/components/secondary-tablist/Component.d.ts +1 -9
  923. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  924. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  925. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  926. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  927. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  928. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  929. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  930. package/tabs/esm/desktop.js +3 -3
  931. package/tabs/esm/index.js +3 -3
  932. package/tabs/esm/{index.module-ab274b5a.js → index.module-2565f329.js} +0 -0
  933. package/tabs/esm/{index.module-54eca449.js → index.module-a319d4b4.js} +0 -0
  934. package/tabs/esm/mobile.js +3 -3
  935. package/tabs/esm/responsive.js +3 -3
  936. package/tabs/esm/{tslib.es6-462164d2.d.ts → tslib.es6-7e743f63.d.ts} +0 -0
  937. package/tabs/esm/{tslib.es6-462164d2.js → tslib.es6-7e743f63.js} +0 -0
  938. package/tabs/esm/typings.d.ts +11 -10
  939. package/tabs/index.js +3 -3
  940. package/tabs/{index.module-68c2007f.js → index.module-2b34ad59.js} +0 -0
  941. package/tabs/{index.module-63514981.js → index.module-b1d98d2f.js} +0 -0
  942. package/tabs/mobile.js +3 -3
  943. package/tabs/modern/components/primary-tablist/Component.d.ts +1 -9
  944. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  945. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  946. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  947. package/tabs/modern/components/secondary-tablist/Component.d.ts +1 -9
  948. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  949. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  950. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  951. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  952. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  953. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  954. package/tabs/modern/desktop.js +2 -2
  955. package/tabs/modern/index.js +2 -2
  956. package/tabs/modern/{index.module-ab274b5a.js → index.module-2565f329.js} +0 -0
  957. package/tabs/modern/{index.module-54eca449.js → index.module-a319d4b4.js} +0 -0
  958. package/tabs/modern/mobile.js +2 -2
  959. package/tabs/modern/responsive.js +2 -2
  960. package/tabs/modern/typings.d.ts +11 -10
  961. package/tabs/responsive.js +3 -3
  962. package/tabs/{tslib.es6-4cd515bf.d.ts → tslib.es6-14cbaa14.d.ts} +0 -0
  963. package/tabs/{tslib.es6-4cd515bf.js → tslib.es6-14cbaa14.js} +0 -0
  964. package/tabs/typings.d.ts +11 -10
  965. package/tag/Component.d.ts +11 -3
  966. package/tag/cssm/Component.d.ts +11 -3
  967. package/tag/esm/Component.d.ts +11 -3
  968. package/tag/modern/Component.d.ts +11 -3
  969. package/themes/compiled/mobile-dark-bluetint.css +88 -1679
  970. package/themes/compiled/mobile-dark-bluetint.js +0 -2
  971. package/themes/dark.js +0 -2
  972. package/themes/dist/CHANGELOG.md +763 -0
  973. package/themes/dist/amount/click.css +4 -0
  974. package/themes/dist/backdrop/click.css +4 -0
  975. package/themes/dist/bottom-sheet/click.css +9 -0
  976. package/themes/dist/bottom-sheet/corp.css +4 -0
  977. package/themes/dist/bottom-sheet/intranet.css +3 -0
  978. package/themes/dist/bottom-sheet/mobile.css +4 -0
  979. package/themes/dist/bottom-sheet/site.css +3 -0
  980. package/themes/dist/button/click.css +21 -0
  981. package/themes/dist/button/corp.css +51 -0
  982. package/themes/dist/button/intranet.css +22 -0
  983. package/themes/dist/button/mobile.css +22 -0
  984. package/themes/dist/button/site.css +7 -0
  985. package/themes/dist/calendar/click.css +8 -0
  986. package/themes/dist/calendar/intranet.css +9 -0
  987. package/themes/dist/calendar-input/click.css +3 -0
  988. package/themes/dist/calendar-input/corp.css +3 -0
  989. package/themes/dist/calendar-input/intranet.css +3 -0
  990. package/themes/dist/calendar-input/mobile.css +3 -0
  991. package/themes/dist/checkbox/click.css +9 -0
  992. package/themes/dist/checkbox/intranet.css +19 -0
  993. package/themes/dist/checkbox/mobile.css +19 -0
  994. package/themes/dist/checkbox-group/click.css +5 -0
  995. package/themes/dist/circular-progress-bar/click.css +5 -0
  996. package/themes/dist/click.css +969 -0
  997. package/themes/dist/code-input/click.css +6 -0
  998. package/themes/dist/compiled/mobile-dark-bluetint.css +2414 -0
  999. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +2 -0
  1000. package/themes/dist/compiled/mobile-dark-bluetint.js +11 -0
  1001. package/themes/dist/confirmation/click.css +12 -0
  1002. package/themes/dist/confirmation/intranet.css +7 -0
  1003. package/themes/dist/confirmation/mobile.css +7 -0
  1004. package/themes/dist/corp.css +774 -0
  1005. package/themes/dist/dark.css +258 -0
  1006. package/themes/dist/dark.d.ts +2 -0
  1007. package/themes/dist/dark.js +12 -0
  1008. package/themes/dist/dropzone/click.css +4 -0
  1009. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +2 -0
  1010. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +4 -0
  1011. package/themes/dist/esm/dark.d.ts +2 -0
  1012. package/themes/dist/esm/dark.js +6 -0
  1013. package/themes/dist/esm/mixins/mobile.d.ts +2 -0
  1014. package/themes/dist/esm/mixins/mobile.js +6 -0
  1015. package/themes/dist/filter-tag/mobile.css +4 -0
  1016. package/themes/dist/form-control/click.css +31 -0
  1017. package/themes/dist/form-control/intranet.css +34 -0
  1018. package/themes/dist/form-control/mobile.css +34 -0
  1019. package/themes/dist/form-control/site.css +5 -0
  1020. package/themes/dist/icon-button/click.css +24 -0
  1021. package/themes/dist/input/click.css +8 -0
  1022. package/themes/dist/input/corp.css +3 -0
  1023. package/themes/dist/input/intranet.css +13 -0
  1024. package/themes/dist/input/mobile.css +13 -0
  1025. package/themes/dist/input/site.css +4 -0
  1026. package/themes/dist/intranet.css +839 -0
  1027. package/themes/dist/link/click.css +25 -0
  1028. package/themes/dist/list/click.css +4 -0
  1029. package/themes/dist/mixins/amount/click.css +4 -0
  1030. package/themes/dist/mixins/backdrop/click.css +4 -0
  1031. package/themes/dist/mixins/bottom-sheet/click.css +9 -0
  1032. package/themes/dist/mixins/bottom-sheet/corp.css +4 -0
  1033. package/themes/dist/mixins/bottom-sheet/intranet.css +3 -0
  1034. package/themes/dist/mixins/bottom-sheet/mobile.css +4 -0
  1035. package/themes/dist/mixins/bottom-sheet/site.css +3 -0
  1036. package/themes/dist/mixins/button/click.css +21 -0
  1037. package/themes/dist/mixins/button/corp.css +51 -0
  1038. package/themes/dist/mixins/button/intranet.css +22 -0
  1039. package/themes/dist/mixins/button/mobile.css +22 -0
  1040. package/themes/dist/mixins/button/site.css +7 -0
  1041. package/themes/dist/mixins/calendar/click.css +8 -0
  1042. package/themes/dist/mixins/calendar/intranet.css +9 -0
  1043. package/themes/dist/mixins/calendar-input/click.css +3 -0
  1044. package/themes/dist/mixins/calendar-input/corp.css +3 -0
  1045. package/themes/dist/mixins/calendar-input/intranet.css +3 -0
  1046. package/themes/dist/mixins/calendar-input/mobile.css +3 -0
  1047. package/themes/dist/mixins/checkbox/click.css +9 -0
  1048. package/themes/dist/mixins/checkbox/intranet.css +19 -0
  1049. package/themes/dist/mixins/checkbox/mobile.css +19 -0
  1050. package/themes/dist/mixins/checkbox-group/click.css +5 -0
  1051. package/themes/dist/mixins/circular-progress-bar/click.css +5 -0
  1052. package/themes/dist/mixins/click.css +58 -0
  1053. package/themes/dist/mixins/code-input/click.css +6 -0
  1054. package/themes/dist/mixins/confirmation/click.css +12 -0
  1055. package/themes/dist/mixins/confirmation/intranet.css +7 -0
  1056. package/themes/dist/mixins/confirmation/mobile.css +7 -0
  1057. package/themes/dist/mixins/corp.css +17 -0
  1058. package/themes/dist/mixins/dark.css +258 -0
  1059. package/themes/dist/mixins/dropzone/click.css +4 -0
  1060. package/themes/dist/mixins/filter-tag/mobile.css +4 -0
  1061. package/themes/dist/mixins/form-control/click.css +31 -0
  1062. package/themes/dist/mixins/form-control/intranet.css +34 -0
  1063. package/themes/dist/mixins/form-control/mobile.css +34 -0
  1064. package/themes/dist/mixins/form-control/site.css +5 -0
  1065. package/themes/dist/mixins/icon-button/click.css +24 -0
  1066. package/themes/dist/mixins/input/click.css +8 -0
  1067. package/themes/dist/mixins/input/corp.css +3 -0
  1068. package/themes/dist/mixins/input/intranet.css +13 -0
  1069. package/themes/dist/mixins/input/mobile.css +13 -0
  1070. package/themes/dist/mixins/input/site.css +4 -0
  1071. package/themes/dist/mixins/intranet.css +29 -0
  1072. package/themes/dist/mixins/link/click.css +25 -0
  1073. package/themes/dist/mixins/list/click.css +4 -0
  1074. package/themes/dist/mixins/mobile.css +29 -0
  1075. package/themes/dist/mixins/mobile.d.ts +2 -0
  1076. package/themes/dist/mixins/mobile.js +12 -0
  1077. package/themes/dist/mixins/modal/click.css +30 -0
  1078. package/themes/dist/mixins/modal/corp.css +4 -0
  1079. package/themes/dist/mixins/radio/click.css +9 -0
  1080. package/themes/dist/mixins/radio/intranet.css +19 -0
  1081. package/themes/dist/mixins/radio/mobile.css +19 -0
  1082. package/themes/dist/mixins/select/click.css +25 -0
  1083. package/themes/dist/mixins/select/corp.css +7 -0
  1084. package/themes/dist/mixins/select/intranet.css +4 -0
  1085. package/themes/dist/mixins/select/mobile.css +4 -0
  1086. package/themes/dist/mixins/select/site.css +4 -0
  1087. package/themes/dist/mixins/site.css +15 -0
  1088. package/themes/dist/mixins/skeleton/click.css +9 -0
  1089. package/themes/dist/mixins/slider/click.css +19 -0
  1090. package/themes/dist/mixins/slider/intranet.css +6 -0
  1091. package/themes/dist/mixins/slider/mobile.css +6 -0
  1092. package/themes/dist/mixins/slider-input/intranet.css +3 -0
  1093. package/themes/dist/mixins/slider-input/mobile.css +3 -0
  1094. package/themes/dist/mixins/switch/click.css +5 -0
  1095. package/themes/dist/mixins/tabs/click.css +20 -0
  1096. package/themes/dist/mixins/tabs/corp.css +4 -0
  1097. package/themes/dist/mixins/tabs/site.css +8 -0
  1098. package/themes/dist/mixins/tag/click.css +12 -0
  1099. package/themes/dist/mixins/tag/intranet.css +16 -0
  1100. package/themes/dist/mixins/tag/mobile.css +17 -0
  1101. package/themes/dist/mixins/toast-plate/click.css +10 -0
  1102. package/themes/dist/mobile.css +836 -0
  1103. package/themes/dist/modal/click.css +30 -0
  1104. package/themes/dist/modal/corp.css +4 -0
  1105. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +2 -0
  1106. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +4 -0
  1107. package/themes/dist/modern/dark.d.ts +2 -0
  1108. package/themes/dist/modern/dark.js +6 -0
  1109. package/themes/dist/modern/mixins/mobile.d.ts +2 -0
  1110. package/themes/dist/modern/mixins/mobile.js +6 -0
  1111. package/themes/dist/package.json +12 -0
  1112. package/themes/dist/radio/click.css +9 -0
  1113. package/themes/dist/radio/intranet.css +19 -0
  1114. package/themes/dist/radio/mobile.css +19 -0
  1115. package/themes/dist/select/click.css +25 -0
  1116. package/themes/dist/select/corp.css +7 -0
  1117. package/themes/dist/select/intranet.css +4 -0
  1118. package/themes/dist/select/mobile.css +4 -0
  1119. package/themes/dist/select/site.css +4 -0
  1120. package/themes/dist/send-stats.js +82 -0
  1121. package/themes/dist/site.css +737 -0
  1122. package/themes/dist/skeleton/click.css +9 -0
  1123. package/themes/dist/slider/click.css +19 -0
  1124. package/themes/dist/slider/intranet.css +6 -0
  1125. package/themes/dist/slider/mobile.css +6 -0
  1126. package/themes/dist/slider-input/intranet.css +3 -0
  1127. package/themes/dist/slider-input/mobile.css +3 -0
  1128. package/themes/dist/switch/click.css +5 -0
  1129. package/themes/dist/tabs/click.css +20 -0
  1130. package/themes/dist/tabs/corp.css +4 -0
  1131. package/themes/dist/tabs/site.css +8 -0
  1132. package/themes/dist/tag/click.css +12 -0
  1133. package/themes/dist/tag/intranet.css +16 -0
  1134. package/themes/dist/tag/mobile.css +17 -0
  1135. package/themes/dist/toast-plate/click.css +10 -0
  1136. package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
  1137. package/themes/esm/mixins/mobile.d.ts +2 -0
  1138. package/themes/esm/mixins/mobile.js +6 -0
  1139. package/themes/mixins/mobile.d.ts +2 -0
  1140. package/themes/mixins/mobile.js +10 -0
  1141. package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
  1142. package/themes/modern/mixins/mobile.d.ts +2 -0
  1143. package/themes/modern/mixins/mobile.js +6 -0
  1144. package/themes/package.json +1 -10
  1145. package/themes/send-stats.js +0 -0
  1146. package/toast-plate/cssm/index.module.css +0 -705
  1147. package/toast-plate/esm/index.css +0 -705
  1148. package/toast-plate/index.css +0 -705
  1149. package/toast-plate/modern/component.js +1 -1
  1150. package/toast-plate/modern/index.css +0 -705
  1151. package/tooltip/{Component-44c66294.d.ts → Component-902890cb.d.ts} +0 -0
  1152. package/tooltip/{Component-44c66294.js → Component-902890cb.js} +0 -0
  1153. package/tooltip/Component.js +1 -1
  1154. package/tooltip/component.responsive.js +1 -1
  1155. package/tooltip/esm/{Component-26727edc.d.ts → Component-b47e1fe9.d.ts} +0 -0
  1156. package/tooltip/esm/{Component-26727edc.js → Component-b47e1fe9.js} +0 -0
  1157. package/tooltip/esm/Component.js +1 -1
  1158. package/tooltip/esm/component.responsive.js +1 -1
  1159. package/tooltip/esm/index.d.ts +1 -1
  1160. package/tooltip/esm/index.js +1 -1
  1161. package/tooltip/esm/responsive.js +1 -1
  1162. package/tooltip/index.d.ts +1 -1
  1163. package/tooltip/index.js +1 -1
  1164. package/tooltip/responsive.js +1 -1
  1165. package/typography/{colors.module-4777807b.d.ts → colors.module-33a716d1.d.ts} +0 -0
  1166. package/typography/{colors.module-4777807b.js → colors.module-33a716d1.js} +0 -0
  1167. package/typography/{common.module-2efec662.js → common.module-01baadae.js} +0 -0
  1168. package/typography/component.js +2 -2
  1169. package/typography/esm/{colors.module-f83b4df2.d.ts → colors.module-97a683f3.d.ts} +0 -0
  1170. package/typography/esm/{colors.module-f83b4df2.js → colors.module-97a683f3.js} +0 -0
  1171. package/typography/esm/{common.module-90ada60f.js → common.module-dbd66b32.js} +0 -0
  1172. package/typography/esm/component.js +2 -2
  1173. package/typography/esm/index.js +2 -2
  1174. package/typography/esm/text/component.js +1 -1
  1175. package/typography/esm/text/index.js +1 -1
  1176. package/typography/esm/title/component.js +1 -1
  1177. package/typography/esm/title/index.js +2 -2
  1178. package/typography/esm/title-mobile/component.js +2 -2
  1179. package/typography/esm/title-mobile/index.js +2 -2
  1180. package/typography/esm/title-responsive/component.js +2 -2
  1181. package/typography/esm/title-responsive/index.js +2 -2
  1182. package/typography/index.js +2 -2
  1183. package/typography/modern/{colors.module-2aee0a97.js → colors.module-914665dc.js} +0 -0
  1184. package/typography/modern/{common.module-90ada60f.js → common.module-dbd66b32.js} +0 -0
  1185. package/typography/modern/component.js +2 -2
  1186. package/typography/modern/index.js +2 -2
  1187. package/typography/modern/text/component.js +1 -1
  1188. package/typography/modern/text/index.js +1 -1
  1189. package/typography/modern/title/component.js +1 -1
  1190. package/typography/modern/title/index.js +2 -2
  1191. package/typography/modern/title-mobile/component.js +2 -2
  1192. package/typography/modern/title-mobile/index.js +2 -2
  1193. package/typography/modern/title-responsive/component.js +2 -2
  1194. package/typography/modern/title-responsive/index.js +2 -2
  1195. package/typography/text/component.d.ts +1 -1
  1196. package/typography/text/component.js +1 -1
  1197. package/typography/text/index.js +1 -1
  1198. package/typography/title/component.d.ts +1 -1
  1199. package/typography/title/component.js +1 -1
  1200. package/typography/title/index.js +2 -2
  1201. package/typography/title-mobile/component.js +2 -2
  1202. package/typography/title-mobile/index.js +2 -2
  1203. package/typography/title-responsive/component.js +2 -2
  1204. package/typography/title-responsive/index.js +2 -2
  1205. package/vars/colors-bluetint.js +0 -2
  1206. package/vars/colors-indigo.js +0 -2
  1207. package/vars/cssm/colors-bluetint.js +0 -2
  1208. package/vars/cssm/colors-indigo.js +0 -2
  1209. package/vars/dist/CHANGELOG.md +388 -0
  1210. package/vars/dist/border-radius.css +11 -0
  1211. package/vars/dist/colors-addons.css +98 -0
  1212. package/vars/dist/colors-bluetint.css +433 -0
  1213. package/vars/dist/colors-bluetint.d.ts +2 -0
  1214. package/vars/dist/colors-bluetint.js +12 -0
  1215. package/vars/dist/colors-indigo.css +433 -0
  1216. package/vars/dist/colors-indigo.d.ts +2 -0
  1217. package/vars/dist/colors-indigo.js +12 -0
  1218. package/vars/dist/colors-transparent.css +26 -0
  1219. package/vars/dist/colors-x5.css +4 -0
  1220. package/vars/dist/colors.css +71 -0
  1221. package/vars/dist/cssm/border-radius.css +11 -0
  1222. package/vars/dist/cssm/colors-addons.css +98 -0
  1223. package/vars/dist/cssm/colors-bluetint.css +433 -0
  1224. package/vars/dist/cssm/colors-bluetint.d.ts +2 -0
  1225. package/vars/dist/cssm/colors-bluetint.js +12 -0
  1226. package/vars/dist/cssm/colors-indigo.css +433 -0
  1227. package/vars/dist/cssm/colors-indigo.d.ts +2 -0
  1228. package/vars/dist/cssm/colors-indigo.js +12 -0
  1229. package/vars/dist/cssm/colors-transparent.css +26 -0
  1230. package/vars/dist/cssm/colors-x5.css +4 -0
  1231. package/vars/dist/cssm/colors.css +71 -0
  1232. package/vars/dist/cssm/gaps.css +30 -0
  1233. package/vars/dist/cssm/index.css +713 -0
  1234. package/vars/dist/cssm/mixins.css +1 -0
  1235. package/vars/dist/cssm/shadows-indigo.css +38 -0
  1236. package/vars/dist/cssm/typography.css +6 -0
  1237. package/vars/dist/esm/colors-bluetint.d.ts +2 -0
  1238. package/vars/dist/esm/colors-bluetint.js +6 -0
  1239. package/vars/dist/esm/colors-indigo.d.ts +2 -0
  1240. package/vars/dist/esm/colors-indigo.js +6 -0
  1241. package/vars/dist/gaps.css +30 -0
  1242. package/vars/dist/index.css +9 -0
  1243. package/vars/dist/mixins.css +4 -0
  1244. package/vars/dist/modern/colors-bluetint.d.ts +2 -0
  1245. package/vars/dist/modern/colors-bluetint.js +6 -0
  1246. package/vars/dist/modern/colors-indigo.d.ts +2 -0
  1247. package/vars/dist/modern/colors-indigo.js +6 -0
  1248. package/vars/dist/package.json +13 -0
  1249. package/vars/dist/send-stats.js +82 -0
  1250. package/vars/dist/shadows-indigo.css +38 -0
  1251. package/vars/dist/typography.css +586 -0
  1252. package/vars/package.json +1 -11
  1253. package/vars/send-stats.js +0 -0
  1254. package/with-suffix/Component.d.ts +2 -2
  1255. package/with-suffix/cssm/Component.d.ts +2 -2
  1256. package/with-suffix/esm/Component.d.ts +2 -2
  1257. package/with-suffix/modern/Component.d.ts +2 -2
@@ -0,0 +1,2414 @@
1
+ .card-image__cardImage_1bvc7 {
2
+ background: #e7e8ea;
3
+ }
4
+ .card-image__loaded_1bvc7 {
5
+ background: transparent
6
+ }.badge__component_1dkn2 {
7
+ background-color: #ef3124;
8
+ color: #000;
9
+ }
10
+ .badge__outlineCount_1dkn2 {
11
+ background-color: #121212;
12
+ }
13
+ .badge__icon_1dkn2 {
14
+ color: #2fc26e
15
+ }
16
+ .badge__icon_1dkn2.badge__positive_1dkn2 {
17
+ color: #2fc26e;
18
+ background-color: #2fc26e;
19
+ }
20
+ .badge__icon_1dkn2.badge__attention_1dkn2 {
21
+ color: #f6bf65;
22
+ background-color: #f6bf65;
23
+ }
24
+ .badge__icon_1dkn2.badge__negative_1dkn2 {
25
+ color: #d91d0b;
26
+ background-color: #d91d0b;
27
+ }
28
+ .badge__icon_1dkn2.badge__link_1dkn2 {
29
+ color: #0072ef;
30
+ background-color: #0072ef;
31
+ }
32
+ .badge__icon_1dkn2.badge__tertiary_1dkn2 {
33
+ color: #464649;
34
+ background-color: #464649;
35
+ }
36
+ .badge__icon_1dkn2.badge__secondary_1dkn2 {
37
+ color: #8d8d93;
38
+ background-color: #8d8d93;
39
+ }
40
+ .badge__icon_1dkn2.badge__primary_1dkn2 {
41
+ color: #fff;
42
+ background-color: #fff;
43
+ }
44
+ .badge__icon_1dkn2:before {
45
+ background-color: #121212;
46
+ }
47
+ .badge__outline_1dkn2 {
48
+ background-color: #121212;
49
+ }
50
+ .badge__outlineColor_1dkn2.badge__attention_1dkn2 {
51
+ background-color: #f6bf65;
52
+ }
53
+ .badge__outlineColor_1dkn2.badge__positive_1dkn2 {
54
+ background-color: #2fc26e;
55
+ }
56
+ .badge__outlineColor_1dkn2.badge__negative_1dkn2 {
57
+ background-color: #d91d0b;
58
+ }
59
+ .badge__outlineColor_1dkn2.badge__link_1dkn2 {
60
+ background-color: #0072ef;
61
+ }
62
+ .badge__outlineColor_1dkn2 .badge__tertiary_1dkn2 {
63
+ background-color: #464649;
64
+ }
65
+ .badge__outlineColor_1dkn2.badge__secondary_1dkn2 {
66
+ background-color: #8d8d93;
67
+ }
68
+ .badge__outlineColor_1dkn2.badge__primary_1dkn2 {
69
+ background-color: #fff;
70
+ }.backdrop__backdrop_ygwbt {
71
+ -webkit-tap-highlight-color: transparent;
72
+ }
73
+ .backdrop__appear_ygwbt,
74
+ .backdrop__enter_ygwbt {
75
+ background-color: transparent;
76
+ }
77
+ .backdrop__appearActive_ygwbt,
78
+ .backdrop__enterActive_ygwbt,
79
+ .backdrop__appearDone_ygwbt,
80
+ .backdrop__enterDone_ygwbt {
81
+ background-color: rgba(0, 0, 0, 0.8);
82
+ }
83
+ .backdrop__exit_ygwbt {
84
+ background-color: rgba(0, 0, 0, 0.8);
85
+ }
86
+ .backdrop__exitActive_ygwbt,
87
+ .backdrop__exitDone_ygwbt {
88
+ background-color: transparent;
89
+ }.checkbox-group__error_j8yr0 {
90
+ border-left: 1px solid #f15045;
91
+ }
92
+ .checkbox-group__label_j8yr0 {
93
+ color: #fff;
94
+ }
95
+ .checkbox-group__errorMessage_j8yr0 {
96
+ color: #f15045;
97
+ }
98
+ .checkbox-group__hint_j8yr0 {
99
+ color: #8d8d93;
100
+ }.checkbox__box_n8iyf {
101
+ color: #000;
102
+ background-color: #000;
103
+ border: 1.5px solid #8d8d93;
104
+ }
105
+ .checkbox__checkedIcon_n8iyf {
106
+ color: #000;
107
+ }
108
+ .checkbox__component_n8iyf:hover:not(.checkbox__disabled_n8iyf):not(.checkbox__inactive_n8iyf) .checkbox__box_n8iyf {
109
+ background-color: #000;
110
+ border-color: #8d8d93;
111
+ }
112
+ .checkbox__component_n8iyf:active:not(.checkbox__disabled_n8iyf):not(.checkbox__inactive_n8iyf) .checkbox__box_n8iyf {
113
+ background-color: #000;
114
+ border-color: #fff;
115
+ }
116
+ .checkbox__checked_n8iyf .checkbox__box_n8iyf {
117
+ background-color: #fff;
118
+ border-color: transparent;
119
+ }
120
+ .checkbox__checked_n8iyf:hover:not(.checkbox__disabled_n8iyf):not(.checkbox__inactive_n8iyf) .checkbox__box_n8iyf {
121
+ background-color: rgb(255, 255, 255);
122
+ border-color: transparent;
123
+ }
124
+ .checkbox__checked_n8iyf:active:not(.checkbox__disabled_n8iyf):not(.checkbox__inactive_n8iyf) .checkbox__box_n8iyf {
125
+ background-color: rgb(255, 255, 255);
126
+ border-color: transparent;
127
+ }
128
+ .checkbox__indeterminate_n8iyf .checkbox__box_n8iyf {
129
+ background-color: #fff;
130
+ border-color: transparent;
131
+ }
132
+ .checkbox__indeterminate_n8iyf:hover:not(.checkbox__disabled_n8iyf):not(.checkbox__inactive_n8iyf) .checkbox__box_n8iyf {
133
+ background-color: rgb(255, 255, 255);
134
+ border-color: transparent;
135
+ }
136
+ .checkbox__indeterminate_n8iyf:active:not(.checkbox__disabled_n8iyf):not(.checkbox__inactive_n8iyf) .checkbox__box_n8iyf {
137
+ background-color: rgb(255, 255, 255);
138
+ border-color: transparent;
139
+ }
140
+ .checkbox__disabled_n8iyf .checkbox__box_n8iyf {
141
+ background-color: #000;
142
+ border-color: #2a2a2c;
143
+ }
144
+ .checkbox__disabled_n8iyf.checkbox__checked_n8iyf .checkbox__box_n8iyf {
145
+ background-color: #3a3a3c;
146
+ border-color: transparent;
147
+ }
148
+ .checkbox__disabled_n8iyf.checkbox__indeterminate_n8iyf .checkbox__box_n8iyf {
149
+ background-color: #3a3a3c;
150
+ border-color: transparent;
151
+ }
152
+ .checkbox__disabled_n8iyf .checkbox__label_n8iyf {
153
+ color: #8d8d93;
154
+ }
155
+ .checkbox__disabled_n8iyf .checkbox__hint_n8iyf {
156
+ color: #8d8d93;
157
+ }
158
+ .checkbox__inactive_n8iyf .checkbox__box_n8iyf {
159
+ background-color: #3a3a3c;
160
+ border-color: #464649;
161
+ }
162
+ .checkbox__inactive_n8iyf.checkbox__checked_n8iyf .checkbox__box_n8iyf {
163
+ color: #464649;
164
+ border-color: transparent;
165
+ }
166
+ .checkbox__inactive_n8iyf.checkbox__indeterminate_n8iyf .checkbox__box_n8iyf {
167
+ border-color: transparent;
168
+ }
169
+ .checkbox__focused_n8iyf .checkbox__box_n8iyf {
170
+ outline: 2px solid #0072ef;
171
+ }
172
+ .checkbox__label_n8iyf {
173
+ color: #fff;
174
+ }
175
+ .checkbox__errorMessage_n8iyf {
176
+ color: #f15045;
177
+ }
178
+ .checkbox__hint_n8iyf {
179
+ color: #8d8d93;
180
+ }
181
+ .checkbox__inactive_n8iyf .checkbox__indeterminateLine_n8iyf {
182
+ background-color: #464649;
183
+ }
184
+ .checkbox__indeterminateLine_n8iyf {
185
+ background-color: #000;
186
+ }.divider__component_3e97l {
187
+ border-bottom: 1px solid #2b2b2e;
188
+ }.dropzone__component_1y0dy {
189
+ border: 2px dashed #464649;
190
+ }
191
+ .dropzone__component_1y0dy:not(.dropzone__disabled_1y0dy):hover {
192
+ background-color: transparent;
193
+ }
194
+ .dropzone__dragOver_1y0dy {
195
+ background-color: transparent;
196
+ }
197
+ .dropzone__error_1y0dy {
198
+ border-color: #ef3124;
199
+ }
200
+ .dropzone__overlay_1se7q {
201
+ background: #202022;
202
+ }
203
+ .dropzone__text_1se7q {
204
+ color: #fff;
205
+ }.code-input__error_12vn6 {
206
+ color: #f15045;
207
+ }
208
+ @keyframes code-input__shake_12vn6 {
209
+ }
210
+ .code-input__input_1l3d9 {
211
+ background-color: #202022;
212
+ color: #fff
213
+ }
214
+ .code-input__input_1l3d9.code-input__hasError_1l3d9 {
215
+ color: #f15045;
216
+ caret-color: #fff;
217
+ background-color: #35110d;
218
+ }
219
+ .code-input__input_1l3d9.code-input__disabled_1l3d9 {
220
+ color: #464649;
221
+ }
222
+ .code-input__input_1l3d9:-webkit-autofill {
223
+ -webkit-text-fill-color: #fff;
224
+ }.form-control__component_7n4fz {
225
+ color: #fff;
226
+ }
227
+ .form-control__inner_7n4fz {
228
+ background-color: #202022;
229
+ }
230
+ .form-control__label_7n4fz {
231
+ color: #8d8d93;
232
+ }
233
+ .form-control__hint_7n4fz {
234
+ color: #8d8d93;
235
+ }
236
+ .form-control__disabled_7n4fz {
237
+ background-color: #202022;
238
+ color: #8d8d93;
239
+ }
240
+ .form-control__focused_7n4fz.form-control__inner_7n4fz {
241
+ background-color: #202022;
242
+ }
243
+ .form-control__inner_7n4fz:not(.form-control__disabled_7n4fz):hover {
244
+ background-color: #202022;
245
+ }
246
+ .form-control__error_7n4fz {
247
+ color: #f15045;
248
+ }
249
+ .form-control__hasError_7n4fz .form-control__label_7n4fz {
250
+ color: #f15045;
251
+ }
252
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
253
+ }
254
+ .form-control__component_zeffq {
255
+ color: #000;
256
+ }
257
+ .form-control__inner_zeffq {
258
+ background-color: #f3f4f5;
259
+ }
260
+ .form-control__label_zeffq {
261
+ color: rgba(60, 60, 67, 0.6);
262
+ }
263
+ .form-control__hint_zeffq {
264
+ color: rgba(60, 60, 67, 0.6);
265
+ }
266
+ .form-control__disabled_zeffq {
267
+ background-color: #f3f4f5;
268
+ color: rgba(60, 60, 67, 0.6);
269
+ }
270
+ .form-control__focused_zeffq.form-control__inner_zeffq {
271
+ background-color: #f3f4f5;
272
+ }
273
+ .form-control__inner_zeffq:not(.form-control__disabled_zeffq):hover {
274
+ background-color: #f3f4f5;
275
+ }
276
+ .form-control__error_zeffq {
277
+ color: #ef3124;
278
+ }
279
+ .form-control__hasError_zeffq .form-control__label_zeffq {
280
+ color: #ef3124;
281
+ }.hatching-progress-bar__container_17b7s {
282
+ background: rgba(255, 255, 255, 0.1);
283
+ }
284
+ .hatching-progress-bar__hatch_17b7s {
285
+ background: repeating-linear-gradient(
286
+ -45deg,
287
+ #464649 6px 10px,
288
+ rgba(255, 255, 255, 0) 10px 18px
289
+ );
290
+ }
291
+ .hatching-progress-bar__positive_17b7s {
292
+ background: #2fc26e;
293
+ }
294
+ .hatching-progress-bar__attention_17b7s {
295
+ background: #f6bf65;
296
+ }
297
+ .hatching-progress-bar__negative_17b7s {
298
+ background: #d91d0b;
299
+ }
300
+ .hatching-progress-bar__link_17b7s {
301
+ background: #0072ef;
302
+ }
303
+ .hatching-progress-bar__tertiary_17b7s {
304
+ background: #464649;
305
+ }
306
+ .hatching-progress-bar__secondary_17b7s {
307
+ background: #8d8d93;
308
+ }
309
+ .hatching-progress-bar__primary_17b7s {
310
+ background: #fff;
311
+ }
312
+ .hatching-progress-bar__accent_17b7s {
313
+ background: #ef3124;
314
+ }.icon-view__component_29r2a {
315
+ color: rgba(235, 235, 245, 0.6);
316
+ }
317
+ .icon-view__bg_29r2a {
318
+ fill: #f3f4f5;
319
+ }
320
+ .icon-view__border_29r2a {
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_1pf06 {
372
+ color: #fff;
373
+ }
374
+ .list__slot_1pf06 {
375
+ color: #fff;
376
+ }.link__primary_ucy5z {
377
+ color: #fff;
378
+ border-bottom-color: #fff
379
+ }
380
+ .link__primary_ucy5z:hover {
381
+ color: rgb(255, 255, 255);
382
+ }
383
+ .link__primary_ucy5z:active {
384
+ color: rgb(255, 255, 255);
385
+ }
386
+ .link__secondary_ucy5z {
387
+ color: #8d8d93;
388
+ border-bottom-color: #8d8d93
389
+ }
390
+ .link__secondary_ucy5z:hover {
391
+ color: rgb(164, 164, 169);
392
+ }
393
+ .link__secondary_ucy5z:active {
394
+ color: rgb(187, 187, 190);
395
+ }
396
+ .link__defaultView_ucy5z {
397
+ color: #0072ef;
398
+ border-bottom-color: #0072ef
399
+ }
400
+ .link__defaultView_ucy5z:hover {
401
+ color: rgb(51, 142, 242);
402
+ }
403
+ .link__defaultView_ucy5z:active {
404
+ color: rgb(102, 170, 245);
405
+ }
406
+ .link__component_jvhk7:hover .link__text_jvhk7,
407
+ .link__component_jvhk7:active .link__text_jvhk7 {
408
+ border-bottom-color: rgba(0, 0, 0, 0);
409
+ }
410
+ .link__focused_jvhk7 {
411
+ outline: 2px solid #0072ef;
412
+ }
413
+ .link__primary_1sblj {
414
+ color: #000;
415
+ border-bottom-color: #000
416
+ }
417
+ .link__primary_1sblj:hover {
418
+ color: rgb(204, 204, 204);
419
+ }
420
+ .link__primary_1sblj:active {
421
+ color: rgb(153, 153, 153);
422
+ }
423
+ .link__secondary_1sblj {
424
+ color: #8a8a8e;
425
+ border-bottom-color: #8a8a8e
426
+ }
427
+ .link__secondary_1sblj:hover {
428
+ color: rgb(146, 150, 156);
429
+ }
430
+ .link__secondary_1sblj:active {
431
+ color: rgb(109, 113, 117);
432
+ }
433
+ .link__defaultView_1sblj {
434
+ color: #0072ef;
435
+ border-bottom-color: #0072ef
436
+ }
437
+ .link__defaultView_1sblj:hover {
438
+ color: rgb(0, 98, 204);
439
+ }
440
+ .link__defaultView_1sblj:active {
441
+ color: rgb(0, 73, 153);
442
+ }@keyframes loader__blink_x7ysg {
443
+ }.progress-bar__container_41a8a {
444
+ background: rgba(255, 255, 255, 0.1)
445
+ }
446
+ .progress-bar__filled_41a8a.progress-bar__positive_41a8a {
447
+ background: #2fc26e;
448
+ }
449
+ .progress-bar__filled_41a8a.progress-bar__negative_41a8a {
450
+ background: #d91d0b;
451
+ }
452
+ .progress-bar__filled_41a8a.progress-bar__attention_41a8a {
453
+ background: #f6bf65;
454
+ }
455
+ .progress-bar__filled_41a8a.progress-bar__link_41a8a {
456
+ background: #0072ef;
457
+ }
458
+ .progress-bar__filled_41a8a.progress-bar__tertiary_41a8a {
459
+ background: #464649;
460
+ }
461
+ .progress-bar__filled_41a8a.progress-bar__secondary_41a8a {
462
+ background: #8d8d93;
463
+ }
464
+ .progress-bar__filled_41a8a.progress-bar__primary_41a8a {
465
+ background: #fff;
466
+ }
467
+ .progress-bar__filled_41a8a.progress-bar__accent_41a8a {
468
+ background: #ef3124;
469
+ }.pure-input__input_ua2gl {
470
+ color: #fff;
471
+ caret-color: #0072ef;
472
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
473
+ }
474
+ .pure-input__input_ua2gl:-webkit-autofill {
475
+ -webkit-text-fill-color: #fff;
476
+ }
477
+ .pure-input__input_ua2gl::placeholder {
478
+ color: #8d8d93;
479
+ }
480
+ .pure-input__hasLabel_ua2gl::placeholder {
481
+ color: #464649;
482
+ }
483
+ .pure-input__clearIcon_ua2gl {
484
+ color: #fff;
485
+ }
486
+ .pure-input__input_ua2gl:read-only {
487
+ color: #8d8d93
488
+ }
489
+ .pure-input__input_ua2gl:read-only:focus::placeholder {
490
+ color: #8d8d93;
491
+ }
492
+ .pure-input__input_ua2gl:disabled {
493
+ color: #fff;
494
+ -webkit-text-fill-color: #fff;
495
+ }
496
+ .pure-input__input_ua2gl:focus::placeholder {
497
+ color: rgba(235, 235, 245, 0.3);
498
+ }
499
+ .pure-input__error_ua2gl {
500
+ color: #f15045;
501
+ caret-color: #f15045;
502
+ }
503
+ .pure-input__component_ua2gl {
504
+ color: #fff;
505
+ background-color: #202022;
506
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
507
+ }
508
+ .pure-input__component_ua2gl::placeholder {
509
+ color: #8d8d93;
510
+ }
511
+ .pure-input__component_ua2gl:disabled {
512
+ color: #fff;
513
+ background-color: #202022;
514
+ }
515
+ .pure-input__component_ua2gl:not(:disabled):focus::placeholder {
516
+ color: rgba(235, 235, 245, 0.3);
517
+ }
518
+ .pure-input__focusVisible_ua2gl {
519
+ outline: 2px solid #0072ef;
520
+ }
521
+ .pure-input__component_ua2gl:not(:disabled):hover {
522
+ background-color: #202022;
523
+ }.radio-group__error_1rmkg {
524
+ border-left: 1px solid #f15045;
525
+ }
526
+ .radio-group__label_1rmkg {
527
+ color: #fff;
528
+ }
529
+ .radio-group__errorMessage_1rmkg {
530
+ color: #f15045;
531
+ }
532
+ .radio-group__hint_1rmkg {
533
+ color: #8d8d93;
534
+ }.radio__container_oa415:not(.radio__checked_oa415):not(.radio__disabled_oa415):not(.radio__inactive_oa415) .radio__circle_oa415 {
535
+ background-color: #000;
536
+ border: 1.5px solid #8d8d93;
537
+ }
538
+ .radio__container_oa415:not(.radio__checked_oa415):not(.radio__disabled_oa415):not(.radio__inactive_oa415):hover:not(:active) .radio__circle_oa415 {
539
+ background-color: #000;
540
+ border-color: #8d8d93;
541
+ }
542
+ .radio__container_oa415:not(.radio__checked_oa415):not(.radio__disabled_oa415):not(.radio__inactive_oa415):active .radio__circle_oa415 {
543
+ background-color: #000;
544
+ border-color: #fff;
545
+ }
546
+ .radio__container_oa415.radio__disabled_oa415 .radio__circle_oa415 {
547
+ background-color: #000;
548
+ border: 1.5px solid #2a2a2c;
549
+ }
550
+ .radio__container_oa415.radio__disabled_oa415 .radio__label_oa415 {
551
+ color: #8d8d93;
552
+ }
553
+ .radio__container_oa415.radio__disabled_oa415 .radio__hint_oa415 {
554
+ color: #8d8d93;
555
+ }
556
+ .radio__container_oa415.radio__inactive_oa415 .radio__circle_oa415 {
557
+ background-color: #3a3a3c;
558
+ border: 1px solid #464649;
559
+ }
560
+ .radio__container_oa415.radio__inactive_oa415.radio__checked_oa415 .radio__circle_oa415:before {
561
+ background-color: #464649;
562
+ }
563
+ .radio__container_oa415.radio__checked_oa415 .radio__circle_oa415 {
564
+ background-color: #fff;
565
+ border: 1.5px solid transparent;
566
+ }
567
+ .radio__container_oa415.radio__checked_oa415:hover .radio__circle_oa415 {
568
+ background-color: rgb(255, 255, 255);
569
+ border-color: transparent;
570
+ }
571
+ .radio__container_oa415.radio__checked_oa415:active .radio__circle_oa415 {
572
+ background-color: rgb(255, 255, 255);
573
+ border-color: transparent;
574
+ }
575
+ .radio__container_oa415.radio__focused_oa415 .radio__circle_oa415 {
576
+ outline: 2px solid #0072ef;
577
+ }
578
+ .radio__container_oa415.radio__disabled_oa415.radio__checked_oa415 .radio__circle_oa415,
579
+ .radio__container_oa415.radio__inactive_oa415.radio__checked_oa415 .radio__circle_oa415 {
580
+ background-color: #3a3a3c;
581
+ border-color: transparent;
582
+ }
583
+ .radio__circle_oa415:before {
584
+ background-color: #000;
585
+ }
586
+ .radio__label_oa415 {
587
+ color: #fff;
588
+ }
589
+ .radio__hint_oa415 {
590
+ color: #8d8d93;
591
+ }.scrollbar__component_1rcc1 .scrollbar:before {
592
+ background-color: rgba(255, 255, 255, 0.3);
593
+ }
594
+ .scrollbar__component_1rcc1.dragging .track .scrollbar.visible:before {
595
+ background-color: rgba(255, 255, 255, 0.6);
596
+ }
597
+
598
+ .scrollbar__component_1r9kz .scrollbar:before {
599
+ background-color: rgba(0, 0, 0, 0.3);
600
+ }
601
+ .scrollbar__component_1r9kz.dragging .track .scrollbar.visible:before {
602
+ background-color: rgba(0, 0, 0, 0.6);
603
+ }.skeleton__component_18twm {
604
+ color: transparent;
605
+ background: rgba(255, 255, 255, 0.1);
606
+ }
607
+ .skeleton__component_18twm:before {
608
+ background: transparent;
609
+ }
610
+ .skeleton__animate_18twm:after {
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_18twm {
621
+ }
622
+ @keyframes skeleton__background_18twm {
623
+ 0% {
624
+ background: rgb(182, 188, 195);
625
+ }
626
+ 100% {
627
+ background: rgb(198, 205, 214);
628
+ }
629
+ }.slider__component_1ji9u .noUi-base:hover {
630
+ background: #2a2a2c
631
+ }
632
+ .slider__component_1ji9u .noUi-base:hover .noUi-connect {
633
+ background: #d91d0b;
634
+ }
635
+ .slider__component_1ji9u .noUi-handle:hover .noUi-touch-area {
636
+ background: rgb(240, 63, 51);
637
+ }
638
+ .slider__component_1ji9u .noUi-handle:active .noUi-touch-area {
639
+ background: rgb(241, 80, 69);
640
+ }
641
+ .slider__component_1ji9u .noUi-base {
642
+ background: #2a2a2c;
643
+ }
644
+ .slider__component_1ji9u .noUi-connect {
645
+ background: #d91d0b;
646
+ }
647
+ .slider__component_1ji9u .noUi-handle {
648
+ border: 2px solid transparent;
649
+ }
650
+ .slider__component_1ji9u .noUi-touch-area {
651
+ background: #ef3124;
652
+ }
653
+ .slider__component_1ji9u .noUi-pips {
654
+ color: #8d8d93;
655
+ }.spinner__default_1u0oh {
656
+ color: #fff;
657
+ }
658
+ .spinner__inverted_1u0oh {
659
+ color: #000;
660
+ }
661
+ @keyframes spinner__spin_animation_1u0oh {
662
+ }.status__soft_1nk47.status__green_1nk47 {
663
+ background: rgba(19, 164, 99, 0.1);
664
+ color: #13a463;
665
+ }
666
+ .status__soft_1nk47.status__orange_1nk47 {
667
+ background: rgba(222, 106, 0, 0.1);
668
+ color: #de6a00;
669
+ }
670
+ .status__soft_1nk47.status__red_1nk47 {
671
+ background: rgba(217, 29, 11, 0.1);
672
+ color: #d91d0b;
673
+ }
674
+ .status__soft_1nk47.status__blue_1nk47 {
675
+ background: rgba(0, 122, 255, 0.1);
676
+ color: #007aff;
677
+ }
678
+ .status__soft_1nk47.status__grey_1nk47 {
679
+ background: rgba(109, 121, 134, 0.1);
680
+ color: #6d7986;
681
+ }
682
+ .status__soft_1nk47.status__teal_1nk47 {
683
+ background: rgba(33, 145, 135, 0.1);
684
+ color: #219187;
685
+ }
686
+ .status__soft_1nk47.status__purple_1nk47 {
687
+ background: rgba(103, 58, 183, 0.1);
688
+ color: #673ab7;
689
+ }
690
+ .status__contrast_1nk47 {
691
+ color: #000
692
+ }
693
+ .status__contrast_1nk47.status__green_1nk47 {
694
+ background: #13a463;
695
+ }
696
+ .status__contrast_1nk47.status__orange_1nk47 {
697
+ background: #de6a00;
698
+ }
699
+ .status__contrast_1nk47.status__red_1nk47 {
700
+ background: #d91d0b;
701
+ }
702
+ .status__contrast_1nk47.status__blue_1nk47 {
703
+ background: #007aff;
704
+ }
705
+ .status__contrast_1nk47.status__grey_1nk47 {
706
+ background: #6d7986;
707
+ }
708
+ .status__contrast_1nk47.status__teal_1nk47 {
709
+ background: #219187;
710
+ }
711
+ .status__contrast_1nk47.status__purple_1nk47 {
712
+ background: #673ab7;
713
+ }.switch__component_1kbpe {
714
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
715
+ }
716
+ .switch__switch_1kbpe {
717
+ background-color: #8d8d93;
718
+ border: 2px solid #8d8d93;
719
+ }
720
+ .switch__switch_1kbpe:before {
721
+ background-color: #000;
722
+ }
723
+ .switch__label_1kbpe {
724
+ color: #fff;
725
+ }
726
+ .switch__hint_1kbpe {
727
+ color: #8d8d93;
728
+ }
729
+ .switch__checked_1kbpe .switch__switch_1kbpe {
730
+ background-color: #ef3124;
731
+ border-color: #ef3124;
732
+ }
733
+ .switch__disabled_1kbpe .switch__switch_1kbpe {
734
+ background-color: #2a2a2c;
735
+ border-color: #2a2a2c;
736
+ }
737
+ .switch__disabled_1kbpe .switch__label_1kbpe {
738
+ color: #8d8d93;
739
+ }
740
+ .switch__disabled_1kbpe .switch__hint_1kbpe {
741
+ color: #8d8d93;
742
+ }
743
+ .switch__inactive_1kbpe .switch__switch_1kbpe {
744
+ background-color: #2a2a2c;
745
+ border-color: #2a2a2c
746
+ }
747
+ .switch__inactive_1kbpe .switch__switch_1kbpe:before {
748
+ background-color: #464649;
749
+ }
750
+ .switch__focused_1kbpe .switch__switch_1kbpe {
751
+ outline: 2px solid #0072ef;
752
+ }.tag__component_brduy {
753
+ color: #fff;
754
+ border-color: transparent;
755
+ background-color: #202022
756
+ }
757
+ .tag__component_brduy:disabled {
758
+ border-color: transparent;
759
+ color: #464649;
760
+ background-color: rgba(32, 32, 34, 0.3);
761
+ }
762
+ .tag__component_brduy:hover:not(:disabled) {
763
+ border-color: transparent;
764
+ background-color: #202022;
765
+ }
766
+ .tag__component_brduy:active:not(:disabled) {
767
+ border-color: transparent;
768
+ background-color: rgb(65, 65, 67);
769
+ color: #fff;
770
+ }
771
+ .tag__checked_brduy {
772
+ border-color: transparent;
773
+ background-color: #f3f4f5;
774
+ color: #000
775
+ }
776
+ .tag__checked_brduy:disabled {
777
+ background-color: rgba(243, 244, 245, 0.3);
778
+ border-color: transparent;
779
+ color: #000;
780
+ }
781
+ .tag__checked_brduy:hover:not(:disabled):not(:active) {
782
+ background-color: #f3f4f5;
783
+ }
784
+ .tag__checked_brduy:active:not(:disabled) {
785
+ background-color: rgb(194, 195, 196);
786
+ color: #000;
787
+ }
788
+ .tag__focused_ik1tj {
789
+ outline: 2px solid #0072ef;
790
+ }
791
+ .tag__component_p9j62 {
792
+ color: #fff;
793
+ border-color: #464649;
794
+ background-color: transparent
795
+ }
796
+ .tag__component_p9j62:disabled {
797
+ border-color: #2b2b2e;
798
+ color: #464649;
799
+ background-color: transparent;
800
+ }
801
+ .tag__component_p9j62:hover:not(:disabled) {
802
+ border-color: #fff;
803
+ background-color: transparent;
804
+ }
805
+ .tag__component_p9j62:active:not(:disabled) {
806
+ border-color: #fff;
807
+ background-color: rgba(255, 255, 255, 0.07);
808
+ color: #fff;
809
+ }
810
+ .tag__checked_p9j62 {
811
+ border-color: #fff;
812
+ background-color: #fff;
813
+ color: #000
814
+ }
815
+ .tag__checked_p9j62:disabled {
816
+ background-color: rgba(255, 255, 255, 0.3);
817
+ border-color: transparent;
818
+ color: #000;
819
+ }
820
+ .tag__checked_p9j62:active:not(:disabled) {
821
+ background-color: rgb(217, 217, 217);
822
+ color: #000;
823
+ }.typography__tertiary_1u38v {
824
+ color: #464649;
825
+ }
826
+ .typography__disabled_1u38v {
827
+ color: #2a2a2c;
828
+ }
829
+ .typography__accent_1u38v {
830
+ color: #ef3124;
831
+ }
832
+ .typography__primary_1u38v {
833
+ color: #fff;
834
+ }
835
+ .typography__attention_1u38v {
836
+ color: #cb830f;
837
+ }
838
+ .typography__positive_1u38v {
839
+ color: #13a463;
840
+ }
841
+ .typography__secondary_1u38v {
842
+ color: #8d8d93;
843
+ }
844
+ .typography__tertiary-inverted_1u38v {
845
+ color: #c5c5c7;
846
+ }
847
+ .typography__primary-inverted_1u38v {
848
+ color: #000;
849
+ }
850
+ .typography__secondary-inverted_1u38v {
851
+ color: #8a8a8e;
852
+ }
853
+ .typography__link_1u38v {
854
+ color: #0072ef;
855
+ }
856
+ .typography__negative_1u38v {
857
+ color: #f15045;
858
+ }
859
+
860
+
861
+
862
+
863
+ @media screen and (min-width: 600px) {
864
+ }
865
+ @media screen and (min-width: 1024px) {
866
+ }.textarea__input_1wxfp {
867
+ color: #fff;
868
+ caret-color: #0072ef;
869
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
870
+ }
871
+ .textarea__input_1wxfp:-webkit-autofill {
872
+ -webkit-text-fill-color: #fff;
873
+ }
874
+ .textarea__input_1wxfp::placeholder {
875
+ color: #8d8d93;
876
+ }
877
+ .textarea__hasLabel_1wxfp::placeholder {
878
+ color: #464649;
879
+ }
880
+ .textarea__clearIcon_1wxfp {
881
+ color: #fff;
882
+ }
883
+ .textarea__input_1wxfp:read-only {
884
+ color: #8d8d93
885
+ }
886
+ .textarea__input_1wxfp:read-only:focus::placeholder {
887
+ color: #8d8d93;
888
+ }
889
+ .textarea__input_1wxfp:disabled {
890
+ color: #fff;
891
+ -webkit-text-fill-color: #fff;
892
+ }
893
+ .textarea__input_1wxfp:focus::placeholder {
894
+ color: rgba(235, 235, 245, 0.3);
895
+ }
896
+ .textarea__error_1wxfp {
897
+ color: #f15045;
898
+ caret-color: #f15045;
899
+ }
900
+ .textarea__textarea_1wxfp {
901
+ color: #fff;
902
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
903
+ }
904
+ .textarea__textarea_1wxfp::placeholder {
905
+ color: #8d8d93;
906
+ }
907
+ .textarea__hasLabel_1wxfp::placeholder {
908
+ color: #464649;
909
+ }
910
+ .textarea__textarea_1wxfp:disabled {
911
+ color: #fff;
912
+ -webkit-text-fill-color: #fff;
913
+ }
914
+ .textarea__textarea_1wxfp:read-only {
915
+ color: #8d8d93;
916
+ }
917
+ .textarea__textarea_1wxfp:focus::placeholder {
918
+ color: rgba(235, 235, 245, 0.3);
919
+ }
920
+ .textarea__focusVisible_dnlhs {
921
+ outline: 2px solid #0072ef;
922
+ }
923
+ .textarea__input_1nblf {
924
+ color: #000;
925
+ caret-color: #0072ef;
926
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
927
+ }
928
+ .textarea__input_1nblf:-webkit-autofill {
929
+ -webkit-text-fill-color: #000;
930
+ }
931
+ .textarea__input_1nblf::placeholder {
932
+ color: rgba(60, 60, 67, 0.6);
933
+ }
934
+ .textarea__hasLabel_1nblf::placeholder {
935
+ color: #c5c5c7;
936
+ }
937
+ .textarea__clearIcon_1nblf {
938
+ color: #000;
939
+ }
940
+ .textarea__input_1nblf:read-only {
941
+ color: rgba(60, 60, 67, 0.6)
942
+ }
943
+ .textarea__input_1nblf:read-only:focus::placeholder {
944
+ color: rgba(60, 60, 67, 0.6);
945
+ }
946
+ .textarea__input_1nblf:disabled {
947
+ color: #000;
948
+ -webkit-text-fill-color: #000;
949
+ }
950
+ .textarea__input_1nblf:focus::placeholder {
951
+ color: rgba(60, 60, 67, 0.3);
952
+ }
953
+ .textarea__error_1nblf {
954
+ color: #ef3124;
955
+ caret-color: #ef3124;
956
+ }
957
+ .textarea__textarea_1nblf {
958
+ color: #000;
959
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
960
+ }
961
+ .textarea__textarea_1nblf::placeholder {
962
+ color: rgba(60, 60, 67, 0.6);
963
+ }
964
+ .textarea__hasLabel_1nblf::placeholder {
965
+ color: #c5c5c7;
966
+ }
967
+ .textarea__textarea_1nblf:disabled {
968
+ color: #000;
969
+ -webkit-text-fill-color: #000;
970
+ }
971
+ .textarea__textarea_1nblf:read-only {
972
+ color: rgba(60, 60, 67, 0.6);
973
+ }
974
+ .textarea__textarea_1nblf:focus::placeholder {
975
+ color: rgba(60, 60, 67, 0.3);
976
+ }.button__primary_1027s {
977
+ color: #000;
978
+ background-color: #f3f4f5
979
+ }
980
+ .button__primary_1027s:hover {
981
+ background-color: rgb(207, 207, 208);
982
+ }
983
+ .button__primary_1027s:active {
984
+ background-color: rgb(194, 195, 196);
985
+ }
986
+ .button__secondary_1027s {
987
+ color: #fff;
988
+ background-color: rgba(255, 255, 255, 0.1);
989
+ border: 1px solid transparent
990
+ }
991
+ .button__secondary_1027s:hover {
992
+ background-color: rgba(255, 255, 255, 0.163);
993
+ }
994
+ .button__secondary_1027s:active {
995
+ background-color: rgba(255, 255, 255, 0.235);
996
+ }
997
+ .button__outlined_1027s {
998
+ color: #fff;
999
+ background-color: transparent;
1000
+ border: 1px solid #c5c5c7
1001
+ }
1002
+ .button__outlined_1027s:hover {
1003
+ background-color: rgba(0, 0, 0, 0.07);
1004
+ }
1005
+ .button__outlined_1027s:active {
1006
+ background-color: rgba(0, 0, 0, 0.15);
1007
+ }
1008
+ .button__tertiary_1027s {
1009
+ color: #fff;
1010
+ background-color: transparent;
1011
+ border: 1px solid #c5c5c7
1012
+ }
1013
+ .button__tertiary_1027s:hover {
1014
+ background-color: rgba(255, 255, 255, 0.07);
1015
+ }
1016
+ .button__tertiary_1027s:active {
1017
+ background-color: rgba(255, 255, 255, 0.15);
1018
+ }
1019
+ .button__filled_1027s {
1020
+ color: #fff;
1021
+ background-color: #3a3a3c
1022
+ }
1023
+ .button__filled_1027s:hover {
1024
+ background-color: rgb(72, 72, 74);
1025
+ }
1026
+ .button__filled_1027s:active {
1027
+ background-color: rgb(88, 88, 89);
1028
+ }
1029
+ .button__transparent_1027s {
1030
+ color: #fff;
1031
+ background-color: rgba(255, 255, 255, 0.1)
1032
+ }
1033
+ .button__transparent_1027s:hover {
1034
+ background-color: rgba(255, 255, 255, 0.2);
1035
+ }
1036
+ .button__transparent_1027s:active {
1037
+ background-color: rgba(255, 255, 255, 0.4);
1038
+ }
1039
+ .button__link_1027s {
1040
+ color: #fff;
1041
+ background-color: transparent
1042
+ }
1043
+ .button__link_1027s:hover {
1044
+ background-color: rgba(255, 255, 255, 0.163);
1045
+ }
1046
+ .button__link_1027s:active {
1047
+ background-color: rgba(255, 255, 255, 0.235);
1048
+ }
1049
+ .button__ghost_1027s {
1050
+ color: #fff
1051
+ }
1052
+ .button__ghost_1027s:hover {
1053
+ color: rgb(179, 179, 179);
1054
+ }
1055
+ .button__ghost_1027s:active {
1056
+ color: rgb(128, 128, 128);
1057
+ }
1058
+ .button__component_1027s:disabled.button__primary_1027s {
1059
+ color: rgba(60, 60, 67, 0.3);
1060
+ background-color: #f3f4f5
1061
+ }
1062
+ .button__component_1027s:disabled.button__primary_1027s.button__loading_1027s {
1063
+ background-color: #f3f4f5;
1064
+ }
1065
+ .button__component_1027s:disabled.button__secondary_1027s {
1066
+ color: rgba(255, 255, 255, 0.3);
1067
+ background-color: rgba(255, 255, 255, 0.05);
1068
+ border-color: transparent
1069
+ }
1070
+ .button__component_1027s:disabled.button__secondary_1027s.button__loading_1027s {
1071
+ color: #fff;
1072
+ background-color: rgba(255, 255, 255, 0.1);
1073
+ border-color: transparent;
1074
+ }
1075
+ .button__component_1027s:disabled.button__outlined_1027s {
1076
+ color: rgba(255, 255, 255, 0.3);
1077
+ background-color: transparent;
1078
+ border-color: rgba(197, 197, 199, 0.3)
1079
+ }
1080
+ .button__component_1027s:disabled.button__outlined_1027s.button__loading_1027s {
1081
+ color: #fff;
1082
+ }
1083
+ .button__component_1027s:disabled.button__tertiary_1027s {
1084
+ color: rgba(255, 255, 255, 0.3);
1085
+ background-color: transparent;
1086
+ border-color: rgba(197, 197, 199, 0.3)
1087
+ }
1088
+ .button__component_1027s:disabled.button__tertiary_1027s.button__loading_1027s {
1089
+ color: #fff;
1090
+ }
1091
+ .button__component_1027s:disabled.button__filled_1027s {
1092
+ color: rgba(255, 255, 255, 0.3);
1093
+ background-color: rgba(58, 58, 60, 0.3)
1094
+ }
1095
+ .button__component_1027s:disabled.button__filled_1027s.button__loading_1027s {
1096
+ color: #fff;
1097
+ background-color: #3a3a3c;
1098
+ }
1099
+ .button__component_1027s:disabled.button__transparent_1027s {
1100
+ color: rgba(255, 255, 255, 0.3);
1101
+ background-color: rgba(255, 255, 255, 0.03)
1102
+ }
1103
+ .button__component_1027s:disabled.button__transparent_1027s.button__loading_1027s {
1104
+ color: #fff;
1105
+ background-color: rgba(255, 255, 255, 0.1);
1106
+ }
1107
+ .button__component_1027s:disabled.button__link_1027s {
1108
+ color: rgba(255, 255, 255, 0.3);
1109
+ background-color: transparent
1110
+ }
1111
+ .button__component_1027s:disabled.button__link_1027s.button__loading_1027s {
1112
+ color: #fff;
1113
+ }
1114
+ .button__component_1027s:disabled.button__ghost_1027s {
1115
+ color: rgba(255, 255, 255, 0.3)
1116
+ }
1117
+ .button__component_1027s:disabled.button__ghost_1027s.button__loading_1027s {
1118
+ color: #fff;
1119
+ }
1120
+ .button__component_13dyt {
1121
+ background-color: transparent
1122
+ }
1123
+ .button__focused_13dyt {
1124
+ outline: 2px solid #0072ef;
1125
+ }
1126
+ .button__primary_2qgnl {
1127
+ color: #fff;
1128
+ background-color: #202022
1129
+ }
1130
+ .button__primary_2qgnl:hover {
1131
+ background-color: rgb(48, 48, 49);
1132
+ }
1133
+ .button__primary_2qgnl:active {
1134
+ background-color: rgb(65, 65, 67);
1135
+ }
1136
+ .button__secondary_2qgnl {
1137
+ color: #000;
1138
+ background-color: rgba(0, 0, 0, 0.08);
1139
+ border: 1px solid transparent
1140
+ }
1141
+ .button__secondary_2qgnl:hover {
1142
+ background-color: rgba(0, 0, 0, 0.218);
1143
+ }
1144
+ .button__secondary_2qgnl:active {
1145
+ background-color: rgba(0, 0, 0, 0.264);
1146
+ }
1147
+ .button__outlined_2qgnl {
1148
+ color: #fff;
1149
+ background-color: transparent;
1150
+ border: 1px solid #c5c5c7
1151
+ }
1152
+ .button__outlined_2qgnl:hover {
1153
+ background-color: rgba(255, 255, 255, 0.15);
1154
+ }
1155
+ .button__outlined_2qgnl:active {
1156
+ background-color: rgba(0, 0, 0, 0.15);
1157
+ }
1158
+ .button__tertiary_2qgnl {
1159
+ color: #000;
1160
+ background-color: transparent;
1161
+ border: 1px solid #464649
1162
+ }
1163
+ .button__tertiary_2qgnl:hover {
1164
+ background-color: rgba(18, 18, 18, 0.15);
1165
+ }
1166
+ .button__tertiary_2qgnl:active {
1167
+ background-color: rgba(18, 18, 18, 0.2);
1168
+ }
1169
+ .button__filled_2qgnl {
1170
+ color: #fff;
1171
+ background-color: #3a3a3c
1172
+ }
1173
+ .button__filled_2qgnl:hover {
1174
+ background-color: rgb(99, 112, 126);
1175
+ }
1176
+ .button__filled_2qgnl:active {
1177
+ background-color: rgb(61, 74, 88);
1178
+ }
1179
+ .button__transparent_2qgnl {
1180
+ color: #000;
1181
+ background-color: rgba(255, 255, 255, 0.1)
1182
+ }
1183
+ .button__transparent_2qgnl:hover {
1184
+ background-color: rgba(255, 255, 255, 0.2);
1185
+ }
1186
+ .button__transparent_2qgnl:active {
1187
+ background-color: rgba(255, 255, 255, 0.05);
1188
+ }
1189
+ .button__link_2qgnl {
1190
+ color: #000;
1191
+ background-color: transparent
1192
+ }
1193
+ .button__link_2qgnl:hover {
1194
+ background-color: rgba(18, 18, 18, 0.15);
1195
+ }
1196
+ .button__link_2qgnl:active {
1197
+ background-color: rgba(18, 18, 18, 0.2);
1198
+ }
1199
+ .button__ghost_2qgnl {
1200
+ color: #000
1201
+ }
1202
+ .button__ghost_2qgnl:hover {
1203
+ color: rgb(77, 77, 77);
1204
+ }
1205
+ .button__ghost_2qgnl:active {
1206
+ color: rgb(128, 128, 128);
1207
+ }
1208
+ .button__component_2qgnl:disabled.button__primary_2qgnl {
1209
+ color: rgba(235, 235, 245, 0.3);
1210
+ background-color: #202022
1211
+ }
1212
+ .button__component_2qgnl:disabled.button__primary_2qgnl.button__loading_2qgnl {
1213
+ background-color: #202022;
1214
+ }
1215
+ .button__component_2qgnl:disabled.button__secondary_2qgnl {
1216
+ color: rgba(0, 0, 0, 0.3);
1217
+ background-color: rgba(18, 18, 18, 0.08);
1218
+ border-color: transparent
1219
+ }
1220
+ .button__component_2qgnl:disabled.button__secondary_2qgnl.button__loading_2qgnl {
1221
+ color: #000;
1222
+ background-color: rgba(0, 0, 0, 0.08);
1223
+ border-color: transparent;
1224
+ }
1225
+ .button__component_2qgnl:disabled.button__outlined_2qgnl {
1226
+ color: rgba(255, 255, 255, 0.3);
1227
+ background-color: transparent;
1228
+ border-color: rgba(35, 53, 73, 0.3)
1229
+ }
1230
+ .button__component_2qgnl:disabled.button__outlined_2qgnl.button__loading_2qgnl {
1231
+ color: #fff;
1232
+ }
1233
+ .button__component_2qgnl:disabled.button__tertiary_2qgnl {
1234
+ color: rgba(0, 0, 0, 0.3);
1235
+ background-color: transparent;
1236
+ border-color: rgba(70, 70, 73, 0.3)
1237
+ }
1238
+ .button__component_2qgnl:disabled.button__tertiary_2qgnl.button__loading_2qgnl {
1239
+ color: #000;
1240
+ }
1241
+ .button__component_2qgnl:disabled.button__filled_2qgnl {
1242
+ color: rgba(255, 255, 255, 0.3);
1243
+ background-color: rgba(72, 87, 103, 0.3);
1244
+ border-color: transparent
1245
+ }
1246
+ .button__component_2qgnl:disabled.button__filled_2qgnl.button__loading_2qgnl {
1247
+ color: #fff;
1248
+ background-color: #3a3a3c;
1249
+ border-color: transparent;
1250
+ }
1251
+ .button__component_2qgnl:disabled.button__transparent_2qgnl {
1252
+ color: rgba(255, 255, 255, 0.3);
1253
+ background-color: rgba(255, 255, 255, 0.03)
1254
+ }
1255
+ .button__component_2qgnl:disabled.button__transparent_2qgnl.button__loading_2qgnl {
1256
+ color: #000;
1257
+ background-color: rgba(255, 255, 255, 0.1);
1258
+ }
1259
+ .button__component_2qgnl:disabled.button__link_2qgnl {
1260
+ color: rgba(0, 0, 0, 0.3);
1261
+ background-color: transparent
1262
+ }
1263
+ .button__component_2qgnl:disabled.button__link_2qgnl.button__loading_2qgnl {
1264
+ color: #000;
1265
+ }
1266
+ .button__component_2qgnl:disabled.button__ghost_2qgnl {
1267
+ color: rgba(0, 0, 0, 0.3)
1268
+ }
1269
+ .button__component_2qgnl:disabled.button__ghost_2qgnl.button__loading_2qgnl {
1270
+ color: #000;
1271
+ }.base-modal__component_109qr {
1272
+ background: #121212;
1273
+ }.popover__component_1k7lf {
1274
+ background-color: transparent;
1275
+ color: #fff;
1276
+ }
1277
+ .popover__inner_1k7lf {
1278
+ background-color: #121212;
1279
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
1280
+ border: 1px solid transparent;
1281
+ }
1282
+ .popover__arrow_1k7lf:after {
1283
+ background-color: #121212;
1284
+ border: 1px solid transparent;
1285
+ }.tabs__component_astus:before {
1286
+ background-color: #2b2b2e;
1287
+ }
1288
+ .tabs__title_astus {
1289
+ color: #8d8d93
1290
+ }
1291
+ .tabs__title_astus:not(.tabs__disabled_astus):hover {
1292
+ color: #fff;
1293
+ }
1294
+ .tabs__focused_astus {
1295
+ outline: 2px solid #0072ef;
1296
+ }
1297
+ .tabs__selected_astus {
1298
+ color: #fff;
1299
+ }
1300
+ .tabs__disabled_astus {
1301
+ color: #464649;
1302
+ }
1303
+ .tabs__line_astus {
1304
+ background-color: #ef3124;
1305
+ }
1306
+ .tabs__component_astus:before {
1307
+ background-color: #2b2b2e;
1308
+ }.tabs__title_astus {
1309
+ color: #8d8d93
1310
+ }.tabs__title_astus:not(.tabs__disabled_astus):hover {
1311
+ color: #fff;
1312
+ }.tabs__focused_astus {
1313
+ outline: 2px solid #0072ef;
1314
+ }.tabs__selected_astus {
1315
+ color: #fff;
1316
+ }.tabs__disabled_astus {
1317
+ color: #464649;
1318
+ }.tabs__line_astus {
1319
+ background-color: #ef3124;
1320
+ }
1321
+
1322
+
1323
+
1324
+ .comment__component_7t74u {
1325
+ background-color: #202022;
1326
+ }.circular-progress-bar__backgroundCircle_1h0qp,
1327
+ .circular-progress-bar__progressCircle_1h0qp {
1328
+ fill: transparent;
1329
+ }
1330
+ .circular-progress-bar__positive_1h0qp {
1331
+ stroke: #2fc26e;
1332
+ }
1333
+ .circular-progress-bar__negative_1h0qp {
1334
+ stroke: #d91d0b;
1335
+ }
1336
+ .circular-progress-bar__backgroundCircle_1h0qp {
1337
+ stroke: #2c2c2e
1338
+ }
1339
+ .circular-progress-bar__backgroundCircle_1h0qp.circular-progress-bar__stroke_1h0qp {
1340
+ stroke: transparent;
1341
+ }
1342
+ .circular-progress-bar__progressCircle_1h0qp.circular-progress-bar__bg-positive_1h0qp {
1343
+ fill: #2fc26e;
1344
+ }
1345
+ .circular-progress-bar__progressCircle_1h0qp.circular-progress-bar__bg-negative_1h0qp {
1346
+ fill: #d91d0b;
1347
+ }
1348
+ .circular-progress-bar__iconWrapper_1h0qp.circular-progress-bar__icon-tertiary_1h0qp {
1349
+ color: #464649;
1350
+ }
1351
+ .circular-progress-bar__iconWrapper_1h0qp.circular-progress-bar__icon-positive_1h0qp {
1352
+ color: #2fc26e;
1353
+ }
1354
+ .circular-progress-bar__iconWrapper_1h0qp.circular-progress-bar__icon-negative_1h0qp {
1355
+ color: #d91d0b;
1356
+ }
1357
+ .circular-progress-bar__iconWrapper_1h0qp.circular-progress-bar__icon-primary-inverted_1h0qp {
1358
+ color: #000;
1359
+ }
1360
+ .circular-progress-bar__iconWrapper_1h0qp.circular-progress-bar__icon-primary_1h0qp {
1361
+ color: #fff;
1362
+ }
1363
+ .circular-progress-bar__iconWrapper_1h0qp.circular-progress-bar__icon-secondary_1h0qp {
1364
+ color: #8d8d93;
1365
+ }.chart__coreChart_1qcsz .recharts-text tspan {
1366
+ fill: #fff;
1367
+ }
1368
+ @keyframes chart__showDot_p05l7 {
1369
+ }
1370
+
1371
+ .chart__tickText_1ujkf {
1372
+ fill: #fff;
1373
+ }
1374
+ .chart__circle_1ujkf {
1375
+ fill: #121212;
1376
+ }
1377
+ .chart__circle_1ujkf {
1378
+ fill: #121212;
1379
+ }
1380
+ .chart__tooltip_1yufa {
1381
+ background-color: #121212;
1382
+ border: 1px solid #2b2b2e;
1383
+ box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
1384
+ }
1385
+ .chart__tooltipArrow_1yufa {
1386
+ border: 1px solid #2b2b2e;
1387
+ background-color: #121212;
1388
+ }
1389
+ .chart__tooltipArrow_1yufa:before {
1390
+ border-color: transparent #121212 transparent transparent;
1391
+ }.list-header__filled_1or0o {
1392
+ background-color: rgba(255, 255, 255, 0.1);
1393
+ }.stepped-progress-bar__description_p91xi {
1394
+ color: rgba(235, 235, 245, 0.6);
1395
+ }
1396
+ .stepped-progress-bar__bar_hboae {
1397
+ background: rgba(255, 255, 255, 0.1);
1398
+ }
1399
+ .stepped-progress-bar__positive_hboae {
1400
+ background: #2fc26e;
1401
+ }
1402
+ .stepped-progress-bar__attention_hboae {
1403
+ background: #f6bf65;
1404
+ }
1405
+ .stepped-progress-bar__negative_hboae {
1406
+ background: #d91d0b;
1407
+ }
1408
+ .stepped-progress-bar__link_hboae {
1409
+ background: #0072ef;
1410
+ }
1411
+ .stepped-progress-bar__tertiary_hboae {
1412
+ background: #464649;
1413
+ }
1414
+ .stepped-progress-bar__secondary_hboae {
1415
+ background: #8d8d93;
1416
+ }
1417
+ .stepped-progress-bar__primary_hboae {
1418
+ background: #fff;
1419
+ }
1420
+ .stepped-progress-bar__accent_hboae {
1421
+ background: #ef3124;
1422
+ }.drawer__backdropEnter_162fh {
1423
+ background-color: transparent;
1424
+ }
1425
+ .drawer__backdropEnterActive_162fh,
1426
+ .drawer__backdropEnterDone_162fh {
1427
+ background-color: rgba(0, 0, 0, 0.8);
1428
+ }
1429
+ .drawer__backdropExit_162fh {
1430
+ background-color: rgba(0, 0, 0, 0.8);
1431
+ }
1432
+ .drawer__backdropExitActive_162fh,
1433
+ .drawer__backdropExitDone_162fh {
1434
+ background-color: transparent;
1435
+ }.attach__component_1mb0b {
1436
+ }
1437
+ .attach__focused_1mb0b {
1438
+ outline: 2px solid #0072ef;
1439
+ }.confirmation__component_1nndu {
1440
+ color: #8d8d93;
1441
+ }
1442
+ .confirmation__circle_sz3ql {
1443
+ fill: transparent;
1444
+ stroke: #464649;
1445
+ }
1446
+ .confirmation__header_xuha4 {
1447
+ color: #fff;
1448
+ }
1449
+ .confirmation__description_xuha4 {
1450
+ color: #8d8d93;
1451
+ color: #fff;
1452
+ }
1453
+ .confirmation__title_13hv3 {
1454
+ color: #fff;
1455
+ }
1456
+ .confirmation__text_13hv3 {
1457
+ color: #8d8d93;
1458
+ }
1459
+ .confirmation__phonesWrap_13hv3 {
1460
+ color: #8d8d93;
1461
+ }
1462
+ .confirmation__phoneDescription_13hv3 {
1463
+ color: #8d8d93;
1464
+ }
1465
+ .confirmation__header_oapqi {
1466
+ color: #fff;
1467
+ }
1468
+ .confirmation__phone_oapqi {
1469
+ color: #fff;
1470
+ }
1471
+ .confirmation__header_ycrzx {
1472
+ color: #fff;
1473
+ }
1474
+ .confirmation__description_ycrzx {
1475
+ color: #8d8d93;
1476
+ }.custom-button__customButton_m06p6.custom-button__white_m06p6 * {
1477
+ color: #fff;
1478
+ }
1479
+ .custom-button__customButton_m06p6.custom-button__black_m06p6 * {
1480
+ color: #000;
1481
+ }
1482
+ .custom-button__customButton_m06p6:before {
1483
+ background-color: rgba(0, 0, 0, 0);
1484
+ }
1485
+ .custom-button__customButton_m06p6:hover:before {
1486
+ background-color: rgba(0, 0, 0, 0.07);
1487
+ }
1488
+ .custom-button__customButton_m06p6:active:before {
1489
+ background-color: rgba(0, 0, 0, 0.15);
1490
+ }
1491
+ .custom-button__customButton_m06p6:disabled.custom-button__white_m06p6 * {
1492
+ color: #fff;
1493
+ }
1494
+ .custom-button__customButton_m06p6:disabled.custom-button__black_m06p6 * {
1495
+ color: #000;
1496
+ }.icon-button__primary_1ikho {
1497
+ color: #fff
1498
+ }
1499
+ .icon-button__primary_1ikho:hover {
1500
+ color: rgb(204, 204, 204);
1501
+ }
1502
+ .icon-button__primary_1ikho:active {
1503
+ color: rgb(179, 179, 179);
1504
+ }
1505
+ .icon-button__secondary_1ikho {
1506
+ color: #8d8d93
1507
+ }
1508
+ .icon-button__secondary_1ikho:hover {
1509
+ color: rgb(175, 175, 179);
1510
+ }
1511
+ .icon-button__secondary_1ikho:active {
1512
+ color: rgb(198, 198, 201);
1513
+ }
1514
+ .icon-button__transparent_1ikho {
1515
+ color: rgba(255, 255, 255, 0.3)
1516
+ }
1517
+ .icon-button__transparent_1ikho:hover {
1518
+ color: rgba(255, 255, 255, 0.4);
1519
+ }
1520
+ .icon-button__transparent_1ikho:active {
1521
+ color: rgba(255, 255, 255, 0.5);
1522
+ }
1523
+ .icon-button__negative_1ikho {
1524
+ color: #d91d0b
1525
+ }
1526
+ .icon-button__negative_1ikho:hover {
1527
+ color: rgb(220, 45, 28);
1528
+ }
1529
+ .icon-button__negative_1ikho:active {
1530
+ color: rgb(223, 63, 48);
1531
+ }
1532
+ .icon-button__tertiary_1ikho {
1533
+ color: #464649
1534
+ }
1535
+ .icon-button__tertiary_1ikho:hover {
1536
+ color: rgb(83, 83, 86);
1537
+ }
1538
+ .icon-button__tertiary_1ikho:active {
1539
+ color: rgb(98, 98, 100);
1540
+ }
1541
+ .icon-button__component_1ikho:disabled.icon-button__primary_1ikho {
1542
+ color: rgba(255, 255, 255, 0.3)
1543
+ }
1544
+ .icon-button__component_1ikho:disabled.icon-button__primary_1ikho.icon-button__loader_1ikho {
1545
+ color: #fff;
1546
+ }
1547
+ .icon-button__component_1ikho:disabled.icon-button__secondary_1ikho {
1548
+ color: rgba(141, 141, 147, 0.3)
1549
+ }
1550
+ .icon-button__component_1ikho:disabled.icon-button__secondary_1ikho.icon-button__loader_1ikho {
1551
+ color: #8d8d93;
1552
+ }
1553
+ .icon-button__component_1ikho:disabled.icon-button__negative_1ikho {
1554
+ color: rgba(217, 29, 11, 0.3)
1555
+ }
1556
+ .icon-button__component_1ikho:disabled.icon-button__negative_1ikho.icon-button__loader_1ikho {
1557
+ color: #d91d0b;
1558
+ }
1559
+ .icon-button__component_1ikho:disabled.icon-button__tertiary_1ikho {
1560
+ color: rgba(70, 70, 73, 0.3)
1561
+ }
1562
+ .icon-button__component_1ikho:disabled.icon-button__tertiary_1ikho.icon-button__loader_1ikho {
1563
+ color: #464649;
1564
+ }
1565
+
1566
+ .icon-button__primary_1pynw {
1567
+ color: #000
1568
+ }
1569
+ .icon-button__primary_1pynw:hover {
1570
+ color: rgb(18, 18, 18);
1571
+ }
1572
+ .icon-button__primary_1pynw:active {
1573
+ color: rgb(38, 38, 38);
1574
+ }
1575
+ .icon-button__secondary_1pynw {
1576
+ color: #8a8a8e
1577
+ }
1578
+ .icon-button__secondary_1pynw:hover {
1579
+ color: rgb(117, 117, 121);
1580
+ }
1581
+ .icon-button__secondary_1pynw:active {
1582
+ color: rgb(110, 110, 114);
1583
+ }
1584
+ .icon-button__transparent_1pynw {
1585
+ color: rgba(0, 0, 0, 0.3)
1586
+ }
1587
+ .icon-button__transparent_1pynw:hover {
1588
+ color: rgba(0, 0, 0, 0.4);
1589
+ }
1590
+ .icon-button__transparent_1pynw:active {
1591
+ color: rgba(0, 0, 0, 0.5);
1592
+ }
1593
+ .icon-button__negative_1pynw {
1594
+ color: #d91d0b
1595
+ }
1596
+ .icon-button__negative_1pynw:hover {
1597
+ color: rgb(220, 45, 28);
1598
+ }
1599
+ .icon-button__negative_1pynw:active {
1600
+ color: rgb(223, 63, 48);
1601
+ }
1602
+ .icon-button__tertiary_1pynw {
1603
+ color: #c5c5c7
1604
+ }
1605
+ .icon-button__tertiary_1pynw:hover {
1606
+ color: rgb(167, 167, 169);
1607
+ }
1608
+ .icon-button__tertiary_1pynw:active {
1609
+ color: rgb(158, 158, 159);
1610
+ }
1611
+ .icon-button__component_1pynw:disabled.icon-button__primary_1pynw {
1612
+ color: rgba(0, 0, 0, 0.3)
1613
+ }
1614
+ .icon-button__component_1pynw:disabled.icon-button__primary_1pynw.icon-button__loader_1pynw {
1615
+ color: #000;
1616
+ }
1617
+ .icon-button__component_1pynw:disabled.icon-button__secondary_1pynw {
1618
+ color: rgba(138, 138, 142, 0.3)
1619
+ }
1620
+ .icon-button__component_1pynw:disabled.icon-button__secondary_1pynw.icon-button__loader_1pynw {
1621
+ color: #8a8a8e;
1622
+ }
1623
+ .icon-button__component_1pynw:disabled.icon-button__negative_1pynw {
1624
+ color: rgba(217, 29, 11, 0.3)
1625
+ }
1626
+ .icon-button__component_1pynw:disabled.icon-button__negative_1pynw.icon-button__loader_1pynw {
1627
+ color: #d91d0b;
1628
+ }
1629
+ .icon-button__component_1pynw:disabled.icon-button__tertiary_1pynw {
1630
+ color: rgba(197, 197, 199, 0.3)
1631
+ }
1632
+ .icon-button__component_1pynw:disabled.icon-button__tertiary_1pynw.icon-button__loader_1pynw {
1633
+ color: #c5c5c7;
1634
+ }.input__input_1vfr0 {
1635
+ color: #fff;
1636
+ caret-color: #0072ef;
1637
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1638
+ }
1639
+ .input__input_1vfr0:-webkit-autofill {
1640
+ -webkit-text-fill-color: #fff;
1641
+ }
1642
+ .input__input_1vfr0::placeholder {
1643
+ color: #8d8d93;
1644
+ }
1645
+ .input__hasLabel_1vfr0::placeholder {
1646
+ color: #464649;
1647
+ }
1648
+ .input__clearIcon_1vfr0 {
1649
+ color: #fff;
1650
+ }
1651
+ .input__input_1vfr0:read-only {
1652
+ color: #8d8d93
1653
+ }
1654
+ .input__input_1vfr0:read-only:focus::placeholder {
1655
+ color: #8d8d93;
1656
+ }
1657
+ .input__input_1vfr0:disabled {
1658
+ color: #fff;
1659
+ -webkit-text-fill-color: #fff;
1660
+ }
1661
+ .input__input_1vfr0:focus::placeholder {
1662
+ color: rgba(235, 235, 245, 0.3);
1663
+ }
1664
+ .input__error_1vfr0 {
1665
+ color: #f15045;
1666
+ caret-color: #f15045;
1667
+ }
1668
+ .input__focusVisible_rsi8r {
1669
+ outline: 2px solid #0072ef;
1670
+ }
1671
+ @keyframes input__onautofillstart_rsi8r {
1672
+ from {
1673
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1674
+ }
1675
+ to {
1676
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1677
+ }
1678
+ }
1679
+ @keyframes input__onautofillcancel_rsi8r {
1680
+ from {
1681
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1682
+ }
1683
+ to {
1684
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
1685
+ }
1686
+ }
1687
+ .input__input_1qx7t {
1688
+ color: #000;
1689
+ caret-color: #0072ef;
1690
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1691
+ }
1692
+ .input__input_1qx7t:-webkit-autofill {
1693
+ -webkit-text-fill-color: #000;
1694
+ }
1695
+ .input__input_1qx7t::placeholder {
1696
+ color: rgba(60, 60, 67, 0.6);
1697
+ }
1698
+ .input__hasLabel_1qx7t::placeholder {
1699
+ color: #c5c5c7;
1700
+ }
1701
+ .input__clearIcon_1qx7t {
1702
+ color: #000;
1703
+ }
1704
+ .input__input_1qx7t:read-only {
1705
+ color: rgba(60, 60, 67, 0.6)
1706
+ }
1707
+ .input__input_1qx7t:read-only:focus::placeholder {
1708
+ color: rgba(60, 60, 67, 0.6);
1709
+ }
1710
+ .input__input_1qx7t:disabled {
1711
+ color: #000;
1712
+ -webkit-text-fill-color: #000;
1713
+ }
1714
+ .input__input_1qx7t:focus::placeholder {
1715
+ color: rgba(60, 60, 67, 0.3);
1716
+ }
1717
+ .input__error_1qx7t {
1718
+ color: #ef3124;
1719
+ caret-color: #ef3124;
1720
+ }.pagination__component_1aetf {
1721
+ color: #fff;
1722
+ }
1723
+ .pagination__dots_xet4w {
1724
+ color: #8d8d93;
1725
+ }
1726
+
1727
+ .pagination__tag_x34xx.pagination__tag_x34xx {
1728
+ color: #8d8d93
1729
+ }
1730
+ .pagination__tag_x34xx.pagination__tag_x34xx:hover:not(:disabled) {
1731
+ background-color: #2c2c2e;
1732
+ color: #fff;
1733
+ }
1734
+ .pagination__tag_x34xx.pagination__tag_x34xx:active:not(:disabled) {
1735
+ background-color: #3a3a3c;
1736
+ }
1737
+ .pagination__tag_x34xx.pagination__tag_x34xx.pagination__checked_x34xx {
1738
+ background-color: #f3f4f5;
1739
+ color: #000;
1740
+ }
1741
+ .pagination__tag_x34xx.pagination__tag_x34xx.pagination__checked_x34xx:hover:not(:disabled) {
1742
+ color: #000;
1743
+ }
1744
+ .pagination__tag_x34xx.pagination__tag_x34xx.pagination__checked_x34xx:active:not(:disabled) {
1745
+ color: #fff;
1746
+ }.plate__component_17jpr {
1747
+ color: #fff;
1748
+ }
1749
+ .plate__focused_17jpr {
1750
+ outline: 2px solid #0072ef;
1751
+ }
1752
+ .plate__common_17jpr {
1753
+ background-color: #202022;
1754
+ border-color: #6d7986;
1755
+ }
1756
+ .plate__negative_17jpr {
1757
+ background-color: #35110d;
1758
+ border-color: #d91d0b;
1759
+ }
1760
+ .plate__positive_17jpr {
1761
+ background-color: #042117;
1762
+ border-color: #13a463;
1763
+ }
1764
+ .plate__attention_17jpr {
1765
+ background-color: #332104;
1766
+ border-color: #de6a00;
1767
+ }.slider-input__steps_gh39k {
1768
+ color: #8d8d93;
1769
+ }
1770
+ .slider-input__info_gh39k {
1771
+ color: #8d8d93;
1772
+ }
1773
+
1774
+
1775
+
1776
+ .pure-cell__categoryPercent_y8b9z {
1777
+ background-color: #202022;
1778
+ }
1779
+ .pure-cell__component_zephz {
1780
+ background-color: #202022;
1781
+ }
1782
+
1783
+
1784
+
1785
+
1786
+
1787
+ .with-suffix__hasSuffix_z7x78 input:focus::placeholder {
1788
+ color: transparent;
1789
+ }
1790
+ .with-suffix__disabled_z7x78 {
1791
+ color: #fff;
1792
+ }.bottom-sheet__modal_1dcpm {
1793
+ background-color: transparent;
1794
+ }
1795
+ .bottom-sheet__component_1dcpm {
1796
+ background: #121212;
1797
+ }
1798
+ .bottom-sheet__marker_1dcpm {
1799
+ background-color: #2a2a2c;
1800
+ }
1801
+ .bottom-sheet__content_1dcpm {
1802
+ color: #fff;
1803
+ background-color: #121212;
1804
+ }
1805
+ .bottom-sheet__backer_14xzk {
1806
+ color: #fff;
1807
+ }
1808
+ .bottom-sheet__button_14xzk {
1809
+ background: rgba(255, 255, 255, 0.03);
1810
+ }
1811
+ .bottom-sheet__closer_1yeo9 {
1812
+ color: #fff;
1813
+ }
1814
+ .bottom-sheet__button_1yeo9 {
1815
+ background: rgba(255, 255, 255, 0.03);
1816
+ }
1817
+ .bottom-sheet__footer_1fcyh {
1818
+ background-color: #121212;
1819
+ }
1820
+ .bottom-sheet__highlighted_1fcyh {
1821
+ border-top: 1px solid #2b2b2e;
1822
+ background-color: #121212;
1823
+ }
1824
+ .bottom-sheet__headerWrapper_1hskz {
1825
+ background-color: #121212;
1826
+ }
1827
+ .bottom-sheet__highlighted_1hskz {
1828
+ border-bottom: 1px solid #2b2b2e;
1829
+ }.filter-tag__component_62ove.filter-tag__disabled_62ove {
1830
+ background-color: rgba(32, 32, 34, 0.3);
1831
+ }
1832
+ .filter-tag__component_62ove.filter-tag__checked_62ove:not(.filter-tag__component_62ove.filter-tag__disabled_62ove) {
1833
+ background-color: #f3f4f5;
1834
+ }
1835
+ .filter-tag__component_62ove.filter-tag__checked_62ove:not(.filter-tag__component_62ove.filter-tag__disabled_62ove):hover {
1836
+ background-color: #f3f4f5;
1837
+ }
1838
+ .filter-tag__component_62ove.filter-tag__checked_62ove:not(.filter-tag__component_62ove.filter-tag__disabled_62ove):active {
1839
+ background-color: rgb(194, 195, 196);
1840
+ }
1841
+ .filter-tag__focused_62ove {
1842
+ outline: 2px solid #0072ef;
1843
+ }
1844
+ .filter-tag__valueButton_62ove {
1845
+ color: #fff;
1846
+ background-color: #202022;
1847
+ border-color: transparent
1848
+ }
1849
+ .filter-tag__valueButton_62ove:not(.filter-tag__valueButton_62ove:disabled):hover {
1850
+ background-color: #202022;
1851
+ border-color: transparent;
1852
+ }
1853
+ .filter-tag__valueButton_62ove:not(.filter-tag__valueButton_62ove:disabled):active {
1854
+ background-color: rgb(65, 65, 67);
1855
+ border-color: transparent;
1856
+ }
1857
+ .filter-tag__valueButton_62ove:disabled {
1858
+ background-color: rgba(32, 32, 34, 0.3);
1859
+ border-color: transparent;
1860
+ color: #464649;
1861
+ }
1862
+ .filter-tag__valueButton_62ove.filter-tag__checked_62ove {
1863
+ background-color: #f3f4f5;
1864
+ color: #000
1865
+ }
1866
+ .filter-tag__valueButton_62ove.filter-tag__checked_62ove:not(.filter-tag__valueButton_62ove:disabled):hover {
1867
+ background-color: #f3f4f5;
1868
+ }
1869
+ .filter-tag__valueButton_62ove.filter-tag__checked_62ove:not(.filter-tag__valueButton_62ove:disabled):active {
1870
+ background-color: rgb(194, 195, 196);
1871
+ }
1872
+ .filter-tag__valueButton_62ove.filter-tag__checked_62ove:not(.filter-tag__valueButton_62ove:disabled):hover + .filter-tag__clear_62ove:before {
1873
+ background-color: #464649;
1874
+ }
1875
+ .filter-tag__valueButton_62ove.filter-tag__checked_62ove:not(.filter-tag__valueButton_62ove:disabled):active + .filter-tag__clear_62ove:before {
1876
+ background-color: transparent;
1877
+ }
1878
+ .filter-tag__valueButton_62ove.filter-tag__checked_62ove:disabled {
1879
+ background-color: rgba(243, 244, 245, 0.3);
1880
+ color: #000;
1881
+ }
1882
+ .filter-tag__clear_62ove {
1883
+ background-color: #f3f4f5
1884
+ }
1885
+ .filter-tag__clear_62ove:before {
1886
+ background-color: #464649;
1887
+ }
1888
+ .filter-tag__clear_62ove:hover:before {
1889
+ background-color: #464649;
1890
+ }
1891
+ .filter-tag__clear_62ove:active:before {
1892
+ background-color: transparent;
1893
+ }
1894
+ .filter-tag__clear_62ove:hover {
1895
+ background-color: #f3f4f5;
1896
+ }
1897
+ .filter-tag__clear_62ove:active {
1898
+ background-color: rgb(194, 195, 196);
1899
+ }.file-upload-item__component_1ac58 {
1900
+ color: #8d8d93;
1901
+ box-shadow: 0 -1px 0 0 #2b2b2e inset
1902
+ }
1903
+ .file-upload-item__icon_1ac58 {
1904
+ color: #fff;
1905
+ }
1906
+ .file-upload-item__errorIcon_1ac58 {
1907
+ color: #d91d0b;
1908
+ }
1909
+ .file-upload-item__successIcon_1ac58 {
1910
+ color: #2fc26e;
1911
+ }
1912
+ .file-upload-item__name_1ac58 {
1913
+ color: #fff
1914
+ }
1915
+ .file-upload-item__errorWrapper_1ac58 {
1916
+ color: #ef3124
1917
+ }
1918
+
1919
+
1920
+ .modal__button_1gech {
1921
+ background: rgba(18, 18, 18, 0.4);
1922
+ }
1923
+
1924
+
1925
+
1926
+
1927
+ .modal__sticky_19m90 {
1928
+ background: #121212;
1929
+ }
1930
+ .modal__highlighted_19m90 {
1931
+ background: #121212;
1932
+ box-shadow: 0 -1px 0 0 #2b2b2e;
1933
+ }
1934
+
1935
+
1936
+
1937
+ .modal__highlighted_1c5d3 {
1938
+ background: #121212;
1939
+ }
1940
+ .modal__sticky_1c5d3.modal__hasContent_1c5d3 {
1941
+ background: #121212;
1942
+ }
1943
+ .toast-plate__component_1c6d1 {
1944
+ color: #000;
1945
+ background-color: #fff
1946
+ }
1947
+ .toast-plate__closeButtonWrapper_1c6d1:before {
1948
+ background-color: #e9e9eb;
1949
+ }
1950
+
1951
+
1952
+
1953
+ .side-panel__button_qw149 {
1954
+ background: rgba(18, 18, 18, 0.4);
1955
+ }
1956
+
1957
+
1958
+
1959
+
1960
+ .side-panel__sticky_15i6e {
1961
+ background: #121212;
1962
+ }
1963
+ .side-panel__highlighted_15i6e {
1964
+ background: #121212;
1965
+ box-shadow: 0 -1px 0 0 #2b2b2e;
1966
+ }
1967
+
1968
+
1969
+
1970
+ .side-panel__highlighted_emepm {
1971
+ background: #121212;
1972
+ }
1973
+ .side-panel__sticky_emepm.side-panel__hasContent_emepm {
1974
+ background: #121212;
1975
+ }
1976
+ .bank-card__component_qfv3q {
1977
+ --form-control-bg-color: transparent;
1978
+ --form-control-hover-bg-color: transparent;
1979
+ --form-control-focus-bg-color: transparent;
1980
+ }
1981
+ .bank-card__label_qfv3q {
1982
+ color: rgba(0, 0, 0, 0.6)
1983
+ }
1984
+ .bank-card__focused_qfv3q .bank-card__label_qfv3q,
1985
+ .bank-card__filled_qfv3q .bank-card__label_qfv3q {
1986
+ color: #000
1987
+ }
1988
+ .bank-card__input_qfv3q {
1989
+ color: #000;
1990
+ caret-color: #000
1991
+ }
1992
+ .bank-card__bankLogo_qfv3q svg g {
1993
+ fill: #000;
1994
+ }
1995
+ .bank-card__brandLogo_qfv3q svg {
1996
+ fill: #000;
1997
+ }
1998
+ .bank-card__usePhoto_qfv3q {
1999
+ background-color: transparent
2000
+ }
2001
+ .bank-card__usePhoto_qfv3q svg {
2002
+ fill: #000;
2003
+ }.amount-input__minorPartAndCurrency_m1fyh {
2004
+ color: #8d8d93;
2005
+ }
2006
+ .amount-input__filled_g2g0u .amount-input__input_g2g0u,
2007
+ .amount-input__input_g2g0u:focus {
2008
+ -webkit-text-fill-color: transparent;
2009
+ }
2010
+ .amount-input__minorPartAndCurrency_887v8 {
2011
+ color: #8a8a8e;
2012
+ }.tooltip__hint_bca7l {
2013
+ background-color: #fff;
2014
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2015
+ 0 8px 16px rgba(11, 31, 53, 0.16);
2016
+ color: #000;
2017
+ }
2018
+ .tooltip__hint_bca7l .tooltip__arrow_bca7l:after {
2019
+ background-color: #fff;
2020
+ border-color: #fff;
2021
+ }
2022
+
2023
+ .tooltip__tooltip_185f1 {
2024
+ background-color: #fff;
2025
+ color: #000;
2026
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
2027
+ 0 8px 16px rgba(11, 31, 53, 0.16);
2028
+ }
2029
+ .tooltip__tooltip_185f1 .tooltip__arrow_185f1:after {
2030
+ background-color: #fff;
2031
+ }
2032
+ .tooltip__hint_185f1 {
2033
+ background-color: #121212;
2034
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2035
+ color: #fff;
2036
+ }
2037
+ .tooltip__hint_185f1 .tooltip__arrow_185f1:after {
2038
+ background-color: #121212;
2039
+ }
2040
+ .toast__toastPlate_lpf7h {
2041
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2042
+ }
2043
+ .toast__popoverInner_lpf7h {
2044
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2045
+ background-color: transparent;
2046
+ }@media (min-width: 600px) {
2047
+ }
2048
+ .calendar__wrapper_1n0n1 {
2049
+ background: #121212;
2050
+ }
2051
+ .calendar__calendar_1n0n1 th {
2052
+ border-bottom: 1px solid #2b2b2e;
2053
+ }
2054
+ .calendar__dayNames_1n0n1 {
2055
+ border-bottom: 1px solid #2b2b2e
2056
+ }
2057
+ .calendar__month_1n0n1 {
2058
+ color: #fff;
2059
+ }
2060
+ .calendar__dayName_1n0n1 {
2061
+ color: #8d8d93
2062
+ }
2063
+ .calendar__dayName_17oe0 {
2064
+ color: #8d8d93
2065
+ }
2066
+ .calendar__day_17oe0 {
2067
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2068
+ color: #fff
2069
+ }
2070
+ .calendar__day_17oe0.calendar__highlighted_17oe0,
2071
+ .calendar__day_17oe0.calendar__range_17oe0.calendar__highlighted_17oe0:not(.calendar__disabled_17oe0) {
2072
+ color: #fff;
2073
+ background: #2a2a2c;
2074
+ }
2075
+ .calendar__day_17oe0.calendar__holiday_17oe0 {
2076
+ color: #ef3124;
2077
+ }
2078
+ .calendar__day_17oe0.calendar__disabled_17oe0 {
2079
+ color: #464649;
2080
+ background: transparent;
2081
+ }
2082
+ .calendar__day_17oe0.calendar__today_17oe0 {
2083
+ color: #0072ef;
2084
+ }
2085
+ .calendar__day_17oe0.calendar__rangeComplete_17oe0 {
2086
+ background: #e8f2fe;
2087
+ }
2088
+ .calendar__day_17oe0.calendar__selected_17oe0,
2089
+ .calendar__day_17oe0.calendar__disabled_17oe0.calendar__selected_17oe0 {
2090
+ color: #000;
2091
+ background: #fff;
2092
+ }
2093
+ @media (hover) {
2094
+ .calendar__day_17oe0.calendar__selected_17oe0:hover {
2095
+ background: rgb(217, 217, 217);
2096
+ }
2097
+ }
2098
+ .calendar__dayWrapper_17oe0 {
2099
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
2100
+ }
2101
+ .calendar__range_17oe0 .calendar__day_17oe0:not(.calendar__selected_17oe0):not(.calendar__disabled_17oe0):not(.calendar__today_17oe0):not(.calendar__holiday_17oe0) {
2102
+ color: #fff;
2103
+ }
2104
+ .calendar__range_17oe0:before {
2105
+ background: rgba(255, 255, 255, 0.1);
2106
+ }
2107
+ .calendar__rangeComplete_17oe0:before {
2108
+ background: #e8f2fe;
2109
+ }
2110
+ .calendar__transitLeft_17oe0:after {
2111
+ background: linear-gradient(
2112
+ 270deg,
2113
+ rgba(255, 255, 255, 0.1) 0%,
2114
+ rgba(255, 255, 255, 0) 100%
2115
+ );
2116
+ }
2117
+ .calendar__transitRight_17oe0:after {
2118
+ background: linear-gradient(
2119
+ 270deg,
2120
+ rgba(255, 255, 255, 0) 0%,
2121
+ rgba(255, 255, 255, 0.1) 100%
2122
+ );
2123
+ }
2124
+ .calendar__rangeComplete_17oe0.calendar__transitLeft_17oe0:after {
2125
+ background: linear-gradient(
2126
+ 270deg,
2127
+ #e8f2fe 0%,
2128
+ rgba(255, 255, 255, 0) 100%
2129
+ );
2130
+ }
2131
+ .calendar__rangeComplete_17oe0.calendar__transitRight_17oe0:after {
2132
+ background: linear-gradient(
2133
+ 270deg,
2134
+ rgba(255, 255, 255, 0) 0%,
2135
+ #e8f2fe 100%
2136
+ );
2137
+ }
2138
+ .calendar__dot_17oe0 {
2139
+ background: #fff;
2140
+ }
2141
+ .calendar__selected_17oe0 .calendar__dot_17oe0 {
2142
+ background: #000;
2143
+ }
2144
+ .calendar__withShadow_16i8q {
2145
+ box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
2146
+ }
2147
+
2148
+ @media (max-width: 374px) {
2149
+ }
2150
+ .calendar__empty_i9k64 {
2151
+ color: #8d8d93;
2152
+ }
2153
+ .cc-calendar .calendar__button_zupln {
2154
+ background-color: transparent
2155
+ }
2156
+ .cc-calendar .calendar__button_zupln:not(:disabled):hover {
2157
+ background-color: #2c2c2e;
2158
+ color: #fff;
2159
+ }
2160
+ .cc-calendar .calendar__button_zupln.calendar__filled_zupln {
2161
+ background-color: #2c2c2e
2162
+ }
2163
+ .cc-calendar .calendar__button_zupln.calendar__filled_zupln:not(:disabled):hover {
2164
+ background-color: rgb(59, 59, 61);
2165
+ }
2166
+ .cc-calendar .calendar__button_zupln.calendar__outlined_zupln {
2167
+ border: 1px solid #fff;
2168
+ }
2169
+ .cc-calendar .calendar__button_zupln.calendar__selected_zupln,
2170
+ .cc-calendar .calendar__button_zupln.calendar__selected_zupln:disabled {
2171
+ background-color: #fff;
2172
+ color: #000
2173
+ }
2174
+ .cc-calendar .calendar__button_zupln.calendar__selected_zupln:not(:disabled):hover, .cc-calendar .calendar__button_zupln.calendar__selected_zupln:disabled:not(:disabled):hover {
2175
+ background-color: #fff;
2176
+ color: #000;
2177
+ }
2178
+ @media (max-width: 374px) {
2179
+ }.gallery__modal_1qbs4 {
2180
+ background: transparent;
2181
+ }
2182
+ .gallery__header_11e7k {
2183
+ background-color: #e9e9eb;
2184
+ }
2185
+
2186
+ .gallery__component_so4wo {
2187
+ border: 2px solid rgba(0, 0, 0, 0);
2188
+ }
2189
+ .gallery__active_so4wo {
2190
+ border-color: #000
2191
+ }
2192
+ .gallery__image_so4wo {
2193
+ background-color: #121212
2194
+ }
2195
+ .gallery__loading_so4wo {
2196
+ background-color: #e9eaeb;
2197
+ }
2198
+ .gallery__brokenImageWrapper_so4wo {
2199
+ background-color: #121212
2200
+ }
2201
+ .gallery__focused_so4wo {
2202
+ outline: 2px solid #0072ef;
2203
+ }
2204
+ .gallery__component_r4w9u {
2205
+ background-color: rgba(255, 255, 255, 0.5);
2206
+ }
2207
+ .gallery__slideLoading_r4w9u {
2208
+ background-color: #e9eaeb;
2209
+ }
2210
+ .gallery__image_r4w9u {
2211
+ background-color: #121212;
2212
+ }
2213
+ .gallery__smallImage_r4w9u {
2214
+ background-color: #121212;
2215
+ }
2216
+ .gallery__arrow_r4w9u {
2217
+ color: #000
2218
+ }
2219
+ .gallery__arrow_r4w9u:hover {
2220
+ background-color: rgba(255, 255, 255, 0.1);
2221
+ }
2222
+ .gallery__arrow_r4w9u:active {
2223
+ background-color: rgba(255, 255, 255, 0.2);
2224
+ }
2225
+ .gallery__focused_r4w9u {
2226
+ outline: 2px solid #0072ef;
2227
+ }
2228
+ .gallery__placeholder_r4w9u {
2229
+ background-color: #121212;
2230
+ }
2231
+ .gallery__fullScreenImage_r4w9u {
2232
+ background-color: #121212;
2233
+ }
2234
+ .gallery__component_st88a {
2235
+ background-color: #e9e9eb
2236
+ }.select__arrow_9vuo9 {
2237
+ color: #fff;
2238
+ }
2239
+ .select__popoverInner_4564v {
2240
+ background: transparent;
2241
+ }
2242
+ .select__optionsList_4564v {
2243
+ box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
2244
+ background: #121212;
2245
+ }
2246
+ .select__popoverInner_1ynib {
2247
+ background: transparent;
2248
+ }
2249
+ .select__single_1cv26 {
2250
+ background: #fff
2251
+ }
2252
+ .select__placeholder_1bk4a {
2253
+ color: #8d8d93;
2254
+ }
2255
+ .select__focusVisible_1bk4a {
2256
+ outline: 2px solid #0072ef;
2257
+ }
2258
+ .select__optgroup_1m4sv {
2259
+ background: #121212
2260
+ }
2261
+ .select__label_1m4sv {
2262
+ color: #8d8d93;
2263
+ }
2264
+ .select__option_b321l {
2265
+ background: #121212;
2266
+ color: #fff
2267
+ }
2268
+ .select__option_b321l:not(.select__disabled_b321l):active {
2269
+ background: #2c2c2e;
2270
+ color: #fff;
2271
+ }
2272
+ .select__option_b321l:before {
2273
+ background: #2b2b2e;
2274
+ }
2275
+ .select__selected_b321l {
2276
+ background: #121212;
2277
+ color: #fff;
2278
+ }
2279
+ .select__highlighted_b321l {
2280
+ background: #202022;
2281
+ color: #fff
2282
+ }
2283
+ .select__disabled_b321l {
2284
+ background: #121212;
2285
+ color: #8d8d93;
2286
+ }
2287
+ .select__emptyPlaceholder_9vdr5 {
2288
+ color: #8d8d93;
2289
+ }
2290
+ .select__virtualRow_1ufqv:before {
2291
+ background: #2b2b2e;
2292
+ }
2293
+ .select__emptyPlaceholder_1ufqv {
2294
+ color: #8d8d93;
2295
+ }
2296
+
2297
+
2298
+
2299
+ .select__emptyPlaceholder_14ub6 {
2300
+ color: #8d8d93;
2301
+ }
2302
+ .select__footer_14ub6 {
2303
+ background-color: #121212
2304
+ }
2305
+ .select__highlighted_14ub6 {
2306
+ border-top: 1px solid #2b2b2e;
2307
+ background-color: #121212;
2308
+ }
2309
+ .select__footer_1kfkz {
2310
+ background: #121212
2311
+ }
2312
+ .select__withBorder_1kfkz {
2313
+ box-shadow: inset 0 1px 0 #262629;
2314
+ }.calendar-with-skeleton__skeleton_1akss {
2315
+ background-color: #121212;
2316
+ }.calendar-input__calendarIcon_pnx9z {
2317
+ color: #fff
2318
+ }.select-with-tags__tag_vosxg:active:not(:disabled) {
2319
+ background-color: #f3f4f5;
2320
+ }
2321
+ .select-with-tags__tag_vosxg:hover:not(:disabled):not(:active) {
2322
+ background-color: #f3f4f5;
2323
+ }
2324
+ .select-with-tags__input_131dn {
2325
+ background-color: transparent;
2326
+ color: #fff
2327
+ }
2328
+ .select-with-tags__input_131dn:disabled {
2329
+ color: #8d8d93;
2330
+ }
2331
+ .select-with-tags__input_131dn::placeholder {
2332
+ color: #8d8d93;
2333
+ }
2334
+ .select-with-tags__input_131dn:focus::placeholder {
2335
+ color: #464649;
2336
+ }
2337
+ .select-with-tags__focusVisible_131dn {
2338
+ outline: 2px solid #0072ef;
2339
+ }
2340
+ .select-with-tags__placeholder_131dn {
2341
+ color: #464649;
2342
+ }
2343
+
2344
+ .input-autocomplete__placeholder_1cdjw {
2345
+ color: #8d8d93;
2346
+ }
2347
+ .input-autocomplete__focusVisible_1cdjw {
2348
+ outline: 2px solid #0072ef;
2349
+ }
2350
+ .intl-phone-input__flagIcon_4hlnn {
2351
+ box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25)
2352
+ }
2353
+ .intl-phone-input__dialCode_tozgk {
2354
+ color: #8d8d93;
2355
+ }
2356
+ .intl-phone-input__focusVisible_1tx8f {
2357
+ outline: 2px solid #0072ef;
2358
+ }.table__component_qd5h7 {
2359
+ border-top: 1px solid #2b2b2e;
2360
+ }
2361
+ .table__wrapper_18aft {
2362
+ background: #121212;
2363
+ box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
2364
+ 0 2px 4px rgba(11, 31, 53, 0.16);
2365
+ }
2366
+
2367
+ .table__component_blrd2 {
2368
+ color: #fff;
2369
+ border-top: 1px solid #2b2b2e;
2370
+ }
2371
+
2372
+ .table__component_eios5 th:not(:last-child):not(:empty):after {
2373
+ background-color: #2a2a2c;
2374
+ }
2375
+ .table__component_1gvtw {
2376
+ color: #fff;
2377
+ border-bottom: 1px solid #2b2b2e;
2378
+ background: #121212;
2379
+ }
2380
+ .table__sorted_1gvtw {
2381
+ color: #fff;
2382
+ }
2383
+ .table__component_10ct8 {
2384
+ background: #121212
2385
+ }
2386
+ .table__withoutBorder_10ct8 {
2387
+ }
2388
+ .table__clickable_10ct8:hover {
2389
+ background-color: #202022;
2390
+ }
2391
+ .table__selected_10ct8 {
2392
+ background-color: #f2f8ff
2393
+ }
2394
+ .table__selected_10ct8:hover {
2395
+ background-color: #e8f2fe;
2396
+ }
2397
+ .table__icon_a6ogo {
2398
+ color: #8d8d93
2399
+ }
2400
+ .table__icon_a6ogo:hover {
2401
+ color: #fff;
2402
+ }
2403
+ .table__sorted_a6ogo {
2404
+ color: #0072ef
2405
+ }
2406
+ .table__sorted_a6ogo:hover {
2407
+ color: #0072ef;
2408
+ }
2409
+ .table__open_mr8nh,
2410
+ .table__open_mr8nh:hover {
2411
+ background-color: rgba(255, 255, 255, 0.163);
2412
+ }.calendar-range__divider_gkaed:after {
2413
+ background-color: #fff;
2414
+ }