@primer/react-brand 0.35.1-rc.58a3d72f → 0.36.0-rc.d3a61edc
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/ActionMenu/ActionMenu.d.ts +1 -1
- package/lib/CTABanner/CTABanner.d.ts +1 -1
- package/lib/Grid/Grid.d.ts +1 -1
- package/lib/Hero/Hero.d.ts +2 -2
- package/lib/LogoSuite/LogoSuite.d.ts +10 -10
- package/lib/PricingOptions/PricingOptions.d.ts +1 -0
- package/lib/Stack/Stack.d.ts +3 -3
- package/lib/css/main.css +80 -64
- 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/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/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/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 +13 -0
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +8 -0
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/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/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/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 +31 -0
- 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/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/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/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 +6 -0
- 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/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/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/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 +5 -0
- 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/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/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/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 +17 -0
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +16 -0
- 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/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/forms/TextInput/TextInput.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/river/River/River.d.ts +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 Thu, 25 Jul 2024 16:46:25 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 Thu, 25 Jul 2024 16:46:25 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 Thu, 25 Jul 2024 16:46:25 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 Thu, 25 Jul 2024 16:46:25 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 Thu, 25 Jul 2024 16:46:25 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 Thu, 25 Jul 2024 16:46:25 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 Thu, 25 Jul 2024 16:46:25 GMT
|
|
577
577
|
*/
|
|
578
578
|
|
|
579
579
|
:root,
|
|
@@ -968,7 +968,7 @@ select {
|
|
|
968
968
|
|
|
969
969
|
/**
|
|
970
970
|
* Do not edit directly
|
|
971
|
-
* Generated on
|
|
971
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
972
972
|
*/
|
|
973
973
|
|
|
974
974
|
:root,
|
|
@@ -1554,7 +1554,7 @@ select {
|
|
|
1554
1554
|
|
|
1555
1555
|
/**
|
|
1556
1556
|
* Do not edit directly
|
|
1557
|
-
* Generated on
|
|
1557
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
1558
1558
|
*/
|
|
1559
1559
|
|
|
1560
1560
|
:root {
|
|
@@ -1781,7 +1781,7 @@ select {
|
|
|
1781
1781
|
|
|
1782
1782
|
/**
|
|
1783
1783
|
* Do not edit directly
|
|
1784
|
-
* Generated on
|
|
1784
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
1785
1785
|
*/
|
|
1786
1786
|
|
|
1787
1787
|
:root,
|
|
@@ -2065,7 +2065,7 @@ select {
|
|
|
2065
2065
|
|
|
2066
2066
|
/**
|
|
2067
2067
|
* Do not edit directly
|
|
2068
|
-
* Generated on
|
|
2068
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
2069
2069
|
*/
|
|
2070
2070
|
|
|
2071
2071
|
:root {
|
|
@@ -2092,7 +2092,7 @@ select {
|
|
|
2092
2092
|
|
|
2093
2093
|
/**
|
|
2094
2094
|
* Do not edit directly
|
|
2095
|
-
* Generated on
|
|
2095
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
2096
2096
|
*/
|
|
2097
2097
|
|
|
2098
2098
|
:root,
|
|
@@ -2850,7 +2850,7 @@ select {
|
|
|
2850
2850
|
|
|
2851
2851
|
/**
|
|
2852
2852
|
* Do not edit directly
|
|
2853
|
-
* Generated on
|
|
2853
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
2854
2854
|
*/
|
|
2855
2855
|
|
|
2856
2856
|
:root {
|
|
@@ -3693,7 +3693,7 @@ select {
|
|
|
3693
3693
|
|
|
3694
3694
|
/**
|
|
3695
3695
|
* Do not edit directly
|
|
3696
|
-
* Generated on
|
|
3696
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
3697
3697
|
*/
|
|
3698
3698
|
|
|
3699
3699
|
:root {
|
|
@@ -3714,7 +3714,7 @@ select {
|
|
|
3714
3714
|
|
|
3715
3715
|
/**
|
|
3716
3716
|
* Do not edit directly
|
|
3717
|
-
* Generated on
|
|
3717
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
3718
3718
|
*/
|
|
3719
3719
|
|
|
3720
3720
|
:root {
|
|
@@ -3725,7 +3725,7 @@ select {
|
|
|
3725
3725
|
|
|
3726
3726
|
/**
|
|
3727
3727
|
* Do not edit directly
|
|
3728
|
-
* Generated on
|
|
3728
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
3729
3729
|
*/
|
|
3730
3730
|
|
|
3731
3731
|
:root {
|
|
@@ -4466,7 +4466,7 @@ select {
|
|
|
4466
4466
|
|
|
4467
4467
|
/**
|
|
4468
4468
|
* Do not edit directly
|
|
4469
|
-
* Generated on
|
|
4469
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
4470
4470
|
*/
|
|
4471
4471
|
|
|
4472
4472
|
:root,
|
|
@@ -5219,7 +5219,7 @@ select {
|
|
|
5219
5219
|
|
|
5220
5220
|
/**
|
|
5221
5221
|
* Do not edit directly
|
|
5222
|
-
* Generated on
|
|
5222
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
5223
5223
|
*/
|
|
5224
5224
|
|
|
5225
5225
|
:root,
|
|
@@ -5247,7 +5247,7 @@ select {
|
|
|
5247
5247
|
|
|
5248
5248
|
/**
|
|
5249
5249
|
* Do not edit directly
|
|
5250
|
-
* Generated on
|
|
5250
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
5251
5251
|
*/
|
|
5252
5252
|
|
|
5253
5253
|
:root,
|
|
@@ -5263,7 +5263,7 @@ select {
|
|
|
5263
5263
|
|
|
5264
5264
|
/**
|
|
5265
5265
|
* Do not edit directly
|
|
5266
|
-
* Generated on
|
|
5266
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
5267
5267
|
*/
|
|
5268
5268
|
|
|
5269
5269
|
:root {
|
|
@@ -5387,7 +5387,7 @@ select {
|
|
|
5387
5387
|
|
|
5388
5388
|
/**
|
|
5389
5389
|
* Do not edit directly
|
|
5390
|
-
* Generated on
|
|
5390
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
5391
5391
|
*/
|
|
5392
5392
|
|
|
5393
5393
|
:root,
|
|
@@ -5403,7 +5403,7 @@ select {
|
|
|
5403
5403
|
|
|
5404
5404
|
/**
|
|
5405
5405
|
* Do not edit directly
|
|
5406
|
-
* Generated on
|
|
5406
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
5407
5407
|
*/
|
|
5408
5408
|
|
|
5409
5409
|
:root,
|
|
@@ -5649,7 +5649,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5649
5649
|
|
|
5650
5650
|
/**
|
|
5651
5651
|
* Do not edit directly
|
|
5652
|
-
* Generated on
|
|
5652
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
5653
5653
|
*/
|
|
5654
5654
|
|
|
5655
5655
|
:root {
|
|
@@ -5658,7 +5658,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5658
5658
|
|
|
5659
5659
|
/**
|
|
5660
5660
|
* Do not edit directly
|
|
5661
|
-
* Generated on
|
|
5661
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
5662
5662
|
*/
|
|
5663
5663
|
|
|
5664
5664
|
:root,
|
|
@@ -5676,7 +5676,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5676
5676
|
|
|
5677
5677
|
/**
|
|
5678
5678
|
* Do not edit directly
|
|
5679
|
-
* Generated on
|
|
5679
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
5680
5680
|
*/
|
|
5681
5681
|
|
|
5682
5682
|
:root {
|
|
@@ -5807,7 +5807,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5807
5807
|
|
|
5808
5808
|
/**
|
|
5809
5809
|
* Do not edit directly
|
|
5810
|
-
* Generated on
|
|
5810
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
5811
5811
|
*/
|
|
5812
5812
|
|
|
5813
5813
|
:root,
|
|
@@ -6450,11 +6450,11 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
6450
6450
|
}
|
|
6451
6451
|
|
|
6452
6452
|
[dir="ltr"] .Primer_Brand__Select-module__Select-wrapper--medium___xjmMc::after {
|
|
6453
|
-
margin-right: var(--
|
|
6453
|
+
margin-right: calc(var(--brand-control-medium-paddingInline-condensed) / 2);
|
|
6454
6454
|
}
|
|
6455
6455
|
|
|
6456
6456
|
[dir="rtl"] .Primer_Brand__Select-module__Select-wrapper--medium___xjmMc::after {
|
|
6457
|
-
margin-left: var(--
|
|
6457
|
+
margin-left: calc(var(--brand-control-medium-paddingInline-condensed) / 2);
|
|
6458
6458
|
}
|
|
6459
6459
|
|
|
6460
6460
|
[dir="ltr"] .Primer_Brand__Select-module__Select--medium___kckBr {
|
|
@@ -6479,11 +6479,11 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
6479
6479
|
}
|
|
6480
6480
|
|
|
6481
6481
|
[dir="ltr"] .Primer_Brand__Select-module__Select-wrapper--large___Q4_2q::after {
|
|
6482
|
-
margin-right: var(--base-size-
|
|
6482
|
+
margin-right: var(--base-size-8);
|
|
6483
6483
|
}
|
|
6484
6484
|
|
|
6485
6485
|
[dir="rtl"] .Primer_Brand__Select-module__Select-wrapper--large___Q4_2q::after {
|
|
6486
|
-
margin-left: var(--base-size-
|
|
6486
|
+
margin-left: var(--base-size-8);
|
|
6487
6487
|
}
|
|
6488
6488
|
|
|
6489
6489
|
[dir="ltr"] .Primer_Brand__Select-module__Select--large___A7u6F {
|
|
@@ -6527,10 +6527,12 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
6527
6527
|
}
|
|
6528
6528
|
|
|
6529
6529
|
.Primer_Brand__Select-module__Select-wrapper___iV0Tg::after {
|
|
6530
|
+
content: '';
|
|
6531
|
+
position: absolute;
|
|
6532
|
+
right: 0;
|
|
6530
6533
|
width: var(--base-size-16);
|
|
6531
6534
|
height: var(--base-size-16);
|
|
6532
6535
|
pointer-events: none;
|
|
6533
|
-
content: '';
|
|
6534
6536
|
background-color: var(--brand-control-color-fg-default);
|
|
6535
6537
|
mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzU4NjA2OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40MjcgOS40MjdsMy4zOTYgMy4zOTZhLjI1MS4yNTEgMCAwMC4zNTQgMGwzLjM5Ni0zLjM5NkEuMjUuMjUgMCAwMDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAwLS4xNzcuNDI3ek00LjQyMyA2LjQ3TDcuODIgMy4wNzJhLjI1LjI1IDAgMDEuMzU0IDBMMTEuNTcgNi40N2EuMjUuMjUgMCAwMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMDEtLjE3Ny0uNDI3eiIgLz48L3N2Zz4=);
|
|
6536
6538
|
-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzU4NjA2OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40MjcgOS40MjdsMy4zOTYgMy4zOTZhLjI1MS4yNTEgMCAwMC4zNTQgMGwzLjM5Ni0zLjM5NkEuMjUuMjUgMCAwMDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAwLS4xNzcuNDI3ek00LjQyMyA2LjQ3TDcuODIgMy4wNzJhLjI1LjI1IDAgMDEuMzU0IDBMMTEuNTcgNi40N2EuMjUuMjUgMCAwMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMDEtLjE3Ny0uNDI3eiIgLz48L3N2Zz4=);
|
|
@@ -6908,7 +6910,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6908
6910
|
|
|
6909
6911
|
/**
|
|
6910
6912
|
* Do not edit directly
|
|
6911
|
-
* Generated on
|
|
6913
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
6912
6914
|
*/
|
|
6913
6915
|
|
|
6914
6916
|
:root {
|
|
@@ -6922,7 +6924,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6922
6924
|
|
|
6923
6925
|
/**
|
|
6924
6926
|
* Do not edit directly
|
|
6925
|
-
* Generated on
|
|
6927
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
6926
6928
|
*/
|
|
6927
6929
|
|
|
6928
6930
|
:root,
|
|
@@ -7160,7 +7162,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7160
7162
|
|
|
7161
7163
|
/**
|
|
7162
7164
|
* Do not edit directly
|
|
7163
|
-
* Generated on
|
|
7165
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
7164
7166
|
*/
|
|
7165
7167
|
|
|
7166
7168
|
:root,
|
|
@@ -7176,7 +7178,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7176
7178
|
|
|
7177
7179
|
/**
|
|
7178
7180
|
* Do not edit directly
|
|
7179
|
-
* Generated on
|
|
7181
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
7180
7182
|
*/
|
|
7181
7183
|
|
|
7182
7184
|
:root {
|
|
@@ -7494,7 +7496,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7494
7496
|
|
|
7495
7497
|
/**
|
|
7496
7498
|
* Do not edit directly
|
|
7497
|
-
* Generated on
|
|
7499
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
7498
7500
|
*/
|
|
7499
7501
|
|
|
7500
7502
|
:root,
|
|
@@ -7946,7 +7948,7 @@ html {
|
|
|
7946
7948
|
|
|
7947
7949
|
/**
|
|
7948
7950
|
* Do not edit directly
|
|
7949
|
-
* Generated on
|
|
7951
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
7950
7952
|
*/
|
|
7951
7953
|
|
|
7952
7954
|
:root,
|
|
@@ -8137,7 +8139,7 @@ html {
|
|
|
8137
8139
|
|
|
8138
8140
|
/**
|
|
8139
8141
|
* Do not edit directly
|
|
8140
|
-
* Generated on
|
|
8142
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
8141
8143
|
*/
|
|
8142
8144
|
|
|
8143
8145
|
:root,
|
|
@@ -8276,7 +8278,7 @@ html {
|
|
|
8276
8278
|
|
|
8277
8279
|
/**
|
|
8278
8280
|
* Do not edit directly
|
|
8279
|
-
* Generated on
|
|
8281
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
8280
8282
|
*/
|
|
8281
8283
|
|
|
8282
8284
|
:root,
|
|
@@ -8406,7 +8408,7 @@ html {
|
|
|
8406
8408
|
|
|
8407
8409
|
/**
|
|
8408
8410
|
* Do not edit directly
|
|
8409
|
-
* Generated on
|
|
8411
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
8410
8412
|
*/
|
|
8411
8413
|
|
|
8412
8414
|
:root {
|
|
@@ -8417,7 +8419,7 @@ html {
|
|
|
8417
8419
|
|
|
8418
8420
|
/**
|
|
8419
8421
|
* Do not edit directly
|
|
8420
|
-
* Generated on
|
|
8422
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
8421
8423
|
*/
|
|
8422
8424
|
|
|
8423
8425
|
:root,
|
|
@@ -8858,7 +8860,7 @@ html {
|
|
|
8858
8860
|
|
|
8859
8861
|
/**
|
|
8860
8862
|
* Do not edit directly
|
|
8861
|
-
* Generated on
|
|
8863
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
8862
8864
|
*/
|
|
8863
8865
|
|
|
8864
8866
|
:root,
|
|
@@ -9417,7 +9419,7 @@ html {
|
|
|
9417
9419
|
|
|
9418
9420
|
/**
|
|
9419
9421
|
* Do not edit directly
|
|
9420
|
-
* Generated on
|
|
9422
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
9421
9423
|
*/
|
|
9422
9424
|
|
|
9423
9425
|
:root {
|
|
@@ -9428,7 +9430,7 @@ html {
|
|
|
9428
9430
|
|
|
9429
9431
|
/**
|
|
9430
9432
|
* Do not edit directly
|
|
9431
|
-
* Generated on
|
|
9433
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
9432
9434
|
*/
|
|
9433
9435
|
|
|
9434
9436
|
:root,
|
|
@@ -13626,7 +13628,7 @@ html {
|
|
|
13626
13628
|
|
|
13627
13629
|
/**
|
|
13628
13630
|
* Do not edit directly
|
|
13629
|
-
* Generated on
|
|
13631
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
13630
13632
|
*/
|
|
13631
13633
|
|
|
13632
13634
|
:root {
|
|
@@ -13645,7 +13647,7 @@ html {
|
|
|
13645
13647
|
|
|
13646
13648
|
/**
|
|
13647
13649
|
* Do not edit directly
|
|
13648
|
-
* Generated on
|
|
13650
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
13649
13651
|
*/
|
|
13650
13652
|
|
|
13651
13653
|
:root,
|
|
@@ -13681,7 +13683,7 @@ html {
|
|
|
13681
13683
|
|
|
13682
13684
|
/**
|
|
13683
13685
|
* Do not edit directly
|
|
13684
|
-
* Generated on
|
|
13686
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
13685
13687
|
*/
|
|
13686
13688
|
|
|
13687
13689
|
:root,
|
|
@@ -13701,7 +13703,7 @@ html {
|
|
|
13701
13703
|
|
|
13702
13704
|
/**
|
|
13703
13705
|
* Do not edit directly
|
|
13704
|
-
* Generated on
|
|
13706
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
13705
13707
|
*/
|
|
13706
13708
|
|
|
13707
13709
|
:root {
|
|
@@ -13960,7 +13962,7 @@ html {
|
|
|
13960
13962
|
|
|
13961
13963
|
/**
|
|
13962
13964
|
* Do not edit directly
|
|
13963
|
-
* Generated on
|
|
13965
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
13964
13966
|
*/
|
|
13965
13967
|
|
|
13966
13968
|
:root,
|
|
@@ -13974,7 +13976,7 @@ html {
|
|
|
13974
13976
|
|
|
13975
13977
|
/**
|
|
13976
13978
|
* Do not edit directly
|
|
13977
|
-
* Generated on
|
|
13979
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
13978
13980
|
*/
|
|
13979
13981
|
|
|
13980
13982
|
:root {
|
|
@@ -13988,7 +13990,7 @@ html {
|
|
|
13988
13990
|
|
|
13989
13991
|
/**
|
|
13990
13992
|
* Do not edit directly
|
|
13991
|
-
* Generated on
|
|
13993
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
13992
13994
|
*/
|
|
13993
13995
|
|
|
13994
13996
|
:root {
|
|
@@ -16167,7 +16169,7 @@ html {
|
|
|
16167
16169
|
|
|
16168
16170
|
/**
|
|
16169
16171
|
* Do not edit directly
|
|
16170
|
-
* Generated on
|
|
16172
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
16171
16173
|
*/
|
|
16172
16174
|
|
|
16173
16175
|
:root {
|
|
@@ -16191,7 +16193,7 @@ html {
|
|
|
16191
16193
|
|
|
16192
16194
|
/**
|
|
16193
16195
|
* Do not edit directly
|
|
16194
|
-
* Generated on
|
|
16196
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
16195
16197
|
*/
|
|
16196
16198
|
|
|
16197
16199
|
:root,
|
|
@@ -16645,7 +16647,7 @@ html {
|
|
|
16645
16647
|
|
|
16646
16648
|
/**
|
|
16647
16649
|
* Do not edit directly
|
|
16648
|
-
* Generated on
|
|
16650
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
16649
16651
|
*/
|
|
16650
16652
|
|
|
16651
16653
|
:root {
|
|
@@ -16656,6 +16658,20 @@ html {
|
|
|
16656
16658
|
--brand-PricingOptions-items-gap: var(--base-size-24);
|
|
16657
16659
|
}
|
|
16658
16660
|
|
|
16661
|
+
/**
|
|
16662
|
+
* Do not edit directly
|
|
16663
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
16664
|
+
*/
|
|
16665
|
+
|
|
16666
|
+
:root,
|
|
16667
|
+
[data-color-mode="light"] {
|
|
16668
|
+
--brand-PricingOptions-item-bgColor: var(--brand-color-canvas-subtle);
|
|
16669
|
+
}
|
|
16670
|
+
|
|
16671
|
+
[data-color-mode="dark"] {
|
|
16672
|
+
--brand-PricingOptions-item-bgColor: var(--brand-color-canvas-subtle);
|
|
16673
|
+
}
|
|
16674
|
+
|
|
16659
16675
|
/* ---------------------------------------------------------- */
|
|
16660
16676
|
/* Container */
|
|
16661
16677
|
/* ---------------------------------------------------------- */
|
|
@@ -16680,7 +16696,7 @@ html {
|
|
|
16680
16696
|
.Primer_Brand__PricingOptions-module__PricingOptions--variant-default___OF1Ku {
|
|
16681
16697
|
border-radius: var(--brand-borderRadius-xlarge);
|
|
16682
16698
|
border: solid var(--brand-borderWidth-thin) var(--brand-color-border-default);
|
|
16683
|
-
background-color: var(--brand-
|
|
16699
|
+
background-color: var(--brand-PricingOptions-item-bgColor);
|
|
16684
16700
|
}
|
|
16685
16701
|
|
|
16686
16702
|
@media (min-width: 63.25rem) {
|
|
@@ -16746,7 +16762,7 @@ html {
|
|
|
16746
16762
|
padding-right: var(--base-size-32);
|
|
16747
16763
|
border-radius: var(--brand-borderRadius-xlarge);
|
|
16748
16764
|
border: solid 1px var(--brand-color-border-default);
|
|
16749
|
-
background-color: var(--brand-
|
|
16765
|
+
background-color: var(--brand-PricingOptions-item-bgColor);
|
|
16750
16766
|
padding-top: var(--base-size-32);
|
|
16751
16767
|
padding-bottom: var(--base-size-32);
|
|
16752
16768
|
}
|
|
@@ -17046,7 +17062,7 @@ html {
|
|
|
17046
17062
|
|
|
17047
17063
|
/**
|
|
17048
17064
|
* Do not edit directly
|
|
17049
|
-
* Generated on
|
|
17065
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
17050
17066
|
*/
|
|
17051
17067
|
|
|
17052
17068
|
:root {
|
|
@@ -17055,7 +17071,7 @@ html {
|
|
|
17055
17071
|
|
|
17056
17072
|
/**
|
|
17057
17073
|
* Do not edit directly
|
|
17058
|
-
* Generated on
|
|
17074
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
17059
17075
|
*/
|
|
17060
17076
|
|
|
17061
17077
|
:root,
|
|
@@ -17477,7 +17493,7 @@ html {
|
|
|
17477
17493
|
|
|
17478
17494
|
/**
|
|
17479
17495
|
* Do not edit directly
|
|
17480
|
-
* Generated on
|
|
17496
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
17481
17497
|
*/
|
|
17482
17498
|
|
|
17483
17499
|
:root {
|
|
@@ -17486,7 +17502,7 @@ html {
|
|
|
17486
17502
|
|
|
17487
17503
|
/**
|
|
17488
17504
|
* Do not edit directly
|
|
17489
|
-
* Generated on
|
|
17505
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
17490
17506
|
*/
|
|
17491
17507
|
|
|
17492
17508
|
:root,
|
|
@@ -17941,7 +17957,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17941
17957
|
|
|
17942
17958
|
/**
|
|
17943
17959
|
* Do not edit directly
|
|
17944
|
-
* Generated on
|
|
17960
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
17945
17961
|
*/
|
|
17946
17962
|
|
|
17947
17963
|
:root,
|
|
@@ -18042,7 +18058,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
18042
18058
|
|
|
18043
18059
|
/**
|
|
18044
18060
|
* Do not edit directly
|
|
18045
|
-
* Generated on
|
|
18061
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
18046
18062
|
*/
|
|
18047
18063
|
|
|
18048
18064
|
:root,
|
|
@@ -18378,7 +18394,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
18378
18394
|
|
|
18379
18395
|
/**
|
|
18380
18396
|
* Do not edit directly
|
|
18381
|
-
* Generated on
|
|
18397
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
18382
18398
|
*/
|
|
18383
18399
|
|
|
18384
18400
|
:root,
|
|
@@ -18392,7 +18408,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
18392
18408
|
|
|
18393
18409
|
/**
|
|
18394
18410
|
* Do not edit directly
|
|
18395
|
-
* Generated on
|
|
18411
|
+
* Generated on Thu, 25 Jul 2024 16:46:25 GMT
|
|
18396
18412
|
*/
|
|
18397
18413
|
|
|
18398
18414
|
:root {
|