@alfalab/core-components 42.14.0-beta.0 → 42.14.1

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 (291) hide show
  1. package/calendar-input/Component-10db897e.d.ts +183 -3
  2. package/calendar-input/Component-69921c40.d.ts +12 -172
  3. package/calendar-input/Component.desktop-b5b4c59f.d.ts +5 -72
  4. package/calendar-input/components/calendar-input/Component.d.ts +1 -1
  5. package/calendar-input/index-89f0cb07.d.ts +1 -1
  6. package/calendar-input/index-ebda875c.d.ts +1 -1
  7. package/calendar-input/index-f034f741.d.ts +2 -80
  8. package/calendar-input/mobile-c219f8ca.d.ts +368 -1
  9. package/confirmation/component.desktop.js +1 -1
  10. package/confirmation/component.mobile.js +1 -1
  11. package/confirmation/component.responsive.js +1 -1
  12. package/confirmation/components/base-confirmation/component.js +1 -1
  13. package/confirmation/components/base-confirmation/index.js +1 -1
  14. package/confirmation/components/index.js +1 -1
  15. package/confirmation/components/screens/index.js +1 -1
  16. package/confirmation/components/screens/initial/component.js +1 -1
  17. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  18. package/confirmation/components/screens/initial/index.js +1 -1
  19. package/confirmation/desktop.js +1 -1
  20. package/confirmation/esm/component.desktop.js +1 -1
  21. package/confirmation/esm/component.mobile.js +1 -1
  22. package/confirmation/esm/component.responsive.js +1 -1
  23. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  24. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  25. package/confirmation/esm/components/index.js +1 -1
  26. package/confirmation/esm/components/screens/index.js +1 -1
  27. package/confirmation/esm/components/screens/initial/component.js +1 -1
  28. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  29. package/confirmation/esm/components/screens/initial/index.js +1 -1
  30. package/confirmation/esm/desktop.js +1 -1
  31. package/confirmation/esm/index.js +1 -1
  32. package/confirmation/esm/mobile.js +1 -1
  33. package/confirmation/esm/shared.js +1 -1
  34. package/confirmation/index.js +1 -1
  35. package/confirmation/mobile.js +1 -1
  36. package/confirmation/modern/component.desktop.js +1 -1
  37. package/confirmation/modern/component.mobile.js +1 -1
  38. package/confirmation/modern/component.responsive.js +1 -1
  39. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  40. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  41. package/confirmation/modern/components/index.js +1 -1
  42. package/confirmation/modern/components/screens/index.js +1 -1
  43. package/confirmation/modern/components/screens/initial/component.js +1 -1
  44. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  45. package/confirmation/modern/components/screens/initial/index.js +1 -1
  46. package/confirmation/modern/desktop.js +1 -1
  47. package/confirmation/modern/index.js +1 -1
  48. package/confirmation/modern/mobile.js +1 -1
  49. package/confirmation/modern/shared.js +1 -1
  50. package/confirmation/shared.js +1 -1
  51. package/date-range-input/esm/Component-10db897e.d.ts +295 -4
  52. package/date-range-input/esm/Component-b5b4c59f.d.ts +1 -1
  53. package/date-range-input/esm/Component.desktop-b5b4c59f.d.ts +1 -8
  54. package/date-range-input/esm/index-ebda875c.d.ts +1 -34
  55. package/date-range-input/esm/index-f034f741.d.ts +5 -2
  56. package/date-time-input/esm/Component-10db897e.d.ts +4 -295
  57. package/date-time-input/esm/Component-69921c40.d.ts +172 -12
  58. package/date-time-input/esm/Component.desktop-b5b4c59f.d.ts +72 -5
  59. package/date-time-input/esm/components/date-time-input/Component.d.ts +1 -1
  60. package/date-time-input/esm/index-89f0cb07.d.ts +1 -1
  61. package/date-time-input/esm/index-ebda875c.d.ts +34 -1
  62. package/date-time-input/esm/index-f034f741.d.ts +80 -2
  63. package/date-time-input/esm/mobile-c219f8ca.d.ts +1 -368
  64. package/date-time-input/modern/Component-10db897e.d.ts +295 -4
  65. package/date-time-input/modern/Component-5684a67d.d.ts +23 -0
  66. package/date-time-input/modern/Component-69921c40.d.ts +12 -172
  67. package/date-time-input/modern/Component-e2b6c730.d.ts +76 -0
  68. package/date-time-input/modern/Component.desktop-b5b4c59f.d.ts +5 -72
  69. package/date-time-input/modern/components/date-time-input/Component.d.ts +1 -1
  70. package/date-time-input/modern/{desktop-69921c40.d.ts → desktop-89f0cb07.d.ts} +1 -1
  71. package/date-time-input/modern/index-89f0cb07.d.ts +1 -1
  72. package/date-time-input/modern/index-ebda875c.d.ts +1 -34
  73. package/date-time-input/modern/index-f034f741.d.ts +2 -80
  74. package/date-time-input/modern/mobile-c219f8ca.d.ts +368 -1
  75. package/date-time-input/modern/utils-e0a54580.d.ts +8 -0
  76. package/gallery/Component.js +2 -2
  77. package/gallery/components/header/Component.js +1 -1
  78. package/gallery/components/header/buttons.js +1 -1
  79. package/gallery/components/header/index.js +1 -1
  80. package/gallery/components/image-viewer/component.js +1 -1
  81. package/gallery/components/image-viewer/index.js +1 -1
  82. package/gallery/components/image-viewer/slide.js +1 -1
  83. package/gallery/components/index.js +2 -2
  84. package/gallery/esm/Component.js +2 -2
  85. package/gallery/esm/components/header/Component.js +1 -1
  86. package/gallery/esm/components/header/buttons.js +1 -1
  87. package/gallery/esm/components/header/index.js +1 -1
  88. package/gallery/esm/components/image-viewer/component.js +1 -1
  89. package/gallery/esm/components/image-viewer/index.js +1 -1
  90. package/gallery/esm/components/image-viewer/slide.js +1 -1
  91. package/gallery/esm/components/index.js +2 -2
  92. package/gallery/esm/index.js +2 -2
  93. package/gallery/index.js +2 -2
  94. package/gallery/modern/Component.js +2 -2
  95. package/gallery/modern/components/header/Component.js +1 -1
  96. package/gallery/modern/components/header/buttons.js +1 -1
  97. package/gallery/modern/components/header/index.js +1 -1
  98. package/gallery/modern/components/image-viewer/component.js +1 -1
  99. package/gallery/modern/components/image-viewer/index.js +1 -1
  100. package/gallery/modern/components/image-viewer/slide.js +1 -1
  101. package/gallery/modern/components/index.js +2 -2
  102. package/gallery/modern/index.js +2 -2
  103. package/input-autocomplete/esm/Component-0f4b9bed.d.ts +70 -3
  104. package/input-autocomplete/esm/Component-ebda875c.d.ts +8 -293
  105. package/input-autocomplete/esm/Component.desktop.d.ts +1 -1
  106. package/input-autocomplete/esm/Component.mobile.d.ts +2 -2
  107. package/input-autocomplete/esm/Component.modal.mobile.d.ts +3 -3
  108. package/input-autocomplete/esm/Component.responsive.d.ts +4 -4
  109. package/input-autocomplete/esm/hook-8abfea97.d.ts +4 -4
  110. package/input-autocomplete/esm/index-bdb4c6b9.d.ts +2 -180
  111. package/input-autocomplete/esm/index-c76d6398.d.ts +6 -184
  112. package/input-autocomplete/esm/index-ebda875c.d.ts +117 -190
  113. package/input-autocomplete/esm/index-f12ee135.d.ts +3 -275
  114. package/input-autocomplete/esm/shared-4cd3936b.d.ts +59 -1
  115. package/input-autocomplete/esm/types-72dda473.d.ts +276 -0
  116. package/international-phone-input/modern/Component-0f4b9bed.d.ts +3 -70
  117. package/international-phone-input/modern/Component-4cd3936b.d.ts +5 -17
  118. package/international-phone-input/modern/Component-8b2c2707.d.ts +1 -1
  119. package/international-phone-input/modern/Component-96988a65.d.ts +19 -0
  120. package/international-phone-input/modern/Component-ebda875c.d.ts +98 -9
  121. package/international-phone-input/modern/{Component.desktop-9cded6b9.d.ts → Component.desktop-4cd3936b.d.ts} +2 -2
  122. package/international-phone-input/modern/Component.desktop-ebda875c.d.ts +18 -0
  123. package/international-phone-input/modern/Component.responsive.d.ts +3 -3
  124. package/international-phone-input/modern/desktop-232828f7.d.ts +1 -1
  125. package/international-phone-input/modern/hook-8abfea97.d.ts +4 -4
  126. package/international-phone-input/modern/index-bdb4c6b9.d.ts +180 -2
  127. package/international-phone-input/modern/index-c44170fe.d.ts +1 -1
  128. package/international-phone-input/modern/index-c76d6398.d.ts +182 -4
  129. package/international-phone-input/modern/index-ebda875c.d.ts +1 -1
  130. package/international-phone-input/modern/mobile-4c19bc40.d.ts +121 -3
  131. package/international-phone-input/modern/mobile-96988a65.d.ts +2 -1
  132. package/international-phone-input/modern/shared-4cd3936b.d.ts +1 -59
  133. package/package.json +2 -2
  134. package/pure-cell/component.js +1 -1
  135. package/pure-cell/components/content/component.js +1 -1
  136. package/pure-cell/components/content/index.d.ts +1 -1
  137. package/pure-cell/components/content/index.js +1 -1
  138. package/pure-cell/components/main/component.js +1 -1
  139. package/pure-cell/components/main/index.d.ts +1 -1
  140. package/pure-cell/components/main/index.js +1 -1
  141. package/pure-cell/components/text/component.js +1 -1
  142. package/pure-cell/components/text/index.d.ts +1 -1
  143. package/pure-cell/components/text/index.js +1 -1
  144. package/pure-cell/esm/component.js +1 -1
  145. package/pure-cell/esm/components/content/component.js +1 -1
  146. package/pure-cell/esm/components/content/index.d.ts +1 -1
  147. package/pure-cell/esm/components/content/index.js +1 -1
  148. package/pure-cell/esm/components/main/component.js +1 -1
  149. package/pure-cell/esm/components/main/index.d.ts +1 -1
  150. package/pure-cell/esm/components/main/index.js +1 -1
  151. package/pure-cell/esm/components/text/component.js +1 -1
  152. package/pure-cell/esm/components/text/index.d.ts +1 -1
  153. package/pure-cell/esm/components/text/index.js +1 -1
  154. package/pure-cell/esm/index.js +1 -1
  155. package/pure-cell/index.js +1 -1
  156. package/pure-cell/modern/component.js +1 -1
  157. package/pure-cell/modern/components/content/component.js +1 -1
  158. package/pure-cell/modern/components/content/index.d.ts +1 -1
  159. package/pure-cell/modern/components/content/index.js +1 -1
  160. package/pure-cell/modern/components/main/component.js +1 -1
  161. package/pure-cell/modern/components/main/index.d.ts +1 -1
  162. package/pure-cell/modern/components/main/index.js +1 -1
  163. package/pure-cell/modern/components/text/component.js +1 -1
  164. package/pure-cell/modern/components/text/index.d.ts +1 -1
  165. package/pure-cell/modern/components/text/index.js +1 -1
  166. package/pure-cell/modern/index.js +1 -1
  167. package/select/Component.desktop.d.ts +0 -2
  168. package/select/Component.mobile-f1f15074.d.ts +2 -2
  169. package/select/Component.mobile.js +1 -1
  170. package/select/Component.modal.mobile.js +1 -1
  171. package/select/Component.responsive.js +1 -1
  172. package/select/esm/Component.mobile.js +1 -1
  173. package/select/esm/Component.modal.mobile.js +1 -1
  174. package/select/esm/Component.responsive.js +1 -1
  175. package/select/esm/index.js +1 -1
  176. package/select/esm/mobile.js +1 -1
  177. package/select/esm/presets/index.js +1 -1
  178. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  179. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  180. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  181. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  182. package/select/esm/shared.js +1 -1
  183. package/select/index.js +1 -1
  184. package/select/mobile-96988a65.d.ts +6 -2
  185. package/select/mobile.js +1 -1
  186. package/select/modern/Component.mobile.js +1 -1
  187. package/select/modern/Component.modal.mobile.js +1 -1
  188. package/select/modern/Component.responsive.js +1 -1
  189. package/select/modern/index.js +1 -1
  190. package/select/modern/mobile.js +1 -1
  191. package/select/modern/presets/index.js +1 -1
  192. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  193. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  194. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  195. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  196. package/select/modern/shared.js +1 -1
  197. package/select/presets/index.js +1 -1
  198. package/select/presets/useSelectWithApply/hook.js +1 -1
  199. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  200. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  201. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  202. package/select/shared.js +1 -1
  203. package/select-with-tags/components/tag-list/component.js +1 -1
  204. package/select-with-tags/cssm/Component.desktop-0aa4e915.d.ts +1 -1
  205. package/select-with-tags/cssm/Component.mobile-16b1285a.d.ts +1 -1
  206. package/select-with-tags/cssm/Component.responsive-3109f463.d.ts +1 -1
  207. package/select-with-tags/cssm/components/tag-list/component.js +1 -1
  208. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  209. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  210. package/table/esm/desktop-69921c40.d.ts +1 -1
  211. package/table/esm/index-ebda875c.d.ts +1 -1
  212. package/table/esm/mobile-89f0cb07.d.ts +1 -1
  213. package/tabs/cssm/index-ebda875c.d.ts +86 -21
  214. package/tabs/modern/index-ebda875c.d.ts +86 -21
  215. package/themes/compiled/mobile-dark-bluetint.css +46 -46
  216. package/themes/dist/compiled/mobile-dark-bluetint.css +160 -160
  217. package/calendar-input/Component-ebda875c.d.ts +0 -35
  218. package/date-time-input/modern/Component-b5b4c59f.d.ts +0 -389
  219. package/input-autocomplete/esm/Component-72dda473.d.ts +0 -53
  220. package/international-phone-input/modern/Component-9cded6b9.d.ts +0 -7
  221. package/international-phone-input/modern/Component.mobile-4cd3936b.d.ts +0 -98
  222. package/international-phone-input/modern/Component.mobile-ebda875c.d.ts +0 -6
  223. package/international-phone-input/modern/Component.modal.mobile-4cd3936b.d.ts +0 -91
  224. /package/{date-time-input/esm → calendar-input}/Component-5684a67d.d.ts +0 -0
  225. /package/{date-time-input/esm → calendar-input}/Component-e2b6c730.d.ts +0 -0
  226. /package/{date-time-input/esm → calendar-input}/Component.desktop-89f0cb07.d.ts +0 -0
  227. /package/calendar-input/{Component.responsive-0aa4e915.d.ts → Component.responsive-16b1285a.d.ts} +0 -0
  228. /package/{date-time-input/esm → calendar-input}/desktop-89f0cb07.d.ts +0 -0
  229. /package/{date-time-input/esm → calendar-input}/desktop-b5b4c59f.d.ts +0 -0
  230. /package/calendar-input/{shared-f034f741.d.ts → shared-71d94e2b.d.ts} +0 -0
  231. /package/{date-time-input/esm → calendar-input}/utils-e0a54580.d.ts +0 -0
  232. /package/confirmation/{countdown-section-6c6108cc.d.ts → countdown-section-3dcecb18.d.ts} +0 -0
  233. /package/confirmation/{countdown-section-6c6108cc.js → countdown-section-3dcecb18.js} +0 -0
  234. /package/confirmation/esm/{countdown-section-d6bdbf45.d.ts → countdown-section-9f91f07f.d.ts} +0 -0
  235. /package/confirmation/esm/{countdown-section-d6bdbf45.js → countdown-section-9f91f07f.js} +0 -0
  236. /package/confirmation/modern/{countdown-section-3348e907.d.ts → countdown-section-f642a386.d.ts} +0 -0
  237. /package/confirmation/modern/{countdown-section-3348e907.js → countdown-section-f642a386.js} +0 -0
  238. /package/date-range-input/esm/{Component.mobile-16b1285a.d.ts → Component.mobile-89f0cb07.d.ts} +0 -0
  239. /package/{calendar-input → date-time-input/esm}/Component-b5b4c59f.d.ts +0 -0
  240. /package/{calendar-input → date-time-input/esm}/Component.desktop-0aa4e915.d.ts +0 -0
  241. /package/date-time-input/{modern → esm}/Component.mobile-ebda875c.d.ts +0 -0
  242. /package/date-time-input/{modern → esm}/Component.responsive-0aa4e915.d.ts +0 -0
  243. /package/date-time-input/{modern → esm}/Component.responsive-785df74d.d.ts +0 -0
  244. /package/{calendar-input → date-time-input/esm}/desktop-63dec22f.d.ts +0 -0
  245. /package/{calendar-input → date-time-input/esm}/desktop-69921c40.d.ts +0 -0
  246. /package/date-time-input/modern/{Component.desktop-0aa4e915.d.ts → Component.desktop-89f0cb07.d.ts} +0 -0
  247. /package/date-time-input/{esm → modern}/Component.desktop-ebda875c.d.ts +0 -0
  248. /package/date-time-input/{esm → modern}/Component.responsive-16b1285a.d.ts +0 -0
  249. /package/date-time-input/{esm → modern}/Component.responsive-d7e9f69d.d.ts +0 -0
  250. /package/date-time-input/modern/{desktop-63dec22f.d.ts → desktop-b5b4c59f.d.ts} +0 -0
  251. /package/gallery/{buttons-956df736.d.ts → buttons-ef2e58f2.d.ts} +0 -0
  252. /package/gallery/{buttons-956df736.js → buttons-ef2e58f2.js} +0 -0
  253. /package/gallery/esm/{buttons-aea7680d.d.ts → buttons-80a64e3d.d.ts} +0 -0
  254. /package/gallery/esm/{buttons-aea7680d.js → buttons-80a64e3d.js} +0 -0
  255. /package/gallery/esm/{slide-b35666e6.d.ts → slide-855e46a2.d.ts} +0 -0
  256. /package/gallery/esm/{slide-b35666e6.js → slide-855e46a2.js} +0 -0
  257. /package/gallery/modern/{buttons-1db6ece7.d.ts → buttons-9cfec478.d.ts} +0 -0
  258. /package/gallery/modern/{buttons-1db6ece7.js → buttons-9cfec478.js} +0 -0
  259. /package/gallery/modern/{slide-bfc856d6.d.ts → slide-11296bd8.d.ts} +0 -0
  260. /package/gallery/modern/{slide-bfc856d6.js → slide-11296bd8.js} +0 -0
  261. /package/gallery/{slide-cb28b058.d.ts → slide-53929d57.d.ts} +0 -0
  262. /package/gallery/{slide-cb28b058.js → slide-53929d57.js} +0 -0
  263. /package/{select → input/esm}/Component.mobile-ebda875c.d.ts +0 -0
  264. /package/{international-phone-input/modern → input-autocomplete/esm}/Component-69921c40.d.ts +0 -0
  265. /package/{international-phone-input/modern → input-autocomplete/esm}/Component.modal.mobile-0f4b9bed.d.ts +0 -0
  266. /package/input-autocomplete/esm/{desktop-89f0cb07.d.ts → desktop-69921c40.d.ts} +0 -0
  267. /package/input-autocomplete/esm/{mobile-511e54fa.d.ts → mobile-89f0cb07.d.ts} +0 -0
  268. /package/{international-phone-input/modern → input-autocomplete/esm}/mobile-f28cbba0.d.ts +0 -0
  269. /package/{international-phone-input/modern → input-autocomplete/esm}/useSkeleton-ebda875c.d.ts +0 -0
  270. /package/{international-phone-input/modern → input-autocomplete/esm}/utils-1574ad8b.d.ts +0 -0
  271. /package/{input-autocomplete/esm → international-phone-input/modern}/Component-511e54fa.d.ts +0 -0
  272. /package/{input-autocomplete/esm → international-phone-input/modern}/Component-aed0af6e.d.ts +0 -0
  273. /package/{input-autocomplete/esm → international-phone-input/modern}/Component-f12ee135.d.ts +0 -0
  274. /package/international-phone-input/modern/{Component.responsive-785df74d.d.ts → Component.responsive-d7e9f69d.d.ts} +0 -0
  275. /package/{input-autocomplete/esm → international-phone-input/modern}/hook-ebda875c.d.ts +0 -0
  276. /package/{input-autocomplete/esm → international-phone-input/modern}/mobile-45dc17c6.d.ts +0 -0
  277. /package/international-phone-input/modern/{mobile-89f0cb07.d.ts → mobile-511e54fa.d.ts} +0 -0
  278. /package/{input-autocomplete/esm → international-phone-input/modern}/useSkeleton-1b036d4b.d.ts +0 -0
  279. /package/pure-cell/{component-e27ea294.d.ts → component-0a51b9f9.d.ts} +0 -0
  280. /package/pure-cell/{component-e27ea294.js → component-0a51b9f9.js} +0 -0
  281. /package/pure-cell/esm/{component-91d54387.d.ts → component-47bb10a4.d.ts} +0 -0
  282. /package/pure-cell/esm/{component-91d54387.js → component-47bb10a4.js} +0 -0
  283. /package/pure-cell/modern/{component-b4d6f3df.d.ts → component-f7278cdd.d.ts} +0 -0
  284. /package/pure-cell/modern/{component-b4d6f3df.js → component-f7278cdd.js} +0 -0
  285. /package/{input/esm → select}/Component.desktop-ebda875c.d.ts +0 -0
  286. /package/select/esm/{hook-1e576b85.d.ts → hook-7cea01ed.d.ts} +0 -0
  287. /package/select/esm/{hook-1e576b85.js → hook-7cea01ed.js} +0 -0
  288. /package/select/{hook-ccde557f.d.ts → hook-26f637c3.d.ts} +0 -0
  289. /package/select/{hook-ccde557f.js → hook-26f637c3.js} +0 -0
  290. /package/select/modern/{hook-99a2fb1e.d.ts → hook-8fde8bd7.d.ts} +0 -0
  291. /package/select/modern/{hook-99a2fb1e.js → hook-8fde8bd7.js} +0 -0
