@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,227 @@
|
|
|
1
|
+
import './Stack.module-ZIKnqNP_.css';var e = {
|
|
2
|
+
Stack: "Primer_Brand__Stack-module__Stack___kkChc",
|
|
3
|
+
"Stack--vertical": "Primer_Brand__Stack-module__Stack--vertical___bDZvE",
|
|
4
|
+
"Stack--horizontal": "Primer_Brand__Stack-module__Stack--horizontal___SffMX",
|
|
5
|
+
"Stack-narrow--vertical": "Primer_Brand__Stack-module__Stack-narrow--vertical___IAUDe",
|
|
6
|
+
"Stack-narrow--horizontal": "Primer_Brand__Stack-module__Stack-narrow--horizontal___2KaoW",
|
|
7
|
+
"Stack-regular--vertical": "Primer_Brand__Stack-module__Stack-regular--vertical___vd6L5",
|
|
8
|
+
"Stack-regular--horizontal": "Primer_Brand__Stack-module__Stack-regular--horizontal___s7IV3",
|
|
9
|
+
"Stack-wide--vertical": "Primer_Brand__Stack-module__Stack-wide--vertical___pr0cr",
|
|
10
|
+
"Stack-wide--horizontal": "Primer_Brand__Stack-module__Stack-wide--horizontal___2sAhE",
|
|
11
|
+
"Stack--gap-none": "Primer_Brand__Stack-module__Stack--gap-none___M7oco",
|
|
12
|
+
"Stack--gap-condensed": "Primer_Brand__Stack-module__Stack--gap-condensed___wITpD",
|
|
13
|
+
"Stack--gap-normal": "Primer_Brand__Stack-module__Stack--gap-normal___3_XTQ",
|
|
14
|
+
"Stack--gap-spacious": "Primer_Brand__Stack-module__Stack--gap-spacious___YWDRs",
|
|
15
|
+
"Stack--gap-4": "Primer_Brand__Stack-module__Stack--gap-4___DmtHd",
|
|
16
|
+
"Stack--gap-8": "Primer_Brand__Stack-module__Stack--gap-8___0tz6i",
|
|
17
|
+
"Stack--gap-12": "Primer_Brand__Stack-module__Stack--gap-12___hw3H6",
|
|
18
|
+
"Stack--gap-16": "Primer_Brand__Stack-module__Stack--gap-16___t6Ejn",
|
|
19
|
+
"Stack--gap-20": "Primer_Brand__Stack-module__Stack--gap-20___FbD_l",
|
|
20
|
+
"Stack--gap-24": "Primer_Brand__Stack-module__Stack--gap-24___aI3Ni",
|
|
21
|
+
"Stack--gap-28": "Primer_Brand__Stack-module__Stack--gap-28___kvqUN",
|
|
22
|
+
"Stack--gap-32": "Primer_Brand__Stack-module__Stack--gap-32___QcuiZ",
|
|
23
|
+
"Stack--gap-36": "Primer_Brand__Stack-module__Stack--gap-36___bzo72",
|
|
24
|
+
"Stack--gap-40": "Primer_Brand__Stack-module__Stack--gap-40____noq3",
|
|
25
|
+
"Stack--gap-44": "Primer_Brand__Stack-module__Stack--gap-44___E14a1",
|
|
26
|
+
"Stack--gap-48": "Primer_Brand__Stack-module__Stack--gap-48___4cXLL",
|
|
27
|
+
"Stack--gap-64": "Primer_Brand__Stack-module__Stack--gap-64___Jc3_y",
|
|
28
|
+
"Stack--gap-80": "Primer_Brand__Stack-module__Stack--gap-80___L08Xx",
|
|
29
|
+
"Stack--gap-96": "Primer_Brand__Stack-module__Stack--gap-96___akgBJ",
|
|
30
|
+
"Stack--gap-112": "Primer_Brand__Stack-module__Stack--gap-112___E8Grv",
|
|
31
|
+
"Stack--gap-128": "Primer_Brand__Stack-module__Stack--gap-128___SVUO1",
|
|
32
|
+
"Stack-narrow--gap-none": "Primer_Brand__Stack-module__Stack-narrow--gap-none___YrNLI",
|
|
33
|
+
"Stack-narrow--gap-condensed": "Primer_Brand__Stack-module__Stack-narrow--gap-condensed___1jfe1",
|
|
34
|
+
"Stack-narrow--gap-normal": "Primer_Brand__Stack-module__Stack-narrow--gap-normal___j5C5u",
|
|
35
|
+
"Stack-narrow--gap-spacious": "Primer_Brand__Stack-module__Stack-narrow--gap-spacious___7yaBE",
|
|
36
|
+
"Stack--padding-none": "Primer_Brand__Stack-module__Stack--padding-none___YsKYp",
|
|
37
|
+
"Stack--padding-condensed": "Primer_Brand__Stack-module__Stack--padding-condensed___NyPEM",
|
|
38
|
+
"Stack--padding-normal": "Primer_Brand__Stack-module__Stack--padding-normal___Z7YWq",
|
|
39
|
+
"Stack--padding-spacious": "Primer_Brand__Stack-module__Stack--padding-spacious___HCbMd",
|
|
40
|
+
"Stack--padding-4": "Primer_Brand__Stack-module__Stack--padding-4____FXLn",
|
|
41
|
+
"Stack--padding-8": "Primer_Brand__Stack-module__Stack--padding-8___mfgwT",
|
|
42
|
+
"Stack--padding-12": "Primer_Brand__Stack-module__Stack--padding-12___xAM4B",
|
|
43
|
+
"Stack--padding-16": "Primer_Brand__Stack-module__Stack--padding-16___XZRrW",
|
|
44
|
+
"Stack--padding-20": "Primer_Brand__Stack-module__Stack--padding-20___4KQLU",
|
|
45
|
+
"Stack--padding-24": "Primer_Brand__Stack-module__Stack--padding-24___xwvS5",
|
|
46
|
+
"Stack--padding-28": "Primer_Brand__Stack-module__Stack--padding-28___RzzNL",
|
|
47
|
+
"Stack--padding-32": "Primer_Brand__Stack-module__Stack--padding-32___wkcqe",
|
|
48
|
+
"Stack--padding-36": "Primer_Brand__Stack-module__Stack--padding-36___LSie5",
|
|
49
|
+
"Stack--padding-40": "Primer_Brand__Stack-module__Stack--padding-40___VqBeq",
|
|
50
|
+
"Stack--padding-44": "Primer_Brand__Stack-module__Stack--padding-44___mm4AF",
|
|
51
|
+
"Stack--padding-48": "Primer_Brand__Stack-module__Stack--padding-48___t1OLR",
|
|
52
|
+
"Stack--padding-64": "Primer_Brand__Stack-module__Stack--padding-64___V2DFf",
|
|
53
|
+
"Stack--padding-80": "Primer_Brand__Stack-module__Stack--padding-80___hoHKh",
|
|
54
|
+
"Stack--padding-96": "Primer_Brand__Stack-module__Stack--padding-96___aJNAL",
|
|
55
|
+
"Stack--padding-112": "Primer_Brand__Stack-module__Stack--padding-112___4_E_r",
|
|
56
|
+
"Stack--padding-128": "Primer_Brand__Stack-module__Stack--padding-128___pxk0j",
|
|
57
|
+
"Stack-narrow--padding-none": "Primer_Brand__Stack-module__Stack-narrow--padding-none___XJ0bB",
|
|
58
|
+
"Stack-narrow--padding-condensed": "Primer_Brand__Stack-module__Stack-narrow--padding-condensed___ev3AN",
|
|
59
|
+
"Stack-narrow--padding-normal": "Primer_Brand__Stack-module__Stack-narrow--padding-normal___Nzmce",
|
|
60
|
+
"Stack-narrow--padding-spacious": "Primer_Brand__Stack-module__Stack-narrow--padding-spacious___mCH98",
|
|
61
|
+
"Stack-narrow--padding-4": "Primer_Brand__Stack-module__Stack-narrow--padding-4___q19rQ",
|
|
62
|
+
"Stack-narrow--padding-8": "Primer_Brand__Stack-module__Stack-narrow--padding-8___kcIyl",
|
|
63
|
+
"Stack-narrow--padding-12": "Primer_Brand__Stack-module__Stack-narrow--padding-12___XMlJ1",
|
|
64
|
+
"Stack-narrow--padding-16": "Primer_Brand__Stack-module__Stack-narrow--padding-16___8SqCc",
|
|
65
|
+
"Stack-narrow--padding-20": "Primer_Brand__Stack-module__Stack-narrow--padding-20___UHjCb",
|
|
66
|
+
"Stack-narrow--padding-24": "Primer_Brand__Stack-module__Stack-narrow--padding-24____i12s",
|
|
67
|
+
"Stack-narrow--padding-28": "Primer_Brand__Stack-module__Stack-narrow--padding-28___u0yWu",
|
|
68
|
+
"Stack-narrow--padding-32": "Primer_Brand__Stack-module__Stack-narrow--padding-32___zqRGI",
|
|
69
|
+
"Stack-narrow--padding-36": "Primer_Brand__Stack-module__Stack-narrow--padding-36___lGKdp",
|
|
70
|
+
"Stack-narrow--padding-40": "Primer_Brand__Stack-module__Stack-narrow--padding-40___atyPw",
|
|
71
|
+
"Stack-narrow--padding-44": "Primer_Brand__Stack-module__Stack-narrow--padding-44___OVq8j",
|
|
72
|
+
"Stack-narrow--padding-48": "Primer_Brand__Stack-module__Stack-narrow--padding-48___nCssn",
|
|
73
|
+
"Stack-narrow--padding-64": "Primer_Brand__Stack-module__Stack-narrow--padding-64___0f2_2",
|
|
74
|
+
"Stack-narrow--padding-80": "Primer_Brand__Stack-module__Stack-narrow--padding-80___5zWH_",
|
|
75
|
+
"Stack-narrow--padding-96": "Primer_Brand__Stack-module__Stack-narrow--padding-96___uTd_u",
|
|
76
|
+
"Stack-narrow--padding-112": "Primer_Brand__Stack-module__Stack-narrow--padding-112___pF7Tf",
|
|
77
|
+
"Stack-narrow--padding-128": "Primer_Brand__Stack-module__Stack-narrow--padding-128___5p0JU",
|
|
78
|
+
"Stack-narrow--gap-4": "Primer_Brand__Stack-module__Stack-narrow--gap-4___6moeR",
|
|
79
|
+
"Stack-narrow--gap-8": "Primer_Brand__Stack-module__Stack-narrow--gap-8___ZnKF3",
|
|
80
|
+
"Stack-narrow--gap-12": "Primer_Brand__Stack-module__Stack-narrow--gap-12___wppH_",
|
|
81
|
+
"Stack-narrow--gap-16": "Primer_Brand__Stack-module__Stack-narrow--gap-16___NtSXw",
|
|
82
|
+
"Stack-narrow--gap-20": "Primer_Brand__Stack-module__Stack-narrow--gap-20___pCp05",
|
|
83
|
+
"Stack-narrow--gap-24": "Primer_Brand__Stack-module__Stack-narrow--gap-24___d9_7X",
|
|
84
|
+
"Stack-narrow--gap-28": "Primer_Brand__Stack-module__Stack-narrow--gap-28___yydXA",
|
|
85
|
+
"Stack-narrow--gap-32": "Primer_Brand__Stack-module__Stack-narrow--gap-32___uIKIR",
|
|
86
|
+
"Stack-narrow--gap-36": "Primer_Brand__Stack-module__Stack-narrow--gap-36___j5Zvi",
|
|
87
|
+
"Stack-narrow--gap-40": "Primer_Brand__Stack-module__Stack-narrow--gap-40___XyNCt",
|
|
88
|
+
"Stack-narrow--gap-44": "Primer_Brand__Stack-module__Stack-narrow--gap-44___IooME",
|
|
89
|
+
"Stack-narrow--gap-48": "Primer_Brand__Stack-module__Stack-narrow--gap-48___9Ri5H",
|
|
90
|
+
"Stack-narrow--gap-64": "Primer_Brand__Stack-module__Stack-narrow--gap-64___f5a6m",
|
|
91
|
+
"Stack-narrow--gap-80": "Primer_Brand__Stack-module__Stack-narrow--gap-80___t8fnj",
|
|
92
|
+
"Stack-narrow--gap-96": "Primer_Brand__Stack-module__Stack-narrow--gap-96___kupcP",
|
|
93
|
+
"Stack-narrow--gap-112": "Primer_Brand__Stack-module__Stack-narrow--gap-112____ZzLO",
|
|
94
|
+
"Stack-narrow--gap-128": "Primer_Brand__Stack-module__Stack-narrow--gap-128___Zrn34",
|
|
95
|
+
"Stack-regular--gap-none": "Primer_Brand__Stack-module__Stack-regular--gap-none___84Qcx",
|
|
96
|
+
"Stack-regular--gap-condensed": "Primer_Brand__Stack-module__Stack-regular--gap-condensed___nXEjo",
|
|
97
|
+
"Stack-regular--gap-normal": "Primer_Brand__Stack-module__Stack-regular--gap-normal___4AJ0b",
|
|
98
|
+
"Stack-regular--gap-spacious": "Primer_Brand__Stack-module__Stack-regular--gap-spacious___5ovu5",
|
|
99
|
+
"Stack-regular--gap-4": "Primer_Brand__Stack-module__Stack-regular--gap-4___8q5d5",
|
|
100
|
+
"Stack-regular--gap-8": "Primer_Brand__Stack-module__Stack-regular--gap-8___ruGAD",
|
|
101
|
+
"Stack-regular--gap-12": "Primer_Brand__Stack-module__Stack-regular--gap-12___pkc6_",
|
|
102
|
+
"Stack-regular--gap-16": "Primer_Brand__Stack-module__Stack-regular--gap-16___Cyxjb",
|
|
103
|
+
"Stack-regular--gap-20": "Primer_Brand__Stack-module__Stack-regular--gap-20___C8Szl",
|
|
104
|
+
"Stack-regular--gap-24": "Primer_Brand__Stack-module__Stack-regular--gap-24___JTvNO",
|
|
105
|
+
"Stack-regular--gap-28": "Primer_Brand__Stack-module__Stack-regular--gap-28___jwMPq",
|
|
106
|
+
"Stack-regular--gap-32": "Primer_Brand__Stack-module__Stack-regular--gap-32___e6bgD",
|
|
107
|
+
"Stack-regular--gap-36": "Primer_Brand__Stack-module__Stack-regular--gap-36___gC2Bo",
|
|
108
|
+
"Stack-regular--gap-40": "Primer_Brand__Stack-module__Stack-regular--gap-40___NYqUy",
|
|
109
|
+
"Stack-regular--gap-44": "Primer_Brand__Stack-module__Stack-regular--gap-44___b_NET",
|
|
110
|
+
"Stack-regular--gap-48": "Primer_Brand__Stack-module__Stack-regular--gap-48___QaR_m",
|
|
111
|
+
"Stack-regular--gap-64": "Primer_Brand__Stack-module__Stack-regular--gap-64___xCaJe",
|
|
112
|
+
"Stack-regular--gap-80": "Primer_Brand__Stack-module__Stack-regular--gap-80___rhDhC",
|
|
113
|
+
"Stack-regular--gap-96": "Primer_Brand__Stack-module__Stack-regular--gap-96___Ts_06",
|
|
114
|
+
"Stack-regular--gap-112": "Primer_Brand__Stack-module__Stack-regular--gap-112___eHocK",
|
|
115
|
+
"Stack-regular--gap-128": "Primer_Brand__Stack-module__Stack-regular--gap-128___uidMP",
|
|
116
|
+
"Stack-regular--padding-none": "Primer_Brand__Stack-module__Stack-regular--padding-none___BcPTQ",
|
|
117
|
+
"Stack-regular--padding-condensed": "Primer_Brand__Stack-module__Stack-regular--padding-condensed___Wd_3A",
|
|
118
|
+
"Stack-regular--padding-normal": "Primer_Brand__Stack-module__Stack-regular--padding-normal___f3Joq",
|
|
119
|
+
"Stack-regular--padding-spacious": "Primer_Brand__Stack-module__Stack-regular--padding-spacious___xzuU0",
|
|
120
|
+
"Stack-regular--padding-4": "Primer_Brand__Stack-module__Stack-regular--padding-4___pEH4Z",
|
|
121
|
+
"Stack-regular--padding-8": "Primer_Brand__Stack-module__Stack-regular--padding-8___UbyXY",
|
|
122
|
+
"Stack-regular--padding-12": "Primer_Brand__Stack-module__Stack-regular--padding-12___UQK__",
|
|
123
|
+
"Stack-regular--padding-16": "Primer_Brand__Stack-module__Stack-regular--padding-16___Y62Pz",
|
|
124
|
+
"Stack-regular--padding-20": "Primer_Brand__Stack-module__Stack-regular--padding-20___wLP_s",
|
|
125
|
+
"Stack-regular--padding-24": "Primer_Brand__Stack-module__Stack-regular--padding-24___J5NFg",
|
|
126
|
+
"Stack-regular--padding-28": "Primer_Brand__Stack-module__Stack-regular--padding-28___LaSVD",
|
|
127
|
+
"Stack-regular--padding-32": "Primer_Brand__Stack-module__Stack-regular--padding-32___L0_VX",
|
|
128
|
+
"Stack-regular--padding-36": "Primer_Brand__Stack-module__Stack-regular--padding-36___o5wDc",
|
|
129
|
+
"Stack-regular--padding-40": "Primer_Brand__Stack-module__Stack-regular--padding-40___cb5NW",
|
|
130
|
+
"Stack-regular--padding-44": "Primer_Brand__Stack-module__Stack-regular--padding-44___DEz_q",
|
|
131
|
+
"Stack-regular--padding-48": "Primer_Brand__Stack-module__Stack-regular--padding-48___MqcFN",
|
|
132
|
+
"Stack-regular--padding-64": "Primer_Brand__Stack-module__Stack-regular--padding-64___S3iI3",
|
|
133
|
+
"Stack-regular--padding-80": "Primer_Brand__Stack-module__Stack-regular--padding-80___8eVDK",
|
|
134
|
+
"Stack-regular--padding-96": "Primer_Brand__Stack-module__Stack-regular--padding-96___T3v7i",
|
|
135
|
+
"Stack-regular--padding-112": "Primer_Brand__Stack-module__Stack-regular--padding-112___7YpRg",
|
|
136
|
+
"Stack-regular--padding-128": "Primer_Brand__Stack-module__Stack-regular--padding-128___ibsTw",
|
|
137
|
+
"Stack-wide--gap-none": "Primer_Brand__Stack-module__Stack-wide--gap-none___ajgTL",
|
|
138
|
+
"Stack-wide--gap-condensed": "Primer_Brand__Stack-module__Stack-wide--gap-condensed___kzJ6N",
|
|
139
|
+
"Stack-wide--gap-normal": "Primer_Brand__Stack-module__Stack-wide--gap-normal___2URL1",
|
|
140
|
+
"Stack-wide--gap-spacious": "Primer_Brand__Stack-module__Stack-wide--gap-spacious___PE_on",
|
|
141
|
+
"Stack-wide--gap-4": "Primer_Brand__Stack-module__Stack-wide--gap-4___3nPEs",
|
|
142
|
+
"Stack-wide--gap-8": "Primer_Brand__Stack-module__Stack-wide--gap-8___FHaOS",
|
|
143
|
+
"Stack-wide--gap-12": "Primer_Brand__Stack-module__Stack-wide--gap-12___f5Wii",
|
|
144
|
+
"Stack-wide--gap-16": "Primer_Brand__Stack-module__Stack-wide--gap-16___vdqL4",
|
|
145
|
+
"Stack-wide--gap-20": "Primer_Brand__Stack-module__Stack-wide--gap-20___3YbbY",
|
|
146
|
+
"Stack-wide--gap-24": "Primer_Brand__Stack-module__Stack-wide--gap-24___o2aeb",
|
|
147
|
+
"Stack-wide--gap-28": "Primer_Brand__Stack-module__Stack-wide--gap-28___g5SFZ",
|
|
148
|
+
"Stack-wide--gap-32": "Primer_Brand__Stack-module__Stack-wide--gap-32___7KZhL",
|
|
149
|
+
"Stack-wide--gap-36": "Primer_Brand__Stack-module__Stack-wide--gap-36___mWJFS",
|
|
150
|
+
"Stack-wide--gap-40": "Primer_Brand__Stack-module__Stack-wide--gap-40___wZvNo",
|
|
151
|
+
"Stack-wide--gap-44": "Primer_Brand__Stack-module__Stack-wide--gap-44___oH_Yw",
|
|
152
|
+
"Stack-wide--gap-48": "Primer_Brand__Stack-module__Stack-wide--gap-48___IbC9F",
|
|
153
|
+
"Stack-wide--gap-64": "Primer_Brand__Stack-module__Stack-wide--gap-64___xC__G",
|
|
154
|
+
"Stack-wide--gap-80": "Primer_Brand__Stack-module__Stack-wide--gap-80___1QMyu",
|
|
155
|
+
"Stack-wide--gap-96": "Primer_Brand__Stack-module__Stack-wide--gap-96___wRoRW",
|
|
156
|
+
"Stack-wide--gap-112": "Primer_Brand__Stack-module__Stack-wide--gap-112___MQg4d",
|
|
157
|
+
"Stack-wide--gap-128": "Primer_Brand__Stack-module__Stack-wide--gap-128___YfFMR",
|
|
158
|
+
"Stack-wide--padding-none": "Primer_Brand__Stack-module__Stack-wide--padding-none___hcJOP",
|
|
159
|
+
"Stack-wide--padding-condensed": "Primer_Brand__Stack-module__Stack-wide--padding-condensed___N3J0E",
|
|
160
|
+
"Stack-wide--padding-normal": "Primer_Brand__Stack-module__Stack-wide--padding-normal___pjnIB",
|
|
161
|
+
"Stack-wide--padding-spacious": "Primer_Brand__Stack-module__Stack-wide--padding-spacious___cFQHO",
|
|
162
|
+
"Stack-wide--padding-4": "Primer_Brand__Stack-module__Stack-wide--padding-4___muYDs",
|
|
163
|
+
"Stack-wide--padding-8": "Primer_Brand__Stack-module__Stack-wide--padding-8___6YlEO",
|
|
164
|
+
"Stack-wide--padding-12": "Primer_Brand__Stack-module__Stack-wide--padding-12___7KdnN",
|
|
165
|
+
"Stack-wide--padding-16": "Primer_Brand__Stack-module__Stack-wide--padding-16___M5zuV",
|
|
166
|
+
"Stack-wide--padding-20": "Primer_Brand__Stack-module__Stack-wide--padding-20___I5zX2",
|
|
167
|
+
"Stack-wide--padding-24": "Primer_Brand__Stack-module__Stack-wide--padding-24___GooBy",
|
|
168
|
+
"Stack-wide--padding-28": "Primer_Brand__Stack-module__Stack-wide--padding-28___tZ7sr",
|
|
169
|
+
"Stack-wide--padding-32": "Primer_Brand__Stack-module__Stack-wide--padding-32___4jLoz",
|
|
170
|
+
"Stack-wide--padding-36": "Primer_Brand__Stack-module__Stack-wide--padding-36___aIhUT",
|
|
171
|
+
"Stack-wide--padding-40": "Primer_Brand__Stack-module__Stack-wide--padding-40___4WmEN",
|
|
172
|
+
"Stack-wide--padding-44": "Primer_Brand__Stack-module__Stack-wide--padding-44___LlwnC",
|
|
173
|
+
"Stack-wide--padding-48": "Primer_Brand__Stack-module__Stack-wide--padding-48___JEKfb",
|
|
174
|
+
"Stack-wide--padding-64": "Primer_Brand__Stack-module__Stack-wide--padding-64___ltiCt",
|
|
175
|
+
"Stack-wide--padding-80": "Primer_Brand__Stack-module__Stack-wide--padding-80___uLiYs",
|
|
176
|
+
"Stack-wide--padding-96": "Primer_Brand__Stack-module__Stack-wide--padding-96____jNjX",
|
|
177
|
+
"Stack-wide--padding-112": "Primer_Brand__Stack-module__Stack-wide--padding-112___LSUS8",
|
|
178
|
+
"Stack-wide--padding-128": "Primer_Brand__Stack-module__Stack-wide--padding-128___KHUZL",
|
|
179
|
+
"Stack--align-items-flex-end": "Primer_Brand__Stack-module__Stack--align-items-flex-end___hbt2y",
|
|
180
|
+
"Stack--align-items-flex-start": "Primer_Brand__Stack-module__Stack--align-items-flex-start___toOez",
|
|
181
|
+
"Stack--align-items-center": "Primer_Brand__Stack-module__Stack--align-items-center___mSuT6",
|
|
182
|
+
"Stack-narrow--align-items-flex-end": "Primer_Brand__Stack-module__Stack-narrow--align-items-flex-end___Ge2P6",
|
|
183
|
+
"Stack-narrow--align-items-flex-start": "Primer_Brand__Stack-module__Stack-narrow--align-items-flex-start___hoXcB",
|
|
184
|
+
"Stack-narrow--align-items-center": "Primer_Brand__Stack-module__Stack-narrow--align-items-center___lhASm",
|
|
185
|
+
"Stack-regular--align-items-flex-end": "Primer_Brand__Stack-module__Stack-regular--align-items-flex-end___bvlKf",
|
|
186
|
+
"Stack-regular--align-items-flex-start": "Primer_Brand__Stack-module__Stack-regular--align-items-flex-start___AfvRV",
|
|
187
|
+
"Stack-regular--align-items-center": "Primer_Brand__Stack-module__Stack-regular--align-items-center___otAWC",
|
|
188
|
+
"Stack-wide--align-items-flex-end": "Primer_Brand__Stack-module__Stack-wide--align-items-flex-end___ujXDY",
|
|
189
|
+
"Stack-wide--align-items-flex-start": "Primer_Brand__Stack-module__Stack-wide--align-items-flex-start___cXAgb",
|
|
190
|
+
"Stack-wide--align-items-center": "Primer_Brand__Stack-module__Stack-wide--align-items-center___aZ__N",
|
|
191
|
+
"Stack--justify-content-flex-end": "Primer_Brand__Stack-module__Stack--justify-content-flex-end___48DQ2",
|
|
192
|
+
"Stack--justify-content-flex-start": "Primer_Brand__Stack-module__Stack--justify-content-flex-start___RqQ_5",
|
|
193
|
+
"Stack--justify-content-center": "Primer_Brand__Stack-module__Stack--justify-content-center___0h6jn",
|
|
194
|
+
"Stack--justify-content-space-between": "Primer_Brand__Stack-module__Stack--justify-content-space-between___ntQDP",
|
|
195
|
+
"Stack--justify-content-space-evenly": "Primer_Brand__Stack-module__Stack--justify-content-space-evenly___bIDDs",
|
|
196
|
+
"Stack--justify-content-space-around": "Primer_Brand__Stack-module__Stack--justify-content-space-around___yUAvd",
|
|
197
|
+
"Stack-narrow--justify-content-flex-end": "Primer_Brand__Stack-module__Stack-narrow--justify-content-flex-end___Z57le",
|
|
198
|
+
"Stack-narrow--justify-content-flex-start": "Primer_Brand__Stack-module__Stack-narrow--justify-content-flex-start___fDidq",
|
|
199
|
+
"Stack-narrow--justify-content-center": "Primer_Brand__Stack-module__Stack-narrow--justify-content-center___uHqFo",
|
|
200
|
+
"Stack-narrow--justify-content-space-between": "Primer_Brand__Stack-module__Stack-narrow--justify-content-space-between___g6N5s",
|
|
201
|
+
"Stack-narrow--justify-content-space-evenly": "Primer_Brand__Stack-module__Stack-narrow--justify-content-space-evenly___apJam",
|
|
202
|
+
"Stack-narrow--justify-content-space-around": "Primer_Brand__Stack-module__Stack-narrow--justify-content-space-around___hPKro",
|
|
203
|
+
"Stack-regular--justify-content-flex-end": "Primer_Brand__Stack-module__Stack-regular--justify-content-flex-end___Frx0I",
|
|
204
|
+
"Stack-regular--justify-content-flex-start": "Primer_Brand__Stack-module__Stack-regular--justify-content-flex-start___O6P7s",
|
|
205
|
+
"Stack-regular--justify-content-center": "Primer_Brand__Stack-module__Stack-regular--justify-content-center___h0_dy",
|
|
206
|
+
"Stack-regular--justify-content-space-between": "Primer_Brand__Stack-module__Stack-regular--justify-content-space-between___zGjlD",
|
|
207
|
+
"Stack-regular--justify-content-space-evenly": "Primer_Brand__Stack-module__Stack-regular--justify-content-space-evenly___Hkq1Z",
|
|
208
|
+
"Stack-regular--justify-content-space-around": "Primer_Brand__Stack-module__Stack-regular--justify-content-space-around___aSXvQ",
|
|
209
|
+
"Stack-wide--justify-content-flex-end": "Primer_Brand__Stack-module__Stack-wide--justify-content-flex-end___SIG6M",
|
|
210
|
+
"Stack-wide--justify-content-flex-start": "Primer_Brand__Stack-module__Stack-wide--justify-content-flex-start___HdgK5",
|
|
211
|
+
"Stack-wide--justify-content-center": "Primer_Brand__Stack-module__Stack-wide--justify-content-center___OD2Wf",
|
|
212
|
+
"Stack-wide--justify-content-space-between": "Primer_Brand__Stack-module__Stack-wide--justify-content-space-between___DDCkb",
|
|
213
|
+
"Stack-wide--justify-content-space-evenly": "Primer_Brand__Stack-module__Stack-wide--justify-content-space-evenly___PICqP",
|
|
214
|
+
"Stack-wide--justify-content-space-around": "Primer_Brand__Stack-module__Stack-wide--justify-content-space-around___sIOQP",
|
|
215
|
+
"Stack-flexWrap--wrap": "Primer_Brand__Stack-module__Stack-flexWrap--wrap___uuc8B",
|
|
216
|
+
"Stack-flexWrap--no-wrap": "Primer_Brand__Stack-module__Stack-flexWrap--no-wrap___kv7Fm",
|
|
217
|
+
"Stack-narrow-flexWrap--wrap": "Primer_Brand__Stack-module__Stack-narrow-flexWrap--wrap___SQOmL",
|
|
218
|
+
"Stack-narrow-flexWrap--no-wrap": "Primer_Brand__Stack-module__Stack-narrow-flexWrap--no-wrap___aoyQB",
|
|
219
|
+
"Stack-regular-flexWrap--wrap": "Primer_Brand__Stack-module__Stack-regular-flexWrap--wrap___LTrer",
|
|
220
|
+
"Stack-regular-flexWrap--no-wrap": "Primer_Brand__Stack-module__Stack-regular-flexWrap--no-wrap___g3lo_",
|
|
221
|
+
"Stack-wide-flexWrap--wrap": "Primer_Brand__Stack-module__Stack-wide-flexWrap--wrap___sBzMn",
|
|
222
|
+
"Stack-wide-flexWrap--no-wrap": "Primer_Brand__Stack-module__Stack-wide-flexWrap--no-wrap___7PGRZ"
|
|
223
|
+
};
|
|
224
|
+
//#endregion
|
|
225
|
+
export { e as default };
|
|
226
|
+
|
|
227
|
+
//# sourceMappingURL=Stack.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stack.module.js","names":[],"sources":["../../src/Stack/Stack.module.css"],"sourcesContent":[".Stack {\n display: flex;\n}\n\n/*\n * Direction\n */\n.Stack--vertical {\n flex-direction: column;\n}\n\n.Stack--horizontal {\n flex-direction: row;\n}\n\n.Stack-narrow--vertical {\n flex-direction: column;\n}\n\n.Stack-narrow--horizontal {\n flex-direction: row;\n}\n\n@media screen and (min-width: 48rem) {\n .Stack-regular--vertical {\n flex-direction: column;\n }\n\n .Stack-regular--horizontal {\n flex-direction: row;\n }\n}\n\n@media screen and (min-width: 80rem) {\n .Stack-wide--vertical {\n flex-direction: column;\n }\n\n .Stack-wide--horizontal {\n flex-direction: row;\n }\n}\n\n/*\n * Gap and padding\n */\n.Stack--gap-none {\n gap: 0;\n}\n\n.Stack--gap-condensed {\n gap: var(--brand-stack-gap-condensed);\n}\n\n.Stack--gap-normal {\n gap: var(--brand-stack-gap-normal);\n}\n\n.Stack--gap-spacious {\n gap: var(--brand-stack-gap-spacious);\n}\n\n.Stack--gap-4 {\n gap: var(--base-size-4);\n}\n.Stack--gap-8 {\n gap: var(--base-size-8);\n}\n.Stack--gap-12 {\n gap: var(--base-size-12);\n}\n.Stack--gap-16 {\n gap: var(--base-size-16);\n}\n.Stack--gap-20 {\n gap: var(--base-size-20);\n}\n.Stack--gap-24 {\n gap: var(--base-size-24);\n}\n.Stack--gap-28 {\n gap: var(--base-size-28);\n}\n.Stack--gap-32 {\n gap: var(--base-size-32);\n}\n.Stack--gap-36 {\n gap: var(--base-size-36);\n}\n.Stack--gap-40 {\n gap: var(--base-size-40);\n}\n.Stack--gap-44 {\n gap: var(--base-size-44);\n}\n.Stack--gap-48 {\n gap: var(--base-size-48);\n}\n.Stack--gap-64 {\n gap: var(--base-size-64);\n}\n.Stack--gap-80 {\n gap: var(--base-size-80);\n}\n.Stack--gap-96 {\n gap: var(--base-size-96);\n}\n.Stack--gap-112 {\n gap: var(--base-size-112);\n}\n.Stack--gap-128 {\n gap: var(--base-size-128);\n}\n\n.Stack-narrow--gap-none {\n gap: 0;\n}\n\n.Stack-narrow--gap-condensed {\n gap: var(--brand-stack-gap-condensed);\n}\n\n.Stack-narrow--gap-normal {\n gap: var(--brand-stack-gap-normal);\n}\n\n.Stack-narrow--gap-spacious {\n gap: var(--brand-stack-gap-spacious);\n}\n\n.Stack--padding-none {\n padding: 0;\n}\n\n.Stack--padding-condensed {\n padding: var(--brand-stack-padding-condensed);\n}\n\n.Stack--padding-normal {\n padding: var(--brand-stack-padding-normal);\n}\n\n.Stack--padding-spacious {\n padding: var(--brand-stack-padding-spacious);\n}\n\n.Stack--padding-4 {\n padding: var(--base-size-4);\n}\n.Stack--padding-8 {\n padding: var(--base-size-8);\n}\n.Stack--padding-12 {\n padding: var(--base-size-12);\n}\n.Stack--padding-16 {\n padding: var(--base-size-16);\n}\n.Stack--padding-20 {\n padding: var(--base-size-20);\n}\n.Stack--padding-24 {\n padding: var(--base-size-24);\n}\n.Stack--padding-28 {\n padding: var(--base-size-28);\n}\n.Stack--padding-32 {\n padding: var(--base-size-32);\n}\n.Stack--padding-36 {\n padding: var(--base-size-36);\n}\n.Stack--padding-40 {\n padding: var(--base-size-40);\n}\n.Stack--padding-44 {\n padding: var(--base-size-44);\n}\n.Stack--padding-48 {\n padding: var(--base-size-48);\n}\n.Stack--padding-64 {\n padding: var(--base-size-64);\n}\n.Stack--padding-80 {\n padding: var(--base-size-80);\n}\n.Stack--padding-96 {\n padding: var(--base-size-96);\n}\n.Stack--padding-112 {\n padding: var(--base-size-112);\n}\n.Stack--padding-128 {\n padding: var(--base-size-128);\n}\n\n.Stack-narrow--padding-none {\n padding: 0;\n}\n\n.Stack-narrow--padding-condensed {\n padding: var(--brand-stack-padding-condensed);\n}\n\n.Stack-narrow--padding-normal {\n padding: var(--brand-stack-padding-normal);\n}\n\n.Stack-narrow--padding-spacious {\n padding: var(--brand-stack-padding-spacious);\n}\n\n.Stack-narrow--padding-4 {\n padding: var(--base-size-4);\n}\n.Stack-narrow--padding-8 {\n padding: var(--base-size-8);\n}\n.Stack-narrow--padding-12 {\n padding: var(--base-size-12);\n}\n.Stack-narrow--padding-16 {\n padding: var(--base-size-16);\n}\n.Stack-narrow--padding-20 {\n padding: var(--base-size-20);\n}\n.Stack-narrow--padding-24 {\n padding: var(--base-size-24);\n}\n.Stack-narrow--padding-28 {\n padding: var(--base-size-28);\n}\n.Stack-narrow--padding-32 {\n padding: var(--base-size-32);\n}\n.Stack-narrow--padding-36 {\n padding: var(--base-size-36);\n}\n.Stack-narrow--padding-40 {\n padding: var(--base-size-40);\n}\n.Stack-narrow--padding-44 {\n padding: var(--base-size-44);\n}\n.Stack-narrow--padding-48 {\n padding: var(--base-size-48);\n}\n.Stack-narrow--padding-64 {\n padding: var(--base-size-64);\n}\n.Stack-narrow--padding-80 {\n padding: var(--base-size-80);\n}\n.Stack-narrow--padding-96 {\n padding: var(--base-size-96);\n}\n.Stack-narrow--padding-112 {\n padding: var(--base-size-112);\n}\n.Stack-narrow--padding-128 {\n padding: var(--base-size-128);\n}\n\n.Stack-narrow--gap-4 {\n gap: var(--base-size-4);\n}\n.Stack-narrow--gap-8 {\n gap: var(--base-size-8);\n}\n.Stack-narrow--gap-12 {\n gap: var(--base-size-12);\n}\n.Stack-narrow--gap-16 {\n gap: var(--base-size-16);\n}\n.Stack-narrow--gap-20 {\n gap: var(--base-size-20);\n}\n.Stack-narrow--gap-24 {\n gap: var(--base-size-24);\n}\n.Stack-narrow--gap-28 {\n gap: var(--base-size-28);\n}\n.Stack-narrow--gap-32 {\n gap: var(--base-size-32);\n}\n.Stack-narrow--gap-36 {\n gap: var(--base-size-36);\n}\n.Stack-narrow--gap-40 {\n gap: var(--base-size-40);\n}\n.Stack-narrow--gap-44 {\n gap: var(--base-size-44);\n}\n.Stack-narrow--gap-48 {\n gap: var(--base-size-48);\n}\n.Stack-narrow--gap-64 {\n gap: var(--base-size-64);\n}\n.Stack-narrow--gap-80 {\n gap: var(--base-size-80);\n}\n.Stack-narrow--gap-96 {\n gap: var(--base-size-96);\n}\n.Stack-narrow--gap-112 {\n gap: var(--base-size-112);\n}\n.Stack-narrow--gap-128 {\n gap: var(--base-size-128);\n}\n\n@media screen and (min-width: 48rem) {\n .Stack-regular--gap-none {\n gap: 0;\n }\n\n .Stack-regular--gap-condensed {\n gap: var(--brand-stack-gap-condensed);\n }\n\n .Stack-regular--gap-normal {\n gap: var(--brand-stack-gap-normal);\n }\n\n .Stack-regular--gap-spacious {\n gap: var(--brand-stack-gap-spacious);\n }\n\n .Stack-regular--gap-4 {\n gap: var(--base-size-4);\n }\n .Stack-regular--gap-8 {\n gap: var(--base-size-8);\n }\n .Stack-regular--gap-12 {\n gap: var(--base-size-12);\n }\n .Stack-regular--gap-16 {\n gap: var(--base-size-16);\n }\n .Stack-regular--gap-20 {\n gap: var(--base-size-20);\n }\n .Stack-regular--gap-24 {\n gap: var(--base-size-24);\n }\n .Stack-regular--gap-28 {\n gap: var(--base-size-28);\n }\n .Stack-regular--gap-32 {\n gap: var(--base-size-32);\n }\n .Stack-regular--gap-36 {\n gap: var(--base-size-36);\n }\n .Stack-regular--gap-40 {\n gap: var(--base-size-40);\n }\n .Stack-regular--gap-44 {\n gap: var(--base-size-44);\n }\n .Stack-regular--gap-48 {\n gap: var(--base-size-48);\n }\n .Stack-regular--gap-64 {\n gap: var(--base-size-64);\n }\n .Stack-regular--gap-80 {\n gap: var(--base-size-80);\n }\n .Stack-regular--gap-96 {\n gap: var(--base-size-96);\n }\n .Stack-regular--gap-112 {\n gap: var(--base-size-112);\n }\n .Stack-regular--gap-128 {\n gap: var(--base-size-128);\n }\n\n .Stack-regular--padding-none {\n padding: 0;\n }\n\n .Stack-regular--padding-condensed {\n padding: var(--brand-stack-padding-condensed);\n }\n\n .Stack-regular--padding-normal {\n padding: var(--brand-stack-padding-normal);\n }\n\n .Stack-regular--padding-spacious {\n padding: var(--brand-stack-padding-spacious);\n }\n\n .Stack-regular--padding-4 {\n padding: var(--base-size-4);\n }\n .Stack-regular--padding-8 {\n padding: var(--base-size-8);\n }\n .Stack-regular--padding-12 {\n padding: var(--base-size-12);\n }\n .Stack-regular--padding-16 {\n padding: var(--base-size-16);\n }\n .Stack-regular--padding-20 {\n padding: var(--base-size-20);\n }\n .Stack-regular--padding-24 {\n padding: var(--base-size-24);\n }\n .Stack-regular--padding-28 {\n padding: var(--base-size-28);\n }\n .Stack-regular--padding-32 {\n padding: var(--base-size-32);\n }\n .Stack-regular--padding-36 {\n padding: var(--base-size-36);\n }\n .Stack-regular--padding-40 {\n padding: var(--base-size-40);\n }\n .Stack-regular--padding-44 {\n padding: var(--base-size-44);\n }\n .Stack-regular--padding-48 {\n padding: var(--base-size-48);\n }\n .Stack-regular--padding-64 {\n padding: var(--base-size-64);\n }\n .Stack-regular--padding-80 {\n padding: var(--base-size-80);\n }\n .Stack-regular--padding-96 {\n padding: var(--base-size-96);\n }\n .Stack-regular--padding-112 {\n padding: var(--base-size-112);\n }\n .Stack-regular--padding-128 {\n padding: var(--base-size-128);\n }\n}\n\n@media screen and (min-width: 80rem) {\n .Stack-wide--gap-none {\n gap: 0;\n }\n\n .Stack-wide--gap-condensed {\n gap: var(--brand-stack-gap-condensed);\n }\n\n .Stack-wide--gap-normal {\n gap: var(--brand-stack-gap-normal);\n }\n\n .Stack-wide--gap-spacious {\n gap: var(--brand-stack-gap-spacious);\n }\n\n .Stack-wide--gap-4 {\n gap: var(--base-size-4);\n }\n .Stack-wide--gap-8 {\n gap: var(--base-size-8);\n }\n .Stack-wide--gap-12 {\n gap: var(--base-size-12);\n }\n .Stack-wide--gap-16 {\n gap: var(--base-size-16);\n }\n .Stack-wide--gap-20 {\n gap: var(--base-size-20);\n }\n .Stack-wide--gap-24 {\n gap: var(--base-size-24);\n }\n .Stack-wide--gap-28 {\n gap: var(--base-size-28);\n }\n .Stack-wide--gap-32 {\n gap: var(--base-size-32);\n }\n .Stack-wide--gap-36 {\n gap: var(--base-size-36);\n }\n .Stack-wide--gap-40 {\n gap: var(--base-size-40);\n }\n .Stack-wide--gap-44 {\n gap: var(--base-size-44);\n }\n .Stack-wide--gap-48 {\n gap: var(--base-size-48);\n }\n .Stack-wide--gap-64 {\n gap: var(--base-size-64);\n }\n .Stack-wide--gap-80 {\n gap: var(--base-size-80);\n }\n .Stack-wide--gap-96 {\n gap: var(--base-size-96);\n }\n .Stack-wide--gap-112 {\n gap: var(--base-size-112);\n }\n .Stack-wide--gap-128 {\n gap: var(--base-size-128);\n }\n\n .Stack-wide--padding-none {\n padding: 0;\n }\n\n .Stack-wide--padding-condensed {\n padding: var(--brand-stack-padding-condensed);\n }\n\n .Stack-wide--padding-normal {\n padding: var(--brand-stack-padding-normal);\n }\n\n .Stack-wide--padding-spacious {\n padding: var(--brand-stack-padding-spacious);\n }\n\n .Stack-wide--padding-4 {\n padding: var(--base-size-4);\n }\n .Stack-wide--padding-8 {\n padding: var(--base-size-8);\n }\n .Stack-wide--padding-12 {\n padding: var(--base-size-12);\n }\n .Stack-wide--padding-16 {\n padding: var(--base-size-16);\n }\n .Stack-wide--padding-20 {\n padding: var(--base-size-20);\n }\n .Stack-wide--padding-24 {\n padding: var(--base-size-24);\n }\n .Stack-wide--padding-28 {\n padding: var(--base-size-28);\n }\n .Stack-wide--padding-32 {\n padding: var(--base-size-32);\n }\n .Stack-wide--padding-36 {\n padding: var(--base-size-36);\n }\n .Stack-wide--padding-40 {\n padding: var(--base-size-40);\n }\n .Stack-wide--padding-44 {\n padding: var(--base-size-44);\n }\n .Stack-wide--padding-48 {\n padding: var(--base-size-48);\n }\n .Stack-wide--padding-64 {\n padding: var(--base-size-64);\n }\n .Stack-wide--padding-80 {\n padding: var(--base-size-80);\n }\n .Stack-wide--padding-96 {\n padding: var(--base-size-96);\n }\n .Stack-wide--padding-112 {\n padding: var(--base-size-112);\n }\n .Stack-wide--padding-128 {\n padding: var(--base-size-128);\n }\n}\n\n/*\n * Vertical alignment\n */\n\n.Stack--align-items-flex-end {\n align-items: flex-end;\n}\n\n.Stack--align-items-flex-start {\n align-items: flex-start;\n}\n\n.Stack--align-items-center {\n align-items: center;\n}\n\n.Stack-narrow--align-items-flex-end {\n align-items: flex-end;\n}\n\n.Stack-narrow--align-items-flex-start {\n align-items: flex-start;\n}\n\n.Stack-narrow--align-items-center {\n align-items: center;\n}\n\n@media screen and (min-width: 48rem) {\n .Stack-regular--align-items-flex-end {\n align-items: flex-end;\n }\n\n .Stack-regular--align-items-flex-start {\n align-items: flex-start;\n }\n\n .Stack-regular--align-items-center {\n align-items: center;\n }\n}\n\n@media screen and (min-width: 80rem) {\n .Stack-wide--align-items-flex-end {\n align-items: flex-end;\n }\n\n .Stack-wide--align-items-flex-start {\n align-items: flex-start;\n }\n\n .Stack-wide--align-items-center {\n align-items: center;\n }\n}\n\n/*\n * Horizontal alignment\n */\n\n.Stack--justify-content-flex-end {\n justify-content: flex-end;\n}\n\n.Stack--justify-content-flex-start {\n justify-content: flex-start;\n}\n\n.Stack--justify-content-center {\n justify-content: center;\n}\n\n.Stack--justify-content-space-between {\n justify-content: space-between;\n}\n\n.Stack--justify-content-space-evenly {\n justify-content: space-evenly;\n}\n\n.Stack--justify-content-space-around {\n justify-content: space-around;\n}\n\n.Stack-narrow--justify-content-flex-end {\n justify-content: flex-end;\n}\n\n.Stack-narrow--justify-content-flex-start {\n justify-content: flex-start;\n}\n\n.Stack-narrow--justify-content-center {\n justify-content: center;\n}\n\n.Stack-narrow--justify-content-space-between {\n justify-content: space-between;\n}\n\n.Stack-narrow--justify-content-space-evenly {\n justify-content: space-evenly;\n}\n\n.Stack-narrow--justify-content-space-around {\n justify-content: space-around;\n}\n\n@media screen and (min-width: 48rem) {\n .Stack-regular--justify-content-flex-end {\n justify-content: flex-end;\n }\n\n .Stack-regular--justify-content-flex-start {\n justify-content: flex-start;\n }\n\n .Stack-regular--justify-content-center {\n justify-content: center;\n }\n\n .Stack-regular--justify-content-space-between {\n justify-content: space-between;\n }\n\n .Stack-regular--justify-content-space-evenly {\n justify-content: space-evenly;\n }\n\n .Stack-regular--justify-content-space-around {\n justify-content: space-around;\n }\n}\n\n@media screen and (min-width: 80rem) {\n .Stack-wide--justify-content-flex-end {\n justify-content: flex-end;\n }\n\n .Stack-wide--justify-content-flex-start {\n justify-content: flex-start;\n }\n\n .Stack-wide--justify-content-center {\n justify-content: center;\n }\n\n .Stack-wide--justify-content-space-between {\n justify-content: space-between;\n }\n\n .Stack-wide--justify-content-space-evenly {\n justify-content: space-evenly;\n }\n\n .Stack-wide--justify-content-space-around {\n justify-content: space-around;\n }\n}\n\n/*\n * Wrap\n */\n\n.Stack-flexWrap--wrap {\n flex-wrap: wrap;\n}\n\n.Stack-flexWrap--no-wrap {\n flex-wrap: nowrap;\n}\n\n.Stack-narrow-flexWrap--wrap {\n flex-wrap: wrap;\n}\n\n.Stack-narrow-flexWrap--no-wrap {\n flex-wrap: nowrap;\n}\n\n@media screen and (min-width: 48rem) {\n .Stack-regular-flexWrap--wrap {\n flex-wrap: wrap;\n }\n\n .Stack-regular-flexWrap--no-wrap {\n flex-wrap: nowrap;\n }\n}\n\n@media screen and (min-width: 80rem) {\n .Stack-wide-flexWrap--wrap {\n flex-wrap: wrap;\n }\n\n .Stack-wide-flexWrap--no-wrap {\n flex-wrap: nowrap;\n }\n}\n"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Stack/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TextProps } from '../';
|
|
3
|
+
import type { BaseProps } from '../component-helpers';
|
|
4
|
+
/**
|
|
5
|
+
* Design tokens
|
|
6
|
+
*/
|
|
7
|
+
import '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/statistic/base.css';
|
|
8
|
+
export declare const StatisticSizes: readonly ["small", "medium", "large"];
|
|
9
|
+
export declare const StatisticSpacingValues: readonly ["none", "condensed", "normal", "spacious"];
|
|
10
|
+
type StatisticSpacingValues = (typeof StatisticSpacingValues)[number];
|
|
11
|
+
export type StatisticSize = (typeof StatisticSizes)[number];
|
|
12
|
+
type ResponsiveMap<T> = {
|
|
13
|
+
narrow?: T;
|
|
14
|
+
regular?: T;
|
|
15
|
+
wide?: T;
|
|
16
|
+
};
|
|
17
|
+
export type StatisticProps = BaseProps<HTMLAnchorElement> & {
|
|
18
|
+
/**
|
|
19
|
+
* The size of the Statistic
|
|
20
|
+
*/
|
|
21
|
+
size?: StatisticSize;
|
|
22
|
+
/**
|
|
23
|
+
* Adding padding to all internal sides of the component
|
|
24
|
+
*/
|
|
25
|
+
padding?: StatisticSpacingValues | ResponsiveMap<StatisticSpacingValues>;
|
|
26
|
+
/**
|
|
27
|
+
* Specify alternative appearance
|
|
28
|
+
*/
|
|
29
|
+
variant?: 'default' | 'boxed';
|
|
30
|
+
/**
|
|
31
|
+
* Escape-hatch for inserting custom React components.
|
|
32
|
+
* Warning:
|
|
33
|
+
* This prop isn't advertised in our docs but remains part of the public API for edge-cases.
|
|
34
|
+
* Need to use this prop? Please check in with #primer-brand first to confirm correct usage.
|
|
35
|
+
*/
|
|
36
|
+
leadingComponent?: React.FunctionComponent;
|
|
37
|
+
/**
|
|
38
|
+
* Escape-hatch for inserting custom React components.
|
|
39
|
+
* Warning:
|
|
40
|
+
* This prop isn't advertised in our docs but remains part of the public API for edge-cases.
|
|
41
|
+
* Need to use this prop? Please check in with #primer-brand first to confirm correct usage.
|
|
42
|
+
*/
|
|
43
|
+
trailingComponent?: React.FunctionComponent;
|
|
44
|
+
/**
|
|
45
|
+
* Optional attirbute for testing
|
|
46
|
+
*/
|
|
47
|
+
['data-testid']?: string;
|
|
48
|
+
} & BaseProps<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement>;
|
|
49
|
+
type StatisticDescriptionProps = BaseProps<HTMLSpanElement> & Omit<TextProps, 'variant' | 'as'> & {
|
|
50
|
+
variant?: 'default' | 'muted' | 'accent';
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Use the statistic component display concise numerical information
|
|
54
|
+
* @see https://primer.style/brand/components/Statistic
|
|
55
|
+
*/
|
|
56
|
+
export declare const Statistic: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<StatisticProps>, "ref"> & React.RefAttributes<HTMLDivElement>> & {
|
|
57
|
+
Heading: React.ForwardRefExoticComponent<(Omit<{
|
|
58
|
+
font?: import("../Text").TextFontVariants;
|
|
59
|
+
size?: typeof import("../Text").TextSizes[number];
|
|
60
|
+
variant?: typeof import("../Text").TextVariants[number];
|
|
61
|
+
weight?: import("../Text").TextWeightVariants | import("../Text").ResponsiveWeightMap;
|
|
62
|
+
align?: "start" | "center" | "end";
|
|
63
|
+
hasAntiAliasing?: boolean;
|
|
64
|
+
} & {
|
|
65
|
+
as?: typeof import("../Text").TextTags[number];
|
|
66
|
+
} & React.HTMLAttributes<HTMLParagraphElement> & BaseProps<HTMLParagraphElement> & {
|
|
67
|
+
as?: "p";
|
|
68
|
+
}, "ref"> | Omit<{
|
|
69
|
+
font?: import("../Text").TextFontVariants;
|
|
70
|
+
size?: typeof import("../Text").TextSizes[number];
|
|
71
|
+
variant?: typeof import("../Text").TextVariants[number];
|
|
72
|
+
weight?: import("../Text").TextWeightVariants | import("../Text").ResponsiveWeightMap;
|
|
73
|
+
align?: "start" | "center" | "end";
|
|
74
|
+
hasAntiAliasing?: boolean;
|
|
75
|
+
} & {
|
|
76
|
+
as?: typeof import("../Text").TextTags[number];
|
|
77
|
+
} & React.HTMLAttributes<HTMLSpanElement> & BaseProps<HTMLSpanElement> & {
|
|
78
|
+
as?: "span";
|
|
79
|
+
}, "ref"> | Omit<{
|
|
80
|
+
font?: import("../Text").TextFontVariants;
|
|
81
|
+
size?: typeof import("../Text").TextSizes[number];
|
|
82
|
+
variant?: typeof import("../Text").TextVariants[number];
|
|
83
|
+
weight?: import("../Text").TextWeightVariants | import("../Text").ResponsiveWeightMap;
|
|
84
|
+
align?: "start" | "center" | "end";
|
|
85
|
+
hasAntiAliasing?: boolean;
|
|
86
|
+
} & {
|
|
87
|
+
as?: typeof import("../Text").TextTags[number];
|
|
88
|
+
} & React.HTMLAttributes<HTMLDivElement> & BaseProps<HTMLDivElement> & {
|
|
89
|
+
as?: "div";
|
|
90
|
+
}, "ref"> | Omit<{
|
|
91
|
+
font?: import("../Text").TextFontVariants;
|
|
92
|
+
size?: typeof import("../Text").TextSizes[number];
|
|
93
|
+
variant?: typeof import("../Text").TextVariants[number];
|
|
94
|
+
weight?: import("../Text").TextWeightVariants | import("../Text").ResponsiveWeightMap;
|
|
95
|
+
align?: "start" | "center" | "end";
|
|
96
|
+
hasAntiAliasing?: boolean;
|
|
97
|
+
} & {
|
|
98
|
+
as?: typeof import("../Text").TextTags[number];
|
|
99
|
+
} & React.HTMLAttributes<HTMLElement> & BaseProps<HTMLElement> & {
|
|
100
|
+
as?: "strong";
|
|
101
|
+
}, "ref"> | Omit<{
|
|
102
|
+
font?: import("../Text").TextFontVariants;
|
|
103
|
+
size?: typeof import("../Text").TextSizes[number];
|
|
104
|
+
variant?: typeof import("../Text").TextVariants[number];
|
|
105
|
+
weight?: import("../Text").TextWeightVariants | import("../Text").ResponsiveWeightMap;
|
|
106
|
+
align?: "start" | "center" | "end";
|
|
107
|
+
hasAntiAliasing?: boolean;
|
|
108
|
+
} & {
|
|
109
|
+
as?: typeof import("../Text").TextTags[number];
|
|
110
|
+
} & React.HTMLAttributes<HTMLElement> & BaseProps<HTMLElement> & {
|
|
111
|
+
as?: "em";
|
|
112
|
+
}, "ref">) & React.RefAttributes<HTMLParagraphElement>>;
|
|
113
|
+
Description: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<StatisticDescriptionProps>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
114
|
+
testIds: {
|
|
115
|
+
root: string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
export {};
|
|
119
|
+
//# sourceMappingURL=Statistic.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Statistic.d.ts","sourceRoot":"","sources":["../../src/Statistic/Statistic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAA;AAGnE,OAAO,EAAO,SAAS,EAAe,MAAM,KAAK,CAAA;AAEjD,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,sBAAsB,CAAA;AAEnD;;GAEG;AACH,OAAO,gGAAgG,CAAA;AAKvG,eAAO,MAAM,cAAc,uCAAwC,CAAA;AACnE,eAAO,MAAM,sBAAsB,sDAAuD,CAAA;AAE1F,KAAK,sBAAsB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAA;AAErE,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAA;AAE3D,KAAK,aAAa,CAAC,CAAC,IAAI;IACtB,MAAM,CAAC,EAAE,CAAC,CAAA;IACV,OAAO,CAAC,EAAE,CAAC,CAAA;IACX,IAAI,CAAC,EAAE,CAAC,CAAA;CACT,CAAA;AAED,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,iBAAiB,CAAC,GAAG;IAC1D;;OAEG;IACH,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,sBAAsB,GAAG,aAAa,CAAC,sBAAsB,CAAC,CAAA;IACxE;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC7B;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAA;IAC1C;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAA;IAC3C;;OAEG;IACH,CAAC,aAAa,CAAC,CAAC,EAAE,MAAM,CAAA;CACzB,GAAG,SAAS,CAAC,cAAc,CAAC,GAC3B,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;AAkItC,KAAK,yBAAyB,GAAG,SAAS,CAAC,eAAe,CAAC,GACzD,IAAI,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC,GAAG;IAClC,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;CACzC,CAAA;AAmBH;;;GAGG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIpB,CAAA"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import e from "../node_modules/clsx/dist/clsx.js";
|
|
2
|
+
import { useAnimation as t } from "../animation/useAnimation.js";
|
|
3
|
+
import { Text as n } from "../Text/Text.js";
|
|
4
|
+
import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/statistic/base-DWOQrMC8.css';/* empty css */
|
|
5
|
+
import r from "./Statistic.module.js";
|
|
6
|
+
import i, { forwardRef as a, useMemo as o } from "react";
|
|
7
|
+
import { Fragment as s, jsx as c, jsxs as l } from "react/jsx-runtime";
|
|
8
|
+
//#region src/Statistic/Statistic.tsx
|
|
9
|
+
var u = [
|
|
10
|
+
"small",
|
|
11
|
+
"medium",
|
|
12
|
+
"large"
|
|
13
|
+
], d = [
|
|
14
|
+
"none",
|
|
15
|
+
"condensed",
|
|
16
|
+
"normal",
|
|
17
|
+
"spacious"
|
|
18
|
+
], f = { root: "Statistic" }, p = {
|
|
19
|
+
small: "600",
|
|
20
|
+
medium: "800",
|
|
21
|
+
large: "1000"
|
|
22
|
+
}, m = (e, t) => t ? typeof t == "string" || typeof t == "number" ? r[`Statistic--${e}-${t}`] : Object.keys(t).map((n) => r[`Statistic--${n}-${e}-${t[n]}`]).join(" ") : "", h = a(({ animate: n, className: a, children: u, "data-testid": d, size: h = "large", variant: v = "default", padding: y = "none", leadingComponent: b, trailingComponent: x, style: S, ...C }, w) => {
|
|
23
|
+
let { classes: T, styles: E } = t(n), D = o(() => m("padding", y), [y]), O = o(() => {
|
|
24
|
+
let e = i.Children.toArray(u).find((e) => i.isValidElement(e) && e.type === g);
|
|
25
|
+
return i.isValidElement(e) ? e : void 0;
|
|
26
|
+
}, [u]), k = o(() => {
|
|
27
|
+
let e = i.Children.toArray(u).find((e) => i.isValidElement(e) && e.type === _);
|
|
28
|
+
return i.isValidElement(e) ? e : void 0;
|
|
29
|
+
}, [u]), A = O;
|
|
30
|
+
return k && A && (A = i.cloneElement(A, { children: /* @__PURE__ */ l(s, { children: [
|
|
31
|
+
A.props.children,
|
|
32
|
+
" ",
|
|
33
|
+
k
|
|
34
|
+
] }) })), /* @__PURE__ */ l("div", {
|
|
35
|
+
ref: w,
|
|
36
|
+
className: e(r[`Statistic--variant-${v}`], D, T, a),
|
|
37
|
+
style: {
|
|
38
|
+
...E,
|
|
39
|
+
...S
|
|
40
|
+
},
|
|
41
|
+
"data-testid": d || f.root,
|
|
42
|
+
...C,
|
|
43
|
+
children: [
|
|
44
|
+
b && /* @__PURE__ */ c(b, {}),
|
|
45
|
+
A && i.cloneElement(A, { size: A.props.size || p[h] }),
|
|
46
|
+
x && /* @__PURE__ */ c(x, {})
|
|
47
|
+
]
|
|
48
|
+
});
|
|
49
|
+
}), g = a(({ as: t = "p", className: i, children: a, font: o = "hubot-sans", weight: s = "medium", size: l = "1000", ...u }, d) => /* @__PURE__ */ c(n, {
|
|
50
|
+
as: t,
|
|
51
|
+
ref: d,
|
|
52
|
+
className: e(r.Statistic__heading, i),
|
|
53
|
+
font: o,
|
|
54
|
+
weight: s,
|
|
55
|
+
size: l,
|
|
56
|
+
...u,
|
|
57
|
+
children: a
|
|
58
|
+
})), _ = a(({ children: t, className: i, size: a = "300", variant: o = "muted", ...s }, l) => /* @__PURE__ */ c(n, {
|
|
59
|
+
variant: o === "accent" ? "muted" : o,
|
|
60
|
+
ref: l,
|
|
61
|
+
size: a,
|
|
62
|
+
font: "mona-sans",
|
|
63
|
+
className: e(r.Statistic__description, r[`Statistic__description--${o}`], i),
|
|
64
|
+
...s,
|
|
65
|
+
children: t
|
|
66
|
+
})), v = Object.assign(h, {
|
|
67
|
+
Heading: g,
|
|
68
|
+
Description: _,
|
|
69
|
+
testIds: f
|
|
70
|
+
});
|
|
71
|
+
//#endregion
|
|
72
|
+
export { v as Statistic, u as StatisticSizes, d as StatisticSpacingValues };
|
|
73
|
+
|
|
74
|
+
//# sourceMappingURL=Statistic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Statistic.js","names":[],"sources":["../../src/Statistic/Statistic.tsx"],"sourcesContent":["import React, {PropsWithChildren, forwardRef, useMemo} from 'react'\nimport {clsx} from 'clsx'\n\nimport {Text, TextProps, useAnimation} from '../'\n\nimport type {BaseProps} from '../component-helpers'\n\n/**\n * Design tokens\n */\nimport '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/statistic/base.css'\n\n/** * Main Stylesheet (as a CSS Module) */\nimport styles from './Statistic.module.css'\n\nexport const StatisticSizes = ['small', 'medium', 'large'] as const\nexport const StatisticSpacingValues = ['none', 'condensed', 'normal', 'spacious'] as const\n\ntype StatisticSpacingValues = (typeof StatisticSpacingValues)[number]\n\nexport type StatisticSize = (typeof StatisticSizes)[number]\n\ntype ResponsiveMap<T> = {\n narrow?: T\n regular?: T\n wide?: T\n}\n\nexport type StatisticProps = BaseProps<HTMLAnchorElement> & {\n /**\n * The size of the Statistic\n */\n size?: StatisticSize\n /**\n * Adding padding to all internal sides of the component\n */\n padding?: StatisticSpacingValues | ResponsiveMap<StatisticSpacingValues>\n /**\n * Specify alternative appearance\n */\n variant?: 'default' | 'boxed'\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 leadingComponent?: React.FunctionComponent\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 /**\n * Optional attirbute for testing\n */\n ['data-testid']?: string\n} & BaseProps<HTMLDivElement> &\n React.HTMLAttributes<HTMLDivElement>\n\nconst testIds = {\n root: 'Statistic',\n}\n\nconst _HeadingSizeMap: {\n [key in StatisticSize]: TextProps['size']\n} = {\n small: '600',\n medium: '800',\n large: '1000',\n}\n\nconst classBuilder = (property: string, value?: StatisticSpacingValues | ResponsiveMap<StatisticSpacingValues>) => {\n if (!value) return ''\n\n if (typeof value === 'string' || typeof value === 'number') {\n return styles[`Statistic--${property}-${value}`]\n } else {\n return Object.keys(value)\n .map(viewport => styles[`Statistic--${viewport}-${property}-${value[viewport]}`])\n .join(' ')\n }\n}\n\nconst _Statistic = forwardRef<HTMLDivElement, PropsWithChildren<StatisticProps>>(\n (\n {\n animate,\n className,\n children,\n 'data-testid': testId,\n size = 'large',\n variant = 'default',\n padding = 'none',\n leadingComponent: LeadingComponent,\n trailingComponent: TrailingComponent,\n style,\n ...rest\n },\n ref,\n ) => {\n const {classes: animationClasses, styles: animationInlineStyles} = useAnimation(animate)\n const paddingClasses = useMemo(() => classBuilder('padding', padding), [padding])\n\n type HeadingElement = React.ReactElement<React.ComponentProps<typeof StatisticHeading>>\n type DescriptionElement = React.ReactElement<React.ComponentProps<typeof StatisticDescription>>\n\n const headingChild = useMemo(() => {\n const candidate = React.Children.toArray(children).find(child => {\n return (\n React.isValidElement<React.ComponentProps<typeof StatisticHeading>>(child) && child.type === StatisticHeading\n )\n })\n\n return React.isValidElement<React.ComponentProps<typeof StatisticHeading>>(candidate)\n ? (candidate as HeadingElement)\n : undefined\n }, [children])\n\n const descriptionChild = useMemo(() => {\n const candidate = React.Children.toArray(children).find(child => {\n return (\n React.isValidElement<React.ComponentProps<typeof StatisticDescription>>(child) &&\n child.type === StatisticDescription\n )\n })\n\n return React.isValidElement<React.ComponentProps<typeof StatisticDescription>>(candidate)\n ? (candidate as DescriptionElement)\n : undefined\n }, [children])\n\n let headingToRender = headingChild\n\n /**\n * To aid assistive technology, we append the optional description to the heading\n */\n if (descriptionChild && headingToRender) {\n headingToRender = React.cloneElement(headingToRender, {\n children: (\n <>\n {headingToRender.props.children} {descriptionChild}\n </>\n ),\n })\n }\n\n return (\n <div\n ref={ref}\n className={clsx(styles[`Statistic--variant-${variant}`], paddingClasses, animationClasses, className)}\n style={{...animationInlineStyles, ...style}}\n data-testid={testId || testIds.root}\n {...rest}\n >\n {LeadingComponent && <LeadingComponent />}\n\n {headingToRender &&\n React.cloneElement(headingToRender, {\n size: headingToRender.props.size || _HeadingSizeMap[size],\n })}\n\n {TrailingComponent && <TrailingComponent />}\n </div>\n )\n },\n)\n\ntype StatisticHeadingProps = TextProps\n\nconst StatisticHeading = forwardRef<HTMLParagraphElement, StatisticHeadingProps>(\n ({as = 'p', className, children, font = 'hubot-sans', weight = 'medium', size = '1000', ...rest}, ref) => {\n return (\n <Text\n as={as}\n ref={ref}\n className={clsx(styles[`Statistic__heading`], className)}\n font={font}\n weight={weight}\n size={size}\n {...rest}\n >\n {children}\n </Text>\n )\n },\n)\n\ntype StatisticDescriptionProps = BaseProps<HTMLSpanElement> &\n Omit<TextProps, 'variant' | 'as'> & {\n variant?: 'default' | 'muted' | 'accent'\n }\n\nconst StatisticDescription = forwardRef<HTMLSpanElement, PropsWithChildren<StatisticDescriptionProps>>(\n ({children, className, size = '300', variant = 'muted', ...rest}, ref) => {\n return (\n <Text\n variant={variant !== 'accent' ? variant : 'muted'}\n ref={ref}\n size={size}\n font=\"mona-sans\"\n className={clsx(styles['Statistic__description'], styles[`Statistic__description--${variant}`], className)}\n {...rest}\n >\n {children}\n </Text>\n )\n },\n)\n\n/**\n * Use the statistic component display concise numerical information\n * @see https://primer.style/brand/components/Statistic\n */\nexport const Statistic = Object.assign(_Statistic, {\n Heading: StatisticHeading,\n Description: StatisticDescription,\n testIds,\n})\n"],"mappings":";;;;;;;;AAeA,IAAa,IAAiB;CAAC;CAAS;CAAU;CAAQ,EAC7C,IAAyB;CAAC;CAAQ;CAAa;CAAU;CAAW,EA8C3E,IAAU,EACd,MAAM,aACP,EAEK,IAEF;CACF,OAAO;CACP,QAAQ;CACR,OAAO;CACR,EAEK,KAAgB,GAAkB,MACjC,IAED,OAAO,KAAU,YAAY,OAAO,KAAU,WACzC,EAAO,cAAc,EAAS,GAAG,OAEjC,OAAO,KAAK,EAAM,CACtB,KAAI,MAAY,EAAO,cAAc,EAAS,GAAG,EAAS,GAAG,EAAM,MAAa,CAChF,KAAK,IAAI,GAPK,IAWf,IAAa,GAEf,EACE,YACA,cACA,aACA,eAAe,GACf,UAAO,SACP,aAAU,WACV,aAAU,QACV,kBAAkB,GAClB,mBAAmB,GACnB,UACA,GAAG,KAEL,MACG;CACH,IAAM,EAAC,SAAS,GAAkB,QAAQ,MAAyB,EAAa,EAAQ,EAClF,IAAiB,QAAc,EAAa,WAAW,EAAQ,EAAE,CAAC,EAAQ,CAAC,EAK3E,IAAe,QAAc;EACjC,IAAM,IAAY,EAAM,SAAS,QAAQ,EAAS,CAAC,MAAK,MAEpD,EAAM,eAA8D,EAAM,IAAI,EAAM,SAAS,EAE/F;AAEF,SAAO,EAAM,eAA8D,EAAU,GAChF,IACD,KAAA;IACH,CAAC,EAAS,CAAC,EAER,IAAmB,QAAc;EACrC,IAAM,IAAY,EAAM,SAAS,QAAQ,EAAS,CAAC,MAAK,MAEpD,EAAM,eAAkE,EAAM,IAC9E,EAAM,SAAS,EAEjB;AAEF,SAAO,EAAM,eAAkE,EAAU,GACpF,IACD,KAAA;IACH,CAAC,EAAS,CAAC,EAEV,IAAkB;AAetB,QAVI,KAAoB,MACtB,IAAkB,EAAM,aAAa,GAAiB,EACpD,UACE,kBAAA,GAAA,EAAA,UAAA;EACG,EAAgB,MAAM;EAAS;EAAE;EACjC,EAAA,CAAA,EAEN,CAAC,GAIF,kBAAC,OAAD;EACO;EACL,WAAW,EAAK,EAAO,sBAAsB,MAAY,GAAgB,GAAkB,EAAU;EACrG,OAAO;GAAC,GAAG;GAAuB,GAAG;GAAM;EAC3C,eAAa,KAAU,EAAQ;EAC/B,GAAI;YALN;GAOG,KAAoB,kBAAC,GAAD,EAAoB,CAAA;GAExC,KACC,EAAM,aAAa,GAAiB,EAClC,MAAM,EAAgB,MAAM,QAAQ,EAAgB,IACrD,CAAC;GAEH,KAAqB,kBAAC,GAAD,EAAqB,CAAA;GACvC;;EAGX,EAIK,IAAmB,GACtB,EAAC,QAAK,KAAK,cAAW,aAAU,UAAO,cAAc,YAAS,UAAU,UAAO,QAAQ,GAAG,KAAO,MAE9F,kBAAC,GAAD;CACM;CACC;CACL,WAAW,EAAK,EAAO,oBAAuB,EAAU;CAClD;CACE;CACF;CACN,GAAI;CAEH;CACI,CAAA,CAGZ,EAOK,IAAuB,GAC1B,EAAC,aAAU,cAAW,UAAO,OAAO,aAAU,SAAS,GAAG,KAAO,MAE9D,kBAAC,GAAD;CACE,SAAS,MAAY,WAAqB,UAAV;CAC3B;CACC;CACN,MAAK;CACL,WAAW,EAAK,EAAO,wBAA2B,EAAO,2BAA2B,MAAY,EAAU;CAC1G,GAAI;CAEH;CACI,CAAA,CAGZ,EAMY,IAAY,OAAO,OAAO,GAAY;CACjD,SAAS;CACT,aAAa;CACb;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.Primer_Brand__Statistic-module__Statistic--variant-boxed___Y0Zpi{background-color:var(--brand-color-canvas-subtle);border-radius:var(--brand-borderRadius-large)}.Primer_Brand__Statistic-module__Statistic--variant-boxed___Y0Zpi,.Primer_Brand__Statistic-module__Statistic--variant-boxed___Y0Zpi.Primer_Brand__Statistic-module__Statistic--padding-none___GUt1Q{padding:var(--brand-Statistic-spacing-spacious)}.Primer_Brand__Statistic-module__Statistic--padding-none___GUt1Q{padding:0}.Primer_Brand__Statistic-module__Statistic--padding-condensed___JI2lY{padding:var(--brand-Statistic-spacing-condensed)}.Primer_Brand__Statistic-module__Statistic--padding-normal___vHbtv{padding:var(--brand-Statistic-spacing-normal)}.Primer_Brand__Statistic-module__Statistic--padding-spacious___Gvu_b{padding:var(--brand-Statistic-spacing-spacious)}.Primer_Brand__Statistic-module__Statistic--narrow-padding-condensed___vT33_{padding:var(--brand-box-spacing-condensed)}.Primer_Brand__Statistic-module__Statistic--narrow-padding-normal___aLI9P{padding:var(--brand-box-spacing-normal)}.Primer_Brand__Statistic-module__Statistic--narrow-padding-spacious___xpwvB{padding:var(--base-size-32)}.Primer_Brand__Statistic-module__Statistic--narrow-padding-none___Oy_ly{padding:0}@media screen and (width>=48rem){.Primer_Brand__Statistic-module__Statistic--regular-padding-condensed___PUIYI{padding:var(--brand-Statistic-spacing-condensed)}.Primer_Brand__Statistic-module__Statistic--regular-padding-normal___NfTzS{padding:var(--brand-Statistic-spacing-normal)}.Primer_Brand__Statistic-module__Statistic--regular-padding-spacious___HjVH1{padding:var(--brand-Statistic-spacing-spacious)}.Primer_Brand__Statistic-module__Statistic--regular-padding-none___1fBS8{padding:0}}@media screen and (width>=80rem){.Primer_Brand__Statistic-module__Statistic--wide-padding-condensed___GmGtC{padding:var(--brand-Statistic-spacing-condensed)}.Primer_Brand__Statistic-module__Statistic--wide-padding-normal___VpWHZ{padding:var(--brand-Statistic-spacing-normal)}.Primer_Brand__Statistic-module__Statistic--wide-padding-spacious___55ImP{padding:var(--brand-Statistic-spacing-spacious)}.Primer_Brand__Statistic-module__Statistic--wide-padding-none___36TdO{padding:0}}.Primer_Brand__Statistic-module__Statistic__heading___zkSQX{position:relative}.Primer_Brand__Statistic-module__Statistic__heading___zkSQX sup{font-size:var(--brand-text-size-100);line-height:0;font-weight:var(--brand-text-weight-100);vertical-align:top;top:var(--base-size-6);font-stretch:100%;position:relative}.Primer_Brand__Statistic-module__Statistic__heading___zkSQX sup a{padding:var(--base-size-4);line-height:1;display:inline-block}.Primer_Brand__Statistic-module__Statistic__description--accent___yiXP4{color:var(--brand-color-accent-primary)}.Primer_Brand__Statistic-module__Statistic__description___6v0Xv{margin-block-start:var(--base-size-8);font-stretch:100%;display:block;position:relative}.Primer_Brand__Statistic-module__Statistic__description___6v0Xv sup{font-size:var(--brand-text-size-100);vertical-align:top;line-height:0;position:relative;top:0}.Primer_Brand__Statistic-module__Statistic__description___6v0Xv sup a{padding:var(--base-size-4);line-height:1;display:inline-block}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import './Statistic.module-Dqb6n1GX.css';var e = {
|
|
2
|
+
"Statistic--variant-boxed": "Primer_Brand__Statistic-module__Statistic--variant-boxed___Y0Zpi",
|
|
3
|
+
"Statistic--padding-none": "Primer_Brand__Statistic-module__Statistic--padding-none___GUt1Q",
|
|
4
|
+
"Statistic--padding-condensed": "Primer_Brand__Statistic-module__Statistic--padding-condensed___JI2lY",
|
|
5
|
+
"Statistic--padding-normal": "Primer_Brand__Statistic-module__Statistic--padding-normal___vHbtv",
|
|
6
|
+
"Statistic--padding-spacious": "Primer_Brand__Statistic-module__Statistic--padding-spacious___Gvu_b",
|
|
7
|
+
"Statistic--narrow-padding-condensed": "Primer_Brand__Statistic-module__Statistic--narrow-padding-condensed___vT33_",
|
|
8
|
+
"Statistic--narrow-padding-normal": "Primer_Brand__Statistic-module__Statistic--narrow-padding-normal___aLI9P",
|
|
9
|
+
"Statistic--narrow-padding-spacious": "Primer_Brand__Statistic-module__Statistic--narrow-padding-spacious___xpwvB",
|
|
10
|
+
"Statistic--narrow-padding-none": "Primer_Brand__Statistic-module__Statistic--narrow-padding-none___Oy_ly",
|
|
11
|
+
"Statistic--regular-padding-condensed": "Primer_Brand__Statistic-module__Statistic--regular-padding-condensed___PUIYI",
|
|
12
|
+
"Statistic--regular-padding-normal": "Primer_Brand__Statistic-module__Statistic--regular-padding-normal___NfTzS",
|
|
13
|
+
"Statistic--regular-padding-spacious": "Primer_Brand__Statistic-module__Statistic--regular-padding-spacious___HjVH1",
|
|
14
|
+
"Statistic--regular-padding-none": "Primer_Brand__Statistic-module__Statistic--regular-padding-none___1fBS8",
|
|
15
|
+
"Statistic--wide-padding-condensed": "Primer_Brand__Statistic-module__Statistic--wide-padding-condensed___GmGtC",
|
|
16
|
+
"Statistic--wide-padding-normal": "Primer_Brand__Statistic-module__Statistic--wide-padding-normal___VpWHZ",
|
|
17
|
+
"Statistic--wide-padding-spacious": "Primer_Brand__Statistic-module__Statistic--wide-padding-spacious___55ImP",
|
|
18
|
+
"Statistic--wide-padding-none": "Primer_Brand__Statistic-module__Statistic--wide-padding-none___36TdO",
|
|
19
|
+
Statistic__heading: "Primer_Brand__Statistic-module__Statistic__heading___zkSQX",
|
|
20
|
+
"Statistic__description--accent": "Primer_Brand__Statistic-module__Statistic__description--accent___yiXP4",
|
|
21
|
+
Statistic__description: "Primer_Brand__Statistic-module__Statistic__description___6v0Xv"
|
|
22
|
+
};
|
|
23
|
+
//#endregion
|
|
24
|
+
export { e as default };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=Statistic.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Statistic.module.js","names":[],"sources":["../../src/Statistic/Statistic.module.css"],"sourcesContent":["/**\n * Variants\n */\n.Statistic--variant-boxed {\n background-color: var(--brand-color-canvas-subtle);\n border-radius: var(--brand-borderRadius-large);\n}\n\n.Statistic--variant-boxed,\n.Statistic--variant-boxed.Statistic--padding-none {\n padding: var(--brand-Statistic-spacing-spacious);\n}\n\n/**\n * Padding options\n */\n.Statistic--padding-none {\n padding: 0;\n}\n\n.Statistic--padding-condensed {\n padding: var(--brand-Statistic-spacing-condensed);\n}\n\n.Statistic--padding-normal {\n padding: var(--brand-Statistic-spacing-normal);\n}\n\n.Statistic--padding-spacious {\n padding: var(--brand-Statistic-spacing-spacious);\n}\n\n.Statistic--narrow-padding-condensed {\n padding: var(--brand-box-spacing-condensed);\n}\n.Statistic--narrow-padding-normal {\n padding: var(--brand-box-spacing-normal);\n}\n.Statistic--narrow-padding-spacious {\n padding: var(--base-size-32);\n}\n.Statistic--narrow-padding-none {\n padding: 0;\n}\n\n@media screen and (min-width: 48rem) {\n .Statistic--regular-padding-condensed {\n padding: var(--brand-Statistic-spacing-condensed);\n }\n .Statistic--regular-padding-normal {\n padding: var(--brand-Statistic-spacing-normal);\n }\n .Statistic--regular-padding-spacious {\n padding: var(--brand-Statistic-spacing-spacious);\n }\n .Statistic--regular-padding-none {\n padding: 0;\n }\n}\n\n@media screen and (min-width: 80rem) {\n .Statistic--wide-padding-condensed {\n padding: var(--brand-Statistic-spacing-condensed);\n }\n .Statistic--wide-padding-normal {\n padding: var(--brand-Statistic-spacing-normal);\n }\n .Statistic--wide-padding-spacious {\n padding: var(--brand-Statistic-spacing-spacious);\n }\n .Statistic--wide-padding-none {\n padding: 0;\n }\n}\n\n.Statistic__heading {\n position: relative;\n}\n\n.Statistic__heading sup {\n font-size: var(--brand-text-size-100);\n line-height: 0;\n font-weight: var(--brand-text-weight-100);\n font-stretch: normal;\n vertical-align: top;\n top: var(--base-size-6); /* Optical align to heading top */\n position: relative;\n}\n\n.Statistic__heading sup a {\n /* Targets footnote links. Specificity not ideal, but these are passed through by the user */\n padding: var(--base-size-4);\n display: inline-block;\n line-height: 1;\n}\n\n/*\n * Description\n */\n.Statistic__description--accent {\n color: var(--brand-color-accent-primary);\n}\n\n.Statistic__description {\n position: relative;\n display: block;\n margin-block-start: var(--base-size-8);\n font-stretch: normal;\n}\n\n.Statistic__description sup {\n font-size: var(--brand-text-size-100);\n vertical-align: top;\n top: 0;\n position: relative;\n line-height: 0;\n}\n\n.Statistic__description sup a {\n /* Targets footnote links. Specificity not ideal, but these are passed through by the user */\n padding: var(--base-size-4);\n display: inline-block;\n line-height: 1;\n}\n"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Statistic/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
|