@alfalab/core-components 33.0.1-beta.0 → 33.0.2
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/attach/Component.js +22 -14
- package/attach/cssm/Component.js +21 -13
- package/attach/cssm/index.js +1 -0
- package/attach/cssm/index.module.css +0 -5
- package/attach/esm/Component.js +23 -15
- package/attach/esm/index.css +0 -5
- package/attach/esm/index.js +1 -0
- package/attach/index.css +0 -5
- package/attach/index.js +1 -0
- package/attach/modern/Component.js +21 -13
- package/attach/modern/index.css +0 -5
- package/attach/modern/index.js +1 -0
- package/bottom-sheet/{component-0cfe5266.d.ts → component-68700369.d.ts} +0 -0
- package/bottom-sheet/{component-0cfe5266.js → component-68700369.js} +1 -1
- package/bottom-sheet/component.js +2 -2
- package/bottom-sheet/components/backer/Component.js +1 -1
- package/bottom-sheet/components/closer/Component.js +1 -1
- package/bottom-sheet/components/header/Component.js +2 -2
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/{component-0b0348c8.d.ts → component-c0d253fb.d.ts} +0 -0
- package/bottom-sheet/esm/{component-0b0348c8.js → component-c0d253fb.js} +1 -1
- package/bottom-sheet/esm/component.js +2 -2
- package/bottom-sheet/esm/components/backer/Component.js +1 -1
- package/bottom-sheet/esm/components/closer/Component.js +1 -1
- package/bottom-sheet/esm/components/header/Component.js +2 -2
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.d.ts +1 -1
- package/bottom-sheet/esm/index.js +2 -2
- package/bottom-sheet/esm/{tslib.es6-4e74a2da.d.ts → tslib.es6-0cfd18c3.d.ts} +0 -0
- package/bottom-sheet/esm/{tslib.es6-4e74a2da.js → tslib.es6-0cfd18c3.js} +0 -0
- package/bottom-sheet/index.d.ts +1 -1
- package/bottom-sheet/index.js +2 -2
- package/bottom-sheet/modern/{component-8a8dc568.d.ts → component-dc65393b.d.ts} +0 -0
- package/bottom-sheet/modern/{component-8a8dc568.js → component-dc65393b.js} +0 -0
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/header/Component.js +1 -1
- package/bottom-sheet/modern/index.d.ts +1 -1
- package/bottom-sheet/modern/index.js +1 -1
- package/bottom-sheet/{tslib.es6-68e0e847.d.ts → tslib.es6-e4db6b8e.d.ts} +0 -0
- package/bottom-sheet/{tslib.es6-68e0e847.js → tslib.es6-e4db6b8e.js} +0 -0
- package/calendar/Component.js +1 -1
- package/calendar/components/calendar-mobile/Component.js +9 -10
- package/calendar/components/calendar-mobile/index.js +2 -1
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/month-year-header/Component.js +1 -1
- package/calendar/components/month-year-header/index.js +1 -1
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/cssm/components/calendar-mobile/Component.js +8 -9
- package/calendar/cssm/components/calendar-mobile/index.js +1 -0
- package/calendar/cssm/index.js +1 -0
- package/calendar/esm/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +9 -10
- package/calendar/esm/components/calendar-mobile/index.js +2 -1
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/month-year-header/Component.js +1 -1
- package/calendar/esm/components/month-year-header/index.js +1 -1
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/select-button/Component.d.ts +1 -1
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.js +2 -1
- package/calendar/esm/{tslib.es6-dbe445c9.d.ts → tslib.es6-02ea94c0.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-dbe445c9.js → tslib.es6-02ea94c0.js} +0 -0
- package/calendar/index.js +2 -1
- package/calendar/modern/components/calendar-mobile/Component.js +11 -12
- package/calendar/modern/components/calendar-mobile/index.js +1 -0
- package/calendar/modern/index.js +1 -0
- package/calendar/{tslib.es6-fb3432d6.d.ts → tslib.es6-879cc811.d.ts} +0 -0
- package/calendar/{tslib.es6-fb3432d6.js → tslib.es6-879cc811.js} +0 -0
- package/calendar-input/Component.d.ts +6 -7
- package/calendar-input/cssm/Component.d.ts +3 -4
- package/calendar-input/esm/Component.d.ts +3 -4
- package/calendar-input/modern/Component.d.ts +6 -7
- package/calendar-range/Component.js +1 -1
- package/calendar-range/cssm/utils.js +3 -1
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/{index.module-6347e4f5.d.ts → index.module-1753474b.d.ts} +0 -0
- package/calendar-range/esm/{index.module-6347e4f5.js → index.module-1753474b.js} +0 -0
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/index.js +1 -1
- package/calendar-range/{index.module-d4d5654a.d.ts → index.module-8d0547b0.d.ts} +0 -0
- package/calendar-range/{index.module-d4d5654a.js → index.module-8d0547b0.js} +0 -0
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/{index.module-773d4c22.js → index.module-57aec1e8.js} +0 -0
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/chart/Component.js +1 -1
- package/chart/esm/Component.js +1 -1
- package/chart/esm/hooks/useSettings/index.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/esm/index.js +1 -1
- package/chart/esm/{tslib.es6-1ee6f6b8.d.ts → tslib.es6-91a26172.d.ts} +0 -0
- package/chart/esm/{tslib.es6-1ee6f6b8.js → tslib.es6-91a26172.js} +0 -0
- package/chart/hooks/useSettings/index.js +1 -1
- package/chart/hooks/useSettings/utils/setDatas.d.ts +2 -1
- package/chart/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/index.js +1 -1
- package/chart/modern/hooks/useSettings/utils/setDatas.d.ts +2 -1
- package/chart/{tslib.es6-b167ef22.d.ts → tslib.es6-93d4626b.d.ts} +0 -0
- package/chart/{tslib.es6-b167ef22.js → tslib.es6-93d4626b.js} +0 -0
- package/confirmation/{component-2e696ae1.d.ts → component-512ec78b.d.ts} +0 -0
- package/confirmation/{component-2e696ae1.js → component-512ec78b.js} +0 -0
- package/confirmation/component.desktop.js +2 -2
- package/confirmation/component.mobile.js +2 -2
- package/confirmation/component.responsive.js +2 -2
- package/confirmation/components/base-confirmation/component.js +2 -2
- package/confirmation/components/base-confirmation/index.d.ts +1 -1
- package/confirmation/components/base-confirmation/index.js +2 -2
- 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/{countdown-section-383dc28a.d.ts → countdown-section-2121f008.d.ts} +0 -0
- package/confirmation/{countdown-section-383dc28a.js → countdown-section-2121f008.js} +0 -0
- package/confirmation/desktop.js +2 -2
- package/confirmation/esm/{component-a949c052.d.ts → component-ab4657f7.d.ts} +0 -0
- package/confirmation/esm/{component-a949c052.js → component-ab4657f7.js} +1 -1
- package/confirmation/esm/component.desktop.js +2 -2
- package/confirmation/esm/component.mobile.js +2 -2
- package/confirmation/esm/component.responsive.js +2 -2
- package/confirmation/esm/components/base-confirmation/component.js +2 -2
- package/confirmation/esm/components/base-confirmation/index.d.ts +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +2 -2
- 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/{countdown-section-dec9036a.d.ts → countdown-section-9414b953.d.ts} +0 -0
- package/confirmation/esm/{countdown-section-dec9036a.js → countdown-section-9414b953.js} +0 -0
- package/confirmation/esm/desktop.js +2 -2
- package/confirmation/esm/index.js +2 -2
- package/confirmation/esm/mobile.js +2 -2
- package/confirmation/esm/responsive.js +2 -2
- package/confirmation/index.js +2 -2
- package/confirmation/mobile.js +2 -2
- 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/{countdown-section-9a9a5cbf.d.ts → countdown-section-6c9cfcdb.d.ts} +0 -0
- package/confirmation/modern/{countdown-section-9a9a5cbf.js → countdown-section-6c9cfcdb.js} +0 -0
- package/confirmation/modern/desktop.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile.js +1 -1
- package/confirmation/modern/responsive.js +1 -1
- package/confirmation/responsive.js +2 -2
- package/date-input/cssm/Component.d.ts +1 -1
- package/date-input/esm/Component.d.ts +1 -1
- package/date-range-input/Component.d.ts +1 -3
- package/date-range-input/cssm/Component.d.ts +1 -3
- package/date-range-input/esm/Component.d.ts +1 -3
- package/date-range-input/modern/Component.d.ts +1 -3
- package/file-upload-item/Component.js +4 -4
- package/file-upload-item/cssm/Component.js +4 -4
- package/file-upload-item/cssm/index.js +2 -2
- package/file-upload-item/cssm/index.module.css +1 -5
- package/file-upload-item/esm/Component.js +4 -4
- package/file-upload-item/esm/index.css +1 -5
- package/file-upload-item/esm/index.js +2 -2
- package/file-upload-item/index.css +1 -5
- package/file-upload-item/index.js +2 -2
- package/file-upload-item/modern/Component.js +4 -4
- package/file-upload-item/modern/index.css +1 -5
- package/file-upload-item/modern/index.js +2 -2
- 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 +2 -2
- package/gallery/components/image-viewer/index.js +2 -2
- 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 +2 -2
- package/gallery/esm/components/image-viewer/index.js +2 -2
- 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/esm/{slide-9ffd3611.d.ts → slide-a2428b75.d.ts} +0 -0
- package/gallery/esm/{slide-9ffd3611.js → slide-a2428b75.js} +0 -0
- package/gallery/esm/{tslib.es6-80bf67e4.d.ts → tslib.es6-68091898.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-80bf67e4.js → tslib.es6-68091898.js} +0 -0
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.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 +1 -1
- package/gallery/modern/index.js +1 -1
- package/gallery/modern/{slide-edf5d2e5.d.ts → slide-792c3f79.d.ts} +0 -0
- package/gallery/modern/{slide-edf5d2e5.js → slide-792c3f79.js} +0 -0
- package/gallery/{slide-d8e46bbd.d.ts → slide-fdbae00b.d.ts} +0 -0
- package/gallery/{slide-d8e46bbd.js → slide-fdbae00b.js} +0 -0
- package/gallery/{tslib.es6-500ac7f4.d.ts → tslib.es6-0a71810f.d.ts} +0 -0
- package/gallery/{tslib.es6-500ac7f4.js → tslib.es6-0a71810f.js} +0 -0
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +1 -1
- package/grid/col/index.js +1 -1
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +1 -1
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/{gutters.module-13ee775e.d.ts → gutters.module-2a023806.d.ts} +0 -0
- package/grid/esm/{gutters.module-13ee775e.js → gutters.module-2a023806.js} +0 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +1 -1
- package/grid/esm/row/index.js +1 -1
- package/grid/{gutters.module-85f84288.d.ts → gutters.module-a7390f1a.d.ts} +0 -0
- package/grid/{gutters.module-85f84288.js → gutters.module-a7390f1a.js} +0 -0
- package/grid/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +1 -1
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/{gutters.module-10e014bd.js → gutters.module-1d45501e.js} +0 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +1 -1
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +1 -1
- package/grid/row/index.js +1 -1
- package/icon-view/circle.js +1 -1
- package/icon-view/components/circle/component.js +1 -1
- package/icon-view/components/circle/index.js +1 -1
- package/icon-view/components/index.js +1 -1
- package/icon-view/components/super-ellipse/component.js +1 -1
- package/icon-view/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/circle.js +1 -1
- package/icon-view/esm/components/circle/component.js +1 -1
- package/icon-view/esm/components/circle/index.js +1 -1
- package/icon-view/esm/components/index.js +1 -1
- package/icon-view/esm/components/super-ellipse/component.js +1 -1
- package/icon-view/esm/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/super-ellipse.js +1 -1
- package/icon-view/esm/{tslib.es6-8661a1b8.d.ts → tslib.es6-15450bed.d.ts} +0 -0
- package/icon-view/esm/{tslib.es6-8661a1b8.js → tslib.es6-15450bed.js} +0 -0
- package/icon-view/super-ellipse.js +1 -1
- package/icon-view/{tslib.es6-5397da44.d.ts → tslib.es6-835594f2.d.ts} +0 -0
- package/icon-view/{tslib.es6-5397da44.js → tslib.es6-835594f2.js} +0 -0
- package/input-autocomplete/Component.js +1 -1
- package/input-autocomplete/Component.mobile.js +1 -1
- package/input-autocomplete/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/index.js +1 -1
- package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
- package/input-autocomplete/cssm/Component.d.ts +3 -3
- package/input-autocomplete/cssm/Component.mobile.d.ts +2 -2
- package/input-autocomplete/esm/Component.d.ts +3 -3
- package/input-autocomplete/esm/Component.js +1 -1
- package/input-autocomplete/esm/Component.mobile.d.ts +2 -2
- package/input-autocomplete/esm/Component.mobile.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
- package/input-autocomplete/esm/index.js +1 -1
- package/input-autocomplete/esm/mobile.js +1 -1
- package/input-autocomplete/esm/{tslib.es6-c783bee2.d.ts → tslib.es6-ebe4326a.d.ts} +0 -0
- package/input-autocomplete/esm/{tslib.es6-c783bee2.js → tslib.es6-ebe4326a.js} +0 -0
- package/input-autocomplete/index.js +1 -1
- package/input-autocomplete/mobile.js +1 -1
- package/input-autocomplete/modern/Component.d.ts +3 -3
- package/input-autocomplete/modern/Component.mobile.d.ts +2 -2
- package/input-autocomplete/{tslib.es6-4d1cf602.d.ts → tslib.es6-5e3ffdb9.d.ts} +0 -0
- package/input-autocomplete/{tslib.es6-4d1cf602.js → tslib.es6-5e3ffdb9.js} +0 -0
- package/intl-phone-input/{component-ea99b03b.d.ts → component-63f366b2.d.ts} +0 -0
- package/intl-phone-input/{component-ea99b03b.js → component-63f366b2.js} +0 -0
- package/intl-phone-input/component.d.ts +1 -1
- package/intl-phone-input/component.js +2 -2
- package/intl-phone-input/components/index.js +1 -1
- package/intl-phone-input/components/select/component.js +1 -1
- package/intl-phone-input/components/select/index.js +1 -1
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/{component-056a43d1.d.ts → component-864a04cb.d.ts} +0 -0
- package/intl-phone-input/esm/{component-056a43d1.js → component-864a04cb.js} +0 -0
- package/intl-phone-input/esm/component.js +2 -2
- package/intl-phone-input/esm/components/index.js +1 -1
- package/intl-phone-input/esm/components/select/component.js +1 -1
- package/intl-phone-input/esm/components/select/index.js +1 -1
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/esm/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/index.js +1 -1
- package/intl-phone-input/esm/{libphonenumber-js.min-9b56adf7.d.ts → libphonenumber-js.min-77ab5c93.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-9b56adf7.js → libphonenumber-js.min-77ab5c93.js} +0 -0
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/{libphonenumber-js.min-6274bc48.d.ts → libphonenumber-js.min-fbb3cb8d.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-6274bc48.js → libphonenumber-js.min-fbb3cb8d.js} +0 -0
- package/intl-phone-input/modern/component.js +1 -1
- package/intl-phone-input/modern/{libphonenumber-js.min-9b56adf7.d.ts → libphonenumber-js.min-77ab5c93.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-9b56adf7.js → libphonenumber-js.min-77ab5c93.js} +0 -0
- package/modal/{Component-a3014022.d.ts → Component-0defecef.d.ts} +0 -0
- package/modal/{Component-a3014022.js → Component-0defecef.js} +0 -0
- package/modal/Component.desktop.js +3 -3
- package/modal/Component.mobile.js +3 -3
- package/modal/Component.responsive.js +3 -3
- package/modal/components/closer/Component.js +1 -1
- package/modal/components/content/Component.desktop.js +1 -1
- package/modal/components/content/Component.mobile.js +1 -1
- package/modal/components/content/index.css +1 -1
- package/modal/components/footer/Component.desktop.js +1 -1
- package/modal/components/footer/Component.mobile.js +1 -1
- package/modal/components/header/Component.desktop.d.ts +1 -1
- package/modal/components/header/Component.desktop.js +2 -2
- package/modal/components/header/Component.js +1 -1
- package/modal/components/header/Component.mobile.d.ts +1 -1
- package/modal/components/header/Component.mobile.js +2 -2
- package/modal/cssm/components/content/index.module.css +1 -1
- package/modal/desktop.js +3 -3
- package/modal/esm/{Component-6e00bda6.d.ts → Component-2b159fe9.d.ts} +0 -0
- package/modal/esm/{Component-6e00bda6.js → Component-2b159fe9.js} +0 -0
- package/modal/esm/Component.desktop.js +3 -3
- package/modal/esm/Component.mobile.js +3 -3
- package/modal/esm/Component.responsive.js +3 -3
- package/modal/esm/components/closer/Component.js +1 -1
- package/modal/esm/components/content/Component.desktop.js +1 -1
- package/modal/esm/components/content/Component.mobile.js +1 -1
- package/modal/esm/components/content/index.css +1 -1
- package/modal/esm/components/footer/Component.desktop.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +1 -1
- package/modal/esm/components/header/Component.desktop.d.ts +1 -1
- package/modal/esm/components/header/Component.desktop.js +2 -2
- package/modal/esm/components/header/Component.js +1 -1
- package/modal/esm/components/header/Component.mobile.d.ts +1 -1
- package/modal/esm/components/header/Component.mobile.js +2 -2
- package/modal/esm/desktop.js +3 -3
- package/modal/esm/index.js +3 -3
- package/modal/esm/mobile.js +3 -3
- package/modal/esm/responsive.js +3 -3
- package/modal/esm/{transitions.module-555e34e0.js → transitions.module-25489c78.js} +0 -0
- package/modal/esm/{tslib.es6-60db3b67.d.ts → tslib.es6-62c96ba4.d.ts} +0 -0
- package/modal/esm/{tslib.es6-60db3b67.js → tslib.es6-62c96ba4.js} +0 -0
- package/modal/index.js +3 -3
- package/modal/mobile.js +3 -3
- package/modal/modern/{Component-da0548a4.d.ts → Component-1f033c16.d.ts} +0 -0
- package/modal/modern/{Component-da0548a4.js → Component-1f033c16.js} +0 -0
- package/modal/modern/Component.desktop.js +2 -2
- package/modal/modern/Component.mobile.js +2 -2
- package/modal/modern/Component.responsive.d.ts +1 -1
- package/modal/modern/Component.responsive.js +2 -2
- package/modal/modern/components/content/index.css +1 -1
- package/modal/modern/components/header/Component.desktop.d.ts +1 -1
- package/modal/modern/components/header/Component.desktop.js +1 -1
- package/modal/modern/components/header/Component.js +1 -1
- package/modal/modern/components/header/Component.mobile.d.ts +1 -1
- package/modal/modern/components/header/Component.mobile.js +1 -1
- package/modal/modern/desktop.js +2 -2
- package/modal/modern/index.js +2 -2
- package/modal/modern/mobile.js +2 -2
- package/modal/modern/responsive.js +2 -2
- package/modal/modern/{transitions.module-555e34e0.js → transitions.module-25489c78.js} +0 -0
- package/modal/responsive.js +3 -3
- package/modal/{transitions.module-222d162a.js → transitions.module-8830325d.js} +0 -0
- package/modal/{tslib.es6-5c9ba4d7.d.ts → tslib.es6-e377d59a.d.ts} +0 -0
- package/modal/{tslib.es6-5c9ba4d7.js → tslib.es6-e377d59a.js} +0 -0
- package/notification-manager/{component-138bfc65.d.ts → component-7bcbb71f.d.ts} +0 -0
- package/notification-manager/{component-138bfc65.js → component-7bcbb71f.js} +0 -0
- package/notification-manager/component.js +1 -1
- package/notification-manager/components/index.js +1 -1
- package/notification-manager/components/notification/component.js +1 -1
- package/notification-manager/components/notification/index.d.ts +1 -1
- package/notification-manager/components/notification/index.js +1 -1
- package/notification-manager/esm/{component-9235cfd4.d.ts → component-80e0561a.d.ts} +0 -0
- package/notification-manager/esm/{component-9235cfd4.js → component-80e0561a.js} +0 -0
- package/notification-manager/esm/component.js +1 -1
- package/notification-manager/esm/components/index.js +1 -1
- package/notification-manager/esm/components/notification/component.js +1 -1
- package/notification-manager/esm/components/notification/index.d.ts +1 -1
- package/notification-manager/esm/components/notification/index.js +1 -1
- package/notification-manager/esm/index.js +1 -1
- package/notification-manager/index.js +1 -1
- package/package.json +2 -1
- package/phone-input/utils/index.js +5 -7
- package/picker-button/Component.js +1 -1
- package/picker-button/Component.mobile.js +1 -1
- package/picker-button/Component.responsive.js +1 -1
- package/picker-button/cssm/index.module.css +5 -1
- package/picker-button/desktop.js +1 -1
- package/picker-button/esm/Component.js +1 -1
- package/picker-button/esm/Component.mobile.js +1 -1
- package/picker-button/esm/Component.responsive.js +1 -1
- package/picker-button/esm/desktop.js +1 -1
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.js +1 -1
- package/picker-button/esm/index.css +5 -1
- package/picker-button/esm/index.js +1 -1
- package/picker-button/esm/mobile.js +1 -1
- package/picker-button/esm/option/Component.js +1 -1
- package/picker-button/esm/option/index.js +1 -1
- package/picker-button/esm/{tslib.es6-fa456565.d.ts → tslib.es6-198658f7.d.ts} +0 -0
- package/picker-button/esm/{tslib.es6-fa456565.js → tslib.es6-198658f7.js} +0 -0
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.css +5 -1
- package/picker-button/index.js +1 -1
- package/picker-button/mobile.js +1 -1
- package/picker-button/modern/index.css +5 -1
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.js +1 -1
- package/picker-button/{tslib.es6-6b493864.d.ts → tslib.es6-f9ea6cba.d.ts} +0 -0
- package/picker-button/{tslib.es6-6b493864.js → tslib.es6-f9ea6cba.js} +0 -0
- package/pure-cell/{component-26fcccd6.d.ts → component-38f8145a.d.ts} +0 -0
- package/pure-cell/{component-26fcccd6.js → component-38f8145a.js} +1 -1
- package/pure-cell/{component-bfcc6822.d.ts → component-f5cacafb.d.ts} +0 -0
- package/pure-cell/{component-bfcc6822.js → component-f5cacafb.js} +2 -2
- package/pure-cell/component.js +3 -3
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +3 -3
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +3 -3
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +2 -2
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +2 -2
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +3 -3
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +3 -3
- package/pure-cell/components/text/component.js +3 -3
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +3 -3
- package/pure-cell/esm/{component-114270f4.d.ts → component-288d086b.d.ts} +0 -0
- package/pure-cell/esm/{component-114270f4.js → component-288d086b.js} +1 -1
- package/pure-cell/esm/{component-a2ef3735.d.ts → component-f19d121a.d.ts} +0 -0
- package/pure-cell/esm/{component-a2ef3735.js → component-f19d121a.js} +2 -2
- package/pure-cell/esm/component.js +3 -3
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +3 -3
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +3 -3
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +2 -2
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +2 -2
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +3 -3
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +3 -3
- package/pure-cell/esm/components/text/component.js +3 -3
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +3 -3
- package/pure-cell/esm/{getDataTestId-2320d4c9.d.ts → getDataTestId-7d3a3508.d.ts} +0 -0
- package/pure-cell/esm/{getDataTestId-2320d4c9.js → getDataTestId-7d3a3508.js} +0 -0
- package/pure-cell/esm/index.js +3 -3
- package/pure-cell/{getDataTestId-cad97c00.d.ts → getDataTestId-98c7c480.d.ts} +0 -0
- package/pure-cell/{getDataTestId-cad97c00.js → getDataTestId-98c7c480.js} +0 -0
- package/pure-cell/index.js +3 -3
- package/pure-cell/modern/{component-c66417cb.d.ts → component-d2bfc023.d.ts} +0 -0
- package/pure-cell/modern/{component-c66417cb.js → component-d2bfc023.js} +1 -1
- package/pure-cell/modern/component.js +2 -2
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +2 -2
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +2 -2
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +2 -2
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +2 -2
- package/pure-cell/modern/components/text/component.js +2 -2
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +2 -2
- package/pure-cell/modern/{getDataTestId-38af0b6e.d.ts → getDataTestId-4bfc9397.d.ts} +0 -0
- package/pure-cell/modern/{getDataTestId-38af0b6e.js → getDataTestId-4bfc9397.js} +0 -0
- package/pure-cell/modern/index.js +2 -2
- package/select/{Component-43ee6315.d.ts → Component-0adcc33f.d.ts} +0 -0
- package/select/{Component-43ee6315.js → Component-0adcc33f.js} +1 -1
- package/select/Component-afce40e0.d.ts +1 -1
- package/select/{modern/Component-a6b8e779.d.ts → Component-c9860dd6.d.ts} +8 -8
- package/select/{Component-6b76b917.js → Component-c9860dd6.js} +12 -12
- package/select/Component.d.ts +1 -1
- package/select/Component.js +2 -2
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/index.d.ts +1 -1
- package/select/components/base-select/index.js +2 -2
- package/select/components/base-select-mobile/Component.js +4 -4
- package/select/components/base-select-mobile/index.d.ts +1 -1
- package/select/components/base-select-mobile/index.js +4 -4
- package/select/components/base-select-mobile/options-list/Component.js +1 -1
- package/select/components/base-select-mobile/options-list/index.js +1 -1
- package/select/components/field/Component.js +1 -1
- package/select/components/field/index.js +1 -1
- package/select/components/index.js +4 -4
- package/select/components/native-select/Component.js +1 -1
- package/select/components/native-select/index.js +1 -1
- package/select/components/option/Component.js +1 -1
- package/select/components/option/index.js +1 -1
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.js +1 -1
- package/select/components/select-mobile/Component.js +4 -4
- package/select/components/select-mobile/index.d.ts +1 -1
- package/select/components/select-mobile/index.js +4 -4
- package/select/components/select-modal-mobile/Component.js +4 -4
- package/select/components/select-modal-mobile/index.d.ts +1 -1
- package/select/components/select-modal-mobile/index.js +4 -4
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.js +1 -1
- package/select/cssm/{Component-80de90ee.d.ts → Component-77d7e4fc.d.ts} +6 -6
- package/select/cssm/{Component-80de90ee.js → Component-77d7e4fc.js} +9 -9
- package/select/cssm/components/base-select-mobile/Component.js +1 -1
- package/select/cssm/components/base-select-mobile/index.d.ts +1 -1
- package/select/cssm/components/base-select-mobile/index.js +1 -1
- package/select/cssm/components/index.js +1 -1
- package/select/cssm/components/select-mobile/Component.js +1 -1
- package/select/cssm/components/select-mobile/index.d.ts +1 -1
- package/select/cssm/components/select-mobile/index.js +1 -1
- package/select/cssm/components/select-modal-mobile/Component.js +1 -1
- package/select/cssm/components/select-modal-mobile/index.d.ts +1 -1
- package/select/cssm/components/select-modal-mobile/index.js +1 -1
- package/select/cssm/index.js +1 -1
- package/select/cssm/presets/index.js +1 -1
- package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/{Component-02ba485d.d.ts → Component-4cadb402.d.ts} +0 -0
- package/select/esm/{Component-02ba485d.js → Component-4cadb402.js} +1 -1
- package/select/esm/{Component-8fd0c28c.d.ts → Component-7abd68e3.d.ts} +6 -6
- package/select/esm/{Component-8fd0c28c.js → Component-7abd68e3.js} +14 -14
- package/select/esm/Component.js +2 -2
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/index.d.ts +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/base-select-mobile/Component.js +4 -4
- package/select/esm/components/base-select-mobile/index.d.ts +1 -1
- package/select/esm/components/base-select-mobile/index.js +4 -4
- package/select/esm/components/base-select-mobile/options-list/Component.js +1 -1
- package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
- package/select/esm/components/field/Component.js +1 -1
- package/select/esm/components/field/index.js +1 -1
- package/select/esm/components/index.js +4 -4
- package/select/esm/components/native-select/Component.js +1 -1
- package/select/esm/components/native-select/index.js +1 -1
- package/select/esm/components/option/Component.js +1 -1
- package/select/esm/components/option/index.js +1 -1
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.js +1 -1
- package/select/esm/components/select-mobile/Component.js +4 -4
- package/select/esm/components/select-mobile/index.d.ts +1 -1
- package/select/esm/components/select-mobile/index.js +4 -4
- package/select/esm/components/select-modal-mobile/Component.js +4 -4
- package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/select/esm/components/select-modal-mobile/index.js +4 -4
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.js +1 -1
- package/select/esm/index.js +4 -4
- package/select/esm/{intersection-observer-191f7f28.d.ts → intersection-observer-47ac1624.d.ts} +0 -0
- package/select/esm/{intersection-observer-191f7f28.js → intersection-observer-47ac1624.js} +0 -0
- package/select/esm/presets/index.js +4 -4
- package/select/esm/presets/useLazyLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithApply/hook.js +4 -4
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- 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 +4 -4
- package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/select/esm/{tslib.es6-29abd052.d.ts → tslib.es6-babe1c35.d.ts} +0 -0
- package/select/esm/{tslib.es6-29abd052.js → tslib.es6-babe1c35.js} +0 -0
- package/select/index.js +4 -4
- package/select/{intersection-observer-878f8d34.d.ts → intersection-observer-f9d37e0f.d.ts} +0 -0
- package/select/{intersection-observer-878f8d34.js → intersection-observer-f9d37e0f.js} +0 -0
- package/select/{Component-6b76b917.d.ts → modern/Component-7a4219aa.d.ts} +8 -8
- package/select/modern/{Component-a6b8e779.js → Component-7a4219aa.js} +8 -8
- package/select/modern/Component-afce40e0.d.ts +1 -1
- package/select/modern/{Component-4293a718.d.ts → Component-f424e3c6.d.ts} +0 -0
- package/select/modern/{Component-4293a718.js → Component-f424e3c6.js} +0 -0
- package/select/modern/Component.d.ts +1 -1
- package/select/modern/Component.js +4 -4
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/base-select/index.d.ts +1 -1
- package/select/modern/components/base-select/index.js +1 -1
- package/select/modern/components/base-select-mobile/Component.js +6 -6
- package/select/modern/components/base-select-mobile/index.d.ts +1 -1
- package/select/modern/components/base-select-mobile/index.js +6 -6
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.js +1 -1
- package/select/modern/components/index.js +6 -6
- package/select/modern/components/select-mobile/Component.js +6 -6
- package/select/modern/components/select-mobile/index.d.ts +1 -1
- package/select/modern/components/select-mobile/index.js +6 -6
- package/select/modern/components/select-modal-mobile/Component.js +6 -6
- package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/select/modern/components/select-modal-mobile/index.js +6 -6
- package/select/modern/index.js +6 -6
- package/select/modern/{intersection-observer-191f7f28.d.ts → intersection-observer-47ac1624.d.ts} +0 -0
- package/select/modern/{intersection-observer-191f7f28.js → intersection-observer-47ac1624.js} +0 -0
- package/select/modern/presets/index.js +6 -6
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +6 -6
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
- 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 +6 -6
- package/select/presets/index.js +4 -4
- package/select/presets/useLazyLoading/hook.js +2 -2
- package/select/presets/useSelectWithApply/hook.js +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
- package/select/presets/useSelectWithLoading/hook.js +1 -1
- package/select/{tslib.es6-18d6811c.d.ts → tslib.es6-820c70b7.d.ts} +0 -0
- package/select/{tslib.es6-18d6811c.js → tslib.es6-820c70b7.js} +0 -0
- package/select-with-tags/component.js +1 -1
- package/select-with-tags/components/index.js +1 -1
- package/select-with-tags/components/tag/component.js +1 -1
- package/select-with-tags/components/tag/index.js +1 -1
- package/select-with-tags/components/tag-list/component.js +1 -1
- package/select-with-tags/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/component.js +1 -1
- package/select-with-tags/esm/components/index.js +1 -1
- package/select-with-tags/esm/components/tag/component.js +1 -1
- package/select-with-tags/esm/components/tag/index.js +1 -1
- package/select-with-tags/esm/components/tag-list/component.js +1 -1
- package/select-with-tags/esm/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/index.js +1 -1
- package/select-with-tags/esm/{tslib.es6-11916e83.d.ts → tslib.es6-d0163f3b.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-11916e83.js → tslib.es6-d0163f3b.js} +0 -0
- package/select-with-tags/esm/utils/index.js +1 -1
- package/select-with-tags/esm/utils/match.js +1 -1
- package/select-with-tags/index.js +1 -1
- package/select-with-tags/{tslib.es6-c10a1ad6.d.ts → tslib.es6-d0d83e24.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-c10a1ad6.js → tslib.es6-d0d83e24.js} +0 -0
- package/select-with-tags/utils/index.js +1 -1
- package/select-with-tags/utils/match.js +1 -1
- package/side-panel/Component.desktop.js +1 -1
- package/side-panel/Component.mobile.js +1 -1
- package/side-panel/Component.responsive.d.ts +1 -1
- package/side-panel/Component.responsive.js +1 -1
- package/side-panel/components/closer/Component.js +1 -1
- package/side-panel/components/content/Component.desktop.js +1 -1
- package/side-panel/components/content/Component.mobile.js +1 -1
- package/side-panel/components/footer/Component.desktop.js +1 -1
- package/side-panel/components/footer/Component.mobile.js +1 -1
- package/side-panel/components/header/Component.desktop.js +1 -1
- package/side-panel/components/header/Component.js +1 -1
- package/side-panel/components/header/Component.mobile.js +1 -1
- package/side-panel/desktop.js +1 -1
- package/side-panel/esm/Component.desktop.js +1 -1
- package/side-panel/esm/Component.mobile.js +1 -1
- package/side-panel/esm/Component.responsive.d.ts +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/closer/Component.js +1 -1
- package/side-panel/esm/components/content/Component.desktop.js +1 -1
- package/side-panel/esm/components/content/Component.mobile.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/components/header/Component.desktop.js +1 -1
- package/side-panel/esm/components/header/Component.js +1 -1
- package/side-panel/esm/components/header/Component.mobile.js +1 -1
- package/side-panel/esm/desktop.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile.js +1 -1
- package/side-panel/esm/responsive.js +1 -1
- package/side-panel/esm/{tslib.es6-81ee75c7.d.ts → tslib.es6-212fa338.d.ts} +0 -0
- package/side-panel/esm/{tslib.es6-81ee75c7.js → tslib.es6-212fa338.js} +0 -0
- package/side-panel/index.js +1 -1
- package/side-panel/mobile.js +1 -1
- package/side-panel/responsive.js +1 -1
- package/side-panel/{tslib.es6-f866d13a.d.ts → tslib.es6-bd87b0cc.d.ts} +0 -0
- package/side-panel/{tslib.es6-f866d13a.js → tslib.es6-bd87b0cc.js} +0 -0
- package/space/Component.js +1 -1
- package/space/{Item-1532e99e.d.ts → Item-49116756.d.ts} +0 -0
- package/space/{Item-1532e99e.js → Item-49116756.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/{Item-ce8357c2.d.ts → Item-e2663cd2.d.ts} +0 -0
- package/space/esm/{Item-ce8357c2.js → Item-e2663cd2.js} +0 -0
- package/space/esm/Item.js +1 -1
- package/space/esm/index.js +1 -1
- package/space/index.js +1 -1
- package/table/component.js +1 -1
- package/table/components/index.js +1 -1
- package/table/components/pagination/Component.js +1 -1
- package/table/components/pagination/index.js +1 -1
- package/table/components/pagination/select-field/index.js +1 -1
- package/table/components/table/Component.js +1 -1
- package/table/components/table/index.js +1 -1
- package/table/components/table/utils.js +1 -1
- package/table/components/tbody/Component.js +1 -1
- package/table/components/tbody/index.js +1 -1
- package/table/components/tcell/Component.js +1 -1
- package/table/components/tcell/index.js +1 -1
- package/table/components/texpandable-row/Component.js +1 -1
- package/table/components/texpandable-row/index.js +1 -1
- package/table/components/thead/Component.js +1 -1
- package/table/components/thead/index.js +1 -1
- package/table/components/thead-cell/Component.js +1 -1
- package/table/components/thead-cell/index.js +1 -1
- package/table/components/trow/Component.js +1 -1
- package/table/components/trow/index.js +1 -1
- package/table/components/tsortable-head-cell/Component.js +1 -1
- package/table/components/tsortable-head-cell/index.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/component.js +1 -1
- package/table/esm/components/index.js +1 -1
- package/table/esm/components/pagination/Component.js +1 -1
- package/table/esm/components/pagination/index.js +1 -1
- package/table/esm/components/pagination/select-field/index.js +1 -1
- package/table/esm/components/table/Component.js +1 -1
- package/table/esm/components/table/index.js +1 -1
- package/table/esm/components/table/utils.js +1 -1
- package/table/esm/components/tbody/Component.js +1 -1
- package/table/esm/components/tbody/index.js +1 -1
- package/table/esm/components/tcell/Component.js +1 -1
- package/table/esm/components/tcell/index.js +1 -1
- package/table/esm/components/texpandable-row/Component.js +1 -1
- package/table/esm/components/texpandable-row/index.js +1 -1
- package/table/esm/components/thead/Component.js +1 -1
- package/table/esm/components/thead/index.js +1 -1
- package/table/esm/components/thead-cell/Component.js +1 -1
- package/table/esm/components/thead-cell/index.js +1 -1
- package/table/esm/components/trow/Component.js +1 -1
- package/table/esm/components/trow/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/Component.js +1 -1
- package/table/esm/components/tsortable-head-cell/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/index.js +1 -1
- package/table/esm/{tslib.es6-099ae2b2.d.ts → tslib.es6-0dcfe20e.d.ts} +0 -0
- package/table/esm/{tslib.es6-099ae2b2.js → tslib.es6-0dcfe20e.js} +0 -0
- package/table/index.js +1 -1
- package/table/{tslib.es6-c6994932.d.ts → tslib.es6-3a4b55c5.d.ts} +0 -0
- package/table/{tslib.es6-c6994932.js → tslib.es6-3a4b55c5.js} +0 -0
- package/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/components/secondary-tablist/Component.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/desktop.js +3 -3
- package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/tabs/Component.desktop.js +3 -3
- package/tabs/esm/components/tabs/Component.mobile.js +3 -3
- package/tabs/esm/components/tabs/Component.responsive.js +3 -3
- package/tabs/esm/desktop.js +3 -3
- package/tabs/esm/index.js +3 -3
- package/tabs/esm/{index.module-c309f831.js → index.module-0763ffe1.js} +0 -0
- package/tabs/esm/{index.module-e4113e20.js → index.module-8ad3ed68.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-e5384ee5.d.ts → tslib.es6-5f1c4df1.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-e5384ee5.js → tslib.es6-5f1c4df1.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-d94634b7.js → index.module-0bf5573f.js} +0 -0
- package/tabs/{index.module-219cf4cc.js → index.module-5b624511.js} +0 -0
- package/tabs/mobile.js +3 -3
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/{index.module-c309f831.js → index.module-0763ffe1.js} +0 -0
- package/tabs/modern/{index.module-e4113e20.js → index.module-8ad3ed68.js} +0 -0
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/responsive.js +3 -3
- package/tabs/{tslib.es6-555e7d4a.d.ts → tslib.es6-e75e7617.d.ts} +0 -0
- package/tabs/{tslib.es6-555e7d4a.js → tslib.es6-e75e7617.js} +0 -0
- package/themes/compiled/mobile-dark-bluetint.css +76 -1876
- package/themes/compiled/mobile-dark-bluetint.js +0 -2
- package/themes/dark.js +0 -2
- package/themes/dist/amount/click.css +4 -0
- package/themes/dist/backdrop/click.css +4 -0
- package/themes/dist/bottom-sheet/click.css +9 -0
- package/themes/dist/bottom-sheet/corp.css +4 -0
- package/themes/dist/bottom-sheet/intranet.css +3 -0
- package/themes/dist/bottom-sheet/mobile.css +4 -0
- package/themes/dist/bottom-sheet/site.css +3 -0
- package/themes/dist/button/click.css +22 -0
- package/themes/dist/button/corp.css +52 -0
- package/themes/dist/button/intranet.css +23 -0
- package/themes/dist/button/mobile.css +23 -0
- package/themes/dist/button/site.css +4 -0
- package/themes/dist/calendar/click.css +8 -0
- package/themes/dist/calendar/intranet.css +9 -0
- package/themes/dist/calendar-input/click.css +3 -0
- package/themes/dist/calendar-input/corp.css +3 -0
- package/themes/dist/calendar-input/intranet.css +3 -0
- package/themes/dist/calendar-input/mobile.css +3 -0
- package/themes/dist/checkbox/click.css +9 -0
- package/themes/dist/checkbox/intranet.css +19 -0
- package/themes/dist/checkbox/mobile.css +19 -0
- package/themes/dist/checkbox-group/click.css +5 -0
- package/themes/dist/circular-progress-bar/click.css +5 -0
- package/themes/dist/click.css +971 -0
- package/themes/dist/compiled/mobile-dark-bluetint.css +2635 -0
- package/themes/dist/compiled/mobile-dark-bluetint.d.ts +2 -0
- package/themes/dist/compiled/mobile-dark-bluetint.js +11 -0
- package/themes/dist/confirmation/click.css +15 -0
- package/themes/dist/confirmation/intranet.css +8 -0
- package/themes/dist/confirmation/mobile.css +8 -0
- package/themes/dist/corp.css +773 -0
- package/themes/dist/dark.css +259 -0
- package/themes/dist/dark.d.ts +2 -0
- package/themes/dist/dark.js +12 -0
- package/themes/dist/dropzone/click.css +4 -0
- package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +2 -0
- package/themes/dist/esm/compiled/mobile-dark-bluetint.js +4 -0
- package/themes/dist/esm/dark.d.ts +2 -0
- package/themes/dist/esm/dark.js +6 -0
- package/themes/dist/esm/mixins/mobile.d.ts +2 -0
- package/themes/dist/esm/mixins/mobile.js +6 -0
- package/themes/dist/filter-tag/mobile.css +4 -0
- package/themes/dist/form-control/click.css +31 -0
- package/themes/dist/form-control/intranet.css +39 -0
- package/themes/dist/form-control/mobile.css +34 -0
- package/themes/dist/form-control/site.css +5 -0
- package/themes/dist/icon-button/click.css +24 -0
- package/themes/dist/input/click.css +8 -0
- package/themes/dist/input/corp.css +3 -0
- package/themes/dist/input/intranet.css +11 -0
- package/themes/dist/input/mobile.css +13 -0
- package/themes/dist/input/site.css +4 -0
- package/themes/dist/intranet.css +842 -0
- package/themes/dist/link/click.css +25 -0
- package/themes/dist/list/click.css +4 -0
- package/themes/dist/mixins/amount/click.css +4 -0
- package/themes/dist/mixins/backdrop/click.css +4 -0
- package/themes/dist/mixins/bottom-sheet/click.css +9 -0
- package/themes/dist/mixins/bottom-sheet/corp.css +4 -0
- package/themes/dist/mixins/bottom-sheet/intranet.css +3 -0
- package/themes/dist/mixins/bottom-sheet/mobile.css +4 -0
- package/themes/dist/mixins/bottom-sheet/site.css +3 -0
- package/themes/dist/mixins/button/click.css +22 -0
- package/themes/dist/mixins/button/corp.css +52 -0
- package/themes/dist/mixins/button/intranet.css +23 -0
- package/themes/dist/mixins/button/mobile.css +23 -0
- package/themes/dist/mixins/button/site.css +4 -0
- package/themes/dist/mixins/calendar/click.css +8 -0
- package/themes/dist/mixins/calendar/intranet.css +9 -0
- package/themes/dist/mixins/calendar-input/click.css +3 -0
- package/themes/dist/mixins/calendar-input/corp.css +3 -0
- package/themes/dist/mixins/calendar-input/intranet.css +3 -0
- package/themes/dist/mixins/calendar-input/mobile.css +3 -0
- package/themes/dist/mixins/checkbox/click.css +9 -0
- package/themes/dist/mixins/checkbox/intranet.css +19 -0
- package/themes/dist/mixins/checkbox/mobile.css +19 -0
- package/themes/dist/mixins/checkbox-group/click.css +5 -0
- package/themes/dist/mixins/circular-progress-bar/click.css +5 -0
- package/themes/dist/mixins/click.css +56 -0
- package/themes/dist/mixins/confirmation/click.css +15 -0
- package/themes/dist/mixins/confirmation/intranet.css +8 -0
- package/themes/dist/mixins/confirmation/mobile.css +8 -0
- package/themes/dist/mixins/corp.css +17 -0
- package/themes/dist/mixins/dark.css +259 -0
- package/themes/dist/mixins/dropzone/click.css +4 -0
- package/themes/dist/mixins/filter-tag/mobile.css +4 -0
- package/themes/dist/mixins/form-control/click.css +31 -0
- package/themes/dist/mixins/form-control/intranet.css +39 -0
- package/themes/dist/mixins/form-control/mobile.css +34 -0
- package/themes/dist/mixins/form-control/site.css +5 -0
- package/themes/dist/mixins/icon-button/click.css +24 -0
- package/themes/dist/mixins/input/click.css +8 -0
- package/themes/dist/mixins/input/corp.css +3 -0
- package/themes/dist/mixins/input/intranet.css +11 -0
- package/themes/dist/mixins/input/mobile.css +13 -0
- package/themes/dist/mixins/input/site.css +4 -0
- package/themes/dist/mixins/intranet.css +29 -0
- package/themes/dist/mixins/link/click.css +25 -0
- package/themes/dist/mixins/list/click.css +4 -0
- package/themes/dist/mixins/mobile.css +31 -0
- package/themes/dist/mixins/mobile.d.ts +2 -0
- package/themes/dist/mixins/mobile.js +12 -0
- package/themes/dist/mixins/modal/click.css +30 -0
- package/themes/dist/mixins/modal/corp.css +4 -0
- package/themes/dist/mixins/radio/click.css +9 -0
- package/themes/dist/mixins/radio/intranet.css +19 -0
- package/themes/dist/mixins/radio/mobile.css +19 -0
- package/themes/dist/mixins/select/click.css +25 -0
- package/themes/dist/mixins/select/corp.css +7 -0
- package/themes/dist/mixins/select/intranet.css +4 -0
- package/themes/dist/mixins/select/mobile.css +4 -0
- package/themes/dist/mixins/select/site.css +4 -0
- package/themes/dist/mixins/site.css +15 -0
- package/themes/dist/mixins/skeleton/click.css +9 -0
- package/themes/dist/mixins/slider/click.css +19 -0
- package/themes/dist/mixins/slider/intranet.css +6 -0
- package/themes/dist/mixins/slider/mobile.css +6 -0
- package/themes/dist/mixins/slider-input/intranet.css +3 -0
- package/themes/dist/mixins/slider-input/mobile.css +3 -0
- package/themes/dist/mixins/steps/mobile.css +4 -0
- package/themes/dist/mixins/switch/click.css +5 -0
- package/themes/dist/mixins/tabs/click.css +26 -0
- package/themes/dist/mixins/tabs/corp.css +4 -0
- package/themes/dist/mixins/tabs/site.css +8 -0
- package/themes/dist/mixins/tag/click.css +12 -0
- package/themes/dist/mixins/tag/intranet.css +16 -0
- package/themes/dist/mixins/tag/mobile.css +17 -0
- package/themes/dist/mixins/toast-plate/click.css +10 -0
- package/themes/dist/mobile.css +838 -0
- package/themes/dist/modal/click.css +30 -0
- package/themes/dist/modal/corp.css +4 -0
- package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +2 -0
- package/themes/dist/modern/compiled/mobile-dark-bluetint.js +4 -0
- package/themes/dist/modern/dark.d.ts +2 -0
- package/themes/dist/modern/dark.js +6 -0
- package/themes/dist/modern/mixins/mobile.d.ts +2 -0
- package/themes/dist/modern/mixins/mobile.js +6 -0
- package/themes/dist/package.json +12 -0
- package/themes/dist/radio/click.css +9 -0
- package/themes/dist/radio/intranet.css +19 -0
- package/themes/dist/radio/mobile.css +19 -0
- package/themes/dist/select/click.css +25 -0
- package/themes/dist/select/corp.css +7 -0
- package/themes/dist/select/intranet.css +4 -0
- package/themes/dist/select/mobile.css +4 -0
- package/themes/dist/select/site.css +4 -0
- package/themes/dist/send-stats.js +82 -0
- package/themes/dist/site.css +733 -0
- package/themes/dist/skeleton/click.css +9 -0
- package/themes/dist/slider/click.css +19 -0
- package/themes/dist/slider/intranet.css +6 -0
- package/themes/dist/slider/mobile.css +6 -0
- package/themes/dist/slider-input/intranet.css +3 -0
- package/themes/dist/slider-input/mobile.css +3 -0
- package/themes/dist/steps/mobile.css +4 -0
- package/themes/dist/switch/click.css +5 -0
- package/themes/dist/tabs/click.css +26 -0
- package/themes/dist/tabs/corp.css +4 -0
- package/themes/dist/tabs/site.css +8 -0
- package/themes/dist/tag/click.css +12 -0
- package/themes/dist/tag/intranet.css +16 -0
- package/themes/dist/tag/mobile.css +17 -0
- package/themes/dist/toast-plate/click.css +10 -0
- package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
- package/themes/mixins/mobile.js +0 -2
- package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
- package/themes/package.json +1 -10
- package/themes/send-stats.js +0 -0
- package/tooltip/{Component-5ab60edb.d.ts → Component-c85ce6bd.d.ts} +0 -0
- package/tooltip/{Component-5ab60edb.js → Component-c85ce6bd.js} +0 -0
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/esm/{Component-36841f3c.d.ts → Component-ded9247b.d.ts} +0 -0
- package/tooltip/esm/{Component-36841f3c.js → Component-ded9247b.js} +0 -0
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +1 -1
- package/tooltip/esm/index.d.ts +1 -1
- package/tooltip/esm/index.js +1 -1
- package/tooltip/esm/responsive.js +1 -1
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/responsive.js +1 -1
- package/typography/{colors.module-2dd8595a.d.ts → colors.module-29f2617c.d.ts} +0 -0
- package/typography/{colors.module-2dd8595a.js → colors.module-29f2617c.js} +0 -0
- package/typography/{common.module-f8aa3651.js → common.module-592efe38.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/cssm/text/component.d.ts +2 -2
- package/typography/cssm/title/component.d.ts +3 -3
- package/typography/esm/{colors.module-15283f22.d.ts → colors.module-b3ca0f3f.d.ts} +0 -0
- package/typography/esm/{colors.module-15283f22.js → colors.module-b3ca0f3f.js} +0 -0
- package/typography/esm/{common.module-ee6d703d.js → common.module-d3ee9688.js} +0 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/{colors.module-1ac8298c.js → colors.module-dad54675.js} +0 -0
- package/typography/modern/{common.module-ee6d703d.js → common.module-d3ee9688.js} +0 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.d.ts +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.d.ts +3 -3
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
- package/vars/colors-bluetint.js +0 -2
- package/vars/colors-indigo.js +0 -2
- package/vars/cssm/colors-bluetint.js +0 -2
- package/vars/cssm/colors-indigo.js +0 -2
- package/vars/dist/border-radius.css +11 -0
- package/vars/dist/bundle/site.css +5 -0
- package/vars/dist/colors-addons.css +98 -0
- package/vars/dist/colors-bluetint.css +431 -0
- package/vars/dist/colors-bluetint.d.ts +2 -0
- package/vars/dist/colors-bluetint.js +12 -0
- package/vars/dist/colors-indigo.css +431 -0
- package/vars/dist/colors-indigo.d.ts +2 -0
- package/vars/dist/colors-indigo.js +12 -0
- package/vars/dist/colors-transparent.css +26 -0
- package/vars/dist/colors-x5.css +4 -0
- package/vars/dist/colors.css +71 -0
- package/vars/dist/cssm/border-radius.css +11 -0
- package/vars/dist/cssm/bundle/site.css +608 -0
- package/vars/dist/cssm/colors-addons.css +98 -0
- package/vars/dist/cssm/colors-bluetint.css +431 -0
- package/vars/dist/cssm/colors-bluetint.d.ts +2 -0
- package/vars/dist/cssm/colors-bluetint.js +12 -0
- package/vars/dist/cssm/colors-indigo.css +431 -0
- package/vars/dist/cssm/colors-indigo.d.ts +2 -0
- package/vars/dist/cssm/colors-indigo.js +12 -0
- package/vars/dist/cssm/colors-transparent.css +26 -0
- package/vars/dist/cssm/colors-x5.css +4 -0
- package/vars/dist/cssm/colors.css +71 -0
- package/vars/dist/cssm/gaps.css +30 -0
- package/vars/dist/cssm/index.css +711 -0
- package/vars/dist/cssm/mixins.css +1 -0
- package/vars/dist/cssm/shadows-indigo.css +38 -0
- package/vars/dist/cssm/typography.css +6 -0
- package/vars/dist/esm/colors-bluetint.d.ts +2 -0
- package/vars/dist/esm/colors-bluetint.js +6 -0
- package/vars/dist/esm/colors-indigo.d.ts +2 -0
- package/vars/dist/esm/colors-indigo.js +6 -0
- package/vars/dist/gaps.css +30 -0
- package/vars/dist/index.css +9 -0
- package/vars/dist/mixins.css +4 -0
- package/vars/dist/modern/colors-bluetint.d.ts +2 -0
- package/vars/dist/modern/colors-bluetint.js +6 -0
- package/vars/dist/modern/colors-indigo.d.ts +2 -0
- package/vars/dist/modern/colors-indigo.js +6 -0
- package/vars/dist/package.json +13 -0
- package/vars/dist/send-stats.js +82 -0
- package/vars/dist/shadows-indigo.css +38 -0
- package/vars/dist/typography.css +442 -0
- package/vars/package.json +1 -11
- package/vars/send-stats.js +0 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* theme */
|
|
3
|
+
--skeleton-default-color: transparent;
|
|
4
|
+
--skeleton-border-radius: var(--border-radius-s);
|
|
5
|
+
--skeleton-backdrop-filter: blur(20px);
|
|
6
|
+
--skeleton-gradient-animation-display: none;
|
|
7
|
+
--skeleton-bg-animation-display: block;
|
|
8
|
+
--skeleton-bg-animation-color: var(--color-light-graphic-quaternary);
|
|
9
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* progress */
|
|
3
|
+
--slider-progress-background: var(--color-light-graphic-quaternary);
|
|
4
|
+
--slider-progress-color: var(--color-light-graphic-positive);
|
|
5
|
+
--slider-progress-s-border-radius: var(--border-radius-s);
|
|
6
|
+
--slider-progress-m-border-radius: var(--border-radius-s);
|
|
7
|
+
--slider-progress-s-height: 6px;
|
|
8
|
+
--slider-progress-m-height: 6px;
|
|
9
|
+
--slider-progress-hover-color: var(--color-light-graphic-positive-shade-10);
|
|
10
|
+
--slider-progress-hover-background: var(--color-light-graphic-quaternary-shade-10);
|
|
11
|
+
|
|
12
|
+
/* thumb */
|
|
13
|
+
--slider-thumb-color: var(--color-light-graphic-positive);
|
|
14
|
+
--slider-thumb-size: 24px;
|
|
15
|
+
--slider-thumb-box-shadow: var(--shadow-xs-hard);
|
|
16
|
+
--slider-thumb-border: 4px solid var(--color-light-border-key-inverted);
|
|
17
|
+
--slider-thumb-hover-color: var(--color-light-graphic-positive-shade-10);
|
|
18
|
+
--slider-thumb-active-color: var(--color-light-graphic-positive-shade-10);
|
|
19
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* theme */
|
|
3
|
+
--primary-tablist-s-font-size: 18px;
|
|
4
|
+
--primary-tablist-s-font-weight: 500;
|
|
5
|
+
--primary-tablist-s-font-family: var(--font-family-system);
|
|
6
|
+
--primary-tablist-s-padding: var(--gap-s) 0;
|
|
7
|
+
--primary-tablist-m-font-size: 20px;
|
|
8
|
+
--primary-tablist-m-font-weight: 500;
|
|
9
|
+
--primary-tablist-m-font-family: var(--font-family-styrene);
|
|
10
|
+
--primary-tablist-m-padding: var(--gap-s) 0;
|
|
11
|
+
--primary-tablist-l-font-size: 24px;
|
|
12
|
+
--primary-tablist-l-font-weight: 500;
|
|
13
|
+
--primary-tablist-l-font-family: var(--font-family-styrene);
|
|
14
|
+
--primary-tablist-l-padding: var(--gap-l) 0;
|
|
15
|
+
--primary-tablist-xl-font-size: 24px;
|
|
16
|
+
--primary-tablist-xl-font-weight: 500;
|
|
17
|
+
--primary-tablist-xl-font-family: var(--font-family-styrene);
|
|
18
|
+
--primary-tablist-xl-padding: var(--gap-l) 0;
|
|
19
|
+
--primary-tablist-font-feature-settings: 'ss01';
|
|
20
|
+
|
|
21
|
+
/* mobile */
|
|
22
|
+
--primary-tablist-mobile-font-weight: 500;
|
|
23
|
+
--primary-tablist-mobile-font-family: var(--font-family-styrene);
|
|
24
|
+
--primary-tablist-mobile-font-size: 20px;
|
|
25
|
+
--primary-tablist-mobile-line-height: 28px;
|
|
26
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* theme */
|
|
3
|
+
--primary-tablist-m-gaps: var(--gap-4xl);
|
|
4
|
+
--primary-tablist-m-font-weight: 500;
|
|
5
|
+
--primary-tablist-l-gaps: var(--gap-4xl);
|
|
6
|
+
--primary-tablist-l-font-weight: 500;
|
|
7
|
+
--primary-tablist-bottom-border-color: var(--color-light-border-underline);
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* theme */
|
|
3
|
+
--tag-background-color: var(--color-light-specialbg-component);
|
|
4
|
+
--tag-background-color-hover: var(--color-light-specialbg-component-shade-10);
|
|
5
|
+
--tag-background-color-active: var(--color-light-specialbg-component-shade-30);
|
|
6
|
+
--tag-background-color-disabled: var(--color-light-specialbg-component);
|
|
7
|
+
--tag-border-color: transparent;
|
|
8
|
+
--tag-border-color-hover: transparent;
|
|
9
|
+
--tag-border-color-active: transparent;
|
|
10
|
+
--tag-border-color-checked: transparent;
|
|
11
|
+
--tag-border-color-disabled: transparent;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* theme */
|
|
3
|
+
--tag-background-color: var(--color-light-bg-secondary);
|
|
4
|
+
--tag-background-color-hover: var(--color-light-bg-secondary-shade-7);
|
|
5
|
+
--tag-background-color-active: var(--color-light-bg-secondary-shade-15);
|
|
6
|
+
--tag-background-color-disabled: var(--color-light-bg-secondary-alpha-30);
|
|
7
|
+
--tag-background-color-checked: var(--color-light-bg-secondary-inverted);
|
|
8
|
+
--tag-background-color-checked-hover: var(--color-light-bg-secondary-inverted-tint-15);
|
|
9
|
+
--tag-background-color-checked-active: var(--color-light-bg-secondary-inverted-tint-20);
|
|
10
|
+
--tag-background-color-checked-disabled: var(--color-light-bg-secondary-inverted-alpha-30);
|
|
11
|
+
--tag-border-color: transparent;
|
|
12
|
+
--tag-border-color-hover: transparent;
|
|
13
|
+
--tag-border-color-active: transparent;
|
|
14
|
+
--tag-border-color-checked: transparent;
|
|
15
|
+
--tag-border-color-disabled: transparent;
|
|
16
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* theme */
|
|
3
|
+
--tag-border-radius: var(--border-radius-l);
|
|
4
|
+
--tag-background-color: var(--color-light-bg-secondary);
|
|
5
|
+
--tag-background-color-hover: var(--color-light-bg-secondary);
|
|
6
|
+
--tag-background-color-active: var(--color-light-bg-secondary-shade-15);
|
|
7
|
+
--tag-background-color-disabled: var(--color-light-bg-secondary-alpha-30);
|
|
8
|
+
--tag-background-color-checked: var(--color-light-bg-secondary-inverted);
|
|
9
|
+
--tag-background-color-checked-hover: var(--color-light-bg-secondary-inverted);
|
|
10
|
+
--tag-background-color-checked-active: var(--color-light-bg-secondary-inverted-tint-20);
|
|
11
|
+
--tag-background-color-checked-disabled: var(--color-light-bg-secondary-inverted-alpha-30);
|
|
12
|
+
--tag-border-color: transparent;
|
|
13
|
+
--tag-border-color-hover: transparent;
|
|
14
|
+
--tag-border-color-active: transparent;
|
|
15
|
+
--tag-border-color-checked: transparent;
|
|
16
|
+
--tag-border-color-disabled: transparent;
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* theme */
|
|
3
|
+
--toast-plate-title-font-weight: 400;
|
|
4
|
+
--toast-plate-bg-color: var(--color-light-bg-secondary-inverted);
|
|
5
|
+
--toast-plate-action-align: flex-start;
|
|
6
|
+
--toast-plate-action-padding: 0 0 0 var(--gap-xl);
|
|
7
|
+
--toast-plate-action-divider-display: none;
|
|
8
|
+
--toast-plate-content-with-closer-right-padding: 0;
|
|
9
|
+
--toast-plate-close-button-align: flex-start;
|
|
10
|
+
}
|
package/themes/mixins/mobile.js
CHANGED
package/themes/package.json
CHANGED
|
@@ -1,12 +1,3 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"version": "9.5.1",
|
|
4
|
-
"description": "",
|
|
5
|
-
"keywords": [],
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"publishConfig": {
|
|
8
|
-
"access": "public",
|
|
9
|
-
"directory": "dist"
|
|
10
|
-
},
|
|
11
|
-
"postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
|
|
2
|
+
"module": "./esm/index.js"
|
|
12
3
|
}
|
package/themes/send-stats.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/tooltip/Component.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var Component = require('./Component-
|
|
3
|
+
var Component = require('./Component-c85ce6bd.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
require('react-merge-refs');
|
|
File without changes
|
|
File without changes
|
package/tooltip/esm/Component.js
CHANGED
|
@@ -2,7 +2,7 @@ import React, { Fragment } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import 'react-merge-refs';
|
|
4
4
|
import '../../popover/esm';
|
|
5
|
-
import { _ as __rest, a as __assign, T as Tooltip } from './Component-
|
|
5
|
+
import { _ as __rest, a as __assign, T as Tooltip } from './Component-ded9247b.js';
|
|
6
6
|
import { useMedia } from '@alfalab/hooks';
|
|
7
7
|
import { BottomSheet } from '../../bottom-sheet/esm';
|
|
8
8
|
import { Button } from '../../button/esm';
|
package/tooltip/esm/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Component-
|
|
1
|
+
export * from "./Component-ded9247b";
|
package/tooltip/esm/index.js
CHANGED
package/tooltip/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Component-
|
|
1
|
+
export * from "./Component-c85ce6bd";
|
package/tooltip/index.js
CHANGED
package/tooltip/responsive.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/typography/component.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
require('./colors.module-
|
|
3
|
+
require('./colors.module-29f2617c.js');
|
|
4
4
|
require('react');
|
|
5
5
|
require('classnames');
|
|
6
6
|
require('./title/component.js');
|
|
7
|
-
require('./common.module-
|
|
7
|
+
require('./common.module-592efe38.js');
|
|
8
8
|
var title_index = require('./title/index.js');
|
|
9
9
|
var text_component = require('./text/component.js');
|
|
10
10
|
var titleResponsive_component = require('./title-responsive/component.js');
|
|
@@ -42,7 +42,7 @@ declare const Text: React.ForwardRefExoticComponent<Pick<NativeProps, "defaultCh
|
|
|
42
42
|
/**
|
|
43
43
|
* [Вариант начертания](https://alfa-laboratory.github.io/core-components/master/?path=/docs/гайдлайны-типографика--page)
|
|
44
44
|
*/
|
|
45
|
-
view?: "primary-
|
|
45
|
+
view?: "primary-large" | "primary-medium" | "primary-small" | "secondary-large" | "secondary-medium" | "secondary-small" | "component" | "caps" | undefined;
|
|
46
46
|
/**
|
|
47
47
|
* Цвет текста
|
|
48
48
|
*/
|
|
@@ -50,7 +50,7 @@ declare const Text: React.ForwardRefExoticComponent<Pick<NativeProps, "defaultCh
|
|
|
50
50
|
/**
|
|
51
51
|
* Толщина шрифта
|
|
52
52
|
*/
|
|
53
|
-
weight?: "
|
|
53
|
+
weight?: "medium" | "regular" | "bold" | undefined;
|
|
54
54
|
/**
|
|
55
55
|
* Делает цифры моноширинными
|
|
56
56
|
*/
|
|
@@ -51,11 +51,11 @@ declare const Title: React.ForwardRefExoticComponent<Pick<NativeProps, "defaultC
|
|
|
51
51
|
/**
|
|
52
52
|
* HTML тег
|
|
53
53
|
*/
|
|
54
|
-
tag: "
|
|
54
|
+
tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div";
|
|
55
55
|
/**
|
|
56
56
|
* [Вариант начертания](https://alfa-laboratory.github.io/core-components/master/?path=/docs/гайдлайны-типографика--page)
|
|
57
57
|
*/
|
|
58
|
-
view?: "
|
|
58
|
+
view?: "xlarge" | "large" | "medium" | "small" | "xsmall" | undefined;
|
|
59
59
|
/**
|
|
60
60
|
* Цвет текста
|
|
61
61
|
*/
|
|
@@ -63,7 +63,7 @@ declare const Title: React.ForwardRefExoticComponent<Pick<NativeProps, "defaultC
|
|
|
63
63
|
/**
|
|
64
64
|
* Толщина шрифта
|
|
65
65
|
*/
|
|
66
|
-
weight?: "
|
|
66
|
+
weight?: "medium" | "regular" | "bold" | undefined;
|
|
67
67
|
/**
|
|
68
68
|
* Шрифт текста
|
|
69
69
|
*/
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/typography/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as __assign } from '../colors.module-
|
|
2
|
-
import { c as commonStyles } from '../common.module-
|
|
1
|
+
import { _ as __assign } from '../colors.module-b3ca0f3f.js';
|
|
2
|
+
import { c as commonStyles } from '../common.module-d3ee9688.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import { Title as Title$1 } from './component.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as __assign } from '../colors.module-
|
|
2
|
-
import { c as commonStyles } from '../common.module-
|
|
1
|
+
import { _ as __assign } from '../colors.module-b3ca0f3f.js';
|
|
2
|
+
import { c as commonStyles } from '../common.module-d3ee9688.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import { Title } from '../title/component.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as __assign } from '../colors.module-
|
|
2
|
-
import { c as commonStyles } from '../common.module-
|
|
1
|
+
import { _ as __assign } from '../colors.module-b3ca0f3f.js';
|
|
2
|
+
import { c as commonStyles } from '../common.module-d3ee9688.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import { Title } from '../title/component.js';
|
package/typography/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
require('./colors.module-
|
|
3
|
+
require('./colors.module-29f2617c.js');
|
|
4
4
|
require('react');
|
|
5
5
|
require('classnames');
|
|
6
6
|
require('./title/component.js');
|
|
7
|
-
require('./common.module-
|
|
7
|
+
require('./common.module-592efe38.js');
|
|
8
8
|
require('./title/index.js');
|
|
9
9
|
require('./text/component.js');
|
|
10
10
|
require('./title-responsive/component.js');
|
|
File without changes
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
|
-
import './colors.module-
|
|
4
|
-
import './common.module-
|
|
3
|
+
import './colors.module-dad54675.js';
|
|
4
|
+
import './common.module-d3ee9688.js';
|
|
5
5
|
import './title/component.js';
|
|
6
6
|
import { Title } from './title/index.js';
|
|
7
7
|
import { Text } from './text/component.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
|
-
import './colors.module-
|
|
4
|
-
import './common.module-
|
|
3
|
+
import './colors.module-dad54675.js';
|
|
4
|
+
import './common.module-d3ee9688.js';
|
|
5
5
|
import './title/component.js';
|
|
6
6
|
import './title/index.js';
|
|
7
7
|
import './text/component.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { forwardRef } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import { c as colors } from '../colors.module-
|
|
3
|
+
import { c as colors } from '../colors.module-dad54675.js';
|
|
4
4
|
|
|
5
5
|
var styles = {"paragraph":"typography__paragraph_qmunn","primary-large":"typography__primary-large_qmunn","primary-medium":"typography__primary-medium_qmunn","primary-small":"typography__primary-small_qmunn","secondary-large":"typography__secondary-large_qmunn","secondary-medium":"typography__secondary-medium_qmunn","secondary-small":"typography__secondary-small_qmunn","component":"typography__component_qmunn","caps":"typography__caps_qmunn","bold":"typography__bold_qmunn","medium":"typography__medium_qmunn","regular":"typography__regular_qmunn","monospace":"typography__monospace_qmunn"};
|
|
6
6
|
require('./index.css');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { forwardRef } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import { c as colors } from '../colors.module-
|
|
3
|
+
import { c as colors } from '../colors.module-dad54675.js';
|
|
4
4
|
|
|
5
5
|
const Title = forwardRef(({ tag: Component = 'div', view = 'medium', font = 'styrene', weight = font === 'styrene' ? 'medium' : 'bold', defaultMargins = false, color, className, dataTestId, children, styles, ...restProps }, ref) => (React.createElement(Component, Object.assign({ className: cn(styles.component, className, styles[`${font}-${view}`], defaultMargins && styles[`margins-${view}`], styles[weight], color && colors[color]), "data-test-id": dataTestId, ref: ref }, restProps), children)));
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import 'classnames';
|
|
3
|
-
import '../colors.module-
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
3
|
+
import '../colors.module-dad54675.js';
|
|
4
|
+
import { c as commonStyles } from '../common.module-d3ee9688.js';
|
|
5
5
|
import { Title as Title$1 } from './component.js';
|
|
6
6
|
|
|
7
7
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_1sq89","styrene-large":"typography__styrene-large_1sq89","styrene-medium":"typography__styrene-medium_1sq89","styrene-small":"typography__styrene-small_1sq89","styrene-xsmall":"typography__styrene-xsmall_1sq89","system-xlarge":"typography__system-xlarge_1sq89","system-large":"typography__system-large_1sq89","system-medium":"typography__system-medium_1sq89","system-small":"typography__system-small_1sq89","system-xsmall":"typography__system-xsmall_1sq89","margins-xlarge":"typography__margins-xlarge_1sq89","margins-large":"typography__margins-large_1sq89","margins-medium":"typography__margins-medium_1sq89","margins-small":"typography__margins-small_1sq89","margins-xsmall":"typography__margins-xsmall_1sq89","bold":"typography__bold_1sq89","medium":"typography__medium_1sq89","regular":"typography__regular_1sq89"};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import 'classnames';
|
|
3
|
-
import '../colors.module-
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
3
|
+
import '../colors.module-dad54675.js';
|
|
4
|
+
import { c as commonStyles } from '../common.module-d3ee9688.js';
|
|
5
5
|
import { Title } from '../title/component.js';
|
|
6
6
|
|
|
7
7
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_79c2u","styrene-large":"typography__styrene-large_79c2u","styrene-medium":"typography__styrene-medium_79c2u","styrene-small":"typography__styrene-small_79c2u","styrene-xsmall":"typography__styrene-xsmall_79c2u","system-xlarge":"typography__system-xlarge_79c2u","system-large":"typography__system-large_79c2u","system-medium":"typography__system-medium_79c2u","system-small":"typography__system-small_79c2u","system-xsmall":"typography__system-xsmall_79c2u","bold":"typography__bold_79c2u","medium":"typography__medium_79c2u","regular":"typography__regular_79c2u"};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
|
-
import '../colors.module-
|
|
4
|
-
import '../common.module-
|
|
3
|
+
import '../colors.module-dad54675.js';
|
|
4
|
+
import '../common.module-d3ee9688.js';
|
|
5
5
|
import '../title/component.js';
|
|
6
6
|
export { TitleMobile } from './component.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import 'classnames';
|
|
3
|
-
import '../colors.module-
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
3
|
+
import '../colors.module-dad54675.js';
|
|
4
|
+
import { c as commonStyles } from '../common.module-d3ee9688.js';
|
|
5
5
|
import { Title } from '../title/component.js';
|
|
6
6
|
|
|
7
7
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_bj2d6","styrene-large":"typography__styrene-large_bj2d6","styrene-medium":"typography__styrene-medium_bj2d6","styrene-small":"typography__styrene-small_bj2d6","styrene-xsmall":"typography__styrene-xsmall_bj2d6","system-xlarge":"typography__system-xlarge_bj2d6","system-large":"typography__system-large_bj2d6","system-medium":"typography__system-medium_bj2d6","system-small":"typography__system-small_bj2d6","system-xsmall":"typography__system-xsmall_bj2d6","margins-xlarge":"typography__margins-xlarge_bj2d6","margins-large":"typography__margins-large_bj2d6","margins-medium":"typography__margins-medium_bj2d6","margins-small":"typography__margins-small_bj2d6","margins-xsmall":"typography__margins-xsmall_bj2d6"};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
|
-
import '../colors.module-
|
|
4
|
-
import '../common.module-
|
|
3
|
+
import '../colors.module-dad54675.js';
|
|
4
|
+
import '../common.module-d3ee9688.js';
|
|
5
5
|
import '../title/component.js';
|
|
6
6
|
export { TitleResponsive } from './component.js';
|
|
@@ -50,7 +50,7 @@ declare const Text: React.ForwardRefExoticComponent<Pick<NativeProps, "defaultCh
|
|
|
50
50
|
/**
|
|
51
51
|
* Толщина шрифта
|
|
52
52
|
*/
|
|
53
|
-
weight?: "
|
|
53
|
+
weight?: "medium" | "regular" | "bold" | undefined;
|
|
54
54
|
/**
|
|
55
55
|
* Делает цифры моноширинными
|
|
56
56
|
*/
|
|
@@ -58,7 +58,7 @@ declare const Text: React.ForwardRefExoticComponent<Pick<NativeProps, "defaultCh
|
|
|
58
58
|
/**
|
|
59
59
|
* HTML тег
|
|
60
60
|
*/
|
|
61
|
-
tag?: "
|
|
61
|
+
tag?: "div" | "p" | "span" | undefined;
|
|
62
62
|
/**
|
|
63
63
|
* Css-класс для стилизации (native prop)
|
|
64
64
|
*/
|