@@ -2,6 +2,21 @@
2
2
  background: #e7e8ea;
3
3
  } .card-image__loaded_57q9o {
4
4
  background: transparent
5
+ }.backdrop__backdrop_1rsma {
6
+ -webkit-tap-highlight-color: transparent;
7
+ } .backdrop__appear_1rsma,
8
+ .backdrop__enter_1rsma {
9
+ background-color: transparent;
10
+ } .backdrop__appearActive_1rsma,
11
+ .backdrop__enterActive_1rsma,
12
+ .backdrop__appearDone_1rsma,
13
+ .backdrop__enterDone_1rsma {
14
+ background-color: rgba(0, 0, 0, 0.8);
15
+ } .backdrop__exit_1rsma {
16
+ background-color: rgba(0, 0, 0, 0.8);
17
+ } .backdrop__exitActive_1rsma,
18
+ .backdrop__exitDone_1rsma {
19
+ background-color: transparent;
5
20
  }.badge__component_e7tmj.badge__background-accent_e7tmj {
6
21
  background-color: #ef3124;
7
22
  color: #fff;
@@ -62,23 +77,6 @@
62
77
  background-color: #fff;
63
78
  } .badge__dot_e7tmj.badge__outlineCount_e7tmj {
64
79
  border: 1px solid #121212;
65
- }.backdrop__backdrop_1rsma {
66
- -webkit-tap-highlight-color: transparent;
67
- } .backdrop__appear_1rsma,
68
- .backdrop__enter_1rsma {
69
- background-color: transparent;
70
- } .backdrop__appearActive_1rsma,
71
- .backdrop__enterActive_1rsma,
72
- .backdrop__appearDone_1rsma,
73
- .backdrop__enterDone_1rsma {
74
- background-color: rgba(0, 0, 0, 0.8);
75
- } .backdrop__exit_1rsma {
76
- background-color: rgba(0, 0, 0, 0.8);
77
- } .backdrop__exitActive_1rsma,
78
- .backdrop__exitDone_1rsma {
79
- background-color: transparent;
80
- }.divider__component_1d6xd {
81
- border-bottom: 1px solid #2b2b2e;
82
80
  }.checkbox__box_sfr01 {
83
81
  color: #0e0e0e;
84
82
  background-color: #0e0e0e;
@@ -143,6 +141,8 @@
143
141
  } .checkbox__indeterminateLine_sfr01 {
144
142
  background-color: #0e0e0e;
145
143
  } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
