@alfalab/core-components 45.6.0-beta.1 → 45.6.0-beta.2
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/accordion/cssm/Component.js +32 -39
- package/accordion/cssm/components/default-control-icon/Component.js +10 -20
- package/accordion/cssm/components/default-control-icon/index.js +4 -7
- package/accordion/cssm/components/index.js +4 -7
- package/accordion/cssm/hooks/index.js +3 -7
- package/accordion/cssm/hooks/useRecalculateContentHeight.js +14 -16
- package/accordion/cssm/index.js +8 -7
- package/action-button/cssm/Component.js +40 -47
- package/action-button/cssm/hooks.js +10 -12
- package/action-button/cssm/index.js +8 -7
- package/action-button/cssm/shared/index.js +2 -7
- package/action-button/cssm/utils.js +3 -5
- package/alert/cssm/Component.js +7 -17
- package/alert/cssm/index.js +4 -7
- package/amount/cssm/component.js +26 -34
- package/amount/cssm/index.js +8 -7
- package/amount/cssm/pure/component.js +16 -23
- package/amount/cssm/pure/index.js +4 -7
- package/amount-input/cssm/Component.js +72 -79
- package/amount-input/cssm/index.js +7 -7
- package/amount-input/cssm/utils/index.js +9 -13
- package/attach/cssm/Component.js +46 -59
- package/attach/cssm/index.js +11 -7
- package/attach/cssm/utils/index.js +3 -5
- package/backdrop/cssm/Component.js +10 -18
- package/backdrop/cssm/index.js +4 -7
- package/badge/cssm/Component.js +24 -31
- package/badge/cssm/index.js +3 -7
- package/bank-card/cssm/Component.js +35 -45
- package/bank-card/cssm/index.js +10 -7
- package/bank-card/cssm/utils.js +5 -7
- package/base-modal/cssm/Component.js +104 -117
- package/base-modal/cssm/index.js +14 -14
- package/base-modal/cssm/matches-polyfill.js +2 -2
- package/base-modal/cssm/utils.js +19 -28
- package/bottom-sheet/cssm/component.js +187 -165
- package/bottom-sheet/cssm/components/footer/Component.js +13 -21
- package/bottom-sheet/cssm/components/header/Component.js +17 -26
- package/bottom-sheet/cssm/components/swipeable-backdrop/Component.js +12 -17
- package/bottom-sheet/cssm/index.js +14 -10
- package/bottom-sheet/cssm/shared/index.js +2 -7
- package/bottom-sheet/cssm/utils.js +17 -27
- package/button/cssm/Component.responsive.js +16 -18
- package/button/cssm/components/base-button/Component.js +64 -72
- package/button/cssm/components/base-button/index.js +7 -8
- package/button/cssm/desktop/Component.desktop.js +18 -17
- package/button/cssm/desktop/index.js +8 -7
- package/button/cssm/index.js +11 -7
- package/button/cssm/mobile/Component.mobile.js +18 -17
- package/button/cssm/mobile/index.js +8 -7
- package/button/cssm/shared/index.js +2 -7
- package/button/cssm/utils.js +3 -5
- package/calendar/cssm/Component.responsive.js +73 -16
- package/calendar/cssm/components/calendar-mobile/Component.js +167 -129
- package/calendar/cssm/components/calendar-mobile/index.js +68 -9
- package/calendar/cssm/components/days-table/Component.js +105 -101
- package/calendar/cssm/components/days-table/index.js +34 -7
- package/calendar/cssm/components/header/Component.js +9 -19
- package/calendar/cssm/components/header/index.js +3 -7
- package/calendar/cssm/components/month-year-header/Component.js +42 -25
- package/calendar/cssm/components/month-year-header/index.js +30 -7
- package/calendar/cssm/components/months-table/Component.js +38 -25
- package/calendar/cssm/components/months-table/index.js +31 -7
- package/calendar/cssm/components/period-slider/Component.js +72 -50
- package/calendar/cssm/components/period-slider/index.js +42 -9
- package/calendar/cssm/components/period-slider/utils.js +66 -75
- package/calendar/cssm/components/select-button/Component.js +7 -17
- package/calendar/cssm/components/select-button/index.js +4 -7
- package/calendar/cssm/components/years-table/Component.js +15 -25
- package/calendar/cssm/components/years-table/index.js +7 -7
- package/calendar/cssm/desktop/Component.desktop.js +118 -104
- package/calendar/cssm/desktop/index.js +63 -7
- package/calendar/cssm/index.js +70 -7
- package/calendar/cssm/mobile/index.js +68 -9
- package/calendar/cssm/shared/index.js +50 -26
- package/calendar/cssm/useCalendar.js +155 -157
- package/calendar/cssm/usePeriod.js +34 -43
- package/calendar/cssm/utils.js +84 -143
- package/calendar-input/cssm/Component.responsive.js +24 -19
- package/calendar-input/cssm/components/calendar-input/Component.js +63 -76
- package/calendar-input/cssm/components/calendar-input/index.js +12 -7
- package/calendar-input/cssm/desktop/Component.desktop.js +15 -12
- package/calendar-input/cssm/desktop/index.js +14 -7
- package/calendar-input/cssm/index.js +18 -7
- package/calendar-input/cssm/mobile/Component.mobile.js +15 -12
- package/calendar-input/cssm/mobile/index.js +14 -7
- package/calendar-input/cssm/shared/index.js +6 -15
- package/calendar-input/cssm/utils.js +20 -43
- package/calendar-range/cssm/Component.js +26 -15
- package/calendar-range/cssm/components/divider/Component.js +12 -20
- package/calendar-range/cssm/components/divider/index.js +3 -7
- package/calendar-range/cssm/hooks.js +60 -77
- package/calendar-range/cssm/index.js +23 -7
- package/calendar-range/cssm/utils.js +2 -6
- package/calendar-range/cssm/views/popover.js +75 -73
- package/calendar-range/cssm/views/static.js +92 -105
- package/calendar-with-skeleton/cssm/Component.js +23 -32
- package/calendar-with-skeleton/cssm/index.js +6 -7
- package/card-image/cssm/Component.js +25 -36
- package/card-image/cssm/index.js +3 -10
- package/cdn-icon/cssm/Component.js +19 -28
- package/cdn-icon/cssm/index.js +3 -7
- package/chart/cssm/Component.js +126 -125
- package/chart/cssm/components/CustomizedLabel.js +8 -14
- package/chart/cssm/components/Dot/index.js +21 -28
- package/chart/cssm/components/Legends/index.js +27 -35
- package/chart/cssm/components/LinearGradient.js +3 -12
- package/chart/cssm/components/RectBar.js +23 -21
- package/chart/cssm/components/Tick/index.js +11 -18
- package/chart/cssm/components/TooltipContent/index.js +19 -26
- package/chart/cssm/hooks/usePathBar/index.js +16 -18
- package/chart/cssm/hooks/usePathBar/utils/getRadius.js +3 -5
- package/chart/cssm/hooks/useSettings/index.js +29 -33
- package/chart/cssm/hooks/useSettings/utils/setComposedChartsMargin.js +11 -16
- package/chart/cssm/hooks/useSettings/utils/setDatas.js +17 -24
- package/chart/cssm/hooks/useSettings/utils/setGradientCharts.js +22 -14
- package/chart/cssm/hooks/useSettings/utils/setLegendMargin.js +5 -7
- package/chart/cssm/hooks/useSettings/utils/sortByIndex.js +7 -11
- package/chart/cssm/icons/Circle.js +4 -13
- package/chart/cssm/icons/CircleLine.js +5 -14
- package/chart/cssm/icons/FilledCircle.js +8 -17
- package/chart/cssm/icons/Point.js +5 -14
- package/chart/cssm/icons/StrokeCircle.js +4 -13
- package/chart/cssm/index.js +25 -7
- package/checkbox/cssm/Component.js +32 -42
- package/checkbox/cssm/index.js +7 -7
- package/checkbox-group/cssm/Component.responsive.js +13 -19
- package/checkbox-group/cssm/components/base-checkbox-group/Component.js +32 -36
- package/checkbox-group/cssm/components/base-checkbox-group/index.js +3 -7
- package/checkbox-group/cssm/desktop/Component.desktop.js +7 -12
- package/checkbox-group/cssm/desktop/index.js +4 -7
- package/checkbox-group/cssm/index.js +7 -7
- package/checkbox-group/cssm/mobile/Component.mobile.js +7 -12
- package/checkbox-group/cssm/mobile/index.js +4 -7
- package/circular-progress-bar/cssm/Component.js +66 -71
- package/circular-progress-bar/cssm/consts.js +7 -14
- package/circular-progress-bar/cssm/index.js +5 -7
- package/code-input/cssm/Component.responsive.js +13 -18
- package/code-input/cssm/components/base-code-input/component.js +63 -78
- package/code-input/cssm/components/base-code-input/index.js +4 -7
- package/code-input/cssm/components/index.js +3 -7
- package/code-input/cssm/components/input/component.js +20 -28
- package/code-input/cssm/components/input/index.js +3 -7
- package/code-input/cssm/desktop/Component.desktop.js +8 -12
- package/code-input/cssm/desktop/index.js +5 -7
- package/code-input/cssm/index.js +8 -7
- package/code-input/cssm/mobile/Component.mobile.js +8 -12
- package/code-input/cssm/mobile/index.js +5 -7
- package/collapse/cssm/Component.js +36 -45
- package/collapse/cssm/index.js +8 -7
- package/comment/cssm/Component.js +10 -17
- package/comment/cssm/index.js +4 -7
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/cssm/component.responsive.js +28 -16
- package/confirmation/cssm/components/base-confirmation/component.js +61 -59
- package/confirmation/cssm/components/base-confirmation/index.js +21 -7
- package/confirmation/cssm/components/countdown-loader/component.js +15 -21
- package/confirmation/cssm/components/countdown-loader/index.js +2 -7
- package/confirmation/cssm/components/header/component.js +7 -17
- package/confirmation/cssm/components/header/index.js +4 -7
- package/confirmation/cssm/components/index.js +19 -15
- package/confirmation/cssm/components/screens/fatal-error/component.js +16 -23
- package/confirmation/cssm/components/screens/fatal-error/index.js +8 -7
- package/confirmation/cssm/components/screens/hint/component.js +26 -33
- package/confirmation/cssm/components/screens/hint/index.js +9 -7
- package/confirmation/cssm/components/screens/index.js +19 -13
- package/confirmation/cssm/components/screens/initial/component.js +46 -54
- package/confirmation/cssm/components/screens/initial/countdown-section.d.ts +0 -10
- package/confirmation/cssm/components/screens/initial/countdown-section.js +8 -47
- package/confirmation/cssm/components/screens/initial/index.js +15 -7
- package/confirmation/cssm/components/screens/temp-block/component.js +21 -29
- package/confirmation/cssm/components/screens/temp-block/index.js +8 -7
- package/confirmation/cssm/context.js +8 -10
- package/confirmation/{modern-pcss-raw → cssm}/countdown-section-3a5e36e4.js +3 -3
- package/confirmation/cssm/desktop/component.desktop.js +23 -11
- package/confirmation/cssm/desktop/index.js +22 -10
- package/confirmation/cssm/index.js +25 -10
- package/confirmation/cssm/mobile/component.mobile.js +25 -17
- package/confirmation/cssm/mobile/index.js +22 -10
- package/confirmation/cssm/shared/index.js +20 -23
- package/confirmation/cssm/types.js +2 -4
- package/confirmation/cssm/utils.js +36 -44
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/confirmation-v1/cssm/component.js +51 -54
- package/confirmation-v1/cssm/components/code-input/component.js +41 -53
- package/confirmation-v1/cssm/components/code-input/index.js +5 -7
- package/confirmation-v1/cssm/components/code-input/utils.js +5 -8
- package/confirmation-v1/cssm/components/countdown/component.js +50 -62
- package/confirmation-v1/cssm/components/countdown/index.js +7 -8
- package/confirmation-v1/cssm/components/countdown-loader/component.js +15 -21
- package/confirmation-v1/cssm/components/countdown-loader/index.js +2 -7
- package/confirmation-v1/cssm/components/index.js +14 -14
- package/confirmation-v1/cssm/components/overlimit/component.js +33 -36
- package/confirmation-v1/cssm/components/overlimit/index.js +9 -7
- package/confirmation-v1/cssm/components/sign-confirmation/component.js +35 -38
- package/confirmation-v1/cssm/components/sign-confirmation/index.js +12 -7
- package/confirmation-v1/cssm/index.js +15 -17
- package/custom-button/cssm/Component.js +17 -23
- package/custom-button/cssm/index.js +4 -7
- package/custom-picker-button/cssm/Component.responsive.js +15 -17
- package/custom-picker-button/cssm/desktop/Component.desktop.js +15 -22
- package/custom-picker-button/cssm/desktop/index.js +7 -7
- package/custom-picker-button/cssm/field/Component.js +20 -26
- package/custom-picker-button/cssm/field/index.js +5 -7
- package/custom-picker-button/cssm/index.js +11 -7
- package/custom-picker-button/cssm/mobile/Component.mobile.js +14 -21
- package/custom-picker-button/cssm/mobile/index.js +7 -7
- package/date-input/cssm/Component.js +36 -42
- package/date-input/cssm/index.js +9 -18
- package/date-input/cssm/utils/format.js +28 -53
- package/date-input/cssm/utils/index.js +5 -16
- package/date-input/cssm/utils/native-supports.js +3 -5
- package/date-range-input/cssm/Component.responsive.js +26 -19
- package/date-range-input/cssm/components/date-range-input/Component.js +98 -112
- package/date-range-input/cssm/components/date-range-input/index.js +13 -7
- package/date-range-input/cssm/desktop/Component.desktop.js +17 -13
- package/date-range-input/cssm/desktop/index.js +16 -7
- package/date-range-input/cssm/index.js +20 -7
- package/date-range-input/cssm/mobile/Component.mobile.js +17 -13
- package/date-range-input/cssm/mobile/index.js +16 -7
- package/date-range-input/cssm/utils/format.js +49 -69
- package/date-range-input/cssm/utils/index.js +3 -13
- package/date-time-input/cssm/Component.responsive.js +25 -19
- package/date-time-input/cssm/components/date-time-input/Component.js +69 -80
- package/date-time-input/cssm/components/date-time-input/index.js +12 -7
- package/date-time-input/cssm/desktop/Component.desktop.js +16 -13
- package/date-time-input/cssm/desktop/index.js +15 -7
- package/date-time-input/cssm/index.js +19 -7
- package/date-time-input/cssm/mobile/Component.mobile.js +16 -13
- package/date-time-input/cssm/mobile/index.js +15 -7
- package/date-time-input/cssm/utils/format.js +74 -97
- package/date-time-input/cssm/utils/index.js +3 -18
- package/divider/cssm/Component.js +6 -15
- package/divider/cssm/index.js +3 -7
- package/drawer/cssm/Component.js +54 -62
- package/drawer/cssm/index.js +5 -9
- package/dropzone/cssm/Component.js +28 -35
- package/dropzone/cssm/components/index.js +4 -7
- package/dropzone/cssm/components/overlay/Component.js +11 -21
- package/dropzone/cssm/components/overlay/index.js +4 -7
- package/dropzone/cssm/index.js +6 -7
- package/dropzone/cssm/utils.js +2 -4
- package/file-upload-item/cssm/Component.js +47 -50
- package/file-upload-item/cssm/index.js +17 -7
- package/file-upload-item/cssm/utils.js +17 -21
- package/filter-tag/cssm/Component.responsive.js +17 -18
- package/filter-tag/cssm/components/base-filter-tag/Component.js +39 -49
- package/filter-tag/cssm/components/base-filter-tag/index.js +8 -7
- package/filter-tag/cssm/desktop/Component.desktop.js +12 -12
- package/filter-tag/cssm/desktop/index.js +9 -7
- package/filter-tag/cssm/index.js +12 -7
- package/filter-tag/cssm/mobile/Component.mobile.js +12 -12
- package/filter-tag/cssm/mobile/index.js +9 -7
- package/form-control/cssm/Component.responsive.js +13 -18
- package/form-control/cssm/components/base-form-control/Component.js +44 -51
- package/form-control/cssm/components/base-form-control/index.js +4 -7
- package/form-control/cssm/desktop/Component.desktop.js +15 -17
- package/form-control/cssm/desktop/index.js +5 -7
- package/form-control/cssm/index.js +8 -7
- package/form-control/cssm/mobile/Component.mobile.js +15 -17
- package/form-control/cssm/mobile/index.js +5 -7
- package/form-control/cssm/shared/index.js +2 -7
- package/form-control/cssm/utils.js +7 -9
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/cssm/Component.js +84 -69
- package/gallery/{modern-pcss-raw → cssm}/buttons-be9bcc3d.js +2 -2
- package/gallery/cssm/components/header/Component.js +35 -38
- package/gallery/cssm/components/header/buttons.d.ts +0 -11
- package/gallery/cssm/components/header/buttons.js +8 -35
- package/gallery/cssm/components/header/index.js +15 -7
- package/gallery/cssm/components/header-info-block/Component.js +13 -19
- package/gallery/cssm/components/header-info-block/index.js +4 -7
- package/gallery/cssm/components/image-preview/Component.js +44 -48
- package/gallery/cssm/components/image-preview/index.js +25 -7
- package/gallery/cssm/components/image-preview/paths.js +2 -4
- package/gallery/cssm/components/image-viewer/component.js +81 -100
- package/gallery/cssm/components/image-viewer/index.js +16 -7
- package/gallery/cssm/components/image-viewer/paths.js +2 -4
- package/gallery/cssm/components/image-viewer/slide.d.ts +0 -16
- package/gallery/cssm/components/image-viewer/slide.js +7 -47
- package/gallery/cssm/components/index.js +30 -13
- package/gallery/cssm/components/navigation-bar/Component.js +47 -32
- package/gallery/cssm/components/navigation-bar/index.js +26 -7
- package/gallery/cssm/context.js +4 -6
- package/gallery/cssm/index.js +31 -17
- package/gallery/{modern-pcss-raw → cssm}/slide-2e474041.js +1 -1
- package/gallery/cssm/utils/constants.js +2 -4
- package/gallery/cssm/utils/index.js +3 -15
- package/gallery/cssm/utils/split-filename.js +6 -8
- package/gallery/cssm/utils/utils.js +6 -18
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- 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.js +1 -1
- package/gallery/esm/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/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.js +1 -1
- package/gallery/modern/index.js +2 -2
- package/gap/cssm/Component.js +7 -16
- package/gap/cssm/index.js +3 -7
- package/generic-wrapper/cssm/Component.js +17 -25
- package/generic-wrapper/cssm/index.js +3 -7
- package/global-store/cssm/GlobalStore.js +7 -11
- package/global-store/cssm/ModalStore.js +5 -9
- package/global-store/cssm/index.js +6 -7
- package/grid/cssm/Component.js +10 -8
- package/grid/cssm/col/Component.js +10 -21
- package/grid/cssm/col/index.js +5 -7
- package/grid/cssm/index.js +7 -7
- package/grid/cssm/row/Component.js +17 -29
- package/grid/cssm/row/index.js +5 -7
- package/grid/cssm/utils/index.js +12 -14
- package/hatching-progress-bar/cssm/Component.js +8 -17
- package/hatching-progress-bar/cssm/index.js +3 -7
- package/icon-button/cssm/Component.js +18 -27
- package/icon-button/cssm/index.js +4 -7
- package/icon-view/cssm/circle/index.js +7 -7
- package/icon-view/cssm/components/base-shape/component.js +54 -61
- package/icon-view/cssm/components/base-shape/index.js +5 -7
- package/icon-view/cssm/components/base-shape/utils.js +2 -5
- package/icon-view/cssm/components/circle/component.js +8 -12
- package/icon-view/cssm/components/circle/index.js +7 -7
- package/icon-view/cssm/components/circle/paths.js +4 -7
- package/icon-view/cssm/components/index.js +13 -15
- package/icon-view/cssm/components/no-shape/component.js +8 -12
- package/icon-view/cssm/components/no-shape/index.js +7 -7
- package/icon-view/cssm/components/no-shape/paths.js +3 -6
- package/icon-view/cssm/components/rectangle/component.js +9 -16
- package/icon-view/cssm/components/rectangle/index.js +7 -7
- package/icon-view/cssm/components/rectangle/paths.js +4 -8
- package/icon-view/cssm/components/super-ellipse/component.js +8 -12
- package/icon-view/cssm/components/super-ellipse/index.js +7 -7
- package/icon-view/cssm/components/super-ellipse/paths.js +4 -8
- package/icon-view/cssm/no-shape/index.js +7 -7
- package/icon-view/cssm/rectangle/index.js +7 -7
- package/icon-view/cssm/super-ellipse/index.js +7 -7
- package/indicator/cssm/Component.js +18 -63
- package/indicator/cssm/index.js +3 -8
- package/input/cssm/Component.responsive.js +23 -18
- package/input/cssm/components/base-input/Component.js +56 -62
- package/input/cssm/components/base-input/index.js +12 -7
- package/input/cssm/components/clear-button/Component.js +17 -24
- package/input/cssm/components/clear-button/index.js +5 -7
- package/input/cssm/desktop/Component.desktop.js +15 -12
- package/input/cssm/desktop/index.js +14 -7
- package/input/cssm/index.js +18 -7
- package/input/cssm/mobile/Component.mobile.js +15 -12
- package/input/cssm/mobile/index.js +14 -7
- package/input/cssm/shared/index.js +7 -9
- package/input/cssm/utils.js +8 -10
- package/input-autocomplete/cssm/Component.responsive.js +23 -17
- package/input-autocomplete/cssm/autocomplete-field/Component.js +18 -28
- package/input-autocomplete/cssm/autocomplete-field/index.js +5 -7
- package/input-autocomplete/cssm/autocomplete-mobile-field/Component.js +28 -37
- package/input-autocomplete/cssm/autocomplete-mobile-field/index.js +7 -7
- package/input-autocomplete/cssm/desktop/Component.desktop.js +17 -16
- package/input-autocomplete/cssm/desktop/index.js +8 -7
- package/input-autocomplete/cssm/index.js +20 -7
- package/input-autocomplete/cssm/mobile/Component.mobile.js +74 -67
- package/input-autocomplete/cssm/mobile/Component.modal.mobile.js +15 -11
- package/input-autocomplete/cssm/mobile/index.js +14 -9
- package/input-autocomplete/cssm/shared/index.js +2 -8
- package/input-autocomplete/cssm/utils.js +34 -38
- package/international-phone-input/cssm/Component.responsive.js +30 -16
- package/international-phone-input/cssm/components/base-international-phone-input/Component.js +80 -72
- package/international-phone-input/cssm/components/base-international-phone-input/index.js +17 -7
- package/international-phone-input/cssm/components/country-select/Component.js +39 -45
- package/international-phone-input/cssm/components/country-select/index.js +11 -7
- package/international-phone-input/cssm/components/flag-icon/component.js +9 -18
- package/international-phone-input/cssm/components/flag-icon/flagSprite.js +2 -4
- package/international-phone-input/cssm/components/flag-icon/index.js +4 -7
- package/international-phone-input/cssm/components/select-field/component.js +22 -32
- package/international-phone-input/cssm/components/select-field/index.js +8 -8
- package/international-phone-input/cssm/consts.js +2 -4
- package/international-phone-input/cssm/data/country-data.js +2 -4
- package/international-phone-input/cssm/desktop/Component.desktop.js +22 -17
- package/international-phone-input/cssm/desktop/index.js +21 -7
- package/international-phone-input/cssm/index.js +27 -7
- package/international-phone-input/cssm/mobile/Component.mobile.js +22 -17
- package/international-phone-input/cssm/mobile/index.js +21 -7
- package/international-phone-input/cssm/shared/index.js +5 -8
- package/international-phone-input/cssm/utils/index.js +125 -143
- package/intl-phone-input/cssm/component.js +132 -147
- package/intl-phone-input/cssm/components/flag-icon/component.js +9 -18
- package/intl-phone-input/cssm/components/flag-icon/flagSprite.js +2 -4
- package/intl-phone-input/cssm/components/flag-icon/index.js +4 -7
- package/intl-phone-input/cssm/components/index.js +11 -12
- package/intl-phone-input/cssm/components/select/component.js +30 -36
- package/intl-phone-input/cssm/components/select/index.js +11 -7
- package/intl-phone-input/cssm/components/select-field/component.js +21 -32
- package/intl-phone-input/cssm/components/select-field/index.js +8 -8
- package/intl-phone-input/cssm/index.js +18 -7
- package/intl-phone-input/cssm/useCaretAvoidCountryCode.js +12 -15
- package/intl-phone-input/cssm/utils/calculateCaretPos.js +4 -6
- package/intl-phone-input/cssm/utils/format-phone-with-unclearable-country-code.js +6 -8
- package/intl-phone-input/cssm/utils/preparePasteData.js +19 -21
- package/keyboard-focusable/cssm/Component.js +6 -9
- package/keyboard-focusable/cssm/index.js +3 -7
- package/link/cssm/Component.js +36 -37
- package/link/cssm/index.js +5 -7
- package/list/{modern-pcss-raw → cssm}/Component-431b98c8.js +1 -1
- package/list/cssm/Component.js +5 -13
- package/list/cssm/components/item/Component.js +5 -11
- package/list/cssm/components/item/index.d.ts +1 -1
- package/list/cssm/components/item/index.js +5 -7
- package/list/cssm/index.js +6 -10
- package/list/cssm/presets.js +2 -4
- package/list/cssm/utils.js +4 -11
- package/list-header/cssm/Component.js +9 -19
- package/list-header/cssm/index.js +4 -7
- package/loader/cssm/Component.js +9 -18
- package/loader/cssm/index.js +3 -7
- package/markdown/cssm/Component.desktop.js +15 -16
- package/markdown/cssm/Component.js +14 -21
- package/markdown/cssm/Component.mobile.js +15 -16
- package/markdown/cssm/Component.responsive.js +19 -18
- package/markdown/cssm/desktop/index.js +12 -7
- package/markdown/cssm/hooks/use-overrides.d.ts +0 -3
- package/markdown/cssm/hooks/use-overrides.js +6 -37
- package/markdown/cssm/index.js +14 -7
- package/markdown/cssm/mobile/index.js +12 -7
- package/markdown/cssm/remark-plugins/index.js +3 -7
- package/markdown/cssm/remark-plugins/strikethrough.js +10 -16
- package/markdown/{modern-pcss-raw → cssm}/use-overrides-f2cf0bfa.js +3 -3
- package/masked-input/cssm/Component.js +24 -36
- package/masked-input/cssm/index.js +6 -8
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/cssm/Component.js +44 -42
- package/modal/cssm/Component.responsive.js +25 -24
- package/modal/cssm/Context.js +3 -5
- package/modal/cssm/ResponsiveContext.js +3 -9
- package/modal/cssm/components/content/Component.js +23 -28
- package/modal/cssm/components/controls/Component.js +14 -22
- package/modal/cssm/components/controls/index.js +6 -7
- package/modal/cssm/components/footer/Component.js +28 -34
- package/modal/cssm/components/header/Component.js +33 -39
- package/modal/cssm/consts.js +2 -4
- package/modal/cssm/desktop/Component.desktop.js +22 -20
- package/modal/cssm/desktop/index.js +16 -7
- package/modal/cssm/index.js +17 -7
- package/modal/cssm/mobile/Component.mobile.js +22 -20
- package/modal/cssm/mobile/index.js +16 -7
- package/modal/cssm/shared/index.js +4 -9
- package/modal/cssm/utils.js +9 -11
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/mq/cssm/Component.js +13 -19
- package/mq/cssm/index.js +5 -9
- package/mq/cssm/useMatchMedia.js +11 -14
- package/mq/cssm/utils.js +6 -11
- package/navigation-bar/cssm/Component.js +117 -112
- package/navigation-bar/cssm/components/back-arrow-addon/Component.js +19 -28
- package/navigation-bar/cssm/components/back-arrow-addon/index.js +7 -7
- package/navigation-bar/cssm/components/closer/Component.js +15 -24
- package/navigation-bar/cssm/components/closer/index.js +6 -7
- package/navigation-bar/cssm/index.js +15 -7
- package/navigation-bar/cssm/shared/index.js +11 -9
- package/notification/cssm/Component.js +46 -56
- package/notification/cssm/index.js +10 -7
- package/notification/cssm/utils/index.js +5 -11
- package/notification-manager/cssm/component.js +23 -32
- package/notification-manager/cssm/components/index.js +3 -7
- package/notification-manager/cssm/components/notification/component.js +17 -17
- package/notification-manager/cssm/components/notification/index.js +3 -7
- package/notification-manager/cssm/index.js +7 -7
- package/number-input/cssm/Component.responsive.js +18 -16
- package/number-input/cssm/components/number-input/Component.js +74 -82
- package/number-input/cssm/components/number-input/index.js +12 -7
- package/number-input/cssm/components/steppers/Component.js +23 -28
- package/number-input/cssm/components/steppers/index.js +7 -7
- package/number-input/cssm/desktop/Component.desktop.js +15 -12
- package/number-input/cssm/desktop/index.js +14 -7
- package/number-input/cssm/index.js +15 -7
- package/number-input/cssm/mobile/Component.mobile.js +15 -12
- package/number-input/cssm/mobile/index.js +14 -7
- package/number-input/cssm/shared/index.js +3 -7
- package/number-input/cssm/utils.js +96 -121
- package/package.json +1 -1
- package/pagination/cssm/Component.js +23 -29
- package/pagination/cssm/components/default-view/index.js +25 -29
- package/pagination/cssm/components/per-page-view/index.js +9 -17
- package/pagination/cssm/components/tag/index.js +7 -18
- package/pagination/cssm/index.js +9 -7
- package/pass-code/cssm/Component.js +27 -30
- package/pass-code/cssm/components/InputProgress/Component.js +20 -33
- package/pass-code/cssm/components/InputProgress/index.js +5 -7
- package/pass-code/cssm/components/KeyPad/Component.js +27 -33
- package/pass-code/cssm/components/KeyPad/index.js +7 -7
- package/pass-code/cssm/components/KeyPadButton/Component.js +9 -16
- package/pass-code/cssm/components/KeyPadButton/index.js +4 -7
- package/pass-code/cssm/index.js +11 -9
- package/pass-code/cssm/shared/index.js +2 -7
- package/pass-code/cssm/utils.js +9 -11
- package/password-input/cssm/component.js +18 -26
- package/password-input/cssm/index.js +7 -7
- package/pattern-lock/cssm/Component.responsive.js +17 -18
- package/pattern-lock/cssm/components/base-pattern-lock/Component.js +41 -52
- package/pattern-lock/cssm/components/base-pattern-lock/index.js +8 -7
- package/pattern-lock/cssm/consts.js +5 -10
- package/pattern-lock/cssm/desktop/Component.desktop.js +12 -12
- package/pattern-lock/cssm/desktop/index.js +9 -7
- package/pattern-lock/cssm/hooks/use-pattern-lock-cleanup.js +5 -7
- package/pattern-lock/cssm/index.js +12 -9
- package/pattern-lock/cssm/mobile/Component.mobile.js +12 -12
- package/pattern-lock/cssm/mobile/index.js +9 -7
- package/pattern-lock/cssm/shared/index.js +5 -9
- package/pattern-lock/cssm/utils.js +43 -39
- package/phone-input/cssm/Component.js +30 -38
- package/phone-input/cssm/index.js +6 -7
- package/phone-input/cssm/utils/index.js +10 -19
- package/picker-button/cssm/Component.responsive.js +23 -19
- package/picker-button/cssm/desktop/Component.desktop.js +30 -30
- package/picker-button/cssm/desktop/index.js +13 -7
- package/picker-button/cssm/field/Component.js +28 -30
- package/picker-button/cssm/field/index.js +9 -7
- package/picker-button/cssm/index.js +17 -7
- package/picker-button/cssm/mobile/Component.mobile.js +29 -23
- package/picker-button/cssm/mobile/index.js +13 -7
- package/picker-button/cssm/option/Component.js +12 -19
- package/picker-button/cssm/option/index.js +3 -7
- package/picker-button/cssm/shared/index.js +5 -7
- package/picker-button/cssm/utils/index.js +8 -10
- package/plate/cssm/Component.responsive.js +18 -18
- package/plate/cssm/components/base-plate/Component.js +68 -77
- package/plate/cssm/components/base-plate/index.js +9 -7
- package/plate/cssm/components/button-list/component.js +15 -25
- package/plate/cssm/desktop/Component.desktop.js +13 -12
- package/plate/cssm/desktop/index.js +10 -7
- package/plate/cssm/index.js +13 -7
- package/plate/cssm/mobile/Component.mobile.js +13 -12
- package/plate/cssm/mobile/index.js +10 -7
- package/popover/cssm/Component.js +65 -77
- package/popover/cssm/index.js +11 -7
- package/popup-sheet/cssm/Component.js +74 -73
- package/popup-sheet/cssm/components/backdrop/Component.js +12 -16
- package/popup-sheet/cssm/components/backdrop/index.js +3 -7
- package/popup-sheet/cssm/index.js +9 -7
- package/popup-sheet/cssm/shared/index.js +2 -7
- package/popup-sheet/cssm/utils.js +3 -5
- package/portal/cssm/Component.js +13 -18
- package/portal/cssm/index.js +4 -7
- package/portal/cssm/utils.js +4 -10
- package/progress-bar/cssm/Component.js +10 -18
- package/progress-bar/cssm/index.js +3 -8
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/{modern-pcss-raw/component-e7b76c88.js → cssm/component-8ed6c4dc.js} +5 -5
- package/pure-cell/cssm/component.js +10 -15
- package/pure-cell/cssm/components/addon/component.js +10 -11
- package/pure-cell/cssm/components/addon/index.d.ts +1 -1
- package/pure-cell/cssm/components/addon/index.js +10 -7
- package/pure-cell/cssm/components/amount/component.js +10 -14
- package/pure-cell/cssm/components/amount/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount/index.js +10 -7
- package/pure-cell/cssm/components/amount-title/component.js +10 -14
- package/pure-cell/cssm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount-title/index.js +10 -7
- package/pure-cell/cssm/components/category/component.js +10 -11
- package/pure-cell/cssm/components/category/index.d.ts +1 -1
- package/pure-cell/cssm/components/category/index.js +10 -7
- package/pure-cell/cssm/components/content/component.js +10 -11
- package/pure-cell/cssm/components/content/index.d.ts +1 -1
- package/pure-cell/cssm/components/content/index.js +10 -7
- package/pure-cell/cssm/components/footer/component.js +10 -11
- package/pure-cell/cssm/components/footer/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer/index.js +10 -7
- package/pure-cell/cssm/components/footer-button/component.js +10 -12
- package/pure-cell/cssm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-button/index.js +10 -7
- package/pure-cell/cssm/components/footer-text/component.js +10 -10
- package/pure-cell/cssm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-text/index.js +10 -7
- package/pure-cell/cssm/components/graphics/component.js +10 -11
- package/pure-cell/cssm/components/graphics/index.d.ts +1 -1
- package/pure-cell/cssm/components/graphics/index.js +10 -7
- package/pure-cell/cssm/components/main/component.js +10 -11
- package/pure-cell/cssm/components/main/index.d.ts +1 -1
- package/pure-cell/cssm/components/main/index.js +10 -7
- package/pure-cell/cssm/components/text/component.js +10 -12
- package/pure-cell/cssm/components/text/index.d.ts +1 -1
- package/pure-cell/cssm/components/text/index.js +10 -7
- package/pure-cell/cssm/index.js +10 -7
- package/pure-cell/cssm/shared/index.js +2 -7
- package/pure-cell/cssm/utils.js +18 -20
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/radio/cssm/Component.js +26 -36
- package/radio/cssm/index.js +6 -7
- package/radio-group/cssm/Component.responsive.js +13 -18
- package/radio-group/cssm/components/base-radio-group/Component.js +42 -39
- package/radio-group/cssm/components/base-radio-group/index.js +4 -7
- package/radio-group/cssm/desktop/Component.desktop.js +8 -12
- package/radio-group/cssm/desktop/index.js +5 -7
- package/radio-group/cssm/index.js +8 -7
- package/radio-group/cssm/mobile/Component.mobile.js +8 -12
- package/radio-group/cssm/mobile/index.js +5 -7
- package/scrollbar/cssm/Component.js +364 -389
- package/scrollbar/cssm/index.js +9 -7
- package/segmented-control/cssm/Component.js +50 -59
- package/segmented-control/cssm/components/index.js +6 -7
- package/segmented-control/cssm/components/segment/Component.js +21 -27
- package/segmented-control/cssm/components/segment/index.js +6 -7
- package/segmented-control/cssm/context.js +4 -6
- package/segmented-control/cssm/index.js +8 -10
- package/select/cssm/Component.responsive.js +56 -19
- package/select/cssm/components/arrow/Component.js +7 -17
- package/select/cssm/components/arrow/index.js +4 -7
- package/select/cssm/components/base-checkmark/Component.js +13 -21
- package/select/cssm/components/base-checkmark/index.js +5 -7
- package/select/cssm/components/base-option/Component.js +24 -31
- package/select/cssm/components/base-option/index.js +6 -7
- package/select/cssm/components/base-select/Component.js +195 -200
- package/select/cssm/components/base-select/index.js +11 -7
- package/select/cssm/components/checkmark/Component.js +18 -27
- package/select/cssm/components/checkmark/index.js +7 -7
- package/select/cssm/components/checkmark-mobile/Component.js +10 -20
- package/select/cssm/components/checkmark-mobile/index.js +4 -7
- package/select/cssm/components/field/Component.js +29 -38
- package/select/cssm/components/field/index.js +6 -7
- package/select/cssm/components/footer/Component.js +17 -25
- package/select/cssm/components/footer/index.js +6 -7
- package/select/cssm/components/index.js +33 -23
- package/select/cssm/components/native-select/Component.js +10 -25
- package/select/cssm/components/native-select/index.js +4 -7
- package/select/cssm/components/optgroup/Component.js +10 -19
- package/select/cssm/components/optgroup/index.js +4 -7
- package/select/cssm/components/option/Component.js +25 -30
- package/select/cssm/components/option/index.js +10 -7
- package/select/cssm/components/options-list/Component.js +52 -60
- package/select/cssm/components/options-list/index.js +10 -7
- package/select/cssm/components/search/Component.js +8 -18
- package/select/cssm/components/search/index.js +5 -7
- package/select/cssm/components/virtual-options-list/Component.js +66 -81
- package/select/cssm/components/virtual-options-list/index.js +11 -7
- package/select/cssm/consts.js +3 -6
- package/select/cssm/desktop/Component.desktop.js +36 -22
- package/select/cssm/desktop/index.js +32 -7
- package/select/{modern-pcss-raw/hook-ff5dd724.js → cssm/hook-f1333091.js} +5 -5
- package/select/cssm/index.js +47 -7
- package/select/cssm/mobile/Component.mobile.js +78 -48
- package/select/cssm/mobile/Component.modal.mobile.js +44 -11
- package/select/cssm/mobile/index.js +43 -9
- package/select/cssm/presets/index.js +25 -12
- package/select/cssm/presets/useLazyLoading/hook.js +95 -80
- package/select/cssm/presets/useSelectWithApply/hook.js +15 -11
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +15 -13
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +11 -19
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +8 -18
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +15 -7
- package/select/cssm/presets/useSelectWithLoading/hook.js +22 -21
- package/select/cssm/shared/index.js +44 -43
- package/select/cssm/utils.js +67 -84
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/index.js +1 -1
- package/select/esm/mobile/Component.mobile.js +1 -1
- package/select/esm/mobile/Component.modal.mobile.js +1 -1
- package/select/esm/mobile/index.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared/index.js +1 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/index.js +1 -1
- package/select/modern/mobile/Component.mobile.js +1 -1
- package/select/modern/mobile/Component.modal.mobile.js +1 -1
- package/select/modern/mobile/index.js +1 -1
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +1 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/select-with-tags/cssm/Component.responsive.js +21 -19
- package/select-with-tags/cssm/components/base-select-with-tags/Component.js +104 -79
- package/select-with-tags/cssm/components/base-select-with-tags/index.js +12 -7
- package/select-with-tags/cssm/components/tag/component.js +13 -22
- package/select-with-tags/cssm/components/tag/index.js +5 -7
- package/select-with-tags/cssm/components/tag-list/component.js +65 -72
- package/select-with-tags/cssm/components/tag-list/index.js +9 -7
- package/select-with-tags/cssm/desktop/Component.desktop.js +16 -13
- package/select-with-tags/cssm/desktop/index.js +15 -7
- package/select-with-tags/cssm/index.js +18 -7
- package/select-with-tags/cssm/mobile/Component.mobile.js +16 -13
- package/select-with-tags/cssm/mobile/index.js +15 -7
- package/select-with-tags/cssm/utils/calculate-collapse-size.js +20 -22
- package/select-with-tags/cssm/utils/index.js +2 -7
- package/select-with-tags/cssm/utils/match.js +11 -17
- package/shared/cssm/browser.js +12 -14
- package/shared/cssm/createPaddingStyle.js +2 -4
- package/shared/cssm/dom.js +3 -5
- package/shared/cssm/easingFns.js +4 -6
- package/shared/cssm/fnUtils.js +6 -8
- package/shared/cssm/getDataTestId.js +3 -5
- package/shared/cssm/hooks/index.js +8 -6
- package/shared/cssm/hooks/useCustomWebkitScrollbar.js +8 -9
- package/shared/cssm/index.js +13 -25
- package/shared/cssm/isClient.js +2 -4
- package/shared/cssm/maskUtils.js +34 -39
- package/shared/cssm/os.js +7 -9
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/cssm/Component.responsive.js +40 -34
- package/side-panel/cssm/Context.js +3 -5
- package/side-panel/cssm/ResponsiveContext.js +3 -9
- package/side-panel/cssm/components/content/Component.desktop.js +12 -18
- package/side-panel/cssm/components/content/Component.js +15 -22
- package/side-panel/cssm/components/content/Component.mobile.js +11 -17
- package/side-panel/cssm/components/controls/Component.js +15 -23
- package/side-panel/cssm/components/controls/index.js +6 -7
- package/side-panel/cssm/components/footer/Component.desktop.js +15 -21
- package/side-panel/cssm/components/footer/Component.js +18 -26
- package/side-panel/cssm/components/footer/Component.mobile.js +14 -20
- package/side-panel/cssm/components/header/Component.js +32 -38
- package/side-panel/cssm/consts.js +2 -4
- package/side-panel/cssm/desktop/Component.desktop.js +48 -49
- package/side-panel/cssm/desktop/index.js +18 -7
- package/side-panel/cssm/index.js +23 -7
- package/side-panel/cssm/mobile/Component.mobile.js +34 -31
- package/side-panel/cssm/mobile/index.js +16 -7
- package/side-panel/cssm/shared/index.js +4 -9
- package/side-panel/cssm/utils.js +9 -11
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.js +1 -1
- package/skeleton/cssm/Component.js +8 -16
- package/skeleton/cssm/index.js +3 -7
- package/slider/cssm/Component.js +38 -48
- package/slider/cssm/index.js +4 -8
- package/slider-input/cssm/Component.js +23 -34
- package/slider-input/cssm/index.js +5 -7
- package/sortable-list/cssm/Component.js +58 -72
- package/sortable-list/cssm/components/item/Components.js +33 -43
- package/sortable-list/cssm/index.js +11 -7
- package/sortable-list/cssm/shared/index.js +2 -7
- package/sortable-list/cssm/utils.js +12 -17
- package/space/cssm/Component.js +33 -42
- package/space/cssm/Item.js +12 -30
- package/space/cssm/index.js +4 -7
- package/space/cssm/utils.js +3 -9
- package/spinner/cssm/Component.js +38 -45
- package/spinner/cssm/index.js +4 -8
- package/stack/cssm/component.js +9 -16
- package/stack/cssm/context.js +4 -7
- package/stack/cssm/index.js +3 -10
- package/status/cssm/Component.js +7 -17
- package/status/cssm/index.js +3 -8
- package/status-badge/cssm/Component.js +70 -75
- package/status-badge/cssm/index.js +16 -7
- package/stepped-progress-bar/cssm/Component.js +20 -25
- package/stepped-progress-bar/cssm/components/step-bar/Component.js +6 -15
- package/stepped-progress-bar/cssm/components/step-bar/index.js +3 -7
- package/stepped-progress-bar/cssm/index.js +5 -7
- package/steps/cssm/Component.js +32 -34
- package/steps/cssm/components/step/Component.js +54 -65
- package/steps/cssm/components/step/index.js +9 -7
- package/steps/cssm/components/step-indicator/Component.js +7 -16
- package/steps/cssm/components/step-indicator/index.js +4 -7
- package/steps/cssm/index.js +10 -7
- package/switch/cssm/Component.js +28 -38
- package/switch/cssm/index.js +6 -7
- package/system-message/cssm/Component.js +32 -42
- package/system-message/cssm/Components.responsive.js +19 -20
- package/system-message/cssm/Context.js +3 -9
- package/system-message/cssm/components/caption/Component.js +13 -20
- package/system-message/cssm/components/caption/index.js +5 -7
- package/system-message/cssm/components/controls/Component.js +21 -29
- package/system-message/cssm/components/controls/index.js +5 -7
- package/system-message/cssm/components/graphic/Component.js +13 -20
- package/system-message/cssm/components/graphic/index.js +5 -7
- package/system-message/cssm/components/subtitle/Component.js +13 -20
- package/system-message/cssm/components/subtitle/index.js +5 -7
- package/system-message/cssm/components/title/Component.js +21 -27
- package/system-message/cssm/components/title/index.js +5 -7
- package/system-message/cssm/desktop/Component.desktop.js +14 -16
- package/system-message/cssm/desktop/index.js +12 -7
- package/system-message/cssm/index.js +13 -7
- package/system-message/cssm/mobile/Component.mobile.js +14 -16
- package/system-message/cssm/mobile/index.js +12 -7
- package/system-message/cssm/shared/index.js +10 -7
- package/system-message/cssm/utils.js +20 -20
- package/tab-bar/cssm/Component.js +18 -27
- package/tab-bar/cssm/components/tab/Component.js +22 -31
- package/tab-bar/cssm/components/tab/index.js +5 -7
- package/tab-bar/cssm/index.js +7 -7
- package/tab-bar/cssm/shared/index.js +2 -7
- package/tab-bar/cssm/utils.js +3 -5
- package/table/cssm/component.js +31 -21
- package/table/cssm/components/index.js +21 -23
- package/table/cssm/components/pagination/Component.js +25 -35
- package/table/cssm/components/pagination/index.js +8 -7
- package/table/cssm/components/pagination/select-field/index.js +10 -19
- package/table/cssm/components/table/Component.js +29 -38
- package/table/cssm/components/table/index.js +7 -7
- package/table/cssm/components/table/utils.js +9 -14
- package/table/cssm/components/table-context/index.js +4 -11
- package/table/cssm/components/tbody/Component.js +6 -16
- package/table/cssm/components/tbody/index.js +3 -7
- package/table/cssm/components/tcell/Component.js +13 -21
- package/table/cssm/components/tcell/index.js +4 -7
- package/table/cssm/components/texpandable-row/Component.js +17 -26
- package/table/cssm/components/texpandable-row/index.js +4 -7
- package/table/cssm/components/thead/Component.js +7 -17
- package/table/cssm/components/thead/index.js +3 -7
- package/table/cssm/components/thead-cell/Component.js +11 -20
- package/table/cssm/components/thead-cell/index.js +4 -7
- package/table/cssm/components/trow/Component.js +10 -21
- package/table/cssm/components/trow/index.js +3 -7
- package/table/cssm/components/tsortable-head-cell/Component.js +20 -28
- package/table/cssm/components/tsortable-head-cell/index.js +8 -7
- package/table/cssm/components/tsortable-head-cell/sort-icon-asc.js +4 -11
- package/table/cssm/components/tsortable-head-cell/sort-icon-desc.js +4 -11
- package/table/cssm/components/tsortable-head-cell/sort-icon-unset.js +4 -11
- package/table/cssm/index.js +22 -7
- package/table/cssm/utils.js +3 -9
- package/tabs/cssm/collapsible/index.js +20 -9
- package/tabs/cssm/components/primary-tablist/Component.collapsible.js +53 -66
- package/tabs/cssm/components/primary-tablist/Component.desktop.js +20 -16
- package/tabs/cssm/components/primary-tablist/Component.js +40 -47
- package/tabs/cssm/components/primary-tablist/Component.mobile.js +26 -15
- package/tabs/cssm/components/primary-tablist/Component.responsive.js +25 -16
- package/tabs/cssm/components/scroll-controls/Component.js +27 -37
- package/tabs/cssm/components/scroll-controls/index.js +8 -7
- package/tabs/cssm/components/scroll-controls/utils.js +10 -14
- package/tabs/cssm/components/scrollable-container/Component.js +37 -42
- package/tabs/cssm/components/scrollable-container/index.js +10 -7
- package/tabs/cssm/components/secondary-tablist/Component.desktop.js +18 -17
- package/tabs/cssm/components/secondary-tablist/Component.js +26 -27
- package/tabs/cssm/components/secondary-tablist/Component.mobile.js +23 -20
- package/tabs/cssm/components/secondary-tablist/Component.responsive.js +24 -16
- package/tabs/cssm/components/tab/Component.js +8 -18
- package/tabs/cssm/components/tab/index.js +3 -7
- package/tabs/cssm/components/tabs/Component.collapsible.js +20 -15
- package/tabs/cssm/components/tabs/Component.desktop.js +29 -19
- package/tabs/cssm/components/tabs/Component.js +18 -28
- package/tabs/cssm/components/tabs/Component.mobile.js +29 -19
- package/tabs/cssm/components/tabs/Component.responsive.js +35 -19
- package/tabs/cssm/components/title/Component.js +15 -27
- package/tabs/cssm/components/title/index.js +3 -7
- package/tabs/cssm/desktop/index.js +26 -13
- package/tabs/cssm/hooks/use-collapsible-elements.js +28 -32
- package/tabs/cssm/hooks/use-tablist-titles.js +40 -39
- package/tabs/cssm/hooks/use-tabs.js +30 -37
- package/tabs/cssm/index.js +32 -13
- package/tabs/cssm/mobile/index.js +26 -13
- package/tabs/cssm/shared/index.js +16 -11
- package/tabs/cssm/synthetic-events.js +38 -22
- package/tag/cssm/Component.responsive.js +14 -18
- package/tag/cssm/components/base-tag/Component.js +39 -47
- package/tag/cssm/components/base-tag/index.js +5 -7
- package/tag/cssm/desktop/Component.desktop.js +16 -17
- package/tag/cssm/desktop/index.js +6 -7
- package/tag/cssm/index.js +9 -7
- package/tag/cssm/mobile/Component.mobile.js +16 -17
- package/tag/cssm/mobile/index.js +6 -7
- package/text/cssm/Component.js +13 -20
- package/text/cssm/index.js +3 -7
- package/textarea/cssm/Component.js +81 -84
- package/textarea/cssm/components/PseudoTextArea.d.ts +0 -18
- package/textarea/cssm/components/PseudoTextArea.js +4 -22
- package/textarea/cssm/components/index.d.ts +1 -1
- package/textarea/cssm/components/index.js +4 -7
- package/textarea/cssm/consts.js +2 -4
- package/textarea/cssm/index.js +10 -8
- package/textarea/cssm/shared/index.js +2 -7
- package/textarea/cssm/utils.js +8 -10
- package/themes/compiled/mobile-dark-bluetint.css +29 -29
- package/time-input/cssm/Component.js +19 -27
- package/time-input/cssm/index.js +4 -9
- package/time-input/cssm/utils/format.js +13 -23
- package/time-input/cssm/utils/index.js +1 -11
- package/toast/cssm/Component.responsive.js +20 -18
- package/toast/cssm/components/base-toast/component.js +42 -48
- package/toast/cssm/components/base-toast/index.js +9 -7
- package/toast/cssm/desktop/Component.desktop.js +15 -18
- package/toast/cssm/desktop/index.js +11 -7
- package/toast/cssm/index.js +15 -7
- package/toast/cssm/mobile/Component.mobile.js +15 -18
- package/toast/cssm/mobile/index.js +11 -7
- package/toast-plate/cssm/Component.responsive.js +18 -18
- package/toast-plate/cssm/components/base-toast-plate/component.js +44 -51
- package/toast-plate/cssm/components/base-toast-plate/index.js +9 -7
- package/toast-plate/cssm/desktop/Component.desktop.js +13 -12
- package/toast-plate/cssm/desktop/index.js +10 -7
- package/toast-plate/cssm/index.js +13 -7
- package/toast-plate/cssm/mobile/Component.mobile.js +13 -12
- package/toast-plate/cssm/mobile/index.js +10 -7
- package/tooltip/cssm/Component.responsive.js +13 -16
- package/tooltip/cssm/desktop/Component.desktop.js +64 -63
- package/tooltip/cssm/desktop/index.js +5 -7
- package/tooltip/cssm/index.js +10 -7
- package/tooltip/cssm/mobile/Component.mobile.js +20 -29
- package/tooltip/cssm/mobile/index.js +5 -7
- package/typography/cssm/colors.js +2 -4
- package/typography/cssm/component.js +21 -12
- package/typography/cssm/hooks/index.js +5 -7
- package/typography/cssm/hooks/use-skeleton.js +29 -36
- package/typography/cssm/index.js +17 -9
- package/typography/cssm/presets.js +2 -4
- package/typography/cssm/text/component.js +27 -36
- package/typography/cssm/text/index.js +8 -7
- package/typography/cssm/title/component.js +15 -25
- package/typography/cssm/title/index.js +14 -14
- package/typography/cssm/title/utils.js +1 -3
- package/typography/cssm/title-mobile/component.js +14 -14
- package/typography/cssm/title-mobile/index.js +11 -7
- package/typography/cssm/title-responsive/component.js +17 -17
- package/typography/cssm/title-responsive/index.js +12 -7
- 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-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- 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-mobile/component.js +2 -2
- package/typography/modern/title-mobile/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/title/component.js +1 -1
- package/typography/title/index.js +1 -1
- package/typography/title-mobile/component.js +1 -1
- package/typography/title-responsive/component.js +1 -1
- package/underlay/cssm/Component.js +33 -79
- package/underlay/cssm/constants.js +4 -8
- package/underlay/cssm/index.js +7 -7
- package/underlay/cssm/utils/getBorderCorners.js +10 -17
- package/underlay/cssm/utils/getClasses.js +12 -22
- package/universal-date-input/cssm/Component.responsive.js +36 -15
- package/universal-date-input/cssm/components/base-universal-date-input/Component.js +76 -77
- package/universal-date-input/cssm/components/base-universal-date-input/index.js +31 -7
- package/universal-date-input/cssm/components/date-input/Component.js +66 -75
- package/universal-date-input/cssm/components/date-input/index.js +17 -7
- package/universal-date-input/cssm/components/date-range-input/Component.js +79 -91
- package/universal-date-input/cssm/components/date-range-input/index.js +19 -7
- package/universal-date-input/cssm/components/time-input/Component.js +29 -31
- package/universal-date-input/cssm/components/time-input/index.js +11 -7
- package/universal-date-input/cssm/consts.js +10 -20
- package/universal-date-input/cssm/desktop/Component.desktop.js +33 -11
- package/universal-date-input/cssm/desktop/index.js +32 -7
- package/universal-date-input/cssm/index.js +33 -7
- package/universal-date-input/cssm/mask/index.js +31 -25
- package/universal-date-input/cssm/mask/plugins.js +18 -18
- package/universal-date-input/cssm/mask/postprocessors.js +18 -15
- package/universal-date-input/cssm/mask/preprocessors.js +79 -82
- package/universal-date-input/cssm/mask/utils.js +86 -116
- package/universal-date-input/cssm/mobile/Component.mobile.js +33 -11
- package/universal-date-input/cssm/mobile/index.js +32 -7
- package/universal-date-input/cssm/shared/index.js +8 -15
- package/universal-date-input/cssm/utils/index.js +41 -72
- package/vars/cssm/colors-bluetint.js +3 -7
- package/vars/cssm/colors-decorative.js +3 -7
- package/vars/cssm/colors-indigo.js +3 -7
- package/vars/cssm/colors-pfm.js +3 -7
- package/vars/cssm/colors-qualitative.js +3 -7
- package/vars/cssm/colors-sequential.js +3 -7
- package/with-suffix/cssm/Component.js +44 -56
- package/with-suffix/cssm/index.js +5 -7
- package/accordion/cssm/components/default-control-icon/index.module.css +0 -15
- package/accordion/cssm/docs/demo.css +0 -38
- package/accordion/cssm/index.module.css +0 -49
- package/accordion/modern-pcss-raw/Component.d.ts +0 -58
- package/accordion/modern-pcss-raw/Component.js +0 -44
- package/accordion/modern-pcss-raw/components/default-control-icon/Component.d.ts +0 -7
- package/accordion/modern-pcss-raw/components/default-control-icon/Component.js +0 -13
- package/accordion/modern-pcss-raw/components/default-control-icon/index.d.ts +0 -1
- package/accordion/modern-pcss-raw/components/default-control-icon/index.js +0 -4
- package/accordion/modern-pcss-raw/components/index.d.ts +0 -1
- package/accordion/modern-pcss-raw/components/index.js +0 -4
- package/accordion/modern-pcss-raw/hooks/index.d.ts +0 -1
- package/accordion/modern-pcss-raw/hooks/index.js +0 -3
- package/accordion/modern-pcss-raw/hooks/useRecalculateContentHeight.d.ts +0 -6
- package/accordion/modern-pcss-raw/hooks/useRecalculateContentHeight.js +0 -33
- package/accordion/modern-pcss-raw/index.d.ts +0 -2
- package/accordion/modern-pcss-raw/index.js +0 -8
- package/accordion/modern-pcss-raw/typings.d.ts +0 -2
- package/accordion/modern-pcss-raw/typings.js +0 -1
- package/action-button/cssm/default.module.css +0 -77
- package/action-button/cssm/index.module.css +0 -80
- package/action-button/cssm/inverted.module.css +0 -79
- package/action-button/cssm/static.module.css +0 -61
- package/action-button/modern-pcss-raw/Component.d.ts +0 -53
- package/action-button/modern-pcss-raw/Component.js +0 -59
- package/action-button/modern-pcss-raw/hooks.d.ts +0 -4
- package/action-button/modern-pcss-raw/hooks.js +0 -26
- package/action-button/modern-pcss-raw/index.d.ts +0 -1
- package/action-button/modern-pcss-raw/index.js +0 -8
- package/action-button/modern-pcss-raw/shared/index.d.ts +0 -1
- package/action-button/modern-pcss-raw/shared/index.js +0 -2
- package/action-button/modern-pcss-raw/utils.d.ts +0 -5
- package/action-button/modern-pcss-raw/utils.js +0 -10
- package/alert/cssm/index.module.css +0 -22
- package/alert/modern-pcss-raw/Component.d.ts +0 -5
- package/alert/modern-pcss-raw/Component.js +0 -10
- package/alert/modern-pcss-raw/index.d.ts +0 -1
- package/alert/modern-pcss-raw/index.js +0 -4
- package/amount/cssm/index.module.css +0 -36
- package/amount/cssm/pure/index.module.css +0 -3
- package/amount/modern-pcss-raw/component.d.ts +0 -9
- package/amount/modern-pcss-raw/component.js +0 -38
- package/amount/modern-pcss-raw/index.d.ts +0 -8
- package/amount/modern-pcss-raw/index.js +0 -10
- package/amount/modern-pcss-raw/pure/component.d.ts +0 -12
- package/amount/modern-pcss-raw/pure/component.js +0 -30
- package/amount/modern-pcss-raw/pure/index.d.ts +0 -1
- package/amount/modern-pcss-raw/pure/index.js +0 -4
- package/amount/modern-pcss-raw/types/amount-props.d.ts +0 -50
- package/amount/modern-pcss-raw/types/amount-props.js +0 -1
- package/amount/modern-pcss-raw/types/index.d.ts +0 -2
- package/amount/modern-pcss-raw/types/index.js +0 -1
- package/amount-input/cssm/default.module.css +0 -21
- package/amount-input/cssm/index.module.css +0 -37
- package/amount-input/cssm/inverted.module.css +0 -22
- package/amount-input/modern-pcss-raw/Component.d.ts +0 -138
- package/amount-input/modern-pcss-raw/Component.js +0 -150
- package/amount-input/modern-pcss-raw/index.d.ts +0 -1
- package/amount-input/modern-pcss-raw/index.js +0 -7
- package/amount-input/modern-pcss-raw/utils/index.d.ts +0 -16
- package/amount-input/modern-pcss-raw/utils/index.js +0 -54
- package/attach/cssm/index.module.css +0 -97
- package/attach/modern-pcss-raw/Component.d.ts +0 -141
- package/attach/modern-pcss-raw/Component.js +0 -99
- package/attach/modern-pcss-raw/index.d.ts +0 -1
- package/attach/modern-pcss-raw/index.js +0 -11
- package/attach/modern-pcss-raw/utils/index.d.ts +0 -2
- package/attach/modern-pcss-raw/utils/index.js +0 -9
- package/backdrop/cssm/index.module.css +0 -43
- package/backdrop/cssm/vars.css +0 -17
- package/backdrop/modern-pcss-raw/Component.d.ts +0 -40
- package/backdrop/modern-pcss-raw/Component.js +0 -14
- package/backdrop/modern-pcss-raw/index.d.ts +0 -1
- package/backdrop/modern-pcss-raw/index.js +0 -4
- package/badge/cssm/index.module.css +0 -203
- package/badge/modern-pcss-raw/Component.d.ts +0 -57
- package/badge/modern-pcss-raw/Component.js +0 -45
- package/badge/modern-pcss-raw/index.d.ts +0 -1
- package/badge/modern-pcss-raw/index.js +0 -3
- package/bank-card/cssm/index.module.css +0 -130
- package/bank-card/modern-pcss-raw/Component.d.ts +0 -41
- package/bank-card/modern-pcss-raw/Component.js +0 -62
- package/bank-card/modern-pcss-raw/index.d.ts +0 -1
- package/bank-card/modern-pcss-raw/index.js +0 -10
- package/bank-card/modern-pcss-raw/utils.d.ts +0 -8
- package/bank-card/modern-pcss-raw/utils.js +0 -25
- package/base-modal/cssm/index.module.css +0 -59
- package/base-modal/modern-pcss-raw/Component.d.ts +0 -155
- package/base-modal/modern-pcss-raw/Component.js +0 -252
- package/base-modal/modern-pcss-raw/index.d.ts +0 -2
- package/base-modal/modern-pcss-raw/index.js +0 -14
- package/base-modal/modern-pcss-raw/matches-polyfill.d.ts +0 -1
- package/base-modal/modern-pcss-raw/matches-polyfill.js +0 -18
- package/base-modal/modern-pcss-raw/utils.d.ts +0 -6
- package/base-modal/modern-pcss-raw/utils.js +0 -85
- package/bottom-sheet/cssm/components/footer/index.module.css +0 -102
- package/bottom-sheet/cssm/components/header/index.module.css +0 -71
- package/bottom-sheet/cssm/index.module.css +0 -182
- package/bottom-sheet/cssm/vars.css +0 -21
- package/bottom-sheet/modern-pcss-raw/component.d.ts +0 -5
- package/bottom-sheet/modern-pcss-raw/component.js +0 -375
- package/bottom-sheet/modern-pcss-raw/components/footer/Component.d.ts +0 -21
- package/bottom-sheet/modern-pcss-raw/components/footer/Component.js +0 -19
- package/bottom-sheet/modern-pcss-raw/components/header/Component.d.ts +0 -8
- package/bottom-sheet/modern-pcss-raw/components/header/Component.js +0 -25
- package/bottom-sheet/modern-pcss-raw/components/swipeable-backdrop/Component.d.ts +0 -19
- package/bottom-sheet/modern-pcss-raw/components/swipeable-backdrop/Component.js +0 -12
- package/bottom-sheet/modern-pcss-raw/index.d.ts +0 -3
- package/bottom-sheet/modern-pcss-raw/index.js +0 -14
- package/bottom-sheet/modern-pcss-raw/shared/index.d.ts +0 -1
- package/bottom-sheet/modern-pcss-raw/shared/index.js +0 -2
- package/bottom-sheet/modern-pcss-raw/types.d.ts +0 -281
- package/bottom-sheet/modern-pcss-raw/types.js +0 -1
- package/bottom-sheet/modern-pcss-raw/utils.d.ts +0 -17
- package/bottom-sheet/modern-pcss-raw/utils.js +0 -35
- package/button/cssm/components/base-button/default.module.css +0 -286
- package/button/cssm/components/base-button/index.module.css +0 -287
- package/button/cssm/components/base-button/inverted.module.css +0 -296
- package/button/cssm/desktop/default.desktop.module.css +0 -173
- package/button/cssm/desktop/desktop.module.css +0 -116
- package/button/cssm/desktop/inverted.desktop.module.css +0 -181
- package/button/cssm/mobile/default.mobile.module.css +0 -168
- package/button/cssm/mobile/inverted.mobile.module.css +0 -179
- package/button/cssm/mobile/mobile.module.css +0 -117
- package/button/cssm/vars.css +0 -96
- package/button/modern-pcss-raw/Component.responsive.d.ts +0 -5
- package/button/modern-pcss-raw/Component.responsive.js +0 -19
- package/button/modern-pcss-raw/components/base-button/Component.d.ts +0 -10
- package/button/modern-pcss-raw/components/base-button/Component.js +0 -121
- package/button/modern-pcss-raw/components/base-button/index.d.ts +0 -1
- package/button/modern-pcss-raw/components/base-button/index.js +0 -7
- package/button/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -5
- package/button/modern-pcss-raw/desktop/Component.desktop.js +0 -24
- package/button/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/button/modern-pcss-raw/desktop/index.js +0 -8
- package/button/modern-pcss-raw/index.d.ts +0 -2
- package/button/modern-pcss-raw/index.js +0 -11
- package/button/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -5
- package/button/modern-pcss-raw/mobile/Component.mobile.js +0 -24
- package/button/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/button/modern-pcss-raw/mobile/index.js +0 -8
- package/button/modern-pcss-raw/shared/index.d.ts +0 -1
- package/button/modern-pcss-raw/shared/index.js +0 -2
- package/button/modern-pcss-raw/typings.d.ts +0 -114
- package/button/modern-pcss-raw/typings.js +0 -1
- package/button/modern-pcss-raw/utils.d.ts +0 -5
- package/button/modern-pcss-raw/utils.js +0 -10
- package/calendar/cssm/components/calendar-mobile/backdrop-transitions.module.css +0 -33
- package/calendar/cssm/components/calendar-mobile/index.module.css +0 -108
- package/calendar/cssm/components/calendar-mobile/transitions.module.css +0 -30
- package/calendar/cssm/components/days-table/index.module.css +0 -280
- package/calendar/cssm/components/header/index.module.css +0 -49
- package/calendar/cssm/components/month-year-header/index.module.css +0 -68
- package/calendar/cssm/components/months-table/index.module.css +0 -87
- package/calendar/cssm/components/period-slider/index.module.css +0 -77
- package/calendar/cssm/components/select-button/index.module.css +0 -77
- package/calendar/cssm/components/years-table/index.module.css +0 -90
- package/calendar/cssm/desktop/desktop.module.css +0 -136
- package/calendar/cssm/vars.css +0 -22
- package/calendar/modern-pcss-raw/Component.responsive.d.ts +0 -30
- package/calendar/modern-pcss-raw/Component.responsive.js +0 -76
- package/calendar/modern-pcss-raw/components/calendar-mobile/Component.d.ts +0 -18
- package/calendar/modern-pcss-raw/components/calendar-mobile/Component.js +0 -220
- package/calendar/modern-pcss-raw/components/calendar-mobile/index.d.ts +0 -2
- package/calendar/modern-pcss-raw/components/calendar-mobile/index.js +0 -68
- package/calendar/modern-pcss-raw/components/calendar-mobile/typings.d.ts +0 -46
- package/calendar/modern-pcss-raw/components/calendar-mobile/typings.js +0 -1
- package/calendar/modern-pcss-raw/components/days-table/Component.d.ts +0 -59
- package/calendar/modern-pcss-raw/components/days-table/Component.js +0 -133
- package/calendar/modern-pcss-raw/components/days-table/index.d.ts +0 -1
- package/calendar/modern-pcss-raw/components/days-table/index.js +0 -34
- package/calendar/modern-pcss-raw/components/header/Component.d.ts +0 -22
- package/calendar/modern-pcss-raw/components/header/Component.js +0 -12
- package/calendar/modern-pcss-raw/components/header/index.d.ts +0 -1
- package/calendar/modern-pcss-raw/components/header/index.js +0 -3
- package/calendar/modern-pcss-raw/components/month-year-header/Component.d.ts +0 -25
- package/calendar/modern-pcss-raw/components/month-year-header/Component.js +0 -48
- package/calendar/modern-pcss-raw/components/month-year-header/index.d.ts +0 -1
- package/calendar/modern-pcss-raw/components/month-year-header/index.js +0 -30
- package/calendar/modern-pcss-raw/components/months-table/Component.d.ts +0 -22
- package/calendar/modern-pcss-raw/components/months-table/Component.js +0 -46
- package/calendar/modern-pcss-raw/components/months-table/index.d.ts +0 -1
- package/calendar/modern-pcss-raw/components/months-table/index.js +0 -31
- package/calendar/modern-pcss-raw/components/period-slider/Component.d.ts +0 -76
- package/calendar/modern-pcss-raw/components/period-slider/Component.js +0 -116
- package/calendar/modern-pcss-raw/components/period-slider/index.d.ts +0 -2
- package/calendar/modern-pcss-raw/components/period-slider/index.js +0 -42
- package/calendar/modern-pcss-raw/components/period-slider/utils.d.ts +0 -8
- package/calendar/modern-pcss-raw/components/period-slider/utils.js +0 -109
- package/calendar/modern-pcss-raw/components/select-button/Component.d.ts +0 -24
- package/calendar/modern-pcss-raw/components/select-button/Component.js +0 -10
- package/calendar/modern-pcss-raw/components/select-button/index.d.ts +0 -1
- package/calendar/modern-pcss-raw/components/select-button/index.js +0 -4
- package/calendar/modern-pcss-raw/components/years-table/Component.d.ts +0 -21
- package/calendar/modern-pcss-raw/components/years-table/Component.js +0 -23
- package/calendar/modern-pcss-raw/components/years-table/index.d.ts +0 -1
- package/calendar/modern-pcss-raw/components/years-table/index.js +0 -7
- package/calendar/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -117
- package/calendar/modern-pcss-raw/desktop/Component.desktop.js +0 -161
- package/calendar/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/calendar/modern-pcss-raw/desktop/index.js +0 -63
- package/calendar/modern-pcss-raw/index.d.ts +0 -2
- package/calendar/modern-pcss-raw/index.js +0 -70
- package/calendar/modern-pcss-raw/mobile/index.d.ts +0 -1
- package/calendar/modern-pcss-raw/mobile/index.js +0 -68
- package/calendar/modern-pcss-raw/shared/index.d.ts +0 -4
- package/calendar/modern-pcss-raw/shared/index.js +0 -50
- package/calendar/modern-pcss-raw/typings.d.ts +0 -23
- package/calendar/modern-pcss-raw/typings.js +0 -1
- package/calendar/modern-pcss-raw/useCalendar.d.ts +0 -97
- package/calendar/modern-pcss-raw/useCalendar.js +0 -295
- package/calendar/modern-pcss-raw/usePeriod.d.ts +0 -31
- package/calendar/modern-pcss-raw/usePeriod.js +0 -145
- package/calendar/modern-pcss-raw/utils.d.ts +0 -97
- package/calendar/modern-pcss-raw/utils.js +0 -217
- package/calendar-input/cssm/components/calendar-input/index.module.css +0 -82
- package/calendar-input/modern-pcss-raw/Component.responsive.d.ts +0 -23
- package/calendar-input/modern-pcss-raw/Component.responsive.js +0 -31
- package/calendar-input/modern-pcss-raw/components/calendar-input/Component.d.ts +0 -245
- package/calendar-input/modern-pcss-raw/components/calendar-input/Component.js +0 -154
- package/calendar-input/modern-pcss-raw/components/calendar-input/index.d.ts +0 -1
- package/calendar-input/modern-pcss-raw/components/calendar-input/index.js +0 -12
- package/calendar-input/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -10
- package/calendar-input/modern-pcss-raw/desktop/Component.desktop.js +0 -21
- package/calendar-input/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/calendar-input/modern-pcss-raw/desktop/index.js +0 -14
- package/calendar-input/modern-pcss-raw/index.d.ts +0 -3
- package/calendar-input/modern-pcss-raw/index.js +0 -18
- package/calendar-input/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -10
- package/calendar-input/modern-pcss-raw/mobile/Component.mobile.js +0 -21
- package/calendar-input/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/calendar-input/modern-pcss-raw/mobile/index.js +0 -14
- package/calendar-input/modern-pcss-raw/shared/index.d.ts +0 -1
- package/calendar-input/modern-pcss-raw/shared/index.js +0 -6
- package/calendar-input/modern-pcss-raw/utils.d.ts +0 -13
- package/calendar-input/modern-pcss-raw/utils.js +0 -34
- package/calendar-range/cssm/components/divider/index.module.css +0 -68
- package/calendar-range/cssm/views/index.module.css +0 -52
- package/calendar-range/modern-pcss-raw/Component.d.ts +0 -90
- package/calendar-range/modern-pcss-raw/Component.js +0 -29
- package/calendar-range/modern-pcss-raw/components/divider/Component.d.ts +0 -8
- package/calendar-range/modern-pcss-raw/components/divider/Component.js +0 -16
- package/calendar-range/modern-pcss-raw/components/divider/index.d.ts +0 -1
- package/calendar-range/modern-pcss-raw/components/divider/index.js +0 -3
- package/calendar-range/modern-pcss-raw/hooks.d.ts +0 -28
- package/calendar-range/modern-pcss-raw/hooks.js +0 -134
- package/calendar-range/modern-pcss-raw/index.d.ts +0 -1
- package/calendar-range/modern-pcss-raw/index.js +0 -23
- package/calendar-range/modern-pcss-raw/utils.d.ts +0 -2
- package/calendar-range/modern-pcss-raw/utils.js +0 -3
- package/calendar-range/modern-pcss-raw/views/popover.d.ts +0 -5
- package/calendar-range/modern-pcss-raw/views/popover.js +0 -133
- package/calendar-range/modern-pcss-raw/views/static.d.ts +0 -10
- package/calendar-range/modern-pcss-raw/views/static.js +0 -178
- package/calendar-with-skeleton/cssm/index.module.css +0 -78
- package/calendar-with-skeleton/modern-pcss-raw/Component.d.ts +0 -24
- package/calendar-with-skeleton/modern-pcss-raw/Component.js +0 -27
- package/calendar-with-skeleton/modern-pcss-raw/index.d.ts +0 -1
- package/calendar-with-skeleton/modern-pcss-raw/index.js +0 -6
- package/card-image/cssm/index.module.css +0 -39
- package/card-image/modern-pcss-raw/Component.d.ts +0 -51
- package/card-image/modern-pcss-raw/Component.js +0 -41
- package/card-image/modern-pcss-raw/index.d.ts +0 -1
- package/card-image/modern-pcss-raw/index.js +0 -3
- package/cdn-icon/cssm/index.module.css +0 -22
- package/cdn-icon/modern-pcss-raw/Component.d.ts +0 -32
- package/cdn-icon/modern-pcss-raw/Component.js +0 -40
- package/cdn-icon/modern-pcss-raw/index.d.ts +0 -1
- package/cdn-icon/modern-pcss-raw/index.js +0 -3
- package/chart/cssm/components/Dot/index.module.css +0 -22
- package/chart/cssm/components/Legends/index.module.css +0 -38
- package/chart/cssm/components/Tick/index.module.css +0 -29
- package/chart/cssm/components/TooltipContent/index.module.css +0 -61
- package/chart/cssm/index.module.css +0 -27
- package/chart/modern-pcss-raw/Component.d.ts +0 -5
- package/chart/modern-pcss-raw/Component.js +0 -264
- package/chart/modern-pcss-raw/components/CustomizedLabel.d.ts +0 -4
- package/chart/modern-pcss-raw/components/CustomizedLabel.js +0 -12
- package/chart/modern-pcss-raw/components/Dot/index.d.ts +0 -5
- package/chart/modern-pcss-raw/components/Dot/index.js +0 -45
- package/chart/modern-pcss-raw/components/Legends/index.d.ts +0 -14
- package/chart/modern-pcss-raw/components/Legends/index.js +0 -38
- package/chart/modern-pcss-raw/components/LinearGradient.d.ts +0 -5
- package/chart/modern-pcss-raw/components/LinearGradient.js +0 -5
- package/chart/modern-pcss-raw/components/RectBar.d.ts +0 -3
- package/chart/modern-pcss-raw/components/RectBar.js +0 -28
- package/chart/modern-pcss-raw/components/Tick/index.d.ts +0 -5
- package/chart/modern-pcss-raw/components/Tick/index.js +0 -18
- package/chart/modern-pcss-raw/components/TooltipContent/index.d.ts +0 -11
- package/chart/modern-pcss-raw/components/TooltipContent/index.js +0 -28
- package/chart/modern-pcss-raw/hooks/usePathBar/index.d.ts +0 -14
- package/chart/modern-pcss-raw/hooks/usePathBar/index.js +0 -37
- package/chart/modern-pcss-raw/hooks/usePathBar/utils/getRadius.d.ts +0 -2
- package/chart/modern-pcss-raw/hooks/usePathBar/utils/getRadius.js +0 -6
- package/chart/modern-pcss-raw/hooks/useSettings/index.d.ts +0 -19
- package/chart/modern-pcss-raw/hooks/useSettings/index.js +0 -43
- package/chart/modern-pcss-raw/hooks/useSettings/utils/setComposedChartsMargin.d.ts +0 -12
- package/chart/modern-pcss-raw/hooks/useSettings/utils/setComposedChartsMargin.js +0 -12
- package/chart/modern-pcss-raw/hooks/useSettings/utils/setDatas.d.ts +0 -5
- package/chart/modern-pcss-raw/hooks/useSettings/utils/setDatas.js +0 -32
- package/chart/modern-pcss-raw/hooks/useSettings/utils/setGradientCharts.d.ts +0 -3
- package/chart/modern-pcss-raw/hooks/useSettings/utils/setGradientCharts.js +0 -35
- package/chart/modern-pcss-raw/hooks/useSettings/utils/setLegendMargin.d.ts +0 -4
- package/chart/modern-pcss-raw/hooks/useSettings/utils/setLegendMargin.js +0 -14
- package/chart/modern-pcss-raw/hooks/useSettings/utils/sortByIndex.d.ts +0 -3
- package/chart/modern-pcss-raw/hooks/useSettings/utils/sortByIndex.js +0 -8
- package/chart/modern-pcss-raw/icons/Circle.d.ts +0 -8
- package/chart/modern-pcss-raw/icons/Circle.js +0 -6
- package/chart/modern-pcss-raw/icons/CircleLine.d.ts +0 -8
- package/chart/modern-pcss-raw/icons/CircleLine.js +0 -7
- package/chart/modern-pcss-raw/icons/FilledCircle.d.ts +0 -8
- package/chart/modern-pcss-raw/icons/FilledCircle.js +0 -10
- package/chart/modern-pcss-raw/icons/Point.d.ts +0 -8
- package/chart/modern-pcss-raw/icons/Point.js +0 -7
- package/chart/modern-pcss-raw/icons/StrokeCircle.d.ts +0 -8
- package/chart/modern-pcss-raw/icons/StrokeCircle.js +0 -6
- package/chart/modern-pcss-raw/index.d.ts +0 -2
- package/chart/modern-pcss-raw/index.js +0 -25
- package/chart/modern-pcss-raw/types/brush.types.d.ts +0 -41
- package/chart/modern-pcss-raw/types/brush.types.js +0 -1
- package/chart/modern-pcss-raw/types/cartesianGrid.types.d.ts +0 -23
- package/chart/modern-pcss-raw/types/cartesianGrid.types.js +0 -1
- package/chart/modern-pcss-raw/types/chart.types.d.ts +0 -61
- package/chart/modern-pcss-raw/types/chart.types.js +0 -1
- package/chart/modern-pcss-raw/types/composedChart.types.d.ts +0 -33
- package/chart/modern-pcss-raw/types/composedChart.types.js +0 -1
- package/chart/modern-pcss-raw/types/index.d.ts +0 -14
- package/chart/modern-pcss-raw/types/index.js +0 -1
- package/chart/modern-pcss-raw/types/labelList.types.d.ts +0 -5
- package/chart/modern-pcss-raw/types/labelList.types.js +0 -1
- package/chart/modern-pcss-raw/types/legend.types.d.ts +0 -30
- package/chart/modern-pcss-raw/types/legend.types.js +0 -1
- package/chart/modern-pcss-raw/types/options.types.d.ts +0 -59
- package/chart/modern-pcss-raw/types/options.types.js +0 -1
- package/chart/modern-pcss-raw/types/payload.types.d.ts +0 -29
- package/chart/modern-pcss-raw/types/payload.types.js +0 -1
- package/chart/modern-pcss-raw/types/responsiveContainer.types.d.ts +0 -10
- package/chart/modern-pcss-raw/types/responsiveContainer.types.js +0 -1
- package/chart/modern-pcss-raw/types/seria.types.d.ts +0 -72
- package/chart/modern-pcss-raw/types/seria.types.js +0 -1
- package/chart/modern-pcss-raw/types/tooltip.types.d.ts +0 -70
- package/chart/modern-pcss-raw/types/tooltip.types.js +0 -1
- package/chart/modern-pcss-raw/types/utils/axis.types.d.ts +0 -68
- package/chart/modern-pcss-raw/types/utils/axis.types.js +0 -1
- package/chart/modern-pcss-raw/types/utils/coordinates.types.d.ts +0 -11
- package/chart/modern-pcss-raw/types/utils/coordinates.types.js +0 -1
- package/chart/modern-pcss-raw/types/utils/data.types.d.ts +0 -17
- package/chart/modern-pcss-raw/types/utils/data.types.js +0 -1
- package/chart/modern-pcss-raw/types/utils/dot.types.d.ts +0 -73
- package/chart/modern-pcss-raw/types/utils/dot.types.js +0 -1
- package/chart/modern-pcss-raw/types/utils/gradient.types.d.ts +0 -29
- package/chart/modern-pcss-raw/types/utils/gradient.types.js +0 -1
- package/chart/modern-pcss-raw/types/utils/index.d.ts +0 -7
- package/chart/modern-pcss-raw/types/utils/index.js +0 -1
- package/chart/modern-pcss-raw/types/utils/tick.types.d.ts +0 -19
- package/chart/modern-pcss-raw/types/utils/tick.types.js +0 -1
- package/chart/modern-pcss-raw/types/xAxis.types.d.ts +0 -16
- package/chart/modern-pcss-raw/types/xAxis.types.js +0 -1
- package/chart/modern-pcss-raw/types/yAxis.types.d.ts +0 -8
- package/chart/modern-pcss-raw/types/yAxis.types.js +0 -1
- package/checkbox/cssm/index.module.css +0 -190
- package/checkbox/modern-pcss-raw/Component.d.ts +0 -168
- package/checkbox/modern-pcss-raw/Component.js +0 -52
- package/checkbox/modern-pcss-raw/index.d.ts +0 -1
- package/checkbox/modern-pcss-raw/index.js +0 -7
- package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +0 -79
- package/checkbox-group/cssm/desktop/desktop.module.css +0 -33
- package/checkbox-group/cssm/mobile/mobile.module.css +0 -35
- package/checkbox-group/cssm/vars.css +0 -19
- package/checkbox-group/modern-pcss-raw/Component.responsive.d.ts +0 -11
- package/checkbox-group/modern-pcss-raw/Component.responsive.js +0 -15
- package/checkbox-group/modern-pcss-raw/components/base-checkbox-group/Component.d.ts +0 -64
- package/checkbox-group/modern-pcss-raw/components/base-checkbox-group/Component.js +0 -51
- package/checkbox-group/modern-pcss-raw/components/base-checkbox-group/index.d.ts +0 -1
- package/checkbox-group/modern-pcss-raw/components/base-checkbox-group/index.js +0 -3
- package/checkbox-group/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -5
- package/checkbox-group/modern-pcss-raw/desktop/Component.desktop.js +0 -10
- package/checkbox-group/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/checkbox-group/modern-pcss-raw/desktop/index.js +0 -4
- package/checkbox-group/modern-pcss-raw/index.d.ts +0 -2
- package/checkbox-group/modern-pcss-raw/index.js +0 -7
- package/checkbox-group/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -5
- package/checkbox-group/modern-pcss-raw/mobile/Component.mobile.js +0 -10
- package/checkbox-group/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/checkbox-group/modern-pcss-raw/mobile/index.js +0 -4
- package/circular-progress-bar/cssm/index.module.css +0 -170
- package/circular-progress-bar/modern-pcss-raw/Component.d.ts +0 -111
- package/circular-progress-bar/modern-pcss-raw/Component.js +0 -79
- package/circular-progress-bar/modern-pcss-raw/consts.d.ts +0 -72
- package/circular-progress-bar/modern-pcss-raw/consts.js +0 -73
- package/circular-progress-bar/modern-pcss-raw/index.d.ts +0 -1
- package/circular-progress-bar/modern-pcss-raw/index.js +0 -5
- package/code-input/cssm/components/base-code-input/index.module.css +0 -46
- package/code-input/cssm/components/input/index.module.css +0 -95
- package/code-input/cssm/desktop/desktop.module.css +0 -49
- package/code-input/cssm/mobile/mobile.module.css +0 -51
- package/code-input/cssm/vars.css +0 -44
- package/code-input/modern-pcss-raw/Component.responsive.d.ts +0 -18
- package/code-input/modern-pcss-raw/Component.responsive.js +0 -16
- package/code-input/modern-pcss-raw/components/base-code-input/component.d.ts +0 -5
- package/code-input/modern-pcss-raw/components/base-code-input/component.js +0 -193
- package/code-input/modern-pcss-raw/components/base-code-input/index.d.ts +0 -1
- package/code-input/modern-pcss-raw/components/base-code-input/index.js +0 -4
- package/code-input/modern-pcss-raw/components/index.d.ts +0 -1
- package/code-input/modern-pcss-raw/components/index.js +0 -3
- package/code-input/modern-pcss-raw/components/input/component.d.ts +0 -34
- package/code-input/modern-pcss-raw/components/input/component.js +0 -32
- package/code-input/modern-pcss-raw/components/input/index.d.ts +0 -1
- package/code-input/modern-pcss-raw/components/input/index.js +0 -3
- package/code-input/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/code-input/modern-pcss-raw/desktop/Component.desktop.js +0 -11
- package/code-input/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/code-input/modern-pcss-raw/desktop/index.js +0 -5
- package/code-input/modern-pcss-raw/index.d.ts +0 -2
- package/code-input/modern-pcss-raw/index.js +0 -8
- package/code-input/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/code-input/modern-pcss-raw/mobile/Component.mobile.js +0 -11
- package/code-input/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/code-input/modern-pcss-raw/mobile/index.js +0 -5
- package/code-input/modern-pcss-raw/shared/index.d.ts +0 -1
- package/code-input/modern-pcss-raw/shared/index.js +0 -1
- package/code-input/modern-pcss-raw/typings.d.ts +0 -70
- package/code-input/modern-pcss-raw/typings.js +0 -1
- package/collapse/cssm/index.module.css +0 -39
- package/collapse/modern-pcss-raw/Component.d.ts +0 -54
- package/collapse/modern-pcss-raw/Component.js +0 -70
- package/collapse/modern-pcss-raw/index.d.ts +0 -1
- package/collapse/modern-pcss-raw/index.js +0 -8
- package/comment/cssm/index.module.css +0 -37
- package/comment/modern-pcss-raw/Component.d.ts +0 -23
- package/comment/modern-pcss-raw/Component.js +0 -14
- package/comment/modern-pcss-raw/index.d.ts +0 -1
- package/comment/modern-pcss-raw/index.js +0 -4
- package/confirmation/cssm/components/base-confirmation/index.module.css +0 -22
- package/confirmation/cssm/components/countdown-loader/index.module.css +0 -21
- package/confirmation/cssm/components/header/index.module.css +0 -50
- package/confirmation/cssm/components/screens/fatal-error/index.module.css +0 -49
- package/confirmation/cssm/components/screens/hint/index.module.css +0 -69
- package/confirmation/cssm/components/screens/initial/index.module.css +0 -87
- package/confirmation/cssm/components/screens/temp-block/index.module.css +0 -52
- package/confirmation/cssm/mobile/mobile.module.css +0 -3
- package/confirmation/cssm/vars.css +0 -24
- package/confirmation/modern-pcss-raw/component.responsive.d.ts +0 -11
- package/confirmation/modern-pcss-raw/component.responsive.js +0 -31
- package/confirmation/modern-pcss-raw/components/base-confirmation/component.d.ts +0 -4
- package/confirmation/modern-pcss-raw/components/base-confirmation/component.js +0 -97
- package/confirmation/modern-pcss-raw/components/base-confirmation/index.d.ts +0 -1
- package/confirmation/modern-pcss-raw/components/base-confirmation/index.js +0 -21
- package/confirmation/modern-pcss-raw/components/countdown-loader/component.d.ts +0 -7
- package/confirmation/modern-pcss-raw/components/countdown-loader/component.js +0 -20
- package/confirmation/modern-pcss-raw/components/countdown-loader/index.d.ts +0 -1
- package/confirmation/modern-pcss-raw/components/countdown-loader/index.js +0 -2
- package/confirmation/modern-pcss-raw/components/header/component.d.ts +0 -13
- package/confirmation/modern-pcss-raw/components/header/component.js +0 -10
- package/confirmation/modern-pcss-raw/components/header/index.d.ts +0 -1
- package/confirmation/modern-pcss-raw/components/header/index.js +0 -4
- package/confirmation/modern-pcss-raw/components/index.d.ts +0 -2
- package/confirmation/modern-pcss-raw/components/index.js +0 -19
- package/confirmation/modern-pcss-raw/components/screens/fatal-error/component.d.ts +0 -9
- package/confirmation/modern-pcss-raw/components/screens/fatal-error/component.js +0 -20
- package/confirmation/modern-pcss-raw/components/screens/fatal-error/index.d.ts +0 -1
- package/confirmation/modern-pcss-raw/components/screens/fatal-error/index.js +0 -8
- package/confirmation/modern-pcss-raw/components/screens/hint/component.d.ts +0 -9
- package/confirmation/modern-pcss-raw/components/screens/hint/component.js +0 -37
- package/confirmation/modern-pcss-raw/components/screens/hint/index.d.ts +0 -1
- package/confirmation/modern-pcss-raw/components/screens/hint/index.js +0 -9
- package/confirmation/modern-pcss-raw/components/screens/index.d.ts +0 -4
- package/confirmation/modern-pcss-raw/components/screens/index.js +0 -19
- package/confirmation/modern-pcss-raw/components/screens/initial/component.d.ts +0 -9
- package/confirmation/modern-pcss-raw/components/screens/initial/component.js +0 -104
- package/confirmation/modern-pcss-raw/components/screens/initial/countdown-section.d.ts +0 -0
- package/confirmation/modern-pcss-raw/components/screens/initial/countdown-section.js +0 -8
- package/confirmation/modern-pcss-raw/components/screens/initial/index.d.ts +0 -1
- package/confirmation/modern-pcss-raw/components/screens/initial/index.js +0 -15
- package/confirmation/modern-pcss-raw/components/screens/temp-block/component.d.ts +0 -9
- package/confirmation/modern-pcss-raw/components/screens/temp-block/component.js +0 -31
- package/confirmation/modern-pcss-raw/components/screens/temp-block/index.d.ts +0 -1
- package/confirmation/modern-pcss-raw/components/screens/temp-block/index.js +0 -8
- package/confirmation/modern-pcss-raw/context.d.ts +0 -4
- package/confirmation/modern-pcss-raw/context.js +0 -26
- package/confirmation/modern-pcss-raw/desktop/component.desktop.d.ts +0 -5
- package/confirmation/modern-pcss-raw/desktop/component.desktop.js +0 -25
- package/confirmation/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/confirmation/modern-pcss-raw/desktop/index.js +0 -22
- package/confirmation/modern-pcss-raw/index.d.ts +0 -2
- package/confirmation/modern-pcss-raw/index.js +0 -25
- package/confirmation/modern-pcss-raw/mobile/component.mobile.d.ts +0 -5
- package/confirmation/modern-pcss-raw/mobile/component.mobile.js +0 -28
- package/confirmation/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/confirmation/modern-pcss-raw/mobile/index.js +0 -22
- package/confirmation/modern-pcss-raw/shared/index.d.ts +0 -4
- package/confirmation/modern-pcss-raw/shared/index.js +0 -20
- package/confirmation/modern-pcss-raw/types.d.ts +0 -167
- package/confirmation/modern-pcss-raw/types.js +0 -19
- package/confirmation/modern-pcss-raw/utils.d.ts +0 -30
- package/confirmation/modern-pcss-raw/utils.js +0 -72
- package/confirmation-v1/cssm/components/code-input/index.module.css +0 -89
- package/confirmation-v1/cssm/components/countdown/index.module.css +0 -73
- package/confirmation-v1/cssm/components/countdown-loader/index.module.css +0 -21
- package/confirmation-v1/cssm/components/overlimit/index.module.css +0 -80
- package/confirmation-v1/cssm/components/sign-confirmation/index.module.css +0 -97
- package/confirmation-v1/cssm/index.module.css +0 -106
- package/confirmation-v1/cssm/vars.css +0 -24
- package/confirmation-v1/modern-pcss-raw/component.d.ts +0 -168
- package/confirmation-v1/modern-pcss-raw/component.js +0 -117
- package/confirmation-v1/modern-pcss-raw/components/code-input/component.d.ts +0 -16
- package/confirmation-v1/modern-pcss-raw/components/code-input/component.js +0 -123
- package/confirmation-v1/modern-pcss-raw/components/code-input/index.d.ts +0 -1
- package/confirmation-v1/modern-pcss-raw/components/code-input/index.js +0 -5
- package/confirmation-v1/modern-pcss-raw/components/code-input/utils.d.ts +0 -10
- package/confirmation-v1/modern-pcss-raw/components/code-input/utils.js +0 -16
- package/confirmation-v1/modern-pcss-raw/components/countdown/component.d.ts +0 -24
- package/confirmation-v1/modern-pcss-raw/components/countdown/component.js +0 -102
- package/confirmation-v1/modern-pcss-raw/components/countdown/index.d.ts +0 -1
- package/confirmation-v1/modern-pcss-raw/components/countdown/index.js +0 -7
- package/confirmation-v1/modern-pcss-raw/components/countdown-loader/component.d.ts +0 -7
- package/confirmation-v1/modern-pcss-raw/components/countdown-loader/component.js +0 -20
- package/confirmation-v1/modern-pcss-raw/components/countdown-loader/index.d.ts +0 -1
- package/confirmation-v1/modern-pcss-raw/components/countdown-loader/index.js +0 -2
- package/confirmation-v1/modern-pcss-raw/components/index.d.ts +0 -4
- package/confirmation-v1/modern-pcss-raw/components/index.js +0 -14
- package/confirmation-v1/modern-pcss-raw/components/overlimit/component.d.ts +0 -12
- package/confirmation-v1/modern-pcss-raw/components/overlimit/component.js +0 -64
- package/confirmation-v1/modern-pcss-raw/components/overlimit/index.d.ts +0 -1
- package/confirmation-v1/modern-pcss-raw/components/overlimit/index.js +0 -9
- package/confirmation-v1/modern-pcss-raw/components/sign-confirmation/component.d.ts +0 -37
- package/confirmation-v1/modern-pcss-raw/components/sign-confirmation/component.js +0 -51
- package/confirmation-v1/modern-pcss-raw/components/sign-confirmation/index.d.ts +0 -1
- package/confirmation-v1/modern-pcss-raw/components/sign-confirmation/index.js +0 -12
- package/confirmation-v1/modern-pcss-raw/index.d.ts +0 -4
- package/confirmation-v1/modern-pcss-raw/index.js +0 -15
- package/custom-button/cssm/index.module.css +0 -75
- package/custom-button/modern-pcss-raw/Component.d.ts +0 -23
- package/custom-button/modern-pcss-raw/Component.js +0 -21
- package/custom-button/modern-pcss-raw/index.d.ts +0 -1
- package/custom-button/modern-pcss-raw/index.js +0 -4
- package/custom-picker-button/cssm/field/index.module.css +0 -27
- package/custom-picker-button/modern-pcss-raw/Component.responsive.d.ts +0 -20
- package/custom-picker-button/modern-pcss-raw/Component.responsive.js +0 -18
- package/custom-picker-button/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -7
- package/custom-picker-button/modern-pcss-raw/desktop/Component.desktop.js +0 -17
- package/custom-picker-button/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/custom-picker-button/modern-pcss-raw/desktop/index.js +0 -7
- package/custom-picker-button/modern-pcss-raw/field/Component.d.ts +0 -12
- package/custom-picker-button/modern-pcss-raw/field/Component.js +0 -37
- package/custom-picker-button/modern-pcss-raw/field/index.d.ts +0 -1
- package/custom-picker-button/modern-pcss-raw/field/index.js +0 -5
- package/custom-picker-button/modern-pcss-raw/index.d.ts +0 -2
- package/custom-picker-button/modern-pcss-raw/index.js +0 -11
- package/custom-picker-button/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -7
- package/custom-picker-button/modern-pcss-raw/mobile/Component.mobile.js +0 -16
- package/custom-picker-button/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/custom-picker-button/modern-pcss-raw/mobile/index.js +0 -7
- package/date-input/cssm/index.module.css +0 -29
- package/date-input/modern-pcss-raw/Component.d.ts +0 -49
- package/date-input/modern-pcss-raw/Component.js +0 -98
- package/date-input/modern-pcss-raw/index.d.ts +0 -2
- package/date-input/modern-pcss-raw/index.js +0 -9
- package/date-input/modern-pcss-raw/utils/format.d.ts +0 -9
- package/date-input/modern-pcss-raw/utils/format.js +0 -30
- package/date-input/modern-pcss-raw/utils/index.d.ts +0 -2
- package/date-input/modern-pcss-raw/utils/index.js +0 -5
- package/date-input/modern-pcss-raw/utils/native-supports.d.ts +0 -5
- package/date-input/modern-pcss-raw/utils/native-supports.js +0 -12
- package/date-range-input/cssm/components/date-range-input/index.module.css +0 -63
- package/date-range-input/modern-pcss-raw/Component.responsive.d.ts +0 -17
- package/date-range-input/modern-pcss-raw/Component.responsive.js +0 -33
- package/date-range-input/modern-pcss-raw/components/date-range-input/Component.d.ts +0 -117
- package/date-range-input/modern-pcss-raw/components/date-range-input/Component.js +0 -209
- package/date-range-input/modern-pcss-raw/components/date-range-input/index.d.ts +0 -1
- package/date-range-input/modern-pcss-raw/components/date-range-input/index.js +0 -13
- package/date-range-input/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -10
- package/date-range-input/modern-pcss-raw/desktop/Component.desktop.js +0 -23
- package/date-range-input/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/date-range-input/modern-pcss-raw/desktop/index.js +0 -16
- package/date-range-input/modern-pcss-raw/index.d.ts +0 -3
- package/date-range-input/modern-pcss-raw/index.js +0 -20
- package/date-range-input/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -10
- package/date-range-input/modern-pcss-raw/mobile/Component.mobile.js +0 -23
- package/date-range-input/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/date-range-input/modern-pcss-raw/mobile/index.js +0 -16
- package/date-range-input/modern-pcss-raw/utils/format.d.ts +0 -8
- package/date-range-input/modern-pcss-raw/utils/format.js +0 -81
- package/date-range-input/modern-pcss-raw/utils/index.d.ts +0 -1
- package/date-range-input/modern-pcss-raw/utils/index.js +0 -3
- package/date-time-input/cssm/components/date-time-input/index.module.css +0 -63
- package/date-time-input/modern-pcss-raw/Component.responsive.d.ts +0 -19
- package/date-time-input/modern-pcss-raw/Component.responsive.js +0 -28
- package/date-time-input/modern-pcss-raw/components/date-time-input/Component.d.ts +0 -215
- package/date-time-input/modern-pcss-raw/components/date-time-input/Component.js +0 -143
- package/date-time-input/modern-pcss-raw/components/date-time-input/index.d.ts +0 -1
- package/date-time-input/modern-pcss-raw/components/date-time-input/index.js +0 -12
- package/date-time-input/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -10
- package/date-time-input/modern-pcss-raw/desktop/Component.desktop.js +0 -22
- package/date-time-input/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/date-time-input/modern-pcss-raw/desktop/index.js +0 -15
- package/date-time-input/modern-pcss-raw/index.d.ts +0 -3
- package/date-time-input/modern-pcss-raw/index.js +0 -19
- package/date-time-input/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/date-time-input/modern-pcss-raw/mobile/Component.mobile.js +0 -18
- package/date-time-input/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/date-time-input/modern-pcss-raw/mobile/index.js +0 -15
- package/date-time-input/modern-pcss-raw/utils/format.d.ts +0 -13
- package/date-time-input/modern-pcss-raw/utils/format.js +0 -134
- package/date-time-input/modern-pcss-raw/utils/index.d.ts +0 -1
- package/date-time-input/modern-pcss-raw/utils/index.js +0 -3
- package/divider/cssm/index.module.css +0 -23
- package/divider/modern-pcss-raw/Component.d.ts +0 -14
- package/divider/modern-pcss-raw/Component.js +0 -9
- package/divider/modern-pcss-raw/index.d.ts +0 -1
- package/divider/modern-pcss-raw/index.js +0 -3
- package/drawer/cssm/index.module.css +0 -118
- package/drawer/modern-pcss-raw/Component.d.ts +0 -40
- package/drawer/modern-pcss-raw/Component.js +0 -70
- package/drawer/modern-pcss-raw/index.d.ts +0 -1
- package/drawer/modern-pcss-raw/index.js +0 -5
- package/dropzone/cssm/components/overlay/index.module.css +0 -48
- package/dropzone/cssm/index.module.css +0 -43
- package/dropzone/modern-pcss-raw/Component.d.ts +0 -65
- package/dropzone/modern-pcss-raw/Component.js +0 -71
- package/dropzone/modern-pcss-raw/components/index.d.ts +0 -1
- package/dropzone/modern-pcss-raw/components/index.js +0 -4
- package/dropzone/modern-pcss-raw/components/overlay/Component.d.ts +0 -13
- package/dropzone/modern-pcss-raw/components/overlay/Component.js +0 -14
- package/dropzone/modern-pcss-raw/components/overlay/index.d.ts +0 -1
- package/dropzone/modern-pcss-raw/components/overlay/index.js +0 -4
- package/dropzone/modern-pcss-raw/index.d.ts +0 -1
- package/dropzone/modern-pcss-raw/index.js +0 -6
- package/dropzone/modern-pcss-raw/utils.d.ts +0 -3
- package/dropzone/modern-pcss-raw/utils.js +0 -6
- package/file-upload-item/cssm/index.module.css +0 -118
- package/file-upload-item/modern-pcss-raw/Component.d.ts +0 -91
- package/file-upload-item/modern-pcss-raw/Component.js +0 -77
- package/file-upload-item/modern-pcss-raw/index.d.ts +0 -1
- package/file-upload-item/modern-pcss-raw/index.js +0 -17
- package/file-upload-item/modern-pcss-raw/utils.d.ts +0 -5
- package/file-upload-item/modern-pcss-raw/utils.js +0 -41
- package/filter-tag/cssm/components/base-filter-tag/index.module.css +0 -316
- package/filter-tag/cssm/desktop/desktop.module.css +0 -100
- package/filter-tag/cssm/mobile/mobile.module.css +0 -99
- package/filter-tag/modern-pcss-raw/Component.responsive.d.ts +0 -18
- package/filter-tag/modern-pcss-raw/Component.responsive.js +0 -20
- package/filter-tag/modern-pcss-raw/components/base-filter-tag/Component.d.ts +0 -68
- package/filter-tag/modern-pcss-raw/components/base-filter-tag/Component.js +0 -60
- package/filter-tag/modern-pcss-raw/components/base-filter-tag/index.d.ts +0 -1
- package/filter-tag/modern-pcss-raw/components/base-filter-tag/index.js +0 -8
- package/filter-tag/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/filter-tag/modern-pcss-raw/desktop/Component.desktop.js +0 -15
- package/filter-tag/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/filter-tag/modern-pcss-raw/desktop/index.js +0 -9
- package/filter-tag/modern-pcss-raw/index.d.ts +0 -2
- package/filter-tag/modern-pcss-raw/index.js +0 -12
- package/filter-tag/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/filter-tag/modern-pcss-raw/mobile/Component.mobile.js +0 -15
- package/filter-tag/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/filter-tag/modern-pcss-raw/mobile/index.js +0 -9
- package/form-control/cssm/components/base-form-control/default.module.css +0 -106
- package/form-control/cssm/components/base-form-control/index.module.css +0 -205
- package/form-control/cssm/components/base-form-control/inverted.module.css +0 -109
- package/form-control/cssm/desktop/default.desktop.module.css +0 -56
- package/form-control/cssm/desktop/desktop.module.css +0 -64
- package/form-control/cssm/desktop/inverted.desktop.module.css +0 -57
- package/form-control/cssm/mobile/default.mobile.module.css +0 -52
- package/form-control/cssm/mobile/inverted.mobile.module.css +0 -53
- package/form-control/cssm/mobile/mobile.module.css +0 -63
- package/form-control/cssm/vars.css +0 -43
- package/form-control/modern-pcss-raw/Component.responsive.d.ts +0 -26
- package/form-control/modern-pcss-raw/Component.responsive.js +0 -16
- package/form-control/modern-pcss-raw/components/base-form-control/Component.d.ts +0 -226
- package/form-control/modern-pcss-raw/components/base-form-control/Component.js +0 -61
- package/form-control/modern-pcss-raw/components/base-form-control/index.d.ts +0 -1
- package/form-control/modern-pcss-raw/components/base-form-control/index.js +0 -4
- package/form-control/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/form-control/modern-pcss-raw/desktop/Component.desktop.js +0 -21
- package/form-control/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/form-control/modern-pcss-raw/desktop/index.js +0 -5
- package/form-control/modern-pcss-raw/index.d.ts +0 -2
- package/form-control/modern-pcss-raw/index.js +0 -8
- package/form-control/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/form-control/modern-pcss-raw/mobile/Component.mobile.js +0 -21
- package/form-control/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/form-control/modern-pcss-raw/mobile/index.js +0 -5
- package/form-control/modern-pcss-raw/shared/index.d.ts +0 -1
- package/form-control/modern-pcss-raw/shared/index.js +0 -2
- package/form-control/modern-pcss-raw/utils.d.ts +0 -9
- package/form-control/modern-pcss-raw/utils.js +0 -14
- package/gallery/cssm/components/header/index.module.css +0 -38
- package/gallery/cssm/components/header-info-block/index.module.css +0 -37
- package/gallery/cssm/components/image-preview/index.module.css +0 -75
- package/gallery/cssm/components/image-viewer/index.module.css +0 -121
- package/gallery/cssm/components/navigation-bar/index.module.css +0 -37
- package/gallery/cssm/index.module.css +0 -29
- package/gallery/modern-pcss-raw/Component.d.ts +0 -36
- package/gallery/modern-pcss-raw/Component.js +0 -142
- package/gallery/modern-pcss-raw/components/header/Component.d.ts +0 -3
- package/gallery/modern-pcss-raw/components/header/Component.js +0 -48
- package/gallery/modern-pcss-raw/components/header/buttons.d.ts +0 -0
- package/gallery/modern-pcss-raw/components/header/buttons.js +0 -8
- package/gallery/modern-pcss-raw/components/header/index.d.ts +0 -1
- package/gallery/modern-pcss-raw/components/header/index.js +0 -15
- package/gallery/modern-pcss-raw/components/header-info-block/Component.d.ts +0 -7
- package/gallery/modern-pcss-raw/components/header-info-block/Component.js +0 -17
- package/gallery/modern-pcss-raw/components/header-info-block/index.d.ts +0 -1
- package/gallery/modern-pcss-raw/components/header-info-block/index.js +0 -4
- package/gallery/modern-pcss-raw/components/image-preview/Component.d.ts +0 -11
- package/gallery/modern-pcss-raw/components/image-preview/Component.js +0 -54
- package/gallery/modern-pcss-raw/components/image-preview/index.d.ts +0 -1
- package/gallery/modern-pcss-raw/components/image-preview/index.js +0 -25
- package/gallery/modern-pcss-raw/components/image-preview/paths.d.ts +0 -5
- package/gallery/modern-pcss-raw/components/image-preview/paths.js +0 -6
- package/gallery/modern-pcss-raw/components/image-viewer/component.d.ts +0 -3
- package/gallery/modern-pcss-raw/components/image-viewer/component.js +0 -111
- package/gallery/modern-pcss-raw/components/image-viewer/index.d.ts +0 -1
- package/gallery/modern-pcss-raw/components/image-viewer/index.js +0 -16
- package/gallery/modern-pcss-raw/components/image-viewer/paths.d.ts +0 -5
- package/gallery/modern-pcss-raw/components/image-viewer/paths.js +0 -6
- package/gallery/modern-pcss-raw/components/image-viewer/slide.d.ts +0 -0
- package/gallery/modern-pcss-raw/components/image-viewer/slide.js +0 -7
- package/gallery/modern-pcss-raw/components/index.d.ts +0 -4
- package/gallery/modern-pcss-raw/components/index.js +0 -30
- package/gallery/modern-pcss-raw/components/navigation-bar/Component.d.ts +0 -3
- package/gallery/modern-pcss-raw/components/navigation-bar/Component.js +0 -83
- package/gallery/modern-pcss-raw/components/navigation-bar/index.d.ts +0 -1
- package/gallery/modern-pcss-raw/components/navigation-bar/index.js +0 -26
- package/gallery/modern-pcss-raw/context.d.ts +0 -24
- package/gallery/modern-pcss-raw/context.js +0 -25
- package/gallery/modern-pcss-raw/index.d.ts +0 -2
- package/gallery/modern-pcss-raw/index.js +0 -31
- package/gallery/modern-pcss-raw/types.d.ts +0 -13
- package/gallery/modern-pcss-raw/types.js +0 -1
- package/gallery/modern-pcss-raw/utils/constants.d.ts +0 -11
- package/gallery/modern-pcss-raw/utils/constants.js +0 -12
- package/gallery/modern-pcss-raw/utils/index.d.ts +0 -3
- package/gallery/modern-pcss-raw/utils/index.js +0 -3
- package/gallery/modern-pcss-raw/utils/split-filename.d.ts +0 -2
- package/gallery/modern-pcss-raw/utils/split-filename.js +0 -14
- package/gallery/modern-pcss-raw/utils/utils.d.ts +0 -7
- package/gallery/modern-pcss-raw/utils/utils.js +0 -12
- package/gap/cssm/index.module.css +0 -92
- package/gap/modern-pcss-raw/Component.d.ts +0 -31
- package/gap/modern-pcss-raw/Component.js +0 -42
- package/gap/modern-pcss-raw/index.d.ts +0 -1
- package/gap/modern-pcss-raw/index.js +0 -3
- package/generic-wrapper/cssm/index.module.css +0 -108
- package/generic-wrapper/modern-pcss-raw/Component.d.ts +0 -47
- package/generic-wrapper/modern-pcss-raw/Component.js +0 -21
- package/generic-wrapper/modern-pcss-raw/index.d.ts +0 -1
- package/generic-wrapper/modern-pcss-raw/index.js +0 -3
- package/global-store/modern-pcss-raw/GlobalStore.d.ts +0 -7
- package/global-store/modern-pcss-raw/GlobalStore.js +0 -10
- package/global-store/modern-pcss-raw/ModalStore.d.ts +0 -16
- package/global-store/modern-pcss-raw/ModalStore.js +0 -8
- package/global-store/modern-pcss-raw/index.d.ts +0 -4
- package/global-store/modern-pcss-raw/index.js +0 -13
- package/grid/cssm/col/index.module.css +0 -2002
- package/grid/cssm/gutters.module.css +0 -654
- package/grid/cssm/row/index.module.css +0 -39
- package/grid/modern-pcss-raw/Component.d.ts +0 -8
- package/grid/modern-pcss-raw/Component.js +0 -13
- package/grid/modern-pcss-raw/col/Component.d.ts +0 -54
- package/grid/modern-pcss-raw/col/Component.js +0 -14
- package/grid/modern-pcss-raw/col/index.d.ts +0 -1
- package/grid/modern-pcss-raw/col/index.js +0 -5
- package/grid/modern-pcss-raw/index.d.ts +0 -1
- package/grid/modern-pcss-raw/index.js +0 -7
- package/grid/modern-pcss-raw/row/Component.d.ts +0 -43
- package/grid/modern-pcss-raw/row/Component.js +0 -21
- package/grid/modern-pcss-raw/row/index.d.ts +0 -1
- package/grid/modern-pcss-raw/row/index.js +0 -5
- package/grid/modern-pcss-raw/typings.d.ts +0 -17
- package/grid/modern-pcss-raw/typings.js +0 -1
- package/grid/modern-pcss-raw/utils/index.d.ts +0 -3
- package/grid/modern-pcss-raw/utils/index.js +0 -35
- package/hatching-progress-bar/cssm/index.module.css +0 -95
- package/hatching-progress-bar/modern-pcss-raw/Component.d.ts +0 -26
- package/hatching-progress-bar/modern-pcss-raw/Component.js +0 -11
- package/hatching-progress-bar/modern-pcss-raw/index.d.ts +0 -1
- package/hatching-progress-bar/modern-pcss-raw/index.js +0 -3
- package/icon-button/cssm/default.module.css +0 -107
- package/icon-button/cssm/index.module.css +0 -52
- package/icon-button/cssm/inverted.module.css +0 -122
- package/icon-button/modern-pcss-raw/Component.d.ts +0 -73
- package/icon-button/modern-pcss-raw/Component.js +0 -33
- package/icon-button/modern-pcss-raw/index.d.ts +0 -1
- package/icon-button/modern-pcss-raw/index.js +0 -4
- package/icon-view/cssm/components/base-shape/index.module.css +0 -242
- package/icon-view/modern-pcss-raw/circle/index.d.ts +0 -1
- package/icon-view/modern-pcss-raw/circle/index.js +0 -7
- package/icon-view/modern-pcss-raw/components/base-shape/component.d.ts +0 -82
- package/icon-view/modern-pcss-raw/components/base-shape/component.js +0 -75
- package/icon-view/modern-pcss-raw/components/base-shape/index.d.ts +0 -1
- package/icon-view/modern-pcss-raw/components/base-shape/index.js +0 -5
- package/icon-view/modern-pcss-raw/components/base-shape/utils.d.ts +0 -23
- package/icon-view/modern-pcss-raw/components/base-shape/utils.js +0 -20
- package/icon-view/modern-pcss-raw/components/circle/component.d.ts +0 -27
- package/icon-view/modern-pcss-raw/components/circle/component.js +0 -10
- package/icon-view/modern-pcss-raw/components/circle/index.d.ts +0 -1
- package/icon-view/modern-pcss-raw/components/circle/index.js +0 -7
- package/icon-view/modern-pcss-raw/components/circle/paths.d.ts +0 -195
- package/icon-view/modern-pcss-raw/components/circle/paths.js +0 -134
- package/icon-view/modern-pcss-raw/components/index.d.ts +0 -5
- package/icon-view/modern-pcss-raw/components/index.js +0 -13
- package/icon-view/modern-pcss-raw/components/no-shape/component.d.ts +0 -27
- package/icon-view/modern-pcss-raw/components/no-shape/component.js +0 -10
- package/icon-view/modern-pcss-raw/components/no-shape/index.d.ts +0 -1
- package/icon-view/modern-pcss-raw/components/no-shape/index.js +0 -7
- package/icon-view/modern-pcss-raw/components/no-shape/paths.d.ts +0 -99
- package/icon-view/modern-pcss-raw/components/no-shape/paths.js +0 -38
- package/icon-view/modern-pcss-raw/components/rectangle/component.d.ts +0 -27
- package/icon-view/modern-pcss-raw/components/rectangle/component.js +0 -21
- package/icon-view/modern-pcss-raw/components/rectangle/index.d.ts +0 -1
- package/icon-view/modern-pcss-raw/components/rectangle/index.js +0 -7
- package/icon-view/modern-pcss-raw/components/rectangle/paths.d.ts +0 -119
- package/icon-view/modern-pcss-raw/components/rectangle/paths.js +0 -64
- package/icon-view/modern-pcss-raw/components/super-ellipse/component.d.ts +0 -27
- package/icon-view/modern-pcss-raw/components/super-ellipse/component.js +0 -10
- package/icon-view/modern-pcss-raw/components/super-ellipse/index.d.ts +0 -1
- package/icon-view/modern-pcss-raw/components/super-ellipse/index.js +0 -7
- package/icon-view/modern-pcss-raw/components/super-ellipse/paths.d.ts +0 -259
- package/icon-view/modern-pcss-raw/components/super-ellipse/paths.js +0 -134
- package/icon-view/modern-pcss-raw/no-shape/index.d.ts +0 -1
- package/icon-view/modern-pcss-raw/no-shape/index.js +0 -7
- package/icon-view/modern-pcss-raw/rectangle/index.d.ts +0 -1
- package/icon-view/modern-pcss-raw/rectangle/index.js +0 -7
- package/icon-view/modern-pcss-raw/super-ellipse/index.d.ts +0 -1
- package/icon-view/modern-pcss-raw/super-ellipse/index.js +0 -7
- package/indicator/cssm/index.module.css +0 -91
- package/indicator/modern-pcss-raw/Component.d.ts +0 -99
- package/indicator/modern-pcss-raw/Component.js +0 -72
- package/indicator/modern-pcss-raw/index.d.ts +0 -1
- package/indicator/modern-pcss-raw/index.js +0 -3
- package/input/cssm/components/base-input/default.module.css +0 -61
- package/input/cssm/components/base-input/index.module.css +0 -172
- package/input/cssm/components/base-input/inverted.module.css +0 -61
- package/input/cssm/components/clear-button/default.module.css +0 -36
- package/input/cssm/components/clear-button/index.module.css +0 -63
- package/input/cssm/components/clear-button/inverted.module.css +0 -36
- package/input/cssm/vars.css +0 -27
- package/input/modern-pcss-raw/Component.responsive.d.ts +0 -26
- package/input/modern-pcss-raw/Component.responsive.js +0 -26
- package/input/modern-pcss-raw/components/base-input/Component.d.ts +0 -284
- package/input/modern-pcss-raw/components/base-input/Component.js +0 -111
- package/input/modern-pcss-raw/components/base-input/index.d.ts +0 -1
- package/input/modern-pcss-raw/components/base-input/index.js +0 -12
- package/input/modern-pcss-raw/components/clear-button/Component.d.ts +0 -9
- package/input/modern-pcss-raw/components/clear-button/Component.js +0 -23
- package/input/modern-pcss-raw/components/clear-button/index.d.ts +0 -1
- package/input/modern-pcss-raw/components/clear-button/index.js +0 -5
- package/input/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/input/modern-pcss-raw/desktop/Component.desktop.js +0 -17
- package/input/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/input/modern-pcss-raw/desktop/index.js +0 -14
- package/input/modern-pcss-raw/index.d.ts +0 -2
- package/input/modern-pcss-raw/index.js +0 -18
- package/input/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/input/modern-pcss-raw/mobile/Component.mobile.js +0 -17
- package/input/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/input/modern-pcss-raw/mobile/index.js +0 -14
- package/input/modern-pcss-raw/shared/index.d.ts +0 -2
- package/input/modern-pcss-raw/shared/index.js +0 -7
- package/input/modern-pcss-raw/utils.d.ts +0 -10
- package/input/modern-pcss-raw/utils.js +0 -15
- package/input-autocomplete/cssm/autocomplete-field/index.module.css +0 -3
- package/input-autocomplete/cssm/autocomplete-mobile-field/index.module.css +0 -45
- package/input-autocomplete/cssm/mobile/mobile.module.css +0 -18
- package/input-autocomplete/modern-pcss-raw/Component.responsive.d.ts +0 -5
- package/input-autocomplete/modern-pcss-raw/Component.responsive.js +0 -26
- package/input-autocomplete/modern-pcss-raw/autocomplete-field/Component.d.ts +0 -7
- package/input-autocomplete/modern-pcss-raw/autocomplete-field/Component.js +0 -31
- package/input-autocomplete/modern-pcss-raw/autocomplete-field/index.d.ts +0 -1
- package/input-autocomplete/modern-pcss-raw/autocomplete-field/index.js +0 -5
- package/input-autocomplete/modern-pcss-raw/autocomplete-mobile-field/Component.d.ts +0 -19
- package/input-autocomplete/modern-pcss-raw/autocomplete-mobile-field/Component.js +0 -34
- package/input-autocomplete/modern-pcss-raw/autocomplete-mobile-field/index.d.ts +0 -1
- package/input-autocomplete/modern-pcss-raw/autocomplete-mobile-field/index.js +0 -7
- package/input-autocomplete/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -5
- package/input-autocomplete/modern-pcss-raw/desktop/Component.desktop.js +0 -19
- package/input-autocomplete/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/input-autocomplete/modern-pcss-raw/desktop/index.js +0 -8
- package/input-autocomplete/modern-pcss-raw/index.d.ts +0 -2
- package/input-autocomplete/modern-pcss-raw/index.js +0 -20
- package/input-autocomplete/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -11
- package/input-autocomplete/modern-pcss-raw/mobile/Component.mobile.js +0 -96
- package/input-autocomplete/modern-pcss-raw/mobile/Component.modal.mobile.d.ts +0 -11
- package/input-autocomplete/modern-pcss-raw/mobile/Component.modal.mobile.js +0 -17
- package/input-autocomplete/modern-pcss-raw/mobile/index.d.ts +0 -3
- package/input-autocomplete/modern-pcss-raw/mobile/index.js +0 -14
- package/input-autocomplete/modern-pcss-raw/shared/index.d.ts +0 -1
- package/input-autocomplete/modern-pcss-raw/shared/index.js +0 -2
- package/input-autocomplete/modern-pcss-raw/types.d.ts +0 -69
- package/input-autocomplete/modern-pcss-raw/types.js +0 -1
- package/input-autocomplete/modern-pcss-raw/utils.d.ts +0 -40
- package/input-autocomplete/modern-pcss-raw/utils.js +0 -49
- package/international-phone-input/cssm/components/base-international-phone-input/index.module.css +0 -4
- package/international-phone-input/cssm/components/country-select/index.module.css +0 -46
- package/international-phone-input/cssm/components/flag-icon/index.module.css +0 -29
- package/international-phone-input/cssm/components/select-field/index.module.css +0 -52
- package/international-phone-input/modern-pcss-raw/Component-57569e57.d.ts +0 -5
- package/international-phone-input/modern-pcss-raw/Component-6d57839f.d.ts +0 -47
- package/international-phone-input/modern-pcss-raw/Component-bdb4c6b9.d.ts +0 -12
- package/international-phone-input/modern-pcss-raw/Component.desktop-ebda875c.d.ts +0 -6
- package/international-phone-input/modern-pcss-raw/Component.mobile-ebda875c.d.ts +0 -6
- package/international-phone-input/modern-pcss-raw/Component.responsive-8566963f.d.ts +0 -7
- package/international-phone-input/modern-pcss-raw/Component.responsive.d.ts +0 -42
- package/international-phone-input/modern-pcss-raw/Component.responsive.js +0 -33
- package/international-phone-input/modern-pcss-raw/ResponsiveContext-88b743b5.d.ts +0 -5
- package/international-phone-input/modern-pcss-raw/components/base-international-phone-input/Component.d.ts +0 -23
- package/international-phone-input/modern-pcss-raw/components/base-international-phone-input/Component.js +0 -128
- package/international-phone-input/modern-pcss-raw/components/base-international-phone-input/index.d.ts +0 -1
- package/international-phone-input/modern-pcss-raw/components/base-international-phone-input/index.js +0 -17
- package/international-phone-input/modern-pcss-raw/components/country-select/Component.d.ts +0 -21
- package/international-phone-input/modern-pcss-raw/components/country-select/Component.js +0 -47
- package/international-phone-input/modern-pcss-raw/components/country-select/index.d.ts +0 -1
- package/international-phone-input/modern-pcss-raw/components/country-select/index.js +0 -11
- package/international-phone-input/modern-pcss-raw/components/flag-icon/component.d.ts +0 -16
- package/international-phone-input/modern-pcss-raw/components/flag-icon/component.js +0 -15
- package/international-phone-input/modern-pcss-raw/components/flag-icon/flagSprite.d.ts +0 -2
- package/international-phone-input/modern-pcss-raw/components/flag-icon/flagSprite.js +0 -239
- package/international-phone-input/modern-pcss-raw/components/flag-icon/index.d.ts +0 -1
- package/international-phone-input/modern-pcss-raw/components/flag-icon/index.js +0 -4
- package/international-phone-input/modern-pcss-raw/components/select-field/component.d.ts +0 -11
- package/international-phone-input/modern-pcss-raw/components/select-field/component.js +0 -39
- package/international-phone-input/modern-pcss-raw/components/select-field/index.d.ts +0 -1
- package/international-phone-input/modern-pcss-raw/components/select-field/index.js +0 -8
- package/international-phone-input/modern-pcss-raw/consts-6c9aad46.d.ts +0 -12
- package/international-phone-input/modern-pcss-raw/consts-ef43bf1b.d.ts +0 -12
- package/international-phone-input/modern-pcss-raw/consts.d.ts +0 -2
- package/international-phone-input/modern-pcss-raw/consts.js +0 -3
- package/international-phone-input/modern-pcss-raw/data/country-data.d.ts +0 -3
- package/international-phone-input/modern-pcss-raw/data/country-data.js +0 -597
- package/international-phone-input/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -5
- package/international-phone-input/modern-pcss-raw/desktop/Component.desktop.js +0 -24
- package/international-phone-input/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/international-phone-input/modern-pcss-raw/desktop/index.js +0 -21
- package/international-phone-input/modern-pcss-raw/index-136acbb1.d.ts +0 -28
- package/international-phone-input/modern-pcss-raw/index-6d57839f.d.ts +0 -2
- package/international-phone-input/modern-pcss-raw/index-8566963f.d.ts +0 -6
- package/international-phone-input/modern-pcss-raw/index-bdb4c6b9.d.ts +0 -183
- package/international-phone-input/modern-pcss-raw/index-ebda875c.d.ts +0 -149
- package/international-phone-input/modern-pcss-raw/index.d.ts +0 -2
- package/international-phone-input/modern-pcss-raw/index.js +0 -27
- package/international-phone-input/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -5
- package/international-phone-input/modern-pcss-raw/mobile/Component.mobile.js +0 -24
- package/international-phone-input/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/international-phone-input/modern-pcss-raw/mobile/index.js +0 -21
- package/international-phone-input/modern-pcss-raw/shared/index.d.ts +0 -1
- package/international-phone-input/modern-pcss-raw/shared/index.js +0 -5
- package/international-phone-input/modern-pcss-raw/types-1328ead9.d.ts +0 -21
- package/international-phone-input/modern-pcss-raw/types.d.ts +0 -97
- package/international-phone-input/modern-pcss-raw/types.js +0 -1
- package/international-phone-input/modern-pcss-raw/typings-57569e57.d.ts +0 -1595
- package/international-phone-input/modern-pcss-raw/typings-6d57839f.d.ts +0 -114
- package/international-phone-input/modern-pcss-raw/typings-88b743b5.d.ts +0 -58
- package/international-phone-input/modern-pcss-raw/use-skeleton-1328ead9.d.ts +0 -40
- package/international-phone-input/modern-pcss-raw/utils/index.d.ts +0 -73
- package/international-phone-input/modern-pcss-raw/utils/index.js +0 -242
- package/international-phone-input/modern-pcss-raw/utils-89376c31.d.ts +0 -67
- package/intl-phone-input/cssm/components/flag-icon/index.module.css +0 -29
- package/intl-phone-input/cssm/components/select/index.module.css +0 -35
- package/intl-phone-input/cssm/components/select-field/index.module.css +0 -52
- package/intl-phone-input/cssm/index.module.css +0 -31
- package/intl-phone-input/modern-pcss-raw/component.d.ts +0 -96
- package/intl-phone-input/modern-pcss-raw/component.js +0 -335
- package/intl-phone-input/modern-pcss-raw/components/flag-icon/component.d.ts +0 -16
- package/intl-phone-input/modern-pcss-raw/components/flag-icon/component.js +0 -15
- package/intl-phone-input/modern-pcss-raw/components/flag-icon/flagSprite.d.ts +0 -2
- package/intl-phone-input/modern-pcss-raw/components/flag-icon/flagSprite.js +0 -229
- package/intl-phone-input/modern-pcss-raw/components/flag-icon/index.d.ts +0 -1
- package/intl-phone-input/modern-pcss-raw/components/flag-icon/index.js +0 -4
- package/intl-phone-input/modern-pcss-raw/components/index.d.ts +0 -3
- package/intl-phone-input/modern-pcss-raw/components/index.js +0 -11
- package/intl-phone-input/modern-pcss-raw/components/select/component.d.ts +0 -10
- package/intl-phone-input/modern-pcss-raw/components/select/component.js +0 -34
- package/intl-phone-input/modern-pcss-raw/components/select/index.d.ts +0 -1
- package/intl-phone-input/modern-pcss-raw/components/select/index.js +0 -11
- package/intl-phone-input/modern-pcss-raw/components/select-field/component.d.ts +0 -8
- package/intl-phone-input/modern-pcss-raw/components/select-field/component.js +0 -29
- package/intl-phone-input/modern-pcss-raw/components/select-field/index.d.ts +0 -1
- package/intl-phone-input/modern-pcss-raw/components/select-field/index.js +0 -8
- package/intl-phone-input/modern-pcss-raw/index.d.ts +0 -1
- package/intl-phone-input/modern-pcss-raw/index.js +0 -18
- package/intl-phone-input/modern-pcss-raw/useCaretAvoidCountryCode.d.ts +0 -8
- package/intl-phone-input/modern-pcss-raw/useCaretAvoidCountryCode.js +0 -40
- package/intl-phone-input/modern-pcss-raw/utils/calculateCaretPos.d.ts +0 -7
- package/intl-phone-input/modern-pcss-raw/utils/calculateCaretPos.js +0 -23
- package/intl-phone-input/modern-pcss-raw/utils/format-phone-with-unclearable-country-code.d.ts +0 -6
- package/intl-phone-input/modern-pcss-raw/utils/format-phone-with-unclearable-country-code.js +0 -20
- package/intl-phone-input/modern-pcss-raw/utils/preparePasteData.d.ts +0 -10
- package/intl-phone-input/modern-pcss-raw/utils/preparePasteData.js +0 -64
- package/keyboard-focusable/modern-pcss-raw/Component.d.ts +0 -12
- package/keyboard-focusable/modern-pcss-raw/Component.js +0 -11
- package/keyboard-focusable/modern-pcss-raw/index.d.ts +0 -1
- package/keyboard-focusable/modern-pcss-raw/index.js +0 -3
- package/link/cssm/default.module.css +0 -67
- package/link/cssm/index.module.css +0 -65
- package/link/cssm/inverted.module.css +0 -67
- package/link/modern-pcss-raw/Component.d.ts +0 -107
- package/link/modern-pcss-raw/Component.js +0 -50
- package/link/modern-pcss-raw/index.d.ts +0 -1
- package/link/modern-pcss-raw/index.js +0 -5
- package/list/cssm/Component-7cc47e0b.d.ts +0 -15
- package/list/cssm/Component-7cc47e0b.js +0 -62
- package/list/cssm/components/item/index.module.css +0 -48
- package/list/cssm/index.module.css +0 -38
- package/list/modern-pcss-raw/Component-0887e7cb.d.ts +0 -72
- package/list/modern-pcss-raw/Component.d.ts +0 -0
- package/list/modern-pcss-raw/Component.js +0 -5
- package/list/modern-pcss-raw/components/item/Component.d.ts +0 -0
- package/list/modern-pcss-raw/components/item/Component.js +0 -5
- package/list/modern-pcss-raw/components/item/index.d.ts +0 -1
- package/list/modern-pcss-raw/components/item/index.js +0 -5
- package/list/modern-pcss-raw/index.d.ts +0 -2
- package/list/modern-pcss-raw/index.js +0 -6
- package/list/modern-pcss-raw/presets.d.ts +0 -7
- package/list/modern-pcss-raw/presets.js +0 -8
- package/list/modern-pcss-raw/utils.d.ts +0 -5
- package/list/modern-pcss-raw/utils.js +0 -6
- package/list-header/cssm/index.module.css +0 -31
- package/list-header/modern-pcss-raw/Component.d.ts +0 -26
- package/list-header/modern-pcss-raw/Component.js +0 -12
- package/list-header/modern-pcss-raw/index.d.ts +0 -1
- package/list-header/modern-pcss-raw/index.js +0 -4
- package/loader/cssm/index.module.css +0 -56
- package/loader/modern-pcss-raw/Component.d.ts +0 -14
- package/loader/modern-pcss-raw/Component.js +0 -12
- package/loader/modern-pcss-raw/index.d.ts +0 -1
- package/loader/modern-pcss-raw/index.js +0 -3
- package/markdown/cssm/index.module.css +0 -56
- package/markdown/modern-pcss-raw/Component.d.ts +0 -5
- package/markdown/modern-pcss-raw/Component.desktop.d.ts +0 -5
- package/markdown/modern-pcss-raw/Component.desktop.js +0 -15
- package/markdown/modern-pcss-raw/Component.js +0 -17
- package/markdown/modern-pcss-raw/Component.mobile.d.ts +0 -5
- package/markdown/modern-pcss-raw/Component.mobile.js +0 -15
- package/markdown/modern-pcss-raw/Component.responsive.d.ts +0 -5
- package/markdown/modern-pcss-raw/Component.responsive.js +0 -22
- package/markdown/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/markdown/modern-pcss-raw/desktop/index.js +0 -12
- package/markdown/modern-pcss-raw/hooks/use-overrides.d.ts +0 -0
- package/markdown/modern-pcss-raw/hooks/use-overrides.js +0 -6
- package/markdown/modern-pcss-raw/index.d.ts +0 -2
- package/markdown/modern-pcss-raw/index.js +0 -14
- package/markdown/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/markdown/modern-pcss-raw/mobile/index.js +0 -12
- package/markdown/modern-pcss-raw/remark-plugins/index.d.ts +0 -1
- package/markdown/modern-pcss-raw/remark-plugins/index.js +0 -3
- package/markdown/modern-pcss-raw/remark-plugins/strikethrough.d.ts +0 -5
- package/markdown/modern-pcss-raw/remark-plugins/strikethrough.js +0 -19
- package/markdown/modern-pcss-raw/typings.d.ts +0 -37
- package/markdown/modern-pcss-raw/typings.js +0 -1
- package/masked-input/cssm/index.module.css +0 -3
- package/masked-input/modern-pcss-raw/Component.d.ts +0 -53
- package/masked-input/modern-pcss-raw/Component.js +0 -67
- package/masked-input/modern-pcss-raw/index.d.ts +0 -1
- package/masked-input/modern-pcss-raw/index.js +0 -6
- package/modal/cssm/components/content/desktop.module.css +0 -40
- package/modal/cssm/components/content/index.module.css +0 -38
- package/modal/cssm/components/content/mobile.module.css +0 -34
- package/modal/cssm/components/controls/index.module.css +0 -3
- package/modal/cssm/components/footer/desktop.module.css +0 -48
- package/modal/cssm/components/footer/index.module.css +0 -44
- package/modal/cssm/components/footer/layout.module.css +0 -64
- package/modal/cssm/components/footer/mobile.module.css +0 -34
- package/modal/cssm/components/header/desktop.module.css +0 -73
- package/modal/cssm/components/header/index.module.css +0 -42
- package/modal/cssm/components/header/mobile.module.css +0 -51
- package/modal/cssm/desktop/desktop.module.css +0 -58
- package/modal/cssm/mobile/mobile.module.css +0 -33
- package/modal/cssm/transitions.module.css +0 -24
- package/modal/cssm/vars.css +0 -29
- package/modal/modern-pcss-raw/Component.d.ts +0 -12
- package/modal/modern-pcss-raw/Component.js +0 -64
- package/modal/modern-pcss-raw/Component.responsive.d.ts +0 -17
- package/modal/modern-pcss-raw/Component.responsive.js +0 -29
- package/modal/modern-pcss-raw/Context.d.ts +0 -4
- package/modal/modern-pcss-raw/Context.js +0 -5
- package/modal/modern-pcss-raw/ResponsiveContext.d.ts +0 -5
- package/modal/modern-pcss-raw/ResponsiveContext.js +0 -8
- package/modal/modern-pcss-raw/components/content/Component.d.ts +0 -4
- package/modal/modern-pcss-raw/components/content/Component.js +0 -29
- package/modal/modern-pcss-raw/components/controls/Component.d.ts +0 -29
- package/modal/modern-pcss-raw/components/controls/Component.js +0 -21
- package/modal/modern-pcss-raw/components/controls/index.d.ts +0 -1
- package/modal/modern-pcss-raw/components/controls/index.js +0 -6
- package/modal/modern-pcss-raw/components/footer/Component.d.ts +0 -25
- package/modal/modern-pcss-raw/components/footer/Component.js +0 -36
- package/modal/modern-pcss-raw/components/header/Component.d.ts +0 -5
- package/modal/modern-pcss-raw/components/header/Component.js +0 -41
- package/modal/modern-pcss-raw/consts.d.ts +0 -12
- package/modal/modern-pcss-raw/consts.js +0 -13
- package/modal/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -16
- package/modal/modern-pcss-raw/desktop/Component.desktop.js +0 -25
- package/modal/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/modal/modern-pcss-raw/desktop/index.js +0 -16
- package/modal/modern-pcss-raw/index.d.ts +0 -2
- package/modal/modern-pcss-raw/index.js +0 -17
- package/modal/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -11
- package/modal/modern-pcss-raw/mobile/Component.mobile.js +0 -25
- package/modal/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/modal/modern-pcss-raw/mobile/index.js +0 -16
- package/modal/modern-pcss-raw/shared/index.d.ts +0 -5
- package/modal/modern-pcss-raw/shared/index.js +0 -4
- package/modal/modern-pcss-raw/typings.d.ts +0 -58
- package/modal/modern-pcss-raw/typings.js +0 -1
- package/modal/modern-pcss-raw/utils.d.ts +0 -11
- package/modal/modern-pcss-raw/utils.js +0 -16
- package/mq/modern-pcss-raw/Component.d.ts +0 -21
- package/mq/modern-pcss-raw/Component.js +0 -21
- package/mq/modern-pcss-raw/index.d.ts +0 -2
- package/mq/modern-pcss-raw/index.js +0 -5
- package/mq/modern-pcss-raw/useMatchMedia.d.ts +0 -7
- package/mq/modern-pcss-raw/useMatchMedia.js +0 -35
- package/mq/modern-pcss-raw/utils.d.ts +0 -21
- package/mq/modern-pcss-raw/utils.js +0 -65
- package/navigation-bar/cssm/components/back-arrow-addon/index.module.css +0 -75
- package/navigation-bar/cssm/components/closer/index.module.css +0 -47
- package/navigation-bar/cssm/index.module.css +0 -108
- package/navigation-bar/cssm/vars.css +0 -20
- package/navigation-bar/modern-pcss-raw/Component.d.ts +0 -5
- package/navigation-bar/modern-pcss-raw/Component.js +0 -167
- package/navigation-bar/modern-pcss-raw/components/back-arrow-addon/Component.d.ts +0 -26
- package/navigation-bar/modern-pcss-raw/components/back-arrow-addon/Component.js +0 -23
- package/navigation-bar/modern-pcss-raw/components/back-arrow-addon/index.d.ts +0 -1
- package/navigation-bar/modern-pcss-raw/components/back-arrow-addon/index.js +0 -7
- package/navigation-bar/modern-pcss-raw/components/closer/Component.d.ts +0 -35
- package/navigation-bar/modern-pcss-raw/components/closer/Component.js +0 -20
- package/navigation-bar/modern-pcss-raw/components/closer/index.d.ts +0 -1
- package/navigation-bar/modern-pcss-raw/components/closer/index.js +0 -6
- package/navigation-bar/modern-pcss-raw/index.d.ts +0 -2
- package/navigation-bar/modern-pcss-raw/index.js +0 -15
- package/navigation-bar/modern-pcss-raw/shared/index.d.ts +0 -2
- package/navigation-bar/modern-pcss-raw/shared/index.js +0 -11
- package/navigation-bar/modern-pcss-raw/types.d.ts +0 -118
- package/navigation-bar/modern-pcss-raw/types.js +0 -1
- package/notification/cssm/index.module.css +0 -56
- package/notification/modern-pcss-raw/Component.d.ts +0 -81
- package/notification/modern-pcss-raw/Component.js +0 -95
- package/notification/modern-pcss-raw/index.d.ts +0 -1
- package/notification/modern-pcss-raw/index.js +0 -10
- package/notification/modern-pcss-raw/utils/index.d.ts +0 -4
- package/notification/modern-pcss-raw/utils/index.js +0 -27
- package/notification-manager/cssm/index.module.css +0 -56
- package/notification-manager/modern-pcss-raw/component.d.ts +0 -72
- package/notification-manager/modern-pcss-raw/component.js +0 -30
- package/notification-manager/modern-pcss-raw/components/index.d.ts +0 -1
- package/notification-manager/modern-pcss-raw/components/index.js +0 -3
- package/notification-manager/modern-pcss-raw/components/notification/component.d.ts +0 -12
- package/notification-manager/modern-pcss-raw/components/notification/component.js +0 -30
- package/notification-manager/modern-pcss-raw/components/notification/index.d.ts +0 -1
- package/notification-manager/modern-pcss-raw/components/notification/index.js +0 -3
- package/notification-manager/modern-pcss-raw/index.d.ts +0 -1
- package/notification-manager/modern-pcss-raw/index.js +0 -7
- package/number-input/cssm/components/number-input/default.module.css +0 -23
- package/number-input/cssm/components/number-input/index.module.css +0 -22
- package/number-input/cssm/components/number-input/inverted.module.css +0 -23
- package/number-input/cssm/components/steppers/default.module.css +0 -19
- package/number-input/cssm/components/steppers/index.module.css +0 -29
- package/number-input/cssm/components/steppers/inverted.module.css +0 -19
- package/number-input/modern-pcss-raw/Component.responsive.d.ts +0 -6
- package/number-input/modern-pcss-raw/Component.responsive.js +0 -21
- package/number-input/modern-pcss-raw/components/number-input/Component.d.ts +0 -60
- package/number-input/modern-pcss-raw/components/number-input/Component.js +0 -117
- package/number-input/modern-pcss-raw/components/number-input/index.d.ts +0 -1
- package/number-input/modern-pcss-raw/components/number-input/index.js +0 -12
- package/number-input/modern-pcss-raw/components/steppers/Component.d.ts +0 -15
- package/number-input/modern-pcss-raw/components/steppers/Component.js +0 -33
- package/number-input/modern-pcss-raw/components/steppers/index.d.ts +0 -1
- package/number-input/modern-pcss-raw/components/steppers/index.js +0 -7
- package/number-input/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/number-input/modern-pcss-raw/desktop/Component.desktop.js +0 -17
- package/number-input/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/number-input/modern-pcss-raw/desktop/index.js +0 -14
- package/number-input/modern-pcss-raw/index.d.ts +0 -2
- package/number-input/modern-pcss-raw/index.js +0 -15
- package/number-input/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/number-input/modern-pcss-raw/mobile/Component.mobile.js +0 -17
- package/number-input/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/number-input/modern-pcss-raw/mobile/index.js +0 -14
- package/number-input/modern-pcss-raw/shared/index.d.ts +0 -1
- package/number-input/modern-pcss-raw/shared/index.js +0 -3
- package/number-input/modern-pcss-raw/utils.d.ts +0 -34
- package/number-input/modern-pcss-raw/utils.js +0 -246
- package/pagination/cssm/components/default-view/index.module.css +0 -26
- package/pagination/cssm/components/per-page-view/index.module.css +0 -20
- package/pagination/cssm/components/tag/index.module.css +0 -48
- package/pagination/cssm/index.module.css +0 -32
- package/pagination/modern-pcss-raw/Component.d.ts +0 -41
- package/pagination/modern-pcss-raw/Component.js +0 -33
- package/pagination/modern-pcss-raw/components/default-view/index.d.ts +0 -5
- package/pagination/modern-pcss-raw/components/default-view/index.js +0 -48
- package/pagination/modern-pcss-raw/components/per-page-view/index.d.ts +0 -5
- package/pagination/modern-pcss-raw/components/per-page-view/index.js +0 -12
- package/pagination/modern-pcss-raw/components/tag/index.d.ts +0 -4
- package/pagination/modern-pcss-raw/components/tag/index.js +0 -10
- package/pagination/modern-pcss-raw/index.d.ts +0 -1
- package/pagination/modern-pcss-raw/index.js +0 -9
- package/pass-code/cssm/components/InputProgress/index.module.css +0 -40
- package/pass-code/cssm/components/InputProgress/transitions.module.css +0 -51
- package/pass-code/cssm/components/KeyPad/index.module.css +0 -44
- package/pass-code/cssm/components/KeyPadButton/index.module.css +0 -68
- package/pass-code/cssm/index.module.css +0 -37
- package/pass-code/cssm/vars.css +0 -0
- package/pass-code/modern-pcss-raw/Component.d.ts +0 -58
- package/pass-code/modern-pcss-raw/Component.js +0 -38
- package/pass-code/modern-pcss-raw/components/InputProgress/Component.d.ts +0 -11
- package/pass-code/modern-pcss-raw/components/InputProgress/Component.js +0 -25
- package/pass-code/modern-pcss-raw/components/InputProgress/index.d.ts +0 -1
- package/pass-code/modern-pcss-raw/components/InputProgress/index.js +0 -5
- package/pass-code/modern-pcss-raw/components/KeyPad/Component.d.ts +0 -31
- package/pass-code/modern-pcss-raw/components/KeyPad/Component.js +0 -35
- package/pass-code/modern-pcss-raw/components/KeyPad/index.d.ts +0 -1
- package/pass-code/modern-pcss-raw/components/KeyPad/index.js +0 -7
- package/pass-code/modern-pcss-raw/components/KeyPadButton/Component.d.ts +0 -32
- package/pass-code/modern-pcss-raw/components/KeyPadButton/Component.js +0 -13
- package/pass-code/modern-pcss-raw/components/KeyPadButton/index.d.ts +0 -1
- package/pass-code/modern-pcss-raw/components/KeyPadButton/index.js +0 -4
- package/pass-code/modern-pcss-raw/index.d.ts +0 -2
- package/pass-code/modern-pcss-raw/index.js +0 -11
- package/pass-code/modern-pcss-raw/shared/index.d.ts +0 -1
- package/pass-code/modern-pcss-raw/shared/index.js +0 -2
- package/pass-code/modern-pcss-raw/utils.d.ts +0 -10
- package/pass-code/modern-pcss-raw/utils.js +0 -15
- package/password-input/cssm/index.module.css +0 -26
- package/password-input/modern-pcss-raw/component.d.ts +0 -27
- package/password-input/modern-pcss-raw/component.js +0 -38
- package/password-input/modern-pcss-raw/index.d.ts +0 -1
- package/password-input/modern-pcss-raw/index.js +0 -7
- package/pattern-lock/cssm/components/base-pattern-lock/index.module.css +0 -44
- package/pattern-lock/cssm/desktop/desktop.module.css +0 -27
- package/pattern-lock/cssm/mobile/mobile.module.css +0 -47
- package/pattern-lock/cssm/vars.css +0 -0
- package/pattern-lock/modern-pcss-raw/Component.responsive.d.ts +0 -6
- package/pattern-lock/modern-pcss-raw/Component.responsive.js +0 -20
- package/pattern-lock/modern-pcss-raw/components/base-pattern-lock/Component.d.ts +0 -6
- package/pattern-lock/modern-pcss-raw/components/base-pattern-lock/Component.js +0 -54
- package/pattern-lock/modern-pcss-raw/components/base-pattern-lock/index.d.ts +0 -1
- package/pattern-lock/modern-pcss-raw/components/base-pattern-lock/index.js +0 -8
- package/pattern-lock/modern-pcss-raw/consts.d.ts +0 -11
- package/pattern-lock/modern-pcss-raw/consts.js +0 -27
- package/pattern-lock/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/pattern-lock/modern-pcss-raw/desktop/Component.desktop.js +0 -15
- package/pattern-lock/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/pattern-lock/modern-pcss-raw/desktop/index.js +0 -9
- package/pattern-lock/modern-pcss-raw/hooks/use-pattern-lock-cleanup.d.ts +0 -6
- package/pattern-lock/modern-pcss-raw/hooks/use-pattern-lock-cleanup.js +0 -14
- package/pattern-lock/modern-pcss-raw/index.d.ts +0 -3
- package/pattern-lock/modern-pcss-raw/index.js +0 -12
- package/pattern-lock/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/pattern-lock/modern-pcss-raw/mobile/Component.mobile.js +0 -15
- package/pattern-lock/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/pattern-lock/modern-pcss-raw/mobile/index.js +0 -9
- package/pattern-lock/modern-pcss-raw/shared/index.d.ts +0 -2
- package/pattern-lock/modern-pcss-raw/shared/index.js +0 -5
- package/pattern-lock/modern-pcss-raw/typings.d.ts +0 -91
- package/pattern-lock/modern-pcss-raw/typings.js +0 -1
- package/pattern-lock/modern-pcss-raw/utils.d.ts +0 -16
- package/pattern-lock/modern-pcss-raw/utils.js +0 -98
- package/phone-input/modern-pcss-raw/Component.d.ts +0 -10
- package/phone-input/modern-pcss-raw/Component.js +0 -103
- package/phone-input/modern-pcss-raw/index.d.ts +0 -1
- package/phone-input/modern-pcss-raw/index.js +0 -6
- package/phone-input/modern-pcss-raw/utils/index.d.ts +0 -18
- package/phone-input/modern-pcss-raw/utils/index.js +0 -39
- package/picker-button/cssm/field/index.module.css +0 -30
- package/picker-button/cssm/index.module.css +0 -27
- package/picker-button/cssm/option/index.module.css +0 -27
- package/picker-button/modern-pcss-raw/Component-064acd29.d.ts +0 -56
- package/picker-button/modern-pcss-raw/Component-57569e57.d.ts +0 -5
- package/picker-button/modern-pcss-raw/Component-a5b021bd.d.ts +0 -168
- package/picker-button/modern-pcss-raw/Component-bdb4c6b9.d.ts +0 -12
- package/picker-button/modern-pcss-raw/Component-c44170fe.d.ts +0 -291
- package/picker-button/modern-pcss-raw/Component.desktop-63dec22f.d.ts +0 -6
- package/picker-button/modern-pcss-raw/Component.desktop-ebda875c.d.ts +0 -6
- package/picker-button/modern-pcss-raw/Component.mobile-96988a65.d.ts +0 -6
- package/picker-button/modern-pcss-raw/Component.mobile-ebda875c.d.ts +0 -6
- package/picker-button/modern-pcss-raw/Component.responsive.d.ts +0 -26
- package/picker-button/modern-pcss-raw/Component.responsive.js +0 -26
- package/picker-button/modern-pcss-raw/Context-c2e6f1b2.d.ts +0 -4
- package/picker-button/modern-pcss-raw/ResponsiveContext-88b743b5.d.ts +0 -5
- package/picker-button/modern-pcss-raw/browser-a216f694.d.ts +0 -6
- package/picker-button/modern-pcss-raw/consts-6c9aad46.d.ts +0 -12
- package/picker-button/modern-pcss-raw/consts-ef43bf1b.d.ts +0 -12
- package/picker-button/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -51
- package/picker-button/modern-pcss-raw/desktop/Component.desktop.js +0 -39
- package/picker-button/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/picker-button/modern-pcss-raw/desktop/index.js +0 -13
- package/picker-button/modern-pcss-raw/field/Component.d.ts +0 -12
- package/picker-button/modern-pcss-raw/field/Component.js +0 -45
- package/picker-button/modern-pcss-raw/field/index.d.ts +0 -1
- package/picker-button/modern-pcss-raw/field/index.js +0 -9
- package/picker-button/modern-pcss-raw/index-064acd29.d.ts +0 -13
- package/picker-button/modern-pcss-raw/index-3109f463.d.ts +0 -62
- package/picker-button/modern-pcss-raw/index-63dec22f.d.ts +0 -2
- package/picker-button/modern-pcss-raw/index-96988a65.d.ts +0 -2
- package/picker-button/modern-pcss-raw/index-a5b021bd.d.ts +0 -66
- package/picker-button/modern-pcss-raw/index-bdb4c6b9.d.ts +0 -223
- package/picker-button/modern-pcss-raw/index-c44170fe.d.ts +0 -19
- package/picker-button/modern-pcss-raw/index-ebda875c.d.ts +0 -3
- package/picker-button/modern-pcss-raw/index.d.ts +0 -2
- package/picker-button/modern-pcss-raw/index.js +0 -17
- package/picker-button/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -19
- package/picker-button/modern-pcss-raw/mobile/Component.mobile.js +0 -36
- package/picker-button/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/picker-button/modern-pcss-raw/mobile/index.js +0 -13
- package/picker-button/modern-pcss-raw/option/Component.d.ts +0 -12
- package/picker-button/modern-pcss-raw/option/Component.js +0 -16
- package/picker-button/modern-pcss-raw/option/index.d.ts +0 -1
- package/picker-button/modern-pcss-raw/option/index.js +0 -3
- package/picker-button/modern-pcss-raw/shared/index.d.ts +0 -2
- package/picker-button/modern-pcss-raw/shared/index.js +0 -5
- package/picker-button/modern-pcss-raw/types-1328ead9.d.ts +0 -21
- package/picker-button/modern-pcss-raw/types-667e33fd.d.ts +0 -117
- package/picker-button/modern-pcss-raw/types.d.ts +0 -3
- package/picker-button/modern-pcss-raw/types.js +0 -1
- package/picker-button/modern-pcss-raw/typings-57569e57.d.ts +0 -1057
- package/picker-button/modern-pcss-raw/typings-88b743b5.d.ts +0 -58
- package/picker-button/modern-pcss-raw/use-skeleton-1328ead9.d.ts +0 -40
- package/picker-button/modern-pcss-raw/useCustomWebkitScrollbar-a216f694.d.ts +0 -2
- package/picker-button/modern-pcss-raw/utils/index.d.ts +0 -4
- package/picker-button/modern-pcss-raw/utils/index.js +0 -13
- package/picker-button/modern-pcss-raw/utils-89376c31.d.ts +0 -67
- package/plate/cssm/components/base-plate/index.module.css +0 -211
- package/plate/cssm/desktop/desktop.module.css +0 -28
- package/plate/cssm/mobile/mobile.module.css +0 -27
- package/plate/modern-pcss-raw/Component.responsive.d.ts +0 -18
- package/plate/modern-pcss-raw/Component.responsive.js +0 -21
- package/plate/modern-pcss-raw/components/base-plate/Component.d.ts +0 -112
- package/plate/modern-pcss-raw/components/base-plate/Component.js +0 -97
- package/plate/modern-pcss-raw/components/base-plate/index.d.ts +0 -1
- package/plate/modern-pcss-raw/components/base-plate/index.js +0 -9
- package/plate/modern-pcss-raw/components/button-list/component.d.ts +0 -17
- package/plate/modern-pcss-raw/components/button-list/component.js +0 -20
- package/plate/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/plate/modern-pcss-raw/desktop/Component.desktop.js +0 -16
- package/plate/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/plate/modern-pcss-raw/desktop/index.js +0 -10
- package/plate/modern-pcss-raw/index.d.ts +0 -2
- package/plate/modern-pcss-raw/index.js +0 -13
- package/plate/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/plate/modern-pcss-raw/mobile/Component.mobile.js +0 -16
- package/plate/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/plate/modern-pcss-raw/mobile/index.js +0 -10
- package/popover/cssm/index.module.css +0 -98
- package/popover/modern-pcss-raw/Component.d.ts +0 -101
- package/popover/modern-pcss-raw/Component.js +0 -150
- package/popover/modern-pcss-raw/index.d.ts +0 -1
- package/popover/modern-pcss-raw/index.js +0 -11
- package/popup-sheet/cssm/components/backdrop/index.module.css +0 -35
- package/popup-sheet/cssm/index.module.css +0 -52
- package/popup-sheet/modern-pcss-raw/Component.d.ts +0 -57
- package/popup-sheet/modern-pcss-raw/Component.js +0 -136
- package/popup-sheet/modern-pcss-raw/components/backdrop/Component.d.ts +0 -14
- package/popup-sheet/modern-pcss-raw/components/backdrop/Component.js +0 -15
- package/popup-sheet/modern-pcss-raw/components/backdrop/index.d.ts +0 -1
- package/popup-sheet/modern-pcss-raw/components/backdrop/index.js +0 -3
- package/popup-sheet/modern-pcss-raw/index.d.ts +0 -1
- package/popup-sheet/modern-pcss-raw/index.js +0 -9
- package/popup-sheet/modern-pcss-raw/shared/index.d.ts +0 -1
- package/popup-sheet/modern-pcss-raw/shared/index.js +0 -2
- package/popup-sheet/modern-pcss-raw/utils.d.ts +0 -5
- package/popup-sheet/modern-pcss-raw/utils.js +0 -10
- package/portal/modern-pcss-raw/Component.d.ts +0 -16
- package/portal/modern-pcss-raw/Component.js +0 -22
- package/portal/modern-pcss-raw/index.d.ts +0 -1
- package/portal/modern-pcss-raw/index.js +0 -4
- package/portal/modern-pcss-raw/utils.d.ts +0 -5
- package/portal/modern-pcss-raw/utils.js +0 -19
- package/progress-bar/cssm/index.module.css +0 -85
- package/progress-bar/cssm/vars.css +0 -34
- package/progress-bar/modern-pcss-raw/Component.d.ts +0 -33
- package/progress-bar/modern-pcss-raw/Component.js +0 -19
- package/progress-bar/modern-pcss-raw/index.d.ts +0 -1
- package/progress-bar/modern-pcss-raw/index.js +0 -3
- package/pure-cell/cssm/component-063660c0.js +0 -193
- package/pure-cell/cssm/components/addon/index.module.css +0 -37
- package/pure-cell/cssm/components/amount/index.module.css +0 -20
- package/pure-cell/cssm/components/amount-title/index.module.css +0 -20
- package/pure-cell/cssm/components/category/index.module.css +0 -38
- package/pure-cell/cssm/components/content/index.module.css +0 -23
- package/pure-cell/cssm/components/footer/index.module.css +0 -25
- package/pure-cell/cssm/components/footer-button/index.module.css +0 -18
- package/pure-cell/cssm/components/graphics/index.module.css +0 -49
- package/pure-cell/cssm/components/main/index.module.css +0 -33
- package/pure-cell/cssm/components/text/index.module.css +0 -43
- package/pure-cell/cssm/index.module.css +0 -93
- package/pure-cell/modern/component-0c1c7ebb.d.ts +0 -215
- package/pure-cell/modern-pcss-raw/component-21d7b687.d.ts +0 -120
- package/pure-cell/modern-pcss-raw/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/addon/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/addon/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/addon/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/addon/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/amount/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/amount/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/amount/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/amount/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/amount-title/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/amount-title/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/amount-title/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/amount-title/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/category/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/category/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/category/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/category/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/content/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/content/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/content/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/content/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/footer/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/footer/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/footer/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/footer/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/footer-button/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/footer-button/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/footer-button/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/footer-button/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/footer-text/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/footer-text/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/footer-text/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/footer-text/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/graphics/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/graphics/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/graphics/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/graphics/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/main/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/main/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/main/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/main/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/text/component.d.ts +0 -0
- package/pure-cell/modern-pcss-raw/components/text/component.js +0 -10
- package/pure-cell/modern-pcss-raw/components/text/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/components/text/index.js +0 -10
- package/pure-cell/modern-pcss-raw/components/types.d.ts +0 -21
- package/pure-cell/modern-pcss-raw/components/types.js +0 -1
- package/pure-cell/modern-pcss-raw/components/typesProps.d.ts +0 -46
- package/pure-cell/modern-pcss-raw/components/typesProps.js +0 -1
- package/pure-cell/modern-pcss-raw/index.d.ts +0 -2
- package/pure-cell/modern-pcss-raw/index.js +0 -10
- package/pure-cell/modern-pcss-raw/shared/index.d.ts +0 -1
- package/pure-cell/modern-pcss-raw/shared/index.js +0 -2
- package/pure-cell/modern-pcss-raw/utils.d.ts +0 -20
- package/pure-cell/modern-pcss-raw/utils.js +0 -25
- package/radio/cssm/index.module.css +0 -173
- package/radio/modern-pcss-raw/Component.d.ts +0 -150
- package/radio/modern-pcss-raw/Component.js +0 -40
- package/radio/modern-pcss-raw/index.d.ts +0 -1
- package/radio/modern-pcss-raw/index.js +0 -6
- package/radio-group/cssm/components/base-radio-group/index.module.css +0 -82
- package/radio-group/cssm/desktop/desktop.module.css +0 -33
- package/radio-group/cssm/mobile/mobile.module.css +0 -35
- package/radio-group/cssm/vars.css +0 -19
- package/radio-group/modern-pcss-raw/Component.responsive.d.ts +0 -18
- package/radio-group/modern-pcss-raw/Component.responsive.js +0 -16
- package/radio-group/modern-pcss-raw/components/base-radio-group/Component.d.ts +0 -78
- package/radio-group/modern-pcss-raw/components/base-radio-group/Component.js +0 -59
- package/radio-group/modern-pcss-raw/components/base-radio-group/index.d.ts +0 -1
- package/radio-group/modern-pcss-raw/components/base-radio-group/index.js +0 -4
- package/radio-group/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/radio-group/modern-pcss-raw/desktop/Component.desktop.js +0 -11
- package/radio-group/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/radio-group/modern-pcss-raw/desktop/index.js +0 -5
- package/radio-group/modern-pcss-raw/index.d.ts +0 -2
- package/radio-group/modern-pcss-raw/index.js +0 -8
- package/radio-group/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/radio-group/modern-pcss-raw/mobile/Component.mobile.js +0 -11
- package/radio-group/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/radio-group/modern-pcss-raw/mobile/index.js +0 -5
- package/scrollbar/cssm/default.module.css +0 -25
- package/scrollbar/cssm/index.module.css +0 -187
- package/scrollbar/cssm/inverted.module.css +0 -26
- package/scrollbar/modern-pcss-raw/Component.d.ts +0 -98
- package/scrollbar/modern-pcss-raw/Component.js +0 -920
- package/scrollbar/modern-pcss-raw/index.d.ts +0 -1
- package/scrollbar/modern-pcss-raw/index.js +0 -9
- package/segmented-control/cssm/components/segment/default.module.css +0 -22
- package/segmented-control/cssm/components/segment/index.module.css +0 -50
- package/segmented-control/cssm/components/segment/inverted.module.css +0 -22
- package/segmented-control/cssm/default.module.css +0 -26
- package/segmented-control/cssm/index.module.css +0 -71
- package/segmented-control/cssm/inverted.module.css +0 -26
- package/segmented-control/modern-pcss-raw/Component.d.ts +0 -53
- package/segmented-control/modern-pcss-raw/Component.js +0 -74
- package/segmented-control/modern-pcss-raw/components/index.d.ts +0 -1
- package/segmented-control/modern-pcss-raw/components/index.js +0 -6
- package/segmented-control/modern-pcss-raw/components/segment/Component.d.ts +0 -32
- package/segmented-control/modern-pcss-raw/components/segment/Component.js +0 -30
- package/segmented-control/modern-pcss-raw/components/segment/index.d.ts +0 -1
- package/segmented-control/modern-pcss-raw/components/segment/index.js +0 -6
- package/segmented-control/modern-pcss-raw/context.d.ts +0 -8
- package/segmented-control/modern-pcss-raw/context.js +0 -8
- package/segmented-control/modern-pcss-raw/index.d.ts +0 -2
- package/segmented-control/modern-pcss-raw/index.js +0 -8
- package/segmented-control/modern-pcss-raw/typing.d.ts +0 -2
- package/segmented-control/modern-pcss-raw/typing.js +0 -1
- package/select/cssm/components/arrow/index.module.css +0 -37
- package/select/cssm/components/base-checkmark/index.module.css +0 -35
- package/select/cssm/components/base-option/index.module.css +0 -89
- package/select/cssm/components/base-select/index.module.css +0 -92
- package/select/cssm/components/base-select/mobile.module.css +0 -55
- package/select/cssm/components/checkmark/index.module.css +0 -69
- package/select/cssm/components/checkmark-mobile/index.module.css +0 -43
- package/select/cssm/components/field/index.module.css +0 -82
- package/select/cssm/components/footer/index.module.css +0 -41
- package/select/cssm/components/optgroup/index.module.css +0 -61
- package/select/cssm/components/option/index.module.css +0 -121
- package/select/cssm/components/options-list/index.module.css +0 -59
- package/select/cssm/components/search/index.module.css +0 -27
- package/select/cssm/components/virtual-options-list/index.module.css +0 -85
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +0 -25
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +0 -22
- package/select/cssm/presets/useSelectWithLoading/index.module.css +0 -7
- package/select/cssm/vars.css +0 -10
- package/select/hook-8f58d9d9.js +0 -142
- package/select/modern/hook-68ed3b1a.d.ts +0 -16
- package/select/modern-pcss-raw/Component.responsive.d.ts +0 -7
- package/select/modern-pcss-raw/Component.responsive.js +0 -61
- package/select/modern-pcss-raw/components/arrow/Component.d.ts +0 -5
- package/select/modern-pcss-raw/components/arrow/Component.js +0 -10
- package/select/modern-pcss-raw/components/arrow/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/arrow/index.js +0 -4
- package/select/modern-pcss-raw/components/base-checkmark/Component.d.ts +0 -5
- package/select/modern-pcss-raw/components/base-checkmark/Component.js +0 -17
- package/select/modern-pcss-raw/components/base-checkmark/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/base-checkmark/index.js +0 -5
- package/select/modern-pcss-raw/components/base-option/Component.d.ts +0 -4
- package/select/modern-pcss-raw/components/base-option/Component.js +0 -34
- package/select/modern-pcss-raw/components/base-option/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/base-option/index.js +0 -6
- package/select/modern-pcss-raw/components/base-select/Component.d.ts +0 -20
- package/select/modern-pcss-raw/components/base-select/Component.js +0 -423
- package/select/modern-pcss-raw/components/base-select/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/base-select/index.js +0 -11
- package/select/modern-pcss-raw/components/checkmark/Component.d.ts +0 -5
- package/select/modern-pcss-raw/components/checkmark/Component.js +0 -22
- package/select/modern-pcss-raw/components/checkmark/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/checkmark/index.js +0 -7
- package/select/modern-pcss-raw/components/checkmark-mobile/Component.d.ts +0 -5
- package/select/modern-pcss-raw/components/checkmark-mobile/Component.js +0 -13
- package/select/modern-pcss-raw/components/checkmark-mobile/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/checkmark-mobile/index.js +0 -4
- package/select/modern-pcss-raw/components/field/Component.d.ts +0 -13
- package/select/modern-pcss-raw/components/field/Component.js +0 -35
- package/select/modern-pcss-raw/components/field/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/field/index.js +0 -6
- package/select/modern-pcss-raw/components/footer/Component.d.ts +0 -12
- package/select/modern-pcss-raw/components/footer/Component.js +0 -24
- package/select/modern-pcss-raw/components/footer/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/footer/index.js +0 -6
- package/select/modern-pcss-raw/components/index.d.ts +0 -9
- package/select/modern-pcss-raw/components/index.js +0 -33
- package/select/modern-pcss-raw/components/native-select/Component.d.ts +0 -25
- package/select/modern-pcss-raw/components/native-select/Component.js +0 -14
- package/select/modern-pcss-raw/components/native-select/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/native-select/index.js +0 -4
- package/select/modern-pcss-raw/components/optgroup/Component.d.ts +0 -5
- package/select/modern-pcss-raw/components/optgroup/Component.js +0 -13
- package/select/modern-pcss-raw/components/optgroup/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/optgroup/index.js +0 -4
- package/select/modern-pcss-raw/components/option/Component.d.ts +0 -4
- package/select/modern-pcss-raw/components/option/Component.js +0 -29
- package/select/modern-pcss-raw/components/option/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/option/index.js +0 -10
- package/select/modern-pcss-raw/components/options-list/Component.d.ts +0 -5
- package/select/modern-pcss-raw/components/options-list/Component.js +0 -73
- package/select/modern-pcss-raw/components/options-list/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/options-list/index.js +0 -10
- package/select/modern-pcss-raw/components/search/Component.d.ts +0 -5
- package/select/modern-pcss-raw/components/search/Component.js +0 -11
- package/select/modern-pcss-raw/components/search/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/search/index.js +0 -5
- package/select/modern-pcss-raw/components/virtual-options-list/Component.d.ts +0 -5
- package/select/modern-pcss-raw/components/virtual-options-list/Component.js +0 -131
- package/select/modern-pcss-raw/components/virtual-options-list/index.d.ts +0 -1
- package/select/modern-pcss-raw/components/virtual-options-list/index.js +0 -11
- package/select/modern-pcss-raw/consts.d.ts +0 -12
- package/select/modern-pcss-raw/consts.js +0 -13
- package/select/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/select/modern-pcss-raw/desktop/Component.desktop.js +0 -38
- package/select/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/select/modern-pcss-raw/desktop/index.js +0 -32
- package/select/modern-pcss-raw/hook-d4f77aed.d.ts +0 -108
- package/select/modern-pcss-raw/index.d.ts +0 -2
- package/select/modern-pcss-raw/index.js +0 -47
- package/select/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -5
- package/select/modern-pcss-raw/mobile/Component.mobile.js +0 -82
- package/select/modern-pcss-raw/mobile/Component.modal.mobile.d.ts +0 -4
- package/select/modern-pcss-raw/mobile/Component.modal.mobile.js +0 -46
- package/select/modern-pcss-raw/mobile/index.d.ts +0 -3
- package/select/modern-pcss-raw/mobile/index.js +0 -43
- package/select/modern-pcss-raw/presets/index.d.ts +0 -3
- package/select/modern-pcss-raw/presets/index.js +0 -25
- package/select/modern-pcss-raw/presets/useLazyLoading/hook.d.ts +0 -48
- package/select/modern-pcss-raw/presets/useLazyLoading/hook.js +0 -223
- package/select/modern-pcss-raw/presets/useSelectWithApply/hook.d.ts +0 -0
- package/select/modern-pcss-raw/presets/useSelectWithApply/hook.js +0 -15
- package/select/modern-pcss-raw/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +0 -0
- package/select/modern-pcss-raw/presets/useSelectWithApply/options-list-with-apply/Component.js +0 -15
- package/select/modern-pcss-raw/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +0 -12
- package/select/modern-pcss-raw/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +0 -14
- package/select/modern-pcss-raw/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +0 -11
- package/select/modern-pcss-raw/presets/useSelectWithApply/options-list-with-apply/header/Component.js +0 -11
- package/select/modern-pcss-raw/presets/useSelectWithApply/options-list-with-apply/index.d.ts +0 -1
- package/select/modern-pcss-raw/presets/useSelectWithApply/options-list-with-apply/index.js +0 -15
- package/select/modern-pcss-raw/presets/useSelectWithLoading/hook.d.ts +0 -13
- package/select/modern-pcss-raw/presets/useSelectWithLoading/hook.js +0 -33
- package/select/modern-pcss-raw/shared/index.d.ts +0 -13
- package/select/modern-pcss-raw/shared/index.js +0 -44
- package/select/modern-pcss-raw/typings.d.ts +0 -667
- package/select/modern-pcss-raw/typings.js +0 -1
- package/select/modern-pcss-raw/utils.d.ts +0 -67
- package/select/modern-pcss-raw/utils.js +0 -139
- package/select-with-tags/cssm/components/tag/index.module.css +0 -87
- package/select-with-tags/cssm/components/tag-list/index.module.css +0 -131
- package/select-with-tags/modern-pcss-raw/Component.responsive.d.ts +0 -22
- package/select-with-tags/modern-pcss-raw/Component.responsive.js +0 -24
- package/select-with-tags/modern-pcss-raw/components/base-select-with-tags/Component.d.ts +0 -32
- package/select-with-tags/modern-pcss-raw/components/base-select-with-tags/Component.js +0 -133
- package/select-with-tags/modern-pcss-raw/components/base-select-with-tags/index.d.ts +0 -1
- package/select-with-tags/modern-pcss-raw/components/base-select-with-tags/index.js +0 -12
- package/select-with-tags/modern-pcss-raw/components/tag/component.d.ts +0 -3
- package/select-with-tags/modern-pcss-raw/components/tag/component.js +0 -24
- package/select-with-tags/modern-pcss-raw/components/tag/index.d.ts +0 -1
- package/select-with-tags/modern-pcss-raw/components/tag/index.js +0 -5
- package/select-with-tags/modern-pcss-raw/components/tag-list/component.d.ts +0 -21
- package/select-with-tags/modern-pcss-raw/components/tag-list/component.js +0 -131
- package/select-with-tags/modern-pcss-raw/components/tag-list/index.d.ts +0 -1
- package/select-with-tags/modern-pcss-raw/components/tag-list/index.js +0 -9
- package/select-with-tags/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -5
- package/select-with-tags/modern-pcss-raw/desktop/Component.desktop.js +0 -18
- package/select-with-tags/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/select-with-tags/modern-pcss-raw/desktop/index.js +0 -15
- package/select-with-tags/modern-pcss-raw/index.d.ts +0 -2
- package/select-with-tags/modern-pcss-raw/index.js +0 -18
- package/select-with-tags/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -5
- package/select-with-tags/modern-pcss-raw/mobile/Component.mobile.js +0 -18
- package/select-with-tags/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/select-with-tags/modern-pcss-raw/mobile/index.js +0 -15
- package/select-with-tags/modern-pcss-raw/types.d.ts +0 -71
- package/select-with-tags/modern-pcss-raw/types.js +0 -1
- package/select-with-tags/modern-pcss-raw/utils/calculate-collapse-size.d.ts +0 -2
- package/select-with-tags/modern-pcss-raw/utils/calculate-collapse-size.js +0 -42
- package/select-with-tags/modern-pcss-raw/utils/index.d.ts +0 -1
- package/select-with-tags/modern-pcss-raw/utils/index.js +0 -2
- package/select-with-tags/modern-pcss-raw/utils/match.d.ts +0 -4
- package/select-with-tags/modern-pcss-raw/utils/match.js +0 -25
- package/shared/modern-pcss-raw/browser.d.ts +0 -6
- package/shared/modern-pcss-raw/browser.js +0 -33
- package/shared/modern-pcss-raw/createPaddingStyle.d.ts +0 -10
- package/shared/modern-pcss-raw/createPaddingStyle.js +0 -16
- package/shared/modern-pcss-raw/dom.d.ts +0 -7
- package/shared/modern-pcss-raw/dom.js +0 -8
- package/shared/modern-pcss-raw/easingFns.d.ts +0 -5
- package/shared/modern-pcss-raw/easingFns.js +0 -8
- package/shared/modern-pcss-raw/fnUtils.d.ts +0 -15
- package/shared/modern-pcss-raw/fnUtils.js +0 -21
- package/shared/modern-pcss-raw/getDataTestId.d.ts +0 -3
- package/shared/modern-pcss-raw/getDataTestId.js +0 -6
- package/shared/modern-pcss-raw/hooks/index.d.ts +0 -5
- package/shared/modern-pcss-raw/hooks/index.js +0 -11
- package/shared/modern-pcss-raw/hooks/useCustomWebkitScrollbar.d.ts +0 -2
- package/shared/modern-pcss-raw/hooks/useCustomWebkitScrollbar.js +0 -16
- package/shared/modern-pcss-raw/index.d.ts +0 -10
- package/shared/modern-pcss-raw/index.js +0 -13
- package/shared/modern-pcss-raw/isClient.d.ts +0 -2
- package/shared/modern-pcss-raw/isClient.js +0 -3
- package/shared/modern-pcss-raw/maskUtils.d.ts +0 -19
- package/shared/modern-pcss-raw/maskUtils.js +0 -108
- package/shared/modern-pcss-raw/os.d.ts +0 -7
- package/shared/modern-pcss-raw/os.js +0 -19
- package/side-panel/cssm/components/content/desktop.module.css +0 -36
- package/side-panel/cssm/components/content/index.module.css +0 -38
- package/side-panel/cssm/components/content/mobile.module.css +0 -34
- package/side-panel/cssm/components/controls/index.module.css +0 -3
- package/side-panel/cssm/components/footer/desktop.module.css +0 -36
- package/side-panel/cssm/components/footer/index.module.css +0 -45
- package/side-panel/cssm/components/footer/layout.module.css +0 -64
- package/side-panel/cssm/components/footer/mobile.module.css +0 -34
- package/side-panel/cssm/components/header/desktop.module.css +0 -50
- package/side-panel/cssm/components/header/index.module.css +0 -73
- package/side-panel/cssm/components/header/mobile.module.css +0 -50
- package/side-panel/cssm/desktop/desktop.module.css +0 -34
- package/side-panel/cssm/desktop/transitions.desktop.module.css +0 -32
- package/side-panel/cssm/mobile/mobile.module.css +0 -44
- package/side-panel/cssm/mobile/transitions.mobile.module.css +0 -24
- package/side-panel/cssm/vars.css +0 -29
- package/side-panel/modern-pcss-raw/Component.responsive.d.ts +0 -52
- package/side-panel/modern-pcss-raw/Component.responsive.js +0 -50
- package/side-panel/modern-pcss-raw/Context.d.ts +0 -4
- package/side-panel/modern-pcss-raw/Context.js +0 -5
- package/side-panel/modern-pcss-raw/ResponsiveContext.d.ts +0 -5
- package/side-panel/modern-pcss-raw/ResponsiveContext.js +0 -5
- package/side-panel/modern-pcss-raw/components/content/Component.d.ts +0 -17
- package/side-panel/modern-pcss-raw/components/content/Component.desktop.d.ts +0 -10
- package/side-panel/modern-pcss-raw/components/content/Component.desktop.js +0 -15
- package/side-panel/modern-pcss-raw/components/content/Component.js +0 -19
- package/side-panel/modern-pcss-raw/components/content/Component.mobile.d.ts +0 -5
- package/side-panel/modern-pcss-raw/components/content/Component.mobile.js +0 -14
- package/side-panel/modern-pcss-raw/components/controls/Component.d.ts +0 -29
- package/side-panel/modern-pcss-raw/components/controls/Component.js +0 -22
- package/side-panel/modern-pcss-raw/components/controls/index.d.ts +0 -1
- package/side-panel/modern-pcss-raw/components/controls/index.js +0 -6
- package/side-panel/modern-pcss-raw/components/footer/Component.d.ts +0 -29
- package/side-panel/modern-pcss-raw/components/footer/Component.desktop.d.ts +0 -10
- package/side-panel/modern-pcss-raw/components/footer/Component.desktop.js +0 -18
- package/side-panel/modern-pcss-raw/components/footer/Component.js +0 -24
- package/side-panel/modern-pcss-raw/components/footer/Component.mobile.d.ts +0 -5
- package/side-panel/modern-pcss-raw/components/footer/Component.mobile.js +0 -17
- package/side-panel/modern-pcss-raw/components/header/Component.d.ts +0 -5
- package/side-panel/modern-pcss-raw/components/header/Component.js +0 -40
- package/side-panel/modern-pcss-raw/consts.d.ts +0 -5
- package/side-panel/modern-pcss-raw/consts.js +0 -6
- package/side-panel/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -36
- package/side-panel/modern-pcss-raw/desktop/Component.desktop.js +0 -59
- package/side-panel/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/side-panel/modern-pcss-raw/desktop/index.js +0 -18
- package/side-panel/modern-pcss-raw/index.d.ts +0 -2
- package/side-panel/modern-pcss-raw/index.js +0 -23
- package/side-panel/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -24
- package/side-panel/modern-pcss-raw/mobile/Component.mobile.js +0 -41
- package/side-panel/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/side-panel/modern-pcss-raw/mobile/index.js +0 -16
- package/side-panel/modern-pcss-raw/shared/index.d.ts +0 -2
- package/side-panel/modern-pcss-raw/shared/index.js +0 -4
- package/side-panel/modern-pcss-raw/typings.d.ts +0 -7
- package/side-panel/modern-pcss-raw/typings.js +0 -1
- package/side-panel/modern-pcss-raw/utils.d.ts +0 -11
- package/side-panel/modern-pcss-raw/utils.js +0 -16
- package/skeleton/cssm/index.module.css +0 -102
- package/skeleton/cssm/stories.module.css +0 -57
- package/skeleton/modern-pcss-raw/Component.d.ts +0 -31
- package/skeleton/modern-pcss-raw/Component.js +0 -14
- package/skeleton/modern-pcss-raw/index.d.ts +0 -1
- package/skeleton/modern-pcss-raw/index.js +0 -3
- package/slider/cssm/index.module.css +0 -143
- package/slider/cssm/vars.css +0 -19
- package/slider/modern-pcss-raw/Component.d.ts +0 -97
- package/slider/modern-pcss-raw/Component.js +0 -102
- package/slider/modern-pcss-raw/index.d.ts +0 -1
- package/slider/modern-pcss-raw/index.js +0 -4
- package/slider-input/cssm/index.module.css +0 -164
- package/slider-input/modern-pcss-raw/Component.d.ts +0 -186
- package/slider-input/modern-pcss-raw/Component.js +0 -48
- package/slider-input/modern-pcss-raw/index.d.ts +0 -1
- package/slider-input/modern-pcss-raw/index.js +0 -5
- package/sortable-list/cssm/components/item/index.module.css +0 -84
- package/sortable-list/cssm/index.module.css +0 -87
- package/sortable-list/modern-pcss-raw/Component.d.ts +0 -5
- package/sortable-list/modern-pcss-raw/Component.js +0 -93
- package/sortable-list/modern-pcss-raw/components/item/Components.d.ts +0 -5
- package/sortable-list/modern-pcss-raw/components/item/Components.js +0 -40
- package/sortable-list/modern-pcss-raw/index.d.ts +0 -2
- package/sortable-list/modern-pcss-raw/index.js +0 -11
- package/sortable-list/modern-pcss-raw/shared/index.d.ts +0 -1
- package/sortable-list/modern-pcss-raw/shared/index.js +0 -2
- package/sortable-list/modern-pcss-raw/types.d.ts +0 -111
- package/sortable-list/modern-pcss-raw/types.js +0 -1
- package/sortable-list/modern-pcss-raw/utils.d.ts +0 -10
- package/sortable-list/modern-pcss-raw/utils.js +0 -38
- package/space/cssm/index.module.css +0 -36
- package/space/modern-pcss-raw/Component.d.ts +0 -52
- package/space/modern-pcss-raw/Component.js +0 -49
- package/space/modern-pcss-raw/Item.d.ts +0 -18
- package/space/modern-pcss-raw/Item.js +0 -27
- package/space/modern-pcss-raw/index.d.ts +0 -1
- package/space/modern-pcss-raw/index.js +0 -4
- package/space/modern-pcss-raw/utils.d.ts +0 -11
- package/space/modern-pcss-raw/utils.js +0 -9
- package/spinner/cssm/default.module.css +0 -21
- package/spinner/cssm/index.module.css +0 -44
- package/spinner/cssm/inverted.module.css +0 -21
- package/spinner/modern-pcss-raw/Component.d.ts +0 -38
- package/spinner/modern-pcss-raw/Component.js +0 -83
- package/spinner/modern-pcss-raw/index.d.ts +0 -1
- package/spinner/modern-pcss-raw/index.js +0 -4
- package/stack/modern-pcss-raw/component.d.ts +0 -15
- package/stack/modern-pcss-raw/component.js +0 -11
- package/stack/modern-pcss-raw/context.d.ts +0 -29
- package/stack/modern-pcss-raw/context.js +0 -31
- package/stack/modern-pcss-raw/index.d.ts +0 -2
- package/stack/modern-pcss-raw/index.js +0 -3
- package/status/cssm/index.module.css +0 -95
- package/status/modern-pcss-raw/Component.d.ts +0 -26
- package/status/modern-pcss-raw/Component.js +0 -10
- package/status/modern-pcss-raw/index.d.ts +0 -1
- package/status/modern-pcss-raw/index.js +0 -3
- package/status-badge/cssm/default.module.css +0 -32
- package/status-badge/cssm/index.module.css +0 -49
- package/status-badge/cssm/inverted.module.css +0 -32
- package/status-badge/modern-pcss-raw/Component.d.ts +0 -27
- package/status-badge/modern-pcss-raw/Component.js +0 -94
- package/status-badge/modern-pcss-raw/index.d.ts +0 -1
- package/status-badge/modern-pcss-raw/index.js +0 -16
- package/stepped-progress-bar/cssm/components/step-bar/index.module.css +0 -75
- package/stepped-progress-bar/cssm/default.module.css +0 -22
- package/stepped-progress-bar/cssm/index.module.css +0 -26
- package/stepped-progress-bar/cssm/inverted.module.css +0 -22
- package/stepped-progress-bar/modern-pcss-raw/Component.d.ts +0 -34
- package/stepped-progress-bar/modern-pcss-raw/Component.js +0 -33
- package/stepped-progress-bar/modern-pcss-raw/components/step-bar/Component.d.ts +0 -9
- package/stepped-progress-bar/modern-pcss-raw/components/step-bar/Component.js +0 -9
- package/stepped-progress-bar/modern-pcss-raw/components/step-bar/index.d.ts +0 -1
- package/stepped-progress-bar/modern-pcss-raw/components/step-bar/index.js +0 -3
- package/stepped-progress-bar/modern-pcss-raw/index.d.ts +0 -1
- package/stepped-progress-bar/modern-pcss-raw/index.js +0 -5
- package/steps/cssm/components/step/index.module.css +0 -136
- package/steps/cssm/components/step-indicator/index.module.css +0 -3
- package/steps/cssm/index.module.css +0 -23
- package/steps/modern-pcss-raw/Component.d.ts +0 -99
- package/steps/modern-pcss-raw/Component.js +0 -48
- package/steps/modern-pcss-raw/components/step/Component.d.ts +0 -80
- package/steps/modern-pcss-raw/components/step/Component.js +0 -92
- package/steps/modern-pcss-raw/components/step/index.d.ts +0 -1
- package/steps/modern-pcss-raw/components/step/index.js +0 -9
- package/steps/modern-pcss-raw/components/step-indicator/Component.d.ts +0 -6
- package/steps/modern-pcss-raw/components/step-indicator/Component.js +0 -10
- package/steps/modern-pcss-raw/components/step-indicator/index.d.ts +0 -1
- package/steps/modern-pcss-raw/components/step-indicator/index.js +0 -4
- package/steps/modern-pcss-raw/index.d.ts +0 -1
- package/steps/modern-pcss-raw/index.js +0 -10
- package/switch/cssm/index.module.css +0 -159
- package/switch/modern-pcss-raw/Component.d.ts +0 -115
- package/switch/modern-pcss-raw/Component.js +0 -37
- package/switch/modern-pcss-raw/index.d.ts +0 -1
- package/switch/modern-pcss-raw/index.js +0 -6
- package/system-message/cssm/components/caption/index.module.css +0 -24
- package/system-message/cssm/components/controls/index.module.css +0 -37
- package/system-message/cssm/components/graphic/index.module.css +0 -20
- package/system-message/cssm/components/subtitle/index.module.css +0 -24
- package/system-message/cssm/components/title/desktop.module.css +0 -24
- package/system-message/cssm/components/title/index.module.css +0 -27
- package/system-message/cssm/components/title/mobile.module.css +0 -24
- package/system-message/cssm/index.module.css +0 -26
- package/system-message/cssm/mobile/mobile.module.css +0 -19
- package/system-message/modern-pcss-raw/Component.d.ts +0 -5
- package/system-message/modern-pcss-raw/Component.js +0 -43
- package/system-message/modern-pcss-raw/Components.responsive.d.ts +0 -33
- package/system-message/modern-pcss-raw/Components.responsive.js +0 -22
- package/system-message/modern-pcss-raw/Context.d.ts +0 -5
- package/system-message/modern-pcss-raw/Context.js +0 -7
- package/system-message/modern-pcss-raw/components/caption/Component.d.ts +0 -19
- package/system-message/modern-pcss-raw/components/caption/Component.js +0 -15
- package/system-message/modern-pcss-raw/components/caption/index.d.ts +0 -1
- package/system-message/modern-pcss-raw/components/caption/index.js +0 -5
- package/system-message/modern-pcss-raw/components/controls/Component.d.ts +0 -23
- package/system-message/modern-pcss-raw/components/controls/Component.js +0 -26
- package/system-message/modern-pcss-raw/components/controls/index.d.ts +0 -1
- package/system-message/modern-pcss-raw/components/controls/index.js +0 -5
- package/system-message/modern-pcss-raw/components/graphic/Component.d.ts +0 -19
- package/system-message/modern-pcss-raw/components/graphic/Component.js +0 -15
- package/system-message/modern-pcss-raw/components/graphic/index.d.ts +0 -1
- package/system-message/modern-pcss-raw/components/graphic/index.js +0 -5
- package/system-message/modern-pcss-raw/components/subtitle/Component.d.ts +0 -19
- package/system-message/modern-pcss-raw/components/subtitle/Component.js +0 -15
- package/system-message/modern-pcss-raw/components/subtitle/index.d.ts +0 -1
- package/system-message/modern-pcss-raw/components/subtitle/index.js +0 -5
- package/system-message/modern-pcss-raw/components/title/Component.d.ts +0 -24
- package/system-message/modern-pcss-raw/components/title/Component.js +0 -27
- package/system-message/modern-pcss-raw/components/title/index.d.ts +0 -1
- package/system-message/modern-pcss-raw/components/title/index.js +0 -5
- package/system-message/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -33
- package/system-message/modern-pcss-raw/desktop/Component.desktop.js +0 -16
- package/system-message/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/system-message/modern-pcss-raw/desktop/index.js +0 -12
- package/system-message/modern-pcss-raw/index-064acd29.d.ts +0 -13
- package/system-message/modern-pcss-raw/index.d.ts +0 -2
- package/system-message/modern-pcss-raw/index.js +0 -13
- package/system-message/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -33
- package/system-message/modern-pcss-raw/mobile/Component.mobile.js +0 -16
- package/system-message/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/system-message/modern-pcss-raw/mobile/index.js +0 -12
- package/system-message/modern-pcss-raw/shared/index.d.ts +0 -1
- package/system-message/modern-pcss-raw/shared/index.js +0 -10
- package/system-message/modern-pcss-raw/types.d.ts +0 -41
- package/system-message/modern-pcss-raw/types.js +0 -1
- package/system-message/modern-pcss-raw/utils.d.ts +0 -39
- package/system-message/modern-pcss-raw/utils.js +0 -31
- package/tab-bar/cssm/components/tab/index.module.css +0 -70
- package/tab-bar/cssm/index.module.css +0 -31
- package/tab-bar/modern-pcss-raw/Component.d.ts +0 -7
- package/tab-bar/modern-pcss-raw/Component.js +0 -25
- package/tab-bar/modern-pcss-raw/components/tab/Component.d.ts +0 -5
- package/tab-bar/modern-pcss-raw/components/tab/Component.js +0 -27
- package/tab-bar/modern-pcss-raw/components/tab/index.d.ts +0 -1
- package/tab-bar/modern-pcss-raw/components/tab/index.js +0 -5
- package/tab-bar/modern-pcss-raw/index.d.ts +0 -2
- package/tab-bar/modern-pcss-raw/index.js +0 -7
- package/tab-bar/modern-pcss-raw/shared/index.d.ts +0 -1
- package/tab-bar/modern-pcss-raw/shared/index.js +0 -2
- package/tab-bar/modern-pcss-raw/types.d.ts +0 -99
- package/tab-bar/modern-pcss-raw/types.js +0 -1
- package/tab-bar/modern-pcss-raw/utils.d.ts +0 -5
- package/tab-bar/modern-pcss-raw/utils.js +0 -10
- package/table/cssm/components/pagination/index.module.css +0 -49
- package/table/cssm/components/pagination/select-field/index.module.css +0 -23
- package/table/cssm/components/table/index.module.css +0 -40
- package/table/cssm/components/tbody/index.module.css +0 -19
- package/table/cssm/components/tcell/index.module.css +0 -48
- package/table/cssm/components/texpandable-row/index.module.css +0 -28
- package/table/cssm/components/thead/index.module.css +0 -39
- package/table/cssm/components/thead-cell/index.module.css +0 -57
- package/table/cssm/components/trow/index.module.css +0 -37
- package/table/cssm/components/tsortable-head-cell/index.module.css +0 -46
- package/table/modern-pcss-raw/component.d.ts +0 -21
- package/table/modern-pcss-raw/component.js +0 -34
- package/table/modern-pcss-raw/components/index.d.ts +0 -9
- package/table/modern-pcss-raw/components/index.js +0 -21
- package/table/modern-pcss-raw/components/pagination/Component.d.ts +0 -26
- package/table/modern-pcss-raw/components/pagination/Component.js +0 -36
- package/table/modern-pcss-raw/components/pagination/index.d.ts +0 -1
- package/table/modern-pcss-raw/components/pagination/index.js +0 -8
- package/table/modern-pcss-raw/components/pagination/select-field/index.d.ts +0 -3
- package/table/modern-pcss-raw/components/pagination/select-field/index.js +0 -14
- package/table/modern-pcss-raw/components/table/Component.d.ts +0 -72
- package/table/modern-pcss-raw/components/table/Component.js +0 -36
- package/table/modern-pcss-raw/components/table/index.d.ts +0 -1
- package/table/modern-pcss-raw/components/table/index.js +0 -7
- package/table/modern-pcss-raw/components/table/utils.d.ts +0 -5
- package/table/modern-pcss-raw/components/table/utils.js +0 -18
- package/table/modern-pcss-raw/components/table-context/index.d.ts +0 -20
- package/table/modern-pcss-raw/components/table-context/index.js +0 -12
- package/table/modern-pcss-raw/components/tbody/Component.d.ts +0 -15
- package/table/modern-pcss-raw/components/tbody/Component.js +0 -9
- package/table/modern-pcss-raw/components/tbody/index.d.ts +0 -1
- package/table/modern-pcss-raw/components/tbody/index.js +0 -3
- package/table/modern-pcss-raw/components/tcell/Component.d.ts +0 -19
- package/table/modern-pcss-raw/components/tcell/Component.js +0 -19
- package/table/modern-pcss-raw/components/tcell/index.d.ts +0 -1
- package/table/modern-pcss-raw/components/tcell/index.js +0 -4
- package/table/modern-pcss-raw/components/texpandable-row/Component.d.ts +0 -12
- package/table/modern-pcss-raw/components/texpandable-row/Component.js +0 -26
- package/table/modern-pcss-raw/components/texpandable-row/index.d.ts +0 -1
- package/table/modern-pcss-raw/components/texpandable-row/index.js +0 -4
- package/table/modern-pcss-raw/components/thead/Component.d.ts +0 -19
- package/table/modern-pcss-raw/components/thead/Component.js +0 -10
- package/table/modern-pcss-raw/components/thead/index.d.ts +0 -1
- package/table/modern-pcss-raw/components/thead/index.js +0 -3
- package/table/modern-pcss-raw/components/thead-cell/Component.d.ts +0 -28
- package/table/modern-pcss-raw/components/thead-cell/Component.js +0 -17
- package/table/modern-pcss-raw/components/thead-cell/index.d.ts +0 -1
- package/table/modern-pcss-raw/components/thead-cell/index.js +0 -4
- package/table/modern-pcss-raw/components/trow/Component.d.ts +0 -29
- package/table/modern-pcss-raw/components/trow/Component.js +0 -13
- package/table/modern-pcss-raw/components/trow/index.d.ts +0 -1
- package/table/modern-pcss-raw/components/trow/index.js +0 -3
- package/table/modern-pcss-raw/components/tsortable-head-cell/Component.d.ts +0 -10
- package/table/modern-pcss-raw/components/tsortable-head-cell/Component.js +0 -29
- package/table/modern-pcss-raw/components/tsortable-head-cell/index.d.ts +0 -1
- package/table/modern-pcss-raw/components/tsortable-head-cell/index.js +0 -8
- package/table/modern-pcss-raw/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -5
- package/table/modern-pcss-raw/components/tsortable-head-cell/sort-icon-asc.js +0 -6
- package/table/modern-pcss-raw/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -5
- package/table/modern-pcss-raw/components/tsortable-head-cell/sort-icon-desc.js +0 -6
- package/table/modern-pcss-raw/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -5
- package/table/modern-pcss-raw/components/tsortable-head-cell/sort-icon-unset.js +0 -6
- package/table/modern-pcss-raw/index.d.ts +0 -1
- package/table/modern-pcss-raw/index.js +0 -22
- package/table/modern-pcss-raw/typings.d.ts +0 -2
- package/table/modern-pcss-raw/typings.js +0 -1
- package/table/modern-pcss-raw/utils.d.ts +0 -4
- package/table/modern-pcss-raw/utils.js +0 -8
- package/tabs/cssm/components/primary-tablist/index.module.css +0 -459
- package/tabs/cssm/components/primary-tablist/mobile.module.css +0 -271
- package/tabs/cssm/components/primary-tablist/text-styles.module.css +0 -16
- package/tabs/cssm/components/scroll-controls/index.module.css +0 -90
- package/tabs/cssm/components/scrollable-container/index.module.css +0 -64
- package/tabs/cssm/components/secondary-tablist/index.module.css +0 -77
- package/tabs/cssm/components/secondary-tablist/mobile.module.css +0 -47
- package/tabs/cssm/components/tab/index.module.css +0 -7
- package/tabs/cssm/vars.css +0 -41
- package/tabs/modern-pcss-raw/collapsible/index.d.ts +0 -2
- package/tabs/modern-pcss-raw/collapsible/index.js +0 -20
- package/tabs/modern-pcss-raw/components/primary-tablist/Component.collapsible.d.ts +0 -5
- package/tabs/modern-pcss-raw/components/primary-tablist/Component.collapsible.js +0 -62
- package/tabs/modern-pcss-raw/components/primary-tablist/Component.d.ts +0 -5
- package/tabs/modern-pcss-raw/components/primary-tablist/Component.desktop.d.ts +0 -5
- package/tabs/modern-pcss-raw/components/primary-tablist/Component.desktop.js +0 -22
- package/tabs/modern-pcss-raw/components/primary-tablist/Component.js +0 -49
- package/tabs/modern-pcss-raw/components/primary-tablist/Component.mobile.d.ts +0 -6
- package/tabs/modern-pcss-raw/components/primary-tablist/Component.mobile.js +0 -29
- package/tabs/modern-pcss-raw/components/primary-tablist/Component.responsive.d.ts +0 -5
- package/tabs/modern-pcss-raw/components/primary-tablist/Component.responsive.js +0 -28
- package/tabs/modern-pcss-raw/components/scroll-controls/Component.d.ts +0 -12
- package/tabs/modern-pcss-raw/components/scroll-controls/Component.js +0 -40
- package/tabs/modern-pcss-raw/components/scroll-controls/index.d.ts +0 -1
- package/tabs/modern-pcss-raw/components/scroll-controls/index.js +0 -8
- package/tabs/modern-pcss-raw/components/scroll-controls/utils.d.ts +0 -7
- package/tabs/modern-pcss-raw/components/scroll-controls/utils.js +0 -50
- package/tabs/modern-pcss-raw/components/scrollable-container/Component.d.ts +0 -36
- package/tabs/modern-pcss-raw/components/scrollable-container/Component.js +0 -70
- package/tabs/modern-pcss-raw/components/scrollable-container/index.d.ts +0 -1
- package/tabs/modern-pcss-raw/components/scrollable-container/index.js +0 -10
- package/tabs/modern-pcss-raw/components/secondary-tablist/Component.d.ts +0 -5
- package/tabs/modern-pcss-raw/components/secondary-tablist/Component.desktop.d.ts +0 -6
- package/tabs/modern-pcss-raw/components/secondary-tablist/Component.desktop.js +0 -20
- package/tabs/modern-pcss-raw/components/secondary-tablist/Component.js +0 -35
- package/tabs/modern-pcss-raw/components/secondary-tablist/Component.mobile.d.ts +0 -6
- package/tabs/modern-pcss-raw/components/secondary-tablist/Component.mobile.js +0 -27
- package/tabs/modern-pcss-raw/components/secondary-tablist/Component.responsive.d.ts +0 -5
- package/tabs/modern-pcss-raw/components/secondary-tablist/Component.responsive.js +0 -27
- package/tabs/modern-pcss-raw/components/tab/Component.d.ts +0 -5
- package/tabs/modern-pcss-raw/components/tab/Component.js +0 -11
- package/tabs/modern-pcss-raw/components/tab/index.d.ts +0 -1
- package/tabs/modern-pcss-raw/components/tab/index.js +0 -3
- package/tabs/modern-pcss-raw/components/tabs/Component.collapsible.d.ts +0 -6
- package/tabs/modern-pcss-raw/components/tabs/Component.collapsible.js +0 -22
- package/tabs/modern-pcss-raw/components/tabs/Component.d.ts +0 -5
- package/tabs/modern-pcss-raw/components/tabs/Component.desktop.d.ts +0 -6
- package/tabs/modern-pcss-raw/components/tabs/Component.desktop.js +0 -32
- package/tabs/modern-pcss-raw/components/tabs/Component.js +0 -21
- package/tabs/modern-pcss-raw/components/tabs/Component.mobile.d.ts +0 -6
- package/tabs/modern-pcss-raw/components/tabs/Component.mobile.js +0 -32
- package/tabs/modern-pcss-raw/components/tabs/Component.responsive.d.ts +0 -6
- package/tabs/modern-pcss-raw/components/tabs/Component.responsive.js +0 -38
- package/tabs/modern-pcss-raw/components/title/Component.d.ts +0 -8
- package/tabs/modern-pcss-raw/components/title/Component.js +0 -15
- package/tabs/modern-pcss-raw/components/title/index.d.ts +0 -1
- package/tabs/modern-pcss-raw/components/title/index.js +0 -3
- package/tabs/modern-pcss-raw/desktop/index.d.ts +0 -4
- package/tabs/modern-pcss-raw/desktop/index.js +0 -26
- package/tabs/modern-pcss-raw/hooks/use-collapsible-elements.d.ts +0 -8
- package/tabs/modern-pcss-raw/hooks/use-collapsible-elements.js +0 -56
- package/tabs/modern-pcss-raw/hooks/use-tablist-titles.d.ts +0 -32
- package/tabs/modern-pcss-raw/hooks/use-tablist-titles.js +0 -67
- package/tabs/modern-pcss-raw/hooks/use-tabs.d.ts +0 -19
- package/tabs/modern-pcss-raw/hooks/use-tabs.js +0 -103
- package/tabs/modern-pcss-raw/index.d.ts +0 -4
- package/tabs/modern-pcss-raw/index.js +0 -32
- package/tabs/modern-pcss-raw/mobile/index.d.ts +0 -4
- package/tabs/modern-pcss-raw/mobile/index.js +0 -26
- package/tabs/modern-pcss-raw/shared/index.d.ts +0 -4
- package/tabs/modern-pcss-raw/shared/index.js +0 -16
- package/tabs/modern-pcss-raw/synthetic-events.d.ts +0 -6
- package/tabs/modern-pcss-raw/synthetic-events.js +0 -61
- package/tabs/modern-pcss-raw/typings.d.ts +0 -172
- package/tabs/modern-pcss-raw/typings.js +0 -1
- package/tag/cssm/components/base-tag/default.module.css +0 -108
- package/tag/cssm/components/base-tag/index.module.css +0 -186
- package/tag/cssm/components/base-tag/inverted.module.css +0 -113
- package/tag/cssm/desktop/default.desktop.module.css +0 -62
- package/tag/cssm/desktop/desktop.module.css +0 -58
- package/tag/cssm/desktop/inverted.desktop.module.css +0 -63
- package/tag/cssm/mobile/default.mobile.module.css +0 -58
- package/tag/cssm/mobile/inverted.mobile.module.css +0 -64
- package/tag/cssm/mobile/mobile.module.css +0 -59
- package/tag/cssm/vars.css +0 -42
- package/tag/modern-pcss-raw/Component.responsive.d.ts +0 -18
- package/tag/modern-pcss-raw/Component.responsive.js +0 -17
- package/tag/modern-pcss-raw/components/base-tag/Component.d.ts +0 -163
- package/tag/modern-pcss-raw/components/base-tag/Component.js +0 -64
- package/tag/modern-pcss-raw/components/base-tag/index.d.ts +0 -1
- package/tag/modern-pcss-raw/components/base-tag/index.js +0 -5
- package/tag/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/tag/modern-pcss-raw/desktop/Component.desktop.js +0 -22
- package/tag/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/tag/modern-pcss-raw/desktop/index.js +0 -6
- package/tag/modern-pcss-raw/index.d.ts +0 -3
- package/tag/modern-pcss-raw/index.js +0 -9
- package/tag/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/tag/modern-pcss-raw/mobile/Component.mobile.js +0 -22
- package/tag/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/tag/modern-pcss-raw/mobile/index.js +0 -6
- package/text/cssm/index.module.css +0 -44
- package/text/cssm/mixin.module.css +0 -374
- package/text/modern-pcss-raw/Component.d.ts +0 -43
- package/text/modern-pcss-raw/Component.js +0 -17
- package/text/modern-pcss-raw/index.d.ts +0 -1
- package/text/modern-pcss-raw/index.js +0 -3
- package/textarea/cssm/default.module.css +0 -109
- package/textarea/cssm/index.module.css +0 -243
- package/textarea/cssm/inverted.module.css +0 -110
- package/textarea/modern-pcss-raw/Component.d.ts +0 -5
- package/textarea/modern-pcss-raw/Component.js +0 -128
- package/textarea/modern-pcss-raw/components/PseudoTextArea.d.ts +0 -0
- package/textarea/modern-pcss-raw/components/PseudoTextArea.js +0 -4
- package/textarea/modern-pcss-raw/components/index.d.ts +0 -1
- package/textarea/modern-pcss-raw/components/index.js +0 -4
- package/textarea/modern-pcss-raw/consts.d.ts +0 -11
- package/textarea/modern-pcss-raw/consts.js +0 -12
- package/textarea/modern-pcss-raw/index.d.ts +0 -2
- package/textarea/modern-pcss-raw/index.js +0 -10
- package/textarea/modern-pcss-raw/shared/index.d.ts +0 -1
- package/textarea/modern-pcss-raw/shared/index.js +0 -2
- package/textarea/modern-pcss-raw/typings.d.ts +0 -128
- package/textarea/modern-pcss-raw/typings.js +0 -1
- package/textarea/modern-pcss-raw/utils.d.ts +0 -10
- package/textarea/modern-pcss-raw/utils.js +0 -15
- package/themes/modern-pcss-raw/click.d.ts +0 -2
- package/themes/modern-pcss-raw/click.js +0 -6
- package/themes/modern-pcss-raw/compiled/mobile-dark-bluetint.d.ts +0 -2
- package/themes/modern-pcss-raw/compiled/mobile-dark-bluetint.js +0 -1
- package/themes/modern-pcss-raw/corp.d.ts +0 -2
- package/themes/modern-pcss-raw/corp.js +0 -6
- package/themes/modern-pcss-raw/dark.d.ts +0 -2
- package/themes/modern-pcss-raw/dark.js +0 -6
- package/themes/modern-pcss-raw/intranet.d.ts +0 -2
- package/themes/modern-pcss-raw/intranet.js +0 -6
- package/themes/modern-pcss-raw/mobile.d.ts +0 -2
- package/themes/modern-pcss-raw/mobile.js +0 -6
- package/themes/modern-pcss-raw/site.d.ts +0 -2
- package/themes/modern-pcss-raw/site.js +0 -6
- package/time-input/modern-pcss-raw/Component.d.ts +0 -45
- package/time-input/modern-pcss-raw/Component.js +0 -47
- package/time-input/modern-pcss-raw/index.d.ts +0 -2
- package/time-input/modern-pcss-raw/index.js +0 -4
- package/time-input/modern-pcss-raw/utils/format.d.ts +0 -6
- package/time-input/modern-pcss-raw/utils/format.js +0 -23
- package/time-input/modern-pcss-raw/utils/index.d.ts +0 -1
- package/time-input/modern-pcss-raw/utils/index.js +0 -1
- package/toast/cssm/components/base-toast/index.module.css +0 -56
- package/toast/modern-pcss-raw/Component.responsive.d.ts +0 -18
- package/toast/modern-pcss-raw/Component.responsive.js +0 -23
- package/toast/modern-pcss-raw/components/base-toast/component.d.ts +0 -76
- package/toast/modern-pcss-raw/components/base-toast/component.js +0 -80
- package/toast/modern-pcss-raw/components/base-toast/index.d.ts +0 -1
- package/toast/modern-pcss-raw/components/base-toast/index.js +0 -9
- package/toast/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/toast/modern-pcss-raw/desktop/Component.desktop.js +0 -15
- package/toast/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/toast/modern-pcss-raw/desktop/index.js +0 -11
- package/toast/modern-pcss-raw/index.d.ts +0 -2
- package/toast/modern-pcss-raw/index.js +0 -15
- package/toast/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/toast/modern-pcss-raw/mobile/Component.mobile.js +0 -15
- package/toast/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/toast/modern-pcss-raw/mobile/index.js +0 -11
- package/toast-plate/cssm/components/base-toast-plate/default.module.css +0 -30
- package/toast-plate/cssm/components/base-toast-plate/index.module.css +0 -97
- package/toast-plate/cssm/components/base-toast-plate/inverted.module.css +0 -30
- package/toast-plate/cssm/desktop/desktop.module.css +0 -47
- package/toast-plate/cssm/mobile/mobile.module.css +0 -32
- package/toast-plate/cssm/vars.css +0 -20
- package/toast-plate/modern-pcss-raw/Component.responsive.d.ts +0 -18
- package/toast-plate/modern-pcss-raw/Component.responsive.js +0 -21
- package/toast-plate/modern-pcss-raw/components/base-toast-plate/component.d.ts +0 -169
- package/toast-plate/modern-pcss-raw/components/base-toast-plate/component.js +0 -58
- package/toast-plate/modern-pcss-raw/components/base-toast-plate/index.d.ts +0 -1
- package/toast-plate/modern-pcss-raw/components/base-toast-plate/index.js +0 -9
- package/toast-plate/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -6
- package/toast-plate/modern-pcss-raw/desktop/Component.desktop.js +0 -16
- package/toast-plate/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/toast-plate/modern-pcss-raw/desktop/index.js +0 -10
- package/toast-plate/modern-pcss-raw/index.d.ts +0 -2
- package/toast-plate/modern-pcss-raw/index.js +0 -13
- package/toast-plate/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -6
- package/toast-plate/modern-pcss-raw/mobile/Component.mobile.js +0 -16
- package/toast-plate/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/toast-plate/modern-pcss-raw/mobile/index.js +0 -10
- package/tooltip/cssm/default.module.css +0 -41
- package/tooltip/cssm/index.module.css +0 -51
- package/tooltip/cssm/inverted.module.css +0 -43
- package/tooltip/cssm/mobile/mobile.module.css +0 -15
- package/tooltip/modern-pcss-raw/Component.responsive.d.ts +0 -4
- package/tooltip/modern-pcss-raw/Component.responsive.js +0 -16
- package/tooltip/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -4
- package/tooltip/modern-pcss-raw/desktop/Component.desktop.js +0 -152
- package/tooltip/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/tooltip/modern-pcss-raw/desktop/index.js +0 -5
- package/tooltip/modern-pcss-raw/index.d.ts +0 -2
- package/tooltip/modern-pcss-raw/index.js +0 -10
- package/tooltip/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -5
- package/tooltip/modern-pcss-raw/mobile/Component.mobile.js +0 -35
- package/tooltip/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/tooltip/modern-pcss-raw/mobile/index.js +0 -5
- package/tooltip/modern-pcss-raw/types.d.ts +0 -159
- package/tooltip/modern-pcss-raw/types.js +0 -1
- package/typography/cssm/colors.module.css +0 -73
- package/typography/cssm/hooks/use-skeleton.module.css +0 -25
- package/typography/cssm/margins.module.css +0 -1
- package/typography/cssm/text/index.module.css +0 -92
- package/typography/cssm/title/common.module.css +0 -16
- package/typography/cssm/title/index.module.css +0 -98
- package/typography/cssm/title-mobile/index.module.css +0 -68
- package/typography/cssm/title-responsive/index.module.css +0 -172
- package/typography/modern-pcss-raw/colors.d.ts +0 -3
- package/typography/modern-pcss-raw/colors.js +0 -23
- package/typography/modern-pcss-raw/component.d.ts +0 -12
- package/typography/modern-pcss-raw/component.js +0 -24
- package/typography/modern-pcss-raw/hooks/index.d.ts +0 -1
- package/typography/modern-pcss-raw/hooks/index.js +0 -5
- package/typography/modern-pcss-raw/hooks/use-skeleton.d.ts +0 -12
- package/typography/modern-pcss-raw/hooks/use-skeleton.js +0 -52
- package/typography/modern-pcss-raw/index.d.ts +0 -5
- package/typography/modern-pcss-raw/index.js +0 -17
- package/typography/modern-pcss-raw/presets.d.ts +0 -18
- package/typography/modern-pcss-raw/presets.js +0 -19
- package/typography/modern-pcss-raw/text/component.d.ts +0 -63
- package/typography/modern-pcss-raw/text/component.js +0 -47
- package/typography/modern-pcss-raw/text/index.d.ts +0 -1
- package/typography/modern-pcss-raw/text/index.js +0 -8
- package/typography/modern-pcss-raw/title/component.d.ts +0 -114
- package/typography/modern-pcss-raw/title/component.js +0 -22
- package/typography/modern-pcss-raw/title/index.d.ts +0 -19
- package/typography/modern-pcss-raw/title/index.js +0 -17
- package/typography/modern-pcss-raw/title/utils.d.ts +0 -2
- package/typography/modern-pcss-raw/title/utils.js +0 -11
- package/typography/modern-pcss-raw/title-mobile/component.d.ts +0 -19
- package/typography/modern-pcss-raw/title-mobile/component.js +0 -17
- package/typography/modern-pcss-raw/title-mobile/index.d.ts +0 -1
- package/typography/modern-pcss-raw/title-mobile/index.js +0 -11
- package/typography/modern-pcss-raw/title-responsive/component.d.ts +0 -17
- package/typography/modern-pcss-raw/title-responsive/component.js +0 -21
- package/typography/modern-pcss-raw/title-responsive/index.d.ts +0 -1
- package/typography/modern-pcss-raw/title-responsive/index.js +0 -12
- package/typography/modern-pcss-raw/types.d.ts +0 -21
- package/typography/modern-pcss-raw/types.js +0 -1
- package/underlay/cssm/index.module.css +0 -466
- package/underlay/modern-pcss-raw/Component.d.ts +0 -25
- package/underlay/modern-pcss-raw/Component.js +0 -37
- package/underlay/modern-pcss-raw/constants.d.ts +0 -4
- package/underlay/modern-pcss-raw/constants.js +0 -70
- package/underlay/modern-pcss-raw/index-064acd29.d.ts +0 -13
- package/underlay/modern-pcss-raw/index.d.ts +0 -2
- package/underlay/modern-pcss-raw/index.js +0 -7
- package/underlay/modern-pcss-raw/types.d.ts +0 -116
- package/underlay/modern-pcss-raw/types.js +0 -1
- package/underlay/modern-pcss-raw/utils/getBorderCorners.d.ts +0 -5
- package/underlay/modern-pcss-raw/utils/getBorderCorners.js +0 -20
- package/underlay/modern-pcss-raw/utils/getClasses.d.ts +0 -7
- package/underlay/modern-pcss-raw/utils/getClasses.js +0 -12
- package/universal-date-input/cssm/index.module.css +0 -68
- package/universal-date-input/modern-pcss-raw/Component-5684a67d.d.ts +0 -23
- package/universal-date-input/modern-pcss-raw/Component-6d57839f.d.ts +0 -47
- package/universal-date-input/modern-pcss-raw/Component-8566963f.d.ts +0 -24
- package/universal-date-input/modern-pcss-raw/Component-ff24af55.d.ts +0 -76
- package/universal-date-input/modern-pcss-raw/Component.responsive-71043c62.d.ts +0 -5
- package/universal-date-input/modern-pcss-raw/Component.responsive.d.ts +0 -5
- package/universal-date-input/modern-pcss-raw/Component.responsive.js +0 -39
- package/universal-date-input/modern-pcss-raw/components/base-universal-date-input/Component.d.ts +0 -5
- package/universal-date-input/modern-pcss-raw/components/base-universal-date-input/Component.js +0 -154
- package/universal-date-input/modern-pcss-raw/components/base-universal-date-input/index.d.ts +0 -1
- package/universal-date-input/modern-pcss-raw/components/base-universal-date-input/index.js +0 -31
- package/universal-date-input/modern-pcss-raw/components/date-input/Component.d.ts +0 -5
- package/universal-date-input/modern-pcss-raw/components/date-input/Component.js +0 -118
- package/universal-date-input/modern-pcss-raw/components/date-input/index.d.ts +0 -1
- package/universal-date-input/modern-pcss-raw/components/date-input/index.js +0 -17
- package/universal-date-input/modern-pcss-raw/components/date-range-input/Component.d.ts +0 -5
- package/universal-date-input/modern-pcss-raw/components/date-range-input/Component.js +0 -131
- package/universal-date-input/modern-pcss-raw/components/date-range-input/index.d.ts +0 -1
- package/universal-date-input/modern-pcss-raw/components/date-range-input/index.js +0 -19
- package/universal-date-input/modern-pcss-raw/components/time-input/Component.d.ts +0 -5
- package/universal-date-input/modern-pcss-raw/components/time-input/Component.js +0 -52
- package/universal-date-input/modern-pcss-raw/components/time-input/index.d.ts +0 -1
- package/universal-date-input/modern-pcss-raw/components/time-input/index.js +0 -11
- package/universal-date-input/modern-pcss-raw/consts.d.ts +0 -11
- package/universal-date-input/modern-pcss-raw/consts.js +0 -34
- package/universal-date-input/modern-pcss-raw/desktop/Component.desktop.d.ts +0 -5
- package/universal-date-input/modern-pcss-raw/desktop/Component.desktop.js +0 -35
- package/universal-date-input/modern-pcss-raw/desktop/index.d.ts +0 -2
- package/universal-date-input/modern-pcss-raw/desktop/index.js +0 -32
- package/universal-date-input/modern-pcss-raw/index-5712fce2.d.ts +0 -984
- package/universal-date-input/modern-pcss-raw/index-6d57839f.d.ts +0 -3
- package/universal-date-input/modern-pcss-raw/index-71043c62.d.ts +0 -6
- package/universal-date-input/modern-pcss-raw/index-ebda875c.d.ts +0 -2
- package/universal-date-input/modern-pcss-raw/index-f034f741.d.ts +0 -2
- package/universal-date-input/modern-pcss-raw/index.d.ts +0 -2
- package/universal-date-input/modern-pcss-raw/index.js +0 -33
- package/universal-date-input/modern-pcss-raw/mask/index.d.ts +0 -4
- package/universal-date-input/modern-pcss-raw/mask/index.js +0 -42
- package/universal-date-input/modern-pcss-raw/mask/plugins.d.ts +0 -4
- package/universal-date-input/modern-pcss-raw/mask/plugins.js +0 -39
- package/universal-date-input/modern-pcss-raw/mask/postprocessors.d.ts +0 -3
- package/universal-date-input/modern-pcss-raw/mask/postprocessors.js +0 -27
- package/universal-date-input/modern-pcss-raw/mask/preprocessors.d.ts +0 -5
- package/universal-date-input/modern-pcss-raw/mask/preprocessors.js +0 -133
- package/universal-date-input/modern-pcss-raw/mask/utils.d.ts +0 -76
- package/universal-date-input/modern-pcss-raw/mask/utils.js +0 -284
- package/universal-date-input/modern-pcss-raw/mobile/Component.mobile.d.ts +0 -5
- package/universal-date-input/modern-pcss-raw/mobile/Component.mobile.js +0 -35
- package/universal-date-input/modern-pcss-raw/mobile/index.d.ts +0 -2
- package/universal-date-input/modern-pcss-raw/mobile/index.js +0 -32
- package/universal-date-input/modern-pcss-raw/shared/index.d.ts +0 -2
- package/universal-date-input/modern-pcss-raw/shared/index.js +0 -8
- package/universal-date-input/modern-pcss-raw/types-1328ead9.d.ts +0 -21
- package/universal-date-input/modern-pcss-raw/types.d.ts +0 -210
- package/universal-date-input/modern-pcss-raw/types.js +0 -1
- package/universal-date-input/modern-pcss-raw/typings-5684a67d.d.ts +0 -23
- package/universal-date-input/modern-pcss-raw/typings-6d57839f.d.ts +0 -114
- package/universal-date-input/modern-pcss-raw/use-skeleton-1328ead9.d.ts +0 -40
- package/universal-date-input/modern-pcss-raw/utils/index.d.ts +0 -49
- package/universal-date-input/modern-pcss-raw/utils/index.js +0 -145
- package/universal-date-input/modern-pcss-raw/utils-5684a67d.d.ts +0 -97
- package/universal-date-input/modern-pcss-raw/utils-b1bfe0d1.d.ts +0 -8
- package/vars/cssm/border-radius.css +0 -11
- package/vars/cssm/bundle/click.css +0 -1390
- package/vars/cssm/bundle/corp.css +0 -1390
- package/vars/cssm/bundle/intranet.css +0 -1390
- package/vars/cssm/bundle/mobile.css +0 -1390
- package/vars/cssm/bundle/site.css +0 -1384
- package/vars/cssm/colors-addons.css +0 -127
- package/vars/cssm/colors-bluetint.css +0 -1173
- package/vars/cssm/colors-decorative.css +0 -474
- package/vars/cssm/colors-indigo.css +0 -1171
- package/vars/cssm/colors-pfm.css +0 -62
- package/vars/cssm/colors-qualitative.css +0 -130
- package/vars/cssm/colors-sequential.css +0 -170
- package/vars/cssm/colors-transparent.css +0 -28
- package/vars/cssm/colors-x5.css +0 -4
- package/vars/cssm/colors.css +0 -71
- package/vars/cssm/gaps.css +0 -30
- package/vars/cssm/index.css +0 -1482
- package/vars/cssm/mixins.css +0 -1
- package/vars/cssm/shadows-bluetint.css +0 -43
- package/vars/cssm/shadows-indigo.css +0 -38
- package/vars/cssm/typography.css +0 -6
- package/vars/modern-pcss-raw/colors-bluetint.d.ts +0 -2
- package/vars/modern-pcss-raw/colors-bluetint.js +0 -6
- package/vars/modern-pcss-raw/colors-decorative.d.ts +0 -2
- package/vars/modern-pcss-raw/colors-decorative.js +0 -6
- package/vars/modern-pcss-raw/colors-indigo.d.ts +0 -2
- package/vars/modern-pcss-raw/colors-indigo.js +0 -6
- package/vars/modern-pcss-raw/colors-pfm.d.ts +0 -2
- package/vars/modern-pcss-raw/colors-pfm.js +0 -6
- package/vars/modern-pcss-raw/colors-qualitative.d.ts +0 -2
- package/vars/modern-pcss-raw/colors-qualitative.js +0 -6
- package/vars/modern-pcss-raw/colors-sequential.d.ts +0 -2
- package/vars/modern-pcss-raw/colors-sequential.js +0 -6
- package/with-suffix/cssm/index.module.css +0 -58
- package/with-suffix/modern-pcss-raw/Component.d.ts +0 -30
- package/with-suffix/modern-pcss-raw/Component.js +0 -47
- package/with-suffix/modern-pcss-raw/index.d.ts +0 -1
- package/with-suffix/modern-pcss-raw/index.js +0 -5
- /package/accordion/{modern-pcss-raw → cssm}/components/default-control-icon/index.css +0 -0
- /package/accordion/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/action-button/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/action-button/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/action-button/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/action-button/{modern-pcss-raw → cssm}/static.css +0 -0
- /package/alert/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/amount/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/amount/{modern-pcss-raw → cssm}/pure/index.css +0 -0
- /package/amount-input/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/amount-input/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/amount-input/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/attach/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/backdrop/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/badge/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/bank-card/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/base-modal/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/bottom-sheet/{modern-pcss-raw → cssm}/components/footer/index.css +0 -0
- /package/bottom-sheet/{modern-pcss-raw → cssm}/components/header/index.css +0 -0
- /package/bottom-sheet/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/button/{modern-pcss-raw → cssm}/components/base-button/default.css +0 -0
- /package/button/{modern-pcss-raw → cssm}/components/base-button/index.css +0 -0
- /package/button/{modern-pcss-raw → cssm}/components/base-button/inverted.css +0 -0
- /package/button/{modern-pcss-raw → cssm}/desktop/default.desktop.css +0 -0
- /package/button/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/button/{modern-pcss-raw → cssm}/desktop/inverted.desktop.css +0 -0
- /package/button/{modern-pcss-raw → cssm}/mobile/default.mobile.css +0 -0
- /package/button/{modern-pcss-raw → cssm}/mobile/inverted.mobile.css +0 -0
- /package/button/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/components/calendar-mobile/backdrop-transitions.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/components/calendar-mobile/index.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/components/calendar-mobile/transitions.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/components/days-table/index.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/components/header/index.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/components/month-year-header/index.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/components/months-table/index.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/components/period-slider/index.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/components/select-button/index.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/components/years-table/index.css +0 -0
- /package/calendar/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/calendar-input/{modern-pcss-raw → cssm}/components/calendar-input/index.css +0 -0
- /package/calendar-range/{modern-pcss-raw → cssm}/components/divider/index.css +0 -0
- /package/calendar-range/{modern-pcss-raw → cssm}/index.module-189a2c7b.js +0 -0
- /package/calendar-range/{modern-pcss-raw → cssm}/views/index.css +0 -0
- /package/calendar-with-skeleton/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/card-image/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/cdn-icon/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/chart/{modern-pcss-raw → cssm}/components/Dot/index.css +0 -0
- /package/chart/{modern-pcss-raw → cssm}/components/Legends/index.css +0 -0
- /package/chart/{modern-pcss-raw → cssm}/components/Tick/index.css +0 -0
- /package/chart/{modern-pcss-raw → cssm}/components/TooltipContent/index.css +0 -0
- /package/chart/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/checkbox/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/checkbox-group/{modern-pcss-raw → cssm}/components/base-checkbox-group/index.css +0 -0
- /package/checkbox-group/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/checkbox-group/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/circular-progress-bar/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/code-input/{modern-pcss-raw → cssm}/components/base-code-input/index.css +0 -0
- /package/code-input/{modern-pcss-raw → cssm}/components/input/index.css +0 -0
- /package/code-input/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/code-input/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/collapse/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/comment/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/confirmation/{countdown-section-829c10b8.d.ts → countdown-section-7f7c287b.d.ts} +0 -0
- /package/confirmation/{countdown-section-829c10b8.js → countdown-section-7f7c287b.js} +0 -0
- /package/confirmation/{modern-pcss-raw → cssm}/components/base-confirmation/index.css +0 -0
- /package/confirmation/{modern-pcss-raw → cssm}/components/countdown-loader/index.css +0 -0
- /package/confirmation/{modern-pcss-raw → cssm}/components/header/index.css +0 -0
- /package/confirmation/{modern-pcss-raw → cssm}/components/screens/fatal-error/index.css +0 -0
- /package/confirmation/{modern-pcss-raw → cssm}/components/screens/hint/index.css +0 -0
- /package/confirmation/{modern-pcss-raw → cssm}/components/screens/initial/index.css +0 -0
- /package/confirmation/{modern-pcss-raw → cssm}/components/screens/temp-block/index.css +0 -0
- /package/confirmation/{modern-pcss-raw → cssm}/countdown-section-3a5e36e4.d.ts +0 -0
- /package/confirmation/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/confirmation/esm/{countdown-section-ec949d6f.d.ts → countdown-section-9d180970.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-ec949d6f.js → countdown-section-9d180970.js} +0 -0
- /package/confirmation/modern/{countdown-section-7bc94643.d.ts → countdown-section-c4e32e68.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-7bc94643.js → countdown-section-c4e32e68.js} +0 -0
- /package/confirmation-v1/{modern-pcss-raw → cssm}/components/code-input/index.css +0 -0
- /package/confirmation-v1/{modern-pcss-raw → cssm}/components/countdown/index.css +0 -0
- /package/confirmation-v1/{modern-pcss-raw → cssm}/components/countdown-loader/index.css +0 -0
- /package/confirmation-v1/{modern-pcss-raw → cssm}/components/overlimit/index.css +0 -0
- /package/confirmation-v1/{modern-pcss-raw → cssm}/components/sign-confirmation/index.css +0 -0
- /package/confirmation-v1/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/custom-button/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/custom-picker-button/{modern-pcss-raw → cssm}/field/index.css +0 -0
- /package/date-input/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/date-range-input/{modern-pcss-raw → cssm}/components/date-range-input/index.css +0 -0
- /package/date-time-input/{modern-pcss-raw → cssm}/components/date-time-input/index.css +0 -0
- /package/divider/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/drawer/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/dropzone/{modern-pcss-raw → cssm}/components/overlay/index.css +0 -0
- /package/dropzone/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/file-upload-item/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/filter-tag/{modern-pcss-raw → cssm}/components/base-filter-tag/index.css +0 -0
- /package/filter-tag/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/filter-tag/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/form-control/{modern-pcss-raw → cssm}/components/base-form-control/default.css +0 -0
- /package/form-control/{modern-pcss-raw → cssm}/components/base-form-control/index.css +0 -0
- /package/form-control/{modern-pcss-raw → cssm}/components/base-form-control/inverted.css +0 -0
- /package/form-control/{modern-pcss-raw → cssm}/desktop/default.desktop.css +0 -0
- /package/form-control/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/form-control/{modern-pcss-raw → cssm}/desktop/inverted.desktop.css +0 -0
- /package/form-control/{modern-pcss-raw → cssm}/mobile/default.mobile.css +0 -0
- /package/form-control/{modern-pcss-raw → cssm}/mobile/inverted.mobile.css +0 -0
- /package/form-control/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/gallery/{buttons-a4d1610f.d.ts → buttons-8b4cdcd2.d.ts} +0 -0
- /package/gallery/{buttons-a4d1610f.js → buttons-8b4cdcd2.js} +0 -0
- /package/gallery/{modern-pcss-raw → cssm}/buttons-be9bcc3d.d.ts +0 -0
- /package/gallery/{modern-pcss-raw → cssm}/components/header/index.css +0 -0
- /package/gallery/{modern-pcss-raw → cssm}/components/header-info-block/index.css +0 -0
- /package/gallery/{modern-pcss-raw → cssm}/components/image-preview/index.css +0 -0
- /package/gallery/{modern-pcss-raw → cssm}/components/image-viewer/index.css +0 -0
- /package/gallery/{modern-pcss-raw → cssm}/components/navigation-bar/index.css +0 -0
- /package/gallery/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/gallery/{modern-pcss-raw → cssm}/slide-2e474041.d.ts +0 -0
- /package/gallery/esm/{buttons-65ae5302.d.ts → buttons-92794597.d.ts} +0 -0
- /package/gallery/esm/{buttons-65ae5302.js → buttons-92794597.js} +0 -0
- /package/gallery/esm/{slide-9d9ec57a.d.ts → slide-7998a0da.d.ts} +0 -0
- /package/gallery/esm/{slide-9d9ec57a.js → slide-7998a0da.js} +0 -0
- /package/gallery/modern/{buttons-78d8bde9.d.ts → buttons-a604da82.d.ts} +0 -0
- /package/gallery/modern/{buttons-78d8bde9.js → buttons-a604da82.js} +0 -0
- /package/gallery/modern/{slide-cb350f44.d.ts → slide-008a77ea.d.ts} +0 -0
- /package/gallery/modern/{slide-cb350f44.js → slide-008a77ea.js} +0 -0
- /package/gallery/{slide-1f7b8236.d.ts → slide-6cc086c4.d.ts} +0 -0
- /package/gallery/{slide-1f7b8236.js → slide-6cc086c4.js} +0 -0
- /package/gap/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/generic-wrapper/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/grid/{modern-pcss-raw → cssm}/col/index.css +0 -0
- /package/grid/{modern-pcss-raw → cssm}/gutters.css +0 -0
- /package/grid/{modern-pcss-raw/gutters.module-a48c4b54.js → cssm/gutters.module-202003b3.js} +0 -0
- /package/grid/{modern-pcss-raw → cssm}/row/index.css +0 -0
- /package/hatching-progress-bar/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/icon-button/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/icon-button/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/icon-button/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/icon-view/{modern-pcss-raw → cssm}/components/base-shape/index.css +0 -0
- /package/indicator/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/input/{modern-pcss-raw → cssm}/components/base-input/default.css +0 -0
- /package/input/{modern-pcss-raw → cssm}/components/base-input/index.css +0 -0
- /package/input/{modern-pcss-raw → cssm}/components/base-input/inverted.css +0 -0
- /package/input/{modern-pcss-raw → cssm}/components/clear-button/default.css +0 -0
- /package/input/{modern-pcss-raw → cssm}/components/clear-button/index.css +0 -0
- /package/input/{modern-pcss-raw → cssm}/components/clear-button/inverted.css +0 -0
- /package/input-autocomplete/{modern-pcss-raw → cssm}/autocomplete-field/index.css +0 -0
- /package/input-autocomplete/{modern-pcss-raw → cssm}/autocomplete-mobile-field/index.css +0 -0
- /package/input-autocomplete/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/international-phone-input/{modern-pcss-raw → cssm}/components/base-international-phone-input/index.css +0 -0
- /package/international-phone-input/{modern-pcss-raw → cssm}/components/country-select/index.css +0 -0
- /package/international-phone-input/{modern-pcss-raw → cssm}/components/flag-icon/index.css +0 -0
- /package/international-phone-input/{modern-pcss-raw → cssm}/components/select-field/index.css +0 -0
- /package/intl-phone-input/{modern-pcss-raw → cssm}/components/flag-icon/index.css +0 -0
- /package/intl-phone-input/{modern-pcss-raw → cssm}/components/select/index.css +0 -0
- /package/intl-phone-input/{modern-pcss-raw → cssm}/components/select-field/index.css +0 -0
- /package/intl-phone-input/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/link/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/link/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/link/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/list/{modern-pcss-raw → cssm}/Component-431b98c8.d.ts +0 -0
- /package/list/{modern-pcss-raw → cssm}/components/item/index.css +0 -0
- /package/list/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/list-header/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/loader/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/markdown/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/markdown/{modern-pcss-raw → cssm}/use-overrides-f2cf0bfa.d.ts +0 -0
- /package/masked-input/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/content/desktop.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/content/index.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/content/mobile.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/controls/index.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/footer/desktop.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/footer/index.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/footer/layout.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/footer/mobile.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/header/desktop.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/header/index.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/components/header/mobile.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/modal/{modern-pcss-raw/layout.module-65e605cb.js → cssm/layout.module-6704c669.js} +0 -0
- /package/modal/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/modal/{modern-pcss-raw → cssm}/transitions.css +0 -0
- /package/modal/esm/{layout.module-f52a53d3.js → layout.module-64d15c13.js} +0 -0
- /package/modal/{layout.module-0ae87b77.js → layout.module-a5274119.js} +0 -0
- /package/modal/modern/{layout.module-96979466.js → layout.module-7d49a892.js} +0 -0
- /package/navigation-bar/{modern-pcss-raw → cssm}/components/back-arrow-addon/index.css +0 -0
- /package/navigation-bar/{modern-pcss-raw → cssm}/components/closer/index.css +0 -0
- /package/navigation-bar/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/notification/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/notification-manager/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/number-input/{modern-pcss-raw → cssm}/components/number-input/default.css +0 -0
- /package/number-input/{modern-pcss-raw → cssm}/components/number-input/index.css +0 -0
- /package/number-input/{modern-pcss-raw → cssm}/components/number-input/inverted.css +0 -0
- /package/number-input/{modern-pcss-raw → cssm}/components/steppers/default.css +0 -0
- /package/number-input/{modern-pcss-raw → cssm}/components/steppers/index.css +0 -0
- /package/number-input/{modern-pcss-raw → cssm}/components/steppers/inverted.css +0 -0
- /package/pagination/{modern-pcss-raw → cssm}/components/default-view/index.css +0 -0
- /package/pagination/{modern-pcss-raw → cssm}/components/per-page-view/index.css +0 -0
- /package/pagination/{modern-pcss-raw → cssm}/components/tag/index.css +0 -0
- /package/pagination/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/pass-code/{modern-pcss-raw → cssm}/components/InputProgress/index.css +0 -0
- /package/pass-code/{modern-pcss-raw → cssm}/components/InputProgress/transitions.css +0 -0
- /package/pass-code/{modern-pcss-raw → cssm}/components/KeyPad/index.css +0 -0
- /package/pass-code/{modern-pcss-raw → cssm}/components/KeyPadButton/index.css +0 -0
- /package/pass-code/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/password-input/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/pattern-lock/{modern-pcss-raw → cssm}/components/base-pattern-lock/index.css +0 -0
- /package/pattern-lock/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/pattern-lock/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/picker-button/{modern-pcss-raw → cssm}/field/index.css +0 -0
- /package/picker-button/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/picker-button/{modern-pcss-raw → cssm}/option/index.css +0 -0
- /package/plate/{modern-pcss-raw → cssm}/components/base-plate/index.css +0 -0
- /package/plate/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/plate/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/popover/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/popup-sheet/{modern-pcss-raw → cssm}/components/backdrop/index.css +0 -0
- /package/popup-sheet/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/progress-bar/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/pure-cell/{component-bd30f8de.d.ts → component-6a7433f5.d.ts} +0 -0
- /package/pure-cell/{component-bd30f8de.js → component-6a7433f5.js} +0 -0
- /package/pure-cell/cssm/{component-063660c0.d.ts → component-8ed6c4dc.d.ts} +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/components/addon/index.css +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/components/amount/index.css +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/components/amount-title/index.css +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/components/category/index.css +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/components/content/index.css +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/components/footer/index.css +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/components/footer-button/index.css +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/components/graphics/index.css +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/components/main/index.css +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/components/text/index.css +0 -0
- /package/pure-cell/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/pure-cell/esm/{component-a7c10ec8.d.ts → component-041614ac.d.ts} +0 -0
- /package/pure-cell/esm/{component-a7c10ec8.js → component-041614ac.js} +0 -0
- /package/pure-cell/{modern-pcss-raw/component-e7b76c88.d.ts → modern/component-dba34be0.d.ts} +0 -0
- /package/pure-cell/modern/{component-0c1c7ebb.js → component-dba34be0.js} +0 -0
- /package/radio/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/radio-group/{modern-pcss-raw → cssm}/components/base-radio-group/index.css +0 -0
- /package/radio-group/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/radio-group/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/scrollbar/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/scrollbar/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/scrollbar/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/segmented-control/{modern-pcss-raw → cssm}/components/segment/default.css +0 -0
- /package/segmented-control/{modern-pcss-raw → cssm}/components/segment/index.css +0 -0
- /package/segmented-control/{modern-pcss-raw → cssm}/components/segment/inverted.css +0 -0
- /package/segmented-control/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/segmented-control/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/segmented-control/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/arrow/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/base-checkmark/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/base-option/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/base-select/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/base-select/mobile.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/checkmark/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/checkmark-mobile/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/field/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/footer/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/optgroup/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/option/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/options-list/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/search/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/components/virtual-options-list/index.css +0 -0
- /package/select/cssm/{hook-aae7b381.d.ts → hook-f1333091.d.ts} +0 -0
- /package/select/{modern-pcss-raw → cssm}/presets/useSelectWithApply/options-list-with-apply/footer/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/presets/useSelectWithApply/options-list-with-apply/header/index.css +0 -0
- /package/select/{modern-pcss-raw → cssm}/presets/useSelectWithLoading/index.css +0 -0
- /package/select/esm/{hook-fe5affcd.d.ts → hook-61678627.d.ts} +0 -0
- /package/select/esm/{hook-fe5affcd.js → hook-61678627.js} +0 -0
- /package/select/{hook-8f58d9d9.d.ts → hook-91d7afe4.d.ts} +0 -0
- /package/select/{cssm/hook-aae7b381.js → hook-91d7afe4.js} +0 -0
- /package/select/{modern-pcss-raw/hook-ff5dd724.d.ts → modern/hook-f79f0686.d.ts} +0 -0
- /package/select/modern/{hook-68ed3b1a.js → hook-f79f0686.js} +0 -0
- /package/select-with-tags/{modern-pcss-raw → cssm}/components/tag/index.css +0 -0
- /package/select-with-tags/{modern-pcss-raw → cssm}/components/tag-list/index.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/content/desktop.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/content/index.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/content/mobile.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/controls/index.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/footer/desktop.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/footer/index.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/footer/layout.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/footer/mobile.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/header/desktop.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/header/index.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/components/header/mobile.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/desktop/transitions.desktop.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/layout.module-cf81db0c.js +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/side-panel/{modern-pcss-raw → cssm}/mobile/transitions.mobile.css +0 -0
- /package/side-panel/esm/{layout.module-7fe4b552.js → layout.module-846faef2.js} +0 -0
- /package/side-panel/{layout.module-ffcee59a.js → layout.module-6a414a6a.js} +0 -0
- /package/side-panel/modern/{layout.module-6d7e6df8.js → layout.module-f0d01a2c.js} +0 -0
- /package/skeleton/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/slider/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/slider-input/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/sortable-list/{modern-pcss-raw → cssm}/components/item/index.css +0 -0
- /package/sortable-list/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/space/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/spinner/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/spinner/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/spinner/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/status/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/status-badge/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/status-badge/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/status-badge/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/stepped-progress-bar/{modern-pcss-raw → cssm}/components/step-bar/index.css +0 -0
- /package/stepped-progress-bar/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/stepped-progress-bar/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/stepped-progress-bar/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/steps/{modern-pcss-raw → cssm}/components/step/index.css +0 -0
- /package/steps/{modern-pcss-raw → cssm}/components/step-indicator/index.css +0 -0
- /package/steps/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/switch/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/system-message/{modern-pcss-raw → cssm}/components/caption/index.css +0 -0
- /package/system-message/{modern-pcss-raw → cssm}/components/controls/index.css +0 -0
- /package/system-message/{modern-pcss-raw → cssm}/components/graphic/index.css +0 -0
- /package/system-message/{modern-pcss-raw → cssm}/components/subtitle/index.css +0 -0
- /package/system-message/{modern-pcss-raw → cssm}/components/title/desktop.css +0 -0
- /package/system-message/{modern-pcss-raw → cssm}/components/title/index.css +0 -0
- /package/system-message/{modern-pcss-raw → cssm}/components/title/mobile.css +0 -0
- /package/system-message/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/tab-bar/{modern-pcss-raw → cssm}/components/tab/index.css +0 -0
- /package/tab-bar/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/table/{modern-pcss-raw → cssm}/components/pagination/index.css +0 -0
- /package/table/{modern-pcss-raw → cssm}/components/pagination/select-field/index.css +0 -0
- /package/table/{modern-pcss-raw → cssm}/components/table/index.css +0 -0
- /package/table/{modern-pcss-raw → cssm}/components/tbody/index.css +0 -0
- /package/table/{modern-pcss-raw → cssm}/components/tcell/index.css +0 -0
- /package/table/{modern-pcss-raw → cssm}/components/texpandable-row/index.css +0 -0
- /package/table/{modern-pcss-raw → cssm}/components/thead/index.css +0 -0
- /package/table/{modern-pcss-raw → cssm}/components/thead-cell/index.css +0 -0
- /package/table/{modern-pcss-raw → cssm}/components/trow/index.css +0 -0
- /package/table/{modern-pcss-raw → cssm}/components/tsortable-head-cell/index.css +0 -0
- /package/tabs/{modern-pcss-raw → cssm}/components/primary-tablist/index.css +0 -0
- /package/tabs/{modern-pcss-raw → cssm}/components/primary-tablist/mobile.css +0 -0
- /package/tabs/{modern-pcss-raw → cssm}/components/scroll-controls/index.css +0 -0
- /package/tabs/{modern-pcss-raw → cssm}/components/scrollable-container/index.css +0 -0
- /package/tabs/{modern-pcss-raw → cssm}/components/secondary-tablist/index.css +0 -0
- /package/tabs/{modern-pcss-raw → cssm}/components/secondary-tablist/mobile.css +0 -0
- /package/tabs/{modern-pcss-raw → cssm}/components/tab/index.css +0 -0
- /package/tabs/{modern-pcss-raw → cssm}/index.module-3a3764a3.js +0 -0
- /package/tabs/{modern-pcss-raw → cssm}/index.module-82f769c1.js +0 -0
- /package/tag/{modern-pcss-raw → cssm}/components/base-tag/default.css +0 -0
- /package/tag/{modern-pcss-raw → cssm}/components/base-tag/index.css +0 -0
- /package/tag/{modern-pcss-raw → cssm}/components/base-tag/inverted.css +0 -0
- /package/tag/{modern-pcss-raw → cssm}/desktop/default.desktop.css +0 -0
- /package/tag/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/tag/{modern-pcss-raw → cssm}/desktop/inverted.desktop.css +0 -0
- /package/tag/{modern-pcss-raw → cssm}/mobile/default.mobile.css +0 -0
- /package/tag/{modern-pcss-raw → cssm}/mobile/inverted.mobile.css +0 -0
- /package/tag/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/text/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/text/{modern-pcss-raw → cssm}/mixin.css +0 -0
- /package/textarea/{modern-pcss-raw/PseudoTextArea-e6a7254f.d.ts → cssm/PseudoTextArea-c0c8d29f.d.ts} +0 -0
- /package/textarea/{modern-pcss-raw/PseudoTextArea-e6a7254f.js → cssm/PseudoTextArea-c0c8d29f.js} +0 -0
- /package/textarea/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/textarea/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/textarea/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/toast/{modern-pcss-raw → cssm}/components/base-toast/index.css +0 -0
- /package/toast-plate/{modern-pcss-raw → cssm}/components/base-toast-plate/default.css +0 -0
- /package/toast-plate/{modern-pcss-raw → cssm}/components/base-toast-plate/index.css +0 -0
- /package/toast-plate/{modern-pcss-raw → cssm}/components/base-toast-plate/inverted.css +0 -0
- /package/toast-plate/{modern-pcss-raw → cssm}/desktop/desktop.css +0 -0
- /package/toast-plate/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/tooltip/{modern-pcss-raw → cssm}/default.css +0 -0
- /package/tooltip/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/tooltip/{modern-pcss-raw → cssm}/inverted.css +0 -0
- /package/tooltip/{modern-pcss-raw → cssm}/mobile/mobile.css +0 -0
- /package/typography/{colors.module-b2a61adb.js → colors.module-918727b3.js} +0 -0
- /package/typography/{common.module-d09c3fc7.js → common.module-d4770eac.js} +0 -0
- /package/typography/{modern-pcss-raw → cssm}/colors.css +0 -0
- /package/typography/{modern-pcss-raw → cssm}/colors.module-e817308e.js +0 -0
- /package/typography/{modern-pcss-raw → cssm}/common.module-3b15e65f.js +0 -0
- /package/typography/{modern-pcss-raw → cssm}/hooks/use-skeleton.css +0 -0
- /package/typography/{modern-pcss-raw → cssm}/text/index.css +0 -0
- /package/typography/{modern-pcss-raw → cssm}/title/common.css +0 -0
- /package/typography/{modern-pcss-raw → cssm}/title/index.css +0 -0
- /package/typography/{modern-pcss-raw → cssm}/title-mobile/index.css +0 -0
- /package/typography/{modern-pcss-raw → cssm}/title-responsive/index.css +0 -0
- /package/typography/esm/{colors.module-d5bd996d.js → colors.module-f2be7c05.js} +0 -0
- /package/typography/esm/{common.module-dc179c28.js → common.module-aef869a0.js} +0 -0
- /package/typography/modern/{colors.module-66058d2e.js → colors.module-e6ce2cda.js} +0 -0
- /package/typography/modern/{common.module-6901416e.js → common.module-208e0ae4.js} +0 -0
- /package/underlay/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/underlay/{modern-pcss-raw → cssm}/index.module-5beba1c7.js +0 -0
- /package/universal-date-input/{modern-pcss-raw → cssm}/index.css +0 -0
- /package/universal-date-input/{modern-pcss-raw → cssm}/index.module-cb4e6b79.js +0 -0
- /package/with-suffix/{modern-pcss-raw → cssm}/index.css +0 -0
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
2
|
-
} /* deprecated */ :root {
|
|
3
|
-
--color-light-border-primary: #d5d6dc;
|
|
4
|
-
--color-light-modal-bg-primary: #fff;
|
|
5
|
-
--color-light-text-primary: #0e0e0e;
|
|
6
|
-
--color-light-text-secondary: rgba(4, 4, 19, 0.55);
|
|
7
|
-
--color-light-transparent-default-hover: rgba(38, 55, 88, 0.06);
|
|
8
|
-
--color-light-transparent-default-press: rgba(30, 43, 68, 0.08); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
9
|
-
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
10
|
-
} :root {
|
|
11
|
-
} :root {
|
|
12
|
-
|
|
13
|
-
/* Hard */
|
|
14
|
-
|
|
15
|
-
/* Up */
|
|
16
|
-
|
|
17
|
-
/* Hard up */
|
|
18
|
-
} :root {
|
|
19
|
-
} :root {
|
|
20
|
-
--gap-s: 12px;
|
|
21
|
-
--gap-m: 16px;
|
|
22
|
-
} :root {
|
|
23
|
-
} :root {
|
|
24
|
-
--disabled-cursor: not-allowed;
|
|
25
|
-
--size-s-height: 48px;
|
|
26
|
-
--size-m-height: 56px;
|
|
27
|
-
--size-l-height: 64px;
|
|
28
|
-
--size-xl-height: 72px;
|
|
29
|
-
} :root {
|
|
30
|
-
|
|
31
|
-
/* options list */
|
|
32
|
-
--select-option-divider-display: none;
|
|
33
|
-
--select-option-divider-background: var(--color-light-border-primary);
|
|
34
|
-
|
|
35
|
-
/* option */
|
|
36
|
-
|
|
37
|
-
--select-option-left-padding: var(--gap-s);
|
|
38
|
-
--select-option-right-padding: var(--gap-s);
|
|
39
|
-
--select-option-l-left-padding: var(--gap-m);
|
|
40
|
-
--select-option-l-right-padding: var(--gap-m);
|
|
41
|
-
--select-option-background: var(--color-light-modal-bg-primary);
|
|
42
|
-
--select-option-selected-background: var(--color-light-modal-bg-primary);
|
|
43
|
-
--select-option-hover-background: var(--color-light-transparent-default-hover);
|
|
44
|
-
--select-option-active-background: var(--color-light-transparent-default-press);
|
|
45
|
-
--select-option-disabled-background: var(--color-light-modal-bg-primary);
|
|
46
|
-
--select-option-color: var(--color-light-text-primary);
|
|
47
|
-
--select-option-selected-color: var(--color-light-text-primary);
|
|
48
|
-
--select-option-hover-color: var(--color-light-text-primary);
|
|
49
|
-
--select-option-active-color: var(--color-light-text-primary);
|
|
50
|
-
--select-option-disabled-color: var(--color-light-text-secondary);
|
|
51
|
-
|
|
52
|
-
/* checkmark */
|
|
53
|
-
|
|
54
|
-
/* optgroup */
|
|
55
|
-
} .option {
|
|
56
|
-
font-size: 16px;
|
|
57
|
-
line-height: 20px;
|
|
58
|
-
font-weight: 400;
|
|
59
|
-
|
|
60
|
-
display: flex;
|
|
61
|
-
align-items: center;
|
|
62
|
-
padding-left: var(--select-option-left-padding);
|
|
63
|
-
padding-right: var(--select-option-right-padding);
|
|
64
|
-
transition: background-color 0.2s ease;
|
|
65
|
-
background: var(--select-option-background);
|
|
66
|
-
color: var(--select-option-color);
|
|
67
|
-
box-sizing: border-box;
|
|
68
|
-
position: relative;
|
|
69
|
-
cursor: pointer
|
|
70
|
-
} .option:not(.disabled):active {
|
|
71
|
-
background: var(--select-option-active-background);
|
|
72
|
-
color: var(--select-option-active-color);
|
|
73
|
-
} .option:before {
|
|
74
|
-
content: '';
|
|
75
|
-
position: absolute;
|
|
76
|
-
left: var(--select-option-left-padding);
|
|
77
|
-
right: var(--select-option-right-padding);
|
|
78
|
-
top: 0;
|
|
79
|
-
height: 1px;
|
|
80
|
-
background: var(--select-option-divider-background);
|
|
81
|
-
display: var(--select-option-divider-display);
|
|
82
|
-
transition: opacity 0.2s ease;
|
|
83
|
-
} .option:first-child:before {
|
|
84
|
-
display: none;
|
|
85
|
-
} .size-48 {
|
|
86
|
-
min-height: var(--size-s-height);
|
|
87
|
-
} .size-56 {
|
|
88
|
-
min-height: var(--size-m-height);
|
|
89
|
-
} .size-64 {
|
|
90
|
-
min-height: var(--size-l-height);
|
|
91
|
-
} .size-72 {
|
|
92
|
-
min-height: var(--size-xl-height);
|
|
93
|
-
} .size-64,
|
|
94
|
-
.size-72 {
|
|
95
|
-
padding-left: var(--select-option-l-left-padding);
|
|
96
|
-
padding-right: var(--select-option-l-right-padding)
|
|
97
|
-
} .size-64:before, .size-72:before {
|
|
98
|
-
left: var(--select-option-l-left-padding);
|
|
99
|
-
right: var(--select-option-l-right-padding);
|
|
100
|
-
} .selected {
|
|
101
|
-
background: var(--select-option-selected-background);
|
|
102
|
-
color: var(--select-option-selected-color);
|
|
103
|
-
cursor: default;
|
|
104
|
-
} .highlighted {
|
|
105
|
-
background: var(--select-option-hover-background);
|
|
106
|
-
color: var(--select-option-hover-color)
|
|
107
|
-
} .highlighted:before,
|
|
108
|
-
.highlighted + .option:before {
|
|
109
|
-
opacity: 0;
|
|
110
|
-
} .disabled {
|
|
111
|
-
cursor: var(--disabled-cursor);
|
|
112
|
-
background: var(--select-option-disabled-background);
|
|
113
|
-
color: var(--select-option-disabled-color);
|
|
114
|
-
} .content {
|
|
115
|
-
overflow: hidden;
|
|
116
|
-
flex: 1;
|
|
117
|
-
text-overflow: ellipsis;
|
|
118
|
-
} .textContent {
|
|
119
|
-
padding-top: var(--gap-s);
|
|
120
|
-
padding-bottom: var(--gap-s);
|
|
121
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
2
|
-
} /* deprecated */ :root {
|
|
3
|
-
--color-light-neutral-300: #e7e8eb;
|
|
4
|
-
--color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
|
-
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
|
-
} :root {
|
|
7
|
-
} :root {
|
|
8
|
-
|
|
9
|
-
/* Hard */
|
|
10
|
-
|
|
11
|
-
/* Up */
|
|
12
|
-
|
|
13
|
-
/* Hard up */
|
|
14
|
-
} :root {
|
|
15
|
-
} :root {
|
|
16
|
-
--gap-s: 12px;
|
|
17
|
-
--gap-m: 16px;
|
|
18
|
-
--gap-xl: 24px;
|
|
19
|
-
} :root {
|
|
20
|
-
} :root {
|
|
21
|
-
} :root {
|
|
22
|
-
|
|
23
|
-
/* options list */
|
|
24
|
-
--select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
|
|
25
|
-
|
|
26
|
-
/* option */
|
|
27
|
-
|
|
28
|
-
/* checkmark */
|
|
29
|
-
|
|
30
|
-
/* optgroup */
|
|
31
|
-
} .optionsList {
|
|
32
|
-
width: 100%;
|
|
33
|
-
outline: none;
|
|
34
|
-
box-sizing: border-box;
|
|
35
|
-
position: relative;
|
|
36
|
-
} .optionsListHeader {
|
|
37
|
-
box-sizing: border-box;
|
|
38
|
-
border-bottom: 1px solid transparent;
|
|
39
|
-
transition: border-color 0.2s ease
|
|
40
|
-
} .optionsListHeader.headerHighlighted {
|
|
41
|
-
border-bottom-color: var(--color-light-neutral-300);
|
|
42
|
-
} .optionsListFooter {
|
|
43
|
-
position: sticky;
|
|
44
|
-
bottom: 0;
|
|
45
|
-
box-sizing: border-box;
|
|
46
|
-
border-top: 1px solid transparent;
|
|
47
|
-
transition: border-color 0.2s ease
|
|
48
|
-
} .optionsListFooter.withBorder {
|
|
49
|
-
border-top-color: var(--color-light-neutral-300);
|
|
50
|
-
} .scrollable {
|
|
51
|
-
overflow: auto;
|
|
52
|
-
width: 100%;
|
|
53
|
-
} .emptyPlaceholder {
|
|
54
|
-
padding: var(--gap-m) var(--gap-s);
|
|
55
|
-
color: var(--select-options-list-empty-placeholder-color);
|
|
56
|
-
} .size-64 .emptyPlaceholder,
|
|
57
|
-
.size-72 .emptyPlaceholder {
|
|
58
|
-
padding: var(--gap-xl) var(--gap-m);
|
|
59
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
2
|
-
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
|
-
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
|
-
} :root {
|
|
5
|
-
} :root {
|
|
6
|
-
|
|
7
|
-
/* Hard */
|
|
8
|
-
|
|
9
|
-
/* Up */
|
|
10
|
-
|
|
11
|
-
/* Hard up */
|
|
12
|
-
} :root {
|
|
13
|
-
} :root {
|
|
14
|
-
} :root {
|
|
15
|
-
} :root {
|
|
16
|
-
} :root {
|
|
17
|
-
|
|
18
|
-
/* options list */
|
|
19
|
-
|
|
20
|
-
/* option */
|
|
21
|
-
|
|
22
|
-
/* checkmark */
|
|
23
|
-
|
|
24
|
-
/* optgroup */
|
|
25
|
-
} .component.component {
|
|
26
|
-
width: auto;
|
|
27
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
2
|
-
} /* deprecated */ :root {
|
|
3
|
-
--color-light-border-primary: #d5d6dc;
|
|
4
|
-
--color-light-neutral-300: #e7e8eb;
|
|
5
|
-
--color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
|
-
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
|
-
} :root {
|
|
8
|
-
} :root {
|
|
9
|
-
|
|
10
|
-
/* Hard */
|
|
11
|
-
|
|
12
|
-
/* Up */
|
|
13
|
-
|
|
14
|
-
/* Hard up */
|
|
15
|
-
} :root {
|
|
16
|
-
} :root {
|
|
17
|
-
--gap-s: 12px;
|
|
18
|
-
--gap-m: 16px;
|
|
19
|
-
--gap-xl: 24px;
|
|
20
|
-
} :root {
|
|
21
|
-
} :root {
|
|
22
|
-
} :root {
|
|
23
|
-
|
|
24
|
-
/* options list */
|
|
25
|
-
--select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
|
|
26
|
-
--select-option-divider-display: none;
|
|
27
|
-
--select-option-divider-background: var(--color-light-border-primary);
|
|
28
|
-
|
|
29
|
-
/* option */
|
|
30
|
-
|
|
31
|
-
--select-option-left-padding: var(--gap-s);
|
|
32
|
-
--select-option-right-padding: var(--gap-s);
|
|
33
|
-
|
|
34
|
-
/* checkmark */
|
|
35
|
-
|
|
36
|
-
/* optgroup */
|
|
37
|
-
} .virtualOptionsList {
|
|
38
|
-
width: 100%;
|
|
39
|
-
outline: none;
|
|
40
|
-
box-sizing: border-box;
|
|
41
|
-
position: sticky;
|
|
42
|
-
} .virtualOptionsListHeader {
|
|
43
|
-
box-sizing: border-box;
|
|
44
|
-
border-bottom: 1px solid var(--color-light-neutral-300);
|
|
45
|
-
} .virtualOptionsListFooter {
|
|
46
|
-
position: sticky;
|
|
47
|
-
bottom: 0;
|
|
48
|
-
box-sizing: border-box;
|
|
49
|
-
border-top: 1px solid transparent
|
|
50
|
-
} .virtualOptionsListFooter.withBorder {
|
|
51
|
-
border-top: 1px solid var(--color-light-neutral-300);
|
|
52
|
-
} .scrollable {
|
|
53
|
-
position: relative;
|
|
54
|
-
overflow: auto;
|
|
55
|
-
width: 100%;
|
|
56
|
-
} .inner {
|
|
57
|
-
position: relative;
|
|
58
|
-
width: 100%;
|
|
59
|
-
} .virtualRow {
|
|
60
|
-
position: absolute;
|
|
61
|
-
top: 0;
|
|
62
|
-
left: 0;
|
|
63
|
-
width: 100%
|
|
64
|
-
} .virtualRow:before {
|
|
65
|
-
content: '';
|
|
66
|
-
position: absolute;
|
|
67
|
-
z-index: 1;
|
|
68
|
-
left: var(--select-option-left-padding);
|
|
69
|
-
right: var(--select-option-right-padding);
|
|
70
|
-
top: 0;
|
|
71
|
-
height: 1px;
|
|
72
|
-
background: var(--select-option-divider-background);
|
|
73
|
-
display: var(--select-option-divider-display);
|
|
74
|
-
} .virtualRow:first-child:before {
|
|
75
|
-
display: none;
|
|
76
|
-
} .highlighted:before,
|
|
77
|
-
.highlighted + .virtualRow:before {
|
|
78
|
-
display: none;
|
|
79
|
-
} .emptyPlaceholder {
|
|
80
|
-
padding: var(--gap-m) var(--gap-s);
|
|
81
|
-
color: var(--select-options-list-empty-placeholder-color);
|
|
82
|
-
} .size-64 .emptyPlaceholder,
|
|
83
|
-
.size-72 .emptyPlaceholder {
|
|
84
|
-
padding: var(--gap-xl) var(--gap-m);
|
|
85
|
-
}
|
package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
2
|
-
} /* deprecated */ :root {
|
|
3
|
-
--color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
|
-
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
|
-
} :root {
|
|
6
|
-
} :root {
|
|
7
|
-
|
|
8
|
-
/* Hard */
|
|
9
|
-
|
|
10
|
-
/* Up */
|
|
11
|
-
|
|
12
|
-
/* Hard up */
|
|
13
|
-
} :root {
|
|
14
|
-
} :root {
|
|
15
|
-
--gap-xs: 8px;
|
|
16
|
-
--gap-s: 12px;
|
|
17
|
-
} :root {
|
|
18
|
-
} :root {
|
|
19
|
-
} .footer {
|
|
20
|
-
background-color: var(--color-light-bg-primary);
|
|
21
|
-
padding: var(--gap-s);
|
|
22
|
-
outline: none
|
|
23
|
-
} .footer > * + * {
|
|
24
|
-
margin-left: var(--gap-xs);
|
|
25
|
-
}
|
package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
2
|
-
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
|
-
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
|
-
} :root {
|
|
5
|
-
} :root {
|
|
6
|
-
|
|
7
|
-
/* Hard */
|
|
8
|
-
|
|
9
|
-
/* Up */
|
|
10
|
-
|
|
11
|
-
/* Hard up */
|
|
12
|
-
} :root {
|
|
13
|
-
} :root {
|
|
14
|
-
--gap-xs: 8px;
|
|
15
|
-
--gap-s: 12px;
|
|
16
|
-
} :root {
|
|
17
|
-
} :root {
|
|
18
|
-
} .desktop {
|
|
19
|
-
padding: var(--gap-s);
|
|
20
|
-
} .mobile {
|
|
21
|
-
padding: var(--gap-s) var(--gap-xs);
|
|
22
|
-
}
|
package/select/cssm/vars.css
DELETED
package/select/hook-8f58d9d9.js
DELETED
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
var tslib = require('tslib');
|
|
2
|
-
var React = require('react');
|
|
3
|
-
var utils = require('./utils.js');
|
|
4
|
-
var components_optionsList_Component = require('./components/options-list/Component.js');
|
|
5
|
-
var consts = require('./consts.js');
|
|
6
|
-
var presets_useSelectWithApply_optionsListWithApply_footer_Component = require('./presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_header_Component = require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
8
|
-
|
|
9
|
-
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
|
-
|
|
11
|
-
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
12
|
-
|
|
13
|
-
var OptionsListWithApply = React.forwardRef(function (_a, ref) {
|
|
14
|
-
var toggleMenu = _a.toggleMenu, defaultGetOptionProps = _a.getOptionProps, _b = _a.showClear, showClear = _b === void 0 ? true : _b, showHeaderWithSelectAll = _a.showHeaderWithSelectAll, _c = _a.selectedDraft, selectedDraft = _c === void 0 ? [] : _c, _d = _a.flatOptions, flatOptions = _d === void 0 ? [] : _d, _e = _a.OptionsList, OptionsList = _e === void 0 ? components_optionsList_Component.OptionsList : _e, _f = _a.onApply, onApply = _f === void 0 ? function () { return null; } : _f, _g = _a.onClear, onClear = _g === void 0 ? function () { return null; } : _g, _h = _a.onClose, onClose = _h === void 0 ? function () { return null; } : _h, _j = _a.visibleOptions, visibleOptions = _j === void 0 ? consts.DEFAULT_VISIBLE_OPTIONS : _j, _k = _a.Footer, Footer = _k === void 0 ? presets_useSelectWithApply_optionsListWithApply_footer_Component.Footer : _k, _l = _a.Header, Header = _l === void 0 ? presets_useSelectWithApply_optionsListWithApply_header_Component.Header : _l, header = _a.header, headerProps = _a.headerProps, restProps = tslib.__rest(_a, ["toggleMenu", "getOptionProps", "showClear", "showHeaderWithSelectAll", "selectedDraft", "flatOptions", "OptionsList", "onApply", "onClear", "onClose", "visibleOptions", "Footer", "Header", "header", "headerProps"]);
|
|
15
|
-
var getOptionProps = React.useCallback(function (option, index) {
|
|
16
|
-
var optionProps = defaultGetOptionProps(option, index);
|
|
17
|
-
var selected = option.key === SELECT_ALL_KEY
|
|
18
|
-
? selectedDraft.length === flatOptions.length - 1
|
|
19
|
-
: selectedDraft.some(function (_a) {
|
|
20
|
-
var key = _a.key;
|
|
21
|
-
return key === option.key;
|
|
22
|
-
});
|
|
23
|
-
return tslib.__assign(tslib.__assign({}, optionProps), { selected: selected });
|
|
24
|
-
}, [defaultGetOptionProps, flatOptions.length, selectedDraft]);
|
|
25
|
-
var handleApply = React.useCallback(function () {
|
|
26
|
-
onApply();
|
|
27
|
-
toggleMenu();
|
|
28
|
-
}, [onApply, toggleMenu]);
|
|
29
|
-
var handleClear = React.useCallback(function () {
|
|
30
|
-
onClear();
|
|
31
|
-
toggleMenu();
|
|
32
|
-
}, [onClear, toggleMenu]);
|
|
33
|
-
React.useEffect(function () {
|
|
34
|
-
var activeElement = document.activeElement;
|
|
35
|
-
return function () {
|
|
36
|
-
onClose();
|
|
37
|
-
if (activeElement) {
|
|
38
|
-
activeElement.focus();
|
|
39
|
-
}
|
|
40
|
-
};
|
|
41
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
42
|
-
}, []);
|
|
43
|
-
var renderHeader = function () {
|
|
44
|
-
if (!showHeaderWithSelectAll && !header)
|
|
45
|
-
return undefined;
|
|
46
|
-
return (React__default.default.createElement(React__default.default.Fragment, null,
|
|
47
|
-
header,
|
|
48
|
-
showHeaderWithSelectAll && React__default.default.createElement(Header, tslib.__assign({}, headerProps))));
|
|
49
|
-
};
|
|
50
|
-
return (React__default.default.createElement(OptionsList, tslib.__assign({}, restProps, { ref: ref, visibleOptions: visibleOptions, toggleMenu: toggleMenu, flatOptions: flatOptions, getOptionProps: getOptionProps, onApply: handleApply, onClear: handleClear, header: renderHeader(), footer: React__default.default.createElement(Footer, { handleApply: handleApply, handleClear: handleClear, showClear: showClear, selectedDraft: selectedDraft, dataTestId: restProps === null || restProps === void 0 ? void 0 : restProps.dataTestId }) })));
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
var SELECT_ALL_KEY = 'select_all';
|
|
54
|
-
var selectAllOption = { key: SELECT_ALL_KEY, content: 'Выбрать все' };
|
|
55
|
-
function useSelectWithApply(_a) {
|
|
56
|
-
var options = _a.options, selected = _a.selected, _b = _a.onChange, onChange = _b === void 0 ? function () { return null; } : _b, OptionsList = _a.OptionsList, _c = _a.optionsListProps, optionsListProps = _c === void 0 ? {} : _c, _d = _a.showClear, showClear = _d === void 0 ? true : _d, _e = _a.showSelectAll, showSelectAll = _e === void 0 ? false : _e, _f = _a.showHeaderWithSelectAll, showHeaderWithSelectAll = _f === void 0 ? false : _f, showSearch = _a.showSearch, _g = _a.searchProps, searchProps = _g === void 0 ? {} : _g;
|
|
57
|
-
var _h = React.useState(''), searchState = _h[0], setSearchState = _h[1];
|
|
58
|
-
var _j = typeof (searchProps === null || searchProps === void 0 ? void 0 : searchProps.value) === 'string'
|
|
59
|
-
? [searchProps.value, searchProps.onChange]
|
|
60
|
-
: [searchState, setSearchState], search = _j[0], setSearch = _j[1];
|
|
61
|
-
var accessor = searchProps.accessor || utils.defaultAccessor;
|
|
62
|
-
var filterFn = searchProps.filterFn || utils.defaultFilterFn;
|
|
63
|
-
var _k = React.useMemo(function () {
|
|
64
|
-
return utils.processOptions(options, selected, showSearch ? function (option) { return filterFn(accessor(option), search); } : undefined);
|
|
65
|
-
}, [filterFn, accessor, options, search, selected, showSearch]), flatOptions = _k.flatOptions, selectedOptions = _k.selectedOptions;
|
|
66
|
-
var _l = React.useState(selectedOptions), selectedDraft = _l[0], setSelectedDraft = _l[1];
|
|
67
|
-
var selectedOptionsRef = React.useRef(selectedOptions);
|
|
68
|
-
var handleApply = function () {
|
|
69
|
-
onChange({
|
|
70
|
-
selected: selectedDraft[0],
|
|
71
|
-
selectedMultiple: selectedDraft,
|
|
72
|
-
initiator: null,
|
|
73
|
-
});
|
|
74
|
-
};
|
|
75
|
-
var handleClear = function () {
|
|
76
|
-
setSelectedDraft([]);
|
|
77
|
-
onChange({
|
|
78
|
-
selected: null,
|
|
79
|
-
selectedMultiple: [],
|
|
80
|
-
initiator: null,
|
|
81
|
-
});
|
|
82
|
-
};
|
|
83
|
-
var handleToggleAll = function () {
|
|
84
|
-
setSelectedDraft(flatOptions.length === selectedDraft.length ? [] : flatOptions);
|
|
85
|
-
};
|
|
86
|
-
var handleChange = function (_a) {
|
|
87
|
-
var initiator = _a.initiator, restArgs = tslib.__rest(_a, ["initiator"]);
|
|
88
|
-
if (!initiator) {
|
|
89
|
-
onChange(tslib.__assign({ initiator: null }, restArgs));
|
|
90
|
-
return;
|
|
91
|
-
}
|
|
92
|
-
var initiatorSelected = selectedDraft.includes(initiator) ||
|
|
93
|
-
(initiator.key === SELECT_ALL_KEY && selectedDraft.length === flatOptions.length);
|
|
94
|
-
if (initiator.key === SELECT_ALL_KEY) {
|
|
95
|
-
setSelectedDraft(initiatorSelected ? [] : flatOptions);
|
|
96
|
-
}
|
|
97
|
-
else {
|
|
98
|
-
setSelectedDraft(initiatorSelected
|
|
99
|
-
? selectedDraft.filter(function (o) { return o !== initiator; })
|
|
100
|
-
: selectedDraft.concat(initiator));
|
|
101
|
-
}
|
|
102
|
-
};
|
|
103
|
-
var handleClose = function () { return setSelectedDraft(selectedOptionsRef.current); };
|
|
104
|
-
React.useEffect(function () {
|
|
105
|
-
setSelectedDraft(selectedOptions);
|
|
106
|
-
selectedOptionsRef.current = selectedOptions;
|
|
107
|
-
}, [selectedOptions]);
|
|
108
|
-
var memoizedOptions = React.useMemo(function () { return (showSelectAll ? tslib.__spreadArray([selectAllOption], options, true) : options); }, [options, showSelectAll]);
|
|
109
|
-
return {
|
|
110
|
-
OptionsList: OptionsListWithApply,
|
|
111
|
-
optionsListProps: tslib.__assign(tslib.__assign({}, optionsListProps), { OptionsList: OptionsList, showClear: showClear, onClear: handleClear, onApply: handleApply, onClose: handleClose, selectedDraft: selectedDraft, showHeaderWithSelectAll: showHeaderWithSelectAll, headerProps: {
|
|
112
|
-
indeterminate: !!selectedDraft.length && selectedDraft.length < flatOptions.length,
|
|
113
|
-
checked: selectedDraft.length === flatOptions.length,
|
|
114
|
-
onChange: handleToggleAll,
|
|
115
|
-
} }),
|
|
116
|
-
allowUnselect: true,
|
|
117
|
-
multiple: true,
|
|
118
|
-
options: memoizedOptions,
|
|
119
|
-
onChange: handleChange,
|
|
120
|
-
selected: selected,
|
|
121
|
-
showSearch: showSearch,
|
|
122
|
-
searchProps: showSearch
|
|
123
|
-
? tslib.__assign(tslib.__assign({}, searchProps), { value: search, onChange: setSearch }) : undefined,
|
|
124
|
-
/* Костыль для респонсив селекта. В мобильную версию хук уже зашит, и это единственный передать в мобилку оригинальные пропсы */
|
|
125
|
-
originalProps: {
|
|
126
|
-
options: options,
|
|
127
|
-
selected: selected,
|
|
128
|
-
onChange: onChange,
|
|
129
|
-
OptionsList: OptionsList,
|
|
130
|
-
optionsListProps: optionsListProps,
|
|
131
|
-
showClear: showClear,
|
|
132
|
-
showSelectAll: showSelectAll,
|
|
133
|
-
showHeaderWithSelectAll: showHeaderWithSelectAll,
|
|
134
|
-
showSearch: showSearch,
|
|
135
|
-
searchProps: searchProps,
|
|
136
|
-
},
|
|
137
|
-
};
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
exports.OptionsListWithApply = OptionsListWithApply;
|
|
141
|
-
exports.SELECT_ALL_KEY = SELECT_ALL_KEY;
|
|
142
|
-
exports.useSelectWithApply = useSelectWithApply;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { OptionShape, OptionsListProps } from "./typings";
|
|
4
|
-
import { FooterProps } from "./presets/useSelectWithApply/options-list-with-apply/footer/Component";
|
|
5
|
-
import { HeaderProps } from "./presets/useSelectWithApply/options-list-with-apply/header/Component";
|
|
6
|
-
declare const OptionsListWithApply: React.ForwardRefExoticComponent<OptionsListProps & {
|
|
7
|
-
showClear?: boolean | undefined;
|
|
8
|
-
onClose?: (() => void) | undefined;
|
|
9
|
-
selectedDraft?: OptionShape[] | undefined;
|
|
10
|
-
OptionsList?: React.FC<OptionsListProps & React.RefAttributes<HTMLDivElement>> | undefined;
|
|
11
|
-
Footer?: React.FC<FooterProps> | undefined;
|
|
12
|
-
Header?: React.FC<HeaderProps> | undefined;
|
|
13
|
-
headerProps?: HeaderProps | undefined;
|
|
14
|
-
showHeaderWithSelectAll?: boolean | undefined;
|
|
15
|
-
} & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
-
export { OptionsListWithApply };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { SelectProps } from "./typings";
|
|
4
|
-
declare const SelectResponsive: React.ForwardRefExoticComponent<(SelectProps & {
|
|
5
|
-
originalProps?: SelectProps | undefined;
|
|
6
|
-
}) & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export { SelectResponsive };
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
import { useMatchMedia } from '../../mq/modern-pcss-raw';
|
|
3
|
-
import { SelectDesktop } from './desktop/Component.desktop.js';
|
|
4
|
-
import { SelectMobile } from './mobile/Component.mobile.js';
|
|
5
|
-
import './mobile/Component.modal.mobile.js';
|
|
6
|
-
import '../../form-control/modern-pcss-raw/desktop';
|
|
7
|
-
import '../../popover/modern-pcss-raw';
|
|
8
|
-
import './components/arrow/Component.js';
|
|
9
|
-
import 'classnames';
|
|
10
|
-
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
11
|
-
import './components/base-select/Component.js';
|
|
12
|
-
import 'react-merge-refs';
|
|
13
|
-
import '@juggle/resize-observer';
|
|
14
|
-
import 'compute-scroll-into-view';
|
|
15
|
-
import 'downshift';
|
|
16
|
-
import '../../shared/modern-pcss-raw';
|
|
17
|
-
import '@alfalab/hooks';
|
|
18
|
-
import './utils.js';
|
|
19
|
-
import './components/native-select/Component.js';
|
|
20
|
-
import './components/field/Component.js';
|
|
21
|
-
import './components/optgroup/Component.js';
|
|
22
|
-
import './consts.js';
|
|
23
|
-
import './components/option/Component.js';
|
|
24
|
-
import './components/checkmark/Component.js';
|
|
25
|
-
import '../../badge/modern-pcss-raw';
|
|
26
|
-
import '../../checkbox/modern-pcss-raw';
|
|
27
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
28
|
-
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
29
|
-
import './components/checkmark-mobile/Component.js';
|
|
30
|
-
import './components/options-list/Component.js';
|
|
31
|
-
import '../../scrollbar/modern-pcss-raw';
|
|
32
|
-
import './components/search/Component.js';
|
|
33
|
-
import '../../input/modern-pcss-raw';
|
|
34
|
-
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
35
|
-
import '../../bottom-sheet/modern-pcss-raw';
|
|
36
|
-
import '../../form-control/modern-pcss-raw/mobile';
|
|
37
|
-
import '../../modal/modern-pcss-raw/mobile';
|
|
38
|
-
import './components/footer/Component.js';
|
|
39
|
-
import '../../base-modal/modern-pcss-raw';
|
|
40
|
-
import '../../button/modern-pcss-raw/mobile';
|
|
41
|
-
import './components/virtual-options-list/Component.js';
|
|
42
|
-
import 'react-virtual';
|
|
43
|
-
import './hook-ff5dd724.js';
|
|
44
|
-
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
45
|
-
import '../../button/modern-pcss-raw/desktop';
|
|
46
|
-
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
47
|
-
|
|
48
|
-
const SelectResponsive = forwardRef(({ onScroll, fieldProps, breakpoint = 1024, defaultMatchMediaValue, ...restProps }, ref) => {
|
|
49
|
-
const [isDesktop] = useMatchMedia(`(min-width: ${breakpoint}px)`, defaultMatchMediaValue);
|
|
50
|
-
if (isDesktop) {
|
|
51
|
-
return (React.createElement(SelectDesktop, { onScroll: onScroll, ...restProps, ref: ref, fieldProps: fieldProps }));
|
|
52
|
-
}
|
|
53
|
-
const mobileProps = {
|
|
54
|
-
...restProps,
|
|
55
|
-
/* В мобильную версию хук уже зашит, и это единственный передать в мобилку оригинальные пропсы */
|
|
56
|
-
...restProps.originalProps,
|
|
57
|
-
};
|
|
58
|
-
return React.createElement(SelectMobile, { fieldProps: fieldProps, ...mobileProps, ref: ref });
|
|
59
|
-
});
|
|
60
|
-
|
|
61
|
-
export { SelectResponsive };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import cn from 'classnames';
|
|
3
|
-
import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
4
|
-
|
|
5
|
-
const styles = {"arrow":"arrow","open":"open"};
|
|
6
|
-
require('./index.css');
|
|
7
|
-
|
|
8
|
-
const Arrow = ({ open, className }) => (React.createElement(ChevronDownMIcon, { className: cn(styles.arrow, className, { [styles.open]: open }) }));
|
|
9
|
-
|
|
10
|
-
export { Arrow };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./Component";
|