@alfalab/core-components 47.26.0-beta.2 → 47.26.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 (375) hide show
  1. package/calendar-range/esm/Component.js +1 -1
  2. package/calendar-range/esm/index.js +1 -1
  3. package/calendar-range/esm/views/popover.js +1 -1
  4. package/calendar-range/esm/views/static.js +1 -1
  5. package/calendar-range/modern/Component.js +1 -1
  6. package/calendar-range/modern/index.js +1 -1
  7. package/calendar-range/modern/views/popover.js +1 -1
  8. package/calendar-range/modern/views/static.js +1 -1
  9. package/calendar-range/views/popover.js +1 -1
  10. package/calendar-range/views/static.js +1 -1
  11. package/confirmation/components/screens/initial/component.js +1 -1
  12. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  13. package/confirmation/esm/component.responsive.js +1 -1
  14. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  15. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  16. package/confirmation/esm/components/index.js +1 -1
  17. package/confirmation/esm/components/screens/index.js +1 -1
  18. package/confirmation/esm/components/screens/initial/component.js +1 -1
  19. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  20. package/confirmation/esm/components/screens/initial/index.js +1 -1
  21. package/confirmation/esm/desktop/component.desktop.js +1 -1
  22. package/confirmation/esm/desktop/index.js +1 -1
  23. package/confirmation/esm/index.js +1 -1
  24. package/confirmation/esm/mobile/component.mobile.js +1 -1
  25. package/confirmation/esm/mobile/index.js +1 -1
  26. package/confirmation/esm/shared/index.js +1 -1
  27. package/confirmation/modern/component.responsive.js +1 -1
  28. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  29. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  30. package/confirmation/modern/components/index.js +1 -1
  31. package/confirmation/modern/components/screens/index.js +1 -1
  32. package/confirmation/modern/components/screens/initial/component.js +1 -1
  33. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  34. package/confirmation/modern/components/screens/initial/index.js +1 -1
  35. package/confirmation/modern/desktop/component.desktop.js +1 -1
  36. package/confirmation/modern/desktop/index.js +1 -1
  37. package/confirmation/modern/index.js +1 -1
  38. package/confirmation/modern/mobile/component.mobile.js +1 -1
  39. package/confirmation/modern/mobile/index.js +1 -1
  40. package/confirmation/modern/shared/index.js +1 -1
  41. package/gallery/components/image-viewer/component.js +1 -1
  42. package/gallery/components/image-viewer/slide.js +1 -1
  43. package/gallery/esm/Component.js +1 -1
  44. package/gallery/esm/components/image-viewer/component.js +1 -1
  45. package/gallery/esm/components/image-viewer/index.js +1 -1
  46. package/gallery/esm/components/image-viewer/slide.js +1 -1
  47. package/gallery/esm/components/index.js +1 -1
  48. package/gallery/esm/index.js +1 -1
  49. package/gallery/modern/Component.js +1 -1
  50. package/gallery/modern/components/image-viewer/component.js +1 -1
  51. package/gallery/modern/components/image-viewer/index.js +1 -1
  52. package/gallery/modern/components/image-viewer/slide.js +1 -1
  53. package/gallery/modern/components/index.js +1 -1
  54. package/gallery/modern/index.js +1 -1
  55. package/input/components/base-input/Component.js +13 -3
  56. package/input/components/base-input/index.css +2 -1
  57. package/input/cssm/components/base-input/Component.js +12 -2
  58. package/input/cssm/components/base-input/index.module.css +2 -1
  59. package/input/esm/components/base-input/Component.js +14 -4
  60. package/input/esm/components/base-input/index.css +2 -1
  61. package/input/modern/components/base-input/Component.js +14 -4
  62. package/input/modern/components/base-input/index.css +2 -1
  63. package/input/moderncssm/components/base-input/Component.js +13 -3
  64. package/input/moderncssm/components/base-input/index.module.css +2 -1
  65. package/international-phone-input/cssm/data/country-data.js +1 -0
  66. package/international-phone-input/data/country-data.js +1 -0
  67. package/international-phone-input/esm/data/country-data.js +1 -0
  68. package/international-phone-input/modern/data/country-data.js +1 -0
  69. package/international-phone-input/moderncssm/data/country-data.js +1 -0
  70. package/modal/components/controls/Component.js +1 -1
  71. package/modal/components/footer/Component.js +1 -1
  72. package/modal/esm/Component.responsive.js +1 -1
  73. package/modal/esm/components/controls/Component.js +1 -1
  74. package/modal/esm/components/controls/index.js +1 -1
  75. package/modal/esm/components/footer/Component.js +1 -1
  76. package/modal/esm/desktop/Component.desktop.js +1 -1
  77. package/modal/esm/desktop/index.js +1 -1
  78. package/modal/esm/index.js +1 -1
  79. package/modal/esm/mobile/Component.mobile.js +1 -1
  80. package/modal/esm/mobile/index.js +1 -1
  81. package/modal/modern/Component.responsive.js +1 -1
  82. package/modal/modern/components/controls/Component.js +1 -1
  83. package/modal/modern/components/controls/index.js +1 -1
  84. package/modal/modern/components/footer/Component.js +1 -1
  85. package/modal/modern/desktop/Component.desktop.js +1 -1
  86. package/modal/modern/desktop/index.js +1 -1
  87. package/modal/modern/index.js +1 -1
  88. package/modal/modern/mobile/Component.mobile.js +1 -1
  89. package/modal/modern/mobile/index.js +1 -1
  90. package/package.json +2 -1
  91. package/pure-cell/component.js +1 -1
  92. package/pure-cell/components/addon/component.js +1 -1
  93. package/pure-cell/components/addon/index.d.ts +1 -1
  94. package/pure-cell/components/addon/index.js +1 -1
  95. package/pure-cell/components/amount/component.js +1 -1
  96. package/pure-cell/components/amount/index.d.ts +1 -1
  97. package/pure-cell/components/amount/index.js +1 -1
  98. package/pure-cell/components/amount-title/component.js +1 -1
  99. package/pure-cell/components/amount-title/index.d.ts +1 -1
  100. package/pure-cell/components/amount-title/index.js +1 -1
  101. package/pure-cell/components/category/component.js +1 -1
  102. package/pure-cell/components/category/index.d.ts +1 -1
  103. package/pure-cell/components/category/index.js +1 -1
  104. package/pure-cell/components/content/component.js +1 -1
  105. package/pure-cell/components/content/index.d.ts +1 -1
  106. package/pure-cell/components/content/index.js +1 -1
  107. package/pure-cell/components/footer/component.js +1 -1
  108. package/pure-cell/components/footer/index.d.ts +1 -1
  109. package/pure-cell/components/footer/index.js +1 -1
  110. package/pure-cell/components/footer-button/component.js +1 -1
  111. package/pure-cell/components/footer-button/index.d.ts +1 -1
  112. package/pure-cell/components/footer-button/index.js +1 -1
  113. package/pure-cell/components/footer-text/component.js +1 -1
  114. package/pure-cell/components/footer-text/index.d.ts +1 -1
  115. package/pure-cell/components/footer-text/index.js +1 -1
  116. package/pure-cell/components/graphics/component.js +1 -1
  117. package/pure-cell/components/graphics/index.d.ts +1 -1
  118. package/pure-cell/components/graphics/index.js +1 -1
  119. package/pure-cell/components/main/component.js +1 -1
  120. package/pure-cell/components/main/index.d.ts +1 -1
  121. package/pure-cell/components/main/index.js +1 -1
  122. package/pure-cell/components/text/component.js +1 -1
  123. package/pure-cell/components/text/index.d.ts +1 -1
  124. package/pure-cell/components/text/index.js +1 -1
  125. package/pure-cell/esm/component.js +1 -1
  126. package/pure-cell/esm/components/addon/component.js +1 -1
  127. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  128. package/pure-cell/esm/components/addon/index.js +1 -1
  129. package/pure-cell/esm/components/amount/component.js +1 -1
  130. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  131. package/pure-cell/esm/components/amount/index.js +1 -1
  132. package/pure-cell/esm/components/amount-title/component.js +1 -1
  133. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  134. package/pure-cell/esm/components/amount-title/index.js +1 -1
  135. package/pure-cell/esm/components/category/component.js +1 -1
  136. package/pure-cell/esm/components/category/index.d.ts +1 -1
  137. package/pure-cell/esm/components/category/index.js +1 -1
  138. package/pure-cell/esm/components/content/component.js +1 -1
  139. package/pure-cell/esm/components/content/index.d.ts +1 -1
  140. package/pure-cell/esm/components/content/index.js +1 -1
  141. package/pure-cell/esm/components/footer/component.js +1 -1
  142. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  143. package/pure-cell/esm/components/footer/index.js +1 -1
  144. package/pure-cell/esm/components/footer-button/component.js +1 -1
  145. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  146. package/pure-cell/esm/components/footer-button/index.js +1 -1
  147. package/pure-cell/esm/components/footer-text/component.js +1 -1
  148. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  149. package/pure-cell/esm/components/footer-text/index.js +1 -1
  150. package/pure-cell/esm/components/graphics/component.js +1 -1
  151. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  152. package/pure-cell/esm/components/graphics/index.js +1 -1
  153. package/pure-cell/esm/components/main/component.js +1 -1
  154. package/pure-cell/esm/components/main/index.d.ts +1 -1
  155. package/pure-cell/esm/components/main/index.js +1 -1
  156. package/pure-cell/esm/components/text/component.js +1 -1
  157. package/pure-cell/esm/components/text/index.d.ts +1 -1
  158. package/pure-cell/esm/components/text/index.js +1 -1
  159. package/pure-cell/esm/index.js +1 -1
  160. package/pure-cell/index.js +1 -1
  161. package/pure-cell/modern/component.js +1 -1
  162. package/pure-cell/modern/components/addon/component.js +1 -1
  163. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  164. package/pure-cell/modern/components/addon/index.js +1 -1
  165. package/pure-cell/modern/components/amount/component.js +1 -1
  166. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  167. package/pure-cell/modern/components/amount/index.js +1 -1
  168. package/pure-cell/modern/components/amount-title/component.js +1 -1
  169. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  170. package/pure-cell/modern/components/amount-title/index.js +1 -1
  171. package/pure-cell/modern/components/category/component.js +1 -1
  172. package/pure-cell/modern/components/category/index.d.ts +1 -1
  173. package/pure-cell/modern/components/category/index.js +1 -1
  174. package/pure-cell/modern/components/content/component.js +1 -1
  175. package/pure-cell/modern/components/content/index.d.ts +1 -1
  176. package/pure-cell/modern/components/content/index.js +1 -1
  177. package/pure-cell/modern/components/footer/component.js +1 -1
  178. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  179. package/pure-cell/modern/components/footer/index.js +1 -1
  180. package/pure-cell/modern/components/footer-button/component.js +1 -1
  181. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  182. package/pure-cell/modern/components/footer-button/index.js +1 -1
  183. package/pure-cell/modern/components/footer-text/component.js +1 -1
  184. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  185. package/pure-cell/modern/components/footer-text/index.js +1 -1
  186. package/pure-cell/modern/components/graphics/component.js +1 -1
  187. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  188. package/pure-cell/modern/components/graphics/index.js +1 -1
  189. package/pure-cell/modern/components/main/component.js +1 -1
  190. package/pure-cell/modern/components/main/index.d.ts +1 -1
  191. package/pure-cell/modern/components/main/index.js +1 -1
  192. package/pure-cell/modern/components/text/component.js +1 -1
  193. package/pure-cell/modern/components/text/index.d.ts +1 -1
  194. package/pure-cell/modern/components/text/index.js +1 -1
  195. package/pure-cell/modern/index.js +1 -1
  196. package/select/components/base-select/Component.js +2 -2
  197. package/select/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  198. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  199. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  200. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  201. package/select/esm/Component.responsive.js +3 -3
  202. package/select/esm/components/base-select/Component.js +2 -2
  203. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  204. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  205. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  206. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  207. package/select/esm/components/base-select/index.js +2 -2
  208. package/select/esm/components/index.js +2 -2
  209. package/select/esm/desktop/Component.desktop.js +2 -2
  210. package/select/esm/desktop/index.js +2 -2
  211. package/select/esm/index.js +3 -3
  212. package/select/esm/mobile/Component.mobile.js +3 -3
  213. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  214. package/select/esm/mobile/index.js +3 -3
  215. package/select/esm/presets/index.js +1 -1
  216. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  217. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  218. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  219. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  220. package/select/esm/shared/index.js +3 -3
  221. package/select/mobile/Component.mobile.js +1 -1
  222. package/select/modern/Component.responsive.js +3 -3
  223. package/select/modern/components/base-select/Component.js +2 -2
  224. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  225. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  226. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  227. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  228. package/select/modern/components/base-select/index.js +2 -2
  229. package/select/modern/components/index.js +2 -2
  230. package/select/modern/desktop/Component.desktop.js +2 -2
  231. package/select/modern/desktop/index.js +2 -2
  232. package/select/modern/index.js +3 -3
  233. package/select/modern/mobile/Component.mobile.js +3 -3
  234. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  235. package/select/modern/mobile/index.js +3 -3
  236. package/select/modern/presets/index.js +1 -1
  237. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  238. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  239. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  240. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  241. package/select/modern/shared/index.js +3 -3
  242. package/select/presets/index.js +1 -1
  243. package/select/presets/useSelectWithApply/hook.js +1 -1
  244. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  245. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  246. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  247. package/select/shared/index.js +1 -1
  248. package/side-panel/components/controls/Component.js +1 -1
  249. package/side-panel/components/footer/Component.js +1 -1
  250. package/side-panel/esm/Component.responsive.js +1 -1
  251. package/side-panel/esm/components/controls/Component.js +1 -1
  252. package/side-panel/esm/components/controls/index.js +1 -1
  253. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  254. package/side-panel/esm/components/footer/Component.js +1 -1
  255. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  256. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  257. package/side-panel/esm/desktop/index.js +1 -1
  258. package/side-panel/esm/index.js +1 -1
  259. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  260. package/side-panel/esm/mobile/index.js +1 -1
  261. package/side-panel/modern/Component.responsive.js +1 -1
  262. package/side-panel/modern/components/controls/Component.js +1 -1
  263. package/side-panel/modern/components/controls/index.js +1 -1
  264. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  265. package/side-panel/modern/components/footer/Component.js +1 -1
  266. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  267. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  268. package/side-panel/modern/desktop/index.js +1 -1
  269. package/side-panel/modern/index.js +1 -1
  270. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  271. package/side-panel/modern/mobile/index.js +1 -1
  272. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  273. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  274. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  275. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  276. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  277. package/tabs/esm/collapsible/index.js +1 -1
  278. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  279. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  280. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  281. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  282. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  283. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  284. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  285. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  286. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  287. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  288. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  289. package/tabs/esm/desktop/index.js +2 -2
  290. package/tabs/esm/index.js +2 -2
  291. package/tabs/esm/mobile/index.js +2 -2
  292. package/tabs/modern/collapsible/index.js +1 -1
  293. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  294. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  295. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  296. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  297. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  298. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  299. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  300. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  301. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  302. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  303. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  304. package/tabs/modern/desktop/index.js +2 -2
  305. package/tabs/modern/index.js +2 -2
  306. package/tabs/modern/mobile/index.js +2 -2
  307. package/textarea/Component.js +1 -1
  308. package/textarea/components/PseudoTextArea.js +1 -1
  309. package/textarea/components/index.d.ts +1 -1
  310. package/textarea/components/index.js +1 -1
  311. package/textarea/esm/Component.js +1 -1
  312. package/textarea/esm/components/PseudoTextArea.js +1 -1
  313. package/textarea/esm/components/index.d.ts +1 -1
  314. package/textarea/esm/components/index.js +1 -1
  315. package/textarea/esm/index.js +1 -1
  316. package/textarea/modern/Component.js +1 -1
  317. package/textarea/modern/components/PseudoTextArea.js +1 -1
  318. package/textarea/modern/components/index.d.ts +1 -1
  319. package/textarea/modern/components/index.js +1 -1
  320. package/textarea/modern/index.js +1 -1
  321. package/themes/compiled/mobile-dark-bluetint.css +35 -35
  322. /package/calendar-range/esm/{index.module-1890ae4b.js → index.module-04165e69.js} +0 -0
  323. /package/calendar-range/{index.module-14b488ff.js → index.module-27184f36.js} +0 -0
  324. /package/calendar-range/modern/{index.module-11ccdb00.js → index.module-5934a9ce.js} +0 -0
  325. /package/confirmation/{countdown-section-338ce33c.d.ts → countdown-section-dc708898.d.ts} +0 -0
  326. /package/confirmation/{countdown-section-338ce33c.js → countdown-section-dc708898.js} +0 -0
  327. /package/confirmation/esm/{countdown-section-7a3aa7f6.d.ts → countdown-section-79b1612a.d.ts} +0 -0
  328. /package/confirmation/esm/{countdown-section-7a3aa7f6.js → countdown-section-79b1612a.js} +0 -0
  329. /package/confirmation/modern/{countdown-section-ff163f11.d.ts → countdown-section-2921061f.d.ts} +0 -0
  330. /package/confirmation/modern/{countdown-section-ff163f11.js → countdown-section-2921061f.js} +0 -0
  331. /package/gallery/esm/{slide-8f53ef99.d.ts → slide-c10cd710.d.ts} +0 -0
  332. /package/gallery/esm/{slide-8f53ef99.js → slide-c10cd710.js} +0 -0
  333. /package/gallery/modern/{slide-c4837bcc.d.ts → slide-618331a8.d.ts} +0 -0
  334. /package/gallery/modern/{slide-c4837bcc.js → slide-618331a8.js} +0 -0
  335. /package/gallery/{slide-6ca02128.d.ts → slide-0cca0f85.d.ts} +0 -0
  336. /package/gallery/{slide-6ca02128.js → slide-0cca0f85.js} +0 -0
  337. /package/modal/esm/{layout.module-92b005a8.js → layout.module-db85a5f8.js} +0 -0
  338. /package/modal/{layout.module-5fe6eb60.js → layout.module-eb045a74.js} +0 -0
  339. /package/modal/modern/{layout.module-ee03e17c.js → layout.module-bda20622.js} +0 -0
  340. /package/pure-cell/{component-a8db97e1.d.ts → component-bfc4cd9b.d.ts} +0 -0
  341. /package/pure-cell/{component-a8db97e1.js → component-bfc4cd9b.js} +0 -0
  342. /package/pure-cell/esm/{component-f9da1b8b.d.ts → component-726c60bd.d.ts} +0 -0
  343. /package/pure-cell/esm/{component-f9da1b8b.js → component-726c60bd.js} +0 -0
  344. /package/pure-cell/modern/{component-9266f489.d.ts → component-46de3ea7.d.ts} +0 -0
  345. /package/pure-cell/modern/{component-9266f489.js → component-46de3ea7.js} +0 -0
  346. /package/select/esm/{hook-b6d144c6.d.ts → hook-350e1164.d.ts} +0 -0
  347. /package/select/esm/{hook-b6d144c6.js → hook-350e1164.js} +0 -0
  348. /package/select/esm/{list-popover-desktop-441a56b3.d.ts → list-popover-desktop-c9334fa9.d.ts} +0 -0
  349. /package/select/esm/{list-popover-desktop-441a56b3.js → list-popover-desktop-c9334fa9.js} +0 -0
  350. /package/select/esm/{mobile.module-bf98be3b.js → mobile.module-7a5988b1.js} +0 -0
  351. /package/select/{hook-1809a19d.d.ts → hook-932ade10.d.ts} +0 -0
  352. /package/select/{hook-1809a19d.js → hook-932ade10.js} +0 -0
  353. /package/select/{list-popover-desktop-6013d06b.d.ts → list-popover-desktop-cb1f4454.d.ts} +0 -0
  354. /package/select/{list-popover-desktop-6013d06b.js → list-popover-desktop-cb1f4454.js} +0 -0
  355. /package/select/{mobile.module-59343208.js → mobile.module-6d452a37.js} +0 -0
  356. /package/select/modern/{hook-897af883.d.ts → hook-cd9bfeaa.d.ts} +0 -0
  357. /package/select/modern/{hook-897af883.js → hook-cd9bfeaa.js} +0 -0
  358. /package/select/modern/{list-popover-desktop-c1bd2ca7.d.ts → list-popover-desktop-69fcd372.d.ts} +0 -0
  359. /package/select/modern/{list-popover-desktop-c1bd2ca7.js → list-popover-desktop-69fcd372.js} +0 -0
  360. /package/select/modern/{mobile.module-28d026ac.js → mobile.module-91fa2bbe.js} +0 -0
  361. /package/side-panel/esm/{layout.module-64e61b5d.js → layout.module-baab1d0a.js} +0 -0
  362. /package/side-panel/{layout.module-a319eb08.js → layout.module-bfaee567.js} +0 -0
  363. /package/side-panel/modern/{layout.module-8489d6b4.js → layout.module-28e07c14.js} +0 -0
  364. /package/tabs/esm/{index.module-754f303b.js → index.module-5dc448d8.js} +0 -0
  365. /package/tabs/esm/{index.module-32e23ff5.js → index.module-9c29c340.js} +0 -0
  366. /package/tabs/{index.module-44ba865a.js → index.module-40f69032.js} +0 -0
  367. /package/tabs/{index.module-d7b4ed4b.js → index.module-f0cef476.js} +0 -0
  368. /package/tabs/modern/{index.module-71c16dfb.js → index.module-263ea369.js} +0 -0
  369. /package/tabs/modern/{index.module-83112a3f.js → index.module-3fb42302.js} +0 -0
  370. /package/textarea/{PseudoTextArea-249055e4.d.ts → PseudoTextArea-19c5ed35.d.ts} +0 -0
  371. /package/textarea/{PseudoTextArea-249055e4.js → PseudoTextArea-19c5ed35.js} +0 -0
  372. /package/textarea/esm/{PseudoTextArea-f5378f70.d.ts → PseudoTextArea-fedff3e7.d.ts} +0 -0
  373. /package/textarea/esm/{PseudoTextArea-f5378f70.js → PseudoTextArea-fedff3e7.js} +0 -0
  374. /package/textarea/modern/{PseudoTextArea-2c3d0794.d.ts → PseudoTextArea-7326f9e9.d.ts} +0 -0
  375. /package/textarea/modern/{PseudoTextArea-2c3d0794.js → PseudoTextArea-7326f9e9.js} +0 -0