144
+ }.divider__component_1d6xd {
145
+ border-bottom: 1px solid #2b2b2e;
146
146
  }.dropzone__component_v063l {
147
147
  border: 1px dashed #c5c5c7;
148
148
  } .dropzone__component_v063l:not(.dropzone__disabled_v063l):hover {
@@ -189,7 +189,25 @@
189
189
  }
190
190
  .hatching-progress-bar__accent_pur5b {
191
191
  background: #ef3124;
192
- }@media (max-width: 599px) {
192
+ }.indicator__component_2u6ai {
193
+ color: #fff;
194
+ background-color: #ef3124;
195
+ } .indicator__red_2u6ai {
196
+ background-color: #ef3124;
197
+ color: #fff
198
+ } .indicator__red_2u6ai.indicator__border_2u6ai {
199
+ outline: 2px solid #000;
200
+ } .indicator__white_2u6ai {
201
+ background-color: #121212;
202
+ color: #fff
203
+ } .indicator__white_2u6ai.indicator__border_2u6ai {
204
+ outline: 2px solid #000;
205
+ } .indicator__grey_2u6ai {
206
+ background-color: rgba(255, 255, 255, 0.06);
207
+ color: #fff
208
+ } .indicator__grey_2u6ai.indicator__border_2u6ai {
209
+ outline: 2px solid #000;
210
+ }@media (max-width: 599px) {
193
211
  }
