@primer/react-brand 0.46.0-rc.ec8a05f8 → 0.47.0-rc.5db9cd42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Accordion/Accordion.d.ts +1 -1
- package/lib/ActionMenu/ActionMenu.d.ts +4 -4
- package/lib/AnchorNav/AnchorNav.d.ts +4 -4
- package/lib/Bento/Bento.d.ts +5 -5
- package/lib/Box/Box.d.ts +1 -1
- package/lib/BreakoutBanner/BreakoutBanner.d.ts +11 -86
- package/lib/Button/Button.d.ts +2 -6
- package/lib/ButtonGroup/ButtonGroup.d.ts +1 -5
- package/lib/CTABanner/CTABanner.d.ts +11 -71
- package/lib/CTAForm/CTAForm.d.ts +1 -3
- package/lib/Card/Card.d.ts +2 -2
- package/lib/Card/CardSkewEffect.d.ts +1 -1
- package/lib/ComparisonTable/ComparisonTable.d.ts +5 -15
- package/lib/ExpandableArrow/ExpandableArrow.d.ts +1 -1
- package/lib/FAQ/FAQ.d.ts +1 -1
- package/lib/FAQ/FAQGroup.d.ts +2 -2
- package/lib/Footnotes/Footnotes.d.ts +2 -2
- package/lib/FrostedGlassVFX/FrostedGlassVFX.d.ts +1 -1
- package/lib/Grid/Grid.d.ts +3 -3
- package/lib/Heading/Heading.d.ts +1 -1
- package/lib/IDE/IDE.d.ts +37 -36
- package/lib/Icon/Icon.d.ts +1 -1
- package/lib/Image/Image.d.ts +1 -1
- package/lib/InlineLink/InlineLink.d.ts +1 -1
- package/lib/Label/Label.d.ts +2 -1
- package/lib/Link/Link.d.ts +1 -1
- package/lib/LogoSuite/LogoSuite.d.ts +3 -17
- package/lib/LogoSuite/LogoSuite.fixtures.d.ts +1 -1
- package/lib/MinimalFooter/MinimalFooter.d.ts +3 -3
- package/lib/MonaSans/MonaSans.d.ts +1 -1
- package/lib/Pagination/Pagination.d.ts +2 -2
- package/lib/Pillar/Pillar.d.ts +7 -6
- package/lib/PricingOptions/PricingOptions.d.ts +2 -2
- package/lib/SectionIntro/SectionIntro.d.ts +8 -6
- package/lib/Stack/Stack.d.ts +1 -41
- package/lib/SubNav/SubNav.d.ts +4 -4
- package/lib/SubdomainNavBar/NavigationVisbilityObserver.d.ts +1 -1
- package/lib/SubdomainNavBar/SubdomainNavBar.d.ts +7 -6
- package/lib/Testimonial/Testimonial.d.ts +5 -9
- package/lib/Text/Text.d.ts +1 -1
- package/lib/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/lib/Timeline/Timeline.d.ts +2 -2
- package/lib/Tooltip/Tooltip.d.ts +1 -6
- package/lib/VideoPlayer/VideoPlayer.d.ts +4 -4
- package/lib/VideoPlayer/components/CCButton/CCButton.d.ts +1 -1
- package/lib/VideoPlayer/components/Captions/Captions.d.ts +1 -1
- package/lib/VideoPlayer/components/Controls/Controls.d.ts +1 -1
- package/lib/VideoPlayer/components/ControlsBar/ControlsBar.d.ts +1 -1
- package/lib/VideoPlayer/components/FullScreenButton/FullScreenButton.d.ts +1 -1
- package/lib/VideoPlayer/components/IconControl/IconControl.d.ts +1 -1
- package/lib/VideoPlayer/components/MuteButton/MuteButton.d.ts +1 -1
- package/lib/VideoPlayer/components/PauseIcon/PauseIcon.d.ts +1 -1
- package/lib/VideoPlayer/components/PlayIcon/PlayIcon.d.ts +1 -1
- package/lib/VideoPlayer/components/PlayPauseButton/PlayPauseButton.d.ts +1 -1
- package/lib/VideoPlayer/components/Range/Range.d.ts +2 -1
- package/lib/VideoPlayer/components/SeekControl/SeekControl.d.ts +1 -1
- package/lib/VideoPlayer/components/VideoTooltip/VideoTooltip.d.ts +1 -1
- package/lib/VideoPlayer/components/VolumeControl/VolumeControl.d.ts +1 -1
- package/lib/VideoPlayer/hooks/useVideo.d.ts +5 -4
- package/lib/animation/Animate/Animate.d.ts +1 -1
- package/lib/animation/AnimationProvider/AnimationProvider.d.ts +1 -1
- package/lib/animation/TextRevealAnimation/TextRevealAnimation.d.ts +1 -1
- package/lib/component-helpers.d.ts +2 -2
- package/lib/css/main.css +73 -65
- 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 +3 -3
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/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/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/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 +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/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 +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/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 +1 -1
- package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +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/frosted-glass-vfx/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/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 +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/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/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/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 +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
- package/lib/forms/Checkbox/Checkbox.d.ts +1 -27
- package/lib/forms/FormControl/FormControl.d.ts +4 -4
- package/lib/forms/Radio/Radio.d.ts +1 -19
- package/lib/forms/Select/Select.d.ts +7 -20
- package/lib/forms/TextInput/TextInput.d.ts +3 -47
- package/lib/forms/Textarea/Textarea.d.ts +1 -30
- package/lib/hooks/useId.d.ts +2 -0
- package/lib/index.js +1 -1
- package/lib/list/OrderedList/OrderedList.d.ts +1 -1
- package/lib/list/UnorderedList/UnorderedList.d.ts +1 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts +1 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts +1 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts +1 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +1 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts +1 -1
- package/lib/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts +1 -1
- package/lib/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts +18 -1
- package/lib/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts +2 -1
- package/lib/recipes/seo/Article/Article.d.ts +1 -1
- package/lib/recipes/seo/Article/ArticleToC.d.ts +1 -1
- package/lib/recipes/seo/Category/CategoryPage.d.ts +1 -1
- package/lib/river/River/River.d.ts +4 -72
- package/lib/river/RiverBreakout/RiverBreakout.d.ts +3 -8
- package/lib/river/RiverStoryScroll/RiverStoryScroll.d.ts +1 -1
- package/lib/river/RiverStoryScroll/RiverStoryScrollProvider.d.ts +1 -1
- package/lib/river/RiverStoryScroll/RiverStoryScrollResponder.d.ts +1 -1
- package/lib/river/RiverStoryScroll/RiverStoryScrollTracker.d.ts +1 -1
- package/lib/test-utils/setupTests.d.ts +1 -0
- package/package.json +26 -17
package/lib/css/main.css
CHANGED
|
@@ -82,7 +82,7 @@ select {
|
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
84
|
* Do not edit directly
|
|
85
|
-
* Generated on
|
|
85
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
86
86
|
*/
|
|
87
87
|
|
|
88
88
|
:root,
|
|
@@ -360,7 +360,7 @@ select {
|
|
|
360
360
|
|
|
361
361
|
/**
|
|
362
362
|
* Do not edit directly
|
|
363
|
-
* Generated on
|
|
363
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
364
364
|
*/
|
|
365
365
|
|
|
366
366
|
:root {
|
|
@@ -387,7 +387,7 @@ select {
|
|
|
387
387
|
|
|
388
388
|
/**
|
|
389
389
|
* Do not edit directly
|
|
390
|
-
* Generated on
|
|
390
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
391
391
|
*/
|
|
392
392
|
|
|
393
393
|
:root {
|
|
@@ -403,7 +403,7 @@ select {
|
|
|
403
403
|
|
|
404
404
|
/**
|
|
405
405
|
* Do not edit directly
|
|
406
|
-
* Generated on
|
|
406
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
407
407
|
*/
|
|
408
408
|
|
|
409
409
|
:root {
|
|
@@ -535,7 +535,7 @@ select {
|
|
|
535
535
|
|
|
536
536
|
/**
|
|
537
537
|
* Do not edit directly
|
|
538
|
-
* Generated on
|
|
538
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
539
539
|
*/
|
|
540
540
|
|
|
541
541
|
:root {
|
|
@@ -549,7 +549,7 @@ select {
|
|
|
549
549
|
|
|
550
550
|
/**
|
|
551
551
|
* Do not edit directly
|
|
552
|
-
* Generated on
|
|
552
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
553
553
|
*/
|
|
554
554
|
|
|
555
555
|
:root {
|
|
@@ -568,7 +568,7 @@ select {
|
|
|
568
568
|
|
|
569
569
|
/**
|
|
570
570
|
* Do not edit directly
|
|
571
|
-
* Generated on
|
|
571
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
572
572
|
*/
|
|
573
573
|
|
|
574
574
|
:root,
|
|
@@ -960,7 +960,7 @@ select {
|
|
|
960
960
|
|
|
961
961
|
/**
|
|
962
962
|
* Do not edit directly
|
|
963
|
-
* Generated on
|
|
963
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
964
964
|
*/
|
|
965
965
|
|
|
966
966
|
:root,
|
|
@@ -979,7 +979,7 @@ select {
|
|
|
979
979
|
--brand-button-secondary-bgColor-rest: transparent;
|
|
980
980
|
--brand-button-secondary-bgColor-hover: rgba(183,191,200,0.2);
|
|
981
981
|
--brand-button-secondary-bgColor-active: rgba(183,191,200,0.4);
|
|
982
|
-
--brand-button-secondary-borderColor-rest: var(--brand-color-
|
|
982
|
+
--brand-button-secondary-borderColor-rest: var(--brand-color-text-default);
|
|
983
983
|
--brand-button-secondary-borderColor-hover: var(--base-color-scale-gray-9);
|
|
984
984
|
--brand-button-secondary-borderColor-active: var(--base-color-scale-gray-9);
|
|
985
985
|
--brand-button-secondary-fgColor-rest: var(--brand-color-text-default);
|
|
@@ -1006,7 +1006,7 @@ select {
|
|
|
1006
1006
|
--brand-button-secondary-bgColor-rest: transparent;
|
|
1007
1007
|
--brand-button-secondary-bgColor-hover: rgba(138,147,158,0.2);
|
|
1008
1008
|
--brand-button-secondary-bgColor-active: rgba(138,147,158,0.4);
|
|
1009
|
-
--brand-button-secondary-borderColor-rest: var(--brand-color-
|
|
1009
|
+
--brand-button-secondary-borderColor-rest: var(--brand-color-text-default);
|
|
1010
1010
|
--brand-button-secondary-borderColor-hover: var(--base-color-scale-white-0);
|
|
1011
1011
|
--brand-button-secondary-borderColor-active: var(--base-color-scale-white-0);
|
|
1012
1012
|
--brand-button-secondary-fgColor-rest: var(--brand-color-text-default);
|
|
@@ -1140,6 +1140,10 @@ select {
|
|
|
1140
1140
|
border-color: var(--brand-button-secondary-borderColor-active);
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2:disabled {
|
|
1144
|
+
border-color: var(--brand-button-secondary-fgColor-disabled);
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1143
1147
|
.Primer_Brand__Button-module__Button--secondary___akMC2:disabled .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1144
1148
|
.Primer_Brand__Button-module__Button--secondary___akMC2[aria-disabled='true'] .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1145
1149
|
.Primer_Brand__Button-module__Button--secondary___akMC2.Primer_Brand__Button-module__Button--disabled___Ba17E .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
@@ -1511,7 +1515,7 @@ select {
|
|
|
1511
1515
|
|
|
1512
1516
|
/**
|
|
1513
1517
|
* Do not edit directly
|
|
1514
|
-
* Generated on
|
|
1518
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
1515
1519
|
*/
|
|
1516
1520
|
|
|
1517
1521
|
:root {
|
|
@@ -1777,7 +1781,7 @@ select {
|
|
|
1777
1781
|
|
|
1778
1782
|
/**
|
|
1779
1783
|
* Do not edit directly
|
|
1780
|
-
* Generated on
|
|
1784
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
1781
1785
|
*/
|
|
1782
1786
|
|
|
1783
1787
|
:root,
|
|
@@ -2061,7 +2065,7 @@ select {
|
|
|
2061
2065
|
|
|
2062
2066
|
/**
|
|
2063
2067
|
* Do not edit directly
|
|
2064
|
-
* Generated on
|
|
2068
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
2065
2069
|
*/
|
|
2066
2070
|
|
|
2067
2071
|
:root {
|
|
@@ -2088,7 +2092,7 @@ select {
|
|
|
2088
2092
|
|
|
2089
2093
|
/**
|
|
2090
2094
|
* Do not edit directly
|
|
2091
|
-
* Generated on
|
|
2095
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
2092
2096
|
*/
|
|
2093
2097
|
|
|
2094
2098
|
:root,
|
|
@@ -2844,7 +2848,7 @@ select {
|
|
|
2844
2848
|
|
|
2845
2849
|
/**
|
|
2846
2850
|
* Do not edit directly
|
|
2847
|
-
* Generated on
|
|
2851
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
2848
2852
|
*/
|
|
2849
2853
|
|
|
2850
2854
|
:root {
|
|
@@ -3689,7 +3693,7 @@ select {
|
|
|
3689
3693
|
|
|
3690
3694
|
/**
|
|
3691
3695
|
* Do not edit directly
|
|
3692
|
-
* Generated on
|
|
3696
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
3693
3697
|
*/
|
|
3694
3698
|
|
|
3695
3699
|
:root {
|
|
@@ -3710,7 +3714,7 @@ select {
|
|
|
3710
3714
|
|
|
3711
3715
|
/**
|
|
3712
3716
|
* Do not edit directly
|
|
3713
|
-
* Generated on
|
|
3717
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
3714
3718
|
*/
|
|
3715
3719
|
|
|
3716
3720
|
:root {
|
|
@@ -3721,7 +3725,7 @@ select {
|
|
|
3721
3725
|
|
|
3722
3726
|
/**
|
|
3723
3727
|
* Do not edit directly
|
|
3724
|
-
* Generated on
|
|
3728
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
3725
3729
|
*/
|
|
3726
3730
|
|
|
3727
3731
|
:root {
|
|
@@ -4431,7 +4435,7 @@ select {
|
|
|
4431
4435
|
|
|
4432
4436
|
/**
|
|
4433
4437
|
* Do not edit directly
|
|
4434
|
-
* Generated on
|
|
4438
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
4435
4439
|
*/
|
|
4436
4440
|
|
|
4437
4441
|
:root,
|
|
@@ -5184,7 +5188,7 @@ select {
|
|
|
5184
5188
|
|
|
5185
5189
|
/**
|
|
5186
5190
|
* Do not edit directly
|
|
5187
|
-
* Generated on
|
|
5191
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
5188
5192
|
*/
|
|
5189
5193
|
|
|
5190
5194
|
:root,
|
|
@@ -5212,7 +5216,7 @@ select {
|
|
|
5212
5216
|
|
|
5213
5217
|
/**
|
|
5214
5218
|
* Do not edit directly
|
|
5215
|
-
* Generated on
|
|
5219
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
5216
5220
|
*/
|
|
5217
5221
|
|
|
5218
5222
|
:root,
|
|
@@ -5228,7 +5232,7 @@ select {
|
|
|
5228
5232
|
|
|
5229
5233
|
/**
|
|
5230
5234
|
* Do not edit directly
|
|
5231
|
-
* Generated on
|
|
5235
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
5232
5236
|
*/
|
|
5233
5237
|
|
|
5234
5238
|
:root {
|
|
@@ -5356,7 +5360,7 @@ select {
|
|
|
5356
5360
|
|
|
5357
5361
|
/**
|
|
5358
5362
|
* Do not edit directly
|
|
5359
|
-
* Generated on
|
|
5363
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
5360
5364
|
*/
|
|
5361
5365
|
|
|
5362
5366
|
:root,
|
|
@@ -5372,7 +5376,7 @@ select {
|
|
|
5372
5376
|
|
|
5373
5377
|
/**
|
|
5374
5378
|
* Do not edit directly
|
|
5375
|
-
* Generated on
|
|
5379
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
5376
5380
|
*/
|
|
5377
5381
|
|
|
5378
5382
|
:root,
|
|
@@ -5747,7 +5751,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
5747
5751
|
|
|
5748
5752
|
/**
|
|
5749
5753
|
* Do not edit directly
|
|
5750
|
-
* Generated on
|
|
5754
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
5751
5755
|
*/
|
|
5752
5756
|
|
|
5753
5757
|
:root {
|
|
@@ -5756,7 +5760,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
5756
5760
|
|
|
5757
5761
|
/**
|
|
5758
5762
|
* Do not edit directly
|
|
5759
|
-
* Generated on
|
|
5763
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
5760
5764
|
*/
|
|
5761
5765
|
|
|
5762
5766
|
:root,
|
|
@@ -5774,7 +5778,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
5774
5778
|
|
|
5775
5779
|
/**
|
|
5776
5780
|
* Do not edit directly
|
|
5777
|
-
* Generated on
|
|
5781
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
5778
5782
|
*/
|
|
5779
5783
|
|
|
5780
5784
|
:root {
|
|
@@ -5905,7 +5909,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
|
|
|
5905
5909
|
|
|
5906
5910
|
/**
|
|
5907
5911
|
* Do not edit directly
|
|
5908
|
-
* Generated on
|
|
5912
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
5909
5913
|
*/
|
|
5910
5914
|
|
|
5911
5915
|
:root,
|
|
@@ -7001,7 +7005,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7001
7005
|
|
|
7002
7006
|
/**
|
|
7003
7007
|
* Do not edit directly
|
|
7004
|
-
* Generated on
|
|
7008
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
7005
7009
|
*/
|
|
7006
7010
|
|
|
7007
7011
|
:root {
|
|
@@ -7015,7 +7019,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7015
7019
|
|
|
7016
7020
|
/**
|
|
7017
7021
|
* Do not edit directly
|
|
7018
|
-
* Generated on
|
|
7022
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
7019
7023
|
*/
|
|
7020
7024
|
|
|
7021
7025
|
:root,
|
|
@@ -7309,7 +7313,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7309
7313
|
|
|
7310
7314
|
/**
|
|
7311
7315
|
* Do not edit directly
|
|
7312
|
-
* Generated on
|
|
7316
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
7313
7317
|
*/
|
|
7314
7318
|
|
|
7315
7319
|
:root,
|
|
@@ -7325,7 +7329,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7325
7329
|
|
|
7326
7330
|
/**
|
|
7327
7331
|
* Do not edit directly
|
|
7328
|
-
* Generated on
|
|
7332
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
7329
7333
|
*/
|
|
7330
7334
|
|
|
7331
7335
|
:root {
|
|
@@ -7643,7 +7647,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7643
7647
|
|
|
7644
7648
|
/**
|
|
7645
7649
|
* Do not edit directly
|
|
7646
|
-
* Generated on
|
|
7650
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
7647
7651
|
*/
|
|
7648
7652
|
|
|
7649
7653
|
:root,
|
|
@@ -8089,7 +8093,7 @@ html {
|
|
|
8089
8093
|
|
|
8090
8094
|
/**
|
|
8091
8095
|
* Do not edit directly
|
|
8092
|
-
* Generated on
|
|
8096
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
8093
8097
|
*/
|
|
8094
8098
|
|
|
8095
8099
|
:root,
|
|
@@ -8309,7 +8313,7 @@ html {
|
|
|
8309
8313
|
|
|
8310
8314
|
/**
|
|
8311
8315
|
* Do not edit directly
|
|
8312
|
-
* Generated on
|
|
8316
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
8313
8317
|
*/
|
|
8314
8318
|
|
|
8315
8319
|
:root,
|
|
@@ -8445,7 +8449,7 @@ html {
|
|
|
8445
8449
|
|
|
8446
8450
|
/**
|
|
8447
8451
|
* Do not edit directly
|
|
8448
|
-
* Generated on
|
|
8452
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
8449
8453
|
*/
|
|
8450
8454
|
|
|
8451
8455
|
:root,
|
|
@@ -8714,7 +8718,7 @@ html {
|
|
|
8714
8718
|
|
|
8715
8719
|
/**
|
|
8716
8720
|
* Do not edit directly
|
|
8717
|
-
* Generated on
|
|
8721
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
8718
8722
|
*/
|
|
8719
8723
|
|
|
8720
8724
|
:root {
|
|
@@ -8750,7 +8754,7 @@ html {
|
|
|
8750
8754
|
|
|
8751
8755
|
/**
|
|
8752
8756
|
* Do not edit directly
|
|
8753
|
-
* Generated on
|
|
8757
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
8754
8758
|
*/
|
|
8755
8759
|
|
|
8756
8760
|
:root,
|
|
@@ -8818,7 +8822,7 @@ html {
|
|
|
8818
8822
|
|
|
8819
8823
|
/**
|
|
8820
8824
|
* Do not edit directly
|
|
8821
|
-
* Generated on
|
|
8825
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
8822
8826
|
*/
|
|
8823
8827
|
|
|
8824
8828
|
:root {
|
|
@@ -8829,7 +8833,7 @@ html {
|
|
|
8829
8833
|
|
|
8830
8834
|
/**
|
|
8831
8835
|
* Do not edit directly
|
|
8832
|
-
* Generated on
|
|
8836
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
8833
8837
|
*/
|
|
8834
8838
|
|
|
8835
8839
|
:root,
|
|
@@ -9081,7 +9085,7 @@ html {
|
|
|
9081
9085
|
|
|
9082
9086
|
/**
|
|
9083
9087
|
* Do not edit directly
|
|
9084
|
-
* Generated on
|
|
9088
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
9085
9089
|
*/
|
|
9086
9090
|
|
|
9087
9091
|
:root,
|
|
@@ -9621,7 +9625,7 @@ html {
|
|
|
9621
9625
|
|
|
9622
9626
|
/**
|
|
9623
9627
|
* Do not edit directly
|
|
9624
|
-
* Generated on
|
|
9628
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
9625
9629
|
*/
|
|
9626
9630
|
|
|
9627
9631
|
:root {
|
|
@@ -9632,7 +9636,7 @@ html {
|
|
|
9632
9636
|
|
|
9633
9637
|
/**
|
|
9634
9638
|
* Do not edit directly
|
|
9635
|
-
* Generated on
|
|
9639
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
9636
9640
|
*/
|
|
9637
9641
|
|
|
9638
9642
|
:root,
|
|
@@ -12815,7 +12819,7 @@ html {
|
|
|
12815
12819
|
|
|
12816
12820
|
/**
|
|
12817
12821
|
* Do not edit directly
|
|
12818
|
-
* Generated on
|
|
12822
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
12819
12823
|
*/
|
|
12820
12824
|
|
|
12821
12825
|
:root {
|
|
@@ -12835,7 +12839,7 @@ html {
|
|
|
12835
12839
|
|
|
12836
12840
|
/**
|
|
12837
12841
|
* Do not edit directly
|
|
12838
|
-
* Generated on
|
|
12842
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
12839
12843
|
*/
|
|
12840
12844
|
|
|
12841
12845
|
:root,
|
|
@@ -12871,7 +12875,7 @@ html {
|
|
|
12871
12875
|
|
|
12872
12876
|
/**
|
|
12873
12877
|
* Do not edit directly
|
|
12874
|
-
* Generated on
|
|
12878
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
12875
12879
|
*/
|
|
12876
12880
|
|
|
12877
12881
|
:root,
|
|
@@ -12891,7 +12895,7 @@ html {
|
|
|
12891
12895
|
|
|
12892
12896
|
/**
|
|
12893
12897
|
* Do not edit directly
|
|
12894
|
-
* Generated on
|
|
12898
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
12895
12899
|
*/
|
|
12896
12900
|
|
|
12897
12901
|
:root {
|
|
@@ -13157,7 +13161,7 @@ html {
|
|
|
13157
13161
|
|
|
13158
13162
|
/**
|
|
13159
13163
|
* Do not edit directly
|
|
13160
|
-
* Generated on
|
|
13164
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
13161
13165
|
*/
|
|
13162
13166
|
|
|
13163
13167
|
:root,
|
|
@@ -13171,7 +13175,7 @@ html {
|
|
|
13171
13175
|
|
|
13172
13176
|
/**
|
|
13173
13177
|
* Do not edit directly
|
|
13174
|
-
* Generated on
|
|
13178
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
13175
13179
|
*/
|
|
13176
13180
|
|
|
13177
13181
|
:root {
|
|
@@ -13185,7 +13189,7 @@ html {
|
|
|
13185
13189
|
|
|
13186
13190
|
/**
|
|
13187
13191
|
* Do not edit directly
|
|
13188
|
-
* Generated on
|
|
13192
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
13189
13193
|
*/
|
|
13190
13194
|
|
|
13191
13195
|
:root {
|
|
@@ -15361,7 +15365,7 @@ html {
|
|
|
15361
15365
|
|
|
15362
15366
|
/**
|
|
15363
15367
|
* Do not edit directly
|
|
15364
|
-
* Generated on
|
|
15368
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
15365
15369
|
*/
|
|
15366
15370
|
|
|
15367
15371
|
:root {
|
|
@@ -15385,7 +15389,7 @@ html {
|
|
|
15385
15389
|
|
|
15386
15390
|
/**
|
|
15387
15391
|
* Do not edit directly
|
|
15388
|
-
* Generated on
|
|
15392
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
15389
15393
|
*/
|
|
15390
15394
|
|
|
15391
15395
|
:root,
|
|
@@ -15808,7 +15812,7 @@ html {
|
|
|
15808
15812
|
|
|
15809
15813
|
/**
|
|
15810
15814
|
* Do not edit directly
|
|
15811
|
-
* Generated on
|
|
15815
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
15812
15816
|
*/
|
|
15813
15817
|
|
|
15814
15818
|
:root {
|
|
@@ -15821,7 +15825,7 @@ html {
|
|
|
15821
15825
|
|
|
15822
15826
|
/**
|
|
15823
15827
|
* Do not edit directly
|
|
15824
|
-
* Generated on
|
|
15828
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
15825
15829
|
*/
|
|
15826
15830
|
|
|
15827
15831
|
:root,
|
|
@@ -16198,7 +16202,7 @@ html {
|
|
|
16198
16202
|
|
|
16199
16203
|
/**
|
|
16200
16204
|
* Do not edit directly
|
|
16201
|
-
* Generated on
|
|
16205
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
16202
16206
|
*/
|
|
16203
16207
|
|
|
16204
16208
|
:root {
|
|
@@ -16207,7 +16211,7 @@ html {
|
|
|
16207
16211
|
|
|
16208
16212
|
/**
|
|
16209
16213
|
* Do not edit directly
|
|
16210
|
-
* Generated on
|
|
16214
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
16211
16215
|
*/
|
|
16212
16216
|
|
|
16213
16217
|
:root,
|
|
@@ -16914,7 +16918,7 @@ html {
|
|
|
16914
16918
|
|
|
16915
16919
|
/**
|
|
16916
16920
|
* Do not edit directly
|
|
16917
|
-
* Generated on
|
|
16921
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
16918
16922
|
*/
|
|
16919
16923
|
|
|
16920
16924
|
:root {
|
|
@@ -16923,7 +16927,7 @@ html {
|
|
|
16923
16927
|
|
|
16924
16928
|
/**
|
|
16925
16929
|
* Do not edit directly
|
|
16926
|
-
* Generated on
|
|
16930
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
16927
16931
|
*/
|
|
16928
16932
|
|
|
16929
16933
|
:root,
|
|
@@ -17352,7 +17356,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17352
17356
|
|
|
17353
17357
|
/**
|
|
17354
17358
|
* Do not edit directly
|
|
17355
|
-
* Generated on
|
|
17359
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
17356
17360
|
*/
|
|
17357
17361
|
|
|
17358
17362
|
:root,
|
|
@@ -17451,7 +17455,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17451
17455
|
|
|
17452
17456
|
/**
|
|
17453
17457
|
* Do not edit directly
|
|
17454
|
-
* Generated on
|
|
17458
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
17455
17459
|
*/
|
|
17456
17460
|
|
|
17457
17461
|
:root,
|
|
@@ -17798,7 +17802,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17798
17802
|
|
|
17799
17803
|
/**
|
|
17800
17804
|
* Do not edit directly
|
|
17801
|
-
* Generated on
|
|
17805
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
17802
17806
|
*/
|
|
17803
17807
|
|
|
17804
17808
|
:root,
|
|
@@ -17812,7 +17816,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17812
17816
|
|
|
17813
17817
|
/**
|
|
17814
17818
|
* Do not edit directly
|
|
17815
|
-
* Generated on
|
|
17819
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
17816
17820
|
*/
|
|
17817
17821
|
|
|
17818
17822
|
:root {
|
|
@@ -17999,7 +18003,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
17999
18003
|
|
|
18000
18004
|
/**
|
|
18001
18005
|
* Do not edit directly
|
|
18002
|
-
* Generated on
|
|
18006
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
18003
18007
|
*/
|
|
18004
18008
|
|
|
18005
18009
|
:root {
|
|
@@ -18234,6 +18238,10 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
18234
18238
|
padding-inline-start: var(--base-size-12);
|
|
18235
18239
|
}
|
|
18236
18240
|
|
|
18241
|
+
.Primer_Brand__Footnotes-module__FootnotesItem___QQCwY {
|
|
18242
|
+
scroll-margin-top: 80px;
|
|
18243
|
+
}
|
|
18244
|
+
|
|
18237
18245
|
.Primer_Brand__Footnotes-module__FootnotesItem__citationIcon___HeITw {
|
|
18238
18246
|
transform: scaleY(-1);
|
|
18239
18247
|
margin-inline-start: var(--base-size-4);
|
|
@@ -18246,7 +18254,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
18246
18254
|
|
|
18247
18255
|
/**
|
|
18248
18256
|
* Do not edit directly
|
|
18249
|
-
* Generated on
|
|
18257
|
+
* Generated on Wed, 22 Jan 2025 14:49:23 GMT
|
|
18250
18258
|
*/
|
|
18251
18259
|
|
|
18252
18260
|
:root {
|
|
@@ -18257,7 +18265,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
|
|
|
18257
18265
|
|
|
18258
18266
|
/**
|
|
18259
18267
|
* Do not edit directly
|
|
18260
|
-
* Generated on
|
|
18268
|
+
* Generated on Wed, 22 Jan 2025 14:49:24 GMT
|
|
18261
18269
|
*/
|
|
18262
18270
|
|
|
18263
18271
|
:root,
|