@twreporter/react-typescript-components 0.1.0-beta.7 → 0.1.0-beta.8
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/README.md +16 -0
- package/lib/button/constants.d.mts +3 -0
- package/lib/button/constants.d.ts +3 -0
- package/lib/button/constants.js +5 -0
- package/lib/button/constants.mjs +3 -0
- package/lib/button/index.d.mts +130 -23
- package/lib/button/index.d.ts +130 -23
- package/lib/button/index.js +11 -207
- package/lib/button/index.mjs +7 -9
- package/lib/button-CO0UXA6C.js +552 -0
- package/lib/button-CO0UXA6C.js.map +1 -0
- package/lib/button-DL6w1ghn.mjs +519 -0
- package/lib/button-DL6w1ghn.mjs.map +1 -0
- package/lib/chunk-BxBTb9qk.js +39 -0
- package/lib/constants/external-links.d.mts +16 -0
- package/lib/constants/external-links.d.ts +16 -0
- package/lib/constants/external-links.js +3 -0
- package/lib/constants/external-links.mjs +3 -0
- package/lib/constants/internal-links.d.mts +51 -0
- package/lib/constants/internal-links.d.ts +51 -0
- package/lib/constants/internal-links.js +3 -0
- package/lib/constants/internal-links.mjs +3 -0
- package/lib/constants/release-branch.d.mts +3 -0
- package/lib/constants/release-branch.d.ts +3 -0
- package/lib/constants/release-branch.js +3 -0
- package/lib/constants/release-branch.mjs +3 -0
- package/lib/constants/request-origins.d.mts +68 -0
- package/lib/constants/request-origins.d.ts +68 -0
- package/lib/constants/request-origins.js +5 -0
- package/lib/constants/request-origins.mjs +4 -0
- package/lib/constants/theme.d.mts +3 -0
- package/lib/constants/theme.d.ts +3 -0
- package/lib/constants/theme.js +3 -0
- package/lib/constants/theme.mjs +3 -0
- package/lib/constants-BDoTzOZE.d.mts +17 -0
- package/lib/constants-BS3rPbaX.d.ts +17 -0
- package/lib/constants-BWFuBApI.mjs +14 -0
- package/lib/constants-BWFuBApI.mjs.map +1 -0
- package/lib/constants-B_NgWFML.d.ts +24 -0
- package/lib/constants-BmxSMOOn.js +36 -0
- package/lib/constants-BmxSMOOn.js.map +1 -0
- package/lib/constants-BuIUKM2c.js +15 -0
- package/lib/constants-BuIUKM2c.js.map +1 -0
- package/lib/constants-C2moxnps.js +38 -0
- package/lib/constants-C2moxnps.js.map +1 -0
- package/lib/constants-CCfG07Q4.d.mts +24 -0
- package/lib/constants-CMMcn0f-.d.ts +11 -0
- package/lib/constants-CayQNGtk.d.mts +11 -0
- package/lib/constants-CmCfyfPG.mjs +25 -0
- package/lib/constants-CmCfyfPG.mjs.map +1 -0
- package/lib/constants-Cnq4ruq6.d.mts +29 -0
- package/lib/constants-CuT1aTK4.js +43 -0
- package/lib/constants-CuT1aTK4.js.map +1 -0
- package/lib/constants-Cz7n-nLz.mjs +9 -0
- package/lib/constants-Cz7n-nLz.mjs.map +1 -0
- package/lib/constants-DQxcqnYL.d.ts +29 -0
- package/lib/constants-DRxdMM_X.mjs +20 -0
- package/lib/constants-DRxdMM_X.mjs.map +1 -0
- package/lib/constants-K2ObjToq.js +26 -0
- package/lib/constants-K2ObjToq.js.map +1 -0
- package/lib/constants-gCmka4Fp.d.ts +22 -0
- package/lib/constants-oTHAnh6r.mjs +18 -0
- package/lib/constants-oTHAnh6r.mjs.map +1 -0
- package/lib/constants-wDPBqTIv.d.mts +22 -0
- package/lib/customized-link/external-link.d.mts +3 -7
- package/lib/customized-link/external-link.d.ts +3 -7
- package/lib/customized-link/external-link.js +2 -17
- package/lib/customized-link/external-link.mjs +3 -3
- package/lib/customized-link/index.d.mts +10 -8
- package/lib/customized-link/index.d.ts +10 -8
- package/lib/customized-link/index.js +6 -40
- package/lib/customized-link/index.mjs +5 -5
- package/lib/customized-link/internal-link.d.mts +3 -7
- package/lib/customized-link/internal-link.d.ts +3 -7
- package/lib/customized-link/internal-link.js +3 -19
- package/lib/customized-link/internal-link.mjs +6 -3
- package/lib/customized-link/type.d.mts +2 -9
- package/lib/customized-link/type.d.ts +2 -9
- package/lib/customized-link/type.js +0 -4
- package/lib/customized-link/type.mjs +1 -3
- package/lib/customized-link-DNKmWI0u.mjs +12 -0
- package/lib/customized-link-DNKmWI0u.mjs.map +1 -0
- package/lib/customized-link-XNoMkeYw.js +17 -0
- package/lib/customized-link-XNoMkeYw.js.map +1 -0
- package/lib/divider/constants.d.mts +3 -0
- package/lib/divider/constants.d.ts +3 -0
- package/lib/divider/constants.js +3 -0
- package/lib/divider/constants.mjs +3 -0
- package/lib/divider/index.d.mts +15 -0
- package/lib/divider/index.d.ts +15 -0
- package/lib/divider/index.js +6 -0
- package/lib/divider/index.mjs +4 -0
- package/lib/divider-CEIxmAsH.mjs +15 -0
- package/lib/divider-CEIxmAsH.mjs.map +1 -0
- package/lib/divider-Db3AhImD.js +29 -0
- package/lib/divider-Db3AhImD.js.map +1 -0
- package/lib/dropdown-menu/index.d.mts +17 -0
- package/lib/dropdown-menu/index.d.ts +17 -0
- package/lib/dropdown-menu/index.js +13 -0
- package/lib/dropdown-menu/index.mjs +13 -0
- package/lib/dropdown-menu-BWuoUGuB.mjs +135 -0
- package/lib/dropdown-menu-BWuoUGuB.mjs.map +1 -0
- package/lib/dropdown-menu-CC0Yh31s.js +180 -0
- package/lib/dropdown-menu-CC0Yh31s.js.map +1 -0
- package/lib/external-link-2XoC1_oL.d.ts +9 -0
- package/lib/external-link-BMrkjNyi.js +23 -0
- package/lib/external-link-BMrkjNyi.js.map +1 -0
- package/lib/external-link-BykRRwmY.mjs +16 -0
- package/lib/external-link-BykRRwmY.mjs.map +1 -0
- package/lib/external-link-DTOcLL22.d.mts +9 -0
- package/lib/external-links-2b4M_rcA.mjs +17 -0
- package/lib/external-links-2b4M_rcA.mjs.map +1 -0
- package/lib/external-links-SfJjb48j.js +23 -0
- package/lib/external-links-SfJjb48j.js.map +1 -0
- package/lib/hamburger-menu/index.d.mts +7 -0
- package/lib/hamburger-menu/index.d.ts +6 -0
- package/lib/hamburger-menu/index.js +21 -0
- package/lib/hamburger-menu/index.mjs +21 -0
- package/lib/hamburger-menu-BsIaOOoy.js +486 -0
- package/lib/hamburger-menu-BsIaOOoy.js.map +1 -0
- package/lib/hamburger-menu-CI3TOV9q.mjs +471 -0
- package/lib/hamburger-menu-CI3TOV9q.mjs.map +1 -0
- package/lib/header/index.d.mts +26 -0
- package/lib/header/index.d.ts +25 -0
- package/lib/header/index.js +469 -0
- package/lib/header/index.js.map +1 -0
- package/lib/header/index.mjs +463 -0
- package/lib/header/index.mjs.map +1 -0
- package/lib/heading-B_pZSTvs.js +75 -0
- package/lib/heading-B_pZSTvs.js.map +1 -0
- package/lib/heading-DL8WhtCD.mjs +37 -0
- package/lib/heading-DL8WhtCD.mjs.map +1 -0
- package/lib/icons/constants.d.mts +3 -0
- package/lib/icons/constants.d.ts +3 -0
- package/lib/icons/constants.js +5 -0
- package/lib/icons/constants.mjs +3 -0
- package/lib/icons/index.d.mts +40 -0
- package/lib/icons/index.d.ts +40 -0
- package/lib/icons/index.js +12 -0
- package/lib/icons/index.mjs +5 -0
- package/lib/icons-Bs84WbEt.mjs +57 -0
- package/lib/icons-Bs84WbEt.mjs.map +1 -0
- package/lib/icons-bC_xV5mJ.js +107 -0
- package/lib/icons-bC_xV5mJ.js.map +1 -0
- package/lib/index-CgixcmUN.d.mts +5 -0
- package/lib/index-H3peA2d_.d.ts +5 -0
- package/lib/internal-link-BLXTBMRq.js +2278 -0
- package/lib/internal-link-BLXTBMRq.js.map +1 -0
- package/lib/internal-link-DCSEl1jM.d.ts +9 -0
- package/lib/internal-link-NQb751uB.mjs +2299 -0
- package/lib/internal-link-NQb751uB.mjs.map +1 -0
- package/lib/internal-link-R2--P52c.d.mts +9 -0
- package/lib/internal-links-BF-974mA.mjs +52 -0
- package/lib/internal-links-BF-974mA.mjs.map +1 -0
- package/lib/internal-links-CBkMU8cY.js +58 -0
- package/lib/internal-links-CBkMU8cY.js.map +1 -0
- package/lib/logo/constants.d.mts +3 -0
- package/lib/logo/constants.d.ts +3 -0
- package/lib/logo/constants.js +5 -0
- package/lib/logo/constants.mjs +3 -0
- package/lib/logo/index.d.mts +42 -0
- package/lib/logo/index.d.ts +42 -0
- package/lib/logo/index.js +8 -0
- package/lib/logo/index.mjs +5 -0
- package/lib/logo-B35TnPzd.mjs +64 -0
- package/lib/logo-B35TnPzd.mjs.map +1 -0
- package/lib/logo-D5plc5jE.js +83 -0
- package/lib/logo-D5plc5jE.js.map +1 -0
- package/lib/paragraph-BWXQNQtX.mjs +30 -0
- package/lib/paragraph-BWXQNQtX.mjs.map +1 -0
- package/lib/paragraph-CJvb0_cM.js +56 -0
- package/lib/paragraph-CJvb0_cM.js.map +1 -0
- package/lib/release-branch-BLAOXJu1.d.mts +14 -0
- package/lib/release-branch-CRZV4Ivz.js +18 -0
- package/lib/release-branch-CRZV4Ivz.js.map +1 -0
- package/lib/release-branch-CsBbhuYE.d.ts +14 -0
- package/lib/release-branch-DNCD1uH_.mjs +12 -0
- package/lib/release-branch-DNCD1uH_.mjs.map +1 -0
- package/lib/request-origins-BDXulkK9.js +57 -0
- package/lib/request-origins-BDXulkK9.js.map +1 -0
- package/lib/request-origins-CGkNWg8R.mjs +46 -0
- package/lib/request-origins-CGkNWg8R.mjs.map +1 -0
- package/lib/styles.css +965 -0
- package/lib/text/constants.d.mts +3 -0
- package/lib/text/constants.d.ts +3 -0
- package/lib/text/constants.js +4 -0
- package/lib/text/constants.mjs +3 -0
- package/lib/text/heading.d.mts +22 -20
- package/lib/text/heading.d.ts +22 -20
- package/lib/text/heading.js +9 -70
- package/lib/text/heading.mjs +4 -4
- package/lib/text/paragraph.d.mts +18 -16
- package/lib/text/paragraph.d.ts +18 -16
- package/lib/text/paragraph.js +6 -57
- package/lib/text/paragraph.mjs +4 -4
- package/lib/theme-8Q9pR2P5.d.mts +13 -0
- package/lib/theme-BDGfJ8n-.d.ts +13 -0
- package/lib/theme-BG6yZVj-.mjs +11 -0
- package/lib/theme-BG6yZVj-.mjs.map +1 -0
- package/lib/theme-DDBlIbeS.js +17 -0
- package/lib/theme-DDBlIbeS.js.map +1 -0
- package/lib/title-bar/index.d.mts +55 -23
- package/lib/title-bar/index.d.ts +55 -23
- package/lib/title-bar/index.js +131 -403
- package/lib/title-bar/index.js.map +1 -1
- package/lib/title-bar/index.mjs +140 -25
- package/lib/title-bar/index.mjs.map +1 -1
- package/lib/type-C4hJK9H9.d.ts +11 -0
- package/lib/type-nAFiNBfk.d.mts +11 -0
- package/lib/types/index.d.mts +2 -3
- package/lib/types/index.d.ts +2 -3
- package/lib/types/index.js +0 -4
- package/lib/types/index.mjs +1 -3
- package/package.json +11 -6
- package/lib/button/components/text-button/index.d.mts +0 -24
- package/lib/button/components/text-button/index.d.ts +0 -24
- package/lib/button/components/text-button/index.js +0 -202
- package/lib/button/components/text-button/index.js.map +0 -1
- package/lib/button/components/text-button/index.mjs +0 -8
- package/lib/button/components/text-button/index.mjs.map +0 -1
- package/lib/button/components/text-button/theme.d.mts +0 -11
- package/lib/button/components/text-button/theme.d.ts +0 -11
- package/lib/button/components/text-button/theme.js +0 -65
- package/lib/button/components/text-button/theme.js.map +0 -1
- package/lib/button/components/text-button/theme.mjs +0 -5
- package/lib/button/components/text-button/theme.mjs.map +0 -1
- package/lib/button/constant.d.mts +0 -11
- package/lib/button/constant.d.ts +0 -11
- package/lib/button/constant.js +0 -13
- package/lib/button/constant.js.map +0 -1
- package/lib/button/constant.mjs +0 -3
- package/lib/button/constant.mjs.map +0 -1
- package/lib/button/enum.d.mts +0 -11
- package/lib/button/enum.d.ts +0 -11
- package/lib/button/enum.js +0 -19
- package/lib/button/enum.js.map +0 -1
- package/lib/button/enum.mjs +0 -3
- package/lib/button/enum.mjs.map +0 -1
- package/lib/button/index.js.map +0 -1
- package/lib/button/index.mjs.map +0 -1
- package/lib/button/stories/text-button.stories.d.mts +0 -55
- package/lib/button/stories/text-button.stories.d.ts +0 -55
- package/lib/button/stories/text-button.stories.js +0 -252
- package/lib/button/stories/text-button.stories.js.map +0 -1
- package/lib/button/stories/text-button.stories.mjs +0 -35
- package/lib/button/stories/text-button.stories.mjs.map +0 -1
- package/lib/chunk-6DXA3EX7.mjs +0 -35
- package/lib/chunk-6DXA3EX7.mjs.map +0 -1
- package/lib/chunk-7NJDHQ2X.mjs +0 -56
- package/lib/chunk-7NJDHQ2X.mjs.map +0 -1
- package/lib/chunk-ELECTE3D.mjs +0 -8
- package/lib/chunk-ELECTE3D.mjs.map +0 -1
- package/lib/chunk-FF422IYY.mjs +0 -38
- package/lib/chunk-FF422IYY.mjs.map +0 -1
- package/lib/chunk-FVKIUNIP.mjs +0 -58
- package/lib/chunk-FVKIUNIP.mjs.map +0 -1
- package/lib/chunk-GQWO45DN.mjs +0 -32
- package/lib/chunk-GQWO45DN.mjs.map +0 -1
- package/lib/chunk-HQG6Q2EY.mjs +0 -42
- package/lib/chunk-HQG6Q2EY.mjs.map +0 -1
- package/lib/chunk-JB4TYHDE.mjs +0 -11
- package/lib/chunk-JB4TYHDE.mjs.map +0 -1
- package/lib/chunk-JFT6JILC.mjs +0 -12
- package/lib/chunk-JFT6JILC.mjs.map +0 -1
- package/lib/chunk-JHLT5GDV.mjs +0 -50
- package/lib/chunk-JHLT5GDV.mjs.map +0 -1
- package/lib/chunk-QOLETTSG.mjs +0 -28
- package/lib/chunk-QOLETTSG.mjs.map +0 -1
- package/lib/chunk-U22UKMAJ.mjs +0 -84
- package/lib/chunk-U22UKMAJ.mjs.map +0 -1
- package/lib/chunk-UM7RNC2Y.mjs +0 -14
- package/lib/chunk-UM7RNC2Y.mjs.map +0 -1
- package/lib/chunk-URJXIWFX.mjs +0 -16
- package/lib/chunk-URJXIWFX.mjs.map +0 -1
- package/lib/chunk-X2UWIBNH.mjs +0 -16
- package/lib/chunk-X2UWIBNH.mjs.map +0 -1
- package/lib/chunk-XO7SDD7W.mjs +0 -17
- package/lib/chunk-XO7SDD7W.mjs.map +0 -1
- package/lib/chunk-ZALXWB2J.mjs +0 -27
- package/lib/chunk-ZALXWB2J.mjs.map +0 -1
- package/lib/customized-link/external-link.js.map +0 -1
- package/lib/customized-link/external-link.mjs.map +0 -1
- package/lib/customized-link/index.js.map +0 -1
- package/lib/customized-link/index.mjs.map +0 -1
- package/lib/customized-link/internal-link.js.map +0 -1
- package/lib/customized-link/internal-link.mjs.map +0 -1
- package/lib/customized-link/type.js.map +0 -1
- package/lib/customized-link/type.mjs.map +0 -1
- package/lib/storybook/utils/get-enum-arg.d.mts +0 -19
- package/lib/storybook/utils/get-enum-arg.d.ts +0 -19
- package/lib/storybook/utils/get-enum-arg.js +0 -31
- package/lib/storybook/utils/get-enum-arg.js.map +0 -1
- package/lib/storybook/utils/get-enum-arg.mjs +0 -3
- package/lib/storybook/utils/get-enum-arg.mjs.map +0 -1
- package/lib/styles.css.map +0 -1
- package/lib/styles.d.mts +0 -2
- package/lib/styles.d.ts +0 -2
- package/lib/text/enum/index.d.mts +0 -15
- package/lib/text/enum/index.d.ts +0 -15
- package/lib/text/enum/index.js +0 -17
- package/lib/text/enum/index.js.map +0 -1
- package/lib/text/enum/index.mjs +0 -3
- package/lib/text/enum/index.mjs.map +0 -1
- package/lib/text/heading.js.map +0 -1
- package/lib/text/heading.mjs.map +0 -1
- package/lib/text/paragraph.js.map +0 -1
- package/lib/text/paragraph.mjs.map +0 -1
- package/lib/text/stories/heading.stories.d.mts +0 -35
- package/lib/text/stories/heading.stories.d.ts +0 -35
- package/lib/text/stories/heading.stories.js +0 -131
- package/lib/text/stories/heading.stories.js.map +0 -1
- package/lib/text/stories/heading.stories.mjs +0 -50
- package/lib/text/stories/heading.stories.mjs.map +0 -1
- package/lib/text/stories/paragraph.stories.d.mts +0 -33
- package/lib/text/stories/paragraph.stories.d.ts +0 -33
- package/lib/text/stories/paragraph.stories.js +0 -108
- package/lib/text/stories/paragraph.stories.js.map +0 -1
- package/lib/text/stories/paragraph.stories.mjs +0 -40
- package/lib/text/stories/paragraph.stories.mjs.map +0 -1
- package/lib/title-bar/components/title-tab/hook.d.mts +0 -5
- package/lib/title-bar/components/title-tab/hook.d.ts +0 -5
- package/lib/title-bar/components/title-tab/hook.js +0 -34
- package/lib/title-bar/components/title-tab/hook.js.map +0 -1
- package/lib/title-bar/components/title-tab/hook.mjs +0 -3
- package/lib/title-bar/components/title-tab/hook.mjs.map +0 -1
- package/lib/title-bar/components/title-tab/index.d.mts +0 -11
- package/lib/title-bar/components/title-tab/index.d.ts +0 -11
- package/lib/title-bar/components/title-tab/index.js +0 -367
- package/lib/title-bar/components/title-tab/index.js.map +0 -1
- package/lib/title-bar/components/title-tab/index.mjs +0 -16
- package/lib/title-bar/components/title-tab/index.mjs.map +0 -1
- package/lib/title-bar/components/title-tab/tab-item.d.mts +0 -10
- package/lib/title-bar/components/title-tab/tab-item.d.ts +0 -10
- package/lib/title-bar/components/title-tab/tab-item.js +0 -250
- package/lib/title-bar/components/title-tab/tab-item.js.map +0 -1
- package/lib/title-bar/components/title-tab/tab-item.mjs +0 -13
- package/lib/title-bar/components/title-tab/tab-item.mjs.map +0 -1
- package/lib/title-bar/components/title-tab/type.d.mts +0 -8
- package/lib/title-bar/components/title-tab/type.d.ts +0 -8
- package/lib/title-bar/components/title-tab/type.js +0 -4
- package/lib/title-bar/components/title-tab/type.js.map +0 -1
- package/lib/title-bar/components/title-tab/type.mjs +0 -3
- package/lib/title-bar/components/title-tab/type.mjs.map +0 -1
- package/lib/title-bar/components/title1.d.mts +0 -10
- package/lib/title-bar/components/title1.d.ts +0 -10
- package/lib/title-bar/components/title1.js +0 -123
- package/lib/title-bar/components/title1.js.map +0 -1
- package/lib/title-bar/components/title1.mjs +0 -6
- package/lib/title-bar/components/title1.mjs.map +0 -1
- package/lib/title-bar/components/title2.d.mts +0 -11
- package/lib/title-bar/components/title2.d.ts +0 -11
- package/lib/title-bar/components/title2.js +0 -131
- package/lib/title-bar/components/title2.js.map +0 -1
- package/lib/title-bar/components/title2.mjs +0 -6
- package/lib/title-bar/components/title2.mjs.map +0 -1
- package/lib/title-bar/stories/title-tab.stories.d.mts +0 -17
- package/lib/title-bar/stories/title-tab.stories.d.ts +0 -17
- package/lib/title-bar/stories/title-tab.stories.js +0 -391
- package/lib/title-bar/stories/title-tab.stories.js.map +0 -1
- package/lib/title-bar/stories/title-tab.stories.mjs +0 -39
- package/lib/title-bar/stories/title-tab.stories.mjs.map +0 -1
- package/lib/title-bar/stories/title1.stories.d.mts +0 -18
- package/lib/title-bar/stories/title1.stories.d.ts +0 -18
- package/lib/title-bar/stories/title1.stories.js +0 -155
- package/lib/title-bar/stories/title1.stories.js.map +0 -1
- package/lib/title-bar/stories/title1.stories.mjs +0 -35
- package/lib/title-bar/stories/title1.stories.mjs.map +0 -1
- package/lib/title-bar/stories/title2.stories.d.mts +0 -18
- package/lib/title-bar/stories/title2.stories.d.ts +0 -18
- package/lib/title-bar/stories/title2.stories.js +0 -304
- package/lib/title-bar/stories/title2.stories.js.map +0 -1
- package/lib/title-bar/stories/title2.stories.mjs +0 -38
- package/lib/title-bar/stories/title2.stories.mjs.map +0 -1
- package/lib/types/index.js.map +0 -1
- package/lib/types/index.mjs.map +0 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
//#region src/constants/external-links.d.ts
|
|
2
|
+
declare const EXTERNAL_LINKS: {
|
|
3
|
+
readonly monthlyDonation: "https://www.twreporter.org/donation/period";
|
|
4
|
+
readonly onceDonation: "https://www.twreporter.org/donation/one-time";
|
|
5
|
+
readonly openLab: "https://medium.com/twreporter";
|
|
6
|
+
readonly facebook: "https://www.facebook.com/twreporter/";
|
|
7
|
+
readonly instagram: "https://www.instagram.com/twreporter/";
|
|
8
|
+
readonly twitter: "https://twitter.com/tw_reporter_org";
|
|
9
|
+
readonly youtube: "https://www.youtube.com/c/TwreporterOrg";
|
|
10
|
+
readonly kidsReporter: "https://kids.twreporter.org/";
|
|
11
|
+
readonly publicationAndMerchandise: "https://twreporter.waca.ec/";
|
|
12
|
+
readonly lawmaker: "https://lawmaker.twreporter.org/";
|
|
13
|
+
};
|
|
14
|
+
//#endregion
|
|
15
|
+
export { EXTERNAL_LINKS };
|
|
16
|
+
//# sourceMappingURL=external-links.d.ts.map
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
//#region src/constants/internal-links.d.ts
|
|
2
|
+
declare const INTERNAL_LINKS: {
|
|
3
|
+
readonly home: "/";
|
|
4
|
+
readonly latest: "/latest";
|
|
5
|
+
readonly topics: "/topics";
|
|
6
|
+
readonly search: "/search";
|
|
7
|
+
readonly about: "/about-us";
|
|
8
|
+
readonly account: {
|
|
9
|
+
readonly index: "/account";
|
|
10
|
+
readonly donationPage: "/account/donation-history";
|
|
11
|
+
readonly emailSubscription: "/account/email-subscription";
|
|
12
|
+
readonly exclusiveOffers: "/account/exclusive-offers";
|
|
13
|
+
};
|
|
14
|
+
readonly myReading: {
|
|
15
|
+
readonly index: "/myreading";
|
|
16
|
+
readonly savedBookmarks: "/myreading/saved";
|
|
17
|
+
readonly browsingHistory: "/myreading/history";
|
|
18
|
+
};
|
|
19
|
+
readonly categories: {
|
|
20
|
+
readonly world: "/categories/world";
|
|
21
|
+
readonly humanRights: "/categories/humanrights";
|
|
22
|
+
readonly politicsAndSociety: "/categories/politics-and-society";
|
|
23
|
+
readonly health: "/categories/health";
|
|
24
|
+
readonly environment: "/categories/environment";
|
|
25
|
+
readonly econ: "/categories/econ";
|
|
26
|
+
readonly culture: "/categories/culture";
|
|
27
|
+
readonly education: "/categories/education";
|
|
28
|
+
readonly opinion: {
|
|
29
|
+
readonly index: "/categories/opinion";
|
|
30
|
+
readonly bookReview: "/categories/opinion/book-review";
|
|
31
|
+
readonly letter: "/categories/opinion/letter";
|
|
32
|
+
};
|
|
33
|
+
readonly podcast: {
|
|
34
|
+
readonly theRealStory: "/categories/podcast/the-real-story";
|
|
35
|
+
readonly onTheGround: "/categories/podcast/on-the-ground";
|
|
36
|
+
};
|
|
37
|
+
readonly foundation: {
|
|
38
|
+
readonly index: "/categories/foundation";
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
readonly humanStory: "/tags/58db34a30f56b40d001ae6a6";
|
|
42
|
+
readonly photography: "/photography";
|
|
43
|
+
readonly podcast: {
|
|
44
|
+
readonly aboutPodcast: "/a/podcast-list";
|
|
45
|
+
};
|
|
46
|
+
readonly infographic: "/tags/630f029461ca4e07004ef530";
|
|
47
|
+
readonly influenceReport: "/a/impact-and-annual-report";
|
|
48
|
+
};
|
|
49
|
+
//#endregion
|
|
50
|
+
export { INTERNAL_LINKS };
|
|
51
|
+
//# sourceMappingURL=internal-links.d.mts.map
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
//#region src/constants/internal-links.d.ts
|
|
2
|
+
declare const INTERNAL_LINKS: {
|
|
3
|
+
readonly home: "/";
|
|
4
|
+
readonly latest: "/latest";
|
|
5
|
+
readonly topics: "/topics";
|
|
6
|
+
readonly search: "/search";
|
|
7
|
+
readonly about: "/about-us";
|
|
8
|
+
readonly account: {
|
|
9
|
+
readonly index: "/account";
|
|
10
|
+
readonly donationPage: "/account/donation-history";
|
|
11
|
+
readonly emailSubscription: "/account/email-subscription";
|
|
12
|
+
readonly exclusiveOffers: "/account/exclusive-offers";
|
|
13
|
+
};
|
|
14
|
+
readonly myReading: {
|
|
15
|
+
readonly index: "/myreading";
|
|
16
|
+
readonly savedBookmarks: "/myreading/saved";
|
|
17
|
+
readonly browsingHistory: "/myreading/history";
|
|
18
|
+
};
|
|
19
|
+
readonly categories: {
|
|
20
|
+
readonly world: "/categories/world";
|
|
21
|
+
readonly humanRights: "/categories/humanrights";
|
|
22
|
+
readonly politicsAndSociety: "/categories/politics-and-society";
|
|
23
|
+
readonly health: "/categories/health";
|
|
24
|
+
readonly environment: "/categories/environment";
|
|
25
|
+
readonly econ: "/categories/econ";
|
|
26
|
+
readonly culture: "/categories/culture";
|
|
27
|
+
readonly education: "/categories/education";
|
|
28
|
+
readonly opinion: {
|
|
29
|
+
readonly index: "/categories/opinion";
|
|
30
|
+
readonly bookReview: "/categories/opinion/book-review";
|
|
31
|
+
readonly letter: "/categories/opinion/letter";
|
|
32
|
+
};
|
|
33
|
+
readonly podcast: {
|
|
34
|
+
readonly theRealStory: "/categories/podcast/the-real-story";
|
|
35
|
+
readonly onTheGround: "/categories/podcast/on-the-ground";
|
|
36
|
+
};
|
|
37
|
+
readonly foundation: {
|
|
38
|
+
readonly index: "/categories/foundation";
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
readonly humanStory: "/tags/58db34a30f56b40d001ae6a6";
|
|
42
|
+
readonly photography: "/photography";
|
|
43
|
+
readonly podcast: {
|
|
44
|
+
readonly aboutPodcast: "/a/podcast-list";
|
|
45
|
+
};
|
|
46
|
+
readonly infographic: "/tags/630f029461ca4e07004ef530";
|
|
47
|
+
readonly influenceReport: "/a/impact-and-annual-report";
|
|
48
|
+
};
|
|
49
|
+
//#endregion
|
|
50
|
+
export { INTERNAL_LINKS };
|
|
51
|
+
//# sourceMappingURL=internal-links.d.ts.map
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
//#region src/constants/request-origins.d.ts
|
|
2
|
+
declare const forServerSideRendering: {
|
|
3
|
+
master: {
|
|
4
|
+
accounts: string;
|
|
5
|
+
api: string;
|
|
6
|
+
main: string;
|
|
7
|
+
support: string;
|
|
8
|
+
};
|
|
9
|
+
staging: {
|
|
10
|
+
accounts: string;
|
|
11
|
+
api: string;
|
|
12
|
+
main: string;
|
|
13
|
+
support: string;
|
|
14
|
+
};
|
|
15
|
+
preview: {
|
|
16
|
+
accounts: string;
|
|
17
|
+
api: string;
|
|
18
|
+
main: string;
|
|
19
|
+
support: string;
|
|
20
|
+
};
|
|
21
|
+
release: {
|
|
22
|
+
accounts: string;
|
|
23
|
+
api: string;
|
|
24
|
+
main: string;
|
|
25
|
+
support: string;
|
|
26
|
+
};
|
|
27
|
+
dev: {
|
|
28
|
+
accounts: string;
|
|
29
|
+
api: string;
|
|
30
|
+
main: string;
|
|
31
|
+
support: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
declare const forClientSideRendering: {
|
|
35
|
+
master: {
|
|
36
|
+
accounts: string;
|
|
37
|
+
api: string;
|
|
38
|
+
main: string;
|
|
39
|
+
support: string;
|
|
40
|
+
};
|
|
41
|
+
staging: {
|
|
42
|
+
accounts: string;
|
|
43
|
+
api: string;
|
|
44
|
+
main: string;
|
|
45
|
+
support: string;
|
|
46
|
+
};
|
|
47
|
+
preview: {
|
|
48
|
+
accounts: string;
|
|
49
|
+
api: string;
|
|
50
|
+
main: string;
|
|
51
|
+
support: string;
|
|
52
|
+
};
|
|
53
|
+
release: {
|
|
54
|
+
accounts: string;
|
|
55
|
+
api: string;
|
|
56
|
+
main: string;
|
|
57
|
+
support: string;
|
|
58
|
+
};
|
|
59
|
+
dev: {
|
|
60
|
+
accounts: string;
|
|
61
|
+
api: string;
|
|
62
|
+
main: string;
|
|
63
|
+
support: string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
//#endregion
|
|
67
|
+
export { forClientSideRendering, forServerSideRendering };
|
|
68
|
+
//# sourceMappingURL=request-origins.d.mts.map
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
//#region src/constants/request-origins.d.ts
|
|
2
|
+
declare const forServerSideRendering: {
|
|
3
|
+
master: {
|
|
4
|
+
accounts: string;
|
|
5
|
+
api: string;
|
|
6
|
+
main: string;
|
|
7
|
+
support: string;
|
|
8
|
+
};
|
|
9
|
+
staging: {
|
|
10
|
+
accounts: string;
|
|
11
|
+
api: string;
|
|
12
|
+
main: string;
|
|
13
|
+
support: string;
|
|
14
|
+
};
|
|
15
|
+
preview: {
|
|
16
|
+
accounts: string;
|
|
17
|
+
api: string;
|
|
18
|
+
main: string;
|
|
19
|
+
support: string;
|
|
20
|
+
};
|
|
21
|
+
release: {
|
|
22
|
+
accounts: string;
|
|
23
|
+
api: string;
|
|
24
|
+
main: string;
|
|
25
|
+
support: string;
|
|
26
|
+
};
|
|
27
|
+
dev: {
|
|
28
|
+
accounts: string;
|
|
29
|
+
api: string;
|
|
30
|
+
main: string;
|
|
31
|
+
support: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
declare const forClientSideRendering: {
|
|
35
|
+
master: {
|
|
36
|
+
accounts: string;
|
|
37
|
+
api: string;
|
|
38
|
+
main: string;
|
|
39
|
+
support: string;
|
|
40
|
+
};
|
|
41
|
+
staging: {
|
|
42
|
+
accounts: string;
|
|
43
|
+
api: string;
|
|
44
|
+
main: string;
|
|
45
|
+
support: string;
|
|
46
|
+
};
|
|
47
|
+
preview: {
|
|
48
|
+
accounts: string;
|
|
49
|
+
api: string;
|
|
50
|
+
main: string;
|
|
51
|
+
support: string;
|
|
52
|
+
};
|
|
53
|
+
release: {
|
|
54
|
+
accounts: string;
|
|
55
|
+
api: string;
|
|
56
|
+
main: string;
|
|
57
|
+
support: string;
|
|
58
|
+
};
|
|
59
|
+
dev: {
|
|
60
|
+
accounts: string;
|
|
61
|
+
api: string;
|
|
62
|
+
main: string;
|
|
63
|
+
support: string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
//#endregion
|
|
67
|
+
export { forClientSideRendering, forServerSideRendering };
|
|
68
|
+
//# sourceMappingURL=request-origins.d.ts.map
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
require('../release-branch-CRZV4Ivz.js');
|
|
2
|
+
const require_request_origins = require('../request-origins-BDXulkK9.js');
|
|
3
|
+
|
|
4
|
+
exports.forClientSideRendering = require_request_origins.forClientSideRendering;
|
|
5
|
+
exports.forServerSideRendering = require_request_origins.forServerSideRendering;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ValuesOf } from "./index-CgixcmUN.mjs";
|
|
2
|
+
|
|
3
|
+
//#region src/text/constants.d.ts
|
|
4
|
+
declare const TYPE: {
|
|
5
|
+
readonly default: "default";
|
|
6
|
+
readonly article: "article";
|
|
7
|
+
};
|
|
8
|
+
type Type = ValuesOf<typeof TYPE>;
|
|
9
|
+
declare const WEIGHT: {
|
|
10
|
+
readonly extraLight: "extra-light";
|
|
11
|
+
readonly normal: "normal";
|
|
12
|
+
readonly bold: "bold";
|
|
13
|
+
};
|
|
14
|
+
type Weight = ValuesOf<typeof WEIGHT>;
|
|
15
|
+
//#endregion
|
|
16
|
+
export { TYPE, Type, WEIGHT, Weight };
|
|
17
|
+
//# sourceMappingURL=constants-BDoTzOZE.d.mts.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ValuesOf } from "./index-H3peA2d_.js";
|
|
2
|
+
|
|
3
|
+
//#region src/text/constants.d.ts
|
|
4
|
+
declare const TYPE: {
|
|
5
|
+
readonly default: "default";
|
|
6
|
+
readonly article: "article";
|
|
7
|
+
};
|
|
8
|
+
type Type = ValuesOf<typeof TYPE>;
|
|
9
|
+
declare const WEIGHT: {
|
|
10
|
+
readonly extraLight: "extra-light";
|
|
11
|
+
readonly normal: "normal";
|
|
12
|
+
readonly bold: "bold";
|
|
13
|
+
};
|
|
14
|
+
type Weight = ValuesOf<typeof WEIGHT>;
|
|
15
|
+
//#endregion
|
|
16
|
+
export { TYPE, Type, WEIGHT, Weight };
|
|
17
|
+
//# sourceMappingURL=constants-BS3rPbaX.d.ts.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/text/constants.ts
|
|
2
|
+
const TYPE = {
|
|
3
|
+
default: "default",
|
|
4
|
+
article: "article"
|
|
5
|
+
};
|
|
6
|
+
const WEIGHT = {
|
|
7
|
+
extraLight: "extra-light",
|
|
8
|
+
normal: "normal",
|
|
9
|
+
bold: "bold"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
export { TYPE, WEIGHT };
|
|
14
|
+
//# sourceMappingURL=constants-BWFuBApI.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants-BWFuBApI.mjs","names":[],"sources":["../src/text/constants.ts"],"sourcesContent":["import type { ValuesOf } from '../types'\n\nexport const TYPE = {\n default: 'default',\n article: 'article',\n} as const\n\nexport type Type = ValuesOf<typeof TYPE>\n\nexport const WEIGHT = {\n extraLight: 'extra-light',\n normal: 'normal',\n bold: 'bold',\n} as const\n\nexport type Weight = ValuesOf<typeof WEIGHT>\n"],"mappings":";AAEA,MAAa,OAAO;CAClB,SAAS;CACT,SAAS;CACV;AAID,MAAa,SAAS;CACpB,YAAY;CACZ,QAAQ;CACR,MAAM;CACP"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ValuesOf } from "./index-H3peA2d_.js";
|
|
2
|
+
|
|
3
|
+
//#region src/logo/constants.d.ts
|
|
4
|
+
declare const LOGO: {
|
|
5
|
+
readonly header: "header";
|
|
6
|
+
readonly footer: "footer";
|
|
7
|
+
readonly symbol: "symbol";
|
|
8
|
+
readonly 'loading-fallback': "loading-fallback";
|
|
9
|
+
};
|
|
10
|
+
type Logo = ValuesOf<typeof LOGO>;
|
|
11
|
+
declare const LOGO_TYPE: {
|
|
12
|
+
readonly default: "default";
|
|
13
|
+
readonly white: "white";
|
|
14
|
+
};
|
|
15
|
+
type LogoType = ValuesOf<typeof LOGO_TYPE>;
|
|
16
|
+
declare const LOGO_SYMBOL_TYPE: {
|
|
17
|
+
readonly default: "default";
|
|
18
|
+
readonly white: "white";
|
|
19
|
+
readonly black: "black";
|
|
20
|
+
};
|
|
21
|
+
type LogoSymbolType = ValuesOf<typeof LOGO_SYMBOL_TYPE>;
|
|
22
|
+
//#endregion
|
|
23
|
+
export { LOGO, LOGO_SYMBOL_TYPE, LOGO_TYPE, Logo, LogoSymbolType, LogoType };
|
|
24
|
+
//# sourceMappingURL=constants-B_NgWFML.d.ts.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/button/constants.ts
|
|
3
|
+
const SIZE = {
|
|
4
|
+
s: "s",
|
|
5
|
+
l: "l"
|
|
6
|
+
};
|
|
7
|
+
const STYLE = {
|
|
8
|
+
brand: "brand",
|
|
9
|
+
dark: "dark",
|
|
10
|
+
light: "light"
|
|
11
|
+
};
|
|
12
|
+
const TYPE = {
|
|
13
|
+
primary: "primary",
|
|
14
|
+
secondary: "secondary"
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
//#endregion
|
|
18
|
+
Object.defineProperty(exports, 'SIZE', {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () {
|
|
21
|
+
return SIZE;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, 'STYLE', {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () {
|
|
27
|
+
return STYLE;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, 'TYPE', {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function () {
|
|
33
|
+
return TYPE;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
//# sourceMappingURL=constants-BmxSMOOn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants-BmxSMOOn.js","names":[],"sources":["../src/button/constants.ts"],"sourcesContent":["import type { ValuesOf } from '../types'\n\nexport const SIZE = {\n s: 's',\n l: 'l',\n} as const\n\nexport type Size = ValuesOf<typeof SIZE>\n\nexport const STYLE = {\n brand: 'brand',\n dark: 'dark',\n light: 'light',\n} as const\n\nexport type Style = ValuesOf<typeof STYLE>\n\nexport const TYPE = {\n primary: 'primary',\n secondary: 'secondary',\n} as const\n\nexport type Type = ValuesOf<typeof TYPE>\n"],"mappings":";;AAEA,MAAa,OAAO;CAClB,GAAG;CACH,GAAG;CACJ;AAID,MAAa,QAAQ;CACnB,OAAO;CACP,MAAM;CACN,OAAO;CACR;AAID,MAAa,OAAO;CAClB,SAAS;CACT,WAAW;CACZ"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/divider/constants.ts
|
|
3
|
+
const DIRECTION = {
|
|
4
|
+
horizontal: "horizontal",
|
|
5
|
+
vertical: "vertical"
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
Object.defineProperty(exports, 'DIRECTION', {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () {
|
|
12
|
+
return DIRECTION;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
//# sourceMappingURL=constants-BuIUKM2c.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants-BuIUKM2c.js","names":[],"sources":["../src/divider/constants.ts"],"sourcesContent":["import type { ValuesOf } from '../types'\n\nexport const DIRECTION = {\n horizontal: 'horizontal',\n vertical: 'vertical',\n} as const\n\nexport type Direction = ValuesOf<typeof DIRECTION>\n"],"mappings":";;AAEA,MAAa,YAAY;CACvB,YAAY;CACZ,UAAU;CACX"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/logo/constants.ts
|
|
3
|
+
const LOGO = {
|
|
4
|
+
header: "header",
|
|
5
|
+
footer: "footer",
|
|
6
|
+
symbol: "symbol",
|
|
7
|
+
"loading-fallback": "loading-fallback"
|
|
8
|
+
};
|
|
9
|
+
const LOGO_TYPE = {
|
|
10
|
+
default: "default",
|
|
11
|
+
white: "white"
|
|
12
|
+
};
|
|
13
|
+
const LOGO_SYMBOL_TYPE = {
|
|
14
|
+
default: "default",
|
|
15
|
+
white: "white",
|
|
16
|
+
black: "black"
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
//#endregion
|
|
20
|
+
Object.defineProperty(exports, 'LOGO', {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () {
|
|
23
|
+
return LOGO;
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
Object.defineProperty(exports, 'LOGO_SYMBOL_TYPE', {
|
|
27
|
+
enumerable: true,
|
|
28
|
+
get: function () {
|
|
29
|
+
return LOGO_SYMBOL_TYPE;
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, 'LOGO_TYPE', {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () {
|
|
35
|
+
return LOGO_TYPE;
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
//# sourceMappingURL=constants-C2moxnps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants-C2moxnps.js","names":[],"sources":["../src/logo/constants.ts"],"sourcesContent":["import type { ValuesOf } from '../types'\n\nexport const LOGO = {\n header: 'header',\n footer: 'footer',\n symbol: 'symbol',\n 'loading-fallback': 'loading-fallback',\n} as const\n\nexport type Logo = ValuesOf<typeof LOGO>\n\nexport const LOGO_TYPE = {\n default: 'default',\n white: 'white',\n} as const\n\nexport type LogoType = ValuesOf<typeof LOGO_TYPE>\n\nexport const LOGO_SYMBOL_TYPE = {\n default: 'default',\n white: 'white',\n black: 'black',\n} as const\n\nexport type LogoSymbolType = ValuesOf<typeof LOGO_SYMBOL_TYPE>\n"],"mappings":";;AAEA,MAAa,OAAO;CAClB,QAAQ;CACR,QAAQ;CACR,QAAQ;CACR,oBAAoB;CACrB;AAID,MAAa,YAAY;CACvB,SAAS;CACT,OAAO;CACR;AAID,MAAa,mBAAmB;CAC9B,SAAS;CACT,OAAO;CACP,OAAO;CACR"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ValuesOf } from "./index-CgixcmUN.mjs";
|
|
2
|
+
|
|
3
|
+
//#region src/logo/constants.d.ts
|
|
4
|
+
declare const LOGO: {
|
|
5
|
+
readonly header: "header";
|
|
6
|
+
readonly footer: "footer";
|
|
7
|
+
readonly symbol: "symbol";
|
|
8
|
+
readonly 'loading-fallback': "loading-fallback";
|
|
9
|
+
};
|
|
10
|
+
type Logo = ValuesOf<typeof LOGO>;
|
|
11
|
+
declare const LOGO_TYPE: {
|
|
12
|
+
readonly default: "default";
|
|
13
|
+
readonly white: "white";
|
|
14
|
+
};
|
|
15
|
+
type LogoType = ValuesOf<typeof LOGO_TYPE>;
|
|
16
|
+
declare const LOGO_SYMBOL_TYPE: {
|
|
17
|
+
readonly default: "default";
|
|
18
|
+
readonly white: "white";
|
|
19
|
+
readonly black: "black";
|
|
20
|
+
};
|
|
21
|
+
type LogoSymbolType = ValuesOf<typeof LOGO_SYMBOL_TYPE>;
|
|
22
|
+
//#endregion
|
|
23
|
+
export { LOGO, LOGO_SYMBOL_TYPE, LOGO_TYPE, Logo, LogoSymbolType, LogoType };
|
|
24
|
+
//# sourceMappingURL=constants-CCfG07Q4.d.mts.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ValuesOf } from "./index-H3peA2d_.js";
|
|
2
|
+
|
|
3
|
+
//#region src/divider/constants.d.ts
|
|
4
|
+
declare const DIRECTION: {
|
|
5
|
+
readonly horizontal: "horizontal";
|
|
6
|
+
readonly vertical: "vertical";
|
|
7
|
+
};
|
|
8
|
+
type Direction = ValuesOf<typeof DIRECTION>;
|
|
9
|
+
//#endregion
|
|
10
|
+
export { DIRECTION, Direction };
|
|
11
|
+
//# sourceMappingURL=constants-CMMcn0f-.d.ts.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ValuesOf } from "./index-CgixcmUN.mjs";
|
|
2
|
+
|
|
3
|
+
//#region src/divider/constants.d.ts
|
|
4
|
+
declare const DIRECTION: {
|
|
5
|
+
readonly horizontal: "horizontal";
|
|
6
|
+
readonly vertical: "vertical";
|
|
7
|
+
};
|
|
8
|
+
type Direction = ValuesOf<typeof DIRECTION>;
|
|
9
|
+
//#endregion
|
|
10
|
+
export { DIRECTION, Direction };
|
|
11
|
+
//# sourceMappingURL=constants-CayQNGtk.d.mts.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
//#region src/icons/constants.ts
|
|
2
|
+
const ICON_TYPE = {
|
|
3
|
+
mask: "mask",
|
|
4
|
+
raw: "raw"
|
|
5
|
+
};
|
|
6
|
+
const ARROW_DIRECTION = {
|
|
7
|
+
right: "right",
|
|
8
|
+
left: "left",
|
|
9
|
+
up: "up",
|
|
10
|
+
down: "down"
|
|
11
|
+
};
|
|
12
|
+
const MEDIA_TYPE = {
|
|
13
|
+
facebook: "facebook",
|
|
14
|
+
instagram: "instagram",
|
|
15
|
+
medium: "medium",
|
|
16
|
+
twitter: "twitter",
|
|
17
|
+
youtube: "youtube",
|
|
18
|
+
line: "line",
|
|
19
|
+
google: "google",
|
|
20
|
+
plurk: "plurk"
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
//#endregion
|
|
24
|
+
export { ARROW_DIRECTION, ICON_TYPE, MEDIA_TYPE };
|
|
25
|
+
//# sourceMappingURL=constants-CmCfyfPG.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants-CmCfyfPG.mjs","names":[],"sources":["../src/icons/constants.ts"],"sourcesContent":["import type { ValuesOf } from '../types'\n\nexport const ICON_TYPE = {\n mask: 'mask',\n raw: 'raw',\n} as const\n\nexport type IconType = ValuesOf<typeof ICON_TYPE>\n\nexport const ARROW_DIRECTION = {\n right: 'right',\n left: 'left',\n up: 'up',\n down: 'down',\n} as const\n\nexport type ArrowDirection = ValuesOf<typeof ARROW_DIRECTION>\n\nexport const MEDIA_TYPE = {\n facebook: 'facebook',\n instagram: 'instagram',\n medium: 'medium',\n twitter: 'twitter',\n youtube: 'youtube',\n line: 'line',\n google: 'google',\n plurk: 'plurk',\n} as const\n\nexport type MediaType = ValuesOf<typeof MEDIA_TYPE>\n"],"mappings":";AAEA,MAAa,YAAY;CACvB,MAAM;CACN,KAAK;CACN;AAID,MAAa,kBAAkB;CAC7B,OAAO;CACP,MAAM;CACN,IAAI;CACJ,MAAM;CACP;AAID,MAAa,aAAa;CACxB,UAAU;CACV,WAAW;CACX,QAAQ;CACR,SAAS;CACT,SAAS;CACT,MAAM;CACN,QAAQ;CACR,OAAO;CACR"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ValuesOf } from "./index-CgixcmUN.mjs";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/constants.d.ts
|
|
4
|
+
declare const ICON_TYPE: {
|
|
5
|
+
readonly mask: "mask";
|
|
6
|
+
readonly raw: "raw";
|
|
7
|
+
};
|
|
8
|
+
type IconType = ValuesOf<typeof ICON_TYPE>;
|
|
9
|
+
declare const ARROW_DIRECTION: {
|
|
10
|
+
readonly right: "right";
|
|
11
|
+
readonly left: "left";
|
|
12
|
+
readonly up: "up";
|
|
13
|
+
readonly down: "down";
|
|
14
|
+
};
|
|
15
|
+
type ArrowDirection = ValuesOf<typeof ARROW_DIRECTION>;
|
|
16
|
+
declare const MEDIA_TYPE: {
|
|
17
|
+
readonly facebook: "facebook";
|
|
18
|
+
readonly instagram: "instagram";
|
|
19
|
+
readonly medium: "medium";
|
|
20
|
+
readonly twitter: "twitter";
|
|
21
|
+
readonly youtube: "youtube";
|
|
22
|
+
readonly line: "line";
|
|
23
|
+
readonly google: "google";
|
|
24
|
+
readonly plurk: "plurk";
|
|
25
|
+
};
|
|
26
|
+
type MediaType = ValuesOf<typeof MEDIA_TYPE>;
|
|
27
|
+
//#endregion
|
|
28
|
+
export { ARROW_DIRECTION, ArrowDirection, ICON_TYPE, IconType, MEDIA_TYPE, MediaType };
|
|
29
|
+
//# sourceMappingURL=constants-Cnq4ruq6.d.mts.map
|