@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
package/llms.txt
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# Primer Brand — @primer/react-brand v0.70.0-rc.11ae3568
|
|
2
|
+
|
|
3
|
+
> Version-pinned documentation for @primer/react-brand v0.70.0-rc.11ae3568, bundled with the installed package.
|
|
4
|
+
> These docs match this exact release; prefer them over https://primer.style/brand when the
|
|
5
|
+
> installed version differs from the latest. All links below are relative to this file.
|
|
6
|
+
|
|
7
|
+
## Getting started
|
|
8
|
+
|
|
9
|
+
- [Getting started (ESM)](docs/getting-started/esm.md): Primer Brand is open-sourced on GitHub and available on npm.
|
|
10
|
+
- [Getting started](docs/getting-started/index.md): Primer Brand is open-sourced on GitHub and available on npm.
|
|
11
|
+
|
|
12
|
+
## Introduction
|
|
13
|
+
|
|
14
|
+
- [Animation](docs/introduction/animation.md): Use animations to add visual interest and interactivity to a web page or application.
|
|
15
|
+
- [Guides](docs/introduction/index.md): Get started with Primer Brand
|
|
16
|
+
- [MCP server](docs/introduction/mcp.md): Help AI agents use Primer Brand correctly with our Model Context Protocol server.
|
|
17
|
+
- [Theming](docs/introduction/theming.md)
|
|
18
|
+
|
|
19
|
+
## Primitives
|
|
20
|
+
|
|
21
|
+
- [Color](docs/primitives/color.md)
|
|
22
|
+
- [Primitives](docs/primitives/index.md): Learn about Primer Brand Primitives
|
|
23
|
+
|
|
24
|
+
## Layout
|
|
25
|
+
|
|
26
|
+
- [Box](docs/layout/Box/react.md): Use a box to simplify the process of applying one-off styles to an element
|
|
27
|
+
- [Grid](docs/layout/Grid/react.md): Use the grid component to create flexible and responsive grid-based layouts.
|
|
28
|
+
- [Layout](docs/layout/index.md)
|
|
29
|
+
- [Stack](docs/layout/Stack/react.md): Use the stack component to create a layout for its immediate children along the vertical or horizontal axis.
|
|
30
|
+
|
|
31
|
+
## Typography
|
|
32
|
+
|
|
33
|
+
- [Heading](docs/typography/Heading/react.md): Use the heading component to render title or subtitle text.
|
|
34
|
+
- [Text](docs/typography/Text/react.md): Use the text component create a range of body text
|
|
35
|
+
- [Typography](docs/typography/index.md)
|
|
36
|
+
|
|
37
|
+
## Components
|
|
38
|
+
|
|
39
|
+
- [Action menu](docs/components/ActionMenu/index.md): Use the action menu component to display a list of actions or selections that expand through a trigger button.
|
|
40
|
+
- [Anchor nav](docs/components/AnchorNav/index.md): Use the anchor nav component for prompt navigation to different sections of a page.
|
|
41
|
+
- [Avatar](docs/components/Avatar/react.md): Use the avatar component to display a thumbnail representation of a person.
|
|
42
|
+
- [Bento](docs/components/Bento/index.md): Use the bento to present content in a responsive grid layout.
|
|
43
|
+
- [Breadcrumbs](docs/components/Breadcrumbs/react.md): Breadcrumbs display the current page within the site's hierarchy, allowing users to easily navigate to a different level.
|
|
44
|
+
- [Breakout banner](docs/components/BreakoutBanner/react.md): Use a breakout banner to break up content on longer pages and highlight important information.
|
|
45
|
+
- [Button](docs/components/Button/react.md): Use the button component for the main actions on a page or form.
|
|
46
|
+
- [Button group](docs/components/ButtonGroup/react.md): Use the button group component to group related buttons together.
|
|
47
|
+
- [Card](docs/components/Card/react.md): Use the card component to display information in a compact way and link to other internal pages.
|
|
48
|
+
- [Comparison table](docs/components/ComparisonTable/index.md): Use the comparison table component to compare two products or features in a table format.
|
|
49
|
+
- [Components](docs/components/index.md): Primer Brand UI components
|
|
50
|
+
- [CTA banner](docs/components/CTABanner/react.md): Use the CTA banner component to highlight and create urgency around user actions.
|
|
51
|
+
- [CTA form](docs/components/CTAForm/react.md): Use the CTA form component to create a form that is used to collect minimal information from users.
|
|
52
|
+
- [Eyebrow banner](docs/components/EyebrowBanner/index.md): Use the eyebrow banner to highlight important information at the top of a page.
|
|
53
|
+
- [FAQ](docs/components/FAQ/react.md): Use the FAQ component to display content in a Q&A format.
|
|
54
|
+
- [Footnotes](docs/components/Footnotes/react.md): Use footnotes to display contextual information and cite sources in the page content.
|
|
55
|
+
- [Hero](docs/components/Hero/react.md): Use the hero component to render a full-width banner at the top of a page.
|
|
56
|
+
- [Icon](docs/components/Icon/index.md): Use the icon component to display Octicons with an optional background
|
|
57
|
+
- [IDE](docs/components/IDE/index.md): Use the IDE to showcase a simulated integrated developer environment, complete with a code editor and AI chat that's intended to enhance code representation in marketing contexts.
|
|
58
|
+
- [Image](docs/components/Image/react.md): Use the image component to display a graphical representation.
|
|
59
|
+
- [Label](docs/components/Label/react.md): Use the label component to add metadata or indicate the status of items.
|
|
60
|
+
- [Logo suite](docs/components/LogoSuite/react.md): Use a logo suite to present a list logos, such as sponsors or vendors.
|
|
61
|
+
- [Media playlist](docs/components/MediaPlaylist/index.md): Use MediaPlaylist to pair thumbnail-backed media items with a shared playback or media area.
|
|
62
|
+
- [Minimal footer](docs/components/MinimalFooter/index.md): Use the minimal footer component to provide a global footer featuring legal links, GitHub logomarks and footnotes.
|
|
63
|
+
- [NavList](docs/components/NavList/index.md): Use NavList to render vertical navigation with optional expandable groups.
|
|
64
|
+
- [Ordered list](docs/components/OrderedList/react.md): Use the ordered list component to display a list of numbered items.
|
|
65
|
+
- [Pagination](docs/components/Pagination/index.md): Use Pagination to display a sequence of links that allow navigation to discrete, related pages.
|
|
66
|
+
- [Pillar](docs/components/Pillar/react.md): Use the pillar component to group related content together.
|
|
67
|
+
- [Pricing options](docs/components/PricingOptions/index.md): Use the pricing options to display pricing plan information on a page.
|
|
68
|
+
- [Prose](docs/components/Prose/index.md): Use the prose component to apply Primer Brand styles to HTML markup.
|
|
69
|
+
- [River](docs/components/River/react.md): Use the river component to introduce a feature using a type and media pairing.
|
|
70
|
+
- [River accordion](docs/components/RiverAccordion/index.md): Use the river accordion to create expandable content panels with associated visuals.
|
|
71
|
+
- [River breakout tabs](docs/components/RiverBreakoutTabs/index.md): Use RiverBreakoutTabs to pair card-based tabs with a shared visual area on desktop and an accordion pattern on narrower viewports.
|
|
72
|
+
- [Section](docs/components/Section/react.md): Use the section component to group related content together.
|
|
73
|
+
- [Section intro](docs/components/SectionIntro/react.md): Use the section intro component to provide a title, optional description and link to a new section in the page.
|
|
74
|
+
- [Section intro stacked](docs/components/SectionIntroStacked/index.md): Use this section intro component to provide a heading, link and itemized content in a stacked layout.
|
|
75
|
+
- [Statistic](docs/components/Statistic/index.md): Use the statistic component display concise numerical information
|
|
76
|
+
- [Sub nav](docs/components/SubNav/index.md): A sub nav is a secondary navigation element, typically positioned beneath a primary navigation.
|
|
77
|
+
- [Subdomain nav bar](docs/components/SubdomainNavBar/index.md): Use the subdomain nav bar component for top level navigation for subdomain sites.
|
|
78
|
+
- [Tabs](docs/components/Tabs/index.md): Use Tabs to display a list of tabs with associated content panels.
|
|
79
|
+
- [Testimonial](docs/components/Testimonial/react.md): Use testimonial to display a quote from a customer or user.
|
|
80
|
+
- [Tiles](docs/components/Tiles/index.md): Use tiles to display a grid of logos or icons with optional links.
|
|
81
|
+
- [Timeline](docs/components/Timeline/index.md): Use the timeline component to display a list of connected items as a vertical timeline.
|
|
82
|
+
- [Token](docs/components/Token/index.md): Token is a compact representation of an object, and is typically used to show a collection of related metadata.
|
|
83
|
+
- [Tooltip](docs/components/Tooltip/index.md): Use the tooltip component to display a short message when a user hovers or focuses an interactive element.
|
|
84
|
+
- [Unordered list](docs/components/UnorderedList/react.md): Use the unordered list component to present a collection of items without specific ordering.
|
|
85
|
+
- [Video player](docs/components/VideoPlayer/index.md): Use the video player component to enable playback of self-hosted videos
|
|
86
|
+
|
|
87
|
+
## Forms
|
|
88
|
+
|
|
89
|
+
- [Checkbox](docs/forms/Checkbox/react.md): Use the checkbox component to select one or more options of a limited number of choices.
|
|
90
|
+
- [Checkbox group](docs/forms/CheckboxGroup/react.md): Checkbox group renders a set of checkboxes.
|
|
91
|
+
- [Form control](docs/forms/FormControl/index.md): Use the form control component to display form inputs alongside labels, validation and more.
|
|
92
|
+
- [Forms](docs/forms/index.md)
|
|
93
|
+
- [Radio](docs/forms/Radio/react.md): Use the radio component when a user needs to select one option from a list.
|
|
94
|
+
- [Radio group](docs/forms/RadioGroup/react.md): Radio group is used to render a short list of mutually exclusive options.
|
|
95
|
+
- [Select](docs/forms/Select/index.md): Use the select component to enable selection of one option from a list.
|
|
96
|
+
- [Text input](docs/forms/TextInput/index.md): Use the text input component for single-line text field.
|
|
97
|
+
- [Textarea](docs/forms/TextArea/index.md): Use the textarea component for multi-line text input form fields.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/react-brand",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.70.0-rc.11ae3568",
|
|
4
4
|
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"primer",
|
|
@@ -46,24 +46,29 @@
|
|
|
46
46
|
"files": [
|
|
47
47
|
"lib",
|
|
48
48
|
"esm",
|
|
49
|
-
"fonts"
|
|
49
|
+
"fonts",
|
|
50
|
+
"docs",
|
|
51
|
+
"llms.txt"
|
|
50
52
|
],
|
|
51
53
|
"scripts": {
|
|
52
54
|
"build": "npm run clean && npm run build:css-types && npm run build:umd && npm run build:esm && scripts/postbuild",
|
|
53
|
-
"build:umd": "webpack",
|
|
55
|
+
"build:umd": "webpack && tsc --project tsconfig.umd.json",
|
|
54
56
|
"build:esm": "vite build --config vite.esm.config.ts && tsc --project tsconfig.esm.json",
|
|
55
57
|
"build:css-types": "tcm -p 'src/**/*.css' .",
|
|
56
58
|
"build:types": "tsc --project tsconfig.build.json",
|
|
59
|
+
"bundle:docs": "node scripts/bundle-docs.mjs",
|
|
57
60
|
"check": "tsc --noEmit",
|
|
58
|
-
"clean": "rm -rf lib && rm -rf esm && rm -rf fonts",
|
|
61
|
+
"clean": "rm -rf lib && rm -rf esm && rm -rf fonts && rm -rf docs && rm -f llms.txt",
|
|
59
62
|
"format": "prettier --check '**/*.{js,jsx,ts,tsx,md,mdx,css,json}'",
|
|
60
63
|
"format:fix": "prettier --write '**/*.{js,jsx,ts,tsx,md,mdx,css,json}'",
|
|
61
64
|
"lint": "eslint '**/*.{js,ts,tsx,md,mdx}' --max-warnings=0",
|
|
62
65
|
"lint:fix": "npm run lint -- --fix",
|
|
66
|
+
"prepack": "npm run bundle:docs",
|
|
63
67
|
"release": "npm run build && changeset publish",
|
|
64
68
|
"start": "npm run start:css-types",
|
|
65
69
|
"start:css-types": "tcm -w -p 'src/**/*.css' .",
|
|
66
|
-
"test": "jest"
|
|
70
|
+
"test": "jest",
|
|
71
|
+
"bundle:docs:verify": "node scripts/verify-docs-bundle.mjs"
|
|
67
72
|
},
|
|
68
73
|
"dependencies": {
|
|
69
74
|
"@oddbird/popover-polyfill": "0.5.2",
|
|
@@ -94,15 +99,22 @@
|
|
|
94
99
|
"identity-obj-proxy": "^3.0.0",
|
|
95
100
|
"jest-axe": "10.0.0",
|
|
96
101
|
"jest-environment-jsdom": "^30.3.0",
|
|
102
|
+
"mdast-util-to-string": "^4.0.0",
|
|
97
103
|
"mini-css-extract-plugin": "2.10.2",
|
|
98
104
|
"postcss": "8.5.10",
|
|
99
105
|
"postcss-loader": "8.2.1",
|
|
100
106
|
"postcss-preset-env": "11.2.0",
|
|
107
|
+
"remark-frontmatter": "^5.0.0",
|
|
108
|
+
"remark-gfm": "^4.0.1",
|
|
109
|
+
"remark-mdx": "^3.1.1",
|
|
110
|
+
"remark-parse": "^11.0.0",
|
|
111
|
+
"remark-stringify": "^11.0.0",
|
|
101
112
|
"storybook": "^10.3.4",
|
|
102
113
|
"style-dictionary": "^3.8.0",
|
|
103
114
|
"style-loader": "4.0.0",
|
|
104
115
|
"ts-loader": "^9.5.7",
|
|
105
116
|
"typed-css-modules": "0.9.1",
|
|
117
|
+
"unified": "^11.0.5",
|
|
106
118
|
"vite": "^8.0.3",
|
|
107
119
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
108
120
|
"typescript-plugin-css-modules": "5.2.0",
|
package/esm/Hero/Hero.figma.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Hero.figma.d.ts","sourceRoot":"","sources":["../../src/Hero/Hero.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IDEChatMessage, IDEEditorFile } from '../IDE';
|
|
2
|
-
export declare const chatScriptAlt = "A conversation about JavaScript arrays between a user and GitHub Copilot. The user asks three questions: how to concatenate arrays, how to check if something is an array, and how to remove elements from an array. Copilot provides code examples for each, demonstrating concat(), Array.isArray(), and filter() methods respectively.";
|
|
3
|
-
export declare const chatScript: IDEChatMessage[];
|
|
4
|
-
export declare const defaultFiles: IDEEditorFile[];
|
|
5
|
-
export declare const singleFile: IDEEditorFile[];
|
|
6
|
-
export declare const files: IDEEditorFile[];
|
|
7
|
-
//# sourceMappingURL=content.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../src/IDE/fixtures/content.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAE,aAAa,EAAC,MAAM,QAAQ,CAAA;AASpD,eAAO,MAAM,aAAa,8UACmT,CAAA;AAE7U,eAAO,MAAM,UAAU,EAAE,cAAc,EAiDtC,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,aAAa,EAqBvC,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,aAAa,EAsBrC,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,aAAa,EAmFhC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LogoSuite.figma.d.ts","sourceRoot":"","sources":["../../src/LogoSuite/LogoSuite.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LogoSuite.fixtures.d.ts","sourceRoot":"","sources":["../../src/LogoSuite/LogoSuite.fixtures.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,2CAiKjB,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
type MonaSansProps = {
|
|
3
|
-
children: string | React.ReactElement;
|
|
4
|
-
italic?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10';
|
|
5
|
-
size?: number;
|
|
6
|
-
weight?: number;
|
|
7
|
-
width?: number;
|
|
8
|
-
};
|
|
9
|
-
export declare function MonaSans({ children, italic, size, weight, width }: MonaSansProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=MonaSans.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MonaSans.d.ts","sourceRoot":"","sources":["../../src/MonaSans/MonaSans.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,KAAK,aAAa,GAAG;IACnB,QAAQ,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAA;IACrC,MAAM,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAA;IACnE,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,wBAAgB,QAAQ,CAAC,EAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAC,EAAE,aAAa,2CAuB9E"}
|
package/esm/MonaSans/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/MonaSans/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PricingOptions.figma.d.ts","sourceRoot":"","sources":["../../src/PricingOptions/PricingOptions.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Tiles.fixtures.d.ts","sourceRoot":"","sources":["../../src/Tiles/Tiles.fixtures.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAQzB,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,KAAK,CAAC,SAAS,CAAA;CAAC,CAyCjF,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AzureLogo.d.ts","sourceRoot":"","sources":["../../../src/fixtures/third-party-logos/AzureLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,KAAK,cAAc,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;AAEnD,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,4CA0D9C,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JetBrainsLogo.d.ts","sourceRoot":"","sources":["../../../src/fixtures/third-party-logos/JetBrainsLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,KAAK,kBAAkB,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;AAEvD,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CA2BtD,CAAA"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
type MicrosoftCopilotLogoProps = React.SVGProps<SVGSVGElement>;
|
|
3
|
-
export declare const MicrosoftCopilotLogo: (props: MicrosoftCopilotLogoProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export {};
|
|
5
|
-
//# sourceMappingURL=MicrosoftCopilotLogo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MicrosoftCopilotLogo.d.ts","sourceRoot":"","sources":["../../../src/fixtures/third-party-logos/MicrosoftCopilotLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,KAAK,yBAAyB,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;AAE9D,eAAO,MAAM,oBAAoB,GAAI,OAAO,yBAAyB,4CA8FpE,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MicrosoftLogo.d.ts","sourceRoot":"","sources":["../../../src/fixtures/third-party-logos/MicrosoftLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,KAAK,kBAAkB,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;AAEvD,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CActD,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NeoVimLogo.d.ts","sourceRoot":"","sources":["../../../src/fixtures/third-party-logos/NeoVimLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,KAAK,eAAe,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;AAEpD,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAmDhD,CAAA"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
type VisualStudioCodeLogoProps = React.SVGProps<SVGSVGElement>;
|
|
3
|
-
export declare const VisualStudioCodeLogo: (props: VisualStudioCodeLogoProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export {};
|
|
5
|
-
//# sourceMappingURL=VisualStudioCodeLogo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VisualStudioCodeLogo.d.ts","sourceRoot":"","sources":["../../../src/fixtures/third-party-logos/VisualStudioCodeLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,KAAK,yBAAyB,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;AAE9D,eAAO,MAAM,oBAAoB,GAAI,OAAO,yBAAyB,4CA2FpE,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VisualStudioLogo.d.ts","sourceRoot":"","sources":["../../../src/fixtures/third-party-logos/VisualStudioLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,KAAK,qBAAqB,GAAG,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;AAE1D,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,4CAmJ5D,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/list/ListItem/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ColorModesEnum } from '../../..';
|
|
2
|
-
import { Themes } from '../helpers';
|
|
3
|
-
type FeaturePreviewLevelOneProps = {
|
|
4
|
-
colorMode?: ColorModesEnum.LIGHT | ColorModesEnum.DARK;
|
|
5
|
-
accentColor: Themes;
|
|
6
|
-
formType: 'default' | 'extended';
|
|
7
|
-
heroLabel: string;
|
|
8
|
-
heroTitle: string;
|
|
9
|
-
heroDescription: string;
|
|
10
|
-
};
|
|
11
|
-
export declare function FeaturePreviewLevelOne({ accentColor, colorMode, ...args }: FeaturePreviewLevelOneProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=FeaturePreviewLevelOne.d.ts.map
|
package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FeaturePreviewLevelOne.d.ts","sourceRoot":"","sources":["../../../../src/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.tsx"],"names":[],"mappings":"AACA,OAAO,EAAM,cAAc,EAAqE,MAAM,UAAU,CAAA;AAIhH,OAAO,EAAC,MAAM,EAAkB,MAAM,YAAY,CAAA;AAKlD,KAAK,2BAA2B,GAAG;IACjC,SAAS,CAAC,EAAE,cAAc,CAAC,KAAK,GAAG,cAAc,CAAC,IAAI,CAAA;IACtD,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,SAAS,GAAG,UAAU,CAAA;IAChC,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,eAAe,EAAE,MAAM,CAAA;CACxB,CAAA;AAOD,wBAAgB,sBAAsB,CAAC,EAAC,WAAW,EAAE,SAAS,EAAE,GAAG,IAAI,EAAC,EAAE,2BAA2B,2CA8GpG"}
|
package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ColorModesEnum } from '../../..';
|
|
2
|
-
import { Themes } from '../helpers';
|
|
3
|
-
type FeaturePreviewLevelOneSideBySideProps = {
|
|
4
|
-
colorMode?: ColorModesEnum.LIGHT | ColorModesEnum.DARK;
|
|
5
|
-
formType?: 'default' | 'extended';
|
|
6
|
-
accentColor: Themes;
|
|
7
|
-
heroLabel: string;
|
|
8
|
-
heroTitle: string;
|
|
9
|
-
heroDescription: string;
|
|
10
|
-
isEnterprise: boolean;
|
|
11
|
-
};
|
|
12
|
-
export declare function FeaturePreviewLevelOneSideBySide({ accentColor, colorMode, isEnterprise, ...args }: FeaturePreviewLevelOneSideBySideProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
export {};
|
|
14
|
-
//# sourceMappingURL=FeaturePreviewLevelOneSideBySide.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FeaturePreviewLevelOneSideBySide.d.ts","sourceRoot":"","sources":["../../../../src/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,cAAc,EASf,MAAM,UAAU,CAAA;AAEjB,OAAO,EAAC,MAAM,EAAkB,MAAM,YAAY,CAAA;AAOlD,KAAK,qCAAqC,GAAG;IAC3C,SAAS,CAAC,EAAE,cAAc,CAAC,KAAK,GAAG,cAAc,CAAC,IAAI,CAAA;IACtD,QAAQ,CAAC,EAAE,SAAS,GAAG,UAAU,CAAA;IACjC,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,eAAe,EAAE,MAAM,CAAA;IACvB,YAAY,EAAE,OAAO,CAAA;CACtB,CAAA;AAED,wBAAgB,gCAAgC,CAAC,EAC/C,WAAW,EACX,SAAS,EACT,YAAoB,EACpB,GAAG,IAAI,EACR,EAAE,qCAAqC,2CAsPvC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ColorModesEnum } from '../../../../ThemeProvider';
|
|
2
|
-
type FormExampleProps = {
|
|
3
|
-
colorMode?: ColorModesEnum.LIGHT | ColorModesEnum.DARK;
|
|
4
|
-
type?: 'default' | 'extended';
|
|
5
|
-
};
|
|
6
|
-
export declare function FormExample({ type, colorMode }: FormExampleProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=FormExample.d.ts.map
|
package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormExample.d.ts","sourceRoot":"","sources":["../../../../../src/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAA;AAExD,KAAK,gBAAgB,GAAG;IACtB,SAAS,CAAC,EAAE,cAAc,CAAC,KAAK,GAAG,cAAc,CAAC,IAAI,CAAA;IACtD,IAAI,CAAC,EAAE,SAAS,GAAG,UAAU,CAAA;CAC9B,CAAA;AAED,wBAAgB,WAAW,CAAC,EAAC,IAAgB,EAAE,SAAgC,EAAC,EAAE,gBAAgB,2CA2OjG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ColorModesEnum } from '../../..';
|
|
3
|
-
import { Themes } from '../helpers';
|
|
4
|
-
type FeaturePreviewLevelTwoProps = {
|
|
5
|
-
gridOverlay?: boolean;
|
|
6
|
-
variant?: 'Maximum' | 'Minimum';
|
|
7
|
-
colorMode?: ColorModesEnum.LIGHT | ColorModesEnum.DARK;
|
|
8
|
-
accentColor: Themes;
|
|
9
|
-
subNavVisible: boolean;
|
|
10
|
-
heroAlign: 'start' | 'center';
|
|
11
|
-
heroBg: boolean;
|
|
12
|
-
showHeroVisual: boolean;
|
|
13
|
-
heroLabel: string;
|
|
14
|
-
heroTitle: string;
|
|
15
|
-
heroDescription: string;
|
|
16
|
-
heroCtaTextPrimary: string;
|
|
17
|
-
heroCtaTextSecondary: string;
|
|
18
|
-
sectionIntroAlign: 'start' | 'center';
|
|
19
|
-
sectionIntroText: string | React.ReactElement[];
|
|
20
|
-
sectionIntroVisible: boolean;
|
|
21
|
-
pillarVisible: boolean;
|
|
22
|
-
pillarBackground: boolean;
|
|
23
|
-
logoSuiteVisible: boolean;
|
|
24
|
-
riverOneVisible: boolean;
|
|
25
|
-
riverOneType: 'start' | 'end' | 'breakout';
|
|
26
|
-
riverOneTitle: string;
|
|
27
|
-
riverOneDescription: string;
|
|
28
|
-
riverOneCtaText: string;
|
|
29
|
-
riverTwoVisible: boolean;
|
|
30
|
-
riverTwoType: 'start' | 'end' | 'breakout';
|
|
31
|
-
riverTwoTitle: string;
|
|
32
|
-
riverTwoDescription: string;
|
|
33
|
-
riverTwoCtaText: string;
|
|
34
|
-
riverThreeVisible: boolean;
|
|
35
|
-
riverThreeType: 'start' | 'end' | 'breakout';
|
|
36
|
-
riverThreeTitle: string;
|
|
37
|
-
riverThreeDescription: string;
|
|
38
|
-
riverThreeCtaText: string;
|
|
39
|
-
testimonialVisible: boolean;
|
|
40
|
-
testimonialQuantity: number;
|
|
41
|
-
ctaBannerVisible: boolean;
|
|
42
|
-
ctaBannerShowBg: boolean;
|
|
43
|
-
faqVisible: boolean;
|
|
44
|
-
faqType: 'group' | 'single';
|
|
45
|
-
cardsVisible: boolean;
|
|
46
|
-
};
|
|
47
|
-
export declare function FeaturePreviewLevelTwo({ accentColor, variant, gridOverlay, colorMode, ...args }: FeaturePreviewLevelTwoProps): import("react/jsx-runtime").JSX.Element;
|
|
48
|
-
export {};
|
|
49
|
-
//# sourceMappingURL=FeaturePreviewLevelTwo.d.ts.map
|
package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FeaturePreviewLevelTwo.d.ts","sourceRoot":"","sources":["../../../../src/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkB,MAAM,OAAO,CAAA;AAGtC,OAAO,EAKL,cAAc,EAuBf,MAAM,UAAU,CAAA;AAUjB,OAAO,EAAC,MAAM,EAAkB,MAAM,YAAY,CAAA;AASlD,KAAK,2BAA2B,GAAG;IACjC,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAA;IAC/B,SAAS,CAAC,EAAE,cAAc,CAAC,KAAK,GAAG,cAAc,CAAC,IAAI,CAAA;IACtD,WAAW,EAAE,MAAM,CAAA;IAEnB,aAAa,EAAE,OAAO,CAAA;IACtB,SAAS,EAAE,OAAO,GAAG,QAAQ,CAAA;IAC7B,MAAM,EAAE,OAAO,CAAA;IACf,cAAc,EAAE,OAAO,CAAA;IACvB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,eAAe,EAAE,MAAM,CAAA;IACvB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,oBAAoB,EAAE,MAAM,CAAA;IAE5B,iBAAiB,EAAE,OAAO,GAAG,QAAQ,CAAA;IACrC,gBAAgB,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,EAAE,CAAA;IAC/C,mBAAmB,EAAE,OAAO,CAAA;IAE5B,aAAa,EAAE,OAAO,CAAA;IACtB,gBAAgB,EAAE,OAAO,CAAA;IAEzB,gBAAgB,EAAE,OAAO,CAAA;IAEzB,eAAe,EAAE,OAAO,CAAA;IACxB,YAAY,EAAE,OAAO,GAAG,KAAK,GAAG,UAAU,CAAA;IAC1C,aAAa,EAAE,MAAM,CAAA;IACrB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,eAAe,EAAE,MAAM,CAAA;IAEvB,eAAe,EAAE,OAAO,CAAA;IACxB,YAAY,EAAE,OAAO,GAAG,KAAK,GAAG,UAAU,CAAA;IAC1C,aAAa,EAAE,MAAM,CAAA;IACrB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,eAAe,EAAE,MAAM,CAAA;IAEvB,iBAAiB,EAAE,OAAO,CAAA;IAC1B,cAAc,EAAE,OAAO,GAAG,KAAK,GAAG,UAAU,CAAA;IAC5C,eAAe,EAAE,MAAM,CAAA;IACvB,qBAAqB,EAAE,MAAM,CAAA;IAC7B,iBAAiB,EAAE,MAAM,CAAA;IAEzB,kBAAkB,EAAE,OAAO,CAAA;IAC3B,mBAAmB,EAAE,MAAM,CAAA;IAE3B,gBAAgB,EAAE,OAAO,CAAA;IACzB,eAAe,EAAE,OAAO,CAAA;IAExB,UAAU,EAAE,OAAO,CAAA;IACnB,OAAO,EAAE,OAAO,GAAG,QAAQ,CAAA;IAE3B,YAAY,EAAE,OAAO,CAAA;CACtB,CAAA;AAED,wBAAgB,sBAAsB,CAAC,EACrC,WAAW,EACX,OAAO,EACP,WAAmB,EACnB,SAAS,EACT,GAAG,IAAI,EACR,EAAE,2BAA2B,2CA0rB7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ColorModesEnum } from '../../..';
|
|
2
|
-
import { Themes } from '../helpers';
|
|
3
|
-
type FeaturePreviewLevelZeroProps = {
|
|
4
|
-
colorMode?: ColorModesEnum.LIGHT | ColorModesEnum.DARK;
|
|
5
|
-
accentColor: Themes;
|
|
6
|
-
heroAlign: 'start' | 'center';
|
|
7
|
-
heroVisualPosition: 'block-end' | 'inline-end';
|
|
8
|
-
showHeroVisual: boolean;
|
|
9
|
-
heroLabel: string;
|
|
10
|
-
heroTitle: string;
|
|
11
|
-
heroDescription: string;
|
|
12
|
-
heroCtaTextPrimary: string;
|
|
13
|
-
heroCtaTextSecondary: string;
|
|
14
|
-
};
|
|
15
|
-
export declare function FeaturePreviewLevelZero({ accentColor, colorMode, ...args }: FeaturePreviewLevelZeroProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=FeaturePreviewLevelZero.d.ts.map
|
package/esm/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FeaturePreviewLevelZero.d.ts","sourceRoot":"","sources":["../../../../src/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,cAAc,EAYf,MAAM,UAAU,CAAA;AAEjB,OAAO,EAAC,MAAM,EAAkB,MAAM,YAAY,CAAA;AAKlD,KAAK,4BAA4B,GAAG;IAClC,SAAS,CAAC,EAAE,cAAc,CAAC,KAAK,GAAG,cAAc,CAAC,IAAI,CAAA;IACtD,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,OAAO,GAAG,QAAQ,CAAA;IAC7B,kBAAkB,EAAE,WAAW,GAAG,YAAY,CAAA;IAC9C,cAAc,EAAE,OAAO,CAAA;IACvB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,eAAe,EAAE,MAAM,CAAA;IACvB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,oBAAoB,EAAE,MAAM,CAAA;CAC7B,CAAA;AAED,wBAAgB,uBAAuB,CAAC,EAAC,WAAW,EAAE,SAAS,EAAE,GAAG,IAAI,EAAC,EAAE,4BAA4B,2CA6JtG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { ColorModesEnum } from '../../ThemeProvider';
|
|
2
|
-
export type Themes = 'ai' | 'collaboration' | 'security' | 'productivity';
|
|
3
|
-
export type ThemeDetailsMap = {
|
|
4
|
-
[theme in Themes]: {
|
|
5
|
-
[ColorModesEnum.LIGHT]: {
|
|
6
|
-
color: string;
|
|
7
|
-
images: {
|
|
8
|
-
heroBg: string;
|
|
9
|
-
heroVisualBg: string;
|
|
10
|
-
riverVisualBgs: string[];
|
|
11
|
-
ctaBannerBg: string;
|
|
12
|
-
testimonialBg: string;
|
|
13
|
-
sideBySideFormBg?: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
[ColorModesEnum.DARK]: {
|
|
17
|
-
color: string;
|
|
18
|
-
images: {
|
|
19
|
-
heroBg: string;
|
|
20
|
-
heroVisualBg: string;
|
|
21
|
-
riverVisualBgs: string[];
|
|
22
|
-
ctaBannerBg: string;
|
|
23
|
-
testimonialBg: string;
|
|
24
|
-
sideBySideFormBg?: string;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
export declare const themeDetailsMap: ThemeDetailsMap;
|
|
30
|
-
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/recipes/FeaturePreviewLPs/helpers.ts"],"names":[],"mappings":"AA8CA,OAAO,EAAC,cAAc,EAAC,MAAM,qBAAqB,CAAA;AAElD,MAAM,MAAM,MAAM,GAAG,IAAI,GAAG,eAAe,GAAG,UAAU,GAAG,cAAc,CAAA;AAEzE,MAAM,MAAM,eAAe,GAAG;KAC3B,KAAK,IAAI,MAAM,GAAG;QACjB,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE;YACtB,KAAK,EAAE,MAAM,CAAA;YACb,MAAM,EAAE;gBACN,MAAM,EAAE,MAAM,CAAA;gBACd,YAAY,EAAE,MAAM,CAAA;gBACpB,cAAc,EAAE,MAAM,EAAE,CAAA;gBACxB,WAAW,EAAE,MAAM,CAAA;gBACnB,aAAa,EAAE,MAAM,CAAA;gBACrB,gBAAgB,CAAC,EAAE,MAAM,CAAA;aAC1B,CAAA;SACF,CAAA;QACD,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE;YACrB,KAAK,EAAE,MAAM,CAAA;YACb,MAAM,EAAE;gBACN,MAAM,EAAE,MAAM,CAAA;gBACd,YAAY,EAAE,MAAM,CAAA;gBACpB,cAAc,EAAE,MAAM,EAAE,CAAA;gBACxB,WAAW,EAAE,MAAM,CAAA;gBACnB,aAAa,EAAE,MAAM,CAAA;gBACrB,gBAAgB,CAAC,EAAE,MAAM,CAAA;aAC1B,CAAA;SACF,CAAA;KACF;CACF,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,eAiG7B,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FlexTemplateSection } from '../FlexTemplate.types';
|
|
2
|
-
type FlexSectionProps = {
|
|
3
|
-
component: FlexTemplateSection;
|
|
4
|
-
className?: string;
|
|
5
|
-
};
|
|
6
|
-
export declare function FlexSection({ component, className }: FlexSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=FlexSection.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FlexSection.d.ts","sourceRoot":"","sources":["../../../../src/recipes/FlexTemplate/FlexSection/FlexSection.tsx"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EAGV,mBAAmB,EAEpB,MAAM,uBAAuB,CAAA;AAE9B,KAAK,gBAAgB,GAAG;IACtB,SAAS,EAAE,mBAAmB,CAAA;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,WAAW,CAAC,EAAC,SAAS,EAAE,SAAS,EAAC,EAAE,gBAAgB,2CAilBnE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContentfulRiver.d.ts","sourceRoot":"","sources":["../../../../../src/recipes/FlexTemplate/FlexSection/components/ContentfulRiver.tsx"],"names":[],"mappings":"AAYA,wBAAgB,eAAe,CAAC,EAAC,KAAK,EAAE,SAAS,EAAC,EAAE,GAAG,2CAsGtD"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { FlexTemplateRiverItem } from '../../FlexTemplate.types';
|
|
3
|
-
type ContentfulRiverAccordionProps = {
|
|
4
|
-
rivers: FlexTemplateRiverItem;
|
|
5
|
-
} & React.HTMLAttributes<HTMLDivElement>;
|
|
6
|
-
export declare function ContentfulRiverAccordion({ rivers, className }: ContentfulRiverAccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=ContentfulRiverAccordion.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContentfulRiverAccordion.d.ts","sourceRoot":"","sources":["../../../../../src/recipes/FlexTemplate/FlexSection/components/ContentfulRiverAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,KAAK,EAAiC,qBAAqB,EAAC,MAAM,0BAA0B,CAAA;AAMnG,KAAK,6BAA6B,GAAG;IACnC,MAAM,EAAE,qBAAqB,CAAA;CAC9B,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;AAExC,wBAAgB,wBAAwB,CAAC,EAAC,MAAM,EAAE,SAAS,EAAC,EAAE,6BAA6B,2CA6C1F"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContentfulRiverBreakout.d.ts","sourceRoot":"","sources":["../../../../../src/recipes/FlexTemplate/FlexSection/components/ContentfulRiverBreakout.tsx"],"names":[],"mappings":"AAUA,wBAAgB,uBAAuB,CAAC,EAAC,MAAM,EAAE,SAAS,EAAC,EAAE,GAAG,2CA4F/D"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FlexTemplateTestimonialsConfig } from '../../FlexTemplate.types';
|
|
2
|
-
type ContentfulTestimonialsProps = {
|
|
3
|
-
testimonials: FlexTemplateTestimonialsConfig;
|
|
4
|
-
className?: string;
|
|
5
|
-
};
|
|
6
|
-
export declare function ContentfulTestimonials({ testimonials, className }: ContentfulTestimonialsProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=ContentfulTestimonials.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContentfulTestimonials.d.ts","sourceRoot":"","sources":["../../../../../src/recipes/FlexTemplate/FlexSection/components/ContentfulTestimonials.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,8BAA8B,EAAC,MAAM,0BAA0B,CAAA;AAK5E,KAAK,2BAA2B,GAAG;IACjC,YAAY,EAAE,8BAA8B,CAAA;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,sBAAsB,CAAC,EAAC,YAAY,EAAE,SAAS,EAAC,EAAE,2BAA2B,2CAuE5F"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FlexTemplateTestimonialsConfig } from '../../FlexTemplate.types';
|
|
2
|
-
type FlexSectionTestimonialsProps = {
|
|
3
|
-
testimonials: FlexTemplateTestimonialsConfig;
|
|
4
|
-
className?: string;
|
|
5
|
-
};
|
|
6
|
-
export declare function FlexSectionTestimonials({ testimonials, className }: FlexSectionTestimonialsProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=FlexSectionTestimonials.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FlexSectionTestimonials.d.ts","sourceRoot":"","sources":["../../../../../src/recipes/FlexTemplate/FlexSection/components/FlexSectionTestimonials.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAC,8BAA8B,EAAC,MAAM,0BAA0B,CAAA;AAmE5E,KAAK,4BAA4B,GAAG;IAClC,YAAY,EAAE,8BAA8B,CAAA;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,uBAAuB,CAAC,EAAC,YAAY,EAAE,SAAS,EAAC,EAAE,4BAA4B,2CAuC9F"}
|