@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,1441 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Tiles
|
|
3
|
+
description: Use tiles to display a grid of logos or icons with optional links.
|
|
4
|
+
keywords: ['tiles', 'grid', 'logos', 'icons', 'links', 'integrations']
|
|
5
|
+
ready: true
|
|
6
|
+
source: https://github.com/primer/brand/blob/main/packages/react/src/Tiles/Tiles.tsx
|
|
7
|
+
storybook: '/brand/storybook/?path=/story/components-tiles--playground'
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
```js
|
|
11
|
+
import {Tiles} from '@primer/react-brand'
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Examples
|
|
15
|
+
|
|
16
|
+
### Default
|
|
17
|
+
|
|
18
|
+
```jsx
|
|
19
|
+
<Tiles>
|
|
20
|
+
<Tiles.Item name="GitHub">
|
|
21
|
+
<svg role="img" width="44" height="44" viewBox="0 0 98 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
22
|
+
<title>GitHub</title>
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z"
|
|
27
|
+
fill="currentColor"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
</Tiles.Item>
|
|
31
|
+
<Tiles.Item name="VS Code">
|
|
32
|
+
<svg
|
|
33
|
+
focusable="false"
|
|
34
|
+
width="44"
|
|
35
|
+
height="44"
|
|
36
|
+
viewBox="0 0 100 100"
|
|
37
|
+
fill="none"
|
|
38
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
39
|
+
aria-label="Visual Studio Code icon"
|
|
40
|
+
>
|
|
41
|
+
<mask id="mask0_default" maskUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
|
|
42
|
+
<path
|
|
43
|
+
fillRule="evenodd"
|
|
44
|
+
clipRule="evenodd"
|
|
45
|
+
d="M70.9119 99.3171C72.4869 99.9307 74.2828 99.8914 75.8725 99.1264L96.4608 89.2197C98.6242 88.1787 100 85.9892 100 83.5872V16.4133C100 14.0113 98.6243 11.8218 96.4609 10.7808L75.8725 0.873756C73.7862 -0.130129 71.3446 0.11576 69.5135 1.44695C69.252 1.63711 69.0028 1.84943 68.769 2.08341L29.3551 38.0415L12.1872 25.0096C10.589 23.7965 8.35363 23.8959 6.86933 25.2461L1.36303 30.2549C-0.452552 31.9064 -0.454633 34.7627 1.35853 36.417L16.2471 50.0001L1.35853 63.5832C-0.454633 65.2374 -0.452552 68.0938 1.36303 69.7453L6.86933 74.7541C8.35363 76.1043 10.589 76.2037 12.1872 74.9905L29.3551 61.9587L68.769 97.9167C69.3925 98.5406 70.1246 99.0104 70.9119 99.3171ZM75.0152 27.2989L45.1091 50.0001L75.0152 72.7012V27.2989Z"
|
|
46
|
+
fill="white"
|
|
47
|
+
/>
|
|
48
|
+
</mask>
|
|
49
|
+
<g mask="url(#mask0_default)">
|
|
50
|
+
<path
|
|
51
|
+
d="M96.4614 10.7962L75.8569 0.875542C73.4719 -0.272773 70.6217 0.211611 68.75 2.08333L1.29858 63.5832C-0.515693 65.2373 -0.513607 68.0937 1.30308 69.7452L6.81272 74.754C8.29793 76.1042 10.5347 76.2036 12.1338 74.9905L93.3609 13.3699C96.086 11.3026 100 13.2462 100 16.6667V16.4275C100 14.0265 98.6246 11.8378 96.4614 10.7962Z"
|
|
52
|
+
fill="#0065A9"
|
|
53
|
+
/>
|
|
54
|
+
<g filter="url(#filter0_d_default)">
|
|
55
|
+
<path
|
|
56
|
+
d="M96.4614 89.2038L75.8569 99.1245C73.4719 100.273 70.6217 99.7884 68.75 97.9167L1.29858 36.4169C-0.515693 34.7627 -0.513607 31.9063 1.30308 30.2548L6.81272 25.246C8.29793 23.8958 10.5347 23.7964 12.1338 25.0095L93.3609 86.6301C96.086 88.6974 100 86.7538 100 83.3334V83.5726C100 85.9735 98.6246 88.1622 96.4614 89.2038Z"
|
|
57
|
+
fill="#007ACC"
|
|
58
|
+
/>
|
|
59
|
+
</g>
|
|
60
|
+
<g filter="url(#filter1_d_default)">
|
|
61
|
+
<path
|
|
62
|
+
d="M75.8578 99.1263C73.4721 100.274 70.6219 99.7885 68.75 97.9166C71.0564 100.223 75 98.5895 75 95.3278V4.67213C75 1.41039 71.0564 -0.223106 68.75 2.08329C70.6219 0.211402 73.4721 -0.273666 75.8578 0.873633L96.4587 10.7807C98.6234 11.8217 100 14.0112 100 16.4132V83.5871C100 85.9891 98.6234 88.1786 96.4586 89.2196L75.8578 99.1263Z"
|
|
63
|
+
fill="#1F9CF0"
|
|
64
|
+
/>
|
|
65
|
+
</g>
|
|
66
|
+
<g style={{mixBlendMode: 'overlay', opacity: 0.25}}>
|
|
67
|
+
<path
|
|
68
|
+
fillRule="evenodd"
|
|
69
|
+
clipRule="evenodd"
|
|
70
|
+
d="M70.8511 99.3171C72.4261 99.9306 74.2221 99.8913 75.8117 99.1264L96.4 89.2197C98.5634 88.1787 99.9392 85.9892 99.9392 83.5871V16.4133C99.9392 14.0112 98.5635 11.8217 96.4001 10.7807L75.8117 0.873695C73.7255 -0.13019 71.2838 0.115699 69.4527 1.44688C69.1912 1.63705 68.942 1.84937 68.7082 2.08335L29.2943 38.0414L12.1264 25.0096C10.5283 23.7964 8.29285 23.8959 6.80855 25.246L1.30225 30.2548C-0.513334 31.9064 -0.515415 34.7627 1.29775 36.4169L16.1863 50L1.29775 63.5832C-0.515415 65.2374 -0.513334 68.0937 1.30225 69.7452L6.80855 74.754C8.29285 76.1042 10.5283 76.2036 12.1264 74.9905L29.2943 61.9586L68.7082 97.9167C69.3317 98.5405 70.0638 99.0104 70.8511 99.3171ZM74.9544 27.2989L45.0483 50L74.9544 72.7012V27.2989Z"
|
|
71
|
+
fill="url(#paint0_linear_default)"
|
|
72
|
+
/>
|
|
73
|
+
</g>
|
|
74
|
+
</g>
|
|
75
|
+
<defs>
|
|
76
|
+
<filter
|
|
77
|
+
id="filter0_d_default"
|
|
78
|
+
x="-8.39411"
|
|
79
|
+
y="15.8291"
|
|
80
|
+
width="116.727"
|
|
81
|
+
height="92.2456"
|
|
82
|
+
filterUnits="userSpaceOnUse"
|
|
83
|
+
colorInterpolationFilters="sRGB"
|
|
84
|
+
>
|
|
85
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
86
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
87
|
+
<feOffset />
|
|
88
|
+
<feGaussianBlur stdDeviation="4.16667" />
|
|
89
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
|
90
|
+
<feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
91
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
|
|
92
|
+
</filter>
|
|
93
|
+
<filter
|
|
94
|
+
id="filter1_d_default"
|
|
95
|
+
x="60.4167"
|
|
96
|
+
y="-8.07558"
|
|
97
|
+
width="47.9167"
|
|
98
|
+
height="116.151"
|
|
99
|
+
filterUnits="userSpaceOnUse"
|
|
100
|
+
colorInterpolationFilters="sRGB"
|
|
101
|
+
>
|
|
102
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
103
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
104
|
+
<feOffset />
|
|
105
|
+
<feGaussianBlur stdDeviation="4.16667" />
|
|
106
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
|
107
|
+
<feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
108
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
|
|
109
|
+
</filter>
|
|
110
|
+
<linearGradient
|
|
111
|
+
id="paint0_linear_default"
|
|
112
|
+
x1="49.9392"
|
|
113
|
+
y1="0.257812"
|
|
114
|
+
x2="49.9392"
|
|
115
|
+
y2="99.7423"
|
|
116
|
+
gradientUnits="userSpaceOnUse"
|
|
117
|
+
>
|
|
118
|
+
<stop stopColor="white" />
|
|
119
|
+
<stop offset="1" stopColor="white" stopOpacity="0" />
|
|
120
|
+
</linearGradient>
|
|
121
|
+
</defs>
|
|
122
|
+
</svg>
|
|
123
|
+
</Tiles.Item>
|
|
124
|
+
<Tiles.Item name="Visual Studio">
|
|
125
|
+
<svg
|
|
126
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
127
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
128
|
+
fill="none"
|
|
129
|
+
width="44"
|
|
130
|
+
height="44"
|
|
131
|
+
viewBox="0 0 193 193"
|
|
132
|
+
focusable="false"
|
|
133
|
+
aria-label="Visual Studio icon"
|
|
134
|
+
>
|
|
135
|
+
<title>Visual Studio</title>
|
|
136
|
+
<defs>
|
|
137
|
+
<path id="vs_reuse_default" fill="#fff" d="M8.271 8.271h176.457v176.457H8.271z" />
|
|
138
|
+
</defs>
|
|
139
|
+
<g clipPath="url(#vs_clip_a_default)">
|
|
140
|
+
<g clipPath="url(#vs_clip_b_default)">
|
|
141
|
+
<mask
|
|
142
|
+
id="vs_mask_default"
|
|
143
|
+
width="177"
|
|
144
|
+
height="177"
|
|
145
|
+
x="8"
|
|
146
|
+
y="8"
|
|
147
|
+
maskUnits="userSpaceOnUse"
|
|
148
|
+
style={{maskType: 'alpha'}}
|
|
149
|
+
>
|
|
150
|
+
<path
|
|
151
|
+
fill="#fff"
|
|
152
|
+
d="m40.621 157.524-29.408-22.057a7.284 7.284 0 0 1-2.941-5.881V63.414a7.287 7.287 0 0 1 2.941-5.88l29.408-22.058a6.658 6.658 0 0 0-2.02 5.881v110.286a6.66 6.66 0 0 0 2.02 5.881Z"
|
|
153
|
+
/>
|
|
154
|
+
<path
|
|
155
|
+
fill="#fff"
|
|
156
|
+
d="M181.456 38.895a7.39 7.39 0 0 0-4.081-1.213 7.139 7.139 0 0 0-5.073 2.057l-.513.515L113.117 96.5l-32.462 31.137-30.034 28.784-.515.516a7.137 7.137 0 0 1-5.073 2.059 7.386 7.386 0 0 1-4.412-1.472l-29.408-22.057a7.346 7.346 0 0 0 9.998-1.103l32.644-37.9 26.8-31.1 46.946-54.52a7.238 7.238 0 0 1 5.55-2.572 7.385 7.385 0 0 1 4.08 1.213l44.225 29.41Z"
|
|
157
|
+
/>
|
|
158
|
+
<path
|
|
159
|
+
fill="#fff"
|
|
160
|
+
d="m181.456 154.105-44.114 29.41a7.447 7.447 0 0 1-9.667-1.323l-47.02-54.555-26.8-31.173-32.644-37.867a7.386 7.386 0 0 0-9.998-1.064l29.408-22.057a7.39 7.39 0 0 1 4.411-1.472 7.132 7.132 0 0 1 5.074 2.06l.515.515 30.034 28.785L113.117 96.5l58.672 56.246.513.515a7.136 7.136 0 0 0 5.073 2.057 7.387 7.387 0 0 0 4.081-1.213Z"
|
|
161
|
+
/>
|
|
162
|
+
<path
|
|
163
|
+
fill="#fff"
|
|
164
|
+
d="M184.729 45.032v102.936a7.375 7.375 0 0 1-3.273 6.137l-44.114 29.41a7.38 7.38 0 0 0 3.272-6.14V15.625a7.44 7.44 0 0 0-3.383-6.14l44.225 29.41a7.419 7.419 0 0 1 3.273 6.137Z"
|
|
165
|
+
/>
|
|
166
|
+
</mask>
|
|
167
|
+
<g mask="url(#vs_mask_default)">
|
|
168
|
+
<path
|
|
169
|
+
fill="#5E438F"
|
|
170
|
+
d="m40.621 157.524-29.408-22.057a7.292 7.292 0 0 1-2.941-5.881V63.414a7.287 7.287 0 0 1 2.941-5.88l29.408-22.058a6.658 6.658 0 0 0-2.02 5.881v110.286a6.66 6.66 0 0 0 2.02 5.881Z"
|
|
171
|
+
/>
|
|
172
|
+
<g filter="url(#vs_filter_d_default)">
|
|
173
|
+
<path
|
|
174
|
+
fill="url(#vs_grad_e_default)"
|
|
175
|
+
d="M181.455 38.895a7.385 7.385 0 0 0-4.08-1.213 7.147 7.147 0 0 0-5.073 2.057l-.513.515-31.25 29.962L113.117 96.5l-32.463 31.137-30.033 28.784-.516.516a7.137 7.137 0 0 1-5.073 2.059 7.386 7.386 0 0 1-4.411-1.472l-29.408-22.057a7.346 7.346 0 0 0 9.997-1.103l16.471-19.115 16.174-18.785 26.8-31.1 46.945-54.52a7.251 7.251 0 0 1 5.55-2.572 7.39 7.39 0 0 1 4.081 1.213l44.224 29.41Z"
|
|
176
|
+
/>
|
|
177
|
+
</g>
|
|
178
|
+
<g filter="url(#vs_filter_f_default)">
|
|
179
|
+
<path
|
|
180
|
+
fill="url(#vs_grad_g_default)"
|
|
181
|
+
d="m181.455 154.105-44.114 29.411a7.443 7.443 0 0 1-9.666-1.324l-47.02-54.555-26.8-31.173-16.173-18.748L21.21 58.598a7.387 7.387 0 0 0-9.997-1.065L40.62 35.477a7.389 7.389 0 0 1 4.411-1.472 7.128 7.128 0 0 1 5.073 2.06l.516.515 30.033 28.785L113.117 96.5l27.461 26.323 31.211 29.923.513.516a7.155 7.155 0 0 0 5.073 2.056 7.382 7.382 0 0 0 4.08-1.213Z"
|
|
182
|
+
/>
|
|
183
|
+
</g>
|
|
184
|
+
<g filter="url(#vs_filter_h_default)">
|
|
185
|
+
<path
|
|
186
|
+
fill="url(#vs_grad_i_default)"
|
|
187
|
+
d="M184.729 45.032v102.935a7.38 7.38 0 0 1-3.273 6.138l-44.115 29.41a7.383 7.383 0 0 0 3.273-6.14V15.625a7.44 7.44 0 0 0-3.383-6.14l44.225 29.41a7.428 7.428 0 0 1 3.273 6.137Z"
|
|
188
|
+
/>
|
|
189
|
+
</g>
|
|
190
|
+
</g>
|
|
191
|
+
</g>
|
|
192
|
+
</g>
|
|
193
|
+
<defs>
|
|
194
|
+
<linearGradient
|
|
195
|
+
id="vs_grad_e_default"
|
|
196
|
+
x1="151.642"
|
|
197
|
+
x2="20.614"
|
|
198
|
+
y1="8.271"
|
|
199
|
+
y2="140.148"
|
|
200
|
+
gradientUnits="userSpaceOnUse"
|
|
201
|
+
>
|
|
202
|
+
<stop stopColor="#7252AA" />
|
|
203
|
+
<stop offset="1" stopColor="#7252AA" />
|
|
204
|
+
</linearGradient>
|
|
205
|
+
<linearGradient
|
|
206
|
+
id="vs_grad_g_default"
|
|
207
|
+
x1="24.814"
|
|
208
|
+
x2="147.966"
|
|
209
|
+
y1="40.437"
|
|
210
|
+
y2="178.293"
|
|
211
|
+
gradientUnits="userSpaceOnUse"
|
|
212
|
+
>
|
|
213
|
+
<stop stopColor="#AE7FE2" />
|
|
214
|
+
<stop offset="1" stopColor="#9A70D4" />
|
|
215
|
+
</linearGradient>
|
|
216
|
+
<linearGradient
|
|
217
|
+
id="vs_grad_i_default"
|
|
218
|
+
x1="160.457"
|
|
219
|
+
x2="160.457"
|
|
220
|
+
y1="5.936"
|
|
221
|
+
y2="183.367"
|
|
222
|
+
gradientUnits="userSpaceOnUse"
|
|
223
|
+
>
|
|
224
|
+
<stop stopColor="#D59DFF" />
|
|
225
|
+
<stop offset="1" stopColor="#C18EF1" />
|
|
226
|
+
</linearGradient>
|
|
227
|
+
<filter
|
|
228
|
+
id="vs_filter_d_default"
|
|
229
|
+
width="180.604"
|
|
230
|
+
height="161.087"
|
|
231
|
+
x="6.032"
|
|
232
|
+
y="4.386"
|
|
233
|
+
colorInterpolationFilters="sRGB"
|
|
234
|
+
filterUnits="userSpaceOnUse"
|
|
235
|
+
>
|
|
236
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
237
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
238
|
+
<feOffset dy=".246" />
|
|
239
|
+
<feGaussianBlur stdDeviation=".246" />
|
|
240
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
241
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
242
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
243
|
+
<feOffset dy="1.295" />
|
|
244
|
+
<feGaussianBlur stdDeviation="2.59" />
|
|
245
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0" />
|
|
246
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
247
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
248
|
+
</filter>
|
|
249
|
+
<filter
|
|
250
|
+
id="vs_filter_f_default"
|
|
251
|
+
width="180.604"
|
|
252
|
+
height="161.085"
|
|
253
|
+
x="6.032"
|
|
254
|
+
y="30.118"
|
|
255
|
+
colorInterpolationFilters="sRGB"
|
|
256
|
+
filterUnits="userSpaceOnUse"
|
|
257
|
+
>
|
|
258
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
259
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
260
|
+
<feOffset dy=".246" />
|
|
261
|
+
<feGaussianBlur stdDeviation=".246" />
|
|
262
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
263
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
264
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
265
|
+
<feOffset dy="1.295" />
|
|
266
|
+
<feGaussianBlur stdDeviation="2.59" />
|
|
267
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0" />
|
|
268
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
269
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
270
|
+
</filter>
|
|
271
|
+
<filter
|
|
272
|
+
id="vs_filter_h_default"
|
|
273
|
+
width="78.583"
|
|
274
|
+
height="205.117"
|
|
275
|
+
x="121.688"
|
|
276
|
+
y="-6.059"
|
|
277
|
+
colorInterpolationFilters="sRGB"
|
|
278
|
+
filterUnits="userSpaceOnUse"
|
|
279
|
+
>
|
|
280
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
281
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
282
|
+
<feOffset />
|
|
283
|
+
<feGaussianBlur stdDeviation=".13" />
|
|
284
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
285
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
286
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
287
|
+
<feOffset />
|
|
288
|
+
<feGaussianBlur stdDeviation="7.771" />
|
|
289
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" />
|
|
290
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
291
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
292
|
+
</filter>
|
|
293
|
+
<clipPath id="vs_clip_a_default">
|
|
294
|
+
<use xlinkHref="#vs_reuse_default" />
|
|
295
|
+
</clipPath>
|
|
296
|
+
<clipPath id="vs_clip_b_default">
|
|
297
|
+
<use xlinkHref="#vs_reuse_default" />
|
|
298
|
+
</clipPath>
|
|
299
|
+
</defs>
|
|
300
|
+
</svg>
|
|
301
|
+
</Tiles.Item>
|
|
302
|
+
<Tiles.Item name="Azure">
|
|
303
|
+
<svg role="img" width="44" height="44" viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
304
|
+
<defs>
|
|
305
|
+
<linearGradient
|
|
306
|
+
id="azure_default_a"
|
|
307
|
+
x1="-1032.17"
|
|
308
|
+
x2="-1059.21"
|
|
309
|
+
y1="145.31"
|
|
310
|
+
y2="65.43"
|
|
311
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
312
|
+
gradientUnits="userSpaceOnUse"
|
|
313
|
+
>
|
|
314
|
+
<stop offset="0" stopColor="#114a8b" />
|
|
315
|
+
<stop offset="1" stopColor="#0669bc" />
|
|
316
|
+
</linearGradient>
|
|
317
|
+
<linearGradient
|
|
318
|
+
id="azure_default_b"
|
|
319
|
+
x1="-1023.73"
|
|
320
|
+
x2="-1029.98"
|
|
321
|
+
y1="108.08"
|
|
322
|
+
y2="105.97"
|
|
323
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
324
|
+
gradientUnits="userSpaceOnUse"
|
|
325
|
+
>
|
|
326
|
+
<stop offset="0" stopOpacity=".3" />
|
|
327
|
+
<stop offset=".07" stopOpacity=".2" />
|
|
328
|
+
<stop offset=".32" stopOpacity=".1" />
|
|
329
|
+
<stop offset=".62" stopOpacity=".05" />
|
|
330
|
+
<stop offset="1" stopOpacity="0" />
|
|
331
|
+
</linearGradient>
|
|
332
|
+
<linearGradient
|
|
333
|
+
id="azure_default_c"
|
|
334
|
+
x1="-1027.16"
|
|
335
|
+
x2="-997.48"
|
|
336
|
+
y1="147.64"
|
|
337
|
+
y2="68.56"
|
|
338
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
339
|
+
gradientUnits="userSpaceOnUse"
|
|
340
|
+
>
|
|
341
|
+
<stop offset="0" stopColor="#3ccbf4" />
|
|
342
|
+
<stop offset="1" stopColor="#2892df" />
|
|
343
|
+
</linearGradient>
|
|
344
|
+
</defs>
|
|
345
|
+
<title>Azure</title>
|
|
346
|
+
<path
|
|
347
|
+
fill="url(#azure_default_a)"
|
|
348
|
+
d="M33.34 6.54h26.04l-27.03 80.1a4.15 4.15 0 0 1-3.94 2.81H8.15a4.14 4.14 0 0 1-3.93-5.47L29.4 9.38a4.15 4.15 0 0 1 3.94-2.83z"
|
|
349
|
+
/>
|
|
350
|
+
<path
|
|
351
|
+
fill="#0078d4"
|
|
352
|
+
d="M71.17 60.26H29.88a1.91 1.91 0 0 0-1.3 3.31l26.53 24.76a4.17 4.17 0 0 0 2.85 1.13h23.38z"
|
|
353
|
+
/>
|
|
354
|
+
<path
|
|
355
|
+
fill="url(#azure_default_b)"
|
|
356
|
+
d="M33.34 6.54a4.12 4.12 0 0 0-3.95 2.88L4.25 83.92a4.14 4.14 0 0 0 3.91 5.54h20.79a4.44 4.44 0 0 0 3.4-2.9l5.02-14.78 17.91 16.7a4.24 4.24 0 0 0 2.67.97h23.29L71.02 60.26H41.24L59.47 6.55z"
|
|
357
|
+
/>
|
|
358
|
+
<path
|
|
359
|
+
fill="url(#azure_default_c)"
|
|
360
|
+
d="M66.6 9.36a4.14 4.14 0 0 0-3.93-2.82H33.65a4.15 4.15 0 0 1 3.93 2.82l25.18 74.62a4.15 4.15 0 0 1-3.93 5.48h29.02a4.15 4.15 0 0 0 3.93-5.48z"
|
|
361
|
+
/>
|
|
362
|
+
</svg>
|
|
363
|
+
</Tiles.Item>
|
|
364
|
+
</Tiles>
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
### Gridlines variant
|
|
368
|
+
|
|
369
|
+
Use the `gridlines` variant to display visible grid lines between tiles.
|
|
370
|
+
|
|
371
|
+
```jsx
|
|
372
|
+
<Tiles variant="gridlines">
|
|
373
|
+
<Tiles.Item name="GitHub">
|
|
374
|
+
<svg role="img" width="44" height="44" viewBox="0 0 98 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
375
|
+
<title>GitHub</title>
|
|
376
|
+
<path
|
|
377
|
+
fillRule="evenodd"
|
|
378
|
+
clipRule="evenodd"
|
|
379
|
+
d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z"
|
|
380
|
+
fill="currentColor"
|
|
381
|
+
/>
|
|
382
|
+
</svg>
|
|
383
|
+
</Tiles.Item>
|
|
384
|
+
<Tiles.Item name="VS Code">
|
|
385
|
+
<svg
|
|
386
|
+
focusable="false"
|
|
387
|
+
width="44"
|
|
388
|
+
height="44"
|
|
389
|
+
viewBox="0 0 100 100"
|
|
390
|
+
fill="none"
|
|
391
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
392
|
+
aria-label="Visual Studio Code icon"
|
|
393
|
+
>
|
|
394
|
+
<mask id="mask0_gridlines" maskUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
|
|
395
|
+
<path
|
|
396
|
+
fillRule="evenodd"
|
|
397
|
+
clipRule="evenodd"
|
|
398
|
+
d="M70.9119 99.3171C72.4869 99.9307 74.2828 99.8914 75.8725 99.1264L96.4608 89.2197C98.6242 88.1787 100 85.9892 100 83.5872V16.4133C100 14.0113 98.6243 11.8218 96.4609 10.7808L75.8725 0.873756C73.7862 -0.130129 71.3446 0.11576 69.5135 1.44695C69.252 1.63711 69.0028 1.84943 68.769 2.08341L29.3551 38.0415L12.1872 25.0096C10.589 23.7965 8.35363 23.8959 6.86933 25.2461L1.36303 30.2549C-0.452552 31.9064 -0.454633 34.7627 1.35853 36.417L16.2471 50.0001L1.35853 63.5832C-0.454633 65.2374 -0.452552 68.0938 1.36303 69.7453L6.86933 74.7541C8.35363 76.1043 10.589 76.2037 12.1872 74.9905L29.3551 61.9587L68.769 97.9167C69.3925 98.5406 70.1246 99.0104 70.9119 99.3171ZM75.0152 27.2989L45.1091 50.0001L75.0152 72.7012V27.2989Z"
|
|
399
|
+
fill="white"
|
|
400
|
+
/>
|
|
401
|
+
</mask>
|
|
402
|
+
<g mask="url(#mask0_gridlines)">
|
|
403
|
+
<path
|
|
404
|
+
d="M96.4614 10.7962L75.8569 0.875542C73.4719 -0.272773 70.6217 0.211611 68.75 2.08333L1.29858 63.5832C-0.515693 65.2373 -0.513607 68.0937 1.30308 69.7452L6.81272 74.754C8.29793 76.1042 10.5347 76.2036 12.1338 74.9905L93.3609 13.3699C96.086 11.3026 100 13.2462 100 16.6667V16.4275C100 14.0265 98.6246 11.8378 96.4614 10.7962Z"
|
|
405
|
+
fill="#0065A9"
|
|
406
|
+
/>
|
|
407
|
+
<g filter="url(#filter0_d_gridlines)">
|
|
408
|
+
<path
|
|
409
|
+
d="M96.4614 89.2038L75.8569 99.1245C73.4719 100.273 70.6217 99.7884 68.75 97.9167L1.29858 36.4169C-0.515693 34.7627 -0.513607 31.9063 1.30308 30.2548L6.81272 25.246C8.29793 23.8958 10.5347 23.7964 12.1338 25.0095L93.3609 86.6301C96.086 88.6974 100 86.7538 100 83.3334V83.5726C100 85.9735 98.6246 88.1622 96.4614 89.2038Z"
|
|
410
|
+
fill="#007ACC"
|
|
411
|
+
/>
|
|
412
|
+
</g>
|
|
413
|
+
<g filter="url(#filter1_d_gridlines)">
|
|
414
|
+
<path
|
|
415
|
+
d="M75.8578 99.1263C73.4721 100.274 70.6219 99.7885 68.75 97.9166C71.0564 100.223 75 98.5895 75 95.3278V4.67213C75 1.41039 71.0564 -0.223106 68.75 2.08329C70.6219 0.211402 73.4721 -0.273666 75.8578 0.873633L96.4587 10.7807C98.6234 11.8217 100 14.0112 100 16.4132V83.5871C100 85.9891 98.6234 88.1786 96.4586 89.2196L75.8578 99.1263Z"
|
|
416
|
+
fill="#1F9CF0"
|
|
417
|
+
/>
|
|
418
|
+
</g>
|
|
419
|
+
<g style={{mixBlendMode: 'overlay', opacity: 0.25}}>
|
|
420
|
+
<path
|
|
421
|
+
fillRule="evenodd"
|
|
422
|
+
clipRule="evenodd"
|
|
423
|
+
d="M70.8511 99.3171C72.4261 99.9306 74.2221 99.8913 75.8117 99.1264L96.4 89.2197C98.5634 88.1787 99.9392 85.9892 99.9392 83.5871V16.4133C99.9392 14.0112 98.5635 11.8217 96.4001 10.7807L75.8117 0.873695C73.7255 -0.13019 71.2838 0.115699 69.4527 1.44688C69.1912 1.63705 68.942 1.84937 68.7082 2.08335L29.2943 38.0414L12.1264 25.0096C10.5283 23.7964 8.29285 23.8959 6.80855 25.246L1.30225 30.2548C-0.513334 31.9064 -0.515415 34.7627 1.29775 36.4169L16.1863 50L1.29775 63.5832C-0.515415 65.2374 -0.513334 68.0937 1.30225 69.7452L6.80855 74.754C8.29285 76.1042 10.5283 76.2036 12.1264 74.9905L29.2943 61.9586L68.7082 97.9167C69.3317 98.5405 70.0638 99.0104 70.8511 99.3171ZM74.9544 27.2989L45.0483 50L74.9544 72.7012V27.2989Z"
|
|
424
|
+
fill="url(#paint0_linear_gridlines)"
|
|
425
|
+
/>
|
|
426
|
+
</g>
|
|
427
|
+
</g>
|
|
428
|
+
<defs>
|
|
429
|
+
<filter
|
|
430
|
+
id="filter0_d_gridlines"
|
|
431
|
+
x="-8.39411"
|
|
432
|
+
y="15.8291"
|
|
433
|
+
width="116.727"
|
|
434
|
+
height="92.2456"
|
|
435
|
+
filterUnits="userSpaceOnUse"
|
|
436
|
+
colorInterpolationFilters="sRGB"
|
|
437
|
+
>
|
|
438
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
439
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
440
|
+
<feOffset />
|
|
441
|
+
<feGaussianBlur stdDeviation="4.16667" />
|
|
442
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
|
443
|
+
<feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
444
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
|
|
445
|
+
</filter>
|
|
446
|
+
<filter
|
|
447
|
+
id="filter1_d_gridlines"
|
|
448
|
+
x="60.4167"
|
|
449
|
+
y="-8.07558"
|
|
450
|
+
width="47.9167"
|
|
451
|
+
height="116.151"
|
|
452
|
+
filterUnits="userSpaceOnUse"
|
|
453
|
+
colorInterpolationFilters="sRGB"
|
|
454
|
+
>
|
|
455
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
456
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
457
|
+
<feOffset />
|
|
458
|
+
<feGaussianBlur stdDeviation="4.16667" />
|
|
459
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
|
460
|
+
<feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
461
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
|
|
462
|
+
</filter>
|
|
463
|
+
<linearGradient
|
|
464
|
+
id="paint0_linear_gridlines"
|
|
465
|
+
x1="49.9392"
|
|
466
|
+
y1="0.257812"
|
|
467
|
+
x2="49.9392"
|
|
468
|
+
y2="99.7423"
|
|
469
|
+
gradientUnits="userSpaceOnUse"
|
|
470
|
+
>
|
|
471
|
+
<stop stopColor="white" />
|
|
472
|
+
<stop offset="1" stopColor="white" stopOpacity="0" />
|
|
473
|
+
</linearGradient>
|
|
474
|
+
</defs>
|
|
475
|
+
</svg>
|
|
476
|
+
</Tiles.Item>
|
|
477
|
+
<Tiles.Item name="Visual Studio">
|
|
478
|
+
<svg
|
|
479
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
480
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
481
|
+
fill="none"
|
|
482
|
+
width="44"
|
|
483
|
+
height="44"
|
|
484
|
+
viewBox="0 0 193 193"
|
|
485
|
+
focusable="false"
|
|
486
|
+
aria-label="Visual Studio icon"
|
|
487
|
+
>
|
|
488
|
+
<title>Visual Studio</title>
|
|
489
|
+
<defs>
|
|
490
|
+
<path id="vs_reuse_gridlines" fill="#fff" d="M8.271 8.271h176.457v176.457H8.271z" />
|
|
491
|
+
</defs>
|
|
492
|
+
<g clipPath="url(#vs_clip_a_gridlines)">
|
|
493
|
+
<g clipPath="url(#vs_clip_b_gridlines)">
|
|
494
|
+
<mask
|
|
495
|
+
id="vs_mask_gridlines"
|
|
496
|
+
width="177"
|
|
497
|
+
height="177"
|
|
498
|
+
x="8"
|
|
499
|
+
y="8"
|
|
500
|
+
maskUnits="userSpaceOnUse"
|
|
501
|
+
style={{maskType: 'alpha'}}
|
|
502
|
+
>
|
|
503
|
+
<path
|
|
504
|
+
fill="#fff"
|
|
505
|
+
d="m40.621 157.524-29.408-22.057a7.284 7.284 0 0 1-2.941-5.881V63.414a7.287 7.287 0 0 1 2.941-5.88l29.408-22.058a6.658 6.658 0 0 0-2.02 5.881v110.286a6.66 6.66 0 0 0 2.02 5.881Z"
|
|
506
|
+
/>
|
|
507
|
+
<path
|
|
508
|
+
fill="#fff"
|
|
509
|
+
d="M181.456 38.895a7.39 7.39 0 0 0-4.081-1.213 7.139 7.139 0 0 0-5.073 2.057l-.513.515L113.117 96.5l-32.462 31.137-30.034 28.784-.515.516a7.137 7.137 0 0 1-5.073 2.059 7.386 7.386 0 0 1-4.412-1.472l-29.408-22.057a7.346 7.346 0 0 0 9.998-1.103l32.644-37.9 26.8-31.1 46.946-54.52a7.238 7.238 0 0 1 5.55-2.572 7.385 7.385 0 0 1 4.08 1.213l44.225 29.41Z"
|
|
510
|
+
/>
|
|
511
|
+
<path
|
|
512
|
+
fill="#fff"
|
|
513
|
+
d="m181.456 154.105-44.114 29.41a7.447 7.447 0 0 1-9.667-1.323l-47.02-54.555-26.8-31.173-32.644-37.867a7.386 7.386 0 0 0-9.998-1.064l29.408-22.057a7.39 7.39 0 0 1 4.411-1.472 7.132 7.132 0 0 1 5.074 2.06l.515.515 30.034 28.785L113.117 96.5l58.672 56.246.513.515a7.136 7.136 0 0 0 5.073 2.057 7.387 7.387 0 0 0 4.081-1.213Z"
|
|
514
|
+
/>
|
|
515
|
+
<path
|
|
516
|
+
fill="#fff"
|
|
517
|
+
d="M184.729 45.032v102.936a7.375 7.375 0 0 1-3.273 6.137l-44.114 29.41a7.38 7.38 0 0 0 3.272-6.14V15.625a7.44 7.44 0 0 0-3.383-6.14l44.225 29.41a7.419 7.419 0 0 1 3.273 6.137Z"
|
|
518
|
+
/>
|
|
519
|
+
</mask>
|
|
520
|
+
<g mask="url(#vs_mask_gridlines)">
|
|
521
|
+
<path
|
|
522
|
+
fill="#5E438F"
|
|
523
|
+
d="m40.621 157.524-29.408-22.057a7.292 7.292 0 0 1-2.941-5.881V63.414a7.287 7.287 0 0 1 2.941-5.88l29.408-22.058a6.658 6.658 0 0 0-2.02 5.881v110.286a6.66 6.66 0 0 0 2.02 5.881Z"
|
|
524
|
+
/>
|
|
525
|
+
<g filter="url(#vs_filter_d_gridlines)">
|
|
526
|
+
<path
|
|
527
|
+
fill="url(#vs_grad_e_gridlines)"
|
|
528
|
+
d="M181.455 38.895a7.385 7.385 0 0 0-4.08-1.213 7.147 7.147 0 0 0-5.073 2.057l-.513.515-31.25 29.962L113.117 96.5l-32.463 31.137-30.033 28.784-.516.516a7.137 7.137 0 0 1-5.073 2.059 7.386 7.386 0 0 1-4.411-1.472l-29.408-22.057a7.346 7.346 0 0 0 9.997-1.103l16.471-19.115 16.174-18.785 26.8-31.1 46.945-54.52a7.251 7.251 0 0 1 5.55-2.572 7.39 7.39 0 0 1 4.081 1.213l44.224 29.41Z"
|
|
529
|
+
/>
|
|
530
|
+
</g>
|
|
531
|
+
<g filter="url(#vs_filter_f_gridlines)">
|
|
532
|
+
<path
|
|
533
|
+
fill="url(#vs_grad_g_gridlines)"
|
|
534
|
+
d="m181.455 154.105-44.114 29.411a7.443 7.443 0 0 1-9.666-1.324l-47.02-54.555-26.8-31.173-16.173-18.748L21.21 58.598a7.387 7.387 0 0 0-9.997-1.065L40.62 35.477a7.389 7.389 0 0 1 4.411-1.472 7.128 7.128 0 0 1 5.073 2.06l.516.515 30.033 28.785L113.117 96.5l27.461 26.323 31.211 29.923.513.516a7.155 7.155 0 0 0 5.073 2.056 7.382 7.382 0 0 0 4.08-1.213Z"
|
|
535
|
+
/>
|
|
536
|
+
</g>
|
|
537
|
+
<g filter="url(#vs_filter_h_gridlines)">
|
|
538
|
+
<path
|
|
539
|
+
fill="url(#vs_grad_i_gridlines)"
|
|
540
|
+
d="M184.729 45.032v102.935a7.38 7.38 0 0 1-3.273 6.138l-44.115 29.41a7.383 7.383 0 0 0 3.273-6.14V15.625a7.44 7.44 0 0 0-3.383-6.14l44.225 29.41a7.428 7.428 0 0 1 3.273 6.137Z"
|
|
541
|
+
/>
|
|
542
|
+
</g>
|
|
543
|
+
</g>
|
|
544
|
+
</g>
|
|
545
|
+
</g>
|
|
546
|
+
<defs>
|
|
547
|
+
<linearGradient
|
|
548
|
+
id="vs_grad_e_gridlines"
|
|
549
|
+
x1="151.642"
|
|
550
|
+
x2="20.614"
|
|
551
|
+
y1="8.271"
|
|
552
|
+
y2="140.148"
|
|
553
|
+
gradientUnits="userSpaceOnUse"
|
|
554
|
+
>
|
|
555
|
+
<stop stopColor="#7252AA" />
|
|
556
|
+
<stop offset="1" stopColor="#7252AA" />
|
|
557
|
+
</linearGradient>
|
|
558
|
+
<linearGradient
|
|
559
|
+
id="vs_grad_g_gridlines"
|
|
560
|
+
x1="24.814"
|
|
561
|
+
x2="147.966"
|
|
562
|
+
y1="40.437"
|
|
563
|
+
y2="178.293"
|
|
564
|
+
gradientUnits="userSpaceOnUse"
|
|
565
|
+
>
|
|
566
|
+
<stop stopColor="#AE7FE2" />
|
|
567
|
+
<stop offset="1" stopColor="#9A70D4" />
|
|
568
|
+
</linearGradient>
|
|
569
|
+
<linearGradient
|
|
570
|
+
id="vs_grad_i_gridlines"
|
|
571
|
+
x1="160.457"
|
|
572
|
+
x2="160.457"
|
|
573
|
+
y1="5.936"
|
|
574
|
+
y2="183.367"
|
|
575
|
+
gradientUnits="userSpaceOnUse"
|
|
576
|
+
>
|
|
577
|
+
<stop stopColor="#D59DFF" />
|
|
578
|
+
<stop offset="1" stopColor="#C18EF1" />
|
|
579
|
+
</linearGradient>
|
|
580
|
+
<filter
|
|
581
|
+
id="vs_filter_d_gridlines"
|
|
582
|
+
width="180.604"
|
|
583
|
+
height="161.087"
|
|
584
|
+
x="6.032"
|
|
585
|
+
y="4.386"
|
|
586
|
+
colorInterpolationFilters="sRGB"
|
|
587
|
+
filterUnits="userSpaceOnUse"
|
|
588
|
+
>
|
|
589
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
590
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
591
|
+
<feOffset dy=".246" />
|
|
592
|
+
<feGaussianBlur stdDeviation=".246" />
|
|
593
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
594
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
595
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
596
|
+
<feOffset dy="1.295" />
|
|
597
|
+
<feGaussianBlur stdDeviation="2.59" />
|
|
598
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0" />
|
|
599
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
600
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
601
|
+
</filter>
|
|
602
|
+
<filter
|
|
603
|
+
id="vs_filter_f_gridlines"
|
|
604
|
+
width="180.604"
|
|
605
|
+
height="161.085"
|
|
606
|
+
x="6.032"
|
|
607
|
+
y="30.118"
|
|
608
|
+
colorInterpolationFilters="sRGB"
|
|
609
|
+
filterUnits="userSpaceOnUse"
|
|
610
|
+
>
|
|
611
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
612
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
613
|
+
<feOffset dy=".246" />
|
|
614
|
+
<feGaussianBlur stdDeviation=".246" />
|
|
615
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
616
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
617
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
618
|
+
<feOffset dy="1.295" />
|
|
619
|
+
<feGaussianBlur stdDeviation="2.59" />
|
|
620
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0" />
|
|
621
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
622
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
623
|
+
</filter>
|
|
624
|
+
<filter
|
|
625
|
+
id="vs_filter_h_gridlines"
|
|
626
|
+
width="78.583"
|
|
627
|
+
height="205.117"
|
|
628
|
+
x="121.688"
|
|
629
|
+
y="-6.059"
|
|
630
|
+
colorInterpolationFilters="sRGB"
|
|
631
|
+
filterUnits="userSpaceOnUse"
|
|
632
|
+
>
|
|
633
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
634
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
635
|
+
<feOffset />
|
|
636
|
+
<feGaussianBlur stdDeviation=".13" />
|
|
637
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
638
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
639
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
640
|
+
<feOffset />
|
|
641
|
+
<feGaussianBlur stdDeviation="7.771" />
|
|
642
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" />
|
|
643
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
644
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
645
|
+
</filter>
|
|
646
|
+
<clipPath id="vs_clip_a_gridlines">
|
|
647
|
+
<use xlinkHref="#vs_reuse_gridlines" />
|
|
648
|
+
</clipPath>
|
|
649
|
+
<clipPath id="vs_clip_b_gridlines">
|
|
650
|
+
<use xlinkHref="#vs_reuse_gridlines" />
|
|
651
|
+
</clipPath>
|
|
652
|
+
</defs>
|
|
653
|
+
</svg>
|
|
654
|
+
</Tiles.Item>
|
|
655
|
+
<Tiles.Item name="Azure">
|
|
656
|
+
<svg role="img" width="44" height="44" viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
657
|
+
<defs>
|
|
658
|
+
<linearGradient
|
|
659
|
+
id="azure_gridlines_a"
|
|
660
|
+
x1="-1032.17"
|
|
661
|
+
x2="-1059.21"
|
|
662
|
+
y1="145.31"
|
|
663
|
+
y2="65.43"
|
|
664
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
665
|
+
gradientUnits="userSpaceOnUse"
|
|
666
|
+
>
|
|
667
|
+
<stop offset="0" stopColor="#114a8b" />
|
|
668
|
+
<stop offset="1" stopColor="#0669bc" />
|
|
669
|
+
</linearGradient>
|
|
670
|
+
<linearGradient
|
|
671
|
+
id="azure_gridlines_b"
|
|
672
|
+
x1="-1023.73"
|
|
673
|
+
x2="-1029.98"
|
|
674
|
+
y1="108.08"
|
|
675
|
+
y2="105.97"
|
|
676
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
677
|
+
gradientUnits="userSpaceOnUse"
|
|
678
|
+
>
|
|
679
|
+
<stop offset="0" stopOpacity=".3" />
|
|
680
|
+
<stop offset=".07" stopOpacity=".2" />
|
|
681
|
+
<stop offset=".32" stopOpacity=".1" />
|
|
682
|
+
<stop offset=".62" stopOpacity=".05" />
|
|
683
|
+
<stop offset="1" stopOpacity="0" />
|
|
684
|
+
</linearGradient>
|
|
685
|
+
<linearGradient
|
|
686
|
+
id="azure_gridlines_c"
|
|
687
|
+
x1="-1027.16"
|
|
688
|
+
x2="-997.48"
|
|
689
|
+
y1="147.64"
|
|
690
|
+
y2="68.56"
|
|
691
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
692
|
+
gradientUnits="userSpaceOnUse"
|
|
693
|
+
>
|
|
694
|
+
<stop offset="0" stopColor="#3ccbf4" />
|
|
695
|
+
<stop offset="1" stopColor="#2892df" />
|
|
696
|
+
</linearGradient>
|
|
697
|
+
</defs>
|
|
698
|
+
<title>Azure</title>
|
|
699
|
+
<path
|
|
700
|
+
fill="url(#azure_gridlines_a)"
|
|
701
|
+
d="M33.34 6.54h26.04l-27.03 80.1a4.15 4.15 0 0 1-3.94 2.81H8.15a4.14 4.14 0 0 1-3.93-5.47L29.4 9.38a4.15 4.15 0 0 1 3.94-2.83z"
|
|
702
|
+
/>
|
|
703
|
+
<path
|
|
704
|
+
fill="#0078d4"
|
|
705
|
+
d="M71.17 60.26H29.88a1.91 1.91 0 0 0-1.3 3.31l26.53 24.76a4.17 4.17 0 0 0 2.85 1.13h23.38z"
|
|
706
|
+
/>
|
|
707
|
+
<path
|
|
708
|
+
fill="url(#azure_gridlines_b)"
|
|
709
|
+
d="M33.34 6.54a4.12 4.12 0 0 0-3.95 2.88L4.25 83.92a4.14 4.14 0 0 0 3.91 5.54h20.79a4.44 4.44 0 0 0 3.4-2.9l5.02-14.78 17.91 16.7a4.24 4.24 0 0 0 2.67.97h23.29L71.02 60.26H41.24L59.47 6.55z"
|
|
710
|
+
/>
|
|
711
|
+
<path
|
|
712
|
+
fill="url(#azure_gridlines_c)"
|
|
713
|
+
d="M66.6 9.36a4.14 4.14 0 0 0-3.93-2.82H33.65a4.15 4.15 0 0 1 3.93 2.82l25.18 74.62a4.15 4.15 0 0 1-3.93 5.48h29.02a4.15 4.15 0 0 0 3.93-5.48z"
|
|
714
|
+
/>
|
|
715
|
+
</svg>
|
|
716
|
+
</Tiles.Item>
|
|
717
|
+
</Tiles>
|
|
718
|
+
```
|
|
719
|
+
|
|
720
|
+
### Compact layout
|
|
721
|
+
|
|
722
|
+
Use the `compact` layout for a denser grid with smaller tiles and more items per row.
|
|
723
|
+
|
|
724
|
+
```jsx
|
|
725
|
+
<Tiles layout="compact" variant="gridlines">
|
|
726
|
+
<Tiles.Item name="GitHub">
|
|
727
|
+
<svg role="img" width="44" height="44" viewBox="0 0 98 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
728
|
+
<title>GitHub</title>
|
|
729
|
+
<path
|
|
730
|
+
fillRule="evenodd"
|
|
731
|
+
clipRule="evenodd"
|
|
732
|
+
d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z"
|
|
733
|
+
fill="currentColor"
|
|
734
|
+
/>
|
|
735
|
+
</svg>
|
|
736
|
+
</Tiles.Item>
|
|
737
|
+
<Tiles.Item name="VS Code">
|
|
738
|
+
<svg
|
|
739
|
+
focusable="false"
|
|
740
|
+
width="44"
|
|
741
|
+
height="44"
|
|
742
|
+
viewBox="0 0 100 100"
|
|
743
|
+
fill="none"
|
|
744
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
745
|
+
aria-label="Visual Studio Code icon"
|
|
746
|
+
>
|
|
747
|
+
<mask id="mask0_compact" maskUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
|
|
748
|
+
<path
|
|
749
|
+
fillRule="evenodd"
|
|
750
|
+
clipRule="evenodd"
|
|
751
|
+
d="M70.9119 99.3171C72.4869 99.9307 74.2828 99.8914 75.8725 99.1264L96.4608 89.2197C98.6242 88.1787 100 85.9892 100 83.5872V16.4133C100 14.0113 98.6243 11.8218 96.4609 10.7808L75.8725 0.873756C73.7862 -0.130129 71.3446 0.11576 69.5135 1.44695C69.252 1.63711 69.0028 1.84943 68.769 2.08341L29.3551 38.0415L12.1872 25.0096C10.589 23.7965 8.35363 23.8959 6.86933 25.2461L1.36303 30.2549C-0.452552 31.9064 -0.454633 34.7627 1.35853 36.417L16.2471 50.0001L1.35853 63.5832C-0.454633 65.2374 -0.452552 68.0938 1.36303 69.7453L6.86933 74.7541C8.35363 76.1043 10.589 76.2037 12.1872 74.9905L29.3551 61.9587L68.769 97.9167C69.3925 98.5406 70.1246 99.0104 70.9119 99.3171ZM75.0152 27.2989L45.1091 50.0001L75.0152 72.7012V27.2989Z"
|
|
752
|
+
fill="white"
|
|
753
|
+
/>
|
|
754
|
+
</mask>
|
|
755
|
+
<g mask="url(#mask0_compact)">
|
|
756
|
+
<path
|
|
757
|
+
d="M96.4614 10.7962L75.8569 0.875542C73.4719 -0.272773 70.6217 0.211611 68.75 2.08333L1.29858 63.5832C-0.515693 65.2373 -0.513607 68.0937 1.30308 69.7452L6.81272 74.754C8.29793 76.1042 10.5347 76.2036 12.1338 74.9905L93.3609 13.3699C96.086 11.3026 100 13.2462 100 16.6667V16.4275C100 14.0265 98.6246 11.8378 96.4614 10.7962Z"
|
|
758
|
+
fill="#0065A9"
|
|
759
|
+
/>
|
|
760
|
+
<g filter="url(#filter0_d_compact)">
|
|
761
|
+
<path
|
|
762
|
+
d="M96.4614 89.2038L75.8569 99.1245C73.4719 100.273 70.6217 99.7884 68.75 97.9167L1.29858 36.4169C-0.515693 34.7627 -0.513607 31.9063 1.30308 30.2548L6.81272 25.246C8.29793 23.8958 10.5347 23.7964 12.1338 25.0095L93.3609 86.6301C96.086 88.6974 100 86.7538 100 83.3334V83.5726C100 85.9735 98.6246 88.1622 96.4614 89.2038Z"
|
|
763
|
+
fill="#007ACC"
|
|
764
|
+
/>
|
|
765
|
+
</g>
|
|
766
|
+
<g filter="url(#filter1_d_compact)">
|
|
767
|
+
<path
|
|
768
|
+
d="M75.8578 99.1263C73.4721 100.274 70.6219 99.7885 68.75 97.9166C71.0564 100.223 75 98.5895 75 95.3278V4.67213C75 1.41039 71.0564 -0.223106 68.75 2.08329C70.6219 0.211402 73.4721 -0.273666 75.8578 0.873633L96.4587 10.7807C98.6234 11.8217 100 14.0112 100 16.4132V83.5871C100 85.9891 98.6234 88.1786 96.4586 89.2196L75.8578 99.1263Z"
|
|
769
|
+
fill="#1F9CF0"
|
|
770
|
+
/>
|
|
771
|
+
</g>
|
|
772
|
+
<g style={{mixBlendMode: 'overlay', opacity: 0.25}}>
|
|
773
|
+
<path
|
|
774
|
+
fillRule="evenodd"
|
|
775
|
+
clipRule="evenodd"
|
|
776
|
+
d="M70.8511 99.3171C72.4261 99.9306 74.2221 99.8913 75.8117 99.1264L96.4 89.2197C98.5634 88.1787 99.9392 85.9892 99.9392 83.5871V16.4133C99.9392 14.0112 98.5635 11.8217 96.4001 10.7807L75.8117 0.873695C73.7255 -0.13019 71.2838 0.115699 69.4527 1.44688C69.1912 1.63705 68.942 1.84937 68.7082 2.08335L29.2943 38.0414L12.1264 25.0096C10.5283 23.7964 8.29285 23.8959 6.80855 25.246L1.30225 30.2548C-0.513334 31.9064 -0.515415 34.7627 1.29775 36.4169L16.1863 50L1.29775 63.5832C-0.515415 65.2374 -0.513334 68.0937 1.30225 69.7452L6.80855 74.754C8.29285 76.1042 10.5283 76.2036 12.1264 74.9905L29.2943 61.9586L68.7082 97.9167C69.3317 98.5405 70.0638 99.0104 70.8511 99.3171ZM74.9544 27.2989L45.0483 50L74.9544 72.7012V27.2989Z"
|
|
777
|
+
fill="url(#paint0_linear_compact)"
|
|
778
|
+
/>
|
|
779
|
+
</g>
|
|
780
|
+
</g>
|
|
781
|
+
<defs>
|
|
782
|
+
<filter
|
|
783
|
+
id="filter0_d_compact"
|
|
784
|
+
x="-8.39411"
|
|
785
|
+
y="15.8291"
|
|
786
|
+
width="116.727"
|
|
787
|
+
height="92.2456"
|
|
788
|
+
filterUnits="userSpaceOnUse"
|
|
789
|
+
colorInterpolationFilters="sRGB"
|
|
790
|
+
>
|
|
791
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
792
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
793
|
+
<feOffset />
|
|
794
|
+
<feGaussianBlur stdDeviation="4.16667" />
|
|
795
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
|
796
|
+
<feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
797
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
|
|
798
|
+
</filter>
|
|
799
|
+
<filter
|
|
800
|
+
id="filter1_d_compact"
|
|
801
|
+
x="60.4167"
|
|
802
|
+
y="-8.07558"
|
|
803
|
+
width="47.9167"
|
|
804
|
+
height="116.151"
|
|
805
|
+
filterUnits="userSpaceOnUse"
|
|
806
|
+
colorInterpolationFilters="sRGB"
|
|
807
|
+
>
|
|
808
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
809
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
810
|
+
<feOffset />
|
|
811
|
+
<feGaussianBlur stdDeviation="4.16667" />
|
|
812
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
|
813
|
+
<feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
814
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
|
|
815
|
+
</filter>
|
|
816
|
+
<linearGradient
|
|
817
|
+
id="paint0_linear_compact"
|
|
818
|
+
x1="49.9392"
|
|
819
|
+
y1="0.257812"
|
|
820
|
+
x2="49.9392"
|
|
821
|
+
y2="99.7423"
|
|
822
|
+
gradientUnits="userSpaceOnUse"
|
|
823
|
+
>
|
|
824
|
+
<stop stopColor="white" />
|
|
825
|
+
<stop offset="1" stopColor="white" stopOpacity="0" />
|
|
826
|
+
</linearGradient>
|
|
827
|
+
</defs>
|
|
828
|
+
</svg>
|
|
829
|
+
</Tiles.Item>
|
|
830
|
+
<Tiles.Item name="Visual Studio">
|
|
831
|
+
<svg
|
|
832
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
833
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
834
|
+
fill="none"
|
|
835
|
+
width="44"
|
|
836
|
+
height="44"
|
|
837
|
+
viewBox="0 0 193 193"
|
|
838
|
+
focusable="false"
|
|
839
|
+
aria-label="Visual Studio icon"
|
|
840
|
+
>
|
|
841
|
+
<title>Visual Studio</title>
|
|
842
|
+
<defs>
|
|
843
|
+
<path id="vs_reuse_compact" fill="#fff" d="M8.271 8.271h176.457v176.457H8.271z" />
|
|
844
|
+
</defs>
|
|
845
|
+
<g clipPath="url(#vs_clip_a_compact)">
|
|
846
|
+
<g clipPath="url(#vs_clip_b_compact)">
|
|
847
|
+
<mask
|
|
848
|
+
id="vs_mask_compact"
|
|
849
|
+
width="177"
|
|
850
|
+
height="177"
|
|
851
|
+
x="8"
|
|
852
|
+
y="8"
|
|
853
|
+
maskUnits="userSpaceOnUse"
|
|
854
|
+
style={{maskType: 'alpha'}}
|
|
855
|
+
>
|
|
856
|
+
<path
|
|
857
|
+
fill="#fff"
|
|
858
|
+
d="m40.621 157.524-29.408-22.057a7.284 7.284 0 0 1-2.941-5.881V63.414a7.287 7.287 0 0 1 2.941-5.88l29.408-22.058a6.658 6.658 0 0 0-2.02 5.881v110.286a6.66 6.66 0 0 0 2.02 5.881Z"
|
|
859
|
+
/>
|
|
860
|
+
<path
|
|
861
|
+
fill="#fff"
|
|
862
|
+
d="M181.456 38.895a7.39 7.39 0 0 0-4.081-1.213 7.139 7.139 0 0 0-5.073 2.057l-.513.515L113.117 96.5l-32.462 31.137-30.034 28.784-.515.516a7.137 7.137 0 0 1-5.073 2.059 7.386 7.386 0 0 1-4.412-1.472l-29.408-22.057a7.346 7.346 0 0 0 9.998-1.103l32.644-37.9 26.8-31.1 46.946-54.52a7.238 7.238 0 0 1 5.55-2.572 7.385 7.385 0 0 1 4.08 1.213l44.225 29.41Z"
|
|
863
|
+
/>
|
|
864
|
+
<path
|
|
865
|
+
fill="#fff"
|
|
866
|
+
d="m181.456 154.105-44.114 29.41a7.447 7.447 0 0 1-9.667-1.323l-47.02-54.555-26.8-31.173-32.644-37.867a7.386 7.386 0 0 0-9.998-1.064l29.408-22.057a7.39 7.39 0 0 1 4.411-1.472 7.132 7.132 0 0 1 5.074 2.06l.515.515 30.034 28.785L113.117 96.5l58.672 56.246.513.515a7.136 7.136 0 0 0 5.073 2.057 7.387 7.387 0 0 0 4.081-1.213Z"
|
|
867
|
+
/>
|
|
868
|
+
<path
|
|
869
|
+
fill="#fff"
|
|
870
|
+
d="M184.729 45.032v102.936a7.375 7.375 0 0 1-3.273 6.137l-44.114 29.41a7.38 7.38 0 0 0 3.272-6.14V15.625a7.44 7.44 0 0 0-3.383-6.14l44.225 29.41a7.419 7.419 0 0 1 3.273 6.137Z"
|
|
871
|
+
/>
|
|
872
|
+
</mask>
|
|
873
|
+
<g mask="url(#vs_mask_compact)">
|
|
874
|
+
<path
|
|
875
|
+
fill="#5E438F"
|
|
876
|
+
d="m40.621 157.524-29.408-22.057a7.292 7.292 0 0 1-2.941-5.881V63.414a7.287 7.287 0 0 1 2.941-5.88l29.408-22.058a6.658 6.658 0 0 0-2.02 5.881v110.286a6.66 6.66 0 0 0 2.02 5.881Z"
|
|
877
|
+
/>
|
|
878
|
+
<g filter="url(#vs_filter_d_compact)">
|
|
879
|
+
<path
|
|
880
|
+
fill="url(#vs_grad_e_compact)"
|
|
881
|
+
d="M181.455 38.895a7.385 7.385 0 0 0-4.08-1.213 7.147 7.147 0 0 0-5.073 2.057l-.513.515-31.25 29.962L113.117 96.5l-32.463 31.137-30.033 28.784-.516.516a7.137 7.137 0 0 1-5.073 2.059 7.386 7.386 0 0 1-4.411-1.472l-29.408-22.057a7.346 7.346 0 0 0 9.997-1.103l16.471-19.115 16.174-18.785 26.8-31.1 46.945-54.52a7.251 7.251 0 0 1 5.55-2.572 7.39 7.39 0 0 1 4.081 1.213l44.224 29.41Z"
|
|
882
|
+
/>
|
|
883
|
+
</g>
|
|
884
|
+
<g filter="url(#vs_filter_f_compact)">
|
|
885
|
+
<path
|
|
886
|
+
fill="url(#vs_grad_g_compact)"
|
|
887
|
+
d="m181.455 154.105-44.114 29.411a7.443 7.443 0 0 1-9.666-1.324l-47.02-54.555-26.8-31.173-16.173-18.748L21.21 58.598a7.387 7.387 0 0 0-9.997-1.065L40.62 35.477a7.389 7.389 0 0 1 4.411-1.472 7.128 7.128 0 0 1 5.073 2.06l.516.515 30.033 28.785L113.117 96.5l27.461 26.323 31.211 29.923.513.516a7.155 7.155 0 0 0 5.073 2.056 7.382 7.382 0 0 0 4.08-1.213Z"
|
|
888
|
+
/>
|
|
889
|
+
</g>
|
|
890
|
+
<g filter="url(#vs_filter_h_compact)">
|
|
891
|
+
<path
|
|
892
|
+
fill="url(#vs_grad_i_compact)"
|
|
893
|
+
d="M184.729 45.032v102.935a7.38 7.38 0 0 1-3.273 6.138l-44.115 29.41a7.383 7.383 0 0 0 3.273-6.14V15.625a7.44 7.44 0 0 0-3.383-6.14l44.225 29.41a7.428 7.428 0 0 1 3.273 6.137Z"
|
|
894
|
+
/>
|
|
895
|
+
</g>
|
|
896
|
+
</g>
|
|
897
|
+
</g>
|
|
898
|
+
</g>
|
|
899
|
+
<defs>
|
|
900
|
+
<linearGradient
|
|
901
|
+
id="vs_grad_e_compact"
|
|
902
|
+
x1="151.642"
|
|
903
|
+
x2="20.614"
|
|
904
|
+
y1="8.271"
|
|
905
|
+
y2="140.148"
|
|
906
|
+
gradientUnits="userSpaceOnUse"
|
|
907
|
+
>
|
|
908
|
+
<stop stopColor="#7252AA" />
|
|
909
|
+
<stop offset="1" stopColor="#7252AA" />
|
|
910
|
+
</linearGradient>
|
|
911
|
+
<linearGradient
|
|
912
|
+
id="vs_grad_g_compact"
|
|
913
|
+
x1="24.814"
|
|
914
|
+
x2="147.966"
|
|
915
|
+
y1="40.437"
|
|
916
|
+
y2="178.293"
|
|
917
|
+
gradientUnits="userSpaceOnUse"
|
|
918
|
+
>
|
|
919
|
+
<stop stopColor="#AE7FE2" />
|
|
920
|
+
<stop offset="1" stopColor="#9A70D4" />
|
|
921
|
+
</linearGradient>
|
|
922
|
+
<linearGradient
|
|
923
|
+
id="vs_grad_i_compact"
|
|
924
|
+
x1="160.457"
|
|
925
|
+
x2="160.457"
|
|
926
|
+
y1="5.936"
|
|
927
|
+
y2="183.367"
|
|
928
|
+
gradientUnits="userSpaceOnUse"
|
|
929
|
+
>
|
|
930
|
+
<stop stopColor="#D59DFF" />
|
|
931
|
+
<stop offset="1" stopColor="#C18EF1" />
|
|
932
|
+
</linearGradient>
|
|
933
|
+
<filter
|
|
934
|
+
id="vs_filter_d_compact"
|
|
935
|
+
width="180.604"
|
|
936
|
+
height="161.087"
|
|
937
|
+
x="6.032"
|
|
938
|
+
y="4.386"
|
|
939
|
+
colorInterpolationFilters="sRGB"
|
|
940
|
+
filterUnits="userSpaceOnUse"
|
|
941
|
+
>
|
|
942
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
943
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
944
|
+
<feOffset dy=".246" />
|
|
945
|
+
<feGaussianBlur stdDeviation=".246" />
|
|
946
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
947
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
948
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
949
|
+
<feOffset dy="1.295" />
|
|
950
|
+
<feGaussianBlur stdDeviation="2.59" />
|
|
951
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0" />
|
|
952
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
953
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
954
|
+
</filter>
|
|
955
|
+
<filter
|
|
956
|
+
id="vs_filter_f_compact"
|
|
957
|
+
width="180.604"
|
|
958
|
+
height="161.085"
|
|
959
|
+
x="6.032"
|
|
960
|
+
y="30.118"
|
|
961
|
+
colorInterpolationFilters="sRGB"
|
|
962
|
+
filterUnits="userSpaceOnUse"
|
|
963
|
+
>
|
|
964
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
965
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
966
|
+
<feOffset dy=".246" />
|
|
967
|
+
<feGaussianBlur stdDeviation=".246" />
|
|
968
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
969
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
970
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
971
|
+
<feOffset dy="1.295" />
|
|
972
|
+
<feGaussianBlur stdDeviation="2.59" />
|
|
973
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0" />
|
|
974
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
975
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
976
|
+
</filter>
|
|
977
|
+
<filter
|
|
978
|
+
id="vs_filter_h_compact"
|
|
979
|
+
width="78.583"
|
|
980
|
+
height="205.117"
|
|
981
|
+
x="121.688"
|
|
982
|
+
y="-6.059"
|
|
983
|
+
colorInterpolationFilters="sRGB"
|
|
984
|
+
filterUnits="userSpaceOnUse"
|
|
985
|
+
>
|
|
986
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
987
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
988
|
+
<feOffset />
|
|
989
|
+
<feGaussianBlur stdDeviation=".13" />
|
|
990
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
991
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
992
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
993
|
+
<feOffset />
|
|
994
|
+
<feGaussianBlur stdDeviation="7.771" />
|
|
995
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" />
|
|
996
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
997
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
998
|
+
</filter>
|
|
999
|
+
<clipPath id="vs_clip_a_compact">
|
|
1000
|
+
<use xlinkHref="#vs_reuse_compact" />
|
|
1001
|
+
</clipPath>
|
|
1002
|
+
<clipPath id="vs_clip_b_compact">
|
|
1003
|
+
<use xlinkHref="#vs_reuse_compact" />
|
|
1004
|
+
</clipPath>
|
|
1005
|
+
</defs>
|
|
1006
|
+
</svg>
|
|
1007
|
+
</Tiles.Item>
|
|
1008
|
+
<Tiles.Item name="Azure">
|
|
1009
|
+
<svg role="img" width="44" height="44" viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1010
|
+
<defs>
|
|
1011
|
+
<linearGradient
|
|
1012
|
+
id="azure_compact_a"
|
|
1013
|
+
x1="-1032.17"
|
|
1014
|
+
x2="-1059.21"
|
|
1015
|
+
y1="145.31"
|
|
1016
|
+
y2="65.43"
|
|
1017
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
1018
|
+
gradientUnits="userSpaceOnUse"
|
|
1019
|
+
>
|
|
1020
|
+
<stop offset="0" stopColor="#114a8b" />
|
|
1021
|
+
<stop offset="1" stopColor="#0669bc" />
|
|
1022
|
+
</linearGradient>
|
|
1023
|
+
<linearGradient
|
|
1024
|
+
id="azure_compact_b"
|
|
1025
|
+
x1="-1023.73"
|
|
1026
|
+
x2="-1029.98"
|
|
1027
|
+
y1="108.08"
|
|
1028
|
+
y2="105.97"
|
|
1029
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
1030
|
+
gradientUnits="userSpaceOnUse"
|
|
1031
|
+
>
|
|
1032
|
+
<stop offset="0" stopOpacity=".3" />
|
|
1033
|
+
<stop offset=".07" stopOpacity=".2" />
|
|
1034
|
+
<stop offset=".32" stopOpacity=".1" />
|
|
1035
|
+
<stop offset=".62" stopOpacity=".05" />
|
|
1036
|
+
<stop offset="1" stopOpacity="0" />
|
|
1037
|
+
</linearGradient>
|
|
1038
|
+
<linearGradient
|
|
1039
|
+
id="azure_compact_c"
|
|
1040
|
+
x1="-1027.16"
|
|
1041
|
+
x2="-997.48"
|
|
1042
|
+
y1="147.64"
|
|
1043
|
+
y2="68.56"
|
|
1044
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
1045
|
+
gradientUnits="userSpaceOnUse"
|
|
1046
|
+
>
|
|
1047
|
+
<stop offset="0" stopColor="#3ccbf4" />
|
|
1048
|
+
<stop offset="1" stopColor="#2892df" />
|
|
1049
|
+
</linearGradient>
|
|
1050
|
+
</defs>
|
|
1051
|
+
<title>Azure</title>
|
|
1052
|
+
<path
|
|
1053
|
+
fill="url(#azure_compact_a)"
|
|
1054
|
+
d="M33.34 6.54h26.04l-27.03 80.1a4.15 4.15 0 0 1-3.94 2.81H8.15a4.14 4.14 0 0 1-3.93-5.47L29.4 9.38a4.15 4.15 0 0 1 3.94-2.83z"
|
|
1055
|
+
/>
|
|
1056
|
+
<path
|
|
1057
|
+
fill="#0078d4"
|
|
1058
|
+
d="M71.17 60.26H29.88a1.91 1.91 0 0 0-1.3 3.31l26.53 24.76a4.17 4.17 0 0 0 2.85 1.13h23.38z"
|
|
1059
|
+
/>
|
|
1060
|
+
<path
|
|
1061
|
+
fill="url(#azure_compact_b)"
|
|
1062
|
+
d="M33.34 6.54a4.12 4.12 0 0 0-3.95 2.88L4.25 83.92a4.14 4.14 0 0 0 3.91 5.54h20.79a4.44 4.44 0 0 0 3.4-2.9l5.02-14.78 17.91 16.7a4.24 4.24 0 0 0 2.67.97h23.29L71.02 60.26H41.24L59.47 6.55z"
|
|
1063
|
+
/>
|
|
1064
|
+
<path
|
|
1065
|
+
fill="url(#azure_compact_c)"
|
|
1066
|
+
d="M66.6 9.36a4.14 4.14 0 0 0-3.93-2.82H33.65a4.15 4.15 0 0 1 3.93 2.82l25.18 74.62a4.15 4.15 0 0 1-3.93 5.48h29.02a4.15 4.15 0 0 0 3.93-5.48z"
|
|
1067
|
+
/>
|
|
1068
|
+
</svg>
|
|
1069
|
+
</Tiles.Item>
|
|
1070
|
+
</Tiles>
|
|
1071
|
+
```
|
|
1072
|
+
|
|
1073
|
+
### With links
|
|
1074
|
+
|
|
1075
|
+
Tiles items can optionally link to external pages by providing an `href` prop. An arrow icon appears on hover and focus.
|
|
1076
|
+
|
|
1077
|
+
```jsx
|
|
1078
|
+
<Tiles variant="gridlines">
|
|
1079
|
+
<Tiles.Item name="GitHub" href="https://github.com">
|
|
1080
|
+
<svg role="img" width="44" height="44" viewBox="0 0 98 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1081
|
+
<title>GitHub</title>
|
|
1082
|
+
<path
|
|
1083
|
+
fillRule="evenodd"
|
|
1084
|
+
clipRule="evenodd"
|
|
1085
|
+
d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z"
|
|
1086
|
+
fill="currentColor"
|
|
1087
|
+
/>
|
|
1088
|
+
</svg>
|
|
1089
|
+
</Tiles.Item>
|
|
1090
|
+
<Tiles.Item name="VS Code" href="https://code.visualstudio.com">
|
|
1091
|
+
<svg
|
|
1092
|
+
focusable="false"
|
|
1093
|
+
width="44"
|
|
1094
|
+
height="44"
|
|
1095
|
+
viewBox="0 0 100 100"
|
|
1096
|
+
fill="none"
|
|
1097
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1098
|
+
aria-label="Visual Studio Code icon"
|
|
1099
|
+
>
|
|
1100
|
+
<mask id="mask0_links" maskUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
|
|
1101
|
+
<path
|
|
1102
|
+
fillRule="evenodd"
|
|
1103
|
+
clipRule="evenodd"
|
|
1104
|
+
d="M70.9119 99.3171C72.4869 99.9307 74.2828 99.8914 75.8725 99.1264L96.4608 89.2197C98.6242 88.1787 100 85.9892 100 83.5872V16.4133C100 14.0113 98.6243 11.8218 96.4609 10.7808L75.8725 0.873756C73.7862 -0.130129 71.3446 0.11576 69.5135 1.44695C69.252 1.63711 69.0028 1.84943 68.769 2.08341L29.3551 38.0415L12.1872 25.0096C10.589 23.7965 8.35363 23.8959 6.86933 25.2461L1.36303 30.2549C-0.452552 31.9064 -0.454633 34.7627 1.35853 36.417L16.2471 50.0001L1.35853 63.5832C-0.454633 65.2374 -0.452552 68.0938 1.36303 69.7453L6.86933 74.7541C8.35363 76.1043 10.589 76.2037 12.1872 74.9905L29.3551 61.9587L68.769 97.9167C69.3925 98.5406 70.1246 99.0104 70.9119 99.3171ZM75.0152 27.2989L45.1091 50.0001L75.0152 72.7012V27.2989Z"
|
|
1105
|
+
fill="white"
|
|
1106
|
+
/>
|
|
1107
|
+
</mask>
|
|
1108
|
+
<g mask="url(#mask0_links)">
|
|
1109
|
+
<path
|
|
1110
|
+
d="M96.4614 10.7962L75.8569 0.875542C73.4719 -0.272773 70.6217 0.211611 68.75 2.08333L1.29858 63.5832C-0.515693 65.2373 -0.513607 68.0937 1.30308 69.7452L6.81272 74.754C8.29793 76.1042 10.5347 76.2036 12.1338 74.9905L93.3609 13.3699C96.086 11.3026 100 13.2462 100 16.6667V16.4275C100 14.0265 98.6246 11.8378 96.4614 10.7962Z"
|
|
1111
|
+
fill="#0065A9"
|
|
1112
|
+
/>
|
|
1113
|
+
<g filter="url(#filter0_d_links)">
|
|
1114
|
+
<path
|
|
1115
|
+
d="M96.4614 89.2038L75.8569 99.1245C73.4719 100.273 70.6217 99.7884 68.75 97.9167L1.29858 36.4169C-0.515693 34.7627 -0.513607 31.9063 1.30308 30.2548L6.81272 25.246C8.29793 23.8958 10.5347 23.7964 12.1338 25.0095L93.3609 86.6301C96.086 88.6974 100 86.7538 100 83.3334V83.5726C100 85.9735 98.6246 88.1622 96.4614 89.2038Z"
|
|
1116
|
+
fill="#007ACC"
|
|
1117
|
+
/>
|
|
1118
|
+
</g>
|
|
1119
|
+
<g filter="url(#filter1_d_links)">
|
|
1120
|
+
<path
|
|
1121
|
+
d="M75.8578 99.1263C73.4721 100.274 70.6219 99.7885 68.75 97.9166C71.0564 100.223 75 98.5895 75 95.3278V4.67213C75 1.41039 71.0564 -0.223106 68.75 2.08329C70.6219 0.211402 73.4721 -0.273666 75.8578 0.873633L96.4587 10.7807C98.6234 11.8217 100 14.0112 100 16.4132V83.5871C100 85.9891 98.6234 88.1786 96.4586 89.2196L75.8578 99.1263Z"
|
|
1122
|
+
fill="#1F9CF0"
|
|
1123
|
+
/>
|
|
1124
|
+
</g>
|
|
1125
|
+
<g style={{mixBlendMode: 'overlay', opacity: 0.25}}>
|
|
1126
|
+
<path
|
|
1127
|
+
fillRule="evenodd"
|
|
1128
|
+
clipRule="evenodd"
|
|
1129
|
+
d="M70.8511 99.3171C72.4261 99.9306 74.2221 99.8913 75.8117 99.1264L96.4 89.2197C98.5634 88.1787 99.9392 85.9892 99.9392 83.5871V16.4133C99.9392 14.0112 98.5635 11.8217 96.4001 10.7807L75.8117 0.873695C73.7255 -0.13019 71.2838 0.115699 69.4527 1.44688C69.1912 1.63705 68.942 1.84937 68.7082 2.08335L29.2943 38.0414L12.1264 25.0096C10.5283 23.7964 8.29285 23.8959 6.80855 25.246L1.30225 30.2548C-0.513334 31.9064 -0.515415 34.7627 1.29775 36.4169L16.1863 50L1.29775 63.5832C-0.515415 65.2374 -0.513334 68.0937 1.30225 69.7452L6.80855 74.754C8.29285 76.1042 10.5283 76.2036 12.1264 74.9905L29.2943 61.9586L68.7082 97.9167C69.3317 98.5405 70.0638 99.0104 70.8511 99.3171ZM74.9544 27.2989L45.0483 50L74.9544 72.7012V27.2989Z"
|
|
1130
|
+
fill="url(#paint0_linear_links)"
|
|
1131
|
+
/>
|
|
1132
|
+
</g>
|
|
1133
|
+
</g>
|
|
1134
|
+
<defs>
|
|
1135
|
+
<filter
|
|
1136
|
+
id="filter0_d_links"
|
|
1137
|
+
x="-8.39411"
|
|
1138
|
+
y="15.8291"
|
|
1139
|
+
width="116.727"
|
|
1140
|
+
height="92.2456"
|
|
1141
|
+
filterUnits="userSpaceOnUse"
|
|
1142
|
+
colorInterpolationFilters="sRGB"
|
|
1143
|
+
>
|
|
1144
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
1145
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
1146
|
+
<feOffset />
|
|
1147
|
+
<feGaussianBlur stdDeviation="4.16667" />
|
|
1148
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
|
1149
|
+
<feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
1150
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
|
|
1151
|
+
</filter>
|
|
1152
|
+
<filter
|
|
1153
|
+
id="filter1_d_links"
|
|
1154
|
+
x="60.4167"
|
|
1155
|
+
y="-8.07558"
|
|
1156
|
+
width="47.9167"
|
|
1157
|
+
height="116.151"
|
|
1158
|
+
filterUnits="userSpaceOnUse"
|
|
1159
|
+
colorInterpolationFilters="sRGB"
|
|
1160
|
+
>
|
|
1161
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
1162
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
1163
|
+
<feOffset />
|
|
1164
|
+
<feGaussianBlur stdDeviation="4.16667" />
|
|
1165
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
|
|
1166
|
+
<feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
1167
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
|
|
1168
|
+
</filter>
|
|
1169
|
+
<linearGradient
|
|
1170
|
+
id="paint0_linear_links"
|
|
1171
|
+
x1="49.9392"
|
|
1172
|
+
y1="0.257812"
|
|
1173
|
+
x2="49.9392"
|
|
1174
|
+
y2="99.7423"
|
|
1175
|
+
gradientUnits="userSpaceOnUse"
|
|
1176
|
+
>
|
|
1177
|
+
<stop stopColor="white" />
|
|
1178
|
+
<stop offset="1" stopColor="white" stopOpacity="0" />
|
|
1179
|
+
</linearGradient>
|
|
1180
|
+
</defs>
|
|
1181
|
+
</svg>
|
|
1182
|
+
</Tiles.Item>
|
|
1183
|
+
<Tiles.Item name="Visual Studio" href="https://visualstudio.microsoft.com">
|
|
1184
|
+
<svg
|
|
1185
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1186
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
1187
|
+
fill="none"
|
|
1188
|
+
width="44"
|
|
1189
|
+
height="44"
|
|
1190
|
+
viewBox="0 0 193 193"
|
|
1191
|
+
focusable="false"
|
|
1192
|
+
aria-label="Visual Studio icon"
|
|
1193
|
+
>
|
|
1194
|
+
<title>Visual Studio</title>
|
|
1195
|
+
<defs>
|
|
1196
|
+
<path id="vs_reuse_links" fill="#fff" d="M8.271 8.271h176.457v176.457H8.271z" />
|
|
1197
|
+
</defs>
|
|
1198
|
+
<g clipPath="url(#vs_clip_a_links)">
|
|
1199
|
+
<g clipPath="url(#vs_clip_b_links)">
|
|
1200
|
+
<mask
|
|
1201
|
+
id="vs_mask_links"
|
|
1202
|
+
width="177"
|
|
1203
|
+
height="177"
|
|
1204
|
+
x="8"
|
|
1205
|
+
y="8"
|
|
1206
|
+
maskUnits="userSpaceOnUse"
|
|
1207
|
+
style={{maskType: 'alpha'}}
|
|
1208
|
+
>
|
|
1209
|
+
<path
|
|
1210
|
+
fill="#fff"
|
|
1211
|
+
d="m40.621 157.524-29.408-22.057a7.284 7.284 0 0 1-2.941-5.881V63.414a7.287 7.287 0 0 1 2.941-5.88l29.408-22.058a6.658 6.658 0 0 0-2.02 5.881v110.286a6.66 6.66 0 0 0 2.02 5.881Z"
|
|
1212
|
+
/>
|
|
1213
|
+
<path
|
|
1214
|
+
fill="#fff"
|
|
1215
|
+
d="M181.456 38.895a7.39 7.39 0 0 0-4.081-1.213 7.139 7.139 0 0 0-5.073 2.057l-.513.515L113.117 96.5l-32.462 31.137-30.034 28.784-.515.516a7.137 7.137 0 0 1-5.073 2.059 7.386 7.386 0 0 1-4.412-1.472l-29.408-22.057a7.346 7.346 0 0 0 9.998-1.103l32.644-37.9 26.8-31.1 46.946-54.52a7.238 7.238 0 0 1 5.55-2.572 7.385 7.385 0 0 1 4.08 1.213l44.225 29.41Z"
|
|
1216
|
+
/>
|
|
1217
|
+
<path
|
|
1218
|
+
fill="#fff"
|
|
1219
|
+
d="m181.456 154.105-44.114 29.41a7.447 7.447 0 0 1-9.667-1.323l-47.02-54.555-26.8-31.173-32.644-37.867a7.386 7.386 0 0 0-9.998-1.064l29.408-22.057a7.39 7.39 0 0 1 4.411-1.472 7.132 7.132 0 0 1 5.074 2.06l.515.515 30.034 28.785L113.117 96.5l58.672 56.246.513.515a7.136 7.136 0 0 0 5.073 2.057 7.387 7.387 0 0 0 4.081-1.213Z"
|
|
1220
|
+
/>
|
|
1221
|
+
<path
|
|
1222
|
+
fill="#fff"
|
|
1223
|
+
d="M184.729 45.032v102.936a7.375 7.375 0 0 1-3.273 6.137l-44.114 29.41a7.38 7.38 0 0 0 3.272-6.14V15.625a7.44 7.44 0 0 0-3.383-6.14l44.225 29.41a7.419 7.419 0 0 1 3.273 6.137Z"
|
|
1224
|
+
/>
|
|
1225
|
+
</mask>
|
|
1226
|
+
<g mask="url(#vs_mask_links)">
|
|
1227
|
+
<path
|
|
1228
|
+
fill="#5E438F"
|
|
1229
|
+
d="m40.621 157.524-29.408-22.057a7.292 7.292 0 0 1-2.941-5.881V63.414a7.287 7.287 0 0 1 2.941-5.88l29.408-22.058a6.658 6.658 0 0 0-2.02 5.881v110.286a6.66 6.66 0 0 0 2.02 5.881Z"
|
|
1230
|
+
/>
|
|
1231
|
+
<g filter="url(#vs_filter_d_links)">
|
|
1232
|
+
<path
|
|
1233
|
+
fill="url(#vs_grad_e_links)"
|
|
1234
|
+
d="M181.455 38.895a7.385 7.385 0 0 0-4.08-1.213 7.147 7.147 0 0 0-5.073 2.057l-.513.515-31.25 29.962L113.117 96.5l-32.463 31.137-30.033 28.784-.516.516a7.137 7.137 0 0 1-5.073 2.059 7.386 7.386 0 0 1-4.411-1.472l-29.408-22.057a7.346 7.346 0 0 0 9.997-1.103l16.471-19.115 16.174-18.785 26.8-31.1 46.945-54.52a7.251 7.251 0 0 1 5.55-2.572 7.39 7.39 0 0 1 4.081 1.213l44.224 29.41Z"
|
|
1235
|
+
/>
|
|
1236
|
+
</g>
|
|
1237
|
+
<g filter="url(#vs_filter_f_links)">
|
|
1238
|
+
<path
|
|
1239
|
+
fill="url(#vs_grad_g_links)"
|
|
1240
|
+
d="m181.455 154.105-44.114 29.411a7.443 7.443 0 0 1-9.666-1.324l-47.02-54.555-26.8-31.173-16.173-18.748L21.21 58.598a7.387 7.387 0 0 0-9.997-1.065L40.62 35.477a7.389 7.389 0 0 1 4.411-1.472 7.128 7.128 0 0 1 5.073 2.06l.516.515 30.033 28.785L113.117 96.5l27.461 26.323 31.211 29.923.513.516a7.155 7.155 0 0 0 5.073 2.056 7.382 7.382 0 0 0 4.08-1.213Z"
|
|
1241
|
+
/>
|
|
1242
|
+
</g>
|
|
1243
|
+
<g filter="url(#vs_filter_h_links)">
|
|
1244
|
+
<path
|
|
1245
|
+
fill="url(#vs_grad_i_links)"
|
|
1246
|
+
d="M184.729 45.032v102.935a7.38 7.38 0 0 1-3.273 6.138l-44.115 29.41a7.383 7.383 0 0 0 3.273-6.14V15.625a7.44 7.44 0 0 0-3.383-6.14l44.225 29.41a7.428 7.428 0 0 1 3.273 6.137Z"
|
|
1247
|
+
/>
|
|
1248
|
+
</g>
|
|
1249
|
+
</g>
|
|
1250
|
+
</g>
|
|
1251
|
+
</g>
|
|
1252
|
+
<defs>
|
|
1253
|
+
<linearGradient
|
|
1254
|
+
id="vs_grad_e_links"
|
|
1255
|
+
x1="151.642"
|
|
1256
|
+
x2="20.614"
|
|
1257
|
+
y1="8.271"
|
|
1258
|
+
y2="140.148"
|
|
1259
|
+
gradientUnits="userSpaceOnUse"
|
|
1260
|
+
>
|
|
1261
|
+
<stop stopColor="#7252AA" />
|
|
1262
|
+
<stop offset="1" stopColor="#7252AA" />
|
|
1263
|
+
</linearGradient>
|
|
1264
|
+
<linearGradient
|
|
1265
|
+
id="vs_grad_g_links"
|
|
1266
|
+
x1="24.814"
|
|
1267
|
+
x2="147.966"
|
|
1268
|
+
y1="40.437"
|
|
1269
|
+
y2="178.293"
|
|
1270
|
+
gradientUnits="userSpaceOnUse"
|
|
1271
|
+
>
|
|
1272
|
+
<stop stopColor="#AE7FE2" />
|
|
1273
|
+
<stop offset="1" stopColor="#9A70D4" />
|
|
1274
|
+
</linearGradient>
|
|
1275
|
+
<linearGradient
|
|
1276
|
+
id="vs_grad_i_links"
|
|
1277
|
+
x1="160.457"
|
|
1278
|
+
x2="160.457"
|
|
1279
|
+
y1="5.936"
|
|
1280
|
+
y2="183.367"
|
|
1281
|
+
gradientUnits="userSpaceOnUse"
|
|
1282
|
+
>
|
|
1283
|
+
<stop stopColor="#D59DFF" />
|
|
1284
|
+
<stop offset="1" stopColor="#C18EF1" />
|
|
1285
|
+
</linearGradient>
|
|
1286
|
+
<filter
|
|
1287
|
+
id="vs_filter_d_links"
|
|
1288
|
+
width="180.604"
|
|
1289
|
+
height="161.087"
|
|
1290
|
+
x="6.032"
|
|
1291
|
+
y="4.386"
|
|
1292
|
+
colorInterpolationFilters="sRGB"
|
|
1293
|
+
filterUnits="userSpaceOnUse"
|
|
1294
|
+
>
|
|
1295
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
1296
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
1297
|
+
<feOffset dy=".246" />
|
|
1298
|
+
<feGaussianBlur stdDeviation=".246" />
|
|
1299
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
1300
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
1301
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
1302
|
+
<feOffset dy="1.295" />
|
|
1303
|
+
<feGaussianBlur stdDeviation="2.59" />
|
|
1304
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0" />
|
|
1305
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
1306
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
1307
|
+
</filter>
|
|
1308
|
+
<filter
|
|
1309
|
+
id="vs_filter_f_links"
|
|
1310
|
+
width="180.604"
|
|
1311
|
+
height="161.085"
|
|
1312
|
+
x="6.032"
|
|
1313
|
+
y="30.118"
|
|
1314
|
+
colorInterpolationFilters="sRGB"
|
|
1315
|
+
filterUnits="userSpaceOnUse"
|
|
1316
|
+
>
|
|
1317
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
1318
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
1319
|
+
<feOffset dy=".246" />
|
|
1320
|
+
<feGaussianBlur stdDeviation=".246" />
|
|
1321
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
1322
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
1323
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
1324
|
+
<feOffset dy="1.295" />
|
|
1325
|
+
<feGaussianBlur stdDeviation="2.59" />
|
|
1326
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0" />
|
|
1327
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
1328
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
1329
|
+
</filter>
|
|
1330
|
+
<filter
|
|
1331
|
+
id="vs_filter_h_links"
|
|
1332
|
+
width="78.583"
|
|
1333
|
+
height="205.117"
|
|
1334
|
+
x="121.688"
|
|
1335
|
+
y="-6.059"
|
|
1336
|
+
colorInterpolationFilters="sRGB"
|
|
1337
|
+
filterUnits="userSpaceOnUse"
|
|
1338
|
+
>
|
|
1339
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix" />
|
|
1340
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
1341
|
+
<feOffset />
|
|
1342
|
+
<feGaussianBlur stdDeviation=".13" />
|
|
1343
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0" />
|
|
1344
|
+
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
|
|
1345
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
|
|
1346
|
+
<feOffset />
|
|
1347
|
+
<feGaussianBlur stdDeviation="7.771" />
|
|
1348
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" />
|
|
1349
|
+
<feBlend in2="effect1_dropShadow" result="effect2_dropShadow" />
|
|
1350
|
+
<feBlend in="SourceGraphic" in2="effect2_dropShadow" result="shape" />
|
|
1351
|
+
</filter>
|
|
1352
|
+
<clipPath id="vs_clip_a_links">
|
|
1353
|
+
<use xlinkHref="#vs_reuse_links" />
|
|
1354
|
+
</clipPath>
|
|
1355
|
+
<clipPath id="vs_clip_b_links">
|
|
1356
|
+
<use xlinkHref="#vs_reuse_links" />
|
|
1357
|
+
</clipPath>
|
|
1358
|
+
</defs>
|
|
1359
|
+
</svg>
|
|
1360
|
+
</Tiles.Item>
|
|
1361
|
+
<Tiles.Item name="Azure" href="https://azure.microsoft.com">
|
|
1362
|
+
<svg role="img" width="44" height="44" viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1363
|
+
<defs>
|
|
1364
|
+
<linearGradient
|
|
1365
|
+
id="azure_links_a"
|
|
1366
|
+
x1="-1032.17"
|
|
1367
|
+
x2="-1059.21"
|
|
1368
|
+
y1="145.31"
|
|
1369
|
+
y2="65.43"
|
|
1370
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
1371
|
+
gradientUnits="userSpaceOnUse"
|
|
1372
|
+
>
|
|
1373
|
+
<stop offset="0" stopColor="#114a8b" />
|
|
1374
|
+
<stop offset="1" stopColor="#0669bc" />
|
|
1375
|
+
</linearGradient>
|
|
1376
|
+
<linearGradient
|
|
1377
|
+
id="azure_links_b"
|
|
1378
|
+
x1="-1023.73"
|
|
1379
|
+
x2="-1029.98"
|
|
1380
|
+
y1="108.08"
|
|
1381
|
+
y2="105.97"
|
|
1382
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
1383
|
+
gradientUnits="userSpaceOnUse"
|
|
1384
|
+
>
|
|
1385
|
+
<stop offset="0" stopOpacity=".3" />
|
|
1386
|
+
<stop offset=".07" stopOpacity=".2" />
|
|
1387
|
+
<stop offset=".32" stopOpacity=".1" />
|
|
1388
|
+
<stop offset=".62" stopOpacity=".05" />
|
|
1389
|
+
<stop offset="1" stopOpacity="0" />
|
|
1390
|
+
</linearGradient>
|
|
1391
|
+
<linearGradient
|
|
1392
|
+
id="azure_links_c"
|
|
1393
|
+
x1="-1027.16"
|
|
1394
|
+
x2="-997.48"
|
|
1395
|
+
y1="147.64"
|
|
1396
|
+
y2="68.56"
|
|
1397
|
+
gradientTransform="matrix(1 0 0 -1 1075 158)"
|
|
1398
|
+
gradientUnits="userSpaceOnUse"
|
|
1399
|
+
>
|
|
1400
|
+
<stop offset="0" stopColor="#3ccbf4" />
|
|
1401
|
+
<stop offset="1" stopColor="#2892df" />
|
|
1402
|
+
</linearGradient>
|
|
1403
|
+
</defs>
|
|
1404
|
+
<title>Azure</title>
|
|
1405
|
+
<path
|
|
1406
|
+
fill="url(#azure_links_a)"
|
|
1407
|
+
d="M33.34 6.54h26.04l-27.03 80.1a4.15 4.15 0 0 1-3.94 2.81H8.15a4.14 4.14 0 0 1-3.93-5.47L29.4 9.38a4.15 4.15 0 0 1 3.94-2.83z"
|
|
1408
|
+
/>
|
|
1409
|
+
<path
|
|
1410
|
+
fill="#0078d4"
|
|
1411
|
+
d="M71.17 60.26H29.88a1.91 1.91 0 0 0-1.3 3.31l26.53 24.76a4.17 4.17 0 0 0 2.85 1.13h23.38z"
|
|
1412
|
+
/>
|
|
1413
|
+
<path
|
|
1414
|
+
fill="url(#azure_links_b)"
|
|
1415
|
+
d="M33.34 6.54a4.12 4.12 0 0 0-3.95 2.88L4.25 83.92a4.14 4.14 0 0 0 3.91 5.54h20.79a4.44 4.44 0 0 0 3.4-2.9l5.02-14.78 17.91 16.7a4.24 4.24 0 0 0 2.67.97h23.29L71.02 60.26H41.24L59.47 6.55z"
|
|
1416
|
+
/>
|
|
1417
|
+
<path
|
|
1418
|
+
fill="url(#azure_links_c)"
|
|
1419
|
+
d="M66.6 9.36a4.14 4.14 0 0 0-3.93-2.82H33.65a4.15 4.15 0 0 1 3.93 2.82l25.18 74.62a4.15 4.15 0 0 1-3.93 5.48h29.02a4.15 4.15 0 0 0 3.93-5.48z"
|
|
1420
|
+
/>
|
|
1421
|
+
</svg>
|
|
1422
|
+
</Tiles.Item>
|
|
1423
|
+
</Tiles>
|
|
1424
|
+
```
|
|
1425
|
+
|
|
1426
|
+
## Component props
|
|
1427
|
+
|
|
1428
|
+
### Tiles
|
|
1429
|
+
|
|
1430
|
+
| Name | Type | Default | Description |
|
|
1431
|
+
| :-------- | :------------------------- | :---------- | :------------------------------------ |
|
|
1432
|
+
| `variant` | `'default' \| 'gridlines'` | `'default'` | The visual variant of the tiles grid. |
|
|
1433
|
+
| `layout` | `'default' \| 'compact'` | `'default'` | The layout density of the tiles grid. |
|
|
1434
|
+
|
|
1435
|
+
### Tiles.Item
|
|
1436
|
+
|
|
1437
|
+
| Name | Type | Default | Description |
|
|
1438
|
+
| :--------- | :---------------- | :---------- | :----------------------------------------------------------------- |
|
|
1439
|
+
| `name` | `string` | `undefined` | The accessible name for the tile item. |
|
|
1440
|
+
| `href` | `string` | `undefined` | Optional URL to link the tile to. Adds an arrow icon on hover. |
|
|
1441
|
+
| `children` | `React.ReactNode` | `undefined` | The icon or logo to display in the tile. Typically an SVG element. |
|