@twreporter/react-typescript-components 0.1.0-beta.6 → 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 -161
- package/lib/button/index.mjs +7 -8
- 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 +989 -3
- 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 +132 -358
- package/lib/title-bar/index.js.map +1 -1
- package/lib/title-bar/index.mjs +140 -24
- 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 -156
- package/lib/button/components/text-button/index.js.map +0 -1
- package/lib/button/components/text-button/index.mjs +0 -7
- package/lib/button/components/text-button/index.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 -206
- package/lib/button/stories/text-button.stories.js.map +0 -1
- package/lib/button/stories/text-button.stories.mjs +0 -34
- 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-7DK5MO62.mjs +0 -8
- package/lib/chunk-7DK5MO62.mjs.map +0 -1
- package/lib/chunk-CZVB2Y6O.mjs +0 -27
- package/lib/chunk-CZVB2Y6O.mjs.map +0 -1
- package/lib/chunk-GQWO45DN.mjs +0 -32
- package/lib/chunk-GQWO45DN.mjs.map +0 -1
- package/lib/chunk-GRCEZABQ.mjs +0 -38
- package/lib/chunk-GRCEZABQ.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-QE5LVT7A.mjs +0 -90
- package/lib/chunk-QE5LVT7A.mjs.map +0 -1
- package/lib/chunk-QOLETTSG.mjs +0 -28
- package/lib/chunk-QOLETTSG.mjs.map +0 -1
- package/lib/chunk-R4F4LGAY.mjs +0 -56
- package/lib/chunk-R4F4LGAY.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/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 -321
- package/lib/title-bar/components/title-tab/index.js.map +0 -1
- package/lib/title-bar/components/title-tab/index.mjs +0 -15
- 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 -204
- package/lib/title-bar/components/title-tab/tab-item.js.map +0 -1
- package/lib/title-bar/components/title-tab/tab-item.mjs +0 -12
- 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 -345
- package/lib/title-bar/stories/title-tab.stories.js.map +0 -1
- package/lib/title-bar/stories/title-tab.stories.mjs +0 -38
- 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 -258
- package/lib/title-bar/stories/title2.stories.js.map +0 -1
- package/lib/title-bar/stories/title2.stories.mjs +0 -37
- 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
package/lib/text/heading.d.mts
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import "../index-CgixcmUN.mjs";
|
|
2
|
+
import { TYPE, Type } from "../constants-BDoTzOZE.mjs";
|
|
3
|
+
import React from "react";
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
//#region src/text/heading.d.ts
|
|
6
|
+
type HeadingProps = React.HTMLAttributes<HTMLHeadingElement> & {
|
|
7
|
+
text?: string;
|
|
8
|
+
type?: Type;
|
|
9
|
+
className?: string;
|
|
9
10
|
};
|
|
10
|
-
declare const H1:
|
|
11
|
-
|
|
11
|
+
declare const H1: React.FC<HeadingProps> & {
|
|
12
|
+
Type: typeof TYPE;
|
|
12
13
|
};
|
|
13
|
-
declare const H2:
|
|
14
|
-
|
|
14
|
+
declare const H2: React.FC<HeadingProps> & {
|
|
15
|
+
Type: typeof TYPE;
|
|
15
16
|
};
|
|
16
|
-
declare const H3:
|
|
17
|
-
|
|
17
|
+
declare const H3: React.FC<HeadingProps> & {
|
|
18
|
+
Type: typeof TYPE;
|
|
18
19
|
};
|
|
19
|
-
declare const H4:
|
|
20
|
-
|
|
20
|
+
declare const H4: React.FC<HeadingProps> & {
|
|
21
|
+
Type: typeof TYPE;
|
|
21
22
|
};
|
|
22
|
-
declare const H5:
|
|
23
|
-
|
|
23
|
+
declare const H5: React.FC<HeadingProps> & {
|
|
24
|
+
Type: typeof TYPE;
|
|
24
25
|
};
|
|
25
|
-
declare const H6:
|
|
26
|
-
|
|
26
|
+
declare const H6: React.FC<HeadingProps> & {
|
|
27
|
+
Type: typeof TYPE;
|
|
27
28
|
};
|
|
28
|
-
|
|
29
|
+
//#endregion
|
|
29
30
|
export { H1, H2, H3, H4, H5, H6 };
|
|
31
|
+
//# sourceMappingURL=heading.d.mts.map
|
package/lib/text/heading.d.ts
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import "../index-H3peA2d_.js";
|
|
2
|
+
import { TYPE, Type } from "../constants-BS3rPbaX.js";
|
|
3
|
+
import React from "react";
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
//#region src/text/heading.d.ts
|
|
6
|
+
type HeadingProps = React.HTMLAttributes<HTMLHeadingElement> & {
|
|
7
|
+
text?: string;
|
|
8
|
+
type?: Type;
|
|
9
|
+
className?: string;
|
|
9
10
|
};
|
|
10
|
-
declare const H1:
|
|
11
|
-
|
|
11
|
+
declare const H1: React.FC<HeadingProps> & {
|
|
12
|
+
Type: typeof TYPE;
|
|
12
13
|
};
|
|
13
|
-
declare const H2:
|
|
14
|
-
|
|
14
|
+
declare const H2: React.FC<HeadingProps> & {
|
|
15
|
+
Type: typeof TYPE;
|
|
15
16
|
};
|
|
16
|
-
declare const H3:
|
|
17
|
-
|
|
17
|
+
declare const H3: React.FC<HeadingProps> & {
|
|
18
|
+
Type: typeof TYPE;
|
|
18
19
|
};
|
|
19
|
-
declare const H4:
|
|
20
|
-
|
|
20
|
+
declare const H4: React.FC<HeadingProps> & {
|
|
21
|
+
Type: typeof TYPE;
|
|
21
22
|
};
|
|
22
|
-
declare const H5:
|
|
23
|
-
|
|
23
|
+
declare const H5: React.FC<HeadingProps> & {
|
|
24
|
+
Type: typeof TYPE;
|
|
24
25
|
};
|
|
25
|
-
declare const H6:
|
|
26
|
-
|
|
26
|
+
declare const H6: React.FC<HeadingProps> & {
|
|
27
|
+
Type: typeof TYPE;
|
|
27
28
|
};
|
|
28
|
-
|
|
29
|
+
//#endregion
|
|
29
30
|
export { H1, H2, H3, H4, H5, H6 };
|
|
31
|
+
//# sourceMappingURL=heading.d.ts.map
|
package/lib/text/heading.js
CHANGED
|
@@ -1,70 +1,9 @@
|
|
|
1
|
-
'
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
// src/text/heading.tsx
|
|
12
|
-
|
|
13
|
-
// src/text/enum/index.ts
|
|
14
|
-
var TYPE = {
|
|
15
|
-
default: "default",
|
|
16
|
-
article: "article"
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
// src/text/heading.tsx
|
|
20
|
-
var baseClass = "font-bold";
|
|
21
|
-
var variantClass = {
|
|
22
|
-
H1: "text-[28px] leading-[125%] tablet:text-[36px]",
|
|
23
|
-
H2: "text-[24px] leading-[125%] tablet:text-[32px]",
|
|
24
|
-
H3: "text-[22px] leading-[150%] tablet:text-[28px]",
|
|
25
|
-
H4: "text-[18px] leading-[150%] tablet:text-[22px]",
|
|
26
|
-
H5: "text-[17px] leading-[150%] tablet:text-[18px]",
|
|
27
|
-
H6: "text-[16px] leading-[150%] tablet:text-[16px]"
|
|
28
|
-
};
|
|
29
|
-
var HeadingVariant = (variant) => {
|
|
30
|
-
const Component = ({
|
|
31
|
-
text = "",
|
|
32
|
-
type = TYPE.default,
|
|
33
|
-
className = "",
|
|
34
|
-
...props
|
|
35
|
-
}) => {
|
|
36
|
-
const htmlTag = variant.toLowerCase();
|
|
37
|
-
const fontFamily = type === TYPE.article ? "font-title" : "font-default";
|
|
38
|
-
return React__default.default.createElement(
|
|
39
|
-
htmlTag,
|
|
40
|
-
{
|
|
41
|
-
className: clsx__default.default(
|
|
42
|
-
fontFamily,
|
|
43
|
-
baseClass,
|
|
44
|
-
variantClass[variant],
|
|
45
|
-
className
|
|
46
|
-
),
|
|
47
|
-
...props
|
|
48
|
-
},
|
|
49
|
-
text
|
|
50
|
-
);
|
|
51
|
-
};
|
|
52
|
-
Component.displayName = variant;
|
|
53
|
-
Component.Type = TYPE;
|
|
54
|
-
return Component;
|
|
55
|
-
};
|
|
56
|
-
var H1 = HeadingVariant("H1");
|
|
57
|
-
var H2 = HeadingVariant("H2");
|
|
58
|
-
var H3 = HeadingVariant("H3");
|
|
59
|
-
var H4 = HeadingVariant("H4");
|
|
60
|
-
var H5 = HeadingVariant("H5");
|
|
61
|
-
var H6 = HeadingVariant("H6");
|
|
62
|
-
|
|
63
|
-
exports.H1 = H1;
|
|
64
|
-
exports.H2 = H2;
|
|
65
|
-
exports.H3 = H3;
|
|
66
|
-
exports.H4 = H4;
|
|
67
|
-
exports.H5 = H5;
|
|
68
|
-
exports.H6 = H6;
|
|
69
|
-
//# sourceMappingURL=heading.js.map
|
|
70
|
-
//# sourceMappingURL=heading.js.map
|
|
1
|
+
require('../constants-K2ObjToq.js');
|
|
2
|
+
const require_heading = require('../heading-B_pZSTvs.js');
|
|
3
|
+
|
|
4
|
+
exports.H1 = require_heading.H1;
|
|
5
|
+
exports.H2 = require_heading.H2;
|
|
6
|
+
exports.H3 = require_heading.H3;
|
|
7
|
+
exports.H4 = require_heading.H4;
|
|
8
|
+
exports.H5 = require_heading.H5;
|
|
9
|
+
exports.H6 = require_heading.H6;
|
package/lib/text/heading.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import "../constants-BWFuBApI.mjs";
|
|
2
|
+
import { H1, H2, H3, H4, H5, H6 } from "../heading-DL8WhtCD.mjs";
|
|
3
|
+
|
|
4
|
+
export { H1, H2, H3, H4, H5, H6 };
|
package/lib/text/paragraph.d.mts
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import "../index-CgixcmUN.mjs";
|
|
2
|
+
import { WEIGHT, Weight } from "../constants-BDoTzOZE.mjs";
|
|
3
|
+
import React from "react";
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
//#region src/text/paragraph.d.ts
|
|
6
|
+
type ParagraphProps = React.HTMLAttributes<HTMLParagraphElement> & {
|
|
7
|
+
text?: string;
|
|
8
|
+
weight?: Weight;
|
|
9
|
+
className?: string;
|
|
9
10
|
};
|
|
10
|
-
declare const P1:
|
|
11
|
-
|
|
11
|
+
declare const P1: React.FC<ParagraphProps> & {
|
|
12
|
+
Weight: typeof WEIGHT;
|
|
12
13
|
};
|
|
13
|
-
declare const P2:
|
|
14
|
-
|
|
14
|
+
declare const P2: React.FC<ParagraphProps> & {
|
|
15
|
+
Weight: typeof WEIGHT;
|
|
15
16
|
};
|
|
16
|
-
declare const P3:
|
|
17
|
-
|
|
17
|
+
declare const P3: React.FC<ParagraphProps> & {
|
|
18
|
+
Weight: typeof WEIGHT;
|
|
18
19
|
};
|
|
19
|
-
declare const P4:
|
|
20
|
-
|
|
20
|
+
declare const P4: React.FC<ParagraphProps> & {
|
|
21
|
+
Weight: typeof WEIGHT;
|
|
21
22
|
};
|
|
22
|
-
|
|
23
|
+
//#endregion
|
|
23
24
|
export { P1, P2, P3, P4 };
|
|
25
|
+
//# sourceMappingURL=paragraph.d.mts.map
|
package/lib/text/paragraph.d.ts
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import "../index-H3peA2d_.js";
|
|
2
|
+
import { WEIGHT, Weight } from "../constants-BS3rPbaX.js";
|
|
3
|
+
import React from "react";
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
//#region src/text/paragraph.d.ts
|
|
6
|
+
type ParagraphProps = React.HTMLAttributes<HTMLParagraphElement> & {
|
|
7
|
+
text?: string;
|
|
8
|
+
weight?: Weight;
|
|
9
|
+
className?: string;
|
|
9
10
|
};
|
|
10
|
-
declare const P1:
|
|
11
|
-
|
|
11
|
+
declare const P1: React.FC<ParagraphProps> & {
|
|
12
|
+
Weight: typeof WEIGHT;
|
|
12
13
|
};
|
|
13
|
-
declare const P2:
|
|
14
|
-
|
|
14
|
+
declare const P2: React.FC<ParagraphProps> & {
|
|
15
|
+
Weight: typeof WEIGHT;
|
|
15
16
|
};
|
|
16
|
-
declare const P3:
|
|
17
|
-
|
|
17
|
+
declare const P3: React.FC<ParagraphProps> & {
|
|
18
|
+
Weight: typeof WEIGHT;
|
|
18
19
|
};
|
|
19
|
-
declare const P4:
|
|
20
|
-
|
|
20
|
+
declare const P4: React.FC<ParagraphProps> & {
|
|
21
|
+
Weight: typeof WEIGHT;
|
|
21
22
|
};
|
|
22
|
-
|
|
23
|
+
//#endregion
|
|
23
24
|
export { P1, P2, P3, P4 };
|
|
25
|
+
//# sourceMappingURL=paragraph.d.ts.map
|
package/lib/text/paragraph.js
CHANGED
|
@@ -1,58 +1,7 @@
|
|
|
1
|
-
'
|
|
1
|
+
require('../constants-K2ObjToq.js');
|
|
2
|
+
const require_paragraph = require('../paragraph-CJvb0_cM.js');
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
var clsx__default = /*#__PURE__*/_interopDefault(clsx);
|
|
9
|
-
|
|
10
|
-
// src/text/paragraph.tsx
|
|
11
|
-
|
|
12
|
-
// src/text/enum/index.ts
|
|
13
|
-
var WEIGHT = {
|
|
14
|
-
extraLight: "extra-light",
|
|
15
|
-
normal: "normal",
|
|
16
|
-
bold: "bold"
|
|
17
|
-
};
|
|
18
|
-
var baseClass = "font-default leading-[150%] flex items-center m-0";
|
|
19
|
-
var variantClass = {
|
|
20
|
-
P1: "text-[16px]",
|
|
21
|
-
P2: "text-[14px]",
|
|
22
|
-
P3: "text-[12px]",
|
|
23
|
-
P4: "text-[10px]"
|
|
24
|
-
};
|
|
25
|
-
var ParagraphVariant = (variant) => {
|
|
26
|
-
const Component = ({
|
|
27
|
-
text = "",
|
|
28
|
-
weight = WEIGHT.normal,
|
|
29
|
-
className = "",
|
|
30
|
-
...props
|
|
31
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
32
|
-
"p",
|
|
33
|
-
{
|
|
34
|
-
className: clsx__default.default(
|
|
35
|
-
baseClass,
|
|
36
|
-
variantClass[variant],
|
|
37
|
-
`font-${weight}`,
|
|
38
|
-
className
|
|
39
|
-
),
|
|
40
|
-
...props,
|
|
41
|
-
children: text
|
|
42
|
-
}
|
|
43
|
-
);
|
|
44
|
-
Component.displayName = variant;
|
|
45
|
-
Component.Weight = WEIGHT;
|
|
46
|
-
return Component;
|
|
47
|
-
};
|
|
48
|
-
var P1 = ParagraphVariant("P1");
|
|
49
|
-
var P2 = ParagraphVariant("P2");
|
|
50
|
-
var P3 = ParagraphVariant("P3");
|
|
51
|
-
var P4 = ParagraphVariant("P4");
|
|
52
|
-
|
|
53
|
-
exports.P1 = P1;
|
|
54
|
-
exports.P2 = P2;
|
|
55
|
-
exports.P3 = P3;
|
|
56
|
-
exports.P4 = P4;
|
|
57
|
-
//# sourceMappingURL=paragraph.js.map
|
|
58
|
-
//# sourceMappingURL=paragraph.js.map
|
|
4
|
+
exports.P1 = require_paragraph.P1;
|
|
5
|
+
exports.P2 = require_paragraph.P2;
|
|
6
|
+
exports.P3 = require_paragraph.P3;
|
|
7
|
+
exports.P4 = require_paragraph.P4;
|
package/lib/text/paragraph.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import "../constants-BWFuBApI.mjs";
|
|
2
|
+
import { P1, P2, P3, P4 } from "../paragraph-BWXQNQtX.mjs";
|
|
3
|
+
|
|
4
|
+
export { P1, P2, P3, P4 };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ValuesOf } from "./index-CgixcmUN.mjs";
|
|
2
|
+
|
|
3
|
+
//#region src/constants/theme.d.ts
|
|
4
|
+
declare const THEME: {
|
|
5
|
+
readonly normal: "normal";
|
|
6
|
+
readonly photography: "photography";
|
|
7
|
+
readonly transparent: "transparent";
|
|
8
|
+
readonly index: "index";
|
|
9
|
+
};
|
|
10
|
+
type Theme = ValuesOf<typeof THEME>;
|
|
11
|
+
//#endregion
|
|
12
|
+
export { THEME, Theme };
|
|
13
|
+
//# sourceMappingURL=theme-8Q9pR2P5.d.mts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ValuesOf } from "./index-H3peA2d_.js";
|
|
2
|
+
|
|
3
|
+
//#region src/constants/theme.d.ts
|
|
4
|
+
declare const THEME: {
|
|
5
|
+
readonly normal: "normal";
|
|
6
|
+
readonly photography: "photography";
|
|
7
|
+
readonly transparent: "transparent";
|
|
8
|
+
readonly index: "index";
|
|
9
|
+
};
|
|
10
|
+
type Theme = ValuesOf<typeof THEME>;
|
|
11
|
+
//#endregion
|
|
12
|
+
export { THEME, Theme };
|
|
13
|
+
//# sourceMappingURL=theme-BDGfJ8n-.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme-BG6yZVj-.mjs","names":[],"sources":["../src/constants/theme.ts"],"sourcesContent":["import type { ValuesOf } from '../types'\n\nexport const THEME = {\n normal: 'normal',\n photography: 'photography',\n transparent: 'transparent',\n index: 'index',\n} as const\n\nexport type Theme = ValuesOf<typeof THEME>\n"],"mappings":";AAEA,MAAa,QAAQ;CACnB,QAAQ;CACR,aAAa;CACb,aAAa;CACb,OAAO;CACR"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/constants/theme.ts
|
|
3
|
+
const THEME = {
|
|
4
|
+
normal: "normal",
|
|
5
|
+
photography: "photography",
|
|
6
|
+
transparent: "transparent",
|
|
7
|
+
index: "index"
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
Object.defineProperty(exports, 'THEME', {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () {
|
|
14
|
+
return THEME;
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=theme-DDBlIbeS.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme-DDBlIbeS.js","names":[],"sources":["../src/constants/theme.ts"],"sourcesContent":["import type { ValuesOf } from '../types'\n\nexport const THEME = {\n normal: 'normal',\n photography: 'photography',\n transparent: 'transparent',\n index: 'index',\n} as const\n\nexport type Theme = ValuesOf<typeof THEME>\n"],"mappings":";;AAEA,MAAa,QAAQ;CACnB,QAAQ;CACR,aAAa;CACb,aAAa;CACb,OAAO;CACR"}
|
|
@@ -1,26 +1,58 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
export { default as Title2 } from './components/title2.mjs';
|
|
4
|
-
export { default as Title1 } from './components/title1.mjs';
|
|
5
|
-
export { default as TitleTab } from './components/title-tab/index.mjs';
|
|
1
|
+
import * as react11 from "react";
|
|
2
|
+
import React$1, { FC } from "react";
|
|
6
3
|
|
|
4
|
+
//#region src/title-bar/components/title-tab/type.d.ts
|
|
5
|
+
type Tab = {
|
|
6
|
+
text: string;
|
|
7
|
+
link: string;
|
|
8
|
+
isExternal?: boolean;
|
|
9
|
+
isActive?: boolean;
|
|
10
|
+
};
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/title-bar/components/title2.d.ts
|
|
13
|
+
type Title2Props = {
|
|
14
|
+
title: string;
|
|
15
|
+
subtitle?: string;
|
|
16
|
+
renderButton?: React$1.ReactNode;
|
|
17
|
+
className?: string;
|
|
18
|
+
};
|
|
19
|
+
declare const Title2: React$1.FC<Title2Props>;
|
|
20
|
+
//#endregion
|
|
21
|
+
//#region src/title-bar/components/title1.d.ts
|
|
22
|
+
type Title1Props = {
|
|
23
|
+
title: string;
|
|
24
|
+
subtitle?: string;
|
|
25
|
+
className?: string;
|
|
26
|
+
};
|
|
27
|
+
declare const Title1: FC<Title1Props>;
|
|
28
|
+
//#endregion
|
|
29
|
+
//#region src/title-bar/components/title-tab/index.d.ts
|
|
30
|
+
type TitleTabProps = {
|
|
31
|
+
title: string;
|
|
32
|
+
tabs: Tab[];
|
|
33
|
+
activeTabIndex?: number;
|
|
34
|
+
};
|
|
35
|
+
declare const TitleTab: FC<TitleTabProps>;
|
|
36
|
+
//#endregion
|
|
37
|
+
//#region src/title-bar/index.d.ts
|
|
7
38
|
declare const _default: {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
39
|
+
Title2: react11.FC<{
|
|
40
|
+
title: string;
|
|
41
|
+
subtitle?: string;
|
|
42
|
+
renderButton?: React.ReactNode;
|
|
43
|
+
className?: string;
|
|
44
|
+
}>;
|
|
45
|
+
Title1: react11.FC<{
|
|
46
|
+
title: string;
|
|
47
|
+
subtitle?: string;
|
|
48
|
+
className?: string;
|
|
49
|
+
}>;
|
|
50
|
+
TitleTab: react11.FC<{
|
|
51
|
+
title: string;
|
|
52
|
+
tabs: Tab[];
|
|
53
|
+
activeTabIndex?: number;
|
|
54
|
+
}>;
|
|
24
55
|
};
|
|
25
|
-
|
|
26
|
-
export { _default as default };
|
|
56
|
+
//#endregion
|
|
57
|
+
export { Title1, Title2, TitleTab, _default as default };
|
|
58
|
+
//# sourceMappingURL=index.d.mts.map
|
package/lib/title-bar/index.d.ts
CHANGED
|
@@ -1,26 +1,58 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
export { default as Title2 } from './components/title2.js';
|
|
4
|
-
export { default as Title1 } from './components/title1.js';
|
|
5
|
-
export { default as TitleTab } from './components/title-tab/index.js';
|
|
1
|
+
import * as react11 from "react";
|
|
2
|
+
import React$1, { FC } from "react";
|
|
6
3
|
|
|
4
|
+
//#region src/title-bar/components/title-tab/type.d.ts
|
|
5
|
+
type Tab = {
|
|
6
|
+
text: string;
|
|
7
|
+
link: string;
|
|
8
|
+
isExternal?: boolean;
|
|
9
|
+
isActive?: boolean;
|
|
10
|
+
};
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/title-bar/components/title2.d.ts
|
|
13
|
+
type Title2Props = {
|
|
14
|
+
title: string;
|
|
15
|
+
subtitle?: string;
|
|
16
|
+
renderButton?: React$1.ReactNode;
|
|
17
|
+
className?: string;
|
|
18
|
+
};
|
|
19
|
+
declare const Title2: React$1.FC<Title2Props>;
|
|
20
|
+
//#endregion
|
|
21
|
+
//#region src/title-bar/components/title1.d.ts
|
|
22
|
+
type Title1Props = {
|
|
23
|
+
title: string;
|
|
24
|
+
subtitle?: string;
|
|
25
|
+
className?: string;
|
|
26
|
+
};
|
|
27
|
+
declare const Title1: FC<Title1Props>;
|
|
28
|
+
//#endregion
|
|
29
|
+
//#region src/title-bar/components/title-tab/index.d.ts
|
|
30
|
+
type TitleTabProps = {
|
|
31
|
+
title: string;
|
|
32
|
+
tabs: Tab[];
|
|
33
|
+
activeTabIndex?: number;
|
|
34
|
+
};
|
|
35
|
+
declare const TitleTab: FC<TitleTabProps>;
|
|
36
|
+
//#endregion
|
|
37
|
+
//#region src/title-bar/index.d.ts
|
|
7
38
|
declare const _default: {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
39
|
+
Title2: react11.FC<{
|
|
40
|
+
title: string;
|
|
41
|
+
subtitle?: string;
|
|
42
|
+
renderButton?: React.ReactNode;
|
|
43
|
+
className?: string;
|
|
44
|
+
}>;
|
|
45
|
+
Title1: react11.FC<{
|
|
46
|
+
title: string;
|
|
47
|
+
subtitle?: string;
|
|
48
|
+
className?: string;
|
|
49
|
+
}>;
|
|
50
|
+
TitleTab: react11.FC<{
|
|
51
|
+
title: string;
|
|
52
|
+
tabs: Tab[];
|
|
53
|
+
activeTabIndex?: number;
|
|
54
|
+
}>;
|
|
24
55
|
};
|
|
25
|
-
|
|
26
|
-
export { _default as default };
|
|
56
|
+
//#endregion
|
|
57
|
+
export { Title1, Title2, TitleTab, _default as default };
|
|
58
|
+
//# sourceMappingURL=index.d.ts.map
|