@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
package/package.json
CHANGED
|
@@ -1,1622 +1,296 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
"name": "@alfalab/core-components",
|
|
3
|
+
"version": "42.3.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/core-ds/core-components.git"
|
|
8
|
+
},
|
|
9
|
+
"bugs": {
|
|
10
|
+
"url": "https://github.com/core-ds/core-components/issues"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "https://github.com/core-ds/core-components#readme",
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build": "./bin/build.sh",
|
|
15
|
+
"start": "storybook dev -p 9009",
|
|
16
|
+
"build-storybook": "storybook build -o build --quiet",
|
|
17
|
+
"build-storybook-from-dist": "cross-env BUILD_MODERN_ONLY=true yarn build && cross-env BUILD_STORYBOOK_FROM_DIST=true yarn build-storybook",
|
|
18
|
+
"serve-storybook": "http-server build -p 9009",
|
|
19
|
+
"update-colors": "node ./tools/update-colors.js && stylelint ./packages/{themes,vars}/**/*.css --fix && prettier --write \"./packages/{themes,vars}/**/*.css\"",
|
|
20
|
+
"update-typography": "node ./tools/update-typography.js",
|
|
21
|
+
"update-usages": "node ./tools/update-usages.js",
|
|
22
|
+
"lint": "yarn lint:css && yarn lint:js && yarn lint:deps",
|
|
23
|
+
"lint:css": "stylelint ./packages/**/*.css",
|
|
24
|
+
"lint:js": "eslint ./packages --ext .ts,.tsx,.js,.jsx --max-warnings 0",
|
|
25
|
+
"lint:deps": "node ./bin/lint-deps.js",
|
|
26
|
+
"test": "jest --watchAll=false --env=jsdom-sixteen",
|
|
27
|
+
"test:screenshots": "./bin/run-screenshots.sh",
|
|
28
|
+
"test:codemod": "jest --config=jest.codemod.config.js packages/codemod/",
|
|
29
|
+
"format": "prettier --write \"./{packages,bin}/**/*.{ts,tsx,js,jsx,css,json}\"",
|
|
30
|
+
"clean": "rimraf packages/*/{tsconfig.tsbuildinfo,dist} && rimraf {dist,build} && rimraf packages/**/__diff_output__ && rimraf .storybook/public/images/*preview-snap.png",
|
|
31
|
+
"cm": "git-cz",
|
|
32
|
+
"postbuild": "yarn purgecss",
|
|
33
|
+
"purgecss": "./bin/purgecss.sh",
|
|
34
|
+
"pub:ci": "node ./bin/release.js",
|
|
35
|
+
"pub:beta-ci": "./bin/publish-beta-ci.sh",
|
|
36
|
+
"generate-changelog": "cross-env GENERATE_CHANGELOG_ONLY=true node ./bin/release.js",
|
|
37
|
+
"analyze-package-sizes": "node bin/analyze-package-sizes.mjs",
|
|
38
|
+
"fill-exports-field": "node ./bin/fill-exports-field.mjs"
|
|
39
|
+
},
|
|
40
|
+
"browserslist": {
|
|
41
|
+
"production": [
|
|
42
|
+
"last 2 versions",
|
|
43
|
+
"ie >= 11",
|
|
44
|
+
"Android >= 5",
|
|
45
|
+
"iOS >= 9"
|
|
46
|
+
],
|
|
47
|
+
"development": [
|
|
48
|
+
"last 1 chrome version",
|
|
49
|
+
"last 1 firefox version",
|
|
50
|
+
"last 1 safari version"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"dependencies": {
|
|
54
|
+
"@alfalab/data": "^1.6.0",
|
|
55
|
+
"@alfalab/hooks": "^1.13.0",
|
|
56
|
+
"@alfalab/icons-classic": "^2.3.0",
|
|
57
|
+
"@alfalab/icons-flag": "^2.2.0",
|
|
58
|
+
"@alfalab/icons-glyph": "^2.108.0",
|
|
59
|
+
"@alfalab/icons-logotype": "^2.19.0",
|
|
60
|
+
"@alfalab/utils": "^1.14.4",
|
|
61
|
+
"@dnd-kit/core": "^6.0.7",
|
|
62
|
+
"@dnd-kit/sortable": "^7.0.2",
|
|
63
|
+
"@juggle/resize-observer": "^3.3.1",
|
|
64
|
+
"@popperjs/core": "^2.3.3",
|
|
65
|
+
"can-use-dom": "^0.1.0",
|
|
66
|
+
"classnames": "^2.3.1",
|
|
67
|
+
"compute-scroll-into-view": "^1.0.20",
|
|
68
|
+
"date-fns": "^2.16.1",
|
|
69
|
+
"downshift": "^5.4.7",
|
|
70
|
+
"element-closest": "^3.0.2",
|
|
71
|
+
"intersection-observer": "^0.12.0",
|
|
72
|
+
"libphonenumber-js": "^1.10.30",
|
|
73
|
+
"lodash.debounce": "^4.0.8",
|
|
74
|
+
"lodash.memoize": "^4.1.2",
|
|
75
|
+
"lodash.throttle": "^4.1.1",
|
|
76
|
+
"nouislider": "^15.6.0",
|
|
77
|
+
"popper-max-size-modifier": "^0.2.0",
|
|
78
|
+
"react-canvas-pattern-lock": "^1.1.1",
|
|
79
|
+
"react-div-100vh": "^0.7.0",
|
|
80
|
+
"react-focus-lock": "^2.9.3",
|
|
81
|
+
"react-markdown": "^8.0.7",
|
|
82
|
+
"react-merge-refs": "^1.1.0",
|
|
83
|
+
"react-popper": "^2.3.0",
|
|
84
|
+
"react-swipeable": "^7.0.0",
|
|
85
|
+
"react-textarea-autosize": "^8.3.4",
|
|
86
|
+
"react-transition-group": "^4.4.5",
|
|
87
|
+
"react-virtual": "^2.3.2",
|
|
88
|
+
"react-virtuoso": "^2.12.0",
|
|
89
|
+
"recharts": "^2.1.2",
|
|
90
|
+
"simplebar": "^5.3.8",
|
|
91
|
+
"swiper": "^6.8.2",
|
|
92
|
+
"text-mask-core": "^5.1.2",
|
|
93
|
+
"tslib": "^2.4.0",
|
|
94
|
+
"ui-primitives": "^11.17.0"
|
|
95
|
+
},
|
|
96
|
+
"devDependencies": {
|
|
97
|
+
"@alfalab/rollup-plugin-postcss": "^3.6.1",
|
|
98
|
+
"@changesets/cli": "^2.25.0",
|
|
99
|
+
"@changesets/get-github-info": "^0.5.1",
|
|
100
|
+
"@commitlint/config-conventional": "^17.3.0",
|
|
101
|
+
"@commitlint/config-lerna-scopes": "^17.2.1",
|
|
102
|
+
"@oat-sa/rollup-plugin-wildcard-external": "^0.1.0",
|
|
103
|
+
"@rollup/plugin-json": "^5.0.2",
|
|
104
|
+
"@storybook/addon-a11y": "^7.3.0",
|
|
105
|
+
"@storybook/addon-docs": "^7.3.0",
|
|
106
|
+
"@storybook/addon-knobs": "^7.0.2",
|
|
107
|
+
"@storybook/addons": "^7.3.0",
|
|
108
|
+
"@storybook/manager-api": "^7.3.0",
|
|
109
|
+
"@storybook/preset-create-react-app": "^7.3.0",
|
|
110
|
+
"@storybook/react": "^7.3.0",
|
|
111
|
+
"@storybook/react-webpack5": "^7.3.0",
|
|
112
|
+
"@testing-library/dom": "^8.17.1",
|
|
113
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
114
|
+
"@testing-library/react": "^13.3.0",
|
|
115
|
+
"@testing-library/react-hooks": "^8.0.1",
|
|
116
|
+
"@testing-library/user-event": "^14.4.3",
|
|
117
|
+
"@types/element-closest": "^3.0.0",
|
|
118
|
+
"@types/jest": "^26.0.15",
|
|
119
|
+
"@types/jest-image-snapshot": "^6.1.0",
|
|
120
|
+
"@types/lodash.camelcase": "^4.3.6",
|
|
121
|
+
"@types/lodash.debounce": "^4.0.6",
|
|
122
|
+
"@types/lodash.kebabcase": "^4.1.6",
|
|
123
|
+
"@types/lodash.upperfirst": "^4.3.6",
|
|
124
|
+
"@types/node": "^13.5.0",
|
|
125
|
+
"@types/react": "^18.0.15",
|
|
126
|
+
"@types/react-dom": "^18.0.6",
|
|
127
|
+
"@types/react-transition-group": "^4.4.5",
|
|
128
|
+
"@types/swiper": "^5.4.3",
|
|
129
|
+
"@types/webpack-env": "^1.18.0",
|
|
130
|
+
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
131
|
+
"@typescript-eslint/parser": "^5.40.1",
|
|
132
|
+
"arui-presets-lint": "^6.1.0",
|
|
133
|
+
"axios": "^0.21.0",
|
|
134
|
+
"babel-jest": "^26.6.3",
|
|
135
|
+
"commitizen": "^4.1.2",
|
|
136
|
+
"copy-to-clipboard": "^3.3.1",
|
|
137
|
+
"copyfiles": "^2.2.0",
|
|
138
|
+
"cross-env": "^7.0.3",
|
|
139
|
+
"css-loader": "^6.7.3",
|
|
140
|
+
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
141
|
+
"cz-conventional-changelog": "^3.2.0",
|
|
142
|
+
"depcheck": "^1.4.3",
|
|
143
|
+
"eslint": "^8.26.0",
|
|
144
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
145
|
+
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
146
|
+
"eslint-config-prettier": "^8.5.0",
|
|
147
|
+
"eslint-import-resolver-typescript": "~3.1.5",
|
|
148
|
+
"eslint-plugin-chai-friendly": "^0.7.2",
|
|
149
|
+
"eslint-plugin-cypress": "^2.12.1",
|
|
150
|
+
"eslint-plugin-dirnames": "^1.0.3",
|
|
151
|
+
"eslint-plugin-import": "^2.26.0",
|
|
152
|
+
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
153
|
+
"eslint-plugin-react": "^7.31.10",
|
|
154
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
155
|
+
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
156
|
+
"eslint-plugin-sort-class-members": "^1.15.2",
|
|
157
|
+
"eslint-plugin-unicorn": "^42.0.0",
|
|
158
|
+
"git-url-parse": "^11.1.2",
|
|
159
|
+
"glob": "^7.1.6",
|
|
160
|
+
"globby": "^11.0.1",
|
|
161
|
+
"handlebars": "^4.7.3",
|
|
162
|
+
"http-server": "^0.12.3",
|
|
163
|
+
"husky": "^4.3.8",
|
|
164
|
+
"identity-obj-proxy": "^3.0.0",
|
|
165
|
+
"jest": "^26.6.3",
|
|
166
|
+
"jest-environment-jsdom-sixteen": "^1.0.3",
|
|
167
|
+
"jest-image-snapshot": "^6.1.0",
|
|
168
|
+
"json": "^10.0.0",
|
|
169
|
+
"lerna": "^6.1.0",
|
|
170
|
+
"levenary": "^1.1.1",
|
|
171
|
+
"lint-staged": "^12.5.0",
|
|
172
|
+
"lodash.camelcase": "^4.3.0",
|
|
173
|
+
"lodash.kebabcase": "^4.1.1",
|
|
174
|
+
"lodash.upperfirst": "^4.3.1",
|
|
175
|
+
"mini-css-extract-plugin": "^2.7.5",
|
|
176
|
+
"playwright": "^1.33.0",
|
|
177
|
+
"postcss-cli": "^7.1.0",
|
|
178
|
+
"postcss-custom-media": "^7.0.8",
|
|
179
|
+
"postcss-custom-properties": "^10.0.0",
|
|
180
|
+
"postcss-each": "^0.10.0",
|
|
181
|
+
"postcss-export-custom-variables": "^1.0.0",
|
|
182
|
+
"postcss-for": "^2.1.1",
|
|
183
|
+
"postcss-import": "^12.0.1",
|
|
184
|
+
"postcss-mixins": "^6.2.3",
|
|
185
|
+
"postcss-preset-env": "^6.7.0",
|
|
186
|
+
"prettier": "^2.7.1",
|
|
187
|
+
"purgecss": "^2.2.1",
|
|
188
|
+
"querystring-es3": "^0.2.1",
|
|
189
|
+
"raw-loader": "^4.0.1",
|
|
190
|
+
"react": "^18.2.0",
|
|
191
|
+
"react-dom": "^18.2.0",
|
|
192
|
+
"react-github-btn": "^1.2.0",
|
|
193
|
+
"react-scripts": "^5.0.1",
|
|
194
|
+
"rimraf": "^3.0.2",
|
|
195
|
+
"rollup": "^3.19.1",
|
|
196
|
+
"rollup-plugin-copy": "^3.4.0",
|
|
197
|
+
"rollup-plugin-multi-input": "^1.3.1",
|
|
198
|
+
"rollup-plugin-ts": "^3.0.2",
|
|
199
|
+
"shelljs": "^0.8.5",
|
|
200
|
+
"standard-version": "^8.0.0",
|
|
201
|
+
"storybook": "^7.3.0",
|
|
202
|
+
"storybook-addon-live-examples": "2.0.2",
|
|
203
|
+
"stylelint": "^14.9.1",
|
|
204
|
+
"stylelint-config-prettier": "^9.0.3",
|
|
205
|
+
"stylelint-config-standard": "^20.0.0",
|
|
206
|
+
"svgo": "^3.0.2",
|
|
207
|
+
"ts-jest": "^26.4.4",
|
|
208
|
+
"typescript": "~4.7.4",
|
|
209
|
+
"url-loader": "^4.1.1"
|
|
210
|
+
},
|
|
211
|
+
"peerDependencies": {
|
|
212
|
+
"react": ">=16.8.0",
|
|
213
|
+
"react-dom": ">=16.8.0"
|
|
214
|
+
},
|
|
215
|
+
"publishConfig": {
|
|
216
|
+
"access": "public"
|
|
217
|
+
},
|
|
218
|
+
"prettier": "arui-presets-lint/prettier",
|
|
219
|
+
"eslintConfig": {
|
|
220
|
+
"parserOptions": {
|
|
221
|
+
"project": [
|
|
222
|
+
"./tsconfig.eslint.json",
|
|
223
|
+
"./packages/*/tsconfig.json"
|
|
224
|
+
]
|
|
8
225
|
},
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"update-usages": "node ./tools/update-usages.js",
|
|
22
|
-
"lint": "yarn lint:css && yarn lint:js && yarn lint:deps",
|
|
23
|
-
"lint:css": "stylelint ./packages/**/*.css",
|
|
24
|
-
"lint:js": "eslint ./packages --ext .ts,.tsx,.js,.jsx --max-warnings 0",
|
|
25
|
-
"lint:deps": "node ./bin/lint-deps.js",
|
|
26
|
-
"test": "jest --watchAll=false --env=jsdom-sixteen",
|
|
27
|
-
"test:screenshots": "./bin/run-screenshots.sh",
|
|
28
|
-
"test:codemod": "jest --config=jest.codemod.config.js packages/codemod/",
|
|
29
|
-
"format": "prettier --write \"./{packages,bin}/**/*.{ts,tsx,js,jsx,css,json}\"",
|
|
30
|
-
"clean": "rimraf packages/*/{tsconfig.tsbuildinfo,dist} && rimraf {dist,build} && rimraf packages/**/__diff_output__ && rimraf .storybook/public/images/*preview-snap.png",
|
|
31
|
-
"cm": "git-cz",
|
|
32
|
-
"postbuild": "yarn purgecss",
|
|
33
|
-
"purgecss": "./bin/purgecss.sh",
|
|
34
|
-
"pub:ci": "node ./bin/release.js",
|
|
35
|
-
"pub:beta-ci": "./bin/publish-beta-ci.sh",
|
|
36
|
-
"generate-changelog": "cross-env GENERATE_CHANGELOG_ONLY=true node ./bin/release.js",
|
|
37
|
-
"analyze-package-sizes": "node bin/analyze-package-sizes.mjs",
|
|
38
|
-
"fill-exports-field": "node ./bin/fill-exports-field.mjs"
|
|
39
|
-
},
|
|
40
|
-
"browserslist": {
|
|
41
|
-
"production": [
|
|
42
|
-
"last 2 versions",
|
|
43
|
-
"ie >= 11",
|
|
44
|
-
"Android >= 5",
|
|
45
|
-
"iOS >= 9"
|
|
46
|
-
],
|
|
47
|
-
"development": [
|
|
48
|
-
"last 1 chrome version",
|
|
49
|
-
"last 1 firefox version",
|
|
50
|
-
"last 1 safari version"
|
|
51
|
-
]
|
|
52
|
-
},
|
|
53
|
-
"dependencies": {
|
|
54
|
-
"@alfalab/data": "^1.6.0",
|
|
55
|
-
"@alfalab/hooks": "^1.13.0",
|
|
56
|
-
"@alfalab/icons-classic": "^2.3.0",
|
|
57
|
-
"@alfalab/icons-flag": "^2.2.0",
|
|
58
|
-
"@alfalab/icons-glyph": "^2.108.0",
|
|
59
|
-
"@alfalab/icons-logotype": "^2.19.0",
|
|
60
|
-
"@alfalab/utils": "^1.14.4",
|
|
61
|
-
"@dnd-kit/core": "^6.0.7",
|
|
62
|
-
"@dnd-kit/sortable": "^7.0.2",
|
|
63
|
-
"@juggle/resize-observer": "^3.3.1",
|
|
64
|
-
"@popperjs/core": "^2.3.3",
|
|
65
|
-
"can-use-dom": "^0.1.0",
|
|
66
|
-
"classnames": "^2.3.1",
|
|
67
|
-
"compute-scroll-into-view": "^1.0.20",
|
|
68
|
-
"date-fns": "^2.16.1",
|
|
69
|
-
"downshift": "^5.4.7",
|
|
70
|
-
"element-closest": "^3.0.2",
|
|
71
|
-
"intersection-observer": "^0.12.0",
|
|
72
|
-
"libphonenumber-js": "^1.10.30",
|
|
73
|
-
"lodash.debounce": "^4.0.8",
|
|
74
|
-
"lodash.memoize": "^4.1.2",
|
|
75
|
-
"lodash.throttle": "^4.1.1",
|
|
76
|
-
"nouislider": "^15.6.0",
|
|
77
|
-
"popper-max-size-modifier": "^0.2.0",
|
|
78
|
-
"react-canvas-pattern-lock": "^1.1.1",
|
|
79
|
-
"react-div-100vh": "^0.7.0",
|
|
80
|
-
"react-focus-lock": "^2.9.3",
|
|
81
|
-
"react-markdown": "^8.0.7",
|
|
82
|
-
"react-merge-refs": "^1.1.0",
|
|
83
|
-
"react-popper": "^2.3.0",
|
|
84
|
-
"react-swipeable": "^7.0.0",
|
|
85
|
-
"react-textarea-autosize": "^8.3.4",
|
|
86
|
-
"react-transition-group": "^4.4.5",
|
|
87
|
-
"react-virtual": "^2.3.2",
|
|
88
|
-
"react-virtuoso": "^2.12.0",
|
|
89
|
-
"recharts": "^2.1.2",
|
|
90
|
-
"simplebar": "^5.3.8",
|
|
91
|
-
"swiper": "^6.8.2",
|
|
92
|
-
"text-mask-core": "^5.1.2",
|
|
93
|
-
"tslib": "^2.4.0",
|
|
94
|
-
"ui-primitives": "^11.17.0"
|
|
95
|
-
},
|
|
96
|
-
"devDependencies": {
|
|
97
|
-
"@alfalab/rollup-plugin-postcss": "^3.6.1",
|
|
98
|
-
"@changesets/cli": "^2.25.0",
|
|
99
|
-
"@changesets/get-github-info": "^0.5.1",
|
|
100
|
-
"@commitlint/config-conventional": "^17.3.0",
|
|
101
|
-
"@commitlint/config-lerna-scopes": "^17.2.1",
|
|
102
|
-
"@oat-sa/rollup-plugin-wildcard-external": "^0.1.0",
|
|
103
|
-
"@rollup/plugin-json": "^5.0.2",
|
|
104
|
-
"@storybook/addon-a11y": "^7.3.0",
|
|
105
|
-
"@storybook/addon-docs": "^7.3.0",
|
|
106
|
-
"@storybook/addon-knobs": "^7.0.2",
|
|
107
|
-
"@storybook/addons": "^7.3.0",
|
|
108
|
-
"@storybook/manager-api": "^7.3.0",
|
|
109
|
-
"@storybook/preset-create-react-app": "^7.3.0",
|
|
110
|
-
"@storybook/react": "^7.3.0",
|
|
111
|
-
"@storybook/react-webpack5": "^7.3.0",
|
|
112
|
-
"@testing-library/dom": "^8.17.1",
|
|
113
|
-
"@testing-library/jest-dom": "^5.16.5",
|
|
114
|
-
"@testing-library/react": "^13.3.0",
|
|
115
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
116
|
-
"@testing-library/user-event": "^14.4.3",
|
|
117
|
-
"@types/element-closest": "^3.0.0",
|
|
118
|
-
"@types/jest": "^26.0.15",
|
|
119
|
-
"@types/jest-image-snapshot": "^6.1.0",
|
|
120
|
-
"@types/lodash.camelcase": "^4.3.6",
|
|
121
|
-
"@types/lodash.debounce": "^4.0.6",
|
|
122
|
-
"@types/lodash.kebabcase": "^4.1.6",
|
|
123
|
-
"@types/lodash.upperfirst": "^4.3.6",
|
|
124
|
-
"@types/node": "^13.5.0",
|
|
125
|
-
"@types/react": "^18.0.15",
|
|
126
|
-
"@types/react-dom": "^18.0.6",
|
|
127
|
-
"@types/react-transition-group": "^4.4.5",
|
|
128
|
-
"@types/swiper": "^5.4.3",
|
|
129
|
-
"@types/webpack-env": "^1.18.0",
|
|
130
|
-
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
131
|
-
"@typescript-eslint/parser": "^5.40.1",
|
|
132
|
-
"arui-presets-lint": "^6.1.0",
|
|
133
|
-
"axios": "^0.21.0",
|
|
134
|
-
"babel-jest": "^26.6.3",
|
|
135
|
-
"commitizen": "^4.1.2",
|
|
136
|
-
"copy-to-clipboard": "^3.3.1",
|
|
137
|
-
"copyfiles": "^2.2.0",
|
|
138
|
-
"cross-env": "^7.0.3",
|
|
139
|
-
"css-loader": "^6.7.3",
|
|
140
|
-
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
141
|
-
"cz-conventional-changelog": "^3.2.0",
|
|
142
|
-
"depcheck": "^1.4.3",
|
|
143
|
-
"eslint": "^8.26.0",
|
|
144
|
-
"eslint-config-airbnb": "^19.0.4",
|
|
145
|
-
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
146
|
-
"eslint-config-prettier": "^8.5.0",
|
|
147
|
-
"eslint-import-resolver-typescript": "~3.1.5",
|
|
148
|
-
"eslint-plugin-chai-friendly": "^0.7.2",
|
|
149
|
-
"eslint-plugin-cypress": "^2.12.1",
|
|
150
|
-
"eslint-plugin-dirnames": "^1.0.3",
|
|
151
|
-
"eslint-plugin-import": "^2.26.0",
|
|
152
|
-
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
153
|
-
"eslint-plugin-react": "^7.31.10",
|
|
154
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
155
|
-
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
156
|
-
"eslint-plugin-sort-class-members": "^1.15.2",
|
|
157
|
-
"eslint-plugin-unicorn": "^42.0.0",
|
|
158
|
-
"git-url-parse": "^11.1.2",
|
|
159
|
-
"glob": "^7.1.6",
|
|
160
|
-
"globby": "^11.0.1",
|
|
161
|
-
"handlebars": "^4.7.3",
|
|
162
|
-
"http-server": "^0.12.3",
|
|
163
|
-
"husky": "^4.3.8",
|
|
164
|
-
"identity-obj-proxy": "^3.0.0",
|
|
165
|
-
"jest": "^26.6.3",
|
|
166
|
-
"jest-environment-jsdom-sixteen": "^1.0.3",
|
|
167
|
-
"jest-image-snapshot": "^6.1.0",
|
|
168
|
-
"json": "^10.0.0",
|
|
169
|
-
"lerna": "^6.1.0",
|
|
170
|
-
"levenary": "^1.1.1",
|
|
171
|
-
"lint-staged": "^12.5.0",
|
|
172
|
-
"lodash.camelcase": "^4.3.0",
|
|
173
|
-
"lodash.kebabcase": "^4.1.1",
|
|
174
|
-
"lodash.upperfirst": "^4.3.1",
|
|
175
|
-
"mini-css-extract-plugin": "^2.7.5",
|
|
176
|
-
"playwright": "^1.33.0",
|
|
177
|
-
"postcss-cli": "^7.1.0",
|
|
178
|
-
"postcss-custom-media": "^7.0.8",
|
|
179
|
-
"postcss-custom-properties": "^10.0.0",
|
|
180
|
-
"postcss-each": "^0.10.0",
|
|
181
|
-
"postcss-export-custom-variables": "^1.0.0",
|
|
182
|
-
"postcss-for": "^2.1.1",
|
|
183
|
-
"postcss-import": "^12.0.1",
|
|
184
|
-
"postcss-mixins": "^6.2.3",
|
|
185
|
-
"postcss-preset-env": "^6.7.0",
|
|
186
|
-
"prettier": "^2.7.1",
|
|
187
|
-
"purgecss": "^2.2.1",
|
|
188
|
-
"querystring-es3": "^0.2.1",
|
|
189
|
-
"raw-loader": "^4.0.1",
|
|
190
|
-
"react": "^18.2.0",
|
|
191
|
-
"react-dom": "^18.2.0",
|
|
192
|
-
"react-github-btn": "^1.2.0",
|
|
193
|
-
"react-scripts": "^5.0.1",
|
|
194
|
-
"rimraf": "^3.0.2",
|
|
195
|
-
"rollup": "^3.19.1",
|
|
196
|
-
"rollup-plugin-copy": "^3.4.0",
|
|
197
|
-
"rollup-plugin-multi-input": "^1.3.1",
|
|
198
|
-
"rollup-plugin-ts": "^3.0.2",
|
|
199
|
-
"shelljs": "^0.8.5",
|
|
200
|
-
"standard-version": "^8.0.0",
|
|
201
|
-
"storybook": "^7.3.0",
|
|
202
|
-
"storybook-addon-live-examples": "2.0.2",
|
|
203
|
-
"stylelint": "^14.9.1",
|
|
204
|
-
"stylelint-config-prettier": "^9.0.3",
|
|
205
|
-
"stylelint-config-standard": "^20.0.0",
|
|
206
|
-
"svgo": "^3.0.2",
|
|
207
|
-
"ts-jest": "^26.4.4",
|
|
208
|
-
"typescript": "~4.7.4",
|
|
209
|
-
"url-loader": "^4.1.1"
|
|
210
|
-
},
|
|
211
|
-
"peerDependencies": {
|
|
212
|
-
"react": ">=16.8.0",
|
|
213
|
-
"react-dom": ">=16.8.0"
|
|
214
|
-
},
|
|
215
|
-
"publishConfig": {
|
|
216
|
-
"access": "public"
|
|
217
|
-
},
|
|
218
|
-
"prettier": "arui-presets-lint/prettier",
|
|
219
|
-
"eslintConfig": {
|
|
220
|
-
"parserOptions": {
|
|
221
|
-
"project": [
|
|
222
|
-
"./tsconfig.eslint.json",
|
|
223
|
-
"./packages/*/tsconfig.json"
|
|
224
|
-
]
|
|
225
|
-
},
|
|
226
|
-
"ignorePatterns": [
|
|
227
|
-
"**/*.test*",
|
|
228
|
-
"**/*.stories*"
|
|
229
|
-
],
|
|
230
|
-
"extends": "./node_modules/arui-presets-lint/eslint",
|
|
231
|
-
"overrides": [
|
|
232
|
-
{
|
|
233
|
-
"files": [
|
|
234
|
-
"**/*.tsx",
|
|
235
|
-
"**/*.ts",
|
|
236
|
-
"**/*.jsx",
|
|
237
|
-
"**/*.js"
|
|
238
|
-
],
|
|
239
|
-
"rules": {
|
|
240
|
-
"import/no-extraneous-dependencies": 0,
|
|
241
|
-
"unicorn/filename-case": 0,
|
|
242
|
-
"react/no-unused-prop-types": 0,
|
|
243
|
-
"dirnames/match-kebab-case": 0,
|
|
244
|
-
"import/no-relative-packages": 0
|
|
245
|
-
}
|
|
246
|
-
}
|
|
226
|
+
"ignorePatterns": [
|
|
227
|
+
"**/*.test*",
|
|
228
|
+
"**/*.stories*"
|
|
229
|
+
],
|
|
230
|
+
"extends": "./node_modules/arui-presets-lint/eslint",
|
|
231
|
+
"overrides": [
|
|
232
|
+
{
|
|
233
|
+
"files": [
|
|
234
|
+
"**/*.tsx",
|
|
235
|
+
"**/*.ts",
|
|
236
|
+
"**/*.jsx",
|
|
237
|
+
"**/*.js"
|
|
247
238
|
],
|
|
248
239
|
"rules": {
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
},
|
|
255
|
-
"stylelint": {
|
|
256
|
-
"extends": "arui-presets-lint/stylelint",
|
|
257
|
-
"rules": {
|
|
258
|
-
"arui-cssvars/use-variables": false,
|
|
259
|
-
"selector-pseudo-class-no-unknown": [
|
|
260
|
-
true,
|
|
261
|
-
{
|
|
262
|
-
"ignorePseudoClasses": [
|
|
263
|
-
"global"
|
|
264
|
-
]
|
|
265
|
-
}
|
|
266
|
-
]
|
|
240
|
+
"import/no-extraneous-dependencies": 0,
|
|
241
|
+
"unicorn/filename-case": 0,
|
|
242
|
+
"react/no-unused-prop-types": 0,
|
|
243
|
+
"dirnames/match-kebab-case": 0,
|
|
244
|
+
"import/no-relative-packages": 0
|
|
267
245
|
}
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
"
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
},
|
|
288
|
-
"config": {
|
|
289
|
-
"commitizen": {
|
|
290
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"rules": {
|
|
249
|
+
"multiline-comment-style": [
|
|
250
|
+
"error",
|
|
251
|
+
"starred-block"
|
|
252
|
+
]
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"stylelint": {
|
|
256
|
+
"extends": "arui-presets-lint/stylelint",
|
|
257
|
+
"rules": {
|
|
258
|
+
"arui-cssvars/use-variables": false,
|
|
259
|
+
"selector-pseudo-class-no-unknown": [
|
|
260
|
+
true,
|
|
261
|
+
{
|
|
262
|
+
"ignorePseudoClasses": [
|
|
263
|
+
"global"
|
|
264
|
+
]
|
|
291
265
|
}
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
"
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
"./underlay/modern/*": "./underlay/modern/*",
|
|
318
|
-
"./underlay/esm/*": "./underlay/esm/*",
|
|
319
|
-
"./underlay/cssm/*": "./underlay/cssm/*",
|
|
320
|
-
"./typography/modern": "./typography/modern/index.js",
|
|
321
|
-
"./typography/esm": "./typography/esm/index.js",
|
|
322
|
-
"./typography/cssm": "./typography/cssm/index.js",
|
|
323
|
-
"./typography": {
|
|
324
|
-
"import": "./typography/esm/index.js",
|
|
325
|
-
"require": "./typography/index.js"
|
|
326
|
-
},
|
|
327
|
-
"./typography/modern/*": "./typography/modern/*",
|
|
328
|
-
"./typography/esm/*": "./typography/esm/*",
|
|
329
|
-
"./typography/cssm/*": "./typography/cssm/*",
|
|
330
|
-
"./tooltip/modern": "./tooltip/modern/index.js",
|
|
331
|
-
"./tooltip/esm": "./tooltip/esm/index.js",
|
|
332
|
-
"./tooltip/cssm": "./tooltip/cssm/index.js",
|
|
333
|
-
"./tooltip": {
|
|
334
|
-
"import": "./tooltip/esm/index.js",
|
|
335
|
-
"require": "./tooltip/index.js"
|
|
336
|
-
},
|
|
337
|
-
"./tooltip/desktop": {
|
|
338
|
-
"import": "./tooltip/esm/desktop.js",
|
|
339
|
-
"require": "./tooltip/desktop.js"
|
|
340
|
-
},
|
|
341
|
-
"./tooltip/mobile": {
|
|
342
|
-
"import": "./tooltip/esm/mobile.js",
|
|
343
|
-
"require": "./tooltip/mobile.js"
|
|
344
|
-
},
|
|
345
|
-
"./tooltip/modern/*": "./tooltip/modern/*",
|
|
346
|
-
"./tooltip/esm/*": "./tooltip/esm/*",
|
|
347
|
-
"./tooltip/cssm/*": "./tooltip/cssm/*",
|
|
348
|
-
"./toast/modern": "./toast/modern/index.js",
|
|
349
|
-
"./toast/esm": "./toast/esm/index.js",
|
|
350
|
-
"./toast/cssm": "./toast/cssm/index.js",
|
|
351
|
-
"./toast": {
|
|
352
|
-
"import": "./toast/esm/index.js",
|
|
353
|
-
"require": "./toast/index.js"
|
|
354
|
-
},
|
|
355
|
-
"./toast/desktop": {
|
|
356
|
-
"import": "./toast/esm/desktop.js",
|
|
357
|
-
"require": "./toast/desktop.js"
|
|
358
|
-
},
|
|
359
|
-
"./toast/mobile": {
|
|
360
|
-
"import": "./toast/esm/mobile.js",
|
|
361
|
-
"require": "./toast/mobile.js"
|
|
362
|
-
},
|
|
363
|
-
"./toast/modern/*": "./toast/modern/*",
|
|
364
|
-
"./toast/esm/*": "./toast/esm/*",
|
|
365
|
-
"./toast/cssm/*": "./toast/cssm/*",
|
|
366
|
-
"./toast-plate/modern": "./toast-plate/modern/index.js",
|
|
367
|
-
"./toast-plate/esm": "./toast-plate/esm/index.js",
|
|
368
|
-
"./toast-plate/cssm": "./toast-plate/cssm/index.js",
|
|
369
|
-
"./toast-plate": {
|
|
370
|
-
"import": "./toast-plate/esm/index.js",
|
|
371
|
-
"require": "./toast-plate/index.js"
|
|
372
|
-
},
|
|
373
|
-
"./toast-plate/desktop": {
|
|
374
|
-
"import": "./toast-plate/esm/desktop.js",
|
|
375
|
-
"require": "./toast-plate/desktop.js"
|
|
376
|
-
},
|
|
377
|
-
"./toast-plate/mobile": {
|
|
378
|
-
"import": "./toast-plate/esm/mobile.js",
|
|
379
|
-
"require": "./toast-plate/mobile.js"
|
|
380
|
-
},
|
|
381
|
-
"./toast-plate/modern/*": "./toast-plate/modern/*",
|
|
382
|
-
"./toast-plate/esm/*": "./toast-plate/esm/*",
|
|
383
|
-
"./toast-plate/cssm/*": "./toast-plate/cssm/*",
|
|
384
|
-
"./time-input/modern": "./time-input/modern/index.js",
|
|
385
|
-
"./time-input/esm": "./time-input/esm/index.js",
|
|
386
|
-
"./time-input/cssm": "./time-input/cssm/index.js",
|
|
387
|
-
"./time-input": {
|
|
388
|
-
"import": "./time-input/esm/index.js",
|
|
389
|
-
"require": "./time-input/index.js"
|
|
390
|
-
},
|
|
391
|
-
"./time-input/modern/*": "./time-input/modern/*",
|
|
392
|
-
"./time-input/esm/*": "./time-input/esm/*",
|
|
393
|
-
"./time-input/cssm/*": "./time-input/cssm/*",
|
|
394
|
-
"./textarea/modern": "./textarea/modern/index.js",
|
|
395
|
-
"./textarea/esm": "./textarea/esm/index.js",
|
|
396
|
-
"./textarea/cssm": "./textarea/cssm/index.js",
|
|
397
|
-
"./textarea": {
|
|
398
|
-
"import": "./textarea/esm/index.js",
|
|
399
|
-
"require": "./textarea/index.js"
|
|
400
|
-
},
|
|
401
|
-
"./textarea/modern/*": "./textarea/modern/*",
|
|
402
|
-
"./textarea/esm/*": "./textarea/esm/*",
|
|
403
|
-
"./textarea/cssm/*": "./textarea/cssm/*",
|
|
404
|
-
"./tag/modern": "./tag/modern/index.js",
|
|
405
|
-
"./tag/esm": "./tag/esm/index.js",
|
|
406
|
-
"./tag/cssm": "./tag/cssm/index.js",
|
|
407
|
-
"./tag": {
|
|
408
|
-
"import": "./tag/esm/index.js",
|
|
409
|
-
"require": "./tag/index.js"
|
|
410
|
-
},
|
|
411
|
-
"./tag/desktop": {
|
|
412
|
-
"import": "./tag/esm/desktop.js",
|
|
413
|
-
"require": "./tag/desktop.js"
|
|
414
|
-
},
|
|
415
|
-
"./tag/mobile": {
|
|
416
|
-
"import": "./tag/esm/mobile.js",
|
|
417
|
-
"require": "./tag/mobile.js"
|
|
418
|
-
},
|
|
419
|
-
"./tag/modern/*": "./tag/modern/*",
|
|
420
|
-
"./tag/esm/*": "./tag/esm/*",
|
|
421
|
-
"./tag/cssm/*": "./tag/cssm/*",
|
|
422
|
-
"./tabs/modern": "./tabs/modern/index.js",
|
|
423
|
-
"./tabs/esm": "./tabs/esm/index.js",
|
|
424
|
-
"./tabs/cssm": "./tabs/cssm/index.js",
|
|
425
|
-
"./tabs": {
|
|
426
|
-
"import": "./tabs/esm/index.js",
|
|
427
|
-
"require": "./tabs/index.js"
|
|
428
|
-
},
|
|
429
|
-
"./tabs/desktop": {
|
|
430
|
-
"import": "./tabs/esm/desktop.js",
|
|
431
|
-
"require": "./tabs/desktop.js"
|
|
432
|
-
},
|
|
433
|
-
"./tabs/mobile": {
|
|
434
|
-
"import": "./tabs/esm/mobile.js",
|
|
435
|
-
"require": "./tabs/mobile.js"
|
|
436
|
-
},
|
|
437
|
-
"./tabs/shared": {
|
|
438
|
-
"import": "./tabs/esm/shared.js",
|
|
439
|
-
"require": "./tabs/shared.js"
|
|
440
|
-
},
|
|
441
|
-
"./tabs/collapsible": {
|
|
442
|
-
"import": "./tabs/esm/collapsible.js",
|
|
443
|
-
"require": "./tabs/collapsible.js"
|
|
444
|
-
},
|
|
445
|
-
"./tabs/modern/*": "./tabs/modern/*",
|
|
446
|
-
"./tabs/esm/*": "./tabs/esm/*",
|
|
447
|
-
"./tabs/cssm/*": "./tabs/cssm/*",
|
|
448
|
-
"./table/modern": "./table/modern/index.js",
|
|
449
|
-
"./table/esm": "./table/esm/index.js",
|
|
450
|
-
"./table/cssm": "./table/cssm/index.js",
|
|
451
|
-
"./table": {
|
|
452
|
-
"import": "./table/esm/index.js",
|
|
453
|
-
"require": "./table/index.js"
|
|
454
|
-
},
|
|
455
|
-
"./table/modern/*": "./table/modern/*",
|
|
456
|
-
"./table/esm/*": "./table/esm/*",
|
|
457
|
-
"./table/cssm/*": "./table/cssm/*",
|
|
458
|
-
"./system-message/modern": "./system-message/modern/index.js",
|
|
459
|
-
"./system-message/esm": "./system-message/esm/index.js",
|
|
460
|
-
"./system-message/cssm": "./system-message/cssm/index.js",
|
|
461
|
-
"./system-message": {
|
|
462
|
-
"import": "./system-message/esm/index.js",
|
|
463
|
-
"require": "./system-message/index.js"
|
|
464
|
-
},
|
|
465
|
-
"./system-message/desktop": {
|
|
466
|
-
"import": "./system-message/esm/desktop.js",
|
|
467
|
-
"require": "./system-message/desktop.js"
|
|
468
|
-
},
|
|
469
|
-
"./system-message/mobile": {
|
|
470
|
-
"import": "./system-message/esm/mobile.js",
|
|
471
|
-
"require": "./system-message/mobile.js"
|
|
472
|
-
},
|
|
473
|
-
"./system-message/modern/*": "./system-message/modern/*",
|
|
474
|
-
"./system-message/esm/*": "./system-message/esm/*",
|
|
475
|
-
"./system-message/cssm/*": "./system-message/cssm/*",
|
|
476
|
-
"./switch/modern": "./switch/modern/index.js",
|
|
477
|
-
"./switch/esm": "./switch/esm/index.js",
|
|
478
|
-
"./switch/cssm": "./switch/cssm/index.js",
|
|
479
|
-
"./switch": {
|
|
480
|
-
"import": "./switch/esm/index.js",
|
|
481
|
-
"require": "./switch/index.js"
|
|
482
|
-
},
|
|
483
|
-
"./switch/modern/*": "./switch/modern/*",
|
|
484
|
-
"./switch/esm/*": "./switch/esm/*",
|
|
485
|
-
"./switch/cssm/*": "./switch/cssm/*",
|
|
486
|
-
"./steps/modern": "./steps/modern/index.js",
|
|
487
|
-
"./steps/esm": "./steps/esm/index.js",
|
|
488
|
-
"./steps/cssm": "./steps/cssm/index.js",
|
|
489
|
-
"./steps": {
|
|
490
|
-
"import": "./steps/esm/index.js",
|
|
491
|
-
"require": "./steps/index.js"
|
|
492
|
-
},
|
|
493
|
-
"./steps/modern/*": "./steps/modern/*",
|
|
494
|
-
"./steps/esm/*": "./steps/esm/*",
|
|
495
|
-
"./steps/cssm/*": "./steps/cssm/*",
|
|
496
|
-
"./stepped-progress-bar/modern": "./stepped-progress-bar/modern/index.js",
|
|
497
|
-
"./stepped-progress-bar/esm": "./stepped-progress-bar/esm/index.js",
|
|
498
|
-
"./stepped-progress-bar/cssm": "./stepped-progress-bar/cssm/index.js",
|
|
499
|
-
"./stepped-progress-bar": {
|
|
500
|
-
"import": "./stepped-progress-bar/esm/index.js",
|
|
501
|
-
"require": "./stepped-progress-bar/index.js"
|
|
502
|
-
},
|
|
503
|
-
"./stepped-progress-bar/modern/*": "./stepped-progress-bar/modern/*",
|
|
504
|
-
"./stepped-progress-bar/esm/*": "./stepped-progress-bar/esm/*",
|
|
505
|
-
"./stepped-progress-bar/cssm/*": "./stepped-progress-bar/cssm/*",
|
|
506
|
-
"./status/modern": "./status/modern/index.js",
|
|
507
|
-
"./status/esm": "./status/esm/index.js",
|
|
508
|
-
"./status/cssm": "./status/cssm/index.js",
|
|
509
|
-
"./status": {
|
|
510
|
-
"import": "./status/esm/index.js",
|
|
511
|
-
"require": "./status/index.js"
|
|
512
|
-
},
|
|
513
|
-
"./status/modern/*": "./status/modern/*",
|
|
514
|
-
"./status/esm/*": "./status/esm/*",
|
|
515
|
-
"./status/cssm/*": "./status/cssm/*",
|
|
516
|
-
"./stack/modern": "./stack/modern/index.js",
|
|
517
|
-
"./stack/esm": "./stack/esm/index.js",
|
|
518
|
-
"./stack/cssm": "./stack/cssm/index.js",
|
|
519
|
-
"./stack": {
|
|
520
|
-
"import": "./stack/esm/index.js",
|
|
521
|
-
"require": "./stack/index.js"
|
|
522
|
-
},
|
|
523
|
-
"./stack/modern/*": "./stack/modern/*",
|
|
524
|
-
"./stack/esm/*": "./stack/esm/*",
|
|
525
|
-
"./stack/cssm/*": "./stack/cssm/*",
|
|
526
|
-
"./spinner/modern": "./spinner/modern/index.js",
|
|
527
|
-
"./spinner/esm": "./spinner/esm/index.js",
|
|
528
|
-
"./spinner/cssm": "./spinner/cssm/index.js",
|
|
529
|
-
"./spinner": {
|
|
530
|
-
"import": "./spinner/esm/index.js",
|
|
531
|
-
"require": "./spinner/index.js"
|
|
532
|
-
},
|
|
533
|
-
"./spinner/modern/*": "./spinner/modern/*",
|
|
534
|
-
"./spinner/esm/*": "./spinner/esm/*",
|
|
535
|
-
"./spinner/cssm/*": "./spinner/cssm/*",
|
|
536
|
-
"./space/modern": "./space/modern/index.js",
|
|
537
|
-
"./space/esm": "./space/esm/index.js",
|
|
538
|
-
"./space/cssm": "./space/cssm/index.js",
|
|
539
|
-
"./space": {
|
|
540
|
-
"import": "./space/esm/index.js",
|
|
541
|
-
"require": "./space/index.js"
|
|
542
|
-
},
|
|
543
|
-
"./space/modern/*": "./space/modern/*",
|
|
544
|
-
"./space/esm/*": "./space/esm/*",
|
|
545
|
-
"./space/cssm/*": "./space/cssm/*",
|
|
546
|
-
"./sortable-list/modern": "./sortable-list/modern/index.js",
|
|
547
|
-
"./sortable-list/esm": "./sortable-list/esm/index.js",
|
|
548
|
-
"./sortable-list/cssm": "./sortable-list/cssm/index.js",
|
|
549
|
-
"./sortable-list": {
|
|
550
|
-
"import": "./sortable-list/esm/index.js",
|
|
551
|
-
"require": "./sortable-list/index.js"
|
|
552
|
-
},
|
|
553
|
-
"./sortable-list/modern/*": "./sortable-list/modern/*",
|
|
554
|
-
"./sortable-list/esm/*": "./sortable-list/esm/*",
|
|
555
|
-
"./sortable-list/cssm/*": "./sortable-list/cssm/*",
|
|
556
|
-
"./slider/modern": "./slider/modern/index.js",
|
|
557
|
-
"./slider/esm": "./slider/esm/index.js",
|
|
558
|
-
"./slider/cssm": "./slider/cssm/index.js",
|
|
559
|
-
"./slider": {
|
|
560
|
-
"import": "./slider/esm/index.js",
|
|
561
|
-
"require": "./slider/index.js"
|
|
562
|
-
},
|
|
563
|
-
"./slider/modern/*": "./slider/modern/*",
|
|
564
|
-
"./slider/esm/*": "./slider/esm/*",
|
|
565
|
-
"./slider/cssm/*": "./slider/cssm/*",
|
|
566
|
-
"./slider-input/modern": "./slider-input/modern/index.js",
|
|
567
|
-
"./slider-input/esm": "./slider-input/esm/index.js",
|
|
568
|
-
"./slider-input/cssm": "./slider-input/cssm/index.js",
|
|
569
|
-
"./slider-input": {
|
|
570
|
-
"import": "./slider-input/esm/index.js",
|
|
571
|
-
"require": "./slider-input/index.js"
|
|
572
|
-
},
|
|
573
|
-
"./slider-input/modern/*": "./slider-input/modern/*",
|
|
574
|
-
"./slider-input/esm/*": "./slider-input/esm/*",
|
|
575
|
-
"./slider-input/cssm/*": "./slider-input/cssm/*",
|
|
576
|
-
"./skeleton/modern": "./skeleton/modern/index.js",
|
|
577
|
-
"./skeleton/esm": "./skeleton/esm/index.js",
|
|
578
|
-
"./skeleton/cssm": "./skeleton/cssm/index.js",
|
|
579
|
-
"./skeleton": {
|
|
580
|
-
"import": "./skeleton/esm/index.js",
|
|
581
|
-
"require": "./skeleton/index.js"
|
|
582
|
-
},
|
|
583
|
-
"./skeleton/modern/*": "./skeleton/modern/*",
|
|
584
|
-
"./skeleton/esm/*": "./skeleton/esm/*",
|
|
585
|
-
"./skeleton/cssm/*": "./skeleton/cssm/*",
|
|
586
|
-
"./side-panel/modern": "./side-panel/modern/index.js",
|
|
587
|
-
"./side-panel/esm": "./side-panel/esm/index.js",
|
|
588
|
-
"./side-panel/cssm": "./side-panel/cssm/index.js",
|
|
589
|
-
"./side-panel": {
|
|
590
|
-
"import": "./side-panel/esm/index.js",
|
|
591
|
-
"require": "./side-panel/index.js"
|
|
592
|
-
},
|
|
593
|
-
"./side-panel/desktop": {
|
|
594
|
-
"import": "./side-panel/esm/desktop.js",
|
|
595
|
-
"require": "./side-panel/desktop.js"
|
|
596
|
-
},
|
|
597
|
-
"./side-panel/mobile": {
|
|
598
|
-
"import": "./side-panel/esm/mobile.js",
|
|
599
|
-
"require": "./side-panel/mobile.js"
|
|
600
|
-
},
|
|
601
|
-
"./side-panel/shared": {
|
|
602
|
-
"import": "./side-panel/esm/shared.js",
|
|
603
|
-
"require": "./side-panel/shared.js"
|
|
604
|
-
},
|
|
605
|
-
"./side-panel/modern/*": "./side-panel/modern/*",
|
|
606
|
-
"./side-panel/esm/*": "./side-panel/esm/*",
|
|
607
|
-
"./side-panel/cssm/*": "./side-panel/cssm/*",
|
|
608
|
-
"./shared/modern": "./shared/modern/index.js",
|
|
609
|
-
"./shared/esm": "./shared/esm/index.js",
|
|
610
|
-
"./shared/cssm": "./shared/cssm/index.js",
|
|
611
|
-
"./shared": {
|
|
612
|
-
"import": "./shared/esm/index.js",
|
|
613
|
-
"require": "./shared/index.js"
|
|
614
|
-
},
|
|
615
|
-
"./shared/modern/*": "./shared/modern/*",
|
|
616
|
-
"./shared/esm/*": "./shared/esm/*",
|
|
617
|
-
"./shared/cssm/*": "./shared/cssm/*",
|
|
618
|
-
"./select/modern": "./select/modern/index.js",
|
|
619
|
-
"./select/esm": "./select/esm/index.js",
|
|
620
|
-
"./select/cssm": "./select/cssm/index.js",
|
|
621
|
-
"./select": {
|
|
622
|
-
"import": "./select/esm/index.js",
|
|
623
|
-
"require": "./select/index.js"
|
|
624
|
-
},
|
|
625
|
-
"./select/desktop": {
|
|
626
|
-
"import": "./select/esm/desktop.js",
|
|
627
|
-
"require": "./select/desktop.js"
|
|
628
|
-
},
|
|
629
|
-
"./select/mobile": {
|
|
630
|
-
"import": "./select/esm/mobile.js",
|
|
631
|
-
"require": "./select/mobile.js"
|
|
632
|
-
},
|
|
633
|
-
"./select/shared": {
|
|
634
|
-
"import": "./select/esm/shared.js",
|
|
635
|
-
"require": "./select/shared.js"
|
|
636
|
-
},
|
|
637
|
-
"./select/modern/*": "./select/modern/*",
|
|
638
|
-
"./select/esm/*": "./select/esm/*",
|
|
639
|
-
"./select/cssm/*": "./select/cssm/*",
|
|
640
|
-
"./select-with-tags/modern": "./select-with-tags/modern/index.js",
|
|
641
|
-
"./select-with-tags/esm": "./select-with-tags/esm/index.js",
|
|
642
|
-
"./select-with-tags/cssm": "./select-with-tags/cssm/index.js",
|
|
643
|
-
"./select-with-tags": {
|
|
644
|
-
"import": "./select-with-tags/esm/index.js",
|
|
645
|
-
"require": "./select-with-tags/index.js"
|
|
646
|
-
},
|
|
647
|
-
"./select-with-tags/modern/*": "./select-with-tags/modern/*",
|
|
648
|
-
"./select-with-tags/esm/*": "./select-with-tags/esm/*",
|
|
649
|
-
"./select-with-tags/cssm/*": "./select-with-tags/cssm/*",
|
|
650
|
-
"./segmented-control/modern": "./segmented-control/modern/index.js",
|
|
651
|
-
"./segmented-control/esm": "./segmented-control/esm/index.js",
|
|
652
|
-
"./segmented-control/cssm": "./segmented-control/cssm/index.js",
|
|
653
|
-
"./segmented-control": {
|
|
654
|
-
"import": "./segmented-control/esm/index.js",
|
|
655
|
-
"require": "./segmented-control/index.js"
|
|
656
|
-
},
|
|
657
|
-
"./segmented-control/modern/*": "./segmented-control/modern/*",
|
|
658
|
-
"./segmented-control/esm/*": "./segmented-control/esm/*",
|
|
659
|
-
"./segmented-control/cssm/*": "./segmented-control/cssm/*",
|
|
660
|
-
"./scrollbar/modern": "./scrollbar/modern/index.js",
|
|
661
|
-
"./scrollbar/esm": "./scrollbar/esm/index.js",
|
|
662
|
-
"./scrollbar/cssm": "./scrollbar/cssm/index.js",
|
|
663
|
-
"./scrollbar": {
|
|
664
|
-
"import": "./scrollbar/esm/index.js",
|
|
665
|
-
"require": "./scrollbar/index.js"
|
|
666
|
-
},
|
|
667
|
-
"./scrollbar/modern/*": "./scrollbar/modern/*",
|
|
668
|
-
"./scrollbar/esm/*": "./scrollbar/esm/*",
|
|
669
|
-
"./scrollbar/cssm/*": "./scrollbar/cssm/*",
|
|
670
|
-
"./radio/modern": "./radio/modern/index.js",
|
|
671
|
-
"./radio/esm": "./radio/esm/index.js",
|
|
672
|
-
"./radio/cssm": "./radio/cssm/index.js",
|
|
673
|
-
"./radio": {
|
|
674
|
-
"import": "./radio/esm/index.js",
|
|
675
|
-
"require": "./radio/index.js"
|
|
676
|
-
},
|
|
677
|
-
"./radio/modern/*": "./radio/modern/*",
|
|
678
|
-
"./radio/esm/*": "./radio/esm/*",
|
|
679
|
-
"./radio/cssm/*": "./radio/cssm/*",
|
|
680
|
-
"./radio-group/modern": "./radio-group/modern/index.js",
|
|
681
|
-
"./radio-group/esm": "./radio-group/esm/index.js",
|
|
682
|
-
"./radio-group/cssm": "./radio-group/cssm/index.js",
|
|
683
|
-
"./radio-group": {
|
|
684
|
-
"import": "./radio-group/esm/index.js",
|
|
685
|
-
"require": "./radio-group/index.js"
|
|
686
|
-
},
|
|
687
|
-
"./radio-group/desktop": {
|
|
688
|
-
"import": "./radio-group/esm/desktop.js",
|
|
689
|
-
"require": "./radio-group/desktop.js"
|
|
690
|
-
},
|
|
691
|
-
"./radio-group/mobile": {
|
|
692
|
-
"import": "./radio-group/esm/mobile.js",
|
|
693
|
-
"require": "./radio-group/mobile.js"
|
|
694
|
-
},
|
|
695
|
-
"./radio-group/modern/*": "./radio-group/modern/*",
|
|
696
|
-
"./radio-group/esm/*": "./radio-group/esm/*",
|
|
697
|
-
"./radio-group/cssm/*": "./radio-group/cssm/*",
|
|
698
|
-
"./pure-input/modern": "./pure-input/modern/index.js",
|
|
699
|
-
"./pure-input/esm": "./pure-input/esm/index.js",
|
|
700
|
-
"./pure-input/cssm": "./pure-input/cssm/index.js",
|
|
701
|
-
"./pure-input": {
|
|
702
|
-
"import": "./pure-input/esm/index.js",
|
|
703
|
-
"require": "./pure-input/index.js"
|
|
704
|
-
},
|
|
705
|
-
"./pure-input/modern/*": "./pure-input/modern/*",
|
|
706
|
-
"./pure-input/esm/*": "./pure-input/esm/*",
|
|
707
|
-
"./pure-input/cssm/*": "./pure-input/cssm/*",
|
|
708
|
-
"./pure-cell/modern": "./pure-cell/modern/index.js",
|
|
709
|
-
"./pure-cell/esm": "./pure-cell/esm/index.js",
|
|
710
|
-
"./pure-cell/cssm": "./pure-cell/cssm/index.js",
|
|
711
|
-
"./pure-cell": {
|
|
712
|
-
"import": "./pure-cell/esm/index.js",
|
|
713
|
-
"require": "./pure-cell/index.js"
|
|
714
|
-
},
|
|
715
|
-
"./pure-cell/modern/*": "./pure-cell/modern/*",
|
|
716
|
-
"./pure-cell/esm/*": "./pure-cell/esm/*",
|
|
717
|
-
"./pure-cell/cssm/*": "./pure-cell/cssm/*",
|
|
718
|
-
"./progress-bar/modern": "./progress-bar/modern/index.js",
|
|
719
|
-
"./progress-bar/esm": "./progress-bar/esm/index.js",
|
|
720
|
-
"./progress-bar/cssm": "./progress-bar/cssm/index.js",
|
|
721
|
-
"./progress-bar": {
|
|
722
|
-
"import": "./progress-bar/esm/index.js",
|
|
723
|
-
"require": "./progress-bar/index.js"
|
|
724
|
-
},
|
|
725
|
-
"./progress-bar/modern/*": "./progress-bar/modern/*",
|
|
726
|
-
"./progress-bar/esm/*": "./progress-bar/esm/*",
|
|
727
|
-
"./progress-bar/cssm/*": "./progress-bar/cssm/*",
|
|
728
|
-
"./portal/modern": "./portal/modern/index.js",
|
|
729
|
-
"./portal/esm": "./portal/esm/index.js",
|
|
730
|
-
"./portal/cssm": "./portal/cssm/index.js",
|
|
731
|
-
"./portal": {
|
|
732
|
-
"import": "./portal/esm/index.js",
|
|
733
|
-
"require": "./portal/index.js"
|
|
734
|
-
},
|
|
735
|
-
"./portal/modern/*": "./portal/modern/*",
|
|
736
|
-
"./portal/esm/*": "./portal/esm/*",
|
|
737
|
-
"./portal/cssm/*": "./portal/cssm/*",
|
|
738
|
-
"./popup-sheet/modern": "./popup-sheet/modern/index.js",
|
|
739
|
-
"./popup-sheet/esm": "./popup-sheet/esm/index.js",
|
|
740
|
-
"./popup-sheet/cssm": "./popup-sheet/cssm/index.js",
|
|
741
|
-
"./popup-sheet": {
|
|
742
|
-
"import": "./popup-sheet/esm/index.js",
|
|
743
|
-
"require": "./popup-sheet/index.js"
|
|
744
|
-
},
|
|
745
|
-
"./popup-sheet/modern/*": "./popup-sheet/modern/*",
|
|
746
|
-
"./popup-sheet/esm/*": "./popup-sheet/esm/*",
|
|
747
|
-
"./popup-sheet/cssm/*": "./popup-sheet/cssm/*",
|
|
748
|
-
"./popover/modern": "./popover/modern/index.js",
|
|
749
|
-
"./popover/esm": "./popover/esm/index.js",
|
|
750
|
-
"./popover/cssm": "./popover/cssm/index.js",
|
|
751
|
-
"./popover": {
|
|
752
|
-
"import": "./popover/esm/index.js",
|
|
753
|
-
"require": "./popover/index.js"
|
|
754
|
-
},
|
|
755
|
-
"./popover/modern/*": "./popover/modern/*",
|
|
756
|
-
"./popover/esm/*": "./popover/esm/*",
|
|
757
|
-
"./popover/cssm/*": "./popover/cssm/*",
|
|
758
|
-
"./plate/modern": "./plate/modern/index.js",
|
|
759
|
-
"./plate/esm": "./plate/esm/index.js",
|
|
760
|
-
"./plate/cssm": "./plate/cssm/index.js",
|
|
761
|
-
"./plate": {
|
|
762
|
-
"import": "./plate/esm/index.js",
|
|
763
|
-
"require": "./plate/index.js"
|
|
764
|
-
},
|
|
765
|
-
"./plate/desktop": {
|
|
766
|
-
"import": "./plate/esm/desktop.js",
|
|
767
|
-
"require": "./plate/desktop.js"
|
|
768
|
-
},
|
|
769
|
-
"./plate/mobile": {
|
|
770
|
-
"import": "./plate/esm/mobile.js",
|
|
771
|
-
"require": "./plate/mobile.js"
|
|
772
|
-
},
|
|
773
|
-
"./plate/modern/*": "./plate/modern/*",
|
|
774
|
-
"./plate/esm/*": "./plate/esm/*",
|
|
775
|
-
"./plate/cssm/*": "./plate/cssm/*",
|
|
776
|
-
"./picker-button/modern": "./picker-button/modern/index.js",
|
|
777
|
-
"./picker-button/esm": "./picker-button/esm/index.js",
|
|
778
|
-
"./picker-button/cssm": "./picker-button/cssm/index.js",
|
|
779
|
-
"./picker-button": {
|
|
780
|
-
"import": "./picker-button/esm/index.js",
|
|
781
|
-
"require": "./picker-button/index.js"
|
|
782
|
-
},
|
|
783
|
-
"./picker-button/desktop": {
|
|
784
|
-
"import": "./picker-button/esm/desktop.js",
|
|
785
|
-
"require": "./picker-button/desktop.js"
|
|
786
|
-
},
|
|
787
|
-
"./picker-button/mobile": {
|
|
788
|
-
"import": "./picker-button/esm/mobile.js",
|
|
789
|
-
"require": "./picker-button/mobile.js"
|
|
790
|
-
},
|
|
791
|
-
"./picker-button/shared": {
|
|
792
|
-
"import": "./picker-button/esm/shared.js",
|
|
793
|
-
"require": "./picker-button/shared.js"
|
|
794
|
-
},
|
|
795
|
-
"./picker-button/modern/*": "./picker-button/modern/*",
|
|
796
|
-
"./picker-button/esm/*": "./picker-button/esm/*",
|
|
797
|
-
"./picker-button/cssm/*": "./picker-button/cssm/*",
|
|
798
|
-
"./phone-input/modern": "./phone-input/modern/index.js",
|
|
799
|
-
"./phone-input/esm": "./phone-input/esm/index.js",
|
|
800
|
-
"./phone-input/cssm": "./phone-input/cssm/index.js",
|
|
801
|
-
"./phone-input": {
|
|
802
|
-
"import": "./phone-input/esm/index.js",
|
|
803
|
-
"require": "./phone-input/index.js"
|
|
804
|
-
},
|
|
805
|
-
"./phone-input/modern/*": "./phone-input/modern/*",
|
|
806
|
-
"./phone-input/esm/*": "./phone-input/esm/*",
|
|
807
|
-
"./phone-input/cssm/*": "./phone-input/cssm/*",
|
|
808
|
-
"./pattern-lock/modern": "./pattern-lock/modern/index.js",
|
|
809
|
-
"./pattern-lock/esm": "./pattern-lock/esm/index.js",
|
|
810
|
-
"./pattern-lock/cssm": "./pattern-lock/cssm/index.js",
|
|
811
|
-
"./pattern-lock": {
|
|
812
|
-
"import": "./pattern-lock/esm/index.js",
|
|
813
|
-
"require": "./pattern-lock/index.js"
|
|
814
|
-
},
|
|
815
|
-
"./pattern-lock/modern/*": "./pattern-lock/modern/*",
|
|
816
|
-
"./pattern-lock/esm/*": "./pattern-lock/esm/*",
|
|
817
|
-
"./pattern-lock/cssm/*": "./pattern-lock/cssm/*",
|
|
818
|
-
"./password-input/modern": "./password-input/modern/index.js",
|
|
819
|
-
"./password-input/esm": "./password-input/esm/index.js",
|
|
820
|
-
"./password-input/cssm": "./password-input/cssm/index.js",
|
|
821
|
-
"./password-input": {
|
|
822
|
-
"import": "./password-input/esm/index.js",
|
|
823
|
-
"require": "./password-input/index.js"
|
|
824
|
-
},
|
|
825
|
-
"./password-input/modern/*": "./password-input/modern/*",
|
|
826
|
-
"./password-input/esm/*": "./password-input/esm/*",
|
|
827
|
-
"./password-input/cssm/*": "./password-input/cssm/*",
|
|
828
|
-
"./pass-code/modern": "./pass-code/modern/index.js",
|
|
829
|
-
"./pass-code/esm": "./pass-code/esm/index.js",
|
|
830
|
-
"./pass-code/cssm": "./pass-code/cssm/index.js",
|
|
831
|
-
"./pass-code": {
|
|
832
|
-
"import": "./pass-code/esm/index.js",
|
|
833
|
-
"require": "./pass-code/index.js"
|
|
834
|
-
},
|
|
835
|
-
"./pass-code/modern/*": "./pass-code/modern/*",
|
|
836
|
-
"./pass-code/esm/*": "./pass-code/esm/*",
|
|
837
|
-
"./pass-code/cssm/*": "./pass-code/cssm/*",
|
|
838
|
-
"./pagination/modern": "./pagination/modern/index.js",
|
|
839
|
-
"./pagination/esm": "./pagination/esm/index.js",
|
|
840
|
-
"./pagination/cssm": "./pagination/cssm/index.js",
|
|
841
|
-
"./pagination": {
|
|
842
|
-
"import": "./pagination/esm/index.js",
|
|
843
|
-
"require": "./pagination/index.js"
|
|
844
|
-
},
|
|
845
|
-
"./pagination/modern/*": "./pagination/modern/*",
|
|
846
|
-
"./pagination/esm/*": "./pagination/esm/*",
|
|
847
|
-
"./pagination/cssm/*": "./pagination/cssm/*",
|
|
848
|
-
"./number-input/modern": "./number-input/modern/index.js",
|
|
849
|
-
"./number-input/esm": "./number-input/esm/index.js",
|
|
850
|
-
"./number-input/cssm": "./number-input/cssm/index.js",
|
|
851
|
-
"./number-input": {
|
|
852
|
-
"import": "./number-input/esm/index.js",
|
|
853
|
-
"require": "./number-input/index.js"
|
|
854
|
-
},
|
|
855
|
-
"./number-input/modern/*": "./number-input/modern/*",
|
|
856
|
-
"./number-input/esm/*": "./number-input/esm/*",
|
|
857
|
-
"./number-input/cssm/*": "./number-input/cssm/*",
|
|
858
|
-
"./notification/modern": "./notification/modern/index.js",
|
|
859
|
-
"./notification/esm": "./notification/esm/index.js",
|
|
860
|
-
"./notification/cssm": "./notification/cssm/index.js",
|
|
861
|
-
"./notification": {
|
|
862
|
-
"import": "./notification/esm/index.js",
|
|
863
|
-
"require": "./notification/index.js"
|
|
864
|
-
},
|
|
865
|
-
"./notification/modern/*": "./notification/modern/*",
|
|
866
|
-
"./notification/esm/*": "./notification/esm/*",
|
|
867
|
-
"./notification/cssm/*": "./notification/cssm/*",
|
|
868
|
-
"./notification-manager/modern": "./notification-manager/modern/index.js",
|
|
869
|
-
"./notification-manager/esm": "./notification-manager/esm/index.js",
|
|
870
|
-
"./notification-manager/cssm": "./notification-manager/cssm/index.js",
|
|
871
|
-
"./notification-manager": {
|
|
872
|
-
"import": "./notification-manager/esm/index.js",
|
|
873
|
-
"require": "./notification-manager/index.js"
|
|
874
|
-
},
|
|
875
|
-
"./notification-manager/modern/*": "./notification-manager/modern/*",
|
|
876
|
-
"./notification-manager/esm/*": "./notification-manager/esm/*",
|
|
877
|
-
"./notification-manager/cssm/*": "./notification-manager/cssm/*",
|
|
878
|
-
"./navigation-bar/modern": "./navigation-bar/modern/index.js",
|
|
879
|
-
"./navigation-bar/esm": "./navigation-bar/esm/index.js",
|
|
880
|
-
"./navigation-bar/cssm": "./navigation-bar/cssm/index.js",
|
|
881
|
-
"./navigation-bar": {
|
|
882
|
-
"import": "./navigation-bar/esm/index.js",
|
|
883
|
-
"require": "./navigation-bar/index.js"
|
|
884
|
-
},
|
|
885
|
-
"./navigation-bar/shared": {
|
|
886
|
-
"import": "./navigation-bar/esm/shared.js",
|
|
887
|
-
"require": "./navigation-bar/shared.js"
|
|
888
|
-
},
|
|
889
|
-
"./navigation-bar/modern/*": "./navigation-bar/modern/*",
|
|
890
|
-
"./navigation-bar/esm/*": "./navigation-bar/esm/*",
|
|
891
|
-
"./navigation-bar/cssm/*": "./navigation-bar/cssm/*",
|
|
892
|
-
"./mq/modern": "./mq/modern/index.js",
|
|
893
|
-
"./mq/esm": "./mq/esm/index.js",
|
|
894
|
-
"./mq/cssm": "./mq/cssm/index.js",
|
|
895
|
-
"./mq": {
|
|
896
|
-
"import": "./mq/esm/index.js",
|
|
897
|
-
"require": "./mq/index.js"
|
|
898
|
-
},
|
|
899
|
-
"./mq/modern/*": "./mq/modern/*",
|
|
900
|
-
"./mq/esm/*": "./mq/esm/*",
|
|
901
|
-
"./mq/cssm/*": "./mq/cssm/*",
|
|
902
|
-
"./modal/modern": "./modal/modern/index.js",
|
|
903
|
-
"./modal/esm": "./modal/esm/index.js",
|
|
904
|
-
"./modal/cssm": "./modal/cssm/index.js",
|
|
905
|
-
"./modal": {
|
|
906
|
-
"import": "./modal/esm/index.js",
|
|
907
|
-
"require": "./modal/index.js"
|
|
908
|
-
},
|
|
909
|
-
"./modal/desktop": {
|
|
910
|
-
"import": "./modal/esm/desktop.js",
|
|
911
|
-
"require": "./modal/desktop.js"
|
|
912
|
-
},
|
|
913
|
-
"./modal/mobile": {
|
|
914
|
-
"import": "./modal/esm/mobile.js",
|
|
915
|
-
"require": "./modal/mobile.js"
|
|
916
|
-
},
|
|
917
|
-
"./modal/shared": {
|
|
918
|
-
"import": "./modal/esm/shared.js",
|
|
919
|
-
"require": "./modal/shared.js"
|
|
920
|
-
},
|
|
921
|
-
"./modal/modern/*": "./modal/modern/*",
|
|
922
|
-
"./modal/esm/*": "./modal/esm/*",
|
|
923
|
-
"./modal/cssm/*": "./modal/cssm/*",
|
|
924
|
-
"./masked-input/modern": "./masked-input/modern/index.js",
|
|
925
|
-
"./masked-input/esm": "./masked-input/esm/index.js",
|
|
926
|
-
"./masked-input/cssm": "./masked-input/cssm/index.js",
|
|
927
|
-
"./masked-input": {
|
|
928
|
-
"import": "./masked-input/esm/index.js",
|
|
929
|
-
"require": "./masked-input/index.js"
|
|
930
|
-
},
|
|
931
|
-
"./masked-input/modern/*": "./masked-input/modern/*",
|
|
932
|
-
"./masked-input/esm/*": "./masked-input/esm/*",
|
|
933
|
-
"./masked-input/cssm/*": "./masked-input/cssm/*",
|
|
934
|
-
"./markdown/modern": "./markdown/modern/index.js",
|
|
935
|
-
"./markdown/esm": "./markdown/esm/index.js",
|
|
936
|
-
"./markdown/cssm": "./markdown/cssm/index.js",
|
|
937
|
-
"./markdown": {
|
|
938
|
-
"import": "./markdown/esm/index.js",
|
|
939
|
-
"require": "./markdown/index.js"
|
|
940
|
-
},
|
|
941
|
-
"./markdown/desktop": {
|
|
942
|
-
"import": "./markdown/esm/desktop.js",
|
|
943
|
-
"require": "./markdown/desktop.js"
|
|
944
|
-
},
|
|
945
|
-
"./markdown/mobile": {
|
|
946
|
-
"import": "./markdown/esm/mobile.js",
|
|
947
|
-
"require": "./markdown/mobile.js"
|
|
948
|
-
},
|
|
949
|
-
"./markdown/modern/*": "./markdown/modern/*",
|
|
950
|
-
"./markdown/esm/*": "./markdown/esm/*",
|
|
951
|
-
"./markdown/cssm/*": "./markdown/cssm/*",
|
|
952
|
-
"./loader/modern": "./loader/modern/index.js",
|
|
953
|
-
"./loader/esm": "./loader/esm/index.js",
|
|
954
|
-
"./loader/cssm": "./loader/cssm/index.js",
|
|
955
|
-
"./loader": {
|
|
956
|
-
"import": "./loader/esm/index.js",
|
|
957
|
-
"require": "./loader/index.js"
|
|
958
|
-
},
|
|
959
|
-
"./loader/modern/*": "./loader/modern/*",
|
|
960
|
-
"./loader/esm/*": "./loader/esm/*",
|
|
961
|
-
"./loader/cssm/*": "./loader/cssm/*",
|
|
962
|
-
"./list/modern": "./list/modern/index.js",
|
|
963
|
-
"./list/esm": "./list/esm/index.js",
|
|
964
|
-
"./list/cssm": "./list/cssm/index.js",
|
|
965
|
-
"./list": {
|
|
966
|
-
"import": "./list/esm/index.js",
|
|
967
|
-
"require": "./list/index.js"
|
|
968
|
-
},
|
|
969
|
-
"./list/modern/*": "./list/modern/*",
|
|
970
|
-
"./list/esm/*": "./list/esm/*",
|
|
971
|
-
"./list/cssm/*": "./list/cssm/*",
|
|
972
|
-
"./list-header/modern": "./list-header/modern/index.js",
|
|
973
|
-
"./list-header/esm": "./list-header/esm/index.js",
|
|
974
|
-
"./list-header/cssm": "./list-header/cssm/index.js",
|
|
975
|
-
"./list-header": {
|
|
976
|
-
"import": "./list-header/esm/index.js",
|
|
977
|
-
"require": "./list-header/index.js"
|
|
978
|
-
},
|
|
979
|
-
"./list-header/modern/*": "./list-header/modern/*",
|
|
980
|
-
"./list-header/esm/*": "./list-header/esm/*",
|
|
981
|
-
"./list-header/cssm/*": "./list-header/cssm/*",
|
|
982
|
-
"./link/modern": "./link/modern/index.js",
|
|
983
|
-
"./link/esm": "./link/esm/index.js",
|
|
984
|
-
"./link/cssm": "./link/cssm/index.js",
|
|
985
|
-
"./link": {
|
|
986
|
-
"import": "./link/esm/index.js",
|
|
987
|
-
"require": "./link/index.js"
|
|
988
|
-
},
|
|
989
|
-
"./link/modern/*": "./link/modern/*",
|
|
990
|
-
"./link/esm/*": "./link/esm/*",
|
|
991
|
-
"./link/cssm/*": "./link/cssm/*",
|
|
992
|
-
"./keyboard-focusable/modern": "./keyboard-focusable/modern/index.js",
|
|
993
|
-
"./keyboard-focusable/esm": "./keyboard-focusable/esm/index.js",
|
|
994
|
-
"./keyboard-focusable/cssm": "./keyboard-focusable/cssm/index.js",
|
|
995
|
-
"./keyboard-focusable": {
|
|
996
|
-
"import": "./keyboard-focusable/esm/index.js",
|
|
997
|
-
"require": "./keyboard-focusable/index.js"
|
|
998
|
-
},
|
|
999
|
-
"./keyboard-focusable/modern/*": "./keyboard-focusable/modern/*",
|
|
1000
|
-
"./keyboard-focusable/esm/*": "./keyboard-focusable/esm/*",
|
|
1001
|
-
"./keyboard-focusable/cssm/*": "./keyboard-focusable/cssm/*",
|
|
1002
|
-
"./intl-phone-input/modern": "./intl-phone-input/modern/index.js",
|
|
1003
|
-
"./intl-phone-input/esm": "./intl-phone-input/esm/index.js",
|
|
1004
|
-
"./intl-phone-input/cssm": "./intl-phone-input/cssm/index.js",
|
|
1005
|
-
"./intl-phone-input": {
|
|
1006
|
-
"import": "./intl-phone-input/esm/index.js",
|
|
1007
|
-
"require": "./intl-phone-input/index.js"
|
|
1008
|
-
},
|
|
1009
|
-
"./intl-phone-input/modern/*": "./intl-phone-input/modern/*",
|
|
1010
|
-
"./intl-phone-input/esm/*": "./intl-phone-input/esm/*",
|
|
1011
|
-
"./intl-phone-input/cssm/*": "./intl-phone-input/cssm/*",
|
|
1012
|
-
"./input/modern": "./input/modern/index.js",
|
|
1013
|
-
"./input/esm": "./input/esm/index.js",
|
|
1014
|
-
"./input/cssm": "./input/cssm/index.js",
|
|
1015
|
-
"./input": {
|
|
1016
|
-
"import": "./input/esm/index.js",
|
|
1017
|
-
"require": "./input/index.js"
|
|
1018
|
-
},
|
|
1019
|
-
"./input/desktop": {
|
|
1020
|
-
"import": "./input/esm/desktop.js",
|
|
1021
|
-
"require": "./input/desktop.js"
|
|
1022
|
-
},
|
|
1023
|
-
"./input/mobile": {
|
|
1024
|
-
"import": "./input/esm/mobile.js",
|
|
1025
|
-
"require": "./input/mobile.js"
|
|
1026
|
-
},
|
|
1027
|
-
"./input/modern/*": "./input/modern/*",
|
|
1028
|
-
"./input/esm/*": "./input/esm/*",
|
|
1029
|
-
"./input/cssm/*": "./input/cssm/*",
|
|
1030
|
-
"./input-autocomplete/modern": "./input-autocomplete/modern/index.js",
|
|
1031
|
-
"./input-autocomplete/esm": "./input-autocomplete/esm/index.js",
|
|
1032
|
-
"./input-autocomplete/cssm": "./input-autocomplete/cssm/index.js",
|
|
1033
|
-
"./input-autocomplete": {
|
|
1034
|
-
"import": "./input-autocomplete/esm/index.js",
|
|
1035
|
-
"require": "./input-autocomplete/index.js"
|
|
1036
|
-
},
|
|
1037
|
-
"./input-autocomplete/desktop": {
|
|
1038
|
-
"import": "./input-autocomplete/esm/desktop.js",
|
|
1039
|
-
"require": "./input-autocomplete/desktop.js"
|
|
1040
|
-
},
|
|
1041
|
-
"./input-autocomplete/mobile": {
|
|
1042
|
-
"import": "./input-autocomplete/esm/mobile.js",
|
|
1043
|
-
"require": "./input-autocomplete/mobile.js"
|
|
1044
|
-
},
|
|
1045
|
-
"./input-autocomplete/modern/*": "./input-autocomplete/modern/*",
|
|
1046
|
-
"./input-autocomplete/esm/*": "./input-autocomplete/esm/*",
|
|
1047
|
-
"./input-autocomplete/cssm/*": "./input-autocomplete/cssm/*",
|
|
1048
|
-
"./indicator/modern": "./indicator/modern/index.js",
|
|
1049
|
-
"./indicator/esm": "./indicator/esm/index.js",
|
|
1050
|
-
"./indicator/cssm": "./indicator/cssm/index.js",
|
|
1051
|
-
"./indicator": {
|
|
1052
|
-
"import": "./indicator/esm/index.js",
|
|
1053
|
-
"require": "./indicator/index.js"
|
|
1054
|
-
},
|
|
1055
|
-
"./indicator/modern/*": "./indicator/modern/*",
|
|
1056
|
-
"./indicator/esm/*": "./indicator/esm/*",
|
|
1057
|
-
"./indicator/cssm/*": "./indicator/cssm/*",
|
|
1058
|
-
"./icon-view/circle": {
|
|
1059
|
-
"import": "./icon-view/esm/circle.js",
|
|
1060
|
-
"require": "./icon-view/circle.js"
|
|
1061
|
-
},
|
|
1062
|
-
"./icon-view/super-ellipse": {
|
|
1063
|
-
"import": "./icon-view/esm/super-ellipse.js",
|
|
1064
|
-
"require": "./icon-view/super-ellipse.js"
|
|
1065
|
-
},
|
|
1066
|
-
"./icon-view/rectangle": {
|
|
1067
|
-
"import": "./icon-view/esm/rectangle.js",
|
|
1068
|
-
"require": "./icon-view/rectangle.js"
|
|
1069
|
-
},
|
|
1070
|
-
"./icon-view/no-shape": {
|
|
1071
|
-
"import": "./icon-view/esm/no-shape.js",
|
|
1072
|
-
"require": "./icon-view/no-shape.js"
|
|
1073
|
-
},
|
|
1074
|
-
"./icon-view/modern/*": "./icon-view/modern/*",
|
|
1075
|
-
"./icon-view/esm/*": "./icon-view/esm/*",
|
|
1076
|
-
"./icon-view/cssm/*": "./icon-view/cssm/*",
|
|
1077
|
-
"./icon-button/modern": "./icon-button/modern/index.js",
|
|
1078
|
-
"./icon-button/esm": "./icon-button/esm/index.js",
|
|
1079
|
-
"./icon-button/cssm": "./icon-button/cssm/index.js",
|
|
1080
|
-
"./icon-button": {
|
|
1081
|
-
"import": "./icon-button/esm/index.js",
|
|
1082
|
-
"require": "./icon-button/index.js"
|
|
1083
|
-
},
|
|
1084
|
-
"./icon-button/modern/*": "./icon-button/modern/*",
|
|
1085
|
-
"./icon-button/esm/*": "./icon-button/esm/*",
|
|
1086
|
-
"./icon-button/cssm/*": "./icon-button/cssm/*",
|
|
1087
|
-
"./hatching-progress-bar/modern": "./hatching-progress-bar/modern/index.js",
|
|
1088
|
-
"./hatching-progress-bar/esm": "./hatching-progress-bar/esm/index.js",
|
|
1089
|
-
"./hatching-progress-bar/cssm": "./hatching-progress-bar/cssm/index.js",
|
|
1090
|
-
"./hatching-progress-bar": {
|
|
1091
|
-
"import": "./hatching-progress-bar/esm/index.js",
|
|
1092
|
-
"require": "./hatching-progress-bar/index.js"
|
|
1093
|
-
},
|
|
1094
|
-
"./hatching-progress-bar/modern/*": "./hatching-progress-bar/modern/*",
|
|
1095
|
-
"./hatching-progress-bar/esm/*": "./hatching-progress-bar/esm/*",
|
|
1096
|
-
"./hatching-progress-bar/cssm/*": "./hatching-progress-bar/cssm/*",
|
|
1097
|
-
"./grid/modern": "./grid/modern/index.js",
|
|
1098
|
-
"./grid/esm": "./grid/esm/index.js",
|
|
1099
|
-
"./grid/cssm": "./grid/cssm/index.js",
|
|
1100
|
-
"./grid": {
|
|
1101
|
-
"import": "./grid/esm/index.js",
|
|
1102
|
-
"require": "./grid/index.js"
|
|
1103
|
-
},
|
|
1104
|
-
"./grid/modern/*": "./grid/modern/*",
|
|
1105
|
-
"./grid/esm/*": "./grid/esm/*",
|
|
1106
|
-
"./grid/cssm/*": "./grid/cssm/*",
|
|
1107
|
-
"./global-store/modern": "./global-store/modern/index.js",
|
|
1108
|
-
"./global-store/esm": "./global-store/esm/index.js",
|
|
1109
|
-
"./global-store/cssm": "./global-store/cssm/index.js",
|
|
1110
|
-
"./global-store": {
|
|
1111
|
-
"import": "./global-store/esm/index.js",
|
|
1112
|
-
"require": "./global-store/index.js"
|
|
1113
|
-
},
|
|
1114
|
-
"./global-store/modern/*": "./global-store/modern/*",
|
|
1115
|
-
"./global-store/esm/*": "./global-store/esm/*",
|
|
1116
|
-
"./global-store/cssm/*": "./global-store/cssm/*",
|
|
1117
|
-
"./generic-wrapper/modern": "./generic-wrapper/modern/index.js",
|
|
1118
|
-
"./generic-wrapper/esm": "./generic-wrapper/esm/index.js",
|
|
1119
|
-
"./generic-wrapper/cssm": "./generic-wrapper/cssm/index.js",
|
|
1120
|
-
"./generic-wrapper": {
|
|
1121
|
-
"import": "./generic-wrapper/esm/index.js",
|
|
1122
|
-
"require": "./generic-wrapper/index.js"
|
|
1123
|
-
},
|
|
1124
|
-
"./generic-wrapper/modern/*": "./generic-wrapper/modern/*",
|
|
1125
|
-
"./generic-wrapper/esm/*": "./generic-wrapper/esm/*",
|
|
1126
|
-
"./generic-wrapper/cssm/*": "./generic-wrapper/cssm/*",
|
|
1127
|
-
"./gap/modern": "./gap/modern/index.js",
|
|
1128
|
-
"./gap/esm": "./gap/esm/index.js",
|
|
1129
|
-
"./gap/cssm": "./gap/cssm/index.js",
|
|
1130
|
-
"./gap": {
|
|
1131
|
-
"import": "./gap/esm/index.js",
|
|
1132
|
-
"require": "./gap/index.js"
|
|
1133
|
-
},
|
|
1134
|
-
"./gap/modern/*": "./gap/modern/*",
|
|
1135
|
-
"./gap/esm/*": "./gap/esm/*",
|
|
1136
|
-
"./gap/cssm/*": "./gap/cssm/*",
|
|
1137
|
-
"./gallery/modern": "./gallery/modern/index.js",
|
|
1138
|
-
"./gallery/esm": "./gallery/esm/index.js",
|
|
1139
|
-
"./gallery/cssm": "./gallery/cssm/index.js",
|
|
1140
|
-
"./gallery": {
|
|
1141
|
-
"import": "./gallery/esm/index.js",
|
|
1142
|
-
"require": "./gallery/index.js"
|
|
1143
|
-
},
|
|
1144
|
-
"./gallery/modern/*": "./gallery/modern/*",
|
|
1145
|
-
"./gallery/esm/*": "./gallery/esm/*",
|
|
1146
|
-
"./gallery/cssm/*": "./gallery/cssm/*",
|
|
1147
|
-
"./form-control/modern": "./form-control/modern/index.js",
|
|
1148
|
-
"./form-control/esm": "./form-control/esm/index.js",
|
|
1149
|
-
"./form-control/cssm": "./form-control/cssm/index.js",
|
|
1150
|
-
"./form-control": {
|
|
1151
|
-
"import": "./form-control/esm/index.js",
|
|
1152
|
-
"require": "./form-control/index.js"
|
|
1153
|
-
},
|
|
1154
|
-
"./form-control/desktop": {
|
|
1155
|
-
"import": "./form-control/esm/desktop.js",
|
|
1156
|
-
"require": "./form-control/desktop.js"
|
|
1157
|
-
},
|
|
1158
|
-
"./form-control/mobile": {
|
|
1159
|
-
"import": "./form-control/esm/mobile.js",
|
|
1160
|
-
"require": "./form-control/mobile.js"
|
|
1161
|
-
},
|
|
1162
|
-
"./form-control/modern/*": "./form-control/modern/*",
|
|
1163
|
-
"./form-control/esm/*": "./form-control/esm/*",
|
|
1164
|
-
"./form-control/cssm/*": "./form-control/cssm/*",
|
|
1165
|
-
"./filter-tag/modern": "./filter-tag/modern/index.js",
|
|
1166
|
-
"./filter-tag/esm": "./filter-tag/esm/index.js",
|
|
1167
|
-
"./filter-tag/cssm": "./filter-tag/cssm/index.js",
|
|
1168
|
-
"./filter-tag": {
|
|
1169
|
-
"import": "./filter-tag/esm/index.js",
|
|
1170
|
-
"require": "./filter-tag/index.js"
|
|
1171
|
-
},
|
|
1172
|
-
"./filter-tag/desktop": {
|
|
1173
|
-
"import": "./filter-tag/esm/desktop.js",
|
|
1174
|
-
"require": "./filter-tag/desktop.js"
|
|
1175
|
-
},
|
|
1176
|
-
"./filter-tag/mobile": {
|
|
1177
|
-
"import": "./filter-tag/esm/mobile.js",
|
|
1178
|
-
"require": "./filter-tag/mobile.js"
|
|
1179
|
-
},
|
|
1180
|
-
"./filter-tag/modern/*": "./filter-tag/modern/*",
|
|
1181
|
-
"./filter-tag/esm/*": "./filter-tag/esm/*",
|
|
1182
|
-
"./filter-tag/cssm/*": "./filter-tag/cssm/*",
|
|
1183
|
-
"./file-upload-item/modern": "./file-upload-item/modern/index.js",
|
|
1184
|
-
"./file-upload-item/esm": "./file-upload-item/esm/index.js",
|
|
1185
|
-
"./file-upload-item/cssm": "./file-upload-item/cssm/index.js",
|
|
1186
|
-
"./file-upload-item": {
|
|
1187
|
-
"import": "./file-upload-item/esm/index.js",
|
|
1188
|
-
"require": "./file-upload-item/index.js"
|
|
1189
|
-
},
|
|
1190
|
-
"./file-upload-item/modern/*": "./file-upload-item/modern/*",
|
|
1191
|
-
"./file-upload-item/esm/*": "./file-upload-item/esm/*",
|
|
1192
|
-
"./file-upload-item/cssm/*": "./file-upload-item/cssm/*",
|
|
1193
|
-
"./dropzone/modern": "./dropzone/modern/index.js",
|
|
1194
|
-
"./dropzone/esm": "./dropzone/esm/index.js",
|
|
1195
|
-
"./dropzone/cssm": "./dropzone/cssm/index.js",
|
|
1196
|
-
"./dropzone": {
|
|
1197
|
-
"import": "./dropzone/esm/index.js",
|
|
1198
|
-
"require": "./dropzone/index.js"
|
|
1199
|
-
},
|
|
1200
|
-
"./dropzone/modern/*": "./dropzone/modern/*",
|
|
1201
|
-
"./dropzone/esm/*": "./dropzone/esm/*",
|
|
1202
|
-
"./dropzone/cssm/*": "./dropzone/cssm/*",
|
|
1203
|
-
"./drawer/modern": "./drawer/modern/index.js",
|
|
1204
|
-
"./drawer/esm": "./drawer/esm/index.js",
|
|
1205
|
-
"./drawer/cssm": "./drawer/cssm/index.js",
|
|
1206
|
-
"./drawer": {
|
|
1207
|
-
"import": "./drawer/esm/index.js",
|
|
1208
|
-
"require": "./drawer/index.js"
|
|
1209
|
-
},
|
|
1210
|
-
"./drawer/modern/*": "./drawer/modern/*",
|
|
1211
|
-
"./drawer/esm/*": "./drawer/esm/*",
|
|
1212
|
-
"./drawer/cssm/*": "./drawer/cssm/*",
|
|
1213
|
-
"./divider/modern": "./divider/modern/index.js",
|
|
1214
|
-
"./divider/esm": "./divider/esm/index.js",
|
|
1215
|
-
"./divider/cssm": "./divider/cssm/index.js",
|
|
1216
|
-
"./divider": {
|
|
1217
|
-
"import": "./divider/esm/index.js",
|
|
1218
|
-
"require": "./divider/index.js"
|
|
1219
|
-
},
|
|
1220
|
-
"./divider/modern/*": "./divider/modern/*",
|
|
1221
|
-
"./divider/esm/*": "./divider/esm/*",
|
|
1222
|
-
"./divider/cssm/*": "./divider/cssm/*",
|
|
1223
|
-
"./date-time-input/modern": "./date-time-input/modern/index.js",
|
|
1224
|
-
"./date-time-input/esm": "./date-time-input/esm/index.js",
|
|
1225
|
-
"./date-time-input/cssm": "./date-time-input/cssm/index.js",
|
|
1226
|
-
"./date-time-input": {
|
|
1227
|
-
"import": "./date-time-input/esm/index.js",
|
|
1228
|
-
"require": "./date-time-input/index.js"
|
|
1229
|
-
},
|
|
1230
|
-
"./date-time-input/desktop": {
|
|
1231
|
-
"import": "./date-time-input/esm/desktop.js",
|
|
1232
|
-
"require": "./date-time-input/desktop.js"
|
|
1233
|
-
},
|
|
1234
|
-
"./date-time-input/mobile": {
|
|
1235
|
-
"import": "./date-time-input/esm/mobile.js",
|
|
1236
|
-
"require": "./date-time-input/mobile.js"
|
|
1237
|
-
},
|
|
1238
|
-
"./date-time-input/modern/*": "./date-time-input/modern/*",
|
|
1239
|
-
"./date-time-input/esm/*": "./date-time-input/esm/*",
|
|
1240
|
-
"./date-time-input/cssm/*": "./date-time-input/cssm/*",
|
|
1241
|
-
"./date-range-input/modern": "./date-range-input/modern/index.js",
|
|
1242
|
-
"./date-range-input/esm": "./date-range-input/esm/index.js",
|
|
1243
|
-
"./date-range-input/cssm": "./date-range-input/cssm/index.js",
|
|
1244
|
-
"./date-range-input": {
|
|
1245
|
-
"import": "./date-range-input/esm/index.js",
|
|
1246
|
-
"require": "./date-range-input/index.js"
|
|
1247
|
-
},
|
|
1248
|
-
"./date-range-input/desktop": {
|
|
1249
|
-
"import": "./date-range-input/esm/desktop.js",
|
|
1250
|
-
"require": "./date-range-input/desktop.js"
|
|
1251
|
-
},
|
|
1252
|
-
"./date-range-input/mobile": {
|
|
1253
|
-
"import": "./date-range-input/esm/mobile.js",
|
|
1254
|
-
"require": "./date-range-input/mobile.js"
|
|
1255
|
-
},
|
|
1256
|
-
"./date-range-input/modern/*": "./date-range-input/modern/*",
|
|
1257
|
-
"./date-range-input/esm/*": "./date-range-input/esm/*",
|
|
1258
|
-
"./date-range-input/cssm/*": "./date-range-input/cssm/*",
|
|
1259
|
-
"./date-input/modern": "./date-input/modern/index.js",
|
|
1260
|
-
"./date-input/esm": "./date-input/esm/index.js",
|
|
1261
|
-
"./date-input/cssm": "./date-input/cssm/index.js",
|
|
1262
|
-
"./date-input": {
|
|
1263
|
-
"import": "./date-input/esm/index.js",
|
|
1264
|
-
"require": "./date-input/index.js"
|
|
1265
|
-
},
|
|
1266
|
-
"./date-input/modern/*": "./date-input/modern/*",
|
|
1267
|
-
"./date-input/esm/*": "./date-input/esm/*",
|
|
1268
|
-
"./date-input/cssm/*": "./date-input/cssm/*",
|
|
1269
|
-
"./custom-picker-button/modern": "./custom-picker-button/modern/index.js",
|
|
1270
|
-
"./custom-picker-button/esm": "./custom-picker-button/esm/index.js",
|
|
1271
|
-
"./custom-picker-button/cssm": "./custom-picker-button/cssm/index.js",
|
|
1272
|
-
"./custom-picker-button": {
|
|
1273
|
-
"import": "./custom-picker-button/esm/index.js",
|
|
1274
|
-
"require": "./custom-picker-button/index.js"
|
|
1275
|
-
},
|
|
1276
|
-
"./custom-picker-button/desktop": {
|
|
1277
|
-
"import": "./custom-picker-button/esm/desktop.js",
|
|
1278
|
-
"require": "./custom-picker-button/desktop.js"
|
|
1279
|
-
},
|
|
1280
|
-
"./custom-picker-button/mobile": {
|
|
1281
|
-
"import": "./custom-picker-button/esm/mobile.js",
|
|
1282
|
-
"require": "./custom-picker-button/mobile.js"
|
|
1283
|
-
},
|
|
1284
|
-
"./custom-picker-button/modern/*": "./custom-picker-button/modern/*",
|
|
1285
|
-
"./custom-picker-button/esm/*": "./custom-picker-button/esm/*",
|
|
1286
|
-
"./custom-picker-button/cssm/*": "./custom-picker-button/cssm/*",
|
|
1287
|
-
"./custom-button/modern": "./custom-button/modern/index.js",
|
|
1288
|
-
"./custom-button/esm": "./custom-button/esm/index.js",
|
|
1289
|
-
"./custom-button/cssm": "./custom-button/cssm/index.js",
|
|
1290
|
-
"./custom-button": {
|
|
1291
|
-
"import": "./custom-button/esm/index.js",
|
|
1292
|
-
"require": "./custom-button/index.js"
|
|
1293
|
-
},
|
|
1294
|
-
"./custom-button/modern/*": "./custom-button/modern/*",
|
|
1295
|
-
"./custom-button/esm/*": "./custom-button/esm/*",
|
|
1296
|
-
"./custom-button/cssm/*": "./custom-button/cssm/*",
|
|
1297
|
-
"./confirmation/modern": "./confirmation/modern/index.js",
|
|
1298
|
-
"./confirmation/esm": "./confirmation/esm/index.js",
|
|
1299
|
-
"./confirmation/cssm": "./confirmation/cssm/index.js",
|
|
1300
|
-
"./confirmation": {
|
|
1301
|
-
"import": "./confirmation/esm/index.js",
|
|
1302
|
-
"require": "./confirmation/index.js"
|
|
1303
|
-
},
|
|
1304
|
-
"./confirmation/desktop": {
|
|
1305
|
-
"import": "./confirmation/esm/desktop.js",
|
|
1306
|
-
"require": "./confirmation/desktop.js"
|
|
1307
|
-
},
|
|
1308
|
-
"./confirmation/mobile": {
|
|
1309
|
-
"import": "./confirmation/esm/mobile.js",
|
|
1310
|
-
"require": "./confirmation/mobile.js"
|
|
1311
|
-
},
|
|
1312
|
-
"./confirmation/shared": {
|
|
1313
|
-
"import": "./confirmation/esm/shared.js",
|
|
1314
|
-
"require": "./confirmation/shared.js"
|
|
1315
|
-
},
|
|
1316
|
-
"./confirmation/modern/*": "./confirmation/modern/*",
|
|
1317
|
-
"./confirmation/esm/*": "./confirmation/esm/*",
|
|
1318
|
-
"./confirmation/cssm/*": "./confirmation/cssm/*",
|
|
1319
|
-
"./confirmation-v1/modern": "./confirmation-v1/modern/index.js",
|
|
1320
|
-
"./confirmation-v1/esm": "./confirmation-v1/esm/index.js",
|
|
1321
|
-
"./confirmation-v1/cssm": "./confirmation-v1/cssm/index.js",
|
|
1322
|
-
"./confirmation-v1": {
|
|
1323
|
-
"import": "./confirmation-v1/esm/index.js",
|
|
1324
|
-
"require": "./confirmation-v1/index.js"
|
|
1325
|
-
},
|
|
1326
|
-
"./confirmation-v1/modern/*": "./confirmation-v1/modern/*",
|
|
1327
|
-
"./confirmation-v1/esm/*": "./confirmation-v1/esm/*",
|
|
1328
|
-
"./confirmation-v1/cssm/*": "./confirmation-v1/cssm/*",
|
|
1329
|
-
"./comment/modern": "./comment/modern/index.js",
|
|
1330
|
-
"./comment/esm": "./comment/esm/index.js",
|
|
1331
|
-
"./comment/cssm": "./comment/cssm/index.js",
|
|
1332
|
-
"./comment": {
|
|
1333
|
-
"import": "./comment/esm/index.js",
|
|
1334
|
-
"require": "./comment/index.js"
|
|
1335
|
-
},
|
|
1336
|
-
"./comment/modern/*": "./comment/modern/*",
|
|
1337
|
-
"./comment/esm/*": "./comment/esm/*",
|
|
1338
|
-
"./comment/cssm/*": "./comment/cssm/*",
|
|
1339
|
-
"./collapse/modern": "./collapse/modern/index.js",
|
|
1340
|
-
"./collapse/esm": "./collapse/esm/index.js",
|
|
1341
|
-
"./collapse/cssm": "./collapse/cssm/index.js",
|
|
1342
|
-
"./collapse": {
|
|
1343
|
-
"import": "./collapse/esm/index.js",
|
|
1344
|
-
"require": "./collapse/index.js"
|
|
1345
|
-
},
|
|
1346
|
-
"./collapse/modern/*": "./collapse/modern/*",
|
|
1347
|
-
"./collapse/esm/*": "./collapse/esm/*",
|
|
1348
|
-
"./collapse/cssm/*": "./collapse/cssm/*",
|
|
1349
|
-
"./code-input/modern": "./code-input/modern/index.js",
|
|
1350
|
-
"./code-input/esm": "./code-input/esm/index.js",
|
|
1351
|
-
"./code-input/cssm": "./code-input/cssm/index.js",
|
|
1352
|
-
"./code-input": {
|
|
1353
|
-
"import": "./code-input/esm/index.js",
|
|
1354
|
-
"require": "./code-input/index.js"
|
|
1355
|
-
},
|
|
1356
|
-
"./code-input/desktop": {
|
|
1357
|
-
"import": "./code-input/esm/desktop.js",
|
|
1358
|
-
"require": "./code-input/desktop.js"
|
|
1359
|
-
},
|
|
1360
|
-
"./code-input/mobile": {
|
|
1361
|
-
"import": "./code-input/esm/mobile.js",
|
|
1362
|
-
"require": "./code-input/mobile.js"
|
|
1363
|
-
},
|
|
1364
|
-
"./code-input/shared": {
|
|
1365
|
-
"import": "./code-input/esm/shared.js",
|
|
1366
|
-
"require": "./code-input/shared.js"
|
|
1367
|
-
},
|
|
1368
|
-
"./code-input/modern/*": "./code-input/modern/*",
|
|
1369
|
-
"./code-input/esm/*": "./code-input/esm/*",
|
|
1370
|
-
"./code-input/cssm/*": "./code-input/cssm/*",
|
|
1371
|
-
"./circular-progress-bar/modern": "./circular-progress-bar/modern/index.js",
|
|
1372
|
-
"./circular-progress-bar/esm": "./circular-progress-bar/esm/index.js",
|
|
1373
|
-
"./circular-progress-bar/cssm": "./circular-progress-bar/cssm/index.js",
|
|
1374
|
-
"./circular-progress-bar": {
|
|
1375
|
-
"import": "./circular-progress-bar/esm/index.js",
|
|
1376
|
-
"require": "./circular-progress-bar/index.js"
|
|
1377
|
-
},
|
|
1378
|
-
"./circular-progress-bar/modern/*": "./circular-progress-bar/modern/*",
|
|
1379
|
-
"./circular-progress-bar/esm/*": "./circular-progress-bar/esm/*",
|
|
1380
|
-
"./circular-progress-bar/cssm/*": "./circular-progress-bar/cssm/*",
|
|
1381
|
-
"./checkbox/modern": "./checkbox/modern/index.js",
|
|
1382
|
-
"./checkbox/esm": "./checkbox/esm/index.js",
|
|
1383
|
-
"./checkbox/cssm": "./checkbox/cssm/index.js",
|
|
1384
|
-
"./checkbox": {
|
|
1385
|
-
"import": "./checkbox/esm/index.js",
|
|
1386
|
-
"require": "./checkbox/index.js"
|
|
1387
|
-
},
|
|
1388
|
-
"./checkbox/modern/*": "./checkbox/modern/*",
|
|
1389
|
-
"./checkbox/esm/*": "./checkbox/esm/*",
|
|
1390
|
-
"./checkbox/cssm/*": "./checkbox/cssm/*",
|
|
1391
|
-
"./checkbox-group/modern": "./checkbox-group/modern/index.js",
|
|
1392
|
-
"./checkbox-group/esm": "./checkbox-group/esm/index.js",
|
|
1393
|
-
"./checkbox-group/cssm": "./checkbox-group/cssm/index.js",
|
|
1394
|
-
"./checkbox-group": {
|
|
1395
|
-
"import": "./checkbox-group/esm/index.js",
|
|
1396
|
-
"require": "./checkbox-group/index.js"
|
|
1397
|
-
},
|
|
1398
|
-
"./checkbox-group/desktop": {
|
|
1399
|
-
"import": "./checkbox-group/esm/desktop.js",
|
|
1400
|
-
"require": "./checkbox-group/desktop.js"
|
|
1401
|
-
},
|
|
1402
|
-
"./checkbox-group/mobile": {
|
|
1403
|
-
"import": "./checkbox-group/esm/mobile.js",
|
|
1404
|
-
"require": "./checkbox-group/mobile.js"
|
|
1405
|
-
},
|
|
1406
|
-
"./checkbox-group/modern/*": "./checkbox-group/modern/*",
|
|
1407
|
-
"./checkbox-group/esm/*": "./checkbox-group/esm/*",
|
|
1408
|
-
"./checkbox-group/cssm/*": "./checkbox-group/cssm/*",
|
|
1409
|
-
"./chart/modern": "./chart/modern/index.js",
|
|
1410
|
-
"./chart/esm": "./chart/esm/index.js",
|
|
1411
|
-
"./chart/cssm": "./chart/cssm/index.js",
|
|
1412
|
-
"./chart": {
|
|
1413
|
-
"import": "./chart/esm/index.js",
|
|
1414
|
-
"require": "./chart/index.js"
|
|
1415
|
-
},
|
|
1416
|
-
"./chart/modern/*": "./chart/modern/*",
|
|
1417
|
-
"./chart/esm/*": "./chart/esm/*",
|
|
1418
|
-
"./chart/cssm/*": "./chart/cssm/*",
|
|
1419
|
-
"./cdn-icon/modern": "./cdn-icon/modern/index.js",
|
|
1420
|
-
"./cdn-icon/esm": "./cdn-icon/esm/index.js",
|
|
1421
|
-
"./cdn-icon/cssm": "./cdn-icon/cssm/index.js",
|
|
1422
|
-
"./cdn-icon": {
|
|
1423
|
-
"import": "./cdn-icon/esm/index.js",
|
|
1424
|
-
"require": "./cdn-icon/index.js"
|
|
1425
|
-
},
|
|
1426
|
-
"./cdn-icon/modern/*": "./cdn-icon/modern/*",
|
|
1427
|
-
"./cdn-icon/esm/*": "./cdn-icon/esm/*",
|
|
1428
|
-
"./cdn-icon/cssm/*": "./cdn-icon/cssm/*",
|
|
1429
|
-
"./card-image/modern": "./card-image/modern/index.js",
|
|
1430
|
-
"./card-image/esm": "./card-image/esm/index.js",
|
|
1431
|
-
"./card-image/cssm": "./card-image/cssm/index.js",
|
|
1432
|
-
"./card-image": {
|
|
1433
|
-
"import": "./card-image/esm/index.js",
|
|
1434
|
-
"require": "./card-image/index.js"
|
|
1435
|
-
},
|
|
1436
|
-
"./card-image/modern/*": "./card-image/modern/*",
|
|
1437
|
-
"./card-image/esm/*": "./card-image/esm/*",
|
|
1438
|
-
"./card-image/cssm/*": "./card-image/cssm/*",
|
|
1439
|
-
"./calendar/modern": "./calendar/modern/index.js",
|
|
1440
|
-
"./calendar/esm": "./calendar/esm/index.js",
|
|
1441
|
-
"./calendar/cssm": "./calendar/cssm/index.js",
|
|
1442
|
-
"./calendar": {
|
|
1443
|
-
"import": "./calendar/esm/index.js",
|
|
1444
|
-
"require": "./calendar/index.js"
|
|
1445
|
-
},
|
|
1446
|
-
"./calendar/desktop": {
|
|
1447
|
-
"import": "./calendar/esm/desktop.js",
|
|
1448
|
-
"require": "./calendar/desktop.js"
|
|
1449
|
-
},
|
|
1450
|
-
"./calendar/mobile": {
|
|
1451
|
-
"import": "./calendar/esm/mobile.js",
|
|
1452
|
-
"require": "./calendar/mobile.js"
|
|
1453
|
-
},
|
|
1454
|
-
"./calendar/shared": {
|
|
1455
|
-
"import": "./calendar/esm/shared.js",
|
|
1456
|
-
"require": "./calendar/shared.js"
|
|
1457
|
-
},
|
|
1458
|
-
"./calendar/modern/*": "./calendar/modern/*",
|
|
1459
|
-
"./calendar/esm/*": "./calendar/esm/*",
|
|
1460
|
-
"./calendar/cssm/*": "./calendar/cssm/*",
|
|
1461
|
-
"./calendar-with-skeleton/modern": "./calendar-with-skeleton/modern/index.js",
|
|
1462
|
-
"./calendar-with-skeleton/esm": "./calendar-with-skeleton/esm/index.js",
|
|
1463
|
-
"./calendar-with-skeleton/cssm": "./calendar-with-skeleton/cssm/index.js",
|
|
1464
|
-
"./calendar-with-skeleton": {
|
|
1465
|
-
"import": "./calendar-with-skeleton/esm/index.js",
|
|
1466
|
-
"require": "./calendar-with-skeleton/index.js"
|
|
1467
|
-
},
|
|
1468
|
-
"./calendar-with-skeleton/modern/*": "./calendar-with-skeleton/modern/*",
|
|
1469
|
-
"./calendar-with-skeleton/esm/*": "./calendar-with-skeleton/esm/*",
|
|
1470
|
-
"./calendar-with-skeleton/cssm/*": "./calendar-with-skeleton/cssm/*",
|
|
1471
|
-
"./calendar-range/modern": "./calendar-range/modern/index.js",
|
|
1472
|
-
"./calendar-range/esm": "./calendar-range/esm/index.js",
|
|
1473
|
-
"./calendar-range/cssm": "./calendar-range/cssm/index.js",
|
|
1474
|
-
"./calendar-range": {
|
|
1475
|
-
"import": "./calendar-range/esm/index.js",
|
|
1476
|
-
"require": "./calendar-range/index.js"
|
|
1477
|
-
},
|
|
1478
|
-
"./calendar-range/modern/*": "./calendar-range/modern/*",
|
|
1479
|
-
"./calendar-range/esm/*": "./calendar-range/esm/*",
|
|
1480
|
-
"./calendar-range/cssm/*": "./calendar-range/cssm/*",
|
|
1481
|
-
"./calendar-input/modern": "./calendar-input/modern/index.js",
|
|
1482
|
-
"./calendar-input/esm": "./calendar-input/esm/index.js",
|
|
1483
|
-
"./calendar-input/cssm": "./calendar-input/cssm/index.js",
|
|
1484
|
-
"./calendar-input": {
|
|
1485
|
-
"import": "./calendar-input/esm/index.js",
|
|
1486
|
-
"require": "./calendar-input/index.js"
|
|
1487
|
-
},
|
|
1488
|
-
"./calendar-input/desktop": {
|
|
1489
|
-
"import": "./calendar-input/esm/desktop.js",
|
|
1490
|
-
"require": "./calendar-input/desktop.js"
|
|
1491
|
-
},
|
|
1492
|
-
"./calendar-input/mobile": {
|
|
1493
|
-
"import": "./calendar-input/esm/mobile.js",
|
|
1494
|
-
"require": "./calendar-input/mobile.js"
|
|
1495
|
-
},
|
|
1496
|
-
"./calendar-input/shared": {
|
|
1497
|
-
"import": "./calendar-input/esm/shared.js",
|
|
1498
|
-
"require": "./calendar-input/shared.js"
|
|
1499
|
-
},
|
|
1500
|
-
"./calendar-input/modern/*": "./calendar-input/modern/*",
|
|
1501
|
-
"./calendar-input/esm/*": "./calendar-input/esm/*",
|
|
1502
|
-
"./calendar-input/cssm/*": "./calendar-input/cssm/*",
|
|
1503
|
-
"./button/modern": "./button/modern/index.js",
|
|
1504
|
-
"./button/esm": "./button/esm/index.js",
|
|
1505
|
-
"./button/cssm": "./button/cssm/index.js",
|
|
1506
|
-
"./button": {
|
|
1507
|
-
"import": "./button/esm/index.js",
|
|
1508
|
-
"require": "./button/index.js"
|
|
1509
|
-
},
|
|
1510
|
-
"./button/desktop": {
|
|
1511
|
-
"import": "./button/esm/desktop.js",
|
|
1512
|
-
"require": "./button/desktop.js"
|
|
1513
|
-
},
|
|
1514
|
-
"./button/mobile": {
|
|
1515
|
-
"import": "./button/esm/mobile.js",
|
|
1516
|
-
"require": "./button/mobile.js"
|
|
1517
|
-
},
|
|
1518
|
-
"./button/modern/*": "./button/modern/*",
|
|
1519
|
-
"./button/esm/*": "./button/esm/*",
|
|
1520
|
-
"./button/cssm/*": "./button/cssm/*",
|
|
1521
|
-
"./bottom-sheet/modern": "./bottom-sheet/modern/index.js",
|
|
1522
|
-
"./bottom-sheet/esm": "./bottom-sheet/esm/index.js",
|
|
1523
|
-
"./bottom-sheet/cssm": "./bottom-sheet/cssm/index.js",
|
|
1524
|
-
"./bottom-sheet": {
|
|
1525
|
-
"import": "./bottom-sheet/esm/index.js",
|
|
1526
|
-
"require": "./bottom-sheet/index.js"
|
|
1527
|
-
},
|
|
1528
|
-
"./bottom-sheet/modern/*": "./bottom-sheet/modern/*",
|
|
1529
|
-
"./bottom-sheet/esm/*": "./bottom-sheet/esm/*",
|
|
1530
|
-
"./bottom-sheet/cssm/*": "./bottom-sheet/cssm/*",
|
|
1531
|
-
"./base-modal/modern": "./base-modal/modern/index.js",
|
|
1532
|
-
"./base-modal/esm": "./base-modal/esm/index.js",
|
|
1533
|
-
"./base-modal/cssm": "./base-modal/cssm/index.js",
|
|
1534
|
-
"./base-modal": {
|
|
1535
|
-
"import": "./base-modal/esm/index.js",
|
|
1536
|
-
"require": "./base-modal/index.js"
|
|
1537
|
-
},
|
|
1538
|
-
"./base-modal/modern/*": "./base-modal/modern/*",
|
|
1539
|
-
"./base-modal/esm/*": "./base-modal/esm/*",
|
|
1540
|
-
"./base-modal/cssm/*": "./base-modal/cssm/*",
|
|
1541
|
-
"./bank-card/modern": "./bank-card/modern/index.js",
|
|
1542
|
-
"./bank-card/esm": "./bank-card/esm/index.js",
|
|
1543
|
-
"./bank-card/cssm": "./bank-card/cssm/index.js",
|
|
1544
|
-
"./bank-card": {
|
|
1545
|
-
"import": "./bank-card/esm/index.js",
|
|
1546
|
-
"require": "./bank-card/index.js"
|
|
1547
|
-
},
|
|
1548
|
-
"./bank-card/modern/*": "./bank-card/modern/*",
|
|
1549
|
-
"./bank-card/esm/*": "./bank-card/esm/*",
|
|
1550
|
-
"./bank-card/cssm/*": "./bank-card/cssm/*",
|
|
1551
|
-
"./badge/modern": "./badge/modern/index.js",
|
|
1552
|
-
"./badge/esm": "./badge/esm/index.js",
|
|
1553
|
-
"./badge/cssm": "./badge/cssm/index.js",
|
|
1554
|
-
"./badge": {
|
|
1555
|
-
"import": "./badge/esm/index.js",
|
|
1556
|
-
"require": "./badge/index.js"
|
|
1557
|
-
},
|
|
1558
|
-
"./badge/modern/*": "./badge/modern/*",
|
|
1559
|
-
"./badge/esm/*": "./badge/esm/*",
|
|
1560
|
-
"./badge/cssm/*": "./badge/cssm/*",
|
|
1561
|
-
"./backdrop/modern": "./backdrop/modern/index.js",
|
|
1562
|
-
"./backdrop/esm": "./backdrop/esm/index.js",
|
|
1563
|
-
"./backdrop/cssm": "./backdrop/cssm/index.js",
|
|
1564
|
-
"./backdrop": {
|
|
1565
|
-
"import": "./backdrop/esm/index.js",
|
|
1566
|
-
"require": "./backdrop/index.js"
|
|
1567
|
-
},
|
|
1568
|
-
"./backdrop/modern/*": "./backdrop/modern/*",
|
|
1569
|
-
"./backdrop/esm/*": "./backdrop/esm/*",
|
|
1570
|
-
"./backdrop/cssm/*": "./backdrop/cssm/*",
|
|
1571
|
-
"./attach/modern": "./attach/modern/index.js",
|
|
1572
|
-
"./attach/esm": "./attach/esm/index.js",
|
|
1573
|
-
"./attach/cssm": "./attach/cssm/index.js",
|
|
1574
|
-
"./attach": {
|
|
1575
|
-
"import": "./attach/esm/index.js",
|
|
1576
|
-
"require": "./attach/index.js"
|
|
1577
|
-
},
|
|
1578
|
-
"./attach/modern/*": "./attach/modern/*",
|
|
1579
|
-
"./attach/esm/*": "./attach/esm/*",
|
|
1580
|
-
"./attach/cssm/*": "./attach/cssm/*",
|
|
1581
|
-
"./amount/modern": "./amount/modern/index.js",
|
|
1582
|
-
"./amount/esm": "./amount/esm/index.js",
|
|
1583
|
-
"./amount/cssm": "./amount/cssm/index.js",
|
|
1584
|
-
"./amount": {
|
|
1585
|
-
"import": "./amount/esm/index.js",
|
|
1586
|
-
"require": "./amount/index.js"
|
|
1587
|
-
},
|
|
1588
|
-
"./amount/modern/*": "./amount/modern/*",
|
|
1589
|
-
"./amount/esm/*": "./amount/esm/*",
|
|
1590
|
-
"./amount/cssm/*": "./amount/cssm/*",
|
|
1591
|
-
"./amount-input/modern": "./amount-input/modern/index.js",
|
|
1592
|
-
"./amount-input/esm": "./amount-input/esm/index.js",
|
|
1593
|
-
"./amount-input/cssm": "./amount-input/cssm/index.js",
|
|
1594
|
-
"./amount-input": {
|
|
1595
|
-
"import": "./amount-input/esm/index.js",
|
|
1596
|
-
"require": "./amount-input/index.js"
|
|
1597
|
-
},
|
|
1598
|
-
"./amount-input/modern/*": "./amount-input/modern/*",
|
|
1599
|
-
"./amount-input/esm/*": "./amount-input/esm/*",
|
|
1600
|
-
"./amount-input/cssm/*": "./amount-input/cssm/*",
|
|
1601
|
-
"./alert/modern": "./alert/modern/index.js",
|
|
1602
|
-
"./alert/esm": "./alert/esm/index.js",
|
|
1603
|
-
"./alert/cssm": "./alert/cssm/index.js",
|
|
1604
|
-
"./alert": {
|
|
1605
|
-
"import": "./alert/esm/index.js",
|
|
1606
|
-
"require": "./alert/index.js"
|
|
1607
|
-
},
|
|
1608
|
-
"./alert/modern/*": "./alert/modern/*",
|
|
1609
|
-
"./alert/esm/*": "./alert/esm/*",
|
|
1610
|
-
"./alert/cssm/*": "./alert/cssm/*",
|
|
1611
|
-
"./action-button/modern": "./action-button/modern/index.js",
|
|
1612
|
-
"./action-button/esm": "./action-button/esm/index.js",
|
|
1613
|
-
"./action-button/cssm": "./action-button/cssm/index.js",
|
|
1614
|
-
"./action-button": {
|
|
1615
|
-
"import": "./action-button/esm/index.js",
|
|
1616
|
-
"require": "./action-button/index.js"
|
|
1617
|
-
},
|
|
1618
|
-
"./action-button/modern/*": "./action-button/modern/*",
|
|
1619
|
-
"./action-button/esm/*": "./action-button/esm/*",
|
|
1620
|
-
"./action-button/cssm/*": "./action-button/cssm/*"
|
|
266
|
+
]
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"lint-staged": {
|
|
270
|
+
"{packages,bin}/**/*.{js,jsx,ts,tsx}": [
|
|
271
|
+
"prettier --write",
|
|
272
|
+
"eslint"
|
|
273
|
+
],
|
|
274
|
+
"*.css": [
|
|
275
|
+
"prettier --write",
|
|
276
|
+
"stylelint"
|
|
277
|
+
]
|
|
278
|
+
},
|
|
279
|
+
"husky": {
|
|
280
|
+
"hooks": {
|
|
281
|
+
"pre-commit": "yarn lint-staged && yarn test",
|
|
282
|
+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"jest": {
|
|
286
|
+
"testEnvironment": "jest-environment-jsdom-sixteen"
|
|
287
|
+
},
|
|
288
|
+
"config": {
|
|
289
|
+
"commitizen": {
|
|
290
|
+
"path": "./node_modules/cz-conventional-changelog"
|
|
1621
291
|
}
|
|
292
|
+
},
|
|
293
|
+
"resolutions": {
|
|
294
|
+
"es5-ext": "0.10.53"
|
|
295
|
+
}
|
|
1622
296
|
}
|