194
212
  @media (min-width: 320px) {
195
213
  }
@@ -249,25 +267,7 @@
249
267
  stroke: rgba(255, 255, 255, 0.1);
250
268
  fill: transparent;
251
269
  } .icon-view__children_1fhon {
252
- }.indicator__component_2u6ai {
253
- color: #fff;
254
- background-color: #ef3124;
255
- } .indicator__red_2u6ai {
256
- background-color: #ef3124;
257
- color: #fff
258
- } .indicator__red_2u6ai.indicator__border_2u6ai {
259
- outline: 2px solid #000;
260
- } .indicator__white_2u6ai {
261
- background-color: #121212;
262
- color: #fff
263
- } .indicator__white_2u6ai.indicator__border_2u6ai {
264
- outline: 2px solid #000;
265
- } .indicator__grey_2u6ai {
266
- background-color: rgba(255, 255, 255, 0.06);
267
- color: #fff
268
- } .indicator__grey_2u6ai.indicator__border_2u6ai {
269
- outline: 2px solid #000;
270
- }@keyframes loader__blink_1q9w6 {
270
+ }@keyframes loader__blink_1q9w6 {
271
271
  }.link__primary_1lbzd {
272
272
  color: #fff;
273
273
  border-bottom-color: #fff
@@ -454,7 +454,14 @@
454
454
  background: #ef3124;
455
455
  } .slider__component_163oc .noUi-pips {
456
456
  color: rgba(235, 235, 245, 0.54);
457
- }.status__soft_10xqa.status__green_10xqa {
457
+ }.spinner__component_eogru {
458
+ color: #fff;
459
+ }
460
+ @keyframes spinner__spin_animation_1mhwf {
461
+ }
462
+ .spinner__component_slf61 {
463
+ color: #0e0e0e;
464
+ }.status__soft_10xqa.status__green_10xqa {
458
465
  background: rgba(19, 164, 99, 0.1);
459
466
  color: #13a463;
460
467
  } .status__soft_10xqa.status__orange_10xqa {
@@ -491,14 +498,7 @@
491
498
  background: #219187;
492
499
  } .status__contrast_10xqa.status__purple_10xqa {
493
500
  background: #673ab7;
494
- }.spinner__component_eogru {
495
- color: #fff;
496
- }
497
- @keyframes spinner__spin_animation_1mhwf {
498
- }
499
- .spinner__component_slf61 {
500
- color: #0e0e0e;
501
- }.switch__component_1u5ir {
501
+ }.switch__component_1u5ir {
502
502
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
503
503
  } .switch__switch_1u5ir {
504
504
  background-color: #85858d;
@@ -734,6 +734,20 @@
734
734
  color: rgba(235, 235, 245, 0.32);
735
735
  } .code-input__input_ojyt9:-webkit-autofill {
736
736
  -webkit-text-fill-color: #fff;
737
+ }.radio-group__label_4etav {
738
+ color: #fff;
739
+ }
740
+ .radio-group__label_13dri {
741
+ color: rgba(235, 235, 245, 0.54);
742
+ }
743
+ .radio-group__error_5yfz4 {
744
+ border-left: 1px solid #f15045
745
+ } .radio-group__errorMessage_5yfz4 {
746
+ color: #f15045;
747
+ } .radio-group__hint_5yfz4 {
748
+ color: rgba(235, 235, 245, 0.54);
749
+ } .radio-group__hiddenInput_5yfz4:focus ~ button {
750
+ outline: 2px solid #0072ef;
737
751
  }.filter-tag__component_qvc55.filter-tag__checked_qvc55:not(.filter-tag__disabled_qvc55) {
738
752
  background-color: #f3f4f5;
739
753
  } @media (hover: hover) {
@@ -869,20 +883,6 @@
869
883
  }
