@twreporter/react-typescript-components 0.1.0-beta.21 → 0.1.0-beta.23
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-B-kLE-JI.mjs +31 -0
- package/lib/action-links-B-kLE-JI.mjs.map +1 -0
- package/lib/action-links-CrB9xTLX.js +42 -0
- package/lib/action-links-CrB9xTLX.js.map +1 -0
- package/lib/animation-Bh6OgE1s.mjs +12 -0
- package/lib/animation-Bh6OgE1s.mjs.map +1 -0
- package/lib/animation-CjKIebSq.js +18 -0
- package/lib/animation-CjKIebSq.js.map +1 -0
- package/lib/auth-store-B8SMis_O.mjs +18 -0
- package/lib/auth-store-B8SMis_O.mjs.map +1 -0
- package/lib/auth-store-Dol00nWl.js +25 -0
- package/lib/auth-store-Dol00nWl.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 +17 -94
- 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 +99 -0
- package/lib/card/list/index.js.map +1 -0
- package/lib/card/list/index.mjs +96 -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-91z01E6M.mjs +210 -0
- package/lib/channels-91z01E6M.mjs.map +1 -0
- package/lib/channels-BdOcGdox.mjs +63 -0
- package/lib/channels-BdOcGdox.mjs.map +1 -0
- package/lib/channels-BpBCfeF7.js +73 -0
- package/lib/channels-BpBCfeF7.js.map +1 -0
- package/lib/channels-C0h1mON8.js +221 -0
- package/lib/channels-C0h1mON8.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-B8QkNSRh.mjs → constants-BAmdJ_dS.mjs} +3 -3
- package/lib/{constants-B8QkNSRh.mjs.map → constants-BAmdJ_dS.mjs.map} +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-R6EfY15A.js → constants-BE7hWIZ-.js} +1 -1
- package/lib/{constants-R6EfY15A.js.map → constants-BE7hWIZ-.js.map} +1 -1
- package/lib/{constants-DVYCKpJ0.d.mts → constants-BVpJd-Eq.d.mts} +2 -2
- package/lib/constants-BYQoStw1.js +64 -0
- package/lib/constants-BYQoStw1.js.map +1 -0
- package/lib/constants-BZZgQcEy.mjs +9 -0
- package/lib/constants-BZZgQcEy.mjs.map +1 -0
- package/lib/{constants-Npoq7yu0.mjs → constants-BinATQpN.mjs} +1 -1
- package/lib/{constants-Npoq7yu0.mjs.map → constants-BinATQpN.mjs.map} +1 -1
- package/lib/{constants-CBjyeHSl.d.ts → constants-BkxOSlW7.d.ts} +1 -1
- package/lib/constants-BotsR-TR.mjs +59 -0
- package/lib/constants-BotsR-TR.mjs.map +1 -0
- package/lib/{constants-CUzusjTU.js → constants-BsNgVA15.js} +3 -3
- package/lib/{constants-CUzusjTU.js.map → constants-BsNgVA15.js.map} +1 -1
- 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-pqSeExjX.js → constants-CkmgPgze.js} +1 -1
- package/lib/{constants-pqSeExjX.js.map → constants-CkmgPgze.js.map} +1 -1
- package/lib/{constants-CzHmv07x.d.ts → constants-CncdMRN6.d.ts} +1 -1
- package/lib/{constants-nmH6p6-y.js → constants-CwOzq2oV.js} +1 -1
- package/lib/{constants-nmH6p6-y.js.map → constants-CwOzq2oV.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-z9Q8ph_H.mjs → constants-DXHY4pUi.mjs} +1 -1
- package/lib/{constants-z9Q8ph_H.mjs.map → constants-DXHY4pUi.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-DKqcALfv.mjs → constants-ZlCS0t-_.mjs} +1 -1
- package/lib/{constants-DKqcALfv.mjs.map → constants-ZlCS0t-_.mjs.map} +1 -1
- package/lib/{constants-C_OX3J7_.d.mts → constants-jR2WUCRY.d.mts} +2 -2
- package/lib/{context-C9AuSZIE.mjs → context-Bg1CbUYL.mjs} +2 -2
- package/lib/{context-C9AuSZIE.mjs.map → context-Bg1CbUYL.mjs.map} +1 -1
- package/lib/{context-vBt5fnU9.js → context-DW8qh_Q3.js} +2 -2
- package/lib/{context-vBt5fnU9.js.map → context-DW8qh_Q3.js.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 +3 -3
- 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/internal-link.mjs +1 -1
- package/lib/customized-link/type.d.mts +1 -1
- package/lib/customized-link/type.d.ts +1 -1
- package/lib/{customized-link-BDKQVdcH.js → customized-link-DoNAVCRa.js} +3 -3
- package/lib/{customized-link-BDKQVdcH.js.map → customized-link-DoNAVCRa.js.map} +1 -1
- package/lib/{customized-link-D3p9rjEe.mjs → customized-link-KNmVReo7.mjs} +3 -3
- package/lib/{customized-link-D3p9rjEe.mjs.map → customized-link-KNmVReo7.mjs.map} +1 -1
- package/lib/desktop-and-above-DA68C2UN.mjs +57 -0
- package/lib/desktop-and-above-DA68C2UN.mjs.map +1 -0
- package/lib/desktop-and-above-DQniIO6p.js +67 -0
- package/lib/desktop-and-above-DQniIO6p.js.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-BBJMRjAQ.js} +2 -2
- package/lib/{divider-B1zvSjNJ.js.map → divider-BBJMRjAQ.js.map} +1 -1
- package/lib/{divider-CE4u6SR5.mjs → divider-DX0u-V4m.mjs} +2 -2
- package/lib/{divider-CE4u6SR5.mjs.map → divider-DX0u-V4m.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 +12 -10
- package/lib/dropdown-menu-B4wI7TSC.js +49 -0
- package/lib/dropdown-menu-B4wI7TSC.js.map +1 -0
- package/lib/dropdown-menu-D7h5TpGV.mjs +40 -0
- package/lib/dropdown-menu-D7h5TpGV.mjs.map +1 -0
- package/lib/dropdown-menu-item-CoMgn82j.js +33 -0
- package/lib/dropdown-menu-item-CoMgn82j.js.map +1 -0
- package/lib/dropdown-menu-item-wJLVdE6F.mjs +24 -0
- package/lib/dropdown-menu-item-wJLVdE6F.mjs.map +1 -0
- 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-Dnw1WSM1.js} +1 -1
- package/lib/{external-link-Ce1_loKh.js.map → external-link-Dnw1WSM1.js.map} +1 -1
- package/lib/{external-link-BMIFL3DE.mjs → external-link-DrDvZqvE.mjs} +1 -1
- package/lib/{external-link-BMIFL3DE.mjs.map → external-link-DrDvZqvE.mjs.map} +1 -1
- package/lib/{external-links-DCn-uTD-.js → external-links-CeidCP88.js} +1 -1
- package/lib/{external-links-DCn-uTD-.js.map → external-links-CeidCP88.js.map} +1 -1
- package/lib/{external-links-B-A17Osq.mjs → external-links-FfndTp-X.mjs} +1 -1
- package/lib/{external-links-B-A17Osq.mjs.map → external-links-FfndTp-X.mjs.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 +29 -16
- package/lib/footer/index.mjs.map +1 -1
- package/lib/footer/links.d.mts +4 -4
- package/lib/footer/links.d.ts +7 -7
- package/lib/footer/links.js +19 -10
- package/lib/footer/links.mjs +19 -10
- 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 +11 -7
- 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 +41 -19
- 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-COVjQWOZ.mjs +181 -0
- package/lib/hamburger-menu-COVjQWOZ.mjs.map +1 -0
- package/lib/hamburger-menu-CuCIBIip.js +190 -0
- package/lib/hamburger-menu-CuCIBIip.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 +1 -1
- 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-CcqXFDPN.mjs → hooks-Bx775uvt.mjs} +2 -2
- package/lib/{hooks-CcqXFDPN.mjs.map → hooks-Bx775uvt.mjs.map} +1 -1
- package/lib/{hooks-CYgvBAmt.js → hooks-yvwMENLm.js} +2 -2
- package/lib/{hooks-CYgvBAmt.js.map → hooks-yvwMENLm.js.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-Kzj6ZGDD.js +43 -0
- package/lib/icon-link-Kzj6ZGDD.js.map +1 -0
- package/lib/icon-link-wXlulu3j.mjs +34 -0
- package/lib/icon-link-wXlulu3j.mjs.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 +12 -12
- package/lib/icons/index.d.ts +11 -11
- package/lib/icons/index.js +3 -3
- package/lib/icons/index.mjs +3 -3
- package/lib/icons-BwOqeNBO.mjs +81 -0
- package/lib/icons-BwOqeNBO.mjs.map +1 -0
- package/lib/icons-DF2IcvTD.js +90 -0
- package/lib/icons-DF2IcvTD.js.map +1 -0
- package/lib/{icons-C5UqghX2.mjs → icons-D_G_3m8-.mjs} +3 -3
- package/lib/{icons-C5UqghX2.mjs.map → icons-D_G_3m8-.mjs.map} +1 -1
- package/lib/{icons-BZI6_5JJ.js → icons-OsNrxOWn.js} +3 -3
- package/lib/{icons-BZI6_5JJ.js.map → icons-OsNrxOWn.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-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-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-MTFsl7V2.d.ts +25 -0
- package/lib/index-XkB8HVPQ.d.ts +17 -0
- package/lib/index-r6FmjV5m.d.mts +25 -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-BdeamSBg.js +13 -0
- package/lib/input-BdeamSBg.js.map +1 -0
- package/lib/input-DJFz-dZR.mjs +8 -0
- package/lib/input-DJFz-dZR.mjs.map +1 -0
- package/lib/{internal-link-Bq4yp13E.js → internal-link-CKuvpRC8.js} +665 -66
- package/lib/internal-link-CKuvpRC8.js.map +1 -0
- 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-link-DCXJvzgx.mjs → internal-link-JeC0sVNF.mjs} +665 -66
- package/lib/internal-link-JeC0sVNF.mjs.map +1 -0
- package/lib/{internal-links-DxtMobuI.js → internal-links-B0I8FU-O.js} +1 -1
- package/lib/{internal-links-DxtMobuI.js.map → internal-links-B0I8FU-O.js.map} +1 -1
- package/lib/{internal-links-CP3dqmrz.mjs → internal-links-hIbZZEWd.mjs} +1 -1
- package/lib/{internal-links-CP3dqmrz.mjs.map → internal-links-hIbZZEWd.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-B51e63N6.mjs +29 -0
- package/lib/light-link-B51e63N6.mjs.map +1 -0
- package/lib/light-link-CqP81kip.js +38 -0
- package/lib/light-link-CqP81kip.js.map +1 -0
- package/lib/links-B-W3iTG7.js +20 -0
- package/lib/links-B-W3iTG7.js.map +1 -0
- package/lib/links-CLk9Tme-.mjs +15 -0
- package/lib/links-CLk9Tme-.mjs.map +1 -0
- package/lib/{links-DMd-CuUJ.js → links-aGPsRmpL.js} +7 -7
- package/lib/{links-DMd-CuUJ.js.map → links-aGPsRmpL.js.map} +1 -1
- package/lib/{links-CFjOQl4o.mjs → links-mToBwfIx.mjs} +6 -6
- package/lib/{links-CFjOQl4o.mjs.map → links-mToBwfIx.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-BSQ347BA.mjs +14 -0
- package/lib/logo-BSQ347BA.mjs.map +1 -0
- package/lib/logo-BadImFmH.js +19 -0
- package/lib/logo-BadImFmH.js.map +1 -0
- package/lib/{logo-CeaVUbIW.js → logo-C6MIZMjk.js} +6 -6
- package/lib/{logo-CeaVUbIW.js.map → logo-C6MIZMjk.js.map} +1 -1
- package/lib/{logo-lPQ3Apwn.mjs → logo-HHIgzFFO.mjs} +4 -4
- package/lib/{logo-lPQ3Apwn.mjs.map → logo-HHIgzFFO.mjs.map} +1 -1
- package/lib/logo-footer-BHaZowQS.js +30 -0
- package/lib/logo-footer-BHaZowQS.js.map +1 -0
- package/lib/logo-footer-C2mygzWM.mjs +22 -0
- package/lib/logo-footer-C2mygzWM.mjs.map +1 -0
- package/lib/logo-footer-CmA2BnzS.d.ts +15 -0
- package/lib/logo-footer-NUo251uv.d.mts +15 -0
- package/lib/logo-header-BDLCtLT6.d.mts +15 -0
- package/lib/logo-header-Cp7W8CR-.js +27 -0
- package/lib/logo-header-Cp7W8CR-.js.map +1 -0
- package/lib/logo-header-DvUP30Y7.d.ts +15 -0
- package/lib/logo-header-Gy5Y-1lY.mjs +20 -0
- package/lib/logo-header-Gy5Y-1lY.mjs.map +1 -0
- package/lib/logo-symbol-8s7nSU0Z.mjs +20 -0
- package/lib/logo-symbol-8s7nSU0Z.mjs.map +1 -0
- package/lib/logo-symbol-DRA5IhbT.js +27 -0
- package/lib/logo-symbol-DRA5IhbT.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-CsJVJyBr.mjs +27 -0
- package/lib/path-CsJVJyBr.mjs.map +1 -0
- package/lib/path-j90QzFqV.js +33 -0
- package/lib/path-j90QzFqV.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-CsBbhuYE.d.ts → release-branch-CnwfO6yj.d.ts} +1 -1
- package/lib/{release-branch-CRZV4Ivz.js → release-branch-DmSIuJAw.js} +1 -1
- package/lib/{release-branch-CRZV4Ivz.js.map → release-branch-DmSIuJAw.js.map} +1 -1
- package/lib/{release-branch-uF0B5lcE.d.mts → release-branch-IPa6pTGS.d.mts} +2 -2
- package/lib/{release-branch-DNCD1uH_.mjs → release-branch-oA59oIop.mjs} +1 -1
- package/lib/{release-branch-DNCD1uH_.mjs.map → release-branch-oA59oIop.mjs.map} +1 -1
- package/lib/{request-origins-CGkNWg8R.mjs → request-origins-BeXRYpFr.mjs} +2 -2
- package/lib/{request-origins-CGkNWg8R.mjs.map → request-origins-BeXRYpFr.mjs.map} +1 -1
- package/lib/{request-origins-BDXulkK9.js → request-origins-CSHIpq-b.js} +2 -2
- package/lib/{request-origins-BDXulkK9.js.map → request-origins-CSHIpq-b.js.map} +1 -1
- package/lib/{input-e0a-Wul_.js → search-bar-B9iWikhM.js} +7 -17
- package/lib/search-bar-B9iWikhM.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-BJWcutA3.mjs → search-bar-CU2VQdeo.mjs} +6 -10
- package/lib/search-bar-CU2VQdeo.mjs.map +1 -0
- package/lib/social-media-B3ZZZuYp.mjs +30 -0
- package/lib/social-media-B3ZZZuYp.mjs.map +1 -0
- package/lib/social-media-BX0Ns4BR.js +35 -0
- package/lib/social-media-BX0Ns4BR.js.map +1 -0
- package/lib/social-media-DDNkN_DL.js +35 -0
- package/lib/social-media-DDNkN_DL.js.map +1 -0
- package/lib/social-media-HZ8Jr1iM.mjs +26 -0
- package/lib/social-media-HZ8Jr1iM.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 +176 -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 +23 -13
- 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-C_FxNWkG.mjs → tab-bar-DDsyTDpg.mjs} +10 -20
- package/lib/tab-bar-DDsyTDpg.mjs.map +1 -0
- package/lib/{tab-bar-USs-mSXE.js → tab-bar-DE2tPvyh.js} +12 -28
- package/lib/tab-bar-DE2tPvyh.js.map +1 -0
- package/lib/tab-item-BLf_p9Qi.js +37 -0
- package/lib/tab-item-BLf_p9Qi.js.map +1 -0
- package/lib/tab-item-NrRakHlM.mjs +29 -0
- package/lib/tab-item-NrRakHlM.mjs.map +1 -0
- package/lib/tablet-and-below-BMy_YUZ1.mjs +101 -0
- package/lib/tablet-and-below-BMy_YUZ1.mjs.map +1 -0
- package/lib/tablet-and-below-DxwJGBEL.js +113 -0
- package/lib/tablet-and-below-DxwJGBEL.js.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-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-Cbt9LjOk.mjs +42 -0
- package/lib/theme-Cbt9LjOk.mjs.map +1 -0
- package/lib/{theme-BDGfJ8n-.d.ts → theme-Ce9CLqLS.d.ts} +1 -1
- package/lib/theme-CjHrkZbk.mjs +67 -0
- package/lib/theme-CjHrkZbk.mjs.map +1 -0
- package/lib/{theme-Cf9NG_eL.mjs → theme-DGjb7DO8.mjs} +1 -1
- package/lib/{theme-Cf9NG_eL.mjs.map → theme-DGjb7DO8.mjs.map} +1 -1
- package/lib/{theme-B9k1Udon.js → theme-DZGKeUdz.js} +1 -1
- package/lib/{theme-B9k1Udon.js.map → theme-DZGKeUdz.js.map} +1 -1
- package/lib/{theme-BLdi7Moc.js → theme-DcgOPrC2.js} +1 -1
- package/lib/{theme-BLdi7Moc.js.map → theme-DcgOPrC2.js.map} +1 -1
- package/lib/theme-DjRdV3Iq.js +90 -0
- package/lib/theme-DjRdV3Iq.js.map +1 -0
- package/lib/{theme-DURvzYaJ.mjs → theme-DkV7kMq6.mjs} +1 -1
- package/lib/{theme-DURvzYaJ.mjs.map → theme-DkV7kMq6.mjs.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-tgdB3gqC.js +59 -0
- package/lib/theme-tgdB3gqC.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 +8 -38
- 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-BRQQyX8-.js +55 -0
- package/lib/title-tab-BRQQyX8-.js.map +1 -0
- package/lib/title-tab-ClfJ1n88.mjs +46 -0
- package/lib/title-tab-ClfJ1n88.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-Be6hy8bz.mjs +76 -0
- package/lib/top-row-Be6hy8bz.mjs.map +1 -0
- package/lib/top-row-DoDiUNas.js +85 -0
- package/lib/top-row-DoDiUNas.js.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-BIZ5N7wQ.d.ts +7 -0
- package/lib/use-outside-click-BO4-52Iu.d.mts +7 -0
- package/lib/{use-outside-click-DnJ0DNZ9.js → use-outside-click-Ffe2bjxu.js} +1 -1
- package/lib/{use-outside-click-DnJ0DNZ9.js.map → use-outside-click-Ffe2bjxu.js.map} +1 -1
- package/lib/{use-outside-click-BfAURk-E.mjs → use-outside-click-OKNYPEZn.mjs} +1 -1
- package/lib/{use-outside-click-BfAURk-E.mjs.map → use-outside-click-OKNYPEZn.mjs.map} +1 -1
- package/lib/z-index-CkMhi8IW.js +19 -0
- package/lib/z-index-CkMhi8IW.js.map +1 -0
- package/lib/z-index-YHdIcjBJ.mjs +13 -0
- package/lib/z-index-YHdIcjBJ.mjs.map +1 -0
- package/package.json +5 -6
- 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-CTUg6MST.js +0 -150
- package/lib/dropdown-menu-CTUg6MST.js.map +0 -1
- package/lib/dropdown-menu-MOuxtoud.mjs +0 -117
- package/lib/dropdown-menu-MOuxtoud.mjs.map +0 -1
- package/lib/hamburger-menu-B-n_-t91.mjs +0 -482
- package/lib/hamburger-menu-B-n_-t91.mjs.map +0 -1
- package/lib/hamburger-menu-CYiCx5_x.js +0 -497
- package/lib/hamburger-menu-CYiCx5_x.js.map +0 -1
- package/lib/input-BJWcutA3.mjs.map +0 -1
- package/lib/input-e0a-Wul_.js.map +0 -1
- package/lib/internal-link-Bq4yp13E.js.map +0 -1
- package/lib/internal-link-DCXJvzgx.mjs.map +0 -1
- package/lib/logo-B35M1BaX.js +0 -106
- package/lib/logo-B35M1BaX.js.map +0 -1
- package/lib/logo-DkEpjnPV.mjs +0 -80
- package/lib/logo-DkEpjnPV.mjs.map +0 -1
- package/lib/paragraph-Cf9jr8RF.mjs.map +0 -1
- package/lib/paragraph-iuz3jP0Q.js.map +0 -1
- package/lib/tab-bar-C_FxNWkG.mjs.map +0 -1
- package/lib/tab-bar-USs-mSXE.js.map +0 -1
- package/lib/use-outside-click-BA-T3hJc.d.ts +0 -7
- package/lib/use-outside-click-E-9eTkfz.d.mts +0 -7
|
@@ -35,13 +35,13 @@ var require__interop_require_wildcard = /* @__PURE__ */ require_chunk.__commonJS
|
|
|
35
35
|
//#region ../../node_modules/next/dist/shared/lib/router/utils/querystring.js
|
|
36
36
|
var require_querystring = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/router/utils/querystring.js": ((exports) => {
|
|
37
37
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
-
function _export$
|
|
38
|
+
function _export$14(target, all) {
|
|
39
39
|
for (var name in all) Object.defineProperty(target, name, {
|
|
40
40
|
enumerable: true,
|
|
41
41
|
get: all[name]
|
|
42
42
|
});
|
|
43
43
|
}
|
|
44
|
-
_export$
|
|
44
|
+
_export$14(exports, {
|
|
45
45
|
assign: function() {
|
|
46
46
|
return assign;
|
|
47
47
|
},
|
|
@@ -87,13 +87,13 @@ var require_querystring = /* @__PURE__ */ require_chunk.__commonJS({ "../../node
|
|
|
87
87
|
//#region ../../node_modules/next/dist/shared/lib/router/utils/format-url.js
|
|
88
88
|
var require_format_url = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/router/utils/format-url.js": ((exports) => {
|
|
89
89
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
90
|
-
function _export$
|
|
90
|
+
function _export$13(target, all) {
|
|
91
91
|
for (var name in all) Object.defineProperty(target, name, {
|
|
92
92
|
enumerable: true,
|
|
93
93
|
get: all[name]
|
|
94
94
|
});
|
|
95
95
|
}
|
|
96
|
-
_export$
|
|
96
|
+
_export$13(exports, {
|
|
97
97
|
formatUrl: function() {
|
|
98
98
|
return formatUrl;
|
|
99
99
|
},
|
|
@@ -179,13 +179,13 @@ var require_omit = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_module
|
|
|
179
179
|
//#region ../../node_modules/next/dist/shared/lib/utils.js
|
|
180
180
|
var require_utils$1 = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/utils.js": ((exports) => {
|
|
181
181
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
182
|
-
function _export$
|
|
182
|
+
function _export$12(target, all) {
|
|
183
183
|
for (var name in all) Object.defineProperty(target, name, {
|
|
184
184
|
enumerable: true,
|
|
185
185
|
get: all[name]
|
|
186
186
|
});
|
|
187
187
|
}
|
|
188
|
-
_export$
|
|
188
|
+
_export$12(exports, {
|
|
189
189
|
DecodeError: function() {
|
|
190
190
|
return DecodeError;
|
|
191
191
|
},
|
|
@@ -485,13 +485,13 @@ var require_is_local_url = /* @__PURE__ */ require_chunk.__commonJS({ "../../nod
|
|
|
485
485
|
//#region ../../node_modules/next/dist/shared/lib/router/utils/sorted-routes.js
|
|
486
486
|
var require_sorted_routes = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/router/utils/sorted-routes.js": ((exports) => {
|
|
487
487
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
488
|
-
function _export$
|
|
488
|
+
function _export$11(target, all) {
|
|
489
489
|
for (var name in all) Object.defineProperty(target, name, {
|
|
490
490
|
enumerable: true,
|
|
491
491
|
get: all[name]
|
|
492
492
|
});
|
|
493
493
|
}
|
|
494
|
-
_export$
|
|
494
|
+
_export$11(exports, {
|
|
495
495
|
getSortedRouteObjects: function() {
|
|
496
496
|
return getSortedRouteObjects;
|
|
497
497
|
},
|
|
@@ -663,13 +663,13 @@ var require_ensure_leading_slash = /* @__PURE__ */ require_chunk.__commonJS({ ".
|
|
|
663
663
|
//#region ../../node_modules/next/dist/shared/lib/segment.js
|
|
664
664
|
var require_segment = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/segment.js": ((exports) => {
|
|
665
665
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
666
|
-
function _export$
|
|
666
|
+
function _export$10(target, all) {
|
|
667
667
|
for (var name in all) Object.defineProperty(target, name, {
|
|
668
668
|
enumerable: true,
|
|
669
669
|
get: all[name]
|
|
670
670
|
});
|
|
671
671
|
}
|
|
672
|
-
_export$
|
|
672
|
+
_export$10(exports, {
|
|
673
673
|
DEFAULT_SEGMENT_KEY: function() {
|
|
674
674
|
return DEFAULT_SEGMENT_KEY;
|
|
675
675
|
},
|
|
@@ -707,13 +707,13 @@ var require_segment = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_mod
|
|
|
707
707
|
//#region ../../node_modules/next/dist/shared/lib/router/utils/app-paths.js
|
|
708
708
|
var require_app_paths = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/router/utils/app-paths.js": ((exports) => {
|
|
709
709
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
710
|
-
function _export$
|
|
710
|
+
function _export$9(target, all) {
|
|
711
711
|
for (var name in all) Object.defineProperty(target, name, {
|
|
712
712
|
enumerable: true,
|
|
713
713
|
get: all[name]
|
|
714
714
|
});
|
|
715
715
|
}
|
|
716
|
-
_export$
|
|
716
|
+
_export$9(exports, {
|
|
717
717
|
normalizeAppPath: function() {
|
|
718
718
|
return normalizeAppPath;
|
|
719
719
|
},
|
|
@@ -741,13 +741,13 @@ var require_app_paths = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_m
|
|
|
741
741
|
//#region ../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js
|
|
742
742
|
var require_interception_routes = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js": ((exports) => {
|
|
743
743
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
744
|
-
function _export$
|
|
744
|
+
function _export$8(target, all) {
|
|
745
745
|
for (var name in all) Object.defineProperty(target, name, {
|
|
746
746
|
enumerable: true,
|
|
747
747
|
get: all[name]
|
|
748
748
|
});
|
|
749
749
|
}
|
|
750
|
-
_export$
|
|
750
|
+
_export$8(exports, {
|
|
751
751
|
INTERCEPTION_ROUTE_MARKERS: function() {
|
|
752
752
|
return INTERCEPTION_ROUTE_MARKERS;
|
|
753
753
|
},
|
|
@@ -846,13 +846,13 @@ var require_is_dynamic = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_
|
|
|
846
846
|
//#region ../../node_modules/next/dist/shared/lib/router/utils/index.js
|
|
847
847
|
var require_utils = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/router/utils/index.js": ((exports) => {
|
|
848
848
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
849
|
-
function _export$
|
|
849
|
+
function _export$7(target, all) {
|
|
850
850
|
for (var name in all) Object.defineProperty(target, name, {
|
|
851
851
|
enumerable: true,
|
|
852
852
|
get: all[name]
|
|
853
853
|
});
|
|
854
854
|
}
|
|
855
|
-
_export$
|
|
855
|
+
_export$7(exports, {
|
|
856
856
|
getSortedRouteObjects: function() {
|
|
857
857
|
return _sortedroutes.getSortedRouteObjects;
|
|
858
858
|
},
|
|
@@ -867,6 +867,517 @@ var require_utils = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modul
|
|
|
867
867
|
const _isdynamic = require_is_dynamic();
|
|
868
868
|
}) });
|
|
869
869
|
|
|
870
|
+
//#endregion
|
|
871
|
+
//#region ../../node_modules/next/dist/compiled/path-to-regexp/index.js
|
|
872
|
+
var require_path_to_regexp = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/compiled/path-to-regexp/index.js": ((exports, module) => {
|
|
873
|
+
(() => {
|
|
874
|
+
if (typeof __nccwpck_require__ !== "undefined") __nccwpck_require__.ab = __dirname + "/";
|
|
875
|
+
var e = {};
|
|
876
|
+
(() => {
|
|
877
|
+
var n = e;
|
|
878
|
+
Object.defineProperty(n, "__esModule", { value: true });
|
|
879
|
+
n.pathToRegexp = n.tokensToRegexp = n.regexpToFunction = n.match = n.tokensToFunction = n.compile = n.parse = void 0;
|
|
880
|
+
function lexer(e$1) {
|
|
881
|
+
var n$1 = [];
|
|
882
|
+
var r = 0;
|
|
883
|
+
while (r < e$1.length) {
|
|
884
|
+
var t = e$1[r];
|
|
885
|
+
if (t === "*" || t === "+" || t === "?") {
|
|
886
|
+
n$1.push({
|
|
887
|
+
type: "MODIFIER",
|
|
888
|
+
index: r,
|
|
889
|
+
value: e$1[r++]
|
|
890
|
+
});
|
|
891
|
+
continue;
|
|
892
|
+
}
|
|
893
|
+
if (t === "\\") {
|
|
894
|
+
n$1.push({
|
|
895
|
+
type: "ESCAPED_CHAR",
|
|
896
|
+
index: r++,
|
|
897
|
+
value: e$1[r++]
|
|
898
|
+
});
|
|
899
|
+
continue;
|
|
900
|
+
}
|
|
901
|
+
if (t === "{") {
|
|
902
|
+
n$1.push({
|
|
903
|
+
type: "OPEN",
|
|
904
|
+
index: r,
|
|
905
|
+
value: e$1[r++]
|
|
906
|
+
});
|
|
907
|
+
continue;
|
|
908
|
+
}
|
|
909
|
+
if (t === "}") {
|
|
910
|
+
n$1.push({
|
|
911
|
+
type: "CLOSE",
|
|
912
|
+
index: r,
|
|
913
|
+
value: e$1[r++]
|
|
914
|
+
});
|
|
915
|
+
continue;
|
|
916
|
+
}
|
|
917
|
+
if (t === ":") {
|
|
918
|
+
var a = "";
|
|
919
|
+
var i = r + 1;
|
|
920
|
+
while (i < e$1.length) {
|
|
921
|
+
var o = e$1.charCodeAt(i);
|
|
922
|
+
if (o >= 48 && o <= 57 || o >= 65 && o <= 90 || o >= 97 && o <= 122 || o === 95) {
|
|
923
|
+
a += e$1[i++];
|
|
924
|
+
continue;
|
|
925
|
+
}
|
|
926
|
+
break;
|
|
927
|
+
}
|
|
928
|
+
if (!a) throw new TypeError("Missing parameter name at ".concat(r));
|
|
929
|
+
n$1.push({
|
|
930
|
+
type: "NAME",
|
|
931
|
+
index: r,
|
|
932
|
+
value: a
|
|
933
|
+
});
|
|
934
|
+
r = i;
|
|
935
|
+
continue;
|
|
936
|
+
}
|
|
937
|
+
if (t === "(") {
|
|
938
|
+
var c = 1;
|
|
939
|
+
var f = "";
|
|
940
|
+
var i = r + 1;
|
|
941
|
+
if (e$1[i] === "?") throw new TypeError("Pattern cannot start with \"?\" at ".concat(i));
|
|
942
|
+
while (i < e$1.length) {
|
|
943
|
+
if (e$1[i] === "\\") {
|
|
944
|
+
f += e$1[i++] + e$1[i++];
|
|
945
|
+
continue;
|
|
946
|
+
}
|
|
947
|
+
if (e$1[i] === ")") {
|
|
948
|
+
c--;
|
|
949
|
+
if (c === 0) {
|
|
950
|
+
i++;
|
|
951
|
+
break;
|
|
952
|
+
}
|
|
953
|
+
} else if (e$1[i] === "(") {
|
|
954
|
+
c++;
|
|
955
|
+
if (e$1[i + 1] !== "?") throw new TypeError("Capturing groups are not allowed at ".concat(i));
|
|
956
|
+
}
|
|
957
|
+
f += e$1[i++];
|
|
958
|
+
}
|
|
959
|
+
if (c) throw new TypeError("Unbalanced pattern at ".concat(r));
|
|
960
|
+
if (!f) throw new TypeError("Missing pattern at ".concat(r));
|
|
961
|
+
n$1.push({
|
|
962
|
+
type: "PATTERN",
|
|
963
|
+
index: r,
|
|
964
|
+
value: f
|
|
965
|
+
});
|
|
966
|
+
r = i;
|
|
967
|
+
continue;
|
|
968
|
+
}
|
|
969
|
+
n$1.push({
|
|
970
|
+
type: "CHAR",
|
|
971
|
+
index: r,
|
|
972
|
+
value: e$1[r++]
|
|
973
|
+
});
|
|
974
|
+
}
|
|
975
|
+
n$1.push({
|
|
976
|
+
type: "END",
|
|
977
|
+
index: r,
|
|
978
|
+
value: ""
|
|
979
|
+
});
|
|
980
|
+
return n$1;
|
|
981
|
+
}
|
|
982
|
+
function parse(e$1, n$1) {
|
|
983
|
+
if (n$1 === void 0) n$1 = {};
|
|
984
|
+
var r = lexer(e$1);
|
|
985
|
+
var t = n$1.prefixes, a = t === void 0 ? "./" : t, i = n$1.delimiter, o = i === void 0 ? "/#?" : i;
|
|
986
|
+
var c = [];
|
|
987
|
+
var f = 0;
|
|
988
|
+
var u = 0;
|
|
989
|
+
var p = "";
|
|
990
|
+
var tryConsume = function(e$2) {
|
|
991
|
+
if (u < r.length && r[u].type === e$2) return r[u++].value;
|
|
992
|
+
};
|
|
993
|
+
var mustConsume = function(e$2) {
|
|
994
|
+
var n$2 = tryConsume(e$2);
|
|
995
|
+
if (n$2 !== void 0) return n$2;
|
|
996
|
+
var t$1 = r[u], a$1 = t$1.type, i$1 = t$1.index;
|
|
997
|
+
throw new TypeError("Unexpected ".concat(a$1, " at ").concat(i$1, ", expected ").concat(e$2));
|
|
998
|
+
};
|
|
999
|
+
var consumeText = function() {
|
|
1000
|
+
var e$2 = "";
|
|
1001
|
+
var n$2;
|
|
1002
|
+
while (n$2 = tryConsume("CHAR") || tryConsume("ESCAPED_CHAR")) e$2 += n$2;
|
|
1003
|
+
return e$2;
|
|
1004
|
+
};
|
|
1005
|
+
var isSafe = function(e$2) {
|
|
1006
|
+
for (var n$2 = 0, r$1 = o; n$2 < r$1.length; n$2++) {
|
|
1007
|
+
var t$1 = r$1[n$2];
|
|
1008
|
+
if (e$2.indexOf(t$1) > -1) return true;
|
|
1009
|
+
}
|
|
1010
|
+
return false;
|
|
1011
|
+
};
|
|
1012
|
+
var safePattern = function(e$2) {
|
|
1013
|
+
var n$2 = c[c.length - 1];
|
|
1014
|
+
var r$1 = e$2 || (n$2 && typeof n$2 === "string" ? n$2 : "");
|
|
1015
|
+
if (n$2 && !r$1) throw new TypeError("Must have text between two parameters, missing text after \"".concat(n$2.name, "\""));
|
|
1016
|
+
if (!r$1 || isSafe(r$1)) return "[^".concat(escapeString(o), "]+?");
|
|
1017
|
+
return "(?:(?!".concat(escapeString(r$1), ")[^").concat(escapeString(o), "])+?");
|
|
1018
|
+
};
|
|
1019
|
+
while (u < r.length) {
|
|
1020
|
+
var v = tryConsume("CHAR");
|
|
1021
|
+
var s = tryConsume("NAME");
|
|
1022
|
+
var d = tryConsume("PATTERN");
|
|
1023
|
+
if (s || d) {
|
|
1024
|
+
var g = v || "";
|
|
1025
|
+
if (a.indexOf(g) === -1) {
|
|
1026
|
+
p += g;
|
|
1027
|
+
g = "";
|
|
1028
|
+
}
|
|
1029
|
+
if (p) {
|
|
1030
|
+
c.push(p);
|
|
1031
|
+
p = "";
|
|
1032
|
+
}
|
|
1033
|
+
c.push({
|
|
1034
|
+
name: s || f++,
|
|
1035
|
+
prefix: g,
|
|
1036
|
+
suffix: "",
|
|
1037
|
+
pattern: d || safePattern(g),
|
|
1038
|
+
modifier: tryConsume("MODIFIER") || ""
|
|
1039
|
+
});
|
|
1040
|
+
continue;
|
|
1041
|
+
}
|
|
1042
|
+
var x = v || tryConsume("ESCAPED_CHAR");
|
|
1043
|
+
if (x) {
|
|
1044
|
+
p += x;
|
|
1045
|
+
continue;
|
|
1046
|
+
}
|
|
1047
|
+
if (p) {
|
|
1048
|
+
c.push(p);
|
|
1049
|
+
p = "";
|
|
1050
|
+
}
|
|
1051
|
+
if (tryConsume("OPEN")) {
|
|
1052
|
+
var g = consumeText();
|
|
1053
|
+
var l = tryConsume("NAME") || "";
|
|
1054
|
+
var m = tryConsume("PATTERN") || "";
|
|
1055
|
+
var T = consumeText();
|
|
1056
|
+
mustConsume("CLOSE");
|
|
1057
|
+
c.push({
|
|
1058
|
+
name: l || (m ? f++ : ""),
|
|
1059
|
+
pattern: l && !m ? safePattern(g) : m,
|
|
1060
|
+
prefix: g,
|
|
1061
|
+
suffix: T,
|
|
1062
|
+
modifier: tryConsume("MODIFIER") || ""
|
|
1063
|
+
});
|
|
1064
|
+
continue;
|
|
1065
|
+
}
|
|
1066
|
+
mustConsume("END");
|
|
1067
|
+
}
|
|
1068
|
+
return c;
|
|
1069
|
+
}
|
|
1070
|
+
n.parse = parse;
|
|
1071
|
+
function compile(e$1, n$1) {
|
|
1072
|
+
return tokensToFunction(parse(e$1, n$1), n$1);
|
|
1073
|
+
}
|
|
1074
|
+
n.compile = compile;
|
|
1075
|
+
function tokensToFunction(e$1, n$1) {
|
|
1076
|
+
if (n$1 === void 0) n$1 = {};
|
|
1077
|
+
var r = flags(n$1);
|
|
1078
|
+
var t = n$1.encode, a = t === void 0 ? function(e$2) {
|
|
1079
|
+
return e$2;
|
|
1080
|
+
} : t, i = n$1.validate, o = i === void 0 ? true : i;
|
|
1081
|
+
var c = e$1.map((function(e$2) {
|
|
1082
|
+
if (typeof e$2 === "object") return new RegExp("^(?:".concat(e$2.pattern, ")$"), r);
|
|
1083
|
+
}));
|
|
1084
|
+
return function(n$2) {
|
|
1085
|
+
var r$1 = "";
|
|
1086
|
+
for (var t$1 = 0; t$1 < e$1.length; t$1++) {
|
|
1087
|
+
var i$1 = e$1[t$1];
|
|
1088
|
+
if (typeof i$1 === "string") {
|
|
1089
|
+
r$1 += i$1;
|
|
1090
|
+
continue;
|
|
1091
|
+
}
|
|
1092
|
+
var f = n$2 ? n$2[i$1.name] : void 0;
|
|
1093
|
+
var u = i$1.modifier === "?" || i$1.modifier === "*";
|
|
1094
|
+
var p = i$1.modifier === "*" || i$1.modifier === "+";
|
|
1095
|
+
if (Array.isArray(f)) {
|
|
1096
|
+
if (!p) throw new TypeError("Expected \"".concat(i$1.name, "\" to not repeat, but got an array"));
|
|
1097
|
+
if (f.length === 0) {
|
|
1098
|
+
if (u) continue;
|
|
1099
|
+
throw new TypeError("Expected \"".concat(i$1.name, "\" to not be empty"));
|
|
1100
|
+
}
|
|
1101
|
+
for (var v = 0; v < f.length; v++) {
|
|
1102
|
+
var s = a(f[v], i$1);
|
|
1103
|
+
if (o && !c[t$1].test(s)) throw new TypeError("Expected all \"".concat(i$1.name, "\" to match \"").concat(i$1.pattern, "\", but got \"").concat(s, "\""));
|
|
1104
|
+
r$1 += i$1.prefix + s + i$1.suffix;
|
|
1105
|
+
}
|
|
1106
|
+
continue;
|
|
1107
|
+
}
|
|
1108
|
+
if (typeof f === "string" || typeof f === "number") {
|
|
1109
|
+
var s = a(String(f), i$1);
|
|
1110
|
+
if (o && !c[t$1].test(s)) throw new TypeError("Expected \"".concat(i$1.name, "\" to match \"").concat(i$1.pattern, "\", but got \"").concat(s, "\""));
|
|
1111
|
+
r$1 += i$1.prefix + s + i$1.suffix;
|
|
1112
|
+
continue;
|
|
1113
|
+
}
|
|
1114
|
+
if (u) continue;
|
|
1115
|
+
var d = p ? "an array" : "a string";
|
|
1116
|
+
throw new TypeError("Expected \"".concat(i$1.name, "\" to be ").concat(d));
|
|
1117
|
+
}
|
|
1118
|
+
return r$1;
|
|
1119
|
+
};
|
|
1120
|
+
}
|
|
1121
|
+
n.tokensToFunction = tokensToFunction;
|
|
1122
|
+
function match(e$1, n$1) {
|
|
1123
|
+
var r = [];
|
|
1124
|
+
var t = pathToRegexp(e$1, r, n$1);
|
|
1125
|
+
return regexpToFunction(t, r, n$1);
|
|
1126
|
+
}
|
|
1127
|
+
n.match = match;
|
|
1128
|
+
function regexpToFunction(e$1, n$1, r) {
|
|
1129
|
+
if (r === void 0) r = {};
|
|
1130
|
+
var t = r.decode, a = t === void 0 ? function(e$2) {
|
|
1131
|
+
return e$2;
|
|
1132
|
+
} : t;
|
|
1133
|
+
return function(r$1) {
|
|
1134
|
+
var t$1 = e$1.exec(r$1);
|
|
1135
|
+
if (!t$1) return false;
|
|
1136
|
+
var i = t$1[0], o = t$1.index;
|
|
1137
|
+
var c = Object.create(null);
|
|
1138
|
+
var _loop_1 = function(e$2) {
|
|
1139
|
+
if (t$1[e$2] === void 0) return "continue";
|
|
1140
|
+
var r$2 = n$1[e$2 - 1];
|
|
1141
|
+
if (r$2.modifier === "*" || r$2.modifier === "+") c[r$2.name] = t$1[e$2].split(r$2.prefix + r$2.suffix).map((function(e$3) {
|
|
1142
|
+
return a(e$3, r$2);
|
|
1143
|
+
}));
|
|
1144
|
+
else c[r$2.name] = a(t$1[e$2], r$2);
|
|
1145
|
+
};
|
|
1146
|
+
for (var f = 1; f < t$1.length; f++) _loop_1(f);
|
|
1147
|
+
return {
|
|
1148
|
+
path: i,
|
|
1149
|
+
index: o,
|
|
1150
|
+
params: c
|
|
1151
|
+
};
|
|
1152
|
+
};
|
|
1153
|
+
}
|
|
1154
|
+
n.regexpToFunction = regexpToFunction;
|
|
1155
|
+
function escapeString(e$1) {
|
|
1156
|
+
return e$1.replace(/([.+*?=^!:${}()[\]|/\\])/g, "\\$1");
|
|
1157
|
+
}
|
|
1158
|
+
function flags(e$1) {
|
|
1159
|
+
return e$1 && e$1.sensitive ? "" : "i";
|
|
1160
|
+
}
|
|
1161
|
+
function regexpToRegexp(e$1, n$1) {
|
|
1162
|
+
if (!n$1) return e$1;
|
|
1163
|
+
var r = /\((?:\?<(.*?)>)?(?!\?)/g;
|
|
1164
|
+
var t = 0;
|
|
1165
|
+
var a = r.exec(e$1.source);
|
|
1166
|
+
while (a) {
|
|
1167
|
+
n$1.push({
|
|
1168
|
+
name: a[1] || t++,
|
|
1169
|
+
prefix: "",
|
|
1170
|
+
suffix: "",
|
|
1171
|
+
modifier: "",
|
|
1172
|
+
pattern: ""
|
|
1173
|
+
});
|
|
1174
|
+
a = r.exec(e$1.source);
|
|
1175
|
+
}
|
|
1176
|
+
return e$1;
|
|
1177
|
+
}
|
|
1178
|
+
function arrayToRegexp(e$1, n$1, r) {
|
|
1179
|
+
var t = e$1.map((function(e$2) {
|
|
1180
|
+
return pathToRegexp(e$2, n$1, r).source;
|
|
1181
|
+
}));
|
|
1182
|
+
return new RegExp("(?:".concat(t.join("|"), ")"), flags(r));
|
|
1183
|
+
}
|
|
1184
|
+
function stringToRegexp(e$1, n$1, r) {
|
|
1185
|
+
return tokensToRegexp(parse(e$1, r), n$1, r);
|
|
1186
|
+
}
|
|
1187
|
+
function tokensToRegexp(e$1, n$1, r) {
|
|
1188
|
+
if (r === void 0) r = {};
|
|
1189
|
+
var t = r.strict, a = t === void 0 ? false : t, i = r.start, o = i === void 0 ? true : i, c = r.end, f = c === void 0 ? true : c, u = r.encode, p = u === void 0 ? function(e$2) {
|
|
1190
|
+
return e$2;
|
|
1191
|
+
} : u, v = r.delimiter, s = v === void 0 ? "/#?" : v, d = r.endsWith, g = d === void 0 ? "" : d;
|
|
1192
|
+
var x = "[".concat(escapeString(g), "]|$");
|
|
1193
|
+
var h = "[".concat(escapeString(s), "]");
|
|
1194
|
+
var l = o ? "^" : "";
|
|
1195
|
+
for (var m = 0, T = e$1; m < T.length; m++) {
|
|
1196
|
+
var E = T[m];
|
|
1197
|
+
if (typeof E === "string") l += escapeString(p(E));
|
|
1198
|
+
else {
|
|
1199
|
+
var w = escapeString(p(E.prefix));
|
|
1200
|
+
var y = escapeString(p(E.suffix));
|
|
1201
|
+
if (E.pattern) {
|
|
1202
|
+
if (n$1) n$1.push(E);
|
|
1203
|
+
if (w || y) if (E.modifier === "+" || E.modifier === "*") {
|
|
1204
|
+
var R = E.modifier === "*" ? "?" : "";
|
|
1205
|
+
l += "(?:".concat(w, "((?:").concat(E.pattern, ")(?:").concat(y).concat(w, "(?:").concat(E.pattern, "))*)").concat(y, ")").concat(R);
|
|
1206
|
+
} else l += "(?:".concat(w, "(").concat(E.pattern, ")").concat(y, ")").concat(E.modifier);
|
|
1207
|
+
else {
|
|
1208
|
+
if (E.modifier === "+" || E.modifier === "*") throw new TypeError("Can not repeat \"".concat(E.name, "\" without a prefix and suffix"));
|
|
1209
|
+
l += "(".concat(E.pattern, ")").concat(E.modifier);
|
|
1210
|
+
}
|
|
1211
|
+
} else l += "(?:".concat(w).concat(y, ")").concat(E.modifier);
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
if (f) {
|
|
1215
|
+
if (!a) l += "".concat(h, "?");
|
|
1216
|
+
l += !r.endsWith ? "$" : "(?=".concat(x, ")");
|
|
1217
|
+
} else {
|
|
1218
|
+
var A = e$1[e$1.length - 1];
|
|
1219
|
+
var _ = typeof A === "string" ? h.indexOf(A[A.length - 1]) > -1 : A === void 0;
|
|
1220
|
+
if (!a) l += "(?:".concat(h, "(?=").concat(x, "))?");
|
|
1221
|
+
if (!_) l += "(?=".concat(h, "|").concat(x, ")");
|
|
1222
|
+
}
|
|
1223
|
+
return new RegExp(l, flags(r));
|
|
1224
|
+
}
|
|
1225
|
+
n.tokensToRegexp = tokensToRegexp;
|
|
1226
|
+
function pathToRegexp(e$1, n$1, r) {
|
|
1227
|
+
if (e$1 instanceof RegExp) return regexpToRegexp(e$1, n$1);
|
|
1228
|
+
if (Array.isArray(e$1)) return arrayToRegexp(e$1, n$1, r);
|
|
1229
|
+
return stringToRegexp(e$1, n$1, r);
|
|
1230
|
+
}
|
|
1231
|
+
n.pathToRegexp = pathToRegexp;
|
|
1232
|
+
})();
|
|
1233
|
+
module.exports = e;
|
|
1234
|
+
})();
|
|
1235
|
+
}) });
|
|
1236
|
+
|
|
1237
|
+
//#endregion
|
|
1238
|
+
//#region ../../node_modules/next/dist/lib/route-pattern-normalizer.js
|
|
1239
|
+
var require_route_pattern_normalizer = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/lib/route-pattern-normalizer.js": ((exports) => {
|
|
1240
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1241
|
+
function _export$6(target, all) {
|
|
1242
|
+
for (var name in all) Object.defineProperty(target, name, {
|
|
1243
|
+
enumerable: true,
|
|
1244
|
+
get: all[name]
|
|
1245
|
+
});
|
|
1246
|
+
}
|
|
1247
|
+
_export$6(exports, {
|
|
1248
|
+
hasAdjacentParameterIssues: function() {
|
|
1249
|
+
return hasAdjacentParameterIssues;
|
|
1250
|
+
},
|
|
1251
|
+
normalizeAdjacentParameters: function() {
|
|
1252
|
+
return normalizeAdjacentParameters;
|
|
1253
|
+
},
|
|
1254
|
+
normalizeTokensForRegexp: function() {
|
|
1255
|
+
return normalizeTokensForRegexp;
|
|
1256
|
+
},
|
|
1257
|
+
stripParameterSeparators: function() {
|
|
1258
|
+
return stripParameterSeparators;
|
|
1259
|
+
}
|
|
1260
|
+
});
|
|
1261
|
+
/**
|
|
1262
|
+
* Route pattern normalization utilities for path-to-regexp compatibility.
|
|
1263
|
+
*
|
|
1264
|
+
* path-to-regexp 6.3.0+ introduced stricter validation that rejects certain
|
|
1265
|
+
* patterns commonly used in Next.js interception routes. This module provides
|
|
1266
|
+
* normalization functions to make Next.js route patterns compatible with the
|
|
1267
|
+
* updated library while preserving all functionality.
|
|
1268
|
+
*/
|
|
1269
|
+
/**
|
|
1270
|
+
* Internal separator used to normalize adjacent parameter patterns.
|
|
1271
|
+
* This unique marker is inserted between adjacent parameters and stripped out
|
|
1272
|
+
* during parameter extraction to avoid conflicts with real URL content.
|
|
1273
|
+
*/ const PARAM_SEPARATOR = "_NEXTSEP_";
|
|
1274
|
+
function hasAdjacentParameterIssues(route) {
|
|
1275
|
+
if (typeof route !== "string") return false;
|
|
1276
|
+
if (/\/\(\.{1,3}\):[^/\s]+/.test(route)) return true;
|
|
1277
|
+
if (/:[a-zA-Z_][a-zA-Z0-9_]*:[a-zA-Z_][a-zA-Z0-9_]*/.test(route)) return true;
|
|
1278
|
+
return false;
|
|
1279
|
+
}
|
|
1280
|
+
function normalizeAdjacentParameters(route) {
|
|
1281
|
+
let normalized = route;
|
|
1282
|
+
normalized = normalized.replace(/(\([^)]*\)):([^/\s]+)/g, `$1${PARAM_SEPARATOR}:$2`);
|
|
1283
|
+
normalized = normalized.replace(/:([^:/\s)]+)(?=:)/g, `:$1${PARAM_SEPARATOR}`);
|
|
1284
|
+
return normalized;
|
|
1285
|
+
}
|
|
1286
|
+
function normalizeTokensForRegexp(tokens) {
|
|
1287
|
+
return tokens.map((token) => {
|
|
1288
|
+
if (typeof token === "object" && token !== null && "modifier" in token && (token.modifier === "*" || token.modifier === "+") && "prefix" in token && "suffix" in token && token.prefix === "" && token.suffix === "") return {
|
|
1289
|
+
...token,
|
|
1290
|
+
prefix: "/"
|
|
1291
|
+
};
|
|
1292
|
+
return token;
|
|
1293
|
+
});
|
|
1294
|
+
}
|
|
1295
|
+
function stripParameterSeparators(params) {
|
|
1296
|
+
const cleaned = {};
|
|
1297
|
+
for (const [key, value] of Object.entries(params)) if (typeof value === "string") cleaned[key] = value.replace(/* @__PURE__ */ new RegExp(`^${PARAM_SEPARATOR}`), "");
|
|
1298
|
+
else if (Array.isArray(value)) cleaned[key] = value.map((item) => typeof item === "string" ? item.replace(/* @__PURE__ */ new RegExp(`^${PARAM_SEPARATOR}`), "") : item);
|
|
1299
|
+
else cleaned[key] = value;
|
|
1300
|
+
return cleaned;
|
|
1301
|
+
}
|
|
1302
|
+
}) });
|
|
1303
|
+
|
|
1304
|
+
//#endregion
|
|
1305
|
+
//#region ../../node_modules/next/dist/shared/lib/router/utils/route-match-utils.js
|
|
1306
|
+
var require_route_match_utils = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/router/utils/route-match-utils.js": ((exports) => {
|
|
1307
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1308
|
+
function _export$5(target, all) {
|
|
1309
|
+
for (var name in all) Object.defineProperty(target, name, {
|
|
1310
|
+
enumerable: true,
|
|
1311
|
+
get: all[name]
|
|
1312
|
+
});
|
|
1313
|
+
}
|
|
1314
|
+
_export$5(exports, {
|
|
1315
|
+
safeCompile: function() {
|
|
1316
|
+
return safeCompile;
|
|
1317
|
+
},
|
|
1318
|
+
safePathToRegexp: function() {
|
|
1319
|
+
return safePathToRegexp;
|
|
1320
|
+
},
|
|
1321
|
+
safeRegexpToFunction: function() {
|
|
1322
|
+
return safeRegexpToFunction;
|
|
1323
|
+
},
|
|
1324
|
+
safeRouteMatcher: function() {
|
|
1325
|
+
return safeRouteMatcher;
|
|
1326
|
+
}
|
|
1327
|
+
});
|
|
1328
|
+
const _pathtoregexp = require_path_to_regexp();
|
|
1329
|
+
const _routepatternnormalizer = require_route_pattern_normalizer();
|
|
1330
|
+
function safePathToRegexp(route, keys, options) {
|
|
1331
|
+
if (typeof route !== "string") return (0, _pathtoregexp.pathToRegexp)(route, keys, options);
|
|
1332
|
+
const needsNormalization = (0, _routepatternnormalizer.hasAdjacentParameterIssues)(route);
|
|
1333
|
+
const routeToUse = needsNormalization ? (0, _routepatternnormalizer.normalizeAdjacentParameters)(route) : route;
|
|
1334
|
+
try {
|
|
1335
|
+
return (0, _pathtoregexp.pathToRegexp)(routeToUse, keys, options);
|
|
1336
|
+
} catch (error) {
|
|
1337
|
+
if (!needsNormalization) try {
|
|
1338
|
+
const normalizedRoute = (0, _routepatternnormalizer.normalizeAdjacentParameters)(route);
|
|
1339
|
+
return (0, _pathtoregexp.pathToRegexp)(normalizedRoute, keys, options);
|
|
1340
|
+
} catch (retryError) {
|
|
1341
|
+
throw error;
|
|
1342
|
+
}
|
|
1343
|
+
throw error;
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
function safeCompile(route, options) {
|
|
1347
|
+
const needsNormalization = (0, _routepatternnormalizer.hasAdjacentParameterIssues)(route);
|
|
1348
|
+
const routeToUse = needsNormalization ? (0, _routepatternnormalizer.normalizeAdjacentParameters)(route) : route;
|
|
1349
|
+
try {
|
|
1350
|
+
return (0, _pathtoregexp.compile)(routeToUse, options);
|
|
1351
|
+
} catch (error) {
|
|
1352
|
+
if (!needsNormalization) try {
|
|
1353
|
+
const normalizedRoute = (0, _routepatternnormalizer.normalizeAdjacentParameters)(route);
|
|
1354
|
+
return (0, _pathtoregexp.compile)(normalizedRoute, options);
|
|
1355
|
+
} catch (retryError) {
|
|
1356
|
+
throw error;
|
|
1357
|
+
}
|
|
1358
|
+
throw error;
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
function safeRegexpToFunction(regexp, keys) {
|
|
1362
|
+
const originalMatcher = (0, _pathtoregexp.regexpToFunction)(regexp, keys || []);
|
|
1363
|
+
return (pathname) => {
|
|
1364
|
+
const result = originalMatcher(pathname);
|
|
1365
|
+
if (!result) return false;
|
|
1366
|
+
return {
|
|
1367
|
+
...result,
|
|
1368
|
+
params: (0, _routepatternnormalizer.stripParameterSeparators)(result.params)
|
|
1369
|
+
};
|
|
1370
|
+
};
|
|
1371
|
+
}
|
|
1372
|
+
function safeRouteMatcher(matcherFn) {
|
|
1373
|
+
return (pathname) => {
|
|
1374
|
+
const result = matcherFn(pathname);
|
|
1375
|
+
if (!result) return false;
|
|
1376
|
+
return (0, _routepatternnormalizer.stripParameterSeparators)(result);
|
|
1377
|
+
};
|
|
1378
|
+
}
|
|
1379
|
+
}) });
|
|
1380
|
+
|
|
870
1381
|
//#endregion
|
|
871
1382
|
//#region ../../node_modules/next/dist/shared/lib/router/utils/route-matcher.js
|
|
872
1383
|
var require_route_matcher = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/router/utils/route-matcher.js": ((exports) => {
|
|
@@ -878,9 +1389,10 @@ var require_route_matcher = /* @__PURE__ */ require_chunk.__commonJS({ "../../no
|
|
|
878
1389
|
}
|
|
879
1390
|
});
|
|
880
1391
|
const _utils$2 = require_utils$1();
|
|
1392
|
+
const _routematchutils = require_route_match_utils();
|
|
881
1393
|
function getRouteMatcher(param) {
|
|
882
1394
|
let { re, groups } = param;
|
|
883
|
-
|
|
1395
|
+
const rawMatcher = (pathname) => {
|
|
884
1396
|
const routeMatch = re.exec(pathname);
|
|
885
1397
|
if (!routeMatch) return false;
|
|
886
1398
|
const decode = (param$1) => {
|
|
@@ -902,6 +1414,7 @@ var require_route_matcher = /* @__PURE__ */ require_chunk.__commonJS({ "../../no
|
|
|
902
1414
|
}
|
|
903
1415
|
return params;
|
|
904
1416
|
};
|
|
1417
|
+
return (0, _routematchutils.safeRouteMatcher)(rawMatcher);
|
|
905
1418
|
}
|
|
906
1419
|
}) });
|
|
907
1420
|
|
|
@@ -909,13 +1422,13 @@ var require_route_matcher = /* @__PURE__ */ require_chunk.__commonJS({ "../../no
|
|
|
909
1422
|
//#region ../../node_modules/next/dist/lib/constants.js
|
|
910
1423
|
var require_constants = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/lib/constants.js": ((exports) => {
|
|
911
1424
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
912
|
-
function _export$
|
|
1425
|
+
function _export$4(target, all) {
|
|
913
1426
|
for (var name in all) Object.defineProperty(target, name, {
|
|
914
1427
|
enumerable: true,
|
|
915
1428
|
get: all[name]
|
|
916
1429
|
});
|
|
917
1430
|
}
|
|
918
|
-
_export$
|
|
1431
|
+
_export$4(exports, {
|
|
919
1432
|
ACTION_SUFFIX: function() {
|
|
920
1433
|
return ACTION_SUFFIX;
|
|
921
1434
|
},
|
|
@@ -940,12 +1453,18 @@ var require_constants = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_m
|
|
|
940
1453
|
GSSP_NO_RETURNED_VALUE: function() {
|
|
941
1454
|
return GSSP_NO_RETURNED_VALUE;
|
|
942
1455
|
},
|
|
1456
|
+
HTML_CONTENT_TYPE_HEADER: function() {
|
|
1457
|
+
return HTML_CONTENT_TYPE_HEADER;
|
|
1458
|
+
},
|
|
943
1459
|
INFINITE_CACHE: function() {
|
|
944
1460
|
return INFINITE_CACHE;
|
|
945
1461
|
},
|
|
946
1462
|
INSTRUMENTATION_HOOK_FILENAME: function() {
|
|
947
1463
|
return INSTRUMENTATION_HOOK_FILENAME;
|
|
948
1464
|
},
|
|
1465
|
+
JSON_CONTENT_TYPE_HEADER: function() {
|
|
1466
|
+
return JSON_CONTENT_TYPE_HEADER;
|
|
1467
|
+
},
|
|
949
1468
|
MATCHED_PATH_HEADER: function() {
|
|
950
1469
|
return MATCHED_PATH_HEADER;
|
|
951
1470
|
},
|
|
@@ -1027,6 +1546,9 @@ var require_constants = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_m
|
|
|
1027
1546
|
RSC_CACHE_WRAPPER_ALIAS: function() {
|
|
1028
1547
|
return RSC_CACHE_WRAPPER_ALIAS;
|
|
1029
1548
|
},
|
|
1549
|
+
RSC_DYNAMIC_IMPORT_WRAPPER_ALIAS: function() {
|
|
1550
|
+
return RSC_DYNAMIC_IMPORT_WRAPPER_ALIAS;
|
|
1551
|
+
},
|
|
1030
1552
|
RSC_MOD_REF_PROXY_ALIAS: function() {
|
|
1031
1553
|
return RSC_MOD_REF_PROXY_ALIAS;
|
|
1032
1554
|
},
|
|
@@ -1063,6 +1585,9 @@ var require_constants = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_m
|
|
|
1063
1585
|
STATIC_STATUS_PAGE_GET_INITIAL_PROPS_ERROR: function() {
|
|
1064
1586
|
return STATIC_STATUS_PAGE_GET_INITIAL_PROPS_ERROR;
|
|
1065
1587
|
},
|
|
1588
|
+
TEXT_PLAIN_CONTENT_TYPE_HEADER: function() {
|
|
1589
|
+
return TEXT_PLAIN_CONTENT_TYPE_HEADER;
|
|
1590
|
+
},
|
|
1066
1591
|
UNSTABLE_REVALIDATE_RENAME_ERROR: function() {
|
|
1067
1592
|
return UNSTABLE_REVALIDATE_RENAME_ERROR;
|
|
1068
1593
|
},
|
|
@@ -1073,6 +1598,9 @@ var require_constants = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_m
|
|
|
1073
1598
|
return WEBPACK_RESOURCE_QUERIES;
|
|
1074
1599
|
}
|
|
1075
1600
|
});
|
|
1601
|
+
const TEXT_PLAIN_CONTENT_TYPE_HEADER = "text/plain";
|
|
1602
|
+
const HTML_CONTENT_TYPE_HEADER = "text/html; charset=utf-8";
|
|
1603
|
+
const JSON_CONTENT_TYPE_HEADER = "application/json; charset=utf-8";
|
|
1076
1604
|
const NEXT_QUERY_PARAM_PREFIX = "nxtP";
|
|
1077
1605
|
const NEXT_INTERCEPTION_MARKER_PREFIX = "nxtI";
|
|
1078
1606
|
const MATCHED_PATH_HEADER = "x-matched-path";
|
|
@@ -1107,6 +1635,7 @@ var require_constants = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_m
|
|
|
1107
1635
|
const RSC_ACTION_VALIDATE_ALIAS = "private-next-rsc-action-validate";
|
|
1108
1636
|
const RSC_ACTION_PROXY_ALIAS = "private-next-rsc-server-reference";
|
|
1109
1637
|
const RSC_CACHE_WRAPPER_ALIAS = "private-next-rsc-cache-wrapper";
|
|
1638
|
+
const RSC_DYNAMIC_IMPORT_WRAPPER_ALIAS = "private-next-rsc-track-dynamic-import";
|
|
1110
1639
|
const RSC_ACTION_ENCRYPTION_ALIAS = "private-next-rsc-action-encryption";
|
|
1111
1640
|
const RSC_ACTION_CLIENT_WRAPPER_ALIAS = "private-next-rsc-action-client-wrapper";
|
|
1112
1641
|
const PUBLIC_DIR_MIDDLEWARE_CONFLICT = `You can not have a '_next' folder inside of your public folder. This conflicts with the internal '/_next' route. https://nextjs.org/docs/messages/public-next-folder-conflict`;
|
|
@@ -1207,58 +1736,83 @@ var require_escape_regexp = /* @__PURE__ */ require_chunk.__commonJS({ "../../no
|
|
|
1207
1736
|
}) });
|
|
1208
1737
|
|
|
1209
1738
|
//#endregion
|
|
1210
|
-
//#region ../../node_modules/next/dist/shared/lib/router/utils/
|
|
1211
|
-
var
|
|
1739
|
+
//#region ../../node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js
|
|
1740
|
+
var require_get_dynamic_param = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js": ((exports) => {
|
|
1212
1741
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1213
|
-
function _export$
|
|
1742
|
+
function _export$3(target, all) {
|
|
1214
1743
|
for (var name in all) Object.defineProperty(target, name, {
|
|
1215
1744
|
enumerable: true,
|
|
1216
1745
|
get: all[name]
|
|
1217
1746
|
});
|
|
1218
1747
|
}
|
|
1219
|
-
_export$
|
|
1220
|
-
|
|
1221
|
-
return
|
|
1748
|
+
_export$3(exports, {
|
|
1749
|
+
PARAMETER_PATTERN: function() {
|
|
1750
|
+
return PARAMETER_PATTERN;
|
|
1222
1751
|
},
|
|
1223
|
-
|
|
1224
|
-
return
|
|
1752
|
+
getDynamicParam: function() {
|
|
1753
|
+
return getDynamicParam;
|
|
1225
1754
|
},
|
|
1226
|
-
|
|
1227
|
-
return
|
|
1755
|
+
parseMatchedParameter: function() {
|
|
1756
|
+
return parseMatchedParameter;
|
|
1228
1757
|
},
|
|
1229
1758
|
parseParameter: function() {
|
|
1230
1759
|
return parseParameter;
|
|
1231
1760
|
}
|
|
1232
1761
|
});
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1762
|
+
function getDynamicParam(params, segmentKey, dynamicParamType, pagePath, fallbackRouteParams) {
|
|
1763
|
+
let value = params[segmentKey];
|
|
1764
|
+
if (fallbackRouteParams && fallbackRouteParams.has(segmentKey)) value = fallbackRouteParams.get(segmentKey);
|
|
1765
|
+
else if (Array.isArray(value)) value = value.map((i) => encodeURIComponent(i));
|
|
1766
|
+
else if (typeof value === "string") value = encodeURIComponent(value);
|
|
1767
|
+
if (!value) {
|
|
1768
|
+
const isCatchall = dynamicParamType === "c";
|
|
1769
|
+
const isOptionalCatchall = dynamicParamType === "oc";
|
|
1770
|
+
if (isCatchall || isOptionalCatchall) {
|
|
1771
|
+
if (isOptionalCatchall) return {
|
|
1772
|
+
param: segmentKey,
|
|
1773
|
+
value: null,
|
|
1774
|
+
type: dynamicParamType,
|
|
1775
|
+
treeSegment: [
|
|
1776
|
+
segmentKey,
|
|
1777
|
+
"",
|
|
1778
|
+
dynamicParamType
|
|
1779
|
+
]
|
|
1780
|
+
};
|
|
1781
|
+
value = pagePath.split("/").slice(1).flatMap((pathSegment) => {
|
|
1782
|
+
const param = parseParameter(pathSegment);
|
|
1783
|
+
var _params_param_key;
|
|
1784
|
+
return (_params_param_key = params[param.key]) != null ? _params_param_key : param.key;
|
|
1785
|
+
});
|
|
1786
|
+
return {
|
|
1787
|
+
param: segmentKey,
|
|
1788
|
+
value,
|
|
1789
|
+
type: dynamicParamType,
|
|
1790
|
+
treeSegment: [
|
|
1791
|
+
segmentKey,
|
|
1792
|
+
value.join("/"),
|
|
1793
|
+
dynamicParamType
|
|
1794
|
+
]
|
|
1795
|
+
};
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
return {
|
|
1799
|
+
param: segmentKey,
|
|
1800
|
+
value,
|
|
1801
|
+
treeSegment: [
|
|
1802
|
+
segmentKey,
|
|
1803
|
+
Array.isArray(value) ? value.join("/") : value,
|
|
1804
|
+
dynamicParamType
|
|
1805
|
+
],
|
|
1806
|
+
type: dynamicParamType
|
|
1807
|
+
};
|
|
1808
|
+
}
|
|
1809
|
+
const PARAMETER_PATTERN = /^([^[]*)\[((?:\[[^\]]*\])|[^\]]+)\](.*)$/;
|
|
1246
1810
|
function parseParameter(param) {
|
|
1247
1811
|
const match = param.match(PARAMETER_PATTERN);
|
|
1248
1812
|
if (!match) return parseMatchedParameter(param);
|
|
1249
1813
|
return parseMatchedParameter(match[2]);
|
|
1250
1814
|
}
|
|
1251
|
-
|
|
1252
|
-
* Parses a matched parameter from the PARAMETER_PATTERN regex to a data structure that can be used
|
|
1253
|
-
* to generate the parametrized route.
|
|
1254
|
-
* Examples:
|
|
1255
|
-
* - `[...slug]` -> `{ key: 'slug', repeat: true, optional: true }`
|
|
1256
|
-
* - `...slug` -> `{ key: 'slug', repeat: true, optional: false }`
|
|
1257
|
-
* - `[foo]` -> `{ key: 'foo', repeat: false, optional: true }`
|
|
1258
|
-
* - `bar` -> `{ key: 'bar', repeat: false, optional: false }`
|
|
1259
|
-
* @param param - The matched parameter to parse.
|
|
1260
|
-
* @returns The parsed parameter as a data structure.
|
|
1261
|
-
*/ function parseMatchedParameter(param) {
|
|
1815
|
+
function parseMatchedParameter(param) {
|
|
1262
1816
|
const optional = param.startsWith("[") && param.endsWith("]");
|
|
1263
1817
|
if (optional) param = param.slice(1, -1);
|
|
1264
1818
|
const repeat = param.startsWith("...");
|
|
@@ -1269,15 +1823,43 @@ var require_route_regex = /* @__PURE__ */ require_chunk.__commonJS({ "../../node
|
|
|
1269
1823
|
optional
|
|
1270
1824
|
};
|
|
1271
1825
|
}
|
|
1826
|
+
}) });
|
|
1827
|
+
|
|
1828
|
+
//#endregion
|
|
1829
|
+
//#region ../../node_modules/next/dist/shared/lib/router/utils/route-regex.js
|
|
1830
|
+
var require_route_regex = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modules/next/dist/shared/lib/router/utils/route-regex.js": ((exports) => {
|
|
1831
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1832
|
+
function _export$2(target, all) {
|
|
1833
|
+
for (var name in all) Object.defineProperty(target, name, {
|
|
1834
|
+
enumerable: true,
|
|
1835
|
+
get: all[name]
|
|
1836
|
+
});
|
|
1837
|
+
}
|
|
1838
|
+
_export$2(exports, {
|
|
1839
|
+
getNamedMiddlewareRegex: function() {
|
|
1840
|
+
return getNamedMiddlewareRegex;
|
|
1841
|
+
},
|
|
1842
|
+
getNamedRouteRegex: function() {
|
|
1843
|
+
return getNamedRouteRegex;
|
|
1844
|
+
},
|
|
1845
|
+
getRouteRegex: function() {
|
|
1846
|
+
return getRouteRegex;
|
|
1847
|
+
}
|
|
1848
|
+
});
|
|
1849
|
+
const _constants = require_constants();
|
|
1850
|
+
const _interceptionroutes = require_interception_routes();
|
|
1851
|
+
const _escaperegexp = require_escape_regexp();
|
|
1852
|
+
const _removetrailingslash = require_remove_trailing_slash();
|
|
1853
|
+
const _getdynamicparam = require_get_dynamic_param();
|
|
1272
1854
|
function getParametrizedRoute(route, includeSuffix, includePrefix) {
|
|
1273
1855
|
const groups = {};
|
|
1274
1856
|
let groupIndex = 1;
|
|
1275
1857
|
const segments = [];
|
|
1276
1858
|
for (const segment of (0, _removetrailingslash.removeTrailingSlash)(route).slice(1).split("/")) {
|
|
1277
1859
|
const markerMatch = _interceptionroutes.INTERCEPTION_ROUTE_MARKERS.find((m) => segment.startsWith(m));
|
|
1278
|
-
const paramMatches = segment.match(PARAMETER_PATTERN);
|
|
1860
|
+
const paramMatches = segment.match(_getdynamicparam.PARAMETER_PATTERN);
|
|
1279
1861
|
if (markerMatch && paramMatches && paramMatches[2]) {
|
|
1280
|
-
const { key, optional, repeat } = parseMatchedParameter(paramMatches[2]);
|
|
1862
|
+
const { key, optional, repeat } = (0, _getdynamicparam.parseMatchedParameter)(paramMatches[2]);
|
|
1281
1863
|
groups[key] = {
|
|
1282
1864
|
pos: groupIndex++,
|
|
1283
1865
|
repeat,
|
|
@@ -1285,7 +1867,7 @@ var require_route_regex = /* @__PURE__ */ require_chunk.__commonJS({ "../../node
|
|
|
1285
1867
|
};
|
|
1286
1868
|
segments.push("/" + (0, _escaperegexp.escapeStringRegexp)(markerMatch) + "([^/]+?)");
|
|
1287
1869
|
} else if (paramMatches && paramMatches[2]) {
|
|
1288
|
-
const { key, repeat, optional } = parseMatchedParameter(paramMatches[2]);
|
|
1870
|
+
const { key, repeat, optional } = (0, _getdynamicparam.parseMatchedParameter)(paramMatches[2]);
|
|
1289
1871
|
groups[key] = {
|
|
1290
1872
|
pos: groupIndex++,
|
|
1291
1873
|
repeat,
|
|
@@ -1330,7 +1912,7 @@ var require_route_regex = /* @__PURE__ */ require_chunk.__commonJS({ "../../node
|
|
|
1330
1912
|
}
|
|
1331
1913
|
function getSafeKeyFromSegment(param) {
|
|
1332
1914
|
let { interceptionMarker, getSafeRouteKey, segment, routeKeys, keyPrefix, backreferenceDuplicateKeys } = param;
|
|
1333
|
-
const { key, optional, repeat } = parseMatchedParameter(segment);
|
|
1915
|
+
const { key, optional, repeat } = (0, _getdynamicparam.parseMatchedParameter)(segment);
|
|
1334
1916
|
let cleanedKey = key.replace(/\W/g, "");
|
|
1335
1917
|
if (keyPrefix) cleanedKey = "" + keyPrefix + cleanedKey;
|
|
1336
1918
|
let invalidKey = false;
|
|
@@ -1353,7 +1935,7 @@ var require_route_regex = /* @__PURE__ */ require_chunk.__commonJS({ "../../node
|
|
|
1353
1935
|
const segments = [];
|
|
1354
1936
|
for (const segment of (0, _removetrailingslash.removeTrailingSlash)(route).slice(1).split("/")) {
|
|
1355
1937
|
const hasInterceptionMarker = _interceptionroutes.INTERCEPTION_ROUTE_MARKERS.some((m) => segment.startsWith(m));
|
|
1356
|
-
const paramMatches = segment.match(PARAMETER_PATTERN);
|
|
1938
|
+
const paramMatches = segment.match(_getdynamicparam.PARAMETER_PATTERN);
|
|
1357
1939
|
if (hasInterceptionMarker && paramMatches && paramMatches[2]) segments.push(getSafeKeyFromSegment({
|
|
1358
1940
|
getSafeRouteKey,
|
|
1359
1941
|
interceptionMarker: paramMatches[1],
|
|
@@ -1412,13 +1994,13 @@ var require_interpolate_as = /* @__PURE__ */ require_chunk.__commonJS({ "../../n
|
|
|
1412
1994
|
return interpolateAs;
|
|
1413
1995
|
}
|
|
1414
1996
|
});
|
|
1415
|
-
const _routematcher = require_route_matcher();
|
|
1416
|
-
const _routeregex = require_route_regex();
|
|
1997
|
+
const _routematcher$1 = require_route_matcher();
|
|
1998
|
+
const _routeregex$1 = require_route_regex();
|
|
1417
1999
|
function interpolateAs(route, asPathname, query) {
|
|
1418
2000
|
let interpolatedRoute = "";
|
|
1419
|
-
const dynamicRegex = (0, _routeregex.getRouteRegex)(route);
|
|
2001
|
+
const dynamicRegex = (0, _routeregex$1.getRouteRegex)(route);
|
|
1420
2002
|
const dynamicGroups = dynamicRegex.groups;
|
|
1421
|
-
const dynamicMatches = (asPathname !== route ? (0, _routematcher.getRouteMatcher)(dynamicRegex)(asPathname) : "") || query;
|
|
2003
|
+
const dynamicMatches = (asPathname !== route ? (0, _routematcher$1.getRouteMatcher)(dynamicRegex)(asPathname) : "") || query;
|
|
1422
2004
|
interpolatedRoute = route;
|
|
1423
2005
|
const params = Object.keys(dynamicGroups);
|
|
1424
2006
|
if (!params.every((param) => {
|
|
@@ -1454,10 +2036,12 @@ var require_resolve_href = /* @__PURE__ */ require_chunk.__commonJS({ "../../nod
|
|
|
1454
2036
|
const _islocalurl$1 = require_is_local_url();
|
|
1455
2037
|
const _utils1 = require_utils();
|
|
1456
2038
|
const _interpolateas = require_interpolate_as();
|
|
2039
|
+
const _routeregex = require_route_regex();
|
|
2040
|
+
const _routematcher = require_route_matcher();
|
|
1457
2041
|
function resolveHref(router, href, resolveAs) {
|
|
1458
2042
|
let base;
|
|
1459
2043
|
let urlAsString = typeof href === "string" ? href : (0, _formaturl$1.formatWithValidation)(href);
|
|
1460
|
-
const urlProtoMatch = urlAsString.match(/^[a-
|
|
2044
|
+
const urlProtoMatch = urlAsString.match(/^[a-z][a-z0-9+.-]*:\/\//i);
|
|
1461
2045
|
const urlAsStringNoProto = urlProtoMatch ? urlAsString.slice(urlProtoMatch[0].length) : urlAsString;
|
|
1462
2046
|
if ((urlAsStringNoProto.split("?", 1)[0] || "").match(/(\/\/|\\)/)) {
|
|
1463
2047
|
console.error("Invalid href '" + urlAsString + "' passed to next/router in page: '" + router.pathname + "'. Repeated forward-slashes (//) or backslashes \\ are not valid in the href.");
|
|
@@ -1466,7 +2050,16 @@ var require_resolve_href = /* @__PURE__ */ require_chunk.__commonJS({ "../../nod
|
|
|
1466
2050
|
}
|
|
1467
2051
|
if (!(0, _islocalurl$1.isLocalURL)(urlAsString)) return resolveAs ? [urlAsString] : urlAsString;
|
|
1468
2052
|
try {
|
|
1469
|
-
|
|
2053
|
+
let baseBase = urlAsString.startsWith("#") ? router.asPath : router.pathname;
|
|
2054
|
+
if (urlAsString.startsWith("?")) {
|
|
2055
|
+
baseBase = router.asPath;
|
|
2056
|
+
if ((0, _utils1.isDynamicRoute)(router.pathname)) {
|
|
2057
|
+
baseBase = router.pathname;
|
|
2058
|
+
const routeRegex = (0, _routeregex.getRouteRegex)(router.pathname);
|
|
2059
|
+
if (!(0, _routematcher.getRouteMatcher)(routeRegex)(router.asPath)) baseBase = router.asPath;
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
base = new URL(baseBase, "http://n");
|
|
1470
2063
|
} catch (_) {
|
|
1471
2064
|
base = new URL("/", "http://n");
|
|
1472
2065
|
}
|
|
@@ -2100,12 +2693,18 @@ var require_link$1 = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_modu
|
|
|
2100
2693
|
expected: "`function`",
|
|
2101
2694
|
actual: valType
|
|
2102
2695
|
});
|
|
2103
|
-
} else if (key === "replace" || key === "scroll" || key === "shallow" || key === "passHref" || key === "
|
|
2696
|
+
} else if (key === "replace" || key === "scroll" || key === "shallow" || key === "passHref" || key === "legacyBehavior") {
|
|
2104
2697
|
if (props[key] != null && valType !== "boolean") throw createPropError({
|
|
2105
2698
|
key,
|
|
2106
2699
|
expected: "`boolean`",
|
|
2107
2700
|
actual: valType
|
|
2108
2701
|
});
|
|
2702
|
+
} else if (key === "prefetch") {
|
|
2703
|
+
if (props[key] != null && valType !== "boolean" && props[key] !== "auto") throw createPropError({
|
|
2704
|
+
key,
|
|
2705
|
+
expected: "`boolean | \"auto\"`",
|
|
2706
|
+
actual: valType
|
|
2707
|
+
});
|
|
2109
2708
|
}
|
|
2110
2709
|
});
|
|
2111
2710
|
}
|
|
@@ -2277,4 +2876,4 @@ Object.defineProperty(exports, 'internal_link_default', {
|
|
|
2277
2876
|
return internal_link_default;
|
|
2278
2877
|
}
|
|
2279
2878
|
});
|
|
2280
|
-
//# sourceMappingURL=internal-link-
|
|
2879
|
+
//# sourceMappingURL=internal-link-CKuvpRC8.js.map
|