@alfalab/core-components 42.14.0-beta.0 → 42.14.0-beta.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.
- package/calendar-input/Component-10db897e.d.ts +183 -3
- package/calendar-input/Component-5684a67d.d.ts +23 -0
- package/calendar-input/Component-69921c40.d.ts +12 -172
- package/calendar-input/Component-e2b6c730.d.ts +76 -0
- package/calendar-input/Component.desktop-b5b4c59f.d.ts +5 -72
- package/calendar-input/components/calendar-input/Component.d.ts +1 -1
- package/{custom-picker-button/cssm → calendar-input}/desktop-89f0cb07.d.ts +1 -1
- package/calendar-input/esm/Component-10db897e.d.ts +183 -3
- package/calendar-input/esm/Component-5684a67d.d.ts +23 -0
- package/calendar-input/esm/Component-69921c40.d.ts +12 -172
- package/calendar-input/esm/Component-e2b6c730.d.ts +76 -0
- package/calendar-input/esm/Component.desktop-b5b4c59f.d.ts +5 -72
- package/calendar-input/esm/components/calendar-input/Component.d.ts +1 -1
- package/calendar-input/esm/{desktop-69921c40.d.ts → desktop-89f0cb07.d.ts} +1 -1
- package/calendar-input/esm/index-89f0cb07.d.ts +1 -1
- package/calendar-input/esm/index-ebda875c.d.ts +1 -1
- package/calendar-input/esm/index-f034f741.d.ts +2 -80
- package/calendar-input/esm/mobile-c219f8ca.d.ts +368 -1
- package/calendar-input/esm/utils-e0a54580.d.ts +8 -0
- package/calendar-input/index-89f0cb07.d.ts +1 -1
- package/calendar-input/index-ebda875c.d.ts +1 -1
- package/calendar-input/index-f034f741.d.ts +2 -80
- package/calendar-input/mobile-c219f8ca.d.ts +368 -1
- package/calendar-input/utils-e0a54580.d.ts +8 -0
- package/confirmation/component.desktop.js +1 -1
- package/confirmation/component.mobile.js +1 -1
- package/confirmation/component.responsive.js +1 -1
- package/confirmation/components/base-confirmation/component.js +1 -1
- package/confirmation/components/base-confirmation/index.js +1 -1
- package/confirmation/components/index.js +1 -1
- package/confirmation/components/screens/index.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.js +1 -1
- package/confirmation/desktop.js +1 -1
- package/confirmation/esm/component.desktop.js +1 -1
- package/confirmation/esm/component.mobile.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile.js +1 -1
- package/confirmation/esm/shared.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/mobile.js +1 -1
- package/confirmation/modern/component.desktop.js +1 -1
- package/confirmation/modern/component.mobile.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile.js +1 -1
- package/confirmation/modern/shared.js +1 -1
- package/confirmation/shared.js +1 -1
- package/custom-picker-button/cssm/Component-0f4b9bed.d.ts +4 -21
- package/custom-picker-button/cssm/Component-10db897e.d.ts +265 -41
- package/custom-picker-button/cssm/Component-aed0af6e.d.ts +11 -0
- package/custom-picker-button/cssm/Component-ebda875c.d.ts +98 -9
- package/custom-picker-button/cssm/Component-f12ee135.d.ts +72 -0
- package/custom-picker-button/cssm/Component.desktop-4cd3936b.d.ts +49 -0
- package/custom-picker-button/cssm/Component.desktop-785df74d.d.ts +1 -1
- package/custom-picker-button/cssm/Component.mobile-96988a65.d.ts +6 -0
- package/custom-picker-button/cssm/Component.mobile-d7e9f69d.d.ts +1 -1
- package/custom-picker-button/cssm/Component.mobile.d.ts +9 -1
- package/custom-picker-button/cssm/{index-8b2c2707.d.ts → Component.responsive-0aa4e915.d.ts} +1 -2
- package/custom-picker-button/cssm/Component.responsive-d7e9f69d.d.ts +26 -0
- package/custom-picker-button/cssm/desktop-d446ae02.d.ts +2 -39
- package/custom-picker-button/cssm/hook-8abfea97.d.ts +4 -4
- package/custom-picker-button/cssm/hook-ebda875c.d.ts +48 -0
- package/custom-picker-button/cssm/index-89f0cb07.d.ts +2 -0
- package/custom-picker-button/cssm/index-bdb4c6b9.d.ts +180 -2
- package/custom-picker-button/cssm/index-c44170fe.d.ts +2 -17
- package/custom-picker-button/cssm/index-ebda875c.d.ts +200 -18
- package/custom-picker-button/cssm/index-f12ee135.d.ts +324 -3
- package/custom-picker-button/cssm/shared-4cd3936b.d.ts +1 -60
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/index.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/index.js +2 -2
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/index.js +2 -2
- package/input/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/input-autocomplete/Component-0f4b9bed.d.ts +3 -70
- package/input-autocomplete/Component-511e54fa.d.ts +9 -0
- package/input-autocomplete/Component-72dda473.d.ts +53 -0
- package/input-autocomplete/Component-aed0af6e.d.ts +11 -0
- package/input-autocomplete/Component-ebda875c.d.ts +293 -8
- package/input-autocomplete/Component-f12ee135.d.ts +72 -0
- package/input-autocomplete/Component.desktop.d.ts +1 -1
- package/input-autocomplete/Component.mobile.d.ts +2 -2
- package/input-autocomplete/Component.modal.mobile.d.ts +3 -3
- package/input-autocomplete/Component.responsive.d.ts +4 -4
- package/input-autocomplete/hook-8abfea97.d.ts +4 -4
- package/input-autocomplete/hook-ebda875c.d.ts +48 -0
- package/input-autocomplete/index-bdb4c6b9.d.ts +180 -2
- package/input-autocomplete/index-c76d6398.d.ts +184 -6
- package/input-autocomplete/index-ebda875c.d.ts +190 -117
- package/input-autocomplete/index-f12ee135.d.ts +275 -3
- package/{custom-picker-button/cssm/Component.modal.mobile-0f4b9bed.d.ts → input-autocomplete/mobile-45dc17c6.d.ts} +13 -26
- package/input-autocomplete/shared-4cd3936b.d.ts +1 -59
- package/package.json +1 -1
- package/pass-code/Component-89f0cb07.d.ts +1 -1
- package/phone-input/cssm/utils/index.js +1 -3
- package/pure-cell/component-5a229016.d.ts +5 -5
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/Component.mobile.js +1 -1
- package/select/Component.modal.mobile.js +1 -1
- package/select/Component.responsive.js +1 -1
- package/select/esm/Component.mobile.js +1 -1
- package/select/esm/Component.modal.mobile.js +1 -1
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/index.js +1 -1
- package/select/esm/mobile.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared.js +1 -1
- package/select/index.js +1 -1
- package/select/mobile.js +1 -1
- package/select/modern/Component.mobile-f1f15074.d.ts +11 -11
- package/select/modern/Component.mobile.js +1 -1
- package/select/modern/Component.modal.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/index.js +1 -1
- package/select/modern/mobile.js +1 -1
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared.js +1 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared.js +1 -1
- package/select-with-tags/components/tag-list/component.js +2 -2
- package/select-with-tags/cssm/components/tag-list/component.js +2 -2
- package/select-with-tags/esm/components/tag-list/component.js +3 -3
- package/select-with-tags/modern/components/tag-list/component.js +3 -3
- package/table/esm/desktop-69921c40.d.ts +1 -1
- package/table/esm/index-ebda875c.d.ts +1 -1
- package/table/esm/mobile-89f0cb07.d.ts +1 -1
- package/tabs/collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/components/tabs/Component.collapsible.js +1 -1
- package/tabs/components/tabs/Component.desktop.js +2 -2
- package/tabs/components/tabs/Component.mobile.js +2 -2
- package/tabs/components/tabs/Component.responsive.js +2 -2
- package/tabs/desktop.js +2 -2
- package/tabs/esm/collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile.js +2 -2
- package/tabs/index.js +2 -2
- package/tabs/mobile.js +2 -2
- package/tabs/modern/collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile.js +2 -2
- package/textarea/Component.d.ts +1 -1
- package/textarea/Component.js +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/esm/Component.js +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.js +1 -1
- package/textarea/index.js +1 -1
- package/textarea/modern/Component.js +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +32 -32
- package/themes/dist/compiled/mobile-dark-bluetint.css +77 -77
- package/typography/component.js +2 -2
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
- package/calendar-input/Component-b5b4c59f.d.ts +0 -389
- package/calendar-input/Component-ebda875c.d.ts +0 -35
- package/calendar-input/esm/Component-b5b4c59f.d.ts +0 -389
- package/calendar-input/esm/Component-ebda875c.d.ts +0 -35
- package/custom-picker-button/cssm/Component-69921c40.d.ts +0 -184
- package/custom-picker-button/cssm/Component-89f0cb07.d.ts +0 -38
- package/custom-picker-button/cssm/Component-8b2c2707.d.ts +0 -12
- package/custom-picker-button/cssm/Component.mobile-d446ae02.d.ts +0 -23
- package/custom-picker-button/cssm/component-10db897e.d.ts +0 -44
- package/custom-picker-button/cssm/mobile-89f0cb07.d.ts +0 -2
- package/custom-picker-button/cssm/types-67a2d8af.d.ts +0 -276
- package/custom-picker-button/cssm/utils-1574ad8b.d.ts +0 -29
- package/custom-picker-button/cssm/utils-49cc3c24.d.ts +0 -8
- package/input/esm/Component.desktop-ebda875c.d.ts +0 -6
- package/input-autocomplete/Component-69921c40.d.ts +0 -184
- package/input-autocomplete/Component.modal.mobile-0f4b9bed.d.ts +0 -60
- package/input-autocomplete/mobile-f28cbba0.d.ts +0 -5
- package/input-autocomplete/types-72dda473.d.ts +0 -276
- package/input-autocomplete/utils-1574ad8b.d.ts +0 -29
- /package/calendar-input/{Component.desktop-0aa4e915.d.ts → Component.desktop-89f0cb07.d.ts} +0 -0
- /package/calendar-input/{Component.responsive-0aa4e915.d.ts → Component.responsive-16b1285a.d.ts} +0 -0
- /package/calendar-input/{desktop-63dec22f.d.ts → desktop-b5b4c59f.d.ts} +0 -0
- /package/calendar-input/esm/{Component.desktop-0aa4e915.d.ts → Component.desktop-89f0cb07.d.ts} +0 -0
- /package/calendar-input/esm/{Component.responsive-0aa4e915.d.ts → Component.responsive-16b1285a.d.ts} +0 -0
- /package/calendar-input/esm/{desktop-63dec22f.d.ts → desktop-b5b4c59f.d.ts} +0 -0
- /package/calendar-input/esm/{shared-f034f741.d.ts → shared-71d94e2b.d.ts} +0 -0
- /package/calendar-input/{shared-f034f741.d.ts → shared-71d94e2b.d.ts} +0 -0
- /package/confirmation/{countdown-section-6c6108cc.d.ts → countdown-section-8723262f.d.ts} +0 -0
- /package/confirmation/{countdown-section-6c6108cc.js → countdown-section-8723262f.js} +0 -0
- /package/confirmation/esm/{countdown-section-d6bdbf45.d.ts → countdown-section-59445a9d.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-d6bdbf45.js → countdown-section-59445a9d.js} +0 -0
- /package/confirmation/modern/{countdown-section-3348e907.d.ts → countdown-section-9d58dbd0.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-3348e907.js → countdown-section-9d58dbd0.js} +0 -0
- /package/{calendar-input → custom-picker-button/cssm}/desktop-69921c40.d.ts +0 -0
- /package/custom-picker-button/cssm/{mobile-d7e9f69d.d.ts → mobile-96988a65.d.ts} +0 -0
- /package/custom-picker-button/cssm/{useSkeleton-ebda875c.d.ts → useSkeleton-1b036d4b.d.ts} +0 -0
- /package/gallery/{buttons-956df736.d.ts → buttons-c2946e99.d.ts} +0 -0
- /package/gallery/{buttons-956df736.js → buttons-c2946e99.js} +0 -0
- /package/gallery/esm/{buttons-aea7680d.d.ts → buttons-2f514347.d.ts} +0 -0
- /package/gallery/esm/{buttons-aea7680d.js → buttons-2f514347.js} +0 -0
- /package/gallery/esm/{slide-b35666e6.d.ts → slide-6200c841.d.ts} +0 -0
- /package/gallery/esm/{slide-b35666e6.js → slide-6200c841.js} +0 -0
- /package/gallery/modern/{buttons-1db6ece7.d.ts → buttons-daed8c53.d.ts} +0 -0
- /package/gallery/modern/{buttons-1db6ece7.js → buttons-daed8c53.js} +0 -0
- /package/gallery/modern/{slide-bfc856d6.d.ts → slide-9c566ede.d.ts} +0 -0
- /package/gallery/modern/{slide-bfc856d6.js → slide-9c566ede.js} +0 -0
- /package/gallery/{slide-cb28b058.d.ts → slide-7341a45a.d.ts} +0 -0
- /package/gallery/{slide-cb28b058.js → slide-7341a45a.js} +0 -0
- /package/input-autocomplete/{desktop-69921c40.d.ts → desktop-89f0cb07.d.ts} +0 -0
- /package/input-autocomplete/{mobile-89f0cb07.d.ts → mobile-511e54fa.d.ts} +0 -0
- /package/input-autocomplete/{useSkeleton-ebda875c.d.ts → useSkeleton-1b036d4b.d.ts} +0 -0
- /package/pure-cell/{component-e27ea294.d.ts → component-7136d2c4.d.ts} +0 -0
- /package/pure-cell/{component-e27ea294.js → component-7136d2c4.js} +0 -0
- /package/pure-cell/esm/{component-91d54387.d.ts → component-9283ef49.d.ts} +0 -0
- /package/pure-cell/esm/{component-91d54387.js → component-9283ef49.js} +0 -0
- /package/pure-cell/modern/{component-b4d6f3df.d.ts → component-a054d5de.d.ts} +0 -0
- /package/pure-cell/modern/{component-b4d6f3df.js → component-a054d5de.js} +0 -0
- /package/select/esm/{hook-1e576b85.d.ts → hook-518a91e8.d.ts} +0 -0
- /package/select/esm/{hook-1e576b85.js → hook-518a91e8.js} +0 -0
- /package/select/{hook-ccde557f.d.ts → hook-a53d56df.d.ts} +0 -0
- /package/select/{hook-ccde557f.js → hook-a53d56df.js} +0 -0
- /package/select/modern/{hook-99a2fb1e.d.ts → hook-d12722c8.d.ts} +0 -0
- /package/select/modern/{hook-99a2fb1e.js → hook-d12722c8.js} +0 -0
- /package/tabs/esm/{index.module-7113783f.js → index.module-0f6b39bf.js} +0 -0
- /package/tabs/esm/{index.module-86ab206a.js → index.module-60cd5e36.js} +0 -0
- /package/tabs/{index.module-9c73a2c9.js → index.module-3aa3fb0d.js} +0 -0
- /package/tabs/{index.module-93bf43a7.js → index.module-e49b1aad.js} +0 -0
- /package/tabs/modern/{index.module-093870a5.js → index.module-15662f77.js} +0 -0
- /package/tabs/modern/{index.module-c208eaf4.js → index.module-7ebfe235.js} +0 -0
- /package/textarea/{PseudoTextArea-127b3039.d.ts → PseudoTextArea-b2663c55.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-127b3039.js → PseudoTextArea-b2663c55.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-753420b6.d.ts → PseudoTextArea-d59909ae.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-753420b6.js → PseudoTextArea-d59909ae.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-225560e0.d.ts → PseudoTextArea-289e846a.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-225560e0.js → PseudoTextArea-289e846a.js} +0 -0
- /package/typography/{colors.module-ac9930eb.js → colors.module-146acee0.js} +0 -0
- /package/typography/{common.module-bcc7d762.js → common.module-1d14d6b1.js} +0 -0
- /package/typography/esm/{colors.module-2c86edcf.js → colors.module-be2eb231.js} +0 -0
- /package/typography/esm/{common.module-8c88e5ef.js → common.module-b56a8aa0.js} +0 -0
- /package/typography/modern/{colors.module-30df9d7a.js → colors.module-f71cc7ad.js} +0 -0
- /package/typography/modern/{common.module-be4581e7.js → common.module-6d66fc7d.js} +0 -0
package/tabs/mobile.js
CHANGED
|
@@ -21,10 +21,10 @@ require('@alfalab/icons-glyph/ChevronLeftMIcon');
|
|
|
21
21
|
require('@alfalab/icons-glyph/ChevronRightMIcon');
|
|
22
22
|
require('./components/scroll-controls/utils.js');
|
|
23
23
|
require('./components/title/Component.js');
|
|
24
|
-
require('./index.module-
|
|
24
|
+
require('./index.module-e49b1aad.js');
|
|
25
25
|
require('../tag/mobile');
|
|
26
26
|
require('./components/secondary-tablist/Component.js');
|
|
27
|
-
require('./index.module-
|
|
27
|
+
require('./index.module-3aa3fb0d.js');
|
|
28
28
|
require('./components/tabs/Component.js');
|
|
29
29
|
|
|
30
30
|
|
|
@@ -10,7 +10,7 @@ import '@juggle/resize-observer';
|
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
11
|
import '../../shared/modern';
|
|
12
12
|
import './components/title/Component.js';
|
|
13
|
-
import './index.module-
|
|
13
|
+
import './index.module-7ebfe235.js';
|
|
14
14
|
import './components/primary-tablist/Component.collapsible.js';
|
|
15
15
|
import './hooks/use-tablist-titles.js';
|
|
16
16
|
import './hooks/use-collapsible-elements.js';
|
|
@@ -6,7 +6,7 @@ import { PickerButtonDesktop } from '../../../../picker-button/modern/desktop';
|
|
|
6
6
|
import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
|
|
7
7
|
import { createSyntheticMouseEvent } from '../../synthetic-events.js';
|
|
8
8
|
import { Title } from '../title/Component.js';
|
|
9
|
-
import { c as commonStyles } from '../../index.module-
|
|
9
|
+
import { c as commonStyles } from '../../index.module-7ebfe235.js';
|
|
10
10
|
import '../../../../mq/modern';
|
|
11
11
|
import '@juggle/resize-observer';
|
|
12
12
|
import '@alfalab/hooks';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { PrimaryTabList } from './Component.js';
|
|
3
|
-
import { c as commonStyles } from '../../index.module-
|
|
3
|
+
import { c as commonStyles } from '../../index.module-7ebfe235.js';
|
|
4
4
|
import '@juggle/resize-observer';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../../keyboard-focusable/modern';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { PrimaryTabList } from './Component.js';
|
|
4
|
-
import { c as commonStyles } from '../../index.module-
|
|
4
|
+
import { c as commonStyles } from '../../index.module-7ebfe235.js';
|
|
5
5
|
import '@juggle/resize-observer';
|
|
6
6
|
import '../../../../keyboard-focusable/modern';
|
|
7
7
|
import '../../../../shared/modern';
|
|
@@ -14,7 +14,7 @@ import 'lodash.debounce';
|
|
|
14
14
|
import '../../../../icon-button/modern';
|
|
15
15
|
import '@alfalab/icons-glyph/ChevronLeftMIcon';
|
|
16
16
|
import '@alfalab/icons-glyph/ChevronRightMIcon';
|
|
17
|
-
import '../../index.module-
|
|
17
|
+
import '../../index.module-7ebfe235.js';
|
|
18
18
|
import './Component.js';
|
|
19
19
|
import '../../hooks/use-tabs.js';
|
|
20
20
|
import '../scroll-controls/utils.js';
|
|
@@ -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-
|
|
4
|
+
import { c as commonStyles } from '../../index.module-15662f77.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../../shared/modern';
|
|
7
7
|
import '../scrollable-container/Component.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-
|
|
5
|
+
import { c as commonStyles } from '../../index.module-15662f77.js';
|
|
6
6
|
import '../../../../shared/modern';
|
|
7
7
|
import '../scrollable-container/Component.js';
|
|
8
8
|
import 'compute-scroll-into-view';
|
|
@@ -12,7 +12,7 @@ import 'lodash.debounce';
|
|
|
12
12
|
import '../../../../icon-button/modern';
|
|
13
13
|
import '@alfalab/icons-glyph/ChevronLeftMIcon';
|
|
14
14
|
import '@alfalab/icons-glyph/ChevronRightMIcon';
|
|
15
|
-
import '../../index.module-
|
|
15
|
+
import '../../index.module-15662f77.js';
|
|
16
16
|
import '../../../../tag/modern/mobile';
|
|
17
17
|
import './Component.js';
|
|
18
18
|
import '../../hooks/use-tabs.js';
|
|
@@ -10,7 +10,7 @@ import '@juggle/resize-observer';
|
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
11
|
import '../../../../shared/modern';
|
|
12
12
|
import '../title/Component.js';
|
|
13
|
-
import '../../index.module-
|
|
13
|
+
import '../../index.module-7ebfe235.js';
|
|
14
14
|
import '../../hooks/use-tablist-titles.js';
|
|
15
15
|
import '../../hooks/use-collapsible-elements.js';
|
|
16
16
|
import '../../hooks/use-tabs.js';
|
|
@@ -14,9 +14,9 @@ import 'lodash.debounce';
|
|
|
14
14
|
import '../../../../icon-button/modern';
|
|
15
15
|
import '@alfalab/icons-glyph/ChevronLeftMIcon';
|
|
16
16
|
import '@alfalab/icons-glyph/ChevronRightMIcon';
|
|
17
|
-
import '../../index.module-
|
|
17
|
+
import '../../index.module-7ebfe235.js';
|
|
18
18
|
import '../../../../tag/modern/desktop';
|
|
19
|
-
import '../../index.module-
|
|
19
|
+
import '../../index.module-15662f77.js';
|
|
20
20
|
import '../primary-tablist/Component.js';
|
|
21
21
|
import '../../hooks/use-tabs.js';
|
|
22
22
|
import '../scroll-controls/utils.js';
|
|
@@ -14,9 +14,9 @@ import 'lodash.debounce';
|
|
|
14
14
|
import '../../../../icon-button/modern';
|
|
15
15
|
import '@alfalab/icons-glyph/ChevronLeftMIcon';
|
|
16
16
|
import '@alfalab/icons-glyph/ChevronRightMIcon';
|
|
17
|
-
import '../../index.module-
|
|
17
|
+
import '../../index.module-7ebfe235.js';
|
|
18
18
|
import '../../../../tag/modern/mobile';
|
|
19
|
-
import '../../index.module-
|
|
19
|
+
import '../../index.module-15662f77.js';
|
|
20
20
|
import '../primary-tablist/Component.js';
|
|
21
21
|
import '../../hooks/use-tabs.js';
|
|
22
22
|
import '../scroll-controls/utils.js';
|
|
@@ -15,10 +15,10 @@ import 'lodash.debounce';
|
|
|
15
15
|
import '../../../../icon-button/modern';
|
|
16
16
|
import '@alfalab/icons-glyph/ChevronLeftMIcon';
|
|
17
17
|
import '@alfalab/icons-glyph/ChevronRightMIcon';
|
|
18
|
-
import '../../index.module-
|
|
18
|
+
import '../../index.module-7ebfe235.js';
|
|
19
19
|
import '../primary-tablist/Component.mobile.js';
|
|
20
20
|
import '../../../../tag/modern/desktop';
|
|
21
|
-
import '../../index.module-
|
|
21
|
+
import '../../index.module-15662f77.js';
|
|
22
22
|
import '../secondary-tablist/Component.mobile.js';
|
|
23
23
|
import '../../../../tag/modern/mobile';
|
|
24
24
|
import '../primary-tablist/Component.desktop.js';
|
package/tabs/modern/desktop.js
CHANGED
|
@@ -15,9 +15,9 @@ import 'lodash.debounce';
|
|
|
15
15
|
import '../../icon-button/modern';
|
|
16
16
|
import '@alfalab/icons-glyph/ChevronLeftMIcon';
|
|
17
17
|
import '@alfalab/icons-glyph/ChevronRightMIcon';
|
|
18
|
-
import './index.module-
|
|
18
|
+
import './index.module-7ebfe235.js';
|
|
19
19
|
import '../../tag/modern/desktop';
|
|
20
|
-
import './index.module-
|
|
20
|
+
import './index.module-15662f77.js';
|
|
21
21
|
import './components/primary-tablist/Component.js';
|
|
22
22
|
import './hooks/use-tabs.js';
|
|
23
23
|
import './components/secondary-tablist/Component.js';
|
package/tabs/modern/index.js
CHANGED
|
@@ -16,10 +16,10 @@ import 'lodash.debounce';
|
|
|
16
16
|
import '../../icon-button/modern';
|
|
17
17
|
import '@alfalab/icons-glyph/ChevronLeftMIcon';
|
|
18
18
|
import '@alfalab/icons-glyph/ChevronRightMIcon';
|
|
19
|
-
import './index.module-
|
|
19
|
+
import './index.module-7ebfe235.js';
|
|
20
20
|
import './components/primary-tablist/Component.mobile.js';
|
|
21
21
|
import '../../tag/modern/desktop';
|
|
22
|
-
import './index.module-
|
|
22
|
+
import './index.module-15662f77.js';
|
|
23
23
|
import './components/secondary-tablist/Component.mobile.js';
|
|
24
24
|
import '../../tag/modern/mobile';
|
|
25
25
|
import './components/primary-tablist/Component.desktop.js';
|
package/tabs/modern/mobile.js
CHANGED
|
@@ -15,9 +15,9 @@ import 'lodash.debounce';
|
|
|
15
15
|
import '../../icon-button/modern';
|
|
16
16
|
import '@alfalab/icons-glyph/ChevronLeftMIcon';
|
|
17
17
|
import '@alfalab/icons-glyph/ChevronRightMIcon';
|
|
18
|
-
import './index.module-
|
|
18
|
+
import './index.module-7ebfe235.js';
|
|
19
19
|
import '../../tag/modern/mobile';
|
|
20
|
-
import './index.module-
|
|
20
|
+
import './index.module-15662f77.js';
|
|
21
21
|
import './components/primary-tablist/Component.js';
|
|
22
22
|
import './hooks/use-tabs.js';
|
|
23
23
|
import './components/scroll-controls/utils.js';
|
package/textarea/Component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
3
|
declare const getDefaultCounterText: (textLength: number, maxLength?: number) => string;
|
|
4
|
-
declare const Textarea: React.ForwardRefExoticComponent<Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "
|
|
4
|
+
declare const Textarea: React.ForwardRefExoticComponent<Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "size" | "style" | "value" | "defaultValue" | "onChange"> & import("./typings").TextareaIncomeProps & React.RefAttributes<HTMLTextAreaElement>>;
|
|
5
5
|
export { getDefaultCounterText, Textarea };
|
package/textarea/Component.js
CHANGED
|
@@ -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-
|
|
11
|
+
var components_PseudoTextArea = require('./PseudoTextArea-b2663c55.js');
|
|
12
12
|
|
|
13
13
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
14
14
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../PseudoTextArea-
|
|
1
|
+
export * from "../PseudoTextArea-b2663c55";
|
|
@@ -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-
|
|
9
|
+
import { s as styles, P as PseudoTextArea } from './PseudoTextArea-d59909ae.js';
|
|
10
10
|
|
|
11
11
|
var defaultColors = {"input":"textarea__input_e6q3c","hasInnerLabel":"textarea__hasInnerLabel_e6q3c","clearIcon":"textarea__clearIcon_e6q3c","disableUserInput":"textarea__disableUserInput_e6q3c","textarea":"textarea__textarea_e6q3c","hint":"textarea__hint_e6q3c","error":"textarea__error_e6q3c"};
|
|
12
12
|
require('./default.css');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../PseudoTextArea-
|
|
1
|
+
export * from "../PseudoTextArea-d59909ae";
|
package/textarea/esm/index.js
CHANGED
package/textarea/index.js
CHANGED
|
@@ -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-
|
|
8
|
+
import { s as styles, P as PseudoTextArea } from './PseudoTextArea-289e846a.js';
|
|
9
9
|
|
|
10
10
|
const defaultColors = {"input":"textarea__input_e6q3c","hasInnerLabel":"textarea__hasInnerLabel_e6q3c","clearIcon":"textarea__clearIcon_e6q3c","disableUserInput":"textarea__disableUserInput_e6q3c","textarea":"textarea__textarea_e6q3c","hint":"textarea__hint_e6q3c","error":"textarea__error_e6q3c"};
|
|
11
11
|
require('./default.css');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../PseudoTextArea-
|
|
1
|
+
export * from "../PseudoTextArea-289e846a";
|
package/textarea/modern/index.js
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
.
|
|
2
|
-
background: #e7e8ea;
|
|
3
|
-
} .card-image__loaded_57q9o {
|
|
4
|
-
background: transparent
|
|
5
|
-
}.badge__component_e7tmj.badge__background-accent_e7tmj {
|
|
1
|
+
.badge__component_e7tmj.badge__background-accent_e7tmj {
|
|
6
2
|
background-color: #ef3124;
|
|
7
3
|
color: #fff;
|
|
8
4
|
} .badge__component_e7tmj.badge__background-specialbg-secondary-transparent_e7tmj {
|
|
@@ -62,6 +58,10 @@
|
|
|
62
58
|
background-color: #fff;
|
|
63
59
|
} .badge__dot_e7tmj.badge__outlineCount_e7tmj {
|
|
64
60
|
border: 1px solid #121212;
|
|
61
|
+
}.card-image__cardImage_57q9o {
|
|
62
|
+
background: #e7e8ea;
|
|
63
|
+
} .card-image__loaded_57q9o {
|
|
64
|
+
background: transparent
|
|
65
65
|
}.backdrop__backdrop_1rsma {
|
|
66
66
|
-webkit-tap-highlight-color: transparent;
|
|
67
67
|
} .backdrop__appear_1rsma,
|
|
@@ -189,6 +189,32 @@
|
|
|
189
189
|
}
|
|
190
190
|
.hatching-progress-bar__accent_pur5b {
|
|
191
191
|
background: #ef3124;
|
|
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
|
+
}.icon-view__component_1fhon {
|
|
211
|
+
color: #85858d;
|
|
212
|
+
} .icon-view__bg_1fhon {
|
|
213
|
+
fill: #202022;
|
|
214
|
+
} .icon-view__border_1fhon {
|
|
215
|
+
stroke: rgba(255, 255, 255, 0.1);
|
|
216
|
+
fill: transparent;
|
|
217
|
+
} .icon-view__children_1fhon {
|
|
192
218
|
}@media (max-width: 599px) {
|
|
193
219
|
}
|
|
194
220
|
@media (min-width: 320px) {
|
|
@@ -241,33 +267,7 @@
|
|
|
241
267
|
}
|
|
242
268
|
@media (min-width: 1920px) {
|
|
243
269
|
}
|
|
244
|
-
|
|
245
|
-
color: #85858d;
|
|
246
|
-
} .icon-view__bg_1fhon {
|
|
247
|
-
fill: #202022;
|
|
248
|
-
} .icon-view__border_1fhon {
|
|
249
|
-
stroke: rgba(255, 255, 255, 0.1);
|
|
250
|
-
fill: transparent;
|
|
251
|
-
} .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
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
.
|
|
2
|
-
background: #e7e8ea;
|
|
3
|
-
} .card-image__loaded_57q9o {
|
|
4
|
-
background: transparent
|
|
5
|
-
}.badge__component_e7tmj.badge__background-accent_e7tmj {
|
|
1
|
+
.badge__component_e7tmj.badge__background-accent_e7tmj {
|
|
6
2
|
background-color: #ef3124;
|
|
7
3
|
color: #fff;
|
|
8
4
|
} .badge__component_e7tmj.badge__background-specialbg-secondary-transparent_e7tmj {
|
|
@@ -62,6 +58,10 @@
|
|
|
62
58
|
background-color: #fff;
|
|
63
59
|
} .badge__dot_e7tmj.badge__outlineCount_e7tmj {
|
|
64
60
|
border: 1px solid #121212;
|
|
61
|
+
}.card-image__cardImage_57q9o {
|
|
62
|
+
background: #e7e8ea;
|
|
63
|
+
} .card-image__loaded_57q9o {
|
|
64
|
+
background: transparent
|
|
65
65
|
}.backdrop__backdrop_1rsma {
|
|
66
66
|
-webkit-tap-highlight-color: transparent;
|
|
67
67
|
} .backdrop__appear_1rsma,
|
|
@@ -189,6 +189,32 @@
|
|
|
189
189
|
}
|
|
190
190
|
.hatching-progress-bar__accent_pur5b {
|
|
191
191
|
background: #ef3124;
|
|
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
|
+
}.icon-view__component_1fhon {
|
|
211
|
+
color: #85858d;
|
|
212
|
+
} .icon-view__bg_1fhon {
|
|
213
|
+
fill: #202022;
|
|
214
|
+
} .icon-view__border_1fhon {
|
|
215
|
+
stroke: rgba(255, 255, 255, 0.1);
|
|
216
|
+
fill: transparent;
|
|
217
|
+
} .icon-view__children_1fhon {
|
|
192
218
|
}@media (max-width: 599px) {
|
|
193
219
|
}
|
|
194
220
|
@media (min-width: 320px) {
|
|
@@ -241,33 +267,7 @@
|
|
|
241
267
|
}
|
|
242
268
|
@media (min-width: 1920px) {
|
|
243
269
|
}
|
|
244
|
-
|
|
245
|
-
color: #85858d;
|
|
246
|
-
} .icon-view__bg_1fhon {
|
|
247
|
-
fill: #202022;
|
|
248
|
-
} .icon-view__border_1fhon {
|
|
249
|
-
stroke: rgba(255, 255, 255, 0.1);
|
|
250
|
-
fill: transparent;
|
|
251
|
-
} .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
|
|
@@ -1801,29 +1801,8 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
|
|
|
1801
1801
|
} .drawer__backdropExitActive_1heiw,
|
|
1802
1802
|
.drawer__backdropExitDone_1heiw {
|
|
1803
1803
|
background-color: transparent;
|
|
1804
|
-
}.
|
|
1805
|
-
|
|
1806
|
-
}
|
|
1807
|
-
@keyframes chart__showDot_r8np3 {
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
.chart__tickText_6cwdt {
|
|
1811
|
-
fill: #fff;
|
|
1812
|
-
} .chart__circle_6cwdt {
|
|
1813
|
-
fill: #121212;
|
|
1814
|
-
} .chart__circle_6cwdt {
|
|
1815
|
-
fill: #121212;
|
|
1816
|
-
}
|
|
1817
|
-
.chart__tooltip_1nt5p {
|
|
1818
|
-
background-color: #121212;
|
|
1819
|
-
border: 1px solid #2b2b2e;
|
|
1820
|
-
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
1821
|
-
0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1822
|
-
} .chart__tooltipArrow_1nt5p {
|
|
1823
|
-
border: 1px solid #2b2b2e;
|
|
1824
|
-
background-color: #121212;
|
|
1825
|
-
} .chart__tooltipArrow_1nt5p:before {
|
|
1826
|
-
border-color: transparent #121212 transparent transparent;
|
|
1804
|
+
}.comment__component_b02d4 {
|
|
1805
|
+
background-color: #202022;
|
|
1827
1806
|
}.circular-progress-bar__component_1ctxj.circular-progress-bar__bg-positive_1ctxj {
|
|
1828
1807
|
background: #2fc26e;
|
|
1829
1808
|
} .circular-progress-bar__component_1ctxj.circular-progress-bar__bg-negative_1ctxj {
|
|
@@ -1851,8 +1830,29 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
|
|
|
1851
1830
|
color: #fff;
|
|
1852
1831
|
} .circular-progress-bar__iconWrapper_1ctxj.circular-progress-bar__icon-secondary_1ctxj {
|
|
1853
1832
|
color: #85858d;
|
|
1854
|
-
}.
|
|
1855
|
-
|
|
1833
|
+
}.chart__coreChart_200f0 .recharts-text tspan {
|
|
1834
|
+
fill: #fff;
|
|
1835
|
+
}
|
|
1836
|
+
@keyframes chart__showDot_r8np3 {
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
.chart__tickText_6cwdt {
|
|
1840
|
+
fill: #fff;
|
|
1841
|
+
} .chart__circle_6cwdt {
|
|
1842
|
+
fill: #121212;
|
|
1843
|
+
} .chart__circle_6cwdt {
|
|
1844
|
+
fill: #121212;
|
|
1845
|
+
}
|
|
1846
|
+
.chart__tooltip_1nt5p {
|
|
1847
|
+
background-color: #121212;
|
|
1848
|
+
border: 1px solid #2b2b2e;
|
|
1849
|
+
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
1850
|
+
0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1851
|
+
} .chart__tooltipArrow_1nt5p {
|
|
1852
|
+
border: 1px solid #2b2b2e;
|
|
1853
|
+
background-color: #121212;
|
|
1854
|
+
} .chart__tooltipArrow_1nt5p:before {
|
|
1855
|
+
border-color: transparent #121212 transparent transparent;
|
|
1856
1856
|
}.list-header__filled_s7ypa {
|
|
1857
1857
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1858
1858
|
}.list__list_14gyg {
|
|
@@ -2117,7 +2117,13 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
|
|
|
2117
2117
|
color: #fff;
|
|
2118
2118
|
} .pass-code__ghost_2m4nm.pass-code__ghost_2m4nm:active {
|
|
2119
2119
|
background: rgba(255, 255, 255, 0.11);
|
|
2120
|
-
}.
|
|
2120
|
+
}.pattern-lock__message_oxhal {
|
|
2121
|
+
color: #fff;
|
|
2122
|
+
} .pattern-lock__error_oxhal {
|
|
2123
|
+
color: #f15045;
|
|
2124
|
+
} @media screen and (min-width: 360px) {
|
|
2125
|
+
} @media screen and (min-width: 390px) {
|
|
2126
|
+
}.input__error_1l68t {
|
|
2121
2127
|
color: #f15045;
|
|
2122
2128
|
caret-color: #f15045;
|
|
2123
2129
|
}
|
|
@@ -2197,12 +2203,6 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
|
|
|
2197
2203
|
-webkit-text-fill-color: rgba(60, 60, 67, 0.66);
|
|
2198
2204
|
} .input__input_1vesn:focus::placeholder {
|
|
2199
2205
|
color: rgba(60, 60, 67, 0.4);
|
|
2200
|
-
}.pattern-lock__message_oxhal {
|
|
2201
|
-
color: #fff;
|
|
2202
|
-
} .pattern-lock__error_oxhal {
|
|
2203
|
-
color: #f15045;
|
|
2204
|
-
} @media screen and (min-width: 360px) {
|
|
2205
|
-
} @media screen and (min-width: 390px) {
|
|
2206
2206
|
}.pure-cell__focused_1ikeu {
|
|
2207
2207
|
outline: 2px solid #0072ef;
|
|
2208
2208
|
}
|
|
@@ -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
|
-
}.
|
|
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,6 @@ 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
2527
|
}.tooltip__hint_1jaug {
|
|
2528
2528
|
background-color: #fff;
|
|
2529
2529
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
@@ -2553,8 +2553,7 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
|
|
|
2553
2553
|
} .tooltip__hint_aggh6 .tooltip__arrow_aggh6:after {
|
|
2554
2554
|
background-color: #121212;
|
|
2555
2555
|
}
|
|
2556
|
-
|
|
2557
|
-
}.calendar__container_627v2.calendar__customScrollbar_627v2::-webkit-scrollbar-track {
|
|
2556
|
+
.calendar__container_627v2.calendar__customScrollbar_627v2::-webkit-scrollbar-track {
|
|
2558
2557
|
background-color: transparent;
|
|
2559
2558
|
} .calendar__container_627v2.calendar__customScrollbar_627v2::-webkit-scrollbar-track-piece {
|
|
2560
2559
|
background-color: transparent;
|
|
@@ -2684,7 +2683,8 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
|
|
|
2684
2683
|
color: #0e0e0e;
|
|
2685
2684
|
}
|
|
2686
2685
|
@media (max-width: 374px) {
|
|
2687
|
-
}
|
|
2686
|
+
}@media (min-width: 600px) {
|
|
2687
|
+
}.select__arrow_12t73 {
|
|
2688
2688
|
color: #fff;
|
|
2689
2689
|
}
|
|
2690
2690
|
|
|
@@ -2833,12 +2833,12 @@ button.pagination__tag_1wa8c.pagination__tag_1wa8c {
|
|
|
2833
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 {
|
package/typography/component.js
CHANGED
|
@@ -11,9 +11,9 @@ require('classnames');
|
|
|
11
11
|
require('./hooks/useSkeleton.js');
|
|
12
12
|
require('../skeleton');
|
|
13
13
|
require('@alfalab/hooks');
|
|
14
|
-
require('./colors.module-
|
|
14
|
+
require('./colors.module-146acee0.js');
|
|
15
15
|
require('./title/component.js');
|
|
16
|
-
require('./common.module-
|
|
16
|
+
require('./common.module-1d14d6b1.js');
|
|
17
17
|
|
|
18
18
|
var Typography = {
|
|
19
19
|
Title: title_index.Title,
|