870
884
  } .filter-tag__clear_1xjv4:active {
871
885
  color: #0e0e0e;
872
- }.radio-group__label_4etav {
873
- color: #fff;
874
- }
875
- .radio-group__label_13dri {
876
- color: rgba(235, 235, 245, 0.54);
877
- }
878
- .radio-group__error_5yfz4 {
879
- border-left: 1px solid #f15045
880
- } .radio-group__errorMessage_5yfz4 {
881
- color: #f15045;
882
- } .radio-group__hint_5yfz4 {
883
- color: rgba(235, 235, 245, 0.54);
884
- } .radio-group__hiddenInput_5yfz4:focus ~ button {
885
- outline: 2px solid #0072ef;
886
886
  }.tag__component_1uo0m.tag__filled_1uo0m {
887
887
  background-color: #202022
888
888
  } .tag__component_1uo0m.tag__filled_1uo0m:disabled {
@@ -1029,26 +1029,7 @@
1029
1029
  } .tag__component_z4da1.tag__checked_z4da1:disabled {
1030
1030
  border-color: transparent;
1031
1031
  color: #fff;
1032
- }.sortable-list__primary_1meb5 {
1033
- background: #121212;
1034
- } .sortable-list__secondary_1meb5 {
1035
- background: #202022;
1036
- }
1037
- .sortable-list__component_106ou:hover .sortable-list__icon_106ou {
1038
- color: #fff;
1039
- } .sortable-list__icon_106ou {
1040
- color: #85858d;
1041
- } .sortable-list__dragOverlay_106ou {
1042
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1043
- 0 0 1px rgba(0, 0, 0, 0.04)
1044
- } .sortable-list__dragOverlay_106ou .sortable-list__icon_106ou {
1045
- color: #fff;
1046
- } @keyframes sortable-list__pop_106ou {
1047
- to {
1048
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1049
- 0 0 1px rgba(0, 0, 0, 0.04);
1050
- }
1051
- }.form-control__inner_1slxw {
1032
+ }.form-control__inner_1slxw {
1052
1033
  background-color: #202022;
1053
1034
  } .form-control__disabled_1slxw {
1054
1035
  background-color: #121212;
@@ -1149,6 +1130,25 @@
1149
1130
  color: #ef3124;
1150
1131
  } .form-control__hasError_i6mgj .form-control__label_i6mgj {
1151
1132
  color: rgba(60, 60, 67, 0.66);
1133
+ }.sortable-list__primary_1meb5 {
1134
+ background: #121212;
1135
+ } .sortable-list__secondary_1meb5 {
1136
+ background: #202022;
1137
+ }
1138
+ .sortable-list__component_106ou:hover .sortable-list__icon_106ou {
1139
+ color: #fff;
1140
+ } .sortable-list__icon_106ou {
1141
+ color: #85858d;
1142
+ } .sortable-list__dragOverlay_106ou {
1143
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1144
+ 0 0 1px rgba(0, 0, 0, 0.04)
1145
+ } .sortable-list__dragOverlay_106ou .sortable-list__icon_106ou {
1146
+ color: #fff;
1147
+ } @keyframes sortable-list__pop_106ou {
1148
+ to {
1149
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1150
+ 0 0 1px rgba(0, 0, 0, 0.04);
1151
+ }
1152
1152
  }
