@alfalab/core-components 42.2.1-beta.0 → 42.3.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/bottom-sheet/component.js +12 -3
- package/bottom-sheet/cssm/component.js +11 -2
- package/bottom-sheet/cssm/index.module.css +6 -5
- package/bottom-sheet/cssm/types.d.ts +9 -1
- package/bottom-sheet/esm/component.js +12 -3
- package/bottom-sheet/esm/index.css +6 -5
- package/bottom-sheet/esm/types.d.ts +9 -1
- package/bottom-sheet/index.css +6 -5
- package/bottom-sheet/modern/component.js +12 -3
- package/bottom-sheet/modern/index.css +6 -5
- package/bottom-sheet/modern/types.d.ts +9 -1
- package/bottom-sheet/types.d.ts +9 -1
- package/calendar/Component-63dec22f.d.ts +18 -1
- package/calendar/cssm/Component-63dec22f.d.ts +18 -1
- package/calendar/cssm/types-1b036d4b.d.ts +13 -0
- package/calendar/cssm/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar/esm/Component-63dec22f.d.ts +18 -1
- package/calendar/esm/types-1b036d4b.d.ts +13 -0
- package/calendar/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar/modern/Component-63dec22f.d.ts +18 -1
- package/calendar/modern/types-1b036d4b.d.ts +13 -0
- package/calendar/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar/types-1b036d4b.d.ts +13 -0
- package/calendar/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar-input/Component-63dec22f.d.ts +18 -1
- package/calendar-input/components/calendar-input/Component.js +2 -6
- package/calendar-input/cssm/Component-63dec22f.d.ts +18 -1
- package/calendar-input/cssm/components/calendar-input/Component.js +2 -6
- package/calendar-input/cssm/types-1b036d4b.d.ts +13 -0
- package/calendar-input/cssm/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar-input/esm/Component-63dec22f.d.ts +18 -1
- package/calendar-input/esm/components/calendar-input/Component.js +2 -6
- package/calendar-input/esm/types-1b036d4b.d.ts +13 -0
- package/calendar-input/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar-input/modern/Component-63dec22f.d.ts +18 -1
- package/calendar-input/modern/components/calendar-input/Component.js +2 -6
- package/calendar-input/modern/types-1b036d4b.d.ts +13 -0
- package/calendar-input/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/calendar-input/types-1b036d4b.d.ts +13 -0
- package/calendar-input/useSkeleton-1b036d4b.d.ts +40 -0
- package/checkbox-group/components/base-checkbox-group/index.css +0 -6
- package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +0 -6
- package/checkbox-group/cssm/desktop.module.css +7 -1
- package/checkbox-group/cssm/mobile.module.css +7 -1
- package/checkbox-group/desktop.css +7 -1
- package/checkbox-group/esm/components/base-checkbox-group/index.css +0 -6
- package/checkbox-group/esm/desktop.css +7 -1
- package/checkbox-group/esm/mobile.css +7 -1
- package/checkbox-group/mobile.css +7 -1
- package/checkbox-group/modern/components/base-checkbox-group/index.css +0 -6
- package/checkbox-group/modern/desktop.css +7 -1
- package/checkbox-group/modern/mobile.css +7 -1
- package/confirmation/component.desktop.js +1 -1
- package/confirmation/component.mobile.js +1 -1
- package/confirmation/component.responsive.js +1 -1
- package/confirmation/components/base-confirmation/component.js +1 -1
- package/confirmation/components/base-confirmation/index.js +1 -1
- package/confirmation/components/index.js +1 -1
- package/confirmation/components/screens/index.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.js +1 -1
- package/confirmation/desktop.js +1 -1
- package/confirmation/esm/component.desktop.js +1 -1
- package/confirmation/esm/component.mobile.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile.js +1 -1
- package/confirmation/esm/shared.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/mobile.js +1 -1
- package/confirmation/modern/component.desktop.js +1 -1
- package/confirmation/modern/component.mobile.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile.js +1 -1
- package/confirmation/modern/shared.js +1 -1
- package/confirmation/shared.js +1 -1
- package/custom-picker-button/Component-63dec22f.d.ts +18 -1
- package/custom-picker-button/component-50136800.d.ts +1 -1
- package/custom-picker-button/cssm/Component-63dec22f.d.ts +18 -1
- package/custom-picker-button/cssm/component-50136800.d.ts +1 -1
- package/custom-picker-button/cssm/index-f12ee135.d.ts +1 -1
- package/custom-picker-button/cssm/shared-4cd3936b.d.ts +1 -29
- package/custom-picker-button/cssm/types-1b036d4b.d.ts +13 -0
- package/custom-picker-button/cssm/{types-d9f9bbcc.d.ts → types-92653002.d.ts} +9 -1
- package/custom-picker-button/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/custom-picker-button/esm/Component-63dec22f.d.ts +18 -1
- package/custom-picker-button/esm/component-50136800.d.ts +1 -1
- package/custom-picker-button/esm/index-f12ee135.d.ts +1 -1
- package/custom-picker-button/esm/shared-4cd3936b.d.ts +1 -29
- package/custom-picker-button/esm/types-1b036d4b.d.ts +13 -0
- package/custom-picker-button/esm/{types-d9f9bbcc.d.ts → types-92653002.d.ts} +9 -1
- package/custom-picker-button/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/custom-picker-button/index-f12ee135.d.ts +1 -1
- package/custom-picker-button/modern/Component-63dec22f.d.ts +18 -1
- package/custom-picker-button/modern/component-50136800.d.ts +1 -1
- package/custom-picker-button/modern/index-f12ee135.d.ts +1 -1
- package/custom-picker-button/modern/shared-4cd3936b.d.ts +1 -29
- package/custom-picker-button/modern/types-1b036d4b.d.ts +13 -0
- package/custom-picker-button/modern/{types-d9f9bbcc.d.ts → types-92653002.d.ts} +9 -1
- package/custom-picker-button/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/custom-picker-button/shared-4cd3936b.d.ts +1 -29
- package/custom-picker-button/types-1b036d4b.d.ts +13 -0
- package/custom-picker-button/{types-d9f9bbcc.d.ts → types-92653002.d.ts} +9 -1
- package/custom-picker-button/useSkeleton-ebda875c.d.ts +12 -0
- package/date-range-input/Component-63dec22f.d.ts +18 -1
- package/date-range-input/components/date-range-input/Component.js +2 -4
- package/date-range-input/cssm/Component-63dec22f.d.ts +18 -1
- package/date-range-input/cssm/components/date-range-input/Component.js +2 -4
- package/date-range-input/cssm/types-1b036d4b.d.ts +13 -0
- package/date-range-input/cssm/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-range-input/esm/Component-63dec22f.d.ts +18 -1
- package/date-range-input/esm/components/date-range-input/Component.js +2 -4
- package/date-range-input/esm/types-1b036d4b.d.ts +13 -0
- package/date-range-input/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-range-input/modern/Component-63dec22f.d.ts +18 -1
- package/date-range-input/modern/components/date-range-input/Component.js +2 -4
- package/date-range-input/modern/types-1b036d4b.d.ts +13 -0
- package/date-range-input/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-range-input/types-1b036d4b.d.ts +13 -0
- package/date-range-input/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-time-input/Component-63dec22f.d.ts +18 -1
- package/date-time-input/components/date-time-input/Component.js +1 -1
- package/date-time-input/cssm/Component-63dec22f.d.ts +18 -1
- package/date-time-input/cssm/components/date-time-input/Component.js +1 -1
- package/date-time-input/cssm/types-1b036d4b.d.ts +13 -0
- package/date-time-input/cssm/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-time-input/esm/Component-63dec22f.d.ts +18 -1
- package/date-time-input/esm/components/date-time-input/Component.js +1 -1
- package/date-time-input/esm/types-1b036d4b.d.ts +13 -0
- package/date-time-input/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-time-input/modern/Component-63dec22f.d.ts +18 -1
- package/date-time-input/modern/components/date-time-input/Component.js +1 -1
- package/date-time-input/modern/types-1b036d4b.d.ts +13 -0
- package/date-time-input/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/date-time-input/types-1b036d4b.d.ts +13 -0
- package/date-time-input/useSkeleton-1b036d4b.d.ts +40 -0
- package/drawer/cssm/index.module.css +2 -1
- package/drawer/esm/index.css +2 -1
- package/drawer/index.css +2 -1
- package/drawer/modern/index.css +2 -1
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/index.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/index.js +2 -2
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/index.js +2 -2
- package/input-autocomplete/Component-63dec22f.d.ts +18 -1
- package/input-autocomplete/component-50136800.d.ts +1 -1
- package/input-autocomplete/cssm/Component-63dec22f.d.ts +18 -1
- package/input-autocomplete/cssm/component-50136800.d.ts +1 -1
- package/input-autocomplete/cssm/index-f12ee135.d.ts +1 -1
- package/input-autocomplete/cssm/shared-4cd3936b.d.ts +1 -29
- package/input-autocomplete/cssm/types-1b036d4b.d.ts +13 -0
- package/input-autocomplete/cssm/types-92653002.d.ts +267 -0
- package/input-autocomplete/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/input-autocomplete/esm/Component-63dec22f.d.ts +18 -1
- package/input-autocomplete/esm/component-50136800.d.ts +1 -1
- package/input-autocomplete/esm/index-f12ee135.d.ts +1 -1
- package/input-autocomplete/esm/shared-4cd3936b.d.ts +1 -29
- package/input-autocomplete/esm/types-1b036d4b.d.ts +13 -0
- package/input-autocomplete/esm/types-92653002.d.ts +267 -0
- package/input-autocomplete/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/input-autocomplete/index-f12ee135.d.ts +1 -1
- package/input-autocomplete/modern/Component-63dec22f.d.ts +18 -1
- package/input-autocomplete/modern/component-50136800.d.ts +1 -1
- package/input-autocomplete/modern/index-f12ee135.d.ts +1 -1
- package/input-autocomplete/modern/shared-4cd3936b.d.ts +1 -29
- package/input-autocomplete/modern/types-1b036d4b.d.ts +13 -0
- package/input-autocomplete/modern/types-92653002.d.ts +267 -0
- package/input-autocomplete/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/input-autocomplete/shared-4cd3936b.d.ts +1 -29
- package/input-autocomplete/types-1b036d4b.d.ts +13 -0
- package/input-autocomplete/types-92653002.d.ts +267 -0
- package/input-autocomplete/useSkeleton-ebda875c.d.ts +12 -0
- package/intl-phone-input/Component-63dec22f.d.ts +18 -1
- package/intl-phone-input/cssm/Component-63dec22f.d.ts +18 -1
- package/intl-phone-input/cssm/types-1b036d4b.d.ts +13 -0
- package/intl-phone-input/cssm/types-72dda473.d.ts +9 -1
- package/intl-phone-input/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/intl-phone-input/esm/Component-63dec22f.d.ts +18 -1
- package/intl-phone-input/esm/types-1b036d4b.d.ts +13 -0
- package/intl-phone-input/esm/types-72dda473.d.ts +9 -1
- package/intl-phone-input/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/intl-phone-input/modern/Component-63dec22f.d.ts +18 -1
- package/intl-phone-input/modern/types-1b036d4b.d.ts +13 -0
- package/intl-phone-input/modern/types-72dda473.d.ts +9 -1
- package/intl-phone-input/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/intl-phone-input/types-1b036d4b.d.ts +13 -0
- package/intl-phone-input/types-72dda473.d.ts +9 -1
- package/intl-phone-input/useSkeleton-ebda875c.d.ts +12 -0
- package/notification/cssm/index.module.css +3 -3
- package/notification/esm/index.css +3 -3
- package/notification/index.css +3 -3
- package/notification/modern/index.css +3 -3
- package/package.json +288 -1614
- package/pagination/components/tag/index.css +7 -7
- package/pagination/cssm/components/tag/index.module.css +7 -7
- package/pagination/esm/components/tag/index.css +7 -7
- package/pagination/modern/components/tag/index.css +7 -7
- package/phone-input/Component.js +11 -4
- package/phone-input/cssm/Component.js +11 -4
- package/phone-input/cssm/utils/index.d.ts +2 -1
- package/phone-input/cssm/utils/index.js +17 -0
- package/phone-input/esm/Component.js +12 -5
- package/phone-input/esm/utils/index.d.ts +2 -1
- package/phone-input/esm/utils/index.js +17 -1
- package/phone-input/modern/Component.js +13 -5
- package/phone-input/modern/utils/index.d.ts +2 -1
- package/phone-input/modern/utils/index.js +17 -1
- package/phone-input/utils/index.d.ts +2 -1
- package/phone-input/utils/index.js +17 -0
- package/picker-button/Component-63dec22f.d.ts +18 -1
- package/picker-button/cssm/Component-63dec22f.d.ts +18 -1
- package/picker-button/cssm/shared-4cd3936b.d.ts +1 -29
- package/picker-button/cssm/types-1b036d4b.d.ts +13 -0
- package/picker-button/cssm/types-72dda473.d.ts +9 -1
- package/picker-button/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/picker-button/esm/Component-63dec22f.d.ts +18 -1
- package/picker-button/esm/shared-4cd3936b.d.ts +1 -29
- package/picker-button/esm/types-1b036d4b.d.ts +13 -0
- package/picker-button/esm/types-72dda473.d.ts +9 -1
- package/picker-button/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/picker-button/modern/Component-50136800.d.ts +5 -37
- package/picker-button/modern/Component-5e1b8383.d.ts +70 -3
- package/picker-button/modern/Component-63dec22f.d.ts +184 -0
- package/picker-button/modern/Component-ebda875c.d.ts +9 -98
- package/picker-button/modern/Component.desktop.d.ts +1 -1
- package/picker-button/modern/Component.mobile.d.ts +1 -1
- package/picker-button/modern/Component.modal.mobile-5e1b8383.d.ts +60 -0
- package/picker-button/modern/Component.responsive.d.ts +1 -1
- package/picker-button/modern/component-50136800.d.ts +44 -0
- package/picker-button/modern/createPaddingStyle-72dda473.d.ts +5 -0
- package/picker-button/modern/hook-9ea9e32c.d.ts +4 -4
- package/picker-button/modern/index-50136800.d.ts +2 -5
- package/picker-button/modern/index-bdb4c6b9.d.ts +2 -180
- package/picker-button/modern/index-c44170fe.d.ts +141 -3
- package/picker-button/modern/index-ebda875c.d.ts +62 -13
- package/picker-button/modern/index-f12ee135.d.ts +3 -307
- package/picker-button/modern/shared-4cd3936b.d.ts +59 -1
- package/picker-button/modern/types-1b036d4b.d.ts +13 -0
- package/picker-button/modern/types-72dda473.d.ts +267 -0
- package/picker-button/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/picker-button/modern/utils-1574ad8b.d.ts +29 -0
- package/picker-button/modern/utils-49cc3c24.d.ts +8 -0
- package/picker-button/shared-4cd3936b.d.ts +1 -29
- package/picker-button/types-1b036d4b.d.ts +13 -0
- package/picker-button/types-72dda473.d.ts +9 -1
- package/picker-button/useSkeleton-ebda875c.d.ts +12 -0
- package/popup-sheet/cssm/types-1b036d4b.d.ts +13 -0
- package/popup-sheet/cssm/useSkeleton-1b036d4b.d.ts +40 -0
- package/popup-sheet/esm/types-1b036d4b.d.ts +13 -0
- package/popup-sheet/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/popup-sheet/modern/types-1b036d4b.d.ts +13 -0
- package/popup-sheet/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/popup-sheet/types-1b036d4b.d.ts +13 -0
- package/popup-sheet/useSkeleton-1b036d4b.d.ts +40 -0
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/radio-group/components/base-radio-group/index.css +0 -6
- package/radio-group/cssm/components/base-radio-group/index.module.css +0 -6
- package/radio-group/cssm/desktop.module.css +7 -1
- package/radio-group/cssm/mobile.module.css +7 -1
- package/radio-group/desktop.css +7 -1
- package/radio-group/esm/components/base-radio-group/index.css +0 -6
- package/radio-group/esm/desktop.css +7 -1
- package/radio-group/esm/mobile.css +7 -1
- package/radio-group/mobile.css +7 -1
- package/radio-group/modern/components/base-radio-group/index.css +0 -6
- package/radio-group/modern/desktop.css +7 -1
- package/radio-group/modern/mobile.css +7 -1
- package/select/Component.mobile-f1f15074.d.ts +29 -12
- package/select/Component.mobile.js +1 -1
- package/select/Component.modal.mobile.js +1 -1
- package/select/Component.responsive.js +1 -1
- package/select/cssm/Component.mobile-f1f15074.d.ts +18 -1
- package/select/cssm/types-1b036d4b.d.ts +13 -0
- package/select/cssm/useSkeleton-1b036d4b.d.ts +12 -0
- package/select/esm/Component.mobile-f1f15074.d.ts +18 -1
- package/select/esm/Component.mobile.js +1 -1
- package/select/esm/Component.modal.mobile.js +1 -1
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/index.js +1 -1
- package/select/esm/mobile.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared.js +1 -1
- package/select/esm/types-1b036d4b.d.ts +13 -0
- package/select/esm/useSkeleton-1b036d4b.d.ts +12 -0
- package/select/index.js +1 -1
- package/select/mobile.js +1 -1
- package/select/modern/Component.mobile-f1f15074.d.ts +18 -1
- package/select/modern/Component.mobile.js +1 -1
- package/select/modern/Component.modal.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/index.js +1 -1
- package/select/modern/mobile.js +1 -1
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared.js +1 -1
- package/select/modern/types-1b036d4b.d.ts +13 -0
- package/select/modern/useSkeleton-1b036d4b.d.ts +12 -0
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared.js +1 -1
- package/select/types-1b036d4b.d.ts +13 -0
- package/select/useSkeleton-1b036d4b.d.ts +12 -0
- package/select-with-tags/Component-63dec22f.d.ts +18 -1
- package/select-with-tags/cssm/Component-63dec22f.d.ts +18 -1
- package/select-with-tags/cssm/shared-4cd3936b.d.ts +1 -28
- package/select-with-tags/cssm/types-1b036d4b.d.ts +13 -0
- package/select-with-tags/cssm/types-72dda473.d.ts +9 -1
- package/select-with-tags/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/select-with-tags/esm/Component-63dec22f.d.ts +18 -1
- package/select-with-tags/esm/shared-4cd3936b.d.ts +1 -28
- package/select-with-tags/esm/types-1b036d4b.d.ts +13 -0
- package/select-with-tags/esm/types-72dda473.d.ts +9 -1
- package/select-with-tags/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/select-with-tags/modern/Component-63dec22f.d.ts +18 -1
- package/select-with-tags/modern/shared-4cd3936b.d.ts +1 -28
- package/select-with-tags/modern/types-1b036d4b.d.ts +13 -0
- package/select-with-tags/modern/types-72dda473.d.ts +9 -1
- package/select-with-tags/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/select-with-tags/shared-4cd3936b.d.ts +1 -28
- package/select-with-tags/types-1b036d4b.d.ts +13 -0
- package/select-with-tags/types-72dda473.d.ts +9 -1
- package/select-with-tags/useSkeleton-ebda875c.d.ts +12 -0
- package/side-panel/cssm/desktop.module.css +1 -1
- package/side-panel/cssm/mobile.module.css +3 -2
- package/side-panel/desktop.css +1 -1
- package/side-panel/esm/desktop.css +1 -1
- package/side-panel/esm/mobile.css +3 -2
- package/side-panel/mobile.css +3 -2
- package/side-panel/modern/desktop.css +1 -1
- package/side-panel/modern/mobile.css +3 -2
- package/table/Component-63dec22f.d.ts +18 -1
- package/table/cssm/Component-63dec22f.d.ts +18 -1
- package/table/cssm/types-1b036d4b.d.ts +13 -0
- package/table/cssm/types-72dda473.d.ts +9 -1
- package/table/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/table/esm/Component-63dec22f.d.ts +18 -1
- package/table/esm/types-1b036d4b.d.ts +13 -0
- package/table/esm/types-72dda473.d.ts +9 -1
- package/table/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/table/modern/Component-63dec22f.d.ts +18 -1
- package/table/modern/types-1b036d4b.d.ts +13 -0
- package/table/modern/types-72dda473.d.ts +9 -1
- package/table/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/table/types-1b036d4b.d.ts +13 -0
- package/table/types-72dda473.d.ts +9 -1
- package/table/useSkeleton-ebda875c.d.ts +12 -0
- package/tabs/Component-63dec22f.d.ts +18 -1
- package/tabs/cssm/Component-63dec22f.d.ts +18 -1
- package/tabs/cssm/index-f12ee135.d.ts +9 -1
- package/tabs/cssm/shared-4cd3936b.d.ts +1 -28
- package/tabs/cssm/types-1b036d4b.d.ts +13 -0
- package/tabs/cssm/useSkeleton-ebda875c.d.ts +12 -0
- package/tabs/esm/Component-63dec22f.d.ts +18 -1
- package/tabs/esm/index-f12ee135.d.ts +9 -1
- package/tabs/esm/shared-4cd3936b.d.ts +1 -28
- package/tabs/esm/types-1b036d4b.d.ts +13 -0
- package/tabs/esm/useSkeleton-ebda875c.d.ts +12 -0
- package/tabs/index-ebda875c.d.ts +86 -21
- package/tabs/index-f12ee135.d.ts +9 -1
- package/tabs/modern/Component-63dec22f.d.ts +18 -1
- package/tabs/modern/index-f12ee135.d.ts +9 -1
- package/tabs/modern/shared-4cd3936b.d.ts +1 -28
- package/tabs/modern/types-1b036d4b.d.ts +13 -0
- package/tabs/modern/useSkeleton-ebda875c.d.ts +12 -0
- package/tabs/shared-4cd3936b.d.ts +1 -28
- package/tabs/types-1b036d4b.d.ts +13 -0
- package/tabs/useSkeleton-ebda875c.d.ts +12 -0
- package/themes/compiled/mobile-dark-bluetint.css +35 -79
- package/themes/dist/compiled/mobile-dark-bluetint.css +399 -394
- package/time-input/utils/format.js +6 -10
- package/typography/component.js +6 -2
- package/typography/cssm/component.js +5 -0
- package/typography/cssm/hooks/index.d.ts +1 -0
- package/typography/cssm/hooks/index.js +12 -0
- package/typography/cssm/hooks/use-skeleton.module.css +19 -0
- package/typography/cssm/hooks/useSkeleton.d.ts +12 -0
- package/typography/cssm/hooks/useSkeleton.js +57 -0
- package/typography/cssm/index.js +5 -0
- package/typography/cssm/text/component.d.ts +9 -1
- package/typography/cssm/text/component.js +23 -7
- package/typography/cssm/text/index.js +5 -0
- package/typography/cssm/title/component.d.ts +19 -2
- package/typography/cssm/title/component.js +16 -2
- package/typography/cssm/title/index.js +5 -0
- package/typography/cssm/title-mobile/component.js +5 -0
- package/typography/cssm/title-mobile/index.js +5 -0
- package/typography/cssm/title-responsive/component.js +5 -0
- package/typography/cssm/title-responsive/index.js +5 -0
- package/typography/cssm/types.d.ts +12 -1
- package/typography/esm/component.js +6 -2
- package/typography/esm/hooks/index.d.ts +1 -0
- package/typography/esm/hooks/index.js +5 -0
- package/typography/esm/hooks/use-skeleton.css +20 -0
- package/typography/esm/hooks/useSkeleton.d.ts +12 -0
- package/typography/esm/hooks/useSkeleton.js +52 -0
- package/typography/esm/index.js +6 -2
- package/typography/esm/text/component.d.ts +9 -1
- package/typography/esm/text/component.js +22 -8
- package/typography/esm/text/index.js +5 -1
- package/typography/esm/title/component.d.ts +19 -2
- package/typography/esm/title/component.js +15 -3
- package/typography/esm/title/index.js +6 -2
- package/typography/esm/title-mobile/component.js +6 -2
- package/typography/esm/title-mobile/index.js +6 -2
- package/typography/esm/title-responsive/component.js +6 -2
- package/typography/esm/title-responsive/index.js +6 -2
- package/typography/esm/types.d.ts +12 -1
- package/typography/hooks/index.d.ts +1 -0
- package/typography/hooks/index.js +11 -0
- package/typography/hooks/use-skeleton.css +20 -0
- package/typography/hooks/useSkeleton.d.ts +12 -0
- package/typography/hooks/useSkeleton.js +58 -0
- package/typography/index.js +6 -2
- package/typography/modern/component.js +6 -2
- package/typography/modern/hooks/index.d.ts +1 -0
- package/typography/modern/hooks/index.js +4 -0
- package/typography/modern/hooks/use-skeleton.css +20 -0
- package/typography/modern/hooks/useSkeleton.d.ts +12 -0
- package/typography/modern/hooks/useSkeleton.js +51 -0
- package/typography/modern/index.js +6 -2
- package/typography/modern/text/component.d.ts +9 -1
- package/typography/modern/text/component.js +23 -7
- package/typography/modern/text/index.js +5 -1
- package/typography/modern/title/component.d.ts +19 -2
- package/typography/modern/title/component.js +16 -2
- package/typography/modern/title/index.js +6 -2
- package/typography/modern/title-mobile/component.js +6 -2
- package/typography/modern/title-mobile/index.js +6 -2
- package/typography/modern/title-responsive/component.js +6 -2
- package/typography/modern/title-responsive/index.js +6 -2
- package/typography/modern/types.d.ts +12 -1
- package/typography/text/component.d.ts +9 -1
- package/typography/text/component.js +23 -8
- package/typography/text/index.js +5 -1
- package/typography/title/component.d.ts +19 -2
- package/typography/title/component.js +16 -3
- package/typography/title/index.js +6 -2
- package/typography/title-mobile/component.js +6 -2
- package/typography/title-mobile/index.js +6 -2
- package/typography/title-responsive/component.js +6 -2
- package/typography/title-responsive/index.js +6 -2
- package/typography/types.d.ts +12 -1
- package/input-autocomplete/cssm/types-d9f9bbcc.d.ts +0 -259
- package/input-autocomplete/esm/types-d9f9bbcc.d.ts +0 -259
- package/input-autocomplete/modern/types-d9f9bbcc.d.ts +0 -259
- package/input-autocomplete/types-d9f9bbcc.d.ts +0 -259
- package/picker-button/modern/Component-72dda473.d.ts +0 -53
- package/picker-button/modern/Component-aed0af6e.d.ts +0 -11
- package/picker-button/modern/Component-f12ee135.d.ts +0 -72
- package/picker-button/modern/Component.mobile-96988a65.d.ts +0 -6
- package/picker-button/modern/hook-ebda875c.d.ts +0 -48
- /package/confirmation/{countdown-section-a115a90d.d.ts → countdown-section-3c6c4c16.d.ts} +0 -0
- /package/confirmation/{countdown-section-a115a90d.js → countdown-section-3c6c4c16.js} +0 -0
- /package/confirmation/esm/{countdown-section-e5c5ba2a.d.ts → countdown-section-01e6f37a.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-e5c5ba2a.js → countdown-section-01e6f37a.js} +0 -0
- /package/confirmation/modern/{countdown-section-9981b2e8.d.ts → countdown-section-3f2be91e.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-9981b2e8.js → countdown-section-3f2be91e.js} +0 -0
- /package/gallery/{buttons-aec907b7.d.ts → buttons-e800285c.d.ts} +0 -0
- /package/gallery/{buttons-aec907b7.js → buttons-e800285c.js} +0 -0
- /package/gallery/esm/{buttons-7f6bd2e9.d.ts → buttons-5d6a28e1.d.ts} +0 -0
- /package/gallery/esm/{buttons-7f6bd2e9.js → buttons-5d6a28e1.js} +0 -0
- /package/gallery/esm/{slide-db3a4459.d.ts → slide-fe29c2f9.d.ts} +0 -0
- /package/gallery/esm/{slide-db3a4459.js → slide-fe29c2f9.js} +0 -0
- /package/gallery/modern/{buttons-fbc47df5.d.ts → buttons-efb0ad94.d.ts} +0 -0
- /package/gallery/modern/{buttons-fbc47df5.js → buttons-efb0ad94.js} +0 -0
- /package/gallery/modern/{slide-aa26f0c4.d.ts → slide-c5c99c8e.d.ts} +0 -0
- /package/gallery/modern/{slide-aa26f0c4.js → slide-c5c99c8e.js} +0 -0
- /package/gallery/{slide-cd795ee3.d.ts → slide-456e699d.d.ts} +0 -0
- /package/gallery/{slide-cd795ee3.js → slide-456e699d.js} +0 -0
- /package/picker-button/modern/{Component.responsive-d7e9f69d.d.ts → Component.responsive-3109f463.d.ts} +0 -0
- /package/pure-cell/{component-c9226b28.d.ts → component-ecba1273.d.ts} +0 -0
- /package/pure-cell/{component-c9226b28.js → component-ecba1273.js} +0 -0
- /package/pure-cell/esm/{component-dcdb60ca.d.ts → component-6cb924a1.d.ts} +0 -0
- /package/pure-cell/esm/{component-dcdb60ca.js → component-6cb924a1.js} +0 -0
- /package/pure-cell/modern/{component-68b276dc.d.ts → component-43202b7d.d.ts} +0 -0
- /package/pure-cell/modern/{component-68b276dc.js → component-43202b7d.js} +0 -0
- /package/select/esm/{hook-3c18aa89.d.ts → hook-d40b4e10.d.ts} +0 -0
- /package/select/esm/{hook-3c18aa89.js → hook-d40b4e10.js} +0 -0
- /package/select/{hook-d0725060.d.ts → hook-43a35a80.d.ts} +0 -0
- /package/select/{hook-d0725060.js → hook-43a35a80.js} +0 -0
- /package/select/modern/{hook-0d1c88d2.d.ts → hook-d771f2ed.d.ts} +0 -0
- /package/select/modern/{hook-0d1c88d2.js → hook-d771f2ed.js} +0 -0
- /package/typography/{colors.module-47b3b3d8.js → colors.module-69def6bf.js} +0 -0
- /package/typography/{common.module-940fdfee.js → common.module-59cc11ca.js} +0 -0
- /package/typography/esm/{colors.module-137b844d.js → colors.module-64858915.js} +0 -0
- /package/typography/esm/{common.module-7393f125.js → common.module-a0a4a875.js} +0 -0
- /package/typography/modern/{colors.module-554ec60a.js → colors.module-58e8caae.js} +0 -0
- /package/typography/modern/{common.module-42946f41.js → common.module-3d6095da.js} +0 -0
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from "react";
|
|
3
|
-
import { ReactNode } from "react";
|
|
4
3
|
import { BaseSelectProps, OptionProps, OptionShape } from "./typings-5e1b8383";
|
|
5
4
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
6
5
|
type useSelectWithLoadingProps = {
|
|
@@ -57,36 +56,9 @@ declare function useLazyLoading({ limit, initialOffset, optionsFetcher, skeleton
|
|
|
57
56
|
};
|
|
58
57
|
reset: () => void;
|
|
59
58
|
};
|
|
60
|
-
type SkeletonProps = {
|
|
61
|
-
/**
|
|
62
|
-
* Флаг, явно задающий состояние, при котором контент закрывается прелоадером
|
|
63
|
-
*/
|
|
64
|
-
visible?: boolean;
|
|
65
|
-
/**
|
|
66
|
-
* Флаг явного включения анимации скелета
|
|
67
|
-
*/
|
|
68
|
-
animate?: boolean;
|
|
69
|
-
/**
|
|
70
|
-
* Дополнительный класс
|
|
71
|
-
*/
|
|
72
|
-
className?: string;
|
|
73
|
-
/**
|
|
74
|
-
* Дополнительные инлайн стили
|
|
75
|
-
*/
|
|
76
|
-
style?: React.CSSProperties;
|
|
77
|
-
/**
|
|
78
|
-
* Идентификатор для систем автоматизированного тестирования
|
|
79
|
-
*/
|
|
80
|
-
dataTestId?: string;
|
|
81
|
-
/**
|
|
82
|
-
* Дочерние элементы.
|
|
83
|
-
*/
|
|
84
|
-
children?: ReactNode;
|
|
85
|
-
};
|
|
86
|
-
declare const Skeleton: React.FC<SkeletonProps>;
|
|
87
59
|
export * from "./index-ebda875c";
|
|
88
60
|
export * from "./Component-5e1b8383";
|
|
89
|
-
export { useSelectWithLoading, useLazyLoading
|
|
61
|
+
export { useSelectWithLoading, useLazyLoading };
|
|
90
62
|
export * from "./hook-9ea9e32c";
|
|
91
63
|
export * from "./typings-5e1b8383";
|
|
92
64
|
export * from "./utils-5e1b8383";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
type TextElementType = HTMLParagraphElement | HTMLSpanElement | HTMLDivElement;
|
|
2
|
+
type WidthUnit = number | string;
|
|
3
|
+
type TextSkeletonProps = {
|
|
4
|
+
/**
|
|
5
|
+
* Кол-во строк текста
|
|
6
|
+
*/
|
|
7
|
+
rows?: number;
|
|
8
|
+
/**
|
|
9
|
+
* Ширина строки
|
|
10
|
+
*/
|
|
11
|
+
width?: WidthUnit | WidthUnit[];
|
|
12
|
+
};
|
|
13
|
+
export { TextElementType, TextSkeletonProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react-transition-group" />
|
|
2
|
-
import { HTMLAttributes, ReactNode, RefObject } from 'react';
|
|
2
|
+
import { HTMLAttributes, ReactElement, ReactNode, RefObject } from 'react';
|
|
3
3
|
import { TransitionProps } from 'react-transition-group/Transition';
|
|
4
4
|
import { BaseModalProps } from "./index-bdb4c6b9";
|
|
5
5
|
import { NavigationBarProps } from "./index-c76d6398";
|
|
@@ -88,6 +88,14 @@ type BottomSheetProps = {
|
|
|
88
88
|
* Дополнительный класс для обертки модального окна
|
|
89
89
|
*/
|
|
90
90
|
modalWrapperClassName?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Дополнительный класс для маркера
|
|
93
|
+
*/
|
|
94
|
+
swipeableMarkerClassName?: string;
|
|
95
|
+
/**
|
|
96
|
+
* Кастомный маркер
|
|
97
|
+
*/
|
|
98
|
+
swipeableMarker?: ReactElement;
|
|
91
99
|
/**
|
|
92
100
|
* TransitionProps, прокидываются в компонент CSSTransitionProps.
|
|
93
101
|
*/
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { TextSkeletonProps } from "./types-1b036d4b";
|
|
4
|
+
type SkeletonProps = {
|
|
5
|
+
wrapperClassName?: string;
|
|
6
|
+
dataTestId?: string;
|
|
7
|
+
};
|
|
8
|
+
declare function useSkeleton(showSkeleton?: boolean, skeletonProps?: TextSkeletonProps): {
|
|
9
|
+
renderSkeleton: (props: SkeletonProps) => React.JSX.Element | null;
|
|
10
|
+
textRef: React.RefObject<HTMLElement>;
|
|
11
|
+
};
|
|
12
|
+
export { useSkeleton };
|
|
@@ -1,38 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React from
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
* Управление видимостью компонента
|
|
8
|
-
*/
|
|
9
|
-
visible?: boolean;
|
|
10
|
-
/**
|
|
11
|
-
* Размер компонента
|
|
12
|
-
*/
|
|
13
|
-
size?: "xs" | "s" | "m";
|
|
14
|
-
/**
|
|
15
|
-
* Дополнительный класс
|
|
16
|
-
*/
|
|
17
|
-
className?: string;
|
|
18
|
-
/**
|
|
19
|
-
* Идентификатор компонента в DOM
|
|
20
|
-
*/
|
|
21
|
-
id?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Идентификатор для систем автоматизированного тестирования
|
|
24
|
-
*/
|
|
25
|
-
dataTestId?: string;
|
|
26
|
-
/**
|
|
27
|
-
* Палитра, в контексте которой используется спиннер
|
|
28
|
-
*/
|
|
29
|
-
colors?: "default" | "inverted";
|
|
30
|
-
};
|
|
31
|
-
declare const Spinner: FC<SpinnerProps>;
|
|
32
|
-
/**
|
|
33
|
-
* Минимальное время отображения лоадера - 500мс,
|
|
34
|
-
* чтобы при быстрых ответах от сервера кнопка не «моргала».
|
|
35
|
-
*/
|
|
36
|
-
declare const LOADER_MIN_DISPLAY_INTERVAL = 500;
|
|
37
|
-
declare const BaseButton: React.ForwardRefExoticComponent<BaseButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
38
|
-
export { SpinnerProps, Spinner, LOADER_MIN_DISPLAY_INTERVAL, BaseButton };
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { NavigationBarProps } from "./types-83e2bd9e";
|
|
4
|
+
declare const NavigationBar: React.ForwardRefExoticComponent<NavigationBarProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export * from "./Component-63dec22f";
|
|
6
|
+
export { NavigationBar };
|
|
@@ -1,5 +1,72 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
import { ReactNode } from "react";
|
|
4
|
+
import { BottomSheetProps } from "./index-f12ee135";
|
|
5
|
+
import { BaseSelectProps } from "./typings-5e1b8383";
|
|
6
|
+
type SelectMobileProps = Omit<BaseSelectProps, 'Checkmark' | 'onScroll'> & {
|
|
7
|
+
/**
|
|
8
|
+
* Футер
|
|
9
|
+
* @deprecated Используйте bottomSheetProps.actionButton
|
|
10
|
+
*/
|
|
11
|
+
footer?: ReactNode;
|
|
12
|
+
/**
|
|
13
|
+
* Будет ли свайпаться шторка
|
|
14
|
+
* @deprecated Используйте bottomSheetProps.swipeable
|
|
15
|
+
*/
|
|
16
|
+
swipeable?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Отображать в BottomSheet
|
|
19
|
+
*/
|
|
20
|
+
isBottomSheet?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Дополнительные пропсы шторки
|
|
23
|
+
*/
|
|
24
|
+
bottomSheetProps?: Partial<BottomSheetProps>;
|
|
25
|
+
/**
|
|
26
|
+
* Дополнительные пропсы модалки
|
|
27
|
+
*/
|
|
28
|
+
modalProps?: Partial<React.ComponentProps<typeof ModalMobile>>;
|
|
29
|
+
/**
|
|
30
|
+
* Дополнительные пропсы шапки модалки
|
|
31
|
+
*/
|
|
32
|
+
modalHeaderProps?: Partial<React.ComponentProps<typeof ModalMobile.Header>>;
|
|
33
|
+
/**
|
|
34
|
+
* Дополнительные пропсы футера модалки
|
|
35
|
+
*/
|
|
36
|
+
modalFooterProps?: Partial<React.ComponentProps<typeof ModalMobile.Footer>>;
|
|
37
|
+
};
|
|
38
|
+
declare const BaseSelectMobile: React.ForwardRefExoticComponent<Omit<BaseSelectProps, "onScroll" | "Checkmark"> & {
|
|
39
|
+
/**
|
|
40
|
+
* Футер
|
|
41
|
+
* @deprecated Используйте bottomSheetProps.actionButton
|
|
42
|
+
*/
|
|
43
|
+
footer?: ReactNode;
|
|
44
|
+
/**
|
|
45
|
+
* Будет ли свайпаться шторка
|
|
46
|
+
* @deprecated Используйте bottomSheetProps.swipeable
|
|
47
|
+
*/
|
|
48
|
+
swipeable?: boolean | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* Отображать в BottomSheet
|
|
51
|
+
*/
|
|
52
|
+
isBottomSheet?: boolean | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* Дополнительные пропсы шторки
|
|
55
|
+
*/
|
|
56
|
+
bottomSheetProps?: Partial<BottomSheetProps> | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* Дополнительные пропсы модалки
|
|
59
|
+
*/
|
|
60
|
+
modalProps?: Partial<ModalMobileProps & React.RefAttributes<HTMLDivElement>> | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* Дополнительные пропсы шапки модалки
|
|
63
|
+
*/
|
|
64
|
+
modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* Дополнительные пропсы футера модалки
|
|
67
|
+
*/
|
|
68
|
+
modalFooterProps?: Partial<import("./Component.mobile-f1f15074").FooterProps> | undefined;
|
|
69
|
+
} & React.RefAttributes<unknown>>;
|
|
70
|
+
export * from "./Component.mobile-f1f15074";
|
|
71
|
+
export { ModalMobileProps } from "./typings-bdb4c6b9";
|
|
72
|
+
export { SelectMobileProps, BaseSelectMobile };
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { FC, ForwardRefExoticComponent, RefAttributes, HTMLAttributes } from "react";
|
|
4
|
+
import { TextElementType, TextSkeletonProps } from "./types-1b036d4b";
|
|
5
|
+
declare const colors: readonly [
|
|
6
|
+
"tertiary",
|
|
7
|
+
"disabled",
|
|
8
|
+
"accent",
|
|
9
|
+
"primary",
|
|
10
|
+
"attention",
|
|
11
|
+
"positive",
|
|
12
|
+
"secondary",
|
|
13
|
+
"tertiary-inverted",
|
|
14
|
+
"primary-inverted",
|
|
15
|
+
"secondary-inverted",
|
|
16
|
+
"link",
|
|
17
|
+
"negative",
|
|
18
|
+
"static-primary-light",
|
|
19
|
+
"static-secondary-light",
|
|
20
|
+
"static-tertiary-light",
|
|
21
|
+
"static-primary-dark",
|
|
22
|
+
"static-secondary-dark",
|
|
23
|
+
"static-tertiary-dark",
|
|
24
|
+
"static-accent"
|
|
25
|
+
];
|
|
26
|
+
type Color = (typeof colors)[number];
|
|
27
|
+
type NativeProps = HTMLAttributes<HTMLSpanElement>;
|
|
28
|
+
type TextBaseProps = {
|
|
29
|
+
/**
|
|
30
|
+
* [Вариант начертания](https://core-ds.github.io/core-components/master/?path=/docs/tokens-assets-типографика--docs)
|
|
31
|
+
*/
|
|
32
|
+
view?: "primary-large" | "primary-medium" | "primary-small" | "secondary-large" | "secondary-medium" | "secondary-small" | "component" | "caps";
|
|
33
|
+
/**
|
|
34
|
+
* Цвет текста
|
|
35
|
+
*/
|
|
36
|
+
color?: Color;
|
|
37
|
+
/**
|
|
38
|
+
* Толщина шрифта
|
|
39
|
+
*/
|
|
40
|
+
weight?: "regular" | "medium" | "bold";
|
|
41
|
+
/**
|
|
42
|
+
* Делает цифры моноширинными
|
|
43
|
+
*/
|
|
44
|
+
monospaceNumbers?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* HTML тег
|
|
47
|
+
*/
|
|
48
|
+
tag?: "span" | "div";
|
|
49
|
+
/**
|
|
50
|
+
* Css-класс для стилизации (native prop)
|
|
51
|
+
*/
|
|
52
|
+
className?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Id компонента для тестов
|
|
55
|
+
*/
|
|
56
|
+
dataTestId?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Контент (native prop)
|
|
59
|
+
*/
|
|
60
|
+
children?: React.ReactNode;
|
|
61
|
+
/**
|
|
62
|
+
* Добавляет отступы к тэгу 'p'
|
|
63
|
+
*/
|
|
64
|
+
defaultMargins?: never;
|
|
65
|
+
/**
|
|
66
|
+
* Количество строк (не поддерживает IE)
|
|
67
|
+
*/
|
|
68
|
+
rowLimit?: 1 | 2 | 3;
|
|
69
|
+
/**
|
|
70
|
+
* Показать скелетон
|
|
71
|
+
*/
|
|
72
|
+
showSkeleton?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Пропы для скелетона
|
|
75
|
+
*/
|
|
76
|
+
skeletonProps?: TextSkeletonProps;
|
|
77
|
+
};
|
|
78
|
+
type TextPTagProps = Omit<TextBaseProps, "tag" | "defaultMargins"> & {
|
|
79
|
+
tag?: "p";
|
|
80
|
+
defaultMargins?: boolean;
|
|
81
|
+
};
|
|
82
|
+
type TextProps = Omit<NativeProps, "color"> & (TextBaseProps | TextPTagProps);
|
|
83
|
+
type NativeProps$0 = HTMLAttributes<HTMLHeadingElement>;
|
|
84
|
+
type TitleProps = Omit<NativeProps$0, "color"> & {
|
|
85
|
+
/**
|
|
86
|
+
* HTML тег
|
|
87
|
+
*/
|
|
88
|
+
tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div";
|
|
89
|
+
/**
|
|
90
|
+
* [Вариант начертания](https://core-ds.github.io/core-components/master/?path=/docs/guidelines-typography--page)
|
|
91
|
+
*/
|
|
92
|
+
view?: "xlarge" | "large" | "medium" | "small" | "xsmall";
|
|
93
|
+
/**
|
|
94
|
+
* Цвет текста
|
|
95
|
+
*/
|
|
96
|
+
color?: Color;
|
|
97
|
+
/**
|
|
98
|
+
* Толщина шрифта
|
|
99
|
+
*/
|
|
100
|
+
weight?: "regular" | "medium" | "bold";
|
|
101
|
+
/**
|
|
102
|
+
* Шрифт текста
|
|
103
|
+
*/
|
|
104
|
+
font?: "styrene" | "system";
|
|
105
|
+
/**
|
|
106
|
+
* Добавляет отступы
|
|
107
|
+
*/
|
|
108
|
+
defaultMargins?: boolean;
|
|
109
|
+
/**
|
|
110
|
+
* Css-класс для стилизации (native prop)
|
|
111
|
+
*/
|
|
112
|
+
className?: string;
|
|
113
|
+
/**
|
|
114
|
+
* Id компонента для тестов
|
|
115
|
+
*/
|
|
116
|
+
dataTestId?: string;
|
|
117
|
+
/**
|
|
118
|
+
* Контент (native prop)
|
|
119
|
+
*/
|
|
120
|
+
children?: React.ReactNode;
|
|
121
|
+
/**
|
|
122
|
+
* Количество строк (не поддерживает IE)
|
|
123
|
+
*/
|
|
124
|
+
rowLimit?: 1 | 2 | 3;
|
|
125
|
+
/**
|
|
126
|
+
* Показать скелетон
|
|
127
|
+
*/
|
|
128
|
+
showSkeleton?: boolean;
|
|
129
|
+
/**
|
|
130
|
+
* Пропы для скелетона
|
|
131
|
+
*/
|
|
132
|
+
skeletonProps?: TextSkeletonProps;
|
|
133
|
+
};
|
|
134
|
+
type TitleMobileProps = Omit<TitleProps, "defaultMargins">;
|
|
135
|
+
declare const Typography: {
|
|
136
|
+
Title: FC<TitleProps>;
|
|
137
|
+
Text: ForwardRefExoticComponent<TextProps & RefAttributes<TextElementType>>;
|
|
138
|
+
TitleResponsive: FC<TitleProps>;
|
|
139
|
+
TitleMobile: FC<TitleMobileProps>;
|
|
140
|
+
};
|
|
141
|
+
declare const typographyPresets: {
|
|
142
|
+
mobile: {
|
|
143
|
+
list: {
|
|
144
|
+
text: {
|
|
145
|
+
primary: {
|
|
146
|
+
tag: string;
|
|
147
|
+
view: string;
|
|
148
|
+
};
|
|
149
|
+
secondary: {
|
|
150
|
+
tag: string;
|
|
151
|
+
color: string;
|
|
152
|
+
view: string;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
declare const TitleResponsive: FC<TitleProps>;
|
|
159
|
+
interface BackArrowAddonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
160
|
+
/**
|
|
161
|
+
* Текст после иконки
|
|
162
|
+
*/
|
|
163
|
+
text?: string;
|
|
164
|
+
/**
|
|
165
|
+
* Дополнительный класс
|
|
166
|
+
*/
|
|
167
|
+
className?: string;
|
|
168
|
+
/**
|
|
169
|
+
* Вид компонента
|
|
170
|
+
*/
|
|
171
|
+
view: 'mobile' | 'desktop';
|
|
172
|
+
/**
|
|
173
|
+
* Прозрачность текста
|
|
174
|
+
*/
|
|
175
|
+
textOpacity?: number;
|
|
176
|
+
/**
|
|
177
|
+
* Обработчик клика
|
|
178
|
+
*/
|
|
179
|
+
onClick?: () => void;
|
|
180
|
+
}
|
|
181
|
+
declare const BackArrowAddon: React.FC<BackArrowAddonProps>;
|
|
182
|
+
export { Typography, typographyPresets, TitleResponsive, BackArrowAddonProps, BackArrowAddon };
|
|
183
|
+
export type { TitleProps, TextProps, Color };
|
|
184
|
+
export * from "./useSkeleton-ebda875c";
|
|
@@ -1,101 +1,12 @@
|
|
|
1
|
-
/// <reference types="react-transition-group" />
|
|
2
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react-transition-group" />
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Управление состоянием поповера (открыт/закрыт)
|
|
12
|
-
*/
|
|
13
|
-
open: boolean;
|
|
14
|
-
/**
|
|
15
|
-
* Элемент, относительного которого появляется поповер
|
|
16
|
-
*/
|
|
17
|
-
anchorElement: RefElement;
|
|
18
|
-
/**
|
|
19
|
-
* Использовать ширину родительского элемента
|
|
20
|
-
*/
|
|
21
|
-
useAnchorWidth?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Позиционирование поповера
|
|
24
|
-
*/
|
|
25
|
-
position?: Position;
|
|
26
|
-
/**
|
|
27
|
-
* Запрещает поповеру менять свою позицию.
|
|
28
|
-
* Например, если места снизу недостаточно,то он все равно будет показан снизу
|
|
29
|
-
*/
|
|
30
|
-
preventFlip?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Запрещает поповеру менять свою позицию, если он не влезает в видимую область.
|
|
33
|
-
*/
|
|
34
|
-
preventOverflow?: boolean;
|
|
35
|
-
/**
|
|
36
|
-
* Позволяет поповеру подствраивать свою высоту под границы экрана, если из-за величины контента он выходит за рамки видимой области экрана
|
|
37
|
-
*/
|
|
38
|
-
availableHeight?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Если `true`, будет отрисована стрелочка
|
|
41
|
-
*/
|
|
42
|
-
withArrow?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Смещение поповера.
|
|
45
|
-
* Если позиционирование top, bottom, то [x, y].
|
|
46
|
-
* Если позиционирование left, right то [y, x].
|
|
47
|
-
*/
|
|
48
|
-
offset?: [number, number];
|
|
49
|
-
/**
|
|
50
|
-
* Дополнительный класс для поповера
|
|
51
|
-
*/
|
|
52
|
-
popperClassName?: string;
|
|
53
|
-
/**
|
|
54
|
-
* Дополнительный класс для стрелочки
|
|
55
|
-
*/
|
|
56
|
-
arrowClassName?: string;
|
|
57
|
-
/**
|
|
58
|
-
* Функция, возвращающая контейнер, в который будет рендериться поповер
|
|
59
|
-
*/
|
|
60
|
-
getPortalContainer?: () => HTMLElement;
|
|
61
|
-
/**
|
|
62
|
-
* CSSTransitionProps, прокидываются в компонент CSSTransitionProps.
|
|
63
|
-
*/
|
|
64
|
-
transition?: CSSTransitionProps;
|
|
65
|
-
/**
|
|
66
|
-
* Выставляет кастомное свойство transition-duration
|
|
67
|
-
*/
|
|
68
|
-
transitionDuration?: CSSProperties['transitionDuration'];
|
|
69
|
-
/**
|
|
70
|
-
* Рендерит компонент, обернутый в Transition
|
|
71
|
-
*/
|
|
72
|
-
withTransition?: boolean;
|
|
73
|
-
/**
|
|
74
|
-
* Идентификатор для систем автоматизированного тестирования
|
|
75
|
-
*/
|
|
76
|
-
dataTestId?: string;
|
|
77
|
-
/**
|
|
78
|
-
* Хранит функцию, с помощью которой можно обновить положение компонента
|
|
79
|
-
*/
|
|
80
|
-
update?: MutableRefObject<() => void>;
|
|
81
|
-
/**
|
|
82
|
-
* Дополнительный класс
|
|
83
|
-
*/
|
|
84
|
-
className?: string;
|
|
85
|
-
/**
|
|
86
|
-
* z-index компонента
|
|
87
|
-
*/
|
|
88
|
-
zIndex?: number;
|
|
89
|
-
/**
|
|
90
|
-
* Если поповер не помещается в переданной позиции (position), он попробует открыться в другой позиции,
|
|
91
|
-
* по очереди для каждой позиции из этого списка.
|
|
92
|
-
* Если не передавать, то поповер открывается в противоположном направлении от переданного position.
|
|
93
|
-
*/
|
|
94
|
-
fallbackPlacements?: Position[];
|
|
95
|
-
/**
|
|
96
|
-
* Контент
|
|
97
|
-
*/
|
|
98
|
-
children?: ReactNode;
|
|
4
|
+
import { CheckboxProps } from "./index-ebda875c";
|
|
5
|
+
type HeaderProps = {
|
|
6
|
+
checked?: boolean;
|
|
7
|
+
indeterminate?: boolean;
|
|
8
|
+
onChange?: CheckboxProps['onChange'];
|
|
9
|
+
mobile?: boolean;
|
|
99
10
|
};
|
|
100
|
-
declare const
|
|
101
|
-
export {
|
|
11
|
+
declare const Header: React.FC<HeaderProps>;
|
|
12
|
+
export { HeaderProps, Header };
|
|
@@ -25,7 +25,7 @@ type PickerButtonDesktopProps = Omit<BaseSelectProps, 'placeholder' | 'Arrow' |
|
|
|
25
25
|
*/
|
|
26
26
|
showArrow?: boolean;
|
|
27
27
|
};
|
|
28
|
-
declare const PickerButtonDesktop: React.ForwardRefExoticComponent<Omit<BaseSelectProps, "size" | "placeholder" | "onFocus" | "selected" | "multiple" | "hint" | "options" | "
|
|
28
|
+
declare const PickerButtonDesktop: React.ForwardRefExoticComponent<Omit<BaseSelectProps, "size" | "placeholder" | "onFocus" | "selected" | "multiple" | "hint" | "options" | "autocomplete" | "allowUnselect" | "closeOnSelect" | "Arrow"> & Pick<ButtonProps, "view" | "leftAddons" | "rightAddons" | "loading"> & {
|
|
29
29
|
options: Array<BaseSelectProps['options'][0] & {
|
|
30
30
|
/**
|
|
31
31
|
* Иконка, отображающаяся слева от текстового представления пункта
|
|
@@ -9,7 +9,7 @@ type PickerButtonMobileProps = Omit<PickerButtonDesktopProps, 'OptionsList' | 'C
|
|
|
9
9
|
*/
|
|
10
10
|
breakpoint?: number;
|
|
11
11
|
};
|
|
12
|
-
declare const PickerButtonMobile: React.ForwardRefExoticComponent<Omit<PickerButtonDesktopProps, "onScroll" | "
|
|
12
|
+
declare const PickerButtonMobile: React.ForwardRefExoticComponent<Omit<PickerButtonDesktopProps, "onScroll" | "OptionsList" | "Checkmark"> & AdditionalMobileProps & {
|
|
13
13
|
/**
|
|
14
14
|
* Контрольная точка для кнопки, с нее начинается desktop версия
|
|
15
15
|
* @default 1024
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { ModalMobile } from "./Component.mobile-f1f15074";
|
|
4
|
+
import { UseSelectWithApplyProps } from "./hook-9ea9e32c";
|
|
5
|
+
import { BaseSelectProps } from "./typings-5e1b8383";
|
|
6
|
+
type SelectModalMobileProps = Omit<BaseSelectProps, 'Checkmark' | 'onScroll'> & {
|
|
7
|
+
/**
|
|
8
|
+
* Показывать кнопку очистки
|
|
9
|
+
*/
|
|
10
|
+
showClear?: UseSelectWithApplyProps['showClear'];
|
|
11
|
+
/**
|
|
12
|
+
* Показывать пункт "Выбрать все"
|
|
13
|
+
*/
|
|
14
|
+
showSelectAll?: UseSelectWithApplyProps['showSelectAll'];
|
|
15
|
+
/**
|
|
16
|
+
* Дополнительные пропсы шапки модалки
|
|
17
|
+
*/
|
|
18
|
+
modalHeaderProps?: Partial<React.ComponentProps<typeof ModalMobile.Header>>;
|
|
19
|
+
/**
|
|
20
|
+
* Дополнительные пропсы модалки
|
|
21
|
+
*/
|
|
22
|
+
modalProps?: Partial<React.ComponentProps<typeof ModalMobile>>;
|
|
23
|
+
/**
|
|
24
|
+
* Дополнительные пропсы футера модалки
|
|
25
|
+
*/
|
|
26
|
+
modalFooterProps?: Partial<React.ComponentProps<typeof ModalMobile.Footer>>;
|
|
27
|
+
showHeaderWithSelectAll?: UseSelectWithApplyProps['showHeaderWithSelectAll'];
|
|
28
|
+
/**
|
|
29
|
+
* Использовать ли хук useSelectWithApply
|
|
30
|
+
*/
|
|
31
|
+
useWithApplyHook?: boolean;
|
|
32
|
+
};
|
|
33
|
+
declare const SelectModalMobile: React.ForwardRefExoticComponent<Omit<BaseSelectProps, "onScroll" | "Checkmark"> & {
|
|
34
|
+
/**
|
|
35
|
+
* Показывать кнопку очистки
|
|
36
|
+
*/
|
|
37
|
+
showClear?: UseSelectWithApplyProps['showClear'];
|
|
38
|
+
/**
|
|
39
|
+
* Показывать пункт "Выбрать все"
|
|
40
|
+
*/
|
|
41
|
+
showSelectAll?: UseSelectWithApplyProps['showSelectAll'];
|
|
42
|
+
/**
|
|
43
|
+
* Дополнительные пропсы шапки модалки
|
|
44
|
+
*/
|
|
45
|
+
modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* Дополнительные пропсы модалки
|
|
48
|
+
*/
|
|
49
|
+
modalProps?: Partial<import("./typings-bdb4c6b9").ModalMobileProps & React.RefAttributes<HTMLDivElement>> | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* Дополнительные пропсы футера модалки
|
|
52
|
+
*/
|
|
53
|
+
modalFooterProps?: Partial<import("./Component.mobile-f1f15074").FooterProps> | undefined;
|
|
54
|
+
showHeaderWithSelectAll?: UseSelectWithApplyProps['showHeaderWithSelectAll'];
|
|
55
|
+
/**
|
|
56
|
+
* Использовать ли хук useSelectWithApply
|
|
57
|
+
*/
|
|
58
|
+
useWithApplyHook?: boolean | undefined;
|
|
59
|
+
} & React.RefAttributes<unknown>>;
|
|
60
|
+
export { SelectModalMobileProps, SelectModalMobile };
|
|
@@ -11,7 +11,7 @@ type PickerButtonResponsiveProps = PickerButtonDesktopProps & AdditionalMobilePr
|
|
|
11
11
|
*/
|
|
12
12
|
breakpoint?: number;
|
|
13
13
|
};
|
|
14
|
-
declare const PickerButtonResponsive: React.ForwardRefExoticComponent<Omit<import("./shared-4cd3936b").BaseSelectProps, "size" | "placeholder" | "onFocus" | "selected" | "multiple" | "hint" | "options" | "
|
|
14
|
+
declare const PickerButtonResponsive: React.ForwardRefExoticComponent<Omit<import("./shared-4cd3936b").BaseSelectProps, "size" | "placeholder" | "onFocus" | "selected" | "multiple" | "hint" | "options" | "autocomplete" | "allowUnselect" | "closeOnSelect" | "Arrow"> & Pick<ButtonProps, "view" | "leftAddons" | "rightAddons" | "loading"> & {
|
|
15
15
|
options: ((import("./shared-4cd3936b").OptionShape | import("./shared-4cd3936b").GroupShape) & {
|
|
16
16
|
icon?: React.FC<React.SVGProps<SVGSVGElement>> | undefined;
|
|
17
17
|
})[];
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { FC, ReactNode, RefObject } from "react";
|
|
4
|
+
import { NavigationBarProps } from "./index-c76d6398";
|
|
5
|
+
import { SwipeableHandlers } from "react-swipeable";
|
|
6
|
+
import { BackdropProps } from "./index-ebda875c";
|
|
7
|
+
import { BottomSheetProps } from "./types-72dda473";
|
|
8
|
+
type FooterProps = {
|
|
9
|
+
/**
|
|
10
|
+
* Контент футера
|
|
11
|
+
*/
|
|
12
|
+
children?: ReactNode;
|
|
13
|
+
/**
|
|
14
|
+
* Фиксирует футер
|
|
15
|
+
*/
|
|
16
|
+
sticky?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Дополнительный класс
|
|
19
|
+
*/
|
|
20
|
+
className?: string;
|
|
21
|
+
};
|
|
22
|
+
declare const Footer: FC<FooterProps>;
|
|
23
|
+
type HeaderProps = Omit<NavigationBarProps, "view" | "size"> & {
|
|
24
|
+
headerRef: RefObject<HTMLDivElement>;
|
|
25
|
+
headerOffset: number;
|
|
26
|
+
};
|
|
27
|
+
declare const Header: FC<HeaderProps>;
|
|
28
|
+
type SwipeableBackdropProps = BackdropProps & {
|
|
29
|
+
/**
|
|
30
|
+
* Прозрачность бэкдропа
|
|
31
|
+
*/
|
|
32
|
+
opacity?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Обработчики свайпа
|
|
35
|
+
*/
|
|
36
|
+
handlers?: SwipeableHandlers;
|
|
37
|
+
/**
|
|
38
|
+
* Время анимации opacity
|
|
39
|
+
*/
|
|
40
|
+
opacityTimeout?: number;
|
|
41
|
+
};
|
|
42
|
+
declare const SwipeableBackdrop: FC<SwipeableBackdropProps>;
|
|
43
|
+
declare const BottomSheet: React.ForwardRefExoticComponent<BottomSheetProps & React.RefAttributes<HTMLDivElement>>;
|
|
44
|
+
export { FooterProps, Footer, HeaderProps, Header, SwipeableBackdropProps, SwipeableBackdrop, BottomSheet };
|