@manamerge/mana-atomic-ui 1.0.30 → 1.0.32
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/dist/_virtual/_rollup-plugin-web-worker-loader__helper__browser__createBase64WorkerFactory.js +33 -0
- package/dist/_virtual/_rollup-plugin-web-worker-loader__helper__browser__createBase64WorkerFactory.js.map +1 -0
- package/dist/_virtual/blurhash.worker.js +7 -0
- package/dist/_virtual/blurhash.worker.js.map +1 -0
- package/dist/index.d.ts +214 -0
- package/dist/index.js +1500 -0
- package/dist/index.js.map +1 -0
- package/dist/node_modules/tslib/tslib.es6.js +36 -0
- package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/src/components/Atoms/Button/Button.css.js +91 -0
- package/dist/src/components/Atoms/Button/Button.css.js.map +1 -0
- package/dist/src/components/Atoms/Button/Button.js +20 -0
- package/dist/src/components/Atoms/Button/Button.js.map +1 -0
- package/dist/src/components/Atoms/CDNImage/CDNImage.css.js +30 -0
- package/dist/src/components/Atoms/CDNImage/CDNImage.css.js.map +1 -0
- package/dist/src/components/Atoms/CDNImage/CDNImage.js +40 -0
- package/dist/src/components/Atoms/CDNImage/CDNImage.js.map +1 -0
- package/dist/src/components/Atoms/Divider/Divider.css.js +26 -0
- package/dist/src/components/Atoms/Divider/Divider.css.js.map +1 -0
- package/dist/src/components/Atoms/Divider/Divider.js +12 -0
- package/dist/src/components/Atoms/Divider/Divider.js.map +1 -0
- package/dist/src/components/Atoms/Gradient/Gradient.css.js +23 -0
- package/dist/src/components/Atoms/Gradient/Gradient.css.js.map +1 -0
- package/dist/src/components/Atoms/Gradient/Gradient.js +12 -0
- package/dist/src/components/Atoms/Gradient/Gradient.js.map +1 -0
- package/dist/src/components/Atoms/Heading/Heading.css.js +36 -0
- package/dist/src/components/Atoms/Heading/Heading.css.js.map +1 -0
- package/dist/src/components/Atoms/Heading/Heading.js +13 -0
- package/dist/src/components/Atoms/Heading/Heading.js.map +1 -0
- package/dist/src/components/Atoms/Icon/Icon.css.js +25 -0
- package/dist/src/components/Atoms/Icon/Icon.css.js.map +1 -0
- package/dist/src/components/Atoms/Icon/Icon.js +16 -0
- package/dist/src/components/Atoms/Icon/Icon.js.map +1 -0
- package/dist/src/components/Atoms/Link/Link.css.js +35 -0
- package/dist/src/components/Atoms/Link/Link.css.js.map +1 -0
- package/dist/src/components/Atoms/Link/Link.js +26 -0
- package/dist/src/components/Atoms/Link/Link.js.map +1 -0
- package/dist/src/components/Atoms/Text/Text.css.js +42 -0
- package/dist/src/components/Atoms/Text/Text.css.js.map +1 -0
- package/dist/src/components/Atoms/Text/Text.js +16 -0
- package/dist/src/components/Atoms/Text/Text.js.map +1 -0
- package/dist/src/components/Layouts/Pint3/Pint3.css.js +44 -0
- package/dist/src/components/Layouts/Pint3/Pint3.css.js.map +1 -0
- package/dist/src/components/Layouts/Pint3/Pint3.js +11 -0
- package/dist/src/components/Layouts/Pint3/Pint3.js.map +1 -0
- package/dist/src/components/Molecules/Accordion/Accordion.css.js +100 -0
- package/dist/src/components/Molecules/Accordion/Accordion.css.js.map +1 -0
- package/dist/src/components/Molecules/Accordion/Accordion.js +20 -0
- package/dist/src/components/Molecules/Accordion/Accordion.js.map +1 -0
- package/dist/src/components/Molecules/BreakerTape/BreakerTape.css.js +98 -0
- package/dist/src/components/Molecules/BreakerTape/BreakerTape.css.js.map +1 -0
- package/dist/src/components/Molecules/BreakerTape/BreakerTape.js +13 -0
- package/dist/src/components/Molecules/BreakerTape/BreakerTape.js.map +1 -0
- package/dist/src/components/Molecules/CardBanner/CardBanner.css.js +63 -0
- package/dist/src/components/Molecules/CardBanner/CardBanner.css.js.map +1 -0
- package/dist/src/components/Molecules/CardBanner/CardBanner.js +10 -0
- package/dist/src/components/Molecules/CardBanner/CardBanner.js.map +1 -0
- package/dist/src/components/Molecules/CardSimpleRender/CardSimpleRender.css.js +74 -0
- package/dist/src/components/Molecules/CardSimpleRender/CardSimpleRender.css.js.map +1 -0
- package/dist/src/components/Molecules/CardSimpleRender/CardSimpleRender.js +10 -0
- package/dist/src/components/Molecules/CardSimpleRender/CardSimpleRender.js.map +1 -0
- package/dist/src/components/Molecules/CardTeaser/CardTeaser.css.js +211 -0
- package/dist/src/components/Molecules/CardTeaser/CardTeaser.css.js.map +1 -0
- package/dist/src/components/Molecules/CardTeaser/CardTeaser.js +11 -0
- package/dist/src/components/Molecules/CardTeaser/CardTeaser.js.map +1 -0
- package/dist/src/components/Molecules/Footer/Footer.css.js +105 -0
- package/dist/src/components/Molecules/Footer/Footer.css.js.map +1 -0
- package/dist/src/components/Molecules/Footer/Footer.js +20 -0
- package/dist/src/components/Molecules/Footer/Footer.js.map +1 -0
- package/dist/src/components/Molecules/Header/Header.css.js +201 -0
- package/dist/src/components/Molecules/Header/Header.css.js.map +1 -0
- package/dist/src/components/Molecules/Header/Header.js +12 -0
- package/dist/src/components/Molecules/Header/Header.js.map +1 -0
- package/dist/src/components/Molecules/Navigation/Navigation.css.js +109 -0
- package/dist/src/components/Molecules/Navigation/Navigation.css.js.map +1 -0
- package/dist/src/components/Molecules/Navigation/Navigation.js +24 -0
- package/dist/src/components/Molecules/Navigation/Navigation.js.map +1 -0
- package/dist/src/custom_hooks/useBlurhashCanvas.js +31 -0
- package/dist/src/custom_hooks/useBlurhashCanvas.js.map +1 -0
- package/dist/src/index.js +18 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/utils/getCDNImageUrls.js +14 -0
- package/dist/src/utils/getCDNImageUrls.js.map +1 -0
- package/dist/themes/themes/DavidWebTheme.ts +637 -0
- package/dist/themes/themes/ManamergeTheme.ts +619 -0
- package/dist/themes/themes/davidWeb/atoms/button.ts +111 -0
- package/dist/themes/themes/davidWeb/atoms/checkbox.ts +74 -0
- package/dist/themes/themes/davidWeb/atoms/divider.ts +25 -0
- package/dist/themes/themes/davidWeb/atoms/gradient.ts +19 -0
- package/dist/themes/themes/davidWeb/atoms/heading.ts +142 -0
- package/dist/themes/themes/davidWeb/atoms/icon.ts +31 -0
- package/dist/themes/themes/davidWeb/atoms/link.ts +79 -0
- package/dist/themes/themes/davidWeb/atoms/text.ts +39 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Bold.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Heavy.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Light.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Medium.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Regular.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/index.js +16 -0
- package/dist/themes/themes/davidWeb/images/emojis/clap.png +0 -0
- package/dist/themes/themes/davidWeb/images/emojis/fire.png +0 -0
- package/dist/themes/themes/davidWeb/images/emojis/heart.png +0 -0
- package/dist/themes/themes/davidWeb/images/emojis/mana.png +0 -0
- package/dist/themes/themes/davidWeb/images/emojis/manapride.png +0 -0
- package/dist/themes/themes/davidWeb/images/emojis/plusone.png +0 -0
- package/dist/themes/themes/davidWeb/images/emojis/smile.png +0 -0
- package/dist/themes/themes/davidWeb/images/icons/addToCalendarIcon.svg +8 -0
- package/dist/themes/themes/davidWeb/images/icons/added.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/arrow-down.svg +4 -0
- package/dist/themes/themes/davidWeb/images/icons/bookmark.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/calendar.svg +15 -0
- package/dist/themes/themes/davidWeb/images/icons/check/dark.svg +4 -0
- package/dist/themes/themes/davidWeb/images/icons/check/white.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/chevron-down.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/chevron_down.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/chevron_pagination.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/chevron_up.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/clip.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/close.svg +7 -0
- package/dist/themes/themes/davidWeb/images/icons/delete.svg +14 -0
- package/dist/themes/themes/davidWeb/images/icons/external.svg +15 -0
- package/dist/themes/themes/davidWeb/images/icons/info.svg +5 -0
- package/dist/themes/themes/davidWeb/images/icons/linkedin-white.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/linkedin.svg +4 -0
- package/dist/themes/themes/davidWeb/images/icons/lock.svg +20 -0
- package/dist/themes/themes/davidWeb/images/icons/modal/closeicon.svg.js +43 -0
- package/dist/themes/themes/davidWeb/images/icons/navigation/back.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/navigation/bell 1.svg +4 -0
- package/dist/themes/themes/davidWeb/images/icons/navigation/calendar 1.svg +6 -0
- package/dist/themes/themes/davidWeb/images/icons/navigation/calendar.svg +6 -0
- package/dist/themes/themes/davidWeb/images/icons/navigation/forward.svg +4 -0
- package/dist/themes/themes/davidWeb/images/icons/navigation/notification.svg.js +50 -0
- package/dist/themes/themes/davidWeb/images/icons/navigation/profile.svg.js +32 -0
- package/dist/themes/themes/davidWeb/images/icons/navigation/user.svg +4 -0
- package/dist/themes/themes/davidWeb/images/icons/navigation/user.svg.js +34 -0
- package/dist/themes/themes/davidWeb/images/icons/notification.svg +11 -0
- package/dist/themes/themes/davidWeb/images/icons/notificationArrow.svg +5 -0
- package/dist/themes/themes/davidWeb/images/icons/pencil.svg +12 -0
- package/dist/themes/themes/davidWeb/images/icons/play.svg +11 -0
- package/dist/themes/themes/davidWeb/images/icons/playbutton.svg +5 -0
- package/dist/themes/themes/davidWeb/images/icons/plus.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/sectionLogo_gray.svg +16 -0
- package/dist/themes/themes/davidWeb/images/icons/sectionlogo.svg +16 -0
- package/dist/themes/themes/davidWeb/images/icons/selectBox/arrow-down-light.svg +4 -0
- package/dist/themes/themes/davidWeb/images/icons/selectBox/arrow-down.svg +4 -0
- package/dist/themes/themes/davidWeb/images/icons/send.svg +3 -0
- package/dist/themes/themes/davidWeb/images/icons/trash.svg +5 -0
- package/dist/themes/themes/davidWeb/images/icons/watch.svg +3 -0
- package/dist/themes/themes/davidWeb/images/logo/Vo_icon_lightGray.svg +16 -0
- package/dist/themes/themes/davidWeb/images/logo/Vo_icon_white.svg +16 -0
- package/dist/themes/themes/davidWeb/images/logo/gen.svg +16 -0
- package/dist/themes/themes/davidWeb/images/logo/icon-elev.svg +16 -0
- package/dist/themes/themes/davidWeb/images/logo/icon-manaconf.svg +16 -0
- package/dist/themes/themes/davidWeb/images/logo/icon-vo.svg +16 -0
- package/dist/themes/themes/davidWeb/images/misc/C-Bot1.svg +15 -0
- package/dist/themes/themes/davidWeb/images/misc/terraform.svg +33 -0
- package/dist/themes/themes/davidWeb/layouts/pint3.ts +14 -0
- package/dist/themes/themes/davidWeb/miscellaneous/breakpoints.ts +15 -0
- package/dist/themes/themes/davidWeb/molecules/accordion.ts +30 -0
- package/dist/themes/themes/davidWeb/molecules/breakerTape.ts +31 -0
- package/dist/themes/themes/davidWeb/molecules/cardBanner.ts +28 -0
- package/dist/themes/themes/davidWeb/molecules/cardSimpleRender.ts +36 -0
- package/dist/themes/themes/davidWeb/molecules/cardTeaser.ts +73 -0
- package/dist/themes/themes/davidWeb/molecules/footer.ts +27 -0
- package/dist/themes/themes/davidWeb/molecules/header.ts +96 -0
- package/dist/themes/themes/davidWeb/molecules/navigation.ts +54 -0
- package/dist/themes/themes/davidWeb/social/lightgrey/facebook.svg +5 -0
- package/dist/themes/themes/davidWeb/social/lightgrey/github.svg +3 -0
- package/dist/themes/themes/davidWeb/social/lightgrey/instagram.svg +5 -0
- package/dist/themes/themes/davidWeb/social/lightgrey/linkedin.svg +11 -0
- package/dist/themes/themes/davidWeb/social/lightgrey/twitter.svg +5 -0
- package/dist/themes/themes/davidWeb/social/lightgrey/website.svg +5 -0
- package/dist/themes/themes/davidWeb/social/lightgrey/youtube.svg +3 -0
- package/dist/themes/themes/davidWeb/social/white/facebook.svg +5 -0
- package/dist/themes/themes/davidWeb/social/white/github.svg +3 -0
- package/dist/themes/themes/davidWeb/social/white/instagram.svg +5 -0
- package/dist/themes/themes/davidWeb/social/white/linkedin.svg +11 -0
- package/dist/themes/themes/davidWeb/social/white/twitter.svg +5 -0
- package/dist/themes/themes/davidWeb/social/white/website.svg +5 -0
- package/dist/themes/themes/davidWeb/styling/chat-theme.css.js +14 -0
- package/dist/themes/themes/davidWeb/styling/filter-list-theme.css.js +12 -0
- package/dist/themes/themes/davidWeb/styling/notification-theme.css.js +22 -0
- package/dist/themes/themes/manamerge/atoms/button.ts +113 -0
- package/dist/themes/themes/manamerge/atoms/checkbox.ts +74 -0
- package/dist/themes/themes/manamerge/atoms/divider.ts +27 -0
- package/dist/themes/themes/manamerge/atoms/gradient.ts +20 -0
- package/dist/themes/themes/manamerge/atoms/heading.ts +282 -0
- package/dist/themes/themes/manamerge/atoms/icon.ts +31 -0
- package/dist/themes/themes/manamerge/atoms/link.ts +127 -0
- package/dist/themes/themes/manamerge/atoms/text.ts +65 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer/Gilmer-Bold.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer/Gilmer-Heavy.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer/Gilmer-Light.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer/Gilmer-Medium.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer/Gilmer-Regular.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Springwood/SpringwoodBrush-Italic.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Springwood/SpringwoodBrush-Regular.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/index.js +19 -0
- package/dist/themes/themes/manamerge/images/emojis/clap.png +0 -0
- package/dist/themes/themes/manamerge/images/emojis/fire.png +0 -0
- package/dist/themes/themes/manamerge/images/emojis/heart.png +0 -0
- package/dist/themes/themes/manamerge/images/emojis/mana.png +0 -0
- package/dist/themes/themes/manamerge/images/emojis/manapride.png +0 -0
- package/dist/themes/themes/manamerge/images/emojis/plusone.png +0 -0
- package/dist/themes/themes/manamerge/images/emojis/smile.png +0 -0
- package/dist/themes/themes/manamerge/images/icons/addToCalendarIcon.svg +8 -0
- package/dist/themes/themes/manamerge/images/icons/added.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/arrow-down.svg +4 -0
- package/dist/themes/themes/manamerge/images/icons/bookmark.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/calendar.svg +15 -0
- package/dist/themes/themes/manamerge/images/icons/check/dark.svg +4 -0
- package/dist/themes/themes/manamerge/images/icons/check/white.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/chevron-down.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/chevron_down.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/chevron_pagination.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/chevron_up.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/clip.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/close.svg +7 -0
- package/dist/themes/themes/manamerge/images/icons/delete.svg +14 -0
- package/dist/themes/themes/manamerge/images/icons/external.svg +15 -0
- package/dist/themes/themes/manamerge/images/icons/info.svg +5 -0
- package/dist/themes/themes/manamerge/images/icons/linkedin-white.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/linkedin.svg +4 -0
- package/dist/themes/themes/manamerge/images/icons/lock.svg +20 -0
- package/dist/themes/themes/manamerge/images/icons/modal/closeicon.svg.js +43 -0
- package/dist/themes/themes/manamerge/images/icons/navigation/back.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/navigation/bell 1.svg +4 -0
- package/dist/themes/themes/manamerge/images/icons/navigation/calendar 1.svg +6 -0
- package/dist/themes/themes/manamerge/images/icons/navigation/calendar.svg +6 -0
- package/dist/themes/themes/manamerge/images/icons/navigation/forward.svg +4 -0
- package/dist/themes/themes/manamerge/images/icons/navigation/notification.svg.js +50 -0
- package/dist/themes/themes/manamerge/images/icons/navigation/profile.svg.js +32 -0
- package/dist/themes/themes/manamerge/images/icons/navigation/user.svg +4 -0
- package/dist/themes/themes/manamerge/images/icons/navigation/user.svg.js +34 -0
- package/dist/themes/themes/manamerge/images/icons/notification.svg +11 -0
- package/dist/themes/themes/manamerge/images/icons/notificationArrow.svg +5 -0
- package/dist/themes/themes/manamerge/images/icons/pencil.svg +12 -0
- package/dist/themes/themes/manamerge/images/icons/play.svg +11 -0
- package/dist/themes/themes/manamerge/images/icons/playbutton.svg +5 -0
- package/dist/themes/themes/manamerge/images/icons/plus.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/sectionLogo_gray.svg +16 -0
- package/dist/themes/themes/manamerge/images/icons/sectionlogo.svg +16 -0
- package/dist/themes/themes/manamerge/images/icons/selectBox/arrow-down-light.svg +4 -0
- package/dist/themes/themes/manamerge/images/icons/selectBox/arrow-down.svg +4 -0
- package/dist/themes/themes/manamerge/images/icons/send.svg +3 -0
- package/dist/themes/themes/manamerge/images/icons/trash.svg +5 -0
- package/dist/themes/themes/manamerge/images/icons/watch.svg +3 -0
- package/dist/themes/themes/manamerge/images/logo/Vo_icon_lightGray.svg +16 -0
- package/dist/themes/themes/manamerge/images/logo/Vo_icon_white.svg +16 -0
- package/dist/themes/themes/manamerge/images/logo/gen.svg +16 -0
- package/dist/themes/themes/manamerge/images/logo/icon-elev.svg +16 -0
- package/dist/themes/themes/manamerge/images/logo/icon-manaconf.svg +16 -0
- package/dist/themes/themes/manamerge/images/logo/icon-vo.svg +16 -0
- package/dist/themes/themes/manamerge/images/misc/C-Bot1.svg +15 -0
- package/dist/themes/themes/manamerge/images/misc/terraform.svg +33 -0
- package/dist/themes/themes/manamerge/layouts/pint3.ts +14 -0
- package/dist/themes/themes/manamerge/miscellaneous/breakpoints.ts +15 -0
- package/dist/themes/themes/manamerge/miscellaneous/colorpalette.ts +38 -0
- package/dist/themes/themes/manamerge/miscellaneous/fontsizes.ts +13 -0
- package/dist/themes/themes/manamerge/molecules/accordion.ts +30 -0
- package/dist/themes/themes/manamerge/molecules/breakerTape.ts +31 -0
- package/dist/themes/themes/manamerge/molecules/cardBanner.ts +29 -0
- package/dist/themes/themes/manamerge/molecules/cardSimpleRender.ts +37 -0
- package/dist/themes/themes/manamerge/molecules/cardTeaser.ts +73 -0
- package/dist/themes/themes/manamerge/molecules/footer.ts +27 -0
- package/dist/themes/themes/manamerge/molecules/header.ts +88 -0
- package/dist/themes/themes/manamerge/molecules/navigation.ts +54 -0
- package/dist/themes/themes/manamerge/social/lightgrey/facebook.svg +5 -0
- package/dist/themes/themes/manamerge/social/lightgrey/github.svg +3 -0
- package/dist/themes/themes/manamerge/social/lightgrey/instagram.svg +5 -0
- package/dist/themes/themes/manamerge/social/lightgrey/linkedin.svg +11 -0
- package/dist/themes/themes/manamerge/social/lightgrey/twitter.svg +5 -0
- package/dist/themes/themes/manamerge/social/lightgrey/website.svg +5 -0
- package/dist/themes/themes/manamerge/social/lightgrey/youtube.svg +3 -0
- package/dist/themes/themes/manamerge/social/white/facebook.svg +5 -0
- package/dist/themes/themes/manamerge/social/white/github.svg +3 -0
- package/dist/themes/themes/manamerge/social/white/instagram.svg +5 -0
- package/dist/themes/themes/manamerge/social/white/linkedin.svg +11 -0
- package/dist/themes/themes/manamerge/social/white/twitter.svg +5 -0
- package/dist/themes/themes/manamerge/social/white/website.svg +5 -0
- package/dist/themes/themes/manamerge/styling/chat-theme.css.js +14 -0
- package/dist/themes/themes/manamerge/styling/filter-list-theme.css.js +12 -0
- package/dist/themes/themes/manamerge/styling/notification-theme.css.js +22 -0
- package/dist/types/__mocks__/blurhash.worker.mock.d.ts +5 -0
- package/dist/types/components/Atoms/Button/Button.css.d.ts +10 -0
- package/dist/types/components/Atoms/Button/Button.d.ts +12 -0
- package/dist/types/components/Atoms/Button/Button.stories.d.ts +7 -0
- package/dist/types/components/Atoms/CDNImage/CDNImage.css.d.ts +10 -0
- package/dist/types/components/Atoms/CDNImage/CDNImage.d.ts +27 -0
- package/dist/types/components/Atoms/CDNImage/CDNImage.stories.d.ts +16 -0
- package/dist/types/components/Atoms/CDNImage/imagePresets.d.ts +8 -0
- package/dist/types/components/Atoms/Divider/Divider.css.d.ts +3 -0
- package/dist/types/components/Atoms/Divider/Divider.d.ts +10 -0
- package/dist/types/components/Atoms/Divider/Divider.stories.d.ts +9 -0
- package/dist/types/components/Atoms/Gradient/Gradient.css.d.ts +4 -0
- package/dist/types/components/Atoms/Gradient/Gradient.d.ts +6 -0
- package/dist/types/components/Atoms/Gradient/Gradient.stories.d.ts +7 -0
- package/dist/types/components/Atoms/Heading/Heading.css.d.ts +3 -0
- package/dist/types/components/Atoms/Heading/Heading.d.ts +7 -0
- package/dist/types/components/Atoms/Heading/Heading.stories.d.ts +12 -0
- package/dist/types/components/Atoms/Icon/Icon.css.d.ts +9 -0
- package/dist/types/components/Atoms/Icon/Icon.d.ts +15 -0
- package/dist/types/components/Atoms/Icon/Icon.stories.d.ts +9 -0
- package/dist/types/components/Atoms/Link/Link.css.d.ts +3 -0
- package/dist/types/components/Atoms/Link/Link.d.ts +10 -0
- package/dist/types/components/Atoms/Link/Link.stories.d.ts +11 -0
- package/dist/types/components/Atoms/Text/Text.css.d.ts +4 -0
- package/dist/types/components/Atoms/Text/Text.d.ts +18 -0
- package/dist/types/components/Atoms/Text/Text.stories.d.ts +11 -0
- package/dist/types/components/Layouts/Pint3/Pint3.css.d.ts +10 -0
- package/dist/types/components/Layouts/Pint3/Pint3.d.ts +6 -0
- package/dist/types/components/Layouts/Pint3/Pint3.stories.d.ts +6 -0
- package/dist/types/components/Molecules/Accordion/Accordion.css.d.ts +20 -0
- package/dist/types/components/Molecules/Accordion/Accordion.d.ts +12 -0
- package/dist/types/components/Molecules/Accordion/Accordion.stories.d.ts +6 -0
- package/dist/types/components/Molecules/BreakerTape/BreakerTape.css.d.ts +15 -0
- package/dist/types/components/Molecules/BreakerTape/BreakerTape.d.ts +7 -0
- package/dist/types/components/Molecules/BreakerTape/BreakerTape.stories.d.ts +6 -0
- package/dist/types/components/Molecules/CardBanner/CardBanner.css.d.ts +26 -0
- package/dist/types/components/Molecules/CardBanner/CardBanner.d.ts +10 -0
- package/dist/types/components/Molecules/CardBanner/CardBanner.stories.d.ts +6 -0
- package/dist/types/components/Molecules/CardSimpleRender/CardSimpleRender.css.d.ts +15 -0
- package/dist/types/components/Molecules/CardSimpleRender/CardSimpleRender.d.ts +10 -0
- package/dist/types/components/Molecules/CardSimpleRender/CardSimpleRender.stories.d.ts +7 -0
- package/dist/types/components/Molecules/CardTeaser/CardTeaser.css.d.ts +39 -0
- package/dist/types/components/Molecules/CardTeaser/CardTeaser.d.ts +14 -0
- package/dist/types/components/Molecules/CardTeaser/CardTeaser.stories.d.ts +6 -0
- package/dist/types/components/Molecules/Footer/Footer.css.d.ts +16 -0
- package/dist/types/components/Molecules/Footer/Footer.d.ts +16 -0
- package/dist/types/components/Molecules/Footer/Footer.stories.d.ts +6 -0
- package/dist/types/components/Molecules/Header/Header.css.d.ts +40 -0
- package/dist/types/components/Molecules/Header/Header.d.ts +18 -0
- package/dist/types/components/Molecules/Header/Header.stories.d.ts +7 -0
- package/dist/types/components/Molecules/Navigation/Navigation.css.d.ts +16 -0
- package/dist/types/components/Molecules/Navigation/Navigation.d.ts +13 -0
- package/dist/types/components/Molecules/Navigation/Navigation.stories.d.ts +6 -0
- package/dist/types/components/index.d.ts +17 -0
- package/dist/types/custom_hooks/useBlurhashCanvas.d.ts +8 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/themes/DavidWebTheme.d.ts +1502 -0
- package/dist/types/themes/ManamergeTheme.d.ts +1809 -0
- package/dist/types/themes/davidWeb/atoms/button.d.ts +107 -0
- package/dist/types/themes/davidWeb/atoms/checkbox.d.ts +71 -0
- package/dist/types/themes/davidWeb/atoms/divider.d.ts +24 -0
- package/dist/types/themes/davidWeb/atoms/gradient.d.ts +18 -0
- package/dist/types/themes/davidWeb/atoms/heading.d.ts +141 -0
- package/dist/types/themes/davidWeb/atoms/icon.d.ts +30 -0
- package/dist/types/themes/davidWeb/atoms/link.d.ts +78 -0
- package/dist/types/themes/davidWeb/atoms/text.d.ts +38 -0
- package/dist/types/themes/davidWeb/layouts/pint3.d.ts +13 -0
- package/dist/types/themes/davidWeb/miscellaneous/breakpoints.d.ts +13 -0
- package/dist/types/themes/davidWeb/molecules/accordion.d.ts +29 -0
- package/dist/types/themes/davidWeb/molecules/breakerTape.d.ts +30 -0
- package/dist/types/themes/davidWeb/molecules/cardBanner.d.ts +26 -0
- package/dist/types/themes/davidWeb/molecules/cardSimpleRender.d.ts +34 -0
- package/dist/types/themes/davidWeb/molecules/cardTeaser.d.ts +58 -0
- package/dist/types/themes/davidWeb/molecules/footer.d.ts +21 -0
- package/dist/types/themes/davidWeb/molecules/header.d.ts +94 -0
- package/dist/types/themes/davidWeb/molecules/navigation.d.ts +48 -0
- package/dist/types/themes/manamerge/atoms/button.d.ts +105 -0
- package/dist/types/themes/manamerge/atoms/checkbox.d.ts +71 -0
- package/dist/types/themes/manamerge/atoms/divider.d.ts +24 -0
- package/dist/types/themes/manamerge/atoms/gradient.d.ts +18 -0
- package/dist/types/themes/manamerge/atoms/heading.d.ts +279 -0
- package/dist/types/themes/manamerge/atoms/icon.d.ts +30 -0
- package/dist/types/themes/manamerge/atoms/link.d.ts +123 -0
- package/dist/types/themes/manamerge/atoms/text.d.ts +60 -0
- package/dist/types/themes/manamerge/layouts/pint3.d.ts +13 -0
- package/dist/types/themes/manamerge/miscellaneous/breakpoints.d.ts +13 -0
- package/dist/types/themes/manamerge/miscellaneous/colorpalette.d.ts +36 -0
- package/dist/types/themes/manamerge/miscellaneous/fontsizes.d.ts +12 -0
- package/dist/types/themes/manamerge/molecules/accordion.d.ts +29 -0
- package/dist/types/themes/manamerge/molecules/breakerTape.d.ts +30 -0
- package/dist/types/themes/manamerge/molecules/cardBanner.d.ts +25 -0
- package/dist/types/themes/manamerge/molecules/cardSimpleRender.d.ts +35 -0
- package/dist/types/themes/manamerge/molecules/cardTeaser.d.ts +58 -0
- package/dist/types/themes/manamerge/molecules/footer.d.ts +21 -0
- package/dist/types/themes/manamerge/molecules/header.d.ts +86 -0
- package/dist/types/themes/manamerge/molecules/navigation.d.ts +48 -0
- package/dist/types/utils/getCDNImageUrls.d.ts +18 -0
- package/dist/types/workers/blurhash.worker.d.ts +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
function decodeBase64(base64, enableUnicode) {
|
|
2
|
+
var binaryString = atob(base64);
|
|
3
|
+
if (enableUnicode) {
|
|
4
|
+
var binaryView = new Uint8Array(binaryString.length);
|
|
5
|
+
for (var i = 0, n = binaryString.length; i < n; ++i) {
|
|
6
|
+
binaryView[i] = binaryString.charCodeAt(i);
|
|
7
|
+
}
|
|
8
|
+
const decoder = new TextDecoder("utf-16le");
|
|
9
|
+
return decoder.decode(new Uint16Array(binaryView.buffer));
|
|
10
|
+
}
|
|
11
|
+
return binaryString;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
function createURL(base64, sourcemapArg, enableUnicodeArg) {
|
|
15
|
+
var sourcemap = sourcemapArg === undefined ? null : sourcemapArg;
|
|
16
|
+
var enableUnicode = enableUnicodeArg === undefined ? false : enableUnicodeArg;
|
|
17
|
+
var source = decodeBase64(base64, enableUnicode);
|
|
18
|
+
var start = source.indexOf('\n', 10) + 1;
|
|
19
|
+
var body = source.substring(start) + (sourcemap ? '\/\/# sourceMappingURL=' + sourcemap : '');
|
|
20
|
+
var blob = new Blob([body], { type: 'application/javascript' });
|
|
21
|
+
return URL.createObjectURL(blob);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
function createBase64WorkerFactory(base64, sourcemapArg, enableUnicodeArg) {
|
|
25
|
+
var url;
|
|
26
|
+
return function WorkerFactory(options) {
|
|
27
|
+
url = url || createURL(base64, sourcemapArg, enableUnicodeArg);
|
|
28
|
+
return new Worker(url, options);
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { createBase64WorkerFactory, createURL };
|
|
33
|
+
//# sourceMappingURL=_rollup-plugin-web-worker-loader__helper__browser__createBase64WorkerFactory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_rollup-plugin-web-worker-loader__helper__browser__createBase64WorkerFactory.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { createBase64WorkerFactory } from './_rollup-plugin-web-worker-loader__helper__browser__createBase64WorkerFactory.js';
|
|
2
|
+
|
|
3
|
+
var WorkerFactory = /*#__PURE__*/createBase64WorkerFactory('Lyogcm9sbHVwLXBsdWdpbi13ZWItd29ya2VyLWxvYWRlciAqLwooZnVuY3Rpb24gKCkgewogICAgJ3VzZSBzdHJpY3QnOwoKICAgIHZhciBxPVsiMCIsIjEiLCIyIiwiMyIsIjQiLCI1IiwiNiIsIjciLCI4IiwiOSIsIkEiLCJCIiwiQyIsIkQiLCJFIiwiRiIsIkciLCJIIiwiSSIsIkoiLCJLIiwiTCIsIk0iLCJOIiwiTyIsIlAiLCJRIiwiUiIsIlMiLCJUIiwiVSIsIlYiLCJXIiwiWCIsIlkiLCJaIiwiYSIsImIiLCJjIiwiZCIsImUiLCJmIiwiZyIsImgiLCJpIiwiaiIsImsiLCJsIiwibSIsIm4iLCJvIiwicCIsInEiLCJyIiwicyIsInQiLCJ1IiwidiIsInciLCJ4IiwieSIsInoiLCIjIiwiJCIsIiUiLCIqIiwiKyIsIiwiLCItIiwiLiIsIjoiLCI7IiwiPSIsIj8iLCJAIiwiWyIsIl0iLCJeIiwiXyIsInsiLCJ8IiwifSIsIn4iXSx4PXQ9PntsZXQgZT0wO2ZvcihsZXQgcj0wO3I8dC5sZW5ndGg7cisrKXtsZXQgbj10W3JdLGw9cS5pbmRleE9mKG4pO2U9ZSo4MytsO31yZXR1cm4gZX07dmFyIGY9dD0+e2xldCBlPXQvMjU1O3JldHVybiBlPD0uMDQwNDU/ZS8xMi45MjpNYXRoLnBvdygoZSsuMDU1KS8xLjA1NSwyLjQpfSxoPXQ9PntsZXQgZT1NYXRoLm1heCgwLE1hdGgubWluKDEsdCkpO3JldHVybiBlPD0uMDAzMTMwOD9NYXRoLnRydW5jKGUqMTIuOTIqMjU1Ky41KTpNYXRoLnRydW5jKCgxLjA1NSpNYXRoLnBvdyhlLC40MTY2NjY2NjY2NjY2NjY3KS0uMDU1KSoyNTUrLjUpfSxGPXQ9PnQ8MD8tMToxLE09KHQsZSk9PkYodCkqTWF0aC5wb3coTWF0aC5hYnModCksZSk7dmFyIGQ9Y2xhc3MgZXh0ZW5kcyBFcnJvcntjb25zdHJ1Y3RvcihlKXtzdXBlcihlKSx0aGlzLm5hbWU9IlZhbGlkYXRpb25FcnJvciIsdGhpcy5tZXNzYWdlPWU7fX07dmFyIEM9dD0+e2lmKCF0fHx0Lmxlbmd0aDw2KXRocm93IG5ldyBkKCJUaGUgYmx1cmhhc2ggc3RyaW5nIG11c3QgYmUgYXQgbGVhc3QgNiBjaGFyYWN0ZXJzIik7bGV0IGU9eCh0WzBdKSxyPU1hdGguZmxvb3IoZS85KSsxLG49ZSU5KzE7aWYodC5sZW5ndGghPT00KzIqbipyKXRocm93IG5ldyBkKGBibHVyaGFzaCBsZW5ndGggbWlzbWF0Y2g6IGxlbmd0aCBpcyAke3QubGVuZ3RofSBidXQgaXQgc2hvdWxkIGJlICR7NCsyKm4qcn1gKX0sej10PT57bGV0IGU9dD4+MTYscj10Pj44JjI1NSxuPXQmMjU1O3JldHVybiBbZihlKSxmKHIpLGYobildfSxMPSh0LGUpPT57bGV0IHI9TWF0aC5mbG9vcih0LzM2MSksbj1NYXRoLmZsb29yKHQvMTkpJTE5LGw9dCUxOTtyZXR1cm4gW00oKHItOSkvOSwyKSplLE0oKG4tOSkvOSwyKSplLE0oKGwtOSkvOSwyKSplXX0sVT0odCxlLHIsbik9PntDKHQpLG49bnwxO2xldCBsPXgodFswXSksbT1NYXRoLmZsb29yKGwvOSkrMSxiPWwlOSsxLGk9KHgodFsxXSkrMSkvMTY2LHU9bmV3IEFycmF5KGIqbSk7Zm9yKGxldCBvPTA7bzx1Lmxlbmd0aDtvKyspaWYobz09PTApe2xldCBhPXgodC5zdWJzdHJpbmcoMiw2KSk7dVtvXT16KGEpO31lbHNlIHtsZXQgYT14KHQuc3Vic3RyaW5nKDQrbyoyLDYrbyoyKSk7dVtvXT1MKGEsaSpuKTt9bGV0IGM9ZSo0LHM9bmV3IFVpbnQ4Q2xhbXBlZEFycmF5KGMqcik7Zm9yKGxldCBvPTA7bzxyO28rKylmb3IobGV0IGE9MDthPGU7YSsrKXtsZXQgeT0wLEI9MCxSPTA7Zm9yKGxldCB3PTA7dzxtO3crKylmb3IobGV0IFA9MDtQPGI7UCsrKXtsZXQgRz1NYXRoLmNvcyhNYXRoLlBJKmEqUC9lKSpNYXRoLmNvcyhNYXRoLlBJKm8qdy9yKSxUPXVbUCt3KmJdO3krPVRbMF0qRyxCKz1UWzFdKkcsUis9VFsyXSpHO31sZXQgVj1oKHkpLEk9aChCKSxFPWgoUik7c1s0KmErMCtvKmNdPVYsc1s0KmErMStvKmNdPUksc1s0KmErMitvKmNdPUUsc1s0KmErMytvKmNdPTI1NTt9cmV0dXJuIHN9LGo9VTsKCiAgICBzZWxmLm9ubWVzc2FnZSA9IChlKSA9PiB7CiAgICAgICAgY29uc3QgeyBoYXNoLCB3aWR0aCwgaGVpZ2h0IH0gPSBlLmRhdGE7CiAgICAgICAgY29uc3QgcGl4ZWxzID0gaihoYXNoLCB3aWR0aCwgaGVpZ2h0KTsKICAgICAgICBzZWxmLnBvc3RNZXNzYWdlKHBpeGVscy5idWZmZXIsIFtwaXhlbHMuYnVmZmVyXSk7IC8vIHRyYW5zZmVyIHRoZSBidWZmZXIKICAgIH07Cgp9KSgpOwovLyMgc291cmNlTWFwcGluZ1VSTD1ibHVyaGFzaC53b3JrZXIuanMubWFwCgo=', null, false);
|
|
4
|
+
/* eslint-enable */
|
|
5
|
+
|
|
6
|
+
export { WorkerFactory as default };
|
|
7
|
+
//# sourceMappingURL=blurhash.worker.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blurhash.worker.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import React, { ReactNode, FunctionComponent, SVGProps, AnchorHTMLAttributes, ElementType } from 'react';
|
|
2
|
+
import { PaletteColor } from 'themes/manamerge/miscellaneous/colorpalette';
|
|
3
|
+
import { FontSize } from 'themes/manamerge/miscellaneous/fontsizes';
|
|
4
|
+
|
|
5
|
+
interface ButtonTypes {
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
variant?: string;
|
|
8
|
+
image?: string | null;
|
|
9
|
+
background?: string;
|
|
10
|
+
alt?: string;
|
|
11
|
+
children?: ReactNode;
|
|
12
|
+
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
13
|
+
type?: "button" | "submit" | "reset" | undefined;
|
|
14
|
+
}
|
|
15
|
+
declare const Button: React.FC<ButtonTypes>;
|
|
16
|
+
|
|
17
|
+
interface TextTypes {
|
|
18
|
+
variant?: string;
|
|
19
|
+
children?: string;
|
|
20
|
+
htmlFor?: string;
|
|
21
|
+
margin?: string;
|
|
22
|
+
color?: string;
|
|
23
|
+
fontSize?: string;
|
|
24
|
+
lineHeight?: string;
|
|
25
|
+
fontWeight?: string | number;
|
|
26
|
+
tag?: keyof JSX.IntrinsicElements;
|
|
27
|
+
vColor?: PaletteColor;
|
|
28
|
+
vFontSize?: FontSize;
|
|
29
|
+
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
30
|
+
}
|
|
31
|
+
declare const Text: React.FC<TextTypes>;
|
|
32
|
+
|
|
33
|
+
interface HeadingTypes {
|
|
34
|
+
variant?: string;
|
|
35
|
+
children: ReactNode;
|
|
36
|
+
as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
37
|
+
}
|
|
38
|
+
declare const Heading: React.FC<HeadingTypes>;
|
|
39
|
+
|
|
40
|
+
interface IconTypes {
|
|
41
|
+
variant?: string;
|
|
42
|
+
svg: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
43
|
+
color?: string;
|
|
44
|
+
size?: string;
|
|
45
|
+
stroke?: string;
|
|
46
|
+
hoverColor?: string;
|
|
47
|
+
hoverStroke?: string;
|
|
48
|
+
onClick?: () => void;
|
|
49
|
+
onKeyDown?: (event: React.KeyboardEvent<SVGSVGElement>) => void;
|
|
50
|
+
tabIndex?: number;
|
|
51
|
+
role?: string;
|
|
52
|
+
}
|
|
53
|
+
declare const Icon: React.FC<IconTypes>;
|
|
54
|
+
|
|
55
|
+
interface LinkTypes extends AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
56
|
+
to?: string;
|
|
57
|
+
underline?: boolean;
|
|
58
|
+
hoverUnderline?: boolean;
|
|
59
|
+
as?: ElementType;
|
|
60
|
+
alt?: string;
|
|
61
|
+
variant?: string;
|
|
62
|
+
}
|
|
63
|
+
declare const Link: React.FC<LinkTypes>;
|
|
64
|
+
|
|
65
|
+
interface GradientTypes {
|
|
66
|
+
variant?: string;
|
|
67
|
+
children: React.ReactNode;
|
|
68
|
+
}
|
|
69
|
+
declare const Gradient: React.FC<GradientTypes>;
|
|
70
|
+
|
|
71
|
+
interface DividerTypes {
|
|
72
|
+
variant?: string;
|
|
73
|
+
width?: string;
|
|
74
|
+
height?: string;
|
|
75
|
+
color?: string;
|
|
76
|
+
borderRadius?: string;
|
|
77
|
+
margin?: string;
|
|
78
|
+
}
|
|
79
|
+
declare const Divider: React.FC<DividerTypes>;
|
|
80
|
+
|
|
81
|
+
/** WIP: CDNImage
|
|
82
|
+
* Estamos a usar srcSet, mas sem sizes o browser assume que as
|
|
83
|
+
* imagens são sempre fullscreen — e isso faz com que ele carregue
|
|
84
|
+
* imagens muito maiores do que o necessário. Podemos resolver
|
|
85
|
+
* isto facilmente com uma convenção simples de layout que abstrai
|
|
86
|
+
* os sizes. (ver o imagePresets.ts)
|
|
87
|
+
*/
|
|
88
|
+
interface CDNImageTypes {
|
|
89
|
+
src: string;
|
|
90
|
+
alt?: string;
|
|
91
|
+
blurhash: string;
|
|
92
|
+
width: number;
|
|
93
|
+
height: number;
|
|
94
|
+
baseUrl: string;
|
|
95
|
+
sizes?: string;
|
|
96
|
+
srcSet?: string;
|
|
97
|
+
loading?: "lazy" | "eager";
|
|
98
|
+
quality?: number;
|
|
99
|
+
format?: "auto" | "webp" | "avif";
|
|
100
|
+
blurCanvasResolution?: number;
|
|
101
|
+
fetchPriority?: "high" | "low" | "auto";
|
|
102
|
+
decoding?: "async" | "sync" | "auto";
|
|
103
|
+
fit?: "cover" | "fill" | "contain";
|
|
104
|
+
resolutions?: number[];
|
|
105
|
+
}
|
|
106
|
+
declare const CDNImage: React.FC<CDNImageTypes>;
|
|
107
|
+
|
|
108
|
+
interface HeaderTypes {
|
|
109
|
+
moleculeVariant?: string;
|
|
110
|
+
iconTop?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
111
|
+
iconDot?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
112
|
+
buttonLeftIcon?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
113
|
+
buttonRightIcon?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
114
|
+
textBanner?: string;
|
|
115
|
+
headingTitle?: string;
|
|
116
|
+
textTitle?: string[];
|
|
117
|
+
buttonLeftText?: string;
|
|
118
|
+
buttonLeftClick?: React.MouseEventHandler<HTMLElement>;
|
|
119
|
+
buttonRightText?: string;
|
|
120
|
+
buttonRightClick?: React.MouseEventHandler<HTMLElement>;
|
|
121
|
+
imageURLBackground?: string;
|
|
122
|
+
withOverlay?: boolean;
|
|
123
|
+
}
|
|
124
|
+
declare const Header: React.FC<HeaderTypes>;
|
|
125
|
+
|
|
126
|
+
interface NavigationTypes {
|
|
127
|
+
moleculeVariant?: string;
|
|
128
|
+
logo?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
129
|
+
iconBurger: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
130
|
+
tabs: {
|
|
131
|
+
label: string;
|
|
132
|
+
to: string;
|
|
133
|
+
}[];
|
|
134
|
+
onLogoClick?: () => void;
|
|
135
|
+
onTabClick: (label: string) => void;
|
|
136
|
+
}
|
|
137
|
+
declare const Navigation: React.FC<NavigationTypes>;
|
|
138
|
+
|
|
139
|
+
interface RouteTypes {
|
|
140
|
+
order: number;
|
|
141
|
+
type: "internal" | "external";
|
|
142
|
+
url?: string;
|
|
143
|
+
slug?: string;
|
|
144
|
+
label: string;
|
|
145
|
+
blank?: boolean;
|
|
146
|
+
}
|
|
147
|
+
interface FooterTypes {
|
|
148
|
+
moleculeVariant?: string;
|
|
149
|
+
children?: string;
|
|
150
|
+
svg?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
151
|
+
routes: RouteTypes[];
|
|
152
|
+
}
|
|
153
|
+
declare const Footer: React.FC<FooterTypes>;
|
|
154
|
+
|
|
155
|
+
interface CardTeaserTypes {
|
|
156
|
+
moleculeVariant?: string;
|
|
157
|
+
company?: string;
|
|
158
|
+
year?: string;
|
|
159
|
+
title?: string;
|
|
160
|
+
buttonName?: string;
|
|
161
|
+
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
162
|
+
checks?: string[];
|
|
163
|
+
svg?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
164
|
+
cardImageSrc?: string;
|
|
165
|
+
separator?: boolean;
|
|
166
|
+
}
|
|
167
|
+
declare const CardTeaser: React.FC<CardTeaserTypes>;
|
|
168
|
+
|
|
169
|
+
interface BreakerTapeTypes {
|
|
170
|
+
moleculeVariant?: string;
|
|
171
|
+
words: string[];
|
|
172
|
+
svg?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
173
|
+
}
|
|
174
|
+
declare const BreakerTape: React.FC<BreakerTapeTypes>;
|
|
175
|
+
|
|
176
|
+
interface CardSimpleRenderTypes {
|
|
177
|
+
moleculeVariant?: string;
|
|
178
|
+
icon?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
179
|
+
title?: string;
|
|
180
|
+
description?: string;
|
|
181
|
+
children?: ReactNode;
|
|
182
|
+
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
183
|
+
}
|
|
184
|
+
declare const CardSimpleRender: React.FC<CardSimpleRenderTypes>;
|
|
185
|
+
|
|
186
|
+
interface CardBannerTypes {
|
|
187
|
+
moleculeVariant?: string;
|
|
188
|
+
icon?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
189
|
+
title?: string;
|
|
190
|
+
description?: string;
|
|
191
|
+
buttonText?: string;
|
|
192
|
+
buttonClick?: React.MouseEventHandler<HTMLElement>;
|
|
193
|
+
}
|
|
194
|
+
declare const CardBanner: React.FC<CardBannerTypes>;
|
|
195
|
+
|
|
196
|
+
interface ContentTypes {
|
|
197
|
+
title?: string;
|
|
198
|
+
description?: string;
|
|
199
|
+
}
|
|
200
|
+
interface AccordionTypes {
|
|
201
|
+
moleculeVariant?: string;
|
|
202
|
+
iconPlus?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
203
|
+
iconMinus?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
204
|
+
content?: ContentTypes[];
|
|
205
|
+
}
|
|
206
|
+
declare const Accordion: React.FC<AccordionTypes>;
|
|
207
|
+
|
|
208
|
+
interface Pint3Types {
|
|
209
|
+
moleculeVariant?: string;
|
|
210
|
+
cards?: ReactNode[];
|
|
211
|
+
}
|
|
212
|
+
declare const Pint3: React.FC<Pint3Types>;
|
|
213
|
+
|
|
214
|
+
export { Accordion, BreakerTape, Button, CDNImage, CardBanner, CardSimpleRender, CardTeaser, Divider, Footer, Gradient, Header, Heading, Icon, Link, Navigation, Pint3, Text };
|