@alfalab/core-components 47.0.0-beta.0 → 47.0.0-beta.2
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/base-modal/Component.js +2 -1
- package/base-modal/cssm/Component.js +2 -1
- package/base-modal/esm/Component.js +2 -1
- package/base-modal/esm/index.js +1 -0
- package/base-modal/modern/Component.js +2 -1
- package/base-modal/modern/index.js +1 -0
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.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/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.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/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- 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/gap/Component.d.ts +2 -2
- package/gap/Component.js +2 -0
- package/gap/cssm/Component.d.ts +2 -2
- package/gap/cssm/Component.js +2 -0
- package/gap/cssm/index.module.css +8 -0
- package/gap/esm/Component.d.ts +2 -2
- package/gap/esm/Component.js +2 -0
- package/gap/esm/index.css +8 -0
- package/gap/index.css +8 -0
- package/gap/modern/Component.d.ts +2 -2
- package/gap/modern/Component.js +2 -0
- package/gap/modern/index.css +8 -0
- package/icon-button/Component.d.ts +10 -0
- package/icon-button/Component.js +4 -3
- package/icon-button/cssm/Component.d.ts +10 -0
- package/icon-button/cssm/Component.js +2 -1
- package/icon-button/cssm/default.module.css +35 -3
- package/icon-button/cssm/inverted.module.css +35 -3
- package/icon-button/default.css +35 -3
- package/icon-button/esm/Component.d.ts +10 -0
- package/icon-button/esm/Component.js +4 -3
- package/icon-button/esm/default.css +35 -3
- package/icon-button/esm/inverted.css +35 -3
- package/icon-button/inverted.css +35 -3
- package/icon-button/modern/Component.d.ts +10 -0
- package/icon-button/modern/Component.js +4 -3
- package/icon-button/modern/default.css +35 -3
- package/icon-button/modern/inverted.css +35 -3
- package/input/components/base-input/Component.d.ts +2 -2
- package/input/cssm/components/base-input/Component.d.ts +2 -2
- package/input/esm/components/base-input/Component.d.ts +2 -2
- package/input/modern/components/base-input/Component.d.ts +2 -2
- package/international-phone-input/cssm/index-7ca84eff.d.ts +15 -0
- package/international-phone-input/cssm/typings-0f35b62f.d.ts +6 -0
- package/international-phone-input/esm/index-7ca84eff.d.ts +15 -0
- package/international-phone-input/esm/typings-0f35b62f.d.ts +6 -0
- package/international-phone-input/index-7ca84eff.d.ts +15 -0
- package/international-phone-input/modern/index-7ca84eff.d.ts +15 -0
- package/international-phone-input/modern/typings-0f35b62f.d.ts +6 -0
- package/international-phone-input/typings-0f35b62f.d.ts +6 -0
- package/list/Component.js +1 -1
- package/list/components/item/Component.js +1 -1
- package/list/components/item/index.d.ts +1 -1
- package/list/components/item/index.js +1 -1
- package/list/esm/Component.js +1 -1
- package/list/esm/components/item/Component.js +1 -1
- package/list/esm/components/item/index.d.ts +1 -1
- package/list/esm/components/item/index.js +1 -1
- package/list/esm/index.js +1 -1
- package/list/index.js +1 -1
- package/list/modern/Component.js +1 -1
- package/list/modern/components/item/Component.js +1 -1
- package/list/modern/components/item/index.d.ts +1 -1
- package/list/modern/components/item/index.js +1 -1
- package/list/modern/index.js +1 -1
- package/markdown/Component.js +1 -1
- package/markdown/esm/Component.desktop.js +1 -1
- package/markdown/esm/Component.js +1 -1
- package/markdown/esm/Component.mobile.js +1 -1
- package/markdown/esm/Component.responsive.js +1 -1
- package/markdown/esm/desktop/index.js +1 -1
- package/markdown/esm/hooks/use-overrides.js +1 -1
- package/markdown/esm/index.js +1 -1
- package/markdown/esm/mobile/index.js +1 -1
- package/markdown/hooks/use-overrides.js +1 -1
- package/markdown/modern/Component.desktop.js +1 -1
- package/markdown/modern/Component.js +1 -1
- package/markdown/modern/Component.mobile.js +1 -1
- package/markdown/modern/Component.responsive.js +1 -1
- package/markdown/modern/desktop/index.js +1 -1
- package/markdown/modern/hooks/use-overrides.js +1 -1
- package/markdown/modern/index.js +1 -1
- package/markdown/modern/mobile/index.js +1 -1
- 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/notification/Component.js +2 -1
- package/notification/cssm/Component.js +2 -1
- package/notification/esm/Component.js +2 -1
- package/notification/esm/index.js +1 -0
- package/notification/modern/Component.js +2 -1
- package/notification/modern/index.js +1 -0
- package/notification-manager/component.js +2 -1
- package/notification-manager/cssm/component.js +2 -1
- package/notification-manager/esm/component.js +2 -1
- package/notification-manager/esm/index.js +1 -0
- package/notification-manager/modern/component.js +2 -1
- package/notification-manager/modern/index.js +1 -0
- package/package.json +2 -1
- package/pass-code/Component.d.ts +17 -21
- package/pass-code/Component.js +7 -9
- package/pass-code/Component.responsive.d.ts +5 -0
- package/pass-code/Component.responsive.js +21 -0
- package/pass-code/components/InputProgress/Component.d.ts +1 -0
- package/pass-code/components/InputProgress/Component.js +15 -7
- package/pass-code/components/InputProgress/index.css +55 -15
- package/pass-code/components/InputProgress/useInputProgress.d.ts +5 -0
- package/pass-code/components/InputProgress/useInputProgress.js +20 -0
- package/pass-code/components/KeyPad/index.css +12 -22
- package/pass-code/components/KeyPadButton/Component.d.ts +7 -7
- package/pass-code/components/KeyPadButton/Component.js +3 -4
- package/pass-code/components/KeyPadButton/index.css +19 -37
- package/pass-code/cssm/Component.d.ts +17 -21
- package/pass-code/cssm/Component.js +8 -10
- package/pass-code/cssm/Component.responsive.d.ts +5 -0
- package/pass-code/cssm/Component.responsive.js +21 -0
- package/pass-code/cssm/components/InputProgress/Component.d.ts +1 -0
- package/pass-code/cssm/components/InputProgress/Component.js +14 -6
- package/pass-code/cssm/components/InputProgress/animations.module.css +15 -0
- package/pass-code/cssm/components/InputProgress/index.module.css +55 -15
- package/pass-code/cssm/components/InputProgress/useInputProgress.d.ts +5 -0
- package/pass-code/cssm/components/InputProgress/useInputProgress.js +20 -0
- package/pass-code/cssm/components/KeyPad/index.module.css +12 -22
- package/pass-code/cssm/components/KeyPadButton/Component.d.ts +7 -7
- package/pass-code/cssm/components/KeyPadButton/Component.js +2 -3
- package/pass-code/cssm/components/KeyPadButton/index.module.css +19 -37
- package/pass-code/cssm/desktop/PassCodeDesktop.d.ts +5 -0
- package/pass-code/cssm/desktop/PassCodeDesktop.js +15 -0
- package/pass-code/cssm/desktop/desktop.module.css +16 -0
- package/pass-code/cssm/index.d.ts +1 -1
- package/pass-code/cssm/index.js +2 -2
- package/pass-code/cssm/index.module.css +5 -7
- package/pass-code/cssm/mobile/PassCodeMobile.d.ts +5 -0
- package/pass-code/cssm/mobile/PassCodeMobile.js +15 -0
- package/pass-code/cssm/mobile/mobile.module.css +23 -0
- package/pass-code/cssm/typings.d.ts +18 -0
- package/pass-code/cssm/typings.js +1 -0
- package/pass-code/desktop/PassCodeDesktop.d.ts +5 -0
- package/pass-code/desktop/PassCodeDesktop.js +16 -0
- package/pass-code/desktop/desktop.css +17 -0
- package/pass-code/esm/Component.d.ts +17 -21
- package/pass-code/esm/Component.js +8 -9
- package/pass-code/esm/Component.responsive.d.ts +5 -0
- package/pass-code/esm/Component.responsive.js +26 -0
- package/pass-code/esm/components/InputProgress/Component.d.ts +1 -0
- package/pass-code/esm/components/InputProgress/Component.js +15 -7
- package/pass-code/esm/components/InputProgress/index.css +55 -15
- package/pass-code/esm/components/InputProgress/index.js +1 -0
- package/pass-code/esm/components/InputProgress/useInputProgress.d.ts +5 -0
- package/pass-code/esm/components/InputProgress/useInputProgress.js +18 -0
- package/pass-code/esm/components/KeyPad/index.css +12 -22
- package/pass-code/esm/components/KeyPadButton/Component.d.ts +7 -7
- package/pass-code/esm/components/KeyPadButton/Component.js +3 -4
- package/pass-code/esm/components/KeyPadButton/index.css +19 -37
- package/pass-code/esm/desktop/PassCodeDesktop.d.ts +5 -0
- package/pass-code/esm/desktop/PassCodeDesktop.js +20 -0
- package/pass-code/esm/desktop/desktop.css +17 -0
- package/pass-code/esm/index.css +5 -7
- package/pass-code/esm/index.d.ts +1 -1
- package/pass-code/esm/index.js +7 -1
- package/pass-code/esm/mobile/PassCodeMobile.d.ts +5 -0
- package/pass-code/esm/mobile/PassCodeMobile.js +20 -0
- package/pass-code/esm/mobile/mobile.css +24 -0
- package/pass-code/esm/typings.d.ts +18 -0
- package/pass-code/esm/typings.js +1 -0
- package/pass-code/index.css +5 -7
- package/pass-code/index.d.ts +1 -1
- package/pass-code/index.js +2 -2
- package/pass-code/mobile/PassCodeMobile.d.ts +5 -0
- package/pass-code/mobile/PassCodeMobile.js +16 -0
- package/pass-code/mobile/mobile.css +24 -0
- package/pass-code/modern/Component.d.ts +17 -21
- package/pass-code/modern/Component.js +8 -9
- package/pass-code/modern/Component.responsive.d.ts +5 -0
- package/pass-code/modern/Component.responsive.js +24 -0
- package/pass-code/modern/components/InputProgress/Component.d.ts +1 -0
- package/pass-code/modern/components/InputProgress/Component.js +21 -11
- package/pass-code/modern/components/InputProgress/index.css +55 -15
- package/pass-code/modern/components/InputProgress/index.js +1 -0
- package/pass-code/modern/components/InputProgress/useInputProgress.d.ts +5 -0
- package/pass-code/modern/components/InputProgress/useInputProgress.js +18 -0
- package/pass-code/modern/components/KeyPad/index.css +12 -22
- package/pass-code/modern/components/KeyPadButton/Component.d.ts +7 -7
- package/pass-code/modern/components/KeyPadButton/Component.js +3 -4
- package/pass-code/modern/components/KeyPadButton/index.css +19 -37
- package/pass-code/modern/desktop/PassCodeDesktop.d.ts +5 -0
- package/pass-code/modern/desktop/PassCodeDesktop.js +19 -0
- package/pass-code/modern/desktop/desktop.css +17 -0
- package/pass-code/modern/index.css +5 -7
- package/pass-code/modern/index.d.ts +1 -1
- package/pass-code/modern/index.js +6 -1
- package/pass-code/modern/mobile/PassCodeMobile.d.ts +5 -0
- package/pass-code/modern/mobile/PassCodeMobile.js +19 -0
- package/pass-code/modern/mobile/mobile.css +24 -0
- package/pass-code/modern/typings.d.ts +18 -0
- package/pass-code/modern/typings.js +1 -0
- package/pass-code/typings.d.ts +18 -0
- package/pass-code/typings.js +1 -0
- package/pass-code-v1/Component.d.ts +62 -0
- package/pass-code-v1/Component.js +46 -0
- package/pass-code-v1/components/InputProgress/Component.d.ts +11 -0
- package/pass-code-v1/components/InputProgress/Component.js +40 -0
- package/pass-code-v1/components/InputProgress/index.css +41 -0
- package/pass-code-v1/components/InputProgress/index.d.ts +1 -0
- package/pass-code-v1/components/InputProgress/index.js +7 -0
- package/pass-code-v1/components/InputProgress/transitions.css +52 -0
- package/pass-code-v1/components/KeyPad/Component.d.ts +31 -0
- package/pass-code-v1/components/KeyPad/Component.js +42 -0
- package/pass-code-v1/components/KeyPad/index.css +45 -0
- package/pass-code-v1/components/KeyPad/index.d.ts +1 -0
- package/pass-code-v1/components/KeyPad/index.js +7 -0
- package/pass-code-v1/components/KeyPadButton/Component.d.ts +32 -0
- package/pass-code-v1/components/KeyPadButton/Component.js +21 -0
- package/pass-code-v1/components/KeyPadButton/index.css +69 -0
- package/pass-code-v1/components/KeyPadButton/index.d.ts +1 -0
- package/pass-code-v1/components/KeyPadButton/index.js +7 -0
- package/pass-code-v1/cssm/Component.d.ts +62 -0
- package/pass-code-v1/cssm/Component.js +45 -0
- package/pass-code-v1/cssm/components/InputProgress/Component.d.ts +11 -0
- package/pass-code-v1/cssm/components/InputProgress/Component.js +38 -0
- package/pass-code-v1/cssm/components/InputProgress/index.d.ts +1 -0
- package/pass-code-v1/cssm/components/InputProgress/index.js +7 -0
- package/pass-code-v1/cssm/components/InputProgress/index.module.css +40 -0
- package/pass-code-v1/cssm/components/InputProgress/transitions.module.css +51 -0
- package/pass-code-v1/cssm/components/KeyPad/Component.d.ts +31 -0
- package/pass-code-v1/cssm/components/KeyPad/Component.js +41 -0
- package/pass-code-v1/cssm/components/KeyPad/index.d.ts +1 -0
- package/pass-code-v1/cssm/components/KeyPad/index.js +7 -0
- package/pass-code-v1/cssm/components/KeyPad/index.module.css +44 -0
- package/pass-code-v1/cssm/components/KeyPadButton/Component.d.ts +32 -0
- package/pass-code-v1/cssm/components/KeyPadButton/Component.js +20 -0
- package/pass-code-v1/cssm/components/KeyPadButton/index.d.ts +1 -0
- package/pass-code-v1/cssm/components/KeyPadButton/index.js +7 -0
- package/pass-code-v1/cssm/components/KeyPadButton/index.module.css +68 -0
- package/pass-code-v1/cssm/index.d.ts +2 -0
- package/pass-code-v1/cssm/index.js +9 -0
- package/pass-code-v1/cssm/index.module.css +37 -0
- package/pass-code-v1/cssm/shared/index.d.ts +1 -0
- package/pass-code-v1/cssm/shared/index.js +7 -0
- package/pass-code-v1/cssm/utils.d.ts +10 -0
- package/pass-code-v1/cssm/utils.js +17 -0
- package/pass-code-v1/cssm/vars.css +0 -0
- package/pass-code-v1/esm/Component.d.ts +62 -0
- package/pass-code-v1/esm/Component.js +43 -0
- package/pass-code-v1/esm/components/InputProgress/Component.d.ts +11 -0
- package/pass-code-v1/esm/components/InputProgress/Component.js +33 -0
- package/pass-code-v1/esm/components/InputProgress/index.css +41 -0
- package/pass-code-v1/esm/components/InputProgress/index.d.ts +1 -0
- package/pass-code-v1/esm/components/InputProgress/index.js +5 -0
- package/pass-code-v1/esm/components/InputProgress/transitions.css +52 -0
- package/pass-code-v1/esm/components/KeyPad/Component.d.ts +31 -0
- package/pass-code-v1/esm/components/KeyPad/Component.js +38 -0
- package/pass-code-v1/esm/components/KeyPad/index.css +45 -0
- package/pass-code-v1/esm/components/KeyPad/index.d.ts +1 -0
- package/pass-code-v1/esm/components/KeyPad/index.js +7 -0
- package/pass-code-v1/esm/components/KeyPadButton/Component.d.ts +32 -0
- package/pass-code-v1/esm/components/KeyPadButton/Component.js +14 -0
- package/pass-code-v1/esm/components/KeyPadButton/index.css +69 -0
- package/pass-code-v1/esm/components/KeyPadButton/index.d.ts +1 -0
- package/pass-code-v1/esm/components/KeyPadButton/index.js +4 -0
- package/pass-code-v1/esm/index.css +38 -0
- package/pass-code-v1/esm/index.d.ts +2 -0
- package/pass-code-v1/esm/index.js +11 -0
- package/pass-code-v1/esm/shared/index.d.ts +1 -0
- package/pass-code-v1/esm/shared/index.js +2 -0
- package/pass-code-v1/esm/utils.d.ts +10 -0
- package/pass-code-v1/esm/utils.js +15 -0
- package/pass-code-v1/index.css +38 -0
- package/pass-code-v1/index.d.ts +2 -0
- package/pass-code-v1/index.js +9 -0
- package/pass-code-v1/modern/Component.d.ts +62 -0
- package/pass-code-v1/modern/Component.js +42 -0
- package/pass-code-v1/modern/components/InputProgress/Component.d.ts +11 -0
- package/pass-code-v1/modern/components/InputProgress/Component.js +25 -0
- package/pass-code-v1/modern/components/InputProgress/index.css +41 -0
- package/pass-code-v1/modern/components/InputProgress/index.d.ts +1 -0
- package/pass-code-v1/modern/components/InputProgress/index.js +5 -0
- package/pass-code-v1/modern/components/InputProgress/transitions.css +52 -0
- package/pass-code-v1/modern/components/KeyPad/Component.d.ts +31 -0
- package/pass-code-v1/modern/components/KeyPad/Component.js +35 -0
- package/pass-code-v1/modern/components/KeyPad/index.css +45 -0
- package/pass-code-v1/modern/components/KeyPad/index.d.ts +1 -0
- package/pass-code-v1/modern/components/KeyPad/index.js +7 -0
- package/pass-code-v1/modern/components/KeyPadButton/Component.d.ts +32 -0
- package/pass-code-v1/modern/components/KeyPadButton/Component.js +13 -0
- package/pass-code-v1/modern/components/KeyPadButton/index.css +69 -0
- package/pass-code-v1/modern/components/KeyPadButton/index.d.ts +1 -0
- package/pass-code-v1/modern/components/KeyPadButton/index.js +4 -0
- package/pass-code-v1/modern/index.css +38 -0
- package/pass-code-v1/modern/index.d.ts +2 -0
- package/pass-code-v1/modern/index.js +11 -0
- package/pass-code-v1/modern/shared/index.d.ts +1 -0
- package/pass-code-v1/modern/shared/index.js +2 -0
- package/pass-code-v1/modern/utils.d.ts +10 -0
- package/pass-code-v1/modern/utils.js +15 -0
- package/pass-code-v1/package.json +3 -0
- package/pass-code-v1/shared/index.d.ts +1 -0
- package/pass-code-v1/shared/index.js +7 -0
- package/pass-code-v1/shared/package.json +3 -0
- package/pass-code-v1/utils.d.ts +10 -0
- package/pass-code-v1/utils.js +17 -0
- package/pattern-lock/components/base-pattern-lock/Component.js +7 -11
- package/pattern-lock/components/base-pattern-lock/index.css +11 -20
- package/pattern-lock/consts.js +8 -8
- package/pattern-lock/cssm/components/base-pattern-lock/Component.js +6 -10
- package/pattern-lock/cssm/components/base-pattern-lock/index.module.css +11 -20
- package/pattern-lock/cssm/consts.js +8 -8
- package/pattern-lock/cssm/desktop/desktop.module.css +3 -4
- package/pattern-lock/cssm/mobile/mobile.module.css +3 -26
- package/pattern-lock/cssm/typings.d.ts +6 -14
- package/pattern-lock/cssm/utils.d.ts +0 -2
- package/pattern-lock/cssm/utils.js +5 -30
- package/pattern-lock/desktop/desktop.css +3 -4
- package/pattern-lock/esm/components/base-pattern-lock/Component.js +7 -11
- package/pattern-lock/esm/components/base-pattern-lock/index.css +11 -20
- package/pattern-lock/esm/consts.js +8 -8
- package/pattern-lock/esm/desktop/desktop.css +3 -4
- package/pattern-lock/esm/mobile/mobile.css +3 -26
- package/pattern-lock/esm/typings.d.ts +6 -14
- package/pattern-lock/esm/utils.d.ts +0 -2
- package/pattern-lock/esm/utils.js +5 -30
- package/pattern-lock/mobile/mobile.css +3 -26
- package/pattern-lock/modern/components/base-pattern-lock/Component.js +6 -10
- package/pattern-lock/modern/components/base-pattern-lock/index.css +11 -20
- package/pattern-lock/modern/consts.js +8 -8
- package/pattern-lock/modern/desktop/desktop.css +3 -4
- package/pattern-lock/modern/mobile/mobile.css +3 -26
- package/pattern-lock/modern/typings.d.ts +6 -14
- package/pattern-lock/modern/utils.d.ts +0 -2
- package/pattern-lock/modern/utils.js +5 -30
- package/pattern-lock/typings.d.ts +6 -14
- package/pattern-lock/utils.d.ts +0 -2
- package/pattern-lock/utils.js +5 -30
- package/pattern-lock-v1/Component.responsive.d.ts +10 -0
- package/pattern-lock-v1/Component.responsive.js +25 -0
- package/pattern-lock-v1/components/base-pattern-lock/Component.d.ts +6 -0
- package/pattern-lock-v1/components/base-pattern-lock/Component.js +66 -0
- package/pattern-lock-v1/components/base-pattern-lock/index.css +45 -0
- package/pattern-lock-v1/components/base-pattern-lock/index.d.ts +1 -0
- package/pattern-lock-v1/components/base-pattern-lock/index.js +7 -0
- package/pattern-lock-v1/consts.d.ts +11 -0
- package/pattern-lock-v1/consts.js +32 -0
- package/pattern-lock-v1/cssm/Component.responsive.d.ts +10 -0
- package/pattern-lock-v1/cssm/Component.responsive.js +25 -0
- package/pattern-lock-v1/cssm/components/base-pattern-lock/Component.d.ts +6 -0
- package/pattern-lock-v1/cssm/components/base-pattern-lock/Component.js +65 -0
- package/pattern-lock-v1/cssm/components/base-pattern-lock/index.d.ts +1 -0
- package/pattern-lock-v1/cssm/components/base-pattern-lock/index.js +7 -0
- package/pattern-lock-v1/cssm/components/base-pattern-lock/index.module.css +44 -0
- package/pattern-lock-v1/cssm/consts.d.ts +11 -0
- package/pattern-lock-v1/cssm/consts.js +32 -0
- package/pattern-lock-v1/cssm/desktop/Component.desktop.d.ts +6 -0
- package/pattern-lock-v1/cssm/desktop/Component.desktop.js +15 -0
- package/pattern-lock-v1/cssm/desktop/desktop.module.css +27 -0
- package/pattern-lock-v1/cssm/desktop/index.d.ts +2 -0
- package/pattern-lock-v1/cssm/desktop/index.js +7 -0
- package/pattern-lock-v1/cssm/hooks/use-pattern-lock-cleanup.d.ts +6 -0
- package/pattern-lock-v1/cssm/hooks/use-pattern-lock-cleanup.js +16 -0
- package/pattern-lock-v1/cssm/index.d.ts +3 -0
- package/pattern-lock-v1/cssm/index.js +9 -0
- package/pattern-lock-v1/cssm/mobile/Component.mobile.d.ts +6 -0
- package/pattern-lock-v1/cssm/mobile/Component.mobile.js +15 -0
- package/pattern-lock-v1/cssm/mobile/index.d.ts +2 -0
- package/pattern-lock-v1/cssm/mobile/index.js +7 -0
- package/pattern-lock-v1/cssm/mobile/mobile.module.css +47 -0
- package/pattern-lock-v1/cssm/shared/index.d.ts +2 -0
- package/pattern-lock-v1/cssm/shared/index.js +9 -0
- package/pattern-lock-v1/cssm/typings.d.ts +91 -0
- package/pattern-lock-v1/cssm/typings.js +1 -0
- package/pattern-lock-v1/cssm/utils.d.ts +16 -0
- package/pattern-lock-v1/cssm/utils.js +94 -0
- package/pattern-lock-v1/cssm/vars.css +0 -0
- package/pattern-lock-v1/desktop/Component.desktop.d.ts +6 -0
- package/pattern-lock-v1/desktop/Component.desktop.js +16 -0
- package/pattern-lock-v1/desktop/desktop.css +28 -0
- package/pattern-lock-v1/desktop/index.d.ts +2 -0
- package/pattern-lock-v1/desktop/index.js +7 -0
- package/pattern-lock-v1/desktop/package.json +3 -0
- package/pattern-lock-v1/esm/Component.responsive.d.ts +10 -0
- package/pattern-lock-v1/esm/Component.responsive.js +26 -0
- package/pattern-lock-v1/esm/components/base-pattern-lock/Component.d.ts +6 -0
- package/pattern-lock-v1/esm/components/base-pattern-lock/Component.js +59 -0
- package/pattern-lock-v1/esm/components/base-pattern-lock/index.css +45 -0
- package/pattern-lock-v1/esm/components/base-pattern-lock/index.d.ts +1 -0
- package/pattern-lock-v1/esm/components/base-pattern-lock/index.js +9 -0
- package/pattern-lock-v1/esm/consts.d.ts +11 -0
- package/pattern-lock-v1/esm/consts.js +27 -0
- package/pattern-lock-v1/esm/desktop/Component.desktop.d.ts +6 -0
- package/pattern-lock-v1/esm/desktop/Component.desktop.js +16 -0
- package/pattern-lock-v1/esm/desktop/desktop.css +28 -0
- package/pattern-lock-v1/esm/desktop/index.d.ts +2 -0
- package/pattern-lock-v1/esm/desktop/index.js +10 -0
- package/pattern-lock-v1/esm/hooks/use-pattern-lock-cleanup.d.ts +6 -0
- package/pattern-lock-v1/esm/hooks/use-pattern-lock-cleanup.js +14 -0
- package/pattern-lock-v1/esm/index.d.ts +3 -0
- package/pattern-lock-v1/esm/index.js +13 -0
- package/pattern-lock-v1/esm/mobile/Component.mobile.d.ts +6 -0
- package/pattern-lock-v1/esm/mobile/Component.mobile.js +16 -0
- package/pattern-lock-v1/esm/mobile/index.d.ts +2 -0
- package/pattern-lock-v1/esm/mobile/index.js +10 -0
- package/pattern-lock-v1/esm/mobile/mobile.css +48 -0
- package/pattern-lock-v1/esm/shared/index.d.ts +2 -0
- package/pattern-lock-v1/esm/shared/index.js +6 -0
- package/pattern-lock-v1/esm/typings.d.ts +91 -0
- package/pattern-lock-v1/esm/typings.js +1 -0
- package/pattern-lock-v1/esm/utils.d.ts +16 -0
- package/pattern-lock-v1/esm/utils.js +88 -0
- package/pattern-lock-v1/hooks/use-pattern-lock-cleanup.d.ts +6 -0
- package/pattern-lock-v1/hooks/use-pattern-lock-cleanup.js +16 -0
- package/pattern-lock-v1/index.d.ts +3 -0
- package/pattern-lock-v1/index.js +9 -0
- package/pattern-lock-v1/mobile/Component.mobile.d.ts +6 -0
- package/pattern-lock-v1/mobile/Component.mobile.js +16 -0
- package/pattern-lock-v1/mobile/index.d.ts +2 -0
- package/pattern-lock-v1/mobile/index.js +7 -0
- package/pattern-lock-v1/mobile/mobile.css +48 -0
- package/pattern-lock-v1/mobile/package.json +3 -0
- package/pattern-lock-v1/modern/Component.responsive.d.ts +10 -0
- package/pattern-lock-v1/modern/Component.responsive.js +24 -0
- package/pattern-lock-v1/modern/components/base-pattern-lock/Component.d.ts +6 -0
- package/pattern-lock-v1/modern/components/base-pattern-lock/Component.js +54 -0
- package/pattern-lock-v1/modern/components/base-pattern-lock/index.css +45 -0
- package/pattern-lock-v1/modern/components/base-pattern-lock/index.d.ts +1 -0
- package/pattern-lock-v1/modern/components/base-pattern-lock/index.js +8 -0
- package/pattern-lock-v1/modern/consts.d.ts +11 -0
- package/pattern-lock-v1/modern/consts.js +27 -0
- package/pattern-lock-v1/modern/desktop/Component.desktop.d.ts +6 -0
- package/pattern-lock-v1/modern/desktop/Component.desktop.js +15 -0
- package/pattern-lock-v1/modern/desktop/desktop.css +28 -0
- package/pattern-lock-v1/modern/desktop/index.d.ts +2 -0
- package/pattern-lock-v1/modern/desktop/index.js +9 -0
- package/pattern-lock-v1/modern/hooks/use-pattern-lock-cleanup.d.ts +6 -0
- package/pattern-lock-v1/modern/hooks/use-pattern-lock-cleanup.js +14 -0
- package/pattern-lock-v1/modern/index.d.ts +3 -0
- package/pattern-lock-v1/modern/index.js +12 -0
- package/pattern-lock-v1/modern/mobile/Component.mobile.d.ts +6 -0
- package/pattern-lock-v1/modern/mobile/Component.mobile.js +15 -0
- package/pattern-lock-v1/modern/mobile/index.d.ts +2 -0
- package/pattern-lock-v1/modern/mobile/index.js +9 -0
- package/pattern-lock-v1/modern/mobile/mobile.css +48 -0
- package/pattern-lock-v1/modern/shared/index.d.ts +2 -0
- package/pattern-lock-v1/modern/shared/index.js +5 -0
- package/pattern-lock-v1/modern/typings.d.ts +91 -0
- package/pattern-lock-v1/modern/typings.js +1 -0
- package/pattern-lock-v1/modern/utils.d.ts +16 -0
- package/pattern-lock-v1/modern/utils.js +98 -0
- package/pattern-lock-v1/package.json +3 -0
- package/pattern-lock-v1/shared/index.d.ts +2 -0
- package/pattern-lock-v1/shared/index.js +9 -0
- package/pattern-lock-v1/shared/package.json +3 -0
- package/pattern-lock-v1/typings.d.ts +91 -0
- package/pattern-lock-v1/typings.js +1 -0
- package/pattern-lock-v1/utils.d.ts +16 -0
- package/pattern-lock-v1/utils.js +94 -0
- package/picker-button/Component-c44170fe.d.ts +2 -2
- package/picker-button/cssm/Component-c44170fe.d.ts +2 -2
- package/picker-button/cssm/index-bdb4c6b9.d.ts +1 -13
- package/picker-button/esm/Component-c44170fe.d.ts +2 -2
- package/picker-button/esm/index-bdb4c6b9.d.ts +1 -13
- package/picker-button/index-bdb4c6b9.d.ts +1 -13
- package/picker-button/modern/Component-c44170fe.d.ts +2 -2
- package/picker-button/modern/index-bdb4c6b9.d.ts +1 -13
- package/popover/Component.js +2 -1
- package/popover/cssm/Component.js +2 -1
- package/popover/esm/Component.js +2 -1
- package/popover/esm/index.js +1 -0
- package/popover/modern/Component.js +2 -1
- package/popover/modern/index.js +1 -0
- 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/stack/component.js +4 -4
- package/stack/cssm/component.js +4 -4
- package/stack/cssm/index.d.ts +0 -1
- package/stack/cssm/index.js +0 -3
- package/stack/esm/component.js +1 -1
- package/stack/esm/index.d.ts +0 -1
- package/stack/esm/index.js +1 -1
- package/stack/index.d.ts +0 -1
- package/stack/index.js +0 -3
- package/stack/modern/component.js +1 -1
- package/stack/modern/index.d.ts +0 -1
- package/stack/modern/index.js +1 -1
- package/status/Component.d.ts +2 -1
- package/status/Component.js +2 -2
- package/status/cssm/Component.d.ts +2 -1
- package/status/cssm/Component.js +1 -1
- package/status/cssm/index.module.css +74 -29
- package/status/esm/Component.d.ts +2 -1
- package/status/esm/Component.js +2 -2
- package/status/esm/index.css +55 -27
- package/status/index.css +55 -27
- package/status/modern/Component.d.ts +2 -1
- package/status/modern/Component.js +2 -2
- package/status/modern/index.css +55 -27
- 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/mobile.css +1 -0
- 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/mobile.css +1 -0
- 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/primary-tablist/mobile.css +1 -0
- 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/secondary-tablist/mobile.css +1 -0
- 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/primary-tablist/mobile.css +1 -0
- 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/secondary-tablist/mobile.css +1 -0
- 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 +0 -1515
- package/themes/compiled/mobile-dark-bluetint.css +86 -65
- package/themes/corp.css +0 -1515
- package/themes/intranet.css +0 -1515
- package/themes/mobile.css +0 -1515
- package/themes/site.css +0 -1515
- package/toast/components/base-toast/component.js +2 -1
- package/toast/cssm/components/base-toast/component.js +2 -1
- package/toast/esm/Component.responsive.js +1 -0
- package/toast/esm/components/base-toast/component.js +2 -1
- package/toast/esm/components/base-toast/index.js +1 -0
- package/toast/esm/desktop/Component.desktop.js +1 -0
- package/toast/esm/desktop/index.js +1 -0
- package/toast/esm/index.js +1 -0
- package/toast/esm/mobile/Component.mobile.js +1 -0
- package/toast/esm/mobile/index.js +1 -0
- package/toast/modern/Component.responsive.js +1 -0
- package/toast/modern/components/base-toast/component.js +2 -1
- package/toast/modern/components/base-toast/index.js +1 -0
- package/toast/modern/desktop/Component.desktop.js +1 -0
- package/toast/modern/desktop/index.js +1 -0
- package/toast/modern/index.js +1 -0
- package/toast/modern/mobile/Component.mobile.js +1 -0
- package/toast/modern/mobile/index.js +1 -0
- package/toast-plate/components/base-toast-plate/component.js +1 -1
- package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -1
- package/toast-plate/esm/Component.responsive.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/component.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/index.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -1
- package/toast-plate/esm/desktop/Component.desktop.js +1 -1
- package/toast-plate/esm/desktop/index.js +1 -1
- package/toast-plate/esm/index-307da6d7.d.ts +1 -1
- package/toast-plate/esm/index.js +1 -1
- package/toast-plate/esm/mobile/Component.mobile.js +1 -1
- package/toast-plate/esm/mobile/index.js +1 -1
- package/toast-plate/index-307da6d7.d.ts +1 -1
- package/toast-plate/modern/Component.responsive.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/component.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/index.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -1
- package/toast-plate/modern/desktop/Component.desktop.js +1 -1
- package/toast-plate/modern/desktop/index.js +1 -1
- package/toast-plate/modern/index-307da6d7.d.ts +1 -1
- package/toast-plate/modern/index.js +1 -1
- package/toast-plate/modern/mobile/Component.mobile.js +1 -1
- package/toast-plate/modern/mobile/index.js +1 -1
- 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/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/title/component.js +1 -1
- package/typography/title/index.js +1 -1
- package/typography/title-mobile/component.js +1 -1
- package/typography/title-responsive/component.js +1 -1
- package/underlay/Component.js +1 -1
- package/underlay/esm/Component.js +1 -1
- package/underlay/esm/index.js +1 -1
- package/underlay/esm/utils/getBorderCorners.js +1 -1
- package/underlay/esm/utils/getClasses.js +1 -1
- package/underlay/modern/Component.js +1 -1
- package/underlay/modern/index.js +1 -1
- package/underlay/modern/utils/getBorderCorners.js +1 -1
- package/underlay/modern/utils/getClasses.js +1 -1
- package/underlay/utils/getBorderCorners.js +1 -1
- package/underlay/utils/getClasses.js +1 -1
- package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/components/date-input/Component.js +1 -1
- package/universal-date-input/components/date-range-input/Component.js +1 -1
- package/universal-date-input/cssm/index-5712fce2.d.ts +1 -13
- package/universal-date-input/esm/Component.responsive.js +1 -1
- package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
- package/universal-date-input/esm/components/date-input/Component.js +1 -1
- package/universal-date-input/esm/components/date-input/index.js +1 -1
- package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
- package/universal-date-input/esm/components/date-range-input/index.js +1 -1
- package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
- package/universal-date-input/esm/desktop/index.js +1 -1
- package/universal-date-input/esm/index-5712fce2.d.ts +1 -13
- package/universal-date-input/esm/index.js +1 -1
- package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
- package/universal-date-input/esm/mobile/index.js +1 -1
- package/universal-date-input/index-5712fce2.d.ts +1 -13
- package/universal-date-input/modern/Component.responsive.js +1 -1
- package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
- package/universal-date-input/modern/components/date-input/Component.js +1 -1
- package/universal-date-input/modern/components/date-input/index.js +1 -1
- package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
- package/universal-date-input/modern/components/date-range-input/index.js +1 -1
- package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
- package/universal-date-input/modern/desktop/index.js +1 -1
- package/universal-date-input/modern/index-5712fce2.d.ts +1 -13
- package/universal-date-input/modern/index.js +1 -1
- package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
- package/universal-date-input/modern/mobile/index.js +1 -1
- package/vars/cssm/bundle/click.css +1 -0
- package/vars/cssm/bundle/corp.css +1 -0
- package/vars/cssm/bundle/intranet.css +1 -0
- package/vars/cssm/bundle/mobile.css +1 -0
- package/vars/cssm/bundle/site.css +1 -0
- package/vars/cssm/gaps.css +1 -0
- package/vars/cssm/index.css +1 -0
- package/vars/cssm/index.d.ts +1 -0
- package/vars/cssm/index.js +1 -0
- package/vars/esm/index.d.ts +1 -0
- package/vars/esm/index.js +2 -1
- package/vars/gaps.css +1 -0
- package/vars/index.d.ts +1 -0
- package/vars/index.js +1 -0
- package/vars/modern/index.d.ts +1 -0
- package/vars/modern/index.js +2 -1
- package/international-phone-input/cssm/index-136acbb1.d.ts +0 -28
- package/international-phone-input/esm/index-136acbb1.d.ts +0 -28
- package/international-phone-input/index-136acbb1.d.ts +0 -28
- package/international-phone-input/modern/index-136acbb1.d.ts +0 -28
- package/stack/context.d.ts +0 -29
- package/stack/context.js +0 -34
- package/stack/cssm/context.d.ts +0 -29
- package/stack/cssm/context.js +0 -34
- package/stack/esm/context.d.ts +0 -29
- package/stack/esm/context.js +0 -31
- package/stack/modern/context.d.ts +0 -29
- package/stack/modern/context.js +0 -31
- /package/calendar-range/esm/{index.module-357c54b1.js → index.module-623d82cb.js} +0 -0
- /package/calendar-range/{index.module-ecaac793.js → index.module-d25909db.js} +0 -0
- /package/calendar-range/modern/{index.module-1cf41baf.js → index.module-aef2c351.js} +0 -0
- /package/confirmation/{countdown-section-f9e4f884.d.ts → countdown-section-5399b3c0.d.ts} +0 -0
- /package/confirmation/{countdown-section-f9e4f884.js → countdown-section-5399b3c0.js} +0 -0
- /package/confirmation/esm/{countdown-section-540da1e3.d.ts → countdown-section-71f92528.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-540da1e3.js → countdown-section-71f92528.js} +0 -0
- /package/confirmation/modern/{countdown-section-d3385b29.d.ts → countdown-section-6a0cf609.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-d3385b29.js → countdown-section-6a0cf609.js} +0 -0
- /package/gallery/{buttons-0e0683d9.d.ts → buttons-2c587253.d.ts} +0 -0
- /package/gallery/{buttons-0e0683d9.js → buttons-2c587253.js} +0 -0
- /package/gallery/esm/{buttons-eabdb51b.d.ts → buttons-fb317559.d.ts} +0 -0
- /package/gallery/esm/{buttons-eabdb51b.js → buttons-fb317559.js} +0 -0
- /package/gallery/esm/{slide-a8f6ccc1.d.ts → slide-cb44c8ba.d.ts} +0 -0
- /package/gallery/esm/{slide-a8f6ccc1.js → slide-cb44c8ba.js} +0 -0
- /package/gallery/modern/{buttons-062ff167.d.ts → buttons-0d4c9cc6.d.ts} +0 -0
- /package/gallery/modern/{buttons-062ff167.js → buttons-0d4c9cc6.js} +0 -0
- /package/gallery/modern/{slide-b5566e19.d.ts → slide-3771e01f.d.ts} +0 -0
- /package/gallery/modern/{slide-b5566e19.js → slide-3771e01f.js} +0 -0
- /package/gallery/{slide-3d8ed06b.d.ts → slide-a4b1c89f.d.ts} +0 -0
- /package/gallery/{slide-3d8ed06b.js → slide-a4b1c89f.js} +0 -0
- /package/list/{Component-ff6688dc.d.ts → Component-a602be93.d.ts} +0 -0
- /package/list/{Component-ff6688dc.js → Component-a602be93.js} +0 -0
- /package/list/esm/{Component-e815e6a4.d.ts → Component-cb53d490.d.ts} +0 -0
- /package/list/esm/{Component-e815e6a4.js → Component-cb53d490.js} +0 -0
- /package/list/modern/{Component-ec34e05a.d.ts → Component-a046ddbb.d.ts} +0 -0
- /package/list/modern/{Component-ec34e05a.js → Component-a046ddbb.js} +0 -0
- /package/markdown/esm/{use-overrides-1ff68396.d.ts → use-overrides-07b626db.d.ts} +0 -0
- /package/markdown/esm/{use-overrides-1ff68396.js → use-overrides-07b626db.js} +0 -0
- /package/markdown/modern/{use-overrides-7e45f101.d.ts → use-overrides-b5b09003.d.ts} +0 -0
- /package/markdown/modern/{use-overrides-7e45f101.js → use-overrides-b5b09003.js} +0 -0
- /package/markdown/{use-overrides-86d99dd7.d.ts → use-overrides-822accd9.d.ts} +0 -0
- /package/markdown/{use-overrides-86d99dd7.js → use-overrides-822accd9.js} +0 -0
- /package/modal/esm/{layout.module-702c2cb2.js → layout.module-5977466c.js} +0 -0
- /package/modal/{layout.module-aab0bc9b.js → layout.module-74b07012.js} +0 -0
- /package/modal/modern/{layout.module-b093854b.js → layout.module-565c309a.js} +0 -0
- /package/pure-cell/{component-d6b532a6.d.ts → component-7416d908.d.ts} +0 -0
- /package/pure-cell/{component-d6b532a6.js → component-7416d908.js} +0 -0
- /package/pure-cell/esm/{component-c7781796.d.ts → component-3d640b7c.d.ts} +0 -0
- /package/pure-cell/esm/{component-c7781796.js → component-3d640b7c.js} +0 -0
- /package/pure-cell/modern/{component-9e925174.d.ts → component-3e8f0f6a.d.ts} +0 -0
- /package/pure-cell/modern/{component-9e925174.js → component-3e8f0f6a.js} +0 -0
- /package/select/esm/{hook-74e64a0c.d.ts → hook-9053acbd.d.ts} +0 -0
- /package/select/esm/{hook-74e64a0c.js → hook-9053acbd.js} +0 -0
- /package/select/{hook-0bb52889.d.ts → hook-4828b821.d.ts} +0 -0
- /package/select/{hook-0bb52889.js → hook-4828b821.js} +0 -0
- /package/select/modern/{hook-6af684e1.d.ts → hook-b222c7a6.d.ts} +0 -0
- /package/select/modern/{hook-6af684e1.js → hook-b222c7a6.js} +0 -0
- /package/side-panel/esm/{layout.module-2920265f.js → layout.module-213a8df5.js} +0 -0
- /package/side-panel/{layout.module-e8737dea.js → layout.module-8f6fbc6c.js} +0 -0
- /package/side-panel/modern/{layout.module-4fa2bc24.js → layout.module-383ff816.js} +0 -0
- /package/tabs/esm/{index.module-ba7b2cb2.js → index.module-933af431.js} +0 -0
- /package/tabs/esm/{index.module-5a0e55b4.js → index.module-cf06e057.js} +0 -0
- /package/tabs/{index.module-cbc6d7c7.js → index.module-7921c543.js} +0 -0
- /package/tabs/{index.module-d6f111ab.js → index.module-b12043c1.js} +0 -0
- /package/tabs/modern/{index.module-ff97782f.js → index.module-2be333c9.js} +0 -0
- /package/tabs/modern/{index.module-a08c8cf9.js → index.module-31d8ecb3.js} +0 -0
- /package/textarea/{PseudoTextArea-7681334c.d.ts → PseudoTextArea-1ccf8201.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-7681334c.js → PseudoTextArea-1ccf8201.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-850a55b5.d.ts → PseudoTextArea-76d3dc41.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-850a55b5.js → PseudoTextArea-76d3dc41.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-c51ed577.d.ts → PseudoTextArea-e429aefb.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-c51ed577.js → PseudoTextArea-e429aefb.js} +0 -0
- /package/toast-plate/esm/{getDataTestId-8021d762.d.ts → getDataTestId-32922464.d.ts} +0 -0
- /package/toast-plate/esm/{getDataTestId-8021d762.js → getDataTestId-32922464.js} +0 -0
- /package/toast-plate/{getDataTestId-929c5591.d.ts → getDataTestId-64de4ccf.d.ts} +0 -0
- /package/toast-plate/{getDataTestId-929c5591.js → getDataTestId-64de4ccf.js} +0 -0
- /package/toast-plate/modern/{getDataTestId-bae81f74.d.ts → getDataTestId-4d724a67.d.ts} +0 -0
- /package/toast-plate/modern/{getDataTestId-bae81f74.js → getDataTestId-4d724a67.js} +0 -0
- /package/typography/{colors.module-25aafc23.js → colors.module-b5748ea8.js} +0 -0
- /package/typography/{common.module-341ca469.js → common.module-80bf51b5.js} +0 -0
- /package/typography/esm/{colors.module-b3609b01.js → colors.module-f3766eb5.js} +0 -0
- /package/typography/esm/{common.module-9ba9bb80.js → common.module-f848d683.js} +0 -0
- /package/typography/modern/{colors.module-cdb9be5e.js → colors.module-a1c32450.js} +0 -0
- /package/typography/modern/{common.module-8139e615.js → common.module-51b2b521.js} +0 -0
- /package/underlay/esm/{index.module-62313110.js → index.module-5d0c8b19.js} +0 -0
- /package/underlay/{index.module-ac30b0c0.js → index.module-8abd8137.js} +0 -0
- /package/underlay/modern/{index.module-072eac49.js → index.module-18cad96b.js} +0 -0
- /package/universal-date-input/esm/{index.module-fe996ac6.js → index.module-c3d4524c.js} +0 -0
- /package/universal-date-input/{index.module-0a5591a5.js → index.module-9e01be89.js} +0 -0
- /package/universal-date-input/modern/{index.module-4dd39b6b.js → index.module-8877db57.js} +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
3
|
--color-light-neutral-700: #898991;
|
|
4
|
+
--color-light-neutral-translucent-200: rgba(30, 43, 68, 0.08);
|
|
4
5
|
--color-light-neutral-translucent-300: rgba(15, 25, 55, 0.1);
|
|
5
6
|
--color-light-text-primary-inverted: rgba(255, 255, 255, 0.94);
|
|
6
7
|
--color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -29,6 +30,12 @@
|
|
|
29
30
|
--color-light-decorative-muted-alt-orange: #fde6c8;
|
|
30
31
|
--color-light-decorative-muted-alt-red: #ffdfdf;
|
|
31
32
|
--color-light-decorative-muted-alt-teal: #c8f1f3;
|
|
33
|
+
--color-light-decorative-muted-blue: #e4f0ff;
|
|
34
|
+
--color-light-decorative-muted-green: #dff8e5;
|
|
35
|
+
--color-light-decorative-muted-indigo: #eeedff;
|
|
36
|
+
--color-light-decorative-muted-orange: #ffefd9;
|
|
37
|
+
--color-light-decorative-muted-red: #ffebeb;
|
|
38
|
+
--color-light-decorative-muted-teal: #daf7f8;
|
|
32
39
|
--color-light-decorative-orange: #fa9313;
|
|
33
40
|
--color-light-decorative-red: #fe5e48;
|
|
34
41
|
--color-light-decorative-teal: #09b9be;
|
|
@@ -60,41 +67,79 @@
|
|
|
60
67
|
word-break: break-all;
|
|
61
68
|
} .component:empty {
|
|
62
69
|
padding: 0;
|
|
63
|
-
} .
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
70
|
+
} .muted-alt {
|
|
71
|
+
&.green {
|
|
72
|
+
background: var(--color-light-decorative-muted-alt-green);
|
|
73
|
+
color: var(--color-light-decorative-text-green);
|
|
74
|
+
}
|
|
75
|
+
&.orange {
|
|
76
|
+
background: var(--color-light-decorative-muted-alt-orange);
|
|
77
|
+
color: var(--color-light-decorative-text-orange);
|
|
78
|
+
}
|
|
79
|
+
&.red {
|
|
80
|
+
background: var(--color-light-decorative-muted-alt-red);
|
|
81
|
+
color: var(--color-light-decorative-text-red);
|
|
82
|
+
}
|
|
83
|
+
&.blue {
|
|
84
|
+
background: var(--color-light-decorative-muted-alt-blue);
|
|
85
|
+
color: var(--color-light-decorative-text-blue);
|
|
86
|
+
}
|
|
87
|
+
&.teal {
|
|
88
|
+
background: var(--color-light-decorative-muted-alt-teal);
|
|
89
|
+
color: var(--color-light-decorative-text-teal);
|
|
90
|
+
}
|
|
91
|
+
} .muted-alt.grey {
|
|
76
92
|
background: var(--color-light-neutral-translucent-300);
|
|
77
93
|
color: var(--color-light-text-secondary);
|
|
78
|
-
} .
|
|
79
|
-
background: var(--color-light-decorative-muted-alt-teal);
|
|
80
|
-
color: var(--color-light-decorative-text-teal);
|
|
81
|
-
} .soft.purple {
|
|
94
|
+
} .muted-alt.purple {
|
|
82
95
|
background: var(--color-light-decorative-muted-alt-indigo);
|
|
83
96
|
color: var(--color-light-decorative-text-indigo);
|
|
84
97
|
} .contrast {
|
|
85
|
-
color: var(--color-light-text-primary-inverted)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
98
|
+
color: var(--color-light-text-primary-inverted);
|
|
99
|
+
&.green {
|
|
100
|
+
background: var(--color-light-decorative-green);
|
|
101
|
+
}
|
|
102
|
+
&.orange {
|
|
103
|
+
background: var(--color-light-decorative-orange);
|
|
104
|
+
}
|
|
105
|
+
&.red {
|
|
106
|
+
background: var(--color-light-decorative-red);
|
|
107
|
+
}
|
|
108
|
+
&.blue {
|
|
109
|
+
background: var(--color-light-decorative-blue);
|
|
110
|
+
}
|
|
111
|
+
&.teal {
|
|
112
|
+
background: var(--color-light-decorative-teal);
|
|
113
|
+
}
|
|
114
|
+
} .contrast.grey {
|
|
95
115
|
background: var(--color-light-neutral-700);
|
|
96
|
-
} .contrast.teal {
|
|
97
|
-
background: var(--color-light-decorative-teal);
|
|
98
116
|
} .contrast.purple {
|
|
99
117
|
background: var(--color-light-decorative-indigo);
|
|
118
|
+
} .muted {
|
|
119
|
+
&.green {
|
|
120
|
+
background: var(--color-light-decorative-muted-green);
|
|
121
|
+
color: var(--color-light-decorative-text-green);
|
|
122
|
+
}
|
|
123
|
+
&.orange {
|
|
124
|
+
background: var(--color-light-decorative-muted-orange);
|
|
125
|
+
color: var(--color-light-decorative-text-orange);
|
|
126
|
+
}
|
|
127
|
+
&.red {
|
|
128
|
+
background: var(--color-light-decorative-muted-red);
|
|
129
|
+
color: var(--color-light-decorative-text-red);
|
|
130
|
+
}
|
|
131
|
+
&.blue {
|
|
132
|
+
background: var(--color-light-decorative-muted-blue);
|
|
133
|
+
color: var(--color-light-decorative-text-blue);
|
|
134
|
+
}
|
|
135
|
+
&.teal {
|
|
136
|
+
background: var(--color-light-decorative-muted-teal);
|
|
137
|
+
color: var(--color-light-decorative-text-teal);
|
|
138
|
+
}
|
|
139
|
+
} .muted.grey {
|
|
140
|
+
background: var(--color-light-neutral-translucent-200);
|
|
141
|
+
color: var(--color-light-text-secondary);
|
|
142
|
+
} .muted.purple {
|
|
143
|
+
background: var(--color-light-decorative-muted-indigo);
|
|
144
|
+
color: var(--color-light-decorative-text-indigo);
|
|
100
145
|
}
|
|
@@ -7,8 +7,9 @@ type StatusProps = {
|
|
|
7
7
|
className?: string;
|
|
8
8
|
/**
|
|
9
9
|
* Вид компонента
|
|
10
|
+
* @description soft deprecated, используйте вместо него muted-alt
|
|
10
11
|
*/
|
|
11
|
-
view?: 'contrast' | 'soft';
|
|
12
|
+
view?: 'contrast' | 'soft' | 'muted' | 'muted-alt';
|
|
12
13
|
/**
|
|
13
14
|
* Цветовое оформление иконки
|
|
14
15
|
*/
|
package/status/esm/Component.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
|
|
4
|
-
var styles = {"component":"status__component_1keqd","ellipsis":"status__ellipsis_1keqd","
|
|
4
|
+
var styles = {"component":"status__component_1keqd","ellipsis":"status__ellipsis_1keqd","muted-alt":"status__muted-alt_1keqd","green":"status__green_1keqd","orange":"status__orange_1keqd","red":"status__red_1keqd","blue":"status__blue_1keqd","teal":"status__teal_1keqd","grey":"status__grey_1keqd","purple":"status__purple_1keqd","contrast":"status__contrast_1keqd","muted":"status__muted_1keqd"};
|
|
5
5
|
require('./index.css');
|
|
6
6
|
|
|
7
7
|
var colors = ['green', 'orange', 'red', 'blue', 'grey', 'teal', 'purple'];
|
|
8
8
|
var Status = function (_a) {
|
|
9
|
-
var className = _a.className, _b = _a.view, view = _b === void 0 ? '
|
|
9
|
+
var className = _a.className, _b = _a.view, view = _b === void 0 ? 'muted-alt' : _b, _c = _a.color, color = _c === void 0 ? 'green' : _c, children = _a.children, dataTestId = _a.dataTestId;
|
|
10
10
|
return (React.createElement("span", { className: cn(styles.component, styles[color], styles[view], className), "data-test-id": dataTestId },
|
|
11
11
|
React.createElement("span", { className: styles.ellipsis }, children)));
|
|
12
12
|
};
|
package/status/esm/index.css
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-neutral-700: #898991;
|
|
5
|
+
--color-light-neutral-translucent-200: rgba(30, 43, 68, 0.08);
|
|
5
6
|
--color-light-neutral-translucent-300: rgba(15, 25, 55, 0.1);
|
|
6
7
|
--color-light-text-primary-inverted: rgba(255, 255, 255, 0.94);
|
|
7
8
|
--color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -30,6 +31,12 @@
|
|
|
30
31
|
--color-light-decorative-muted-alt-orange: #fde6c8;
|
|
31
32
|
--color-light-decorative-muted-alt-red: #ffdfdf;
|
|
32
33
|
--color-light-decorative-muted-alt-teal: #c8f1f3;
|
|
34
|
+
--color-light-decorative-muted-blue: #e4f0ff;
|
|
35
|
+
--color-light-decorative-muted-green: #dff8e5;
|
|
36
|
+
--color-light-decorative-muted-indigo: #eeedff;
|
|
37
|
+
--color-light-decorative-muted-orange: #ffefd9;
|
|
38
|
+
--color-light-decorative-muted-red: #ffebeb;
|
|
39
|
+
--color-light-decorative-muted-teal: #daf7f8;
|
|
33
40
|
--color-light-decorative-orange: #fa9313;
|
|
34
41
|
--color-light-decorative-red: #fe5e48;
|
|
35
42
|
--color-light-decorative-teal: #09b9be;
|
|
@@ -61,41 +68,62 @@
|
|
|
61
68
|
word-break: break-all;
|
|
62
69
|
} .status__component_1keqd:empty {
|
|
63
70
|
padding: 0;
|
|
64
|
-
} .
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
71
|
+
} .status__muted-alt_1keqd.status__green_1keqd {
|
|
72
|
+
background: var(--color-light-decorative-muted-alt-green);
|
|
73
|
+
color: var(--color-light-decorative-text-green);
|
|
74
|
+
} .status__muted-alt_1keqd.status__orange_1keqd {
|
|
75
|
+
background: var(--color-light-decorative-muted-alt-orange);
|
|
76
|
+
color: var(--color-light-decorative-text-orange);
|
|
77
|
+
} .status__muted-alt_1keqd.status__red_1keqd {
|
|
78
|
+
background: var(--color-light-decorative-muted-alt-red);
|
|
79
|
+
color: var(--color-light-decorative-text-red);
|
|
80
|
+
} .status__muted-alt_1keqd.status__blue_1keqd {
|
|
81
|
+
background: var(--color-light-decorative-muted-alt-blue);
|
|
82
|
+
color: var(--color-light-decorative-text-blue);
|
|
83
|
+
} .status__muted-alt_1keqd.status__teal_1keqd {
|
|
84
|
+
background: var(--color-light-decorative-muted-alt-teal);
|
|
85
|
+
color: var(--color-light-decorative-text-teal);
|
|
86
|
+
} .status__muted-alt_1keqd.status__grey_1keqd {
|
|
77
87
|
background: var(--color-light-neutral-translucent-300);
|
|
78
88
|
color: var(--color-light-text-secondary);
|
|
79
|
-
} .
|
|
80
|
-
background: var(--color-light-decorative-muted-alt-teal);
|
|
81
|
-
color: var(--color-light-decorative-text-teal);
|
|
82
|
-
} .status__soft_1keqd.status__purple_1keqd {
|
|
89
|
+
} .status__muted-alt_1keqd.status__purple_1keqd {
|
|
83
90
|
background: var(--color-light-decorative-muted-alt-indigo);
|
|
84
91
|
color: var(--color-light-decorative-text-indigo);
|
|
85
92
|
} .status__contrast_1keqd {
|
|
86
93
|
color: var(--color-light-text-primary-inverted)
|
|
87
94
|
} .status__contrast_1keqd.status__green_1keqd {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
95
|
+
background: var(--color-light-decorative-green);
|
|
96
|
+
} .status__contrast_1keqd.status__orange_1keqd {
|
|
97
|
+
background: var(--color-light-decorative-orange);
|
|
98
|
+
} .status__contrast_1keqd.status__red_1keqd {
|
|
99
|
+
background: var(--color-light-decorative-red);
|
|
100
|
+
} .status__contrast_1keqd.status__blue_1keqd {
|
|
101
|
+
background: var(--color-light-decorative-blue);
|
|
102
|
+
} .status__contrast_1keqd.status__teal_1keqd {
|
|
103
|
+
background: var(--color-light-decorative-teal);
|
|
104
|
+
} .status__contrast_1keqd.status__grey_1keqd {
|
|
96
105
|
background: var(--color-light-neutral-700);
|
|
97
|
-
} .status__contrast_1keqd.status__teal_1keqd {
|
|
98
|
-
background: var(--color-light-decorative-teal);
|
|
99
106
|
} .status__contrast_1keqd.status__purple_1keqd {
|
|
100
107
|
background: var(--color-light-decorative-indigo);
|
|
108
|
+
} .status__muted_1keqd.status__green_1keqd {
|
|
109
|
+
background: var(--color-light-decorative-muted-green);
|
|
110
|
+
color: var(--color-light-decorative-text-green);
|
|
111
|
+
} .status__muted_1keqd.status__orange_1keqd {
|
|
112
|
+
background: var(--color-light-decorative-muted-orange);
|
|
113
|
+
color: var(--color-light-decorative-text-orange);
|
|
114
|
+
} .status__muted_1keqd.status__red_1keqd {
|
|
115
|
+
background: var(--color-light-decorative-muted-red);
|
|
116
|
+
color: var(--color-light-decorative-text-red);
|
|
117
|
+
} .status__muted_1keqd.status__blue_1keqd {
|
|
118
|
+
background: var(--color-light-decorative-muted-blue);
|
|
119
|
+
color: var(--color-light-decorative-text-blue);
|
|
120
|
+
} .status__muted_1keqd.status__teal_1keqd {
|
|
121
|
+
background: var(--color-light-decorative-muted-teal);
|
|
122
|
+
color: var(--color-light-decorative-text-teal);
|
|
123
|
+
} .status__muted_1keqd.status__grey_1keqd {
|
|
124
|
+
background: var(--color-light-neutral-translucent-200);
|
|
125
|
+
color: var(--color-light-text-secondary);
|
|
126
|
+
} .status__muted_1keqd.status__purple_1keqd {
|
|
127
|
+
background: var(--color-light-decorative-muted-indigo);
|
|
128
|
+
color: var(--color-light-decorative-text-indigo);
|
|
101
129
|
}
|
package/status/index.css
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-neutral-700: #898991;
|
|
5
|
+
--color-light-neutral-translucent-200: rgba(30, 43, 68, 0.08);
|
|
5
6
|
--color-light-neutral-translucent-300: rgba(15, 25, 55, 0.1);
|
|
6
7
|
--color-light-text-primary-inverted: rgba(255, 255, 255, 0.94);
|
|
7
8
|
--color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -30,6 +31,12 @@
|
|
|
30
31
|
--color-light-decorative-muted-alt-orange: #fde6c8;
|
|
31
32
|
--color-light-decorative-muted-alt-red: #ffdfdf;
|
|
32
33
|
--color-light-decorative-muted-alt-teal: #c8f1f3;
|
|
34
|
+
--color-light-decorative-muted-blue: #e4f0ff;
|
|
35
|
+
--color-light-decorative-muted-green: #dff8e5;
|
|
36
|
+
--color-light-decorative-muted-indigo: #eeedff;
|
|
37
|
+
--color-light-decorative-muted-orange: #ffefd9;
|
|
38
|
+
--color-light-decorative-muted-red: #ffebeb;
|
|
39
|
+
--color-light-decorative-muted-teal: #daf7f8;
|
|
33
40
|
--color-light-decorative-orange: #fa9313;
|
|
34
41
|
--color-light-decorative-red: #fe5e48;
|
|
35
42
|
--color-light-decorative-teal: #09b9be;
|
|
@@ -61,41 +68,62 @@
|
|
|
61
68
|
word-break: break-all;
|
|
62
69
|
} .status__component_1keqd:empty {
|
|
63
70
|
padding: 0;
|
|
64
|
-
} .
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
71
|
+
} .status__muted-alt_1keqd.status__green_1keqd {
|
|
72
|
+
background: var(--color-light-decorative-muted-alt-green);
|
|
73
|
+
color: var(--color-light-decorative-text-green);
|
|
74
|
+
} .status__muted-alt_1keqd.status__orange_1keqd {
|
|
75
|
+
background: var(--color-light-decorative-muted-alt-orange);
|
|
76
|
+
color: var(--color-light-decorative-text-orange);
|
|
77
|
+
} .status__muted-alt_1keqd.status__red_1keqd {
|
|
78
|
+
background: var(--color-light-decorative-muted-alt-red);
|
|
79
|
+
color: var(--color-light-decorative-text-red);
|
|
80
|
+
} .status__muted-alt_1keqd.status__blue_1keqd {
|
|
81
|
+
background: var(--color-light-decorative-muted-alt-blue);
|
|
82
|
+
color: var(--color-light-decorative-text-blue);
|
|
83
|
+
} .status__muted-alt_1keqd.status__teal_1keqd {
|
|
84
|
+
background: var(--color-light-decorative-muted-alt-teal);
|
|
85
|
+
color: var(--color-light-decorative-text-teal);
|
|
86
|
+
} .status__muted-alt_1keqd.status__grey_1keqd {
|
|
77
87
|
background: var(--color-light-neutral-translucent-300);
|
|
78
88
|
color: var(--color-light-text-secondary);
|
|
79
|
-
} .
|
|
80
|
-
background: var(--color-light-decorative-muted-alt-teal);
|
|
81
|
-
color: var(--color-light-decorative-text-teal);
|
|
82
|
-
} .status__soft_1keqd.status__purple_1keqd {
|
|
89
|
+
} .status__muted-alt_1keqd.status__purple_1keqd {
|
|
83
90
|
background: var(--color-light-decorative-muted-alt-indigo);
|
|
84
91
|
color: var(--color-light-decorative-text-indigo);
|
|
85
92
|
} .status__contrast_1keqd {
|
|
86
93
|
color: var(--color-light-text-primary-inverted)
|
|
87
94
|
} .status__contrast_1keqd.status__green_1keqd {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
95
|
+
background: var(--color-light-decorative-green);
|
|
96
|
+
} .status__contrast_1keqd.status__orange_1keqd {
|
|
97
|
+
background: var(--color-light-decorative-orange);
|
|
98
|
+
} .status__contrast_1keqd.status__red_1keqd {
|
|
99
|
+
background: var(--color-light-decorative-red);
|
|
100
|
+
} .status__contrast_1keqd.status__blue_1keqd {
|
|
101
|
+
background: var(--color-light-decorative-blue);
|
|
102
|
+
} .status__contrast_1keqd.status__teal_1keqd {
|
|
103
|
+
background: var(--color-light-decorative-teal);
|
|
104
|
+
} .status__contrast_1keqd.status__grey_1keqd {
|
|
96
105
|
background: var(--color-light-neutral-700);
|
|
97
|
-
} .status__contrast_1keqd.status__teal_1keqd {
|
|
98
|
-
background: var(--color-light-decorative-teal);
|
|
99
106
|
} .status__contrast_1keqd.status__purple_1keqd {
|
|
100
107
|
background: var(--color-light-decorative-indigo);
|
|
108
|
+
} .status__muted_1keqd.status__green_1keqd {
|
|
109
|
+
background: var(--color-light-decorative-muted-green);
|
|
110
|
+
color: var(--color-light-decorative-text-green);
|
|
111
|
+
} .status__muted_1keqd.status__orange_1keqd {
|
|
112
|
+
background: var(--color-light-decorative-muted-orange);
|
|
113
|
+
color: var(--color-light-decorative-text-orange);
|
|
114
|
+
} .status__muted_1keqd.status__red_1keqd {
|
|
115
|
+
background: var(--color-light-decorative-muted-red);
|
|
116
|
+
color: var(--color-light-decorative-text-red);
|
|
117
|
+
} .status__muted_1keqd.status__blue_1keqd {
|
|
118
|
+
background: var(--color-light-decorative-muted-blue);
|
|
119
|
+
color: var(--color-light-decorative-text-blue);
|
|
120
|
+
} .status__muted_1keqd.status__teal_1keqd {
|
|
121
|
+
background: var(--color-light-decorative-muted-teal);
|
|
122
|
+
color: var(--color-light-decorative-text-teal);
|
|
123
|
+
} .status__muted_1keqd.status__grey_1keqd {
|
|
124
|
+
background: var(--color-light-neutral-translucent-200);
|
|
125
|
+
color: var(--color-light-text-secondary);
|
|
126
|
+
} .status__muted_1keqd.status__purple_1keqd {
|
|
127
|
+
background: var(--color-light-decorative-muted-indigo);
|
|
128
|
+
color: var(--color-light-decorative-text-indigo);
|
|
101
129
|
}
|
|
@@ -7,8 +7,9 @@ type StatusProps = {
|
|
|
7
7
|
className?: string;
|
|
8
8
|
/**
|
|
9
9
|
* Вид компонента
|
|
10
|
+
* @description soft deprecated, используйте вместо него muted-alt
|
|
10
11
|
*/
|
|
11
|
-
view?: 'contrast' | 'soft';
|
|
12
|
+
view?: 'contrast' | 'soft' | 'muted' | 'muted-alt';
|
|
12
13
|
/**
|
|
13
14
|
* Цветовое оформление иконки
|
|
14
15
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
|
|
4
|
-
const styles = {"component":"status__component_1keqd","ellipsis":"status__ellipsis_1keqd","
|
|
4
|
+
const styles = {"component":"status__component_1keqd","ellipsis":"status__ellipsis_1keqd","muted-alt":"status__muted-alt_1keqd","green":"status__green_1keqd","orange":"status__orange_1keqd","red":"status__red_1keqd","blue":"status__blue_1keqd","teal":"status__teal_1keqd","grey":"status__grey_1keqd","purple":"status__purple_1keqd","contrast":"status__contrast_1keqd","muted":"status__muted_1keqd"};
|
|
5
5
|
require('./index.css');
|
|
6
6
|
|
|
7
7
|
const colors = ['green', 'orange', 'red', 'blue', 'grey', 'teal', 'purple'];
|
|
8
|
-
const Status = ({ className, view = '
|
|
8
|
+
const Status = ({ className, view = 'muted-alt', color = 'green', children, dataTestId, }) => (React.createElement("span", { className: cn(styles.component, styles[color], styles[view], className), "data-test-id": dataTestId },
|
|
9
9
|
React.createElement("span", { className: styles.ellipsis }, children)));
|
|
10
10
|
|
|
11
11
|
export { Status, colors };
|
package/status/modern/index.css
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-neutral-700: #898991;
|
|
5
|
+
--color-light-neutral-translucent-200: rgba(30, 43, 68, 0.08);
|
|
5
6
|
--color-light-neutral-translucent-300: rgba(15, 25, 55, 0.1);
|
|
6
7
|
--color-light-text-primary-inverted: rgba(255, 255, 255, 0.94);
|
|
7
8
|
--color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -30,6 +31,12 @@
|
|
|
30
31
|
--color-light-decorative-muted-alt-orange: #fde6c8;
|
|
31
32
|
--color-light-decorative-muted-alt-red: #ffdfdf;
|
|
32
33
|
--color-light-decorative-muted-alt-teal: #c8f1f3;
|
|
34
|
+
--color-light-decorative-muted-blue: #e4f0ff;
|
|
35
|
+
--color-light-decorative-muted-green: #dff8e5;
|
|
36
|
+
--color-light-decorative-muted-indigo: #eeedff;
|
|
37
|
+
--color-light-decorative-muted-orange: #ffefd9;
|
|
38
|
+
--color-light-decorative-muted-red: #ffebeb;
|
|
39
|
+
--color-light-decorative-muted-teal: #daf7f8;
|
|
33
40
|
--color-light-decorative-orange: #fa9313;
|
|
34
41
|
--color-light-decorative-red: #fe5e48;
|
|
35
42
|
--color-light-decorative-teal: #09b9be;
|
|
@@ -61,41 +68,62 @@
|
|
|
61
68
|
word-break: break-all;
|
|
62
69
|
} .status__component_1keqd:empty {
|
|
63
70
|
padding: 0;
|
|
64
|
-
} .
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
71
|
+
} .status__muted-alt_1keqd.status__green_1keqd {
|
|
72
|
+
background: var(--color-light-decorative-muted-alt-green);
|
|
73
|
+
color: var(--color-light-decorative-text-green);
|
|
74
|
+
} .status__muted-alt_1keqd.status__orange_1keqd {
|
|
75
|
+
background: var(--color-light-decorative-muted-alt-orange);
|
|
76
|
+
color: var(--color-light-decorative-text-orange);
|
|
77
|
+
} .status__muted-alt_1keqd.status__red_1keqd {
|
|
78
|
+
background: var(--color-light-decorative-muted-alt-red);
|
|
79
|
+
color: var(--color-light-decorative-text-red);
|
|
80
|
+
} .status__muted-alt_1keqd.status__blue_1keqd {
|
|
81
|
+
background: var(--color-light-decorative-muted-alt-blue);
|
|
82
|
+
color: var(--color-light-decorative-text-blue);
|
|
83
|
+
} .status__muted-alt_1keqd.status__teal_1keqd {
|
|
84
|
+
background: var(--color-light-decorative-muted-alt-teal);
|
|
85
|
+
color: var(--color-light-decorative-text-teal);
|
|
86
|
+
} .status__muted-alt_1keqd.status__grey_1keqd {
|
|
77
87
|
background: var(--color-light-neutral-translucent-300);
|
|
78
88
|
color: var(--color-light-text-secondary);
|
|
79
|
-
} .
|
|
80
|
-
background: var(--color-light-decorative-muted-alt-teal);
|
|
81
|
-
color: var(--color-light-decorative-text-teal);
|
|
82
|
-
} .status__soft_1keqd.status__purple_1keqd {
|
|
89
|
+
} .status__muted-alt_1keqd.status__purple_1keqd {
|
|
83
90
|
background: var(--color-light-decorative-muted-alt-indigo);
|
|
84
91
|
color: var(--color-light-decorative-text-indigo);
|
|
85
92
|
} .status__contrast_1keqd {
|
|
86
93
|
color: var(--color-light-text-primary-inverted)
|
|
87
94
|
} .status__contrast_1keqd.status__green_1keqd {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
95
|
+
background: var(--color-light-decorative-green);
|
|
96
|
+
} .status__contrast_1keqd.status__orange_1keqd {
|
|
97
|
+
background: var(--color-light-decorative-orange);
|
|
98
|
+
} .status__contrast_1keqd.status__red_1keqd {
|
|
99
|
+
background: var(--color-light-decorative-red);
|
|
100
|
+
} .status__contrast_1keqd.status__blue_1keqd {
|
|
101
|
+
background: var(--color-light-decorative-blue);
|
|
102
|
+
} .status__contrast_1keqd.status__teal_1keqd {
|
|
103
|
+
background: var(--color-light-decorative-teal);
|
|
104
|
+
} .status__contrast_1keqd.status__grey_1keqd {
|
|
96
105
|
background: var(--color-light-neutral-700);
|
|
97
|
-
} .status__contrast_1keqd.status__teal_1keqd {
|
|
98
|
-
background: var(--color-light-decorative-teal);
|
|
99
106
|
} .status__contrast_1keqd.status__purple_1keqd {
|
|
100
107
|
background: var(--color-light-decorative-indigo);
|
|
108
|
+
} .status__muted_1keqd.status__green_1keqd {
|
|
109
|
+
background: var(--color-light-decorative-muted-green);
|
|
110
|
+
color: var(--color-light-decorative-text-green);
|
|
111
|
+
} .status__muted_1keqd.status__orange_1keqd {
|
|
112
|
+
background: var(--color-light-decorative-muted-orange);
|
|
113
|
+
color: var(--color-light-decorative-text-orange);
|
|
114
|
+
} .status__muted_1keqd.status__red_1keqd {
|
|
115
|
+
background: var(--color-light-decorative-muted-red);
|
|
116
|
+
color: var(--color-light-decorative-text-red);
|
|
117
|
+
} .status__muted_1keqd.status__blue_1keqd {
|
|
118
|
+
background: var(--color-light-decorative-muted-blue);
|
|
119
|
+
color: var(--color-light-decorative-text-blue);
|
|
120
|
+
} .status__muted_1keqd.status__teal_1keqd {
|
|
121
|
+
background: var(--color-light-decorative-muted-teal);
|
|
122
|
+
color: var(--color-light-decorative-text-teal);
|
|
123
|
+
} .status__muted_1keqd.status__grey_1keqd {
|
|
124
|
+
background: var(--color-light-neutral-translucent-200);
|
|
125
|
+
color: var(--color-light-text-secondary);
|
|
126
|
+
} .status__muted_1keqd.status__purple_1keqd {
|
|
127
|
+
background: var(--color-light-decorative-muted-indigo);
|
|
128
|
+
color: var(--color-light-decorative-text-indigo);
|
|
101
129
|
}
|
|
@@ -9,7 +9,7 @@ var desktop = require('../../../picker-button/desktop');
|
|
|
9
9
|
var hooks_useTablistTitles = require('../../hooks/use-tablist-titles.js');
|
|
10
10
|
var syntheticEvents = require('../../synthetic-events.js');
|
|
11
11
|
var components_title_Component = require('../title/Component.js');
|
|
12
|
-
var index_module = require('../../index.module-
|
|
12
|
+
var index_module = require('../../index.module-7921c543.js');
|
|
13
13
|
|
|
14
14
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
15
15
|
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var components_primaryTablist_Component = require('./Component.js');
|
|
6
|
-
var index_module = require('../../index.module-
|
|
6
|
+
var index_module = require('../../index.module-7921c543.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var components_primaryTablist_Component = require('./Component.js');
|
|
6
|
-
var index_module = require('../../index.module-
|
|
6
|
+
var index_module = require('../../index.module-7921c543.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var desktop = require('../../../tag/desktop');
|
|
6
6
|
var components_secondaryTablist_Component = require('./Component.js');
|
|
7
|
-
var index_module = require('../../index.module-
|
|
7
|
+
var index_module = require('../../index.module-b12043c1.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
10
|
|
|
@@ -5,7 +5,7 @@ var React = require('react');
|
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var mobile = require('../../../tag/mobile');
|
|
7
7
|
var components_secondaryTablist_Component = require('./Component.js');
|
|
8
|
-
var index_module = require('../../index.module-
|
|
8
|
+
var index_module = require('../../index.module-b12043c1.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
@@ -17,5 +17,5 @@ import 'react-merge-refs';
|
|
|
17
17
|
import '../../../shared/esm';
|
|
18
18
|
import '../synthetic-events.js';
|
|
19
19
|
import '../components/title/Component.js';
|
|
20
|
-
import '../index.module-
|
|
20
|
+
import '../index.module-933af431.js';
|
|
21
21
|
import '../components/tabs/Component.js';
|
|
@@ -7,7 +7,7 @@ import { PickerButtonDesktop } from '../../../../picker-button/esm/desktop';
|
|
|
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-
|
|
10
|
+
import { s as styles } from '../../index.module-933af431.js';
|
|
11
11
|
import '../../../../mq/esm';
|
|
12
12
|
import '../../hooks/use-collapsible-elements.js';
|
|
13
13
|
import '@juggle/resize-observer';
|