@primer/react-brand 0.69.1-rc.0a4e5ff5 → 0.70.0-rc.11ae3568
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -0
- package/docs/components/ActionMenu/index.md +156 -0
- package/docs/components/AnchorNav/index.md +220 -0
- package/docs/components/Avatar/index.md +30 -0
- package/docs/components/Avatar/react.md +71 -0
- package/docs/components/Bento/index.md +223 -0
- package/docs/components/Breadcrumbs/index.md +51 -0
- package/docs/components/Breadcrumbs/react.md +53 -0
- package/docs/components/BreakoutBanner/index.md +102 -0
- package/docs/components/BreakoutBanner/react.md +174 -0
- package/docs/components/Button/index.md +133 -0
- package/docs/components/Button/react.md +94 -0
- package/docs/components/ButtonGroup/index.md +62 -0
- package/docs/components/ButtonGroup/react.md +60 -0
- package/docs/components/CTABanner/index.md +114 -0
- package/docs/components/CTABanner/react.md +343 -0
- package/docs/components/CTAForm/index.md +95 -0
- package/docs/components/CTAForm/react.md +103 -0
- package/docs/components/Card/index.md +126 -0
- package/docs/components/Card/react.md +240 -0
- package/docs/components/ComparisonTable/index.md +381 -0
- package/docs/components/EyebrowBanner/index.md +153 -0
- package/docs/components/FAQ/index.md +66 -0
- package/docs/components/FAQ/react.md +477 -0
- package/docs/components/Footnotes/index.md +41 -0
- package/docs/components/Footnotes/react.md +156 -0
- package/docs/components/Hero/index.md +65 -0
- package/docs/components/Hero/react.md +215 -0
- package/docs/components/IDE/index.md +278 -0
- package/docs/components/Icon/index.md +87 -0
- package/docs/components/Image/index.md +51 -0
- package/docs/components/Image/react.md +160 -0
- package/docs/components/Label/index.md +86 -0
- package/docs/components/Label/react.md +76 -0
- package/docs/components/LogoSuite/index.md +93 -0
- package/docs/components/LogoSuite/react.md +667 -0
- package/docs/components/MediaPlaylist/index.md +133 -0
- package/docs/components/MinimalFooter/index.md +94 -0
- package/docs/components/NavList/index.md +210 -0
- package/docs/components/OrderedList/index.md +55 -0
- package/docs/components/OrderedList/react.md +41 -0
- package/docs/components/Pagination/index.md +80 -0
- package/docs/components/Pillar/index.md +114 -0
- package/docs/components/Pillar/react.md +175 -0
- package/docs/components/PricingOptions/index.md +509 -0
- package/docs/components/Prose/index.md +158 -0
- package/docs/components/River/index.md +190 -0
- package/docs/components/River/react.md +295 -0
- package/docs/components/RiverAccordion/index.md +200 -0
- package/docs/components/RiverBreakoutTabs/index.md +171 -0
- package/docs/components/Section/index.md +40 -0
- package/docs/components/Section/react.md +137 -0
- package/docs/components/SectionIntro/index.md +77 -0
- package/docs/components/SectionIntro/react.md +107 -0
- package/docs/components/SectionIntroStacked/index.md +226 -0
- package/docs/components/Statistic/index.md +111 -0
- package/docs/components/SubNav/index.md +156 -0
- package/docs/components/SubdomainNavBar/index.md +136 -0
- package/docs/components/Tabs/index.md +243 -0
- package/docs/components/Testimonial/index.md +138 -0
- package/docs/components/Testimonial/react.md +191 -0
- package/docs/components/Tiles/index.md +1441 -0
- package/docs/components/Timeline/index.md +68 -0
- package/docs/components/Token/index.md +86 -0
- package/docs/components/Tooltip/index.md +61 -0
- package/docs/components/UnorderedList/index.md +67 -0
- package/docs/components/UnorderedList/react.md +89 -0
- package/docs/components/VideoPlayer/index.md +234 -0
- package/docs/components/index.md +53 -0
- package/docs/forms/Checkbox/index.md +86 -0
- package/docs/forms/Checkbox/react.md +111 -0
- package/docs/forms/CheckboxGroup/index.md +37 -0
- package/docs/forms/CheckboxGroup/react.md +175 -0
- package/docs/forms/FormControl/index.md +404 -0
- package/docs/forms/Radio/index.md +63 -0
- package/docs/forms/Radio/react.md +68 -0
- package/docs/forms/RadioGroup/index.md +45 -0
- package/docs/forms/RadioGroup/react.md +151 -0
- package/docs/forms/Select/index.md +244 -0
- package/docs/forms/TextArea/index.md +126 -0
- package/docs/forms/TextInput/index.md +221 -0
- package/docs/forms/index.md +14 -0
- package/docs/getting-started/esm.md +49 -0
- package/docs/getting-started/index.md +98 -0
- package/docs/index.md +99 -0
- package/docs/introduction/animation.md +127 -0
- package/docs/introduction/index.md +10 -0
- package/docs/introduction/mcp.md +52 -0
- package/docs/introduction/theming.md +132 -0
- package/docs/layout/Box/index.md +46 -0
- package/docs/layout/Box/react.md +284 -0
- package/docs/layout/Grid/index.md +132 -0
- package/docs/layout/Grid/react.md +117 -0
- package/docs/layout/Stack/index.md +60 -0
- package/docs/layout/Stack/react.md +166 -0
- package/docs/layout/index.md +9 -0
- package/docs/primitives/color.md +6 -0
- package/docs/primitives/index.md +8 -0
- package/docs/typography/Heading/index.md +53 -0
- package/docs/typography/Heading/react.md +182 -0
- package/docs/typography/Text/index.md +68 -0
- package/docs/typography/Text/react.md +125 -0
- package/docs/typography/index.md +8 -0
- package/esm/Footnotes/{Footnotes.module-Du0yaz7E.css → Footnotes.module-DG9Vx76y.css} +1 -1
- package/esm/Footnotes/Footnotes.module.js +1 -1
- package/esm/Footnotes/Footnotes.module.js.map +1 -1
- package/esm/Heading/Heading.d.ts +10 -0
- package/esm/Heading/Heading.d.ts.map +1 -1
- package/esm/Heading/Heading.js.map +1 -1
- package/esm/Hero/Hero.d.ts.map +1 -1
- package/esm/Hero/Hero.js +60 -58
- package/esm/Hero/Hero.js.map +1 -1
- package/esm/Hero/{Hero.module-Cy82CEW3.css → Hero.module-DqG5f0MT.css} +1 -1
- package/esm/Hero/Hero.module.js +1 -1
- package/esm/Hero/Hero.module.js.map +1 -1
- package/esm/NavList/NavList.d.ts +86 -0
- package/esm/NavList/NavList.d.ts.map +1 -0
- package/esm/NavList/NavList.js +277 -0
- package/esm/NavList/NavList.js.map +1 -0
- package/esm/NavList/NavList.module-CZFnt8br.css +1 -0
- package/esm/NavList/NavList.module.js +32 -0
- package/esm/NavList/NavList.module.js.map +1 -0
- package/esm/NavList/index.d.ts +2 -0
- package/esm/NavList/index.d.ts.map +1 -0
- package/esm/SectionIntroStacked/{SectionIntroStacked.module-Cr7kUqTH.css → SectionIntroStacked.module-C3cmwHDY.css} +1 -1
- package/esm/SectionIntroStacked/SectionIntroStacked.module.js +1 -1
- package/esm/SectionIntroStacked/SectionIntroStacked.module.js.map +1 -1
- package/esm/Token/Token.js +0 -1
- package/esm/Token/Token.js.map +1 -1
- package/esm/Token/{Token.module-BcKU1KwK.css → Token.module-DtWE9IPI.css} +1 -1
- package/esm/Token/Token.module.js +1 -1
- package/esm/Token/Token.module.js.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.esm.js +12 -11
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/nav-list/colors-with-modes-CGyt2t8f.css +1 -0
- package/lib/Grid/Grid.d.ts +1 -1
- package/lib/Heading/Heading.d.ts +10 -0
- package/lib/NavList/NavList.d.ts +85 -0
- package/lib/NavList/index.d.ts +1 -0
- package/lib/SubNav/SubNav.d.ts +1 -1
- package/lib/Token/Token.d.ts +1 -1
- package/lib/css/main.css +613 -74
- 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/media-playlist/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/nav-list/colors-with-modes.css +13 -0
- 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/text-cursor-animation/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/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/media-playlist/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/text-cursor-animation/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/media-playlist/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/text-cursor-animation/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/media-playlist/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/text-cursor-animation/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/media-playlist/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/media-playlist/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/text-cursor-animation/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/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.d.ts +1 -0
- package/lib/index.js +1 -1
- package/llms.txt +97 -0
- package/package.json +17 -5
- package/esm/Hero/Hero.figma.d.ts +0 -2
- package/esm/Hero/Hero.figma.d.ts.map +0 -1
- package/esm/IDE/fixtures/content.d.ts +0 -7
- package/esm/IDE/fixtures/content.d.ts.map +0 -1
- package/esm/LogoSuite/LogoSuite.figma.d.ts +0 -2
- package/esm/LogoSuite/LogoSuite.figma.d.ts.map +0 -1
- package/esm/LogoSuite/LogoSuite.fixtures.d.ts +0 -2
- package/esm/LogoSuite/LogoSuite.fixtures.d.ts.map +0 -1
- package/esm/MonaSans/MonaSans.d.ts +0 -11
- package/esm/MonaSans/MonaSans.d.ts.map +0 -1
- package/esm/MonaSans/index.d.ts +0 -2
- package/esm/MonaSans/index.d.ts.map +0 -1
- package/esm/PricingOptions/PricingOptions.figma.d.ts +0 -2
- package/esm/PricingOptions/PricingOptions.figma.d.ts.map +0 -1
- package/esm/Tiles/Tiles.fixtures.d.ts +0 -7
- package/esm/Tiles/Tiles.fixtures.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/AzureLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/AzureLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/JetBrainsLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/JetBrainsLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/MicrosoftCopilotLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/MicrosoftCopilotLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/MicrosoftLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/MicrosoftLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/NeoVimLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/NeoVimLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/VisualStudioCodeLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/VisualStudioCodeLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/VisualStudioLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/VisualStudioLogo.d.ts.map +0 -1
- package/esm/list/ListItem/index.d.ts +0 -2
- package/esm/list/ListItem/index.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts +0 -13
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts +0 -14
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts +0 -8
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/index.d.ts +0 -2
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/index.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +0 -49
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/index.d.ts +0 -2
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/index.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts +0 -17
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/index.d.ts +0 -2
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/index.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/helpers.d.ts +0 -30
- package/esm/recipes/FeaturePreviewLPs/helpers.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/FlexSection.d.ts +0 -8
- package/esm/recipes/FlexTemplate/FlexSection/FlexSection.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiver.d.ts +0 -2
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiver.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverAccordion.d.ts +0 -8
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverAccordion.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverBreakout.d.ts +0 -2
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverBreakout.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulTestimonials.d.ts +0 -8
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulTestimonials.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/FlexSectionTestimonials.d.ts +0 -8
- package/esm/recipes/FlexTemplate/FlexSection/components/FlexSectionTestimonials.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/index.d.ts +0 -6
- package/esm/recipes/FlexTemplate/FlexSection/components/index.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/index.d.ts +0 -2
- package/esm/recipes/FlexTemplate/FlexSection/index.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexTemplate.d.ts +0 -7
- package/esm/recipes/FlexTemplate/FlexTemplate.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexTemplate.types.d.ts +0 -318
- package/esm/recipes/FlexTemplate/FlexTemplate.types.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/FlexTemplateTrailingSection.d.ts +0 -6
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/FlexTemplateTrailingSection.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/index.d.ts +0 -3
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/index.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/fixtures/content.d.ts +0 -2
- package/esm/recipes/FlexTemplate/fixtures/content.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/index.d.ts +0 -4
- package/esm/recipes/FlexTemplate/index.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.content.d.ts +0 -68
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.content.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.d.ts +0 -7
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Category/index.d.ts +0 -2
- package/esm/recipes/Flexsuite/Category/index.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.content.d.ts +0 -49
- package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.content.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.d.ts +0 -7
- package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Details/index.d.ts +0 -4
- package/esm/recipes/Flexsuite/Details/index.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.content.d.ts +0 -101
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.content.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.d.ts +0 -7
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Overview/FlexSuiteOverview.content.d.ts +0 -5
- package/esm/recipes/Flexsuite/Overview/FlexSuiteOverview.content.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Overview/index.d.ts +0 -4
- package/esm/recipes/Flexsuite/Overview/index.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts +0 -16
- package/esm/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts +0 -33
- package/esm/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/SolutionPage/index.d.ts +0 -2
- package/esm/recipes/SolutionTemplates/SolutionPage/index.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts +0 -17
- package/esm/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/helpers.d.ts +0 -127
- package/esm/recipes/SolutionTemplates/helpers.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/index.d.ts +0 -1
- package/esm/recipes/SolutionTemplates/index.d.ts.map +0 -1
- package/esm/recipes/seo/Article/Article.d.ts +0 -14
- package/esm/recipes/seo/Article/Article.d.ts.map +0 -1
- package/esm/recipes/seo/Article/ArticleToC.d.ts +0 -4
- package/esm/recipes/seo/Article/ArticleToC.d.ts.map +0 -1
- package/esm/recipes/seo/Article/article-shared.d.ts +0 -5
- package/esm/recipes/seo/Article/article-shared.d.ts.map +0 -1
- package/esm/recipes/seo/Article/index.d.ts +0 -2
- package/esm/recipes/seo/Article/index.d.ts.map +0 -1
- package/esm/recipes/seo/Category/CategoryPage.d.ts +0 -9
- package/esm/recipes/seo/Category/CategoryPage.d.ts.map +0 -1
- package/esm/recipes/seo/Category/index.d.ts +0 -2
- package/esm/recipes/seo/Category/index.d.ts.map +0 -1
- package/esm/recipes/seo/helpers.d.ts +0 -16
- package/esm/recipes/seo/helpers.d.ts.map +0 -1
- package/esm/recipes/seo/index.d.ts +0 -1
- package/esm/recipes/seo/index.d.ts.map +0 -1
- package/esm/river/River.figma.d.ts +0 -2
- package/esm/river/River.figma.d.ts.map +0 -1
- package/lib/Hero/Hero.figma.d.ts +0 -1
- package/lib/IDE/fixtures/content.d.ts +0 -6
- package/lib/LogoSuite/LogoSuite.figma.d.ts +0 -1
- package/lib/LogoSuite/LogoSuite.fixtures.d.ts +0 -1
- package/lib/MonaSans/MonaSans.d.ts +0 -10
- package/lib/MonaSans/index.d.ts +0 -1
- package/lib/PricingOptions/PricingOptions.figma.d.ts +0 -1
- package/lib/Tiles/Tiles.fixtures.d.ts +0 -6
- package/lib/fixtures/third-party-logos/AzureLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/JetBrainsLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/MicrosoftCopilotLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/MicrosoftLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/NeoVimLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/VisualStudioCodeLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/VisualStudioLogo.d.ts +0 -4
- package/lib/index.esm.d.ts +0 -7
- package/lib/list/ListItem/index.d.ts +0 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts +0 -12
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts +0 -13
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts +0 -7
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/index.d.ts +0 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +0 -48
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/index.d.ts +0 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts +0 -16
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/index.d.ts +0 -1
- package/lib/recipes/FeaturePreviewLPs/helpers.d.ts +0 -29
- package/lib/recipes/FlexTemplate/FlexSection/FlexSection.d.ts +0 -7
- package/lib/recipes/FlexTemplate/FlexSection/components/ContentfulRiver.d.ts +0 -1
- package/lib/recipes/FlexTemplate/FlexSection/components/ContentfulRiverAccordion.d.ts +0 -7
- package/lib/recipes/FlexTemplate/FlexSection/components/ContentfulRiverBreakout.d.ts +0 -1
- package/lib/recipes/FlexTemplate/FlexSection/components/ContentfulTestimonials.d.ts +0 -7
- package/lib/recipes/FlexTemplate/FlexSection/components/FlexSectionTestimonials.d.ts +0 -7
- package/lib/recipes/FlexTemplate/FlexSection/components/index.d.ts +0 -5
- package/lib/recipes/FlexTemplate/FlexSection/index.d.ts +0 -1
- package/lib/recipes/FlexTemplate/FlexTemplate.d.ts +0 -6
- package/lib/recipes/FlexTemplate/FlexTemplate.types.d.ts +0 -317
- package/lib/recipes/FlexTemplate/FlexTemplateTrailingSection/FlexTemplateTrailingSection.d.ts +0 -5
- package/lib/recipes/FlexTemplate/FlexTemplateTrailingSection/index.d.ts +0 -2
- package/lib/recipes/FlexTemplate/fixtures/content.d.ts +0 -1
- package/lib/recipes/FlexTemplate/index.d.ts +0 -3
- package/lib/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.content.d.ts +0 -67
- package/lib/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.d.ts +0 -6
- package/lib/recipes/Flexsuite/Category/index.d.ts +0 -1
- package/lib/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.content.d.ts +0 -48
- package/lib/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.d.ts +0 -6
- package/lib/recipes/Flexsuite/Details/index.d.ts +0 -3
- package/lib/recipes/Flexsuite/Overview/FlexSuiteAIOverview.content.d.ts +0 -100
- package/lib/recipes/Flexsuite/Overview/FlexSuiteAIOverview.d.ts +0 -6
- package/lib/recipes/Flexsuite/Overview/FlexSuiteOverview.content.d.ts +0 -4
- package/lib/recipes/Flexsuite/Overview/index.d.ts +0 -3
- package/lib/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts +0 -15
- package/lib/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts +0 -32
- package/lib/recipes/SolutionTemplates/SolutionPage/index.d.ts +0 -1
- package/lib/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts +0 -16
- package/lib/recipes/SolutionTemplates/helpers.d.ts +0 -126
- package/lib/recipes/SolutionTemplates/index.d.ts +0 -0
- package/lib/recipes/seo/Article/Article.d.ts +0 -13
- package/lib/recipes/seo/Article/ArticleToC.d.ts +0 -3
- package/lib/recipes/seo/Article/article-shared.d.ts +0 -4
- package/lib/recipes/seo/Article/index.d.ts +0 -1
- package/lib/recipes/seo/Category/CategoryPage.d.ts +0 -8
- package/lib/recipes/seo/Category/index.d.ts +0 -1
- package/lib/recipes/seo/helpers.d.ts +0 -15
- package/lib/recipes/seo/index.d.ts +0 -0
- package/lib/river/River.figma.d.ts +0 -1
package/lib/css/main.css
CHANGED
|
@@ -78,7 +78,7 @@ html {
|
|
|
78
78
|
|
|
79
79
|
/**
|
|
80
80
|
* Do not edit directly
|
|
81
|
-
* Generated on
|
|
81
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
82
82
|
*/
|
|
83
83
|
|
|
84
84
|
:root,
|
|
@@ -356,7 +356,7 @@ html {
|
|
|
356
356
|
|
|
357
357
|
/**
|
|
358
358
|
* Do not edit directly
|
|
359
|
-
* Generated on
|
|
359
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
360
360
|
*/
|
|
361
361
|
|
|
362
362
|
:root {
|
|
@@ -385,7 +385,7 @@ html {
|
|
|
385
385
|
|
|
386
386
|
/**
|
|
387
387
|
* Do not edit directly
|
|
388
|
-
* Generated on
|
|
388
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
389
389
|
*/
|
|
390
390
|
|
|
391
391
|
:root {
|
|
@@ -402,7 +402,7 @@ html {
|
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* Do not edit directly
|
|
405
|
-
* Generated on
|
|
405
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
406
406
|
*/
|
|
407
407
|
|
|
408
408
|
:root {
|
|
@@ -560,7 +560,7 @@ html {
|
|
|
560
560
|
|
|
561
561
|
/**
|
|
562
562
|
* Do not edit directly
|
|
563
|
-
* Generated on
|
|
563
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
564
564
|
*/
|
|
565
565
|
|
|
566
566
|
:root {
|
|
@@ -574,7 +574,7 @@ html {
|
|
|
574
574
|
|
|
575
575
|
/**
|
|
576
576
|
* Do not edit directly
|
|
577
|
-
* Generated on
|
|
577
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
578
578
|
*/
|
|
579
579
|
|
|
580
580
|
:root {
|
|
@@ -593,7 +593,7 @@ html {
|
|
|
593
593
|
|
|
594
594
|
/**
|
|
595
595
|
* Do not edit directly
|
|
596
|
-
* Generated on
|
|
596
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
597
597
|
*/
|
|
598
598
|
|
|
599
599
|
:root,
|
|
@@ -695,7 +695,7 @@ html {
|
|
|
695
695
|
|
|
696
696
|
/**
|
|
697
697
|
* Do not edit directly
|
|
698
|
-
* Generated on
|
|
698
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
699
699
|
*/
|
|
700
700
|
|
|
701
701
|
:root {
|
|
@@ -722,7 +722,7 @@ html {
|
|
|
722
722
|
|
|
723
723
|
/**
|
|
724
724
|
* Do not edit directly
|
|
725
|
-
* Generated on
|
|
725
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
726
726
|
*/
|
|
727
727
|
|
|
728
728
|
:root,
|
|
@@ -1495,7 +1495,7 @@ html {
|
|
|
1495
1495
|
|
|
1496
1496
|
/**
|
|
1497
1497
|
* Do not edit directly
|
|
1498
|
-
* Generated on
|
|
1498
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
1499
1499
|
*/
|
|
1500
1500
|
|
|
1501
1501
|
:root {
|
|
@@ -1749,7 +1749,7 @@ html {
|
|
|
1749
1749
|
|
|
1750
1750
|
/**
|
|
1751
1751
|
* Do not edit directly
|
|
1752
|
-
* Generated on
|
|
1752
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
1753
1753
|
*/
|
|
1754
1754
|
|
|
1755
1755
|
:root {
|
|
@@ -6123,7 +6123,7 @@ html {
|
|
|
6123
6123
|
|
|
6124
6124
|
/**
|
|
6125
6125
|
* Do not edit directly
|
|
6126
|
-
* Generated on
|
|
6126
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
6127
6127
|
*/
|
|
6128
6128
|
|
|
6129
6129
|
:root,
|
|
@@ -6570,8 +6570,9 @@ html {
|
|
|
6570
6570
|
|
|
6571
6571
|
/* Header column (eyebrow, heading) */
|
|
6572
6572
|
.Primer_Brand__Hero-module__Hero-expressive-header-column___ycDFD {
|
|
6573
|
-
padding: var(--base-size-
|
|
6574
|
-
padding-
|
|
6573
|
+
padding: var(--base-size-36);
|
|
6574
|
+
padding-inline: var(--base-size-20);
|
|
6575
|
+
padding-block-end: var(--base-size-28);
|
|
6575
6576
|
border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
6576
6577
|
display: flex;
|
|
6577
6578
|
align-items: center;
|
|
@@ -6580,6 +6581,7 @@ html {
|
|
|
6580
6581
|
/* Body column (description, actions, trailing) */
|
|
6581
6582
|
.Primer_Brand__Hero-module__Hero-expressive-body-column___k1AUC {
|
|
6582
6583
|
padding: var(--base-size-32);
|
|
6584
|
+
padding-inline: var(--base-size-20);
|
|
6583
6585
|
padding-block-start: var(--base-size-24);
|
|
6584
6586
|
}
|
|
6585
6587
|
|
|
@@ -6613,7 +6615,7 @@ html {
|
|
|
6613
6615
|
}
|
|
6614
6616
|
|
|
6615
6617
|
.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___VAhu0 .Primer_Brand__Hero-module__Hero-actions___oH1NT {
|
|
6616
|
-
margin-block-start: var(--base-size-
|
|
6618
|
+
margin-block-start: var(--base-size-24);
|
|
6617
6619
|
}
|
|
6618
6620
|
|
|
6619
6621
|
.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___VAhu0 .Primer_Brand__Hero-module__Hero-trailing___UeIyX {
|
|
@@ -7050,7 +7052,7 @@ html {
|
|
|
7050
7052
|
|
|
7051
7053
|
/**
|
|
7052
7054
|
* Do not edit directly
|
|
7053
|
-
* Generated on
|
|
7055
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
7054
7056
|
*/
|
|
7055
7057
|
|
|
7056
7058
|
:root,
|
|
@@ -7361,7 +7363,7 @@ html {
|
|
|
7361
7363
|
|
|
7362
7364
|
/**
|
|
7363
7365
|
* Do not edit directly
|
|
7364
|
-
* Generated on
|
|
7366
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
7365
7367
|
*/
|
|
7366
7368
|
|
|
7367
7369
|
:root {
|
|
@@ -7497,7 +7499,7 @@ html {
|
|
|
7497
7499
|
|
|
7498
7500
|
/**
|
|
7499
7501
|
* Do not edit directly
|
|
7500
|
-
* Generated on
|
|
7502
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
7501
7503
|
*/
|
|
7502
7504
|
|
|
7503
7505
|
:root,
|
|
@@ -7513,7 +7515,7 @@ html {
|
|
|
7513
7515
|
|
|
7514
7516
|
/**
|
|
7515
7517
|
* Do not edit directly
|
|
7516
|
-
* Generated on
|
|
7518
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
7517
7519
|
*/
|
|
7518
7520
|
|
|
7519
7521
|
:root {
|
|
@@ -7923,7 +7925,7 @@ html {
|
|
|
7923
7925
|
|
|
7924
7926
|
/**
|
|
7925
7927
|
* Do not edit directly
|
|
7926
|
-
* Generated on
|
|
7928
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
7927
7929
|
*/
|
|
7928
7930
|
|
|
7929
7931
|
:root,
|
|
@@ -8190,7 +8192,7 @@ html {
|
|
|
8190
8192
|
|
|
8191
8193
|
/**
|
|
8192
8194
|
* Do not edit directly
|
|
8193
|
-
* Generated on
|
|
8195
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
8194
8196
|
*/
|
|
8195
8197
|
|
|
8196
8198
|
:root {
|
|
@@ -8860,7 +8862,7 @@ html {
|
|
|
8860
8862
|
|
|
8861
8863
|
/**
|
|
8862
8864
|
* Do not edit directly
|
|
8863
|
-
* Generated on
|
|
8865
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
8864
8866
|
*/
|
|
8865
8867
|
|
|
8866
8868
|
:root,
|
|
@@ -9490,7 +9492,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
9490
9492
|
|
|
9491
9493
|
/**
|
|
9492
9494
|
* Do not edit directly
|
|
9493
|
-
* Generated on
|
|
9495
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
9494
9496
|
*/
|
|
9495
9497
|
|
|
9496
9498
|
:root {
|
|
@@ -9526,7 +9528,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
9526
9528
|
|
|
9527
9529
|
/**
|
|
9528
9530
|
* Do not edit directly
|
|
9529
|
-
* Generated on
|
|
9531
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
9530
9532
|
*/
|
|
9531
9533
|
|
|
9532
9534
|
:root,
|
|
@@ -10410,7 +10412,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
10410
10412
|
|
|
10411
10413
|
/**
|
|
10412
10414
|
* Do not edit directly
|
|
10413
|
-
* Generated on
|
|
10415
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
10414
10416
|
*/
|
|
10415
10417
|
|
|
10416
10418
|
:root,
|
|
@@ -10507,7 +10509,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
10507
10509
|
|
|
10508
10510
|
/**
|
|
10509
10511
|
* Do not edit directly
|
|
10510
|
-
* Generated on
|
|
10512
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
10511
10513
|
*/
|
|
10512
10514
|
|
|
10513
10515
|
:root,
|
|
@@ -12656,7 +12658,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12656
12658
|
|
|
12657
12659
|
/**
|
|
12658
12660
|
* Do not edit directly
|
|
12659
|
-
* Generated on
|
|
12661
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
12660
12662
|
*/
|
|
12661
12663
|
|
|
12662
12664
|
:root,
|
|
@@ -12684,7 +12686,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12684
12686
|
|
|
12685
12687
|
/**
|
|
12686
12688
|
* Do not edit directly
|
|
12687
|
-
* Generated on
|
|
12689
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
12688
12690
|
*/
|
|
12689
12691
|
|
|
12690
12692
|
:root,
|
|
@@ -12700,7 +12702,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12700
12702
|
|
|
12701
12703
|
/**
|
|
12702
12704
|
* Do not edit directly
|
|
12703
|
-
* Generated on
|
|
12705
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
12704
12706
|
*/
|
|
12705
12707
|
|
|
12706
12708
|
:root {
|
|
@@ -12753,7 +12755,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12753
12755
|
|
|
12754
12756
|
/**
|
|
12755
12757
|
* Do not edit directly
|
|
12756
|
-
* Generated on
|
|
12758
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
12757
12759
|
*/
|
|
12758
12760
|
|
|
12759
12761
|
:root,
|
|
@@ -12867,9 +12869,8 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12867
12869
|
min-width: 0;
|
|
12868
12870
|
overflow: hidden;
|
|
12869
12871
|
text-overflow: ellipsis;
|
|
12870
|
-
text-transform: uppercase;
|
|
12871
12872
|
font-weight: var(--base-text-weight-normal);
|
|
12872
|
-
line-height:
|
|
12873
|
+
line-height: var(--brand-text-lineHeight-100);
|
|
12873
12874
|
white-space: nowrap;
|
|
12874
12875
|
letter-spacing: var(--brand-text-letterSpacing-100);
|
|
12875
12876
|
}
|
|
@@ -12918,7 +12919,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12918
12919
|
|
|
12919
12920
|
/**
|
|
12920
12921
|
* Do not edit directly
|
|
12921
|
-
* Generated on
|
|
12922
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
12922
12923
|
*/
|
|
12923
12924
|
|
|
12924
12925
|
:root {
|
|
@@ -12927,7 +12928,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12927
12928
|
|
|
12928
12929
|
/**
|
|
12929
12930
|
* Do not edit directly
|
|
12930
|
-
* Generated on
|
|
12931
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
12931
12932
|
*/
|
|
12932
12933
|
|
|
12933
12934
|
:root,
|
|
@@ -12949,7 +12950,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
12949
12950
|
|
|
12950
12951
|
/**
|
|
12951
12952
|
* Do not edit directly
|
|
12952
|
-
* Generated on
|
|
12953
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
12953
12954
|
*/
|
|
12954
12955
|
|
|
12955
12956
|
:root {
|
|
@@ -13231,7 +13232,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13231
13232
|
|
|
13232
13233
|
/**
|
|
13233
13234
|
* Do not edit directly
|
|
13234
|
-
* Generated on
|
|
13235
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
13235
13236
|
*/
|
|
13236
13237
|
|
|
13237
13238
|
:root,
|
|
@@ -13490,7 +13491,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13490
13491
|
|
|
13491
13492
|
/**
|
|
13492
13493
|
* Do not edit directly
|
|
13493
|
-
* Generated on
|
|
13494
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
13494
13495
|
*/
|
|
13495
13496
|
|
|
13496
13497
|
:root {
|
|
@@ -13504,7 +13505,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13504
13505
|
|
|
13505
13506
|
/**
|
|
13506
13507
|
* Do not edit directly
|
|
13507
|
-
* Generated on
|
|
13508
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
13508
13509
|
*/
|
|
13509
13510
|
|
|
13510
13511
|
:root,
|
|
@@ -13955,7 +13956,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13955
13956
|
|
|
13956
13957
|
/**
|
|
13957
13958
|
* Do not edit directly
|
|
13958
|
-
* Generated on
|
|
13959
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
13959
13960
|
*/
|
|
13960
13961
|
|
|
13961
13962
|
:root,
|
|
@@ -13971,7 +13972,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13971
13972
|
|
|
13972
13973
|
/**
|
|
13973
13974
|
* Do not edit directly
|
|
13974
|
-
* Generated on
|
|
13975
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
13975
13976
|
*/
|
|
13976
13977
|
|
|
13977
13978
|
:root {
|
|
@@ -14716,7 +14717,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14716
14717
|
|
|
14717
14718
|
/**
|
|
14718
14719
|
* Do not edit directly
|
|
14719
|
-
* Generated on
|
|
14720
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
14720
14721
|
*/
|
|
14721
14722
|
|
|
14722
14723
|
:root,
|
|
@@ -14732,7 +14733,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14732
14733
|
|
|
14733
14734
|
/**
|
|
14734
14735
|
* Do not edit directly
|
|
14735
|
-
* Generated on
|
|
14736
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
14736
14737
|
*/
|
|
14737
14738
|
|
|
14738
14739
|
:root,
|
|
@@ -15171,7 +15172,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15171
15172
|
|
|
15172
15173
|
/**
|
|
15173
15174
|
* Do not edit directly
|
|
15174
|
-
* Generated on
|
|
15175
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
15175
15176
|
*/
|
|
15176
15177
|
|
|
15177
15178
|
:root,
|
|
@@ -15394,7 +15395,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15394
15395
|
|
|
15395
15396
|
/**
|
|
15396
15397
|
* Do not edit directly
|
|
15397
|
-
* Generated on
|
|
15398
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
15398
15399
|
*/
|
|
15399
15400
|
|
|
15400
15401
|
:root {
|
|
@@ -15405,7 +15406,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15405
15406
|
|
|
15406
15407
|
/**
|
|
15407
15408
|
* Do not edit directly
|
|
15408
|
-
* Generated on
|
|
15409
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
15409
15410
|
*/
|
|
15410
15411
|
|
|
15411
15412
|
:root,
|
|
@@ -16049,7 +16050,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16049
16050
|
|
|
16050
16051
|
/**
|
|
16051
16052
|
* Do not edit directly
|
|
16052
|
-
* Generated on
|
|
16053
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
16053
16054
|
*/
|
|
16054
16055
|
|
|
16055
16056
|
:root,
|
|
@@ -16948,7 +16949,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16948
16949
|
|
|
16949
16950
|
/**
|
|
16950
16951
|
* Do not edit directly
|
|
16951
|
-
* Generated on
|
|
16952
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
16952
16953
|
*/
|
|
16953
16954
|
|
|
16954
16955
|
:root {
|
|
@@ -16959,7 +16960,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16959
16960
|
|
|
16960
16961
|
/**
|
|
16961
16962
|
* Do not edit directly
|
|
16962
|
-
* Generated on
|
|
16963
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
16963
16964
|
*/
|
|
16964
16965
|
|
|
16965
16966
|
:root,
|
|
@@ -17458,7 +17459,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17458
17459
|
|
|
17459
17460
|
/**
|
|
17460
17461
|
* Do not edit directly
|
|
17461
|
-
* Generated on
|
|
17462
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
17462
17463
|
*/
|
|
17463
17464
|
|
|
17464
17465
|
:root {
|
|
@@ -17478,7 +17479,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17478
17479
|
|
|
17479
17480
|
/**
|
|
17480
17481
|
* Do not edit directly
|
|
17481
|
-
* Generated on
|
|
17482
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
17482
17483
|
*/
|
|
17483
17484
|
|
|
17484
17485
|
:root,
|
|
@@ -17514,7 +17515,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17514
17515
|
|
|
17515
17516
|
/**
|
|
17516
17517
|
* Do not edit directly
|
|
17517
|
-
* Generated on
|
|
17518
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
17518
17519
|
*/
|
|
17519
17520
|
|
|
17520
17521
|
:root,
|
|
@@ -17538,7 +17539,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17538
17539
|
|
|
17539
17540
|
/**
|
|
17540
17541
|
* Do not edit directly
|
|
17541
|
-
* Generated on
|
|
17542
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
17542
17543
|
*/
|
|
17543
17544
|
|
|
17544
17545
|
:root {
|
|
@@ -18010,7 +18011,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18010
18011
|
|
|
18011
18012
|
/**
|
|
18012
18013
|
* Do not edit directly
|
|
18013
|
-
* Generated on
|
|
18014
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
18014
18015
|
*/
|
|
18015
18016
|
|
|
18016
18017
|
:root,
|
|
@@ -18024,7 +18025,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18024
18025
|
|
|
18025
18026
|
/**
|
|
18026
18027
|
* Do not edit directly
|
|
18027
|
-
* Generated on
|
|
18028
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
18028
18029
|
*/
|
|
18029
18030
|
|
|
18030
18031
|
:root {
|
|
@@ -18038,7 +18039,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18038
18039
|
|
|
18039
18040
|
/**
|
|
18040
18041
|
* Do not edit directly
|
|
18041
|
-
* Generated on
|
|
18042
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
18042
18043
|
*/
|
|
18043
18044
|
|
|
18044
18045
|
:root {
|
|
@@ -20214,7 +20215,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
20214
20215
|
|
|
20215
20216
|
/**
|
|
20216
20217
|
* Do not edit directly
|
|
20217
|
-
* Generated on
|
|
20218
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
20218
20219
|
*/
|
|
20219
20220
|
|
|
20220
20221
|
:root {
|
|
@@ -20238,7 +20239,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
20238
20239
|
|
|
20239
20240
|
/**
|
|
20240
20241
|
* Do not edit directly
|
|
20241
|
-
* Generated on
|
|
20242
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
20242
20243
|
*/
|
|
20243
20244
|
|
|
20244
20245
|
:root,
|
|
@@ -20892,7 +20893,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
20892
20893
|
|
|
20893
20894
|
/**
|
|
20894
20895
|
* Do not edit directly
|
|
20895
|
-
* Generated on
|
|
20896
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
20896
20897
|
*/
|
|
20897
20898
|
|
|
20898
20899
|
:root,
|
|
@@ -20906,7 +20907,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
20906
20907
|
|
|
20907
20908
|
/**
|
|
20908
20909
|
* Do not edit directly
|
|
20909
|
-
* Generated on
|
|
20910
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
20910
20911
|
*/
|
|
20911
20912
|
|
|
20912
20913
|
:root {
|
|
@@ -20922,7 +20923,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
20922
20923
|
|
|
20923
20924
|
/**
|
|
20924
20925
|
* Do not edit directly
|
|
20925
|
-
* Generated on
|
|
20926
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
20926
20927
|
*/
|
|
20927
20928
|
|
|
20928
20929
|
:root,
|
|
@@ -21715,7 +21716,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
21715
21716
|
|
|
21716
21717
|
/**
|
|
21717
21718
|
* Do not edit directly
|
|
21718
|
-
* Generated on
|
|
21719
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
21719
21720
|
*/
|
|
21720
21721
|
|
|
21721
21722
|
:root {
|
|
@@ -21724,7 +21725,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
21724
21725
|
|
|
21725
21726
|
/**
|
|
21726
21727
|
* Do not edit directly
|
|
21727
|
-
* Generated on
|
|
21728
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
21728
21729
|
*/
|
|
21729
21730
|
|
|
21730
21731
|
:root,
|
|
@@ -22550,7 +22551,545 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
22550
22551
|
|
|
22551
22552
|
/**
|
|
22552
22553
|
* Do not edit directly
|
|
22553
|
-
* Generated on
|
|
22554
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
22555
|
+
*/
|
|
22556
|
+
|
|
22557
|
+
:root,
|
|
22558
|
+
[data-color-mode="light"] {
|
|
22559
|
+
--brand-NavList-activeIndicator-color: var(--brand-color-text-emphasized);
|
|
22560
|
+
}
|
|
22561
|
+
|
|
22562
|
+
[data-color-mode="dark"] {
|
|
22563
|
+
--brand-NavList-activeIndicator-color: var(--brand-color-accent-primary);
|
|
22564
|
+
}
|
|
22565
|
+
|
|
22566
|
+
.Primer_Brand__NavList-module__NavList___U7Jyj {
|
|
22567
|
+
box-sizing: border-box;
|
|
22568
|
+
font-family: var(--brand-fontStack-sansSerif);
|
|
22569
|
+
color: var(--brand-color-text-default);
|
|
22570
|
+
padding-inline-start: var(--base-size-16);
|
|
22571
|
+
width: 100%;
|
|
22572
|
+
}
|
|
22573
|
+
|
|
22574
|
+
.Primer_Brand__NavList-module__NavList__list___K5lSx,
|
|
22575
|
+
.Primer_Brand__NavList-module__NavList__subNav___DZ2GX,
|
|
22576
|
+
.Primer_Brand__NavList-module__NavList__groupList___ylfjF {
|
|
22577
|
+
list-style: none;
|
|
22578
|
+
margin: 0;
|
|
22579
|
+
padding: 0;
|
|
22580
|
+
}
|
|
22581
|
+
|
|
22582
|
+
.Primer_Brand__NavList-module__NavList__list___K5lSx {
|
|
22583
|
+
display: flex;
|
|
22584
|
+
flex-direction: column;
|
|
22585
|
+
gap: 0;
|
|
22586
|
+
}
|
|
22587
|
+
|
|
22588
|
+
.Primer_Brand__NavList-module__NavList__list--flat___wuoKR,
|
|
22589
|
+
.Primer_Brand__NavList-module__NavList__groupList___ylfjF {
|
|
22590
|
+
--brand-NavList-alignedLabel-paddingInlineStart: var(--base-size-2);
|
|
22591
|
+
}
|
|
22592
|
+
|
|
22593
|
+
.Primer_Brand__NavList-module__NavList__groupList___ylfjF {
|
|
22594
|
+
--brand-NavList-item-paddingInlineStart-level-2: var(--base-size-2);
|
|
22595
|
+
}
|
|
22596
|
+
|
|
22597
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg,
|
|
22598
|
+
.Primer_Brand__NavList-module__NavList__group___LANuQ {
|
|
22599
|
+
position: relative;
|
|
22600
|
+
}
|
|
22601
|
+
|
|
22602
|
+
.Primer_Brand__NavList-module__NavList__list___K5lSx:not(.Primer_Brand__NavList-module__NavList__list--flat___wuoKR) > .Primer_Brand__NavList-module__NavList__item___OceIg + .Primer_Brand__NavList-module__NavList__item___OceIg, .Primer_Brand__NavList-module__NavList__list___K5lSx:not(.Primer_Brand__NavList-module__NavList__list--flat___wuoKR) > .Primer_Brand__NavList-module__NavList__item___OceIg + .Primer_Brand__NavList-module__NavList__group___LANuQ, .Primer_Brand__NavList-module__NavList__list___K5lSx:not(.Primer_Brand__NavList-module__NavList__list--flat___wuoKR) > .Primer_Brand__NavList-module__NavList__group___LANuQ + .Primer_Brand__NavList-module__NavList__item___OceIg, .Primer_Brand__NavList-module__NavList__list___K5lSx:not(.Primer_Brand__NavList-module__NavList__list--flat___wuoKR) > .Primer_Brand__NavList-module__NavList__group___LANuQ + .Primer_Brand__NavList-module__NavList__group___LANuQ {
|
|
22603
|
+
background-image: repeating-linear-gradient(
|
|
22604
|
+
to right,
|
|
22605
|
+
var(--brand-color-border-muted) 0 var(--base-size-2),
|
|
22606
|
+
transparent var(--base-size-2) var(--base-size-4)
|
|
22607
|
+
);
|
|
22608
|
+
background-repeat: no-repeat;
|
|
22609
|
+
background-size: 100% var(--brand-borderWidth-thin);
|
|
22610
|
+
background-position: top left;
|
|
22611
|
+
}
|
|
22612
|
+
|
|
22613
|
+
.Primer_Brand__NavList-module__NavList__groupTitle___Ios1h {
|
|
22614
|
+
margin: 0;
|
|
22615
|
+
padding: var(--base-size-24) var(--base-size-16) var(--base-size-16);
|
|
22616
|
+
color: var(--brand-color-text-default);
|
|
22617
|
+
font-size: var(--brand-text-size-200);
|
|
22618
|
+
font-weight: var(--brand-text-weight-500);
|
|
22619
|
+
line-height: var(--brand-text-lineHeight-200);
|
|
22620
|
+
letter-spacing: var(--brand-text-letterSpacing-200);
|
|
22621
|
+
}
|
|
22622
|
+
|
|
22623
|
+
.Primer_Brand__NavList-module__NavList__groupList___ylfjF {
|
|
22624
|
+
display: flex;
|
|
22625
|
+
flex-direction: column;
|
|
22626
|
+
gap: 0;
|
|
22627
|
+
padding-block-end: var(--base-size-16);
|
|
22628
|
+
}
|
|
22629
|
+
|
|
22630
|
+
.Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22631
|
+
display: flex;
|
|
22632
|
+
align-items: center;
|
|
22633
|
+
gap: var(--base-size-8);
|
|
22634
|
+
min-width: 0;
|
|
22635
|
+
}
|
|
22636
|
+
|
|
22637
|
+
.Primer_Brand__NavList-module__NavList__link___lJiXk {
|
|
22638
|
+
position: relative;
|
|
22639
|
+
display: flex;
|
|
22640
|
+
align-items: center;
|
|
22641
|
+
gap: var(--base-size-8);
|
|
22642
|
+
flex: 1 1 auto;
|
|
22643
|
+
min-width: 0;
|
|
22644
|
+
border-radius: var(--brand-borderRadius-medium);
|
|
22645
|
+
padding: 0;
|
|
22646
|
+
color: var(--brand-color-text-muted);
|
|
22647
|
+
font-size: var(--brand-text-size-100);
|
|
22648
|
+
font-weight: var(--brand-text-weight-500);
|
|
22649
|
+
line-height: var(--brand-text-lineHeight-100);
|
|
22650
|
+
letter-spacing: var(--brand-text-letterSpacing-100);
|
|
22651
|
+
-webkit-text-decoration: none !important;
|
|
22652
|
+
text-decoration: none !important; /* dotcom override */
|
|
22653
|
+
transition: background-color var(--brand-animation-duration-fast) var(--brand-animation-easing-default),
|
|
22654
|
+
color var(--brand-animation-duration-fast) var(--brand-animation-easing-default);
|
|
22655
|
+
}
|
|
22656
|
+
|
|
22657
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C {
|
|
22658
|
+
position: relative;
|
|
22659
|
+
box-sizing: border-box;
|
|
22660
|
+
width: 100%;
|
|
22661
|
+
border: 0;
|
|
22662
|
+
background: transparent;
|
|
22663
|
+
color: var(--brand-color-text-muted);
|
|
22664
|
+
cursor: pointer;
|
|
22665
|
+
font-family: inherit;
|
|
22666
|
+
text-align: start;
|
|
22667
|
+
}
|
|
22668
|
+
|
|
22669
|
+
.Primer_Brand__NavList-module__NavList__link___lJiXk:hover {
|
|
22670
|
+
color: var(--brand-color-text-default);
|
|
22671
|
+
background-color: var(--brand-color-canvas-subtle);
|
|
22672
|
+
}
|
|
22673
|
+
|
|
22674
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C:hover {
|
|
22675
|
+
color: var(--brand-color-text-default);
|
|
22676
|
+
background-color: transparent;
|
|
22677
|
+
}
|
|
22678
|
+
|
|
22679
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts) > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__accordionButton___Jii1C .Primer_Brand__NavList-module__NavList__labelArea___N5Ya6 {
|
|
22680
|
+
order: 2;
|
|
22681
|
+
min-height: var(--base-size-32);
|
|
22682
|
+
padding-inline-start: var(--base-size-6);
|
|
22683
|
+
}
|
|
22684
|
+
|
|
22685
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts)
|
|
22686
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22687
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C:not(:disabled):hover
|
|
22688
|
+
.Primer_Brand__NavList-module__NavList__labelArea___N5Ya6 {
|
|
22689
|
+
background-color: var(--brand-color-canvas-subtle);
|
|
22690
|
+
}
|
|
22691
|
+
|
|
22692
|
+
.Primer_Brand__NavList-module__NavList__item--has-current-descendant___xFrMb > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__accordionButton___Jii1C:not(:disabled) {
|
|
22693
|
+
color: var(--brand-color-text-default);
|
|
22694
|
+
}
|
|
22695
|
+
|
|
22696
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts).Primer_Brand__NavList-module__NavList__item--has-current-descendant___xFrMb
|
|
22697
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22698
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='false']:not(:disabled)
|
|
22699
|
+
.Primer_Brand__NavList-module__NavList__labelArea___N5Ya6 {
|
|
22700
|
+
background-color: var(--brand-color-canvas-subtle);
|
|
22701
|
+
}
|
|
22702
|
+
|
|
22703
|
+
.Primer_Brand__NavList-module__NavList__link___lJiXk:focus-visible {
|
|
22704
|
+
outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
|
|
22705
|
+
outline-offset: var(--base-size-2);
|
|
22706
|
+
}
|
|
22707
|
+
|
|
22708
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C:focus-visible {
|
|
22709
|
+
outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
|
|
22710
|
+
outline-offset: var(--base-size-2);
|
|
22711
|
+
}
|
|
22712
|
+
|
|
22713
|
+
.Primer_Brand__NavList-module__NavList__subNav___DZ2GX .Primer_Brand__NavList-module__NavList__link___lJiXk:focus-visible {
|
|
22714
|
+
outline-offset: calc(-1 * var(--base-size-2));
|
|
22715
|
+
}
|
|
22716
|
+
|
|
22717
|
+
.Primer_Brand__NavList-module__NavList__subNav___DZ2GX .Primer_Brand__NavList-module__NavList__accordionButton___Jii1C:focus-visible {
|
|
22718
|
+
outline-offset: calc(-1 * var(--base-size-2));
|
|
22719
|
+
}
|
|
22720
|
+
|
|
22721
|
+
.Primer_Brand__NavList-module__NavList__link___lJiXk[aria-current]:not([aria-current='false']) {
|
|
22722
|
+
color: var(--brand-color-text-default);
|
|
22723
|
+
background-color: var(--brand-color-canvas-subtle);
|
|
22724
|
+
padding-inline-start: var(--base-size-6);
|
|
22725
|
+
}
|
|
22726
|
+
|
|
22727
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts) .Primer_Brand__NavList-module__NavList__link___lJiXk[aria-current]:not([aria-current='false'])::before {
|
|
22728
|
+
content: '';
|
|
22729
|
+
position: absolute;
|
|
22730
|
+
inset-block: var(--base-size-8);
|
|
22731
|
+
inset-inline-start: 0;
|
|
22732
|
+
width: var(--base-size-4);
|
|
22733
|
+
border-radius: var(--base-size-2);
|
|
22734
|
+
background-color: var(--brand-NavList-activeIndicator-color);
|
|
22735
|
+
}
|
|
22736
|
+
|
|
22737
|
+
.Primer_Brand__NavList-module__NavList__item--has-current-descendant___xFrMb
|
|
22738
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22739
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='false']:not(:disabled)::before {
|
|
22740
|
+
content: '';
|
|
22741
|
+
position: absolute;
|
|
22742
|
+
inset-block-start: 50%;
|
|
22743
|
+
block-size: var(--base-size-16);
|
|
22744
|
+
width: var(--base-size-4);
|
|
22745
|
+
border-radius: var(--base-size-2);
|
|
22746
|
+
background-color: var(--brand-NavList-activeIndicator-color);
|
|
22747
|
+
transform: translateY(-50%);
|
|
22748
|
+
z-index: 1;
|
|
22749
|
+
}
|
|
22750
|
+
|
|
22751
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts.Primer_Brand__NavList-module__NavList__item--has-current-descendant___xFrMb
|
|
22752
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22753
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='false']::before {
|
|
22754
|
+
inset-inline-start: calc(-1 * var(--base-size-8));
|
|
22755
|
+
}
|
|
22756
|
+
|
|
22757
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts).Primer_Brand__NavList-module__NavList__item--has-current-descendant___xFrMb
|
|
22758
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22759
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='false']::before {
|
|
22760
|
+
inset-inline-start: var(--base-size-4);
|
|
22761
|
+
}
|
|
22762
|
+
|
|
22763
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts).Primer_Brand__NavList-module__NavList__item--has-current-descendant___xFrMb
|
|
22764
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22765
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='false'] {
|
|
22766
|
+
padding-inline-start: var(--base-size-12);
|
|
22767
|
+
}
|
|
22768
|
+
|
|
22769
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts).Primer_Brand__NavList-module__NavList__item--has-current-descendant___xFrMb
|
|
22770
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22771
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='false']
|
|
22772
|
+
.Primer_Brand__NavList-module__NavList__labelArea___N5Ya6 {
|
|
22773
|
+
padding-inline-start: var(--base-size-2);
|
|
22774
|
+
}
|
|
22775
|
+
|
|
22776
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__link___lJiXk[aria-current]:not([aria-current='false']) {
|
|
22777
|
+
padding-inline-start: 0;
|
|
22778
|
+
}
|
|
22779
|
+
|
|
22780
|
+
.Primer_Brand__NavList-module__NavList__link--disabled___gPpvz {
|
|
22781
|
+
color: var(--brand-color-text-disabled);
|
|
22782
|
+
pointer-events: none;
|
|
22783
|
+
}
|
|
22784
|
+
|
|
22785
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C:disabled {
|
|
22786
|
+
color: var(--brand-color-text-disabled);
|
|
22787
|
+
cursor: not-allowed;
|
|
22788
|
+
}
|
|
22789
|
+
|
|
22790
|
+
.Primer_Brand__NavList-module__NavList__label___cZ4Jt {
|
|
22791
|
+
min-width: 0;
|
|
22792
|
+
word-break: break-word;
|
|
22793
|
+
}
|
|
22794
|
+
|
|
22795
|
+
.Primer_Brand__NavList-module__NavList__labelArea___N5Ya6 {
|
|
22796
|
+
display: flex;
|
|
22797
|
+
align-items: center;
|
|
22798
|
+
flex: 1 1 auto;
|
|
22799
|
+
gap: var(--base-size-8);
|
|
22800
|
+
min-width: 0;
|
|
22801
|
+
border-radius: var(--brand-borderRadius-small);
|
|
22802
|
+
}
|
|
22803
|
+
|
|
22804
|
+
.Primer_Brand__NavList-module__NavList__leadingVisual___ToOHr,
|
|
22805
|
+
.Primer_Brand__NavList-module__NavList__trailingVisual___q6Uc4 {
|
|
22806
|
+
display: inline-flex;
|
|
22807
|
+
flex: none;
|
|
22808
|
+
color: inherit;
|
|
22809
|
+
}
|
|
22810
|
+
|
|
22811
|
+
.Primer_Brand__NavList-module__NavList__trailingVisual___q6Uc4 {
|
|
22812
|
+
margin-inline-start: auto;
|
|
22813
|
+
margin-inline-end: var(--base-size-6);
|
|
22814
|
+
}
|
|
22815
|
+
|
|
22816
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D {
|
|
22817
|
+
flex: none;
|
|
22818
|
+
transform-origin: 50% 50%;
|
|
22819
|
+
transition: transform var(--brand-animation-duration-fast) var(--brand-animation-easing-glide);
|
|
22820
|
+
}
|
|
22821
|
+
|
|
22822
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='true'] .Primer_Brand__NavList-module__NavList__toggleIcon___hh94D {
|
|
22823
|
+
transform: rotate(-180deg);
|
|
22824
|
+
}
|
|
22825
|
+
|
|
22826
|
+
.Primer_Brand__NavList-module__NavList__subNav___DZ2GX {
|
|
22827
|
+
display: flex;
|
|
22828
|
+
flex-direction: column;
|
|
22829
|
+
gap: 0;
|
|
22830
|
+
margin: 0;
|
|
22831
|
+
max-height: 0;
|
|
22832
|
+
opacity: 0;
|
|
22833
|
+
overflow: hidden;
|
|
22834
|
+
padding: 0;
|
|
22835
|
+
transform: translateY(calc(-1 * var(--base-size-8)));
|
|
22836
|
+
visibility: hidden;
|
|
22837
|
+
transition: max-height var(--brand-animation-duration-fast) var(--brand-animation-easing-glide),
|
|
22838
|
+
opacity var(--brand-animation-duration-fast) var(--brand-animation-easing-glide),
|
|
22839
|
+
transform var(--brand-animation-duration-fast) var(--brand-animation-easing-glide),
|
|
22840
|
+
visibility 0s linear var(--brand-animation-duration-fast);
|
|
22841
|
+
}
|
|
22842
|
+
|
|
22843
|
+
.Primer_Brand__NavList-module__NavList__subNav--expanded___Wu6L6 {
|
|
22844
|
+
max-height: none;
|
|
22845
|
+
max-height: var(--brand-NavList-subNav-height, none);
|
|
22846
|
+
opacity: 1;
|
|
22847
|
+
transform: translateY(0);
|
|
22848
|
+
visibility: visible;
|
|
22849
|
+
transition: max-height var(--brand-animation-duration-fast) var(--brand-animation-easing-glide),
|
|
22850
|
+
opacity var(--brand-animation-duration-fast) var(--brand-animation-easing-glide),
|
|
22851
|
+
transform var(--brand-animation-duration-fast) var(--brand-animation-easing-glide), visibility 0s linear 0s;
|
|
22852
|
+
}
|
|
22853
|
+
|
|
22854
|
+
.Primer_Brand__NavList-module__NavList__subNav___DZ2GX[aria-hidden='true'] .Primer_Brand__NavList-module__NavList__subNav___DZ2GX {
|
|
22855
|
+
visibility: hidden;
|
|
22856
|
+
}
|
|
22857
|
+
|
|
22858
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22859
|
+
padding: var(--base-size-24) var(--base-size-16) var(--base-size-16);
|
|
22860
|
+
}
|
|
22861
|
+
|
|
22862
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts.Primer_Brand__NavList-module__NavList__item--expanded___b3doz {
|
|
22863
|
+
padding-block-end: var(--base-size-16);
|
|
22864
|
+
}
|
|
22865
|
+
|
|
22866
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__link___lJiXk {
|
|
22867
|
+
order: 1;
|
|
22868
|
+
font-size: var(--brand-text-size-200);
|
|
22869
|
+
font-weight: var(--brand-text-weight-500);
|
|
22870
|
+
line-height: var(--brand-text-lineHeight-200);
|
|
22871
|
+
}
|
|
22872
|
+
|
|
22873
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__accordionButton___Jii1C {
|
|
22874
|
+
color: var(--brand-color-text-default);
|
|
22875
|
+
min-height: var(--base-size-32);
|
|
22876
|
+
margin-block: calc(-1 * var(--base-size-8));
|
|
22877
|
+
padding-inline-start: 0;
|
|
22878
|
+
padding-inline-end: var(--base-size-6);
|
|
22879
|
+
border-radius: var(--brand-borderRadius-small);
|
|
22880
|
+
}
|
|
22881
|
+
|
|
22882
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__accordionButton___Jii1C > * {
|
|
22883
|
+
position: relative;
|
|
22884
|
+
z-index: 1;
|
|
22885
|
+
}
|
|
22886
|
+
|
|
22887
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__accordionButton___Jii1C:not(:disabled):hover::after {
|
|
22888
|
+
content: '';
|
|
22889
|
+
position: absolute;
|
|
22890
|
+
z-index: 0;
|
|
22891
|
+
inset-block: 0;
|
|
22892
|
+
inset-inline-start: 0;
|
|
22893
|
+
inset-inline-end: 0;
|
|
22894
|
+
border-radius: var(--brand-borderRadius-small);
|
|
22895
|
+
background-color: var(--brand-color-canvas-subtle);
|
|
22896
|
+
pointer-events: none;
|
|
22897
|
+
}
|
|
22898
|
+
|
|
22899
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__accordionButton___Jii1C:not(:disabled):active::after {
|
|
22900
|
+
content: '';
|
|
22901
|
+
position: absolute;
|
|
22902
|
+
z-index: 0;
|
|
22903
|
+
inset-block: 0;
|
|
22904
|
+
inset-inline-start: 0;
|
|
22905
|
+
inset-inline-end: 0;
|
|
22906
|
+
border-radius: var(--brand-borderRadius-small);
|
|
22907
|
+
background-color: var(--brand-color-canvas-subtle);
|
|
22908
|
+
pointer-events: none;
|
|
22909
|
+
}
|
|
22910
|
+
|
|
22911
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts.Primer_Brand__NavList-module__NavList__item--has-current-descendant___xFrMb
|
|
22912
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22913
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='false']:not(:disabled)::after {
|
|
22914
|
+
content: '';
|
|
22915
|
+
position: absolute;
|
|
22916
|
+
z-index: 0;
|
|
22917
|
+
inset-block: 0;
|
|
22918
|
+
inset-inline-start: 0;
|
|
22919
|
+
inset-inline-end: 0;
|
|
22920
|
+
border-radius: var(--brand-borderRadius-small);
|
|
22921
|
+
background-color: var(--brand-color-canvas-subtle);
|
|
22922
|
+
pointer-events: none;
|
|
22923
|
+
}
|
|
22924
|
+
|
|
22925
|
+
.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__toggleIcon___hh94D {
|
|
22926
|
+
order: 2;
|
|
22927
|
+
margin-inline-start: auto;
|
|
22928
|
+
}
|
|
22929
|
+
|
|
22930
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-2___AEntj > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-3___yJC82 > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-4___w3rA3 > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22931
|
+
padding-block: calc(var(--base-size-8) + var(--base-size-2));
|
|
22932
|
+
padding-inline-end: var(--base-size-16);
|
|
22933
|
+
}
|
|
22934
|
+
|
|
22935
|
+
.Primer_Brand__NavList-module__NavList__item--level-2___AEntj > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22936
|
+
padding-inline-start: var(--brand-NavList-item-paddingInlineStart-level-2, var(--base-size-24));
|
|
22937
|
+
}
|
|
22938
|
+
|
|
22939
|
+
.Primer_Brand__NavList-module__NavList__item--level-3___yJC82 > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22940
|
+
padding-inline-start: var(--base-size-40);
|
|
22941
|
+
}
|
|
22942
|
+
|
|
22943
|
+
.Primer_Brand__NavList-module__NavList__item--level-4___w3rA3 > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22944
|
+
padding-inline-start: calc(var(--base-size-48) + var(--base-size-8));
|
|
22945
|
+
}
|
|
22946
|
+
|
|
22947
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts) > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22948
|
+
min-height: var(--base-size-32);
|
|
22949
|
+
padding-block: 0;
|
|
22950
|
+
padding-inline: var(--base-size-16);
|
|
22951
|
+
}
|
|
22952
|
+
|
|
22953
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT.Primer_Brand__NavList-module__NavList__item--level-2___AEntj > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22954
|
+
padding-inline-start: var(--brand-NavList-alignedLabel-paddingInlineStart, var(--base-size-24));
|
|
22955
|
+
}
|
|
22956
|
+
|
|
22957
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT.Primer_Brand__NavList-module__NavList__item--level-3___yJC82 > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22958
|
+
padding-inline-start: var(--base-size-40);
|
|
22959
|
+
}
|
|
22960
|
+
|
|
22961
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT.Primer_Brand__NavList-module__NavList__item--level-4___w3rA3 > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22962
|
+
padding-inline-start: calc(var(--base-size-48) + var(--base-size-8));
|
|
22963
|
+
}
|
|
22964
|
+
|
|
22965
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT.Primer_Brand__NavList-module__NavList__item--level-5___euPGq > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 {
|
|
22966
|
+
padding-inline-start: calc(var(--base-size-64) + var(--base-size-8));
|
|
22967
|
+
}
|
|
22968
|
+
|
|
22969
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-2___AEntj
|
|
22970
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22971
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-3___yJC82
|
|
22972
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22973
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-4___w3rA3
|
|
22974
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22975
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D {
|
|
22976
|
+
order: 1;
|
|
22977
|
+
}
|
|
22978
|
+
|
|
22979
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-2___AEntj
|
|
22980
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22981
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-3___yJC82
|
|
22982
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22983
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-4___w3rA3
|
|
22984
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22985
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C {
|
|
22986
|
+
min-height: var(--base-size-32);
|
|
22987
|
+
margin-block: calc(-1 * var(--base-size-8));
|
|
22988
|
+
padding-inline-start: var(--base-size-8);
|
|
22989
|
+
border-radius: var(--brand-borderRadius-small);
|
|
22990
|
+
}
|
|
22991
|
+
|
|
22992
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-2___AEntj
|
|
22993
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22994
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-3___yJC82
|
|
22995
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22996
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-4___w3rA3
|
|
22997
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
22998
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D {
|
|
22999
|
+
position: absolute;
|
|
23000
|
+
inset-block-start: 50%;
|
|
23001
|
+
inset-inline-start: calc(-1 * var(--base-size-8));
|
|
23002
|
+
transform: translateY(-50%);
|
|
23003
|
+
}
|
|
23004
|
+
|
|
23005
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-2___AEntj
|
|
23006
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
23007
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='true']
|
|
23008
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-3___yJC82
|
|
23009
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
23010
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='true']
|
|
23011
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-4___w3rA3
|
|
23012
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
23013
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='true']
|
|
23014
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D {
|
|
23015
|
+
transform: translateY(-50%) rotate(-180deg);
|
|
23016
|
+
}
|
|
23017
|
+
|
|
23018
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts).Primer_Brand__NavList-module__NavList__item--has-current-descendant___xFrMb
|
|
23019
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
23020
|
+
.Primer_Brand__NavList-module__NavList__accordionButton___Jii1C[aria-expanded='false']
|
|
23021
|
+
.Primer_Brand__NavList-module__NavList__toggleIcon___hh94D {
|
|
23022
|
+
inset-inline-start: calc(-1 * var(--base-size-16));
|
|
23023
|
+
}
|
|
23024
|
+
|
|
23025
|
+
.Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-2___AEntj
|
|
23026
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
23027
|
+
.Primer_Brand__NavList-module__NavList__link___lJiXk, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-3___yJC82
|
|
23028
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
23029
|
+
.Primer_Brand__NavList-module__NavList__link___lJiXk, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-4___w3rA3
|
|
23030
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
23031
|
+
.Primer_Brand__NavList-module__NavList__link___lJiXk, .Primer_Brand__NavList-module__NavList__item___OceIg.Primer_Brand__NavList-module__NavList__item--level-5___euPGq
|
|
23032
|
+
> .Primer_Brand__NavList-module__NavList__itemContent___TyAP4
|
|
23033
|
+
.Primer_Brand__NavList-module__NavList__link___lJiXk {
|
|
23034
|
+
order: 2;
|
|
23035
|
+
font-size: var(--brand-text-size-100);
|
|
23036
|
+
line-height: var(--brand-text-lineHeight-100);
|
|
23037
|
+
}
|
|
23038
|
+
|
|
23039
|
+
.Primer_Brand__NavList-module__NavList__list--flat___wuoKR > .Primer_Brand__NavList-module__NavList__item--leaf___SN9hT > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__link___lJiXk {
|
|
23040
|
+
font-size: var(--brand-text-size-200);
|
|
23041
|
+
line-height: var(--brand-text-lineHeight-200);
|
|
23042
|
+
letter-spacing: var(--brand-text-letterSpacing-200);
|
|
23043
|
+
}
|
|
23044
|
+
|
|
23045
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts) > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__link___lJiXk {
|
|
23046
|
+
min-height: var(--base-size-32);
|
|
23047
|
+
padding-inline-start: var(--base-size-8);
|
|
23048
|
+
border-radius: var(--brand-borderRadius-small);
|
|
23049
|
+
}
|
|
23050
|
+
|
|
23051
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts) > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__labelArea___N5Ya6 {
|
|
23052
|
+
min-height: calc(var(--base-size-32) - var(--brand-borderWidth-thin));
|
|
23053
|
+
margin-block-end: var(--brand-borderWidth-thin);
|
|
23054
|
+
padding-inline-start: var(--base-size-6);
|
|
23055
|
+
}
|
|
23056
|
+
|
|
23057
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts) .Primer_Brand__NavList-module__NavList__link___lJiXk[aria-current]:not([aria-current='false']) {
|
|
23058
|
+
background-color: transparent;
|
|
23059
|
+
padding-inline-start: var(--base-size-8);
|
|
23060
|
+
}
|
|
23061
|
+
|
|
23062
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts) > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__link___lJiXk:hover .Primer_Brand__NavList-module__NavList__labelArea___N5Ya6,
|
|
23063
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts)
|
|
23064
|
+
.Primer_Brand__NavList-module__NavList__link___lJiXk[aria-current]:not([aria-current='false'])
|
|
23065
|
+
.Primer_Brand__NavList-module__NavList__labelArea___N5Ya6 {
|
|
23066
|
+
background-color: var(--brand-color-canvas-subtle);
|
|
23067
|
+
}
|
|
23068
|
+
|
|
23069
|
+
.Primer_Brand__NavList-module__NavList__item--leaf___SN9hT:not(.Primer_Brand__NavList-module__NavList__item--level-1___rA6Ts) > .Primer_Brand__NavList-module__NavList__itemContent___TyAP4 .Primer_Brand__NavList-module__NavList__link___lJiXk:hover {
|
|
23070
|
+
background-color: transparent;
|
|
23071
|
+
padding-inline-start: var(--base-size-8);
|
|
23072
|
+
}
|
|
23073
|
+
|
|
23074
|
+
[data-color-mode='dark'] .Primer_Brand__NavList-module__NavList___U7Jyj {
|
|
23075
|
+
-webkit-font-smoothing: antialiased;
|
|
23076
|
+
-moz-osx-font-smoothing: grayscale;
|
|
23077
|
+
}
|
|
23078
|
+
|
|
23079
|
+
@media (prefers-reduced-motion: reduce) {
|
|
23080
|
+
.Primer_Brand__NavList-module__NavList___U7Jyj,
|
|
23081
|
+
.Primer_Brand__NavList-module__NavList___U7Jyj::before,
|
|
23082
|
+
.Primer_Brand__NavList-module__NavList___U7Jyj::after,
|
|
23083
|
+
.Primer_Brand__NavList-module__NavList___U7Jyj * {
|
|
23084
|
+
animation: none !important;
|
|
23085
|
+
transition: none !important;
|
|
23086
|
+
scroll-behavior: auto !important;
|
|
23087
|
+
}
|
|
23088
|
+
}
|
|
23089
|
+
|
|
23090
|
+
/**
|
|
23091
|
+
* Do not edit directly
|
|
23092
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
22554
23093
|
*/
|
|
22555
23094
|
|
|
22556
23095
|
:root {
|
|
@@ -22559,7 +23098,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
22559
23098
|
|
|
22560
23099
|
/**
|
|
22561
23100
|
* Do not edit directly
|
|
22562
|
-
* Generated on
|
|
23101
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
22563
23102
|
*/
|
|
22564
23103
|
|
|
22565
23104
|
:root,
|
|
@@ -23055,7 +23594,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
23055
23594
|
|
|
23056
23595
|
/**
|
|
23057
23596
|
* Do not edit directly
|
|
23058
|
-
* Generated on
|
|
23597
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
23059
23598
|
*/
|
|
23060
23599
|
|
|
23061
23600
|
:root,
|
|
@@ -23154,7 +23693,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
23154
23693
|
|
|
23155
23694
|
/**
|
|
23156
23695
|
* Do not edit directly
|
|
23157
|
-
* Generated on
|
|
23696
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
23158
23697
|
*/
|
|
23159
23698
|
|
|
23160
23699
|
:root {
|
|
@@ -23341,7 +23880,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
23341
23880
|
|
|
23342
23881
|
/**
|
|
23343
23882
|
* Do not edit directly
|
|
23344
|
-
* Generated on
|
|
23883
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
23345
23884
|
*/
|
|
23346
23885
|
|
|
23347
23886
|
:root {
|
|
@@ -23591,7 +24130,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
23591
24130
|
padding-block: var(--base-size-80);
|
|
23592
24131
|
display: flex;
|
|
23593
24132
|
flex-direction: column;
|
|
23594
|
-
gap: var(--base-size-
|
|
24133
|
+
gap: var(--base-size-12);
|
|
23595
24134
|
}
|
|
23596
24135
|
|
|
23597
24136
|
.Primer_Brand__Footnotes-module__Footnotes--variant-citations___bUHtk {
|
|
@@ -23625,7 +24164,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
23625
24164
|
|
|
23626
24165
|
/**
|
|
23627
24166
|
* Do not edit directly
|
|
23628
|
-
* Generated on
|
|
24167
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
23629
24168
|
*/
|
|
23630
24169
|
|
|
23631
24170
|
:root {
|
|
@@ -23636,7 +24175,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
23636
24175
|
|
|
23637
24176
|
/**
|
|
23638
24177
|
* Do not edit directly
|
|
23639
|
-
* Generated on
|
|
24178
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
23640
24179
|
*/
|
|
23641
24180
|
|
|
23642
24181
|
:root,
|
|
@@ -23879,12 +24418,12 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
23879
24418
|
|
|
23880
24419
|
.Primer_Brand__SectionIntroStacked-module__SectionIntroStackedItem__icon___TUK4t {
|
|
23881
24420
|
flex-shrink: 0;
|
|
23882
|
-
border-radius: var(--
|
|
24421
|
+
border-radius: var(--base-size-12);
|
|
23883
24422
|
}
|
|
23884
24423
|
|
|
23885
24424
|
/**
|
|
23886
24425
|
* Do not edit directly
|
|
23887
|
-
* Generated on
|
|
24426
|
+
* Generated on Fri, 03 Jul 2026 09:29:58 GMT
|
|
23888
24427
|
*/
|
|
23889
24428
|
|
|
23890
24429
|
:root {
|
|
@@ -23893,7 +24432,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
23893
24432
|
|
|
23894
24433
|
/**
|
|
23895
24434
|
* Do not edit directly
|
|
23896
|
-
* Generated on
|
|
24435
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
23897
24436
|
*/
|
|
23898
24437
|
|
|
23899
24438
|
:root,
|
|
@@ -24139,7 +24678,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24139
24678
|
|
|
24140
24679
|
/**
|
|
24141
24680
|
* Do not edit directly
|
|
24142
|
-
* Generated on
|
|
24681
|
+
* Generated on Fri, 03 Jul 2026 09:29:59 GMT
|
|
24143
24682
|
*/
|
|
24144
24683
|
|
|
24145
24684
|
:root,
|