@primer/react-brand 0.32.1-rc.4ce1d39 → 0.32.1-rc.ee1ab50
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/lib/CTABanner/CTABanner.d.ts +4 -4
- package/lib/Hero/Hero.d.ts +7 -0
- package/lib/LogoSuite/LogoSuite.d.ts +5 -5
- package/lib/SubNav/SubNav.d.ts +21 -0
- package/lib/css/main.css +173 -53
- 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/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/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/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/pillar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/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/sub-nav/base.css +8 -0
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +5 -3
- 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/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/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/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/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/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/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/pillar/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/sub-nav/base.js +29 -0
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/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/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/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/pillar/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/sub-nav/base.js +6 -0
- package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/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/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/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/pillar/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/sub-nav/base.scss +5 -0
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/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/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/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/pillar/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/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/sub-nav/base.d.ts +17 -0
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +16 -0
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/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.js +1 -1
- package/package.json +1 -1
package/lib/css/main.css
CHANGED
|
@@ -89,7 +89,7 @@ select {
|
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
91
|
* Do not edit directly
|
|
92
|
-
* Generated on
|
|
92
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
93
93
|
*/
|
|
94
94
|
|
|
95
95
|
:root,
|
|
@@ -367,7 +367,7 @@ select {
|
|
|
367
367
|
|
|
368
368
|
/**
|
|
369
369
|
* Do not edit directly
|
|
370
|
-
* Generated on
|
|
370
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
371
371
|
*/
|
|
372
372
|
|
|
373
373
|
:root {
|
|
@@ -392,7 +392,7 @@ select {
|
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
394
|
* Do not edit directly
|
|
395
|
-
* Generated on
|
|
395
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
396
396
|
*/
|
|
397
397
|
|
|
398
398
|
:root {
|
|
@@ -408,7 +408,7 @@ select {
|
|
|
408
408
|
|
|
409
409
|
/**
|
|
410
410
|
* Do not edit directly
|
|
411
|
-
* Generated on
|
|
411
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
412
412
|
*/
|
|
413
413
|
|
|
414
414
|
:root {
|
|
@@ -540,7 +540,7 @@ select {
|
|
|
540
540
|
|
|
541
541
|
/**
|
|
542
542
|
* Do not edit directly
|
|
543
|
-
* Generated on
|
|
543
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
544
544
|
*/
|
|
545
545
|
|
|
546
546
|
:root {
|
|
@@ -554,7 +554,7 @@ select {
|
|
|
554
554
|
|
|
555
555
|
/**
|
|
556
556
|
* Do not edit directly
|
|
557
|
-
* Generated on
|
|
557
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
558
558
|
*/
|
|
559
559
|
|
|
560
560
|
:root {
|
|
@@ -573,7 +573,7 @@ select {
|
|
|
573
573
|
|
|
574
574
|
/**
|
|
575
575
|
* Do not edit directly
|
|
576
|
-
* Generated on
|
|
576
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
577
577
|
*/
|
|
578
578
|
|
|
579
579
|
:root,
|
|
@@ -720,6 +720,10 @@ select {
|
|
|
720
720
|
gap: var(--base-size-16);
|
|
721
721
|
}
|
|
722
722
|
|
|
723
|
+
.Primer_Brand__Hero-module__Hero-trailing___UeIyX {
|
|
724
|
+
margin-top: var(--base-size-32);
|
|
725
|
+
}
|
|
726
|
+
|
|
723
727
|
.Primer_Brand__Hero-module__Hero-eyebrow___NLX6a {
|
|
724
728
|
margin-bottom: var(--base-size-32);
|
|
725
729
|
}
|
|
@@ -955,7 +959,7 @@ select {
|
|
|
955
959
|
|
|
956
960
|
/**
|
|
957
961
|
* Do not edit directly
|
|
958
|
-
* Generated on
|
|
962
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
959
963
|
*/
|
|
960
964
|
|
|
961
965
|
:root,
|
|
@@ -1532,7 +1536,7 @@ select {
|
|
|
1532
1536
|
|
|
1533
1537
|
/**
|
|
1534
1538
|
* Do not edit directly
|
|
1535
|
-
* Generated on
|
|
1539
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
1536
1540
|
*/
|
|
1537
1541
|
|
|
1538
1542
|
:root {
|
|
@@ -1759,7 +1763,7 @@ select {
|
|
|
1759
1763
|
|
|
1760
1764
|
/**
|
|
1761
1765
|
* Do not edit directly
|
|
1762
|
-
* Generated on
|
|
1766
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
1763
1767
|
*/
|
|
1764
1768
|
|
|
1765
1769
|
:root,
|
|
@@ -2018,7 +2022,7 @@ select {
|
|
|
2018
2022
|
|
|
2019
2023
|
/**
|
|
2020
2024
|
* Do not edit directly
|
|
2021
|
-
* Generated on
|
|
2025
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
2022
2026
|
*/
|
|
2023
2027
|
|
|
2024
2028
|
:root {
|
|
@@ -2044,7 +2048,7 @@ select {
|
|
|
2044
2048
|
|
|
2045
2049
|
/**
|
|
2046
2050
|
* Do not edit directly
|
|
2047
|
-
* Generated on
|
|
2051
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
2048
2052
|
*/
|
|
2049
2053
|
|
|
2050
2054
|
:root,
|
|
@@ -2802,7 +2806,7 @@ select {
|
|
|
2802
2806
|
|
|
2803
2807
|
/**
|
|
2804
2808
|
* Do not edit directly
|
|
2805
|
-
* Generated on
|
|
2809
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
2806
2810
|
*/
|
|
2807
2811
|
|
|
2808
2812
|
:root {
|
|
@@ -3645,7 +3649,7 @@ select {
|
|
|
3645
3649
|
|
|
3646
3650
|
/**
|
|
3647
3651
|
* Do not edit directly
|
|
3648
|
-
* Generated on
|
|
3652
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
3649
3653
|
*/
|
|
3650
3654
|
|
|
3651
3655
|
:root {
|
|
@@ -3666,7 +3670,7 @@ select {
|
|
|
3666
3670
|
|
|
3667
3671
|
/**
|
|
3668
3672
|
* Do not edit directly
|
|
3669
|
-
* Generated on
|
|
3673
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
3670
3674
|
*/
|
|
3671
3675
|
|
|
3672
3676
|
:root {
|
|
@@ -3677,7 +3681,7 @@ select {
|
|
|
3677
3681
|
|
|
3678
3682
|
/**
|
|
3679
3683
|
* Do not edit directly
|
|
3680
|
-
* Generated on
|
|
3684
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
3681
3685
|
*/
|
|
3682
3686
|
|
|
3683
3687
|
:root {
|
|
@@ -4612,7 +4616,7 @@ select {
|
|
|
4612
4616
|
|
|
4613
4617
|
/**
|
|
4614
4618
|
* Do not edit directly
|
|
4615
|
-
* Generated on
|
|
4619
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
4616
4620
|
*/
|
|
4617
4621
|
|
|
4618
4622
|
:root,
|
|
@@ -4640,7 +4644,7 @@ select {
|
|
|
4640
4644
|
|
|
4641
4645
|
/**
|
|
4642
4646
|
* Do not edit directly
|
|
4643
|
-
* Generated on
|
|
4647
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
4644
4648
|
*/
|
|
4645
4649
|
|
|
4646
4650
|
:root,
|
|
@@ -4656,7 +4660,7 @@ select {
|
|
|
4656
4660
|
|
|
4657
4661
|
/**
|
|
4658
4662
|
* Do not edit directly
|
|
4659
|
-
* Generated on
|
|
4663
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
4660
4664
|
*/
|
|
4661
4665
|
|
|
4662
4666
|
:root {
|
|
@@ -4780,7 +4784,7 @@ select {
|
|
|
4780
4784
|
|
|
4781
4785
|
/**
|
|
4782
4786
|
* Do not edit directly
|
|
4783
|
-
* Generated on
|
|
4787
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
4784
4788
|
*/
|
|
4785
4789
|
|
|
4786
4790
|
:root,
|
|
@@ -4796,7 +4800,7 @@ select {
|
|
|
4796
4800
|
|
|
4797
4801
|
/**
|
|
4798
4802
|
* Do not edit directly
|
|
4799
|
-
* Generated on
|
|
4803
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
4800
4804
|
*/
|
|
4801
4805
|
|
|
4802
4806
|
:root,
|
|
@@ -5042,7 +5046,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5042
5046
|
|
|
5043
5047
|
/**
|
|
5044
5048
|
* Do not edit directly
|
|
5045
|
-
* Generated on
|
|
5049
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
5046
5050
|
*/
|
|
5047
5051
|
|
|
5048
5052
|
:root {
|
|
@@ -5051,7 +5055,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5051
5055
|
|
|
5052
5056
|
/**
|
|
5053
5057
|
* Do not edit directly
|
|
5054
|
-
* Generated on
|
|
5058
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
5055
5059
|
*/
|
|
5056
5060
|
|
|
5057
5061
|
:root,
|
|
@@ -5069,7 +5073,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5069
5073
|
|
|
5070
5074
|
/**
|
|
5071
5075
|
* Do not edit directly
|
|
5072
|
-
* Generated on
|
|
5076
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
5073
5077
|
*/
|
|
5074
5078
|
|
|
5075
5079
|
:root {
|
|
@@ -5200,7 +5204,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5200
5204
|
|
|
5201
5205
|
/**
|
|
5202
5206
|
* Do not edit directly
|
|
5203
|
-
* Generated on
|
|
5207
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
5204
5208
|
*/
|
|
5205
5209
|
|
|
5206
5210
|
:root,
|
|
@@ -6301,7 +6305,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6301
6305
|
|
|
6302
6306
|
/**
|
|
6303
6307
|
* Do not edit directly
|
|
6304
|
-
* Generated on
|
|
6308
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
6305
6309
|
*/
|
|
6306
6310
|
|
|
6307
6311
|
:root {
|
|
@@ -6315,7 +6319,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6315
6319
|
|
|
6316
6320
|
/**
|
|
6317
6321
|
* Do not edit directly
|
|
6318
|
-
* Generated on
|
|
6322
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
6319
6323
|
*/
|
|
6320
6324
|
|
|
6321
6325
|
:root,
|
|
@@ -6553,7 +6557,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6553
6557
|
|
|
6554
6558
|
/**
|
|
6555
6559
|
* Do not edit directly
|
|
6556
|
-
* Generated on
|
|
6560
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
6557
6561
|
*/
|
|
6558
6562
|
|
|
6559
6563
|
:root,
|
|
@@ -6569,7 +6573,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6569
6573
|
|
|
6570
6574
|
/**
|
|
6571
6575
|
* Do not edit directly
|
|
6572
|
-
* Generated on
|
|
6576
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
6573
6577
|
*/
|
|
6574
6578
|
|
|
6575
6579
|
:root {
|
|
@@ -6887,7 +6891,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6887
6891
|
|
|
6888
6892
|
/**
|
|
6889
6893
|
* Do not edit directly
|
|
6890
|
-
* Generated on
|
|
6894
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
6891
6895
|
*/
|
|
6892
6896
|
|
|
6893
6897
|
:root,
|
|
@@ -7328,7 +7332,7 @@ html {
|
|
|
7328
7332
|
|
|
7329
7333
|
/**
|
|
7330
7334
|
* Do not edit directly
|
|
7331
|
-
* Generated on
|
|
7335
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
7332
7336
|
*/
|
|
7333
7337
|
|
|
7334
7338
|
:root,
|
|
@@ -7517,7 +7521,7 @@ html {
|
|
|
7517
7521
|
|
|
7518
7522
|
/**
|
|
7519
7523
|
* Do not edit directly
|
|
7520
|
-
* Generated on
|
|
7524
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
7521
7525
|
*/
|
|
7522
7526
|
|
|
7523
7527
|
:root,
|
|
@@ -7656,7 +7660,7 @@ html {
|
|
|
7656
7660
|
|
|
7657
7661
|
/**
|
|
7658
7662
|
* Do not edit directly
|
|
7659
|
-
* Generated on
|
|
7663
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
7660
7664
|
*/
|
|
7661
7665
|
|
|
7662
7666
|
:root,
|
|
@@ -7786,7 +7790,7 @@ html {
|
|
|
7786
7790
|
|
|
7787
7791
|
/**
|
|
7788
7792
|
* Do not edit directly
|
|
7789
|
-
* Generated on
|
|
7793
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
7790
7794
|
*/
|
|
7791
7795
|
|
|
7792
7796
|
:root {
|
|
@@ -7797,7 +7801,7 @@ html {
|
|
|
7797
7801
|
|
|
7798
7802
|
/**
|
|
7799
7803
|
* Do not edit directly
|
|
7800
|
-
* Generated on
|
|
7804
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
7801
7805
|
*/
|
|
7802
7806
|
|
|
7803
7807
|
:root,
|
|
@@ -8221,7 +8225,7 @@ html {
|
|
|
8221
8225
|
|
|
8222
8226
|
/**
|
|
8223
8227
|
* Do not edit directly
|
|
8224
|
-
* Generated on
|
|
8228
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
8225
8229
|
*/
|
|
8226
8230
|
|
|
8227
8231
|
:root,
|
|
@@ -8707,7 +8711,7 @@ html {
|
|
|
8707
8711
|
|
|
8708
8712
|
/**
|
|
8709
8713
|
* Do not edit directly
|
|
8710
|
-
* Generated on
|
|
8714
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
8711
8715
|
*/
|
|
8712
8716
|
|
|
8713
8717
|
:root {
|
|
@@ -8718,7 +8722,7 @@ html {
|
|
|
8718
8722
|
|
|
8719
8723
|
/**
|
|
8720
8724
|
* Do not edit directly
|
|
8721
|
-
* Generated on
|
|
8725
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
8722
8726
|
*/
|
|
8723
8727
|
|
|
8724
8728
|
:root,
|
|
@@ -12952,7 +12956,7 @@ html {
|
|
|
12952
12956
|
|
|
12953
12957
|
/**
|
|
12954
12958
|
* Do not edit directly
|
|
12955
|
-
* Generated on
|
|
12959
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
12956
12960
|
*/
|
|
12957
12961
|
|
|
12958
12962
|
:root {
|
|
@@ -12970,7 +12974,7 @@ html {
|
|
|
12970
12974
|
|
|
12971
12975
|
/**
|
|
12972
12976
|
* Do not edit directly
|
|
12973
|
-
* Generated on
|
|
12977
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
12974
12978
|
*/
|
|
12975
12979
|
|
|
12976
12980
|
:root,
|
|
@@ -13006,7 +13010,7 @@ html {
|
|
|
13006
13010
|
|
|
13007
13011
|
/**
|
|
13008
13012
|
* Do not edit directly
|
|
13009
|
-
* Generated on
|
|
13013
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
13010
13014
|
*/
|
|
13011
13015
|
|
|
13012
13016
|
:root,
|
|
@@ -13022,7 +13026,7 @@ html {
|
|
|
13022
13026
|
|
|
13023
13027
|
/**
|
|
13024
13028
|
* Do not edit directly
|
|
13025
|
-
* Generated on
|
|
13029
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
13026
13030
|
*/
|
|
13027
13031
|
|
|
13028
13032
|
:root {
|
|
@@ -13270,7 +13274,7 @@ html {
|
|
|
13270
13274
|
|
|
13271
13275
|
/**
|
|
13272
13276
|
* Do not edit directly
|
|
13273
|
-
* Generated on
|
|
13277
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
13274
13278
|
*/
|
|
13275
13279
|
|
|
13276
13280
|
:root,
|
|
@@ -13284,7 +13288,7 @@ html {
|
|
|
13284
13288
|
|
|
13285
13289
|
/**
|
|
13286
13290
|
* Do not edit directly
|
|
13287
|
-
* Generated on
|
|
13291
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
13288
13292
|
*/
|
|
13289
13293
|
|
|
13290
13294
|
:root {
|
|
@@ -13298,7 +13302,7 @@ html {
|
|
|
13298
13302
|
|
|
13299
13303
|
/**
|
|
13300
13304
|
* Do not edit directly
|
|
13301
|
-
* Generated on
|
|
13305
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
13302
13306
|
*/
|
|
13303
13307
|
|
|
13304
13308
|
:root {
|
|
@@ -15477,7 +15481,7 @@ html {
|
|
|
15477
15481
|
|
|
15478
15482
|
/**
|
|
15479
15483
|
* Do not edit directly
|
|
15480
|
-
* Generated on
|
|
15484
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
15481
15485
|
*/
|
|
15482
15486
|
|
|
15483
15487
|
:root {
|
|
@@ -15501,7 +15505,7 @@ html {
|
|
|
15501
15505
|
|
|
15502
15506
|
/**
|
|
15503
15507
|
* Do not edit directly
|
|
15504
|
-
* Generated on
|
|
15508
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
15505
15509
|
*/
|
|
15506
15510
|
|
|
15507
15511
|
:root,
|
|
@@ -15955,7 +15959,7 @@ html {
|
|
|
15955
15959
|
|
|
15956
15960
|
/**
|
|
15957
15961
|
* Do not edit directly
|
|
15958
|
-
* Generated on
|
|
15962
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
15959
15963
|
*/
|
|
15960
15964
|
|
|
15961
15965
|
:root {
|
|
@@ -16352,20 +16356,31 @@ html {
|
|
|
16352
16356
|
|
|
16353
16357
|
/**
|
|
16354
16358
|
* Do not edit directly
|
|
16355
|
-
* Generated on
|
|
16359
|
+
* Generated on Wed, 17 Apr 2024 08:31:04 GMT
|
|
16360
|
+
*/
|
|
16361
|
+
|
|
16362
|
+
:root {
|
|
16363
|
+
--brand-SubNav-width-subMenu: 18.75rem;
|
|
16364
|
+
}
|
|
16365
|
+
|
|
16366
|
+
/**
|
|
16367
|
+
* Do not edit directly
|
|
16368
|
+
* Generated on Wed, 17 Apr 2024 08:31:05 GMT
|
|
16356
16369
|
*/
|
|
16357
16370
|
|
|
16358
16371
|
:root,
|
|
16359
16372
|
[data-color-mode="light"] {
|
|
16360
16373
|
--brand-SubNav-color-link-rest: var(--brand-color-text-default);
|
|
16361
16374
|
--brand-SubNav-color-link-active: var(--base-color-scale-blue-5);
|
|
16362
|
-
--brand-SubNav-
|
|
16375
|
+
--brand-SubNav-color-subMenu-bgColor: var(--base-color-scale-white-0);
|
|
16376
|
+
--brand-SubNav-shadow: 0px 100px 80px rgba(0, 0, 0, 0.01), 0px 41px 33px rgba(0, 0, 0, 0.02), 0px 22px 17px rgba(0, 0, 0, 0.02), 0px 12px 10px rgba(0, 0, 0, 0.03), 0px 6px 5px rgba(0, 0, 0, 0.04), 0px 2px 2px rgba(0, 0, 0, 0.07);
|
|
16363
16377
|
}
|
|
16364
16378
|
|
|
16365
16379
|
[data-color-mode="dark"] {
|
|
16366
16380
|
--brand-SubNav-color-link-rest: var(--brand-color-text-default);
|
|
16367
16381
|
--brand-SubNav-color-link-active: var(--base-color-scale-blue-3);
|
|
16368
|
-
--brand-SubNav-
|
|
16382
|
+
--brand-SubNav-color-subMenu-bgColor: var(--base-color-scale-black-0);
|
|
16383
|
+
--brand-SubNav-shadow: 0px 100px 80px rgba(0, 0, 0, 0.01), 0px 41px 33px rgba(0, 0, 0, 0.02), 0px 22px 17px rgba(0, 0, 0, 0.02), 0px 12px 10px rgba(0, 0, 0, 0.03), 0px 6px 5px rgba(0, 0, 0, 0.04), 0px 2px 2px rgba(0, 0, 0, 0.07);
|
|
16369
16384
|
}
|
|
16370
16385
|
|
|
16371
16386
|
.Primer_Brand__SubNav-module__SubNav___dVoQu {
|
|
@@ -16410,6 +16425,14 @@ html {
|
|
|
16410
16425
|
background-color: var(--brand-color-canvas-default);
|
|
16411
16426
|
}
|
|
16412
16427
|
|
|
16428
|
+
.Primer_Brand__SubNav-module__SubNav__action-container___lgC_T {
|
|
16429
|
+
margin-left: auto;
|
|
16430
|
+
}
|
|
16431
|
+
|
|
16432
|
+
.Primer_Brand__SubNav-module__SubNav__sub-menu-icon___XxnxY {
|
|
16433
|
+
display: none !important;
|
|
16434
|
+
}
|
|
16435
|
+
|
|
16413
16436
|
/*
|
|
16414
16437
|
* Narrow breakpoint
|
|
16415
16438
|
*/
|
|
@@ -16485,7 +16508,8 @@ html {
|
|
|
16485
16508
|
padding-right: 0;
|
|
16486
16509
|
}
|
|
16487
16510
|
|
|
16488
|
-
.Primer_Brand__SubNav-module__SubNav__link___VBkrZ
|
|
16511
|
+
.Primer_Brand__SubNav-module__SubNav__link___VBkrZ,
|
|
16512
|
+
.Primer_Brand__SubNav-module__SubNav__action-container___lgC_T {
|
|
16489
16513
|
display: none;
|
|
16490
16514
|
text-decoration: none;
|
|
16491
16515
|
}
|
|
@@ -16494,11 +16518,27 @@ html {
|
|
|
16494
16518
|
color: var(--brand-SubNav-color-link-active);
|
|
16495
16519
|
}
|
|
16496
16520
|
|
|
16497
|
-
.Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ
|
|
16521
|
+
.Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ,
|
|
16522
|
+
.Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__action-container___lgC_T {
|
|
16498
16523
|
display: block;
|
|
16499
16524
|
padding: var(--base-size-8) 0;
|
|
16500
16525
|
animation: Primer_Brand__SubNav-module__fade-in___t8Rrr 0.3s var(--brand-animation-easing-glide) forwards;
|
|
16501
16526
|
}
|
|
16527
|
+
.Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__action-container___lgC_T {
|
|
16528
|
+
width: 100%;
|
|
16529
|
+
}
|
|
16530
|
+
|
|
16531
|
+
.Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__action___hRMk9 {
|
|
16532
|
+
width: 100%;
|
|
16533
|
+
}
|
|
16534
|
+
|
|
16535
|
+
[dir="ltr"] .Primer_Brand__SubNav-module__SubNav__sub-menu___UENed {
|
|
16536
|
+
padding-left: var(--base-size-16);
|
|
16537
|
+
}
|
|
16538
|
+
|
|
16539
|
+
[dir="rtl"] .Primer_Brand__SubNav-module__SubNav__sub-menu___UENed {
|
|
16540
|
+
padding-right: var(--base-size-16);
|
|
16541
|
+
}
|
|
16502
16542
|
}
|
|
16503
16543
|
|
|
16504
16544
|
.Primer_Brand__SubNav-module__SubNav__overlay-toggle-icon___AjCc8 {
|
|
@@ -16528,6 +16568,7 @@ html {
|
|
|
16528
16568
|
@media screen and (min-width: 63.25rem) {
|
|
16529
16569
|
.Primer_Brand__SubNav-module__SubNav___dVoQu {
|
|
16530
16570
|
padding: var(--base-size-16) var(--base-size-32);
|
|
16571
|
+
align-items: center;
|
|
16531
16572
|
}
|
|
16532
16573
|
|
|
16533
16574
|
.Primer_Brand__SubNav-module__SubNav__overlay-toggle___GY93X {
|
|
@@ -16556,6 +16597,7 @@ html {
|
|
|
16556
16597
|
display: flex;
|
|
16557
16598
|
gap: var(--base-size-24);
|
|
16558
16599
|
z-index: 1;
|
|
16600
|
+
width: 100%;
|
|
16559
16601
|
}
|
|
16560
16602
|
|
|
16561
16603
|
.Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
|
|
@@ -16565,6 +16607,7 @@ html {
|
|
|
16565
16607
|
.Primer_Brand__SubNav-module__SubNav__link___VBkrZ { /* dotcom override */
|
|
16566
16608
|
transition: color 0.2s var(--brand-animation-easing-glide);
|
|
16567
16609
|
position: relative;
|
|
16610
|
+
padding: 4px 0;
|
|
16568
16611
|
}
|
|
16569
16612
|
|
|
16570
16613
|
.Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover *,
|
|
@@ -16617,6 +16660,83 @@ html {
|
|
|
16617
16660
|
.Primer_Brand__SubNav-module__SubNav__link___VBkrZ:focus-visible .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
|
|
16618
16661
|
opacity: 0;
|
|
16619
16662
|
}
|
|
16663
|
+
|
|
16664
|
+
.Primer_Brand__SubNav-module__SubNav__sub-menu___UENed {
|
|
16665
|
+
background-clip: padding-box;
|
|
16666
|
+
background-color: var(--brand-SubNav-color-subMenu-bgColor);
|
|
16667
|
+
border: max(1px, 0.0625rem) solid var(--color-border-default);
|
|
16668
|
+
border: var(--borderWidth-thin, max(1px, 0.0625rem)) solid var(--borderColor-default, var(--color-border-default));
|
|
16669
|
+
border-radius: 0.375rem;
|
|
16670
|
+
border-radius: var(--borderRadius-medium, 0.375rem);
|
|
16671
|
+
box-shadow: var(--color-shadow-large);
|
|
16672
|
+
box-shadow: var(--shadow-floating-legacy, var(--color-shadow-large));
|
|
16673
|
+
left: 0;
|
|
16674
|
+
list-style: none;
|
|
16675
|
+
margin-top: calc(var(--base-size-4) / 4 * -4);
|
|
16676
|
+
padding: var(--base-size-16) var(--base-size-24);
|
|
16677
|
+
position: absolute;
|
|
16678
|
+
top: 100%;
|
|
16679
|
+
z-index: 100;
|
|
16680
|
+
transition-timing-function: var(--brand-animation-easing-glide);
|
|
16681
|
+
transition-duration: var(--brand-animation-duration-fast);
|
|
16682
|
+
transition-property: opacity, transform;
|
|
16683
|
+
left: calc(var(--base-size-4) / 4 * -16);
|
|
16684
|
+
visibility: hidden;
|
|
16685
|
+
opacity: 0;
|
|
16686
|
+
transform: scale(0.99) translateY(-0.7em);
|
|
16687
|
+
transform-origin: top;
|
|
16688
|
+
display: flex;
|
|
16689
|
+
flex-direction: column;
|
|
16690
|
+
gap: var(--base-size-16);
|
|
16691
|
+
width: var(--brand-SubNav-width-subMenu);
|
|
16692
|
+
}
|
|
16693
|
+
|
|
16694
|
+
.Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__sub-menu___UENed {
|
|
16695
|
+
visibility: visible;
|
|
16696
|
+
opacity: 1;
|
|
16697
|
+
transform: scale(1) translateY(0);
|
|
16698
|
+
box-shadow: var(--brand-SubNav-shadow);
|
|
16699
|
+
}
|
|
16700
|
+
|
|
16701
|
+
.Primer_Brand__SubNav-module__SubNav__sub-menu___UENed .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
|
|
16702
|
+
display: block;
|
|
16703
|
+
}
|
|
16704
|
+
.Primer_Brand__SubNav-module__SubNav__sub-menu___UENed .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
|
|
16705
|
+
color: var(--brand-color-text-default);
|
|
16706
|
+
font-weight: var(--brand-text-weight-100);
|
|
16707
|
+
font-size: var(--brand-text-size-100);
|
|
16708
|
+
line-height: var(--brand-text-lineHeight-100);
|
|
16709
|
+
letter-spacing: var(--brand-text-letterSpacing-100);
|
|
16710
|
+
}
|
|
16711
|
+
|
|
16712
|
+
.Primer_Brand__SubNav-module__SubNav__sub-menu___UENed .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
|
|
16713
|
+
color: var(--brand-SubNav-color-link-active);
|
|
16714
|
+
}
|
|
16715
|
+
|
|
16716
|
+
.Primer_Brand__SubNav-module__SubNav__sub-menu___UENed .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
|
|
16717
|
+
.Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
|
|
16718
|
+
display: none;
|
|
16719
|
+
}
|
|
16720
|
+
|
|
16721
|
+
.Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW {
|
|
16722
|
+
display: inline-flex;
|
|
16723
|
+
align-items: center;
|
|
16724
|
+
gap: var(--base-size-4);
|
|
16725
|
+
cursor: pointer;
|
|
16726
|
+
}
|
|
16727
|
+
|
|
16728
|
+
.Primer_Brand__SubNav-module__SubNav__sub-menu-icon___XxnxY {
|
|
16729
|
+
display: inline-block !important;
|
|
16730
|
+
}
|
|
16731
|
+
|
|
16732
|
+
.Primer_Brand__SubNav-module__SubNav__sub-menu-icon___XxnxY {
|
|
16733
|
+
fill: var(--brand-color-text-muted);
|
|
16734
|
+
transition: transform var(--brand-animation-duration-fast);
|
|
16735
|
+
}
|
|
16736
|
+
|
|
16737
|
+
.Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW:hover .Primer_Brand__SubNav-module__SubNav__sub-menu-icon___XxnxY {
|
|
16738
|
+
transform: translateY(2px);
|
|
16739
|
+
}
|
|
16620
16740
|
}
|
|
16621
16741
|
|
|
16622
16742
|
@keyframes Primer_Brand__SubNav-module__fade-in___t8Rrr {
|