@primer/react-brand 0.72.1-rc.c5f3a3b5 → 0.73.0
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/docs/components/Card/react.md +62 -13
- package/docs/components/MinimalVideoPlayer/index.md +117 -0
- package/docs/components/index.md +1 -0
- package/docs/index.md +3 -2
- package/esm/Card/Card.d.ts +6 -3
- package/esm/Card/Card.d.ts.map +1 -1
- package/esm/Card/Card.js +28 -28
- package/esm/Card/Card.js.map +1 -1
- package/esm/Card/Card.module-4GGxtM9r.css +1 -0
- package/esm/Card/Card.module.js +4 -1
- package/esm/Card/Card.module.js.map +1 -1
- package/esm/FAQ/FAQ.module-BFCs33mw.css +1 -0
- package/esm/FAQ/FAQ.module.js +1 -1
- package/esm/FAQ/FAQ.module.js.map +1 -1
- package/esm/MinimalVideoPlayer/MinimalVideoPlayer.d.ts +65 -0
- package/esm/MinimalVideoPlayer/MinimalVideoPlayer.d.ts.map +1 -0
- package/esm/MinimalVideoPlayer/MinimalVideoPlayer.js +76 -0
- package/esm/MinimalVideoPlayer/MinimalVideoPlayer.js.map +1 -0
- package/esm/MinimalVideoPlayer/MinimalVideoPlayer.module-Bcv4-Y5D.css +1 -0
- package/esm/MinimalVideoPlayer/MinimalVideoPlayer.module.js +9 -0
- package/esm/MinimalVideoPlayer/MinimalVideoPlayer.module.js.map +1 -0
- package/esm/MinimalVideoPlayer/index.d.ts +2 -0
- package/esm/MinimalVideoPlayer/index.d.ts.map +1 -0
- package/esm/MinimalVideoPlayer/useMinimalVideoPlayback.d.ts +16 -0
- package/esm/MinimalVideoPlayer/useMinimalVideoPlayback.d.ts.map +1 -0
- package/esm/MinimalVideoPlayer/useMinimalVideoPlayback.js +73 -0
- package/esm/MinimalVideoPlayer/useMinimalVideoPlayback.js.map +1 -0
- package/esm/Testimonial/Testimonial.d.ts.map +1 -1
- package/esm/Testimonial/Testimonial.js +20 -16
- package/esm/Testimonial/Testimonial.js.map +1 -1
- package/esm/Testimonial/Testimonial.module-BEV0y2jl.css +1 -0
- package/esm/Testimonial/Testimonial.module.js +3 -1
- package/esm/Testimonial/Testimonial.module.js.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.esm.js +26 -25
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/card/base-DgOt50dE.css +1 -0
- package/lib/Card/Card.d.ts +6 -3
- package/lib/MinimalVideoPlayer/MinimalVideoPlayer.d.ts +64 -0
- package/lib/MinimalVideoPlayer/index.d.ts +1 -0
- package/lib/MinimalVideoPlayer/useMinimalVideoPlayback.d.ts +15 -0
- package/lib/css/main.css +365 -139
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
- package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
- package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +3 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/nav-list/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +5 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/media-playlist/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/text-cursor-animation/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/token/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/base.js +3 -1
- package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/media-playlist/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/text-cursor-animation/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/token/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +3 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/media-playlist/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/text-cursor-animation/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/token/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +5 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +5 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/token/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/token/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -1
- package/llms.txt +3 -2
- package/package.json +1 -1
- package/esm/Card/Card.module-B41BqbuX.css +0 -1
- package/esm/FAQ/FAQ.module-C8rxdU0Z.css +0 -1
- package/esm/Testimonial/Testimonial.module-BEBpUSD7.css +0 -1
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/card/base-BRKNIzyd.css +0 -1
package/lib/css/main.css
CHANGED
|
@@ -74,7 +74,7 @@ select {
|
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* Do not edit directly
|
|
77
|
-
* Generated on
|
|
77
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
78
78
|
*/
|
|
79
79
|
|
|
80
80
|
:root,
|
|
@@ -352,7 +352,7 @@ select {
|
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
354
|
* Do not edit directly
|
|
355
|
-
* Generated on
|
|
355
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
356
356
|
*/
|
|
357
357
|
|
|
358
358
|
:root {
|
|
@@ -381,7 +381,7 @@ select {
|
|
|
381
381
|
|
|
382
382
|
/**
|
|
383
383
|
* Do not edit directly
|
|
384
|
-
* Generated on
|
|
384
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
385
385
|
*/
|
|
386
386
|
|
|
387
387
|
:root {
|
|
@@ -398,7 +398,7 @@ select {
|
|
|
398
398
|
|
|
399
399
|
/**
|
|
400
400
|
* Do not edit directly
|
|
401
|
-
* Generated on
|
|
401
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
402
402
|
*/
|
|
403
403
|
|
|
404
404
|
:root {
|
|
@@ -556,7 +556,7 @@ select {
|
|
|
556
556
|
|
|
557
557
|
/**
|
|
558
558
|
* Do not edit directly
|
|
559
|
-
* Generated on
|
|
559
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
560
560
|
*/
|
|
561
561
|
|
|
562
562
|
:root {
|
|
@@ -570,7 +570,7 @@ select {
|
|
|
570
570
|
|
|
571
571
|
/**
|
|
572
572
|
* Do not edit directly
|
|
573
|
-
* Generated on
|
|
573
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
574
574
|
*/
|
|
575
575
|
|
|
576
576
|
:root {
|
|
@@ -589,7 +589,7 @@ select {
|
|
|
589
589
|
|
|
590
590
|
/**
|
|
591
591
|
* Do not edit directly
|
|
592
|
-
* Generated on
|
|
592
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
593
593
|
*/
|
|
594
594
|
|
|
595
595
|
:root,
|
|
@@ -691,7 +691,7 @@ select {
|
|
|
691
691
|
|
|
692
692
|
/**
|
|
693
693
|
* Do not edit directly
|
|
694
|
-
* Generated on
|
|
694
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
695
695
|
*/
|
|
696
696
|
|
|
697
697
|
:root {
|
|
@@ -718,7 +718,7 @@ select {
|
|
|
718
718
|
|
|
719
719
|
/**
|
|
720
720
|
* Do not edit directly
|
|
721
|
-
* Generated on
|
|
721
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
722
722
|
*/
|
|
723
723
|
|
|
724
724
|
:root,
|
|
@@ -1491,7 +1491,7 @@ select {
|
|
|
1491
1491
|
|
|
1492
1492
|
/**
|
|
1493
1493
|
* Do not edit directly
|
|
1494
|
-
* Generated on
|
|
1494
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
1495
1495
|
*/
|
|
1496
1496
|
|
|
1497
1497
|
:root {
|
|
@@ -1745,7 +1745,7 @@ select {
|
|
|
1745
1745
|
|
|
1746
1746
|
/**
|
|
1747
1747
|
* Do not edit directly
|
|
1748
|
-
* Generated on
|
|
1748
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
1749
1749
|
*/
|
|
1750
1750
|
|
|
1751
1751
|
:root {
|
|
@@ -6119,7 +6119,7 @@ select {
|
|
|
6119
6119
|
|
|
6120
6120
|
/**
|
|
6121
6121
|
* Do not edit directly
|
|
6122
|
-
* Generated on
|
|
6122
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
6123
6123
|
*/
|
|
6124
6124
|
|
|
6125
6125
|
:root,
|
|
@@ -7028,7 +7028,7 @@ select {
|
|
|
7028
7028
|
|
|
7029
7029
|
/**
|
|
7030
7030
|
* Do not edit directly
|
|
7031
|
-
* Generated on
|
|
7031
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
7032
7032
|
*/
|
|
7033
7033
|
|
|
7034
7034
|
:root,
|
|
@@ -7339,7 +7339,7 @@ select {
|
|
|
7339
7339
|
|
|
7340
7340
|
/**
|
|
7341
7341
|
* Do not edit directly
|
|
7342
|
-
* Generated on
|
|
7342
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
7343
7343
|
*/
|
|
7344
7344
|
|
|
7345
7345
|
:root,
|
|
@@ -7726,7 +7726,7 @@ select {
|
|
|
7726
7726
|
|
|
7727
7727
|
/**
|
|
7728
7728
|
* Do not edit directly
|
|
7729
|
-
* Generated on
|
|
7729
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
7730
7730
|
*/
|
|
7731
7731
|
|
|
7732
7732
|
:root {
|
|
@@ -7851,7 +7851,7 @@ select {
|
|
|
7851
7851
|
|
|
7852
7852
|
/**
|
|
7853
7853
|
* Do not edit directly
|
|
7854
|
-
* Generated on
|
|
7854
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
7855
7855
|
*/
|
|
7856
7856
|
|
|
7857
7857
|
:root,
|
|
@@ -7867,7 +7867,7 @@ select {
|
|
|
7867
7867
|
|
|
7868
7868
|
/**
|
|
7869
7869
|
* Do not edit directly
|
|
7870
|
-
* Generated on
|
|
7870
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
7871
7871
|
*/
|
|
7872
7872
|
|
|
7873
7873
|
:root {
|
|
@@ -8301,7 +8301,7 @@ select {
|
|
|
8301
8301
|
|
|
8302
8302
|
/**
|
|
8303
8303
|
* Do not edit directly
|
|
8304
|
-
* Generated on
|
|
8304
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
8305
8305
|
*/
|
|
8306
8306
|
|
|
8307
8307
|
:root,
|
|
@@ -8568,7 +8568,7 @@ select {
|
|
|
8568
8568
|
|
|
8569
8569
|
/**
|
|
8570
8570
|
* Do not edit directly
|
|
8571
|
-
* Generated on
|
|
8571
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
8572
8572
|
*/
|
|
8573
8573
|
|
|
8574
8574
|
:root {
|
|
@@ -9371,7 +9371,7 @@ select {
|
|
|
9371
9371
|
|
|
9372
9372
|
/**
|
|
9373
9373
|
* Do not edit directly
|
|
9374
|
-
* Generated on
|
|
9374
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
9375
9375
|
*/
|
|
9376
9376
|
|
|
9377
9377
|
:root,
|
|
@@ -10001,7 +10001,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
10001
10001
|
|
|
10002
10002
|
/**
|
|
10003
10003
|
* Do not edit directly
|
|
10004
|
-
* Generated on
|
|
10004
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
10005
10005
|
*/
|
|
10006
10006
|
|
|
10007
10007
|
:root {
|
|
@@ -10037,7 +10037,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
10037
10037
|
|
|
10038
10038
|
/**
|
|
10039
10039
|
* Do not edit directly
|
|
10040
|
-
* Generated on
|
|
10040
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
10041
10041
|
*/
|
|
10042
10042
|
|
|
10043
10043
|
:root,
|
|
@@ -10921,7 +10921,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
10921
10921
|
|
|
10922
10922
|
/**
|
|
10923
10923
|
* Do not edit directly
|
|
10924
|
-
* Generated on
|
|
10924
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
10925
10925
|
*/
|
|
10926
10926
|
|
|
10927
10927
|
:root,
|
|
@@ -11018,7 +11018,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
11018
11018
|
|
|
11019
11019
|
/**
|
|
11020
11020
|
* Do not edit directly
|
|
11021
|
-
* Generated on
|
|
11021
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
11022
11022
|
*/
|
|
11023
11023
|
|
|
11024
11024
|
:root,
|
|
@@ -11407,7 +11407,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
11407
11407
|
|
|
11408
11408
|
/**
|
|
11409
11409
|
* Do not edit directly
|
|
11410
|
-
* Generated on
|
|
11410
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
11411
11411
|
*/
|
|
11412
11412
|
|
|
11413
11413
|
:root,
|
|
@@ -13261,7 +13261,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13261
13261
|
|
|
13262
13262
|
/**
|
|
13263
13263
|
* Do not edit directly
|
|
13264
|
-
* Generated on
|
|
13264
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
13265
13265
|
*/
|
|
13266
13266
|
|
|
13267
13267
|
:root,
|
|
@@ -13289,7 +13289,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13289
13289
|
|
|
13290
13290
|
/**
|
|
13291
13291
|
* Do not edit directly
|
|
13292
|
-
* Generated on
|
|
13292
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
13293
13293
|
*/
|
|
13294
13294
|
|
|
13295
13295
|
:root,
|
|
@@ -13305,7 +13305,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13305
13305
|
|
|
13306
13306
|
/**
|
|
13307
13307
|
* Do not edit directly
|
|
13308
|
-
* Generated on
|
|
13308
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
13309
13309
|
*/
|
|
13310
13310
|
|
|
13311
13311
|
:root {
|
|
@@ -13358,7 +13358,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13358
13358
|
|
|
13359
13359
|
/**
|
|
13360
13360
|
* Do not edit directly
|
|
13361
|
-
* Generated on
|
|
13361
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
13362
13362
|
*/
|
|
13363
13363
|
|
|
13364
13364
|
:root,
|
|
@@ -13522,7 +13522,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13522
13522
|
|
|
13523
13523
|
/**
|
|
13524
13524
|
* Do not edit directly
|
|
13525
|
-
* Generated on
|
|
13525
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
13526
13526
|
*/
|
|
13527
13527
|
|
|
13528
13528
|
:root {
|
|
@@ -13531,7 +13531,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13531
13531
|
|
|
13532
13532
|
/**
|
|
13533
13533
|
* Do not edit directly
|
|
13534
|
-
* Generated on
|
|
13534
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
13535
13535
|
*/
|
|
13536
13536
|
|
|
13537
13537
|
:root,
|
|
@@ -13553,7 +13553,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13553
13553
|
|
|
13554
13554
|
/**
|
|
13555
13555
|
* Do not edit directly
|
|
13556
|
-
* Generated on
|
|
13556
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
13557
13557
|
*/
|
|
13558
13558
|
|
|
13559
13559
|
:root {
|
|
@@ -13590,11 +13590,13 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13590
13590
|
}
|
|
13591
13591
|
|
|
13592
13592
|
.Primer_Brand__FAQ-module__FAQ__content-wrapper--gridline___XqrgD {
|
|
13593
|
+
padding-inline: var(--base-size-20);
|
|
13593
13594
|
max-width: var(--brand-FAQ-maxWidth-list);
|
|
13594
13595
|
margin: 0 auto;
|
|
13595
13596
|
}
|
|
13596
13597
|
|
|
13597
13598
|
.Primer_Brand__FAQ-module__FAQ__heading-wrapper--gridline___TWgo1 {
|
|
13599
|
+
padding-inline: var(--base-size-20);
|
|
13598
13600
|
border-block-end: var(--brand-color-border-muted) var(--brand-borderWidth-thin) solid;
|
|
13599
13601
|
margin-block-end: var(--base-size-40);
|
|
13600
13602
|
}
|
|
@@ -13649,7 +13651,19 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13649
13651
|
margin: 0;
|
|
13650
13652
|
}
|
|
13651
13653
|
|
|
13654
|
+
@media screen and (min-width: 48rem) {
|
|
13655
|
+
.Primer_Brand__FAQ-module__FAQ__content-wrapper--gridline___XqrgD,
|
|
13656
|
+
.Primer_Brand__FAQ-module__FAQ__heading-wrapper--gridline___TWgo1 {
|
|
13657
|
+
padding-inline: var(--base-size-36);
|
|
13658
|
+
}
|
|
13659
|
+
}
|
|
13660
|
+
|
|
13652
13661
|
@media screen and (min-width: 63.25rem) {
|
|
13662
|
+
.Primer_Brand__FAQ-module__FAQ__content-wrapper--gridline___XqrgD,
|
|
13663
|
+
.Primer_Brand__FAQ-module__FAQ__heading-wrapper--gridline___TWgo1 {
|
|
13664
|
+
padding-inline: 0;
|
|
13665
|
+
}
|
|
13666
|
+
|
|
13653
13667
|
.Primer_Brand__FAQ-module__FAQ__heading-wrapper--gridline___TWgo1 {
|
|
13654
13668
|
margin-block-end: var(--base-size-48);
|
|
13655
13669
|
}
|
|
@@ -14011,7 +14025,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14011
14025
|
|
|
14012
14026
|
/**
|
|
14013
14027
|
* Do not edit directly
|
|
14014
|
-
* Generated on
|
|
14028
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
14015
14029
|
*/
|
|
14016
14030
|
|
|
14017
14031
|
:root {
|
|
@@ -14025,7 +14039,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14025
14039
|
|
|
14026
14040
|
/**
|
|
14027
14041
|
* Do not edit directly
|
|
14028
|
-
* Generated on
|
|
14042
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
14029
14043
|
*/
|
|
14030
14044
|
|
|
14031
14045
|
:root,
|
|
@@ -14294,67 +14308,79 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14294
14308
|
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM {
|
|
14295
14309
|
display: flex;
|
|
14296
14310
|
flex-direction: column;
|
|
14297
|
-
gap: var(--base-size-
|
|
14298
|
-
|
|
14299
|
-
|
|
14300
|
-
|
|
14301
|
-
|
|
14302
|
-
flex-direction: row;
|
|
14303
|
-
align-items: flex-end;
|
|
14304
|
-
gap: var(--base-size-96);
|
|
14305
|
-
}
|
|
14311
|
+
gap: var(--base-size-36);
|
|
14312
|
+
width: 100%;
|
|
14313
|
+
max-width: 1176px;
|
|
14314
|
+
padding-inline: var(--base-size-20);
|
|
14315
|
+
padding-block: var(--base-size-40);
|
|
14306
14316
|
}
|
|
14307
14317
|
|
|
14308
14318
|
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__quoteWrapper___M9wR7 {
|
|
14309
14319
|
display: flex;
|
|
14310
14320
|
flex-direction: column;
|
|
14311
14321
|
align-items: flex-start;
|
|
14312
|
-
gap: var(--base-size-
|
|
14313
|
-
flex: 1 1 0;
|
|
14322
|
+
gap: var(--base-size-36);
|
|
14314
14323
|
min-width: 0;
|
|
14315
14324
|
}
|
|
14316
14325
|
|
|
14317
14326
|
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ {
|
|
14318
14327
|
flex-direction: column;
|
|
14319
14328
|
align-items: flex-start;
|
|
14320
|
-
gap: var(--base-size-
|
|
14329
|
+
gap: var(--base-size-28);
|
|
14321
14330
|
margin-block-start: 0;
|
|
14322
|
-
|
|
14331
|
+
width: 100%;
|
|
14332
|
+
}
|
|
14333
|
+
|
|
14334
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-avatar___Kaxqh {
|
|
14335
|
+
width: var(--base-size-40);
|
|
14336
|
+
height: var(--base-size-40);
|
|
14323
14337
|
}
|
|
14324
14338
|
|
|
14325
14339
|
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-caption___Wvb67 {
|
|
14326
14340
|
border-block-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
|
|
14327
|
-
padding-block-start: var(--base-size-
|
|
14341
|
+
padding-block-start: var(--base-size-20);
|
|
14328
14342
|
width: 100%;
|
|
14329
|
-
gap: var(--base-size-
|
|
14343
|
+
gap: var(--base-size-6);
|
|
14330
14344
|
}
|
|
14331
14345
|
|
|
14332
14346
|
@media screen and (min-width: 48rem) {
|
|
14347
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__quoteWrapper___M9wR7 {
|
|
14348
|
+
gap: var(--base-size-40);
|
|
14349
|
+
}
|
|
14350
|
+
|
|
14333
14351
|
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ {
|
|
14334
|
-
|
|
14335
|
-
max-width: 320px;
|
|
14352
|
+
width: 356px;
|
|
14336
14353
|
}
|
|
14337
14354
|
}
|
|
14338
14355
|
|
|
14339
14356
|
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-from___Kfj__ {
|
|
14340
14357
|
display: flex;
|
|
14341
14358
|
align-items: center;
|
|
14342
|
-
gap: var(--base-size-8);
|
|
14359
|
+
gap: calc(var(--base-size-8) + var(--base-size-2));
|
|
14343
14360
|
font-family: var(--brand-fontStack-monospace);
|
|
14344
|
-
font-
|
|
14361
|
+
font-size: var(--brand-text-size-100);
|
|
14362
|
+
font-weight: var(--brand-heading-weight-500);
|
|
14363
|
+
line-height: var(--brand-text-lineHeight-100);
|
|
14345
14364
|
text-transform: uppercase;
|
|
14346
|
-
letter-spacing: 0.
|
|
14365
|
+
letter-spacing: 0.0107em;
|
|
14347
14366
|
}
|
|
14348
14367
|
|
|
14349
14368
|
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-from___Kfj__::before {
|
|
14350
14369
|
content: '';
|
|
14351
14370
|
display: inline-block;
|
|
14352
|
-
width:
|
|
14353
|
-
height:
|
|
14354
|
-
background-color: var(--
|
|
14371
|
+
width: 0.5625rem;
|
|
14372
|
+
height: 0.875rem;
|
|
14373
|
+
background-color: var(--brand-color-text-emphasized);
|
|
14355
14374
|
flex-shrink: 0;
|
|
14356
14375
|
}
|
|
14357
14376
|
|
|
14377
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-position___j2h0f {
|
|
14378
|
+
font-size: var(--brand-text-size-200);
|
|
14379
|
+
font-weight: var(--base-text-weight-normal);
|
|
14380
|
+
line-height: 1.6;
|
|
14381
|
+
letter-spacing: 0.01em;
|
|
14382
|
+
}
|
|
14383
|
+
|
|
14358
14384
|
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__quoteMark___cC2M1 {
|
|
14359
14385
|
font-family: var(--brand-fontStack-monospace);
|
|
14360
14386
|
font-weight: var(--brand-fontWeight-300);
|
|
@@ -14370,14 +14396,98 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14370
14396
|
|
|
14371
14397
|
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F {
|
|
14372
14398
|
font-family: var(--brand-fontStack-monospace);
|
|
14373
|
-
|
|
14374
|
-
font-weight:
|
|
14399
|
+
font-size: 1.5rem;
|
|
14400
|
+
font-weight: 425;
|
|
14401
|
+
letter-spacing: -0.01em;
|
|
14402
|
+
line-height: var(--brand-text-lineHeight-100);
|
|
14403
|
+
-webkit-font-smoothing: antialiased;
|
|
14404
|
+
-moz-osx-font-smoothing: grayscale;
|
|
14405
|
+
}
|
|
14406
|
+
|
|
14407
|
+
@media screen and (min-width: 48rem) {
|
|
14408
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM {
|
|
14409
|
+
max-width: 618px;
|
|
14410
|
+
margin-inline: auto;
|
|
14411
|
+
padding-inline: var(--base-size-36);
|
|
14412
|
+
padding-block: var(--base-size-44);
|
|
14413
|
+
}
|
|
14414
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F {
|
|
14415
|
+
font-size: 1.625rem;
|
|
14416
|
+
letter-spacing: -0.02em;
|
|
14417
|
+
}
|
|
14418
|
+
}
|
|
14419
|
+
|
|
14420
|
+
@media screen and (min-width: 63.25rem) {
|
|
14421
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM {
|
|
14422
|
+
display: grid;
|
|
14423
|
+
grid-template-columns: minmax(0, 744px) 312px;
|
|
14424
|
+
grid-column-gap: calc(var(--base-size-96) + var(--base-size-24));
|
|
14425
|
+
-moz-column-gap: calc(var(--base-size-96) + var(--base-size-24));
|
|
14426
|
+
column-gap: calc(var(--base-size-96) + var(--base-size-24));
|
|
14427
|
+
align-items: end;
|
|
14428
|
+
max-width: 1176px;
|
|
14429
|
+
margin-inline: auto;
|
|
14430
|
+
padding-inline: var(--base-size-48);
|
|
14431
|
+
padding-block: var(--base-size-88);
|
|
14432
|
+
}
|
|
14433
|
+
|
|
14434
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM.Primer_Brand__Testimonial-module__Testimonial--hasLink___Qr_M5 {
|
|
14435
|
+
row-gap: var(--base-size-48);
|
|
14436
|
+
}
|
|
14437
|
+
|
|
14438
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__quoteWrapper___M9wR7 {
|
|
14439
|
+
grid-column: 1;
|
|
14440
|
+
grid-row: 1;
|
|
14441
|
+
gap: var(--base-size-48);
|
|
14442
|
+
}
|
|
14443
|
+
|
|
14444
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ {
|
|
14445
|
+
grid-column: 2;
|
|
14446
|
+
grid-row: 1;
|
|
14447
|
+
width: 312px;
|
|
14448
|
+
gap: var(--base-size-32);
|
|
14449
|
+
}
|
|
14450
|
+
|
|
14451
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM.Primer_Brand__Testimonial-module__Testimonial--hasLink___Qr_M5 .Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ {
|
|
14452
|
+
grid-row: 1 / span 2;
|
|
14453
|
+
}
|
|
14454
|
+
|
|
14455
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-caption___Wvb67 {
|
|
14456
|
+
padding-block-start: var(--base-size-24);
|
|
14457
|
+
}
|
|
14458
|
+
|
|
14459
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F {
|
|
14460
|
+
font-size: var(--base-size-32);
|
|
14461
|
+
}
|
|
14462
|
+
|
|
14463
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-link___gHJ58 {
|
|
14464
|
+
grid-column: 1;
|
|
14465
|
+
grid-row: 2;
|
|
14466
|
+
}
|
|
14467
|
+
}
|
|
14468
|
+
|
|
14469
|
+
@media screen and (min-width: 80rem) {
|
|
14470
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM {
|
|
14471
|
+
padding-inline: 0;
|
|
14472
|
+
}
|
|
14473
|
+
|
|
14474
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-avatar___Kaxqh {
|
|
14475
|
+
width: var(--base-size-48);
|
|
14476
|
+
height: var(--base-size-48);
|
|
14477
|
+
}
|
|
14375
14478
|
}
|
|
14376
14479
|
|
|
14377
14480
|
.Primer_Brand__Testimonial-module__Testimonial-link___gHJ58 {
|
|
14378
14481
|
margin-top: var(--base-size-8);
|
|
14379
14482
|
}
|
|
14380
14483
|
|
|
14484
|
+
.Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-link___gHJ58 {
|
|
14485
|
+
align-self: flex-start;
|
|
14486
|
+
width: -moz-fit-content;
|
|
14487
|
+
width: fit-content;
|
|
14488
|
+
margin-top: 0;
|
|
14489
|
+
}
|
|
14490
|
+
|
|
14381
14491
|
.Primer_Brand__Testimonial-module__Testimonial__quoteMark--default___nAhKC {
|
|
14382
14492
|
--brand-Testimonial-quoteMarkColor: var(--brand-Testimonial-quoteMarkColor-default);
|
|
14383
14493
|
--brand-Testimonial-quoteMarkBackground: var(--brand-Testimonial-quoteMarkBackground-default);
|
|
@@ -14480,7 +14590,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14480
14590
|
|
|
14481
14591
|
/**
|
|
14482
14592
|
* Do not edit directly
|
|
14483
|
-
* Generated on
|
|
14593
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
14484
14594
|
*/
|
|
14485
14595
|
|
|
14486
14596
|
:root,
|
|
@@ -14496,7 +14606,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14496
14606
|
|
|
14497
14607
|
/**
|
|
14498
14608
|
* Do not edit directly
|
|
14499
|
-
* Generated on
|
|
14609
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
14500
14610
|
*/
|
|
14501
14611
|
|
|
14502
14612
|
:root {
|
|
@@ -15241,7 +15351,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15241
15351
|
|
|
15242
15352
|
/**
|
|
15243
15353
|
* Do not edit directly
|
|
15244
|
-
* Generated on
|
|
15354
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
15245
15355
|
*/
|
|
15246
15356
|
|
|
15247
15357
|
:root,
|
|
@@ -15257,7 +15367,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15257
15367
|
|
|
15258
15368
|
/**
|
|
15259
15369
|
* Do not edit directly
|
|
15260
|
-
* Generated on
|
|
15370
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
15261
15371
|
*/
|
|
15262
15372
|
|
|
15263
15373
|
:root,
|
|
@@ -15708,7 +15818,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15708
15818
|
|
|
15709
15819
|
/**
|
|
15710
15820
|
* Do not edit directly
|
|
15711
|
-
* Generated on
|
|
15821
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
15712
15822
|
*/
|
|
15713
15823
|
|
|
15714
15824
|
:root,
|
|
@@ -15936,18 +16046,20 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15936
16046
|
|
|
15937
16047
|
/**
|
|
15938
16048
|
* Do not edit directly
|
|
15939
|
-
* Generated on
|
|
16049
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
15940
16050
|
*/
|
|
15941
16051
|
|
|
15942
16052
|
:root {
|
|
15943
16053
|
--brand-Card-animation-easing: cubic-bezier(0.01, 0.73, 0.08, 0.93);
|
|
15944
16054
|
--brand-Card-animation-duration: 400ms;
|
|
16055
|
+
--brand-Card-padding-inline: var(--base-size-20);
|
|
16056
|
+
--brand-Card-padding-block: var(--base-size-32);
|
|
15945
16057
|
--brand-Card-maxWidth: 26.25rem;
|
|
15946
16058
|
}
|
|
15947
16059
|
|
|
15948
16060
|
/**
|
|
15949
16061
|
* Do not edit directly
|
|
15950
|
-
* Generated on
|
|
16062
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
15951
16063
|
*/
|
|
15952
16064
|
|
|
15953
16065
|
:root,
|
|
@@ -15970,8 +16082,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15970
16082
|
text-decoration: none;
|
|
15971
16083
|
color: var(--brand-color-text-default);
|
|
15972
16084
|
|
|
15973
|
-
|
|
15974
|
-
padding: var(--base-size-32);
|
|
16085
|
+
padding: var(--brand-Card-padding-block) var(--brand-Card-padding-inline);
|
|
15975
16086
|
display: grid;
|
|
15976
16087
|
grid-template-columns: 1fr 1fr;
|
|
15977
16088
|
grid-template-areas:
|
|
@@ -15991,14 +16102,22 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15991
16102
|
border-radius: var(--brand-borderRadius-medium);
|
|
15992
16103
|
}
|
|
15993
16104
|
|
|
16105
|
+
@media screen and (min-width: 64rem) {
|
|
16106
|
+
.Primer_Brand__Card-module__Card___ByGEk {
|
|
16107
|
+
--brand-Card-padding-inline: var(--base-size-32);
|
|
16108
|
+
}
|
|
16109
|
+
}
|
|
16110
|
+
|
|
15994
16111
|
.Primer_Brand__Card-module__Card--align-center___geXUu .Primer_Brand__Card-module__Card___ByGEk {
|
|
16112
|
+
--brand-Card-padding-block: var(--base-size-64);
|
|
16113
|
+
--brand-Card-padding-inline: var(--base-size-40);
|
|
16114
|
+
|
|
15995
16115
|
text-align: center;
|
|
15996
|
-
padding: var(--base-size-64) var(--base-size-40);
|
|
15997
16116
|
}
|
|
15998
16117
|
|
|
15999
16118
|
@media screen and (min-width: 64rem) {
|
|
16000
16119
|
.Primer_Brand__Card-module__Card--align-center___geXUu .Primer_Brand__Card-module__Card___ByGEk {
|
|
16001
|
-
|
|
16120
|
+
--brand-Card-padding-inline: var(--base-size-80);
|
|
16002
16121
|
}
|
|
16003
16122
|
}
|
|
16004
16123
|
|
|
@@ -16111,7 +16230,8 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16111
16230
|
}
|
|
16112
16231
|
|
|
16113
16232
|
.Primer_Brand__Card-module__Card--hasLeadingVisual___JnH6q {
|
|
16114
|
-
padding: var(--base-size-64)
|
|
16233
|
+
--brand-Card-padding-block: var(--base-size-64);
|
|
16234
|
+
--brand-Card-padding-inline: var(--base-size-40);
|
|
16115
16235
|
}
|
|
16116
16236
|
|
|
16117
16237
|
.Primer_Brand__Card-module__Card--imagePos-block-end___I2w2f .Primer_Brand__Card-module__Card__image___zt4oH {
|
|
@@ -16214,10 +16334,6 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16214
16334
|
); /* This value is adjusted so that, when combined with the container's border radius, the total border radius equals `var(--brand-borderRadius-medium)` */
|
|
16215
16335
|
}
|
|
16216
16336
|
|
|
16217
|
-
.Primer_Brand__Card-module__Card___ByGEk:not(.Primer_Brand__Card-module__Card--disableAnimation___Zv8eW):hover {
|
|
16218
|
-
transform: scale3d(1.025, 1.025, 1);
|
|
16219
|
-
}
|
|
16220
|
-
|
|
16221
16337
|
.Primer_Brand__Card-module__Card__image___zt4oH {
|
|
16222
16338
|
margin-block-end: var(--base-size-28);
|
|
16223
16339
|
border-radius: var(--brand-borderRadius-medium);
|
|
@@ -16225,6 +16341,41 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16225
16341
|
grid-area: image;
|
|
16226
16342
|
}
|
|
16227
16343
|
|
|
16344
|
+
.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
|
|
16345
|
+
margin-inline: calc(var(--brand-Card-padding-inline) * -1);
|
|
16346
|
+
}
|
|
16347
|
+
|
|
16348
|
+
.Primer_Brand__Card-module__Card__image--position-block-start___r8NDr.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
|
|
16349
|
+
margin-block-start: calc(var(--brand-Card-padding-block) * -1);
|
|
16350
|
+
}
|
|
16351
|
+
|
|
16352
|
+
.Primer_Brand__Card-module__Card__image--position-block-end___FHlIj.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
|
|
16353
|
+
margin-block-end: calc(var(--brand-Card-padding-block) * -1);
|
|
16354
|
+
}
|
|
16355
|
+
|
|
16356
|
+
.Primer_Brand__Card-module__Card--border___nNZlZ .Primer_Brand__Card-module__Card__image--position-block-start___r8NDr.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
|
|
16357
|
+
border-end-start-radius: 0;
|
|
16358
|
+
border-end-end-radius: 0;
|
|
16359
|
+
}
|
|
16360
|
+
|
|
16361
|
+
.Primer_Brand__Card-module__Card--border___nNZlZ .Primer_Brand__Card-module__Card__image--position-block-end___FHlIj.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
|
|
16362
|
+
border-block-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
16363
|
+
border-start-start-radius: 0;
|
|
16364
|
+
border-start-end-radius: 0;
|
|
16365
|
+
}
|
|
16366
|
+
|
|
16367
|
+
.Primer_Brand__Card-module__Card--variant-minimal___lq45H .Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
|
|
16368
|
+
margin-inline: 0;
|
|
16369
|
+
}
|
|
16370
|
+
|
|
16371
|
+
.Primer_Brand__Card-module__Card--variant-minimal___lq45H .Primer_Brand__Card-module__Card__image--position-block-start___r8NDr.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
|
|
16372
|
+
margin-block-start: 0;
|
|
16373
|
+
}
|
|
16374
|
+
|
|
16375
|
+
.Primer_Brand__Card-module__Card--variant-minimal___lq45H .Primer_Brand__Card-module__Card__image--position-block-end___FHlIj.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
|
|
16376
|
+
margin-block-end: 0;
|
|
16377
|
+
}
|
|
16378
|
+
|
|
16228
16379
|
.Primer_Brand__Card-module__Card__image___zt4oH img,
|
|
16229
16380
|
.Primer_Brand__Card-module__Card__image___zt4oH picture,
|
|
16230
16381
|
.Primer_Brand__Card-module__Card__image___zt4oH span {
|
|
@@ -16308,9 +16459,9 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16308
16459
|
.Primer_Brand__Card-module__Card__actionLabel___nT5Pl {
|
|
16309
16460
|
display: block;
|
|
16310
16461
|
min-inline-size: 0;
|
|
16311
|
-
overflow:
|
|
16312
|
-
text-overflow:
|
|
16313
|
-
white-space:
|
|
16462
|
+
overflow: visible;
|
|
16463
|
+
text-overflow: clip;
|
|
16464
|
+
white-space: normal;
|
|
16314
16465
|
}
|
|
16315
16466
|
|
|
16316
16467
|
.Primer_Brand__Card-module__Card___ByGEk:not(.Primer_Brand__Card-module__Card--ctaVariant-arrow___UMWZa) .Primer_Brand__Card-module__Card__action___C6sRY {
|
|
@@ -16334,23 +16485,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16334
16485
|
}
|
|
16335
16486
|
|
|
16336
16487
|
.Primer_Brand__Card-module__Card__actionLabelClip___XkCTY {
|
|
16337
|
-
|
|
16338
|
-
display: inline-flex;
|
|
16339
|
-
flex: 1 1 auto;
|
|
16340
|
-
align-items: center;
|
|
16341
|
-
align-self: stretch;
|
|
16342
|
-
min-inline-size: 0;
|
|
16343
|
-
overflow: hidden;
|
|
16344
|
-
max-inline-size: 0;
|
|
16345
|
-
background-color: transparent;
|
|
16346
|
-
opacity: 0;
|
|
16347
|
-
transform: translateX(calc(var(--base-size-12) * -1));
|
|
16348
|
-
transition: max-inline-size 400ms var(--brand-Card-animation-easing),
|
|
16349
|
-
opacity 400ms ease-out, transform 400ms ease-out,
|
|
16350
|
-
margin-inline 400ms ease-out, padding-inline 400ms ease-out;
|
|
16351
|
-
transition: max-inline-size var(--actionLabelClip-duration) var(--brand-Card-animation-easing),
|
|
16352
|
-
opacity var(--actionLabelClip-duration) ease-out, transform var(--actionLabelClip-duration) ease-out,
|
|
16353
|
-
margin-inline var(--actionLabelClip-duration) ease-out, padding-inline var(--actionLabelClip-duration) ease-out;
|
|
16488
|
+
display: contents;
|
|
16354
16489
|
}
|
|
16355
16490
|
|
|
16356
16491
|
.Primer_Brand__Card-module__Card--tokensPosition-block-end___eF64M .Primer_Brand__Card-module__Card__action___C6sRY {
|
|
@@ -16366,23 +16501,16 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16366
16501
|
min-inline-size: 0;
|
|
16367
16502
|
max-inline-size: calc(100% - var(--Card-arrowAction-endInset));
|
|
16368
16503
|
justify-content: flex-start;
|
|
16369
|
-
-moz-column-gap:
|
|
16370
|
-
column-gap:
|
|
16504
|
+
-moz-column-gap: var(--base-size-8);
|
|
16505
|
+
column-gap: var(--base-size-8);
|
|
16371
16506
|
padding-block: var(--base-size-4);
|
|
16372
|
-
padding-inline:
|
|
16373
|
-
|
|
16507
|
+
padding-inline-start: var(--base-size-12);
|
|
16508
|
+
padding-inline-end: var(--base-size-4);
|
|
16509
|
+
border: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
|
|
16374
16510
|
border-radius: var(--brand-borderRadius-full);
|
|
16375
|
-
background-color:
|
|
16511
|
+
background-color: var(--brand-Card-background-overlay);
|
|
16376
16512
|
flex-shrink: 0;
|
|
16377
16513
|
overflow: hidden;
|
|
16378
|
-
transition: border-color 300ms ease-out, background-color 300ms ease-out,
|
|
16379
|
-
column-gap 300ms ease-out, padding-inline 300ms ease-out;
|
|
16380
|
-
transition: border-color 300ms ease-out, background-color 300ms ease-out,
|
|
16381
|
-
column-gap 300ms ease-out, padding-inline 300ms ease-out, -moz-column-gap 300ms ease-out;
|
|
16382
|
-
transition: border-color var(--actionArrow-duration) ease-out, background-color var(--actionArrow-duration) ease-out,
|
|
16383
|
-
column-gap var(--actionArrow-duration) ease-out, padding-inline var(--actionArrow-duration) ease-out;
|
|
16384
|
-
transition: border-color var(--actionArrow-duration) ease-out, background-color var(--actionArrow-duration) ease-out,
|
|
16385
|
-
column-gap var(--actionArrow-duration) ease-out, padding-inline var(--actionArrow-duration) ease-out, -moz-column-gap var(--actionArrow-duration) ease-out;
|
|
16386
16514
|
}
|
|
16387
16515
|
|
|
16388
16516
|
.Primer_Brand__Card-module__Card__actionIcon--arrowOnly___Vi3cC {
|
|
@@ -16460,15 +16588,54 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16460
16588
|
margin-bottom: var(--base-size-12);
|
|
16461
16589
|
}
|
|
16462
16590
|
|
|
16463
|
-
.Primer_Brand__Card-module__Card--ctaVariant-arrow___UMWZa:not(.Primer_Brand__Card-module__Card--disableAnimation___Zv8eW):hover {
|
|
16464
|
-
transform: none;
|
|
16465
|
-
}
|
|
16466
|
-
|
|
16467
16591
|
.Primer_Brand__Card-module__Card--ctaVariant-arrow___UMWZa .Primer_Brand__Card-module__Card__action___C6sRY {
|
|
16468
16592
|
min-inline-size: 0;
|
|
16469
16593
|
justify-self: start;
|
|
16470
16594
|
}
|
|
16471
16595
|
|
|
16596
|
+
@media (hover: hover) {
|
|
16597
|
+
.Primer_Brand__Card-module__Card__action--arrowOnly____4i56 {
|
|
16598
|
+
-moz-column-gap: 0;
|
|
16599
|
+
column-gap: 0;
|
|
16600
|
+
padding-inline: 0;
|
|
16601
|
+
border-color: transparent;
|
|
16602
|
+
background-color: transparent;
|
|
16603
|
+
transition: border-color var(--actionArrow-duration) ease-out, background-color var(--actionArrow-duration) ease-out,
|
|
16604
|
+
column-gap var(--actionArrow-duration) ease-out, padding-inline var(--actionArrow-duration) ease-out;
|
|
16605
|
+
transition: border-color var(--actionArrow-duration) ease-out, background-color var(--actionArrow-duration) ease-out,
|
|
16606
|
+
column-gap var(--actionArrow-duration) ease-out, padding-inline var(--actionArrow-duration) ease-out, -moz-column-gap var(--actionArrow-duration) ease-out;
|
|
16607
|
+
}
|
|
16608
|
+
|
|
16609
|
+
.Primer_Brand__Card-module__Card__actionLabelClip___XkCTY {
|
|
16610
|
+
--actionLabelClip-duration: 400ms;
|
|
16611
|
+
|
|
16612
|
+
display: inline-flex;
|
|
16613
|
+
flex: 1 1 auto;
|
|
16614
|
+
align-items: center;
|
|
16615
|
+
align-self: stretch;
|
|
16616
|
+
min-inline-size: 0;
|
|
16617
|
+
overflow: hidden;
|
|
16618
|
+
max-inline-size: 0;
|
|
16619
|
+
background-color: transparent;
|
|
16620
|
+
opacity: 0;
|
|
16621
|
+
transform: translateX(calc(var(--base-size-12) * -1));
|
|
16622
|
+
margin-inline: 0;
|
|
16623
|
+
padding-inline: 0;
|
|
16624
|
+
transition: max-inline-size 400ms var(--brand-Card-animation-easing),
|
|
16625
|
+
opacity 400ms ease-out, transform 400ms ease-out,
|
|
16626
|
+
margin-inline 400ms ease-out, padding-inline 400ms ease-out;
|
|
16627
|
+
transition: max-inline-size var(--actionLabelClip-duration) var(--brand-Card-animation-easing),
|
|
16628
|
+
opacity var(--actionLabelClip-duration) ease-out, transform var(--actionLabelClip-duration) ease-out,
|
|
16629
|
+
margin-inline var(--actionLabelClip-duration) ease-out, padding-inline var(--actionLabelClip-duration) ease-out;
|
|
16630
|
+
}
|
|
16631
|
+
|
|
16632
|
+
.Primer_Brand__Card-module__Card--ctaVariant-arrow___UMWZa .Primer_Brand__Card-module__Card__actionLabel___nT5Pl {
|
|
16633
|
+
overflow: hidden;
|
|
16634
|
+
text-overflow: ellipsis;
|
|
16635
|
+
white-space: nowrap;
|
|
16636
|
+
}
|
|
16637
|
+
}
|
|
16638
|
+
|
|
16472
16639
|
.Primer_Brand__Card-module__Card--align-center___geXUu .Primer_Brand__Card-module__Card--ctaVariant-arrow___UMWZa .Primer_Brand__Card-module__Card__action___C6sRY {
|
|
16473
16640
|
justify-self: center;
|
|
16474
16641
|
}
|
|
@@ -16527,6 +16694,12 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16527
16694
|
stroke-dashoffset: 20;
|
|
16528
16695
|
}
|
|
16529
16696
|
|
|
16697
|
+
.Primer_Brand__Card-module__Card--disableAnimation___Zv8eW,
|
|
16698
|
+
.Primer_Brand__Card-module__Card--disableAnimation___Zv8eW * {
|
|
16699
|
+
animation: none;
|
|
16700
|
+
transition: none;
|
|
16701
|
+
}
|
|
16702
|
+
|
|
16530
16703
|
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
|
|
16531
16704
|
@media (prefers-reduced-motion: reduce) {
|
|
16532
16705
|
.Primer_Brand__Card-module__Card___ByGEk,
|
|
@@ -17173,7 +17346,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17173
17346
|
|
|
17174
17347
|
/**
|
|
17175
17348
|
* Do not edit directly
|
|
17176
|
-
* Generated on
|
|
17349
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
17177
17350
|
*/
|
|
17178
17351
|
|
|
17179
17352
|
:root {
|
|
@@ -17184,7 +17357,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17184
17357
|
|
|
17185
17358
|
/**
|
|
17186
17359
|
* Do not edit directly
|
|
17187
|
-
* Generated on
|
|
17360
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
17188
17361
|
*/
|
|
17189
17362
|
|
|
17190
17363
|
:root,
|
|
@@ -17683,7 +17856,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17683
17856
|
|
|
17684
17857
|
/**
|
|
17685
17858
|
* Do not edit directly
|
|
17686
|
-
* Generated on
|
|
17859
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
17687
17860
|
*/
|
|
17688
17861
|
|
|
17689
17862
|
:root {
|
|
@@ -17703,7 +17876,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17703
17876
|
|
|
17704
17877
|
/**
|
|
17705
17878
|
* Do not edit directly
|
|
17706
|
-
* Generated on
|
|
17879
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
17707
17880
|
*/
|
|
17708
17881
|
|
|
17709
17882
|
:root,
|
|
@@ -17737,9 +17910,62 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17737
17910
|
--brand-videoPlayer-range-bgColor-progress: var(--base-color-scale-blue-4);
|
|
17738
17911
|
}
|
|
17739
17912
|
|
|
17913
|
+
.Primer_Brand__MinimalVideoPlayer-module__MinimalVideoPlayer___vOvcR {
|
|
17914
|
+
position: relative;
|
|
17915
|
+
width: 100%;
|
|
17916
|
+
}
|
|
17917
|
+
|
|
17918
|
+
.Primer_Brand__MinimalVideoPlayer-module__MinimalVideoPlayer__video___Zai7A {
|
|
17919
|
+
display: block;
|
|
17920
|
+
width: 100%;
|
|
17921
|
+
}
|
|
17922
|
+
|
|
17923
|
+
.Primer_Brand__MinimalVideoPlayer-module__MinimalVideoPlayer__control___bwjf6 {
|
|
17924
|
+
position: absolute;
|
|
17925
|
+
right: var(--base-size-24);
|
|
17926
|
+
bottom: var(--base-size-24);
|
|
17927
|
+
display: flex;
|
|
17928
|
+
align-items: center;
|
|
17929
|
+
justify-content: center;
|
|
17930
|
+
width: var(--base-size-36);
|
|
17931
|
+
height: var(--base-size-36);
|
|
17932
|
+
padding: 0;
|
|
17933
|
+
color: var(--brand-color-text-muted);
|
|
17934
|
+
cursor: pointer;
|
|
17935
|
+
background-color: var(--brand-color-canvas-muted);
|
|
17936
|
+
border: var(--brand-borderWidth-thin) solid var(--brand-color-border-subtle);
|
|
17937
|
+
border-radius: var(--brand-borderRadius-full);
|
|
17938
|
+
}
|
|
17939
|
+
|
|
17940
|
+
.Primer_Brand__MinimalVideoPlayer-module__MinimalVideoPlayer__control___bwjf6:focus-visible {
|
|
17941
|
+
outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
|
|
17942
|
+
outline-offset: var(--base-size-2);
|
|
17943
|
+
}
|
|
17944
|
+
|
|
17945
|
+
/* Progressive enhancement that hides the custom control when native controls are visible. */
|
|
17946
|
+
.Primer_Brand__MinimalVideoPlayer-module__MinimalVideoPlayer__video___Zai7A[controls] + .Primer_Brand__MinimalVideoPlayer-module__MinimalVideoPlayer__control___bwjf6 {
|
|
17947
|
+
display: none;
|
|
17948
|
+
}
|
|
17949
|
+
|
|
17950
|
+
@media (forced-colors: active) {
|
|
17951
|
+
.Primer_Brand__MinimalVideoPlayer-module__MinimalVideoPlayer___vOvcR {
|
|
17952
|
+
border: var(--brand-borderWidth-thin) solid CanvasText;
|
|
17953
|
+
}
|
|
17954
|
+
|
|
17955
|
+
.Primer_Brand__MinimalVideoPlayer-module__MinimalVideoPlayer__control___bwjf6 {
|
|
17956
|
+
color: ButtonText;
|
|
17957
|
+
background-color: ButtonFace;
|
|
17958
|
+
border-color: ButtonText;
|
|
17959
|
+
}
|
|
17960
|
+
|
|
17961
|
+
.Primer_Brand__MinimalVideoPlayer-module__MinimalVideoPlayer__control___bwjf6:focus-visible {
|
|
17962
|
+
outline-color: Highlight;
|
|
17963
|
+
}
|
|
17964
|
+
}
|
|
17965
|
+
|
|
17740
17966
|
/**
|
|
17741
17967
|
* Do not edit directly
|
|
17742
|
-
* Generated on
|
|
17968
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
17743
17969
|
*/
|
|
17744
17970
|
|
|
17745
17971
|
:root,
|
|
@@ -17763,7 +17989,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17763
17989
|
|
|
17764
17990
|
/**
|
|
17765
17991
|
* Do not edit directly
|
|
17766
|
-
* Generated on
|
|
17992
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
17767
17993
|
*/
|
|
17768
17994
|
|
|
17769
17995
|
:root {
|
|
@@ -18239,7 +18465,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18239
18465
|
|
|
18240
18466
|
/**
|
|
18241
18467
|
* Do not edit directly
|
|
18242
|
-
* Generated on
|
|
18468
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
18243
18469
|
*/
|
|
18244
18470
|
|
|
18245
18471
|
:root,
|
|
@@ -18253,7 +18479,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18253
18479
|
|
|
18254
18480
|
/**
|
|
18255
18481
|
* Do not edit directly
|
|
18256
|
-
* Generated on
|
|
18482
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
18257
18483
|
*/
|
|
18258
18484
|
|
|
18259
18485
|
:root {
|
|
@@ -18267,7 +18493,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18267
18493
|
|
|
18268
18494
|
/**
|
|
18269
18495
|
* Do not edit directly
|
|
18270
|
-
* Generated on
|
|
18496
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
18271
18497
|
*/
|
|
18272
18498
|
|
|
18273
18499
|
:root {
|
|
@@ -20443,7 +20669,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
20443
20669
|
|
|
20444
20670
|
/**
|
|
20445
20671
|
* Do not edit directly
|
|
20446
|
-
* Generated on
|
|
20672
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
20447
20673
|
*/
|
|
20448
20674
|
|
|
20449
20675
|
:root {
|
|
@@ -20467,7 +20693,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
20467
20693
|
|
|
20468
20694
|
/**
|
|
20469
20695
|
* Do not edit directly
|
|
20470
|
-
* Generated on
|
|
20696
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
20471
20697
|
*/
|
|
20472
20698
|
|
|
20473
20699
|
:root,
|
|
@@ -21126,7 +21352,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
21126
21352
|
|
|
21127
21353
|
/**
|
|
21128
21354
|
* Do not edit directly
|
|
21129
|
-
* Generated on
|
|
21355
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
21130
21356
|
*/
|
|
21131
21357
|
|
|
21132
21358
|
:root,
|
|
@@ -21140,7 +21366,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
21140
21366
|
|
|
21141
21367
|
/**
|
|
21142
21368
|
* Do not edit directly
|
|
21143
|
-
* Generated on
|
|
21369
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
21144
21370
|
*/
|
|
21145
21371
|
|
|
21146
21372
|
:root {
|
|
@@ -21156,7 +21382,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
21156
21382
|
|
|
21157
21383
|
/**
|
|
21158
21384
|
* Do not edit directly
|
|
21159
|
-
* Generated on
|
|
21385
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
21160
21386
|
*/
|
|
21161
21387
|
|
|
21162
21388
|
:root,
|
|
@@ -21953,7 +22179,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
21953
22179
|
|
|
21954
22180
|
/**
|
|
21955
22181
|
* Do not edit directly
|
|
21956
|
-
* Generated on
|
|
22182
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
21957
22183
|
*/
|
|
21958
22184
|
|
|
21959
22185
|
:root {
|
|
@@ -21962,7 +22188,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
21962
22188
|
|
|
21963
22189
|
/**
|
|
21964
22190
|
* Do not edit directly
|
|
21965
|
-
* Generated on
|
|
22191
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
21966
22192
|
*/
|
|
21967
22193
|
|
|
21968
22194
|
:root,
|
|
@@ -22788,7 +23014,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
22788
23014
|
|
|
22789
23015
|
/**
|
|
22790
23016
|
* Do not edit directly
|
|
22791
|
-
* Generated on
|
|
23017
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
22792
23018
|
*/
|
|
22793
23019
|
|
|
22794
23020
|
:root,
|
|
@@ -23334,7 +23560,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
23334
23560
|
|
|
23335
23561
|
/**
|
|
23336
23562
|
* Do not edit directly
|
|
23337
|
-
* Generated on
|
|
23563
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
23338
23564
|
*/
|
|
23339
23565
|
|
|
23340
23566
|
:root {
|
|
@@ -23343,7 +23569,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
23343
23569
|
|
|
23344
23570
|
/**
|
|
23345
23571
|
* Do not edit directly
|
|
23346
|
-
* Generated on
|
|
23572
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
23347
23573
|
*/
|
|
23348
23574
|
|
|
23349
23575
|
:root,
|
|
@@ -23839,7 +24065,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
23839
24065
|
|
|
23840
24066
|
/**
|
|
23841
24067
|
* Do not edit directly
|
|
23842
|
-
* Generated on
|
|
24068
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
23843
24069
|
*/
|
|
23844
24070
|
|
|
23845
24071
|
:root,
|
|
@@ -23938,7 +24164,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
23938
24164
|
|
|
23939
24165
|
/**
|
|
23940
24166
|
* Do not edit directly
|
|
23941
|
-
* Generated on
|
|
24167
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
23942
24168
|
*/
|
|
23943
24169
|
|
|
23944
24170
|
:root {
|
|
@@ -24125,7 +24351,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24125
24351
|
|
|
24126
24352
|
/**
|
|
24127
24353
|
* Do not edit directly
|
|
24128
|
-
* Generated on
|
|
24354
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
24129
24355
|
*/
|
|
24130
24356
|
|
|
24131
24357
|
:root {
|
|
@@ -24417,7 +24643,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24417
24643
|
|
|
24418
24644
|
/**
|
|
24419
24645
|
* Do not edit directly
|
|
24420
|
-
* Generated on
|
|
24646
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
24421
24647
|
*/
|
|
24422
24648
|
|
|
24423
24649
|
:root {
|
|
@@ -24428,7 +24654,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24428
24654
|
|
|
24429
24655
|
/**
|
|
24430
24656
|
* Do not edit directly
|
|
24431
|
-
* Generated on
|
|
24657
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
24432
24658
|
*/
|
|
24433
24659
|
|
|
24434
24660
|
:root,
|
|
@@ -24689,7 +24915,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24689
24915
|
|
|
24690
24916
|
/**
|
|
24691
24917
|
* Do not edit directly
|
|
24692
|
-
* Generated on
|
|
24918
|
+
* Generated on Wed, 12 Aug 2026 10:13:51 GMT
|
|
24693
24919
|
*/
|
|
24694
24920
|
|
|
24695
24921
|
:root {
|
|
@@ -24698,7 +24924,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24698
24924
|
|
|
24699
24925
|
/**
|
|
24700
24926
|
* Do not edit directly
|
|
24701
|
-
* Generated on
|
|
24927
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
24702
24928
|
*/
|
|
24703
24929
|
|
|
24704
24930
|
:root,
|
|
@@ -24944,7 +25170,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24944
25170
|
|
|
24945
25171
|
/**
|
|
24946
25172
|
* Do not edit directly
|
|
24947
|
-
* Generated on
|
|
25173
|
+
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
|
|
24948
25174
|
*/
|
|
24949
25175
|
|
|
24950
25176
|
:root,
|