@primer/react-brand 0.69.1-rc.0a4e5ff5 → 0.70.0-rc.11ae3568
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/README.md +19 -0
- package/docs/components/ActionMenu/index.md +156 -0
- package/docs/components/AnchorNav/index.md +220 -0
- package/docs/components/Avatar/index.md +30 -0
- package/docs/components/Avatar/react.md +71 -0
- package/docs/components/Bento/index.md +223 -0
- package/docs/components/Breadcrumbs/index.md +51 -0
- package/docs/components/Breadcrumbs/react.md +53 -0
- package/docs/components/BreakoutBanner/index.md +102 -0
- package/docs/components/BreakoutBanner/react.md +174 -0
- package/docs/components/Button/index.md +133 -0
- package/docs/components/Button/react.md +94 -0
- package/docs/components/ButtonGroup/index.md +62 -0
- package/docs/components/ButtonGroup/react.md +60 -0
- package/docs/components/CTABanner/index.md +114 -0
- package/docs/components/CTABanner/react.md +343 -0
- package/docs/components/CTAForm/index.md +95 -0
- package/docs/components/CTAForm/react.md +103 -0
- package/docs/components/Card/index.md +126 -0
- package/docs/components/Card/react.md +240 -0
- package/docs/components/ComparisonTable/index.md +381 -0
- package/docs/components/EyebrowBanner/index.md +153 -0
- package/docs/components/FAQ/index.md +66 -0
- package/docs/components/FAQ/react.md +477 -0
- package/docs/components/Footnotes/index.md +41 -0
- package/docs/components/Footnotes/react.md +156 -0
- package/docs/components/Hero/index.md +65 -0
- package/docs/components/Hero/react.md +215 -0
- package/docs/components/IDE/index.md +278 -0
- package/docs/components/Icon/index.md +87 -0
- package/docs/components/Image/index.md +51 -0
- package/docs/components/Image/react.md +160 -0
- package/docs/components/Label/index.md +86 -0
- package/docs/components/Label/react.md +76 -0
- package/docs/components/LogoSuite/index.md +93 -0
- package/docs/components/LogoSuite/react.md +667 -0
- package/docs/components/MediaPlaylist/index.md +133 -0
- package/docs/components/MinimalFooter/index.md +94 -0
- package/docs/components/NavList/index.md +210 -0
- package/docs/components/OrderedList/index.md +55 -0
- package/docs/components/OrderedList/react.md +41 -0
- package/docs/components/Pagination/index.md +80 -0
- package/docs/components/Pillar/index.md +114 -0
- package/docs/components/Pillar/react.md +175 -0
- package/docs/components/PricingOptions/index.md +509 -0
- package/docs/components/Prose/index.md +158 -0
- package/docs/components/River/index.md +190 -0
- package/docs/components/River/react.md +295 -0
- package/docs/components/RiverAccordion/index.md +200 -0
- package/docs/components/RiverBreakoutTabs/index.md +171 -0
- package/docs/components/Section/index.md +40 -0
- package/docs/components/Section/react.md +137 -0
- package/docs/components/SectionIntro/index.md +77 -0
- package/docs/components/SectionIntro/react.md +107 -0
- package/docs/components/SectionIntroStacked/index.md +226 -0
- package/docs/components/Statistic/index.md +111 -0
- package/docs/components/SubNav/index.md +156 -0
- package/docs/components/SubdomainNavBar/index.md +136 -0
- package/docs/components/Tabs/index.md +243 -0
- package/docs/components/Testimonial/index.md +138 -0
- package/docs/components/Testimonial/react.md +191 -0
- package/docs/components/Tiles/index.md +1441 -0
- package/docs/components/Timeline/index.md +68 -0
- package/docs/components/Token/index.md +86 -0
- package/docs/components/Tooltip/index.md +61 -0
- package/docs/components/UnorderedList/index.md +67 -0
- package/docs/components/UnorderedList/react.md +89 -0
- package/docs/components/VideoPlayer/index.md +234 -0
- package/docs/components/index.md +53 -0
- package/docs/forms/Checkbox/index.md +86 -0
- package/docs/forms/Checkbox/react.md +111 -0
- package/docs/forms/CheckboxGroup/index.md +37 -0
- package/docs/forms/CheckboxGroup/react.md +175 -0
- package/docs/forms/FormControl/index.md +404 -0
- package/docs/forms/Radio/index.md +63 -0
- package/docs/forms/Radio/react.md +68 -0
- package/docs/forms/RadioGroup/index.md +45 -0
- package/docs/forms/RadioGroup/react.md +151 -0
- package/docs/forms/Select/index.md +244 -0
- package/docs/forms/TextArea/index.md +126 -0
- package/docs/forms/TextInput/index.md +221 -0
- package/docs/forms/index.md +14 -0
- package/docs/getting-started/esm.md +49 -0
- package/docs/getting-started/index.md +98 -0
- package/docs/index.md +99 -0
- package/docs/introduction/animation.md +127 -0
- package/docs/introduction/index.md +10 -0
- package/docs/introduction/mcp.md +52 -0
- package/docs/introduction/theming.md +132 -0
- package/docs/layout/Box/index.md +46 -0
- package/docs/layout/Box/react.md +284 -0
- package/docs/layout/Grid/index.md +132 -0
- package/docs/layout/Grid/react.md +117 -0
- package/docs/layout/Stack/index.md +60 -0
- package/docs/layout/Stack/react.md +166 -0
- package/docs/layout/index.md +9 -0
- package/docs/primitives/color.md +6 -0
- package/docs/primitives/index.md +8 -0
- package/docs/typography/Heading/index.md +53 -0
- package/docs/typography/Heading/react.md +182 -0
- package/docs/typography/Text/index.md +68 -0
- package/docs/typography/Text/react.md +125 -0
- package/docs/typography/index.md +8 -0
- package/esm/Footnotes/{Footnotes.module-Du0yaz7E.css → Footnotes.module-DG9Vx76y.css} +1 -1
- package/esm/Footnotes/Footnotes.module.js +1 -1
- package/esm/Footnotes/Footnotes.module.js.map +1 -1
- package/esm/Heading/Heading.d.ts +10 -0
- package/esm/Heading/Heading.d.ts.map +1 -1
- package/esm/Heading/Heading.js.map +1 -1
- package/esm/Hero/Hero.d.ts.map +1 -1
- package/esm/Hero/Hero.js +60 -58
- package/esm/Hero/Hero.js.map +1 -1
- package/esm/Hero/{Hero.module-Cy82CEW3.css → Hero.module-DqG5f0MT.css} +1 -1
- package/esm/Hero/Hero.module.js +1 -1
- package/esm/Hero/Hero.module.js.map +1 -1
- package/esm/NavList/NavList.d.ts +86 -0
- package/esm/NavList/NavList.d.ts.map +1 -0
- package/esm/NavList/NavList.js +277 -0
- package/esm/NavList/NavList.js.map +1 -0
- package/esm/NavList/NavList.module-CZFnt8br.css +1 -0
- package/esm/NavList/NavList.module.js +32 -0
- package/esm/NavList/NavList.module.js.map +1 -0
- package/esm/NavList/index.d.ts +2 -0
- package/esm/NavList/index.d.ts.map +1 -0
- package/esm/SectionIntroStacked/{SectionIntroStacked.module-Cr7kUqTH.css → SectionIntroStacked.module-C3cmwHDY.css} +1 -1
- package/esm/SectionIntroStacked/SectionIntroStacked.module.js +1 -1
- package/esm/SectionIntroStacked/SectionIntroStacked.module.js.map +1 -1
- package/esm/Token/Token.js +0 -1
- package/esm/Token/Token.js.map +1 -1
- package/esm/Token/{Token.module-BcKU1KwK.css → Token.module-DtWE9IPI.css} +1 -1
- package/esm/Token/Token.module.js +1 -1
- package/esm/Token/Token.module.js.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.esm.js +12 -11
- package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/nav-list/colors-with-modes-CGyt2t8f.css +1 -0
- package/lib/Grid/Grid.d.ts +1 -1
- package/lib/Heading/Heading.d.ts +10 -0
- package/lib/NavList/NavList.d.ts +85 -0
- package/lib/NavList/index.d.ts +1 -0
- package/lib/SubNav/SubNav.d.ts +1 -1
- package/lib/Token/Token.d.ts +1 -1
- package/lib/css/main.css +613 -74
- 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/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 +13 -0
- 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/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 +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/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 +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/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 +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/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 +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/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/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/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 +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/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 +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/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 +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/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.d.ts +1 -0
- package/lib/index.js +1 -1
- package/llms.txt +97 -0
- package/package.json +17 -5
- package/esm/Hero/Hero.figma.d.ts +0 -2
- package/esm/Hero/Hero.figma.d.ts.map +0 -1
- package/esm/IDE/fixtures/content.d.ts +0 -7
- package/esm/IDE/fixtures/content.d.ts.map +0 -1
- package/esm/LogoSuite/LogoSuite.figma.d.ts +0 -2
- package/esm/LogoSuite/LogoSuite.figma.d.ts.map +0 -1
- package/esm/LogoSuite/LogoSuite.fixtures.d.ts +0 -2
- package/esm/LogoSuite/LogoSuite.fixtures.d.ts.map +0 -1
- package/esm/MonaSans/MonaSans.d.ts +0 -11
- package/esm/MonaSans/MonaSans.d.ts.map +0 -1
- package/esm/MonaSans/index.d.ts +0 -2
- package/esm/MonaSans/index.d.ts.map +0 -1
- package/esm/PricingOptions/PricingOptions.figma.d.ts +0 -2
- package/esm/PricingOptions/PricingOptions.figma.d.ts.map +0 -1
- package/esm/Tiles/Tiles.fixtures.d.ts +0 -7
- package/esm/Tiles/Tiles.fixtures.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/AzureLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/AzureLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/JetBrainsLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/JetBrainsLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/MicrosoftCopilotLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/MicrosoftCopilotLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/MicrosoftLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/MicrosoftLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/NeoVimLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/NeoVimLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/VisualStudioCodeLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/VisualStudioCodeLogo.d.ts.map +0 -1
- package/esm/fixtures/third-party-logos/VisualStudioLogo.d.ts +0 -5
- package/esm/fixtures/third-party-logos/VisualStudioLogo.d.ts.map +0 -1
- package/esm/list/ListItem/index.d.ts +0 -2
- package/esm/list/ListItem/index.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts +0 -13
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts +0 -14
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts +0 -8
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/index.d.ts +0 -2
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/index.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +0 -49
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/index.d.ts +0 -2
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/index.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts +0 -17
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/index.d.ts +0 -2
- package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/index.d.ts.map +0 -1
- package/esm/recipes/FeaturePreviewLPs/helpers.d.ts +0 -30
- package/esm/recipes/FeaturePreviewLPs/helpers.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/FlexSection.d.ts +0 -8
- package/esm/recipes/FlexTemplate/FlexSection/FlexSection.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiver.d.ts +0 -2
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiver.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverAccordion.d.ts +0 -8
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverAccordion.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverBreakout.d.ts +0 -2
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulRiverBreakout.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulTestimonials.d.ts +0 -8
- package/esm/recipes/FlexTemplate/FlexSection/components/ContentfulTestimonials.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/FlexSectionTestimonials.d.ts +0 -8
- package/esm/recipes/FlexTemplate/FlexSection/components/FlexSectionTestimonials.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/components/index.d.ts +0 -6
- package/esm/recipes/FlexTemplate/FlexSection/components/index.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexSection/index.d.ts +0 -2
- package/esm/recipes/FlexTemplate/FlexSection/index.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexTemplate.d.ts +0 -7
- package/esm/recipes/FlexTemplate/FlexTemplate.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexTemplate.types.d.ts +0 -318
- package/esm/recipes/FlexTemplate/FlexTemplate.types.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/FlexTemplateTrailingSection.d.ts +0 -6
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/FlexTemplateTrailingSection.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/index.d.ts +0 -3
- package/esm/recipes/FlexTemplate/FlexTemplateTrailingSection/index.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/fixtures/content.d.ts +0 -2
- package/esm/recipes/FlexTemplate/fixtures/content.d.ts.map +0 -1
- package/esm/recipes/FlexTemplate/index.d.ts +0 -4
- package/esm/recipes/FlexTemplate/index.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.content.d.ts +0 -68
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.content.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.d.ts +0 -7
- package/esm/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Category/index.d.ts +0 -2
- package/esm/recipes/Flexsuite/Category/index.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.content.d.ts +0 -49
- package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.content.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.d.ts +0 -7
- package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Details/index.d.ts +0 -4
- package/esm/recipes/Flexsuite/Details/index.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.content.d.ts +0 -101
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.content.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.d.ts +0 -7
- package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Overview/FlexSuiteOverview.content.d.ts +0 -5
- package/esm/recipes/Flexsuite/Overview/FlexSuiteOverview.content.d.ts.map +0 -1
- package/esm/recipes/Flexsuite/Overview/index.d.ts +0 -4
- package/esm/recipes/Flexsuite/Overview/index.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts +0 -16
- package/esm/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts +0 -33
- package/esm/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/SolutionPage/index.d.ts +0 -2
- package/esm/recipes/SolutionTemplates/SolutionPage/index.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts +0 -17
- package/esm/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/helpers.d.ts +0 -127
- package/esm/recipes/SolutionTemplates/helpers.d.ts.map +0 -1
- package/esm/recipes/SolutionTemplates/index.d.ts +0 -1
- package/esm/recipes/SolutionTemplates/index.d.ts.map +0 -1
- package/esm/recipes/seo/Article/Article.d.ts +0 -14
- package/esm/recipes/seo/Article/Article.d.ts.map +0 -1
- package/esm/recipes/seo/Article/ArticleToC.d.ts +0 -4
- package/esm/recipes/seo/Article/ArticleToC.d.ts.map +0 -1
- package/esm/recipes/seo/Article/article-shared.d.ts +0 -5
- package/esm/recipes/seo/Article/article-shared.d.ts.map +0 -1
- package/esm/recipes/seo/Article/index.d.ts +0 -2
- package/esm/recipes/seo/Article/index.d.ts.map +0 -1
- package/esm/recipes/seo/Category/CategoryPage.d.ts +0 -9
- package/esm/recipes/seo/Category/CategoryPage.d.ts.map +0 -1
- package/esm/recipes/seo/Category/index.d.ts +0 -2
- package/esm/recipes/seo/Category/index.d.ts.map +0 -1
- package/esm/recipes/seo/helpers.d.ts +0 -16
- package/esm/recipes/seo/helpers.d.ts.map +0 -1
- package/esm/recipes/seo/index.d.ts +0 -1
- package/esm/recipes/seo/index.d.ts.map +0 -1
- package/esm/river/River.figma.d.ts +0 -2
- package/esm/river/River.figma.d.ts.map +0 -1
- package/lib/Hero/Hero.figma.d.ts +0 -1
- package/lib/IDE/fixtures/content.d.ts +0 -6
- package/lib/LogoSuite/LogoSuite.figma.d.ts +0 -1
- package/lib/LogoSuite/LogoSuite.fixtures.d.ts +0 -1
- package/lib/MonaSans/MonaSans.d.ts +0 -10
- package/lib/MonaSans/index.d.ts +0 -1
- package/lib/PricingOptions/PricingOptions.figma.d.ts +0 -1
- package/lib/Tiles/Tiles.fixtures.d.ts +0 -6
- package/lib/fixtures/third-party-logos/AzureLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/JetBrainsLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/MicrosoftCopilotLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/MicrosoftLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/NeoVimLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/VisualStudioCodeLogo.d.ts +0 -4
- package/lib/fixtures/third-party-logos/VisualStudioLogo.d.ts +0 -4
- package/lib/index.esm.d.ts +0 -7
- package/lib/list/ListItem/index.d.ts +0 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts +0 -12
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts +0 -13
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts +0 -7
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/index.d.ts +0 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +0 -48
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/index.d.ts +0 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts +0 -16
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/index.d.ts +0 -1
- package/lib/recipes/FeaturePreviewLPs/helpers.d.ts +0 -29
- package/lib/recipes/FlexTemplate/FlexSection/FlexSection.d.ts +0 -7
- package/lib/recipes/FlexTemplate/FlexSection/components/ContentfulRiver.d.ts +0 -1
- package/lib/recipes/FlexTemplate/FlexSection/components/ContentfulRiverAccordion.d.ts +0 -7
- package/lib/recipes/FlexTemplate/FlexSection/components/ContentfulRiverBreakout.d.ts +0 -1
- package/lib/recipes/FlexTemplate/FlexSection/components/ContentfulTestimonials.d.ts +0 -7
- package/lib/recipes/FlexTemplate/FlexSection/components/FlexSectionTestimonials.d.ts +0 -7
- package/lib/recipes/FlexTemplate/FlexSection/components/index.d.ts +0 -5
- package/lib/recipes/FlexTemplate/FlexSection/index.d.ts +0 -1
- package/lib/recipes/FlexTemplate/FlexTemplate.d.ts +0 -6
- package/lib/recipes/FlexTemplate/FlexTemplate.types.d.ts +0 -317
- package/lib/recipes/FlexTemplate/FlexTemplateTrailingSection/FlexTemplateTrailingSection.d.ts +0 -5
- package/lib/recipes/FlexTemplate/FlexTemplateTrailingSection/index.d.ts +0 -2
- package/lib/recipes/FlexTemplate/fixtures/content.d.ts +0 -1
- package/lib/recipes/FlexTemplate/index.d.ts +0 -3
- package/lib/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.content.d.ts +0 -67
- package/lib/recipes/Flexsuite/Category/FlexSuiteSecurityCategory/FlexSuiteSecurityCategory.d.ts +0 -6
- package/lib/recipes/Flexsuite/Category/index.d.ts +0 -1
- package/lib/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.content.d.ts +0 -48
- package/lib/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.d.ts +0 -6
- package/lib/recipes/Flexsuite/Details/index.d.ts +0 -3
- package/lib/recipes/Flexsuite/Overview/FlexSuiteAIOverview.content.d.ts +0 -100
- package/lib/recipes/Flexsuite/Overview/FlexSuiteAIOverview.d.ts +0 -6
- package/lib/recipes/Flexsuite/Overview/FlexSuiteOverview.content.d.ts +0 -4
- package/lib/recipes/Flexsuite/Overview/index.d.ts +0 -3
- package/lib/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts +0 -15
- package/lib/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts +0 -32
- package/lib/recipes/SolutionTemplates/SolutionPage/index.d.ts +0 -1
- package/lib/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts +0 -16
- package/lib/recipes/SolutionTemplates/helpers.d.ts +0 -126
- package/lib/recipes/SolutionTemplates/index.d.ts +0 -0
- package/lib/recipes/seo/Article/Article.d.ts +0 -13
- package/lib/recipes/seo/Article/ArticleToC.d.ts +0 -3
- package/lib/recipes/seo/Article/article-shared.d.ts +0 -4
- package/lib/recipes/seo/Article/index.d.ts +0 -1
- package/lib/recipes/seo/Category/CategoryPage.d.ts +0 -8
- package/lib/recipes/seo/Category/index.d.ts +0 -1
- package/lib/recipes/seo/helpers.d.ts +0 -15
- package/lib/recipes/seo/index.d.ts +0 -0
- package/lib/river/River.figma.d.ts +0 -1
|
@@ -0,0 +1,477 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: FAQ
|
|
3
|
+
description: Use the FAQ component to display content in a Q&A format.
|
|
4
|
+
keywords: ['content', 'questions', 'answers']
|
|
5
|
+
ready: true
|
|
6
|
+
figma: https://www.figma.com/file/BJ95AjraesmRCWsKA013GS/Primer-Brand?node-id=375%3A8130
|
|
7
|
+
source: https://github.com/primer/brand/blob/main/packages/react/src/FAQ/FAQ.tsx
|
|
8
|
+
storybook: '/brand/storybook/?path=/story/components-faq--default'
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
```js
|
|
12
|
+
import {FAQ, FAQGroup} from '@primer/react-brand'
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Examples
|
|
16
|
+
|
|
17
|
+
### Default
|
|
18
|
+
|
|
19
|
+
```jsx
|
|
20
|
+
<>
|
|
21
|
+
<FAQ>
|
|
22
|
+
<FAQ.Heading>Frequently asked questions</FAQ.Heading>
|
|
23
|
+
<FAQ.Item>
|
|
24
|
+
<FAQ.Question>What's included in the GitHub for Startups offer?</FAQ.Question>
|
|
25
|
+
<FAQ.Answer>
|
|
26
|
+
<p>
|
|
27
|
+
All GitHub for Startups companies receive up to 20 seats of GitHub Enterprise for free for year one and 50%
|
|
28
|
+
off year two. Learn more about the features and capabilities of GitHub Enterprise{' '}
|
|
29
|
+
<a href="https://www.github.com" target="_blank" rel="noreferrer">
|
|
30
|
+
here
|
|
31
|
+
</a>
|
|
32
|
+
.
|
|
33
|
+
</p>
|
|
34
|
+
</FAQ.Answer>
|
|
35
|
+
</FAQ.Item>
|
|
36
|
+
<FAQ.Item>
|
|
37
|
+
<FAQ.Question>Who is eligible to apply?</FAQ.Question>
|
|
38
|
+
<FAQ.Answer>
|
|
39
|
+
<p>Startups who meet the following criteria are eligible to apply for the program:</p>
|
|
40
|
+
<ol>
|
|
41
|
+
<li>
|
|
42
|
+
<Text size="300" variant="muted">
|
|
43
|
+
Must be associated with a current GitHub for Startups partner.
|
|
44
|
+
</Text>
|
|
45
|
+
</li>
|
|
46
|
+
<li>
|
|
47
|
+
<Text size="300" variant="muted">
|
|
48
|
+
Self-funded or funded (Seed-Series A)
|
|
49
|
+
</Text>
|
|
50
|
+
</li>
|
|
51
|
+
<li>
|
|
52
|
+
<Text size="300" variant="muted">
|
|
53
|
+
Not a current GitHub Enterprise customer
|
|
54
|
+
</Text>
|
|
55
|
+
</li>
|
|
56
|
+
<li>
|
|
57
|
+
<Text size="300" variant="muted">
|
|
58
|
+
Must not have previously received credits for GitHub Enterprise
|
|
59
|
+
</Text>
|
|
60
|
+
</li>
|
|
61
|
+
</ol>
|
|
62
|
+
</FAQ.Answer>
|
|
63
|
+
</FAQ.Item>
|
|
64
|
+
<FAQ.Item>
|
|
65
|
+
<FAQ.Question>What if my startup is not eligible? Are there other resources for me?</FAQ.Question>
|
|
66
|
+
<FAQ.Answer>
|
|
67
|
+
<p>
|
|
68
|
+
If you’re not currently eligible for the GitHub for Startups but would like to try GitHub Enterprise, please
|
|
69
|
+
feel to sign up for a trial
|
|
70
|
+
<a href="https://www.github.com" target="_blank" rel="noreferrer">
|
|
71
|
+
here
|
|
72
|
+
</a>
|
|
73
|
+
{''}.
|
|
74
|
+
</p>
|
|
75
|
+
</FAQ.Answer>
|
|
76
|
+
</FAQ.Item>
|
|
77
|
+
<FAQ.Item>
|
|
78
|
+
<FAQ.Question>How can my organization become a GitHub for Startups partner?</FAQ.Question>
|
|
79
|
+
<FAQ.Answer>
|
|
80
|
+
<p>
|
|
81
|
+
Any investor, accelerator, or startup support organization is eligible to apply for the GitHub for Startups
|
|
82
|
+
program.
|
|
83
|
+
</p>
|
|
84
|
+
<p>
|
|
85
|
+
<a href="https://www.github.com" target="_blank" rel="noreferrer">
|
|
86
|
+
Apply here
|
|
87
|
+
</a>
|
|
88
|
+
.
|
|
89
|
+
</p>
|
|
90
|
+
</FAQ.Answer>
|
|
91
|
+
</FAQ.Item>
|
|
92
|
+
</FAQ>
|
|
93
|
+
</>
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### Grouped FAQs
|
|
97
|
+
|
|
98
|
+
Use `FAQGroup` to display multiple `FAQ` components together.
|
|
99
|
+
|
|
100
|
+
Use `tabAttributes` to add arbitrary attributes to the tabs. This can be useful for tracking analytics or adding custom attributes.
|
|
101
|
+
|
|
102
|
+
```jsx
|
|
103
|
+
<div style={{width: '100%'}}>
|
|
104
|
+
<FAQGroup
|
|
105
|
+
tabAttributes={(children, i) => ({
|
|
106
|
+
'data-analytics': `faq-tab-${i}`,
|
|
107
|
+
})}
|
|
108
|
+
>
|
|
109
|
+
<FAQGroup.Heading>
|
|
110
|
+
Frequently asked <br /> questions
|
|
111
|
+
</FAQGroup.Heading>
|
|
112
|
+
<FAQ>
|
|
113
|
+
<FAQ.Heading>Using GitHub Enterprise</FAQ.Heading>
|
|
114
|
+
<FAQ.Item>
|
|
115
|
+
<FAQ.Question>What is GitHub Enterprise?</FAQ.Question>
|
|
116
|
+
<FAQ.Answer>
|
|
117
|
+
<p>
|
|
118
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sapien sit ullamcorper id. Aliquam luctus sed
|
|
119
|
+
turpis felis nam pulvinar risus elementum.
|
|
120
|
+
</p>
|
|
121
|
+
</FAQ.Answer>
|
|
122
|
+
</FAQ.Item>
|
|
123
|
+
<FAQ.Item>
|
|
124
|
+
<FAQ.Question>How can GitHub Enterprise be deployed?</FAQ.Question>
|
|
125
|
+
<FAQ.Answer>
|
|
126
|
+
<p>
|
|
127
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sapien sit ullamcorper id. Aliquam luctus sed
|
|
128
|
+
turpis felis nam pulvinar risus elementum.
|
|
129
|
+
</p>
|
|
130
|
+
</FAQ.Answer>
|
|
131
|
+
</FAQ.Item>
|
|
132
|
+
<FAQ.Item>
|
|
133
|
+
<FAQ.Question>What is GitHub Enterprise Cloud?</FAQ.Question>
|
|
134
|
+
<FAQ.Answer>
|
|
135
|
+
<p>
|
|
136
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sapien sit ullamcorper id. Aliquam luctus sed
|
|
137
|
+
turpis felis nam pulvinar risus elementum.
|
|
138
|
+
</p>
|
|
139
|
+
</FAQ.Answer>
|
|
140
|
+
</FAQ.Item>
|
|
141
|
+
</FAQ>
|
|
142
|
+
|
|
143
|
+
<FAQ>
|
|
144
|
+
<FAQ.Heading>About GitHub Enterprise</FAQ.Heading>
|
|
145
|
+
<FAQ.Item>
|
|
146
|
+
<FAQ.Question>What is the difference between GitHub and GitHub Enterprise?</FAQ.Question>
|
|
147
|
+
<FAQ.Answer>
|
|
148
|
+
<p>
|
|
149
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sapien sit ullamcorper id. Aliquam luctus sed
|
|
150
|
+
turpis felis nam pulvinar risus elementum.
|
|
151
|
+
</p>
|
|
152
|
+
</FAQ.Answer>
|
|
153
|
+
</FAQ.Item>
|
|
154
|
+
<FAQ.Item>
|
|
155
|
+
<FAQ.Question>Why should organizations use GitHub Enterprise?</FAQ.Question>
|
|
156
|
+
<FAQ.Answer>
|
|
157
|
+
<p>
|
|
158
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sapien sit ullamcorper id. Aliquam luctus sed
|
|
159
|
+
turpis felis nam pulvinar risus elementum.
|
|
160
|
+
</p>
|
|
161
|
+
</FAQ.Answer>
|
|
162
|
+
</FAQ.Item>
|
|
163
|
+
<FAQ.Item>
|
|
164
|
+
<FAQ.Question>Who uses GitHub Enterprise?</FAQ.Question>
|
|
165
|
+
<FAQ.Answer>
|
|
166
|
+
<p>
|
|
167
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sapien sit ullamcorper id. Aliquam luctus sed
|
|
168
|
+
turpis felis nam pulvinar risus elementum.
|
|
169
|
+
</p>
|
|
170
|
+
</FAQ.Answer>
|
|
171
|
+
</FAQ.Item>
|
|
172
|
+
</FAQ>
|
|
173
|
+
</FAQGroup>
|
|
174
|
+
</div>
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
### GridLine variant
|
|
178
|
+
|
|
179
|
+
Use `variant="gridline"` on both `FAQ` and `FAQGroup` to apply an alternative visual style.
|
|
180
|
+
|
|
181
|
+
```jsx
|
|
182
|
+
<div style={{width: '100%'}}>
|
|
183
|
+
<FAQGroup variant="gridline">
|
|
184
|
+
<FAQGroup.Heading>
|
|
185
|
+
Frequently asked <br /> questions
|
|
186
|
+
</FAQGroup.Heading>
|
|
187
|
+
<FAQ variant="gridline">
|
|
188
|
+
<FAQ.Heading>Using GitHub Enterprise</FAQ.Heading>
|
|
189
|
+
<FAQ.Item>
|
|
190
|
+
<FAQ.Question>What is GitHub Enterprise?</FAQ.Question>
|
|
191
|
+
<FAQ.Answer>
|
|
192
|
+
<p>
|
|
193
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sapien sit ullamcorper id. Aliquam luctus sed
|
|
194
|
+
turpis felis nam pulvinar risus elementum.
|
|
195
|
+
</p>
|
|
196
|
+
</FAQ.Answer>
|
|
197
|
+
</FAQ.Item>
|
|
198
|
+
<FAQ.Item>
|
|
199
|
+
<FAQ.Question>How can GitHub Enterprise be deployed?</FAQ.Question>
|
|
200
|
+
<FAQ.Answer>
|
|
201
|
+
<p>
|
|
202
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sapien sit ullamcorper id. Aliquam luctus sed
|
|
203
|
+
turpis felis nam pulvinar risus elementum.
|
|
204
|
+
</p>
|
|
205
|
+
</FAQ.Answer>
|
|
206
|
+
</FAQ.Item>
|
|
207
|
+
</FAQ>
|
|
208
|
+
<FAQ variant="gridline">
|
|
209
|
+
<FAQ.Heading>About GitHub Enterprise</FAQ.Heading>
|
|
210
|
+
<FAQ.Item>
|
|
211
|
+
<FAQ.Question>What is the difference between GitHub and GitHub Enterprise?</FAQ.Question>
|
|
212
|
+
<FAQ.Answer>
|
|
213
|
+
<p>
|
|
214
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sapien sit ullamcorper id. Aliquam luctus sed
|
|
215
|
+
turpis felis nam pulvinar risus elementum.
|
|
216
|
+
</p>
|
|
217
|
+
</FAQ.Answer>
|
|
218
|
+
</FAQ.Item>
|
|
219
|
+
<FAQ.Item>
|
|
220
|
+
<FAQ.Question>Why should organizations use GitHub Enterprise?</FAQ.Question>
|
|
221
|
+
<FAQ.Answer>
|
|
222
|
+
<p>
|
|
223
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sapien sit ullamcorper id. Aliquam luctus sed
|
|
224
|
+
turpis felis nam pulvinar risus elementum.
|
|
225
|
+
</p>
|
|
226
|
+
</FAQ.Answer>
|
|
227
|
+
</FAQ.Item>
|
|
228
|
+
</FAQ>
|
|
229
|
+
</FAQGroup>
|
|
230
|
+
</div>
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
### Rendering with dynamic data
|
|
234
|
+
|
|
235
|
+
```jsx filename="noinline"
|
|
236
|
+
const App = () => {
|
|
237
|
+
const fixtureData = [
|
|
238
|
+
{
|
|
239
|
+
question: 'How do I render a single paragraph?',
|
|
240
|
+
answer: (
|
|
241
|
+
<p>
|
|
242
|
+
Vestibulum at dolor justo.{' '}
|
|
243
|
+
<a href="https://www.github.com" target="_blank" rel="noreferrer">
|
|
244
|
+
Curabitur
|
|
245
|
+
</a>{' '}
|
|
246
|
+
dictum feugiat elit, vitae vestibulum orci vestibulum sed. Donec interdum ligula at nisi rhoncus malesuada et
|
|
247
|
+
non eros.
|
|
248
|
+
</p>
|
|
249
|
+
),
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
question: 'What about multiple paragraphs?',
|
|
253
|
+
answer: (
|
|
254
|
+
<React.Fragment>
|
|
255
|
+
<p>
|
|
256
|
+
Vestibulum at dolor justo.{' '}
|
|
257
|
+
<a href="https://www.github.com" target="_blank" rel="noreferrer">
|
|
258
|
+
Curabitur
|
|
259
|
+
</a>{' '}
|
|
260
|
+
dictum feugiat elit, vitae vestibulum orci vestibulum sed. Donec interdum ligula at nisi rhoncus malesuada
|
|
261
|
+
et non eros.
|
|
262
|
+
</p>
|
|
263
|
+
<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
|
|
264
|
+
</React.Fragment>
|
|
265
|
+
),
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
question: 'Can I render a React Fragment?',
|
|
269
|
+
answer: (
|
|
270
|
+
<React.Fragment>
|
|
271
|
+
<p>
|
|
272
|
+
Vestibulum at dolor justo.{' '}
|
|
273
|
+
<a href="https://www.github.com" target="_blank" rel="noreferrer">
|
|
274
|
+
Curabitur
|
|
275
|
+
</a>{' '}
|
|
276
|
+
dictum feugiat elit, vitae vestibulum orci vestibulum sed. Donec interdum ligula at nisi rhoncus malesuada
|
|
277
|
+
et non eros.
|
|
278
|
+
</p>
|
|
279
|
+
<ol>
|
|
280
|
+
<li>
|
|
281
|
+
<Text size="300" variant="muted">
|
|
282
|
+
Must be associated with a current GitHub for Startups partner.
|
|
283
|
+
</Text>
|
|
284
|
+
</li>
|
|
285
|
+
<li>
|
|
286
|
+
<Text size="300" variant="muted">
|
|
287
|
+
Self-funded or funded (Seed-Series A)
|
|
288
|
+
</Text>
|
|
289
|
+
</li>
|
|
290
|
+
<li>
|
|
291
|
+
<Text size="300" variant="muted">
|
|
292
|
+
Not a current GitHub Enterprise customer
|
|
293
|
+
</Text>
|
|
294
|
+
</li>
|
|
295
|
+
<li>
|
|
296
|
+
<Text size="300" variant="muted">
|
|
297
|
+
Must not have previously received credits for GitHub Enterprise
|
|
298
|
+
</Text>
|
|
299
|
+
</li>
|
|
300
|
+
</ol>
|
|
301
|
+
</React.Fragment>
|
|
302
|
+
),
|
|
303
|
+
},
|
|
304
|
+
]
|
|
305
|
+
|
|
306
|
+
return (
|
|
307
|
+
<FAQ>
|
|
308
|
+
<FAQ.Heading>Frequently asked questions</FAQ.Heading>
|
|
309
|
+
<>
|
|
310
|
+
{fixtureData.map(({question, answer}) => {
|
|
311
|
+
return (
|
|
312
|
+
<FAQ.Item key={question} open={false}>
|
|
313
|
+
<FAQ.Question>{question}</FAQ.Question>
|
|
314
|
+
<FAQ.Answer>{answer}</FAQ.Answer>
|
|
315
|
+
</FAQ.Item>
|
|
316
|
+
)
|
|
317
|
+
})}
|
|
318
|
+
</>
|
|
319
|
+
</FAQ>
|
|
320
|
+
)
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
render(<App />)
|
|
324
|
+
```
|
|
325
|
+
|
|
326
|
+
### Toggle color customization
|
|
327
|
+
|
|
328
|
+
`FAQ.Question` toggle colors can be adjusted using one of the following approaches:
|
|
329
|
+
|
|
330
|
+
1. Override the global `--brand-color-accent-primary` CSS variable (recommended).
|
|
331
|
+
2. Use the `toggleColor` prop on `FAQ.Question`.
|
|
332
|
+
|
|
333
|
+
Available options for `toggleColor` are:
|
|
334
|
+
|
|
335
|
+
`AccordionToggleColors`
|
|
336
|
+
|
|
337
|
+
See Storybook for all color options.
|
|
338
|
+
|
|
339
|
+
```jsx filename="noinline"
|
|
340
|
+
const App = () => {
|
|
341
|
+
const customStyles = `
|
|
342
|
+
.custom-heading {
|
|
343
|
+
background: linear-gradient(271.72deg, var(--brand-Accordion-toggle-color-green-blue-start) 7.09%, var(--brand-Accordion-toggle-color-green-blue-end) 96.61%);
|
|
344
|
+
-webkit-background-clip: text;
|
|
345
|
+
background-clip: text;
|
|
346
|
+
-webkit-text-fill-color: transparent;
|
|
347
|
+
}
|
|
348
|
+
`
|
|
349
|
+
|
|
350
|
+
return (
|
|
351
|
+
<ThemeProvider colorMode="dark" className="custom-colors">
|
|
352
|
+
<Box padding="spacious" backgroundColor="default">
|
|
353
|
+
<style>{customStyles}</style>
|
|
354
|
+
<FAQ>
|
|
355
|
+
<FAQ.Heading className="custom-heading">Frequently asked questions</FAQ.Heading>
|
|
356
|
+
<FAQ.Subheading>Subscriptions & Payments</FAQ.Subheading>
|
|
357
|
+
<FAQ.Item>
|
|
358
|
+
<FAQ.Question toggleColor="green-blue">
|
|
359
|
+
What are the differences between GitHub Free, GitHub Pro, GitHub Team and GitHub Enterprise plans?
|
|
360
|
+
</FAQ.Question>
|
|
361
|
+
<FAQ.Answer>
|
|
362
|
+
<p>
|
|
363
|
+
GitHub Free is our basic plan created for individuals and small teams to collaborate on private and
|
|
364
|
+
public repositories.
|
|
365
|
+
</p>
|
|
366
|
+
</FAQ.Answer>
|
|
367
|
+
</FAQ.Item>
|
|
368
|
+
<FAQ.Item>
|
|
369
|
+
<FAQ.Question toggleColor="green-blue">How do I view and manage my subscription?</FAQ.Question>
|
|
370
|
+
<FAQ.Answer>
|
|
371
|
+
<p>
|
|
372
|
+
You can view your account's subscription, your other paid features and products, and your next billing
|
|
373
|
+
date in your account's billing settings.
|
|
374
|
+
</p>
|
|
375
|
+
</FAQ.Answer>
|
|
376
|
+
</FAQ.Item>
|
|
377
|
+
<FAQ.Item>
|
|
378
|
+
<FAQ.Question toggleColor="green-blue">How can I change my GitHub subscription?</FAQ.Question>
|
|
379
|
+
<FAQ.Answer>
|
|
380
|
+
<p>
|
|
381
|
+
You can upgrade or downgrade your subscription, add and remove seats, or change the billing cadence on
|
|
382
|
+
https://github.com/settings/billing.
|
|
383
|
+
</p>
|
|
384
|
+
</FAQ.Answer>
|
|
385
|
+
</FAQ.Item>
|
|
386
|
+
</FAQ>
|
|
387
|
+
</Box>
|
|
388
|
+
</ThemeProvider>
|
|
389
|
+
)
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
render(<App />)
|
|
393
|
+
```
|
|
394
|
+
|
|
395
|
+
## Component props
|
|
396
|
+
|
|
397
|
+
### FAQ `Required`
|
|
398
|
+
|
|
399
|
+
| Name | Type | Default | Description |
|
|
400
|
+
| :---------- | :------------------------------------------------ | :---------: | :--------------------------------------- |
|
|
401
|
+
| `className` | `string` | | Sets a custom class |
|
|
402
|
+
| `id` | `string` | | Sets a custom id |
|
|
403
|
+
| `ref` | `React.RefObject` | | Forward a Ref to the underlying DOM node |
|
|
404
|
+
| `children` | `'FAQ.Heading' \| 'FAQ.Subheading' \| 'FAQ.Item'` | | Root element for the FAQ component. |
|
|
405
|
+
| `variant` | `'default' \| 'gridline'` | `'default'` | Sets the visual variant of the FAQ. |
|
|
406
|
+
|
|
407
|
+
### FAQ.Heading `Required`
|
|
408
|
+
|
|
409
|
+
| Name | Type | Default | Description |
|
|
410
|
+
| :------------ | :---------------------- | :--------: | :--------------------------------------- |
|
|
411
|
+
| `align` | `'start' \| 'center'` | `'center'` | Heading text alignment |
|
|
412
|
+
| `children` | `string` | | Heading text |
|
|
413
|
+
| `className` | `string` | | Heading custom class |
|
|
414
|
+
| `id` | `string` | | Sets a custom id |
|
|
415
|
+
| `ref` | `React.RefObject` | | Forward a Ref to the underlying DOM node |
|
|
416
|
+
| `size` | `'medium' \| 'large'` | `'medium'` | Heading text size |
|
|
417
|
+
| `as` | `HeadingTags` | | Applies the underlying HTML element |
|
|
418
|
+
| `toggleColor` | `AccordionToggleColors` | | Sets the accordion toggle color |
|
|
419
|
+
|
|
420
|
+
### FAQ.Subheading
|
|
421
|
+
|
|
422
|
+
| Name | Type | Default | Description |
|
|
423
|
+
| :---------- | :---------------- | :-----: | :--------------------------------------- |
|
|
424
|
+
| `children` | `string` | | Sub-heading text |
|
|
425
|
+
| `className` | `string` | | Sub-heading custom class |
|
|
426
|
+
| `id` | `string` | | Sets a custom id |
|
|
427
|
+
| `as` | | `'h3'` | Applies the underlying HTML element |
|
|
428
|
+
| `ref` | `React.RefObject` | | Forward a Ref to the underlying DOM node |
|
|
429
|
+
|
|
430
|
+
### FAQ.Item
|
|
431
|
+
|
|
432
|
+
| Name | Type | Default | Description |
|
|
433
|
+
| :---------- | :------------------------------- | :-----: | :--------------------------------------- |
|
|
434
|
+
| `open` | `boolean` | `false` | Sets answer visibility |
|
|
435
|
+
| `className` | `string` | | Sets a custom class |
|
|
436
|
+
| `children` | `'FAQ.Question' \| 'FAQ.Answer'` | | FAQ question and answer pair |
|
|
437
|
+
| `id` | `string` | | Sets a custom id |
|
|
438
|
+
| `ref` | `React.RefObject` | | Forward a Ref to the underlying DOM node |
|
|
439
|
+
|
|
440
|
+
### FAQ.Question
|
|
441
|
+
|
|
442
|
+
| Name | Type | Default | Description |
|
|
443
|
+
| :---------- | :---------------- | :--------: | :--------------------------------------- |
|
|
444
|
+
| `className` | `string` | | Sets a custom class on the root element |
|
|
445
|
+
| `children` | `string` | | Question text |
|
|
446
|
+
| `id` | `string` | | Sets a custom id |
|
|
447
|
+
| `as` | | `'h4'` | Applies the underlying HTML element |
|
|
448
|
+
| `weight` | `HeadingWeights` | `'normal'` | Sets the font weight of the question |
|
|
449
|
+
| `ref` | `React.RefObject` | | Forward a Ref to the underlying DOM node |
|
|
450
|
+
|
|
451
|
+
### FAQ.Answer
|
|
452
|
+
|
|
453
|
+
| Name | Type | Default | Description |
|
|
454
|
+
| :---------- | :---------------- | :-----: | :------------------------------------------- |
|
|
455
|
+
| `className` | `string` | | Sets a custom class on the root element |
|
|
456
|
+
| `children` | `ReactElement` | | `<p>` or `<Text>` components are recommended |
|
|
457
|
+
| `id` | `string` | | Sets a custom id |
|
|
458
|
+
| `ref` | `React.RefObject` | | Forward a Ref to the underlying DOM node |
|
|
459
|
+
|
|
460
|
+
### FAQGroup
|
|
461
|
+
|
|
462
|
+
| Name | Type | Default | Description |
|
|
463
|
+
| :-------------- | :------------------------------------------------------------------- | :---------: | :---------------------------------------------------------------------------- |
|
|
464
|
+
| `className` | `string` | | Sets a custom class |
|
|
465
|
+
| `id` | `string` | | Sets a custom id |
|
|
466
|
+
| `ref` | `React.RefObject` | | Forward a Ref to the underlying DOM node |
|
|
467
|
+
| `children` | `'FAQ' \| 'FAQGroup.Heading'` | | Root element for the FAQGroup component. |
|
|
468
|
+
| `variant` | `'default' \| 'gridline'` | `'default'` | Sets the visual variant of the FAQGroup. |
|
|
469
|
+
| `tabAttributes` | `(children: ReactElement, index: number) => Record<string, unknown>` | | Spreads the returned attributes onto the tab that's rendered by the FAQGroup. |
|
|
470
|
+
|
|
471
|
+
### FAQGroup.Heading
|
|
472
|
+
|
|
473
|
+
| Name | Type | Default | Description |
|
|
474
|
+
| :--- | :------------ | :-----: | :---------------------------------- |
|
|
475
|
+
| `as` | `HeadingTags` | | Applies the underlying HTML element |
|
|
476
|
+
|
|
477
|
+
Forwards all the props from the [Heading component](../../typography/Heading/index.md), including `size`, and `weight`.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Footnotes
|
|
3
|
+
description: Use footnotes to display contextual information and cite sources in the page content.
|
|
4
|
+
keywords: ['content', 'footnotes', 'citations', 'contextual information']
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Anatomy
|
|
8
|
+
|
|
9
|
+
## Usage
|
|
10
|
+
|
|
11
|
+
### Position
|
|
12
|
+
|
|
13
|
+
Footnotes should generally appear at the bottom of the page.
|
|
14
|
+
|
|
15
|
+
**✅ Do**
|
|
16
|
+
|
|
17
|
+
_Place footnotes towards the end of a page._
|
|
18
|
+
|
|
19
|
+
### Return links
|
|
20
|
+
|
|
21
|
+
Citations in the format of a numbered list should feature both a local description and a link to return the user to the original context.
|
|
22
|
+
|
|
23
|
+
**✅ Do**
|
|
24
|
+
|
|
25
|
+
_Include sufficient descriptions for each citation, alongside a return link._
|
|
26
|
+
|
|
27
|
+
**❌ Don't**
|
|
28
|
+
|
|
29
|
+
_Don't require users to manually locate the original context for each citation._
|
|
30
|
+
|
|
31
|
+
### Paragraphs
|
|
32
|
+
|
|
33
|
+
Use paragraphs to present disclaimers or similar types of content.
|
|
34
|
+
|
|
35
|
+
**✅ Do**
|
|
36
|
+
|
|
37
|
+
_Use paragraphs for context-agnostic items of text._
|
|
38
|
+
|
|
39
|
+
**❌ Don't**
|
|
40
|
+
|
|
41
|
+
_Don't use paragraphs to represent citations or numbered lists._
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Footnotes
|
|
3
|
+
description: Use footnotes to display contextual information and cite sources in the page content.
|
|
4
|
+
keywords: ['content', 'footnotes', 'citations', 'contextual information']
|
|
5
|
+
ready: true
|
|
6
|
+
source: https://github.com/primer/brand/blob/main/packages/react/src/Footnotes/Footnotes.tsx
|
|
7
|
+
storybook: '/brand/storybook/?path=/story/components-footnotes--default'
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
```js
|
|
11
|
+
import {Footnotes} from '@primer/react-brand'
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Examples
|
|
15
|
+
|
|
16
|
+
### Default
|
|
17
|
+
|
|
18
|
+
```jsx
|
|
19
|
+
<Footnotes>
|
|
20
|
+
<Footnotes.Item>
|
|
21
|
+
"Automating your workflow with GitHub Actions," GitHub Docs{' '}
|
|
22
|
+
<InlineLink href="https://docs.github.com/en/actions">https://docs.github.com/en/actions</InlineLink>.
|
|
23
|
+
</Footnotes.Item>
|
|
24
|
+
<Footnotes.Item>
|
|
25
|
+
"About Issues," GitHub Docs{' '}
|
|
26
|
+
<InlineLink href="https://docs.github.com/en/issues">https://docs.github.com/en/issues</InlineLink>.
|
|
27
|
+
</Footnotes.Item>
|
|
28
|
+
<Footnotes.Item>
|
|
29
|
+
"GitHub Copilot: Your AI pair programmer," GitHub{' '}
|
|
30
|
+
<InlineLink href="https://github.com/features/copilot/">https://github.com/features/copilot/</InlineLink>.
|
|
31
|
+
</Footnotes.Item>
|
|
32
|
+
<Footnotes.Item>
|
|
33
|
+
"Explore the GitHub Marketplace," GitHub Docs{' '}
|
|
34
|
+
<InlineLink href="https://github.com/marketplace">https://github.com/marketplace</InlineLink>.
|
|
35
|
+
</Footnotes.Item>
|
|
36
|
+
<Footnotes.Item>
|
|
37
|
+
"GitHub Pages basics," GitHub Docs{' '}
|
|
38
|
+
<InlineLink href="https://docs.github.com/en/pages">https://docs.github.com/en/pages</InlineLink>.
|
|
39
|
+
</Footnotes.Item>
|
|
40
|
+
</Footnotes>
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### Paragraphs
|
|
44
|
+
|
|
45
|
+
```jsx
|
|
46
|
+
<Footnotes as="div">
|
|
47
|
+
<Footnotes.Item>
|
|
48
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean non facilisis tortor. Pellentesque rhoncus blandit
|
|
49
|
+
posuere. Sed eget mi finibus, fermentum turpis vitae, eleifend dolor. Maecenas viverra neque at cursus faucibus. Nam
|
|
50
|
+
tempus enim quis augue pulvinar finibus. Integer accumsan turpis eget mauris pretium, non dapibus orci cursus. Ut in
|
|
51
|
+
sollicitudin dui, eu tincidunt nunc. Donec ut placerat ex. In ullamcorper nibh eu sapien convallis bibendum. Sed
|
|
52
|
+
diam leo, rhoncus non viverra nec, ullamcorper quis arcu.
|
|
53
|
+
</Footnotes.Item>
|
|
54
|
+
<Footnotes.Item>
|
|
55
|
+
Etiam scelerisque turpis at massa pellentesque, ut pretium lorem iaculis. Pellentesque feugiat nisi quis viverra
|
|
56
|
+
posuere. Integer eu pulvinar ligula, lacinia sollicitudin libero. Etiam in cursus lacus, vitae vestibulum elit.
|
|
57
|
+
Fusce quis purus a urna placerat dignissim non id lectus. Suspendisse malesuada nisi eget nibh tempus, et
|
|
58
|
+
sollicitudin tortor posuere. Fusce id consectetur purus, sit amet faucibus orci. Lorem ipsum dolor sit amet,
|
|
59
|
+
consectetur adipiscing elit. Phasellus sollicitudin nisl vel felis tempor, quis porttitor diam elementum. Integer
|
|
60
|
+
vel enim eget urna ullamcorper euismod eget quis nisl. Pellentesque nec erat tincidunt, dignissim ligula ut,
|
|
61
|
+
consectetur lectus. Sed scelerisque urna maximus varius mollis. Ut dictum sed nibh id fermentum. Ut hendrerit
|
|
62
|
+
accumsan tortor, eu tincidunt mauris blandit in. Suspendisse ut velit in felis molestie euismod. Nam vitae dui a
|
|
63
|
+
justo lacinia semper.
|
|
64
|
+
</Footnotes.Item>
|
|
65
|
+
</Footnotes>
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### Citations with return links
|
|
69
|
+
|
|
70
|
+
When linking to `Footnotes` via a citation, ensure that the touch target is large enough to be easily clickable.
|
|
71
|
+
|
|
72
|
+
```jsx
|
|
73
|
+
<Stack>
|
|
74
|
+
<River>
|
|
75
|
+
<River.Visual>
|
|
76
|
+
<img src="/images/placeholder.png" alt="placeholder, blank area with a gray background color" />
|
|
77
|
+
</River.Visual>
|
|
78
|
+
<River.Content
|
|
79
|
+
trailingComponent={() => (
|
|
80
|
+
<Box marginBlockStart={24} paddingBlockStart={24}>
|
|
81
|
+
<Heading as="h4" size="3">
|
|
82
|
+
17,000+
|
|
83
|
+
</Heading>
|
|
84
|
+
<Text as="p" size="300" weight="light" variant="muted">
|
|
85
|
+
Third-party tools support your favorite languages and frameworks{' '}
|
|
86
|
+
<Text size="100" weight="light">
|
|
87
|
+
<sup>
|
|
88
|
+
<InlineLink
|
|
89
|
+
href="#economic-impact"
|
|
90
|
+
id="economic-impact-ref"
|
|
91
|
+
style={{display: 'inline-block', minWidth: 'var(--base-size-12)', minHeight: 'var(--base-size-24)'}}
|
|
92
|
+
>
|
|
93
|
+
1
|
|
94
|
+
</InlineLink>
|
|
95
|
+
</sup>
|
|
96
|
+
</Text>
|
|
97
|
+
</Text>
|
|
98
|
+
</Box>
|
|
99
|
+
)}
|
|
100
|
+
>
|
|
101
|
+
<Heading size="5" as="h3" weight="medium">
|
|
102
|
+
Leverage the industry's most flexible secure development platform.
|
|
103
|
+
</Heading>
|
|
104
|
+
</River.Content>
|
|
105
|
+
</River>
|
|
106
|
+
<River>
|
|
107
|
+
<River.Visual>
|
|
108
|
+
<img src="/images/placeholder.png" alt="placeholder, blank area with a gray background color" />
|
|
109
|
+
</River.Visual>
|
|
110
|
+
<River.Content>
|
|
111
|
+
<Heading size="5" as="h3" weight="medium">
|
|
112
|
+
Unlocking innovation at scale with AI-driven software development.
|
|
113
|
+
</Heading>
|
|
114
|
+
<Text as="p" size="200" weight="light" variant="muted">
|
|
115
|
+
The most widely adopted AI developer tool.{' '}
|
|
116
|
+
<Text size="100" weight="light">
|
|
117
|
+
<sup>
|
|
118
|
+
<InlineLink
|
|
119
|
+
href="#ai"
|
|
120
|
+
id="ai-ref"
|
|
121
|
+
style={{display: 'inline-block', minWidth: 'var(--base-size-12)', minHeight: 'var(--base-size-24)'}}
|
|
122
|
+
>
|
|
123
|
+
2
|
|
124
|
+
</InlineLink>
|
|
125
|
+
</sup>
|
|
126
|
+
</Text>
|
|
127
|
+
</Text>
|
|
128
|
+
</River.Content>
|
|
129
|
+
</River>
|
|
130
|
+
|
|
131
|
+
<Footnotes>
|
|
132
|
+
<Footnotes.Item id="economic-impact" href="#economic-impact-ref">
|
|
133
|
+
There are now 100 million developers around the world using GitHub.{' '}
|
|
134
|
+
</Footnotes.Item>
|
|
135
|
+
<Footnotes.Item id="ai" href="#ai-ref">
|
|
136
|
+
This factor is based on data from the industry's <InlineLink href="#">longest running analysis</InlineLink>{' '}
|
|
137
|
+
by Acme Corp.
|
|
138
|
+
</Footnotes.Item>
|
|
139
|
+
</Footnotes>
|
|
140
|
+
</Stack>
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
## Component props
|
|
144
|
+
|
|
145
|
+
### Footnotes `Required`
|
|
146
|
+
|
|
147
|
+
| name | type | default | required | description |
|
|
148
|
+
| ----------------------- | --------------- | ------------- | -------- | ------------------------------------------------------------ |
|
|
149
|
+
| `as` | `'ol' \| 'div'` | `'ol'` | `false` | Determines the underlying HTML element |
|
|
150
|
+
| `visuallyHiddenHeading` | `string` | `'Footnotes'` | `false` | Visually hidden title, which introduces the footnote content |
|
|
151
|
+
|
|
152
|
+
### Footnotes.Item `Required`
|
|
153
|
+
|
|
154
|
+
| name | type | default | required | description |
|
|
155
|
+
| ------ | -------- | ------- | -------- | ----------------------------------------------------------------------------- |
|
|
156
|
+
| `href` | `string` | | `false` | Applies a return URL icon to the original content attributed to this citation |
|