@alfalab/core-components 21.0.0 → 21.2.1-beta.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-d29b1169.d.ts → Component-9bfb0427.d.ts} +0 -0
- package/bottom-sheet/{Component-d29b1169.js → Component-9bfb0427.js} +0 -0
- package/bottom-sheet/component.js +1 -1
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/{Component-c7296d77.d.ts → Component-675f649e.d.ts} +0 -0
- package/bottom-sheet/esm/{Component-c7296d77.js → Component-675f649e.js} +0 -0
- package/bottom-sheet/esm/component.js +1 -1
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.js +1 -1
- package/bottom-sheet/index.js +1 -1
- package/calendar/Component.js +1 -1
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/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/esm/Component.js +1 -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/header/Component.js +1 -1
- package/calendar/esm/components/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.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 +1 -1
- package/calendar/esm/{tslib.es6-592d5eb5.d.ts → tslib.es6-382c8647.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-592d5eb5.js → tslib.es6-382c8647.js} +0 -0
- package/calendar/index.js +1 -1
- package/calendar/{tslib.es6-4fa31cb9.d.ts → tslib.es6-772f303b.d.ts} +0 -0
- package/calendar/{tslib.es6-4fa31cb9.js → tslib.es6-772f303b.js} +0 -0
- package/calendar-input/Component.d.ts +1 -1
- package/calendar-input/Component.js +1 -1
- package/calendar-input/esm/Component.js +1 -1
- package/calendar-input/esm/index.css +9 -9
- package/calendar-input/index.css +9 -9
- package/calendar-input/modern/Component.js +1 -1
- package/calendar-input/modern/index.css +9 -9
- package/calendar-range/Component.js +1 -1
- package/calendar-range/cssm/useCalendarMonthes.js +12 -4
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.css +5 -5
- package/calendar-range/esm/useCalendarMonthes.js +12 -4
- package/calendar-range/index.css +5 -5
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.css +5 -5
- package/calendar-range/modern/useCalendarMonthes.js +12 -4
- package/calendar-range/useCalendarMonthes.js +12 -4
- package/chart/Component.d.ts +2 -3
- package/chart/Component.js +6 -5
- package/chart/components/Dot/index.css +8 -8
- package/chart/components/Dot/index.js +1 -1
- package/chart/components/Legends/index.css +8 -8
- package/chart/components/Legends/index.js +1 -1
- package/chart/components/RectBar.d.ts +2 -3
- package/chart/components/RectBar.js +3 -2
- package/chart/components/Tick/index.css +4 -4
- package/chart/components/Tick/index.js +1 -1
- package/chart/components/TooltipContent/index.css +7 -7
- package/chart/components/TooltipContent/index.js +1 -1
- package/chart/cssm/Component.d.ts +2 -3
- package/chart/cssm/Component.js +4 -3
- package/chart/cssm/components/RectBar.d.ts +2 -3
- package/chart/cssm/components/RectBar.js +3 -2
- package/chart/cssm/index.d.ts +1 -0
- package/chart/cssm/index.js +7 -1
- package/chart/cssm/types/index.d.ts +14 -0
- package/{vars/dist/cssm/mixins.css → chart/cssm/types/index.js} +0 -0
- package/chart/cssm/types/utils/index.d.ts +6 -0
- package/chart/cssm/types/utils/index.js +1 -0
- package/chart/esm/Component.d.ts +2 -3
- package/chart/esm/Component.js +5 -6
- package/chart/esm/components/Dot/index.css +8 -8
- package/chart/esm/components/Dot/index.js +1 -1
- package/chart/esm/components/Legends/index.css +8 -8
- package/chart/esm/components/Legends/index.js +1 -1
- package/chart/esm/components/RectBar.d.ts +2 -3
- package/chart/esm/components/RectBar.js +1 -2
- package/chart/esm/components/Tick/index.css +4 -4
- package/chart/esm/components/Tick/index.js +1 -1
- package/chart/esm/components/TooltipContent/index.css +7 -7
- package/chart/esm/components/TooltipContent/index.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.css +3 -3
- package/chart/esm/index.d.ts +1 -0
- package/chart/esm/index.js +2 -2
- package/chart/esm/{tslib.es6-a3fbf5e6.d.ts → tslib.es6-f6456a4e.d.ts} +0 -0
- package/chart/esm/{tslib.es6-a3fbf5e6.js → tslib.es6-f6456a4e.js} +0 -0
- package/chart/esm/types/index.d.ts +14 -0
- package/chart/esm/types/index.js +1 -0
- package/chart/esm/types/utils/index.d.ts +6 -0
- package/chart/esm/types/utils/index.js +1 -0
- package/chart/hooks/useSettings/index.js +1 -1
- package/chart/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/index.css +3 -3
- package/chart/index.d.ts +1 -0
- package/chart/index.js +8 -2
- package/chart/modern/Component.d.ts +2 -3
- package/chart/modern/Component.js +4 -5
- package/chart/modern/components/Dot/index.css +8 -8
- package/chart/modern/components/Dot/index.js +1 -1
- package/chart/modern/components/Legends/index.css +8 -8
- package/chart/modern/components/Legends/index.js +1 -1
- package/chart/modern/components/RectBar.d.ts +2 -3
- package/chart/modern/components/RectBar.js +1 -2
- package/chart/modern/components/Tick/index.css +4 -4
- package/chart/modern/components/Tick/index.js +1 -1
- package/chart/modern/components/TooltipContent/index.css +7 -7
- package/chart/modern/components/TooltipContent/index.js +1 -1
- package/chart/modern/index.css +3 -3
- package/chart/modern/index.d.ts +1 -0
- package/chart/modern/index.js +1 -1
- package/chart/modern/types/index.d.ts +14 -0
- package/chart/modern/types/index.js +1 -0
- package/chart/modern/types/utils/index.d.ts +6 -0
- package/chart/modern/types/utils/index.js +1 -0
- package/chart/{tslib.es6-8e7742ab.d.ts → tslib.es6-5600ba09.d.ts} +0 -0
- package/chart/{tslib.es6-8e7742ab.js → tslib.es6-5600ba09.js} +0 -0
- package/chart/types/index.d.ts +14 -0
- package/chart/types/index.js +1 -0
- package/chart/types/utils/index.d.ts +6 -0
- package/chart/types/utils/index.js +1 -0
- package/collapse/Component.d.ts +4 -0
- package/collapse/Component.js +36 -17
- package/collapse/cssm/Component.d.ts +4 -0
- package/collapse/cssm/Component.js +35 -16
- package/collapse/cssm/index.js +1 -0
- package/collapse/esm/Component.d.ts +4 -0
- package/collapse/esm/Component.js +37 -18
- package/collapse/esm/index.css +8 -8
- package/collapse/esm/index.js +1 -0
- package/collapse/index.css +8 -8
- package/collapse/index.js +1 -0
- package/collapse/modern/Component.d.ts +4 -0
- package/collapse/modern/Component.js +34 -16
- package/collapse/modern/index.css +8 -8
- package/collapse/modern/index.js +1 -0
- package/confirmation/component.js +1 -1
- package/confirmation/components/code-input/component.js +2 -1
- package/confirmation/components/code-input/index.css +13 -9
- package/confirmation/components/countdown/component.js +1 -1
- package/confirmation/components/countdown/index.css +13 -13
- package/confirmation/components/countdown-loader/component.js +1 -1
- package/confirmation/components/countdown-loader/index.css +2 -2
- package/confirmation/components/overlimit/component.js +1 -1
- package/confirmation/components/overlimit/index.css +9 -9
- package/confirmation/components/sign-confirmation/component.js +1 -1
- package/confirmation/components/sign-confirmation/index.css +13 -13
- package/confirmation/cssm/components/code-input/component.js +1 -0
- package/confirmation/cssm/components/code-input/index.module.css +4 -0
- package/confirmation/esm/component.js +1 -1
- package/confirmation/esm/components/code-input/component.js +2 -1
- package/confirmation/esm/components/code-input/index.css +13 -9
- package/confirmation/esm/components/countdown/component.js +1 -1
- package/confirmation/esm/components/countdown/index.css +13 -13
- package/confirmation/esm/components/countdown-loader/component.js +1 -1
- package/confirmation/esm/components/countdown-loader/index.css +2 -2
- package/confirmation/esm/components/overlimit/component.js +1 -1
- package/confirmation/esm/components/overlimit/index.css +9 -9
- package/confirmation/esm/components/sign-confirmation/component.js +1 -1
- package/confirmation/esm/components/sign-confirmation/index.css +13 -13
- package/confirmation/esm/index.css +14 -14
- package/confirmation/index.css +14 -14
- package/confirmation/modern/component.js +1 -1
- package/confirmation/modern/components/code-input/component.js +2 -1
- package/confirmation/modern/components/code-input/index.css +13 -9
- package/confirmation/modern/components/countdown/component.js +1 -1
- package/confirmation/modern/components/countdown/index.css +13 -13
- package/confirmation/modern/components/countdown-loader/component.js +1 -1
- package/confirmation/modern/components/countdown-loader/index.css +2 -2
- package/confirmation/modern/components/overlimit/component.js +1 -1
- package/confirmation/modern/components/overlimit/index.css +9 -9
- package/confirmation/modern/components/sign-confirmation/component.js +1 -1
- package/confirmation/modern/components/sign-confirmation/index.css +13 -13
- package/confirmation/modern/index.css +14 -14
- package/date-input/cssm/Component.d.ts +1 -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 +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-532577ce.d.ts → slide-42c5c0aa.d.ts} +0 -0
- package/gallery/esm/{slide-532577ce.js → slide-42c5c0aa.js} +0 -0
- package/gallery/esm/{tslib.es6-2d1b56a1.d.ts → tslib.es6-d649d0e5.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-2d1b56a1.js → tslib.es6-d649d0e5.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-d87a486b.d.ts → slide-0dab9fbd.d.ts} +0 -0
- package/gallery/modern/{slide-d87a486b.js → slide-0dab9fbd.js} +0 -0
- package/gallery/{slide-aec72ab7.d.ts → slide-9efcf80a.d.ts} +0 -0
- package/gallery/{slide-aec72ab7.js → slide-9efcf80a.js} +0 -0
- package/gallery/{tslib.es6-1ff0896f.d.ts → tslib.es6-5adc4aff.d.ts} +0 -0
- package/gallery/{tslib.es6-1ff0896f.js → tslib.es6-5adc4aff.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-b39da5b6.d.ts → gutters.module-3fc6e1b2.d.ts} +0 -0
- package/grid/esm/{gutters.module-b39da5b6.js → gutters.module-3fc6e1b2.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-d3fcf523.d.ts → gutters.module-e0ce9737.d.ts} +0 -0
- package/grid/{gutters.module-d3fcf523.js → gutters.module-e0ce9737.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-3f6357c5.js → gutters.module-5396dff7.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/input-autocomplete/{Component-50e308c3.d.ts → Component-1e492c46.d.ts} +0 -0
- package/input-autocomplete/{Component-50e308c3.js → Component-1e492c46.js} +1 -1
- package/input-autocomplete/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/index.css +2 -2
- package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
- package/input-autocomplete/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/{Component-9846da19.d.ts → Component-2121a0e7.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-9846da19.js → Component-2121a0e7.js} +1 -1
- package/input-autocomplete/esm/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
- package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/index.js +1 -1
- package/input-autocomplete/index.js +1 -1
- package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
- package/intl-phone-input/{component-0ae65331.d.ts → component-2eeff334.d.ts} +0 -0
- package/intl-phone-input/{component-0ae65331.js → component-2eeff334.js} +1 -1
- package/intl-phone-input/component.js +3 -3
- package/intl-phone-input/components/flag-icon/component.js +1 -1
- package/intl-phone-input/components/flag-icon/index.css +784 -784
- package/intl-phone-input/components/index.js +1 -1
- package/intl-phone-input/components/select/component.js +2 -2
- package/intl-phone-input/components/select/index.css +6 -6
- 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.css +8 -8
- 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-35a8a72f.d.ts → component-93ea1dbd.d.ts} +0 -0
- package/intl-phone-input/esm/{component-35a8a72f.js → component-93ea1dbd.js} +1 -1
- package/intl-phone-input/esm/component.js +3 -3
- package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/index.css +784 -784
- package/intl-phone-input/esm/components/index.js +1 -1
- package/intl-phone-input/esm/components/select/component.js +2 -2
- package/intl-phone-input/esm/components/select/index.css +6 -6
- 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.css +8 -8
- 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.css +3 -3
- package/intl-phone-input/esm/index.js +1 -1
- package/intl-phone-input/esm/{libphonenumber-js.min-352b09e0.d.ts → libphonenumber-js.min-46f0a1bd.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-352b09e0.js → libphonenumber-js.min-46f0a1bd.js} +0 -0
- package/intl-phone-input/index.css +3 -3
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/{libphonenumber-js.min-2276947d.d.ts → libphonenumber-js.min-839979e5.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-2276947d.js → libphonenumber-js.min-839979e5.js} +0 -0
- package/intl-phone-input/modern/component.js +2 -2
- package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/index.css +784 -784
- package/intl-phone-input/modern/components/select/component.js +1 -1
- package/intl-phone-input/modern/components/select/index.css +6 -6
- package/intl-phone-input/modern/components/select-field/component.js +1 -1
- package/intl-phone-input/modern/components/select-field/index.css +8 -8
- package/intl-phone-input/modern/index.css +3 -3
- package/intl-phone-input/modern/{libphonenumber-js.min-352b09e0.d.ts → libphonenumber-js.min-46f0a1bd.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-352b09e0.js → libphonenumber-js.min-46f0a1bd.js} +0 -0
- package/modal/Component.desktop.js +2 -2
- package/modal/Component.mobile.js +2 -2
- package/modal/Component.responsive.js +2 -2
- 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/footer/Component.desktop.js +1 -1
- package/modal/components/footer/Component.mobile.js +1 -1
- package/modal/components/header/Component.desktop.js +1 -1
- package/modal/components/header/Component.js +1 -1
- package/modal/components/header/Component.mobile.js +1 -1
- package/modal/desktop.js +2 -2
- package/modal/esm/Component.desktop.js +2 -2
- package/modal/esm/Component.mobile.js +2 -2
- package/modal/esm/Component.responsive.js +2 -2
- 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/footer/Component.desktop.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +1 -1
- package/modal/esm/components/header/Component.desktop.js +1 -1
- package/modal/esm/components/header/Component.js +1 -1
- package/modal/esm/components/header/Component.mobile.js +1 -1
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/{transitions.module-683182f2.js → transitions.module-fc882cd9.js} +0 -0
- package/modal/esm/{tslib.es6-f3d79081.d.ts → tslib.es6-7e046e3c.d.ts} +0 -0
- package/modal/esm/{tslib.es6-f3d79081.js → tslib.es6-7e046e3c.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.js +2 -2
- package/modal/modern/Component.desktop.js +1 -1
- package/modal/modern/Component.mobile.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/{transitions.module-683182f2.js → transitions.module-fc882cd9.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-c7d97d9d.js → transitions.module-71182aa9.js} +0 -0
- package/modal/{tslib.es6-6d6e5bf3.d.ts → tslib.es6-58db9e66.d.ts} +0 -0
- package/modal/{tslib.es6-6d6e5bf3.js → tslib.es6-58db9e66.js} +0 -0
- package/notification/Component.js +1 -1
- package/notification/esm/Component.js +1 -1
- package/notification/esm/index.css +7 -7
- package/notification/index.css +7 -7
- package/notification/modern/Component.js +1 -1
- package/notification/modern/index.css +7 -7
- package/notification-manager/{component-551fe5f3.d.ts → component-31f7b4e5.d.ts} +0 -0
- package/notification-manager/{component-551fe5f3.js → component-31f7b4e5.js} +0 -0
- package/notification-manager/component.js +2 -2
- 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-f06f6118.d.ts → component-a16205c4.d.ts} +0 -0
- package/notification-manager/esm/{component-f06f6118.js → component-a16205c4.js} +0 -0
- package/notification-manager/esm/component.js +2 -2
- 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.css +11 -11
- package/notification-manager/esm/index.js +1 -1
- package/notification-manager/index.css +11 -11
- package/notification-manager/index.js +1 -1
- package/notification-manager/modern/component.js +1 -1
- package/notification-manager/modern/index.css +11 -11
- package/package.json +2 -1
- package/phone-input/esm/utils/index.js +5 -7
- package/phone-input/utils/index.js +7 -5
- package/picker-button/{Component-bc62e4c2.d.ts → Component-c1566232.d.ts} +0 -0
- package/picker-button/{Component-bc62e4c2.js → Component-c1566232.js} +1 -1
- package/picker-button/Component.d.ts +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/esm/{Component-7bcce42b.d.ts → Component-1ef28fe1.d.ts} +0 -0
- package/picker-button/esm/{Component-7bcce42b.js → Component-1ef28fe1.js} +1 -1
- package/picker-button/esm/Component.js +2 -2
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.css +3 -3
- package/picker-button/esm/field/index.d.ts +1 -1
- package/picker-button/esm/field/index.js +1 -1
- package/picker-button/esm/index.css +2 -2
- package/picker-button/esm/index.js +1 -1
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +3 -3
- package/picker-button/field/index.d.ts +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.css +2 -2
- package/picker-button/index.js +1 -1
- package/picker-button/modern/Component.js +1 -1
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +3 -3
- package/picker-button/modern/index.css +2 -2
- package/select/Component.js +1 -1
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +3 -3
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/index.css +7 -7
- package/select/components/base-select/index.js +1 -1
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +3 -3
- package/select/components/field/Component.js +2 -2
- package/select/components/field/index.css +9 -9
- package/select/components/field/index.js +1 -1
- package/select/components/index.js +1 -1
- package/select/components/native-select/Component.js +1 -1
- package/select/components/native-select/index.js +1 -1
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +6 -6
- package/select/components/option/Component.js +2 -2
- package/select/components/option/index.css +20 -20
- package/select/components/option/index.js +1 -1
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +5 -5
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +11 -11
- package/select/esm/Component.d.ts +1 -1
- package/select/esm/Component.js +1 -1
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/index.css +7 -7
- package/select/esm/components/base-select/index.js +1 -1
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +3 -3
- package/select/esm/components/field/Component.js +2 -2
- package/select/esm/components/field/index.css +9 -9
- package/select/esm/components/field/index.js +1 -1
- package/select/esm/components/index.js +1 -1
- package/select/esm/components/native-select/Component.js +1 -1
- package/select/esm/components/native-select/index.js +1 -1
- package/select/esm/components/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +6 -6
- package/select/esm/components/option/Component.js +2 -2
- package/select/esm/components/option/index.css +20 -20
- 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.css +5 -5
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +11 -11
- package/select/esm/index.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useLazyLoading/hook.js +2 -2
- package/select/esm/presets/useLazyLoading/index.css +2 -2
- package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/{tslib.es6-6ca380f2.d.ts → tslib.es6-f2dda8ca.d.ts} +0 -0
- package/select/esm/{tslib.es6-6ca380f2.js → tslib.es6-f2dda8ca.js} +0 -0
- package/select/index.js +1 -1
- package/select/modern/Component.d.ts +1 -1
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +3 -3
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/base-select/index.css +7 -7
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +3 -3
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +9 -9
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +6 -6
- package/select/modern/components/option/Component.js +1 -1
- package/select/modern/components/option/index.css +20 -20
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +5 -5
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +11 -11
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useLazyLoading/index.css +2 -2
- package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/presets/index.js +1 -1
- package/select/presets/useLazyLoading/hook.js +2 -2
- package/select/presets/useLazyLoading/index.css +2 -2
- package/select/presets/useSelectWithLoading/hook.js +2 -2
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/{tslib.es6-d00003ef.d.ts → tslib.es6-0a6ecfa9.d.ts} +0 -0
- package/select/{tslib.es6-d00003ef.js → tslib.es6-0a6ecfa9.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-db28aa0c.d.ts → tslib.es6-1dfcb334.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-db28aa0c.js → tslib.es6-1dfcb334.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-81e325ac.d.ts → tslib.es6-057f20de.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-81e325ac.js → tslib.es6-057f20de.js} +0 -0
- package/select-with-tags/utils/index.js +1 -1
- package/select-with-tags/utils/match.js +1 -1
- package/space/Component.js +1 -1
- package/space/{Item-1b05d5f9.d.ts → Item-469eb73b.d.ts} +0 -0
- package/space/{Item-1b05d5f9.js → Item-469eb73b.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/{Item-a82e8323.d.ts → Item-c0e149ef.d.ts} +0 -0
- package/space/esm/{Item-a82e8323.js → Item-c0e149ef.js} +0 -0
- package/space/esm/Item.js +1 -1
- package/space/esm/index.js +1 -1
- package/space/index.js +1 -1
- 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.d.ts +1 -1
- package/tabs/components/tabs/Component.desktop.d.ts +1 -1
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.d.ts +1 -1
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.d.ts +1 -1
- 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-f503c285.js → index.module-74111578.js} +0 -0
- package/tabs/esm/{index.module-770329cf.js → index.module-fe074327.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-6db4bd77.d.ts → tslib.es6-a444505f.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-6db4bd77.js → tslib.es6-a444505f.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-e147b404.js → index.module-4324985b.js} +0 -0
- package/tabs/{index.module-d58ceb27.js → index.module-74397790.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-f503c285.js → index.module-74111578.js} +0 -0
- package/tabs/modern/{index.module-770329cf.js → index.module-fe074327.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-7e1681a9.d.ts → tslib.es6-89dfbea4.d.ts} +0 -0
- package/tabs/{tslib.es6-7e1681a9.js → tslib.es6-89dfbea4.js} +0 -0
- package/textarea/Component.js +3 -3
- package/textarea/cssm/index.module.css +1 -1
- package/textarea/default.css +19 -19
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/default.css +19 -19
- package/textarea/esm/index.css +23 -23
- package/textarea/esm/inverted.css +19 -19
- package/textarea/index.css +23 -23
- package/textarea/inverted.css +19 -19
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/default.css +19 -19
- package/textarea/modern/index.css +23 -23
- package/textarea/modern/inverted.css +19 -19
- package/themes/compiled/mobile-dark-bluetint.css +1158 -68
- package/themes/compiled/mobile-dark-bluetint.js +2 -0
- package/themes/dark.js +2 -0
- package/themes/esm/compiled/mobile-dark-bluetint.js +3 -0
- package/themes/modern/compiled/mobile-dark-bluetint.js +3 -0
- package/themes/package.json +10 -1
- package/themes/send-stats.js +0 -0
- package/toast/component.js +1 -1
- package/toast/esm/component.js +1 -1
- package/toast/esm/index.css +9 -9
- package/toast/index.css +9 -9
- package/toast/modern/component.js +1 -1
- package/toast/modern/index.css +9 -9
- package/toast-plate/component.js +1 -1
- package/toast-plate/cssm/index.module.css +2 -0
- package/toast-plate/esm/component.js +1 -1
- package/toast-plate/esm/index.css +17 -15
- package/toast-plate/index.css +17 -15
- package/toast-plate/modern/component.js +1 -1
- package/toast-plate/modern/index.css +17 -15
- package/tooltip/{Component-7f2dbcf0.d.ts → Component-f20ef2d7.d.ts} +0 -0
- package/tooltip/{Component-7f2dbcf0.js → Component-f20ef2d7.js} +0 -0
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/esm/{Component-6d28f284.d.ts → Component-2769c7a2.d.ts} +0 -0
- package/tooltip/esm/{Component-6d28f284.js → Component-2769c7a2.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-ded492e1.d.ts → colors.module-27351680.d.ts} +0 -0
- package/typography/{colors.module-ded492e1.js → colors.module-27351680.js} +0 -0
- package/typography/{common.module-1de331b9.js → common.module-76bc6308.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-d21f47ee.d.ts → colors.module-5ec81d89.d.ts} +0 -0
- package/typography/esm/{colors.module-d21f47ee.js → colors.module-5ec81d89.js} +0 -0
- package/typography/esm/{common.module-9782b936.js → common.module-c8536c86.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-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-5a6490a8.js → colors.module-fa7415e8.js} +0 -0
- package/typography/modern/{common.module-9782b936.js → common.module-c8536c86.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-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/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 +2 -0
- package/vars/colors-indigo.js +2 -0
- package/vars/cssm/colors-bluetint.js +2 -0
- package/vars/cssm/colors-indigo.js +2 -0
- package/vars/package.json +11 -1
- package/vars/send-stats.js +0 -0
- package/themes/dist/amount/click.css +0 -4
- package/themes/dist/backdrop/click.css +0 -4
- package/themes/dist/button/click.css +0 -13
- package/themes/dist/button/corp.css +0 -21
- package/themes/dist/button/mobile.css +0 -19
- package/themes/dist/button/site.css +0 -5
- package/themes/dist/calendar/click.css +0 -11
- package/themes/dist/calendar-input/click.css +0 -4
- package/themes/dist/calendar-input/corp.css +0 -3
- package/themes/dist/checkbox/click.css +0 -9
- package/themes/dist/checkbox/mobile.css +0 -19
- package/themes/dist/click.css +0 -696
- package/themes/dist/compiled/mobile-dark-bluetint.css +0 -1856
- package/themes/dist/compiled/mobile-dark-bluetint.d.ts +0 -2
- package/themes/dist/compiled/mobile-dark-bluetint.js +0 -11
- package/themes/dist/confirmation/click.css +0 -12
- package/themes/dist/confirmation/mobile.css +0 -7
- package/themes/dist/corp.css +0 -520
- package/themes/dist/dark.css +0 -134
- package/themes/dist/dark.d.ts +0 -2
- package/themes/dist/dark.js +0 -12
- package/themes/dist/dropzone/click.css +0 -5
- package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +0 -2
- package/themes/dist/esm/compiled/mobile-dark-bluetint.js +0 -4
- package/themes/dist/esm/dark.d.ts +0 -2
- package/themes/dist/esm/dark.js +0 -6
- package/themes/dist/form-control/click.css +0 -31
- package/themes/dist/form-control/mobile.css +0 -34
- package/themes/dist/form-control/site.css +0 -5
- package/themes/dist/input/click.css +0 -8
- package/themes/dist/input/corp.css +0 -3
- package/themes/dist/input/mobile.css +0 -13
- package/themes/dist/input/site.css +0 -4
- package/themes/dist/link/click.css +0 -25
- package/themes/dist/list/click.css +0 -4
- package/themes/dist/mixins/amount/click.css +0 -4
- package/themes/dist/mixins/backdrop/click.css +0 -4
- package/themes/dist/mixins/button/click.css +0 -13
- package/themes/dist/mixins/button/corp.css +0 -21
- package/themes/dist/mixins/button/mobile.css +0 -19
- package/themes/dist/mixins/button/site.css +0 -5
- package/themes/dist/mixins/calendar/click.css +0 -11
- package/themes/dist/mixins/calendar-input/click.css +0 -4
- package/themes/dist/mixins/calendar-input/corp.css +0 -3
- package/themes/dist/mixins/checkbox/click.css +0 -9
- package/themes/dist/mixins/checkbox/mobile.css +0 -19
- package/themes/dist/mixins/click.css +0 -48
- package/themes/dist/mixins/confirmation/click.css +0 -12
- package/themes/dist/mixins/confirmation/mobile.css +0 -7
- package/themes/dist/mixins/corp.css +0 -13
- package/themes/dist/mixins/dark.css +0 -134
- package/themes/dist/mixins/dropzone/click.css +0 -5
- package/themes/dist/mixins/form-control/click.css +0 -31
- package/themes/dist/mixins/form-control/mobile.css +0 -34
- package/themes/dist/mixins/form-control/site.css +0 -5
- package/themes/dist/mixins/input/click.css +0 -8
- package/themes/dist/mixins/input/corp.css +0 -3
- package/themes/dist/mixins/input/mobile.css +0 -13
- package/themes/dist/mixins/input/site.css +0 -4
- package/themes/dist/mixins/link/click.css +0 -25
- package/themes/dist/mixins/list/click.css +0 -4
- package/themes/dist/mixins/mobile.css +0 -23
- package/themes/dist/mixins/modal/click.css +0 -29
- package/themes/dist/mixins/radio/click.css +0 -9
- package/themes/dist/mixins/radio/mobile.css +0 -19
- package/themes/dist/mixins/select/click.css +0 -18
- package/themes/dist/mixins/select/corp.css +0 -3
- package/themes/dist/mixins/site.css +0 -11
- package/themes/dist/mixins/skeleton/click.css +0 -8
- package/themes/dist/mixins/slider/click.css +0 -16
- package/themes/dist/mixins/slider/mobile.css +0 -5
- package/themes/dist/mixins/slider-input/mobile.css +0 -3
- package/themes/dist/mixins/switch/click.css +0 -5
- package/themes/dist/mixins/tabs/click.css +0 -20
- package/themes/dist/mixins/tabs/corp.css +0 -4
- package/themes/dist/mixins/tabs/site.css +0 -8
- package/themes/dist/mixins/tag/click.css +0 -11
- package/themes/dist/mixins/tag/mobile.css +0 -14
- package/themes/dist/mixins/toast-plate/click.css +0 -8
- package/themes/dist/mobile.css +0 -594
- package/themes/dist/modal/click.css +0 -29
- package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +0 -2
- package/themes/dist/modern/compiled/mobile-dark-bluetint.js +0 -4
- package/themes/dist/modern/dark.d.ts +0 -2
- package/themes/dist/modern/dark.js +0 -6
- package/themes/dist/package.json +0 -12
- package/themes/dist/radio/click.css +0 -9
- package/themes/dist/radio/mobile.css +0 -19
- package/themes/dist/select/click.css +0 -18
- package/themes/dist/select/corp.css +0 -3
- package/themes/dist/send-stats.js +0 -82
- package/themes/dist/site.css +0 -512
- package/themes/dist/skeleton/click.css +0 -8
- package/themes/dist/slider/click.css +0 -16
- package/themes/dist/slider/mobile.css +0 -5
- package/themes/dist/slider-input/mobile.css +0 -3
- package/themes/dist/switch/click.css +0 -5
- package/themes/dist/tabs/click.css +0 -20
- package/themes/dist/tabs/corp.css +0 -4
- package/themes/dist/tabs/site.css +0 -8
- package/themes/dist/tag/click.css +0 -11
- package/themes/dist/tag/mobile.css +0 -14
- package/themes/dist/toast-plate/click.css +0 -8
- package/vars/dist/border-radius.css +0 -9
- package/vars/dist/colors-addons.css +0 -55
- package/vars/dist/colors-bluetint.css +0 -247
- package/vars/dist/colors-bluetint.d.ts +0 -2
- package/vars/dist/colors-bluetint.js +0 -12
- package/vars/dist/colors-indigo.css +0 -269
- package/vars/dist/colors-indigo.d.ts +0 -2
- package/vars/dist/colors-indigo.js +0 -12
- package/vars/dist/colors-transparent.css +0 -22
- package/vars/dist/colors.css +0 -71
- package/vars/dist/cssm/border-radius.css +0 -9
- package/vars/dist/cssm/colors-addons.css +0 -55
- package/vars/dist/cssm/colors-bluetint.css +0 -247
- package/vars/dist/cssm/colors-bluetint.d.ts +0 -2
- package/vars/dist/cssm/colors-bluetint.js +0 -12
- package/vars/dist/cssm/colors-indigo.css +0 -265
- package/vars/dist/cssm/colors-indigo.d.ts +0 -2
- package/vars/dist/cssm/colors-indigo.js +0 -12
- package/vars/dist/cssm/colors-transparent.css +0 -22
- package/vars/dist/cssm/colors.css +0 -71
- package/vars/dist/cssm/gaps.css +0 -30
- package/vars/dist/cssm/index.css +0 -496
- package/vars/dist/cssm/shadows-indigo.css +0 -38
- package/vars/dist/cssm/typography.css +0 -6
- package/vars/dist/esm/colors-bluetint.d.ts +0 -2
- package/vars/dist/esm/colors-bluetint.js +0 -6
- package/vars/dist/esm/colors-indigo.d.ts +0 -2
- package/vars/dist/esm/colors-indigo.js +0 -6
- package/vars/dist/gaps.css +0 -30
- package/vars/dist/index.css +0 -9
- package/vars/dist/mixins.css +0 -4
- package/vars/dist/modern/colors-bluetint.d.ts +0 -2
- package/vars/dist/modern/colors-bluetint.js +0 -6
- package/vars/dist/modern/colors-indigo.d.ts +0 -2
- package/vars/dist/modern/colors-indigo.js +0 -6
- package/vars/dist/package.json +0 -13
- package/vars/dist/send-stats.js +0 -82
- package/vars/dist/shadows-indigo.css +0 -38
- package/vars/dist/typography.css +0 -486
package/calendar-range/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: jkizo */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-primary: #0b1f35;
|
|
4
4
|
}
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
:root {
|
|
14
14
|
--gap-xs: 8px;
|
|
15
15
|
}
|
|
16
|
-
.calendar-
|
|
16
|
+
.calendar-range__component_jkizo {
|
|
17
17
|
display: flex
|
|
18
18
|
}
|
|
19
|
-
.calendar-
|
|
19
|
+
.calendar-range__component_jkizo button[aria-selected='true'] {
|
|
20
20
|
cursor: pointer;
|
|
21
21
|
}
|
|
22
|
-
.calendar-
|
|
22
|
+
.calendar-range__divider_jkizo {
|
|
23
23
|
height: 48px;
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
width: 16px;
|
|
28
28
|
margin: 0 var(--gap-xs)
|
|
29
29
|
}
|
|
30
|
-
.calendar-
|
|
30
|
+
.calendar-range__divider_jkizo:after {
|
|
31
31
|
content: '';
|
|
32
32
|
display: block;
|
|
33
33
|
width: 100%;
|
|
@@ -7,7 +7,7 @@ import { initialValueState, getCorrectValueState, isDayButton } from './utils.js
|
|
|
7
7
|
import { useCalendarMonthes } from './useCalendarMonthes.js';
|
|
8
8
|
import { useCalendarMaxMinDates } from './useCalendarMaxMinDates.js';
|
|
9
9
|
|
|
10
|
-
var styles = {"component":"calendar-
|
|
10
|
+
var styles = {"component":"calendar-range__component_jkizo","divider":"calendar-range__divider_jkizo"};
|
|
11
11
|
require('./index.css');
|
|
12
12
|
|
|
13
13
|
/* eslint-disable multiline-comment-style */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: jkizo */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-primary: #0b1f35;
|
|
4
4
|
}
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
:root {
|
|
14
14
|
--gap-xs: 8px;
|
|
15
15
|
}
|
|
16
|
-
.calendar-
|
|
16
|
+
.calendar-range__component_jkizo {
|
|
17
17
|
display: flex
|
|
18
18
|
}
|
|
19
|
-
.calendar-
|
|
19
|
+
.calendar-range__component_jkizo button[aria-selected='true'] {
|
|
20
20
|
cursor: pointer;
|
|
21
21
|
}
|
|
22
|
-
.calendar-
|
|
22
|
+
.calendar-range__divider_jkizo {
|
|
23
23
|
height: 48px;
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
width: 16px;
|
|
28
28
|
margin: 0 var(--gap-xs)
|
|
29
29
|
}
|
|
30
|
-
.calendar-
|
|
30
|
+
.calendar-range__divider_jkizo:after {
|
|
31
31
|
content: '';
|
|
32
32
|
display: block;
|
|
33
33
|
width: 100%;
|
|
@@ -2,10 +2,18 @@ import { useState, useCallback } from 'react';
|
|
|
2
2
|
import { startOfMonth, addMonths, subMonths } from 'date-fns';
|
|
3
3
|
|
|
4
4
|
function useCalendarMonthes({ inputValueFrom, inputValueTo, defaultMonth, isPopover, }) {
|
|
5
|
-
const initialMonthFrom =
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
const initialMonthFrom = (() => {
|
|
6
|
+
if (inputValueFrom.value && inputValueFrom.date) {
|
|
7
|
+
return startOfMonth(inputValueFrom.date).getTime();
|
|
8
|
+
}
|
|
9
|
+
return defaultMonth;
|
|
10
|
+
})();
|
|
11
|
+
const initialMonthTo = (() => {
|
|
12
|
+
if (inputValueTo.value && inputValueTo.date) {
|
|
13
|
+
return startOfMonth(inputValueTo.date).getTime();
|
|
14
|
+
}
|
|
15
|
+
return isPopover ? initialMonthFrom : addMonths(initialMonthFrom, 1).getTime();
|
|
16
|
+
})();
|
|
9
17
|
const [monthFrom, setMonthFrom] = useState(initialMonthFrom);
|
|
10
18
|
const [monthTo, setMonthTo] = useState(initialMonthTo);
|
|
11
19
|
const handleMonthFromChange = useCallback((newMonthFrom) => {
|
|
@@ -5,10 +5,18 @@ var dateFns = require('date-fns');
|
|
|
5
5
|
|
|
6
6
|
function useCalendarMonthes(_a) {
|
|
7
7
|
var inputValueFrom = _a.inputValueFrom, inputValueTo = _a.inputValueTo, defaultMonth = _a.defaultMonth, isPopover = _a.isPopover;
|
|
8
|
-
var initialMonthFrom =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
var initialMonthFrom = (function () {
|
|
9
|
+
if (inputValueFrom.value && inputValueFrom.date) {
|
|
10
|
+
return dateFns.startOfMonth(inputValueFrom.date).getTime();
|
|
11
|
+
}
|
|
12
|
+
return defaultMonth;
|
|
13
|
+
})();
|
|
14
|
+
var initialMonthTo = (function () {
|
|
15
|
+
if (inputValueTo.value && inputValueTo.date) {
|
|
16
|
+
return dateFns.startOfMonth(inputValueTo.date).getTime();
|
|
17
|
+
}
|
|
18
|
+
return isPopover ? initialMonthFrom : dateFns.addMonths(initialMonthFrom, 1).getTime();
|
|
19
|
+
})();
|
|
12
20
|
var _b = React.useState(initialMonthFrom), monthFrom = _b[0], setMonthFrom = _b[1];
|
|
13
21
|
var _c = React.useState(initialMonthTo), monthTo = _c[0], setMonthTo = _c[1];
|
|
14
22
|
var handleMonthFromChange = React.useCallback(function (newMonthFrom) {
|
package/chart/Component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
2
|
import { OptionsProps } from "./types/options.types";
|
|
4
|
-
declare const
|
|
5
|
-
export {
|
|
3
|
+
declare const Chart: (props: OptionsProps) => JSX.Element | null;
|
|
4
|
+
export { Chart };
|
package/chart/Component.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-5600ba09.js');
|
|
2
4
|
var React = require('react');
|
|
3
5
|
var cn = require('classnames');
|
|
4
6
|
var recharts = require('recharts');
|
|
@@ -36,7 +38,7 @@ var CustomizedHOC = function (Component, options) {
|
|
|
36
38
|
return NewComponent;
|
|
37
39
|
};
|
|
38
40
|
|
|
39
|
-
var styles = {"coreChart":"
|
|
41
|
+
var styles = {"coreChart":"chart__coreChart_c0pd4","bar":"chart__bar_c0pd4","unfocused":"chart__unfocused_c0pd4"};
|
|
40
42
|
require('./index.css');
|
|
41
43
|
|
|
42
44
|
var Chart = function (props) {
|
|
@@ -158,7 +160,7 @@ var Chart = function (props) {
|
|
|
158
160
|
var show = charts["" + properties.dataKey];
|
|
159
161
|
switch (chart) {
|
|
160
162
|
case 'bar':
|
|
161
|
-
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React__default['default'].createElement(recharts.Bar, tslib_es6.__assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React__default['default'].createElement(components_RectBar, { radius: radius }) }),
|
|
163
|
+
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React__default['default'].createElement(recharts.Bar, tslib_es6.__assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React__default['default'].createElement(components_RectBar.RectBar, { radius: radius }) }),
|
|
162
164
|
labelList && (React__default['default'].createElement(recharts.LabelList, tslib_es6.__assign({ dataKey: properties.dataKey.toString() }, labelList, { content: React__default['default'].createElement(components_CustomizedLabel.CustomizedLabel, { radius: radius }) }))),
|
|
163
165
|
data.map(function (_, index) {
|
|
164
166
|
var key = state.id + "-" + properties.dataKey + "-" + index;
|
|
@@ -274,6 +276,5 @@ var Chart = function (props) {
|
|
|
274
276
|
state.brush && renderBrush,
|
|
275
277
|
state.legend && renderLegend))));
|
|
276
278
|
};
|
|
277
|
-
var Component = React__default['default'].memo(Chart);
|
|
278
279
|
|
|
279
|
-
|
|
280
|
+
exports.Chart = Chart;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/* hash:
|
|
2
|
-
.
|
|
1
|
+
/* hash: mirjf */
|
|
2
|
+
.chart__dotUnfocused_mirjf {
|
|
3
3
|
opacity: 0.3;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
.
|
|
8
|
-
.
|
|
6
|
+
.chart__dot_mirjf,
|
|
7
|
+
.chart__dotItem_mirjf,
|
|
8
|
+
.chart__dotWrap_mirjf {
|
|
9
9
|
transition: all 0.2s ease;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
13
|
-
animation:
|
|
12
|
+
.chart__dot_mirjf {
|
|
13
|
+
animation: chart__showDot_mirjf 0.5s ease;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
@keyframes
|
|
16
|
+
@keyframes chart__showDot_mirjf {
|
|
17
17
|
from {
|
|
18
18
|
opacity: 0;
|
|
19
19
|
}
|
|
@@ -9,7 +9,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
9
9
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
10
10
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
11
11
|
|
|
12
|
-
var styles = {"dotUnfocused":"
|
|
12
|
+
var styles = {"dotUnfocused":"chart__dotUnfocused_mirjf","dot":"chart__dot_mirjf","dotItem":"chart__dotItem_mirjf","dotWrap":"chart__dotWrap_mirjf","showDot":"chart__showDot_mirjf"};
|
|
13
13
|
require('./index.css');
|
|
14
14
|
|
|
15
15
|
var Dot = React__default['default'].forwardRef(function (_a, ref) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: w41ro */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -10,31 +10,31 @@
|
|
|
10
10
|
:root {
|
|
11
11
|
--gap-2xl: 32px;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.chart__legendContent_w41ro {
|
|
14
14
|
display: flex;
|
|
15
15
|
align-items: center;
|
|
16
16
|
flex-wrap: wrap;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.chart__legendWrap_w41ro {
|
|
19
19
|
width: 100%;
|
|
20
20
|
margin: 0;
|
|
21
21
|
padding: 0;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.chart__legendItem_w41ro {
|
|
24
24
|
margin-right: var(--gap-2xl);
|
|
25
25
|
cursor: pointer;
|
|
26
26
|
display: inline-block;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.chart__legendItem_w41ro:last-child {
|
|
29
29
|
margin-right: 0;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.chart__legendUnactive_w41ro {
|
|
32
32
|
opacity: 0.3;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.chart__legendIcon_w41ro {
|
|
35
35
|
margin-right: 13px;
|
|
36
36
|
display: flex;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.chart__legendValue_w41ro {
|
|
39
39
|
text-transform: capitalize;
|
|
40
40
|
}
|
|
@@ -13,7 +13,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
13
13
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
14
14
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
15
15
|
|
|
16
|
-
var styles = {"legendContent":"
|
|
16
|
+
var styles = {"legendContent":"chart__legendContent_w41ro","legendWrap":"chart__legendWrap_w41ro","legendItem":"chart__legendItem_w41ro","legendUnactive":"chart__legendUnactive_w41ro","legendIcon":"chart__legendIcon_w41ro","legendValue":"chart__legendValue_w41ro"};
|
|
17
17
|
require('./index.css');
|
|
18
18
|
|
|
19
19
|
var icons = {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { _default as default };
|
|
2
|
+
declare const RectBar: ({ fill, x, y, width, height, radius, background }: any) => JSX.Element;
|
|
3
|
+
export { RectBar };
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
1
3
|
var React = require('react');
|
|
2
4
|
require('../hooks/usePathBar/utils/getRadius.js');
|
|
3
5
|
var hooks_usePathBar_index = require('../hooks/usePathBar/index.js');
|
|
@@ -25,6 +27,5 @@ var RectBar = function (_a) {
|
|
|
25
27
|
var path = React.useMemo(function () { return (React__default['default'].createElement("path", { d: getPath(x, width, height, initHeight, topRadius, bottomRadius, initY), stroke: 'none', fill: fill })); }, [x, width, height, initHeight, topRadius, bottomRadius, initY, fill]);
|
|
26
28
|
return React__default['default'].createElement(React__default['default'].Fragment, null, path);
|
|
27
29
|
};
|
|
28
|
-
var RectBar$1 = React__default['default'].memo(RectBar);
|
|
29
30
|
|
|
30
|
-
|
|
31
|
+
exports.RectBar = RectBar;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: utxut */
|
|
2
2
|
:root {
|
|
3
3
|
--color-dark-bg-primary: #0b1f35;
|
|
4
4
|
--color-light-text-primary: #0b1f35;
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
|
|
12
12
|
/* Hard up */
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.chart__tickText_utxut {
|
|
15
15
|
fill: var(--color-light-text-primary);
|
|
16
16
|
font-size: 16px;
|
|
17
17
|
line-height: 24px;
|
|
18
18
|
font-weight: 400;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.chart__circle_utxut {
|
|
21
21
|
opacity: 0.3;
|
|
22
22
|
fill: var(--color-dark-bg-primary);
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.chart__circle_utxut {
|
|
25
25
|
opacity: 0.3;
|
|
26
26
|
fill: var(--color-dark-bg-primary);
|
|
27
27
|
}
|
|
@@ -8,7 +8,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
8
8
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
9
9
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
10
10
|
|
|
11
|
-
var styles = {"tickText":"
|
|
11
|
+
var styles = {"tickText":"chart__tickText_utxut","circle":"chart__circle_utxut"};
|
|
12
12
|
require('./index.css');
|
|
13
13
|
|
|
14
14
|
var Tick = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: cn2xj */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-border-primary: #dbdee1;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
:root {
|
|
20
20
|
--border-radius-m: 8px;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.chart__tooltip_cn2xj {
|
|
23
23
|
background-color: var(--color-light-bg-primary);
|
|
24
24
|
border: 1px solid var(--color-light-border-primary);
|
|
25
25
|
box-shadow: var(--shadow-l);
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
pointer-events: none;
|
|
29
29
|
position: relative;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.chart__tooltipList_cn2xj {
|
|
32
32
|
position: relative;
|
|
33
33
|
z-index: 5;
|
|
34
34
|
list-style-type: none;
|
|
35
35
|
padding: 0;
|
|
36
36
|
margin: 0;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.chart__tooltipItem_cn2xj {
|
|
39
39
|
margin-bottom: 10px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.chart__tooltipArrow_cn2xj {
|
|
42
42
|
position: absolute;
|
|
43
43
|
left: 0;
|
|
44
44
|
top: 50%;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
border: 1px solid var(--color-light-border-primary);
|
|
49
49
|
background-color: var(--color-light-bg-primary);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.chart__tooltipArrow_cn2xj:before {
|
|
52
52
|
content: '';
|
|
53
53
|
position: absolute;
|
|
54
54
|
left: -2px;
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
border-width: 0 24px 24px 0;
|
|
60
60
|
border-color: transparent var(--color-light-bg-primary) transparent transparent;
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.chart__tooltipArrowRight_cn2xj {
|
|
63
63
|
left: 100%;
|
|
64
64
|
transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
|
|
65
65
|
}
|
|
@@ -9,7 +9,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
9
9
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
10
10
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
11
11
|
|
|
12
|
-
var styles = {"tooltip":"
|
|
12
|
+
var styles = {"tooltip":"chart__tooltip_cn2xj","tooltipList":"chart__tooltipList_cn2xj","tooltipItem":"chart__tooltipItem_cn2xj","tooltipArrow":"chart__tooltipArrow_cn2xj","tooltipArrowRight":"chart__tooltipArrowRight_cn2xj"};
|
|
13
13
|
require('./index.css');
|
|
14
14
|
|
|
15
15
|
var TooltipContent = function (_a) {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
2
|
import { OptionsProps } from "./types/options.types";
|
|
4
|
-
declare const
|
|
5
|
-
export {
|
|
3
|
+
declare const Chart: (props: OptionsProps) => JSX.Element | null;
|
|
4
|
+
export { Chart };
|
package/chart/cssm/Component.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
1
3
|
var tslib_es6 = require('./tslib.es6-2be2aee7.js');
|
|
2
4
|
var React = require('react');
|
|
3
5
|
var cn = require('classnames');
|
|
@@ -161,7 +163,7 @@ var Chart = function (props) {
|
|
|
161
163
|
var show = charts["" + properties.dataKey];
|
|
162
164
|
switch (chart) {
|
|
163
165
|
case 'bar':
|
|
164
|
-
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React__default['default'].createElement(recharts.Bar, tslib_es6.__assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React__default['default'].createElement(components_RectBar, { radius: radius }) }),
|
|
166
|
+
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React__default['default'].createElement(recharts.Bar, tslib_es6.__assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React__default['default'].createElement(components_RectBar.RectBar, { radius: radius }) }),
|
|
165
167
|
labelList && (React__default['default'].createElement(recharts.LabelList, tslib_es6.__assign({ dataKey: properties.dataKey.toString() }, labelList, { content: React__default['default'].createElement(components_CustomizedLabel.CustomizedLabel, { radius: radius }) }))),
|
|
166
168
|
data.map(function (_, index) {
|
|
167
169
|
var key = state.id + "-" + properties.dataKey + "-" + index;
|
|
@@ -277,6 +279,5 @@ var Chart = function (props) {
|
|
|
277
279
|
state.brush && renderBrush,
|
|
278
280
|
state.legend && renderLegend))));
|
|
279
281
|
};
|
|
280
|
-
var Component = React__default['default'].memo(Chart);
|
|
281
282
|
|
|
282
|
-
|
|
283
|
+
exports.Chart = Chart;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { _default as default };
|
|
2
|
+
declare const RectBar: ({ fill, x, y, width, height, radius, background }: any) => JSX.Element;
|
|
3
|
+
export { RectBar };
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
1
3
|
var React = require('react');
|
|
2
4
|
require('../hooks/usePathBar/utils/getRadius.js');
|
|
3
5
|
var hooks_usePathBar_index = require('../hooks/usePathBar/index.js');
|
|
@@ -25,6 +27,5 @@ var RectBar = function (_a) {
|
|
|
25
27
|
var path = React.useMemo(function () { return (React__default['default'].createElement("path", { d: getPath(x, width, height, initHeight, topRadius, bottomRadius, initY), stroke: 'none', fill: fill })); }, [x, width, height, initHeight, topRadius, bottomRadius, initY, fill]);
|
|
26
28
|
return React__default['default'].createElement(React__default['default'].Fragment, null, path);
|
|
27
29
|
};
|
|
28
|
-
var RectBar$1 = React__default['default'].memo(RectBar);
|
|
29
30
|
|
|
30
|
-
|
|
31
|
+
exports.RectBar = RectBar;
|
package/chart/cssm/index.d.ts
CHANGED
package/chart/cssm/index.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
1
3
|
require('./tslib.es6-2be2aee7.js');
|
|
2
4
|
require('react');
|
|
3
5
|
require('classnames');
|
|
4
6
|
require('recharts');
|
|
5
|
-
require('./Component.js');
|
|
7
|
+
var Component = require('./Component.js');
|
|
6
8
|
require('./components/LinearGradient.js');
|
|
7
9
|
require('../../typography/cssm');
|
|
8
10
|
require('./icons/Circle.js');
|
|
@@ -29,3 +31,7 @@ require('./components/Tick/index.js');
|
|
|
29
31
|
require('./components/TooltipContent/index.module.css');
|
|
30
32
|
require('./components/TooltipContent/index.js');
|
|
31
33
|
require('./index.module.css');
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
exports.Chart = Component.Chart;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./utils/index";
|
|
2
|
+
export * from "./brush.types";
|
|
3
|
+
export * from "./cartesianGrid.types";
|
|
4
|
+
export * from "./chart.types";
|
|
5
|
+
export * from "./composedChart.types";
|
|
6
|
+
export * from "./labelList.types";
|
|
7
|
+
export * from "./legend.types";
|
|
8
|
+
export * from "./options.types";
|
|
9
|
+
export * from "./payload.types";
|
|
10
|
+
export * from "./responsiveContainer.types";
|
|
11
|
+
export * from "./seria.types";
|
|
12
|
+
export * from "./tooltip.types";
|
|
13
|
+
export * from "./xAxis.types";
|
|
14
|
+
export * from "./yAxis.types";
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/chart/esm/Component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
2
|
import { OptionsProps } from "./types/options.types";
|
|
4
|
-
declare const
|
|
5
|
-
export {
|
|
3
|
+
declare const Chart: (props: OptionsProps) => JSX.Element | null;
|
|
4
|
+
export { Chart };
|
package/chart/esm/Component.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __assign } from './tslib.es6-
|
|
1
|
+
import { _ as __assign } from './tslib.es6-f6456a4e.js';
|
|
2
2
|
import React, { useState, useRef, useMemo, useCallback, useEffect } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { Legend, CartesianGrid, XAxis, YAxis, Brush, Tooltip, Area, Line, Bar, LabelList, Cell, ResponsiveContainer, ComposedChart } from 'recharts';
|
|
@@ -20,7 +20,7 @@ import { useSettings } from './hooks/useSettings/index.js';
|
|
|
20
20
|
import './hooks/usePathBar/utils/getRadius.js';
|
|
21
21
|
import './hooks/usePathBar/index.js';
|
|
22
22
|
import { CustomizedLabel } from './components/CustomizedLabel.js';
|
|
23
|
-
import RectBar
|
|
23
|
+
import { RectBar } from './components/RectBar.js';
|
|
24
24
|
import { Tick } from './components/Tick/index.js';
|
|
25
25
|
import { TooltipContent } from './components/TooltipContent/index.js';
|
|
26
26
|
|
|
@@ -31,7 +31,7 @@ var CustomizedHOC = function (Component, options) {
|
|
|
31
31
|
return NewComponent;
|
|
32
32
|
};
|
|
33
33
|
|
|
34
|
-
var styles = {"coreChart":"
|
|
34
|
+
var styles = {"coreChart":"chart__coreChart_c0pd4","bar":"chart__bar_c0pd4","unfocused":"chart__unfocused_c0pd4"};
|
|
35
35
|
require('./index.css');
|
|
36
36
|
|
|
37
37
|
var Chart = function (props) {
|
|
@@ -153,7 +153,7 @@ var Chart = function (props) {
|
|
|
153
153
|
var show = charts["" + properties.dataKey];
|
|
154
154
|
switch (chart) {
|
|
155
155
|
case 'bar':
|
|
156
|
-
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React.createElement(Bar, __assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React.createElement(RectBar
|
|
156
|
+
return show && !(item === null || item === void 0 ? void 0 : item.hide) ? (React.createElement(Bar, __assign({ key: state.id + "-" + properties.dataKey }, properties, { shape: React.createElement(RectBar, { radius: radius }) }),
|
|
157
157
|
labelList && (React.createElement(LabelList, __assign({ dataKey: properties.dataKey.toString() }, labelList, { content: React.createElement(CustomizedLabel, { radius: radius }) }))),
|
|
158
158
|
data.map(function (_, index) {
|
|
159
159
|
var key = state.id + "-" + properties.dataKey + "-" + index;
|
|
@@ -269,6 +269,5 @@ var Chart = function (props) {
|
|
|
269
269
|
state.brush && renderBrush,
|
|
270
270
|
state.legend && renderLegend))));
|
|
271
271
|
};
|
|
272
|
-
var Component = React.memo(Chart);
|
|
273
272
|
|
|
274
|
-
export
|
|
273
|
+
export { Chart };
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/* hash:
|
|
2
|
-
.
|
|
1
|
+
/* hash: mirjf */
|
|
2
|
+
.chart__dotUnfocused_mirjf {
|
|
3
3
|
opacity: 0.3;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
.
|
|
8
|
-
.
|
|
6
|
+
.chart__dot_mirjf,
|
|
7
|
+
.chart__dotItem_mirjf,
|
|
8
|
+
.chart__dotWrap_mirjf {
|
|
9
9
|
transition: all 0.2s ease;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
13
|
-
animation:
|
|
12
|
+
.chart__dot_mirjf {
|
|
13
|
+
animation: chart__showDot_mirjf 0.5s ease;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
@keyframes
|
|
16
|
+
@keyframes chart__showDot_mirjf {
|
|
17
17
|
from {
|
|
18
18
|
opacity: 0;
|
|
19
19
|
}
|
|
@@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { PointIcon } from '../../icons/Point.js';
|
|
4
4
|
|
|
5
|
-
var styles = {"dotUnfocused":"
|
|
5
|
+
var styles = {"dotUnfocused":"chart__dotUnfocused_mirjf","dot":"chart__dot_mirjf","dotItem":"chart__dotItem_mirjf","dotWrap":"chart__dotWrap_mirjf","showDot":"chart__showDot_mirjf"};
|
|
6
6
|
require('./index.css');
|
|
7
7
|
|
|
8
8
|
var Dot = React.forwardRef(function (_a, ref) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: w41ro */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -10,31 +10,31 @@
|
|
|
10
10
|
:root {
|
|
11
11
|
--gap-2xl: 32px;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.chart__legendContent_w41ro {
|
|
14
14
|
display: flex;
|
|
15
15
|
align-items: center;
|
|
16
16
|
flex-wrap: wrap;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.chart__legendWrap_w41ro {
|
|
19
19
|
width: 100%;
|
|
20
20
|
margin: 0;
|
|
21
21
|
padding: 0;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.chart__legendItem_w41ro {
|
|
24
24
|
margin-right: var(--gap-2xl);
|
|
25
25
|
cursor: pointer;
|
|
26
26
|
display: inline-block;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.chart__legendItem_w41ro:last-child {
|
|
29
29
|
margin-right: 0;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.chart__legendUnactive_w41ro {
|
|
32
32
|
opacity: 0.3;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.chart__legendIcon_w41ro {
|
|
35
35
|
margin-right: 13px;
|
|
36
36
|
display: flex;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.chart__legendValue_w41ro {
|
|
39
39
|
text-transform: capitalize;
|
|
40
40
|
}
|
|
@@ -6,7 +6,7 @@ import { CircleLineIcon } from '../../icons/CircleLine.js';
|
|
|
6
6
|
import { FilledCircleIcon } from '../../icons/FilledCircle.js';
|
|
7
7
|
import { StrokeCircleIcon } from '../../icons/StrokeCircle.js';
|
|
8
8
|
|
|
9
|
-
var styles = {"legendContent":"
|
|
9
|
+
var styles = {"legendContent":"chart__legendContent_w41ro","legendWrap":"chart__legendWrap_w41ro","legendItem":"chart__legendItem_w41ro","legendUnactive":"chart__legendUnactive_w41ro","legendIcon":"chart__legendIcon_w41ro","legendValue":"chart__legendValue_w41ro"};
|
|
10
10
|
require('./index.css');
|
|
11
11
|
|
|
12
12
|
var icons = {
|