@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
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
3
|
--color-light-border-link: #0072ef;
|
|
4
4
|
--color-light-text-negative: #d91d0b;
|
|
5
|
-
--color-light-text-primary: #0e0e0e;
|
|
6
5
|
--color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
6
|
} :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
7
|
} :root {
|
|
@@ -26,7 +25,6 @@
|
|
|
26
25
|
} :root {
|
|
27
26
|
--radio-group-error-color: var(--color-light-text-negative);
|
|
28
27
|
--radio-group-hint-color: var(--color-light-text-secondary);
|
|
29
|
-
--radio-group-label-color: var(--color-light-text-primary);
|
|
30
28
|
|
|
31
29
|
/* mobile */
|
|
32
30
|
} .component {
|
|
@@ -58,11 +56,7 @@
|
|
|
58
56
|
.horizontal .tagLabel:last-child {
|
|
59
57
|
margin-right: 0;
|
|
60
58
|
} .label {
|
|
61
|
-
font-size: 16px;
|
|
62
|
-
line-height: 24px;
|
|
63
|
-
font-weight: 400;
|
|
64
59
|
margin-bottom: var(--gap-s);
|
|
65
|
-
color: var(--radio-group-label-color);
|
|
66
60
|
} .sub {
|
|
67
61
|
font-size: 14px;
|
|
68
62
|
line-height: 18px;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
} /* deprecated */ :root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
--color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
4
|
} :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 */
|
|
4
5
|
} :root {
|
|
5
6
|
} :root {
|
|
@@ -14,6 +15,7 @@
|
|
|
14
15
|
} :root {
|
|
15
16
|
} :root {
|
|
16
17
|
} :root {
|
|
18
|
+
--radio-group-label-color: var(--color-light-text-primary);
|
|
17
19
|
--radio-group-sub-padding-left: 0;
|
|
18
20
|
--radio-group-list-padding-left: 0;
|
|
19
21
|
|
|
@@ -21,6 +23,10 @@
|
|
|
21
23
|
} .radioList {
|
|
22
24
|
padding-left: var(--radio-group-list-padding-left);
|
|
23
25
|
} .label {
|
|
26
|
+
font-size: 16px;
|
|
27
|
+
line-height: 24px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
color: var(--radio-group-label-color);
|
|
24
30
|
padding-left: var(--radio-group-sub-padding-left);
|
|
25
31
|
} .sub {
|
|
26
32
|
padding-left: var(--radio-group-sub-padding-left);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
} /* deprecated */ :root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
--color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
4
|
} :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 */
|
|
4
5
|
} :root {
|
|
5
6
|
} :root {
|
|
@@ -20,9 +21,14 @@
|
|
|
20
21
|
/* mobile */
|
|
21
22
|
--radio-group-mobile-sub-padding-left: var(--gap-2xs);
|
|
22
23
|
--radio-group-mobile-list-padding-left: var(--gap-3xs);
|
|
24
|
+
--radio-group-mobile-label-color: var(--color-light-text-secondary);
|
|
23
25
|
} .radioList {
|
|
24
26
|
padding-left: var(--radio-group-mobile-list-padding-left);
|
|
25
27
|
} .label {
|
|
28
|
+
font-size: 14px;
|
|
29
|
+
line-height: 18px;
|
|
30
|
+
font-weight: 400;
|
|
31
|
+
color: var(--radio-group-mobile-label-color);
|
|
26
32
|
padding-left: var(--radio-group-mobile-sub-padding-left);
|
|
27
33
|
} .sub {
|
|
28
34
|
padding-left: var(--radio-group-mobile-sub-padding-left);
|
package/radio-group/desktop.css
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* hash: 15xog */
|
|
2
2
|
:root {
|
|
3
|
-
} /* deprecated */ :root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
4
|
+
--color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
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 */
|
|
5
6
|
} :root {
|
|
6
7
|
} :root {
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
} :root {
|
|
16
17
|
} :root {
|
|
17
18
|
} :root {
|
|
19
|
+
--radio-group-label-color: var(--color-light-text-primary);
|
|
18
20
|
--radio-group-sub-padding-left: 0;
|
|
19
21
|
--radio-group-list-padding-left: 0;
|
|
20
22
|
|
|
@@ -22,6 +24,10 @@
|
|
|
22
24
|
} .radio-group__radioList_1rqz2 {
|
|
23
25
|
padding-left: var(--radio-group-list-padding-left);
|
|
24
26
|
} .radio-group__label_1rqz2 {
|
|
27
|
+
font-size: 16px;
|
|
28
|
+
line-height: 24px;
|
|
29
|
+
font-weight: 400;
|
|
30
|
+
color: var(--radio-group-label-color);
|
|
25
31
|
padding-left: var(--radio-group-sub-padding-left);
|
|
26
32
|
} .radio-group__sub_1rqz2 {
|
|
27
33
|
padding-left: var(--radio-group-sub-padding-left);
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-border-link: #0072ef;
|
|
5
5
|
--color-light-text-negative: #d91d0b;
|
|
6
|
-
--color-light-text-primary: #0e0e0e;
|
|
7
6
|
--color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
7
|
} :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 */
|
|
9
8
|
} :root {
|
|
@@ -27,7 +26,6 @@
|
|
|
27
26
|
} :root {
|
|
28
27
|
--radio-group-error-color: var(--color-light-text-negative);
|
|
29
28
|
--radio-group-hint-color: var(--color-light-text-secondary);
|
|
30
|
-
--radio-group-label-color: var(--color-light-text-primary);
|
|
31
29
|
|
|
32
30
|
/* mobile */
|
|
33
31
|
} .radio-group__component_1bayu {
|
|
@@ -59,11 +57,7 @@
|
|
|
59
57
|
.radio-group__horizontal_1bayu .radio-group__tagLabel_1bayu:last-child {
|
|
60
58
|
margin-right: 0;
|
|
61
59
|
} .radio-group__label_1bayu {
|
|
62
|
-
font-size: 16px;
|
|
63
|
-
line-height: 24px;
|
|
64
|
-
font-weight: 400;
|
|
65
60
|
margin-bottom: var(--gap-s);
|
|
66
|
-
color: var(--radio-group-label-color);
|
|
67
61
|
} .radio-group__sub_1bayu {
|
|
68
62
|
font-size: 14px;
|
|
69
63
|
line-height: 18px;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* hash: 15xog */
|
|
2
2
|
:root {
|
|
3
|
-
} /* deprecated */ :root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
4
|
+
--color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
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 */
|
|
5
6
|
} :root {
|
|
6
7
|
} :root {
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
} :root {
|
|
16
17
|
} :root {
|
|
17
18
|
} :root {
|
|
19
|
+
--radio-group-label-color: var(--color-light-text-primary);
|
|
18
20
|
--radio-group-sub-padding-left: 0;
|
|
19
21
|
--radio-group-list-padding-left: 0;
|
|
20
22
|
|
|
@@ -22,6 +24,10 @@
|
|
|
22
24
|
} .radio-group__radioList_1rqz2 {
|
|
23
25
|
padding-left: var(--radio-group-list-padding-left);
|
|
24
26
|
} .radio-group__label_1rqz2 {
|
|
27
|
+
font-size: 16px;
|
|
28
|
+
line-height: 24px;
|
|
29
|
+
font-weight: 400;
|
|
30
|
+
color: var(--radio-group-label-color);
|
|
25
31
|
padding-left: var(--radio-group-sub-padding-left);
|
|
26
32
|
} .radio-group__sub_1rqz2 {
|
|
27
33
|
padding-left: var(--radio-group-sub-padding-left);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* hash: 170nv */
|
|
2
2
|
:root {
|
|
3
|
-
} /* deprecated */ :root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
4
|
+
--color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
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 */
|
|
5
6
|
} :root {
|
|
6
7
|
} :root {
|
|
@@ -21,9 +22,14 @@
|
|
|
21
22
|
/* mobile */
|
|
22
23
|
--radio-group-mobile-sub-padding-left: var(--gap-2xs);
|
|
23
24
|
--radio-group-mobile-list-padding-left: var(--gap-3xs);
|
|
25
|
+
--radio-group-mobile-label-color: var(--color-light-text-secondary);
|
|
24
26
|
} .radio-group__radioList_pxye2 {
|
|
25
27
|
padding-left: var(--radio-group-mobile-list-padding-left);
|
|
26
28
|
} .radio-group__label_pxye2 {
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
line-height: 18px;
|
|
31
|
+
font-weight: 400;
|
|
32
|
+
color: var(--radio-group-mobile-label-color);
|
|
27
33
|
padding-left: var(--radio-group-mobile-sub-padding-left);
|
|
28
34
|
} .radio-group__sub_pxye2 {
|
|
29
35
|
padding-left: var(--radio-group-mobile-sub-padding-left);
|
package/radio-group/mobile.css
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* hash: 170nv */
|
|
2
2
|
:root {
|
|
3
|
-
} /* deprecated */ :root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
4
|
+
--color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
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 */
|
|
5
6
|
} :root {
|
|
6
7
|
} :root {
|
|
@@ -21,9 +22,14 @@
|
|
|
21
22
|
/* mobile */
|
|
22
23
|
--radio-group-mobile-sub-padding-left: var(--gap-2xs);
|
|
23
24
|
--radio-group-mobile-list-padding-left: var(--gap-3xs);
|
|
25
|
+
--radio-group-mobile-label-color: var(--color-light-text-secondary);
|
|
24
26
|
} .radio-group__radioList_pxye2 {
|
|
25
27
|
padding-left: var(--radio-group-mobile-list-padding-left);
|
|
26
28
|
} .radio-group__label_pxye2 {
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
line-height: 18px;
|
|
31
|
+
font-weight: 400;
|
|
32
|
+
color: var(--radio-group-mobile-label-color);
|
|
27
33
|
padding-left: var(--radio-group-mobile-sub-padding-left);
|
|
28
34
|
} .radio-group__sub_pxye2 {
|
|
29
35
|
padding-left: var(--radio-group-mobile-sub-padding-left);
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-border-link: #0072ef;
|
|
5
5
|
--color-light-text-negative: #d91d0b;
|
|
6
|
-
--color-light-text-primary: #0e0e0e;
|
|
7
6
|
--color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
7
|
} :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 */
|
|
9
8
|
} :root {
|
|
@@ -27,7 +26,6 @@
|
|
|
27
26
|
} :root {
|
|
28
27
|
--radio-group-error-color: var(--color-light-text-negative);
|
|
29
28
|
--radio-group-hint-color: var(--color-light-text-secondary);
|
|
30
|
-
--radio-group-label-color: var(--color-light-text-primary);
|
|
31
29
|
|
|
32
30
|
/* mobile */
|
|
33
31
|
} .radio-group__component_1bayu {
|
|
@@ -59,11 +57,7 @@
|
|
|
59
57
|
.radio-group__horizontal_1bayu .radio-group__tagLabel_1bayu:last-child {
|
|
60
58
|
margin-right: 0;
|
|
61
59
|
} .radio-group__label_1bayu {
|
|
62
|
-
font-size: 16px;
|
|
63
|
-
line-height: 24px;
|
|
64
|
-
font-weight: 400;
|
|
65
60
|
margin-bottom: var(--gap-s);
|
|
66
|
-
color: var(--radio-group-label-color);
|
|
67
61
|
} .radio-group__sub_1bayu {
|
|
68
62
|
font-size: 14px;
|
|
69
63
|
line-height: 18px;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* hash: 15xog */
|
|
2
2
|
:root {
|
|
3
|
-
} /* deprecated */ :root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
4
|
+
--color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
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 */
|
|
5
6
|
} :root {
|
|
6
7
|
} :root {
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
} :root {
|
|
16
17
|
} :root {
|
|
17
18
|
} :root {
|
|
19
|
+
--radio-group-label-color: var(--color-light-text-primary);
|
|
18
20
|
--radio-group-sub-padding-left: 0;
|
|
19
21
|
--radio-group-list-padding-left: 0;
|
|
20
22
|
|
|
@@ -22,6 +24,10 @@
|
|
|
22
24
|
} .radio-group__radioList_1rqz2 {
|
|
23
25
|
padding-left: var(--radio-group-list-padding-left);
|
|
24
26
|
} .radio-group__label_1rqz2 {
|
|
27
|
+
font-size: 16px;
|
|
28
|
+
line-height: 24px;
|
|
29
|
+
font-weight: 400;
|
|
30
|
+
color: var(--radio-group-label-color);
|
|
25
31
|
padding-left: var(--radio-group-sub-padding-left);
|
|
26
32
|
} .radio-group__sub_1rqz2 {
|
|
27
33
|
padding-left: var(--radio-group-sub-padding-left);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* hash: 170nv */
|
|
2
2
|
:root {
|
|
3
|
-
} /* deprecated */ :root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
4
|
+
--color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
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 */
|
|
5
6
|
} :root {
|
|
6
7
|
} :root {
|
|
@@ -21,9 +22,14 @@
|
|
|
21
22
|
/* mobile */
|
|
22
23
|
--radio-group-mobile-sub-padding-left: var(--gap-2xs);
|
|
23
24
|
--radio-group-mobile-list-padding-left: var(--gap-3xs);
|
|
25
|
+
--radio-group-mobile-label-color: var(--color-light-text-secondary);
|
|
24
26
|
} .radio-group__radioList_pxye2 {
|
|
25
27
|
padding-left: var(--radio-group-mobile-list-padding-left);
|
|
26
28
|
} .radio-group__label_pxye2 {
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
line-height: 18px;
|
|
31
|
+
font-weight: 400;
|
|
32
|
+
color: var(--radio-group-mobile-label-color);
|
|
27
33
|
padding-left: var(--radio-group-mobile-sub-padding-left);
|
|
28
34
|
} .radio-group__sub_pxye2 {
|
|
29
35
|
padding-left: var(--radio-group-mobile-sub-padding-left);
|
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { FC, ReactNode, ButtonHTMLAttributes, ElementType, ForwardRefExoticComponent, RefAttributes, HTMLAttributes, AnchorHTMLAttributes, ReactElement } from "react";
|
|
4
|
-
import { ContentProps,
|
|
4
|
+
import { ContentProps, View, TResponsiveModalContext, ModalMobileProps } from "./typings-baf4875b";
|
|
5
5
|
import { BaseModalContext } from "../base-modal";
|
|
6
|
+
import { TextElementType, TextSkeletonProps } from "./types-1b036d4b";
|
|
6
7
|
import { ButtonProps } from "../button";
|
|
7
8
|
declare const Content: FC<ContentProps>;
|
|
8
|
-
declare const ResponsiveContext: React.Context<TResponsiveModalContext>;
|
|
9
|
-
declare const Modal: React.ForwardRefExoticComponent<import("../base-modal").BaseModalProps & {
|
|
10
|
-
size?: "s" | "m" | "l" | "xl" | "fullscreen" | undefined;
|
|
11
|
-
fullscreen?: boolean | undefined;
|
|
12
|
-
fixedPosition?: boolean | undefined;
|
|
13
|
-
hasCloser?: boolean | undefined;
|
|
14
|
-
} & {
|
|
15
|
-
view: View;
|
|
16
|
-
} & React.RefAttributes<HTMLDivElement>>;
|
|
17
9
|
type FooterProps = {
|
|
18
10
|
/**
|
|
19
11
|
* Контент футера
|
|
@@ -171,6 +163,15 @@ type NavigationBarProps = {
|
|
|
171
163
|
};
|
|
172
164
|
type HeaderProps = Omit<NavigationBarProps, "size" | "view" | "parentRef">;
|
|
173
165
|
declare const Header: FC<HeaderProps>;
|
|
166
|
+
declare const Modal: React.ForwardRefExoticComponent<import("../base-modal").BaseModalProps & {
|
|
167
|
+
size?: "s" | "m" | "l" | "xl" | "fullscreen" | undefined;
|
|
168
|
+
fullscreen?: boolean | undefined;
|
|
169
|
+
fixedPosition?: boolean | undefined;
|
|
170
|
+
hasCloser?: boolean | undefined;
|
|
171
|
+
} & {
|
|
172
|
+
view: View;
|
|
173
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
174
|
+
declare const ResponsiveContext: React.Context<TResponsiveModalContext>;
|
|
174
175
|
declare const ModalContext: import("react").Context<BaseModalContext>;
|
|
175
176
|
interface BackArrowAddonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
176
177
|
/**
|
|
@@ -217,7 +218,6 @@ declare const colors: readonly [
|
|
|
217
218
|
"static-accent"
|
|
218
219
|
];
|
|
219
220
|
type Color = (typeof colors)[number];
|
|
220
|
-
type TextElementType = HTMLParagraphElement | HTMLSpanElement | HTMLDivElement;
|
|
221
221
|
type NativeProps = HTMLAttributes<HTMLSpanElement>;
|
|
222
222
|
type TextBaseProps = {
|
|
223
223
|
/**
|
|
@@ -260,6 +260,14 @@ type TextBaseProps = {
|
|
|
260
260
|
* Количество строк (не поддерживает IE)
|
|
261
261
|
*/
|
|
262
262
|
rowLimit?: 1 | 2 | 3;
|
|
263
|
+
/**
|
|
264
|
+
* Показать скелетон
|
|
265
|
+
*/
|
|
266
|
+
showSkeleton?: boolean;
|
|
267
|
+
/**
|
|
268
|
+
* Пропы для скелетона
|
|
269
|
+
*/
|
|
270
|
+
skeletonProps?: TextSkeletonProps;
|
|
263
271
|
};
|
|
264
272
|
type TextPTagProps = Omit<TextBaseProps, "tag" | "defaultMargins"> & {
|
|
265
273
|
tag?: "p";
|
|
@@ -308,6 +316,14 @@ type TitleProps = Omit<NativeProps$0, "color"> & {
|
|
|
308
316
|
* Количество строк (не поддерживает IE)
|
|
309
317
|
*/
|
|
310
318
|
rowLimit?: 1 | 2 | 3;
|
|
319
|
+
/**
|
|
320
|
+
* Показать скелетон
|
|
321
|
+
*/
|
|
322
|
+
showSkeleton?: boolean;
|
|
323
|
+
/**
|
|
324
|
+
* Пропы для скелетона
|
|
325
|
+
*/
|
|
326
|
+
skeletonProps?: TextSkeletonProps;
|
|
311
327
|
};
|
|
312
328
|
type TitleMobileProps = Omit<TitleProps, "defaultMargins">;
|
|
313
329
|
declare const Typography: {
|
|
@@ -383,5 +399,6 @@ declare const ModalMobile: React.ForwardRefExoticComponent<ModalMobileProps & Re
|
|
|
383
399
|
Header: React.FC<HeaderProps>;
|
|
384
400
|
Footer: React.FC<FooterProps>;
|
|
385
401
|
};
|
|
386
|
-
export { Content,
|
|
402
|
+
export { Content, FooterProps, Footer, HeaderProps, Header, Modal, ResponsiveContext, ModalContext, BackArrowAddonProps, BackArrowAddon, Typography, typographyPresets, TitleResponsive, IconButtonProps, IconButton, ModalMobile };
|
|
387
403
|
export type { TitleProps, TextProps, Color };
|
|
404
|
+
export * from "./useSkeleton-1b036d4b";
|
|
@@ -11,7 +11,7 @@ var components_optgroup_Component = require('./components/optgroup/Component.js'
|
|
|
11
11
|
var components_option_Component = require('./components/option/Component.js');
|
|
12
12
|
var components_optionsList_Component = require('./components/options-list/Component.js');
|
|
13
13
|
var components_virtualOptionsList_Component = require('./components/virtual-options-list/Component.js');
|
|
14
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('./hook-
|
|
14
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('./hook-43a35a80.js');
|
|
15
15
|
var presets_useSelectWithApply_optionsListWithApply_header_Component = require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
16
16
|
require('classnames');
|
|
17
17
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
@@ -11,7 +11,7 @@ var components_optgroup_Component = require('./components/optgroup/Component.js'
|
|
|
11
11
|
var components_option_Component = require('./components/option/Component.js');
|
|
12
12
|
var components_optionsList_Component = require('./components/options-list/Component.js');
|
|
13
13
|
var components_virtualOptionsList_Component = require('./components/virtual-options-list/Component.js');
|
|
14
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('./hook-
|
|
14
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('./hook-43a35a80.js');
|
|
15
15
|
var presets_useSelectWithApply_optionsListWithApply_header_Component = require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
16
16
|
require('classnames');
|
|
17
17
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
@@ -38,7 +38,7 @@ require('../base-modal');
|
|
|
38
38
|
require('../button/mobile');
|
|
39
39
|
require('./components/virtual-options-list/Component.js');
|
|
40
40
|
require('react-virtual');
|
|
41
|
-
require('./hook-
|
|
41
|
+
require('./hook-43a35a80.js');
|
|
42
42
|
require('./presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
43
43
|
require('../button/desktop');
|
|
44
44
|
require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
@@ -3,6 +3,7 @@ import React from "react";
|
|
|
3
3
|
import { FC, ReactNode, ButtonHTMLAttributes, ElementType, ForwardRefExoticComponent, RefAttributes, HTMLAttributes, AnchorHTMLAttributes, ReactElement } from "react";
|
|
4
4
|
import { ContentProps, TResponsiveModalContext, View, ModalMobileProps } from "./typings-baf4875b";
|
|
5
5
|
import { BaseModalContext } from "../../base-modal";
|
|
6
|
+
import { TextElementType, TextSkeletonProps } from "./types-1b036d4b";
|
|
6
7
|
import { ButtonProps } from "../../button";
|
|
7
8
|
declare const Content: FC<ContentProps>;
|
|
8
9
|
declare const ResponsiveContext: React.Context<TResponsiveModalContext>;
|
|
@@ -217,7 +218,6 @@ declare const colors: readonly [
|
|
|
217
218
|
"static-accent"
|
|
218
219
|
];
|
|
219
220
|
type Color = (typeof colors)[number];
|
|
220
|
-
type TextElementType = HTMLParagraphElement | HTMLSpanElement | HTMLDivElement;
|
|
221
221
|
type NativeProps = HTMLAttributes<HTMLSpanElement>;
|
|
222
222
|
type TextBaseProps = {
|
|
223
223
|
/**
|
|
@@ -260,6 +260,14 @@ type TextBaseProps = {
|
|
|
260
260
|
* Количество строк (не поддерживает IE)
|
|
261
261
|
*/
|
|
262
262
|
rowLimit?: 1 | 2 | 3;
|
|
263
|
+
/**
|
|
264
|
+
* Показать скелетон
|
|
265
|
+
*/
|
|
266
|
+
showSkeleton?: boolean;
|
|
267
|
+
/**
|
|
268
|
+
* Пропы для скелетона
|
|
269
|
+
*/
|
|
270
|
+
skeletonProps?: TextSkeletonProps;
|
|
263
271
|
};
|
|
264
272
|
type TextPTagProps = Omit<TextBaseProps, "tag" | "defaultMargins"> & {
|
|
265
273
|
tag?: "p";
|
|
@@ -308,6 +316,14 @@ type TitleProps = Omit<NativeProps$0, "color"> & {
|
|
|
308
316
|
* Количество строк (не поддерживает IE)
|
|
309
317
|
*/
|
|
310
318
|
rowLimit?: 1 | 2 | 3;
|
|
319
|
+
/**
|
|
320
|
+
* Показать скелетон
|
|
321
|
+
*/
|
|
322
|
+
showSkeleton?: boolean;
|
|
323
|
+
/**
|
|
324
|
+
* Пропы для скелетона
|
|
325
|
+
*/
|
|
326
|
+
skeletonProps?: TextSkeletonProps;
|
|
311
327
|
};
|
|
312
328
|
type TitleMobileProps = Omit<TitleProps, "defaultMargins">;
|
|
313
329
|
declare const Typography: {
|
|
@@ -385,3 +401,4 @@ declare const ModalMobile: React.ForwardRefExoticComponent<ModalMobileProps & Re
|
|
|
385
401
|
};
|
|
386
402
|
export { Content, ResponsiveContext, Modal, FooterProps, Footer, HeaderProps, Header, ModalContext, BackArrowAddonProps, BackArrowAddon, Typography, typographyPresets, TitleResponsive, IconButtonProps, IconButton, ModalMobile };
|
|
387
403
|
export type { TitleProps, TextProps, Color };
|
|
404
|
+
export * from "./useSkeleton-1b036d4b";
|
|
@@ -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 };
|
|
@@ -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 };
|
|
@@ -3,6 +3,7 @@ import React from "react";
|
|
|
3
3
|
import { FC, ReactNode, ButtonHTMLAttributes, ElementType, ForwardRefExoticComponent, RefAttributes, HTMLAttributes, AnchorHTMLAttributes, ReactElement } from "react";
|
|
4
4
|
import { ContentProps, TResponsiveModalContext, View, ModalMobileProps } from "./typings-baf4875b";
|
|
5
5
|
import { BaseModalContext } from "../../base-modal";
|
|
6
|
+
import { TextElementType, TextSkeletonProps } from "./types-1b036d4b";
|
|
6
7
|
import { ButtonProps } from "../../button";
|
|
7
8
|
declare const Content: FC<ContentProps>;
|
|
8
9
|
declare const ResponsiveContext: React.Context<TResponsiveModalContext>;
|
|
@@ -217,7 +218,6 @@ declare const colors: readonly [
|
|
|
217
218
|
"static-accent"
|
|
218
219
|
];
|
|
219
220
|
type Color = (typeof colors)[number];
|
|
220
|
-
type TextElementType = HTMLParagraphElement | HTMLSpanElement | HTMLDivElement;
|
|
221
221
|
type NativeProps = HTMLAttributes<HTMLSpanElement>;
|
|
222
222
|
type TextBaseProps = {
|
|
223
223
|
/**
|
|
@@ -260,6 +260,14 @@ type TextBaseProps = {
|
|
|
260
260
|
* Количество строк (не поддерживает IE)
|
|
261
261
|
*/
|
|
262
262
|
rowLimit?: 1 | 2 | 3;
|
|
263
|
+
/**
|
|
264
|
+
* Показать скелетон
|
|
265
|
+
*/
|
|
266
|
+
showSkeleton?: boolean;
|
|
267
|
+
/**
|
|
268
|
+
* Пропы для скелетона
|
|
269
|
+
*/
|
|
270
|
+
skeletonProps?: TextSkeletonProps;
|
|
263
271
|
};
|
|
264
272
|
type TextPTagProps = Omit<TextBaseProps, "tag" | "defaultMargins"> & {
|
|
265
273
|
tag?: "p";
|
|
@@ -308,6 +316,14 @@ type TitleProps = Omit<NativeProps$0, "color"> & {
|
|
|
308
316
|
* Количество строк (не поддерживает IE)
|
|
309
317
|
*/
|
|
310
318
|
rowLimit?: 1 | 2 | 3;
|
|
319
|
+
/**
|
|
320
|
+
* Показать скелетон
|
|
321
|
+
*/
|
|
322
|
+
showSkeleton?: boolean;
|
|
323
|
+
/**
|
|
324
|
+
* Пропы для скелетона
|
|
325
|
+
*/
|
|
326
|
+
skeletonProps?: TextSkeletonProps;
|
|
311
327
|
};
|
|
312
328
|
type TitleMobileProps = Omit<TitleProps, "defaultMargins">;
|
|
313
329
|
declare const Typography: {
|
|
@@ -385,3 +401,4 @@ declare const ModalMobile: React.ForwardRefExoticComponent<ModalMobileProps & Re
|
|
|
385
401
|
};
|
|
386
402
|
export { Content, ResponsiveContext, Modal, FooterProps, Footer, HeaderProps, Header, ModalContext, BackArrowAddonProps, BackArrowAddon, Typography, typographyPresets, TitleResponsive, IconButtonProps, IconButton, ModalMobile };
|
|
387
403
|
export type { TitleProps, TextProps, Color };
|
|
404
|
+
export * from "./useSkeleton-1b036d4b";
|
|
@@ -9,7 +9,7 @@ import { Optgroup } from './components/optgroup/Component.js';
|
|
|
9
9
|
import { Option } from './components/option/Component.js';
|
|
10
10
|
import { OptionsList } from './components/options-list/Component.js';
|
|
11
11
|
import { VirtualOptionsList } from './components/virtual-options-list/Component.js';
|
|
12
|
-
import { u as useSelectWithApply } from './hook-
|
|
12
|
+
import { u as useSelectWithApply } from './hook-d40b4e10.js';
|
|
13
13
|
import { Header } from './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
14
14
|
import 'classnames';
|
|
15
15
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -9,7 +9,7 @@ import { Optgroup } from './components/optgroup/Component.js';
|
|
|
9
9
|
import { Option } from './components/option/Component.js';
|
|
10
10
|
import { OptionsList } from './components/options-list/Component.js';
|
|
11
11
|
import { VirtualOptionsList } from './components/virtual-options-list/Component.js';
|
|
12
|
-
import { u as useSelectWithApply } from './hook-
|
|
12
|
+
import { u as useSelectWithApply } from './hook-d40b4e10.js';
|
|
13
13
|
import { Header } from './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
14
14
|
import 'classnames';
|
|
15
15
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -34,7 +34,7 @@ import '../../base-modal/esm';
|
|
|
34
34
|
import '../../button/esm/mobile';
|
|
35
35
|
import './components/virtual-options-list/Component.js';
|
|
36
36
|
import 'react-virtual';
|
|
37
|
-
import './hook-
|
|
37
|
+
import './hook-d40b4e10.js';
|
|
38
38
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
39
39
|
import '../../button/esm/desktop';
|
|
40
40
|
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
package/select/esm/index.js
CHANGED
|
@@ -35,7 +35,7 @@ import '../../base-modal/esm';
|
|
|
35
35
|
import '../../button/esm/mobile';
|
|
36
36
|
import './components/virtual-options-list/Component.js';
|
|
37
37
|
import 'react-virtual';
|
|
38
|
-
import './hook-
|
|
38
|
+
import './hook-d40b4e10.js';
|
|
39
39
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
40
40
|
import '../../button/esm/desktop';
|
|
41
41
|
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
package/select/esm/mobile.js
CHANGED
|
@@ -29,7 +29,7 @@ import '../../base-modal/esm';
|
|
|
29
29
|
import '../../button/esm/mobile';
|
|
30
30
|
import './components/virtual-options-list/Component.js';
|
|
31
31
|
import 'react-virtual';
|
|
32
|
-
import './hook-
|
|
32
|
+
import './hook-d40b4e10.js';
|
|
33
33
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
34
34
|
import '../../button/esm/desktop';
|
|
35
35
|
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|