@arc-ui/community-components 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +16 -0
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/dist/Accordion/Accordion.cjs.js +31 -0
- package/dist/Accordion/Accordion.esm.js +29 -0
- package/dist/Author/Author.cjs.js +14 -0
- package/dist/Author/Author.esm.js +8 -0
- package/dist/Author/styles.css +1 -0
- package/dist/BannerWithTabs/BannerWithTabs.cjs.js +36 -0
- package/dist/BannerWithTabs/BannerWithTabs.esm.js +34 -0
- package/dist/BannerWithTabs/styles.css +1 -0
- package/dist/CopyLead/CopyLead.cjs.js +129 -0
- package/dist/CopyLead/CopyLead.esm.js +127 -0
- package/dist/CopyLead/styles.css +1 -0
- package/dist/DownloadList/DownloadList.cjs.js +26 -0
- package/dist/DownloadList/DownloadList.esm.js +24 -0
- package/dist/DownloadList/styles.css +1 -0
- package/dist/FeaturePost/FeaturePost.cjs.js +2281 -0
- package/dist/FeaturePost/FeaturePost.esm.js +2279 -0
- package/dist/FeaturePost/styles.css +1 -0
- package/dist/Highlights/Highlights.cjs.js +50 -0
- package/dist/Highlights/Highlights.esm.js +48 -0
- package/dist/Highlights/styles.css +1 -0
- package/dist/PromoListing/PromoListing.cjs.js +50 -0
- package/dist/PromoListing/PromoListing.esm.js +48 -0
- package/dist/PromoListing/styles.css +1 -0
- package/dist/Quote/Quote.cjs.js +27 -0
- package/dist/Quote/Quote.esm.js +25 -0
- package/dist/Quote/styles.css +1 -0
- package/dist/SectionHeading/SectionHeading.cjs.js +14 -0
- package/dist/SectionHeading/SectionHeading.esm.js +8 -0
- package/dist/SectionHeading/styles.css +1 -0
- package/dist/Statistics/Statistics.cjs.js +60 -0
- package/dist/Statistics/Statistics.esm.js +58 -0
- package/dist/Statistics/styles.css +1 -0
- package/dist/Summary/Summary.cjs.js +30 -0
- package/dist/Summary/Summary.esm.js +28 -0
- package/dist/Summary/styles.css +1 -0
- package/dist/_shared/cjs/Author-CAo-qryZ.js +30 -0
- package/dist/_shared/cjs/SectionHeading-L2EpTQ79.js +25 -0
- package/dist/_shared/cjs/filter-data-attrs-ajtUvDAC.js +15 -0
- package/dist/_shared/cjs/index-Bp6Dd2i1.js +94 -0
- package/dist/_shared/cjs/index.es-X428Cm3N.js +15 -0
- package/dist/_shared/cjs/tslib.es6-DBA0GFPJ.js +48 -0
- package/dist/_shared/esm/Author-Bx-cE9Pz.js +28 -0
- package/dist/_shared/esm/SectionHeading-C70XNhqJ.js +23 -0
- package/dist/_shared/esm/filter-data-attrs-V7cbJuwS.js +13 -0
- package/dist/_shared/esm/index-BfTCfPZ1.js +92 -0
- package/dist/_shared/esm/index.es-BzmvPxje.js +10 -0
- package/dist/_shared/esm/tslib.es6-Cv15O4Nx.js +46 -0
- package/dist/index.es.js +2796 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.js +2808 -0
- package/dist/index.js.map +1 -0
- package/dist/styles.css +1 -0
- package/dist/types/components/Accordion/Accordion.d.ts +9 -0
- package/dist/types/components/Accordion/components/AccordionDisclosureList/AccordionDisclosureList.d.ts +9 -0
- package/dist/types/components/Accordion/index.d.ts +1 -0
- package/dist/types/components/Author/Author.d.ts +17 -0
- package/dist/types/components/Author/index.d.ts +1 -0
- package/dist/types/components/BannerWithTabs/BannerWithTabs.d.ts +17 -0
- package/dist/types/components/BannerWithTabs/index.d.ts +1 -0
- package/dist/types/components/CopyLead/CopyLead.d.ts +42 -0
- package/dist/types/components/CopyLead/components/Button/Button.d.ts +3 -0
- package/dist/types/components/CopyLead/components/Button/index.d.ts +1 -0
- package/dist/types/components/CopyLead/components/Column/Column.d.ts +6 -0
- package/dist/types/components/CopyLead/components/Column/index.d.ts +1 -0
- package/dist/types/components/CopyLead/components/Container/Container.d.ts +9 -0
- package/dist/types/components/CopyLead/components/Container/index.d.ts +1 -0
- package/dist/types/components/CopyLead/components/IconList/IconList.d.ts +8 -0
- package/dist/types/components/CopyLead/components/IconList/index.d.ts +1 -0
- package/dist/types/components/CopyLead/components/Image/Image.d.ts +3 -0
- package/dist/types/components/CopyLead/components/Image/index.d.ts +1 -0
- package/dist/types/components/CopyLead/components/MediaContent/MediaContent.d.ts +9 -0
- package/dist/types/components/CopyLead/components/MediaContent/index.d.ts +1 -0
- package/dist/types/components/CopyLead/index.d.ts +1 -0
- package/dist/types/components/CopyLead/templates/Content/Content.d.ts +10 -0
- package/dist/types/components/CopyLead/templates/Content/index.d.ts +1 -0
- package/dist/types/components/CopyLead/templates/Media/Media.d.ts +16 -0
- package/dist/types/components/CopyLead/templates/Media/index.d.ts +1 -0
- package/dist/types/components/CopyLead/types/copy-lead-button.d.ts +2 -0
- package/dist/types/components/CopyLead/types/copy-lead-image.d.ts +4 -0
- package/dist/types/components/CopyLead/types/copy-lead-list-item.d.ts +6 -0
- package/dist/types/components/CopyLead/types/copy-lead-transcript-link.d.ts +6 -0
- package/dist/types/components/CopyLead/types/index.d.ts +4 -0
- package/dist/types/components/DownloadList/DownloadList.d.ts +10 -0
- package/dist/types/components/DownloadList/index.d.ts +1 -0
- package/dist/types/components/FeaturePost/FeaturePost.d.ts +45 -0
- package/dist/types/components/FeaturePost/components/Image/Image.d.ts +3 -0
- package/dist/types/components/FeaturePost/components/Image/index.d.ts +1 -0
- package/dist/types/components/FeaturePost/components/MediaContent/MediaContent.d.ts +15 -0
- package/dist/types/components/FeaturePost/index.d.ts +1 -0
- package/dist/types/components/FeaturePost/types/feature-post-app-button-footer.d.ts +6 -0
- package/dist/types/components/FeaturePost/types/feature-post-cta-footer.d.ts +7 -0
- package/dist/types/components/FeaturePost/types/feature-post-image.d.ts +4 -0
- package/dist/types/components/FeaturePost/types/index.d.ts +3 -0
- package/dist/types/components/Highlights/Highlights.d.ts +17 -0
- package/dist/types/components/Highlights/components/HighlightItem/HighlightItem.d.ts +14 -0
- package/dist/types/components/Highlights/components/HighlightList/HighlightList.d.ts +9 -0
- package/dist/types/components/Highlights/index.d.ts +1 -0
- package/dist/types/components/Highlights/types/highlight-list-item.d.ts +10 -0
- package/dist/types/components/Highlights/types/index.d.ts +1 -0
- package/dist/types/components/PromoListing/PromoListing.d.ts +38 -0
- package/dist/types/components/PromoListing/index.d.ts +1 -0
- package/dist/types/components/Quote/Quote.d.ts +11 -0
- package/dist/types/components/Quote/index.d.ts +1 -0
- package/dist/types/components/SectionHeading/SectionHeading.d.ts +25 -0
- package/dist/types/components/SectionHeading/index.d.ts +1 -0
- package/dist/types/components/Statistics/Statistics.d.ts +7 -0
- package/dist/types/components/Statistics/helpers/get-link-props.d.ts +2 -0
- package/dist/types/components/Statistics/index.d.ts +1 -0
- package/dist/types/components/Statistics/types/statistic-link.d.ts +6 -0
- package/dist/types/components/Statistics/types/statistic.d.ts +8 -0
- package/dist/types/components/Summary/Summary.d.ts +18 -0
- package/dist/types/components/Summary/index.d.ts +1 -0
- package/dist/types/components/index.d.ts +11 -0
- package/dist/types/index.d.ts +1 -0
- package/eslint.config.js +4 -0
- package/package.json +105 -0
- package/postcss.config.cjs +5 -0
- package/rollup.config.js +101 -0
- package/src/components/Accordion/Accordion.tsx +38 -0
- package/src/components/Accordion/components/AccordionDisclosureList/AccordionDisclosureList.tsx +44 -0
- package/src/components/Accordion/index.ts +1 -0
- package/src/components/Author/Author.module.css +9 -0
- package/src/components/Author/Author.tsx +60 -0
- package/src/components/Author/index.ts +1 -0
- package/src/components/BannerWithTabs/BannerWithTabs.module.css +19 -0
- package/src/components/BannerWithTabs/BannerWithTabs.tsx +74 -0
- package/src/components/BannerWithTabs/index.ts +1 -0
- package/src/components/CopyLead/CopyLead.module.css +127 -0
- package/src/components/CopyLead/CopyLead.tsx +102 -0
- package/src/components/CopyLead/components/Button/Button.tsx +13 -0
- package/src/components/CopyLead/components/Button/index.ts +1 -0
- package/src/components/CopyLead/components/Column/Column.tsx +10 -0
- package/src/components/CopyLead/components/Column/index.ts +1 -0
- package/src/components/CopyLead/components/Container/Container.tsx +32 -0
- package/src/components/CopyLead/components/Container/index.ts +1 -0
- package/src/components/CopyLead/components/IconList/IconList.tsx +49 -0
- package/src/components/CopyLead/components/IconList/index.ts +1 -0
- package/src/components/CopyLead/components/Image/Image.tsx +17 -0
- package/src/components/CopyLead/components/Image/index.ts +1 -0
- package/src/components/CopyLead/components/MediaContent/MediaContent.tsx +36 -0
- package/src/components/CopyLead/components/MediaContent/index.ts +1 -0
- package/src/components/CopyLead/index.ts +1 -0
- package/src/components/CopyLead/templates/Content/Content.tsx +58 -0
- package/src/components/CopyLead/templates/Content/index.ts +1 -0
- package/src/components/CopyLead/templates/Media/Media.tsx +104 -0
- package/src/components/CopyLead/templates/Media/index.ts +1 -0
- package/src/components/CopyLead/types/copy-lead-button.ts +6 -0
- package/src/components/CopyLead/types/copy-lead-image.ts +19 -0
- package/src/components/CopyLead/types/copy-lead-list-item.ts +7 -0
- package/src/components/CopyLead/types/copy-lead-transcript-link.ts +6 -0
- package/src/components/CopyLead/types/index.ts +4 -0
- package/src/components/DownloadList/DownloadList.module.css +7 -0
- package/src/components/DownloadList/DownloadList.tsx +41 -0
- package/src/components/DownloadList/index.ts +1 -0
- package/src/components/FeaturePost/FeaturePost.module.css +58 -0
- package/src/components/FeaturePost/FeaturePost.tsx +203 -0
- package/src/components/FeaturePost/components/Image/Image.tsx +18 -0
- package/src/components/FeaturePost/components/Image/index.ts +1 -0
- package/src/components/FeaturePost/components/MediaContent/MediaContent.tsx +45 -0
- package/src/components/FeaturePost/components/MediaContent/index.ts +0 -0
- package/src/components/FeaturePost/index.ts +1 -0
- package/src/components/FeaturePost/types/feature-post-app-button-footer.ts +7 -0
- package/src/components/FeaturePost/types/feature-post-cta-footer.ts +11 -0
- package/src/components/FeaturePost/types/feature-post-image.ts +19 -0
- package/src/components/FeaturePost/types/index.ts +3 -0
- package/src/components/Highlights/Highlights.module.css +85 -0
- package/src/components/Highlights/Highlights.tsx +53 -0
- package/src/components/Highlights/components/HighlightItem/HighlightItem.tsx +68 -0
- package/src/components/Highlights/components/HighlightList/HighlightList.tsx +42 -0
- package/src/components/Highlights/index.ts +1 -0
- package/src/components/Highlights/types/highlight-list-item.ts +11 -0
- package/src/components/Highlights/types/index.ts +1 -0
- package/src/components/PromoListing/PromoListing.module.css +97 -0
- package/src/components/PromoListing/PromoListing.tsx +153 -0
- package/src/components/PromoListing/index.ts +1 -0
- package/src/components/Quote/Quote.module.css +60 -0
- package/src/components/Quote/Quote.tsx +57 -0
- package/src/components/Quote/index.ts +1 -0
- package/src/components/SectionHeading/SectionHeading.module.css +34 -0
- package/src/components/SectionHeading/SectionHeading.tsx +65 -0
- package/src/components/SectionHeading/index.ts +1 -0
- package/src/components/Statistics/Statistics.module.css +25 -0
- package/src/components/Statistics/Statistics.tsx +97 -0
- package/src/components/Statistics/helpers/get-link-props.ts +11 -0
- package/src/components/Statistics/index.ts +1 -0
- package/src/components/Statistics/types/statistic-link.ts +6 -0
- package/src/components/Statistics/types/statistic.ts +9 -0
- package/src/components/Summary/Summary.module.css +31 -0
- package/src/components/Summary/Summary.tsx +65 -0
- package/src/components/Summary/index.ts +1 -0
- package/src/components/index.ts +11 -0
- package/src/index.ts +5 -0
- package/src/types/file-types.d.ts +9 -0
- package/stylelint.config.js +4 -0
- package/tsconfig.json +11 -0
package/dist/styles.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.SectionHeading-module_section-header--padded__0FXP2{padding-bottom:40px;width:auto}@media (min-width:636px){.SectionHeading-module_section-header--padded__0FXP2{min-width:588px;width:auto}}@media (min-width:768px){.SectionHeading-module_section-header--padded__0FXP2{min-width:720px;padding:0 186px 40px 0}}@media (min-width:1024px){.SectionHeading-module_section-header--padded__0FXP2{min-width:960px;padding:0 246px 40px 0}}@media (min-width:1280px){.SectionHeading-module_section-header--padded__0FXP2{min-width:1216px;padding:0 312px 40px 0}}.Author-module_authorContent__TBY7b{padding-left:var(--sem-space-padding-70)}.Author-module_largeAvatar__Vco03{margin-bottom:var(--sem-space-gap-5)}.CopyLead-module_buttonContainer__3OaRG{margin:var(--sem-space-padding-150) auto 0;width:100%}.CopyLead-module_col__0Da5H{flex:1 1 auto;width:100%}.CopyLead-module_container__I91ym{align-items:flex-start;display:flex;gap:var(--sem-space-padding-150)}.CopyLead-module_container--content__e8LxG{flex-direction:column}.CopyLead-module_container--media__QcMWi{flex-direction:column-reverse}.CopyLead-module_container--align-center__Fh1Sd{align-items:center}.CopyLead-module_container--align-top__UIXOZ{align-items:flex-start}.CopyLead-module_list__arnJd{list-style:none;margin:0;max-width:480px;padding:0}.CopyLead-module_listItem__NscHE{display:flex}.CopyLead-module_listItem__NscHE:nth-of-type(n+2){margin-top:var(--sem-space-padding-150)}.CopyLead-module_listItemCentered__Kwdab{align-items:center}.CopyLead-module_listItemIconContainer__dgnhJ{flex:0 0 auto}.CopyLead-module_listItemTextContainer__Dl9lw{flex:1 1 auto;padding:0 0 0 var(--sem-space-padding-80)}.CopyLead-module_imgWrapper__HYP3w{border-radius:var(--sem-border-radius-s);overflow:hidden}.CopyLead-module_mediaContainer__PxTnm{margin-bottom:var(--sem-space-padding-150)}.CopyLead-module_content__Bja1D{max-width:715px}@media (min-width:636px){.CopyLead-module_buttonContainer__3OaRG{width:-moz-max-content;width:max-content}}@media (min-width:768px){.CopyLead-module_container__I91ym{gap:var(--sem-space-padding-110)}.CopyLead-module_container--content__e8LxG,.CopyLead-module_container--media__QcMWi{flex-direction:row}.CopyLead-module_container--reverse__Gq9u8{flex-direction:row-reverse}.CopyLead-module_buttonContainer__3OaRG{margin:var(--sem-space-padding-150) 0 0}.CopyLead-module_col__0Da5H{width:50%}.CopyLead-module_list__arnJd{max-width:100%}.CopyLead-module_listItemTextContainer__Dl9lw{padding:0 var(--sem-space-padding-80)}}@media (min-width:1024px){.CopyLead-module_listItemTextContainer__Dl9lw{padding:0 var(--sem-space-padding-110)}}@media (min-width:1280px){.CopyLead-module_container__I91ym{gap:var(--sem-space-padding-130)}.CopyLead-module_listItemTextContainer__Dl9lw{padding:0 var(--sem-space-padding-130)}}@media (min-width:768px){.DownloadList-module_headingContainer__PNio8{max-width:75%}}.FeaturePost-module_labelDate__NXOgY{padding-top:var(--sem-space-padding-20)}.FeaturePost-module_authorContent__FEuRO{padding-left:var(--sem-space-padding-70)}.FeaturePost-module_googlePlayButtonWrapper__GI-ag{padding:var(--sem-space-padding-70) 0 0}.FeaturePost-module_imgWrapper__r6omd{border-radius:var(--sem-border-radius-s);overflow:hidden}@media (min-width:636px){.FeaturePost-module_googlePlayButtonWrapper__GI-ag{padding:0 0 0 var(--sem-space-padding-70)}}@media (min-width:768px){.FeaturePost-module_featurePost__9jY21{display:flex;gap:24px}.FeaturePost-module_featurePostReversed__WQRXm{flex-direction:row-reverse}.FeaturePost-module_contentContainer__kdus7{padding:0 var(--sem-space-padding-110) 0 0}.FeaturePost-module_col__eW8gY{flex:0 1 auto;width:50%}.FeaturePost-module_labelDate__NXOgY{padding-left:var(--sem-space-padding-70)}}@media (min-width:1280px){.FeaturePost-module_featurePost__9jY21{gap:32px}.FeaturePost-module_contentContainer__kdus7{padding:0 var(--sem-space-padding-130) 0 0}}.Highlights-module_highlights__Hf7Zq{grid-gap:48px 24px;display:grid;gap:48px 24px;grid-template-columns:1fr}.Highlights-module_highlightItem__-N6le{max-width:480px;width:auto}@media (min-width:636px){.Highlights-module_highlights__Hf7Zq{grid-template-columns:1fr 1fr}.Highlights-module_highlightItem__-N6le{min-width:282px;padding-right:0}}@media (min-width:768px){.Highlights-module_highlights2Column__6qIuI{grid-template-columns:1fr 1fr}.Highlights-module_highlights2Column__6qIuI .Highlights-module_highlightItem__-N6le{max-width:-moz-max-content;max-width:max-content;min-width:348px;padding-right:62px}.Highlights-module_highlights3Column__qsCMP{grid-template-columns:1fr 1fr 1fr}.Highlights-module_highlights3Column__qsCMP .Highlights-module_highlightItem__-N6le{min-width:224px}}@media (min-width:1024px){.Highlights-module_highlights2Column__6qIuI{grid-template-columns:1fr 1fr}.Highlights-module_highlights2Column__6qIuI .Highlights-module_highlightItem__-N6le{min-width:468px;padding-right:82px}.Highlights-module_highlights3Column__qsCMP{grid-template-columns:1fr 1fr 1fr}.Highlights-module_highlights3Column__qsCMP .Highlights-module_highlightItem__-N6le{min-width:304px}}@media (min-width:1280px){.Highlights-module_highlights__Hf7Zq{gap:48px 32px}.Highlights-module_highlights2Column__6qIuI{grid-template-columns:1fr 1fr}.Highlights-module_highlights2Column__6qIuI .Highlights-module_highlightItem__-N6le{min-width:592px;padding-right:104px}.Highlights-module_highlights3Column__qsCMP{grid-template-columns:1fr 1fr 1fr}.Highlights-module_highlights3Column__qsCMP .Highlights-module_highlightItem__-N6le{min-width:384px}}.PromoListing-module_PromoListing__6ensv{max-width:1280px}.PromoListing-module_promoListingContainer__vwez-{grid-column:span 2;height:100%;width:100%}.PromoListing-module_cardGrid__llf73{grid-gap:24px;display:grid;gap:24px;grid-template-columns:2fr}.PromoListing-module_carouselSlide__AMTPF{height:100%;padding:6px}@media (min-width:320px){.PromoListing-module_cardGrid__llf73{grid-auto-rows:minmax(430px,1fr)}}@media (min-width:636px){.PromoListing-module_cardGrid2Columns__qPLQk{grid-auto-rows:minmax(430px,1fr);grid-template-columns:repeat(4,1fr)}.PromoListing-module_cardGrid2Columns__qPLQk.PromoListing-module_cardGrid3Cards__VKWMs .PromoListing-module_promoListingContainer__vwez-:last-child,.PromoListing-module_cardGrid2Columns__qPLQk.PromoListing-module_cardGrid5Cards__ywl5k .PromoListing-module_promoListingContainer__vwez-:last-child{grid-column-end:4}}@media (min-width:768px){.PromoListing-module_cardGrid2Columns__qPLQk{grid-auto-rows:minmax(430px,1fr)}}@media (min-width:1024px){.PromoListing-module_cardGrid2Columns__qPLQk{grid-auto-rows:minmax(468px,1fr)}.PromoListing-module_cardGrid3Columns__g0Xru{grid-auto-rows:minmax(437px,1fr);grid-template-columns:repeat(6,1fr)}.PromoListing-module_cardGrid3Columns__g0Xru.PromoListing-module_cardGrid4Cards__5Bv5u .PromoListing-module_promoListingContainer__vwez-:last-child{grid-column-end:5}.PromoListing-module_cardGrid3Columns__g0Xru.PromoListing-module_cardGrid2Cards__wDc4S .PromoListing-module_promoListingContainer__vwez-:last-child,.PromoListing-module_cardGrid3Columns__g0Xru.PromoListing-module_cardGrid5Cards__ywl5k .PromoListing-module_promoListingContainer__vwez-:last-child{grid-column-end:6}.PromoListing-module_cardGrid3Columns__g0Xru.PromoListing-module_cardGrid2Cards__wDc4S .PromoListing-module_promoListingContainer__vwez-:nth-last-child(2),.PromoListing-module_cardGrid3Columns__g0Xru.PromoListing-module_cardGrid5Cards__ywl5k .PromoListing-module_promoListingContainer__vwez-:nth-last-child(2){grid-column-end:4}}@media (min-width:1280px){.PromoListing-module_cardGrid2Columns__qPLQk{grid-auto-rows:minmax(592px,1fr)}.PromoListing-module_cardGrid3Columns__g0Xru{grid-auto-rows:minmax(523px,1fr)}.PromoListing-module_cardGrid__llf73{gap:32px}}.Quote-module_blockQuote__STj-z{font-size:36px;font-style:normal;font-weight:500;margin:0}.Quote-module_quoteContent__kWc51{line-height:44px;margin:0;padding-bottom:32px;padding-top:32px}.Quote-module_quoteDefault__tU5db{fill:#5514b4;color:#5514b4}.Quote-module_quoteSecondary__3Rk3f{fill:#434343;color:#434343}.Quote-module_quoteIcon__HK1TV{height:76.471px;width:100px}svg{padding:0}@media (min-width:768px){.Quote-module_blockQuote__STj-z{font-size:40px}.Quote-module_quoteContent__kWc51{line-height:48px}}@media (min-width:1024px){.Quote-module_quoteIcon__HK1TV{height:95.588px;width:125px}}@media (min-width:1280px){.Quote-module_blockQuote__STj-z{font-size:56px}.Quote-module_quoteContent__kWc51{line-height:64px}}.Summary-module_ruleContainer__ydWlG{flex:0 1 auto;padding:24px}.Summary-module_ruleContainer__ydWlG .arc-Rule{margin:0}@media (min-width:636px){.Summary-module_row__SKV--{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr)}}@media (min-width:1024px){.Summary-module_ruleContainer__ydWlG{padding:12px 48px}.Summary-module_row__SKV--{padding:0 24px}}.Statistics-module_list__BI-eQ{list-style:none;margin:0;padding:0}.Statistics-module_mutedText__MR1JM,.arc a.Statistics-module_mutedText__MR1JM{color:var(--sem-color-text-primary-light-subtle)}.Statistics-module_statWrapper__83OnM{margin-bottom:-12px}@media (min-width:636px){.Statistics-module_statWrapper__83OnM{margin-bottom:0}}.BannerWithTabs-module_contentSwitcherWrapper__xvz39{display:none}.BannerWithTabs-module_contentSwitcherDropdownWrapper__eT5zq{display:block}@media (min-width:636px){.BannerWithTabs-module_contentSwitcherWrapper__xvz39{display:block}.BannerWithTabs-module_contentSwitcherDropdownWrapper__eT5zq{display:none}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type SectionHeadingProps } from "../SectionHeading";
|
|
3
|
+
import { AccordionDisclosureListProps } from "./components/AccordionDisclosureList/AccordionDisclosureList";
|
|
4
|
+
/**
|
|
5
|
+
* Use the `Accordion` component to package together a title, content and a number of disclosure components into one section (maximum 10).
|
|
6
|
+
*/
|
|
7
|
+
export declare const Accordion: React.FC<AccordionProps>;
|
|
8
|
+
export interface AccordionProps extends SectionHeadingProps, AccordionDisclosureListProps {
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type DisclosureProps } from "@arc-ui/components/dist/Disclosure";
|
|
3
|
+
export declare const AccordionDisclosureList: React.FC<AccordionDisclosureListProps>;
|
|
4
|
+
export interface AccordionDisclosureListProps {
|
|
5
|
+
/**
|
|
6
|
+
* Array of `Disclosure` components. Maximum 10 in one `Accordion`.
|
|
7
|
+
*/
|
|
8
|
+
disclosureList: DisclosureProps[];
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Accordion, type AccordionProps } from "./Accordion";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type AvatarProps } from "@arc-ui/components/dist/Avatar";
|
|
3
|
+
export declare const Author: React.FC<AuthorProps>;
|
|
4
|
+
export interface AuthorProps {
|
|
5
|
+
/**
|
|
6
|
+
* Name of the Author.
|
|
7
|
+
*/
|
|
8
|
+
name: string;
|
|
9
|
+
/**
|
|
10
|
+
* Job title of the Author.
|
|
11
|
+
*/
|
|
12
|
+
title: string;
|
|
13
|
+
/**
|
|
14
|
+
* Optional Avatar for the Author.
|
|
15
|
+
*/
|
|
16
|
+
avatar?: AvatarProps;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Author, type AuthorProps } from "./Author";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { HeroBannerProps } from "@arc-ui/components/dist/types/components/HeroBanner/HeroBanner";
|
|
3
|
+
export declare const BannerWithTabs: FC<BannerWithTabsProps>;
|
|
4
|
+
export interface BannerWithTabsProps {
|
|
5
|
+
/**
|
|
6
|
+
* Determine what tabs to render. They need both a `value` and `label` prop
|
|
7
|
+
*/
|
|
8
|
+
tabs: {
|
|
9
|
+
value: string;
|
|
10
|
+
label: string;
|
|
11
|
+
content: HeroBannerProps;
|
|
12
|
+
}[];
|
|
13
|
+
/**
|
|
14
|
+
* Default to an inital value of a tab. If this is left blank it will default to first tab.
|
|
15
|
+
*/
|
|
16
|
+
defaultValue?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BannerWithTabs, type BannerWithTabsProps } from "./BannerWithTabs";
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type HeadingLevel } from "@arc-ui/components/dist/Heading";
|
|
3
|
+
import { type VideoPlayerProps } from "@arc-ui/components/dist/VideoPlayer";
|
|
4
|
+
import { type CopyLeadButton, type CopyLeadImage, type CopyLeadListItem } from "./types";
|
|
5
|
+
/**
|
|
6
|
+
* Use `CopyLead` to give supporting information about a page or proposition. It can be used to call out key benefits in bullet points, or link to a supporting explanatory video. An optional CTA can be used to link to further information or trigger a sales or enquiry journey.
|
|
7
|
+
*/
|
|
8
|
+
export declare const CopyLead: React.FC<CopyLeadProps>;
|
|
9
|
+
export interface CopyLeadProps {
|
|
10
|
+
/**
|
|
11
|
+
* heading for `CopyLead`.
|
|
12
|
+
*/
|
|
13
|
+
heading: string;
|
|
14
|
+
/**
|
|
15
|
+
* Determine a heading level for `<MediaTemplate />` and `<ContentTemplate />`
|
|
16
|
+
*/
|
|
17
|
+
headingLevel?: HeadingLevel;
|
|
18
|
+
/**
|
|
19
|
+
* Reverse the columns so the image / video appears on the left. Doesn't affect mobile layouts, and is only applied if there is a video or an image.
|
|
20
|
+
*/
|
|
21
|
+
isReverseOrder?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Text content for `CopyLead`.
|
|
24
|
+
*/
|
|
25
|
+
content?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Button for `CopyLead`.
|
|
28
|
+
*/
|
|
29
|
+
button?: CopyLeadButton;
|
|
30
|
+
/**
|
|
31
|
+
* Image for `CopyLead`.
|
|
32
|
+
*/
|
|
33
|
+
image?: CopyLeadImage;
|
|
34
|
+
/**
|
|
35
|
+
* Video embed. Supported platforms are YouTube and Vimeo.
|
|
36
|
+
*/
|
|
37
|
+
video?: VideoPlayerProps;
|
|
38
|
+
/**
|
|
39
|
+
* List items for `CopyLead`
|
|
40
|
+
*/
|
|
41
|
+
listItems: CopyLeadListItem[];
|
|
42
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Button } from "./Button";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Column } from "./Column";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Container } from "./Container";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IconList } from "./IconList";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Image } from "./Image";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type HeadingLevel } from "@arc-ui/components/dist/Heading";
|
|
3
|
+
export declare const MediaContent: React.FC<MediaContentProps>;
|
|
4
|
+
interface MediaContentProps {
|
|
5
|
+
heading: string;
|
|
6
|
+
headingLevel?: HeadingLevel;
|
|
7
|
+
children?: string;
|
|
8
|
+
}
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { MediaContent } from "./MediaContent";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CopyLead, type CopyLeadProps } from "./CopyLead";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type SectionHeadingProps } from "../../../../components/SectionHeading";
|
|
3
|
+
import { type CopyLeadButton, type CopyLeadListItem } from "../../types";
|
|
4
|
+
export declare const ContentTemplate: React.FC<ContentTemplateProps>;
|
|
5
|
+
interface ContentTemplateProps extends SectionHeadingProps {
|
|
6
|
+
content: string;
|
|
7
|
+
listItems: CopyLeadListItem[];
|
|
8
|
+
button?: CopyLeadButton;
|
|
9
|
+
}
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ContentTemplate } from "./Content";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type HeadingLevel } from "@arc-ui/components/dist/Heading";
|
|
3
|
+
import { type VideoPlayerProps } from "@arc-ui/components/dist/VideoPlayer";
|
|
4
|
+
import { type CopyLeadButton, type CopyLeadImage, type CopyLeadListItem } from "../../types";
|
|
5
|
+
export declare const MediaTemplate: React.FC<MediaTemplateProps>;
|
|
6
|
+
interface MediaTemplateProps {
|
|
7
|
+
heading: string;
|
|
8
|
+
headingLevel?: HeadingLevel;
|
|
9
|
+
listItems: CopyLeadListItem[];
|
|
10
|
+
content?: string;
|
|
11
|
+
isReverseOrder?: boolean;
|
|
12
|
+
button?: CopyLeadButton;
|
|
13
|
+
image?: CopyLeadImage;
|
|
14
|
+
video?: VideoPlayerProps;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { MediaTemplate } from "./Media";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ImageSourceProps, type ImageProps as ArcImageProps } from "@arc-ui/components/dist/types/components/Image/Image";
|
|
2
|
+
export interface CopyLeadImage extends Pick<ArcImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "width" | "height" | "fadeOnLoad"> {
|
|
3
|
+
sources?: Pick<ImageSourceProps, "media" | "sizes" | "srcSet">[];
|
|
4
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type HeadingLevel } from "@arc-ui/components/dist/Heading";
|
|
3
|
+
import { type DownloadProps } from "@arc-ui/components/dist/Download";
|
|
4
|
+
export declare const DownloadList: React.FC<DownloadListProps>;
|
|
5
|
+
export interface DownloadListProps {
|
|
6
|
+
heading: string;
|
|
7
|
+
content: string;
|
|
8
|
+
downloads: DownloadProps[];
|
|
9
|
+
headingLevel?: HeadingLevel;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DownloadList, type DownloadListProps } from "./DownloadList";
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type HeadingLevel } from "@arc-ui/components/dist/Heading";
|
|
3
|
+
import { type VideoPlayerProps } from "@arc-ui/components/dist/VideoPlayer";
|
|
4
|
+
import { type FeaturePostAppButtonFooter, type FeaturePostCtaFooter, type FeaturePostImage } from "./types";
|
|
5
|
+
/**
|
|
6
|
+
* Use `FeaturePost` to direct traffic towards an article, case study, or product information page, or to a 3rd part App Store provider. Where the component links to an article page, the author attribution can be given here. The `FeaturePost` must be supported by an image, and in future, the component will support embedded video as well.
|
|
7
|
+
* */
|
|
8
|
+
export declare const FeaturePost: React.FC<FeaturePostProps>;
|
|
9
|
+
export interface FeaturePostProps {
|
|
10
|
+
/**
|
|
11
|
+
* heading for `FeaturePost`.
|
|
12
|
+
*/
|
|
13
|
+
heading: string;
|
|
14
|
+
/**
|
|
15
|
+
* Determine a heading level for `<FeaturePost />`
|
|
16
|
+
*/
|
|
17
|
+
headingLevel?: HeadingLevel;
|
|
18
|
+
/**
|
|
19
|
+
* Text content for `FeaturePost`.
|
|
20
|
+
*/
|
|
21
|
+
content: string;
|
|
22
|
+
/**
|
|
23
|
+
* Reverse the columns so the image / video appears on the left. Doesn't affect mobile layouts, and is only applied if there is a video or an image.
|
|
24
|
+
*/
|
|
25
|
+
isReverseOrder?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Image for `FeaturePost`.
|
|
28
|
+
*/
|
|
29
|
+
image?: FeaturePostImage;
|
|
30
|
+
/**
|
|
31
|
+
* Footer for `FeaturePost`. Types included are `cta` or `appButton`.
|
|
32
|
+
*/
|
|
33
|
+
footer?: FeaturePostCtaFooter | FeaturePostAppButtonFooter;
|
|
34
|
+
/**
|
|
35
|
+
* Label for `FeaturePost`.
|
|
36
|
+
*/
|
|
37
|
+
label?: {
|
|
38
|
+
text: string;
|
|
39
|
+
date: string | Date;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Video embed. Supported platforms are YouTube and Vimeo.
|
|
43
|
+
*/
|
|
44
|
+
video?: VideoPlayerProps;
|
|
45
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Image } from "./Image";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type VideoPlayerProps } from "@arc-ui/components/dist/VideoPlayer";
|
|
3
|
+
import { type FeaturePostImage } from "../../types";
|
|
4
|
+
export declare const MediaContent: React.FC<MediaContentProps>;
|
|
5
|
+
interface MediaContentProps {
|
|
6
|
+
/**
|
|
7
|
+
* Image for `FeaturePost`.
|
|
8
|
+
*/
|
|
9
|
+
image?: FeaturePostImage;
|
|
10
|
+
/**
|
|
11
|
+
* Video embed. Supported platforms are YouTube and Vimeo.
|
|
12
|
+
*/
|
|
13
|
+
video?: VideoPlayerProps;
|
|
14
|
+
}
|
|
15
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FeaturePost, type FeaturePostProps } from "./FeaturePost";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ButtonProps } from "@arc-ui/components/dist/types/components/Button/Button";
|
|
2
|
+
import { type AuthorProps } from "../../Author/Author";
|
|
3
|
+
export interface FeaturePostCtaFooter {
|
|
4
|
+
type: "cta";
|
|
5
|
+
button: Pick<ButtonProps, "label" | "onClick" | "href" | "target" | "ariaLabel">;
|
|
6
|
+
author?: AuthorProps;
|
|
7
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ImageSourceProps, type ImageProps as ArcImageProps } from "@arc-ui/components/dist/types/components/Image/Image";
|
|
2
|
+
export interface FeaturePostImage extends Pick<ArcImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "width" | "height" | "fadeOnLoad"> {
|
|
3
|
+
sources?: Pick<ImageSourceProps, "media" | "sizes" | "srcSet">[];
|
|
4
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type SectionHeadingProps } from "../SectionHeading";
|
|
3
|
+
import { type HighlightListItem } from "./types";
|
|
4
|
+
/**
|
|
5
|
+
* Use `Highlights` to give supporting information about a page or proposition. It can be used to call out key benefits in bullet points, or link. Both two and three column options are available.
|
|
6
|
+
*/
|
|
7
|
+
export declare const Highlights: React.FC<HighlightsProps>;
|
|
8
|
+
export interface HighlightsProps extends SectionHeadingProps {
|
|
9
|
+
/**
|
|
10
|
+
* List items for `Highlights`. List length should be a minimum of 2 and a maximum of 6.
|
|
11
|
+
*/
|
|
12
|
+
listItems: HighlightListItem[];
|
|
13
|
+
/**
|
|
14
|
+
* Number of columns for option desktop and tablet breakpoints only.
|
|
15
|
+
*/
|
|
16
|
+
columns?: "2" | "3";
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ArcIcon } from "@arc-ui/components/dist/types/types/arc-icon";
|
|
3
|
+
export declare const HighlightItem: React.FC<HighlightItemProps>;
|
|
4
|
+
interface HighlightItemProps {
|
|
5
|
+
icon?: ArcIcon;
|
|
6
|
+
heading: string;
|
|
7
|
+
text?: string;
|
|
8
|
+
link?: {
|
|
9
|
+
url: string;
|
|
10
|
+
textLink: string;
|
|
11
|
+
};
|
|
12
|
+
isSmallIcon: boolean;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type HighlightListItem } from "../../types/highlight-list-item";
|
|
3
|
+
export declare const HighlightList: React.FC<HighlightListProps>;
|
|
4
|
+
interface HighlightListProps {
|
|
5
|
+
listItems: HighlightListItem[];
|
|
6
|
+
columns: "2" | "3";
|
|
7
|
+
isSmallIcon: boolean;
|
|
8
|
+
}
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Highlights, type HighlightsProps } from "./Highlights";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type HighlightListItem } from "./highlight-list-item";
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type SectionHeadingProps } from "../SectionHeading";
|
|
3
|
+
import { type MediaCardProps } from "@arc-ui/components/dist/MediaCard";
|
|
4
|
+
import { type ImpactCardProps } from "@arc-ui/components/dist/ImpactCard";
|
|
5
|
+
import { type InformationCardProps } from "@arc-ui/components/dist/InformationCard";
|
|
6
|
+
import { type TypographyCardProps } from "@arc-ui/components/dist/TypographyCard";
|
|
7
|
+
/**
|
|
8
|
+
* Use `PromoListing` to give supporting information about a page or proposition in the form of the card components (`ImpactCard`, `InformationCard`, `MediaCard` and `TypographyCard`).
|
|
9
|
+
*/
|
|
10
|
+
export declare const PromoListing: React.FC<PromoListingProps>;
|
|
11
|
+
interface PromoListMediaCard extends MediaCardProps {
|
|
12
|
+
type: "media-card";
|
|
13
|
+
}
|
|
14
|
+
interface PromoListImpactCard extends ImpactCardProps {
|
|
15
|
+
type: "impact-card";
|
|
16
|
+
}
|
|
17
|
+
interface PromoListInformationCard extends InformationCardProps {
|
|
18
|
+
type: "information-card";
|
|
19
|
+
}
|
|
20
|
+
interface PromoListTypographyCard extends TypographyCardProps {
|
|
21
|
+
type: "typography-card";
|
|
22
|
+
}
|
|
23
|
+
type PromoListCard = PromoListMediaCard | PromoListInformationCard | PromoListTypographyCard | PromoListImpactCard;
|
|
24
|
+
export interface PromoListingProps extends SectionHeadingProps {
|
|
25
|
+
/**
|
|
26
|
+
* Cards for the PromoListing.
|
|
27
|
+
*/
|
|
28
|
+
cards: PromoListCard[];
|
|
29
|
+
/**
|
|
30
|
+
* Shows cards in a carousel on devices below 1024px if true.
|
|
31
|
+
*/
|
|
32
|
+
isCarousel?: true;
|
|
33
|
+
/**
|
|
34
|
+
* Number of columns for desktop breakpoints. "2" and "3" column options available.
|
|
35
|
+
*/
|
|
36
|
+
columns?: "2" | "3";
|
|
37
|
+
}
|
|
38
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PromoListing, type PromoListingProps } from "./PromoListing";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { AuthorProps } from "../Author/Author";
|
|
3
|
+
/**
|
|
4
|
+
* Use `Quote` where a quote or testimonial from an existing customer or stakeholder would help build trust and credibility with potential new customers. It's commonly used on product pages where customers would learn about a product or service that we offer.*/
|
|
5
|
+
export declare const Quote: React.FC<QuoteProps>;
|
|
6
|
+
export interface QuoteProps {
|
|
7
|
+
styling?: "Default" | "Secondary";
|
|
8
|
+
content: string;
|
|
9
|
+
author?: AuthorProps;
|
|
10
|
+
citeUrl?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Quote, type QuoteProps } from "./Quote";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type HeadingLevel } from "@arc-ui/components/dist/Heading";
|
|
3
|
+
export declare const SectionHeading: React.FC<SectionHeadingProps>;
|
|
4
|
+
export interface SectionHeadingProps {
|
|
5
|
+
/**
|
|
6
|
+
* heading for `SectionHeading`.
|
|
7
|
+
*/
|
|
8
|
+
heading: string;
|
|
9
|
+
/**
|
|
10
|
+
* Adds padding to `SectionHeading`.
|
|
11
|
+
*/
|
|
12
|
+
isPadded?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Determine a heading level for `SectionHeading`.
|
|
15
|
+
*/
|
|
16
|
+
headingLevel?: HeadingLevel;
|
|
17
|
+
/**
|
|
18
|
+
* Text content for `SectionHeading`.
|
|
19
|
+
*/
|
|
20
|
+
content?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Id content for `SectionHeading`.
|
|
23
|
+
*/
|
|
24
|
+
id?: string;
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SectionHeading, type SectionHeadingProps } from "./SectionHeading";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type SectionHeadingProps } from "../SectionHeading";
|
|
3
|
+
import { type Statistic } from "./types/statistic";
|
|
4
|
+
export declare const Statistics: React.FC<StatisticsProps>;
|
|
5
|
+
export interface StatisticsProps extends Omit<SectionHeadingProps, "isPadded"> {
|
|
6
|
+
statistics: Statistic[];
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Statistics, type StatisticsProps } from "./Statistics";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type HeadingLevel } from "@arc-ui/components/dist/Heading";
|
|
3
|
+
export declare const Summary: React.FC<SummaryProps>;
|
|
4
|
+
interface SummaryContent {
|
|
5
|
+
heading: string;
|
|
6
|
+
text: string;
|
|
7
|
+
}
|
|
8
|
+
export interface SummaryProps {
|
|
9
|
+
/**
|
|
10
|
+
* Content for <Summary />
|
|
11
|
+
*/
|
|
12
|
+
content: [SummaryContent, SummaryContent, SummaryContent];
|
|
13
|
+
/**
|
|
14
|
+
* Determine a heading level for each column.
|
|
15
|
+
*/
|
|
16
|
+
headingLevel?: HeadingLevel;
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Summary, type SummaryProps } from "./Summary";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { Accordion } from "./Accordion";
|
|
2
|
+
export { Author } from "./Author";
|
|
3
|
+
export { CopyLead } from "./CopyLead";
|
|
4
|
+
export { DownloadList } from "./DownloadList";
|
|
5
|
+
export { FeaturePost } from "./FeaturePost";
|
|
6
|
+
export { Highlights } from "./Highlights";
|
|
7
|
+
export { PromoListing } from "./PromoListing";
|
|
8
|
+
export { Quote } from "./Quote";
|
|
9
|
+
export { Summary } from "./Summary";
|
|
10
|
+
export { Statistics } from "./Statistics";
|
|
11
|
+
export { BannerWithTabs } from "./BannerWithTabs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./components";
|
package/eslint.config.js
ADDED