@affinda/wc 0.0.13 → 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 -1
- package/dist/affinda/af-social-link.entry.esm.js.map +1 -0
- package/dist/affinda/affinda.esm.js +1 -1
- package/dist/affinda/{p-1d00696b.entry.js → p-4a39ddec.entry.js} +2 -2
- package/dist/affinda/{p-e0ce24ab.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-456e933c.entry.js → p-b67bbaf7.entry.js} +2 -2
- package/dist/affinda/{p-46e32b6d.entry.js → p-b7c63852.entry.js} +2 -2
- package/dist/affinda/{p-ed9af653.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-83f1f94c.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 +9 -15
- package/dist/cjs/af-footer.entry.cjs.js.map +1 -1
- 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 +4 -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.js +29 -94
- package/dist/collection/components/af-footer/af-footer.js.map +1 -1
- 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.js +12 -21
- package/dist/components/af-footer.js.map +1 -1
- 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 +9 -15
- package/dist/esm/af-footer.entry.js.map +1 -1
- 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 +10 -15
- 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 +226 -56
- package/package.json +1 -1
- package/dist/affinda/p-b3fe032d.entry.js +0 -2
- package/dist/affinda/p-b3fe032d.entry.js.map +0 -1
- /package/dist/affinda/{p-1d00696b.entry.js.map → p-4a39ddec.entry.js.map} +0 -0
- /package/dist/affinda/{p-e0ce24ab.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-456e933c.entry.js.map → p-b67bbaf7.entry.js.map} +0 -0
- /package/dist/affinda/{p-46e32b6d.entry.js.map → p-b7c63852.entry.js.map} +0 -0
- /package/dist/affinda/{p-ed9af653.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-83f1f94c.entry.js.map → p-c2b6199e.entry.js.map} +0 -0
|
@@ -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.
|
|
@@ -186,50 +202,63 @@ export namespace Components {
|
|
|
186
202
|
"items": string;
|
|
187
203
|
}
|
|
188
204
|
/**
|
|
189
|
-
* Footer component for
|
|
190
|
-
*
|
|
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
|
|
191
208
|
*/
|
|
192
209
|
interface AfFooter {
|
|
193
210
|
/**
|
|
194
|
-
* Copyright
|
|
195
|
-
* @default
|
|
196
|
-
*/
|
|
197
|
-
"copyrightYear": string;
|
|
198
|
-
/**
|
|
199
|
-
* GitHub URL
|
|
200
|
-
* @default 'https://github.com/affinda'
|
|
211
|
+
* Copyright text (e.g., "© 2025 Company Name. All rights reserved.")
|
|
212
|
+
* @default ''
|
|
201
213
|
*/
|
|
202
|
-
"
|
|
214
|
+
"copyrightText": string;
|
|
203
215
|
/**
|
|
204
|
-
*
|
|
205
|
-
* @default
|
|
216
|
+
* Whether to show the status indicator
|
|
217
|
+
* @default true
|
|
206
218
|
*/
|
|
207
|
-
"
|
|
219
|
+
"showStatus": boolean;
|
|
208
220
|
/**
|
|
209
|
-
*
|
|
210
|
-
* @default '
|
|
221
|
+
* Status message text
|
|
222
|
+
* @default ''
|
|
211
223
|
*/
|
|
212
|
-
"
|
|
224
|
+
"statusText": string;
|
|
213
225
|
/**
|
|
214
226
|
* Status page URL
|
|
215
|
-
* @default '
|
|
227
|
+
* @default ''
|
|
216
228
|
*/
|
|
217
229
|
"statusUrl": string;
|
|
218
230
|
/**
|
|
219
|
-
*
|
|
220
|
-
* @default 'support@affinda.com'
|
|
221
|
-
*/
|
|
222
|
-
"supportEmail": string;
|
|
223
|
-
/**
|
|
224
|
-
* Whether all systems are operational
|
|
231
|
+
* Whether systems are operational (shows green/red indicator)
|
|
225
232
|
* @default true
|
|
226
233
|
*/
|
|
227
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 {
|
|
228
252
|
/**
|
|
229
|
-
*
|
|
230
|
-
* @default
|
|
253
|
+
* Whether this is an external link (opens in new tab)
|
|
254
|
+
* @default false
|
|
255
|
+
*/
|
|
256
|
+
"external": boolean;
|
|
257
|
+
/**
|
|
258
|
+
* Link URL
|
|
259
|
+
* @default '#'
|
|
231
260
|
*/
|
|
232
|
-
"
|
|
261
|
+
"href": string;
|
|
233
262
|
}
|
|
234
263
|
interface AfHeading {
|
|
235
264
|
/**
|
|
@@ -360,6 +389,27 @@ export namespace Components {
|
|
|
360
389
|
*/
|
|
361
390
|
"padding": 'tight' | 'default' | 'loose';
|
|
362
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
|
+
}
|
|
363
413
|
interface AfTestimonial {
|
|
364
414
|
/**
|
|
365
415
|
* Attribution text (e.g., "– Nathaniel Barrs, CTO, PSC Insurance")
|
|
@@ -492,6 +542,16 @@ declare global {
|
|
|
492
542
|
prototype: HTMLAfColorSwatchElement;
|
|
493
543
|
new (): HTMLAfColorSwatchElement;
|
|
494
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
|
+
};
|
|
495
555
|
/**
|
|
496
556
|
* A responsive container component that provides consistent margins and max-width
|
|
497
557
|
* constraints based on the Affinda grid system.
|
|
@@ -524,8 +584,9 @@ declare global {
|
|
|
524
584
|
new (): HTMLAfFeatureAccordionElement;
|
|
525
585
|
};
|
|
526
586
|
/**
|
|
527
|
-
* Footer component for
|
|
528
|
-
*
|
|
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
|
|
529
590
|
*/
|
|
530
591
|
interface HTMLAfFooterElement extends Components.AfFooter, HTMLStencilElement {
|
|
531
592
|
}
|
|
@@ -533,6 +594,26 @@ declare global {
|
|
|
533
594
|
prototype: HTMLAfFooterElement;
|
|
534
595
|
new (): HTMLAfFooterElement;
|
|
535
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
|
+
};
|
|
536
617
|
interface HTMLAfHeadingElement extends Components.AfHeading, HTMLStencilElement {
|
|
537
618
|
}
|
|
538
619
|
var HTMLAfHeadingElement: {
|
|
@@ -602,6 +683,16 @@ declare global {
|
|
|
602
683
|
prototype: HTMLAfSectionElement;
|
|
603
684
|
new (): HTMLAfSectionElement;
|
|
604
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
|
+
};
|
|
605
696
|
interface HTMLAfTestimonialElement extends Components.AfTestimonial, HTMLStencilElement {
|
|
606
697
|
}
|
|
607
698
|
var HTMLAfTestimonialElement: {
|
|
@@ -639,10 +730,13 @@ declare global {
|
|
|
639
730
|
"af-card": HTMLAfCardElement;
|
|
640
731
|
"af-client-carousel": HTMLAfClientCarouselElement;
|
|
641
732
|
"af-color-swatch": HTMLAfColorSwatchElement;
|
|
733
|
+
"af-contact-item": HTMLAfContactItemElement;
|
|
642
734
|
"af-container": HTMLAfContainerElement;
|
|
643
735
|
"af-cta-section": HTMLAfCtaSectionElement;
|
|
644
736
|
"af-feature-accordion": HTMLAfFeatureAccordionElement;
|
|
645
737
|
"af-footer": HTMLAfFooterElement;
|
|
738
|
+
"af-footer-column": HTMLAfFooterColumnElement;
|
|
739
|
+
"af-footer-link": HTMLAfFooterLinkElement;
|
|
646
740
|
"af-heading": HTMLAfHeadingElement;
|
|
647
741
|
"af-hero-section": HTMLAfHeroSectionElement;
|
|
648
742
|
"af-icon-button": HTMLAfIconButtonElement;
|
|
@@ -651,6 +745,7 @@ declare global {
|
|
|
651
745
|
"af-nav-item": HTMLAfNavItemElement;
|
|
652
746
|
"af-navbar": HTMLAfNavbarElement;
|
|
653
747
|
"af-section": HTMLAfSectionElement;
|
|
748
|
+
"af-social-link": HTMLAfSocialLinkElement;
|
|
654
749
|
"af-testimonial": HTMLAfTestimonialElement;
|
|
655
750
|
"af-testimonial-carousel": HTMLAfTestimonialCarouselElement;
|
|
656
751
|
"af-testimonial-stat": HTMLAfTestimonialStatElement;
|
|
@@ -759,6 +854,22 @@ declare namespace LocalJSX {
|
|
|
759
854
|
*/
|
|
760
855
|
"size"?: 'default' | 'large';
|
|
761
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
|
+
}
|
|
762
873
|
/**
|
|
763
874
|
* A responsive container component that provides consistent margins and max-width
|
|
764
875
|
* constraints based on the Affinda grid system.
|
|
@@ -839,50 +950,63 @@ declare namespace LocalJSX {
|
|
|
839
950
|
"items"?: string;
|
|
840
951
|
}
|
|
841
952
|
/**
|
|
842
|
-
* Footer component for
|
|
843
|
-
*
|
|
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
|
|
844
956
|
*/
|
|
845
957
|
interface AfFooter {
|
|
846
958
|
/**
|
|
847
|
-
* Copyright
|
|
848
|
-
* @default
|
|
849
|
-
*/
|
|
850
|
-
"copyrightYear"?: string;
|
|
851
|
-
/**
|
|
852
|
-
* GitHub URL
|
|
853
|
-
* @default 'https://github.com/affinda'
|
|
959
|
+
* Copyright text (e.g., "© 2025 Company Name. All rights reserved.")
|
|
960
|
+
* @default ''
|
|
854
961
|
*/
|
|
855
|
-
"
|
|
962
|
+
"copyrightText"?: string;
|
|
856
963
|
/**
|
|
857
|
-
*
|
|
858
|
-
* @default
|
|
964
|
+
* Whether to show the status indicator
|
|
965
|
+
* @default true
|
|
859
966
|
*/
|
|
860
|
-
"
|
|
967
|
+
"showStatus"?: boolean;
|
|
861
968
|
/**
|
|
862
|
-
*
|
|
863
|
-
* @default '
|
|
969
|
+
* Status message text
|
|
970
|
+
* @default ''
|
|
864
971
|
*/
|
|
865
|
-
"
|
|
972
|
+
"statusText"?: string;
|
|
866
973
|
/**
|
|
867
974
|
* Status page URL
|
|
868
|
-
* @default '
|
|
975
|
+
* @default ''
|
|
869
976
|
*/
|
|
870
977
|
"statusUrl"?: string;
|
|
871
978
|
/**
|
|
872
|
-
*
|
|
873
|
-
* @default 'support@affinda.com'
|
|
874
|
-
*/
|
|
875
|
-
"supportEmail"?: string;
|
|
876
|
-
/**
|
|
877
|
-
* Whether all systems are operational
|
|
979
|
+
* Whether systems are operational (shows green/red indicator)
|
|
878
980
|
* @default true
|
|
879
981
|
*/
|
|
880
982
|
"systemsOperational"?: boolean;
|
|
983
|
+
}
|
|
984
|
+
/**
|
|
985
|
+
* Footer navigation column component
|
|
986
|
+
* Used within af-footer to create navigation link groups
|
|
987
|
+
*/
|
|
988
|
+
interface AfFooterColumn {
|
|
881
989
|
/**
|
|
882
|
-
*
|
|
883
|
-
* @default '
|
|
990
|
+
* Column heading
|
|
991
|
+
* @default ''
|
|
884
992
|
*/
|
|
885
|
-
"
|
|
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;
|
|
886
1010
|
}
|
|
887
1011
|
interface AfHeading {
|
|
888
1012
|
/**
|
|
@@ -1013,6 +1137,27 @@ declare namespace LocalJSX {
|
|
|
1013
1137
|
*/
|
|
1014
1138
|
"padding"?: 'tight' | 'default' | 'loose';
|
|
1015
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
|
+
}
|
|
1016
1161
|
interface AfTestimonial {
|
|
1017
1162
|
/**
|
|
1018
1163
|
* Attribution text (e.g., "– Nathaniel Barrs, CTO, PSC Insurance")
|
|
@@ -1107,10 +1252,13 @@ declare namespace LocalJSX {
|
|
|
1107
1252
|
"af-card": AfCard;
|
|
1108
1253
|
"af-client-carousel": AfClientCarousel;
|
|
1109
1254
|
"af-color-swatch": AfColorSwatch;
|
|
1255
|
+
"af-contact-item": AfContactItem;
|
|
1110
1256
|
"af-container": AfContainer;
|
|
1111
1257
|
"af-cta-section": AfCtaSection;
|
|
1112
1258
|
"af-feature-accordion": AfFeatureAccordion;
|
|
1113
1259
|
"af-footer": AfFooter;
|
|
1260
|
+
"af-footer-column": AfFooterColumn;
|
|
1261
|
+
"af-footer-link": AfFooterLink;
|
|
1114
1262
|
"af-heading": AfHeading;
|
|
1115
1263
|
"af-hero-section": AfHeroSection;
|
|
1116
1264
|
"af-icon-button": AfIconButton;
|
|
@@ -1119,6 +1267,7 @@ declare namespace LocalJSX {
|
|
|
1119
1267
|
"af-nav-item": AfNavItem;
|
|
1120
1268
|
"af-navbar": AfNavbar;
|
|
1121
1269
|
"af-section": AfSection;
|
|
1270
|
+
"af-social-link": AfSocialLink;
|
|
1122
1271
|
"af-testimonial": AfTestimonial;
|
|
1123
1272
|
"af-testimonial-carousel": AfTestimonialCarousel;
|
|
1124
1273
|
"af-testimonial-stat": AfTestimonialStat;
|
|
@@ -1143,6 +1292,11 @@ declare module "@stencil/core" {
|
|
|
1143
1292
|
*/
|
|
1144
1293
|
"af-client-carousel": LocalJSX.AfClientCarousel & JSXBase.HTMLAttributes<HTMLAfClientCarouselElement>;
|
|
1145
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>;
|
|
1146
1300
|
/**
|
|
1147
1301
|
* A responsive container component that provides consistent margins and max-width
|
|
1148
1302
|
* constraints based on the Affinda grid system.
|
|
@@ -1160,10 +1314,21 @@ declare module "@stencil/core" {
|
|
|
1160
1314
|
*/
|
|
1161
1315
|
"af-feature-accordion": LocalJSX.AfFeatureAccordion & JSXBase.HTMLAttributes<HTMLAfFeatureAccordionElement>;
|
|
1162
1316
|
/**
|
|
1163
|
-
* Footer component for
|
|
1164
|
-
*
|
|
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
|
|
1165
1320
|
*/
|
|
1166
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>;
|
|
1167
1332
|
"af-heading": LocalJSX.AfHeading & JSXBase.HTMLAttributes<HTMLAfHeadingElement>;
|
|
1168
1333
|
/**
|
|
1169
1334
|
* Hero section component for marketing pages
|
|
@@ -1193,6 +1358,11 @@ declare module "@stencil/core" {
|
|
|
1193
1358
|
* Section layout component for consistent spacing and backgrounds
|
|
1194
1359
|
*/
|
|
1195
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>;
|
|
1196
1366
|
"af-testimonial": LocalJSX.AfTestimonial & JSXBase.HTMLAttributes<HTMLAfTestimonialElement>;
|
|
1197
1367
|
"af-testimonial-carousel": LocalJSX.AfTestimonialCarousel & JSXBase.HTMLAttributes<HTMLAfTestimonialCarouselElement>;
|
|
1198
1368
|
"af-testimonial-stat": LocalJSX.AfTestimonialStat & JSXBase.HTMLAttributes<HTMLAfTestimonialStatElement>;
|
package/package.json
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as e,h as a,H as o}from"./p-DI7b0bCy.js";const f=".sc-af-footer-h{display:block}.footer.sc-af-footer{background-color:var(--colour-brand-inkwell, #14343b);color:var(--colour-tints-mistGreen-200, #C6D5D1);padding:64px 0 0}.footer__container.sc-af-footer{max-width:1280px;margin:0 auto;padding:0 24px}.footer__top.sc-af-footer{display:grid;grid-template-columns:380px 1fr;gap:48px;padding-bottom:48px}.footer__brand.sc-af-footer{display:flex;flex-direction:column;gap:16px}.footer__brand-card.sc-af-footer{background-color:rgba(198, 213, 209, 0.08);border-radius:16px;padding:32px}.footer__logo.sc-af-footer{margin-bottom:24px}.footer__logo.sc-af-footer svg.sc-af-footer,.footer__logo.sc-af-footer img.sc-af-footer{height:32px;width:auto}.footer__social.sc-af-footer{display:flex;gap:12px}.footer__social-link.sc-af-footer{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(198, 213, 209, 0.3);border-radius:50%;color:var(--colour-tints-mistGreen-200, #C6D5D1);transition:all 0.2s ease}.footer__social-link.sc-af-footer:hover{background-color:rgba(198, 213, 209, 0.1);border-color:rgba(198, 213, 209, 0.5)}.footer__contact-card.sc-af-footer{background-color:rgba(198, 213, 209, 0.08);border-radius:16px;padding:24px 32px;display:flex;flex-direction:column;gap:20px}.footer__contact-item.sc-af-footer{display:flex;flex-direction:column;gap:4px}.footer__contact-label.sc-af-footer{font-family:var(--typography-primaryfont, 'NeuSans', sans-serif);font-size:14px;font-weight:600;color:var(--colour-tints-mistGreen-200, #C6D5D1);margin:0}.footer__contact-value.sc-af-footer{font-family:var(--typography-primaryfont, 'NeuSans', sans-serif);font-size:14px;font-weight:400;color:rgba(198, 213, 209, 0.7);margin:0}.footer__nav.sc-af-footer{display:flex;flex-direction:column;justify-content:space-between}.footer__nav-columns.sc-af-footer{display:grid;grid-template-columns:repeat(4, 1fr);gap:32px}.footer__nav-column.sc-af-footer{display:flex;flex-direction:column;gap:16px}.footer__nav-heading.sc-af-footer{font-family:var(--typography-primaryfont, 'NeuSans', sans-serif);font-size:14px;font-weight:600;color:var(--colour-tints-mistGreen-200, #C6D5D1);margin:0;text-transform:none}.footer__nav-list.sc-af-footer{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.footer__nav-list.sc-af-footer li.sc-af-footer{margin:0}.footer__nav-list.sc-af-footer a.sc-af-footer{font-family:var(--typography-primaryfont, 'NeuSans', sans-serif);font-size:14px;font-weight:400;color:rgba(198, 213, 209, 0.7);text-decoration:none;transition:color 0.2s ease;display:inline-flex;align-items:center;gap:6px}.footer__nav-list.sc-af-footer a.sc-af-footer:hover{color:var(--colour-tints-mistGreen-200, #C6D5D1)}.footer__external-icon.sc-af-footer{opacity:0.7;flex-shrink:0}.footer__status.sc-af-footer{display:flex;align-items:center;gap:8px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(198, 213, 209, 0.1)}.footer__status-dot.sc-af-footer{width:10px;height:10px;border-radius:50%;flex-shrink:0}.footer__status-dot--operational.sc-af-footer{background-color:#22c55e}.footer__status-dot--issue.sc-af-footer{background-color:#ef4444}.footer__status-text.sc-af-footer{font-family:var(--typography-primaryfont, 'NeuSans', sans-serif);font-size:14px;color:rgba(198, 213, 209, 0.7)}.footer__status-link.sc-af-footer{font-family:var(--typography-primaryfont, 'NeuSans', sans-serif);font-size:14px;color:var(--colour-tints-mistGreen-200, #C6D5D1);text-decoration:underline;text-underline-offset:2px;margin-left:8px}.footer__status-link.sc-af-footer:hover{text-decoration:none}.footer__bottom.sc-af-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;padding:24px 0;border-top:1px solid rgba(198, 213, 209, 0.1);background-color:rgba(198, 213, 209, 0.05);margin:0 -24px;padding-left:24px;padding-right:24px}.footer__copyright.sc-af-footer{font-family:var(--typography-primaryfont, 'NeuSans', sans-serif);font-size:14px;color:rgba(198, 213, 209, 0.7);margin:0}.footer__legal.sc-af-footer{display:flex;gap:24px}.footer__legal.sc-af-footer a.sc-af-footer{font-family:var(--typography-primaryfont, 'NeuSans', sans-serif);font-size:14px;color:rgba(198, 213, 209, 0.7);text-decoration:underline;text-underline-offset:2px}.footer__legal.sc-af-footer a.sc-af-footer:hover{color:var(--colour-tints-mistGreen-200, #C6D5D1);text-decoration:none}.footer__badges.sc-af-footer{display:flex;gap:16px;align-items:center}.footer__badge.sc-af-footer{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.footer__badge.sc-af-footer svg.sc-af-footer{width:100%;height:100%}@media (max-width: 1024px){.footer__top.sc-af-footer{grid-template-columns:1fr;gap:48px}.footer__brand.sc-af-footer{flex-direction:row;gap:16px}.footer__brand-card.sc-af-footer,.footer__contact-card.sc-af-footer{flex:1}}@media (max-width: 768px){.footer.sc-af-footer{padding:48px 0 0}.footer__top.sc-af-footer{gap:32px}.footer__brand.sc-af-footer{flex-direction:column}.footer__nav-columns.sc-af-footer{grid-template-columns:repeat(2, 1fr);gap:32px}.footer__bottom.sc-af-footer{flex-direction:column;align-items:flex-start;gap:16px}.footer__legal.sc-af-footer{flex-wrap:wrap;gap:16px}}@media (max-width: 480px){.footer__container.sc-af-footer{padding:0 16px}.footer__brand-card.sc-af-footer,.footer__contact-card.sc-af-footer{padding:24px}.footer__nav-columns.sc-af-footer{grid-template-columns:1fr;gap:24px}.footer__bottom.sc-af-footer{margin:0 -16px;padding-left:16px;padding-right:16px}.footer__badges.sc-af-footer{width:100%;justify-content:flex-start}}";const t=class{constructor(a){e(this,a);this.salesEmail="contact@affinda.com";this.supportEmail="support@affinda.com";this.copyrightYear=(new Date).getFullYear().toString();this.statusUrl="https://status.affinda.com";this.systemsOperational=true;this.linkedinUrl="https://www.linkedin.com/company/affinda/";this.youtubeUrl="https://www.youtube.com/@affinda";this.githubUrl="https://github.com/affinda"}render(){return a(o,{key:"9d009ef32ef2d3a02a73534642cfac11124a021f"},a("footer",{key:"9a15bc43554ff8e01710166a06d670648f1a63f9",class:"footer"},a("div",{key:"123bc6641fd50dccc612a8c0e2ae03c1246cb7d3",class:"footer__container"},a("div",{key:"a2873b726170cedba26c3e68af6f0d0c4cfe83ad",class:"footer__top"},a("div",{key:"e0fb266adea854029fc6a8aa1003c82703b2d05c",class:"footer__brand"},a("div",{key:"cd7f8942f32d91500ec4a4676e9e0f140fb1cab6",class:"footer__brand-card"},a("div",{key:"2ec8af97528776c09f91f9c6436c4ef002751f90",class:"footer__logo"},a("slot",{key:"df60c6030e452738a21ab2451feacf2b16b36c27",name:"logo"},a("svg",{key:"cfa7e88427109d5e44c03e92fa6db599daa302a9",width:"140",height:"32",viewBox:"0 0 140 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a("path",{key:"934857a327a1aa73944dceb45b17f1c9b7e10d89",d:"M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 24c-4.418 0-8-3.582-8-8s3.582-8 8-8 8 3.582 8 8-3.582 8-8 8z",fill:"#C6D5D1"}),a("text",{key:"73cf1cd7fd3fd3fd85741ce7661fde09e2768840",x:"40",y:"22",fill:"#C6D5D1","font-family":"NeuSans, sans-serif","font-size":"20","font-weight":"500"},"affinda")))),a("div",{key:"fee5f9ae35bcdbce0f757537fa330ccbcee36ec7",class:"footer__social"},a("a",{key:"1dd47b104eef96d88df54fdfdb99302f5b731579",href:this.linkedinUrl,target:"_blank",rel:"noopener noreferrer",class:"footer__social-link","aria-label":"LinkedIn"},a("svg",{key:"5b0925eb82f5ecbc24310c0a733e8faaa73e9b31",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"1.5"},a("path",{key:"3b3be2e724b5de798eef3700db7577ade534952a",d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),a("rect",{key:"561369255a60efb96698a712d293822043c67960",x:"2",y:"9",width:"4",height:"12"}),a("circle",{key:"69641757ebd881056951192d21e36acb974a32a6",cx:"4",cy:"4",r:"2"}))),a("a",{key:"93c78373a62004b20edc2a436184afea029d40b2",href:this.youtubeUrl,target:"_blank",rel:"noopener noreferrer",class:"footer__social-link","aria-label":"YouTube"},a("svg",{key:"8a9bd363371a478c298afaf309b9209dd74a95e2",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"1.5"},a("path",{key:"09be0bd05dbe2d2836a8f8bd40b3bbb4c3328f74",d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),a("polygon",{key:"6d3abfd00c36b8fa207c3a4034ebd30ffc0dcfa9",points:"9.75,15.02 15.5,11.75 9.75,8.48",fill:"currentColor",stroke:"none"}))),a("a",{key:"12eb2941c5a0cd2d43aa5e4bbf3ca68c9f6e64a1",href:this.githubUrl,target:"_blank",rel:"noopener noreferrer",class:"footer__social-link","aria-label":"GitHub"},a("svg",{key:"7dad99278cd95a82235bce64c0c48d18743350d5",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"1.5"},a("path",{key:"2ae90cbeb291d9326a5b4b9fe5f5e0b8ba0bf176",d:"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"}))))),a("div",{key:"308edfd162be480ce06dc13d6cc3cee5f56ba1e4",class:"footer__contact-card"},a("div",{key:"31b7465b193fdbc7fd3b547b3024e516ca9730c9",class:"footer__contact-item"},a("h5",{key:"1af87d6ba8d55dffb4a096e081c7575b8b81f611",class:"footer__contact-label"},"Sales enquiries"),a("p",{key:"20e5f723226b597593a303f32c784db7e4b61e6e",class:"footer__contact-value"},this.salesEmail)),a("div",{key:"ee4d28d31e45700c3f505f84663a6309fa8e8144",class:"footer__contact-item"},a("h5",{key:"bd36693af223e71fa6522abc8ad6c050235f3aac",class:"footer__contact-label"},"Support"),a("p",{key:"e7a7468f65247c84610c2b360c923cbff57d2ccd",class:"footer__contact-value"},this.supportEmail)))),a("div",{key:"8e4a2957dda89c67ee8e670515e87563aa1aca5e",class:"footer__nav"},a("div",{key:"aa05658c3cd62f24179db9bb5610fe34fb3fa4d4",class:"footer__nav-columns"},a("slot",{key:"fc4c5c493eff381965d4ea7233d9bec4c3697cac",name:"nav-columns"},a("div",{key:"6358c92f788927646a599f67d4a3ca4705354958",class:"footer__nav-column"},a("h5",{key:"f356843b9c094f07483a252f1c288f4743f66fc1",class:"footer__nav-heading"},"Explore"),a("ul",{key:"76c13d87e00ff9efccbdd94f57ead39bcb153868",class:"footer__nav-list"},a("li",{key:"831b35251740578ca45226ea1a7c54102e298f1a"},a("a",{key:"fd128375e061b9b027571840299fd6567b587355",href:"/platform"},"Platform")),a("li",{key:"53e7f312418def66d1fab445d9aecf024cdfff66"},a("a",{key:"af6558aff8a2e79f573922aa5af52c25e21fa57b",href:"/industries"},"Industries")),a("li",{key:"9e0208a0c9d3b735ae3de5d77700a8cb99a53a44"},a("a",{key:"02365c6b8f7cc8281b86549acbaed3ea967944fe",href:"/use-cases"},"Use cases")),a("li",{key:"5475c2013c4fa862e346e5b0ad00772d6c4497d7"},a("a",{key:"1a30dacf3c00e738c83ea189dfc851c0540a0d45",href:"/documents"},"Document types")),a("li",{key:"59fcc181483eba0a64a7331021e00a5d019e783e"},a("a",{key:"fa09d2be553b67e6842ff14da264397d34ca37c5",href:"/resume-parser"},"Resume Parser")))),a("div",{key:"3cedaccbf551c0f823c75edda0611ac190066a66",class:"footer__nav-column"},a("h5",{key:"25c90b695d1f93121e8a45680e6b4d386e6c160c",class:"footer__nav-heading"},"Pricing"),a("ul",{key:"0a4e1fda6589e89bfe48b1dcc7345f1721485ba7",class:"footer__nav-list"},a("li",{key:"85cc5dfea398d8f3a2c7050fdfb760b808978252"},a("a",{key:"29cb2a166e31b55b0b304434b5ecef310538fd52",href:"/pricing-plans"},"Platform pricing")),a("li",{key:"922cbb456dd451587575af269bc36f9f9cd0aa6d"},a("a",{key:"4afded0564653d0f64ce11988c4f824021793b8c",href:"/recruitment-ai-pricing"},"Resume Parser pricing")))),a("div",{key:"ac0b8a6cb71ee08d7c707ca231dc4d109eb5cd56",class:"footer__nav-column"},a("h5",{key:"dc1030561031dfebb6cba5ce4986bc987e275e1b",class:"footer__nav-heading"},"Company"),a("ul",{key:"dd2f31792aa3e7bf9d89debbf0f9a292326d9f1d",class:"footer__nav-list"},a("li",{key:"8b960c5b652663826b5ca8b096c500eb41473088"},a("a",{key:"f5ffe17af65db0d004930c83271b3e2c8c2a45c3",href:"/about-us"},"About")),a("li",{key:"15383db8132cb54113c82f0e984ab2456f68ab67"},a("a",{key:"06e49b29807bfaec53d639d0586c042a75aa6da8",href:"/careers"},"Careers")),a("li",{key:"d6b5802dbdde8237e18d442544a4ddcab3e938ba"},a("a",{key:"d6f2b1dda3e345e4881012111407b9868191cae8",href:"/partners"},"Partners")),a("li",{key:"3b1b383567fb9f3ebcf34674945b50ea34d707c4"},a("a",{key:"e3792eb407636a04acd13e537d1192e325e0bf28",href:"/contact"},"Contact us")),a("li",{key:"bddc9b5fde22e7bbae0ac37664899bdd7ac577b9"},a("a",{key:"5f7c16c277ee3e52994a4d3b675e90be914d4210",href:"/security"},"Security")),a("li",{key:"f873de499deba836dcd4cd25558b839521975fc7"},a("a",{key:"ca0bcca09d3bcc6c26f0e48bc0d8fe67725e2fd9",href:"https://www.affindagroup.com/",target:"_blank",rel:"noopener noreferrer"},"Affinda Group",a("svg",{key:"e27156d4a31906cf106939fb160c06aa7ed0cc0a",class:"footer__external-icon",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},a("path",{key:"ae63d3e1f0e5a8dc52c41fa915b9927daa357412",d:"M10 6.5v3a1 1 0 0 1-1 1H2.5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3M7.5 1.5h3v3M5.5 6.5l5-5",stroke:"currentColor","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"})))),a("li",{key:"fa6ddff07db042e41b11cdc41d098c54181144c4"},a("a",{key:"7bb51d2e9c27dac57e099fd1570f155ac626825b",href:"https://www.draftable.com/",target:"_blank",rel:"noopener noreferrer"},"Draftable",a("svg",{key:"c07bf4f900036a85ea1c662d63f88b1c544f567b",class:"footer__external-icon",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},a("path",{key:"a32e00e84fada8224ca32793debbb8023980f6dc",d:"M10 6.5v3a1 1 0 0 1-1 1H2.5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3M7.5 1.5h3v3M5.5 6.5l5-5",stroke:"currentColor","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"})))))),a("div",{key:"5b07294489371095d0f8447efe2a0e09f62bb6d7",class:"footer__nav-column"},a("h5",{key:"d723c2b1593f1f20da228e9daa01e83652422992",class:"footer__nav-heading"},"Learn more"),a("ul",{key:"4c3a4e2d43987d724a8f76086f777ab1aeee0c33",class:"footer__nav-list"},a("li",{key:"0cec40b18dbd3fccb9ae014928d3814ee19125ee"},a("a",{key:"9e25f6abca961fa29fd397f88eaeb2fd33362e5b",href:"/blog"},"Blog")),a("li",{key:"b338d7027eddf27d5ec5db843c6d5841a6d17fee"},a("a",{key:"a6eae199076bf399ab3ceafedbb3c7ba27db3dee",href:"/case-studies"},"Customer stories")),a("li",{key:"4c73a20a0e02e5d4abb8d5f79f472fdcd32b0b1d"},a("a",{key:"07b39e1a1a6f2b6c8ca0800572ea8e61c50ffac7",href:"https://docs.affinda.com/",target:"_blank",rel:"noopener noreferrer"},"Affinda Academy",a("svg",{key:"859ff2bd393a8a6ddf5d8321cd7d8fa8c72aca70",class:"footer__external-icon",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},a("path",{key:"d875653fb59d80f8116ec5ec78f92dc7adad1ed8",d:"M10 6.5v3a1 1 0 0 1-1 1H2.5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3M7.5 1.5h3v3M5.5 6.5l5-5",stroke:"currentColor","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"})))),a("li",{key:"02c1a5bd7963fe3ee94eff5ac0ca4d4959f09331"},a("a",{key:"161212bbed131e2ff200c64bc0aaf3eff1af3568",href:"https://docs.affinda.com/reference/",target:"_blank",rel:"noopener noreferrer"},"API reference",a("svg",{key:"f4bb636f1acb30e4af91ad4603afbbd795f63ddd",class:"footer__external-icon",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},a("path",{key:"1dd731e2797d43dbc026b655aeaefc3504bfb6d7",d:"M10 6.5v3a1 1 0 0 1-1 1H2.5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3M7.5 1.5h3v3M5.5 6.5l5-5",stroke:"currentColor","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"})))),a("li",{key:"849c447969e7aef8d8bf80c5b87fffbf51018c29"},a("a",{key:"ba859d73e047d98595c7ed96421bd831ca815ea8",href:"https://docs.affinda.com/updates",target:"_blank",rel:"noopener noreferrer"},"Product updates",a("svg",{key:"ee5fdfd1df9dffb9eb313363e5eed4e1438c00d3",class:"footer__external-icon",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},a("path",{key:"9aaf89eb40c5ae6b71a6e62c313ee2acdef626c4",d:"M10 6.5v3a1 1 0 0 1-1 1H2.5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3M7.5 1.5h3v3M5.5 6.5l5-5",stroke:"currentColor","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"})))))))),a("div",{key:"6ebb4c4f8abd11c43f9a5b8a3d722bd4210fd31d",class:"footer__status"},a("span",{key:"c48f28a6515b6634c09dea8433fe77e8b3827fad",class:`footer__status-dot ${this.systemsOperational?"footer__status-dot--operational":"footer__status-dot--issue"}`}),a("span",{key:"a710886e3c1ba335586899fd9bd41493da3e9c92",class:"footer__status-text"},this.systemsOperational?"All systems are operational":"System issues detected"),a("a",{key:"d4dcdbc1a0b3884703f01af06acc6b03ed2f477c",href:this.statusUrl,target:"_blank",rel:"noopener noreferrer",class:"footer__status-link"},"Learn more")))),a("div",{key:"01652e175f0d60ea2298d9b118ca2d599f3df3ed",class:"footer__bottom"},a("p",{key:"6d90e7996ec3a39fb5fa75de1cedbac7bff09e40",class:"footer__copyright"},"© ",this.copyrightYear," Affinda. All rights reserved."),a("div",{key:"578940724f6f8ccc40e3bc9d7d90b48776904a20",class:"footer__legal"},a("a",{key:"fa1f810f98dc02141436a8f4d1addd7423f94a43",href:"/privacy-and-data-protection-policy"},"Privacy policy"),a("a",{key:"5f40b79c933794f82499663080e5039e2ec3729a",href:"/website-terms"},"Website terms"),a("a",{key:"de48b81b13a4169dd0b25bbca315b283172b59ff",href:"/product-terms"},"Product terms")),a("div",{key:"1e3b2738dfd2b2874b514fa11f24322b0edad7e7",class:"footer__badges"},a("slot",{key:"f27200be911fb2bba954b91ee304b57bc1be3483",name:"badges"},a("div",{key:"1c1e0f88d0efc96a2bf5ff99eaab001c7dade962",class:"footer__badge",title:"GDPR Compliant"},a("svg",{key:"e1f7b274367a9a4c87ecb503bae4ef0c664a3b99",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none"},a("circle",{key:"2f6724b6c664bbdfb8eb6363aeb9ca2699a0b804",cx:"20",cy:"20",r:"18",stroke:"#FFD700","stroke-width":"2",fill:"#003399"}),a("text",{key:"b5213657f0f5bfd4ea1786a1319b5a0e97f4c1fc",x:"20",y:"24","text-anchor":"middle",fill:"white","font-size":"8","font-weight":"bold"},"GDPR"))),a("div",{key:"ae247cc61144a16212a38e56acddbd9d7893a060",class:"footer__badge",title:"SOC 2 Compliant"},a("svg",{key:"5ff33c5885e2b4c271305d042ba18407eaa7f77a",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none"},a("circle",{key:"78033711f6bcae76c25b1fbb3e6f5368079bdfee",cx:"20",cy:"20",r:"18",stroke:"#0066CC","stroke-width":"2",fill:"white"}),a("text",{key:"56456237779a0f9ccc5558d638d63d5daabbf524",x:"20",y:"18","text-anchor":"middle",fill:"#0066CC","font-size":"6","font-weight":"bold"},"AICPA"),a("text",{key:"f38621118751089036a0423a0f2ce200686f5a6c",x:"20",y:"26","text-anchor":"middle",fill:"#0066CC","font-size":"8","font-weight":"bold"},"SOC"))),a("div",{key:"6a0ca86b597d51fac9b9f4ef18ecf2a982980428",class:"footer__badge",title:"ISO 27001:2022"},a("svg",{key:"1d1bc52ca35785f3836fe944ed7c1f0d1b5798ff",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none"},a("circle",{key:"7cc2ad4046e81e59edd6e80709965d8577029b4b",cx:"20",cy:"20",r:"18",stroke:"#333","stroke-width":"2",fill:"white"}),a("text",{key:"04ed5d7ed451ec74e6a9ff44e16f5f25f2630aed",x:"20",y:"18","text-anchor":"middle",fill:"#333","font-size":"8","font-weight":"bold"},"ISO"),a("text",{key:"20502ad4c80bf5d454278d2167b596319e9f33ec",x:"20",y:"28","text-anchor":"middle",fill:"#333","font-size":"5"},"27001:2022")))))))))}};t.style=f;export{t as af_footer};
|
|
2
|
-
//# sourceMappingURL=p-b3fe032d.entry.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["registerInstance","h","Host","afFooterCss","AfFooter","constructor","hostRef","this","salesEmail","supportEmail","copyrightYear","Date","getFullYear","toString","statusUrl","systemsOperational","linkedinUrl","youtubeUrl","githubUrl","render","key","class","name","width","height","viewBox","fill","xmlns","d","x","y","href","target","rel","stroke","cx","cy","r","points","title","style"],"sources":["0"],"mappings":"YAAcA,OAAkBC,OAAQC,MAAY,kBAEpD,MAAMC,EAAc,28KAEpB,MAAMC,EAAW,MACb,WAAAC,CAAYC,GACRN,EAAiBO,KAAMD,GAEvBC,KAAKC,WAAa,sBAElBD,KAAKE,aAAe,sBAEpBF,KAAKG,eAAgB,IAAIC,MAAOC,cAAcC,WAE9CN,KAAKO,UAAY,6BAEjBP,KAAKQ,mBAAqB,KAE1BR,KAAKS,YAAc,4CAEnBT,KAAKU,WAAa,mCAElBV,KAAKW,UAAY,4BACrB,CACA,MAAAC,GACI,OAAQlB,EAAEC,EAAM,CAAEkB,IAAK,4CAA8CnB,EAAE,SAAU,CAAEmB,IAAK,2CAA4CC,MAAO,UAAYpB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,qBAAuBpB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,eAAiBpB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,iBAAmBpB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,sBAAwBpB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,gBAAkBpB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CE,KAAM,QAAUrB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CG,MAAO,MAAOC,OAAQ,KAAMC,QAAS,aAAcC,KAAM,OAAQC,MAAO,8BAAgC1B,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CQ,EAAG,yIAA0IF,KAAM,YAAczB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CS,EAAG,KAAMC,EAAG,KAAMJ,KAAM,UAAW,cAAe,sBAAuB,YAAa,KAAM,cAAe,OAAS,cAAezB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,kBAAoBpB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAMxB,KAAKS,YAAagB,OAAQ,SAAUC,IAAK,sBAAuBZ,MAAO,sBAAuB,aAAc,YAAcpB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CG,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,OAAQQ,OAAQ,eAAgB,eAAgB,OAASjC,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CQ,EAAG,mFAAqF3B,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CS,EAAG,IAAKC,EAAG,IAAKP,MAAO,IAAKC,OAAQ,OAASvB,EAAE,SAAU,CAAEmB,IAAK,2CAA4Ce,GAAI,IAAKC,GAAI,IAAKC,EAAG,QAAUpC,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAMxB,KAAKU,WAAYe,OAAQ,SAAUC,IAAK,sBAAuBZ,MAAO,sBAAuB,aAAc,WAAapB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CG,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,OAAQQ,OAAQ,eAAgB,eAAgB,OAASjC,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CQ,EAAG,sQAAwQ3B,EAAE,UAAW,CAAEmB,IAAK,2CAA4CkB,OAAQ,kCAAmCZ,KAAM,eAAgBQ,OAAQ,WAAajC,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAMxB,KAAKW,UAAWc,OAAQ,SAAUC,IAAK,sBAAuBZ,MAAO,sBAAuB,aAAc,UAAYpB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CG,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,OAAQQ,OAAQ,eAAgB,eAAgB,OAASjC,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CQ,EAAG,4SAA8S3B,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,wBAA0BpB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,wBAA0BpB,EAAE,KAAM,CAAEmB,IAAK,2CAA4CC,MAAO,yBAA2B,mBAAoBpB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CC,MAAO,yBAA2Bd,KAAKC,aAAcP,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,wBAA0BpB,EAAE,KAAM,CAAEmB,IAAK,2CAA4CC,MAAO,yBAA2B,WAAYpB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CC,MAAO,yBAA2Bd,KAAKE,iBAAkBR,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,eAAiBpB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,uBAAyBpB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CE,KAAM,eAAiBrB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,sBAAwBpB,EAAE,KAAM,CAAEmB,IAAK,2CAA4CC,MAAO,uBAAyB,WAAYpB,EAAE,KAAM,CAAEmB,IAAK,2CAA4CC,MAAO,oBAAsBpB,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,aAAe,aAAc9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,eAAiB,eAAgB9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,cAAgB,cAAe9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,cAAgB,mBAAoB9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,kBAAoB,oBAAqB9B,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,sBAAwBpB,EAAE,KAAM,CAAEmB,IAAK,2CAA4CC,MAAO,uBAAyB,WAAYpB,EAAE,KAAM,CAAEmB,IAAK,2CAA4CC,MAAO,oBAAsBpB,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,kBAAoB,qBAAsB9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,2BAA6B,4BAA6B9B,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,sBAAwBpB,EAAE,KAAM,CAAEmB,IAAK,2CAA4CC,MAAO,uBAAyB,WAAYpB,EAAE,KAAM,CAAEmB,IAAK,2CAA4CC,MAAO,oBAAsBpB,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,aAAe,UAAW9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,YAAc,YAAa9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,aAAe,aAAc9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,YAAc,eAAgB9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,aAAe,aAAc9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,gCAAiCC,OAAQ,SAAUC,IAAK,uBAAyB,gBAAiBhC,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,wBAAyBE,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,QAAUzB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CQ,EAAG,sFAAuFM,OAAQ,eAAgB,eAAgB,MAAO,iBAAkB,QAAS,kBAAmB,aAAejC,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,6BAA8BC,OAAQ,SAAUC,IAAK,uBAAyB,YAAahC,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,wBAAyBE,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,QAAUzB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CQ,EAAG,sFAAuFM,OAAQ,eAAgB,eAAgB,MAAO,iBAAkB,QAAS,kBAAmB,eAAiBjC,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,sBAAwBpB,EAAE,KAAM,CAAEmB,IAAK,2CAA4CC,MAAO,uBAAyB,cAAepB,EAAE,KAAM,CAAEmB,IAAK,2CAA4CC,MAAO,oBAAsBpB,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,SAAW,SAAU9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,iBAAmB,qBAAsB9B,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,4BAA6BC,OAAQ,SAAUC,IAAK,uBAAyB,kBAAmBhC,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,wBAAyBE,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,QAAUzB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CQ,EAAG,sFAAuFM,OAAQ,eAAgB,eAAgB,MAAO,iBAAkB,QAAS,kBAAmB,aAAejC,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,sCAAuCC,OAAQ,SAAUC,IAAK,uBAAyB,gBAAiBhC,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,wBAAyBE,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,QAAUzB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CQ,EAAG,sFAAuFM,OAAQ,eAAgB,eAAgB,MAAO,iBAAkB,QAAS,kBAAmB,aAAejC,EAAE,KAAM,CAAEmB,IAAK,4CAA8CnB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,mCAAoCC,OAAQ,SAAUC,IAAK,uBAAyB,kBAAmBhC,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,wBAAyBE,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,QAAUzB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CQ,EAAG,sFAAuFM,OAAQ,eAAgB,eAAgB,MAAO,iBAAkB,QAAS,kBAAmB,iBAAmBjC,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,kBAAoBpB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CC,MAAO,sBAAsBd,KAAKQ,mBAAqB,kCAAoC,gCAAkCd,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CC,MAAO,uBAAyBd,KAAKQ,mBAAqB,8BAAgC,0BAA2Bd,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAMxB,KAAKO,UAAWkB,OAAQ,SAAUC,IAAK,sBAAuBZ,MAAO,uBAAyB,iBAAkBpB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,kBAAoBpB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CC,MAAO,qBAAuB,KAAWd,KAAKG,cAAe,kCAAmCT,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,iBAAmBpB,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,uCAAyC,kBAAmB9B,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,kBAAoB,iBAAkB9B,EAAE,IAAK,CAAEmB,IAAK,2CAA4CW,KAAM,kBAAoB,kBAAmB9B,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,kBAAoBpB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CE,KAAM,UAAYrB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,gBAAiBkB,MAAO,kBAAoBtC,EAAE,MAAO,CAAEmB,IAAK,2CAA4CG,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,QAAUzB,EAAE,SAAU,CAAEmB,IAAK,2CAA4Ce,GAAI,KAAMC,GAAI,KAAMC,EAAG,KAAMH,OAAQ,UAAW,eAAgB,IAAKR,KAAM,YAAczB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CS,EAAG,KAAMC,EAAG,KAAM,cAAe,SAAUJ,KAAM,QAAS,YAAa,IAAK,cAAe,QAAU,UAAWzB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,gBAAiBkB,MAAO,mBAAqBtC,EAAE,MAAO,CAAEmB,IAAK,2CAA4CG,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,QAAUzB,EAAE,SAAU,CAAEmB,IAAK,2CAA4Ce,GAAI,KAAMC,GAAI,KAAMC,EAAG,KAAMH,OAAQ,UAAW,eAAgB,IAAKR,KAAM,UAAYzB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CS,EAAG,KAAMC,EAAG,KAAM,cAAe,SAAUJ,KAAM,UAAW,YAAa,IAAK,cAAe,QAAU,SAAUzB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CS,EAAG,KAAMC,EAAG,KAAM,cAAe,SAAUJ,KAAM,UAAW,YAAa,IAAK,cAAe,QAAU,SAAUzB,EAAE,MAAO,CAAEmB,IAAK,2CAA4CC,MAAO,gBAAiBkB,MAAO,kBAAoBtC,EAAE,MAAO,CAAEmB,IAAK,2CAA4CG,MAAO,KAAMC,OAAQ,KAAMC,QAAS,YAAaC,KAAM,QAAUzB,EAAE,SAAU,CAAEmB,IAAK,2CAA4Ce,GAAI,KAAMC,GAAI,KAAMC,EAAG,KAAMH,OAAQ,OAAQ,eAAgB,IAAKR,KAAM,UAAYzB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CS,EAAG,KAAMC,EAAG,KAAM,cAAe,SAAUJ,KAAM,OAAQ,YAAa,IAAK,cAAe,QAAU,OAAQzB,EAAE,OAAQ,CAAEmB,IAAK,2CAA4CS,EAAG,KAAMC,EAAG,KAAM,cAAe,SAAUJ,KAAM,OAAQ,YAAa,KAAO,qBACzuc,GAEJtB,EAASoC,MAAQrC,SAERC","ignoreList":[]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|