@primer/react-brand 0.45.2-rc.fa9919b5 → 0.46.0-rc.763a702b
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/Accordion/Accordion.d.ts +3 -1
- package/lib/FAQ/FAQ.d.ts +2 -1
- package/lib/Hero/Hero.d.ts +5 -0
- package/lib/IDE/IDE.d.ts +11 -18
- package/lib/IDE/fixtures/content.d.ts +1 -0
- package/lib/LogoSuite/LogoSuite.d.ts +5 -0
- package/lib/Text/Text.d.ts +5 -1
- package/lib/css/main.css +248 -63
- 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 +49 -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/breadcrumbs/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/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/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 +4 -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/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/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/pillar/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 +2 -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/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/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/pillar/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 +2 -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/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/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/pillar/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 +2 -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/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/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/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/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 +2 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +2 -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/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/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/hooks/useTabs.d.ts +23 -0
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/css/main.css
CHANGED
|
@@ -82,7 +82,7 @@ select {
|
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
84
|
* Do not edit directly
|
|
85
|
-
* Generated on
|
|
85
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
86
86
|
*/
|
|
87
87
|
|
|
88
88
|
:root,
|
|
@@ -360,7 +360,7 @@ select {
|
|
|
360
360
|
|
|
361
361
|
/**
|
|
362
362
|
* Do not edit directly
|
|
363
|
-
* Generated on
|
|
363
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
364
364
|
*/
|
|
365
365
|
|
|
366
366
|
:root {
|
|
@@ -387,7 +387,7 @@ select {
|
|
|
387
387
|
|
|
388
388
|
/**
|
|
389
389
|
* Do not edit directly
|
|
390
|
-
* Generated on
|
|
390
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
391
391
|
*/
|
|
392
392
|
|
|
393
393
|
:root {
|
|
@@ -403,7 +403,7 @@ select {
|
|
|
403
403
|
|
|
404
404
|
/**
|
|
405
405
|
* Do not edit directly
|
|
406
|
-
* Generated on
|
|
406
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
407
407
|
*/
|
|
408
408
|
|
|
409
409
|
:root {
|
|
@@ -535,7 +535,7 @@ select {
|
|
|
535
535
|
|
|
536
536
|
/**
|
|
537
537
|
* Do not edit directly
|
|
538
|
-
* Generated on
|
|
538
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
539
539
|
*/
|
|
540
540
|
|
|
541
541
|
:root {
|
|
@@ -549,7 +549,7 @@ select {
|
|
|
549
549
|
|
|
550
550
|
/**
|
|
551
551
|
* Do not edit directly
|
|
552
|
-
* Generated on
|
|
552
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
553
553
|
*/
|
|
554
554
|
|
|
555
555
|
:root {
|
|
@@ -568,7 +568,7 @@ select {
|
|
|
568
568
|
|
|
569
569
|
/**
|
|
570
570
|
* Do not edit directly
|
|
571
|
-
* Generated on
|
|
571
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
572
572
|
*/
|
|
573
573
|
|
|
574
574
|
:root,
|
|
@@ -766,6 +766,11 @@ select {
|
|
|
766
766
|
font-family: var(--brand-body-fontFamily);
|
|
767
767
|
}
|
|
768
768
|
|
|
769
|
+
[data-color-mode='dark'] .Primer_Brand__Text-module__Text--antialiased___fYDxq {
|
|
770
|
+
-webkit-font-smoothing: antialiased;
|
|
771
|
+
-moz-osx-font-smoothing: auto;
|
|
772
|
+
}
|
|
773
|
+
|
|
769
774
|
.Primer_Brand__Text-module__Text--default___DChoE {
|
|
770
775
|
color: var(--brand-color-text-default);
|
|
771
776
|
}
|
|
@@ -955,7 +960,7 @@ select {
|
|
|
955
960
|
|
|
956
961
|
/**
|
|
957
962
|
* Do not edit directly
|
|
958
|
-
* Generated on
|
|
963
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
959
964
|
*/
|
|
960
965
|
|
|
961
966
|
:root,
|
|
@@ -1506,7 +1511,7 @@ select {
|
|
|
1506
1511
|
|
|
1507
1512
|
/**
|
|
1508
1513
|
* Do not edit directly
|
|
1509
|
-
* Generated on
|
|
1514
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
1510
1515
|
*/
|
|
1511
1516
|
|
|
1512
1517
|
:root {
|
|
@@ -1772,7 +1777,7 @@ select {
|
|
|
1772
1777
|
|
|
1773
1778
|
/**
|
|
1774
1779
|
* Do not edit directly
|
|
1775
|
-
* Generated on
|
|
1780
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
1776
1781
|
*/
|
|
1777
1782
|
|
|
1778
1783
|
:root,
|
|
@@ -1854,6 +1859,11 @@ select {
|
|
|
1854
1859
|
text-align: center;
|
|
1855
1860
|
}
|
|
1856
1861
|
|
|
1862
|
+
[data-color-mode='dark'] .Primer_Brand__Label-module__Label___TW0HL {
|
|
1863
|
+
-webkit-font-smoothing: antialiased;
|
|
1864
|
+
-moz-osx-font-smoothing: auto;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1857
1867
|
.Primer_Brand__Label-module__Label___TW0HL::before {
|
|
1858
1868
|
content: '';
|
|
1859
1869
|
position: absolute;
|
|
@@ -2051,7 +2061,7 @@ select {
|
|
|
2051
2061
|
|
|
2052
2062
|
/**
|
|
2053
2063
|
* Do not edit directly
|
|
2054
|
-
* Generated on
|
|
2064
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
2055
2065
|
*/
|
|
2056
2066
|
|
|
2057
2067
|
:root {
|
|
@@ -2078,7 +2088,7 @@ select {
|
|
|
2078
2088
|
|
|
2079
2089
|
/**
|
|
2080
2090
|
* Do not edit directly
|
|
2081
|
-
* Generated on
|
|
2091
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
2082
2092
|
*/
|
|
2083
2093
|
|
|
2084
2094
|
:root,
|
|
@@ -2834,7 +2844,7 @@ select {
|
|
|
2834
2844
|
|
|
2835
2845
|
/**
|
|
2836
2846
|
* Do not edit directly
|
|
2837
|
-
* Generated on
|
|
2847
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
2838
2848
|
*/
|
|
2839
2849
|
|
|
2840
2850
|
:root {
|
|
@@ -3679,7 +3689,7 @@ select {
|
|
|
3679
3689
|
|
|
3680
3690
|
/**
|
|
3681
3691
|
* Do not edit directly
|
|
3682
|
-
* Generated on
|
|
3692
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
3683
3693
|
*/
|
|
3684
3694
|
|
|
3685
3695
|
:root {
|
|
@@ -3700,7 +3710,7 @@ select {
|
|
|
3700
3710
|
|
|
3701
3711
|
/**
|
|
3702
3712
|
* Do not edit directly
|
|
3703
|
-
* Generated on
|
|
3713
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
3704
3714
|
*/
|
|
3705
3715
|
|
|
3706
3716
|
:root {
|
|
@@ -3711,18 +3721,20 @@ select {
|
|
|
3711
3721
|
|
|
3712
3722
|
/**
|
|
3713
3723
|
* Do not edit directly
|
|
3714
|
-
* Generated on
|
|
3724
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
3715
3725
|
*/
|
|
3716
3726
|
|
|
3717
3727
|
:root {
|
|
3718
3728
|
--brand-RiverBreakout-spacing-inner: var(--base-size-40);
|
|
3719
3729
|
--brand-River-spacing-outer: var(--base-size-36);
|
|
3730
|
+
--brand-River-spacing-innerY: var(--base-size-24);
|
|
3720
3731
|
--brand-River-spacing-inner: var(--base-size-24);
|
|
3721
3732
|
}
|
|
3722
3733
|
|
|
3723
3734
|
@media (min-width: 768px) {
|
|
3724
3735
|
:root {
|
|
3725
3736
|
--brand-RiverBreakout-spacing-inner: var(--base-size-48);
|
|
3737
|
+
--brand-River-spacing-innerY: var(--base-size-24);
|
|
3726
3738
|
--brand-River-spacing-inner: var(--base-size-36);
|
|
3727
3739
|
}
|
|
3728
3740
|
}
|
|
@@ -3731,6 +3743,7 @@ select {
|
|
|
3731
3743
|
:root {
|
|
3732
3744
|
--brand-RiverBreakout-spacing-inner: var(--base-size-64);
|
|
3733
3745
|
--brand-River-spacing-outer: var(--base-size-48);
|
|
3746
|
+
--brand-River-spacing-innerY: var(--base-size-32);
|
|
3734
3747
|
--brand-River-spacing-inner: var(--base-size-48);
|
|
3735
3748
|
}
|
|
3736
3749
|
}
|
|
@@ -3879,6 +3892,7 @@ select {
|
|
|
3879
3892
|
}
|
|
3880
3893
|
|
|
3881
3894
|
.Primer_Brand__river-shared-module__RiverBreakout___VNW5e .Primer_Brand__river-shared-module__River__text___TQQhU {
|
|
3895
|
+
max-width: 37.5rem; /* 600px */
|
|
3882
3896
|
color: var(--brand-color-text-default);
|
|
3883
3897
|
font-size: var(--brand-text-size-500);
|
|
3884
3898
|
font-weight: var(--brand-heading-weight-500);
|
|
@@ -3916,6 +3930,8 @@ select {
|
|
|
3916
3930
|
display: grid;
|
|
3917
3931
|
grid-gap: var(--brand-River-spacing-inner);
|
|
3918
3932
|
gap: var(--brand-River-spacing-inner);
|
|
3933
|
+
grid-row-gap: var(--brand-River-spacing-innerY);
|
|
3934
|
+
row-gap: var(--brand-River-spacing-innerY);
|
|
3919
3935
|
grid-template-areas:
|
|
3920
3936
|
'text trailingComponent'
|
|
3921
3937
|
'cta trailingComponent';
|
|
@@ -4413,7 +4429,7 @@ select {
|
|
|
4413
4429
|
|
|
4414
4430
|
/**
|
|
4415
4431
|
* Do not edit directly
|
|
4416
|
-
* Generated on
|
|
4432
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
4417
4433
|
*/
|
|
4418
4434
|
|
|
4419
4435
|
:root,
|
|
@@ -5166,7 +5182,7 @@ select {
|
|
|
5166
5182
|
|
|
5167
5183
|
/**
|
|
5168
5184
|
* Do not edit directly
|
|
5169
|
-
* Generated on
|
|
5185
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
5170
5186
|
*/
|
|
5171
5187
|
|
|
5172
5188
|
:root,
|
|
@@ -5194,7 +5210,7 @@ select {
|
|
|
5194
5210
|
|
|
5195
5211
|
/**
|
|
5196
5212
|
* Do not edit directly
|
|
5197
|
-
* Generated on
|
|
5213
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
5198
5214
|
*/
|
|
5199
5215
|
|
|
5200
5216
|
:root,
|
|
@@ -5210,7 +5226,7 @@ select {
|
|
|
5210
5226
|
|
|
5211
5227
|
/**
|
|
5212
5228
|
* Do not edit directly
|
|
5213
|
-
* Generated on
|
|
5229
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
5214
5230
|
*/
|
|
5215
5231
|
|
|
5216
5232
|
:root {
|
|
@@ -5244,6 +5260,11 @@ select {
|
|
|
5244
5260
|
color: var(--brand-InlineLink-color-pressed);
|
|
5245
5261
|
}
|
|
5246
5262
|
|
|
5263
|
+
[data-color-mode='dark'] .Primer_Brand__InlineLink-module__InlineLink___U_Ama {
|
|
5264
|
+
-webkit-font-smoothing: subpixel-antialiased;
|
|
5265
|
+
-moz-osx-font-smoothing: auto;
|
|
5266
|
+
}
|
|
5267
|
+
|
|
5247
5268
|
.Primer_Brand__Link-module__Link___lvKjM {
|
|
5248
5269
|
--arrow-width: var(--base-size-20);
|
|
5249
5270
|
position: relative;
|
|
@@ -5333,7 +5354,7 @@ select {
|
|
|
5333
5354
|
|
|
5334
5355
|
/**
|
|
5335
5356
|
* Do not edit directly
|
|
5336
|
-
* Generated on
|
|
5357
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
5337
5358
|
*/
|
|
5338
5359
|
|
|
5339
5360
|
:root,
|
|
@@ -5349,13 +5370,37 @@ select {
|
|
|
5349
5370
|
|
|
5350
5371
|
/**
|
|
5351
5372
|
* Do not edit directly
|
|
5352
|
-
* Generated on
|
|
5373
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
5353
5374
|
*/
|
|
5354
5375
|
|
|
5355
5376
|
:root,
|
|
5356
5377
|
[data-color-mode="light"] {
|
|
5357
5378
|
--brand-Accordion-toggle-color-start: var(--brand-color-accent-primary);
|
|
5358
5379
|
--brand-Accordion-toggle-color-end: var(--brand-color-accent-primary);
|
|
5380
|
+
--brand-Accordion-toggle-color-default: var(--brand-color-text-default);
|
|
5381
|
+
--brand-Accordion-toggle-color-blue: var(--base-color-scale-blue-5);
|
|
5382
|
+
--brand-Accordion-toggle-color-blue-purple-start: var(--base-color-scale-blue-5);
|
|
5383
|
+
--brand-Accordion-toggle-color-blue-purple-end: var(--base-color-scale-purple-5);
|
|
5384
|
+
--brand-Accordion-toggle-color-coral: var(--base-color-scale-coral-5);
|
|
5385
|
+
--brand-Accordion-toggle-color-green: var(--base-color-scale-green-5);
|
|
5386
|
+
--brand-Accordion-toggle-color-green-blue-start: var(--base-color-scale-green-5);
|
|
5387
|
+
--brand-Accordion-toggle-color-green-blue-end: var(--base-color-scale-blue-5);
|
|
5388
|
+
--brand-Accordion-toggle-color-gray: var(--base-color-scale-gray-5);
|
|
5389
|
+
--brand-Accordion-toggle-color-indigo: var(--base-color-scale-indigo-5);
|
|
5390
|
+
--brand-Accordion-toggle-color-lemon: var(--base-color-scale-lemon-5);
|
|
5391
|
+
--brand-Accordion-toggle-color-lime: var(--base-color-scale-lime-5);
|
|
5392
|
+
--brand-Accordion-toggle-color-orange: var(--base-color-scale-orange-5);
|
|
5393
|
+
--brand-Accordion-toggle-color-pink: var(--base-color-scale-pink-5);
|
|
5394
|
+
--brand-Accordion-toggle-color-pink-blue-start: var(--base-color-scale-pink-5);
|
|
5395
|
+
--brand-Accordion-toggle-color-pink-blue-end: var(--base-color-scale-blue-5);
|
|
5396
|
+
--brand-Accordion-toggle-color-purple: var(--base-color-scale-purple-5);
|
|
5397
|
+
--brand-Accordion-toggle-color-purple-red-start: var(--base-color-scale-purple-5);
|
|
5398
|
+
--brand-Accordion-toggle-color-purple-red-end: var(--base-color-scale-red-5);
|
|
5399
|
+
--brand-Accordion-toggle-color-red: var(--base-color-scale-red-5);
|
|
5400
|
+
--brand-Accordion-toggle-color-red-orange-start: var(--base-color-scale-red-5);
|
|
5401
|
+
--brand-Accordion-toggle-color-red-orange-end: var(--base-color-scale-orange-5);
|
|
5402
|
+
--brand-Accordion-toggle-color-teal: var(--base-color-scale-teal-5);
|
|
5403
|
+
--brand-Accordion-toggle-color-yellow: var(--base-color-scale-yellow-5);
|
|
5359
5404
|
--brand-Accordion-border-color-default: var(--brand-color-border-default);
|
|
5360
5405
|
--brand-Accordion-border-color-emphasis: var(--base-color-scale-black-0);
|
|
5361
5406
|
}
|
|
@@ -5363,6 +5408,30 @@ select {
|
|
|
5363
5408
|
[data-color-mode="dark"] {
|
|
5364
5409
|
--brand-Accordion-toggle-color-start: var(--brand-color-accent-primary);
|
|
5365
5410
|
--brand-Accordion-toggle-color-end: var(--brand-color-accent-primary);
|
|
5411
|
+
--brand-Accordion-toggle-color-default: var(--brand-color-text-default);
|
|
5412
|
+
--brand-Accordion-toggle-color-blue: var(--base-color-scale-blue-2);
|
|
5413
|
+
--brand-Accordion-toggle-color-blue-purple-start: var(--base-color-scale-blue-2);
|
|
5414
|
+
--brand-Accordion-toggle-color-blue-purple-end: var(--base-color-scale-purple-2);
|
|
5415
|
+
--brand-Accordion-toggle-color-coral: var(--base-color-scale-coral-2);
|
|
5416
|
+
--brand-Accordion-toggle-color-green: var(--base-color-scale-green-2);
|
|
5417
|
+
--brand-Accordion-toggle-color-green-blue-start: var(--base-color-scale-green-2);
|
|
5418
|
+
--brand-Accordion-toggle-color-green-blue-end: var(--base-color-scale-blue-2);
|
|
5419
|
+
--brand-Accordion-toggle-color-gray: var(--base-color-scale-gray-2);
|
|
5420
|
+
--brand-Accordion-toggle-color-indigo: var(--base-color-scale-indigo-2);
|
|
5421
|
+
--brand-Accordion-toggle-color-lemon: var(--base-color-scale-lemon-2);
|
|
5422
|
+
--brand-Accordion-toggle-color-lime: var(--base-color-scale-lime-2);
|
|
5423
|
+
--brand-Accordion-toggle-color-orange: var(--base-color-scale-orange-2);
|
|
5424
|
+
--brand-Accordion-toggle-color-pink: var(--base-color-scale-pink-2);
|
|
5425
|
+
--brand-Accordion-toggle-color-pink-blue-start: var(--base-color-scale-pink-2);
|
|
5426
|
+
--brand-Accordion-toggle-color-pink-blue-end: var(--base-color-scale-blue-2);
|
|
5427
|
+
--brand-Accordion-toggle-color-purple: var(--base-color-scale-purple-2);
|
|
5428
|
+
--brand-Accordion-toggle-color-purple-red-start: var(--base-color-scale-purple-2);
|
|
5429
|
+
--brand-Accordion-toggle-color-purple-red-end: var(--base-color-scale-red-2);
|
|
5430
|
+
--brand-Accordion-toggle-color-red: var(--base-color-scale-red-2);
|
|
5431
|
+
--brand-Accordion-toggle-color-red-orange-start: var(--base-color-scale-red-2);
|
|
5432
|
+
--brand-Accordion-toggle-color-red-orange-end: var(--base-color-scale-orange-2);
|
|
5433
|
+
--brand-Accordion-toggle-color-teal: var(--base-color-scale-teal-2);
|
|
5434
|
+
--brand-Accordion-toggle-color-yellow: var(--base-color-scale-yellow-2);
|
|
5366
5435
|
--brand-Accordion-border-color-default: var(--base-color-scale-gray-5);
|
|
5367
5436
|
--brand-Accordion-border-color-emphasis: var(--base-color-scale-white-0);
|
|
5368
5437
|
}
|
|
@@ -5456,6 +5525,101 @@ select {
|
|
|
5456
5525
|
background-clip: text;
|
|
5457
5526
|
}
|
|
5458
5527
|
|
|
5528
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-default___J06Ol {
|
|
5529
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-default);
|
|
5530
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-default);
|
|
5531
|
+
}
|
|
5532
|
+
|
|
5533
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-blue___BpPxQ {
|
|
5534
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-blue);
|
|
5535
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-blue);
|
|
5536
|
+
}
|
|
5537
|
+
|
|
5538
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-blue-purple___R4Ta3 {
|
|
5539
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-blue-purple-start);
|
|
5540
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-blue-purple-end);
|
|
5541
|
+
}
|
|
5542
|
+
|
|
5543
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-coral___T3Lvh {
|
|
5544
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-coral);
|
|
5545
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-coral);
|
|
5546
|
+
}
|
|
5547
|
+
|
|
5548
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-green___GThPe {
|
|
5549
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-green);
|
|
5550
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-green);
|
|
5551
|
+
}
|
|
5552
|
+
|
|
5553
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-green-blue___PHnZc {
|
|
5554
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-green-blue-start);
|
|
5555
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-green-blue-end);
|
|
5556
|
+
}
|
|
5557
|
+
|
|
5558
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-gray___gGQN8 {
|
|
5559
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-gray);
|
|
5560
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-gray);
|
|
5561
|
+
}
|
|
5562
|
+
|
|
5563
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-indigo___f5_9S {
|
|
5564
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-indigo);
|
|
5565
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-indigo);
|
|
5566
|
+
}
|
|
5567
|
+
|
|
5568
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-lemon___c5Gz6 {
|
|
5569
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-lemon);
|
|
5570
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-lemon);
|
|
5571
|
+
}
|
|
5572
|
+
|
|
5573
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-lime___Tj0cg {
|
|
5574
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-lime);
|
|
5575
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-lime);
|
|
5576
|
+
}
|
|
5577
|
+
|
|
5578
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-orange____Dby3 {
|
|
5579
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-orange);
|
|
5580
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-orange);
|
|
5581
|
+
}
|
|
5582
|
+
|
|
5583
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-pink___BXVJc {
|
|
5584
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-pink);
|
|
5585
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-pink);
|
|
5586
|
+
}
|
|
5587
|
+
|
|
5588
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-pink-blue___NVPxr {
|
|
5589
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-pink-blue-start);
|
|
5590
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-pink-blue-end);
|
|
5591
|
+
}
|
|
5592
|
+
|
|
5593
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-purple___whcwP {
|
|
5594
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-purple);
|
|
5595
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-purple);
|
|
5596
|
+
}
|
|
5597
|
+
|
|
5598
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-purple-red___l3gUG {
|
|
5599
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-purple-red-start);
|
|
5600
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-purple-red-end);
|
|
5601
|
+
}
|
|
5602
|
+
|
|
5603
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-red___txXJX {
|
|
5604
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-red);
|
|
5605
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-red);
|
|
5606
|
+
}
|
|
5607
|
+
|
|
5608
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-red-orange___ZODhv {
|
|
5609
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-red-orange-start);
|
|
5610
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-red-orange-end);
|
|
5611
|
+
}
|
|
5612
|
+
|
|
5613
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-teal___h2drb {
|
|
5614
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-teal);
|
|
5615
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-teal);
|
|
5616
|
+
}
|
|
5617
|
+
|
|
5618
|
+
.Primer_Brand__Accordion-module__Accordion__summary--toggleColor-yellow___WGTG3 {
|
|
5619
|
+
--brand-Accordion-toggle-color-start: var(--brand-Accordion-toggle-color-yellow);
|
|
5620
|
+
--brand-Accordion-toggle-color-end: var(--brand-Accordion-toggle-color-yellow);
|
|
5621
|
+
}
|
|
5622
|
+
|
|
5459
5623
|
.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before {
|
|
5460
5624
|
font-weight: var(--base-text-weight-medium);
|
|
5461
5625
|
content: '–';
|
|
@@ -5513,6 +5677,11 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Prim
|
|
|
5513
5677
|
line-height: var(--brand-text-lineHeight-200);
|
|
5514
5678
|
}
|
|
5515
5679
|
|
|
5680
|
+
[data-color-mode='dark'] .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5681
|
+
-webkit-font-smoothing: antialiased;
|
|
5682
|
+
-moz-osx-font-smoothing: auto;
|
|
5683
|
+
}
|
|
5684
|
+
|
|
5516
5685
|
.Primer_Brand__Accordion-module__Accordion__content___wMZGe p:not(:first-child) {
|
|
5517
5686
|
margin-block-start: var(--base-size-16);
|
|
5518
5687
|
}
|
|
@@ -5576,7 +5745,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
5576
5745
|
|
|
5577
5746
|
/**
|
|
5578
5747
|
* Do not edit directly
|
|
5579
|
-
* Generated on
|
|
5748
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
5580
5749
|
*/
|
|
5581
5750
|
|
|
5582
5751
|
:root {
|
|
@@ -5585,7 +5754,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
5585
5754
|
|
|
5586
5755
|
/**
|
|
5587
5756
|
* Do not edit directly
|
|
5588
|
-
* Generated on
|
|
5757
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
5589
5758
|
*/
|
|
5590
5759
|
|
|
5591
5760
|
:root,
|
|
@@ -5603,7 +5772,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
5603
5772
|
|
|
5604
5773
|
/**
|
|
5605
5774
|
* Do not edit directly
|
|
5606
|
-
* Generated on
|
|
5775
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
5607
5776
|
*/
|
|
5608
5777
|
|
|
5609
5778
|
:root {
|
|
@@ -5734,7 +5903,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
5734
5903
|
|
|
5735
5904
|
/**
|
|
5736
5905
|
* Do not edit directly
|
|
5737
|
-
* Generated on
|
|
5906
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
5738
5907
|
*/
|
|
5739
5908
|
|
|
5740
5909
|
:root,
|
|
@@ -6830,7 +6999,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6830
6999
|
|
|
6831
7000
|
/**
|
|
6832
7001
|
* Do not edit directly
|
|
6833
|
-
* Generated on
|
|
7002
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
6834
7003
|
*/
|
|
6835
7004
|
|
|
6836
7005
|
:root {
|
|
@@ -6844,7 +7013,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6844
7013
|
|
|
6845
7014
|
/**
|
|
6846
7015
|
* Do not edit directly
|
|
6847
|
-
* Generated on
|
|
7016
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
6848
7017
|
*/
|
|
6849
7018
|
|
|
6850
7019
|
:root,
|
|
@@ -7138,7 +7307,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7138
7307
|
|
|
7139
7308
|
/**
|
|
7140
7309
|
* Do not edit directly
|
|
7141
|
-
* Generated on
|
|
7310
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
7142
7311
|
*/
|
|
7143
7312
|
|
|
7144
7313
|
:root,
|
|
@@ -7154,7 +7323,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7154
7323
|
|
|
7155
7324
|
/**
|
|
7156
7325
|
* Do not edit directly
|
|
7157
|
-
* Generated on
|
|
7326
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
7158
7327
|
*/
|
|
7159
7328
|
|
|
7160
7329
|
:root {
|
|
@@ -7472,7 +7641,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7472
7641
|
|
|
7473
7642
|
/**
|
|
7474
7643
|
* Do not edit directly
|
|
7475
|
-
* Generated on
|
|
7644
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
7476
7645
|
*/
|
|
7477
7646
|
|
|
7478
7647
|
:root,
|
|
@@ -7918,7 +8087,7 @@ html {
|
|
|
7918
8087
|
|
|
7919
8088
|
/**
|
|
7920
8089
|
* Do not edit directly
|
|
7921
|
-
* Generated on
|
|
8090
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
7922
8091
|
*/
|
|
7923
8092
|
|
|
7924
8093
|
:root,
|
|
@@ -8138,7 +8307,7 @@ html {
|
|
|
8138
8307
|
|
|
8139
8308
|
/**
|
|
8140
8309
|
* Do not edit directly
|
|
8141
|
-
* Generated on
|
|
8310
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
8142
8311
|
*/
|
|
8143
8312
|
|
|
8144
8313
|
:root,
|
|
@@ -8274,7 +8443,7 @@ html {
|
|
|
8274
8443
|
|
|
8275
8444
|
/**
|
|
8276
8445
|
* Do not edit directly
|
|
8277
|
-
* Generated on
|
|
8446
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
8278
8447
|
*/
|
|
8279
8448
|
|
|
8280
8449
|
:root,
|
|
@@ -8543,7 +8712,7 @@ html {
|
|
|
8543
8712
|
|
|
8544
8713
|
/**
|
|
8545
8714
|
* Do not edit directly
|
|
8546
|
-
* Generated on
|
|
8715
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
8547
8716
|
*/
|
|
8548
8717
|
|
|
8549
8718
|
:root {
|
|
@@ -8579,7 +8748,7 @@ html {
|
|
|
8579
8748
|
|
|
8580
8749
|
/**
|
|
8581
8750
|
* Do not edit directly
|
|
8582
|
-
* Generated on
|
|
8751
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
8583
8752
|
*/
|
|
8584
8753
|
|
|
8585
8754
|
:root,
|
|
@@ -8647,7 +8816,7 @@ html {
|
|
|
8647
8816
|
|
|
8648
8817
|
/**
|
|
8649
8818
|
* Do not edit directly
|
|
8650
|
-
* Generated on
|
|
8819
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
8651
8820
|
*/
|
|
8652
8821
|
|
|
8653
8822
|
:root {
|
|
@@ -8658,7 +8827,7 @@ html {
|
|
|
8658
8827
|
|
|
8659
8828
|
/**
|
|
8660
8829
|
* Do not edit directly
|
|
8661
|
-
* Generated on
|
|
8830
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
8662
8831
|
*/
|
|
8663
8832
|
|
|
8664
8833
|
:root,
|
|
@@ -8910,7 +9079,7 @@ html {
|
|
|
8910
9079
|
|
|
8911
9080
|
/**
|
|
8912
9081
|
* Do not edit directly
|
|
8913
|
-
* Generated on
|
|
9082
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
8914
9083
|
*/
|
|
8915
9084
|
|
|
8916
9085
|
:root,
|
|
@@ -9148,6 +9317,8 @@ html {
|
|
|
9148
9317
|
/* ---------------------------------------------------------- */
|
|
9149
9318
|
|
|
9150
9319
|
.Primer_Brand__Prose-module__Prose___X2BXE * + * {
|
|
9320
|
+
-webkit-font-smoothing: antialiased;
|
|
9321
|
+
-moz-osx-font-smoothing: auto;
|
|
9151
9322
|
margin-block-start: 1em;
|
|
9152
9323
|
margin-block-start: var(--spacing, 1em);
|
|
9153
9324
|
}
|
|
@@ -9448,7 +9619,7 @@ html {
|
|
|
9448
9619
|
|
|
9449
9620
|
/**
|
|
9450
9621
|
* Do not edit directly
|
|
9451
|
-
* Generated on
|
|
9622
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
9452
9623
|
*/
|
|
9453
9624
|
|
|
9454
9625
|
:root {
|
|
@@ -9459,7 +9630,7 @@ html {
|
|
|
9459
9630
|
|
|
9460
9631
|
/**
|
|
9461
9632
|
* Do not edit directly
|
|
9462
|
-
* Generated on
|
|
9633
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
9463
9634
|
*/
|
|
9464
9635
|
|
|
9465
9636
|
:root,
|
|
@@ -12624,6 +12795,10 @@ html {
|
|
|
12624
12795
|
color: var(--base-color-scale-gray-9);
|
|
12625
12796
|
}
|
|
12626
12797
|
|
|
12798
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip-visible___xOTRZ {
|
|
12799
|
+
opacity: 1;
|
|
12800
|
+
}
|
|
12801
|
+
|
|
12627
12802
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controlTextColor___YMFpe {
|
|
12628
12803
|
color: var(--base-color-scale-white-0);
|
|
12629
12804
|
}
|
|
@@ -12638,7 +12813,7 @@ html {
|
|
|
12638
12813
|
|
|
12639
12814
|
/**
|
|
12640
12815
|
* Do not edit directly
|
|
12641
|
-
* Generated on
|
|
12816
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
12642
12817
|
*/
|
|
12643
12818
|
|
|
12644
12819
|
:root {
|
|
@@ -12658,7 +12833,7 @@ html {
|
|
|
12658
12833
|
|
|
12659
12834
|
/**
|
|
12660
12835
|
* Do not edit directly
|
|
12661
|
-
* Generated on
|
|
12836
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
12662
12837
|
*/
|
|
12663
12838
|
|
|
12664
12839
|
:root,
|
|
@@ -12694,7 +12869,7 @@ html {
|
|
|
12694
12869
|
|
|
12695
12870
|
/**
|
|
12696
12871
|
* Do not edit directly
|
|
12697
|
-
* Generated on
|
|
12872
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
12698
12873
|
*/
|
|
12699
12874
|
|
|
12700
12875
|
:root,
|
|
@@ -12714,7 +12889,7 @@ html {
|
|
|
12714
12889
|
|
|
12715
12890
|
/**
|
|
12716
12891
|
* Do not edit directly
|
|
12717
|
-
* Generated on
|
|
12892
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
12718
12893
|
*/
|
|
12719
12894
|
|
|
12720
12895
|
:root {
|
|
@@ -12980,7 +13155,7 @@ html {
|
|
|
12980
13155
|
|
|
12981
13156
|
/**
|
|
12982
13157
|
* Do not edit directly
|
|
12983
|
-
* Generated on
|
|
13158
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
12984
13159
|
*/
|
|
12985
13160
|
|
|
12986
13161
|
:root,
|
|
@@ -12994,7 +13169,7 @@ html {
|
|
|
12994
13169
|
|
|
12995
13170
|
/**
|
|
12996
13171
|
* Do not edit directly
|
|
12997
|
-
* Generated on
|
|
13172
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
12998
13173
|
*/
|
|
12999
13174
|
|
|
13000
13175
|
:root {
|
|
@@ -13008,7 +13183,7 @@ html {
|
|
|
13008
13183
|
|
|
13009
13184
|
/**
|
|
13010
13185
|
* Do not edit directly
|
|
13011
|
-
* Generated on
|
|
13186
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
13012
13187
|
*/
|
|
13013
13188
|
|
|
13014
13189
|
:root {
|
|
@@ -15184,7 +15359,7 @@ html {
|
|
|
15184
15359
|
|
|
15185
15360
|
/**
|
|
15186
15361
|
* Do not edit directly
|
|
15187
|
-
* Generated on
|
|
15362
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
15188
15363
|
*/
|
|
15189
15364
|
|
|
15190
15365
|
:root {
|
|
@@ -15208,7 +15383,7 @@ html {
|
|
|
15208
15383
|
|
|
15209
15384
|
/**
|
|
15210
15385
|
* Do not edit directly
|
|
15211
|
-
* Generated on
|
|
15386
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
15212
15387
|
*/
|
|
15213
15388
|
|
|
15214
15389
|
:root,
|
|
@@ -15631,7 +15806,7 @@ html {
|
|
|
15631
15806
|
|
|
15632
15807
|
/**
|
|
15633
15808
|
* Do not edit directly
|
|
15634
|
-
* Generated on
|
|
15809
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
15635
15810
|
*/
|
|
15636
15811
|
|
|
15637
15812
|
:root {
|
|
@@ -15644,7 +15819,7 @@ html {
|
|
|
15644
15819
|
|
|
15645
15820
|
/**
|
|
15646
15821
|
* Do not edit directly
|
|
15647
|
-
* Generated on
|
|
15822
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
15648
15823
|
*/
|
|
15649
15824
|
|
|
15650
15825
|
:root,
|
|
@@ -16021,7 +16196,7 @@ html {
|
|
|
16021
16196
|
|
|
16022
16197
|
/**
|
|
16023
16198
|
* Do not edit directly
|
|
16024
|
-
* Generated on
|
|
16199
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
16025
16200
|
*/
|
|
16026
16201
|
|
|
16027
16202
|
:root {
|
|
@@ -16030,7 +16205,7 @@ html {
|
|
|
16030
16205
|
|
|
16031
16206
|
/**
|
|
16032
16207
|
* Do not edit directly
|
|
16033
|
-
* Generated on
|
|
16208
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
16034
16209
|
*/
|
|
16035
16210
|
|
|
16036
16211
|
:root,
|
|
@@ -16067,6 +16242,11 @@ html {
|
|
|
16067
16242
|
z-index: 1;
|
|
16068
16243
|
}
|
|
16069
16244
|
|
|
16245
|
+
[data-color-mode='dark'] .Primer_Brand__SubNav-module__SubNav___dVoQu {
|
|
16246
|
+
-webkit-font-smoothing: antialiased;
|
|
16247
|
+
-moz-osx-font-smoothing: grayscale;
|
|
16248
|
+
}
|
|
16249
|
+
|
|
16070
16250
|
.Primer_Brand__SubNav-module__SubNav__heading___MAxf6 {
|
|
16071
16251
|
font-weight: var(--base-text-weight-semibold);
|
|
16072
16252
|
color: var(--brand-color-text-default);
|
|
@@ -16732,7 +16912,7 @@ html {
|
|
|
16732
16912
|
|
|
16733
16913
|
/**
|
|
16734
16914
|
* Do not edit directly
|
|
16735
|
-
* Generated on
|
|
16915
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
16736
16916
|
*/
|
|
16737
16917
|
|
|
16738
16918
|
:root {
|
|
@@ -16741,7 +16921,7 @@ html {
|
|
|
16741
16921
|
|
|
16742
16922
|
/**
|
|
16743
16923
|
* Do not edit directly
|
|
16744
|
-
* Generated on
|
|
16924
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
16745
16925
|
*/
|
|
16746
16926
|
|
|
16747
16927
|
:root,
|
|
@@ -16855,6 +17035,10 @@ html {
|
|
|
16855
17035
|
}
|
|
16856
17036
|
}
|
|
16857
17037
|
|
|
17038
|
+
.Primer_Brand__IDE-module__IDE__Chat-wrapper___chroS {
|
|
17039
|
+
display: contents;
|
|
17040
|
+
}
|
|
17041
|
+
|
|
16858
17042
|
.Primer_Brand__IDE-module__IDE__Chat-message-user___AhfYF {
|
|
16859
17043
|
display: inline-flex;
|
|
16860
17044
|
gap: var(--base-size-8);
|
|
@@ -16995,6 +17179,7 @@ html {
|
|
|
16995
17179
|
|
|
16996
17180
|
.Primer_Brand__IDE-module__IDE__Editor-tab___lY6lZ.Primer_Brand__IDE-module__active___bGepo {
|
|
16997
17181
|
color: var(--brand-color-text-default);
|
|
17182
|
+
z-index: 1;
|
|
16998
17183
|
}
|
|
16999
17184
|
|
|
17000
17185
|
.Primer_Brand__IDE-module__IDE--default___cSAvc .Primer_Brand__IDE-module__IDE__Editor-tab___lY6lZ.Primer_Brand__IDE-module__active___bGepo {
|
|
@@ -17165,7 +17350,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17165
17350
|
|
|
17166
17351
|
/**
|
|
17167
17352
|
* Do not edit directly
|
|
17168
|
-
* Generated on
|
|
17353
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
17169
17354
|
*/
|
|
17170
17355
|
|
|
17171
17356
|
:root,
|
|
@@ -17264,7 +17449,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17264
17449
|
|
|
17265
17450
|
/**
|
|
17266
17451
|
* Do not edit directly
|
|
17267
|
-
* Generated on
|
|
17452
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
17268
17453
|
*/
|
|
17269
17454
|
|
|
17270
17455
|
:root,
|
|
@@ -17611,7 +17796,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17611
17796
|
|
|
17612
17797
|
/**
|
|
17613
17798
|
* Do not edit directly
|
|
17614
|
-
* Generated on
|
|
17799
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
17615
17800
|
*/
|
|
17616
17801
|
|
|
17617
17802
|
:root,
|
|
@@ -17625,7 +17810,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17625
17810
|
|
|
17626
17811
|
/**
|
|
17627
17812
|
* Do not edit directly
|
|
17628
|
-
* Generated on
|
|
17813
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
17629
17814
|
*/
|
|
17630
17815
|
|
|
17631
17816
|
:root {
|
|
@@ -17812,7 +17997,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17812
17997
|
|
|
17813
17998
|
/**
|
|
17814
17999
|
* Do not edit directly
|
|
17815
|
-
* Generated on
|
|
18000
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
17816
18001
|
*/
|
|
17817
18002
|
|
|
17818
18003
|
:root {
|
|
@@ -18059,7 +18244,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
18059
18244
|
|
|
18060
18245
|
/**
|
|
18061
18246
|
* Do not edit directly
|
|
18062
|
-
* Generated on
|
|
18247
|
+
* Generated on Wed, 15 Jan 2025 15:47:28 GMT
|
|
18063
18248
|
*/
|
|
18064
18249
|
|
|
18065
18250
|
:root {
|
|
@@ -18070,7 +18255,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
18070
18255
|
|
|
18071
18256
|
/**
|
|
18072
18257
|
* Do not edit directly
|
|
18073
|
-
* Generated on
|
|
18258
|
+
* Generated on Wed, 15 Jan 2025 15:47:29 GMT
|
|
18074
18259
|
*/
|
|
18075
18260
|
|
|
18076
18261
|
:root,
|