@alfalab/core-components 42.0.0-beta.1 → 42.0.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/action-button/Component.js +4 -4
- package/action-button/default.css +10 -10
- package/action-button/esm/Component.js +4 -4
- package/action-button/esm/default.css +10 -10
- package/action-button/esm/index.css +9 -9
- package/action-button/esm/inverted.css +10 -10
- package/action-button/esm/static.css +6 -6
- package/action-button/index.css +9 -9
- package/action-button/inverted.css +10 -10
- package/action-button/modern/Component.js +4 -4
- package/action-button/modern/default.css +10 -10
- package/action-button/modern/index.css +9 -9
- package/action-button/modern/inverted.css +10 -10
- package/action-button/modern/static.css +6 -6
- package/action-button/static.css +6 -6
- package/alert/Component.js +1 -1
- package/alert/esm/Component.js +1 -1
- package/alert/esm/index.css +2 -2
- package/alert/index.css +2 -2
- package/alert/modern/Component.js +1 -1
- package/alert/modern/index.css +2 -2
- package/amount/component.js +1 -1
- package/amount/cssm/pure/component.js +4 -3
- package/amount/esm/component.js +1 -1
- package/amount/esm/index.css +7 -7
- package/amount/esm/pure/component.js +5 -4
- package/amount/esm/pure/index.css +2 -2
- package/amount/index.css +7 -7
- package/amount/modern/component.js +1 -1
- package/amount/modern/index.css +7 -7
- package/amount/modern/pure/component.js +3 -2
- package/amount/modern/pure/index.css +2 -2
- package/amount/pure/component.js +5 -4
- package/amount/pure/index.css +2 -2
- package/amount-input/Component.js +7 -7
- package/amount-input/cssm/Component.js +4 -4
- package/amount-input/default.css +2 -2
- package/amount-input/esm/Component.js +7 -7
- package/amount-input/esm/default.css +2 -2
- package/amount-input/esm/index.css +7 -7
- package/amount-input/esm/inverted.css +2 -2
- package/amount-input/index.css +7 -7
- package/amount-input/inverted.css +2 -2
- package/amount-input/modern/Component.js +5 -5
- package/amount-input/modern/default.css +2 -2
- package/amount-input/modern/index.css +7 -7
- package/amount-input/modern/inverted.css +2 -2
- package/attach/Component.d.ts +1 -1
- package/attach/Component.js +1 -1
- package/attach/cssm/Component.d.ts +1 -1
- package/attach/esm/Component.d.ts +1 -1
- package/attach/esm/Component.js +1 -1
- package/attach/esm/index.css +25 -25
- package/attach/index.css +25 -25
- package/attach/modern/Component.d.ts +1 -1
- package/attach/modern/Component.js +1 -1
- package/attach/modern/index.css +25 -25
- package/backdrop/Component.js +1 -1
- package/backdrop/esm/Component.js +1 -1
- package/backdrop/esm/index.css +10 -10
- package/backdrop/index.css +10 -10
- package/backdrop/modern/Component.js +1 -1
- package/backdrop/modern/index.css +10 -10
- package/badge/Component.js +1 -1
- package/badge/esm/Component.js +1 -1
- package/badge/esm/index.css +46 -46
- package/badge/index.css +46 -46
- package/badge/modern/Component.js +1 -1
- package/badge/modern/index.css +46 -46
- package/bank-card/Component.js +1 -1
- package/bank-card/esm/Component.js +1 -1
- package/bank-card/esm/index.css +19 -19
- package/bank-card/index.css +19 -19
- package/bank-card/modern/Component.js +1 -1
- package/bank-card/modern/index.css +19 -19
- package/base-modal/Component.js +1 -1
- package/base-modal/esm/Component.js +1 -1
- package/base-modal/esm/index.css +13 -13
- package/base-modal/index.css +13 -13
- package/base-modal/modern/Component.js +1 -1
- package/base-modal/modern/index.css +13 -13
- package/bottom-sheet/component.js +1 -1
- package/bottom-sheet/components/footer/Component.js +1 -1
- package/bottom-sheet/components/footer/index.css +26 -26
- package/bottom-sheet/components/header/Component.js +1 -1
- package/bottom-sheet/components/header/index.css +13 -13
- package/bottom-sheet/esm/component.js +1 -1
- package/bottom-sheet/esm/components/footer/Component.js +1 -1
- package/bottom-sheet/esm/components/footer/index.css +26 -26
- package/bottom-sheet/esm/components/header/Component.js +1 -1
- package/bottom-sheet/esm/components/header/index.css +13 -13
- package/bottom-sheet/esm/index.css +41 -41
- package/bottom-sheet/index.css +41 -41
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/footer/Component.js +1 -1
- package/bottom-sheet/modern/components/footer/index.css +26 -26
- package/bottom-sheet/modern/components/header/Component.js +1 -1
- package/bottom-sheet/modern/components/header/index.css +13 -13
- package/bottom-sheet/modern/index.css +41 -41
- package/button/Component.desktop.d.ts +6 -0
- package/button/Component.desktop.js +31 -0
- package/button/Component.mobile.d.ts +6 -0
- package/button/Component.mobile.js +31 -0
- package/button/Component.responsive.d.ts +5 -0
- package/button/Component.responsive.js +27 -0
- package/button/components/base-button/Component.d.ts +10 -0
- package/button/components/base-button/Component.js +114 -0
- package/button/components/base-button/default.css +275 -0
- package/button/components/base-button/index.css +257 -0
- package/button/components/base-button/index.d.ts +1 -0
- package/button/components/base-button/index.js +15 -0
- package/button/components/base-button/inverted.css +272 -0
- package/button/cssm/Component.desktop.d.ts +6 -0
- package/button/cssm/Component.desktop.js +31 -0
- package/button/cssm/Component.mobile.d.ts +6 -0
- package/button/cssm/Component.mobile.js +31 -0
- package/button/cssm/Component.responsive.d.ts +5 -0
- package/button/cssm/Component.responsive.js +36 -0
- package/button/cssm/components/base-button/Component.d.ts +10 -0
- package/button/cssm/components/base-button/Component.js +111 -0
- package/button/cssm/components/base-button/default.module.css +274 -0
- package/button/cssm/components/base-button/index.d.ts +1 -0
- package/button/cssm/components/base-button/index.js +18 -0
- package/button/cssm/components/base-button/index.module.css +256 -0
- package/button/cssm/components/base-button/inverted.module.css +271 -0
- package/button/cssm/default.desktop.module.css +115 -0
- package/button/cssm/default.mobile.module.css +114 -0
- package/button/cssm/desktop.d.ts +2 -0
- package/button/cssm/desktop.js +21 -0
- package/button/cssm/desktop.module.css +95 -0
- package/button/cssm/index.d.ts +2 -1
- package/button/cssm/index.js +15 -6
- package/button/cssm/inverted.desktop.module.css +121 -0
- package/button/cssm/inverted.mobile.module.css +123 -0
- package/button/cssm/mobile.d.ts +2 -0
- package/button/cssm/mobile.js +21 -0
- package/button/cssm/mobile.module.css +96 -0
- package/button/cssm/typings.d.ts +95 -0
- package/button/cssm/typings.js +1 -0
- package/button/cssm/vars.css +75 -0
- package/button/default.desktop.css +116 -0
- package/button/default.mobile.css +115 -0
- package/button/desktop.css +96 -0
- package/button/desktop.d.ts +2 -0
- package/button/desktop.js +15 -0
- package/button/esm/Component.desktop.d.ts +6 -0
- package/button/esm/Component.desktop.js +25 -0
- package/button/esm/Component.mobile.d.ts +6 -0
- package/button/esm/Component.mobile.js +25 -0
- package/button/esm/Component.responsive.d.ts +5 -0
- package/button/esm/Component.responsive.js +21 -0
- package/button/esm/components/base-button/Component.d.ts +10 -0
- package/button/esm/components/base-button/Component.js +105 -0
- package/button/esm/components/base-button/default.css +275 -0
- package/button/esm/components/base-button/index.css +257 -0
- package/button/esm/components/base-button/index.d.ts +1 -0
- package/button/esm/components/base-button/index.js +8 -0
- package/button/esm/components/base-button/inverted.css +272 -0
- package/button/esm/default.desktop.css +116 -0
- package/button/esm/default.mobile.css +115 -0
- package/button/esm/desktop.css +96 -0
- package/button/esm/desktop.d.ts +2 -0
- package/button/esm/desktop.js +9 -0
- package/button/esm/index.d.ts +2 -1
- package/button/esm/index.js +5 -1
- package/button/esm/inverted.desktop.css +122 -0
- package/button/esm/inverted.mobile.css +124 -0
- package/button/esm/mobile.css +97 -0
- package/button/esm/mobile.d.ts +2 -0
- package/button/esm/mobile.js +9 -0
- package/button/esm/typings.d.ts +95 -0
- package/button/esm/typings.js +1 -0
- package/button/index.d.ts +2 -1
- package/button/index.js +6 -3
- package/button/inverted.desktop.css +122 -0
- package/button/inverted.mobile.css +124 -0
- package/button/mobile.css +97 -0
- package/button/mobile.d.ts +2 -0
- package/button/mobile.js +15 -0
- package/button/modern/Component.desktop.d.ts +6 -0
- package/button/modern/Component.desktop.js +24 -0
- package/button/modern/Component.mobile.d.ts +6 -0
- package/button/modern/Component.mobile.js +24 -0
- package/button/modern/Component.responsive.d.ts +5 -0
- package/button/modern/Component.responsive.js +19 -0
- package/button/modern/components/base-button/Component.d.ts +10 -0
- package/button/modern/components/base-button/Component.js +103 -0
- package/button/modern/components/base-button/default.css +275 -0
- package/button/modern/components/base-button/index.css +257 -0
- package/button/modern/components/base-button/index.d.ts +1 -0
- package/button/modern/components/base-button/index.js +7 -0
- package/button/modern/components/base-button/inverted.css +272 -0
- package/button/modern/default.desktop.css +116 -0
- package/button/modern/default.mobile.css +115 -0
- package/button/modern/desktop.css +96 -0
- package/button/modern/desktop.d.ts +2 -0
- package/button/modern/desktop.js +8 -0
- package/button/modern/index.d.ts +2 -1
- package/button/modern/index.js +5 -1
- package/button/modern/inverted.desktop.css +122 -0
- package/button/modern/inverted.mobile.css +124 -0
- package/button/modern/mobile.css +97 -0
- package/button/modern/mobile.d.ts +2 -0
- package/button/modern/mobile.js +8 -0
- package/button/modern/typings.d.ts +95 -0
- package/button/modern/typings.js +1 -0
- package/button/typings.d.ts +95 -0
- package/button/typings.js +1 -0
- package/calendar/Component-89a3cf4c.d.ts +6 -0
- package/calendar/Component.desktop.js +2 -2
- package/calendar/Component.mobile-ebda875c.d.ts +6 -0
- package/calendar/Component.responsive.js +2 -1
- package/calendar/components/calendar-mobile/Component.js +8 -7
- package/calendar/components/calendar-mobile/index.css +11 -11
- package/calendar/components/calendar-mobile/index.js +2 -1
- package/calendar/components/days-table/Component.js +3 -3
- package/calendar/components/days-table/index.css +66 -66
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.css +3 -3
- package/calendar/components/month-year-header/Component.js +2 -2
- package/calendar/components/month-year-header/index.css +10 -10
- package/calendar/components/month-year-header/index.js +1 -1
- package/calendar/components/months-table/Component.js +2 -2
- package/calendar/components/months-table/index.css +11 -11
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/period-slider/Component.js +4 -4
- package/calendar/components/period-slider/index.css +11 -11
- package/calendar/components/period-slider/index.js +1 -1
- package/calendar/components/select-button/Component.js +3 -3
- package/calendar/components/select-button/index.css +10 -10
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +2 -2
- package/calendar/components/years-table/index.css +14 -14
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/cssm/Component-89a3cf4c.d.ts +6 -0
- package/calendar/cssm/Component.desktop.js +1 -1
- package/calendar/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/calendar/cssm/Component.responsive.js +2 -1
- package/calendar/cssm/components/calendar-mobile/Component.js +7 -6
- package/calendar/cssm/components/calendar-mobile/index.js +2 -1
- package/calendar/cssm/components/days-table/Component.js +2 -2
- package/calendar/cssm/components/days-table/index.js +1 -1
- package/calendar/cssm/components/month-year-header/Component.js +1 -1
- package/calendar/cssm/components/month-year-header/index.js +1 -1
- package/calendar/cssm/components/months-table/Component.js +1 -1
- package/calendar/cssm/components/months-table/index.js +1 -1
- package/calendar/cssm/components/period-slider/Component.js +3 -3
- package/calendar/cssm/components/period-slider/index.js +1 -1
- package/calendar/cssm/components/select-button/Component.js +2 -2
- package/calendar/cssm/components/select-button/index.js +1 -1
- package/calendar/cssm/components/years-table/Component.js +1 -1
- package/calendar/cssm/components/years-table/index.js +1 -1
- package/calendar/cssm/desktop-63dec22f.d.ts +6 -0
- package/calendar/cssm/desktop.js +1 -1
- package/calendar/cssm/index-89a3cf4c.d.ts +3 -0
- package/calendar/cssm/index-ebda875c.d.ts +35 -0
- package/calendar/cssm/index.js +2 -1
- package/calendar/cssm/mobile.js +2 -1
- package/calendar/cssm/shared.js +1 -1
- package/calendar/cssm/types-ebda875c.d.ts +113 -0
- package/calendar/cssm/typings-9211a437.d.ts +95 -0
- package/calendar/desktop-63dec22f.d.ts +6 -0
- package/calendar/desktop.css +26 -26
- package/calendar/desktop.js +1 -1
- package/calendar/esm/Component-89a3cf4c.d.ts +6 -0
- package/calendar/esm/Component.desktop.js +2 -2
- package/calendar/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/calendar/esm/Component.responsive.js +2 -1
- package/calendar/esm/components/calendar-mobile/Component.js +8 -7
- package/calendar/esm/components/calendar-mobile/index.css +11 -11
- package/calendar/esm/components/calendar-mobile/index.js +2 -1
- package/calendar/esm/components/days-table/Component.js +3 -3
- package/calendar/esm/components/days-table/index.css +66 -66
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/header/Component.js +1 -1
- package/calendar/esm/components/header/index.css +3 -3
- package/calendar/esm/components/month-year-header/Component.js +2 -2
- package/calendar/esm/components/month-year-header/index.css +10 -10
- package/calendar/esm/components/month-year-header/index.js +1 -1
- package/calendar/esm/components/months-table/Component.js +2 -2
- package/calendar/esm/components/months-table/index.css +11 -11
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/period-slider/Component.js +4 -4
- package/calendar/esm/components/period-slider/index.css +11 -11
- package/calendar/esm/components/period-slider/index.js +1 -1
- package/calendar/esm/components/select-button/Component.js +3 -3
- package/calendar/esm/components/select-button/index.css +10 -10
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +2 -2
- package/calendar/esm/components/years-table/index.css +14 -14
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/desktop-63dec22f.d.ts +6 -0
- package/calendar/esm/desktop.css +26 -26
- package/calendar/esm/desktop.js +1 -1
- package/calendar/esm/index-89a3cf4c.d.ts +3 -0
- package/calendar/esm/index-ebda875c.d.ts +35 -0
- package/calendar/esm/index.js +2 -1
- package/calendar/esm/mobile.js +2 -1
- package/calendar/esm/shared.js +1 -1
- package/calendar/esm/types-ebda875c.d.ts +113 -0
- package/calendar/esm/typings-9211a437.d.ts +95 -0
- package/calendar/index-89a3cf4c.d.ts +3 -0
- package/calendar/index-ebda875c.d.ts +35 -0
- package/calendar/index.js +2 -1
- package/calendar/mobile.js +2 -1
- package/calendar/modern/Component-89a3cf4c.d.ts +6 -0
- package/calendar/modern/Component.desktop.js +2 -2
- package/calendar/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/calendar/modern/Component.responsive.js +2 -1
- package/calendar/modern/components/calendar-mobile/Component.js +8 -7
- package/calendar/modern/components/calendar-mobile/index.css +11 -11
- package/calendar/modern/components/calendar-mobile/index.js +2 -1
- package/calendar/modern/components/days-table/Component.js +3 -3
- package/calendar/modern/components/days-table/index.css +66 -66
- package/calendar/modern/components/days-table/index.js +1 -1
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +3 -3
- package/calendar/modern/components/month-year-header/Component.js +2 -2
- package/calendar/modern/components/month-year-header/index.css +10 -10
- package/calendar/modern/components/month-year-header/index.js +1 -1
- package/calendar/modern/components/months-table/Component.js +2 -2
- package/calendar/modern/components/months-table/index.css +11 -11
- package/calendar/modern/components/months-table/index.js +1 -1
- package/calendar/modern/components/period-slider/Component.js +4 -4
- package/calendar/modern/components/period-slider/index.css +11 -11
- package/calendar/modern/components/period-slider/index.js +1 -1
- package/calendar/modern/components/select-button/Component.js +3 -3
- package/calendar/modern/components/select-button/index.css +10 -10
- package/calendar/modern/components/select-button/index.js +1 -1
- package/calendar/modern/components/years-table/Component.js +2 -2
- package/calendar/modern/components/years-table/index.css +14 -14
- package/calendar/modern/components/years-table/index.js +1 -1
- package/calendar/modern/desktop-63dec22f.d.ts +6 -0
- package/calendar/modern/desktop.css +26 -26
- package/calendar/modern/desktop.js +1 -1
- package/calendar/modern/index-89a3cf4c.d.ts +3 -0
- package/calendar/modern/index-ebda875c.d.ts +35 -0
- package/calendar/modern/index.js +2 -1
- package/calendar/modern/mobile.js +2 -1
- package/calendar/modern/shared.js +1 -1
- package/calendar/modern/types-ebda875c.d.ts +113 -0
- package/calendar/modern/typings-9211a437.d.ts +95 -0
- package/calendar/shared.js +1 -1
- package/calendar/types-ebda875c.d.ts +113 -0
- package/calendar/typings-9211a437.d.ts +95 -0
- package/calendar-input/Component-89a3cf4c.d.ts +1 -1
- package/calendar-input/Component-8b5756fe.d.ts +1 -0
- package/calendar-input/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-input/Component.desktop-8b5756fe.d.ts +1 -1
- package/calendar-input/Component.mobile-755fbaa3.d.ts +6 -0
- package/calendar-input/Component.responsive-2e2b2125.d.ts +66 -0
- package/calendar-input/components/calendar-input/Component.js +1 -1
- package/calendar-input/components/calendar-input/index.css +11 -11
- package/calendar-input/cssm/Component-89a3cf4c.d.ts +1 -1
- package/calendar-input/cssm/Component-8b5756fe.d.ts +1 -0
- package/calendar-input/cssm/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-input/cssm/Component.desktop-8b5756fe.d.ts +1 -1
- package/calendar-input/cssm/Component.mobile-755fbaa3.d.ts +6 -0
- package/calendar-input/cssm/Component.responsive-2e2b2125.d.ts +66 -0
- package/calendar-input/cssm/desktop-63dec22f.d.ts +1 -1
- package/calendar-input/cssm/index-9211a437.d.ts +2 -0
- package/calendar-input/cssm/typings-9211a437.d.ts +95 -0
- package/calendar-input/desktop-63dec22f.d.ts +1 -1
- package/calendar-input/esm/Component-89a3cf4c.d.ts +1 -1
- package/calendar-input/esm/Component-8b5756fe.d.ts +1 -0
- package/calendar-input/esm/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-input/esm/Component.desktop-8b5756fe.d.ts +1 -1
- package/calendar-input/esm/Component.mobile-755fbaa3.d.ts +6 -0
- package/calendar-input/esm/Component.responsive-2e2b2125.d.ts +66 -0
- package/calendar-input/esm/components/calendar-input/Component.js +1 -1
- package/calendar-input/esm/components/calendar-input/index.css +11 -11
- package/calendar-input/esm/desktop-63dec22f.d.ts +1 -1
- package/calendar-input/esm/index-9211a437.d.ts +2 -0
- package/calendar-input/esm/typings-9211a437.d.ts +95 -0
- package/calendar-input/index-9211a437.d.ts +2 -0
- package/calendar-input/modern/Component-89a3cf4c.d.ts +1 -1
- package/calendar-input/modern/Component-8b5756fe.d.ts +1 -0
- package/calendar-input/modern/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-input/modern/Component.desktop-8b5756fe.d.ts +1 -1
- package/calendar-input/modern/Component.mobile-755fbaa3.d.ts +6 -0
- package/calendar-input/modern/Component.responsive-2e2b2125.d.ts +66 -0
- package/calendar-input/modern/components/calendar-input/Component.js +1 -1
- package/calendar-input/modern/components/calendar-input/index.css +11 -11
- package/calendar-input/modern/desktop-63dec22f.d.ts +1 -1
- package/calendar-input/modern/index-9211a437.d.ts +2 -0
- package/calendar-input/modern/typings-9211a437.d.ts +95 -0
- package/calendar-input/typings-9211a437.d.ts +95 -0
- package/calendar-range/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-range/Component.js +1 -1
- package/calendar-range/Component.responsive-2e2b2125.d.ts +68 -0
- package/calendar-range/components/divider/Component.js +1 -1
- package/calendar-range/components/divider/index.css +8 -8
- package/calendar-range/cssm/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-range/cssm/Component.responsive-2e2b2125.d.ts +68 -0
- package/calendar-range/cssm/desktop-63dec22f.d.ts +2 -0
- package/calendar-range/cssm/index-9211a437.d.ts +2 -0
- package/calendar-range/cssm/index-ebda875c.d.ts +1 -1
- package/calendar-range/cssm/typings-9211a437.d.ts +95 -0
- package/calendar-range/desktop-63dec22f.d.ts +2 -0
- package/calendar-range/esm/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/Component.responsive-2e2b2125.d.ts +68 -0
- package/calendar-range/esm/components/divider/Component.js +1 -1
- package/calendar-range/esm/components/divider/index.css +8 -8
- package/calendar-range/esm/desktop-63dec22f.d.ts +2 -0
- package/calendar-range/esm/index-9211a437.d.ts +2 -0
- package/calendar-range/esm/index-ebda875c.d.ts +1 -1
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/index.module-f1895544.js +4 -0
- package/calendar-range/esm/typings-9211a437.d.ts +95 -0
- package/calendar-range/esm/views/index.css +7 -7
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/index-9211a437.d.ts +2 -0
- package/calendar-range/index-ebda875c.d.ts +1 -1
- package/calendar-range/index.js +1 -1
- package/calendar-range/index.module-a7ab6a2e.js +4 -0
- package/calendar-range/modern/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/Component.responsive-2e2b2125.d.ts +68 -0
- package/calendar-range/modern/components/divider/Component.js +1 -1
- package/calendar-range/modern/components/divider/index.css +8 -8
- package/calendar-range/modern/desktop-63dec22f.d.ts +2 -0
- package/calendar-range/modern/index-9211a437.d.ts +2 -0
- package/calendar-range/modern/index-ebda875c.d.ts +1 -1
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/index.module-bc7c20ff.js +4 -0
- package/calendar-range/modern/typings-9211a437.d.ts +95 -0
- package/calendar-range/modern/views/index.css +7 -7
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/typings-9211a437.d.ts +95 -0
- package/calendar-range/views/index.css +7 -7
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/calendar-with-skeleton/Component-63dec22f.d.ts +24 -0
- package/calendar-with-skeleton/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-with-skeleton/Component.js +2 -2
- package/calendar-with-skeleton/Component.responsive-2e2b2125.d.ts +68 -0
- package/calendar-with-skeleton/cssm/Component-63dec22f.d.ts +24 -0
- package/calendar-with-skeleton/cssm/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-with-skeleton/cssm/Component.js +1 -1
- package/calendar-with-skeleton/cssm/Component.responsive-2e2b2125.d.ts +68 -0
- package/calendar-with-skeleton/cssm/desktop-63dec22f.d.ts +2 -0
- package/calendar-with-skeleton/cssm/index-9211a437.d.ts +2 -0
- package/calendar-with-skeleton/cssm/index-ebda875c.d.ts +5 -68
- package/calendar-with-skeleton/cssm/index.module.css +1 -3
- package/calendar-with-skeleton/cssm/typings-9211a437.d.ts +95 -0
- package/calendar-with-skeleton/desktop-63dec22f.d.ts +2 -0
- package/calendar-with-skeleton/esm/Component-63dec22f.d.ts +24 -0
- package/calendar-with-skeleton/esm/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-with-skeleton/esm/Component.js +2 -2
- package/calendar-with-skeleton/esm/Component.responsive-2e2b2125.d.ts +68 -0
- package/calendar-with-skeleton/esm/desktop-63dec22f.d.ts +2 -0
- package/calendar-with-skeleton/esm/index-9211a437.d.ts +2 -0
- package/calendar-with-skeleton/esm/index-ebda875c.d.ts +5 -68
- package/calendar-with-skeleton/esm/index.css +12 -14
- package/calendar-with-skeleton/esm/typings-9211a437.d.ts +95 -0
- package/calendar-with-skeleton/index-9211a437.d.ts +2 -0
- package/calendar-with-skeleton/index-ebda875c.d.ts +5 -68
- package/calendar-with-skeleton/index.css +12 -14
- package/calendar-with-skeleton/modern/Component-63dec22f.d.ts +24 -0
- package/calendar-with-skeleton/modern/Component.desktop-2e2b2125.d.ts +6 -0
- package/calendar-with-skeleton/modern/Component.js +2 -2
- package/calendar-with-skeleton/modern/Component.responsive-2e2b2125.d.ts +68 -0
- package/calendar-with-skeleton/modern/desktop-63dec22f.d.ts +2 -0
- package/calendar-with-skeleton/modern/index-9211a437.d.ts +2 -0
- package/calendar-with-skeleton/modern/index-ebda875c.d.ts +5 -68
- package/calendar-with-skeleton/modern/index.css +12 -14
- package/calendar-with-skeleton/modern/typings-9211a437.d.ts +95 -0
- package/calendar-with-skeleton/typings-9211a437.d.ts +95 -0
- package/card-image/Component.js +1 -1
- package/card-image/esm/Component.js +1 -1
- package/card-image/esm/index.css +6 -6
- package/card-image/index.css +6 -6
- package/card-image/modern/Component.js +1 -1
- package/card-image/modern/index.css +6 -6
- package/cdn-icon/Component.js +1 -1
- package/cdn-icon/esm/Component.js +1 -1
- package/cdn-icon/esm/index.css +3 -3
- package/cdn-icon/index.css +3 -3
- package/cdn-icon/modern/Component.js +1 -1
- package/cdn-icon/modern/index.css +3 -3
- package/chart/Component.js +1 -1
- package/chart/components/Dot/index.css +7 -7
- package/chart/components/Dot/index.js +1 -1
- package/chart/components/Legends/index.css +7 -7
- package/chart/components/Legends/index.js +1 -1
- package/chart/components/Tick/index.css +3 -3
- package/chart/components/Tick/index.js +1 -1
- package/chart/components/TooltipContent/index.css +6 -6
- package/chart/components/TooltipContent/index.js +1 -1
- package/chart/esm/Component.js +1 -1
- package/chart/esm/components/Dot/index.css +7 -7
- package/chart/esm/components/Dot/index.js +1 -1
- package/chart/esm/components/Legends/index.css +7 -7
- package/chart/esm/components/Legends/index.js +1 -1
- package/chart/esm/components/Tick/index.css +3 -3
- package/chart/esm/components/Tick/index.js +1 -1
- package/chart/esm/components/TooltipContent/index.css +6 -6
- package/chart/esm/components/TooltipContent/index.js +1 -1
- package/chart/esm/index.css +4 -4
- package/chart/index.css +4 -4
- package/chart/modern/Component.js +1 -1
- package/chart/modern/components/Dot/index.css +7 -7
- package/chart/modern/components/Dot/index.js +1 -1
- package/chart/modern/components/Legends/index.css +7 -7
- package/chart/modern/components/Legends/index.js +1 -1
- package/chart/modern/components/Tick/index.css +3 -3
- package/chart/modern/components/Tick/index.js +1 -1
- package/chart/modern/components/TooltipContent/index.css +6 -6
- package/chart/modern/components/TooltipContent/index.js +1 -1
- package/chart/modern/index.css +4 -4
- package/checkbox/Component.js +1 -1
- package/checkbox/cssm/index.module.css +14 -14
- package/checkbox/esm/Component.js +1 -1
- package/checkbox/esm/index.css +52 -52
- package/checkbox/index.css +52 -52
- package/checkbox/modern/Component.js +1 -1
- package/checkbox/modern/index.css +52 -52
- package/checkbox-group/Component.desktop.d.ts +5 -0
- package/checkbox-group/Component.desktop.js +17 -0
- package/checkbox-group/Component.mobile.d.ts +5 -0
- package/checkbox-group/Component.mobile.js +17 -0
- package/checkbox-group/Component.responsive.d.ts +11 -0
- package/checkbox-group/Component.responsive.js +23 -0
- package/checkbox-group/components/base-checkbox-group/Component.d.ts +64 -0
- package/checkbox-group/components/base-checkbox-group/Component.js +56 -0
- package/checkbox-group/components/base-checkbox-group/index.css +85 -0
- package/checkbox-group/components/base-checkbox-group/index.d.ts +1 -0
- package/checkbox-group/components/base-checkbox-group/index.js +10 -0
- package/checkbox-group/cssm/Component.desktop.d.ts +5 -0
- package/checkbox-group/cssm/Component.desktop.js +17 -0
- package/checkbox-group/cssm/Component.mobile.d.ts +5 -0
- package/checkbox-group/cssm/Component.mobile.js +17 -0
- package/checkbox-group/cssm/Component.responsive.d.ts +11 -0
- package/checkbox-group/cssm/Component.responsive.js +26 -0
- package/checkbox-group/cssm/components/base-checkbox-group/Component.d.ts +64 -0
- package/checkbox-group/cssm/components/base-checkbox-group/Component.js +55 -0
- package/checkbox-group/cssm/components/base-checkbox-group/index.d.ts +1 -0
- package/checkbox-group/cssm/components/base-checkbox-group/index.js +11 -0
- package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +84 -0
- package/checkbox-group/cssm/desktop.d.ts +2 -0
- package/checkbox-group/cssm/desktop.js +13 -0
- package/checkbox-group/cssm/desktop.module.css +27 -0
- package/checkbox-group/cssm/index.d.ts +2 -1
- package/checkbox-group/cssm/index.js +9 -3
- package/checkbox-group/cssm/mobile.d.ts +2 -0
- package/checkbox-group/cssm/mobile.js +13 -0
- package/checkbox-group/cssm/mobile.module.css +29 -0
- package/checkbox-group/cssm/vars.css +19 -0
- package/checkbox-group/desktop.css +28 -0
- package/checkbox-group/desktop.d.ts +2 -0
- package/checkbox-group/desktop.js +11 -0
- package/checkbox-group/esm/Component.desktop.d.ts +5 -0
- package/checkbox-group/esm/Component.desktop.js +11 -0
- package/checkbox-group/esm/Component.mobile.d.ts +5 -0
- package/checkbox-group/esm/Component.mobile.js +11 -0
- package/checkbox-group/esm/Component.responsive.d.ts +11 -0
- package/checkbox-group/esm/Component.responsive.js +17 -0
- package/checkbox-group/esm/components/base-checkbox-group/Component.d.ts +64 -0
- package/checkbox-group/esm/components/base-checkbox-group/Component.js +49 -0
- package/checkbox-group/esm/components/base-checkbox-group/index.css +85 -0
- package/checkbox-group/esm/components/base-checkbox-group/index.d.ts +1 -0
- package/checkbox-group/esm/components/base-checkbox-group/index.js +4 -0
- package/checkbox-group/esm/desktop.css +28 -0
- package/checkbox-group/esm/desktop.d.ts +2 -0
- package/checkbox-group/esm/desktop.js +5 -0
- package/checkbox-group/esm/index.d.ts +2 -1
- package/checkbox-group/esm/index.js +5 -1
- package/checkbox-group/esm/mobile.css +30 -0
- package/checkbox-group/esm/mobile.d.ts +2 -0
- package/checkbox-group/esm/mobile.js +5 -0
- package/checkbox-group/index.d.ts +2 -1
- package/checkbox-group/index.js +6 -2
- package/checkbox-group/mobile.css +30 -0
- package/checkbox-group/mobile.d.ts +2 -0
- package/checkbox-group/mobile.js +11 -0
- package/checkbox-group/modern/Component.desktop.d.ts +5 -0
- package/checkbox-group/modern/Component.desktop.js +10 -0
- package/checkbox-group/modern/Component.mobile.d.ts +5 -0
- package/checkbox-group/modern/Component.mobile.js +10 -0
- package/checkbox-group/modern/Component.responsive.d.ts +11 -0
- package/checkbox-group/modern/Component.responsive.js +15 -0
- package/checkbox-group/modern/components/base-checkbox-group/Component.d.ts +64 -0
- package/checkbox-group/modern/components/base-checkbox-group/Component.js +51 -0
- package/checkbox-group/modern/components/base-checkbox-group/index.css +85 -0
- package/checkbox-group/modern/components/base-checkbox-group/index.d.ts +1 -0
- package/checkbox-group/modern/components/base-checkbox-group/index.js +3 -0
- package/checkbox-group/modern/desktop.css +28 -0
- package/checkbox-group/modern/desktop.d.ts +2 -0
- package/checkbox-group/modern/desktop.js +4 -0
- package/checkbox-group/modern/index.d.ts +2 -1
- package/checkbox-group/modern/index.js +5 -1
- package/checkbox-group/modern/mobile.css +30 -0
- package/checkbox-group/modern/mobile.d.ts +2 -0
- package/checkbox-group/modern/mobile.js +4 -0
- package/circular-progress-bar/Component.js +1 -1
- package/circular-progress-bar/esm/Component.js +1 -1
- package/circular-progress-bar/esm/index.css +48 -48
- package/circular-progress-bar/index.css +48 -48
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +48 -48
- package/code-input/Component.desktop.d.ts +6 -0
- package/code-input/Component.desktop.js +18 -0
- package/code-input/Component.mobile.d.ts +6 -0
- package/code-input/Component.mobile.js +18 -0
- package/code-input/Component.responsive.d.ts +18 -0
- package/code-input/Component.responsive.js +24 -0
- package/code-input/components/base-code-input/component.d.ts +5 -0
- package/code-input/components/base-code-input/component.js +208 -0
- package/code-input/components/base-code-input/index.css +47 -0
- package/code-input/components/base-code-input/index.d.ts +1 -0
- package/code-input/components/base-code-input/index.js +11 -0
- package/code-input/components/input/component.d.ts +6 -0
- package/code-input/components/input/component.js +4 -3
- package/code-input/components/input/index.css +27 -17
- package/code-input/cssm/Component.desktop.d.ts +6 -0
- package/code-input/cssm/Component.desktop.js +19 -0
- package/code-input/cssm/Component.mobile.d.ts +6 -0
- package/code-input/cssm/Component.mobile.js +19 -0
- package/code-input/cssm/Component.responsive.d.ts +18 -0
- package/code-input/cssm/Component.responsive.js +28 -0
- package/code-input/cssm/components/base-code-input/component.d.ts +5 -0
- package/code-input/cssm/components/base-code-input/component.js +208 -0
- package/code-input/cssm/components/base-code-input/index.d.ts +1 -0
- package/code-input/cssm/components/base-code-input/index.js +13 -0
- package/code-input/cssm/components/input/component.d.ts +6 -0
- package/code-input/cssm/components/input/component.js +3 -2
- package/code-input/cssm/components/input/index.module.css +16 -6
- package/code-input/cssm/desktop.d.ts +2 -0
- package/code-input/cssm/desktop.js +15 -0
- package/code-input/cssm/desktop.module.css +57 -0
- package/code-input/cssm/index.d.ts +2 -1
- package/code-input/cssm/index.js +9 -3
- package/code-input/cssm/mobile.d.ts +2 -0
- package/code-input/cssm/mobile.js +15 -0
- package/code-input/cssm/mobile.module.css +59 -0
- package/code-input/cssm/shared.d.ts +1 -0
- package/code-input/cssm/shared.js +1 -0
- package/code-input/cssm/typings.d.ts +65 -0
- package/code-input/cssm/typings.js +1 -0
- package/code-input/cssm/vars.css +16 -0
- package/code-input/desktop.css +58 -0
- package/code-input/desktop.d.ts +2 -0
- package/code-input/desktop.js +12 -0
- package/code-input/esm/Component.desktop.d.ts +6 -0
- package/code-input/esm/Component.desktop.js +12 -0
- package/code-input/esm/Component.mobile.d.ts +6 -0
- package/code-input/esm/Component.mobile.js +12 -0
- package/code-input/esm/Component.responsive.d.ts +18 -0
- package/code-input/esm/Component.responsive.js +18 -0
- package/code-input/esm/components/base-code-input/component.d.ts +5 -0
- package/code-input/esm/components/base-code-input/component.js +201 -0
- package/code-input/esm/components/base-code-input/index.css +47 -0
- package/code-input/esm/components/base-code-input/index.d.ts +1 -0
- package/code-input/esm/components/base-code-input/index.js +5 -0
- package/code-input/esm/components/input/component.d.ts +6 -0
- package/code-input/esm/components/input/component.js +4 -3
- package/code-input/esm/components/input/index.css +27 -17
- package/code-input/esm/desktop.css +58 -0
- package/code-input/esm/desktop.d.ts +2 -0
- package/code-input/esm/desktop.js +6 -0
- package/code-input/esm/index.d.ts +2 -1
- package/code-input/esm/index.js +5 -1
- package/code-input/esm/mobile.css +60 -0
- package/code-input/esm/mobile.d.ts +2 -0
- package/code-input/esm/mobile.js +6 -0
- package/code-input/esm/shared.d.ts +1 -0
- package/code-input/esm/shared.js +1 -0
- package/code-input/esm/typings.d.ts +65 -0
- package/code-input/esm/typings.js +1 -0
- package/code-input/index.d.ts +2 -1
- package/code-input/index.js +6 -2
- package/code-input/mobile.css +60 -0
- package/code-input/mobile.d.ts +2 -0
- package/code-input/mobile.js +12 -0
- package/code-input/modern/Component.desktop.d.ts +6 -0
- package/code-input/modern/Component.desktop.js +11 -0
- package/code-input/modern/Component.mobile.d.ts +6 -0
- package/code-input/modern/Component.mobile.js +11 -0
- package/code-input/modern/Component.responsive.d.ts +18 -0
- package/code-input/modern/Component.responsive.js +16 -0
- package/code-input/modern/components/base-code-input/component.d.ts +5 -0
- package/code-input/modern/components/base-code-input/component.js +192 -0
- package/code-input/modern/components/base-code-input/index.css +47 -0
- package/code-input/modern/components/base-code-input/index.d.ts +1 -0
- package/code-input/modern/components/base-code-input/index.js +4 -0
- package/code-input/modern/components/input/component.d.ts +6 -0
- package/code-input/modern/components/input/component.js +4 -3
- package/code-input/modern/components/input/index.css +27 -17
- package/code-input/modern/desktop.css +58 -0
- package/code-input/modern/desktop.d.ts +2 -0
- package/code-input/modern/desktop.js +5 -0
- package/code-input/modern/index.d.ts +2 -1
- package/code-input/modern/index.js +5 -1
- package/code-input/modern/mobile.css +60 -0
- package/code-input/modern/mobile.d.ts +2 -0
- package/code-input/modern/mobile.js +5 -0
- package/code-input/modern/shared.d.ts +1 -0
- package/code-input/modern/shared.js +1 -0
- package/code-input/modern/typings.d.ts +65 -0
- package/code-input/modern/typings.js +1 -0
- package/code-input/shared.d.ts +1 -0
- package/code-input/shared.js +1 -0
- package/code-input/typings.d.ts +65 -0
- package/code-input/typings.js +1 -0
- package/collapse/Component.js +1 -1
- package/collapse/esm/Component.js +1 -1
- package/collapse/esm/index.css +7 -7
- package/collapse/index.css +7 -7
- package/collapse/modern/Component.js +1 -1
- package/collapse/modern/index.css +7 -7
- package/comment/Component.js +1 -1
- package/comment/esm/Component.js +1 -1
- package/comment/esm/index.css +3 -3
- package/comment/index.css +3 -3
- package/comment/modern/Component.js +1 -1
- package/comment/modern/index.css +3 -3
- package/confirmation/component.desktop.d.ts +1 -1
- package/confirmation/component.desktop.js +5 -3
- package/confirmation/component.mobile.js +6 -4
- package/confirmation/component.responsive.d.ts +1 -1
- package/confirmation/component.responsive.js +6 -4
- package/confirmation/components/base-confirmation/component.js +9 -6
- package/confirmation/components/base-confirmation/index.css +2 -2
- package/confirmation/components/base-confirmation/index.js +5 -3
- package/confirmation/components/countdown-loader/component.js +1 -1
- package/confirmation/components/countdown-loader/index.css +2 -2
- package/confirmation/components/header/component.js +1 -1
- package/confirmation/components/header/index.css +4 -4
- package/confirmation/components/index.js +5 -3
- package/confirmation/components/screens/fatal-error/component.js +3 -3
- package/confirmation/components/screens/fatal-error/index.css +6 -6
- package/confirmation/components/screens/hint/component.js +3 -3
- package/confirmation/components/screens/hint/index.css +12 -12
- package/confirmation/components/screens/index.js +5 -3
- package/confirmation/components/screens/initial/component.js +12 -9
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.css +17 -20
- package/confirmation/components/screens/initial/index.js +5 -3
- package/confirmation/components/screens/temp-block/component.js +1 -1
- package/confirmation/components/screens/temp-block/index.css +7 -7
- package/confirmation/context.js +1 -0
- package/confirmation/countdown-section-184183a5.js +47 -0
- package/confirmation/cssm/component.desktop.d.ts +1 -1
- package/confirmation/cssm/component.desktop.js +4 -2
- package/confirmation/cssm/component.mobile.js +4 -2
- package/confirmation/cssm/component.responsive.d.ts +1 -1
- package/confirmation/cssm/component.responsive.js +5 -3
- package/confirmation/cssm/components/base-confirmation/component.js +7 -4
- package/confirmation/cssm/components/base-confirmation/index.js +4 -2
- package/confirmation/cssm/components/index.js +4 -2
- package/confirmation/cssm/components/screens/fatal-error/component.js +2 -2
- package/confirmation/cssm/components/screens/hint/component.js +2 -2
- package/confirmation/cssm/components/screens/index.js +4 -2
- package/confirmation/cssm/components/screens/initial/component.js +11 -8
- package/confirmation/cssm/components/screens/initial/countdown-section.js +2 -2
- package/confirmation/cssm/components/screens/initial/index.js +4 -2
- package/confirmation/cssm/components/screens/initial/index.module.css +0 -3
- package/confirmation/cssm/context.js +1 -0
- package/confirmation/cssm/desktop.js +4 -2
- package/confirmation/cssm/index.js +4 -2
- package/confirmation/cssm/mobile.js +4 -2
- package/confirmation/cssm/shared.js +4 -2
- package/confirmation/cssm/types.d.ts +11 -0
- package/confirmation/desktop.js +5 -3
- package/confirmation/esm/component.desktop.d.ts +1 -1
- package/confirmation/esm/component.desktop.js +5 -3
- package/confirmation/esm/component.mobile.js +6 -4
- package/confirmation/esm/component.responsive.d.ts +1 -1
- package/confirmation/esm/component.responsive.js +6 -4
- package/confirmation/esm/components/base-confirmation/component.js +9 -6
- package/confirmation/esm/components/base-confirmation/index.css +2 -2
- package/confirmation/esm/components/base-confirmation/index.js +5 -3
- package/confirmation/esm/components/countdown-loader/component.js +1 -1
- package/confirmation/esm/components/countdown-loader/index.css +2 -2
- package/confirmation/esm/components/header/component.js +1 -1
- package/confirmation/esm/components/header/index.css +4 -4
- package/confirmation/esm/components/index.js +5 -3
- package/confirmation/esm/components/screens/fatal-error/component.js +3 -3
- package/confirmation/esm/components/screens/fatal-error/index.css +6 -6
- package/confirmation/esm/components/screens/hint/component.js +3 -3
- package/confirmation/esm/components/screens/hint/index.css +12 -12
- package/confirmation/esm/components/screens/index.js +5 -3
- package/confirmation/esm/components/screens/initial/component.js +8 -5
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.css +17 -20
- package/confirmation/esm/components/screens/initial/index.js +5 -3
- package/confirmation/esm/components/screens/temp-block/component.js +1 -1
- package/confirmation/esm/components/screens/temp-block/index.css +7 -7
- package/confirmation/esm/context.js +1 -0
- package/confirmation/esm/countdown-section-2b11ff6c.js +41 -0
- package/confirmation/esm/desktop.js +5 -3
- package/confirmation/esm/index.js +5 -3
- package/confirmation/esm/mobile.css +2 -2
- package/confirmation/esm/mobile.js +5 -3
- package/confirmation/esm/shared.js +5 -3
- package/confirmation/esm/types.d.ts +11 -0
- package/confirmation/index.js +5 -3
- package/confirmation/mobile.css +2 -2
- package/confirmation/mobile.js +5 -3
- package/confirmation/modern/component.desktop.d.ts +1 -1
- package/confirmation/modern/component.desktop.js +5 -3
- package/confirmation/modern/component.mobile.js +6 -4
- package/confirmation/modern/component.responsive.d.ts +1 -1
- package/confirmation/modern/component.responsive.js +6 -4
- package/confirmation/modern/components/base-confirmation/component.js +8 -5
- package/confirmation/modern/components/base-confirmation/index.css +2 -2
- package/confirmation/modern/components/base-confirmation/index.js +5 -3
- package/confirmation/modern/components/countdown-loader/component.js +1 -1
- package/confirmation/modern/components/countdown-loader/index.css +2 -2
- package/confirmation/modern/components/header/component.js +1 -1
- package/confirmation/modern/components/header/index.css +4 -4
- package/confirmation/modern/components/index.js +5 -3
- package/confirmation/modern/components/screens/fatal-error/component.js +3 -3
- package/confirmation/modern/components/screens/fatal-error/index.css +6 -6
- package/confirmation/modern/components/screens/hint/component.js +3 -3
- package/confirmation/modern/components/screens/hint/index.css +12 -12
- package/confirmation/modern/components/screens/index.js +5 -3
- package/confirmation/modern/components/screens/initial/component.js +8 -5
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.css +17 -20
- package/confirmation/modern/components/screens/initial/index.js +5 -3
- package/confirmation/modern/components/screens/temp-block/component.js +1 -1
- package/confirmation/modern/components/screens/temp-block/index.css +7 -7
- package/confirmation/modern/context.js +1 -0
- package/confirmation/modern/countdown-section-957c51a2.js +36 -0
- package/confirmation/modern/desktop.js +5 -3
- package/confirmation/modern/index.js +5 -3
- package/confirmation/modern/mobile.css +2 -2
- package/confirmation/modern/mobile.js +5 -3
- package/confirmation/modern/shared.js +5 -3
- package/confirmation/modern/types.d.ts +11 -0
- package/confirmation/shared.js +5 -3
- package/confirmation/types.d.ts +11 -0
- package/confirmation-v1/component.js +4 -4
- package/confirmation-v1/components/code-input/component.js +1 -1
- package/confirmation-v1/components/code-input/index.css +10 -10
- package/confirmation-v1/components/countdown/component.js +3 -3
- package/confirmation-v1/components/countdown/index.css +13 -13
- package/confirmation-v1/components/countdown/index.js +1 -1
- package/confirmation-v1/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/components/countdown-loader/index.css +2 -2
- package/confirmation-v1/components/index.js +1 -1
- package/confirmation-v1/components/overlimit/component.js +3 -3
- package/confirmation-v1/components/overlimit/index.css +9 -9
- package/confirmation-v1/components/overlimit/index.js +1 -1
- package/confirmation-v1/components/sign-confirmation/component.js +2 -2
- package/confirmation-v1/components/sign-confirmation/index.css +13 -13
- package/confirmation-v1/components/sign-confirmation/index.js +1 -1
- package/confirmation-v1/cssm/component.js +3 -3
- package/confirmation-v1/cssm/components/countdown/component.js +2 -2
- package/confirmation-v1/cssm/components/countdown/index.js +1 -1
- package/confirmation-v1/cssm/components/index.js +1 -1
- package/confirmation-v1/cssm/components/overlimit/component.js +2 -2
- package/confirmation-v1/cssm/components/overlimit/index.js +1 -1
- package/confirmation-v1/cssm/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/cssm/components/sign-confirmation/index.js +1 -1
- package/confirmation-v1/cssm/desktop-63dec22f.d.ts +130 -0
- package/confirmation-v1/cssm/index.js +1 -1
- package/confirmation-v1/desktop-63dec22f.d.ts +130 -0
- package/confirmation-v1/esm/component.js +4 -4
- package/confirmation-v1/esm/components/code-input/component.js +1 -1
- package/confirmation-v1/esm/components/code-input/index.css +10 -10
- package/confirmation-v1/esm/components/countdown/component.js +3 -3
- package/confirmation-v1/esm/components/countdown/index.css +13 -13
- package/confirmation-v1/esm/components/countdown/index.js +1 -1
- package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
- package/confirmation-v1/esm/components/index.js +1 -1
- package/confirmation-v1/esm/components/overlimit/component.js +3 -3
- package/confirmation-v1/esm/components/overlimit/index.css +9 -9
- package/confirmation-v1/esm/components/overlimit/index.js +1 -1
- package/confirmation-v1/esm/components/sign-confirmation/component.js +2 -2
- package/confirmation-v1/esm/components/sign-confirmation/index.css +13 -13
- package/confirmation-v1/esm/components/sign-confirmation/index.js +1 -1
- package/confirmation-v1/esm/desktop-63dec22f.d.ts +130 -0
- package/confirmation-v1/esm/index.css +14 -14
- package/confirmation-v1/esm/index.js +1 -1
- package/confirmation-v1/index.css +14 -14
- package/confirmation-v1/index.js +1 -1
- package/confirmation-v1/modern/component.js +4 -4
- package/confirmation-v1/modern/components/code-input/component.js +1 -1
- package/confirmation-v1/modern/components/code-input/index.css +10 -10
- package/confirmation-v1/modern/components/countdown/component.js +3 -3
- package/confirmation-v1/modern/components/countdown/index.css +13 -13
- package/confirmation-v1/modern/components/countdown/index.js +1 -1
- package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
- package/confirmation-v1/modern/components/index.js +1 -1
- package/confirmation-v1/modern/components/overlimit/component.js +3 -3
- package/confirmation-v1/modern/components/overlimit/index.css +9 -9
- package/confirmation-v1/modern/components/overlimit/index.js +1 -1
- package/confirmation-v1/modern/components/sign-confirmation/component.js +2 -2
- package/confirmation-v1/modern/components/sign-confirmation/index.css +13 -13
- package/confirmation-v1/modern/components/sign-confirmation/index.js +1 -1
- package/confirmation-v1/modern/desktop-63dec22f.d.ts +130 -0
- package/confirmation-v1/modern/index.css +14 -14
- package/confirmation-v1/modern/index.js +1 -1
- package/custom-button/Component.d.ts +2 -2
- package/custom-button/Component.js +2 -2
- package/custom-button/cssm/Component.d.ts +2 -2
- package/custom-button/cssm/Component.js +1 -1
- package/custom-button/cssm/index.module.css +4 -3
- package/custom-button/esm/Component.d.ts +2 -2
- package/custom-button/esm/Component.js +2 -2
- package/custom-button/esm/index.css +22 -21
- package/custom-button/index.css +22 -21
- package/custom-button/modern/Component.d.ts +2 -2
- package/custom-button/modern/Component.js +2 -2
- package/custom-button/modern/index.css +22 -21
- package/custom-picker-button/Component-5e1b8383.d.ts +10 -3
- package/custom-picker-button/Component-63dec22f.d.ts +167 -0
- package/custom-picker-button/Component-8b2c2707.d.ts +11 -0
- package/custom-picker-button/Component-9211a437.d.ts +38 -0
- package/custom-picker-button/Component.desktop-2e2b2125.d.ts +6 -0
- package/custom-picker-button/Component.desktop-785df74d.d.ts +6 -0
- package/custom-picker-button/Component.desktop.d.ts +1 -1
- package/custom-picker-button/Component.desktop.js +1 -0
- package/custom-picker-button/Component.mobile-755fbaa3.d.ts +6 -0
- package/custom-picker-button/Component.mobile-d446ae02.d.ts +16 -4
- package/custom-picker-button/Component.mobile-d7e9f69d.d.ts +6 -0
- package/custom-picker-button/Component.mobile.d.ts +1 -1
- package/custom-picker-button/Component.responsive-785df74d.d.ts +26 -0
- package/custom-picker-button/Component.responsive.d.ts +1 -1
- package/custom-picker-button/cssm/Component-5e1b8383.d.ts +10 -3
- package/custom-picker-button/cssm/Component-63dec22f.d.ts +167 -0
- package/custom-picker-button/cssm/Component-8b2c2707.d.ts +11 -0
- package/custom-picker-button/cssm/Component-9211a437.d.ts +38 -0
- package/custom-picker-button/cssm/Component.desktop-2e2b2125.d.ts +6 -0
- package/custom-picker-button/cssm/Component.desktop-785df74d.d.ts +6 -0
- package/custom-picker-button/cssm/Component.desktop.d.ts +1 -1
- package/custom-picker-button/cssm/Component.desktop.js +1 -0
- package/custom-picker-button/cssm/Component.mobile-755fbaa3.d.ts +6 -0
- package/custom-picker-button/cssm/Component.mobile-d446ae02.d.ts +16 -4
- package/custom-picker-button/cssm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/custom-picker-button/cssm/Component.mobile.d.ts +1 -1
- package/custom-picker-button/cssm/Component.responsive-785df74d.d.ts +26 -0
- package/custom-picker-button/cssm/Component.responsive.d.ts +1 -1
- package/custom-picker-button/cssm/desktop-2e2b2125.d.ts +2 -0
- package/custom-picker-button/cssm/desktop-d446ae02.d.ts +1 -1
- package/custom-picker-button/cssm/hook-9ea9e32c.d.ts +1 -1
- package/custom-picker-button/cssm/index-8b2c2707.d.ts +6 -0
- package/custom-picker-button/cssm/index-c44170fe.d.ts +23 -0
- package/custom-picker-button/cssm/index-ebda875c.d.ts +1 -1
- package/custom-picker-button/cssm/mobile-755fbaa3.d.ts +2 -0
- package/custom-picker-button/cssm/mobile-96988a65.d.ts +2 -0
- package/custom-picker-button/cssm/shared-4cd3936b.d.ts +1 -1
- package/custom-picker-button/cssm/typings-5e1b8383.d.ts +2 -1
- package/custom-picker-button/cssm/typings-9211a437.d.ts +95 -0
- package/custom-picker-button/desktop-2e2b2125.d.ts +2 -0
- package/custom-picker-button/desktop-d446ae02.d.ts +1 -1
- package/custom-picker-button/esm/Component-5e1b8383.d.ts +10 -3
- package/custom-picker-button/esm/Component-63dec22f.d.ts +167 -0
- package/custom-picker-button/esm/Component-8b2c2707.d.ts +11 -0
- package/custom-picker-button/esm/Component-9211a437.d.ts +38 -0
- package/custom-picker-button/esm/Component.desktop-2e2b2125.d.ts +6 -0
- package/custom-picker-button/esm/Component.desktop-785df74d.d.ts +6 -0
- package/custom-picker-button/esm/Component.desktop.d.ts +1 -1
- package/custom-picker-button/esm/Component.desktop.js +1 -0
- package/custom-picker-button/esm/Component.mobile-755fbaa3.d.ts +6 -0
- package/custom-picker-button/esm/Component.mobile-d446ae02.d.ts +16 -4
- package/custom-picker-button/esm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/custom-picker-button/esm/Component.mobile.d.ts +1 -1
- package/custom-picker-button/esm/Component.responsive-785df74d.d.ts +26 -0
- package/custom-picker-button/esm/Component.responsive.d.ts +1 -1
- package/custom-picker-button/esm/desktop-2e2b2125.d.ts +2 -0
- package/custom-picker-button/esm/desktop-d446ae02.d.ts +1 -1
- package/custom-picker-button/esm/field/Component.js +1 -1
- package/custom-picker-button/esm/field/index.css +5 -5
- package/custom-picker-button/esm/hook-9ea9e32c.d.ts +1 -1
- package/custom-picker-button/esm/index-8b2c2707.d.ts +6 -0
- package/custom-picker-button/esm/index-c44170fe.d.ts +23 -0
- package/custom-picker-button/esm/index-ebda875c.d.ts +1 -1
- package/custom-picker-button/esm/mobile-755fbaa3.d.ts +2 -0
- package/custom-picker-button/esm/mobile-96988a65.d.ts +2 -0
- package/custom-picker-button/esm/shared-4cd3936b.d.ts +1 -1
- package/custom-picker-button/esm/typings-5e1b8383.d.ts +2 -1
- package/custom-picker-button/esm/typings-9211a437.d.ts +95 -0
- package/custom-picker-button/field/Component.js +1 -1
- package/custom-picker-button/field/index.css +5 -5
- package/custom-picker-button/hook-9ea9e32c.d.ts +1 -1
- package/custom-picker-button/index-8b2c2707.d.ts +6 -0
- package/custom-picker-button/index-c44170fe.d.ts +23 -0
- package/custom-picker-button/index-ebda875c.d.ts +1 -1
- package/custom-picker-button/mobile-755fbaa3.d.ts +2 -0
- package/custom-picker-button/mobile-96988a65.d.ts +2 -0
- package/custom-picker-button/modern/Component-5e1b8383.d.ts +10 -3
- package/custom-picker-button/modern/Component-63dec22f.d.ts +167 -0
- package/custom-picker-button/modern/Component-8b2c2707.d.ts +11 -0
- package/custom-picker-button/modern/Component-9211a437.d.ts +38 -0
- package/custom-picker-button/modern/Component.desktop-2e2b2125.d.ts +6 -0
- package/custom-picker-button/modern/Component.desktop-785df74d.d.ts +6 -0
- package/custom-picker-button/modern/Component.desktop.d.ts +1 -1
- package/custom-picker-button/modern/Component.desktop.js +1 -0
- package/custom-picker-button/modern/Component.mobile-755fbaa3.d.ts +6 -0
- package/custom-picker-button/modern/Component.mobile-d446ae02.d.ts +16 -4
- package/custom-picker-button/modern/Component.mobile-d7e9f69d.d.ts +6 -0
- package/custom-picker-button/modern/Component.mobile.d.ts +1 -1
- package/custom-picker-button/modern/Component.responsive-785df74d.d.ts +26 -0
- package/custom-picker-button/modern/Component.responsive.d.ts +1 -1
- package/custom-picker-button/modern/desktop-2e2b2125.d.ts +2 -0
- package/custom-picker-button/modern/desktop-d446ae02.d.ts +1 -1
- package/custom-picker-button/modern/field/Component.js +1 -1
- package/custom-picker-button/modern/field/index.css +5 -5
- package/custom-picker-button/modern/hook-9ea9e32c.d.ts +1 -1
- package/custom-picker-button/modern/index-8b2c2707.d.ts +6 -0
- package/custom-picker-button/modern/index-c44170fe.d.ts +23 -0
- package/custom-picker-button/modern/index-ebda875c.d.ts +1 -1
- package/custom-picker-button/modern/mobile-755fbaa3.d.ts +2 -0
- package/custom-picker-button/modern/mobile-96988a65.d.ts +2 -0
- package/custom-picker-button/modern/shared-4cd3936b.d.ts +1 -1
- package/custom-picker-button/modern/typings-5e1b8383.d.ts +2 -1
- package/custom-picker-button/modern/typings-9211a437.d.ts +95 -0
- package/custom-picker-button/shared-4cd3936b.d.ts +1 -1
- package/custom-picker-button/typings-5e1b8383.d.ts +2 -1
- package/custom-picker-button/typings-9211a437.d.ts +95 -0
- package/date-input/Component.js +1 -1
- package/date-input/esm/Component.js +1 -1
- package/date-input/esm/index.css +3 -3
- package/date-input/index.css +3 -3
- package/date-input/modern/Component.js +1 -1
- package/date-input/modern/index.css +3 -3
- package/date-range-input/Component-63dec22f.d.ts +167 -0
- package/date-range-input/Component-89a3cf4c.d.ts +1 -1
- package/date-range-input/Component-8b5756fe.d.ts +1 -0
- package/date-range-input/Component.desktop-2e2b2125.d.ts +6 -0
- package/date-range-input/Component.desktop-8b5756fe.d.ts +1 -1
- package/date-range-input/Component.desktop.d.ts +1 -1
- package/date-range-input/Component.desktop.js +3 -3
- package/date-range-input/Component.mobile-755fbaa3.d.ts +6 -0
- package/date-range-input/Component.mobile-ebda875c.d.ts +6 -0
- package/date-range-input/Component.mobile.d.ts +1 -1
- package/date-range-input/Component.mobile.js +3 -3
- package/date-range-input/Component.responsive-2e2b2125.d.ts +66 -0
- package/date-range-input/Component.responsive.d.ts +1 -1
- package/date-range-input/Component.responsive.js +2 -1
- package/date-range-input/components/date-range-input/Component.d.ts +4 -0
- package/date-range-input/components/date-range-input/Component.js +4 -5
- package/date-range-input/components/date-range-input/index.css +7 -7
- package/date-range-input/components/date-range-input/index.js +0 -1
- package/date-range-input/cssm/Component-63dec22f.d.ts +167 -0
- package/date-range-input/cssm/Component-89a3cf4c.d.ts +1 -1
- package/date-range-input/cssm/Component-8b5756fe.d.ts +1 -0
- package/date-range-input/cssm/Component.desktop-2e2b2125.d.ts +6 -0
- package/date-range-input/cssm/Component.desktop-8b5756fe.d.ts +1 -1
- package/date-range-input/cssm/Component.desktop.d.ts +1 -1
- package/date-range-input/cssm/Component.desktop.js +3 -3
- package/date-range-input/cssm/Component.mobile-755fbaa3.d.ts +6 -0
- package/date-range-input/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/date-range-input/cssm/Component.mobile.d.ts +1 -1
- package/date-range-input/cssm/Component.mobile.js +3 -3
- package/date-range-input/cssm/Component.responsive-2e2b2125.d.ts +66 -0
- package/date-range-input/cssm/Component.responsive.d.ts +1 -1
- package/date-range-input/cssm/Component.responsive.js +2 -1
- package/date-range-input/cssm/components/date-range-input/Component.d.ts +4 -0
- package/date-range-input/cssm/components/date-range-input/Component.js +3 -4
- package/date-range-input/cssm/components/date-range-input/index.js +0 -1
- package/date-range-input/cssm/desktop-63dec22f.d.ts +1 -1
- package/date-range-input/cssm/desktop.js +1 -1
- package/date-range-input/cssm/index-9211a437.d.ts +2 -0
- package/date-range-input/cssm/index.js +2 -1
- package/date-range-input/cssm/mobile.js +1 -1
- package/date-range-input/cssm/typings-9211a437.d.ts +95 -0
- package/date-range-input/desktop-63dec22f.d.ts +1 -1
- package/date-range-input/desktop.js +1 -1
- package/date-range-input/esm/Component-63dec22f.d.ts +167 -0
- package/date-range-input/esm/Component-89a3cf4c.d.ts +1 -1
- package/date-range-input/esm/Component-8b5756fe.d.ts +1 -0
- package/date-range-input/esm/Component.desktop-2e2b2125.d.ts +6 -0
- package/date-range-input/esm/Component.desktop-8b5756fe.d.ts +1 -1
- package/date-range-input/esm/Component.desktop.d.ts +1 -1
- package/date-range-input/esm/Component.desktop.js +2 -2
- package/date-range-input/esm/Component.mobile-755fbaa3.d.ts +6 -0
- package/date-range-input/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/date-range-input/esm/Component.mobile.d.ts +1 -1
- package/date-range-input/esm/Component.mobile.js +2 -2
- package/date-range-input/esm/Component.responsive-2e2b2125.d.ts +66 -0
- package/date-range-input/esm/Component.responsive.d.ts +1 -1
- package/date-range-input/esm/Component.responsive.js +2 -1
- package/date-range-input/esm/components/date-range-input/Component.d.ts +4 -0
- package/date-range-input/esm/components/date-range-input/Component.js +4 -5
- package/date-range-input/esm/components/date-range-input/index.css +7 -7
- package/date-range-input/esm/components/date-range-input/index.js +0 -1
- package/date-range-input/esm/desktop-63dec22f.d.ts +1 -1
- package/date-range-input/esm/desktop.js +1 -1
- package/date-range-input/esm/index-9211a437.d.ts +2 -0
- package/date-range-input/esm/index.js +2 -1
- package/date-range-input/esm/mobile.js +1 -1
- package/date-range-input/esm/typings-9211a437.d.ts +95 -0
- package/date-range-input/index-9211a437.d.ts +2 -0
- package/date-range-input/index.js +2 -1
- package/date-range-input/mobile.js +1 -1
- package/date-range-input/modern/Component-63dec22f.d.ts +167 -0
- package/date-range-input/modern/Component-89a3cf4c.d.ts +1 -1
- package/date-range-input/modern/Component-8b5756fe.d.ts +1 -0
- package/date-range-input/modern/Component.desktop-2e2b2125.d.ts +6 -0
- package/date-range-input/modern/Component.desktop-8b5756fe.d.ts +1 -1
- package/date-range-input/modern/Component.desktop.d.ts +1 -1
- package/date-range-input/modern/Component.desktop.js +2 -2
- package/date-range-input/modern/Component.mobile-755fbaa3.d.ts +6 -0
- package/date-range-input/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/date-range-input/modern/Component.mobile.d.ts +1 -1
- package/date-range-input/modern/Component.mobile.js +2 -2
- package/date-range-input/modern/Component.responsive-2e2b2125.d.ts +66 -0
- package/date-range-input/modern/Component.responsive.d.ts +1 -1
- package/date-range-input/modern/Component.responsive.js +2 -1
- package/date-range-input/modern/components/date-range-input/Component.d.ts +4 -0
- package/date-range-input/modern/components/date-range-input/Component.js +4 -5
- package/date-range-input/modern/components/date-range-input/index.css +7 -7
- package/date-range-input/modern/components/date-range-input/index.js +0 -1
- package/date-range-input/modern/desktop-63dec22f.d.ts +1 -1
- package/date-range-input/modern/desktop.js +1 -1
- package/date-range-input/modern/index-9211a437.d.ts +2 -0
- package/date-range-input/modern/index.js +2 -1
- package/date-range-input/modern/mobile.js +1 -1
- package/date-range-input/modern/typings-9211a437.d.ts +95 -0
- package/date-range-input/typings-9211a437.d.ts +95 -0
- package/date-time-input/Component-63dec22f.d.ts +167 -0
- package/date-time-input/Component-89a3cf4c.d.ts +1 -1
- package/date-time-input/Component-8b5756fe.d.ts +1 -0
- package/date-time-input/Component.desktop-2e2b2125.d.ts +6 -0
- package/date-time-input/Component.desktop-8b5756fe.d.ts +1 -1
- package/date-time-input/Component.desktop.d.ts +1 -1
- package/date-time-input/Component.desktop.js +3 -3
- package/date-time-input/Component.mobile-755fbaa3.d.ts +6 -0
- package/date-time-input/Component.mobile-ebda875c.d.ts +6 -0
- package/date-time-input/Component.mobile.d.ts +1 -1
- package/date-time-input/Component.mobile.js +3 -3
- package/date-time-input/Component.responsive-2e2b2125.d.ts +66 -0
- package/date-time-input/Component.responsive.d.ts +2 -2
- package/date-time-input/Component.responsive.js +2 -1
- package/date-time-input/components/date-time-input/Component.d.ts +8 -0
- package/date-time-input/components/date-time-input/Component.js +4 -5
- package/date-time-input/components/date-time-input/index.css +7 -7
- package/date-time-input/components/date-time-input/index.js +0 -1
- package/date-time-input/cssm/Component-63dec22f.d.ts +167 -0
- package/date-time-input/cssm/Component-89a3cf4c.d.ts +1 -1
- package/date-time-input/cssm/Component-8b5756fe.d.ts +1 -0
- package/date-time-input/cssm/Component.desktop-2e2b2125.d.ts +6 -0
- package/date-time-input/cssm/Component.desktop-8b5756fe.d.ts +1 -1
- package/date-time-input/cssm/Component.desktop.d.ts +1 -1
- package/date-time-input/cssm/Component.desktop.js +3 -3
- package/date-time-input/cssm/Component.mobile-755fbaa3.d.ts +6 -0
- package/date-time-input/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/date-time-input/cssm/Component.mobile.d.ts +1 -1
- package/date-time-input/cssm/Component.mobile.js +3 -3
- package/date-time-input/cssm/Component.responsive-2e2b2125.d.ts +66 -0
- package/date-time-input/cssm/Component.responsive.d.ts +2 -2
- package/date-time-input/cssm/Component.responsive.js +2 -1
- package/date-time-input/cssm/components/date-time-input/Component.d.ts +8 -0
- package/date-time-input/cssm/components/date-time-input/Component.js +3 -4
- package/date-time-input/cssm/components/date-time-input/index.js +0 -1
- package/date-time-input/cssm/desktop-63dec22f.d.ts +1 -1
- package/date-time-input/cssm/desktop.js +1 -1
- package/date-time-input/cssm/index-9211a437.d.ts +2 -0
- package/date-time-input/cssm/index.js +2 -1
- package/date-time-input/cssm/mobile.js +1 -1
- package/date-time-input/cssm/typings-9211a437.d.ts +95 -0
- package/date-time-input/desktop-63dec22f.d.ts +1 -1
- package/date-time-input/desktop.js +1 -1
- package/date-time-input/esm/Component-63dec22f.d.ts +167 -0
- package/date-time-input/esm/Component-89a3cf4c.d.ts +1 -1
- package/date-time-input/esm/Component-8b5756fe.d.ts +1 -0
- package/date-time-input/esm/Component.desktop-2e2b2125.d.ts +6 -0
- package/date-time-input/esm/Component.desktop-8b5756fe.d.ts +1 -1
- package/date-time-input/esm/Component.desktop.d.ts +1 -1
- package/date-time-input/esm/Component.desktop.js +2 -2
- package/date-time-input/esm/Component.mobile-755fbaa3.d.ts +6 -0
- package/date-time-input/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/date-time-input/esm/Component.mobile.d.ts +1 -1
- package/date-time-input/esm/Component.mobile.js +2 -2
- package/date-time-input/esm/Component.responsive-2e2b2125.d.ts +66 -0
- package/date-time-input/esm/Component.responsive.d.ts +2 -2
- package/date-time-input/esm/Component.responsive.js +2 -1
- package/date-time-input/esm/components/date-time-input/Component.d.ts +8 -0
- package/date-time-input/esm/components/date-time-input/Component.js +4 -5
- package/date-time-input/esm/components/date-time-input/index.css +7 -7
- package/date-time-input/esm/components/date-time-input/index.js +0 -1
- package/date-time-input/esm/desktop-63dec22f.d.ts +1 -1
- package/date-time-input/esm/desktop.js +1 -1
- package/date-time-input/esm/index-9211a437.d.ts +2 -0
- package/date-time-input/esm/index.js +2 -1
- package/date-time-input/esm/mobile.js +1 -1
- package/date-time-input/esm/typings-9211a437.d.ts +95 -0
- package/date-time-input/index-9211a437.d.ts +2 -0
- package/date-time-input/index.js +2 -1
- package/date-time-input/mobile.js +1 -1
- package/date-time-input/modern/Component-63dec22f.d.ts +167 -0
- package/date-time-input/modern/Component-89a3cf4c.d.ts +1 -1
- package/date-time-input/modern/Component-8b5756fe.d.ts +1 -0
- package/date-time-input/modern/Component.desktop-2e2b2125.d.ts +6 -0
- package/date-time-input/modern/Component.desktop-8b5756fe.d.ts +1 -1
- package/date-time-input/modern/Component.desktop.d.ts +1 -1
- package/date-time-input/modern/Component.desktop.js +2 -2
- package/date-time-input/modern/Component.mobile-755fbaa3.d.ts +6 -0
- package/date-time-input/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/date-time-input/modern/Component.mobile.d.ts +1 -1
- package/date-time-input/modern/Component.mobile.js +2 -2
- package/date-time-input/modern/Component.responsive-2e2b2125.d.ts +66 -0
- package/date-time-input/modern/Component.responsive.d.ts +2 -2
- package/date-time-input/modern/Component.responsive.js +2 -1
- package/date-time-input/modern/components/date-time-input/Component.d.ts +8 -0
- package/date-time-input/modern/components/date-time-input/Component.js +4 -5
- package/date-time-input/modern/components/date-time-input/index.css +7 -7
- package/date-time-input/modern/components/date-time-input/index.js +0 -1
- package/date-time-input/modern/desktop-63dec22f.d.ts +1 -1
- package/date-time-input/modern/desktop.js +1 -1
- package/date-time-input/modern/index-9211a437.d.ts +2 -0
- package/date-time-input/modern/index.js +2 -1
- package/date-time-input/modern/mobile.js +1 -1
- package/date-time-input/modern/typings-9211a437.d.ts +95 -0
- package/date-time-input/typings-9211a437.d.ts +95 -0
- package/divider/Component.js +1 -1
- package/divider/esm/Component.js +1 -1
- package/divider/esm/index.css +1 -1
- package/divider/index.css +1 -1
- package/divider/modern/Component.js +1 -1
- package/divider/modern/index.css +1 -1
- package/drawer/Component.js +1 -1
- package/drawer/esm/Component.js +1 -1
- package/drawer/esm/index.css +22 -22
- package/drawer/index.css +22 -22
- package/drawer/modern/Component.js +1 -1
- package/drawer/modern/index.css +22 -22
- package/dropzone/Component.js +1 -1
- package/dropzone/components/overlay/Component.js +1 -1
- package/dropzone/components/overlay/index.css +3 -3
- package/dropzone/esm/Component.js +1 -1
- package/dropzone/esm/components/overlay/Component.js +1 -1
- package/dropzone/esm/components/overlay/index.css +3 -3
- package/dropzone/esm/index.css +6 -6
- package/dropzone/index.css +6 -6
- package/dropzone/modern/Component.js +1 -1
- package/dropzone/modern/components/overlay/Component.js +1 -1
- package/dropzone/modern/components/overlay/index.css +3 -3
- package/dropzone/modern/index.css +6 -6
- package/file-upload-item/Component.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/index.css +21 -21
- package/file-upload-item/index.css +21 -21
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/index.css +21 -21
- package/filter-tag/Component.desktop.d.ts +6 -0
- package/filter-tag/Component.desktop.js +22 -0
- package/filter-tag/Component.mobile.d.ts +6 -0
- package/filter-tag/Component.mobile.js +22 -0
- package/filter-tag/Component.responsive.d.ts +18 -0
- package/filter-tag/Component.responsive.js +28 -0
- package/filter-tag/components/base-filter-tag/Component.d.ts +67 -0
- package/filter-tag/components/base-filter-tag/Component.js +63 -0
- package/filter-tag/components/base-filter-tag/index.css +298 -0
- package/filter-tag/components/base-filter-tag/index.d.ts +1 -0
- package/filter-tag/components/base-filter-tag/index.js +14 -0
- package/filter-tag/cssm/Component.desktop.d.ts +6 -0
- package/filter-tag/cssm/Component.desktop.js +22 -0
- package/filter-tag/cssm/Component.mobile.d.ts +6 -0
- package/filter-tag/cssm/Component.mobile.js +22 -0
- package/filter-tag/cssm/Component.responsive.d.ts +18 -0
- package/filter-tag/cssm/Component.responsive.js +31 -0
- package/filter-tag/cssm/components/base-filter-tag/Component.d.ts +67 -0
- package/filter-tag/cssm/components/base-filter-tag/Component.js +62 -0
- package/filter-tag/cssm/components/base-filter-tag/index.d.ts +1 -0
- package/filter-tag/cssm/components/base-filter-tag/index.js +15 -0
- package/filter-tag/cssm/components/base-filter-tag/index.module.css +297 -0
- package/filter-tag/cssm/desktop.d.ts +2 -0
- package/filter-tag/cssm/desktop.js +18 -0
- package/filter-tag/cssm/desktop.module.css +134 -0
- package/filter-tag/cssm/index.d.ts +2 -1
- package/filter-tag/cssm/index.js +10 -3
- package/filter-tag/cssm/mobile.d.ts +2 -0
- package/filter-tag/cssm/mobile.js +18 -0
- package/filter-tag/cssm/mobile.module.css +136 -0
- package/filter-tag/desktop.css +135 -0
- package/filter-tag/desktop.d.ts +2 -0
- package/filter-tag/desktop.js +16 -0
- package/filter-tag/esm/Component.desktop.d.ts +6 -0
- package/filter-tag/esm/Component.desktop.js +16 -0
- package/filter-tag/esm/Component.mobile.d.ts +6 -0
- package/filter-tag/esm/Component.mobile.js +16 -0
- package/filter-tag/esm/Component.responsive.d.ts +18 -0
- package/filter-tag/esm/Component.responsive.js +22 -0
- package/filter-tag/esm/components/base-filter-tag/Component.d.ts +67 -0
- package/filter-tag/esm/components/base-filter-tag/Component.js +56 -0
- package/filter-tag/esm/components/base-filter-tag/index.css +298 -0
- package/filter-tag/esm/components/base-filter-tag/index.d.ts +1 -0
- package/filter-tag/esm/components/base-filter-tag/index.js +8 -0
- package/filter-tag/esm/desktop.css +135 -0
- package/filter-tag/esm/desktop.d.ts +2 -0
- package/filter-tag/esm/desktop.js +10 -0
- package/filter-tag/esm/index.d.ts +2 -1
- package/filter-tag/esm/index.js +6 -1
- package/filter-tag/esm/mobile.css +137 -0
- package/filter-tag/esm/mobile.d.ts +2 -0
- package/filter-tag/esm/mobile.js +10 -0
- package/filter-tag/index.d.ts +2 -1
- package/filter-tag/index.js +7 -2
- package/filter-tag/mobile.css +137 -0
- package/filter-tag/mobile.d.ts +2 -0
- package/filter-tag/mobile.js +16 -0
- package/filter-tag/modern/Component.desktop.d.ts +6 -0
- package/filter-tag/modern/Component.desktop.js +15 -0
- package/filter-tag/modern/Component.mobile.d.ts +6 -0
- package/filter-tag/modern/Component.mobile.js +15 -0
- package/filter-tag/modern/Component.responsive.d.ts +18 -0
- package/filter-tag/modern/Component.responsive.js +20 -0
- package/filter-tag/modern/components/base-filter-tag/Component.d.ts +67 -0
- package/filter-tag/modern/components/base-filter-tag/Component.js +52 -0
- package/filter-tag/modern/components/base-filter-tag/index.css +298 -0
- package/filter-tag/modern/components/base-filter-tag/index.d.ts +1 -0
- package/filter-tag/modern/components/base-filter-tag/index.js +8 -0
- package/filter-tag/modern/desktop.css +135 -0
- package/filter-tag/modern/desktop.d.ts +2 -0
- package/filter-tag/modern/desktop.js +9 -0
- package/filter-tag/modern/index.d.ts +2 -1
- package/filter-tag/modern/index.js +5 -1
- package/filter-tag/modern/mobile.css +137 -0
- package/filter-tag/modern/mobile.d.ts +2 -0
- package/filter-tag/modern/mobile.js +9 -0
- package/form-control/Component.desktop.d.ts +6 -0
- package/form-control/Component.desktop.js +27 -0
- package/form-control/Component.mobile.d.ts +6 -0
- package/form-control/Component.mobile.js +27 -0
- package/form-control/Component.responsive.d.ts +26 -0
- package/form-control/Component.responsive.js +23 -0
- package/form-control/components/base-form-control/Component.d.ts +204 -0
- package/form-control/components/base-form-control/Component.js +62 -0
- package/form-control/components/base-form-control/default.css +79 -0
- package/form-control/components/base-form-control/index.css +223 -0
- package/form-control/components/base-form-control/index.d.ts +1 -0
- package/form-control/components/base-form-control/index.js +10 -0
- package/form-control/components/base-form-control/inverted.css +81 -0
- package/form-control/cssm/Component.desktop.d.ts +6 -0
- package/form-control/cssm/Component.desktop.js +27 -0
- package/form-control/cssm/Component.mobile.d.ts +6 -0
- package/form-control/cssm/Component.mobile.js +27 -0
- package/form-control/cssm/Component.responsive.d.ts +26 -0
- package/form-control/cssm/Component.responsive.js +32 -0
- package/form-control/cssm/components/base-form-control/Component.d.ts +204 -0
- package/form-control/cssm/components/base-form-control/Component.js +59 -0
- package/form-control/cssm/components/base-form-control/default.module.css +78 -0
- package/form-control/cssm/components/base-form-control/index.d.ts +1 -0
- package/form-control/cssm/components/base-form-control/index.js +13 -0
- package/form-control/cssm/components/base-form-control/index.module.css +222 -0
- package/form-control/cssm/components/base-form-control/inverted.module.css +80 -0
- package/form-control/cssm/default.desktop.module.css +94 -0
- package/form-control/cssm/default.mobile.module.css +92 -0
- package/form-control/cssm/desktop.d.ts +2 -0
- package/form-control/cssm/desktop.js +17 -0
- package/form-control/cssm/desktop.module.css +72 -0
- package/form-control/cssm/index.d.ts +2 -1
- package/form-control/cssm/index.js +15 -5
- package/form-control/cssm/inverted.desktop.module.css +100 -0
- package/form-control/cssm/inverted.mobile.module.css +102 -0
- package/form-control/cssm/mobile.d.ts +2 -0
- package/form-control/cssm/mobile.js +17 -0
- package/form-control/cssm/mobile.module.css +71 -0
- package/form-control/cssm/vars.css +16 -0
- package/form-control/default.desktop.css +95 -0
- package/form-control/default.mobile.css +93 -0
- package/form-control/desktop.css +73 -0
- package/form-control/desktop.d.ts +2 -0
- package/form-control/desktop.js +11 -0
- package/form-control/esm/Component.desktop.d.ts +6 -0
- package/form-control/esm/Component.desktop.js +21 -0
- package/form-control/esm/Component.mobile.d.ts +6 -0
- package/form-control/esm/Component.mobile.js +21 -0
- package/form-control/esm/Component.responsive.d.ts +26 -0
- package/form-control/esm/Component.responsive.js +17 -0
- package/form-control/esm/components/base-form-control/Component.d.ts +204 -0
- package/form-control/esm/components/base-form-control/Component.js +55 -0
- package/form-control/esm/components/base-form-control/default.css +79 -0
- package/form-control/esm/components/base-form-control/index.css +223 -0
- package/form-control/esm/components/base-form-control/index.d.ts +1 -0
- package/form-control/esm/components/base-form-control/index.js +4 -0
- package/form-control/esm/components/base-form-control/inverted.css +81 -0
- package/form-control/esm/default.desktop.css +95 -0
- package/form-control/esm/default.mobile.css +93 -0
- package/form-control/esm/desktop.css +73 -0
- package/form-control/esm/desktop.d.ts +2 -0
- package/form-control/esm/desktop.js +5 -0
- package/form-control/esm/index.d.ts +2 -1
- package/form-control/esm/index.js +5 -1
- package/form-control/esm/inverted.desktop.css +101 -0
- package/form-control/esm/inverted.mobile.css +103 -0
- package/form-control/esm/mobile.css +72 -0
- package/form-control/esm/mobile.d.ts +2 -0
- package/form-control/esm/mobile.js +5 -0
- package/form-control/index.d.ts +2 -1
- package/form-control/index.js +6 -2
- package/form-control/inverted.desktop.css +101 -0
- package/form-control/inverted.mobile.css +103 -0
- package/form-control/mobile.css +72 -0
- package/form-control/mobile.d.ts +2 -0
- package/form-control/mobile.js +11 -0
- package/form-control/modern/Component.desktop.d.ts +6 -0
- package/form-control/modern/Component.desktop.js +20 -0
- package/form-control/modern/Component.mobile.d.ts +6 -0
- package/form-control/modern/Component.mobile.js +20 -0
- package/form-control/modern/Component.responsive.d.ts +26 -0
- package/form-control/modern/Component.responsive.js +15 -0
- package/form-control/modern/components/base-form-control/Component.d.ts +204 -0
- package/form-control/modern/components/base-form-control/Component.js +52 -0
- package/form-control/modern/components/base-form-control/default.css +79 -0
- package/form-control/modern/components/base-form-control/index.css +223 -0
- package/form-control/modern/components/base-form-control/index.d.ts +1 -0
- package/form-control/modern/components/base-form-control/index.js +3 -0
- package/form-control/modern/components/base-form-control/inverted.css +81 -0
- package/form-control/modern/default.desktop.css +95 -0
- package/form-control/modern/default.mobile.css +93 -0
- package/form-control/modern/desktop.css +73 -0
- package/form-control/modern/desktop.d.ts +2 -0
- package/form-control/modern/desktop.js +4 -0
- package/form-control/modern/index.d.ts +2 -1
- package/form-control/modern/index.js +5 -1
- package/form-control/modern/inverted.desktop.css +101 -0
- package/form-control/modern/inverted.mobile.css +103 -0
- package/form-control/modern/mobile.css +72 -0
- package/form-control/modern/mobile.d.ts +2 -0
- package/form-control/modern/mobile.js +4 -0
- package/gallery/Component-89a3cf4c.d.ts +4 -64
- package/gallery/Component.js +3 -3
- package/gallery/buttons-bc124054.js +35 -0
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.css +6 -6
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/header-info-block/Component.js +1 -1
- package/gallery/components/header-info-block/index.css +5 -5
- package/gallery/components/image-preview/Component.js +1 -1
- package/gallery/components/image-preview/index.css +13 -13
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/index.css +19 -19
- package/gallery/components/image-viewer/index.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- package/gallery/components/navigation-bar/Component.js +1 -1
- package/gallery/components/navigation-bar/index.css +6 -6
- package/gallery/cssm/Component-89a3cf4c.d.ts +4 -64
- package/gallery/cssm/typings-9211a437.d.ts +95 -0
- package/gallery/esm/Component-89a3cf4c.d.ts +4 -64
- package/gallery/esm/Component.js +3 -3
- package/gallery/esm/buttons-563e1fb9.js +27 -0
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.css +6 -6
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/header-info-block/Component.js +1 -1
- package/gallery/esm/components/header-info-block/index.css +5 -5
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.css +13 -13
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.css +19 -19
- 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.css +6 -6
- package/gallery/esm/index.css +3 -3
- package/gallery/esm/index.js +2 -2
- package/gallery/esm/slide-9c8953c0.js +41 -0
- package/gallery/esm/typings-9211a437.d.ts +95 -0
- package/gallery/index.css +3 -3
- package/gallery/index.js +2 -2
- package/gallery/modern/Component-89a3cf4c.d.ts +4 -64
- package/gallery/modern/Component.js +3 -3
- package/gallery/modern/buttons-a040f8d4.js +20 -0
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.css +6 -6
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/header-info-block/Component.js +1 -1
- package/gallery/modern/components/header-info-block/index.css +5 -5
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.css +13 -13
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.css +19 -19
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.css +6 -6
- package/gallery/modern/index.css +3 -3
- package/gallery/modern/index.js +2 -2
- package/gallery/modern/slide-d21ea166.js +37 -0
- package/gallery/modern/typings-9211a437.d.ts +95 -0
- package/gallery/slide-245df5ec.js +47 -0
- package/gallery/typings-9211a437.d.ts +95 -0
- package/gap/Component.js +1 -1
- package/gap/esm/Component.js +1 -1
- package/gap/esm/index.css +31 -31
- package/gap/index.css +31 -31
- package/gap/modern/Component.js +1 -1
- package/gap/modern/index.css +31 -31
- package/generic-wrapper/Component.js +1 -1
- package/generic-wrapper/esm/Component.js +1 -1
- package/generic-wrapper/esm/index.css +42 -42
- package/generic-wrapper/index.css +42 -42
- package/generic-wrapper/modern/Component.js +1 -1
- package/generic-wrapper/modern/index.css +42 -42
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +2 -2
- package/grid/col/index.css +550 -550
- package/grid/col/index.js +1 -1
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +2 -2
- package/grid/esm/col/index.css +550 -550
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/gutters.css +84 -84
- package/grid/esm/gutters.module-1f2c5b03.js +4 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +2 -2
- package/grid/esm/row/index.css +9 -9
- package/grid/esm/row/index.js +1 -1
- package/grid/gutters.css +84 -84
- package/grid/gutters.module-7ef9c9a7.js +4 -0
- package/grid/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +2 -2
- package/grid/modern/col/index.css +550 -550
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/gutters.css +84 -84
- package/grid/modern/gutters.module-4e0e3897.js +4 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +2 -2
- package/grid/modern/row/index.css +9 -9
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +2 -2
- package/grid/row/index.css +9 -9
- package/grid/row/index.js +1 -1
- package/hatching-progress-bar/Component.js +1 -1
- package/hatching-progress-bar/cssm/index.module.css +8 -0
- package/hatching-progress-bar/esm/Component.js +1 -1
- package/hatching-progress-bar/esm/index.css +19 -11
- package/hatching-progress-bar/index.css +19 -11
- package/hatching-progress-bar/modern/Component.js +1 -1
- package/hatching-progress-bar/modern/index.css +19 -11
- package/icon-button/Component.d.ts +3 -3
- package/icon-button/Component.js +3 -3
- package/icon-button/cssm/Component.d.ts +3 -3
- package/icon-button/default.css +23 -23
- package/icon-button/esm/Component.d.ts +3 -3
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +23 -23
- package/icon-button/esm/index.css +9 -9
- package/icon-button/esm/inverted.css +23 -23
- package/icon-button/index.css +9 -9
- package/icon-button/inverted.css +23 -23
- package/icon-button/modern/Component.d.ts +3 -3
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +23 -23
- package/icon-button/modern/index.css +9 -9
- package/icon-button/modern/inverted.css +23 -23
- package/icon-view/components/base-shape/component.js +1 -1
- package/icon-view/components/base-shape/index.css +46 -46
- package/icon-view/esm/components/base-shape/component.js +1 -1
- package/icon-view/esm/components/base-shape/index.css +46 -46
- package/icon-view/modern/components/base-shape/component.js +1 -1
- package/icon-view/modern/components/base-shape/index.css +46 -46
- package/indicator/Component.js +1 -1
- package/indicator/esm/Component.js +1 -1
- package/indicator/esm/index.css +16 -16
- package/indicator/index.css +16 -16
- package/indicator/modern/Component.js +1 -1
- package/indicator/modern/index.css +16 -16
- package/input/Component.desktop.d.ts +6 -0
- package/input/Component.desktop.js +32 -0
- package/input/Component.mobile-ebda875c.d.ts +6 -0
- package/input/Component.mobile.d.ts +6 -0
- package/input/Component.mobile.js +32 -0
- package/input/Component.responsive.d.ts +26 -0
- package/input/Component.responsive.js +32 -0
- package/input/components/base-input/Component.d.ts +268 -0
- package/input/components/base-input/Component.js +110 -0
- package/input/components/base-input/default.css +62 -0
- package/input/components/base-input/index.css +199 -0
- package/input/components/base-input/index.d.ts +1 -0
- package/input/components/base-input/index.js +17 -0
- package/input/components/base-input/inverted.css +62 -0
- package/input/cssm/Component.desktop.d.ts +6 -0
- package/input/cssm/Component.desktop.js +33 -0
- package/input/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/input/cssm/Component.mobile.d.ts +6 -0
- package/input/cssm/Component.mobile.js +33 -0
- package/input/cssm/Component.responsive.d.ts +26 -0
- package/input/cssm/Component.responsive.js +39 -0
- package/input/cssm/components/base-input/Component.d.ts +268 -0
- package/input/cssm/components/base-input/Component.js +107 -0
- package/input/cssm/components/base-input/default.module.css +61 -0
- package/input/cssm/components/base-input/index.d.ts +1 -0
- package/input/cssm/components/base-input/index.js +20 -0
- package/input/cssm/components/base-input/index.module.css +198 -0
- package/input/cssm/components/base-input/inverted.module.css +61 -0
- package/input/cssm/default.desktop.module.css +34 -0
- package/input/cssm/default.mobile.module.css +34 -0
- package/input/cssm/desktop.d.ts +2 -0
- package/input/cssm/desktop.js +24 -0
- package/input/cssm/index-ebda875c.d.ts +135 -0
- package/input/cssm/index.d.ts +2 -1
- package/input/cssm/index.js +15 -6
- package/input/cssm/inverted.desktop.module.css +34 -0
- package/input/cssm/inverted.mobile.module.css +34 -0
- package/input/cssm/mobile.d.ts +2 -0
- package/input/cssm/mobile.js +24 -0
- package/input/cssm/vars.css +2 -0
- package/input/default.desktop.css +35 -0
- package/input/default.mobile.css +35 -0
- package/input/desktop.d.ts +2 -0
- package/input/desktop.js +19 -0
- package/input/esm/Component.desktop.d.ts +6 -0
- package/input/esm/Component.desktop.js +26 -0
- package/input/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/input/esm/Component.mobile.d.ts +6 -0
- package/input/esm/Component.mobile.js +26 -0
- package/input/esm/Component.responsive.d.ts +26 -0
- package/input/esm/Component.responsive.js +26 -0
- package/input/esm/components/base-input/Component.d.ts +268 -0
- package/input/esm/components/base-input/Component.js +102 -0
- package/input/esm/components/base-input/default.css +62 -0
- package/input/esm/components/base-input/index.css +199 -0
- package/input/esm/components/base-input/index.d.ts +1 -0
- package/input/esm/components/base-input/index.js +11 -0
- package/input/esm/components/base-input/inverted.css +62 -0
- package/input/esm/default.desktop.css +35 -0
- package/input/esm/default.mobile.css +35 -0
- package/input/esm/desktop.d.ts +2 -0
- package/input/esm/desktop.js +13 -0
- package/input/esm/index-ebda875c.d.ts +135 -0
- package/input/esm/index.d.ts +2 -1
- package/input/esm/index.js +7 -2
- package/input/esm/inverted.desktop.css +35 -0
- package/input/esm/inverted.mobile.css +35 -0
- package/input/esm/mobile.d.ts +2 -0
- package/input/esm/mobile.js +13 -0
- package/input/index-ebda875c.d.ts +135 -0
- package/input/index.d.ts +2 -1
- package/input/index.js +8 -3
- package/input/inverted.desktop.css +35 -0
- package/input/inverted.mobile.css +35 -0
- package/input/mobile.d.ts +2 -0
- package/input/mobile.js +19 -0
- package/input/modern/Component.desktop.d.ts +6 -0
- package/input/modern/Component.desktop.js +25 -0
- package/input/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/input/modern/Component.mobile.d.ts +6 -0
- package/input/modern/Component.mobile.js +25 -0
- package/input/modern/Component.responsive.d.ts +26 -0
- package/input/modern/Component.responsive.js +24 -0
- package/input/modern/components/base-input/Component.d.ts +268 -0
- package/input/modern/components/base-input/Component.js +99 -0
- package/input/modern/components/base-input/default.css +62 -0
- package/input/modern/components/base-input/index.css +199 -0
- package/input/modern/components/base-input/index.d.ts +1 -0
- package/input/modern/components/base-input/index.js +10 -0
- package/input/modern/components/base-input/inverted.css +62 -0
- package/input/modern/default.desktop.css +35 -0
- package/input/modern/default.mobile.css +35 -0
- package/input/modern/desktop.d.ts +2 -0
- package/input/modern/desktop.js +12 -0
- package/input/modern/index-ebda875c.d.ts +135 -0
- package/input/modern/index.d.ts +2 -1
- package/input/modern/index.js +7 -2
- package/input/modern/inverted.desktop.css +35 -0
- package/input/modern/inverted.mobile.css +35 -0
- package/input/modern/mobile.d.ts +2 -0
- package/input/modern/mobile.js +12 -0
- package/input-autocomplete/Component-63dec22f.d.ts +167 -0
- package/input-autocomplete/Component-89a3cf4c.d.ts +3 -166
- package/input-autocomplete/Component.desktop-ebda875c.d.ts +6 -0
- package/input-autocomplete/Component.desktop.d.ts +10 -64
- package/input-autocomplete/Component.desktop.js +1 -1
- package/input-autocomplete/Component.mobile-ebda875c.d.ts +6 -0
- package/input-autocomplete/Component.mobile.d.ts +5 -5
- package/input-autocomplete/Component.mobile.js +5 -5
- package/input-autocomplete/Component.modal.mobile.d.ts +6 -6
- package/input-autocomplete/Component.modal.mobile.js +7 -7
- package/input-autocomplete/Component.responsive.d.ts +9 -67
- package/input-autocomplete/Component.responsive.js +5 -4
- package/input-autocomplete/autocomplete-field/Component.js +3 -3
- package/input-autocomplete/autocomplete-field/index.css +2 -2
- package/input-autocomplete/autocomplete-field/index.js +1 -1
- package/input-autocomplete/autocomplete-mobile-field/Component.d.ts +3 -4
- package/input-autocomplete/autocomplete-mobile-field/Component.js +3 -3
- package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
- package/input-autocomplete/cssm/Component-63dec22f.d.ts +167 -0
- package/input-autocomplete/cssm/Component-89a3cf4c.d.ts +3 -166
- package/input-autocomplete/cssm/Component.desktop-ebda875c.d.ts +6 -0
- package/input-autocomplete/cssm/Component.desktop.d.ts +10 -64
- package/input-autocomplete/cssm/Component.desktop.js +1 -1
- package/input-autocomplete/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/input-autocomplete/cssm/Component.mobile.d.ts +5 -5
- package/input-autocomplete/cssm/Component.mobile.js +4 -4
- package/input-autocomplete/cssm/Component.modal.mobile.d.ts +6 -6
- package/input-autocomplete/cssm/Component.modal.mobile.js +6 -6
- package/input-autocomplete/cssm/Component.responsive.d.ts +9 -67
- package/input-autocomplete/cssm/Component.responsive.js +4 -3
- package/input-autocomplete/cssm/autocomplete-field/Component.js +2 -2
- package/input-autocomplete/cssm/autocomplete-field/index.js +1 -1
- package/input-autocomplete/cssm/autocomplete-mobile-field/Component.d.ts +3 -4
- package/input-autocomplete/cssm/autocomplete-mobile-field/Component.js +2 -2
- package/input-autocomplete/cssm/autocomplete-mobile-field/index.js +1 -1
- package/input-autocomplete/cssm/desktop-63dec22f.d.ts +6 -0
- package/input-autocomplete/cssm/desktop.js +1 -1
- package/input-autocomplete/cssm/index-ebda875c.d.ts +99 -44
- package/input-autocomplete/cssm/index.js +4 -3
- package/input-autocomplete/cssm/mobile-06ffd24b.d.ts +5 -0
- package/input-autocomplete/cssm/mobile-96988a65.d.ts +3 -0
- package/input-autocomplete/cssm/mobile.js +2 -2
- package/input-autocomplete/cssm/shared-4cd3936b.d.ts +1 -1
- package/input-autocomplete/cssm/typings-9211a437.d.ts +95 -0
- package/input-autocomplete/desktop-63dec22f.d.ts +6 -0
- package/input-autocomplete/desktop.js +1 -1
- package/input-autocomplete/esm/Component-63dec22f.d.ts +167 -0
- package/input-autocomplete/esm/Component-89a3cf4c.d.ts +3 -166
- package/input-autocomplete/esm/Component.desktop-ebda875c.d.ts +6 -0
- package/input-autocomplete/esm/Component.desktop.d.ts +10 -64
- package/input-autocomplete/esm/Component.desktop.js +1 -1
- package/input-autocomplete/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/input-autocomplete/esm/Component.mobile.d.ts +5 -5
- package/input-autocomplete/esm/Component.mobile.js +5 -5
- package/input-autocomplete/esm/Component.modal.mobile.d.ts +6 -6
- package/input-autocomplete/esm/Component.modal.mobile.js +7 -7
- package/input-autocomplete/esm/Component.responsive.d.ts +9 -67
- package/input-autocomplete/esm/Component.responsive.js +5 -4
- package/input-autocomplete/esm/autocomplete-field/Component.js +4 -4
- package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
- package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/autocomplete-mobile-field/Component.d.ts +3 -4
- package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +3 -3
- package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
- package/input-autocomplete/esm/desktop-63dec22f.d.ts +6 -0
- package/input-autocomplete/esm/desktop.js +1 -1
- package/input-autocomplete/esm/index-ebda875c.d.ts +99 -44
- package/input-autocomplete/esm/index.js +5 -4
- package/input-autocomplete/esm/mobile-06ffd24b.d.ts +5 -0
- package/input-autocomplete/esm/mobile-96988a65.d.ts +3 -0
- package/input-autocomplete/esm/mobile.css +4 -4
- package/input-autocomplete/esm/mobile.js +3 -3
- package/input-autocomplete/esm/mobile.module-e831c682.js +4 -0
- package/input-autocomplete/esm/shared-4cd3936b.d.ts +1 -1
- package/input-autocomplete/esm/typings-9211a437.d.ts +95 -0
- package/input-autocomplete/index-ebda875c.d.ts +99 -44
- package/input-autocomplete/index.js +5 -4
- package/input-autocomplete/mobile-06ffd24b.d.ts +5 -0
- package/input-autocomplete/mobile-96988a65.d.ts +3 -0
- package/input-autocomplete/mobile.css +4 -4
- package/input-autocomplete/mobile.js +3 -3
- package/input-autocomplete/mobile.module-19b7488e.js +4 -0
- package/input-autocomplete/modern/Component-63dec22f.d.ts +167 -0
- package/input-autocomplete/modern/Component-89a3cf4c.d.ts +3 -166
- package/input-autocomplete/modern/Component.desktop-ebda875c.d.ts +6 -0
- package/input-autocomplete/modern/Component.desktop.d.ts +10 -64
- package/input-autocomplete/modern/Component.desktop.js +1 -1
- package/input-autocomplete/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/input-autocomplete/modern/Component.mobile.d.ts +5 -5
- package/input-autocomplete/modern/Component.mobile.js +5 -5
- package/input-autocomplete/modern/Component.modal.mobile.d.ts +6 -6
- package/input-autocomplete/modern/Component.modal.mobile.js +11 -11
- package/input-autocomplete/modern/Component.responsive.d.ts +9 -67
- package/input-autocomplete/modern/Component.responsive.js +5 -4
- package/input-autocomplete/modern/autocomplete-field/Component.js +4 -4
- package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
- package/input-autocomplete/modern/autocomplete-field/index.js +1 -1
- package/input-autocomplete/modern/autocomplete-mobile-field/Component.d.ts +3 -4
- package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +3 -3
- package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/modern/autocomplete-mobile-field/index.js +1 -1
- package/input-autocomplete/modern/desktop-63dec22f.d.ts +6 -0
- package/input-autocomplete/modern/desktop.js +1 -1
- package/input-autocomplete/modern/index-ebda875c.d.ts +99 -44
- package/input-autocomplete/modern/index.js +5 -4
- package/input-autocomplete/modern/mobile-06ffd24b.d.ts +5 -0
- package/input-autocomplete/modern/mobile-96988a65.d.ts +3 -0
- package/input-autocomplete/modern/mobile.css +4 -4
- package/input-autocomplete/modern/mobile.js +3 -3
- package/input-autocomplete/modern/mobile.module-f0d499c9.js +4 -0
- package/input-autocomplete/modern/shared-4cd3936b.d.ts +1 -1
- package/input-autocomplete/modern/typings-9211a437.d.ts +95 -0
- package/input-autocomplete/shared-4cd3936b.d.ts +1 -1
- package/input-autocomplete/typings-9211a437.d.ts +95 -0
- package/intl-phone-input/Component-4cd3936b.d.ts +1 -0
- package/intl-phone-input/Component-5e1b8383.d.ts +10 -3
- package/intl-phone-input/Component-63dec22f.d.ts +167 -0
- package/intl-phone-input/Component-8b2c2707.d.ts +71 -0
- package/intl-phone-input/Component-9211a437.d.ts +38 -0
- package/intl-phone-input/Component.desktop-2e2b2125.d.ts +6 -0
- package/intl-phone-input/Component.desktop-63dec22f.d.ts +18 -0
- package/intl-phone-input/Component.desktop-785df74d.d.ts +6 -0
- package/intl-phone-input/Component.desktop-d873d97d.d.ts +6 -0
- package/intl-phone-input/Component.desktop-ed17077e.d.ts +11 -65
- package/intl-phone-input/Component.mobile-755fbaa3.d.ts +6 -0
- package/intl-phone-input/Component.mobile-d7e9f69d.d.ts +6 -0
- package/intl-phone-input/Component.responsive-3109f463.d.ts +26 -0
- package/intl-phone-input/component.js +20 -2
- package/intl-phone-input/components/flag-icon/component.js +1 -1
- package/intl-phone-input/components/flag-icon/index.css +3 -3
- package/intl-phone-input/components/select/component.d.ts +1 -1
- package/intl-phone-input/components/select/component.js +1 -1
- package/intl-phone-input/components/select/index.css +6 -6
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.css +9 -9
- package/intl-phone-input/cssm/Component-4cd3936b.d.ts +1 -0
- package/intl-phone-input/cssm/Component-5e1b8383.d.ts +10 -3
- package/intl-phone-input/cssm/Component-63dec22f.d.ts +167 -0
- package/intl-phone-input/cssm/Component-8b2c2707.d.ts +71 -0
- package/intl-phone-input/cssm/Component-9211a437.d.ts +38 -0
- package/intl-phone-input/cssm/Component.desktop-2e2b2125.d.ts +6 -0
- package/intl-phone-input/cssm/Component.desktop-63dec22f.d.ts +18 -0
- package/intl-phone-input/cssm/Component.desktop-785df74d.d.ts +6 -0
- package/intl-phone-input/cssm/Component.desktop-d873d97d.d.ts +6 -0
- package/intl-phone-input/cssm/Component.desktop-ed17077e.d.ts +11 -65
- package/intl-phone-input/cssm/Component.mobile-755fbaa3.d.ts +6 -0
- package/intl-phone-input/cssm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/intl-phone-input/cssm/Component.responsive-3109f463.d.ts +26 -0
- package/intl-phone-input/cssm/component.js +19 -1
- package/intl-phone-input/cssm/components/select/component.d.ts +1 -1
- package/intl-phone-input/cssm/desktop-2e2b2125.d.ts +2 -0
- package/intl-phone-input/cssm/desktop-63dec22f.d.ts +2 -0
- package/intl-phone-input/cssm/hook-9ea9e32c.d.ts +1 -1
- package/intl-phone-input/cssm/index-3109f463.d.ts +62 -0
- package/intl-phone-input/cssm/index-8b2c2707.d.ts +2 -0
- package/intl-phone-input/cssm/index-c44170fe.d.ts +157 -0
- package/intl-phone-input/cssm/index-ebda875c.d.ts +1 -1
- package/intl-phone-input/cssm/mobile-755fbaa3.d.ts +2 -0
- package/intl-phone-input/cssm/mobile-96988a65.d.ts +2 -0
- package/intl-phone-input/cssm/shared-4cd3936b.d.ts +19 -14
- package/intl-phone-input/cssm/typings-5e1b8383.d.ts +2 -1
- package/intl-phone-input/cssm/typings-9211a437.d.ts +95 -0
- package/intl-phone-input/desktop-2e2b2125.d.ts +2 -0
- package/intl-phone-input/desktop-63dec22f.d.ts +2 -0
- package/intl-phone-input/esm/Component-4cd3936b.d.ts +1 -0
- package/intl-phone-input/esm/Component-5e1b8383.d.ts +10 -3
- package/intl-phone-input/esm/Component-63dec22f.d.ts +167 -0
- package/intl-phone-input/esm/Component-8b2c2707.d.ts +71 -0
- package/intl-phone-input/esm/Component-9211a437.d.ts +38 -0
- package/intl-phone-input/esm/Component.desktop-2e2b2125.d.ts +6 -0
- package/intl-phone-input/esm/Component.desktop-63dec22f.d.ts +18 -0
- package/intl-phone-input/esm/Component.desktop-785df74d.d.ts +6 -0
- package/intl-phone-input/esm/Component.desktop-d873d97d.d.ts +6 -0
- package/intl-phone-input/esm/Component.desktop-ed17077e.d.ts +11 -65
- package/intl-phone-input/esm/Component.mobile-755fbaa3.d.ts +6 -0
- package/intl-phone-input/esm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/intl-phone-input/esm/Component.responsive-3109f463.d.ts +26 -0
- package/intl-phone-input/esm/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
- package/intl-phone-input/esm/components/select/component.d.ts +1 -1
- package/intl-phone-input/esm/components/select/component.js +1 -1
- package/intl-phone-input/esm/components/select/index.css +6 -6
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.css +9 -9
- package/intl-phone-input/esm/desktop-2e2b2125.d.ts +2 -0
- package/intl-phone-input/esm/desktop-63dec22f.d.ts +2 -0
- package/intl-phone-input/esm/hook-9ea9e32c.d.ts +1 -1
- package/intl-phone-input/esm/index-3109f463.d.ts +62 -0
- package/intl-phone-input/esm/index-8b2c2707.d.ts +2 -0
- package/intl-phone-input/esm/index-c44170fe.d.ts +157 -0
- package/intl-phone-input/esm/index-ebda875c.d.ts +1 -1
- package/intl-phone-input/esm/index.css +5 -5
- package/intl-phone-input/esm/mobile-755fbaa3.d.ts +2 -0
- package/intl-phone-input/esm/mobile-96988a65.d.ts +2 -0
- package/intl-phone-input/esm/shared-4cd3936b.d.ts +19 -14
- package/intl-phone-input/esm/typings-5e1b8383.d.ts +2 -1
- package/intl-phone-input/esm/typings-9211a437.d.ts +95 -0
- package/intl-phone-input/hook-9ea9e32c.d.ts +1 -1
- package/intl-phone-input/index-3109f463.d.ts +62 -0
- package/intl-phone-input/index-8b2c2707.d.ts +2 -0
- package/intl-phone-input/index-c44170fe.d.ts +157 -0
- package/intl-phone-input/index-ebda875c.d.ts +1 -1
- package/intl-phone-input/index.css +5 -5
- package/intl-phone-input/mobile-755fbaa3.d.ts +2 -0
- package/intl-phone-input/mobile-96988a65.d.ts +2 -0
- package/intl-phone-input/modern/Component-4cd3936b.d.ts +1 -0
- package/intl-phone-input/modern/Component-5e1b8383.d.ts +10 -3
- package/intl-phone-input/modern/Component-63dec22f.d.ts +167 -0
- package/intl-phone-input/modern/Component-8b2c2707.d.ts +71 -0
- package/intl-phone-input/modern/Component-9211a437.d.ts +38 -0
- package/intl-phone-input/modern/Component.desktop-2e2b2125.d.ts +6 -0
- package/intl-phone-input/modern/Component.desktop-63dec22f.d.ts +18 -0
- package/intl-phone-input/modern/Component.desktop-785df74d.d.ts +6 -0
- package/intl-phone-input/modern/Component.desktop-d873d97d.d.ts +6 -0
- package/intl-phone-input/modern/Component.desktop-ed17077e.d.ts +11 -65
- package/intl-phone-input/modern/Component.mobile-755fbaa3.d.ts +6 -0
- package/intl-phone-input/modern/Component.mobile-d7e9f69d.d.ts +6 -0
- package/intl-phone-input/modern/Component.responsive-3109f463.d.ts +26 -0
- package/intl-phone-input/modern/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
- package/intl-phone-input/modern/components/select/component.d.ts +1 -1
- package/intl-phone-input/modern/components/select/component.js +1 -1
- package/intl-phone-input/modern/components/select/index.css +6 -6
- package/intl-phone-input/modern/components/select-field/component.js +1 -1
- package/intl-phone-input/modern/components/select-field/index.css +9 -9
- package/intl-phone-input/modern/desktop-2e2b2125.d.ts +2 -0
- package/intl-phone-input/modern/desktop-63dec22f.d.ts +2 -0
- package/intl-phone-input/modern/hook-9ea9e32c.d.ts +1 -1
- package/intl-phone-input/modern/index-3109f463.d.ts +62 -0
- package/intl-phone-input/modern/index-8b2c2707.d.ts +2 -0
- package/intl-phone-input/modern/index-c44170fe.d.ts +157 -0
- package/intl-phone-input/modern/index-ebda875c.d.ts +1 -1
- package/intl-phone-input/modern/index.css +5 -5
- package/intl-phone-input/modern/mobile-755fbaa3.d.ts +2 -0
- package/intl-phone-input/modern/mobile-96988a65.d.ts +2 -0
- package/intl-phone-input/modern/shared-4cd3936b.d.ts +19 -14
- package/intl-phone-input/modern/typings-5e1b8383.d.ts +2 -1
- package/intl-phone-input/modern/typings-9211a437.d.ts +95 -0
- package/intl-phone-input/shared-4cd3936b.d.ts +19 -14
- package/intl-phone-input/typings-5e1b8383.d.ts +2 -1
- package/intl-phone-input/typings-9211a437.d.ts +95 -0
- package/link/Component.js +3 -3
- package/link/default.css +9 -9
- package/link/esm/Component.js +3 -3
- package/link/esm/default.css +9 -9
- package/link/esm/index.css +13 -13
- package/link/esm/inverted.css +9 -9
- package/link/index.css +13 -13
- package/link/inverted.css +9 -9
- package/link/modern/Component.js +3 -3
- package/link/modern/default.css +9 -9
- package/link/modern/index.css +13 -13
- package/link/modern/inverted.css +9 -9
- package/list/Component-0b0ab0de.js +64 -0
- package/list/Component.js +1 -1
- package/list/components/item/Component.js +1 -1
- package/list/components/item/index.css +9 -9
- package/list/components/item/index.d.ts +1 -1
- package/list/components/item/index.js +1 -1
- package/list/esm/Component-267e6b1f.js +57 -0
- package/list/esm/Component.js +1 -1
- package/list/esm/components/item/Component.js +1 -1
- package/list/esm/components/item/index.css +9 -9
- package/list/esm/components/item/index.d.ts +1 -1
- package/list/esm/components/item/index.js +1 -1
- package/list/esm/index.css +5 -5
- package/list/esm/index.js +1 -1
- package/list/index.css +5 -5
- package/list/index.js +1 -1
- package/list/modern/Component-d6a9044c.js +52 -0
- package/list/modern/Component.js +1 -1
- package/list/modern/components/item/Component.js +1 -1
- package/list/modern/components/item/index.css +9 -9
- package/list/modern/components/item/index.d.ts +1 -1
- package/list/modern/components/item/index.js +1 -1
- package/list/modern/index.css +5 -5
- package/list/modern/index.js +1 -1
- package/list-header/Component.js +1 -1
- package/list-header/esm/Component.js +1 -1
- package/list-header/esm/index.css +3 -3
- package/list-header/index.css +3 -3
- package/list-header/modern/Component.js +1 -1
- package/list-header/modern/index.css +3 -3
- package/loader/Component.js +1 -1
- package/loader/esm/Component.js +1 -1
- package/loader/esm/index.css +7 -7
- package/loader/index.css +7 -7
- package/loader/modern/Component.js +1 -1
- package/loader/modern/index.css +7 -7
- package/masked-input/Component.d.ts +3 -32
- package/masked-input/Component.js +11 -11
- package/masked-input/cssm/Component.d.ts +3 -32
- package/masked-input/cssm/Component.js +10 -10
- package/masked-input/esm/Component.d.ts +3 -32
- package/masked-input/esm/Component.js +12 -12
- package/masked-input/esm/index.css +1 -1
- package/masked-input/index.css +1 -1
- package/masked-input/modern/Component.d.ts +3 -32
- package/masked-input/modern/Component.js +10 -10
- package/masked-input/modern/index.css +1 -1
- package/modal/Component.js +3 -3
- package/modal/components/content/Component.js +3 -3
- package/modal/components/content/desktop.css +7 -7
- package/modal/components/content/index.css +4 -4
- package/modal/components/content/mobile.css +3 -3
- package/modal/components/footer/Component.js +4 -4
- package/modal/components/footer/desktop.css +9 -9
- package/modal/components/footer/index.css +4 -4
- package/modal/components/footer/layout.css +29 -29
- package/modal/components/footer/mobile.css +3 -3
- package/modal/components/header/Component.js +3 -3
- package/modal/components/header/desktop.css +15 -15
- package/modal/components/header/index.css +4 -4
- package/modal/components/header/mobile.css +4 -4
- package/modal/desktop.css +9 -9
- package/modal/esm/Component.js +3 -3
- package/modal/esm/components/content/Component.js +3 -3
- package/modal/esm/components/content/desktop.css +7 -7
- package/modal/esm/components/content/index.css +4 -4
- package/modal/esm/components/content/mobile.css +3 -3
- package/modal/esm/components/footer/Component.js +4 -4
- package/modal/esm/components/footer/desktop.css +9 -9
- package/modal/esm/components/footer/index.css +4 -4
- package/modal/esm/components/footer/layout.css +29 -29
- package/modal/esm/components/footer/mobile.css +3 -3
- package/modal/esm/components/header/Component.js +3 -3
- package/modal/esm/components/header/desktop.css +15 -15
- package/modal/esm/components/header/index.css +4 -4
- package/modal/esm/components/header/mobile.css +4 -4
- package/modal/esm/desktop.css +9 -9
- package/modal/esm/mobile.css +2 -2
- package/modal/esm/transitions.css +8 -8
- package/modal/mobile.css +2 -2
- package/modal/modern/Component.js +3 -3
- package/modal/modern/components/content/Component.js +3 -3
- package/modal/modern/components/content/desktop.css +7 -7
- package/modal/modern/components/content/index.css +4 -4
- package/modal/modern/components/content/mobile.css +3 -3
- package/modal/modern/components/footer/Component.js +4 -4
- package/modal/modern/components/footer/desktop.css +9 -9
- package/modal/modern/components/footer/index.css +4 -4
- package/modal/modern/components/footer/layout.css +29 -29
- package/modal/modern/components/footer/mobile.css +3 -3
- package/modal/modern/components/header/Component.js +3 -3
- package/modal/modern/components/header/desktop.css +15 -15
- package/modal/modern/components/header/index.css +4 -4
- package/modal/modern/components/header/mobile.css +4 -4
- package/modal/modern/desktop.css +9 -9
- package/modal/modern/mobile.css +2 -2
- package/modal/modern/transitions.css +8 -8
- package/modal/transitions.css +8 -8
- package/navigation-bar/Component.js +2 -2
- package/navigation-bar/components/back-arrow-addon/Component.js +3 -3
- package/navigation-bar/components/back-arrow-addon/index.css +11 -11
- package/navigation-bar/components/back-arrow-addon/index.js +1 -1
- package/navigation-bar/components/closer/Component.js +1 -1
- package/navigation-bar/components/closer/index.css +4 -4
- package/navigation-bar/cssm/Component.js +1 -1
- package/navigation-bar/cssm/components/back-arrow-addon/Component.js +2 -2
- package/navigation-bar/cssm/components/back-arrow-addon/index.js +1 -1
- package/navigation-bar/cssm/index.js +1 -1
- package/navigation-bar/esm/Component.js +2 -2
- package/navigation-bar/esm/components/back-arrow-addon/Component.js +3 -3
- package/navigation-bar/esm/components/back-arrow-addon/index.css +11 -11
- package/navigation-bar/esm/components/back-arrow-addon/index.js +1 -1
- package/navigation-bar/esm/components/closer/Component.js +1 -1
- package/navigation-bar/esm/components/closer/index.css +4 -4
- package/navigation-bar/esm/index.css +26 -26
- package/navigation-bar/esm/index.js +1 -1
- package/navigation-bar/index.css +26 -26
- package/navigation-bar/index.js +1 -1
- package/navigation-bar/modern/Component.js +2 -2
- package/navigation-bar/modern/components/back-arrow-addon/Component.js +3 -3
- package/navigation-bar/modern/components/back-arrow-addon/index.css +11 -11
- package/navigation-bar/modern/components/back-arrow-addon/index.js +1 -1
- package/navigation-bar/modern/components/closer/Component.js +1 -1
- package/navigation-bar/modern/components/closer/index.css +4 -4
- package/navigation-bar/modern/index.css +26 -26
- package/navigation-bar/modern/index.js +1 -1
- package/notification/Component.d.ts +2 -18
- package/notification/Component.js +3 -3
- package/notification/cssm/Component.d.ts +2 -18
- package/notification/cssm/Component.js +2 -2
- package/notification/cssm/index.module.css +3 -0
- package/notification/esm/Component.d.ts +2 -18
- package/notification/esm/Component.js +3 -3
- package/notification/esm/index.css +10 -7
- package/notification/index.css +10 -7
- package/notification/modern/Component.d.ts +2 -18
- package/notification/modern/Component.js +3 -3
- package/notification/modern/index.css +10 -7
- package/notification-manager/component.js +1 -1
- package/notification-manager/esm/component.js +1 -1
- package/notification-manager/esm/index.css +10 -10
- package/notification-manager/index.css +10 -10
- package/notification-manager/modern/component.js +1 -1
- package/notification-manager/modern/index.css +10 -10
- package/package.json +93 -1
- package/pagination/Component.js +2 -2
- package/pagination/components/default-view/index.css +2 -2
- package/pagination/components/default-view/index.js +2 -2
- package/pagination/components/per-page-view/index.css +2 -2
- package/pagination/components/per-page-view/index.js +1 -1
- package/pagination/components/tag/index.css +8 -8
- package/pagination/components/tag/index.d.ts +83 -2
- package/pagination/components/tag/index.js +3 -3
- package/pagination/cssm/Component.js +1 -1
- package/pagination/cssm/components/default-view/index.js +1 -1
- package/pagination/cssm/components/tag/index.d.ts +83 -2
- package/pagination/cssm/components/tag/index.js +2 -2
- package/pagination/cssm/index.js +1 -1
- package/pagination/esm/Component.js +2 -2
- package/pagination/esm/components/default-view/index.css +2 -2
- package/pagination/esm/components/default-view/index.js +2 -2
- package/pagination/esm/components/per-page-view/index.css +2 -2
- package/pagination/esm/components/per-page-view/index.js +1 -1
- package/pagination/esm/components/tag/index.css +8 -8
- package/pagination/esm/components/tag/index.d.ts +83 -2
- package/pagination/esm/components/tag/index.js +3 -3
- package/pagination/esm/index.css +4 -4
- package/pagination/esm/index.js +1 -1
- package/pagination/index.css +4 -4
- package/pagination/index.js +1 -1
- package/pagination/modern/Component.js +2 -2
- package/pagination/modern/components/default-view/index.css +2 -2
- package/pagination/modern/components/default-view/index.js +2 -2
- package/pagination/modern/components/per-page-view/index.css +2 -2
- package/pagination/modern/components/per-page-view/index.js +1 -1
- package/pagination/modern/components/tag/index.css +8 -8
- package/pagination/modern/components/tag/index.d.ts +83 -2
- package/pagination/modern/components/tag/index.js +3 -3
- package/pagination/modern/index.css +4 -4
- package/pagination/modern/index.js +1 -1
- package/pass-code/Component.js +2 -2
- package/pass-code/components/InputProgress/Component.js +2 -2
- package/pass-code/components/InputProgress/index.css +4 -4
- package/pass-code/components/InputProgress/transitions.css +7 -7
- package/pass-code/components/KeyPad/Component.js +2 -2
- package/pass-code/components/KeyPad/index.css +4 -4
- package/pass-code/components/KeyPad/index.js +1 -1
- package/pass-code/components/KeyPadButton/Component.d.ts +92 -3
- package/pass-code/components/KeyPadButton/Component.js +3 -3
- package/pass-code/components/KeyPadButton/index.css +12 -12
- package/pass-code/components/KeyPadButton/index.js +1 -1
- package/pass-code/cssm/Component.js +1 -1
- package/pass-code/cssm/components/KeyPad/Component.js +1 -1
- package/pass-code/cssm/components/KeyPad/index.js +1 -1
- package/pass-code/cssm/components/KeyPadButton/Component.d.ts +92 -3
- package/pass-code/cssm/components/KeyPadButton/Component.js +2 -2
- package/pass-code/cssm/components/KeyPadButton/index.js +1 -1
- package/pass-code/cssm/index.js +1 -1
- package/pass-code/esm/Component.js +2 -2
- package/pass-code/esm/components/InputProgress/Component.js +2 -2
- package/pass-code/esm/components/InputProgress/index.css +4 -4
- package/pass-code/esm/components/InputProgress/transitions.css +7 -7
- package/pass-code/esm/components/KeyPad/Component.js +2 -2
- package/pass-code/esm/components/KeyPad/index.css +4 -4
- package/pass-code/esm/components/KeyPad/index.js +1 -1
- package/pass-code/esm/components/KeyPadButton/Component.d.ts +92 -3
- package/pass-code/esm/components/KeyPadButton/Component.js +3 -3
- package/pass-code/esm/components/KeyPadButton/index.css +12 -12
- package/pass-code/esm/components/KeyPadButton/index.js +1 -1
- package/pass-code/esm/index.css +2 -2
- package/pass-code/esm/index.js +1 -1
- package/pass-code/index.css +2 -2
- package/pass-code/index.js +1 -1
- package/pass-code/modern/Component.js +2 -2
- package/pass-code/modern/components/InputProgress/Component.js +2 -2
- package/pass-code/modern/components/InputProgress/index.css +4 -4
- package/pass-code/modern/components/InputProgress/transitions.css +7 -7
- package/pass-code/modern/components/KeyPad/Component.js +2 -2
- package/pass-code/modern/components/KeyPad/index.css +4 -4
- package/pass-code/modern/components/KeyPad/index.js +1 -1
- package/pass-code/modern/components/KeyPadButton/Component.d.ts +92 -3
- package/pass-code/modern/components/KeyPadButton/Component.js +3 -3
- package/pass-code/modern/components/KeyPadButton/index.css +12 -12
- package/pass-code/modern/components/KeyPadButton/index.js +1 -1
- package/pass-code/modern/index.css +2 -2
- package/pass-code/modern/index.js +1 -1
- package/password-input/component.d.ts +3 -32
- package/password-input/component.js +1 -1
- package/password-input/cssm/component.d.ts +3 -32
- package/password-input/cssm/index.module.css +2 -2
- package/password-input/esm/component.d.ts +3 -32
- package/password-input/esm/component.js +1 -1
- package/password-input/esm/index.css +7 -7
- package/password-input/index.css +7 -7
- package/password-input/modern/component.d.ts +3 -32
- package/password-input/modern/component.js +1 -1
- package/password-input/modern/index.css +7 -7
- package/pattern-lock/Component.js +3 -3
- package/pattern-lock/cssm/Component.js +2 -2
- package/pattern-lock/cssm/index.js +1 -1
- package/pattern-lock/esm/Component.js +3 -3
- package/pattern-lock/esm/index.css +9 -9
- package/pattern-lock/esm/index.js +1 -1
- package/pattern-lock/index.css +9 -9
- package/pattern-lock/index.js +1 -1
- package/pattern-lock/modern/Component.js +3 -3
- package/pattern-lock/modern/index.css +9 -9
- package/pattern-lock/modern/index.js +1 -1
- package/picker-button/Component-63dec22f.d.ts +167 -0
- package/picker-button/Component-89a3cf4c.d.ts +3 -166
- package/picker-button/Component.desktop-785df74d.d.ts +6 -0
- package/picker-button/Component.desktop.js +2 -1
- package/picker-button/Component.mobile-d7e9f69d.d.ts +6 -0
- package/picker-button/Component.mobile-ebda875c.d.ts +6 -0
- package/picker-button/Component.mobile.d.ts +14 -2
- package/picker-button/Component.mobile.js +2 -1
- package/picker-button/Component.responsive-3109f463.d.ts +26 -0
- package/picker-button/Component.responsive.js +1 -1
- package/picker-button/cssm/Component-63dec22f.d.ts +167 -0
- package/picker-button/cssm/Component-89a3cf4c.d.ts +3 -166
- package/picker-button/cssm/Component.desktop-785df74d.d.ts +6 -0
- package/picker-button/cssm/Component.desktop.js +1 -0
- package/picker-button/cssm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/picker-button/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/picker-button/cssm/Component.mobile.d.ts +14 -2
- package/picker-button/cssm/Component.mobile.js +2 -1
- package/picker-button/cssm/Component.responsive-3109f463.d.ts +26 -0
- package/picker-button/cssm/Component.responsive.js +1 -1
- package/picker-button/cssm/desktop-63dec22f.d.ts +6 -0
- package/picker-button/cssm/index-3109f463.d.ts +62 -0
- package/picker-button/cssm/index-c44170fe.d.ts +160 -0
- package/picker-button/cssm/index-ebda875c.d.ts +3 -3
- package/picker-button/cssm/mobile-96988a65.d.ts +2 -0
- package/picker-button/cssm/shared-4cd3936b.d.ts +1 -1
- package/picker-button/cssm/typings-5e1b8383.d.ts +2 -1
- package/picker-button/cssm/typings-9211a437.d.ts +95 -0
- package/picker-button/desktop-63dec22f.d.ts +6 -0
- package/picker-button/esm/Component-63dec22f.d.ts +167 -0
- package/picker-button/esm/Component-89a3cf4c.d.ts +3 -166
- package/picker-button/esm/Component.desktop-785df74d.d.ts +6 -0
- package/picker-button/esm/Component.desktop.js +2 -1
- package/picker-button/esm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/picker-button/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/picker-button/esm/Component.mobile.d.ts +14 -2
- package/picker-button/esm/Component.mobile.js +2 -1
- package/picker-button/esm/Component.responsive-3109f463.d.ts +26 -0
- package/picker-button/esm/Component.responsive.js +1 -1
- package/picker-button/esm/desktop-63dec22f.d.ts +6 -0
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.css +5 -5
- package/picker-button/esm/index-3109f463.d.ts +62 -0
- package/picker-button/esm/index-c44170fe.d.ts +160 -0
- package/picker-button/esm/index-ebda875c.d.ts +3 -3
- package/picker-button/esm/index.css +5 -5
- package/picker-button/esm/mobile-96988a65.d.ts +2 -0
- package/picker-button/esm/option/Component.js +1 -1
- package/picker-button/esm/option/index.css +4 -4
- package/picker-button/esm/shared-4cd3936b.d.ts +1 -1
- package/picker-button/esm/typings-5e1b8383.d.ts +2 -1
- package/picker-button/esm/typings-9211a437.d.ts +95 -0
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +5 -5
- package/picker-button/index-3109f463.d.ts +62 -0
- package/picker-button/index-c44170fe.d.ts +160 -0
- package/picker-button/index-ebda875c.d.ts +3 -3
- package/picker-button/index.css +5 -5
- package/picker-button/mobile-96988a65.d.ts +2 -0
- package/picker-button/modern/Component-63dec22f.d.ts +167 -0
- package/picker-button/modern/Component-89a3cf4c.d.ts +3 -166
- package/picker-button/modern/Component.desktop-785df74d.d.ts +6 -0
- package/picker-button/modern/Component.desktop.js +2 -1
- package/picker-button/modern/Component.mobile-d7e9f69d.d.ts +6 -0
- package/picker-button/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/picker-button/modern/Component.mobile.d.ts +14 -2
- package/picker-button/modern/Component.mobile.js +2 -1
- package/picker-button/modern/Component.responsive-3109f463.d.ts +26 -0
- package/picker-button/modern/Component.responsive.js +1 -1
- package/picker-button/modern/desktop-63dec22f.d.ts +6 -0
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +5 -5
- package/picker-button/modern/index-3109f463.d.ts +62 -0
- package/picker-button/modern/index-c44170fe.d.ts +160 -0
- package/picker-button/modern/index-ebda875c.d.ts +3 -3
- package/picker-button/modern/index.css +5 -5
- package/picker-button/modern/mobile-96988a65.d.ts +2 -0
- package/picker-button/modern/option/Component.js +1 -1
- package/picker-button/modern/option/index.css +4 -4
- package/picker-button/modern/shared-4cd3936b.d.ts +1 -1
- package/picker-button/modern/typings-5e1b8383.d.ts +2 -1
- package/picker-button/modern/typings-9211a437.d.ts +95 -0
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.css +4 -4
- package/picker-button/shared-4cd3936b.d.ts +1 -1
- package/picker-button/typings-5e1b8383.d.ts +2 -1
- package/picker-button/typings-9211a437.d.ts +95 -0
- package/plate/Component.desktop.d.ts +6 -0
- package/plate/Component.desktop.js +23 -0
- package/plate/Component.mobile.d.ts +6 -0
- package/plate/Component.mobile.js +23 -0
- package/plate/Component.responsive.d.ts +18 -0
- package/plate/Component.responsive.js +29 -0
- package/plate/components/base-plate/Component.d.ts +112 -0
- package/plate/components/base-plate/Component.js +107 -0
- package/plate/components/base-plate/index.css +208 -0
- package/plate/components/base-plate/index.d.ts +1 -0
- package/plate/components/base-plate/index.js +15 -0
- package/plate/cssm/Component.desktop.d.ts +6 -0
- package/plate/cssm/Component.desktop.js +23 -0
- package/plate/cssm/Component.mobile.d.ts +6 -0
- package/plate/cssm/Component.mobile.js +23 -0
- package/plate/cssm/Component.responsive.d.ts +18 -0
- package/plate/cssm/Component.responsive.js +32 -0
- package/plate/cssm/components/base-plate/Component.d.ts +112 -0
- package/plate/cssm/components/base-plate/Component.js +106 -0
- package/plate/cssm/components/base-plate/index.d.ts +1 -0
- package/plate/cssm/components/base-plate/index.js +16 -0
- package/plate/cssm/components/base-plate/index.module.css +207 -0
- package/plate/cssm/desktop.d.ts +2 -0
- package/plate/cssm/desktop.js +19 -0
- package/plate/cssm/desktop.module.css +25 -0
- package/plate/cssm/index.d.ts +2 -1
- package/plate/cssm/index.js +10 -3
- package/plate/cssm/mobile.d.ts +2 -0
- package/plate/cssm/mobile.js +19 -0
- package/plate/cssm/mobile.module.css +25 -0
- package/plate/desktop.css +26 -0
- package/plate/desktop.d.ts +2 -0
- package/plate/desktop.js +17 -0
- package/plate/esm/Component.desktop.d.ts +6 -0
- package/plate/esm/Component.desktop.js +17 -0
- package/plate/esm/Component.mobile.d.ts +6 -0
- package/plate/esm/Component.mobile.js +17 -0
- package/plate/esm/Component.responsive.d.ts +18 -0
- package/plate/esm/Component.responsive.js +23 -0
- package/plate/esm/components/base-plate/Component.d.ts +112 -0
- package/plate/esm/components/base-plate/Component.js +99 -0
- package/plate/esm/components/base-plate/index.css +208 -0
- package/plate/esm/components/base-plate/index.d.ts +1 -0
- package/plate/esm/components/base-plate/index.js +9 -0
- package/plate/esm/desktop.css +26 -0
- package/plate/esm/desktop.d.ts +2 -0
- package/plate/esm/desktop.js +11 -0
- package/plate/esm/index.d.ts +2 -1
- package/plate/esm/index.js +6 -1
- package/plate/esm/mobile.css +26 -0
- package/plate/esm/mobile.d.ts +2 -0
- package/plate/esm/mobile.js +11 -0
- package/plate/index.d.ts +2 -1
- package/plate/index.js +7 -2
- package/plate/mobile.css +26 -0
- package/plate/mobile.d.ts +2 -0
- package/plate/mobile.js +17 -0
- package/plate/modern/Component.desktop.d.ts +6 -0
- package/plate/modern/Component.desktop.js +16 -0
- package/plate/modern/Component.mobile.d.ts +6 -0
- package/plate/modern/Component.mobile.js +16 -0
- package/plate/modern/Component.responsive.d.ts +18 -0
- package/plate/modern/Component.responsive.js +21 -0
- package/plate/modern/components/base-plate/Component.d.ts +112 -0
- package/plate/modern/components/base-plate/Component.js +97 -0
- package/plate/modern/components/base-plate/index.css +208 -0
- package/plate/modern/components/base-plate/index.d.ts +1 -0
- package/plate/modern/components/base-plate/index.js +9 -0
- package/plate/modern/desktop.css +26 -0
- package/plate/modern/desktop.d.ts +2 -0
- package/plate/modern/desktop.js +10 -0
- package/plate/modern/index.d.ts +2 -1
- package/plate/modern/index.js +5 -1
- package/plate/modern/mobile.css +26 -0
- package/plate/modern/mobile.d.ts +2 -0
- package/plate/modern/mobile.js +10 -0
- package/popover/Component.js +1 -1
- package/popover/esm/Component.js +1 -1
- package/popover/esm/index.css +33 -33
- package/popover/index.css +33 -33
- package/popover/modern/Component.js +1 -1
- package/popover/modern/index.css +33 -33
- package/progress-bar/Component.js +1 -1
- package/progress-bar/cssm/index.module.css +8 -0
- package/progress-bar/esm/Component.js +1 -1
- package/progress-bar/esm/index.css +20 -12
- package/progress-bar/index.css +20 -12
- package/progress-bar/modern/Component.js +1 -1
- package/progress-bar/modern/index.css +20 -12
- package/pure-cell/component-c49f24a8.d.ts +7 -7
- package/pure-cell/component-d025e330.js +119 -0
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.css +10 -10
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.css +2 -2
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.css +3 -3
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.css +5 -5
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.css +3 -3
- 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.css +4 -4
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.css +2 -2
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.css +5 -5
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.css +4 -4
- 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.css +7 -7
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component-61c15dd6.js +111 -0
- 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.css +10 -10
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.css +2 -2
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.css +3 -3
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.css +5 -5
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.css +3 -3
- 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.css +4 -4
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.css +2 -2
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.css +5 -5
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.css +4 -4
- 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.css +7 -7
- 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.css +21 -21
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.css +21 -21
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component-785c92da.js +103 -0
- 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.css +10 -10
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.css +2 -2
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.css +3 -3
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.css +5 -5
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.css +3 -3
- 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.css +4 -4
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.css +2 -2
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.css +5 -5
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.css +4 -4
- 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.css +7 -7
- 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.css +21 -21
- package/pure-cell/modern/index.js +1 -1
- package/pure-input/Component.js +1 -1
- package/pure-input/cssm/index.module.css +18 -4
- package/pure-input/esm/Component.js +1 -1
- package/pure-input/esm/index.css +40 -26
- package/pure-input/index.css +40 -26
- package/pure-input/modern/Component.js +1 -1
- package/pure-input/modern/index.css +40 -26
- package/radio/Component.js +1 -1
- package/radio/cssm/index.module.css +16 -16
- package/radio/esm/Component.js +1 -1
- package/radio/esm/index.css +47 -47
- package/radio/index.css +47 -47
- package/radio/modern/Component.js +1 -1
- package/radio/modern/index.css +47 -47
- package/radio-group/Component.desktop.d.ts +6 -0
- package/radio-group/Component.desktop.js +18 -0
- package/radio-group/Component.mobile.d.ts +6 -0
- package/radio-group/Component.mobile.js +18 -0
- package/radio-group/Component.responsive.d.ts +18 -0
- package/radio-group/Component.responsive.js +24 -0
- package/radio-group/components/base-radio-group/Component.d.ts +74 -0
- package/radio-group/components/base-radio-group/Component.js +59 -0
- package/radio-group/components/base-radio-group/index.css +88 -0
- package/radio-group/components/base-radio-group/index.d.ts +1 -0
- package/radio-group/components/base-radio-group/index.js +11 -0
- package/radio-group/cssm/Component.desktop.d.ts +6 -0
- package/radio-group/cssm/Component.desktop.js +18 -0
- package/radio-group/cssm/Component.mobile.d.ts +6 -0
- package/radio-group/cssm/Component.mobile.js +18 -0
- package/radio-group/cssm/Component.responsive.d.ts +18 -0
- package/radio-group/cssm/Component.responsive.js +27 -0
- package/radio-group/cssm/components/base-radio-group/Component.d.ts +74 -0
- package/radio-group/cssm/components/base-radio-group/Component.js +58 -0
- package/radio-group/cssm/components/base-radio-group/index.d.ts +1 -0
- package/radio-group/cssm/components/base-radio-group/index.js +12 -0
- package/radio-group/cssm/components/base-radio-group/index.module.css +87 -0
- package/radio-group/cssm/desktop.d.ts +2 -0
- package/radio-group/cssm/desktop.js +14 -0
- package/radio-group/cssm/desktop.module.css +27 -0
- package/radio-group/cssm/index.d.ts +2 -1
- package/radio-group/cssm/index.js +9 -3
- package/radio-group/cssm/mobile.d.ts +2 -0
- package/radio-group/cssm/mobile.js +14 -0
- package/radio-group/cssm/mobile.module.css +29 -0
- package/radio-group/cssm/vars.css +19 -0
- package/radio-group/desktop.css +28 -0
- package/radio-group/desktop.d.ts +2 -0
- package/radio-group/desktop.js +12 -0
- package/radio-group/esm/Component.desktop.d.ts +6 -0
- package/radio-group/esm/Component.desktop.js +12 -0
- package/radio-group/esm/Component.mobile.d.ts +6 -0
- package/radio-group/esm/Component.mobile.js +12 -0
- package/radio-group/esm/Component.responsive.d.ts +18 -0
- package/radio-group/esm/Component.responsive.js +18 -0
- package/radio-group/esm/components/base-radio-group/Component.d.ts +74 -0
- package/radio-group/esm/components/base-radio-group/Component.js +52 -0
- package/radio-group/esm/components/base-radio-group/index.css +88 -0
- package/radio-group/esm/components/base-radio-group/index.d.ts +1 -0
- package/radio-group/esm/components/base-radio-group/index.js +5 -0
- package/radio-group/esm/desktop.css +28 -0
- package/radio-group/esm/desktop.d.ts +2 -0
- package/radio-group/esm/desktop.js +6 -0
- package/radio-group/esm/index.d.ts +2 -1
- package/radio-group/esm/index.js +5 -1
- package/radio-group/esm/mobile.css +30 -0
- package/radio-group/esm/mobile.d.ts +2 -0
- package/radio-group/esm/mobile.js +6 -0
- package/radio-group/index.d.ts +2 -1
- package/radio-group/index.js +6 -2
- package/radio-group/mobile.css +30 -0
- package/radio-group/mobile.d.ts +2 -0
- package/radio-group/mobile.js +12 -0
- package/radio-group/modern/Component.desktop.d.ts +6 -0
- package/radio-group/modern/Component.desktop.js +11 -0
- package/radio-group/modern/Component.mobile.d.ts +6 -0
- package/radio-group/modern/Component.mobile.js +11 -0
- package/radio-group/modern/Component.responsive.d.ts +18 -0
- package/radio-group/modern/Component.responsive.js +16 -0
- package/radio-group/modern/components/base-radio-group/Component.d.ts +74 -0
- package/radio-group/modern/components/base-radio-group/Component.js +61 -0
- package/radio-group/modern/components/base-radio-group/index.css +88 -0
- package/radio-group/modern/components/base-radio-group/index.d.ts +1 -0
- package/radio-group/modern/components/base-radio-group/index.js +4 -0
- package/radio-group/modern/desktop.css +28 -0
- package/radio-group/modern/desktop.d.ts +2 -0
- package/radio-group/modern/desktop.js +5 -0
- package/radio-group/modern/index.d.ts +2 -1
- package/radio-group/modern/index.js +5 -1
- package/radio-group/modern/mobile.css +30 -0
- package/radio-group/modern/mobile.d.ts +2 -0
- package/radio-group/modern/mobile.js +5 -0
- package/scrollbar/Component.js +3 -3
- package/scrollbar/default.css +2 -2
- package/scrollbar/esm/Component.js +3 -3
- package/scrollbar/esm/default.css +2 -2
- package/scrollbar/esm/index.css +25 -25
- package/scrollbar/esm/inverted.css +2 -2
- package/scrollbar/index.css +25 -25
- package/scrollbar/inverted.css +2 -2
- package/scrollbar/modern/Component.js +3 -3
- package/scrollbar/modern/default.css +2 -2
- package/scrollbar/modern/index.css +25 -25
- package/scrollbar/modern/inverted.css +2 -2
- package/segmented-control/Component.js +1 -1
- package/segmented-control/components/segment/Component.js +1 -1
- package/segmented-control/components/segment/index.css +3 -3
- package/segmented-control/esm/Component.js +1 -1
- package/segmented-control/esm/components/segment/Component.js +1 -1
- package/segmented-control/esm/components/segment/index.css +3 -3
- package/segmented-control/esm/index.css +18 -18
- package/segmented-control/index.css +18 -18
- package/segmented-control/modern/Component.js +1 -1
- package/segmented-control/modern/components/segment/Component.js +1 -1
- package/segmented-control/modern/components/segment/index.css +3 -3
- package/segmented-control/modern/index.css +18 -18
- package/select/Component.desktop.d.ts +3 -88
- package/select/Component.desktop.js +3 -3
- package/select/Component.mobile-b2c0420d.d.ts +2 -2
- package/select/Component.mobile-ebda875c.d.ts +6 -0
- package/select/Component.mobile.js +5 -4
- package/select/Component.modal.mobile.js +5 -4
- package/select/Component.responsive.js +5 -3
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +3 -3
- package/select/components/base-checkmark/Component.js +1 -1
- package/select/components/base-checkmark/index.css +4 -4
- package/select/components/base-option/Component.js +1 -1
- package/select/components/base-option/index.css +13 -13
- package/select/components/base-select/Component.js +1 -1
- package/select/components/base-select/index.css +8 -8
- package/select/components/base-select-mobile/Component.js +1 -2
- package/select/components/base-select-mobile/footer/Component.js +4 -4
- package/select/components/base-select-mobile/footer/index.css +5 -5
- package/select/components/base-select-mobile/footer/index.js +1 -1
- package/select/components/base-select-mobile/index.css +10 -10
- package/select/components/base-select-mobile/index.js +0 -1
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +10 -10
- package/select/components/checkmark-mobile/Component.js +1 -1
- package/select/components/checkmark-mobile/index.css +6 -6
- package/select/components/field/Component.d.ts +8 -1
- package/select/components/field/Component.js +13 -13
- package/select/components/field/index.css +9 -9
- package/select/components/field/index.js +0 -1
- package/select/components/index.js +0 -1
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +6 -6
- package/select/components/option/Component.js +1 -1
- package/select/components/option/index.css +20 -20
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +9 -9
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +15 -15
- package/select/cssm/Component.desktop.d.ts +3 -88
- package/select/cssm/Component.desktop.js +3 -3
- package/select/cssm/Component.mobile-b2c0420d.d.ts +2 -2
- package/select/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/select/cssm/Component.mobile.js +4 -3
- package/select/cssm/Component.modal.mobile.js +4 -3
- package/select/cssm/Component.responsive.js +4 -2
- package/select/cssm/components/base-select-mobile/Component.js +0 -1
- package/select/cssm/components/base-select-mobile/footer/Component.js +3 -3
- package/select/cssm/components/base-select-mobile/footer/index.js +1 -1
- package/select/cssm/components/base-select-mobile/index.js +0 -1
- package/select/cssm/components/field/Component.d.ts +8 -1
- package/select/cssm/components/field/Component.js +12 -12
- package/select/cssm/components/field/index.js +0 -1
- package/select/cssm/components/index.js +0 -1
- package/select/cssm/desktop-63dec22f.d.ts +6 -0
- package/select/cssm/desktop.js +1 -1
- package/select/cssm/index-ebda875c.d.ts +40 -0
- package/select/cssm/index.js +4 -2
- package/select/cssm/mobile-96988a65.d.ts +2 -0
- package/select/cssm/mobile.js +3 -2
- package/select/cssm/presets/index.js +1 -1
- package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +3 -3
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/cssm/shared.js +1 -2
- package/select/cssm/typings-9211a437.d.ts +95 -0
- package/select/desktop-63dec22f.d.ts +6 -0
- package/select/desktop.js +1 -1
- package/select/esm/Component.desktop.d.ts +3 -88
- package/select/esm/Component.desktop.js +3 -3
- package/select/esm/Component.mobile-b2c0420d.d.ts +2 -2
- package/select/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/select/esm/Component.mobile.js +5 -4
- package/select/esm/Component.modal.mobile.js +5 -4
- package/select/esm/Component.responsive.js +5 -3
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +3 -3
- package/select/esm/components/base-checkmark/Component.js +1 -1
- package/select/esm/components/base-checkmark/index.css +4 -4
- package/select/esm/components/base-option/Component.js +1 -1
- package/select/esm/components/base-option/index.css +13 -13
- package/select/esm/components/base-select/Component.js +1 -1
- package/select/esm/components/base-select/index.css +8 -8
- package/select/esm/components/base-select-mobile/Component.js +1 -2
- package/select/esm/components/base-select-mobile/footer/Component.js +4 -4
- package/select/esm/components/base-select-mobile/footer/index.css +5 -5
- package/select/esm/components/base-select-mobile/footer/index.js +1 -1
- package/select/esm/components/base-select-mobile/index.css +10 -10
- package/select/esm/components/base-select-mobile/index.js +0 -1
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +10 -10
- package/select/esm/components/checkmark-mobile/Component.js +1 -1
- package/select/esm/components/checkmark-mobile/index.css +6 -6
- package/select/esm/components/field/Component.d.ts +8 -1
- package/select/esm/components/field/Component.js +13 -13
- package/select/esm/components/field/index.css +9 -9
- package/select/esm/components/field/index.js +0 -1
- package/select/esm/components/index.js +0 -1
- package/select/esm/components/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +6 -6
- package/select/esm/components/option/Component.js +1 -1
- package/select/esm/components/option/index.css +20 -20
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.css +9 -9
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +15 -15
- package/select/esm/desktop-63dec22f.d.ts +6 -0
- package/select/esm/desktop.js +1 -1
- package/select/esm/hook-5cba55ed.js +109 -0
- package/select/esm/index-ebda875c.d.ts +40 -0
- package/select/esm/index.js +5 -3
- package/select/esm/mobile-96988a65.d.ts +2 -0
- package/select/esm/mobile.js +4 -3
- package/select/esm/presets/index.js +2 -2
- package/select/esm/presets/useSelectWithApply/hook.js +2 -2
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -2
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -4
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- 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 +2 -2
- package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/shared.js +2 -3
- package/select/esm/typings-9211a437.d.ts +95 -0
- package/select/index-ebda875c.d.ts +40 -0
- package/select/index.js +5 -3
- package/select/mobile-96988a65.d.ts +2 -0
- package/select/mobile.js +4 -3
- package/select/modern/Component.desktop.d.ts +3 -88
- package/select/modern/Component.desktop.js +5 -2
- package/select/modern/Component.mobile-b2c0420d.d.ts +2 -2
- package/select/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/select/modern/Component.mobile.js +8 -4
- package/select/modern/Component.modal.mobile.js +8 -4
- package/select/modern/Component.responsive.js +5 -3
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +3 -3
- package/select/modern/components/base-checkmark/Component.js +1 -1
- package/select/modern/components/base-checkmark/index.css +4 -4
- package/select/modern/components/base-option/Component.js +1 -1
- package/select/modern/components/base-option/index.css +13 -13
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/base-select/index.css +8 -8
- package/select/modern/components/base-select-mobile/Component.js +1 -2
- package/select/modern/components/base-select-mobile/footer/Component.js +4 -4
- package/select/modern/components/base-select-mobile/footer/index.css +5 -5
- package/select/modern/components/base-select-mobile/footer/index.js +1 -1
- package/select/modern/components/base-select-mobile/index.css +10 -10
- package/select/modern/components/base-select-mobile/index.js +0 -1
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +10 -10
- package/select/modern/components/checkmark-mobile/Component.js +1 -1
- package/select/modern/components/checkmark-mobile/index.css +6 -6
- package/select/modern/components/field/Component.d.ts +8 -1
- package/select/modern/components/field/Component.js +13 -13
- package/select/modern/components/field/index.css +9 -9
- package/select/modern/components/field/index.js +0 -1
- package/select/modern/components/index.js +0 -1
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +6 -6
- package/select/modern/components/option/Component.js +1 -1
- package/select/modern/components/option/index.css +20 -20
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +9 -9
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +15 -15
- package/select/modern/desktop-63dec22f.d.ts +6 -0
- package/select/modern/desktop.js +1 -1
- package/select/modern/hook-81e56138.js +121 -0
- package/select/modern/index-ebda875c.d.ts +40 -0
- package/select/modern/index.js +5 -3
- package/select/modern/mobile-96988a65.d.ts +2 -0
- package/select/modern/mobile.js +4 -3
- package/select/modern/presets/index.js +2 -2
- package/select/modern/presets/useSelectWithApply/hook.js +2 -2
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -2
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -4
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +2 -2
- package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/modern/shared.js +2 -3
- package/select/modern/typings-9211a437.d.ts +95 -0
- package/select/presets/index.js +2 -2
- package/select/presets/useSelectWithApply/hook.js +2 -2
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -2
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +2 -2
- package/select/presets/useSelectWithLoading/hook.js +1 -1
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/shared.js +2 -3
- package/select/typings-9211a437.d.ts +95 -0
- package/select-with-tags/Component-63dec22f.d.ts +167 -0
- package/select-with-tags/Component-89a3cf4c.d.ts +1 -1
- package/select-with-tags/Component-8b2c2707.d.ts +71 -0
- package/select-with-tags/Component-9211a437.d.ts +38 -0
- package/select-with-tags/Component.desktop-2e2b2125.d.ts +6 -0
- package/select-with-tags/Component.mobile-755fbaa3.d.ts +6 -0
- package/select-with-tags/Component.mobile-ebda875c.d.ts +6 -0
- package/select-with-tags/Component.responsive-3109f463.d.ts +5 -0
- package/select-with-tags/component.d.ts +1 -0
- package/select-with-tags/component.js +3 -2
- package/select-with-tags/components/index.js +1 -1
- package/select-with-tags/components/tag/component.js +3 -3
- package/select-with-tags/components/tag/index.css +15 -11
- package/select-with-tags/components/tag/index.js +1 -1
- package/select-with-tags/components/tag-list/component.js +2 -2
- package/select-with-tags/components/tag-list/index.css +31 -31
- package/select-with-tags/components/tag-list/index.js +1 -1
- package/select-with-tags/cssm/Component-63dec22f.d.ts +167 -0
- package/select-with-tags/cssm/Component-89a3cf4c.d.ts +1 -1
- package/select-with-tags/cssm/Component-8b2c2707.d.ts +71 -0
- package/select-with-tags/cssm/Component-9211a437.d.ts +38 -0
- package/select-with-tags/cssm/Component.desktop-2e2b2125.d.ts +6 -0
- package/select-with-tags/cssm/Component.mobile-755fbaa3.d.ts +6 -0
- package/select-with-tags/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/select-with-tags/cssm/Component.responsive-3109f463.d.ts +5 -0
- package/select-with-tags/cssm/component.d.ts +1 -0
- package/select-with-tags/cssm/component.js +3 -2
- package/select-with-tags/cssm/components/index.js +1 -1
- package/select-with-tags/cssm/components/tag/component.js +2 -2
- package/select-with-tags/cssm/components/tag/index.js +1 -1
- package/select-with-tags/cssm/components/tag/index.module.css +4 -0
- package/select-with-tags/cssm/components/tag-list/component.js +1 -1
- package/select-with-tags/cssm/components/tag-list/index.js +1 -1
- package/select-with-tags/cssm/desktop-63dec22f.d.ts +2 -0
- package/select-with-tags/cssm/index-3109f463.d.ts +62 -0
- package/select-with-tags/cssm/index-8b2c2707.d.ts +2 -0
- package/select-with-tags/cssm/index-c44170fe.d.ts +162 -0
- package/select-with-tags/cssm/index-ebda875c.d.ts +1 -1
- package/select-with-tags/cssm/index.js +1 -1
- package/select-with-tags/cssm/mobile-755fbaa3.d.ts +2 -0
- package/select-with-tags/cssm/mobile-96988a65.d.ts +2 -0
- package/select-with-tags/cssm/shared-4cd3936b.d.ts +7 -2
- package/select-with-tags/cssm/types.d.ts +6 -1
- package/select-with-tags/cssm/typings-5e1b8383.d.ts +2 -1
- package/select-with-tags/cssm/typings-9211a437.d.ts +95 -0
- package/select-with-tags/desktop-63dec22f.d.ts +2 -0
- package/select-with-tags/esm/Component-63dec22f.d.ts +167 -0
- package/select-with-tags/esm/Component-89a3cf4c.d.ts +1 -1
- package/select-with-tags/esm/Component-8b2c2707.d.ts +71 -0
- package/select-with-tags/esm/Component-9211a437.d.ts +38 -0
- package/select-with-tags/esm/Component.desktop-2e2b2125.d.ts +6 -0
- package/select-with-tags/esm/Component.mobile-755fbaa3.d.ts +6 -0
- package/select-with-tags/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/select-with-tags/esm/Component.responsive-3109f463.d.ts +5 -0
- package/select-with-tags/esm/component.d.ts +1 -0
- package/select-with-tags/esm/component.js +3 -2
- package/select-with-tags/esm/components/index.js +1 -1
- package/select-with-tags/esm/components/tag/component.js +3 -3
- package/select-with-tags/esm/components/tag/index.css +15 -11
- package/select-with-tags/esm/components/tag/index.js +1 -1
- package/select-with-tags/esm/components/tag-list/component.js +2 -2
- package/select-with-tags/esm/components/tag-list/index.css +31 -31
- package/select-with-tags/esm/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/desktop-63dec22f.d.ts +2 -0
- package/select-with-tags/esm/index-3109f463.d.ts +62 -0
- package/select-with-tags/esm/index-8b2c2707.d.ts +2 -0
- package/select-with-tags/esm/index-c44170fe.d.ts +162 -0
- package/select-with-tags/esm/index-ebda875c.d.ts +1 -1
- package/select-with-tags/esm/index.js +1 -1
- package/select-with-tags/esm/mobile-755fbaa3.d.ts +2 -0
- package/select-with-tags/esm/mobile-96988a65.d.ts +2 -0
- package/select-with-tags/esm/shared-4cd3936b.d.ts +7 -2
- package/select-with-tags/esm/types.d.ts +6 -1
- package/select-with-tags/esm/typings-5e1b8383.d.ts +2 -1
- package/select-with-tags/esm/typings-9211a437.d.ts +95 -0
- package/select-with-tags/index-3109f463.d.ts +62 -0
- package/select-with-tags/index-8b2c2707.d.ts +2 -0
- package/select-with-tags/index-c44170fe.d.ts +162 -0
- package/select-with-tags/index-ebda875c.d.ts +1 -1
- package/select-with-tags/index.js +1 -1
- package/select-with-tags/mobile-755fbaa3.d.ts +2 -0
- package/select-with-tags/mobile-96988a65.d.ts +2 -0
- package/select-with-tags/modern/Component-63dec22f.d.ts +167 -0
- package/select-with-tags/modern/Component-89a3cf4c.d.ts +1 -1
- package/select-with-tags/modern/Component-8b2c2707.d.ts +71 -0
- package/select-with-tags/modern/Component-9211a437.d.ts +38 -0
- package/select-with-tags/modern/Component.desktop-2e2b2125.d.ts +6 -0
- package/select-with-tags/modern/Component.mobile-755fbaa3.d.ts +6 -0
- package/select-with-tags/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/select-with-tags/modern/Component.responsive-3109f463.d.ts +5 -0
- package/select-with-tags/modern/component.d.ts +1 -0
- package/select-with-tags/modern/component.js +3 -2
- package/select-with-tags/modern/components/index.js +1 -1
- package/select-with-tags/modern/components/tag/component.js +3 -3
- package/select-with-tags/modern/components/tag/index.css +15 -11
- package/select-with-tags/modern/components/tag/index.js +1 -1
- package/select-with-tags/modern/components/tag-list/component.js +2 -2
- package/select-with-tags/modern/components/tag-list/index.css +31 -31
- package/select-with-tags/modern/components/tag-list/index.js +1 -1
- package/select-with-tags/modern/desktop-63dec22f.d.ts +2 -0
- package/select-with-tags/modern/index-3109f463.d.ts +62 -0
- package/select-with-tags/modern/index-8b2c2707.d.ts +2 -0
- package/select-with-tags/modern/index-c44170fe.d.ts +162 -0
- package/select-with-tags/modern/index-ebda875c.d.ts +1 -1
- package/select-with-tags/modern/index.js +1 -1
- package/select-with-tags/modern/mobile-755fbaa3.d.ts +2 -0
- package/select-with-tags/modern/mobile-96988a65.d.ts +2 -0
- package/select-with-tags/modern/shared-4cd3936b.d.ts +7 -2
- package/select-with-tags/modern/types.d.ts +6 -1
- package/select-with-tags/modern/typings-5e1b8383.d.ts +2 -1
- package/select-with-tags/modern/typings-9211a437.d.ts +95 -0
- package/select-with-tags/shared-4cd3936b.d.ts +7 -2
- package/select-with-tags/types.d.ts +6 -1
- package/select-with-tags/typings-5e1b8383.d.ts +2 -1
- package/select-with-tags/typings-9211a437.d.ts +95 -0
- package/side-panel/Component.desktop.js +2 -2
- package/side-panel/Component.mobile.js +2 -2
- package/side-panel/components/content/Component.desktop.js +1 -1
- package/side-panel/components/content/Component.js +1 -1
- package/side-panel/components/content/Component.mobile.js +1 -1
- package/side-panel/components/content/desktop.css +3 -3
- package/side-panel/components/content/index.css +4 -4
- package/side-panel/components/content/mobile.css +3 -3
- package/side-panel/components/footer/Component.desktop.js +1 -1
- package/side-panel/components/footer/Component.js +2 -2
- package/side-panel/components/footer/Component.mobile.js +1 -1
- package/side-panel/components/footer/desktop.css +3 -3
- package/side-panel/components/footer/index.css +4 -4
- package/side-panel/components/footer/layout.css +25 -25
- package/side-panel/components/footer/mobile.css +7 -7
- package/side-panel/components/header/Component.js +3 -3
- package/side-panel/components/header/desktop.css +5 -5
- package/side-panel/components/header/index.css +14 -14
- package/side-panel/components/header/mobile.css +4 -4
- package/side-panel/desktop.css +3 -3
- package/side-panel/esm/Component.desktop.js +2 -2
- package/side-panel/esm/Component.mobile.js +2 -2
- package/side-panel/esm/components/content/Component.desktop.js +1 -1
- package/side-panel/esm/components/content/Component.js +1 -1
- package/side-panel/esm/components/content/Component.mobile.js +1 -1
- package/side-panel/esm/components/content/desktop.css +3 -3
- package/side-panel/esm/components/content/index.css +4 -4
- package/side-panel/esm/components/content/mobile.css +3 -3
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +2 -2
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/components/footer/desktop.css +3 -3
- package/side-panel/esm/components/footer/index.css +4 -4
- package/side-panel/esm/components/footer/layout.css +25 -25
- package/side-panel/esm/components/footer/mobile.css +7 -7
- package/side-panel/esm/components/header/Component.js +3 -3
- package/side-panel/esm/components/header/desktop.css +5 -5
- package/side-panel/esm/components/header/index.css +14 -14
- package/side-panel/esm/components/header/mobile.css +4 -4
- package/side-panel/esm/desktop.css +3 -3
- package/side-panel/esm/mobile.css +3 -3
- package/side-panel/esm/transitions.desktop.css +7 -7
- package/side-panel/esm/transitions.mobile.css +8 -8
- package/side-panel/mobile.css +3 -3
- package/side-panel/modern/Component.desktop.js +2 -2
- package/side-panel/modern/Component.mobile.js +2 -2
- package/side-panel/modern/components/content/Component.desktop.js +1 -1
- package/side-panel/modern/components/content/Component.js +1 -1
- package/side-panel/modern/components/content/Component.mobile.js +1 -1
- package/side-panel/modern/components/content/desktop.css +3 -3
- package/side-panel/modern/components/content/index.css +4 -4
- package/side-panel/modern/components/content/mobile.css +3 -3
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +2 -2
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/components/footer/desktop.css +3 -3
- package/side-panel/modern/components/footer/index.css +4 -4
- package/side-panel/modern/components/footer/layout.css +25 -25
- package/side-panel/modern/components/footer/mobile.css +7 -7
- package/side-panel/modern/components/header/Component.js +3 -3
- package/side-panel/modern/components/header/desktop.css +5 -5
- package/side-panel/modern/components/header/index.css +14 -14
- package/side-panel/modern/components/header/mobile.css +4 -4
- package/side-panel/modern/desktop.css +3 -3
- package/side-panel/modern/mobile.css +3 -3
- package/side-panel/modern/transitions.desktop.css +7 -7
- package/side-panel/modern/transitions.mobile.css +8 -8
- package/side-panel/transitions.desktop.css +7 -7
- package/side-panel/transitions.mobile.css +8 -8
- package/skeleton/Component.js +1 -1
- package/skeleton/esm/Component.js +1 -1
- package/skeleton/esm/index.css +10 -10
- package/skeleton/index.css +10 -10
- package/skeleton/modern/Component.js +1 -1
- package/skeleton/modern/index.css +10 -10
- package/slider/Component.js +1 -1
- package/slider/esm/Component.js +1 -1
- package/slider/esm/index.css +20 -20
- package/slider/index.css +20 -20
- package/slider/modern/Component.js +1 -1
- package/slider/modern/index.css +20 -20
- package/slider-input/Component.d.ts +1 -1
- package/slider-input/Component.js +1 -1
- package/slider-input/cssm/Component.d.ts +1 -1
- package/slider-input/cssm/index.module.css +16 -0
- package/slider-input/esm/Component.d.ts +1 -1
- package/slider-input/esm/Component.js +1 -1
- package/slider-input/esm/index.css +42 -26
- package/slider-input/index.css +42 -26
- package/slider-input/modern/Component.d.ts +1 -1
- package/slider-input/modern/Component.js +1 -1
- package/slider-input/modern/index.css +42 -26
- package/sortable-list/Component.js +1 -1
- package/sortable-list/components/item/Components.js +1 -1
- package/sortable-list/components/item/index.css +25 -25
- package/sortable-list/esm/Component.js +1 -1
- package/sortable-list/esm/components/item/Components.js +1 -1
- package/sortable-list/esm/components/item/index.css +25 -25
- package/sortable-list/esm/index.css +30 -30
- package/sortable-list/index.css +30 -30
- package/sortable-list/modern/Component.js +1 -1
- package/sortable-list/modern/components/item/Components.js +1 -1
- package/sortable-list/modern/components/item/index.css +25 -25
- package/sortable-list/modern/index.css +30 -30
- package/space/Component.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/index.css +8 -8
- package/space/index.css +8 -8
- package/space/modern/Component.js +1 -1
- package/space/modern/index.css +8 -8
- package/spinner/Component.js +3 -3
- package/spinner/default.css +1 -1
- package/spinner/esm/Component.js +3 -3
- package/spinner/esm/default.css +1 -1
- package/spinner/esm/index.css +7 -7
- package/spinner/esm/inverted.css +1 -1
- package/spinner/index.css +7 -7
- package/spinner/inverted.css +1 -1
- package/spinner/modern/Component.js +3 -3
- package/spinner/modern/default.css +1 -1
- package/spinner/modern/index.css +7 -7
- package/spinner/modern/inverted.css +1 -1
- package/status/Component.js +1 -1
- package/status/esm/Component.js +1 -1
- package/status/esm/index.css +17 -17
- package/status/index.css +17 -17
- package/status/modern/Component.js +1 -1
- package/status/modern/index.css +17 -17
- package/stepped-progress-bar/Component.js +3 -3
- package/stepped-progress-bar/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/components/step-bar/index.css +10 -10
- package/stepped-progress-bar/default.css +2 -2
- package/stepped-progress-bar/esm/Component.js +3 -3
- package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
- package/stepped-progress-bar/esm/default.css +2 -2
- package/stepped-progress-bar/esm/index.css +3 -3
- package/stepped-progress-bar/esm/inverted.css +2 -2
- package/stepped-progress-bar/index.css +3 -3
- package/stepped-progress-bar/inverted.css +2 -2
- package/stepped-progress-bar/modern/Component.js +3 -3
- package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
- package/stepped-progress-bar/modern/default.css +2 -2
- package/stepped-progress-bar/modern/index.css +3 -3
- package/stepped-progress-bar/modern/inverted.css +2 -2
- package/steps/Component.d.ts +2 -2
- package/steps/Component.js +1 -1
- package/steps/components/step/Component.d.ts +1 -1
- package/steps/components/step/Component.js +1 -1
- package/steps/components/step/index.css +26 -26
- package/steps/components/step-indicator/Component.js +1 -1
- package/steps/components/step-indicator/index.css +2 -2
- package/steps/cssm/Component.d.ts +2 -2
- package/steps/cssm/components/step/Component.d.ts +1 -1
- package/steps/esm/Component.d.ts +2 -2
- package/steps/esm/Component.js +1 -1
- package/steps/esm/components/step/Component.d.ts +1 -1
- package/steps/esm/components/step/Component.js +1 -1
- package/steps/esm/components/step/index.css +26 -26
- package/steps/esm/components/step-indicator/Component.js +1 -1
- package/steps/esm/components/step-indicator/index.css +2 -2
- package/steps/esm/index.css +3 -3
- package/steps/index.css +3 -3
- package/steps/modern/Component.d.ts +2 -2
- package/steps/modern/Component.js +1 -1
- package/steps/modern/components/step/Component.d.ts +1 -1
- package/steps/modern/components/step/Component.js +1 -1
- package/steps/modern/components/step/index.css +26 -26
- package/steps/modern/components/step-indicator/Component.js +1 -1
- package/steps/modern/components/step-indicator/index.css +2 -2
- package/steps/modern/index.css +3 -3
- package/switch/Component.js +1 -1
- package/switch/esm/Component.js +1 -1
- package/switch/esm/index.css +25 -25
- package/switch/index.css +25 -25
- package/switch/modern/Component.js +1 -1
- package/switch/modern/index.css +25 -25
- package/system-message/Component.js +3 -3
- package/system-message/components/caption/Component.js +1 -1
- package/system-message/components/caption/index.css +1 -1
- package/system-message/components/controls/Component.js +3 -3
- package/system-message/components/controls/desktop.css +2 -2
- package/system-message/components/controls/index.css +9 -9
- package/system-message/components/controls/mobile.css +2 -2
- package/system-message/components/graphic/Component.js +1 -1
- package/system-message/components/graphic/index.css +1 -1
- package/system-message/components/subtitle/Component.js +1 -1
- package/system-message/components/subtitle/index.css +1 -1
- package/system-message/components/title/Component.js +3 -3
- package/system-message/components/title/desktop.css +1 -1
- package/system-message/components/title/index.css +1 -1
- package/system-message/components/title/mobile.css +1 -1
- package/system-message/desktop.css +1 -1
- package/system-message/esm/Component.js +3 -3
- package/system-message/esm/components/caption/Component.js +1 -1
- package/system-message/esm/components/caption/index.css +1 -1
- package/system-message/esm/components/controls/Component.js +3 -3
- package/system-message/esm/components/controls/desktop.css +2 -2
- package/system-message/esm/components/controls/index.css +9 -9
- package/system-message/esm/components/controls/mobile.css +2 -2
- package/system-message/esm/components/graphic/Component.js +1 -1
- package/system-message/esm/components/graphic/index.css +1 -1
- package/system-message/esm/components/subtitle/Component.js +1 -1
- package/system-message/esm/components/subtitle/index.css +1 -1
- package/system-message/esm/components/title/Component.js +3 -3
- package/system-message/esm/components/title/desktop.css +1 -1
- package/system-message/esm/components/title/index.css +1 -1
- package/system-message/esm/components/title/mobile.css +1 -1
- package/system-message/esm/desktop.css +1 -1
- package/system-message/esm/index.css +6 -6
- package/system-message/esm/mobile.css +1 -1
- package/system-message/index.css +6 -6
- package/system-message/mobile.css +1 -1
- package/system-message/modern/Component.js +3 -3
- package/system-message/modern/components/caption/Component.js +1 -1
- package/system-message/modern/components/caption/index.css +1 -1
- package/system-message/modern/components/controls/Component.js +3 -3
- package/system-message/modern/components/controls/desktop.css +2 -2
- package/system-message/modern/components/controls/index.css +9 -9
- package/system-message/modern/components/controls/mobile.css +2 -2
- package/system-message/modern/components/graphic/Component.js +1 -1
- package/system-message/modern/components/graphic/index.css +1 -1
- package/system-message/modern/components/subtitle/Component.js +1 -1
- package/system-message/modern/components/subtitle/index.css +1 -1
- package/system-message/modern/components/title/Component.js +3 -3
- package/system-message/modern/components/title/desktop.css +1 -1
- package/system-message/modern/components/title/index.css +1 -1
- package/system-message/modern/components/title/mobile.css +1 -1
- package/system-message/modern/desktop.css +1 -1
- package/system-message/modern/index.css +6 -6
- package/system-message/modern/mobile.css +1 -1
- package/table/Component-63dec22f.d.ts +167 -0
- package/table/Component-89a3cf4c.d.ts +3 -166
- package/table/Component.desktop-63dec22f.d.ts +6 -0
- package/table/Component.desktop-785df74d.d.ts +6 -0
- package/table/Component.mobile-d7e9f69d.d.ts +6 -0
- package/table/Component.mobile-ebda875c.d.ts +6 -0
- package/table/Component.responsive-785df74d.d.ts +26 -0
- package/table/components/pagination/Component.js +1 -1
- package/table/components/pagination/index.css +8 -8
- package/table/components/pagination/select-field/index.css +4 -4
- package/table/components/pagination/select-field/index.js +1 -1
- package/table/components/table/Component.js +1 -1
- package/table/components/table/index.css +7 -7
- package/table/components/tbody/Component.js +1 -1
- package/table/components/tbody/index.css +2 -2
- package/table/components/tcell/Component.js +1 -1
- package/table/components/tcell/index.css +6 -6
- package/table/components/texpandable-row/Component.js +1 -1
- package/table/components/texpandable-row/index.css +5 -5
- package/table/components/thead/Component.js +1 -1
- package/table/components/thead/index.css +6 -6
- package/table/components/thead-cell/Component.js +1 -1
- package/table/components/thead-cell/index.css +8 -8
- package/table/components/trow/Component.js +1 -1
- package/table/components/trow/index.css +8 -8
- package/table/components/tsortable-head-cell/Component.js +1 -1
- package/table/components/tsortable-head-cell/index.css +9 -9
- package/table/cssm/Component-63dec22f.d.ts +167 -0
- package/table/cssm/Component-89a3cf4c.d.ts +3 -166
- package/table/cssm/Component.desktop-63dec22f.d.ts +6 -0
- package/table/cssm/Component.desktop-785df74d.d.ts +6 -0
- package/table/cssm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/table/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/table/cssm/Component.responsive-785df74d.d.ts +26 -0
- package/table/cssm/desktop-63dec22f.d.ts +6 -0
- package/table/cssm/index-3109f463.d.ts +62 -0
- package/table/cssm/index-c44170fe.d.ts +21 -0
- package/table/cssm/index-ebda875c.d.ts +2 -2
- package/table/cssm/mobile-96988a65.d.ts +2 -0
- package/table/cssm/typings-5e1b8383.d.ts +2 -1
- package/table/cssm/typings-9211a437.d.ts +95 -0
- package/table/desktop-63dec22f.d.ts +6 -0
- package/table/esm/Component-63dec22f.d.ts +167 -0
- package/table/esm/Component-89a3cf4c.d.ts +3 -166
- package/table/esm/Component.desktop-63dec22f.d.ts +6 -0
- package/table/esm/Component.desktop-785df74d.d.ts +6 -0
- package/table/esm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/table/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/table/esm/Component.responsive-785df74d.d.ts +26 -0
- package/table/esm/components/pagination/Component.js +1 -1
- package/table/esm/components/pagination/index.css +8 -8
- package/table/esm/components/pagination/select-field/index.css +4 -4
- package/table/esm/components/pagination/select-field/index.js +1 -1
- package/table/esm/components/table/Component.js +1 -1
- package/table/esm/components/table/index.css +7 -7
- package/table/esm/components/tbody/Component.js +1 -1
- package/table/esm/components/tbody/index.css +2 -2
- package/table/esm/components/tcell/Component.js +1 -1
- package/table/esm/components/tcell/index.css +6 -6
- package/table/esm/components/texpandable-row/Component.js +1 -1
- package/table/esm/components/texpandable-row/index.css +5 -5
- package/table/esm/components/thead/Component.js +1 -1
- package/table/esm/components/thead/index.css +6 -6
- package/table/esm/components/thead-cell/Component.js +1 -1
- package/table/esm/components/thead-cell/index.css +8 -8
- package/table/esm/components/trow/Component.js +1 -1
- package/table/esm/components/trow/index.css +8 -8
- package/table/esm/components/tsortable-head-cell/Component.js +1 -1
- package/table/esm/components/tsortable-head-cell/index.css +9 -9
- package/table/esm/desktop-63dec22f.d.ts +6 -0
- package/table/esm/index-3109f463.d.ts +62 -0
- package/table/esm/index-c44170fe.d.ts +21 -0
- package/table/esm/index-ebda875c.d.ts +2 -2
- package/table/esm/mobile-96988a65.d.ts +2 -0
- package/table/esm/typings-5e1b8383.d.ts +2 -1
- package/table/esm/typings-9211a437.d.ts +95 -0
- package/table/index-3109f463.d.ts +62 -0
- package/table/index-c44170fe.d.ts +21 -0
- package/table/index-ebda875c.d.ts +2 -2
- package/table/mobile-96988a65.d.ts +2 -0
- package/table/modern/Component-63dec22f.d.ts +167 -0
- package/table/modern/Component-89a3cf4c.d.ts +3 -166
- package/table/modern/Component.desktop-63dec22f.d.ts +6 -0
- package/table/modern/Component.desktop-785df74d.d.ts +6 -0
- package/table/modern/Component.mobile-d7e9f69d.d.ts +6 -0
- package/table/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/table/modern/Component.responsive-785df74d.d.ts +26 -0
- package/table/modern/components/pagination/Component.js +1 -1
- package/table/modern/components/pagination/index.css +8 -8
- package/table/modern/components/pagination/select-field/index.css +4 -4
- package/table/modern/components/pagination/select-field/index.js +1 -1
- package/table/modern/components/table/Component.js +1 -1
- package/table/modern/components/table/index.css +7 -7
- package/table/modern/components/tbody/Component.js +1 -1
- package/table/modern/components/tbody/index.css +2 -2
- package/table/modern/components/tcell/Component.js +1 -1
- package/table/modern/components/tcell/index.css +6 -6
- package/table/modern/components/texpandable-row/Component.js +1 -1
- package/table/modern/components/texpandable-row/index.css +5 -5
- package/table/modern/components/thead/Component.js +1 -1
- package/table/modern/components/thead/index.css +6 -6
- package/table/modern/components/thead-cell/Component.js +1 -1
- package/table/modern/components/thead-cell/index.css +8 -8
- package/table/modern/components/trow/Component.js +1 -1
- package/table/modern/components/trow/index.css +8 -8
- package/table/modern/components/tsortable-head-cell/Component.js +1 -1
- package/table/modern/components/tsortable-head-cell/index.css +9 -9
- package/table/modern/desktop-63dec22f.d.ts +6 -0
- package/table/modern/index-3109f463.d.ts +62 -0
- package/table/modern/index-c44170fe.d.ts +21 -0
- package/table/modern/index-ebda875c.d.ts +2 -2
- package/table/modern/mobile-96988a65.d.ts +2 -0
- package/table/modern/typings-5e1b8383.d.ts +2 -1
- package/table/modern/typings-9211a437.d.ts +95 -0
- package/table/typings-5e1b8383.d.ts +2 -1
- package/table/typings-9211a437.d.ts +95 -0
- package/tabs/Component-63dec22f.d.ts +167 -0
- package/tabs/Component-8b2c2707.d.ts +13 -0
- package/tabs/Component-9211a437.d.ts +38 -0
- package/tabs/Component.desktop-2e2b2125.d.ts +6 -0
- package/tabs/Component.desktop-785df74d.d.ts +6 -0
- package/tabs/Component.mobile-755fbaa3.d.ts +6 -0
- package/tabs/Component.mobile-d7e9f69d.d.ts +6 -0
- package/tabs/Component.mobile-ebda875c.d.ts +6 -0
- package/tabs/Component.responsive-785df74d.d.ts +26 -0
- package/tabs/collapsible.js +2 -2
- package/tabs/components/primary-tablist/Component.collapsible.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.collapsible.mobile.js +2 -2
- package/tabs/components/primary-tablist/Component.collapsible.responsive.js +2 -2
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/primary-tablist/index.css +29 -29
- package/tabs/components/primary-tablist/mobile.css +40 -32
- package/tabs/components/scrollable-container/Component.js +1 -1
- package/tabs/components/scrollable-container/index.css +5 -5
- package/tabs/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +3 -3
- package/tabs/components/secondary-tablist/Component.js +4 -3
- package/tabs/components/secondary-tablist/Component.mobile.js +4 -4
- package/tabs/components/secondary-tablist/Component.responsive.js +3 -2
- package/tabs/components/secondary-tablist/index.css +11 -11
- package/tabs/components/secondary-tablist/mobile.css +21 -13
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +3 -3
- package/tabs/components/tabs/Component.collabsible.desktop.js +1 -1
- package/tabs/components/tabs/Component.collapsible.mobile.js +2 -2
- package/tabs/components/tabs/Component.collapsible.responsive.js +2 -2
- package/tabs/components/tabs/Component.d.ts +1 -1
- package/tabs/components/tabs/Component.desktop.d.ts +1 -1
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.js +2 -2
- package/tabs/components/tabs/Component.mobile.js +4 -4
- package/tabs/components/tabs/Component.responsive.js +5 -4
- package/tabs/cssm/Component-63dec22f.d.ts +167 -0
- package/tabs/cssm/Component-8b2c2707.d.ts +13 -0
- package/tabs/cssm/Component-9211a437.d.ts +38 -0
- package/tabs/cssm/Component.desktop-2e2b2125.d.ts +6 -0
- package/tabs/cssm/Component.desktop-785df74d.d.ts +6 -0
- package/tabs/cssm/Component.mobile-755fbaa3.d.ts +6 -0
- package/tabs/cssm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/tabs/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/tabs/cssm/Component.responsive-785df74d.d.ts +26 -0
- package/tabs/cssm/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/cssm/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/cssm/components/secondary-tablist/Component.js +4 -3
- package/tabs/cssm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/cssm/components/secondary-tablist/Component.responsive.js +2 -1
- package/tabs/cssm/components/tabs/Component.d.ts +1 -1
- package/tabs/cssm/components/tabs/Component.desktop.d.ts +1 -1
- package/tabs/cssm/components/tabs/Component.desktop.js +1 -1
- package/tabs/cssm/components/tabs/Component.js +2 -2
- package/tabs/cssm/components/tabs/Component.mobile.js +1 -1
- package/tabs/cssm/components/tabs/Component.responsive.js +2 -1
- package/tabs/cssm/desktop-2e2b2125.d.ts +2 -0
- package/tabs/cssm/desktop.js +1 -1
- package/tabs/cssm/hook-9ea9e32c.d.ts +1 -1
- package/tabs/cssm/index-8b2c2707.d.ts +6 -0
- package/tabs/cssm/index-c44170fe.d.ts +23 -0
- package/tabs/cssm/index-e81c389f.d.ts +2 -1
- package/tabs/cssm/index-ebda875c.d.ts +86 -21
- package/tabs/cssm/index.js +2 -1
- package/tabs/cssm/mobile-755fbaa3.d.ts +2 -0
- package/tabs/cssm/mobile-96988a65.d.ts +2 -0
- package/tabs/cssm/mobile.js +1 -1
- package/tabs/cssm/shared-4cd3936b.d.ts +7 -2
- package/tabs/cssm/typings-5e1b8383.d.ts +2 -1
- package/tabs/cssm/typings-9211a437.d.ts +95 -0
- package/tabs/cssm/typings.d.ts +6 -0
- package/tabs/desktop-2e2b2125.d.ts +2 -0
- package/tabs/desktop.js +3 -3
- package/tabs/esm/Component-63dec22f.d.ts +167 -0
- package/tabs/esm/Component-8b2c2707.d.ts +13 -0
- package/tabs/esm/Component-9211a437.d.ts +38 -0
- package/tabs/esm/Component.desktop-2e2b2125.d.ts +6 -0
- package/tabs/esm/Component.desktop-785df74d.d.ts +6 -0
- package/tabs/esm/Component.mobile-755fbaa3.d.ts +6 -0
- package/tabs/esm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/tabs/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/tabs/esm/Component.responsive-785df74d.d.ts +26 -0
- package/tabs/esm/collapsible.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.collapsible.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.collapsible.responsive.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/primary-tablist/index.css +29 -29
- package/tabs/esm/components/primary-tablist/mobile.css +40 -32
- package/tabs/esm/components/scrollable-container/Component.js +1 -1
- package/tabs/esm/components/scrollable-container/index.css +5 -5
- package/tabs/esm/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +3 -3
- package/tabs/esm/components/secondary-tablist/Component.js +4 -3
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +4 -4
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +3 -2
- package/tabs/esm/components/secondary-tablist/index.css +11 -11
- package/tabs/esm/components/secondary-tablist/mobile.css +21 -13
- package/tabs/esm/components/tab/Component.js +1 -1
- package/tabs/esm/components/tab/index.css +3 -3
- package/tabs/esm/components/tabs/Component.collabsible.desktop.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.collapsible.responsive.js +2 -2
- package/tabs/esm/components/tabs/Component.d.ts +1 -1
- package/tabs/esm/components/tabs/Component.desktop.d.ts +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +3 -3
- package/tabs/esm/components/tabs/Component.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +4 -4
- package/tabs/esm/components/tabs/Component.responsive.js +5 -4
- package/tabs/esm/desktop-2e2b2125.d.ts +2 -0
- package/tabs/esm/desktop.js +3 -3
- package/tabs/esm/hook-9ea9e32c.d.ts +1 -1
- package/tabs/esm/index-8b2c2707.d.ts +6 -0
- package/tabs/esm/index-c44170fe.d.ts +23 -0
- package/tabs/esm/index-e81c389f.d.ts +2 -1
- package/tabs/esm/index-ebda875c.d.ts +86 -21
- package/tabs/esm/index.js +5 -4
- package/tabs/esm/index.module-7e66e58f.js +4 -0
- package/tabs/esm/index.module-d105fd96.js +4 -0
- package/tabs/esm/mobile-755fbaa3.d.ts +2 -0
- package/tabs/esm/mobile-96988a65.d.ts +2 -0
- package/tabs/esm/mobile.js +4 -4
- package/tabs/esm/mobile.module-ddc67d6d.js +4 -0
- package/tabs/esm/shared-4cd3936b.d.ts +7 -2
- package/tabs/esm/typings-5e1b8383.d.ts +2 -1
- package/tabs/esm/typings-9211a437.d.ts +95 -0
- package/tabs/esm/typings.d.ts +6 -0
- package/tabs/hook-9ea9e32c.d.ts +1 -1
- package/tabs/index-8b2c2707.d.ts +6 -0
- package/tabs/index-c44170fe.d.ts +23 -0
- package/tabs/index-e81c389f.d.ts +2 -1
- package/tabs/index-ebda875c.d.ts +86 -21
- package/tabs/index.js +5 -4
- package/tabs/index.module-8f5303bc.js +4 -0
- package/tabs/index.module-ab7e79a3.js +4 -0
- package/tabs/mobile-755fbaa3.d.ts +2 -0
- package/tabs/mobile-96988a65.d.ts +2 -0
- package/tabs/mobile.js +4 -4
- package/tabs/mobile.module-274858e9.js +4 -0
- package/tabs/modern/Component-63dec22f.d.ts +167 -0
- package/tabs/modern/Component-8b2c2707.d.ts +13 -0
- package/tabs/modern/Component-9211a437.d.ts +38 -0
- package/tabs/modern/Component.desktop-2e2b2125.d.ts +6 -0
- package/tabs/modern/Component.desktop-785df74d.d.ts +6 -0
- package/tabs/modern/Component.mobile-755fbaa3.d.ts +6 -0
- package/tabs/modern/Component.mobile-d7e9f69d.d.ts +6 -0
- package/tabs/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/tabs/modern/Component.responsive-785df74d.d.ts +26 -0
- package/tabs/modern/collapsible.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.collapsible.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.mobile.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.collapsible.responsive.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/modern/components/primary-tablist/index.css +29 -29
- package/tabs/modern/components/primary-tablist/mobile.css +40 -32
- package/tabs/modern/components/scrollable-container/Component.js +1 -1
- package/tabs/modern/components/scrollable-container/index.css +5 -5
- package/tabs/modern/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +3 -3
- package/tabs/modern/components/secondary-tablist/Component.js +11 -8
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +4 -4
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +3 -2
- package/tabs/modern/components/secondary-tablist/index.css +11 -11
- package/tabs/modern/components/secondary-tablist/mobile.css +21 -13
- package/tabs/modern/components/tab/Component.js +1 -1
- package/tabs/modern/components/tab/index.css +3 -3
- package/tabs/modern/components/tabs/Component.collabsible.desktop.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.collapsible.responsive.js +2 -2
- package/tabs/modern/components/tabs/Component.d.ts +1 -1
- package/tabs/modern/components/tabs/Component.desktop.d.ts +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +3 -3
- package/tabs/modern/components/tabs/Component.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +4 -4
- package/tabs/modern/components/tabs/Component.responsive.js +5 -4
- package/tabs/modern/desktop-2e2b2125.d.ts +2 -0
- package/tabs/modern/desktop.js +3 -3
- package/tabs/modern/hook-9ea9e32c.d.ts +1 -1
- package/tabs/modern/index-8b2c2707.d.ts +6 -0
- package/tabs/modern/index-c44170fe.d.ts +23 -0
- package/tabs/modern/index-e81c389f.d.ts +2 -1
- package/tabs/modern/index-ebda875c.d.ts +86 -21
- package/tabs/modern/index.js +5 -4
- package/tabs/modern/index.module-38f9e0ff.js +4 -0
- package/tabs/modern/index.module-b7dcce34.js +4 -0
- package/tabs/modern/mobile-755fbaa3.d.ts +2 -0
- package/tabs/modern/mobile-96988a65.d.ts +2 -0
- package/tabs/modern/mobile.js +4 -4
- package/tabs/modern/mobile.module-1607a725.js +4 -0
- package/tabs/modern/shared-4cd3936b.d.ts +7 -2
- package/tabs/modern/typings-5e1b8383.d.ts +2 -1
- package/tabs/modern/typings-9211a437.d.ts +95 -0
- package/tabs/modern/typings.d.ts +6 -0
- package/tabs/shared-4cd3936b.d.ts +7 -2
- package/tabs/typings-5e1b8383.d.ts +2 -1
- package/tabs/typings-9211a437.d.ts +95 -0
- package/tabs/typings.d.ts +6 -0
- package/tag/Component.desktop.d.ts +6 -0
- package/tag/Component.desktop.js +29 -0
- package/tag/Component.mobile.d.ts +6 -0
- package/tag/Component.mobile.js +29 -0
- package/tag/Component.responsive.d.ts +18 -0
- package/tag/Component.responsive.js +25 -0
- package/tag/components/base-tag/Component.d.ts +151 -0
- package/tag/components/base-tag/Component.js +61 -0
- package/tag/components/base-tag/default.css +90 -0
- package/tag/components/base-tag/index.css +214 -0
- package/tag/components/base-tag/index.d.ts +1 -0
- package/tag/components/base-tag/index.js +12 -0
- package/tag/components/base-tag/inverted.css +90 -0
- package/tag/cssm/Component.desktop.d.ts +6 -0
- package/tag/cssm/Component.desktop.js +29 -0
- package/tag/cssm/Component.mobile.d.ts +6 -0
- package/tag/cssm/Component.mobile.js +29 -0
- package/tag/cssm/Component.responsive.d.ts +18 -0
- package/tag/cssm/Component.responsive.js +34 -0
- package/tag/cssm/components/base-tag/Component.d.ts +151 -0
- package/tag/cssm/components/base-tag/Component.js +58 -0
- package/tag/cssm/components/base-tag/default.module.css +89 -0
- package/tag/cssm/components/base-tag/index.d.ts +1 -0
- package/tag/cssm/components/base-tag/index.js +15 -0
- package/tag/cssm/components/base-tag/index.module.css +213 -0
- package/tag/cssm/components/base-tag/inverted.module.css +89 -0
- package/tag/cssm/default.desktop.module.css +81 -0
- package/tag/cssm/default.mobile.module.css +81 -0
- package/tag/cssm/desktop.d.ts +2 -0
- package/tag/cssm/desktop.js +19 -0
- package/tag/cssm/desktop.module.css +58 -0
- package/tag/cssm/index.d.ts +3 -1
- package/tag/cssm/index.js +15 -5
- package/tag/cssm/inverted.desktop.module.css +85 -0
- package/tag/cssm/inverted.mobile.module.css +84 -0
- package/tag/cssm/mobile.d.ts +2 -0
- package/tag/cssm/mobile.js +19 -0
- package/tag/cssm/mobile.module.css +59 -0
- package/tag/cssm/vars.css +4 -0
- package/tag/default.desktop.css +82 -0
- package/tag/default.mobile.css +82 -0
- package/tag/desktop.css +59 -0
- package/tag/desktop.d.ts +2 -0
- package/tag/desktop.js +13 -0
- package/tag/esm/Component.desktop.d.ts +6 -0
- package/tag/esm/Component.desktop.js +23 -0
- package/tag/esm/Component.mobile.d.ts +6 -0
- package/tag/esm/Component.mobile.js +23 -0
- package/tag/esm/Component.responsive.d.ts +18 -0
- package/tag/esm/Component.responsive.js +19 -0
- package/tag/esm/components/base-tag/Component.d.ts +151 -0
- package/tag/esm/components/base-tag/Component.js +53 -0
- package/tag/esm/components/base-tag/default.css +90 -0
- package/tag/esm/components/base-tag/index.css +214 -0
- package/tag/esm/components/base-tag/index.d.ts +1 -0
- package/tag/esm/components/base-tag/index.js +6 -0
- package/tag/esm/components/base-tag/inverted.css +90 -0
- package/tag/esm/default.desktop.css +82 -0
- package/tag/esm/default.mobile.css +82 -0
- package/tag/esm/desktop.css +59 -0
- package/tag/esm/desktop.d.ts +2 -0
- package/tag/esm/desktop.js +7 -0
- package/tag/esm/index.d.ts +3 -1
- package/tag/esm/index.js +5 -1
- package/tag/esm/inverted.desktop.css +86 -0
- package/tag/esm/inverted.mobile.css +85 -0
- package/tag/esm/mobile.css +60 -0
- package/tag/esm/mobile.d.ts +2 -0
- package/tag/esm/mobile.js +7 -0
- package/tag/index.d.ts +3 -1
- package/tag/index.js +6 -2
- package/tag/inverted.desktop.css +86 -0
- package/tag/inverted.mobile.css +85 -0
- package/tag/mobile.css +60 -0
- package/tag/mobile.d.ts +2 -0
- package/tag/mobile.js +13 -0
- package/tag/modern/Component.desktop.d.ts +6 -0
- package/tag/modern/Component.desktop.js +22 -0
- package/tag/modern/Component.mobile.d.ts +6 -0
- package/tag/modern/Component.mobile.js +22 -0
- package/tag/modern/Component.responsive.d.ts +18 -0
- package/tag/modern/Component.responsive.js +17 -0
- package/tag/modern/components/base-tag/Component.d.ts +151 -0
- package/tag/modern/components/base-tag/Component.js +50 -0
- package/tag/modern/components/base-tag/default.css +90 -0
- package/tag/modern/components/base-tag/index.css +214 -0
- package/tag/modern/components/base-tag/index.d.ts +1 -0
- package/tag/modern/components/base-tag/index.js +5 -0
- package/tag/modern/components/base-tag/inverted.css +90 -0
- package/tag/modern/default.desktop.css +82 -0
- package/tag/modern/default.mobile.css +82 -0
- package/tag/modern/desktop.css +59 -0
- package/tag/modern/desktop.d.ts +2 -0
- package/tag/modern/desktop.js +6 -0
- package/tag/modern/index.d.ts +3 -1
- package/tag/modern/index.js +5 -1
- package/tag/modern/inverted.desktop.css +86 -0
- package/tag/modern/inverted.mobile.css +85 -0
- package/tag/modern/mobile.css +60 -0
- package/tag/modern/mobile.d.ts +2 -0
- package/tag/modern/mobile.js +6 -0
- package/textarea/Component.d.ts +1 -1
- package/textarea/Component.js +5 -5
- package/textarea/PseudoTextArea-015780d1.js +21 -0
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/cssm/Component.d.ts +1 -1
- package/textarea/cssm/Component.js +2 -2
- package/textarea/cssm/default.module.css +18 -4
- package/textarea/cssm/index.module.css +16 -0
- package/textarea/cssm/inverted.module.css +18 -4
- package/textarea/cssm/typings.d.ts +5 -0
- package/textarea/default.css +35 -21
- package/textarea/esm/Component.d.ts +1 -1
- package/textarea/esm/Component.js +5 -5
- package/textarea/esm/PseudoTextArea-9d08a78b.js +15 -0
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/default.css +35 -21
- package/textarea/esm/index.css +57 -41
- package/textarea/esm/index.js +1 -1
- package/textarea/esm/inverted.css +35 -21
- package/textarea/esm/typings.d.ts +5 -0
- package/textarea/index.css +57 -41
- package/textarea/index.js +1 -1
- package/textarea/inverted.css +35 -21
- package/textarea/modern/Component.d.ts +1 -1
- package/textarea/modern/Component.js +5 -5
- package/textarea/modern/PseudoTextArea-eaadbe18.js +12 -0
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/default.css +35 -21
- package/textarea/modern/index.css +57 -41
- package/textarea/modern/index.js +1 -1
- package/textarea/modern/inverted.css +35 -21
- package/textarea/modern/typings.d.ts +5 -0
- package/textarea/typings.d.ts +5 -0
- package/themes/button/click.css +63 -0
- package/themes/button/mobile.css +16 -6
- package/themes/checkbox-group/click.css +4 -0
- package/themes/checkbox-group/intranet.css +4 -0
- package/themes/checkbox-group/mobile.css +4 -0
- package/themes/checkbox-group/site.css +5 -0
- package/themes/click.css +147 -43
- package/themes/compiled/mobile-dark-bluetint.css +252 -540
- package/themes/corp.css +9 -0
- package/themes/dark.css +12 -0
- package/themes/dist/button/click.css +63 -0
- package/themes/dist/button/mobile.css +16 -6
- package/themes/dist/checkbox-group/click.css +4 -0
- package/themes/dist/checkbox-group/intranet.css +4 -0
- package/themes/dist/checkbox-group/mobile.css +4 -0
- package/themes/dist/checkbox-group/site.css +5 -0
- package/themes/dist/click.css +147 -43
- package/themes/dist/compiled/mobile-dark-bluetint.css +1801 -1583
- package/themes/dist/corp.css +9 -0
- package/themes/dist/dark.css +12 -0
- package/themes/dist/form-control/click.css +50 -0
- package/themes/dist/form-control/corp.css +1 -0
- package/themes/dist/form-control/intranet.css +16 -12
- package/themes/dist/form-control/mobile.css +30 -16
- package/themes/dist/form-control/site.css +53 -0
- package/themes/dist/input/click.css +5 -0
- package/themes/dist/input/intranet.css +4 -0
- package/themes/dist/input/mobile.css +0 -6
- package/themes/dist/input/site.css +4 -0
- package/themes/dist/intranet.css +44 -50
- package/themes/dist/mixins/button/click.css +63 -0
- package/themes/dist/mixins/button/mobile.css +16 -6
- package/themes/dist/mixins/checkbox-group/click.css +4 -0
- package/themes/dist/mixins/checkbox-group/intranet.css +4 -0
- package/themes/dist/mixins/checkbox-group/mobile.css +4 -0
- package/themes/dist/mixins/checkbox-group/site.css +5 -0
- package/themes/dist/mixins/click.css +8 -4
- package/themes/dist/mixins/dark.css +12 -0
- package/themes/dist/mixins/form-control/click.css +50 -0
- package/themes/dist/mixins/form-control/corp.css +1 -0
- package/themes/dist/mixins/form-control/intranet.css +16 -12
- package/themes/dist/mixins/form-control/mobile.css +30 -16
- package/themes/dist/mixins/form-control/site.css +53 -0
- package/themes/dist/mixins/input/click.css +5 -0
- package/themes/dist/mixins/input/intranet.css +4 -0
- package/themes/dist/mixins/input/mobile.css +0 -6
- package/themes/dist/mixins/input/site.css +4 -0
- package/themes/dist/mixins/intranet.css +4 -4
- package/themes/dist/mixins/mobile.css +4 -4
- package/themes/dist/mixins/radio-group/click.css +5 -0
- package/themes/dist/mixins/radio-group/intranet.css +4 -0
- package/themes/dist/mixins/radio-group/mobile.css +4 -0
- package/themes/dist/mixins/radio-group/site.css +5 -0
- package/themes/dist/mixins/site.css +4 -0
- package/themes/dist/mixins/tag/click.css +38 -12
- package/themes/dist/mixins/tag/intranet.css +18 -9
- package/themes/dist/mixins/tag/mobile.css +33 -12
- package/themes/dist/mixins/toast-plate/click.css +0 -2
- package/themes/dist/mobile.css +80 -69
- package/themes/dist/radio-group/click.css +5 -0
- package/themes/dist/radio-group/intranet.css +4 -0
- package/themes/dist/radio-group/mobile.css +4 -0
- package/themes/dist/radio-group/site.css +5 -0
- package/themes/dist/site.css +64 -0
- package/themes/dist/src/dark.css +12 -0
- package/themes/dist/src/mixins/button/click.css +63 -0
- package/themes/dist/src/mixins/button/mobile.css +16 -6
- package/themes/dist/src/mixins/checkbox-group/click.css +4 -0
- package/themes/dist/src/mixins/checkbox-group/intranet.css +4 -0
- package/themes/dist/src/mixins/checkbox-group/mobile.css +4 -0
- package/themes/dist/src/mixins/checkbox-group/site.css +5 -0
- package/themes/dist/src/mixins/click.css +8 -4
- package/themes/dist/src/mixins/dark.css +12 -0
- package/themes/dist/src/mixins/form-control/click.css +50 -0
- package/themes/dist/src/mixins/form-control/corp.css +1 -0
- package/themes/dist/src/mixins/form-control/intranet.css +16 -12
- package/themes/dist/src/mixins/form-control/mobile.css +30 -16
- package/themes/dist/src/mixins/form-control/site.css +53 -0
- package/themes/dist/src/mixins/input/click.css +5 -0
- package/themes/dist/src/mixins/input/intranet.css +4 -0
- package/themes/dist/src/mixins/input/mobile.css +0 -6
- package/themes/dist/src/mixins/input/site.css +4 -0
- package/themes/dist/src/mixins/intranet.css +4 -4
- package/themes/dist/src/mixins/mobile.css +4 -4
- package/themes/dist/src/mixins/radio-group/click.css +5 -0
- package/themes/dist/src/mixins/radio-group/intranet.css +4 -0
- package/themes/dist/src/mixins/radio-group/mobile.css +4 -0
- package/themes/dist/src/mixins/radio-group/site.css +5 -0
- package/themes/dist/src/mixins/site.css +4 -0
- package/themes/dist/src/mixins/tag/click.css +38 -12
- package/themes/dist/src/mixins/tag/intranet.css +18 -9
- package/themes/dist/src/mixins/tag/mobile.css +33 -12
- package/themes/dist/src/mixins/toast-plate/click.css +0 -2
- package/themes/dist/tag/click.css +38 -12
- package/themes/dist/tag/intranet.css +18 -9
- package/themes/dist/tag/mobile.css +33 -12
- package/themes/dist/toast-plate/click.css +0 -2
- package/themes/form-control/click.css +50 -0
- package/themes/form-control/corp.css +1 -0
- package/themes/form-control/intranet.css +16 -12
- package/themes/form-control/mobile.css +30 -16
- package/themes/form-control/site.css +53 -0
- package/themes/input/click.css +5 -0
- package/themes/input/intranet.css +4 -0
- package/themes/input/mobile.css +0 -6
- package/themes/input/site.css +4 -0
- package/themes/intranet.css +44 -50
- package/themes/mixins/button/click.css +63 -0
- package/themes/mixins/button/mobile.css +16 -6
- package/themes/mixins/checkbox-group/click.css +4 -0
- package/themes/mixins/checkbox-group/intranet.css +4 -0
- package/themes/mixins/checkbox-group/mobile.css +4 -0
- package/themes/mixins/checkbox-group/site.css +5 -0
- package/themes/mixins/click.css +8 -4
- package/themes/mixins/dark.css +12 -0
- package/themes/mixins/form-control/click.css +50 -0
- package/themes/mixins/form-control/corp.css +1 -0
- package/themes/mixins/form-control/intranet.css +16 -12
- package/themes/mixins/form-control/mobile.css +30 -16
- package/themes/mixins/form-control/site.css +53 -0
- package/themes/mixins/input/click.css +5 -0
- package/themes/mixins/input/intranet.css +4 -0
- package/themes/mixins/input/mobile.css +0 -6
- package/themes/mixins/input/site.css +4 -0
- package/themes/mixins/intranet.css +4 -4
- package/themes/mixins/mobile.css +4 -4
- package/themes/mixins/radio-group/click.css +5 -0
- package/themes/mixins/radio-group/intranet.css +4 -0
- package/themes/mixins/radio-group/mobile.css +4 -0
- package/themes/mixins/radio-group/site.css +5 -0
- package/themes/mixins/site.css +4 -0
- package/themes/mixins/tag/click.css +38 -12
- package/themes/mixins/tag/intranet.css +18 -9
- package/themes/mixins/tag/mobile.css +33 -12
- package/themes/mixins/toast-plate/click.css +0 -2
- package/themes/mobile.css +80 -69
- package/themes/radio-group/click.css +5 -0
- package/themes/radio-group/intranet.css +4 -0
- package/themes/radio-group/mobile.css +4 -0
- package/themes/radio-group/site.css +5 -0
- package/themes/site.css +64 -0
- package/themes/tag/click.css +38 -12
- package/themes/tag/intranet.css +18 -9
- package/themes/tag/mobile.css +33 -12
- package/themes/toast-plate/click.css +0 -2
- package/time-input/utils/format.js +10 -6
- package/toast/Component-9211a437.d.ts +40 -0
- package/toast/Component.desktop.d.ts +6 -0
- package/toast/Component.desktop.js +25 -0
- package/toast/Component.mobile-7ca84eff.d.ts +6 -0
- package/toast/Component.mobile.d.ts +6 -0
- package/toast/Component.mobile.js +25 -0
- package/toast/Component.responsive.d.ts +17 -0
- package/toast/Component.responsive.js +31 -0
- package/toast/components/base-toast/component.d.ts +66 -0
- package/toast/components/base-toast/component.js +86 -0
- package/toast/components/base-toast/index.css +57 -0
- package/toast/components/base-toast/index.d.ts +1 -0
- package/toast/components/base-toast/index.js +16 -0
- package/toast/cssm/Component-9211a437.d.ts +40 -0
- package/toast/cssm/Component.desktop.d.ts +6 -0
- package/toast/cssm/Component.desktop.js +26 -0
- package/toast/cssm/Component.mobile-7ca84eff.d.ts +6 -0
- package/toast/cssm/Component.mobile.d.ts +6 -0
- package/toast/cssm/Component.mobile.js +26 -0
- package/toast/cssm/Component.responsive.d.ts +17 -0
- package/toast/cssm/Component.responsive.js +32 -0
- package/toast/cssm/components/base-toast/component.d.ts +66 -0
- package/toast/cssm/components/base-toast/component.js +85 -0
- package/toast/cssm/components/base-toast/index.d.ts +1 -0
- package/toast/cssm/components/base-toast/index.js +17 -0
- package/toast/cssm/components/base-toast/index.module.css +56 -0
- package/toast/cssm/desktop.d.ts +2 -0
- package/toast/cssm/desktop.js +19 -0
- package/toast/cssm/index-7ca84eff.d.ts +215 -0
- package/toast/cssm/index.d.ts +2 -1
- package/toast/cssm/index.js +9 -4
- package/toast/cssm/mobile.d.ts +2 -0
- package/toast/cssm/mobile.js +19 -0
- package/toast/cssm/typings-9211a437.d.ts +95 -0
- package/toast/desktop.d.ts +2 -0
- package/toast/desktop.js +18 -0
- package/toast/esm/Component-9211a437.d.ts +40 -0
- package/toast/esm/Component.desktop.d.ts +6 -0
- package/toast/esm/Component.desktop.js +19 -0
- package/toast/esm/Component.mobile-7ca84eff.d.ts +6 -0
- package/toast/esm/Component.mobile.d.ts +6 -0
- package/toast/esm/Component.mobile.js +19 -0
- package/toast/esm/Component.responsive.d.ts +17 -0
- package/toast/esm/Component.responsive.js +25 -0
- package/toast/esm/components/base-toast/component.d.ts +66 -0
- package/toast/esm/components/base-toast/component.js +78 -0
- package/toast/esm/components/base-toast/index.css +57 -0
- package/toast/esm/components/base-toast/index.d.ts +1 -0
- package/toast/esm/components/base-toast/index.js +10 -0
- package/toast/esm/desktop.d.ts +2 -0
- package/toast/esm/desktop.js +12 -0
- package/toast/esm/index-7ca84eff.d.ts +215 -0
- package/toast/esm/index.d.ts +2 -1
- package/toast/esm/index.js +7 -2
- package/toast/esm/mobile.d.ts +2 -0
- package/toast/esm/mobile.js +12 -0
- package/toast/esm/typings-9211a437.d.ts +95 -0
- package/toast/index-7ca84eff.d.ts +215 -0
- package/toast/index.d.ts +2 -1
- package/toast/index.js +8 -3
- package/toast/mobile.d.ts +2 -0
- package/toast/mobile.js +18 -0
- package/toast/modern/Component-9211a437.d.ts +40 -0
- package/toast/modern/Component.desktop.d.ts +6 -0
- package/toast/modern/Component.desktop.js +15 -0
- package/toast/modern/Component.mobile-7ca84eff.d.ts +6 -0
- package/toast/modern/Component.mobile.d.ts +6 -0
- package/toast/modern/Component.mobile.js +15 -0
- package/toast/modern/Component.responsive.d.ts +17 -0
- package/toast/modern/Component.responsive.js +23 -0
- package/toast/modern/components/base-toast/component.d.ts +66 -0
- package/toast/modern/components/base-toast/component.js +79 -0
- package/toast/modern/components/base-toast/index.css +57 -0
- package/toast/modern/components/base-toast/index.d.ts +1 -0
- package/toast/modern/components/base-toast/index.js +9 -0
- package/toast/modern/desktop.d.ts +2 -0
- package/toast/modern/desktop.js +11 -0
- package/toast/modern/index-7ca84eff.d.ts +215 -0
- package/toast/modern/index.d.ts +2 -1
- package/toast/modern/index.js +7 -2
- package/toast/modern/mobile.d.ts +2 -0
- package/toast/modern/mobile.js +11 -0
- package/toast/modern/typings-9211a437.d.ts +95 -0
- package/toast/typings-9211a437.d.ts +95 -0
- package/toast-plate/Component.desktop.d.ts +6 -0
- package/toast-plate/Component.desktop.js +23 -0
- package/toast-plate/Component.mobile.d.ts +6 -0
- package/toast-plate/Component.mobile.js +23 -0
- package/toast-plate/Component.responsive.d.ts +18 -0
- package/toast-plate/Component.responsive.js +29 -0
- package/toast-plate/components/base-toast-plate/component.d.ts +169 -0
- package/toast-plate/components/base-toast-plate/component.js +68 -0
- package/toast-plate/components/base-toast-plate/default.css +31 -0
- package/toast-plate/components/base-toast-plate/index.css +109 -0
- package/toast-plate/components/base-toast-plate/index.d.ts +1 -0
- package/toast-plate/components/base-toast-plate/index.js +16 -0
- package/toast-plate/components/base-toast-plate/inverted.css +31 -0
- package/toast-plate/cssm/Component.desktop.d.ts +6 -0
- package/toast-plate/cssm/Component.desktop.js +25 -0
- package/toast-plate/cssm/Component.mobile.d.ts +6 -0
- package/toast-plate/cssm/Component.mobile.js +25 -0
- package/toast-plate/cssm/Component.responsive.d.ts +18 -0
- package/toast-plate/cssm/Component.responsive.js +34 -0
- package/toast-plate/cssm/components/base-toast-plate/component.d.ts +169 -0
- package/toast-plate/cssm/components/base-toast-plate/component.js +65 -0
- package/toast-plate/cssm/components/base-toast-plate/index.d.ts +1 -0
- package/toast-plate/cssm/components/base-toast-plate/index.js +19 -0
- package/toast-plate/cssm/components/base-toast-plate/index.module.css +108 -0
- package/toast-plate/cssm/desktop.d.ts +2 -0
- package/toast-plate/cssm/desktop.js +21 -0
- package/toast-plate/cssm/desktop.module.css +30 -0
- package/toast-plate/cssm/index.d.ts +2 -1
- package/toast-plate/cssm/index.js +11 -5
- package/toast-plate/cssm/mobile.d.ts +2 -0
- package/toast-plate/cssm/mobile.js +21 -0
- package/toast-plate/cssm/mobile.module.css +22 -0
- package/toast-plate/desktop.css +31 -0
- package/toast-plate/desktop.d.ts +2 -0
- package/toast-plate/desktop.js +17 -0
- package/toast-plate/esm/Component.desktop.d.ts +6 -0
- package/toast-plate/esm/Component.desktop.js +17 -0
- package/toast-plate/esm/Component.mobile.d.ts +6 -0
- package/toast-plate/esm/Component.mobile.js +17 -0
- package/toast-plate/esm/Component.responsive.d.ts +18 -0
- package/toast-plate/esm/Component.responsive.js +23 -0
- package/toast-plate/esm/components/base-toast-plate/component.d.ts +169 -0
- package/toast-plate/esm/components/base-toast-plate/component.js +61 -0
- package/toast-plate/esm/components/base-toast-plate/default.css +31 -0
- package/toast-plate/esm/components/base-toast-plate/index.css +109 -0
- package/toast-plate/esm/components/base-toast-plate/index.d.ts +1 -0
- package/toast-plate/esm/components/base-toast-plate/index.js +10 -0
- package/toast-plate/esm/components/base-toast-plate/inverted.css +31 -0
- package/toast-plate/esm/desktop.css +31 -0
- package/toast-plate/esm/desktop.d.ts +2 -0
- package/toast-plate/esm/desktop.js +11 -0
- package/toast-plate/esm/index.d.ts +2 -1
- package/toast-plate/esm/index.js +5 -1
- package/toast-plate/esm/mobile.css +23 -0
- package/toast-plate/esm/mobile.d.ts +2 -0
- package/toast-plate/esm/mobile.js +11 -0
- package/toast-plate/index.d.ts +2 -1
- package/toast-plate/index.js +6 -2
- package/toast-plate/mobile.css +23 -0
- package/toast-plate/mobile.d.ts +2 -0
- package/toast-plate/mobile.js +17 -0
- package/toast-plate/modern/Component.desktop.d.ts +6 -0
- package/toast-plate/modern/Component.desktop.js +16 -0
- package/toast-plate/modern/Component.mobile.d.ts +6 -0
- package/toast-plate/modern/Component.mobile.js +16 -0
- package/toast-plate/modern/Component.responsive.d.ts +18 -0
- package/toast-plate/modern/Component.responsive.js +21 -0
- package/toast-plate/modern/components/base-toast-plate/component.d.ts +169 -0
- package/toast-plate/modern/components/base-toast-plate/component.js +58 -0
- package/toast-plate/modern/components/base-toast-plate/default.css +31 -0
- package/toast-plate/modern/components/base-toast-plate/index.css +109 -0
- package/toast-plate/modern/components/base-toast-plate/index.d.ts +1 -0
- package/toast-plate/modern/components/base-toast-plate/index.js +9 -0
- package/toast-plate/modern/components/base-toast-plate/inverted.css +31 -0
- package/toast-plate/modern/desktop.css +31 -0
- package/toast-plate/modern/desktop.d.ts +2 -0
- package/toast-plate/modern/desktop.js +10 -0
- package/toast-plate/modern/index.d.ts +2 -1
- package/toast-plate/modern/index.js +5 -1
- package/toast-plate/modern/mobile.css +23 -0
- package/toast-plate/modern/mobile.d.ts +2 -0
- package/toast-plate/modern/mobile.js +10 -0
- package/tooltip/Component.desktop.js +3 -3
- package/tooltip/Component.mobile.js +1 -1
- package/tooltip/default.css +5 -5
- package/tooltip/esm/Component.desktop.js +3 -3
- package/tooltip/esm/Component.mobile.js +1 -1
- package/tooltip/esm/default.css +5 -5
- package/tooltip/esm/index.css +7 -7
- package/tooltip/esm/inverted.css +5 -5
- package/tooltip/esm/mobile.css +3 -3
- package/tooltip/index.css +7 -7
- package/tooltip/inverted.css +5 -5
- package/tooltip/mobile.css +3 -3
- package/tooltip/modern/Component.desktop.js +3 -3
- package/tooltip/modern/Component.mobile.js +1 -1
- package/tooltip/modern/default.css +5 -5
- package/tooltip/modern/index.css +7 -7
- package/tooltip/modern/inverted.css +5 -5
- package/tooltip/modern/mobile.css +3 -3
- package/typography/colors.css +19 -19
- package/typography/colors.module-ad11c12c.js +4 -0
- package/typography/common.module-10972674.js +4 -0
- package/typography/component.js +2 -2
- package/typography/esm/colors.css +19 -19
- package/typography/esm/colors.module-0ded65fb.js +4 -0
- package/typography/esm/common.module-22016449.js +4 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +2 -2
- package/typography/esm/text/index.css +17 -17
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/common.css +4 -4
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.css +18 -18
- package/typography/esm/title/index.js +3 -3
- package/typography/esm/title-mobile/component.js +3 -3
- package/typography/esm/title-mobile/index.css +10 -10
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +3 -3
- package/typography/esm/title-responsive/index.css +40 -40
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/colors.css +19 -19
- package/typography/modern/colors.module-87da8f05.js +4 -0
- package/typography/modern/common.module-494e129e.js +4 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +2 -2
- package/typography/modern/text/index.css +17 -17
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/common.css +4 -4
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.css +18 -18
- package/typography/modern/title/index.js +3 -3
- package/typography/modern/title-mobile/component.js +3 -3
- package/typography/modern/title-mobile/index.css +10 -10
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +3 -3
- package/typography/modern/title-responsive/index.css +40 -40
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +2 -2
- package/typography/text/index.css +17 -17
- package/typography/text/index.js +1 -1
- package/typography/title/common.css +4 -4
- package/typography/title/component.js +1 -1
- package/typography/title/index.css +18 -18
- package/typography/title/index.js +3 -3
- package/typography/title-mobile/component.js +3 -3
- package/typography/title-mobile/index.css +10 -10
- package/typography/title-mobile/index.js +2 -2
- package/typography/title-responsive/component.js +3 -3
- package/typography/title-responsive/index.css +40 -40
- package/typography/title-responsive/index.js +2 -2
- package/underlay/Component.d.ts +14 -337
- package/underlay/Component.js +21 -10
- package/underlay/constants.d.ts +4 -0
- package/underlay/constants.js +74 -0
- package/underlay/cssm/Component.d.ts +14 -337
- package/underlay/cssm/Component.js +16 -3
- package/underlay/cssm/constants.d.ts +4 -0
- package/underlay/cssm/constants.js +74 -0
- package/underlay/cssm/index-425c8522.d.ts +6 -0
- package/underlay/cssm/index.d.ts +1 -0
- package/underlay/cssm/index.js +3 -0
- package/underlay/cssm/index.module.css +164 -55
- package/underlay/cssm/types.d.ts +73 -15
- package/underlay/cssm/utils/getBorderCorners.d.ts +5 -0
- package/underlay/cssm/utils/getBorderCorners.js +27 -0
- package/underlay/cssm/utils/getClasses.d.ts +7 -0
- package/underlay/cssm/utils/getClasses.js +22 -0
- package/underlay/esm/Component.d.ts +14 -337
- package/underlay/esm/Component.js +17 -6
- package/underlay/esm/constants.d.ts +4 -0
- package/underlay/esm/constants.js +70 -0
- package/underlay/esm/index-425c8522.d.ts +6 -0
- package/underlay/esm/index.css +248 -139
- package/underlay/esm/index.d.ts +1 -0
- package/underlay/esm/index.js +4 -0
- package/underlay/esm/index.module-e0816c3b.js +4 -0
- package/underlay/esm/types.d.ts +73 -15
- package/underlay/esm/utils/getBorderCorners.d.ts +5 -0
- package/underlay/esm/utils/getBorderCorners.js +21 -0
- package/underlay/esm/utils/getClasses.d.ts +7 -0
- package/underlay/esm/utils/getClasses.js +15 -0
- package/underlay/index-425c8522.d.ts +6 -0
- package/underlay/index.css +248 -139
- package/underlay/index.d.ts +1 -0
- package/underlay/index.js +4 -0
- package/underlay/index.module-f10df674.js +4 -0
- package/underlay/modern/Component.d.ts +14 -389
- package/underlay/modern/Component.js +22 -5
- package/underlay/modern/constants.d.ts +4 -0
- package/underlay/modern/constants.js +70 -0
- package/underlay/modern/index-425c8522.d.ts +6 -0
- package/underlay/modern/index.css +248 -139
- package/underlay/modern/index.d.ts +1 -0
- package/underlay/modern/index.js +4 -0
- package/underlay/modern/index.module-053b1460.js +4 -0
- package/underlay/modern/types.d.ts +73 -15
- package/underlay/modern/utils/getBorderCorners.d.ts +5 -0
- package/underlay/modern/utils/getBorderCorners.js +20 -0
- package/underlay/modern/utils/getClasses.d.ts +7 -0
- package/underlay/modern/utils/getClasses.js +12 -0
- package/underlay/types.d.ts +73 -15
- package/underlay/utils/getBorderCorners.d.ts +5 -0
- package/underlay/utils/getBorderCorners.js +23 -0
- package/underlay/utils/getClasses.d.ts +7 -0
- package/underlay/utils/getClasses.js +18 -0
- package/vars/colors-bluetint.css +8 -0
- package/vars/colors-indigo.css +8 -0
- package/vars/cssm/bundle/click.css +8 -0
- package/vars/cssm/bundle/corp.css +8 -0
- package/vars/cssm/bundle/intranet.css +8 -0
- package/vars/cssm/bundle/mobile.css +8 -0
- package/vars/cssm/bundle/site.css +8 -0
- package/vars/cssm/colors-bluetint.css +8 -0
- package/vars/cssm/colors-indigo.css +8 -0
- package/vars/cssm/index.css +8 -0
- package/vars/dist/colors-bluetint.css +8 -0
- package/vars/dist/colors-indigo.css +8 -0
- package/vars/dist/cssm/bundle/click.css +8 -0
- package/vars/dist/cssm/bundle/corp.css +8 -0
- package/vars/dist/cssm/bundle/intranet.css +8 -0
- package/vars/dist/cssm/bundle/mobile.css +8 -0
- package/vars/dist/cssm/bundle/site.css +8 -0
- package/vars/dist/cssm/colors-bluetint.css +8 -0
- package/vars/dist/cssm/colors-indigo.css +8 -0
- package/vars/dist/cssm/index.css +8 -0
- package/vars/dist/index.d.ts +8 -0
- package/vars/dist/index.js +8 -0
- package/vars/dist/src/colors-bluetint.css +8 -0
- package/vars/dist/src/colors-indigo.css +8 -0
- package/vars/index.d.ts +8 -0
- package/vars/index.js +9 -1
- package/with-suffix/Component.d.ts +3 -32
- package/with-suffix/Component.js +5 -5
- package/with-suffix/cssm/Component.d.ts +3 -32
- package/with-suffix/cssm/Component.js +4 -4
- package/with-suffix/cssm/index.module.css +2 -0
- package/with-suffix/esm/Component.d.ts +3 -32
- package/with-suffix/esm/Component.js +6 -6
- package/with-suffix/esm/index.css +10 -8
- package/with-suffix/index.css +10 -8
- package/with-suffix/modern/Component.d.ts +3 -32
- package/with-suffix/modern/Component.js +5 -5
- package/with-suffix/modern/index.css +10 -8
- package/button/Component.d.ts +0 -71
- package/button/Component.js +0 -123
- package/button/cssm/Component.d.ts +0 -71
- package/button/cssm/Component.js +0 -120
- package/button/cssm/default.module.css +0 -275
- package/button/cssm/index.module.css +0 -215
- package/button/cssm/inverted.module.css +0 -278
- package/button/default.css +0 -276
- package/button/esm/Component.d.ts +0 -71
- package/button/esm/Component.js +0 -114
- package/button/esm/default.css +0 -276
- package/button/esm/index.css +0 -216
- package/button/esm/inverted.css +0 -279
- package/button/index.css +0 -216
- package/button/inverted.css +0 -279
- package/button/modern/Component.d.ts +0 -71
- package/button/modern/Component.js +0 -112
- package/button/modern/default.css +0 -276
- package/button/modern/index.css +0 -216
- package/button/modern/inverted.css +0 -279
- package/calendar-range/esm/index.module-a5f816d4.js +0 -4
- package/calendar-range/index.module-f5eb58fe.js +0 -4
- package/calendar-range/modern/index.module-9673a63c.js +0 -4
- package/calendar-with-skeleton/Component-ebda875c.d.ts +0 -71
- package/calendar-with-skeleton/cssm/Component-ebda875c.d.ts +0 -71
- package/calendar-with-skeleton/esm/Component-ebda875c.d.ts +0 -71
- package/calendar-with-skeleton/modern/Component-ebda875c.d.ts +0 -71
- package/checkbox-group/Component.d.ts +0 -58
- package/checkbox-group/Component.js +0 -54
- package/checkbox-group/cssm/Component.d.ts +0 -58
- package/checkbox-group/cssm/Component.js +0 -53
- package/checkbox-group/cssm/index.module.css +0 -80
- package/checkbox-group/esm/Component.d.ts +0 -58
- package/checkbox-group/esm/Component.js +0 -47
- package/checkbox-group/esm/index.css +0 -81
- package/checkbox-group/index.css +0 -81
- package/checkbox-group/modern/Component.d.ts +0 -58
- package/checkbox-group/modern/Component.js +0 -49
- package/checkbox-group/modern/index.css +0 -81
- package/code-input/component.d.ts +0 -54
- package/code-input/component.js +0 -208
- package/code-input/cssm/component.d.ts +0 -54
- package/code-input/cssm/component.js +0 -208
- package/code-input/esm/component.d.ts +0 -54
- package/code-input/esm/component.js +0 -201
- package/code-input/esm/index.css +0 -47
- package/code-input/index.css +0 -47
- package/code-input/modern/component.d.ts +0 -54
- package/code-input/modern/component.js +0 -192
- package/code-input/modern/index.css +0 -47
- package/confirmation/countdown-section-7f208ce7.js +0 -47
- package/confirmation/esm/countdown-section-39412a34.js +0 -41
- package/confirmation/modern/countdown-section-9f0000d1.js +0 -36
- package/filter-tag/Component.d.ts +0 -61
- package/filter-tag/Component.js +0 -58
- package/filter-tag/cssm/Component.d.ts +0 -61
- package/filter-tag/cssm/Component.js +0 -57
- package/filter-tag/cssm/index.module.css +0 -362
- package/filter-tag/esm/Component.d.ts +0 -61
- package/filter-tag/esm/Component.js +0 -51
- package/filter-tag/esm/index.css +0 -363
- package/filter-tag/index.css +0 -363
- package/filter-tag/modern/Component.d.ts +0 -61
- package/filter-tag/modern/Component.js +0 -47
- package/filter-tag/modern/index.css +0 -363
- package/form-control/Component.d.ts +0 -176
- package/form-control/Component.js +0 -59
- package/form-control/cssm/Component.d.ts +0 -176
- package/form-control/cssm/Component.js +0 -56
- package/form-control/cssm/default.module.css +0 -104
- package/form-control/cssm/index.module.css +0 -220
- package/form-control/cssm/inverted.module.css +0 -112
- package/form-control/default.css +0 -105
- package/form-control/esm/Component.d.ts +0 -176
- package/form-control/esm/Component.js +0 -52
- package/form-control/esm/default.css +0 -105
- package/form-control/esm/index.css +0 -221
- package/form-control/esm/inverted.css +0 -113
- package/form-control/index.css +0 -221
- package/form-control/inverted.css +0 -113
- package/form-control/modern/Component.d.ts +0 -176
- package/form-control/modern/Component.js +0 -49
- package/form-control/modern/default.css +0 -105
- package/form-control/modern/index.css +0 -221
- package/form-control/modern/inverted.css +0 -113
- package/gallery/buttons-1034858d.js +0 -35
- package/gallery/esm/buttons-20390819.js +0 -27
- package/gallery/esm/slide-eadb45d1.js +0 -41
- package/gallery/modern/buttons-28395df2.js +0 -20
- package/gallery/modern/slide-d356b47c.js +0 -37
- package/gallery/slide-4fba28a2.js +0 -47
- package/grid/esm/gutters.module-229f1b27.js +0 -4
- package/grid/gutters.module-e06ffec1.js +0 -4
- package/grid/modern/gutters.module-324694ed.js +0 -4
- package/input/Component.d.ts +0 -244
- package/input/Component.js +0 -119
- package/input/cssm/Component.d.ts +0 -244
- package/input/cssm/Component.js +0 -116
- package/input/cssm/default.module.css +0 -63
- package/input/cssm/index.module.css +0 -175
- package/input/cssm/inverted.module.css +0 -63
- package/input/default.css +0 -64
- package/input/esm/Component.d.ts +0 -244
- package/input/esm/Component.js +0 -111
- package/input/esm/default.css +0 -64
- package/input/esm/index.css +0 -176
- package/input/esm/inverted.css +0 -64
- package/input/index.css +0 -176
- package/input/inverted.css +0 -64
- package/input/modern/Component.d.ts +0 -244
- package/input/modern/Component.js +0 -108
- package/input/modern/default.css +0 -64
- package/input/modern/index.css +0 -176
- package/input/modern/inverted.css +0 -64
- package/input-autocomplete/cssm/mobile-8b0c6596.d.ts +0 -5
- package/input-autocomplete/esm/mobile-8b0c6596.d.ts +0 -5
- package/input-autocomplete/esm/mobile.module-bad1a093.js +0 -4
- package/input-autocomplete/mobile-8b0c6596.d.ts +0 -5
- package/input-autocomplete/mobile.module-22ee5ba9.js +0 -4
- package/input-autocomplete/modern/mobile-8b0c6596.d.ts +0 -5
- package/input-autocomplete/modern/mobile.module-32ab5262.js +0 -4
- package/intl-phone-input/Component-3ebe4754.d.ts +0 -176
- package/intl-phone-input/Component.desktop-3ebe4754.d.ts +0 -18
- package/intl-phone-input/cssm/Component-3ebe4754.d.ts +0 -176
- package/intl-phone-input/cssm/Component.desktop-3ebe4754.d.ts +0 -18
- package/intl-phone-input/esm/Component-3ebe4754.d.ts +0 -176
- package/intl-phone-input/esm/Component.desktop-3ebe4754.d.ts +0 -18
- package/intl-phone-input/modern/Component-3ebe4754.d.ts +0 -176
- package/intl-phone-input/modern/Component.desktop-3ebe4754.d.ts +0 -18
- package/list/Component-682c731b.js +0 -64
- package/list/esm/Component-ce97382c.js +0 -57
- package/list/modern/Component-3000577e.js +0 -52
- package/plate/Component.d.ts +0 -106
- package/plate/Component.js +0 -114
- package/plate/cssm/Component.d.ts +0 -106
- package/plate/cssm/Component.js +0 -113
- package/plate/cssm/index.module.css +0 -213
- package/plate/esm/Component.d.ts +0 -106
- package/plate/esm/Component.js +0 -106
- package/plate/esm/index.css +0 -214
- package/plate/index.css +0 -214
- package/plate/modern/Component.d.ts +0 -106
- package/plate/modern/Component.js +0 -104
- package/plate/modern/index.css +0 -214
- package/pure-cell/component-33ab43b6.js +0 -119
- package/pure-cell/esm/component-fca9e649.js +0 -111
- package/pure-cell/modern/component-23abcd9f.js +0 -103
- package/radio-group/Component.d.ts +0 -68
- package/radio-group/Component.js +0 -57
- package/radio-group/cssm/Component.d.ts +0 -68
- package/radio-group/cssm/Component.js +0 -56
- package/radio-group/cssm/index.module.css +0 -83
- package/radio-group/esm/Component.d.ts +0 -68
- package/radio-group/esm/Component.js +0 -50
- package/radio-group/esm/index.css +0 -84
- package/radio-group/index.css +0 -84
- package/radio-group/modern/Component.d.ts +0 -68
- package/radio-group/modern/Component.js +0 -59
- package/radio-group/modern/index.css +0 -84
- package/select/esm/hook-c33b2b84.js +0 -109
- package/select/modern/hook-a6d8b79e.js +0 -121
- package/table/Component-3ebe4754.d.ts +0 -176
- package/table/cssm/Component-3ebe4754.d.ts +0 -176
- package/table/cssm/index-3ebe4754.d.ts +0 -1
- package/table/esm/Component-3ebe4754.d.ts +0 -176
- package/table/esm/index-3ebe4754.d.ts +0 -1
- package/table/index-3ebe4754.d.ts +0 -1
- package/table/modern/Component-3ebe4754.d.ts +0 -176
- package/table/modern/index-3ebe4754.d.ts +0 -1
- package/tabs/esm/index.module-a01a44bb.js +0 -4
- package/tabs/esm/index.module-cb6197d8.js +0 -4
- package/tabs/esm/mobile.module-e25a4bf9.js +0 -4
- package/tabs/index.module-44b9585d.js +0 -4
- package/tabs/index.module-77258299.js +0 -4
- package/tabs/mobile.module-d6badaee.js +0 -4
- package/tabs/modern/index.module-71e56d00.js +0 -4
- package/tabs/modern/index.module-cd918b29.js +0 -4
- package/tabs/modern/mobile.module-823710bb.js +0 -4
- package/tag/Component.d.ts +0 -123
- package/tag/Component.js +0 -57
- package/tag/cssm/Component.d.ts +0 -123
- package/tag/cssm/Component.js +0 -54
- package/tag/cssm/default.module.css +0 -113
- package/tag/cssm/index.module.css +0 -225
- package/tag/cssm/inverted.module.css +0 -117
- package/tag/default.css +0 -114
- package/tag/esm/Component.d.ts +0 -123
- package/tag/esm/Component.js +0 -49
- package/tag/esm/default.css +0 -114
- package/tag/esm/index.css +0 -226
- package/tag/esm/inverted.css +0 -118
- package/tag/index.css +0 -226
- package/tag/inverted.css +0 -118
- package/tag/modern/Component.d.ts +0 -123
- package/tag/modern/Component.js +0 -46
- package/tag/modern/default.css +0 -114
- package/tag/modern/index.css +0 -226
- package/tag/modern/inverted.css +0 -118
- package/textarea/PseudoTextArea-a2edeffa.js +0 -21
- package/textarea/esm/PseudoTextArea-66673302.js +0 -15
- package/textarea/modern/PseudoTextArea-fdb4bef9.js +0 -12
- package/themes/checkbox/click.css +0 -20
- package/themes/checkbox/intranet.css +0 -20
- package/themes/checkbox/mobile.css +0 -20
- package/themes/dist/checkbox/click.css +0 -20
- package/themes/dist/checkbox/intranet.css +0 -20
- package/themes/dist/checkbox/mobile.css +0 -20
- package/themes/dist/mixins/checkbox/click.css +0 -20
- package/themes/dist/mixins/checkbox/intranet.css +0 -20
- package/themes/dist/mixins/checkbox/mobile.css +0 -20
- package/themes/dist/mixins/radio/click.css +0 -19
- package/themes/dist/mixins/radio/intranet.css +0 -19
- package/themes/dist/mixins/radio/mobile.css +0 -19
- package/themes/dist/radio/click.css +0 -19
- package/themes/dist/radio/intranet.css +0 -19
- package/themes/dist/radio/mobile.css +0 -19
- package/themes/dist/src/mixins/checkbox/click.css +0 -20
- package/themes/dist/src/mixins/checkbox/intranet.css +0 -20
- package/themes/dist/src/mixins/checkbox/mobile.css +0 -20
- package/themes/dist/src/mixins/radio/click.css +0 -19
- package/themes/dist/src/mixins/radio/intranet.css +0 -19
- package/themes/dist/src/mixins/radio/mobile.css +0 -19
- package/themes/mixins/checkbox/click.css +0 -20
- package/themes/mixins/checkbox/intranet.css +0 -20
- package/themes/mixins/checkbox/mobile.css +0 -20
- package/themes/mixins/radio/click.css +0 -19
- package/themes/mixins/radio/intranet.css +0 -19
- package/themes/mixins/radio/mobile.css +0 -19
- package/themes/radio/click.css +0 -19
- package/themes/radio/intranet.css +0 -19
- package/themes/radio/mobile.css +0 -19
- package/toast/component.d.ts +0 -108
- package/toast/component.js +0 -90
- package/toast/cssm/component.d.ts +0 -108
- package/toast/cssm/component.js +0 -89
- package/toast/cssm/index.module.css +0 -56
- package/toast/esm/component.d.ts +0 -108
- package/toast/esm/component.js +0 -82
- package/toast/esm/index.css +0 -57
- package/toast/index.css +0 -57
- package/toast/modern/component.d.ts +0 -108
- package/toast/modern/component.js +0 -83
- package/toast/modern/index.css +0 -57
- package/toast-plate/component.d.ts +0 -149
- package/toast-plate/component.js +0 -65
- package/toast-plate/cssm/component.d.ts +0 -149
- package/toast-plate/cssm/component.js +0 -62
- package/toast-plate/cssm/index.module.css +0 -99
- package/toast-plate/default.css +0 -31
- package/toast-plate/esm/component.d.ts +0 -149
- package/toast-plate/esm/component.js +0 -58
- package/toast-plate/esm/default.css +0 -31
- package/toast-plate/esm/index.css +0 -100
- package/toast-plate/esm/inverted.css +0 -31
- package/toast-plate/index.css +0 -100
- package/toast-plate/inverted.css +0 -31
- package/toast-plate/modern/component.d.ts +0 -149
- package/toast-plate/modern/component.js +0 -55
- package/toast-plate/modern/default.css +0 -31
- package/toast-plate/modern/index.css +0 -100
- package/toast-plate/modern/inverted.css +0 -31
- package/typography/colors.module-0cd8388d.js +0 -4
- package/typography/common.module-c49b349a.js +0 -4
- package/typography/esm/colors.module-ef8af906.js +0 -4
- package/typography/esm/common.module-f0cc487d.js +0 -4
- package/typography/modern/colors.module-1a69681e.js +0 -4
- package/typography/modern/common.module-188d2f6a.js +0 -4
- /package/{date-time-input/Component-ebda875c.d.ts → calendar/Component-63dec22f.d.ts} +0 -0
- /package/{date-time-input/cssm/Component-ebda875c.d.ts → calendar/cssm/Component-63dec22f.d.ts} +0 -0
- /package/{date-time-input/esm/Component-ebda875c.d.ts → calendar/esm/Component-63dec22f.d.ts} +0 -0
- /package/{date-time-input/modern/Component-ebda875c.d.ts → calendar/modern/Component-63dec22f.d.ts} +0 -0
- /package/{date-range-input/Component-ebda875c.d.ts → calendar-input/Component-63dec22f.d.ts} +0 -0
- /package/{date-range-input/cssm/Component-ebda875c.d.ts → calendar-input/cssm/Component-63dec22f.d.ts} +0 -0
- /package/{date-range-input/esm/Component-ebda875c.d.ts → calendar-input/esm/Component-63dec22f.d.ts} +0 -0
- /package/{date-range-input/modern/Component-ebda875c.d.ts → calendar-input/modern/Component-63dec22f.d.ts} +0 -0
- /package/calendar-range/{Component-ebda875c.d.ts → Component-63dec22f.d.ts} +0 -0
- /package/calendar-range/cssm/{Component-ebda875c.d.ts → Component-63dec22f.d.ts} +0 -0
- /package/calendar-range/esm/{Component-ebda875c.d.ts → Component-63dec22f.d.ts} +0 -0
- /package/calendar-range/modern/{Component-ebda875c.d.ts → Component-63dec22f.d.ts} +0 -0
- /package/code-input/cssm/{index.module.css → components/base-code-input/index.module.css} +0 -0
- /package/confirmation/{countdown-section-7f208ce7.d.ts → countdown-section-184183a5.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-39412a34.d.ts → countdown-section-2b11ff6c.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-9f0000d1.d.ts → countdown-section-957c51a2.d.ts} +0 -0
- /package/custom-picker-button/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/custom-picker-button/cssm/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/custom-picker-button/esm/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/custom-picker-button/modern/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/gallery/{buttons-1034858d.d.ts → buttons-bc124054.d.ts} +0 -0
- /package/gallery/esm/{buttons-20390819.d.ts → buttons-563e1fb9.d.ts} +0 -0
- /package/gallery/esm/{slide-eadb45d1.d.ts → slide-9c8953c0.d.ts} +0 -0
- /package/gallery/modern/{buttons-28395df2.d.ts → buttons-a040f8d4.d.ts} +0 -0
- /package/gallery/modern/{slide-d356b47c.d.ts → slide-d21ea166.d.ts} +0 -0
- /package/gallery/{slide-4fba28a2.d.ts → slide-245df5ec.d.ts} +0 -0
- /package/input-autocomplete/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/input-autocomplete/cssm/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/input-autocomplete/esm/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/input-autocomplete/modern/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/intl-phone-input/cssm/{hook-ebda875c.d.ts → hook-c44170fe.d.ts} +0 -0
- /package/intl-phone-input/esm/{hook-ebda875c.d.ts → hook-c44170fe.d.ts} +0 -0
- /package/intl-phone-input/{hook-ebda875c.d.ts → hook-c44170fe.d.ts} +0 -0
- /package/intl-phone-input/modern/{hook-ebda875c.d.ts → hook-c44170fe.d.ts} +0 -0
- /package/list/{Component-682c731b.d.ts → Component-0b0ab0de.d.ts} +0 -0
- /package/list/esm/{Component-ce97382c.d.ts → Component-267e6b1f.d.ts} +0 -0
- /package/list/modern/{Component-3000577e.d.ts → Component-d6a9044c.d.ts} +0 -0
- /package/picker-button/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/picker-button/cssm/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/picker-button/esm/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/picker-button/modern/{Component.mobile-8b0c6596.d.ts → Component.mobile-06ffd24b.d.ts} +0 -0
- /package/pure-cell/{component-33ab43b6.d.ts → component-d025e330.d.ts} +0 -0
- /package/pure-cell/esm/{component-fca9e649.d.ts → component-61c15dd6.d.ts} +0 -0
- /package/pure-cell/modern/{component-23abcd9f.d.ts → component-785c92da.d.ts} +0 -0
- /package/select/esm/{hook-c33b2b84.d.ts → hook-5cba55ed.d.ts} +0 -0
- /package/select/{hook-6d6496de.d.ts → hook-19b561cb.d.ts} +0 -0
- /package/select/{hook-6d6496de.js → hook-19b561cb.js} +0 -0
- /package/select/modern/{hook-a6d8b79e.d.ts → hook-81e56138.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-a2edeffa.d.ts → PseudoTextArea-015780d1.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-66673302.d.ts → PseudoTextArea-9d08a78b.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-fdb4bef9.d.ts → PseudoTextArea-eaadbe18.d.ts} +0 -0
- /package/toast-plate/cssm/{default.module.css → components/base-toast-plate/default.module.css} +0 -0
- /package/toast-plate/cssm/{inverted.module.css → components/base-toast-plate/inverted.module.css} +0 -0
|
@@ -310,6 +310,10 @@
|
|
|
310
310
|
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
311
311
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
312
312
|
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
313
|
+
--color-dark-specialbg-secondary-transparent-tint-7: rgba(255, 255, 255, 0.1258);
|
|
314
|
+
--color-dark-specialbg-secondary-transparent-tint-15: rgba(255, 255, 255, 0.201);
|
|
315
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.1925);
|
|
316
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.24);
|
|
313
317
|
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.1723);
|
|
314
318
|
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.2435);
|
|
315
319
|
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
|
|
@@ -466,6 +470,10 @@
|
|
|
466
470
|
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
467
471
|
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235);
|
|
468
472
|
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28);
|
|
473
|
+
--color-light-specialbg-secondary-transparent-shade-7: rgba(10, 29, 49, 0.1165);
|
|
474
|
+
--color-light-specialbg-secondary-transparent-shade-15: rgba(9, 26, 45, 0.1925);
|
|
475
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.201);
|
|
476
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.248);
|
|
469
477
|
--color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
|
|
470
478
|
--color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
|
|
471
479
|
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.2435);
|
|
@@ -310,6 +310,10 @@
|
|
|
310
310
|
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
311
311
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
312
312
|
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
313
|
+
--color-dark-specialbg-secondary-transparent-tint-7: rgba(255, 255, 255, 0.163);
|
|
314
|
+
--color-dark-specialbg-secondary-transparent-tint-15: rgba(255, 255, 255, 0.235);
|
|
315
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.1925);
|
|
316
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.24);
|
|
313
317
|
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.256);
|
|
314
318
|
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.32);
|
|
315
319
|
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
|
|
@@ -466,6 +470,10 @@
|
|
|
466
470
|
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
467
471
|
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
|
|
468
472
|
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.32);
|
|
473
|
+
--color-light-specialbg-secondary-transparent-shade-7: rgba(10, 29, 49, 0.1165);
|
|
474
|
+
--color-light-specialbg-secondary-transparent-shade-15: rgba(9, 26, 45, 0.1925);
|
|
475
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.235);
|
|
476
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.28);
|
|
469
477
|
--color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
|
|
470
478
|
--color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
|
|
471
479
|
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.32);
|
package/vars/dist/cssm/index.css
CHANGED
|
@@ -380,6 +380,10 @@
|
|
|
380
380
|
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
381
381
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
382
382
|
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
383
|
+
--color-dark-specialbg-secondary-transparent-tint-7: rgba(255, 255, 255, 0.1258);
|
|
384
|
+
--color-dark-specialbg-secondary-transparent-tint-15: rgba(255, 255, 255, 0.201);
|
|
385
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.1925);
|
|
386
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.24);
|
|
383
387
|
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.1723);
|
|
384
388
|
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.2435);
|
|
385
389
|
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
|
|
@@ -536,6 +540,10 @@
|
|
|
536
540
|
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
537
541
|
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235);
|
|
538
542
|
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28);
|
|
543
|
+
--color-light-specialbg-secondary-transparent-shade-7: rgba(10, 29, 49, 0.1165);
|
|
544
|
+
--color-light-specialbg-secondary-transparent-shade-15: rgba(9, 26, 45, 0.1925);
|
|
545
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.201);
|
|
546
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.248);
|
|
539
547
|
--color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
|
|
540
548
|
--color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
|
|
541
549
|
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.2435);
|
package/vars/dist/index.d.ts
CHANGED
|
@@ -378,6 +378,10 @@ export const colorDarkSpecialbgComponentAlpha30: "rgba(255, 255, 255, 0.3)";
|
|
|
378
378
|
export const colorDarkSpecialbgComponentInvertedAlpha30: "rgba(11, 31, 53, 0.3)";
|
|
379
379
|
export const colorDarkSpecialbgComponentInvertedShade15: "rgba(9, 26, 45, 0.2095)";
|
|
380
380
|
export const colorDarkSpecialbgComponentInvertedShade20: "rgba(9, 25, 42, 0.256)";
|
|
381
|
+
export const colorDarkSpecialbgSecondaryTransparentTint7: "rgba(255, 255, 255, 0.1258)";
|
|
382
|
+
export const colorDarkSpecialbgSecondaryTransparentTint15: "rgba(255, 255, 255, 0.201)";
|
|
383
|
+
export const colorDarkSpecialbgSecondaryTransparentInvertedShade15: "rgba(9, 26, 45, 0.1925)";
|
|
384
|
+
export const colorDarkSpecialbgSecondaryTransparentInvertedShade20: "rgba(9, 25, 42, 0.24)";
|
|
381
385
|
export const colorDarkSpecialbgTertiaryTransparentTint7: "rgba(255, 255, 255, 0.1723)";
|
|
382
386
|
export const colorDarkSpecialbgTertiaryTransparentTint15: "rgba(255, 255, 255, 0.2435)";
|
|
383
387
|
export const colorDarkSpecialbgTertiaryTransparentInvertedShade15: "rgba(9, 26, 45, 0.235)";
|
|
@@ -534,6 +538,10 @@ export const colorLightSpecialbgComponentAlpha30: "rgba(11, 31, 53, 0.3)";
|
|
|
534
538
|
export const colorLightSpecialbgComponentInvertedAlpha30: "rgba(255, 255, 255, 0.3)";
|
|
535
539
|
export const colorLightSpecialbgComponentInvertedTint15: "rgba(255, 255, 255, 0.235)";
|
|
536
540
|
export const colorLightSpecialbgComponentInvertedTint20: "rgba(255, 255, 255, 0.28)";
|
|
541
|
+
export const colorLightSpecialbgSecondaryTransparentShade7: "rgba(10, 29, 49, 0.1165)";
|
|
542
|
+
export const colorLightSpecialbgSecondaryTransparentShade15: "rgba(9, 26, 45, 0.1925)";
|
|
543
|
+
export const colorLightSpecialbgSecondaryTransparentInvertedTint15: "rgba(255, 255, 255, 0.201)";
|
|
544
|
+
export const colorLightSpecialbgSecondaryTransparentInvertedTint20: "rgba(255, 255, 255, 0.248)";
|
|
537
545
|
export const colorLightSpecialbgTertiaryTransparentShade7: "rgba(10, 29, 49, 0.163)";
|
|
538
546
|
export const colorLightSpecialbgTertiaryTransparentShade15: "rgba(9, 26, 45, 0.235)";
|
|
539
547
|
export const colorLightSpecialbgTertiaryTransparentInvertedTint15: "rgba(255, 255, 255, 0.2435)";
|
package/vars/dist/index.js
CHANGED
|
@@ -378,6 +378,10 @@ export const colorDarkSpecialbgComponentAlpha30 = "rgba(255, 255, 255, 0.3)";
|
|
|
378
378
|
export const colorDarkSpecialbgComponentInvertedAlpha30 = "rgba(11, 31, 53, 0.3)";
|
|
379
379
|
export const colorDarkSpecialbgComponentInvertedShade15 = "rgba(9, 26, 45, 0.2095)";
|
|
380
380
|
export const colorDarkSpecialbgComponentInvertedShade20 = "rgba(9, 25, 42, 0.256)";
|
|
381
|
+
export const colorDarkSpecialbgSecondaryTransparentTint7 = "rgba(255, 255, 255, 0.1258)";
|
|
382
|
+
export const colorDarkSpecialbgSecondaryTransparentTint15 = "rgba(255, 255, 255, 0.201)";
|
|
383
|
+
export const colorDarkSpecialbgSecondaryTransparentInvertedShade15 = "rgba(9, 26, 45, 0.1925)";
|
|
384
|
+
export const colorDarkSpecialbgSecondaryTransparentInvertedShade20 = "rgba(9, 25, 42, 0.24)";
|
|
381
385
|
export const colorDarkSpecialbgTertiaryTransparentTint7 = "rgba(255, 255, 255, 0.1723)";
|
|
382
386
|
export const colorDarkSpecialbgTertiaryTransparentTint15 = "rgba(255, 255, 255, 0.2435)";
|
|
383
387
|
export const colorDarkSpecialbgTertiaryTransparentInvertedShade15 = "rgba(9, 26, 45, 0.235)";
|
|
@@ -534,6 +538,10 @@ export const colorLightSpecialbgComponentAlpha30 = "rgba(11, 31, 53, 0.3)";
|
|
|
534
538
|
export const colorLightSpecialbgComponentInvertedAlpha30 = "rgba(255, 255, 255, 0.3)";
|
|
535
539
|
export const colorLightSpecialbgComponentInvertedTint15 = "rgba(255, 255, 255, 0.235)";
|
|
536
540
|
export const colorLightSpecialbgComponentInvertedTint20 = "rgba(255, 255, 255, 0.28)";
|
|
541
|
+
export const colorLightSpecialbgSecondaryTransparentShade7 = "rgba(10, 29, 49, 0.1165)";
|
|
542
|
+
export const colorLightSpecialbgSecondaryTransparentShade15 = "rgba(9, 26, 45, 0.1925)";
|
|
543
|
+
export const colorLightSpecialbgSecondaryTransparentInvertedTint15 = "rgba(255, 255, 255, 0.201)";
|
|
544
|
+
export const colorLightSpecialbgSecondaryTransparentInvertedTint20 = "rgba(255, 255, 255, 0.248)";
|
|
537
545
|
export const colorLightSpecialbgTertiaryTransparentShade7 = "rgba(10, 29, 49, 0.163)";
|
|
538
546
|
export const colorLightSpecialbgTertiaryTransparentShade15 = "rgba(9, 26, 45, 0.235)";
|
|
539
547
|
export const colorLightSpecialbgTertiaryTransparentInvertedTint15 = "rgba(255, 255, 255, 0.2435)";
|
|
@@ -310,6 +310,10 @@
|
|
|
310
310
|
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
311
311
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
312
312
|
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
313
|
+
--color-dark-specialbg-secondary-transparent-tint-7: rgba(255, 255, 255, 0.1258);
|
|
314
|
+
--color-dark-specialbg-secondary-transparent-tint-15: rgba(255, 255, 255, 0.201);
|
|
315
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.1925);
|
|
316
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.24);
|
|
313
317
|
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.1723);
|
|
314
318
|
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.2435);
|
|
315
319
|
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
|
|
@@ -466,6 +470,10 @@
|
|
|
466
470
|
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
467
471
|
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235);
|
|
468
472
|
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28);
|
|
473
|
+
--color-light-specialbg-secondary-transparent-shade-7: rgba(10, 29, 49, 0.1165);
|
|
474
|
+
--color-light-specialbg-secondary-transparent-shade-15: rgba(9, 26, 45, 0.1925);
|
|
475
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.201);
|
|
476
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.248);
|
|
469
477
|
--color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
|
|
470
478
|
--color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
|
|
471
479
|
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.2435);
|
|
@@ -310,6 +310,10 @@
|
|
|
310
310
|
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
311
311
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
312
312
|
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
313
|
+
--color-dark-specialbg-secondary-transparent-tint-7: rgba(255, 255, 255, 0.163);
|
|
314
|
+
--color-dark-specialbg-secondary-transparent-tint-15: rgba(255, 255, 255, 0.235);
|
|
315
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.1925);
|
|
316
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.24);
|
|
313
317
|
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.256);
|
|
314
318
|
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.32);
|
|
315
319
|
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
|
|
@@ -466,6 +470,10 @@
|
|
|
466
470
|
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
467
471
|
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
|
|
468
472
|
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.32);
|
|
473
|
+
--color-light-specialbg-secondary-transparent-shade-7: rgba(10, 29, 49, 0.1165);
|
|
474
|
+
--color-light-specialbg-secondary-transparent-shade-15: rgba(9, 26, 45, 0.1925);
|
|
475
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.235);
|
|
476
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.28);
|
|
469
477
|
--color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
|
|
470
478
|
--color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
|
|
471
479
|
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.32);
|
package/vars/index.d.ts
CHANGED
|
@@ -378,6 +378,10 @@ export const colorDarkSpecialbgComponentAlpha30: "rgba(255, 255, 255, 0.3)";
|
|
|
378
378
|
export const colorDarkSpecialbgComponentInvertedAlpha30: "rgba(11, 31, 53, 0.3)";
|
|
379
379
|
export const colorDarkSpecialbgComponentInvertedShade15: "rgba(9, 26, 45, 0.2095)";
|
|
380
380
|
export const colorDarkSpecialbgComponentInvertedShade20: "rgba(9, 25, 42, 0.256)";
|
|
381
|
+
export const colorDarkSpecialbgSecondaryTransparentTint7: "rgba(255, 255, 255, 0.1258)";
|
|
382
|
+
export const colorDarkSpecialbgSecondaryTransparentTint15: "rgba(255, 255, 255, 0.201)";
|
|
383
|
+
export const colorDarkSpecialbgSecondaryTransparentInvertedShade15: "rgba(9, 26, 45, 0.1925)";
|
|
384
|
+
export const colorDarkSpecialbgSecondaryTransparentInvertedShade20: "rgba(9, 25, 42, 0.24)";
|
|
381
385
|
export const colorDarkSpecialbgTertiaryTransparentTint7: "rgba(255, 255, 255, 0.1723)";
|
|
382
386
|
export const colorDarkSpecialbgTertiaryTransparentTint15: "rgba(255, 255, 255, 0.2435)";
|
|
383
387
|
export const colorDarkSpecialbgTertiaryTransparentInvertedShade15: "rgba(9, 26, 45, 0.235)";
|
|
@@ -534,6 +538,10 @@ export const colorLightSpecialbgComponentAlpha30: "rgba(11, 31, 53, 0.3)";
|
|
|
534
538
|
export const colorLightSpecialbgComponentInvertedAlpha30: "rgba(255, 255, 255, 0.3)";
|
|
535
539
|
export const colorLightSpecialbgComponentInvertedTint15: "rgba(255, 255, 255, 0.235)";
|
|
536
540
|
export const colorLightSpecialbgComponentInvertedTint20: "rgba(255, 255, 255, 0.28)";
|
|
541
|
+
export const colorLightSpecialbgSecondaryTransparentShade7: "rgba(10, 29, 49, 0.1165)";
|
|
542
|
+
export const colorLightSpecialbgSecondaryTransparentShade15: "rgba(9, 26, 45, 0.1925)";
|
|
543
|
+
export const colorLightSpecialbgSecondaryTransparentInvertedTint15: "rgba(255, 255, 255, 0.201)";
|
|
544
|
+
export const colorLightSpecialbgSecondaryTransparentInvertedTint20: "rgba(255, 255, 255, 0.248)";
|
|
537
545
|
export const colorLightSpecialbgTertiaryTransparentShade7: "rgba(10, 29, 49, 0.163)";
|
|
538
546
|
export const colorLightSpecialbgTertiaryTransparentShade15: "rgba(9, 26, 45, 0.235)";
|
|
539
547
|
export const colorLightSpecialbgTertiaryTransparentInvertedTint15: "rgba(255, 255, 255, 0.2435)";
|
package/vars/index.js
CHANGED
|
@@ -378,6 +378,10 @@ const colorDarkSpecialbgComponentAlpha30 = "rgba(255, 255, 255, 0.3)";
|
|
|
378
378
|
const colorDarkSpecialbgComponentInvertedAlpha30 = "rgba(11, 31, 53, 0.3)";
|
|
379
379
|
const colorDarkSpecialbgComponentInvertedShade15 = "rgba(9, 26, 45, 0.2095)";
|
|
380
380
|
const colorDarkSpecialbgComponentInvertedShade20 = "rgba(9, 25, 42, 0.256)";
|
|
381
|
+
const colorDarkSpecialbgSecondaryTransparentTint7 = "rgba(255, 255, 255, 0.1258)";
|
|
382
|
+
const colorDarkSpecialbgSecondaryTransparentTint15 = "rgba(255, 255, 255, 0.201)";
|
|
383
|
+
const colorDarkSpecialbgSecondaryTransparentInvertedShade15 = "rgba(9, 26, 45, 0.1925)";
|
|
384
|
+
const colorDarkSpecialbgSecondaryTransparentInvertedShade20 = "rgba(9, 25, 42, 0.24)";
|
|
381
385
|
const colorDarkSpecialbgTertiaryTransparentTint7 = "rgba(255, 255, 255, 0.1723)";
|
|
382
386
|
const colorDarkSpecialbgTertiaryTransparentTint15 = "rgba(255, 255, 255, 0.2435)";
|
|
383
387
|
const colorDarkSpecialbgTertiaryTransparentInvertedShade15 = "rgba(9, 26, 45, 0.235)";
|
|
@@ -534,6 +538,10 @@ const colorLightSpecialbgComponentAlpha30 = "rgba(11, 31, 53, 0.3)";
|
|
|
534
538
|
const colorLightSpecialbgComponentInvertedAlpha30 = "rgba(255, 255, 255, 0.3)";
|
|
535
539
|
const colorLightSpecialbgComponentInvertedTint15 = "rgba(255, 255, 255, 0.235)";
|
|
536
540
|
const colorLightSpecialbgComponentInvertedTint20 = "rgba(255, 255, 255, 0.28)";
|
|
541
|
+
const colorLightSpecialbgSecondaryTransparentShade7 = "rgba(10, 29, 49, 0.1165)";
|
|
542
|
+
const colorLightSpecialbgSecondaryTransparentShade15 = "rgba(9, 26, 45, 0.1925)";
|
|
543
|
+
const colorLightSpecialbgSecondaryTransparentInvertedTint15 = "rgba(255, 255, 255, 0.201)";
|
|
544
|
+
const colorLightSpecialbgSecondaryTransparentInvertedTint20 = "rgba(255, 255, 255, 0.248)";
|
|
537
545
|
const colorLightSpecialbgTertiaryTransparentShade7 = "rgba(10, 29, 49, 0.163)";
|
|
538
546
|
const colorLightSpecialbgTertiaryTransparentShade15 = "rgba(9, 26, 45, 0.235)";
|
|
539
547
|
const colorLightSpecialbgTertiaryTransparentInvertedTint15 = "rgba(255, 255, 255, 0.2435)";
|
|
@@ -783,4 +791,4 @@ const gap8xlNeg = "-128px";
|
|
|
783
791
|
const fontFamilySystem = "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
|
|
784
792
|
const fontFamilyStyrene = "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
|
|
785
793
|
|
|
786
|
-
export { borderRadius3xl, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusPill, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, colorAmethyst, colorBgCorporate, colorBgCorporate30, colorBgCorporate30Flat, colorBgCorporate60, colorBgCorporate60Flat, colorBgCorporate90, colorBgCorporate90Flat, colorBlack, colorBlack10, colorBlack10Flat, colorBlack30, colorBlack30Flat, colorBlack60, colorBlack60Flat, colorBlueAction, colorBlueLinkMobile, colorBlueLinkMobile10, colorBlueLinkMobile10Flat, colorBlueLinkWeb, colorBlueSwipeA, colorBlueSwipeB, colorBlueSwipeC, colorDarkBgAccent, colorDarkBgAccentAlpha30, colorDarkBgAccentShade15, colorDarkBgAccentShade20, colorDarkBgAccentTint10, colorDarkBgAccentTint15, colorDarkBgAccentTint30, colorDarkBgAccentTint7, colorDarkBgAttentionMuted, colorDarkBgComponent, colorDarkBgComponentInverted, colorDarkBgInfo, colorDarkBgLinkMuted, colorDarkBgNegativeMuted, colorDarkBgNeutral, colorDarkBgNulled, colorDarkBgOpaque, colorDarkBgOverlay, colorDarkBgPositiveMuted, colorDarkBgPrimary, colorDarkBgPrimaryAlpha12, colorDarkBgPrimaryAlpha15, colorDarkBgPrimaryAlpha16, colorDarkBgPrimaryAlpha20, colorDarkBgPrimaryAlpha30, colorDarkBgPrimaryAlpha32, colorDarkBgPrimaryAlpha37, colorDarkBgPrimaryAlpha4, colorDarkBgPrimaryAlpha40, colorDarkBgPrimaryAlpha8, colorDarkBgPrimaryGrouped, colorDarkBgPrimaryInverted, colorDarkBgPrimaryInvertedAlpha10, colorDarkBgPrimaryInvertedAlpha12, colorDarkBgPrimaryInvertedAlpha15, colorDarkBgPrimaryInvertedAlpha16, colorDarkBgPrimaryInvertedAlpha20, colorDarkBgPrimaryInvertedAlpha24, colorDarkBgPrimaryInvertedAlpha3, colorDarkBgPrimaryInvertedAlpha30, colorDarkBgPrimaryInvertedAlpha32, colorDarkBgPrimaryInvertedAlpha4, colorDarkBgPrimaryInvertedAlpha40, colorDarkBgPrimaryInvertedAlpha5, colorDarkBgPrimaryInvertedAlpha50, colorDarkBgPrimaryInvertedAlpha7, colorDarkBgPrimaryInvertedAlpha8, colorDarkBgPrimaryInvertedShade15, colorDarkBgPrimaryInvertedShade20, colorDarkBgPrimaryInvertedShade7, colorDarkBgPrimaryTint15, colorDarkBgPrimaryTint7, colorDarkBgQuaternary, colorDarkBgQuaternaryAlpha30, colorDarkBgQuaternaryInverted, colorDarkBgQuaternaryInvertedAlpha30, colorDarkBgQuaternaryInvertedShade15, colorDarkBgQuaternaryInvertedShade20, colorDarkBgQuaternaryTint10, colorDarkBgQuaternaryTint15, colorDarkBgQuaternaryTint30, colorDarkBgQuaternaryTint7, colorDarkBgSecondary, colorDarkBgSecondaryAlpha30, colorDarkBgSecondaryGrouped, colorDarkBgSecondaryInverted, colorDarkBgSecondaryInvertedAlpha30, colorDarkBgSecondaryInvertedShade15, colorDarkBgSecondaryInvertedShade20, colorDarkBgSecondaryInvertedTint15, colorDarkBgSecondaryInvertedTint7, colorDarkBgSecondaryShade15, colorDarkBgSecondaryShade20, colorDarkBgSecondaryTint15, colorDarkBgSecondaryTint7, colorDarkBgTertiary, colorDarkBgTertiaryGrouped, colorDarkBgTertiaryInverted, colorDarkBgTertiaryTint7, colorDarkBorderAccent, colorDarkBorderKey, colorDarkBorderKeyAlpha15, colorDarkBorderKeyAlpha7, colorDarkBorderKeyInverted, colorDarkBorderKeyInvertedAlpha15, colorDarkBorderKeyInvertedAlpha7, colorDarkBorderLink, colorDarkBorderPrimary, colorDarkBorderPrimaryInverted, colorDarkBorderSecondary, colorDarkBorderSecondaryInverted, colorDarkBorderTertiary, colorDarkBorderTertiaryInverted, colorDarkBorderUnderline, colorDarkBorderUnderlineAlpha30, colorDarkBorderUnderlineInverted, colorDarkBorderUnderlineInvertedAlpha30, colorDarkGraphicAccent, colorDarkGraphicAccentAlpha30, colorDarkGraphicAccentShade15, colorDarkGraphicAccentTint10, colorDarkGraphicAccentTint15, colorDarkGraphicAccentTint30, colorDarkGraphicAccentTint7, colorDarkGraphicAttention, colorDarkGraphicLink, colorDarkGraphicLinkAlpha15, colorDarkGraphicNegative, colorDarkGraphicNegativeAlpha10, colorDarkGraphicNegativeAlpha30, colorDarkGraphicNegativeAlpha40, colorDarkGraphicNegativeShade20, colorDarkGraphicNegativeShade30, colorDarkGraphicNegativeTint15, colorDarkGraphicNegativeTint30, colorDarkGraphicNegativeTint7, colorDarkGraphicNeutral, colorDarkGraphicPositive, colorDarkGraphicPositiveAlpha10, colorDarkGraphicPositiveTint10, colorDarkGraphicPositiveTint30, colorDarkGraphicPrimary, colorDarkGraphicPrimaryAlpha30, colorDarkGraphicPrimaryAlpha40, colorDarkGraphicPrimaryAlpha50, colorDarkGraphicPrimaryAlpha60, colorDarkGraphicPrimaryInverted, colorDarkGraphicPrimaryInvertedAlpha30, colorDarkGraphicPrimaryInvertedAlpha40, colorDarkGraphicPrimaryInvertedAlpha50, colorDarkGraphicPrimaryInvertedAlpha60, colorDarkGraphicPrimaryInvertedTint10, colorDarkGraphicPrimaryInvertedTint15, colorDarkGraphicPrimaryInvertedTint30, colorDarkGraphicPrimaryInvertedTint7, colorDarkGraphicPrimaryShade15, colorDarkGraphicPrimaryShade20, colorDarkGraphicPrimaryShade30, colorDarkGraphicPrimaryTint10, colorDarkGraphicPrimaryTint30, colorDarkGraphicQuaternary, colorDarkGraphicQuaternaryInverted, colorDarkGraphicQuaternaryTint10, colorDarkGraphicSecondary, colorDarkGraphicSecondaryAlpha30, colorDarkGraphicSecondaryInverted, colorDarkGraphicSecondaryInvertedAlpha30, colorDarkGraphicSecondaryInvertedShade15, colorDarkGraphicSecondaryInvertedShade20, colorDarkGraphicSecondaryInvertedTint10, colorDarkGraphicSecondaryInvertedTint30, colorDarkGraphicSecondaryTint30, colorDarkGraphicSecondaryTint50, colorDarkGraphicTertiary, colorDarkGraphicTertiaryAlpha30, colorDarkGraphicTertiaryInverted, colorDarkGraphicTertiaryInvertedAlpha30, colorDarkGraphicTertiaryInvertedShade15, colorDarkGraphicTertiaryInvertedShade20, colorDarkGraphicTertiaryShade15, colorDarkGraphicTertiaryShade20, colorDarkGraphicTertiaryTint15, colorDarkGraphicTertiaryTint7, colorDarkIndigo, colorDarkIndigo05, colorDarkIndigo05Flat, colorDarkIndigo07, colorDarkIndigo07Flat, colorDarkIndigo10, colorDarkIndigo10Flat, colorDarkIndigo15, colorDarkIndigo15Flat, colorDarkIndigo30, colorDarkIndigo30Flat, colorDarkIndigo60, colorDarkIndigo60Flat, colorDarkSpecialbgComponent, colorDarkSpecialbgComponentAlpha14, colorDarkSpecialbgComponentAlpha2, colorDarkSpecialbgComponentAlpha23, colorDarkSpecialbgComponentAlpha30, colorDarkSpecialbgComponentInverted, colorDarkSpecialbgComponentInvertedAlpha30, colorDarkSpecialbgComponentInvertedShade15, colorDarkSpecialbgComponentInvertedShade20, colorDarkSpecialbgComponentTint10, colorDarkSpecialbgComponentTint15, colorDarkSpecialbgComponentTint30, colorDarkSpecialbgComponentTint7, colorDarkSpecialbgNulled, colorDarkSpecialbgOverlay, colorDarkSpecialbgOverlayFallback, colorDarkSpecialbgPrimaryGrouped, colorDarkSpecialbgSecondaryGrouped, colorDarkSpecialbgSecondaryTransparent, colorDarkSpecialbgSecondaryTransparentInverted, colorDarkSpecialbgTertiaryGrouped, colorDarkSpecialbgTertiaryTransparent, colorDarkSpecialbgTertiaryTransparentInverted, colorDarkSpecialbgTertiaryTransparentInvertedShade15, colorDarkSpecialbgTertiaryTransparentInvertedShade20, colorDarkSpecialbgTertiaryTransparentTint15, colorDarkSpecialbgTertiaryTransparentTint7, colorDarkTextAccent, colorDarkTextAttention, colorDarkTextDisabled, colorDarkTextDisabledInverted, colorDarkTextDisabledTransparent, colorDarkTextLink, colorDarkTextLinkShade30, colorDarkTextLinkShade50, colorDarkTextLinkTint20, colorDarkTextLinkTint40, colorDarkTextNegative, colorDarkTextPositive, colorDarkTextPrimary, colorDarkTextPrimaryAlpha30, colorDarkTextPrimaryInverted, colorDarkTextPrimaryInvertedAlpha30, colorDarkTextPrimaryInvertedAlpha40, colorDarkTextPrimaryInvertedShade20, colorDarkTextPrimaryInvertedShade30, colorDarkTextPrimaryInvertedTint15, colorDarkTextPrimaryInvertedTint24, colorDarkTextPrimaryInvertedTint30, colorDarkTextPrimaryInvertedTint40, colorDarkTextPrimaryInvertedTint50, colorDarkTextPrimaryInvertedTint7, colorDarkTextPrimaryShade24, colorDarkTextPrimaryShade30, colorDarkTextPrimaryShade40, colorDarkTextPrimaryShade50, colorDarkTextPrimaryTint20, colorDarkTextPrimaryTint40, colorDarkTextSecondary, colorDarkTextSecondaryInverted, colorDarkTextSecondaryInvertedShade20, colorDarkTextSecondaryInvertedShade30, colorDarkTextSecondaryInvertedTransparent, colorDarkTextSecondaryShade20, colorDarkTextSecondaryShade30, colorDarkTextSecondaryTint20, colorDarkTextSecondaryTint40, colorDarkTextSecondaryTransparent, colorDarkTextTertiary, colorDarkTextTertiaryInverted, colorDarkTextTertiaryInvertedTransparent, colorDarkTextTertiaryTransparent, colorDynamicNulled, colorDynamicPrimaryDark, colorDynamicPrimaryLight, colorDynamicQuaternaryDark, colorDynamicQuaternaryLight, colorDynamicQuinaryDark, colorDynamicQuinaryLight, colorDynamicSecondaryDark, colorDynamicSecondaryLight, colorDynamicSenaryDark, colorDynamicSenaryLight, colorDynamicTertiaryDark, colorDynamicTertiaryLight, colorGreenDone, colorGreenDone05, colorGreenDone05Flat, colorGreenDone10, colorGreenDone10Flat, colorGreenDone20, colorGreenDone20Flat, colorGreenText, colorGreenText60, colorGreenText60Flat, colorLavender, colorLightBgAccent, colorLightBgAccentAlpha30, colorLightBgAccentShade10, colorLightBgAccentShade15, colorLightBgAccentShade30, colorLightBgAccentShade7, colorLightBgAccentTint15, colorLightBgAccentTint20, colorLightBgAttentionMuted, colorLightBgComponent, colorLightBgComponentInverted, colorLightBgInfo, colorLightBgLinkMuted, colorLightBgNegativeMuted, colorLightBgNeutral, colorLightBgNulled, colorLightBgOpaque, colorLightBgOverlay, colorLightBgPositiveMuted, colorLightBgPrimary, colorLightBgPrimaryAlpha12, colorLightBgPrimaryAlpha15, colorLightBgPrimaryAlpha16, colorLightBgPrimaryAlpha20, colorLightBgPrimaryAlpha30, colorLightBgPrimaryAlpha32, colorLightBgPrimaryAlpha37, colorLightBgPrimaryAlpha4, colorLightBgPrimaryAlpha40, colorLightBgPrimaryAlpha8, colorLightBgPrimaryGrouped, colorLightBgPrimaryInverted, colorLightBgPrimaryInvertedAlpha10, colorLightBgPrimaryInvertedAlpha12, colorLightBgPrimaryInvertedAlpha15, colorLightBgPrimaryInvertedAlpha16, colorLightBgPrimaryInvertedAlpha20, colorLightBgPrimaryInvertedAlpha24, colorLightBgPrimaryInvertedAlpha3, colorLightBgPrimaryInvertedAlpha30, colorLightBgPrimaryInvertedAlpha32, colorLightBgPrimaryInvertedAlpha4, colorLightBgPrimaryInvertedAlpha40, colorLightBgPrimaryInvertedAlpha5, colorLightBgPrimaryInvertedAlpha50, colorLightBgPrimaryInvertedAlpha7, colorLightBgPrimaryInvertedAlpha8, colorLightBgPrimaryInvertedTint15, colorLightBgPrimaryInvertedTint20, colorLightBgPrimaryInvertedTint7, colorLightBgPrimaryShade15, colorLightBgPrimaryShade7, colorLightBgQuaternary, colorLightBgQuaternaryAlpha30, colorLightBgQuaternaryInverted, colorLightBgQuaternaryInvertedAlpha30, colorLightBgQuaternaryInvertedTint15, colorLightBgQuaternaryInvertedTint20, colorLightBgQuaternaryShade10, colorLightBgQuaternaryShade15, colorLightBgQuaternaryShade30, colorLightBgQuaternaryShade7, colorLightBgSecondary, colorLightBgSecondaryAlpha30, colorLightBgSecondaryGrouped, colorLightBgSecondaryInverted, colorLightBgSecondaryInvertedAlpha30, colorLightBgSecondaryInvertedShade15, colorLightBgSecondaryInvertedShade7, colorLightBgSecondaryInvertedTint15, colorLightBgSecondaryInvertedTint20, colorLightBgSecondaryShade15, colorLightBgSecondaryShade7, colorLightBgSecondaryTint15, colorLightBgSecondaryTint20, colorLightBgTertiary, colorLightBgTertiaryGrouped, colorLightBgTertiaryInverted, colorLightBgTertiaryShade7, colorLightBlue, colorLightBorderAccent, colorLightBorderKey, colorLightBorderKeyAlpha15, colorLightBorderKeyAlpha7, colorLightBorderKeyInverted, colorLightBorderKeyInvertedAlpha15, colorLightBorderKeyInvertedAlpha7, colorLightBorderLink, colorLightBorderPrimary, colorLightBorderPrimaryInverted, colorLightBorderSecondary, colorLightBorderSecondaryInverted, colorLightBorderTertiary, colorLightBorderTertiaryInverted, colorLightBorderUnderline, colorLightBorderUnderlineAlpha30, colorLightBorderUnderlineInverted, colorLightBorderUnderlineInvertedAlpha30, colorLightGraphicAccent, colorLightGraphicAccentAlpha30, colorLightGraphicAccentShade10, colorLightGraphicAccentShade15, colorLightGraphicAccentShade30, colorLightGraphicAccentShade7, colorLightGraphicAccentTint15, colorLightGraphicAttention, colorLightGraphicLink, colorLightGraphicLinkAlpha15, colorLightGraphicNegative, colorLightGraphicNegativeAlpha10, colorLightGraphicNegativeAlpha30, colorLightGraphicNegativeAlpha40, colorLightGraphicNegativeShade15, colorLightGraphicNegativeShade30, colorLightGraphicNegativeShade7, colorLightGraphicNegativeTint20, colorLightGraphicNegativeTint30, colorLightGraphicNeutral, colorLightGraphicPositive, colorLightGraphicPositiveAlpha10, colorLightGraphicPositiveShade10, colorLightGraphicPositiveShade30, colorLightGraphicPrimary, colorLightGraphicPrimaryAlpha30, colorLightGraphicPrimaryAlpha40, colorLightGraphicPrimaryAlpha50, colorLightGraphicPrimaryAlpha60, colorLightGraphicPrimaryInverted, colorLightGraphicPrimaryInvertedAlpha30, colorLightGraphicPrimaryInvertedAlpha40, colorLightGraphicPrimaryInvertedAlpha50, colorLightGraphicPrimaryInvertedAlpha60, colorLightGraphicPrimaryInvertedShade10, colorLightGraphicPrimaryInvertedShade15, colorLightGraphicPrimaryInvertedShade30, colorLightGraphicPrimaryInvertedShade7, colorLightGraphicPrimaryShade10, colorLightGraphicPrimaryShade30, colorLightGraphicPrimaryTint15, colorLightGraphicPrimaryTint20, colorLightGraphicPrimaryTint30, colorLightGraphicQuaternary, colorLightGraphicQuaternaryInverted, colorLightGraphicQuaternaryShade10, colorLightGraphicSecondary, colorLightGraphicSecondaryAlpha30, colorLightGraphicSecondaryInverted, colorLightGraphicSecondaryInvertedAlpha30, colorLightGraphicSecondaryInvertedShade10, colorLightGraphicSecondaryInvertedShade30, colorLightGraphicSecondaryInvertedTint15, colorLightGraphicSecondaryInvertedTint20, colorLightGraphicSecondaryShade30, colorLightGraphicSecondaryShade50, colorLightGraphicTertiary, colorLightGraphicTertiaryAlpha30, colorLightGraphicTertiaryInverted, colorLightGraphicTertiaryInvertedAlpha30, colorLightGraphicTertiaryInvertedTint15, colorLightGraphicTertiaryInvertedTint20, colorLightGraphicTertiaryShade15, colorLightGraphicTertiaryShade7, colorLightGraphicTertiaryTint15, colorLightGraphicTertiaryTint20, colorLightSpecialbgComponent, colorLightSpecialbgComponentAlpha14, colorLightSpecialbgComponentAlpha2, colorLightSpecialbgComponentAlpha23, colorLightSpecialbgComponentAlpha30, colorLightSpecialbgComponentInverted, colorLightSpecialbgComponentInvertedAlpha30, colorLightSpecialbgComponentInvertedTint15, colorLightSpecialbgComponentInvertedTint20, colorLightSpecialbgComponentShade10, colorLightSpecialbgComponentShade15, colorLightSpecialbgComponentShade30, colorLightSpecialbgComponentShade7, colorLightSpecialbgNulled, colorLightSpecialbgOverlay, colorLightSpecialbgOverlayFallback, colorLightSpecialbgPrimaryGrouped, colorLightSpecialbgSecondaryGrouped, colorLightSpecialbgSecondaryTransparent, colorLightSpecialbgSecondaryTransparentInverted, colorLightSpecialbgTertiaryGrouped, colorLightSpecialbgTertiaryTransparent, colorLightSpecialbgTertiaryTransparentInverted, colorLightSpecialbgTertiaryTransparentInvertedTint15, colorLightSpecialbgTertiaryTransparentInvertedTint20, colorLightSpecialbgTertiaryTransparentShade15, colorLightSpecialbgTertiaryTransparentShade7, colorLightTextAccent, colorLightTextAttention, colorLightTextDisabled, colorLightTextDisabledInverted, colorLightTextDisabledTransparent, colorLightTextLink, colorLightTextLinkShade20, colorLightTextLinkShade40, colorLightTextLinkTint30, colorLightTextLinkTint50, colorLightTextNegative, colorLightTextPositive, colorLightTextPrimary, colorLightTextPrimaryAlpha30, colorLightTextPrimaryInverted, colorLightTextPrimaryInvertedAlpha30, colorLightTextPrimaryInvertedAlpha40, colorLightTextPrimaryInvertedShade15, colorLightTextPrimaryInvertedShade24, colorLightTextPrimaryInvertedShade30, colorLightTextPrimaryInvertedShade40, colorLightTextPrimaryInvertedShade50, colorLightTextPrimaryInvertedShade7, colorLightTextPrimaryInvertedTint20, colorLightTextPrimaryInvertedTint30, colorLightTextPrimaryShade20, colorLightTextPrimaryShade40, colorLightTextPrimaryTint24, colorLightTextPrimaryTint30, colorLightTextPrimaryTint40, colorLightTextPrimaryTint50, colorLightTextSecondary, colorLightTextSecondaryInverted, colorLightTextSecondaryInvertedTint20, colorLightTextSecondaryInvertedTint30, colorLightTextSecondaryInvertedTransparent, colorLightTextSecondaryShade20, colorLightTextSecondaryShade40, colorLightTextSecondaryTint20, colorLightTextSecondaryTint30, colorLightTextSecondaryTransparent, colorLightTextTertiary, colorLightTextTertiaryInverted, colorLightTextTertiaryInvertedTransparent, colorLightTextTertiaryTransparent, colorRedBrand, colorRedBrand05Flat, colorRedBrand10, colorRedBrand10Flat, colorRedBrand20, colorRedBrand20Flat, colorRedBrand30, colorRedBrand30Flat, colorRedBrand50, colorRedBrand50Flat, colorRedBrand70, colorRedBrand70Flat, colorRedBrand85, colorRedBrand85Flat, colorRedDark, colorRedError, colorSand, colorStaticBgAccent, colorStaticBgDark, colorStaticBgLight, colorStaticBgNeutralDark, colorStaticBgNeutralLight, colorStaticBgPrimaryDark, colorStaticBgPrimaryDarkAlpha10, colorStaticBgPrimaryDarkAlpha20, colorStaticBgPrimaryDarkTint15, colorStaticBgPrimaryDarkTint20, colorStaticBgPrimaryLight, colorStaticBgQuaternaryDark, colorStaticBgQuaternaryLight, colorStaticBgSecondaryDark, colorStaticBgSecondaryLight, colorStaticBgTertiaryDark, colorStaticBgTertiaryLight, colorStaticBorderAccent, colorStaticCorpbgNeutral, colorStaticCorpbgPrimary, colorStaticCorpbgSecondary, colorStaticCorpbgTertiary, colorStaticGraphicAccent, colorStaticGraphicAmethyst, colorStaticGraphicBlackberry, colorStaticGraphicBlueChill, colorStaticGraphicBlueChillOld, colorStaticGraphicBlueMaya, colorStaticGraphicBlueMoody, colorStaticGraphicBlueSteel, colorStaticGraphicBotticelli, colorStaticGraphicBoulder, colorStaticGraphicBoulderOld, colorStaticGraphicBrinkPink, colorStaticGraphicBrinkPinkOld, colorStaticGraphicBurntSienna, colorStaticGraphicBurntSiennaOld, colorStaticGraphicCarrot, colorStaticGraphicChatelle, colorStaticGraphicChatelleOld, colorStaticGraphicChathamsBlue, colorStaticGraphicChathamsBlueOld, colorStaticGraphicChick, colorStaticGraphicCrete, colorStaticGraphicCuriousBlue, colorStaticGraphicCuriousBlueLight, colorStaticGraphicCuriousBlueLightOld, colorStaticGraphicDark, colorStaticGraphicEasternBlue, colorStaticGraphicFrenchLilac, colorStaticGraphicFuelYellow, colorStaticGraphicFunBlue, colorStaticGraphicFunBlueOld, colorStaticGraphicGallery, colorStaticGraphicGreenJungle, colorStaticGraphicHippieBlue, colorStaticGraphicHippieBlueOld, colorStaticGraphicJaffa, colorStaticGraphicJaffaLight, colorStaticGraphicJaffaLightOld, colorStaticGraphicJava, colorStaticGraphicJavaOld, colorStaticGraphicJungleGreen, colorStaticGraphicLavender, colorStaticGraphicLight, colorStaticGraphicLightShade15, colorStaticGraphicLightShade7, colorStaticGraphicMantis, colorStaticGraphicMantisOld, colorStaticGraphicMatisse, colorStaticGraphicMatisseOld, colorStaticGraphicMaya, colorStaticGraphicMilanoRed, colorStaticGraphicMilanoRedOld, colorStaticGraphicMirage, colorStaticGraphicMirageOld, colorStaticGraphicMoonRaker, colorStaticGraphicMossGreen, colorStaticGraphicNevada, colorStaticGraphicNevadaOld, colorStaticGraphicOlive, colorStaticGraphicOlivine, colorStaticGraphicOlivineOld, colorStaticGraphicPeach, colorStaticGraphicPermission, colorStaticGraphicPersimmon, colorStaticGraphicPewter, colorStaticGraphicPewterOld, colorStaticGraphicPickledBluewood, colorStaticGraphicPickledBluewoodOld, colorStaticGraphicPorsche, colorStaticGraphicPorscheOld, colorStaticGraphicRaspberry, colorStaticGraphicRedDamask, colorStaticGraphicRedDamaskOld, colorStaticGraphicSaffron, colorStaticGraphicSaffronOld, colorStaticGraphicSalomie, colorStaticGraphicSand, colorStaticGraphicSandyBrown, colorStaticGraphicSandybrownOld, colorStaticGraphicSeawater, colorStaticGraphicSerenade, colorStaticGraphicSky, colorStaticGraphicSoftPeach, colorStaticGraphicSolitude, colorStaticGraphicStrawberry, colorStaticGraphicSundust, colorStaticGraphicTurkishRose, colorStaticGraphicTurkishRoseOld, colorStaticGraphicTurquoiseBlue, colorStaticGraphicTurquoiseBlueOld, colorStaticGraphicValencia, colorStaticGraphicValenciaOld, colorStaticGraphicWaikawaGray, colorStaticGraphicWaikawaGrayOld, colorStaticGraphicWhisper, colorStaticGraphicZanah, colorStaticLocalLightBlue, colorStaticNulled, colorStaticOverlayBlackHigh, colorStaticOverlayBlackLow, colorStaticOverlayBlackNormal, colorStaticOverlayBlackXhigh, colorStaticOverlayBlackXlow, colorStaticOverlayIndigoHigh, colorStaticOverlayIndigoLow, colorStaticOverlayIndigoNormal, colorStaticOverlayIndigoXhigh, colorStaticOverlayIndigoXlow, colorStaticOverlayWhiteHigh, colorStaticOverlayWhiteLow, colorStaticOverlayWhiteNormal, colorStaticOverlayWhiteXhigh, colorStaticOverlayWhiteXlow, colorStaticPrimaryDark, colorStaticPrimaryLight, colorStaticQuaternaryDark, colorStaticQuaternaryLight, colorStaticQuinaryDark, colorStaticQuinaryLight, colorStaticSecondaryDark, colorStaticSecondaryLight, colorStaticSenaryDark, colorStaticSenaryLight, colorStaticStatusBlue, colorStaticStatusBlueAlpha10, colorStaticStatusGreen, colorStaticStatusGreenAlpha10, colorStaticStatusGrey, colorStaticStatusGreyAlpha10, colorStaticStatusOrange, colorStaticStatusOrangeAlpha10, colorStaticStatusPurple, colorStaticStatusPurpleAlpha10, colorStaticStatusRed, colorStaticStatusRedAlpha10, colorStaticStatusTeal, colorStaticStatusTealAlpha10, colorStaticTertiaryDark, colorStaticTertiaryLight, colorStaticTextAccent, colorStaticTextPrimaryDark, colorStaticTextPrimaryLight, colorStaticTextPrimaryLightAlpha30, colorStaticTextSecondaryDark, colorStaticTextSecondaryDarkTransparent, colorStaticTextSecondaryLight, colorStaticTextSecondaryLightTransparent, colorStaticTextTertiaryDark, colorStaticTextTertiaryDarkTransparent, colorStaticTextTertiaryLight, colorStaticTextTertiaryLightTransparent, colorWhite, colorWhite10, colorWhite30, colorWhite60, fontFamilyStyrene, fontFamilySystem, gap2xl, gap2xlNeg, gap2xs, gap2xsNeg, gap3xl, gap3xlNeg, gap3xs, gap3xsNeg, gap4xl, gap4xlNeg, gap5xl, gap5xlNeg, gap6xl, gap6xlNeg, gap7xl, gap7xlNeg, gap8xl, gap8xlNeg, gapL, gapLNeg, gapM, gapMNeg, gapS, gapSNeg, gapXl, gapXlNeg, gapXs, gapXsNeg, shadowL, shadowLHard, shadowLHardUp, shadowLUp, shadowM, shadowMHard, shadowMHardUp, shadowMUp, shadowS, shadowSHard, shadowSHardUp, shadowSUp, shadowXl, shadowXlHard, shadowXlHardUp, shadowXlUp, shadowXs, shadowXsHard, shadowXsHardUp, shadowXsUp };
|
|
794
|
+
export { borderRadius3xl, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusPill, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, colorAmethyst, colorBgCorporate, colorBgCorporate30, colorBgCorporate30Flat, colorBgCorporate60, colorBgCorporate60Flat, colorBgCorporate90, colorBgCorporate90Flat, colorBlack, colorBlack10, colorBlack10Flat, colorBlack30, colorBlack30Flat, colorBlack60, colorBlack60Flat, colorBlueAction, colorBlueLinkMobile, colorBlueLinkMobile10, colorBlueLinkMobile10Flat, colorBlueLinkWeb, colorBlueSwipeA, colorBlueSwipeB, colorBlueSwipeC, colorDarkBgAccent, colorDarkBgAccentAlpha30, colorDarkBgAccentShade15, colorDarkBgAccentShade20, colorDarkBgAccentTint10, colorDarkBgAccentTint15, colorDarkBgAccentTint30, colorDarkBgAccentTint7, colorDarkBgAttentionMuted, colorDarkBgComponent, colorDarkBgComponentInverted, colorDarkBgInfo, colorDarkBgLinkMuted, colorDarkBgNegativeMuted, colorDarkBgNeutral, colorDarkBgNulled, colorDarkBgOpaque, colorDarkBgOverlay, colorDarkBgPositiveMuted, colorDarkBgPrimary, colorDarkBgPrimaryAlpha12, colorDarkBgPrimaryAlpha15, colorDarkBgPrimaryAlpha16, colorDarkBgPrimaryAlpha20, colorDarkBgPrimaryAlpha30, colorDarkBgPrimaryAlpha32, colorDarkBgPrimaryAlpha37, colorDarkBgPrimaryAlpha4, colorDarkBgPrimaryAlpha40, colorDarkBgPrimaryAlpha8, colorDarkBgPrimaryGrouped, colorDarkBgPrimaryInverted, colorDarkBgPrimaryInvertedAlpha10, colorDarkBgPrimaryInvertedAlpha12, colorDarkBgPrimaryInvertedAlpha15, colorDarkBgPrimaryInvertedAlpha16, colorDarkBgPrimaryInvertedAlpha20, colorDarkBgPrimaryInvertedAlpha24, colorDarkBgPrimaryInvertedAlpha3, colorDarkBgPrimaryInvertedAlpha30, colorDarkBgPrimaryInvertedAlpha32, colorDarkBgPrimaryInvertedAlpha4, colorDarkBgPrimaryInvertedAlpha40, colorDarkBgPrimaryInvertedAlpha5, colorDarkBgPrimaryInvertedAlpha50, colorDarkBgPrimaryInvertedAlpha7, colorDarkBgPrimaryInvertedAlpha8, colorDarkBgPrimaryInvertedShade15, colorDarkBgPrimaryInvertedShade20, colorDarkBgPrimaryInvertedShade7, colorDarkBgPrimaryTint15, colorDarkBgPrimaryTint7, colorDarkBgQuaternary, colorDarkBgQuaternaryAlpha30, colorDarkBgQuaternaryInverted, colorDarkBgQuaternaryInvertedAlpha30, colorDarkBgQuaternaryInvertedShade15, colorDarkBgQuaternaryInvertedShade20, colorDarkBgQuaternaryTint10, colorDarkBgQuaternaryTint15, colorDarkBgQuaternaryTint30, colorDarkBgQuaternaryTint7, colorDarkBgSecondary, colorDarkBgSecondaryAlpha30, colorDarkBgSecondaryGrouped, colorDarkBgSecondaryInverted, colorDarkBgSecondaryInvertedAlpha30, colorDarkBgSecondaryInvertedShade15, colorDarkBgSecondaryInvertedShade20, colorDarkBgSecondaryInvertedTint15, colorDarkBgSecondaryInvertedTint7, colorDarkBgSecondaryShade15, colorDarkBgSecondaryShade20, colorDarkBgSecondaryTint15, colorDarkBgSecondaryTint7, colorDarkBgTertiary, colorDarkBgTertiaryGrouped, colorDarkBgTertiaryInverted, colorDarkBgTertiaryTint7, colorDarkBorderAccent, colorDarkBorderKey, colorDarkBorderKeyAlpha15, colorDarkBorderKeyAlpha7, colorDarkBorderKeyInverted, colorDarkBorderKeyInvertedAlpha15, colorDarkBorderKeyInvertedAlpha7, colorDarkBorderLink, colorDarkBorderPrimary, colorDarkBorderPrimaryInverted, colorDarkBorderSecondary, colorDarkBorderSecondaryInverted, colorDarkBorderTertiary, colorDarkBorderTertiaryInverted, colorDarkBorderUnderline, colorDarkBorderUnderlineAlpha30, colorDarkBorderUnderlineInverted, colorDarkBorderUnderlineInvertedAlpha30, colorDarkGraphicAccent, colorDarkGraphicAccentAlpha30, colorDarkGraphicAccentShade15, colorDarkGraphicAccentTint10, colorDarkGraphicAccentTint15, colorDarkGraphicAccentTint30, colorDarkGraphicAccentTint7, colorDarkGraphicAttention, colorDarkGraphicLink, colorDarkGraphicLinkAlpha15, colorDarkGraphicNegative, colorDarkGraphicNegativeAlpha10, colorDarkGraphicNegativeAlpha30, colorDarkGraphicNegativeAlpha40, colorDarkGraphicNegativeShade20, colorDarkGraphicNegativeShade30, colorDarkGraphicNegativeTint15, colorDarkGraphicNegativeTint30, colorDarkGraphicNegativeTint7, colorDarkGraphicNeutral, colorDarkGraphicPositive, colorDarkGraphicPositiveAlpha10, colorDarkGraphicPositiveTint10, colorDarkGraphicPositiveTint30, colorDarkGraphicPrimary, colorDarkGraphicPrimaryAlpha30, colorDarkGraphicPrimaryAlpha40, colorDarkGraphicPrimaryAlpha50, colorDarkGraphicPrimaryAlpha60, colorDarkGraphicPrimaryInverted, colorDarkGraphicPrimaryInvertedAlpha30, colorDarkGraphicPrimaryInvertedAlpha40, colorDarkGraphicPrimaryInvertedAlpha50, colorDarkGraphicPrimaryInvertedAlpha60, colorDarkGraphicPrimaryInvertedTint10, colorDarkGraphicPrimaryInvertedTint15, colorDarkGraphicPrimaryInvertedTint30, colorDarkGraphicPrimaryInvertedTint7, colorDarkGraphicPrimaryShade15, colorDarkGraphicPrimaryShade20, colorDarkGraphicPrimaryShade30, colorDarkGraphicPrimaryTint10, colorDarkGraphicPrimaryTint30, colorDarkGraphicQuaternary, colorDarkGraphicQuaternaryInverted, colorDarkGraphicQuaternaryTint10, colorDarkGraphicSecondary, colorDarkGraphicSecondaryAlpha30, colorDarkGraphicSecondaryInverted, colorDarkGraphicSecondaryInvertedAlpha30, colorDarkGraphicSecondaryInvertedShade15, colorDarkGraphicSecondaryInvertedShade20, colorDarkGraphicSecondaryInvertedTint10, colorDarkGraphicSecondaryInvertedTint30, colorDarkGraphicSecondaryTint30, colorDarkGraphicSecondaryTint50, colorDarkGraphicTertiary, colorDarkGraphicTertiaryAlpha30, colorDarkGraphicTertiaryInverted, colorDarkGraphicTertiaryInvertedAlpha30, colorDarkGraphicTertiaryInvertedShade15, colorDarkGraphicTertiaryInvertedShade20, colorDarkGraphicTertiaryShade15, colorDarkGraphicTertiaryShade20, colorDarkGraphicTertiaryTint15, colorDarkGraphicTertiaryTint7, colorDarkIndigo, colorDarkIndigo05, colorDarkIndigo05Flat, colorDarkIndigo07, colorDarkIndigo07Flat, colorDarkIndigo10, colorDarkIndigo10Flat, colorDarkIndigo15, colorDarkIndigo15Flat, colorDarkIndigo30, colorDarkIndigo30Flat, colorDarkIndigo60, colorDarkIndigo60Flat, colorDarkSpecialbgComponent, colorDarkSpecialbgComponentAlpha14, colorDarkSpecialbgComponentAlpha2, colorDarkSpecialbgComponentAlpha23, colorDarkSpecialbgComponentAlpha30, colorDarkSpecialbgComponentInverted, colorDarkSpecialbgComponentInvertedAlpha30, colorDarkSpecialbgComponentInvertedShade15, colorDarkSpecialbgComponentInvertedShade20, colorDarkSpecialbgComponentTint10, colorDarkSpecialbgComponentTint15, colorDarkSpecialbgComponentTint30, colorDarkSpecialbgComponentTint7, colorDarkSpecialbgNulled, colorDarkSpecialbgOverlay, colorDarkSpecialbgOverlayFallback, colorDarkSpecialbgPrimaryGrouped, colorDarkSpecialbgSecondaryGrouped, colorDarkSpecialbgSecondaryTransparent, colorDarkSpecialbgSecondaryTransparentInverted, colorDarkSpecialbgSecondaryTransparentInvertedShade15, colorDarkSpecialbgSecondaryTransparentInvertedShade20, colorDarkSpecialbgSecondaryTransparentTint15, colorDarkSpecialbgSecondaryTransparentTint7, colorDarkSpecialbgTertiaryGrouped, colorDarkSpecialbgTertiaryTransparent, colorDarkSpecialbgTertiaryTransparentInverted, colorDarkSpecialbgTertiaryTransparentInvertedShade15, colorDarkSpecialbgTertiaryTransparentInvertedShade20, colorDarkSpecialbgTertiaryTransparentTint15, colorDarkSpecialbgTertiaryTransparentTint7, colorDarkTextAccent, colorDarkTextAttention, colorDarkTextDisabled, colorDarkTextDisabledInverted, colorDarkTextDisabledTransparent, colorDarkTextLink, colorDarkTextLinkShade30, colorDarkTextLinkShade50, colorDarkTextLinkTint20, colorDarkTextLinkTint40, colorDarkTextNegative, colorDarkTextPositive, colorDarkTextPrimary, colorDarkTextPrimaryAlpha30, colorDarkTextPrimaryInverted, colorDarkTextPrimaryInvertedAlpha30, colorDarkTextPrimaryInvertedAlpha40, colorDarkTextPrimaryInvertedShade20, colorDarkTextPrimaryInvertedShade30, colorDarkTextPrimaryInvertedTint15, colorDarkTextPrimaryInvertedTint24, colorDarkTextPrimaryInvertedTint30, colorDarkTextPrimaryInvertedTint40, colorDarkTextPrimaryInvertedTint50, colorDarkTextPrimaryInvertedTint7, colorDarkTextPrimaryShade24, colorDarkTextPrimaryShade30, colorDarkTextPrimaryShade40, colorDarkTextPrimaryShade50, colorDarkTextPrimaryTint20, colorDarkTextPrimaryTint40, colorDarkTextSecondary, colorDarkTextSecondaryInverted, colorDarkTextSecondaryInvertedShade20, colorDarkTextSecondaryInvertedShade30, colorDarkTextSecondaryInvertedTransparent, colorDarkTextSecondaryShade20, colorDarkTextSecondaryShade30, colorDarkTextSecondaryTint20, colorDarkTextSecondaryTint40, colorDarkTextSecondaryTransparent, colorDarkTextTertiary, colorDarkTextTertiaryInverted, colorDarkTextTertiaryInvertedTransparent, colorDarkTextTertiaryTransparent, colorDynamicNulled, colorDynamicPrimaryDark, colorDynamicPrimaryLight, colorDynamicQuaternaryDark, colorDynamicQuaternaryLight, colorDynamicQuinaryDark, colorDynamicQuinaryLight, colorDynamicSecondaryDark, colorDynamicSecondaryLight, colorDynamicSenaryDark, colorDynamicSenaryLight, colorDynamicTertiaryDark, colorDynamicTertiaryLight, colorGreenDone, colorGreenDone05, colorGreenDone05Flat, colorGreenDone10, colorGreenDone10Flat, colorGreenDone20, colorGreenDone20Flat, colorGreenText, colorGreenText60, colorGreenText60Flat, colorLavender, colorLightBgAccent, colorLightBgAccentAlpha30, colorLightBgAccentShade10, colorLightBgAccentShade15, colorLightBgAccentShade30, colorLightBgAccentShade7, colorLightBgAccentTint15, colorLightBgAccentTint20, colorLightBgAttentionMuted, colorLightBgComponent, colorLightBgComponentInverted, colorLightBgInfo, colorLightBgLinkMuted, colorLightBgNegativeMuted, colorLightBgNeutral, colorLightBgNulled, colorLightBgOpaque, colorLightBgOverlay, colorLightBgPositiveMuted, colorLightBgPrimary, colorLightBgPrimaryAlpha12, colorLightBgPrimaryAlpha15, colorLightBgPrimaryAlpha16, colorLightBgPrimaryAlpha20, colorLightBgPrimaryAlpha30, colorLightBgPrimaryAlpha32, colorLightBgPrimaryAlpha37, colorLightBgPrimaryAlpha4, colorLightBgPrimaryAlpha40, colorLightBgPrimaryAlpha8, colorLightBgPrimaryGrouped, colorLightBgPrimaryInverted, colorLightBgPrimaryInvertedAlpha10, colorLightBgPrimaryInvertedAlpha12, colorLightBgPrimaryInvertedAlpha15, colorLightBgPrimaryInvertedAlpha16, colorLightBgPrimaryInvertedAlpha20, colorLightBgPrimaryInvertedAlpha24, colorLightBgPrimaryInvertedAlpha3, colorLightBgPrimaryInvertedAlpha30, colorLightBgPrimaryInvertedAlpha32, colorLightBgPrimaryInvertedAlpha4, colorLightBgPrimaryInvertedAlpha40, colorLightBgPrimaryInvertedAlpha5, colorLightBgPrimaryInvertedAlpha50, colorLightBgPrimaryInvertedAlpha7, colorLightBgPrimaryInvertedAlpha8, colorLightBgPrimaryInvertedTint15, colorLightBgPrimaryInvertedTint20, colorLightBgPrimaryInvertedTint7, colorLightBgPrimaryShade15, colorLightBgPrimaryShade7, colorLightBgQuaternary, colorLightBgQuaternaryAlpha30, colorLightBgQuaternaryInverted, colorLightBgQuaternaryInvertedAlpha30, colorLightBgQuaternaryInvertedTint15, colorLightBgQuaternaryInvertedTint20, colorLightBgQuaternaryShade10, colorLightBgQuaternaryShade15, colorLightBgQuaternaryShade30, colorLightBgQuaternaryShade7, colorLightBgSecondary, colorLightBgSecondaryAlpha30, colorLightBgSecondaryGrouped, colorLightBgSecondaryInverted, colorLightBgSecondaryInvertedAlpha30, colorLightBgSecondaryInvertedShade15, colorLightBgSecondaryInvertedShade7, colorLightBgSecondaryInvertedTint15, colorLightBgSecondaryInvertedTint20, colorLightBgSecondaryShade15, colorLightBgSecondaryShade7, colorLightBgSecondaryTint15, colorLightBgSecondaryTint20, colorLightBgTertiary, colorLightBgTertiaryGrouped, colorLightBgTertiaryInverted, colorLightBgTertiaryShade7, colorLightBlue, colorLightBorderAccent, colorLightBorderKey, colorLightBorderKeyAlpha15, colorLightBorderKeyAlpha7, colorLightBorderKeyInverted, colorLightBorderKeyInvertedAlpha15, colorLightBorderKeyInvertedAlpha7, colorLightBorderLink, colorLightBorderPrimary, colorLightBorderPrimaryInverted, colorLightBorderSecondary, colorLightBorderSecondaryInverted, colorLightBorderTertiary, colorLightBorderTertiaryInverted, colorLightBorderUnderline, colorLightBorderUnderlineAlpha30, colorLightBorderUnderlineInverted, colorLightBorderUnderlineInvertedAlpha30, colorLightGraphicAccent, colorLightGraphicAccentAlpha30, colorLightGraphicAccentShade10, colorLightGraphicAccentShade15, colorLightGraphicAccentShade30, colorLightGraphicAccentShade7, colorLightGraphicAccentTint15, colorLightGraphicAttention, colorLightGraphicLink, colorLightGraphicLinkAlpha15, colorLightGraphicNegative, colorLightGraphicNegativeAlpha10, colorLightGraphicNegativeAlpha30, colorLightGraphicNegativeAlpha40, colorLightGraphicNegativeShade15, colorLightGraphicNegativeShade30, colorLightGraphicNegativeShade7, colorLightGraphicNegativeTint20, colorLightGraphicNegativeTint30, colorLightGraphicNeutral, colorLightGraphicPositive, colorLightGraphicPositiveAlpha10, colorLightGraphicPositiveShade10, colorLightGraphicPositiveShade30, colorLightGraphicPrimary, colorLightGraphicPrimaryAlpha30, colorLightGraphicPrimaryAlpha40, colorLightGraphicPrimaryAlpha50, colorLightGraphicPrimaryAlpha60, colorLightGraphicPrimaryInverted, colorLightGraphicPrimaryInvertedAlpha30, colorLightGraphicPrimaryInvertedAlpha40, colorLightGraphicPrimaryInvertedAlpha50, colorLightGraphicPrimaryInvertedAlpha60, colorLightGraphicPrimaryInvertedShade10, colorLightGraphicPrimaryInvertedShade15, colorLightGraphicPrimaryInvertedShade30, colorLightGraphicPrimaryInvertedShade7, colorLightGraphicPrimaryShade10, colorLightGraphicPrimaryShade30, colorLightGraphicPrimaryTint15, colorLightGraphicPrimaryTint20, colorLightGraphicPrimaryTint30, colorLightGraphicQuaternary, colorLightGraphicQuaternaryInverted, colorLightGraphicQuaternaryShade10, colorLightGraphicSecondary, colorLightGraphicSecondaryAlpha30, colorLightGraphicSecondaryInverted, colorLightGraphicSecondaryInvertedAlpha30, colorLightGraphicSecondaryInvertedShade10, colorLightGraphicSecondaryInvertedShade30, colorLightGraphicSecondaryInvertedTint15, colorLightGraphicSecondaryInvertedTint20, colorLightGraphicSecondaryShade30, colorLightGraphicSecondaryShade50, colorLightGraphicTertiary, colorLightGraphicTertiaryAlpha30, colorLightGraphicTertiaryInverted, colorLightGraphicTertiaryInvertedAlpha30, colorLightGraphicTertiaryInvertedTint15, colorLightGraphicTertiaryInvertedTint20, colorLightGraphicTertiaryShade15, colorLightGraphicTertiaryShade7, colorLightGraphicTertiaryTint15, colorLightGraphicTertiaryTint20, colorLightSpecialbgComponent, colorLightSpecialbgComponentAlpha14, colorLightSpecialbgComponentAlpha2, colorLightSpecialbgComponentAlpha23, colorLightSpecialbgComponentAlpha30, colorLightSpecialbgComponentInverted, colorLightSpecialbgComponentInvertedAlpha30, colorLightSpecialbgComponentInvertedTint15, colorLightSpecialbgComponentInvertedTint20, colorLightSpecialbgComponentShade10, colorLightSpecialbgComponentShade15, colorLightSpecialbgComponentShade30, colorLightSpecialbgComponentShade7, colorLightSpecialbgNulled, colorLightSpecialbgOverlay, colorLightSpecialbgOverlayFallback, colorLightSpecialbgPrimaryGrouped, colorLightSpecialbgSecondaryGrouped, colorLightSpecialbgSecondaryTransparent, colorLightSpecialbgSecondaryTransparentInverted, colorLightSpecialbgSecondaryTransparentInvertedTint15, colorLightSpecialbgSecondaryTransparentInvertedTint20, colorLightSpecialbgSecondaryTransparentShade15, colorLightSpecialbgSecondaryTransparentShade7, colorLightSpecialbgTertiaryGrouped, colorLightSpecialbgTertiaryTransparent, colorLightSpecialbgTertiaryTransparentInverted, colorLightSpecialbgTertiaryTransparentInvertedTint15, colorLightSpecialbgTertiaryTransparentInvertedTint20, colorLightSpecialbgTertiaryTransparentShade15, colorLightSpecialbgTertiaryTransparentShade7, colorLightTextAccent, colorLightTextAttention, colorLightTextDisabled, colorLightTextDisabledInverted, colorLightTextDisabledTransparent, colorLightTextLink, colorLightTextLinkShade20, colorLightTextLinkShade40, colorLightTextLinkTint30, colorLightTextLinkTint50, colorLightTextNegative, colorLightTextPositive, colorLightTextPrimary, colorLightTextPrimaryAlpha30, colorLightTextPrimaryInverted, colorLightTextPrimaryInvertedAlpha30, colorLightTextPrimaryInvertedAlpha40, colorLightTextPrimaryInvertedShade15, colorLightTextPrimaryInvertedShade24, colorLightTextPrimaryInvertedShade30, colorLightTextPrimaryInvertedShade40, colorLightTextPrimaryInvertedShade50, colorLightTextPrimaryInvertedShade7, colorLightTextPrimaryInvertedTint20, colorLightTextPrimaryInvertedTint30, colorLightTextPrimaryShade20, colorLightTextPrimaryShade40, colorLightTextPrimaryTint24, colorLightTextPrimaryTint30, colorLightTextPrimaryTint40, colorLightTextPrimaryTint50, colorLightTextSecondary, colorLightTextSecondaryInverted, colorLightTextSecondaryInvertedTint20, colorLightTextSecondaryInvertedTint30, colorLightTextSecondaryInvertedTransparent, colorLightTextSecondaryShade20, colorLightTextSecondaryShade40, colorLightTextSecondaryTint20, colorLightTextSecondaryTint30, colorLightTextSecondaryTransparent, colorLightTextTertiary, colorLightTextTertiaryInverted, colorLightTextTertiaryInvertedTransparent, colorLightTextTertiaryTransparent, colorRedBrand, colorRedBrand05Flat, colorRedBrand10, colorRedBrand10Flat, colorRedBrand20, colorRedBrand20Flat, colorRedBrand30, colorRedBrand30Flat, colorRedBrand50, colorRedBrand50Flat, colorRedBrand70, colorRedBrand70Flat, colorRedBrand85, colorRedBrand85Flat, colorRedDark, colorRedError, colorSand, colorStaticBgAccent, colorStaticBgDark, colorStaticBgLight, colorStaticBgNeutralDark, colorStaticBgNeutralLight, colorStaticBgPrimaryDark, colorStaticBgPrimaryDarkAlpha10, colorStaticBgPrimaryDarkAlpha20, colorStaticBgPrimaryDarkTint15, colorStaticBgPrimaryDarkTint20, colorStaticBgPrimaryLight, colorStaticBgQuaternaryDark, colorStaticBgQuaternaryLight, colorStaticBgSecondaryDark, colorStaticBgSecondaryLight, colorStaticBgTertiaryDark, colorStaticBgTertiaryLight, colorStaticBorderAccent, colorStaticCorpbgNeutral, colorStaticCorpbgPrimary, colorStaticCorpbgSecondary, colorStaticCorpbgTertiary, colorStaticGraphicAccent, colorStaticGraphicAmethyst, colorStaticGraphicBlackberry, colorStaticGraphicBlueChill, colorStaticGraphicBlueChillOld, colorStaticGraphicBlueMaya, colorStaticGraphicBlueMoody, colorStaticGraphicBlueSteel, colorStaticGraphicBotticelli, colorStaticGraphicBoulder, colorStaticGraphicBoulderOld, colorStaticGraphicBrinkPink, colorStaticGraphicBrinkPinkOld, colorStaticGraphicBurntSienna, colorStaticGraphicBurntSiennaOld, colorStaticGraphicCarrot, colorStaticGraphicChatelle, colorStaticGraphicChatelleOld, colorStaticGraphicChathamsBlue, colorStaticGraphicChathamsBlueOld, colorStaticGraphicChick, colorStaticGraphicCrete, colorStaticGraphicCuriousBlue, colorStaticGraphicCuriousBlueLight, colorStaticGraphicCuriousBlueLightOld, colorStaticGraphicDark, colorStaticGraphicEasternBlue, colorStaticGraphicFrenchLilac, colorStaticGraphicFuelYellow, colorStaticGraphicFunBlue, colorStaticGraphicFunBlueOld, colorStaticGraphicGallery, colorStaticGraphicGreenJungle, colorStaticGraphicHippieBlue, colorStaticGraphicHippieBlueOld, colorStaticGraphicJaffa, colorStaticGraphicJaffaLight, colorStaticGraphicJaffaLightOld, colorStaticGraphicJava, colorStaticGraphicJavaOld, colorStaticGraphicJungleGreen, colorStaticGraphicLavender, colorStaticGraphicLight, colorStaticGraphicLightShade15, colorStaticGraphicLightShade7, colorStaticGraphicMantis, colorStaticGraphicMantisOld, colorStaticGraphicMatisse, colorStaticGraphicMatisseOld, colorStaticGraphicMaya, colorStaticGraphicMilanoRed, colorStaticGraphicMilanoRedOld, colorStaticGraphicMirage, colorStaticGraphicMirageOld, colorStaticGraphicMoonRaker, colorStaticGraphicMossGreen, colorStaticGraphicNevada, colorStaticGraphicNevadaOld, colorStaticGraphicOlive, colorStaticGraphicOlivine, colorStaticGraphicOlivineOld, colorStaticGraphicPeach, colorStaticGraphicPermission, colorStaticGraphicPersimmon, colorStaticGraphicPewter, colorStaticGraphicPewterOld, colorStaticGraphicPickledBluewood, colorStaticGraphicPickledBluewoodOld, colorStaticGraphicPorsche, colorStaticGraphicPorscheOld, colorStaticGraphicRaspberry, colorStaticGraphicRedDamask, colorStaticGraphicRedDamaskOld, colorStaticGraphicSaffron, colorStaticGraphicSaffronOld, colorStaticGraphicSalomie, colorStaticGraphicSand, colorStaticGraphicSandyBrown, colorStaticGraphicSandybrownOld, colorStaticGraphicSeawater, colorStaticGraphicSerenade, colorStaticGraphicSky, colorStaticGraphicSoftPeach, colorStaticGraphicSolitude, colorStaticGraphicStrawberry, colorStaticGraphicSundust, colorStaticGraphicTurkishRose, colorStaticGraphicTurkishRoseOld, colorStaticGraphicTurquoiseBlue, colorStaticGraphicTurquoiseBlueOld, colorStaticGraphicValencia, colorStaticGraphicValenciaOld, colorStaticGraphicWaikawaGray, colorStaticGraphicWaikawaGrayOld, colorStaticGraphicWhisper, colorStaticGraphicZanah, colorStaticLocalLightBlue, colorStaticNulled, colorStaticOverlayBlackHigh, colorStaticOverlayBlackLow, colorStaticOverlayBlackNormal, colorStaticOverlayBlackXhigh, colorStaticOverlayBlackXlow, colorStaticOverlayIndigoHigh, colorStaticOverlayIndigoLow, colorStaticOverlayIndigoNormal, colorStaticOverlayIndigoXhigh, colorStaticOverlayIndigoXlow, colorStaticOverlayWhiteHigh, colorStaticOverlayWhiteLow, colorStaticOverlayWhiteNormal, colorStaticOverlayWhiteXhigh, colorStaticOverlayWhiteXlow, colorStaticPrimaryDark, colorStaticPrimaryLight, colorStaticQuaternaryDark, colorStaticQuaternaryLight, colorStaticQuinaryDark, colorStaticQuinaryLight, colorStaticSecondaryDark, colorStaticSecondaryLight, colorStaticSenaryDark, colorStaticSenaryLight, colorStaticStatusBlue, colorStaticStatusBlueAlpha10, colorStaticStatusGreen, colorStaticStatusGreenAlpha10, colorStaticStatusGrey, colorStaticStatusGreyAlpha10, colorStaticStatusOrange, colorStaticStatusOrangeAlpha10, colorStaticStatusPurple, colorStaticStatusPurpleAlpha10, colorStaticStatusRed, colorStaticStatusRedAlpha10, colorStaticStatusTeal, colorStaticStatusTealAlpha10, colorStaticTertiaryDark, colorStaticTertiaryLight, colorStaticTextAccent, colorStaticTextPrimaryDark, colorStaticTextPrimaryLight, colorStaticTextPrimaryLightAlpha30, colorStaticTextSecondaryDark, colorStaticTextSecondaryDarkTransparent, colorStaticTextSecondaryLight, colorStaticTextSecondaryLightTransparent, colorStaticTextTertiaryDark, colorStaticTextTertiaryDarkTransparent, colorStaticTextTertiaryLight, colorStaticTextTertiaryLightTransparent, colorWhite, colorWhite10, colorWhite30, colorWhite60, fontFamilyStyrene, fontFamilySystem, gap2xl, gap2xlNeg, gap2xs, gap2xsNeg, gap3xl, gap3xlNeg, gap3xs, gap3xsNeg, gap4xl, gap4xlNeg, gap5xl, gap5xlNeg, gap6xl, gap6xlNeg, gap7xl, gap7xlNeg, gap8xl, gap8xlNeg, gapL, gapLNeg, gapM, gapMNeg, gapS, gapSNeg, gapXl, gapXlNeg, gapXs, gapXsNeg, shadowL, shadowLHard, shadowLHardUp, shadowLUp, shadowM, shadowMHard, shadowMHardUp, shadowMUp, shadowS, shadowSHard, shadowSHardUp, shadowSUp, shadowXl, shadowXlHard, shadowXlHardUp, shadowXlUp, shadowXs, shadowXsHard, shadowXsHardUp, shadowXsUp };
|
|
@@ -13,38 +13,9 @@ type withSuffixProps = InputProps & {
|
|
|
13
13
|
*/
|
|
14
14
|
suffixContainerClassName?: string;
|
|
15
15
|
};
|
|
16
|
-
declare const withSuffix: (Input: FC<InputProps & RefAttributes<HTMLInputElement>>) => React.ForwardRefExoticComponent<Omit<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
block?: boolean | undefined;
|
|
20
|
-
clear?: boolean | undefined;
|
|
21
|
-
size?: "s" | "m" | "l" | "xl" | undefined;
|
|
22
|
-
colors?: "default" | "inverted" | undefined;
|
|
23
|
-
error?: React.ReactNode;
|
|
24
|
-
success?: boolean | undefined;
|
|
25
|
-
hint?: React.ReactNode;
|
|
26
|
-
label?: React.ReactNode;
|
|
27
|
-
labelView?: "inner" | "outer" | undefined;
|
|
28
|
-
type?: "number" | "text" | "tel" | "email" | "card" | "money" | "password" | undefined;
|
|
29
|
-
wrapperRef?: React.Ref<HTMLDivElement> | undefined;
|
|
30
|
-
leftAddons?: React.ReactNode;
|
|
31
|
-
rightAddons?: React.ReactNode;
|
|
32
|
-
bottomAddons?: React.ReactNode;
|
|
33
|
-
className?: string | undefined;
|
|
34
|
-
fieldClassName?: string | undefined;
|
|
35
|
-
inputClassName?: string | undefined;
|
|
36
|
-
labelClassName?: string | undefined;
|
|
37
|
-
addonsClassName?: string | undefined;
|
|
38
|
-
focusedClassName?: string | undefined;
|
|
39
|
-
filledClassName?: string | undefined;
|
|
40
|
-
onChange?: ((event: React.ChangeEvent<HTMLInputElement>, payload: {
|
|
41
|
-
value: string;
|
|
42
|
-
}) => void) | undefined;
|
|
43
|
-
onClear?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined;
|
|
44
|
-
onClick?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
45
|
-
onMouseDown?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
46
|
-
onMouseUp?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
47
|
-
dataTestId?: string | undefined;
|
|
16
|
+
declare const withSuffix: (Input: FC<InputProps & RefAttributes<HTMLInputElement>>) => React.ForwardRefExoticComponent<Omit<import("packages/input/src/components/base-input").BaseInputProps, "FormControlComponent" | "colorStyles"> & {
|
|
17
|
+
breakpoint?: number | undefined;
|
|
18
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
48
19
|
} & {
|
|
49
20
|
/**
|
|
50
21
|
* Дополнительный закрепленный текст справа от основного значения.
|
package/with-suffix/Component.js
CHANGED
|
@@ -12,7 +12,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
|
12
12
|
var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
|
|
13
13
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
14
14
|
|
|
15
|
-
var styles = {"suffixContainer":"with-
|
|
15
|
+
var styles = {"suffixContainer":"with-suffix__suffixContainer_1h44z","suffixVisible":"with-suffix__suffixVisible_1h44z","hasSuffix":"with-suffix__hasSuffix_1h44z","spacer":"with-suffix__spacer_1h44z","suffix":"with-suffix__suffix_1h44z","disabled":"with-suffix__disabled_1h44z","readOnly":"with-suffix__readOnly_1h44z"};
|
|
16
16
|
require('./index.css');
|
|
17
17
|
|
|
18
18
|
var withSuffix = function (Input) {
|
|
@@ -20,8 +20,8 @@ var withSuffix = function (Input) {
|
|
|
20
20
|
var _b, _c;
|
|
21
21
|
var value = _a.value, defaultValue = _a.defaultValue, onChange = _a.onChange, onClear = _a.onClear, _d = _a.suffix, suffix = _d === void 0 ? '' : _d, placeholder = _a.placeholder, className = _a.className, disabled = _a.disabled, readOnly = _a.readOnly, suffixContainerClassName = _a.suffixContainerClassName, restProps = tslib.__rest(_a, ["value", "defaultValue", "onChange", "onClear", "suffix", "placeholder", "className", "disabled", "readOnly", "suffixContainerClassName"]);
|
|
22
22
|
var uncontrolled = value === undefined;
|
|
23
|
-
var
|
|
24
|
-
var
|
|
23
|
+
var _e = React.useState(null), inputNode = _e[0], setInputNode = _e[1];
|
|
24
|
+
var _f = React.useState(defaultValue || ''), stateValue = _f[0], setStateValue = _f[1];
|
|
25
25
|
var handleInputChange = React.useCallback(function (event, payload) {
|
|
26
26
|
if (onChange) {
|
|
27
27
|
onChange(event, payload);
|
|
@@ -40,10 +40,10 @@ var withSuffix = function (Input) {
|
|
|
40
40
|
}, [onClear, uncontrolled]);
|
|
41
41
|
var getPortalContainer = React.useCallback(
|
|
42
42
|
// TODO: Изменить сигнатуру getPortalContainer в Portal
|
|
43
|
-
function () { return
|
|
43
|
+
function () { return inputNode === null || inputNode === void 0 ? void 0 : inputNode.parentElement; }, [inputNode]);
|
|
44
44
|
var visibleValue = uncontrolled ? stateValue : value;
|
|
45
45
|
return (React__default.default.createElement(React.Fragment, null,
|
|
46
|
-
React__default.default.createElement(Input, tslib.__assign({ ref: mergeRefs__default.default([ref,
|
|
46
|
+
React__default.default.createElement(Input, tslib.__assign({ ref: mergeRefs__default.default([ref, setInputNode]), value: visibleValue, disabled: disabled, readOnly: readOnly, onChange: handleInputChange, onClear: handleClear, placeholder: placeholder, className: cn__default.default(className, (_b = {},
|
|
47
47
|
_b[styles.suffixVisible] = Boolean(visibleValue),
|
|
48
48
|
_b[styles.hasSuffix] = suffix,
|
|
49
49
|
_b)) }, restProps)),
|
|
@@ -13,38 +13,9 @@ type withSuffixProps = InputProps & {
|
|
|
13
13
|
*/
|
|
14
14
|
suffixContainerClassName?: string;
|
|
15
15
|
};
|
|
16
|
-
declare const withSuffix: (Input: FC<InputProps & RefAttributes<HTMLInputElement>>) => React.ForwardRefExoticComponent<Omit<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
block?: boolean | undefined;
|
|
20
|
-
clear?: boolean | undefined;
|
|
21
|
-
size?: "s" | "m" | "l" | "xl" | undefined;
|
|
22
|
-
colors?: "default" | "inverted" | undefined;
|
|
23
|
-
error?: React.ReactNode;
|
|
24
|
-
success?: boolean | undefined;
|
|
25
|
-
hint?: React.ReactNode;
|
|
26
|
-
label?: React.ReactNode;
|
|
27
|
-
labelView?: "inner" | "outer" | undefined;
|
|
28
|
-
type?: "number" | "text" | "tel" | "email" | "card" | "money" | "password" | undefined;
|
|
29
|
-
wrapperRef?: React.Ref<HTMLDivElement> | undefined;
|
|
30
|
-
leftAddons?: React.ReactNode;
|
|
31
|
-
rightAddons?: React.ReactNode;
|
|
32
|
-
bottomAddons?: React.ReactNode;
|
|
33
|
-
className?: string | undefined;
|
|
34
|
-
fieldClassName?: string | undefined;
|
|
35
|
-
inputClassName?: string | undefined;
|
|
36
|
-
labelClassName?: string | undefined;
|
|
37
|
-
addonsClassName?: string | undefined;
|
|
38
|
-
focusedClassName?: string | undefined;
|
|
39
|
-
filledClassName?: string | undefined;
|
|
40
|
-
onChange?: ((event: React.ChangeEvent<HTMLInputElement>, payload: {
|
|
41
|
-
value: string;
|
|
42
|
-
}) => void) | undefined;
|
|
43
|
-
onClear?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined;
|
|
44
|
-
onClick?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
45
|
-
onMouseDown?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
46
|
-
onMouseUp?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
47
|
-
dataTestId?: string | undefined;
|
|
16
|
+
declare const withSuffix: (Input: FC<InputProps & RefAttributes<HTMLInputElement>>) => React.ForwardRefExoticComponent<Omit<import("packages/input/src/components/base-input").BaseInputProps, "FormControlComponent" | "colorStyles"> & {
|
|
17
|
+
breakpoint?: number | undefined;
|
|
18
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
48
19
|
} & {
|
|
49
20
|
/**
|
|
50
21
|
* Дополнительный закрепленный текст справа от основного значения.
|
|
@@ -19,8 +19,8 @@ var withSuffix = function (Input) {
|
|
|
19
19
|
var _b, _c;
|
|
20
20
|
var value = _a.value, defaultValue = _a.defaultValue, onChange = _a.onChange, onClear = _a.onClear, _d = _a.suffix, suffix = _d === void 0 ? '' : _d, placeholder = _a.placeholder, className = _a.className, disabled = _a.disabled, readOnly = _a.readOnly, suffixContainerClassName = _a.suffixContainerClassName, restProps = tslib.__rest(_a, ["value", "defaultValue", "onChange", "onClear", "suffix", "placeholder", "className", "disabled", "readOnly", "suffixContainerClassName"]);
|
|
21
21
|
var uncontrolled = value === undefined;
|
|
22
|
-
var
|
|
23
|
-
var
|
|
22
|
+
var _e = React.useState(null), inputNode = _e[0], setInputNode = _e[1];
|
|
23
|
+
var _f = React.useState(defaultValue || ''), stateValue = _f[0], setStateValue = _f[1];
|
|
24
24
|
var handleInputChange = React.useCallback(function (event, payload) {
|
|
25
25
|
if (onChange) {
|
|
26
26
|
onChange(event, payload);
|
|
@@ -39,10 +39,10 @@ var withSuffix = function (Input) {
|
|
|
39
39
|
}, [onClear, uncontrolled]);
|
|
40
40
|
var getPortalContainer = React.useCallback(
|
|
41
41
|
// TODO: Изменить сигнатуру getPortalContainer в Portal
|
|
42
|
-
function () { return
|
|
42
|
+
function () { return inputNode === null || inputNode === void 0 ? void 0 : inputNode.parentElement; }, [inputNode]);
|
|
43
43
|
var visibleValue = uncontrolled ? stateValue : value;
|
|
44
44
|
return (React__default.default.createElement(React.Fragment, null,
|
|
45
|
-
React__default.default.createElement(Input, tslib.__assign({ ref: mergeRefs__default.default([ref,
|
|
45
|
+
React__default.default.createElement(Input, tslib.__assign({ ref: mergeRefs__default.default([ref, setInputNode]), value: visibleValue, disabled: disabled, readOnly: readOnly, onChange: handleInputChange, onClear: handleClear, placeholder: placeholder, className: cn__default.default(className, (_b = {},
|
|
46
46
|
_b[styles__default.default.suffixVisible] = Boolean(visibleValue),
|
|
47
47
|
_b[styles__default.default.hasSuffix] = suffix,
|
|
48
48
|
_b)) }, restProps)),
|
|
@@ -13,38 +13,9 @@ type withSuffixProps = InputProps & {
|
|
|
13
13
|
*/
|
|
14
14
|
suffixContainerClassName?: string;
|
|
15
15
|
};
|
|
16
|
-
declare const withSuffix: (Input: FC<InputProps & RefAttributes<HTMLInputElement>>) => React.ForwardRefExoticComponent<Omit<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
block?: boolean | undefined;
|
|
20
|
-
clear?: boolean | undefined;
|
|
21
|
-
size?: "s" | "m" | "l" | "xl" | undefined;
|
|
22
|
-
colors?: "default" | "inverted" | undefined;
|
|
23
|
-
error?: React.ReactNode;
|
|
24
|
-
success?: boolean | undefined;
|
|
25
|
-
hint?: React.ReactNode;
|
|
26
|
-
label?: React.ReactNode;
|
|
27
|
-
labelView?: "inner" | "outer" | undefined;
|
|
28
|
-
type?: "number" | "text" | "tel" | "email" | "card" | "money" | "password" | undefined;
|
|
29
|
-
wrapperRef?: React.Ref<HTMLDivElement> | undefined;
|
|
30
|
-
leftAddons?: React.ReactNode;
|
|
31
|
-
rightAddons?: React.ReactNode;
|
|
32
|
-
bottomAddons?: React.ReactNode;
|
|
33
|
-
className?: string | undefined;
|
|
34
|
-
fieldClassName?: string | undefined;
|
|
35
|
-
inputClassName?: string | undefined;
|
|
36
|
-
labelClassName?: string | undefined;
|
|
37
|
-
addonsClassName?: string | undefined;
|
|
38
|
-
focusedClassName?: string | undefined;
|
|
39
|
-
filledClassName?: string | undefined;
|
|
40
|
-
onChange?: ((event: React.ChangeEvent<HTMLInputElement>, payload: {
|
|
41
|
-
value: string;
|
|
42
|
-
}) => void) | undefined;
|
|
43
|
-
onClear?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined;
|
|
44
|
-
onClick?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
45
|
-
onMouseDown?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
46
|
-
onMouseUp?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
47
|
-
dataTestId?: string | undefined;
|
|
16
|
+
declare const withSuffix: (Input: FC<InputProps & RefAttributes<HTMLInputElement>>) => React.ForwardRefExoticComponent<Omit<import("packages/input/src/components/base-input").BaseInputProps, "FormControlComponent" | "colorStyles"> & {
|
|
17
|
+
breakpoint?: number | undefined;
|
|
18
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
48
19
|
} & {
|
|
49
20
|
/**
|
|
50
21
|
* Дополнительный закрепленный текст справа от основного значения.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
|
-
import React, { forwardRef,
|
|
2
|
+
import React, { forwardRef, useState, useCallback, Fragment } from 'react';
|
|
3
3
|
import mergeRefs from 'react-merge-refs';
|
|
4
4
|
import cn from 'classnames';
|
|
5
5
|
import { Portal } from '../../portal/esm';
|
|
6
6
|
|
|
7
|
-
var styles = {"suffixContainer":"with-
|
|
7
|
+
var styles = {"suffixContainer":"with-suffix__suffixContainer_1h44z","suffixVisible":"with-suffix__suffixVisible_1h44z","hasSuffix":"with-suffix__hasSuffix_1h44z","spacer":"with-suffix__spacer_1h44z","suffix":"with-suffix__suffix_1h44z","disabled":"with-suffix__disabled_1h44z","readOnly":"with-suffix__readOnly_1h44z"};
|
|
8
8
|
require('./index.css');
|
|
9
9
|
|
|
10
10
|
var withSuffix = function (Input) {
|
|
@@ -12,8 +12,8 @@ var withSuffix = function (Input) {
|
|
|
12
12
|
var _b, _c;
|
|
13
13
|
var value = _a.value, defaultValue = _a.defaultValue, onChange = _a.onChange, onClear = _a.onClear, _d = _a.suffix, suffix = _d === void 0 ? '' : _d, placeholder = _a.placeholder, className = _a.className, disabled = _a.disabled, readOnly = _a.readOnly, suffixContainerClassName = _a.suffixContainerClassName, restProps = __rest(_a, ["value", "defaultValue", "onChange", "onClear", "suffix", "placeholder", "className", "disabled", "readOnly", "suffixContainerClassName"]);
|
|
14
14
|
var uncontrolled = value === undefined;
|
|
15
|
-
var
|
|
16
|
-
var
|
|
15
|
+
var _e = useState(null), inputNode = _e[0], setInputNode = _e[1];
|
|
16
|
+
var _f = useState(defaultValue || ''), stateValue = _f[0], setStateValue = _f[1];
|
|
17
17
|
var handleInputChange = useCallback(function (event, payload) {
|
|
18
18
|
if (onChange) {
|
|
19
19
|
onChange(event, payload);
|
|
@@ -32,10 +32,10 @@ var withSuffix = function (Input) {
|
|
|
32
32
|
}, [onClear, uncontrolled]);
|
|
33
33
|
var getPortalContainer = useCallback(
|
|
34
34
|
// TODO: Изменить сигнатуру getPortalContainer в Portal
|
|
35
|
-
function () { return
|
|
35
|
+
function () { return inputNode === null || inputNode === void 0 ? void 0 : inputNode.parentElement; }, [inputNode]);
|
|
36
36
|
var visibleValue = uncontrolled ? stateValue : value;
|
|
37
37
|
return (React.createElement(Fragment, null,
|
|
38
|
-
React.createElement(Input, __assign({ ref: mergeRefs([ref,
|
|
38
|
+
React.createElement(Input, __assign({ ref: mergeRefs([ref, setInputNode]), value: visibleValue, disabled: disabled, readOnly: readOnly, onChange: handleInputChange, onClear: handleClear, placeholder: placeholder, className: cn(className, (_b = {},
|
|
39
39
|
_b[styles.suffixVisible] = Boolean(visibleValue),
|
|
40
40
|
_b[styles.hasSuffix] = suffix,
|
|
41
41
|
_b)) }, restProps)),
|
|
@@ -28,7 +28,9 @@
|
|
|
28
28
|
/* display */
|
|
29
29
|
|
|
30
30
|
/* управляет видимостью иконки ошибки, если она стоит рядом с другой иконкой */
|
|
31
|
-
|
|
31
|
+
|
|
32
|
+
/* mobile */
|
|
33
|
+
} .with-suffix__suffixContainer_1h44z {
|
|
32
34
|
font-size: 16px;
|
|
33
35
|
line-height: 20px;
|
|
34
36
|
font-weight: 400;
|
|
@@ -40,20 +42,20 @@
|
|
|
40
42
|
align-items: center;
|
|
41
43
|
display: none;
|
|
42
44
|
pointer-events: none;
|
|
43
|
-
} input:focus:not(:read-only) + .with-
|
|
44
|
-
.with-
|
|
45
|
+
} input:focus:not(:read-only) + .with-suffix__suffixContainer_1h44z,
|
|
46
|
+
.with-suffix__suffixVisible_1h44z .with-suffix__suffixContainer_1h44z {
|
|
45
47
|
display: inline-flex;
|
|
46
|
-
} .with-
|
|
48
|
+
} .with-suffix__hasSuffix_1h44z input:focus::placeholder {
|
|
47
49
|
color: transparent;
|
|
48
50
|
transition: none;
|
|
49
|
-
} .with-
|
|
51
|
+
} .with-suffix__spacer_1h44z {
|
|
50
52
|
visibility: hidden;
|
|
51
53
|
flex-shrink: 0;
|
|
52
54
|
white-space: pre;
|
|
53
|
-
} .with-
|
|
55
|
+
} .with-suffix__suffix_1h44z {
|
|
54
56
|
white-space: pre;
|
|
55
|
-
} .with-
|
|
57
|
+
} .with-suffix__disabled_1h44z {
|
|
56
58
|
color: var(--input-disabled-color);
|
|
57
|
-
} .with-
|
|
59
|
+
} .with-suffix__readOnly_1h44z {
|
|
58
60
|
color: var(--input-read-only-color);
|
|
59
61
|
}
|