@alfalab/core-components 47.13.0-beta.1 → 47.14.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/amount-input/Component.js +30 -4
- package/amount-input/cssm/Component.js +28 -2
- package/amount-input/cssm/default.module.css +8 -3
- package/amount-input/cssm/inverted.module.css +8 -3
- package/amount-input/cssm/utils/index.d.ts +3 -1
- package/amount-input/cssm/utils/index.js +6 -0
- package/amount-input/default.css +8 -3
- package/amount-input/esm/Component.js +31 -5
- package/amount-input/esm/default.css +8 -3
- package/amount-input/esm/inverted.css +8 -3
- package/amount-input/esm/utils/index.d.ts +3 -1
- package/amount-input/esm/utils/index.js +6 -1
- package/amount-input/inverted.css +8 -3
- package/amount-input/modern/Component.js +31 -5
- package/amount-input/modern/default.css +8 -3
- package/amount-input/modern/inverted.css +8 -3
- package/amount-input/modern/utils/index.d.ts +3 -1
- package/amount-input/modern/utils/index.js +6 -1
- package/amount-input/utils/index.d.ts +3 -1
- package/amount-input/utils/index.js +6 -0
- package/bottom-sheet/components/header/index.css +4 -4
- package/bottom-sheet/cssm/components/header/index.module.css +4 -4
- package/bottom-sheet/esm/components/header/index.css +4 -4
- package/bottom-sheet/modern/components/header/index.css +4 -4
- package/calendar/components/calendar-mobile/Component.d.ts +1 -6
- package/calendar/components/calendar-mobile/Component.js +58 -23
- package/calendar/components/calendar-mobile/index.css +2 -1
- package/calendar/components/calendar-mobile/typings.d.ts +1 -4
- package/calendar/components/days-table/Component.d.ts +0 -8
- package/calendar/components/days-table/Component.js +1 -19
- package/calendar/cssm/components/calendar-mobile/Component.d.ts +1 -6
- package/calendar/cssm/components/calendar-mobile/Component.js +58 -23
- package/calendar/cssm/components/calendar-mobile/index.module.css +2 -1
- package/calendar/cssm/components/calendar-mobile/typings.d.ts +1 -4
- package/calendar/cssm/components/days-table/Component.d.ts +0 -8
- package/calendar/cssm/components/days-table/Component.js +1 -19
- package/calendar/cssm/useCalendar.d.ts +2 -8
- package/calendar/cssm/useCalendar.js +1 -4
- package/calendar/esm/Component.responsive.js +3 -4
- package/calendar/esm/components/calendar-mobile/Component.d.ts +1 -6
- package/calendar/esm/components/calendar-mobile/Component.js +57 -29
- package/calendar/esm/components/calendar-mobile/index.css +2 -1
- package/calendar/esm/components/calendar-mobile/index.js +3 -4
- package/calendar/esm/components/calendar-mobile/typings.d.ts +1 -4
- package/calendar/esm/components/days-table/Component.d.ts +0 -8
- package/calendar/esm/components/days-table/Component.js +2 -20
- package/calendar/esm/components/days-table/index.js +0 -1
- package/calendar/esm/desktop/Component.desktop.js +0 -1
- package/calendar/esm/desktop/index.js +0 -1
- package/calendar/esm/index.js +3 -4
- package/calendar/esm/mobile/index.js +3 -4
- package/calendar/esm/useCalendar.d.ts +2 -8
- package/calendar/esm/useCalendar.js +1 -4
- package/calendar/modern/Component.responsive.js +3 -4
- package/calendar/modern/components/calendar-mobile/Component.d.ts +1 -6
- package/calendar/modern/components/calendar-mobile/Component.js +44 -27
- package/calendar/modern/components/calendar-mobile/index.css +2 -1
- package/calendar/modern/components/calendar-mobile/index.js +3 -4
- package/calendar/modern/components/calendar-mobile/typings.d.ts +1 -4
- package/calendar/modern/components/days-table/Component.d.ts +0 -8
- package/calendar/modern/components/days-table/Component.js +2 -20
- package/calendar/modern/components/days-table/index.js +0 -1
- package/calendar/modern/desktop/Component.desktop.js +0 -1
- package/calendar/modern/desktop/index.js +0 -1
- package/calendar/modern/index.js +3 -4
- package/calendar/modern/mobile/index.js +3 -4
- package/calendar/modern/useCalendar.d.ts +2 -8
- package/calendar/modern/useCalendar.js +1 -3
- package/calendar/useCalendar.d.ts +2 -8
- package/calendar/useCalendar.js +1 -4
- package/checkbox/Component.js +3 -3
- package/checkbox/cssm/Component.js +2 -2
- package/checkbox/cssm/icons/icon-check-20.d.ts +4 -0
- package/checkbox/cssm/icons/icon-check-20.js +12 -0
- package/checkbox/cssm/icons/icon-check-24.d.ts +4 -0
- package/checkbox/cssm/icons/icon-check-24.js +12 -0
- package/checkbox/cssm/index.module.css +13 -10
- package/checkbox/cssm/utils/getIcon.d.ts +4 -0
- package/checkbox/cssm/utils/getIcon.js +25 -0
- package/checkbox/esm/Component.js +5 -3
- package/checkbox/esm/icons/icon-check-20.d.ts +4 -0
- package/checkbox/esm/icons/icon-check-20.js +6 -0
- package/checkbox/esm/icons/icon-check-24.d.ts +4 -0
- package/checkbox/esm/icons/icon-check-24.js +6 -0
- package/checkbox/esm/index.css +13 -10
- package/checkbox/esm/index.js +3 -1
- package/checkbox/esm/utils/getIcon.d.ts +4 -0
- package/checkbox/esm/utils/getIcon.js +19 -0
- package/checkbox/icons/icon-check-20.d.ts +4 -0
- package/checkbox/icons/icon-check-20.js +12 -0
- package/checkbox/icons/icon-check-24.d.ts +4 -0
- package/checkbox/icons/icon-check-24.js +12 -0
- package/checkbox/index.css +13 -10
- package/checkbox/modern/Component.js +5 -3
- package/checkbox/modern/icons/icon-check-20.d.ts +4 -0
- package/checkbox/modern/icons/icon-check-20.js +6 -0
- package/checkbox/modern/icons/icon-check-24.d.ts +4 -0
- package/checkbox/modern/icons/icon-check-24.js +6 -0
- package/checkbox/modern/index.css +13 -10
- package/checkbox/modern/index.js +3 -1
- package/checkbox/modern/utils/getIcon.d.ts +4 -0
- package/checkbox/modern/utils/getIcon.js +19 -0
- package/checkbox/utils/getIcon.d.ts +4 -0
- package/checkbox/utils/getIcon.js +25 -0
- 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/date-time-input/components/date-time-input/Component.d.ts +3 -1
- package/date-time-input/cssm/components/date-time-input/Component.d.ts +3 -1
- package/date-time-input/esm/components/date-time-input/Component.d.ts +3 -1
- package/date-time-input/modern/components/date-time-input/Component.d.ts +3 -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/input/components/base-input/Component.js +1 -1
- package/input/cssm/components/base-input/Component.js +1 -1
- package/input/esm/components/base-input/Component.js +1 -1
- package/input/modern/components/base-input/Component.js +1 -1
- 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/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/components/header/mobile.css +5 -6
- package/modal/cssm/components/header/mobile.module.css +5 -6
- 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/components/header/mobile.css +5 -6
- 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/components/header/mobile.css +5 -6
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/package.json +1 -1
- package/picker-button/Component-2f466837.d.ts +5 -2
- package/picker-button/cssm/Component-2f466837.d.ts +5 -2
- package/picker-button/esm/Component-2f466837.d.ts +5 -2
- package/picker-button/modern/Component-2f466837.d.ts +5 -2
- package/plate/components/base-plate/Component.js +1 -1
- package/plate/esm/Component.responsive.js +1 -1
- package/plate/esm/components/base-plate/Component.js +1 -1
- package/plate/esm/components/base-plate/index.js +1 -1
- package/plate/esm/desktop/Component.desktop.js +1 -1
- package/plate/esm/desktop/index.js +1 -1
- package/plate/esm/index-2f466837.d.ts +2 -2
- package/plate/esm/index.js +1 -1
- package/plate/esm/mobile/Component.mobile.js +1 -1
- package/plate/esm/mobile/index.js +1 -1
- package/plate/esm/shared/index.js +1 -1
- package/plate/esm/utils.js +1 -1
- package/plate/index-2f466837.d.ts +2 -2
- package/plate/modern/Component.responsive.js +1 -1
- package/plate/modern/components/base-plate/Component.js +1 -1
- package/plate/modern/components/base-plate/index.js +1 -1
- package/plate/modern/desktop/Component.desktop.js +1 -1
- package/plate/modern/desktop/index.js +1 -1
- package/plate/modern/index-2f466837.d.ts +2 -2
- package/plate/modern/index.js +1 -1
- package/plate/modern/mobile/Component.mobile.js +1 -1
- package/plate/modern/mobile/index.js +1 -1
- package/plate/modern/shared/index.js +1 -1
- package/plate/modern/utils.js +1 -1
- package/plate/utils.js +1 -1
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/radio/cssm/index.module.css +12 -10
- package/radio/esm/index.css +12 -10
- package/radio/index.css +12 -10
- package/radio/modern/index.css +12 -10
- package/select/components/base-select/Component.js +3 -3
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/cssm/components/base-select/Component.js +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +3 -3
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/index.js +2 -2
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/mobile/Component.mobile.js +3 -3
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- 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 +3 -3
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +3 -3
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +2 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +3 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- 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 +3 -3
- 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/components/header/mobile.css +5 -6
- package/side-panel/cssm/components/header/mobile.module.css +5 -6
- 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/components/header/mobile.css +5 -6
- 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/components/header/mobile.css +5 -6
- 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/status/Component.d.ts +2 -17
- package/status/Component.js +5 -6
- package/status/cssm/Component.d.ts +2 -17
- package/status/cssm/Component.js +4 -5
- package/status/cssm/index.d.ts +0 -1
- package/status/cssm/index.js +1 -2
- package/status/cssm/index.module.css +13 -60
- package/status/esm/Component.d.ts +2 -17
- package/status/esm/Component.js +5 -7
- package/status/esm/index.css +13 -58
- package/status/esm/index.d.ts +0 -1
- package/status/esm/index.js +1 -2
- package/status/index.css +13 -58
- package/status/index.d.ts +0 -1
- package/status/index.js +1 -2
- package/status/modern/Component.d.ts +2 -17
- package/status/modern/Component.js +5 -6
- package/status/modern/index.css +13 -58
- package/status/modern/index.d.ts +0 -1
- package/status/modern/index.js +1 -2
- package/steps/components/step-indicator/index.css +1 -1
- package/steps/cssm/components/step-indicator/index.module.css +1 -1
- package/steps/esm/components/step-indicator/index.css +1 -1
- package/steps/modern/components/step-indicator/index.css +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +9 -9
- package/toast-plate/components/base-toast-plate/component.js +2 -2
- package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/esm/Component.responsive.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/component.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/index.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/esm/desktop/Component.desktop.js +2 -2
- package/toast-plate/esm/desktop/index.js +2 -2
- package/toast-plate/esm/index-2f466837.d.ts +2 -2
- package/toast-plate/esm/index.js +2 -2
- package/toast-plate/esm/mobile/Component.mobile.js +2 -2
- package/toast-plate/esm/mobile/index.js +2 -2
- package/toast-plate/index-2f466837.d.ts +2 -2
- package/toast-plate/modern/Component.responsive.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/component.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/index.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/modern/desktop/Component.desktop.js +2 -2
- package/toast-plate/modern/desktop/index.js +2 -2
- package/toast-plate/modern/index-2f466837.d.ts +2 -2
- package/toast-plate/modern/index.js +2 -2
- package/toast-plate/modern/mobile/Component.mobile.js +2 -2
- package/toast-plate/modern/mobile/index.js +2 -2
- package/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/universal-date-input/cssm/index-5712fce2.d.ts +2 -8
- package/universal-date-input/esm/index-5712fce2.d.ts +2 -8
- package/universal-date-input/index-5712fce2.d.ts +2 -8
- package/universal-date-input/modern/index-5712fce2.d.ts +2 -8
- package/with-suffix/Component.js +3 -1
- package/with-suffix/cssm/Component.js +2 -0
- package/with-suffix/cssm/index.module.css +12 -5
- package/with-suffix/esm/Component.js +3 -1
- package/with-suffix/esm/index.css +12 -5
- package/with-suffix/index.css +12 -5
- package/with-suffix/modern/Component.js +3 -1
- package/with-suffix/modern/index.css +12 -5
- package/status/consts/index.d.ts +0 -3
- package/status/consts/index.js +0 -7
- package/status/cssm/consts/index.d.ts +0 -3
- package/status/cssm/consts/index.js +0 -7
- package/status/esm/consts/index.d.ts +0 -3
- package/status/esm/consts/index.js +0 -4
- package/status/modern/consts/index.d.ts +0 -3
- package/status/modern/consts/index.js +0 -4
- /package/confirmation/{countdown-section-56ade321.d.ts → countdown-section-89091815.d.ts} +0 -0
- /package/confirmation/{countdown-section-56ade321.js → countdown-section-89091815.js} +0 -0
- /package/confirmation/esm/{countdown-section-65279d9a.d.ts → countdown-section-5abc2e57.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-65279d9a.js → countdown-section-5abc2e57.js} +0 -0
- /package/confirmation/modern/{countdown-section-0db5a828.d.ts → countdown-section-e0899791.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-0db5a828.js → countdown-section-e0899791.js} +0 -0
- /package/gallery/{buttons-02b66a6c.d.ts → buttons-8a7bbaba.d.ts} +0 -0
- /package/gallery/{buttons-02b66a6c.js → buttons-8a7bbaba.js} +0 -0
- /package/gallery/esm/{buttons-8268fe58.d.ts → buttons-6cec0877.d.ts} +0 -0
- /package/gallery/esm/{buttons-8268fe58.js → buttons-6cec0877.js} +0 -0
- /package/gallery/esm/{slide-4f90e1b5.d.ts → slide-97c35329.d.ts} +0 -0
- /package/gallery/esm/{slide-4f90e1b5.js → slide-97c35329.js} +0 -0
- /package/gallery/modern/{buttons-2aae3f6f.d.ts → buttons-48f04234.d.ts} +0 -0
- /package/gallery/modern/{buttons-2aae3f6f.js → buttons-48f04234.js} +0 -0
- /package/gallery/modern/{slide-e9e3b122.d.ts → slide-13820005.d.ts} +0 -0
- /package/gallery/modern/{slide-e9e3b122.js → slide-13820005.js} +0 -0
- /package/gallery/{slide-df8c6dd5.d.ts → slide-18470be8.d.ts} +0 -0
- /package/gallery/{slide-df8c6dd5.js → slide-18470be8.js} +0 -0
- /package/list/{Component-883bdf05.d.ts → Component-c7114975.d.ts} +0 -0
- /package/list/{Component-883bdf05.js → Component-c7114975.js} +0 -0
- /package/list/esm/{Component-3f2153c6.d.ts → Component-44349860.d.ts} +0 -0
- /package/list/esm/{Component-3f2153c6.js → Component-44349860.js} +0 -0
- /package/list/modern/{Component-a7c38a04.d.ts → Component-12213df0.d.ts} +0 -0
- /package/list/modern/{Component-a7c38a04.js → Component-12213df0.js} +0 -0
- /package/modal/esm/{layout.module-bc941fe2.js → layout.module-b00458d8.js} +0 -0
- /package/modal/{layout.module-e7cc6698.js → layout.module-06658454.js} +0 -0
- /package/modal/modern/{layout.module-8cfb3416.js → layout.module-6ee610b6.js} +0 -0
- /package/plate/{PortalContext-4fe892fc.d.ts → PortalContext-25e779b6.d.ts} +0 -0
- /package/plate/{PortalContext-4fe892fc.js → PortalContext-25e779b6.js} +0 -0
- /package/plate/esm/{PortalContext-29ba2b3d.d.ts → PortalContext-3dd3014b.d.ts} +0 -0
- /package/plate/esm/{PortalContext-29ba2b3d.js → PortalContext-3dd3014b.js} +0 -0
- /package/plate/modern/{PortalContext-209f906a.d.ts → PortalContext-b38a5699.d.ts} +0 -0
- /package/plate/modern/{PortalContext-209f906a.js → PortalContext-b38a5699.js} +0 -0
- /package/pure-cell/{component-317f0093.d.ts → component-28e7424b.d.ts} +0 -0
- /package/pure-cell/{component-317f0093.js → component-28e7424b.js} +0 -0
- /package/pure-cell/esm/{component-7aa78e89.d.ts → component-b6c55529.d.ts} +0 -0
- /package/pure-cell/esm/{component-7aa78e89.js → component-b6c55529.js} +0 -0
- /package/pure-cell/modern/{component-57863bca.d.ts → component-7dade998.d.ts} +0 -0
- /package/pure-cell/modern/{component-57863bca.js → component-7dade998.js} +0 -0
- /package/select/esm/{hook-f188137e.d.ts → hook-238e823a.d.ts} +0 -0
- /package/select/esm/{hook-f188137e.js → hook-238e823a.js} +0 -0
- /package/select/esm/{list-popover-desktop-f5a49c37.d.ts → list-popover-desktop-aca36dc9.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-f5a49c37.js → list-popover-desktop-aca36dc9.js} +0 -0
- /package/select/esm/{mobile.module-cd71d8eb.js → mobile.module-94d955f8.js} +0 -0
- /package/select/{hook-672a8f92.d.ts → hook-1c1828b0.d.ts} +0 -0
- /package/select/{hook-672a8f92.js → hook-1c1828b0.js} +0 -0
- /package/select/{list-popover-desktop-48f87d04.d.ts → list-popover-desktop-a585fb58.d.ts} +0 -0
- /package/select/{list-popover-desktop-48f87d04.js → list-popover-desktop-a585fb58.js} +0 -0
- /package/select/{mobile.module-e0004885.js → mobile.module-6db7c4d0.js} +0 -0
- /package/select/modern/{hook-01e8be32.d.ts → hook-3c7142f0.d.ts} +0 -0
- /package/select/modern/{hook-01e8be32.js → hook-3c7142f0.js} +0 -0
- /package/select/modern/{list-popover-desktop-88d2be23.d.ts → list-popover-desktop-1e3c4875.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-88d2be23.js → list-popover-desktop-1e3c4875.js} +0 -0
- /package/select/modern/{mobile.module-32f6198c.js → mobile.module-5222011d.js} +0 -0
- /package/side-panel/esm/{layout.module-8f998738.js → layout.module-3c5eb745.js} +0 -0
- /package/side-panel/{layout.module-2364c729.js → layout.module-95e12ab9.js} +0 -0
- /package/side-panel/modern/{layout.module-c793f704.js → layout.module-25197c0f.js} +0 -0
- /package/toast-plate/{PortalContext-55659b15.d.ts → PortalContext-cd37d2fe.d.ts} +0 -0
- /package/toast-plate/{PortalContext-55659b15.js → PortalContext-cd37d2fe.js} +0 -0
- /package/toast-plate/esm/{PortalContext-21044964.d.ts → PortalContext-78e963c0.d.ts} +0 -0
- /package/toast-plate/esm/{PortalContext-21044964.js → PortalContext-78e963c0.js} +0 -0
- /package/toast-plate/esm/{getDataTestId-598149da.d.ts → getDataTestId-c689804d.d.ts} +0 -0
- /package/toast-plate/esm/{getDataTestId-598149da.js → getDataTestId-c689804d.js} +0 -0
- /package/toast-plate/{getDataTestId-548274c1.d.ts → getDataTestId-3b9a11f6.d.ts} +0 -0
- /package/toast-plate/{getDataTestId-548274c1.js → getDataTestId-3b9a11f6.js} +0 -0
- /package/toast-plate/modern/{PortalContext-17377a7b.d.ts → PortalContext-ca09eba8.d.ts} +0 -0
- /package/toast-plate/modern/{PortalContext-17377a7b.js → PortalContext-ca09eba8.js} +0 -0
- /package/toast-plate/modern/{getDataTestId-919c05e0.d.ts → getDataTestId-f391587f.d.ts} +0 -0
- /package/toast-plate/modern/{getDataTestId-919c05e0.js → getDataTestId-f391587f.js} +0 -0
- /package/typography/{colors.module-1d9db677.js → colors.module-111c5bd6.js} +0 -0
- /package/typography/{common.module-d46848d2.js → common.module-62a6f23d.js} +0 -0
- /package/typography/esm/{colors.module-b2f57dba.js → colors.module-1525a6cf.js} +0 -0
- /package/typography/esm/{common.module-d820fbc7.js → common.module-1cba9ba8.js} +0 -0
- /package/typography/modern/{colors.module-d370c3f7.js → colors.module-ffa65232.js} +0 -0
- /package/typography/modern/{common.module-648fbfe6.js → common.module-a97de0bb.js} +0 -0
package/status/modern/index.css
CHANGED
|
@@ -15,20 +15,14 @@
|
|
|
15
15
|
/* Up */
|
|
16
16
|
|
|
17
17
|
/* Hard up */
|
|
18
|
-
} :root { /* deprecated */
|
|
19
|
-
--border-radius-
|
|
18
|
+
} :root { /* deprecated */
|
|
19
|
+
--border-radius-s: 4px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
20
20
|
|
|
21
21
|
/* новые значения, используйте их */
|
|
22
|
-
|
|
23
|
-
--
|
|
24
|
-
--border-radius-12: 12px;
|
|
25
|
-
} :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 */
|
|
22
|
+
} :root { /* deprecated */ /* deprecated */
|
|
23
|
+
--gap-xs: 8px; /* 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 */
|
|
26
24
|
|
|
27
25
|
/* новые значения, используйте их */
|
|
28
|
-
--gap-8: 8px;
|
|
29
|
-
--gap-12: 12px;
|
|
30
|
-
--gap-16: 16px;
|
|
31
|
-
--gap-20: 20px;
|
|
32
26
|
} :root {
|
|
33
27
|
} :root {
|
|
34
28
|
} :root {
|
|
@@ -57,14 +51,18 @@
|
|
|
57
51
|
--color-light-decorative-text-red: #ec2d20;
|
|
58
52
|
--color-light-decorative-text-teal: #058a8f;
|
|
59
53
|
} .status__component_13yo6 {
|
|
54
|
+
font-size: 11px;
|
|
55
|
+
line-height: 16px;
|
|
56
|
+
font-weight: 700;
|
|
57
|
+
|
|
60
58
|
display: inline-flex;
|
|
61
59
|
align-items: center;
|
|
62
60
|
justify-content: center;
|
|
63
|
-
height:
|
|
64
|
-
padding: 0;
|
|
65
|
-
border-radius:
|
|
61
|
+
height: 20px;
|
|
62
|
+
padding: 0 var(--gap-xs);
|
|
63
|
+
border-radius: var(--border-radius-s);
|
|
66
64
|
text-align: center;
|
|
67
|
-
text-transform:
|
|
65
|
+
text-transform: uppercase;
|
|
68
66
|
letter-spacing: 0.5px
|
|
69
67
|
} .status__component_13yo6 .status__ellipsis_13yo6 {
|
|
70
68
|
-webkit-line-clamp: 1;
|
|
@@ -74,50 +72,7 @@
|
|
|
74
72
|
word-break: break-all;
|
|
75
73
|
} .status__component_13yo6:empty {
|
|
76
74
|
padding: 0;
|
|
77
|
-
} .
|
|
78
|
-
font-size: 12px;
|
|
79
|
-
line-height: 16px;
|
|
80
|
-
font-weight: 700;
|
|
81
|
-
height: 20px;
|
|
82
|
-
padding: 0 var(--gap-8);
|
|
83
|
-
border-radius: var(--border-radius-6);
|
|
84
|
-
} .status__component_13yo6.status__size-24_13yo6 {
|
|
85
|
-
font-size: 12px;
|
|
86
|
-
line-height: 16px;
|
|
87
|
-
font-weight: 700;
|
|
88
|
-
height: 24px;
|
|
89
|
-
padding: 0 var(--gap-12);
|
|
90
|
-
border-radius: var(--border-radius-6);
|
|
91
|
-
} .status__component_13yo6.status__size-32_13yo6 {
|
|
92
|
-
font-size: 14px;
|
|
93
|
-
line-height: 20px;
|
|
94
|
-
font-weight: 700;
|
|
95
|
-
height: 32px;
|
|
96
|
-
padding: 0 var(--gap-16);
|
|
97
|
-
border-radius: var(--border-radius-10);
|
|
98
|
-
} .status__component_13yo6.status__size-40_13yo6 {
|
|
99
|
-
font-size: 14px;
|
|
100
|
-
line-height: 20px;
|
|
101
|
-
font-weight: 700;
|
|
102
|
-
height: 40px;
|
|
103
|
-
padding: 0 var(--gap-20);
|
|
104
|
-
border-radius: var(--border-radius-12);
|
|
105
|
-
} .status__component_13yo6.status__rounded_13yo6 {
|
|
106
|
-
border-radius: var(--border-radius-pill);
|
|
107
|
-
} .status__component_13yo6.status__uppercase_13yo6.status__size-20_13yo6,
|
|
108
|
-
.status__component_13yo6.status__uppercase_13yo6.status__size-24_13yo6 {
|
|
109
|
-
font-size: 11px;
|
|
110
|
-
line-height: 16px;
|
|
111
|
-
font-weight: 700;
|
|
112
|
-
text-transform: uppercase;
|
|
113
|
-
} .status__component_13yo6.status__uppercase_13yo6.status__size-32_13yo6,
|
|
114
|
-
.status__component_13yo6.status__uppercase_13yo6.status__size-40_13yo6 {
|
|
115
|
-
font-size: 12px;
|
|
116
|
-
line-height: 16px;
|
|
117
|
-
font-weight: 700;
|
|
118
|
-
letter-spacing: 1.25px;
|
|
119
|
-
text-transform: uppercase;
|
|
120
|
-
} .status__soft_13yo6.status__green_13yo6, .status__muted-alt_13yo6.status__green_13yo6 {
|
|
75
|
+
} .status__soft_13yo6.status__green_13yo6, .status__muted-alt_13yo6.status__green_13yo6 {
|
|
121
76
|
background: var(--color-light-decorative-muted-alt-green);
|
|
122
77
|
color: var(--color-light-decorative-text-green);
|
|
123
78
|
} .status__soft_13yo6.status__orange_13yo6, .status__muted-alt_13yo6.status__orange_13yo6 {
|
package/status/modern/index.d.ts
CHANGED
package/status/modern/index.js
CHANGED
|
@@ -168,14 +168,7 @@
|
|
|
168
168
|
background: rgba(255, 255, 255, 0.94);
|
|
169
169
|
} .hatching-progress-bar__accent_hpxyf {
|
|
170
170
|
background: #f83a2a;
|
|
171
|
-
}.
|
|
172
|
-
color: rgba(238, 238, 251, 0.55)
|
|
173
|
-
} .icon-view__bg_rnpb0 {
|
|
174
|
-
fill: #1c1c1e;
|
|
175
|
-
} .icon-view__border_rnpb0 {
|
|
176
|
-
stroke: rgba(225, 225, 248, 0.09);
|
|
177
|
-
fill: transparent;
|
|
178
|
-
}.indicator__component_1imro {
|
|
171
|
+
}.indicator__component_1imro {
|
|
179
172
|
color: rgba(255, 255, 255, 0.94);
|
|
180
173
|
background-color: #f83a2a;
|
|
181
174
|
} .indicator__red_1imro {
|
|
@@ -193,7 +186,14 @@
|
|
|
193
186
|
color: rgba(255, 255, 255, 0.94)
|
|
194
187
|
} .indicator__grey_1imro.indicator__border_1imro {
|
|
195
188
|
outline: 2px solid rgba(3, 3, 6, 0.88);
|
|
196
|
-
}
|
|
189
|
+
}.icon-view__component_rnpb0 {
|
|
190
|
+
color: rgba(238, 238, 251, 0.55)
|
|
191
|
+
} .icon-view__bg_rnpb0 {
|
|
192
|
+
fill: #1c1c1e;
|
|
193
|
+
} .icon-view__border_rnpb0 {
|
|
194
|
+
stroke: rgba(225, 225, 248, 0.09);
|
|
195
|
+
fill: transparent;
|
|
196
|
+
}@keyframes loader__blink_lmr6z {
|
|
197
197
|
}.link__primary_1rrja {
|
|
198
198
|
color: rgba(255, 255, 255, 0.94);
|
|
199
199
|
border-bottom-color: rgba(255, 255, 255, 0.94)
|
|
@@ -4,9 +4,9 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var coreComponentsIconButton = require('../../../icon-button');
|
|
7
|
-
var getDataTestId = require('../../getDataTestId-
|
|
7
|
+
var getDataTestId = require('../../getDataTestId-3b9a11f6.js');
|
|
8
8
|
require('@alfalab/hooks');
|
|
9
|
-
require('../../PortalContext-
|
|
9
|
+
require('../../PortalContext-cd37d2fe.js');
|
|
10
10
|
var coreComponentsStatusBadge = require('../../../status-badge');
|
|
11
11
|
var CrossMIcon = require('@alfalab/icons-glyph/CrossMIcon');
|
|
12
12
|
var components_baseToastPlate_hooks_useCustomIcons = require('./hooks/useCustomIcons.js');
|
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
require('react');
|
|
4
4
|
require('@alfalab/hooks');
|
|
5
|
-
require('../../../PortalContext-
|
|
5
|
+
require('../../../PortalContext-cd37d2fe.js');
|
|
6
6
|
|
|
7
7
|
var exhaustiveCheck = function (value) { return value; };
|
|
8
8
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var getDataTestId = require('../../../getDataTestId-
|
|
3
|
+
var getDataTestId = require('../../../getDataTestId-3b9a11f6.js');
|
|
4
4
|
require('react');
|
|
5
5
|
require('@alfalab/hooks');
|
|
6
|
-
require('../../../PortalContext-
|
|
6
|
+
require('../../../PortalContext-cd37d2fe.js');
|
|
7
7
|
|
|
8
8
|
function getBaseToastPlateTestIds(dataTestId) {
|
|
9
9
|
return {
|
|
@@ -6,9 +6,9 @@ import { ToastPlateMobile } from './mobile/Component.mobile.js';
|
|
|
6
6
|
import './components/base-toast-plate/component.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../../icon-button/esm';
|
|
9
|
-
import './getDataTestId-
|
|
9
|
+
import './getDataTestId-c689804d.js';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import './PortalContext-
|
|
11
|
+
import './PortalContext-78e963c0.js';
|
|
12
12
|
import '../../status-badge/esm';
|
|
13
13
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
14
14
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -2,9 +2,9 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React, { forwardRef, useCallback } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { IconButton } from '../../../../icon-button/esm';
|
|
5
|
-
import { g as getDataTestId } from '../../getDataTestId-
|
|
5
|
+
import { g as getDataTestId } from '../../getDataTestId-c689804d.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../../PortalContext-
|
|
7
|
+
import '../../PortalContext-78e963c0.js';
|
|
8
8
|
import { StatusBadge } from '../../../../status-badge/esm';
|
|
9
9
|
import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import { useCustomIcons } from './hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import 'tslib';
|
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../../icon-button/esm';
|
|
6
|
-
import '../../getDataTestId-
|
|
6
|
+
import '../../getDataTestId-c689804d.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../../PortalContext-
|
|
8
|
+
import '../../PortalContext-78e963c0.js';
|
|
9
9
|
import '../../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import './hooks/useCustomIcons.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as getDataTestId } from '../../../getDataTestId-
|
|
1
|
+
import { g as getDataTestId } from '../../../getDataTestId-c689804d.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@alfalab/hooks';
|
|
4
|
-
import '../../../PortalContext-
|
|
4
|
+
import '../../../PortalContext-78e963c0.js';
|
|
5
5
|
|
|
6
6
|
function getBaseToastPlateTestIds(dataTestId) {
|
|
7
7
|
return {
|
|
@@ -3,9 +3,9 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/esm';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-c689804d.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-78e963c0.js';
|
|
9
9
|
import '../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -4,9 +4,9 @@ import 'react';
|
|
|
4
4
|
import '../components/base-toast-plate/component.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../icon-button/esm';
|
|
7
|
-
import '../getDataTestId-
|
|
7
|
+
import '../getDataTestId-c689804d.js';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
|
-
import '../PortalContext-
|
|
9
|
+
import '../PortalContext-78e963c0.js';
|
|
10
10
|
import '../../../status-badge/esm';
|
|
11
11
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
12
12
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -71,7 +71,7 @@ declare const dom: {
|
|
|
71
71
|
preventDefault: typeof preventDefault;
|
|
72
72
|
};
|
|
73
73
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
74
|
-
export { PortalContext } from "./PortalContext-
|
|
75
|
-
export * from "./getDataTestId-
|
|
74
|
+
export { PortalContext } from "./PortalContext-78e963c0";
|
|
75
|
+
export * from "./getDataTestId-c689804d";
|
|
76
76
|
export * from "./browser-a216f694";
|
|
77
77
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
package/toast-plate/esm/index.js
CHANGED
|
@@ -6,9 +6,9 @@ import './desktop/Component.desktop.js';
|
|
|
6
6
|
import './components/base-toast-plate/component.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../../icon-button/esm';
|
|
9
|
-
import './getDataTestId-
|
|
9
|
+
import './getDataTestId-c689804d.js';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import './PortalContext-
|
|
11
|
+
import './PortalContext-78e963c0.js';
|
|
12
12
|
import '../../status-badge/esm';
|
|
13
13
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
14
14
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/esm';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-c689804d.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-78e963c0.js';
|
|
9
9
|
import '../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -4,9 +4,9 @@ import 'react';
|
|
|
4
4
|
import '../components/base-toast-plate/component.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../icon-button/esm';
|
|
7
|
-
import '../getDataTestId-
|
|
7
|
+
import '../getDataTestId-c689804d.js';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
|
-
import '../PortalContext-
|
|
9
|
+
import '../PortalContext-78e963c0.js';
|
|
10
10
|
import '../../../status-badge/esm';
|
|
11
11
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
12
12
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -71,7 +71,7 @@ declare const dom: {
|
|
|
71
71
|
preventDefault: typeof preventDefault;
|
|
72
72
|
};
|
|
73
73
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
74
|
-
export { PortalContext } from "./PortalContext-
|
|
75
|
-
export * from "./getDataTestId-
|
|
74
|
+
export { PortalContext } from "./PortalContext-cd37d2fe";
|
|
75
|
+
export * from "./getDataTestId-3b9a11f6";
|
|
76
76
|
export * from "./browser-a216f694";
|
|
77
77
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
|
@@ -5,9 +5,9 @@ import { ToastPlateMobile } from './mobile/Component.mobile.js';
|
|
|
5
5
|
import './components/base-toast-plate/component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../icon-button/modern';
|
|
8
|
-
import './getDataTestId-
|
|
8
|
+
import './getDataTestId-f391587f.js';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import './PortalContext-
|
|
10
|
+
import './PortalContext-ca09eba8.js';
|
|
11
11
|
import '../../status-badge/modern';
|
|
12
12
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
13
13
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React, { forwardRef, useCallback } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { IconButton } from '../../../../icon-button/modern';
|
|
4
|
-
import { g as getDataTestId } from '../../getDataTestId-
|
|
4
|
+
import { g as getDataTestId } from '../../getDataTestId-f391587f.js';
|
|
5
5
|
import '@alfalab/hooks';
|
|
6
|
-
import '../../PortalContext-
|
|
6
|
+
import '../../PortalContext-ca09eba8.js';
|
|
7
7
|
import { StatusBadge } from '../../../../status-badge/modern';
|
|
8
8
|
import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
|
|
9
9
|
import { useCustomIcons } from './hooks/useCustomIcons.js';
|
|
@@ -2,9 +2,9 @@ export { BaseToastPlate } from './component.js';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../../icon-button/modern';
|
|
5
|
-
import '../../getDataTestId-
|
|
5
|
+
import '../../getDataTestId-f391587f.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../../PortalContext-
|
|
7
|
+
import '../../PortalContext-ca09eba8.js';
|
|
8
8
|
import '../../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import './hooks/useCustomIcons.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as getDataTestId } from '../../../getDataTestId-
|
|
1
|
+
import { g as getDataTestId } from '../../../getDataTestId-f391587f.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@alfalab/hooks';
|
|
4
|
-
import '../../../PortalContext-
|
|
4
|
+
import '../../../PortalContext-ca09eba8.js';
|
|
5
5
|
|
|
6
6
|
function getBaseToastPlateTestIds(dataTestId) {
|
|
7
7
|
return {
|
|
@@ -2,9 +2,9 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../icon-button/modern';
|
|
5
|
-
import '../getDataTestId-
|
|
5
|
+
import '../getDataTestId-f391587f.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../PortalContext-
|
|
7
|
+
import '../PortalContext-ca09eba8.js';
|
|
8
8
|
import '../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import 'react';
|
|
|
3
3
|
import '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/modern';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-f391587f.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-ca09eba8.js';
|
|
9
9
|
import '../../../status-badge/modern';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -71,7 +71,7 @@ declare const dom: {
|
|
|
71
71
|
preventDefault: typeof preventDefault;
|
|
72
72
|
};
|
|
73
73
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
74
|
-
export { PortalContext } from "./PortalContext-
|
|
75
|
-
export * from "./getDataTestId-
|
|
74
|
+
export { PortalContext } from "./PortalContext-ca09eba8";
|
|
75
|
+
export * from "./getDataTestId-f391587f";
|
|
76
76
|
export * from "./browser-a216f694";
|
|
77
77
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
|
@@ -5,9 +5,9 @@ import './desktop/Component.desktop.js';
|
|
|
5
5
|
import './components/base-toast-plate/component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../icon-button/modern';
|
|
8
|
-
import './getDataTestId-
|
|
8
|
+
import './getDataTestId-f391587f.js';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import './PortalContext-
|
|
10
|
+
import './PortalContext-ca09eba8.js';
|
|
11
11
|
import '../../status-badge/modern';
|
|
12
12
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
13
13
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -2,9 +2,9 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../icon-button/modern';
|
|
5
|
-
import '../getDataTestId-
|
|
5
|
+
import '../getDataTestId-f391587f.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../PortalContext-
|
|
7
|
+
import '../PortalContext-ca09eba8.js';
|
|
8
8
|
import '../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import 'react';
|
|
|
3
3
|
import '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/modern';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-f391587f.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-ca09eba8.js';
|
|
9
9
|
import '../../../status-badge/modern';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -9,10 +9,10 @@ import 'classnames';
|
|
|
9
9
|
import './hooks/use-skeleton.js';
|
|
10
10
|
import '../../skeleton/esm';
|
|
11
11
|
import '@alfalab/hooks';
|
|
12
|
-
import './colors.module-
|
|
12
|
+
import './colors.module-1525a6cf.js';
|
|
13
13
|
import './title/component.js';
|
|
14
14
|
import './title/utils.js';
|
|
15
|
-
import './common.module-
|
|
15
|
+
import './common.module-1cba9ba8.js';
|
|
16
16
|
import '../../mq/esm';
|
|
17
17
|
|
|
18
18
|
var Typography = {
|
package/typography/esm/index.js
CHANGED
|
@@ -8,11 +8,11 @@ import 'classnames';
|
|
|
8
8
|
import './hooks/use-skeleton.js';
|
|
9
9
|
import '../../skeleton/esm';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import './colors.module-
|
|
11
|
+
import './colors.module-1525a6cf.js';
|
|
12
12
|
import './title/index.js';
|
|
13
13
|
import './title/component.js';
|
|
14
14
|
import './title/utils.js';
|
|
15
|
-
import './common.module-
|
|
15
|
+
import './common.module-1cba9ba8.js';
|
|
16
16
|
import './title-mobile/component.js';
|
|
17
17
|
import './title-responsive/component.js';
|
|
18
18
|
import '../../mq/esm';
|
|
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import mergeRefs from 'react-merge-refs';
|
|
4
4
|
import cn from 'classnames';
|
|
5
5
|
import { useSkeleton } from '../hooks/use-skeleton.js';
|
|
6
|
-
import { c as colors } from '../colors.module-
|
|
6
|
+
import { c as colors } from '../colors.module-1525a6cf.js';
|
|
7
7
|
import '../../../skeleton/esm';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ import mergeRefs from 'react-merge-refs';
|
|
|
4
4
|
import cn from 'classnames';
|
|
5
5
|
import { useSkeleton } from '../hooks/use-skeleton.js';
|
|
6
6
|
import { getDefaultWeight } from './utils.js';
|
|
7
|
-
import { c as colors } from '../colors.module-
|
|
7
|
+
import { c as colors } from '../colors.module-1525a6cf.js';
|
|
8
8
|
import '../../../skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import { TitleBase } from './component.js';
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
4
|
+
import { c as commonStyles } from '../common.module-1cba9ba8.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../hooks/use-skeleton.js';
|
|
8
8
|
import '../../../skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import './utils.js';
|
|
11
|
-
import '../colors.module-
|
|
11
|
+
import '../colors.module-1525a6cf.js';
|
|
12
12
|
|
|
13
13
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_f0o2t","styrene-large":"typography__styrene-large_f0o2t","styrene-medium":"typography__styrene-medium_f0o2t","styrene-small":"typography__styrene-small_f0o2t","styrene-xsmall":"typography__styrene-xsmall_f0o2t","system-xlarge":"typography__system-xlarge_f0o2t","system-large":"typography__system-large_f0o2t","system-medium":"typography__system-medium_f0o2t","system-small":"typography__system-small_f0o2t","system-xsmall":"typography__system-xsmall_f0o2t","margins-xlarge":"typography__margins-xlarge_f0o2t","margins-large":"typography__margins-large_f0o2t","margins-medium":"typography__margins-medium_f0o2t","margins-small":"typography__margins-small_f0o2t","margins-xsmall":"typography__margins-xsmall_f0o2t"};
|
|
14
14
|
require('./index.css');
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import { TitleBase } from '../title/component.js';
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
4
|
+
import { c as commonStyles } from '../common.module-1cba9ba8.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../hooks/use-skeleton.js';
|
|
8
8
|
import '../../../skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '../title/utils.js';
|
|
11
|
-
import '../colors.module-
|
|
11
|
+
import '../colors.module-1525a6cf.js';
|
|
12
12
|
|
|
13
13
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_4x47g","styrene-large":"typography__styrene-large_4x47g","styrene-medium":"typography__styrene-medium_4x47g","styrene-small":"typography__styrene-small_4x47g","styrene-xsmall":"typography__styrene-xsmall_4x47g","system-xlarge":"typography__system-xlarge_4x47g","system-large":"typography__system-large_4x47g","system-medium":"typography__system-medium_4x47g","system-small":"typography__system-small_4x47g","system-xsmall":"typography__system-xsmall_4x47g"};
|
|
14
14
|
require('./index.css');
|
|
@@ -8,5 +8,5 @@ import '../hooks/use-skeleton.js';
|
|
|
8
8
|
import '../../../skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '../title/utils.js';
|
|
11
|
-
import '../colors.module-
|
|
12
|
-
import '../common.module-
|
|
11
|
+
import '../colors.module-1525a6cf.js';
|
|
12
|
+
import '../common.module-1cba9ba8.js';
|
|
@@ -2,14 +2,14 @@ import { __assign } from 'tslib';
|
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import { useMatchMedia } from '../../../mq/esm';
|
|
4
4
|
import { TitleBase } from '../title/component.js';
|
|
5
|
-
import { c as commonStyles } from '../common.module-
|
|
5
|
+
import { c as commonStyles } from '../common.module-1cba9ba8.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../hooks/use-skeleton.js';
|
|
9
9
|
import '../../../skeleton/esm';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
11
|
import '../title/utils.js';
|
|
12
|
-
import '../colors.module-
|
|
12
|
+
import '../colors.module-1525a6cf.js';
|
|
13
13
|
|
|
14
14
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_6szja","styrene-large":"typography__styrene-large_6szja","styrene-medium":"typography__styrene-medium_6szja","styrene-small":"typography__styrene-small_6szja","styrene-xsmall":"typography__styrene-xsmall_6szja","system-xlarge":"typography__system-xlarge_6szja","system-large":"typography__system-large_6szja","system-medium":"typography__system-medium_6szja","system-small":"typography__system-small_6szja","system-xsmall":"typography__system-xsmall_6szja","margins-xlarge":"typography__margins-xlarge_6szja","margins-large":"typography__margins-large_6szja","margins-medium":"typography__margins-medium_6szja","margins-small":"typography__margins-small_6szja","margins-xsmall":"typography__margins-xsmall_6szja"};
|
|
15
15
|
require('./index.css');
|