@alfalab/core-components 20.2.0 → 20.4.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/cssm/Component.d.ts +5 -0
- package/alert/cssm/Component.js +58 -0
- package/alert/cssm/index.d.ts +1 -0
- package/alert/cssm/index.js +11 -0
- package/alert/cssm/index.module.css +37 -0
- package/amount/cssm/component.d.ts +9 -0
- package/amount/cssm/component.js +35 -0
- package/amount/cssm/index.d.ts +8 -0
- package/amount/cssm/index.js +14 -0
- package/amount/cssm/index.module.css +20 -0
- package/amount/cssm/pure/component.d.ts +10 -0
- package/amount/cssm/pure/component.js +30 -0
- package/amount/cssm/pure/index.d.ts +1 -0
- package/amount/cssm/pure/index.js +11 -0
- package/amount/cssm/pure/index.module.css +3 -0
- package/amount/cssm/types/amount-props.d.ts +29 -0
- package/amount/cssm/types/amount-props.js +1 -0
- package/amount/cssm/types/index.d.ts +2 -0
- package/amount/cssm/types/index.js +1 -0
- package/amount-input/cssm/Component.d.ts +98 -0
- package/amount-input/cssm/Component.js +168 -0
- package/amount-input/cssm/default.module.css +17 -0
- package/amount-input/cssm/index.d.ts +1 -0
- package/amount-input/cssm/index.js +16 -0
- package/amount-input/cssm/index.module.css +35 -0
- package/amount-input/cssm/inverted.module.css +16 -0
- package/amount-input/cssm/utils/index.d.ts +10 -0
- package/amount-input/cssm/utils/index.js +40 -0
- package/attach/cssm/Component.d.ts +133 -0
- package/attach/cssm/Component.js +145 -0
- package/attach/cssm/index.d.ts +1 -0
- package/attach/cssm/index.js +18 -0
- package/attach/cssm/index.module.css +105 -0
- package/attach/cssm/utils/index.d.ts +2 -0
- package/attach/cssm/utils/index.js +11 -0
- package/backdrop/cssm/Component.d.ts +36 -0
- package/backdrop/cssm/Component.js +62 -0
- package/backdrop/cssm/index.d.ts +1 -0
- package/backdrop/cssm/index.js +11 -0
- package/backdrop/cssm/index.module.css +46 -0
- package/backdrop/cssm/vars.css +8 -0
- package/badge/cssm/Component.d.ts +34 -0
- package/badge/cssm/Component.js +26 -0
- package/badge/cssm/index.d.ts +1 -0
- package/badge/cssm/index.js +10 -0
- package/badge/cssm/index.module.css +114 -0
- package/bank-card/cssm/Component.d.ts +41 -0
- package/bank-card/cssm/Component.js +70 -0
- package/bank-card/cssm/index.d.ts +1 -0
- package/bank-card/cssm/index.js +15 -0
- package/bank-card/cssm/index.module.css +634 -0
- package/bank-card/cssm/utils.d.ts +8 -0
- package/bank-card/cssm/utils.js +27 -0
- package/base-modal/cssm/Component.d.ts +125 -0
- package/base-modal/cssm/Component.js +243 -0
- package/base-modal/cssm/index.d.ts +2 -0
- package/base-modal/cssm/index.js +24 -0
- package/base-modal/cssm/index.module.css +61 -0
- package/base-modal/cssm/utils.d.ts +6 -0
- package/base-modal/cssm/utils.js +102 -0
- package/bottom-sheet/cssm/Component-24200d96.d.ts +50 -0
- package/bottom-sheet/cssm/Component-24200d96.js +53 -0
- package/bottom-sheet/cssm/component.d.ts +55 -0
- package/bottom-sheet/cssm/component.js +150 -0
- package/bottom-sheet/cssm/components/footer/Component.d.ts +13 -0
- package/bottom-sheet/cssm/components/footer/Component.js +26 -0
- package/bottom-sheet/cssm/components/footer/index.module.css +25 -0
- package/bottom-sheet/cssm/components/swipeable-backdrop/Component.d.ts +0 -0
- package/bottom-sheet/cssm/components/swipeable-backdrop/Component.js +9 -0
- package/bottom-sheet/cssm/index.d.ts +1 -0
- package/bottom-sheet/cssm/index.js +18 -0
- package/bottom-sheet/cssm/index.module.css +91 -0
- package/button/cssm/Component.d.ts +63 -0
- package/button/cssm/Component.js +129 -0
- package/button/cssm/default.module.css +193 -0
- package/button/cssm/index.d.ts +1 -0
- package/button/cssm/index.js +16 -0
- package/button/cssm/index.module.css +187 -0
- package/button/cssm/inverted.module.css +181 -0
- 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/cssm/Component.d.ts +67 -0
- package/calendar/cssm/Component.js +103 -0
- package/calendar/cssm/components/days-table/Component.d.ts +32 -0
- package/calendar/cssm/components/days-table/Component.js +77 -0
- package/calendar/cssm/components/days-table/index.d.ts +1 -0
- package/calendar/cssm/components/days-table/index.js +16 -0
- package/calendar/cssm/components/days-table/index.module.css +240 -0
- package/calendar/cssm/components/header/Component.d.ts +46 -0
- package/calendar/cssm/components/header/Component.js +38 -0
- package/calendar/cssm/components/header/index.d.ts +1 -0
- package/calendar/cssm/components/header/index.js +14 -0
- package/calendar/cssm/components/header/index.module.css +108 -0
- package/calendar/cssm/components/months-table/Component.d.ts +18 -0
- package/calendar/cssm/components/months-table/Component.js +30 -0
- package/calendar/cssm/components/months-table/index.d.ts +1 -0
- package/calendar/cssm/components/months-table/index.js +16 -0
- package/calendar/cssm/components/months-table/index.module.css +46 -0
- package/calendar/cssm/components/select-button/Component.d.ts +24 -0
- package/calendar/cssm/components/select-button/Component.js +20 -0
- package/calendar/cssm/components/select-button/index.d.ts +1 -0
- package/calendar/cssm/components/select-button/index.js +12 -0
- package/calendar/cssm/components/select-button/index.module.css +79 -0
- package/calendar/cssm/components/years-table/Component.d.ts +21 -0
- package/calendar/cssm/components/years-table/Component.js +44 -0
- package/calendar/cssm/components/years-table/index.d.ts +1 -0
- package/calendar/cssm/components/years-table/index.js +15 -0
- package/calendar/cssm/components/years-table/index.module.css +57 -0
- package/calendar/cssm/index.d.ts +4 -0
- package/calendar/cssm/index.js +40 -0
- package/calendar/cssm/index.module.css +53 -0
- package/calendar/{esm/tslib.es6-4cdbe0cb.d.ts → cssm/tslib.es6-ce870b46.d.ts} +0 -0
- package/calendar/{tslib.es6-74210174.js → cssm/tslib.es6-ce870b46.js} +0 -0
- package/calendar/cssm/typings.d.ts +15 -0
- package/calendar/cssm/typings.js +1 -0
- package/calendar/cssm/useCalendar.d.ts +89 -0
- package/calendar/cssm/useCalendar.js +283 -0
- package/calendar/cssm/usePeriod.d.ts +23 -0
- package/calendar/cssm/usePeriod.js +67 -0
- package/calendar/cssm/utils.d.ts +78 -0
- package/calendar/cssm/utils.js +191 -0
- package/calendar/cssm/vars.css +20 -0
- 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/{tslib.es6-74210174.d.ts → esm/tslib.es6-decc30d3.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-4cdbe0cb.js → tslib.es6-decc30d3.js} +0 -0
- package/calendar/index.js +1 -1
- package/{gallery/esm/tslib.es6-5424b006.d.ts → calendar/tslib.es6-af3fab91.d.ts} +0 -0
- package/{gallery/tslib.es6-36496c07.js → calendar/tslib.es6-af3fab91.js} +0 -0
- package/calendar-input/cssm/Component.d.ts +169 -0
- package/calendar-input/cssm/Component.js +161 -0
- package/calendar-input/cssm/index.d.ts +2 -0
- package/calendar-input/cssm/index.js +25 -0
- package/calendar-input/cssm/index.module.css +84 -0
- package/calendar-input/cssm/stories.module.css +28 -0
- package/calendar-input/cssm/utils.d.ts +13 -0
- package/calendar-input/cssm/utils.js +38 -0
- package/calendar-range/cssm/Component.d.ts +55 -0
- package/calendar-range/cssm/Component.js +196 -0
- package/calendar-range/cssm/index.d.ts +1 -0
- package/calendar-range/cssm/index.js +16 -0
- package/calendar-range/cssm/index.module.css +35 -0
- package/calendar-range/cssm/useCalendarMaxMinDates.d.ts +16 -0
- package/calendar-range/cssm/useCalendarMaxMinDates.js +20 -0
- package/calendar-range/cssm/useCalendarMonthes.d.ts +14 -0
- package/calendar-range/cssm/useCalendarMonthes.js +44 -0
- package/calendar-range/cssm/utils.d.ts +11 -0
- package/calendar-range/cssm/utils.js +22 -0
- package/calendar-with-skeleton/cssm/Component.d.ts +24 -0
- package/calendar-with-skeleton/cssm/Component.js +74 -0
- package/calendar-with-skeleton/cssm/index.d.ts +1 -0
- package/calendar-with-skeleton/cssm/index.js +13 -0
- package/calendar-with-skeleton/cssm/index.module.css +60 -0
- package/card-image/cssm/Component.d.ts +50 -0
- package/card-image/cssm/Component.js +38 -0
- package/card-image/cssm/index.d.ts +1 -0
- package/card-image/cssm/index.js +13 -0
- package/card-image/cssm/index.module.css +35 -0
- package/cdn-icon/cssm/Component.d.ts +18 -0
- package/cdn-icon/cssm/Component.js +30 -0
- package/cdn-icon/cssm/index.d.ts +1 -0
- package/cdn-icon/cssm/index.js +9 -0
- package/cdn-icon/cssm/index.module.css +14 -0
- package/chart/Component.d.ts +5 -0
- package/chart/Component.js +269 -0
- package/chart/components/Dot/index.css +23 -0
- package/chart/components/Dot/index.d.ts +5 -0
- package/chart/components/Dot/index.js +53 -0
- package/chart/components/Legends/index.css +40 -0
- package/chart/components/Legends/index.d.ts +14 -0
- package/chart/components/Legends/index.js +46 -0
- package/chart/components/LinearGradient.d.ts +5 -0
- package/chart/components/LinearGradient.js +14 -0
- package/chart/components/Tick/index.css +27 -0
- package/chart/components/Tick/index.d.ts +4 -0
- package/chart/components/Tick/index.js +28 -0
- package/chart/components/TooltipContent/index.css +65 -0
- package/chart/components/TooltipContent/index.d.ts +10 -0
- package/chart/components/TooltipContent/index.js +36 -0
- package/chart/cssm/Component.d.ts +5 -0
- package/chart/cssm/Component.js +272 -0
- package/chart/cssm/components/Dot/index.d.ts +5 -0
- package/chart/cssm/components/Dot/index.js +52 -0
- package/chart/cssm/components/Dot/index.module.css +22 -0
- package/chart/cssm/components/Legends/index.d.ts +14 -0
- package/chart/cssm/components/Legends/index.js +45 -0
- package/chart/cssm/components/Legends/index.module.css +39 -0
- package/chart/cssm/components/LinearGradient.d.ts +5 -0
- package/chart/cssm/components/LinearGradient.js +14 -0
- package/chart/cssm/components/Tick/index.d.ts +4 -0
- package/chart/cssm/components/Tick/index.js +27 -0
- package/chart/cssm/components/Tick/index.module.css +26 -0
- package/chart/cssm/components/TooltipContent/index.d.ts +10 -0
- package/chart/cssm/components/TooltipContent/index.js +35 -0
- package/chart/cssm/components/TooltipContent/index.module.css +64 -0
- package/chart/cssm/hooks/useSettings/index.d.ts +16 -0
- package/chart/cssm/hooks/useSettings/index.js +47 -0
- package/chart/cssm/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
- package/chart/cssm/hooks/useSettings/utils/setComposedChartsMargin.js +17 -0
- package/chart/cssm/hooks/useSettings/utils/setDatas.d.ts +6 -0
- package/chart/cssm/hooks/useSettings/utils/setDatas.js +39 -0
- package/chart/cssm/hooks/useSettings/utils/setGradientCharts.d.ts +3 -0
- package/chart/cssm/hooks/useSettings/utils/setGradientCharts.js +27 -0
- package/chart/cssm/hooks/useSettings/utils/setLegendMargin.d.ts +4 -0
- package/chart/cssm/hooks/useSettings/utils/setLegendMargin.js +16 -0
- package/chart/cssm/hooks/useSettings/utils/sortByIndex.d.ts +3 -0
- package/chart/cssm/hooks/useSettings/utils/sortByIndex.js +12 -0
- package/chart/cssm/icons/Circle.d.ts +7 -0
- package/chart/cssm/icons/Circle.js +15 -0
- package/chart/cssm/icons/CircleLine.d.ts +8 -0
- package/chart/cssm/icons/CircleLine.js +16 -0
- package/chart/cssm/icons/FilledCircle.d.ts +7 -0
- package/chart/cssm/icons/FilledCircle.js +19 -0
- package/chart/cssm/icons/Point.d.ts +7 -0
- package/chart/cssm/icons/Point.js +16 -0
- package/chart/cssm/icons/StrokeCircle.d.ts +7 -0
- package/chart/cssm/icons/StrokeCircle.js +15 -0
- package/chart/cssm/index.d.ts +1 -0
- package/chart/cssm/index.js +27 -0
- package/chart/cssm/index.module.css +25 -0
- package/{gallery/tslib.es6-36496c07.d.ts → chart/cssm/tslib.es6-2be2aee7.d.ts} +0 -0
- package/chart/cssm/tslib.es6-2be2aee7.js +26 -0
- package/chart/cssm/types/brush.types.d.ts +41 -0
- package/chart/cssm/types/brush.types.js +1 -0
- package/chart/cssm/types/cartesianGrid.types.d.ts +23 -0
- package/chart/cssm/types/cartesianGrid.types.js +1 -0
- package/chart/cssm/types/chart.types.d.ts +61 -0
- package/chart/cssm/types/chart.types.js +1 -0
- package/chart/cssm/types/composedChart.types.d.ts +33 -0
- package/chart/cssm/types/composedChart.types.js +1 -0
- package/chart/cssm/types/legend.types.d.ts +30 -0
- package/chart/cssm/types/legend.types.js +1 -0
- package/chart/cssm/types/options.types.d.ts +59 -0
- package/chart/cssm/types/options.types.js +1 -0
- package/chart/cssm/types/payload.types.d.ts +29 -0
- package/chart/cssm/types/payload.types.js +1 -0
- package/chart/cssm/types/responsiveContainer.types.d.ts +10 -0
- package/chart/cssm/types/responsiveContainer.types.js +1 -0
- package/chart/cssm/types/seria.types.d.ts +59 -0
- package/chart/cssm/types/seria.types.js +1 -0
- package/chart/cssm/types/tooltip.types.d.ts +70 -0
- package/chart/cssm/types/tooltip.types.js +1 -0
- package/chart/cssm/types/utils/axis.types.d.ts +68 -0
- package/chart/cssm/types/utils/axis.types.js +1 -0
- package/chart/cssm/types/utils/coordinates.types.d.ts +11 -0
- package/chart/cssm/types/utils/coordinates.types.js +1 -0
- package/chart/cssm/types/utils/data.types.d.ts +17 -0
- package/chart/cssm/types/utils/data.types.js +1 -0
- package/chart/cssm/types/utils/dot.types.d.ts +73 -0
- package/chart/cssm/types/utils/dot.types.js +1 -0
- package/chart/cssm/types/utils/gradient.types.d.ts +29 -0
- package/chart/cssm/types/utils/gradient.types.js +1 -0
- package/chart/cssm/types/utils/tick.types.d.ts +19 -0
- package/chart/cssm/types/utils/tick.types.js +1 -0
- package/chart/cssm/types/xAxis.types.d.ts +16 -0
- package/chart/cssm/types/xAxis.types.js +1 -0
- package/chart/cssm/types/yAxis.types.d.ts +8 -0
- package/chart/cssm/types/yAxis.types.js +1 -0
- package/chart/esm/Component.d.ts +5 -0
- package/chart/esm/Component.js +264 -0
- package/chart/esm/components/Dot/index.css +23 -0
- package/chart/esm/components/Dot/index.d.ts +5 -0
- package/chart/esm/components/Dot/index.js +46 -0
- package/chart/esm/components/Legends/index.css +40 -0
- package/chart/esm/components/Legends/index.d.ts +14 -0
- package/chart/esm/components/Legends/index.js +39 -0
- package/chart/esm/components/LinearGradient.d.ts +5 -0
- package/chart/esm/components/LinearGradient.js +8 -0
- package/chart/esm/components/Tick/index.css +27 -0
- package/chart/esm/components/Tick/index.d.ts +4 -0
- package/chart/esm/components/Tick/index.js +21 -0
- package/chart/esm/components/TooltipContent/index.css +65 -0
- package/chart/esm/components/TooltipContent/index.d.ts +10 -0
- package/chart/esm/components/TooltipContent/index.js +29 -0
- package/chart/esm/hooks/useSettings/index.d.ts +16 -0
- package/chart/esm/hooks/useSettings/index.js +45 -0
- package/chart/esm/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
- package/chart/esm/hooks/useSettings/utils/setComposedChartsMargin.js +15 -0
- package/chart/esm/hooks/useSettings/utils/setDatas.d.ts +6 -0
- package/chart/esm/hooks/useSettings/utils/setDatas.js +37 -0
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.d.ts +3 -0
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +25 -0
- package/chart/esm/hooks/useSettings/utils/setLegendMargin.d.ts +4 -0
- package/chart/esm/hooks/useSettings/utils/setLegendMargin.js +14 -0
- package/chart/esm/hooks/useSettings/utils/sortByIndex.d.ts +3 -0
- package/chart/esm/hooks/useSettings/utils/sortByIndex.js +10 -0
- package/chart/esm/icons/Circle.d.ts +7 -0
- package/chart/esm/icons/Circle.js +9 -0
- package/chart/esm/icons/CircleLine.d.ts +8 -0
- package/chart/esm/icons/CircleLine.js +10 -0
- package/chart/esm/icons/FilledCircle.d.ts +7 -0
- package/chart/esm/icons/FilledCircle.js +13 -0
- package/chart/esm/icons/Point.d.ts +7 -0
- package/chart/esm/icons/Point.js +10 -0
- package/chart/esm/icons/StrokeCircle.d.ts +7 -0
- package/chart/esm/icons/StrokeCircle.js +9 -0
- package/chart/esm/index.css +15 -0
- package/chart/esm/index.d.ts +1 -0
- package/chart/esm/index.js +22 -0
- package/{grid/esm/gutters.module-c9c70930.d.ts → chart/esm/tslib.es6-defbba9d.d.ts} +0 -0
- package/chart/esm/tslib.es6-defbba9d.js +28 -0
- package/chart/esm/types/brush.types.d.ts +41 -0
- package/chart/esm/types/brush.types.js +1 -0
- package/chart/esm/types/cartesianGrid.types.d.ts +23 -0
- package/chart/esm/types/cartesianGrid.types.js +1 -0
- package/chart/esm/types/chart.types.d.ts +61 -0
- package/chart/esm/types/chart.types.js +1 -0
- package/chart/esm/types/composedChart.types.d.ts +33 -0
- package/chart/esm/types/composedChart.types.js +1 -0
- package/chart/esm/types/legend.types.d.ts +30 -0
- package/chart/esm/types/legend.types.js +1 -0
- package/chart/esm/types/options.types.d.ts +59 -0
- package/chart/esm/types/options.types.js +1 -0
- package/chart/esm/types/payload.types.d.ts +29 -0
- package/chart/esm/types/payload.types.js +1 -0
- package/chart/esm/types/responsiveContainer.types.d.ts +10 -0
- package/chart/esm/types/responsiveContainer.types.js +1 -0
- package/chart/esm/types/seria.types.d.ts +59 -0
- package/chart/esm/types/seria.types.js +1 -0
- package/chart/esm/types/tooltip.types.d.ts +70 -0
- package/chart/esm/types/tooltip.types.js +1 -0
- package/chart/esm/types/utils/axis.types.d.ts +68 -0
- package/chart/esm/types/utils/axis.types.js +1 -0
- package/chart/esm/types/utils/coordinates.types.d.ts +11 -0
- package/chart/esm/types/utils/coordinates.types.js +1 -0
- package/chart/esm/types/utils/data.types.d.ts +17 -0
- package/chart/esm/types/utils/data.types.js +1 -0
- package/chart/esm/types/utils/dot.types.d.ts +73 -0
- package/chart/esm/types/utils/dot.types.js +1 -0
- package/chart/esm/types/utils/gradient.types.d.ts +29 -0
- package/chart/esm/types/utils/gradient.types.js +1 -0
- package/chart/esm/types/utils/tick.types.d.ts +19 -0
- package/chart/esm/types/utils/tick.types.js +1 -0
- package/chart/esm/types/xAxis.types.d.ts +16 -0
- package/chart/esm/types/xAxis.types.js +1 -0
- package/chart/esm/types/yAxis.types.d.ts +8 -0
- package/chart/esm/types/yAxis.types.js +1 -0
- package/chart/hooks/useSettings/index.d.ts +16 -0
- package/chart/hooks/useSettings/index.js +47 -0
- package/chart/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
- package/chart/hooks/useSettings/utils/setComposedChartsMargin.js +17 -0
- package/chart/hooks/useSettings/utils/setDatas.d.ts +6 -0
- package/chart/hooks/useSettings/utils/setDatas.js +39 -0
- package/chart/hooks/useSettings/utils/setGradientCharts.d.ts +3 -0
- package/chart/hooks/useSettings/utils/setGradientCharts.js +27 -0
- package/chart/hooks/useSettings/utils/setLegendMargin.d.ts +4 -0
- package/chart/hooks/useSettings/utils/setLegendMargin.js +16 -0
- package/chart/hooks/useSettings/utils/sortByIndex.d.ts +3 -0
- package/chart/hooks/useSettings/utils/sortByIndex.js +12 -0
- package/chart/icons/Circle.d.ts +7 -0
- package/chart/icons/Circle.js +15 -0
- package/chart/icons/CircleLine.d.ts +8 -0
- package/chart/icons/CircleLine.js +16 -0
- package/chart/icons/FilledCircle.d.ts +7 -0
- package/chart/icons/FilledCircle.js +19 -0
- package/chart/icons/Point.d.ts +7 -0
- package/chart/icons/Point.js +16 -0
- package/chart/icons/StrokeCircle.d.ts +7 -0
- package/chart/icons/StrokeCircle.js +15 -0
- package/chart/index.css +15 -0
- package/chart/index.d.ts +1 -0
- package/chart/index.js +22 -0
- package/chart/modern/Component.d.ts +5 -0
- package/chart/modern/Component.js +258 -0
- package/chart/modern/components/Dot/index.css +23 -0
- package/chart/modern/components/Dot/index.d.ts +5 -0
- package/chart/modern/components/Dot/index.js +45 -0
- package/chart/modern/components/Legends/index.css +40 -0
- package/chart/modern/components/Legends/index.d.ts +14 -0
- package/chart/modern/components/Legends/index.js +38 -0
- package/chart/modern/components/LinearGradient.d.ts +5 -0
- package/chart/modern/components/LinearGradient.js +7 -0
- package/chart/modern/components/Tick/index.css +27 -0
- package/chart/modern/components/Tick/index.d.ts +4 -0
- package/chart/modern/components/Tick/index.js +20 -0
- package/chart/modern/components/TooltipContent/index.css +65 -0
- package/chart/modern/components/TooltipContent/index.d.ts +10 -0
- package/chart/modern/components/TooltipContent/index.js +28 -0
- package/chart/modern/hooks/useSettings/index.d.ts +16 -0
- package/chart/modern/hooks/useSettings/index.js +43 -0
- package/chart/modern/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
- package/chart/modern/hooks/useSettings/utils/setComposedChartsMargin.js +14 -0
- package/chart/modern/hooks/useSettings/utils/setDatas.d.ts +6 -0
- package/chart/modern/hooks/useSettings/utils/setDatas.js +32 -0
- package/chart/modern/hooks/useSettings/utils/setGradientCharts.d.ts +3 -0
- package/chart/modern/hooks/useSettings/utils/setGradientCharts.js +35 -0
- package/chart/modern/hooks/useSettings/utils/setLegendMargin.d.ts +4 -0
- package/chart/modern/hooks/useSettings/utils/setLegendMargin.js +14 -0
- package/chart/modern/hooks/useSettings/utils/sortByIndex.d.ts +3 -0
- package/chart/modern/hooks/useSettings/utils/sortByIndex.js +10 -0
- package/chart/modern/icons/Circle.d.ts +7 -0
- package/chart/modern/icons/Circle.js +8 -0
- package/chart/modern/icons/CircleLine.d.ts +8 -0
- package/chart/modern/icons/CircleLine.js +9 -0
- package/chart/modern/icons/FilledCircle.d.ts +7 -0
- package/chart/modern/icons/FilledCircle.js +12 -0
- package/chart/modern/icons/Point.d.ts +7 -0
- package/chart/modern/icons/Point.js +7 -0
- package/chart/modern/icons/StrokeCircle.d.ts +7 -0
- package/chart/modern/icons/StrokeCircle.js +8 -0
- package/chart/modern/index.css +15 -0
- package/chart/modern/index.d.ts +1 -0
- package/chart/modern/index.js +21 -0
- package/chart/modern/types/brush.types.d.ts +41 -0
- package/chart/modern/types/brush.types.js +1 -0
- package/chart/modern/types/cartesianGrid.types.d.ts +23 -0
- package/chart/modern/types/cartesianGrid.types.js +1 -0
- package/chart/modern/types/chart.types.d.ts +61 -0
- package/chart/modern/types/chart.types.js +1 -0
- package/chart/modern/types/composedChart.types.d.ts +33 -0
- package/chart/modern/types/composedChart.types.js +1 -0
- package/chart/modern/types/legend.types.d.ts +30 -0
- package/chart/modern/types/legend.types.js +1 -0
- package/chart/modern/types/options.types.d.ts +59 -0
- package/chart/modern/types/options.types.js +1 -0
- package/chart/modern/types/payload.types.d.ts +29 -0
- package/chart/modern/types/payload.types.js +1 -0
- package/chart/modern/types/responsiveContainer.types.d.ts +10 -0
- package/chart/modern/types/responsiveContainer.types.js +1 -0
- package/chart/modern/types/seria.types.d.ts +59 -0
- package/chart/modern/types/seria.types.js +1 -0
- package/chart/modern/types/tooltip.types.d.ts +70 -0
- package/chart/modern/types/tooltip.types.js +1 -0
- package/chart/modern/types/utils/axis.types.d.ts +68 -0
- package/chart/modern/types/utils/axis.types.js +1 -0
- package/chart/modern/types/utils/coordinates.types.d.ts +11 -0
- package/chart/modern/types/utils/coordinates.types.js +1 -0
- package/chart/modern/types/utils/data.types.d.ts +17 -0
- package/chart/modern/types/utils/data.types.js +1 -0
- package/chart/modern/types/utils/dot.types.d.ts +73 -0
- package/chart/modern/types/utils/dot.types.js +1 -0
- package/chart/modern/types/utils/gradient.types.d.ts +29 -0
- package/chart/modern/types/utils/gradient.types.js +1 -0
- package/chart/modern/types/utils/tick.types.d.ts +19 -0
- package/chart/modern/types/utils/tick.types.js +1 -0
- package/chart/modern/types/xAxis.types.d.ts +16 -0
- package/chart/modern/types/xAxis.types.js +1 -0
- package/chart/modern/types/yAxis.types.d.ts +8 -0
- package/chart/modern/types/yAxis.types.js +1 -0
- package/chart/package.json +3 -0
- package/chart/send-stats.js +82 -0
- package/{grid/gutters.module-ec984f94.d.ts → chart/tslib.es6-62c2b032.d.ts} +0 -0
- package/chart/tslib.es6-62c2b032.js +26 -0
- package/chart/types/brush.types.d.ts +41 -0
- package/chart/types/brush.types.js +1 -0
- package/chart/types/cartesianGrid.types.d.ts +23 -0
- package/chart/types/cartesianGrid.types.js +1 -0
- package/chart/types/chart.types.d.ts +61 -0
- package/chart/types/chart.types.js +1 -0
- package/chart/types/composedChart.types.d.ts +33 -0
- package/chart/types/composedChart.types.js +1 -0
- package/chart/types/legend.types.d.ts +30 -0
- package/chart/types/legend.types.js +1 -0
- package/chart/types/options.types.d.ts +59 -0
- package/chart/types/options.types.js +1 -0
- package/chart/types/payload.types.d.ts +29 -0
- package/chart/types/payload.types.js +1 -0
- package/chart/types/responsiveContainer.types.d.ts +10 -0
- package/chart/types/responsiveContainer.types.js +1 -0
- package/chart/types/seria.types.d.ts +59 -0
- package/chart/types/seria.types.js +1 -0
- package/chart/types/tooltip.types.d.ts +70 -0
- package/chart/types/tooltip.types.js +1 -0
- package/chart/types/utils/axis.types.d.ts +68 -0
- package/chart/types/utils/axis.types.js +1 -0
- package/chart/types/utils/coordinates.types.d.ts +11 -0
- package/chart/types/utils/coordinates.types.js +1 -0
- package/chart/types/utils/data.types.d.ts +17 -0
- package/chart/types/utils/data.types.js +1 -0
- package/chart/types/utils/dot.types.d.ts +73 -0
- package/chart/types/utils/dot.types.js +1 -0
- package/chart/types/utils/gradient.types.d.ts +29 -0
- package/chart/types/utils/gradient.types.js +1 -0
- package/chart/types/utils/tick.types.d.ts +19 -0
- package/chart/types/utils/tick.types.js +1 -0
- package/chart/types/xAxis.types.d.ts +16 -0
- package/chart/types/xAxis.types.js +1 -0
- package/chart/types/yAxis.types.d.ts +8 -0
- package/chart/types/yAxis.types.js +1 -0
- package/checkbox/cssm/Component.d.ts +112 -0
- package/checkbox/cssm/Component.js +93 -0
- package/checkbox/cssm/index.d.ts +1 -0
- package/checkbox/cssm/index.js +13 -0
- package/checkbox/cssm/index.module.css +226 -0
- package/checkbox-group/cssm/Component.d.ts +50 -0
- package/checkbox-group/cssm/Component.js +79 -0
- package/checkbox-group/cssm/index.d.ts +1 -0
- package/checkbox-group/cssm/index.js +10 -0
- package/checkbox-group/cssm/index.module.css +91 -0
- package/circular-progress-bar/cssm/Component.d.ts +37 -0
- package/circular-progress-bar/cssm/Component.js +49 -0
- package/circular-progress-bar/cssm/index.d.ts +1 -0
- package/circular-progress-bar/cssm/index.js +11 -0
- package/circular-progress-bar/cssm/index.module.css +93 -0
- package/collapse/cssm/Component.d.ts +41 -0
- package/collapse/cssm/Component.js +63 -0
- package/collapse/cssm/index.d.ts +1 -0
- package/collapse/cssm/index.js +14 -0
- package/collapse/cssm/index.module.css +34 -0
- package/confirmation/component.d.ts +28 -0
- package/confirmation/component.js +21 -7
- package/confirmation/components/code-input/component.js +1 -1
- package/confirmation/components/code-input/index.css +11 -8
- 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/index.d.ts +1 -0
- package/confirmation/components/index.js +3 -0
- package/confirmation/components/overlimit/component.d.ts +12 -0
- package/confirmation/components/overlimit/component.js +71 -0
- package/confirmation/components/overlimit/index.css +90 -0
- package/confirmation/components/overlimit/index.d.ts +1 -0
- package/confirmation/components/overlimit/index.js +15 -0
- package/confirmation/components/sign-confirmation/component.js +1 -1
- package/confirmation/components/sign-confirmation/index.css +13 -13
- package/confirmation/cssm/component.d.ts +164 -0
- package/confirmation/cssm/component.js +125 -0
- package/confirmation/cssm/components/code-input/component.d.ts +16 -0
- package/confirmation/cssm/components/code-input/component.js +156 -0
- package/confirmation/cssm/components/code-input/index.d.ts +1 -0
- package/confirmation/cssm/components/code-input/index.js +12 -0
- package/confirmation/cssm/components/code-input/index.module.css +94 -0
- package/confirmation/cssm/components/code-input/utils.d.ts +10 -0
- package/confirmation/cssm/components/code-input/utils.js +19 -0
- package/confirmation/cssm/components/countdown/component.d.ts +23 -0
- package/confirmation/cssm/components/countdown/component.js +115 -0
- package/confirmation/cssm/components/countdown/index.d.ts +1 -0
- package/confirmation/cssm/components/countdown/index.js +16 -0
- package/confirmation/cssm/components/countdown/index.module.css +84 -0
- package/confirmation/cssm/components/countdown-loader/component.d.ts +7 -0
- package/confirmation/cssm/components/countdown-loader/component.js +26 -0
- package/confirmation/cssm/components/countdown-loader/index.d.ts +1 -0
- package/confirmation/cssm/components/countdown-loader/index.js +9 -0
- package/confirmation/cssm/components/countdown-loader/index.module.css +25 -0
- package/confirmation/cssm/components/index.d.ts +4 -0
- package/confirmation/cssm/components/index.js +29 -0
- package/confirmation/cssm/components/overlimit/component.d.ts +12 -0
- package/confirmation/cssm/components/overlimit/component.js +72 -0
- package/confirmation/cssm/components/overlimit/index.d.ts +1 -0
- package/confirmation/cssm/components/overlimit/index.js +18 -0
- package/confirmation/cssm/components/overlimit/index.module.css +89 -0
- package/confirmation/cssm/components/sign-confirmation/component.d.ts +37 -0
- package/confirmation/cssm/components/sign-confirmation/component.js +62 -0
- package/confirmation/cssm/components/sign-confirmation/index.d.ts +1 -0
- package/confirmation/cssm/components/sign-confirmation/index.js +22 -0
- package/confirmation/cssm/components/sign-confirmation/index.module.css +107 -0
- package/confirmation/cssm/index.d.ts +2 -0
- package/confirmation/cssm/index.js +32 -0
- package/confirmation/cssm/index.module.css +118 -0
- package/confirmation/cssm/vars.css +17 -0
- package/confirmation/esm/component.d.ts +28 -0
- package/confirmation/esm/component.js +21 -7
- package/confirmation/esm/components/code-input/component.js +1 -1
- package/confirmation/esm/components/code-input/index.css +11 -8
- 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/index.d.ts +1 -0
- package/confirmation/esm/components/index.js +2 -0
- package/confirmation/esm/components/overlimit/component.d.ts +12 -0
- package/confirmation/esm/components/overlimit/component.js +65 -0
- package/confirmation/esm/components/overlimit/index.css +90 -0
- package/confirmation/esm/components/overlimit/index.d.ts +1 -0
- package/confirmation/esm/components/overlimit/index.js +9 -0
- 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/esm/index.js +2 -0
- package/confirmation/index.css +14 -14
- package/confirmation/index.js +3 -0
- package/confirmation/modern/component.d.ts +28 -0
- package/confirmation/modern/component.js +20 -6
- package/confirmation/modern/components/code-input/component.js +1 -1
- package/confirmation/modern/components/code-input/index.css +11 -8
- 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/index.d.ts +1 -0
- package/confirmation/modern/components/index.js +2 -0
- package/confirmation/modern/components/overlimit/component.d.ts +12 -0
- package/confirmation/modern/components/overlimit/component.js +64 -0
- package/confirmation/modern/components/overlimit/index.css +90 -0
- package/confirmation/modern/components/overlimit/index.d.ts +1 -0
- package/confirmation/modern/components/overlimit/index.js +9 -0
- 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/confirmation/modern/index.js +2 -0
- package/date-input/cssm/Component.d.ts +47 -0
- package/date-input/cssm/Component.js +90 -0
- package/date-input/cssm/index.d.ts +2 -0
- package/date-input/cssm/index.js +25 -0
- package/date-input/cssm/index.module.css +25 -0
- package/date-input/cssm/utils/date-correction-pipe.d.ts +9 -0
- package/date-input/cssm/utils/date-correction-pipe.js +57 -0
- package/date-input/cssm/utils/format.d.ts +7 -0
- package/date-input/cssm/utils/format.js +23 -0
- package/date-input/cssm/utils/index.d.ts +3 -0
- package/date-input/cssm/utils/index.js +20 -0
- package/date-input/cssm/utils/native-supports.d.ts +7 -0
- package/date-input/cssm/utils/native-supports.js +18 -0
- package/divider/cssm/Component.d.ts +14 -0
- package/divider/cssm/Component.js +18 -0
- package/divider/cssm/index.d.ts +1 -0
- package/divider/cssm/index.js +10 -0
- package/divider/cssm/index.module.css +19 -0
- package/drawer/cssm/Component.d.ts +20 -0
- package/drawer/cssm/Component.js +92 -0
- package/drawer/cssm/index.d.ts +1 -0
- package/drawer/cssm/index.js +14 -0
- package/drawer/cssm/index.module.css +81 -0
- package/dropzone/cssm/Component.d.ts +57 -0
- package/dropzone/cssm/Component.js +79 -0
- package/dropzone/cssm/components/index.d.ts +1 -0
- package/dropzone/cssm/components/index.js +11 -0
- package/dropzone/cssm/components/overlay/Component.d.ts +13 -0
- package/dropzone/cssm/components/overlay/Component.js +24 -0
- package/dropzone/cssm/components/overlay/index.d.ts +1 -0
- package/dropzone/cssm/components/overlay/index.js +11 -0
- package/dropzone/cssm/components/overlay/index.module.css +49 -0
- package/dropzone/cssm/index.d.ts +1 -0
- package/dropzone/cssm/index.js +14 -0
- package/dropzone/cssm/index.module.css +44 -0
- package/dropzone/cssm/utils.d.ts +3 -0
- package/dropzone/cssm/utils.js +8 -0
- package/file-upload-item/Component.d.ts +1 -1
- package/file-upload-item/Component.js +1 -1
- package/file-upload-item/cssm/Component.d.ts +72 -0
- package/file-upload-item/cssm/Component.js +68 -0
- package/file-upload-item/cssm/index.d.ts +1 -0
- package/file-upload-item/cssm/index.js +18 -0
- package/file-upload-item/cssm/index.module.css +99 -0
- package/file-upload-item/cssm/utils.d.ts +5 -0
- package/file-upload-item/cssm/utils.js +46 -0
- package/file-upload-item/esm/Component.d.ts +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/index.css +16 -16
- package/file-upload-item/index.css +16 -16
- package/file-upload-item/modern/Component.d.ts +1 -1
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/index.css +16 -16
- package/form-control/cssm/Component.d.ts +152 -0
- package/form-control/cssm/Component.js +92 -0
- package/form-control/cssm/default.module.css +91 -0
- package/form-control/cssm/index.d.ts +1 -0
- package/form-control/cssm/index.js +12 -0
- package/form-control/cssm/index.module.css +228 -0
- package/form-control/cssm/inverted.module.css +96 -0
- 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/cssm/Component.d.ts +26 -0
- package/gallery/cssm/Component.js +139 -0
- package/gallery/cssm/components/header/Component.d.ts +3 -0
- package/gallery/cssm/components/header/Component.js +60 -0
- package/gallery/cssm/components/header/buttons.d.ts +11 -0
- package/gallery/cssm/components/header/buttons.js +33 -0
- package/gallery/cssm/components/header/index.d.ts +1 -0
- package/gallery/cssm/components/header/index.js +23 -0
- package/gallery/cssm/components/header/index.module.css +29 -0
- package/gallery/cssm/components/header-info-block/Component.d.ts +7 -0
- package/gallery/cssm/components/header-info-block/Component.js +23 -0
- package/gallery/cssm/components/header-info-block/index.d.ts +1 -0
- package/gallery/cssm/components/header-info-block/index.js +11 -0
- package/gallery/cssm/components/header-info-block/index.module.css +35 -0
- package/gallery/cssm/components/image-preview/Component.d.ts +11 -0
- package/gallery/cssm/components/image-preview/Component.js +38 -0
- package/gallery/cssm/components/image-preview/index.d.ts +1 -0
- package/gallery/cssm/components/image-preview/index.js +12 -0
- package/gallery/cssm/components/image-preview/index.module.css +84 -0
- package/gallery/cssm/components/image-viewer/component.d.ts +3 -0
- package/gallery/cssm/components/image-viewer/component.js +129 -0
- package/gallery/cssm/components/image-viewer/index.d.ts +1 -0
- package/gallery/cssm/components/image-viewer/index.js +22 -0
- package/gallery/cssm/components/image-viewer/index.module.css +144 -0
- package/gallery/cssm/components/image-viewer/slide.d.ts +15 -0
- package/gallery/cssm/components/image-viewer/slide.js +41 -0
- package/gallery/cssm/components/index.d.ts +4 -0
- package/gallery/cssm/components/index.js +41 -0
- package/gallery/cssm/components/navigation-bar/Component.d.ts +3 -0
- package/gallery/cssm/components/navigation-bar/Component.js +70 -0
- package/gallery/cssm/components/navigation-bar/index.d.ts +1 -0
- package/gallery/cssm/components/navigation-bar/index.js +15 -0
- package/gallery/cssm/components/navigation-bar/index.module.css +41 -0
- package/gallery/cssm/context.d.ts +24 -0
- package/gallery/cssm/context.js +26 -0
- package/gallery/cssm/index.d.ts +1 -0
- package/gallery/cssm/index.js +41 -0
- package/gallery/cssm/index.module.css +20 -0
- package/{modal/esm/tslib.es6-5fa93a0c.d.ts → gallery/cssm/tslib.es6-ce870b46.d.ts} +0 -0
- package/{modal/tslib.es6-6063ff78.js → gallery/cssm/tslib.es6-ce870b46.js} +0 -0
- package/gallery/cssm/types.d.ts +13 -0
- package/gallery/cssm/types.js +1 -0
- package/gallery/cssm/utils/index.d.ts +2 -0
- package/gallery/cssm/utils/index.js +13 -0
- package/gallery/cssm/utils/split-filename.d.ts +2 -0
- package/gallery/cssm/utils/split-filename.js +16 -0
- package/gallery/cssm/utils/utils.d.ts +7 -0
- package/gallery/cssm/utils/utils.js +24 -0
- package/gallery/cssm/vars.css +0 -0
- 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-c6c2a8da.d.ts → slide-2c5303bf.d.ts} +0 -0
- package/gallery/esm/{slide-c6c2a8da.js → slide-2c5303bf.js} +1 -1
- package/{modal/tslib.es6-6063ff78.d.ts → gallery/esm/tslib.es6-e5bfa024.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-5424b006.js → tslib.es6-e5bfa024.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-cbb4ff18.d.ts → slide-31efe610.d.ts} +0 -0
- package/gallery/modern/{slide-cbb4ff18.js → slide-31efe610.js} +1 -1
- package/gallery/{slide-a45fd2cc.d.ts → slide-5f9593b7.d.ts} +0 -0
- package/gallery/{slide-a45fd2cc.js → slide-5f9593b7.js} +1 -1
- package/{select/esm/tslib.es6-3d459325.d.ts → gallery/tslib.es6-d5e3524f.d.ts} +0 -0
- package/{tabs/tslib.es6-7a15cf39.js → gallery/tslib.es6-d5e3524f.js} +0 -0
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +1 -1
- package/grid/col/index.js +1 -1
- package/grid/cssm/Component.d.ts +8 -0
- package/grid/cssm/Component.js +18 -0
- package/grid/cssm/col/Component.d.ts +54 -0
- package/grid/cssm/col/Component.js +29 -0
- package/grid/cssm/col/index.d.ts +1 -0
- package/grid/cssm/col/index.js +13 -0
- package/grid/cssm/col/index.module.css +1863 -0
- package/grid/cssm/gutters.module.css +607 -0
- package/grid/cssm/index.d.ts +1 -0
- package/grid/cssm/index.js +16 -0
- package/grid/cssm/row/Component.d.ts +43 -0
- package/grid/cssm/row/Component.js +33 -0
- package/grid/cssm/row/index.d.ts +1 -0
- package/grid/cssm/row/index.js +13 -0
- package/grid/cssm/row/index.module.css +39 -0
- package/{select/tslib.es6-2a25a340.d.ts → grid/cssm/tslib.es6-3084c748.d.ts} +0 -0
- package/grid/cssm/tslib.es6-3084c748.js +24 -0
- package/grid/cssm/typings.d.ts +16 -0
- package/grid/cssm/typings.js +1 -0
- package/grid/cssm/utils/index.d.ts +3 -0
- package/grid/cssm/utils/index.js +37 -0
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +1 -1
- package/grid/esm/col/index.js +1 -1
- package/{tabs/esm/tslib.es6-417b0fd8.d.ts → grid/esm/gutters.module-b39da5b6.d.ts} +0 -0
- package/grid/esm/{gutters.module-c9c70930.js → gutters.module-b39da5b6.js} +0 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +1 -1
- package/grid/esm/row/index.js +1 -1
- package/{tabs/tslib.es6-7a15cf39.d.ts → grid/gutters.module-d3fcf523.d.ts} +0 -0
- package/grid/{gutters.module-ec984f94.js → gutters.module-d3fcf523.js} +0 -0
- package/grid/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +1 -1
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/{gutters.module-157a0bab.js → gutters.module-3f6357c5.js} +0 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +1 -1
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +1 -1
- package/grid/row/index.js +1 -1
- package/icon-button/cssm/Component.d.ts +61 -0
- package/icon-button/cssm/Component.js +67 -0
- package/icon-button/cssm/default.module.css +79 -0
- package/icon-button/cssm/index.d.ts +1 -0
- package/icon-button/cssm/index.js +13 -0
- package/icon-button/cssm/index.module.css +35 -0
- package/icon-button/cssm/inverted.module.css +70 -0
- package/input/cssm/Component.d.ts +236 -0
- package/input/cssm/Component.js +146 -0
- package/input/cssm/default.module.css +75 -0
- package/input/cssm/index.d.ts +1 -0
- package/input/cssm/index.js +16 -0
- package/input/cssm/index.module.css +159 -0
- package/input/cssm/inverted.module.css +75 -0
- package/input-autocomplete/{Component-d64387ad.d.ts → Component-658ecc84.d.ts} +0 -0
- package/input-autocomplete/{Component-d64387ad.js → Component-658ecc84.js} +1 -1
- package/input-autocomplete/Component.d.ts +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-c71c7025.d.ts → cssm/Component-a04a9434.d.ts} +0 -0
- package/input-autocomplete/cssm/Component-a04a9434.js +80 -0
- package/input-autocomplete/cssm/Component.d.ts +128 -0
- package/input-autocomplete/cssm/Component.js +27 -0
- package/input-autocomplete/cssm/autocomplete-field/Component.d.ts +0 -0
- package/input-autocomplete/cssm/autocomplete-field/Component.js +12 -0
- package/input-autocomplete/cssm/autocomplete-field/index.d.ts +1 -0
- package/input-autocomplete/cssm/autocomplete-field/index.js +12 -0
- package/input-autocomplete/cssm/autocomplete-field/index.module.css +3 -0
- package/input-autocomplete/cssm/index.d.ts +1 -0
- package/input-autocomplete/cssm/index.js +14 -0
- package/input-autocomplete/esm/Component-35cb3144.d.ts +37 -0
- package/input-autocomplete/esm/{Component-c71c7025.js → Component-35cb3144.js} +1 -1
- package/input-autocomplete/esm/Component.d.ts +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/Component.d.ts +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-49c310ce.d.ts → component-2901b48c.d.ts} +0 -0
- package/intl-phone-input/{component-49c310ce.js → component-2901b48c.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-5dd5159a.d.ts → cssm/component-88f82cfc.d.ts} +0 -0
- package/intl-phone-input/cssm/component-88f82cfc.js +71 -0
- package/intl-phone-input/cssm/component.d.ts +67 -0
- package/intl-phone-input/cssm/component.js +151 -0
- package/intl-phone-input/cssm/components/flag-icon/component.d.ts +20 -0
- package/intl-phone-input/cssm/components/flag-icon/component.js +21 -0
- package/intl-phone-input/cssm/components/flag-icon/images/sprites/flag-icon_size_l@1x.png +0 -0
- package/intl-phone-input/cssm/components/flag-icon/images/sprites/flag-icon_size_l@2x.png +0 -0
- package/intl-phone-input/cssm/components/flag-icon/images/sprites/flag-icon_size_m@1x.png +0 -0
- package/intl-phone-input/cssm/components/flag-icon/images/sprites/flag-icon_size_m@2x.png +0 -0
- package/intl-phone-input/cssm/components/flag-icon/images/sprites/flag-icon_size_s@1x.png +0 -0
- package/intl-phone-input/cssm/components/flag-icon/images/sprites/flag-icon_size_s@2x.png +0 -0
- package/intl-phone-input/cssm/components/flag-icon/index.d.ts +1 -0
- package/intl-phone-input/cssm/components/flag-icon/index.js +10 -0
- package/intl-phone-input/cssm/components/flag-icon/index.module.css +4703 -0
- package/intl-phone-input/cssm/components/index.d.ts +3 -0
- package/intl-phone-input/cssm/components/index.js +19 -0
- package/intl-phone-input/cssm/components/select/component.d.ts +10 -0
- package/intl-phone-input/cssm/components/select/component.js +43 -0
- package/intl-phone-input/cssm/components/select/index.d.ts +1 -0
- package/intl-phone-input/cssm/components/select/index.js +17 -0
- package/intl-phone-input/cssm/components/select/index.module.css +40 -0
- package/intl-phone-input/cssm/components/select-field/component.d.ts +0 -0
- package/intl-phone-input/cssm/components/select-field/component.js +14 -0
- package/intl-phone-input/cssm/components/select-field/index.d.ts +1 -0
- package/intl-phone-input/cssm/components/select-field/index.js +14 -0
- package/intl-phone-input/cssm/components/select-field/index.module.css +53 -0
- package/intl-phone-input/cssm/index.d.ts +1 -0
- package/intl-phone-input/cssm/index.js +24 -0
- package/intl-phone-input/cssm/index.module.css +7 -0
- package/intl-phone-input/{esm/libphonenumber-js.min-22dfe739.d.ts → cssm/libphonenumber-js.min-d3a9d490.d.ts} +0 -0
- package/intl-phone-input/{esm/libphonenumber-js.min-22dfe739.js → cssm/libphonenumber-js.min-d3a9d490.js} +0 -0
- package/intl-phone-input/cssm/useCaretAvoidCountryCode.d.ts +8 -0
- package/intl-phone-input/cssm/useCaretAvoidCountryCode.js +39 -0
- package/intl-phone-input/cssm/usePreventCaretReset.d.ts +8 -0
- package/intl-phone-input/cssm/usePreventCaretReset.js +34 -0
- package/intl-phone-input/cssm/utils/format-phone-with-unclearable-country-code.d.ts +6 -0
- package/intl-phone-input/cssm/utils/format-phone-with-unclearable-country-code.js +22 -0
- package/intl-phone-input/esm/component-b0494269.d.ts +35 -0
- package/intl-phone-input/esm/{component-5dd5159a.js → component-b0494269.js} +1 -1
- package/intl-phone-input/esm/component.d.ts +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/{libphonenumber-js.min-a9c5caaf.d.ts → esm/libphonenumber-js.min-4d9b997b.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-a9c5caaf.js → esm/libphonenumber-js.min-4d9b997b.js} +0 -0
- package/intl-phone-input/index.css +3 -3
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/{modern/libphonenumber-js.min-22dfe739.d.ts → libphonenumber-js.min-893b6a4c.d.ts} +0 -0
- package/intl-phone-input/{modern/libphonenumber-js.min-22dfe739.js → libphonenumber-js.min-893b6a4c.js} +0 -0
- package/intl-phone-input/modern/component.d.ts +1 -1
- 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 +1 -0
- package/intl-phone-input/modern/libphonenumber-js.min-4d9b997b.js +1567 -0
- package/keyboard-focusable/cssm/Component.d.ts +12 -0
- package/keyboard-focusable/cssm/Component.js +14 -0
- package/keyboard-focusable/cssm/index.d.ts +1 -0
- package/keyboard-focusable/cssm/index.js +9 -0
- package/link/cssm/Component.d.ts +97 -0
- package/link/cssm/Component.js +94 -0
- package/link/cssm/default.module.css +65 -0
- package/link/cssm/index.d.ts +1 -0
- package/link/cssm/index.js +14 -0
- package/link/cssm/index.module.css +61 -0
- package/link/cssm/inverted.module.css +59 -0
- package/list/cssm/Component.d.ts +24 -0
- package/list/cssm/Component.js +31 -0
- package/list/cssm/index.d.ts +1 -0
- package/list/cssm/index.js +10 -0
- package/list/cssm/index.module.css +57 -0
- package/list-header/cssm/Component.d.ts +26 -0
- package/list-header/cssm/Component.js +22 -0
- package/list-header/cssm/index.d.ts +1 -0
- package/list-header/cssm/index.js +11 -0
- package/list-header/cssm/index.module.css +31 -0
- package/loader/cssm/Component.d.ts +14 -0
- package/loader/cssm/Component.js +21 -0
- package/loader/cssm/index.d.ts +1 -0
- package/loader/cssm/index.js +10 -0
- package/loader/cssm/index.module.css +40 -0
- package/masked-input/cssm/Component.d.ts +86 -0
- package/masked-input/cssm/Component.js +117 -0
- package/masked-input/cssm/index.d.ts +1 -0
- package/masked-input/cssm/index.js +14 -0
- package/masked-input/cssm/index.module.css +3 -0
- package/modal/Component.desktop.js +2 -2
- package/modal/Component.mobile.js +2 -2
- package/modal/Component.responsive.d.ts +3 -3
- 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/cssm/Component.desktop.d.ts +51 -0
- package/modal/cssm/Component.desktop.js +66 -0
- package/modal/cssm/Component.mobile.d.ts +23 -0
- package/modal/cssm/Component.mobile.js +53 -0
- package/modal/cssm/Component.responsive.d.ts +19 -0
- package/modal/cssm/Component.responsive.js +68 -0
- package/modal/cssm/Context.d.ts +4 -0
- package/modal/cssm/Context.js +7 -0
- package/modal/cssm/components/closer/Component.d.ts +17 -0
- package/modal/cssm/components/closer/Component.js +26 -0
- package/modal/cssm/components/closer/index.module.css +51 -0
- package/modal/cssm/components/content/Component.d.ts +19 -0
- package/modal/cssm/components/content/Component.desktop.d.ts +14 -0
- package/modal/cssm/components/content/Component.desktop.js +22 -0
- package/modal/cssm/components/content/Component.js +22 -0
- package/modal/cssm/components/content/Component.mobile.d.ts +5 -0
- package/modal/cssm/components/content/Component.mobile.js +18 -0
- package/modal/cssm/components/content/desktop.module.css +47 -0
- package/modal/cssm/components/content/index.module.css +39 -0
- package/modal/cssm/components/content/mobile.module.css +31 -0
- package/modal/cssm/components/footer/Component.d.ts +27 -0
- package/modal/cssm/components/footer/Component.desktop.d.ts +14 -0
- package/modal/cssm/components/footer/Component.desktop.js +23 -0
- package/modal/cssm/components/footer/Component.js +28 -0
- package/modal/cssm/components/footer/Component.mobile.d.ts +5 -0
- package/modal/cssm/components/footer/Component.mobile.js +19 -0
- package/modal/cssm/components/footer/desktop.module.css +61 -0
- package/modal/cssm/components/footer/index.module.css +44 -0
- package/modal/cssm/components/footer/layout.module.css +83 -0
- package/modal/cssm/components/footer/mobile.module.css +37 -0
- package/modal/cssm/components/header/Component.d.ts +27 -0
- package/modal/cssm/components/header/Component.desktop.d.ts +14 -0
- package/modal/cssm/components/header/Component.desktop.js +25 -0
- package/modal/cssm/components/header/Component.js +35 -0
- package/modal/cssm/components/header/Component.mobile.d.ts +5 -0
- package/modal/cssm/components/header/Component.mobile.js +21 -0
- package/modal/cssm/components/header/desktop.module.css +70 -0
- package/modal/cssm/components/header/index.module.css +63 -0
- package/modal/cssm/components/header/mobile.module.css +46 -0
- package/modal/cssm/desktop.d.ts +1 -0
- package/modal/cssm/desktop.js +28 -0
- package/modal/cssm/desktop.module.css +57 -0
- package/modal/cssm/index.d.ts +2 -0
- package/modal/cssm/index.js +39 -0
- package/modal/cssm/mobile.d.ts +1 -0
- package/modal/cssm/mobile.js +28 -0
- package/modal/cssm/mobile.module.css +24 -0
- package/modal/cssm/responsive.d.ts +1 -0
- package/modal/cssm/responsive.js +38 -0
- package/modal/cssm/transitions.module.css +24 -0
- package/{typography/colors.module-ded492e1.d.ts → modal/cssm/tslib.es6-ce870b46.d.ts} +0 -0
- package/modal/cssm/tslib.es6-ce870b46.js +40 -0
- package/modal/cssm/utils.d.ts +5 -0
- package/modal/cssm/utils.js +80 -0
- package/modal/cssm/vars.css +20 -0
- 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-06135f59.js → transitions.module-45fbb621.js} +0 -0
- package/{typography/esm/colors.module-d21f47ee.d.ts → modal/esm/tslib.es6-4214739e.d.ts} +0 -0
- package/modal/esm/{tslib.es6-5fa93a0c.js → tslib.es6-4214739e.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-06135f59.js → transitions.module-45fbb621.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-b05e467d.js → transitions.module-b67d0f1c.js} +0 -0
- package/modal/tslib.es6-ccd35f7f.d.ts +32 -0
- package/modal/tslib.es6-ccd35f7f.js +40 -0
- package/mq/cssm/Component.d.ts +17 -0
- package/mq/cssm/Component.js +26 -0
- package/mq/cssm/index.d.ts +2 -0
- package/mq/cssm/index.js +11 -0
- package/mq/cssm/useMatchMedia.d.ts +6 -0
- package/mq/cssm/useMatchMedia.js +25 -0
- package/mq/cssm/utils.d.ts +21 -0
- package/mq/cssm/utils.js +69 -0
- package/notification/cssm/Component.d.ts +97 -0
- package/notification/cssm/Component.js +153 -0
- package/notification/cssm/index.d.ts +1 -0
- package/notification/cssm/index.js +17 -0
- package/notification/cssm/index.module.css +56 -0
- package/notification/cssm/utils/index.d.ts +4 -0
- package/notification/cssm/utils/index.js +32 -0
- package/notification-manager/cssm/component-d28c47be.d.ts +43 -0
- package/notification-manager/cssm/component-d28c47be.js +67 -0
- package/notification-manager/cssm/component.d.ts +51 -0
- package/notification-manager/cssm/component.js +31 -0
- package/notification-manager/cssm/components/index.d.ts +1 -0
- package/notification-manager/cssm/components/index.js +9 -0
- package/notification-manager/cssm/components/notification/component.d.ts +0 -0
- package/notification-manager/cssm/components/notification/component.js +9 -0
- package/notification-manager/cssm/components/notification/index.d.ts +1 -0
- package/notification-manager/cssm/components/notification/index.js +9 -0
- package/notification-manager/cssm/index.d.ts +1 -0
- package/notification-manager/cssm/index.js +14 -0
- package/notification-manager/cssm/index.module.css +59 -0
- package/package.json +13 -1
- package/password-input/cssm/component.d.ts +55 -0
- package/password-input/cssm/component.js +76 -0
- package/password-input/cssm/index.d.ts +1 -0
- package/password-input/cssm/index.js +14 -0
- package/password-input/cssm/index.module.css +15 -0
- package/phone-input/cssm/Component.d.ts +10 -0
- package/phone-input/cssm/Component.js +134 -0
- package/phone-input/cssm/index.d.ts +1 -0
- package/phone-input/cssm/index.js +11 -0
- package/phone-input/cssm/utils/index.d.ts +17 -0
- package/phone-input/cssm/utils/index.js +35 -0
- package/picker-button/{Component-a2e04b2b.d.ts → Component-cb99627b.d.ts} +4 -0
- package/picker-button/{Component-a2e04b2b.js → Component-cb99627b.js} +1 -1
- package/picker-button/Component.d.ts +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/{esm/Component-69cca889.d.ts → cssm/Component-c7d52094.d.ts} +4 -0
- package/picker-button/cssm/Component-c7d52094.js +62 -0
- package/picker-button/cssm/Component.d.ts +18 -0
- package/picker-button/cssm/Component.js +30 -0
- package/picker-button/cssm/field/Component.d.ts +0 -0
- package/picker-button/cssm/field/Component.js +13 -0
- package/picker-button/cssm/field/index.d.ts +1 -0
- package/picker-button/cssm/field/index.js +13 -0
- package/picker-button/cssm/field/index.module.css +18 -0
- package/picker-button/cssm/index.d.ts +1 -0
- package/picker-button/cssm/index.js +16 -0
- package/picker-button/cssm/index.module.css +3 -0
- package/picker-button/esm/Component-94ad1b6c.d.ts +816 -0
- package/picker-button/esm/{Component-69cca889.js → Component-94ad1b6c.js} +1 -1
- package/picker-button/esm/Component.d.ts +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.d.ts +1 -1
- package/picker-button/modern/Component.js +1 -1
- package/picker-button/modern/field/Component.d.ts +4 -0
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +3 -3
- package/picker-button/modern/index.css +2 -2
- package/plate/cssm/Component.d.ts +74 -0
- package/plate/cssm/Component.js +101 -0
- package/plate/cssm/index.d.ts +1 -0
- package/plate/cssm/index.js +13 -0
- package/plate/cssm/index.module.css +167 -0
- package/popover/cssm/Component.d.ts +97 -0
- package/popover/cssm/Component.js +127 -0
- package/popover/cssm/index.d.ts +1 -0
- package/popover/cssm/index.js +16 -0
- package/popover/cssm/index.module.css +121 -0
- package/portal/cssm/Component.d.ts +12 -0
- package/portal/cssm/Component.js +25 -0
- package/portal/cssm/index.d.ts +1 -0
- package/portal/cssm/index.js +10 -0
- package/portal/cssm/utils.d.ts +5 -0
- package/portal/cssm/utils.js +25 -0
- package/progress-bar/cssm/Component.d.ts +22 -0
- package/progress-bar/cssm/Component.js +19 -0
- package/progress-bar/cssm/index.d.ts +1 -0
- package/progress-bar/cssm/index.js +10 -0
- package/progress-bar/cssm/index.module.css +44 -0
- package/pure-input/cssm/Component.d.ts +48 -0
- package/pure-input/cssm/Component.js +74 -0
- package/pure-input/cssm/index.d.ts +1 -0
- package/pure-input/cssm/index.js +12 -0
- package/pure-input/cssm/index.module.css +155 -0
- package/radio/cssm/Component.d.ts +120 -0
- package/radio/cssm/Component.js +82 -0
- package/radio/cssm/index.d.ts +1 -0
- package/radio/cssm/index.js +12 -0
- package/radio/cssm/index.module.css +209 -0
- package/radio-group/cssm/Component.d.ts +60 -0
- package/radio-group/cssm/Component.js +93 -0
- package/radio-group/cssm/index.d.ts +1 -0
- package/radio-group/cssm/index.js +10 -0
- package/radio-group/cssm/index.module.css +91 -0
- package/select/Component.d.ts +1 -1
- 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 +22 -7
- 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/cssm/Component.d.ts +110 -0
- package/select/cssm/Component.js +38 -0
- package/select/cssm/components/arrow/Component.d.ts +4 -0
- package/select/cssm/components/arrow/Component.js +19 -0
- package/select/cssm/components/arrow/index.d.ts +1 -0
- package/select/cssm/components/arrow/index.js +10 -0
- package/select/cssm/components/arrow/index.module.css +35 -0
- package/select/cssm/components/base-select/Component.d.ts +5 -0
- package/select/cssm/components/base-select/Component.js +242 -0
- package/select/cssm/components/base-select/index.d.ts +1 -0
- package/select/cssm/components/base-select/index.js +17 -0
- package/select/cssm/components/base-select/index.module.css +76 -0
- package/select/cssm/components/checkmark/Component.d.ts +4 -0
- package/select/cssm/components/checkmark/Component.js +21 -0
- package/select/cssm/components/checkmark/index.d.ts +1 -0
- package/select/cssm/components/checkmark/index.js +10 -0
- package/select/cssm/components/checkmark/index.module.css +51 -0
- package/select/cssm/components/field/Component.d.ts +24 -0
- package/select/cssm/components/field/Component.js +40 -0
- package/select/cssm/components/field/index.d.ts +1 -0
- package/select/cssm/components/field/index.js +14 -0
- package/select/cssm/components/field/index.module.css +63 -0
- package/select/cssm/components/index.d.ts +7 -0
- package/select/cssm/components/index.js +40 -0
- package/select/cssm/components/native-select/Component.d.ts +25 -0
- package/select/cssm/components/native-select/Component.js +29 -0
- package/select/cssm/components/native-select/index.d.ts +1 -0
- package/select/cssm/components/native-select/index.js +10 -0
- package/select/cssm/components/optgroup/Component.d.ts +4 -0
- package/select/cssm/components/optgroup/Component.js +21 -0
- package/select/cssm/components/optgroup/index.d.ts +1 -0
- package/select/cssm/components/optgroup/index.js +10 -0
- package/select/cssm/components/optgroup/index.module.css +62 -0
- package/select/cssm/components/option/Component.d.ts +4 -0
- package/select/cssm/components/option/Component.js +31 -0
- package/select/cssm/components/option/index.d.ts +1 -0
- package/select/cssm/components/option/index.js +13 -0
- package/select/cssm/components/option/index.module.css +144 -0
- package/select/cssm/components/options-list/Component.d.ts +5 -0
- package/select/cssm/components/options-list/Component.js +44 -0
- package/select/cssm/components/options-list/index.d.ts +1 -0
- package/select/cssm/components/options-list/index.js +14 -0
- package/select/cssm/components/options-list/index.module.css +41 -0
- package/select/cssm/components/virtual-options-list/Component.d.ts +10 -0
- package/select/cssm/components/virtual-options-list/Component.js +104 -0
- package/select/cssm/components/virtual-options-list/index.d.ts +1 -0
- package/select/cssm/components/virtual-options-list/index.js +14 -0
- package/select/cssm/components/virtual-options-list/index.module.css +76 -0
- package/select/cssm/index.d.ts +5 -0
- package/select/cssm/index.js +56 -0
- package/select/cssm/presets/index.d.ts +2 -0
- package/select/cssm/presets/index.js +19 -0
- package/select/cssm/presets/useLazyLoading/hook.d.ts +46 -0
- package/select/cssm/presets/useLazyLoading/hook.js +1098 -0
- package/select/cssm/presets/useLazyLoading/index.module.css +7 -0
- package/select/cssm/presets/useSelectWithLoading/hook.d.ts +11 -0
- package/select/cssm/presets/useSelectWithLoading/hook.js +36 -0
- package/select/cssm/presets/useSelectWithLoading/index.module.css +7 -0
- package/select/cssm/tslib.es6-f8106a15.d.ts +32 -0
- package/select/{tslib.es6-2a25a340.js → cssm/tslib.es6-f8106a15.js} +0 -0
- package/select/cssm/typings.d.ts +438 -0
- package/select/cssm/typings.js +1 -0
- package/select/cssm/utils.d.ts +38 -0
- package/select/cssm/utils.js +93 -0
- package/select/cssm/vars.css +10 -0
- package/select/esm/Component.d.ts +1 -1
- package/select/esm/Component.js +1 -1
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +3 -3
- package/select/esm/components/base-select/Component.js +22 -7
- 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 +32 -0
- package/select/esm/{tslib.es6-3d459325.js → tslib.es6-abde084a.js} +0 -0
- package/select/esm/typings.d.ts +4 -0
- package/select/index.js +1 -1
- package/select/modern/Component.d.ts +1 -1
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +3 -3
- package/select/modern/components/base-select/Component.js +21 -6
- 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/modern/typings.d.ts +4 -0
- 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 +32 -0
- package/select/tslib.es6-0f234b35.js +49 -0
- package/select/typings.d.ts +4 -0
- package/select-with-tags/component.d.ts +1 -1
- package/select-with-tags/cssm/component.d.ts +21 -0
- package/select-with-tags/cssm/component.js +88 -0
- package/select-with-tags/cssm/components/index.d.ts +2 -0
- package/select-with-tags/cssm/components/index.js +19 -0
- package/select-with-tags/cssm/components/tag/component.d.ts +3 -0
- package/select-with-tags/cssm/components/tag/component.js +33 -0
- package/select-with-tags/cssm/components/tag/index.d.ts +1 -0
- package/select-with-tags/cssm/components/tag/index.js +13 -0
- package/select-with-tags/cssm/components/tag/index.module.css +50 -0
- package/select-with-tags/cssm/components/tag-list/component.d.ts +20 -0
- package/select-with-tags/cssm/components/tag-list/component.js +133 -0
- package/select-with-tags/cssm/components/tag-list/index.d.ts +1 -0
- package/select-with-tags/cssm/components/tag-list/index.js +18 -0
- package/select-with-tags/cssm/components/tag-list/index.module.css +155 -0
- package/select-with-tags/cssm/index.d.ts +1 -0
- package/select-with-tags/cssm/index.js +21 -0
- package/select-with-tags/cssm/tslib.es6-ce870b46.d.ts +32 -0
- package/select-with-tags/cssm/tslib.es6-ce870b46.js +40 -0
- package/select-with-tags/cssm/types.d.ts +63 -0
- package/select-with-tags/cssm/types.js +1 -0
- package/select-with-tags/cssm/utils/calculate-collapse-size.d.ts +2 -0
- package/select-with-tags/cssm/utils/calculate-collapse-size.js +47 -0
- package/select-with-tags/cssm/utils/index.d.ts +1 -0
- package/select-with-tags/cssm/utils/index.js +9 -0
- package/select-with-tags/cssm/utils/match.d.ts +4 -0
- package/select-with-tags/cssm/utils/match.js +31 -0
- package/select-with-tags/esm/component.d.ts +1 -1
- package/select-with-tags/modern/component.d.ts +1 -1
- package/skeleton/cssm/Component.d.ts +22 -0
- package/skeleton/cssm/Component.js +22 -0
- package/skeleton/cssm/index.d.ts +1 -0
- package/skeleton/cssm/index.js +10 -0
- package/skeleton/cssm/index.module.css +104 -0
- package/skeleton/cssm/stories.module.css +4 -0
- package/slider/cssm/Component.d.ts +69 -0
- package/slider/cssm/Component.js +97 -0
- package/slider/cssm/index.d.ts +1 -0
- package/slider/cssm/index.js +12 -0
- package/slider/cssm/index.module.css +236 -0
- package/slider-input/cssm/Component.d.ts +149 -0
- package/slider-input/cssm/Component.js +102 -0
- package/slider-input/cssm/index.d.ts +1 -0
- package/slider-input/cssm/index.js +12 -0
- package/slider-input/cssm/index.module.css +93 -0
- package/space/cssm/Component.d.ts +47 -0
- package/space/cssm/Component.js +54 -0
- package/space/cssm/Item-09e1c4dc.d.ts +47 -0
- package/space/cssm/Item-09e1c4dc.js +49 -0
- package/space/cssm/Item.d.ts +0 -0
- package/space/cssm/Item.js +6 -0
- package/space/cssm/index.d.ts +1 -0
- package/space/cssm/index.js +11 -0
- package/space/cssm/index.module.css +32 -0
- package/space/cssm/utils.d.ts +11 -0
- package/space/cssm/utils.js +15 -0
- package/spinner/cssm/Component.d.ts +25 -0
- package/spinner/cssm/Component.js +21 -0
- package/spinner/cssm/index.d.ts +1 -0
- package/spinner/cssm/index.js +10 -0
- package/spinner/cssm/index.module.css +39 -0
- package/stack/cssm/component.d.ts +15 -0
- package/stack/cssm/component.js +18 -0
- package/stack/cssm/context.d.ts +29 -0
- package/stack/cssm/context.js +34 -0
- package/stack/cssm/index.d.ts +2 -0
- package/stack/cssm/index.js +11 -0
- package/status/cssm/Component.d.ts +22 -0
- package/status/cssm/Component.js +20 -0
- package/status/cssm/index.d.ts +1 -0
- package/status/cssm/index.js +11 -0
- package/status/cssm/index.module.css +103 -0
- package/stepped-progress-bar/cssm/Component.d.ts +25 -0
- package/stepped-progress-bar/cssm/Component.js +30 -0
- package/stepped-progress-bar/cssm/components/step-bar/Component.d.ts +6 -0
- package/stepped-progress-bar/cssm/components/step-bar/Component.js +18 -0
- package/stepped-progress-bar/cssm/components/step-bar/index.d.ts +1 -0
- package/stepped-progress-bar/cssm/components/step-bar/index.js +10 -0
- package/stepped-progress-bar/cssm/components/step-bar/index.module.css +15 -0
- package/stepped-progress-bar/cssm/index.d.ts +1 -0
- package/stepped-progress-bar/cssm/index.js +13 -0
- package/stepped-progress-bar/cssm/index.module.css +27 -0
- package/switch/cssm/Component.d.ts +103 -0
- package/switch/cssm/Component.js +83 -0
- package/switch/cssm/index.d.ts +1 -0
- package/switch/cssm/index.js +12 -0
- package/switch/cssm/index.module.css +176 -0
- package/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/components/secondary-tablist/Component.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/cssm/components/primary-tablist/Component.d.ts +13 -0
- package/tabs/cssm/components/primary-tablist/Component.desktop.d.ts +4 -0
- package/tabs/cssm/components/primary-tablist/Component.desktop.js +24 -0
- package/tabs/cssm/components/primary-tablist/Component.js +50 -0
- package/tabs/cssm/components/primary-tablist/Component.mobile.d.ts +5 -0
- package/tabs/cssm/components/primary-tablist/Component.mobile.js +28 -0
- package/tabs/cssm/components/primary-tablist/Component.responsive.d.ts +4 -0
- package/tabs/cssm/components/primary-tablist/Component.responsive.js +31 -0
- package/tabs/cssm/components/primary-tablist/index.module.css +184 -0
- package/tabs/cssm/components/primary-tablist/mobile.module.css +55 -0
- package/tabs/cssm/components/scrollable-container/Component.d.ts +18 -0
- package/tabs/cssm/components/scrollable-container/Component.js +36 -0
- package/tabs/cssm/components/scrollable-container/index.d.ts +1 -0
- package/tabs/cssm/components/scrollable-container/index.js +11 -0
- package/tabs/cssm/components/scrollable-container/index.module.css +47 -0
- package/tabs/cssm/components/secondary-tablist/Component.d.ts +15 -0
- package/tabs/cssm/components/secondary-tablist/Component.desktop.d.ts +5 -0
- package/tabs/cssm/components/secondary-tablist/Component.desktop.js +24 -0
- package/tabs/cssm/components/secondary-tablist/Component.js +32 -0
- package/tabs/cssm/components/secondary-tablist/Component.mobile.d.ts +5 -0
- package/tabs/cssm/components/secondary-tablist/Component.mobile.js +28 -0
- package/tabs/cssm/components/secondary-tablist/Component.responsive.d.ts +4 -0
- package/tabs/cssm/components/secondary-tablist/Component.responsive.js +31 -0
- package/tabs/cssm/components/secondary-tablist/index.module.css +80 -0
- package/tabs/cssm/components/secondary-tablist/mobile.module.css +43 -0
- package/tabs/cssm/components/tab/Component.d.ts +4 -0
- package/tabs/cssm/components/tab/Component.js +21 -0
- package/tabs/cssm/components/tab/index.d.ts +1 -0
- package/tabs/cssm/components/tab/index.js +10 -0
- package/tabs/cssm/components/tab/index.module.css +7 -0
- package/tabs/cssm/components/tabs/Component.d.ts +4 -0
- package/tabs/cssm/components/tabs/Component.desktop.d.ts +5 -0
- package/tabs/cssm/components/tabs/Component.desktop.js +33 -0
- package/tabs/cssm/components/tabs/Component.js +28 -0
- package/tabs/cssm/components/tabs/Component.mobile.d.ts +5 -0
- package/tabs/cssm/components/tabs/Component.mobile.js +35 -0
- package/tabs/cssm/components/tabs/Component.responsive.d.ts +5 -0
- package/tabs/cssm/components/tabs/Component.responsive.js +40 -0
- package/tabs/cssm/desktop.d.ts +7 -0
- package/tabs/cssm/desktop.js +30 -0
- package/tabs/cssm/index.d.ts +7 -0
- package/tabs/cssm/index.js +37 -0
- package/tabs/cssm/mobile.d.ts +7 -0
- package/tabs/cssm/mobile.js +32 -0
- package/tabs/cssm/responsive.d.ts +7 -0
- package/tabs/cssm/responsive.js +37 -0
- package/tabs/cssm/tslib.es6-ce870b46.d.ts +32 -0
- package/tabs/cssm/tslib.es6-ce870b46.js +40 -0
- package/tabs/cssm/typings.d.ts +116 -0
- package/tabs/cssm/typings.js +1 -0
- package/tabs/cssm/useTabs.d.ts +16 -0
- package/tabs/cssm/useTabs.js +95 -0
- package/tabs/cssm/vars.css +30 -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 +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-95ac737a.js → index.module-c8448fef.js} +0 -0
- package/tabs/esm/{index.module-1dc9f24d.js → index.module-fbbc84ff.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 +32 -0
- package/tabs/esm/{tslib.es6-417b0fd8.js → tslib.es6-787ef7a5.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-0ed2b345.js → index.module-91539407.js} +0 -0
- package/tabs/{index.module-23528269.js → index.module-95d8761b.js} +0 -0
- package/tabs/mobile.js +3 -3
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/{index.module-95ac737a.js → index.module-c8448fef.js} +0 -0
- package/tabs/modern/{index.module-1dc9f24d.js → index.module-fbbc84ff.js} +0 -0
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/responsive.js +3 -3
- package/tabs/tslib.es6-da6ab86a.d.ts +32 -0
- package/tabs/tslib.es6-da6ab86a.js +40 -0
- package/tag/cssm/Component.d.ts +71 -0
- package/tag/cssm/Component.js +89 -0
- package/tag/cssm/default.module.css +72 -0
- package/tag/cssm/index.d.ts +1 -0
- package/tag/cssm/index.js +14 -0
- package/tag/cssm/index.module.css +152 -0
- package/tag/cssm/inverted.module.css +73 -0
- package/textarea/cssm/Component.d.ts +214 -0
- package/textarea/cssm/Component.js +140 -0
- package/textarea/cssm/default.module.css +97 -0
- package/textarea/cssm/index.d.ts +1 -0
- package/textarea/cssm/index.js +17 -0
- package/textarea/cssm/index.module.css +146 -0
- package/textarea/cssm/inverted.module.css +97 -0
- package/themes/compiled/mobile-dark-bluetint.css +8 -8
- package/themes/dist/compiled/mobile-dark-bluetint.css +133 -98
- package/toast/cssm/component.d.ts +88 -0
- package/toast/cssm/component.js +125 -0
- package/toast/cssm/index.d.ts +1 -0
- package/toast/cssm/index.js +17 -0
- package/toast/cssm/index.module.css +48 -0
- package/toast-plate/cssm/component.d.ts +109 -0
- package/toast-plate/cssm/component.js +88 -0
- package/toast-plate/cssm/index.d.ts +1 -0
- package/toast-plate/cssm/index.js +16 -0
- package/toast-plate/cssm/index.module.css +599 -0
- package/tooltip/cssm/Component-1d6b7d3e.d.ts +125 -0
- package/tooltip/cssm/Component-1d6b7d3e.js +172 -0
- package/tooltip/cssm/Component.d.ts +0 -0
- package/tooltip/cssm/Component.js +12 -0
- package/tooltip/cssm/component.responsive.d.ts +28 -0
- package/tooltip/cssm/component.responsive.js +31 -0
- package/tooltip/cssm/index.d.ts +1 -0
- package/tooltip/cssm/index.js +12 -0
- package/tooltip/cssm/index.module.css +51 -0
- package/tooltip/cssm/responsive.d.ts +1 -0
- package/tooltip/cssm/responsive.js +15 -0
- package/typography/colors.module-b49182a7.d.ts +32 -0
- package/typography/{colors.module-ded492e1.js → colors.module-b49182a7.js} +0 -0
- package/typography/{common.module-1de331b9.js → common.module-263677ac.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/cssm/colors.d.ts +3 -0
- package/typography/cssm/colors.js +18 -0
- package/typography/cssm/colors.module.css +59 -0
- package/typography/cssm/component.d.ts +9 -0
- package/typography/cssm/component.js +22 -0
- package/typography/cssm/index.d.ts +1 -0
- package/typography/cssm/index.js +19 -0
- package/typography/cssm/margins.module.css +1 -0
- package/typography/cssm/text/component.d.ts +75 -0
- package/typography/cssm/text/component.js +22 -0
- package/typography/cssm/text/index.d.ts +1 -0
- package/typography/cssm/text/index.js +12 -0
- package/typography/cssm/text/index.module.css +73 -0
- package/typography/cssm/title/common.module.css +16 -0
- package/typography/cssm/title/component.d.ts +88 -0
- package/typography/cssm/title/component.js +19 -0
- package/typography/cssm/title/index.d.ts +4 -0
- package/typography/cssm/title/index.js +25 -0
- package/typography/cssm/title/index.module.css +102 -0
- package/typography/cssm/title-responsive/component.d.ts +4 -0
- package/typography/cssm/title-responsive/component.js +25 -0
- package/typography/cssm/title-responsive/index.d.ts +1 -0
- package/typography/cssm/title-responsive/index.js +14 -0
- package/typography/cssm/title-responsive/index.module.css +276 -0
- package/typography/cssm/tslib.es6-ce870b46.d.ts +32 -0
- package/typography/cssm/tslib.es6-ce870b46.js +40 -0
- package/typography/esm/colors.module-509f4855.d.ts +32 -0
- package/typography/esm/{colors.module-d21f47ee.js → colors.module-509f4855.js} +0 -0
- package/typography/esm/{common.module-9782b936.js → common.module-961ee2a7.js} +0 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/{colors.module-5a6490a8.js → colors.module-07a98532.js} +0 -0
- package/typography/modern/{common.module-9782b936.js → common.module-961ee2a7.js} +0 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
- package/vars/cssm/border-radius.css +9 -0
- package/vars/cssm/colors-addons.css +55 -0
- package/vars/cssm/colors-bluetint.css +247 -0
- package/vars/cssm/colors-bluetint.d.ts +2 -0
- package/vars/cssm/colors-bluetint.js +10 -0
- package/vars/cssm/colors-indigo.css +265 -0
- package/vars/cssm/colors-indigo.d.ts +2 -0
- package/vars/cssm/colors-indigo.js +10 -0
- package/vars/cssm/colors-transparent.css +22 -0
- package/vars/cssm/colors.css +71 -0
- package/vars/cssm/gaps.css +30 -0
- package/vars/cssm/index.css +496 -0
- package/vars/cssm/mixins.css +1 -0
- package/vars/cssm/shadows-indigo.css +38 -0
- package/vars/cssm/typography.css +6 -0
- package/with-suffix/cssm/Component.d.ts +89 -0
- package/with-suffix/cssm/Component.js +97 -0
- package/with-suffix/cssm/index.d.ts +1 -0
- package/with-suffix/cssm/index.js +12 -0
- package/with-suffix/cssm/index.module.css +41 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var cn = require('classnames');
|
|
5
|
+
var coreComponentsPlate = require('../../plate/cssm');
|
|
6
|
+
var styles = require('./index.module.css');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
|
+
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
12
|
+
var styles__default = /*#__PURE__*/_interopDefaultLegacy(styles);
|
|
13
|
+
|
|
14
|
+
/*! *****************************************************************************
|
|
15
|
+
Copyright (c) Microsoft Corporation.
|
|
16
|
+
|
|
17
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
18
|
+
purpose with or without fee is hereby granted.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
21
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
22
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
23
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
24
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
25
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
26
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
27
|
+
***************************************************************************** */
|
|
28
|
+
var __assign = function () {
|
|
29
|
+
__assign = Object.assign || function __assign(t) {
|
|
30
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
31
|
+
s = arguments[i];
|
|
32
|
+
for (var p in s)
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
34
|
+
t[p] = s[p];
|
|
35
|
+
}
|
|
36
|
+
return t;
|
|
37
|
+
};
|
|
38
|
+
return __assign.apply(this, arguments);
|
|
39
|
+
};
|
|
40
|
+
function __rest(s, e) {
|
|
41
|
+
var t = {};
|
|
42
|
+
for (var p in s)
|
|
43
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
44
|
+
t[p] = s[p];
|
|
45
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
46
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
47
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
48
|
+
t[p[i]] = s[p[i]];
|
|
49
|
+
}
|
|
50
|
+
return t;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
var Alert = function (_a) {
|
|
54
|
+
var className = _a.className, title = _a.title, restProps = __rest(_a, ["className", "title"]);
|
|
55
|
+
return (React__default['default'].createElement(coreComponentsPlate.Plate, __assign({ className: cn__default['default'](styles__default['default'].component, className), buttonsClassName: styles__default['default'].buttons, contentClassName: styles__default['default'].content, title: title ? React__default['default'].createElement("span", { className: styles__default['default'].title }, title) : null }, restProps)));
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
exports.Alert = Alert;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./Component";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var Component = require('./Component.js');
|
|
4
|
+
require('react');
|
|
5
|
+
require('classnames');
|
|
6
|
+
require('../../plate/cssm');
|
|
7
|
+
require('./index.module.css');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.Alert = Component.Alert;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
|
|
3
|
+
/* Hard */
|
|
4
|
+
|
|
5
|
+
/* Up */
|
|
6
|
+
|
|
7
|
+
/* Hard up */
|
|
8
|
+
}
|
|
9
|
+
:root {
|
|
10
|
+
--gap-s: 12px;
|
|
11
|
+
--gap-m: 16px;
|
|
12
|
+
}
|
|
13
|
+
:root {
|
|
14
|
+
--border-radius-xs: 2px;
|
|
15
|
+
}
|
|
16
|
+
.component {
|
|
17
|
+
border-radius: var(--border-radius-xs) 0 0 var(--border-radius-xs);
|
|
18
|
+
border-top: 0;
|
|
19
|
+
border-right: 0;
|
|
20
|
+
border-bottom: 0;
|
|
21
|
+
border-left-width: 2px;
|
|
22
|
+
padding-top: var(--gap-s);
|
|
23
|
+
padding-bottom: var(--gap-s);
|
|
24
|
+
padding-right: var(--gap-s);
|
|
25
|
+
min-height: 48px;
|
|
26
|
+
}
|
|
27
|
+
.buttons {
|
|
28
|
+
margin-top: var(--gap-m);
|
|
29
|
+
}
|
|
30
|
+
.title {
|
|
31
|
+
font-size: 16px;
|
|
32
|
+
line-height: 24px;
|
|
33
|
+
font-weight: 700;
|
|
34
|
+
}
|
|
35
|
+
.content {
|
|
36
|
+
max-width: none;
|
|
37
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { AmountProps } from "./types/index";
|
|
4
|
+
/**
|
|
5
|
+
* Компонент для отображения суммы, согласно следующему гайдлайну:
|
|
6
|
+
* https://design.alfabank.ru/patterns/amount
|
|
7
|
+
*/
|
|
8
|
+
declare const Amount: React.FC<AmountProps>;
|
|
9
|
+
export { Amount };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var cn = require('classnames');
|
|
5
|
+
var utils = require('@alfalab/utils');
|
|
6
|
+
var styles = require('./index.module.css');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
|
+
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
12
|
+
var styles__default = /*#__PURE__*/_interopDefaultLegacy(styles);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Компонент для отображения суммы, согласно следующему гайдлайну:
|
|
16
|
+
* https://design.alfabank.ru/patterns/amount
|
|
17
|
+
*/
|
|
18
|
+
var Amount = function (_a) {
|
|
19
|
+
var value = _a.value, minority = _a.minority, currency = _a.currency, _b = _a.view, view = _b === void 0 ? 'default' : _b, className = _a.className, dataTestId = _a.dataTestId;
|
|
20
|
+
var _c = utils.formatAmount({
|
|
21
|
+
value: value,
|
|
22
|
+
currency: currency,
|
|
23
|
+
minority: minority,
|
|
24
|
+
view: view,
|
|
25
|
+
}), majorPart = _c.majorPart, minorPart = _c.minorPart, currencySymbol = _c.currencySymbol;
|
|
26
|
+
return (React__default['default'].createElement("span", { className: cn__default['default'](styles__default['default'].component, className), "data-test-id": dataTestId },
|
|
27
|
+
majorPart,
|
|
28
|
+
React__default['default'].createElement("span", { className: styles__default['default'].minorPartAndCurrency },
|
|
29
|
+
minorPart && utils.AMOUNT_MAJOR_MINOR_PARTS_SEPARATOR,
|
|
30
|
+
minorPart,
|
|
31
|
+
utils.THINSP,
|
|
32
|
+
currencySymbol)));
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
exports.Amount = Amount;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Amount as DefaultAmount } from "./component";
|
|
2
|
+
import { PureAmount } from "./pure/component";
|
|
3
|
+
type AmountType = typeof DefaultAmount & {
|
|
4
|
+
Pure: typeof PureAmount;
|
|
5
|
+
};
|
|
6
|
+
declare const Amount: AmountType;
|
|
7
|
+
export { Amount };
|
|
8
|
+
export * from "./types/index";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
require('react');
|
|
4
|
+
require('classnames');
|
|
5
|
+
require('@alfalab/utils');
|
|
6
|
+
require('./index.module.css');
|
|
7
|
+
var component = require('./component.js');
|
|
8
|
+
require('./pure/index.module.css');
|
|
9
|
+
var pure_component = require('./pure/component.js');
|
|
10
|
+
|
|
11
|
+
var Amount = component.Amount;
|
|
12
|
+
Amount.Pure = pure_component.PureAmount;
|
|
13
|
+
|
|
14
|
+
exports.Amount = Amount;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
|
|
3
|
+
/* Hard */
|
|
4
|
+
|
|
5
|
+
/* Up */
|
|
6
|
+
|
|
7
|
+
/* Hard up */
|
|
8
|
+
}
|
|
9
|
+
:root {
|
|
10
|
+
--amount-major-part-font-weight: bold;
|
|
11
|
+
--amount-minor-part-font-weight: normal;
|
|
12
|
+
}
|
|
13
|
+
.component {
|
|
14
|
+
white-space: nowrap;
|
|
15
|
+
font-weight: var(--amount-major-part-font-weight);
|
|
16
|
+
}
|
|
17
|
+
.minorPartAndCurrency {
|
|
18
|
+
opacity: 0.6;
|
|
19
|
+
font-weight: var(--amount-minor-part-font-weight);
|
|
20
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { AmountProps } from "../types/index";
|
|
4
|
+
/**
|
|
5
|
+
* Компонент для отображения суммы, согласно следующему гайдлайну:
|
|
6
|
+
* https://design.alfabank.ru/patterns/amount
|
|
7
|
+
* Не содержит стилей кроме неразрывности строки
|
|
8
|
+
*/
|
|
9
|
+
declare const PureAmount: React.FC<AmountProps>;
|
|
10
|
+
export { PureAmount };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var cn = require('classnames');
|
|
5
|
+
var utils = require('@alfalab/utils');
|
|
6
|
+
var styles = require('./index.module.css');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
|
+
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
12
|
+
var styles__default = /*#__PURE__*/_interopDefaultLegacy(styles);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Компонент для отображения суммы, согласно следующему гайдлайну:
|
|
16
|
+
* https://design.alfabank.ru/patterns/amount
|
|
17
|
+
* Не содержит стилей кроме неразрывности строки
|
|
18
|
+
*/
|
|
19
|
+
var PureAmount = function (_a) {
|
|
20
|
+
var value = _a.value, minority = _a.minority, currency = _a.currency, _b = _a.view, view = _b === void 0 ? 'default' : _b, className = _a.className, dataTestId = _a.dataTestId;
|
|
21
|
+
var formattedWithCurrency = utils.formatAmount({
|
|
22
|
+
value: value,
|
|
23
|
+
currency: currency,
|
|
24
|
+
minority: minority,
|
|
25
|
+
view: view,
|
|
26
|
+
}).formattedWithCurrency;
|
|
27
|
+
return (React__default['default'].createElement("span", { className: cn__default['default'](styles__default['default'].component, className), "data-test-id": dataTestId }, formattedWithCurrency));
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
exports.PureAmount = PureAmount;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./component";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
require('react');
|
|
4
|
+
require('classnames');
|
|
5
|
+
require('@alfalab/utils');
|
|
6
|
+
require('./index.module.css');
|
|
7
|
+
var pure_component = require('./component.js');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.PureAmount = pure_component.PureAmount;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { CurrencyCodes } from '@alfalab/data';
|
|
2
|
+
type AmountProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Денежное значение в минорных единицах
|
|
5
|
+
*/
|
|
6
|
+
value: number;
|
|
7
|
+
/**
|
|
8
|
+
* Валюта
|
|
9
|
+
*/
|
|
10
|
+
currency: CurrencyCodes;
|
|
11
|
+
/**
|
|
12
|
+
* Количество минорных единиц в валюте
|
|
13
|
+
*/
|
|
14
|
+
minority: number;
|
|
15
|
+
/**
|
|
16
|
+
* default - не отображаем копейки, если их значение 0
|
|
17
|
+
* withZeroMinorPart - отображаем копейки, даже если их значение равно 0
|
|
18
|
+
*/
|
|
19
|
+
view?: 'default' | 'withZeroMinorPart';
|
|
20
|
+
/**
|
|
21
|
+
* Дополнительный класс
|
|
22
|
+
*/
|
|
23
|
+
className?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Идентификатор для систем автоматизированного тестирования
|
|
26
|
+
*/
|
|
27
|
+
dataTestId?: string;
|
|
28
|
+
};
|
|
29
|
+
export { AmountProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { InputProps } from "../../input";
|
|
4
|
+
import { CurrencyCodes } from '@alfalab/data';
|
|
5
|
+
type AmountInputProps = Omit<InputProps, 'value' | 'onChange' | 'type'> & {
|
|
6
|
+
/**
|
|
7
|
+
* Денежное значение в минорных единицах
|
|
8
|
+
* Значение null - значит не установлено
|
|
9
|
+
*/
|
|
10
|
+
value?: number | null;
|
|
11
|
+
/**
|
|
12
|
+
* Валюта
|
|
13
|
+
*/
|
|
14
|
+
currency?: CurrencyCodes;
|
|
15
|
+
/**
|
|
16
|
+
* Дополнительный закрепленный текст справа от основного значения. (по умолчанию — символ валюты)
|
|
17
|
+
*/
|
|
18
|
+
suffix?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Максимальное число знаков до запятой
|
|
21
|
+
*/
|
|
22
|
+
integerLength?: number;
|
|
23
|
+
/**
|
|
24
|
+
* Минорные единицы
|
|
25
|
+
*/
|
|
26
|
+
minority?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Позволяет вводить только целые значения
|
|
29
|
+
*/
|
|
30
|
+
integersOnly?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Жир
|
|
33
|
+
*/
|
|
34
|
+
bold?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Обработчик события изменения значения
|
|
37
|
+
*/
|
|
38
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>, payload: {
|
|
39
|
+
/**
|
|
40
|
+
* Денежное значение в минорных единицах
|
|
41
|
+
* Значение null - значит не установлено
|
|
42
|
+
*/
|
|
43
|
+
value: number | null;
|
|
44
|
+
/**
|
|
45
|
+
* Значение инпута
|
|
46
|
+
*/
|
|
47
|
+
valueString: string;
|
|
48
|
+
}) => void;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Компонент для ввода денежных значений
|
|
52
|
+
*/
|
|
53
|
+
declare const AmountInput: React.ForwardRefExoticComponent<Pick<InputProps, "className" | "dataTestId" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "children" | "leftAddons" | "rightAddons" | "size" | "block" | "colors" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "step" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "fieldClassName" | "labelClassName" | "addonsClassName" | "error" | "hint" | "bottomAddons" | "accept" | "alt" | "autoComplete" | "capture" | "checked" | "crossOrigin" | "height" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "src" | "width" | "clear" | "success" | "inputClassName" | "focusedClassName" | "filledClassName" | "onClear" | "wrapperRef"> & {
|
|
54
|
+
/**
|
|
55
|
+
* Денежное значение в минорных единицах
|
|
56
|
+
* Значение null - значит не установлено
|
|
57
|
+
*/
|
|
58
|
+
value?: number | null | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* Валюта
|
|
61
|
+
*/
|
|
62
|
+
currency?: "ALL" | "AFN" | "ARS" | "AWG" | "AUD" | "AZN" | "BSD" | "BBD" | "BYN" | "BZD" | "BMD" | "BOB" | "BAM" | "BWP" | "BGN" | "BRL" | "BND" | "KHR" | "CAD" | "KYD" | "CLP" | "CNY" | "COP" | "CRC" | "HRK" | "CUP" | "CZK" | "DKK" | "DOP" | "XCD" | "EGP" | "SVC" | "EEK" | "EUR" | "FKP" | "FJD" | "FRF" | "GHC" | "GIP" | "GTQ" | "GGP" | "GYD" | "HNL" | "HKD" | "HUF" | "ISK" | "INR" | "IDR" | "IRR" | "IMP" | "ILS" | "JMD" | "JPY" | "JEP" | "KZT" | "KGS" | "LAK" | "LVL" | "LBP" | "LRD" | "LTL" | "MKD" | "MYR" | "MUR" | "MXN" | "MNT" | "MZN" | "NAD" | "NPR" | "ANG" | "NZD" | "NIO" | "NGN" | "KPW" | "NOK" | "OMR" | "PKR" | "PAB" | "PYG" | "PEN" | "PHP" | "PLN" | "QAR" | "RON" | "RUR" | "RUB" | "SHP" | "SAR" | "RSD" | "SCR" | "SGD" | "SBD" | "SOS" | "ZAR" | "KRW" | "LKR" | "SEK" | "CHF" | "SRD" | "SYP" | "TWD" | "THB" | "TTD" | "TRY" | "TRL" | "TVD" | "UAH" | "GBP" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "YER" | "ZWD" | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* Дополнительный закрепленный текст справа от основного значения. (по умолчанию — символ валюты)
|
|
65
|
+
*/
|
|
66
|
+
suffix?: string | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* Максимальное число знаков до запятой
|
|
69
|
+
*/
|
|
70
|
+
integerLength?: number | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* Минорные единицы
|
|
73
|
+
*/
|
|
74
|
+
minority?: number | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* Позволяет вводить только целые значения
|
|
77
|
+
*/
|
|
78
|
+
integersOnly?: boolean | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* Жир
|
|
81
|
+
*/
|
|
82
|
+
bold?: boolean | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* Обработчик события изменения значения
|
|
85
|
+
*/
|
|
86
|
+
onChange?: ((e: React.ChangeEvent<HTMLInputElement>, payload: {
|
|
87
|
+
/**
|
|
88
|
+
* Денежное значение в минорных единицах
|
|
89
|
+
* Значение null - значит не установлено
|
|
90
|
+
*/
|
|
91
|
+
value: number | null;
|
|
92
|
+
/**
|
|
93
|
+
* Значение инпута
|
|
94
|
+
*/
|
|
95
|
+
valueString: string;
|
|
96
|
+
}) => void) | undefined;
|
|
97
|
+
} & React.RefAttributes<HTMLInputElement>>;
|
|
98
|
+
export { AmountInputProps, AmountInput };
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var cn = require('classnames');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var coreComponentsInput = require('../../input/cssm');
|
|
6
|
+
var utils = require('@alfalab/utils');
|
|
7
|
+
var coreComponentsWithSuffix = require('../../with-suffix/cssm');
|
|
8
|
+
var utils_index = require('./utils/index.js');
|
|
9
|
+
var styles = require('./index.module.css');
|
|
10
|
+
var defaultColors = require('./default.module.css');
|
|
11
|
+
var invertedColors = require('./inverted.module.css');
|
|
12
|
+
|
|
13
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
14
|
+
|
|
15
|
+
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
16
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
17
|
+
var styles__default = /*#__PURE__*/_interopDefaultLegacy(styles);
|
|
18
|
+
var defaultColors__default = /*#__PURE__*/_interopDefaultLegacy(defaultColors);
|
|
19
|
+
var invertedColors__default = /*#__PURE__*/_interopDefaultLegacy(invertedColors);
|
|
20
|
+
|
|
21
|
+
/*! *****************************************************************************
|
|
22
|
+
Copyright (c) Microsoft Corporation.
|
|
23
|
+
|
|
24
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
25
|
+
purpose with or without fee is hereby granted.
|
|
26
|
+
|
|
27
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
28
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
29
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
30
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
31
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
32
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
33
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
34
|
+
***************************************************************************** */
|
|
35
|
+
var __assign = function () {
|
|
36
|
+
__assign = Object.assign || function __assign(t) {
|
|
37
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
38
|
+
s = arguments[i];
|
|
39
|
+
for (var p in s)
|
|
40
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
41
|
+
t[p] = s[p];
|
|
42
|
+
}
|
|
43
|
+
return t;
|
|
44
|
+
};
|
|
45
|
+
return __assign.apply(this, arguments);
|
|
46
|
+
};
|
|
47
|
+
function __rest(s, e) {
|
|
48
|
+
var t = {};
|
|
49
|
+
for (var p in s)
|
|
50
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
51
|
+
t[p] = s[p];
|
|
52
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
53
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
54
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
55
|
+
t[p[i]] = s[p[i]];
|
|
56
|
+
}
|
|
57
|
+
return t;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
var colorStyles = {
|
|
61
|
+
default: defaultColors__default['default'],
|
|
62
|
+
inverted: invertedColors__default['default'],
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Инпут, позволяющий закрепить значок валюты
|
|
66
|
+
*/
|
|
67
|
+
var SuffixInput = coreComponentsWithSuffix.withSuffix(coreComponentsInput.Input);
|
|
68
|
+
/**
|
|
69
|
+
* Компонент для ввода денежных значений
|
|
70
|
+
*/
|
|
71
|
+
var AmountInput = React.forwardRef(function (_a, ref) {
|
|
72
|
+
var _b;
|
|
73
|
+
var _c = _a.value, value = _c === void 0 ? null : _c, _d = _a.integerLength, integerLength = _d === void 0 ? 9 : _d, _e = _a.minority, minority = _e === void 0 ? 100 : _e, _f = _a.currency, currency = _f === void 0 ? 'RUR' : _f, _g = _a.suffix, suffix = _g === void 0 ? currency : _g, _h = _a.placeholder, placeholder = _h === void 0 ? "0\u2009" + (suffix === currency ? utils.getCurrencySymbol(currency) || '' : suffix) : _h, _j = _a.integersOnly, integersOnly = _j === void 0 ? false : _j, _k = _a.bold, bold = _k === void 0 ? true : _k, _l = _a.colors, colors = _l === void 0 ? 'default' : _l, className = _a.className, focusedClassName = _a.focusedClassName, dataTestId = _a.dataTestId, _m = _a.clear, clear = _m === void 0 ? false : _m, onChange = _a.onChange, onClear = _a.onClear, restProps = __rest(_a, ["value", "integerLength", "minority", "currency", "suffix", "placeholder", "integersOnly", "bold", "colors", "className", "focusedClassName", "dataTestId", "clear", "onChange", "onClear"]);
|
|
74
|
+
var _o = React.useState(utils.formatAmount({
|
|
75
|
+
// TODO: поддержать nullable в utils
|
|
76
|
+
value: value,
|
|
77
|
+
currency: currency,
|
|
78
|
+
minority: minority,
|
|
79
|
+
view: 'default',
|
|
80
|
+
}).formatted), inputValue = _o[0], setInputValue = _o[1];
|
|
81
|
+
var currencySymbol = utils.getCurrencySymbol(currency);
|
|
82
|
+
React.useEffect(function () {
|
|
83
|
+
var currentAmountValue = utils_index.getAmountValueFromStr(inputValue, minority);
|
|
84
|
+
if (currentAmountValue !== value) {
|
|
85
|
+
return setInputValue(utils.formatAmount({
|
|
86
|
+
// TODO: поддержать nullable в utils
|
|
87
|
+
value: value,
|
|
88
|
+
currency: currency,
|
|
89
|
+
minority: minority,
|
|
90
|
+
view: 'default',
|
|
91
|
+
}).formatted);
|
|
92
|
+
}
|
|
93
|
+
return function () { return undefined; };
|
|
94
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
95
|
+
}, [value, currency, minority]);
|
|
96
|
+
var handleChange = function (e) {
|
|
97
|
+
var input = e.target;
|
|
98
|
+
var enteredValue = input.value.replace(/\s/g, '').replace('.', ',');
|
|
99
|
+
if (integersOnly) {
|
|
100
|
+
enteredValue = enteredValue.split(',')[0];
|
|
101
|
+
}
|
|
102
|
+
var isCorrectEnteredValue = RegExp("(^[0-9]{1," + integerLength + "}(,([0-9]+)?)?$|^\\s*$)").test(enteredValue);
|
|
103
|
+
if (isCorrectEnteredValue) {
|
|
104
|
+
var newFormattedValue = utils_index.getFormattedValue(enteredValue, currency, minority);
|
|
105
|
+
if (newFormattedValue === inputValue) {
|
|
106
|
+
var caret_1 = input.selectionStart;
|
|
107
|
+
window.requestAnimationFrame(function () {
|
|
108
|
+
input.selectionStart = caret_1;
|
|
109
|
+
input.selectionEnd = caret_1;
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
else {
|
|
113
|
+
/**
|
|
114
|
+
* Поддержка положения каретки
|
|
115
|
+
* Поскольку при форматировании введенного значения могут появляться символы типа пробела
|
|
116
|
+
* или запятая - каретка прыгает в конец и ее необходимо ставить в правильное место
|
|
117
|
+
*/
|
|
118
|
+
// Узнаем длину оригинального инпута с условием обрезания лишних символов
|
|
119
|
+
var _a = input.value.split(/\.|,/), head = _a[0], tail = _a[1];
|
|
120
|
+
var notFormattedEnteredValueLength = head.length;
|
|
121
|
+
if (tail) {
|
|
122
|
+
notFormattedEnteredValueLength += 1; // запятая или точка
|
|
123
|
+
notFormattedEnteredValueLength += tail.slice(0, minority.toString().length - 1).length; // символы в минорной части
|
|
124
|
+
}
|
|
125
|
+
var diff = newFormattedValue.length - notFormattedEnteredValueLength;
|
|
126
|
+
var caret_2 = input.selectionStart + diff;
|
|
127
|
+
window.requestAnimationFrame(function () {
|
|
128
|
+
input.selectionStart = caret_2;
|
|
129
|
+
input.selectionEnd = caret_2;
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
setInputValue(newFormattedValue);
|
|
133
|
+
if (onChange) {
|
|
134
|
+
onChange(e, {
|
|
135
|
+
value: utils_index.getAmountValueFromStr(newFormattedValue, minority),
|
|
136
|
+
valueString: newFormattedValue,
|
|
137
|
+
});
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
else {
|
|
141
|
+
// Не двигаем каретку когда вставляется невалидный символ
|
|
142
|
+
var caret_3 = input.selectionStart - 1;
|
|
143
|
+
window.requestAnimationFrame(function () {
|
|
144
|
+
input.selectionStart = caret_3;
|
|
145
|
+
input.selectionEnd = caret_3;
|
|
146
|
+
});
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
var handleClear = React.useCallback(function (event) {
|
|
150
|
+
setInputValue('');
|
|
151
|
+
if (onClear) {
|
|
152
|
+
onClear(event);
|
|
153
|
+
}
|
|
154
|
+
}, [onClear]);
|
|
155
|
+
var _p = inputValue.split(','), majorPart = _p[0], minorPart = _p[1];
|
|
156
|
+
return (React__default['default'].createElement("div", { className: cn__default['default'](styles__default['default'].container, (_b = {},
|
|
157
|
+
_b[styles__default['default'].bold] = bold,
|
|
158
|
+
_b[styles__default['default'].filled] = Boolean(inputValue),
|
|
159
|
+
_b)) },
|
|
160
|
+
React__default['default'].createElement(SuffixInput, __assign({}, restProps, { suffix: React__default['default'].createElement(React.Fragment, null,
|
|
161
|
+
majorPart,
|
|
162
|
+
React__default['default'].createElement("span", { className: colorStyles[colors].minorPartAndCurrency },
|
|
163
|
+
minorPart !== undefined && "," + minorPart,
|
|
164
|
+
utils.THINSP,
|
|
165
|
+
suffix === currency ? currencySymbol : suffix)), suffixContainerClassName: styles__default['default'].suffixContainer, clear: clear, placeholder: placeholder, value: inputValue, colors: colors, className: cn__default['default'](styles__default['default'].component, className), focusedClassName: focusedClassName, inputClassName: styles__default['default'].input, onChange: handleChange, onClear: handleClear, dataTestId: dataTestId, ref: ref }))));
|
|
166
|
+
});
|
|
167
|
+
|
|
168
|
+
exports.AmountInput = AmountInput;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--color-light-text-secondary: #546272;
|
|
3
|
+
}
|
|
4
|
+
:root {
|
|
5
|
+
|
|
6
|
+
/* Hard */
|
|
7
|
+
|
|
8
|
+
/* Up */
|
|
9
|
+
|
|
10
|
+
/* Hard up */
|
|
11
|
+
}
|
|
12
|
+
:root {
|
|
13
|
+
--amount-input-minor-part-and-currency-color: var(--color-light-text-secondary);
|
|
14
|
+
}
|
|
15
|
+
.minorPartAndCurrency {
|
|
16
|
+
color: var(--amount-input-minor-part-and-currency-color);
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./Component";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var Component = require('./Component.js');
|
|
4
|
+
require('classnames');
|
|
5
|
+
require('react');
|
|
6
|
+
require('../../input/cssm');
|
|
7
|
+
require('@alfalab/utils');
|
|
8
|
+
require('../../with-suffix/cssm');
|
|
9
|
+
require('./utils/index.js');
|
|
10
|
+
require('./index.module.css');
|
|
11
|
+
require('./default.module.css');
|
|
12
|
+
require('./inverted.module.css');
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
exports.AmountInput = Component.AmountInput;
|