@@ -20,10 +20,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
20
20
  import '../scroll-controls/utils.js';
21
21
  import '../title/Component.js';
22
22
  import '../../../../skeleton/esm';
23
- import '../../index.module-754f303b.js';
23
+ import '../../index.module-5dc448d8.js';
24
24
  import '../../../../tag/esm/desktop';
25
25
  import '../secondary-tablist/Component.js';
26
- import '../../index.module-32e23ff5.js';
26
+ import '../../index.module-9c29c340.js';
27
27
 
28
28
  var views = {
29
29
  primary: PrimaryTabListDesktop,
@@ -20,10 +20,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
20
20
  import '../scroll-controls/utils.js';
21
21
  import '../title/Component.js';
22
22
  import '../../../../skeleton/esm';
23
- import '../../index.module-754f303b.js';
23
+ import '../../index.module-5dc448d8.js';
24
24
  import '../../../../tag/esm/mobile';
25
25
  import '../secondary-tablist/Component.js';
26
- import '../../index.module-32e23ff5.js';
26
+ import '../../index.module-9c29c340.js';
27
27
 
28
28
  var views = {
29
29
  primary: PrimaryTabListMobile,
@@ -22,12 +22,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
22
22
  import '../scroll-controls/utils.js';
23
23
  import '../title/Component.js';
24
24
  import '../../../../skeleton/esm';
25
- import '../../index.module-754f303b.js';
25
+ import '../../index.module-5dc448d8.js';
26
26
  import '../primary-tablist/Component.mobile.js';
27
27
  import '../secondary-tablist/Component.desktop.js';
28
28
  import '../../../../tag/esm/desktop';
29
29
  import '../secondary-tablist/Component.js';
30
- import '../../index.module-32e23ff5.js';
30
+ import '../../index.module-9c29c340.js';
31
31
  import '../secondary-tablist/Component.mobile.js';
32
32
  import '../../../../tag/esm/mobile';
33
33
 
@@ -21,8 +21,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
21
21
  import '../components/scroll-controls/utils.js';
22
22
  import '../components/title/Component.js';
23
23
  import '../../../skeleton/esm';
24
- import '../index.module-754f303b.js';
24
+ import '../index.module-5dc448d8.js';
25
25
  import '../../../tag/esm/desktop';
26
26
  import '../components/secondary-tablist/Component.js';
27
- import '../index.module-32e23ff5.js';
27
+ import '../index.module-9c29c340.js';
28
28
  import '../components/tabs/Component.js';
package/tabs/esm/index.js CHANGED
@@ -23,12 +23,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
23
23
  import './components/scroll-controls/utils.js';
24
24
  import './components/title/Component.js';
25
25
  import '../../skeleton/esm';
26
- import './index.module-754f303b.js';
26
+ import './index.module-5dc448d8.js';
27
27
  import './components/primary-tablist/Component.mobile.js';
28
28
  import './components/secondary-tablist/Component.desktop.js';
29
29
  import '../../tag/esm/desktop';
30
30
  import './components/secondary-tablist/Component.js';
31
- import './index.module-32e23ff5.js';
31
+ import './index.module-9c29c340.js';
32
32
  import './components/secondary-tablist/Component.mobile.js';
33
33
  import '../../tag/esm/mobile';
34
34
  import './components/tabs/Component.js';
@@ -21,8 +21,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
21
21
  import '../components/scroll-controls/utils.js';
22
22
  import '../components/title/Component.js';
23
23
  import '../../../skeleton/esm';
24
- import '../index.module-754f303b.js';
24
+ import '../index.module-5dc448d8.js';
25
25
  import '../../../tag/esm/mobile';
26
26
  import '../components/secondary-tablist/Component.js';
27
- import '../index.module-32e23ff5.js';
27
+ import '../index.module-9c29c340.js';
28
28
  import '../components/tabs/Component.js';
@@ -17,5 +17,5 @@ import 'react-merge-refs';
17
17
  import '../synthetic-events.js';
18
18
  import '../components/title/Component.js';
19
19
  import '../../../skeleton/modern';
20
- import '../index.module-71c16dfb.js';
20
+ import '../index.module-263ea369.js';
21
21
  import '../components/tabs/Component.js';
@@ -7,7 +7,7 @@ import { getComponentBreakpoint } from '../../../../shared/modern';
7
7
  import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
8
8
  import { createSyntheticMouseEvent } from '../../synthetic-events.js';
9
9
  import { Title } from '../title/Component.js';
10
- import { s as styles } from '../../index.module-71c16dfb.js';
10
+ import { s as styles } from '../../index.module-263ea369.js';
11
11
  import '../../../../mq/modern';
12
12
  import '../../hooks/use-collapsible-elements.js';
13
13
  import '@juggle/resize-observer';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { PrimaryTabList } from './Component.js';
3
- import { s as styles } from '../../index.module-71c16dfb.js';
3
+ import { s as styles } from '../../index.module-263ea369.js';
4
4
  import '@juggle/resize-observer';
5
5
  import 'classnames';
6
6
  import '../../../../keyboard-focusable/modern';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { PrimaryTabList } from './Component.js';
3
- import { s as styles$1 } from '../../index.module-71c16dfb.js';
3
+ import { s as styles$1 } from '../../index.module-263ea369.js';
4
4
  import '@juggle/resize-observer';
5
5
  import 'classnames';
6
6
  import '../../../../keyboard-focusable/modern';
@@ -19,7 +19,7 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
19
19
  import '../scroll-controls/utils.js';
20
20
  import '../title/Component.js';
21
21
  import '../../../../skeleton/modern';
22
- import '../../index.module-71c16dfb.js';
22
+ import '../../index.module-263ea369.js';
23
23
 
24
24
  const PrimaryTabListResponsive = ({ size, breakpoint = getComponentBreakpoint(), fullWidthScroll, defaultMatchMediaValue, ...restProps }) => {
25
25
  const [isDesktop] = useMatchMedia(`(min-width: ${breakpoint}px)`, defaultMatchMediaValue);
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { TagDesktop } from '../../../../tag/modern/desktop';
3
3
  import { SecondaryTabList } from './Component.js';
4
- import { c as commonStyles } from '../../index.module-83112a3f.js';
4
+ import { c as commonStyles } from '../../index.module-3fb42302.js';
5
5
  import 'classnames';
6
6
  import '../../../../skeleton/modern';
7
7
  import '../../hooks/use-tabs.js';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { TagMobile } from '../../../../tag/modern/mobile';
4
4
  import { SecondaryTabList } from './Component.js';
5
- import { c as commonStyles } from '../../index.module-83112a3f.js';
5
+ import { c as commonStyles } from '../../index.module-3fb42302.js';
6
6
  import '../../../../skeleton/modern';
7
7
  import '../../hooks/use-tabs.js';
8
8
  import 'react-merge-refs';
@@ -17,7 +17,7 @@ import '../../../../icon-button/modern';
17
17
  import '@alfalab/icons-glyph/ChevronLeftCompactSIcon';
18
18
  import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
19
19
  import '../scroll-controls/utils.js';
20
- import '../../index.module-83112a3f.js';
20
+ import '../../index.module-3fb42302.js';
21
21
  import '../../../../tag/modern/mobile';
22
22
 
23
23
  const SecondaryTabListResponsive = ({ defaultMatchMediaValue, fullWidthScroll, breakpoint = getComponentBreakpoint(), ...restProps }) => {
@@ -16,7 +16,7 @@ import 'react-merge-refs';
16
16
  import '../../synthetic-events.js';
17
17
  import '../title/Component.js';
18
18
  import '../../../../skeleton/modern';
19
- import '../../index.module-71c16dfb.js';
19
+ import '../../index.module-263ea369.js';
20
20
 
21
21
  const TabsCollapsible = ({ ...restProps }) => (React.createElement(Tabs, { TabList: CollapsiblePrimaryTabList, ...restProps }));
22
22
 
@@ -19,10 +19,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
19
19
  import '../scroll-controls/utils.js';
20
20
  import '../title/Component.js';
21
21
  import '../../../../skeleton/modern';
22
- import '../../index.module-71c16dfb.js';
22
+ import '../../index.module-263ea369.js';
23
23
  import '../../../../tag/modern/desktop';
24
24
  import '../secondary-tablist/Component.js';
25
- import '../../index.module-83112a3f.js';
25
+ import '../../index.module-3fb42302.js';
26
26
 
27
27
  const views = {
28
28
  primary: PrimaryTabListDesktop,
@@ -19,10 +19,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
19
19
  import '../scroll-controls/utils.js';
20
20
  import '../title/Component.js';
21
21
  import '../../../../skeleton/modern';
22
- import '../../index.module-71c16dfb.js';
22
+ import '../../index.module-263ea369.js';
23
23
  import '../../../../tag/modern/mobile';
24
24
  import '../secondary-tablist/Component.js';
25
- import '../../index.module-83112a3f.js';
25
+ import '../../index.module-3fb42302.js';
26
26
 
27
27
  const views = {
28
28
  primary: PrimaryTabListMobile,
@@ -21,12 +21,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
21
21
  import '../scroll-controls/utils.js';
22
22
  import '../title/Component.js';
23
23
  import '../../../../skeleton/modern';
24
- import '../../index.module-71c16dfb.js';
24
+ import '../../index.module-263ea369.js';
25
25
  import '../primary-tablist/Component.mobile.js';
26
26
  import '../secondary-tablist/Component.desktop.js';
27
27
  import '../../../../tag/modern/desktop';
28
28
  import '../secondary-tablist/Component.js';
29
- import '../../index.module-83112a3f.js';
29
+ import '../../index.module-3fb42302.js';
30
30
  import '../secondary-tablist/Component.mobile.js';
31
31
  import '../../../../tag/modern/mobile';
32
32
 
@@ -20,8 +20,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
20
20
  import '../components/scroll-controls/utils.js';
21
21
  import '../components/title/Component.js';
22
22
  import '../../../skeleton/modern';
23
- import '../index.module-71c16dfb.js';
23
+ import '../index.module-263ea369.js';
24
24
  import '../../../tag/modern/desktop';
25
25
  import '../components/secondary-tablist/Component.js';
26
- import '../index.module-83112a3f.js';
26
+ import '../index.module-3fb42302.js';
27
27
  import '../components/tabs/Component.js';
@@ -22,12 +22,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
22
22
  import './components/scroll-controls/utils.js';
23
23
  import './components/title/Component.js';
24
24
  import '../../skeleton/modern';
25
- import './index.module-71c16dfb.js';
25
+ import './index.module-263ea369.js';
26
26
  import './components/primary-tablist/Component.mobile.js';
27
27
  import './components/secondary-tablist/Component.desktop.js';
28
28
  import '../../tag/modern/desktop';
29
29
  import './components/secondary-tablist/Component.js';
30
- import './index.module-83112a3f.js';
30
+ import './index.module-3fb42302.js';
31
31
  import './components/secondary-tablist/Component.mobile.js';
32
32
  import '../../tag/modern/mobile';
33
33
  import './components/tabs/Component.js';
@@ -20,8 +20,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
20
20
  import '../components/scroll-controls/utils.js';
21
21
  import '../components/title/Component.js';
22
22
  import '../../../skeleton/modern';
23
- import '../index.module-71c16dfb.js';
23
+ import '../index.module-263ea369.js';
24
24
  import '../../../tag/modern/mobile';
25
25
  import '../components/secondary-tablist/Component.js';
26
- import '../index.module-83112a3f.js';
26
+ import '../index.module-3fb42302.js';
27
27
  import '../components/tabs/Component.js';
@@ -8,7 +8,7 @@ var cn = require('classnames');
8
8
  var coreComponentsFormControl = require('../form-control');
9
9
  var coreComponentsShared = require('../shared');
10
10
  var hooks = require('@alfalab/hooks');
11
- var components_PseudoTextArea = require('./PseudoTextArea-249055e4.js');
11
+ var components_PseudoTextArea = require('./PseudoTextArea-19c5ed35.js');
12
12
  var consts = require('./consts.js');
13
13
 
14
14
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  require('react');
4
4
  require('classnames');
5
5
  require('../consts.js');
6
- var components_PseudoTextArea = require('../PseudoTextArea-249055e4.js');
6
+ var components_PseudoTextArea = require('../PseudoTextArea-19c5ed35.js');
7
7
 
8
8
 
9
9
 
@@ -1 +1 @@
1
- export * from "../PseudoTextArea-249055e4";
1
+ export * from "../PseudoTextArea-19c5ed35";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var components_PseudoTextArea = require('../PseudoTextArea-249055e4.js');
3
+ var components_PseudoTextArea = require('../PseudoTextArea-19c5ed35.js');
4
4
 
5
5
 
6
6
 
@@ -6,7 +6,7 @@ import cn from 'classnames';
6
6
  import { FormControl } from '../../form-control/esm';
7
7
  import { getDataTestId } from '../../shared/esm';
8
8
  import { useMedia, useFocus } from '@alfalab/hooks';
9
- import { s as styles, P as PseudoTextArea } from './PseudoTextArea-f5378f70.js';
9
+ import { s as styles, P as PseudoTextArea } from './PseudoTextArea-fedff3e7.js';
10
10
  import { SIZE_TO_CLASSNAME_MAP } from './consts.js';
11
11
 
12
12
  var defaultColors = {"input":"textarea__input_1duvl","hasInnerLabel":"textarea__hasInnerLabel_1duvl","disableUserInput":"textarea__disableUserInput_1duvl","error":"textarea__error_1duvl","textarea":"textarea__textarea_1duvl","hint":"textarea__hint_1duvl"};
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- export { P as PseudoTextArea } from '../PseudoTextArea-f5378f70.js';
3
+ export { P as PseudoTextArea } from '../PseudoTextArea-fedff3e7.js';
4
4
  import '../consts.js';
@@ -1 +1 @@
1
- export * from "../PseudoTextArea-f5378f70";
1
+ export * from "../PseudoTextArea-fedff3e7";
@@ -1,4 +1,4 @@
1
- export { P as PseudoTextArea } from '../PseudoTextArea-f5378f70.js';
1
+ export { P as PseudoTextArea } from '../PseudoTextArea-fedff3e7.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '../consts.js';
@@ -7,5 +7,5 @@ import 'classnames';
7
7
  import '../../form-control/esm';
8
8
  import '../../shared/esm';
9
9
  import '@alfalab/hooks';
10
- import './PseudoTextArea-f5378f70.js';
10
+ import './PseudoTextArea-fedff3e7.js';
11
11
  import './consts.js';
@@ -5,7 +5,7 @@ import cn from 'classnames';
5
5
  import { FormControl } from '../../form-control/modern';
6
6
  import { getDataTestId } from '../../shared/modern';
7
7
  import { useMedia, useFocus } from '@alfalab/hooks';
8
- import { s as styles, P as PseudoTextArea } from './PseudoTextArea-2c3d0794.js';
8
+ import { s as styles, P as PseudoTextArea } from './PseudoTextArea-7326f9e9.js';
9
9
  import { SIZE_TO_CLASSNAME_MAP } from './consts.js';
10
10
 
11
11
  const defaultColors = {"input":"textarea__input_1duvl","hasInnerLabel":"textarea__hasInnerLabel_1duvl","disableUserInput":"textarea__disableUserInput_1duvl","error":"textarea__error_1duvl","textarea":"textarea__textarea_1duvl","hint":"textarea__hint_1duvl"};
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- export { P as PseudoTextArea } from '../PseudoTextArea-2c3d0794.js';
3
+ export { P as PseudoTextArea } from '../PseudoTextArea-7326f9e9.js';
4
4
  import '../consts.js';
@@ -1 +1 @@
1
- export * from "../PseudoTextArea-2c3d0794";
1
+ export * from "../PseudoTextArea-7326f9e9";
@@ -1,4 +1,4 @@
1
- export { P as PseudoTextArea } from '../PseudoTextArea-2c3d0794.js';
1
+ export { P as PseudoTextArea } from '../PseudoTextArea-7326f9e9.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '../consts.js';
@@ -6,5 +6,5 @@ import 'classnames';
6
6
  import '../../form-control/modern';
7
7
  import '../../shared/modern';
8
8
  import '@alfalab/hooks';
9
- import './PseudoTextArea-2c3d0794.js';
9
+ import './PseudoTextArea-7326f9e9.js';
10
10
  import './consts.js';
@@ -170,7 +170,14 @@
170
170
  background: rgba(255, 255, 255, 0.94);
171
171
  } .hatching-progress-bar__accent_1qbul {
172
172
  background: #f83a2a;
173
- }.indicator__component_qjjjy {
173
+ }.icon-view__component_1l6qj {
174
+ color: rgba(238, 238, 251, 0.55)
175
+ } .icon-view__bg_1l6qj {
176
+ fill: #1c1c1e;
177
+ } .icon-view__border_1l6qj {
178
+ stroke: rgba(225, 225, 248, 0.09);
179
+ fill: transparent;
180
+ }.indicator__component_qjjjy {
174
181
  color: rgba(255, 255, 255, 0.94);
175
182
  background-color: #f83a2a;
176
183
  } .indicator__red_qjjjy {
@@ -188,14 +195,7 @@
188
195
  color: rgba(255, 255, 255, 0.94)
189
196
  } .indicator__grey_qjjjy.indicator__border_qjjjy {
190
197
  outline: 2px solid rgba(3, 3, 6, 0.88);
191
- }.icon-view__component_1l6qj {
192
- color: rgba(238, 238, 251, 0.55)
193
- } .icon-view__bg_1l6qj {
194
- fill: #1c1c1e;
195
- } .icon-view__border_1l6qj {
196
- stroke: rgba(225, 225, 248, 0.09);
197
- fill: transparent;
198
- }@keyframes loader__blink_12hs9 {
198
+ }@keyframes loader__blink_12hs9 {
199
199
  }.link__primary_532gm {
200
200
  color: rgba(255, 255, 255, 0.94);
201
201
  border-bottom-color: rgba(255, 255, 255, 0.94)
@@ -308,31 +308,7 @@
308
308
  background: #f83a2a;
309
309
  } .slider__component_1kqq3 .noUi-pips {
310
310
  color: rgba(238, 238, 251, 0.55);
311
- }.skeleton__component_xpcbx {
312
- background: rgba(214, 214, 229, 0.07);
313
- } @keyframes skeleton__background_xpcbx {
314
- 0% {
315
- background: rgba(214, 214, 229, 0.07);
316
- }
317
- 100% {
318
- background: rgba(222, 222, 238, 0.13);
319
- }
320
- }
321
- .skeleton__component_181gv {
322
- color: transparent
323
- } .skeleton__component_181gv:before {
324
- background: transparent;
325
- }
326
- .skeleton__component_1h7oj {
327
- background: rgba(38, 55, 88, 0.06);
328
- } @keyframes skeleton__background-inverted_1h7oj {
329
- 0% {
330
- background: rgba(38, 55, 88, 0.06);
331
- }
332
- 100% {
333
- background: rgba(15, 25, 55, 0.1);
334
- }
335
- }.segmented-control__wrapper_11fax {
311
+ }.segmented-control__wrapper_11fax {
336
312
  background-color: rgba(225, 225, 248, 0.09);
337
313
  } .segmented-control__segment_11fax.segmented-control__selected_11fax {
338
314
  color: rgba(255, 255, 255, 0.94);
@@ -366,7 +342,31 @@
366
342
  color: rgba(3, 3, 6, 0.88)
367
343
  } .segmented-control__segment_i6wit:not(:first-child):before {
368
344
  background-color: rgba(15, 25, 55, 0.1);
369
- }.spinner__component_ue4fd {
345
+ }.skeleton__component_xpcbx {
346
+ background: rgba(214, 214, 229, 0.07);
347
+ } @keyframes skeleton__background_xpcbx {
348
+ 0% {
349
+ background: rgba(214, 214, 229, 0.07);
350
+ }
351
+ 100% {
352
+ background: rgba(222, 222, 238, 0.13);
353
+ }
354
+ }
355
+ .skeleton__component_181gv {
356
+ color: transparent
357
+ } .skeleton__component_181gv:before {
358
+ background: transparent;
359
+ }
360
+ .skeleton__component_1h7oj {
361
+ background: rgba(38, 55, 88, 0.06);
362
+ } @keyframes skeleton__background-inverted_1h7oj {
363
+ 0% {
364
+ background: rgba(38, 55, 88, 0.06);
365
+ }
366
+ 100% {
367
+ background: rgba(15, 25, 55, 0.1);
368
+ }
369
+ }.spinner__component_ue4fd {
370
370
  color: rgba(255, 255, 255, 0.94);
371
371
  }
372
372
  @keyframes spinner__spin_animation_ynska {
File without changes