@alfalab/core-components 21.3.0-beta.2 → 21.3.3
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/alert/Component.js +1 -1
- package/alert/esm/Component.js +1 -1
- package/alert/esm/index.css +4 -4
- package/alert/index.css +4 -4
- package/alert/modern/Component.js +1 -1
- package/alert/modern/index.css +4 -4
- package/amount/component.js +1 -1
- package/amount/esm/component.js +1 -1
- package/amount/esm/index.css +2 -2
- package/amount/esm/pure/component.js +1 -1
- package/amount/esm/pure/index.css +1 -1
- package/amount/index.css +2 -2
- package/amount/modern/component.js +1 -1
- package/amount/modern/index.css +2 -2
- package/amount/modern/pure/component.js +1 -1
- package/amount/modern/pure/index.css +1 -1
- package/amount/pure/component.js +1 -1
- package/amount/pure/index.css +1 -1
- package/amount-input/Component.js +3 -3
- package/amount-input/default.css +2 -2
- package/amount-input/esm/Component.js +3 -3
- package/amount-input/esm/default.css +2 -2
- package/amount-input/esm/index.css +7 -7
- package/amount-input/esm/inverted.css +2 -2
- package/amount-input/index.css +7 -7
- package/amount-input/inverted.css +2 -2
- package/amount-input/modern/Component.js +3 -3
- package/amount-input/modern/default.css +2 -2
- package/amount-input/modern/index.css +7 -7
- package/amount-input/modern/inverted.css +2 -2
- package/attach/Component.js +1 -1
- package/attach/esm/Component.js +1 -1
- package/attach/esm/index.css +23 -23
- package/attach/index.css +23 -23
- package/attach/modern/Component.js +1 -1
- package/attach/modern/index.css +23 -23
- package/backdrop/Component.js +1 -1
- package/backdrop/esm/Component.js +1 -1
- package/backdrop/esm/index.css +11 -11
- package/backdrop/index.css +11 -11
- package/backdrop/modern/Component.js +1 -1
- package/backdrop/modern/index.css +11 -11
- package/badge/Component.js +1 -1
- package/badge/esm/Component.js +1 -1
- package/badge/esm/index.css +16 -16
- package/badge/index.css +16 -16
- package/badge/modern/Component.js +1 -1
- package/badge/modern/index.css +16 -16
- package/bank-card/Component.js +1 -1
- package/bank-card/esm/Component.js +1 -1
- package/bank-card/esm/index.css +20 -20
- package/bank-card/index.css +20 -20
- package/bank-card/modern/Component.js +1 -1
- package/bank-card/modern/index.css +20 -20
- package/base-modal/Component.js +1 -1
- package/base-modal/esm/Component.js +1 -1
- package/base-modal/esm/index.css +12 -12
- package/base-modal/index.css +12 -12
- package/base-modal/modern/Component.js +1 -1
- package/base-modal/modern/index.css +12 -12
- package/bottom-sheet/{Component-e7984e7e.d.ts → Component-59d9a81d.d.ts} +0 -0
- package/bottom-sheet/{Component-e7984e7e.js → Component-59d9a81d.js} +0 -0
- package/bottom-sheet/component.js +2 -2
- package/bottom-sheet/components/footer/Component.js +1 -1
- package/bottom-sheet/components/footer/index.css +2 -2
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/{Component-cd324aa8.d.ts → Component-bbc74974.d.ts} +0 -0
- package/bottom-sheet/esm/{Component-cd324aa8.js → Component-bbc74974.js} +0 -0
- package/bottom-sheet/esm/component.js +2 -2
- package/bottom-sheet/esm/components/footer/Component.js +1 -1
- package/bottom-sheet/esm/components/footer/index.css +2 -2
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.css +14 -14
- package/bottom-sheet/esm/index.js +1 -1
- package/bottom-sheet/index.css +14 -14
- package/bottom-sheet/index.js +1 -1
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/footer/Component.js +1 -1
- package/bottom-sheet/modern/components/footer/index.css +2 -2
- package/bottom-sheet/modern/index.css +14 -14
- package/button/Component.d.ts +2 -2
- package/button/Component.js +4 -23
- package/button/cssm/Component.d.ts +2 -2
- package/button/cssm/Component.js +1 -20
- package/button/cssm/default.module.css +0 -30
- package/button/cssm/index.module.css +12 -80
- package/button/cssm/inverted.module.css +0 -30
- package/button/default.css +35 -65
- package/button/esm/Component.d.ts +2 -2
- package/button/esm/Component.js +4 -23
- package/button/esm/default.css +35 -65
- package/button/esm/index.css +40 -108
- package/button/esm/inverted.css +35 -65
- package/button/index.css +40 -108
- package/button/inverted.css +35 -65
- package/button/modern/Component.d.ts +2 -2
- package/button/modern/Component.js +4 -23
- package/button/modern/default.css +35 -65
- package/button/modern/index.css +40 -108
- package/button/modern/inverted.css +35 -65
- package/calendar/Component.js +2 -2
- package/calendar/components/days-table/Component.js +2 -2
- package/calendar/components/days-table/index.css +37 -37
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/header/Component.js +2 -2
- package/calendar/components/header/index.css +12 -12
- package/calendar/components/header/index.js +1 -1
- package/calendar/components/months-table/Component.js +2 -2
- package/calendar/components/months-table/index.css +3 -3
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/select-button/Component.d.ts +1 -1
- package/calendar/components/select-button/Component.js +2 -2
- package/calendar/components/select-button/index.css +9 -9
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +2 -2
- package/calendar/components/years-table/index.css +4 -4
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/esm/Component.js +2 -2
- package/calendar/esm/components/days-table/Component.js +2 -2
- package/calendar/esm/components/days-table/index.css +37 -37
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/header/Component.js +2 -2
- package/calendar/esm/components/header/index.css +12 -12
- package/calendar/esm/components/header/index.js +1 -1
- package/calendar/esm/components/months-table/Component.js +2 -2
- package/calendar/esm/components/months-table/index.css +3 -3
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/select-button/Component.js +2 -2
- package/calendar/esm/components/select-button/index.css +9 -9
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +2 -2
- package/calendar/esm/components/years-table/index.css +4 -4
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.css +3 -3
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/{tslib.es6-5887b117.d.ts → tslib.es6-1ab8fd62.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-5887b117.js → tslib.es6-1ab8fd62.js} +0 -0
- package/calendar/index.css +3 -3
- package/calendar/index.js +1 -1
- package/calendar/modern/Component.js +1 -1
- package/calendar/modern/components/days-table/Component.js +1 -1
- package/calendar/modern/components/days-table/index.css +37 -37
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +12 -12
- package/calendar/modern/components/months-table/Component.js +1 -1
- package/calendar/modern/components/months-table/index.css +3 -3
- package/calendar/modern/components/select-button/Component.js +1 -1
- package/calendar/modern/components/select-button/index.css +9 -9
- package/calendar/modern/components/years-table/Component.js +1 -1
- package/calendar/modern/components/years-table/index.css +4 -4
- package/calendar/modern/index.css +3 -3
- package/calendar/{tslib.es6-af5da8dc.d.ts → tslib.es6-84d2186b.d.ts} +0 -0
- package/calendar/{tslib.es6-af5da8dc.js → tslib.es6-84d2186b.js} +0 -0
- 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/calendar-with-skeleton/Component.js +1 -1
- package/calendar-with-skeleton/esm/Component.js +1 -1
- package/calendar-with-skeleton/esm/index.css +12 -12
- package/calendar-with-skeleton/index.css +12 -12
- package/calendar-with-skeleton/modern/Component.js +1 -1
- package/calendar-with-skeleton/modern/index.css +12 -12
- package/card-image/Component.js +1 -1
- package/card-image/esm/Component.js +1 -1
- package/card-image/esm/index.css +6 -6
- package/card-image/index.css +6 -6
- package/card-image/modern/Component.js +1 -1
- package/card-image/modern/index.css +6 -6
- package/cdn-icon/Component.js +1 -1
- package/cdn-icon/esm/Component.js +1 -1
- package/cdn-icon/esm/index.css +2 -2
- package/cdn-icon/index.css +2 -2
- package/cdn-icon/modern/Component.js +1 -1
- package/cdn-icon/modern/index.css +2 -2
- package/chart/Component.js +2 -2
- package/chart/components/Dot/index.css +7 -7
- package/chart/components/Dot/index.js +1 -1
- package/chart/components/Legends/index.css +7 -7
- package/chart/components/Legends/index.js +1 -1
- package/chart/components/Tick/index.css +3 -3
- package/chart/components/Tick/index.js +1 -1
- package/chart/components/TooltipContent/index.css +6 -6
- package/chart/components/TooltipContent/index.js +1 -1
- package/chart/esm/Component.js +2 -2
- package/chart/esm/components/Dot/index.css +7 -7
- package/chart/esm/components/Dot/index.js +1 -1
- package/chart/esm/components/Legends/index.css +7 -7
- package/chart/esm/components/Legends/index.js +1 -1
- package/chart/esm/components/Tick/index.css +3 -3
- package/chart/esm/components/Tick/index.js +1 -1
- package/chart/esm/components/TooltipContent/index.css +6 -6
- 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 +2 -2
- package/chart/esm/index.js +1 -1
- package/chart/esm/{tslib.es6-99060dd9.d.ts → tslib.es6-13246409.d.ts} +0 -0
- package/chart/esm/{tslib.es6-99060dd9.js → tslib.es6-13246409.js} +0 -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 +2 -2
- package/chart/index.js +1 -1
- package/chart/modern/Component.js +1 -1
- package/chart/modern/components/Dot/index.css +7 -7
- package/chart/modern/components/Dot/index.js +1 -1
- package/chart/modern/components/Legends/index.css +7 -7
- package/chart/modern/components/Legends/index.js +1 -1
- package/chart/modern/components/Tick/index.css +3 -3
- package/chart/modern/components/Tick/index.js +1 -1
- package/chart/modern/components/TooltipContent/index.css +6 -6
- package/chart/modern/components/TooltipContent/index.js +1 -1
- package/chart/modern/index.css +2 -2
- package/chart/{tslib.es6-e5e688a6.d.ts → tslib.es6-833564d0.d.ts} +0 -0
- package/chart/{tslib.es6-e5e688a6.js → tslib.es6-833564d0.js} +0 -0
- package/checkbox/Component.js +1 -1
- package/checkbox/esm/Component.js +1 -1
- package/checkbox/esm/index.css +36 -36
- package/checkbox/index.css +36 -36
- package/checkbox/modern/Component.js +1 -1
- package/checkbox/modern/index.css +36 -36
- package/checkbox-group/Component.js +1 -1
- package/checkbox-group/esm/Component.js +1 -1
- package/checkbox-group/esm/index.css +16 -16
- package/checkbox-group/index.css +16 -16
- package/checkbox-group/modern/Component.js +1 -1
- package/checkbox-group/modern/index.css +16 -16
- package/circular-progress-bar/Component.js +1 -1
- package/circular-progress-bar/esm/Component.js +1 -1
- package/circular-progress-bar/esm/index.css +17 -17
- package/circular-progress-bar/index.css +17 -17
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +17 -17
- package/collapse/Component.js +1 -1
- package/collapse/esm/Component.js +1 -1
- package/collapse/esm/index.css +8 -8
- package/collapse/index.css +8 -8
- package/collapse/modern/Component.js +1 -1
- package/collapse/modern/index.css +8 -8
- package/confirmation/component.js +1 -1
- package/confirmation/components/code-input/component.js +1 -1
- package/confirmation/components/code-input/index.css +10 -10
- 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/esm/component.js +1 -1
- package/confirmation/esm/components/code-input/component.js +1 -1
- package/confirmation/esm/components/code-input/index.css +10 -10
- 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 +1 -1
- package/confirmation/modern/components/code-input/index.css +10 -10
- 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/Component.js +1 -1
- package/date-input/esm/Component.js +1 -1
- package/date-input/esm/index.css +4 -4
- package/date-input/index.css +4 -4
- package/date-input/modern/Component.js +1 -1
- package/date-input/modern/index.css +4 -4
- package/divider/Component.js +1 -1
- package/divider/esm/Component.js +1 -1
- package/divider/esm/index.css +1 -1
- package/divider/index.css +1 -1
- package/divider/modern/Component.js +1 -1
- package/divider/modern/index.css +1 -1
- package/drawer/Component.js +1 -1
- package/drawer/esm/Component.js +1 -1
- package/drawer/esm/index.css +16 -16
- package/drawer/index.css +16 -16
- package/drawer/modern/Component.js +1 -1
- package/drawer/modern/index.css +16 -16
- package/dropzone/Component.js +1 -1
- package/dropzone/components/overlay/Component.js +1 -1
- package/dropzone/components/overlay/index.css +4 -4
- package/dropzone/esm/Component.js +1 -1
- package/dropzone/esm/components/overlay/Component.js +1 -1
- package/dropzone/esm/components/overlay/index.css +4 -4
- package/dropzone/esm/index.css +7 -7
- package/dropzone/index.css +7 -7
- package/dropzone/modern/Component.js +1 -1
- package/dropzone/modern/components/overlay/Component.js +1 -1
- package/dropzone/modern/components/overlay/index.css +4 -4
- package/dropzone/modern/index.css +7 -7
- package/file-upload-item/Component.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/index.css +16 -16
- package/file-upload-item/index.css +16 -16
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/index.css +16 -16
- package/form-control/Component.js +3 -3
- package/form-control/default.css +14 -14
- package/form-control/esm/Component.js +3 -3
- package/form-control/esm/default.css +14 -14
- package/form-control/esm/index.css +41 -41
- package/form-control/esm/inverted.css +14 -14
- package/form-control/index.css +41 -41
- package/form-control/inverted.css +14 -14
- package/form-control/modern/Component.js +3 -3
- package/form-control/modern/default.css +14 -14
- package/form-control/modern/index.css +41 -41
- package/form-control/modern/inverted.css +14 -14
- package/gallery/Component.js +3 -3
- package/gallery/components/header/Component.js +2 -2
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.css +3 -3
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/header-info-block/Component.js +1 -1
- package/gallery/components/header-info-block/index.css +5 -5
- package/gallery/components/image-preview/Component.js +1 -1
- package/gallery/components/image-preview/index.css +12 -12
- package/gallery/components/image-viewer/component.js +2 -2
- package/gallery/components/image-viewer/index.css +19 -19
- 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/components/navigation-bar/Component.js +1 -1
- package/gallery/components/navigation-bar/index.css +6 -6
- package/gallery/esm/Component.js +3 -3
- package/gallery/esm/components/header/Component.js +2 -2
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.css +3 -3
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/header-info-block/Component.js +1 -1
- package/gallery/esm/components/header-info-block/index.css +5 -5
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.css +12 -12
- package/gallery/esm/components/image-viewer/component.js +2 -2
- package/gallery/esm/components/image-viewer/index.css +19 -19
- 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/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.css +6 -6
- package/gallery/esm/index.css +3 -3
- package/gallery/esm/index.js +2 -2
- package/gallery/esm/{slide-f59ab33c.d.ts → slide-2ffbd9af.d.ts} +0 -0
- package/gallery/esm/{slide-f59ab33c.js → slide-2ffbd9af.js} +1 -1
- package/gallery/esm/{tslib.es6-5fecc47f.d.ts → tslib.es6-e407284c.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-5fecc47f.js → tslib.es6-e407284c.js} +0 -0
- package/gallery/index.css +3 -3
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/index.css +3 -3
- package/gallery/modern/components/header-info-block/Component.js +1 -1
- package/gallery/modern/components/header-info-block/index.css +5 -5
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.css +12 -12
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.css +19 -19
- 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/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.css +6 -6
- package/gallery/modern/index.css +3 -3
- package/gallery/modern/index.js +1 -1
- package/gallery/modern/{slide-c070d36f.d.ts → slide-6aa401e1.d.ts} +0 -0
- package/gallery/modern/{slide-c070d36f.js → slide-6aa401e1.js} +1 -1
- package/gallery/{slide-01c3f54f.d.ts → slide-4e651db4.d.ts} +0 -0
- package/gallery/{slide-01c3f54f.js → slide-4e651db4.js} +1 -1
- package/gallery/{tslib.es6-62451de5.d.ts → tslib.es6-b01006b3.d.ts} +0 -0
- package/gallery/{tslib.es6-62451de5.js → tslib.es6-b01006b3.js} +0 -0
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +2 -2
- package/grid/col/index.css +511 -511
- package/grid/col/index.js +1 -1
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +2 -2
- package/grid/esm/col/index.css +511 -511
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/gutters.css +78 -78
- package/grid/esm/{gutters.module-b71f0e3c.d.ts → gutters.module-aed97605.d.ts} +0 -0
- package/grid/esm/gutters.module-aed97605.js +27 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +2 -2
- package/grid/esm/row/index.css +9 -9
- package/grid/esm/row/index.js +1 -1
- package/grid/gutters.css +78 -78
- package/grid/{gutters.module-f8139574.d.ts → gutters.module-e06a20ee.d.ts} +0 -0
- package/grid/gutters.module-e06a20ee.js +28 -0
- package/grid/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +2 -2
- package/grid/modern/col/index.css +511 -511
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/gutters.css +78 -78
- package/grid/modern/gutters.module-e07cd768.js +4 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +2 -2
- package/grid/modern/row/index.css +9 -9
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +2 -2
- package/grid/row/index.css +9 -9
- package/grid/row/index.js +1 -1
- package/icon-button/Component.d.ts +1 -1
- package/icon-button/Component.js +3 -3
- package/icon-button/cssm/Component.d.ts +1 -1
- package/icon-button/default.css +12 -12
- package/icon-button/esm/Component.d.ts +1 -1
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +12 -12
- package/icon-button/esm/index.css +5 -5
- package/icon-button/esm/inverted.css +12 -12
- package/icon-button/index.css +5 -5
- package/icon-button/inverted.css +12 -12
- package/icon-button/modern/Component.d.ts +1 -1
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +12 -12
- package/icon-button/modern/index.css +5 -5
- package/icon-button/modern/inverted.css +12 -12
- package/input/Component.js +3 -3
- package/input/default.css +13 -13
- package/input/esm/Component.js +3 -3
- package/input/esm/default.css +13 -13
- package/input/esm/index.css +31 -31
- package/input/esm/inverted.css +13 -13
- package/input/index.css +31 -31
- package/input/inverted.css +13 -13
- package/input/modern/Component.js +3 -3
- package/input/modern/default.css +13 -13
- package/input/modern/index.css +31 -31
- package/input/modern/inverted.css +13 -13
- package/input-autocomplete/{Component-a76d0cfe.d.ts → Component-e996c4c9.d.ts} +0 -0
- package/input-autocomplete/{Component-a76d0cfe.js → Component-e996c4c9.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-f6b61fcc.d.ts → Component-ce073caa.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-f6b61fcc.js → Component-ce073caa.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-98882e78.d.ts → component-7165ac6b.d.ts} +0 -0
- package/intl-phone-input/{component-98882e78.js → component-7165ac6b.js} +1 -1
- package/intl-phone-input/component.d.ts +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-66ba25e4.d.ts → component-cfee5913.d.ts} +0 -0
- package/intl-phone-input/esm/{component-66ba25e4.js → component-cfee5913.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/{button/cssm/utils.d.ts → intl-phone-input/esm/libphonenumber-js.min-a3213363.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-40e2a1a0.js → libphonenumber-js.min-a3213363.js} +0 -0
- package/intl-phone-input/index.css +3 -3
- package/intl-phone-input/index.js +1 -1
- package/{button/esm/utils.d.ts → intl-phone-input/libphonenumber-js.min-198d677b.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-f29b64fa.js → libphonenumber-js.min-198d677b.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/{button/modern/utils.d.ts → intl-phone-input/modern/libphonenumber-js.min-a3213363.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-40e2a1a0.js → libphonenumber-js.min-a3213363.js} +0 -0
- package/link/Component.js +3 -3
- package/link/default.css +9 -9
- package/link/esm/Component.js +3 -3
- package/link/esm/default.css +9 -9
- package/link/esm/index.css +11 -11
- package/link/esm/inverted.css +9 -9
- package/link/index.css +11 -11
- package/link/inverted.css +9 -9
- package/link/modern/Component.js +3 -3
- package/link/modern/default.css +9 -9
- package/link/modern/index.css +11 -11
- package/link/modern/inverted.css +9 -9
- package/list/Component.js +1 -1
- package/list/esm/Component.js +1 -1
- package/list/esm/index.css +9 -9
- package/list/index.css +9 -9
- package/list/modern/Component.js +1 -1
- package/list/modern/index.css +9 -9
- package/list-header/Component.js +1 -1
- package/list-header/esm/Component.js +1 -1
- package/list-header/esm/index.css +3 -3
- package/list-header/index.css +3 -3
- package/list-header/modern/Component.js +1 -1
- package/list-header/modern/index.css +3 -3
- package/loader/Component.js +1 -1
- package/loader/esm/Component.js +1 -1
- package/loader/esm/index.css +7 -7
- package/loader/index.css +7 -7
- package/loader/modern/Component.js +1 -1
- package/loader/modern/index.css +7 -7
- package/masked-input/Component.js +1 -1
- package/masked-input/esm/Component.js +1 -1
- package/masked-input/esm/index.css +2 -2
- package/masked-input/index.css +2 -2
- package/masked-input/modern/Component.js +1 -1
- package/masked-input/modern/index.css +2 -2
- package/modal/Component.desktop.js +3 -3
- package/modal/Component.mobile.js +3 -3
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +2 -2
- package/modal/components/closer/index.css +7 -7
- package/modal/components/content/Component.desktop.js +2 -2
- package/modal/components/content/Component.mobile.js +2 -2
- package/modal/components/content/desktop.css +11 -11
- package/modal/components/content/mobile.css +6 -6
- package/modal/components/footer/Component.desktop.js +2 -2
- package/modal/components/footer/Component.js +1 -1
- package/modal/components/footer/Component.mobile.js +2 -2
- package/modal/components/footer/desktop.css +11 -11
- package/modal/components/footer/layout.css +24 -24
- package/modal/components/footer/mobile.css +6 -6
- package/modal/components/header/Component.desktop.js +2 -2
- package/modal/components/header/Component.js +1 -1
- package/modal/components/header/Component.mobile.js +2 -2
- package/modal/components/header/desktop.css +15 -15
- package/modal/components/header/mobile.css +10 -10
- package/modal/desktop.css +7 -7
- package/modal/desktop.js +2 -2
- package/modal/esm/Component.desktop.js +3 -3
- package/modal/esm/Component.mobile.js +3 -3
- package/modal/esm/Component.responsive.js +2 -2
- package/modal/esm/components/closer/Component.js +2 -2
- package/modal/esm/components/closer/index.css +7 -7
- package/modal/esm/components/content/Component.desktop.js +2 -2
- package/modal/esm/components/content/Component.mobile.js +2 -2
- package/modal/esm/components/content/desktop.css +11 -11
- package/modal/esm/components/content/mobile.css +6 -6
- package/modal/esm/components/footer/Component.desktop.js +2 -2
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +2 -2
- package/modal/esm/components/footer/desktop.css +11 -11
- package/modal/esm/components/footer/layout.css +24 -24
- package/modal/esm/components/footer/mobile.css +6 -6
- 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.js +2 -2
- package/modal/esm/components/header/desktop.css +15 -15
- package/modal/esm/components/header/mobile.css +10 -10
- package/modal/esm/desktop.css +7 -7
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.css +1 -1
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/transitions.css +7 -7
- package/modal/esm/transitions.module-4a6a919d.js +4 -0
- package/modal/esm/{tslib.es6-6517bb2f.d.ts → tslib.es6-c22df448.d.ts} +0 -0
- package/modal/esm/{tslib.es6-6517bb2f.js → tslib.es6-c22df448.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.css +1 -1
- package/modal/mobile.js +2 -2
- package/modal/modern/Component.desktop.js +2 -2
- package/modal/modern/Component.mobile.js +2 -2
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/closer/Component.js +1 -1
- package/modal/modern/components/closer/index.css +7 -7
- package/modal/modern/components/content/Component.desktop.js +1 -1
- package/modal/modern/components/content/Component.mobile.js +1 -1
- package/modal/modern/components/content/desktop.css +11 -11
- package/modal/modern/components/content/mobile.css +6 -6
- package/modal/modern/components/footer/Component.desktop.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/components/footer/Component.mobile.js +1 -1
- package/modal/modern/components/footer/desktop.css +11 -11
- package/modal/modern/components/footer/layout.css +24 -24
- package/modal/modern/components/footer/mobile.css +6 -6
- package/modal/modern/components/header/Component.desktop.js +1 -1
- package/modal/modern/components/header/Component.mobile.js +1 -1
- package/modal/modern/components/header/desktop.css +15 -15
- package/modal/modern/components/header/mobile.css +10 -10
- package/modal/modern/desktop.css +7 -7
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.css +1 -1
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/transitions.css +7 -7
- package/modal/modern/transitions.module-4a6a919d.js +4 -0
- package/modal/responsive.js +2 -2
- package/modal/transitions.css +7 -7
- package/modal/transitions.module-50dc87cf.js +4 -0
- package/modal/{tslib.es6-496e9f45.d.ts → tslib.es6-b84c0c03.d.ts} +0 -0
- package/modal/{tslib.es6-496e9f45.js → tslib.es6-b84c0c03.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-af0311fe.d.ts → component-28721726.d.ts} +0 -0
- package/notification-manager/{component-af0311fe.js → component-28721726.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-fec0cb46.d.ts → component-5e9962a3.d.ts} +0 -0
- package/notification-manager/esm/{component-fec0cb46.js → component-5e9962a3.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 +4 -4
- package/password-input/component.js +1 -1
- package/password-input/esm/component.js +1 -1
- package/password-input/esm/index.css +5 -5
- package/password-input/index.css +5 -5
- package/password-input/modern/component.js +1 -1
- package/password-input/modern/index.css +5 -5
- package/picker-button/{Component-9ca3315d.d.ts → Component-3a4f8ea2.d.ts} +0 -0
- package/picker-button/{Component-9ca3315d.js → Component-3a4f8ea2.js} +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/esm/{Component-cb1ee10b.d.ts → Component-a60c9a70.d.ts} +0 -0
- package/picker-button/esm/{Component-cb1ee10b.js → Component-a60c9a70.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/plate/Component.js +1 -1
- package/plate/esm/Component.js +1 -1
- package/plate/esm/index.css +26 -26
- package/plate/index.css +26 -26
- package/plate/modern/Component.js +1 -1
- package/plate/modern/index.css +26 -26
- package/popover/Component.js +1 -1
- package/popover/esm/Component.js +1 -1
- package/popover/esm/index.css +31 -31
- package/popover/index.css +31 -31
- package/popover/modern/Component.js +1 -1
- package/popover/modern/index.css +31 -31
- package/progress-bar/Component.js +1 -1
- package/progress-bar/esm/Component.js +1 -1
- package/progress-bar/esm/index.css +4 -4
- package/progress-bar/index.css +4 -4
- package/progress-bar/modern/Component.js +1 -1
- package/progress-bar/modern/index.css +4 -4
- package/pure-input/Component.js +1 -1
- package/pure-input/esm/Component.js +1 -1
- package/pure-input/esm/index.css +25 -25
- package/pure-input/index.css +25 -25
- package/pure-input/modern/Component.js +1 -1
- package/pure-input/modern/index.css +25 -25
- package/radio/Component.js +1 -1
- package/radio/esm/Component.js +1 -1
- package/radio/esm/index.css +31 -31
- package/radio/index.css +31 -31
- package/radio/modern/Component.js +1 -1
- package/radio/modern/index.css +31 -31
- package/radio-group/Component.js +1 -1
- package/radio-group/esm/Component.js +1 -1
- package/radio-group/esm/index.css +16 -16
- package/radio-group/index.css +16 -16
- package/radio-group/modern/Component.js +1 -1
- package/radio-group/modern/index.css +16 -16
- 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.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-6c624104.d.ts → tslib.es6-89fbf95d.d.ts} +0 -0
- package/select/esm/{tslib.es6-6c624104.js → tslib.es6-89fbf95d.js} +0 -0
- package/select/index.js +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-77c2aa11.d.ts → tslib.es6-717d7e20.d.ts} +0 -0
- package/select/{tslib.es6-77c2aa11.js → tslib.es6-717d7e20.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 +2 -2
- package/select-with-tags/components/tag/index.css +11 -11
- package/select-with-tags/components/tag/index.js +1 -1
- package/select-with-tags/components/tag-list/component.js +2 -2
- package/select-with-tags/components/tag-list/index.css +31 -31
- 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 +2 -2
- package/select-with-tags/esm/components/tag/index.css +11 -11
- package/select-with-tags/esm/components/tag/index.js +1 -1
- package/select-with-tags/esm/components/tag-list/component.js +2 -2
- package/select-with-tags/esm/components/tag-list/index.css +31 -31
- 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-85871e18.d.ts → tslib.es6-f1898e8b.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-85871e18.js → tslib.es6-f1898e8b.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/modern/components/tag/component.js +1 -1
- package/select-with-tags/modern/components/tag/index.css +11 -11
- package/select-with-tags/modern/components/tag-list/component.js +1 -1
- package/select-with-tags/modern/components/tag-list/index.css +31 -31
- package/select-with-tags/{tslib.es6-006e705f.d.ts → tslib.es6-7840b62b.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-006e705f.js → tslib.es6-7840b62b.js} +0 -0
- package/select-with-tags/utils/index.js +1 -1
- package/select-with-tags/utils/match.js +1 -1
- package/skeleton/Component.js +1 -1
- package/skeleton/esm/Component.js +1 -1
- package/skeleton/esm/index.css +11 -11
- package/skeleton/index.css +11 -11
- package/skeleton/modern/Component.js +1 -1
- package/skeleton/modern/index.css +11 -11
- package/slider/Component.js +1 -1
- package/slider/esm/Component.js +1 -1
- package/slider/esm/index.css +36 -36
- package/slider/index.css +36 -36
- package/slider/modern/Component.js +1 -1
- package/slider/modern/index.css +36 -36
- package/slider-input/Component.js +3 -3
- package/slider-input/cssm/Component.js +2 -2
- package/slider-input/esm/Component.js +3 -3
- package/slider-input/esm/index.css +17 -17
- package/slider-input/index.css +17 -17
- package/slider-input/modern/Component.js +3 -3
- package/slider-input/modern/index.css +17 -17
- package/space/Component.js +2 -2
- package/space/{Item-be87697f.d.ts → Item-50f310cb.d.ts} +0 -0
- package/space/{Item-be87697f.js → Item-50f310cb.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +2 -2
- package/space/esm/{Item-6a0268e7.d.ts → Item-b8b4ee43.d.ts} +0 -0
- package/space/esm/{Item-6a0268e7.js → Item-b8b4ee43.js} +0 -0
- package/space/esm/Item.js +1 -1
- package/space/esm/index.css +8 -8
- package/space/esm/index.js +1 -1
- package/space/index.css +8 -8
- package/space/index.js +1 -1
- package/space/modern/Component.js +1 -1
- package/space/modern/index.css +8 -8
- package/spinner/Component.js +1 -1
- package/spinner/esm/Component.js +1 -1
- package/spinner/esm/index.css +6 -6
- package/spinner/index.css +6 -6
- package/spinner/modern/Component.js +1 -1
- package/spinner/modern/index.css +6 -6
- package/status/Component.js +1 -1
- package/status/esm/Component.js +1 -1
- package/status/esm/index.css +17 -17
- package/status/index.css +17 -17
- package/status/modern/Component.js +1 -1
- package/status/modern/index.css +17 -17
- package/stepped-progress-bar/Component.js +1 -1
- package/stepped-progress-bar/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/components/step-bar/index.css +3 -3
- package/stepped-progress-bar/esm/Component.js +1 -1
- package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/esm/components/step-bar/index.css +3 -3
- package/stepped-progress-bar/esm/index.css +3 -3
- package/stepped-progress-bar/index.css +3 -3
- package/stepped-progress-bar/modern/Component.js +1 -1
- package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/modern/components/step-bar/index.css +3 -3
- package/stepped-progress-bar/modern/index.css +3 -3
- package/switch/Component.js +1 -1
- package/switch/esm/Component.js +1 -1
- package/switch/esm/index.css +25 -25
- package/switch/index.css +25 -25
- package/switch/modern/Component.js +1 -1
- package/switch/modern/index.css +25 -25
- package/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.js +5 -8
- package/tabs/components/primary-tablist/Component.mobile.js +3 -3
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/primary-tablist/index.css +18 -22
- package/tabs/components/primary-tablist/mobile.css +20 -24
- package/tabs/components/scrollable-container/Component.js +2 -3
- package/tabs/components/scrollable-container/index.css +5 -11
- package/tabs/components/secondary-tablist/Component.d.ts +1 -1
- 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 +3 -3
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/index.css +11 -11
- package/tabs/components/secondary-tablist/mobile.css +14 -15
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +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/cssm/components/primary-tablist/Component.js +4 -7
- package/tabs/cssm/components/primary-tablist/index.module.css +0 -4
- package/tabs/cssm/components/scrollable-container/Component.js +1 -2
- package/tabs/cssm/components/scrollable-container/index.module.css +4 -10
- package/tabs/cssm/components/secondary-tablist/Component.d.ts +1 -1
- 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 +5 -8
- package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/primary-tablist/index.css +18 -22
- package/tabs/esm/components/primary-tablist/mobile.css +20 -24
- package/tabs/esm/components/scrollable-container/Component.js +2 -3
- package/tabs/esm/components/scrollable-container/index.css +5 -11
- package/tabs/esm/components/secondary-tablist/Component.d.ts +1 -1
- 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 +3 -3
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/secondary-tablist/index.css +11 -11
- package/tabs/esm/components/secondary-tablist/mobile.css +14 -15
- package/tabs/esm/components/tab/Component.js +1 -1
- package/tabs/esm/components/tab/index.css +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-84f33b39.js +4 -0
- package/tabs/esm/index.module-f3a43121.js +4 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-db9acdc4.d.ts → tslib.es6-83775305.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-db9acdc4.js → tslib.es6-83775305.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/index.module-0b03a04a.js +4 -0
- package/tabs/index.module-85790000.js +4 -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.js +1 -3
- package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/primary-tablist/index.css +18 -22
- package/tabs/modern/components/primary-tablist/mobile.css +20 -24
- package/tabs/modern/components/scrollable-container/Component.js +2 -3
- package/tabs/modern/components/scrollable-container/index.css +5 -11
- package/tabs/modern/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/index.css +11 -11
- package/tabs/modern/components/secondary-tablist/mobile.css +14 -15
- package/tabs/modern/components/tab/Component.js +1 -1
- package/tabs/modern/components/tab/index.css +2 -2
- 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-84f33b39.js +4 -0
- package/tabs/modern/index.module-f3a43121.js +4 -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-1e7ce143.d.ts → tslib.es6-38a0729a.d.ts} +0 -0
- package/tabs/{tslib.es6-1e7ce143.js → tslib.es6-38a0729a.js} +0 -0
- package/tag/Component.d.ts +2 -2
- package/tag/Component.js +4 -5
- package/tag/cssm/Component.d.ts +2 -2
- package/tag/cssm/Component.js +1 -2
- package/tag/cssm/index.module.css +7 -72
- package/tag/default.css +7 -7
- package/tag/esm/Component.d.ts +2 -2
- package/tag/esm/Component.js +4 -5
- package/tag/esm/default.css +7 -7
- package/tag/esm/index.css +21 -86
- package/tag/esm/inverted.css +7 -7
- package/tag/index.css +21 -86
- package/tag/inverted.css +7 -7
- package/tag/modern/Component.d.ts +2 -2
- package/tag/modern/Component.js +4 -5
- package/tag/modern/default.css +7 -7
- package/tag/modern/index.css +21 -86
- package/tag/modern/inverted.css +7 -7
- package/textarea/Component.js +3 -3
- package/textarea/default.css +18 -18
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/default.css +18 -18
- package/textarea/esm/index.css +21 -21
- package/textarea/esm/inverted.css +18 -18
- package/textarea/index.css +21 -21
- package/textarea/inverted.css +18 -18
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/default.css +18 -18
- package/textarea/modern/index.css +21 -21
- package/textarea/modern/inverted.css +18 -18
- package/themes/button/corp.css +0 -20
- package/themes/button/site.css +1 -0
- package/themes/compiled/mobile-dark-bluetint.css +267 -1437
- package/themes/compiled/mobile-dark-bluetint.js +0 -2
- package/themes/corp.css +0 -18
- 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/button/click.css +13 -0
- package/themes/dist/button/corp.css +21 -0
- package/themes/dist/button/mobile.css +19 -0
- package/themes/dist/button/site.css +5 -0
- package/themes/dist/calendar/click.css +11 -0
- package/themes/dist/calendar-input/click.css +4 -0
- package/themes/dist/calendar-input/corp.css +3 -0
- package/themes/dist/checkbox/click.css +9 -0
- package/themes/dist/checkbox/mobile.css +19 -0
- package/themes/dist/click.css +696 -0
- package/themes/dist/compiled/mobile-dark-bluetint.css +1856 -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 +12 -0
- package/themes/dist/confirmation/mobile.css +7 -0
- package/themes/dist/corp.css +520 -0
- package/themes/dist/dark.css +134 -0
- package/themes/dist/dark.d.ts +2 -0
- package/themes/dist/dark.js +12 -0
- package/themes/dist/dropzone/click.css +5 -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/form-control/click.css +31 -0
- package/themes/dist/form-control/mobile.css +34 -0
- package/themes/dist/form-control/site.css +5 -0
- package/themes/dist/input/click.css +8 -0
- package/themes/dist/input/corp.css +3 -0
- package/themes/dist/input/mobile.css +13 -0
- package/themes/dist/input/site.css +4 -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/button/click.css +13 -0
- package/themes/dist/mixins/button/corp.css +21 -0
- package/themes/dist/mixins/button/mobile.css +19 -0
- package/themes/dist/mixins/button/site.css +5 -0
- package/themes/dist/mixins/calendar/click.css +11 -0
- package/themes/dist/mixins/calendar-input/click.css +4 -0
- package/themes/dist/mixins/calendar-input/corp.css +3 -0
- package/themes/dist/mixins/checkbox/click.css +9 -0
- package/themes/dist/mixins/checkbox/mobile.css +19 -0
- package/themes/dist/mixins/click.css +48 -0
- package/themes/dist/mixins/confirmation/click.css +12 -0
- package/themes/dist/mixins/confirmation/mobile.css +7 -0
- package/themes/dist/mixins/corp.css +13 -0
- package/themes/dist/mixins/dark.css +134 -0
- package/themes/dist/mixins/dropzone/click.css +5 -0
- package/themes/dist/mixins/form-control/click.css +31 -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/input/click.css +8 -0
- package/themes/dist/mixins/input/corp.css +3 -0
- package/themes/dist/mixins/input/mobile.css +13 -0
- package/themes/dist/mixins/input/site.css +4 -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 +23 -0
- package/themes/dist/mixins/modal/click.css +29 -0
- package/themes/dist/mixins/radio/click.css +9 -0
- package/themes/dist/mixins/radio/mobile.css +19 -0
- package/themes/dist/mixins/select/click.css +18 -0
- package/themes/dist/mixins/select/corp.css +3 -0
- package/themes/dist/mixins/site.css +11 -0
- package/themes/dist/mixins/skeleton/click.css +8 -0
- package/themes/dist/mixins/slider/click.css +16 -0
- package/themes/dist/mixins/slider/mobile.css +5 -0
- package/themes/dist/mixins/slider-input/mobile.css +3 -0
- package/themes/dist/mixins/switch/click.css +5 -0
- package/themes/dist/mixins/tabs/click.css +20 -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 +11 -0
- package/themes/dist/mixins/tag/mobile.css +14 -0
- package/themes/dist/mixins/toast-plate/click.css +8 -0
- package/themes/dist/mobile.css +594 -0
- package/themes/dist/modal/click.css +29 -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/package.json +12 -0
- package/themes/dist/radio/click.css +9 -0
- package/themes/dist/radio/mobile.css +19 -0
- package/themes/dist/select/click.css +18 -0
- package/themes/dist/select/corp.css +3 -0
- package/themes/dist/send-stats.js +82 -0
- package/themes/dist/site.css +512 -0
- package/themes/dist/skeleton/click.css +8 -0
- package/themes/dist/slider/click.css +16 -0
- package/themes/dist/slider/mobile.css +5 -0
- package/themes/dist/slider-input/mobile.css +3 -0
- package/themes/dist/switch/click.css +5 -0
- package/themes/dist/tabs/click.css +20 -0
- package/themes/dist/tabs/corp.css +4 -0
- package/themes/dist/tabs/site.css +8 -0
- package/themes/dist/tag/click.css +11 -0
- package/themes/dist/tag/mobile.css +14 -0
- package/themes/dist/toast-plate/click.css +8 -0
- package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
- package/themes/mixins/button/corp.css +0 -20
- package/themes/mixins/button/site.css +1 -0
- package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
- package/themes/package.json +1 -10
- package/themes/send-stats.js +0 -0
- package/themes/site.css +1 -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/esm/component.js +1 -1
- package/toast-plate/esm/index.css +15 -15
- package/toast-plate/index.css +15 -15
- package/toast-plate/modern/component.js +1 -1
- package/toast-plate/modern/index.css +15 -15
- package/tooltip/{Component-53815765.d.ts → Component-461f6ad3.d.ts} +0 -0
- package/tooltip/{Component-53815765.js → Component-461f6ad3.js} +1 -1
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/esm/{Component-9ed1f518.d.ts → Component-5981a9a4.d.ts} +0 -0
- package/tooltip/esm/{Component-9ed1f518.js → Component-5981a9a4.js} +1 -1
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +1 -1
- package/tooltip/esm/index.css +6 -6
- 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.css +6 -6
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/modern/Component.js +1 -1
- package/tooltip/modern/index.css +6 -6
- package/tooltip/responsive.js +1 -1
- package/typography/colors.css +12 -12
- package/typography/{colors.module-52a63996.d.ts → colors.module-3ab31a88.d.ts} +0 -0
- package/typography/{colors.module-52a63996.js → colors.module-3ab31a88.js} +1 -1
- package/typography/common.module-ab5da45b.js +4 -0
- package/typography/component.js +2 -2
- package/typography/esm/colors.css +12 -12
- package/typography/esm/{colors.module-1836c8ec.d.ts → colors.module-e994bd61.d.ts} +0 -0
- package/typography/esm/{colors.module-1836c8ec.js → colors.module-e994bd61.js} +1 -1
- package/typography/esm/common.module-7e9ca90a.js +4 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +2 -2
- package/typography/esm/text/index.css +13 -13
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/common.css +4 -4
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.css +18 -18
- package/typography/esm/title/index.js +3 -3
- package/typography/esm/title-responsive/component.js +3 -3
- package/typography/esm/title-responsive/index.css +45 -45
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/colors.css +12 -12
- package/typography/modern/colors.module-e7a93e12.js +4 -0
- package/typography/modern/common.module-7e9ca90a.js +4 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +2 -2
- package/typography/modern/text/index.css +13 -13
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/common.css +4 -4
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.css +18 -18
- package/typography/modern/title/index.js +3 -3
- package/typography/modern/title-responsive/component.js +3 -3
- package/typography/modern/title-responsive/index.css +45 -45
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +2 -2
- package/typography/text/index.css +13 -13
- package/typography/text/index.js +1 -1
- package/typography/title/common.css +4 -4
- package/typography/title/component.js +1 -1
- package/typography/title/index.css +18 -18
- package/typography/title/index.js +3 -3
- package/typography/title-responsive/component.js +3 -3
- package/typography/title-responsive/index.css +45 -45
- 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 +9 -0
- package/vars/dist/colors-addons.css +55 -0
- package/vars/dist/colors-bluetint.css +247 -0
- package/vars/dist/colors-bluetint.d.ts +2 -0
- package/vars/dist/colors-bluetint.js +12 -0
- package/vars/dist/colors-indigo.css +269 -0
- package/vars/dist/colors-indigo.d.ts +2 -0
- package/vars/dist/colors-indigo.js +12 -0
- package/vars/dist/colors-transparent.css +22 -0
- package/vars/dist/colors.css +71 -0
- package/vars/dist/cssm/border-radius.css +9 -0
- package/vars/dist/cssm/colors-addons.css +55 -0
- package/vars/dist/cssm/colors-bluetint.css +247 -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 +265 -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 +22 -0
- package/vars/dist/cssm/colors.css +71 -0
- package/vars/dist/cssm/gaps.css +30 -0
- package/vars/dist/cssm/index.css +496 -0
- package/{button/cssm/utils.js → vars/dist/cssm/mixins.css} +0 -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 +486 -0
- package/vars/package.json +1 -11
- package/vars/send-stats.js +0 -0
- package/with-suffix/Component.js +1 -1
- package/with-suffix/esm/Component.js +1 -1
- package/with-suffix/esm/index.css +9 -9
- package/with-suffix/index.css +9 -9
- package/with-suffix/modern/Component.js +1 -1
- package/with-suffix/modern/index.css +9 -9
- package/button/esm/utils.js +0 -1
- package/button/modern/utils.js +0 -1
- package/button/utils.d.ts +0 -1
- package/button/utils.js +0 -1
- package/grid/esm/gutters.module-b71f0e3c.js +0 -27
- package/grid/gutters.module-f8139574.js +0 -28
- package/grid/modern/gutters.module-6841e760.js +0 -4
- package/intl-phone-input/esm/libphonenumber-js.min-40e2a1a0.d.ts +0 -1
- package/intl-phone-input/libphonenumber-js.min-f29b64fa.d.ts +0 -1
- package/intl-phone-input/modern/libphonenumber-js.min-40e2a1a0.d.ts +0 -1
- package/modal/esm/transitions.module-21583d93.js +0 -4
- package/modal/modern/transitions.module-21583d93.js +0 -4
- package/modal/transitions.module-251f2f09.js +0 -4
- package/tabs/esm/index.module-2da578ed.js +0 -4
- package/tabs/esm/index.module-d2866877.js +0 -4
- package/tabs/index.module-0e12cf13.js +0 -4
- package/tabs/index.module-53615523.js +0 -4
- package/tabs/modern/index.module-2da578ed.js +0 -4
- package/tabs/modern/index.module-d2866877.js +0 -4
- package/typography/common.module-e210242c.js +0 -4
- package/typography/esm/common.module-1a3281b8.js +0 -4
- package/typography/modern/colors.module-096af96c.js +0 -4
- package/typography/modern/common.module-1a3281b8.js +0 -4
package/button/index.css
CHANGED
|
@@ -11,16 +11,13 @@
|
|
|
11
11
|
/* Hard up */
|
|
12
12
|
}
|
|
13
13
|
:root {
|
|
14
|
-
--gap-2xs: 4px;
|
|
15
14
|
--gap-xs: 8px;
|
|
16
|
-
--gap-s: 12px;
|
|
17
15
|
--gap-m: 16px;
|
|
18
|
-
--gap-l: 20px;
|
|
19
16
|
--gap-xl: 24px;
|
|
20
17
|
--gap-2xl: 32px;
|
|
21
18
|
}
|
|
22
19
|
:root {
|
|
23
|
-
--border-radius-
|
|
20
|
+
--border-radius-s: 4px;
|
|
24
21
|
}
|
|
25
22
|
:root {
|
|
26
23
|
--focus-color: var(--color-light-border-link);
|
|
@@ -35,11 +32,11 @@
|
|
|
35
32
|
}
|
|
36
33
|
:root {
|
|
37
34
|
/* misc */
|
|
38
|
-
--button-border-radius: var(--border-radius-
|
|
35
|
+
--button-border-radius: var(--border-radius-s);
|
|
39
36
|
--button-active-transform: none;
|
|
40
37
|
--button-font-weight: 500;
|
|
41
38
|
}
|
|
42
|
-
.
|
|
39
|
+
.button__component_azo26 {
|
|
43
40
|
position: relative;
|
|
44
41
|
display: inline-flex;
|
|
45
42
|
vertical-align: middle;
|
|
@@ -67,125 +64,79 @@
|
|
|
67
64
|
box-sizing: border-box;
|
|
68
65
|
will-change: transform
|
|
69
66
|
}
|
|
70
|
-
.
|
|
67
|
+
.button__component_azo26:active {
|
|
71
68
|
transform: var(--button-active-transform);
|
|
72
69
|
}
|
|
73
|
-
.
|
|
70
|
+
.button__focused_azo26 {
|
|
74
71
|
outline: 2px solid var(--focus-color);
|
|
75
72
|
outline-offset: 2px;
|
|
76
73
|
}
|
|
77
|
-
.
|
|
78
|
-
.
|
|
74
|
+
.button__loading_azo26 .button__text_azo26,
|
|
75
|
+
.button__loading_azo26 .button__addons_azo26 {
|
|
79
76
|
opacity: 0;
|
|
80
77
|
}
|
|
81
|
-
.
|
|
78
|
+
.button__stretchText_azo26 {
|
|
82
79
|
flex-grow: 1;
|
|
83
80
|
}
|
|
84
|
-
a.
|
|
81
|
+
a.button__loading_azo26 {
|
|
85
82
|
pointer-events: none;
|
|
86
83
|
}
|
|
87
|
-
.
|
|
84
|
+
.button__loader_azo26 {
|
|
88
85
|
position: absolute;
|
|
89
86
|
top: 50%;
|
|
90
87
|
left: 50%;
|
|
91
88
|
transform: translate(-50%, -50%);
|
|
92
89
|
}
|
|
93
90
|
/* Size */
|
|
94
|
-
.
|
|
91
|
+
.button__xs_azo26 {
|
|
95
92
|
min-width: 80px;
|
|
96
93
|
min-height: var(--size-xs-height);
|
|
97
94
|
padding: 0 var(--gap-m);
|
|
98
95
|
font-size: 14px
|
|
99
96
|
}
|
|
100
|
-
.
|
|
97
|
+
.button__xs_azo26.button__iconOnly_azo26 {
|
|
101
98
|
min-width: var(--size-xs-height);
|
|
102
99
|
}
|
|
103
|
-
.
|
|
104
|
-
min-width: 88px;
|
|
105
|
-
min-height: 40px;
|
|
106
|
-
padding: 0 var(--gap-l);
|
|
107
|
-
font-size: 14px
|
|
108
|
-
}
|
|
109
|
-
.button__xs_amy1g.button__iconOnly_amy1g {
|
|
110
|
-
min-width: 40px;
|
|
111
|
-
}
|
|
112
|
-
.button__s_amy1g {
|
|
100
|
+
.button__s_azo26 {
|
|
113
101
|
min-width: 104px;
|
|
114
102
|
min-height: var(--size-s-height);
|
|
115
103
|
font-size: 16px
|
|
116
104
|
}
|
|
117
|
-
.
|
|
105
|
+
.button__s_azo26.button__iconOnly_azo26 {
|
|
118
106
|
min-width: var(--size-s-height);
|
|
119
107
|
}
|
|
120
|
-
.
|
|
108
|
+
.button__m_azo26 {
|
|
121
109
|
min-width: 128px;
|
|
122
110
|
min-height: var(--size-m-height);
|
|
123
|
-
padding: 0 28px;
|
|
124
111
|
font-size: 16px
|
|
125
112
|
}
|
|
126
|
-
.
|
|
113
|
+
.button__m_azo26.button__iconOnly_azo26 {
|
|
127
114
|
min-width: var(--size-m-height);
|
|
128
115
|
}
|
|
129
|
-
.
|
|
116
|
+
.button__l_azo26 {
|
|
130
117
|
min-width: 160px;
|
|
131
118
|
min-height: var(--size-l-height);
|
|
132
119
|
padding: 0 var(--gap-2xl);
|
|
133
120
|
font-size: 18px;
|
|
134
121
|
line-height: 24px
|
|
135
122
|
}
|
|
136
|
-
.
|
|
123
|
+
.button__l_azo26.button__iconOnly_azo26 {
|
|
137
124
|
min-width: var(--size-l-height);
|
|
138
125
|
}
|
|
139
|
-
.
|
|
140
|
-
min-width:
|
|
126
|
+
.button__xl_azo26 {
|
|
127
|
+
min-width: 160px;
|
|
141
128
|
min-height: var(--size-xl-height);
|
|
142
|
-
padding: 0
|
|
129
|
+
padding: 0 var(--gap-2xl);
|
|
143
130
|
font-size: 18px;
|
|
144
131
|
line-height: 24px
|
|
145
132
|
}
|
|
146
|
-
.
|
|
133
|
+
.button__xl_azo26.button__iconOnly_azo26 {
|
|
147
134
|
min-width: var(--size-xl-height);
|
|
148
135
|
}
|
|
149
|
-
.
|
|
150
|
-
padding-right: var(--gap-s);
|
|
151
|
-
}
|
|
152
|
-
.button__withRightAddons_amy1g.button__xs_amy1g {
|
|
153
|
-
padding-right: var(--gap-m);
|
|
154
|
-
}
|
|
155
|
-
.button__withRightAddons_amy1g.button__s_amy1g {
|
|
156
|
-
padding-right: var(--gap-l);
|
|
157
|
-
}
|
|
158
|
-
.button__withRightAddons_amy1g.button__m_amy1g {
|
|
159
|
-
padding-right: var(--gap-xl);
|
|
160
|
-
}
|
|
161
|
-
.button__withRightAddons_amy1g.button__l_amy1g {
|
|
162
|
-
padding-right: 28px;
|
|
163
|
-
}
|
|
164
|
-
.button__withRightAddons_amy1g.button__xl_amy1g {
|
|
165
|
-
padding-right: var(--gap-2xl);
|
|
166
|
-
}
|
|
167
|
-
.button__withLeftAddons_amy1g.button__xxs_amy1g {
|
|
168
|
-
padding-left: var(--gap-s);
|
|
169
|
-
}
|
|
170
|
-
.button__withLeftAddons_amy1g.button__xs_amy1g {
|
|
171
|
-
padding-left: var(--gap-m);
|
|
172
|
-
}
|
|
173
|
-
.button__withLeftAddons_amy1g.button__s_amy1g {
|
|
174
|
-
padding-left: var(--gap-l);
|
|
175
|
-
}
|
|
176
|
-
.button__withLeftAddons_amy1g.button__m_amy1g {
|
|
177
|
-
padding-left: var(--gap-xl);
|
|
178
|
-
}
|
|
179
|
-
.button__withLeftAddons_amy1g.button__l_amy1g {
|
|
180
|
-
padding-left: 28px;
|
|
181
|
-
}
|
|
182
|
-
.button__withLeftAddons_amy1g.button__xl_amy1g {
|
|
183
|
-
padding-left: var(--gap-2xl);
|
|
184
|
-
}
|
|
185
|
-
.button__link_amy1g {
|
|
136
|
+
.button__link_azo26 {
|
|
186
137
|
min-width: 0;
|
|
187
138
|
}
|
|
188
|
-
.
|
|
139
|
+
.button__ghost_azo26 {
|
|
189
140
|
min-width: 0;
|
|
190
141
|
min-height: 0;
|
|
191
142
|
padding: 0;
|
|
@@ -193,62 +144,43 @@ a.button__loading_amy1g {
|
|
|
193
144
|
-webkit-appearance: none;
|
|
194
145
|
appearance: none
|
|
195
146
|
}
|
|
196
|
-
.
|
|
147
|
+
.button__ghost_azo26.button__iconOnly_azo26 {
|
|
197
148
|
min-width: 0;
|
|
198
149
|
}
|
|
199
150
|
/* Disabled */
|
|
200
|
-
.
|
|
151
|
+
.button__component_azo26:disabled {
|
|
201
152
|
cursor: var(--disabled-cursor);
|
|
202
153
|
}
|
|
203
154
|
/* Addons */
|
|
204
|
-
.
|
|
155
|
+
.button__addons_azo26 {
|
|
205
156
|
display: flex;
|
|
206
157
|
flex-shrink: 0;
|
|
207
158
|
align-items: center;
|
|
208
|
-
margin: 0
|
|
209
159
|
}
|
|
210
|
-
.
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
.
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
.
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
.
|
|
220
|
-
margin-right: var(--gap-xs);
|
|
221
|
-
}
|
|
222
|
-
.button__s_amy1g .button__addons_amy1g:last-child, .button__m_amy1g .button__addons_amy1g:last-child {
|
|
223
|
-
margin-left: var(--gap-xs);
|
|
224
|
-
}
|
|
225
|
-
.button__s_amy1g .button__addons_amy1g:only-child, .button__m_amy1g .button__addons_amy1g:only-child {
|
|
226
|
-
margin: 0;
|
|
227
|
-
}
|
|
228
|
-
.button__l_amy1g .button__addons_amy1g:first-child, .button__xl_amy1g .button__addons_amy1g:first-child {
|
|
229
|
-
margin-right: var(--gap-s);
|
|
230
|
-
}
|
|
231
|
-
.button__l_amy1g .button__addons_amy1g:last-child, .button__xl_amy1g .button__addons_amy1g:last-child {
|
|
232
|
-
margin-left: var(--gap-s);
|
|
233
|
-
}
|
|
234
|
-
.button__l_amy1g .button__addons_amy1g:only-child, .button__xl_amy1g .button__addons_amy1g:only-child {
|
|
235
|
-
margin: 0;
|
|
236
|
-
}
|
|
237
|
-
.button__iconOnly_amy1g {
|
|
160
|
+
.button__addons_azo26:first-child {
|
|
161
|
+
margin: 0 var(--gap-xs) 0 0;
|
|
162
|
+
}
|
|
163
|
+
.button__addons_azo26:last-child {
|
|
164
|
+
margin: 0 0 0 var(--gap-xs);
|
|
165
|
+
}
|
|
166
|
+
.button__addons_azo26:only-child {
|
|
167
|
+
margin: 0;
|
|
168
|
+
}
|
|
169
|
+
.button__iconOnly_azo26 {
|
|
238
170
|
padding: 0;
|
|
239
171
|
}
|
|
240
172
|
/* Block */
|
|
241
|
-
.
|
|
173
|
+
.button__block_azo26 {
|
|
242
174
|
display: flex;
|
|
243
175
|
width: 100%;
|
|
244
176
|
}
|
|
245
177
|
/* Nowrap */
|
|
246
|
-
.
|
|
178
|
+
.button__nowrap_azo26 {
|
|
247
179
|
white-space: nowrap;
|
|
248
180
|
}
|
|
249
181
|
/* IE min-height fix */
|
|
250
182
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
251
|
-
.
|
|
183
|
+
.button__component_azo26:after {
|
|
252
184
|
min-height: inherit;
|
|
253
185
|
font-size: 0;
|
|
254
186
|
content: '';
|
package/button/inverted.css
CHANGED
|
@@ -34,16 +34,6 @@
|
|
|
34
34
|
--button-inverted-secondary-color: var(--color-dark-text-primary);
|
|
35
35
|
--button-inverted-secondary-disabled-color: rgba(255, 255, 255, 0.3);
|
|
36
36
|
|
|
37
|
-
/* tertiary */
|
|
38
|
-
--button-inverted-tertiary-base-bg-color: transparent;
|
|
39
|
-
--button-inverted-tertiary-hover-bg-color: rgba(255, 255, 255, 0.15);
|
|
40
|
-
--button-inverted-tertiary-active-bg-color: rgba(0, 0, 0, 0.15);
|
|
41
|
-
--button-inverted-tertiary-disabled-bg-color: transparent;
|
|
42
|
-
--button-inverted-tertiary-base-border-color: var(--color-light-border-tertiary-inverted);
|
|
43
|
-
--button-inverted-tertiary-disabled-border-color: rgba(35, 53, 73, 0.3);
|
|
44
|
-
--button-inverted-tertiary-color: var(--color-dark-text-primary);
|
|
45
|
-
--button-inverted-tertiary-disabled-color: rgba(255, 255, 255, 0.3);
|
|
46
|
-
|
|
47
37
|
/* outlined */
|
|
48
38
|
--button-inverted-outlined-base-bg-color: transparent;
|
|
49
39
|
--button-inverted-outlined-hover-bg-color: rgba(255, 255, 255, 0.15);
|
|
@@ -60,153 +50,133 @@
|
|
|
60
50
|
--button-inverted-ghost-active-color: rgb(128, 128, 128);
|
|
61
51
|
--button-inverted-ghost-disabled-color: rgba(255, 255, 255, 0.3);
|
|
62
52
|
}
|
|
63
|
-
.
|
|
53
|
+
.button__primary_rzxwb {
|
|
64
54
|
color: var(--button-inverted-primary-color);
|
|
65
55
|
background-color: var(--button-inverted-primary-base-bg-color)
|
|
66
56
|
}
|
|
67
|
-
.
|
|
57
|
+
.button__primary_rzxwb:hover {
|
|
68
58
|
background-color: var(--button-inverted-primary-hover-bg-color);
|
|
69
59
|
}
|
|
70
|
-
.
|
|
60
|
+
.button__primary_rzxwb:active {
|
|
71
61
|
background-color: var(--button-inverted-primary-active-bg-color);
|
|
72
62
|
}
|
|
73
|
-
.
|
|
63
|
+
.button__secondary_rzxwb {
|
|
74
64
|
color: var(--button-inverted-secondary-color);
|
|
75
65
|
background-color: var(--button-inverted-secondary-base-bg-color);
|
|
76
66
|
border: 1px solid var(--button-inverted-secondary-base-border-color)
|
|
77
67
|
}
|
|
78
|
-
.
|
|
68
|
+
.button__secondary_rzxwb:hover {
|
|
79
69
|
background-color: var(--button-inverted-secondary-hover-bg-color);
|
|
80
70
|
}
|
|
81
|
-
.
|
|
71
|
+
.button__secondary_rzxwb:active {
|
|
82
72
|
background-color: var(--button-inverted-secondary-active-bg-color);
|
|
83
73
|
}
|
|
84
|
-
.
|
|
74
|
+
.button__outlined_rzxwb {
|
|
85
75
|
color: var(--button-inverted-outlined-color);
|
|
86
76
|
background-color: var(--button-inverted-outlined-base-bg-color);
|
|
87
77
|
border: 1px solid var(--button-inverted-outlined-base-border-color)
|
|
88
78
|
}
|
|
89
|
-
.
|
|
79
|
+
.button__outlined_rzxwb:hover {
|
|
90
80
|
background-color: var(--button-inverted-outlined-hover-bg-color);
|
|
91
81
|
}
|
|
92
|
-
.
|
|
82
|
+
.button__outlined_rzxwb:active {
|
|
93
83
|
background-color: var(--button-inverted-outlined-active-bg-color);
|
|
94
84
|
}
|
|
95
|
-
.
|
|
96
|
-
color: var(--button-inverted-tertiary-color);
|
|
97
|
-
background-color: var(--button-inverted-tertiary-base-bg-color);
|
|
98
|
-
border: 1px solid var(--button-inverted-tertiary-base-border-color)
|
|
99
|
-
}
|
|
100
|
-
.button__tertiary_18njg:hover {
|
|
101
|
-
background-color: var(--button-inverted-tertiary-hover-bg-color);
|
|
102
|
-
}
|
|
103
|
-
.button__tertiary_18njg:active {
|
|
104
|
-
background-color: var(--button-inverted-tertiary-active-bg-color);
|
|
105
|
-
}
|
|
106
|
-
.button__filled_18njg {
|
|
85
|
+
.button__filled_rzxwb {
|
|
107
86
|
color: var(--color-dark-text-primary);
|
|
108
87
|
background-color: var(--color-dark-bg-neutral)
|
|
109
88
|
}
|
|
110
|
-
.
|
|
89
|
+
.button__filled_rzxwb:hover {
|
|
111
90
|
background-color: rgb(99, 112, 126);
|
|
112
91
|
}
|
|
113
|
-
.
|
|
92
|
+
.button__filled_rzxwb:active {
|
|
114
93
|
background-color: rgb(61, 74, 88);
|
|
115
94
|
}
|
|
116
|
-
.
|
|
95
|
+
.button__transparent_rzxwb {
|
|
117
96
|
color: var(--color-light-text-primary-inverted);
|
|
118
97
|
background-color: rgba(255, 255, 255, 0.1)
|
|
119
98
|
}
|
|
120
|
-
.
|
|
99
|
+
.button__transparent_rzxwb:hover {
|
|
121
100
|
background-color: rgba(255, 255, 255, 0.2);
|
|
122
101
|
}
|
|
123
|
-
.
|
|
102
|
+
.button__transparent_rzxwb:active {
|
|
124
103
|
/* TODO: какой цвет? */
|
|
125
104
|
background-color: rgba(255, 255, 255, 0.05);
|
|
126
105
|
}
|
|
127
|
-
.
|
|
106
|
+
.button__link_rzxwb {
|
|
128
107
|
color: var(--color-light-text-primary-inverted);
|
|
129
108
|
background-color: transparent
|
|
130
109
|
}
|
|
131
|
-
.
|
|
110
|
+
.button__link_rzxwb:hover {
|
|
132
111
|
background-color: var(--color-light-specialbg-component-inverted);
|
|
133
112
|
}
|
|
134
|
-
.
|
|
113
|
+
.button__link_rzxwb:active {
|
|
135
114
|
/* TODO: какой цвет? */
|
|
136
115
|
background-color: rgba(179, 179, 179, 0.15);
|
|
137
116
|
}
|
|
138
|
-
.
|
|
117
|
+
.button__ghost_rzxwb {
|
|
139
118
|
color: var(--button-inverted-ghost-base-color)
|
|
140
119
|
}
|
|
141
|
-
.
|
|
120
|
+
.button__ghost_rzxwb:hover {
|
|
142
121
|
color: var(--button-inverted-ghost-hover-color);
|
|
143
122
|
}
|
|
144
|
-
.
|
|
123
|
+
.button__ghost_rzxwb:active {
|
|
145
124
|
color: var(--button-inverted-ghost-active-color);
|
|
146
125
|
}
|
|
147
|
-
.
|
|
126
|
+
.button__component_rzxwb:disabled.button__primary_rzxwb {
|
|
148
127
|
color: var(--button-inverted-primary-disabled-color);
|
|
149
128
|
background-color: var(--button-inverted-primary-disabled-bg-color)
|
|
150
129
|
}
|
|
151
|
-
.
|
|
130
|
+
.button__component_rzxwb:disabled.button__primary_rzxwb.button__loading_rzxwb {
|
|
152
131
|
background-color: var(--button-inverted-primary-base-bg-color);
|
|
153
132
|
}
|
|
154
|
-
.
|
|
133
|
+
.button__component_rzxwb:disabled.button__secondary_rzxwb {
|
|
155
134
|
color: var(--button-inverted-secondary-disabled-color);
|
|
156
135
|
background-color: var(--button-inverted-secondary-disabled-bg-color);
|
|
157
136
|
border-color: var(--button-inverted-secondary-disabled-border-color)
|
|
158
137
|
}
|
|
159
|
-
.
|
|
138
|
+
.button__component_rzxwb:disabled.button__secondary_rzxwb.button__loading_rzxwb {
|
|
160
139
|
color: var(--button-inverted-secondary-color);
|
|
161
140
|
background-color: var(--button-inverted-secondary-base-bg-color);
|
|
162
141
|
border-color: var(--button-inverted-secondary-base-border-color);
|
|
163
142
|
}
|
|
164
|
-
.
|
|
143
|
+
.button__component_rzxwb:disabled.button__outlined_rzxwb {
|
|
165
144
|
color: var(--button-inverted-outlined-disabled-color);
|
|
166
145
|
background-color: var(--button-inverted-outlined-disabled-bg-color);
|
|
167
146
|
border-color: var(--button-inverted-outlined-disabled-border-color)
|
|
168
147
|
}
|
|
169
|
-
.
|
|
148
|
+
.button__component_rzxwb:disabled.button__outlined_rzxwb.button__loading_rzxwb {
|
|
170
149
|
color: var(--button-inverted-outlined-color);
|
|
171
150
|
border-color: var(--button-inverted-outlined-border-color);
|
|
172
151
|
}
|
|
173
|
-
.
|
|
174
|
-
color: var(--button-inverted-tertiary-disabled-color);
|
|
175
|
-
background-color: var(--button-inverted-tertiary-disabled-bg-color);
|
|
176
|
-
border-color: var(--button-inverted-tertiary-disabled-border-color)
|
|
177
|
-
}
|
|
178
|
-
.button__component_18njg:disabled.button__tertiary_18njg.button__loading_18njg {
|
|
179
|
-
color: var(--button-inverted-tertiary-color);
|
|
180
|
-
border-color: var(--button-inverted-tertiary-border-color);
|
|
181
|
-
}
|
|
182
|
-
.button__component_18njg:disabled.button__filled_18njg {
|
|
152
|
+
.button__component_rzxwb:disabled.button__filled_rzxwb {
|
|
183
153
|
color: rgba(255, 255, 255, 0.3);
|
|
184
154
|
background-color: rgba(72, 87, 103, 0.3);
|
|
185
155
|
border-color: transparent
|
|
186
156
|
}
|
|
187
|
-
.
|
|
157
|
+
.button__component_rzxwb:disabled.button__filled_rzxwb.button__loading_rzxwb {
|
|
188
158
|
color: var(--color-dark-text-primary);
|
|
189
159
|
background-color: var(--color-dark-bg-neutral);
|
|
190
160
|
border-color: transparent;
|
|
191
161
|
}
|
|
192
|
-
.
|
|
162
|
+
.button__component_rzxwb:disabled.button__transparent_rzxwb {
|
|
193
163
|
color: rgba(255, 255, 255, 0.3);
|
|
194
164
|
background-color: rgba(255, 255, 255, 0.03)
|
|
195
165
|
}
|
|
196
|
-
.
|
|
166
|
+
.button__component_rzxwb:disabled.button__transparent_rzxwb.button__loading_rzxwb {
|
|
197
167
|
color: var(--color-light-text-primary-inverted);
|
|
198
168
|
background-color: rgba(255, 255, 255, 0.1);
|
|
199
169
|
}
|
|
200
|
-
.
|
|
170
|
+
.button__component_rzxwb:disabled.button__link_rzxwb {
|
|
201
171
|
color: rgba(255, 255, 255, 0.3);
|
|
202
172
|
background-color: transparent
|
|
203
173
|
}
|
|
204
|
-
.
|
|
174
|
+
.button__component_rzxwb:disabled.button__link_rzxwb.button__loading_rzxwb {
|
|
205
175
|
color: var(--color-light-text-primary-inverted);
|
|
206
176
|
}
|
|
207
|
-
.
|
|
177
|
+
.button__component_rzxwb:disabled.button__ghost_rzxwb {
|
|
208
178
|
color: var(--button-inverted-ghost-disabled-color)
|
|
209
179
|
}
|
|
210
|
-
.
|
|
180
|
+
.button__component_rzxwb:disabled.button__ghost_rzxwb.button__loading_rzxwb {
|
|
211
181
|
color: var(--button-inverted-ghost-base-color);
|
|
212
182
|
}
|
|
@@ -5,7 +5,7 @@ type ComponentProps = {
|
|
|
5
5
|
/**
|
|
6
6
|
* Тип кнопки
|
|
7
7
|
*/
|
|
8
|
-
view?: 'primary' | 'secondary' | '
|
|
8
|
+
view?: 'primary' | 'secondary' | 'outlined' | 'filled' | 'transparent' | 'link' | 'ghost';
|
|
9
9
|
/**
|
|
10
10
|
* Слот слева
|
|
11
11
|
*/
|
|
@@ -17,7 +17,7 @@ type ComponentProps = {
|
|
|
17
17
|
/**
|
|
18
18
|
* Размер компонента
|
|
19
19
|
*/
|
|
20
|
-
size?: '
|
|
20
|
+
size?: 'xs' | 's' | 'm' | 'l' | 'xl';
|
|
21
21
|
/**
|
|
22
22
|
* Растягивает компонент на ширину контейнера
|
|
23
23
|
*/
|
|
@@ -4,13 +4,13 @@ import mergeRefs from 'react-merge-refs';
|
|
|
4
4
|
import { useFocus } from '@alfalab/hooks';
|
|
5
5
|
import { Loader } from '../../loader/modern';
|
|
6
6
|
|
|
7
|
-
var styles = {"component":"
|
|
7
|
+
var styles = {"component":"button__component_azo26","focused":"button__focused_azo26","loading":"button__loading_azo26","text":"button__text_azo26","addons":"button__addons_azo26","stretchText":"button__stretchText_azo26","loader":"button__loader_azo26","xs":"button__xs_azo26","iconOnly":"button__iconOnly_azo26","s":"button__s_azo26","m":"button__m_azo26","l":"button__l_azo26","xl":"button__xl_azo26","link":"button__link_azo26","ghost":"button__ghost_azo26","block":"button__block_azo26","nowrap":"button__nowrap_azo26"};
|
|
8
8
|
require('./index.css');
|
|
9
9
|
|
|
10
|
-
var defaultColors = {"primary":"
|
|
10
|
+
var defaultColors = {"primary":"button__primary_c21ga","secondary":"button__secondary_c21ga","outlined":"button__outlined_c21ga","filled":"button__filled_c21ga","transparent":"button__transparent_c21ga","link":"button__link_c21ga","ghost":"button__ghost_c21ga","component":"button__component_c21ga","loading":"button__loading_c21ga"};
|
|
11
11
|
require('./default.css');
|
|
12
12
|
|
|
13
|
-
var invertedColors = {"primary":"
|
|
13
|
+
var invertedColors = {"primary":"button__primary_rzxwb","secondary":"button__secondary_rzxwb","outlined":"button__outlined_rzxwb","filled":"button__filled_rzxwb","transparent":"button__transparent_rzxwb","link":"button__link_rzxwb","ghost":"button__ghost_rzxwb","component":"button__component_rzxwb","loading":"button__loading_rzxwb"};
|
|
14
14
|
require('./inverted.css');
|
|
15
15
|
|
|
16
16
|
const colorStyles = {
|
|
@@ -22,38 +22,19 @@ const colorStyles = {
|
|
|
22
22
|
* чтобы при быстрых ответах от сервера кнопка не «моргала».
|
|
23
23
|
*/
|
|
24
24
|
const LOADER_MIN_DISPLAY_INTERVAL = 500;
|
|
25
|
-
const logWarning = (view) => {
|
|
26
|
-
const viewsMap = {
|
|
27
|
-
filled: 'secondary',
|
|
28
|
-
transparent: 'secondary',
|
|
29
|
-
outlined: 'tertiary',
|
|
30
|
-
};
|
|
31
|
-
// eslint-disable-next-line no-console
|
|
32
|
-
console.warn(
|
|
33
|
-
// eslint-disable-next-line prefer-template
|
|
34
|
-
`@alfalab/core-components/button: view='${view}' будет удален в следующих мажорных версиях. ` +
|
|
35
|
-
`Используйте view='${viewsMap[view]}'. Чтобы поменять все кнопки на проекте разом, можно воспользоваться codemode: ` +
|
|
36
|
-
'npx core-components-codemod --components=ButtonViews src/**/*.tsx');
|
|
37
|
-
};
|
|
38
25
|
const Button = React.forwardRef(({ children, view = 'secondary', leftAddons, rightAddons, size = 'm', block = false, className, dataTestId, href, loading = false, nowrap = false, colors = 'default', Component = href ? 'a' : 'button', ...restProps }, ref) => {
|
|
39
|
-
if (['outlined', 'filled', 'transparent'].includes(view)) {
|
|
40
|
-
logWarning(view);
|
|
41
|
-
}
|
|
42
26
|
const buttonRef = useRef(null);
|
|
43
27
|
const [focused] = useFocus(buttonRef, 'keyboard');
|
|
44
28
|
const [loaderTimePassed, setLoaderTimePassed] = useState(true);
|
|
45
29
|
const timerId = useRef(0);
|
|
46
30
|
const showLoader = loading || !loaderTimePassed;
|
|
47
|
-
const iconOnly = !children;
|
|
48
31
|
const componentProps = {
|
|
49
32
|
className: cn(styles.component, styles[view], styles[size], colorStyles[colors].component, colorStyles[colors][view], {
|
|
50
33
|
[styles.focused]: focused,
|
|
51
34
|
[styles.block]: block,
|
|
52
|
-
[styles.iconOnly]:
|
|
35
|
+
[styles.iconOnly]: !children,
|
|
53
36
|
[styles.nowrap]: nowrap,
|
|
54
37
|
[styles.loading]: showLoader,
|
|
55
|
-
[styles.withRightAddons]: Boolean(rightAddons) && !iconOnly,
|
|
56
|
-
[styles.withLeftAddons]: Boolean(leftAddons) && !iconOnly,
|
|
57
38
|
[colorStyles[colors].loading]: showLoader,
|
|
58
39
|
}, className),
|
|
59
40
|
'data-test-id': dataTestId || null,
|