@primer/react-brand 0.68.0-rc.59bbed40 → 0.68.0-rc.5bd56cbb
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/esm/Accordion/Accordion.d.ts +50 -0
- package/esm/Accordion/Accordion.d.ts.map +1 -0
- package/esm/Accordion/Accordion.js +79 -0
- package/esm/Accordion/Accordion.js.map +1 -0
- package/esm/Accordion/Accordion.module-D4diKFGj.css +1 -0
- package/esm/Accordion/Accordion.module.js +36 -0
- package/esm/Accordion/Accordion.module.js.map +1 -0
- package/esm/Accordion/index.d.ts +2 -0
- package/esm/Accordion/index.d.ts.map +1 -0
- package/esm/ActionMenu/ActionMenu.d.ts +159 -0
- package/esm/ActionMenu/ActionMenu.d.ts.map +1 -0
- package/esm/ActionMenu/ActionMenu.js +292 -0
- package/esm/ActionMenu/ActionMenu.js.map +1 -0
- package/esm/ActionMenu/ActionMenu.module-Km0HNn_2.css +1 -0
- package/esm/ActionMenu/ActionMenu.module.js +36 -0
- package/esm/ActionMenu/ActionMenu.module.js.map +1 -0
- package/esm/ActionMenu/index.d.ts +2 -0
- package/esm/ActionMenu/index.d.ts.map +1 -0
- package/esm/AnchorNav/AnchorNav.d.ts +75 -0
- package/esm/AnchorNav/AnchorNav.d.ts.map +1 -0
- package/esm/AnchorNav/AnchorNav.js +225 -0
- package/esm/AnchorNav/AnchorNav.js.map +1 -0
- package/esm/AnchorNav/AnchorNav.module-33_8-9r9.css +1 -0
- package/esm/AnchorNav/AnchorNav.module.js +29 -0
- package/esm/AnchorNav/AnchorNav.module.js.map +1 -0
- package/esm/AnchorNav/index.d.ts +2 -0
- package/esm/AnchorNav/index.d.ts.map +1 -0
- package/esm/AnchorNav/useExpandedMenu.d.ts +3 -0
- package/esm/AnchorNav/useExpandedMenu.d.ts.map +1 -0
- package/esm/AnchorNav/useExpandedMenu.js +33 -0
- package/esm/AnchorNav/useExpandedMenu.js.map +1 -0
- package/esm/Avatar/Avatar.d.ts +25 -0
- package/esm/Avatar/Avatar.d.ts.map +1 -0
- package/esm/Avatar/Avatar.js +35 -0
- package/esm/Avatar/Avatar.js.map +1 -0
- package/esm/Avatar/Avatar.module-DzfWmLu4.css +1 -0
- package/esm/Avatar/Avatar.module.js +28 -0
- package/esm/Avatar/Avatar.module.js.map +1 -0
- package/esm/Avatar/index.d.ts +2 -0
- package/esm/Avatar/index.d.ts.map +1 -0
- package/esm/Bento/Bento.d.ts +60 -0
- package/esm/Bento/Bento.d.ts.map +1 -0
- package/esm/Bento/Bento.js +109 -0
- package/esm/Bento/Bento.js.map +1 -0
- package/esm/Bento/Bento.module-4fhgWKyL.css +1 -0
- package/esm/Bento/Bento.module.js +456 -0
- package/esm/Bento/Bento.module.js.map +1 -0
- package/esm/Bento/index.d.ts +2 -0
- package/esm/Bento/index.d.ts.map +1 -0
- package/esm/Box/Box.d.ts +87 -0
- package/esm/Box/Box.d.ts.map +1 -0
- package/esm/Box/Box.js +51 -0
- package/esm/Box/Box.js.map +1 -0
- package/esm/Box/Box.module-BgKMrzcY.css +1 -0
- package/esm/Box/Box.module.js +928 -0
- package/esm/Box/Box.module.js.map +1 -0
- package/esm/Box/index.d.ts +2 -0
- package/esm/Box/index.d.ts.map +1 -0
- package/esm/Breadcrumbs/Breadcrumbs.d.ts +23 -0
- package/esm/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/esm/Breadcrumbs/Breadcrumbs.js +38 -0
- package/esm/Breadcrumbs/Breadcrumbs.js.map +1 -0
- package/esm/Breadcrumbs/Breadcrumbs.module-C-xmitEo.css +1 -0
- package/esm/Breadcrumbs/Breadcrumbs.module.js +12 -0
- package/esm/Breadcrumbs/Breadcrumbs.module.js.map +1 -0
- package/esm/Breadcrumbs/index.d.ts +2 -0
- package/esm/Breadcrumbs/index.d.ts.map +1 -0
- package/esm/BreakoutBanner/BreakoutBanner.d.ts +59 -0
- package/esm/BreakoutBanner/BreakoutBanner.d.ts.map +1 -0
- package/esm/BreakoutBanner/BreakoutBanner.js +96 -0
- package/esm/BreakoutBanner/BreakoutBanner.js.map +1 -0
- package/esm/BreakoutBanner/BreakoutBanner.module-DGBSJFNJ.css +1 -0
- package/esm/BreakoutBanner/BreakoutBanner.module.js +15 -0
- package/esm/BreakoutBanner/BreakoutBanner.module.js.map +1 -0
- package/esm/BreakoutBanner/index.d.ts +2 -0
- package/esm/BreakoutBanner/index.d.ts.map +1 -0
- package/esm/Button/Button.d.ts +49 -0
- package/esm/Button/Button.d.ts.map +1 -0
- package/esm/Button/Button.js +101 -0
- package/esm/Button/Button.js.map +1 -0
- package/esm/Button/Button.module-ryfDlr26.css +1 -0
- package/esm/Button/Button.module.js +31 -0
- package/esm/Button/Button.module.js.map +1 -0
- package/esm/Button/index.d.ts +2 -0
- package/esm/Button/index.d.ts.map +1 -0
- package/esm/ButtonGroup/ButtonGroup.d.ts +11 -0
- package/esm/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/esm/ButtonGroup/ButtonGroup.js +24 -0
- package/esm/ButtonGroup/ButtonGroup.js.map +1 -0
- package/esm/ButtonGroup/ButtonGroup.module-wZYyupar.css +1 -0
- package/esm/ButtonGroup/ButtonGroup.module.js +5 -0
- package/esm/ButtonGroup/ButtonGroup.module.js.map +1 -0
- package/esm/ButtonGroup/index.d.ts +2 -0
- package/esm/ButtonGroup/index.d.ts.map +1 -0
- package/esm/CTABanner/CTABanner.d.ts +100 -0
- package/esm/CTABanner/CTABanner.d.ts.map +1 -0
- package/esm/CTABanner/CTABanner.js +139 -0
- package/esm/CTABanner/CTABanner.js.map +1 -0
- package/esm/CTABanner/CTABanner.module-BTMGYz51.css +1 -0
- package/esm/CTABanner/CTABanner.module.js +27 -0
- package/esm/CTABanner/CTABanner.module.js.map +1 -0
- package/esm/CTABanner/index.d.ts +2 -0
- package/esm/CTABanner/index.d.ts.map +1 -0
- package/esm/CTAForm/CTAForm.d.ts +7 -0
- package/esm/CTAForm/CTAForm.d.ts.map +1 -0
- package/esm/CTAForm/CTAForm.js +51 -0
- package/esm/CTAForm/CTAForm.js.map +1 -0
- package/esm/CTAForm/CTAForm.module-Nf5sHaJq.css +1 -0
- package/esm/CTAForm/CTAForm.module.js +10 -0
- package/esm/CTAForm/CTAForm.module.js.map +1 -0
- package/esm/CTAForm/index.d.ts +2 -0
- package/esm/CTAForm/index.d.ts.map +1 -0
- package/esm/Card/Card.d.ts +107 -0
- package/esm/Card/Card.d.ts.map +1 -0
- package/esm/Card/Card.js +150 -0
- package/esm/Card/Card.js.map +1 -0
- package/esm/Card/Card.module-OxFQdnTA.css +1 -0
- package/esm/Card/Card.module.js +41 -0
- package/esm/Card/Card.module.js.map +1 -0
- package/esm/Card/CardSkewEffect.d.ts +9 -0
- package/esm/Card/CardSkewEffect.d.ts.map +1 -0
- package/esm/Card/CardSkewEffect.js +42 -0
- package/esm/Card/CardSkewEffect.js.map +1 -0
- package/esm/Card/index.d.ts +3 -0
- package/esm/Card/index.d.ts.map +1 -0
- package/esm/ComparisonTable/ComparisonTable.d.ts +34 -0
- package/esm/ComparisonTable/ComparisonTable.d.ts.map +1 -0
- package/esm/ComparisonTable/ComparisonTable.js +102 -0
- package/esm/ComparisonTable/ComparisonTable.js.map +1 -0
- package/esm/ComparisonTable/ComparisonTable.module-CUq68rV0.css +1 -0
- package/esm/ComparisonTable/ComparisonTable.module.js +20 -0
- package/esm/ComparisonTable/ComparisonTable.module.js.map +1 -0
- package/esm/ComparisonTable/index.d.ts +2 -0
- package/esm/ComparisonTable/index.d.ts.map +1 -0
- package/esm/ExpandableArrow/ExpandableArrow.d.ts +10 -0
- package/esm/ExpandableArrow/ExpandableArrow.d.ts.map +1 -0
- package/esm/ExpandableArrow/ExpandableArrow.js +31 -0
- package/esm/ExpandableArrow/ExpandableArrow.js.map +1 -0
- package/esm/ExpandableArrow/ExpandableArrow.module-hRhRe88K.css +1 -0
- package/esm/ExpandableArrow/ExpandableArrow.module.js +11 -0
- package/esm/ExpandableArrow/ExpandableArrow.module.js.map +1 -0
- package/esm/ExpandableArrow/index.d.ts +2 -0
- package/esm/ExpandableArrow/index.d.ts.map +1 -0
- package/esm/EyebrowBanner/EyebrowBanner.d.ts +50 -0
- package/esm/EyebrowBanner/EyebrowBanner.d.ts.map +1 -0
- package/esm/EyebrowBanner/EyebrowBanner.js +120 -0
- package/esm/EyebrowBanner/EyebrowBanner.js.map +1 -0
- package/esm/EyebrowBanner/EyebrowBanner.module-C8hfGfYx.css +1 -0
- package/esm/EyebrowBanner/EyebrowBanner.module.js +49 -0
- package/esm/EyebrowBanner/EyebrowBanner.module.js.map +1 -0
- package/esm/EyebrowBanner/index.d.ts +2 -0
- package/esm/EyebrowBanner/index.d.ts.map +1 -0
- package/esm/EyebrowText/EyebrowText.d.ts +18 -0
- package/esm/EyebrowText/EyebrowText.d.ts.map +1 -0
- package/esm/EyebrowText/EyebrowText.js +27 -0
- package/esm/EyebrowText/EyebrowText.js.map +1 -0
- package/esm/EyebrowText/EyebrowText.module-DRReWOj8.css +1 -0
- package/esm/EyebrowText/EyebrowText.module.js +8 -0
- package/esm/EyebrowText/EyebrowText.module.js.map +1 -0
- package/esm/EyebrowText/index.d.ts +2 -0
- package/esm/EyebrowText/index.d.ts.map +1 -0
- package/esm/FAQ/FAQ.d.ts +45 -0
- package/esm/FAQ/FAQ.d.ts.map +1 -0
- package/esm/FAQ/FAQ.js +71 -0
- package/esm/FAQ/FAQ.js.map +1 -0
- package/esm/FAQ/FAQ.module-C8rxdU0Z.css +1 -0
- package/esm/FAQ/FAQ.module.js +16 -0
- package/esm/FAQ/FAQ.module.js.map +1 -0
- package/esm/FAQ/FAQGroup.d.ts +25 -0
- package/esm/FAQ/FAQGroup.d.ts.map +1 -0
- package/esm/FAQ/FAQGroup.js +146 -0
- package/esm/FAQ/FAQGroup.js.map +1 -0
- package/esm/FAQ/FAQGroup.module-qm5jP0zF.css +1 -0
- package/esm/FAQ/FAQGroup.module.js +20 -0
- package/esm/FAQ/FAQGroup.module.js.map +1 -0
- package/esm/FAQ/index.d.ts +3 -0
- package/esm/FAQ/index.d.ts.map +1 -0
- package/esm/Footnotes/Footnotes.d.ts +32 -0
- package/esm/Footnotes/Footnotes.d.ts.map +1 -0
- package/esm/Footnotes/Footnotes.js +70 -0
- package/esm/Footnotes/Footnotes.js.map +1 -0
- package/esm/Footnotes/Footnotes.module-Du0yaz7E.css +1 -0
- package/esm/Footnotes/Footnotes.module.js +11 -0
- package/esm/Footnotes/Footnotes.module.js.map +1 -0
- package/esm/Footnotes/index.d.ts +2 -0
- package/esm/Footnotes/index.d.ts.map +1 -0
- package/esm/FrostedGlassVFX/FrostedGlassVFX.d.ts +26 -0
- package/esm/FrostedGlassVFX/FrostedGlassVFX.d.ts.map +1 -0
- package/esm/FrostedGlassVFX/FrostedGlassVFX.js +23 -0
- package/esm/FrostedGlassVFX/FrostedGlassVFX.js.map +1 -0
- package/esm/FrostedGlassVFX/FrostedGlassVFX.module-CBwswPOI.css +1 -0
- package/esm/FrostedGlassVFX/FrostedGlassVFX.module.js +11 -0
- package/esm/FrostedGlassVFX/FrostedGlassVFX.module.js.map +1 -0
- package/esm/FrostedGlassVFX/index.d.ts +2 -0
- package/esm/FrostedGlassVFX/index.d.ts.map +1 -0
- package/esm/Grid/Grid.d.ts +103 -0
- package/esm/Grid/Grid.d.ts.map +1 -0
- package/esm/Grid/Grid.js +43 -0
- package/esm/Grid/Grid.js.map +1 -0
- package/esm/Grid/Grid.module-wbqYcimR.css +1 -0
- package/esm/Grid/Grid.module.js +183 -0
- package/esm/Grid/Grid.module.js.map +1 -0
- package/esm/Grid/index.d.ts +2 -0
- package/esm/Grid/index.d.ts.map +1 -0
- package/esm/Heading/Heading.d.ts +50 -0
- package/esm/Heading/Heading.d.ts.map +1 -0
- package/esm/Heading/Heading.js +68 -0
- package/esm/Heading/Heading.js.map +1 -0
- package/esm/Heading/Heading.module-YfiTxQkR.css +1 -0
- package/esm/Heading/Heading.module.js +78 -0
- package/esm/Heading/Heading.module.js.map +1 -0
- package/esm/Heading/index.d.ts +2 -0
- package/esm/Heading/index.d.ts.map +1 -0
- package/esm/Hero/Hero.d.ts +199 -0
- package/esm/Hero/Hero.d.ts.map +1 -0
- package/esm/Hero/Hero.figma.d.ts +2 -0
- package/esm/Hero/Hero.figma.d.ts.map +1 -0
- package/esm/Hero/Hero.js +174 -0
- package/esm/Hero/Hero.js.map +1 -0
- package/esm/Hero/Hero.module-b8OFm8Ci.css +1 -0
- package/esm/Hero/Hero.module.js +57 -0
- package/esm/Hero/Hero.module.js.map +1 -0
- package/esm/Hero/HeroContext.d.ts +35 -0
- package/esm/Hero/HeroContext.d.ts.map +1 -0
- package/esm/Hero/HeroContext.js +17 -0
- package/esm/Hero/HeroContext.js.map +1 -0
- package/esm/Hero/index.d.ts +2 -0
- package/esm/Hero/index.d.ts.map +1 -0
- package/esm/Hero/sub-components/HeroDescription.d.ts +88 -0
- package/esm/Hero/sub-components/HeroDescription.d.ts.map +1 -0
- package/esm/Hero/sub-components/HeroDescription.js +28 -0
- package/esm/Hero/sub-components/HeroDescription.js.map +1 -0
- package/esm/Hero/sub-components/HeroEyebrow.d.ts +5 -0
- package/esm/Hero/sub-components/HeroEyebrow.d.ts.map +1 -0
- package/esm/Hero/sub-components/HeroEyebrow.js +15 -0
- package/esm/Hero/sub-components/HeroEyebrow.js.map +1 -0
- package/esm/Hero/sub-components/HeroHeading.d.ts +6 -0
- package/esm/Hero/sub-components/HeroHeading.d.ts.map +1 -0
- package/esm/Hero/sub-components/HeroHeading.js +28 -0
- package/esm/Hero/sub-components/HeroHeading.js.map +1 -0
- package/esm/Hero/sub-components/HeroImage.d.ts +39 -0
- package/esm/Hero/sub-components/HeroImage.d.ts.map +1 -0
- package/esm/Hero/sub-components/HeroImage.js +24 -0
- package/esm/Hero/sub-components/HeroImage.js.map +1 -0
- package/esm/Hero/sub-components/HeroLabel.d.ts +8 -0
- package/esm/Hero/sub-components/HeroLabel.d.ts.map +1 -0
- package/esm/Hero/sub-components/HeroLabel.js +25 -0
- package/esm/Hero/sub-components/HeroLabel.js.map +1 -0
- package/esm/Hero/sub-components/HeroPrimaryAction.d.ts +29 -0
- package/esm/Hero/sub-components/HeroPrimaryAction.d.ts.map +1 -0
- package/esm/Hero/sub-components/HeroPrimaryAction.js +29 -0
- package/esm/Hero/sub-components/HeroPrimaryAction.js.map +1 -0
- package/esm/Hero/sub-components/HeroSecondaryAction.d.ts +29 -0
- package/esm/Hero/sub-components/HeroSecondaryAction.d.ts.map +1 -0
- package/esm/Hero/sub-components/HeroSecondaryAction.js +29 -0
- package/esm/Hero/sub-components/HeroSecondaryAction.js.map +1 -0
- package/esm/Hero/sub-components/HeroVideo.d.ts +41 -0
- package/esm/Hero/sub-components/HeroVideo.d.ts.map +1 -0
- package/esm/Hero/sub-components/HeroVideo.js +60 -0
- package/esm/Hero/sub-components/HeroVideo.js.map +1 -0
- package/esm/Hero/sub-components/index.d.ts +17 -0
- package/esm/Hero/sub-components/index.d.ts.map +1 -0
- package/esm/IDE/IDE.d.ts +164 -0
- package/esm/IDE/IDE.d.ts.map +1 -0
- package/esm/IDE/IDE.js +395 -0
- package/esm/IDE/IDE.js.map +1 -0
- package/esm/IDE/IDE.module-CFxIRObF.css +1 -0
- package/esm/IDE/IDE.module.js +44 -0
- package/esm/IDE/IDE.module.js.map +1 -0
- package/esm/IDE/fixtures/content.d.ts +7 -0
- package/esm/IDE/fixtures/content.d.ts.map +1 -0
- package/esm/IDE/index.d.ts +2 -0
- package/esm/IDE/index.d.ts.map +1 -0
- package/esm/Icon/Icon.d.ts +23 -0
- package/esm/Icon/Icon.d.ts.map +1 -0
- package/esm/Icon/Icon.js +41 -0
- package/esm/Icon/Icon.js.map +1 -0
- package/esm/Icon/Icon.module-C1_lP1JO.css +1 -0
- package/esm/Icon/Icon.module.js +43 -0
- package/esm/Icon/Icon.module.js.map +1 -0
- package/esm/Icon/index.d.ts +2 -0
- package/esm/Icon/index.d.ts.map +1 -0
- package/esm/Image/Image.d.ts +25 -0
- package/esm/Image/Image.d.ts.map +1 -0
- package/esm/Image/Image.js +80 -0
- package/esm/Image/Image.js.map +1 -0
- package/esm/Image/Image.module-BPflj1a0.css +1 -0
- package/esm/Image/Image.module.js +18 -0
- package/esm/Image/Image.module.js.map +1 -0
- package/esm/Image/index.d.ts +2 -0
- package/esm/Image/index.d.ts.map +1 -0
- package/esm/InlineLink/InlineLink.d.ts +18 -0
- package/esm/InlineLink/InlineLink.d.ts.map +1 -0
- package/esm/InlineLink/InlineLink.js +18 -0
- package/esm/InlineLink/InlineLink.js.map +1 -0
- package/esm/InlineLink/InlineLink.module-6R63us8B.css +1 -0
- package/esm/InlineLink/InlineLink.module.js +5 -0
- package/esm/InlineLink/InlineLink.module.js.map +1 -0
- package/esm/InlineLink/index.d.ts +2 -0
- package/esm/InlineLink/index.d.ts.map +1 -0
- package/esm/LICENSE +21 -0
- package/esm/Label/Label.d.ts +37 -0
- package/esm/Label/Label.d.ts.map +1 -0
- package/esm/Label/Label.js +49 -0
- package/esm/Label/Label.js.map +1 -0
- package/esm/Label/Label.module-DDkalJAE.css +1 -0
- package/esm/Label/Label.module.js +35 -0
- package/esm/Label/Label.module.js.map +1 -0
- package/esm/Label/index.d.ts +2 -0
- package/esm/Label/index.d.ts.map +1 -0
- package/esm/Link/Link.d.ts +29 -0
- package/esm/Link/Link.d.ts.map +1 -0
- package/esm/Link/Link.js +63 -0
- package/esm/Link/Link.js.map +1 -0
- package/esm/Link/Link.module-CiGiy5gk.css +1 -0
- package/esm/Link/Link.module.js +15 -0
- package/esm/Link/Link.module.js.map +1 -0
- package/esm/Link/index.d.ts +2 -0
- package/esm/Link/index.d.ts.map +1 -0
- package/esm/LogoSuite/LogoSuite.d.ts +139 -0
- package/esm/LogoSuite/LogoSuite.d.ts.map +1 -0
- package/esm/LogoSuite/LogoSuite.figma.d.ts +2 -0
- package/esm/LogoSuite/LogoSuite.figma.d.ts.map +1 -0
- package/esm/LogoSuite/LogoSuite.fixtures.d.ts +2 -0
- package/esm/LogoSuite/LogoSuite.fixtures.d.ts.map +1 -0
- package/esm/LogoSuite/LogoSuite.js +146 -0
- package/esm/LogoSuite/LogoSuite.js.map +1 -0
- package/esm/LogoSuite/LogoSuite.module-CWV4mJoG.css +1 -0
- package/esm/LogoSuite/LogoSuite.module.js +35 -0
- package/esm/LogoSuite/LogoSuite.module.js.map +1 -0
- package/esm/LogoSuite/index.d.ts +2 -0
- package/esm/LogoSuite/index.d.ts.map +1 -0
- package/esm/MinimalFooter/MinimalFooter.d.ts +96 -0
- package/esm/MinimalFooter/MinimalFooter.d.ts.map +1 -0
- package/esm/MinimalFooter/MinimalFooter.js +211 -0
- package/esm/MinimalFooter/MinimalFooter.js.map +1 -0
- package/esm/MinimalFooter/MinimalFooter.module-DPMYigso.css +1 -0
- package/esm/MinimalFooter/MinimalFooter.module.js +18 -0
- package/esm/MinimalFooter/MinimalFooter.module.js.map +1 -0
- package/esm/MinimalFooter/index.d.ts +2 -0
- package/esm/MinimalFooter/index.d.ts.map +1 -0
- package/esm/MonaSans/MonaSans.d.ts +11 -0
- package/esm/MonaSans/MonaSans.d.ts.map +1 -0
- package/esm/MonaSans/index.d.ts +2 -0
- package/esm/MonaSans/index.d.ts.map +1 -0
- package/esm/Pagination/Pagination.d.ts +24 -0
- package/esm/Pagination/Pagination.d.ts.map +1 -0
- package/esm/Pagination/Pagination.js +95 -0
- package/esm/Pagination/Pagination.js.map +1 -0
- package/esm/Pagination/Pagination.module-C7Z_pTFq.css +1 -0
- package/esm/Pagination/Pagination.module.js +10 -0
- package/esm/Pagination/Pagination.module.js.map +1 -0
- package/esm/Pagination/index.d.ts +2 -0
- package/esm/Pagination/index.d.ts.map +1 -0
- package/esm/Pagination/model.d.ts +9 -0
- package/esm/Pagination/model.d.ts.map +1 -0
- package/esm/Pagination/model.js +66 -0
- package/esm/Pagination/model.js.map +1 -0
- package/esm/Pillar/Pillar.d.ts +52 -0
- package/esm/Pillar/Pillar.d.ts.map +1 -0
- package/esm/Pillar/Pillar.js +86 -0
- package/esm/Pillar/Pillar.js.map +1 -0
- package/esm/Pillar/Pillar.module-Cpx4mbRH.css +1 -0
- package/esm/Pillar/Pillar.module.js +16 -0
- package/esm/Pillar/Pillar.module.js.map +1 -0
- package/esm/Pillar/index.d.ts +2 -0
- package/esm/Pillar/index.d.ts.map +1 -0
- package/esm/PricingOptions/PricingOptions.d.ts +126 -0
- package/esm/PricingOptions/PricingOptions.d.ts.map +1 -0
- package/esm/PricingOptions/PricingOptions.figma.d.ts +2 -0
- package/esm/PricingOptions/PricingOptions.figma.d.ts.map +1 -0
- package/esm/PricingOptions/PricingOptions.js +362 -0
- package/esm/PricingOptions/PricingOptions.js.map +1 -0
- package/esm/PricingOptions/PricingOptions.module-Cm3Oq9u6.css +1 -0
- package/esm/PricingOptions/PricingOptions.module.js +53 -0
- package/esm/PricingOptions/PricingOptions.module.js.map +1 -0
- package/esm/PricingOptions/index.d.ts +2 -0
- package/esm/PricingOptions/index.d.ts.map +1 -0
- package/esm/Prose/Prose.d.ts +21 -0
- package/esm/Prose/Prose.d.ts.map +1 -0
- package/esm/Prose/Prose.js +18 -0
- package/esm/Prose/Prose.js.map +1 -0
- package/esm/Prose/Prose.module-CL7KawRN.css +1 -0
- package/esm/Prose/Prose.module.js +10 -0
- package/esm/Prose/Prose.module.js.map +1 -0
- package/esm/Prose/index.d.ts +2 -0
- package/esm/Prose/index.d.ts.map +1 -0
- package/esm/Section/Section.d.ts +66 -0
- package/esm/Section/Section.d.ts.map +1 -0
- package/esm/Section/Section.js +51 -0
- package/esm/Section/Section.js.map +1 -0
- package/esm/Section/Section.module-B8zA8qj8.css +1 -0
- package/esm/Section/Section.module.js +42 -0
- package/esm/Section/Section.module.js.map +1 -0
- package/esm/Section/index.d.ts +2 -0
- package/esm/Section/index.d.ts.map +1 -0
- package/esm/SectionIntro/SectionIntro.d.ts +33 -0
- package/esm/SectionIntro/SectionIntro.d.ts.map +1 -0
- package/esm/SectionIntro/SectionIntro.js +66 -0
- package/esm/SectionIntro/SectionIntro.js.map +1 -0
- package/esm/SectionIntro/SectionIntro.module-CiRymbla.css +1 -0
- package/esm/SectionIntro/SectionIntro.module.js +15 -0
- package/esm/SectionIntro/SectionIntro.module.js.map +1 -0
- package/esm/SectionIntro/index.d.ts +2 -0
- package/esm/SectionIntro/index.d.ts.map +1 -0
- package/esm/SectionIntroStacked/SectionIntroStacked.d.ts +36 -0
- package/esm/SectionIntroStacked/SectionIntroStacked.d.ts.map +1 -0
- package/esm/SectionIntroStacked/SectionIntroStacked.js +125 -0
- package/esm/SectionIntroStacked/SectionIntroStacked.js.map +1 -0
- package/esm/SectionIntroStacked/SectionIntroStacked.module-DvJXKMKX.css +1 -0
- package/esm/SectionIntroStacked/SectionIntroStacked.module.js +20 -0
- package/esm/SectionIntroStacked/SectionIntroStacked.module.js.map +1 -0
- package/esm/SectionIntroStacked/index.d.ts +2 -0
- package/esm/SectionIntroStacked/index.d.ts.map +1 -0
- package/esm/Stack/Stack.d.ts +88 -0
- package/esm/Stack/Stack.d.ts.map +1 -0
- package/esm/Stack/Stack.js +40 -0
- package/esm/Stack/Stack.js.map +1 -0
- package/esm/Stack/Stack.module-ZIKnqNP_.css +1 -0
- package/esm/Stack/Stack.module.js +227 -0
- package/esm/Stack/Stack.module.js.map +1 -0
- package/esm/Stack/index.d.ts +2 -0
- package/esm/Stack/index.d.ts.map +1 -0
- package/esm/Statistic/Statistic.d.ts +119 -0
- package/esm/Statistic/Statistic.d.ts.map +1 -0
- package/esm/Statistic/Statistic.js +74 -0
- package/esm/Statistic/Statistic.js.map +1 -0
- package/esm/Statistic/Statistic.module-Dqb6n1GX.css +1 -0
- package/esm/Statistic/Statistic.module.js +26 -0
- package/esm/Statistic/Statistic.module.js.map +1 -0
- package/esm/Statistic/index.d.ts +2 -0
- package/esm/Statistic/index.d.ts.map +1 -0
- package/esm/SubNav/SubNav.d.ts +81 -0
- package/esm/SubNav/SubNav.d.ts.map +1 -0
- package/esm/SubNav/SubNav.js +343 -0
- package/esm/SubNav/SubNav.js.map +1 -0
- package/esm/SubNav/SubNav.module-CFXuWNmS.css +1 -0
- package/esm/SubNav/SubNav.module.js +52 -0
- package/esm/SubNav/SubNav.module.js.map +1 -0
- package/esm/SubNav/index.d.ts +2 -0
- package/esm/SubNav/index.d.ts.map +1 -0
- package/esm/SubNav/useContainsFocus.d.ts +10 -0
- package/esm/SubNav/useContainsFocus.d.ts.map +1 -0
- package/esm/SubNav/useContainsFocus.js +22 -0
- package/esm/SubNav/useContainsFocus.js.map +1 -0
- package/esm/SubdomainNavBar/NavigationVisbilityObserver.d.ts +6 -0
- package/esm/SubdomainNavBar/NavigationVisbilityObserver.d.ts.map +1 -0
- package/esm/SubdomainNavBar/NavigationVisbilityObserver.js +73 -0
- package/esm/SubdomainNavBar/NavigationVisbilityObserver.js.map +1 -0
- package/esm/SubdomainNavBar/SubdomainNavBar.d.ts +86 -0
- package/esm/SubdomainNavBar/SubdomainNavBar.d.ts.map +1 -0
- package/esm/SubdomainNavBar/SubdomainNavBar.js +397 -0
- package/esm/SubdomainNavBar/SubdomainNavBar.js.map +1 -0
- package/esm/SubdomainNavBar/SubdomainNavBar.module-Rf4qEDka.css +1 -0
- package/esm/SubdomainNavBar/SubdomainNavBar.module.js +62 -0
- package/esm/SubdomainNavBar/SubdomainNavBar.module.js.map +1 -0
- package/esm/SubdomainNavBar/index.d.ts +2 -0
- package/esm/SubdomainNavBar/index.d.ts.map +1 -0
- package/esm/SubdomainNavBar/useVisibilityObserver.d.ts +6 -0
- package/esm/SubdomainNavBar/useVisibilityObserver.d.ts.map +1 -0
- package/esm/SubdomainNavBar/useVisibilityObserver.js +30 -0
- package/esm/SubdomainNavBar/useVisibilityObserver.js.map +1 -0
- package/esm/Tabs/Tabs.d.ts +182 -0
- package/esm/Tabs/Tabs.d.ts.map +1 -0
- package/esm/Tabs/Tabs.js +196 -0
- package/esm/Tabs/Tabs.js.map +1 -0
- package/esm/Tabs/Tabs.module-D8VFUDRe.css +1 -0
- package/esm/Tabs/Tabs.module.js +28 -0
- package/esm/Tabs/Tabs.module.js.map +1 -0
- package/esm/Tabs/index.d.ts +2 -0
- package/esm/Tabs/index.d.ts.map +1 -0
- package/esm/Testimonial/Testimonial.d.ts +73 -0
- package/esm/Testimonial/Testimonial.d.ts.map +1 -0
- package/esm/Testimonial/Testimonial.js +125 -0
- package/esm/Testimonial/Testimonial.js.map +1 -0
- package/esm/Testimonial/Testimonial.module-DRCosU_J.css +1 -0
- package/esm/Testimonial/Testimonial.module.js +41 -0
- package/esm/Testimonial/Testimonial.module.js.map +1 -0
- package/esm/Testimonial/index.d.ts +2 -0
- package/esm/Testimonial/index.d.ts.map +1 -0
- package/esm/Text/Text.d.ts +63 -0
- package/esm/Text/Text.d.ts.map +1 -0
- package/esm/Text/Text.js +54 -0
- package/esm/Text/Text.js.map +1 -0
- package/esm/Text/Text.module-D0UHZ0pq.css +1 -0
- package/esm/Text/Text.module.js +59 -0
- package/esm/Text/Text.module.js.map +1 -0
- package/esm/Text/index.d.ts +2 -0
- package/esm/Text/index.d.ts.map +1 -0
- package/esm/TextCursorAnimation/TextCursorAnimation.d.ts +18 -0
- package/esm/TextCursorAnimation/TextCursorAnimation.d.ts.map +1 -0
- package/esm/TextCursorAnimation/TextCursorAnimation.js +51 -0
- package/esm/TextCursorAnimation/TextCursorAnimation.js.map +1 -0
- package/esm/TextCursorAnimation/TextCursorAnimation.module-CkVDXNW5.css +1 -0
- package/esm/TextCursorAnimation/TextCursorAnimation.module.js +10 -0
- package/esm/TextCursorAnimation/TextCursorAnimation.module.js.map +1 -0
- package/esm/TextCursorAnimation/index.d.ts +2 -0
- package/esm/TextCursorAnimation/index.d.ts.map +1 -0
- package/esm/ThemeProvider/ThemeProvider.d.ts +20 -0
- package/esm/ThemeProvider/ThemeProvider.d.ts.map +1 -0
- package/esm/ThemeProvider/ThemeProvider.js +35 -0
- package/esm/ThemeProvider/ThemeProvider.js.map +1 -0
- package/esm/ThemeProvider/index.d.ts +3 -0
- package/esm/ThemeProvider/index.d.ts.map +1 -0
- package/esm/ThemeProvider/useTheme.d.ts +2 -0
- package/esm/ThemeProvider/useTheme.d.ts.map +1 -0
- package/esm/ThemeProvider/useTheme.js +8 -0
- package/esm/ThemeProvider/useTheme.js.map +1 -0
- package/esm/Tiles/Tiles.d.ts +50 -0
- package/esm/Tiles/Tiles.d.ts.map +1 -0
- package/esm/Tiles/Tiles.fixtures.d.ts +7 -0
- package/esm/Tiles/Tiles.fixtures.d.ts.map +1 -0
- package/esm/Tiles/Tiles.js +69 -0
- package/esm/Tiles/Tiles.js.map +1 -0
- package/esm/Tiles/Tiles.module-D7UJKhKM.css +1 -0
- package/esm/Tiles/Tiles.module.js +18 -0
- package/esm/Tiles/Tiles.module.js.map +1 -0
- package/esm/Tiles/index.d.ts +2 -0
- package/esm/Tiles/index.d.ts.map +1 -0
- package/esm/Timeline/Timeline.d.ts +19 -0
- package/esm/Timeline/Timeline.d.ts.map +1 -0
- package/esm/Timeline/Timeline.js +33 -0
- package/esm/Timeline/Timeline.js.map +1 -0
- package/esm/Timeline/Timeline.module-CQrQaD-z.css +1 -0
- package/esm/Timeline/Timeline.module.js +10 -0
- package/esm/Timeline/Timeline.module.js.map +1 -0
- package/esm/Timeline/index.d.ts +2 -0
- package/esm/Timeline/index.d.ts.map +1 -0
- package/esm/Token/Token.d.ts +47 -0
- package/esm/Token/Token.d.ts.map +1 -0
- package/esm/Token/Token.js +47 -0
- package/esm/Token/Token.js.map +1 -0
- package/esm/Token/Token.module-BcKU1KwK.css +1 -0
- package/esm/Token/Token.module.js +16 -0
- package/esm/Token/Token.module.js.map +1 -0
- package/esm/Token/index.d.ts +2 -0
- package/esm/Token/index.d.ts.map +1 -0
- package/esm/Tooltip/Tooltip.d.ts +26 -0
- package/esm/Tooltip/Tooltip.d.ts.map +1 -0
- package/esm/Tooltip/Tooltip.js +113 -0
- package/esm/Tooltip/Tooltip.js.map +1 -0
- package/esm/Tooltip/Tooltip.module-5Km7qGR5.css +1 -0
- package/esm/Tooltip/Tooltip.module.js +9 -0
- package/esm/Tooltip/Tooltip.module.js.map +1 -0
- package/esm/Tooltip/index.d.ts +2 -0
- package/esm/Tooltip/index.d.ts.map +1 -0
- package/esm/VideoPlayer/VideoPlayer.d.ts +29 -0
- package/esm/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/esm/VideoPlayer/VideoPlayer.js +109 -0
- package/esm/VideoPlayer/VideoPlayer.js.map +1 -0
- package/esm/VideoPlayer/VideoPlayer.module-BpVcE2WB.css +1 -0
- package/esm/VideoPlayer/VideoPlayer.module.js +37 -0
- package/esm/VideoPlayer/VideoPlayer.module.js.map +1 -0
- package/esm/VideoPlayer/components/CCButton/CCButton.d.ts +3 -0
- package/esm/VideoPlayer/components/CCButton/CCButton.d.ts.map +1 -0
- package/esm/VideoPlayer/components/CCButton/CCButton.js +25 -0
- package/esm/VideoPlayer/components/CCButton/CCButton.js.map +1 -0
- package/esm/VideoPlayer/components/CCButton/index.d.ts +2 -0
- package/esm/VideoPlayer/components/CCButton/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/Captions/Captions.d.ts +3 -0
- package/esm/VideoPlayer/components/Captions/Captions.d.ts.map +1 -0
- package/esm/VideoPlayer/components/Captions/Captions.js +37 -0
- package/esm/VideoPlayer/components/Captions/Captions.js.map +1 -0
- package/esm/VideoPlayer/components/Captions/Captions.module-CvaHeR3V.css +1 -0
- package/esm/VideoPlayer/components/Captions/Captions.module.js +8 -0
- package/esm/VideoPlayer/components/Captions/Captions.module.js.map +1 -0
- package/esm/VideoPlayer/components/Captions/index.d.ts +2 -0
- package/esm/VideoPlayer/components/Captions/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/ControlsBar/ControlsBar.d.ts +4 -0
- package/esm/VideoPlayer/components/ControlsBar/ControlsBar.d.ts.map +1 -0
- package/esm/VideoPlayer/components/ControlsBar/ControlsBar.js +13 -0
- package/esm/VideoPlayer/components/ControlsBar/ControlsBar.js.map +1 -0
- package/esm/VideoPlayer/components/ControlsBar/index.d.ts +2 -0
- package/esm/VideoPlayer/components/ControlsBar/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/FullScreenButton/FullScreenButton.d.ts +3 -0
- package/esm/VideoPlayer/components/FullScreenButton/FullScreenButton.d.ts.map +1 -0
- package/esm/VideoPlayer/components/FullScreenButton/FullScreenButton.js +19 -0
- package/esm/VideoPlayer/components/FullScreenButton/FullScreenButton.js.map +1 -0
- package/esm/VideoPlayer/components/FullScreenButton/index.d.ts +2 -0
- package/esm/VideoPlayer/components/FullScreenButton/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/IconControl/IconControl.d.ts +7 -0
- package/esm/VideoPlayer/components/IconControl/IconControl.d.ts.map +1 -0
- package/esm/VideoPlayer/components/IconControl/IconControl.js +15 -0
- package/esm/VideoPlayer/components/IconControl/IconControl.js.map +1 -0
- package/esm/VideoPlayer/components/IconControl/index.d.ts +2 -0
- package/esm/VideoPlayer/components/IconControl/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/MuteButton/MuteButton.d.ts +3 -0
- package/esm/VideoPlayer/components/MuteButton/MuteButton.d.ts.map +1 -0
- package/esm/VideoPlayer/components/MuteButton/MuteButton.js +19 -0
- package/esm/VideoPlayer/components/MuteButton/MuteButton.js.map +1 -0
- package/esm/VideoPlayer/components/MuteButton/index.d.ts +2 -0
- package/esm/VideoPlayer/components/MuteButton/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/PauseIcon/PauseIcon.d.ts +3 -0
- package/esm/VideoPlayer/components/PauseIcon/PauseIcon.d.ts.map +1 -0
- package/esm/VideoPlayer/components/PauseIcon/PauseIcon.js +27 -0
- package/esm/VideoPlayer/components/PauseIcon/PauseIcon.js.map +1 -0
- package/esm/VideoPlayer/components/PauseIcon/index.d.ts +2 -0
- package/esm/VideoPlayer/components/PauseIcon/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/PlayIcon/PlayIcon.d.ts +3 -0
- package/esm/VideoPlayer/components/PlayIcon/PlayIcon.d.ts.map +1 -0
- package/esm/VideoPlayer/components/PlayIcon/PlayIcon.js +19 -0
- package/esm/VideoPlayer/components/PlayIcon/PlayIcon.js.map +1 -0
- package/esm/VideoPlayer/components/PlayIcon/index.d.ts +2 -0
- package/esm/VideoPlayer/components/PlayIcon/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/PlayPauseButton/PlayPauseButton.d.ts +3 -0
- package/esm/VideoPlayer/components/PlayPauseButton/PlayPauseButton.d.ts.map +1 -0
- package/esm/VideoPlayer/components/PlayPauseButton/PlayPauseButton.js +20 -0
- package/esm/VideoPlayer/components/PlayPauseButton/PlayPauseButton.js.map +1 -0
- package/esm/VideoPlayer/components/PlayPauseButton/index.d.ts +2 -0
- package/esm/VideoPlayer/components/PlayPauseButton/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/Range/Range.d.ts +10 -0
- package/esm/VideoPlayer/components/Range/Range.d.ts.map +1 -0
- package/esm/VideoPlayer/components/Range/Range.js +75 -0
- package/esm/VideoPlayer/components/Range/Range.js.map +1 -0
- package/esm/VideoPlayer/components/Range/index.d.ts +2 -0
- package/esm/VideoPlayer/components/Range/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/SeekControl/SeekControl.d.ts +5 -0
- package/esm/VideoPlayer/components/SeekControl/SeekControl.d.ts.map +1 -0
- package/esm/VideoPlayer/components/SeekControl/SeekControl.js +59 -0
- package/esm/VideoPlayer/components/SeekControl/SeekControl.js.map +1 -0
- package/esm/VideoPlayer/components/SeekControl/index.d.ts +2 -0
- package/esm/VideoPlayer/components/SeekControl/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/VideoTooltip/VideoTooltip.d.ts +5 -0
- package/esm/VideoPlayer/components/VideoTooltip/VideoTooltip.d.ts.map +1 -0
- package/esm/VideoPlayer/components/VideoTooltip/VideoTooltip.js +50 -0
- package/esm/VideoPlayer/components/VideoTooltip/VideoTooltip.js.map +1 -0
- package/esm/VideoPlayer/components/VideoTooltip/index.d.ts +2 -0
- package/esm/VideoPlayer/components/VideoTooltip/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/VolumeControl/VolumeControl.d.ts +3 -0
- package/esm/VideoPlayer/components/VolumeControl/VolumeControl.d.ts.map +1 -0
- package/esm/VideoPlayer/components/VolumeControl/VolumeControl.js +25 -0
- package/esm/VideoPlayer/components/VolumeControl/VolumeControl.js.map +1 -0
- package/esm/VideoPlayer/components/VolumeControl/VolumeControl.module-DRSCPBbP.css +1 -0
- package/esm/VideoPlayer/components/VolumeControl/VolumeControl.module.js +5 -0
- package/esm/VideoPlayer/components/VolumeControl/VolumeControl.module.js.map +1 -0
- package/esm/VideoPlayer/components/VolumeControl/index.d.ts +2 -0
- package/esm/VideoPlayer/components/VolumeControl/index.d.ts.map +1 -0
- package/esm/VideoPlayer/components/index.d.ts +14 -0
- package/esm/VideoPlayer/components/index.d.ts.map +1 -0
- package/esm/VideoPlayer/hooks/index.d.ts +5 -0
- package/esm/VideoPlayer/hooks/index.d.ts.map +1 -0
- package/esm/VideoPlayer/hooks/useIsElementFullScreen.d.ts +3 -0
- package/esm/VideoPlayer/hooks/useIsElementFullScreen.d.ts.map +1 -0
- package/esm/VideoPlayer/hooks/useIsElementFullScreen.js +23 -0
- package/esm/VideoPlayer/hooks/useIsElementFullScreen.js.map +1 -0
- package/esm/VideoPlayer/hooks/useVideo.d.ts +37 -0
- package/esm/VideoPlayer/hooks/useVideo.d.ts.map +1 -0
- package/esm/VideoPlayer/hooks/useVideo.js +147 -0
- package/esm/VideoPlayer/hooks/useVideo.js.map +1 -0
- package/esm/VideoPlayer/hooks/useVideoKeypressHandlers.d.ts +4 -0
- package/esm/VideoPlayer/hooks/useVideoKeypressHandlers.d.ts.map +1 -0
- package/esm/VideoPlayer/hooks/useVideoResizeObserver.d.ts +6 -0
- package/esm/VideoPlayer/hooks/useVideoResizeObserver.d.ts.map +1 -0
- package/esm/VideoPlayer/hooks/useVideoResizeObserver.js +25 -0
- package/esm/VideoPlayer/hooks/useVideoResizeObserver.js.map +1 -0
- package/esm/VideoPlayer/index.d.ts +3 -0
- package/esm/VideoPlayer/index.d.ts.map +1 -0
- package/esm/animation/Animate/Animate.d.ts +11 -0
- package/esm/animation/Animate/Animate.d.ts.map +1 -0
- package/esm/animation/Animate/Animate.js +25 -0
- package/esm/animation/Animate/Animate.js.map +1 -0
- package/esm/animation/Animate/index.d.ts +2 -0
- package/esm/animation/Animate/index.d.ts.map +1 -0
- package/esm/animation/Animation.module-Bz_IX_fh.css +1 -0
- package/esm/animation/Animation.module.js +22 -0
- package/esm/animation/Animation.module.js.map +1 -0
- package/esm/animation/AnimationProvider/AnimationProvider.d.ts +47 -0
- package/esm/animation/AnimationProvider/AnimationProvider.d.ts.map +1 -0
- package/esm/animation/AnimationProvider/AnimationProvider.js +125 -0
- package/esm/animation/AnimationProvider/AnimationProvider.js.map +1 -0
- package/esm/animation/AnimationProvider/index.d.ts +2 -0
- package/esm/animation/AnimationProvider/index.d.ts.map +1 -0
- package/esm/animation/TextRevealAnimation/TextRevealAnimation.d.ts +7 -0
- package/esm/animation/TextRevealAnimation/TextRevealAnimation.d.ts.map +1 -0
- package/esm/animation/TextRevealAnimation/TextRevealAnimation.js +36 -0
- package/esm/animation/TextRevealAnimation/TextRevealAnimation.js.map +1 -0
- package/esm/animation/TextRevealAnimation/TextRevealAnimation.module-BzK16DXS.css +1 -0
- package/esm/animation/TextRevealAnimation/TextRevealAnimation.module.js +10 -0
- package/esm/animation/TextRevealAnimation/TextRevealAnimation.module.js.map +1 -0
- package/esm/animation/TextRevealAnimation/index.d.ts +2 -0
- package/esm/animation/TextRevealAnimation/index.d.ts.map +1 -0
- package/esm/animation/TextRevealAnimation/useTextRevealAnimationLines.d.ts +6 -0
- package/esm/animation/TextRevealAnimation/useTextRevealAnimationLines.d.ts.map +1 -0
- package/esm/animation/TextRevealAnimation/useTextRevealAnimationLines.js +31 -0
- package/esm/animation/TextRevealAnimation/useTextRevealAnimationLines.js.map +1 -0
- package/esm/animation/index.d.ts +5 -0
- package/esm/animation/index.d.ts.map +1 -0
- package/esm/animation/useAnimation.d.ts +12 -0
- package/esm/animation/useAnimation.d.ts.map +1 -0
- package/esm/animation/useAnimation.js +27 -0
- package/esm/animation/useAnimation.js.map +1 -0
- package/esm/component-helpers.d.ts +36 -0
- package/esm/component-helpers.d.ts.map +1 -0
- package/esm/constants.d.ts +5 -0
- package/esm/constants.d.ts.map +1 -0
- package/esm/constants.js +45 -0
- package/esm/constants.js.map +1 -0
- package/esm/css/reset-PKNIUbst.css +1 -0
- package/esm/css/stylesheets.d.ts +14 -0
- package/esm/css/stylesheets.d.ts.map +1 -0
- package/esm/css/stylesheets.js +15 -0
- package/esm/css/stylesheets.js.map +1 -0
- package/esm/css/utilities-BivJncWo.css +1 -0
- package/esm/findElementInChildren.d.ts +4 -0
- package/esm/findElementInChildren.d.ts.map +1 -0
- package/esm/findElementInChildren.js +13 -0
- package/esm/findElementInChildren.js.map +1 -0
- package/esm/fixtures/third-party-logos/AzureLogo.d.ts +5 -0
- package/esm/fixtures/third-party-logos/AzureLogo.d.ts.map +1 -0
- package/esm/fixtures/third-party-logos/JetBrainsLogo.d.ts +5 -0
- package/esm/fixtures/third-party-logos/JetBrainsLogo.d.ts.map +1 -0
- package/esm/fixtures/third-party-logos/MicrosoftCopilotLogo.d.ts +5 -0
- package/esm/fixtures/third-party-logos/MicrosoftCopilotLogo.d.ts.map +1 -0
- package/esm/fixtures/third-party-logos/MicrosoftLogo.d.ts +5 -0
- package/esm/fixtures/third-party-logos/MicrosoftLogo.d.ts.map +1 -0
- package/esm/fixtures/third-party-logos/NeoVimLogo.d.ts +5 -0
- package/esm/fixtures/third-party-logos/NeoVimLogo.d.ts.map +1 -0
- package/esm/fixtures/third-party-logos/VisualStudioCodeLogo.d.ts +5 -0
- package/esm/fixtures/third-party-logos/VisualStudioCodeLogo.d.ts.map +1 -0
- package/esm/fixtures/third-party-logos/VisualStudioLogo.d.ts +5 -0
- package/esm/fixtures/third-party-logos/VisualStudioLogo.d.ts.map +1 -0
- package/esm/forms/Checkbox/Checkbox.d.ts +28 -0
- package/esm/forms/Checkbox/Checkbox.d.ts.map +1 -0
- package/esm/forms/Checkbox/Checkbox.js +74 -0
- package/esm/forms/Checkbox/Checkbox.js.map +1 -0
- package/esm/forms/Checkbox/Checkbox.module-DTWn-eCl.css +1 -0
- package/esm/forms/Checkbox/Checkbox.module.js +12 -0
- package/esm/forms/Checkbox/Checkbox.module.js.map +1 -0
- package/esm/forms/Checkbox/index.d.ts +2 -0
- package/esm/forms/Checkbox/index.d.ts.map +1 -0
- package/esm/forms/CheckboxGroup/CheckboxGroup.d.ts +15 -0
- package/esm/forms/CheckboxGroup/CheckboxGroup.d.ts.map +1 -0
- package/esm/forms/CheckboxGroup/CheckboxGroup.js +7 -0
- package/esm/forms/CheckboxGroup/CheckboxGroup.js.map +1 -0
- package/esm/forms/CheckboxGroup/index.d.ts +2 -0
- package/esm/forms/CheckboxGroup/index.d.ts.map +1 -0
- package/esm/forms/ControlGroup/ControlGroup.d.ts +20 -0
- package/esm/forms/ControlGroup/ControlGroup.d.ts.map +1 -0
- package/esm/forms/ControlGroup/ControlGroup.js +74 -0
- package/esm/forms/ControlGroup/ControlGroup.js.map +1 -0
- package/esm/forms/ControlGroup/ControlGroup.module-B7ITrHM_.css +1 -0
- package/esm/forms/ControlGroup/ControlGroup.module.js +15 -0
- package/esm/forms/ControlGroup/ControlGroup.module.js.map +1 -0
- package/esm/forms/ControlGroup/index.d.ts +2 -0
- package/esm/forms/ControlGroup/index.d.ts.map +1 -0
- package/esm/forms/FormControl/FormControl.d.ts +55 -0
- package/esm/forms/FormControl/FormControl.d.ts.map +1 -0
- package/esm/forms/FormControl/FormControl.js +149 -0
- package/esm/forms/FormControl/FormControl.js.map +1 -0
- package/esm/forms/FormControl/FormControl.module-UQqb_zPR.css +1 -0
- package/esm/forms/FormControl/FormControl.module.js +25 -0
- package/esm/forms/FormControl/FormControl.module.js.map +1 -0
- package/esm/forms/FormControl/index.d.ts +2 -0
- package/esm/forms/FormControl/index.d.ts.map +1 -0
- package/esm/forms/Radio/Radio.d.ts +19 -0
- package/esm/forms/Radio/Radio.d.ts.map +1 -0
- package/esm/forms/Radio/Radio.js +38 -0
- package/esm/forms/Radio/Radio.js.map +1 -0
- package/esm/forms/Radio/Radio.module-C_NUEyme.css +1 -0
- package/esm/forms/Radio/Radio.module.js +10 -0
- package/esm/forms/Radio/Radio.module.js.map +1 -0
- package/esm/forms/Radio/index.d.ts +2 -0
- package/esm/forms/Radio/index.d.ts.map +1 -0
- package/esm/forms/RadioGroup/RadioGroup.d.ts +15 -0
- package/esm/forms/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/esm/forms/RadioGroup/RadioGroup.js +7 -0
- package/esm/forms/RadioGroup/RadioGroup.js.map +1 -0
- package/esm/forms/RadioGroup/index.d.ts +2 -0
- package/esm/forms/RadioGroup/index.d.ts.map +1 -0
- package/esm/forms/Select/Select.d.ts +46 -0
- package/esm/forms/Select/Select.d.ts.map +1 -0
- package/esm/forms/Select/Select.js +34 -0
- package/esm/forms/Select/Select.js.map +1 -0
- package/esm/forms/Select/Select.module-q1LyPHa8.css +1 -0
- package/esm/forms/Select/Select.module.js +16 -0
- package/esm/forms/Select/Select.module.js.map +1 -0
- package/esm/forms/Select/index.d.ts +2 -0
- package/esm/forms/Select/index.d.ts.map +1 -0
- package/esm/forms/TextInput/TextInput.d.ts +54 -0
- package/esm/forms/TextInput/TextInput.d.ts.map +1 -0
- package/esm/forms/TextInput/TextInput.js +93 -0
- package/esm/forms/TextInput/TextInput.js.map +1 -0
- package/esm/forms/TextInput/TextInput.module-zPnaJdhX.css +1 -0
- package/esm/forms/TextInput/TextInput.module.js +48 -0
- package/esm/forms/TextInput/TextInput.module.js.map +1 -0
- package/esm/forms/TextInput/index.d.ts +2 -0
- package/esm/forms/TextInput/index.d.ts.map +1 -0
- package/esm/forms/Textarea/Textarea.d.ts +38 -0
- package/esm/forms/Textarea/Textarea.d.ts.map +1 -0
- package/esm/forms/Textarea/Textarea.js +31 -0
- package/esm/forms/Textarea/Textarea.js.map +1 -0
- package/esm/forms/Textarea/Textarea.module-CdUlSjWq.css +1 -0
- package/esm/forms/Textarea/Textarea.module.js +21 -0
- package/esm/forms/Textarea/Textarea.module.js.map +1 -0
- package/esm/forms/Textarea/index.d.ts +2 -0
- package/esm/forms/Textarea/index.d.ts.map +1 -0
- package/esm/forms/form-types.d.ts +3 -0
- package/esm/forms/form-types.d.ts.map +1 -0
- package/esm/forms/index.d.ts +14 -0
- package/esm/forms/index.d.ts.map +1 -0
- package/esm/hooks/useAnchoredPosition.d.ts +21 -0
- package/esm/hooks/useAnchoredPosition.d.ts.map +1 -0
- package/esm/hooks/useAnchoredPosition.js +25 -0
- package/esm/hooks/useAnchoredPosition.js.map +1 -0
- package/esm/hooks/useCursorAnimation.d.ts +38 -0
- package/esm/hooks/useCursorAnimation.d.ts.map +1 -0
- package/esm/hooks/useCursorAnimation.js +52 -0
- package/esm/hooks/useCursorAnimation.js.map +1 -0
- package/esm/hooks/useFocusTrap.d.ts +31 -0
- package/esm/hooks/useFocusTrap.d.ts.map +1 -0
- package/esm/hooks/useFocusTrap.js +28 -0
- package/esm/hooks/useFocusTrap.js.map +1 -0
- package/esm/hooks/useId.d.ts +3 -0
- package/esm/hooks/useId.d.ts.map +1 -0
- package/esm/hooks/useId.js +10 -0
- package/esm/hooks/useId.js.map +1 -0
- package/esm/hooks/useIsomorphicLayoutEffect.d.ts +4 -0
- package/esm/hooks/useIsomorphicLayoutEffect.d.ts.map +1 -0
- package/esm/hooks/useIsomorphicLayoutEffect.js +7 -0
- package/esm/hooks/useIsomorphicLayoutEffect.js.map +1 -0
- package/esm/hooks/useKeyboardEscape.d.ts +2 -0
- package/esm/hooks/useKeyboardEscape.d.ts.map +1 -0
- package/esm/hooks/useKeyboardEscape.js +14 -0
- package/esm/hooks/useKeyboardEscape.js.map +1 -0
- package/esm/hooks/useOnClickOutside.d.ts +3 -0
- package/esm/hooks/useOnClickOutside.d.ts.map +1 -0
- package/esm/hooks/useOnClickOutside.js +20 -0
- package/esm/hooks/useOnClickOutside.js.map +1 -0
- package/esm/hooks/useReducedMotion.d.ts +6 -0
- package/esm/hooks/useReducedMotion.d.ts.map +1 -0
- package/esm/hooks/useReducedMotion.js +17 -0
- package/esm/hooks/useReducedMotion.js.map +1 -0
- package/esm/hooks/useRef.d.ts +12 -0
- package/esm/hooks/useRef.d.ts.map +1 -0
- package/esm/hooks/useRef.js +26 -0
- package/esm/hooks/useRef.js.map +1 -0
- package/esm/hooks/useResizeObserver.d.ts +7 -0
- package/esm/hooks/useResizeObserver.d.ts.map +1 -0
- package/esm/hooks/useResizeObserver.js +21 -0
- package/esm/hooks/useResizeObserver.js.map +1 -0
- package/esm/hooks/useTabs.d.ts +57 -0
- package/esm/hooks/useTabs.d.ts.map +1 -0
- package/esm/hooks/useTabs.js +129 -0
- package/esm/hooks/useTabs.js.map +1 -0
- package/esm/hooks/useWindowSize.d.ts +22 -0
- package/esm/hooks/useWindowSize.d.ts.map +1 -0
- package/esm/hooks/useWindowSize.js +60 -0
- package/esm/hooks/useWindowSize.js.map +1 -0
- package/esm/index.d.ts +58 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.esm.d.ts +8 -0
- package/esm/index.esm.d.ts.map +1 -0
- package/esm/index.esm.js +77 -0
- package/esm/list/ListItem/ListItem.d.ts +19 -0
- package/esm/list/ListItem/ListItem.d.ts.map +1 -0
- package/esm/list/ListItem/ListItem.js +51 -0
- package/esm/list/ListItem/ListItem.js.map +1 -0
- package/esm/list/ListItem/ListItem.module-CtD-ZiWp.css +1 -0
- package/esm/list/ListItem/ListItem.module.js +12 -0
- package/esm/list/ListItem/ListItem.module.js.map +1 -0
- package/esm/list/ListItem/index.d.ts +2 -0
- package/esm/list/ListItem/index.d.ts.map +1 -0
- package/esm/list/OrderedList/OrderedList.d.ts +9 -0
- package/esm/list/OrderedList/OrderedList.d.ts.map +1 -0
- package/esm/list/OrderedList/OrderedList.js +23 -0
- package/esm/list/OrderedList/OrderedList.js.map +1 -0
- package/esm/list/OrderedList/OrderedList.module-DBJeYW8p.css +1 -0
- package/esm/list/OrderedList/OrderedList.module.js +5 -0
- package/esm/list/OrderedList/OrderedList.module.js.map +1 -0
- package/esm/list/OrderedList/index.d.ts +2 -0
- package/esm/list/OrderedList/index.d.ts.map +1 -0
- package/esm/list/UnorderedList/UnorderedList.d.ts +14 -0
- package/esm/list/UnorderedList/UnorderedList.d.ts.map +1 -0
- package/esm/list/UnorderedList/UnorderedList.js +22 -0
- package/esm/list/UnorderedList/UnorderedList.js.map +1 -0
- package/esm/list/UnorderedList/index.d.ts +2 -0
- package/esm/list/UnorderedList/index.d.ts.map +1 -0
- package/esm/list/index.d.ts +3 -0
- package/esm/list/index.d.ts.map +1 -0
- package/esm/list/list-shared.module-CXsvDQ7x.css +1 -0
- package/esm/list/list-shared.module.js +5 -0
- package/esm/list/list-shared.module.js.map +1 -0
- package/esm/list/listContext.d.ts +4 -0
- package/esm/list/listContext.d.ts.map +1 -0
- package/esm/list/listContext.js +7 -0
- package/esm/list/listContext.js.map +1 -0
- package/esm/node_modules/@primer/octicons-react/dist/index.esm.js +440 -0
- package/esm/node_modules/@primer/octicons-react/dist/index.esm.js.map +1 -0
- package/esm/node_modules/clsx/dist/clsx.js +18 -0
- package/esm/node_modules/clsx/dist/clsx.js.map +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes-BVk7bh0Y.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/base/size/size-DBypfR6O.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/base/typography/typography-CAC6sGQ3.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/animation/base-BIr7u5g8.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/colors/global-with-modes-tpdcmiok.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes-PcQKqJQI.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes-B69RzUbe.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes-98imfMkq.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/bento/base-BRft1s9J.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes-DYugDcQy.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes-Wg6T_h7K.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/card/base-BRKNIzyd.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes-C43pQ5wc.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes-D2oNfyDt.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table-L50b0Mii.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes-B9zRp3WA.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes-BzV3LYhH.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner-CPW2Ri4S.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/faq/base-BIIAD0RC.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes-Dc8Ya1HV.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/faq/faq-s_zeJJpd.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes-DhME9i-y.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base-BlFewKzM.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes-CMw13Yda.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes-6QocK2fy.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/grid/grid-Cjk6fsH8.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/hero/base-BDi-g8vJ.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/icon/colors-CctMSz17.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes-Bjhpbkke.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/ide/base-Cg4X8uay.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes-DSf1PV6b.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/inline-link/base-BJeYaOpB.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes-DujakhtG.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes-BB1L_8rS.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes-Dh1w7a05.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/logosuite/base-DTi5Rx4y.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes-n4fDsxWz.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes-C2GLM06X.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes-DBi2l0Re.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options-B9TarQsR.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/prose/base-ZeVUZmHp.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes-Y3yB1rAU.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/river/base-Ue-p74RC.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/river/river-QteO10lt.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes-omPmv64b.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/section/section-GXjcxN8l.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/statistic/base-DWOQrMC8.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/sub-nav/base-DIkvLW-s.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes-5gfdihUt.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes-ehJCoExh.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/tabs/base-T7ABwZVf.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes-DCEDN6wM.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/testimonial/base-CAG7koNB.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes-8ryG-BX6.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes-DTTqGOfy.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/timeline/base-CXOJfjx4.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes-DDIdeMJX.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes-5VT1x9eF.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes-BrRCxJ2E.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/video-player/base-Bs0Tq22P.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes-CTkp-z-l.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/size/border-B0NqqX5b.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/size/breakpoints-DV9ZFHGu.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/size/size-Dr6y-7jl.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/typography/typography-responsive-D6GwCHec.css +1 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts +13 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts.map +1 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts +14 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts.map +1 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts +8 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts.map +1 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/index.d.ts +2 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/index.d.ts.map +1 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +49 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts.map +1 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/index.d.ts +2 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/index.d.ts.map +1 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts +17 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts.map +1 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/index.d.ts +2 -0
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/index.d.ts.map +1 -0
- package/esm/recipes/FeaturePreviewLPs/helpers.d.ts +30 -0
- package/esm/recipes/FeaturePreviewLPs/helpers.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexSection/FlexSection.d.ts +8 -0
- package/esm/recipes/FlexTemplate/FlexSection/FlexSection.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiver.d.ts +2 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiver.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverAccordion.d.ts +8 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverAccordion.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverBreakout.d.ts +2 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverBreakout.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulTestimonials.d.ts +8 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulTestimonials.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/FlexSectionTestimonials.d.ts +8 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/FlexSectionTestimonials.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/index.d.ts +6 -0
- package/esm/recipes/FlexTemplate/FlexSection/components/index.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexSection/index.d.ts +2 -0
- package/esm/recipes/FlexTemplate/FlexSection/index.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexTemplate.d.ts +7 -0
- package/esm/recipes/FlexTemplate/FlexTemplate.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexTemplate.types.d.ts +318 -0
- package/esm/recipes/FlexTemplate/FlexTemplate.types.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/FlexTemplateTrailingSection.d.ts +6 -0
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/FlexTemplateTrailingSection.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/index.d.ts +3 -0
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/index.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/fixtures/content.d.ts +2 -0
- package/esm/recipes/FlexTemplate/fixtures/content.d.ts.map +1 -0
- package/esm/recipes/FlexTemplate/index.d.ts +4 -0
- package/esm/recipes/FlexTemplate/index.d.ts.map +1 -0
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.content.d.ts +59 -0
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.content.d.ts.map +1 -0
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.d.ts +7 -0
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.d.ts.map +1 -0
- package/esm/recipes/Flexsuite/Category/index.d.ts +2 -0
- package/esm/recipes/Flexsuite/Category/index.d.ts.map +1 -0
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.content.d.ts +101 -0
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.content.d.ts.map +1 -0
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.d.ts +7 -0
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.d.ts.map +1 -0
- package/esm/recipes/Flexsuite/Overview/FlexSuiteOverview.content.d.ts +5 -0
- package/esm/recipes/Flexsuite/Overview/FlexSuiteOverview.content.d.ts.map +1 -0
- package/esm/recipes/Flexsuite/Overview/index.d.ts +4 -0
- package/esm/recipes/Flexsuite/Overview/index.d.ts.map +1 -0
- package/esm/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts +16 -0
- package/esm/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts.map +1 -0
- package/esm/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts +33 -0
- package/esm/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts.map +1 -0
- package/esm/recipes/SolutionTemplates/SolutionPage/index.d.ts +2 -0
- package/esm/recipes/SolutionTemplates/SolutionPage/index.d.ts.map +1 -0
- package/esm/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts +17 -0
- package/esm/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts.map +1 -0
- package/esm/recipes/SolutionTemplates/helpers.d.ts +127 -0
- package/esm/recipes/SolutionTemplates/helpers.d.ts.map +1 -0
- package/esm/recipes/SolutionTemplates/index.d.ts +1 -0
- package/esm/recipes/SolutionTemplates/index.d.ts.map +1 -0
- package/esm/recipes/seo/Article/Article.d.ts +14 -0
- package/esm/recipes/seo/Article/Article.d.ts.map +1 -0
- package/esm/recipes/seo/Article/ArticleToC.d.ts +4 -0
- package/esm/recipes/seo/Article/ArticleToC.d.ts.map +1 -0
- package/esm/recipes/seo/Article/article-shared.d.ts +5 -0
- package/esm/recipes/seo/Article/article-shared.d.ts.map +1 -0
- package/esm/recipes/seo/Article/index.d.ts +2 -0
- package/esm/recipes/seo/Article/index.d.ts.map +1 -0
- package/esm/recipes/seo/Category/CategoryPage.d.ts +9 -0
- package/esm/recipes/seo/Category/CategoryPage.d.ts.map +1 -0
- package/esm/recipes/seo/Category/index.d.ts +2 -0
- package/esm/recipes/seo/Category/index.d.ts.map +1 -0
- package/esm/recipes/seo/helpers.d.ts +16 -0
- package/esm/recipes/seo/helpers.d.ts.map +1 -0
- package/esm/recipes/seo/index.d.ts +1 -0
- package/esm/recipes/seo/index.d.ts.map +1 -0
- package/esm/river/River/River.d.ts +105 -0
- package/esm/river/River/River.d.ts.map +1 -0
- package/esm/river/River/River.js +91 -0
- package/esm/river/River/River.js.map +1 -0
- package/esm/river/River/index.d.ts +3 -0
- package/esm/river/River/index.d.ts.map +1 -0
- package/esm/river/River.figma.d.ts +2 -0
- package/esm/river/River.figma.d.ts.map +1 -0
- package/esm/river/RiverAccordion/RiverAccordion.d.ts +35 -0
- package/esm/river/RiverAccordion/RiverAccordion.d.ts.map +1 -0
- package/esm/river/RiverAccordion/RiverAccordion.js +142 -0
- package/esm/river/RiverAccordion/RiverAccordion.js.map +1 -0
- package/esm/river/RiverAccordion/RiverAccordion.module-DrtqdEOQ.css +1 -0
- package/esm/river/RiverAccordion/RiverAccordion.module.js +21 -0
- package/esm/river/RiverAccordion/RiverAccordion.module.js.map +1 -0
- package/esm/river/RiverAccordion/index.d.ts +2 -0
- package/esm/river/RiverAccordion/index.d.ts.map +1 -0
- package/esm/river/RiverBreakout/RiverBreakout.d.ts +20 -0
- package/esm/river/RiverBreakout/RiverBreakout.d.ts.map +1 -0
- package/esm/river/RiverBreakout/RiverBreakout.js +34 -0
- package/esm/river/RiverBreakout/RiverBreakout.js.map +1 -0
- package/esm/river/RiverBreakout/index.d.ts +2 -0
- package/esm/river/RiverBreakout/index.d.ts.map +1 -0
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.d.ts +42 -0
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.d.ts.map +1 -0
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.js +192 -0
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.js.map +1 -0
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module-CyFjQIyU.css +1 -0
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module.js +34 -0
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module.js.map +1 -0
- package/esm/river/RiverBreakoutTabs/index.d.ts +2 -0
- package/esm/river/RiverBreakoutTabs/index.d.ts.map +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScroll.d.ts +23 -0
- package/esm/river/RiverStoryScroll/RiverStoryScroll.d.ts.map +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScroll.js +83 -0
- package/esm/river/RiverStoryScroll/RiverStoryScroll.js.map +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScroll.module-D8dFaLHq.css +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScroll.module.js +27 -0
- package/esm/river/RiverStoryScroll/RiverStoryScroll.module.js.map +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollProvider.d.ts +13 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollProvider.d.ts.map +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollProvider.js +33 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollProvider.js.map +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollResponder.d.ts +11 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollResponder.d.ts.map +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollResponder.js +24 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollResponder.js.map +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollTracker.d.ts +10 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollTracker.d.ts.map +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollTracker.js +41 -0
- package/esm/river/RiverStoryScroll/RiverStoryScrollTracker.js.map +1 -0
- package/esm/river/RiverStoryScroll/index.d.ts +2 -0
- package/esm/river/RiverStoryScroll/index.d.ts.map +1 -0
- package/esm/river/index.d.ts +6 -0
- package/esm/river/index.d.ts.map +1 -0
- package/esm/river/river-shared.module-Cc5R8-Kl.css +1 -0
- package/esm/river/river-shared.module.js +32 -0
- package/esm/river/river-shared.module.js.map +1 -0
- package/esm/utils/isFragmentElement.d.ts +5 -0
- package/esm/utils/isFragmentElement.d.ts.map +1 -0
- package/esm/utils/isFragmentElement.js +7 -0
- package/esm/utils/isFragmentElement.js.map +1 -0
- package/lib/Pillar/Pillar.d.ts +2 -4
- package/lib/css/main.css +3297 -3297
- package/lib/css/stylesheets.d.ts +1 -0
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
- package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
- package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/token/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/token/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/token/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/token/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/token/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
- package/lib/index.esm.d.ts +7 -0
- package/lib/index.js +1 -1
- package/lib/recipes/FlexTemplate/FlexTemplate.types.d.ts +0 -2
- package/lib/recipes/Flexsuite/{Overview/FlexSuiteSecurityOverview.content.d.ts → Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.content.d.ts} +10 -10
- package/lib/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.d.ts +6 -0
- package/lib/recipes/Flexsuite/Category/index.d.ts +1 -0
- package/lib/recipes/Flexsuite/Overview/index.d.ts +1 -2
- package/package.json +32 -4
- package/lib/recipes/Flexsuite/Overview/FlexSuiteSecurityOverview.d.ts +0 -6
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { BaseProps } from '../component-helpers';
|
|
3
|
+
import type { HeroAlign, HeroVariant } from './HeroContext';
|
|
4
|
+
/**
|
|
5
|
+
* Design tokens
|
|
6
|
+
*/
|
|
7
|
+
import '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/hero/base.css';
|
|
8
|
+
export type HeroProps = BaseProps<HTMLElement> & {
|
|
9
|
+
align?: HeroAlign;
|
|
10
|
+
imageContainerClassName?: string;
|
|
11
|
+
imageContainerStyle?: React.CSSProperties;
|
|
12
|
+
imageContainerRef?: React.RefObject<HTMLDivElement | null>;
|
|
13
|
+
imageBackgroundColor?: 'default' | 'subtle';
|
|
14
|
+
variant?: HeroVariant;
|
|
15
|
+
enableAnimation?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Escape-hatch for inserting custom React components.
|
|
18
|
+
* Warning:
|
|
19
|
+
* This prop isn't advertised in our docs but remains part of the public API for edge-cases.
|
|
20
|
+
* Need to use this prop? Please check in with #primer-brand first to confirm correct usage.
|
|
21
|
+
*/
|
|
22
|
+
trailingComponent?: React.FunctionComponent;
|
|
23
|
+
'data-testid'?: string;
|
|
24
|
+
};
|
|
25
|
+
export declare const Hero: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<HeroProps>, "ref"> & React.RefAttributes<HTMLElement>> & {
|
|
26
|
+
Heading: React.ForwardRefExoticComponent<Omit<import("./sub-components").HeroHeadingProps, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
|
|
27
|
+
Description: React.ForwardRefExoticComponent<(Omit<{
|
|
28
|
+
size?: typeof import("..").TextSizes[number];
|
|
29
|
+
weight?: import("..").TextWeightVariants | import("..").ResponsiveWeightMap;
|
|
30
|
+
} & BaseProps<HTMLParagraphElement> & {
|
|
31
|
+
font?: import("..").TextFontVariants;
|
|
32
|
+
size?: typeof import("..").TextSizes[number];
|
|
33
|
+
variant?: typeof import("..").TextVariants[number];
|
|
34
|
+
weight?: import("..").TextWeightVariants | import("..").ResponsiveWeightMap;
|
|
35
|
+
align?: "start" | "center" | "end";
|
|
36
|
+
hasAntiAliasing?: boolean;
|
|
37
|
+
} & {
|
|
38
|
+
as?: typeof import("..").TextTags[number];
|
|
39
|
+
} & React.HTMLAttributes<HTMLParagraphElement> & {
|
|
40
|
+
as?: "p";
|
|
41
|
+
} & {
|
|
42
|
+
children?: React.ReactNode | undefined;
|
|
43
|
+
}, "ref"> | Omit<{
|
|
44
|
+
size?: typeof import("..").TextSizes[number];
|
|
45
|
+
weight?: import("..").TextWeightVariants | import("..").ResponsiveWeightMap;
|
|
46
|
+
} & BaseProps<HTMLParagraphElement> & {
|
|
47
|
+
font?: import("..").TextFontVariants;
|
|
48
|
+
size?: typeof import("..").TextSizes[number];
|
|
49
|
+
variant?: typeof import("..").TextVariants[number];
|
|
50
|
+
weight?: import("..").TextWeightVariants | import("..").ResponsiveWeightMap;
|
|
51
|
+
align?: "start" | "center" | "end";
|
|
52
|
+
hasAntiAliasing?: boolean;
|
|
53
|
+
} & {
|
|
54
|
+
as?: typeof import("..").TextTags[number];
|
|
55
|
+
} & React.HTMLAttributes<HTMLSpanElement> & BaseProps<HTMLSpanElement> & {
|
|
56
|
+
as?: "span";
|
|
57
|
+
} & {
|
|
58
|
+
children?: React.ReactNode | undefined;
|
|
59
|
+
}, "ref"> | Omit<{
|
|
60
|
+
size?: typeof import("..").TextSizes[number];
|
|
61
|
+
weight?: import("..").TextWeightVariants | import("..").ResponsiveWeightMap;
|
|
62
|
+
} & BaseProps<HTMLParagraphElement> & {
|
|
63
|
+
font?: import("..").TextFontVariants;
|
|
64
|
+
size?: typeof import("..").TextSizes[number];
|
|
65
|
+
variant?: typeof import("..").TextVariants[number];
|
|
66
|
+
weight?: import("..").TextWeightVariants | import("..").ResponsiveWeightMap;
|
|
67
|
+
align?: "start" | "center" | "end";
|
|
68
|
+
hasAntiAliasing?: boolean;
|
|
69
|
+
} & {
|
|
70
|
+
as?: typeof import("..").TextTags[number];
|
|
71
|
+
} & React.HTMLAttributes<HTMLDivElement> & BaseProps<HTMLDivElement> & {
|
|
72
|
+
as?: "div";
|
|
73
|
+
} & {
|
|
74
|
+
children?: React.ReactNode | undefined;
|
|
75
|
+
}, "ref"> | Omit<{
|
|
76
|
+
size?: typeof import("..").TextSizes[number];
|
|
77
|
+
weight?: import("..").TextWeightVariants | import("..").ResponsiveWeightMap;
|
|
78
|
+
} & BaseProps<HTMLParagraphElement> & {
|
|
79
|
+
font?: import("..").TextFontVariants;
|
|
80
|
+
size?: typeof import("..").TextSizes[number];
|
|
81
|
+
variant?: typeof import("..").TextVariants[number];
|
|
82
|
+
weight?: import("..").TextWeightVariants | import("..").ResponsiveWeightMap;
|
|
83
|
+
align?: "start" | "center" | "end";
|
|
84
|
+
hasAntiAliasing?: boolean;
|
|
85
|
+
} & {
|
|
86
|
+
as?: typeof import("..").TextTags[number];
|
|
87
|
+
} & React.HTMLAttributes<HTMLElement> & BaseProps<HTMLElement> & {
|
|
88
|
+
as?: "strong";
|
|
89
|
+
} & {
|
|
90
|
+
children?: React.ReactNode | undefined;
|
|
91
|
+
}, "ref"> | Omit<{
|
|
92
|
+
size?: typeof import("..").TextSizes[number];
|
|
93
|
+
weight?: import("..").TextWeightVariants | import("..").ResponsiveWeightMap;
|
|
94
|
+
} & BaseProps<HTMLParagraphElement> & {
|
|
95
|
+
font?: import("..").TextFontVariants;
|
|
96
|
+
size?: typeof import("..").TextSizes[number];
|
|
97
|
+
variant?: typeof import("..").TextVariants[number];
|
|
98
|
+
weight?: import("..").TextWeightVariants | import("..").ResponsiveWeightMap;
|
|
99
|
+
align?: "start" | "center" | "end";
|
|
100
|
+
hasAntiAliasing?: boolean;
|
|
101
|
+
} & {
|
|
102
|
+
as?: typeof import("..").TextTags[number];
|
|
103
|
+
} & React.HTMLAttributes<HTMLElement> & BaseProps<HTMLElement> & {
|
|
104
|
+
as?: "em";
|
|
105
|
+
} & {
|
|
106
|
+
children?: React.ReactNode | undefined;
|
|
107
|
+
}, "ref">) & React.RefAttributes<HTMLParagraphElement>>;
|
|
108
|
+
PrimaryAction: React.ForwardRefExoticComponent<(Omit<{
|
|
109
|
+
as?: "a" | "button";
|
|
110
|
+
href: string;
|
|
111
|
+
} & import("..").ButtonBaseProps & BaseProps<HTMLAnchorElement> & {
|
|
112
|
+
as?: "a";
|
|
113
|
+
} & {
|
|
114
|
+
children?: React.ReactNode | undefined;
|
|
115
|
+
}, "ref"> | Omit<{
|
|
116
|
+
as?: "a" | "button";
|
|
117
|
+
href: string;
|
|
118
|
+
} & import("..").ButtonBaseProps & BaseProps<HTMLButtonElement> & {
|
|
119
|
+
as?: "button";
|
|
120
|
+
} & {
|
|
121
|
+
children?: React.ReactNode | undefined;
|
|
122
|
+
}, "ref">) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
123
|
+
SecondaryAction: React.ForwardRefExoticComponent<(Omit<{
|
|
124
|
+
as?: "a" | "button";
|
|
125
|
+
href: string;
|
|
126
|
+
} & import("..").ButtonBaseProps & BaseProps<HTMLAnchorElement> & {
|
|
127
|
+
as?: "a";
|
|
128
|
+
} & {
|
|
129
|
+
children?: React.ReactNode | undefined;
|
|
130
|
+
}, "ref"> | Omit<{
|
|
131
|
+
as?: "a" | "button";
|
|
132
|
+
href: string;
|
|
133
|
+
} & import("..").ButtonBaseProps & BaseProps<HTMLButtonElement> & {
|
|
134
|
+
as?: "button";
|
|
135
|
+
} & {
|
|
136
|
+
children?: React.ReactNode | undefined;
|
|
137
|
+
}, "ref">) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
138
|
+
Image: React.ForwardRefExoticComponent<(Omit<{
|
|
139
|
+
position?: import("./HeroContext").HeroMediaPositions;
|
|
140
|
+
enableBorder?: boolean;
|
|
141
|
+
} & React.ImgHTMLAttributes<HTMLImageElement> & BaseProps<HTMLImageElement> & {
|
|
142
|
+
src: string;
|
|
143
|
+
alt: string;
|
|
144
|
+
aspectRatio?: import("..").ImageAspectRatio;
|
|
145
|
+
media?: string;
|
|
146
|
+
borderRadius?: import("..").ImageBorderRadiusOptions;
|
|
147
|
+
srcSet?: Pick<React.ImgHTMLAttributes<HTMLImageElement>, "srcSet">;
|
|
148
|
+
} & {
|
|
149
|
+
as?: "img";
|
|
150
|
+
srcSet?: Pick<React.ImgHTMLAttributes<HTMLImageElement>, "srcSet">;
|
|
151
|
+
}, "ref"> | Omit<{
|
|
152
|
+
position?: import("./HeroContext").HeroMediaPositions;
|
|
153
|
+
enableBorder?: boolean;
|
|
154
|
+
} & React.ImgHTMLAttributes<HTMLImageElement> & BaseProps<HTMLImageElement> & {
|
|
155
|
+
src: string;
|
|
156
|
+
alt: string;
|
|
157
|
+
aspectRatio?: import("..").ImageAspectRatio;
|
|
158
|
+
media?: string;
|
|
159
|
+
borderRadius?: import("..").ImageBorderRadiusOptions;
|
|
160
|
+
srcSet?: Pick<React.ImgHTMLAttributes<HTMLImageElement>, "srcSet">;
|
|
161
|
+
} & {
|
|
162
|
+
as: "picture";
|
|
163
|
+
sources?: {
|
|
164
|
+
srcset: string;
|
|
165
|
+
media: string;
|
|
166
|
+
}[];
|
|
167
|
+
srcSet?: undefined;
|
|
168
|
+
}, "ref">) & React.RefAttributes<HTMLImageElement>>;
|
|
169
|
+
Video: React.ForwardRefExoticComponent<(Omit<{
|
|
170
|
+
position?: import("./HeroContext").HeroMediaPositions;
|
|
171
|
+
enableBorder?: boolean;
|
|
172
|
+
'data-testid'?: string;
|
|
173
|
+
} & BaseProps<HTMLDivElement> & {
|
|
174
|
+
children?: React.ReactNode | undefined;
|
|
175
|
+
} & {
|
|
176
|
+
poster?: never;
|
|
177
|
+
posterAltText?: never;
|
|
178
|
+
posterTitle?: never;
|
|
179
|
+
}, "ref"> | Omit<{
|
|
180
|
+
position?: import("./HeroContext").HeroMediaPositions;
|
|
181
|
+
enableBorder?: boolean;
|
|
182
|
+
'data-testid'?: string;
|
|
183
|
+
} & BaseProps<HTMLDivElement> & {
|
|
184
|
+
children?: React.ReactNode | undefined;
|
|
185
|
+
} & {
|
|
186
|
+
poster: string;
|
|
187
|
+
posterAltText: string;
|
|
188
|
+
posterTitle: string;
|
|
189
|
+
}, "ref">) & React.RefAttributes<HTMLDivElement>>;
|
|
190
|
+
Label: React.ForwardRefExoticComponent<Omit<import("./sub-components").HeroLabelProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
191
|
+
Eyebrow: React.ForwardRefExoticComponent<Omit<import("./sub-components").HeroEyebrowProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
192
|
+
testIds: {
|
|
193
|
+
root: string;
|
|
194
|
+
readonly video: string;
|
|
195
|
+
readonly grid: string;
|
|
196
|
+
readonly imageWrapper: string;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
//# sourceMappingURL=Hero.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../src/Hero/Hero.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyD,MAAM,OAAO,CAAA;AAK7E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,sBAAsB,CAAA;AAInD,OAAO,KAAK,EAA2B,SAAS,EAAE,WAAW,EAAC,MAAM,eAAe,CAAA;AAanF;;GAEG;AACH,OAAO,2FAA2F,CAAA;AAkBlG,MAAM,MAAM,SAAS,GAAG,SAAS,CAAC,WAAW,CAAC,GAAG;IAC/C,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,uBAAuB,CAAC,EAAE,MAAM,CAAA;IAChC,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;IACzC,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAA;IAC1D,oBAAoB,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAA;IAC3C,OAAO,CAAC,EAAE,WAAW,CAAA;IACrB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAA;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAsQD,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUf,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hero.figma.d.ts","sourceRoot":"","sources":["../../src/Hero/Hero.figma.tsx"],"names":[],"mappings":""}
|
package/esm/Hero/Hero.js
ADDED
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import e from "../node_modules/clsx/dist/clsx.js";
|
|
2
|
+
import { Grid as t } from "../Grid/Grid.js";
|
|
3
|
+
import { AnimationProvider as n } from "../animation/AnimationProvider/AnimationProvider.js";
|
|
4
|
+
import { Stack as r } from "../Stack/Stack.js";
|
|
5
|
+
import { Box as ee } from "../Box/Box.js";
|
|
6
|
+
import { HeroContext as i, heroMediaInlinePositions as a } from "./HeroContext.js";
|
|
7
|
+
import o from "./Hero.module.js";
|
|
8
|
+
import { HeroLabel as s } from "./sub-components/HeroLabel.js";
|
|
9
|
+
import { HeroHeading as c } from "./sub-components/HeroHeading.js";
|
|
10
|
+
import { HeroDescription as l } from "./sub-components/HeroDescription.js";
|
|
11
|
+
import { HeroImage as u } from "./sub-components/HeroImage.js";
|
|
12
|
+
import { HeroVideo as d } from "./sub-components/HeroVideo.js";
|
|
13
|
+
import { HeroEyebrow as f } from "./sub-components/HeroEyebrow.js";
|
|
14
|
+
import { HeroPrimaryAction as p } from "./sub-components/HeroPrimaryAction.js";
|
|
15
|
+
import { HeroSecondaryAction as m } from "./sub-components/HeroSecondaryAction.js";
|
|
16
|
+
import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/hero/base-BDi-g8vJ.css';/* empty css */
|
|
17
|
+
import h, { Fragment as te, forwardRef as g, useMemo as ne } from "react";
|
|
18
|
+
import { Fragment as _, jsx as v, jsxs as y } from "react/jsx-runtime";
|
|
19
|
+
//#region src/Hero/Hero.tsx
|
|
20
|
+
var b = {
|
|
21
|
+
root: "Hero",
|
|
22
|
+
get video() {
|
|
23
|
+
return `${this.root}-video`;
|
|
24
|
+
},
|
|
25
|
+
get grid() {
|
|
26
|
+
return `${this.root}-grid`;
|
|
27
|
+
},
|
|
28
|
+
get imageWrapper() {
|
|
29
|
+
return `${this.root}-imageWrapper`;
|
|
30
|
+
}
|
|
31
|
+
}, x = g(({ className: g, align: x = "start", children: S, imageContainerClassName: C, imageContainerStyle: w, imageContainerRef: T, imageBackgroundColor: E, variant: D = "default", trailingComponent: O, enableAnimation: k = !1, "data-testid": A, ...j }, re) => {
|
|
32
|
+
let { HeroActions: M, HeroChildren: N, HeroImageChild: P, HeroVideoChild: F, HeroHeaderChildren: ie, HeroDescriptionChild: I } = ne(() => {
|
|
33
|
+
let e = h.Children.toArray(S).reduce((e, t) => (h.isValidElement(t) && (t.type === p || t.type === m ? e.HeroActions.push(t) : t.type === u ? e.HeroImageChild = t : t.type === d ? e.HeroVideoChild = t : (e.HeroChildren.push(t), t.type === s || t.type === f || t.type === c ? e.HeroHeaderChildren.push(t) : t.type === l && (e.HeroDescriptionChild = t))), e), {
|
|
34
|
+
HeroActions: [],
|
|
35
|
+
HeroChildren: [],
|
|
36
|
+
HeroImageChild: void 0,
|
|
37
|
+
HeroVideoChild: void 0,
|
|
38
|
+
HeroHeaderChildren: [],
|
|
39
|
+
HeroDescriptionChild: void 0
|
|
40
|
+
});
|
|
41
|
+
return e.HeroImageChild && e.HeroVideoChild && (e.HeroVideoChild = void 0), e;
|
|
42
|
+
}, [S]), L = P?.props.position || F?.props.position, R = D === "gridline-expressive" && L?.startsWith("inline-") ? (process.env.NODE_ENV !== "production" && console.warn(`Hero: "gridline-expressive" variant does not support "${L}" position. Defaulting to "block-end".`), "block-end") : L || "block-end", z = P?.props.enableBorder ?? F?.props.enableBorder ?? !0, B = a.includes(R), V = B ? R : void 0, H = P || F, U = D === "gridline", W = D === "gridline-expressive", G = R === "block-end" || R === "block-end-padded", K = R === "block-end-padded", q = (U || W) && k ? n : te, J = (U || W) && k ? {
|
|
43
|
+
autoStaggerChildren: !1,
|
|
44
|
+
animationTrigger: "immediate"
|
|
45
|
+
} : {}, Y = (U || W) && G, X = U && B, ae = P ? o["Hero--layout-image"] : o["Hero--layout-default"], Z = R === "inline-start" || R === "inline-start-padded", Q = (e) => O && /* @__PURE__ */ v(ee, {
|
|
46
|
+
animate: e ? {
|
|
47
|
+
variant: "slide-in-up",
|
|
48
|
+
delay: 1e3,
|
|
49
|
+
duration: 1e3
|
|
50
|
+
} : void 0,
|
|
51
|
+
children: /* @__PURE__ */ v("div", {
|
|
52
|
+
className: o["Hero-trailing"],
|
|
53
|
+
children: /* @__PURE__ */ v(O, {})
|
|
54
|
+
})
|
|
55
|
+
}), $ = () => M.length > 0 && /* @__PURE__ */ v("div", {
|
|
56
|
+
className: o["Hero-actions"],
|
|
57
|
+
children: M
|
|
58
|
+
});
|
|
59
|
+
return /* @__PURE__ */ v(q, {
|
|
60
|
+
...J,
|
|
61
|
+
children: /* @__PURE__ */ v(i.Provider, {
|
|
62
|
+
value: {
|
|
63
|
+
imagePosition: R,
|
|
64
|
+
variant: D,
|
|
65
|
+
align: x,
|
|
66
|
+
hasInlineMedia: B,
|
|
67
|
+
enableAnimation: k
|
|
68
|
+
},
|
|
69
|
+
children: /* @__PURE__ */ y("section", {
|
|
70
|
+
className: e(o.Hero, o[`Hero--variant-${D}`], !B && o[`Hero--align-${x}`], ae, (P || F) && o[`Hero--image-pos-${R}`], (P || F) && B && o["Hero--image-pos-inline"], X && o["Hero--variant-inline-gridline"], g),
|
|
71
|
+
ref: re,
|
|
72
|
+
"aria-labelledby": "hero-section-brand-heading",
|
|
73
|
+
"data-testid": A || b.root,
|
|
74
|
+
...j,
|
|
75
|
+
children: [/* @__PURE__ */ v(t, {
|
|
76
|
+
fullWidth: !Y && !X,
|
|
77
|
+
"data-testid": b.grid,
|
|
78
|
+
className: e(o["Hero-grid"], o[`Hero-grid--${R}`], Y && !W && o["Hero-grid--contained"], X && o["Hero-grid--bordered-inline"], W && o["Hero-grid--expressive"]),
|
|
79
|
+
children: W ? /* @__PURE__ */ y(_, { children: [/* @__PURE__ */ v(t.Column, {
|
|
80
|
+
span: {
|
|
81
|
+
medium: 12,
|
|
82
|
+
large: I ? 7 : 6
|
|
83
|
+
},
|
|
84
|
+
className: o["Hero-expressive-header-column"],
|
|
85
|
+
children: /* @__PURE__ */ v(r, {
|
|
86
|
+
direction: "vertical",
|
|
87
|
+
gap: "none",
|
|
88
|
+
padding: "none",
|
|
89
|
+
alignItems: "flex-start",
|
|
90
|
+
children: ie
|
|
91
|
+
})
|
|
92
|
+
}), /* @__PURE__ */ v(t.Column, {
|
|
93
|
+
span: {
|
|
94
|
+
medium: 12,
|
|
95
|
+
large: I ? 5 : 6
|
|
96
|
+
},
|
|
97
|
+
className: o["Hero-expressive-body-column"],
|
|
98
|
+
children: /* @__PURE__ */ y(r, {
|
|
99
|
+
direction: "vertical",
|
|
100
|
+
gap: "none",
|
|
101
|
+
padding: "none",
|
|
102
|
+
alignItems: "flex-start",
|
|
103
|
+
children: [
|
|
104
|
+
I,
|
|
105
|
+
$(),
|
|
106
|
+
Q(k)
|
|
107
|
+
]
|
|
108
|
+
})
|
|
109
|
+
})] }) : /* @__PURE__ */ y(_, { children: [
|
|
110
|
+
Z && H && !Y && /* @__PURE__ */ v(t.Column, {
|
|
111
|
+
ref: T,
|
|
112
|
+
span: { large: 6 },
|
|
113
|
+
className: e(E && o[`Hero-imageContainer--bg-${E}`], X && V?.includes("padded") && o["Hero-imageContainer--inline-bg-padded"], X && o["Hero-imageContainer--inline-bordered"]),
|
|
114
|
+
children: /* @__PURE__ */ v("div", {
|
|
115
|
+
className: e(o["Hero-mediaContainer"], C),
|
|
116
|
+
style: w,
|
|
117
|
+
children: H
|
|
118
|
+
})
|
|
119
|
+
}),
|
|
120
|
+
/* @__PURE__ */ v(t.Column, {
|
|
121
|
+
span: { large: H && B ? 6 : 12 },
|
|
122
|
+
children: /* @__PURE__ */ y(r, {
|
|
123
|
+
className: e(X && o["Hero-text-column--inline-gridline"], X && o["Hero-contentColumn--bordered-inline"]),
|
|
124
|
+
direction: "vertical",
|
|
125
|
+
gap: "none",
|
|
126
|
+
padding: "none",
|
|
127
|
+
alignItems: B || x === "start" ? "flex-start" : "center",
|
|
128
|
+
justifyContent: B ? void 0 : x === "start" ? "flex-start" : "center",
|
|
129
|
+
children: [
|
|
130
|
+
N,
|
|
131
|
+
$(),
|
|
132
|
+
Q(U && k)
|
|
133
|
+
]
|
|
134
|
+
})
|
|
135
|
+
}),
|
|
136
|
+
!Z && H && !Y && /* @__PURE__ */ v(t.Column, {
|
|
137
|
+
ref: T,
|
|
138
|
+
span: { large: B ? 6 : 12 },
|
|
139
|
+
className: e(E && o[`Hero-imageContainer--bg-${E}`], X && V?.includes("padded") && o["Hero-imageContainer--inline-bg-padded"], X && o["Hero-imageContainer--inline-bordered"]),
|
|
140
|
+
children: /* @__PURE__ */ v("div", {
|
|
141
|
+
className: e(o["Hero-mediaContainer"], C),
|
|
142
|
+
style: w,
|
|
143
|
+
children: H
|
|
144
|
+
})
|
|
145
|
+
})
|
|
146
|
+
] })
|
|
147
|
+
}), H && Y && /* @__PURE__ */ v("div", {
|
|
148
|
+
ref: T,
|
|
149
|
+
"data-testid": b.imageWrapper,
|
|
150
|
+
className: e(o["Hero-imageWrapper"], K && o["Hero-imageWrapper--block-end-padded"], C, E && o[`Hero-imageWrapper--bg-${E}`]),
|
|
151
|
+
style: w,
|
|
152
|
+
children: /* @__PURE__ */ v("div", {
|
|
153
|
+
className: e(o["Hero-imageWrapper-inner"], K && o["Hero-imageWrapper-inner--padded"], z && o["Hero-imageWrapper-inner--with-gridline"]),
|
|
154
|
+
children: H
|
|
155
|
+
})
|
|
156
|
+
})]
|
|
157
|
+
})
|
|
158
|
+
})
|
|
159
|
+
});
|
|
160
|
+
}), S = Object.assign(x, {
|
|
161
|
+
Heading: c,
|
|
162
|
+
Description: l,
|
|
163
|
+
PrimaryAction: p,
|
|
164
|
+
SecondaryAction: m,
|
|
165
|
+
Image: u,
|
|
166
|
+
Video: d,
|
|
167
|
+
Label: s,
|
|
168
|
+
Eyebrow: f,
|
|
169
|
+
testIds: b
|
|
170
|
+
});
|
|
171
|
+
//#endregion
|
|
172
|
+
export { S as Hero };
|
|
173
|
+
|
|
174
|
+
//# sourceMappingURL=Hero.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hero.js","names":[],"sources":["../../src/Hero/Hero.tsx"],"sourcesContent":["import React, {forwardRef, Fragment, PropsWithChildren, useMemo} from 'react'\nimport {clsx} from 'clsx'\nimport {Grid} from '../Grid'\nimport {Stack} from '../Stack'\nimport {Box} from '../Box'\nimport type {BaseProps} from '../component-helpers'\nimport {AnimationProvider} from '../animation'\n\nimport {HeroContext, heroMediaInlinePositions} from './HeroContext'\nimport type {HeroMediaInlinePositions, HeroAlign, HeroVariant} from './HeroContext'\nimport {\n HeroLabel,\n HeroHeading,\n HeroDescription,\n HeroImage,\n HeroVideo,\n HeroEyebrow,\n HeroPrimaryAction,\n HeroSecondaryAction,\n} from './sub-components'\nimport type {HeroImageProps, HeroVideoProps} from './sub-components'\n\n/**\n * Design tokens\n */\nimport '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/hero/base.css'\n\n/** * Main Stylesheet (as a CSS Module) */\nimport styles from './Hero.module.css'\n\nconst testIds = {\n root: 'Hero',\n get video() {\n return `${this.root}-video`\n },\n get grid() {\n return `${this.root}-grid`\n },\n get imageWrapper() {\n return `${this.root}-imageWrapper`\n },\n}\n\nexport type HeroProps = BaseProps<HTMLElement> & {\n align?: HeroAlign\n imageContainerClassName?: string\n imageContainerStyle?: React.CSSProperties\n imageContainerRef?: React.RefObject<HTMLDivElement | null>\n imageBackgroundColor?: 'default' | 'subtle'\n variant?: HeroVariant\n enableAnimation?: boolean\n /**\n * Escape-hatch for inserting custom React components.\n * Warning:\n * This prop isn't advertised in our docs but remains part of the public API for edge-cases.\n * Need to use this prop? Please check in with #primer-brand first to confirm correct usage.\n */\n trailingComponent?: React.FunctionComponent\n 'data-testid'?: string\n}\n\nconst Root = forwardRef<HTMLElement, PropsWithChildren<HeroProps>>(\n (\n {\n className,\n align = 'start',\n children,\n imageContainerClassName,\n imageContainerStyle,\n imageContainerRef,\n imageBackgroundColor,\n variant = 'default',\n trailingComponent: TrailingComponent,\n enableAnimation = false,\n 'data-testid': testId,\n ...rest\n },\n ref,\n ) => {\n const {HeroActions, HeroChildren, HeroImageChild, HeroVideoChild, HeroHeaderChildren, HeroDescriptionChild} =\n useMemo(() => {\n const result = React.Children.toArray(children).reduce<{\n HeroActions: React.ReactElement[]\n HeroImageChild?: React.ReactElement<HeroImageProps>\n HeroVideoChild?: React.ReactElement<HeroVideoProps>\n HeroChildren: React.ReactElement[]\n HeroHeaderChildren: React.ReactElement[]\n HeroDescriptionChild?: React.ReactElement\n }>(\n (acc, child) => {\n if (React.isValidElement(child)) {\n if (child.type === HeroPrimaryAction || child.type === HeroSecondaryAction) {\n acc.HeroActions.push(child)\n } else if (child.type === HeroImage) {\n acc.HeroImageChild = child as React.ReactElement<HeroImageProps>\n } else if (child.type === HeroVideo) {\n acc.HeroVideoChild = child as React.ReactElement<HeroVideoProps>\n } else {\n acc.HeroChildren.push(child)\n if (child.type === HeroLabel || child.type === HeroEyebrow || child.type === HeroHeading) {\n acc.HeroHeaderChildren.push(child)\n } else if (child.type === HeroDescription) {\n acc.HeroDescriptionChild = child\n }\n }\n }\n return acc\n },\n {\n HeroActions: [],\n HeroChildren: [],\n HeroImageChild: undefined,\n HeroVideoChild: undefined,\n HeroHeaderChildren: [],\n HeroDescriptionChild: undefined,\n },\n )\n\n // Prefer Hero.Image - don't show both\n if (result.HeroImageChild && result.HeroVideoChild) {\n result.HeroVideoChild = undefined\n }\n\n return result\n }, [children])\n\n const mediaPositionProp = HeroImageChild?.props.position || HeroVideoChild?.props.position\n\n const mediaPosition = (() => {\n if (variant === 'gridline-expressive' && mediaPositionProp?.startsWith('inline-')) {\n if (process.env.NODE_ENV !== 'production') {\n // eslint-disable-next-line no-console\n console.warn(\n `Hero: \"gridline-expressive\" variant does not support \"${mediaPositionProp}\" position. Defaulting to \"block-end\".`,\n )\n }\n return 'block-end'\n }\n return mediaPositionProp || 'block-end'\n })()\n const mediaWrapperHasBorder = HeroImageChild?.props.enableBorder ?? HeroVideoChild?.props.enableBorder ?? true\n const hasInlineMedia = heroMediaInlinePositions.includes(mediaPosition as HeroMediaInlinePositions)\n const inlineMediaPosition = hasInlineMedia ? mediaPosition : undefined\n const mediaChild = HeroImageChild || HeroVideoChild\n const isGridline = variant === 'gridline'\n const isGridlineExpressive = variant === 'gridline-expressive'\n const isBlockEndPosition = mediaPosition === 'block-end' || mediaPosition === 'block-end-padded'\n const isBlockEndPadded = mediaPosition === 'block-end-padded'\n\n const Tag = (isGridline || isGridlineExpressive) && enableAnimation ? AnimationProvider : Fragment\n const tagProps =\n (isGridline || isGridlineExpressive) && enableAnimation\n ? {\n autoStaggerChildren: false,\n animationTrigger: 'immediate' as const,\n }\n : {}\n\n const useContainedLayout = (isGridline || isGridlineExpressive) && isBlockEndPosition\n const useInlineGridline = isGridline && hasInlineMedia\n\n const heroLayoutClass = HeroImageChild ? styles['Hero--layout-image'] : styles['Hero--layout-default']\n const isInlineStart = mediaPosition === 'inline-start' || mediaPosition === 'inline-start-padded'\n\n const renderTrailingComponent = (shouldAnimate: boolean) =>\n TrailingComponent && (\n <Box animate={shouldAnimate ? {variant: 'slide-in-up' as const, delay: 1000, duration: 1000} : undefined}>\n <div className={styles['Hero-trailing']}>\n <TrailingComponent />\n </div>\n </Box>\n )\n\n const renderActions = () => HeroActions.length > 0 && <div className={styles['Hero-actions']}>{HeroActions}</div>\n\n return (\n <Tag {...tagProps}>\n <HeroContext.Provider value={{imagePosition: mediaPosition, variant, align, hasInlineMedia, enableAnimation}}>\n <section\n className={clsx(\n styles.Hero,\n styles[`Hero--variant-${variant}`],\n !hasInlineMedia && styles[`Hero--align-${align}`],\n heroLayoutClass,\n (HeroImageChild || HeroVideoChild) && styles[`Hero--image-pos-${mediaPosition}`],\n (HeroImageChild || HeroVideoChild) && hasInlineMedia && styles['Hero--image-pos-inline'],\n useInlineGridline && styles['Hero--variant-inline-gridline'],\n className,\n )}\n ref={ref}\n aria-labelledby=\"hero-section-brand-heading\"\n data-testid={testId || testIds.root}\n {...rest}\n >\n <Grid\n fullWidth={!useContainedLayout && !useInlineGridline}\n data-testid={testIds.grid}\n className={clsx(\n styles['Hero-grid'],\n styles[`Hero-grid--${mediaPosition}`],\n useContainedLayout && !isGridlineExpressive && styles['Hero-grid--contained'],\n useInlineGridline && styles['Hero-grid--bordered-inline'],\n isGridlineExpressive && styles['Hero-grid--expressive'],\n )}\n >\n {isGridlineExpressive ? (\n <>\n {/* Expressive variant: header column (left) */}\n <Grid.Column\n span={{medium: 12, large: HeroDescriptionChild ? 7 : 6}}\n className={styles['Hero-expressive-header-column']}\n >\n <Stack direction=\"vertical\" gap=\"none\" padding=\"none\" alignItems=\"flex-start\">\n {HeroHeaderChildren}\n </Stack>\n </Grid.Column>\n {/* Expressive variant: body column (right) */}\n <Grid.Column\n span={{medium: 12, large: HeroDescriptionChild ? 5 : 6}}\n className={styles['Hero-expressive-body-column']}\n >\n <Stack direction=\"vertical\" gap=\"none\" padding=\"none\" alignItems=\"flex-start\">\n {HeroDescriptionChild}\n {renderActions()}\n {renderTrailingComponent(enableAnimation)}\n </Stack>\n </Grid.Column>\n </>\n ) : (\n <>\n {/* Standard GridLine variant: text column */}\n {isInlineStart && mediaChild && !useContainedLayout && (\n <Grid.Column\n ref={imageContainerRef}\n span={{large: 6}}\n className={clsx(\n imageBackgroundColor && styles[`Hero-imageContainer--bg-${imageBackgroundColor}`],\n useInlineGridline &&\n inlineMediaPosition?.includes('padded') &&\n styles['Hero-imageContainer--inline-bg-padded'],\n useInlineGridline && styles['Hero-imageContainer--inline-bordered'],\n )}\n >\n <div\n className={clsx(styles['Hero-mediaContainer'], imageContainerClassName)}\n style={imageContainerStyle}\n >\n {mediaChild}\n </div>\n </Grid.Column>\n )}\n <Grid.Column span={{large: mediaChild && hasInlineMedia ? 6 : 12}}>\n <Stack\n className={clsx(\n useInlineGridline && styles['Hero-text-column--inline-gridline'],\n useInlineGridline && styles['Hero-contentColumn--bordered-inline'],\n )}\n direction=\"vertical\"\n gap=\"none\"\n padding=\"none\"\n alignItems={hasInlineMedia ? 'flex-start' : align === 'start' ? 'flex-start' : 'center'}\n justifyContent={hasInlineMedia ? undefined : align === 'start' ? 'flex-start' : 'center'}\n >\n {HeroChildren}\n {renderActions()}\n {renderTrailingComponent(isGridline && enableAnimation)}\n </Stack>\n </Grid.Column>\n {!isInlineStart && mediaChild && !useContainedLayout && (\n <Grid.Column\n ref={imageContainerRef}\n span={{large: hasInlineMedia ? 6 : 12}}\n className={clsx(\n imageBackgroundColor && styles[`Hero-imageContainer--bg-${imageBackgroundColor}`],\n useInlineGridline &&\n inlineMediaPosition?.includes('padded') &&\n styles['Hero-imageContainer--inline-bg-padded'],\n useInlineGridline && styles['Hero-imageContainer--inline-bordered'],\n )}\n >\n <div\n className={clsx(styles['Hero-mediaContainer'], imageContainerClassName)}\n style={imageContainerStyle}\n >\n {mediaChild}\n </div>\n </Grid.Column>\n )}\n </>\n )}\n </Grid>\n {mediaChild && useContainedLayout && (\n <div\n ref={imageContainerRef}\n data-testid={testIds.imageWrapper}\n className={clsx(\n styles['Hero-imageWrapper'],\n isBlockEndPadded && styles['Hero-imageWrapper--block-end-padded'],\n imageContainerClassName,\n imageBackgroundColor && styles[`Hero-imageWrapper--bg-${imageBackgroundColor}`],\n )}\n style={imageContainerStyle}\n >\n <div\n className={clsx(\n styles['Hero-imageWrapper-inner'],\n isBlockEndPadded && styles['Hero-imageWrapper-inner--padded'],\n mediaWrapperHasBorder && styles['Hero-imageWrapper-inner--with-gridline'],\n )}\n >\n {mediaChild}\n </div>\n </div>\n )}\n </section>\n </HeroContext.Provider>\n </Tag>\n )\n },\n)\n\nexport const Hero = Object.assign(Root, {\n Heading: HeroHeading,\n Description: HeroDescription,\n PrimaryAction: HeroPrimaryAction,\n SecondaryAction: HeroSecondaryAction,\n Image: HeroImage,\n Video: HeroVideo,\n Label: HeroLabel,\n Eyebrow: HeroEyebrow,\n testIds,\n})\n"],"mappings":";;;;;;;;;;;;;;;;;;;AA8BA,IAAM,IAAU;CACd,MAAM;CACN,IAAI,QAAQ;AACV,SAAO,GAAG,KAAK,KAAK;;CAEtB,IAAI,OAAO;AACT,SAAO,GAAG,KAAK,KAAK;;CAEtB,IAAI,eAAe;AACjB,SAAO,GAAG,KAAK,KAAK;;CAEvB,EAoBK,IAAO,GAET,EACE,cACA,WAAQ,SACR,aACA,4BACA,wBACA,sBACA,yBACA,aAAU,WACV,mBAAmB,GACnB,qBAAkB,IAClB,eAAe,GACf,GAAG,KAEL,OACG;CACH,IAAM,EAAC,gBAAa,iBAAc,mBAAgB,mBAAgB,wBAAoB,4BACpF,SAAc;EACZ,IAAM,IAAS,EAAM,SAAS,QAAQ,EAAS,CAAC,QAQ7C,GAAK,OACA,EAAM,eAAe,EAAM,KACzB,EAAM,SAAS,KAAqB,EAAM,SAAS,IACrD,EAAI,YAAY,KAAK,EAAM,GAClB,EAAM,SAAS,IACxB,EAAI,iBAAiB,IACZ,EAAM,SAAS,IACxB,EAAI,iBAAiB,KAErB,EAAI,aAAa,KAAK,EAAM,EACxB,EAAM,SAAS,KAAa,EAAM,SAAS,KAAe,EAAM,SAAS,IAC3E,EAAI,mBAAmB,KAAK,EAAM,GACzB,EAAM,SAAS,MACxB,EAAI,uBAAuB,MAI1B,IAET;GACE,aAAa,EAAE;GACf,cAAc,EAAE;GAChB,gBAAgB,KAAA;GAChB,gBAAgB,KAAA;GAChB,oBAAoB,EAAE;GACtB,sBAAsB,KAAA;GACvB,CACF;AAOD,SAJI,EAAO,kBAAkB,EAAO,mBAClC,EAAO,iBAAiB,KAAA,IAGnB;IACN,CAAC,EAAS,CAAC,EAEV,IAAoB,GAAgB,MAAM,YAAY,GAAgB,MAAM,UAE5E,IACA,MAAY,yBAAyB,GAAmB,WAAW,UAAU,IAC/E,QAAA,IAAA,aAA6B,gBAE3B,QAAQ,KACN,yDAAyD,EAAkB,wCAC5E,EAEI,eAEF,KAAqB,aAExB,IAAwB,GAAgB,MAAM,gBAAgB,GAAgB,MAAM,gBAAgB,IACpG,IAAiB,EAAyB,SAAS,EAA0C,EAC7F,IAAsB,IAAiB,IAAgB,KAAA,GACvD,IAAa,KAAkB,GAC/B,IAAa,MAAY,YACzB,IAAuB,MAAY,uBACnC,IAAqB,MAAkB,eAAe,MAAkB,oBACxE,IAAmB,MAAkB,oBAErC,KAAO,KAAc,MAAyB,IAAkB,IAAoB,IACpF,KACH,KAAc,MAAyB,IACpC;EACE,qBAAqB;EACrB,kBAAkB;EACnB,GACD,EAAE,EAEF,KAAsB,KAAc,MAAyB,GAC7D,IAAoB,KAAc,GAElC,KAAkB,IAAiB,EAAO,wBAAwB,EAAO,yBACzE,IAAgB,MAAkB,kBAAkB,MAAkB,uBAEtE,KAA2B,MAC/B,KACE,kBAAC,IAAD;EAAK,SAAS,IAAgB;GAAC,SAAS;GAAwB,OAAO;GAAM,UAAU;GAAK,GAAG,KAAA;YAC7F,kBAAC,OAAD;GAAK,WAAW,EAAO;aACrB,kBAAC,GAAD,EAAqB,CAAA;GACjB,CAAA;EACF,CAAA,EAGJ,UAAsB,EAAY,SAAS,KAAK,kBAAC,OAAD;EAAK,WAAW,EAAO;YAAkB;EAAkB,CAAA;AAEjH,QACE,kBAAC,GAAD;EAAK,GAAI;YACP,kBAAC,EAAY,UAAb;GAAsB,OAAO;IAAC,eAAe;IAAe;IAAS;IAAO;IAAgB;IAAgB;aAC1G,kBAAC,WAAD;IACE,WAAW,EACT,EAAO,MACP,EAAO,iBAAiB,MACxB,CAAC,KAAkB,EAAO,eAAe,MACzC,KACC,KAAkB,MAAmB,EAAO,mBAAmB,OAC/D,KAAkB,MAAmB,KAAkB,EAAO,2BAC/D,KAAqB,EAAO,kCAC5B,EACD;IACI;IACL,mBAAgB;IAChB,eAAa,KAAU,EAAQ;IAC/B,GAAI;cAdN,CAgBE,kBAAC,GAAD;KACE,WAAW,CAAC,KAAsB,CAAC;KACnC,eAAa,EAAQ;KACrB,WAAW,EACT,EAAO,cACP,EAAO,cAAc,MACrB,KAAsB,CAAC,KAAwB,EAAO,yBACtD,KAAqB,EAAO,+BAC5B,KAAwB,EAAO,yBAChC;eAEA,IACC,kBAAA,GAAA,EAAA,UAAA,CAEE,kBAAC,EAAK,QAAN;MACE,MAAM;OAAC,QAAQ;OAAI,OAAO,IAAuB,IAAI;OAAE;MACvD,WAAW,EAAO;gBAElB,kBAAC,GAAD;OAAO,WAAU;OAAW,KAAI;OAAO,SAAQ;OAAO,YAAW;iBAC9D;OACK,CAAA;MACI,CAAA,EAEd,kBAAC,EAAK,QAAN;MACE,MAAM;OAAC,QAAQ;OAAI,OAAO,IAAuB,IAAI;OAAE;MACvD,WAAW,EAAO;gBAElB,kBAAC,GAAD;OAAO,WAAU;OAAW,KAAI;OAAO,SAAQ;OAAO,YAAW;iBAAjE;QACG;QACA,GAAe;QACf,EAAwB,EAAgB;QACnC;;MACI,CAAA,CACb,EAAA,CAAA,GAEH,kBAAA,GAAA,EAAA,UAAA;MAEG,KAAiB,KAAc,CAAC,KAC/B,kBAAC,EAAK,QAAN;OACE,KAAK;OACL,MAAM,EAAC,OAAO,GAAE;OAChB,WAAW,EACT,KAAwB,EAAO,2BAA2B,MAC1D,KACE,GAAqB,SAAS,SAAS,IACvC,EAAO,0CACT,KAAqB,EAAO,wCAC7B;iBAED,kBAAC,OAAD;QACE,WAAW,EAAK,EAAO,wBAAwB,EAAwB;QACvE,OAAO;kBAEN;QACG,CAAA;OACM,CAAA;MAEhB,kBAAC,EAAK,QAAN;OAAa,MAAM,EAAC,OAAO,KAAc,IAAiB,IAAI,IAAG;iBAC/D,kBAAC,GAAD;QACE,WAAW,EACT,KAAqB,EAAO,sCAC5B,KAAqB,EAAO,uCAC7B;QACD,WAAU;QACV,KAAI;QACJ,SAAQ;QACR,YAAY,KAAgC,MAAU,UAAzB,eAAkD;QAC/E,gBAAgB,IAAiB,KAAA,IAAY,MAAU,UAAU,eAAe;kBATlF;SAWG;SACA,GAAe;SACf,EAAwB,KAAc,EAAgB;SACjD;;OACI,CAAA;MACb,CAAC,KAAiB,KAAc,CAAC,KAChC,kBAAC,EAAK,QAAN;OACE,KAAK;OACL,MAAM,EAAC,OAAO,IAAiB,IAAI,IAAG;OACtC,WAAW,EACT,KAAwB,EAAO,2BAA2B,MAC1D,KACE,GAAqB,SAAS,SAAS,IACvC,EAAO,0CACT,KAAqB,EAAO,wCAC7B;iBAED,kBAAC,OAAD;QACE,WAAW,EAAK,EAAO,wBAAwB,EAAwB;QACvE,OAAO;kBAEN;QACG,CAAA;OACM,CAAA;MAEf,EAAA,CAAA;KAEA,CAAA,EACN,KAAc,KACb,kBAAC,OAAD;KACE,KAAK;KACL,eAAa,EAAQ;KACrB,WAAW,EACT,EAAO,sBACP,KAAoB,EAAO,wCAC3B,GACA,KAAwB,EAAO,yBAAyB,KACzD;KACD,OAAO;eAEP,kBAAC,OAAD;MACE,WAAW,EACT,EAAO,4BACP,KAAoB,EAAO,oCAC3B,KAAyB,EAAO,0CACjC;gBAEA;MACG,CAAA;KACF,CAAA,CAEA;;GACW,CAAA;EACnB,CAAA;EAGX,EAEY,IAAO,OAAO,OAAO,GAAM;CACtC,SAAS;CACT,aAAa;CACb,eAAe;CACf,iBAAiB;CACjB,OAAO;CACP,OAAO;CACP,OAAO;CACP,SAAS;CACT;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.Primer_Brand__Hero-module__Hero___It6gj{flex-direction:column;display:flex}.Primer_Brand__Hero-module__Hero--variant-default___lNgHw{padding:var(--brand-Hero-narrow-padding)}.Primer_Brand__Hero-module__Hero--align-start___ouSp3{text-align:left;align-items:flex-start}.Primer_Brand__Hero-module__Hero--align-center___6FMoH{text-align:center;place-items:center}.Primer_Brand__Hero-module__Hero-grid___gXNGW{--brand-Grid-spacing-margin:0}.Primer_Brand__Hero-module__Hero-grid--contained___vfiGA{width:100%;max-width:1280px;padding:var(--base-size-32);background-color:var(--brand-Hero-bgColor-gridlineGridInner);margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero-grid--contained___vfiGA{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero-grid--block-end___jU6_V,.Primer_Brand__Hero-module__Hero-grid--inline-end___o8Dtq{--brand-Grid-spacing-row:var(--base-size-40)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-grid--contained___vfiGA{padding:var(--base-size-64)}.Primer_Brand__Hero-module__Hero-grid--block-end___jU6_V{--brand-Grid-spacing-row:var(--base-size-80)}}.Primer_Brand__Hero-module__Hero--align-center___6FMoH .Primer_Brand__Hero-module__Hero-actions___RUotq{justify-content:center}.Primer_Brand__Hero-module__Hero--align-center___6FMoH .Primer_Brand__Hero-module__Hero-content___lpGj0{flex-direction:column;align-items:center;display:flex}.Primer_Brand__Hero-module__Hero-image___GC10l{border-radius:var(--brand-borderRadius-medium);width:100%}.Primer_Brand__Hero-module__Hero-mediaContainer___DWFUR{flex:1;width:100%;height:100%;display:flex}.Primer_Brand__Hero-module__Hero-imageContainer--bg-subtle___RFNq3{background-color:var(--brand-color-canvas-subtle);padding:var(--base-size-32) var(--base-size-32) 0}.Primer_Brand__Hero-module__Hero-imageContainer--inline-bg-padded___Y_hah{padding:var(--base-size-32);background-color:var(--brand-color-canvas-subtle)}.Primer_Brand__Hero-module__Hero-imageWrapper___CscCA{justify-content:center;width:100%;display:flex}.Primer_Brand__Hero-module__Hero-imageWrapper--bg-subtle___8xPH_{border-block:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);background-color:var(--brand-color-canvas-subtle);padding:var(--base-size-32) var(--base-size-32) 0}.Primer_Brand__Hero-module__Hero-imageContainer--inline-bordered___g8hqZ{background-color:var(--brand-color-canvas-subtle);align-items:stretch;display:flex}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-imageContainer--inline-bordered___g8hqZ{min-height:calc(600px - var(--base-size-24))}.Primer_Brand__Hero-module__Hero-imageWrapper--bg-subtle___8xPH_{padding:var(--base-size-64) var(--base-size-64) 0}.Primer_Brand__Hero-module__Hero-imageContainer--inline-bg-padded___Y_hah{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh{width:100%;container-type:inline-size}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media___rM3qR{max-width:1176px;margin-inline:auto;display:block;overflow:hidden}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media--pos-block-end___6QShk,.Primer_Brand__Hero-module__Hero-media-item--block-end___RrUWM{border-radius:var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper___CscCA{border-block:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);background-color:var(--brand-color-canvas-subtle);width:100%}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{width:100%;max-width:1280px;padding:var(--base-size-32) var(--base-size-32) 0;margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner--with-gridline___fixm4{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-32)}.Primer_Brand__Hero-module__Hero-media--pos-block-end-padded___VdZlI{border-radius:var(--brand-borderRadius-medium)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{padding:var(--base-size-64) var(--base-size-64) 0}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero-grid--bordered-inline___e_HR8{width:100%;max-width:1280px;margin-inline:auto}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-grid--bordered-inline___e_HR8{min-height:440px}}@container (width>=1280px){.Primer_Brand__Hero-module__Hero-grid--bordered-inline___e_HR8{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh.Primer_Brand__Hero-module__Hero--image-pos-inline___fwJAZ{border-block-end:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}.Primer_Brand__Hero-module__Hero-contentColumn--bordered-inline___2Dfrd{padding:var(--base-size-32);flex-direction:column;justify-content:center;display:flex}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-contentColumn--bordered-inline___2Dfrd{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media--pos-inline___TD4jr:not(.Primer_Brand__Hero-module__Hero-media--pos-inline-padded___Uq4Xk),.Primer_Brand__Hero-module__Hero-media-item--inline___3XHJG{border-radius:0}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media--pos-inline-padded___Uq4Xk{align-self:center;max-width:100%;height:auto}.Primer_Brand__Hero-module__Hero-video___Ne5zN{width:100%}.Primer_Brand__Hero-module__Hero-media-item___Ia3pn{border-radius:var(--brand-borderRadius-large);width:100%}.Primer_Brand__Hero-module__Hero-label___XJftM{text-transform:uppercase;letter-spacing:1px;align-items:center;margin-block-end:var(--base-size-16);display:flex}.Primer_Brand__Hero-module__Hero-heading___HMve3{max-width:924px;margin:0}.Primer_Brand__Hero-module__Hero-heading___HMve3 b{color:var(--brand-color-accent-primary);font-style:normal;font-weight:inherit}.Primer_Brand__Hero-module__Hero-heading--fullWidth___sJlnY{max-width:none;max-width:initial}.Primer_Brand__Hero-module__Hero-text-column--inline-gridline___gGhfi{height:100%}.Primer_Brand__Hero-module__Hero-description___7raSC{margin:var(--base-size-24) 0 0;max-width:600px}.Primer_Brand__Hero-module__Hero--variant-inline-gridline___Jwjqy .Primer_Brand__Hero-module__Hero-description___7raSC{margin-block-start:auto;padding-block-start:var(--base-size-24)}.Primer_Brand__Hero-module__Hero-actions___RUotq{align-items:center;gap:var(--base-size-8) var(--base-size-16);flex-wrap:wrap;margin-block-start:var(--base-size-32);display:flex}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-actions___RUotq{align-items:stretch;gap:var(--base-size-8) var(--base-size-12)}.Primer_Brand__Hero-module__Hero-trailing____cadc{margin-block-start:var(--base-size-32)}.Primer_Brand__Hero-module__Hero-eyebrow___mlxSE{margin-block-end:var(--base-size-32)}@media screen and (width>=34rem){.Primer_Brand__Hero-module__Hero--variant-default___lNgHw{padding:var(--brand-Hero-regular-padding)}}.Primer_Brand__Hero-module__Hero-video-poster-button___mtbvt{cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;font-size:0;line-height:0;display:block;position:relative}.Primer_Brand__Hero-module__Hero-video-poster-image___ZP3Q5{width:100%;height:auto;display:block}.Primer_Brand__Hero-module__Hero-video-poster-icon___PfT4p{width:var(--base-size-96);height:var(--base-size-96);z-index:1;color:var(--base-color-scale-white-0);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Primer_Brand__Hero-module__Hero-video-poster-header___13M9x{padding:var(--base-size-16) var(--base-size-24);align-items:center;gap:var(--base-size-16);height:var(--base-size-80);background:linear-gradient(#000000b3 60%,#0000);display:flex;position:absolute;inset:0 0 auto}.Primer_Brand__Hero-module__Hero-video-header-poster-icon___tlEff,.Primer_Brand__Hero-module__Hero-video-poster-text___4R755{color:var(--base-color-scale-white-0)}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3{width:100%;container-type:inline-size}.Primer_Brand__Hero-module__Hero-grid--expressive___Lq5SC{--brand-Grid-spacing-row:0;gap:0;width:100%;max-width:1280px;margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero-grid--expressive___Lq5SC{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero-expressive-header-column___iq2TT{padding:var(--base-size-32);border-block-end:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);align-items:center;padding-block-end:var(--base-size-24);display:flex}.Primer_Brand__Hero-module__Hero-expressive-body-column___Beyq_{padding:var(--base-size-32);padding-block-start:var(--base-size-24)}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-description___7raSC{margin-block-start:0}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-actions___RUotq,.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-trailing____cadc{margin-block-start:var(--base-size-24)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-expressive-header-column___iq2TT{padding:var(--base-size-64);border-block-end:none;border-inline-end:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);padding-inline-end:var(--base-size-64)}.Primer_Brand__Hero-module__Hero-expressive-body-column___Beyq_{padding:var(--base-size-64);flex-direction:column;justify-content:flex-end;padding-inline-start:var(--base-size-64);display:flex}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-actions___RUotq,.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-trailing____cadc{margin-block-start:var(--base-size-32)}}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper___CscCA{border-block:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);background-color:var(--brand-color-canvas-subtle);width:100%}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{width:100%;max-width:1280px;padding:var(--base-size-32) var(--base-size-32) 0;margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner--with-gridline___fixm4{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-32)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{padding:var(--base-size-64) var(--base-size-64) 0}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-media___rM3qR{max-width:1176px;margin-inline:auto;display:block;overflow:hidden}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-media--pos-block-end___6QShk,.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-image___GC10l:not(.Primer_Brand__Hero-module__Hero-media--pos-block-end-padded___VdZlI){border-radius:var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import './Hero.module-b8OFm8Ci.css';var e = {
|
|
2
|
+
Hero: "Primer_Brand__Hero-module__Hero___It6gj",
|
|
3
|
+
"Hero--variant-default": "Primer_Brand__Hero-module__Hero--variant-default___lNgHw",
|
|
4
|
+
"Hero--align-start": "Primer_Brand__Hero-module__Hero--align-start___ouSp3",
|
|
5
|
+
"Hero--align-center": "Primer_Brand__Hero-module__Hero--align-center___6FMoH",
|
|
6
|
+
"Hero-grid": "Primer_Brand__Hero-module__Hero-grid___gXNGW",
|
|
7
|
+
"Hero-grid--contained": "Primer_Brand__Hero-module__Hero-grid--contained___vfiGA",
|
|
8
|
+
"Hero-grid--block-end": "Primer_Brand__Hero-module__Hero-grid--block-end___jU6_V",
|
|
9
|
+
"Hero-grid--inline-end": "Primer_Brand__Hero-module__Hero-grid--inline-end___o8Dtq",
|
|
10
|
+
"Hero-actions": "Primer_Brand__Hero-module__Hero-actions___RUotq",
|
|
11
|
+
"Hero-content": "Primer_Brand__Hero-module__Hero-content___lpGj0",
|
|
12
|
+
"Hero-image": "Primer_Brand__Hero-module__Hero-image___GC10l",
|
|
13
|
+
"Hero-mediaContainer": "Primer_Brand__Hero-module__Hero-mediaContainer___DWFUR",
|
|
14
|
+
"Hero-imageContainer--bg-subtle": "Primer_Brand__Hero-module__Hero-imageContainer--bg-subtle___RFNq3",
|
|
15
|
+
"Hero-imageContainer--inline-bg-padded": "Primer_Brand__Hero-module__Hero-imageContainer--inline-bg-padded___Y_hah",
|
|
16
|
+
"Hero-imageWrapper": "Primer_Brand__Hero-module__Hero-imageWrapper___CscCA",
|
|
17
|
+
"Hero-imageWrapper--bg-subtle": "Primer_Brand__Hero-module__Hero-imageWrapper--bg-subtle___8xPH_",
|
|
18
|
+
"Hero-imageContainer--inline-bordered": "Primer_Brand__Hero-module__Hero-imageContainer--inline-bordered___g8hqZ",
|
|
19
|
+
"Hero--variant-gridline": "Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh",
|
|
20
|
+
"Hero-media": "Primer_Brand__Hero-module__Hero-media___rM3qR",
|
|
21
|
+
"Hero-media--pos-block-end": "Primer_Brand__Hero-module__Hero-media--pos-block-end___6QShk",
|
|
22
|
+
"Hero-media-item--block-end": "Primer_Brand__Hero-module__Hero-media-item--block-end___RrUWM",
|
|
23
|
+
"Hero-imageWrapper-inner": "Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg",
|
|
24
|
+
"Hero-imageWrapper-inner--with-gridline": "Primer_Brand__Hero-module__Hero-imageWrapper-inner--with-gridline___fixm4",
|
|
25
|
+
"Hero-imageWrapper-inner--padded": "Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al",
|
|
26
|
+
"Hero-media--pos-block-end-padded": "Primer_Brand__Hero-module__Hero-media--pos-block-end-padded___VdZlI",
|
|
27
|
+
"Hero-grid--bordered-inline": "Primer_Brand__Hero-module__Hero-grid--bordered-inline___e_HR8",
|
|
28
|
+
"Hero--image-pos-inline": "Primer_Brand__Hero-module__Hero--image-pos-inline___fwJAZ",
|
|
29
|
+
"Hero-contentColumn--bordered-inline": "Primer_Brand__Hero-module__Hero-contentColumn--bordered-inline___2Dfrd",
|
|
30
|
+
"Hero-media--pos-inline": "Primer_Brand__Hero-module__Hero-media--pos-inline___TD4jr",
|
|
31
|
+
"Hero-media--pos-inline-padded": "Primer_Brand__Hero-module__Hero-media--pos-inline-padded___Uq4Xk",
|
|
32
|
+
"Hero-media-item--inline": "Primer_Brand__Hero-module__Hero-media-item--inline___3XHJG",
|
|
33
|
+
"Hero-video": "Primer_Brand__Hero-module__Hero-video___Ne5zN",
|
|
34
|
+
"Hero-media-item": "Primer_Brand__Hero-module__Hero-media-item___Ia3pn",
|
|
35
|
+
"Hero-label": "Primer_Brand__Hero-module__Hero-label___XJftM",
|
|
36
|
+
"Hero-heading": "Primer_Brand__Hero-module__Hero-heading___HMve3",
|
|
37
|
+
"Hero-heading--fullWidth": "Primer_Brand__Hero-module__Hero-heading--fullWidth___sJlnY",
|
|
38
|
+
"Hero-text-column--inline-gridline": "Primer_Brand__Hero-module__Hero-text-column--inline-gridline___gGhfi",
|
|
39
|
+
"Hero-description": "Primer_Brand__Hero-module__Hero-description___7raSC",
|
|
40
|
+
"Hero--variant-inline-gridline": "Primer_Brand__Hero-module__Hero--variant-inline-gridline___Jwjqy",
|
|
41
|
+
"Hero--variant-gridline-expressive": "Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3",
|
|
42
|
+
"Hero-trailing": "Primer_Brand__Hero-module__Hero-trailing____cadc",
|
|
43
|
+
"Hero-eyebrow": "Primer_Brand__Hero-module__Hero-eyebrow___mlxSE",
|
|
44
|
+
"Hero-video-poster-button": "Primer_Brand__Hero-module__Hero-video-poster-button___mtbvt",
|
|
45
|
+
"Hero-video-poster-image": "Primer_Brand__Hero-module__Hero-video-poster-image___ZP3Q5",
|
|
46
|
+
"Hero-video-poster-icon": "Primer_Brand__Hero-module__Hero-video-poster-icon___PfT4p",
|
|
47
|
+
"Hero-video-poster-header": "Primer_Brand__Hero-module__Hero-video-poster-header___13M9x",
|
|
48
|
+
"Hero-video-header-poster-icon": "Primer_Brand__Hero-module__Hero-video-header-poster-icon___tlEff",
|
|
49
|
+
"Hero-video-poster-text": "Primer_Brand__Hero-module__Hero-video-poster-text___4R755",
|
|
50
|
+
"Hero-grid--expressive": "Primer_Brand__Hero-module__Hero-grid--expressive___Lq5SC",
|
|
51
|
+
"Hero-expressive-header-column": "Primer_Brand__Hero-module__Hero-expressive-header-column___iq2TT",
|
|
52
|
+
"Hero-expressive-body-column": "Primer_Brand__Hero-module__Hero-expressive-body-column___Beyq_"
|
|
53
|
+
};
|
|
54
|
+
//#endregion
|
|
55
|
+
export { e as default };
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=Hero.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hero.module.js","names":[],"sources":["../../src/Hero/Hero.module.css"],"sourcesContent":[".Hero {\n display: flex;\n flex-direction: column;\n}\n\n.Hero--variant-default {\n padding: var(--brand-Hero-narrow-padding);\n}\n\n.Hero--align-start {\n align-items: flex-start;\n text-align: left;\n}\n\n.Hero--align-center {\n justify-items: center;\n align-items: center;\n text-align: center;\n}\n\n.Hero-grid {\n --brand-Grid-spacing-margin: 0;\n}\n\n.Hero-grid--contained {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n padding: var(--base-size-32);\n background-color: var(--brand-Hero-bgColor-gridlineGridInner); /* Unset by default - users can override if needed */\n}\n\n/* Prevents double-borders. We only apply the inline borders when the parent container is wide enough to show the full width. */\n@container (min-width: 1280px) {\n .Hero-grid--contained {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero-grid--block-end,\n.Hero-grid--inline-end {\n --brand-Grid-spacing-row: var(--base-size-40);\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-grid--contained {\n padding: var(--base-size-64);\n }\n\n .Hero-grid--block-end {\n --brand-Grid-spacing-row: var(--base-size-80);\n }\n}\n\n.Hero--align-center .Hero-actions {\n justify-content: center;\n}\n\n.Hero--align-center .Hero-content {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n.Hero-image {\n border-radius: var(--brand-borderRadius-medium);\n width: 100%;\n}\n\n.Hero-mediaContainer {\n width: 100%;\n height: 100%;\n display: flex;\n flex: 1;\n}\n\n.Hero-imageContainer--bg-subtle {\n background-color: var(--brand-color-canvas-subtle);\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n.Hero-imageContainer--inline-bg-padded {\n padding: var(--base-size-32);\n background-color: var(--brand-color-canvas-subtle);\n}\n\n.Hero-imageWrapper {\n width: 100%;\n display: flex;\n justify-content: center;\n}\n\n.Hero-imageWrapper--bg-subtle {\n border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n background-color: var(--brand-color-canvas-subtle);\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n.Hero-imageContainer--inline-bordered {\n background-color: var(--brand-color-canvas-subtle);\n display: flex;\n align-items: stretch;\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-imageContainer--inline-bordered {\n min-height: calc(600px - var(--base-size-24));\n }\n\n .Hero-imageWrapper--bg-subtle {\n padding: var(--base-size-64) var(--base-size-64) 0;\n }\n\n .Hero-imageContainer--inline-bg-padded {\n padding: var(--base-size-64);\n }\n}\n\n.Hero--variant-gridline {\n container-type: inline-size;\n width: 100%;\n}\n\n/* Shared media styles for images and videos */\n.Hero--variant-gridline .Hero-media {\n max-width: 1176px;\n margin-inline: auto;\n display: block;\n overflow: hidden;\n}\n\n.Hero--variant-gridline .Hero-media--pos-block-end {\n border-radius: var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0;\n}\n\n/* Applied directly to video/iframe elements for block-end position */\n.Hero-media-item--block-end {\n border-radius: var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0;\n}\n\n.Hero--variant-gridline .Hero-imageWrapper {\n border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n background-color: var(--brand-color-canvas-subtle);\n width: 100%;\n}\n\n.Hero--variant-gridline .Hero-imageWrapper-inner {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n@container (min-width: 1280px) {\n .Hero--variant-gridline .Hero-imageWrapper-inner--with-gridline {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero--variant-gridline .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-32);\n}\n\n.Hero-media--pos-block-end-padded {\n border-radius: var(--brand-borderRadius-medium);\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero--variant-gridline .Hero-imageWrapper-inner {\n padding: var(--base-size-64) var(--base-size-64) 0;\n }\n\n .Hero--variant-gridline .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-64);\n }\n}\n\n/* GridLine variant with inline (side-by-side) layout */\n.Hero-grid--bordered-inline {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-grid--bordered-inline {\n min-height: 440px;\n }\n}\n\n@container (min-width: 1280px) {\n .Hero-grid--bordered-inline {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero--variant-gridline.Hero--image-pos-inline {\n border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n}\n\n/* Text column styling for gridline inline positions */\n.Hero-contentColumn--bordered-inline {\n padding: var(--base-size-32);\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-contentColumn--bordered-inline {\n padding: var(--base-size-64);\n }\n}\n\n/* Media styling for gridline inline positions */\n\n/* Edge-to-edge inline media (no padding) - remove border radius */\n.Hero--variant-gridline .Hero-media--pos-inline:not(.Hero-media--pos-inline-padded) {\n border-radius: 0;\n}\n\n/* Applied directly to video/iframe elements for inline position */\n.Hero-media-item--inline {\n border-radius: 0;\n}\n\n/* Padded inline media - constrain size and center */\n.Hero--variant-gridline .Hero-media--pos-inline-padded {\n max-width: 100%;\n height: auto;\n align-self: center;\n}\n\n/* Image column styling now handled by .Hero-imageContainer--inline-bordered */\n\n.Hero-video {\n width: 100%;\n}\n\n/* Base styles for video/iframe media elements */\n.Hero-media-item {\n width: 100%;\n border-radius: var(--brand-borderRadius-large);\n}\n\n.Hero-label {\n text-transform: uppercase;\n letter-spacing: 1px;\n margin-block-end: var(--base-size-16);\n display: flex;\n align-items: center;\n}\n\n.Hero-heading {\n margin: 0;\n max-width: 924px;\n}\n\n.Hero-heading b {\n color: var(--brand-color-accent-primary);\n font-style: normal;\n font-weight: inherit;\n}\n\n.Hero-heading--fullWidth {\n max-width: unset;\n}\n\n.Hero-text-column--inline-gridline {\n height: 100%;\n}\n\n.Hero-description {\n margin: var(--base-size-24) 0 0;\n max-width: 600px;\n}\n\n.Hero--variant-inline-gridline .Hero-description {\n padding-block-start: var(--base-size-24);\n margin-block-start: auto;\n}\n\n.Hero-actions {\n margin-block-start: var(--base-size-32);\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n gap: var(--base-size-8) var(--base-size-16);\n}\n\n.Hero--variant-gridline-expressive .Hero-actions {\n align-items: stretch;\n gap: var(--base-size-8) var(--base-size-12);\n}\n\n.Hero-trailing {\n margin-block-start: var(--base-size-32);\n}\n\n.Hero-eyebrow {\n margin-block-end: var(--base-size-32);\n}\n\n/* Small breakpoint and up */\n@media screen and (min-width: 34rem) {\n .Hero--variant-default {\n padding: var(--brand-Hero-regular-padding);\n }\n}\n\n.Hero-video-poster-button {\n padding: 0;\n border: none;\n background: none;\n cursor: pointer;\n display: block;\n height: 100%;\n position: relative;\n line-height: 0;\n font-size: 0;\n width: 100%;\n}\n\n.Hero-video-poster-image {\n display: block;\n height: auto;\n width: 100%;\n}\n\n.Hero-video-poster-icon {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: var(--base-size-96);\n height: var(--base-size-96);\n z-index: 1;\n color: var(--base-color-scale-white-0);\n}\n\n.Hero-video-poster-header {\n position: absolute;\n inset: 0 0 auto;\n padding: var(--base-size-16) var(--base-size-24);\n background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));\n display: flex;\n align-items: center;\n gap: var(--base-size-16);\n height: var(--base-size-80);\n}\n\n.Hero-video-header-poster-icon,\n.Hero-video-poster-text {\n color: var(--base-color-scale-white-0);\n}\n\n/* ========================================\n Gridline-Expressive Variant\n ======================================== */\n\n.Hero--variant-gridline-expressive {\n container-type: inline-size;\n width: 100%;\n}\n\n/* Grid container for expressive variant */\n.Hero-grid--expressive {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n gap: 0;\n --brand-Grid-spacing-row: 0;\n}\n\n@container (min-width: 1280px) {\n .Hero-grid--expressive {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n/* Header column (eyebrow, heading) */\n.Hero-expressive-header-column {\n padding: var(--base-size-32);\n padding-block-end: var(--base-size-24);\n border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n display: flex;\n align-items: center;\n}\n\n/* Body column (description, actions, trailing) */\n.Hero-expressive-body-column {\n padding: var(--base-size-32);\n padding-block-start: var(--base-size-24);\n}\n\n.Hero--variant-gridline-expressive .Hero-description {\n margin-block-start: 0;\n}\n\n.Hero--variant-gridline-expressive .Hero-actions {\n margin-block-start: var(--base-size-24);\n}\n\n.Hero--variant-gridline-expressive .Hero-trailing {\n margin-block-start: var(--base-size-24);\n}\n\n/* Desktop: Side-by-side layout with vertical divider */\n@media screen and (min-width: 63.25rem) {\n .Hero-expressive-header-column {\n padding: var(--base-size-64);\n padding-inline-end: var(--base-size-64);\n border-block-end: none;\n border-inline-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n\n .Hero-expressive-body-column {\n padding: var(--base-size-64);\n padding-inline-start: var(--base-size-64);\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n }\n\n .Hero--variant-gridline-expressive .Hero-actions {\n margin-block-start: var(--base-size-32);\n }\n\n .Hero--variant-gridline-expressive .Hero-trailing {\n margin-block-start: var(--base-size-32);\n }\n}\n\n/* Media wrapper styles for gridline-expressive (same as gridline) */\n.Hero--variant-gridline-expressive .Hero-imageWrapper {\n border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n background-color: var(--brand-color-canvas-subtle);\n width: 100%;\n}\n\n.Hero--variant-gridline-expressive .Hero-imageWrapper-inner {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n@container (min-width: 1280px) {\n .Hero--variant-gridline-expressive .Hero-imageWrapper-inner--with-gridline {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero--variant-gridline-expressive .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-32);\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero--variant-gridline-expressive .Hero-imageWrapper-inner {\n padding: var(--base-size-64) var(--base-size-64) 0;\n }\n\n .Hero--variant-gridline-expressive .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-64);\n }\n}\n\n/* Shared media styles for gridline-expressive */\n.Hero--variant-gridline-expressive .Hero-media {\n max-width: 1176px;\n margin-inline: auto;\n display: block;\n overflow: hidden;\n}\n\n.Hero--variant-gridline-expressive .Hero-media--pos-block-end,\n.Hero--variant-gridline-expressive .Hero-image:not(.Hero-media--pos-block-end-padded) {\n border-radius: var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0;\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const HeroAlignOptions: readonly ["start", "center"];
|
|
3
|
+
export type HeroAlign = (typeof HeroAlignOptions)[number];
|
|
4
|
+
export declare const HeroVariantOptions: readonly ["default", "gridline", "gridline-expressive"];
|
|
5
|
+
export type HeroVariant = (typeof HeroVariantOptions)[number];
|
|
6
|
+
export declare const heroMediaPositions: readonly ["block-end", "block-end-padded", "inline-start", "inline-end", "inline-end-padded", "inline-start-padded"];
|
|
7
|
+
export declare const heroMediaInlinePositions: ("inline-end" | "inline-start" | "block-end" | "block-end-padded" | "inline-end-padded" | "inline-start-padded")[];
|
|
8
|
+
export type HeroMediaPositions = (typeof heroMediaPositions)[number];
|
|
9
|
+
export type HeroMediaInlinePositions = (typeof heroMediaInlinePositions)[number];
|
|
10
|
+
type HeroContextType = {
|
|
11
|
+
/**
|
|
12
|
+
* The active variant of the Hero component
|
|
13
|
+
*/
|
|
14
|
+
variant: HeroVariant;
|
|
15
|
+
/**
|
|
16
|
+
* The alignment of the Hero content
|
|
17
|
+
*/
|
|
18
|
+
align: HeroAlign;
|
|
19
|
+
/**
|
|
20
|
+
* Image position within the Hero
|
|
21
|
+
*/
|
|
22
|
+
imagePosition: HeroMediaPositions;
|
|
23
|
+
/**
|
|
24
|
+
* Hero.Image is an inline media position
|
|
25
|
+
*/
|
|
26
|
+
hasInlineMedia: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Whether animation is enabled for the Hero
|
|
29
|
+
*/
|
|
30
|
+
enableAnimation: boolean;
|
|
31
|
+
};
|
|
32
|
+
export declare const HeroContext: React.Context<HeroContextType | undefined>;
|
|
33
|
+
export declare const useHeroContext: () => HeroContextType;
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=HeroContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeroContext.d.ts","sourceRoot":"","sources":["../../src/Hero/HeroContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,gBAAgB,8BAA+B,CAAA;AAC5D,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAA;AAEzD,eAAO,MAAM,kBAAkB,yDAA0D,CAAA;AACzF,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAA;AAE7D,eAAO,MAAM,kBAAkB,sHAOrB,CAAA;AACV,eAAO,MAAM,wBAAwB,oHAA8D,CAAA;AACnG,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAA;AACpE,MAAM,MAAM,wBAAwB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAA;AAEhF,KAAK,eAAe,GAAG;IACrB;;OAEG;IACH,OAAO,EAAE,WAAW,CAAA;IACpB;;OAEG;IACH,KAAK,EAAE,SAAS,CAAA;IAChB;;OAEG;IACH,aAAa,EAAE,kBAAkB,CAAA;IACjC;;OAEG;IACH,cAAc,EAAE,OAAO,CAAA;IACvB;;OAEG;IACH,eAAe,EAAE,OAAO,CAAA;CACzB,CAAA;AAED,eAAO,MAAM,WAAW,4CAA8D,CAAA;AAEtF,eAAO,MAAM,cAAc,QAAO,eAOjC,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import e from "react";
|
|
2
|
+
var t = [
|
|
3
|
+
"block-end",
|
|
4
|
+
"block-end-padded",
|
|
5
|
+
"inline-start",
|
|
6
|
+
"inline-end",
|
|
7
|
+
"inline-end-padded",
|
|
8
|
+
"inline-start-padded"
|
|
9
|
+
].filter((e) => e.startsWith("inline-")), n = e.createContext(void 0), r = () => {
|
|
10
|
+
let t = e.useContext(n);
|
|
11
|
+
if (!t) throw Error("useHeroContext must be used within a HeroProvider");
|
|
12
|
+
return t;
|
|
13
|
+
};
|
|
14
|
+
//#endregion
|
|
15
|
+
export { n as HeroContext, t as heroMediaInlinePositions, r as useHeroContext };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=HeroContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeroContext.js","names":[],"sources":["../../src/Hero/HeroContext.ts"],"sourcesContent":["import React from 'react'\n\nexport const HeroAlignOptions = ['start', 'center'] as const\nexport type HeroAlign = (typeof HeroAlignOptions)[number]\n\nexport const HeroVariantOptions = ['default', 'gridline', 'gridline-expressive'] as const\nexport type HeroVariant = (typeof HeroVariantOptions)[number]\n\nexport const heroMediaPositions = [\n 'block-end',\n 'block-end-padded',\n 'inline-start',\n 'inline-end',\n 'inline-end-padded',\n 'inline-start-padded',\n] as const\nexport const heroMediaInlinePositions = heroMediaPositions.filter(pos => pos.startsWith('inline-'))\nexport type HeroMediaPositions = (typeof heroMediaPositions)[number]\nexport type HeroMediaInlinePositions = (typeof heroMediaInlinePositions)[number]\n\ntype HeroContextType = {\n /**\n * The active variant of the Hero component\n */\n variant: HeroVariant\n /**\n * The alignment of the Hero content\n */\n align: HeroAlign\n /**\n * Image position within the Hero\n */\n imagePosition: HeroMediaPositions\n /**\n * Hero.Image is an inline media position\n */\n hasInlineMedia: boolean\n /**\n * Whether animation is enabled for the Hero\n */\n enableAnimation: boolean\n}\n\nexport const HeroContext = React.createContext<HeroContextType | undefined>(undefined)\n\nexport const useHeroContext = (): HeroContextType => {\n const context = React.useContext(HeroContext)\n if (!context) {\n throw new Error('useHeroContext must be used within a HeroProvider')\n }\n\n return context\n}\n"],"mappings":";AAgBA,IAAa,IAA2B;CAPtC;CACA;CACA;CACA;CACA;CACA;CAEsC,CAAmB,QAAO,MAAO,EAAI,WAAW,UAAU,CAAC,EA2BtF,IAAc,EAAM,cAA2C,KAAA,EAAU,EAEzE,UAAwC;CACnD,IAAM,IAAU,EAAM,WAAW,EAAY;AAC7C,KAAI,CAAC,EACH,OAAU,MAAM,oDAAoD;AAGtE,QAAO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Hero/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}
|