@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,928 @@
|
|
|
1
|
+
import './Box.module-BgKMrzcY.css';//#region src/Box/Box.module.css
|
|
2
|
+
var e = {
|
|
3
|
+
"Box-padding--condensed": "Primer_Brand__Box-module__Box-padding--condensed___Bbb_R",
|
|
4
|
+
"Box-padding--normal": "Primer_Brand__Box-module__Box-padding--normal___M_Cyh",
|
|
5
|
+
"Box-padding--spacious": "Primer_Brand__Box-module__Box-padding--spacious___fvBKA",
|
|
6
|
+
"Box-padding--none": "Primer_Brand__Box-module__Box-padding--none___eyzJi",
|
|
7
|
+
"Box-padding--4": "Primer_Brand__Box-module__Box-padding--4___x_DAI",
|
|
8
|
+
"Box-padding--8": "Primer_Brand__Box-module__Box-padding--8___NGYSD",
|
|
9
|
+
"Box-padding--12": "Primer_Brand__Box-module__Box-padding--12___b0RJ4",
|
|
10
|
+
"Box-padding--16": "Primer_Brand__Box-module__Box-padding--16___o_FKz",
|
|
11
|
+
"Box-padding--20": "Primer_Brand__Box-module__Box-padding--20___K8Jcr",
|
|
12
|
+
"Box-padding--24": "Primer_Brand__Box-module__Box-padding--24___FaLpC",
|
|
13
|
+
"Box-padding--28": "Primer_Brand__Box-module__Box-padding--28___A2TDX",
|
|
14
|
+
"Box-padding--32": "Primer_Brand__Box-module__Box-padding--32___6F37n",
|
|
15
|
+
"Box-padding--36": "Primer_Brand__Box-module__Box-padding--36___CkUHr",
|
|
16
|
+
"Box-padding--40": "Primer_Brand__Box-module__Box-padding--40___xZpF7",
|
|
17
|
+
"Box-padding--44": "Primer_Brand__Box-module__Box-padding--44___aJSNb",
|
|
18
|
+
"Box-padding--48": "Primer_Brand__Box-module__Box-padding--48___ZVaBD",
|
|
19
|
+
"Box-padding--64": "Primer_Brand__Box-module__Box-padding--64___Di7MN",
|
|
20
|
+
"Box-padding--80": "Primer_Brand__Box-module__Box-padding--80___90H7n",
|
|
21
|
+
"Box-padding--96": "Primer_Brand__Box-module__Box-padding--96___SZ2o1",
|
|
22
|
+
"Box-padding--112": "Primer_Brand__Box-module__Box-padding--112___E_UFK",
|
|
23
|
+
"Box-padding--128": "Primer_Brand__Box-module__Box-padding--128___vKfYP",
|
|
24
|
+
"Box-narrow-padding--condensed": "Primer_Brand__Box-module__Box-narrow-padding--condensed___NSWZF",
|
|
25
|
+
"Box-narrow-padding--normal": "Primer_Brand__Box-module__Box-narrow-padding--normal___xOI9p",
|
|
26
|
+
"Box-narrow-padding--spacious": "Primer_Brand__Box-module__Box-narrow-padding--spacious___kGez8",
|
|
27
|
+
"Box-narrow-padding--none": "Primer_Brand__Box-module__Box-narrow-padding--none___VMVCg",
|
|
28
|
+
"Box-narrow-padding--4": "Primer_Brand__Box-module__Box-narrow-padding--4___9HR8j",
|
|
29
|
+
"Box-narrow-padding--8": "Primer_Brand__Box-module__Box-narrow-padding--8___XRSZv",
|
|
30
|
+
"Box-narrow-padding--12": "Primer_Brand__Box-module__Box-narrow-padding--12___oJaA4",
|
|
31
|
+
"Box-narrow-padding--16": "Primer_Brand__Box-module__Box-narrow-padding--16___o6YiG",
|
|
32
|
+
"Box-narrow-padding--20": "Primer_Brand__Box-module__Box-narrow-padding--20___t6WjE",
|
|
33
|
+
"Box-narrow-padding--24": "Primer_Brand__Box-module__Box-narrow-padding--24___vb1M7",
|
|
34
|
+
"Box-narrow-padding--28": "Primer_Brand__Box-module__Box-narrow-padding--28___RRQzj",
|
|
35
|
+
"Box-narrow-padding--32": "Primer_Brand__Box-module__Box-narrow-padding--32___lsBWe",
|
|
36
|
+
"Box-narrow-padding--36": "Primer_Brand__Box-module__Box-narrow-padding--36___E8Bh4",
|
|
37
|
+
"Box-narrow-padding--40": "Primer_Brand__Box-module__Box-narrow-padding--40___rjzOv",
|
|
38
|
+
"Box-narrow-padding--44": "Primer_Brand__Box-module__Box-narrow-padding--44___UwI9_",
|
|
39
|
+
"Box-narrow-padding--48": "Primer_Brand__Box-module__Box-narrow-padding--48___pOReG",
|
|
40
|
+
"Box-narrow-padding--64": "Primer_Brand__Box-module__Box-narrow-padding--64___jAAlv",
|
|
41
|
+
"Box-narrow-padding--80": "Primer_Brand__Box-module__Box-narrow-padding--80___k0yJU",
|
|
42
|
+
"Box-narrow-padding--96": "Primer_Brand__Box-module__Box-narrow-padding--96___nXDM9",
|
|
43
|
+
"Box-regular-padding--condensed": "Primer_Brand__Box-module__Box-regular-padding--condensed___48gRT",
|
|
44
|
+
"Box-regular-padding--normal": "Primer_Brand__Box-module__Box-regular-padding--normal___utTIH",
|
|
45
|
+
"Box-regular-padding--spacious": "Primer_Brand__Box-module__Box-regular-padding--spacious___Y_G32",
|
|
46
|
+
"Box-regular-padding--none": "Primer_Brand__Box-module__Box-regular-padding--none___kb802",
|
|
47
|
+
"Box-regular-padding--4": "Primer_Brand__Box-module__Box-regular-padding--4___Hla7S",
|
|
48
|
+
"Box-regular-padding--8": "Primer_Brand__Box-module__Box-regular-padding--8___OUrph",
|
|
49
|
+
"Box-regular-padding--12": "Primer_Brand__Box-module__Box-regular-padding--12___nx4li",
|
|
50
|
+
"Box-regular-padding--16": "Primer_Brand__Box-module__Box-regular-padding--16___fMcnO",
|
|
51
|
+
"Box-regular-padding--20": "Primer_Brand__Box-module__Box-regular-padding--20___6rqV6",
|
|
52
|
+
"Box-regular-padding--24": "Primer_Brand__Box-module__Box-regular-padding--24___Hjxlv",
|
|
53
|
+
"Box-regular-padding--28": "Primer_Brand__Box-module__Box-regular-padding--28___qAp6l",
|
|
54
|
+
"Box-regular-padding--32": "Primer_Brand__Box-module__Box-regular-padding--32____0Y_z",
|
|
55
|
+
"Box-regular-padding--36": "Primer_Brand__Box-module__Box-regular-padding--36___yruzD",
|
|
56
|
+
"Box-regular-padding--40": "Primer_Brand__Box-module__Box-regular-padding--40___Sk_EY",
|
|
57
|
+
"Box-regular-padding--44": "Primer_Brand__Box-module__Box-regular-padding--44___Toy1z",
|
|
58
|
+
"Box-regular-padding--48": "Primer_Brand__Box-module__Box-regular-padding--48___5QIGt",
|
|
59
|
+
"Box-regular-padding--64": "Primer_Brand__Box-module__Box-regular-padding--64___3fPdF",
|
|
60
|
+
"Box-regular-padding--80": "Primer_Brand__Box-module__Box-regular-padding--80___lsT_J",
|
|
61
|
+
"Box-regular-padding--96": "Primer_Brand__Box-module__Box-regular-padding--96___uF__8",
|
|
62
|
+
"Box-regular-padding--112": "Primer_Brand__Box-module__Box-regular-padding--112___5z5KO",
|
|
63
|
+
"Box-regular-padding--128": "Primer_Brand__Box-module__Box-regular-padding--128___joRMh",
|
|
64
|
+
"Box-wide-padding--condensed": "Primer_Brand__Box-module__Box-wide-padding--condensed___7dBsG",
|
|
65
|
+
"Box-wide-padding--normal": "Primer_Brand__Box-module__Box-wide-padding--normal___tzgzT",
|
|
66
|
+
"Box-wide-padding--spacious": "Primer_Brand__Box-module__Box-wide-padding--spacious___7qBPK",
|
|
67
|
+
"Box-wide-padding--none": "Primer_Brand__Box-module__Box-wide-padding--none___znvZH",
|
|
68
|
+
"Box-wide-padding--4": "Primer_Brand__Box-module__Box-wide-padding--4___yQpqn",
|
|
69
|
+
"Box-wide-padding--8": "Primer_Brand__Box-module__Box-wide-padding--8___f6vWm",
|
|
70
|
+
"Box-wide-padding--12": "Primer_Brand__Box-module__Box-wide-padding--12___s8XUC",
|
|
71
|
+
"Box-wide-padding--16": "Primer_Brand__Box-module__Box-wide-padding--16___6P6QY",
|
|
72
|
+
"Box-wide-padding--20": "Primer_Brand__Box-module__Box-wide-padding--20____5wwH",
|
|
73
|
+
"Box-wide-padding--24": "Primer_Brand__Box-module__Box-wide-padding--24___N4qgw",
|
|
74
|
+
"Box-wide-padding--28": "Primer_Brand__Box-module__Box-wide-padding--28___yaJvl",
|
|
75
|
+
"Box-wide-padding--32": "Primer_Brand__Box-module__Box-wide-padding--32___s6WEm",
|
|
76
|
+
"Box-wide-padding--36": "Primer_Brand__Box-module__Box-wide-padding--36___iyrVP",
|
|
77
|
+
"Box-wide-padding--40": "Primer_Brand__Box-module__Box-wide-padding--40___IQM7z",
|
|
78
|
+
"Box-wide-padding--44": "Primer_Brand__Box-module__Box-wide-padding--44___tEU8M",
|
|
79
|
+
"Box-wide-padding--48": "Primer_Brand__Box-module__Box-wide-padding--48___48SUb",
|
|
80
|
+
"Box-wide-padding--64": "Primer_Brand__Box-module__Box-wide-padding--64___w7VDZ",
|
|
81
|
+
"Box-wide-padding--80": "Primer_Brand__Box-module__Box-wide-padding--80___9tPS3",
|
|
82
|
+
"Box-wide-padding--96": "Primer_Brand__Box-module__Box-wide-padding--96___lTEVX",
|
|
83
|
+
"Box-wide-padding--112": "Primer_Brand__Box-module__Box-wide-padding--112___1ubOY",
|
|
84
|
+
"Box-wide-padding--128": "Primer_Brand__Box-module__Box-wide-padding--128___tPRRu",
|
|
85
|
+
"Box-paddingBlockStart--condensed": "Primer_Brand__Box-module__Box-paddingBlockStart--condensed___VeCcP",
|
|
86
|
+
"Box-paddingBlockStart--normal": "Primer_Brand__Box-module__Box-paddingBlockStart--normal___biM43",
|
|
87
|
+
"Box-paddingBlockStart--spacious": "Primer_Brand__Box-module__Box-paddingBlockStart--spacious___WwyI2",
|
|
88
|
+
"Box-paddingBlockStart--none": "Primer_Brand__Box-module__Box-paddingBlockStart--none___fMvpI",
|
|
89
|
+
"Box-paddingBlockStart--4": "Primer_Brand__Box-module__Box-paddingBlockStart--4___AIpF4",
|
|
90
|
+
"Box-paddingBlockStart--8": "Primer_Brand__Box-module__Box-paddingBlockStart--8___mNLjC",
|
|
91
|
+
"Box-paddingBlockStart--12": "Primer_Brand__Box-module__Box-paddingBlockStart--12___tCrqd",
|
|
92
|
+
"Box-paddingBlockStart--16": "Primer_Brand__Box-module__Box-paddingBlockStart--16___HEF3U",
|
|
93
|
+
"Box-paddingBlockStart--20": "Primer_Brand__Box-module__Box-paddingBlockStart--20___eFjI0",
|
|
94
|
+
"Box-paddingBlockStart--24": "Primer_Brand__Box-module__Box-paddingBlockStart--24___42znV",
|
|
95
|
+
"Box-paddingBlockStart--28": "Primer_Brand__Box-module__Box-paddingBlockStart--28___atIzM",
|
|
96
|
+
"Box-paddingBlockStart--32": "Primer_Brand__Box-module__Box-paddingBlockStart--32___l_ctJ",
|
|
97
|
+
"Box-paddingBlockStart--36": "Primer_Brand__Box-module__Box-paddingBlockStart--36___dk_B_",
|
|
98
|
+
"Box-paddingBlockStart--40": "Primer_Brand__Box-module__Box-paddingBlockStart--40___aLKdb",
|
|
99
|
+
"Box-paddingBlockStart--44": "Primer_Brand__Box-module__Box-paddingBlockStart--44___9GKwE",
|
|
100
|
+
"Box-paddingBlockStart--48": "Primer_Brand__Box-module__Box-paddingBlockStart--48___SmcSI",
|
|
101
|
+
"Box-paddingBlockStart--64": "Primer_Brand__Box-module__Box-paddingBlockStart--64___Y_0SM",
|
|
102
|
+
"Box-paddingBlockStart--80": "Primer_Brand__Box-module__Box-paddingBlockStart--80___d_Yi0",
|
|
103
|
+
"Box-paddingBlockStart--96": "Primer_Brand__Box-module__Box-paddingBlockStart--96___BPOGS",
|
|
104
|
+
"Box-paddingBlockStart--112": "Primer_Brand__Box-module__Box-paddingBlockStart--112___v6O7n",
|
|
105
|
+
"Box-paddingBlockStart--128": "Primer_Brand__Box-module__Box-paddingBlockStart--128___7jd3_",
|
|
106
|
+
"Box-narrow-paddingBlockStart--condensed": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--condensed___vL13Q",
|
|
107
|
+
"Box-narrow-paddingBlockStart--normal": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--normal___mR1zL",
|
|
108
|
+
"Box-narrow-paddingBlockStart--spacious": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--spacious___Q38nU",
|
|
109
|
+
"Box-narrow-paddingBlockStart--none": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--none___wSAE4",
|
|
110
|
+
"Box-narrow-paddingBlockStart--4": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--4___Fx1fl",
|
|
111
|
+
"Box-narrow-paddingBlockStart--8": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--8___go1Ks",
|
|
112
|
+
"Box-narrow-paddingBlockStart--12": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--12___xyBNJ",
|
|
113
|
+
"Box-narrow-paddingBlockStart--16": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--16___O75Dp",
|
|
114
|
+
"Box-narrow-paddingBlockStart--20": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--20___YmCUa",
|
|
115
|
+
"Box-narrow-paddingBlockStart--24": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--24___TBkSd",
|
|
116
|
+
"Box-narrow-paddingBlockStart--28": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--28___Z9ZU7",
|
|
117
|
+
"Box-narrow-paddingBlockStart--32": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--32___HD5OA",
|
|
118
|
+
"Box-narrow-paddingBlockStart--36": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--36___rfhJU",
|
|
119
|
+
"Box-narrow-paddingBlockStart--40": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--40___ttQCc",
|
|
120
|
+
"Box-narrow-paddingBlockStart--44": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--44___rlf3q",
|
|
121
|
+
"Box-narrow-paddingBlockStart--48": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--48____dps_",
|
|
122
|
+
"Box-narrow-paddingBlockStart--64": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--64___5X5HX",
|
|
123
|
+
"Box-narrow-paddingBlockStart--80": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--80___K4rY_",
|
|
124
|
+
"Box-narrow-paddingBlockStart--96": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--96___hHQRx",
|
|
125
|
+
"Box-narrow-paddingBlockStart--112": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--112___GtL5D",
|
|
126
|
+
"Box-narrow-paddingBlockStart--128": "Primer_Brand__Box-module__Box-narrow-paddingBlockStart--128___oDaYC",
|
|
127
|
+
"Box-regular-paddingBlockStart--condensed": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--condensed___9Xg_7",
|
|
128
|
+
"Box-regular-paddingBlockStart--normal": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--normal___fWlVG",
|
|
129
|
+
"Box-regular-paddingBlockStart--spacious": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--spacious___1moOC",
|
|
130
|
+
"Box-regular-paddingBlockStart--none": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--none___pmpry",
|
|
131
|
+
"Box-regular-paddingBlockStart--4": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--4___dcXSK",
|
|
132
|
+
"Box-regular-paddingBlockStart--8": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--8___pwcu7",
|
|
133
|
+
"Box-regular-paddingBlockStart--12": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--12___zvA3_",
|
|
134
|
+
"Box-regular-paddingBlockStart--16": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--16___KKdR2",
|
|
135
|
+
"Box-regular-paddingBlockStart--20": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--20___m2mSB",
|
|
136
|
+
"Box-regular-paddingBlockStart--24": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--24____cEl_",
|
|
137
|
+
"Box-regular-paddingBlockStart--28": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--28____9j8m",
|
|
138
|
+
"Box-regular-paddingBlockStart--32": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--32___23mUI",
|
|
139
|
+
"Box-regular-paddingBlockStart--36": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--36___WjhXI",
|
|
140
|
+
"Box-regular-paddingBlockStart--40": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--40___eXXBs",
|
|
141
|
+
"Box-regular-paddingBlockStart--44": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--44___PzwKh",
|
|
142
|
+
"Box-regular-paddingBlockStart--48": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--48___tNx0Y",
|
|
143
|
+
"Box-regular-paddingBlockStart--64": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--64___V96ux",
|
|
144
|
+
"Box-regular-paddingBlockStart--80": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--80___Qdqx9",
|
|
145
|
+
"Box-regular-paddingBlockStart--96": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--96___JQ7ly",
|
|
146
|
+
"Box-regular-paddingBlockStart--112": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--112___Q55lx",
|
|
147
|
+
"Box-regular-paddingBlockStart--128": "Primer_Brand__Box-module__Box-regular-paddingBlockStart--128____clPQ",
|
|
148
|
+
"Box-wide-paddingBlockStart--condensed": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--condensed___XcOKZ",
|
|
149
|
+
"Box-wide-paddingBlockStart--normal": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--normal___n54EI",
|
|
150
|
+
"Box-wide-paddingBlockStart--spacious": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--spacious___v6qiD",
|
|
151
|
+
"Box-wide-paddingBlockStart--none": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--none____zlRR",
|
|
152
|
+
"Box-wide-paddingBlockStart--4": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--4___PR9an",
|
|
153
|
+
"Box-wide-paddingBlockStart--8": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--8___FK0_3",
|
|
154
|
+
"Box-wide-paddingBlockStart--12": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--12___NSHo_",
|
|
155
|
+
"Box-wide-paddingBlockStart--16": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--16___11vWp",
|
|
156
|
+
"Box-wide-paddingBlockStart--20": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--20___RL4J_",
|
|
157
|
+
"Box-wide-paddingBlockStart--24": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--24___otXX0",
|
|
158
|
+
"Box-wide-paddingBlockStart--28": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--28___FwZKO",
|
|
159
|
+
"Box-wide-paddingBlockStart--32": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--32___HMGH6",
|
|
160
|
+
"Box-wide-paddingBlockStart--36": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--36___asq7M",
|
|
161
|
+
"Box-wide-paddingBlockStart--40": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--40___DUMAv",
|
|
162
|
+
"Box-wide-paddingBlockStart--44": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--44___nalVp",
|
|
163
|
+
"Box-wide-paddingBlockStart--48": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--48___FSOIe",
|
|
164
|
+
"Box-wide-paddingBlockStart--64": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--64___6cM9L",
|
|
165
|
+
"Box-wide-paddingBlockStart--80": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--80___d5qbb",
|
|
166
|
+
"Box-wide-paddingBlockStart--96": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--96___rL_m_",
|
|
167
|
+
"Box-wide-paddingBlockStart--112": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--112___XWpgD",
|
|
168
|
+
"Box-wide-paddingBlockStart--128": "Primer_Brand__Box-module__Box-wide-paddingBlockStart--128____PX6X",
|
|
169
|
+
"Box-paddingInlineEnd--condensed": "Primer_Brand__Box-module__Box-paddingInlineEnd--condensed___nri7V",
|
|
170
|
+
"Box-paddingInlineEnd--normal": "Primer_Brand__Box-module__Box-paddingInlineEnd--normal___FB6U2",
|
|
171
|
+
"Box-paddingInlineEnd--spacious": "Primer_Brand__Box-module__Box-paddingInlineEnd--spacious___gAZku",
|
|
172
|
+
"Box-paddingInlineEnd--none": "Primer_Brand__Box-module__Box-paddingInlineEnd--none___fh2GI",
|
|
173
|
+
"Box-paddingInlineEnd--4": "Primer_Brand__Box-module__Box-paddingInlineEnd--4___Reahn",
|
|
174
|
+
"Box-paddingInlineEnd--8": "Primer_Brand__Box-module__Box-paddingInlineEnd--8___6aCrF",
|
|
175
|
+
"Box-paddingInlineEnd--12": "Primer_Brand__Box-module__Box-paddingInlineEnd--12___qzGGQ",
|
|
176
|
+
"Box-paddingInlineEnd--16": "Primer_Brand__Box-module__Box-paddingInlineEnd--16___YWKfs",
|
|
177
|
+
"Box-paddingInlineEnd--20": "Primer_Brand__Box-module__Box-paddingInlineEnd--20___6D_nz",
|
|
178
|
+
"Box-paddingInlineEnd--24": "Primer_Brand__Box-module__Box-paddingInlineEnd--24___eMVPC",
|
|
179
|
+
"Box-paddingInlineEnd--28": "Primer_Brand__Box-module__Box-paddingInlineEnd--28___6ESoo",
|
|
180
|
+
"Box-paddingInlineEnd--32": "Primer_Brand__Box-module__Box-paddingInlineEnd--32___IESB_",
|
|
181
|
+
"Box-paddingInlineEnd--36": "Primer_Brand__Box-module__Box-paddingInlineEnd--36___Sj7ML",
|
|
182
|
+
"Box-paddingInlineEnd--40": "Primer_Brand__Box-module__Box-paddingInlineEnd--40___PUfHP",
|
|
183
|
+
"Box-paddingInlineEnd--44": "Primer_Brand__Box-module__Box-paddingInlineEnd--44___QWord",
|
|
184
|
+
"Box-paddingInlineEnd--48": "Primer_Brand__Box-module__Box-paddingInlineEnd--48___Bct6K",
|
|
185
|
+
"Box-paddingInlineEnd--64": "Primer_Brand__Box-module__Box-paddingInlineEnd--64___UXT7R",
|
|
186
|
+
"Box-paddingInlineEnd--80": "Primer_Brand__Box-module__Box-paddingInlineEnd--80___9v9ZM",
|
|
187
|
+
"Box-paddingInlineEnd--96": "Primer_Brand__Box-module__Box-paddingInlineEnd--96___o5o1w",
|
|
188
|
+
"Box-paddingInlineEnd--112": "Primer_Brand__Box-module__Box-paddingInlineEnd--112___5RvHU",
|
|
189
|
+
"Box-paddingInlineEnd--128": "Primer_Brand__Box-module__Box-paddingInlineEnd--128___bVIRK",
|
|
190
|
+
"Box-narrow-paddingInlineEnd--condensed": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--condensed___o61WC",
|
|
191
|
+
"Box-narrow-paddingInlineEnd--normal": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--normal___t4Ebg",
|
|
192
|
+
"Box-narrow-paddingInlineEnd--spacious": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--spacious___aLPl8",
|
|
193
|
+
"Box-narrow-paddingInlineEnd--none": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--none___3vtzm",
|
|
194
|
+
"Box-narrow-paddingInlineEnd--4": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--4___5AkH0",
|
|
195
|
+
"Box-narrow-paddingInlineEnd--8": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--8___1pdyQ",
|
|
196
|
+
"Box-narrow-paddingInlineEnd--12": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--12___qPjdt",
|
|
197
|
+
"Box-narrow-paddingInlineEnd--16": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--16___6KQWn",
|
|
198
|
+
"Box-narrow-paddingInlineEnd--20": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--20___fanuM",
|
|
199
|
+
"Box-narrow-paddingInlineEnd--24": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--24___BfjlF",
|
|
200
|
+
"Box-narrow-paddingInlineEnd--28": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--28___I_XDE",
|
|
201
|
+
"Box-narrow-paddingInlineEnd--32": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--32___H7Kky",
|
|
202
|
+
"Box-narrow-paddingInlineEnd--36": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--36___qZoYM",
|
|
203
|
+
"Box-narrow-paddingInlineEnd--40": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--40___SrdHc",
|
|
204
|
+
"Box-narrow-paddingInlineEnd--44": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--44___hNaB6",
|
|
205
|
+
"Box-narrow-paddingInlineEnd--48": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--48___eLkj2",
|
|
206
|
+
"Box-narrow-paddingInlineEnd--64": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--64___yzuJA",
|
|
207
|
+
"Box-narrow-paddingInlineEnd--80": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--80___3xEC9",
|
|
208
|
+
"Box-narrow-paddingInlineEnd--96": "Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--96___tywXg",
|
|
209
|
+
"Box-regular-paddingInlineEnd--condensed": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--condensed___a3kRx",
|
|
210
|
+
"Box-regular-paddingInlineEnd--normal": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--normal___kRyUg",
|
|
211
|
+
"Box-regular-paddingInlineEnd--spacious": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--spacious___cA7pQ",
|
|
212
|
+
"Box-regular-paddingInlineEnd--none": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--none___nI1TG",
|
|
213
|
+
"Box-regular-paddingInlineEnd--4": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--4___wNK__",
|
|
214
|
+
"Box-regular-paddingInlineEnd--8": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--8___PALMh",
|
|
215
|
+
"Box-regular-paddingInlineEnd--12": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--12___sP1TE",
|
|
216
|
+
"Box-regular-paddingInlineEnd--16": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--16___C652J",
|
|
217
|
+
"Box-regular-paddingInlineEnd--20": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--20___fnSLm",
|
|
218
|
+
"Box-regular-paddingInlineEnd--24": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--24___yFXTI",
|
|
219
|
+
"Box-regular-paddingInlineEnd--28": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--28___N_azm",
|
|
220
|
+
"Box-regular-paddingInlineEnd--32": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--32___VF43n",
|
|
221
|
+
"Box-regular-paddingInlineEnd--36": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--36___J_DFd",
|
|
222
|
+
"Box-regular-paddingInlineEnd--40": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--40___3JGEO",
|
|
223
|
+
"Box-regular-paddingInlineEnd--44": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--44___soItu",
|
|
224
|
+
"Box-regular-paddingInlineEnd--48": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--48____Ez5d",
|
|
225
|
+
"Box-regular-paddingInlineEnd--64": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--64___h_n6b",
|
|
226
|
+
"Box-regular-paddingInlineEnd--80": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--80___Q3oLn",
|
|
227
|
+
"Box-regular-paddingInlineEnd--96": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--96___y6Mvi",
|
|
228
|
+
"Box-regular-paddingInlineEnd--112": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--112___m_481",
|
|
229
|
+
"Box-regular-paddingInlineEnd--128": "Primer_Brand__Box-module__Box-regular-paddingInlineEnd--128___16RRj",
|
|
230
|
+
"Box-wide-paddingInlineEnd--condensed": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--condensed___JHgpN",
|
|
231
|
+
"Box-wide-paddingInlineEnd--normal": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--normal___nEf3m",
|
|
232
|
+
"Box-wide-paddingInlineEnd--spacious": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--spacious___nJQ8N",
|
|
233
|
+
"Box-wide-paddingInlineEnd--none": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--none___Hm5Su",
|
|
234
|
+
"Box-wide-paddingInlineEnd--4": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--4___cJUVD",
|
|
235
|
+
"Box-wide-paddingInlineEnd--8": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--8___QyYqv",
|
|
236
|
+
"Box-wide-paddingInlineEnd--12": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--12___9_zP9",
|
|
237
|
+
"Box-wide-paddingInlineEnd--16": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--16___uVXj_",
|
|
238
|
+
"Box-wide-paddingInlineEnd--20": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--20___xU6ds",
|
|
239
|
+
"Box-wide-paddingInlineEnd--24": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--24___bP2_Q",
|
|
240
|
+
"Box-wide-paddingInlineEnd--28": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--28___c9UkK",
|
|
241
|
+
"Box-wide-paddingInlineEnd--32": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--32___9Ut8x",
|
|
242
|
+
"Box-wide-paddingInlineEnd--36": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--36___uO2Hq",
|
|
243
|
+
"Box-wide-paddingInlineEnd--40": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--40___iZLe0",
|
|
244
|
+
"Box-wide-paddingInlineEnd--44": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--44___kQHDB",
|
|
245
|
+
"Box-wide-paddingInlineEnd--48": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--48___p2tiI",
|
|
246
|
+
"Box-wide-paddingInlineEnd--64": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--64___vBMJR",
|
|
247
|
+
"Box-wide-paddingInlineEnd--80": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--80___yPcKg",
|
|
248
|
+
"Box-wide-paddingInlineEnd--96": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--96___mvELD",
|
|
249
|
+
"Box-wide-paddingInlineEnd--112": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--112___yPZD1",
|
|
250
|
+
"Box-wide-paddingInlineEnd--128": "Primer_Brand__Box-module__Box-wide-paddingInlineEnd--128___M_I1d",
|
|
251
|
+
"Box-paddingBlockEnd--condensed": "Primer_Brand__Box-module__Box-paddingBlockEnd--condensed___H3qAA",
|
|
252
|
+
"Box-paddingBlockEnd--normal": "Primer_Brand__Box-module__Box-paddingBlockEnd--normal___po7jd",
|
|
253
|
+
"Box-paddingBlockEnd--spacious": "Primer_Brand__Box-module__Box-paddingBlockEnd--spacious___IV0YJ",
|
|
254
|
+
"Box-paddingBlockEnd--none": "Primer_Brand__Box-module__Box-paddingBlockEnd--none___XYxIv",
|
|
255
|
+
"Box-paddingBlockEnd--4": "Primer_Brand__Box-module__Box-paddingBlockEnd--4___LNIVV",
|
|
256
|
+
"Box-paddingBlockEnd--8": "Primer_Brand__Box-module__Box-paddingBlockEnd--8____n69r",
|
|
257
|
+
"Box-paddingBlockEnd--12": "Primer_Brand__Box-module__Box-paddingBlockEnd--12___YyOfK",
|
|
258
|
+
"Box-paddingBlockEnd--16": "Primer_Brand__Box-module__Box-paddingBlockEnd--16___rmZ9s",
|
|
259
|
+
"Box-paddingBlockEnd--20": "Primer_Brand__Box-module__Box-paddingBlockEnd--20___ohTpu",
|
|
260
|
+
"Box-paddingBlockEnd--24": "Primer_Brand__Box-module__Box-paddingBlockEnd--24___9bzSc",
|
|
261
|
+
"Box-paddingBlockEnd--28": "Primer_Brand__Box-module__Box-paddingBlockEnd--28___9Gitx",
|
|
262
|
+
"Box-paddingBlockEnd--32": "Primer_Brand__Box-module__Box-paddingBlockEnd--32___L64LE",
|
|
263
|
+
"Box-paddingBlockEnd--36": "Primer_Brand__Box-module__Box-paddingBlockEnd--36___bemgr",
|
|
264
|
+
"Box-paddingBlockEnd--40": "Primer_Brand__Box-module__Box-paddingBlockEnd--40___bpxvu",
|
|
265
|
+
"Box-paddingBlockEnd--44": "Primer_Brand__Box-module__Box-paddingBlockEnd--44___L26Ti",
|
|
266
|
+
"Box-paddingBlockEnd--48": "Primer_Brand__Box-module__Box-paddingBlockEnd--48___mpg32",
|
|
267
|
+
"Box-paddingBlockEnd--64": "Primer_Brand__Box-module__Box-paddingBlockEnd--64___EPgDI",
|
|
268
|
+
"Box-paddingBlockEnd--80": "Primer_Brand__Box-module__Box-paddingBlockEnd--80___IWLUX",
|
|
269
|
+
"Box-paddingBlockEnd--96": "Primer_Brand__Box-module__Box-paddingBlockEnd--96___AREUt",
|
|
270
|
+
"Box-paddingBlockEnd--112": "Primer_Brand__Box-module__Box-paddingBlockEnd--112___W8__T",
|
|
271
|
+
"Box-paddingBlockEnd--128": "Primer_Brand__Box-module__Box-paddingBlockEnd--128___Whnss",
|
|
272
|
+
"Box-narrow-paddingBlockEnd--condensed": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--condensed___BqVqD",
|
|
273
|
+
"Box-narrow-paddingBlockEnd--normal": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--normal___bLu6z",
|
|
274
|
+
"Box-narrow-paddingBlockEnd--spacious": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--spacious___5vah6",
|
|
275
|
+
"Box-narrow-paddingBlockEnd--none": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--none___Ab1R7",
|
|
276
|
+
"Box-narrow-paddingBlockEnd--4": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--4___Mmxnh",
|
|
277
|
+
"Box-narrow-paddingBlockEnd--8": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--8___snVn2",
|
|
278
|
+
"Box-narrow-paddingBlockEnd--12": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--12___Apbgk",
|
|
279
|
+
"Box-narrow-paddingBlockEnd--16": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--16___VMgCH",
|
|
280
|
+
"Box-narrow-paddingBlockEnd--20": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--20___WEDzC",
|
|
281
|
+
"Box-narrow-paddingBlockEnd--24": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--24___6BdmM",
|
|
282
|
+
"Box-narrow-paddingBlockEnd--28": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--28___bg9z6",
|
|
283
|
+
"Box-narrow-paddingBlockEnd--32": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--32___XNEjT",
|
|
284
|
+
"Box-narrow-paddingBlockEnd--36": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--36___kpCQw",
|
|
285
|
+
"Box-narrow-paddingBlockEnd--40": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--40___ipT_Z",
|
|
286
|
+
"Box-narrow-paddingBlockEnd--44": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--44___HzxdZ",
|
|
287
|
+
"Box-narrow-paddingBlockEnd--48": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--48___kFRDk",
|
|
288
|
+
"Box-narrow-paddingBlockEnd--64": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--64___mYBR9",
|
|
289
|
+
"Box-narrow-paddingBlockEnd--80": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--80___x6CM2",
|
|
290
|
+
"Box-narrow-paddingBlockEnd--96": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--96___XFlkx",
|
|
291
|
+
"Box-narrow-paddingBlockEnd--112": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--112___TvS0B",
|
|
292
|
+
"Box-narrow-paddingBlockEnd--128": "Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--128___9A13a",
|
|
293
|
+
"Box-regular-paddingBlockEnd--condensed": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--condensed___xCZR1",
|
|
294
|
+
"Box-regular-paddingBlockEnd--normal": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--normal___mJTkJ",
|
|
295
|
+
"Box-regular-paddingBlockEnd--spacious": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--spacious___1yPOB",
|
|
296
|
+
"Box-regular-paddingBlockEnd--none": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--none___SXczm",
|
|
297
|
+
"Box-regular-paddingBlockEnd--4": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--4___J_SeD",
|
|
298
|
+
"Box-regular-paddingBlockEnd--8": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--8___1hek1",
|
|
299
|
+
"Box-regular-paddingBlockEnd--12": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--12___8Tig3",
|
|
300
|
+
"Box-regular-paddingBlockEnd--16": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--16___7uYyk",
|
|
301
|
+
"Box-regular-paddingBlockEnd--20": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--20___JRRct",
|
|
302
|
+
"Box-regular-paddingBlockEnd--24": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--24___jIzDN",
|
|
303
|
+
"Box-regular-paddingBlockEnd--28": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--28___7k43_",
|
|
304
|
+
"Box-regular-paddingBlockEnd--32": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--32___EdJ7l",
|
|
305
|
+
"Box-regular-paddingBlockEnd--36": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--36___xoV3E",
|
|
306
|
+
"Box-regular-paddingBlockEnd--40": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--40___yTtP9",
|
|
307
|
+
"Box-regular-paddingBlockEnd--44": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--44___TEQmP",
|
|
308
|
+
"Box-regular-paddingBlockEnd--48": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--48____A4AL",
|
|
309
|
+
"Box-regular-paddingBlockEnd--64": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--64___5UAcY",
|
|
310
|
+
"Box-regular-paddingBlockEnd--80": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--80___4i6wV",
|
|
311
|
+
"Box-regular-paddingBlockEnd--96": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--96___ktUqo",
|
|
312
|
+
"Box-regular-paddingBlockEnd--112": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--112___1eppK",
|
|
313
|
+
"Box-regular-paddingBlockEnd--128": "Primer_Brand__Box-module__Box-regular-paddingBlockEnd--128___MhXPq",
|
|
314
|
+
"Box-wide-paddingBlockEnd--condensed": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--condensed___L61i1",
|
|
315
|
+
"Box-wide-paddingBlockEnd--normal": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--normal___fST2s",
|
|
316
|
+
"Box-wide-paddingBlockEnd--spacious": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--spacious___Y91go",
|
|
317
|
+
"Box-wide-paddingBlockEnd--none": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--none___wyqfv",
|
|
318
|
+
"Box-wide-paddingBlockEnd--4": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--4___47ERP",
|
|
319
|
+
"Box-wide-paddingBlockEnd--8": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--8___A_0Rw",
|
|
320
|
+
"Box-wide-paddingBlockEnd--12": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--12___MFnBI",
|
|
321
|
+
"Box-wide-paddingBlockEnd--16": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--16___g04oe",
|
|
322
|
+
"Box-wide-paddingBlockEnd--20": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--20___dYjTg",
|
|
323
|
+
"Box-wide-paddingBlockEnd--24": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--24___725rU",
|
|
324
|
+
"Box-wide-paddingBlockEnd--28": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--28___i1ZrP",
|
|
325
|
+
"Box-wide-paddingBlockEnd--32": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--32___J3E_q",
|
|
326
|
+
"Box-wide-paddingBlockEnd--36": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--36___SiMqV",
|
|
327
|
+
"Box-wide-paddingBlockEnd--40": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--40___OTpOC",
|
|
328
|
+
"Box-wide-paddingBlockEnd--44": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--44___ZhNr_",
|
|
329
|
+
"Box-wide-paddingBlockEnd--48": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--48___5ANIa",
|
|
330
|
+
"Box-wide-paddingBlockEnd--64": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--64____2Idh",
|
|
331
|
+
"Box-wide-paddingBlockEnd--80": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--80___8kaZj",
|
|
332
|
+
"Box-wide-paddingBlockEnd--96": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--96___f4IJH",
|
|
333
|
+
"Box-wide-paddingBlockEnd--112": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--112___SqAc1",
|
|
334
|
+
"Box-wide-paddingBlockEnd--128": "Primer_Brand__Box-module__Box-wide-paddingBlockEnd--128___o1Mjn",
|
|
335
|
+
"Box-paddingInlineStart--condensed": "Primer_Brand__Box-module__Box-paddingInlineStart--condensed___YVDnf",
|
|
336
|
+
"Box-paddingInlineStart--normal": "Primer_Brand__Box-module__Box-paddingInlineStart--normal___hfKKU",
|
|
337
|
+
"Box-paddingInlineStart--spacious": "Primer_Brand__Box-module__Box-paddingInlineStart--spacious___8JEIt",
|
|
338
|
+
"Box-paddingInlineStart--none": "Primer_Brand__Box-module__Box-paddingInlineStart--none____rrcz",
|
|
339
|
+
"Box-paddingInlineStart--4": "Primer_Brand__Box-module__Box-paddingInlineStart--4___hU4rK",
|
|
340
|
+
"Box-paddingInlineStart--8": "Primer_Brand__Box-module__Box-paddingInlineStart--8___xNe21",
|
|
341
|
+
"Box-paddingInlineStart--12": "Primer_Brand__Box-module__Box-paddingInlineStart--12___zFb20",
|
|
342
|
+
"Box-paddingInlineStart--16": "Primer_Brand__Box-module__Box-paddingInlineStart--16___VVjpo",
|
|
343
|
+
"Box-paddingInlineStart--20": "Primer_Brand__Box-module__Box-paddingInlineStart--20___JU0O7",
|
|
344
|
+
"Box-paddingInlineStart--24": "Primer_Brand__Box-module__Box-paddingInlineStart--24___NkNE7",
|
|
345
|
+
"Box-paddingInlineStart--28": "Primer_Brand__Box-module__Box-paddingInlineStart--28___0bhyq",
|
|
346
|
+
"Box-paddingInlineStart--32": "Primer_Brand__Box-module__Box-paddingInlineStart--32___huWVh",
|
|
347
|
+
"Box-paddingInlineStart--36": "Primer_Brand__Box-module__Box-paddingInlineStart--36___Nqq16",
|
|
348
|
+
"Box-paddingInlineStart--40": "Primer_Brand__Box-module__Box-paddingInlineStart--40___u9NjB",
|
|
349
|
+
"Box-paddingInlineStart--44": "Primer_Brand__Box-module__Box-paddingInlineStart--44___Wi7YN",
|
|
350
|
+
"Box-paddingInlineStart--48": "Primer_Brand__Box-module__Box-paddingInlineStart--48___YCa0a",
|
|
351
|
+
"Box-paddingInlineStart--64": "Primer_Brand__Box-module__Box-paddingInlineStart--64___QjuE6",
|
|
352
|
+
"Box-paddingInlineStart--80": "Primer_Brand__Box-module__Box-paddingInlineStart--80___2KAHO",
|
|
353
|
+
"Box-paddingInlineStart--96": "Primer_Brand__Box-module__Box-paddingInlineStart--96___OQfJG",
|
|
354
|
+
"Box-paddingInlineStart--112": "Primer_Brand__Box-module__Box-paddingInlineStart--112___naml9",
|
|
355
|
+
"Box-paddingInlineStart--128": "Primer_Brand__Box-module__Box-paddingInlineStart--128___JJrWz",
|
|
356
|
+
"Box-narrow-paddingInlineStart--condensed": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--condensed___tJxuT",
|
|
357
|
+
"Box-narrow-paddingInlineStart--normal": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--normal___D6Lep",
|
|
358
|
+
"Box-narrow-paddingInlineStart--spacious": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--spacious___0dBJM",
|
|
359
|
+
"Box-narrow-paddingInlineStart--none": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--none___EEeeg",
|
|
360
|
+
"Box-narrow-paddingInlineStart--4": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--4___pi5AY",
|
|
361
|
+
"Box-narrow-paddingInlineStart--8": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--8___nCLdo",
|
|
362
|
+
"Box-narrow-paddingInlineStart--12": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--12___TYS_W",
|
|
363
|
+
"Box-narrow-paddingInlineStart--16": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--16___wqO8N",
|
|
364
|
+
"Box-narrow-paddingInlineStart--20": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--20___hT8P_",
|
|
365
|
+
"Box-narrow-paddingInlineStart--24": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--24___TeqSZ",
|
|
366
|
+
"Box-narrow-paddingInlineStart--28": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--28___t8cyV",
|
|
367
|
+
"Box-narrow-paddingInlineStart--32": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--32___Aaouf",
|
|
368
|
+
"Box-narrow-paddingInlineStart--36": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--36____P5NG",
|
|
369
|
+
"Box-narrow-paddingInlineStart--40": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--40___L4qpK",
|
|
370
|
+
"Box-narrow-paddingInlineStart--44": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--44___WV8M_",
|
|
371
|
+
"Box-narrow-paddingInlineStart--48": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--48___HQHlg",
|
|
372
|
+
"Box-narrow-paddingInlineStart--64": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--64___guqsd",
|
|
373
|
+
"Box-narrow-paddingInlineStart--80": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--80___m2dML",
|
|
374
|
+
"Box-narrow-paddingInlineStart--96": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--96___pRqdy",
|
|
375
|
+
"Box-narrow-paddingInlineStart--112": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--112___NktUj",
|
|
376
|
+
"Box-narrow-paddingInlineStart--128": "Primer_Brand__Box-module__Box-narrow-paddingInlineStart--128___26L4F",
|
|
377
|
+
"Box-regular-paddingInlineStart--condensed": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--condensed___SVU6g",
|
|
378
|
+
"Box-regular-paddingInlineStart--normal": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--normal___x3IgM",
|
|
379
|
+
"Box-regular-paddingInlineStart--spacious": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--spacious___73fuA",
|
|
380
|
+
"Box-regular-paddingInlineStart--none": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--none___5lGqj",
|
|
381
|
+
"Box-regular-paddingInlineStart--4": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--4___kknqY",
|
|
382
|
+
"Box-regular-paddingInlineStart--8": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--8___dG1M2",
|
|
383
|
+
"Box-regular-paddingInlineStart--12": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--12___Hopfq",
|
|
384
|
+
"Box-regular-paddingInlineStart--16": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--16___YYXXQ",
|
|
385
|
+
"Box-regular-paddingInlineStart--20": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--20___Ta71A",
|
|
386
|
+
"Box-regular-paddingInlineStart--24": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--24___9_ECq",
|
|
387
|
+
"Box-regular-paddingInlineStart--28": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--28___Rd80j",
|
|
388
|
+
"Box-regular-paddingInlineStart--32": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--32___OPUk7",
|
|
389
|
+
"Box-regular-paddingInlineStart--36": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--36___AfnSb",
|
|
390
|
+
"Box-regular-paddingInlineStart--40": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--40___2MNgk",
|
|
391
|
+
"Box-regular-paddingInlineStart--44": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--44___H1wzf",
|
|
392
|
+
"Box-regular-paddingInlineStart--48": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--48___lIQPV",
|
|
393
|
+
"Box-regular-paddingInlineStart--64": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--64___cjvr_",
|
|
394
|
+
"Box-regular-paddingInlineStart--80": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--80___As8qz",
|
|
395
|
+
"Box-regular-paddingInlineStart--96": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--96___8qpY3",
|
|
396
|
+
"Box-regular-paddingInlineStart--112": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--112___Py83_",
|
|
397
|
+
"Box-regular-paddingInlineStart--128": "Primer_Brand__Box-module__Box-regular-paddingInlineStart--128___jKw7R",
|
|
398
|
+
"Box-wide-paddingInlineStart--condensed": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--condensed___gCiEp",
|
|
399
|
+
"Box-wide-paddingInlineStart--normal": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--normal___Erm0V",
|
|
400
|
+
"Box-wide-paddingInlineStart--spacious": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--spacious___9SwYD",
|
|
401
|
+
"Box-wide-paddingInlineStart--none": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--none___mgDIc",
|
|
402
|
+
"Box-wide-paddingInlineStart--4": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--4___GYmMx",
|
|
403
|
+
"Box-wide-paddingInlineStart--8": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--8___NZhYc",
|
|
404
|
+
"Box-wide-paddingInlineStart--12": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--12___jPnYE",
|
|
405
|
+
"Box-wide-paddingInlineStart--16": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--16___gJn_N",
|
|
406
|
+
"Box-wide-paddingInlineStart--20": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--20___Dv2a5",
|
|
407
|
+
"Box-wide-paddingInlineStart--24": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--24___TXf_7",
|
|
408
|
+
"Box-wide-paddingInlineStart--28": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--28___OYYnw",
|
|
409
|
+
"Box-wide-paddingInlineStart--32": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--32___gWXrg",
|
|
410
|
+
"Box-wide-paddingInlineStart--36": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--36___vu5NC",
|
|
411
|
+
"Box-wide-paddingInlineStart--40": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--40___QycG5",
|
|
412
|
+
"Box-wide-paddingInlineStart--44": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--44___gU2rs",
|
|
413
|
+
"Box-wide-paddingInlineStart--48": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--48___blykE",
|
|
414
|
+
"Box-wide-paddingInlineStart--64": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--64___YSrph",
|
|
415
|
+
"Box-wide-paddingInlineStart--80": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--80___B511Z",
|
|
416
|
+
"Box-wide-paddingInlineStart--96": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--96___YYZvH",
|
|
417
|
+
"Box-wide-paddingInlineStart--112": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--112___t7cnz",
|
|
418
|
+
"Box-wide-paddingInlineStart--128": "Primer_Brand__Box-module__Box-wide-paddingInlineStart--128___D29X2",
|
|
419
|
+
"Box-margin--condensed": "Primer_Brand__Box-module__Box-margin--condensed___mBwkG",
|
|
420
|
+
"Box-margin--normal": "Primer_Brand__Box-module__Box-margin--normal___do5BS",
|
|
421
|
+
"Box-margin--spacious": "Primer_Brand__Box-module__Box-margin--spacious___uEl6F",
|
|
422
|
+
"Box-margin--none": "Primer_Brand__Box-module__Box-margin--none___qulo1",
|
|
423
|
+
"Box-margin--4": "Primer_Brand__Box-module__Box-margin--4___72RoH",
|
|
424
|
+
"Box-margin--8": "Primer_Brand__Box-module__Box-margin--8___uFi_D",
|
|
425
|
+
"Box-margin--12": "Primer_Brand__Box-module__Box-margin--12___Ixk46",
|
|
426
|
+
"Box-margin--16": "Primer_Brand__Box-module__Box-margin--16___HC3DV",
|
|
427
|
+
"Box-margin--20": "Primer_Brand__Box-module__Box-margin--20___WXYbK",
|
|
428
|
+
"Box-margin--24": "Primer_Brand__Box-module__Box-margin--24___kNd_n",
|
|
429
|
+
"Box-margin--28": "Primer_Brand__Box-module__Box-margin--28___DIZFF",
|
|
430
|
+
"Box-margin--32": "Primer_Brand__Box-module__Box-margin--32___qrjPa",
|
|
431
|
+
"Box-margin--36": "Primer_Brand__Box-module__Box-margin--36___ClFAV",
|
|
432
|
+
"Box-margin--40": "Primer_Brand__Box-module__Box-margin--40___MEzYS",
|
|
433
|
+
"Box-margin--44": "Primer_Brand__Box-module__Box-margin--44___Hod5n",
|
|
434
|
+
"Box-margin--48": "Primer_Brand__Box-module__Box-margin--48___Clsfj",
|
|
435
|
+
"Box-margin--64": "Primer_Brand__Box-module__Box-margin--64___CWi1l",
|
|
436
|
+
"Box-margin--80": "Primer_Brand__Box-module__Box-margin--80___OCCa3",
|
|
437
|
+
"Box-margin--96": "Primer_Brand__Box-module__Box-margin--96___hGCnA",
|
|
438
|
+
"Box-margin--112": "Primer_Brand__Box-module__Box-margin--112____KbLL",
|
|
439
|
+
"Box-margin--128": "Primer_Brand__Box-module__Box-margin--128___TkW4b",
|
|
440
|
+
"Box-narrow-margin--condensed": "Primer_Brand__Box-module__Box-narrow-margin--condensed___SiCIR",
|
|
441
|
+
"Box-narrow-margin--normal": "Primer_Brand__Box-module__Box-narrow-margin--normal___8XGCw",
|
|
442
|
+
"Box-narrow-margin--spacious": "Primer_Brand__Box-module__Box-narrow-margin--spacious___G4AeD",
|
|
443
|
+
"Box-narrow-margin--none": "Primer_Brand__Box-module__Box-narrow-margin--none___nNsiU",
|
|
444
|
+
"Box-narrow-margin--4": "Primer_Brand__Box-module__Box-narrow-margin--4___EvUVU",
|
|
445
|
+
"Box-narrow-margin--8": "Primer_Brand__Box-module__Box-narrow-margin--8___9ur4L",
|
|
446
|
+
"Box-narrow-margin--12": "Primer_Brand__Box-module__Box-narrow-margin--12___ovUY8",
|
|
447
|
+
"Box-narrow-margin--16": "Primer_Brand__Box-module__Box-narrow-margin--16___vYt6t",
|
|
448
|
+
"Box-narrow-margin--20": "Primer_Brand__Box-module__Box-narrow-margin--20___71_hx",
|
|
449
|
+
"Box-narrow-margin--24": "Primer_Brand__Box-module__Box-narrow-margin--24___BOxzF",
|
|
450
|
+
"Box-narrow-margin--28": "Primer_Brand__Box-module__Box-narrow-margin--28___R1YSL",
|
|
451
|
+
"Box-narrow-margin--32": "Primer_Brand__Box-module__Box-narrow-margin--32___F7OBA",
|
|
452
|
+
"Box-narrow-margin--36": "Primer_Brand__Box-module__Box-narrow-margin--36___quLjZ",
|
|
453
|
+
"Box-narrow-margin--40": "Primer_Brand__Box-module__Box-narrow-margin--40___yFJ1P",
|
|
454
|
+
"Box-narrow-margin--44": "Primer_Brand__Box-module__Box-narrow-margin--44___YjjuY",
|
|
455
|
+
"Box-narrow-margin--48": "Primer_Brand__Box-module__Box-narrow-margin--48___13AKv",
|
|
456
|
+
"Box-narrow-margin--64": "Primer_Brand__Box-module__Box-narrow-margin--64___rd_kv",
|
|
457
|
+
"Box-narrow-margin--80": "Primer_Brand__Box-module__Box-narrow-margin--80___cXS2T",
|
|
458
|
+
"Box-narrow-margin--96": "Primer_Brand__Box-module__Box-narrow-margin--96___cWv13",
|
|
459
|
+
"Box-narrow-margin--112": "Primer_Brand__Box-module__Box-narrow-margin--112___o4Ds3",
|
|
460
|
+
"Box-narrow-margin--128": "Primer_Brand__Box-module__Box-narrow-margin--128___gFIx5",
|
|
461
|
+
"Box-regular-margin--condensed": "Primer_Brand__Box-module__Box-regular-margin--condensed___rGtPN",
|
|
462
|
+
"Box-regular-margin--normal": "Primer_Brand__Box-module__Box-regular-margin--normal___Z_VLB",
|
|
463
|
+
"Box-regular-margin--spacious": "Primer_Brand__Box-module__Box-regular-margin--spacious___737_j",
|
|
464
|
+
"Box-regular-margin--none": "Primer_Brand__Box-module__Box-regular-margin--none___0rS5C",
|
|
465
|
+
"Box-regular-margin--4": "Primer_Brand__Box-module__Box-regular-margin--4___ARaWb",
|
|
466
|
+
"Box-regular-margin--8": "Primer_Brand__Box-module__Box-regular-margin--8___ZR9Sg",
|
|
467
|
+
"Box-regular-margin--12": "Primer_Brand__Box-module__Box-regular-margin--12___AJdXL",
|
|
468
|
+
"Box-regular-margin--16": "Primer_Brand__Box-module__Box-regular-margin--16___PURZQ",
|
|
469
|
+
"Box-regular-margin--20": "Primer_Brand__Box-module__Box-regular-margin--20___qQKjK",
|
|
470
|
+
"Box-regular-margin--24": "Primer_Brand__Box-module__Box-regular-margin--24___Dczn0",
|
|
471
|
+
"Box-regular-margin--28": "Primer_Brand__Box-module__Box-regular-margin--28___3jfMo",
|
|
472
|
+
"Box-regular-margin--32": "Primer_Brand__Box-module__Box-regular-margin--32___wzcbz",
|
|
473
|
+
"Box-regular-margin--36": "Primer_Brand__Box-module__Box-regular-margin--36___bNR0r",
|
|
474
|
+
"Box-regular-margin--40": "Primer_Brand__Box-module__Box-regular-margin--40___uFCF1",
|
|
475
|
+
"Box-regular-margin--44": "Primer_Brand__Box-module__Box-regular-margin--44___wDzbB",
|
|
476
|
+
"Box-regular-margin--48": "Primer_Brand__Box-module__Box-regular-margin--48___V9wC8",
|
|
477
|
+
"Box-regular-margin--64": "Primer_Brand__Box-module__Box-regular-margin--64___lPbXl",
|
|
478
|
+
"Box-regular-margin--80": "Primer_Brand__Box-module__Box-regular-margin--80___xQYCr",
|
|
479
|
+
"Box-regular-margin--96": "Primer_Brand__Box-module__Box-regular-margin--96___ugSJO",
|
|
480
|
+
"Box-regular-margin--112": "Primer_Brand__Box-module__Box-regular-margin--112___IzNbC",
|
|
481
|
+
"Box-regular-margin--128": "Primer_Brand__Box-module__Box-regular-margin--128___sEldO",
|
|
482
|
+
"Box-wide-margin--condensed": "Primer_Brand__Box-module__Box-wide-margin--condensed___bFL_r",
|
|
483
|
+
"Box-wide-margin--normal": "Primer_Brand__Box-module__Box-wide-margin--normal___SZsLp",
|
|
484
|
+
"Box-wide-margin--spacious": "Primer_Brand__Box-module__Box-wide-margin--spacious___lfU8R",
|
|
485
|
+
"Box-wide-margin--none": "Primer_Brand__Box-module__Box-wide-margin--none___BwkD1",
|
|
486
|
+
"Box-wide-margin--4": "Primer_Brand__Box-module__Box-wide-margin--4___5WC8r",
|
|
487
|
+
"Box-wide-margin--8": "Primer_Brand__Box-module__Box-wide-margin--8___3Bqpo",
|
|
488
|
+
"Box-wide-margin--12": "Primer_Brand__Box-module__Box-wide-margin--12___Z_G4Z",
|
|
489
|
+
"Box-wide-margin--16": "Primer_Brand__Box-module__Box-wide-margin--16___YYN_M",
|
|
490
|
+
"Box-wide-margin--20": "Primer_Brand__Box-module__Box-wide-margin--20___yrl_2",
|
|
491
|
+
"Box-wide-margin--24": "Primer_Brand__Box-module__Box-wide-margin--24___rsgFy",
|
|
492
|
+
"Box-wide-margin--28": "Primer_Brand__Box-module__Box-wide-margin--28___AHC94",
|
|
493
|
+
"Box-wide-margin--32": "Primer_Brand__Box-module__Box-wide-margin--32___8Hmky",
|
|
494
|
+
"Box-wide-margin--36": "Primer_Brand__Box-module__Box-wide-margin--36___bCJjD",
|
|
495
|
+
"Box-wide-margin--40": "Primer_Brand__Box-module__Box-wide-margin--40___FHbiA",
|
|
496
|
+
"Box-wide-margin--44": "Primer_Brand__Box-module__Box-wide-margin--44___Ov5jW",
|
|
497
|
+
"Box-wide-margin--48": "Primer_Brand__Box-module__Box-wide-margin--48___TXID_",
|
|
498
|
+
"Box-wide-margin--64": "Primer_Brand__Box-module__Box-wide-margin--64___LSBPc",
|
|
499
|
+
"Box-wide-margin--80": "Primer_Brand__Box-module__Box-wide-margin--80___fVtSZ",
|
|
500
|
+
"Box-wide-margin--112": "Primer_Brand__Box-module__Box-wide-margin--112____paRU",
|
|
501
|
+
"Box-wide-margin--128": "Primer_Brand__Box-module__Box-wide-margin--128___zczD6",
|
|
502
|
+
"Box-marginBlockStart--condensed": "Primer_Brand__Box-module__Box-marginBlockStart--condensed___EJ4kj",
|
|
503
|
+
"Box-marginBlockStart--normal": "Primer_Brand__Box-module__Box-marginBlockStart--normal___K_UTt",
|
|
504
|
+
"Box-marginBlockStart--spacious": "Primer_Brand__Box-module__Box-marginBlockStart--spacious___TnbPg",
|
|
505
|
+
"Box-marginBlockStart--none": "Primer_Brand__Box-module__Box-marginBlockStart--none___o_bmx",
|
|
506
|
+
"Box-marginBlockStart--4": "Primer_Brand__Box-module__Box-marginBlockStart--4___SBWzl",
|
|
507
|
+
"Box-marginBlockStart--8": "Primer_Brand__Box-module__Box-marginBlockStart--8___q_v_o",
|
|
508
|
+
"Box-marginBlockStart--12": "Primer_Brand__Box-module__Box-marginBlockStart--12___Rxmp1",
|
|
509
|
+
"Box-marginBlockStart--16": "Primer_Brand__Box-module__Box-marginBlockStart--16___iM39x",
|
|
510
|
+
"Box-marginBlockStart--20": "Primer_Brand__Box-module__Box-marginBlockStart--20___DAR9P",
|
|
511
|
+
"Box-marginBlockStart--24": "Primer_Brand__Box-module__Box-marginBlockStart--24___GZ7BC",
|
|
512
|
+
"Box-marginBlockStart--28": "Primer_Brand__Box-module__Box-marginBlockStart--28___eLRcb",
|
|
513
|
+
"Box-marginBlockStart--32": "Primer_Brand__Box-module__Box-marginBlockStart--32___VElOC",
|
|
514
|
+
"Box-marginBlockStart--36": "Primer_Brand__Box-module__Box-marginBlockStart--36___vdm8u",
|
|
515
|
+
"Box-marginBlockStart--40": "Primer_Brand__Box-module__Box-marginBlockStart--40___0zadx",
|
|
516
|
+
"Box-marginBlockStart--44": "Primer_Brand__Box-module__Box-marginBlockStart--44___pXsjm",
|
|
517
|
+
"Box-marginBlockStart--48": "Primer_Brand__Box-module__Box-marginBlockStart--48___egIjv",
|
|
518
|
+
"Box-marginBlockStart--64": "Primer_Brand__Box-module__Box-marginBlockStart--64___sujY1",
|
|
519
|
+
"Box-marginBlockStart--80": "Primer_Brand__Box-module__Box-marginBlockStart--80___JYbI9",
|
|
520
|
+
"Box-marginBlockStart--96": "Primer_Brand__Box-module__Box-marginBlockStart--96___xGi27",
|
|
521
|
+
"Box-marginBlockStart--112": "Primer_Brand__Box-module__Box-marginBlockStart--112___Ij3j6",
|
|
522
|
+
"Box-marginBlockStart--128": "Primer_Brand__Box-module__Box-marginBlockStart--128___Ah9vw",
|
|
523
|
+
"Box-narrow-marginBlockStart--condensed": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--condensed___4wl_m",
|
|
524
|
+
"Box-narrow-marginBlockStart--normal": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--normal___Y9vKI",
|
|
525
|
+
"Box-narrow-marginBlockStart--spacious": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--spacious___fDB6T",
|
|
526
|
+
"Box-narrow-marginBlockStart--none": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--none___a4gip",
|
|
527
|
+
"Box-narrow-marginBlockStart--4": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--4___XRcRa",
|
|
528
|
+
"Box-narrow-marginBlockStart--8": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--8___D6hnu",
|
|
529
|
+
"Box-narrow-marginBlockStart--12": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--12___t1ZLg",
|
|
530
|
+
"Box-narrow-marginBlockStart--16": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--16___YIC91",
|
|
531
|
+
"Box-narrow-marginBlockStart--20": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--20___WLgMK",
|
|
532
|
+
"Box-narrow-marginBlockStart--24": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--24___Whee1",
|
|
533
|
+
"Box-narrow-marginBlockStart--28": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--28___FYn0a",
|
|
534
|
+
"Box-narrow-marginBlockStart--32": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--32___jtJr5",
|
|
535
|
+
"Box-narrow-marginBlockStart--36": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--36___vNVgu",
|
|
536
|
+
"Box-narrow-marginBlockStart--40": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--40___tu658",
|
|
537
|
+
"Box-narrow-marginBlockStart--44": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--44___QZTND",
|
|
538
|
+
"Box-narrow-marginBlockStart--48": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--48___ZASl9",
|
|
539
|
+
"Box-narrow-marginBlockStart--64": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--64___2LJ8A",
|
|
540
|
+
"Box-narrow-marginBlockStart--80": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--80___wPoX9",
|
|
541
|
+
"Box-narrow-marginBlockStart--96": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--96___3noff",
|
|
542
|
+
"Box-narrow-marginBlockStart--112": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--112___q3oI9",
|
|
543
|
+
"Box-narrow-marginBlockStart--128": "Primer_Brand__Box-module__Box-narrow-marginBlockStart--128___kbwzC",
|
|
544
|
+
"Box-regular-marginBlockStart--condensed": "Primer_Brand__Box-module__Box-regular-marginBlockStart--condensed___rqOJi",
|
|
545
|
+
"Box-regular-marginBlockStart--normal": "Primer_Brand__Box-module__Box-regular-marginBlockStart--normal___xNtSW",
|
|
546
|
+
"Box-regular-marginBlockStart--spacious": "Primer_Brand__Box-module__Box-regular-marginBlockStart--spacious___dsk6z",
|
|
547
|
+
"Box-regular-marginBlockStart--none": "Primer_Brand__Box-module__Box-regular-marginBlockStart--none___J7ADI",
|
|
548
|
+
"Box-regular-marginBlockStart--4": "Primer_Brand__Box-module__Box-regular-marginBlockStart--4___whQrT",
|
|
549
|
+
"Box-regular-marginBlockStart--8": "Primer_Brand__Box-module__Box-regular-marginBlockStart--8___eSoQE",
|
|
550
|
+
"Box-regular-marginBlockStart--12": "Primer_Brand__Box-module__Box-regular-marginBlockStart--12___TAvsH",
|
|
551
|
+
"Box-regular-marginBlockStart--16": "Primer_Brand__Box-module__Box-regular-marginBlockStart--16___CAZur",
|
|
552
|
+
"Box-regular-marginBlockStart--20": "Primer_Brand__Box-module__Box-regular-marginBlockStart--20___aBXJM",
|
|
553
|
+
"Box-regular-marginBlockStart--24": "Primer_Brand__Box-module__Box-regular-marginBlockStart--24___WxHv4",
|
|
554
|
+
"Box-regular-marginBlockStart--28": "Primer_Brand__Box-module__Box-regular-marginBlockStart--28___F9278",
|
|
555
|
+
"Box-regular-marginBlockStart--32": "Primer_Brand__Box-module__Box-regular-marginBlockStart--32___po_d1",
|
|
556
|
+
"Box-regular-marginBlockStart--36": "Primer_Brand__Box-module__Box-regular-marginBlockStart--36___pAYLP",
|
|
557
|
+
"Box-regular-marginBlockStart--40": "Primer_Brand__Box-module__Box-regular-marginBlockStart--40___Aqr8n",
|
|
558
|
+
"Box-regular-marginBlockStart--44": "Primer_Brand__Box-module__Box-regular-marginBlockStart--44___YuhVo",
|
|
559
|
+
"Box-regular-marginBlockStart--48": "Primer_Brand__Box-module__Box-regular-marginBlockStart--48___x0mkH",
|
|
560
|
+
"Box-regular-marginBlockStart--64": "Primer_Brand__Box-module__Box-regular-marginBlockStart--64___hX9E4",
|
|
561
|
+
"Box-regular-marginBlockStart--80": "Primer_Brand__Box-module__Box-regular-marginBlockStart--80___QmdnX",
|
|
562
|
+
"Box-regular-marginBlockStart--96": "Primer_Brand__Box-module__Box-regular-marginBlockStart--96___zwLqy",
|
|
563
|
+
"Box-regular-marginBlockStart--112": "Primer_Brand__Box-module__Box-regular-marginBlockStart--112___MEneE",
|
|
564
|
+
"Box-regular-marginBlockStart--128": "Primer_Brand__Box-module__Box-regular-marginBlockStart--128___b7aQZ",
|
|
565
|
+
"Box-wide-marginBlockStart--condensed": "Primer_Brand__Box-module__Box-wide-marginBlockStart--condensed___kFM4Z",
|
|
566
|
+
"Box-wide-marginBlockStart--normal": "Primer_Brand__Box-module__Box-wide-marginBlockStart--normal___MVpJz",
|
|
567
|
+
"Box-wide-marginBlockStart--spacious": "Primer_Brand__Box-module__Box-wide-marginBlockStart--spacious___M_VIY",
|
|
568
|
+
"Box-wide-marginBlockStart--none": "Primer_Brand__Box-module__Box-wide-marginBlockStart--none___Ds5Fp",
|
|
569
|
+
"Box-wide-marginBlockStart--4": "Primer_Brand__Box-module__Box-wide-marginBlockStart--4___ePLug",
|
|
570
|
+
"Box-wide-marginBlockStart--8": "Primer_Brand__Box-module__Box-wide-marginBlockStart--8____Vb7i",
|
|
571
|
+
"Box-wide-marginBlockStart--12": "Primer_Brand__Box-module__Box-wide-marginBlockStart--12___copEa",
|
|
572
|
+
"Box-wide-marginBlockStart--16": "Primer_Brand__Box-module__Box-wide-marginBlockStart--16___R8DY9",
|
|
573
|
+
"Box-wide-marginBlockStart--20": "Primer_Brand__Box-module__Box-wide-marginBlockStart--20___b1xba",
|
|
574
|
+
"Box-wide-marginBlockStart--24": "Primer_Brand__Box-module__Box-wide-marginBlockStart--24____M5lg",
|
|
575
|
+
"Box-wide-marginBlockStart--28": "Primer_Brand__Box-module__Box-wide-marginBlockStart--28____G6Dn",
|
|
576
|
+
"Box-wide-marginBlockStart--32": "Primer_Brand__Box-module__Box-wide-marginBlockStart--32___y3qZ5",
|
|
577
|
+
"Box-wide-marginBlockStart--36": "Primer_Brand__Box-module__Box-wide-marginBlockStart--36___lBkxZ",
|
|
578
|
+
"Box-wide-marginBlockStart--40": "Primer_Brand__Box-module__Box-wide-marginBlockStart--40___hjEkw",
|
|
579
|
+
"Box-wide-marginBlockStart--44": "Primer_Brand__Box-module__Box-wide-marginBlockStart--44___dpfx9",
|
|
580
|
+
"Box-wide-marginBlockStart--48": "Primer_Brand__Box-module__Box-wide-marginBlockStart--48___i0pkT",
|
|
581
|
+
"Box-wide-marginBlockStart--64": "Primer_Brand__Box-module__Box-wide-marginBlockStart--64___EU3vf",
|
|
582
|
+
"Box-wide-marginBlockStart--80": "Primer_Brand__Box-module__Box-wide-marginBlockStart--80___3LaLk",
|
|
583
|
+
"Box-wide-marginBlockStart--96": "Primer_Brand__Box-module__Box-wide-marginBlockStart--96___RKgAQ",
|
|
584
|
+
"Box-wide-marginBlockStart--112": "Primer_Brand__Box-module__Box-wide-marginBlockStart--112___qFbfe",
|
|
585
|
+
"Box-wide-marginBlockStart--128": "Primer_Brand__Box-module__Box-wide-marginBlockStart--128___FND6N",
|
|
586
|
+
"Box-marginInlineEnd--condensed": "Primer_Brand__Box-module__Box-marginInlineEnd--condensed___9mS6m",
|
|
587
|
+
"Box-marginInlineEnd--normal": "Primer_Brand__Box-module__Box-marginInlineEnd--normal___nn38d",
|
|
588
|
+
"Box-marginInlineEnd--spacious": "Primer_Brand__Box-module__Box-marginInlineEnd--spacious___8wAEG",
|
|
589
|
+
"Box-marginInlineEnd--none": "Primer_Brand__Box-module__Box-marginInlineEnd--none___Ya98T",
|
|
590
|
+
"Box-marginInlineEnd--4": "Primer_Brand__Box-module__Box-marginInlineEnd--4___7hOig",
|
|
591
|
+
"Box-marginInlineEnd--8": "Primer_Brand__Box-module__Box-marginInlineEnd--8___Du7Vg",
|
|
592
|
+
"Box-marginInlineEnd--12": "Primer_Brand__Box-module__Box-marginInlineEnd--12___GIANx",
|
|
593
|
+
"Box-marginInlineEnd--16": "Primer_Brand__Box-module__Box-marginInlineEnd--16___KkyCq",
|
|
594
|
+
"Box-marginInlineEnd--20": "Primer_Brand__Box-module__Box-marginInlineEnd--20___zQLW6",
|
|
595
|
+
"Box-marginInlineEnd--24": "Primer_Brand__Box-module__Box-marginInlineEnd--24___nlDqz",
|
|
596
|
+
"Box-marginInlineEnd--28": "Primer_Brand__Box-module__Box-marginInlineEnd--28___zbbUk",
|
|
597
|
+
"Box-marginInlineEnd--32": "Primer_Brand__Box-module__Box-marginInlineEnd--32___SmwVf",
|
|
598
|
+
"Box-marginInlineEnd--36": "Primer_Brand__Box-module__Box-marginInlineEnd--36___2D1Gy",
|
|
599
|
+
"Box-marginInlineEnd--40": "Primer_Brand__Box-module__Box-marginInlineEnd--40___eUzIK",
|
|
600
|
+
"Box-marginInlineEnd--44": "Primer_Brand__Box-module__Box-marginInlineEnd--44___0MnRb",
|
|
601
|
+
"Box-marginInlineEnd--48": "Primer_Brand__Box-module__Box-marginInlineEnd--48___kIfcF",
|
|
602
|
+
"Box-marginInlineEnd--64": "Primer_Brand__Box-module__Box-marginInlineEnd--64___79Xgh",
|
|
603
|
+
"Box-marginInlineEnd--80": "Primer_Brand__Box-module__Box-marginInlineEnd--80___76X3y",
|
|
604
|
+
"Box-marginInlineEnd--96": "Primer_Brand__Box-module__Box-marginInlineEnd--96___KpLI1",
|
|
605
|
+
"Box-marginInlineEnd--112": "Primer_Brand__Box-module__Box-marginInlineEnd--112___Bde1M",
|
|
606
|
+
"Box-marginInlineEnd--128": "Primer_Brand__Box-module__Box-marginInlineEnd--128___dqGvU",
|
|
607
|
+
"Box-narrow-marginInlineEnd--condensed": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--condensed___IWcK8",
|
|
608
|
+
"Box-narrow-marginInlineEnd--normal": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--normal___LOCev",
|
|
609
|
+
"Box-narrow-marginInlineEnd--spacious": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--spacious___smiEl",
|
|
610
|
+
"Box-narrow-marginInlineEnd--none": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--none___gqXh8",
|
|
611
|
+
"Box-narrow-marginInlineEnd--4": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--4___abJPy",
|
|
612
|
+
"Box-narrow-marginInlineEnd--8": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--8___o9V68",
|
|
613
|
+
"Box-narrow-marginInlineEnd--12": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--12___LXJwW",
|
|
614
|
+
"Box-narrow-marginInlineEnd--16": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--16___Dr7ef",
|
|
615
|
+
"Box-narrow-marginInlineEnd--20": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--20___nzivK",
|
|
616
|
+
"Box-narrow-marginInlineEnd--24": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--24___eaBwb",
|
|
617
|
+
"Box-narrow-marginInlineEnd--28": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--28___k2O9O",
|
|
618
|
+
"Box-narrow-marginInlineEnd--32": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--32___nxA0T",
|
|
619
|
+
"Box-narrow-marginInlineEnd--36": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--36___nL2k9",
|
|
620
|
+
"Box-narrow-marginInlineEnd--40": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--40___bis6_",
|
|
621
|
+
"Box-narrow-marginInlineEnd--44": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--44___uZMK5",
|
|
622
|
+
"Box-narrow-marginInlineEnd--48": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--48___pbm8R",
|
|
623
|
+
"Box-narrow-marginInlineEnd--64": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--64___fYFKK",
|
|
624
|
+
"Box-narrow-marginInlineEnd--80": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--80___Ss_EO",
|
|
625
|
+
"Box-narrow-marginInlineEnd--96": "Primer_Brand__Box-module__Box-narrow-marginInlineEnd--96___CkbY8",
|
|
626
|
+
"Box-regular-marginInlineEnd--condensed": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--condensed___v7bd6",
|
|
627
|
+
"Box-regular-marginInlineEnd--normal": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--normal___3cnMn",
|
|
628
|
+
"Box-regular-marginInlineEnd--spacious": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--spacious___jrE9K",
|
|
629
|
+
"Box-regular-marginInlineEnd--none": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--none___9tLmk",
|
|
630
|
+
"Box-regular-marginInlineEnd--4": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--4___TVA6s",
|
|
631
|
+
"Box-regular-marginInlineEnd--8": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--8____KruD",
|
|
632
|
+
"Box-regular-marginInlineEnd--12": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--12___mKSQD",
|
|
633
|
+
"Box-regular-marginInlineEnd--16": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--16___JP39e",
|
|
634
|
+
"Box-regular-marginInlineEnd--20": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--20___H64w_",
|
|
635
|
+
"Box-regular-marginInlineEnd--24": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--24___mCoSH",
|
|
636
|
+
"Box-regular-marginInlineEnd--28": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--28___eOqAc",
|
|
637
|
+
"Box-regular-marginInlineEnd--32": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--32___QAfQu",
|
|
638
|
+
"Box-regular-marginInlineEnd--36": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--36___2H2Uh",
|
|
639
|
+
"Box-regular-marginInlineEnd--40": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--40___pm_YW",
|
|
640
|
+
"Box-regular-marginInlineEnd--44": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--44___BMnnE",
|
|
641
|
+
"Box-regular-marginInlineEnd--48": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--48___Y1e1c",
|
|
642
|
+
"Box-regular-marginInlineEnd--64": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--64___behK9",
|
|
643
|
+
"Box-regular-marginInlineEnd--80": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--80___efdJX",
|
|
644
|
+
"Box-regular-marginInlineEnd--96": "Primer_Brand__Box-module__Box-regular-marginInlineEnd--96___9wToi",
|
|
645
|
+
"Box-wide-marginInlineEnd--condensed": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--condensed___MB8ku",
|
|
646
|
+
"Box-wide-marginInlineEnd--normal": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--normal___XrH9M",
|
|
647
|
+
"Box-wide-marginInlineEnd--spacious": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--spacious___AUMme",
|
|
648
|
+
"Box-wide-marginInlineEnd--none": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--none___cjgnE",
|
|
649
|
+
"Box-wide-marginInlineEnd--4": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--4___F0VBC",
|
|
650
|
+
"Box-wide-marginInlineEnd--8": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--8___nMtnJ",
|
|
651
|
+
"Box-wide-marginInlineEnd--12": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--12___cVBe0",
|
|
652
|
+
"Box-wide-marginInlineEnd--16": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--16___wHevw",
|
|
653
|
+
"Box-wide-marginInlineEnd--20": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--20___Rh6bp",
|
|
654
|
+
"Box-wide-marginInlineEnd--24": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--24___9XqiB",
|
|
655
|
+
"Box-wide-marginInlineEnd--28": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--28___jfOKF",
|
|
656
|
+
"Box-wide-marginInlineEnd--32": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--32___vgYZs",
|
|
657
|
+
"Box-wide-marginInlineEnd--36": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--36___T3Q1J",
|
|
658
|
+
"Box-wide-marginInlineEnd--40": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--40___cudj0",
|
|
659
|
+
"Box-wide-marginInlineEnd--44": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--44___ziX0L",
|
|
660
|
+
"Box-wide-marginInlineEnd--48": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--48___SR0z_",
|
|
661
|
+
"Box-wide-marginInlineEnd--64": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--64___pqj3S",
|
|
662
|
+
"Box-wide-marginInlineEnd--80": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--80___PlLIP",
|
|
663
|
+
"Box-wide-marginInlineEnd--96": "Primer_Brand__Box-module__Box-wide-marginInlineEnd--96___iOVzg",
|
|
664
|
+
"Box-marginBlockEnd--condensed": "Primer_Brand__Box-module__Box-marginBlockEnd--condensed___B8tfU",
|
|
665
|
+
"Box-marginBlockEnd--normal": "Primer_Brand__Box-module__Box-marginBlockEnd--normal___7cVyN",
|
|
666
|
+
"Box-marginBlockEnd--spacious": "Primer_Brand__Box-module__Box-marginBlockEnd--spacious___y5n4b",
|
|
667
|
+
"Box-marginBlockEnd--none": "Primer_Brand__Box-module__Box-marginBlockEnd--none___14s1r",
|
|
668
|
+
"Box-marginBlockEnd--4": "Primer_Brand__Box-module__Box-marginBlockEnd--4___Uj9em",
|
|
669
|
+
"Box-marginBlockEnd--8": "Primer_Brand__Box-module__Box-marginBlockEnd--8___Q6Hsf",
|
|
670
|
+
"Box-marginBlockEnd--12": "Primer_Brand__Box-module__Box-marginBlockEnd--12___MHRnr",
|
|
671
|
+
"Box-marginBlockEnd--16": "Primer_Brand__Box-module__Box-marginBlockEnd--16___ZWFO_",
|
|
672
|
+
"Box-marginBlockEnd--20": "Primer_Brand__Box-module__Box-marginBlockEnd--20___oITUu",
|
|
673
|
+
"Box-marginBlockEnd--24": "Primer_Brand__Box-module__Box-marginBlockEnd--24___LyqdA",
|
|
674
|
+
"Box-marginBlockEnd--28": "Primer_Brand__Box-module__Box-marginBlockEnd--28____GVm4",
|
|
675
|
+
"Box-marginBlockEnd--32": "Primer_Brand__Box-module__Box-marginBlockEnd--32___gU0BU",
|
|
676
|
+
"Box-marginBlockEnd--36": "Primer_Brand__Box-module__Box-marginBlockEnd--36___ORlHu",
|
|
677
|
+
"Box-marginBlockEnd--40": "Primer_Brand__Box-module__Box-marginBlockEnd--40___kf2c_",
|
|
678
|
+
"Box-marginBlockEnd--44": "Primer_Brand__Box-module__Box-marginBlockEnd--44___SOOeq",
|
|
679
|
+
"Box-marginBlockEnd--48": "Primer_Brand__Box-module__Box-marginBlockEnd--48___mHa9t",
|
|
680
|
+
"Box-marginBlockEnd--64": "Primer_Brand__Box-module__Box-marginBlockEnd--64___rlvKh",
|
|
681
|
+
"Box-marginBlockEnd--80": "Primer_Brand__Box-module__Box-marginBlockEnd--80___hIm0V",
|
|
682
|
+
"Box-marginBlockEnd--96": "Primer_Brand__Box-module__Box-marginBlockEnd--96___DeDa9",
|
|
683
|
+
"Box-marginBlockEnd--112": "Primer_Brand__Box-module__Box-marginBlockEnd--112___Nu17_",
|
|
684
|
+
"Box-marginBlockEnd--128": "Primer_Brand__Box-module__Box-marginBlockEnd--128___2DGlK",
|
|
685
|
+
"Box-narrow-marginBlockEnd--condensed": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--condensed___HalPn",
|
|
686
|
+
"Box-narrow-marginBlockEnd--normal": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--normal___WD9ku",
|
|
687
|
+
"Box-narrow-marginBlockEnd--spacious": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--spacious___7PIj_",
|
|
688
|
+
"Box-narrow-marginBlockEnd--none": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--none___7TqBh",
|
|
689
|
+
"Box-narrow-marginBlockEnd--4": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--4___eWHu0",
|
|
690
|
+
"Box-narrow-marginBlockEnd--8": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--8___JdL_R",
|
|
691
|
+
"Box-narrow-marginBlockEnd--12": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--12___pqkSF",
|
|
692
|
+
"Box-narrow-marginBlockEnd--16": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--16___THCyb",
|
|
693
|
+
"Box-narrow-marginBlockEnd--20": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--20___OuXgW",
|
|
694
|
+
"Box-narrow-marginBlockEnd--24": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--24___J4_ic",
|
|
695
|
+
"Box-narrow-marginBlockEnd--28": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--28___QFFgC",
|
|
696
|
+
"Box-narrow-marginBlockEnd--32": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--32___azJgI",
|
|
697
|
+
"Box-narrow-marginBlockEnd--36": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--36___SRfnI",
|
|
698
|
+
"Box-narrow-marginBlockEnd--40": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--40___hcPSd",
|
|
699
|
+
"Box-narrow-marginBlockEnd--44": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--44___VMcfc",
|
|
700
|
+
"Box-narrow-marginBlockEnd--48": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--48___DUVPo",
|
|
701
|
+
"Box-narrow-marginBlockEnd--64": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--64___lZrcs",
|
|
702
|
+
"Box-narrow-marginBlockEnd--80": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--80___WK5cG",
|
|
703
|
+
"Box-narrow-marginBlockEnd--96": "Primer_Brand__Box-module__Box-narrow-marginBlockEnd--96____IfYB",
|
|
704
|
+
"Box-regular-marginBlockEnd--condensed": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--condensed___tpuQw",
|
|
705
|
+
"Box-regular-marginBlockEnd--normal": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--normal___1Zg3n",
|
|
706
|
+
"Box-regular-marginBlockEnd--spacious": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--spacious___xnI15",
|
|
707
|
+
"Box-regular-marginBlockEnd--none": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--none___810Vz",
|
|
708
|
+
"Box-regular-marginBlockEnd--4": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--4___r5zDs",
|
|
709
|
+
"Box-regular-marginBlockEnd--8": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--8___YavuE",
|
|
710
|
+
"Box-regular-marginBlockEnd--12": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--12___8u8t_",
|
|
711
|
+
"Box-regular-marginBlockEnd--16": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--16___dlvLN",
|
|
712
|
+
"Box-regular-marginBlockEnd--20": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--20___XmbTP",
|
|
713
|
+
"Box-regular-marginBlockEnd--24": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--24___5l984",
|
|
714
|
+
"Box-regular-marginBlockEnd--28": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--28___j0hZs",
|
|
715
|
+
"Box-regular-marginBlockEnd--32": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--32___gAWw_",
|
|
716
|
+
"Box-regular-marginBlockEnd--36": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--36___eTU8p",
|
|
717
|
+
"Box-regular-marginBlockEnd--40": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--40___oHG7T",
|
|
718
|
+
"Box-regular-marginBlockEnd--44": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--44___r_7Ss",
|
|
719
|
+
"Box-regular-marginBlockEnd--48": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--48___zOGSX",
|
|
720
|
+
"Box-regular-marginBlockEnd--64": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--64___VuoAB",
|
|
721
|
+
"Box-regular-marginBlockEnd--80": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--80___RkhHV",
|
|
722
|
+
"Box-regular-marginBlockEnd--96": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--96___lDLUn",
|
|
723
|
+
"Box-regular-marginBlockEnd--112": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--112___g9Tp_",
|
|
724
|
+
"Box-regular-marginBlockEnd--128": "Primer_Brand__Box-module__Box-regular-marginBlockEnd--128___IpzJz",
|
|
725
|
+
"Box-wide-marginBlockEnd--condensed": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--condensed___fHh4C",
|
|
726
|
+
"Box-wide-marginBlockEnd--normal": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--normal___PXMAU",
|
|
727
|
+
"Box-wide-marginBlockEnd--spacious": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--spacious___FWT1K",
|
|
728
|
+
"Box-wide-marginBlockEnd--none": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--none___zinhH",
|
|
729
|
+
"Box-wide-marginBlockEnd--4": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--4___3jgqW",
|
|
730
|
+
"Box-wide-marginBlockEnd--8": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--8___s9GiS",
|
|
731
|
+
"Box-wide-marginBlockEnd--12": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--12___lgn7_",
|
|
732
|
+
"Box-wide-marginBlockEnd--16": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--16___5vgno",
|
|
733
|
+
"Box-wide-marginBlockEnd--20": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--20___2FyAq",
|
|
734
|
+
"Box-wide-marginBlockEnd--24": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--24___hBdMC",
|
|
735
|
+
"Box-wide-marginBlockEnd--28": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--28___hMjE4",
|
|
736
|
+
"Box-wide-marginBlockEnd--32": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--32___VA8AM",
|
|
737
|
+
"Box-wide-marginBlockEnd--36": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--36___XRlqr",
|
|
738
|
+
"Box-wide-marginBlockEnd--40": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--40___Kk0j4",
|
|
739
|
+
"Box-wide-marginBlockEnd--44": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--44___sOFyo",
|
|
740
|
+
"Box-wide-marginBlockEnd--48": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--48___3DHfR",
|
|
741
|
+
"Box-wide-marginBlockEnd--64": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--64___wWznp",
|
|
742
|
+
"Box-wide-marginBlockEnd--80": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--80___oCFHh",
|
|
743
|
+
"Box-wide-marginBlockEnd--96": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--96___LOY5Q",
|
|
744
|
+
"Box-wide-marginBlockEnd--112": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--112___jcAAT",
|
|
745
|
+
"Box-wide-marginBlockEnd--128": "Primer_Brand__Box-module__Box-wide-marginBlockEnd--128___B2eaX",
|
|
746
|
+
"Box-marginInlineStart--condensed": "Primer_Brand__Box-module__Box-marginInlineStart--condensed___2yjQY",
|
|
747
|
+
"Box-marginInlineStart--normal": "Primer_Brand__Box-module__Box-marginInlineStart--normal___bv5v4",
|
|
748
|
+
"Box-marginInlineStart--spacious": "Primer_Brand__Box-module__Box-marginInlineStart--spacious___LW23t",
|
|
749
|
+
"Box-marginInlineStart--none": "Primer_Brand__Box-module__Box-marginInlineStart--none___paxux",
|
|
750
|
+
"Box-marginInlineStart--4": "Primer_Brand__Box-module__Box-marginInlineStart--4___spE8E",
|
|
751
|
+
"Box-marginInlineStart--8": "Primer_Brand__Box-module__Box-marginInlineStart--8___M5PAV",
|
|
752
|
+
"Box-marginInlineStart--12": "Primer_Brand__Box-module__Box-marginInlineStart--12___idS6O",
|
|
753
|
+
"Box-marginInlineStart--16": "Primer_Brand__Box-module__Box-marginInlineStart--16____bpnn",
|
|
754
|
+
"Box-marginInlineStart--20": "Primer_Brand__Box-module__Box-marginInlineStart--20___oPv_L",
|
|
755
|
+
"Box-marginInlineStart--24": "Primer_Brand__Box-module__Box-marginInlineStart--24___qqcTR",
|
|
756
|
+
"Box-marginInlineStart--28": "Primer_Brand__Box-module__Box-marginInlineStart--28___RZbYs",
|
|
757
|
+
"Box-marginInlineStart--32": "Primer_Brand__Box-module__Box-marginInlineStart--32___S8AcR",
|
|
758
|
+
"Box-marginInlineStart--36": "Primer_Brand__Box-module__Box-marginInlineStart--36____ssWP",
|
|
759
|
+
"Box-marginInlineStart--40": "Primer_Brand__Box-module__Box-marginInlineStart--40___ek9bJ",
|
|
760
|
+
"Box-marginInlineStart--44": "Primer_Brand__Box-module__Box-marginInlineStart--44___1qXNn",
|
|
761
|
+
"Box-marginInlineStart--48": "Primer_Brand__Box-module__Box-marginInlineStart--48___MMlGY",
|
|
762
|
+
"Box-marginInlineStart--64": "Primer_Brand__Box-module__Box-marginInlineStart--64___V2Tfu",
|
|
763
|
+
"Box-marginInlineStart--80": "Primer_Brand__Box-module__Box-marginInlineStart--80___hOtaO",
|
|
764
|
+
"Box-marginInlineStart--96": "Primer_Brand__Box-module__Box-marginInlineStart--96___XQVH8",
|
|
765
|
+
"Box-marginInlineStart--112": "Primer_Brand__Box-module__Box-marginInlineStart--112___Vk1tM",
|
|
766
|
+
"Box-marginInlineStart--128": "Primer_Brand__Box-module__Box-marginInlineStart--128___ic3rh",
|
|
767
|
+
"Box-narrow-marginInlineStart--condensed": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--condensed___lmM2B",
|
|
768
|
+
"Box-narrow-marginInlineStart--normal": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--normal___rW3YF",
|
|
769
|
+
"Box-narrow-marginInlineStart--spacious": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--spacious___0WvuN",
|
|
770
|
+
"Box-narrow-marginInlineStart--none": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--none___bxvaM",
|
|
771
|
+
"Box-narrow-marginInlineStart--4": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--4___ltRBv",
|
|
772
|
+
"Box-narrow-marginInlineStart--8": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--8___p5sfn",
|
|
773
|
+
"Box-narrow-marginInlineStart--12": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--12___YODeq",
|
|
774
|
+
"Box-narrow-marginInlineStart--16": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--16___asGYG",
|
|
775
|
+
"Box-narrow-marginInlineStart--20": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--20___C5qJZ",
|
|
776
|
+
"Box-narrow-marginInlineStart--24": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--24___R6MGu",
|
|
777
|
+
"Box-narrow-marginInlineStart--28": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--28___jiblm",
|
|
778
|
+
"Box-narrow-marginInlineStart--32": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--32___VbhQ2",
|
|
779
|
+
"Box-narrow-marginInlineStart--36": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--36___iHGyy",
|
|
780
|
+
"Box-narrow-marginInlineStart--40": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--40____jJWd",
|
|
781
|
+
"Box-narrow-marginInlineStart--44": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--44___aicf9",
|
|
782
|
+
"Box-narrow-marginInlineStart--48": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--48___3EAmI",
|
|
783
|
+
"Box-narrow-marginInlineStart--64": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--64___UrX54",
|
|
784
|
+
"Box-narrow-marginInlineStart--80": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--80___2e8am",
|
|
785
|
+
"Box-narrow-marginInlineStart--96": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--96___6xZuh",
|
|
786
|
+
"Box-narrow-marginInlineStart--112": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--112____A_ZN",
|
|
787
|
+
"Box-narrow-marginInlineStart--128": "Primer_Brand__Box-module__Box-narrow-marginInlineStart--128___pkRGc",
|
|
788
|
+
"Box-regular-marginInlineStart--condensed": "Primer_Brand__Box-module__Box-regular-marginInlineStart--condensed___2RQG8",
|
|
789
|
+
"Box-regular-marginInlineStart--normal": "Primer_Brand__Box-module__Box-regular-marginInlineStart--normal___tpUkM",
|
|
790
|
+
"Box-regular-marginInlineStart--spacious": "Primer_Brand__Box-module__Box-regular-marginInlineStart--spacious___JjMza",
|
|
791
|
+
"Box-regular-marginInlineStart--none": "Primer_Brand__Box-module__Box-regular-marginInlineStart--none___PxeXo",
|
|
792
|
+
"Box-regular-marginInlineStart--4": "Primer_Brand__Box-module__Box-regular-marginInlineStart--4___xzfH3",
|
|
793
|
+
"Box-regular-marginInlineStart--8": "Primer_Brand__Box-module__Box-regular-marginInlineStart--8___HluG3",
|
|
794
|
+
"Box-regular-marginInlineStart--12": "Primer_Brand__Box-module__Box-regular-marginInlineStart--12___g_LlH",
|
|
795
|
+
"Box-regular-marginInlineStart--16": "Primer_Brand__Box-module__Box-regular-marginInlineStart--16___BWhcb",
|
|
796
|
+
"Box-regular-marginInlineStart--20": "Primer_Brand__Box-module__Box-regular-marginInlineStart--20___DbjRK",
|
|
797
|
+
"Box-regular-marginInlineStart--24": "Primer_Brand__Box-module__Box-regular-marginInlineStart--24___H09Hg",
|
|
798
|
+
"Box-regular-marginInlineStart--28": "Primer_Brand__Box-module__Box-regular-marginInlineStart--28___v6aEm",
|
|
799
|
+
"Box-regular-marginInlineStart--32": "Primer_Brand__Box-module__Box-regular-marginInlineStart--32___YPEu9",
|
|
800
|
+
"Box-regular-marginInlineStart--36": "Primer_Brand__Box-module__Box-regular-marginInlineStart--36___BS_lg",
|
|
801
|
+
"Box-regular-marginInlineStart--40": "Primer_Brand__Box-module__Box-regular-marginInlineStart--40___t9cO_",
|
|
802
|
+
"Box-regular-marginInlineStart--44": "Primer_Brand__Box-module__Box-regular-marginInlineStart--44___XVKLZ",
|
|
803
|
+
"Box-regular-marginInlineStart--48": "Primer_Brand__Box-module__Box-regular-marginInlineStart--48___hug01",
|
|
804
|
+
"Box-regular-marginInlineStart--64": "Primer_Brand__Box-module__Box-regular-marginInlineStart--64___vVvUN",
|
|
805
|
+
"Box-regular-marginInlineStart--80": "Primer_Brand__Box-module__Box-regular-marginInlineStart--80___GC9WE",
|
|
806
|
+
"Box-regular-marginInlineStart--96": "Primer_Brand__Box-module__Box-regular-marginInlineStart--96___PFv7j",
|
|
807
|
+
"Box-regular-marginInlineStart--112": "Primer_Brand__Box-module__Box-regular-marginInlineStart--112___AvPJm",
|
|
808
|
+
"Box-regular-marginInlineStart--128": "Primer_Brand__Box-module__Box-regular-marginInlineStart--128___h1L_y",
|
|
809
|
+
"Box-wide-marginInlineStart--condensed": "Primer_Brand__Box-module__Box-wide-marginInlineStart--condensed___Cmy6S",
|
|
810
|
+
"Box-wide-marginInlineStart--normal": "Primer_Brand__Box-module__Box-wide-marginInlineStart--normal___SvBVc",
|
|
811
|
+
"Box-wide-marginInlineStart--spacious": "Primer_Brand__Box-module__Box-wide-marginInlineStart--spacious___t6s_j",
|
|
812
|
+
"Box-wide-marginInlineStart--none": "Primer_Brand__Box-module__Box-wide-marginInlineStart--none___iOd0B",
|
|
813
|
+
"Box-wide-marginInlineStart--4": "Primer_Brand__Box-module__Box-wide-marginInlineStart--4___5ZzGg",
|
|
814
|
+
"Box-wide-marginInlineStart--8": "Primer_Brand__Box-module__Box-wide-marginInlineStart--8___rjJDs",
|
|
815
|
+
"Box-wide-marginInlineStart--12": "Primer_Brand__Box-module__Box-wide-marginInlineStart--12___fVLqA",
|
|
816
|
+
"Box-wide-marginInlineStart--16": "Primer_Brand__Box-module__Box-wide-marginInlineStart--16___NdXeA",
|
|
817
|
+
"Box-wide-marginInlineStart--20": "Primer_Brand__Box-module__Box-wide-marginInlineStart--20___Va1U5",
|
|
818
|
+
"Box-wide-marginInlineStart--24": "Primer_Brand__Box-module__Box-wide-marginInlineStart--24___LAkc8",
|
|
819
|
+
"Box-wide-marginInlineStart--28": "Primer_Brand__Box-module__Box-wide-marginInlineStart--28___Ub4On",
|
|
820
|
+
"Box-wide-marginInlineStart--32": "Primer_Brand__Box-module__Box-wide-marginInlineStart--32___PYFxs",
|
|
821
|
+
"Box-wide-marginInlineStart--36": "Primer_Brand__Box-module__Box-wide-marginInlineStart--36___xQ9uF",
|
|
822
|
+
"Box-wide-marginInlineStart--40": "Primer_Brand__Box-module__Box-wide-marginInlineStart--40___pTolO",
|
|
823
|
+
"Box-wide-marginInlineStart--44": "Primer_Brand__Box-module__Box-wide-marginInlineStart--44___jp_BF",
|
|
824
|
+
"Box-wide-marginInlineStart--48": "Primer_Brand__Box-module__Box-wide-marginInlineStart--48___HyjGZ",
|
|
825
|
+
"Box-wide-marginInlineStart--64": "Primer_Brand__Box-module__Box-wide-marginInlineStart--64___aeTcU",
|
|
826
|
+
"Box-wide-marginInlineStart--80": "Primer_Brand__Box-module__Box-wide-marginInlineStart--80___HLy7m",
|
|
827
|
+
"Box-wide-marginInlineStart--96": "Primer_Brand__Box-module__Box-wide-marginInlineStart--96___jFQ4x",
|
|
828
|
+
"Box-wide-marginInlineStart--112": "Primer_Brand__Box-module__Box-wide-marginInlineStart--112___1e_N7",
|
|
829
|
+
"Box-wide-marginInlineStart--128": "Primer_Brand__Box-module__Box-wide-marginInlineStart--128___HKITp",
|
|
830
|
+
"Box-backgroundColor--default": "Primer_Brand__Box-module__Box-backgroundColor--default___gsgqH",
|
|
831
|
+
"Box-backgroundColor--inset": "Primer_Brand__Box-module__Box-backgroundColor--inset___GQGFM",
|
|
832
|
+
"Box-backgroundColor--subtle": "Primer_Brand__Box-module__Box-backgroundColor--subtle___ltmSo",
|
|
833
|
+
"Box-backgroundColor--overlay": "Primer_Brand__Box-module__Box-backgroundColor--overlay___Hc1KF",
|
|
834
|
+
"Box-borderRadius--small": "Primer_Brand__Box-module__Box-borderRadius--small___9wogN",
|
|
835
|
+
"Box-borderRadius--medium": "Primer_Brand__Box-module__Box-borderRadius--medium___bwk6o",
|
|
836
|
+
"Box-borderRadius--large": "Primer_Brand__Box-module__Box-borderRadius--large___TGrQu",
|
|
837
|
+
"Box-borderRadius--xlarge": "Primer_Brand__Box-module__Box-borderRadius--xlarge___bYLDq",
|
|
838
|
+
"Box-borderRadius--full": "Primer_Brand__Box-module__Box-borderRadius--full___6AOT_",
|
|
839
|
+
"Box-borderStyle--solid": "Primer_Brand__Box-module__Box-borderStyle--solid___wLxz8",
|
|
840
|
+
"Box-borderStyle--none": "Primer_Brand__Box-module__Box-borderStyle--none___Q5ZYD",
|
|
841
|
+
"Box-borderWidth--thin": "Primer_Brand__Box-module__Box-borderWidth--thin___nx28h",
|
|
842
|
+
"Box-borderWidth--thick": "Primer_Brand__Box-module__Box-borderWidth--thick___rdJsH",
|
|
843
|
+
"Box-borderWidth--thicker": "Primer_Brand__Box-module__Box-borderWidth--thicker___mCwvB",
|
|
844
|
+
"Box-borderBlockStartWidth--thin": "Primer_Brand__Box-module__Box-borderBlockStartWidth--thin____IX0_",
|
|
845
|
+
"Box-borderBlockStartWidth--thick": "Primer_Brand__Box-module__Box-borderBlockStartWidth--thick___ewgp9",
|
|
846
|
+
"Box-borderBlockStartWidth--thicker": "Primer_Brand__Box-module__Box-borderBlockStartWidth--thicker___vmMrH",
|
|
847
|
+
"Box-borderInlineEndWidth--thin": "Primer_Brand__Box-module__Box-borderInlineEndWidth--thin___NgUOF",
|
|
848
|
+
"Box-borderInlineEndWidth--thick": "Primer_Brand__Box-module__Box-borderInlineEndWidth--thick___r0jzf",
|
|
849
|
+
"Box-borderInlineEndWidth--thicker": "Primer_Brand__Box-module__Box-borderInlineEndWidth--thicker___354B6",
|
|
850
|
+
"Box-borderBlockEndWidth--thin": "Primer_Brand__Box-module__Box-borderBlockEndWidth--thin___Uf3s_",
|
|
851
|
+
"Box-borderBlockEndWidth--thick": "Primer_Brand__Box-module__Box-borderBlockEndWidth--thick___GYky4",
|
|
852
|
+
"Box-borderBlockEndWidth--thicker": "Primer_Brand__Box-module__Box-borderBlockEndWidth--thicker___gpsOn",
|
|
853
|
+
"Box-borderInlineStartWidth--thin": "Primer_Brand__Box-module__Box-borderInlineStartWidth--thin___xmJfO",
|
|
854
|
+
"Box-borderInlineStartWidth--thick": "Primer_Brand__Box-module__Box-borderInlineStartWidth--thick___EXjU_",
|
|
855
|
+
"Box-borderInlineStartWidth--thicker": "Primer_Brand__Box-module__Box-borderInlineStartWidth--thicker____PAe0",
|
|
856
|
+
"Box-borderWidth--none": "Primer_Brand__Box-module__Box-borderWidth--none___1pYAP",
|
|
857
|
+
"Box-borderBlockStartWidth--none": "Primer_Brand__Box-module__Box-borderBlockStartWidth--none___8Mbzh",
|
|
858
|
+
"Box-borderInlineEndWidth--none": "Primer_Brand__Box-module__Box-borderInlineEndWidth--none___mOfWx",
|
|
859
|
+
"Box-borderBlockEndWidth--none": "Primer_Brand__Box-module__Box-borderBlockEndWidth--none____3grS",
|
|
860
|
+
"Box-borderInlineStartWidth--none": "Primer_Brand__Box-module__Box-borderInlineStartWidth--none___l8Aq_",
|
|
861
|
+
"Box-narrow-borderWidth--none": "Primer_Brand__Box-module__Box-narrow-borderWidth--none___0m5tf",
|
|
862
|
+
"Box-narrow-borderWidth--thin": "Primer_Brand__Box-module__Box-narrow-borderWidth--thin___QfnSN",
|
|
863
|
+
"Box-narrow-borderWidth--thick": "Primer_Brand__Box-module__Box-narrow-borderWidth--thick___xkanI",
|
|
864
|
+
"Box-narrow-borderWidth--thicker": "Primer_Brand__Box-module__Box-narrow-borderWidth--thicker___KEAOv",
|
|
865
|
+
"Box-narrow-borderBlockStartWidth--none": "Primer_Brand__Box-module__Box-narrow-borderBlockStartWidth--none___LZWhz",
|
|
866
|
+
"Box-narrow-borderBlockStartWidth--thin": "Primer_Brand__Box-module__Box-narrow-borderBlockStartWidth--thin___8KgcM",
|
|
867
|
+
"Box-narrow-borderBlockStartWidth--thick": "Primer_Brand__Box-module__Box-narrow-borderBlockStartWidth--thick___0c9YN",
|
|
868
|
+
"Box-narrow-borderBlockStartWidth--thicker": "Primer_Brand__Box-module__Box-narrow-borderBlockStartWidth--thicker___ciCh7",
|
|
869
|
+
"Box-narrow-borderInlineEndWidth--none": "Primer_Brand__Box-module__Box-narrow-borderInlineEndWidth--none___Q8wUB",
|
|
870
|
+
"Box-narrow-borderInlineEndWidth--thin": "Primer_Brand__Box-module__Box-narrow-borderInlineEndWidth--thin___w5VzI",
|
|
871
|
+
"Box-narrow-borderInlineEndWidth--thick": "Primer_Brand__Box-module__Box-narrow-borderInlineEndWidth--thick___xUJ7s",
|
|
872
|
+
"Box-narrow-borderInlineEndWidth--thicker": "Primer_Brand__Box-module__Box-narrow-borderInlineEndWidth--thicker___zSDo0",
|
|
873
|
+
"Box-narrow-borderBlockEndWidth--none": "Primer_Brand__Box-module__Box-narrow-borderBlockEndWidth--none___bPzdk",
|
|
874
|
+
"Box-narrow-borderBlockEndWidth--thin": "Primer_Brand__Box-module__Box-narrow-borderBlockEndWidth--thin___Vcplk",
|
|
875
|
+
"Box-narrow-borderBlockEndWidth--thick": "Primer_Brand__Box-module__Box-narrow-borderBlockEndWidth--thick___MieQs",
|
|
876
|
+
"Box-narrow-borderBlockEndWidth--thicker": "Primer_Brand__Box-module__Box-narrow-borderBlockEndWidth--thicker___IEHHY",
|
|
877
|
+
"Box-narrow-borderInlineStartWidth--none": "Primer_Brand__Box-module__Box-narrow-borderInlineStartWidth--none___vTmgx",
|
|
878
|
+
"Box-narrow-borderInlineStartWidth--thin": "Primer_Brand__Box-module__Box-narrow-borderInlineStartWidth--thin___2mfb_",
|
|
879
|
+
"Box-narrow-borderInlineStartWidth--thick": "Primer_Brand__Box-module__Box-narrow-borderInlineStartWidth--thick___EmUIh",
|
|
880
|
+
"Box-narrow-borderInlineStartWidth--thicker": "Primer_Brand__Box-module__Box-narrow-borderInlineStartWidth--thicker___YiwUm",
|
|
881
|
+
"Box-regular-borderWidth--none": "Primer_Brand__Box-module__Box-regular-borderWidth--none___xih2V",
|
|
882
|
+
"Box-regular-borderWidth--thin": "Primer_Brand__Box-module__Box-regular-borderWidth--thin___jxWcM",
|
|
883
|
+
"Box-regular-borderWidth--thick": "Primer_Brand__Box-module__Box-regular-borderWidth--thick___XsAR_",
|
|
884
|
+
"Box-regular-borderWidth--thicker": "Primer_Brand__Box-module__Box-regular-borderWidth--thicker___OzEfn",
|
|
885
|
+
"Box-regular-borderBlockStartWidth--none": "Primer_Brand__Box-module__Box-regular-borderBlockStartWidth--none___oWPAt",
|
|
886
|
+
"Box-regular-borderBlockStartWidth--thin": "Primer_Brand__Box-module__Box-regular-borderBlockStartWidth--thin___hNYS9",
|
|
887
|
+
"Box-regular-borderBlockStartWidth--thick": "Primer_Brand__Box-module__Box-regular-borderBlockStartWidth--thick___XK_G0",
|
|
888
|
+
"Box-regular-borderBlockStartWidth--thicker": "Primer_Brand__Box-module__Box-regular-borderBlockStartWidth--thicker___p7_Jb",
|
|
889
|
+
"Box-regular-borderInlineEndWidth--none": "Primer_Brand__Box-module__Box-regular-borderInlineEndWidth--none____X6hy",
|
|
890
|
+
"Box-regular-borderInlineEndWidth--thin": "Primer_Brand__Box-module__Box-regular-borderInlineEndWidth--thin___cjKqJ",
|
|
891
|
+
"Box-regular-borderInlineEndWidth--thick": "Primer_Brand__Box-module__Box-regular-borderInlineEndWidth--thick___fXrmU",
|
|
892
|
+
"Box-regular-borderInlineEndWidth--thicker": "Primer_Brand__Box-module__Box-regular-borderInlineEndWidth--thicker___jxv3V",
|
|
893
|
+
"Box-regular-borderBlockEndWidth--none": "Primer_Brand__Box-module__Box-regular-borderBlockEndWidth--none___eFupV",
|
|
894
|
+
"Box-regular-borderBlockEndWidth--thin": "Primer_Brand__Box-module__Box-regular-borderBlockEndWidth--thin___GYreL",
|
|
895
|
+
"Box-regular-borderBlockEndWidth--thick": "Primer_Brand__Box-module__Box-regular-borderBlockEndWidth--thick___u0ls2",
|
|
896
|
+
"Box-regular-borderBlockEndWidth--thicker": "Primer_Brand__Box-module__Box-regular-borderBlockEndWidth--thicker___C7thm",
|
|
897
|
+
"Box-regular-borderInlineStartWidth--none": "Primer_Brand__Box-module__Box-regular-borderInlineStartWidth--none___i0AyF",
|
|
898
|
+
"Box-regular-borderInlineStartWidth--thin": "Primer_Brand__Box-module__Box-regular-borderInlineStartWidth--thin___Utd0B",
|
|
899
|
+
"Box-regular-borderInlineStartWidth--thick": "Primer_Brand__Box-module__Box-regular-borderInlineStartWidth--thick___SBpjO",
|
|
900
|
+
"Box-regular-borderInlineStartWidth--thicker": "Primer_Brand__Box-module__Box-regular-borderInlineStartWidth--thicker___di9lE",
|
|
901
|
+
"Box-wide-borderWidth--none": "Primer_Brand__Box-module__Box-wide-borderWidth--none___GIri0",
|
|
902
|
+
"Box-wide-borderWidth--thin": "Primer_Brand__Box-module__Box-wide-borderWidth--thin___sd2G2",
|
|
903
|
+
"Box-wide-borderWidth--thick": "Primer_Brand__Box-module__Box-wide-borderWidth--thick___GseoL",
|
|
904
|
+
"Box-wide-borderWidth--thicker": "Primer_Brand__Box-module__Box-wide-borderWidth--thicker___fAAL6",
|
|
905
|
+
"Box-wide-borderBlockStartWidth--none": "Primer_Brand__Box-module__Box-wide-borderBlockStartWidth--none___qIyVy",
|
|
906
|
+
"Box-wide-borderBlockStartWidth--thin": "Primer_Brand__Box-module__Box-wide-borderBlockStartWidth--thin___bF_FN",
|
|
907
|
+
"Box-wide-borderBlockStartWidth--thick": "Primer_Brand__Box-module__Box-wide-borderBlockStartWidth--thick___OjddX",
|
|
908
|
+
"Box-wide-borderBlockStartWidth--thicker": "Primer_Brand__Box-module__Box-wide-borderBlockStartWidth--thicker___ZXC6U",
|
|
909
|
+
"Box-wide-borderInlineEndWidth--none": "Primer_Brand__Box-module__Box-wide-borderInlineEndWidth--none___GxmpK",
|
|
910
|
+
"Box-wide-borderInlineEndWidth--thin": "Primer_Brand__Box-module__Box-wide-borderInlineEndWidth--thin___SAMJ8",
|
|
911
|
+
"Box-wide-borderInlineEndWidth--thick": "Primer_Brand__Box-module__Box-wide-borderInlineEndWidth--thick___RYbJt",
|
|
912
|
+
"Box-wide-borderInlineEndWidth--thicker": "Primer_Brand__Box-module__Box-wide-borderInlineEndWidth--thicker___w4eF4",
|
|
913
|
+
"Box-wide-borderBlockEndWidth--none": "Primer_Brand__Box-module__Box-wide-borderBlockEndWidth--none___D7h3B",
|
|
914
|
+
"Box-wide-borderBlockEndWidth--thin": "Primer_Brand__Box-module__Box-wide-borderBlockEndWidth--thin___rAesy",
|
|
915
|
+
"Box-wide-borderBlockEndWidth--thick": "Primer_Brand__Box-module__Box-wide-borderBlockEndWidth--thick___8l3QX",
|
|
916
|
+
"Box-wide-borderBlockEndWidth--thicker": "Primer_Brand__Box-module__Box-wide-borderBlockEndWidth--thicker___N9gHM",
|
|
917
|
+
"Box-wide-borderInlineStartWidth--none": "Primer_Brand__Box-module__Box-wide-borderInlineStartWidth--none___mnTrp",
|
|
918
|
+
"Box-wide-borderInlineStartWidth--thin": "Primer_Brand__Box-module__Box-wide-borderInlineStartWidth--thin___RyxcU",
|
|
919
|
+
"Box-wide-borderInlineStartWidth--thick": "Primer_Brand__Box-module__Box-wide-borderInlineStartWidth--thick___Qv_NK",
|
|
920
|
+
"Box-wide-borderInlineStartWidth--thicker": "Primer_Brand__Box-module__Box-wide-borderInlineStartWidth--thicker___cnv8B",
|
|
921
|
+
"Box-borderColor--default": "Primer_Brand__Box-module__Box-borderColor--default___LOsJu",
|
|
922
|
+
"Box-borderColor--muted": "Primer_Brand__Box-module__Box-borderColor--muted___1hY9V",
|
|
923
|
+
"Box-borderColor--subtle": "Primer_Brand__Box-module__Box-borderColor--subtle___x4I97"
|
|
924
|
+
};
|
|
925
|
+
//#endregion
|
|
926
|
+
export { e as default };
|
|
927
|
+
|
|
928
|
+
//# sourceMappingURL=Box.module.js.map
|