@alfalab/core-components 45.9.0-beta.3 → 45.10.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/base-modal/Component.d.ts +6 -2
- package/base-modal/Component.js +28 -15
- package/base-modal/cssm/Component.d.ts +6 -2
- package/base-modal/cssm/Component.js +28 -15
- package/base-modal/cssm/helpers/lockScroll.d.ts +4 -0
- package/base-modal/cssm/helpers/lockScroll.js +18 -0
- package/base-modal/cssm/index.module.css +6 -0
- package/base-modal/cssm/utils.d.ts +1 -1
- package/base-modal/cssm/utils.js +5 -2
- package/base-modal/esm/Component.d.ts +6 -2
- package/base-modal/esm/Component.js +29 -16
- package/base-modal/esm/helpers/lockScroll.d.ts +4 -0
- package/base-modal/esm/helpers/lockScroll.js +14 -0
- package/base-modal/esm/index.css +6 -0
- package/base-modal/esm/index.js +1 -0
- package/base-modal/esm/utils.d.ts +1 -1
- package/base-modal/esm/utils.js +5 -2
- package/base-modal/helpers/lockScroll.d.ts +4 -0
- package/base-modal/helpers/lockScroll.js +18 -0
- package/base-modal/index.css +6 -0
- package/base-modal/modern/Component.d.ts +6 -2
- package/base-modal/modern/Component.js +21 -9
- package/base-modal/modern/helpers/lockScroll.d.ts +4 -0
- package/base-modal/modern/helpers/lockScroll.js +14 -0
- package/base-modal/modern/index.css +6 -0
- package/base-modal/modern/index.js +1 -0
- package/base-modal/modern/utils.d.ts +1 -1
- package/base-modal/modern/utils.js +4 -2
- package/base-modal/utils.d.ts +1 -1
- package/base-modal/utils.js +5 -2
- package/bottom-sheet/components/header/Component.d.ts +2 -2
- package/bottom-sheet/components/header/Component.js +2 -2
- package/bottom-sheet/cssm/components/header/Component.d.ts +2 -2
- package/bottom-sheet/cssm/components/header/Component.js +2 -2
- package/bottom-sheet/cssm/types.d.ts +1 -1
- package/bottom-sheet/esm/component.js +1 -1
- package/bottom-sheet/esm/components/header/Component.d.ts +2 -2
- package/bottom-sheet/esm/components/header/Component.js +2 -2
- package/bottom-sheet/esm/index.js +1 -1
- package/bottom-sheet/esm/types.d.ts +1 -1
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/header/Component.d.ts +2 -2
- package/bottom-sheet/modern/components/header/Component.js +2 -2
- package/bottom-sheet/modern/index.js +1 -1
- package/bottom-sheet/modern/types.d.ts +1 -1
- package/bottom-sheet/types.d.ts +1 -1
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/period-slider/Component.js +6 -5
- package/calendar/cssm/components/calendar-mobile/Component.js +1 -1
- package/calendar/cssm/components/period-slider/Component.js +6 -5
- package/calendar/cssm/desktop/Component.desktop.js +1 -1
- package/calendar/cssm/utils.d.ts +2 -0
- package/calendar/cssm/utils.js +2 -0
- package/calendar/desktop/Component.desktop.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/period-slider/Component.js +6 -6
- package/calendar/esm/components/period-slider/index.js +1 -1
- package/calendar/esm/desktop/Component.desktop.js +2 -2
- package/calendar/esm/utils.d.ts +2 -0
- package/calendar/esm/utils.js +2 -0
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/period-slider/Component.js +4 -4
- package/calendar/modern/components/period-slider/index.js +1 -1
- package/calendar/modern/desktop/Component.desktop.js +2 -2
- package/calendar/modern/utils.d.ts +2 -0
- package/calendar/modern/utils.js +2 -0
- package/calendar/utils.d.ts +2 -0
- package/calendar/utils.js +2 -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/checkbox-group/components/base-checkbox-group/index.css +1 -2
- package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +1 -2
- package/checkbox-group/esm/components/base-checkbox-group/index.css +1 -2
- package/checkbox-group/modern/components/base-checkbox-group/index.css +1 -2
- 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/custom-picker-button/cssm/desktop/Component.desktop.js +2 -1
- package/custom-picker-button/cssm/field/Component.d.ts +3 -1
- package/custom-picker-button/cssm/field/Component.js +2 -2
- package/custom-picker-button/desktop/Component.desktop.js +2 -1
- package/custom-picker-button/esm/desktop/Component.desktop.js +2 -1
- package/custom-picker-button/esm/field/Component.d.ts +3 -1
- package/custom-picker-button/esm/field/Component.js +2 -2
- package/custom-picker-button/field/Component.d.ts +3 -1
- package/custom-picker-button/field/Component.js +2 -2
- package/custom-picker-button/modern/desktop/Component.desktop.js +2 -1
- package/custom-picker-button/modern/field/Component.d.ts +3 -1
- package/custom-picker-button/modern/field/Component.js +2 -2
- 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/generic-wrapper/Component.d.ts +2 -2
- package/generic-wrapper/Component.js +3 -2
- package/generic-wrapper/cssm/Component.d.ts +2 -2
- package/generic-wrapper/cssm/Component.js +3 -2
- package/generic-wrapper/esm/Component.d.ts +2 -2
- package/generic-wrapper/esm/Component.js +3 -2
- package/generic-wrapper/esm/index.js +1 -0
- package/generic-wrapper/modern/Component.d.ts +2 -2
- package/generic-wrapper/modern/Component.js +2 -2
- package/icon-view/components/super-ellipse/paths.d.ts +0 -2
- package/icon-view/components/super-ellipse/paths.js +2 -3
- package/icon-view/cssm/components/super-ellipse/paths.d.ts +0 -2
- package/icon-view/cssm/components/super-ellipse/paths.js +2 -3
- package/icon-view/esm/components/super-ellipse/paths.d.ts +0 -2
- package/icon-view/esm/components/super-ellipse/paths.js +2 -3
- package/icon-view/modern/components/super-ellipse/paths.d.ts +0 -2
- package/icon-view/modern/components/super-ellipse/paths.js +2 -3
- package/input/components/base-input/Component.d.ts +1 -1
- package/input/components/base-input/Component.js +5 -7
- package/input/components/base-input/index.css +1 -7
- package/input/components/clear-button/Component.d.ts +1 -0
- package/input/components/clear-button/Component.js +2 -2
- package/input/cssm/components/base-input/Component.d.ts +1 -1
- package/input/cssm/components/base-input/Component.js +4 -6
- package/input/cssm/components/base-input/index.module.css +1 -7
- package/input/cssm/components/clear-button/Component.d.ts +1 -0
- package/input/cssm/components/clear-button/Component.js +2 -2
- package/input/cssm/utils.d.ts +3 -0
- package/input/cssm/utils.js +3 -0
- package/input/esm/Component.responsive.js +1 -3
- package/input/esm/components/base-input/Component.d.ts +1 -1
- package/input/esm/components/base-input/Component.js +5 -7
- package/input/esm/components/base-input/index.css +1 -7
- package/input/esm/components/base-input/index.js +1 -3
- package/input/esm/components/clear-button/Component.d.ts +1 -0
- package/input/esm/components/clear-button/Component.js +2 -2
- package/input/esm/desktop/Component.desktop.js +1 -3
- package/input/esm/desktop/index.js +1 -3
- package/input/esm/index.js +1 -3
- package/input/esm/mobile/Component.mobile.js +1 -3
- package/input/esm/mobile/index.js +1 -3
- package/input/esm/utils.d.ts +3 -0
- package/input/esm/utils.js +3 -0
- package/input/modern/Component.responsive.js +1 -3
- package/input/modern/components/base-input/Component.d.ts +1 -1
- package/input/modern/components/base-input/Component.js +5 -7
- package/input/modern/components/base-input/index.css +1 -7
- package/input/modern/components/base-input/index.js +1 -3
- package/input/modern/components/clear-button/Component.d.ts +1 -0
- package/input/modern/components/clear-button/Component.js +1 -1
- package/input/modern/desktop/Component.desktop.js +1 -3
- package/input/modern/desktop/index.js +1 -3
- package/input/modern/index.js +1 -3
- package/input/modern/mobile/Component.mobile.js +1 -3
- package/input/modern/mobile/index.js +1 -3
- package/input/modern/utils.d.ts +3 -0
- package/input/modern/utils.js +3 -0
- package/input/utils.d.ts +3 -0
- package/input/utils.js +3 -0
- package/input-autocomplete/cssm/types.d.ts +2 -2
- package/input-autocomplete/esm/types.d.ts +2 -2
- package/input-autocomplete/modern/types.d.ts +2 -2
- package/input-autocomplete/types.d.ts +2 -2
- package/international-phone-input/{Component-57569e57.d.ts → Component-1fe708ea.d.ts} +1 -1
- package/international-phone-input/Component-bdb4c6b9.d.ts +2 -1
- package/international-phone-input/Component.responsive.d.ts +4 -4
- package/international-phone-input/{esm/ResponsiveContext-88b743b5.d.ts → ResponsiveContext-d6bfd5b7.d.ts} +1 -1
- package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/{esm/Component-57569e57.d.ts → cssm/Component-1fe708ea.d.ts} +1 -1
- package/international-phone-input/cssm/Component-bdb4c6b9.d.ts +2 -1
- package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
- package/international-phone-input/{ResponsiveContext-88b743b5.d.ts → cssm/ResponsiveContext-d6bfd5b7.d.ts} +1 -1
- package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/cssm/index-bdb4c6b9.d.ts +11 -4
- package/international-phone-input/cssm/types.d.ts +1 -1
- package/international-phone-input/cssm/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +18 -16
- package/international-phone-input/{modern/typings-88b743b5.d.ts → cssm/typings-d6bfd5b7.d.ts} +4 -0
- package/international-phone-input/cssm/utils-89376c31.d.ts +1 -1
- package/international-phone-input/{cssm/Component-57569e57.d.ts → esm/Component-1fe708ea.d.ts} +1 -1
- package/international-phone-input/esm/Component-bdb4c6b9.d.ts +2 -1
- package/international-phone-input/esm/Component.responsive.d.ts +4 -4
- package/international-phone-input/{modern/ResponsiveContext-88b743b5.d.ts → esm/ResponsiveContext-d6bfd5b7.d.ts} +1 -1
- package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/esm/index-bdb4c6b9.d.ts +11 -4
- package/international-phone-input/esm/types.d.ts +1 -1
- package/international-phone-input/esm/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +18 -16
- package/international-phone-input/{typings-88b743b5.d.ts → esm/typings-d6bfd5b7.d.ts} +4 -0
- package/international-phone-input/esm/utils-89376c31.d.ts +1 -1
- package/international-phone-input/index-bdb4c6b9.d.ts +11 -4
- package/international-phone-input/modern/{Component-57569e57.d.ts → Component-1fe708ea.d.ts} +1 -1
- package/international-phone-input/modern/Component-bdb4c6b9.d.ts +2 -1
- package/international-phone-input/modern/Component.responsive.d.ts +4 -4
- package/international-phone-input/{cssm/ResponsiveContext-88b743b5.d.ts → modern/ResponsiveContext-d6bfd5b7.d.ts} +1 -1
- package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/modern/index-bdb4c6b9.d.ts +11 -4
- package/international-phone-input/modern/types.d.ts +1 -1
- package/international-phone-input/modern/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +18 -16
- package/international-phone-input/{esm/typings-88b743b5.d.ts → modern/typings-d6bfd5b7.d.ts} +4 -0
- package/international-phone-input/modern/utils-89376c31.d.ts +1 -1
- package/international-phone-input/types.d.ts +1 -1
- package/international-phone-input/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +18 -16
- package/international-phone-input/{cssm/typings-88b743b5.d.ts → typings-d6bfd5b7.d.ts} +4 -0
- package/international-phone-input/utils-89376c31.d.ts +1 -1
- package/modal/Component.d.ts +1 -0
- package/modal/Component.responsive.d.ts +1 -0
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/components/header/Component.d.ts +2 -2
- package/modal/components/header/Component.js +2 -2
- package/modal/cssm/Component.d.ts +1 -0
- package/modal/cssm/Component.responsive.d.ts +1 -0
- package/modal/cssm/components/header/Component.d.ts +2 -2
- package/modal/cssm/components/header/Component.js +2 -2
- package/modal/cssm/desktop/Component.desktop.d.ts +1 -0
- package/modal/cssm/typings.d.ts +4 -0
- package/modal/desktop/Component.desktop.d.ts +1 -0
- package/modal/esm/Component.d.ts +1 -0
- package/modal/esm/Component.responsive.d.ts +1 -0
- package/modal/esm/Component.responsive.js +2 -2
- 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/Component.d.ts +2 -2
- package/modal/esm/components/header/Component.js +2 -2
- package/modal/esm/desktop/Component.desktop.d.ts +1 -0
- package/modal/esm/desktop/Component.desktop.js +2 -2
- package/modal/esm/desktop/index.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile/Component.mobile.js +2 -2
- package/modal/esm/mobile/index.js +2 -2
- package/modal/esm/typings.d.ts +4 -0
- package/modal/modern/Component.d.ts +1 -0
- package/modal/modern/Component.responsive.d.ts +1 -0
- package/modal/modern/Component.responsive.js +2 -2
- 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/Component.d.ts +2 -2
- package/modal/modern/components/header/Component.js +2 -2
- package/modal/modern/desktop/Component.desktop.d.ts +1 -0
- package/modal/modern/desktop/Component.desktop.js +2 -2
- package/modal/modern/desktop/index.js +2 -2
- package/modal/modern/index.js +2 -2
- package/modal/modern/mobile/Component.mobile.js +2 -2
- package/modal/modern/mobile/index.js +2 -2
- package/modal/modern/typings.d.ts +4 -0
- package/modal/typings.d.ts +4 -0
- package/navigation-bar/Component.d.ts +70 -5
- package/navigation-bar/Component.js +25 -128
- package/navigation-bar/components/action-icon-addon/Component.d.ts +22 -0
- package/navigation-bar/components/action-icon-addon/Component.js +30 -0
- package/navigation-bar/components/action-icon-addon/index.css +44 -0
- package/navigation-bar/components/action-icon-addon/index.d.ts +1 -0
- package/navigation-bar/components/action-icon-addon/index.js +7 -0
- package/navigation-bar/components/action-text-addon/Component.d.ts +26 -0
- package/navigation-bar/components/action-text-addon/Component.js +23 -0
- package/navigation-bar/components/action-text-addon/index.css +23 -0
- package/navigation-bar/components/action-text-addon/index.d.ts +1 -0
- package/navigation-bar/components/action-text-addon/index.js +7 -0
- package/navigation-bar/cssm/Component.d.ts +70 -5
- package/navigation-bar/cssm/Component.js +24 -127
- package/navigation-bar/cssm/components/action-icon-addon/Component.d.ts +22 -0
- package/navigation-bar/cssm/components/action-icon-addon/Component.js +29 -0
- package/navigation-bar/cssm/components/action-icon-addon/index.d.ts +1 -0
- package/navigation-bar/cssm/components/action-icon-addon/index.js +7 -0
- package/navigation-bar/cssm/components/action-icon-addon/index.module.css +43 -0
- package/navigation-bar/cssm/components/action-text-addon/Component.d.ts +26 -0
- package/navigation-bar/cssm/components/action-text-addon/Component.js +22 -0
- package/navigation-bar/cssm/components/action-text-addon/index.d.ts +1 -0
- package/navigation-bar/cssm/components/action-text-addon/index.js +7 -0
- package/navigation-bar/cssm/components/action-text-addon/index.module.css +22 -0
- package/navigation-bar/cssm/index.d.ts +0 -1
- package/navigation-bar/cssm/index.module.css +45 -75
- package/navigation-bar/cssm/shared/index.d.ts +3 -2
- package/navigation-bar/cssm/shared/index.js +6 -4
- package/navigation-bar/cssm/utils.d.ts +6 -0
- package/navigation-bar/cssm/utils.js +13 -0
- package/navigation-bar/esm/Component.d.ts +70 -5
- package/navigation-bar/esm/Component.js +26 -135
- package/navigation-bar/esm/components/action-icon-addon/Component.d.ts +22 -0
- package/navigation-bar/esm/components/action-icon-addon/Component.js +23 -0
- package/navigation-bar/esm/components/action-icon-addon/index.css +44 -0
- package/navigation-bar/esm/components/action-icon-addon/index.d.ts +1 -0
- package/navigation-bar/esm/components/action-icon-addon/index.js +7 -0
- package/navigation-bar/esm/components/action-text-addon/Component.d.ts +26 -0
- package/navigation-bar/esm/components/action-text-addon/Component.js +16 -0
- package/navigation-bar/esm/components/action-text-addon/index.css +23 -0
- package/navigation-bar/esm/components/action-text-addon/index.d.ts +1 -0
- package/navigation-bar/esm/components/action-text-addon/index.js +6 -0
- package/navigation-bar/esm/index.css +45 -74
- package/navigation-bar/esm/index.d.ts +0 -1
- package/navigation-bar/esm/index.js +0 -11
- package/navigation-bar/esm/shared/index.d.ts +3 -2
- package/navigation-bar/esm/shared/index.js +6 -7
- package/navigation-bar/esm/utils.d.ts +6 -0
- package/navigation-bar/esm/utils.js +11 -0
- package/navigation-bar/index.css +45 -74
- package/navigation-bar/index.d.ts +0 -1
- package/navigation-bar/modern/Component.d.ts +70 -5
- package/navigation-bar/modern/Component.js +26 -140
- package/navigation-bar/modern/components/action-icon-addon/Component.d.ts +22 -0
- package/navigation-bar/modern/components/action-icon-addon/Component.js +18 -0
- package/navigation-bar/modern/components/action-icon-addon/index.css +44 -0
- package/navigation-bar/modern/components/action-icon-addon/index.d.ts +1 -0
- package/navigation-bar/modern/components/action-icon-addon/index.js +6 -0
- package/navigation-bar/modern/components/action-text-addon/Component.d.ts +26 -0
- package/navigation-bar/modern/components/action-text-addon/Component.js +12 -0
- package/navigation-bar/modern/components/action-text-addon/index.css +23 -0
- package/navigation-bar/modern/components/action-text-addon/index.d.ts +1 -0
- package/navigation-bar/modern/components/action-text-addon/index.js +5 -0
- package/navigation-bar/modern/index.css +45 -74
- package/navigation-bar/modern/index.d.ts +0 -1
- package/navigation-bar/modern/index.js +0 -11
- package/navigation-bar/modern/shared/index.d.ts +3 -2
- package/navigation-bar/modern/shared/index.js +6 -7
- package/navigation-bar/modern/utils.d.ts +6 -0
- package/navigation-bar/modern/utils.js +11 -0
- package/navigation-bar/shared/index.d.ts +3 -2
- package/navigation-bar/shared/index.js +6 -4
- package/navigation-bar/utils.d.ts +6 -0
- package/navigation-bar/utils.js +13 -0
- package/navigation-bar-private/Component.d.ts +5 -0
- package/navigation-bar-private/Component.js +163 -0
- package/{navigation-bar → navigation-bar-private}/components/back-arrow-addon/Component.js +1 -1
- package/{navigation-bar/esm → navigation-bar-private}/components/back-arrow-addon/index.css +12 -12
- package/{navigation-bar → navigation-bar-private}/components/closer/Component.js +1 -1
- package/{navigation-bar → navigation-bar-private}/components/closer/index.css +6 -6
- package/navigation-bar-private/cssm/Component.d.ts +5 -0
- package/navigation-bar-private/cssm/Component.js +162 -0
- package/navigation-bar-private/cssm/index.d.ts +2 -0
- package/navigation-bar-private/cssm/index.js +7 -0
- package/navigation-bar-private/cssm/index.module.css +108 -0
- package/navigation-bar-private/cssm/shared/index.d.ts +2 -0
- package/navigation-bar-private/cssm/shared/index.js +9 -0
- package/{navigation-bar → navigation-bar-private}/cssm/types.d.ts +2 -2
- package/navigation-bar-private/esm/Component.d.ts +5 -0
- package/navigation-bar-private/esm/Component.js +162 -0
- package/{navigation-bar → navigation-bar-private}/esm/components/back-arrow-addon/Component.js +1 -1
- package/{navigation-bar/modern → navigation-bar-private/esm}/components/back-arrow-addon/index.css +12 -12
- package/{navigation-bar → navigation-bar-private}/esm/components/closer/Component.js +1 -1
- package/{navigation-bar/modern → navigation-bar-private/esm}/components/closer/index.css +6 -6
- package/navigation-bar-private/esm/index.css +108 -0
- package/navigation-bar-private/esm/index.d.ts +2 -0
- package/navigation-bar-private/esm/index.js +16 -0
- package/navigation-bar-private/esm/shared/index.d.ts +2 -0
- package/navigation-bar-private/esm/shared/index.js +12 -0
- package/{navigation-bar → navigation-bar-private}/esm/types.d.ts +2 -2
- package/navigation-bar-private/index.css +108 -0
- package/navigation-bar-private/index.d.ts +2 -0
- package/navigation-bar-private/index.js +7 -0
- package/navigation-bar-private/modern/Component.d.ts +5 -0
- package/navigation-bar-private/modern/Component.js +167 -0
- package/{navigation-bar → navigation-bar-private}/modern/components/back-arrow-addon/Component.js +1 -1
- package/{navigation-bar → navigation-bar-private/modern}/components/back-arrow-addon/index.css +12 -12
- package/{navigation-bar → navigation-bar-private}/modern/components/closer/Component.js +1 -1
- package/{navigation-bar/esm → navigation-bar-private/modern}/components/closer/index.css +6 -6
- package/navigation-bar-private/modern/index.css +108 -0
- package/navigation-bar-private/modern/index.d.ts +2 -0
- package/navigation-bar-private/modern/index.js +15 -0
- package/navigation-bar-private/modern/shared/index.d.ts +2 -0
- package/navigation-bar-private/modern/shared/index.js +11 -0
- package/{navigation-bar → navigation-bar-private}/modern/types.d.ts +2 -2
- package/navigation-bar-private/package.json +3 -0
- package/navigation-bar-private/shared/index.d.ts +2 -0
- package/navigation-bar-private/shared/index.js +9 -0
- package/navigation-bar-private/shared/package.json +3 -0
- package/{navigation-bar → navigation-bar-private}/types.d.ts +2 -2
- package/package.json +1 -1
- package/picker-button/Component-1fe708ea.d.ts +5 -0
- package/picker-button/Component-bdb4c6b9.d.ts +2 -1
- package/picker-button/Component-c44170fe.d.ts +26 -2
- package/picker-button/Component.responsive.d.ts +2 -1
- package/picker-button/ResponsiveContext-d6bfd5b7.d.ts +5 -0
- package/picker-button/cssm/Component-1fe708ea.d.ts +5 -0
- package/picker-button/cssm/Component-bdb4c6b9.d.ts +2 -1
- package/picker-button/cssm/Component-c44170fe.d.ts +26 -2
- package/picker-button/cssm/Component.responsive.d.ts +2 -1
- package/picker-button/cssm/ResponsiveContext-d6bfd5b7.d.ts +5 -0
- package/picker-button/cssm/desktop/Component.desktop.d.ts +11 -3
- package/picker-button/cssm/desktop/Component.desktop.js +2 -1
- package/picker-button/cssm/field/Component.d.ts +4 -2
- package/picker-button/cssm/field/Component.js +2 -2
- package/picker-button/{esm/index-fe2bc9bb.d.ts → cssm/index-a5b021bd.d.ts} +1 -3
- package/picker-button/cssm/index-bdb4c6b9.d.ts +14 -4
- package/picker-button/cssm/mobile/Component.mobile.js +2 -1
- package/picker-button/cssm/{types-667e33fd.d.ts → types-a870d1f8.d.ts} +2 -2
- package/picker-button/cssm/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +17 -15
- package/picker-button/cssm/typings-d6bfd5b7.d.ts +62 -0
- package/picker-button/cssm/utils/index.d.ts +5 -3
- package/picker-button/cssm/utils/index.js +9 -2
- package/picker-button/cssm/utils-89376c31.d.ts +1 -1
- package/picker-button/desktop/Component.desktop.d.ts +11 -3
- package/picker-button/desktop/Component.desktop.js +2 -1
- package/picker-button/esm/Component-1fe708ea.d.ts +5 -0
- package/picker-button/esm/Component-bdb4c6b9.d.ts +2 -1
- package/picker-button/esm/Component-c44170fe.d.ts +26 -2
- package/picker-button/esm/Component.responsive.d.ts +2 -1
- package/picker-button/esm/ResponsiveContext-d6bfd5b7.d.ts +5 -0
- package/picker-button/esm/desktop/Component.desktop.d.ts +11 -3
- package/picker-button/esm/desktop/Component.desktop.js +2 -1
- package/picker-button/esm/field/Component.d.ts +4 -2
- package/picker-button/esm/field/Component.js +2 -2
- package/picker-button/{index-fe2bc9bb.d.ts → esm/index-a5b021bd.d.ts} +1 -3
- package/picker-button/esm/index-bdb4c6b9.d.ts +14 -4
- package/picker-button/esm/mobile/Component.mobile.js +2 -1
- package/picker-button/esm/{types-667e33fd.d.ts → types-a870d1f8.d.ts} +2 -2
- package/picker-button/esm/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +17 -15
- package/picker-button/esm/typings-d6bfd5b7.d.ts +62 -0
- package/picker-button/esm/utils/index.d.ts +5 -3
- package/picker-button/esm/utils/index.js +9 -3
- package/picker-button/esm/utils-89376c31.d.ts +1 -1
- package/picker-button/field/Component.d.ts +4 -2
- package/picker-button/field/Component.js +2 -2
- package/picker-button/{cssm/index-fe2bc9bb.d.ts → index-a5b021bd.d.ts} +1 -3
- package/picker-button/index-bdb4c6b9.d.ts +14 -4
- package/picker-button/mobile/Component.mobile.js +2 -1
- package/picker-button/modern/Component-1fe708ea.d.ts +5 -0
- package/picker-button/modern/Component-bdb4c6b9.d.ts +2 -1
- package/picker-button/modern/Component-c44170fe.d.ts +26 -2
- package/picker-button/modern/Component.responsive.d.ts +2 -1
- package/picker-button/modern/ResponsiveContext-d6bfd5b7.d.ts +5 -0
- package/picker-button/modern/desktop/Component.desktop.d.ts +11 -3
- package/picker-button/modern/desktop/Component.desktop.js +2 -1
- package/picker-button/modern/field/Component.d.ts +4 -2
- package/picker-button/modern/field/Component.js +2 -2
- package/picker-button/modern/{index-fe2bc9bb.d.ts → index-a5b021bd.d.ts} +1 -3
- package/picker-button/modern/index-bdb4c6b9.d.ts +14 -4
- package/picker-button/modern/mobile/Component.mobile.js +2 -1
- package/picker-button/modern/{types-667e33fd.d.ts → types-a870d1f8.d.ts} +2 -2
- package/picker-button/modern/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +17 -15
- package/picker-button/modern/typings-d6bfd5b7.d.ts +62 -0
- package/picker-button/modern/utils/index.d.ts +5 -3
- package/picker-button/modern/utils/index.js +9 -3
- package/picker-button/modern/utils-89376c31.d.ts +1 -1
- package/picker-button/{types-667e33fd.d.ts → types-a870d1f8.d.ts} +2 -2
- package/picker-button/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +17 -15
- package/picker-button/typings-d6bfd5b7.d.ts +62 -0
- package/picker-button/utils/index.d.ts +5 -3
- package/picker-button/utils/index.js +9 -2
- package/picker-button/utils-89376c31.d.ts +1 -1
- package/plate/cssm/desktop/desktop.module.css +3 -3
- package/plate/cssm/mobile/mobile.module.css +2 -1
- package/plate/desktop/desktop.css +3 -3
- package/plate/esm/desktop/desktop.css +3 -3
- package/plate/esm/mobile/mobile.css +2 -1
- package/plate/mobile/mobile.css +2 -1
- package/plate/modern/desktop/desktop.css +3 -3
- package/plate/modern/mobile/mobile.css +2 -1
- package/popup-sheet/Component.js +1 -1
- package/popup-sheet/cssm/Component.js +1 -1
- package/popup-sheet/esm/Component.js +1 -1
- package/popup-sheet/esm/index.js +1 -1
- package/popup-sheet/modern/Component.js +1 -1
- package/popup-sheet/modern/index.js +1 -1
- package/portal/Component.js +4 -6
- package/portal/cssm/Component.js +4 -6
- package/portal/esm/Component.js +5 -8
- package/portal/esm/index.js +0 -2
- package/portal/modern/Component.js +2 -6
- package/portal/modern/index.js +0 -2
- package/product-cover/Component.d.ts +8 -0
- package/product-cover/Component.js +19 -0
- package/product-cover/components/image-card/Component.d.ts +32 -0
- package/product-cover/components/image-card/Component.js +39 -0
- package/product-cover/components/image-card/index.css +32 -0
- package/product-cover/components/image-card/index.d.ts +1 -0
- package/product-cover/components/image-card/index.js +7 -0
- package/product-cover/components/index.d.ts +3 -0
- package/product-cover/components/index.js +11 -0
- package/product-cover/components/overlay/Component.d.ts +4 -0
- package/product-cover/components/overlay/Component.js +22 -0
- package/product-cover/components/overlay/index.css +35 -0
- package/product-cover/components/overlay/index.d.ts +1 -0
- package/product-cover/components/overlay/index.js +7 -0
- package/product-cover/components/text/Component.d.ts +47 -0
- package/product-cover/components/text/Component.js +38 -0
- package/product-cover/components/text/index.css +48 -0
- package/product-cover/components/text/index.d.ts +1 -0
- package/product-cover/components/text/index.js +7 -0
- package/product-cover/consts.d.ts +5 -0
- package/product-cover/consts.js +30 -0
- package/product-cover/cssm/Component.d.ts +8 -0
- package/product-cover/cssm/Component.js +19 -0
- package/product-cover/cssm/components/image-card/Component.d.ts +32 -0
- package/product-cover/cssm/components/image-card/Component.js +38 -0
- package/product-cover/cssm/components/image-card/index.d.ts +1 -0
- package/product-cover/cssm/components/image-card/index.js +7 -0
- package/product-cover/cssm/components/image-card/index.module.css +31 -0
- package/product-cover/cssm/components/index.d.ts +3 -0
- package/product-cover/cssm/components/index.js +11 -0
- package/product-cover/cssm/components/overlay/Component.d.ts +4 -0
- package/product-cover/cssm/components/overlay/Component.js +21 -0
- package/product-cover/cssm/components/overlay/index.d.ts +1 -0
- package/product-cover/cssm/components/overlay/index.js +7 -0
- package/product-cover/cssm/components/overlay/index.module.css +34 -0
- package/product-cover/cssm/components/text/Component.d.ts +47 -0
- package/product-cover/cssm/components/text/Component.js +37 -0
- package/product-cover/cssm/components/text/index.d.ts +1 -0
- package/product-cover/cssm/components/text/index.js +7 -0
- package/product-cover/cssm/components/text/index.module.css +46 -0
- package/product-cover/cssm/consts.d.ts +5 -0
- package/product-cover/cssm/consts.js +30 -0
- package/product-cover/cssm/index.d.ts +2 -0
- package/product-cover/cssm/index.js +8 -0
- package/product-cover/cssm/shared/index.d.ts +1 -0
- package/product-cover/cssm/shared/index.js +8 -0
- package/product-cover/cssm/single/Component.d.ts +4 -0
- package/product-cover/cssm/single/Component.js +37 -0
- package/product-cover/cssm/single/index.d.ts +1 -0
- package/product-cover/cssm/single/index.js +7 -0
- package/product-cover/cssm/single/index.module.css +71 -0
- package/product-cover/cssm/stack/Component.d.ts +4 -0
- package/product-cover/cssm/stack/Component.js +32 -0
- package/product-cover/cssm/stack/index.d.ts +1 -0
- package/product-cover/cssm/stack/index.js +7 -0
- package/product-cover/cssm/stack/index.module.css +68 -0
- package/product-cover/cssm/typings.d.ts +144 -0
- package/product-cover/cssm/typings.js +1 -0
- package/product-cover/cssm/utils/index.d.ts +15 -0
- package/product-cover/cssm/utils/index.js +37 -0
- package/product-cover/esm/Component.d.ts +8 -0
- package/product-cover/esm/Component.js +24 -0
- package/product-cover/esm/components/image-card/Component.d.ts +32 -0
- package/product-cover/esm/components/image-card/Component.js +33 -0
- package/product-cover/esm/components/image-card/index.css +32 -0
- package/product-cover/esm/components/image-card/index.d.ts +1 -0
- package/product-cover/esm/components/image-card/index.js +3 -0
- package/product-cover/esm/components/index.d.ts +3 -0
- package/product-cover/esm/components/index.js +13 -0
- package/product-cover/esm/components/overlay/Component.d.ts +4 -0
- package/product-cover/esm/components/overlay/Component.js +15 -0
- package/product-cover/esm/components/overlay/index.css +35 -0
- package/product-cover/esm/components/overlay/index.d.ts +1 -0
- package/product-cover/esm/components/overlay/index.js +3 -0
- package/product-cover/esm/components/text/Component.d.ts +47 -0
- package/product-cover/esm/components/text/Component.js +31 -0
- package/product-cover/esm/components/text/index.css +48 -0
- package/product-cover/esm/components/text/index.d.ts +1 -0
- package/product-cover/esm/components/text/index.js +10 -0
- package/product-cover/esm/consts.d.ts +5 -0
- package/product-cover/esm/consts.js +26 -0
- package/product-cover/esm/index.d.ts +2 -0
- package/product-cover/esm/index.js +17 -0
- package/product-cover/esm/shared/index.d.ts +1 -0
- package/product-cover/esm/shared/index.js +3 -0
- package/product-cover/esm/single/Component.d.ts +4 -0
- package/product-cover/esm/single/Component.js +37 -0
- package/product-cover/esm/single/index.css +72 -0
- package/product-cover/esm/single/index.d.ts +1 -0
- package/product-cover/esm/single/index.js +15 -0
- package/product-cover/esm/stack/Component.d.ts +4 -0
- package/product-cover/esm/stack/Component.js +35 -0
- package/product-cover/esm/stack/index.css +69 -0
- package/product-cover/esm/stack/index.d.ts +1 -0
- package/product-cover/esm/stack/index.js +16 -0
- package/product-cover/esm/typings.d.ts +144 -0
- package/product-cover/esm/typings.js +1 -0
- package/product-cover/esm/utils/index.d.ts +15 -0
- package/product-cover/esm/utils/index.js +32 -0
- package/product-cover/index.d.ts +2 -0
- package/product-cover/index.js +8 -0
- package/product-cover/modern/Component.d.ts +8 -0
- package/product-cover/modern/Component.js +23 -0
- package/product-cover/modern/components/image-card/Component.d.ts +32 -0
- package/product-cover/modern/components/image-card/Component.js +32 -0
- package/product-cover/modern/components/image-card/index.css +32 -0
- package/product-cover/modern/components/image-card/index.d.ts +1 -0
- package/product-cover/modern/components/image-card/index.js +3 -0
- package/product-cover/modern/components/index.d.ts +3 -0
- package/product-cover/modern/components/index.js +13 -0
- package/product-cover/modern/components/overlay/Component.d.ts +4 -0
- package/product-cover/modern/components/overlay/Component.js +11 -0
- package/product-cover/modern/components/overlay/index.css +35 -0
- package/product-cover/modern/components/overlay/index.d.ts +1 -0
- package/product-cover/modern/components/overlay/index.js +3 -0
- package/product-cover/modern/components/text/Component.d.ts +47 -0
- package/product-cover/modern/components/text/Component.js +31 -0
- package/product-cover/modern/components/text/index.css +48 -0
- package/product-cover/modern/components/text/index.d.ts +1 -0
- package/product-cover/modern/components/text/index.js +10 -0
- package/product-cover/modern/consts.d.ts +5 -0
- package/product-cover/modern/consts.js +26 -0
- package/product-cover/modern/index.d.ts +2 -0
- package/product-cover/modern/index.js +16 -0
- package/product-cover/modern/shared/index.d.ts +1 -0
- package/product-cover/modern/shared/index.js +3 -0
- package/product-cover/modern/single/Component.d.ts +4 -0
- package/product-cover/modern/single/Component.js +35 -0
- package/product-cover/modern/single/index.css +72 -0
- package/product-cover/modern/single/index.d.ts +1 -0
- package/product-cover/modern/single/index.js +14 -0
- package/product-cover/modern/stack/Component.d.ts +4 -0
- package/product-cover/modern/stack/Component.js +32 -0
- package/product-cover/modern/stack/index.css +69 -0
- package/product-cover/modern/stack/index.d.ts +1 -0
- package/product-cover/modern/stack/index.js +15 -0
- package/product-cover/modern/typings.d.ts +144 -0
- package/product-cover/modern/typings.js +1 -0
- package/product-cover/modern/utils/index.d.ts +15 -0
- package/product-cover/modern/utils/index.js +32 -0
- package/product-cover/package.json +3 -0
- package/product-cover/shared/index.d.ts +1 -0
- package/product-cover/shared/index.js +8 -0
- package/product-cover/shared/package.json +3 -0
- package/product-cover/single/Component.d.ts +4 -0
- package/product-cover/single/Component.js +38 -0
- package/product-cover/single/index.css +72 -0
- package/product-cover/single/index.d.ts +1 -0
- package/product-cover/single/index.js +7 -0
- package/product-cover/stack/Component.d.ts +4 -0
- package/product-cover/stack/Component.js +33 -0
- package/product-cover/stack/index.css +69 -0
- package/product-cover/stack/index.d.ts +1 -0
- package/product-cover/stack/index.js +7 -0
- package/product-cover/typings.d.ts +144 -0
- package/product-cover/typings.js +1 -0
- package/product-cover/utils/index.d.ts +15 -0
- package/product-cover/utils/index.js +37 -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/radio-group/components/base-radio-group/index.css +1 -2
- package/radio-group/cssm/components/base-radio-group/index.module.css +1 -2
- package/radio-group/esm/components/base-radio-group/index.css +1 -2
- package/radio-group/modern/components/base-radio-group/index.css +1 -2
- package/select/cssm/hook-d4f77aed.d.ts +2 -2
- package/select/cssm/typings.d.ts +8 -8
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/hook-d4f77aed.d.ts +2 -2
- 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/esm/typings.d.ts +8 -8
- package/select/hook-d4f77aed.d.ts +2 -2
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/hook-d4f77aed.d.ts +2 -2
- 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/modern/typings.d.ts +8 -8
- 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/select/typings.d.ts +8 -8
- package/shared/cssm/index.d.ts +0 -1
- package/shared/cssm/index.js +0 -2
- package/shared/esm/index.d.ts +0 -1
- package/shared/esm/index.js +0 -1
- package/shared/index.d.ts +0 -1
- package/shared/index.js +0 -2
- package/shared/modern/index.d.ts +0 -1
- package/shared/modern/index.js +0 -1
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/components/header/Component.d.ts +2 -2
- package/side-panel/components/header/Component.js +2 -2
- package/side-panel/cssm/components/header/Component.d.ts +2 -2
- package/side-panel/cssm/components/header/Component.js +2 -2
- package/side-panel/esm/Component.responsive.js +2 -2
- 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/Component.d.ts +2 -2
- package/side-panel/esm/components/header/Component.js +2 -2
- package/side-panel/esm/desktop/Component.desktop.js +2 -2
- package/side-panel/esm/desktop/index.js +2 -2
- package/side-panel/esm/index.js +2 -2
- package/side-panel/esm/mobile/Component.mobile.js +2 -2
- package/side-panel/esm/mobile/index.js +2 -2
- package/side-panel/modern/Component.responsive.js +2 -2
- 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/Component.d.ts +2 -2
- package/side-panel/modern/components/header/Component.js +2 -2
- package/side-panel/modern/desktop/Component.desktop.js +2 -2
- package/side-panel/modern/desktop/index.js +2 -2
- package/side-panel/modern/index.js +2 -2
- package/side-panel/modern/mobile/Component.mobile.js +2 -2
- package/side-panel/modern/mobile/index.js +2 -2
- package/slider-input/Component.d.ts +3 -3
- package/slider-input/cssm/Component.d.ts +3 -3
- package/slider-input/esm/Component.d.ts +3 -3
- package/slider-input/modern/Component.d.ts +3 -3
- package/status/Component.d.ts +1 -1
- package/status/Component.js +3 -2
- package/status/cssm/Component.d.ts +1 -1
- package/status/cssm/Component.js +2 -1
- package/status/cssm/index.module.css +7 -2
- package/status/esm/Component.d.ts +1 -1
- package/status/esm/Component.js +3 -2
- package/status/esm/index.css +7 -2
- package/status/index.css +7 -2
- package/status/modern/Component.d.ts +1 -1
- package/status/modern/Component.js +3 -2
- package/status/modern/index.css +7 -2
- package/tabs/components/primary-tablist/Component.d.ts +1 -1
- package/tabs/components/primary-tablist/Component.js +2 -2
- package/tabs/components/scrollable-container/Component.d.ts +5 -1
- package/tabs/components/scrollable-container/Component.js +2 -2
- package/tabs/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/components/secondary-tablist/Component.js +2 -2
- package/tabs/components/tabs/Component.js +2 -2
- package/tabs/cssm/components/primary-tablist/Component.d.ts +1 -1
- package/tabs/cssm/components/primary-tablist/Component.js +2 -2
- package/tabs/cssm/components/scrollable-container/Component.d.ts +5 -1
- package/tabs/cssm/components/scrollable-container/Component.js +2 -2
- package/tabs/cssm/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/cssm/components/secondary-tablist/Component.js +2 -2
- package/tabs/cssm/components/tabs/Component.js +2 -2
- package/tabs/cssm/typings.d.ts +4 -0
- package/tabs/esm/components/primary-tablist/Component.d.ts +1 -1
- package/tabs/esm/components/primary-tablist/Component.js +2 -2
- package/tabs/esm/components/scrollable-container/Component.d.ts +5 -1
- package/tabs/esm/components/scrollable-container/Component.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/esm/components/secondary-tablist/Component.js +2 -2
- package/tabs/esm/components/tabs/Component.js +2 -2
- package/tabs/esm/typings.d.ts +4 -0
- package/tabs/modern/components/primary-tablist/Component.d.ts +1 -1
- package/tabs/modern/components/primary-tablist/Component.js +2 -2
- package/tabs/modern/components/scrollable-container/Component.d.ts +5 -1
- package/tabs/modern/components/scrollable-container/Component.js +2 -2
- package/tabs/modern/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/modern/components/secondary-tablist/Component.js +2 -2
- package/tabs/modern/components/tabs/Component.js +2 -2
- package/tabs/modern/typings.d.ts +4 -0
- package/tabs/typings.d.ts +4 -0
- package/themes/compiled/mobile-dark-bluetint.css +62 -62
- 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/components/date-input/Component.js +15 -5
- package/universal-date-input/components/date-range-input/Component.js +2 -0
- package/universal-date-input/cssm/components/date-input/Component.js +15 -5
- package/universal-date-input/cssm/components/date-range-input/Component.js +2 -0
- package/universal-date-input/cssm/index-5712fce2.d.ts +18 -7
- package/universal-date-input/cssm/index-f034f741.d.ts +1 -1
- package/universal-date-input/cssm/types.d.ts +2 -2
- package/universal-date-input/cssm/utils-5684a67d.d.ts +2 -0
- package/universal-date-input/esm/components/date-input/Component.js +15 -5
- package/universal-date-input/esm/components/date-range-input/Component.js +2 -0
- package/universal-date-input/esm/index-5712fce2.d.ts +18 -7
- package/universal-date-input/esm/index-f034f741.d.ts +1 -1
- package/universal-date-input/esm/types.d.ts +2 -2
- package/universal-date-input/esm/utils-5684a67d.d.ts +2 -0
- package/universal-date-input/index-5712fce2.d.ts +18 -7
- package/universal-date-input/index-f034f741.d.ts +1 -1
- package/universal-date-input/modern/components/date-input/Component.js +15 -5
- package/universal-date-input/modern/components/date-range-input/Component.js +2 -0
- package/universal-date-input/modern/index-5712fce2.d.ts +18 -7
- package/universal-date-input/modern/index-f034f741.d.ts +1 -1
- package/universal-date-input/modern/types.d.ts +2 -2
- package/universal-date-input/modern/utils-5684a67d.d.ts +2 -0
- package/universal-date-input/types.d.ts +2 -2
- package/universal-date-input/utils-5684a67d.d.ts +2 -0
- package/picker-button/Component-064acd29.d.ts +0 -56
- package/picker-button/Component-57569e57.d.ts +0 -5
- package/picker-button/ResponsiveContext-88b743b5.d.ts +0 -5
- package/picker-button/cssm/Component-064acd29.d.ts +0 -56
- package/picker-button/cssm/Component-57569e57.d.ts +0 -5
- package/picker-button/cssm/ResponsiveContext-88b743b5.d.ts +0 -5
- package/picker-button/cssm/typings-88b743b5.d.ts +0 -58
- package/picker-button/cssm/usePortalContainer-fe2bc9bb.d.ts +0 -2
- package/picker-button/cssm/utils-ed29dc0e.d.ts +0 -5
- package/picker-button/esm/Component-064acd29.d.ts +0 -56
- package/picker-button/esm/Component-57569e57.d.ts +0 -5
- package/picker-button/esm/ResponsiveContext-88b743b5.d.ts +0 -5
- package/picker-button/esm/typings-88b743b5.d.ts +0 -58
- package/picker-button/esm/usePortalContainer-fe2bc9bb.d.ts +0 -2
- package/picker-button/esm/utils-ed29dc0e.d.ts +0 -5
- package/picker-button/modern/Component-064acd29.d.ts +0 -56
- package/picker-button/modern/Component-57569e57.d.ts +0 -5
- package/picker-button/modern/ResponsiveContext-88b743b5.d.ts +0 -5
- package/picker-button/modern/typings-88b743b5.d.ts +0 -58
- package/picker-button/modern/usePortalContainer-fe2bc9bb.d.ts +0 -2
- package/picker-button/modern/utils-ed29dc0e.d.ts +0 -5
- package/picker-button/typings-88b743b5.d.ts +0 -58
- package/picker-button/usePortalContainer-fe2bc9bb.d.ts +0 -2
- package/picker-button/utils-ed29dc0e.d.ts +0 -5
- package/portal/cssm/hooks/usePortalContainer.d.ts +0 -2
- package/portal/cssm/hooks/usePortalContainer.js +0 -15
- package/portal/esm/hooks/usePortalContainer.d.ts +0 -2
- package/portal/esm/hooks/usePortalContainer.js +0 -13
- package/portal/hooks/usePortalContainer.d.ts +0 -2
- package/portal/hooks/usePortalContainer.js +0 -15
- package/portal/modern/hooks/usePortalContainer.d.ts +0 -2
- package/portal/modern/hooks/usePortalContainer.js +0 -13
- package/shared/context/PortalContext/PortalContext.d.ts +0 -4
- package/shared/context/PortalContext/PortalContext.js +0 -7
- package/shared/context/PortalContext/index.d.ts +0 -1
- package/shared/context/PortalContext/index.js +0 -7
- package/shared/cssm/context/PortalContext/PortalContext.d.ts +0 -4
- package/shared/cssm/context/PortalContext/PortalContext.js +0 -7
- package/shared/cssm/context/PortalContext/index.d.ts +0 -1
- package/shared/cssm/context/PortalContext/index.js +0 -7
- package/shared/esm/context/PortalContext/PortalContext.d.ts +0 -4
- package/shared/esm/context/PortalContext/PortalContext.js +0 -5
- package/shared/esm/context/PortalContext/index.d.ts +0 -1
- package/shared/esm/context/PortalContext/index.js +0 -2
- package/shared/modern/context/PortalContext/PortalContext.d.ts +0 -4
- package/shared/modern/context/PortalContext/PortalContext.js +0 -5
- package/shared/modern/context/PortalContext/index.d.ts +0 -1
- package/shared/modern/context/PortalContext/index.js +0 -2
- /package/calendar-range/esm/{index.module-7864539e.js → index.module-ed9e9bf4.js} +0 -0
- /package/calendar-range/{index.module-b1ef42e6.js → index.module-a320a2db.js} +0 -0
- /package/calendar-range/modern/{index.module-37f8bdbf.js → index.module-c124a31a.js} +0 -0
- /package/confirmation/{countdown-section-89c39f08.d.ts → countdown-section-e89d4d51.d.ts} +0 -0
- /package/confirmation/{countdown-section-89c39f08.js → countdown-section-e89d4d51.js} +0 -0
- /package/confirmation/esm/{countdown-section-2900c91e.d.ts → countdown-section-7a284e78.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-2900c91e.js → countdown-section-7a284e78.js} +0 -0
- /package/confirmation/modern/{countdown-section-1480ae8f.d.ts → countdown-section-d98ff227.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-1480ae8f.js → countdown-section-d98ff227.js} +0 -0
- /package/gallery/{buttons-157b97c5.d.ts → buttons-86aa9ca3.d.ts} +0 -0
- /package/gallery/{buttons-157b97c5.js → buttons-86aa9ca3.js} +0 -0
- /package/gallery/esm/{buttons-81740edc.d.ts → buttons-044f4137.d.ts} +0 -0
- /package/gallery/esm/{buttons-81740edc.js → buttons-044f4137.js} +0 -0
- /package/gallery/esm/{slide-823b5f0b.d.ts → slide-1c391682.d.ts} +0 -0
- /package/gallery/esm/{slide-823b5f0b.js → slide-1c391682.js} +0 -0
- /package/gallery/modern/{buttons-6a4235ad.d.ts → buttons-ddcab41a.d.ts} +0 -0
- /package/gallery/modern/{buttons-6a4235ad.js → buttons-ddcab41a.js} +0 -0
- /package/gallery/modern/{slide-5181bfc0.d.ts → slide-704f878b.d.ts} +0 -0
- /package/gallery/modern/{slide-5181bfc0.js → slide-704f878b.js} +0 -0
- /package/gallery/{slide-69352f22.d.ts → slide-aa977082.d.ts} +0 -0
- /package/gallery/{slide-69352f22.js → slide-aa977082.js} +0 -0
- /package/modal/esm/{layout.module-cec54653.js → layout.module-5149e6ff.js} +0 -0
- /package/modal/{layout.module-3225f3fd.js → layout.module-6e99e303.js} +0 -0
- /package/modal/modern/{layout.module-04f9c218.js → layout.module-76927004.js} +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/back-arrow-addon/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/back-arrow-addon/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/back-arrow-addon/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/closer/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/closer/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/closer/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/back-arrow-addon/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/back-arrow-addon/Component.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/back-arrow-addon/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/back-arrow-addon/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/back-arrow-addon/index.module.css +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/closer/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/closer/Component.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/closer/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/closer/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/closer/index.module.css +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/types.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/vars.css +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/back-arrow-addon/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/back-arrow-addon/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/back-arrow-addon/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/closer/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/closer/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/closer/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/types.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/back-arrow-addon/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/back-arrow-addon/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/back-arrow-addon/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/closer/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/closer/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/closer/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/types.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/types.js +0 -0
- /package/picker-button/{Component-fe2bc9bb.d.ts → Component-a5b021bd.d.ts} +0 -0
- /package/picker-button/cssm/{Component-fe2bc9bb.d.ts → Component-a5b021bd.d.ts} +0 -0
- /package/picker-button/esm/{Component-fe2bc9bb.d.ts → Component-a5b021bd.d.ts} +0 -0
- /package/picker-button/modern/{Component-fe2bc9bb.d.ts → Component-a5b021bd.d.ts} +0 -0
- /package/pure-cell/{component-33c19d66.d.ts → component-8d296a11.d.ts} +0 -0
- /package/pure-cell/{component-33c19d66.js → component-8d296a11.js} +0 -0
- /package/pure-cell/esm/{component-8efd06f2.d.ts → component-61b692e3.d.ts} +0 -0
- /package/pure-cell/esm/{component-8efd06f2.js → component-61b692e3.js} +0 -0
- /package/pure-cell/modern/{component-7c7694ce.d.ts → component-e0c0d180.d.ts} +0 -0
- /package/pure-cell/modern/{component-7c7694ce.js → component-e0c0d180.js} +0 -0
- /package/select/esm/{hook-ffa189bd.d.ts → hook-45e0de03.d.ts} +0 -0
- /package/select/esm/{hook-ffa189bd.js → hook-45e0de03.js} +0 -0
- /package/select/{hook-d7dd4176.d.ts → hook-f7bad97d.d.ts} +0 -0
- /package/select/{hook-d7dd4176.js → hook-f7bad97d.js} +0 -0
- /package/select/modern/{hook-826a1bd6.d.ts → hook-cd666f6a.d.ts} +0 -0
- /package/select/modern/{hook-826a1bd6.js → hook-cd666f6a.js} +0 -0
- /package/side-panel/esm/{layout.module-07fad522.js → layout.module-8b5fd32d.js} +0 -0
- /package/side-panel/{layout.module-f14de816.js → layout.module-43fe58c6.js} +0 -0
- /package/side-panel/modern/{layout.module-7200d95f.js → layout.module-98a7c547.js} +0 -0
- /package/typography/{colors.module-88b7ff94.js → colors.module-48e64b70.js} +0 -0
- /package/typography/{common.module-d111f361.js → common.module-bd9f2c95.js} +0 -0
- /package/typography/esm/{colors.module-72a95925.js → colors.module-171b9a02.js} +0 -0
- /package/typography/esm/{common.module-094a1daa.js → common.module-35992ec8.js} +0 -0
- /package/typography/modern/{colors.module-72b8827b.js → colors.module-d0a78afd.js} +0 -0
- /package/typography/modern/{common.module-c1b61160.js → common.module-dfaebe18.js} +0 -0
- /package/universal-date-input/{Component-ff24af55.d.ts → Component-92dea7fc.d.ts} +0 -0
- /package/universal-date-input/cssm/{Component-ff24af55.d.ts → Component-92dea7fc.d.ts} +0 -0
- /package/universal-date-input/esm/{Component-ff24af55.d.ts → Component-92dea7fc.d.ts} +0 -0
- /package/universal-date-input/modern/{Component-ff24af55.d.ts → Component-92dea7fc.d.ts} +0 -0
|
@@ -20,7 +20,7 @@ import 'swiper/react';
|
|
|
20
20
|
import '@alfalab/hooks';
|
|
21
21
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
22
22
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
23
|
-
import '../../slide-
|
|
23
|
+
import '../../slide-704f878b.js';
|
|
24
24
|
import '../image-viewer/paths.js';
|
|
25
25
|
import 'swiper/swiper.min.css';
|
|
26
26
|
import '../image-preview/paths.js';
|
package/gallery/modern/index.js
CHANGED
|
@@ -22,10 +22,10 @@ import 'swiper/react';
|
|
|
22
22
|
import '@alfalab/hooks';
|
|
23
23
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
24
24
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
25
|
-
import './slide-
|
|
25
|
+
import './slide-704f878b.js';
|
|
26
26
|
import './components/image-viewer/paths.js';
|
|
27
27
|
import 'swiper/swiper.min.css';
|
|
28
28
|
import './components/image-preview/paths.js';
|
|
29
29
|
import './components/header/Component.js';
|
|
30
30
|
import './components/header-info-block/Component.js';
|
|
31
|
-
import './buttons-
|
|
31
|
+
import './buttons-ddcab41a.js';
|
|
@@ -9,7 +9,7 @@ type PaddingPropType = {
|
|
|
9
9
|
bottom?: ReducedGapType;
|
|
10
10
|
left?: ReducedGapType;
|
|
11
11
|
};
|
|
12
|
-
type GenericWrapperProps = {
|
|
12
|
+
type GenericWrapperProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
13
13
|
/**
|
|
14
14
|
* Дочерние элементы.
|
|
15
15
|
*/
|
|
@@ -43,5 +43,5 @@ type GenericWrapperProps = {
|
|
|
43
43
|
*/
|
|
44
44
|
grow?: boolean;
|
|
45
45
|
};
|
|
46
|
-
declare const GenericWrapper: ({ children, padding, alignItems, justifyContent, className, dataTestId, column, grow, }: GenericWrapperProps) => React.JSX.Element;
|
|
46
|
+
declare const GenericWrapper: ({ children, padding, alignItems, justifyContent, className, dataTestId, column, grow, ...restProps }: GenericWrapperProps) => React.JSX.Element;
|
|
47
47
|
export { ReducedGapType, PaddingPropType, GenericWrapperProps, GenericWrapper };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
+
var tslib = require('tslib');
|
|
3
4
|
var React = require('react');
|
|
4
5
|
var cn = require('classnames');
|
|
5
6
|
|
|
@@ -13,7 +14,7 @@ require('./index.css');
|
|
|
13
14
|
|
|
14
15
|
var GenericWrapper = function (_a) {
|
|
15
16
|
var _b;
|
|
16
|
-
var children = _a.children, padding = _a.padding, alignItems = _a.alignItems, justifyContent = _a.justifyContent, className = _a.className, dataTestId = _a.dataTestId, _c = _a.column, column = _c === void 0 ? false : _c, _d = _a.grow, grow = _d === void 0 ? false : _d;
|
|
17
|
+
var children = _a.children, padding = _a.padding, alignItems = _a.alignItems, justifyContent = _a.justifyContent, className = _a.className, dataTestId = _a.dataTestId, _c = _a.column, column = _c === void 0 ? false : _c, _d = _a.grow, grow = _d === void 0 ? false : _d, restProps = tslib.__rest(_a, ["children", "padding", "alignItems", "justifyContent", "className", "dataTestId", "column", "grow"]);
|
|
17
18
|
var paddingStyles = padding && (_b = {},
|
|
18
19
|
_b[styles["padding-top-".concat(padding.top)]] = padding.top,
|
|
19
20
|
_b[styles["padding-right-".concat(padding.right)]] = padding.right,
|
|
@@ -24,7 +25,7 @@ var GenericWrapper = function (_a) {
|
|
|
24
25
|
var justifyContentStyles = justifyContent && styles["justify-".concat(justifyContent)];
|
|
25
26
|
var growStyles = grow && styles.grow;
|
|
26
27
|
var columnsStyles = column && styles.column;
|
|
27
|
-
return (React__default.default.createElement("div", { className: cn__default.default(styles.component, columnsStyles, alignmentStyles, paddingStyles, justifyContentStyles, growStyles, className), "data-test-id": dataTestId }, children));
|
|
28
|
+
return (React__default.default.createElement("div", tslib.__assign({ className: cn__default.default(styles.component, columnsStyles, alignmentStyles, paddingStyles, justifyContentStyles, growStyles, className), "data-test-id": dataTestId }, restProps), children));
|
|
28
29
|
};
|
|
29
30
|
|
|
30
31
|
exports.GenericWrapper = GenericWrapper;
|
|
@@ -9,7 +9,7 @@ type PaddingPropType = {
|
|
|
9
9
|
bottom?: ReducedGapType;
|
|
10
10
|
left?: ReducedGapType;
|
|
11
11
|
};
|
|
12
|
-
type GenericWrapperProps = {
|
|
12
|
+
type GenericWrapperProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
13
13
|
/**
|
|
14
14
|
* Дочерние элементы.
|
|
15
15
|
*/
|
|
@@ -43,5 +43,5 @@ type GenericWrapperProps = {
|
|
|
43
43
|
*/
|
|
44
44
|
grow?: boolean;
|
|
45
45
|
};
|
|
46
|
-
declare const GenericWrapper: ({ children, padding, alignItems, justifyContent, className, dataTestId, column, grow, }: GenericWrapperProps) => React.JSX.Element;
|
|
46
|
+
declare const GenericWrapper: ({ children, padding, alignItems, justifyContent, className, dataTestId, column, grow, ...restProps }: GenericWrapperProps) => React.JSX.Element;
|
|
47
47
|
export { ReducedGapType, PaddingPropType, GenericWrapperProps, GenericWrapper };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
+
var tslib = require('tslib');
|
|
3
4
|
var React = require('react');
|
|
4
5
|
var cn = require('classnames');
|
|
5
6
|
var styles = require('./index.module.css');
|
|
@@ -12,7 +13,7 @@ var styles__default = /*#__PURE__*/_interopDefaultCompat(styles);
|
|
|
12
13
|
|
|
13
14
|
var GenericWrapper = function (_a) {
|
|
14
15
|
var _b;
|
|
15
|
-
var children = _a.children, padding = _a.padding, alignItems = _a.alignItems, justifyContent = _a.justifyContent, className = _a.className, dataTestId = _a.dataTestId, _c = _a.column, column = _c === void 0 ? false : _c, _d = _a.grow, grow = _d === void 0 ? false : _d;
|
|
16
|
+
var children = _a.children, padding = _a.padding, alignItems = _a.alignItems, justifyContent = _a.justifyContent, className = _a.className, dataTestId = _a.dataTestId, _c = _a.column, column = _c === void 0 ? false : _c, _d = _a.grow, grow = _d === void 0 ? false : _d, restProps = tslib.__rest(_a, ["children", "padding", "alignItems", "justifyContent", "className", "dataTestId", "column", "grow"]);
|
|
16
17
|
var paddingStyles = padding && (_b = {},
|
|
17
18
|
_b[styles__default.default["padding-top-".concat(padding.top)]] = padding.top,
|
|
18
19
|
_b[styles__default.default["padding-right-".concat(padding.right)]] = padding.right,
|
|
@@ -23,7 +24,7 @@ var GenericWrapper = function (_a) {
|
|
|
23
24
|
var justifyContentStyles = justifyContent && styles__default.default["justify-".concat(justifyContent)];
|
|
24
25
|
var growStyles = grow && styles__default.default.grow;
|
|
25
26
|
var columnsStyles = column && styles__default.default.column;
|
|
26
|
-
return (React__default.default.createElement("div", { className: cn__default.default(styles__default.default.component, columnsStyles, alignmentStyles, paddingStyles, justifyContentStyles, growStyles, className), "data-test-id": dataTestId }, children));
|
|
27
|
+
return (React__default.default.createElement("div", tslib.__assign({ className: cn__default.default(styles__default.default.component, columnsStyles, alignmentStyles, paddingStyles, justifyContentStyles, growStyles, className), "data-test-id": dataTestId }, restProps), children));
|
|
27
28
|
};
|
|
28
29
|
|
|
29
30
|
exports.GenericWrapper = GenericWrapper;
|
|
@@ -9,7 +9,7 @@ type PaddingPropType = {
|
|
|
9
9
|
bottom?: ReducedGapType;
|
|
10
10
|
left?: ReducedGapType;
|
|
11
11
|
};
|
|
12
|
-
type GenericWrapperProps = {
|
|
12
|
+
type GenericWrapperProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
13
13
|
/**
|
|
14
14
|
* Дочерние элементы.
|
|
15
15
|
*/
|
|
@@ -43,5 +43,5 @@ type GenericWrapperProps = {
|
|
|
43
43
|
*/
|
|
44
44
|
grow?: boolean;
|
|
45
45
|
};
|
|
46
|
-
declare const GenericWrapper: ({ children, padding, alignItems, justifyContent, className, dataTestId, column, grow, }: GenericWrapperProps) => React.JSX.Element;
|
|
46
|
+
declare const GenericWrapper: ({ children, padding, alignItems, justifyContent, className, dataTestId, column, grow, ...restProps }: GenericWrapperProps) => React.JSX.Element;
|
|
47
47
|
export { ReducedGapType, PaddingPropType, GenericWrapperProps, GenericWrapper };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __rest, __assign } from 'tslib';
|
|
1
2
|
import React from 'react';
|
|
2
3
|
import cn from 'classnames';
|
|
3
4
|
|
|
@@ -6,7 +7,7 @@ require('./index.css');
|
|
|
6
7
|
|
|
7
8
|
var GenericWrapper = function (_a) {
|
|
8
9
|
var _b;
|
|
9
|
-
var children = _a.children, padding = _a.padding, alignItems = _a.alignItems, justifyContent = _a.justifyContent, className = _a.className, dataTestId = _a.dataTestId, _c = _a.column, column = _c === void 0 ? false : _c, _d = _a.grow, grow = _d === void 0 ? false : _d;
|
|
10
|
+
var children = _a.children, padding = _a.padding, alignItems = _a.alignItems, justifyContent = _a.justifyContent, className = _a.className, dataTestId = _a.dataTestId, _c = _a.column, column = _c === void 0 ? false : _c, _d = _a.grow, grow = _d === void 0 ? false : _d, restProps = __rest(_a, ["children", "padding", "alignItems", "justifyContent", "className", "dataTestId", "column", "grow"]);
|
|
10
11
|
var paddingStyles = padding && (_b = {},
|
|
11
12
|
_b[styles["padding-top-".concat(padding.top)]] = padding.top,
|
|
12
13
|
_b[styles["padding-right-".concat(padding.right)]] = padding.right,
|
|
@@ -17,7 +18,7 @@ var GenericWrapper = function (_a) {
|
|
|
17
18
|
var justifyContentStyles = justifyContent && styles["justify-".concat(justifyContent)];
|
|
18
19
|
var growStyles = grow && styles.grow;
|
|
19
20
|
var columnsStyles = column && styles.column;
|
|
20
|
-
return (React.createElement("div", { className: cn(styles.component, columnsStyles, alignmentStyles, paddingStyles, justifyContentStyles, growStyles, className), "data-test-id": dataTestId }, children));
|
|
21
|
+
return (React.createElement("div", __assign({ className: cn(styles.component, columnsStyles, alignmentStyles, paddingStyles, justifyContentStyles, growStyles, className), "data-test-id": dataTestId }, restProps), children));
|
|
21
22
|
};
|
|
22
23
|
|
|
23
24
|
export { GenericWrapper };
|
|
@@ -9,7 +9,7 @@ type PaddingPropType = {
|
|
|
9
9
|
bottom?: ReducedGapType;
|
|
10
10
|
left?: ReducedGapType;
|
|
11
11
|
};
|
|
12
|
-
type GenericWrapperProps = {
|
|
12
|
+
type GenericWrapperProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
13
13
|
/**
|
|
14
14
|
* Дочерние элементы.
|
|
15
15
|
*/
|
|
@@ -43,5 +43,5 @@ type GenericWrapperProps = {
|
|
|
43
43
|
*/
|
|
44
44
|
grow?: boolean;
|
|
45
45
|
};
|
|
46
|
-
declare const GenericWrapper: ({ children, padding, alignItems, justifyContent, className, dataTestId, column, grow, }: GenericWrapperProps) => React.JSX.Element;
|
|
46
|
+
declare const GenericWrapper: ({ children, padding, alignItems, justifyContent, className, dataTestId, column, grow, ...restProps }: GenericWrapperProps) => React.JSX.Element;
|
|
47
47
|
export { ReducedGapType, PaddingPropType, GenericWrapperProps, GenericWrapper };
|
|
@@ -4,7 +4,7 @@ import cn from 'classnames';
|
|
|
4
4
|
const styles = {"component":"generic-wrapper__component_muobo","column":"generic-wrapper__column_muobo","align-stretch":"generic-wrapper__align-stretch_muobo","align-start":"generic-wrapper__align-start_muobo","align-end":"generic-wrapper__align-end_muobo","align-center":"generic-wrapper__align-center_muobo","align-baseline":"generic-wrapper__align-baseline_muobo","justify-center":"generic-wrapper__justify-center_muobo","justify-between":"generic-wrapper__justify-between_muobo","justify-around":"generic-wrapper__justify-around_muobo","justify-evenly":"generic-wrapper__justify-evenly_muobo","justify-start":"generic-wrapper__justify-start_muobo","justify-end":"generic-wrapper__justify-end_muobo","grow":"generic-wrapper__grow_muobo","padding-top-3xs":"generic-wrapper__padding-top-3xs_muobo","padding-top-2xs":"generic-wrapper__padding-top-2xs_muobo","padding-top-xs":"generic-wrapper__padding-top-xs_muobo","padding-top-s":"generic-wrapper__padding-top-s_muobo","padding-top-m":"generic-wrapper__padding-top-m_muobo","padding-top-l":"generic-wrapper__padding-top-l_muobo","padding-top-xl":"generic-wrapper__padding-top-xl_muobo","padding-right-3xs":"generic-wrapper__padding-right-3xs_muobo","padding-right-2xs":"generic-wrapper__padding-right-2xs_muobo","padding-right-xs":"generic-wrapper__padding-right-xs_muobo","padding-right-s":"generic-wrapper__padding-right-s_muobo","padding-right-m":"generic-wrapper__padding-right-m_muobo","padding-right-l":"generic-wrapper__padding-right-l_muobo","padding-right-xl":"generic-wrapper__padding-right-xl_muobo","padding-bottom-3xs":"generic-wrapper__padding-bottom-3xs_muobo","padding-bottom-2xs":"generic-wrapper__padding-bottom-2xs_muobo","padding-bottom-xs":"generic-wrapper__padding-bottom-xs_muobo","padding-bottom-s":"generic-wrapper__padding-bottom-s_muobo","padding-bottom-m":"generic-wrapper__padding-bottom-m_muobo","padding-bottom-l":"generic-wrapper__padding-bottom-l_muobo","padding-bottom-xl":"generic-wrapper__padding-bottom-xl_muobo","padding-left-3xs":"generic-wrapper__padding-left-3xs_muobo","padding-left-2xs":"generic-wrapper__padding-left-2xs_muobo","padding-left-xs":"generic-wrapper__padding-left-xs_muobo","padding-left-s":"generic-wrapper__padding-left-s_muobo","padding-left-m":"generic-wrapper__padding-left-m_muobo","padding-left-l":"generic-wrapper__padding-left-l_muobo","padding-left-xl":"generic-wrapper__padding-left-xl_muobo"};
|
|
5
5
|
require('./index.css');
|
|
6
6
|
|
|
7
|
-
const GenericWrapper = ({ children, padding, alignItems, justifyContent, className, dataTestId, column = false, grow = false, }) => {
|
|
7
|
+
const GenericWrapper = ({ children, padding, alignItems, justifyContent, className, dataTestId, column = false, grow = false, ...restProps }) => {
|
|
8
8
|
const paddingStyles = padding && {
|
|
9
9
|
[styles[`padding-top-${padding.top}`]]: padding.top,
|
|
10
10
|
[styles[`padding-right-${padding.right}`]]: padding.right,
|
|
@@ -15,7 +15,7 @@ const GenericWrapper = ({ children, padding, alignItems, justifyContent, classNa
|
|
|
15
15
|
const justifyContentStyles = justifyContent && styles[`justify-${justifyContent}`];
|
|
16
16
|
const growStyles = grow && styles.grow;
|
|
17
17
|
const columnsStyles = column && styles.column;
|
|
18
|
-
return (React.createElement("div", { className: cn(styles.component, columnsStyles, alignmentStyles, paddingStyles, justifyContentStyles, growStyles, className), "data-test-id": dataTestId }, children));
|
|
18
|
+
return (React.createElement("div", { className: cn(styles.component, columnsStyles, alignmentStyles, paddingStyles, justifyContentStyles, growStyles, className), "data-test-id": dataTestId, ...restProps }, children));
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
export { GenericWrapper };
|
|
@@ -83,7 +83,6 @@ declare const shapePaths: {
|
|
|
83
83
|
bottom: string;
|
|
84
84
|
topBottom: string;
|
|
85
85
|
none: string;
|
|
86
|
-
top: string;
|
|
87
86
|
indicator: string;
|
|
88
87
|
indicatorBottom: string;
|
|
89
88
|
};
|
|
@@ -148,7 +147,6 @@ declare const pathsMap: {
|
|
|
148
147
|
bottom: string;
|
|
149
148
|
topBottom: string;
|
|
150
149
|
none: string;
|
|
151
|
-
top: string;
|
|
152
150
|
indicator: string;
|
|
153
151
|
indicatorBottom: string;
|
|
154
152
|
};
|
|
@@ -20,7 +20,7 @@ var borderPaths = {
|
|
|
20
20
|
40: {
|
|
21
21
|
bottom: 'M0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C23.2709 0.5 25.6971 0.500314 27.6244 0.64182C29.5468 0.782962 30.9333 1.0626 32.1302 1.60125C34.9154 2.85477 37.1452 5.08464 38.3987 7.86984C38.9374 9.06667 39.217 10.4532 39.3582 12.3756C39.4997 14.3029 39.5 16.7291 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20Z',
|
|
22
22
|
topBottom: 'M24.4826 1.77689C24.488 1.81192 24.4942 1.90964 24.4972 2.12695C24.5 2.33287 24.5 2.61572 24.5 3C24.5 9.90356 30.0964 15.5 37 15.5C37.3843 15.5 37.6671 15.5 37.873 15.5028C38.0904 15.5058 38.1881 15.512 38.2231 15.5174C38.6513 15.5831 38.9199 15.7181 39.0971 15.8946C39.2742 16.0712 39.4101 16.3394 39.4773 16.7673C39.4933 16.8695 39.4957 17.0767 39.4975 17.6254C39.5 18.3655 39.5 19.1549 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C20.8451 0.5 21.6345 0.500001 22.3746 0.502482C22.9233 0.504321 23.1305 0.506697 23.2327 0.522742C23.6606 0.589931 23.9288 0.725773 24.1054 0.902929C24.2819 1.08009 24.4169 1.34875 24.4826 1.77689Z',
|
|
23
|
-
none: '
|
|
23
|
+
none: 'M1.1452 10.334C1.84134 5.47015 5.47015 1.84134 10.334 1.1452C12.9058 0.777104 16.1277 0.5 20 0.5C23.8723 0.5 27.0942 0.777104 29.666 1.1452C34.5299 1.84134 38.1587 5.47015 38.8548 10.334C39.2229 12.9058 39.5 16.1277 39.5 20C39.5 23.8723 39.2229 27.0942 38.8548 29.666C38.1587 34.5299 34.5299 38.1587 29.666 38.8548C27.0942 39.2229 23.8723 39.5 20 39.5C16.1277 39.5 12.9058 39.2229 10.334 38.8548C5.47015 38.1587 1.84134 34.5299 1.1452 29.666C0.777104 27.0942 0.5 23.8723 0.5 20C0.5 16.1277 0.777104 12.9058 1.1452 10.334Z',
|
|
24
24
|
top: 'M39.4773 16.7673C39.4933 16.8695 39.4957 17.0767 39.4975 17.6254C39.5 18.3655 39.5 19.1549 39.5 20C39.5 23.2709 39.4997 25.6971 39.3582 27.6244C39.217 29.5468 38.9374 30.9333 38.3987 32.1302C37.1452 34.9154 34.9154 37.1452 32.1302 38.3987C30.9333 38.9374 29.5468 39.217 27.6244 39.3582C25.6971 39.4997 23.2709 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C20.8451 0.5 21.6345 0.500001 22.3746 0.502482C22.9233 0.504321 23.1305 0.506697 23.2327 0.522742C23.6606 0.589931 23.9288 0.725773 24.1054 0.902929C24.2819 1.08009 24.4169 1.34875 24.4826 1.77689C24.488 1.81192 24.4942 1.90964 24.4972 2.12695C24.5 2.33287 24.5 2.61572 24.5 3C24.5 9.90356 30.0964 15.5 37 15.5C37.3843 15.5 37.6671 15.5 37.873 15.5028C38.0904 15.5058 38.1881 15.512 38.2231 15.5174C38.6513 15.5831 38.9199 15.7181 39.0971 15.8946C39.2742 16.0712 39.4101 16.3394 39.4773 16.7673Z',
|
|
25
25
|
indicator: 'M29.2742 0.818539L29.3656 0.326964L29.2742 0.818539C29.7258 0.902513 30.0064 1.06314 30.182 1.26499C30.3576 1.46682 30.4778 1.7669 30.4985 2.22576C30.4984 2.22472 30.4985 2.22504 30.4985 2.2273C30.4986 2.22926 30.4986 2.23268 30.4987 2.23793L30.4992 2.28012C30.4994 2.31631 30.4996 2.36638 30.4997 2.43158C30.5 2.56187 30.5 2.7492 30.5 3C30.5 6.58985 33.4101 9.5 37 9.5C37.2508 9.5 37.4381 9.5 37.5684 9.50025C37.6336 9.50038 37.6837 9.50056 37.7199 9.50084L37.7621 9.50129C37.7712 9.50144 37.7748 9.50155 37.7748 9.50155L37.7741 9.50151C38.2331 9.52216 38.5332 9.6424 38.735 9.81799C38.9369 9.99359 39.0975 10.2742 39.1815 10.7258C39.1873 10.757 39.1907 10.7808 39.2009 10.8538C39.4988 12.9852 39.5 15.7898 39.5 20C39.5 23.2709 39.4997 25.6971 39.3582 27.6244C39.217 29.5468 38.9374 30.9333 38.3987 32.1302C37.1452 34.9154 34.9154 37.1452 32.1302 38.3987C30.9333 38.9374 29.5468 39.217 27.6244 39.3582C25.6971 39.4997 23.2709 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C24.2102 0.5 27.0148 0.501183 29.1462 0.799118C29.2192 0.809318 29.243 0.812746 29.2742 0.818539Z',
|
|
26
26
|
indicatorBottom: 'M29.2742 0.818539L29.3656 0.326964L29.2742 0.818539C29.7258 0.902513 30.0064 1.06314 30.182 1.26499C30.3576 1.46682 30.4778 1.7669 30.4985 2.22576C30.4984 2.22472 30.4985 2.22504 30.4985 2.2273C30.4986 2.22926 30.4986 2.23268 30.4987 2.23793L30.4992 2.28012C30.4994 2.31631 30.4996 2.36638 30.4997 2.43158C30.5 2.56187 30.5 2.7492 30.5 3C30.5 6.58985 33.4101 9.5 37 9.5C37.2508 9.5 37.4381 9.5 37.5684 9.50025C37.6336 9.50038 37.6837 9.50056 37.7199 9.50084L37.7621 9.50129C37.7712 9.50144 37.7748 9.50155 37.7748 9.50155L37.7741 9.50151C38.2331 9.52216 38.5332 9.6424 38.735 9.81799C38.9369 9.99359 39.0975 10.2742 39.1815 10.7258C39.1873 10.757 39.1907 10.7808 39.2009 10.8538C39.4988 12.9852 39.5 15.7898 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C24.2102 0.5 27.0148 0.501183 29.1462 0.799118C29.2192 0.809318 29.243 0.812746 29.2742 0.818539Z',
|
|
@@ -84,8 +84,7 @@ var shapePaths = {
|
|
|
84
84
|
40: {
|
|
85
85
|
bottom: 'M1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 13.4729 40 10.2094 38.8547 7.66463C37.551 4.76803 35.232 2.44896 32.3354 1.1453C29.7906 0 26.5271 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463Z',
|
|
86
86
|
topBottom: 'M25 3C25 2.2346 25 1.8519 24.9768 1.70099C24.8238 0.704878 24.3058 0.185114 23.3102 0.0287933C23.1594 0.00510986 22.8983 0.0042347 22.3762 0.00248438C21.6352 -2.32831e-10 20.8449 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 19.1551 40 18.3648 39.9975 17.6238C39.9958 17.1017 39.9949 16.8406 39.9712 16.6898C39.8149 15.6942 39.2951 15.1762 38.299 15.0232C38.1481 15 37.7654 15 37 15C30.3726 15 25 9.62742 25 3Z',
|
|
87
|
-
none: 'M0
|
|
88
|
-
top: 'M39.9975 17.6238C39.9958 17.1017 39.9949 16.8406 39.9712 16.6898C39.8149 15.6942 39.2951 15.1762 38.299 15.0232C38.1481 15 37.7654 15 37 15C30.3726 15 25 9.62742 25 3C25 2.2346 25 1.8519 24.9768 1.70099C24.8238 0.704878 24.3058 0.185114 23.3102 0.0287933C23.1594 0.00510986 22.8983 0.00423471 22.3762 0.00248439C21.6352 -2.32831e-10 20.8449 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C26.5271 40 29.7906 40 32.3354 38.8547C35.232 37.551 37.551 35.232 38.8547 32.3354C40 29.7906 40 26.5271 40 20C40 19.1551 40 18.3648 39.9975 17.6238Z',
|
|
87
|
+
none: 'M0.65024 10.2631C1.37785 5.17942 5.17942 1.37785 10.2631 0.65024C12.8582 0.278824 16.1038 0 20 0C23.8962 0 27.1418 0.278824 29.7368 0.65024C34.8206 1.37785 38.6221 5.17942 39.3498 10.2631C39.7212 12.8582 40 16.1038 40 20C40 23.8962 39.7212 27.1418 39.3498 29.7368C38.6221 34.8206 34.8206 38.6221 29.7368 39.3498C27.1418 39.7212 23.8962 40 20 40C16.1038 40 12.8582 39.7212 10.2631 39.3498C5.17942 38.6221 1.37785 34.8206 0.65024 29.7369C0.278824 27.1418 0 23.8962 0 20C0 16.1038 0.278824 12.8582 0.65024 10.2631Z',
|
|
89
88
|
indicator: 'M39.6961 10.7846C39.6862 10.7139 39.6813 10.6786 39.673 10.6344C39.4769 9.57966 38.8683 9.05023 37.7966 9.00202C37.7517 9 37.5011 9 37 9C33.6863 9 31 6.31371 31 3C31 2.49887 31 2.24831 30.998 2.2034C30.9498 1.13166 30.4203 0.523072 29.3656 0.326964C29.3214 0.318746 29.2861 0.313808 29.2154 0.303932C27.0411 1.2219e-06 24.1944 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C26.5271 40 29.7906 40 32.3354 38.8547C35.232 37.551 37.551 35.232 38.8547 32.3354C40 29.7906 40 26.5271 40 20C40 15.8056 40 12.9589 39.6961 10.7846Z',
|
|
90
89
|
indicatorBottom: 'M31 3C31 2.49887 31 2.24831 30.998 2.2034C30.9498 1.13166 30.4203 0.523072 29.3656 0.326964C29.3214 0.318746 29.2861 0.313808 29.2154 0.303932C27.0411 1.2219e-06 24.1944 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 15.8056 40 12.9589 39.6961 10.7846C39.6862 10.7139 39.6813 10.6786 39.673 10.6344C39.4769 9.57966 38.8683 9.05023 37.7966 9.00202C37.7517 9 37.5011 9 37 9C33.6863 9 31 6.31371 31 3Z',
|
|
91
90
|
},
|
|
@@ -83,7 +83,6 @@ declare const shapePaths: {
|
|
|
83
83
|
bottom: string;
|
|
84
84
|
topBottom: string;
|
|
85
85
|
none: string;
|
|
86
|
-
top: string;
|
|
87
86
|
indicator: string;
|
|
88
87
|
indicatorBottom: string;
|
|
89
88
|
};
|
|
@@ -148,7 +147,6 @@ declare const pathsMap: {
|
|
|
148
147
|
bottom: string;
|
|
149
148
|
topBottom: string;
|
|
150
149
|
none: string;
|
|
151
|
-
top: string;
|
|
152
150
|
indicator: string;
|
|
153
151
|
indicatorBottom: string;
|
|
154
152
|
};
|
|
@@ -20,7 +20,7 @@ var borderPaths = {
|
|
|
20
20
|
40: {
|
|
21
21
|
bottom: 'M0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C23.2709 0.5 25.6971 0.500314 27.6244 0.64182C29.5468 0.782962 30.9333 1.0626 32.1302 1.60125C34.9154 2.85477 37.1452 5.08464 38.3987 7.86984C38.9374 9.06667 39.217 10.4532 39.3582 12.3756C39.4997 14.3029 39.5 16.7291 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20Z',
|
|
22
22
|
topBottom: 'M24.4826 1.77689C24.488 1.81192 24.4942 1.90964 24.4972 2.12695C24.5 2.33287 24.5 2.61572 24.5 3C24.5 9.90356 30.0964 15.5 37 15.5C37.3843 15.5 37.6671 15.5 37.873 15.5028C38.0904 15.5058 38.1881 15.512 38.2231 15.5174C38.6513 15.5831 38.9199 15.7181 39.0971 15.8946C39.2742 16.0712 39.4101 16.3394 39.4773 16.7673C39.4933 16.8695 39.4957 17.0767 39.4975 17.6254C39.5 18.3655 39.5 19.1549 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C20.8451 0.5 21.6345 0.500001 22.3746 0.502482C22.9233 0.504321 23.1305 0.506697 23.2327 0.522742C23.6606 0.589931 23.9288 0.725773 24.1054 0.902929C24.2819 1.08009 24.4169 1.34875 24.4826 1.77689Z',
|
|
23
|
-
none: '
|
|
23
|
+
none: 'M1.1452 10.334C1.84134 5.47015 5.47015 1.84134 10.334 1.1452C12.9058 0.777104 16.1277 0.5 20 0.5C23.8723 0.5 27.0942 0.777104 29.666 1.1452C34.5299 1.84134 38.1587 5.47015 38.8548 10.334C39.2229 12.9058 39.5 16.1277 39.5 20C39.5 23.8723 39.2229 27.0942 38.8548 29.666C38.1587 34.5299 34.5299 38.1587 29.666 38.8548C27.0942 39.2229 23.8723 39.5 20 39.5C16.1277 39.5 12.9058 39.2229 10.334 38.8548C5.47015 38.1587 1.84134 34.5299 1.1452 29.666C0.777104 27.0942 0.5 23.8723 0.5 20C0.5 16.1277 0.777104 12.9058 1.1452 10.334Z',
|
|
24
24
|
top: 'M39.4773 16.7673C39.4933 16.8695 39.4957 17.0767 39.4975 17.6254C39.5 18.3655 39.5 19.1549 39.5 20C39.5 23.2709 39.4997 25.6971 39.3582 27.6244C39.217 29.5468 38.9374 30.9333 38.3987 32.1302C37.1452 34.9154 34.9154 37.1452 32.1302 38.3987C30.9333 38.9374 29.5468 39.217 27.6244 39.3582C25.6971 39.4997 23.2709 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C20.8451 0.5 21.6345 0.500001 22.3746 0.502482C22.9233 0.504321 23.1305 0.506697 23.2327 0.522742C23.6606 0.589931 23.9288 0.725773 24.1054 0.902929C24.2819 1.08009 24.4169 1.34875 24.4826 1.77689C24.488 1.81192 24.4942 1.90964 24.4972 2.12695C24.5 2.33287 24.5 2.61572 24.5 3C24.5 9.90356 30.0964 15.5 37 15.5C37.3843 15.5 37.6671 15.5 37.873 15.5028C38.0904 15.5058 38.1881 15.512 38.2231 15.5174C38.6513 15.5831 38.9199 15.7181 39.0971 15.8946C39.2742 16.0712 39.4101 16.3394 39.4773 16.7673Z',
|
|
25
25
|
indicator: 'M29.2742 0.818539L29.3656 0.326964L29.2742 0.818539C29.7258 0.902513 30.0064 1.06314 30.182 1.26499C30.3576 1.46682 30.4778 1.7669 30.4985 2.22576C30.4984 2.22472 30.4985 2.22504 30.4985 2.2273C30.4986 2.22926 30.4986 2.23268 30.4987 2.23793L30.4992 2.28012C30.4994 2.31631 30.4996 2.36638 30.4997 2.43158C30.5 2.56187 30.5 2.7492 30.5 3C30.5 6.58985 33.4101 9.5 37 9.5C37.2508 9.5 37.4381 9.5 37.5684 9.50025C37.6336 9.50038 37.6837 9.50056 37.7199 9.50084L37.7621 9.50129C37.7712 9.50144 37.7748 9.50155 37.7748 9.50155L37.7741 9.50151C38.2331 9.52216 38.5332 9.6424 38.735 9.81799C38.9369 9.99359 39.0975 10.2742 39.1815 10.7258C39.1873 10.757 39.1907 10.7808 39.2009 10.8538C39.4988 12.9852 39.5 15.7898 39.5 20C39.5 23.2709 39.4997 25.6971 39.3582 27.6244C39.217 29.5468 38.9374 30.9333 38.3987 32.1302C37.1452 34.9154 34.9154 37.1452 32.1302 38.3987C30.9333 38.9374 29.5468 39.217 27.6244 39.3582C25.6971 39.4997 23.2709 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C24.2102 0.5 27.0148 0.501183 29.1462 0.799118C29.2192 0.809318 29.243 0.812746 29.2742 0.818539Z',
|
|
26
26
|
indicatorBottom: 'M29.2742 0.818539L29.3656 0.326964L29.2742 0.818539C29.7258 0.902513 30.0064 1.06314 30.182 1.26499C30.3576 1.46682 30.4778 1.7669 30.4985 2.22576C30.4984 2.22472 30.4985 2.22504 30.4985 2.2273C30.4986 2.22926 30.4986 2.23268 30.4987 2.23793L30.4992 2.28012C30.4994 2.31631 30.4996 2.36638 30.4997 2.43158C30.5 2.56187 30.5 2.7492 30.5 3C30.5 6.58985 33.4101 9.5 37 9.5C37.2508 9.5 37.4381 9.5 37.5684 9.50025C37.6336 9.50038 37.6837 9.50056 37.7199 9.50084L37.7621 9.50129C37.7712 9.50144 37.7748 9.50155 37.7748 9.50155L37.7741 9.50151C38.2331 9.52216 38.5332 9.6424 38.735 9.81799C38.9369 9.99359 39.0975 10.2742 39.1815 10.7258C39.1873 10.757 39.1907 10.7808 39.2009 10.8538C39.4988 12.9852 39.5 15.7898 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C24.2102 0.5 27.0148 0.501183 29.1462 0.799118C29.2192 0.809318 29.243 0.812746 29.2742 0.818539Z',
|
|
@@ -84,8 +84,7 @@ var shapePaths = {
|
|
|
84
84
|
40: {
|
|
85
85
|
bottom: 'M1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 13.4729 40 10.2094 38.8547 7.66463C37.551 4.76803 35.232 2.44896 32.3354 1.1453C29.7906 0 26.5271 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463Z',
|
|
86
86
|
topBottom: 'M25 3C25 2.2346 25 1.8519 24.9768 1.70099C24.8238 0.704878 24.3058 0.185114 23.3102 0.0287933C23.1594 0.00510986 22.8983 0.0042347 22.3762 0.00248438C21.6352 -2.32831e-10 20.8449 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 19.1551 40 18.3648 39.9975 17.6238C39.9958 17.1017 39.9949 16.8406 39.9712 16.6898C39.8149 15.6942 39.2951 15.1762 38.299 15.0232C38.1481 15 37.7654 15 37 15C30.3726 15 25 9.62742 25 3Z',
|
|
87
|
-
none: 'M0
|
|
88
|
-
top: 'M39.9975 17.6238C39.9958 17.1017 39.9949 16.8406 39.9712 16.6898C39.8149 15.6942 39.2951 15.1762 38.299 15.0232C38.1481 15 37.7654 15 37 15C30.3726 15 25 9.62742 25 3C25 2.2346 25 1.8519 24.9768 1.70099C24.8238 0.704878 24.3058 0.185114 23.3102 0.0287933C23.1594 0.00510986 22.8983 0.00423471 22.3762 0.00248439C21.6352 -2.32831e-10 20.8449 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C26.5271 40 29.7906 40 32.3354 38.8547C35.232 37.551 37.551 35.232 38.8547 32.3354C40 29.7906 40 26.5271 40 20C40 19.1551 40 18.3648 39.9975 17.6238Z',
|
|
87
|
+
none: 'M0.65024 10.2631C1.37785 5.17942 5.17942 1.37785 10.2631 0.65024C12.8582 0.278824 16.1038 0 20 0C23.8962 0 27.1418 0.278824 29.7368 0.65024C34.8206 1.37785 38.6221 5.17942 39.3498 10.2631C39.7212 12.8582 40 16.1038 40 20C40 23.8962 39.7212 27.1418 39.3498 29.7368C38.6221 34.8206 34.8206 38.6221 29.7368 39.3498C27.1418 39.7212 23.8962 40 20 40C16.1038 40 12.8582 39.7212 10.2631 39.3498C5.17942 38.6221 1.37785 34.8206 0.65024 29.7369C0.278824 27.1418 0 23.8962 0 20C0 16.1038 0.278824 12.8582 0.65024 10.2631Z',
|
|
89
88
|
indicator: 'M39.6961 10.7846C39.6862 10.7139 39.6813 10.6786 39.673 10.6344C39.4769 9.57966 38.8683 9.05023 37.7966 9.00202C37.7517 9 37.5011 9 37 9C33.6863 9 31 6.31371 31 3C31 2.49887 31 2.24831 30.998 2.2034C30.9498 1.13166 30.4203 0.523072 29.3656 0.326964C29.3214 0.318746 29.2861 0.313808 29.2154 0.303932C27.0411 1.2219e-06 24.1944 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C26.5271 40 29.7906 40 32.3354 38.8547C35.232 37.551 37.551 35.232 38.8547 32.3354C40 29.7906 40 26.5271 40 20C40 15.8056 40 12.9589 39.6961 10.7846Z',
|
|
90
89
|
indicatorBottom: 'M31 3C31 2.49887 31 2.24831 30.998 2.2034C30.9498 1.13166 30.4203 0.523072 29.3656 0.326964C29.3214 0.318746 29.2861 0.313808 29.2154 0.303932C27.0411 1.2219e-06 24.1944 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 15.8056 40 12.9589 39.6961 10.7846C39.6862 10.7139 39.6813 10.6786 39.673 10.6344C39.4769 9.57966 38.8683 9.05023 37.7966 9.00202C37.7517 9 37.5011 9 37 9C33.6863 9 31 6.31371 31 3Z',
|
|
91
90
|
},
|
|
@@ -83,7 +83,6 @@ declare const shapePaths: {
|
|
|
83
83
|
bottom: string;
|
|
84
84
|
topBottom: string;
|
|
85
85
|
none: string;
|
|
86
|
-
top: string;
|
|
87
86
|
indicator: string;
|
|
88
87
|
indicatorBottom: string;
|
|
89
88
|
};
|
|
@@ -148,7 +147,6 @@ declare const pathsMap: {
|
|
|
148
147
|
bottom: string;
|
|
149
148
|
topBottom: string;
|
|
150
149
|
none: string;
|
|
151
|
-
top: string;
|
|
152
150
|
indicator: string;
|
|
153
151
|
indicatorBottom: string;
|
|
154
152
|
};
|
|
@@ -18,7 +18,7 @@ var borderPaths = {
|
|
|
18
18
|
40: {
|
|
19
19
|
bottom: 'M0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C23.2709 0.5 25.6971 0.500314 27.6244 0.64182C29.5468 0.782962 30.9333 1.0626 32.1302 1.60125C34.9154 2.85477 37.1452 5.08464 38.3987 7.86984C38.9374 9.06667 39.217 10.4532 39.3582 12.3756C39.4997 14.3029 39.5 16.7291 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20Z',
|
|
20
20
|
topBottom: 'M24.4826 1.77689C24.488 1.81192 24.4942 1.90964 24.4972 2.12695C24.5 2.33287 24.5 2.61572 24.5 3C24.5 9.90356 30.0964 15.5 37 15.5C37.3843 15.5 37.6671 15.5 37.873 15.5028C38.0904 15.5058 38.1881 15.512 38.2231 15.5174C38.6513 15.5831 38.9199 15.7181 39.0971 15.8946C39.2742 16.0712 39.4101 16.3394 39.4773 16.7673C39.4933 16.8695 39.4957 17.0767 39.4975 17.6254C39.5 18.3655 39.5 19.1549 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C20.8451 0.5 21.6345 0.500001 22.3746 0.502482C22.9233 0.504321 23.1305 0.506697 23.2327 0.522742C23.6606 0.589931 23.9288 0.725773 24.1054 0.902929C24.2819 1.08009 24.4169 1.34875 24.4826 1.77689Z',
|
|
21
|
-
none: '
|
|
21
|
+
none: 'M1.1452 10.334C1.84134 5.47015 5.47015 1.84134 10.334 1.1452C12.9058 0.777104 16.1277 0.5 20 0.5C23.8723 0.5 27.0942 0.777104 29.666 1.1452C34.5299 1.84134 38.1587 5.47015 38.8548 10.334C39.2229 12.9058 39.5 16.1277 39.5 20C39.5 23.8723 39.2229 27.0942 38.8548 29.666C38.1587 34.5299 34.5299 38.1587 29.666 38.8548C27.0942 39.2229 23.8723 39.5 20 39.5C16.1277 39.5 12.9058 39.2229 10.334 38.8548C5.47015 38.1587 1.84134 34.5299 1.1452 29.666C0.777104 27.0942 0.5 23.8723 0.5 20C0.5 16.1277 0.777104 12.9058 1.1452 10.334Z',
|
|
22
22
|
top: 'M39.4773 16.7673C39.4933 16.8695 39.4957 17.0767 39.4975 17.6254C39.5 18.3655 39.5 19.1549 39.5 20C39.5 23.2709 39.4997 25.6971 39.3582 27.6244C39.217 29.5468 38.9374 30.9333 38.3987 32.1302C37.1452 34.9154 34.9154 37.1452 32.1302 38.3987C30.9333 38.9374 29.5468 39.217 27.6244 39.3582C25.6971 39.4997 23.2709 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C20.8451 0.5 21.6345 0.500001 22.3746 0.502482C22.9233 0.504321 23.1305 0.506697 23.2327 0.522742C23.6606 0.589931 23.9288 0.725773 24.1054 0.902929C24.2819 1.08009 24.4169 1.34875 24.4826 1.77689C24.488 1.81192 24.4942 1.90964 24.4972 2.12695C24.5 2.33287 24.5 2.61572 24.5 3C24.5 9.90356 30.0964 15.5 37 15.5C37.3843 15.5 37.6671 15.5 37.873 15.5028C38.0904 15.5058 38.1881 15.512 38.2231 15.5174C38.6513 15.5831 38.9199 15.7181 39.0971 15.8946C39.2742 16.0712 39.4101 16.3394 39.4773 16.7673Z',
|
|
23
23
|
indicator: 'M29.2742 0.818539L29.3656 0.326964L29.2742 0.818539C29.7258 0.902513 30.0064 1.06314 30.182 1.26499C30.3576 1.46682 30.4778 1.7669 30.4985 2.22576C30.4984 2.22472 30.4985 2.22504 30.4985 2.2273C30.4986 2.22926 30.4986 2.23268 30.4987 2.23793L30.4992 2.28012C30.4994 2.31631 30.4996 2.36638 30.4997 2.43158C30.5 2.56187 30.5 2.7492 30.5 3C30.5 6.58985 33.4101 9.5 37 9.5C37.2508 9.5 37.4381 9.5 37.5684 9.50025C37.6336 9.50038 37.6837 9.50056 37.7199 9.50084L37.7621 9.50129C37.7712 9.50144 37.7748 9.50155 37.7748 9.50155L37.7741 9.50151C38.2331 9.52216 38.5332 9.6424 38.735 9.81799C38.9369 9.99359 39.0975 10.2742 39.1815 10.7258C39.1873 10.757 39.1907 10.7808 39.2009 10.8538C39.4988 12.9852 39.5 15.7898 39.5 20C39.5 23.2709 39.4997 25.6971 39.3582 27.6244C39.217 29.5468 38.9374 30.9333 38.3987 32.1302C37.1452 34.9154 34.9154 37.1452 32.1302 38.3987C30.9333 38.9374 29.5468 39.217 27.6244 39.3582C25.6971 39.4997 23.2709 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C24.2102 0.5 27.0148 0.501183 29.1462 0.799118C29.2192 0.809318 29.243 0.812746 29.2742 0.818539Z',
|
|
24
24
|
indicatorBottom: 'M29.2742 0.818539L29.3656 0.326964L29.2742 0.818539C29.7258 0.902513 30.0064 1.06314 30.182 1.26499C30.3576 1.46682 30.4778 1.7669 30.4985 2.22576C30.4984 2.22472 30.4985 2.22504 30.4985 2.2273C30.4986 2.22926 30.4986 2.23268 30.4987 2.23793L30.4992 2.28012C30.4994 2.31631 30.4996 2.36638 30.4997 2.43158C30.5 2.56187 30.5 2.7492 30.5 3C30.5 6.58985 33.4101 9.5 37 9.5C37.2508 9.5 37.4381 9.5 37.5684 9.50025C37.6336 9.50038 37.6837 9.50056 37.7199 9.50084L37.7621 9.50129C37.7712 9.50144 37.7748 9.50155 37.7748 9.50155L37.7741 9.50151C38.2331 9.52216 38.5332 9.6424 38.735 9.81799C38.9369 9.99359 39.0975 10.2742 39.1815 10.7258C39.1873 10.757 39.1907 10.7808 39.2009 10.8538C39.4988 12.9852 39.5 15.7898 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C24.2102 0.5 27.0148 0.501183 29.1462 0.799118C29.2192 0.809318 29.243 0.812746 29.2742 0.818539Z',
|
|
@@ -82,8 +82,7 @@ var shapePaths = {
|
|
|
82
82
|
40: {
|
|
83
83
|
bottom: 'M1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 13.4729 40 10.2094 38.8547 7.66463C37.551 4.76803 35.232 2.44896 32.3354 1.1453C29.7906 0 26.5271 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463Z',
|
|
84
84
|
topBottom: 'M25 3C25 2.2346 25 1.8519 24.9768 1.70099C24.8238 0.704878 24.3058 0.185114 23.3102 0.0287933C23.1594 0.00510986 22.8983 0.0042347 22.3762 0.00248438C21.6352 -2.32831e-10 20.8449 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 19.1551 40 18.3648 39.9975 17.6238C39.9958 17.1017 39.9949 16.8406 39.9712 16.6898C39.8149 15.6942 39.2951 15.1762 38.299 15.0232C38.1481 15 37.7654 15 37 15C30.3726 15 25 9.62742 25 3Z',
|
|
85
|
-
none: 'M0
|
|
86
|
-
top: 'M39.9975 17.6238C39.9958 17.1017 39.9949 16.8406 39.9712 16.6898C39.8149 15.6942 39.2951 15.1762 38.299 15.0232C38.1481 15 37.7654 15 37 15C30.3726 15 25 9.62742 25 3C25 2.2346 25 1.8519 24.9768 1.70099C24.8238 0.704878 24.3058 0.185114 23.3102 0.0287933C23.1594 0.00510986 22.8983 0.00423471 22.3762 0.00248439C21.6352 -2.32831e-10 20.8449 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C26.5271 40 29.7906 40 32.3354 38.8547C35.232 37.551 37.551 35.232 38.8547 32.3354C40 29.7906 40 26.5271 40 20C40 19.1551 40 18.3648 39.9975 17.6238Z',
|
|
85
|
+
none: 'M0.65024 10.2631C1.37785 5.17942 5.17942 1.37785 10.2631 0.65024C12.8582 0.278824 16.1038 0 20 0C23.8962 0 27.1418 0.278824 29.7368 0.65024C34.8206 1.37785 38.6221 5.17942 39.3498 10.2631C39.7212 12.8582 40 16.1038 40 20C40 23.8962 39.7212 27.1418 39.3498 29.7368C38.6221 34.8206 34.8206 38.6221 29.7368 39.3498C27.1418 39.7212 23.8962 40 20 40C16.1038 40 12.8582 39.7212 10.2631 39.3498C5.17942 38.6221 1.37785 34.8206 0.65024 29.7369C0.278824 27.1418 0 23.8962 0 20C0 16.1038 0.278824 12.8582 0.65024 10.2631Z',
|
|
87
86
|
indicator: 'M39.6961 10.7846C39.6862 10.7139 39.6813 10.6786 39.673 10.6344C39.4769 9.57966 38.8683 9.05023 37.7966 9.00202C37.7517 9 37.5011 9 37 9C33.6863 9 31 6.31371 31 3C31 2.49887 31 2.24831 30.998 2.2034C30.9498 1.13166 30.4203 0.523072 29.3656 0.326964C29.3214 0.318746 29.2861 0.313808 29.2154 0.303932C27.0411 1.2219e-06 24.1944 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C26.5271 40 29.7906 40 32.3354 38.8547C35.232 37.551 37.551 35.232 38.8547 32.3354C40 29.7906 40 26.5271 40 20C40 15.8056 40 12.9589 39.6961 10.7846Z',
|
|
88
87
|
indicatorBottom: 'M31 3C31 2.49887 31 2.24831 30.998 2.2034C30.9498 1.13166 30.4203 0.523072 29.3656 0.326964C29.3214 0.318746 29.2861 0.313808 29.2154 0.303932C27.0411 1.2219e-06 24.1944 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 15.8056 40 12.9589 39.6961 10.7846C39.6862 10.7139 39.6813 10.6786 39.673 10.6344C39.4769 9.57966 38.8683 9.05023 37.7966 9.00202C37.7517 9 37.5011 9 37 9C33.6863 9 31 6.31371 31 3Z',
|
|
89
88
|
},
|
|
@@ -83,7 +83,6 @@ declare const shapePaths: {
|
|
|
83
83
|
bottom: string;
|
|
84
84
|
topBottom: string;
|
|
85
85
|
none: string;
|
|
86
|
-
top: string;
|
|
87
86
|
indicator: string;
|
|
88
87
|
indicatorBottom: string;
|
|
89
88
|
};
|
|
@@ -148,7 +147,6 @@ declare const pathsMap: {
|
|
|
148
147
|
bottom: string;
|
|
149
148
|
topBottom: string;
|
|
150
149
|
none: string;
|
|
151
|
-
top: string;
|
|
152
150
|
indicator: string;
|
|
153
151
|
indicatorBottom: string;
|
|
154
152
|
};
|
|
@@ -18,7 +18,7 @@ const borderPaths = {
|
|
|
18
18
|
40: {
|
|
19
19
|
bottom: 'M0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C23.2709 0.5 25.6971 0.500314 27.6244 0.64182C29.5468 0.782962 30.9333 1.0626 32.1302 1.60125C34.9154 2.85477 37.1452 5.08464 38.3987 7.86984C38.9374 9.06667 39.217 10.4532 39.3582 12.3756C39.4997 14.3029 39.5 16.7291 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20Z',
|
|
20
20
|
topBottom: 'M24.4826 1.77689C24.488 1.81192 24.4942 1.90964 24.4972 2.12695C24.5 2.33287 24.5 2.61572 24.5 3C24.5 9.90356 30.0964 15.5 37 15.5C37.3843 15.5 37.6671 15.5 37.873 15.5028C38.0904 15.5058 38.1881 15.512 38.2231 15.5174C38.6513 15.5831 38.9199 15.7181 39.0971 15.8946C39.2742 16.0712 39.4101 16.3394 39.4773 16.7673C39.4933 16.8695 39.4957 17.0767 39.4975 17.6254C39.5 18.3655 39.5 19.1549 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C20.8451 0.5 21.6345 0.500001 22.3746 0.502482C22.9233 0.504321 23.1305 0.506697 23.2327 0.522742C23.6606 0.589931 23.9288 0.725773 24.1054 0.902929C24.2819 1.08009 24.4169 1.34875 24.4826 1.77689Z',
|
|
21
|
-
none: '
|
|
21
|
+
none: 'M1.1452 10.334C1.84134 5.47015 5.47015 1.84134 10.334 1.1452C12.9058 0.777104 16.1277 0.5 20 0.5C23.8723 0.5 27.0942 0.777104 29.666 1.1452C34.5299 1.84134 38.1587 5.47015 38.8548 10.334C39.2229 12.9058 39.5 16.1277 39.5 20C39.5 23.8723 39.2229 27.0942 38.8548 29.666C38.1587 34.5299 34.5299 38.1587 29.666 38.8548C27.0942 39.2229 23.8723 39.5 20 39.5C16.1277 39.5 12.9058 39.2229 10.334 38.8548C5.47015 38.1587 1.84134 34.5299 1.1452 29.666C0.777104 27.0942 0.5 23.8723 0.5 20C0.5 16.1277 0.777104 12.9058 1.1452 10.334Z',
|
|
22
22
|
top: 'M39.4773 16.7673C39.4933 16.8695 39.4957 17.0767 39.4975 17.6254C39.5 18.3655 39.5 19.1549 39.5 20C39.5 23.2709 39.4997 25.6971 39.3582 27.6244C39.217 29.5468 38.9374 30.9333 38.3987 32.1302C37.1452 34.9154 34.9154 37.1452 32.1302 38.3987C30.9333 38.9374 29.5468 39.217 27.6244 39.3582C25.6971 39.4997 23.2709 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C20.8451 0.5 21.6345 0.500001 22.3746 0.502482C22.9233 0.504321 23.1305 0.506697 23.2327 0.522742C23.6606 0.589931 23.9288 0.725773 24.1054 0.902929C24.2819 1.08009 24.4169 1.34875 24.4826 1.77689C24.488 1.81192 24.4942 1.90964 24.4972 2.12695C24.5 2.33287 24.5 2.61572 24.5 3C24.5 9.90356 30.0964 15.5 37 15.5C37.3843 15.5 37.6671 15.5 37.873 15.5028C38.0904 15.5058 38.1881 15.512 38.2231 15.5174C38.6513 15.5831 38.9199 15.7181 39.0971 15.8946C39.2742 16.0712 39.4101 16.3394 39.4773 16.7673Z',
|
|
23
23
|
indicator: 'M29.2742 0.818539L29.3656 0.326964L29.2742 0.818539C29.7258 0.902513 30.0064 1.06314 30.182 1.26499C30.3576 1.46682 30.4778 1.7669 30.4985 2.22576C30.4984 2.22472 30.4985 2.22504 30.4985 2.2273C30.4986 2.22926 30.4986 2.23268 30.4987 2.23793L30.4992 2.28012C30.4994 2.31631 30.4996 2.36638 30.4997 2.43158C30.5 2.56187 30.5 2.7492 30.5 3C30.5 6.58985 33.4101 9.5 37 9.5C37.2508 9.5 37.4381 9.5 37.5684 9.50025C37.6336 9.50038 37.6837 9.50056 37.7199 9.50084L37.7621 9.50129C37.7712 9.50144 37.7748 9.50155 37.7748 9.50155L37.7741 9.50151C38.2331 9.52216 38.5332 9.6424 38.735 9.81799C38.9369 9.99359 39.0975 10.2742 39.1815 10.7258C39.1873 10.757 39.1907 10.7808 39.2009 10.8538C39.4988 12.9852 39.5 15.7898 39.5 20C39.5 23.2709 39.4997 25.6971 39.3582 27.6244C39.217 29.5468 38.9374 30.9333 38.3987 32.1302C37.1452 34.9154 34.9154 37.1452 32.1302 38.3987C30.9333 38.9374 29.5468 39.217 27.6244 39.3582C25.6971 39.4997 23.2709 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C24.2102 0.5 27.0148 0.501183 29.1462 0.799118C29.2192 0.809318 29.243 0.812746 29.2742 0.818539Z',
|
|
24
24
|
indicatorBottom: 'M29.2742 0.818539L29.3656 0.326964L29.2742 0.818539C29.7258 0.902513 30.0064 1.06314 30.182 1.26499C30.3576 1.46682 30.4778 1.7669 30.4985 2.22576C30.4984 2.22472 30.4985 2.22504 30.4985 2.2273C30.4986 2.22926 30.4986 2.23268 30.4987 2.23793L30.4992 2.28012C30.4994 2.31631 30.4996 2.36638 30.4997 2.43158C30.5 2.56187 30.5 2.7492 30.5 3C30.5 6.58985 33.4101 9.5 37 9.5C37.2508 9.5 37.4381 9.5 37.5684 9.50025C37.6336 9.50038 37.6837 9.50056 37.7199 9.50084L37.7621 9.50129C37.7712 9.50144 37.7748 9.50155 37.7748 9.50155L37.7741 9.50151C38.2331 9.52216 38.5332 9.6424 38.735 9.81799C38.9369 9.99359 39.0975 10.2742 39.1815 10.7258C39.1873 10.757 39.1907 10.7808 39.2009 10.8538C39.4988 12.9852 39.5 15.7898 39.5 20C39.5 20.8451 39.5 21.6345 39.4975 22.3746C39.4957 22.9233 39.4933 23.1305 39.4773 23.2327C39.4101 23.6606 39.2742 23.9288 39.0971 24.1054C38.9199 24.2819 38.6513 24.4169 38.2231 24.4826C38.1881 24.488 38.0904 24.4942 37.873 24.4972C37.6671 24.5 37.3843 24.5 37 24.5C30.0964 24.5 24.5 30.0964 24.5 37C24.5 37.3843 24.5 37.6671 24.4972 37.873C24.4942 38.0904 24.488 38.1881 24.4826 38.2231C24.4169 38.6513 24.2819 38.9199 24.1054 39.0971C23.9288 39.2742 23.6606 39.4101 23.2327 39.4773C23.1305 39.4933 22.9233 39.4957 22.3746 39.4975C21.6345 39.5 20.8451 39.5 20 39.5C16.7291 39.5 14.3029 39.4997 12.3756 39.3582C10.4532 39.217 9.06667 38.9374 7.86984 38.3987C5.08464 37.1452 2.85477 34.9154 1.60125 32.1302C1.0626 30.9333 0.782962 29.5468 0.64182 27.6244C0.500314 25.6971 0.5 23.2709 0.5 20C0.5 16.7291 0.500314 14.3029 0.64182 12.3756C0.782962 10.4532 1.0626 9.06667 1.60125 7.86984C2.85477 5.08464 5.08464 2.85477 7.86984 1.60125C9.06667 1.0626 10.4532 0.782962 12.3756 0.64182C14.3029 0.500314 16.7291 0.5 20 0.5C24.2102 0.5 27.0148 0.501183 29.1462 0.799118C29.2192 0.809318 29.243 0.812746 29.2742 0.818539Z',
|
|
@@ -82,8 +82,7 @@ const shapePaths = {
|
|
|
82
82
|
40: {
|
|
83
83
|
bottom: 'M1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 13.4729 40 10.2094 38.8547 7.66463C37.551 4.76803 35.232 2.44896 32.3354 1.1453C29.7906 0 26.5271 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463Z',
|
|
84
84
|
topBottom: 'M25 3C25 2.2346 25 1.8519 24.9768 1.70099C24.8238 0.704878 24.3058 0.185114 23.3102 0.0287933C23.1594 0.00510986 22.8983 0.0042347 22.3762 0.00248438C21.6352 -2.32831e-10 20.8449 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 19.1551 40 18.3648 39.9975 17.6238C39.9958 17.1017 39.9949 16.8406 39.9712 16.6898C39.8149 15.6942 39.2951 15.1762 38.299 15.0232C38.1481 15 37.7654 15 37 15C30.3726 15 25 9.62742 25 3Z',
|
|
85
|
-
none: 'M0
|
|
86
|
-
top: 'M39.9975 17.6238C39.9958 17.1017 39.9949 16.8406 39.9712 16.6898C39.8149 15.6942 39.2951 15.1762 38.299 15.0232C38.1481 15 37.7654 15 37 15C30.3726 15 25 9.62742 25 3C25 2.2346 25 1.8519 24.9768 1.70099C24.8238 0.704878 24.3058 0.185114 23.3102 0.0287933C23.1594 0.00510986 22.8983 0.00423471 22.3762 0.00248439C21.6352 -2.32831e-10 20.8449 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C26.5271 40 29.7906 40 32.3354 38.8547C35.232 37.551 37.551 35.232 38.8547 32.3354C40 29.7906 40 26.5271 40 20C40 19.1551 40 18.3648 39.9975 17.6238Z',
|
|
85
|
+
none: 'M0.65024 10.2631C1.37785 5.17942 5.17942 1.37785 10.2631 0.65024C12.8582 0.278824 16.1038 0 20 0C23.8962 0 27.1418 0.278824 29.7368 0.65024C34.8206 1.37785 38.6221 5.17942 39.3498 10.2631C39.7212 12.8582 40 16.1038 40 20C40 23.8962 39.7212 27.1418 39.3498 29.7368C38.6221 34.8206 34.8206 38.6221 29.7368 39.3498C27.1418 39.7212 23.8962 40 20 40C16.1038 40 12.8582 39.7212 10.2631 39.3498C5.17942 38.6221 1.37785 34.8206 0.65024 29.7369C0.278824 27.1418 0 23.8962 0 20C0 16.1038 0.278824 12.8582 0.65024 10.2631Z',
|
|
87
86
|
indicator: 'M39.6961 10.7846C39.6862 10.7139 39.6813 10.6786 39.673 10.6344C39.4769 9.57966 38.8683 9.05023 37.7966 9.00202C37.7517 9 37.5011 9 37 9C33.6863 9 31 6.31371 31 3C31 2.49887 31 2.24831 30.998 2.2034C30.9498 1.13166 30.4203 0.523072 29.3656 0.326964C29.3214 0.318746 29.2861 0.313808 29.2154 0.303932C27.0411 1.2219e-06 24.1944 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C26.5271 40 29.7906 40 32.3354 38.8547C35.232 37.551 37.551 35.232 38.8547 32.3354C40 29.7906 40 26.5271 40 20C40 15.8056 40 12.9589 39.6961 10.7846Z',
|
|
88
87
|
indicatorBottom: 'M31 3C31 2.49887 31 2.24831 30.998 2.2034C30.9498 1.13166 30.4203 0.523072 29.3656 0.326964C29.3214 0.318746 29.2861 0.313808 29.2154 0.303932C27.0411 1.2219e-06 24.1944 0 20 0C13.4729 0 10.2094 0 7.66463 1.1453C4.76803 2.44896 2.44896 4.76803 1.1453 7.66463C0 10.2094 0 13.4729 0 20C0 26.5271 0 29.7906 1.1453 32.3354C2.44896 35.232 4.76803 37.551 7.66463 38.8547C10.2094 40 13.4729 40 20 40C20.8449 40 21.6352 40 22.3762 39.9975C22.8983 39.9958 23.1594 39.9949 23.3102 39.9712C24.3058 39.8149 24.8238 39.2951 24.9768 38.299C25 38.1481 25 37.7654 25 37C25 30.3726 30.3726 25 37 25C37.7654 25 38.1481 25 38.299 24.9768C39.2951 24.8238 39.8149 24.3058 39.9712 23.3102C39.9949 23.1594 39.9958 22.8983 39.9975 22.3762C40 21.6352 40 20.8449 40 20C40 15.8056 40 12.9589 39.6961 10.7846C39.6862 10.7139 39.6813 10.6786 39.673 10.6344C39.4769 9.57966 38.8683 9.05023 37.7966 9.00202C37.7517 9 37.5011 9 37 9C33.6863 9 31 6.31371 31 3Z',
|
|
89
88
|
},
|
|
@@ -140,7 +140,7 @@ type BaseInputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type
|
|
|
140
140
|
*/
|
|
141
141
|
disableUserInput?: boolean;
|
|
142
142
|
};
|
|
143
|
-
declare const BaseInput: React.ForwardRefExoticComponent<Omit<React.InputHTMLAttributes<HTMLInputElement>, "
|
|
143
|
+
declare const BaseInput: React.ForwardRefExoticComponent<Omit<React.InputHTMLAttributes<HTMLInputElement>, "value" | "size" | "defaultValue" | "onChange" | "onClick" | "onMouseDown" | "type" | "enterKeyHint"> & {
|
|
144
144
|
/**
|
|
145
145
|
* Значение поля ввода
|
|
146
146
|
*/
|
|
@@ -4,11 +4,9 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var mergeRefs = require('react-merge-refs');
|
|
6
6
|
var cn = require('classnames');
|
|
7
|
-
var coreComponentsBadge = require('../../../badge');
|
|
8
7
|
var coreComponentsShared = require('../../../shared');
|
|
8
|
+
var coreComponentsStatusBadge = require('../../../status-badge');
|
|
9
9
|
var hooks = require('@alfalab/hooks');
|
|
10
|
-
var CheckmarkCircleMIcon = require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
11
|
-
var ExclamationCircleMIcon = require('@alfalab/icons-glyph/ExclamationCircleMIcon');
|
|
12
10
|
var components_clearButton_Component = require('../clear-button/Component.js');
|
|
13
11
|
|
|
14
12
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
@@ -20,7 +18,7 @@ var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
|
20
18
|
var defaultColors = {"input":"input__input_eg1rv","hasInnerLabel":"input__hasInnerLabel_eg1rv","disableUserInput":"input__disableUserInput_eg1rv","error":"input__error_eg1rv"};
|
|
21
19
|
require('./default.css');
|
|
22
20
|
|
|
23
|
-
var styles = {"input":"input__input_1p1fb","hasInnerLabel":"input__hasInnerLabel_1p1fb","size-48":"input__size-48_1p1fb","size-56":"input__size-56_1p1fb","size-64":"input__size-64_1p1fb","size-72":"input__size-72_1p1fb","block":"input__block_1p1fb","errorIcon":"input__errorIcon_1p1fb","
|
|
21
|
+
var styles = {"input":"input__input_1p1fb","hasInnerLabel":"input__hasInnerLabel_1p1fb","size-48":"input__size-48_1p1fb","size-56":"input__size-56_1p1fb","size-64":"input__size-64_1p1fb","size-72":"input__size-72_1p1fb","block":"input__block_1p1fb","errorIcon":"input__errorIcon_1p1fb","successIcon":"input__successIcon_1p1fb","focusVisible":"input__focusVisible_1p1fb","onautofillstart":"input__onautofillstart_1p1fb","onautofillcancel":"input__onautofillcancel_1p1fb"};
|
|
24
22
|
require('./index.css');
|
|
25
23
|
|
|
26
24
|
var invertedColors = {"input":"input__input_39l17","hasInnerLabel":"input__hasInnerLabel_39l17","disableUserInput":"input__disableUserInput_39l17","error":"input__error_39l17"};
|
|
@@ -98,12 +96,12 @@ var BaseInput = React__default.default.forwardRef(function (_a, ref) {
|
|
|
98
96
|
var renderRightAddons = function () {
|
|
99
97
|
var addonsVisible = clearButtonVisible || rightAddons || error || success;
|
|
100
98
|
return (addonsVisible && (React__default.default.createElement(React.Fragment, null,
|
|
101
|
-
clearButtonVisible && (React__default.default.createElement(components_clearButton_Component.ClearButton, { onClick: handleClear, disabled: disabled, colors: colors })),
|
|
99
|
+
clearButtonVisible && (React__default.default.createElement(components_clearButton_Component.ClearButton, { onClick: handleClear, disabled: disabled, colors: colors, dataTestId: coreComponentsShared.getDataTestId(dataTestId, 'clear-icon') })),
|
|
102
100
|
rightAddons,
|
|
103
101
|
error && (React__default.default.createElement("div", { className: styles.errorIcon, "data-addon": 'error-icon' },
|
|
104
|
-
React__default.default.createElement(
|
|
102
|
+
React__default.default.createElement(coreComponentsStatusBadge.StatusBadge, { view: 'negative-alert', size: 20, dataTestId: coreComponentsShared.getDataTestId(dataTestId, 'error-icon') }))),
|
|
105
103
|
success && !error && (React__default.default.createElement("div", { className: styles.successIcon },
|
|
106
|
-
React__default.default.createElement(
|
|
104
|
+
React__default.default.createElement(coreComponentsStatusBadge.StatusBadge, { view: 'positive-checkmark', size: 20, dataTestId: coreComponentsShared.getDataTestId(dataTestId, 'success-icon') }))))));
|
|
107
105
|
};
|
|
108
106
|
return FormControlComponent ? (React__default.default.createElement(FormControlComponent, { ref: wrapperRef, className: cn__default.default(className, focused && focusedClassName, filled && filledClassName), fieldClassName: cn__default.default(fieldClassName, (_b = {},
|
|
109
107
|
_b[styles.focusVisible] = focusVisible,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/* hash: 16880 */
|
|
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
|
-
--color-light-border-link: #2288fa;
|
|
5
|
-
--color-light-status-negative: #ff4837;
|
|
6
|
-
--color-light-status-positive: #0cc44d; /* 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 */
|
|
4
|
+
--color-light-border-link: #2288fa; /* 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 */
|
|
7
5
|
} :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 */
|
|
8
6
|
} :root {
|
|
9
7
|
} :root {
|
|
@@ -110,16 +108,12 @@
|
|
|
110
108
|
display: var(--input-error-icon-not-alone-display);
|
|
111
109
|
} button[class*='eye'] + .input__errorIcon_1p1fb {
|
|
112
110
|
margin-right: var(--gap-s);
|
|
113
|
-
} .input__errorColorIcon_1p1fb {
|
|
114
|
-
color: var(--color-light-status-negative);
|
|
115
111
|
} .input__successIcon_1p1fb {
|
|
116
112
|
display: var(--input-success-icon-display)
|
|
117
113
|
} .input__successIcon_1p1fb:not(:only-child) {
|
|
118
114
|
margin-left: var(--gap-2xs);
|
|
119
115
|
} button[class*='eye'] + .input__successIcon_1p1fb {
|
|
120
116
|
margin-right: var(--gap-s);
|
|
121
|
-
} .input__successColorIcon_1p1fb {
|
|
122
|
-
color: var(--color-light-status-positive);
|
|
123
117
|
} /* DISABLED STATE */ .input__input_1p1fb:disabled {
|
|
124
118
|
cursor: var(--disabled-cursor);
|
|
125
119
|
opacity: 1;
|
|
@@ -25,8 +25,8 @@ var colorStyles = {
|
|
|
25
25
|
};
|
|
26
26
|
var preventDefault = function (e) { return e.preventDefault(); };
|
|
27
27
|
var ClearButton = function (_a) {
|
|
28
|
-
var colors = _a.colors, disabled = _a.disabled, onClick = _a.onClick;
|
|
29
|
-
return (React__default.default.createElement(coreComponentsButton.Button, { type: 'button', view: 'text', disabled: disabled, "aria-label": '\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C', className: styles.clearButton, onClick: onClick, tabIndex: -1, onMouseDown: preventDefault },
|
|
28
|
+
var colors = _a.colors, disabled = _a.disabled, onClick = _a.onClick, dataTestId = _a.dataTestId;
|
|
29
|
+
return (React__default.default.createElement(coreComponentsButton.Button, { type: 'button', view: 'text', disabled: disabled, "aria-label": '\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C', className: styles.clearButton, onClick: onClick, tabIndex: -1, onMouseDown: preventDefault, dataTestId: dataTestId },
|
|
30
30
|
React__default.default.createElement(CrossCircleMIcon.CrossCircleMIcon, { className: cn__default.default(styles.clearIcon, colorStyles[colors].clearIcon) })));
|
|
31
31
|
};
|
|
32
32
|
|