@twreporter/react-typescript-components 0.1.0-beta.22 → 0.1.0-beta.24
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/lib/action-links-D_lFzUQn.mjs +31 -0
- package/lib/action-links-D_lFzUQn.mjs.map +1 -0
- package/lib/action-links-DoKEgLL1.js +42 -0
- package/lib/action-links-DoKEgLL1.js.map +1 -0
- package/lib/animation-C_7J1YwC.mjs +12 -0
- package/lib/animation-C_7J1YwC.mjs.map +1 -0
- package/lib/animation-DX-GxmUj.js +18 -0
- package/lib/animation-DX-GxmUj.js.map +1 -0
- package/lib/auth-store-HJRR819m.mjs +18 -0
- package/lib/auth-store-HJRR819m.mjs.map +1 -0
- package/lib/auth-store-cAn9fol9.js +25 -0
- package/lib/auth-store-cAn9fol9.js.map +1 -0
- package/lib/button/components/icon-button/index.d.mts +5 -0
- package/lib/button/components/icon-button/index.d.ts +5 -0
- package/lib/button/components/icon-button/index.js +6 -0
- package/lib/button/components/icon-button/index.mjs +6 -0
- package/lib/button/components/icon-button/theme.d.mts +11 -0
- package/lib/button/components/icon-button/theme.d.ts +11 -0
- package/lib/button/components/icon-button/theme.js +5 -0
- package/lib/button/components/icon-button/theme.mjs +4 -0
- package/lib/button/components/icon-with-text-button/index.d.mts +4 -0
- package/lib/button/components/icon-with-text-button/index.d.ts +4 -0
- package/lib/button/components/icon-with-text-button/index.js +7 -0
- package/lib/button/components/icon-with-text-button/index.mjs +7 -0
- package/lib/button/components/icon-with-text-button/theme.d.mts +13 -0
- package/lib/button/components/icon-with-text-button/theme.d.ts +13 -0
- package/lib/button/components/icon-with-text-button/theme.js +4 -0
- package/lib/button/components/icon-with-text-button/theme.mjs +4 -0
- package/lib/button/components/menu-button/index.d.mts +4 -0
- package/lib/button/components/menu-button/index.d.ts +4 -0
- package/lib/button/components/menu-button/index.js +5 -0
- package/lib/button/components/menu-button/index.mjs +5 -0
- package/lib/button/components/pill-button/index.d.mts +5 -0
- package/lib/button/components/pill-button/index.d.ts +5 -0
- package/lib/button/components/pill-button/index.js +8 -0
- package/lib/button/components/pill-button/index.mjs +8 -0
- package/lib/button/components/pill-button/theme.d.mts +28 -0
- package/lib/button/components/pill-button/theme.d.ts +28 -0
- package/lib/button/components/pill-button/theme.js +6 -0
- package/lib/button/components/pill-button/theme.mjs +5 -0
- package/lib/button/components/text-button/index.d.mts +5 -0
- package/lib/button/components/text-button/index.d.ts +5 -0
- package/lib/button/components/text-button/index.js +8 -0
- package/lib/button/components/text-button/index.mjs +8 -0
- package/lib/button/components/text-button/theme.d.mts +13 -0
- package/lib/button/components/text-button/theme.d.ts +13 -0
- package/lib/button/components/text-button/theme.js +7 -0
- package/lib/button/components/text-button/theme.mjs +5 -0
- package/lib/button/constants.d.mts +2 -2
- package/lib/button/constants.d.ts +1 -1
- package/lib/button/index.d.mts +9 -86
- package/lib/button/index.d.ts +16 -93
- package/lib/button/index.js +16 -7
- package/lib/button/index.mjs +11 -2
- package/lib/button-BLRV4Hwe.js +23 -0
- package/lib/button-BLRV4Hwe.js.map +1 -0
- package/lib/button-ubJKEMLe.mjs +18 -0
- package/lib/button-ubJKEMLe.mjs.map +1 -0
- package/lib/card/list/constants.d.mts +3 -0
- package/lib/card/list/constants.d.ts +3 -0
- package/lib/card/list/constants.js +3 -0
- package/lib/card/list/constants.mjs +3 -0
- package/lib/card/list/img-placeholder.d.mts +7 -0
- package/lib/card/list/img-placeholder.d.ts +6 -0
- package/lib/card/list/img-placeholder.js +3 -0
- package/lib/card/list/img-placeholder.mjs +3 -0
- package/lib/card/list/index.d.mts +30 -0
- package/lib/card/list/index.d.ts +29 -0
- package/lib/card/list/index.js +109 -0
- package/lib/card/list/index.js.map +1 -0
- package/lib/card/list/index.mjs +105 -0
- package/lib/card/list/index.mjs.map +1 -0
- package/lib/card/list/loading.d.mts +14 -0
- package/lib/card/list/loading.d.ts +14 -0
- package/lib/card/list/loading.js +5 -0
- package/lib/card/list/loading.mjs +3 -0
- package/lib/channels-BaqRhrZM.mjs +63 -0
- package/lib/channels-BaqRhrZM.mjs.map +1 -0
- package/lib/channels-C-6MztKV.mjs +210 -0
- package/lib/channels-C-6MztKV.mjs.map +1 -0
- package/lib/channels-DIQKIHpB.js +73 -0
- package/lib/channels-DIQKIHpB.js.map +1 -0
- package/lib/channels-DMEzu4xY.js +221 -0
- package/lib/channels-DMEzu4xY.js.map +1 -0
- package/lib/constants/external-links.js +1 -1
- package/lib/constants/external-links.mjs +1 -1
- package/lib/constants/internal-links.js +1 -1
- package/lib/constants/internal-links.mjs +1 -1
- package/lib/constants/release-branch.d.mts +2 -2
- package/lib/constants/release-branch.d.ts +1 -1
- package/lib/constants/release-branch.js +1 -1
- package/lib/constants/release-branch.mjs +1 -1
- package/lib/constants/request-origins.js +2 -2
- package/lib/constants/request-origins.mjs +2 -2
- package/lib/constants/theme.d.mts +2 -2
- package/lib/constants/theme.d.ts +1 -1
- package/lib/{constants-CZ7dxJ-t.d.ts → constants-BC_JdEyk.d.ts} +1 -1
- package/lib/{constants-MpdMPjnk.d.mts → constants-BD_W9lzE.d.mts} +2 -2
- package/lib/{constants-DVYCKpJ0.d.mts → constants-BVpJd-Eq.d.mts} +2 -2
- package/lib/constants-BZZgQcEy.mjs +9 -0
- package/lib/constants-BZZgQcEy.mjs.map +1 -0
- package/lib/{constants-z9Q8ph_H.mjs → constants-BapA_oKv.mjs} +1 -1
- package/lib/{constants-z9Q8ph_H.mjs.map → constants-BapA_oKv.mjs.map} +1 -1
- package/lib/{constants-CBjyeHSl.d.ts → constants-BkxOSlW7.d.ts} +1 -1
- package/lib/constants-Bx32cjdN.js +64 -0
- package/lib/constants-Bx32cjdN.js.map +1 -0
- package/lib/constants-CCYwjB2d.js +15 -0
- package/lib/constants-CCYwjB2d.js.map +1 -0
- package/lib/{constants-ZGhPn0d6.d.mts → constants-CFstRAZ_.d.mts} +2 -2
- package/lib/{constants-5phfWHvb.mjs → constants-CeaoKGr8.mjs} +1 -1
- package/lib/{constants-5phfWHvb.mjs.map → constants-CeaoKGr8.mjs.map} +1 -1
- package/lib/{constants-CzHmv07x.d.ts → constants-CncdMRN6.d.ts} +1 -1
- package/lib/constants-CuIg3dyv.mjs +59 -0
- package/lib/constants-CuIg3dyv.mjs.map +1 -0
- package/lib/{constants-B_1Vpdib.js → constants-CyHvY9kx.js} +3 -3
- package/lib/{constants-B_1Vpdib.js.map → constants-CyHvY9kx.js.map} +1 -1
- package/lib/{constants-D8wNUvoZ.js → constants-D3LxY6rh.js} +1 -1
- package/lib/{constants-D8wNUvoZ.js.map → constants-D3LxY6rh.js.map} +1 -1
- package/lib/{constants-oNjXcfW2.d.mts → constants-D3kwLyJT.d.mts} +2 -2
- package/lib/{constants-CMMcn0f-.d.ts → constants-DNT9OrhT.d.ts} +1 -1
- package/lib/constants-DP5x2xfg.d.mts +11 -0
- package/lib/{constants-nmH6p6-y.js → constants-DPKsY2bm.js} +1 -1
- package/lib/{constants-nmH6p6-y.js.map → constants-DPKsY2bm.js.map} +1 -1
- package/lib/{constants-DRxdMM_X.mjs → constants-DfLtvCn3.mjs} +1 -1
- package/lib/{constants-DRxdMM_X.mjs.map → constants-DfLtvCn3.mjs.map} +1 -1
- package/lib/constants-Dk98cPGb.d.ts +11 -0
- package/lib/{constants-gCmka4Fp.d.ts → constants-YK2KhqPU.d.ts} +1 -1
- package/lib/{constants-Br6I254P.mjs → constants-cPryXhfO.mjs} +3 -3
- package/lib/{constants-Br6I254P.mjs.map → constants-cPryXhfO.mjs.map} +1 -1
- package/lib/{constants-C_OX3J7_.d.mts → constants-jR2WUCRY.d.mts} +2 -2
- package/lib/{constants-C2moxnps.js → constants-yYOy9aLl.js} +1 -1
- package/lib/{constants-C2moxnps.js.map → constants-yYOy9aLl.js.map} +1 -1
- package/lib/{context-I1lTR5SO.js → context-CDuykLw5.js} +2 -2
- package/lib/{context-I1lTR5SO.js.map → context-CDuykLw5.js.map} +1 -1
- package/lib/{context-BgdqM3zA.mjs → context-rWQ3FoMt.mjs} +2 -2
- package/lib/{context-BgdqM3zA.mjs.map → context-rWQ3FoMt.mjs.map} +1 -1
- package/lib/customized-link/external-link.d.mts +2 -2
- package/lib/customized-link/external-link.d.ts +2 -2
- package/lib/customized-link/external-link.js +1 -1
- package/lib/customized-link/external-link.mjs +1 -1
- package/lib/customized-link/index.d.mts +6 -6
- package/lib/customized-link/index.d.ts +6 -6
- package/lib/customized-link/index.js +3 -3
- package/lib/customized-link/index.mjs +2 -2
- package/lib/customized-link/internal-link.d.mts +2 -2
- package/lib/customized-link/internal-link.d.ts +2 -2
- package/lib/customized-link/internal-link.js +1 -1
- package/lib/customized-link/type.d.mts +1 -1
- package/lib/customized-link/type.d.ts +1 -1
- package/lib/{customized-link-M65Amhsm.mjs → customized-link-B4xfnPSR.mjs} +2 -2
- package/lib/{customized-link-M65Amhsm.mjs.map → customized-link-B4xfnPSR.mjs.map} +1 -1
- package/lib/{customized-link-BuleQPlC.js → customized-link-BQWDtLYD.js} +3 -3
- package/lib/{customized-link-BuleQPlC.js.map → customized-link-BQWDtLYD.js.map} +1 -1
- package/lib/desktop-and-above-ClCAjINL.js +67 -0
- package/lib/desktop-and-above-ClCAjINL.js.map +1 -0
- package/lib/desktop-and-above-DwkEQkPO.mjs +57 -0
- package/lib/desktop-and-above-DwkEQkPO.mjs.map +1 -0
- package/lib/divider/constants.d.mts +2 -2
- package/lib/divider/constants.d.ts +1 -1
- package/lib/divider/constants.js +1 -1
- package/lib/divider/constants.mjs +1 -1
- package/lib/divider/index.d.mts +2 -2
- package/lib/divider/index.d.ts +1 -1
- package/lib/divider/index.js +2 -2
- package/lib/divider/index.mjs +2 -2
- package/lib/{divider-B1zvSjNJ.js → divider-DlnnAUAf.js} +2 -2
- package/lib/{divider-B1zvSjNJ.js.map → divider-DlnnAUAf.js.map} +1 -1
- package/lib/{divider-CE4u6SR5.mjs → divider-DoxG-5AA.mjs} +2 -2
- package/lib/{divider-CE4u6SR5.mjs.map → divider-DoxG-5AA.mjs.map} +1 -1
- package/lib/dropdown-menu/dropdown-menu-item/index.d.mts +9 -0
- package/lib/dropdown-menu/dropdown-menu-item/index.d.ts +8 -0
- package/lib/dropdown-menu/dropdown-menu-item/index.js +10 -0
- package/lib/dropdown-menu/dropdown-menu-item/index.mjs +10 -0
- package/lib/dropdown-menu/index.d.mts +1 -1
- package/lib/dropdown-menu/index.d.ts +1 -1
- package/lib/dropdown-menu/index.js +12 -10
- package/lib/dropdown-menu/index.mjs +11 -9
- package/lib/dropdown-menu-C49xSGea.mjs +40 -0
- package/lib/dropdown-menu-C49xSGea.mjs.map +1 -0
- package/lib/dropdown-menu-Cy7c4sIK.js +49 -0
- package/lib/dropdown-menu-Cy7c4sIK.js.map +1 -0
- package/lib/dropdown-menu-item-BtfM9-Yn.mjs +24 -0
- package/lib/dropdown-menu-item-BtfM9-Yn.mjs.map +1 -0
- package/lib/dropdown-menu-item-Ju2VwEMe.js +33 -0
- package/lib/dropdown-menu-item-Ju2VwEMe.js.map +1 -0
- package/lib/{external-link-BMIFL3DE.mjs → external-link-B7TYHbGX.mjs} +1 -1
- package/lib/{external-link-BMIFL3DE.mjs.map → external-link-B7TYHbGX.mjs.map} +1 -1
- package/lib/{external-link-BMxYePU7.d.ts → external-link-C63qcPni.d.ts} +2 -2
- package/lib/{external-link-CvvjuS1W.d.mts → external-link-DYhF6muk.d.mts} +2 -2
- package/lib/{external-link-Ce1_loKh.js → external-link-N6pHzsZ9.js} +1 -1
- package/lib/{external-link-Ce1_loKh.js.map → external-link-N6pHzsZ9.js.map} +1 -1
- package/lib/{external-links-B-A17Osq.mjs → external-links-TcghBJyz.mjs} +1 -1
- package/lib/{external-links-B-A17Osq.mjs.map → external-links-TcghBJyz.mjs.map} +1 -1
- package/lib/{external-links-DCn-uTD-.js → external-links-xe0gZr3J.js} +1 -1
- package/lib/{external-links-DCn-uTD-.js.map → external-links-xe0gZr3J.js.map} +1 -1
- package/lib/footer/index.d.mts +4 -4
- package/lib/footer/index.d.ts +3 -3
- package/lib/footer/index.js +32 -19
- package/lib/footer/index.js.map +1 -1
- package/lib/footer/index.mjs +28 -15
- package/lib/footer/index.mjs.map +1 -1
- package/lib/footer/links.d.mts +4 -4
- package/lib/footer/links.d.ts +3 -3
- package/lib/footer/links.js +19 -10
- package/lib/footer/links.mjs +18 -9
- package/lib/footer/logo.d.mts +2 -2
- package/lib/footer/logo.d.ts +1 -1
- package/lib/footer/logo.js +11 -7
- package/lib/footer/logo.mjs +10 -6
- package/lib/footer/types.d.mts +3 -3
- package/lib/footer/types.d.ts +2 -2
- package/lib/hamburger-menu/components/icon-link.d.mts +14 -0
- package/lib/hamburger-menu/components/icon-link.d.ts +13 -0
- package/lib/hamburger-menu/components/icon-link.js +15 -0
- package/lib/hamburger-menu/components/icon-link.mjs +15 -0
- package/lib/hamburger-menu/components/light-link.d.mts +13 -0
- package/lib/hamburger-menu/components/light-link.d.ts +12 -0
- package/lib/hamburger-menu/components/light-link.js +13 -0
- package/lib/hamburger-menu/components/light-link.mjs +13 -0
- package/lib/hamburger-menu/components/social-media.d.mts +12 -0
- package/lib/hamburger-menu/components/social-media.d.ts +11 -0
- package/lib/hamburger-menu/components/social-media.js +21 -0
- package/lib/hamburger-menu/components/social-media.mjs +21 -0
- package/lib/hamburger-menu/constants/channels.d.mts +210 -0
- package/lib/hamburger-menu/constants/channels.d.ts +210 -0
- package/lib/hamburger-menu/constants/channels.js +6 -0
- package/lib/hamburger-menu/constants/channels.mjs +5 -0
- package/lib/hamburger-menu/constants/social-media.d.mts +14 -0
- package/lib/hamburger-menu/constants/social-media.d.ts +14 -0
- package/lib/hamburger-menu/constants/social-media.js +5 -0
- package/lib/hamburger-menu/constants/social-media.mjs +5 -0
- package/lib/hamburger-menu/index.js +41 -19
- package/lib/hamburger-menu/index.mjs +40 -18
- package/lib/hamburger-menu/utils/theme.d.mts +28 -0
- package/lib/hamburger-menu/utils/theme.d.ts +28 -0
- package/lib/hamburger-menu/utils/theme.js +8 -0
- package/lib/hamburger-menu/utils/theme.mjs +5 -0
- package/lib/hamburger-menu-1qZB3p9I.mjs +181 -0
- package/lib/hamburger-menu-1qZB3p9I.mjs.map +1 -0
- package/lib/hamburger-menu-DjK9qGJc.js +190 -0
- package/lib/hamburger-menu-DjK9qGJc.js.map +1 -0
- package/lib/header/components/channels/constants/index.d.mts +12 -0
- package/lib/header/components/channels/constants/index.d.ts +12 -0
- package/lib/header/components/channels/constants/index.js +4 -0
- package/lib/header/components/channels/constants/index.mjs +4 -0
- package/lib/header/components/channels/index.d.mts +7 -0
- package/lib/header/components/channels/index.d.ts +6 -0
- package/lib/header/components/channels/index.js +28 -0
- package/lib/header/components/channels/index.mjs +28 -0
- package/lib/header/components/desktop-and-above.d.mts +13 -0
- package/lib/header/components/desktop-and-above.d.ts +12 -0
- package/lib/header/components/desktop-and-above.js +47 -0
- package/lib/header/components/desktop-and-above.mjs +47 -0
- package/lib/header/components/tablet-and-below.d.mts +13 -0
- package/lib/header/components/tablet-and-below.d.ts +12 -0
- package/lib/header/components/tablet-and-below.js +35 -0
- package/lib/header/components/tablet-and-below.mjs +35 -0
- package/lib/header/components/top-row/icons.d.mts +13 -0
- package/lib/header/components/top-row/icons.d.ts +13 -0
- package/lib/header/components/top-row/icons.js +30 -0
- package/lib/header/components/top-row/icons.mjs +30 -0
- package/lib/header/components/top-row/index.d.mts +13 -0
- package/lib/header/components/top-row/index.d.ts +12 -0
- package/lib/header/components/top-row/index.js +42 -0
- package/lib/header/components/top-row/index.mjs +42 -0
- package/lib/header/constants/action-links.d.mts +16 -0
- package/lib/header/constants/action-links.d.ts +16 -0
- package/lib/header/constants/action-links.js +7 -0
- package/lib/header/constants/action-links.mjs +6 -0
- package/lib/header/constants/animation.d.mts +11 -0
- package/lib/header/constants/animation.d.ts +11 -0
- package/lib/header/constants/animation.js +3 -0
- package/lib/header/constants/animation.mjs +3 -0
- package/lib/header/constants/z-index.d.mts +12 -0
- package/lib/header/constants/z-index.d.ts +12 -0
- package/lib/header/constants/z-index.js +3 -0
- package/lib/header/constants/z-index.mjs +3 -0
- package/lib/header/context/index.d.mts +5 -0
- package/lib/header/context/index.d.ts +5 -0
- package/lib/header/context/index.js +6 -0
- package/lib/header/context/index.mjs +5 -0
- package/lib/header/index.d.mts +4 -11
- package/lib/header/index.d.ts +3 -10
- package/lib/header/index.js +65 -464
- package/lib/header/index.js.map +1 -1
- package/lib/header/index.mjs +59 -452
- package/lib/header/index.mjs.map +1 -1
- package/lib/header/store/auth-actions.d.mts +10 -0
- package/lib/header/store/auth-actions.d.ts +10 -0
- package/lib/header/store/auth-actions.js +32 -0
- package/lib/header/store/auth-actions.js.map +1 -0
- package/lib/header/store/auth-actions.mjs +30 -0
- package/lib/header/store/auth-actions.mjs.map +1 -0
- package/lib/header/store/auth-store.d.mts +14 -0
- package/lib/header/store/auth-store.d.ts +14 -0
- package/lib/header/store/auth-store.js +3 -0
- package/lib/header/store/auth-store.mjs +3 -0
- package/lib/header/utils/jwt.d.mts +2 -0
- package/lib/header/utils/jwt.d.ts +2 -0
- package/lib/header/utils/jwt.js +5 -0
- package/lib/header/utils/jwt.mjs +3 -0
- package/lib/header/utils/links.d.mts +8 -0
- package/lib/header/utils/links.d.ts +8 -0
- package/lib/header/utils/links.js +5 -0
- package/lib/header/utils/links.mjs +5 -0
- package/lib/header/utils/theme.d.mts +13 -0
- package/lib/header/utils/theme.d.ts +13 -0
- package/lib/header/utils/theme.js +7 -0
- package/lib/header/utils/theme.mjs +5 -0
- package/lib/{heading-CCsID-nv.mjs → heading-BVKLYfXi.mjs} +1 -1
- package/lib/{heading-CCsID-nv.mjs.map → heading-BVKLYfXi.mjs.map} +1 -1
- package/lib/{heading-D7slLGoI.js → heading-D5Lv6X0M.js} +1 -1
- package/lib/{heading-D7slLGoI.js.map → heading-D5Lv6X0M.js.map} +1 -1
- package/lib/hook-DGSr4R5I.mjs +27 -0
- package/lib/hook-DGSr4R5I.mjs.map +1 -0
- package/lib/hook-DUH3wp9d.js +34 -0
- package/lib/hook-DUH3wp9d.js.map +1 -0
- package/lib/hooks/index.d.mts +3 -3
- package/lib/hooks/index.d.ts +3 -3
- package/lib/hooks/index.js +2 -2
- package/lib/hooks/index.mjs +2 -2
- package/lib/hooks/use-outside-click.d.mts +1 -1
- package/lib/hooks/use-outside-click.d.ts +1 -1
- package/lib/hooks/use-outside-click.js +1 -1
- package/lib/hooks/use-outside-click.mjs +1 -1
- package/lib/{hooks-B0DKeSXi.js → hooks-B1IbKUM0.js} +2 -2
- package/lib/{hooks-B0DKeSXi.js.map → hooks-B1IbKUM0.js.map} +1 -1
- package/lib/{hooks-CDCpkU85.mjs → hooks-DK7a6uoy.mjs} +2 -2
- package/lib/{hooks-CDCpkU85.mjs.map → hooks-DK7a6uoy.mjs.map} +1 -1
- package/lib/icon-button-B-71Zncn.mjs +28 -0
- package/lib/icon-button-B-71Zncn.mjs.map +1 -0
- package/lib/icon-button-Vqwyow05.js +36 -0
- package/lib/icon-button-Vqwyow05.js.map +1 -0
- package/lib/icon-link-rJwBrEBE.mjs +34 -0
- package/lib/icon-link-rJwBrEBE.mjs.map +1 -0
- package/lib/icon-link-y7Ak0aCk.js +43 -0
- package/lib/icon-link-y7Ak0aCk.js.map +1 -0
- package/lib/icon-with-text-button-CTWmp6He.mjs +31 -0
- package/lib/icon-with-text-button-CTWmp6He.mjs.map +1 -0
- package/lib/icon-with-text-button-DOj_-gz0.js +39 -0
- package/lib/icon-with-text-button-DOj_-gz0.js.map +1 -0
- package/lib/icons/constants.d.mts +2 -2
- package/lib/icons/constants.d.ts +1 -1
- package/lib/icons/constants.js +1 -1
- package/lib/icons/constants.mjs +1 -1
- package/lib/icons/index.d.mts +3 -3
- package/lib/icons/index.d.ts +2 -2
- package/lib/icons/index.js +3 -3
- package/lib/icons/index.mjs +3 -3
- package/lib/{icons-I7T-auOQ.mjs → icons-CQv9VD7t.mjs} +3 -3
- package/lib/{icons-I7T-auOQ.mjs.map → icons-CQv9VD7t.mjs.map} +1 -1
- package/lib/icons-CpXimyQ8.mjs +81 -0
- package/lib/icons-CpXimyQ8.mjs.map +1 -0
- package/lib/icons-K_IzFJPf.js +90 -0
- package/lib/icons-K_IzFJPf.js.map +1 -0
- package/lib/{icons-qP5oNB0W.js → icons-UUg8_T_o.js} +3 -3
- package/lib/{icons-qP5oNB0W.js.map → icons-UUg8_T_o.js.map} +1 -1
- package/lib/img-placeholder-D-fbn9IG.js +41 -0
- package/lib/img-placeholder-D-fbn9IG.js.map +1 -0
- package/lib/img-placeholder-DhOOFcVQ.mjs +33 -0
- package/lib/img-placeholder-DhOOFcVQ.mjs.map +1 -0
- package/lib/index-B1cqLG7H.d.ts +26 -0
- package/lib/index-B5cZ2bgU.d.mts +21 -0
- package/lib/index-B7-bdIVL.d.ts +25 -0
- package/lib/index-BLWHIu0E.d.ts +20 -0
- package/lib/index-BNr6dtKF.d.mts +20 -0
- package/lib/index-BooeuGHA.d.mts +25 -0
- package/lib/index-C_Y_QOX7.d.mts +25 -0
- package/lib/index-Cav_aW5H.d.mts +17 -0
- package/lib/index-CxmCLH2N.d.ts +13 -0
- package/lib/index-D3PCeivr.d.ts +25 -0
- package/lib/index-D6x__0gM.d.mts +13 -0
- package/lib/index-D9_HCa05.d.ts +21 -0
- package/lib/index-Dg9CXOZr.d.mts +26 -0
- package/lib/{index-CUE6zs36.d.mts → index-HhQuz4hd.d.mts} +1 -1
- package/lib/index-XkB8HVPQ.d.ts +17 -0
- package/lib/input/components/search-bar.d.mts +5 -0
- package/lib/input/components/search-bar.d.ts +5 -0
- package/lib/input/components/search-bar.js +21 -0
- package/lib/input/components/search-bar.mjs +21 -0
- package/lib/input/constants.d.mts +1 -1
- package/lib/input/index.d.mts +6 -22
- package/lib/input/index.d.ts +5 -21
- package/lib/input/index.js +18 -8
- package/lib/input/index.mjs +17 -7
- package/lib/input/theme.d.mts +2 -2
- package/lib/input/theme.d.ts +1 -1
- package/lib/input/theme.js +1 -1
- package/lib/input/theme.mjs +1 -1
- package/lib/input-Bcl_-gS9.mjs +8 -0
- package/lib/input-Bcl_-gS9.mjs.map +1 -0
- package/lib/input-CpACY-JO.js +13 -0
- package/lib/input-CpACY-JO.js.map +1 -0
- package/lib/{internal-link-DyK4bABh.js → internal-link-CQYfLFmN.js} +1 -1
- package/lib/{internal-link-DyK4bABh.js.map → internal-link-CQYfLFmN.js.map} +1 -1
- package/lib/{internal-link-BL950cs3.d.ts → internal-link-CnC6mb4i.d.ts} +2 -2
- package/lib/{internal-link-DgOMen4w.d.mts → internal-link-F7DL65ZS.d.mts} +2 -2
- package/lib/{internal-links-DxtMobuI.js → internal-links-D7poW27s.js} +1 -1
- package/lib/{internal-links-DxtMobuI.js.map → internal-links-D7poW27s.js.map} +1 -1
- package/lib/{internal-links-CP3dqmrz.mjs → internal-links-DOdRudQQ.mjs} +1 -1
- package/lib/{internal-links-CP3dqmrz.mjs.map → internal-links-DOdRudQQ.mjs.map} +1 -1
- package/lib/jwt-B3e1_IVb.d.ts +11 -0
- package/lib/jwt-BpdQDGBb.mjs +18 -0
- package/lib/jwt-BpdQDGBb.mjs.map +1 -0
- package/lib/jwt-D5ouC3Ti.d.mts +11 -0
- package/lib/jwt-DPaLchNC.js +31 -0
- package/lib/jwt-DPaLchNC.js.map +1 -0
- package/lib/light-link-7CpN-g0K.js +38 -0
- package/lib/light-link-7CpN-g0K.js.map +1 -0
- package/lib/light-link-C1fi_Qgl.mjs +29 -0
- package/lib/light-link-C1fi_Qgl.mjs.map +1 -0
- package/lib/{links-Cq5mjJ_J.js → links-BwQUFx5u.js} +7 -7
- package/lib/{links-Cq5mjJ_J.js.map → links-BwQUFx5u.js.map} +1 -1
- package/lib/links-C37r2iCr.js +20 -0
- package/lib/links-C37r2iCr.js.map +1 -0
- package/lib/links-CZvBgl6Y.mjs +15 -0
- package/lib/links-CZvBgl6Y.mjs.map +1 -0
- package/lib/{links-B2pHDaBW.mjs → links-CbxQX5DC.mjs} +6 -6
- package/lib/{links-B2pHDaBW.mjs.map → links-CbxQX5DC.mjs.map} +1 -1
- package/lib/loading-BeEKq8Mb.mjs +100 -0
- package/lib/loading-BeEKq8Mb.mjs.map +1 -0
- package/lib/loading-CFCk4kkD.js +120 -0
- package/lib/loading-CFCk4kkD.js.map +1 -0
- package/lib/logo/components/logo-footer.d.mts +5 -0
- package/lib/logo/components/logo-footer.d.ts +5 -0
- package/lib/logo/components/logo-footer.js +6 -0
- package/lib/logo/components/logo-footer.mjs +6 -0
- package/lib/logo/components/logo-header.d.mts +5 -0
- package/lib/logo/components/logo-header.d.ts +5 -0
- package/lib/logo/components/logo-header.js +6 -0
- package/lib/logo/components/logo-header.mjs +6 -0
- package/lib/logo/components/logo-symbol.d.mts +5 -0
- package/lib/logo/components/logo-symbol.d.ts +5 -0
- package/lib/logo/components/logo-symbol.js +6 -0
- package/lib/logo/components/logo-symbol.mjs +6 -0
- package/lib/logo/constants.d.mts +2 -2
- package/lib/logo/constants.d.ts +1 -1
- package/lib/logo/constants.js +1 -1
- package/lib/logo/constants.mjs +1 -1
- package/lib/logo/index.d.mts +13 -38
- package/lib/logo/index.d.ts +12 -37
- package/lib/logo/index.js +10 -6
- package/lib/logo/index.mjs +7 -3
- package/lib/logo/utils/path.d.mts +12 -0
- package/lib/logo/utils/path.d.ts +11 -0
- package/lib/logo/utils/path.js +3 -0
- package/lib/logo/utils/path.mjs +3 -0
- package/lib/{logo-DlhZVVLN.js → logo-BayakBqF.js} +6 -6
- package/lib/{logo-DlhZVVLN.js.map → logo-BayakBqF.js.map} +1 -1
- package/lib/logo-CCa4SIA9.js +19 -0
- package/lib/logo-CCa4SIA9.js.map +1 -0
- package/lib/logo-CdyJH6YH.mjs +14 -0
- package/lib/logo-CdyJH6YH.mjs.map +1 -0
- package/lib/{logo-CUVtS0IX.mjs → logo-EVf_4KeU.mjs} +3 -3
- package/lib/{logo-CUVtS0IX.mjs.map → logo-EVf_4KeU.mjs.map} +1 -1
- package/lib/logo-footer-A3-hcXEt.js +30 -0
- package/lib/logo-footer-A3-hcXEt.js.map +1 -0
- package/lib/logo-footer-CmA2BnzS.d.ts +15 -0
- package/lib/logo-footer-DVLWPonJ.mjs +22 -0
- package/lib/logo-footer-DVLWPonJ.mjs.map +1 -0
- package/lib/logo-footer-NUo251uv.d.mts +15 -0
- package/lib/logo-header-B-cabrdp.js +27 -0
- package/lib/logo-header-B-cabrdp.js.map +1 -0
- package/lib/logo-header-BDLCtLT6.d.mts +15 -0
- package/lib/logo-header-DvUP30Y7.d.ts +15 -0
- package/lib/logo-header-ZUiyUo-f.mjs +20 -0
- package/lib/logo-header-ZUiyUo-f.mjs.map +1 -0
- package/lib/logo-symbol-Cs4TfBGq.mjs +20 -0
- package/lib/logo-symbol-Cs4TfBGq.mjs.map +1 -0
- package/lib/logo-symbol-DUagMBN9.js +27 -0
- package/lib/logo-symbol-DUagMBN9.js.map +1 -0
- package/lib/logo-symbol-OQi-RG-l.d.ts +15 -0
- package/lib/logo-symbol-S6fmcutW.d.mts +15 -0
- package/lib/menu-button-BzXGdc8T.mjs +22 -0
- package/lib/menu-button-BzXGdc8T.mjs.map +1 -0
- package/lib/menu-button-DP302FyB.js +30 -0
- package/lib/menu-button-DP302FyB.js.map +1 -0
- package/lib/{paragraph-iuz3jP0Q.js → paragraph-Bve022HS.js} +2 -2
- package/lib/paragraph-Bve022HS.js.map +1 -0
- package/lib/{paragraph-Cf9jr8RF.mjs → paragraph-QihuIWot.mjs} +2 -2
- package/lib/paragraph-QihuIWot.mjs.map +1 -0
- package/lib/path-CG9-S9re.mjs +27 -0
- package/lib/path-CG9-S9re.mjs.map +1 -0
- package/lib/path-Cqgq79mD.js +33 -0
- package/lib/path-Cqgq79mD.js.map +1 -0
- package/lib/pill-button-CNbShnjT.js +68 -0
- package/lib/pill-button-CNbShnjT.js.map +1 -0
- package/lib/pill-button-y0eh5cgT.mjs +59 -0
- package/lib/pill-button-y0eh5cgT.mjs.map +1 -0
- package/lib/{release-branch-CRZV4Ivz.js → release-branch-BX28p3l9.js} +1 -1
- package/lib/{release-branch-CRZV4Ivz.js.map → release-branch-BX28p3l9.js.map} +1 -1
- package/lib/{release-branch-CsBbhuYE.d.ts → release-branch-CnwfO6yj.d.ts} +1 -1
- package/lib/{release-branch-DNCD1uH_.mjs → release-branch-DDaNiKrr.mjs} +1 -1
- package/lib/{release-branch-DNCD1uH_.mjs.map → release-branch-DDaNiKrr.mjs.map} +1 -1
- package/lib/{release-branch-uF0B5lcE.d.mts → release-branch-IPa6pTGS.d.mts} +2 -2
- package/lib/{request-origins-BDXulkK9.js → request-origins-3W1mZD5S.js} +2 -2
- package/lib/{request-origins-BDXulkK9.js.map → request-origins-3W1mZD5S.js.map} +1 -1
- package/lib/{request-origins-CGkNWg8R.mjs → request-origins-Bn7P7Zk5.mjs} +2 -2
- package/lib/{request-origins-CGkNWg8R.mjs.map → request-origins-Bn7P7Zk5.mjs.map} +1 -1
- package/lib/{input-VmgNb9pm.js → search-bar-B6Ze_F-A.js} +7 -17
- package/lib/search-bar-B6Ze_F-A.js.map +1 -0
- package/lib/search-bar-BkH6o5Oz.d.mts +22 -0
- package/lib/search-bar-C3NMJ9ks.d.ts +22 -0
- package/lib/{input-BU_QJnbj.mjs → search-bar-CLs6UYMz.mjs} +6 -10
- package/lib/search-bar-CLs6UYMz.mjs.map +1 -0
- package/lib/social-media-Br_Byxii.mjs +26 -0
- package/lib/social-media-Br_Byxii.mjs.map +1 -0
- package/lib/social-media-CHDZitsM.js +35 -0
- package/lib/social-media-CHDZitsM.js.map +1 -0
- package/lib/social-media-Cc0bkShp.js +35 -0
- package/lib/social-media-Cc0bkShp.js.map +1 -0
- package/lib/social-media-CpxoM0xN.mjs +30 -0
- package/lib/social-media-CpxoM0xN.mjs.map +1 -0
- package/lib/storybook/utils/get-enum-arg.d.mts +21 -0
- package/lib/storybook/utils/get-enum-arg.d.ts +21 -0
- package/lib/storybook/utils/get-enum-arg.js +28 -0
- package/lib/storybook/utils/get-enum-arg.js.map +1 -0
- package/lib/storybook/utils/get-enum-arg.mjs +26 -0
- package/lib/storybook/utils/get-enum-arg.mjs.map +1 -0
- package/lib/styles.css +182 -3
- package/lib/tab-bar/constants.d.mts +3 -3
- package/lib/tab-bar/constants.d.ts +2 -2
- package/lib/tab-bar/constants.js +5 -5
- package/lib/tab-bar/constants.mjs +5 -5
- package/lib/tab-bar/index.js +23 -13
- package/lib/tab-bar/index.mjs +22 -12
- package/lib/tab-bar/theme.d.mts +2 -2
- package/lib/tab-bar/theme.d.ts +1 -1
- package/lib/tab-bar/theme.js +1 -1
- package/lib/tab-bar/theme.mjs +1 -1
- package/lib/{tab-bar-BiduNX4N.js → tab-bar-DCIXtwup.js} +12 -28
- package/lib/tab-bar-DCIXtwup.js.map +1 -0
- package/lib/{tab-bar-Cl1QLEj1.mjs → tab-bar-DJus-K09.mjs} +9 -19
- package/lib/tab-bar-DJus-K09.mjs.map +1 -0
- package/lib/tab-item-DVJ6vhql.js +37 -0
- package/lib/tab-item-DVJ6vhql.js.map +1 -0
- package/lib/tab-item-DefWiW0b.mjs +29 -0
- package/lib/tab-item-DefWiW0b.mjs.map +1 -0
- package/lib/tablet-and-below-Dx2Rvp02.js +113 -0
- package/lib/tablet-and-below-Dx2Rvp02.js.map +1 -0
- package/lib/tablet-and-below-sMts1JEc.mjs +101 -0
- package/lib/tablet-and-below-sMts1JEc.mjs.map +1 -0
- package/lib/text/constants.d.mts +2 -2
- package/lib/text/constants.d.ts +1 -1
- package/lib/text/heading.d.mts +2 -2
- package/lib/text/heading.d.ts +1 -1
- package/lib/text/heading.js +1 -1
- package/lib/text/heading.mjs +1 -1
- package/lib/text/paragraph.d.mts +2 -2
- package/lib/text/paragraph.d.ts +1 -1
- package/lib/text/paragraph.js +1 -1
- package/lib/text/paragraph.mjs +1 -1
- package/lib/text-button-DkD8OA65.mjs +66 -0
- package/lib/text-button-DkD8OA65.mjs.map +1 -0
- package/lib/text-button-DlMVqsvV.js +75 -0
- package/lib/text-button-DlMVqsvV.js.map +1 -0
- package/lib/theme-B4rsurcB.js +58 -0
- package/lib/theme-B4rsurcB.js.map +1 -0
- package/lib/theme-B5GNXw4M.js +48 -0
- package/lib/theme-B5GNXw4M.js.map +1 -0
- package/lib/{theme-CE2RkJwt.mjs → theme-C942t67I.mjs} +1 -1
- package/lib/{theme-CE2RkJwt.mjs.map → theme-C942t67I.mjs.map} +1 -1
- package/lib/theme-CILxIDaP.mjs +67 -0
- package/lib/theme-CILxIDaP.mjs.map +1 -0
- package/lib/theme-CJDY-Vlz.mjs +37 -0
- package/lib/theme-CJDY-Vlz.mjs.map +1 -0
- package/lib/theme-CKrQVNS4.mjs +53 -0
- package/lib/theme-CKrQVNS4.mjs.map +1 -0
- package/lib/theme-CWIKvBG4.js +90 -0
- package/lib/theme-CWIKvBG4.js.map +1 -0
- package/lib/{theme-BDGfJ8n-.d.ts → theme-Ce9CLqLS.d.ts} +1 -1
- package/lib/theme-CfGmIUoO.mjs +42 -0
- package/lib/theme-CfGmIUoO.mjs.map +1 -0
- package/lib/{theme-CmvdSSbX.js → theme-Cynd7pF9.js} +1 -1
- package/lib/{theme-CmvdSSbX.js.map → theme-Cynd7pF9.js.map} +1 -1
- package/lib/{theme-DKi2E2si.d.mts → theme-ECp4BKXJ.d.mts} +2 -2
- package/lib/theme-VVqGnnPq.js +307 -0
- package/lib/theme-VVqGnnPq.js.map +1 -0
- package/lib/theme-YXaUsVJu.mjs +296 -0
- package/lib/theme-YXaUsVJu.mjs.map +1 -0
- package/lib/theme-gPGrAR2u.mjs +46 -0
- package/lib/theme-gPGrAR2u.mjs.map +1 -0
- package/lib/theme-ingLagfo.js +63 -0
- package/lib/theme-ingLagfo.js.map +1 -0
- package/lib/{theme-Cv8rt4oO.js → theme-ods4yogr.js} +1 -1
- package/lib/{theme-Cv8rt4oO.js.map → theme-ods4yogr.js.map} +1 -1
- package/lib/{theme-Bgd_TUHZ.mjs → theme-uDVEiufm.mjs} +1 -1
- package/lib/{theme-Bgd_TUHZ.mjs.map → theme-uDVEiufm.mjs.map} +1 -1
- package/lib/theme-wttBp_sN.js +59 -0
- package/lib/theme-wttBp_sN.js.map +1 -0
- package/lib/title-bar/components/title-tab/hook.d.mts +7 -0
- package/lib/title-bar/components/title-tab/hook.d.ts +7 -0
- package/lib/title-bar/components/title-tab/hook.js +3 -0
- package/lib/title-bar/components/title-tab/hook.mjs +3 -0
- package/lib/title-bar/components/title-tab/index.d.mts +3 -0
- package/lib/title-bar/components/title-tab/index.d.ts +3 -0
- package/lib/title-bar/components/title-tab/index.js +23 -0
- package/lib/title-bar/components/title-tab/index.mjs +23 -0
- package/lib/title-bar/components/title-tab/tab-item.d.mts +12 -0
- package/lib/title-bar/components/title-tab/tab-item.d.ts +11 -0
- package/lib/title-bar/components/title-tab/tab-item.js +20 -0
- package/lib/title-bar/components/title-tab/tab-item.mjs +20 -0
- package/lib/title-bar/components/title-tab/type.d.mts +2 -0
- package/lib/title-bar/components/title-tab/type.d.ts +2 -0
- package/lib/title-bar/components/title-tab/type.js +0 -0
- package/lib/title-bar/components/title-tab/type.mjs +1 -0
- package/lib/title-bar/components/title1.d.mts +2 -0
- package/lib/title-bar/components/title1.d.ts +2 -0
- package/lib/title-bar/components/title1.js +6 -0
- package/lib/title-bar/components/title1.mjs +6 -0
- package/lib/title-bar/components/title2.d.mts +2 -0
- package/lib/title-bar/components/title2.d.ts +2 -0
- package/lib/title-bar/components/title2.js +6 -0
- package/lib/title-bar/components/title2.mjs +6 -0
- package/lib/title-bar/index.d.mts +4 -34
- package/lib/title-bar/index.d.ts +8 -38
- package/lib/title-bar/index.js +26 -141
- package/lib/title-bar/index.js.map +1 -1
- package/lib/title-bar/index.mjs +20 -131
- package/lib/title-bar/index.mjs.map +1 -1
- package/lib/title-tab-Bzo2mEUS.js +55 -0
- package/lib/title-tab-Bzo2mEUS.js.map +1 -0
- package/lib/title-tab-DyTYe4dn.mjs +46 -0
- package/lib/title-tab-DyTYe4dn.mjs.map +1 -0
- package/lib/title1-CB1C3lVX.js +34 -0
- package/lib/title1-CB1C3lVX.js.map +1 -0
- package/lib/title1-CkuzBJgg.d.ts +12 -0
- package/lib/title1-DMIzZ_Ce.d.mts +12 -0
- package/lib/title1-FLSEnRkW.mjs +26 -0
- package/lib/title1-FLSEnRkW.mjs.map +1 -0
- package/lib/title2-C2R8IF0W.d.ts +13 -0
- package/lib/title2-Dmq-RO59.mjs +29 -0
- package/lib/title2-Dmq-RO59.mjs.map +1 -0
- package/lib/title2-DxioNGe1.d.mts +13 -0
- package/lib/title2-MnbXvYzY.js +37 -0
- package/lib/title2-MnbXvYzY.js.map +1 -0
- package/lib/top-row-DlBl7qMk.js +85 -0
- package/lib/top-row-DlBl7qMk.js.map +1 -0
- package/lib/top-row-zMxUSbFn.mjs +76 -0
- package/lib/top-row-zMxUSbFn.mjs.map +1 -0
- package/lib/{type-CcygKers.d.ts → type-BnDFCU6X.d.ts} +1 -1
- package/lib/type-CLXaT3at.d.ts +10 -0
- package/lib/{type-Bsf9A8YX.d.mts → type-CUK24s0m.d.mts} +1 -1
- package/lib/type-CeVcN-Qd.d.mts +10 -0
- package/lib/types/index.d.mts +1 -1
- package/lib/{types-p8V2pbqn.d.mts → types-Blyo2r50.d.mts} +2 -2
- package/lib/{types-dW_WJa4D.d.ts → types-Ds7aLWpi.d.ts} +2 -2
- package/lib/use-outside-click-BhQu1ic3.d.mts +7 -0
- package/lib/use-outside-click-BnOIw72r.d.ts +7 -0
- package/lib/{use-outside-click-DAfe2vPE.mjs → use-outside-click-D6gPe2ZQ.mjs} +1 -1
- package/lib/{use-outside-click-DAfe2vPE.mjs.map → use-outside-click-D6gPe2ZQ.mjs.map} +1 -1
- package/lib/{use-outside-click-BB1MpRid.js → use-outside-click-DAqO6JA3.js} +1 -1
- package/lib/{use-outside-click-BB1MpRid.js.map → use-outside-click-DAqO6JA3.js.map} +1 -1
- package/lib/z-index-BdObyvJF.js +19 -0
- package/lib/z-index-BdObyvJF.js.map +1 -0
- package/lib/z-index-CPbhhoLg.mjs +13 -0
- package/lib/z-index-CPbhhoLg.mjs.map +1 -0
- package/package.json +4 -3
- package/lib/button-D_AWI7r9.mjs +0 -597
- package/lib/button-D_AWI7r9.mjs.map +0 -1
- package/lib/button-Dk0MxlKd.js +0 -636
- package/lib/button-Dk0MxlKd.js.map +0 -1
- package/lib/dropdown-menu-BAHX8io9.js +0 -150
- package/lib/dropdown-menu-BAHX8io9.js.map +0 -1
- package/lib/dropdown-menu-BBodM9gi.mjs +0 -117
- package/lib/dropdown-menu-BBodM9gi.mjs.map +0 -1
- package/lib/hamburger-menu-B8A2Jjyu.mjs +0 -482
- package/lib/hamburger-menu-B8A2Jjyu.mjs.map +0 -1
- package/lib/hamburger-menu-BKiIxEbP.js +0 -497
- package/lib/hamburger-menu-BKiIxEbP.js.map +0 -1
- package/lib/input-BU_QJnbj.mjs.map +0 -1
- package/lib/input-VmgNb9pm.js.map +0 -1
- package/lib/logo-B3GSkN1O.js +0 -106
- package/lib/logo-B3GSkN1O.js.map +0 -1
- package/lib/logo-NfYCtrtN.mjs +0 -80
- package/lib/logo-NfYCtrtN.mjs.map +0 -1
- package/lib/paragraph-Cf9jr8RF.mjs.map +0 -1
- package/lib/paragraph-iuz3jP0Q.js.map +0 -1
- package/lib/tab-bar-BiduNX4N.js.map +0 -1
- package/lib/tab-bar-Cl1QLEj1.mjs.map +0 -1
- package/lib/use-outside-click-CMgRy6Pr.d.mts +0 -7
- package/lib/use-outside-click-CWX94QPE.d.ts +0 -7
package/lib/styles.css
CHANGED
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
--font-title: "merriweather", "source-han-serif-tc", serif;
|
|
45
45
|
--font-default: "Roboto Slab", "Noto Sans TC", sans-serif, "Tauhu Oo";
|
|
46
46
|
--font-weight-extra-light: 100;
|
|
47
|
+
--animate-shimmer: shimmer 2.5s infinite;
|
|
47
48
|
}
|
|
48
49
|
}
|
|
49
50
|
@layer base {
|
|
@@ -246,9 +247,6 @@
|
|
|
246
247
|
.z-999 {
|
|
247
248
|
z-index: 999;
|
|
248
249
|
}
|
|
249
|
-
.m-0 {
|
|
250
|
-
margin: calc(var(--spacing) * 0);
|
|
251
|
-
}
|
|
252
250
|
.mx-auto {
|
|
253
251
|
margin-inline: auto;
|
|
254
252
|
}
|
|
@@ -294,6 +292,12 @@
|
|
|
294
292
|
.box-border {
|
|
295
293
|
box-sizing: border-box;
|
|
296
294
|
}
|
|
295
|
+
.line-clamp-3 {
|
|
296
|
+
overflow: hidden;
|
|
297
|
+
display: -webkit-box;
|
|
298
|
+
-webkit-box-orient: vertical;
|
|
299
|
+
-webkit-line-clamp: 3;
|
|
300
|
+
}
|
|
297
301
|
.flex {
|
|
298
302
|
display: flex;
|
|
299
303
|
}
|
|
@@ -329,6 +333,12 @@
|
|
|
329
333
|
.h-\[32px\] {
|
|
330
334
|
height: 32px;
|
|
331
335
|
}
|
|
336
|
+
.h-\[72px\] {
|
|
337
|
+
height: 72px;
|
|
338
|
+
}
|
|
339
|
+
.h-\[144px\] {
|
|
340
|
+
height: 144px;
|
|
341
|
+
}
|
|
332
342
|
.h-\[3000px\] {
|
|
333
343
|
height: 3000px;
|
|
334
344
|
}
|
|
@@ -356,6 +366,12 @@
|
|
|
356
366
|
.w-\[24px\] {
|
|
357
367
|
width: 24px;
|
|
358
368
|
}
|
|
369
|
+
.w-\[72px\] {
|
|
370
|
+
width: 72px;
|
|
371
|
+
}
|
|
372
|
+
.w-\[216px\] {
|
|
373
|
+
width: 216px;
|
|
374
|
+
}
|
|
359
375
|
.w-\[232px\] {
|
|
360
376
|
width: 232px;
|
|
361
377
|
}
|
|
@@ -461,6 +477,9 @@
|
|
|
461
477
|
.justify-end {
|
|
462
478
|
justify-content: flex-end;
|
|
463
479
|
}
|
|
480
|
+
.gap-\[4px\] {
|
|
481
|
+
gap: 4px;
|
|
482
|
+
}
|
|
464
483
|
.gap-\[8px\] {
|
|
465
484
|
gap: 8px;
|
|
466
485
|
}
|
|
@@ -485,6 +504,9 @@
|
|
|
485
504
|
.overscroll-contain {
|
|
486
505
|
overscroll-behavior: contain;
|
|
487
506
|
}
|
|
507
|
+
.rounded-\[2px\] {
|
|
508
|
+
border-radius: 2px;
|
|
509
|
+
}
|
|
488
510
|
.rounded-\[40px\] {
|
|
489
511
|
border-radius: 40px;
|
|
490
512
|
}
|
|
@@ -599,6 +621,9 @@
|
|
|
599
621
|
.mask-cover {
|
|
600
622
|
mask-size: cover;
|
|
601
623
|
}
|
|
624
|
+
.object-cover {
|
|
625
|
+
object-fit: cover;
|
|
626
|
+
}
|
|
602
627
|
.p-\[4px\] {
|
|
603
628
|
padding: 4px;
|
|
604
629
|
}
|
|
@@ -683,6 +708,12 @@
|
|
|
683
708
|
.font-title {
|
|
684
709
|
font-family: var(--font-title);
|
|
685
710
|
}
|
|
711
|
+
.\!text-\[18px\] {
|
|
712
|
+
font-size: 18px !important;
|
|
713
|
+
}
|
|
714
|
+
.\!text-\[22px\] {
|
|
715
|
+
font-size: 22px !important;
|
|
716
|
+
}
|
|
686
717
|
.text-\[10px\] {
|
|
687
718
|
font-size: 10px;
|
|
688
719
|
}
|
|
@@ -857,11 +888,85 @@
|
|
|
857
888
|
.\[-webkit-mask-image\:linear-gradient\(to_left\,rgba\(241\,241\,241\,0\)\,\#f1f1f1_48px\)\] {
|
|
858
889
|
-webkit-mask-image: linear-gradient(to left,rgba(241,241,241,0),#f1f1f1 48px);
|
|
859
890
|
}
|
|
891
|
+
.\[scrollbar-width\:none\] {
|
|
892
|
+
scrollbar-width: none;
|
|
893
|
+
}
|
|
894
|
+
.after\:absolute {
|
|
895
|
+
&::after {
|
|
896
|
+
content: var(--tw-content);
|
|
897
|
+
position: absolute;
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
.after\:inset-0 {
|
|
901
|
+
&::after {
|
|
902
|
+
content: var(--tw-content);
|
|
903
|
+
inset: calc(var(--spacing) * 0);
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
.after\:-translate-x-full {
|
|
907
|
+
&::after {
|
|
908
|
+
content: var(--tw-content);
|
|
909
|
+
--tw-translate-x: -100%;
|
|
910
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
.after\:animate-shimmer {
|
|
914
|
+
&::after {
|
|
915
|
+
content: var(--tw-content);
|
|
916
|
+
animation: var(--animate-shimmer);
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
.after\:bg-linear-to-r {
|
|
920
|
+
&::after {
|
|
921
|
+
content: var(--tw-content);
|
|
922
|
+
--tw-gradient-position: to right;
|
|
923
|
+
@supports (background-image: linear-gradient(in lab, red, red)) {
|
|
924
|
+
--tw-gradient-position: to right in oklab;
|
|
925
|
+
}
|
|
926
|
+
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
.after\:from-gray-white {
|
|
930
|
+
&::after {
|
|
931
|
+
content: var(--tw-content);
|
|
932
|
+
--tw-gradient-from: var(--color-gray-white);
|
|
933
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
.after\:via-opacity-white-05 {
|
|
937
|
+
&::after {
|
|
938
|
+
content: var(--tw-content);
|
|
939
|
+
--tw-gradient-via: var(--color-opacity-white-05);
|
|
940
|
+
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
941
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
.after\:to-gray-white {
|
|
945
|
+
&::after {
|
|
946
|
+
content: var(--tw-content);
|
|
947
|
+
--tw-gradient-to: var(--color-gray-white);
|
|
948
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
.after\:content-\[\"\"\] {
|
|
952
|
+
&::after {
|
|
953
|
+
content: var(--tw-content);
|
|
954
|
+
--tw-content: "";
|
|
955
|
+
content: var(--tw-content);
|
|
956
|
+
}
|
|
957
|
+
}
|
|
860
958
|
.last\:mr-0 {
|
|
861
959
|
&:last-child {
|
|
862
960
|
margin-right: calc(var(--spacing) * 0);
|
|
863
961
|
}
|
|
864
962
|
}
|
|
963
|
+
.hover\:cursor-pointer {
|
|
964
|
+
&:hover {
|
|
965
|
+
@media (hover: hover) {
|
|
966
|
+
cursor: pointer;
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
}
|
|
865
970
|
.hover\:border-brand-dark {
|
|
866
971
|
&:hover {
|
|
867
972
|
@media (hover: hover) {
|
|
@@ -1044,6 +1149,13 @@
|
|
|
1044
1149
|
}
|
|
1045
1150
|
}
|
|
1046
1151
|
}
|
|
1152
|
+
.hover\:opacity-70 {
|
|
1153
|
+
&:hover {
|
|
1154
|
+
@media (hover: hover) {
|
|
1155
|
+
opacity: 70%;
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1047
1159
|
.focus\:bg-gray-100 {
|
|
1048
1160
|
&:focus {
|
|
1049
1161
|
background-color: var(--color-gray-100);
|
|
@@ -1345,6 +1457,11 @@
|
|
|
1345
1457
|
padding-inline: calc(var(--spacing) * 0);
|
|
1346
1458
|
}
|
|
1347
1459
|
}
|
|
1460
|
+
.\[\&\:\:-webkit-scrollbar\]\:hidden {
|
|
1461
|
+
&::-webkit-scrollbar {
|
|
1462
|
+
display: none;
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1348
1465
|
.\[\&\:\:-webkit-scrollbar\]\:w-\[4px\] {
|
|
1349
1466
|
&::-webkit-scrollbar {
|
|
1350
1467
|
width: 4px;
|
|
@@ -1819,6 +1936,53 @@
|
|
|
1819
1936
|
syntax: "*";
|
|
1820
1937
|
inherits: false;
|
|
1821
1938
|
}
|
|
1939
|
+
@property --tw-content {
|
|
1940
|
+
syntax: "*";
|
|
1941
|
+
initial-value: "";
|
|
1942
|
+
inherits: false;
|
|
1943
|
+
}
|
|
1944
|
+
@property --tw-gradient-position {
|
|
1945
|
+
syntax: "*";
|
|
1946
|
+
inherits: false;
|
|
1947
|
+
}
|
|
1948
|
+
@property --tw-gradient-from {
|
|
1949
|
+
syntax: "<color>";
|
|
1950
|
+
inherits: false;
|
|
1951
|
+
initial-value: #0000;
|
|
1952
|
+
}
|
|
1953
|
+
@property --tw-gradient-via {
|
|
1954
|
+
syntax: "<color>";
|
|
1955
|
+
inherits: false;
|
|
1956
|
+
initial-value: #0000;
|
|
1957
|
+
}
|
|
1958
|
+
@property --tw-gradient-to {
|
|
1959
|
+
syntax: "<color>";
|
|
1960
|
+
inherits: false;
|
|
1961
|
+
initial-value: #0000;
|
|
1962
|
+
}
|
|
1963
|
+
@property --tw-gradient-stops {
|
|
1964
|
+
syntax: "*";
|
|
1965
|
+
inherits: false;
|
|
1966
|
+
}
|
|
1967
|
+
@property --tw-gradient-via-stops {
|
|
1968
|
+
syntax: "*";
|
|
1969
|
+
inherits: false;
|
|
1970
|
+
}
|
|
1971
|
+
@property --tw-gradient-from-position {
|
|
1972
|
+
syntax: "<length-percentage>";
|
|
1973
|
+
inherits: false;
|
|
1974
|
+
initial-value: 0%;
|
|
1975
|
+
}
|
|
1976
|
+
@property --tw-gradient-via-position {
|
|
1977
|
+
syntax: "<length-percentage>";
|
|
1978
|
+
inherits: false;
|
|
1979
|
+
initial-value: 50%;
|
|
1980
|
+
}
|
|
1981
|
+
@property --tw-gradient-to-position {
|
|
1982
|
+
syntax: "<length-percentage>";
|
|
1983
|
+
inherits: false;
|
|
1984
|
+
initial-value: 100%;
|
|
1985
|
+
}
|
|
1822
1986
|
@property --tw-outline-style {
|
|
1823
1987
|
syntax: "*";
|
|
1824
1988
|
inherits: false;
|
|
@@ -1829,6 +1993,11 @@
|
|
|
1829
1993
|
transform: rotate(360deg);
|
|
1830
1994
|
}
|
|
1831
1995
|
}
|
|
1996
|
+
@keyframes shimmer {
|
|
1997
|
+
100% {
|
|
1998
|
+
transform: translateX(100%);
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
1832
2001
|
@layer properties {
|
|
1833
2002
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1834
2003
|
*, ::before, ::after, ::backdrop {
|
|
@@ -1854,6 +2023,16 @@
|
|
|
1854
2023
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1855
2024
|
--tw-duration: initial;
|
|
1856
2025
|
--tw-ease: initial;
|
|
2026
|
+
--tw-content: "";
|
|
2027
|
+
--tw-gradient-position: initial;
|
|
2028
|
+
--tw-gradient-from: #0000;
|
|
2029
|
+
--tw-gradient-via: #0000;
|
|
2030
|
+
--tw-gradient-to: #0000;
|
|
2031
|
+
--tw-gradient-stops: initial;
|
|
2032
|
+
--tw-gradient-via-stops: initial;
|
|
2033
|
+
--tw-gradient-from-position: 0%;
|
|
2034
|
+
--tw-gradient-via-position: 50%;
|
|
2035
|
+
--tw-gradient-to-position: 100%;
|
|
1857
2036
|
--tw-outline-style: solid;
|
|
1858
2037
|
}
|
|
1859
2038
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "../index-
|
|
2
|
-
import { ReleaseBranch } from "../release-branch-
|
|
3
|
-
import { LinkTarget } from "../type-
|
|
1
|
+
import "../index-HhQuz4hd.mjs";
|
|
2
|
+
import { ReleaseBranch } from "../release-branch-IPa6pTGS.mjs";
|
|
3
|
+
import { LinkTarget } from "../type-CUK24s0m.mjs";
|
|
4
4
|
import { ReactElement } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/tab-bar/constants.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../index-H3peA2d_.js";
|
|
2
|
-
import { ReleaseBranch } from "../release-branch-
|
|
3
|
-
import { LinkTarget } from "../type-
|
|
2
|
+
import { ReleaseBranch } from "../release-branch-CnwfO6yj.js";
|
|
3
|
+
import { LinkTarget } from "../type-BnDFCU6X.js";
|
|
4
4
|
import { ReactElement } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/tab-bar/constants.d.ts
|
package/lib/tab-bar/constants.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
require('../internal-links-
|
|
2
|
-
require('../release-branch-
|
|
3
|
-
require('../constants-
|
|
4
|
-
require('../icons-
|
|
5
|
-
const require_constants$1 = require('../constants-
|
|
1
|
+
require('../internal-links-D7poW27s.js');
|
|
2
|
+
require('../release-branch-BX28p3l9.js');
|
|
3
|
+
require('../constants-D3LxY6rh.js');
|
|
4
|
+
require('../icons-UUg8_T_o.js');
|
|
5
|
+
const require_constants$1 = require('../constants-CyHvY9kx.js');
|
|
6
6
|
|
|
7
7
|
exports.TabBarItems = require_constants$1.TabBarItems;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../internal-links-
|
|
2
|
-
import "../release-branch-
|
|
3
|
-
import "../constants-
|
|
4
|
-
import "../icons-
|
|
5
|
-
import { TabBarItems } from "../constants-
|
|
1
|
+
import "../internal-links-DOdRudQQ.mjs";
|
|
2
|
+
import "../release-branch-DDaNiKrr.mjs";
|
|
3
|
+
import "../constants-CeaoKGr8.mjs";
|
|
4
|
+
import "../icons-CQv9VD7t.mjs";
|
|
5
|
+
import { TabBarItems } from "../constants-cPryXhfO.mjs";
|
|
6
6
|
|
|
7
7
|
export { TabBarItems };
|
package/lib/tab-bar/index.js
CHANGED
|
@@ -1,18 +1,28 @@
|
|
|
1
1
|
require('../constants-BmxSMOOn.js');
|
|
2
2
|
require('../constants-Cndhv6qr.js');
|
|
3
|
-
require('../paragraph-
|
|
3
|
+
require('../paragraph-Bve022HS.js');
|
|
4
4
|
require('../theme-DDBlIbeS.js');
|
|
5
|
-
require('../
|
|
6
|
-
require('../
|
|
7
|
-
require('../
|
|
8
|
-
require('../
|
|
9
|
-
require('../
|
|
10
|
-
require('../
|
|
11
|
-
require('../
|
|
12
|
-
require('../
|
|
13
|
-
require('../
|
|
14
|
-
|
|
15
|
-
require('../
|
|
16
|
-
require('../
|
|
5
|
+
require('../theme-ingLagfo.js');
|
|
6
|
+
require('../text-button-DlMVqsvV.js');
|
|
7
|
+
require('../theme-B5GNXw4M.js');
|
|
8
|
+
require('../icon-button-Vqwyow05.js');
|
|
9
|
+
require('../menu-button-DP302FyB.js');
|
|
10
|
+
require('../theme-VVqGnnPq.js');
|
|
11
|
+
require('../pill-button-CNbShnjT.js');
|
|
12
|
+
require('../theme-B4rsurcB.js');
|
|
13
|
+
require('../icon-with-text-button-DOj_-gz0.js');
|
|
14
|
+
require('../button-BLRV4Hwe.js');
|
|
15
|
+
require('../internal-links-D7poW27s.js');
|
|
16
|
+
require('../release-branch-BX28p3l9.js');
|
|
17
|
+
require('../external-link-N6pHzsZ9.js');
|
|
18
|
+
require('../internal-link-CQYfLFmN.js');
|
|
19
|
+
require('../customized-link-BQWDtLYD.js');
|
|
20
|
+
require('../context-CDuykLw5.js');
|
|
21
|
+
require('../constants-D3LxY6rh.js');
|
|
22
|
+
require('../icons-UUg8_T_o.js');
|
|
23
|
+
require('../z-index-BdObyvJF.js');
|
|
24
|
+
require('../theme-Cynd7pF9.js');
|
|
25
|
+
require('../constants-CyHvY9kx.js');
|
|
26
|
+
const require_tab_bar = require('../tab-bar-DCIXtwup.js');
|
|
17
27
|
|
|
18
28
|
module.exports = require_tab_bar.tab_bar_default;
|
package/lib/tab-bar/index.mjs
CHANGED
|
@@ -1,18 +1,28 @@
|
|
|
1
1
|
import "../internal-link-JeC0sVNF.mjs";
|
|
2
2
|
import "../constants-oTHAnh6r.mjs";
|
|
3
3
|
import "../constants-CBSEPx91.mjs";
|
|
4
|
-
import "../paragraph-
|
|
4
|
+
import "../paragraph-QihuIWot.mjs";
|
|
5
5
|
import "../theme-BG6yZVj-.mjs";
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import "../
|
|
9
|
-
import "../
|
|
10
|
-
import "../
|
|
11
|
-
import "../
|
|
12
|
-
import "../
|
|
13
|
-
import "../
|
|
14
|
-
import
|
|
15
|
-
import "../
|
|
16
|
-
import "../
|
|
6
|
+
import "../theme-gPGrAR2u.mjs";
|
|
7
|
+
import "../text-button-DkD8OA65.mjs";
|
|
8
|
+
import "../theme-CJDY-Vlz.mjs";
|
|
9
|
+
import "../icon-button-B-71Zncn.mjs";
|
|
10
|
+
import "../menu-button-BzXGdc8T.mjs";
|
|
11
|
+
import "../theme-YXaUsVJu.mjs";
|
|
12
|
+
import "../pill-button-y0eh5cgT.mjs";
|
|
13
|
+
import "../theme-CKrQVNS4.mjs";
|
|
14
|
+
import "../icon-with-text-button-CTWmp6He.mjs";
|
|
15
|
+
import "../button-ubJKEMLe.mjs";
|
|
16
|
+
import "../internal-links-DOdRudQQ.mjs";
|
|
17
|
+
import "../release-branch-DDaNiKrr.mjs";
|
|
18
|
+
import "../external-link-B7TYHbGX.mjs";
|
|
19
|
+
import "../customized-link-B4xfnPSR.mjs";
|
|
20
|
+
import "../context-rWQ3FoMt.mjs";
|
|
21
|
+
import "../constants-CeaoKGr8.mjs";
|
|
22
|
+
import "../icons-CQv9VD7t.mjs";
|
|
23
|
+
import "../z-index-CPbhhoLg.mjs";
|
|
24
|
+
import "../theme-C942t67I.mjs";
|
|
25
|
+
import "../constants-cPryXhfO.mjs";
|
|
26
|
+
import { tab_bar_default } from "../tab-bar-DJus-K09.mjs";
|
|
17
27
|
|
|
18
28
|
export { tab_bar_default as default };
|
package/lib/tab-bar/theme.d.mts
CHANGED
package/lib/tab-bar/theme.d.ts
CHANGED
package/lib/tab-bar/theme.js
CHANGED
package/lib/tab-bar/theme.mjs
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-BxBTb9qk.js');
|
|
2
2
|
const require_theme = require('./theme-DDBlIbeS.js');
|
|
3
|
-
const
|
|
4
|
-
const require_external_link = require('./external-link-
|
|
5
|
-
const require_internal_link = require('./internal-link-
|
|
6
|
-
const require_context = require('./context-
|
|
7
|
-
const require_icons = require('./icons-
|
|
8
|
-
const
|
|
9
|
-
const
|
|
3
|
+
const require_icon_with_text_button = require('./icon-with-text-button-DOj_-gz0.js');
|
|
4
|
+
const require_external_link = require('./external-link-N6pHzsZ9.js');
|
|
5
|
+
const require_internal_link = require('./internal-link-CQYfLFmN.js');
|
|
6
|
+
const require_context = require('./context-CDuykLw5.js');
|
|
7
|
+
const require_icons = require('./icons-UUg8_T_o.js');
|
|
8
|
+
const require_z_index = require('./z-index-BdObyvJF.js');
|
|
9
|
+
const require_theme$1 = require('./theme-Cynd7pF9.js');
|
|
10
|
+
const require_constants = require('./constants-CyHvY9kx.js');
|
|
10
11
|
let react = require("react");
|
|
11
12
|
react = require_chunk.__toESM(react);
|
|
12
13
|
let clsx = require("clsx");
|
|
@@ -16,17 +17,6 @@ react_jsx_runtime = require_chunk.__toESM(react_jsx_runtime);
|
|
|
16
17
|
let lodash_map = require("lodash/map");
|
|
17
18
|
lodash_map = require_chunk.__toESM(lodash_map);
|
|
18
19
|
|
|
19
|
-
//#region src/header/constants/z-index.ts
|
|
20
|
-
const ZIndex = {
|
|
21
|
-
tabBarMobile: "z-10",
|
|
22
|
-
tabBarTablet: "tablet:z-3",
|
|
23
|
-
hamburger: "z-4",
|
|
24
|
-
header: "z-3",
|
|
25
|
-
topRow: "z-2",
|
|
26
|
-
channel: "z-1"
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
//#endregion
|
|
30
20
|
//#region src/tab-bar/index.tsx
|
|
31
21
|
const _ = { map: lodash_map.default };
|
|
32
22
|
const TabBar = ({ className = "" }) => {
|
|
@@ -36,21 +26,21 @@ const TabBar = ({ className = "" }) => {
|
|
|
36
26
|
const iconTheme = theme === require_theme.THEME.photography ? theme : require_theme.THEME.normal;
|
|
37
27
|
const LinkComponent = isLinkExternal ? require_external_link.external_link_default : require_internal_link.internal_link_default;
|
|
38
28
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
39
|
-
className: (0, clsx.default)("w-screen fixed left-0 bottom-0 flex justify-between px-[16px] pt-[8px] pb-[calc(8px+env(safe-area-inset-bottom,0))] shadow-[0_0_2px_rgba(0,0,0,0.15)]", "desktop:hidden", bgColor, ZIndex.tabBarMobile, ZIndex.tabBarTablet, className),
|
|
29
|
+
className: (0, clsx.default)("w-screen fixed left-0 bottom-0 flex justify-between px-[16px] pt-[8px] pb-[calc(8px+env(safe-area-inset-bottom,0))] shadow-[0_0_2px_rgba(0,0,0,0.15)]", "desktop:hidden", bgColor, require_z_index.ZIndex.tabBarMobile, require_z_index.ZIndex.tabBarTablet, className),
|
|
40
30
|
children: [_.map(require_constants.TabBarItems(releaseBranch), (item) => {
|
|
41
31
|
const isActive = !isHamburgerMenuOpen && pathname === item.link;
|
|
42
32
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(LinkComponent, {
|
|
43
33
|
to: item.link,
|
|
44
34
|
target: item.target,
|
|
45
35
|
className: "flex justify-center flex-1",
|
|
46
|
-
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(
|
|
36
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_icon_with_text_button.icon_with_text_button_default, {
|
|
47
37
|
text: item.text,
|
|
48
38
|
iconComponent: item.icon,
|
|
49
39
|
theme: iconTheme,
|
|
50
40
|
active: isActive
|
|
51
41
|
})
|
|
52
42
|
}, item.text);
|
|
53
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(
|
|
43
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_icon_with_text_button.icon_with_text_button_default, {
|
|
54
44
|
text: "選單",
|
|
55
45
|
iconComponent: require_icons.Hamburger(releaseBranch),
|
|
56
46
|
className: "flex justify-center flex-1",
|
|
@@ -63,16 +53,10 @@ const TabBar = ({ className = "" }) => {
|
|
|
63
53
|
var tab_bar_default = TabBar;
|
|
64
54
|
|
|
65
55
|
//#endregion
|
|
66
|
-
Object.defineProperty(exports, 'ZIndex', {
|
|
67
|
-
enumerable: true,
|
|
68
|
-
get: function () {
|
|
69
|
-
return ZIndex;
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
56
|
Object.defineProperty(exports, 'tab_bar_default', {
|
|
73
57
|
enumerable: true,
|
|
74
58
|
get: function () {
|
|
75
59
|
return tab_bar_default;
|
|
76
60
|
}
|
|
77
61
|
});
|
|
78
|
-
//# sourceMappingURL=tab-bar-
|
|
62
|
+
//# sourceMappingURL=tab-bar-DCIXtwup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab-bar-DCIXtwup.js","names":["TabBar: FC<TabBarProps>","HeaderContext","HamburgerContext","selectTabBarTheme","THEME","ExternalLink","InternalLink","ZIndex","TabBarItems","IconWithTextButton","Hamburger"],"sources":["../src/tab-bar/index.tsx"],"sourcesContent":["import { useContext, type FC } from 'react'\nimport clsx from 'clsx'\n// context\nimport { HamburgerContext, HeaderContext } from '../header/context'\n// z-index\nimport { ZIndex } from '../header/constants/z-index'\n// button\nimport { IconWithTextButton } from '../button'\n// icons\nimport { Hamburger } from '../icons'\n// theme\nimport { THEME } from '../constants/theme'\nimport { selectTabBarTheme } from './theme'\n// constants\nimport { TabBarItems } from './constants'\n// links\nimport { InternalLink, ExternalLink } from '../customized-link'\n// lodash\nimport map from 'lodash/map'\nconst _ = {\n map,\n}\n\ntype TabBarProps = {\n className?: string\n}\nconst TabBar: FC<TabBarProps> = ({ className = '' }) => {\n const { theme, releaseBranch, isLinkExternal, pathname } =\n useContext(HeaderContext)\n const { toggleHamburger, isHamburgerMenuOpen } = useContext(HamburgerContext)\n const { bgColor } = selectTabBarTheme(theme)\n const iconTheme = theme === THEME.photography ? theme : THEME.normal\n const LinkComponent = isLinkExternal ? ExternalLink : InternalLink\n return (\n <div\n className={clsx(\n 'w-screen fixed left-0 bottom-0 flex justify-between px-[16px] pt-[8px] pb-[calc(8px+env(safe-area-inset-bottom,0))] shadow-[0_0_2px_rgba(0,0,0,0.15)]',\n 'desktop:hidden',\n bgColor,\n ZIndex.tabBarMobile,\n ZIndex.tabBarTablet,\n className\n )}\n >\n {_.map(TabBarItems(releaseBranch), (item) => {\n const isActive = !isHamburgerMenuOpen && pathname === item.link\n return (\n <LinkComponent\n key={item.text}\n to={item.link}\n target={item.target}\n className=\"flex justify-center flex-1\"\n >\n <IconWithTextButton\n text={item.text}\n iconComponent={item.icon}\n theme={iconTheme}\n active={isActive}\n />\n </LinkComponent>\n )\n })}\n <IconWithTextButton\n text=\"選單\"\n iconComponent={Hamburger(releaseBranch)}\n className=\"flex justify-center flex-1\"\n onClick={toggleHamburger}\n active={isHamburgerMenuOpen}\n theme={iconTheme}\n />\n </div>\n )\n}\nexport default TabBar\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAmBA,MAAM,IAAI,EACR,yBACD;AAKD,MAAMA,UAA2B,EAAE,YAAY,SAAS;CACtD,MAAM,EAAE,OAAO,eAAe,gBAAgB,mCACjCC,8BAAc;CAC3B,MAAM,EAAE,iBAAiB,8CAAmCC,iCAAiB;CAC7E,MAAM,EAAE,YAAYC,kCAAkB,MAAM;CAC5C,MAAM,YAAY,UAAUC,oBAAM,cAAc,QAAQA,oBAAM;CAC9D,MAAM,gBAAgB,iBAAiBC,8CAAeC;AACtD,QACE,4CAAC;EACC,6BACE,yJACA,kBACA,SACAC,uBAAO,cACPA,uBAAO,cACP,UACD;aAEA,EAAE,IAAIC,8BAAY,cAAc,GAAG,SAAS;GAC3C,MAAM,WAAW,CAAC,uBAAuB,aAAa,KAAK;AAC3D,UACE,2CAAC;IAEC,IAAI,KAAK;IACT,QAAQ,KAAK;IACb,WAAU;cAEV,2CAACC;KACC,MAAM,KAAK;KACX,eAAe,KAAK;KACpB,OAAO;KACP,QAAQ;MACR;MAVG,KAAK,KAWI;IAElB,EACF,2CAACA;GACC,MAAK;GACL,eAAeC,wBAAU,cAAc;GACvC,WAAU;GACV,SAAS;GACT,QAAQ;GACR,OAAO;IACP;GACE;;AAGV,sBAAe"}
|
|
@@ -1,27 +1,17 @@
|
|
|
1
1
|
import { internal_link_default } from "./internal-link-JeC0sVNF.mjs";
|
|
2
2
|
import { THEME } from "./theme-BG6yZVj-.mjs";
|
|
3
|
-
import { icon_with_text_button_default } from "./button-
|
|
4
|
-
import { external_link_default } from "./external-link-
|
|
5
|
-
import { HamburgerContext, HeaderContext } from "./context-
|
|
6
|
-
import { Hamburger } from "./icons-
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
3
|
+
import { icon_with_text_button_default } from "./icon-with-text-button-CTWmp6He.mjs";
|
|
4
|
+
import { external_link_default } from "./external-link-B7TYHbGX.mjs";
|
|
5
|
+
import { HamburgerContext, HeaderContext } from "./context-rWQ3FoMt.mjs";
|
|
6
|
+
import { Hamburger } from "./icons-CQv9VD7t.mjs";
|
|
7
|
+
import { ZIndex } from "./z-index-CPbhhoLg.mjs";
|
|
8
|
+
import { selectTabBarTheme } from "./theme-C942t67I.mjs";
|
|
9
|
+
import { TabBarItems } from "./constants-cPryXhfO.mjs";
|
|
9
10
|
import { useContext } from "react";
|
|
10
11
|
import clsx from "clsx";
|
|
11
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
13
|
import map from "lodash/map";
|
|
13
14
|
|
|
14
|
-
//#region src/header/constants/z-index.ts
|
|
15
|
-
const ZIndex = {
|
|
16
|
-
tabBarMobile: "z-10",
|
|
17
|
-
tabBarTablet: "tablet:z-3",
|
|
18
|
-
hamburger: "z-4",
|
|
19
|
-
header: "z-3",
|
|
20
|
-
topRow: "z-2",
|
|
21
|
-
channel: "z-1"
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
//#endregion
|
|
25
15
|
//#region src/tab-bar/index.tsx
|
|
26
16
|
const _ = { map };
|
|
27
17
|
const TabBar = ({ className = "" }) => {
|
|
@@ -58,5 +48,5 @@ const TabBar = ({ className = "" }) => {
|
|
|
58
48
|
var tab_bar_default = TabBar;
|
|
59
49
|
|
|
60
50
|
//#endregion
|
|
61
|
-
export {
|
|
62
|
-
//# sourceMappingURL=tab-bar-
|
|
51
|
+
export { tab_bar_default };
|
|
52
|
+
//# sourceMappingURL=tab-bar-DJus-K09.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab-bar-DJus-K09.mjs","names":["TabBar: FC<TabBarProps>","ExternalLink","InternalLink","IconWithTextButton"],"sources":["../src/tab-bar/index.tsx"],"sourcesContent":["import { useContext, type FC } from 'react'\nimport clsx from 'clsx'\n// context\nimport { HamburgerContext, HeaderContext } from '../header/context'\n// z-index\nimport { ZIndex } from '../header/constants/z-index'\n// button\nimport { IconWithTextButton } from '../button'\n// icons\nimport { Hamburger } from '../icons'\n// theme\nimport { THEME } from '../constants/theme'\nimport { selectTabBarTheme } from './theme'\n// constants\nimport { TabBarItems } from './constants'\n// links\nimport { InternalLink, ExternalLink } from '../customized-link'\n// lodash\nimport map from 'lodash/map'\nconst _ = {\n map,\n}\n\ntype TabBarProps = {\n className?: string\n}\nconst TabBar: FC<TabBarProps> = ({ className = '' }) => {\n const { theme, releaseBranch, isLinkExternal, pathname } =\n useContext(HeaderContext)\n const { toggleHamburger, isHamburgerMenuOpen } = useContext(HamburgerContext)\n const { bgColor } = selectTabBarTheme(theme)\n const iconTheme = theme === THEME.photography ? theme : THEME.normal\n const LinkComponent = isLinkExternal ? ExternalLink : InternalLink\n return (\n <div\n className={clsx(\n 'w-screen fixed left-0 bottom-0 flex justify-between px-[16px] pt-[8px] pb-[calc(8px+env(safe-area-inset-bottom,0))] shadow-[0_0_2px_rgba(0,0,0,0.15)]',\n 'desktop:hidden',\n bgColor,\n ZIndex.tabBarMobile,\n ZIndex.tabBarTablet,\n className\n )}\n >\n {_.map(TabBarItems(releaseBranch), (item) => {\n const isActive = !isHamburgerMenuOpen && pathname === item.link\n return (\n <LinkComponent\n key={item.text}\n to={item.link}\n target={item.target}\n className=\"flex justify-center flex-1\"\n >\n <IconWithTextButton\n text={item.text}\n iconComponent={item.icon}\n theme={iconTheme}\n active={isActive}\n />\n </LinkComponent>\n )\n })}\n <IconWithTextButton\n text=\"選單\"\n iconComponent={Hamburger(releaseBranch)}\n className=\"flex justify-center flex-1\"\n onClick={toggleHamburger}\n active={isHamburgerMenuOpen}\n theme={iconTheme}\n />\n </div>\n )\n}\nexport default TabBar\n"],"mappings":";;;;;;;;;;;;;;;AAmBA,MAAM,IAAI,EACR,KACD;AAKD,MAAMA,UAA2B,EAAE,YAAY,SAAS;CACtD,MAAM,EAAE,OAAO,eAAe,gBAAgB,aAC5C,WAAW,cAAc;CAC3B,MAAM,EAAE,iBAAiB,wBAAwB,WAAW,iBAAiB;CAC7E,MAAM,EAAE,YAAY,kBAAkB,MAAM;CAC5C,MAAM,YAAY,UAAU,MAAM,cAAc,QAAQ,MAAM;CAC9D,MAAM,gBAAgB,iBAAiBC,wBAAeC;AACtD,QACE,qBAAC;EACC,WAAW,KACT,yJACA,kBACA,SACA,OAAO,cACP,OAAO,cACP,UACD;aAEA,EAAE,IAAI,YAAY,cAAc,GAAG,SAAS;GAC3C,MAAM,WAAW,CAAC,uBAAuB,aAAa,KAAK;AAC3D,UACE,oBAAC;IAEC,IAAI,KAAK;IACT,QAAQ,KAAK;IACb,WAAU;cAEV,oBAACC;KACC,MAAM,KAAK;KACX,eAAe,KAAK;KACpB,OAAO;KACP,QAAQ;MACR;MAVG,KAAK,KAWI;IAElB,EACF,oBAACA;GACC,MAAK;GACL,eAAe,UAAU,cAAc;GACvC,WAAU;GACV,SAAS;GACT,QAAQ;GACR,OAAO;IACP;GACE;;AAGV,sBAAe"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const require_chunk = require('./chunk-BxBTb9qk.js');
|
|
2
|
+
const require_text_button = require('./text-button-DlMVqsvV.js');
|
|
3
|
+
const require_external_link = require('./external-link-N6pHzsZ9.js');
|
|
4
|
+
const require_internal_link = require('./internal-link-CQYfLFmN.js');
|
|
5
|
+
let clsx = require("clsx");
|
|
6
|
+
clsx = require_chunk.__toESM(clsx);
|
|
7
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
8
|
+
react_jsx_runtime = require_chunk.__toESM(react_jsx_runtime);
|
|
9
|
+
|
|
10
|
+
//#region src/title-bar/components/title-tab/tab-item.tsx
|
|
11
|
+
const TabItem = ({ text, link, isExternal = false, isActive = false, onClick, className = "" }) => {
|
|
12
|
+
const CustomizedLink = isExternal ? require_external_link.external_link_default : require_internal_link.internal_link_default;
|
|
13
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
|
|
14
|
+
className: (0, clsx.default)("flex shrink-0 mr-[24px] last:mr-0", className),
|
|
15
|
+
onClick,
|
|
16
|
+
type: "button",
|
|
17
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(CustomizedLink, {
|
|
18
|
+
to: link,
|
|
19
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_text_button.text_button_default, {
|
|
20
|
+
text,
|
|
21
|
+
active: isActive,
|
|
22
|
+
size: require_text_button.text_button_default.Size.l,
|
|
23
|
+
className: "py-[16px]"
|
|
24
|
+
})
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
var tab_item_default = TabItem;
|
|
29
|
+
|
|
30
|
+
//#endregion
|
|
31
|
+
Object.defineProperty(exports, 'tab_item_default', {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () {
|
|
34
|
+
return tab_item_default;
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
//# sourceMappingURL=tab-item-DVJ6vhql.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab-item-DVJ6vhql.js","names":["TabItem: FC<TabItemProps>","ExternalLink","InternalLink","TextButton"],"sources":["../src/title-bar/components/title-tab/tab-item.tsx"],"sourcesContent":["import clsx from 'clsx'\nimport type { FC } from 'react'\n// type\nimport type { Tab } from './type'\n// component\nimport { ExternalLink, InternalLink } from '../../../customized-link'\nimport { TextButton } from '../../../button'\n\ntype TabItemProps = Tab & {\n onClick: () => void\n className?: string\n}\nconst TabItem: FC<TabItemProps> = ({\n text,\n link,\n isExternal = false,\n isActive = false,\n onClick,\n className = '',\n}) => {\n const CustomizedLink = isExternal ? ExternalLink : InternalLink\n return (\n <button\n className={clsx('flex shrink-0 mr-[24px] last:mr-0', className)}\n onClick={onClick}\n type=\"button\"\n >\n <CustomizedLink to={link}>\n <TextButton\n text={text}\n active={isActive}\n size={TextButton.Size.l}\n className=\"py-[16px]\"\n />\n </CustomizedLink>\n </button>\n )\n}\n\nexport default TabItem\n"],"mappings":";;;;;;;;;;AAYA,MAAMA,WAA6B,EACjC,MACA,MACA,aAAa,OACb,WAAW,OACX,SACA,YAAY,SACR;CACJ,MAAM,iBAAiB,aAAaC,8CAAeC;AACnD,QACE,2CAAC;EACC,6BAAgB,qCAAqC,UAAU;EACtD;EACT,MAAK;YAEL,2CAAC;GAAe,IAAI;aAClB,2CAACC;IACO;IACN,QAAQ;IACR,MAAMA,wCAAW,KAAK;IACtB,WAAU;KACV;IACa;GACV;;AAIb,uBAAe"}
|