@primer/react-brand 0.74.0 → 0.75.0-rc.a3f7dbd6
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/RiverAccordion/index.md +49 -6
- package/docs/index.md +2 -2
- package/esm/Hero/sub-components/HeroLabel.d.ts +1 -0
- package/esm/Hero/sub-components/HeroLabel.d.ts.map +1 -1
- package/esm/Hero/sub-components/HeroLabel.js +7 -6
- package/esm/Hero/sub-components/HeroLabel.js.map +1 -1
- package/esm/TextCursorAnimation/TextCursorAnimation.d.ts +8 -3
- package/esm/TextCursorAnimation/TextCursorAnimation.d.ts.map +1 -1
- package/esm/TextCursorAnimation/TextCursorAnimation.js +53 -27
- package/esm/TextCursorAnimation/TextCursorAnimation.js.map +1 -1
- package/esm/TextCursorAnimation/TextCursorAnimation.module-BS4hPR8H.css +1 -0
- package/esm/TextCursorAnimation/TextCursorAnimation.module.js +14 -4
- package/esm/TextCursorAnimation/TextCursorAnimation.module.js.map +1 -1
- package/esm/hooks/useCursorAnimation.d.ts +8 -31
- package/esm/hooks/useCursorAnimation.d.ts.map +1 -1
- package/esm/hooks/useCursorAnimation.js +84 -36
- package/esm/hooks/useCursorAnimation.js.map +1 -1
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/base-DKbXhPKv.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes-BucKYl1n.css +1 -0
- package/esm/river/RiverAccordion/RiverAccordion.d.ts +13 -4
- package/esm/river/RiverAccordion/RiverAccordion.d.ts.map +1 -1
- package/esm/river/RiverAccordion/RiverAccordion.js +35 -24
- package/esm/river/RiverAccordion/RiverAccordion.js.map +1 -1
- package/esm/river/RiverAccordion/RiverAccordion.module-Cr6Q-qkm.css +1 -0
- package/esm/river/RiverAccordion/RiverAccordion.module.js +7 -3
- package/esm/river/RiverAccordion/RiverAccordion.module.js.map +1 -1
- package/lib/Hero/sub-components/HeroLabel.d.ts +1 -0
- package/lib/TextCursorAnimation/TextCursorAnimation.d.ts +8 -3
- package/lib/css/main.css +188 -126
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
- package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
- package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/base.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-code/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-code/colors.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/base.css +8 -0
- package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes.css +7 -3
- package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors.css +4 -2
- package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/footer/base.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-code/colors.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/base.js +14 -0
- package/lib/design-tokens/js/module/tokens/functional/components/text-cursor-animation/colors.js +10 -2
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/token/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/footer/base.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-code/colors.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/base.js +6 -0
- package/lib/design-tokens/js/tokens/functional/components/text-cursor-animation/colors.js +4 -2
- 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/json/colors.json +3 -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/base.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-code/colors.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/base.scss +5 -0
- package/lib/design-tokens/scss/tokens/functional/components/text-cursor-animation/colors.scss +4 -2
- package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/token/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/base.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-code/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-code/colors.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/base.d.ts +17 -0
- package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/base.js +14 -0
- package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.d.ts +4 -2
- package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.js +4 -2
- 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/hooks/useCursorAnimation.d.ts +8 -31
- package/lib/index.js +1 -1
- package/lib/river/RiverAccordion/RiverAccordion.d.ts +13 -4
- package/llms.txt +2 -2
- package/package.json +1 -1
- package/esm/TextCursorAnimation/TextCursorAnimation.module-BJLhwKrK.css +0 -1
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes-BODdIvrY.css +0 -1
- package/esm/river/RiverAccordion/RiverAccordion.module-BTU_metB.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 Wed,
|
|
77
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 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 Wed,
|
|
355
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 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 Wed,
|
|
384
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 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 Wed,
|
|
401
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
402
402
|
*/
|
|
403
403
|
|
|
404
404
|
:root {
|
|
@@ -432,7 +432,7 @@ select {
|
|
|
432
432
|
|
|
433
433
|
/**
|
|
434
434
|
* Do not edit directly
|
|
435
|
-
* Generated on Wed,
|
|
435
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
436
436
|
*/
|
|
437
437
|
|
|
438
438
|
:root {
|
|
@@ -483,7 +483,7 @@ select {
|
|
|
483
483
|
|
|
484
484
|
/**
|
|
485
485
|
* Do not edit directly
|
|
486
|
-
* Generated on Wed,
|
|
486
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
487
487
|
*/
|
|
488
488
|
|
|
489
489
|
:root {
|
|
@@ -641,7 +641,7 @@ select {
|
|
|
641
641
|
|
|
642
642
|
/**
|
|
643
643
|
* Do not edit directly
|
|
644
|
-
* Generated on Wed,
|
|
644
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
645
645
|
*/
|
|
646
646
|
|
|
647
647
|
:root {
|
|
@@ -655,7 +655,7 @@ select {
|
|
|
655
655
|
|
|
656
656
|
/**
|
|
657
657
|
* Do not edit directly
|
|
658
|
-
* Generated on Wed,
|
|
658
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
659
659
|
*/
|
|
660
660
|
|
|
661
661
|
:root {
|
|
@@ -674,7 +674,7 @@ select {
|
|
|
674
674
|
|
|
675
675
|
/**
|
|
676
676
|
* Do not edit directly
|
|
677
|
-
* Generated on Wed,
|
|
677
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
678
678
|
*/
|
|
679
679
|
|
|
680
680
|
:root,
|
|
@@ -776,7 +776,7 @@ select {
|
|
|
776
776
|
|
|
777
777
|
/**
|
|
778
778
|
* Do not edit directly
|
|
779
|
-
* Generated on Wed,
|
|
779
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
780
780
|
*/
|
|
781
781
|
|
|
782
782
|
:root {
|
|
@@ -803,7 +803,7 @@ select {
|
|
|
803
803
|
|
|
804
804
|
/**
|
|
805
805
|
* Do not edit directly
|
|
806
|
-
* Generated on Wed,
|
|
806
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
807
807
|
*/
|
|
808
808
|
|
|
809
809
|
:root,
|
|
@@ -6119,16 +6119,29 @@ select {
|
|
|
6119
6119
|
|
|
6120
6120
|
/**
|
|
6121
6121
|
* Do not edit directly
|
|
6122
|
-
* Generated on Wed,
|
|
6122
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
6123
|
+
*/
|
|
6124
|
+
|
|
6125
|
+
:root {
|
|
6126
|
+
--brand-TextCursorAnimation-cursor-animationDuration: 833ms;
|
|
6127
|
+
}
|
|
6128
|
+
|
|
6129
|
+
/**
|
|
6130
|
+
* Do not edit directly
|
|
6131
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
6123
6132
|
*/
|
|
6124
6133
|
|
|
6125
6134
|
:root,
|
|
6126
6135
|
[data-color-mode="light"] {
|
|
6127
|
-
--brand-TextCursorAnimation-cursor-color: var(--base-color-scale-
|
|
6136
|
+
--brand-TextCursorAnimation-cursor-color: var(--base-color-scale-purple-5);
|
|
6137
|
+
--brand-TextCursorAnimation-cursor-deleteColor: var(--base-color-scale-blue-4);
|
|
6138
|
+
--brand-TextCursorAnimation-cursor-finalColor: var(--base-color-scale-green-6);
|
|
6128
6139
|
}
|
|
6129
6140
|
|
|
6130
6141
|
[data-color-mode="dark"] {
|
|
6131
|
-
--brand-TextCursorAnimation-cursor-color: var(--
|
|
6142
|
+
--brand-TextCursorAnimation-cursor-color: var(--base-color-scale-purple-3);
|
|
6143
|
+
--brand-TextCursorAnimation-cursor-deleteColor: var(--base-color-scale-blue-3);
|
|
6144
|
+
--brand-TextCursorAnimation-cursor-finalColor: var(--base-color-scale-green-2);
|
|
6132
6145
|
}
|
|
6133
6146
|
|
|
6134
6147
|
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation___oT5SI {
|
|
@@ -6136,50 +6149,81 @@ select {
|
|
|
6136
6149
|
align-items: center;
|
|
6137
6150
|
}
|
|
6138
6151
|
|
|
6139
|
-
.Primer_Brand__TextCursorAnimation-
|
|
6152
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__inner___MKMEx {
|
|
6140
6153
|
position: relative;
|
|
6141
6154
|
display: inline-flex;
|
|
6142
6155
|
align-items: center;
|
|
6143
6156
|
}
|
|
6144
6157
|
|
|
6145
|
-
.Primer_Brand__TextCursorAnimation-
|
|
6158
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__text___gB3n2 {
|
|
6146
6159
|
font-weight: var(--brand-text-weight-500);
|
|
6147
|
-
clip-path: inset(0 calc((1 - 1) * 100%) 0 0);
|
|
6148
|
-
clip-path: inset(0 calc((1 - var(--brand-TextCursorAnimation-reveal-progress, 1)) * 100%) 0 0);
|
|
6149
6160
|
white-space: pre;
|
|
6150
6161
|
}
|
|
6151
6162
|
|
|
6152
|
-
.Primer_Brand__TextCursorAnimation-
|
|
6163
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__sizingContainer___BLhzn {
|
|
6164
|
+
display: inline-grid;
|
|
6165
|
+
clip-path: inset(50%);
|
|
6166
|
+
}
|
|
6167
|
+
|
|
6168
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__sizingText___ipUBO {
|
|
6169
|
+
grid-area: 1 / 1;
|
|
6170
|
+
}
|
|
6171
|
+
|
|
6172
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__content___V_c3N {
|
|
6173
|
+
display: inline-flex;
|
|
6174
|
+
align-items: center;
|
|
6175
|
+
gap: calc(var(--base-size-8) + var(--base-size-2));
|
|
6176
|
+
}
|
|
6177
|
+
|
|
6178
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__content--animated___HgWNj {
|
|
6153
6179
|
position: absolute;
|
|
6154
|
-
|
|
6155
|
-
|
|
6156
|
-
top: calc((1lh - 0.3cap) / 2 - 0.5cap);
|
|
6157
|
-
width: var(--base-size-8);
|
|
6158
|
-
height: 1cap;
|
|
6159
|
-
background-color: color-mix(
|
|
6160
|
-
in srgb,
|
|
6161
|
-
var(--brand-color-canvas-subtle) calc((1 - 0) * 100%),
|
|
6162
|
-
var(--brand-TextCursorAnimation-cursor-color) calc(0 * 100%)
|
|
6163
|
-
);
|
|
6180
|
+
inset-block-start: 0;
|
|
6181
|
+
inset-inline-start: 0;
|
|
6164
6182
|
}
|
|
6165
6183
|
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
var(--brand-color-canvas-subtle) calc((1 - var(--brand-TextCursorAnimation-cursor-progress, 0)) * 100%),
|
|
6171
|
-
var(--brand-TextCursorAnimation-cursor-color) calc(var(--brand-TextCursorAnimation-cursor-progress, 0) * 100%)
|
|
6172
|
-
);
|
|
6184
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor___fNada {
|
|
6185
|
+
width: calc(var(--base-size-8) + var(--base-size-2) / 2);
|
|
6186
|
+
height: calc(var(--base-size-12) + var(--base-size-2));
|
|
6187
|
+
flex: 0 0 calc(var(--base-size-8) + var(--base-size-2) / 2);
|
|
6173
6188
|
}
|
|
6189
|
+
|
|
6190
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor--initial___y1m0J {
|
|
6191
|
+
background-color: var(--brand-TextCursorAnimation-cursor-color);
|
|
6174
6192
|
}
|
|
6175
6193
|
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6194
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor--animated___NKuyb {
|
|
6195
|
+
animation: Primer_Brand__TextCursorAnimation-module__TextCursorAnimation-cursor-blink___B89IH var(--brand-TextCursorAnimation-cursor-animationDuration) steps(1, end)
|
|
6196
|
+
250ms 3 forwards;
|
|
6197
|
+
}
|
|
6198
|
+
|
|
6199
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor--correction___H0shI {
|
|
6200
|
+
background-color: var(--brand-TextCursorAnimation-cursor-deleteColor);
|
|
6201
|
+
}
|
|
6202
|
+
|
|
6203
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor--final___HqWmn,
|
|
6204
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor--complete___eaBZl {
|
|
6205
|
+
background-color: var(--brand-TextCursorAnimation-cursor-finalColor);
|
|
6206
|
+
}
|
|
6207
|
+
|
|
6208
|
+
@keyframes Primer_Brand__TextCursorAnimation-module__TextCursorAnimation-cursor-blink___B89IH {
|
|
6209
|
+
0%,
|
|
6210
|
+
79% {
|
|
6211
|
+
opacity: 1;
|
|
6212
|
+
}
|
|
6213
|
+
|
|
6214
|
+
80%,
|
|
6215
|
+
99% {
|
|
6216
|
+
opacity: 0;
|
|
6179
6217
|
}
|
|
6180
6218
|
|
|
6181
|
-
|
|
6182
|
-
|
|
6219
|
+
100% {
|
|
6220
|
+
opacity: 1;
|
|
6221
|
+
}
|
|
6222
|
+
}
|
|
6223
|
+
|
|
6224
|
+
@media (prefers-reduced-motion: reduce) {
|
|
6225
|
+
.Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor___fNada {
|
|
6226
|
+
animation: none;
|
|
6183
6227
|
}
|
|
6184
6228
|
}
|
|
6185
6229
|
|
|
@@ -7028,7 +7072,7 @@ select {
|
|
|
7028
7072
|
|
|
7029
7073
|
/**
|
|
7030
7074
|
* Do not edit directly
|
|
7031
|
-
* Generated on Wed,
|
|
7075
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
7032
7076
|
*/
|
|
7033
7077
|
|
|
7034
7078
|
:root,
|
|
@@ -7339,7 +7383,7 @@ select {
|
|
|
7339
7383
|
|
|
7340
7384
|
/**
|
|
7341
7385
|
* Do not edit directly
|
|
7342
|
-
* Generated on Wed,
|
|
7386
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
7343
7387
|
*/
|
|
7344
7388
|
|
|
7345
7389
|
:root,
|
|
@@ -7726,7 +7770,7 @@ select {
|
|
|
7726
7770
|
|
|
7727
7771
|
/**
|
|
7728
7772
|
* Do not edit directly
|
|
7729
|
-
* Generated on Wed,
|
|
7773
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
7730
7774
|
*/
|
|
7731
7775
|
|
|
7732
7776
|
:root {
|
|
@@ -7851,7 +7895,7 @@ select {
|
|
|
7851
7895
|
|
|
7852
7896
|
/**
|
|
7853
7897
|
* Do not edit directly
|
|
7854
|
-
* Generated on Wed,
|
|
7898
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
7855
7899
|
*/
|
|
7856
7900
|
|
|
7857
7901
|
:root,
|
|
@@ -7867,7 +7911,7 @@ select {
|
|
|
7867
7911
|
|
|
7868
7912
|
/**
|
|
7869
7913
|
* Do not edit directly
|
|
7870
|
-
* Generated on Wed,
|
|
7914
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
7871
7915
|
*/
|
|
7872
7916
|
|
|
7873
7917
|
:root {
|
|
@@ -7993,11 +8037,7 @@ select {
|
|
|
7993
8037
|
}
|
|
7994
8038
|
}
|
|
7995
8039
|
|
|
7996
|
-
.Primer_Brand__RiverAccordion-module__RiverAccordion--
|
|
7997
|
-
border-radius: var(--brand-borderRadius-medium);
|
|
7998
|
-
}
|
|
7999
|
-
|
|
8000
|
-
.Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp) .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsContainer___evCWP {
|
|
8040
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsContainer___evCWP {
|
|
8001
8041
|
margin-inline: calc(-1 * var(--brand-RiverAccordion-variant-gridline-spacing-outerInline));
|
|
8002
8042
|
margin-block-start: calc(-1 * var(--brand-RiverAccordion-variant-gridline-spacing-outerBlock));
|
|
8003
8043
|
}
|
|
@@ -8013,7 +8053,7 @@ select {
|
|
|
8013
8053
|
}
|
|
8014
8054
|
}
|
|
8015
8055
|
|
|
8016
|
-
.Primer_Brand__RiverAccordion-module__RiverAccordion--
|
|
8056
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf {
|
|
8017
8057
|
border-radius: 0;
|
|
8018
8058
|
}
|
|
8019
8059
|
|
|
@@ -8028,7 +8068,7 @@ select {
|
|
|
8028
8068
|
.Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf {
|
|
8029
8069
|
width: 100%;
|
|
8030
8070
|
overflow: hidden;
|
|
8031
|
-
border-radius: var(--
|
|
8071
|
+
border-radius: var(--base-size-6);
|
|
8032
8072
|
display: grid;
|
|
8033
8073
|
grid-template-columns: subgrid;
|
|
8034
8074
|
grid-template-rows: subgrid;
|
|
@@ -8052,22 +8092,18 @@ select {
|
|
|
8052
8092
|
width: 100%;
|
|
8053
8093
|
height: auto;
|
|
8054
8094
|
overflow: hidden;
|
|
8055
|
-
border-radius: var(--
|
|
8095
|
+
border-radius: var(--base-size-6);
|
|
8056
8096
|
-o-object-fit: contain;
|
|
8057
8097
|
object-fit: contain;
|
|
8058
8098
|
}
|
|
8059
8099
|
|
|
8060
|
-
.Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual___GxbPw > * {
|
|
8061
|
-
border-radius: var(--brand-borderRadius-medium);
|
|
8062
|
-
}
|
|
8063
|
-
|
|
8064
8100
|
.Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual___GxbPw img,
|
|
8065
8101
|
.Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual___GxbPw picture,
|
|
8066
8102
|
.Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual___GxbPw video {
|
|
8067
8103
|
display: block;
|
|
8068
8104
|
width: 100%;
|
|
8069
8105
|
height: auto;
|
|
8070
|
-
border-radius:
|
|
8106
|
+
border-radius: var(--base-size-6);
|
|
8071
8107
|
-o-object-fit: contain;
|
|
8072
8108
|
object-fit: contain;
|
|
8073
8109
|
}
|
|
@@ -8076,8 +8112,8 @@ select {
|
|
|
8076
8112
|
.Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual___GxbPw > * video {
|
|
8077
8113
|
display: block;
|
|
8078
8114
|
width: 100%;
|
|
8079
|
-
height:
|
|
8080
|
-
border-radius:
|
|
8115
|
+
height: auto;
|
|
8116
|
+
border-radius: var(--base-size-6);
|
|
8081
8117
|
-o-object-fit: cover;
|
|
8082
8118
|
object-fit: cover;
|
|
8083
8119
|
}
|
|
@@ -8096,26 +8132,26 @@ select {
|
|
|
8096
8132
|
justify-content: center;
|
|
8097
8133
|
max-width: 100%;
|
|
8098
8134
|
height: auto;
|
|
8099
|
-
border-radius: var(--
|
|
8135
|
+
border-radius: var(--base-size-6);
|
|
8100
8136
|
}
|
|
8101
8137
|
|
|
8102
8138
|
.Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp img,
|
|
8103
8139
|
.Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp picture,
|
|
8104
8140
|
.Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp video {
|
|
8105
8141
|
max-width: 100%;
|
|
8106
|
-
height:
|
|
8107
|
-
border-radius: var(--
|
|
8142
|
+
height: auto;
|
|
8143
|
+
border-radius: var(--base-size-6);
|
|
8108
8144
|
}
|
|
8109
8145
|
|
|
8110
8146
|
@media screen and (min-width: 63.25rem) {
|
|
8111
|
-
.Primer_Brand__RiverAccordion-module__RiverAccordion--
|
|
8147
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA {
|
|
8112
8148
|
padding: 0;
|
|
8113
8149
|
gap: 0;
|
|
8114
8150
|
align-items: stretch;
|
|
8115
8151
|
grid-template-columns: 1fr 1fr;
|
|
8116
8152
|
}
|
|
8117
8153
|
|
|
8118
|
-
.Primer_Brand__RiverAccordion-module__RiverAccordion--
|
|
8154
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
|
|
8119
8155
|
display: flex;
|
|
8120
8156
|
flex-direction: column;
|
|
8121
8157
|
justify-content: center;
|
|
@@ -8123,21 +8159,19 @@ select {
|
|
|
8123
8159
|
var(--brand-RiverAccordion-variant-gridline-spacing-outerInline);
|
|
8124
8160
|
}
|
|
8125
8161
|
|
|
8126
|
-
.Primer_Brand__RiverAccordion-
|
|
8127
|
-
.Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
|
|
8162
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion__align-start___RuTNC.Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
|
|
8128
8163
|
padding-inline-end: var(--brand-RiverAccordion-variant-gridline-spacing-contentGap);
|
|
8129
8164
|
}
|
|
8130
8165
|
|
|
8131
|
-
.Primer_Brand__RiverAccordion-
|
|
8132
|
-
.Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
|
|
8166
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion__align-end___cYDE6.Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
|
|
8133
8167
|
padding-inline-start: var(--brand-RiverAccordion-variant-gridline-spacing-contentGap);
|
|
8134
8168
|
}
|
|
8135
8169
|
|
|
8136
|
-
.Primer_Brand__RiverAccordion-module__RiverAccordion--
|
|
8170
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsContainer___evCWP {
|
|
8137
8171
|
margin: 0;
|
|
8138
8172
|
}
|
|
8139
8173
|
|
|
8140
|
-
.Primer_Brand__RiverAccordion-module__RiverAccordion--
|
|
8174
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf {
|
|
8141
8175
|
height: 100%;
|
|
8142
8176
|
}
|
|
8143
8177
|
|
|
@@ -8151,7 +8185,7 @@ select {
|
|
|
8151
8185
|
.Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp img,
|
|
8152
8186
|
.Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp picture,
|
|
8153
8187
|
.Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp video {
|
|
8154
|
-
border-radius: var(--
|
|
8188
|
+
border-radius: var(--base-size-6);
|
|
8155
8189
|
}
|
|
8156
8190
|
}
|
|
8157
8191
|
|
|
@@ -8218,6 +8252,30 @@ select {
|
|
|
8218
8252
|
margin: calc(var(--base-size-4) * -1);
|
|
8219
8253
|
}
|
|
8220
8254
|
|
|
8255
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion__trigger--has-leading-visual___lyq8k {
|
|
8256
|
+
gap: var(--base-size-20);
|
|
8257
|
+
justify-content: flex-start;
|
|
8258
|
+
}
|
|
8259
|
+
|
|
8260
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion__leadingVisual___OseYz {
|
|
8261
|
+
align-items: center;
|
|
8262
|
+
display: flex;
|
|
8263
|
+
flex-shrink: 0;
|
|
8264
|
+
height: var(--base-size-20);
|
|
8265
|
+
justify-content: center;
|
|
8266
|
+
width: var(--base-size-20);
|
|
8267
|
+
}
|
|
8268
|
+
|
|
8269
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion__leadingVisual___OseYz > * {
|
|
8270
|
+
height: 100%;
|
|
8271
|
+
width: 100%;
|
|
8272
|
+
}
|
|
8273
|
+
|
|
8274
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion__headingText___tOQEC {
|
|
8275
|
+
flex: 1;
|
|
8276
|
+
min-width: 0;
|
|
8277
|
+
}
|
|
8278
|
+
|
|
8221
8279
|
.Primer_Brand__RiverAccordion-module__RiverAccordion__item--open___nnixq .Primer_Brand__RiverAccordion-module__RiverAccordion__trigger___x_yLq {
|
|
8222
8280
|
cursor: auto;
|
|
8223
8281
|
cursor: initial;
|
|
@@ -8255,6 +8313,10 @@ select {
|
|
|
8255
8313
|
gap: var(--base-size-20);
|
|
8256
8314
|
}
|
|
8257
8315
|
|
|
8316
|
+
.Primer_Brand__RiverAccordion-module__RiverAccordion__item___SQRnH:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__leadingVisual___OseYz) .Primer_Brand__RiverAccordion-module__RiverAccordion__content___ECkev {
|
|
8317
|
+
padding-inline-start: calc(var(--base-size-20) + var(--base-size-20));
|
|
8318
|
+
}
|
|
8319
|
+
|
|
8258
8320
|
.Primer_Brand__RiverAccordion-module__RiverAccordion__icon___gl6pH {
|
|
8259
8321
|
flex-shrink: 0;
|
|
8260
8322
|
display: flex;
|
|
@@ -8301,7 +8363,7 @@ select {
|
|
|
8301
8363
|
|
|
8302
8364
|
/**
|
|
8303
8365
|
* Do not edit directly
|
|
8304
|
-
* Generated on Wed,
|
|
8366
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
8305
8367
|
*/
|
|
8306
8368
|
|
|
8307
8369
|
:root,
|
|
@@ -8568,7 +8630,7 @@ select {
|
|
|
8568
8630
|
|
|
8569
8631
|
/**
|
|
8570
8632
|
* Do not edit directly
|
|
8571
|
-
* Generated on Wed,
|
|
8633
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
8572
8634
|
*/
|
|
8573
8635
|
|
|
8574
8636
|
:root {
|
|
@@ -8579,7 +8641,7 @@ select {
|
|
|
8579
8641
|
|
|
8580
8642
|
/**
|
|
8581
8643
|
* Do not edit directly
|
|
8582
|
-
* Generated on Wed,
|
|
8644
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
8583
8645
|
*/
|
|
8584
8646
|
|
|
8585
8647
|
:root,
|
|
@@ -9378,7 +9440,7 @@ select {
|
|
|
9378
9440
|
|
|
9379
9441
|
/**
|
|
9380
9442
|
* Do not edit directly
|
|
9381
|
-
* Generated on Wed,
|
|
9443
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
9382
9444
|
*/
|
|
9383
9445
|
|
|
9384
9446
|
:root,
|
|
@@ -10008,7 +10070,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
10008
10070
|
|
|
10009
10071
|
/**
|
|
10010
10072
|
* Do not edit directly
|
|
10011
|
-
* Generated on Wed,
|
|
10073
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
10012
10074
|
*/
|
|
10013
10075
|
|
|
10014
10076
|
:root {
|
|
@@ -10044,7 +10106,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
10044
10106
|
|
|
10045
10107
|
/**
|
|
10046
10108
|
* Do not edit directly
|
|
10047
|
-
* Generated on Wed,
|
|
10109
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
10048
10110
|
*/
|
|
10049
10111
|
|
|
10050
10112
|
:root,
|
|
@@ -10928,7 +10990,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
10928
10990
|
|
|
10929
10991
|
/**
|
|
10930
10992
|
* Do not edit directly
|
|
10931
|
-
* Generated on Wed,
|
|
10993
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
10932
10994
|
*/
|
|
10933
10995
|
|
|
10934
10996
|
:root,
|
|
@@ -11025,7 +11087,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
11025
11087
|
|
|
11026
11088
|
/**
|
|
11027
11089
|
* Do not edit directly
|
|
11028
|
-
* Generated on Wed,
|
|
11090
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
11029
11091
|
*/
|
|
11030
11092
|
|
|
11031
11093
|
:root,
|
|
@@ -11414,7 +11476,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
11414
11476
|
|
|
11415
11477
|
/**
|
|
11416
11478
|
* Do not edit directly
|
|
11417
|
-
* Generated on Wed,
|
|
11479
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
11418
11480
|
*/
|
|
11419
11481
|
|
|
11420
11482
|
:root,
|
|
@@ -13268,7 +13330,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13268
13330
|
|
|
13269
13331
|
/**
|
|
13270
13332
|
* Do not edit directly
|
|
13271
|
-
* Generated on Wed,
|
|
13333
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
13272
13334
|
*/
|
|
13273
13335
|
|
|
13274
13336
|
:root,
|
|
@@ -13296,7 +13358,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13296
13358
|
|
|
13297
13359
|
/**
|
|
13298
13360
|
* Do not edit directly
|
|
13299
|
-
* Generated on Wed,
|
|
13361
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
13300
13362
|
*/
|
|
13301
13363
|
|
|
13302
13364
|
:root,
|
|
@@ -13312,7 +13374,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13312
13374
|
|
|
13313
13375
|
/**
|
|
13314
13376
|
* Do not edit directly
|
|
13315
|
-
* Generated on Wed,
|
|
13377
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
13316
13378
|
*/
|
|
13317
13379
|
|
|
13318
13380
|
:root {
|
|
@@ -13404,7 +13466,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13404
13466
|
|
|
13405
13467
|
/**
|
|
13406
13468
|
* Do not edit directly
|
|
13407
|
-
* Generated on Wed,
|
|
13469
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
13408
13470
|
*/
|
|
13409
13471
|
|
|
13410
13472
|
:root,
|
|
@@ -13568,7 +13630,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13568
13630
|
|
|
13569
13631
|
/**
|
|
13570
13632
|
* Do not edit directly
|
|
13571
|
-
* Generated on Wed,
|
|
13633
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
13572
13634
|
*/
|
|
13573
13635
|
|
|
13574
13636
|
:root {
|
|
@@ -13577,7 +13639,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13577
13639
|
|
|
13578
13640
|
/**
|
|
13579
13641
|
* Do not edit directly
|
|
13580
|
-
* Generated on Wed,
|
|
13642
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
13581
13643
|
*/
|
|
13582
13644
|
|
|
13583
13645
|
:root,
|
|
@@ -13599,7 +13661,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
13599
13661
|
|
|
13600
13662
|
/**
|
|
13601
13663
|
* Do not edit directly
|
|
13602
|
-
* Generated on Wed,
|
|
13664
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
13603
13665
|
*/
|
|
13604
13666
|
|
|
13605
13667
|
:root {
|
|
@@ -14071,7 +14133,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14071
14133
|
|
|
14072
14134
|
/**
|
|
14073
14135
|
* Do not edit directly
|
|
14074
|
-
* Generated on Wed,
|
|
14136
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
14075
14137
|
*/
|
|
14076
14138
|
|
|
14077
14139
|
:root {
|
|
@@ -14085,7 +14147,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14085
14147
|
|
|
14086
14148
|
/**
|
|
14087
14149
|
* Do not edit directly
|
|
14088
|
-
* Generated on Wed,
|
|
14150
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
14089
14151
|
*/
|
|
14090
14152
|
|
|
14091
14153
|
:root,
|
|
@@ -14636,7 +14698,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14636
14698
|
|
|
14637
14699
|
/**
|
|
14638
14700
|
* Do not edit directly
|
|
14639
|
-
* Generated on Wed,
|
|
14701
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
14640
14702
|
*/
|
|
14641
14703
|
|
|
14642
14704
|
:root,
|
|
@@ -14652,7 +14714,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
14652
14714
|
|
|
14653
14715
|
/**
|
|
14654
14716
|
* Do not edit directly
|
|
14655
|
-
* Generated on Wed,
|
|
14717
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
14656
14718
|
*/
|
|
14657
14719
|
|
|
14658
14720
|
:root {
|
|
@@ -15397,7 +15459,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15397
15459
|
|
|
15398
15460
|
/**
|
|
15399
15461
|
* Do not edit directly
|
|
15400
|
-
* Generated on Wed,
|
|
15462
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
15401
15463
|
*/
|
|
15402
15464
|
|
|
15403
15465
|
:root,
|
|
@@ -15413,7 +15475,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15413
15475
|
|
|
15414
15476
|
/**
|
|
15415
15477
|
* Do not edit directly
|
|
15416
|
-
* Generated on Wed,
|
|
15478
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
15417
15479
|
*/
|
|
15418
15480
|
|
|
15419
15481
|
:root,
|
|
@@ -15844,7 +15906,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15844
15906
|
|
|
15845
15907
|
/**
|
|
15846
15908
|
* Do not edit directly
|
|
15847
|
-
* Generated on Wed,
|
|
15909
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
15848
15910
|
*/
|
|
15849
15911
|
|
|
15850
15912
|
:root,
|
|
@@ -15876,7 +15938,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
15876
15938
|
|
|
15877
15939
|
/**
|
|
15878
15940
|
* Do not edit directly
|
|
15879
|
-
* Generated on Wed,
|
|
15941
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
15880
15942
|
*/
|
|
15881
15943
|
|
|
15882
15944
|
:root {
|
|
@@ -16249,7 +16311,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16249
16311
|
|
|
16250
16312
|
/**
|
|
16251
16313
|
* Do not edit directly
|
|
16252
|
-
* Generated on Wed,
|
|
16314
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
16253
16315
|
*/
|
|
16254
16316
|
|
|
16255
16317
|
:root {
|
|
@@ -16262,7 +16324,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
16262
16324
|
|
|
16263
16325
|
/**
|
|
16264
16326
|
* Do not edit directly
|
|
16265
|
-
* Generated on Wed,
|
|
16327
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
16266
16328
|
*/
|
|
16267
16329
|
|
|
16268
16330
|
:root,
|
|
@@ -17511,7 +17573,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17511
17573
|
|
|
17512
17574
|
/**
|
|
17513
17575
|
* Do not edit directly
|
|
17514
|
-
* Generated on Wed,
|
|
17576
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
17515
17577
|
*/
|
|
17516
17578
|
|
|
17517
17579
|
:root {
|
|
@@ -17522,7 +17584,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
17522
17584
|
|
|
17523
17585
|
/**
|
|
17524
17586
|
* Do not edit directly
|
|
17525
|
-
* Generated on Wed,
|
|
17587
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
17526
17588
|
*/
|
|
17527
17589
|
|
|
17528
17590
|
:root,
|
|
@@ -18021,7 +18083,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18021
18083
|
|
|
18022
18084
|
/**
|
|
18023
18085
|
* Do not edit directly
|
|
18024
|
-
* Generated on Wed,
|
|
18086
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
18025
18087
|
*/
|
|
18026
18088
|
|
|
18027
18089
|
:root {
|
|
@@ -18041,7 +18103,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18041
18103
|
|
|
18042
18104
|
/**
|
|
18043
18105
|
* Do not edit directly
|
|
18044
|
-
* Generated on Wed,
|
|
18106
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
18045
18107
|
*/
|
|
18046
18108
|
|
|
18047
18109
|
:root,
|
|
@@ -18130,7 +18192,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18130
18192
|
|
|
18131
18193
|
/**
|
|
18132
18194
|
* Do not edit directly
|
|
18133
|
-
* Generated on Wed,
|
|
18195
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
18134
18196
|
*/
|
|
18135
18197
|
|
|
18136
18198
|
:root,
|
|
@@ -18154,7 +18216,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18154
18216
|
|
|
18155
18217
|
/**
|
|
18156
18218
|
* Do not edit directly
|
|
18157
|
-
* Generated on Wed,
|
|
18219
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
18158
18220
|
*/
|
|
18159
18221
|
|
|
18160
18222
|
:root {
|
|
@@ -18630,7 +18692,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18630
18692
|
|
|
18631
18693
|
/**
|
|
18632
18694
|
* Do not edit directly
|
|
18633
|
-
* Generated on Wed,
|
|
18695
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
18634
18696
|
*/
|
|
18635
18697
|
|
|
18636
18698
|
:root,
|
|
@@ -18644,7 +18706,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18644
18706
|
|
|
18645
18707
|
/**
|
|
18646
18708
|
* Do not edit directly
|
|
18647
|
-
* Generated on Wed,
|
|
18709
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
18648
18710
|
*/
|
|
18649
18711
|
|
|
18650
18712
|
:root {
|
|
@@ -18658,7 +18720,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
18658
18720
|
|
|
18659
18721
|
/**
|
|
18660
18722
|
* Do not edit directly
|
|
18661
|
-
* Generated on Wed,
|
|
18723
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
18662
18724
|
*/
|
|
18663
18725
|
|
|
18664
18726
|
:root {
|
|
@@ -20834,7 +20896,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
20834
20896
|
|
|
20835
20897
|
/**
|
|
20836
20898
|
* Do not edit directly
|
|
20837
|
-
* Generated on Wed,
|
|
20899
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
20838
20900
|
*/
|
|
20839
20901
|
|
|
20840
20902
|
:root {
|
|
@@ -20858,7 +20920,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
20858
20920
|
|
|
20859
20921
|
/**
|
|
20860
20922
|
* Do not edit directly
|
|
20861
|
-
* Generated on Wed,
|
|
20923
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
20862
20924
|
*/
|
|
20863
20925
|
|
|
20864
20926
|
:root,
|
|
@@ -21517,7 +21579,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
21517
21579
|
|
|
21518
21580
|
/**
|
|
21519
21581
|
* Do not edit directly
|
|
21520
|
-
* Generated on Wed,
|
|
21582
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
21521
21583
|
*/
|
|
21522
21584
|
|
|
21523
21585
|
:root,
|
|
@@ -21531,7 +21593,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
21531
21593
|
|
|
21532
21594
|
/**
|
|
21533
21595
|
* Do not edit directly
|
|
21534
|
-
* Generated on Wed,
|
|
21596
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
21535
21597
|
*/
|
|
21536
21598
|
|
|
21537
21599
|
:root {
|
|
@@ -21547,7 +21609,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
21547
21609
|
|
|
21548
21610
|
/**
|
|
21549
21611
|
* Do not edit directly
|
|
21550
|
-
* Generated on Wed,
|
|
21612
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
21551
21613
|
*/
|
|
21552
21614
|
|
|
21553
21615
|
:root,
|
|
@@ -22344,7 +22406,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
22344
22406
|
|
|
22345
22407
|
/**
|
|
22346
22408
|
* Do not edit directly
|
|
22347
|
-
* Generated on Wed,
|
|
22409
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
22348
22410
|
*/
|
|
22349
22411
|
|
|
22350
22412
|
:root {
|
|
@@ -22353,7 +22415,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
22353
22415
|
|
|
22354
22416
|
/**
|
|
22355
22417
|
* Do not edit directly
|
|
22356
|
-
* Generated on Wed,
|
|
22418
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
22357
22419
|
*/
|
|
22358
22420
|
|
|
22359
22421
|
:root,
|
|
@@ -23179,7 +23241,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
23179
23241
|
|
|
23180
23242
|
/**
|
|
23181
23243
|
* Do not edit directly
|
|
23182
|
-
* Generated on Wed,
|
|
23244
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
23183
23245
|
*/
|
|
23184
23246
|
|
|
23185
23247
|
:root,
|
|
@@ -23725,7 +23787,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
23725
23787
|
|
|
23726
23788
|
/**
|
|
23727
23789
|
* Do not edit directly
|
|
23728
|
-
* Generated on Wed,
|
|
23790
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
23729
23791
|
*/
|
|
23730
23792
|
|
|
23731
23793
|
:root {
|
|
@@ -23734,7 +23796,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
23734
23796
|
|
|
23735
23797
|
/**
|
|
23736
23798
|
* Do not edit directly
|
|
23737
|
-
* Generated on Wed,
|
|
23799
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
23738
23800
|
*/
|
|
23739
23801
|
|
|
23740
23802
|
:root,
|
|
@@ -24230,7 +24292,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24230
24292
|
|
|
24231
24293
|
/**
|
|
24232
24294
|
* Do not edit directly
|
|
24233
|
-
* Generated on Wed,
|
|
24295
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
24234
24296
|
*/
|
|
24235
24297
|
|
|
24236
24298
|
:root,
|
|
@@ -24329,7 +24391,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24329
24391
|
|
|
24330
24392
|
/**
|
|
24331
24393
|
* Do not edit directly
|
|
24332
|
-
* Generated on Wed,
|
|
24394
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
24333
24395
|
*/
|
|
24334
24396
|
|
|
24335
24397
|
:root {
|
|
@@ -24516,7 +24578,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24516
24578
|
|
|
24517
24579
|
/**
|
|
24518
24580
|
* Do not edit directly
|
|
24519
|
-
* Generated on Wed,
|
|
24581
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
24520
24582
|
*/
|
|
24521
24583
|
|
|
24522
24584
|
:root {
|
|
@@ -24808,7 +24870,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24808
24870
|
|
|
24809
24871
|
/**
|
|
24810
24872
|
* Do not edit directly
|
|
24811
|
-
* Generated on Wed,
|
|
24873
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
24812
24874
|
*/
|
|
24813
24875
|
|
|
24814
24876
|
:root {
|
|
@@ -24819,7 +24881,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
24819
24881
|
|
|
24820
24882
|
/**
|
|
24821
24883
|
* Do not edit directly
|
|
24822
|
-
* Generated on Wed,
|
|
24884
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
24823
24885
|
*/
|
|
24824
24886
|
|
|
24825
24887
|
:root,
|
|
@@ -25080,7 +25142,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
25080
25142
|
|
|
25081
25143
|
/**
|
|
25082
25144
|
* Do not edit directly
|
|
25083
|
-
* Generated on Wed,
|
|
25145
|
+
* Generated on Wed, 02 Sep 2026 13:29:05 GMT
|
|
25084
25146
|
*/
|
|
25085
25147
|
|
|
25086
25148
|
:root {
|
|
@@ -25089,7 +25151,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
25089
25151
|
|
|
25090
25152
|
/**
|
|
25091
25153
|
* Do not edit directly
|
|
25092
|
-
* Generated on Wed,
|
|
25154
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
25093
25155
|
*/
|
|
25094
25156
|
|
|
25095
25157
|
:root,
|
|
@@ -25335,7 +25397,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
25335
25397
|
|
|
25336
25398
|
/**
|
|
25337
25399
|
* Do not edit directly
|
|
25338
|
-
* Generated on Wed,
|
|
25400
|
+
* Generated on Wed, 02 Sep 2026 13:29:06 GMT
|
|
25339
25401
|
*/
|
|
25340
25402
|
|
|
25341
25403
|
:root,
|