@primer/react-brand 0.34.4-rc.d299effb → 0.35.0-rc.02f8890c
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/CTABanner/CTABanner.d.ts +4 -4
- package/lib/Hero/Hero.d.ts +5 -3
- package/lib/LogoSuite/LogoSuite.d.ts +5 -5
- package/lib/Stack/Stack.d.ts +2 -2
- package/lib/VideoPlayer/VideoPlayer.d.ts +29 -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/css/main.css +686 -173
- 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/forms/TextInput/TextInput.d.ts +1 -1
- package/lib/forms/Textarea/Textarea.d.ts +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 +2 -8
- 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 Thu, 18 Jul 2024 12:33:24 GMT
|
|
93
93
|
*/
|
|
94
94
|
|
|
95
95
|
:root,
|
|
@@ -367,7 +367,7 @@ select {
|
|
|
367
367
|
|
|
368
368
|
/**
|
|
369
369
|
* Do not edit directly
|
|
370
|
-
* Generated on
|
|
370
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
371
371
|
*/
|
|
372
372
|
|
|
373
373
|
:root {
|
|
@@ -392,7 +392,7 @@ select {
|
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
394
|
* Do not edit directly
|
|
395
|
-
* Generated on
|
|
395
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
396
396
|
*/
|
|
397
397
|
|
|
398
398
|
:root {
|
|
@@ -408,7 +408,7 @@ select {
|
|
|
408
408
|
|
|
409
409
|
/**
|
|
410
410
|
* Do not edit directly
|
|
411
|
-
* Generated on
|
|
411
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
412
412
|
*/
|
|
413
413
|
|
|
414
414
|
:root {
|
|
@@ -540,7 +540,7 @@ select {
|
|
|
540
540
|
|
|
541
541
|
/**
|
|
542
542
|
* Do not edit directly
|
|
543
|
-
* Generated on
|
|
543
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
544
544
|
*/
|
|
545
545
|
|
|
546
546
|
:root {
|
|
@@ -554,7 +554,7 @@ select {
|
|
|
554
554
|
|
|
555
555
|
/**
|
|
556
556
|
* Do not edit directly
|
|
557
|
-
* Generated on
|
|
557
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
558
558
|
*/
|
|
559
559
|
|
|
560
560
|
:root {
|
|
@@ -573,7 +573,7 @@ select {
|
|
|
573
573
|
|
|
574
574
|
/**
|
|
575
575
|
* Do not edit directly
|
|
576
|
-
* Generated on
|
|
576
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 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 Thu, 18 Jul 2024 12:33:24 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 Thu, 18 Jul 2024 12:33:24 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 Thu, 18 Jul 2024 12:33:24 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 Thu, 18 Jul 2024 12:33:24 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 Thu, 18 Jul 2024 12:33:24 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 Thu, 18 Jul 2024 12:33:24 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 Thu, 18 Jul 2024 12:33:24 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 Thu, 18 Jul 2024 12:33:24 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 Thu, 18 Jul 2024 12:33:24 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 Thu, 18 Jul 2024 12:33:25 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
|
*/
|
|
@@ -4671,7 +5219,7 @@ select {
|
|
|
4671
5219
|
|
|
4672
5220
|
/**
|
|
4673
5221
|
* Do not edit directly
|
|
4674
|
-
* Generated on
|
|
5222
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
4675
5223
|
*/
|
|
4676
5224
|
|
|
4677
5225
|
:root,
|
|
@@ -4699,7 +5247,7 @@ select {
|
|
|
4699
5247
|
|
|
4700
5248
|
/**
|
|
4701
5249
|
* Do not edit directly
|
|
4702
|
-
* Generated on
|
|
5250
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
4703
5251
|
*/
|
|
4704
5252
|
|
|
4705
5253
|
:root,
|
|
@@ -4715,7 +5263,7 @@ select {
|
|
|
4715
5263
|
|
|
4716
5264
|
/**
|
|
4717
5265
|
* Do not edit directly
|
|
4718
|
-
* Generated on
|
|
5266
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
4719
5267
|
*/
|
|
4720
5268
|
|
|
4721
5269
|
:root {
|
|
@@ -4839,7 +5387,7 @@ select {
|
|
|
4839
5387
|
|
|
4840
5388
|
/**
|
|
4841
5389
|
* Do not edit directly
|
|
4842
|
-
* Generated on
|
|
5390
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
4843
5391
|
*/
|
|
4844
5392
|
|
|
4845
5393
|
:root,
|
|
@@ -4855,7 +5403,7 @@ select {
|
|
|
4855
5403
|
|
|
4856
5404
|
/**
|
|
4857
5405
|
* Do not edit directly
|
|
4858
|
-
* Generated on
|
|
5406
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
4859
5407
|
*/
|
|
4860
5408
|
|
|
4861
5409
|
:root,
|
|
@@ -5101,7 +5649,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5101
5649
|
|
|
5102
5650
|
/**
|
|
5103
5651
|
* Do not edit directly
|
|
5104
|
-
* Generated on
|
|
5652
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
5105
5653
|
*/
|
|
5106
5654
|
|
|
5107
5655
|
:root {
|
|
@@ -5110,7 +5658,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5110
5658
|
|
|
5111
5659
|
/**
|
|
5112
5660
|
* Do not edit directly
|
|
5113
|
-
* Generated on
|
|
5661
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
5114
5662
|
*/
|
|
5115
5663
|
|
|
5116
5664
|
:root,
|
|
@@ -5128,7 +5676,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5128
5676
|
|
|
5129
5677
|
/**
|
|
5130
5678
|
* Do not edit directly
|
|
5131
|
-
* Generated on
|
|
5679
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
5132
5680
|
*/
|
|
5133
5681
|
|
|
5134
5682
|
:root {
|
|
@@ -5259,7 +5807,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5259
5807
|
|
|
5260
5808
|
/**
|
|
5261
5809
|
* Do not edit directly
|
|
5262
|
-
* Generated on
|
|
5810
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
5263
5811
|
*/
|
|
5264
5812
|
|
|
5265
5813
|
:root,
|
|
@@ -6360,7 +6908,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6360
6908
|
|
|
6361
6909
|
/**
|
|
6362
6910
|
* Do not edit directly
|
|
6363
|
-
* Generated on
|
|
6911
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
6364
6912
|
*/
|
|
6365
6913
|
|
|
6366
6914
|
:root {
|
|
@@ -6374,7 +6922,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6374
6922
|
|
|
6375
6923
|
/**
|
|
6376
6924
|
* Do not edit directly
|
|
6377
|
-
* Generated on
|
|
6925
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
6378
6926
|
*/
|
|
6379
6927
|
|
|
6380
6928
|
:root,
|
|
@@ -6612,7 +7160,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6612
7160
|
|
|
6613
7161
|
/**
|
|
6614
7162
|
* Do not edit directly
|
|
6615
|
-
* Generated on
|
|
7163
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
6616
7164
|
*/
|
|
6617
7165
|
|
|
6618
7166
|
:root,
|
|
@@ -6628,7 +7176,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6628
7176
|
|
|
6629
7177
|
/**
|
|
6630
7178
|
* Do not edit directly
|
|
6631
|
-
* Generated on
|
|
7179
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
6632
7180
|
*/
|
|
6633
7181
|
|
|
6634
7182
|
:root {
|
|
@@ -6946,7 +7494,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6946
7494
|
|
|
6947
7495
|
/**
|
|
6948
7496
|
* Do not edit directly
|
|
6949
|
-
* Generated on
|
|
7497
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
6950
7498
|
*/
|
|
6951
7499
|
|
|
6952
7500
|
:root,
|
|
@@ -7398,18 +7946,20 @@ html {
|
|
|
7398
7946
|
|
|
7399
7947
|
/**
|
|
7400
7948
|
* Do not edit directly
|
|
7401
|
-
* Generated on
|
|
7949
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
7402
7950
|
*/
|
|
7403
7951
|
|
|
7404
7952
|
:root,
|
|
7405
7953
|
[data-color-mode="light"] {
|
|
7406
7954
|
--brand-CTABanner-shadow-color-start: var(--base-color-scale-green-5);
|
|
7407
7955
|
--brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-5);
|
|
7956
|
+
--brand-CTABanner-bgColor: var(--brand-color-canvas-default);
|
|
7408
7957
|
}
|
|
7409
7958
|
|
|
7410
7959
|
[data-color-mode="dark"] {
|
|
7411
7960
|
--brand-CTABanner-shadow-color-start: var(--base-color-scale-green-2);
|
|
7412
7961
|
--brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-3);
|
|
7962
|
+
--brand-CTABanner-bgColor: var(--brand-color-canvas-default);
|
|
7413
7963
|
}
|
|
7414
7964
|
|
|
7415
7965
|
.Primer_Brand__CTABanner-module__CTABanner___m0t8s {
|
|
@@ -7454,7 +8004,7 @@ html {
|
|
|
7454
8004
|
}
|
|
7455
8005
|
|
|
7456
8006
|
.Primer_Brand__CTABanner-module__CTABanner-container--background___v1yTH {
|
|
7457
|
-
background: var(--brand-
|
|
8007
|
+
background: var(--brand-CTABanner-bgColor);
|
|
7458
8008
|
}
|
|
7459
8009
|
|
|
7460
8010
|
.Primer_Brand__CTABanner-module__CTABanner-container--border___FbAer {
|
|
@@ -7587,7 +8137,7 @@ html {
|
|
|
7587
8137
|
|
|
7588
8138
|
/**
|
|
7589
8139
|
* Do not edit directly
|
|
7590
|
-
* Generated on
|
|
8140
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
7591
8141
|
*/
|
|
7592
8142
|
|
|
7593
8143
|
:root,
|
|
@@ -7726,7 +8276,7 @@ html {
|
|
|
7726
8276
|
|
|
7727
8277
|
/**
|
|
7728
8278
|
* Do not edit directly
|
|
7729
|
-
* Generated on
|
|
8279
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
7730
8280
|
*/
|
|
7731
8281
|
|
|
7732
8282
|
:root,
|
|
@@ -7856,7 +8406,7 @@ html {
|
|
|
7856
8406
|
|
|
7857
8407
|
/**
|
|
7858
8408
|
* Do not edit directly
|
|
7859
|
-
* Generated on
|
|
8409
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
7860
8410
|
*/
|
|
7861
8411
|
|
|
7862
8412
|
:root {
|
|
@@ -7867,7 +8417,7 @@ html {
|
|
|
7867
8417
|
|
|
7868
8418
|
/**
|
|
7869
8419
|
* Do not edit directly
|
|
7870
|
-
* Generated on
|
|
8420
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
7871
8421
|
*/
|
|
7872
8422
|
|
|
7873
8423
|
:root,
|
|
@@ -8308,7 +8858,7 @@ html {
|
|
|
8308
8858
|
|
|
8309
8859
|
/**
|
|
8310
8860
|
* Do not edit directly
|
|
8311
|
-
* Generated on
|
|
8861
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
8312
8862
|
*/
|
|
8313
8863
|
|
|
8314
8864
|
:root,
|
|
@@ -8867,7 +9417,7 @@ html {
|
|
|
8867
9417
|
|
|
8868
9418
|
/**
|
|
8869
9419
|
* Do not edit directly
|
|
8870
|
-
* Generated on
|
|
9420
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
8871
9421
|
*/
|
|
8872
9422
|
|
|
8873
9423
|
:root {
|
|
@@ -8878,7 +9428,7 @@ html {
|
|
|
8878
9428
|
|
|
8879
9429
|
/**
|
|
8880
9430
|
* Do not edit directly
|
|
8881
|
-
* Generated on
|
|
9431
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
8882
9432
|
*/
|
|
8883
9433
|
|
|
8884
9434
|
:root,
|
|
@@ -12692,6 +13242,25 @@ html {
|
|
|
12692
13242
|
border-style: none;
|
|
12693
13243
|
}
|
|
12694
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
|
+
|
|
12695
13264
|
/* ---------------------------------------------------------- */
|
|
12696
13265
|
/* VideoPlayer Contents */
|
|
12697
13266
|
/* ---------------------------------------------------------- */
|
|
@@ -12714,6 +13283,7 @@ html {
|
|
|
12714
13283
|
width: 100%;
|
|
12715
13284
|
position: relative;
|
|
12716
13285
|
overflow: hidden;
|
|
13286
|
+
border-radius: var(--brand-borderRadius-medium);
|
|
12717
13287
|
}
|
|
12718
13288
|
|
|
12719
13289
|
/* ---------------------------------------------------------- */
|
|
@@ -12722,7 +13292,7 @@ html {
|
|
|
12722
13292
|
|
|
12723
13293
|
.Primer_Brand__VideoPlayer-module__VideoPlayer___iNxEw {
|
|
12724
13294
|
width: 100%;
|
|
12725
|
-
|
|
13295
|
+
max-height: 100%;
|
|
12726
13296
|
display: block;
|
|
12727
13297
|
}
|
|
12728
13298
|
|
|
@@ -12736,32 +13306,25 @@ html {
|
|
|
12736
13306
|
left: 0;
|
|
12737
13307
|
width: 100%;
|
|
12738
13308
|
height: 100%;
|
|
12739
|
-
background:
|
|
13309
|
+
background: rgba(0,0,0,0.2); /* TODO Use a token for this once v8 migration has been completed */
|
|
12740
13310
|
border: none;
|
|
12741
13311
|
z-index: 1;
|
|
12742
13312
|
}
|
|
12743
13313
|
|
|
12744
|
-
.Primer_Brand__VideoPlayer-
|
|
12745
|
-
|
|
12746
|
-
|
|
12747
|
-
|
|
12748
|
-
|
|
12749
|
-
|
|
12750
|
-
background: var(--brand-videoPlayer-playButton-bgColor-rest);
|
|
12751
|
-
border-radius: 50%;
|
|
12752
|
-
}
|
|
12753
|
-
|
|
12754
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButtonInner___FpXVO > svg {
|
|
12755
|
-
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;
|
|
12756
13320
|
}
|
|
12757
13321
|
|
|
12758
13322
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F:focus {
|
|
12759
13323
|
border: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
|
|
12760
|
-
box-shadow: 0 0 0
|
|
13324
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12761
13325
|
}
|
|
12762
13326
|
|
|
12763
13327
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F svg {
|
|
12764
|
-
cursor: pointer;
|
|
12765
13328
|
color: var(--brand-videoPlayer-playButton-fgColor-rest);
|
|
12766
13329
|
}
|
|
12767
13330
|
|
|
@@ -12771,52 +13334,45 @@ html {
|
|
|
12771
13334
|
|
|
12772
13335
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
|
|
12773
13336
|
transition: var(--brand-VideoPlayer-transition);
|
|
12774
|
-
top:
|
|
12775
|
-
opacity: 0;
|
|
13337
|
+
top: 0;
|
|
12776
13338
|
position: absolute;
|
|
12777
13339
|
border-radius: var(--brand-borderRadius-medium);
|
|
12778
13340
|
left: 0;
|
|
12779
13341
|
width: 100%;
|
|
12780
13342
|
z-index: 2;
|
|
12781
|
-
padding: var(--base-size-16)
|
|
13343
|
+
padding: var(--base-size-16);
|
|
12782
13344
|
color: var(--brand-videoPlayer-title-fgColor);
|
|
12783
13345
|
display: grid;
|
|
12784
13346
|
align-items: center;
|
|
12785
13347
|
justify-content: flex-start;
|
|
12786
|
-
grid-gap:
|
|
13348
|
+
grid-gap: var(--base-size-12);
|
|
12787
13349
|
grid-template-columns: auto auto;
|
|
12788
13350
|
background: var(--brand-videoPlayer-title-bgColor);
|
|
12789
13351
|
}
|
|
12790
13352
|
|
|
12791
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
|
|
12792
|
-
top: 0;
|
|
12793
|
-
opacity: 1;
|
|
12794
|
-
}
|
|
12795
|
-
|
|
12796
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
|
|
12797
|
-
top: 0;
|
|
12798
|
-
opacity: 1;
|
|
12799
|
-
}
|
|
12800
|
-
|
|
12801
13353
|
/* ---------------------------------------------------------- */
|
|
12802
13354
|
/* 5. Controls */
|
|
12803
13355
|
/* ---------------------------------------------------------- */
|
|
12804
13356
|
|
|
12805
13357
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
|
|
12806
13358
|
transition: var(--brand-VideoPlayer-transition);
|
|
12807
|
-
bottom:
|
|
13359
|
+
bottom: 0;
|
|
12808
13360
|
position: absolute;
|
|
12809
13361
|
z-index: 2;
|
|
12810
13362
|
width: 100%;
|
|
12811
13363
|
pointer-events: none;
|
|
13364
|
+
opacity: 1;
|
|
13365
|
+
transition: opacity 2s ease-in-out;
|
|
12812
13366
|
}
|
|
12813
13367
|
|
|
12814
|
-
.Primer_Brand__VideoPlayer-
|
|
12815
|
-
display: grid;
|
|
12816
|
-
grid-gap: var(--base-size-16);
|
|
12817
|
-
align-items: center;
|
|
12818
|
-
grid-template-columns: auto 2fr auto auto auto auto auto;
|
|
13368
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls--hidden___I_HD0 {
|
|
12819
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;
|
|
12820
13376
|
border-bottom-right-radius: var(--brand-borderRadius-medium);
|
|
12821
13377
|
border-bottom-left-radius: var(--brand-borderRadius-medium);
|
|
12822
13378
|
left: 0;
|
|
@@ -12826,10 +13382,6 @@ html {
|
|
|
12826
13382
|
pointer-events: all;
|
|
12827
13383
|
}
|
|
12828
13384
|
|
|
12829
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
|
|
12830
|
-
grid-template-columns: auto 2fr auto auto auto auto;
|
|
12831
|
-
}
|
|
12832
|
-
|
|
12833
13385
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus,
|
|
12834
13386
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI[focus-within] {
|
|
12835
13387
|
bottom: 0;
|
|
@@ -12840,30 +13392,13 @@ html {
|
|
|
12840
13392
|
bottom: 0;
|
|
12841
13393
|
}
|
|
12842
13394
|
|
|
12843
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus .Primer_Brand__VideoPlayer-
|
|
12844
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI[focus-within] .Primer_Brand__VideoPlayer-
|
|
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 {
|
|
12845
13397
|
opacity: 1;
|
|
12846
13398
|
}
|
|
12847
13399
|
|
|
12848
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus .Primer_Brand__VideoPlayer-
|
|
12849
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus-within .Primer_Brand__VideoPlayer-
|
|
12850
|
-
opacity: 1;
|
|
12851
|
-
}
|
|
12852
|
-
|
|
12853
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
|
|
12854
|
-
bottom: 0;
|
|
12855
|
-
}
|
|
12856
|
-
|
|
12857
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
|
|
12858
|
-
opacity: 1;
|
|
12859
|
-
}
|
|
12860
|
-
|
|
12861
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
|
|
12862
|
-
opacity: 1;
|
|
12863
|
-
}
|
|
12864
|
-
|
|
12865
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
|
|
12866
|
-
bottom: 0;
|
|
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 {
|
|
12867
13402
|
opacity: 1;
|
|
12868
13403
|
}
|
|
12869
13404
|
|
|
@@ -12872,7 +13407,7 @@ html {
|
|
|
12872
13407
|
background: none;
|
|
12873
13408
|
border: none;
|
|
12874
13409
|
cursor: pointer;
|
|
12875
|
-
height:
|
|
13410
|
+
height: var(--base-size-24);
|
|
12876
13411
|
box-sizing: content-box;
|
|
12877
13412
|
position: relative;
|
|
12878
13413
|
padding: 0;
|
|
@@ -12881,14 +13416,14 @@ html {
|
|
|
12881
13416
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4.Primer_Brand__VideoPlayer-module__focus-visible___AKGlH {
|
|
12882
13417
|
border-color: var(--brand-color-focus);
|
|
12883
13418
|
outline: none;
|
|
12884
|
-
box-shadow: 0 0 0
|
|
13419
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12885
13420
|
opacity: 1;
|
|
12886
13421
|
}
|
|
12887
13422
|
|
|
12888
13423
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4:focus-visible {
|
|
12889
13424
|
border-color: var(--brand-color-focus);
|
|
12890
13425
|
outline: none;
|
|
12891
|
-
box-shadow: 0 0 0
|
|
13426
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12892
13427
|
opacity: 1;
|
|
12893
13428
|
}
|
|
12894
13429
|
|
|
@@ -12900,13 +13435,15 @@ html {
|
|
|
12900
13435
|
opacity: 1;
|
|
12901
13436
|
}
|
|
12902
13437
|
|
|
12903
|
-
.Primer_Brand__VideoPlayer-
|
|
12904
|
-
|
|
12905
|
-
|
|
13438
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__seek___Z4IA2 {
|
|
13439
|
+
flex: 1;
|
|
13440
|
+
display: flex;
|
|
13441
|
+
align-items: center;
|
|
13442
|
+
gap: var(--base-size-16);
|
|
12906
13443
|
}
|
|
12907
13444
|
|
|
12908
|
-
.Primer_Brand__VideoPlayer-
|
|
12909
|
-
|
|
13445
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__progressTime___GvTKs {
|
|
13446
|
+
color: var(--brand-videoPlayer-controls-fgColor);
|
|
12910
13447
|
}
|
|
12911
13448
|
|
|
12912
13449
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__totalTime___nWILS {
|
|
@@ -12914,14 +13451,14 @@ html {
|
|
|
12914
13451
|
}
|
|
12915
13452
|
|
|
12916
13453
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__progressBar___wYSPx {
|
|
12917
|
-
|
|
12918
|
-
height:
|
|
13454
|
+
flex: 1;
|
|
13455
|
+
height: var(--base-size-6);
|
|
12919
13456
|
}
|
|
12920
13457
|
|
|
12921
13458
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__closedCaption___PAvgt {
|
|
12922
13459
|
border-radius: var(--brand-borderRadius-medium);
|
|
12923
|
-
padding:
|
|
12924
|
-
border:
|
|
13460
|
+
padding: 0.125rem var(--base-size-4);
|
|
13461
|
+
border: 0.125rem solid var(--brand-videoPlayer-closedCaption-borderColor-enabled);
|
|
12925
13462
|
background: var(--brand-videoPlayer-closedCaption-bgColor-enabled);
|
|
12926
13463
|
position: relative;
|
|
12927
13464
|
}
|
|
@@ -12950,10 +13487,6 @@ html {
|
|
|
12950
13487
|
border-radius: var(--brand-VideoPlayer-range-borderRadius);
|
|
12951
13488
|
}
|
|
12952
13489
|
|
|
12953
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__volumeBar___HOmXb {
|
|
12954
|
-
display: none;
|
|
12955
|
-
}
|
|
12956
|
-
|
|
12957
13490
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__range___Tmjbg:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
|
|
12958
13491
|
opacity: 1;
|
|
12959
13492
|
}
|
|
@@ -12977,14 +13510,14 @@ html {
|
|
|
12977
13510
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl.Primer_Brand__VideoPlayer-module__focus-visible___AKGlH {
|
|
12978
13511
|
border-color: var(--brand-color-focus);
|
|
12979
13512
|
outline: none;
|
|
12980
|
-
box-shadow: 0 0 0
|
|
13513
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12981
13514
|
opacity: 1;
|
|
12982
13515
|
}
|
|
12983
13516
|
|
|
12984
13517
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl:focus-visible {
|
|
12985
13518
|
border-color: var(--brand-color-focus);
|
|
12986
13519
|
outline: none;
|
|
12987
|
-
box-shadow: 0 0 0
|
|
13520
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12988
13521
|
opacity: 1;
|
|
12989
13522
|
}
|
|
12990
13523
|
|
|
@@ -13039,24 +13572,24 @@ html {
|
|
|
13039
13572
|
|
|
13040
13573
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
|
|
13041
13574
|
position: absolute;
|
|
13575
|
+
left: 50%;
|
|
13042
13576
|
bottom: 100%;
|
|
13043
13577
|
z-index: 2;
|
|
13044
|
-
width:
|
|
13045
|
-
height:
|
|
13578
|
+
width: var(--base-size-8);
|
|
13579
|
+
height: var(--base-size-8);
|
|
13046
13580
|
margin-bottom: var(--base-size-16);
|
|
13047
13581
|
pointer-events: none;
|
|
13048
13582
|
opacity: 0;
|
|
13049
|
-
transform:
|
|
13050
|
-
transition:
|
|
13051
|
-
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);
|
|
13052
13585
|
}
|
|
13053
13586
|
|
|
13054
13587
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l::before {
|
|
13055
13588
|
position: absolute;
|
|
13056
|
-
bottom: -
|
|
13589
|
+
bottom: calc(var(--base-size-4) * -1);
|
|
13057
13590
|
left: 0;
|
|
13058
|
-
width:
|
|
13059
|
-
height:
|
|
13591
|
+
width: var(--base-size-12);
|
|
13592
|
+
height: var(--base-size-12);
|
|
13060
13593
|
content: '';
|
|
13061
13594
|
background: var(--base-color-scale-white-0);
|
|
13062
13595
|
border-radius: var(--brand-borderRadius-small);
|
|
@@ -13069,7 +13602,7 @@ html {
|
|
|
13069
13602
|
left: 50%;
|
|
13070
13603
|
z-index: -1;
|
|
13071
13604
|
background: white;
|
|
13072
|
-
box-shadow: 0
|
|
13605
|
+
box-shadow: 0 var(--base-size-4) var(--base-size-4) rgba(27,31,36,0.2);
|
|
13073
13606
|
transform: translate3d(-50%, 0, 0);
|
|
13074
13607
|
padding: var(--brand-VideoPlayer-tooltip-padding);
|
|
13075
13608
|
border-radius: var(--brand-borderRadius-medium);
|
|
@@ -13083,38 +13616,17 @@ html {
|
|
|
13083
13616
|
color: var(--base-color-scale-white-0);
|
|
13084
13617
|
}
|
|
13085
13618
|
|
|
13086
|
-
.Primer_Brand__VideoPlayer-
|
|
13087
|
-
|
|
13088
|
-
}
|
|
13089
|
-
|
|
13090
|
-
/* ---------------------------------------------------------- */
|
|
13091
|
-
/* 8. Captions */
|
|
13092
|
-
/* ---------------------------------------------------------- */
|
|
13093
|
-
|
|
13094
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__captions___dI9Jv {
|
|
13095
|
-
width: 90%;
|
|
13096
|
-
margin: var(--brand-VideoPlayer-closedCaption-margin);
|
|
13097
|
-
display: grid;
|
|
13098
|
-
justify-content: center;
|
|
13099
|
-
pointer-events: none;
|
|
13100
|
-
}
|
|
13101
|
-
|
|
13102
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__captions__empty___q_s3l {
|
|
13103
|
-
display: none;
|
|
13619
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__seekTime___HLf0h {
|
|
13620
|
+
white-space: nowrap;
|
|
13104
13621
|
}
|
|
13105
13622
|
|
|
13106
|
-
.
|
|
13107
|
-
|
|
13108
|
-
text-align: center;
|
|
13109
|
-
background: rgba(27,31,36,0.2);
|
|
13110
|
-
padding: var(--brand-VideoPlayer-closedCaption-text-padding);
|
|
13111
|
-
border-radius: var(--brand-borderRadius-medium);
|
|
13112
|
-
display: inline-block;
|
|
13623
|
+
.Primer_Brand__VolumeControl-module__VolumeControl___rq9Ra {
|
|
13624
|
+
max-width: 100px;
|
|
13113
13625
|
}
|
|
13114
13626
|
|
|
13115
13627
|
/**
|
|
13116
13628
|
* Do not edit directly
|
|
13117
|
-
* Generated on
|
|
13629
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13118
13630
|
*/
|
|
13119
13631
|
|
|
13120
13632
|
:root {
|
|
@@ -13123,16 +13635,17 @@ html {
|
|
|
13123
13635
|
--brand-VideoPlayer-range-minWidth: 4.6875rem;
|
|
13124
13636
|
--brand-VideoPlayer-range-borderRadius: 0.1875rem;
|
|
13125
13637
|
--brand-VideoPlayer-range-height: 0.375rem;
|
|
13126
|
-
--brand-VideoPlayer-playButton-
|
|
13127
|
-
--brand-VideoPlayer-playButton-
|
|
13128
|
-
--brand-VideoPlayer-playButton-height: 1.5rem;
|
|
13638
|
+
--brand-VideoPlayer-playButton-width: var(--base-size-96);
|
|
13639
|
+
--brand-VideoPlayer-playButton-height: var(--base-size-96);
|
|
13129
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);
|
|
13130
13643
|
--brand-VideoPlayer-closedCaption-margin: 0 auto 15px auto;
|
|
13131
13644
|
}
|
|
13132
13645
|
|
|
13133
13646
|
/**
|
|
13134
13647
|
* Do not edit directly
|
|
13135
|
-
* Generated on
|
|
13648
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13136
13649
|
*/
|
|
13137
13650
|
|
|
13138
13651
|
:root,
|
|
@@ -13168,7 +13681,7 @@ html {
|
|
|
13168
13681
|
|
|
13169
13682
|
/**
|
|
13170
13683
|
* Do not edit directly
|
|
13171
|
-
* Generated on
|
|
13684
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13172
13685
|
*/
|
|
13173
13686
|
|
|
13174
13687
|
:root,
|
|
@@ -13188,7 +13701,7 @@ html {
|
|
|
13188
13701
|
|
|
13189
13702
|
/**
|
|
13190
13703
|
* Do not edit directly
|
|
13191
|
-
* Generated on
|
|
13704
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13192
13705
|
*/
|
|
13193
13706
|
|
|
13194
13707
|
:root {
|
|
@@ -13447,7 +13960,7 @@ html {
|
|
|
13447
13960
|
|
|
13448
13961
|
/**
|
|
13449
13962
|
* Do not edit directly
|
|
13450
|
-
* Generated on
|
|
13963
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13451
13964
|
*/
|
|
13452
13965
|
|
|
13453
13966
|
:root,
|
|
@@ -13461,7 +13974,7 @@ html {
|
|
|
13461
13974
|
|
|
13462
13975
|
/**
|
|
13463
13976
|
* Do not edit directly
|
|
13464
|
-
* Generated on
|
|
13977
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13465
13978
|
*/
|
|
13466
13979
|
|
|
13467
13980
|
:root {
|
|
@@ -13475,7 +13988,7 @@ html {
|
|
|
13475
13988
|
|
|
13476
13989
|
/**
|
|
13477
13990
|
* Do not edit directly
|
|
13478
|
-
* Generated on
|
|
13991
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13479
13992
|
*/
|
|
13480
13993
|
|
|
13481
13994
|
:root {
|
|
@@ -15654,7 +16167,7 @@ html {
|
|
|
15654
16167
|
|
|
15655
16168
|
/**
|
|
15656
16169
|
* Do not edit directly
|
|
15657
|
-
* Generated on
|
|
16170
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
15658
16171
|
*/
|
|
15659
16172
|
|
|
15660
16173
|
:root {
|
|
@@ -15678,7 +16191,7 @@ html {
|
|
|
15678
16191
|
|
|
15679
16192
|
/**
|
|
15680
16193
|
* Do not edit directly
|
|
15681
|
-
* Generated on
|
|
16194
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
15682
16195
|
*/
|
|
15683
16196
|
|
|
15684
16197
|
:root,
|
|
@@ -16132,7 +16645,7 @@ html {
|
|
|
16132
16645
|
|
|
16133
16646
|
/**
|
|
16134
16647
|
* Do not edit directly
|
|
16135
|
-
* Generated on
|
|
16648
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
16136
16649
|
*/
|
|
16137
16650
|
|
|
16138
16651
|
:root {
|
|
@@ -16533,7 +17046,7 @@ html {
|
|
|
16533
17046
|
|
|
16534
17047
|
/**
|
|
16535
17048
|
* Do not edit directly
|
|
16536
|
-
* Generated on
|
|
17049
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
16537
17050
|
*/
|
|
16538
17051
|
|
|
16539
17052
|
:root {
|
|
@@ -16542,7 +17055,7 @@ html {
|
|
|
16542
17055
|
|
|
16543
17056
|
/**
|
|
16544
17057
|
* Do not edit directly
|
|
16545
|
-
* Generated on
|
|
17058
|
+
* Generated on Thu, 18 Jul 2024 12:33:25 GMT
|
|
16546
17059
|
*/
|
|
16547
17060
|
|
|
16548
17061
|
:root,
|
|
@@ -16964,7 +17477,7 @@ html {
|
|
|
16964
17477
|
|
|
16965
17478
|
/**
|
|
16966
17479
|
* Do not edit directly
|
|
16967
|
-
* Generated on
|
|
17480
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
16968
17481
|
*/
|
|
16969
17482
|
|
|
16970
17483
|
:root {
|
|
@@ -16973,7 +17486,7 @@ html {
|
|
|
16973
17486
|
|
|
16974
17487
|
/**
|
|
16975
17488
|
* Do not edit directly
|
|
16976
|
-
* Generated on
|
|
17489
|
+
* Generated on Thu, 18 Jul 2024 12:33:25 GMT
|
|
16977
17490
|
*/
|
|
16978
17491
|
|
|
16979
17492
|
:root,
|
|
@@ -17428,7 +17941,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17428
17941
|
|
|
17429
17942
|
/**
|
|
17430
17943
|
* Do not edit directly
|
|
17431
|
-
* Generated on
|
|
17944
|
+
* Generated on Thu, 18 Jul 2024 12:33:25 GMT
|
|
17432
17945
|
*/
|
|
17433
17946
|
|
|
17434
17947
|
:root,
|
|
@@ -17529,7 +18042,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17529
18042
|
|
|
17530
18043
|
/**
|
|
17531
18044
|
* Do not edit directly
|
|
17532
|
-
* Generated on
|
|
18045
|
+
* Generated on Thu, 18 Jul 2024 12:33:25 GMT
|
|
17533
18046
|
*/
|
|
17534
18047
|
|
|
17535
18048
|
:root,
|
|
@@ -17865,7 +18378,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17865
18378
|
|
|
17866
18379
|
/**
|
|
17867
18380
|
* Do not edit directly
|
|
17868
|
-
* Generated on
|
|
18381
|
+
* Generated on Thu, 18 Jul 2024 12:33:25 GMT
|
|
17869
18382
|
*/
|
|
17870
18383
|
|
|
17871
18384
|
:root,
|
|
@@ -17879,7 +18392,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17879
18392
|
|
|
17880
18393
|
/**
|
|
17881
18394
|
* Do not edit directly
|
|
17882
|
-
* Generated on
|
|
18395
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
17883
18396
|
*/
|
|
17884
18397
|
|
|
17885
18398
|
:root {
|