@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,509 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Pricing options
|
|
3
|
+
description: Use the pricing options to display pricing plan information on a page.
|
|
4
|
+
keywords: ['pricing', 'plans', 'options', 'features']
|
|
5
|
+
ready: true
|
|
6
|
+
source: https://github.com/primer/brand/blob/main/packages/react/src/PricingOptions/PricingOptions.tsx
|
|
7
|
+
storybook: '/brand/storybook/?path=/story/components-pricingoptions--default'
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Examples
|
|
11
|
+
|
|
12
|
+
### Default
|
|
13
|
+
|
|
14
|
+
```jsx
|
|
15
|
+
<PricingOptions>
|
|
16
|
+
<PricingOptions.Item>
|
|
17
|
+
<PricingOptions.Heading>Copilot</PricingOptions.Heading>
|
|
18
|
+
<PricingOptions.Description>Copilot in the coding environment.</PricingOptions.Description>
|
|
19
|
+
<PricingOptions.Price currencySymbol="$" originalPrice="20" trailingText="per month / $100 per year">
|
|
20
|
+
10
|
|
21
|
+
</PricingOptions.Price>
|
|
22
|
+
<PricingOptions.FeatureList>
|
|
23
|
+
<PricingOptions.FeatureListItem>Everything in Copilot Business plus:</PricingOptions.FeatureListItem>
|
|
24
|
+
<PricingOptions.FeatureListItem>Chat in IDE and Mobile</PricingOptions.FeatureListItem>
|
|
25
|
+
<PricingOptions.FeatureListItem>CLI assistance</PricingOptions.FeatureListItem>
|
|
26
|
+
<PricingOptions.FeatureListItem>Code completions</PricingOptions.FeatureListItem>
|
|
27
|
+
</PricingOptions.FeatureList>
|
|
28
|
+
<PricingOptions.PrimaryAction href="/buy">Buy now</PricingOptions.PrimaryAction>
|
|
29
|
+
<PricingOptions.SecondaryAction href="/contact">Contact sales</PricingOptions.SecondaryAction>
|
|
30
|
+
</PricingOptions.Item>
|
|
31
|
+
|
|
32
|
+
<PricingOptions.Item>
|
|
33
|
+
<PricingOptions.Label>Recommended</PricingOptions.Label>
|
|
34
|
+
<PricingOptions.Heading>Copilot Business</PricingOptions.Heading>
|
|
35
|
+
<PricingOptions.Description>
|
|
36
|
+
Copilot personalized to your organization throughout the software development lifecycle. Requires GitHub
|
|
37
|
+
Enterprise Cloud.
|
|
38
|
+
</PricingOptions.Description>
|
|
39
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per user / month" originalPrice="49">
|
|
40
|
+
39
|
|
41
|
+
</PricingOptions.Price>
|
|
42
|
+
<PricingOptions.FeatureList>
|
|
43
|
+
<PricingOptions.FeatureListItem>Everything in Copilot Business plus:</PricingOptions.FeatureListItem>
|
|
44
|
+
<PricingOptions.FeatureListItem>Chat in IDE and Mobile</PricingOptions.FeatureListItem>
|
|
45
|
+
<PricingOptions.FeatureListItem>CLI assistance</PricingOptions.FeatureListItem>
|
|
46
|
+
<PricingOptions.FeatureListItem>Code completions</PricingOptions.FeatureListItem>
|
|
47
|
+
</PricingOptions.FeatureList>
|
|
48
|
+
<PricingOptions.PrimaryAction href="/buy">Join waitlist</PricingOptions.PrimaryAction>
|
|
49
|
+
</PricingOptions.Item>
|
|
50
|
+
</PricingOptions>
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Cards variant
|
|
54
|
+
|
|
55
|
+
```jsx
|
|
56
|
+
<PricingOptions variant="cards">
|
|
57
|
+
<PricingOptions.Item>
|
|
58
|
+
<PricingOptions.Heading>Copilot</PricingOptions.Heading>
|
|
59
|
+
<PricingOptions.Description>Copilot in the coding environment.</PricingOptions.Description>
|
|
60
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per month / $100 per year">
|
|
61
|
+
10
|
|
62
|
+
</PricingOptions.Price>
|
|
63
|
+
<PricingOptions.FeatureList>
|
|
64
|
+
<PricingOptions.FeatureListItem>Everything in Copilot Business plus:</PricingOptions.FeatureListItem>
|
|
65
|
+
<PricingOptions.FeatureListItem>Chat in IDE and Mobile</PricingOptions.FeatureListItem>
|
|
66
|
+
<PricingOptions.FeatureListItem>CLI assistance</PricingOptions.FeatureListItem>
|
|
67
|
+
<PricingOptions.FeatureListItem>Code completions</PricingOptions.FeatureListItem>
|
|
68
|
+
</PricingOptions.FeatureList>
|
|
69
|
+
<PricingOptions.PrimaryAction href="/buy">Buy now</PricingOptions.PrimaryAction>
|
|
70
|
+
<PricingOptions.SecondaryAction href="/contact">Contact sales</PricingOptions.SecondaryAction>
|
|
71
|
+
</PricingOptions.Item>
|
|
72
|
+
|
|
73
|
+
<PricingOptions.Item>
|
|
74
|
+
<PricingOptions.Label>Recommended</PricingOptions.Label>
|
|
75
|
+
<PricingOptions.Heading>Copilot Business</PricingOptions.Heading>
|
|
76
|
+
<PricingOptions.Description>
|
|
77
|
+
Copilot personalized to your organization throughout the software development lifecycle. Requires GitHub
|
|
78
|
+
Enterprise Cloud.
|
|
79
|
+
</PricingOptions.Description>
|
|
80
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per user / month">
|
|
81
|
+
39
|
|
82
|
+
</PricingOptions.Price>
|
|
83
|
+
<PricingOptions.FeatureList>
|
|
84
|
+
<PricingOptions.FeatureListItem>Everything in Copilot Business plus:</PricingOptions.FeatureListItem>
|
|
85
|
+
<PricingOptions.FeatureListItem>Chat in IDE and Mobile</PricingOptions.FeatureListItem>
|
|
86
|
+
<PricingOptions.FeatureListItem>CLI assistance</PricingOptions.FeatureListItem>
|
|
87
|
+
<PricingOptions.FeatureListItem>Code completions</PricingOptions.FeatureListItem>
|
|
88
|
+
</PricingOptions.FeatureList>
|
|
89
|
+
<PricingOptions.PrimaryAction href="/buy">Join waitlist</PricingOptions.PrimaryAction>
|
|
90
|
+
</PricingOptions.Item>
|
|
91
|
+
</PricingOptions>
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Gradient variant
|
|
95
|
+
|
|
96
|
+
```jsx
|
|
97
|
+
<PricingOptions variant="default-gradient">
|
|
98
|
+
<PricingOptions.Item>
|
|
99
|
+
<PricingOptions.Heading>Copilot</PricingOptions.Heading>
|
|
100
|
+
<PricingOptions.Description>Copilot in the coding environment.</PricingOptions.Description>
|
|
101
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per month / $100 per year">
|
|
102
|
+
10
|
|
103
|
+
</PricingOptions.Price>
|
|
104
|
+
<PricingOptions.FeatureList>
|
|
105
|
+
<PricingOptions.FeatureListItem>Everything in Copilot Business plus:</PricingOptions.FeatureListItem>
|
|
106
|
+
<PricingOptions.FeatureListItem>Chat in IDE and Mobile</PricingOptions.FeatureListItem>
|
|
107
|
+
<PricingOptions.FeatureListItem>CLI assistance</PricingOptions.FeatureListItem>
|
|
108
|
+
<PricingOptions.FeatureListItem>Code completions</PricingOptions.FeatureListItem>
|
|
109
|
+
</PricingOptions.FeatureList>
|
|
110
|
+
<PricingOptions.PrimaryAction href="/buy">Buy now</PricingOptions.PrimaryAction>
|
|
111
|
+
<PricingOptions.SecondaryAction href="/contact">Contact sales</PricingOptions.SecondaryAction>
|
|
112
|
+
</PricingOptions.Item>
|
|
113
|
+
|
|
114
|
+
<PricingOptions.Item>
|
|
115
|
+
<PricingOptions.Label>Recommended</PricingOptions.Label>
|
|
116
|
+
<PricingOptions.Heading>Copilot Business</PricingOptions.Heading>
|
|
117
|
+
<PricingOptions.Description>
|
|
118
|
+
Copilot personalized to your organization throughout the software development lifecycle. Requires GitHub
|
|
119
|
+
Enterprise Cloud.
|
|
120
|
+
</PricingOptions.Description>
|
|
121
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per user / month">
|
|
122
|
+
39
|
|
123
|
+
</PricingOptions.Price>
|
|
124
|
+
<PricingOptions.FeatureList>
|
|
125
|
+
<PricingOptions.FeatureListItem>Everything in Copilot Business plus:</PricingOptions.FeatureListItem>
|
|
126
|
+
<PricingOptions.FeatureListItem>Chat in IDE and Mobile</PricingOptions.FeatureListItem>
|
|
127
|
+
<PricingOptions.FeatureListItem>CLI assistance</PricingOptions.FeatureListItem>
|
|
128
|
+
<PricingOptions.FeatureListItem>Code completions</PricingOptions.FeatureListItem>
|
|
129
|
+
</PricingOptions.FeatureList>
|
|
130
|
+
<PricingOptions.PrimaryAction href="/buy">Join waitlist</PricingOptions.PrimaryAction>
|
|
131
|
+
</PricingOptions.Item>
|
|
132
|
+
</PricingOptions>
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
### Center alignment
|
|
136
|
+
|
|
137
|
+
```jsx
|
|
138
|
+
<PricingOptions variant="cards" align="center">
|
|
139
|
+
<PricingOptions.Item>
|
|
140
|
+
<PricingOptions.Heading>Copilot</PricingOptions.Heading>
|
|
141
|
+
<PricingOptions.Description>Copilot in the coding environment.</PricingOptions.Description>
|
|
142
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per month / $100 per year">
|
|
143
|
+
10
|
|
144
|
+
</PricingOptions.Price>
|
|
145
|
+
<PricingOptions.PrimaryAction href="#">Buy now</PricingOptions.PrimaryAction>
|
|
146
|
+
</PricingOptions.Item>
|
|
147
|
+
|
|
148
|
+
<PricingOptions.Item>
|
|
149
|
+
<PricingOptions.Heading>Copilot Business</PricingOptions.Heading>
|
|
150
|
+
<PricingOptions.Description>
|
|
151
|
+
Copilot personalized to your organization throughout the software development lifecycle. Requires GitHub
|
|
152
|
+
Enterprise Cloud.
|
|
153
|
+
</PricingOptions.Description>
|
|
154
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per user / month">
|
|
155
|
+
39
|
|
156
|
+
</PricingOptions.Price>
|
|
157
|
+
<PricingOptions.PrimaryAction href="#">Join waitlist</PricingOptions.PrimaryAction>
|
|
158
|
+
<PricingOptions.SecondaryAction href="#">Contact sales</PricingOptions.SecondaryAction>
|
|
159
|
+
</PricingOptions.Item>
|
|
160
|
+
</PricingOptions>
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
### One option
|
|
164
|
+
|
|
165
|
+
This is the one-option layout for the pricing options component
|
|
166
|
+
|
|
167
|
+
```jsx
|
|
168
|
+
<PricingOptions>
|
|
169
|
+
<PricingOptions.Item>
|
|
170
|
+
<PricingOptions.Heading>Copilot Individual</PricingOptions.Heading>
|
|
171
|
+
<PricingOptions.Description>
|
|
172
|
+
Code completions, Chat, and more for indie developers and freelancers.
|
|
173
|
+
</PricingOptions.Description>
|
|
174
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per month / $100 per year">
|
|
175
|
+
10
|
|
176
|
+
</PricingOptions.Price>
|
|
177
|
+
<PricingOptions.PrimaryAction href="/buy">Buy now</PricingOptions.PrimaryAction>
|
|
178
|
+
<PricingOptions.SecondaryAction href="/contact">Contact sales</PricingOptions.SecondaryAction>
|
|
179
|
+
</PricingOptions.Item>
|
|
180
|
+
</PricingOptions>
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
### Two options
|
|
184
|
+
|
|
185
|
+
This is the two-item layout for the pricing options component.
|
|
186
|
+
|
|
187
|
+
```jsx
|
|
188
|
+
<PricingOptions>
|
|
189
|
+
<PricingOptions.Item>
|
|
190
|
+
<PricingOptions.Heading>Copilot</PricingOptions.Heading>
|
|
191
|
+
<PricingOptions.Description>Copilot in the coding environment.</PricingOptions.Description>
|
|
192
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per month / $100 per year">
|
|
193
|
+
10
|
|
194
|
+
</PricingOptions.Price>
|
|
195
|
+
<PricingOptions.FeatureList>
|
|
196
|
+
<PricingOptions.FeatureListItem>Everything in Copilot Business plus:</PricingOptions.FeatureListItem>
|
|
197
|
+
<PricingOptions.FeatureListItem>Chat in IDE and Mobile</PricingOptions.FeatureListItem>
|
|
198
|
+
<PricingOptions.FeatureListItem>CLI assistance</PricingOptions.FeatureListItem>
|
|
199
|
+
<PricingOptions.FeatureListItem>Code completions</PricingOptions.FeatureListItem>
|
|
200
|
+
</PricingOptions.FeatureList>
|
|
201
|
+
<PricingOptions.PrimaryAction href="/buy">Buy now</PricingOptions.PrimaryAction>
|
|
202
|
+
<PricingOptions.SecondaryAction href="/contact">Contact sales</PricingOptions.SecondaryAction>
|
|
203
|
+
</PricingOptions.Item>
|
|
204
|
+
|
|
205
|
+
<PricingOptions.Item>
|
|
206
|
+
<PricingOptions.Label>Recommended</PricingOptions.Label>
|
|
207
|
+
<PricingOptions.Heading>Copilot Business</PricingOptions.Heading>
|
|
208
|
+
<PricingOptions.Description>
|
|
209
|
+
Copilot personalized to your organization throughout the software development lifecycle. Requires GitHub
|
|
210
|
+
Enterprise Cloud.
|
|
211
|
+
</PricingOptions.Description>
|
|
212
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per user / month">
|
|
213
|
+
39
|
|
214
|
+
</PricingOptions.Price>
|
|
215
|
+
<PricingOptions.FeatureList>
|
|
216
|
+
<PricingOptions.FeatureListItem>Everything in Copilot Business plus:</PricingOptions.FeatureListItem>
|
|
217
|
+
<PricingOptions.FeatureListItem>Chat in IDE and Mobile</PricingOptions.FeatureListItem>
|
|
218
|
+
<PricingOptions.FeatureListItem>CLI assistance</PricingOptions.FeatureListItem>
|
|
219
|
+
<PricingOptions.FeatureListItem>Code completions</PricingOptions.FeatureListItem>
|
|
220
|
+
</PricingOptions.FeatureList>
|
|
221
|
+
<PricingOptions.PrimaryAction href="/buy">Join waitlist</PricingOptions.PrimaryAction>
|
|
222
|
+
</PricingOptions.Item>
|
|
223
|
+
</PricingOptions>
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
### Three and four options
|
|
227
|
+
|
|
228
|
+
`PricingOptions` supports a maximum of four items in both `default` and `card` layouts.
|
|
229
|
+
|
|
230
|
+
Please refer to our Storybook
|
|
231
|
+
examples
|
|
232
|
+
to see the component in a full-width context as originally intended.
|
|
233
|
+
|
|
234
|
+
> `PricingOptions` is designed to fill the width of the page's main container,
|
|
235
|
+
> thus it cannot be accurately represented within the narrower container of this
|
|
236
|
+
> documentation.
|
|
237
|
+
|
|
238
|
+
### Feature list sets
|
|
239
|
+
|
|
240
|
+
Use `PricingOptions.FeatureListGroupHeading` to group feature items together.
|
|
241
|
+
|
|
242
|
+
```jsx
|
|
243
|
+
<PricingOptions>
|
|
244
|
+
<PricingOptions.Item>
|
|
245
|
+
<PricingOptions.Heading>Copilot Individual</PricingOptions.Heading>
|
|
246
|
+
<PricingOptions.Description>
|
|
247
|
+
Code completions, Chat, and more for indie developers and freelancers.
|
|
248
|
+
</PricingOptions.Description>
|
|
249
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per month / $100 per year">
|
|
250
|
+
10
|
|
251
|
+
</PricingOptions.Price>
|
|
252
|
+
<PricingOptions.FeatureList>
|
|
253
|
+
<PricingOptions.FeatureListGroupHeading>Base features</PricingOptions.FeatureListGroupHeading>
|
|
254
|
+
<PricingOptions.FeatureListItem>Code completions</PricingOptions.FeatureListItem>
|
|
255
|
+
<PricingOptions.FeatureListItem>Chat in IDE and Mobile</PricingOptions.FeatureListItem>
|
|
256
|
+
<PricingOptions.FeatureListItem>CLI assistance</PricingOptions.FeatureListItem>
|
|
257
|
+
|
|
258
|
+
<PricingOptions.FeatureListGroupHeading>Security</PricingOptions.FeatureListGroupHeading>
|
|
259
|
+
<PricingOptions.FeatureListItem>Security vulnerability filter</PricingOptions.FeatureListItem>
|
|
260
|
+
</PricingOptions.FeatureList>
|
|
261
|
+
|
|
262
|
+
<PricingOptions.Footnote>
|
|
263
|
+
Free for verified students, teachers, and maintainers of popular open source projects.
|
|
264
|
+
</PricingOptions.Footnote>
|
|
265
|
+
|
|
266
|
+
<PricingOptions.PrimaryAction href="/buy">Start a free trial</PricingOptions.PrimaryAction>
|
|
267
|
+
</PricingOptions.Item>
|
|
268
|
+
|
|
269
|
+
<PricingOptions.Item>
|
|
270
|
+
<PricingOptions.Label>Recommended</PricingOptions.Label>
|
|
271
|
+
<PricingOptions.Heading>Copilot Business</PricingOptions.Heading>
|
|
272
|
+
<PricingOptions.Description>Copilot personalized to your organization.</PricingOptions.Description>
|
|
273
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per user / month">
|
|
274
|
+
19
|
|
275
|
+
</PricingOptions.Price>
|
|
276
|
+
<PricingOptions.PrimaryAction href="/buy">Buy now</PricingOptions.PrimaryAction>
|
|
277
|
+
<PricingOptions.SecondaryAction href="/contact">Contact sales</PricingOptions.SecondaryAction>
|
|
278
|
+
<PricingOptions.FeatureList>
|
|
279
|
+
<PricingOptions.FeatureListGroupHeading>Base features</PricingOptions.FeatureListGroupHeading>
|
|
280
|
+
<PricingOptions.FeatureListItem>Everything in Copilot Individual</PricingOptions.FeatureListItem>
|
|
281
|
+
<PricingOptions.FeatureListItem>Code referencing</PricingOptions.FeatureListItem>
|
|
282
|
+
|
|
283
|
+
<PricingOptions.FeatureListGroupHeading>Security</PricingOptions.FeatureListGroupHeading>
|
|
284
|
+
<PricingOptions.FeatureListItem>Security vulnerability filter</PricingOptions.FeatureListItem>
|
|
285
|
+
<PricingOptions.FeatureListItem>Public code filter</PricingOptions.FeatureListItem>
|
|
286
|
+
<PricingOptions.FeatureListItem>IP indemnity</PricingOptions.FeatureListItem>
|
|
287
|
+
<PricingOptions.FeatureListItem>Enterprise-grade security, safety, and privacy</PricingOptions.FeatureListItem>
|
|
288
|
+
</PricingOptions.FeatureList>
|
|
289
|
+
</PricingOptions.Item>
|
|
290
|
+
</PricingOptions>
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
### Included and excluded features
|
|
294
|
+
|
|
295
|
+
Use `PricingOptions.FeatureListItem` with `variant="included"` and `variant="excluded"` to list included and excluded features.
|
|
296
|
+
|
|
297
|
+
```jsx
|
|
298
|
+
<PricingOptions>
|
|
299
|
+
<PricingOptions.Item>
|
|
300
|
+
<PricingOptions.Heading>Copilot Individual</PricingOptions.Heading>
|
|
301
|
+
<PricingOptions.Description>
|
|
302
|
+
Code completions, Chat, and more for indie developers and freelancers.
|
|
303
|
+
</PricingOptions.Description>
|
|
304
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per month / $100 per year">
|
|
305
|
+
10
|
|
306
|
+
</PricingOptions.Price>
|
|
307
|
+
<PricingOptions.FeatureList>
|
|
308
|
+
<PricingOptions.FeatureListGroupHeading>Chat</PricingOptions.FeatureListGroupHeading>
|
|
309
|
+
<PricingOptions.FeatureListItem>Unlimited messages, interactions, and history</PricingOptions.FeatureListItem>
|
|
310
|
+
<PricingOptions.FeatureListItem>Context-aware coding support and explanations</PricingOptions.FeatureListItem>
|
|
311
|
+
<PricingOptions.FeatureListItem variant="excluded">
|
|
312
|
+
Debugging and security remediation assistance
|
|
313
|
+
</PricingOptions.FeatureListItem>
|
|
314
|
+
<PricingOptions.FeatureListItem variant="excluded">
|
|
315
|
+
Repository-based semantic search
|
|
316
|
+
</PricingOptions.FeatureListItem>
|
|
317
|
+
<PricingOptions.FeatureListItem variant="excluded">Access your knowledge base</PricingOptions.FeatureListItem>
|
|
318
|
+
<PricingOptions.FeatureListGroupHeading>Code completion</PricingOptions.FeatureListGroupHeading>
|
|
319
|
+
<PricingOptions.FeatureListItem>Code suggestions as you type</PricingOptions.FeatureListItem>
|
|
320
|
+
<PricingOptions.FeatureListItem>Comments to code</PricingOptions.FeatureListItem>
|
|
321
|
+
<PricingOptions.FeatureListItem variant="excluded">
|
|
322
|
+
Fine-tuned models (coming soon)
|
|
323
|
+
</PricingOptions.FeatureListItem>
|
|
324
|
+
</PricingOptions.FeatureList>
|
|
325
|
+
|
|
326
|
+
<PricingOptions.Footnote>
|
|
327
|
+
Free for verified students, teachers, and maintainers of popular open source projects.
|
|
328
|
+
</PricingOptions.Footnote>
|
|
329
|
+
|
|
330
|
+
<PricingOptions.PrimaryAction href="/buy">Start a free trial</PricingOptions.PrimaryAction>
|
|
331
|
+
</PricingOptions.Item>
|
|
332
|
+
|
|
333
|
+
<PricingOptions.Item>
|
|
334
|
+
<PricingOptions.Label>Available Feb 2024</PricingOptions.Label>
|
|
335
|
+
<PricingOptions.Heading>Copilot Enterprise</PricingOptions.Heading>
|
|
336
|
+
<PricingOptions.Description>
|
|
337
|
+
Copilot personalized to your organization throughout the software development lifecycle. Requires GitHub
|
|
338
|
+
Enterprise Cloud.
|
|
339
|
+
</PricingOptions.Description>
|
|
340
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per user / month">
|
|
341
|
+
39
|
|
342
|
+
</PricingOptions.Price>
|
|
343
|
+
<PricingOptions.FeatureList>
|
|
344
|
+
<PricingOptions.FeatureListGroupHeading>Chat</PricingOptions.FeatureListGroupHeading>
|
|
345
|
+
<PricingOptions.FeatureListItem>Unlimited messages, interactions, and history</PricingOptions.FeatureListItem>
|
|
346
|
+
<PricingOptions.FeatureListItem>Context-aware coding support and explanations</PricingOptions.FeatureListItem>
|
|
347
|
+
<PricingOptions.FeatureListItem>Debugging and security remediation assistance</PricingOptions.FeatureListItem>
|
|
348
|
+
<PricingOptions.FeatureListItem>Repository-based semantic search</PricingOptions.FeatureListItem>
|
|
349
|
+
<PricingOptions.FeatureListItem>Access your knowledge base</PricingOptions.FeatureListItem>
|
|
350
|
+
<PricingOptions.FeatureListGroupHeading>Code completion</PricingOptions.FeatureListGroupHeading>
|
|
351
|
+
<PricingOptions.FeatureListItem>Code suggestions as you type</PricingOptions.FeatureListItem>
|
|
352
|
+
<PricingOptions.FeatureListItem>Comments to code</PricingOptions.FeatureListItem>
|
|
353
|
+
<PricingOptions.FeatureListItem>Fine-tuned models (coming soon)</PricingOptions.FeatureListItem>
|
|
354
|
+
</PricingOptions.FeatureList>
|
|
355
|
+
<PricingOptions.PrimaryAction href="/waitlist">Join waitlist</PricingOptions.PrimaryAction>
|
|
356
|
+
</PricingOptions.Item>
|
|
357
|
+
</PricingOptions>
|
|
358
|
+
```
|
|
359
|
+
|
|
360
|
+
### Info tooltips
|
|
361
|
+
|
|
362
|
+
Use `infoTooltip` on `PricingOptions.FeatureListItem` to add a supplementary tooltip to a feature.
|
|
363
|
+
|
|
364
|
+
```jsx
|
|
365
|
+
<PricingOptions>
|
|
366
|
+
<PricingOptions.Item>
|
|
367
|
+
<PricingOptions.Heading>Pro</PricingOptions.Heading>
|
|
368
|
+
<PricingOptions.Description>Accelerate workflows with GitHub Copilot.</PricingOptions.Description>
|
|
369
|
+
<PricingOptions.Price currencySymbol="$" trailingText="per month / $100 per year">
|
|
370
|
+
10
|
|
371
|
+
</PricingOptions.Price>
|
|
372
|
+
<PricingOptions.FeatureList>
|
|
373
|
+
<PricingOptions.FeatureListItem>Code completions</PricingOptions.FeatureListItem>
|
|
374
|
+
<PricingOptions.FeatureListItem infoTooltip="Interact with Copilot using natural language.">
|
|
375
|
+
Chat in IDE and Mobile
|
|
376
|
+
</PricingOptions.FeatureListItem>
|
|
377
|
+
<PricingOptions.FeatureListItem infoTooltip="Get help directly in your terminal.">
|
|
378
|
+
CLI assistance
|
|
379
|
+
</PricingOptions.FeatureListItem>
|
|
380
|
+
<PricingOptions.FeatureListItem>Security vulnerability filter</PricingOptions.FeatureListItem>
|
|
381
|
+
</PricingOptions.FeatureList>
|
|
382
|
+
<PricingOptions.PrimaryAction href="/buy">Start a free trial</PricingOptions.PrimaryAction>
|
|
383
|
+
</PricingOptions.Item>
|
|
384
|
+
</PricingOptions>
|
|
385
|
+
```
|
|
386
|
+
|
|
387
|
+
### Actions message
|
|
388
|
+
|
|
389
|
+
Use `PricingOptions.ActionsMessage` to render status, billing, or upgrade notes in the actions area. Add
|
|
390
|
+
`leadingComponent` when you want to show a supporting icon.
|
|
391
|
+
|
|
392
|
+
```jsx
|
|
393
|
+
<PricingOptions variant="cards">
|
|
394
|
+
<PricingOptions.Item>
|
|
395
|
+
<PricingOptions.Label>Most popular</PricingOptions.Label>
|
|
396
|
+
<PricingOptions.Heading>Pro</PricingOptions.Heading>
|
|
397
|
+
<PricingOptions.Description>Accelerate workflows with GitHub Copilot.</PricingOptions.Description>
|
|
398
|
+
<PricingOptions.Price trailingText="per user / month">10</PricingOptions.Price>
|
|
399
|
+
<PricingOptions.PrimaryAction disabled>Upgrade now</PricingOptions.PrimaryAction>
|
|
400
|
+
<PricingOptions.ActionsMessage leadingComponent={<InfoIcon />}>
|
|
401
|
+
<Text as="p" size="100">
|
|
402
|
+
<strong>Upgrades are temporarily paused.</strong> We are rolling out a more flexible billing experience.
|
|
403
|
+
</Text>
|
|
404
|
+
</PricingOptions.ActionsMessage>
|
|
405
|
+
<PricingOptions.FeatureList hasDivider={false}>
|
|
406
|
+
<PricingOptions.FeatureListItem>Copilot cloud agent</PricingOptions.FeatureListItem>
|
|
407
|
+
<PricingOptions.FeatureListItem>Copilot code review</PricingOptions.FeatureListItem>
|
|
408
|
+
<PricingOptions.FeatureListItem>Claude and Codex on GitHub and VS Code</PricingOptions.FeatureListItem>
|
|
409
|
+
</PricingOptions.FeatureList>
|
|
410
|
+
</PricingOptions.Item>
|
|
411
|
+
</PricingOptions>
|
|
412
|
+
```
|
|
413
|
+
|
|
414
|
+
## Component props
|
|
415
|
+
|
|
416
|
+
### PricingOptions `Required`
|
|
417
|
+
|
|
418
|
+
| Name | Type | Default | required | Description |
|
|
419
|
+
| :--------- | :--------------------------------------------------------------- | :-------: | :------: | :---------------------------------- |
|
|
420
|
+
| `as` | `'section' \| 'div'` | `section` | `false` | Applies the underlying HTML element |
|
|
421
|
+
| `children` | `PricingOptions.Item` | | `true` | Applies the underlying HTML element |
|
|
422
|
+
| `variant` | `'default' \| 'default-gradient' \| 'cards' \| 'cards-gradient'` | | `false` | Sets the style variant |
|
|
423
|
+
| `style` | `React.CSSProperties` | | `false` | Inline CSS overrides |
|
|
424
|
+
|
|
425
|
+
### PricingOptions.Item `Required`
|
|
426
|
+
|
|
427
|
+
One item per pricing plan to be displayed. Maximum of 4 items.
|
|
428
|
+
|
|
429
|
+
| Name | Type | Default | required | Description |
|
|
430
|
+
| :--------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :---------: | :------: | :----------------------- |
|
|
431
|
+
| `children` | `'PricingOptions.Heading' \| 'PricingOptions.Label' \| 'PricingOptions.Description' \| 'PricingOptions.Price' \| 'PricingOptions.PrimaryAction' \| 'PricingOptions.SecondaryAction' \| 'PricingOptions.ActionsMessage' \| 'PricingOptions.FeatureList' \| 'PricingOptions.Footnote' \| 'PricingOptions.MenuAction'` | `undefined` | `true` | The contents of the item |
|
|
432
|
+
|
|
433
|
+
### PricingOptions.Heading `Required`
|
|
434
|
+
|
|
435
|
+
| Name | Type | Default | required | Description |
|
|
436
|
+
| :--------- | :------------ | :---------: | :------: | :------------------------------------------------ |
|
|
437
|
+
| `as` | `HeadingTags` | `h3` | `false` | Applies the underlying HTML heading level element |
|
|
438
|
+
| `children` | `ReactNode` | `undefined` | `true` | The heading of the item |
|
|
439
|
+
|
|
440
|
+
### PricingOptions.Label
|
|
441
|
+
|
|
442
|
+
| Name | Type | Default | required | Description |
|
|
443
|
+
| :--------- | :---------- | :---------: | :------: | :----------------------------------- |
|
|
444
|
+
| `children` | `ReactNode` | `undefined` | `true` | The column header label for the item |
|
|
445
|
+
|
|
446
|
+
### PricingOptions.Description
|
|
447
|
+
|
|
448
|
+
| Name | Type | Default | required | Description |
|
|
449
|
+
| :--------- | :---------- | :---------: | :------: | :-------------------------- |
|
|
450
|
+
| `children` | `ReactNode` | `undefined` | `true` | The description of the item |
|
|
451
|
+
|
|
452
|
+
### PricingOptions.Price
|
|
453
|
+
|
|
454
|
+
| Name | Type | Default | required | Description |
|
|
455
|
+
| :--------------- | :---------- | :---------: | :------: | :------------------------------------------------- |
|
|
456
|
+
| `children` | `ReactNode` | `undefined` | `true` | The price of the item |
|
|
457
|
+
| `currencyCode` | `string` | `USD` | `false` | The currency code |
|
|
458
|
+
| `currencySymbol` | `string` | `$` | `false` | The currency symbol |
|
|
459
|
+
| `originalPrice` | `string` | `undefined` | `false` | The initial price before any discounts are applied |
|
|
460
|
+
| `trailingText` | `string` | | `false` | The trailing text |
|
|
461
|
+
|
|
462
|
+
### PricingOptions.ActionsMessage
|
|
463
|
+
|
|
464
|
+
| Name | Type | Default | required | Description |
|
|
465
|
+
| :----------------- | :------------- | :---------: | :------: | :-------------------------------------------------------------------------------- |
|
|
466
|
+
| `children` | `ReactNode` | `undefined` | `true` | The message content rendered in the actions area |
|
|
467
|
+
| `leadingComponent` | `ReactElement` | `undefined` | `false` | Optional leading visual, typically an icon. Sizing is handled by component styles |
|
|
468
|
+
|
|
469
|
+
### PricingOptions.FeatureList
|
|
470
|
+
|
|
471
|
+
| Name | Type | Default | required | Description |
|
|
472
|
+
| :------------ | :----------------------------------------------------------------------------- | :---------: | :------: | :---------------------------------------------------------------------------------------------------------- |
|
|
473
|
+
| `children` | `'PricingOptions.FeatureListGroupHeading' \| 'PricingOptions.FeatureListItem'` | `undefined` | `true` | The list of features |
|
|
474
|
+
| `accordionAs` | `HeadingTags` | `h4` | `false` | Applies the underlying HTML heading level element |
|
|
475
|
+
| `expanded` | `boolean` | `true` | `false` | Controls visibility of feature items. Accepts Object type for granular control at different viewport sizes. |
|
|
476
|
+
| `hasDivider` | `boolean` | `true` | `false` | Controls visibility of a visual border between feature lists and adjacent actions |
|
|
477
|
+
|
|
478
|
+
### PricingOptions.FeatureListGroupHeading
|
|
479
|
+
|
|
480
|
+
| Name | Type | Default | required | Description |
|
|
481
|
+
| :--------- | :---------- | :-----------------: | :------: | :---------------------------------- |
|
|
482
|
+
| `children` | `ReactNode` | `"What's included"` | `false` | A custom title for the feature list |
|
|
483
|
+
|
|
484
|
+
### PricingOptions.FeatureListGroupHeading
|
|
485
|
+
|
|
486
|
+
| Name | Type | Default | required | Description |
|
|
487
|
+
| :--------- | :----------- | :---------: | :------: | :------------------------------------------------ |
|
|
488
|
+
| `as` | `h4, h5, h6` | `h4` | `false` | Applies the underlying HTML heading level element |
|
|
489
|
+
| `children` | `ReactNode` | `undefined` | `true` | The heading of the feature list set |
|
|
490
|
+
|
|
491
|
+
### PricingOptions.FeatureListItem
|
|
492
|
+
|
|
493
|
+
| Name | Type | Default | required | Description |
|
|
494
|
+
| :------------ | :------------------------- | :---------: | :------: | :-------------------------------------------------------- |
|
|
495
|
+
| `children` | `ReactNode` | `undefined` | `true` | The item of the feature list set |
|
|
496
|
+
| `infoTooltip` | `string` | `undefined` | `false` | Tooltip text shown on hover/focus via an info icon button |
|
|
497
|
+
| `variant` | `'included' \| 'excluded'` | `included` | `false` | The variant of the feature list set |
|
|
498
|
+
|
|
499
|
+
### PricingOptions.MenuAction
|
|
500
|
+
|
|
501
|
+
| Name | Type | Default | required | Description |
|
|
502
|
+
| :--------- | :---------- | :---------: | :------: | :---------------------------------------------------------- |
|
|
503
|
+
| `children` | `ReactNode` | `undefined` | `true` | An `ActionMenu` component, typically in `split-button` mode |
|
|
504
|
+
|
|
505
|
+
### PricingOptions.Footnote
|
|
506
|
+
|
|
507
|
+
| Name | Type | Default | required | Description |
|
|
508
|
+
| :--------- | :---------- | :---------: | :------: | :----------------------- |
|
|
509
|
+
| `children` | `ReactNode` | `undefined` | `true` | The footnote of the item |
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Prose
|
|
3
|
+
description: Use the prose component to apply Primer Brand styles to HTML markup.
|
|
4
|
+
keywords: ['HTML', 'text', 'formatting', 'styling']
|
|
5
|
+
ready: true
|
|
6
|
+
source: https://github.com/primer/brand/blob/main/packages/react/src/Prose/Prose.tsx
|
|
7
|
+
storybook: '/brand/storybook/?path=/story/components-prose--playground'
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
```js
|
|
11
|
+
import {Prose} from '@primer/react-brand'
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Examples
|
|
15
|
+
|
|
16
|
+
> The `Prose` component renders native HTML elements with Primer Brand styling. `Prose` doesn't sanitize the input data. We recommend sanitizing the data before passing it into `Prose`.
|
|
17
|
+
>
|
|
18
|
+
> `Prose` currently supports styling the following HTML elements: `<h1>`, `<h2>`, `<h3>`, `<h4>`, `<h5>`, `<h6>`, `<p>`, `<strong>`, `<em>`, `<a>`, `<ul>`, `<ol>`, `<li>`, `<img>`, `<blockquote>`, `<code>`, `<figure>`, `<figcaption>` and `<div>`.
|
|
19
|
+
|
|
20
|
+
### Default
|
|
21
|
+
|
|
22
|
+
```jsx
|
|
23
|
+
<Prose
|
|
24
|
+
html={`
|
|
25
|
+
<h2>Heading level 2</h2>
|
|
26
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tempor lectus ipsum, consectetur convallis diam pretium quis. Proin ut felis ut eros tristique tincidunt.</p>
|
|
27
|
+
<figure>
|
|
28
|
+
<blockquote>
|
|
29
|
+
<p>Nulla ac odio eu magna hendrerit porta. Donec nec eros quis tortor tincidunt vulputate. Aenean id pharetra diam, sit amet auctor leo. Aliquam erat volutpat.</p>
|
|
30
|
+
<figcaption>Lisa Vanderschuit, Engineering Program Manager, Shopify</figcaption>
|
|
31
|
+
</blockquote>
|
|
32
|
+
</figure>
|
|
33
|
+
<p>Integer pellentesque pretium nulla viverra molestie. Praesent quis pretium sapien. Sed convallis eget lectus et pulvinar:</p>
|
|
34
|
+
<ul>
|
|
35
|
+
<li>
|
|
36
|
+
Vivamus eu risus nec lectus consequat rutrum at vel lacus.
|
|
37
|
+
</li>
|
|
38
|
+
<li>Donec at dolor ut metus imperdiet congue vel porta nunc.
|
|
39
|
+
</li>
|
|
40
|
+
<li>Quisque eu tortor suscipit, congue quam in, bibendum tellus.</li>
|
|
41
|
+
</ul>
|
|
42
|
+
<h3>Heading level 3</h3>
|
|
43
|
+
<p>Pellentesque non ornare ligula. Suspendisse nibh purus, pretium id tortor sit amet, tincidunt gravida augue. Ut malesuada, nisl vel dignissim mollis</p>
|
|
44
|
+
<img
|
|
45
|
+
src="/images/placeholder.png"
|
|
46
|
+
alt="placeholder, blank area with a gray background color"
|
|
47
|
+
/>
|
|
48
|
+
<h4>Heading level 4</h4>
|
|
49
|
+
<p>
|
|
50
|
+
Secure code as you write it. Automatically review every change to your codebase and identify vulnerabilities
|
|
51
|
+
before they reach production. <a href="/#">Learn more here.</a>
|
|
52
|
+
</p>
|
|
53
|
+
<h5>Heading level 5</h5>
|
|
54
|
+
<ol>
|
|
55
|
+
<li>
|
|
56
|
+
Vivamus eu risus nec lectus consequat rutrum at vel lacus.
|
|
57
|
+
</li>
|
|
58
|
+
<li>Donec at dolor ut metus imperdiet congue vel porta nunc.
|
|
59
|
+
</li>
|
|
60
|
+
<li>Quisque eu tortor suscipit, congue quam in, bibendum tellus.</li>
|
|
61
|
+
</ol>
|
|
62
|
+
<p><code>for-each-ref</code> is extremely useful for listing references, finding which references point at a given object (with <code>--points-at</code>), which references have been merged into a given branch (with <code>--merged</code>), or which references contain a given commit (with <code>--contains</code>).</p>
|
|
63
|
+
<h6>Heading level 6</h6>
|
|
64
|
+
<p>Pellentesque non ornare ligula. Suspendisse nibh purus, pretium id tortor sit amet, tincidunt gravida augue.</p>
|
|
65
|
+
<table>
|
|
66
|
+
<caption>Developer growth by total developers in 2023, % increase from 2022.</caption>
|
|
67
|
+
<thead>
|
|
68
|
+
<tr>
|
|
69
|
+
<th scope="col">Country</th>
|
|
70
|
+
<th scope="col">Number of developers</th>
|
|
71
|
+
<th scope="col">YoY growth</th>
|
|
72
|
+
</tr>
|
|
73
|
+
</thead>
|
|
74
|
+
<tbody>
|
|
75
|
+
<tr>
|
|
76
|
+
<td>Singapore</td>
|
|
77
|
+
<td>>1M developers</td>
|
|
78
|
+
<td>39%</td>
|
|
79
|
+
</tr>
|
|
80
|
+
<tr>
|
|
81
|
+
<td>India</td>
|
|
82
|
+
<td>>13.2M developers</td>
|
|
83
|
+
<td>36%</td>
|
|
84
|
+
</tr>
|
|
85
|
+
<tr>
|
|
86
|
+
<td>Hong Kong SAR</td>
|
|
87
|
+
<td>>1.6M developers</td>
|
|
88
|
+
<td>35%</td>
|
|
89
|
+
</tr>
|
|
90
|
+
<tr>
|
|
91
|
+
<td>Vietnam</td>
|
|
92
|
+
<td>>1.5M developers</td>
|
|
93
|
+
<td>34%</td>
|
|
94
|
+
</tr>
|
|
95
|
+
<tr>
|
|
96
|
+
<td>Indonesia</td>
|
|
97
|
+
<td>>2.9M developers</td>
|
|
98
|
+
<td>31%</td>
|
|
99
|
+
</tr>
|
|
100
|
+
<tr>
|
|
101
|
+
<td>Japan</td>
|
|
102
|
+
<td>>2.8M developers</td>
|
|
103
|
+
<td>31%</td>
|
|
104
|
+
</tr>
|
|
105
|
+
<tr>
|
|
106
|
+
<td>Philippines</td>
|
|
107
|
+
<td>>1.3M developers</td>
|
|
108
|
+
<td>31%</td>
|
|
109
|
+
</tr>
|
|
110
|
+
<tr>
|
|
111
|
+
<td>Thailand</td>
|
|
112
|
+
<td>>857K developers</td>
|
|
113
|
+
<td>25%</td>
|
|
114
|
+
</tr>
|
|
115
|
+
<tr>
|
|
116
|
+
<td>South Korea</td>
|
|
117
|
+
<td>>1.9M developers</td>
|
|
118
|
+
<td>22%</td>
|
|
119
|
+
</tr>
|
|
120
|
+
<tr>
|
|
121
|
+
<td>Australia</td>
|
|
122
|
+
<td>>1.4M developers</td>
|
|
123
|
+
<td>21%</td>
|
|
124
|
+
</tr>
|
|
125
|
+
</tbody>
|
|
126
|
+
</table>
|
|
127
|
+
<p>Nunc velit odio, posuere eu felis eget, consectetur fermentum nisi. Aenean tempor odio id ornare ultrices. Quisque blandit condimentum tellus, semper efficitur sapien dapibus nec. </p>
|
|
128
|
+
`}
|
|
129
|
+
/>
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
### Full Width
|
|
133
|
+
|
|
134
|
+
```jsx
|
|
135
|
+
<Prose
|
|
136
|
+
enableFullWidth
|
|
137
|
+
html={`
|
|
138
|
+
<p>
|
|
139
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tempor lectus ipsum, consectetur convallis diam
|
|
140
|
+
pretium quis. Proin ut felis ut eros tristique tincidunt.
|
|
141
|
+
</p>
|
|
142
|
+
<p>
|
|
143
|
+
Nulla ac odio eu magna hendrerit porta. Donec nec eros quis tortor tincidunt vulputate. Aenean id pharetra diam,
|
|
144
|
+
sit amet auctor leo. Aliquam erat volutpat.
|
|
145
|
+
</p>
|
|
146
|
+
`}
|
|
147
|
+
/>
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
## Component props
|
|
151
|
+
|
|
152
|
+
### Prose
|
|
153
|
+
|
|
154
|
+
| Name | Type | Default | Required | Description |
|
|
155
|
+
| :---------------- | :-------- | :-----: | :------- | -------------------------------------------------- |
|
|
156
|
+
| `html` | `string` | | `true` | Content to be displayed within the Prose component |
|
|
157
|
+
| `enableFullWidth` | `boolean` | `false` | | A toggle to remove the default max-width |
|
|
158
|
+
| `className` | `string` | | | Sets a custom class on the root element |
|