@alfalab/core-components 47.1.0-beta.0 → 47.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- 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-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/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/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.js +1 -1
- package/gallery/esm/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-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/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/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.js +1 -1
- package/gallery/modern/index.js +2 -2
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/package.json +1 -1
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.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/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/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/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.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/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/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/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.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/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/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/esm/Component.responsive.js +1 -1
- package/select/esm/index.js +1 -1
- package/select/esm/mobile/Component.mobile.js +1 -1
- package/select/esm/mobile/Component.modal.mobile.js +1 -1
- package/select/esm/mobile/index.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/index.js +1 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/index.js +1 -1
- package/select/modern/mobile/Component.mobile.js +1 -1
- package/select/modern/mobile/Component.modal.mobile.js +1 -1
- package/select/modern/mobile/index.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/index.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/index.js +1 -1
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.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/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/collapsible/index.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/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.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/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- 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/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/click.css +1516 -0
- package/themes/compiled/mobile-dark-bluetint.css +10 -10
- package/themes/corp.css +1516 -0
- package/themes/intranet.css +1516 -0
- package/themes/mobile.css +1516 -0
- package/themes/site.css +1516 -0
- package/toast-plate/components/base-toast-plate/component.js +2 -2
- package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/esm/Component.responsive.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/component.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/index.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/esm/desktop/Component.desktop.js +2 -2
- package/toast-plate/esm/desktop/index.js +2 -2
- package/toast-plate/esm/index-2f466837.d.ts +2 -2
- package/toast-plate/esm/index.js +2 -2
- package/toast-plate/esm/mobile/Component.mobile.js +2 -2
- package/toast-plate/esm/mobile/index.js +2 -2
- package/toast-plate/index-2f466837.d.ts +2 -2
- package/toast-plate/modern/Component.responsive.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/component.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/index.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/modern/desktop/Component.desktop.js +2 -2
- package/toast-plate/modern/desktop/index.js +2 -2
- package/toast-plate/modern/index-2f466837.d.ts +2 -2
- package/toast-plate/modern/index.js +2 -2
- package/toast-plate/modern/mobile/Component.mobile.js +2 -2
- package/toast-plate/modern/mobile/index.js +2 -2
- package/pass-code-v1/@alfalab/core-components-shared/package.json +0 -23
- package/pattern-lock-v1/@alfalab/core-components-shared/package.json +0 -23
- /package/gallery/{buttons-31c32c66.d.ts → buttons-395fa106.d.ts} +0 -0
- /package/gallery/{buttons-31c32c66.js → buttons-395fa106.js} +0 -0
- /package/gallery/esm/{buttons-3e3eb928.d.ts → buttons-d7094b59.d.ts} +0 -0
- /package/gallery/esm/{buttons-3e3eb928.js → buttons-d7094b59.js} +0 -0
- /package/gallery/esm/{slide-e9b65985.d.ts → slide-d5eb3779.d.ts} +0 -0
- /package/gallery/esm/{slide-e9b65985.js → slide-d5eb3779.js} +0 -0
- /package/gallery/modern/{buttons-fc03320f.d.ts → buttons-34d86e30.d.ts} +0 -0
- /package/gallery/modern/{buttons-fc03320f.js → buttons-34d86e30.js} +0 -0
- /package/gallery/modern/{slide-e03f9ecc.d.ts → slide-839b2f2f.d.ts} +0 -0
- /package/gallery/modern/{slide-e03f9ecc.js → slide-839b2f2f.js} +0 -0
- /package/gallery/{slide-5d365a05.d.ts → slide-1da80864.d.ts} +0 -0
- /package/gallery/{slide-5d365a05.js → slide-1da80864.js} +0 -0
- /package/modal/esm/{layout.module-192d1054.js → layout.module-e179da6d.js} +0 -0
- /package/modal/{layout.module-5be65dcb.js → layout.module-8e3c423b.js} +0 -0
- /package/modal/modern/{layout.module-67f6ca30.js → layout.module-6eb0c86d.js} +0 -0
- /package/pure-cell/{component-fe9c9132.d.ts → component-fe387774.d.ts} +0 -0
- /package/pure-cell/{component-fe9c9132.js → component-fe387774.js} +0 -0
- /package/pure-cell/esm/{component-1af08e68.d.ts → component-368e70e9.d.ts} +0 -0
- /package/pure-cell/esm/{component-1af08e68.js → component-368e70e9.js} +0 -0
- /package/pure-cell/modern/{component-e227fab0.d.ts → component-8689d2fc.d.ts} +0 -0
- /package/pure-cell/modern/{component-e227fab0.js → component-8689d2fc.js} +0 -0
- /package/select/esm/{hook-fc653034.d.ts → hook-b42228ca.d.ts} +0 -0
- /package/select/esm/{hook-fc653034.js → hook-b42228ca.js} +0 -0
- /package/select/{hook-e4546032.d.ts → hook-444814cb.d.ts} +0 -0
- /package/select/{hook-e4546032.js → hook-444814cb.js} +0 -0
- /package/select/modern/{hook-55cfd9ee.d.ts → hook-73b8c736.d.ts} +0 -0
- /package/select/modern/{hook-55cfd9ee.js → hook-73b8c736.js} +0 -0
- /package/side-panel/esm/{layout.module-93ea9d94.js → layout.module-9bfe989f.js} +0 -0
- /package/side-panel/{layout.module-fbf0c1e1.js → layout.module-37301f2d.js} +0 -0
- /package/side-panel/modern/{layout.module-f20b5b0a.js → layout.module-6621cdc5.js} +0 -0
- /package/tabs/esm/{index.module-80c11a90.js → index.module-5ad85550.js} +0 -0
- /package/tabs/esm/{index.module-ab446b57.js → index.module-81def04c.js} +0 -0
- /package/tabs/{index.module-f4b3f836.js → index.module-484b364a.js} +0 -0
- /package/tabs/{index.module-ba01cd33.js → index.module-d14bc798.js} +0 -0
- /package/tabs/modern/{index.module-744a8bb7.js → index.module-9ed82195.js} +0 -0
- /package/tabs/modern/{index.module-70f11387.js → index.module-d92accd8.js} +0 -0
- /package/textarea/{PseudoTextArea-cdb73d7a.d.ts → PseudoTextArea-10215f78.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-cdb73d7a.js → PseudoTextArea-10215f78.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-46cd1262.d.ts → PseudoTextArea-96a913a3.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-46cd1262.js → PseudoTextArea-96a913a3.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-e67d55d1.d.ts → PseudoTextArea-a16643a0.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-e67d55d1.js → PseudoTextArea-a16643a0.js} +0 -0
- /package/toast-plate/{PortalContext-9d54840b.d.ts → PortalContext-a3a6fb95.d.ts} +0 -0
- /package/toast-plate/{PortalContext-9d54840b.js → PortalContext-a3a6fb95.js} +0 -0
- /package/toast-plate/esm/{PortalContext-6f548023.d.ts → PortalContext-f937c2e8.d.ts} +0 -0
- /package/toast-plate/esm/{PortalContext-6f548023.js → PortalContext-f937c2e8.js} +0 -0
- /package/toast-plate/esm/{getDataTestId-3bc09f45.d.ts → getDataTestId-349adf66.d.ts} +0 -0
- /package/toast-plate/esm/{getDataTestId-3bc09f45.js → getDataTestId-349adf66.js} +0 -0
- /package/toast-plate/{getDataTestId-9018eea0.d.ts → getDataTestId-ffaf7821.d.ts} +0 -0
- /package/toast-plate/{getDataTestId-9018eea0.js → getDataTestId-ffaf7821.js} +0 -0
- /package/toast-plate/modern/{PortalContext-0e963fc0.d.ts → PortalContext-93b6e72e.d.ts} +0 -0
- /package/toast-plate/modern/{PortalContext-0e963fc0.js → PortalContext-93b6e72e.js} +0 -0
- /package/toast-plate/modern/{getDataTestId-9cda18c2.d.ts → getDataTestId-fe368130.d.ts} +0 -0
- /package/toast-plate/modern/{getDataTestId-9cda18c2.js → getDataTestId-fe368130.js} +0 -0
|
@@ -4,9 +4,9 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var coreComponentsIconButton = require('../../../icon-button');
|
|
7
|
-
var getDataTestId = require('../../getDataTestId-
|
|
7
|
+
var getDataTestId = require('../../getDataTestId-ffaf7821.js');
|
|
8
8
|
require('@alfalab/hooks');
|
|
9
|
-
require('../../PortalContext-
|
|
9
|
+
require('../../PortalContext-a3a6fb95.js');
|
|
10
10
|
var coreComponentsStatusBadge = require('../../../status-badge');
|
|
11
11
|
var CrossMIcon = require('@alfalab/icons-glyph/CrossMIcon');
|
|
12
12
|
var components_baseToastPlate_hooks_useCustomIcons = require('./hooks/useCustomIcons.js');
|
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
require('react');
|
|
4
4
|
require('@alfalab/hooks');
|
|
5
|
-
require('../../../PortalContext-
|
|
5
|
+
require('../../../PortalContext-a3a6fb95.js');
|
|
6
6
|
|
|
7
7
|
var exhaustiveCheck = function (value) { return value; };
|
|
8
8
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var getDataTestId = require('../../../getDataTestId-
|
|
3
|
+
var getDataTestId = require('../../../getDataTestId-ffaf7821.js');
|
|
4
4
|
require('react');
|
|
5
5
|
require('@alfalab/hooks');
|
|
6
|
-
require('../../../PortalContext-
|
|
6
|
+
require('../../../PortalContext-a3a6fb95.js');
|
|
7
7
|
|
|
8
8
|
function getBaseToastPlateTestIds(dataTestId) {
|
|
9
9
|
return {
|
|
@@ -6,9 +6,9 @@ import { ToastPlateMobile } from './mobile/Component.mobile.js';
|
|
|
6
6
|
import './components/base-toast-plate/component.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../../icon-button/esm';
|
|
9
|
-
import './getDataTestId-
|
|
9
|
+
import './getDataTestId-349adf66.js';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import './PortalContext-
|
|
11
|
+
import './PortalContext-f937c2e8.js';
|
|
12
12
|
import '../../status-badge/esm';
|
|
13
13
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
14
14
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -2,9 +2,9 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React, { forwardRef, useCallback } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { IconButton } from '../../../../icon-button/esm';
|
|
5
|
-
import { g as getDataTestId } from '../../getDataTestId-
|
|
5
|
+
import { g as getDataTestId } from '../../getDataTestId-349adf66.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../../PortalContext-
|
|
7
|
+
import '../../PortalContext-f937c2e8.js';
|
|
8
8
|
import { StatusBadge } from '../../../../status-badge/esm';
|
|
9
9
|
import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import { useCustomIcons } from './hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import 'tslib';
|
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../../icon-button/esm';
|
|
6
|
-
import '../../getDataTestId-
|
|
6
|
+
import '../../getDataTestId-349adf66.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../../PortalContext-
|
|
8
|
+
import '../../PortalContext-f937c2e8.js';
|
|
9
9
|
import '../../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import './hooks/useCustomIcons.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as getDataTestId } from '../../../getDataTestId-
|
|
1
|
+
import { g as getDataTestId } from '../../../getDataTestId-349adf66.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@alfalab/hooks';
|
|
4
|
-
import '../../../PortalContext-
|
|
4
|
+
import '../../../PortalContext-f937c2e8.js';
|
|
5
5
|
|
|
6
6
|
function getBaseToastPlateTestIds(dataTestId) {
|
|
7
7
|
return {
|
|
@@ -3,9 +3,9 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/esm';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-349adf66.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-f937c2e8.js';
|
|
9
9
|
import '../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -4,9 +4,9 @@ import 'react';
|
|
|
4
4
|
import '../components/base-toast-plate/component.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../icon-button/esm';
|
|
7
|
-
import '../getDataTestId-
|
|
7
|
+
import '../getDataTestId-349adf66.js';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
|
-
import '../PortalContext-
|
|
9
|
+
import '../PortalContext-f937c2e8.js';
|
|
10
10
|
import '../../../status-badge/esm';
|
|
11
11
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
12
12
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -66,7 +66,7 @@ declare const dom: {
|
|
|
66
66
|
preventDefault: typeof preventDefault;
|
|
67
67
|
};
|
|
68
68
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
69
|
-
export { PortalContext } from "./PortalContext-
|
|
70
|
-
export * from "./getDataTestId-
|
|
69
|
+
export { PortalContext } from "./PortalContext-f937c2e8";
|
|
70
|
+
export * from "./getDataTestId-349adf66";
|
|
71
71
|
export * from "./browser-a216f694";
|
|
72
72
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
package/toast-plate/esm/index.js
CHANGED
|
@@ -6,9 +6,9 @@ import './desktop/Component.desktop.js';
|
|
|
6
6
|
import './components/base-toast-plate/component.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../../icon-button/esm';
|
|
9
|
-
import './getDataTestId-
|
|
9
|
+
import './getDataTestId-349adf66.js';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import './PortalContext-
|
|
11
|
+
import './PortalContext-f937c2e8.js';
|
|
12
12
|
import '../../status-badge/esm';
|
|
13
13
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
14
14
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/esm';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-349adf66.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-f937c2e8.js';
|
|
9
9
|
import '../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -4,9 +4,9 @@ import 'react';
|
|
|
4
4
|
import '../components/base-toast-plate/component.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../icon-button/esm';
|
|
7
|
-
import '../getDataTestId-
|
|
7
|
+
import '../getDataTestId-349adf66.js';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
|
-
import '../PortalContext-
|
|
9
|
+
import '../PortalContext-f937c2e8.js';
|
|
10
10
|
import '../../../status-badge/esm';
|
|
11
11
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
12
12
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -66,7 +66,7 @@ declare const dom: {
|
|
|
66
66
|
preventDefault: typeof preventDefault;
|
|
67
67
|
};
|
|
68
68
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
69
|
-
export { PortalContext } from "./PortalContext-
|
|
70
|
-
export * from "./getDataTestId-
|
|
69
|
+
export { PortalContext } from "./PortalContext-a3a6fb95";
|
|
70
|
+
export * from "./getDataTestId-ffaf7821";
|
|
71
71
|
export * from "./browser-a216f694";
|
|
72
72
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
|
@@ -5,9 +5,9 @@ import { ToastPlateMobile } from './mobile/Component.mobile.js';
|
|
|
5
5
|
import './components/base-toast-plate/component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../icon-button/modern';
|
|
8
|
-
import './getDataTestId-
|
|
8
|
+
import './getDataTestId-fe368130.js';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import './PortalContext-
|
|
10
|
+
import './PortalContext-93b6e72e.js';
|
|
11
11
|
import '../../status-badge/modern';
|
|
12
12
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
13
13
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React, { forwardRef, useCallback } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { IconButton } from '../../../../icon-button/modern';
|
|
4
|
-
import { g as getDataTestId } from '../../getDataTestId-
|
|
4
|
+
import { g as getDataTestId } from '../../getDataTestId-fe368130.js';
|
|
5
5
|
import '@alfalab/hooks';
|
|
6
|
-
import '../../PortalContext-
|
|
6
|
+
import '../../PortalContext-93b6e72e.js';
|
|
7
7
|
import { StatusBadge } from '../../../../status-badge/modern';
|
|
8
8
|
import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
|
|
9
9
|
import { useCustomIcons } from './hooks/useCustomIcons.js';
|
|
@@ -2,9 +2,9 @@ export { BaseToastPlate } from './component.js';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../../icon-button/modern';
|
|
5
|
-
import '../../getDataTestId-
|
|
5
|
+
import '../../getDataTestId-fe368130.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../../PortalContext-
|
|
7
|
+
import '../../PortalContext-93b6e72e.js';
|
|
8
8
|
import '../../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import './hooks/useCustomIcons.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as getDataTestId } from '../../../getDataTestId-
|
|
1
|
+
import { g as getDataTestId } from '../../../getDataTestId-fe368130.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@alfalab/hooks';
|
|
4
|
-
import '../../../PortalContext-
|
|
4
|
+
import '../../../PortalContext-93b6e72e.js';
|
|
5
5
|
|
|
6
6
|
function getBaseToastPlateTestIds(dataTestId) {
|
|
7
7
|
return {
|
|
@@ -2,9 +2,9 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../icon-button/modern';
|
|
5
|
-
import '../getDataTestId-
|
|
5
|
+
import '../getDataTestId-fe368130.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../PortalContext-
|
|
7
|
+
import '../PortalContext-93b6e72e.js';
|
|
8
8
|
import '../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import 'react';
|
|
|
3
3
|
import '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/modern';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-fe368130.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-93b6e72e.js';
|
|
9
9
|
import '../../../status-badge/modern';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -66,7 +66,7 @@ declare const dom: {
|
|
|
66
66
|
preventDefault: typeof preventDefault;
|
|
67
67
|
};
|
|
68
68
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
69
|
-
export { PortalContext } from "./PortalContext-
|
|
70
|
-
export * from "./getDataTestId-
|
|
69
|
+
export { PortalContext } from "./PortalContext-93b6e72e";
|
|
70
|
+
export * from "./getDataTestId-fe368130";
|
|
71
71
|
export * from "./browser-a216f694";
|
|
72
72
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
|
@@ -5,9 +5,9 @@ import './desktop/Component.desktop.js';
|
|
|
5
5
|
import './components/base-toast-plate/component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../icon-button/modern';
|
|
8
|
-
import './getDataTestId-
|
|
8
|
+
import './getDataTestId-fe368130.js';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import './PortalContext-
|
|
10
|
+
import './PortalContext-93b6e72e.js';
|
|
11
11
|
import '../../status-badge/modern';
|
|
12
12
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
13
13
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -2,9 +2,9 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../icon-button/modern';
|
|
5
|
-
import '../getDataTestId-
|
|
5
|
+
import '../getDataTestId-fe368130.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../PortalContext-
|
|
7
|
+
import '../PortalContext-93b6e72e.js';
|
|
8
8
|
import '../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import 'react';
|
|
|
3
3
|
import '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/modern';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-fe368130.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-93b6e72e.js';
|
|
9
9
|
import '../../../status-badge/modern';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@alfalab/core-components-shared",
|
|
3
|
-
"version": "0.10.0",
|
|
4
|
-
"description": "Shared package for core-components",
|
|
5
|
-
"keywords": [],
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"main": "index.js",
|
|
8
|
-
"module": "./esm/index.js",
|
|
9
|
-
"publishConfig": {
|
|
10
|
-
"access": "public",
|
|
11
|
-
"directory": "dist"
|
|
12
|
-
},
|
|
13
|
-
"peerDependencies": {
|
|
14
|
-
"react": ">=16.8.0"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@alfalab/hooks": "^1.13.0",
|
|
18
|
-
"tslib": "^2.4.0"
|
|
19
|
-
},
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"@maskito/core": "^1.7.0"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@alfalab/core-components-shared",
|
|
3
|
-
"version": "0.10.0",
|
|
4
|
-
"description": "Shared package for core-components",
|
|
5
|
-
"keywords": [],
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"main": "index.js",
|
|
8
|
-
"module": "./esm/index.js",
|
|
9
|
-
"publishConfig": {
|
|
10
|
-
"access": "public",
|
|
11
|
-
"directory": "dist"
|
|
12
|
-
},
|
|
13
|
-
"peerDependencies": {
|
|
14
|
-
"react": ">=16.8.0"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@alfalab/hooks": "^1.13.0",
|
|
18
|
-
"tslib": "^2.4.0"
|
|
19
|
-
},
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"@maskito/core": "^1.7.0"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|