@alfalab/core-components 20.4.0 → 20.7.1
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/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/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/calendar/Component.js +1 -1
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.js +1 -1
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/esm/Component.js +1 -1
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/header/Component.js +1 -1
- package/calendar/esm/components/header/index.js +1 -1
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/{tslib.es6-decc30d3.d.ts → tslib.es6-78b906d0.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-decc30d3.js → tslib.es6-78b906d0.js} +0 -0
- package/calendar/index.js +1 -1
- package/calendar/{tslib.es6-af3fab91.d.ts → tslib.es6-643f6e6d.d.ts} +0 -0
- package/calendar/{tslib.es6-af3fab91.js → tslib.es6-643f6e6d.js} +0 -0
- package/calendar-input/Component.d.ts +1 -1
- package/calendar-input/Component.js +1 -1
- package/calendar-input/esm/Component.js +1 -1
- package/calendar-input/esm/index.css +9 -9
- package/calendar-input/index.css +9 -9
- package/calendar-input/modern/Component.js +1 -1
- package/calendar-input/modern/index.css +9 -9
- package/calendar-range/Component.js +1 -1
- package/calendar-range/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/chart/Component.js +20 -10
- package/chart/components/CustomizedLabel.d.ts +4 -0
- package/chart/components/CustomizedLabel.js +18 -0
- package/chart/components/Dot/index.css +8 -8
- package/chart/components/Dot/index.js +1 -1
- package/chart/components/Legends/index.css +8 -8
- package/chart/components/Legends/index.js +1 -1
- package/chart/components/RectBar.d.ts +4 -0
- package/chart/components/RectBar.js +30 -0
- package/chart/components/Tick/index.css +4 -4
- package/chart/components/Tick/index.js +1 -1
- package/chart/components/TooltipContent/index.css +7 -7
- package/chart/components/TooltipContent/index.js +1 -1
- package/chart/cssm/Component.js +18 -8
- package/chart/cssm/components/CustomizedLabel.d.ts +4 -0
- package/chart/cssm/components/CustomizedLabel.js +18 -0
- package/chart/cssm/components/RectBar.d.ts +4 -0
- package/chart/cssm/components/RectBar.js +30 -0
- package/chart/cssm/hooks/usePathBar/index.d.ts +14 -0
- package/chart/cssm/hooks/usePathBar/index.js +39 -0
- package/chart/cssm/hooks/usePathBar/utils/getRadius.d.ts +2 -0
- package/chart/cssm/hooks/usePathBar/utils/getRadius.js +8 -0
- package/chart/cssm/hooks/useSettings/index.js +2 -2
- package/chart/cssm/icons/Circle.js +1 -1
- package/chart/cssm/icons/CircleLine.js +1 -1
- package/chart/cssm/icons/StrokeCircle.js +1 -1
- package/chart/cssm/index.js +4 -0
- package/chart/cssm/types/labelList.types.d.ts +5 -0
- package/chart/cssm/types/labelList.types.js +1 -0
- package/chart/cssm/types/seria.types.d.ts +14 -1
- package/chart/esm/Component.js +21 -11
- package/chart/esm/components/CustomizedLabel.d.ts +4 -0
- package/chart/esm/components/CustomizedLabel.js +12 -0
- package/chart/esm/components/Dot/index.css +8 -8
- package/chart/esm/components/Dot/index.js +1 -1
- package/chart/esm/components/Legends/index.css +8 -8
- package/chart/esm/components/Legends/index.js +1 -1
- package/chart/esm/components/RectBar.d.ts +4 -0
- package/chart/esm/components/RectBar.js +26 -0
- package/chart/esm/components/Tick/index.css +4 -4
- package/chart/esm/components/Tick/index.js +1 -1
- package/chart/esm/components/TooltipContent/index.css +7 -7
- package/chart/esm/components/TooltipContent/index.js +1 -1
- package/chart/esm/hooks/usePathBar/index.d.ts +14 -0
- package/chart/esm/hooks/usePathBar/index.js +37 -0
- package/chart/esm/hooks/usePathBar/utils/getRadius.d.ts +2 -0
- package/chart/esm/hooks/usePathBar/utils/getRadius.js +6 -0
- package/chart/esm/hooks/useSettings/index.js +2 -2
- package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/esm/icons/Circle.js +1 -1
- package/chart/esm/icons/CircleLine.js +1 -1
- package/chart/esm/icons/StrokeCircle.js +1 -1
- package/chart/esm/index.css +3 -3
- package/chart/esm/index.js +5 -1
- package/chart/esm/{tslib.es6-defbba9d.d.ts → tslib.es6-a3fbf5e6.d.ts} +0 -0
- package/chart/esm/{tslib.es6-defbba9d.js → tslib.es6-a3fbf5e6.js} +0 -0
- package/chart/esm/types/labelList.types.d.ts +5 -0
- package/chart/esm/types/labelList.types.js +1 -0
- package/chart/esm/types/seria.types.d.ts +14 -1
- package/chart/hooks/usePathBar/index.d.ts +14 -0
- package/chart/hooks/usePathBar/index.js +39 -0
- package/chart/hooks/usePathBar/utils/getRadius.d.ts +2 -0
- package/chart/hooks/usePathBar/utils/getRadius.js +8 -0
- package/chart/hooks/useSettings/index.js +2 -2
- package/chart/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/icons/Circle.js +1 -1
- package/chart/icons/CircleLine.js +1 -1
- package/chart/icons/StrokeCircle.js +1 -1
- package/chart/index.css +3 -3
- package/chart/index.js +5 -1
- package/chart/modern/Component.js +20 -10
- package/chart/modern/components/CustomizedLabel.d.ts +4 -0
- package/chart/modern/components/CustomizedLabel.js +11 -0
- package/chart/modern/components/Dot/index.css +8 -8
- package/chart/modern/components/Dot/index.js +1 -1
- package/chart/modern/components/Legends/index.css +8 -8
- package/chart/modern/components/Legends/index.js +1 -1
- package/chart/modern/components/RectBar.d.ts +4 -0
- package/chart/modern/components/RectBar.js +33 -0
- package/chart/modern/components/Tick/index.css +4 -4
- package/chart/modern/components/Tick/index.js +1 -1
- package/chart/modern/components/TooltipContent/index.css +7 -7
- package/chart/modern/components/TooltipContent/index.js +1 -1
- package/chart/modern/hooks/usePathBar/index.d.ts +14 -0
- package/chart/modern/hooks/usePathBar/index.js +37 -0
- package/chart/modern/hooks/usePathBar/utils/getRadius.d.ts +2 -0
- package/chart/modern/hooks/usePathBar/utils/getRadius.js +6 -0
- package/chart/modern/hooks/useSettings/index.js +1 -1
- package/chart/modern/icons/Circle.js +1 -1
- package/chart/modern/icons/CircleLine.js +1 -1
- package/chart/modern/icons/StrokeCircle.js +1 -1
- package/chart/modern/index.css +3 -3
- package/chart/modern/index.js +4 -0
- package/chart/modern/types/labelList.types.d.ts +5 -0
- package/chart/modern/types/labelList.types.js +1 -0
- package/chart/modern/types/seria.types.d.ts +14 -1
- package/chart/{tslib.es6-62c2b032.d.ts → tslib.es6-8e7742ab.d.ts} +0 -0
- package/chart/{tslib.es6-62c2b032.js → tslib.es6-8e7742ab.js} +0 -0
- package/chart/types/labelList.types.d.ts +5 -0
- package/chart/types/labelList.types.js +1 -0
- package/chart/types/seria.types.d.ts +14 -1
- package/checkbox-group/Component.js +2 -2
- package/checkbox-group/cssm/Component.js +1 -1
- package/checkbox-group/esm/Component.js +2 -2
- package/checkbox-group/esm/index.css +17 -17
- package/checkbox-group/index.css +17 -17
- package/checkbox-group/modern/Component.js +2 -2
- package/checkbox-group/modern/index.css +17 -17
- package/confirmation/component.js +2 -2
- package/confirmation/components/code-input/component.js +1 -1
- package/confirmation/components/code-input/index.css +9 -9
- package/confirmation/components/countdown/component.js +1 -1
- package/confirmation/components/countdown/index.css +13 -13
- package/confirmation/components/countdown-loader/component.js +1 -1
- package/confirmation/components/countdown-loader/index.css +2 -2
- package/confirmation/components/overlimit/component.js +1 -1
- package/confirmation/components/overlimit/index.css +9 -9
- package/confirmation/components/sign-confirmation/component.js +2 -2
- package/confirmation/components/sign-confirmation/index.css +13 -13
- package/confirmation/cssm/component.js +1 -1
- package/confirmation/cssm/components/sign-confirmation/component.js +1 -1
- package/confirmation/esm/component.js +2 -2
- package/confirmation/esm/components/code-input/component.js +1 -1
- package/confirmation/esm/components/code-input/index.css +9 -9
- package/confirmation/esm/components/countdown/component.js +1 -1
- package/confirmation/esm/components/countdown/index.css +13 -13
- package/confirmation/esm/components/countdown-loader/component.js +1 -1
- package/confirmation/esm/components/countdown-loader/index.css +2 -2
- package/confirmation/esm/components/overlimit/component.js +1 -1
- package/confirmation/esm/components/overlimit/index.css +9 -9
- package/confirmation/esm/components/sign-confirmation/component.js +2 -2
- 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 +2 -2
- package/confirmation/modern/components/code-input/component.js +1 -1
- package/confirmation/modern/components/code-input/index.css +9 -9
- package/confirmation/modern/components/countdown/component.js +1 -1
- package/confirmation/modern/components/countdown/index.css +13 -13
- package/confirmation/modern/components/countdown-loader/component.js +1 -1
- package/confirmation/modern/components/countdown-loader/index.css +2 -2
- package/confirmation/modern/components/overlimit/component.js +1 -1
- package/confirmation/modern/components/overlimit/index.css +9 -9
- package/confirmation/modern/components/sign-confirmation/component.js +2 -2
- package/confirmation/modern/components/sign-confirmation/index.css +13 -13
- package/confirmation/modern/index.css +14 -14
- package/date-input/Component.js +1 -1
- package/date-input/esm/Component.js +1 -1
- package/date-input/esm/index.css +4 -4
- package/date-input/index.css +4 -4
- package/date-input/modern/Component.js +1 -1
- package/date-input/modern/index.css +4 -4
- package/file-upload-item/Component.d.ts +12 -1
- package/file-upload-item/Component.js +5 -6
- package/file-upload-item/cssm/Component.d.ts +12 -1
- package/file-upload-item/cssm/Component.js +4 -5
- package/file-upload-item/esm/Component.d.ts +12 -1
- package/file-upload-item/esm/Component.js +5 -6
- package/file-upload-item/esm/index.css +16 -16
- package/file-upload-item/index.css +16 -16
- package/file-upload-item/modern/Component.d.ts +12 -1
- package/file-upload-item/modern/Component.js +5 -6
- package/file-upload-item/modern/index.css +16 -16
- package/form-control/Component.js +4 -4
- package/form-control/cssm/Component.js +1 -1
- package/form-control/default.css +15 -15
- package/form-control/esm/Component.js +4 -4
- package/form-control/esm/default.css +15 -15
- package/form-control/esm/index.css +42 -42
- package/form-control/esm/inverted.css +15 -15
- package/form-control/index.css +42 -42
- package/form-control/inverted.css +15 -15
- package/form-control/modern/Component.js +4 -4
- package/form-control/modern/default.css +15 -15
- package/form-control/modern/index.css +42 -42
- package/form-control/modern/inverted.css +15 -15
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +2 -2
- package/gallery/components/image-viewer/index.js +2 -2
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +2 -2
- package/gallery/esm/components/image-viewer/index.js +2 -2
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/index.js +2 -2
- package/gallery/esm/{slide-2c5303bf.d.ts → slide-87570b70.d.ts} +0 -0
- package/gallery/esm/{slide-2c5303bf.js → slide-87570b70.js} +0 -0
- package/gallery/esm/{tslib.es6-e5bfa024.d.ts → tslib.es6-76ecfd4c.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-e5bfa024.js → tslib.es6-76ecfd4c.js} +0 -0
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/gallery/modern/{slide-31efe610.d.ts → slide-d973cd14.d.ts} +0 -0
- package/gallery/modern/{slide-31efe610.js → slide-d973cd14.js} +0 -0
- package/gallery/{slide-5f9593b7.d.ts → slide-4c7a53b7.d.ts} +0 -0
- package/gallery/{slide-5f9593b7.js → slide-4c7a53b7.js} +0 -0
- package/gallery/{tslib.es6-d5e3524f.d.ts → tslib.es6-d8fd377b.d.ts} +0 -0
- package/gallery/{tslib.es6-d5e3524f.js → tslib.es6-d8fd377b.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-658ecc84.d.ts → Component-0e73e267.d.ts} +0 -0
- package/input-autocomplete/{Component-658ecc84.js → Component-0e73e267.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-35cb3144.d.ts → Component-dd7c3b6d.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-35cb3144.js → Component-dd7c3b6d.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-2901b48c.d.ts → component-498d4124.d.ts} +0 -0
- package/intl-phone-input/{component-2901b48c.js → component-498d4124.js} +1 -1
- package/intl-phone-input/component.d.ts +1 -1
- package/intl-phone-input/component.js +3 -3
- package/intl-phone-input/components/flag-icon/component.js +1 -1
- package/intl-phone-input/components/flag-icon/index.css +784 -784
- package/intl-phone-input/components/index.js +1 -1
- package/intl-phone-input/components/select/component.js +2 -2
- package/intl-phone-input/components/select/index.css +6 -6
- package/intl-phone-input/components/select/index.js +1 -1
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.css +8 -8
- package/intl-phone-input/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/{component-b0494269.d.ts → component-ef978414.d.ts} +0 -0
- package/intl-phone-input/esm/{component-b0494269.js → component-ef978414.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-4d9b997b.d.ts → libphonenumber-js.min-34032a4a.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-4d9b997b.js → libphonenumber-js.min-34032a4a.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-893b6a4c.d.ts → libphonenumber-js.min-5ea47984.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-893b6a4c.js → libphonenumber-js.min-5ea47984.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-4d9b997b.d.ts → libphonenumber-js.min-34032a4a.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-4d9b997b.js → libphonenumber-js.min-34032a4a.js} +0 -0
- 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 +2 -2
- package/modal/Component.mobile.js +2 -2
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +1 -1
- package/modal/components/content/Component.desktop.js +1 -1
- package/modal/components/content/Component.mobile.js +1 -1
- package/modal/components/footer/Component.desktop.js +1 -1
- package/modal/components/footer/Component.mobile.js +1 -1
- package/modal/components/header/Component.desktop.js +1 -1
- package/modal/components/header/Component.js +1 -1
- package/modal/components/header/Component.mobile.js +1 -1
- package/modal/desktop.js +2 -2
- package/modal/esm/Component.desktop.js +2 -2
- package/modal/esm/Component.mobile.js +2 -2
- package/modal/esm/Component.responsive.js +2 -2
- package/modal/esm/components/closer/Component.js +1 -1
- package/modal/esm/components/content/Component.desktop.js +1 -1
- package/modal/esm/components/content/Component.mobile.js +1 -1
- package/modal/esm/components/footer/Component.desktop.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +1 -1
- package/modal/esm/components/header/Component.desktop.js +1 -1
- package/modal/esm/components/header/Component.js +1 -1
- package/modal/esm/components/header/Component.mobile.js +1 -1
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/{transitions.module-45fbb621.js → transitions.module-149880b4.js} +0 -0
- package/modal/esm/{tslib.es6-4214739e.d.ts → tslib.es6-44283f35.d.ts} +0 -0
- package/modal/esm/{tslib.es6-4214739e.js → tslib.es6-44283f35.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.js +2 -2
- package/modal/modern/Component.desktop.js +1 -1
- package/modal/modern/Component.mobile.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/{transitions.module-45fbb621.js → transitions.module-149880b4.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-b67d0f1c.js → transitions.module-fb5051a6.js} +0 -0
- package/modal/{tslib.es6-ccd35f7f.d.ts → tslib.es6-dffc199b.d.ts} +0 -0
- package/modal/{tslib.es6-ccd35f7f.js → tslib.es6-dffc199b.js} +0 -0
- package/package.json +3 -2
- 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-cb99627b.d.ts → Component-8a497560.d.ts} +0 -0
- package/picker-button/{Component-cb99627b.js → Component-8a497560.js} +1 -1
- package/picker-button/Component.d.ts +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/esm/{Component-94ad1b6c.d.ts → Component-a0f8bf33.d.ts} +0 -0
- package/picker-button/esm/{Component-94ad1b6c.js → Component-a0f8bf33.js} +1 -1
- package/picker-button/esm/Component.js +2 -2
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.css +3 -3
- package/picker-button/esm/field/index.d.ts +1 -1
- package/picker-button/esm/field/index.js +1 -1
- package/picker-button/esm/index.css +2 -2
- package/picker-button/esm/index.js +1 -1
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +3 -3
- package/picker-button/field/index.d.ts +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.css +2 -2
- package/picker-button/index.js +1 -1
- package/picker-button/modern/Component.js +1 -1
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +3 -3
- package/picker-button/modern/index.css +2 -2
- package/radio-group/Component.js +2 -2
- package/radio-group/cssm/Component.js +1 -1
- package/radio-group/esm/Component.js +2 -2
- package/radio-group/esm/index.css +17 -17
- package/radio-group/index.css +17 -17
- package/radio-group/modern/Component.js +2 -2
- package/radio-group/modern/index.css +17 -17
- package/select/Component.js +1 -1
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +3 -3
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/index.css +7 -7
- package/select/components/base-select/index.js +1 -1
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +3 -3
- package/select/components/field/Component.js +2 -2
- package/select/components/field/index.css +9 -9
- package/select/components/field/index.js +1 -1
- package/select/components/index.js +1 -1
- package/select/components/native-select/Component.js +1 -1
- package/select/components/native-select/index.js +1 -1
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +6 -6
- package/select/components/option/Component.js +2 -2
- package/select/components/option/index.css +20 -20
- package/select/components/option/index.js +1 -1
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +5 -5
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +11 -11
- package/select/esm/Component.js +1 -1
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/index.css +7 -7
- package/select/esm/components/base-select/index.js +1 -1
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +3 -3
- package/select/esm/components/field/Component.js +2 -2
- package/select/esm/components/field/index.css +9 -9
- package/select/esm/components/field/index.js +1 -1
- package/select/esm/components/index.js +1 -1
- package/select/esm/components/native-select/Component.js +1 -1
- package/select/esm/components/native-select/index.js +1 -1
- package/select/esm/components/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +6 -6
- package/select/esm/components/option/Component.js +2 -2
- package/select/esm/components/option/index.css +20 -20
- package/select/esm/components/option/index.js +1 -1
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.css +5 -5
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +11 -11
- package/select/esm/index.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useLazyLoading/hook.js +2 -2
- package/select/esm/presets/useLazyLoading/index.css +2 -2
- package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/{tslib.es6-abde084a.d.ts → tslib.es6-c439a3c2.d.ts} +0 -0
- package/select/esm/{tslib.es6-abde084a.js → tslib.es6-c439a3c2.js} +0 -0
- package/select/index.js +1 -1
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +3 -3
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/base-select/index.css +7 -7
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +3 -3
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +9 -9
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +6 -6
- package/select/modern/components/option/Component.js +1 -1
- package/select/modern/components/option/index.css +20 -20
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +5 -5
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +11 -11
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useLazyLoading/index.css +2 -2
- package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/presets/index.js +1 -1
- package/select/presets/useLazyLoading/hook.js +2 -2
- package/select/presets/useLazyLoading/index.css +2 -2
- package/select/presets/useSelectWithLoading/hook.js +2 -2
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/{tslib.es6-0f234b35.d.ts → tslib.es6-f0c8b058.d.ts} +0 -0
- package/select/{tslib.es6-0f234b35.js → tslib.es6-f0c8b058.js} +0 -0
- 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/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.js +14 -12
- package/tabs/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/components/secondary-tablist/Component.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/cssm/components/primary-tablist/Component.js +13 -11
- package/tabs/cssm/useTabs.d.ts +1 -1
- package/tabs/cssm/useTabs.js +3 -2
- 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 +14 -12
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/tabs/Component.desktop.js +3 -3
- package/tabs/esm/components/tabs/Component.mobile.js +3 -3
- package/tabs/esm/components/tabs/Component.responsive.js +3 -3
- package/tabs/esm/desktop.js +3 -3
- package/tabs/esm/index.js +3 -3
- package/tabs/esm/{index.module-c8448fef.js → index.module-31042309.js} +0 -0
- package/tabs/esm/{index.module-fbbc84ff.js → index.module-4b8e748a.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-787ef7a5.d.ts → tslib.es6-ca61a599.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-787ef7a5.js → tslib.es6-ca61a599.js} +0 -0
- package/tabs/esm/useTabs.d.ts +1 -1
- package/tabs/esm/useTabs.js +3 -2
- package/tabs/index.js +3 -3
- package/tabs/{index.module-91539407.js → index.module-962759d1.js} +0 -0
- package/tabs/{index.module-95d8761b.js → index.module-c1c14145.js} +0 -0
- package/tabs/mobile.js +3 -3
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.js +10 -8
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/{index.module-c8448fef.js → index.module-31042309.js} +0 -0
- package/tabs/modern/{index.module-fbbc84ff.js → index.module-4b8e748a.js} +0 -0
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/modern/useTabs.d.ts +1 -1
- package/tabs/modern/useTabs.js +3 -2
- package/tabs/responsive.js +3 -3
- package/tabs/{tslib.es6-da6ab86a.d.ts → tslib.es6-351f4d47.d.ts} +0 -0
- package/tabs/{tslib.es6-da6ab86a.js → tslib.es6-351f4d47.js} +0 -0
- package/tabs/useTabs.d.ts +1 -1
- package/tabs/useTabs.js +3 -2
- package/textarea/Component.js +3 -3
- package/textarea/default.css +19 -19
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/default.css +19 -19
- package/textarea/esm/index.css +22 -22
- package/textarea/esm/inverted.css +19 -19
- package/textarea/index.css +22 -22
- package/textarea/inverted.css +19 -19
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/default.css +19 -19
- package/textarea/modern/index.css +22 -22
- package/textarea/modern/inverted.css +19 -19
- package/themes/compiled/mobile-dark-bluetint.css +28 -28
- package/themes/dist/compiled/mobile-dark-bluetint.css +154 -154
- package/typography/{colors.module-b49182a7.d.ts → colors.module-ded492e1.d.ts} +0 -0
- package/typography/{colors.module-b49182a7.js → colors.module-ded492e1.js} +0 -0
- package/typography/{common.module-263677ac.js → common.module-1de331b9.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/esm/{colors.module-509f4855.d.ts → colors.module-d21f47ee.d.ts} +0 -0
- package/typography/esm/{colors.module-509f4855.js → colors.module-d21f47ee.js} +0 -0
- package/typography/esm/{common.module-961ee2a7.js → common.module-9782b936.js} +0 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/{colors.module-07a98532.js → colors.module-5a6490a8.js} +0 -0
- package/typography/modern/{common.module-961ee2a7.js → common.module-9782b936.js} +0 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
- package/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
|
@@ -10,5 +10,5 @@ import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
|
10
10
|
import '../../context.js';
|
|
11
11
|
import '../../utils/utils.js';
|
|
12
12
|
import '../../../../typography/modern';
|
|
13
|
-
import '../../slide-
|
|
13
|
+
import '../../slide-d973cd14.js';
|
|
14
14
|
export { ImageViewer } from './component.js';
|
|
@@ -22,5 +22,5 @@ import '../../../icon-button/modern';
|
|
|
22
22
|
import '../../../tooltip/modern';
|
|
23
23
|
import './header/buttons.js';
|
|
24
24
|
export { Header } from './header/Component.js';
|
|
25
|
-
import '../slide-
|
|
25
|
+
import '../slide-d973cd14.js';
|
|
26
26
|
export { ImageViewer } from './image-viewer/component.js';
|
package/gallery/modern/index.js
CHANGED
|
@@ -23,6 +23,6 @@ import '../../icon-button/modern';
|
|
|
23
23
|
import '../../tooltip/modern';
|
|
24
24
|
import './components/header/buttons.js';
|
|
25
25
|
import './components/header/Component.js';
|
|
26
|
-
import './slide-
|
|
26
|
+
import './slide-d973cd14.js';
|
|
27
27
|
import './components/image-viewer/component.js';
|
|
28
28
|
export { Gallery } from './Component.js';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/input/Component.js
CHANGED
|
@@ -52,13 +52,13 @@ function __rest(s, e) {
|
|
|
52
52
|
return t;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
var styles = {"input":"
|
|
55
|
+
var styles = {"input":"input__input_q94jt","hasLabel":"input__hasLabel_q94jt","block":"input__block_q94jt","clearIcon":"input__clearIcon_q94jt","errorIcon":"input__errorIcon_q94jt","clearButton":"input__clearButton_q94jt","successIcon":"input__successIcon_q94jt","focusVisible":"input__focusVisible_q94jt","onautofillstart":"input__onautofillstart_q94jt","onautofillcancel":"input__onautofillcancel_q94jt"};
|
|
56
56
|
require('./index.css');
|
|
57
57
|
|
|
58
|
-
var defaultColors = {"input":"
|
|
58
|
+
var defaultColors = {"input":"input__input_1u4xd","hasLabel":"input__hasLabel_1u4xd","clearIcon":"input__clearIcon_1u4xd","errorIcon":"input__errorIcon_1u4xd","successIcon":"input__successIcon_1u4xd","error":"input__error_1u4xd"};
|
|
59
59
|
require('./default.css');
|
|
60
60
|
|
|
61
|
-
var invertedColors = {"input":"
|
|
61
|
+
var invertedColors = {"input":"input__input_6or41","hasLabel":"input__hasLabel_6or41","clearIcon":"input__clearIcon_6or41","errorIcon":"input__errorIcon_6or41","successIcon":"input__successIcon_6or41","error":"input__error_6or41"};
|
|
62
62
|
require('./inverted.css');
|
|
63
63
|
|
|
64
64
|
var colorStyles = {
|
package/input/default.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1u4xd */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-primary: #0b1f35;
|
|
4
4
|
--color-light-text-secondary: #546272;
|
|
@@ -31,46 +31,46 @@
|
|
|
31
31
|
/* error */
|
|
32
32
|
--input-error-color: var(--color-light-text-primary);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.input__input_1u4xd {
|
|
35
35
|
color: var(--input-color);
|
|
36
36
|
caret-color: var(--input-caret-color);
|
|
37
37
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.input__input_1u4xd:-webkit-autofill {
|
|
40
40
|
-webkit-text-fill-color: var(--input-color);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.input__input_1u4xd::placeholder {
|
|
43
43
|
color: var(--input-placeholder-color);
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.input__hasLabel_1u4xd::placeholder {
|
|
46
46
|
color: var(--input-with-label-placeholder-color);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.input__clearIcon_1u4xd {
|
|
49
49
|
background-image: var(--input-clear-icon);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.input__errorIcon_1u4xd {
|
|
52
52
|
background-image: var(--input-error-icon);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.input__successIcon_1u4xd {
|
|
55
55
|
background-image: var(--input-success-icon);
|
|
56
56
|
}
|
|
57
57
|
/* READ-ONLY STATE */
|
|
58
|
-
.
|
|
58
|
+
.input__input_1u4xd:read-only {
|
|
59
59
|
color: var(--input-read-only-color)
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.input__input_1u4xd:read-only:focus::placeholder {
|
|
62
62
|
color: var(--input-placeholder-color);
|
|
63
63
|
}
|
|
64
64
|
/* DISABLED STATE */
|
|
65
|
-
.
|
|
65
|
+
.input__input_1u4xd:disabled {
|
|
66
66
|
color: var(--input-disabled-color);
|
|
67
67
|
}
|
|
68
68
|
/* FOCUS STATE */
|
|
69
|
-
.
|
|
69
|
+
.input__input_1u4xd:focus::placeholder {
|
|
70
70
|
color: var(--input-focus-placeholder-color);
|
|
71
71
|
}
|
|
72
72
|
/* ERROR STATE */
|
|
73
|
-
.
|
|
73
|
+
.input__error_1u4xd {
|
|
74
74
|
color: var(--input-error-color);
|
|
75
75
|
caret-color: var(--input-error-color);
|
|
76
76
|
}
|
package/input/esm/Component.js
CHANGED
|
@@ -44,13 +44,13 @@ function __rest(s, e) {
|
|
|
44
44
|
return t;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
var styles = {"input":"
|
|
47
|
+
var styles = {"input":"input__input_q94jt","hasLabel":"input__hasLabel_q94jt","block":"input__block_q94jt","clearIcon":"input__clearIcon_q94jt","errorIcon":"input__errorIcon_q94jt","clearButton":"input__clearButton_q94jt","successIcon":"input__successIcon_q94jt","focusVisible":"input__focusVisible_q94jt","onautofillstart":"input__onautofillstart_q94jt","onautofillcancel":"input__onautofillcancel_q94jt"};
|
|
48
48
|
require('./index.css');
|
|
49
49
|
|
|
50
|
-
var defaultColors = {"input":"
|
|
50
|
+
var defaultColors = {"input":"input__input_1u4xd","hasLabel":"input__hasLabel_1u4xd","clearIcon":"input__clearIcon_1u4xd","errorIcon":"input__errorIcon_1u4xd","successIcon":"input__successIcon_1u4xd","error":"input__error_1u4xd"};
|
|
51
51
|
require('./default.css');
|
|
52
52
|
|
|
53
|
-
var invertedColors = {"input":"
|
|
53
|
+
var invertedColors = {"input":"input__input_6or41","hasLabel":"input__hasLabel_6or41","clearIcon":"input__clearIcon_6or41","errorIcon":"input__errorIcon_6or41","successIcon":"input__successIcon_6or41","error":"input__error_6or41"};
|
|
54
54
|
require('./inverted.css');
|
|
55
55
|
|
|
56
56
|
var colorStyles = {
|
package/input/esm/default.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1u4xd */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-primary: #0b1f35;
|
|
4
4
|
--color-light-text-secondary: #546272;
|
|
@@ -31,46 +31,46 @@
|
|
|
31
31
|
/* error */
|
|
32
32
|
--input-error-color: var(--color-light-text-primary);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.input__input_1u4xd {
|
|
35
35
|
color: var(--input-color);
|
|
36
36
|
caret-color: var(--input-caret-color);
|
|
37
37
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.input__input_1u4xd:-webkit-autofill {
|
|
40
40
|
-webkit-text-fill-color: var(--input-color);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.input__input_1u4xd::placeholder {
|
|
43
43
|
color: var(--input-placeholder-color);
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.input__hasLabel_1u4xd::placeholder {
|
|
46
46
|
color: var(--input-with-label-placeholder-color);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.input__clearIcon_1u4xd {
|
|
49
49
|
background-image: var(--input-clear-icon);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.input__errorIcon_1u4xd {
|
|
52
52
|
background-image: var(--input-error-icon);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.input__successIcon_1u4xd {
|
|
55
55
|
background-image: var(--input-success-icon);
|
|
56
56
|
}
|
|
57
57
|
/* READ-ONLY STATE */
|
|
58
|
-
.
|
|
58
|
+
.input__input_1u4xd:read-only {
|
|
59
59
|
color: var(--input-read-only-color)
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.input__input_1u4xd:read-only:focus::placeholder {
|
|
62
62
|
color: var(--input-placeholder-color);
|
|
63
63
|
}
|
|
64
64
|
/* DISABLED STATE */
|
|
65
|
-
.
|
|
65
|
+
.input__input_1u4xd:disabled {
|
|
66
66
|
color: var(--input-disabled-color);
|
|
67
67
|
}
|
|
68
68
|
/* FOCUS STATE */
|
|
69
|
-
.
|
|
69
|
+
.input__input_1u4xd:focus::placeholder {
|
|
70
70
|
color: var(--input-focus-placeholder-color);
|
|
71
71
|
}
|
|
72
72
|
/* ERROR STATE */
|
|
73
|
-
.
|
|
73
|
+
.input__error_1u4xd {
|
|
74
74
|
color: var(--input-error-color);
|
|
75
75
|
caret-color: var(--input-error-color);
|
|
76
76
|
}
|
package/input/esm/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: q94jt */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-border-link: #007aff;
|
|
4
4
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
/* управляет видимостью иконки ошибки, если она стоит рядом с другой иконкой */
|
|
25
25
|
--input-error-icon-not-alone-display: block;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.input__input_q94jt {
|
|
28
28
|
font-size: 16px;
|
|
29
29
|
line-height: 20px;
|
|
30
30
|
font-weight: 400;
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
box-sizing: border-box;
|
|
42
42
|
-webkit-appearance: none;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.input__input_q94jt::placeholder {
|
|
45
45
|
transition: opacity 0.2s ease, color 0.2s ease;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.input__hasLabel_q94jt::placeholder {
|
|
48
48
|
opacity: 0;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.input__block_q94jt {
|
|
51
51
|
width: 100%;
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.input__clearIcon_q94jt {
|
|
54
54
|
width: 24px;
|
|
55
55
|
height: 24px;
|
|
56
56
|
background-repeat: no-repeat;
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
opacity: 0.3;
|
|
61
61
|
transition: opacity 0.2s ease
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.input__clearIcon_q94jt:hover {
|
|
64
64
|
opacity: 0.6;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.input__clearIcon_q94jt:active {
|
|
67
67
|
opacity: 1;
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
.input__errorIcon_q94jt {
|
|
70
70
|
width: 24px;
|
|
71
71
|
height: 24px;
|
|
72
72
|
background-repeat: no-repeat;
|
|
@@ -74,19 +74,19 @@
|
|
|
74
74
|
|
|
75
75
|
display: var(--input-error-icon-display)
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
.input__errorIcon_q94jt:not(:only-child) {
|
|
78
78
|
margin-left: var(--gap-2xs);
|
|
79
79
|
}
|
|
80
|
-
* + .
|
|
80
|
+
* + .input__errorIcon_q94jt {
|
|
81
81
|
display: var(--input-error-icon-not-alone-display);
|
|
82
82
|
}
|
|
83
|
-
.
|
|
83
|
+
.input__clearButton_q94jt + * {
|
|
84
84
|
margin-left: var(--gap-2xs);
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
.input__clearButton_q94jt + .input__errorIcon_q94jt {
|
|
87
87
|
display: var(--input-error-icon-display);
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
.input__successIcon_q94jt {
|
|
90
90
|
width: 24px;
|
|
91
91
|
height: 24px;
|
|
92
92
|
background-repeat: no-repeat;
|
|
@@ -94,55 +94,55 @@
|
|
|
94
94
|
|
|
95
95
|
display: var(--input-success-icon-display)
|
|
96
96
|
}
|
|
97
|
-
.
|
|
97
|
+
.input__successIcon_q94jt:not(:only-child) {
|
|
98
98
|
margin-left: var(--gap-2xs);
|
|
99
99
|
}
|
|
100
100
|
/* DISABLED STATE */
|
|
101
|
-
.
|
|
101
|
+
.input__input_q94jt:disabled {
|
|
102
102
|
cursor: var(--disabled-cursor);
|
|
103
103
|
}
|
|
104
104
|
/* FOCUS STATE */
|
|
105
|
-
.
|
|
105
|
+
.input__input_q94jt:focus.input__hasLabel_q94jt::placeholder {
|
|
106
106
|
opacity: 1;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
.input__focusVisible_q94jt {
|
|
109
109
|
outline: 2px solid var(--focus-color);
|
|
110
110
|
outline-offset: 2px;
|
|
111
111
|
}
|
|
112
112
|
/* READ-ONLY STATE */
|
|
113
|
-
.
|
|
113
|
+
.input__hasLabel_q94jt:read-only:focus::placeholder {
|
|
114
114
|
opacity: 0;
|
|
115
115
|
}
|
|
116
116
|
/* IE hide clear */
|
|
117
|
-
.
|
|
117
|
+
.input__input_q94jt::-ms-clear {
|
|
118
118
|
display: none;
|
|
119
119
|
width: 0;
|
|
120
120
|
height: 0;
|
|
121
121
|
}
|
|
122
122
|
/* Убирает синюю заливку при автокомплите */
|
|
123
|
-
.
|
|
123
|
+
.input__input_q94jt:-webkit-autofill:first-line, .input__input_q94jt:-webkit-autofill:hover:first-line, .input__input_q94jt:-webkit-autofill:focus:first-line, .input__input_q94jt:-webkit-autofill:active:first-line {
|
|
124
124
|
font-size: 16px;
|
|
125
125
|
line-height: 20px;
|
|
126
126
|
font-weight: 400;
|
|
127
127
|
font-family: var(--form-control-font-family);
|
|
128
128
|
}
|
|
129
|
-
.
|
|
130
|
-
.
|
|
131
|
-
.
|
|
132
|
-
.
|
|
129
|
+
.input__input_q94jt:-webkit-autofill,
|
|
130
|
+
.input__input_q94jt:-webkit-autofill:hover,
|
|
131
|
+
.input__input_q94jt:-webkit-autofill:focus,
|
|
132
|
+
.input__input_q94jt:-webkit-autofill:active {
|
|
133
133
|
|
|
134
134
|
/* Hack from http://stackoverflow.com/a/29350537 */
|
|
135
135
|
-webkit-transition: background-color 999999s ease-in-out 0s;
|
|
136
136
|
transition: background-color 999999s ease-in-out 0s;
|
|
137
137
|
}
|
|
138
|
-
.
|
|
139
|
-
animation:
|
|
138
|
+
.input__input_q94jt:-webkit-autofill {
|
|
139
|
+
animation: input__onautofillstart_q94jt 999999s forwards;
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
.input__input_q94jt:not(:-webkit-autofill) {
|
|
142
142
|
/* Позволяет отслеживать autofill через js */
|
|
143
|
-
animation:
|
|
143
|
+
animation: input__onautofillcancel_q94jt 999999s;
|
|
144
144
|
}
|
|
145
|
-
@keyframes
|
|
145
|
+
@keyframes input__onautofillstart_q94jt {
|
|
146
146
|
from {
|
|
147
147
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
148
148
|
}
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
@keyframes
|
|
153
|
+
@keyframes input__onautofillcancel_q94jt {
|
|
154
154
|
from {
|
|
155
155
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
156
156
|
}
|
package/input/esm/inverted.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 6or41 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-primary-inverted: #fff;
|
|
4
4
|
--color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7);
|
|
@@ -31,46 +31,46 @@
|
|
|
31
31
|
/* error */
|
|
32
32
|
--input-inverted-error-color: var(--color-light-text-primary-inverted);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.input__input_6or41 {
|
|
35
35
|
color: var(--input-inverted-color);
|
|
36
36
|
caret-color: var(--input-inverted-caret-color);
|
|
37
37
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.input__input_6or41:-webkit-autofill {
|
|
40
40
|
-webkit-text-fill-color: var(--input-inverted-color);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.input__input_6or41::placeholder {
|
|
43
43
|
color: var(--input-inverted-placeholder-color);
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.input__hasLabel_6or41::placeholder {
|
|
46
46
|
color: var(--input-inverted-with-label-placeholder-color);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.input__clearIcon_6or41 {
|
|
49
49
|
background-image: var(--input-inverted-clear-icon);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.input__errorIcon_6or41 {
|
|
52
52
|
background-image: var(--input-inverted-error-icon);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.input__successIcon_6or41 {
|
|
55
55
|
background-image: var(--input-inverted-success-icon);
|
|
56
56
|
}
|
|
57
57
|
/* READ-ONLY STATE */
|
|
58
|
-
.
|
|
58
|
+
.input__input_6or41:read-only {
|
|
59
59
|
color: var(--input-inverted-read-only-color)
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.input__input_6or41:read-only:focus::placeholder {
|
|
62
62
|
color: var(--input-inverted-placeholder-color);
|
|
63
63
|
}
|
|
64
64
|
/* DISABLED STATE */
|
|
65
|
-
.
|
|
65
|
+
.input__input_6or41:disabled {
|
|
66
66
|
color: var(--input-inverted-disabled-color);
|
|
67
67
|
}
|
|
68
68
|
/* FOCUS STATE */
|
|
69
|
-
.
|
|
69
|
+
.input__input_6or41:focus::placeholder {
|
|
70
70
|
color: var(--input-inverted-focus-placeholder-color);
|
|
71
71
|
}
|
|
72
72
|
/* ERROR STATE */
|
|
73
|
-
.
|
|
73
|
+
.input__error_6or41 {
|
|
74
74
|
color: var(--input-inverted-error-color);
|
|
75
75
|
caret-color: var(--input-inverted-error-color);
|
|
76
76
|
}
|
package/input/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: q94jt */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-border-link: #007aff;
|
|
4
4
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
/* управляет видимостью иконки ошибки, если она стоит рядом с другой иконкой */
|
|
25
25
|
--input-error-icon-not-alone-display: block;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.input__input_q94jt {
|
|
28
28
|
font-size: 16px;
|
|
29
29
|
line-height: 20px;
|
|
30
30
|
font-weight: 400;
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
box-sizing: border-box;
|
|
42
42
|
-webkit-appearance: none;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.input__input_q94jt::placeholder {
|
|
45
45
|
transition: opacity 0.2s ease, color 0.2s ease;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.input__hasLabel_q94jt::placeholder {
|
|
48
48
|
opacity: 0;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.input__block_q94jt {
|
|
51
51
|
width: 100%;
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.input__clearIcon_q94jt {
|
|
54
54
|
width: 24px;
|
|
55
55
|
height: 24px;
|
|
56
56
|
background-repeat: no-repeat;
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
opacity: 0.3;
|
|
61
61
|
transition: opacity 0.2s ease
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.input__clearIcon_q94jt:hover {
|
|
64
64
|
opacity: 0.6;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.input__clearIcon_q94jt:active {
|
|
67
67
|
opacity: 1;
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
.input__errorIcon_q94jt {
|
|
70
70
|
width: 24px;
|
|
71
71
|
height: 24px;
|
|
72
72
|
background-repeat: no-repeat;
|
|
@@ -74,19 +74,19 @@
|
|
|
74
74
|
|
|
75
75
|
display: var(--input-error-icon-display)
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
.input__errorIcon_q94jt:not(:only-child) {
|
|
78
78
|
margin-left: var(--gap-2xs);
|
|
79
79
|
}
|
|
80
|
-
* + .
|
|
80
|
+
* + .input__errorIcon_q94jt {
|
|
81
81
|
display: var(--input-error-icon-not-alone-display);
|
|
82
82
|
}
|
|
83
|
-
.
|
|
83
|
+
.input__clearButton_q94jt + * {
|
|
84
84
|
margin-left: var(--gap-2xs);
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
.input__clearButton_q94jt + .input__errorIcon_q94jt {
|
|
87
87
|
display: var(--input-error-icon-display);
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
.input__successIcon_q94jt {
|
|
90
90
|
width: 24px;
|
|
91
91
|
height: 24px;
|
|
92
92
|
background-repeat: no-repeat;
|
|
@@ -94,55 +94,55 @@
|
|
|
94
94
|
|
|
95
95
|
display: var(--input-success-icon-display)
|
|
96
96
|
}
|
|
97
|
-
.
|
|
97
|
+
.input__successIcon_q94jt:not(:only-child) {
|
|
98
98
|
margin-left: var(--gap-2xs);
|
|
99
99
|
}
|
|
100
100
|
/* DISABLED STATE */
|
|
101
|
-
.
|
|
101
|
+
.input__input_q94jt:disabled {
|
|
102
102
|
cursor: var(--disabled-cursor);
|
|
103
103
|
}
|
|
104
104
|
/* FOCUS STATE */
|
|
105
|
-
.
|
|
105
|
+
.input__input_q94jt:focus.input__hasLabel_q94jt::placeholder {
|
|
106
106
|
opacity: 1;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
.input__focusVisible_q94jt {
|
|
109
109
|
outline: 2px solid var(--focus-color);
|
|
110
110
|
outline-offset: 2px;
|
|
111
111
|
}
|
|
112
112
|
/* READ-ONLY STATE */
|
|
113
|
-
.
|
|
113
|
+
.input__hasLabel_q94jt:read-only:focus::placeholder {
|
|
114
114
|
opacity: 0;
|
|
115
115
|
}
|
|
116
116
|
/* IE hide clear */
|
|
117
|
-
.
|
|
117
|
+
.input__input_q94jt::-ms-clear {
|
|
118
118
|
display: none;
|
|
119
119
|
width: 0;
|
|
120
120
|
height: 0;
|
|
121
121
|
}
|
|
122
122
|
/* Убирает синюю заливку при автокомплите */
|
|
123
|
-
.
|
|
123
|
+
.input__input_q94jt:-webkit-autofill:first-line, .input__input_q94jt:-webkit-autofill:hover:first-line, .input__input_q94jt:-webkit-autofill:focus:first-line, .input__input_q94jt:-webkit-autofill:active:first-line {
|
|
124
124
|
font-size: 16px;
|
|
125
125
|
line-height: 20px;
|
|
126
126
|
font-weight: 400;
|
|
127
127
|
font-family: var(--form-control-font-family);
|
|
128
128
|
}
|
|
129
|
-
.
|
|
130
|
-
.
|
|
131
|
-
.
|
|
132
|
-
.
|
|
129
|
+
.input__input_q94jt:-webkit-autofill,
|
|
130
|
+
.input__input_q94jt:-webkit-autofill:hover,
|
|
131
|
+
.input__input_q94jt:-webkit-autofill:focus,
|
|
132
|
+
.input__input_q94jt:-webkit-autofill:active {
|
|
133
133
|
|
|
134
134
|
/* Hack from http://stackoverflow.com/a/29350537 */
|
|
135
135
|
-webkit-transition: background-color 999999s ease-in-out 0s;
|
|
136
136
|
transition: background-color 999999s ease-in-out 0s;
|
|
137
137
|
}
|
|
138
|
-
.
|
|
139
|
-
animation:
|
|
138
|
+
.input__input_q94jt:-webkit-autofill {
|
|
139
|
+
animation: input__onautofillstart_q94jt 999999s forwards;
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
.input__input_q94jt:not(:-webkit-autofill) {
|
|
142
142
|
/* Позволяет отслеживать autofill через js */
|
|
143
|
-
animation:
|
|
143
|
+
animation: input__onautofillcancel_q94jt 999999s;
|
|
144
144
|
}
|
|
145
|
-
@keyframes
|
|
145
|
+
@keyframes input__onautofillstart_q94jt {
|
|
146
146
|
from {
|
|
147
147
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
148
148
|
}
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
@keyframes
|
|
153
|
+
@keyframes input__onautofillcancel_q94jt {
|
|
154
154
|
from {
|
|
155
155
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
156
156
|
}
|
package/input/inverted.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 6or41 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-primary-inverted: #fff;
|
|
4
4
|
--color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7);
|
|
@@ -31,46 +31,46 @@
|
|
|
31
31
|
/* error */
|
|
32
32
|
--input-inverted-error-color: var(--color-light-text-primary-inverted);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.input__input_6or41 {
|
|
35
35
|
color: var(--input-inverted-color);
|
|
36
36
|
caret-color: var(--input-inverted-caret-color);
|
|
37
37
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.input__input_6or41:-webkit-autofill {
|
|
40
40
|
-webkit-text-fill-color: var(--input-inverted-color);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.input__input_6or41::placeholder {
|
|
43
43
|
color: var(--input-inverted-placeholder-color);
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.input__hasLabel_6or41::placeholder {
|
|
46
46
|
color: var(--input-inverted-with-label-placeholder-color);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.input__clearIcon_6or41 {
|
|
49
49
|
background-image: var(--input-inverted-clear-icon);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.input__errorIcon_6or41 {
|
|
52
52
|
background-image: var(--input-inverted-error-icon);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.input__successIcon_6or41 {
|
|
55
55
|
background-image: var(--input-inverted-success-icon);
|
|
56
56
|
}
|
|
57
57
|
/* READ-ONLY STATE */
|
|
58
|
-
.
|
|
58
|
+
.input__input_6or41:read-only {
|
|
59
59
|
color: var(--input-inverted-read-only-color)
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.input__input_6or41:read-only:focus::placeholder {
|
|
62
62
|
color: var(--input-inverted-placeholder-color);
|
|
63
63
|
}
|
|
64
64
|
/* DISABLED STATE */
|
|
65
|
-
.
|
|
65
|
+
.input__input_6or41:disabled {
|
|
66
66
|
color: var(--input-inverted-disabled-color);
|
|
67
67
|
}
|
|
68
68
|
/* FOCUS STATE */
|
|
69
|
-
.
|
|
69
|
+
.input__input_6or41:focus::placeholder {
|
|
70
70
|
color: var(--input-inverted-focus-placeholder-color);
|
|
71
71
|
}
|
|
72
72
|
/* ERROR STATE */
|
|
73
|
-
.
|
|
73
|
+
.input__error_6or41 {
|
|
74
74
|
color: var(--input-inverted-error-color);
|
|
75
75
|
caret-color: var(--input-inverted-error-color);
|
|
76
76
|
}
|