@affinda/wc 0.0.12 → 0.0.14
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/dist/affinda/af-contact-item.entry.esm.js.map +1 -0
- package/dist/affinda/af-footer-column.entry.esm.js.map +1 -0
- package/dist/affinda/af-footer-link.entry.esm.js.map +1 -0
- package/dist/affinda/af-footer.entry.esm.js.map +1 -0
- package/dist/affinda/af-social-link.entry.esm.js.map +1 -0
- package/dist/affinda/affinda.esm.js +1 -1
- package/dist/affinda/{p-32fe4d5e.entry.js → p-4a39ddec.entry.js} +2 -2
- package/dist/affinda/{p-9c733909.entry.js → p-52f7ea33.entry.js} +2 -2
- package/dist/affinda/{p-00214c08.entry.js → p-924e6def.entry.js} +2 -2
- package/dist/affinda/p-97f9f774.entry.js +2 -0
- package/dist/affinda/p-97f9f774.entry.js.map +1 -0
- package/dist/affinda/p-a49dc8ac.entry.js +2 -0
- package/dist/affinda/p-a49dc8ac.entry.js.map +1 -0
- package/dist/affinda/{p-aac3792a.entry.js → p-b67bbaf7.entry.js} +2 -2
- package/dist/affinda/{p-173bc70b.entry.js → p-b7c63852.entry.js} +2 -2
- package/dist/affinda/{p-9bc092d7.entry.js → p-b7efbfff.entry.js} +2 -2
- package/dist/affinda/{p-0835ca39.entry.js → p-bf4543ff.entry.js} +2 -2
- package/dist/affinda/{p-a3116a6b.entry.js → p-c2b6199e.entry.js} +2 -2
- package/dist/affinda/p-c5aba33f.entry.js +2 -0
- package/dist/affinda/p-c5aba33f.entry.js.map +1 -0
- package/dist/affinda/p-ce89c4f1.entry.js +2 -0
- package/dist/affinda/p-ce89c4f1.entry.js.map +1 -0
- package/dist/affinda/p-de52b175.entry.js +2 -0
- package/dist/affinda/p-de52b175.entry.js.map +1 -0
- package/dist/cjs/af-contact-item.cjs.entry.js +22 -0
- package/dist/cjs/af-contact-item.entry.cjs.js.map +1 -0
- package/dist/cjs/af-cta-section.cjs.entry.js +1 -1
- package/dist/cjs/af-feature-accordion.cjs.entry.js +2 -2
- package/dist/cjs/af-footer-column.cjs.entry.js +20 -0
- package/dist/cjs/af-footer-column.entry.cjs.js.map +1 -0
- package/dist/cjs/af-footer-link.cjs.entry.js +22 -0
- package/dist/cjs/af-footer-link.entry.cjs.js.map +1 -0
- package/dist/cjs/af-footer.cjs.entry.js +28 -0
- package/dist/cjs/af-footer.entry.cjs.js.map +1 -0
- package/dist/cjs/af-hero-section.cjs.entry.js +1 -1
- package/dist/cjs/af-logo-well.cjs.entry.js +1 -1
- package/dist/cjs/af-section.cjs.entry.js +2 -2
- package/dist/cjs/af-social-link.cjs.entry.js +40 -0
- package/dist/cjs/af-social-link.entry.cjs.js.map +1 -0
- package/dist/cjs/af-testimonial-carousel.cjs.entry.js +2 -2
- package/dist/cjs/af-testimonial-stat.cjs.entry.js +1 -1
- package/dist/cjs/af-testimonial.cjs.entry.js +1 -1
- package/dist/cjs/affinda.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +5 -0
- package/dist/collection/components/af-contact-item/af-contact-item.css +26 -0
- package/dist/collection/components/af-contact-item/af-contact-item.js +73 -0
- package/dist/collection/components/af-contact-item/af-contact-item.js.map +1 -0
- package/dist/collection/components/af-cta-section/af-cta-section.js +1 -1
- package/dist/collection/components/af-feature-accordion/af-feature-accordion.js +2 -2
- package/dist/collection/components/af-footer/af-footer.css +340 -0
- package/dist/collection/components/af-footer/af-footer.js +140 -0
- package/dist/collection/components/af-footer/af-footer.js.map +1 -0
- package/dist/collection/components/af-footer-column/af-footer-column.css +32 -0
- package/dist/collection/components/af-footer-column/af-footer-column.js +51 -0
- package/dist/collection/components/af-footer-column/af-footer-column.js.map +1 -0
- package/dist/collection/components/af-footer-link/af-footer-link.css +30 -0
- package/dist/collection/components/af-footer-link/af-footer-link.js +73 -0
- package/dist/collection/components/af-footer-link/af-footer-link.js.map +1 -0
- package/dist/collection/components/af-hero-section/af-hero-section.js +1 -1
- package/dist/collection/components/af-logo-well/af-logo-well.js +1 -1
- package/dist/collection/components/af-section/af-section.js +2 -2
- package/dist/collection/components/af-social-link/af-social-link.css +21 -0
- package/dist/collection/components/af-social-link/af-social-link.js +111 -0
- package/dist/collection/components/af-social-link/af-social-link.js.map +1 -0
- package/dist/collection/components/af-testimonial/af-testimonial.js +1 -1
- package/dist/collection/components/af-testimonial-carousel/af-testimonial-carousel.js +2 -2
- package/dist/collection/components/af-testimonial-stat/af-testimonial-stat.js +1 -1
- package/dist/components/af-contact-item.d.ts +11 -0
- package/dist/components/af-contact-item.js +44 -0
- package/dist/components/af-contact-item.js.map +1 -0
- package/dist/components/af-cta-section.js +1 -1
- package/dist/components/af-feature-accordion.js +2 -2
- package/dist/components/af-footer-column.d.ts +11 -0
- package/dist/components/af-footer-column.js +41 -0
- package/dist/components/af-footer-column.js.map +1 -0
- package/dist/components/af-footer-link.d.ts +11 -0
- package/dist/components/af-footer-link.js +44 -0
- package/dist/components/af-footer-link.js.map +1 -0
- package/dist/components/af-footer.d.ts +11 -0
- package/dist/components/af-footer.js +53 -0
- package/dist/components/af-footer.js.map +1 -0
- package/dist/components/af-hero-section.js +1 -1
- package/dist/components/af-logo-well.js +1 -1
- package/dist/components/af-section.js +2 -2
- package/dist/components/af-social-link.d.ts +11 -0
- package/dist/components/af-social-link.js +63 -0
- package/dist/components/af-social-link.js.map +1 -0
- package/dist/components/af-testimonial-carousel.js +2 -2
- package/dist/components/af-testimonial-stat.js +1 -1
- package/dist/components/af-testimonial.js +1 -1
- package/dist/esm/af-contact-item.entry.js +20 -0
- package/dist/esm/af-contact-item.entry.js.map +1 -0
- package/dist/esm/af-cta-section.entry.js +1 -1
- package/dist/esm/af-feature-accordion.entry.js +2 -2
- package/dist/esm/af-footer-column.entry.js +18 -0
- package/dist/esm/af-footer-column.entry.js.map +1 -0
- package/dist/esm/af-footer-link.entry.js +20 -0
- package/dist/esm/af-footer-link.entry.js.map +1 -0
- package/dist/esm/af-footer.entry.js +26 -0
- package/dist/esm/af-footer.entry.js.map +1 -0
- package/dist/esm/af-hero-section.entry.js +1 -1
- package/dist/esm/af-logo-well.entry.js +1 -1
- package/dist/esm/af-section.entry.js +2 -2
- package/dist/esm/af-social-link.entry.js +38 -0
- package/dist/esm/af-social-link.entry.js.map +1 -0
- package/dist/esm/af-testimonial-carousel.entry.js +2 -2
- package/dist/esm/af-testimonial-stat.entry.js +1 -1
- package/dist/esm/af-testimonial.entry.js +1 -1
- package/dist/esm/affinda.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/af-contact-item/af-contact-item.d.ts +11 -0
- package/dist/types/components/af-footer/af-footer.d.ts +18 -0
- package/dist/types/components/af-footer-column/af-footer-column.d.ts +9 -0
- package/dist/types/components/af-footer-link/af-footer-link.d.ts +11 -0
- package/dist/types/components/af-social-link/af-social-link.d.ts +14 -0
- package/dist/types/components.d.ts +279 -0
- package/package.json +1 -1
- /package/dist/affinda/{p-32fe4d5e.entry.js.map → p-4a39ddec.entry.js.map} +0 -0
- /package/dist/affinda/{p-9c733909.entry.js.map → p-52f7ea33.entry.js.map} +0 -0
- /package/dist/affinda/{p-00214c08.entry.js.map → p-924e6def.entry.js.map} +0 -0
- /package/dist/affinda/{p-aac3792a.entry.js.map → p-b67bbaf7.entry.js.map} +0 -0
- /package/dist/affinda/{p-173bc70b.entry.js.map → p-b7c63852.entry.js.map} +0 -0
- /package/dist/affinda/{p-9bc092d7.entry.js.map → p-b7efbfff.entry.js.map} +0 -0
- /package/dist/affinda/{p-0835ca39.entry.js.map → p-bf4543ff.entry.js.map} +0 -0
- /package/dist/affinda/{p-a3116a6b.entry.js.map → p-c2b6199e.entry.js.map} +0 -0
package/dist/esm/affinda.js
CHANGED
|
@@ -16,6 +16,6 @@ var patchBrowser = () => {
|
|
|
16
16
|
|
|
17
17
|
patchBrowser().then(async (options) => {
|
|
18
18
|
await globalScripts();
|
|
19
|
-
return bootstrapLazy([["af-hero-section",[[262,"af-hero-section",{"variant":[1],"withDecoration":[4,"with-decoration"],"minHeight":[1,"min-height"]}]]],["af-section",[[262,"af-section",{"padding":[1],"background":[1],"container":[4]}]]],["af-heading_5",[[257,"af-heading",{"level":[1],"align":[1],"theme":[1]}],[257,"af-logo"],[257,"af-nav-item",{"hierarchy":[1],"variant":[1],"href":[1],"active":[4]}],[257,"af-navbar",{"mobileMenuOpen":[32]}],[257,"af-text",{"variant":[1],"align":[1],"as":[1],"theme":[1]}]]],["af-aspect-ratio",[[257,"af-aspect-ratio",{"ratio":[1]}]]],["af-button",[[257,"af-button",{"variant":[1],"size":[1],"disabled":[4],"href":[1],"type":[1],"darkBackground":[4,"dark-background"]}]]],["af-button-group",[[257,"af-button-group",{"direction":[1],"gap":[1]}]]],["af-card",[[262,"af-card",{"backgroundImage":[1,"background-image"],"backgroundColor":[1,"background-color"],"darkOverlay":[4,"dark-overlay"]}]]],["af-client-carousel",[[257,"af-client-carousel",{"showHeadline":[4,"show-headline"],"headlineText":[1,"headline-text"]}]]],["af-color-swatch",[[257,"af-color-swatch",{"color":[1],"name":[1],"size":[1]}]]],["af-cta-section",[[262,"af-cta-section",{"heading":[1],"description":[1],"primaryButtonText":[1,"primary-button-text"],"primaryButtonUrl":[1,"primary-button-url"],"secondaryButtonText":[1,"secondary-button-text"],"secondaryButtonUrl":[1,"secondary-button-url"],"illustrationUrl":[1,"illustration-url"]}]]],["af-feature-accordion",[[262,"af-feature-accordion",{"heading":[1],"items":[1],"cycleInterval":[2,"cycle-interval"],"autoCycle":[4,"auto-cycle"],"expandedIndex":[32],"timerProgress":[32]},null,{"autoCycle":["handleAutoCycleChange"]}]]],["af-icon-button",[[257,"af-icon-button",{"variant":[1],"size":[1],"disabled":[4],"href":[1],"type":[1],"ariaLabel":[1,"aria-label"]}]]],["af-logo-well",[[257,"af-logo-well"]]],["af-testimonial",[[262,"af-testimonial",{"backgroundImage":[1,"background-image"],"logoImage":[1,"logo-image"],"quote":[1],"attribution":[1],"readMoreLink":[1,"read-more-link"]}]]],["af-testimonial-carousel",[[262,"af-testimonial-carousel",{"currentIndex":[32],"isAnimating":[32],"testimonialCount":[32]}]]],["af-testimonial-stat",[[258,"af-testimonial-stat",{"value":[1],"description":[1],"accentBorder":[4,"accent-border"]}]]],["af-typography-lockup",[[257,"af-typography-lockup",{"headingSize":[2,"heading-size"],"breakpoint":[1],"textAlignment":[1,"text-alignment"],"buttonAlignment":[1,"button-alignment"],"maxWidth":[2,"max-width"]}]]],["af-container",[[257,"af-container",{"maxWidth":[1,"max-width"]}]]]], options);
|
|
19
|
+
return bootstrapLazy([["af-hero-section",[[262,"af-hero-section",{"variant":[1],"withDecoration":[4,"with-decoration"],"minHeight":[1,"min-height"]}]]],["af-section",[[262,"af-section",{"padding":[1],"background":[1],"container":[4]}]]],["af-heading_5",[[257,"af-heading",{"level":[1],"align":[1],"theme":[1]}],[257,"af-logo"],[257,"af-nav-item",{"hierarchy":[1],"variant":[1],"href":[1],"active":[4]}],[257,"af-navbar",{"mobileMenuOpen":[32]}],[257,"af-text",{"variant":[1],"align":[1],"as":[1],"theme":[1]}]]],["af-aspect-ratio",[[257,"af-aspect-ratio",{"ratio":[1]}]]],["af-button",[[257,"af-button",{"variant":[1],"size":[1],"disabled":[4],"href":[1],"type":[1],"darkBackground":[4,"dark-background"]}]]],["af-button-group",[[257,"af-button-group",{"direction":[1],"gap":[1]}]]],["af-card",[[262,"af-card",{"backgroundImage":[1,"background-image"],"backgroundColor":[1,"background-color"],"darkOverlay":[4,"dark-overlay"]}]]],["af-client-carousel",[[257,"af-client-carousel",{"showHeadline":[4,"show-headline"],"headlineText":[1,"headline-text"]}]]],["af-color-swatch",[[257,"af-color-swatch",{"color":[1],"name":[1],"size":[1]}]]],["af-contact-item",[[262,"af-contact-item",{"label":[1],"value":[1]}]]],["af-cta-section",[[262,"af-cta-section",{"heading":[1],"description":[1],"primaryButtonText":[1,"primary-button-text"],"primaryButtonUrl":[1,"primary-button-url"],"secondaryButtonText":[1,"secondary-button-text"],"secondaryButtonUrl":[1,"secondary-button-url"],"illustrationUrl":[1,"illustration-url"]}]]],["af-feature-accordion",[[262,"af-feature-accordion",{"heading":[1],"items":[1],"cycleInterval":[2,"cycle-interval"],"autoCycle":[4,"auto-cycle"],"expandedIndex":[32],"timerProgress":[32]},null,{"autoCycle":["handleAutoCycleChange"]}]]],["af-footer",[[262,"af-footer",{"copyrightText":[1,"copyright-text"],"statusText":[1,"status-text"],"statusUrl":[1,"status-url"],"systemsOperational":[4,"systems-operational"],"showStatus":[4,"show-status"]}]]],["af-footer-column",[[262,"af-footer-column",{"heading":[1]}]]],["af-footer-link",[[262,"af-footer-link",{"href":[1],"external":[4]}]]],["af-icon-button",[[257,"af-icon-button",{"variant":[1],"size":[1],"disabled":[4],"href":[1],"type":[1],"ariaLabel":[1,"aria-label"]}]]],["af-logo-well",[[257,"af-logo-well"]]],["af-social-link",[[262,"af-social-link",{"href":[1],"label":[1],"icon":[1]}]]],["af-testimonial",[[262,"af-testimonial",{"backgroundImage":[1,"background-image"],"logoImage":[1,"logo-image"],"quote":[1],"attribution":[1],"readMoreLink":[1,"read-more-link"]}]]],["af-testimonial-carousel",[[262,"af-testimonial-carousel",{"currentIndex":[32],"isAnimating":[32],"testimonialCount":[32]}]]],["af-testimonial-stat",[[258,"af-testimonial-stat",{"value":[1],"description":[1],"accentBorder":[4,"accent-border"]}]]],["af-typography-lockup",[[257,"af-typography-lockup",{"headingSize":[2,"heading-size"],"breakpoint":[1],"textAlignment":[1,"text-alignment"],"buttonAlignment":[1,"button-alignment"],"maxWidth":[2,"max-width"]}]]],["af-container",[[257,"af-container",{"maxWidth":[1,"max-width"]}]]]], options);
|
|
20
20
|
});
|
|
21
21
|
//# sourceMappingURL=affinda.js.map
|
package/dist/esm/loader.js
CHANGED
|
@@ -4,7 +4,7 @@ export { s as setNonce } from './index-DI7b0bCy.js';
|
|
|
4
4
|
const defineCustomElements = async (win, options) => {
|
|
5
5
|
if (typeof window === 'undefined') return undefined;
|
|
6
6
|
await globalScripts();
|
|
7
|
-
return bootstrapLazy([["af-hero-section",[[262,"af-hero-section",{"variant":[1],"withDecoration":[4,"with-decoration"],"minHeight":[1,"min-height"]}]]],["af-section",[[262,"af-section",{"padding":[1],"background":[1],"container":[4]}]]],["af-heading_5",[[257,"af-heading",{"level":[1],"align":[1],"theme":[1]}],[257,"af-logo"],[257,"af-nav-item",{"hierarchy":[1],"variant":[1],"href":[1],"active":[4]}],[257,"af-navbar",{"mobileMenuOpen":[32]}],[257,"af-text",{"variant":[1],"align":[1],"as":[1],"theme":[1]}]]],["af-aspect-ratio",[[257,"af-aspect-ratio",{"ratio":[1]}]]],["af-button",[[257,"af-button",{"variant":[1],"size":[1],"disabled":[4],"href":[1],"type":[1],"darkBackground":[4,"dark-background"]}]]],["af-button-group",[[257,"af-button-group",{"direction":[1],"gap":[1]}]]],["af-card",[[262,"af-card",{"backgroundImage":[1,"background-image"],"backgroundColor":[1,"background-color"],"darkOverlay":[4,"dark-overlay"]}]]],["af-client-carousel",[[257,"af-client-carousel",{"showHeadline":[4,"show-headline"],"headlineText":[1,"headline-text"]}]]],["af-color-swatch",[[257,"af-color-swatch",{"color":[1],"name":[1],"size":[1]}]]],["af-cta-section",[[262,"af-cta-section",{"heading":[1],"description":[1],"primaryButtonText":[1,"primary-button-text"],"primaryButtonUrl":[1,"primary-button-url"],"secondaryButtonText":[1,"secondary-button-text"],"secondaryButtonUrl":[1,"secondary-button-url"],"illustrationUrl":[1,"illustration-url"]}]]],["af-feature-accordion",[[262,"af-feature-accordion",{"heading":[1],"items":[1],"cycleInterval":[2,"cycle-interval"],"autoCycle":[4,"auto-cycle"],"expandedIndex":[32],"timerProgress":[32]},null,{"autoCycle":["handleAutoCycleChange"]}]]],["af-icon-button",[[257,"af-icon-button",{"variant":[1],"size":[1],"disabled":[4],"href":[1],"type":[1],"ariaLabel":[1,"aria-label"]}]]],["af-logo-well",[[257,"af-logo-well"]]],["af-testimonial",[[262,"af-testimonial",{"backgroundImage":[1,"background-image"],"logoImage":[1,"logo-image"],"quote":[1],"attribution":[1],"readMoreLink":[1,"read-more-link"]}]]],["af-testimonial-carousel",[[262,"af-testimonial-carousel",{"currentIndex":[32],"isAnimating":[32],"testimonialCount":[32]}]]],["af-testimonial-stat",[[258,"af-testimonial-stat",{"value":[1],"description":[1],"accentBorder":[4,"accent-border"]}]]],["af-typography-lockup",[[257,"af-typography-lockup",{"headingSize":[2,"heading-size"],"breakpoint":[1],"textAlignment":[1,"text-alignment"],"buttonAlignment":[1,"button-alignment"],"maxWidth":[2,"max-width"]}]]],["af-container",[[257,"af-container",{"maxWidth":[1,"max-width"]}]]]], options);
|
|
7
|
+
return bootstrapLazy([["af-hero-section",[[262,"af-hero-section",{"variant":[1],"withDecoration":[4,"with-decoration"],"minHeight":[1,"min-height"]}]]],["af-section",[[262,"af-section",{"padding":[1],"background":[1],"container":[4]}]]],["af-heading_5",[[257,"af-heading",{"level":[1],"align":[1],"theme":[1]}],[257,"af-logo"],[257,"af-nav-item",{"hierarchy":[1],"variant":[1],"href":[1],"active":[4]}],[257,"af-navbar",{"mobileMenuOpen":[32]}],[257,"af-text",{"variant":[1],"align":[1],"as":[1],"theme":[1]}]]],["af-aspect-ratio",[[257,"af-aspect-ratio",{"ratio":[1]}]]],["af-button",[[257,"af-button",{"variant":[1],"size":[1],"disabled":[4],"href":[1],"type":[1],"darkBackground":[4,"dark-background"]}]]],["af-button-group",[[257,"af-button-group",{"direction":[1],"gap":[1]}]]],["af-card",[[262,"af-card",{"backgroundImage":[1,"background-image"],"backgroundColor":[1,"background-color"],"darkOverlay":[4,"dark-overlay"]}]]],["af-client-carousel",[[257,"af-client-carousel",{"showHeadline":[4,"show-headline"],"headlineText":[1,"headline-text"]}]]],["af-color-swatch",[[257,"af-color-swatch",{"color":[1],"name":[1],"size":[1]}]]],["af-contact-item",[[262,"af-contact-item",{"label":[1],"value":[1]}]]],["af-cta-section",[[262,"af-cta-section",{"heading":[1],"description":[1],"primaryButtonText":[1,"primary-button-text"],"primaryButtonUrl":[1,"primary-button-url"],"secondaryButtonText":[1,"secondary-button-text"],"secondaryButtonUrl":[1,"secondary-button-url"],"illustrationUrl":[1,"illustration-url"]}]]],["af-feature-accordion",[[262,"af-feature-accordion",{"heading":[1],"items":[1],"cycleInterval":[2,"cycle-interval"],"autoCycle":[4,"auto-cycle"],"expandedIndex":[32],"timerProgress":[32]},null,{"autoCycle":["handleAutoCycleChange"]}]]],["af-footer",[[262,"af-footer",{"copyrightText":[1,"copyright-text"],"statusText":[1,"status-text"],"statusUrl":[1,"status-url"],"systemsOperational":[4,"systems-operational"],"showStatus":[4,"show-status"]}]]],["af-footer-column",[[262,"af-footer-column",{"heading":[1]}]]],["af-footer-link",[[262,"af-footer-link",{"href":[1],"external":[4]}]]],["af-icon-button",[[257,"af-icon-button",{"variant":[1],"size":[1],"disabled":[4],"href":[1],"type":[1],"ariaLabel":[1,"aria-label"]}]]],["af-logo-well",[[257,"af-logo-well"]]],["af-social-link",[[262,"af-social-link",{"href":[1],"label":[1],"icon":[1]}]]],["af-testimonial",[[262,"af-testimonial",{"backgroundImage":[1,"background-image"],"logoImage":[1,"logo-image"],"quote":[1],"attribution":[1],"readMoreLink":[1,"read-more-link"]}]]],["af-testimonial-carousel",[[262,"af-testimonial-carousel",{"currentIndex":[32],"isAnimating":[32],"testimonialCount":[32]}]]],["af-testimonial-stat",[[258,"af-testimonial-stat",{"value":[1],"description":[1],"accentBorder":[4,"accent-border"]}]]],["af-typography-lockup",[[257,"af-typography-lockup",{"headingSize":[2,"heading-size"],"breakpoint":[1],"textAlignment":[1,"text-alignment"],"buttonAlignment":[1,"button-alignment"],"maxWidth":[2,"max-width"]}]]],["af-container",[[257,"af-container",{"maxWidth":[1,"max-width"]}]]]], options);
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
export { defineCustomElements };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Contact item component for footer
|
|
3
|
+
* Displays a label and value pair (e.g., "Sales enquiries" / "contact@example.com")
|
|
4
|
+
*/
|
|
5
|
+
export declare class AfContactItem {
|
|
6
|
+
/** Contact label (e.g., "Sales enquiries") */
|
|
7
|
+
label: string;
|
|
8
|
+
/** Contact value (e.g., email address) */
|
|
9
|
+
value: string;
|
|
10
|
+
render(): any;
|
|
11
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Footer component for marketing pages
|
|
3
|
+
* Provides a flexible, slot-based layout for footer content
|
|
4
|
+
* All content is passed via slots - no hardcoded links or content
|
|
5
|
+
*/
|
|
6
|
+
export declare class AfFooter {
|
|
7
|
+
/** Copyright text (e.g., "© 2025 Company Name. All rights reserved.") */
|
|
8
|
+
copyrightText: string;
|
|
9
|
+
/** Status message text */
|
|
10
|
+
statusText: string;
|
|
11
|
+
/** Status page URL */
|
|
12
|
+
statusUrl: string;
|
|
13
|
+
/** Whether systems are operational (shows green/red indicator) */
|
|
14
|
+
systemsOperational: boolean;
|
|
15
|
+
/** Whether to show the status indicator */
|
|
16
|
+
showStatus: boolean;
|
|
17
|
+
render(): any;
|
|
18
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Footer link component
|
|
3
|
+
* Styled link for use in footer navigation columns
|
|
4
|
+
*/
|
|
5
|
+
export declare class AfFooterLink {
|
|
6
|
+
/** Link URL */
|
|
7
|
+
href: string;
|
|
8
|
+
/** Whether this is an external link (opens in new tab) */
|
|
9
|
+
external: boolean;
|
|
10
|
+
render(): any;
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Social media link component
|
|
3
|
+
* Circular bordered icon link for social media profiles
|
|
4
|
+
*/
|
|
5
|
+
export declare class AfSocialLink {
|
|
6
|
+
/** Link URL */
|
|
7
|
+
href: string;
|
|
8
|
+
/** Accessible label for the link */
|
|
9
|
+
label: string;
|
|
10
|
+
/** Icon type: 'linkedin', 'youtube', 'github', 'twitter', 'facebook', or 'custom' */
|
|
11
|
+
icon: 'linkedin' | 'youtube' | 'github' | 'twitter' | 'facebook' | 'custom';
|
|
12
|
+
private renderIcon;
|
|
13
|
+
render(): any;
|
|
14
|
+
}
|
|
@@ -106,6 +106,22 @@ export namespace Components {
|
|
|
106
106
|
*/
|
|
107
107
|
"size": 'default' | 'large';
|
|
108
108
|
}
|
|
109
|
+
/**
|
|
110
|
+
* Contact item component for footer
|
|
111
|
+
* Displays a label and value pair (e.g., "Sales enquiries" / "contact@example.com")
|
|
112
|
+
*/
|
|
113
|
+
interface AfContactItem {
|
|
114
|
+
/**
|
|
115
|
+
* Contact label (e.g., "Sales enquiries")
|
|
116
|
+
* @default ''
|
|
117
|
+
*/
|
|
118
|
+
"label": string;
|
|
119
|
+
/**
|
|
120
|
+
* Contact value (e.g., email address)
|
|
121
|
+
* @default ''
|
|
122
|
+
*/
|
|
123
|
+
"value": string;
|
|
124
|
+
}
|
|
109
125
|
/**
|
|
110
126
|
* A responsive container component that provides consistent margins and max-width
|
|
111
127
|
* constraints based on the Affinda grid system.
|
|
@@ -185,6 +201,65 @@ export namespace Components {
|
|
|
185
201
|
*/
|
|
186
202
|
"items": string;
|
|
187
203
|
}
|
|
204
|
+
/**
|
|
205
|
+
* Footer component for marketing pages
|
|
206
|
+
* Provides a flexible, slot-based layout for footer content
|
|
207
|
+
* All content is passed via slots - no hardcoded links or content
|
|
208
|
+
*/
|
|
209
|
+
interface AfFooter {
|
|
210
|
+
/**
|
|
211
|
+
* Copyright text (e.g., "© 2025 Company Name. All rights reserved.")
|
|
212
|
+
* @default ''
|
|
213
|
+
*/
|
|
214
|
+
"copyrightText": string;
|
|
215
|
+
/**
|
|
216
|
+
* Whether to show the status indicator
|
|
217
|
+
* @default true
|
|
218
|
+
*/
|
|
219
|
+
"showStatus": boolean;
|
|
220
|
+
/**
|
|
221
|
+
* Status message text
|
|
222
|
+
* @default ''
|
|
223
|
+
*/
|
|
224
|
+
"statusText": string;
|
|
225
|
+
/**
|
|
226
|
+
* Status page URL
|
|
227
|
+
* @default ''
|
|
228
|
+
*/
|
|
229
|
+
"statusUrl": string;
|
|
230
|
+
/**
|
|
231
|
+
* Whether systems are operational (shows green/red indicator)
|
|
232
|
+
* @default true
|
|
233
|
+
*/
|
|
234
|
+
"systemsOperational": boolean;
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* Footer navigation column component
|
|
238
|
+
* Used within af-footer to create navigation link groups
|
|
239
|
+
*/
|
|
240
|
+
interface AfFooterColumn {
|
|
241
|
+
/**
|
|
242
|
+
* Column heading
|
|
243
|
+
* @default ''
|
|
244
|
+
*/
|
|
245
|
+
"heading": string;
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* Footer link component
|
|
249
|
+
* Styled link for use in footer navigation columns
|
|
250
|
+
*/
|
|
251
|
+
interface AfFooterLink {
|
|
252
|
+
/**
|
|
253
|
+
* Whether this is an external link (opens in new tab)
|
|
254
|
+
* @default false
|
|
255
|
+
*/
|
|
256
|
+
"external": boolean;
|
|
257
|
+
/**
|
|
258
|
+
* Link URL
|
|
259
|
+
* @default '#'
|
|
260
|
+
*/
|
|
261
|
+
"href": string;
|
|
262
|
+
}
|
|
188
263
|
interface AfHeading {
|
|
189
264
|
/**
|
|
190
265
|
* Visual alignment
|
|
@@ -314,6 +389,27 @@ export namespace Components {
|
|
|
314
389
|
*/
|
|
315
390
|
"padding": 'tight' | 'default' | 'loose';
|
|
316
391
|
}
|
|
392
|
+
/**
|
|
393
|
+
* Social media link component
|
|
394
|
+
* Circular bordered icon link for social media profiles
|
|
395
|
+
*/
|
|
396
|
+
interface AfSocialLink {
|
|
397
|
+
/**
|
|
398
|
+
* Link URL
|
|
399
|
+
* @default '#'
|
|
400
|
+
*/
|
|
401
|
+
"href": string;
|
|
402
|
+
/**
|
|
403
|
+
* Icon type: 'linkedin', 'youtube', 'github', 'twitter', 'facebook', or 'custom'
|
|
404
|
+
* @default 'custom'
|
|
405
|
+
*/
|
|
406
|
+
"icon": 'linkedin' | 'youtube' | 'github' | 'twitter' | 'facebook' | 'custom';
|
|
407
|
+
/**
|
|
408
|
+
* Accessible label for the link
|
|
409
|
+
* @default ''
|
|
410
|
+
*/
|
|
411
|
+
"label": string;
|
|
412
|
+
}
|
|
317
413
|
interface AfTestimonial {
|
|
318
414
|
/**
|
|
319
415
|
* Attribution text (e.g., "– Nathaniel Barrs, CTO, PSC Insurance")
|
|
@@ -446,6 +542,16 @@ declare global {
|
|
|
446
542
|
prototype: HTMLAfColorSwatchElement;
|
|
447
543
|
new (): HTMLAfColorSwatchElement;
|
|
448
544
|
};
|
|
545
|
+
/**
|
|
546
|
+
* Contact item component for footer
|
|
547
|
+
* Displays a label and value pair (e.g., "Sales enquiries" / "contact@example.com")
|
|
548
|
+
*/
|
|
549
|
+
interface HTMLAfContactItemElement extends Components.AfContactItem, HTMLStencilElement {
|
|
550
|
+
}
|
|
551
|
+
var HTMLAfContactItemElement: {
|
|
552
|
+
prototype: HTMLAfContactItemElement;
|
|
553
|
+
new (): HTMLAfContactItemElement;
|
|
554
|
+
};
|
|
449
555
|
/**
|
|
450
556
|
* A responsive container component that provides consistent margins and max-width
|
|
451
557
|
* constraints based on the Affinda grid system.
|
|
@@ -477,6 +583,37 @@ declare global {
|
|
|
477
583
|
prototype: HTMLAfFeatureAccordionElement;
|
|
478
584
|
new (): HTMLAfFeatureAccordionElement;
|
|
479
585
|
};
|
|
586
|
+
/**
|
|
587
|
+
* Footer component for marketing pages
|
|
588
|
+
* Provides a flexible, slot-based layout for footer content
|
|
589
|
+
* All content is passed via slots - no hardcoded links or content
|
|
590
|
+
*/
|
|
591
|
+
interface HTMLAfFooterElement extends Components.AfFooter, HTMLStencilElement {
|
|
592
|
+
}
|
|
593
|
+
var HTMLAfFooterElement: {
|
|
594
|
+
prototype: HTMLAfFooterElement;
|
|
595
|
+
new (): HTMLAfFooterElement;
|
|
596
|
+
};
|
|
597
|
+
/**
|
|
598
|
+
* Footer navigation column component
|
|
599
|
+
* Used within af-footer to create navigation link groups
|
|
600
|
+
*/
|
|
601
|
+
interface HTMLAfFooterColumnElement extends Components.AfFooterColumn, HTMLStencilElement {
|
|
602
|
+
}
|
|
603
|
+
var HTMLAfFooterColumnElement: {
|
|
604
|
+
prototype: HTMLAfFooterColumnElement;
|
|
605
|
+
new (): HTMLAfFooterColumnElement;
|
|
606
|
+
};
|
|
607
|
+
/**
|
|
608
|
+
* Footer link component
|
|
609
|
+
* Styled link for use in footer navigation columns
|
|
610
|
+
*/
|
|
611
|
+
interface HTMLAfFooterLinkElement extends Components.AfFooterLink, HTMLStencilElement {
|
|
612
|
+
}
|
|
613
|
+
var HTMLAfFooterLinkElement: {
|
|
614
|
+
prototype: HTMLAfFooterLinkElement;
|
|
615
|
+
new (): HTMLAfFooterLinkElement;
|
|
616
|
+
};
|
|
480
617
|
interface HTMLAfHeadingElement extends Components.AfHeading, HTMLStencilElement {
|
|
481
618
|
}
|
|
482
619
|
var HTMLAfHeadingElement: {
|
|
@@ -546,6 +683,16 @@ declare global {
|
|
|
546
683
|
prototype: HTMLAfSectionElement;
|
|
547
684
|
new (): HTMLAfSectionElement;
|
|
548
685
|
};
|
|
686
|
+
/**
|
|
687
|
+
* Social media link component
|
|
688
|
+
* Circular bordered icon link for social media profiles
|
|
689
|
+
*/
|
|
690
|
+
interface HTMLAfSocialLinkElement extends Components.AfSocialLink, HTMLStencilElement {
|
|
691
|
+
}
|
|
692
|
+
var HTMLAfSocialLinkElement: {
|
|
693
|
+
prototype: HTMLAfSocialLinkElement;
|
|
694
|
+
new (): HTMLAfSocialLinkElement;
|
|
695
|
+
};
|
|
549
696
|
interface HTMLAfTestimonialElement extends Components.AfTestimonial, HTMLStencilElement {
|
|
550
697
|
}
|
|
551
698
|
var HTMLAfTestimonialElement: {
|
|
@@ -583,9 +730,13 @@ declare global {
|
|
|
583
730
|
"af-card": HTMLAfCardElement;
|
|
584
731
|
"af-client-carousel": HTMLAfClientCarouselElement;
|
|
585
732
|
"af-color-swatch": HTMLAfColorSwatchElement;
|
|
733
|
+
"af-contact-item": HTMLAfContactItemElement;
|
|
586
734
|
"af-container": HTMLAfContainerElement;
|
|
587
735
|
"af-cta-section": HTMLAfCtaSectionElement;
|
|
588
736
|
"af-feature-accordion": HTMLAfFeatureAccordionElement;
|
|
737
|
+
"af-footer": HTMLAfFooterElement;
|
|
738
|
+
"af-footer-column": HTMLAfFooterColumnElement;
|
|
739
|
+
"af-footer-link": HTMLAfFooterLinkElement;
|
|
589
740
|
"af-heading": HTMLAfHeadingElement;
|
|
590
741
|
"af-hero-section": HTMLAfHeroSectionElement;
|
|
591
742
|
"af-icon-button": HTMLAfIconButtonElement;
|
|
@@ -594,6 +745,7 @@ declare global {
|
|
|
594
745
|
"af-nav-item": HTMLAfNavItemElement;
|
|
595
746
|
"af-navbar": HTMLAfNavbarElement;
|
|
596
747
|
"af-section": HTMLAfSectionElement;
|
|
748
|
+
"af-social-link": HTMLAfSocialLinkElement;
|
|
597
749
|
"af-testimonial": HTMLAfTestimonialElement;
|
|
598
750
|
"af-testimonial-carousel": HTMLAfTestimonialCarouselElement;
|
|
599
751
|
"af-testimonial-stat": HTMLAfTestimonialStatElement;
|
|
@@ -702,6 +854,22 @@ declare namespace LocalJSX {
|
|
|
702
854
|
*/
|
|
703
855
|
"size"?: 'default' | 'large';
|
|
704
856
|
}
|
|
857
|
+
/**
|
|
858
|
+
* Contact item component for footer
|
|
859
|
+
* Displays a label and value pair (e.g., "Sales enquiries" / "contact@example.com")
|
|
860
|
+
*/
|
|
861
|
+
interface AfContactItem {
|
|
862
|
+
/**
|
|
863
|
+
* Contact label (e.g., "Sales enquiries")
|
|
864
|
+
* @default ''
|
|
865
|
+
*/
|
|
866
|
+
"label"?: string;
|
|
867
|
+
/**
|
|
868
|
+
* Contact value (e.g., email address)
|
|
869
|
+
* @default ''
|
|
870
|
+
*/
|
|
871
|
+
"value"?: string;
|
|
872
|
+
}
|
|
705
873
|
/**
|
|
706
874
|
* A responsive container component that provides consistent margins and max-width
|
|
707
875
|
* constraints based on the Affinda grid system.
|
|
@@ -781,6 +949,65 @@ declare namespace LocalJSX {
|
|
|
781
949
|
*/
|
|
782
950
|
"items"?: string;
|
|
783
951
|
}
|
|
952
|
+
/**
|
|
953
|
+
* Footer component for marketing pages
|
|
954
|
+
* Provides a flexible, slot-based layout for footer content
|
|
955
|
+
* All content is passed via slots - no hardcoded links or content
|
|
956
|
+
*/
|
|
957
|
+
interface AfFooter {
|
|
958
|
+
/**
|
|
959
|
+
* Copyright text (e.g., "© 2025 Company Name. All rights reserved.")
|
|
960
|
+
* @default ''
|
|
961
|
+
*/
|
|
962
|
+
"copyrightText"?: string;
|
|
963
|
+
/**
|
|
964
|
+
* Whether to show the status indicator
|
|
965
|
+
* @default true
|
|
966
|
+
*/
|
|
967
|
+
"showStatus"?: boolean;
|
|
968
|
+
/**
|
|
969
|
+
* Status message text
|
|
970
|
+
* @default ''
|
|
971
|
+
*/
|
|
972
|
+
"statusText"?: string;
|
|
973
|
+
/**
|
|
974
|
+
* Status page URL
|
|
975
|
+
* @default ''
|
|
976
|
+
*/
|
|
977
|
+
"statusUrl"?: string;
|
|
978
|
+
/**
|
|
979
|
+
* Whether systems are operational (shows green/red indicator)
|
|
980
|
+
* @default true
|
|
981
|
+
*/
|
|
982
|
+
"systemsOperational"?: boolean;
|
|
983
|
+
}
|
|
984
|
+
/**
|
|
985
|
+
* Footer navigation column component
|
|
986
|
+
* Used within af-footer to create navigation link groups
|
|
987
|
+
*/
|
|
988
|
+
interface AfFooterColumn {
|
|
989
|
+
/**
|
|
990
|
+
* Column heading
|
|
991
|
+
* @default ''
|
|
992
|
+
*/
|
|
993
|
+
"heading"?: string;
|
|
994
|
+
}
|
|
995
|
+
/**
|
|
996
|
+
* Footer link component
|
|
997
|
+
* Styled link for use in footer navigation columns
|
|
998
|
+
*/
|
|
999
|
+
interface AfFooterLink {
|
|
1000
|
+
/**
|
|
1001
|
+
* Whether this is an external link (opens in new tab)
|
|
1002
|
+
* @default false
|
|
1003
|
+
*/
|
|
1004
|
+
"external"?: boolean;
|
|
1005
|
+
/**
|
|
1006
|
+
* Link URL
|
|
1007
|
+
* @default '#'
|
|
1008
|
+
*/
|
|
1009
|
+
"href"?: string;
|
|
1010
|
+
}
|
|
784
1011
|
interface AfHeading {
|
|
785
1012
|
/**
|
|
786
1013
|
* Visual alignment
|
|
@@ -910,6 +1137,27 @@ declare namespace LocalJSX {
|
|
|
910
1137
|
*/
|
|
911
1138
|
"padding"?: 'tight' | 'default' | 'loose';
|
|
912
1139
|
}
|
|
1140
|
+
/**
|
|
1141
|
+
* Social media link component
|
|
1142
|
+
* Circular bordered icon link for social media profiles
|
|
1143
|
+
*/
|
|
1144
|
+
interface AfSocialLink {
|
|
1145
|
+
/**
|
|
1146
|
+
* Link URL
|
|
1147
|
+
* @default '#'
|
|
1148
|
+
*/
|
|
1149
|
+
"href"?: string;
|
|
1150
|
+
/**
|
|
1151
|
+
* Icon type: 'linkedin', 'youtube', 'github', 'twitter', 'facebook', or 'custom'
|
|
1152
|
+
* @default 'custom'
|
|
1153
|
+
*/
|
|
1154
|
+
"icon"?: 'linkedin' | 'youtube' | 'github' | 'twitter' | 'facebook' | 'custom';
|
|
1155
|
+
/**
|
|
1156
|
+
* Accessible label for the link
|
|
1157
|
+
* @default ''
|
|
1158
|
+
*/
|
|
1159
|
+
"label"?: string;
|
|
1160
|
+
}
|
|
913
1161
|
interface AfTestimonial {
|
|
914
1162
|
/**
|
|
915
1163
|
* Attribution text (e.g., "– Nathaniel Barrs, CTO, PSC Insurance")
|
|
@@ -1004,9 +1252,13 @@ declare namespace LocalJSX {
|
|
|
1004
1252
|
"af-card": AfCard;
|
|
1005
1253
|
"af-client-carousel": AfClientCarousel;
|
|
1006
1254
|
"af-color-swatch": AfColorSwatch;
|
|
1255
|
+
"af-contact-item": AfContactItem;
|
|
1007
1256
|
"af-container": AfContainer;
|
|
1008
1257
|
"af-cta-section": AfCtaSection;
|
|
1009
1258
|
"af-feature-accordion": AfFeatureAccordion;
|
|
1259
|
+
"af-footer": AfFooter;
|
|
1260
|
+
"af-footer-column": AfFooterColumn;
|
|
1261
|
+
"af-footer-link": AfFooterLink;
|
|
1010
1262
|
"af-heading": AfHeading;
|
|
1011
1263
|
"af-hero-section": AfHeroSection;
|
|
1012
1264
|
"af-icon-button": AfIconButton;
|
|
@@ -1015,6 +1267,7 @@ declare namespace LocalJSX {
|
|
|
1015
1267
|
"af-nav-item": AfNavItem;
|
|
1016
1268
|
"af-navbar": AfNavbar;
|
|
1017
1269
|
"af-section": AfSection;
|
|
1270
|
+
"af-social-link": AfSocialLink;
|
|
1018
1271
|
"af-testimonial": AfTestimonial;
|
|
1019
1272
|
"af-testimonial-carousel": AfTestimonialCarousel;
|
|
1020
1273
|
"af-testimonial-stat": AfTestimonialStat;
|
|
@@ -1039,6 +1292,11 @@ declare module "@stencil/core" {
|
|
|
1039
1292
|
*/
|
|
1040
1293
|
"af-client-carousel": LocalJSX.AfClientCarousel & JSXBase.HTMLAttributes<HTMLAfClientCarouselElement>;
|
|
1041
1294
|
"af-color-swatch": LocalJSX.AfColorSwatch & JSXBase.HTMLAttributes<HTMLAfColorSwatchElement>;
|
|
1295
|
+
/**
|
|
1296
|
+
* Contact item component for footer
|
|
1297
|
+
* Displays a label and value pair (e.g., "Sales enquiries" / "contact@example.com")
|
|
1298
|
+
*/
|
|
1299
|
+
"af-contact-item": LocalJSX.AfContactItem & JSXBase.HTMLAttributes<HTMLAfContactItemElement>;
|
|
1042
1300
|
/**
|
|
1043
1301
|
* A responsive container component that provides consistent margins and max-width
|
|
1044
1302
|
* constraints based on the Affinda grid system.
|
|
@@ -1055,6 +1313,22 @@ declare module "@stencil/core" {
|
|
|
1055
1313
|
* Features auto-cycling through items with a progress timer
|
|
1056
1314
|
*/
|
|
1057
1315
|
"af-feature-accordion": LocalJSX.AfFeatureAccordion & JSXBase.HTMLAttributes<HTMLAfFeatureAccordionElement>;
|
|
1316
|
+
/**
|
|
1317
|
+
* Footer component for marketing pages
|
|
1318
|
+
* Provides a flexible, slot-based layout for footer content
|
|
1319
|
+
* All content is passed via slots - no hardcoded links or content
|
|
1320
|
+
*/
|
|
1321
|
+
"af-footer": LocalJSX.AfFooter & JSXBase.HTMLAttributes<HTMLAfFooterElement>;
|
|
1322
|
+
/**
|
|
1323
|
+
* Footer navigation column component
|
|
1324
|
+
* Used within af-footer to create navigation link groups
|
|
1325
|
+
*/
|
|
1326
|
+
"af-footer-column": LocalJSX.AfFooterColumn & JSXBase.HTMLAttributes<HTMLAfFooterColumnElement>;
|
|
1327
|
+
/**
|
|
1328
|
+
* Footer link component
|
|
1329
|
+
* Styled link for use in footer navigation columns
|
|
1330
|
+
*/
|
|
1331
|
+
"af-footer-link": LocalJSX.AfFooterLink & JSXBase.HTMLAttributes<HTMLAfFooterLinkElement>;
|
|
1058
1332
|
"af-heading": LocalJSX.AfHeading & JSXBase.HTMLAttributes<HTMLAfHeadingElement>;
|
|
1059
1333
|
/**
|
|
1060
1334
|
* Hero section component for marketing pages
|
|
@@ -1084,6 +1358,11 @@ declare module "@stencil/core" {
|
|
|
1084
1358
|
* Section layout component for consistent spacing and backgrounds
|
|
1085
1359
|
*/
|
|
1086
1360
|
"af-section": LocalJSX.AfSection & JSXBase.HTMLAttributes<HTMLAfSectionElement>;
|
|
1361
|
+
/**
|
|
1362
|
+
* Social media link component
|
|
1363
|
+
* Circular bordered icon link for social media profiles
|
|
1364
|
+
*/
|
|
1365
|
+
"af-social-link": LocalJSX.AfSocialLink & JSXBase.HTMLAttributes<HTMLAfSocialLinkElement>;
|
|
1087
1366
|
"af-testimonial": LocalJSX.AfTestimonial & JSXBase.HTMLAttributes<HTMLAfTestimonialElement>;
|
|
1088
1367
|
"af-testimonial-carousel": LocalJSX.AfTestimonialCarousel & JSXBase.HTMLAttributes<HTMLAfTestimonialCarouselElement>;
|
|
1089
1368
|
"af-testimonial-stat": LocalJSX.AfTestimonialStat & JSXBase.HTMLAttributes<HTMLAfTestimonialStatElement>;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|