@primer/react-brand 0.34.3-rc.8833d0e5 → 0.34.3-rc.b2a35b96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Accordion/Accordion.d.ts +1 -0
- package/lib/CTABanner/CTABanner.d.ts +4 -4
- package/lib/Hero/Hero.d.ts +3 -1
- package/lib/LogoSuite/LogoSuite.d.ts +5 -5
- package/lib/PricingOptions/PricingOptions.d.ts +8 -0
- package/lib/SubdomainNavBar/SubdomainNavBar.d.ts +2 -1
- package/lib/VideoPlayer/VideoPlayer.d.ts +18 -8
- package/lib/VideoPlayer/components/CCButton/CCButton.d.ts +2 -0
- package/lib/VideoPlayer/components/CCButton/index.d.ts +1 -0
- package/lib/VideoPlayer/components/Captions/Captions.d.ts +2 -0
- package/lib/VideoPlayer/components/Controls/Controls.d.ts +6 -0
- package/lib/VideoPlayer/components/ControlsBar/ControlsBar.d.ts +3 -0
- package/lib/VideoPlayer/components/ControlsBar/index.d.ts +1 -0
- package/lib/VideoPlayer/components/FullScreenButton/FullScreenButton.d.ts +2 -0
- package/lib/VideoPlayer/components/FullScreenButton/index.d.ts +1 -0
- package/lib/VideoPlayer/components/{icon-control → IconControl}/IconControl.d.ts +2 -2
- package/lib/VideoPlayer/components/MuteButton/MuteButton.d.ts +2 -0
- package/lib/VideoPlayer/components/MuteButton/index.d.ts +1 -0
- package/lib/VideoPlayer/components/PauseIcon/PauseIcon.d.ts +2 -0
- package/lib/VideoPlayer/components/PauseIcon/index.d.ts +1 -0
- package/lib/VideoPlayer/components/PlayIcon/PlayIcon.d.ts +2 -0
- package/lib/VideoPlayer/components/PlayIcon/index.d.ts +1 -0
- package/lib/VideoPlayer/components/PlayPauseButton/PlayPauseButton.d.ts +2 -0
- package/lib/VideoPlayer/components/PlayPauseButton/index.d.ts +1 -0
- package/lib/VideoPlayer/components/{range → Range}/Range.d.ts +2 -3
- package/lib/VideoPlayer/components/SeekControl/SeekControl.d.ts +4 -0
- package/lib/VideoPlayer/components/SeekControl/index.d.ts +1 -0
- package/lib/VideoPlayer/components/VideoTooltip/VideoTooltip.d.ts +4 -0
- package/lib/VideoPlayer/components/VideoTooltip/index.d.ts +1 -0
- package/lib/VideoPlayer/components/VolumeControl/VolumeControl.d.ts +2 -0
- package/lib/VideoPlayer/components/VolumeControl/index.d.ts +1 -0
- package/lib/VideoPlayer/components/index.d.ts +14 -5
- package/lib/VideoPlayer/hooks/index.d.ts +4 -0
- package/lib/VideoPlayer/hooks/useIsElementFullScreen.d.ts +2 -0
- package/lib/VideoPlayer/hooks/useVideo.d.ts +34 -0
- package/lib/VideoPlayer/hooks/useVideoKeypressHandlers.d.ts +3 -0
- package/lib/VideoPlayer/hooks/useVideoResizeObserver.d.ts +5 -0
- package/lib/VideoPlayer/index.d.ts +1 -0
- package/lib/css/main.css +736 -194
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
- package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
- package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +3 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/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 +15 -0
- package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +5 -4
- package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +39 -21
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +5 -4
- package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +5 -4
- package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +4 -3
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +5 -4
- package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
- package/lib/index.js +1 -1
- package/lib/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts +16 -0
- package/lib/recipes/SolutionTemplates/CategoryPage/CategoryPage.visual.spec.d.ts +1 -0
- package/lib/recipes/SolutionTemplates/SolutionPage/Industry/Industry.visual.spec.d.ts +1 -0
- package/lib/recipes/SolutionTemplates/SolutionPage/Size/Size.visual.spec.d.ts +1 -0
- package/lib/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts +16 -0
- package/lib/recipes/SolutionTemplates/SolutionPage/UseCase/UseCase.visual.spec.d.ts +1 -0
- package/lib/recipes/SolutionTemplates/SolutionPage/index.d.ts +1 -0
- package/lib/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts +16 -0
- package/lib/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.visual.spec.d.ts +1 -0
- package/lib/recipes/SolutionTemplates/helpers.d.ts +126 -0
- package/lib/recipes/SolutionTemplates/index.d.ts +0 -0
- package/lib/river/River/River.d.ts +29 -3
- package/lib/river/RiverBreakout/RiverBreakout.d.ts +1 -7
- package/lib/river/RiverStoryScroll/RiverStoryScroll.d.ts +18 -0
- package/lib/river/RiverStoryScroll/RiverStoryScroll.visual.spec.d.ts +1 -0
- package/lib/river/RiverStoryScroll/RiverStoryScrollProvider.d.ts +12 -0
- package/lib/river/RiverStoryScroll/RiverStoryScrollResponder.d.ts +10 -0
- package/lib/river/RiverStoryScroll/RiverStoryScrollTracker.d.ts +9 -0
- package/lib/river/RiverStoryScroll/index.d.ts +1 -0
- package/lib/river/index.d.ts +1 -0
- package/package.json +1 -1
- package/lib/VideoPlayer/components/captions/Captions.d.ts +0 -8
- package/lib/VideoPlayer/components/controls/Controls.d.ts +0 -11
- package/lib/VideoPlayer/components/tooltip/Tooltip.d.ts +0 -4
- package/lib/VideoPlayer/components/tooltip/index.d.ts +0 -1
- /package/lib/VideoPlayer/components/{captions → Captions}/index.d.ts +0 -0
- /package/lib/VideoPlayer/components/{controls → Controls}/index.d.ts +0 -0
- /package/lib/VideoPlayer/components/{icon-control → IconControl}/index.d.ts +0 -0
- /package/lib/VideoPlayer/components/{range → Range}/index.d.ts +0 -0
package/lib/css/main.css
CHANGED
|
@@ -89,7 +89,7 @@ select {
|
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
91
|
* Do not edit directly
|
|
92
|
-
* Generated on
|
|
92
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
93
93
|
*/
|
|
94
94
|
|
|
95
95
|
:root,
|
|
@@ -367,7 +367,7 @@ select {
|
|
|
367
367
|
|
|
368
368
|
/**
|
|
369
369
|
* Do not edit directly
|
|
370
|
-
* Generated on
|
|
370
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
371
371
|
*/
|
|
372
372
|
|
|
373
373
|
:root {
|
|
@@ -392,7 +392,7 @@ select {
|
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
394
|
* Do not edit directly
|
|
395
|
-
* Generated on
|
|
395
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
396
396
|
*/
|
|
397
397
|
|
|
398
398
|
:root {
|
|
@@ -408,7 +408,7 @@ select {
|
|
|
408
408
|
|
|
409
409
|
/**
|
|
410
410
|
* Do not edit directly
|
|
411
|
-
* Generated on
|
|
411
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
412
412
|
*/
|
|
413
413
|
|
|
414
414
|
:root {
|
|
@@ -540,7 +540,7 @@ select {
|
|
|
540
540
|
|
|
541
541
|
/**
|
|
542
542
|
* Do not edit directly
|
|
543
|
-
* Generated on
|
|
543
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
544
544
|
*/
|
|
545
545
|
|
|
546
546
|
:root {
|
|
@@ -554,7 +554,7 @@ select {
|
|
|
554
554
|
|
|
555
555
|
/**
|
|
556
556
|
* Do not edit directly
|
|
557
|
-
* Generated on
|
|
557
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
558
558
|
*/
|
|
559
559
|
|
|
560
560
|
:root {
|
|
@@ -573,7 +573,7 @@ select {
|
|
|
573
573
|
|
|
574
574
|
/**
|
|
575
575
|
* Do not edit directly
|
|
576
|
-
* Generated on
|
|
576
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
577
577
|
*/
|
|
578
578
|
|
|
579
579
|
:root,
|
|
@@ -707,6 +707,11 @@ select {
|
|
|
707
707
|
max-width: 18ch;
|
|
708
708
|
}
|
|
709
709
|
|
|
710
|
+
.Primer_Brand__Hero-module__Hero-heading--fullWidth___Q3N1y {
|
|
711
|
+
max-width: none;
|
|
712
|
+
max-width: initial;
|
|
713
|
+
}
|
|
714
|
+
|
|
710
715
|
.Primer_Brand__Hero-module__Hero-description___vG4iA {
|
|
711
716
|
margin: var(--base-size-24) 0 0;
|
|
712
717
|
max-width: 50ch;
|
|
@@ -963,7 +968,7 @@ select {
|
|
|
963
968
|
|
|
964
969
|
/**
|
|
965
970
|
* Do not edit directly
|
|
966
|
-
* Generated on
|
|
971
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
967
972
|
*/
|
|
968
973
|
|
|
969
974
|
:root,
|
|
@@ -1549,7 +1554,7 @@ select {
|
|
|
1549
1554
|
|
|
1550
1555
|
/**
|
|
1551
1556
|
* Do not edit directly
|
|
1552
|
-
* Generated on
|
|
1557
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
1553
1558
|
*/
|
|
1554
1559
|
|
|
1555
1560
|
:root {
|
|
@@ -1776,7 +1781,7 @@ select {
|
|
|
1776
1781
|
|
|
1777
1782
|
/**
|
|
1778
1783
|
* Do not edit directly
|
|
1779
|
-
* Generated on
|
|
1784
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
1780
1785
|
*/
|
|
1781
1786
|
|
|
1782
1787
|
:root,
|
|
@@ -2060,7 +2065,7 @@ select {
|
|
|
2060
2065
|
|
|
2061
2066
|
/**
|
|
2062
2067
|
* Do not edit directly
|
|
2063
|
-
* Generated on
|
|
2068
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
2064
2069
|
*/
|
|
2065
2070
|
|
|
2066
2071
|
:root {
|
|
@@ -2087,7 +2092,7 @@ select {
|
|
|
2087
2092
|
|
|
2088
2093
|
/**
|
|
2089
2094
|
* Do not edit directly
|
|
2090
|
-
* Generated on
|
|
2095
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
2091
2096
|
*/
|
|
2092
2097
|
|
|
2093
2098
|
:root,
|
|
@@ -2845,7 +2850,7 @@ select {
|
|
|
2845
2850
|
|
|
2846
2851
|
/**
|
|
2847
2852
|
* Do not edit directly
|
|
2848
|
-
* Generated on
|
|
2853
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
2849
2854
|
*/
|
|
2850
2855
|
|
|
2851
2856
|
:root {
|
|
@@ -3688,7 +3693,7 @@ select {
|
|
|
3688
3693
|
|
|
3689
3694
|
/**
|
|
3690
3695
|
* Do not edit directly
|
|
3691
|
-
* Generated on
|
|
3696
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
3692
3697
|
*/
|
|
3693
3698
|
|
|
3694
3699
|
:root {
|
|
@@ -3709,7 +3714,7 @@ select {
|
|
|
3709
3714
|
|
|
3710
3715
|
/**
|
|
3711
3716
|
* Do not edit directly
|
|
3712
|
-
* Generated on
|
|
3717
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
3713
3718
|
*/
|
|
3714
3719
|
|
|
3715
3720
|
:root {
|
|
@@ -3720,7 +3725,7 @@ select {
|
|
|
3720
3725
|
|
|
3721
3726
|
/**
|
|
3722
3727
|
* Do not edit directly
|
|
3723
|
-
* Generated on
|
|
3728
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
3724
3729
|
*/
|
|
3725
3730
|
|
|
3726
3731
|
:root {
|
|
@@ -3932,6 +3937,549 @@ select {
|
|
|
3932
3937
|
}
|
|
3933
3938
|
}
|
|
3934
3939
|
|
|
3940
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
3941
|
+
--ease: cubic-bezier(0.22, 0.56, 0.23, 0.89);
|
|
3942
|
+
-webkit-font-smoothing: antialiased;
|
|
3943
|
+
--stackDistance: calc(var(--base-size-24) * -1);
|
|
3944
|
+
|
|
3945
|
+
/* River visual (videos)
|
|
3946
|
+
* UL = unit-less, needed for division in certain scenarios
|
|
3947
|
+
*/
|
|
3948
|
+
--visualMaxWidth: 1032px;
|
|
3949
|
+
--visualMaxWidthUL: 1032;
|
|
3950
|
+
--visualMaxHeight: min(690px, 60vh);
|
|
3951
|
+
--visualMaxHeightUL: 690;
|
|
3952
|
+
position: relative;
|
|
3953
|
+
}
|
|
3954
|
+
|
|
3955
|
+
@media (max-height: 600px) {
|
|
3956
|
+
|
|
3957
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
3958
|
+
--visualMaxHeight: 50vh;
|
|
3959
|
+
}
|
|
3960
|
+
}
|
|
3961
|
+
|
|
3962
|
+
@media (max-height: 500px) {
|
|
3963
|
+
|
|
3964
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
3965
|
+
--visualMaxHeight: 40vh;
|
|
3966
|
+
}
|
|
3967
|
+
}
|
|
3968
|
+
|
|
3969
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__inner___V0daX {
|
|
3970
|
+
position: relative;
|
|
3971
|
+
}
|
|
3972
|
+
|
|
3973
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-cover___rCa_Y {
|
|
3974
|
+
position: absolute;
|
|
3975
|
+
left: 0;
|
|
3976
|
+
width: 100%;
|
|
3977
|
+
}
|
|
3978
|
+
|
|
3979
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__image___WmawN {
|
|
3980
|
+
margin-left: auto;
|
|
3981
|
+
margin-right: auto;
|
|
3982
|
+
width: auto;
|
|
3983
|
+
z-index: 10;
|
|
3984
|
+
position: relative;
|
|
3985
|
+
border-radius: var(--brand-borderRadius-large);
|
|
3986
|
+
}
|
|
3987
|
+
|
|
3988
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll--enabled___EpqB5 .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__internal-river___eUmDR {
|
|
3989
|
+
grid-template-columns: 1fr;
|
|
3990
|
+
gap: 0;
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll--enabled___EpqB5 .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__internal-river___eUmDR img,
|
|
3994
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll--enabled___EpqB5 .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__internal-river___eUmDR video {
|
|
3995
|
+
display: none;
|
|
3996
|
+
}
|
|
3997
|
+
|
|
3998
|
+
@media screen and (max-width: 768px) {
|
|
3999
|
+
@media (max-height: 720px) {
|
|
4000
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4001
|
+
--visualMaxHeight: 55vh;
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4005
|
+
|
|
4006
|
+
--topOffset: calc((100vh - min(664px, 60vh)) / 3);
|
|
4007
|
+
}
|
|
4008
|
+
|
|
4009
|
+
@media (max-width: 542px) {
|
|
4010
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4011
|
+
/* --topOffset: calc((100vh - min(664px, 60vh)) / 2);*/
|
|
4012
|
+
|
|
4013
|
+
--topOffset: calc((100vh - min(664px, 60vh)) / 5);
|
|
4014
|
+
}
|
|
4015
|
+
}
|
|
4016
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4017
|
+
/* Spacing above the visual */
|
|
4018
|
+
--availableWidth: calc(100vw - var(--storyScrollPadding) * 2);
|
|
4019
|
+
--relativeVisualHeight: calc(var(--visualMaxHeightUL) / var(--visualMaxWidthUL) * var(--availableWidth));
|
|
4020
|
+
--visualHeight: min(var(--visualMaxHeight), var(--relativeVisualHeight));
|
|
4021
|
+
--visualWidth: calc(var(--visualHeight) * var(--visualMaxWidthUL) / var(--visualMaxHeightUL));
|
|
4022
|
+
--scrollTextHeight: 58vh;
|
|
4023
|
+
--textToVisualPadding: max(5vh, 40px);
|
|
4024
|
+
|
|
4025
|
+
--topScrollOffset: calc(var(--visualHeight));
|
|
4026
|
+
--bottomScrollOffset: calc(100vh - var(--topOffset) - var(--visualHeight) - var(--textToVisualPadding));
|
|
4027
|
+
|
|
4028
|
+
--extraBottomSpacing: 70px;
|
|
4029
|
+
}
|
|
4030
|
+
|
|
4031
|
+
@media (max-width: 768px) and (min-height: 670px) {
|
|
4032
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4033
|
+
--extraBottomSpacing: calc(-1 * (100vh - 100vw) / 5);
|
|
4034
|
+
}
|
|
4035
|
+
}
|
|
4036
|
+
|
|
4037
|
+
@media (min-width: 542px) and (max-width: 1028px) and (min-height: 670px) {
|
|
4038
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4039
|
+
--extraBottomSpacing: calc(-1 * (100vh - 100vw) / 3);
|
|
4040
|
+
}
|
|
4041
|
+
}
|
|
4042
|
+
|
|
4043
|
+
@media (min-width: 542px) {
|
|
4044
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4045
|
+
--scrollTextHeight: 42vh;
|
|
4046
|
+
}
|
|
4047
|
+
}
|
|
4048
|
+
@media (max-height: 520px) {
|
|
4049
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4050
|
+
--scrollTextHeight: 70vh;
|
|
4051
|
+
}
|
|
4052
|
+
}
|
|
4053
|
+
|
|
4054
|
+
@media (min-width: 768px) {
|
|
4055
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4056
|
+
}
|
|
4057
|
+
}
|
|
4058
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4059
|
+
|
|
4060
|
+
--storyScrollPadding: min(32px, 5vw);
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4063
|
+
@media (min-width: 1028px) {
|
|
4064
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4065
|
+
--stackDistance: -30px;
|
|
4066
|
+
}
|
|
4067
|
+
}
|
|
4068
|
+
|
|
4069
|
+
@media (max-height: 800px) {
|
|
4070
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4071
|
+
--stackDistance: -20px;
|
|
4072
|
+
}
|
|
4073
|
+
}
|
|
4074
|
+
|
|
4075
|
+
@media (max-height: 500px) {
|
|
4076
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4077
|
+
--stackDistance: -15px;
|
|
4078
|
+
}
|
|
4079
|
+
}
|
|
4080
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4081
|
+
|
|
4082
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-container___ZJlnt {
|
|
4083
|
+
position: absolute;
|
|
4084
|
+
width: 100%;
|
|
4085
|
+
height: 100%;
|
|
4086
|
+
left: 0;
|
|
4087
|
+
top: 0;
|
|
4088
|
+
}
|
|
4089
|
+
|
|
4090
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo {
|
|
4091
|
+
min-height: var(--scrollTextHeight);
|
|
4092
|
+
position: relative;
|
|
4093
|
+
transition: opacity 0.3s var(--ease);
|
|
4094
|
+
}
|
|
4095
|
+
|
|
4096
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo[\:has\(\%2B\%20.in-viewport\)] {
|
|
4097
|
+
opacity: 0;
|
|
4098
|
+
}
|
|
4099
|
+
|
|
4100
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo:has(+ .Primer_Brand__RiverStoryScroll-module__in-viewport___AxNUA) {
|
|
4101
|
+
opacity: 0;
|
|
4102
|
+
}
|
|
4103
|
+
|
|
4104
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo.Primer_Brand__RiverStoryScroll-module__in-viewport___AxNUA + .Primer_Brand__RiverStoryScroll-module__outside-viewport___ivCAg {
|
|
4105
|
+
opacity: 0;
|
|
4106
|
+
}
|
|
4107
|
+
|
|
4108
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4109
|
+
max-width: calc(1032px + var(--storyScrollPadding) * 2);
|
|
4110
|
+
margin-top: min(30vw, 22vh);
|
|
4111
|
+
margin-left: auto;
|
|
4112
|
+
margin-right: auto;
|
|
4113
|
+
padding-right: var(--storyScrollPadding);
|
|
4114
|
+
padding-left: var(--storyScrollPadding);
|
|
4115
|
+
}
|
|
4116
|
+
|
|
4117
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__content-container--below____OTaq {
|
|
4118
|
+
padding-top: var(--topScrollOffset);
|
|
4119
|
+
padding-bottom: var(--bottomScrollOffset);
|
|
4120
|
+
}
|
|
4121
|
+
|
|
4122
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__image___WmawN {
|
|
4123
|
+
height: auto;
|
|
4124
|
+
width: 100%;
|
|
4125
|
+
max-width: var(--visualWidth);
|
|
4126
|
+
border-radius: var(--brand-borderRadius-large);
|
|
4127
|
+
}
|
|
4128
|
+
|
|
4129
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-container-inner___oFalR {
|
|
4130
|
+
position: sticky;
|
|
4131
|
+
pointer-events: none;
|
|
4132
|
+
top: 0;
|
|
4133
|
+
padding-top: var(--topOffset);
|
|
4134
|
+
margin-top: calc(-1 * var(--topOffset));
|
|
4135
|
+
display: flex;
|
|
4136
|
+
z-index: 1;
|
|
4137
|
+
flex-direction: column;
|
|
4138
|
+
height: 100vh;
|
|
4139
|
+
}
|
|
4140
|
+
|
|
4141
|
+
/* Enhanced styling if dvh is supported */
|
|
4142
|
+
}
|
|
4143
|
+
@supports (height: 100dvh) {
|
|
4144
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4145
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-container-inner___oFalR {
|
|
4146
|
+
height: 100dvh;
|
|
4147
|
+
}
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4150
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4151
|
+
|
|
4152
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual--below___gJyav {
|
|
4153
|
+
background-image: linear-gradient(
|
|
4154
|
+
180deg,
|
|
4155
|
+
var(--brand-RiverStoryScroll-content-inactive-bgColor) calc(var(--topOffset) + var(--visualHeight) + 3px),
|
|
4156
|
+
transparent calc(var(--topOffset) + var(--visualHeight) + var(--textToVisualPadding)),
|
|
4157
|
+
transparent 93%,
|
|
4158
|
+
var(--brand-RiverStoryScroll-content-inactive-bgColor) 99%
|
|
4159
|
+
);
|
|
4160
|
+
}
|
|
4161
|
+
|
|
4162
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual--below___gJyav .Primer_Brand__RiverStoryScroll-module__story-scroll-text___isxdl {
|
|
4163
|
+
margin-top: var(--base-size-40);
|
|
4164
|
+
}
|
|
4165
|
+
|
|
4166
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B {
|
|
4167
|
+
opacity: 0;
|
|
4168
|
+
display: none;
|
|
4169
|
+
}
|
|
4170
|
+
|
|
4171
|
+
/* Show first visual, even when nothing is visible */
|
|
4172
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B:nth-child(2) {
|
|
4173
|
+
opacity: 1;
|
|
4174
|
+
display: block;
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4177
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-scroll-responder___DKr1C {
|
|
4178
|
+
transition: 0.5s var(--ease) transform, 0.5s var(--ease) filter, 0.5s var(--ease) opacity;
|
|
4179
|
+
pointer-events: auto;
|
|
4180
|
+
}
|
|
4181
|
+
|
|
4182
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B[\:has\(\%20.tracker-in-viewport\)] {
|
|
4183
|
+
position: absolute;
|
|
4184
|
+
display: block;
|
|
4185
|
+
margin-left: auto;
|
|
4186
|
+
margin-right: auto;
|
|
4187
|
+
left: 0;
|
|
4188
|
+
right: 0;
|
|
4189
|
+
}
|
|
4190
|
+
|
|
4191
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B:has(~ .Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv) {
|
|
4192
|
+
position: absolute;
|
|
4193
|
+
display: block;
|
|
4194
|
+
margin-left: auto;
|
|
4195
|
+
margin-right: auto;
|
|
4196
|
+
left: 0;
|
|
4197
|
+
right: 0;
|
|
4198
|
+
}
|
|
4199
|
+
|
|
4200
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv + .Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B {
|
|
4201
|
+
transform: translateY(calc(var(--stackDistance) * -1)) scale(1.015);
|
|
4202
|
+
position: absolute;
|
|
4203
|
+
display: block;
|
|
4204
|
+
margin-left: auto;
|
|
4205
|
+
margin-right: auto;
|
|
4206
|
+
left: 0;
|
|
4207
|
+
right: 0;
|
|
4208
|
+
}
|
|
4209
|
+
|
|
4210
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B[\:has\(\%2B\%20.tracker-in-viewport\)] {
|
|
4211
|
+
transform: translateY(var(--stackDistance)) scale(0.95);
|
|
4212
|
+
filter: brightness(70%);
|
|
4213
|
+
opacity: 1;
|
|
4214
|
+
}
|
|
4215
|
+
|
|
4216
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B:has(+ .Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv) {
|
|
4217
|
+
transform: translateY(var(--stackDistance)) scale(0.95);
|
|
4218
|
+
filter: brightness(70%);
|
|
4219
|
+
opacity: 1;
|
|
4220
|
+
}
|
|
4221
|
+
|
|
4222
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B[\:has\(\%2B\%20.tracker-outside-viewport\%20\%2B\%20.tracker-in-viewport\)] {
|
|
4223
|
+
transform: translateY(calc(var(--stackDistance) * 2)) scale(0.9);
|
|
4224
|
+
filter: brightness(50%);
|
|
4225
|
+
opacity: 1;
|
|
4226
|
+
}
|
|
4227
|
+
|
|
4228
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B:has(+ .Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B + .Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv) {
|
|
4229
|
+
transform: translateY(calc(var(--stackDistance) * 2)) scale(0.9);
|
|
4230
|
+
filter: brightness(50%);
|
|
4231
|
+
opacity: 1;
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4234
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B[\:has\(\%2B\%20.tracker-outside-viewport\%20\%2B\%20.tracker-outside-viewport\%20\%2B\%20.tracker-in-viewport\)] {
|
|
4235
|
+
transform: translateY(calc(var(--stackDistance) * 3)) scale(0.85);
|
|
4236
|
+
filter: brightness(30%);
|
|
4237
|
+
opacity: 1;
|
|
4238
|
+
}
|
|
4239
|
+
|
|
4240
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B:has(+ .Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B + .Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B + .Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv) {
|
|
4241
|
+
transform: translateY(calc(var(--stackDistance) * 3)) scale(0.85);
|
|
4242
|
+
filter: brightness(30%);
|
|
4243
|
+
opacity: 1;
|
|
4244
|
+
}
|
|
4245
|
+
|
|
4246
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B[\:has\(\%0A\%20\%20\%20\%20\%20\%20\%20\%20\%2B\%20.tracker-outside-viewport\%20\%2B\%20.tracker-outside-viewport\%20\%2B\%20.tracker-outside-viewport\%20\%2B\%20.tracker-in-viewport\%0A\%20\%20\%20\%20\%20\%20\)] {
|
|
4247
|
+
transform: translateY(calc(var(--stackDistance) * 4)) scale(0.8);
|
|
4248
|
+
filter: brightness(10%);
|
|
4249
|
+
opacity: 1;
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4252
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B:has(
|
|
4253
|
+
+ .Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B + .Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B + .Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B + .Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv
|
|
4254
|
+
) {
|
|
4255
|
+
transform: translateY(calc(var(--stackDistance) * 4)) scale(0.8);
|
|
4256
|
+
filter: brightness(10%);
|
|
4257
|
+
opacity: 1;
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4260
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv {
|
|
4261
|
+
display: block;
|
|
4262
|
+
position: relative;
|
|
4263
|
+
}
|
|
4264
|
+
|
|
4265
|
+
/*
|
|
4266
|
+
TODO: Re-enable these at a later date
|
|
4267
|
+
|
|
4268
|
+
.video-controls {
|
|
4269
|
+
--distanceFromEdge: 12px;
|
|
4270
|
+
position: absolute;
|
|
4271
|
+
right: calc((100% - var(--visualWidth)) / 2 + var(--distanceFromEdge));
|
|
4272
|
+
bottom: var(--distanceFromEdge);
|
|
4273
|
+
z-index: 10;
|
|
4274
|
+
pointer-events: auto;
|
|
4275
|
+
transition: opacity 0.3s var(--ease);
|
|
4276
|
+
opacity: 0;
|
|
4277
|
+
}
|
|
4278
|
+
|
|
4279
|
+
@media (min-width: 542px) {
|
|
4280
|
+
.video-controls {
|
|
4281
|
+
--distanceFromEdge: 20px;
|
|
4282
|
+
}
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4285
|
+
.RiverStoryScroll__visual-scroll-responder:hover .video-controls,
|
|
4286
|
+
.video-controls-ended {
|
|
4287
|
+
opacity: 1;
|
|
4288
|
+
}
|
|
4289
|
+
|
|
4290
|
+
.video-control {
|
|
4291
|
+
background-color: rgba(0, 0, 0, 0.18);
|
|
4292
|
+
display: flex;
|
|
4293
|
+
align-items: center;
|
|
4294
|
+
justify-content: center;
|
|
4295
|
+
border-radius: 200px;
|
|
4296
|
+
width: 44px;
|
|
4297
|
+
height: 44px;
|
|
4298
|
+
transition: background-color 0.2s ease;
|
|
4299
|
+
}
|
|
4300
|
+
|
|
4301
|
+
.video-control:hover,
|
|
4302
|
+
.video-control:focus {
|
|
4303
|
+
background-color: rgba(0, 0, 0, 0.35);
|
|
4304
|
+
} */
|
|
4305
|
+
|
|
4306
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__content-stack___jBEVs {
|
|
4307
|
+
position: sticky;
|
|
4308
|
+
padding-top: var(--textToVisualPadding);
|
|
4309
|
+
top: calc(var(--topOffset) + var(--visualHeight));
|
|
4310
|
+
}
|
|
4311
|
+
|
|
4312
|
+
/* This is a hack to make the sticky behavior exclude the height of itself as it reaches the bottom */
|
|
4313
|
+
/* This makes it possible to calculate the end of the sticky scroll without having to account for text content */
|
|
4314
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo:last-child .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__content-stack___jBEVs {
|
|
4315
|
+
height: 0;
|
|
4316
|
+
}
|
|
4317
|
+
|
|
4318
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination___KPrEv {
|
|
4319
|
+
display: flex;
|
|
4320
|
+
flex-direction: column;
|
|
4321
|
+
gap: var(--base-size-4);
|
|
4322
|
+
position: absolute;
|
|
4323
|
+
left: calc((100vw - 100%) / 2 * -1 + min(10px, 2.8vw));
|
|
4324
|
+
right: 0;
|
|
4325
|
+
margin: auto;
|
|
4326
|
+
height: var(--visualHeight);
|
|
4327
|
+
justify-content: center;
|
|
4328
|
+
}
|
|
4329
|
+
|
|
4330
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination-dot___G_E1k {
|
|
4331
|
+
width: 6px;
|
|
4332
|
+
height: 6px;
|
|
4333
|
+
border-radius: var(--brand-borderRadius-large);
|
|
4334
|
+
opacity: 0.55;
|
|
4335
|
+
background: var(--brand-RiverStoryScroll-pagination-fgColor);
|
|
4336
|
+
transition: opacity var(--brand-animation-duration-default) var(--ease),
|
|
4337
|
+
height var(--brand-animation-duration-default) var(--ease);
|
|
4338
|
+
}
|
|
4339
|
+
|
|
4340
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv:nth-child(2) ~ .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination___KPrEv .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination-dot___G_E1k:nth-child(1) {
|
|
4341
|
+
opacity: 1;
|
|
4342
|
+
height: var(--base-size-24);
|
|
4343
|
+
}
|
|
4344
|
+
|
|
4345
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv:nth-child(3) ~ .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination___KPrEv .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination-dot___G_E1k:nth-child(2) {
|
|
4346
|
+
opacity: 1;
|
|
4347
|
+
height: var(--base-size-24);
|
|
4348
|
+
}
|
|
4349
|
+
|
|
4350
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv:nth-child(4) ~ .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination___KPrEv .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination-dot___G_E1k:nth-child(3) {
|
|
4351
|
+
opacity: 1;
|
|
4352
|
+
height: var(--base-size-24);
|
|
4353
|
+
}
|
|
4354
|
+
|
|
4355
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv:nth-child(5) ~ .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination___KPrEv .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination-dot___G_E1k:nth-child(4) {
|
|
4356
|
+
opacity: 1;
|
|
4357
|
+
height: var(--base-size-24);
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4360
|
+
.Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv:nth-child(6) ~ .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination___KPrEv .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__pagination-dot___G_E1k:nth-child(5) {
|
|
4361
|
+
opacity: 1;
|
|
4362
|
+
height: var(--base-size-24);
|
|
4363
|
+
}
|
|
4364
|
+
}
|
|
4365
|
+
}
|
|
4366
|
+
|
|
4367
|
+
@media screen and (min-width: 768px) {
|
|
4368
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__inner___V0daX {
|
|
4369
|
+
display: grid;
|
|
4370
|
+
grid-template-columns: 1fr 1fr;
|
|
4371
|
+
grid-gap: var(--base-size-24);
|
|
4372
|
+
gap: var(--base-size-24);
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4375
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-container___ZJlnt {
|
|
4376
|
+
position: sticky;
|
|
4377
|
+
width: 100%;
|
|
4378
|
+
top: 0;
|
|
4379
|
+
height: 80vh;
|
|
4380
|
+
display: flex;
|
|
4381
|
+
align-items: center;
|
|
4382
|
+
order: 2;
|
|
4383
|
+
}
|
|
4384
|
+
|
|
4385
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-container-inner___oFalR,
|
|
4386
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__image___WmawN {
|
|
4387
|
+
width: 100%;
|
|
4388
|
+
}
|
|
4389
|
+
|
|
4390
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-scroll-responder___DKr1C {
|
|
4391
|
+
position: sticky;
|
|
4392
|
+
top: 0;
|
|
4393
|
+
width: 100%;
|
|
4394
|
+
right: 0;
|
|
4395
|
+
transition: opacity 0.3s var(--ease);
|
|
4396
|
+
padding-top: 10vh;
|
|
4397
|
+
}
|
|
4398
|
+
|
|
4399
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-container-inner___oFalR.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual--below___gJyav {
|
|
4400
|
+
position: sticky;
|
|
4401
|
+
top: 0;
|
|
4402
|
+
}
|
|
4403
|
+
|
|
4404
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-scroll-responder___DKr1C.Primer_Brand__RiverStoryScroll-module__tracker-outside-viewport___K2b2B {
|
|
4405
|
+
position: absolute;
|
|
4406
|
+
top: 0;
|
|
4407
|
+
z-index: -1;
|
|
4408
|
+
opacity: 0;
|
|
4409
|
+
}
|
|
4410
|
+
|
|
4411
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__visual-scroll-responder___DKr1C.Primer_Brand__RiverStoryScroll-module__tracker-in-viewport___MYQAv {
|
|
4412
|
+
z-index: 1;
|
|
4413
|
+
opacity: 1;
|
|
4414
|
+
}
|
|
4415
|
+
|
|
4416
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__content-container____Rsbs.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__content-container--below____OTaq {
|
|
4417
|
+
padding-top: 10vh;
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__content-container____Rsbs.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__content-container--below____OTaq .Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo {
|
|
4421
|
+
padding: 20vh 0;
|
|
4422
|
+
}
|
|
4423
|
+
|
|
4424
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo.Primer_Brand__RiverStoryScroll-module__outside-viewport___ivCAg {
|
|
4425
|
+
position: relative;
|
|
4426
|
+
}
|
|
4427
|
+
|
|
4428
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo {
|
|
4429
|
+
filter: 0;
|
|
4430
|
+
}
|
|
4431
|
+
|
|
4432
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo.Primer_Brand__RiverStoryScroll-module__outside-viewport___ivCAg {
|
|
4433
|
+
filter: blur(1px);
|
|
4434
|
+
transition: filter var(--brand-animation-duration-extended) var(--brand-animation-easing-default);
|
|
4435
|
+
}
|
|
4436
|
+
|
|
4437
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo::after {
|
|
4438
|
+
content: '';
|
|
4439
|
+
transition: opacity var(--brand-animation-duration-extended) var(--brand-animation-easing-default),
|
|
4440
|
+
visibility var(--brand-animation-duration-extended) var(--brand-animation-easing-default);
|
|
4441
|
+
opacity: 0;
|
|
4442
|
+
visibility: hidden;
|
|
4443
|
+
position: absolute;
|
|
4444
|
+
top: 0;
|
|
4445
|
+
left: 0;
|
|
4446
|
+
right: 0;
|
|
4447
|
+
bottom: 0;
|
|
4448
|
+
background-color: var(--brand-RiverStoryScroll-content-inactive-bgColor);
|
|
4449
|
+
}
|
|
4450
|
+
|
|
4451
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__tracker___SR7oo.Primer_Brand__RiverStoryScroll-module__outside-viewport___ivCAg::after {
|
|
4452
|
+
opacity: 0.7;
|
|
4453
|
+
visibility: visible;
|
|
4454
|
+
}
|
|
4455
|
+
}
|
|
4456
|
+
|
|
4457
|
+
@media screen and (min-width: 768px) and (min-height: 900px) {
|
|
4458
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll___GKo1Z {
|
|
4459
|
+
margin-top: -20vh;
|
|
4460
|
+
}
|
|
4461
|
+
|
|
4462
|
+
.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__content-container____Rsbs.Primer_Brand__RiverStoryScroll-module__RiverStoryScroll__content-container--below____OTaq {
|
|
4463
|
+
padding-top: 16vh;
|
|
4464
|
+
}
|
|
4465
|
+
}
|
|
4466
|
+
|
|
4467
|
+
/**
|
|
4468
|
+
* Do not edit directly
|
|
4469
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
4470
|
+
*/
|
|
4471
|
+
|
|
4472
|
+
:root,
|
|
4473
|
+
[data-color-mode="light"] {
|
|
4474
|
+
--brand-RiverStoryScroll-pagination-fgColor: var(--base-color-scale-gray-6);
|
|
4475
|
+
--brand-RiverStoryScroll-content-inactive-bgColor: var(--brand-color-canvas-default);
|
|
4476
|
+
}
|
|
4477
|
+
|
|
4478
|
+
[data-color-mode="dark"] {
|
|
4479
|
+
--brand-RiverStoryScroll-pagination-fgColor: var(--base-color-scale-white-0);
|
|
4480
|
+
--brand-RiverStoryScroll-content-inactive-bgColor: var(--brand-color-canvas-default);
|
|
4481
|
+
}
|
|
4482
|
+
|
|
3935
4483
|
/*
|
|
3936
4484
|
* Main styles for the subdomain navigation bar.
|
|
3937
4485
|
*/
|
|
@@ -3992,7 +4540,7 @@ select {
|
|
|
3992
4540
|
display: inline-flex;
|
|
3993
4541
|
list-style-type: none;
|
|
3994
4542
|
align-items: center;
|
|
3995
|
-
gap:
|
|
4543
|
+
gap: var(--base-size-8);
|
|
3996
4544
|
padding: 0;
|
|
3997
4545
|
margin: 0;
|
|
3998
4546
|
max-width: 340px;
|
|
@@ -4000,6 +4548,12 @@ select {
|
|
|
4000
4548
|
padding: var(--base-size-16) 0;
|
|
4001
4549
|
}
|
|
4002
4550
|
|
|
4551
|
+
@media screen and (min-width: 63.25rem) {
|
|
4552
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-area___W8IC5 {
|
|
4553
|
+
gap: var(--base-size-16);
|
|
4554
|
+
}
|
|
4555
|
+
}
|
|
4556
|
+
|
|
4003
4557
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_ {
|
|
4004
4558
|
color: var(--brand-color-text-default);
|
|
4005
4559
|
position: relative;
|
|
@@ -4032,11 +4586,7 @@ select {
|
|
|
4032
4586
|
}
|
|
4033
4587
|
|
|
4034
4588
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title___Zm_g2 {
|
|
4035
|
-
font-family: var(--brand-heading-fontFamily);
|
|
4036
|
-
font-weight: var(--base-text-weight-semibold);
|
|
4037
|
-
font-size: var(--base-size-24);
|
|
4038
4589
|
line-height: var(--base-size-32);
|
|
4039
|
-
color: var(--brand-color-text-default);
|
|
4040
4590
|
text-decoration: none;
|
|
4041
4591
|
padding-right: var(--base-size-16);
|
|
4042
4592
|
white-space: nowrap;
|
|
@@ -4134,6 +4684,10 @@ select {
|
|
|
4134
4684
|
max-width: 520px;
|
|
4135
4685
|
margin-right: 80px;
|
|
4136
4686
|
}
|
|
4687
|
+
|
|
4688
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-outer-container--has-actions___hG7AZ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r {
|
|
4689
|
+
max-width: 465px;
|
|
4690
|
+
}
|
|
4137
4691
|
}
|
|
4138
4692
|
|
|
4139
4693
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9 {
|
|
@@ -4172,7 +4726,10 @@ select {
|
|
|
4172
4726
|
|
|
4173
4727
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc {
|
|
4174
4728
|
position: relative;
|
|
4175
|
-
display:
|
|
4729
|
+
display: flex;
|
|
4730
|
+
flex-direction: row;
|
|
4731
|
+
align-items: center;
|
|
4732
|
+
gap: var(--base-size-8);
|
|
4176
4733
|
color: var(--brand-color-text-default);
|
|
4177
4734
|
font-family: var(--brand-heading-fontFamily);
|
|
4178
4735
|
font-weight: var(--base-text-weight-normal);
|
|
@@ -4186,6 +4743,10 @@ select {
|
|
|
4186
4743
|
text-decoration: none;
|
|
4187
4744
|
}
|
|
4188
4745
|
|
|
4746
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-text___a540y {
|
|
4747
|
+
position: relative;
|
|
4748
|
+
}
|
|
4749
|
+
|
|
4189
4750
|
@media screen and (max-width: 767px) {
|
|
4190
4751
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:first-of-type {
|
|
4191
4752
|
padding-top: var(--base-size-24);
|
|
@@ -4202,34 +4763,32 @@ select {
|
|
|
4202
4763
|
font-weight: var(--base-text-weight-semibold);
|
|
4203
4764
|
font-size: var(--base-size-16);
|
|
4204
4765
|
line-height: var(--base-size-16);
|
|
4205
|
-
padding: var(--base-size-16) var(--base-size-
|
|
4766
|
+
padding: var(--base-size-16) var(--base-size-16);
|
|
4206
4767
|
}
|
|
4207
4768
|
|
|
4208
|
-
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-
|
|
4769
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-text___a540y::after {
|
|
4209
4770
|
content: '';
|
|
4210
4771
|
position: absolute;
|
|
4211
|
-
bottom:
|
|
4772
|
+
bottom: -6px;
|
|
4212
4773
|
left: 0;
|
|
4213
4774
|
width: 100%;
|
|
4214
4775
|
height: 2px;
|
|
4215
4776
|
background-color: var(--brand-SubdomainNavBar-border-nav-default);
|
|
4216
4777
|
opacity: 0;
|
|
4217
4778
|
transition: opacity var(--brand-animation-duration-fast), transform var(--brand-animation-duration-fast);
|
|
4218
|
-
opacity: 1;
|
|
4219
4779
|
transform: scale(0);
|
|
4220
4780
|
transform-origin: center;
|
|
4221
4781
|
}
|
|
4222
4782
|
|
|
4223
|
-
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:hover::after,
|
|
4224
|
-
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus::after {
|
|
4783
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:hover .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-text___a540y::after,
|
|
4784
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-text___a540y::after {
|
|
4225
4785
|
opacity: 1;
|
|
4226
|
-
transform:
|
|
4227
|
-
transform: scale(0.4);
|
|
4786
|
+
transform: scale(0.75);
|
|
4228
4787
|
}
|
|
4229
4788
|
|
|
4230
|
-
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:active::after {
|
|
4789
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:active .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-text___a540y::after {
|
|
4231
4790
|
background-color: var(--brand-SubdomainNavBar-border-nav-pressed);
|
|
4232
|
-
transform: scale(0.
|
|
4791
|
+
transform: scale(0.75);
|
|
4233
4792
|
}
|
|
4234
4793
|
|
|
4235
4794
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc {
|
|
@@ -4238,7 +4797,7 @@ select {
|
|
|
4238
4797
|
color: var(--brand-SubdomainNavBar-fg-overflow-default);
|
|
4239
4798
|
}
|
|
4240
4799
|
|
|
4241
|
-
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc::after {
|
|
4800
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-text___a540y::after {
|
|
4242
4801
|
display: none;
|
|
4243
4802
|
}
|
|
4244
4803
|
|
|
@@ -4259,6 +4818,12 @@ select {
|
|
|
4259
4818
|
}
|
|
4260
4819
|
}
|
|
4261
4820
|
|
|
4821
|
+
@media screen and (min-width: 63.25rem) {
|
|
4822
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc {
|
|
4823
|
+
padding: var(--base-size-16) var(--base-size-24);
|
|
4824
|
+
}
|
|
4825
|
+
}
|
|
4826
|
+
|
|
4262
4827
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2 {
|
|
4263
4828
|
display: none;
|
|
4264
4829
|
}
|
|
@@ -4421,7 +4986,7 @@ select {
|
|
|
4421
4986
|
|
|
4422
4987
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv {
|
|
4423
4988
|
display: flex;
|
|
4424
|
-
gap:
|
|
4989
|
+
gap: var(--base-size-8);
|
|
4425
4990
|
min-width: 0;
|
|
4426
4991
|
}
|
|
4427
4992
|
|
|
@@ -4457,7 +5022,6 @@ select {
|
|
|
4457
5022
|
|
|
4458
5023
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-cta-button___g_9BM {
|
|
4459
5024
|
white-space: nowrap;
|
|
4460
|
-
min-width: 0;
|
|
4461
5025
|
}
|
|
4462
5026
|
|
|
4463
5027
|
@media screen and (min-width: 1024px) {
|
|
@@ -4655,7 +5219,7 @@ select {
|
|
|
4655
5219
|
|
|
4656
5220
|
/**
|
|
4657
5221
|
* Do not edit directly
|
|
4658
|
-
* Generated on
|
|
5222
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
4659
5223
|
*/
|
|
4660
5224
|
|
|
4661
5225
|
:root,
|
|
@@ -4683,7 +5247,7 @@ select {
|
|
|
4683
5247
|
|
|
4684
5248
|
/**
|
|
4685
5249
|
* Do not edit directly
|
|
4686
|
-
* Generated on
|
|
5250
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
4687
5251
|
*/
|
|
4688
5252
|
|
|
4689
5253
|
:root,
|
|
@@ -4699,7 +5263,7 @@ select {
|
|
|
4699
5263
|
|
|
4700
5264
|
/**
|
|
4701
5265
|
* Do not edit directly
|
|
4702
|
-
* Generated on
|
|
5266
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
4703
5267
|
*/
|
|
4704
5268
|
|
|
4705
5269
|
:root {
|
|
@@ -4823,7 +5387,7 @@ select {
|
|
|
4823
5387
|
|
|
4824
5388
|
/**
|
|
4825
5389
|
* Do not edit directly
|
|
4826
|
-
* Generated on
|
|
5390
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
4827
5391
|
*/
|
|
4828
5392
|
|
|
4829
5393
|
:root,
|
|
@@ -4839,7 +5403,7 @@ select {
|
|
|
4839
5403
|
|
|
4840
5404
|
/**
|
|
4841
5405
|
* Do not edit directly
|
|
4842
|
-
* Generated on
|
|
5406
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
4843
5407
|
*/
|
|
4844
5408
|
|
|
4845
5409
|
:root,
|
|
@@ -5085,7 +5649,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5085
5649
|
|
|
5086
5650
|
/**
|
|
5087
5651
|
* Do not edit directly
|
|
5088
|
-
* Generated on
|
|
5652
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
5089
5653
|
*/
|
|
5090
5654
|
|
|
5091
5655
|
:root {
|
|
@@ -5094,7 +5658,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5094
5658
|
|
|
5095
5659
|
/**
|
|
5096
5660
|
* Do not edit directly
|
|
5097
|
-
* Generated on
|
|
5661
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
5098
5662
|
*/
|
|
5099
5663
|
|
|
5100
5664
|
:root,
|
|
@@ -5112,7 +5676,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5112
5676
|
|
|
5113
5677
|
/**
|
|
5114
5678
|
* Do not edit directly
|
|
5115
|
-
* Generated on
|
|
5679
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
5116
5680
|
*/
|
|
5117
5681
|
|
|
5118
5682
|
:root {
|
|
@@ -5243,7 +5807,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5243
5807
|
|
|
5244
5808
|
/**
|
|
5245
5809
|
* Do not edit directly
|
|
5246
|
-
* Generated on
|
|
5810
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
5247
5811
|
*/
|
|
5248
5812
|
|
|
5249
5813
|
:root,
|
|
@@ -6344,7 +6908,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6344
6908
|
|
|
6345
6909
|
/**
|
|
6346
6910
|
* Do not edit directly
|
|
6347
|
-
* Generated on
|
|
6911
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
6348
6912
|
*/
|
|
6349
6913
|
|
|
6350
6914
|
:root {
|
|
@@ -6358,7 +6922,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6358
6922
|
|
|
6359
6923
|
/**
|
|
6360
6924
|
* Do not edit directly
|
|
6361
|
-
* Generated on
|
|
6925
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
6362
6926
|
*/
|
|
6363
6927
|
|
|
6364
6928
|
:root,
|
|
@@ -6596,7 +7160,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6596
7160
|
|
|
6597
7161
|
/**
|
|
6598
7162
|
* Do not edit directly
|
|
6599
|
-
* Generated on
|
|
7163
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
6600
7164
|
*/
|
|
6601
7165
|
|
|
6602
7166
|
:root,
|
|
@@ -6612,7 +7176,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6612
7176
|
|
|
6613
7177
|
/**
|
|
6614
7178
|
* Do not edit directly
|
|
6615
|
-
* Generated on
|
|
7179
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
6616
7180
|
*/
|
|
6617
7181
|
|
|
6618
7182
|
:root {
|
|
@@ -6930,7 +7494,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6930
7494
|
|
|
6931
7495
|
/**
|
|
6932
7496
|
* Do not edit directly
|
|
6933
|
-
* Generated on
|
|
7497
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
6934
7498
|
*/
|
|
6935
7499
|
|
|
6936
7500
|
:root,
|
|
@@ -7026,7 +7590,6 @@ html {
|
|
|
7026
7590
|
position: relative;
|
|
7027
7591
|
z-index: 91; /* must be higher than subdomain nav bar */
|
|
7028
7592
|
max-height: calc(100vh - var(--base-size-12) * 2);
|
|
7029
|
-
overflow-y: auto;
|
|
7030
7593
|
}
|
|
7031
7594
|
|
|
7032
7595
|
.Primer_Brand__AnchorNav-module__AnchorNav--with-default-background-color___aFdXc .Primer_Brand__AnchorNav-module__AnchorNav-inner-container___lshlZ {
|
|
@@ -7047,6 +7610,7 @@ html {
|
|
|
7047
7610
|
display: none;
|
|
7048
7611
|
padding-left: var(--base-size-16);
|
|
7049
7612
|
}
|
|
7613
|
+
|
|
7050
7614
|
.Primer_Brand__AnchorNav-module__AnchorNav--expanded___wVGbk .Primer_Brand__AnchorNav-module__AnchorNav-link-container___VpHV2 {
|
|
7051
7615
|
display: flex;
|
|
7052
7616
|
flex-direction: column;
|
|
@@ -7322,6 +7886,10 @@ html {
|
|
|
7322
7886
|
}
|
|
7323
7887
|
|
|
7324
7888
|
@media screen and (max-width: 40rem) {
|
|
7889
|
+
.Primer_Brand__AnchorNav-module__AnchorNav___bwgAJ {
|
|
7890
|
+
padding: 0;
|
|
7891
|
+
}
|
|
7892
|
+
|
|
7325
7893
|
.Primer_Brand__AnchorNav-module__AnchorNav-action___DWzcE {
|
|
7326
7894
|
display: none;
|
|
7327
7895
|
}
|
|
@@ -7335,6 +7903,11 @@ html {
|
|
|
7335
7903
|
width: 100%;
|
|
7336
7904
|
margin-top: var(--base-size-8);
|
|
7337
7905
|
}
|
|
7906
|
+
|
|
7907
|
+
.Primer_Brand__AnchorNav-module__AnchorNav-inner-container___lshlZ {
|
|
7908
|
+
overflow-y: auto;
|
|
7909
|
+
padding: var(--base-size-12) var(--base-size-16);
|
|
7910
|
+
}
|
|
7338
7911
|
}
|
|
7339
7912
|
|
|
7340
7913
|
@media screen and (min-width: 40rem) and (max-width: 63.25rem) {
|
|
@@ -7373,18 +7946,20 @@ html {
|
|
|
7373
7946
|
|
|
7374
7947
|
/**
|
|
7375
7948
|
* Do not edit directly
|
|
7376
|
-
* Generated on
|
|
7949
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
7377
7950
|
*/
|
|
7378
7951
|
|
|
7379
7952
|
:root,
|
|
7380
7953
|
[data-color-mode="light"] {
|
|
7381
7954
|
--brand-CTABanner-shadow-color-start: var(--base-color-scale-green-5);
|
|
7382
7955
|
--brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-5);
|
|
7956
|
+
--brand-CTABanner-bgColor: var(--brand-color-canvas-default);
|
|
7383
7957
|
}
|
|
7384
7958
|
|
|
7385
7959
|
[data-color-mode="dark"] {
|
|
7386
7960
|
--brand-CTABanner-shadow-color-start: var(--base-color-scale-green-2);
|
|
7387
7961
|
--brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-3);
|
|
7962
|
+
--brand-CTABanner-bgColor: var(--brand-color-canvas-default);
|
|
7388
7963
|
}
|
|
7389
7964
|
|
|
7390
7965
|
.Primer_Brand__CTABanner-module__CTABanner___m0t8s {
|
|
@@ -7429,7 +8004,7 @@ html {
|
|
|
7429
8004
|
}
|
|
7430
8005
|
|
|
7431
8006
|
.Primer_Brand__CTABanner-module__CTABanner-container--background___v1yTH {
|
|
7432
|
-
background: var(--brand-
|
|
8007
|
+
background: var(--brand-CTABanner-bgColor);
|
|
7433
8008
|
}
|
|
7434
8009
|
|
|
7435
8010
|
.Primer_Brand__CTABanner-module__CTABanner-container--border___FbAer {
|
|
@@ -7562,7 +8137,7 @@ html {
|
|
|
7562
8137
|
|
|
7563
8138
|
/**
|
|
7564
8139
|
* Do not edit directly
|
|
7565
|
-
* Generated on
|
|
8140
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
7566
8141
|
*/
|
|
7567
8142
|
|
|
7568
8143
|
:root,
|
|
@@ -7701,7 +8276,7 @@ html {
|
|
|
7701
8276
|
|
|
7702
8277
|
/**
|
|
7703
8278
|
* Do not edit directly
|
|
7704
|
-
* Generated on
|
|
8279
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
7705
8280
|
*/
|
|
7706
8281
|
|
|
7707
8282
|
:root,
|
|
@@ -7831,7 +8406,7 @@ html {
|
|
|
7831
8406
|
|
|
7832
8407
|
/**
|
|
7833
8408
|
* Do not edit directly
|
|
7834
|
-
* Generated on
|
|
8409
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
7835
8410
|
*/
|
|
7836
8411
|
|
|
7837
8412
|
:root {
|
|
@@ -7842,7 +8417,7 @@ html {
|
|
|
7842
8417
|
|
|
7843
8418
|
/**
|
|
7844
8419
|
* Do not edit directly
|
|
7845
|
-
* Generated on
|
|
8420
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
7846
8421
|
*/
|
|
7847
8422
|
|
|
7848
8423
|
:root,
|
|
@@ -8283,7 +8858,7 @@ html {
|
|
|
8283
8858
|
|
|
8284
8859
|
/**
|
|
8285
8860
|
* Do not edit directly
|
|
8286
|
-
* Generated on
|
|
8861
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
8287
8862
|
*/
|
|
8288
8863
|
|
|
8289
8864
|
:root,
|
|
@@ -8842,7 +9417,7 @@ html {
|
|
|
8842
9417
|
|
|
8843
9418
|
/**
|
|
8844
9419
|
* Do not edit directly
|
|
8845
|
-
* Generated on
|
|
9420
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
8846
9421
|
*/
|
|
8847
9422
|
|
|
8848
9423
|
:root {
|
|
@@ -8853,7 +9428,7 @@ html {
|
|
|
8853
9428
|
|
|
8854
9429
|
/**
|
|
8855
9430
|
* Do not edit directly
|
|
8856
|
-
* Generated on
|
|
9431
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
8857
9432
|
*/
|
|
8858
9433
|
|
|
8859
9434
|
:root,
|
|
@@ -12667,6 +13242,25 @@ html {
|
|
|
12667
13242
|
border-style: none;
|
|
12668
13243
|
}
|
|
12669
13244
|
|
|
13245
|
+
.Primer_Brand__Captions-module__Captions___xrhu1 {
|
|
13246
|
+
max-width: 80ch;
|
|
13247
|
+
padding-left: var(--base-size-16);
|
|
13248
|
+
padding-right: var(--base-size-16);
|
|
13249
|
+
margin: var(--brand-VideoPlayer-closedCaption-margin);
|
|
13250
|
+
display: grid;
|
|
13251
|
+
justify-content: center;
|
|
13252
|
+
pointer-events: none;
|
|
13253
|
+
}
|
|
13254
|
+
|
|
13255
|
+
.Primer_Brand__Captions-module__Captions__text___e1cBR {
|
|
13256
|
+
color: var(--brand-VideoPlayer-closedCaption-text-fgColor);
|
|
13257
|
+
text-align: center;
|
|
13258
|
+
background: var(--brand-VideoPlayer-closedCaption-text-bgColor);
|
|
13259
|
+
padding: var(--brand-VideoPlayer-closedCaption-text-padding);
|
|
13260
|
+
border-radius: var(--brand-borderRadius-medium);
|
|
13261
|
+
display: inline-block;
|
|
13262
|
+
}
|
|
13263
|
+
|
|
12670
13264
|
/* ---------------------------------------------------------- */
|
|
12671
13265
|
/* VideoPlayer Contents */
|
|
12672
13266
|
/* ---------------------------------------------------------- */
|
|
@@ -12689,6 +13283,7 @@ html {
|
|
|
12689
13283
|
width: 100%;
|
|
12690
13284
|
position: relative;
|
|
12691
13285
|
overflow: hidden;
|
|
13286
|
+
border-radius: var(--brand-borderRadius-medium);
|
|
12692
13287
|
}
|
|
12693
13288
|
|
|
12694
13289
|
/* ---------------------------------------------------------- */
|
|
@@ -12697,7 +13292,7 @@ html {
|
|
|
12697
13292
|
|
|
12698
13293
|
.Primer_Brand__VideoPlayer-module__VideoPlayer___iNxEw {
|
|
12699
13294
|
width: 100%;
|
|
12700
|
-
|
|
13295
|
+
max-height: 100%;
|
|
12701
13296
|
display: block;
|
|
12702
13297
|
}
|
|
12703
13298
|
|
|
@@ -12711,32 +13306,25 @@ html {
|
|
|
12711
13306
|
left: 0;
|
|
12712
13307
|
width: 100%;
|
|
12713
13308
|
height: 100%;
|
|
12714
|
-
background:
|
|
13309
|
+
background: rgba(0,0,0,0.2); /* TODO Use a token for this once v8 migration has been completed */
|
|
12715
13310
|
border: none;
|
|
12716
13311
|
z-index: 1;
|
|
12717
13312
|
}
|
|
12718
13313
|
|
|
12719
|
-
.Primer_Brand__VideoPlayer-
|
|
12720
|
-
|
|
12721
|
-
|
|
12722
|
-
|
|
12723
|
-
|
|
12724
|
-
|
|
12725
|
-
background: var(--brand-videoPlayer-playButton-bgColor-rest);
|
|
12726
|
-
border-radius: 50%;
|
|
12727
|
-
}
|
|
12728
|
-
|
|
12729
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButtonInner___FpXVO > svg {
|
|
12730
|
-
margin-left: 0.3125rem;
|
|
13314
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButtonOverlay___J7kgz {
|
|
13315
|
+
width: 25%;
|
|
13316
|
+
height: 25%;
|
|
13317
|
+
max-width: var(--brand-VideoPlayer-playButton-width);
|
|
13318
|
+
max-height: var(--brand-VideoPlayer-playButton-height);
|
|
13319
|
+
opacity: 0.8;
|
|
12731
13320
|
}
|
|
12732
13321
|
|
|
12733
13322
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F:focus {
|
|
12734
13323
|
border: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
|
|
12735
|
-
box-shadow: 0 0 0
|
|
13324
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12736
13325
|
}
|
|
12737
13326
|
|
|
12738
13327
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F svg {
|
|
12739
|
-
cursor: pointer;
|
|
12740
13328
|
color: var(--brand-videoPlayer-playButton-fgColor-rest);
|
|
12741
13329
|
}
|
|
12742
13330
|
|
|
@@ -12746,52 +13334,45 @@ html {
|
|
|
12746
13334
|
|
|
12747
13335
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
|
|
12748
13336
|
transition: var(--brand-VideoPlayer-transition);
|
|
12749
|
-
top:
|
|
12750
|
-
opacity: 0;
|
|
13337
|
+
top: 0;
|
|
12751
13338
|
position: absolute;
|
|
12752
13339
|
border-radius: var(--brand-borderRadius-medium);
|
|
12753
13340
|
left: 0;
|
|
12754
13341
|
width: 100%;
|
|
12755
13342
|
z-index: 2;
|
|
12756
|
-
padding: var(--base-size-16)
|
|
13343
|
+
padding: var(--base-size-16);
|
|
12757
13344
|
color: var(--brand-videoPlayer-title-fgColor);
|
|
12758
13345
|
display: grid;
|
|
12759
13346
|
align-items: center;
|
|
12760
13347
|
justify-content: flex-start;
|
|
12761
|
-
grid-gap:
|
|
13348
|
+
grid-gap: var(--base-size-12);
|
|
12762
13349
|
grid-template-columns: auto auto;
|
|
12763
13350
|
background: var(--brand-videoPlayer-title-bgColor);
|
|
12764
13351
|
}
|
|
12765
13352
|
|
|
12766
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
|
|
12767
|
-
top: 0;
|
|
12768
|
-
opacity: 1;
|
|
12769
|
-
}
|
|
12770
|
-
|
|
12771
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
|
|
12772
|
-
top: 0;
|
|
12773
|
-
opacity: 1;
|
|
12774
|
-
}
|
|
12775
|
-
|
|
12776
13353
|
/* ---------------------------------------------------------- */
|
|
12777
13354
|
/* 5. Controls */
|
|
12778
13355
|
/* ---------------------------------------------------------- */
|
|
12779
13356
|
|
|
12780
13357
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
|
|
12781
13358
|
transition: var(--brand-VideoPlayer-transition);
|
|
12782
|
-
bottom:
|
|
13359
|
+
bottom: 0;
|
|
12783
13360
|
position: absolute;
|
|
12784
13361
|
z-index: 2;
|
|
12785
13362
|
width: 100%;
|
|
12786
13363
|
pointer-events: none;
|
|
13364
|
+
opacity: 1;
|
|
13365
|
+
transition: opacity 2s ease-in-out;
|
|
12787
13366
|
}
|
|
12788
13367
|
|
|
12789
|
-
.Primer_Brand__VideoPlayer-
|
|
12790
|
-
display: grid;
|
|
12791
|
-
grid-gap: var(--base-size-16);
|
|
12792
|
-
align-items: center;
|
|
12793
|
-
grid-template-columns: auto 2fr auto auto auto auto auto;
|
|
13368
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls--hidden___I_HD0 {
|
|
12794
13369
|
opacity: 0;
|
|
13370
|
+
}
|
|
13371
|
+
|
|
13372
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__controlsBar___L4653 {
|
|
13373
|
+
display: flex;
|
|
13374
|
+
gap: var(--base-size-16);
|
|
13375
|
+
align-items: center;
|
|
12795
13376
|
border-bottom-right-radius: var(--brand-borderRadius-medium);
|
|
12796
13377
|
border-bottom-left-radius: var(--brand-borderRadius-medium);
|
|
12797
13378
|
left: 0;
|
|
@@ -12801,10 +13382,6 @@ html {
|
|
|
12801
13382
|
pointer-events: all;
|
|
12802
13383
|
}
|
|
12803
13384
|
|
|
12804
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
|
|
12805
|
-
grid-template-columns: auto 2fr auto auto auto auto;
|
|
12806
|
-
}
|
|
12807
|
-
|
|
12808
13385
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus,
|
|
12809
13386
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI[focus-within] {
|
|
12810
13387
|
bottom: 0;
|
|
@@ -12815,30 +13392,13 @@ html {
|
|
|
12815
13392
|
bottom: 0;
|
|
12816
13393
|
}
|
|
12817
13394
|
|
|
12818
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus .Primer_Brand__VideoPlayer-
|
|
12819
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI[focus-within] .Primer_Brand__VideoPlayer-
|
|
12820
|
-
opacity: 1;
|
|
12821
|
-
}
|
|
12822
|
-
|
|
12823
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7,
|
|
12824
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus-within .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
|
|
12825
|
-
opacity: 1;
|
|
12826
|
-
}
|
|
12827
|
-
|
|
12828
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
|
|
12829
|
-
bottom: 0;
|
|
12830
|
-
}
|
|
12831
|
-
|
|
12832
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
|
|
12833
|
-
opacity: 1;
|
|
12834
|
-
}
|
|
12835
|
-
|
|
12836
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
|
|
13395
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsBar___L4653,
|
|
13396
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI[focus-within] .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsBar___L4653 {
|
|
12837
13397
|
opacity: 1;
|
|
12838
13398
|
}
|
|
12839
13399
|
|
|
12840
|
-
.Primer_Brand__VideoPlayer-
|
|
12841
|
-
|
|
13400
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsBar___L4653,
|
|
13401
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus-within .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsBar___L4653 {
|
|
12842
13402
|
opacity: 1;
|
|
12843
13403
|
}
|
|
12844
13404
|
|
|
@@ -12847,7 +13407,7 @@ html {
|
|
|
12847
13407
|
background: none;
|
|
12848
13408
|
border: none;
|
|
12849
13409
|
cursor: pointer;
|
|
12850
|
-
height:
|
|
13410
|
+
height: var(--base-size-24);
|
|
12851
13411
|
box-sizing: content-box;
|
|
12852
13412
|
position: relative;
|
|
12853
13413
|
padding: 0;
|
|
@@ -12856,14 +13416,14 @@ html {
|
|
|
12856
13416
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4.Primer_Brand__VideoPlayer-module__focus-visible___AKGlH {
|
|
12857
13417
|
border-color: var(--brand-color-focus);
|
|
12858
13418
|
outline: none;
|
|
12859
|
-
box-shadow: 0 0 0
|
|
13419
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12860
13420
|
opacity: 1;
|
|
12861
13421
|
}
|
|
12862
13422
|
|
|
12863
13423
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4:focus-visible {
|
|
12864
13424
|
border-color: var(--brand-color-focus);
|
|
12865
13425
|
outline: none;
|
|
12866
|
-
box-shadow: 0 0 0
|
|
13426
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12867
13427
|
opacity: 1;
|
|
12868
13428
|
}
|
|
12869
13429
|
|
|
@@ -12875,13 +13435,15 @@ html {
|
|
|
12875
13435
|
opacity: 1;
|
|
12876
13436
|
}
|
|
12877
13437
|
|
|
12878
|
-
.Primer_Brand__VideoPlayer-
|
|
12879
|
-
|
|
12880
|
-
|
|
13438
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__seek___Z4IA2 {
|
|
13439
|
+
flex: 1;
|
|
13440
|
+
display: flex;
|
|
13441
|
+
align-items: center;
|
|
13442
|
+
gap: var(--base-size-16);
|
|
12881
13443
|
}
|
|
12882
13444
|
|
|
12883
|
-
.Primer_Brand__VideoPlayer-
|
|
12884
|
-
|
|
13445
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__progressTime___GvTKs {
|
|
13446
|
+
color: var(--brand-videoPlayer-controls-fgColor);
|
|
12885
13447
|
}
|
|
12886
13448
|
|
|
12887
13449
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__totalTime___nWILS {
|
|
@@ -12889,14 +13451,14 @@ html {
|
|
|
12889
13451
|
}
|
|
12890
13452
|
|
|
12891
13453
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__progressBar___wYSPx {
|
|
12892
|
-
|
|
12893
|
-
height:
|
|
13454
|
+
flex: 1;
|
|
13455
|
+
height: var(--base-size-6);
|
|
12894
13456
|
}
|
|
12895
13457
|
|
|
12896
13458
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__closedCaption___PAvgt {
|
|
12897
13459
|
border-radius: var(--brand-borderRadius-medium);
|
|
12898
|
-
padding:
|
|
12899
|
-
border:
|
|
13460
|
+
padding: 0.125rem var(--base-size-4);
|
|
13461
|
+
border: 0.125rem solid var(--brand-videoPlayer-closedCaption-borderColor-enabled);
|
|
12900
13462
|
background: var(--brand-videoPlayer-closedCaption-bgColor-enabled);
|
|
12901
13463
|
position: relative;
|
|
12902
13464
|
}
|
|
@@ -12925,10 +13487,6 @@ html {
|
|
|
12925
13487
|
border-radius: var(--brand-VideoPlayer-range-borderRadius);
|
|
12926
13488
|
}
|
|
12927
13489
|
|
|
12928
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__volumeBar___HOmXb {
|
|
12929
|
-
display: none;
|
|
12930
|
-
}
|
|
12931
|
-
|
|
12932
13490
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__range___Tmjbg:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
|
|
12933
13491
|
opacity: 1;
|
|
12934
13492
|
}
|
|
@@ -12952,14 +13510,14 @@ html {
|
|
|
12952
13510
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl.Primer_Brand__VideoPlayer-module__focus-visible___AKGlH {
|
|
12953
13511
|
border-color: var(--brand-color-focus);
|
|
12954
13512
|
outline: none;
|
|
12955
|
-
box-shadow: 0 0 0
|
|
13513
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12956
13514
|
opacity: 1;
|
|
12957
13515
|
}
|
|
12958
13516
|
|
|
12959
13517
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl:focus-visible {
|
|
12960
13518
|
border-color: var(--brand-color-focus);
|
|
12961
13519
|
outline: none;
|
|
12962
|
-
box-shadow: 0 0 0
|
|
13520
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12963
13521
|
opacity: 1;
|
|
12964
13522
|
}
|
|
12965
13523
|
|
|
@@ -13014,24 +13572,24 @@ html {
|
|
|
13014
13572
|
|
|
13015
13573
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
|
|
13016
13574
|
position: absolute;
|
|
13575
|
+
left: 50%;
|
|
13017
13576
|
bottom: 100%;
|
|
13018
13577
|
z-index: 2;
|
|
13019
|
-
width:
|
|
13020
|
-
height:
|
|
13578
|
+
width: var(--base-size-8);
|
|
13579
|
+
height: var(--base-size-8);
|
|
13021
13580
|
margin-bottom: var(--base-size-16);
|
|
13022
13581
|
pointer-events: none;
|
|
13023
13582
|
opacity: 0;
|
|
13024
|
-
transform:
|
|
13025
|
-
transition:
|
|
13026
|
-
transform var(--brand-animation-duration-default) var(--brand-animation-easing-default);
|
|
13583
|
+
transform: translate(-50%, 50%);
|
|
13584
|
+
transition: transform var(--brand-animation-duration-default) var(--brand-animation-easing-default);
|
|
13027
13585
|
}
|
|
13028
13586
|
|
|
13029
13587
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l::before {
|
|
13030
13588
|
position: absolute;
|
|
13031
|
-
bottom: -
|
|
13589
|
+
bottom: calc(var(--base-size-4) * -1);
|
|
13032
13590
|
left: 0;
|
|
13033
|
-
width:
|
|
13034
|
-
height:
|
|
13591
|
+
width: var(--base-size-12);
|
|
13592
|
+
height: var(--base-size-12);
|
|
13035
13593
|
content: '';
|
|
13036
13594
|
background: var(--base-color-scale-white-0);
|
|
13037
13595
|
border-radius: var(--brand-borderRadius-small);
|
|
@@ -13044,7 +13602,7 @@ html {
|
|
|
13044
13602
|
left: 50%;
|
|
13045
13603
|
z-index: -1;
|
|
13046
13604
|
background: white;
|
|
13047
|
-
box-shadow: 0
|
|
13605
|
+
box-shadow: 0 var(--base-size-4) var(--base-size-4) rgba(27,31,36,0.2);
|
|
13048
13606
|
transform: translate3d(-50%, 0, 0);
|
|
13049
13607
|
padding: var(--brand-VideoPlayer-tooltip-padding);
|
|
13050
13608
|
border-radius: var(--brand-borderRadius-medium);
|
|
@@ -13058,38 +13616,17 @@ html {
|
|
|
13058
13616
|
color: var(--base-color-scale-white-0);
|
|
13059
13617
|
}
|
|
13060
13618
|
|
|
13061
|
-
.Primer_Brand__VideoPlayer-
|
|
13062
|
-
|
|
13063
|
-
}
|
|
13064
|
-
|
|
13065
|
-
/* ---------------------------------------------------------- */
|
|
13066
|
-
/* 8. Captions */
|
|
13067
|
-
/* ---------------------------------------------------------- */
|
|
13068
|
-
|
|
13069
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__captions___dI9Jv {
|
|
13070
|
-
width: 90%;
|
|
13071
|
-
margin: var(--brand-VideoPlayer-closedCaption-margin);
|
|
13072
|
-
display: grid;
|
|
13073
|
-
justify-content: center;
|
|
13074
|
-
pointer-events: none;
|
|
13075
|
-
}
|
|
13076
|
-
|
|
13077
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__captions__empty___q_s3l {
|
|
13078
|
-
display: none;
|
|
13619
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__seekTime___HLf0h {
|
|
13620
|
+
white-space: nowrap;
|
|
13079
13621
|
}
|
|
13080
13622
|
|
|
13081
|
-
.
|
|
13082
|
-
|
|
13083
|
-
text-align: center;
|
|
13084
|
-
background: rgba(27,31,36,0.2);
|
|
13085
|
-
padding: var(--brand-VideoPlayer-closedCaption-text-padding);
|
|
13086
|
-
border-radius: var(--brand-borderRadius-medium);
|
|
13087
|
-
display: inline-block;
|
|
13623
|
+
.Primer_Brand__VolumeControl-module__VolumeControl___rq9Ra {
|
|
13624
|
+
max-width: 100px;
|
|
13088
13625
|
}
|
|
13089
13626
|
|
|
13090
13627
|
/**
|
|
13091
13628
|
* Do not edit directly
|
|
13092
|
-
* Generated on
|
|
13629
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
13093
13630
|
*/
|
|
13094
13631
|
|
|
13095
13632
|
:root {
|
|
@@ -13098,16 +13635,17 @@ html {
|
|
|
13098
13635
|
--brand-VideoPlayer-range-minWidth: 4.6875rem;
|
|
13099
13636
|
--brand-VideoPlayer-range-borderRadius: 0.1875rem;
|
|
13100
13637
|
--brand-VideoPlayer-range-height: 0.375rem;
|
|
13101
|
-
--brand-VideoPlayer-playButton-
|
|
13102
|
-
--brand-VideoPlayer-playButton-
|
|
13103
|
-
--brand-VideoPlayer-playButton-height: 1.5rem;
|
|
13638
|
+
--brand-VideoPlayer-playButton-width: var(--base-size-96);
|
|
13639
|
+
--brand-VideoPlayer-playButton-height: var(--base-size-96);
|
|
13104
13640
|
--brand-VideoPlayer-closedCaption-text-padding: 0.625rem;
|
|
13641
|
+
--brand-VideoPlayer-closedCaption-text-bgColor: rgba(0, 0, 0, 0.75);
|
|
13642
|
+
--brand-VideoPlayer-closedCaption-text-fgColor: var(--base-color-scale-white-0);
|
|
13105
13643
|
--brand-VideoPlayer-closedCaption-margin: 0 auto 15px auto;
|
|
13106
13644
|
}
|
|
13107
13645
|
|
|
13108
13646
|
/**
|
|
13109
13647
|
* Do not edit directly
|
|
13110
|
-
* Generated on
|
|
13648
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
13111
13649
|
*/
|
|
13112
13650
|
|
|
13113
13651
|
:root,
|
|
@@ -13143,7 +13681,7 @@ html {
|
|
|
13143
13681
|
|
|
13144
13682
|
/**
|
|
13145
13683
|
* Do not edit directly
|
|
13146
|
-
* Generated on
|
|
13684
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
13147
13685
|
*/
|
|
13148
13686
|
|
|
13149
13687
|
:root,
|
|
@@ -13163,7 +13701,7 @@ html {
|
|
|
13163
13701
|
|
|
13164
13702
|
/**
|
|
13165
13703
|
* Do not edit directly
|
|
13166
|
-
* Generated on
|
|
13704
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
13167
13705
|
*/
|
|
13168
13706
|
|
|
13169
13707
|
:root {
|
|
@@ -13422,7 +13960,7 @@ html {
|
|
|
13422
13960
|
|
|
13423
13961
|
/**
|
|
13424
13962
|
* Do not edit directly
|
|
13425
|
-
* Generated on
|
|
13963
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
13426
13964
|
*/
|
|
13427
13965
|
|
|
13428
13966
|
:root,
|
|
@@ -13436,7 +13974,7 @@ html {
|
|
|
13436
13974
|
|
|
13437
13975
|
/**
|
|
13438
13976
|
* Do not edit directly
|
|
13439
|
-
* Generated on
|
|
13977
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
13440
13978
|
*/
|
|
13441
13979
|
|
|
13442
13980
|
:root {
|
|
@@ -13450,7 +13988,7 @@ html {
|
|
|
13450
13988
|
|
|
13451
13989
|
/**
|
|
13452
13990
|
* Do not edit directly
|
|
13453
|
-
* Generated on
|
|
13991
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
13454
13992
|
*/
|
|
13455
13993
|
|
|
13456
13994
|
:root {
|
|
@@ -15629,7 +16167,7 @@ html {
|
|
|
15629
16167
|
|
|
15630
16168
|
/**
|
|
15631
16169
|
* Do not edit directly
|
|
15632
|
-
* Generated on
|
|
16170
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
15633
16171
|
*/
|
|
15634
16172
|
|
|
15635
16173
|
:root {
|
|
@@ -15653,7 +16191,7 @@ html {
|
|
|
15653
16191
|
|
|
15654
16192
|
/**
|
|
15655
16193
|
* Do not edit directly
|
|
15656
|
-
* Generated on
|
|
16194
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
15657
16195
|
*/
|
|
15658
16196
|
|
|
15659
16197
|
:root,
|
|
@@ -16107,7 +16645,7 @@ html {
|
|
|
16107
16645
|
|
|
16108
16646
|
/**
|
|
16109
16647
|
* Do not edit directly
|
|
16110
|
-
* Generated on
|
|
16648
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
16111
16649
|
*/
|
|
16112
16650
|
|
|
16113
16651
|
:root {
|
|
@@ -16417,6 +16955,10 @@ html {
|
|
|
16417
16955
|
flex-direction: column;
|
|
16418
16956
|
gap: var(--base-size-8);
|
|
16419
16957
|
grid-row: feature-list;
|
|
16958
|
+
margin-top: var(--base-size-24);
|
|
16959
|
+
}
|
|
16960
|
+
|
|
16961
|
+
.Primer_Brand__PricingOptions-module__PricingOptions__feature-list--has-divider___GZsaQ {
|
|
16420
16962
|
border-top: solid 1px var(--brand-color-border-default);
|
|
16421
16963
|
margin: 0;
|
|
16422
16964
|
margin-top: var(--base-size-24);
|
|
@@ -16454,7 +16996,7 @@ html {
|
|
|
16454
16996
|
|
|
16455
16997
|
/* Remove hover effect */
|
|
16456
16998
|
.Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion___sPJpF::after {
|
|
16457
|
-
content: none;
|
|
16999
|
+
content: none !important;
|
|
16458
17000
|
}
|
|
16459
17001
|
|
|
16460
17002
|
/* Adjust heading spacing */
|
|
@@ -16504,7 +17046,7 @@ html {
|
|
|
16504
17046
|
|
|
16505
17047
|
/**
|
|
16506
17048
|
* Do not edit directly
|
|
16507
|
-
* Generated on
|
|
17049
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
16508
17050
|
*/
|
|
16509
17051
|
|
|
16510
17052
|
:root {
|
|
@@ -16513,7 +17055,7 @@ html {
|
|
|
16513
17055
|
|
|
16514
17056
|
/**
|
|
16515
17057
|
* Do not edit directly
|
|
16516
|
-
* Generated on
|
|
17058
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
16517
17059
|
*/
|
|
16518
17060
|
|
|
16519
17061
|
:root,
|
|
@@ -16935,7 +17477,7 @@ html {
|
|
|
16935
17477
|
|
|
16936
17478
|
/**
|
|
16937
17479
|
* Do not edit directly
|
|
16938
|
-
* Generated on
|
|
17480
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
16939
17481
|
*/
|
|
16940
17482
|
|
|
16941
17483
|
:root {
|
|
@@ -16944,7 +17486,7 @@ html {
|
|
|
16944
17486
|
|
|
16945
17487
|
/**
|
|
16946
17488
|
* Do not edit directly
|
|
16947
|
-
* Generated on
|
|
17489
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
16948
17490
|
*/
|
|
16949
17491
|
|
|
16950
17492
|
:root,
|
|
@@ -17399,7 +17941,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17399
17941
|
|
|
17400
17942
|
/**
|
|
17401
17943
|
* Do not edit directly
|
|
17402
|
-
* Generated on
|
|
17944
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
17403
17945
|
*/
|
|
17404
17946
|
|
|
17405
17947
|
:root,
|
|
@@ -17500,7 +18042,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17500
18042
|
|
|
17501
18043
|
/**
|
|
17502
18044
|
* Do not edit directly
|
|
17503
|
-
* Generated on
|
|
18045
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
17504
18046
|
*/
|
|
17505
18047
|
|
|
17506
18048
|
:root,
|
|
@@ -17836,7 +18378,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17836
18378
|
|
|
17837
18379
|
/**
|
|
17838
18380
|
* Do not edit directly
|
|
17839
|
-
* Generated on
|
|
18381
|
+
* Generated on Fri, 19 Jul 2024 15:23:40 GMT
|
|
17840
18382
|
*/
|
|
17841
18383
|
|
|
17842
18384
|
:root,
|
|
@@ -17850,7 +18392,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17850
18392
|
|
|
17851
18393
|
/**
|
|
17852
18394
|
* Do not edit directly
|
|
17853
|
-
* Generated on
|
|
18395
|
+
* Generated on Fri, 19 Jul 2024 15:23:39 GMT
|
|
17854
18396
|
*/
|
|
17855
18397
|
|
|
17856
18398
|
:root {
|