@alfalab/core-components-tabs 7.7.2 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{cssm/Component-3e68f8db.d.ts → Component-4cd3936b.d.ts} +2 -2
- package/Component-5e1b8383.d.ts +99 -4
- package/Component-63dec22f.d.ts +167 -0
- package/Component-8b2c2707.d.ts +14 -0
- package/Component-9211a437.d.ts +38 -0
- package/Component-e81c389f.d.ts +5 -0
- package/Component.desktop-2e2b2125.d.ts +6 -0
- package/Component.desktop-785df74d.d.ts +6 -0
- package/Component.mobile-755fbaa3.d.ts +6 -0
- package/Component.mobile-d7e9f69d.d.ts +6 -0
- package/Component.mobile-ebda875c.d.ts +6 -0
- package/Component.responsive-785df74d.d.ts +26 -0
- package/collapsible.d.ts +7 -0
- package/collapsible.js +40 -0
- package/components/primary-tablist/Component.collapsible.d.ts +5 -0
- package/components/primary-tablist/Component.collapsible.desktop.d.ts +5 -0
- package/components/primary-tablist/Component.collapsible.desktop.js +32 -0
- package/components/primary-tablist/Component.collapsible.js +81 -0
- package/components/primary-tablist/Component.collapsible.mobile.d.ts +6 -0
- package/components/primary-tablist/Component.collapsible.mobile.js +35 -0
- package/components/primary-tablist/Component.collapsible.responsive.d.ts +5 -0
- package/components/primary-tablist/Component.collapsible.responsive.js +36 -0
- package/components/primary-tablist/Component.d.ts +1 -1
- package/components/primary-tablist/Component.desktop.js +2 -8
- package/components/primary-tablist/Component.js +8 -40
- package/components/primary-tablist/Component.mobile.d.ts +1 -1
- package/components/primary-tablist/Component.mobile.js +4 -12
- package/components/primary-tablist/Component.responsive.d.ts +1 -1
- package/components/primary-tablist/Component.responsive.js +7 -14
- package/components/primary-tablist/index.css +29 -29
- package/components/primary-tablist/mobile.css +40 -32
- package/components/scrollable-container/Component.js +1 -1
- package/components/scrollable-container/index.css +5 -5
- package/components/secondary-tablist/Component.d.ts +1 -1
- package/components/secondary-tablist/Component.desktop.d.ts +1 -1
- package/components/secondary-tablist/Component.desktop.js +4 -3
- package/components/secondary-tablist/Component.js +5 -3
- package/components/secondary-tablist/Component.mobile.js +5 -4
- package/components/secondary-tablist/Component.responsive.d.ts +1 -1
- package/components/secondary-tablist/Component.responsive.js +8 -9
- package/components/secondary-tablist/index.css +11 -11
- package/components/secondary-tablist/mobile.css +21 -13
- package/components/tab/Component.js +1 -1
- package/components/tab/index.css +3 -3
- package/components/tabs/Component.collabsible.desktop.d.ts +6 -0
- package/components/tabs/Component.collabsible.desktop.js +34 -0
- package/components/tabs/Component.collapsible.mobile.d.ts +6 -0
- package/components/tabs/Component.collapsible.mobile.js +35 -0
- package/components/tabs/Component.collapsible.responsive.d.ts +6 -0
- package/components/tabs/Component.collapsible.responsive.js +37 -0
- package/components/tabs/Component.d.ts +1 -1
- package/components/tabs/Component.desktop.d.ts +1 -1
- package/components/tabs/Component.desktop.js +4 -10
- package/components/tabs/Component.js +2 -2
- package/components/tabs/Component.mobile.d.ts +1 -1
- package/components/tabs/Component.mobile.js +5 -10
- package/components/tabs/Component.responsive.d.ts +1 -1
- package/components/tabs/Component.responsive.js +7 -10
- package/{esm/Component-3e68f8db.d.ts → cssm/Component-4cd3936b.d.ts} +2 -2
- package/cssm/Component-5e1b8383.d.ts +99 -4
- package/cssm/Component-63dec22f.d.ts +167 -0
- package/cssm/Component-8b2c2707.d.ts +14 -0
- package/cssm/Component-9211a437.d.ts +38 -0
- package/cssm/Component-e81c389f.d.ts +5 -0
- package/cssm/Component.desktop-2e2b2125.d.ts +6 -0
- package/cssm/Component.desktop-785df74d.d.ts +6 -0
- package/cssm/Component.mobile-755fbaa3.d.ts +6 -0
- package/cssm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/cssm/Component.mobile-ebda875c.d.ts +6 -0
- package/cssm/Component.responsive-785df74d.d.ts +26 -0
- package/cssm/collapsible.d.ts +7 -0
- package/cssm/collapsible.js +41 -0
- package/cssm/components/primary-tablist/Component.collapsible.d.ts +5 -0
- package/cssm/components/primary-tablist/Component.collapsible.desktop.d.ts +5 -0
- package/cssm/components/primary-tablist/Component.collapsible.desktop.js +33 -0
- package/cssm/components/primary-tablist/Component.collapsible.js +81 -0
- package/cssm/components/primary-tablist/Component.collapsible.mobile.d.ts +6 -0
- package/cssm/components/primary-tablist/Component.collapsible.mobile.js +37 -0
- package/cssm/components/primary-tablist/Component.collapsible.responsive.d.ts +5 -0
- package/cssm/components/primary-tablist/Component.collapsible.responsive.js +36 -0
- package/cssm/components/primary-tablist/Component.d.ts +1 -1
- package/cssm/components/primary-tablist/Component.desktop.js +1 -7
- package/cssm/components/primary-tablist/Component.js +8 -40
- package/cssm/components/primary-tablist/Component.mobile.d.ts +1 -1
- package/cssm/components/primary-tablist/Component.mobile.js +1 -7
- package/cssm/components/primary-tablist/Component.responsive.d.ts +1 -1
- package/cssm/components/primary-tablist/Component.responsive.js +5 -13
- package/cssm/components/secondary-tablist/Component.d.ts +1 -1
- package/cssm/components/secondary-tablist/Component.desktop.d.ts +1 -1
- package/cssm/components/secondary-tablist/Component.desktop.js +3 -2
- package/cssm/components/secondary-tablist/Component.js +5 -3
- package/cssm/components/secondary-tablist/Component.mobile.js +3 -2
- package/cssm/components/secondary-tablist/Component.responsive.d.ts +1 -1
- package/cssm/components/secondary-tablist/Component.responsive.js +7 -8
- package/cssm/components/tabs/Component.collabsible.desktop.d.ts +6 -0
- package/cssm/components/tabs/Component.collabsible.desktop.js +34 -0
- package/cssm/components/tabs/Component.collapsible.mobile.d.ts +6 -0
- package/cssm/components/tabs/Component.collapsible.mobile.js +35 -0
- package/cssm/components/tabs/Component.collapsible.responsive.d.ts +6 -0
- package/cssm/components/tabs/Component.collapsible.responsive.js +37 -0
- package/cssm/components/tabs/Component.d.ts +1 -1
- package/cssm/components/tabs/Component.desktop.d.ts +1 -1
- package/cssm/components/tabs/Component.desktop.js +2 -8
- package/cssm/components/tabs/Component.js +2 -2
- package/cssm/components/tabs/Component.mobile.d.ts +1 -1
- package/cssm/components/tabs/Component.mobile.js +2 -8
- package/cssm/components/tabs/Component.responsive.d.ts +1 -1
- package/cssm/components/tabs/Component.responsive.js +4 -8
- package/cssm/desktop-2e2b2125.d.ts +2 -0
- package/cssm/desktop.d.ts +0 -4
- package/cssm/desktop.js +6 -15
- package/cssm/{hook-3e68f8db.d.ts → hook-9ea9e32c.d.ts} +10 -8
- package/cssm/hooks/use-tablist-titles.d.ts +2 -1
- package/cssm/hooks/use-tablist-titles.js +7 -5
- package/cssm/hooks/use-tabs.d.ts +1 -0
- package/cssm/hooks/use-tabs.js +3 -6
- package/cssm/index-8b2c2707.d.ts +6 -0
- package/cssm/index-c44170fe.d.ts +23 -0
- package/cssm/index-e81c389f.d.ts +142 -3
- package/cssm/index-ebda875c.d.ts +86 -18
- package/cssm/index-f12ee135.d.ts +307 -3
- package/cssm/index.d.ts +1 -4
- package/cssm/index.js +9 -15
- package/cssm/mobile-755fbaa3.d.ts +2 -0
- package/cssm/mobile-96988a65.d.ts +2 -0
- package/cssm/mobile.d.ts +0 -3
- package/cssm/mobile.js +6 -14
- package/{esm/index-3e68f8db.d.ts → cssm/shared-4cd3936b.d.ts} +48 -14
- package/cssm/shared.d.ts +4 -0
- package/cssm/shared.js +21 -0
- package/cssm/types-4480ac4f.d.ts +3 -0
- package/cssm/typings-5e1b8383.d.ts +2 -1
- package/cssm/typings-9211a437.d.ts +95 -0
- package/cssm/typings.d.ts +11 -10
- package/desktop-2e2b2125.d.ts +2 -0
- package/desktop.d.ts +0 -4
- package/desktop.js +7 -16
- package/{Component-3e68f8db.d.ts → esm/Component-4cd3936b.d.ts} +2 -2
- package/esm/Component-5e1b8383.d.ts +99 -4
- package/esm/Component-63dec22f.d.ts +167 -0
- package/esm/Component-8b2c2707.d.ts +14 -0
- package/esm/Component-9211a437.d.ts +38 -0
- package/esm/Component-e81c389f.d.ts +5 -0
- package/esm/Component.desktop-2e2b2125.d.ts +6 -0
- package/esm/Component.desktop-785df74d.d.ts +6 -0
- package/esm/Component.mobile-755fbaa3.d.ts +6 -0
- package/esm/Component.mobile-d7e9f69d.d.ts +6 -0
- package/esm/Component.mobile-ebda875c.d.ts +6 -0
- package/esm/Component.responsive-785df74d.d.ts +26 -0
- package/esm/collapsible.d.ts +7 -0
- package/esm/collapsible.js +26 -0
- package/esm/components/primary-tablist/Component.collapsible.d.ts +5 -0
- package/esm/components/primary-tablist/Component.collapsible.desktop.d.ts +5 -0
- package/esm/components/primary-tablist/Component.collapsible.desktop.js +24 -0
- package/esm/components/primary-tablist/Component.collapsible.js +72 -0
- package/esm/components/primary-tablist/Component.collapsible.mobile.d.ts +6 -0
- package/esm/components/primary-tablist/Component.collapsible.mobile.js +26 -0
- package/esm/components/primary-tablist/Component.collapsible.responsive.d.ts +5 -0
- package/esm/components/primary-tablist/Component.collapsible.responsive.js +28 -0
- package/esm/components/primary-tablist/Component.d.ts +1 -1
- package/esm/components/primary-tablist/Component.desktop.js +2 -8
- package/esm/components/primary-tablist/Component.js +10 -42
- package/esm/components/primary-tablist/Component.mobile.d.ts +1 -1
- package/esm/components/primary-tablist/Component.mobile.js +3 -11
- package/esm/components/primary-tablist/Component.responsive.d.ts +1 -1
- package/esm/components/primary-tablist/Component.responsive.js +7 -14
- package/esm/components/primary-tablist/index.css +29 -29
- package/esm/components/primary-tablist/mobile.css +40 -32
- package/esm/components/scrollable-container/Component.js +1 -1
- package/esm/components/scrollable-container/index.css +5 -5
- package/esm/components/secondary-tablist/Component.d.ts +1 -1
- package/esm/components/secondary-tablist/Component.desktop.d.ts +1 -1
- package/esm/components/secondary-tablist/Component.desktop.js +4 -3
- package/esm/components/secondary-tablist/Component.js +5 -3
- package/esm/components/secondary-tablist/Component.mobile.js +5 -4
- package/esm/components/secondary-tablist/Component.responsive.d.ts +1 -1
- package/esm/components/secondary-tablist/Component.responsive.js +8 -9
- package/esm/components/secondary-tablist/index.css +11 -11
- package/esm/components/secondary-tablist/mobile.css +21 -13
- package/esm/components/tab/Component.js +1 -1
- package/esm/components/tab/index.css +3 -3
- package/esm/components/tabs/Component.collabsible.desktop.d.ts +6 -0
- package/esm/components/tabs/Component.collabsible.desktop.js +26 -0
- package/esm/components/tabs/Component.collapsible.mobile.d.ts +6 -0
- package/esm/components/tabs/Component.collapsible.mobile.js +27 -0
- package/esm/components/tabs/Component.collapsible.responsive.d.ts +6 -0
- package/esm/components/tabs/Component.collapsible.responsive.js +29 -0
- package/esm/components/tabs/Component.d.ts +1 -1
- package/esm/components/tabs/Component.desktop.d.ts +1 -1
- package/esm/components/tabs/Component.desktop.js +4 -10
- package/esm/components/tabs/Component.js +2 -2
- package/esm/components/tabs/Component.mobile.d.ts +1 -1
- package/esm/components/tabs/Component.mobile.js +5 -10
- package/esm/components/tabs/Component.responsive.d.ts +1 -1
- package/esm/components/tabs/Component.responsive.js +7 -10
- package/esm/desktop-2e2b2125.d.ts +2 -0
- package/esm/desktop.d.ts +0 -4
- package/esm/desktop.js +7 -13
- package/{hook-3e68f8db.d.ts → esm/hook-9ea9e32c.d.ts} +10 -8
- package/esm/hooks/use-tablist-titles.d.ts +2 -1
- package/esm/hooks/use-tablist-titles.js +7 -5
- package/esm/hooks/use-tabs.d.ts +1 -0
- package/esm/hooks/use-tabs.js +2 -5
- package/esm/index-8b2c2707.d.ts +6 -0
- package/esm/index-c44170fe.d.ts +23 -0
- package/esm/index-e81c389f.d.ts +142 -3
- package/esm/index-ebda875c.d.ts +86 -18
- package/esm/index-f12ee135.d.ts +307 -3
- package/esm/index.d.ts +1 -4
- package/esm/index.js +11 -14
- package/esm/index.module-08248cf3.js +4 -0
- package/esm/index.module-2bed7b44.js +4 -0
- package/esm/mobile-755fbaa3.d.ts +2 -0
- package/esm/mobile-96988a65.d.ts +2 -0
- package/esm/mobile.d.ts +0 -3
- package/esm/mobile.js +8 -13
- package/esm/mobile.module-d8a1b124.js +4 -0
- package/{index-3e68f8db.d.ts → esm/shared-4cd3936b.d.ts} +48 -14
- package/esm/shared.d.ts +4 -0
- package/esm/shared.js +10 -0
- package/esm/types-4480ac4f.d.ts +3 -0
- package/esm/typings-5e1b8383.d.ts +2 -1
- package/esm/typings-9211a437.d.ts +95 -0
- package/esm/typings.d.ts +11 -10
- package/{modern/hook-3e68f8db.d.ts → hook-9ea9e32c.d.ts} +10 -8
- package/hooks/use-tablist-titles.d.ts +2 -1
- package/hooks/use-tablist-titles.js +7 -5
- package/hooks/use-tabs.d.ts +1 -0
- package/hooks/use-tabs.js +3 -6
- package/index-8b2c2707.d.ts +6 -0
- package/index-c44170fe.d.ts +23 -0
- package/index-e81c389f.d.ts +142 -3
- package/index-ebda875c.d.ts +86 -18
- package/index-f12ee135.d.ts +307 -3
- package/index.d.ts +1 -4
- package/index.js +11 -16
- package/index.module-0d10b544.js +6 -0
- package/index.module-49556b0f.js +6 -0
- package/mobile-755fbaa3.d.ts +2 -0
- package/mobile-96988a65.d.ts +2 -0
- package/mobile.d.ts +0 -3
- package/mobile.js +8 -15
- package/mobile.module-541101fc.js +6 -0
- package/modern/{Component-3e68f8db.d.ts → Component-4cd3936b.d.ts} +2 -2
- package/modern/Component-5e1b8383.d.ts +99 -4
- package/modern/Component-63dec22f.d.ts +167 -0
- package/modern/Component-8b2c2707.d.ts +14 -0
- package/modern/Component-9211a437.d.ts +38 -0
- package/modern/Component-e81c389f.d.ts +5 -0
- package/modern/Component.desktop-2e2b2125.d.ts +6 -0
- package/modern/Component.desktop-785df74d.d.ts +6 -0
- package/modern/Component.mobile-755fbaa3.d.ts +6 -0
- package/modern/Component.mobile-d7e9f69d.d.ts +6 -0
- package/modern/Component.mobile-ebda875c.d.ts +6 -0
- package/modern/Component.responsive-785df74d.d.ts +26 -0
- package/modern/collapsible.d.ts +7 -0
- package/modern/collapsible.js +25 -0
- package/modern/components/primary-tablist/Component.collapsible.d.ts +5 -0
- package/modern/components/primary-tablist/Component.collapsible.desktop.d.ts +5 -0
- package/modern/components/primary-tablist/Component.collapsible.desktop.js +20 -0
- package/modern/components/primary-tablist/Component.collapsible.js +61 -0
- package/modern/components/primary-tablist/Component.collapsible.mobile.d.ts +6 -0
- package/modern/components/primary-tablist/Component.collapsible.mobile.js +25 -0
- package/modern/components/primary-tablist/Component.collapsible.responsive.d.ts +5 -0
- package/modern/components/primary-tablist/Component.collapsible.responsive.js +26 -0
- package/modern/components/primary-tablist/Component.d.ts +1 -1
- package/modern/components/primary-tablist/Component.desktop.js +2 -8
- package/modern/components/primary-tablist/Component.js +8 -37
- package/modern/components/primary-tablist/Component.mobile.d.ts +1 -1
- package/modern/components/primary-tablist/Component.mobile.js +3 -11
- package/modern/components/primary-tablist/Component.responsive.d.ts +1 -1
- package/modern/components/primary-tablist/Component.responsive.js +7 -14
- package/modern/components/primary-tablist/index.css +29 -29
- package/modern/components/primary-tablist/mobile.css +40 -32
- package/modern/components/scrollable-container/Component.js +1 -1
- package/modern/components/scrollable-container/index.css +5 -5
- package/modern/components/secondary-tablist/Component.d.ts +1 -1
- package/modern/components/secondary-tablist/Component.desktop.d.ts +1 -1
- package/modern/components/secondary-tablist/Component.desktop.js +4 -3
- package/modern/components/secondary-tablist/Component.js +12 -8
- package/modern/components/secondary-tablist/Component.mobile.js +5 -4
- package/modern/components/secondary-tablist/Component.responsive.d.ts +1 -1
- package/modern/components/secondary-tablist/Component.responsive.js +8 -9
- package/modern/components/secondary-tablist/index.css +11 -11
- package/modern/components/secondary-tablist/mobile.css +21 -13
- package/modern/components/tab/Component.js +1 -1
- package/modern/components/tab/index.css +3 -3
- package/modern/components/tabs/Component.collabsible.desktop.d.ts +6 -0
- package/modern/components/tabs/Component.collabsible.desktop.js +22 -0
- package/modern/components/tabs/Component.collapsible.mobile.d.ts +6 -0
- package/modern/components/tabs/Component.collapsible.mobile.js +23 -0
- package/modern/components/tabs/Component.collapsible.responsive.d.ts +6 -0
- package/modern/components/tabs/Component.collapsible.responsive.js +25 -0
- package/modern/components/tabs/Component.d.ts +1 -1
- package/modern/components/tabs/Component.desktop.d.ts +1 -1
- package/modern/components/tabs/Component.desktop.js +4 -10
- package/modern/components/tabs/Component.js +2 -2
- package/modern/components/tabs/Component.mobile.d.ts +1 -1
- package/modern/components/tabs/Component.mobile.js +5 -10
- package/modern/components/tabs/Component.responsive.d.ts +1 -1
- package/modern/components/tabs/Component.responsive.js +7 -10
- package/modern/desktop-2e2b2125.d.ts +2 -0
- package/modern/desktop.d.ts +0 -4
- package/modern/desktop.js +7 -13
- package/{esm/hook-3e68f8db.d.ts → modern/hook-9ea9e32c.d.ts} +10 -8
- package/modern/hooks/use-tablist-titles.d.ts +2 -1
- package/modern/hooks/use-tablist-titles.js +7 -5
- package/modern/hooks/use-tabs.d.ts +1 -0
- package/modern/hooks/use-tabs.js +2 -5
- package/modern/index-8b2c2707.d.ts +6 -0
- package/modern/index-c44170fe.d.ts +23 -0
- package/modern/index-e81c389f.d.ts +142 -3
- package/modern/index-ebda875c.d.ts +86 -18
- package/modern/index-f12ee135.d.ts +307 -3
- package/modern/index.d.ts +1 -4
- package/modern/index.js +11 -14
- package/modern/index.module-264a8450.js +4 -0
- package/modern/index.module-fede443b.js +4 -0
- package/modern/mobile-755fbaa3.d.ts +2 -0
- package/modern/mobile-96988a65.d.ts +2 -0
- package/modern/mobile.d.ts +0 -3
- package/modern/mobile.js +8 -13
- package/modern/mobile.module-9693b0a4.js +4 -0
- package/{cssm/index-3e68f8db.d.ts → modern/shared-4cd3936b.d.ts} +48 -14
- package/modern/shared.d.ts +4 -0
- package/modern/shared.js +9 -0
- package/modern/types-4480ac4f.d.ts +3 -0
- package/modern/typings-5e1b8383.d.ts +2 -1
- package/modern/typings-9211a437.d.ts +95 -0
- package/modern/typings.d.ts +11 -10
- package/package.json +36 -5
- package/{modern/index-3e68f8db.d.ts → shared-4cd3936b.d.ts} +48 -14
- package/shared.d.ts +4 -0
- package/shared.js +20 -0
- package/src/collapsible.ts +10 -0
- package/src/components/primary-tablist/Component.collapsible.desktop.tsx +11 -0
- package/src/components/primary-tablist/Component.collapsible.mobile.tsx +27 -0
- package/src/components/primary-tablist/Component.collapsible.responsive.tsx +34 -0
- package/src/components/primary-tablist/Component.collapsible.tsx +132 -0
- package/src/components/primary-tablist/Component.desktop.tsx +11 -0
- package/src/components/primary-tablist/Component.mobile.tsx +20 -0
- package/src/components/primary-tablist/Component.responsive.tsx +34 -0
- package/src/components/primary-tablist/Component.tsx +74 -0
- package/src/components/primary-tablist/index.module.css +181 -0
- package/src/components/primary-tablist/mobile.module.css +20 -0
- package/src/components/scrollable-container/Component.tsx +66 -0
- package/src/components/scrollable-container/index.module.css +26 -0
- package/src/components/scrollable-container/index.ts +1 -0
- package/src/components/secondary-tablist/Component.desktop.tsx +24 -0
- package/src/components/secondary-tablist/Component.mobile.tsx +31 -0
- package/src/components/secondary-tablist/Component.responsive.tsx +24 -0
- package/src/components/secondary-tablist/Component.tsx +70 -0
- package/src/components/secondary-tablist/index.module.css +49 -0
- package/src/components/secondary-tablist/mobile.module.css +11 -0
- package/src/components/tab/Component.tsx +25 -0
- package/src/components/tab/index.module.css +7 -0
- package/src/components/tab/index.ts +1 -0
- package/src/components/tabs/Component.collabsible.desktop.tsx +15 -0
- package/src/components/tabs/Component.collapsible.mobile.tsx +15 -0
- package/src/components/tabs/Component.collapsible.responsive.tsx +12 -0
- package/src/components/tabs/Component.desktop.tsx +26 -0
- package/src/components/tabs/Component.mobile.tsx +20 -0
- package/src/components/tabs/Component.responsive.tsx +20 -0
- package/src/components/tabs/Component.tsx +67 -0
- package/src/components/title/Component.tsx +51 -0
- package/src/components/title/index.ts +1 -0
- package/src/desktop.ts +4 -0
- package/src/hooks/use-collapsible-elements.ts +69 -0
- package/src/hooks/use-tablist-titles.ts +91 -0
- package/src/hooks/use-tabs.tsx +129 -0
- package/src/index.ts +7 -0
- package/src/mobile.ts +4 -0
- package/src/shared.ts +4 -0
- package/src/synthetic-events.ts +70 -0
- package/src/typings.ts +187 -0
- package/src/vars.css +68 -0
- package/types-4480ac4f.d.ts +3 -0
- package/typings-5e1b8383.d.ts +2 -1
- package/typings-9211a437.d.ts +95 -0
- package/typings.d.ts +11 -10
- package/Component-2aef4eba.d.ts +0 -50
- package/Component-3885b0d7.d.ts +0 -71
- package/Component-3ebe4754.d.ts +0 -176
- package/Component.mobile-b2c0420d.d.ts +0 -35
- package/Component.responsive-2aef4eba.d.ts +0 -30
- package/component-3885b0d7.d.ts +0 -43
- package/cssm/Component-2aef4eba.d.ts +0 -50
- package/cssm/Component-3885b0d7.d.ts +0 -71
- package/cssm/Component-3ebe4754.d.ts +0 -176
- package/cssm/Component.mobile-b2c0420d.d.ts +0 -35
- package/cssm/Component.responsive-2aef4eba.d.ts +0 -30
- package/cssm/component-3885b0d7.d.ts +0 -43
- package/cssm/index-2aef4eba.d.ts +0 -5
- package/cssm/index-3885b0d7.d.ts +0 -3
- package/cssm/index-3ebe4754.d.ts +0 -1
- package/cssm/index-701e77da.d.ts +0 -4
- package/cssm/responsive.d.ts +0 -8
- package/cssm/responsive.js +0 -47
- package/cssm/types-3441be57.d.ts +0 -243
- package/cssm/types-ebda875c.d.ts +0 -113
- package/cssm/utils-b64479aa.d.ts +0 -8
- package/esm/Component-2aef4eba.d.ts +0 -50
- package/esm/Component-3885b0d7.d.ts +0 -71
- package/esm/Component-3ebe4754.d.ts +0 -176
- package/esm/Component.mobile-b2c0420d.d.ts +0 -35
- package/esm/Component.responsive-2aef4eba.d.ts +0 -30
- package/esm/component-3885b0d7.d.ts +0 -43
- package/esm/index-2aef4eba.d.ts +0 -5
- package/esm/index-3885b0d7.d.ts +0 -3
- package/esm/index-3ebe4754.d.ts +0 -1
- package/esm/index-701e77da.d.ts +0 -4
- package/esm/index.module-635513a6.js +0 -4
- package/esm/index.module-e99388b2.js +0 -4
- package/esm/responsive.d.ts +0 -8
- package/esm/responsive.js +0 -29
- package/esm/types-3441be57.d.ts +0 -243
- package/esm/types-ebda875c.d.ts +0 -113
- package/esm/utils-b64479aa.d.ts +0 -8
- package/index-2aef4eba.d.ts +0 -5
- package/index-3885b0d7.d.ts +0 -3
- package/index-3ebe4754.d.ts +0 -1
- package/index-701e77da.d.ts +0 -4
- package/index.module-0362701b.js +0 -6
- package/index.module-b8728ee4.js +0 -6
- package/modern/Component-2aef4eba.d.ts +0 -50
- package/modern/Component-3885b0d7.d.ts +0 -71
- package/modern/Component-3ebe4754.d.ts +0 -176
- package/modern/Component.mobile-b2c0420d.d.ts +0 -35
- package/modern/Component.responsive-2aef4eba.d.ts +0 -30
- package/modern/component-3885b0d7.d.ts +0 -43
- package/modern/index-2aef4eba.d.ts +0 -5
- package/modern/index-3885b0d7.d.ts +0 -3
- package/modern/index-3ebe4754.d.ts +0 -1
- package/modern/index-701e77da.d.ts +0 -4
- package/modern/index.module-34edbfd1.js +0 -4
- package/modern/index.module-f1cda2bf.js +0 -4
- package/modern/responsive.d.ts +0 -8
- package/modern/responsive.js +0 -28
- package/modern/types-3441be57.d.ts +0 -243
- package/modern/types-ebda875c.d.ts +0 -113
- package/modern/utils-b64479aa.d.ts +0 -8
- package/responsive.d.ts +0 -8
- package/responsive.js +0 -43
- package/types-3441be57.d.ts +0 -243
- package/types-ebda875c.d.ts +0 -113
- package/utils-b64479aa.d.ts +0 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1u9w6 */
|
|
2
2
|
:root {
|
|
3
3
|
}/* deprecated */:root {
|
|
4
4
|
--color-light-border-accent: #ef3124;
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
/* size l */
|
|
91
91
|
|
|
92
92
|
/* size xl */
|
|
93
|
-
}.
|
|
93
|
+
}.tabs__component_g4zpr {
|
|
94
94
|
position: relative;
|
|
95
95
|
display: inline-flex;
|
|
96
96
|
min-width: 100%
|
|
97
|
-
}.
|
|
97
|
+
}.tabs__component_g4zpr:before {
|
|
98
98
|
content: '';
|
|
99
99
|
display: block;
|
|
100
100
|
position: absolute;
|
|
@@ -102,17 +102,17 @@
|
|
|
102
102
|
height: 1px;
|
|
103
103
|
width: 100%;
|
|
104
104
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
105
|
-
}.
|
|
105
|
+
}.tabs__fullWidthScroll_g4zpr {
|
|
106
106
|
min-width: calc(100% - 2 * var(--gap-m));
|
|
107
107
|
margin: 0 var(--gap-m);
|
|
108
|
-
}.
|
|
108
|
+
}.tabs__container_g4zpr {
|
|
109
109
|
position: relative;
|
|
110
110
|
overflow: hidden;
|
|
111
111
|
|
|
112
112
|
/* focus-outline fix */
|
|
113
113
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
114
114
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
|
|
115
|
-
}.
|
|
115
|
+
}.tabs__title_g4zpr {
|
|
116
116
|
display: flex;
|
|
117
117
|
align-items: center;
|
|
118
118
|
height: 100%;
|
|
@@ -129,76 +129,76 @@
|
|
|
129
129
|
user-select: none;
|
|
130
130
|
cursor: pointer;
|
|
131
131
|
outline: none
|
|
132
|
-
}.
|
|
132
|
+
}.tabs__title_g4zpr:not(.tabs__disabled_g4zpr):hover {
|
|
133
133
|
color: var(--primary-tablist-hover-color);
|
|
134
|
-
}.
|
|
134
|
+
}.tabs__focused_g4zpr {
|
|
135
135
|
outline: 2px solid var(--focus-color);
|
|
136
136
|
outline-offset: 2px;
|
|
137
|
-
}.
|
|
137
|
+
}.tabs__collapsed_g4zpr {
|
|
138
138
|
order: 99;
|
|
139
139
|
visibility: collapse;
|
|
140
|
-
}.
|
|
140
|
+
}.tabs__selected_g4zpr {
|
|
141
141
|
cursor: default;
|
|
142
142
|
color: var(--primary-tablist-selected-color);
|
|
143
|
-
}.
|
|
143
|
+
}.tabs__disabled_g4zpr {
|
|
144
144
|
cursor: var(--disabled-cursor);
|
|
145
145
|
color: var(--primary-tablist-disabled-color);
|
|
146
|
-
}.
|
|
146
|
+
}.tabs__line_g4zpr {
|
|
147
147
|
position: absolute;
|
|
148
148
|
height: 3px;
|
|
149
149
|
bottom: 0;
|
|
150
150
|
left: 0;
|
|
151
151
|
background-color: var(--primary-tablist-line-color);
|
|
152
152
|
transition: transform 0.2s ease, width 0.2s ease;
|
|
153
|
-
}/* sizes */.
|
|
153
|
+
}/* sizes */.tabs__s_g4zpr .tabs__title_g4zpr, .tabs__xs_g4zpr .tabs__title_g4zpr, .tabs__xxs_g4zpr .tabs__title_g4zpr {
|
|
154
154
|
padding: var(--primary-tablist-s-padding);
|
|
155
155
|
font-size: var(--primary-tablist-s-font-size);
|
|
156
156
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
157
157
|
font-family: var(--primary-tablist-s-font-family);
|
|
158
158
|
line-height: 24px;
|
|
159
|
-
}.
|
|
159
|
+
}.tabs__s_g4zpr .tabs__title_g4zpr + .tabs__title_g4zpr, .tabs__xs_g4zpr .tabs__title_g4zpr + .tabs__title_g4zpr, .tabs__xxs_g4zpr .tabs__title_g4zpr + .tabs__title_g4zpr {
|
|
160
160
|
margin-left: var(--primary-tablist-s-gaps);
|
|
161
|
-
}.
|
|
161
|
+
}.tabs__s_g4zpr .tabs__pickerWrapper_g4zpr, .tabs__xs_g4zpr .tabs__pickerWrapper_g4zpr, .tabs__xxs_g4zpr .tabs__pickerWrapper_g4zpr {
|
|
162
162
|
margin-left: var(--primary-tablist-s-gaps);
|
|
163
|
-
}.
|
|
163
|
+
}.tabs__s_g4zpr .tabs__option_g4zpr, .tabs__xs_g4zpr .tabs__option_g4zpr, .tabs__xxs_g4zpr .tabs__option_g4zpr {
|
|
164
164
|
padding: 0;
|
|
165
|
-
}.
|
|
165
|
+
}.tabs__m_g4zpr .tabs__title_g4zpr {
|
|
166
166
|
padding: var(--primary-tablist-m-padding);
|
|
167
167
|
font-size: var(--primary-tablist-m-font-size);
|
|
168
168
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
169
169
|
font-family: var(--primary-tablist-m-font-family);
|
|
170
170
|
line-height: 24px;
|
|
171
|
-
}.
|
|
171
|
+
}.tabs__m_g4zpr .tabs__title_g4zpr + .tabs__title_g4zpr {
|
|
172
172
|
margin-left: var(--primary-tablist-m-gaps);
|
|
173
|
-
}.
|
|
173
|
+
}.tabs__m_g4zpr .tabs__pickerWrapper_g4zpr {
|
|
174
174
|
margin-left: var(--primary-tablist-m-gaps);
|
|
175
|
-
}.
|
|
175
|
+
}.tabs__m_g4zpr .tabs__option_g4zpr {
|
|
176
176
|
padding: 0;
|
|
177
|
-
}.
|
|
177
|
+
}.tabs__l_g4zpr .tabs__title_g4zpr {
|
|
178
178
|
padding: var(--primary-tablist-l-padding);
|
|
179
179
|
font-size: var(--primary-tablist-l-font-size);
|
|
180
180
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
181
181
|
font-family: var(--primary-tablist-l-font-family);
|
|
182
182
|
line-height: 24px;
|
|
183
|
-
}.
|
|
183
|
+
}.tabs__l_g4zpr .tabs__title_g4zpr + .tabs__title_g4zpr {
|
|
184
184
|
margin-left: var(--primary-tablist-l-gaps);
|
|
185
|
-
}.
|
|
185
|
+
}.tabs__l_g4zpr .tabs__pickerWrapper_g4zpr {
|
|
186
186
|
margin-left: var(--primary-tablist-l-gaps);
|
|
187
|
-
}.
|
|
187
|
+
}.tabs__l_g4zpr .tabs__option_g4zpr {
|
|
188
188
|
padding: 0;
|
|
189
|
-
}.
|
|
189
|
+
}.tabs__xl_g4zpr .tabs__title_g4zpr {
|
|
190
190
|
padding: var(--primary-tablist-xl-padding);
|
|
191
191
|
font-size: var(--primary-tablist-xl-font-size);
|
|
192
192
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
193
193
|
font-family: var(--primary-tablist-xl-font-family);
|
|
194
194
|
line-height: 32px;
|
|
195
|
-
}.
|
|
195
|
+
}.tabs__xl_g4zpr .tabs__title_g4zpr + .tabs__title_g4zpr {
|
|
196
196
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
197
|
-
}.
|
|
197
|
+
}.tabs__xl_g4zpr .tabs__pickerWrapper_g4zpr {
|
|
198
198
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
199
|
-
}.
|
|
199
|
+
}.tabs__xl_g4zpr .tabs__option_g4zpr {
|
|
200
200
|
padding: 0;
|
|
201
|
-
}.
|
|
201
|
+
}.tabs__rightAddons_g4zpr {
|
|
202
202
|
display: flex;
|
|
203
203
|
justify-content: center;
|
|
204
204
|
align-items: center;
|
|
@@ -585,6 +585,10 @@
|
|
|
585
585
|
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
586
586
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
587
587
|
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
588
|
+
--color-dark-specialbg-secondary-transparent-tint-7: rgba(255, 255, 255, 0.1258);
|
|
589
|
+
--color-dark-specialbg-secondary-transparent-tint-15: rgba(255, 255, 255, 0.201);
|
|
590
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.1925);
|
|
591
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.24);
|
|
588
592
|
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.1723);
|
|
589
593
|
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.2435);
|
|
590
594
|
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
|
|
@@ -741,6 +745,10 @@
|
|
|
741
745
|
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
742
746
|
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235);
|
|
743
747
|
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28);
|
|
748
|
+
--color-light-specialbg-secondary-transparent-shade-7: rgba(10, 29, 49, 0.1165);
|
|
749
|
+
--color-light-specialbg-secondary-transparent-shade-15: rgba(9, 26, 45, 0.1925);
|
|
750
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.201);
|
|
751
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.248);
|
|
744
752
|
--color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
|
|
745
753
|
--color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
|
|
746
754
|
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.2435);
|
|
@@ -1098,13 +1106,13 @@
|
|
|
1098
1106
|
|
|
1099
1107
|
/* size xl */
|
|
1100
1108
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
1101
|
-
} .
|
|
1102
|
-
} .
|
|
1109
|
+
} .tabs__title_r50ih {
|
|
1110
|
+
} .tabs__mobile_r50ih .tabs__title_r50ih {
|
|
1103
1111
|
padding: var(--primary-tablist-mobile-padding);
|
|
1104
1112
|
font-size: var(--primary-tablist-mobile-font-size);
|
|
1105
1113
|
font-weight: var(--primary-tablist-mobile-font-weight);
|
|
1106
1114
|
font-family: var(--primary-tablist-mobile-font-family);
|
|
1107
1115
|
line-height: var(--primary-tablist-mobile-line-height)
|
|
1108
|
-
} .
|
|
1116
|
+
} .tabs__mobile_r50ih .tabs__title_r50ih + .tabs__title_r50ih {
|
|
1109
1117
|
margin-left: var(--primary-tablist-mobile-gaps);
|
|
1110
1118
|
}
|
|
@@ -2,7 +2,7 @@ import React, { useEffect } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import computeScrollIntoView from 'compute-scroll-into-view';
|
|
4
4
|
|
|
5
|
-
var styles = {"container":"
|
|
5
|
+
var styles = {"container":"tabs__container_fp1sd","fullWidthScroll":"tabs__fullWidthScroll_fp1sd"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 5b70q */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
/* size l */
|
|
43
43
|
|
|
44
44
|
/* size xl */
|
|
45
|
-
} .
|
|
45
|
+
} .tabs__container_fp1sd {
|
|
46
46
|
position: relative;
|
|
47
47
|
overflow-x: auto;
|
|
48
48
|
overflow-y: hidden;
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
/* focus-outline fix */
|
|
53
53
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
54
54
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs)
|
|
55
|
-
} .
|
|
55
|
+
} .tabs__container_fp1sd::-webkit-scrollbar {
|
|
56
56
|
display: none;
|
|
57
|
-
} .
|
|
57
|
+
} .tabs__container_fp1sd > * {
|
|
58
58
|
flex-shrink: 0;
|
|
59
|
-
} .
|
|
59
|
+
} .tabs__fullWidthScroll_fp1sd {
|
|
60
60
|
margin: 0 var(--gap-m-neg);
|
|
61
61
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { SecondaryTabListProps, Styles } from "../../typings";
|
|
4
|
-
declare const SecondaryTabList: ({ styles, className, containerClassName, size, titles, selectedId, scrollable, fullWidthScroll, tagSize, onChange, dataTestId, }: SecondaryTabListProps & Styles) => React.JSX.Element;
|
|
4
|
+
declare const SecondaryTabList: ({ styles, className, containerClassName, size, titles, selectedId, scrollable, fullWidthScroll, tagSize, onChange, dataTestId, TagComponent, }: SecondaryTabListProps & Styles) => React.JSX.Element;
|
|
5
5
|
export { SecondaryTabList };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { SecondaryTabListProps } from "../../typings";
|
|
4
|
-
type SecondaryTabListDesktopProps = Omit<SecondaryTabListProps, 'tagSize'>;
|
|
4
|
+
type SecondaryTabListDesktopProps = Omit<SecondaryTabListProps, 'tagSize' | 'breakpoint'>;
|
|
5
5
|
declare const SecondaryTabListDesktop: ({ size, ...restProps }: SecondaryTabListDesktopProps) => React.JSX.Element;
|
|
6
6
|
export { SecondaryTabListDesktopProps, SecondaryTabListDesktop };
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { TagDesktop } from '@alfalab/core-components-tag/esm/desktop';
|
|
3
4
|
import { SecondaryTabList } from './Component.js';
|
|
4
|
-
import { c as commonStyles } from '../../index.module-
|
|
5
|
+
import { c as commonStyles } from '../../index.module-08248cf3.js';
|
|
5
6
|
import 'classnames';
|
|
6
|
-
import '@alfalab/core-components-tag/esm';
|
|
7
7
|
import '../../hooks/use-tabs.js';
|
|
8
|
+
import '@alfalab/core-components-shared/esm';
|
|
8
9
|
import '../scrollable-container/Component.js';
|
|
9
10
|
import 'compute-scroll-into-view';
|
|
10
11
|
|
|
11
12
|
var SecondaryTabListDesktop = function (_a) {
|
|
12
13
|
var _b = _a.size, size = _b === void 0 ? 's' : _b, restProps = __rest(_a, ["size"]);
|
|
13
|
-
return (React.createElement(SecondaryTabList, __assign({}, restProps, { size: size, styles: commonStyles, tagSize: size })));
|
|
14
|
+
return (React.createElement(SecondaryTabList, __assign({}, restProps, { TagComponent: TagDesktop, size: size, styles: commonStyles, tagSize: size })));
|
|
14
15
|
};
|
|
15
16
|
|
|
16
17
|
export { SecondaryTabListDesktop };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import { Tag } from '@alfalab/core-components-tag/esm';
|
|
5
4
|
import { useTabs } from '../../hooks/use-tabs.js';
|
|
6
5
|
import { ScrollableContainer } from '../scrollable-container/Component.js';
|
|
6
|
+
import '@alfalab/core-components-shared/esm';
|
|
7
7
|
import 'compute-scroll-into-view';
|
|
8
8
|
|
|
9
9
|
var SecondaryTabList = function (_a) {
|
|
10
|
-
var _b = _a.styles, styles = _b === void 0 ? {} : _b, className = _a.className, containerClassName = _a.containerClassName, size = _a.size, _c = _a.titles, titles = _c === void 0 ? [] : _c, _d = _a.selectedId, selectedId = _d === void 0 ? titles.length ? titles[0].id : undefined : _d, _e = _a.scrollable, scrollable = _e === void 0 ? true : _e, fullWidthScroll = _a.fullWidthScroll, _f = _a.tagSize, tagSize = _f === void 0 ? 'xs' : _f, onChange = _a.onChange, dataTestId = _a.dataTestId;
|
|
10
|
+
var _b = _a.styles, styles = _b === void 0 ? {} : _b, className = _a.className, containerClassName = _a.containerClassName, size = _a.size, _c = _a.titles, titles = _c === void 0 ? [] : _c, _d = _a.selectedId, selectedId = _d === void 0 ? titles.length ? titles[0].id : undefined : _d, _e = _a.scrollable, scrollable = _e === void 0 ? true : _e, fullWidthScroll = _a.fullWidthScroll, _f = _a.tagSize, tagSize = _f === void 0 ? 'xs' : _f, onChange = _a.onChange, dataTestId = _a.dataTestId, TagComponent = _a.TagComponent;
|
|
11
11
|
var _g = useTabs({
|
|
12
12
|
titles: titles,
|
|
13
13
|
selectedId: selectedId,
|
|
@@ -15,12 +15,14 @@ var SecondaryTabList = function (_a) {
|
|
|
15
15
|
}), focusedTab = _g.focusedTab, selectedTab = _g.selectedTab, getTabListItemProps = _g.getTabListItemProps;
|
|
16
16
|
var renderContent = function () {
|
|
17
17
|
var _a;
|
|
18
|
+
if (!TagComponent)
|
|
19
|
+
return null;
|
|
18
20
|
return (React.createElement("div", { role: 'tablist', "data-test-id": dataTestId, className: cn(styles.component, className, size && styles[size], (_a = {},
|
|
19
21
|
_a[styles.fullWidthScroll] = fullWidthScroll,
|
|
20
22
|
_a)) }, titles.map(function (item, index) {
|
|
21
23
|
if (item.hidden)
|
|
22
24
|
return null;
|
|
23
|
-
return (React.createElement(
|
|
25
|
+
return (React.createElement(TagComponent, __assign({}, getTabListItemProps(index), { key: item.id, className: cn(styles.title, item.toggleClassName), checked: item.id === selectedId, size: tagSize, rightAddons: item.rightAddons }), item.title));
|
|
24
26
|
})));
|
|
25
27
|
};
|
|
26
28
|
return scrollable ? (React.createElement(ScrollableContainer, { activeChild: focusedTab || selectedTab, containerClassName: containerClassName, fullWidthScroll: fullWidthScroll }, renderContent())) : (React.createElement("div", { className: cn(styles.container, containerClassName) }, renderContent()));
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import { __assign, __rest } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
+
import { TagMobile } from '@alfalab/core-components-tag/esm/mobile';
|
|
4
5
|
import { SecondaryTabList } from './Component.js';
|
|
5
|
-
import { c as commonStyles } from '../../index.module-
|
|
6
|
-
import '@alfalab/core-components-tag/esm';
|
|
6
|
+
import { c as commonStyles } from '../../index.module-08248cf3.js';
|
|
7
7
|
import '../../hooks/use-tabs.js';
|
|
8
|
+
import '@alfalab/core-components-shared/esm';
|
|
8
9
|
import '../scrollable-container/Component.js';
|
|
9
10
|
import 'compute-scroll-into-view';
|
|
10
11
|
|
|
11
|
-
var mobileStyles = {"title":"
|
|
12
|
+
var mobileStyles = {"title":"tabs__title_16krq tabs__title_pex1u","mobile":"tabs__mobile_16krq"};
|
|
12
13
|
require('./mobile.css')
|
|
13
14
|
|
|
14
15
|
var styles = __assign(__assign({}, commonStyles), mobileStyles);
|
|
15
16
|
var SecondaryTabListMobile = function (_a) {
|
|
16
17
|
var className = _a.className, restProps = __rest(_a, ["className"]);
|
|
17
|
-
return (React.createElement(SecondaryTabList, __assign({}, restProps, { styles: styles, className: cn(className, styles.mobile), tagSize: 'xs' })));
|
|
18
|
+
return (React.createElement(SecondaryTabList, __assign({}, restProps, { TagComponent: TagMobile, styles: styles, className: cn(className, styles.mobile), tagSize: 'xs' })));
|
|
18
19
|
};
|
|
19
20
|
|
|
20
21
|
export { SecondaryTabListMobile };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { SecondaryTabListProps } from "../../typings";
|
|
4
|
-
declare const SecondaryTabListResponsive: ({ size,
|
|
4
|
+
declare const SecondaryTabListResponsive: ({ size, defaultMatchMediaValue, fullWidthScroll, breakpoint, ...restProps }: SecondaryTabListProps) => React.JSX.Element;
|
|
5
5
|
export { SecondaryTabListResponsive };
|
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { useMatchMedia } from '@alfalab/core-components-mq/esm';
|
|
4
4
|
import { SecondaryTabListDesktop } from './Component.desktop.js';
|
|
5
5
|
import { SecondaryTabListMobile } from './Component.mobile.js';
|
|
6
|
+
import '@alfalab/core-components-tag/esm/desktop';
|
|
6
7
|
import './Component.js';
|
|
7
8
|
import 'classnames';
|
|
8
|
-
import '@alfalab/core-components-tag/esm';
|
|
9
9
|
import '../../hooks/use-tabs.js';
|
|
10
|
+
import '@alfalab/core-components-shared/esm';
|
|
10
11
|
import '../scrollable-container/Component.js';
|
|
11
12
|
import 'compute-scroll-into-view';
|
|
12
|
-
import '../../index.module-
|
|
13
|
+
import '../../index.module-08248cf3.js';
|
|
14
|
+
import '@alfalab/core-components-tag/esm/mobile';
|
|
13
15
|
|
|
14
16
|
var SecondaryTabListResponsive = function (_a) {
|
|
15
|
-
var size = _a.size, _b = _a.
|
|
16
|
-
var
|
|
17
|
-
|
|
18
|
-
['desktop', '(min-width: 768px)'],
|
|
19
|
-
], defaultMatch)[0];
|
|
20
|
-
return view === 'desktop' ? (React.createElement(SecondaryTabListDesktop, __assign({ size: size }, restProps))) : (React.createElement(SecondaryTabListMobile, __assign({ fullWidthScroll: fullWidthScroll }, restProps)));
|
|
17
|
+
var size = _a.size, defaultMatchMediaValue = _a.defaultMatchMediaValue, fullWidthScroll = _a.fullWidthScroll, _b = _a.breakpoint, breakpoint = _b === void 0 ? 768 : _b, restProps = __rest(_a, ["size", "defaultMatchMediaValue", "fullWidthScroll", "breakpoint"]);
|
|
18
|
+
var isDesktop = useMatchMedia("(min-width: ".concat(breakpoint, "px)"), defaultMatchMediaValue)[0];
|
|
19
|
+
return isDesktop ? (React.createElement(SecondaryTabListDesktop, __assign({ size: size }, restProps))) : (React.createElement(SecondaryTabListMobile, __assign({ fullWidthScroll: fullWidthScroll }, restProps)));
|
|
21
20
|
};
|
|
22
21
|
|
|
23
22
|
export { SecondaryTabListResponsive };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1xf7w */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -50,29 +50,29 @@
|
|
|
50
50
|
|
|
51
51
|
/* size xl */
|
|
52
52
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
53
|
-
} .
|
|
53
|
+
} .tabs__component_pex1u {
|
|
54
54
|
position: relative;
|
|
55
55
|
display: inline-flex;
|
|
56
|
-
} .
|
|
56
|
+
} .tabs__fullWidthScroll_pex1u {
|
|
57
57
|
margin: 0 var(--gap-m);
|
|
58
|
-
} .
|
|
58
|
+
} .tabs__container_pex1u {
|
|
59
59
|
overflow: hidden;
|
|
60
60
|
|
|
61
61
|
/* focus-outline fix */
|
|
62
62
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
63
63
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
|
|
64
|
-
} .
|
|
64
|
+
} .tabs__title_pex1u {
|
|
65
65
|
white-space: nowrap;
|
|
66
|
-
} /* sizes */ .
|
|
66
|
+
} /* sizes */ .tabs__xxs_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
67
67
|
margin-left: var(--secondary-tablist-xxs-gaps);
|
|
68
|
-
} .
|
|
68
|
+
} .tabs__xs_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
69
69
|
margin-left: var(--secondary-tablist-xs-gaps);
|
|
70
|
-
} .
|
|
70
|
+
} .tabs__s_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
71
71
|
margin-left: var(--secondary-tablist-s-gaps);
|
|
72
|
-
} .
|
|
72
|
+
} .tabs__m_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
73
73
|
margin-left: var(--secondary-tablist-m-gaps);
|
|
74
|
-
} .
|
|
74
|
+
} .tabs__l_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
75
75
|
margin-left: var(--secondary-tablist-l-gaps);
|
|
76
|
-
} .
|
|
76
|
+
} .tabs__xl_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
77
77
|
margin-left: var(--secondary-tablist-xl-gaps);
|
|
78
78
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: q0qms */
|
|
2
2
|
:root {
|
|
3
3
|
}/* deprecated */:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
}:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -51,30 +51,30 @@
|
|
|
51
51
|
|
|
52
52
|
/* size xl */
|
|
53
53
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
54
|
-
}.
|
|
54
|
+
}.tabs__component_pex1u {
|
|
55
55
|
position: relative;
|
|
56
56
|
display: inline-flex;
|
|
57
|
-
}.
|
|
57
|
+
}.tabs__fullWidthScroll_pex1u {
|
|
58
58
|
margin: 0 var(--gap-m);
|
|
59
|
-
}.
|
|
59
|
+
}.tabs__container_pex1u {
|
|
60
60
|
overflow: hidden;
|
|
61
61
|
|
|
62
62
|
/* focus-outline fix */
|
|
63
63
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
64
64
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
|
|
65
|
-
}.
|
|
65
|
+
}.tabs__title_pex1u {
|
|
66
66
|
white-space: nowrap;
|
|
67
|
-
}/* sizes */.
|
|
67
|
+
}/* sizes */.tabs__xxs_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
68
68
|
margin-left: var(--secondary-tablist-xxs-gaps);
|
|
69
|
-
}.
|
|
69
|
+
}.tabs__xs_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
70
70
|
margin-left: var(--secondary-tablist-xs-gaps);
|
|
71
|
-
}.
|
|
71
|
+
}.tabs__s_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
72
72
|
margin-left: var(--secondary-tablist-s-gaps);
|
|
73
|
-
}.
|
|
73
|
+
}.tabs__m_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
74
74
|
margin-left: var(--secondary-tablist-m-gaps);
|
|
75
|
-
}.
|
|
75
|
+
}.tabs__l_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
76
76
|
margin-left: var(--secondary-tablist-l-gaps);
|
|
77
|
-
}.
|
|
77
|
+
}.tabs__xl_pex1u .tabs__title_pex1u + .tabs__title_pex1u {
|
|
78
78
|
margin-left: var(--secondary-tablist-xl-gaps);
|
|
79
79
|
} :root {
|
|
80
80
|
--color-dark-indigo: #0b1f35;
|
|
@@ -458,6 +458,10 @@
|
|
|
458
458
|
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
|
|
459
459
|
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
460
460
|
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
|
|
461
|
+
--color-dark-specialbg-secondary-transparent-tint-7: rgba(255, 255, 255, 0.1258);
|
|
462
|
+
--color-dark-specialbg-secondary-transparent-tint-15: rgba(255, 255, 255, 0.201);
|
|
463
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.1925);
|
|
464
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.24);
|
|
461
465
|
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.1723);
|
|
462
466
|
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.2435);
|
|
463
467
|
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
|
|
@@ -614,6 +618,10 @@
|
|
|
614
618
|
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
615
619
|
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235);
|
|
616
620
|
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28);
|
|
621
|
+
--color-light-specialbg-secondary-transparent-shade-7: rgba(10, 29, 49, 0.1165);
|
|
622
|
+
--color-light-specialbg-secondary-transparent-shade-15: rgba(9, 26, 45, 0.1925);
|
|
623
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.201);
|
|
624
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.248);
|
|
617
625
|
--color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
|
|
618
626
|
--color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
|
|
619
627
|
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.2435);
|
|
@@ -971,7 +979,7 @@
|
|
|
971
979
|
|
|
972
980
|
/* size xl */
|
|
973
981
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
974
|
-
} .
|
|
975
|
-
} .
|
|
982
|
+
} .tabs__title_16krq {
|
|
983
|
+
} .tabs__mobile_16krq .tabs__title_16krq + .tabs__title_16krq {
|
|
976
984
|
margin-left: var(--secondary-tablist-mobile-gaps);
|
|
977
985
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
|
|
4
|
-
var styles = {"component":"
|
|
4
|
+
var styles = {"component":"tabs__component_1h68e","hidden":"tabs__hidden_1h68e"};
|
|
5
5
|
require('./index.css')
|
|
6
6
|
|
|
7
7
|
var Tab = function (_a) {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { TabsProps } from "../../typings";
|
|
4
|
+
type TabsCollapsibleDesktopProps = Omit<TabsProps, 'TabList' | 'fullWidthScroll' | 'scrollable' | 'view'>;
|
|
5
|
+
declare const TabsCollapsibleDesktop: ({ ...restProps }: TabsCollapsibleDesktopProps) => React.JSX.Element;
|
|
6
|
+
export { TabsCollapsibleDesktopProps, TabsCollapsibleDesktop };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { __rest, __assign } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CollapsiblePrimaryTabListDesktop } from '../primary-tablist/Component.collapsible.desktop.js';
|
|
4
|
+
import { Tabs } from './Component.js';
|
|
5
|
+
import '../primary-tablist/Component.collapsible.js';
|
|
6
|
+
import 'classnames';
|
|
7
|
+
import '@alfalab/core-components-badge/esm';
|
|
8
|
+
import '@alfalab/core-components-keyboard-focusable/esm';
|
|
9
|
+
import '@alfalab/core-components-picker-button/esm/desktop';
|
|
10
|
+
import '../../hooks/use-tablist-titles.js';
|
|
11
|
+
import '@alfalab/core-components-mq/esm';
|
|
12
|
+
import '../../hooks/use-collapsible-elements.js';
|
|
13
|
+
import '@juggle/resize-observer';
|
|
14
|
+
import '@alfalab/hooks';
|
|
15
|
+
import '../../hooks/use-tabs.js';
|
|
16
|
+
import '@alfalab/core-components-shared/esm';
|
|
17
|
+
import '../../synthetic-events.js';
|
|
18
|
+
import '../title/Component.js';
|
|
19
|
+
import '../../index.module-2bed7b44.js';
|
|
20
|
+
|
|
21
|
+
var TabsCollapsibleDesktop = function (_a) {
|
|
22
|
+
var restProps = __rest(_a, []);
|
|
23
|
+
return (React.createElement(Tabs, __assign({ TabList: CollapsiblePrimaryTabListDesktop }, restProps)));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export { TabsCollapsibleDesktop };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { TabsProps } from "../../typings";
|
|
4
|
+
type TabsCollapsibleMobileProps = Omit<TabsProps, 'TabList' | 'scrollable' | 'view' | 'size'>;
|
|
5
|
+
declare const TabsCollapsibleMobile: ({ ...restProps }: TabsCollapsibleMobileProps) => React.JSX.Element;
|
|
6
|
+
export { TabsCollapsibleMobileProps, TabsCollapsibleMobile };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { __rest, __assign } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CollapsiblePrimaryTabListMobile } from '../primary-tablist/Component.collapsible.mobile.js';
|
|
4
|
+
import { Tabs } from './Component.js';
|
|
5
|
+
import 'classnames';
|
|
6
|
+
import '../primary-tablist/Component.collapsible.js';
|
|
7
|
+
import '@alfalab/core-components-badge/esm';
|
|
8
|
+
import '@alfalab/core-components-keyboard-focusable/esm';
|
|
9
|
+
import '@alfalab/core-components-picker-button/esm/desktop';
|
|
10
|
+
import '../../hooks/use-tablist-titles.js';
|
|
11
|
+
import '@alfalab/core-components-mq/esm';
|
|
12
|
+
import '../../hooks/use-collapsible-elements.js';
|
|
13
|
+
import '@juggle/resize-observer';
|
|
14
|
+
import '@alfalab/hooks';
|
|
15
|
+
import '../../hooks/use-tabs.js';
|
|
16
|
+
import '@alfalab/core-components-shared/esm';
|
|
17
|
+
import '../../synthetic-events.js';
|
|
18
|
+
import '../title/Component.js';
|
|
19
|
+
import '../../index.module-2bed7b44.js';
|
|
20
|
+
import '../../mobile.module-d8a1b124.js';
|
|
21
|
+
|
|
22
|
+
var TabsCollapsibleMobile = function (_a) {
|
|
23
|
+
var restProps = __rest(_a, []);
|
|
24
|
+
return (React.createElement(Tabs, __assign({ TabList: CollapsiblePrimaryTabListMobile }, restProps)));
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { TabsCollapsibleMobile };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { TabsProps } from "../../typings";
|
|
4
|
+
type TabsCollapsibleResponsiveProps = Omit<TabsProps, 'TabList' | 'scrollable' | 'view'>;
|
|
5
|
+
declare const TabsCollapsibleResponsive: ({ ...restProps }: TabsCollapsibleResponsiveProps) => React.JSX.Element;
|
|
6
|
+
export { TabsCollapsibleResponsiveProps, TabsCollapsibleResponsive };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { __rest, __assign } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CollapsiblePrimaryTabListResponsive } from '../primary-tablist/Component.collapsible.responsive.js';
|
|
4
|
+
import { Tabs } from './Component.js';
|
|
5
|
+
import '@alfalab/core-components-mq/esm';
|
|
6
|
+
import '../primary-tablist/Component.collapsible.desktop.js';
|
|
7
|
+
import '../primary-tablist/Component.collapsible.js';
|
|
8
|
+
import 'classnames';
|
|
9
|
+
import '@alfalab/core-components-badge/esm';
|
|
10
|
+
import '@alfalab/core-components-keyboard-focusable/esm';
|
|
11
|
+
import '@alfalab/core-components-picker-button/esm/desktop';
|
|
12
|
+
import '../../hooks/use-tablist-titles.js';
|
|
13
|
+
import '../../hooks/use-collapsible-elements.js';
|
|
14
|
+
import '@juggle/resize-observer';
|
|
15
|
+
import '@alfalab/hooks';
|
|
16
|
+
import '../../hooks/use-tabs.js';
|
|
17
|
+
import '@alfalab/core-components-shared/esm';
|
|
18
|
+
import '../../synthetic-events.js';
|
|
19
|
+
import '../title/Component.js';
|
|
20
|
+
import '../../index.module-2bed7b44.js';
|
|
21
|
+
import '../primary-tablist/Component.collapsible.mobile.js';
|
|
22
|
+
import '../../mobile.module-d8a1b124.js';
|
|
23
|
+
|
|
24
|
+
var TabsCollapsibleResponsive = function (_a) {
|
|
25
|
+
var restProps = __rest(_a, []);
|
|
26
|
+
return (React.createElement(Tabs, __assign({ TabList: CollapsiblePrimaryTabListResponsive }, restProps)));
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { TabsCollapsibleResponsive };
|