1153
1153
  .system-message__component_1hvkw {
1154
1154
  color: rgba(235, 235, 245, 0.54);
@@ -2203,6 +2203,19 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
2203
2203
  color: #f15045;
2204
2204
  } @media screen and (min-width: 360px) {
2205
2205
  } @media screen and (min-width: 390px) {
2206
+ }.file-upload-item__component_1tbz2 {
2207
+ color: rgba(235, 235, 245, 0.54);
2208
+ box-shadow: 0 -1px 0 0 #2b2b2e inset
2209
+ } .file-upload-item__icon_1tbz2 {
2210
+ color: #fff;
2211
+ } .file-upload-item__errorIcon_1tbz2 {
2212
+ color: #d91d0b;
2213
+ } .file-upload-item__successIcon_1tbz2 {
2214
+ color: #2fc26e;
2215
+ } .file-upload-item__name_1tbz2 {
2216
+ color: #fff
2217
+ } .file-upload-item__errorWrapper_1tbz2 {
2218
+ color: #ef3124
2206
2219
  }.pure-cell__focused_1ikeu {
2207
2220
  outline: 2px solid #0072ef;
2208
2221
  }
@@ -2217,20 +2230,7 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
2217
2230
 
2218
2231
 
2219
2232
 
2220
- .file-upload-item__component_1tbz2 {
2221
- color: rgba(235, 235, 245, 0.54);
2222
- box-shadow: 0 -1px 0 0 #2b2b2e inset
2223
- } .file-upload-item__icon_1tbz2 {
2224
- color: #fff;
2225
- } .file-upload-item__errorIcon_1tbz2 {
2226
- color: #d91d0b;
2227
- } .file-upload-item__successIcon_1tbz2 {
2228
- color: #2fc26e;
2229
- } .file-upload-item__name_1tbz2 {
2230
- color: #fff
2231
- } .file-upload-item__errorWrapper_1tbz2 {
2232
- color: #ef3124
2233
- }.navigation-bar__content_28hbr {
2233
+ .navigation-bar__content_28hbr {
2234
2234
  color: #fff
2235
2235
  } .navigation-bar__subtitle_28hbr {
2236
2236
  color: rgba(235, 235, 245, 0.54);
@@ -2508,7 +2508,14 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
2508
2508
  background-color: transparent
2509
2509
  } .bank-card__usePhoto_13ivv svg {
2510
2510
  fill: #000;
2511
- }.amount-input__minorPartAndCurrency_iyaco {
2511
+ }.stepper-input__steppers_fo5zi {
2512
+ background-color: #121212;
2513
+ } .stepper-input__steppersFocused_fo5zi {
2514
+ background-color: rgba(255, 255, 255, 0.06);
2515
+ }
2516
+ .stepper-input__separator_1cotl {
2517
+ background-color: rgba(255, 255, 255, 0.11);
2518
+ }.amount-input__minorPartAndCurrency_iyaco {
2512
2519
  color: rgba(235, 235, 245, 0.54);
2513
2520
  }
2514
2521
  .amount-input__filled_jydyd .amount-input__input_jydyd,
@@ -2517,13 +2524,7 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
2517
2524
  }
