@primer/react-brand 0.72.0-rc.f8b72452 → 0.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/ButtonGroup/react.md +29 -8
- package/docs/components/Hero/react.md +82 -18
- package/docs/components/River/react.md +46 -13
- package/docs/components/index.md +1 -1
- package/docs/getting-started/index.md +9 -3
- package/docs/index.md +3 -3
- package/esm/ActionMenu/ActionMenu.d.ts +1 -1
- package/esm/ActionMenu/ActionMenu.d.ts.map +1 -1
- package/esm/ActionMenu/ActionMenu.js +60 -60
- package/esm/ActionMenu/ActionMenu.js.map +1 -1
- package/esm/AnchorNav/AnchorNav.js +20 -20
- package/esm/Avatar/Avatar.module-DUQdD7On.css +1 -0
- package/esm/Avatar/Avatar.module.js +1 -1
- package/esm/Avatar/Avatar.module.js.map +1 -1
- package/esm/BreakoutBanner/{BreakoutBanner.module-DGBSJFNJ.css → BreakoutBanner.module-gfmzcUSU.css} +1 -1
- package/esm/BreakoutBanner/BreakoutBanner.module.js +1 -1
- package/esm/BreakoutBanner/BreakoutBanner.module.js.map +1 -1
- package/esm/ButtonGroup/ButtonGroup.d.ts +3 -1
- package/esm/ButtonGroup/ButtonGroup.d.ts.map +1 -1
- package/esm/ButtonGroup/ButtonGroup.js +24 -16
- package/esm/ButtonGroup/ButtonGroup.js.map +1 -1
- package/esm/CTABanner/CTABanner.js +6 -6
- package/esm/CTABanner/CTABanner.module-CDLOww8c.css +1 -0
- package/esm/CTABanner/CTABanner.module.js +1 -1
- package/esm/CTABanner/CTABanner.module.js.map +1 -1
- package/esm/Card/Card.js +5 -5
- package/esm/EyebrowBanner/EyebrowBanner.module-DYeTmaU9.css +1 -0
- package/esm/EyebrowBanner/EyebrowBanner.module.js +1 -1
- package/esm/EyebrowBanner/EyebrowBanner.module.js.map +1 -1
- package/esm/Hero/Hero.d.ts +17 -4
- package/esm/Hero/Hero.d.ts.map +1 -1
- package/esm/Hero/Hero.js +103 -98
- package/esm/Hero/Hero.js.map +1 -1
- package/esm/Hero/Hero.module-BfrAFYlo.css +1 -0
- package/esm/Hero/Hero.module.js +8 -5
- package/esm/Hero/Hero.module.js.map +1 -1
- package/esm/Hero/HeroContext.d.ts +7 -5
- package/esm/Hero/HeroContext.d.ts.map +1 -1
- package/esm/Hero/HeroContext.js +3 -9
- package/esm/Hero/HeroContext.js.map +1 -1
- package/esm/Hero/sub-components/HeroButtonGroup.d.ts +5 -0
- package/esm/Hero/sub-components/HeroButtonGroup.d.ts.map +1 -0
- package/esm/Hero/sub-components/HeroButtonGroup.js +28 -0
- package/esm/Hero/sub-components/HeroButtonGroup.js.map +1 -0
- package/esm/Hero/sub-components/HeroImage.d.ts +7 -4
- package/esm/Hero/sub-components/HeroImage.d.ts.map +1 -1
- package/esm/Hero/sub-components/HeroImage.js +6 -6
- package/esm/Hero/sub-components/HeroImage.js.map +1 -1
- package/esm/Hero/sub-components/HeroVideo.d.ts +16 -4
- package/esm/Hero/sub-components/HeroVideo.d.ts.map +1 -1
- package/esm/Hero/sub-components/HeroVideo.js +15 -15
- package/esm/Hero/sub-components/HeroVideo.js.map +1 -1
- package/esm/Hero/sub-components/index.d.ts +2 -0
- package/esm/Hero/sub-components/index.d.ts.map +1 -1
- package/esm/Link/Link.js +5 -5
- package/esm/LogoSuite/LogoSuite.js +11 -11
- package/esm/LogoSuite/LogoSuite.module-BCbX-lfy.css +1 -0
- package/esm/LogoSuite/LogoSuite.module.js +1 -1
- package/esm/LogoSuite/LogoSuite.module.js.map +1 -1
- package/esm/MinimalFooter/MinimalFooter.js +6 -6
- package/esm/MinimalFooter/{MinimalFooter.module-DPMYigso.css → MinimalFooter.module-Cl2g38SO.css} +1 -1
- package/esm/MinimalFooter/MinimalFooter.module.js +1 -1
- package/esm/MinimalFooter/MinimalFooter.module.js.map +1 -1
- package/esm/PricingOptions/PricingOptions.js +18 -18
- package/esm/PricingOptions/{PricingOptions.module-Cm3Oq9u6.css → PricingOptions.module-CgPKaZAm.css} +1 -1
- package/esm/PricingOptions/PricingOptions.module.js +1 -1
- package/esm/PricingOptions/PricingOptions.module.js.map +1 -1
- package/esm/SectionIntro/SectionIntro.module-BbIW9pPO.css +1 -0
- package/esm/SectionIntro/SectionIntro.module.js +1 -1
- package/esm/SectionIntro/SectionIntro.module.js.map +1 -1
- package/esm/Statistic/Statistic.d.ts.map +1 -1
- package/esm/Statistic/Statistic.js +1 -1
- package/esm/Statistic/Statistic.js.map +1 -1
- package/esm/Statistic/{Statistic.module-Dqb6n1GX.css → Statistic.module-DvdiSbXk.css} +1 -1
- package/esm/Statistic/Statistic.module.js +2 -1
- package/esm/Statistic/Statistic.module.js.map +1 -1
- package/esm/SubNav/SubNav.js +30 -30
- package/esm/SubdomainNavBar/NavigationVisbilityObserver.js +21 -21
- package/esm/SubdomainNavBar/SubdomainNavBar.js +83 -83
- package/esm/Testimonial/Testimonial.js +1 -1
- package/esm/Testimonial/Testimonial.js.map +1 -1
- package/esm/Testimonial/Testimonial.module-BEBpUSD7.css +1 -0
- package/esm/Testimonial/Testimonial.module.js +2 -1
- package/esm/Testimonial/Testimonial.module.js.map +1 -1
- package/esm/VideoPlayer/VideoPlayer.js +4 -4
- package/esm/css/reset-CSgu34_f.css +1 -0
- package/esm/css/stylesheets.js +1 -1
- package/esm/index.esm.js +68 -68
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/colors/global-with-modes-Bdet_nBw.css +1 -0
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/river/river-DHn1_SEa.css +1 -0
- package/esm/river/River/River.d.ts +17 -3
- package/esm/river/River/River.d.ts.map +1 -1
- package/esm/river/River/River.js +30 -11
- package/esm/river/River/River.js.map +1 -1
- package/esm/river/River/index.d.ts +2 -2
- package/esm/river/River/index.d.ts.map +1 -1
- package/esm/river/RiverAccordion/RiverAccordion.js +1 -1
- package/esm/river/RiverBreakout/RiverBreakout.d.ts +2 -2
- package/esm/river/RiverBreakout/RiverBreakout.d.ts.map +1 -1
- package/esm/river/RiverBreakout/RiverBreakout.js +18 -18
- package/esm/river/RiverBreakout/RiverBreakout.js.map +1 -1
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.d.ts +3 -3
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.d.ts.map +1 -1
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.js +2 -2
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.js.map +1 -1
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module-CB2SZhbE.css +1 -0
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module.js +1 -1
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module.js.map +1 -1
- package/esm/river/RiverStoryScroll/RiverStoryScroll.module-kez68wMZ.css +1 -0
- package/esm/river/RiverStoryScroll/RiverStoryScroll.module.js +1 -1
- package/esm/river/RiverStoryScroll/RiverStoryScroll.module.js.map +1 -1
- package/esm/river/river-shared.module-5fefR7ip.css +1 -0
- package/esm/river/river-shared.module.js +10 -2
- package/esm/river/river-shared.module.js.map +1 -1
- package/lib/ActionMenu/ActionMenu.d.ts +1 -1
- package/lib/ButtonGroup/ButtonGroup.d.ts +3 -1
- package/lib/Hero/Hero.d.ts +17 -4
- package/lib/Hero/HeroContext.d.ts +7 -5
- package/lib/Hero/sub-components/HeroButtonGroup.d.ts +4 -0
- package/lib/Hero/sub-components/HeroImage.d.ts +7 -4
- package/lib/Hero/sub-components/HeroVideo.d.ts +16 -4
- package/lib/Hero/sub-components/index.d.ts +2 -0
- package/lib/css/main.css +5733 -5548
- 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 +4 -4
- package/lib/design-tokens/css/tokens/functional/colors/global.css +3 -3
- package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/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/media-playlist/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/nav-list/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +8 -1
- package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +4 -4
- 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/media-playlist/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +4 -1
- package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/text-cursor-animation/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/token/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +3 -3
- 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/media-playlist/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +2 -1
- package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/text-cursor-animation/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/token/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/json/colors.json +2 -2
- 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 +3 -3
- 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/media-playlist/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +2 -1
- package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/text-cursor-animation/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/token/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.js +3 -3
- 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/media-playlist/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +4 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +4 -1
- package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/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/token/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/token/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
- package/lib/index.js +1 -1
- package/lib/river/River/River.d.ts +17 -3
- package/lib/river/River/index.d.ts +2 -2
- package/lib/river/RiverBreakout/RiverBreakout.d.ts +2 -2
- package/lib/river/RiverBreakoutTabs/RiverBreakoutTabs.d.ts +3 -3
- package/llms.txt +3 -3
- package/package.json +1 -1
- package/esm/Avatar/Avatar.module-DzfWmLu4.css +0 -1
- package/esm/CTABanner/CTABanner.module-DZUT186Y.css +0 -1
- package/esm/EyebrowBanner/EyebrowBanner.module-C8hfGfYx.css +0 -1
- package/esm/Hero/Hero.module-DjsgFkIQ.css +0 -1
- package/esm/LogoSuite/LogoSuite.module-69Mthqju.css +0 -1
- package/esm/SectionIntro/SectionIntro.module-CiRymbla.css +0 -1
- package/esm/Testimonial/Testimonial.module-DRCosU_J.css +0 -1
- package/esm/css/reset-PKNIUbst.css +0 -1
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/colors/global-with-modes-tpdcmiok.css +0 -1
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/river/river-QteO10lt.css +0 -1
- package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module-CH8jehnx.css +0 -1
- package/esm/river/RiverStoryScroll/RiverStoryScroll.module-D8dFaLHq.css +0 -1
- package/esm/river/river-shared.module-Bf_bNlTd.css +0 -1
package/esm/SubNav/SubNav.js
CHANGED
|
@@ -2,12 +2,12 @@ import e from "../node_modules/clsx/dist/clsx.js";
|
|
|
2
2
|
import { useId as t } from "../hooks/useId.js";
|
|
3
3
|
import { useProvidedRefOrCreate as n } from "../hooks/useRef.js";
|
|
4
4
|
import { Text as r } from "../Text/Text.js";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
5
|
+
import { Button as i } from "../Button/Button.js";
|
|
6
|
+
import { ThemeProvider as a } from "../ThemeProvider/ThemeProvider.js";
|
|
7
|
+
import { useOnClickOutside as o } from "../hooks/useOnClickOutside.js";
|
|
8
|
+
import { useKeyboardEscape as s } from "../hooks/useKeyboardEscape.js";
|
|
9
|
+
import { TriangleDownIcon as c, TriangleUpIcon as l } from "../node_modules/@primer/octicons-react/dist/index.esm.js";
|
|
10
|
+
import { useWindowSize as u } from "../hooks/useWindowSize.js";
|
|
11
11
|
import { useFocusTrap as d } from "../hooks/useFocusTrap.js";
|
|
12
12
|
import { useContainsFocus as f } from "./useContainsFocus.js";
|
|
13
13
|
import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes-5gfdihUt.css';import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/sub-nav/base-DIkvLW-s.css';/* empty css */
|
|
@@ -63,18 +63,18 @@ function N({ children: t }) {
|
|
|
63
63
|
})]
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
|
-
var P = y(_(({ id:
|
|
67
|
-
let O = n(x), A = m.useRef(null), j = m.useRef(null), M = m.useRef(null), P = w(null), [L, V] = T(!1), H = t(), [ee, te] = T(!1), { isLarge: U } =
|
|
66
|
+
var P = y(_(({ id: i, children: a, className: f, "data-testid": g, fullWidth: _, hasShadow: y }, x) => {
|
|
67
|
+
let O = n(x), A = m.useRef(null), j = m.useRef(null), M = m.useRef(null), P = w(null), [L, V] = T(!1), H = t(), [ee, te] = T(!1), { isLarge: U } = u();
|
|
68
68
|
d({
|
|
69
69
|
containerRef: A,
|
|
70
70
|
disabled: !L
|
|
71
71
|
});
|
|
72
|
-
let W = h.toArray(
|
|
72
|
+
let W = h.toArray(a), G = b(() => {
|
|
73
73
|
U || V(!1);
|
|
74
74
|
}, [U]), K = b(() => {
|
|
75
75
|
U || V((e) => !e);
|
|
76
76
|
}, [U]);
|
|
77
|
-
|
|
77
|
+
o(A, G), s(G), S(() => {
|
|
78
78
|
let e = j.current, t = () => {
|
|
79
79
|
if (e) {
|
|
80
80
|
let t = e.getBoundingClientRect().top;
|
|
@@ -127,7 +127,7 @@ var P = y(_(({ id: o, children: s, className: f, "data-testid": g, fullWidth: _,
|
|
|
127
127
|
as: "span",
|
|
128
128
|
size: "100",
|
|
129
129
|
children: $
|
|
130
|
-
}), E(L ?
|
|
130
|
+
}), E(L ? l : c, {
|
|
131
131
|
className: p["SubNav__overlay-toggle-icon"],
|
|
132
132
|
size: 13
|
|
133
133
|
})]
|
|
@@ -146,7 +146,7 @@ var P = y(_(({ id: o, children: s, className: f, "data-testid": g, fullWidth: _,
|
|
|
146
146
|
className: e(p.SubNav__container, Y && p["SubNav--has-sub-heading"], Y && Q && p["SubNav--subHeadingActive"], ee && p["SubNav__container--with-anchor-nav"]),
|
|
147
147
|
children: /* @__PURE__ */ E(N, { children: /* @__PURE__ */ E("nav", {
|
|
148
148
|
ref: j,
|
|
149
|
-
id:
|
|
149
|
+
id: i,
|
|
150
150
|
className: e(p.SubNav, L && p["SubNav--open"], y && p["SubNav--has-shadow"], _ && p["SubNav--full-width"], f),
|
|
151
151
|
"data-testid": g || k.root,
|
|
152
152
|
children: /* @__PURE__ */ D("div", {
|
|
@@ -195,16 +195,16 @@ var P = y(_(({ id: o, children: s, className: f, "data-testid": g, fullWidth: _,
|
|
|
195
195
|
"data-testid": k.heading || i,
|
|
196
196
|
...a,
|
|
197
197
|
children: n
|
|
198
|
-
}), L = _(({ children:
|
|
199
|
-
let v = t(), { isLarge: y } =
|
|
198
|
+
}), L = _(({ children: i, href: a, "aria-current": o, "data-testid": l, className: d, _subMenuVariant: m, variant: h, ...g }, _) => {
|
|
199
|
+
let v = t(), { isLarge: y } = u(), [x, C] = T(!1), O = n(_), A = w(null);
|
|
200
200
|
f(O, (e) => {
|
|
201
201
|
e || C(!1);
|
|
202
202
|
});
|
|
203
|
-
let j = b(() => C(!0), []), M = b(() => C(!1), []), N = b(() => C((e) => !e), []), P = !!
|
|
204
|
-
|
|
203
|
+
let j = b(() => C(!0), []), M = b(() => C(!1), []), N = b(() => C((e) => !e), []), P = !!o && o !== "false";
|
|
204
|
+
s(M), S(() => {
|
|
205
205
|
A.current && A.current.toggleAttribute("inert", y && !x);
|
|
206
206
|
}, [y, x]);
|
|
207
|
-
let [F, I] =
|
|
207
|
+
let [F, I] = i;
|
|
208
208
|
return /* @__PURE__ */ D("div", {
|
|
209
209
|
className: e(p["SubNav__link--has-sub-menu"], x && p["SubNav__link--expanded"], P && p["SubNav__link--has-active-sub-menu"]),
|
|
210
210
|
"data-testid": l || k.subMenu,
|
|
@@ -215,9 +215,9 @@ var P = y(_(({ id: o, children: s, className: f, "data-testid": g, fullWidth: _,
|
|
|
215
215
|
onBlur: () => null,
|
|
216
216
|
children: [
|
|
217
217
|
/* @__PURE__ */ E("a", {
|
|
218
|
-
href:
|
|
219
|
-
className: e(p.SubNav__link,
|
|
220
|
-
"aria-current":
|
|
218
|
+
href: a,
|
|
219
|
+
className: e(p.SubNav__link, o && p["SubNav__link--active"], d),
|
|
220
|
+
"aria-current": o,
|
|
221
221
|
...g,
|
|
222
222
|
children: /* @__PURE__ */ E(r, {
|
|
223
223
|
as: "span",
|
|
@@ -233,7 +233,7 @@ var P = y(_(({ id: o, children: s, className: f, "data-testid": g, fullWidth: _,
|
|
|
233
233
|
"aria-expanded": x ? "true" : "false",
|
|
234
234
|
"aria-controls": v,
|
|
235
235
|
"aria-label": `${F?.toString().trim()} submenu`,
|
|
236
|
-
children: /* @__PURE__ */ E(
|
|
236
|
+
children: /* @__PURE__ */ E(c, {
|
|
237
237
|
className: p["SubNav__sub-menu-icon"],
|
|
238
238
|
size: 16
|
|
239
239
|
})
|
|
@@ -288,16 +288,16 @@ var P = y(_(({ id: o, children: s, className: f, "data-testid": g, fullWidth: _,
|
|
|
288
288
|
}) });
|
|
289
289
|
});
|
|
290
290
|
function z({ children: t, className: n, variant: r = "dropdown", ...i }) {
|
|
291
|
-
let
|
|
291
|
+
let o = m.useContext(j), s = w(null), { isLarge: c } = u();
|
|
292
292
|
return S(() => {
|
|
293
293
|
let e = (e) => {
|
|
294
|
-
|
|
294
|
+
s.current && !s.current.contains(e.target) || e.target instanceof HTMLAnchorElement || e.stopPropagation();
|
|
295
295
|
};
|
|
296
296
|
return r === "anchor" && document.addEventListener("click", e, !0), () => {
|
|
297
297
|
document.removeEventListener("click", e, !0);
|
|
298
298
|
};
|
|
299
|
-
}, [r]), r === "anchor" &&
|
|
300
|
-
ref:
|
|
299
|
+
}, [r]), r === "anchor" && o?.portalRef.current ? O(/* @__PURE__ */ E("nav", {
|
|
300
|
+
ref: s,
|
|
301
301
|
className: e(p["SubNav__sub-menu"], p["SubNav__sub-menu--anchor"], n),
|
|
302
302
|
role: "navigation",
|
|
303
303
|
"aria-label": "Sub navigation",
|
|
@@ -308,8 +308,8 @@ function z({ children: t, className: n, variant: r = "dropdown", ...i }) {
|
|
|
308
308
|
e.props.onClick?.(t);
|
|
309
309
|
} }) : null)
|
|
310
310
|
})
|
|
311
|
-
}),
|
|
312
|
-
...
|
|
311
|
+
}), o.portalRef.current) : /* @__PURE__ */ E(c ? a : m.Fragment, {
|
|
312
|
+
...c ? { colorMode: "light" } : {},
|
|
313
313
|
children: /* @__PURE__ */ E("ul", {
|
|
314
314
|
className: e(p["SubNav__sub-menu"], p[`SubNav__sub-menu--${r}`], n),
|
|
315
315
|
...i,
|
|
@@ -317,15 +317,15 @@ function z({ children: t, className: n, variant: r = "dropdown", ...i }) {
|
|
|
317
317
|
})
|
|
318
318
|
});
|
|
319
319
|
}
|
|
320
|
-
function B({ children: e, href: t, variant: n = "primary", size: r = "small", ...
|
|
321
|
-
return /* @__PURE__ */ E(
|
|
320
|
+
function B({ children: e, href: t, variant: n = "primary", size: r = "small", ...a }) {
|
|
321
|
+
return /* @__PURE__ */ E(i, {
|
|
322
322
|
className: p.SubNav__action,
|
|
323
323
|
as: "a",
|
|
324
324
|
href: t,
|
|
325
325
|
variant: n,
|
|
326
326
|
"data-testid": k.action,
|
|
327
327
|
size: r,
|
|
328
|
-
...
|
|
328
|
+
...a,
|
|
329
329
|
children: e
|
|
330
330
|
});
|
|
331
331
|
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import e from "../node_modules/clsx/dist/clsx.js";
|
|
2
2
|
import { useProvidedRefOrCreate as t } from "../hooks/useRef.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import o from "./
|
|
8
|
-
import
|
|
3
|
+
import { useOnClickOutside as n } from "../hooks/useOnClickOutside.js";
|
|
4
|
+
import { useKeyboardEscape as r } from "../hooks/useKeyboardEscape.js";
|
|
5
|
+
import { ChevronDownIcon as i } from "../node_modules/@primer/octicons-react/dist/index.esm.js";
|
|
6
|
+
import { useWindowSize as a } from "../hooks/useWindowSize.js";
|
|
7
|
+
import { useVisibilityObserver as o } from "./useVisibilityObserver.js";
|
|
8
|
+
import s from "./SubdomainNavBar.module.js";
|
|
9
9
|
import c, { forwardRef as l, useCallback as u, useRef as d, useState as f } from "react";
|
|
10
10
|
import { jsx as p, jsxs as m } from "react/jsx-runtime";
|
|
11
11
|
//#region src/SubdomainNavBar/NavigationVisbilityObserver.tsx
|
|
12
|
-
var h = l(({ children: n, className:
|
|
13
|
-
let u = t(l), [d] =
|
|
12
|
+
var h = l(({ children: n, className: r, ...i }, l) => {
|
|
13
|
+
let u = t(l), [d] = o(u, n), { isMedium: f } = a(), h = Object.values(d).includes(!1);
|
|
14
14
|
return /* @__PURE__ */ m("ul", {
|
|
15
|
-
className: e(
|
|
15
|
+
className: e(s["SubdomainNavBar-primary-nav-list"], r),
|
|
16
16
|
ref: u,
|
|
17
|
-
...
|
|
17
|
+
...i,
|
|
18
18
|
children: [c.Children.map(n, (t) => {
|
|
19
19
|
if (c.isValidElement(t)) {
|
|
20
20
|
let n = t.props["data-navitemid"];
|
|
21
21
|
if (!n) return t;
|
|
22
22
|
let r = d[n];
|
|
23
|
-
return c.cloneElement(t, { className: e(t.props.className, f && r &&
|
|
23
|
+
return c.cloneElement(t, { className: e(t.props.className, f && r && s["SubdomainNavBar-primary-nav-list-item--visible"], f && r === !1 && s["SubdomainNavBar-primary-nav-list-item--invisible"]) });
|
|
24
24
|
}
|
|
25
25
|
return t;
|
|
26
26
|
}), h && /* @__PURE__ */ p(g, {
|
|
@@ -29,36 +29,36 @@ var h = l(({ children: n, className: a, ...s }, l) => {
|
|
|
29
29
|
})]
|
|
30
30
|
});
|
|
31
31
|
});
|
|
32
|
-
function g({ children: t, className:
|
|
32
|
+
function g({ children: t, className: a, visibilityMap: o }) {
|
|
33
33
|
let [l, h] = f(null), g = d(null);
|
|
34
|
-
|
|
34
|
+
n(g, () => y());
|
|
35
35
|
let _ = !!l, v = (e) => {
|
|
36
36
|
l ? y() : h(e.currentTarget);
|
|
37
37
|
}, y = u(() => {
|
|
38
38
|
h(null);
|
|
39
39
|
}, []);
|
|
40
|
-
return
|
|
41
|
-
className: e(
|
|
40
|
+
return r(y), /* @__PURE__ */ m("li", {
|
|
41
|
+
className: e(s["SubdomainNavBar-primary-nav-list-item--overflow"], a),
|
|
42
42
|
ref: g,
|
|
43
43
|
children: [/* @__PURE__ */ m("button", {
|
|
44
44
|
"aria-expanded": _ ? "true" : "false",
|
|
45
45
|
"aria-controls": "more-navigation",
|
|
46
46
|
"aria-haspopup": "true",
|
|
47
47
|
onClick: v,
|
|
48
|
-
className: e(
|
|
49
|
-
children: ["More", /* @__PURE__ */ p(
|
|
48
|
+
className: e(s["SubdomainNavBar-link"], s["SubdomainNavBar-more-link"]),
|
|
49
|
+
children: ["More", /* @__PURE__ */ p(i, {})]
|
|
50
50
|
}), /* @__PURE__ */ p("div", {
|
|
51
51
|
id: "more-navigation",
|
|
52
52
|
style: { display: _ ? "block" : "none" },
|
|
53
|
-
className: e(
|
|
53
|
+
className: e(s["SubdomainNavBar-overflow-menu"]),
|
|
54
54
|
children: /* @__PURE__ */ p("ul", {
|
|
55
|
-
className: e(
|
|
55
|
+
className: e(s["SubdomainNavBar-overflow-menu-list"]),
|
|
56
56
|
children: c.Children.map(t, (t) => {
|
|
57
57
|
if (c.isValidElement(t)) {
|
|
58
58
|
let n = t.props["data-navitemid"];
|
|
59
|
-
return !n ||
|
|
59
|
+
return !n || o[n] ? null : /* @__PURE__ */ p(c.Fragment, { children: c.cloneElement(t, {
|
|
60
60
|
onClick: y,
|
|
61
|
-
className: e(
|
|
61
|
+
className: e(s["SubdomainNavBar-overflow-menu-item"], t.props.className)
|
|
62
62
|
}) });
|
|
63
63
|
}
|
|
64
64
|
return null;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import e from "../node_modules/clsx/dist/clsx.js";
|
|
2
2
|
import { useId as t } from "../hooks/useId.js";
|
|
3
3
|
import { Text as n } from "../Text/Text.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import d from "
|
|
9
|
-
import
|
|
4
|
+
import { Button as r } from "../Button/Button.js";
|
|
5
|
+
import { useOnClickOutside as i } from "../hooks/useOnClickOutside.js";
|
|
6
|
+
import { useKeyboardEscape as a } from "../hooks/useKeyboardEscape.js";
|
|
7
|
+
import { ChevronLeftIcon as o, LinkExternalIcon as s, MarkGithubIcon as c, SearchIcon as l, XIcon as u } from "../node_modules/@primer/octicons-react/dist/index.esm.js";
|
|
8
|
+
import { useWindowSize as d } from "../hooks/useWindowSize.js";
|
|
9
|
+
import f from "./SubdomainNavBar.module.js";
|
|
10
10
|
import { NavigationVisbilityObserver as p } from "./NavigationVisbilityObserver.js";
|
|
11
11
|
import { useFocusTrap as m } from "../hooks/useFocusTrap.js";
|
|
12
12
|
import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes-ehJCoExh.css';/* empty css */
|
|
@@ -30,8 +30,8 @@ var D = {
|
|
|
30
30
|
return `${this.root}-search-live-region`;
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
function O({ children: i, className:
|
|
34
|
-
let [P, F] = C(!0), [I, L] = C(!1), { isSmall: R, isMedium: z } =
|
|
33
|
+
function O({ children: i, className: s, fixed: l = !0, fullWidth: u = !1, logoHref: h = "https://github.com", title: g, titleHref: v = "/", onNarrowMenuToggle: O, ...N }) {
|
|
34
|
+
let [P, F] = C(!0), [I, L] = C(!1), { isSmall: R, isMedium: z } = d(), [B, V] = C(!1), H = S(null), U = t("start-of-content"), W = () => {
|
|
35
35
|
let e = !P;
|
|
36
36
|
F(e), O?.(!e);
|
|
37
37
|
}, G = () => L(!I), K = S(null);
|
|
@@ -42,7 +42,7 @@ function O({ children: i, className: o, fixed: s = !0, fullWidth: u = !1, logoHr
|
|
|
42
42
|
containerRef: K,
|
|
43
43
|
restoreFocusOnCleanUp: !0,
|
|
44
44
|
disabled: P
|
|
45
|
-
}),
|
|
45
|
+
}), a(() => {
|
|
46
46
|
F(!0), O?.(!1);
|
|
47
47
|
}), b(() => {
|
|
48
48
|
z && (F(!0), O?.(!1));
|
|
@@ -70,51 +70,51 @@ function O({ children: i, className: o, fixed: s = !0, fullWidth: u = !1, logoHr
|
|
|
70
70
|
return !!e && !!t;
|
|
71
71
|
}, [i]);
|
|
72
72
|
return /* @__PURE__ */ E(w, { children: [/* @__PURE__ */ E("div", {
|
|
73
|
-
className: e(
|
|
74
|
-
children: [/* @__PURE__ */ T(
|
|
73
|
+
className: e(f["SubdomainNavBar-outer-container"], l && f["SubdomainNavBar-outer-container--fixed"], Z && f["SubdomainNavBar-outer-container--has-actions"]),
|
|
74
|
+
children: [/* @__PURE__ */ T(r, {
|
|
75
75
|
as: "a",
|
|
76
76
|
href: `#${H.current?.id || U}`,
|
|
77
77
|
variant: "primary",
|
|
78
|
-
className: e(
|
|
78
|
+
className: e(f["SubdomainNavBar-skip-to-content"], !B && "visually-hidden"),
|
|
79
79
|
onFocus: q,
|
|
80
80
|
onBlur: J,
|
|
81
81
|
children: "Skip to content"
|
|
82
82
|
}), /* @__PURE__ */ T("header", {
|
|
83
|
-
className: e(
|
|
83
|
+
className: e(f.SubdomainNavBar, s),
|
|
84
84
|
"data-testid": D.root,
|
|
85
85
|
...N,
|
|
86
86
|
children: /* @__PURE__ */ E("div", {
|
|
87
87
|
ref: K,
|
|
88
|
-
className: e(
|
|
88
|
+
className: e(f["SubdomainNavBar-inner-container"], I && f["SubdomainNavBar-inner-container--search-open"], !u && f["SubdomainNavBar-inner-container--centered"]),
|
|
89
89
|
"data-testid": D.innerContainer,
|
|
90
90
|
children: [
|
|
91
91
|
/* @__PURE__ */ T("nav", {
|
|
92
92
|
"aria-label": "Header logo and title",
|
|
93
93
|
children: /* @__PURE__ */ E("ol", {
|
|
94
|
-
className:
|
|
94
|
+
className: f["SubdomainNavBar-title-area"],
|
|
95
95
|
children: [/* @__PURE__ */ T("li", { children: /* @__PURE__ */ E("a", {
|
|
96
96
|
href: h,
|
|
97
97
|
"aria-label": "Github Home",
|
|
98
|
-
className:
|
|
98
|
+
className: f["SubdomainNavBar-logo-mark"],
|
|
99
99
|
children: [/* @__PURE__ */ T("span", {
|
|
100
|
-
className: e(
|
|
101
|
-
children: /* @__PURE__ */ T(
|
|
100
|
+
className: e(f["SubdomainNavBar-back-arrow"]),
|
|
101
|
+
children: /* @__PURE__ */ T(o, {
|
|
102
102
|
fill: "currentColor",
|
|
103
103
|
size: 24
|
|
104
104
|
})
|
|
105
|
-
}), /* @__PURE__ */ T(
|
|
105
|
+
}), /* @__PURE__ */ T(c, {
|
|
106
106
|
fill: "currentColor",
|
|
107
107
|
size: 24
|
|
108
108
|
})]
|
|
109
109
|
}) }), g && R && /* @__PURE__ */ E(w, { children: [/* @__PURE__ */ T("li", {
|
|
110
110
|
role: "separator",
|
|
111
|
-
className:
|
|
111
|
+
className: f["SubdomainNavBar-title-separator"],
|
|
112
112
|
"aria-hidden": !0,
|
|
113
113
|
children: "/"
|
|
114
114
|
}), /* @__PURE__ */ T("li", { children: /* @__PURE__ */ T("a", {
|
|
115
115
|
href: v,
|
|
116
116
|
"aria-label": `${g} home`,
|
|
117
|
-
className: e(
|
|
117
|
+
className: e(f["SubdomainNavBar-title"]),
|
|
118
118
|
children: /* @__PURE__ */ T(n, {
|
|
119
119
|
size: "400",
|
|
120
120
|
weight: "medium",
|
|
@@ -126,15 +126,15 @@ function O({ children: i, className: o, fixed: s = !0, fullWidth: u = !1, logoHr
|
|
|
126
126
|
Y && /* @__PURE__ */ T("nav", {
|
|
127
127
|
id: "menu-navigation",
|
|
128
128
|
"aria-label": g,
|
|
129
|
-
className:
|
|
129
|
+
className: f["SubdomainNavBar-primary-nav"],
|
|
130
130
|
"data-testid": D.menuLinks,
|
|
131
131
|
children: /* @__PURE__ */ T(p, {
|
|
132
|
-
className: e(
|
|
132
|
+
className: e(f["SubdomainNavBar-primary-nav-list--invisible"]),
|
|
133
133
|
children: X
|
|
134
134
|
})
|
|
135
135
|
}),
|
|
136
136
|
/* @__PURE__ */ E("div", {
|
|
137
|
-
className: e(
|
|
137
|
+
className: e(f["SubdomainNavBar-secondary-nav"]),
|
|
138
138
|
children: [
|
|
139
139
|
_.Children.toArray(i).map((e) => _.isValidElement(e) && e.type === A ? _.cloneElement(e, {
|
|
140
140
|
active: I,
|
|
@@ -146,39 +146,39 @@ function O({ children: i, className: o, fixed: s = !0, fullWidth: u = !1, logoHr
|
|
|
146
146
|
"aria-label": "Menu",
|
|
147
147
|
"aria-controls": "menu-navigation",
|
|
148
148
|
"aria-haspopup": "true",
|
|
149
|
-
className: e(
|
|
149
|
+
className: e(f["SubdomainNavBar-menu-button"], f["SubdomainNavBar-mobile-menu-button"], !P && f["SubdomainNavBar-menu-button--close"]),
|
|
150
150
|
"data-testid": D.menuButton,
|
|
151
151
|
onClick: W,
|
|
152
152
|
children: [
|
|
153
|
-
/* @__PURE__ */ T("div", { className: e(
|
|
154
|
-
/* @__PURE__ */ T("div", { className: e(
|
|
155
|
-
/* @__PURE__ */ T("div", { className: e(
|
|
153
|
+
/* @__PURE__ */ T("div", { className: e(f["SubdomainNavBar-menu-button-bar"]) }),
|
|
154
|
+
/* @__PURE__ */ T("div", { className: e(f["SubdomainNavBar-menu-button-bar"]) }),
|
|
155
|
+
/* @__PURE__ */ T("div", { className: e(f["SubdomainNavBar-menu-button-bar"]) })
|
|
156
156
|
]
|
|
157
157
|
}),
|
|
158
158
|
z && /* @__PURE__ */ T("div", {
|
|
159
|
-
className: e(
|
|
159
|
+
className: e(f["SubdomainNavBar-button-area"], f["SubdomainNavBar-button-area--visible"]),
|
|
160
160
|
children: /* @__PURE__ */ T("div", {
|
|
161
|
-
className:
|
|
161
|
+
className: f["SubdomainNavBar-button-area-inner"],
|
|
162
162
|
children: _.Children.toArray(i).map((e) => _.isValidElement(e) && (e.type === j || e.type === M) ? e : null).filter(Boolean)
|
|
163
163
|
})
|
|
164
164
|
}),
|
|
165
165
|
!z && /* @__PURE__ */ E("div", {
|
|
166
|
-
className: e(
|
|
166
|
+
className: e(f["SubdomainNavBar-menu-wrapper"], P && f["SubdomainNavBar-menu-wrapper--close"]),
|
|
167
167
|
children: [/* @__PURE__ */ E("div", { children: [g && v && /* @__PURE__ */ T(n, {
|
|
168
168
|
as: "p",
|
|
169
169
|
children: /* @__PURE__ */ T("a", {
|
|
170
170
|
href: v,
|
|
171
171
|
"aria-label": `${g} home`,
|
|
172
|
-
className: e(
|
|
172
|
+
className: e(f["SubdomainNavBar-link"], f["SubdomainNavBar-link--title"]),
|
|
173
173
|
children: g
|
|
174
174
|
})
|
|
175
175
|
}), Y && !P && /* @__PURE__ */ T(p, {
|
|
176
|
-
className: e(
|
|
176
|
+
className: e(f["SubdomainNavBar-primary-nav-list--visible"]),
|
|
177
177
|
children: X
|
|
178
178
|
})] }), /* @__PURE__ */ T("div", {
|
|
179
|
-
className: e(
|
|
179
|
+
className: e(f["SubdomainNavBar-button-area"], f["SubdomainNavBar-button-area--visible"]),
|
|
180
180
|
children: /* @__PURE__ */ T("div", {
|
|
181
|
-
className:
|
|
181
|
+
className: f["SubdomainNavBar-button-area-inner"],
|
|
182
182
|
children: _.Children.toArray(i).map((e) => _.isValidElement(e) && (e.type === j || e.type === M) ? e : null).filter(Boolean)
|
|
183
183
|
})
|
|
184
184
|
})]
|
|
@@ -193,34 +193,34 @@ function O({ children: i, className: o, fixed: s = !0, fullWidth: u = !1, logoHr
|
|
|
193
193
|
tabIndex: -1
|
|
194
194
|
})] });
|
|
195
195
|
}
|
|
196
|
-
function k({ href: t, className: n, children: r, isExternal:
|
|
196
|
+
function k({ href: t, className: n, children: r, isExternal: i, ...a }) {
|
|
197
197
|
return /* @__PURE__ */ T("li", {
|
|
198
|
-
className: e(
|
|
199
|
-
...
|
|
198
|
+
className: e(f["SubdomainNavBar-primary-nav-list-item"], n),
|
|
199
|
+
...a,
|
|
200
200
|
children: /* @__PURE__ */ E("a", {
|
|
201
201
|
href: t,
|
|
202
|
-
className:
|
|
202
|
+
className: f["SubdomainNavBar-link"],
|
|
203
203
|
children: [/* @__PURE__ */ T("span", {
|
|
204
|
-
className:
|
|
204
|
+
className: f["SubdomainNavBar-link-text"],
|
|
205
205
|
children: r
|
|
206
|
-
}),
|
|
206
|
+
}), i && /* @__PURE__ */ T(s, {
|
|
207
207
|
size: 16,
|
|
208
208
|
"aria-label": "External link"
|
|
209
209
|
})]
|
|
210
210
|
})
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
|
-
var A = v(({ active: t, title: r, searchResults:
|
|
213
|
+
var A = v(({ active: t, title: r, searchResults: o, searchTerm: s, handlerFn: c, onSubmit: d, onChange: p }, _) => {
|
|
214
214
|
let v = S(null);
|
|
215
215
|
m({
|
|
216
216
|
containerRef: v,
|
|
217
217
|
restoreFocusOnCleanUp: !0,
|
|
218
218
|
disabled: !t
|
|
219
|
-
}),
|
|
219
|
+
}), i(v, c);
|
|
220
220
|
let [x, O] = C(-1), [k, A] = C(), [j, M] = C(!1), N = y((e) => {
|
|
221
221
|
c && c(e), O(-1);
|
|
222
222
|
}, [c]);
|
|
223
|
-
|
|
223
|
+
i(v, N), a(() => {
|
|
224
224
|
if (!k && t) return N(), !1;
|
|
225
225
|
A(!1), O(-1);
|
|
226
226
|
});
|
|
@@ -230,28 +230,28 @@ var A = v(({ active: t, title: r, searchResults: i, searchTerm: a, handlerFn: c,
|
|
|
230
230
|
"ArrowUp",
|
|
231
231
|
"Escape",
|
|
232
232
|
"Enter"
|
|
233
|
-
], n = x, r =
|
|
234
|
-
if (!t.includes(e.key) || e.key === "Enter" && x === -1 || !
|
|
235
|
-
e.preventDefault(), e.key === "ArrowDown" ? (
|
|
236
|
-
}, [
|
|
233
|
+
], n = x, r = o ? o.length : 0, i = v.current, a;
|
|
234
|
+
if (!t.includes(e.key) || e.key === "Enter" && x === -1 || !i) return !1;
|
|
235
|
+
e.preventDefault(), e.key === "ArrowDown" ? (a = n < r - 1 ? n + 1 : -1, O(a)) : e.key === "ArrowUp" && (a = n === -1 ? r - 1 : n - 1, O(a)), ["ArrowDown", "ArrowUp"].includes(e.key) && i.querySelector(`#subdomainnavbar-search-result-${a}`)?.scrollIntoView(), e.key === "Enter" && i.querySelector(`#subdomainnavbar-search-result-${x} a`).click();
|
|
236
|
+
}, [o, x]), F = y(() => {
|
|
237
237
|
M(!0), setTimeout(() => {
|
|
238
238
|
t && M(!1);
|
|
239
239
|
}, 200);
|
|
240
240
|
}, [t]);
|
|
241
241
|
return b(() => {
|
|
242
|
-
A(!!(
|
|
242
|
+
A(!!(o && o.length)), F();
|
|
243
243
|
}, [
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
o,
|
|
245
|
+
s,
|
|
246
246
|
F
|
|
247
247
|
]), /* @__PURE__ */ E(w, { children: [/* @__PURE__ */ T("div", {
|
|
248
|
-
className: e(
|
|
248
|
+
className: e(f["SubdomainNavBar-search-trigger"]),
|
|
249
249
|
children: /* @__PURE__ */ T("button", {
|
|
250
250
|
"aria-label": "Toggle search bar",
|
|
251
|
-
className:
|
|
251
|
+
className: f["SubdomainNavBar-search-button"],
|
|
252
252
|
onClick: c,
|
|
253
253
|
"data-testid": "toggle-search",
|
|
254
|
-
children: /* @__PURE__ */ T(
|
|
254
|
+
children: /* @__PURE__ */ T(l, { "aria-label": "Search icon" })
|
|
255
255
|
})
|
|
256
256
|
}), t && /* @__PURE__ */ E("div", {
|
|
257
257
|
ref: v,
|
|
@@ -259,12 +259,12 @@ var A = v(({ active: t, title: r, searchResults: i, searchTerm: a, handlerFn: c,
|
|
|
259
259
|
"aria-label": `Search ${r}`,
|
|
260
260
|
"aria-modal": "true",
|
|
261
261
|
tabIndex: -1,
|
|
262
|
-
className: e(
|
|
262
|
+
className: e(f["SubdomainNavBar-search-dialog"]),
|
|
263
263
|
children: [/* @__PURE__ */ E("div", {
|
|
264
|
-
className: e(
|
|
264
|
+
className: e(f["SubdomainNavBar-search-dialog-control-area"]),
|
|
265
265
|
children: [/* @__PURE__ */ T("form", {
|
|
266
|
-
className: e(
|
|
267
|
-
onSubmit:
|
|
266
|
+
className: e(f["SubdomainNavBar-search-form"]),
|
|
267
|
+
onSubmit: d,
|
|
268
268
|
role: "search",
|
|
269
269
|
children: /* @__PURE__ */ E(g, {
|
|
270
270
|
fullWidth: !0,
|
|
@@ -274,51 +274,51 @@ var A = v(({ active: t, title: r, searchResults: i, searchTerm: a, handlerFn: c,
|
|
|
274
274
|
children: "Search"
|
|
275
275
|
}), /* @__PURE__ */ T(h, {
|
|
276
276
|
ref: _,
|
|
277
|
-
className: e(
|
|
277
|
+
className: e(f["SubdomainNavBar-search-text-input"]),
|
|
278
278
|
name: "search",
|
|
279
279
|
role: "combobox",
|
|
280
280
|
"aria-expanded": k,
|
|
281
281
|
"aria-controls": "listbox-search-results",
|
|
282
282
|
placeholder: `Search ${r}`,
|
|
283
283
|
onChange: p,
|
|
284
|
-
defaultValue:
|
|
284
|
+
defaultValue: s,
|
|
285
285
|
invisible: !0,
|
|
286
|
-
leadingVisual: /* @__PURE__ */ T(
|
|
286
|
+
leadingVisual: /* @__PURE__ */ T(l, { size: 16 }),
|
|
287
287
|
"aria-activedescendant": x === -1 ? void 0 : `subdomainnavbar-search-result-${x}`,
|
|
288
288
|
onKeyDown: P
|
|
289
289
|
})]
|
|
290
290
|
})
|
|
291
291
|
}), /* @__PURE__ */ T("button", {
|
|
292
292
|
"aria-label": "Close",
|
|
293
|
-
className: e(
|
|
293
|
+
className: e(f["SubdomainNavBar-menu-button"], f["SubdomainNavBar-menu-button--close"]),
|
|
294
294
|
onClick: N,
|
|
295
|
-
children: /* @__PURE__ */ T(
|
|
295
|
+
children: /* @__PURE__ */ T(u, { size: 24 })
|
|
296
296
|
})]
|
|
297
297
|
}), /* @__PURE__ */ E("div", {
|
|
298
298
|
id: "listbox-search-results",
|
|
299
299
|
children: [k && /* @__PURE__ */ E("div", {
|
|
300
|
-
className: e(
|
|
300
|
+
className: e(f["SubdomainNavBar-search-results-container"]),
|
|
301
301
|
children: [/* @__PURE__ */ E(n, {
|
|
302
302
|
id: "subdomainnavbar-search-results-heading",
|
|
303
|
-
className:
|
|
303
|
+
className: f["SubdomainNavBar-search-results-heading"],
|
|
304
304
|
children: [
|
|
305
305
|
"Results for “",
|
|
306
|
-
|
|
306
|
+
s,
|
|
307
307
|
"”"
|
|
308
308
|
]
|
|
309
309
|
}), /* @__PURE__ */ T("ul", {
|
|
310
310
|
role: "listbox",
|
|
311
311
|
tabIndex: 0,
|
|
312
312
|
"aria-labelledby": "subdomainnavbar-search-results-heading",
|
|
313
|
-
className: e(
|
|
314
|
-
children:
|
|
313
|
+
className: e(f["SubdomainNavBar-search-results"]),
|
|
314
|
+
children: o?.map((e, t) => /* @__PURE__ */ E("li", {
|
|
315
315
|
id: `subdomainnavbar-search-result-${t}`,
|
|
316
|
-
className:
|
|
316
|
+
className: f["SubdomainNavBar-search-result-item"],
|
|
317
317
|
role: "option",
|
|
318
318
|
"aria-selected": t === x,
|
|
319
319
|
children: [
|
|
320
320
|
/* @__PURE__ */ T("div", {
|
|
321
|
-
className:
|
|
321
|
+
className: f["SubdomainNavBar-search-result-item-container"],
|
|
322
322
|
children: /* @__PURE__ */ T("a", {
|
|
323
323
|
href: e.url,
|
|
324
324
|
children: e.title
|
|
@@ -328,16 +328,16 @@ var A = v(({ active: t, title: r, searchResults: i, searchTerm: a, handlerFn: c,
|
|
|
328
328
|
as: "p",
|
|
329
329
|
size: "200",
|
|
330
330
|
id: `subdomainnavbar-search-result-item-desc${t}`,
|
|
331
|
-
className:
|
|
331
|
+
className: f["SubdomainNavBar-search-result-item-desc"],
|
|
332
332
|
children: e.description
|
|
333
333
|
}),
|
|
334
334
|
/* @__PURE__ */ E("div", { children: [/* @__PURE__ */ T(n, {
|
|
335
335
|
size: "100",
|
|
336
|
-
className:
|
|
336
|
+
className: f["SubdomainNavBar-search-result-item-desc"],
|
|
337
337
|
children: e.date
|
|
338
338
|
}), e.category && /* @__PURE__ */ E(w, { children: [/* @__PURE__ */ E(n, {
|
|
339
339
|
size: "100",
|
|
340
|
-
className:
|
|
340
|
+
className: f["SubdomainNavBar-search-result-item-desc"],
|
|
341
341
|
children: [
|
|
342
342
|
" ",
|
|
343
343
|
"•",
|
|
@@ -345,7 +345,7 @@ var A = v(({ active: t, title: r, searchResults: i, searchTerm: a, handlerFn: c,
|
|
|
345
345
|
]
|
|
346
346
|
}), /* @__PURE__ */ T(n, {
|
|
347
347
|
size: "100",
|
|
348
|
-
className:
|
|
348
|
+
className: f["SubdomainNavBar-search-result-item-desc"],
|
|
349
349
|
children: e.category
|
|
350
350
|
})] })] })
|
|
351
351
|
]
|
|
@@ -356,29 +356,29 @@ var A = v(({ active: t, title: r, searchResults: i, searchTerm: a, handlerFn: c,
|
|
|
356
356
|
"aria-atomic": "true",
|
|
357
357
|
"data-testid": D.liveRegion,
|
|
358
358
|
className: "visually-hidden",
|
|
359
|
-
children: [`${
|
|
359
|
+
children: [`${o?.length} suggestions.`, j && /* @__PURE__ */ T("span", { children: "\xA0" })]
|
|
360
360
|
})]
|
|
361
361
|
})]
|
|
362
362
|
})] });
|
|
363
363
|
});
|
|
364
|
-
function j({ children: t, href: n, ...
|
|
365
|
-
return /* @__PURE__ */ T(
|
|
364
|
+
function j({ children: t, href: n, ...i }) {
|
|
365
|
+
return /* @__PURE__ */ T(r, {
|
|
366
366
|
as: "a",
|
|
367
367
|
href: n,
|
|
368
|
-
className: e(
|
|
368
|
+
className: e(f["SubdomainNavBar-cta-button"]),
|
|
369
369
|
variant: "primary",
|
|
370
370
|
size: "small",
|
|
371
|
-
...
|
|
371
|
+
...i,
|
|
372
372
|
children: t
|
|
373
373
|
});
|
|
374
374
|
}
|
|
375
|
-
function M({ children: t, href: n, ...
|
|
376
|
-
return /* @__PURE__ */ T(
|
|
375
|
+
function M({ children: t, href: n, ...i }) {
|
|
376
|
+
return /* @__PURE__ */ T(r, {
|
|
377
377
|
as: "a",
|
|
378
378
|
href: n,
|
|
379
|
-
className: e(
|
|
379
|
+
className: e(f["SubdomainNavBar-cta-button"], f["SubdomainNavBar-cta-button--secondary"]),
|
|
380
380
|
size: "small",
|
|
381
|
-
...
|
|
381
|
+
...i,
|
|
382
382
|
children: t
|
|
383
383
|
});
|
|
384
384
|
}
|