@alfalab/core-components 23.11.0 → 23.12.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/alert/Component.js +1 -1
- package/alert/esm/Component.js +1 -1
- package/alert/esm/index.css +5 -5
- package/alert/index.css +5 -5
- package/alert/modern/Component.js +1 -1
- package/alert/modern/index.css +5 -5
- 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-be8f8413.d.ts → Component-66b08d26.d.ts} +0 -0
- package/bottom-sheet/{Component-be8f8413.js → Component-66b08d26.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-d101eb4e.d.ts → Component-b64c69b6.d.ts} +0 -0
- package/bottom-sheet/esm/{Component-d101eb4e.js → Component-b64c69b6.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.js +3 -3
- package/button/default.css +41 -41
- package/button/esm/Component.js +3 -3
- package/button/esm/default.css +41 -41
- package/button/esm/index.css +54 -54
- package/button/esm/inverted.css +41 -41
- package/button/index.css +54 -54
- package/button/inverted.css +41 -41
- package/button/modern/Component.js +3 -3
- package/button/modern/default.css +41 -41
- package/button/modern/index.css +54 -54
- package/button/modern/inverted.css +41 -41
- package/calendar/Component.js +2 -2
- package/calendar/components/days-table/Component.js +2 -2
- package/calendar/components/days-table/index.css +40 -40
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.css +4 -4
- package/calendar/components/months-table/Component.js +2 -2
- package/calendar/components/months-table/index.css +6 -6
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/period-slider/Component.js +2 -2
- package/calendar/components/period-slider/index.css +16 -16
- package/calendar/components/period-slider/index.js +1 -1
- package/calendar/components/select-button/Component.js +2 -2
- package/calendar/components/select-button/index.css +10 -10
- 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 +6 -6
- 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 +40 -40
- 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.css +4 -4
- package/calendar/esm/components/months-table/Component.js +2 -2
- package/calendar/esm/components/months-table/index.css +6 -6
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/period-slider/Component.js +2 -2
- package/calendar/esm/components/period-slider/index.css +16 -16
- package/calendar/esm/components/period-slider/index.js +1 -1
- package/calendar/esm/components/select-button/Component.js +2 -2
- package/calendar/esm/components/select-button/index.css +10 -10
- 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 +6 -6
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.css +8 -8
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/{tslib.es6-c01ad323.d.ts → tslib.es6-368b8455.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-c01ad323.js → tslib.es6-368b8455.js} +0 -0
- package/calendar/index.css +8 -8
- 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 +40 -40
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +4 -4
- package/calendar/modern/components/months-table/Component.js +1 -1
- package/calendar/modern/components/months-table/index.css +6 -6
- package/calendar/modern/components/period-slider/Component.js +1 -1
- package/calendar/modern/components/period-slider/index.css +16 -16
- package/calendar/modern/components/select-button/Component.js +1 -1
- package/calendar/modern/components/select-button/index.css +10 -10
- package/calendar/modern/components/years-table/Component.js +1 -1
- package/calendar/modern/components/years-table/index.css +6 -6
- package/calendar/modern/index.css +8 -8
- package/calendar/{tslib.es6-e4fd22ab.d.ts → tslib.es6-1940f21b.d.ts} +0 -0
- package/calendar/{tslib.es6-e4fd22ab.js → tslib.es6-1940f21b.js} +0 -0
- package/calendar-input/Component.js +1 -1
- package/calendar-input/esm/Component.js +1 -1
- package/calendar-input/esm/index.css +10 -10
- package/calendar-input/index.css +10 -10
- package/calendar-input/modern/Component.js +1 -1
- package/calendar-input/modern/index.css +10 -10
- package/calendar-range/Component.js +1 -1
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.css +5 -5
- 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-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-7597880a.d.ts → tslib.es6-6c79e5f6.d.ts} +0 -0
- package/chart/esm/{tslib.es6-7597880a.js → tslib.es6-6c79e5f6.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-264501d8.d.ts → tslib.es6-e7ec0182.d.ts} +0 -0
- package/chart/{tslib.es6-264501d8.js → tslib.es6-e7ec0182.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 +20 -20
- package/circular-progress-bar/index.css +20 -20
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +20 -20
- package/collapse/Component.js +1 -1
- package/collapse/esm/Component.js +1 -1
- package/collapse/esm/index.css +7 -7
- package/collapse/index.css +7 -7
- package/collapse/modern/Component.js +1 -1
- package/collapse/modern/index.css +7 -7
- 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/custom-button/Component.js +1 -1
- package/custom-button/esm/Component.js +1 -1
- package/custom-button/esm/index.css +12 -12
- package/custom-button/index.css +12 -12
- package/custom-button/modern/Component.js +1 -1
- package/custom-button/modern/index.css +12 -12
- 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 +3 -3
- package/dropzone/esm/Component.js +1 -1
- package/dropzone/esm/components/overlay/Component.js +1 -1
- package/dropzone/esm/components/overlay/index.css +3 -3
- package/dropzone/esm/index.css +6 -6
- package/dropzone/index.css +6 -6
- package/dropzone/modern/Component.js +1 -1
- package/dropzone/modern/components/overlay/Component.js +1 -1
- package/dropzone/modern/components/overlay/index.css +3 -3
- package/dropzone/modern/index.css +6 -6
- package/file-upload-item/Component.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/index.css +23 -23
- package/file-upload-item/index.css +23 -23
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/index.css +23 -23
- 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-20fdb8eb.d.ts → slide-faf9a7ae.d.ts} +0 -0
- package/gallery/esm/{slide-20fdb8eb.js → slide-faf9a7ae.js} +1 -1
- package/gallery/esm/{tslib.es6-d57677f0.d.ts → tslib.es6-79ff64ed.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-d57677f0.js → tslib.es6-79ff64ed.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-f57b1a55.d.ts → slide-d6cccd45.d.ts} +0 -0
- package/gallery/modern/{slide-f57b1a55.js → slide-d6cccd45.js} +1 -1
- package/gallery/{slide-b07c331c.d.ts → slide-4ce7d588.d.ts} +0 -0
- package/gallery/{slide-b07c331c.js → slide-4ce7d588.js} +1 -1
- package/gallery/{tslib.es6-bef84110.d.ts → tslib.es6-d1642b07.d.ts} +0 -0
- package/gallery/{tslib.es6-bef84110.js → tslib.es6-d1642b07.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-d2db8335.d.ts → gutters.module-8ddb9ffc.d.ts} +0 -0
- package/grid/esm/gutters.module-8ddb9ffc.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-2b232af8.d.ts → gutters.module-95880f45.d.ts} +0 -0
- package/grid/gutters.module-95880f45.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-4b273049.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.js +3 -3
- package/icon-button/default.css +13 -13
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +13 -13
- package/icon-button/esm/index.css +6 -6
- package/icon-button/esm/inverted.css +13 -13
- package/icon-button/index.css +6 -6
- package/icon-button/inverted.css +13 -13
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +13 -13
- package/icon-button/modern/index.css +6 -6
- package/icon-button/modern/inverted.css +13 -13
- package/icon-view/circle.js +1 -1
- package/icon-view/components/base-shape/component.js +1 -1
- package/icon-view/components/base-shape/index.css +23 -23
- package/icon-view/components/circle/component.js +1 -1
- package/icon-view/components/circle/index.js +1 -1
- package/icon-view/components/index.js +1 -1
- package/icon-view/components/super-ellipse/component.js +1 -1
- package/icon-view/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/circle.js +1 -1
- package/icon-view/esm/components/base-shape/component.js +1 -1
- package/icon-view/esm/components/base-shape/index.css +23 -23
- package/icon-view/esm/components/circle/component.js +1 -1
- package/icon-view/esm/components/circle/index.js +1 -1
- package/icon-view/esm/components/index.js +1 -1
- package/icon-view/esm/components/super-ellipse/component.js +1 -1
- package/icon-view/esm/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/super-ellipse.js +1 -1
- package/icon-view/esm/{tslib.es6-42cafc8b.d.ts → tslib.es6-0a9f9533.d.ts} +0 -0
- package/icon-view/esm/{tslib.es6-42cafc8b.js → tslib.es6-0a9f9533.js} +0 -0
- package/icon-view/modern/components/base-shape/component.js +1 -1
- package/icon-view/modern/components/base-shape/index.css +23 -23
- package/icon-view/super-ellipse.js +1 -1
- package/icon-view/{tslib.es6-e00bf1bd.d.ts → tslib.es6-e8a39664.d.ts} +0 -0
- package/icon-view/{tslib.es6-e00bf1bd.js → tslib.es6-e8a39664.js} +0 -0
- 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-96a492dc.d.ts → Component-7180440f.d.ts} +0 -0
- package/input-autocomplete/{Component-96a492dc.js → Component-7180440f.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-e323fa0d.d.ts → Component-60e28ca0.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-e323fa0d.js → Component-60e28ca0.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-6fb527e2.d.ts → component-ddffc862.d.ts} +0 -0
- package/intl-phone-input/{component-6fb527e2.js → component-ddffc862.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-f2a9747f.d.ts → component-a66c77d4.d.ts} +0 -0
- package/intl-phone-input/esm/{component-f2a9747f.js → component-a66c77d4.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-09241924.d.ts → libphonenumber-js.min-a1af45db.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-09241924.js → libphonenumber-js.min-a1af45db.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-97c309e8.d.ts → libphonenumber-js.min-f216fb6f.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-97c309e8.js → libphonenumber-js.min-f216fb6f.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-09241924.d.ts → libphonenumber-js.min-a1af45db.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-09241924.js → libphonenumber-js.min-a1af45db.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 +8 -8
- package/loader/index.css +8 -8
- package/loader/modern/Component.js +1 -1
- package/loader/modern/index.css +8 -8
- 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.d.ts +3 -3
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +2 -2
- package/modal/components/closer/index.css +8 -8
- package/modal/components/content/Component.desktop.js +2 -2
- package/modal/components/content/Component.mobile.js +2 -2
- package/modal/components/content/desktop.css +12 -12
- package/modal/components/content/mobile.css +7 -7
- 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 +12 -12
- package/modal/components/footer/layout.css +25 -25
- package/modal/components/footer/mobile.css +7 -7
- 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 +16 -16
- package/modal/components/header/mobile.css +11 -11
- package/modal/desktop.css +8 -8
- 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 +8 -8
- 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 +12 -12
- package/modal/esm/components/content/mobile.css +7 -7
- 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 +12 -12
- package/modal/esm/components/footer/layout.css +25 -25
- package/modal/esm/components/footer/mobile.css +7 -7
- 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 +16 -16
- package/modal/esm/components/header/mobile.css +11 -11
- package/modal/esm/desktop.css +8 -8
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.css +2 -2
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/transitions.css +8 -8
- package/modal/esm/transitions.module-57d58ab1.js +4 -0
- package/modal/esm/{tslib.es6-44154213.d.ts → tslib.es6-980e4c5b.d.ts} +0 -0
- package/modal/esm/{tslib.es6-44154213.js → tslib.es6-980e4c5b.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.css +2 -2
- 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 +8 -8
- 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 +12 -12
- package/modal/modern/components/content/mobile.css +7 -7
- 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 +12 -12
- package/modal/modern/components/footer/layout.css +25 -25
- package/modal/modern/components/footer/mobile.css +7 -7
- 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 +16 -16
- package/modal/modern/components/header/mobile.css +11 -11
- package/modal/modern/desktop.css +8 -8
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.css +2 -2
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/transitions.css +8 -8
- package/modal/modern/transitions.module-57d58ab1.js +4 -0
- package/modal/responsive.js +2 -2
- package/modal/transitions.css +8 -8
- package/modal/transitions.module-c3a97687.js +4 -0
- package/modal/{tslib.es6-33bab17e.d.ts → tslib.es6-4580f410.d.ts} +0 -0
- package/modal/{tslib.es6-33bab17e.js → tslib.es6-4580f410.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-43ed6c05.d.ts → component-478923f6.d.ts} +0 -0
- package/notification-manager/{component-43ed6c05.js → component-478923f6.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-cba506d3.d.ts → component-b75d4447.d.ts} +0 -0
- package/notification-manager/esm/{component-cba506d3.js → component-b75d4447.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 +1 -1
- package/pagination/Component.js +1 -1
- package/pagination/components/default-view/index.css +2 -2
- package/pagination/components/default-view/index.js +1 -1
- package/pagination/components/per-page-view/index.css +2 -2
- package/pagination/components/per-page-view/index.js +1 -1
- package/pagination/components/tag/index.css +8 -8
- package/pagination/components/tag/index.js +1 -1
- package/pagination/esm/Component.js +1 -1
- package/pagination/esm/components/default-view/index.css +2 -2
- package/pagination/esm/components/default-view/index.js +1 -1
- package/pagination/esm/components/per-page-view/index.css +2 -2
- package/pagination/esm/components/per-page-view/index.js +1 -1
- package/pagination/esm/components/tag/index.css +8 -8
- package/pagination/esm/components/tag/index.js +1 -1
- package/pagination/esm/index.css +4 -4
- package/pagination/index.css +4 -4
- package/pagination/modern/Component.js +1 -1
- package/pagination/modern/components/default-view/index.css +2 -2
- package/pagination/modern/components/default-view/index.js +1 -1
- package/pagination/modern/components/per-page-view/index.css +2 -2
- package/pagination/modern/components/per-page-view/index.js +1 -1
- package/pagination/modern/components/tag/index.css +8 -8
- package/pagination/modern/components/tag/index.js +1 -1
- package/pagination/modern/index.css +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-6c6acc3e.d.ts → Component-d96d5e4c.d.ts} +0 -0
- package/picker-button/{Component-6c6acc3e.js → Component-d96d5e4c.js} +1 -1
- package/picker-button/Component.d.ts +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/esm/{Component-7463db90.d.ts → Component-df824d76.d.ts} +0 -0
- package/picker-button/esm/{Component-7463db90.js → Component-df824d76.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 +5 -5
- 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 +5 -5
- 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 +5 -5
- package/plate/Component.js +1 -1
- package/plate/esm/Component.js +1 -1
- package/plate/esm/index.css +28 -28
- package/plate/index.css +28 -28
- package/plate/modern/Component.js +1 -1
- package/plate/modern/index.css +28 -28
- package/popover/Component.js +1 -1
- package/popover/esm/Component.js +1 -1
- package/popover/esm/index.css +33 -33
- package/popover/index.css +33 -33
- package/popover/modern/Component.js +1 -1
- package/popover/modern/index.css +33 -33
- 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 +7 -7
- 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 +2 -2
- package/select/components/options-list/index.css +6 -6
- package/select/components/options-list/index.js +1 -1
- package/select/components/virtual-options-list/Component.js +2 -2
- package/select/components/virtual-options-list/index.css +12 -12
- package/select/components/virtual-options-list/index.js +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 +7 -7
- 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 +2 -2
- package/select/esm/components/options-list/index.css +6 -6
- package/select/esm/components/options-list/index.js +1 -1
- package/select/esm/components/virtual-options-list/Component.js +2 -2
- package/select/esm/components/virtual-options-list/index.css +12 -12
- package/select/esm/components/virtual-options-list/index.js +1 -1
- package/select/esm/{hook-29b7502d.d.ts → hook-ad760b61.d.ts} +0 -0
- package/select/esm/{hook-29b7502d.js → hook-ad760b61.js} +3 -3
- package/select/esm/index.js +3 -3
- package/select/esm/{intersection-observer-8f21105d.d.ts → intersection-observer-e5cee21e.d.ts} +0 -0
- package/select/esm/{intersection-observer-8f21105d.js → intersection-observer-e5cee21e.js} +0 -0
- package/select/esm/presets/index.js +3 -3
- package/select/esm/presets/useLazyLoading/hook.js +3 -3
- package/select/esm/presets/useLazyLoading/index.css +2 -2
- package/select/esm/presets/useSelectWithApply/hook.js +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/{tslib.es6-2a05363e.d.ts → tslib.es6-877b9695.d.ts} +0 -0
- package/select/esm/{tslib.es6-2a05363e.js → tslib.es6-877b9695.js} +0 -0
- package/select/{hook-79137119.d.ts → hook-b5dec5da.d.ts} +0 -0
- package/select/{hook-79137119.js → hook-b5dec5da.js} +3 -3
- package/select/index.js +3 -3
- package/select/{intersection-observer-23316031.d.ts → intersection-observer-cb877b82.d.ts} +0 -0
- package/select/{intersection-observer-23316031.js → intersection-observer-cb877b82.js} +0 -0
- 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 +7 -7
- 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 +6 -6
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +12 -12
- package/select/modern/{hook-e4f14d72.d.ts → hook-2c7fd2b8.d.ts} +0 -0
- package/select/modern/{hook-e4f14d72.js → hook-2c7fd2b8.js} +2 -2
- package/select/modern/index.js +2 -2
- package/select/modern/{intersection-observer-8f21105d.d.ts → intersection-observer-e5cee21e.d.ts} +0 -0
- package/select/modern/{intersection-observer-8f21105d.js → intersection-observer-e5cee21e.js} +0 -0
- package/select/modern/presets/index.js +2 -2
- package/select/modern/presets/useLazyLoading/hook.js +2 -2
- package/select/modern/presets/useLazyLoading/index.css +2 -2
- package/select/modern/presets/useSelectWithApply/hook.js +2 -2
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -2
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +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 +3 -3
- package/select/presets/useLazyLoading/hook.js +3 -3
- package/select/presets/useLazyLoading/index.css +2 -2
- package/select/presets/useSelectWithApply/hook.js +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/select/presets/useSelectWithLoading/hook.js +2 -2
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/{tslib.es6-8b9e19c1.d.ts → tslib.es6-4db16fbd.d.ts} +0 -0
- package/select/{tslib.es6-8b9e19c1.js → tslib.es6-4db16fbd.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 +10 -10
- 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 +30 -30
- 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 +10 -10
- 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 +30 -30
- 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-ffbe3674.d.ts → tslib.es6-eee38a17.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-ffbe3674.js → tslib.es6-eee38a17.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 +10 -10
- package/select-with-tags/modern/components/tag-list/component.js +1 -1
- package/select-with-tags/modern/components/tag-list/index.css +30 -30
- package/select-with-tags/{tslib.es6-763f72bc.d.ts → tslib.es6-b260d9b1.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-763f72bc.js → tslib.es6-b260d9b1.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 +10 -10
- package/skeleton/index.css +10 -10
- package/skeleton/modern/Component.js +1 -1
- package/skeleton/modern/index.css +10 -10
- 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 +1 -1
- package/slider-input/esm/Component.js +1 -1
- package/slider-input/esm/index.css +17 -17
- package/slider-input/index.css +17 -17
- package/slider-input/modern/Component.js +1 -1
- package/slider-input/modern/index.css +17 -17
- package/space/Component.js +2 -2
- package/space/{Item-cd45d07c.d.ts → Item-e50e358b.d.ts} +0 -0
- package/space/{Item-cd45d07c.js → Item-e50e358b.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +2 -2
- package/space/esm/{Item-4d14198a.d.ts → Item-e84d4ea3.d.ts} +0 -0
- package/space/esm/{Item-4d14198a.js → Item-e84d4ea3.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/table/component.js +1 -1
- package/table/components/index.js +1 -1
- package/table/components/pagination/Component.js +2 -2
- package/table/components/pagination/index.css +8 -8
- package/table/components/pagination/index.js +1 -1
- package/table/components/pagination/select-field/index.css +4 -4
- package/table/components/pagination/select-field/index.js +2 -2
- package/table/components/table/Component.js +2 -2
- package/table/components/table/index.css +6 -6
- package/table/components/table/index.js +1 -1
- package/table/components/table/utils.js +1 -1
- package/table/components/tbody/Component.js +2 -2
- package/table/components/tbody/index.css +2 -2
- package/table/components/tbody/index.js +1 -1
- package/table/components/tcell/Component.js +2 -2
- package/table/components/tcell/index.css +4 -4
- package/table/components/tcell/index.js +1 -1
- package/table/components/texpandable-row/Component.js +2 -2
- package/table/components/texpandable-row/index.css +5 -5
- package/table/components/texpandable-row/index.js +1 -1
- package/table/components/thead/Component.js +2 -2
- package/table/components/thead/index.css +6 -6
- package/table/components/thead/index.js +1 -1
- package/table/components/thead-cell/Component.js +2 -2
- package/table/components/thead-cell/index.css +5 -5
- package/table/components/thead-cell/index.js +1 -1
- package/table/components/trow/Component.js +2 -2
- package/table/components/trow/index.css +8 -8
- package/table/components/trow/index.js +1 -1
- package/table/components/tsortable-head-cell/Component.js +2 -2
- package/table/components/tsortable-head-cell/index.css +9 -9
- package/table/components/tsortable-head-cell/index.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/component.js +1 -1
- package/table/esm/components/index.js +1 -1
- package/table/esm/components/pagination/Component.js +2 -2
- package/table/esm/components/pagination/index.css +8 -8
- package/table/esm/components/pagination/index.js +1 -1
- package/table/esm/components/pagination/select-field/index.css +4 -4
- package/table/esm/components/pagination/select-field/index.js +2 -2
- package/table/esm/components/table/Component.js +2 -2
- package/table/esm/components/table/index.css +6 -6
- package/table/esm/components/table/index.js +1 -1
- package/table/esm/components/table/utils.js +1 -1
- package/table/esm/components/tbody/Component.js +2 -2
- package/table/esm/components/tbody/index.css +2 -2
- package/table/esm/components/tbody/index.js +1 -1
- package/table/esm/components/tcell/Component.js +2 -2
- package/table/esm/components/tcell/index.css +4 -4
- package/table/esm/components/tcell/index.js +1 -1
- package/table/esm/components/texpandable-row/Component.js +2 -2
- package/table/esm/components/texpandable-row/index.css +5 -5
- package/table/esm/components/texpandable-row/index.js +1 -1
- package/table/esm/components/thead/Component.js +2 -2
- package/table/esm/components/thead/index.css +6 -6
- package/table/esm/components/thead/index.js +1 -1
- package/table/esm/components/thead-cell/Component.js +2 -2
- package/table/esm/components/thead-cell/index.css +5 -5
- package/table/esm/components/thead-cell/index.js +1 -1
- package/table/esm/components/trow/Component.js +2 -2
- package/table/esm/components/trow/index.css +8 -8
- package/table/esm/components/trow/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/Component.js +2 -2
- package/table/esm/components/tsortable-head-cell/index.css +9 -9
- package/table/esm/components/tsortable-head-cell/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/index.js +1 -1
- package/table/esm/{tslib.es6-a18508b0.d.ts → tslib.es6-e902bb8e.d.ts} +0 -0
- package/table/esm/{tslib.es6-a18508b0.js → tslib.es6-e902bb8e.js} +0 -0
- package/table/index.js +1 -1
- package/table/modern/components/pagination/Component.js +1 -1
- package/table/modern/components/pagination/index.css +8 -8
- package/table/modern/components/pagination/select-field/index.css +4 -4
- package/table/modern/components/pagination/select-field/index.js +1 -1
- package/table/modern/components/table/Component.js +1 -1
- package/table/modern/components/table/index.css +6 -6
- package/table/modern/components/tbody/Component.js +1 -1
- package/table/modern/components/tbody/index.css +2 -2
- package/table/modern/components/tcell/Component.js +1 -1
- package/table/modern/components/tcell/index.css +4 -4
- package/table/modern/components/texpandable-row/Component.js +1 -1
- package/table/modern/components/texpandable-row/index.css +5 -5
- package/table/modern/components/thead/Component.js +1 -1
- package/table/modern/components/thead/index.css +6 -6
- package/table/modern/components/thead-cell/Component.js +1 -1
- package/table/modern/components/thead-cell/index.css +5 -5
- package/table/modern/components/trow/Component.js +1 -1
- package/table/modern/components/trow/index.css +8 -8
- package/table/modern/components/tsortable-head-cell/Component.js +1 -1
- package/table/modern/components/tsortable-head-cell/index.css +9 -9
- package/table/{tslib.es6-8441c6b7.d.ts → tslib.es6-dfc33ba7.d.ts} +0 -0
- package/table/{tslib.es6-8441c6b7.js → tslib.es6-dfc33ba7.js} +0 -0
- package/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +3 -3
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/primary-tablist/index.css +22 -18
- package/tabs/components/primary-tablist/mobile.css +32 -22
- package/tabs/components/scrollable-container/Component.js +1 -1
- package/tabs/components/scrollable-container/index.css +9 -2
- package/tabs/components/secondary-tablist/Component.desktop.js +4 -4
- 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 +27 -31
- package/tabs/components/secondary-tablist/mobile.css +35 -33
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +2 -2
- package/tabs/components/tabs/Component.desktop.js +4 -4
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/cssm/components/primary-tablist/index.module.css +6 -2
- package/tabs/cssm/components/primary-tablist/mobile.module.css +4 -0
- package/tabs/cssm/components/scrollable-container/index.module.css +7 -0
- package/tabs/cssm/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/cssm/components/secondary-tablist/index.module.css +20 -24
- package/tabs/cssm/components/secondary-tablist/mobile.module.css +4 -3
- package/tabs/cssm/components/tabs/Component.desktop.js +1 -1
- package/tabs/cssm/typings.d.ts +1 -1
- package/tabs/cssm/vars.css +4 -0
- 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 +3 -3
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/primary-tablist/index.css +22 -18
- package/tabs/esm/components/primary-tablist/mobile.css +32 -22
- package/tabs/esm/components/scrollable-container/Component.js +1 -1
- package/tabs/esm/components/scrollable-container/index.css +9 -2
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +4 -4
- 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 +27 -31
- package/tabs/esm/components/secondary-tablist/mobile.css +35 -33
- 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 +4 -4
- 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-5a614d30.js +4 -0
- package/tabs/esm/index.module-ae07ffd2.js +4 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-e8091591.d.ts → tslib.es6-c35cab6f.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-e8091591.js → tslib.es6-c35cab6f.js} +0 -0
- package/tabs/esm/typings.d.ts +1 -1
- package/tabs/index.js +3 -3
- package/tabs/index.module-dd84aa53.js +4 -0
- package/tabs/index.module-ea171780.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.mobile.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/primary-tablist/index.css +22 -18
- package/tabs/modern/components/primary-tablist/mobile.css +32 -22
- package/tabs/modern/components/scrollable-container/Component.js +1 -1
- package/tabs/modern/components/scrollable-container/index.css +9 -2
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +2 -2
- 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 +27 -31
- package/tabs/modern/components/secondary-tablist/mobile.css +35 -33
- 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 +3 -3
- 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-5a614d30.js +4 -0
- package/tabs/modern/index.module-ae07ffd2.js +4 -0
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/modern/typings.d.ts +1 -1
- package/tabs/responsive.js +3 -3
- package/tabs/{tslib.es6-87d68d8d.d.ts → tslib.es6-bdf56a24.d.ts} +0 -0
- package/tabs/{tslib.es6-87d68d8d.js → tslib.es6-bdf56a24.js} +0 -0
- package/tabs/typings.d.ts +1 -1
- package/tag/Component.js +3 -3
- package/tag/default.css +7 -7
- package/tag/esm/Component.js +3 -3
- package/tag/esm/default.css +7 -7
- package/tag/esm/index.css +35 -35
- package/tag/esm/inverted.css +7 -7
- package/tag/index.css +35 -35
- package/tag/inverted.css +7 -7
- package/tag/modern/Component.js +3 -3
- package/tag/modern/default.css +7 -7
- package/tag/modern/index.css +35 -35
- 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/intranet.css +19 -0
- package/themes/checkbox/intranet.css +19 -0
- package/themes/compiled/mobile-dark-bluetint.css +214 -214
- package/themes/confirmation/intranet.css +7 -0
- package/themes/dist/button/intranet.css +19 -0
- package/themes/dist/checkbox/intranet.css +19 -0
- package/themes/dist/compiled/mobile-dark-bluetint.css +611 -611
- package/themes/dist/confirmation/intranet.css +7 -0
- package/themes/dist/form-control/intranet.css +34 -0
- package/themes/dist/input/intranet.css +13 -0
- package/themes/dist/intranet.css +603 -0
- package/themes/dist/mixins/button/intranet.css +19 -0
- package/themes/dist/mixins/checkbox/intranet.css +19 -0
- package/themes/dist/mixins/confirmation/intranet.css +7 -0
- package/themes/dist/mixins/form-control/intranet.css +34 -0
- package/themes/dist/mixins/input/intranet.css +13 -0
- package/themes/dist/mixins/intranet.css +21 -0
- package/themes/dist/mixins/mobile.css +0 -2
- package/themes/dist/mixins/radio/intranet.css +19 -0
- package/themes/dist/mixins/slider/intranet.css +5 -0
- package/themes/dist/mixins/slider-input/intranet.css +3 -0
- package/themes/dist/mixins/tag/intranet.css +13 -0
- package/themes/dist/mobile.css +182 -175
- package/themes/dist/radio/intranet.css +19 -0
- package/themes/dist/slider/intranet.css +5 -0
- package/themes/dist/slider-input/intranet.css +3 -0
- package/themes/dist/tag/intranet.css +13 -0
- package/themes/form-control/intranet.css +34 -0
- package/themes/input/intranet.css +13 -0
- package/themes/intranet.css +603 -0
- package/themes/mixins/button/intranet.css +19 -0
- package/themes/mixins/checkbox/intranet.css +19 -0
- package/themes/mixins/confirmation/intranet.css +7 -0
- package/themes/mixins/form-control/intranet.css +34 -0
- package/themes/mixins/input/intranet.css +13 -0
- package/themes/mixins/intranet.css +21 -0
- package/themes/mixins/mobile.css +0 -2
- package/themes/mixins/radio/intranet.css +19 -0
- package/themes/mixins/slider/intranet.css +5 -0
- package/themes/mixins/slider-input/intranet.css +3 -0
- package/themes/mixins/tag/intranet.css +13 -0
- package/themes/mobile.css +182 -175
- package/themes/radio/intranet.css +19 -0
- package/themes/slider/intranet.css +5 -0
- package/themes/slider-input/intranet.css +3 -0
- package/themes/tag/intranet.css +13 -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-1bfeb08c.d.ts → Component-54bd685f.d.ts} +0 -0
- package/tooltip/{Component-1bfeb08c.js → Component-54bd685f.js} +1 -1
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +2 -2
- package/tooltip/esm/{Component-f53d968a.d.ts → Component-f16fc239.d.ts} +0 -0
- package/tooltip/esm/{Component-f53d968a.js → Component-f16fc239.js} +1 -1
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +2 -2
- package/tooltip/esm/index.css +7 -7
- package/tooltip/esm/index.d.ts +1 -1
- package/tooltip/esm/index.js +1 -1
- package/tooltip/esm/responsive.css +2 -2
- package/tooltip/esm/responsive.js +1 -1
- package/tooltip/index.css +7 -7
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/modern/Component.js +1 -1
- package/tooltip/modern/component.responsive.js +1 -1
- package/tooltip/modern/index.css +7 -7
- package/tooltip/modern/responsive.css +2 -2
- package/tooltip/responsive.css +2 -2
- package/tooltip/responsive.js +1 -1
- package/typography/colors.css +12 -12
- package/typography/{colors.module-dfac8699.d.ts → colors.module-a1a6a9cb.d.ts} +0 -0
- package/typography/{colors.module-dfac8699.js → colors.module-a1a6a9cb.js} +1 -1
- package/typography/common.module-aedebaad.js +4 -0
- package/typography/component.js +2 -2
- package/typography/esm/colors.css +12 -12
- package/typography/esm/{colors.module-d504afc7.d.ts → colors.module-8fb951aa.d.ts} +0 -0
- package/typography/esm/{colors.module-d504afc7.js → colors.module-8fb951aa.js} +1 -1
- package/typography/esm/common.module-cc3764e6.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-32d211b4.js +4 -0
- package/typography/modern/common.module-cc3764e6.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/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/grid/esm/gutters.module-d2db8335.js +0 -27
- package/grid/gutters.module-2b232af8.js +0 -28
- package/grid/modern/gutters.module-0f5462ed.js +0 -4
- package/modal/esm/transitions.module-027dd21d.js +0 -4
- package/modal/modern/transitions.module-027dd21d.js +0 -4
- package/modal/transitions.module-ac51ff87.js +0 -4
- package/tabs/esm/index.module-501b1d54.js +0 -4
- package/tabs/esm/index.module-f0ed8859.js +0 -4
- package/tabs/index.module-ab90fc8c.js +0 -4
- package/tabs/index.module-b3dcd755.js +0 -4
- package/tabs/modern/index.module-501b1d54.js +0 -4
- package/tabs/modern/index.module-f0ed8859.js +0 -4
- package/typography/common.module-e03e37d7.js +0 -4
- package/typography/esm/common.module-db612a4f.js +0 -4
- package/typography/modern/colors.module-d8b2e4b0.js +0 -4
- package/typography/modern/common.module-db612a4f.js +0 -4
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@define-mixin checkbox-intranet {
|
|
2
|
+
/* unchecked */
|
|
3
|
+
--checkbox-bg-color: var(--color-light-graphic-primary-inverted);
|
|
4
|
+
--checkbox-border-color: var(--color-light-graphic-secondary);
|
|
5
|
+
--checkbox-hover-bg-color: var(--color-light-graphic-primary-inverted);
|
|
6
|
+
--checkbox-hover-border-color: var(--color-light-graphic-secondary);
|
|
7
|
+
|
|
8
|
+
/* active */
|
|
9
|
+
--checkbox-active-bg-color: var(--color-light-graphic-primary-inverted);
|
|
10
|
+
--checkbox-active-border-color: var(--color-light-border-key);
|
|
11
|
+
|
|
12
|
+
/* checked */
|
|
13
|
+
--checkbox-checked-hover-bg-color: var(--color-light-graphic-primary-shade-10);
|
|
14
|
+
--checkbox-checked-active-bg-color: var(--color-light-graphic-primary-shade-30);
|
|
15
|
+
--checkbox-checked-bg-color: var(--color-light-graphic-primary);
|
|
16
|
+
|
|
17
|
+
/* icon */
|
|
18
|
+
--checkbox-icon-color: var(--color-light-graphic-primary-inverted);
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
@define-mixin form-control-intranet {
|
|
2
|
+
/* theme */
|
|
3
|
+
--form-control-border-radius: var(--border-radius-l);
|
|
4
|
+
--form-control-border-bottom: 0;
|
|
5
|
+
--form-control-inverted-border-bottom: 0;
|
|
6
|
+
--form-control-bg-color: var(--color-light-bg-secondary);
|
|
7
|
+
--form-control-inverted-bg-color: var(--color-light-bg-secondary-inverted);
|
|
8
|
+
|
|
9
|
+
/* disabled */
|
|
10
|
+
--form-control-disabled-opacity: 0.5;
|
|
11
|
+
--form-control-disabled-border-bottom: 0;
|
|
12
|
+
--form-control-inverted-disabled-border-bottom: 0;
|
|
13
|
+
--form-control-disabled-bg-color: var(--color-light-bg-secondary);
|
|
14
|
+
--form-control-inverted-disabled-bg-color: var(--color-light-bg-secondary-inverted);
|
|
15
|
+
|
|
16
|
+
/* focus */
|
|
17
|
+
--form-control-focus-border-bottom: 0;
|
|
18
|
+
--form-control-inverted-focus-border-bottom: 0;
|
|
19
|
+
--form-control-focus-bg-color: var(--color-light-bg-secondary);
|
|
20
|
+
--form-control-inverted-focus-bg-color: var(--color-light-bg-secondary-inverted);
|
|
21
|
+
--form-control-hover-bg-color: var(--color-light-bg-secondary);
|
|
22
|
+
--form-control-inverted-hover-bg-color: var(--color-light-bg-secondary-inverted);
|
|
23
|
+
|
|
24
|
+
/* error */
|
|
25
|
+
--form-control-error-label-color: var(--color-light-text-negative);
|
|
26
|
+
--form-control-inverted-error-label-color: var(--color-light-text-accent);
|
|
27
|
+
--form-control-error-shadow: none;
|
|
28
|
+
--form-control-inverted-error-shadow: none;
|
|
29
|
+
--form-control-error-border-bottom: 0;
|
|
30
|
+
--form-control-inverted-error-border-bottom: 0;
|
|
31
|
+
|
|
32
|
+
/* paddings */
|
|
33
|
+
--form-control-sub-paddings: 0 var(--gap-2xs);
|
|
34
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@define-mixin input-intranet {
|
|
2
|
+
/* theme */
|
|
3
|
+
--input-error-color: var(--color-light-text-negative);
|
|
4
|
+
--input-inverted-error-color: var(--color-light-text-accent);
|
|
5
|
+
--input-error-icon-display: none;
|
|
6
|
+
--input-disabled-color: var(--color-light-text-primary);
|
|
7
|
+
--input-inverted-disabled-color: var(--color-light-text-primary-inverted);
|
|
8
|
+
--input-focus-placeholder-color: var(--color-light-text-tertiary-transparent);
|
|
9
|
+
--input-inverted-focus-placeholder-color: var(--color-light-text-tertiary-inverted-transparent);
|
|
10
|
+
--input-caret-color: var(--color-light-text-link);
|
|
11
|
+
--input-inverted-caret-color: var(--color-light-text-link);
|
|
12
|
+
--input-error-icon-not-alone-display: none;
|
|
13
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@import './button/intranet.css';
|
|
2
|
+
@import './form-control/intranet.css';
|
|
3
|
+
@import './tag/intranet.css';
|
|
4
|
+
@import './checkbox/intranet.css';
|
|
5
|
+
@import './radio/intranet.css';
|
|
6
|
+
@import './confirmation/intranet.css';
|
|
7
|
+
@import './input/intranet.css';
|
|
8
|
+
@import './slider/intranet.css';
|
|
9
|
+
@import './slider-input/intranet.css';
|
|
10
|
+
|
|
11
|
+
@define-mixin theme-intranet {
|
|
12
|
+
@mixin button-intranet;
|
|
13
|
+
@mixin tag-intranet;
|
|
14
|
+
@mixin checkbox-intranet;
|
|
15
|
+
@mixin radio-intranet;
|
|
16
|
+
@mixin confirmation-intranet;
|
|
17
|
+
@mixin form-control-intranet;
|
|
18
|
+
@mixin input-intranet;
|
|
19
|
+
@mixin slider-intranet;
|
|
20
|
+
@mixin slider-input-intranet;
|
|
21
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import './button/mobile.css';
|
|
2
2
|
@import './form-control/mobile.css';
|
|
3
|
-
@import './input/mobile.css';
|
|
4
3
|
@import './tag/mobile.css';
|
|
5
4
|
@import './checkbox/mobile.css';
|
|
6
5
|
@import './radio/mobile.css';
|
|
@@ -15,7 +14,6 @@
|
|
|
15
14
|
@mixin checkbox-mobile;
|
|
16
15
|
@mixin radio-mobile;
|
|
17
16
|
@mixin confirmation-mobile;
|
|
18
|
-
@mixin input-mobile;
|
|
19
17
|
@mixin form-control-mobile;
|
|
20
18
|
@mixin input-mobile;
|
|
21
19
|
@mixin slider-mobile;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@define-mixin radio-intranet {
|
|
2
|
+
/* unchecked */
|
|
3
|
+
--radio-bg-color: var(--color-light-graphic-primary-inverted);
|
|
4
|
+
--radio-border-color: var(--color-light-graphic-secondary);
|
|
5
|
+
--radio-hover-bg-color: var(--color-light-graphic-primary-inverted);
|
|
6
|
+
--radio-hover-border-color: var(--color-light-graphic-secondary);
|
|
7
|
+
|
|
8
|
+
/* active */
|
|
9
|
+
--radio-active-bg-color: var(--color-light-graphic-primary-inverted);
|
|
10
|
+
--radio-active-border-color: var(--color-light-border-key);
|
|
11
|
+
|
|
12
|
+
/* checked */
|
|
13
|
+
--radio-checked-hover-bg-color: var(--color-light-graphic-primary-shade-10);
|
|
14
|
+
--radio-checked-active-bg-color: var(--color-light-graphic-primary-shade-30);
|
|
15
|
+
--radio-checked-bg-color: var(--color-light-graphic-primary);
|
|
16
|
+
|
|
17
|
+
/* icon */
|
|
18
|
+
--radio-icon-color: var(--color-light-graphic-primary-inverted);
|
|
19
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@define-mixin tag-intranet {
|
|
2
|
+
/* theme */
|
|
3
|
+
--tag-background-color: var(--color-light-bg-secondary);
|
|
4
|
+
--tag-background-color-hover: var(--color-light-bg-secondary);
|
|
5
|
+
--tag-background-color-checked: var(--color-light-bg-secondary-inverted);
|
|
6
|
+
--tag-background-color-active: var(--color-light-bg-secondary-inverted-alpha-7);
|
|
7
|
+
--tag-background-color-checked-disabled: var(--color-light-bg-secondary-inverted-alpha-15);
|
|
8
|
+
--tag-border-color: transparent;
|
|
9
|
+
--tag-border-color-hover: transparent;
|
|
10
|
+
--tag-border-color-active: transparent;
|
|
11
|
+
--tag-border-color-checked: transparent;
|
|
12
|
+
--tag-border-color-disabled: transparent;
|
|
13
|
+
}
|
package/themes/dist/mobile.css
CHANGED
|
@@ -64,145 +64,155 @@
|
|
|
64
64
|
}
|
|
65
65
|
:root {
|
|
66
66
|
--color-dark-bg-accent: #ef3124;
|
|
67
|
-
--color-dark-bg-attention-muted: #
|
|
67
|
+
--color-dark-bg-attention-muted: #432000;
|
|
68
68
|
--color-dark-bg-info: #001c3c;
|
|
69
|
-
--color-dark-bg-negative-muted: #
|
|
70
|
-
--color-dark-bg-neutral: #
|
|
71
|
-
--color-dark-bg-opaque: rgba(
|
|
72
|
-
--color-dark-bg-overlay: rgba(0, 0, 0, 0.
|
|
73
|
-
--color-dark-bg-positive-muted: #
|
|
74
|
-
--color-dark-bg-primary: #
|
|
69
|
+
--color-dark-bg-negative-muted: #410903;
|
|
70
|
+
--color-dark-bg-neutral: #485767;
|
|
71
|
+
--color-dark-bg-opaque: rgba(11, 31, 53, 0.6);
|
|
72
|
+
--color-dark-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
73
|
+
--color-dark-bg-positive-muted: #06311e;
|
|
74
|
+
--color-dark-bg-primary: #0b1f35;
|
|
75
75
|
--color-dark-bg-primary-inverted: #fff;
|
|
76
|
-
--color-dark-bg-secondary: #
|
|
77
|
-
--color-dark-bg-secondary-inverted: #
|
|
78
|
-
--color-dark-bg-tertiary: #
|
|
79
|
-
--color-dark-bg-tertiary-inverted: #
|
|
76
|
+
--color-dark-bg-secondary: #233549;
|
|
77
|
+
--color-dark-bg-secondary-inverted: #b6bcc3;
|
|
78
|
+
--color-dark-bg-tertiary: #3c4c5d;
|
|
79
|
+
--color-dark-bg-tertiary-inverted: #6d7986;
|
|
80
80
|
--color-dark-border-accent: #ef3124;
|
|
81
81
|
--color-dark-border-key: #fff;
|
|
82
|
-
--color-dark-border-key-inverted: #
|
|
83
|
-
--color-dark-border-
|
|
84
|
-
--color-dark-border-
|
|
85
|
-
--color-dark-border-secondary
|
|
86
|
-
--color-dark-border-
|
|
87
|
-
--color-dark-border-tertiary
|
|
82
|
+
--color-dark-border-key-inverted: #0b1f35;
|
|
83
|
+
--color-dark-border-link: #007aff;
|
|
84
|
+
--color-dark-border-primary: #485767;
|
|
85
|
+
--color-dark-border-secondary: #3c4c5d;
|
|
86
|
+
--color-dark-border-secondary-inverted: #6d7986;
|
|
87
|
+
--color-dark-border-tertiary: #233549;
|
|
88
|
+
--color-dark-border-tertiary-inverted: #b6bcc3;
|
|
89
|
+
--color-dark-border-underline: #6d7986;
|
|
90
|
+
--color-dark-border-underline-inverted: #b6bcc3;
|
|
88
91
|
--color-dark-graphic-accent: #ef3124;
|
|
89
|
-
--color-dark-graphic-attention: #
|
|
90
|
-
--color-dark-graphic-link: #
|
|
91
|
-
--color-dark-graphic-negative: #
|
|
92
|
-
--color-dark-graphic-neutral: #
|
|
92
|
+
--color-dark-graphic-attention: #e58933;
|
|
93
|
+
--color-dark-graphic-link: #007aff;
|
|
94
|
+
--color-dark-graphic-negative: #f15045;
|
|
95
|
+
--color-dark-graphic-neutral: #485767;
|
|
93
96
|
--color-dark-graphic-positive: #2fc26e;
|
|
94
97
|
--color-dark-graphic-primary: #fff;
|
|
95
|
-
--color-dark-graphic-primary-inverted: #
|
|
96
|
-
--color-dark-graphic-secondary: #
|
|
97
|
-
--color-dark-graphic-
|
|
98
|
-
--color-dark-
|
|
99
|
-
--color-dark-specialbg-
|
|
100
|
-
--color-dark-specialbg-
|
|
101
|
-
--color-dark-specialbg-
|
|
98
|
+
--color-dark-graphic-primary-inverted: #0b1f35;
|
|
99
|
+
--color-dark-graphic-secondary: #b6bcc3;
|
|
100
|
+
--color-dark-graphic-secondary-inverted: #233549;
|
|
101
|
+
--color-dark-graphic-tertiary: #6d7986;
|
|
102
|
+
--color-dark-specialbg-component: #485767;
|
|
103
|
+
--color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
|
|
104
|
+
--color-dark-specialbg-nulled: rgba(11, 31, 53, 0);
|
|
105
|
+
--color-dark-specialbg-primary-grouped: #0b1f35;
|
|
106
|
+
--color-dark-specialbg-secondary-grouped: #233549;
|
|
107
|
+
--color-dark-specialbg-tertiary-grouped: #3c4c5d;
|
|
102
108
|
--color-dark-text-accent: #ef3124;
|
|
103
|
-
--color-dark-text-attention: #
|
|
104
|
-
--color-dark-text-disabled: #
|
|
105
|
-
--color-dark-text-disabled-transparent: rgba(
|
|
106
|
-
--color-dark-text-link: #
|
|
107
|
-
--color-dark-text-negative: #
|
|
109
|
+
--color-dark-text-attention: #de6a00;
|
|
110
|
+
--color-dark-text-disabled: #485767;
|
|
111
|
+
--color-dark-text-disabled-transparent: rgba(255, 255, 255, 0.25);
|
|
112
|
+
--color-dark-text-link: #007aff;
|
|
113
|
+
--color-dark-text-negative: #d91d0b;
|
|
108
114
|
--color-dark-text-positive: #13a463;
|
|
109
115
|
--color-dark-text-primary: #fff;
|
|
110
|
-
--color-dark-text-primary-inverted: #
|
|
111
|
-
--color-dark-text-secondary: #
|
|
112
|
-
--color-dark-text-secondary-inverted: #
|
|
113
|
-
--color-dark-text-secondary-inverted-transparent: rgba(
|
|
114
|
-
--color-dark-text-secondary-transparent: rgba(
|
|
115
|
-
--color-dark-text-tertiary: #
|
|
116
|
-
--color-dark-text-tertiary-inverted: #
|
|
117
|
-
--color-dark-text-tertiary-inverted-transparent: rgba(
|
|
118
|
-
--color-dark-text-tertiary-transparent: rgba(
|
|
116
|
+
--color-dark-text-primary-inverted: #0b1f35;
|
|
117
|
+
--color-dark-text-secondary: #b6bcc3;
|
|
118
|
+
--color-dark-text-secondary-inverted: #6d7986;
|
|
119
|
+
--color-dark-text-secondary-inverted-transparent: rgba(11, 31, 53, 0.6);
|
|
120
|
+
--color-dark-text-secondary-transparent: rgba(255, 255, 255, 0.7);
|
|
121
|
+
--color-dark-text-tertiary: #6d7986;
|
|
122
|
+
--color-dark-text-tertiary-inverted: #b6bcc3;
|
|
123
|
+
--color-dark-text-tertiary-inverted-transparent: rgba(11, 31, 53, 0.3);
|
|
124
|
+
--color-dark-text-tertiary-transparent: rgba(255, 255, 255, 0.4);
|
|
119
125
|
--color-light-bg-accent: #ef3124;
|
|
120
|
-
--color-light-bg-attention-muted: #
|
|
126
|
+
--color-light-bg-attention-muted: #fff3e0;
|
|
121
127
|
--color-light-bg-info: #d6e8fc;
|
|
122
|
-
--color-light-bg-negative-muted: #
|
|
123
|
-
--color-light-bg-neutral: #
|
|
124
|
-
--color-light-bg-opaque: rgba(255, 255, 255, 0.
|
|
128
|
+
--color-light-bg-negative-muted: #feebea;
|
|
129
|
+
--color-light-bg-neutral: #dbdee1;
|
|
130
|
+
--color-light-bg-opaque: rgba(255, 255, 255, 0.6);
|
|
125
131
|
--color-light-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
126
|
-
--color-light-bg-positive-muted: #
|
|
132
|
+
--color-light-bg-positive-muted: #ebf9f1;
|
|
127
133
|
--color-light-bg-primary: #fff;
|
|
128
|
-
--color-light-bg-primary-inverted: #
|
|
134
|
+
--color-light-bg-primary-inverted: #0b1f35;
|
|
129
135
|
--color-light-bg-secondary: #f3f4f5;
|
|
130
|
-
--color-light-bg-secondary-inverted: #
|
|
131
|
-
--color-light-bg-tertiary: #
|
|
132
|
-
--color-light-bg-tertiary-inverted: #
|
|
136
|
+
--color-light-bg-secondary-inverted: #233549;
|
|
137
|
+
--color-light-bg-tertiary: #e7e9eb;
|
|
138
|
+
--color-light-bg-tertiary-inverted: #3c4c5d;
|
|
133
139
|
--color-light-border-accent: #ef3124;
|
|
134
|
-
--color-light-border-key: #
|
|
140
|
+
--color-light-border-key: #0b1f35;
|
|
135
141
|
--color-light-border-key-inverted: #fff;
|
|
136
|
-
--color-light-border-
|
|
137
|
-
--color-light-border-
|
|
138
|
-
--color-light-border-secondary
|
|
142
|
+
--color-light-border-link: #007aff;
|
|
143
|
+
--color-light-border-primary: #dbdee1;
|
|
144
|
+
--color-light-border-secondary: #e7e9eb;
|
|
145
|
+
--color-light-border-secondary-inverted: #b6bcc3;
|
|
139
146
|
--color-light-border-tertiary: #f3f4f5;
|
|
140
|
-
--color-light-border-tertiary-inverted: #
|
|
147
|
+
--color-light-border-tertiary-inverted: #6d7986;
|
|
148
|
+
--color-light-border-underline: #b6bcc3;
|
|
149
|
+
--color-light-border-underline-inverted: #6d7986;
|
|
141
150
|
--color-light-graphic-accent: #ef3124;
|
|
142
|
-
--color-light-graphic-attention: #
|
|
143
|
-
--color-light-graphic-link: #
|
|
151
|
+
--color-light-graphic-attention: #e58933;
|
|
152
|
+
--color-light-graphic-link: #007aff;
|
|
144
153
|
--color-light-graphic-negative: #f15045;
|
|
145
|
-
--color-light-graphic-neutral: #
|
|
154
|
+
--color-light-graphic-neutral: #dbdee1;
|
|
146
155
|
--color-light-graphic-positive: #2fc26e;
|
|
147
|
-
--color-light-graphic-primary: #
|
|
156
|
+
--color-light-graphic-primary: #0b1f35;
|
|
148
157
|
--color-light-graphic-primary-inverted: #fff;
|
|
149
|
-
--color-light-graphic-secondary: #
|
|
150
|
-
--color-light-graphic-
|
|
158
|
+
--color-light-graphic-secondary: #6d7986;
|
|
159
|
+
--color-light-graphic-secondary-inverted: #f3f4f5;
|
|
160
|
+
--color-light-graphic-tertiary: #b6bcc3;
|
|
161
|
+
--color-light-specialbg-component: rgba(11, 31, 53, 0.07);
|
|
162
|
+
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.15);
|
|
151
163
|
--color-light-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
152
164
|
--color-light-specialbg-primary-grouped: #f3f4f5;
|
|
153
165
|
--color-light-specialbg-secondary-grouped: #fff;
|
|
154
166
|
--color-light-specialbg-tertiary-grouped: #f3f4f5;
|
|
155
167
|
--color-light-text-accent: #ef3124;
|
|
156
|
-
--color-light-text-attention: #
|
|
157
|
-
--color-light-text-disabled: #
|
|
158
|
-
--color-light-text-disabled-transparent: rgba(
|
|
159
|
-
--color-light-text-link: #
|
|
168
|
+
--color-light-text-attention: #de6a00;
|
|
169
|
+
--color-light-text-disabled: #dbdee1;
|
|
170
|
+
--color-light-text-disabled-transparent: rgba(11, 31, 53, 0.15);
|
|
171
|
+
--color-light-text-link: #007aff;
|
|
160
172
|
--color-light-text-negative: #d91d0b;
|
|
161
173
|
--color-light-text-positive: #13a463;
|
|
162
|
-
--color-light-text-primary: #
|
|
174
|
+
--color-light-text-primary: #0b1f35;
|
|
163
175
|
--color-light-text-primary-inverted: #fff;
|
|
164
|
-
--color-light-text-secondary: #
|
|
165
|
-
--color-light-text-secondary-inverted: #
|
|
166
|
-
--color-light-text-secondary-inverted-transparent: rgba(
|
|
167
|
-
--color-light-text-secondary-transparent: rgba(
|
|
168
|
-
--color-light-text-tertiary: #
|
|
169
|
-
--color-light-text-tertiary-inverted: #
|
|
170
|
-
--color-light-text-tertiary-inverted-transparent: rgba(
|
|
171
|
-
--color-light-text-tertiary-transparent: rgba(
|
|
176
|
+
--color-light-text-secondary: #546272;
|
|
177
|
+
--color-light-text-secondary-inverted: #b6bcc3;
|
|
178
|
+
--color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7);
|
|
179
|
+
--color-light-text-secondary-transparent: rgba(11, 31, 53, 0.7);
|
|
180
|
+
--color-light-text-tertiary: #b6bcc3;
|
|
181
|
+
--color-light-text-tertiary-inverted: #6d7986;
|
|
182
|
+
--color-light-text-tertiary-inverted-transparent: rgba(255, 255, 255, 0.4);
|
|
183
|
+
--color-light-text-tertiary-transparent: rgba(11, 31, 53, 0.3);
|
|
172
184
|
--color-static-bg-accent: #ef3124;
|
|
173
|
-
--color-static-bg-
|
|
174
|
-
--color-static-bg-neutral-light: #dcdcdd;
|
|
175
|
-
--color-static-bg-primary-dark: #121212;
|
|
185
|
+
--color-static-bg-primary-dark: #000;
|
|
176
186
|
--color-static-bg-primary-light: #fff;
|
|
177
|
-
--color-static-bg-secondary-dark: #
|
|
187
|
+
--color-static-bg-secondary-dark: #2b2b2b;
|
|
178
188
|
--color-static-bg-secondary-light: #f3f4f5;
|
|
179
189
|
--color-static-border-accent: #ef3124;
|
|
180
190
|
--color-static-graphic-accent: #ef3124;
|
|
181
|
-
--color-static-graphic-dark: #
|
|
191
|
+
--color-static-graphic-dark: #0b1f35;
|
|
182
192
|
--color-static-graphic-light: #fff;
|
|
183
193
|
--color-static-text-accent: #ef3124;
|
|
184
|
-
--color-static-text-primary-dark: #
|
|
194
|
+
--color-static-text-primary-dark: #0b1f35;
|
|
185
195
|
--color-static-text-primary-light: #fff;
|
|
186
|
-
--color-static-text-secondary-dark: #
|
|
187
|
-
--color-static-text-secondary-dark-transparent: rgba(
|
|
188
|
-
--color-static-text-secondary-light: #
|
|
189
|
-
--color-static-text-secondary-light-transparent: rgba(
|
|
190
|
-
--color-static-text-tertiary-dark: #
|
|
191
|
-
--color-static-text-tertiary-dark-transparent: rgba(
|
|
192
|
-
--color-static-text-tertiary-light: #
|
|
193
|
-
--color-static-text-tertiary-light-transparent: rgba(
|
|
196
|
+
--color-static-text-secondary-dark: #6d7986;
|
|
197
|
+
--color-static-text-secondary-dark-transparent: rgba(11, 31, 53, 0.6);
|
|
198
|
+
--color-static-text-secondary-light: #b6bcc3;
|
|
199
|
+
--color-static-text-secondary-light-transparent: rgba(255, 255, 255, 0.7);
|
|
200
|
+
--color-static-text-tertiary-dark: #b6bcc3;
|
|
201
|
+
--color-static-text-tertiary-dark-transparent: rgba(11, 31, 53, 0.3);
|
|
202
|
+
--color-static-text-tertiary-light: #6d7986;
|
|
203
|
+
--color-static-text-tertiary-light-transparent: rgba(255, 255, 255, 0.4);
|
|
194
204
|
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
195
205
|
--color-dark-bg-accent-tint-7: rgb(240, 63, 51);
|
|
196
206
|
--color-dark-bg-accent-tint-10: rgb(241, 70, 58);
|
|
197
207
|
--color-dark-bg-accent-tint-15: rgb(241, 80, 69);
|
|
198
208
|
--color-dark-bg-accent-tint-30: rgb(244, 111, 102);
|
|
199
|
-
--color-dark-bg-neutral-alpha-30: rgba(
|
|
200
|
-
--color-dark-bg-neutral-tint-7: rgb(
|
|
201
|
-
--color-dark-bg-neutral-tint-10: rgb(
|
|
202
|
-
--color-dark-bg-neutral-tint-15: rgb(
|
|
203
|
-
--color-dark-bg-neutral-tint-30: rgb(
|
|
204
|
-
--color-dark-bg-neutral-shade-15: rgb(
|
|
205
|
-
--color-dark-bg-primary-alpha-8: rgba(
|
|
209
|
+
--color-dark-bg-neutral-alpha-30: rgba(72, 87, 103, 0.3);
|
|
210
|
+
--color-dark-bg-neutral-tint-7: rgb(85, 99, 114);
|
|
211
|
+
--color-dark-bg-neutral-tint-10: rgb(90, 104, 118);
|
|
212
|
+
--color-dark-bg-neutral-tint-15: rgb(99, 112, 126);
|
|
213
|
+
--color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
|
|
214
|
+
--color-dark-bg-neutral-shade-15: rgb(61, 74, 88);
|
|
215
|
+
--color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
|
|
206
216
|
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
|
|
207
217
|
--color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
|
|
208
218
|
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
|
|
@@ -210,16 +220,16 @@
|
|
|
210
220
|
--color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
|
|
211
221
|
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
212
222
|
--color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
|
|
213
|
-
--color-dark-bg-secondary-inverted-alpha-7: rgba(
|
|
214
|
-
--color-dark-bg-secondary-inverted-alpha-15: rgba(
|
|
215
|
-
--color-dark-bg-tertiary-tint-7: rgb(
|
|
216
|
-
--color-dark-border-tertiary-inverted-alpha-30: rgba(
|
|
223
|
+
--color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
|
|
224
|
+
--color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
|
|
225
|
+
--color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
|
|
226
|
+
--color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
217
227
|
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
218
228
|
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
219
229
|
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
220
|
-
--color-dark-graphic-negative-shade-30: rgb(
|
|
221
|
-
--color-dark-graphic-negative-shade-50: rgb(
|
|
222
|
-
--color-dark-graphic-neutral-tint-10: rgb(
|
|
230
|
+
--color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
231
|
+
--color-dark-graphic-negative-shade-50: rgb(121, 40, 35);
|
|
232
|
+
--color-dark-graphic-neutral-tint-10: rgb(90, 104, 118);
|
|
223
233
|
--color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
|
|
224
234
|
--color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
|
|
225
235
|
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
@@ -229,88 +239,96 @@
|
|
|
229
239
|
--color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
|
|
230
240
|
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
|
|
231
241
|
--color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
|
|
232
|
-
--color-dark-graphic-secondary-alpha-30: rgba(
|
|
233
|
-
--color-dark-graphic-secondary-tint-30: rgb(
|
|
234
|
-
--color-dark-graphic-secondary-tint-50: rgb(
|
|
235
|
-
--color-dark-
|
|
236
|
-
--color-dark-
|
|
237
|
-
--color-dark-
|
|
238
|
-
--color-dark-
|
|
242
|
+
--color-dark-graphic-secondary-alpha-30: rgba(182, 188, 195, 0.3);
|
|
243
|
+
--color-dark-graphic-secondary-tint-30: rgb(204, 208, 213);
|
|
244
|
+
--color-dark-graphic-secondary-tint-50: rgb(219, 222, 225);
|
|
245
|
+
--color-dark-specialbg-component-tint-7: rgb(85, 99, 114);
|
|
246
|
+
--color-dark-specialbg-component-tint-10: rgb(90, 104, 118);
|
|
247
|
+
--color-dark-specialbg-component-tint-30: rgb(127, 137, 149);
|
|
248
|
+
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
249
|
+
--color-dark-text-link-shade-30: rgb(0, 85, 179);
|
|
250
|
+
--color-dark-text-link-shade-50: rgb(0, 61, 128);
|
|
251
|
+
--color-dark-text-link-tint-20: rgb(51, 149, 255);
|
|
252
|
+
--color-dark-text-link-tint-40: rgb(102, 175, 255);
|
|
239
253
|
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
240
254
|
--color-dark-text-primary-shade-30: rgb(179, 179, 179);
|
|
241
255
|
--color-dark-text-primary-shade-50: rgb(128, 128, 128);
|
|
242
256
|
--color-dark-text-primary-tint-20: rgb(255, 255, 255);
|
|
243
257
|
--color-dark-text-primary-tint-40: rgb(255, 255, 255);
|
|
244
|
-
--color-dark-text-primary-inverted-alpha-40: rgba(
|
|
245
|
-
--color-dark-text-primary-inverted-shade-30: rgb(
|
|
246
|
-
--color-dark-text-primary-inverted-shade-50: rgb(
|
|
247
|
-
--color-dark-text-secondary-shade-30: rgb(
|
|
248
|
-
--color-dark-text-secondary-shade-50: rgb(
|
|
249
|
-
--color-dark-text-secondary-tint-20: rgb(
|
|
250
|
-
--color-dark-text-secondary-tint-40: rgb(
|
|
251
|
-
--color-dark-text-secondary-inverted-shade-30: rgb(
|
|
252
|
-
--color-dark-text-secondary-inverted-shade-50: rgb(
|
|
258
|
+
--color-dark-text-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
259
|
+
--color-dark-text-primary-inverted-shade-30: rgb(8, 22, 37);
|
|
260
|
+
--color-dark-text-primary-inverted-shade-50: rgb(6, 16, 26);
|
|
261
|
+
--color-dark-text-secondary-shade-30: rgb(127, 132, 136);
|
|
262
|
+
--color-dark-text-secondary-shade-50: rgb(91, 94, 98);
|
|
263
|
+
--color-dark-text-secondary-tint-20: rgb(197, 201, 207);
|
|
264
|
+
--color-dark-text-secondary-tint-40: rgb(211, 215, 219);
|
|
265
|
+
--color-dark-text-secondary-inverted-shade-30: rgb(76, 85, 94);
|
|
266
|
+
--color-dark-text-secondary-inverted-shade-50: rgb(55, 61, 67);
|
|
253
267
|
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
254
268
|
--color-light-bg-accent-shade-7: rgb(222, 46, 33);
|
|
255
269
|
--color-light-bg-accent-shade-10: rgb(215, 44, 32);
|
|
256
270
|
--color-light-bg-accent-shade-15: rgb(203, 42, 31);
|
|
257
271
|
--color-light-bg-accent-shade-30: rgb(167, 34, 25);
|
|
258
|
-
--color-light-bg-neutral-alpha-30: rgba(
|
|
259
|
-
--color-light-bg-neutral-shade-7: rgb(
|
|
260
|
-
--color-light-bg-neutral-shade-10: rgb(
|
|
261
|
-
--color-light-bg-neutral-shade-15: rgb(
|
|
262
|
-
--color-light-bg-neutral-shade-30: rgb(
|
|
263
|
-
--color-light-bg-neutral-tint-15: rgb(
|
|
272
|
+
--color-light-bg-neutral-alpha-30: rgba(219, 222, 225, 0.3);
|
|
273
|
+
--color-light-bg-neutral-shade-7: rgb(204, 206, 209);
|
|
274
|
+
--color-light-bg-neutral-shade-10: rgb(197, 200, 203);
|
|
275
|
+
--color-light-bg-neutral-shade-15: rgb(186, 189, 191);
|
|
276
|
+
--color-light-bg-neutral-shade-30: rgb(153, 155, 157);
|
|
277
|
+
--color-light-bg-neutral-tint-15: rgb(224, 227, 230);
|
|
264
278
|
--color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
|
|
265
|
-
--color-light-bg-primary-inverted-alpha-3: rgba(
|
|
266
|
-
--color-light-bg-primary-inverted-alpha-7: rgba(
|
|
267
|
-
--color-light-bg-primary-inverted-alpha-10: rgba(
|
|
268
|
-
--color-light-bg-primary-inverted-alpha-15: rgba(
|
|
269
|
-
--color-light-bg-primary-inverted-alpha-20: rgba(
|
|
270
|
-
--color-light-bg-primary-inverted-alpha-40: rgba(
|
|
271
|
-
--color-light-bg-primary-inverted-alpha-50: rgba(
|
|
272
|
-
--color-light-bg-secondary-inverted-alpha-7: rgba(
|
|
273
|
-
--color-light-bg-secondary-inverted-alpha-15: rgba(
|
|
274
|
-
--color-light-bg-tertiary-shade-7: rgb(
|
|
275
|
-
--color-light-border-tertiary-inverted-alpha-30: rgba(
|
|
279
|
+
--color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
|
|
280
|
+
--color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
|
|
281
|
+
--color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
|
|
282
|
+
--color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
|
|
283
|
+
--color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
|
|
284
|
+
--color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
285
|
+
--color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
|
|
286
|
+
--color-light-bg-secondary-inverted-alpha-7: rgba(35, 53, 73, 0.07);
|
|
287
|
+
--color-light-bg-secondary-inverted-alpha-15: rgba(35, 53, 73, 0.15);
|
|
288
|
+
--color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
|
|
289
|
+
--color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
276
290
|
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
277
291
|
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
278
292
|
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
279
293
|
--color-light-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
280
294
|
--color-light-graphic-negative-tint-50: rgb(248, 168, 162);
|
|
281
|
-
--color-light-graphic-neutral-shade-10: rgb(
|
|
295
|
+
--color-light-graphic-neutral-shade-10: rgb(197, 200, 203);
|
|
282
296
|
--color-light-graphic-positive-shade-10: rgb(42, 175, 99);
|
|
283
297
|
--color-light-graphic-positive-shade-30: rgb(33, 136, 77);
|
|
284
|
-
--color-light-graphic-primary-alpha-30: rgba(
|
|
285
|
-
--color-light-graphic-primary-alpha-40: rgba(
|
|
286
|
-
--color-light-graphic-primary-alpha-50: rgba(
|
|
287
|
-
--color-light-graphic-primary-tint-30: rgb(
|
|
288
|
-
--color-light-graphic-primary-tint-50: rgb(
|
|
289
|
-
--color-light-graphic-primary-shade-10: rgb(
|
|
290
|
-
--color-light-graphic-primary-shade-30: rgb(
|
|
291
|
-
--color-light-graphic-secondary-alpha-30: rgba(
|
|
292
|
-
--color-light-graphic-secondary-shade-30: rgb(
|
|
293
|
-
--color-light-graphic-secondary-shade-50: rgb(
|
|
294
|
-
--color-light-
|
|
295
|
-
--color-light-
|
|
296
|
-
--color-light-
|
|
297
|
-
--color-light-
|
|
298
|
-
--color-light-text-
|
|
299
|
-
--color-light-text-
|
|
300
|
-
--color-light-text-
|
|
301
|
-
--color-light-text-
|
|
302
|
-
--color-light-text-primary-
|
|
298
|
+
--color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
299
|
+
--color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
|
|
300
|
+
--color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
|
|
301
|
+
--color-light-graphic-primary-tint-30: rgb(84, 98, 114);
|
|
302
|
+
--color-light-graphic-primary-tint-50: rgb(133, 143, 154);
|
|
303
|
+
--color-light-graphic-primary-shade-10: rgb(10, 28, 48);
|
|
304
|
+
--color-light-graphic-primary-shade-30: rgb(8, 22, 37);
|
|
305
|
+
--color-light-graphic-secondary-alpha-30: rgba(109, 121, 134, 0.3);
|
|
306
|
+
--color-light-graphic-secondary-shade-30: rgb(76, 85, 94);
|
|
307
|
+
--color-light-graphic-secondary-shade-50: rgb(55, 61, 67);
|
|
308
|
+
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
309
|
+
--color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
|
|
310
|
+
--color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
|
|
311
|
+
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
|
|
312
|
+
--color-light-text-link-tint-30: rgb(77, 162, 255);
|
|
313
|
+
--color-light-text-link-tint-50: rgb(128, 189, 255);
|
|
314
|
+
--color-light-text-link-shade-20: rgb(0, 98, 204);
|
|
315
|
+
--color-light-text-link-shade-40: rgb(0, 73, 153);
|
|
316
|
+
--color-light-text-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
317
|
+
--color-light-text-primary-tint-30: rgb(84, 98, 114);
|
|
318
|
+
--color-light-text-primary-tint-50: rgb(133, 143, 154);
|
|
319
|
+
--color-light-text-primary-shade-20: rgb(9, 25, 42);
|
|
320
|
+
--color-light-text-primary-shade-40: rgb(7, 19, 32);
|
|
303
321
|
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
304
322
|
--color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
|
|
305
323
|
--color-light-text-primary-inverted-tint-50: rgb(255, 255, 255);
|
|
306
|
-
--color-light-text-secondary-tint-30: rgb(
|
|
307
|
-
--color-light-text-secondary-tint-50: rgb(
|
|
308
|
-
--color-light-text-secondary-shade-20: rgb(
|
|
309
|
-
--color-light-text-secondary-shade-40: rgb(
|
|
310
|
-
--color-light-text-secondary-inverted-tint-30: rgb(
|
|
311
|
-
--color-light-text-secondary-inverted-tint-50: rgb(
|
|
312
|
-
--color-static-bg-primary-dark-alpha-10: rgba(
|
|
313
|
-
--color-static-bg-primary-dark-alpha-20: rgba(
|
|
324
|
+
--color-light-text-secondary-tint-30: rgb(135, 145, 156);
|
|
325
|
+
--color-light-text-secondary-tint-50: rgb(170, 177, 185);
|
|
326
|
+
--color-light-text-secondary-shade-20: rgb(67, 78, 91);
|
|
327
|
+
--color-light-text-secondary-shade-40: rgb(50, 59, 68);
|
|
328
|
+
--color-light-text-secondary-inverted-tint-30: rgb(204, 208, 213);
|
|
329
|
+
--color-light-text-secondary-inverted-tint-50: rgb(219, 222, 225);
|
|
330
|
+
--color-static-bg-primary-dark-alpha-10: rgba(0, 0, 0, 0.1);
|
|
331
|
+
--color-static-bg-primary-dark-alpha-20: rgba(0, 0, 0, 0.2);
|
|
314
332
|
}
|
|
315
333
|
:root {
|
|
316
334
|
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
|
|
@@ -541,17 +559,6 @@
|
|
|
541
559
|
--confirmation-text-font-size: 14px;
|
|
542
560
|
--confirmation-text-line-height: 20px;
|
|
543
561
|
/* theme */
|
|
544
|
-
--input-error-color: var(--color-light-text-negative);
|
|
545
|
-
--input-inverted-error-color: var(--color-light-text-accent);
|
|
546
|
-
--input-error-icon-display: none;
|
|
547
|
-
--input-disabled-color: var(--color-light-text-primary);
|
|
548
|
-
--input-inverted-disabled-color: var(--color-light-text-primary-inverted);
|
|
549
|
-
--input-focus-placeholder-color: var(--color-light-text-tertiary-transparent);
|
|
550
|
-
--input-inverted-focus-placeholder-color: var(--color-light-text-tertiary-inverted-transparent);
|
|
551
|
-
--input-caret-color: var(--color-light-text-link);
|
|
552
|
-
--input-inverted-caret-color: var(--color-light-text-link);
|
|
553
|
-
--input-error-icon-not-alone-display: none;
|
|
554
|
-
/* theme */
|
|
555
562
|
--form-control-border-radius: var(--border-radius-l);
|
|
556
563
|
--form-control-border-bottom: 0;
|
|
557
564
|
--form-control-inverted-border-bottom: 0;
|