2518
2525
  .amount-input__minorPartAndCurrency_axb1n {
2519
2526
  color: rgba(60, 60, 67, 0.66);
2520
- }.stepper-input__steppers_fo5zi {
2521
- background-color: #121212;
2522
- } .stepper-input__steppersFocused_fo5zi {
2523
- background-color: rgba(255, 255, 255, 0.06);
2524
- }
2525
- .stepper-input__separator_1cotl {
2526
- background-color: rgba(255, 255, 255, 0.11);
2527
+ }@media (min-width: 600px) {
2527
2528
  }.tooltip__hint_1jaug {
2528
2529
  background-color: #fff;
2529
2530
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
@@ -2553,8 +2554,7 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
2553
2554
  } .tooltip__hint_aggh6 .tooltip__arrow_aggh6:after {
2554
2555
  background-color: #121212;
2555
2556
  }
2556
- @media (min-width: 600px) {
2557
- }.calendar__container_627v2.calendar__customScrollbar_627v2::-webkit-scrollbar-track {
2557
+ .calendar__container_627v2.calendar__customScrollbar_627v2::-webkit-scrollbar-track {
2558
2558
  background-color: transparent;
2559
2559
  } .calendar__container_627v2.calendar__customScrollbar_627v2::-webkit-scrollbar-track-piece {
2560
2560
  background-color: transparent;
@@ -2684,7 +2684,56 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
2684
2684
  color: #0e0e0e;
2685
2685
  }
2686
2686
  @media (max-width: 374px) {
2687
- }.select__arrow_12t73 {
2687
+ }.gallery__container_4y3du {
2688
+ background-color: #121212;
2689
+ } .gallery__modal_4y3du {
2690
+ background: transparent;
2691
+ }
2692
+ .gallery__buttons_1yal2 path {
2693
+ color: #fff;
2694
+ } .gallery__iconButton_1yal2:hover path {
2695
+ color: rgb(237, 237, 237);
2696
+ } .gallery__iconButton_1yal2:active path {
2697
+ color: rgb(217, 217, 217);
2698
+ }
2699
+
2700
+ .gallery__component_lr35g {
2701
+ border: 2px solid rgba(0, 0, 0, 0);
2702
+ } .gallery__active_lr35g {
2703
+ border-color: rgba(255, 255, 255, 0.4)
2704
+ } .gallery__image_lr35g {
2705
+ background-color: #121212
2706
+ } .gallery__loading_lr35g {
2707
+ background-color: #202022
2708
+ } .gallery__loading_lr35g .gallery__active_lr35g {
2709
+ background-color: #3a3a3c;
2710
+ } .gallery__brokenImageWrapper_lr35g {
2711
+ background-color: #3a3a3c
2712
+ } .gallery__focused_lr35g {
2713
+ outline: 2px solid #0072ef;
2714
+ }
2715
+ .gallery__component_1agiu {
2716
+ background-color: #121212;
2717
+ } .gallery__slideLoading_1agiu {
2718
+ background-color: #202022;
2719
+ } .gallery__image_1agiu {
2720
+ background-color: #121212;
2721
+ } .gallery__smallImage_1agiu {
2722
+ background-color: #121212;
2723
+ } .gallery__arrow_1agiu {
2724
+ color: #fff
2725
+ } .gallery__arrow_1agiu:hover {
2726
+ background-color: rgb(54, 54, 54);
2727
+ } .gallery__arrow_1agiu:active {
2728
+ background-color: rgb(65, 65, 65);
2729
+ } .gallery__focused_1agiu {
2730
+ outline: 2px solid #0072ef;
2731
+ } .gallery__placeholder_1agiu {
2732
+ background-color: #3a3a3c;
2733
+ } .gallery__fullScreenImage_1agiu {
2734
+ background-color: #121212;
2735
+ }
2736
+ .select__arrow_12t73 {
2688
2737
  color: #fff;
2689
2738
  }
2690
2739
 
@@ -2782,63 +2831,14 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
2782
2831
  .select__footer_1ktmt {
2783
2832
  background-color: #121212
2784
2833
  }
2785
- .gallery__container_4y3du {
2786
- background-color: #121212;
2787
- } .gallery__modal_4y3du {
2788
- background: transparent;
2789
- }
2790
- .gallery__buttons_1yal2 path {
2791
- color: #fff;
2792
- } .gallery__iconButton_1yal2:hover path {
2793
- color: rgb(237, 237, 237);
2794
- } .gallery__iconButton_1yal2:active path {
2795
- color: rgb(217, 217, 217);
2796
- }
2797
-
2798
- .gallery__component_lr35g {
2799
- border: 2px solid rgba(0, 0, 0, 0);
2800
- } .gallery__active_lr35g {
2801
- border-color: rgba(255, 255, 255, 0.4)
2802
- } .gallery__image_lr35g {
2803
- background-color: #121212
2804
- } .gallery__loading_lr35g {
2805
- background-color: #202022
2806
- } .gallery__loading_lr35g .gallery__active_lr35g {
2807
- background-color: #3a3a3c;
2808
- } .gallery__brokenImageWrapper_lr35g {
2809
- background-color: #3a3a3c
2810
- } .gallery__focused_lr35g {
2811
- outline: 2px solid #0072ef;
2812
- }
2813
- .gallery__component_1agiu {
2814
- background-color: #121212;
2815
- } .gallery__slideLoading_1agiu {
2816
- background-color: #202022;
2817
- } .gallery__image_1agiu {
2818
- background-color: #121212;
2819
- } .gallery__smallImage_1agiu {
2820
- background-color: #121212;
2821
- } .gallery__arrow_1agiu {
2822
- color: #fff
2823
- } .gallery__arrow_1agiu:hover {
2824
- background-color: rgb(54, 54, 54);
2825
- } .gallery__arrow_1agiu:active {
2826
- background-color: rgb(65, 65, 65);
2827
- } .gallery__focused_1agiu {
2828
- outline: 2px solid #0072ef;
2829
- } .gallery__placeholder_1agiu {
2830
- background-color: #3a3a3c;
2831
- } .gallery__fullScreenImage_1agiu {
2832
- background-color: #121212;
2833
- }
2834
2834
  .calendar-with-skeleton__skeleton_1lvli {
2835
2835
  background-color: #121212;
2836
+ }.date-range-input__calendarContainer_1eea7 {
2837
+ border: 1px solid #262629
2836
2838
  }.calendar-input__calendarContainer_1amfe {
2837
2839
  border: 1px solid #262629
2838
2840
  } .calendar-input__calendarIcon_1amfe {
2839
2841
  color: #fff
2840
- }.date-range-input__calendarContainer_1eea7 {
2841
- border: 1px solid #262629
2842
2842
  }.date-time-input__calendarContainer_g5vjz {
2843
2843
  border: 1px solid #262629
2844
2844
  }.universal-date-input__calendarIcon_f4r95 {
@@ -2877,10 +2877,7 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
2877
2877
  .picker-button__linkOpen_1aj3h:not(:hover) {
2878
2878
  background-color: rgba(255, 255, 255, 0.06);
2879
2879
  }
2880
-
2881
- .calendar-range__component_1ibbz:after {
2882
- background-color: #fff;
2883
- }.table__component_1h87v {
2880
+ .table__component_1h87v {
2884
2881
  border-top: 1px solid #2b2b2e;
2885
2882
  }
2886
2883
  .table__wrapper_1l9a3 {
@@ -2927,6 +2924,9 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
2927
2924
  .table__open_1c76b:hover {
2928
2925
  background-color: rgba(255, 255, 255, 0.163);
2929
2926
  }
2927
+ .calendar-range__component_1ibbz:after {
2928
+ background-color: #fff;
2929
+ }
2930
2930
  .international-phone-input__dialCode_17mof {
2931
2931
  color: rgba(235, 235, 245, 0.54);
2932
2932
  } .international-phone-input__emptyCountryIcon_17mof {
@@ -1,35 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ButtonHTMLAttributes, ElementType, FC } from "react";
4
- interface CloserProps extends ButtonHTMLAttributes<HTMLButtonElement> {
5
- /**
6
- * Вид компонента
7
- */
8
- view: 'desktop' | 'mobile';
9
- /**
10
- * Дополнительный класс
11
- */
12
- className?: string;
13
- /**
14
- * Позиция крестика
15
- */
16
- align?: 'left' | 'right';
17
- /**
18
- * Фиксирует крестик
19
- */
20
- sticky?: boolean;
21
- /**
22
- * Иконка
23
- */
24
- icon?: ElementType;
25
- /**
26
- * Идентификатор для систем автоматизированного тестирования
27
- */
28
- dataTestId?: string;
29
- /**
30
- * Коллбэк закрытия.
31
- */
32
- onClose?: (event: React.MouseEvent<HTMLElement> | React.KeyboardEvent<HTMLElement>, reason?: 'backdropClick' | 'escapeKeyDown' | 'closerClick') => void;
33
- }
34
- declare const Closer: FC<CloserProps>;
35
- export { CloserProps, Closer };