@primer/react-brand 0.34.4-rc.a85d3e0d → 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 +8 -8
- package/lib/Hero/Hero.d.ts +5 -3
- package/lib/LogoSuite/LogoSuite.d.ts +10 -10
- package/lib/Stack/Stack.d.ts +2 -2
- package/lib/SubdomainNavBar/SubdomainNavBar.d.ts +2 -1
- 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 +712 -185
- 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
|
*/
|
|
@@ -4178,7 +4726,10 @@ select {
|
|
|
4178
4726
|
|
|
4179
4727
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc {
|
|
4180
4728
|
position: relative;
|
|
4181
|
-
display:
|
|
4729
|
+
display: flex;
|
|
4730
|
+
flex-direction: row;
|
|
4731
|
+
align-items: center;
|
|
4732
|
+
gap: var(--base-size-8);
|
|
4182
4733
|
color: var(--brand-color-text-default);
|
|
4183
4734
|
font-family: var(--brand-heading-fontFamily);
|
|
4184
4735
|
font-weight: var(--base-text-weight-normal);
|
|
@@ -4192,6 +4743,10 @@ select {
|
|
|
4192
4743
|
text-decoration: none;
|
|
4193
4744
|
}
|
|
4194
4745
|
|
|
4746
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-text___a540y {
|
|
4747
|
+
position: relative;
|
|
4748
|
+
}
|
|
4749
|
+
|
|
4195
4750
|
@media screen and (max-width: 767px) {
|
|
4196
4751
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:first-of-type {
|
|
4197
4752
|
padding-top: var(--base-size-24);
|
|
@@ -4211,31 +4766,29 @@ select {
|
|
|
4211
4766
|
padding: var(--base-size-16) var(--base-size-16);
|
|
4212
4767
|
}
|
|
4213
4768
|
|
|
4214
|
-
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-
|
|
4769
|
+
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-text___a540y::after {
|
|
4215
4770
|
content: '';
|
|
4216
4771
|
position: absolute;
|
|
4217
|
-
bottom:
|
|
4772
|
+
bottom: -6px;
|
|
4218
4773
|
left: 0;
|
|
4219
4774
|
width: 100%;
|
|
4220
4775
|
height: 2px;
|
|
4221
4776
|
background-color: var(--brand-SubdomainNavBar-border-nav-default);
|
|
4222
4777
|
opacity: 0;
|
|
4223
4778
|
transition: opacity var(--brand-animation-duration-fast), transform var(--brand-animation-duration-fast);
|
|
4224
|
-
opacity: 1;
|
|
4225
4779
|
transform: scale(0);
|
|
4226
4780
|
transform-origin: center;
|
|
4227
4781
|
}
|
|
4228
4782
|
|
|
4229
|
-
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:hover::after,
|
|
4230
|
-
.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 {
|
|
4231
4785
|
opacity: 1;
|
|
4232
|
-
transform:
|
|
4233
|
-
transform: scale(0.4);
|
|
4786
|
+
transform: scale(0.75);
|
|
4234
4787
|
}
|
|
4235
4788
|
|
|
4236
|
-
.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 {
|
|
4237
4790
|
background-color: var(--brand-SubdomainNavBar-border-nav-pressed);
|
|
4238
|
-
transform: scale(0.
|
|
4791
|
+
transform: scale(0.75);
|
|
4239
4792
|
}
|
|
4240
4793
|
|
|
4241
4794
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc {
|
|
@@ -4244,7 +4797,7 @@ select {
|
|
|
4244
4797
|
color: var(--brand-SubdomainNavBar-fg-overflow-default);
|
|
4245
4798
|
}
|
|
4246
4799
|
|
|
4247
|
-
.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 {
|
|
4248
4801
|
display: none;
|
|
4249
4802
|
}
|
|
4250
4803
|
|
|
@@ -4666,7 +5219,7 @@ select {
|
|
|
4666
5219
|
|
|
4667
5220
|
/**
|
|
4668
5221
|
* Do not edit directly
|
|
4669
|
-
* Generated on
|
|
5222
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
4670
5223
|
*/
|
|
4671
5224
|
|
|
4672
5225
|
:root,
|
|
@@ -4694,7 +5247,7 @@ select {
|
|
|
4694
5247
|
|
|
4695
5248
|
/**
|
|
4696
5249
|
* Do not edit directly
|
|
4697
|
-
* Generated on
|
|
5250
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
4698
5251
|
*/
|
|
4699
5252
|
|
|
4700
5253
|
:root,
|
|
@@ -4710,7 +5263,7 @@ select {
|
|
|
4710
5263
|
|
|
4711
5264
|
/**
|
|
4712
5265
|
* Do not edit directly
|
|
4713
|
-
* Generated on
|
|
5266
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
4714
5267
|
*/
|
|
4715
5268
|
|
|
4716
5269
|
:root {
|
|
@@ -4834,7 +5387,7 @@ select {
|
|
|
4834
5387
|
|
|
4835
5388
|
/**
|
|
4836
5389
|
* Do not edit directly
|
|
4837
|
-
* Generated on
|
|
5390
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
4838
5391
|
*/
|
|
4839
5392
|
|
|
4840
5393
|
:root,
|
|
@@ -4850,7 +5403,7 @@ select {
|
|
|
4850
5403
|
|
|
4851
5404
|
/**
|
|
4852
5405
|
* Do not edit directly
|
|
4853
|
-
* Generated on
|
|
5406
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
4854
5407
|
*/
|
|
4855
5408
|
|
|
4856
5409
|
:root,
|
|
@@ -5096,7 +5649,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5096
5649
|
|
|
5097
5650
|
/**
|
|
5098
5651
|
* Do not edit directly
|
|
5099
|
-
* Generated on
|
|
5652
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
5100
5653
|
*/
|
|
5101
5654
|
|
|
5102
5655
|
:root {
|
|
@@ -5105,7 +5658,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5105
5658
|
|
|
5106
5659
|
/**
|
|
5107
5660
|
* Do not edit directly
|
|
5108
|
-
* Generated on
|
|
5661
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
5109
5662
|
*/
|
|
5110
5663
|
|
|
5111
5664
|
:root,
|
|
@@ -5123,7 +5676,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5123
5676
|
|
|
5124
5677
|
/**
|
|
5125
5678
|
* Do not edit directly
|
|
5126
|
-
* Generated on
|
|
5679
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
5127
5680
|
*/
|
|
5128
5681
|
|
|
5129
5682
|
:root {
|
|
@@ -5254,7 +5807,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5254
5807
|
|
|
5255
5808
|
/**
|
|
5256
5809
|
* Do not edit directly
|
|
5257
|
-
* Generated on
|
|
5810
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
5258
5811
|
*/
|
|
5259
5812
|
|
|
5260
5813
|
:root,
|
|
@@ -6355,7 +6908,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6355
6908
|
|
|
6356
6909
|
/**
|
|
6357
6910
|
* Do not edit directly
|
|
6358
|
-
* Generated on
|
|
6911
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
6359
6912
|
*/
|
|
6360
6913
|
|
|
6361
6914
|
:root {
|
|
@@ -6369,7 +6922,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6369
6922
|
|
|
6370
6923
|
/**
|
|
6371
6924
|
* Do not edit directly
|
|
6372
|
-
* Generated on
|
|
6925
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
6373
6926
|
*/
|
|
6374
6927
|
|
|
6375
6928
|
:root,
|
|
@@ -6607,7 +7160,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6607
7160
|
|
|
6608
7161
|
/**
|
|
6609
7162
|
* Do not edit directly
|
|
6610
|
-
* Generated on
|
|
7163
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
6611
7164
|
*/
|
|
6612
7165
|
|
|
6613
7166
|
:root,
|
|
@@ -6623,7 +7176,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6623
7176
|
|
|
6624
7177
|
/**
|
|
6625
7178
|
* Do not edit directly
|
|
6626
|
-
* Generated on
|
|
7179
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
6627
7180
|
*/
|
|
6628
7181
|
|
|
6629
7182
|
:root {
|
|
@@ -6941,7 +7494,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6941
7494
|
|
|
6942
7495
|
/**
|
|
6943
7496
|
* Do not edit directly
|
|
6944
|
-
* Generated on
|
|
7497
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
6945
7498
|
*/
|
|
6946
7499
|
|
|
6947
7500
|
:root,
|
|
@@ -7037,7 +7590,6 @@ html {
|
|
|
7037
7590
|
position: relative;
|
|
7038
7591
|
z-index: 91; /* must be higher than subdomain nav bar */
|
|
7039
7592
|
max-height: calc(100vh - var(--base-size-12) * 2);
|
|
7040
|
-
overflow-y: auto;
|
|
7041
7593
|
}
|
|
7042
7594
|
|
|
7043
7595
|
.Primer_Brand__AnchorNav-module__AnchorNav--with-default-background-color___aFdXc .Primer_Brand__AnchorNav-module__AnchorNav-inner-container___lshlZ {
|
|
@@ -7058,6 +7610,7 @@ html {
|
|
|
7058
7610
|
display: none;
|
|
7059
7611
|
padding-left: var(--base-size-16);
|
|
7060
7612
|
}
|
|
7613
|
+
|
|
7061
7614
|
.Primer_Brand__AnchorNav-module__AnchorNav--expanded___wVGbk .Primer_Brand__AnchorNav-module__AnchorNav-link-container___VpHV2 {
|
|
7062
7615
|
display: flex;
|
|
7063
7616
|
flex-direction: column;
|
|
@@ -7333,6 +7886,10 @@ html {
|
|
|
7333
7886
|
}
|
|
7334
7887
|
|
|
7335
7888
|
@media screen and (max-width: 40rem) {
|
|
7889
|
+
.Primer_Brand__AnchorNav-module__AnchorNav___bwgAJ {
|
|
7890
|
+
padding: 0;
|
|
7891
|
+
}
|
|
7892
|
+
|
|
7336
7893
|
.Primer_Brand__AnchorNav-module__AnchorNav-action___DWzcE {
|
|
7337
7894
|
display: none;
|
|
7338
7895
|
}
|
|
@@ -7346,6 +7903,11 @@ html {
|
|
|
7346
7903
|
width: 100%;
|
|
7347
7904
|
margin-top: var(--base-size-8);
|
|
7348
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
|
+
}
|
|
7349
7911
|
}
|
|
7350
7912
|
|
|
7351
7913
|
@media screen and (min-width: 40rem) and (max-width: 63.25rem) {
|
|
@@ -7384,18 +7946,20 @@ html {
|
|
|
7384
7946
|
|
|
7385
7947
|
/**
|
|
7386
7948
|
* Do not edit directly
|
|
7387
|
-
* Generated on
|
|
7949
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
7388
7950
|
*/
|
|
7389
7951
|
|
|
7390
7952
|
:root,
|
|
7391
7953
|
[data-color-mode="light"] {
|
|
7392
7954
|
--brand-CTABanner-shadow-color-start: var(--base-color-scale-green-5);
|
|
7393
7955
|
--brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-5);
|
|
7956
|
+
--brand-CTABanner-bgColor: var(--brand-color-canvas-default);
|
|
7394
7957
|
}
|
|
7395
7958
|
|
|
7396
7959
|
[data-color-mode="dark"] {
|
|
7397
7960
|
--brand-CTABanner-shadow-color-start: var(--base-color-scale-green-2);
|
|
7398
7961
|
--brand-CTABanner-shadow-color-end: var(--base-color-scale-blue-3);
|
|
7962
|
+
--brand-CTABanner-bgColor: var(--brand-color-canvas-default);
|
|
7399
7963
|
}
|
|
7400
7964
|
|
|
7401
7965
|
.Primer_Brand__CTABanner-module__CTABanner___m0t8s {
|
|
@@ -7440,7 +8004,7 @@ html {
|
|
|
7440
8004
|
}
|
|
7441
8005
|
|
|
7442
8006
|
.Primer_Brand__CTABanner-module__CTABanner-container--background___v1yTH {
|
|
7443
|
-
background: var(--brand-
|
|
8007
|
+
background: var(--brand-CTABanner-bgColor);
|
|
7444
8008
|
}
|
|
7445
8009
|
|
|
7446
8010
|
.Primer_Brand__CTABanner-module__CTABanner-container--border___FbAer {
|
|
@@ -7573,7 +8137,7 @@ html {
|
|
|
7573
8137
|
|
|
7574
8138
|
/**
|
|
7575
8139
|
* Do not edit directly
|
|
7576
|
-
* Generated on
|
|
8140
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
7577
8141
|
*/
|
|
7578
8142
|
|
|
7579
8143
|
:root,
|
|
@@ -7712,7 +8276,7 @@ html {
|
|
|
7712
8276
|
|
|
7713
8277
|
/**
|
|
7714
8278
|
* Do not edit directly
|
|
7715
|
-
* Generated on
|
|
8279
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
7716
8280
|
*/
|
|
7717
8281
|
|
|
7718
8282
|
:root,
|
|
@@ -7842,7 +8406,7 @@ html {
|
|
|
7842
8406
|
|
|
7843
8407
|
/**
|
|
7844
8408
|
* Do not edit directly
|
|
7845
|
-
* Generated on
|
|
8409
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
7846
8410
|
*/
|
|
7847
8411
|
|
|
7848
8412
|
:root {
|
|
@@ -7853,7 +8417,7 @@ html {
|
|
|
7853
8417
|
|
|
7854
8418
|
/**
|
|
7855
8419
|
* Do not edit directly
|
|
7856
|
-
* Generated on
|
|
8420
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
7857
8421
|
*/
|
|
7858
8422
|
|
|
7859
8423
|
:root,
|
|
@@ -8294,7 +8858,7 @@ html {
|
|
|
8294
8858
|
|
|
8295
8859
|
/**
|
|
8296
8860
|
* Do not edit directly
|
|
8297
|
-
* Generated on
|
|
8861
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
8298
8862
|
*/
|
|
8299
8863
|
|
|
8300
8864
|
:root,
|
|
@@ -8853,7 +9417,7 @@ html {
|
|
|
8853
9417
|
|
|
8854
9418
|
/**
|
|
8855
9419
|
* Do not edit directly
|
|
8856
|
-
* Generated on
|
|
9420
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
8857
9421
|
*/
|
|
8858
9422
|
|
|
8859
9423
|
:root {
|
|
@@ -8864,7 +9428,7 @@ html {
|
|
|
8864
9428
|
|
|
8865
9429
|
/**
|
|
8866
9430
|
* Do not edit directly
|
|
8867
|
-
* Generated on
|
|
9431
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
8868
9432
|
*/
|
|
8869
9433
|
|
|
8870
9434
|
:root,
|
|
@@ -12678,6 +13242,25 @@ html {
|
|
|
12678
13242
|
border-style: none;
|
|
12679
13243
|
}
|
|
12680
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
|
+
|
|
12681
13264
|
/* ---------------------------------------------------------- */
|
|
12682
13265
|
/* VideoPlayer Contents */
|
|
12683
13266
|
/* ---------------------------------------------------------- */
|
|
@@ -12700,6 +13283,7 @@ html {
|
|
|
12700
13283
|
width: 100%;
|
|
12701
13284
|
position: relative;
|
|
12702
13285
|
overflow: hidden;
|
|
13286
|
+
border-radius: var(--brand-borderRadius-medium);
|
|
12703
13287
|
}
|
|
12704
13288
|
|
|
12705
13289
|
/* ---------------------------------------------------------- */
|
|
@@ -12708,7 +13292,7 @@ html {
|
|
|
12708
13292
|
|
|
12709
13293
|
.Primer_Brand__VideoPlayer-module__VideoPlayer___iNxEw {
|
|
12710
13294
|
width: 100%;
|
|
12711
|
-
|
|
13295
|
+
max-height: 100%;
|
|
12712
13296
|
display: block;
|
|
12713
13297
|
}
|
|
12714
13298
|
|
|
@@ -12722,32 +13306,25 @@ html {
|
|
|
12722
13306
|
left: 0;
|
|
12723
13307
|
width: 100%;
|
|
12724
13308
|
height: 100%;
|
|
12725
|
-
background:
|
|
13309
|
+
background: rgba(0,0,0,0.2); /* TODO Use a token for this once v8 migration has been completed */
|
|
12726
13310
|
border: none;
|
|
12727
13311
|
z-index: 1;
|
|
12728
13312
|
}
|
|
12729
13313
|
|
|
12730
|
-
.Primer_Brand__VideoPlayer-
|
|
12731
|
-
|
|
12732
|
-
|
|
12733
|
-
|
|
12734
|
-
|
|
12735
|
-
|
|
12736
|
-
background: var(--brand-videoPlayer-playButton-bgColor-rest);
|
|
12737
|
-
border-radius: 50%;
|
|
12738
|
-
}
|
|
12739
|
-
|
|
12740
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButtonInner___FpXVO > svg {
|
|
12741
|
-
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;
|
|
12742
13320
|
}
|
|
12743
13321
|
|
|
12744
13322
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F:focus {
|
|
12745
13323
|
border: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
|
|
12746
|
-
box-shadow: 0 0 0
|
|
13324
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12747
13325
|
}
|
|
12748
13326
|
|
|
12749
13327
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F svg {
|
|
12750
|
-
cursor: pointer;
|
|
12751
13328
|
color: var(--brand-videoPlayer-playButton-fgColor-rest);
|
|
12752
13329
|
}
|
|
12753
13330
|
|
|
@@ -12757,52 +13334,45 @@ html {
|
|
|
12757
13334
|
|
|
12758
13335
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
|
|
12759
13336
|
transition: var(--brand-VideoPlayer-transition);
|
|
12760
|
-
top:
|
|
12761
|
-
opacity: 0;
|
|
13337
|
+
top: 0;
|
|
12762
13338
|
position: absolute;
|
|
12763
13339
|
border-radius: var(--brand-borderRadius-medium);
|
|
12764
13340
|
left: 0;
|
|
12765
13341
|
width: 100%;
|
|
12766
13342
|
z-index: 2;
|
|
12767
|
-
padding: var(--base-size-16)
|
|
13343
|
+
padding: var(--base-size-16);
|
|
12768
13344
|
color: var(--brand-videoPlayer-title-fgColor);
|
|
12769
13345
|
display: grid;
|
|
12770
13346
|
align-items: center;
|
|
12771
13347
|
justify-content: flex-start;
|
|
12772
|
-
grid-gap:
|
|
13348
|
+
grid-gap: var(--base-size-12);
|
|
12773
13349
|
grid-template-columns: auto auto;
|
|
12774
13350
|
background: var(--brand-videoPlayer-title-bgColor);
|
|
12775
13351
|
}
|
|
12776
13352
|
|
|
12777
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
|
|
12778
|
-
top: 0;
|
|
12779
|
-
opacity: 1;
|
|
12780
|
-
}
|
|
12781
|
-
|
|
12782
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
|
|
12783
|
-
top: 0;
|
|
12784
|
-
opacity: 1;
|
|
12785
|
-
}
|
|
12786
|
-
|
|
12787
13353
|
/* ---------------------------------------------------------- */
|
|
12788
13354
|
/* 5. Controls */
|
|
12789
13355
|
/* ---------------------------------------------------------- */
|
|
12790
13356
|
|
|
12791
13357
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
|
|
12792
13358
|
transition: var(--brand-VideoPlayer-transition);
|
|
12793
|
-
bottom:
|
|
13359
|
+
bottom: 0;
|
|
12794
13360
|
position: absolute;
|
|
12795
13361
|
z-index: 2;
|
|
12796
13362
|
width: 100%;
|
|
12797
13363
|
pointer-events: none;
|
|
13364
|
+
opacity: 1;
|
|
13365
|
+
transition: opacity 2s ease-in-out;
|
|
12798
13366
|
}
|
|
12799
13367
|
|
|
12800
|
-
.Primer_Brand__VideoPlayer-
|
|
12801
|
-
display: grid;
|
|
12802
|
-
grid-gap: var(--base-size-16);
|
|
12803
|
-
align-items: center;
|
|
12804
|
-
grid-template-columns: auto 2fr auto auto auto auto auto;
|
|
13368
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls--hidden___I_HD0 {
|
|
12805
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;
|
|
12806
13376
|
border-bottom-right-radius: var(--brand-borderRadius-medium);
|
|
12807
13377
|
border-bottom-left-radius: var(--brand-borderRadius-medium);
|
|
12808
13378
|
left: 0;
|
|
@@ -12812,10 +13382,6 @@ html {
|
|
|
12812
13382
|
pointer-events: all;
|
|
12813
13383
|
}
|
|
12814
13384
|
|
|
12815
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
|
|
12816
|
-
grid-template-columns: auto 2fr auto auto auto auto;
|
|
12817
|
-
}
|
|
12818
|
-
|
|
12819
13385
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus,
|
|
12820
13386
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI[focus-within] {
|
|
12821
13387
|
bottom: 0;
|
|
@@ -12826,30 +13392,13 @@ html {
|
|
|
12826
13392
|
bottom: 0;
|
|
12827
13393
|
}
|
|
12828
13394
|
|
|
12829
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus .Primer_Brand__VideoPlayer-
|
|
12830
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI[focus-within] .Primer_Brand__VideoPlayer-
|
|
12831
|
-
opacity: 1;
|
|
12832
|
-
}
|
|
12833
|
-
|
|
12834
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7,
|
|
12835
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus-within .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
|
|
12836
|
-
opacity: 1;
|
|
12837
|
-
}
|
|
12838
|
-
|
|
12839
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
|
|
12840
|
-
bottom: 0;
|
|
12841
|
-
}
|
|
12842
|
-
|
|
12843
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .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 {
|
|
12844
13397
|
opacity: 1;
|
|
12845
13398
|
}
|
|
12846
13399
|
|
|
12847
|
-
.Primer_Brand__VideoPlayer-
|
|
12848
|
-
|
|
12849
|
-
}
|
|
12850
|
-
|
|
12851
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
|
|
12852
|
-
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 {
|
|
12853
13402
|
opacity: 1;
|
|
12854
13403
|
}
|
|
12855
13404
|
|
|
@@ -12858,7 +13407,7 @@ html {
|
|
|
12858
13407
|
background: none;
|
|
12859
13408
|
border: none;
|
|
12860
13409
|
cursor: pointer;
|
|
12861
|
-
height:
|
|
13410
|
+
height: var(--base-size-24);
|
|
12862
13411
|
box-sizing: content-box;
|
|
12863
13412
|
position: relative;
|
|
12864
13413
|
padding: 0;
|
|
@@ -12867,14 +13416,14 @@ html {
|
|
|
12867
13416
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4.Primer_Brand__VideoPlayer-module__focus-visible___AKGlH {
|
|
12868
13417
|
border-color: var(--brand-color-focus);
|
|
12869
13418
|
outline: none;
|
|
12870
|
-
box-shadow: 0 0 0
|
|
13419
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12871
13420
|
opacity: 1;
|
|
12872
13421
|
}
|
|
12873
13422
|
|
|
12874
13423
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4:focus-visible {
|
|
12875
13424
|
border-color: var(--brand-color-focus);
|
|
12876
13425
|
outline: none;
|
|
12877
|
-
box-shadow: 0 0 0
|
|
13426
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12878
13427
|
opacity: 1;
|
|
12879
13428
|
}
|
|
12880
13429
|
|
|
@@ -12886,13 +13435,15 @@ html {
|
|
|
12886
13435
|
opacity: 1;
|
|
12887
13436
|
}
|
|
12888
13437
|
|
|
12889
|
-
.Primer_Brand__VideoPlayer-
|
|
12890
|
-
|
|
12891
|
-
|
|
13438
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__seek___Z4IA2 {
|
|
13439
|
+
flex: 1;
|
|
13440
|
+
display: flex;
|
|
13441
|
+
align-items: center;
|
|
13442
|
+
gap: var(--base-size-16);
|
|
12892
13443
|
}
|
|
12893
13444
|
|
|
12894
|
-
.Primer_Brand__VideoPlayer-
|
|
12895
|
-
|
|
13445
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__progressTime___GvTKs {
|
|
13446
|
+
color: var(--brand-videoPlayer-controls-fgColor);
|
|
12896
13447
|
}
|
|
12897
13448
|
|
|
12898
13449
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__totalTime___nWILS {
|
|
@@ -12900,14 +13451,14 @@ html {
|
|
|
12900
13451
|
}
|
|
12901
13452
|
|
|
12902
13453
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__progressBar___wYSPx {
|
|
12903
|
-
|
|
12904
|
-
height:
|
|
13454
|
+
flex: 1;
|
|
13455
|
+
height: var(--base-size-6);
|
|
12905
13456
|
}
|
|
12906
13457
|
|
|
12907
13458
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__closedCaption___PAvgt {
|
|
12908
13459
|
border-radius: var(--brand-borderRadius-medium);
|
|
12909
|
-
padding:
|
|
12910
|
-
border:
|
|
13460
|
+
padding: 0.125rem var(--base-size-4);
|
|
13461
|
+
border: 0.125rem solid var(--brand-videoPlayer-closedCaption-borderColor-enabled);
|
|
12911
13462
|
background: var(--brand-videoPlayer-closedCaption-bgColor-enabled);
|
|
12912
13463
|
position: relative;
|
|
12913
13464
|
}
|
|
@@ -12936,10 +13487,6 @@ html {
|
|
|
12936
13487
|
border-radius: var(--brand-VideoPlayer-range-borderRadius);
|
|
12937
13488
|
}
|
|
12938
13489
|
|
|
12939
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__volumeBar___HOmXb {
|
|
12940
|
-
display: none;
|
|
12941
|
-
}
|
|
12942
|
-
|
|
12943
13490
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__range___Tmjbg:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
|
|
12944
13491
|
opacity: 1;
|
|
12945
13492
|
}
|
|
@@ -12963,14 +13510,14 @@ html {
|
|
|
12963
13510
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl.Primer_Brand__VideoPlayer-module__focus-visible___AKGlH {
|
|
12964
13511
|
border-color: var(--brand-color-focus);
|
|
12965
13512
|
outline: none;
|
|
12966
|
-
box-shadow: 0 0 0
|
|
13513
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12967
13514
|
opacity: 1;
|
|
12968
13515
|
}
|
|
12969
13516
|
|
|
12970
13517
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl:focus-visible {
|
|
12971
13518
|
border-color: var(--brand-color-focus);
|
|
12972
13519
|
outline: none;
|
|
12973
|
-
box-shadow: 0 0 0
|
|
13520
|
+
box-shadow: 0 0 0 0.125rem var(--brand-color-focus);
|
|
12974
13521
|
opacity: 1;
|
|
12975
13522
|
}
|
|
12976
13523
|
|
|
@@ -13025,24 +13572,24 @@ html {
|
|
|
13025
13572
|
|
|
13026
13573
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
|
|
13027
13574
|
position: absolute;
|
|
13575
|
+
left: 50%;
|
|
13028
13576
|
bottom: 100%;
|
|
13029
13577
|
z-index: 2;
|
|
13030
|
-
width:
|
|
13031
|
-
height:
|
|
13578
|
+
width: var(--base-size-8);
|
|
13579
|
+
height: var(--base-size-8);
|
|
13032
13580
|
margin-bottom: var(--base-size-16);
|
|
13033
13581
|
pointer-events: none;
|
|
13034
13582
|
opacity: 0;
|
|
13035
|
-
transform:
|
|
13036
|
-
transition:
|
|
13037
|
-
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);
|
|
13038
13585
|
}
|
|
13039
13586
|
|
|
13040
13587
|
.Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l::before {
|
|
13041
13588
|
position: absolute;
|
|
13042
|
-
bottom: -
|
|
13589
|
+
bottom: calc(var(--base-size-4) * -1);
|
|
13043
13590
|
left: 0;
|
|
13044
|
-
width:
|
|
13045
|
-
height:
|
|
13591
|
+
width: var(--base-size-12);
|
|
13592
|
+
height: var(--base-size-12);
|
|
13046
13593
|
content: '';
|
|
13047
13594
|
background: var(--base-color-scale-white-0);
|
|
13048
13595
|
border-radius: var(--brand-borderRadius-small);
|
|
@@ -13055,7 +13602,7 @@ html {
|
|
|
13055
13602
|
left: 50%;
|
|
13056
13603
|
z-index: -1;
|
|
13057
13604
|
background: white;
|
|
13058
|
-
box-shadow: 0
|
|
13605
|
+
box-shadow: 0 var(--base-size-4) var(--base-size-4) rgba(27,31,36,0.2);
|
|
13059
13606
|
transform: translate3d(-50%, 0, 0);
|
|
13060
13607
|
padding: var(--brand-VideoPlayer-tooltip-padding);
|
|
13061
13608
|
border-radius: var(--brand-borderRadius-medium);
|
|
@@ -13069,38 +13616,17 @@ html {
|
|
|
13069
13616
|
color: var(--base-color-scale-white-0);
|
|
13070
13617
|
}
|
|
13071
13618
|
|
|
13072
|
-
.Primer_Brand__VideoPlayer-
|
|
13073
|
-
|
|
13074
|
-
}
|
|
13075
|
-
|
|
13076
|
-
/* ---------------------------------------------------------- */
|
|
13077
|
-
/* 8. Captions */
|
|
13078
|
-
/* ---------------------------------------------------------- */
|
|
13079
|
-
|
|
13080
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__captions___dI9Jv {
|
|
13081
|
-
width: 90%;
|
|
13082
|
-
margin: var(--brand-VideoPlayer-closedCaption-margin);
|
|
13083
|
-
display: grid;
|
|
13084
|
-
justify-content: center;
|
|
13085
|
-
pointer-events: none;
|
|
13086
|
-
}
|
|
13087
|
-
|
|
13088
|
-
.Primer_Brand__VideoPlayer-module__VideoPlayer__captions__empty___q_s3l {
|
|
13089
|
-
display: none;
|
|
13619
|
+
.Primer_Brand__VideoPlayer-module__VideoPlayer__seekTime___HLf0h {
|
|
13620
|
+
white-space: nowrap;
|
|
13090
13621
|
}
|
|
13091
13622
|
|
|
13092
|
-
.
|
|
13093
|
-
|
|
13094
|
-
text-align: center;
|
|
13095
|
-
background: rgba(27,31,36,0.2);
|
|
13096
|
-
padding: var(--brand-VideoPlayer-closedCaption-text-padding);
|
|
13097
|
-
border-radius: var(--brand-borderRadius-medium);
|
|
13098
|
-
display: inline-block;
|
|
13623
|
+
.Primer_Brand__VolumeControl-module__VolumeControl___rq9Ra {
|
|
13624
|
+
max-width: 100px;
|
|
13099
13625
|
}
|
|
13100
13626
|
|
|
13101
13627
|
/**
|
|
13102
13628
|
* Do not edit directly
|
|
13103
|
-
* Generated on
|
|
13629
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13104
13630
|
*/
|
|
13105
13631
|
|
|
13106
13632
|
:root {
|
|
@@ -13109,16 +13635,17 @@ html {
|
|
|
13109
13635
|
--brand-VideoPlayer-range-minWidth: 4.6875rem;
|
|
13110
13636
|
--brand-VideoPlayer-range-borderRadius: 0.1875rem;
|
|
13111
13637
|
--brand-VideoPlayer-range-height: 0.375rem;
|
|
13112
|
-
--brand-VideoPlayer-playButton-
|
|
13113
|
-
--brand-VideoPlayer-playButton-
|
|
13114
|
-
--brand-VideoPlayer-playButton-height: 1.5rem;
|
|
13638
|
+
--brand-VideoPlayer-playButton-width: var(--base-size-96);
|
|
13639
|
+
--brand-VideoPlayer-playButton-height: var(--base-size-96);
|
|
13115
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);
|
|
13116
13643
|
--brand-VideoPlayer-closedCaption-margin: 0 auto 15px auto;
|
|
13117
13644
|
}
|
|
13118
13645
|
|
|
13119
13646
|
/**
|
|
13120
13647
|
* Do not edit directly
|
|
13121
|
-
* Generated on
|
|
13648
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13122
13649
|
*/
|
|
13123
13650
|
|
|
13124
13651
|
:root,
|
|
@@ -13154,7 +13681,7 @@ html {
|
|
|
13154
13681
|
|
|
13155
13682
|
/**
|
|
13156
13683
|
* Do not edit directly
|
|
13157
|
-
* Generated on
|
|
13684
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13158
13685
|
*/
|
|
13159
13686
|
|
|
13160
13687
|
:root,
|
|
@@ -13174,7 +13701,7 @@ html {
|
|
|
13174
13701
|
|
|
13175
13702
|
/**
|
|
13176
13703
|
* Do not edit directly
|
|
13177
|
-
* Generated on
|
|
13704
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13178
13705
|
*/
|
|
13179
13706
|
|
|
13180
13707
|
:root {
|
|
@@ -13433,7 +13960,7 @@ html {
|
|
|
13433
13960
|
|
|
13434
13961
|
/**
|
|
13435
13962
|
* Do not edit directly
|
|
13436
|
-
* Generated on
|
|
13963
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13437
13964
|
*/
|
|
13438
13965
|
|
|
13439
13966
|
:root,
|
|
@@ -13447,7 +13974,7 @@ html {
|
|
|
13447
13974
|
|
|
13448
13975
|
/**
|
|
13449
13976
|
* Do not edit directly
|
|
13450
|
-
* Generated on
|
|
13977
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13451
13978
|
*/
|
|
13452
13979
|
|
|
13453
13980
|
:root {
|
|
@@ -13461,7 +13988,7 @@ html {
|
|
|
13461
13988
|
|
|
13462
13989
|
/**
|
|
13463
13990
|
* Do not edit directly
|
|
13464
|
-
* Generated on
|
|
13991
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
13465
13992
|
*/
|
|
13466
13993
|
|
|
13467
13994
|
:root {
|
|
@@ -15640,7 +16167,7 @@ html {
|
|
|
15640
16167
|
|
|
15641
16168
|
/**
|
|
15642
16169
|
* Do not edit directly
|
|
15643
|
-
* Generated on
|
|
16170
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
15644
16171
|
*/
|
|
15645
16172
|
|
|
15646
16173
|
:root {
|
|
@@ -15664,7 +16191,7 @@ html {
|
|
|
15664
16191
|
|
|
15665
16192
|
/**
|
|
15666
16193
|
* Do not edit directly
|
|
15667
|
-
* Generated on
|
|
16194
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
15668
16195
|
*/
|
|
15669
16196
|
|
|
15670
16197
|
:root,
|
|
@@ -16118,7 +16645,7 @@ html {
|
|
|
16118
16645
|
|
|
16119
16646
|
/**
|
|
16120
16647
|
* Do not edit directly
|
|
16121
|
-
* Generated on
|
|
16648
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
16122
16649
|
*/
|
|
16123
16650
|
|
|
16124
16651
|
:root {
|
|
@@ -16519,7 +17046,7 @@ html {
|
|
|
16519
17046
|
|
|
16520
17047
|
/**
|
|
16521
17048
|
* Do not edit directly
|
|
16522
|
-
* Generated on
|
|
17049
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
16523
17050
|
*/
|
|
16524
17051
|
|
|
16525
17052
|
:root {
|
|
@@ -16528,7 +17055,7 @@ html {
|
|
|
16528
17055
|
|
|
16529
17056
|
/**
|
|
16530
17057
|
* Do not edit directly
|
|
16531
|
-
* Generated on
|
|
17058
|
+
* Generated on Thu, 18 Jul 2024 12:33:25 GMT
|
|
16532
17059
|
*/
|
|
16533
17060
|
|
|
16534
17061
|
:root,
|
|
@@ -16950,7 +17477,7 @@ html {
|
|
|
16950
17477
|
|
|
16951
17478
|
/**
|
|
16952
17479
|
* Do not edit directly
|
|
16953
|
-
* Generated on
|
|
17480
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
16954
17481
|
*/
|
|
16955
17482
|
|
|
16956
17483
|
:root {
|
|
@@ -16959,7 +17486,7 @@ html {
|
|
|
16959
17486
|
|
|
16960
17487
|
/**
|
|
16961
17488
|
* Do not edit directly
|
|
16962
|
-
* Generated on
|
|
17489
|
+
* Generated on Thu, 18 Jul 2024 12:33:25 GMT
|
|
16963
17490
|
*/
|
|
16964
17491
|
|
|
16965
17492
|
:root,
|
|
@@ -17414,7 +17941,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17414
17941
|
|
|
17415
17942
|
/**
|
|
17416
17943
|
* Do not edit directly
|
|
17417
|
-
* Generated on
|
|
17944
|
+
* Generated on Thu, 18 Jul 2024 12:33:25 GMT
|
|
17418
17945
|
*/
|
|
17419
17946
|
|
|
17420
17947
|
:root,
|
|
@@ -17515,7 +18042,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17515
18042
|
|
|
17516
18043
|
/**
|
|
17517
18044
|
* Do not edit directly
|
|
17518
|
-
* Generated on
|
|
18045
|
+
* Generated on Thu, 18 Jul 2024 12:33:25 GMT
|
|
17519
18046
|
*/
|
|
17520
18047
|
|
|
17521
18048
|
:root,
|
|
@@ -17851,7 +18378,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17851
18378
|
|
|
17852
18379
|
/**
|
|
17853
18380
|
* Do not edit directly
|
|
17854
|
-
* Generated on
|
|
18381
|
+
* Generated on Thu, 18 Jul 2024 12:33:25 GMT
|
|
17855
18382
|
*/
|
|
17856
18383
|
|
|
17857
18384
|
:root,
|
|
@@ -17865,7 +18392,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17865
18392
|
|
|
17866
18393
|
/**
|
|
17867
18394
|
* Do not edit directly
|
|
17868
|
-
* Generated on
|
|
18395
|
+
* Generated on Thu, 18 Jul 2024 12:33:24 GMT
|
|
17869
18396
|
*/
|
|
17870
18397
|
|
|
17871
18398
|
:root {
|