@kickstartds/ds-agency-premium 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +96 -0
- package/dist/ButtonProps-03ff6d21.d.ts +41 -0
- package/dist/CtaProps-93230a76.d.ts +113 -0
- package/dist/FaqProps-ad618cd5.d.ts +35 -0
- package/dist/FeaturesProps-79dea880.d.ts +284 -0
- package/dist/GalleryProps-76e7de44.d.ts +331 -0
- package/dist/HeadlineProps-d413a2cc.d.ts +48 -0
- package/dist/HeroProps-cf82a16d.d.ts +104 -0
- package/dist/ImageStoryProps-03ff6d21.d.ts +70 -0
- package/dist/ImageTextProps-9286cca4.d.ts +38 -0
- package/dist/LogosProps-8af8b3c7.d.ts +929 -0
- package/dist/MosaicProps-aacb9422.d.ts +84 -0
- package/dist/SliderProps-69b2f1d7.d.ts +43 -0
- package/dist/SplitProps-89ef39c4.d.ts +9 -0
- package/dist/StatsProps-afa48599.d.ts +41 -0
- package/dist/TeaserCardProps-b52479e5.d.ts +49 -0
- package/dist/TestimonialsProps-d27ae4b4.d.ts +54 -0
- package/dist/TextProps-a23170d2.d.ts +31 -0
- package/dist/VideoCurtainProps-6c625a69.d.ts +82 -0
- package/dist/components/blog-aside/blog-aside.css +9 -0
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +130 -0
- package/dist/components/blog-aside/blog-aside.schema.json +99 -0
- package/dist/components/blog-aside/index.d.ts +76 -0
- package/dist/components/blog-aside/index.js +55 -0
- package/dist/components/blog-head/blog-head.css +3 -0
- package/dist/components/blog-head/blog-head.schema.dereffed.json +54 -0
- package/dist/components/blog-head/blog-head.schema.json +40 -0
- package/dist/components/blog-head/index.d.ts +34 -0
- package/dist/components/blog-head/index.js +11 -0
- package/dist/components/blog-teaser/blog-teaser.css +58 -0
- package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +135 -0
- package/dist/components/blog-teaser/blog-teaser.schema.json +102 -0
- package/dist/components/blog-teaser/index.d.ts +81 -0
- package/dist/components/blog-teaser/index.js +37 -0
- package/dist/components/button/button.css +67 -0
- package/dist/components/button/button.schema.dereffed.json +63 -0
- package/dist/components/button/button.schema.json +48 -0
- package/dist/components/button/index.d.ts +6 -0
- package/dist/components/button/index.js +18 -0
- package/dist/components/button-group/button-group.schema.dereffed.json +115 -0
- package/dist/components/button-group/button-group.schema.json +27 -0
- package/dist/components/button-group/index.d.ts +40 -0
- package/dist/components/button-group/index.js +30 -0
- package/dist/components/component-teaser/component-teaser.schema.dereffed.json +43 -0
- package/dist/components/component-teaser/component-teaser.schema.json +40 -0
- package/dist/components/cta/cta.css +100 -0
- package/dist/components/cta/cta.schema.dereffed.json +158 -0
- package/dist/components/cta/cta.schema.json +127 -0
- package/dist/components/cta/index.d.ts +4 -0
- package/dist/components/cta/index.js +40 -0
- package/dist/components/faq/faq.css +17 -0
- package/dist/components/faq/faq.schema.dereffed.json +48 -0
- package/dist/components/faq/faq.schema.json +36 -0
- package/dist/components/faq/index.d.ts +4 -0
- package/dist/components/faq/index.js +9 -0
- package/dist/components/feature/index.d.ts +49 -0
- package/dist/components/feature/index.js +23 -0
- package/dist/components/features/features.css +115 -0
- package/dist/components/features/features.schema.dereffed.json +121 -0
- package/dist/components/features/features.schema.json +93 -0
- package/dist/components/features/index.d.ts +4 -0
- package/dist/components/features/index.js +32 -0
- package/dist/components/footer/footer.css +53 -0
- package/dist/components/footer/footer.schema.dereffed.json +178 -0
- package/dist/components/footer/footer.schema.json +47 -0
- package/dist/components/footer/index.d.ts +22 -0
- package/dist/components/footer/index.js +11 -0
- package/dist/components/gallery/gallery.css +50 -0
- package/dist/components/gallery/gallery.schema.dereffed.json +84 -0
- package/dist/components/gallery/gallery.schema.json +62 -0
- package/dist/components/gallery/index.d.ts +4 -0
- package/dist/components/gallery/index.js +35 -0
- package/dist/components/header/header.css +78 -0
- package/dist/components/header/header.schema.dereffed.json +188 -0
- package/dist/components/header/header.schema.json +25 -0
- package/dist/components/header/index.d.ts +26 -0
- package/dist/components/header/index.js +16 -0
- package/dist/components/headline/headline.css +78 -0
- package/dist/components/headline/headline.schema.dereffed.json +86 -0
- package/dist/components/headline/headline.schema.json +60 -0
- package/dist/components/headline/index.d.ts +11 -0
- package/dist/components/headline/index.js +18 -0
- package/dist/components/hero/hero.css +95 -0
- package/dist/components/hero/hero.schema.dereffed.json +166 -0
- package/dist/components/hero/hero.schema.json +79 -0
- package/dist/components/hero/index.d.ts +4 -0
- package/dist/components/hero/index.js +55 -0
- package/dist/components/image/image.css +12 -0
- package/dist/components/image/image.schema.dereffed.json +105 -0
- package/dist/components/image/image.schema.json +95 -0
- package/dist/components/image/index.d.ts +87 -0
- package/dist/components/image/index.js +11 -0
- package/dist/components/image-story/image-story.css +26 -0
- package/dist/components/image-story/image-story.schema.dereffed.json +165 -0
- package/dist/components/image-story/image-story.schema.json +81 -0
- package/dist/components/image-story/index.d.ts +4 -0
- package/dist/components/image-story/index.js +39 -0
- package/dist/components/image-text/image-text.css +4 -0
- package/dist/components/image-text/image-text.schema.dereffed.json +68 -0
- package/dist/components/image-text/image-text.schema.json +46 -0
- package/dist/components/image-text/index.d.ts +5 -0
- package/dist/components/image-text/index.js +20 -0
- package/dist/components/logos/index.d.ts +4 -0
- package/dist/components/logos/index.js +12 -0
- package/dist/components/logos/logos.css +91 -0
- package/dist/components/logos/logos.schema.dereffed.json +131 -0
- package/dist/components/logos/logos.schema.json +106 -0
- package/dist/components/mosaic/index.d.ts +4 -0
- package/dist/components/mosaic/index.js +33 -0
- package/dist/components/mosaic/mosaic.css +35 -0
- package/dist/components/mosaic/mosaic.schema.dereffed.json +122 -0
- package/dist/components/mosaic/mosaic.schema.json +86 -0
- package/dist/components/nav-main/index.d.ts +26 -0
- package/dist/components/nav-main/index.js +17 -0
- package/dist/components/nav-main/js/NavToggle.client.d.ts +16 -0
- package/dist/components/nav-main/js/NavToggle.client.js +57 -0
- package/dist/components/nav-main/js/body.client.d.ts +5 -0
- package/dist/components/nav-main/js/body.client.js +41 -0
- package/dist/components/nav-main/js/navMainEvents.client.d.ts +5 -0
- package/dist/components/nav-main/js/navMainEvents.client.js +13 -0
- package/dist/components/nav-main/nav-main.css +170 -0
- package/dist/components/nav-main/nav-main.schema.dereffed.json +182 -0
- package/dist/components/nav-main/nav-main.schema.json +53 -0
- package/dist/components/nav-main/nav-toggle.css +85 -0
- package/dist/components/page/page.schema.dereffed.json +1945 -0
- package/dist/components/page/page.schema.json +58 -0
- package/dist/components/page-intro/index.d.ts +17 -0
- package/dist/components/page-intro/index.js +18 -0
- package/dist/components/page-intro/page-intro.css +8 -0
- package/dist/components/page-intro/page-intro.schema.dereffed.json +30 -0
- package/dist/components/page-intro/page-intro.schema.json +26 -0
- package/dist/components/page-wrapper/index.d.ts +2 -0
- package/dist/components/page-wrapper/index.js +28 -0
- package/dist/components/page-wrapper/tokens.css +1556 -0
- package/dist/components/picture/picture.schema.json +88 -0
- package/dist/components/providers/index.d.ts +6 -0
- package/dist/components/providers/index.js +38 -0
- package/dist/components/raw-page-wrapper/index.d.ts +3 -0
- package/dist/components/raw-page-wrapper/index.js +492 -0
- package/dist/components/section/index.d.ts +147 -0
- package/dist/components/section/index.js +48 -0
- package/dist/components/section/js/Section.client.d.ts +2 -0
- package/dist/components/section/js/Section.client.js +26 -0
- package/dist/components/section/js/spotlight.client.d.ts +2 -0
- package/dist/components/section/js/spotlight.client.js +14 -0
- package/dist/components/section/section.css +110 -0
- package/dist/components/section/section.schema.dereffed.json +1875 -0
- package/dist/components/section/section.schema.json +222 -0
- package/dist/components/slider/index.d.ts +4 -0
- package/dist/components/slider/index.js +7 -0
- package/dist/components/slider/slider.css +24 -0
- package/dist/components/slider/slider.schema.dereffed.json +54 -0
- package/dist/components/slider/slider.schema.json +30 -0
- package/dist/components/split/index.d.ts +4 -0
- package/dist/components/split/index.js +7 -0
- package/dist/components/split/split.css +24 -0
- package/dist/components/split/split.schema.dereffed.json +20 -0
- package/dist/components/split/split.schema.json +13 -0
- package/dist/components/stats/index.d.ts +4 -0
- package/dist/components/stats/index.js +11 -0
- package/dist/components/stats/stats.css +49 -0
- package/dist/components/stats/stats.schema.dereffed.json +71 -0
- package/dist/components/stats/stats.schema.json +49 -0
- package/dist/components/teaser-card/index.d.ts +6 -0
- package/dist/components/teaser-card/index.js +25 -0
- package/dist/components/teaser-card/teaser-card.css +98 -0
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +69 -0
- package/dist/components/teaser-card/teaser-card.schema.json +58 -0
- package/dist/components/teaser-component/component-teaser.css +33 -0
- package/dist/components/teaser-component/index.d.ts +41 -0
- package/dist/components/teaser-component/index.js +18 -0
- package/dist/components/testimonials/index.d.ts +9 -0
- package/dist/components/testimonials/index.js +22 -0
- package/dist/components/testimonials/testimonials.css +63 -0
- package/dist/components/testimonials/testimonials.schema.dereffed.json +93 -0
- package/dist/components/testimonials/testimonials.schema.json +71 -0
- package/dist/components/text/index.d.ts +4 -0
- package/dist/components/text/index.js +13 -0
- package/dist/components/text/text.css +15 -0
- package/dist/components/text/text.schema.dereffed.json +50 -0
- package/dist/components/text/text.schema.json +39 -0
- package/dist/components/video-curtain/index.d.ts +4 -0
- package/dist/components/video-curtain/index.js +47 -0
- package/dist/components/video-curtain/video-curtain.css +51 -0
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +123 -0
- package/dist/components/video-curtain/video-curtain.schema.json +67 -0
- package/dist/global-35f78d6d.js +1 -0
- package/dist/global.client.d.ts +2 -0
- package/dist/global.client.js +8 -0
- package/dist/global.css +564 -0
- package/dist/static/.gitkeep +0 -0
- package/dist/static/favicon/.gitkeep +0 -0
- package/dist/static/favicon/android-chrome-192x192.png +0 -0
- package/dist/static/favicon/android-chrome-512x512.png +0 -0
- package/dist/static/favicon/apple-touch-icon.png +0 -0
- package/dist/static/favicon/browserconfig.xml +9 -0
- package/dist/static/favicon/favicon-16x16.png +0 -0
- package/dist/static/favicon/favicon-192-192.png +20 -0
- package/dist/static/favicon/favicon-32x32.png +0 -0
- package/dist/static/favicon/favicon.ico +0 -0
- package/dist/static/favicon/mstile-144x144.png +0 -0
- package/dist/static/favicon/mstile-150x150.png +0 -0
- package/dist/static/favicon/mstile-310x150.png +0 -0
- package/dist/static/favicon/mstile-310x310.png +0 -0
- package/dist/static/favicon/mstile-70x70.png +0 -0
- package/dist/static/favicon/safari-pinned-tab.svg +30 -0
- package/dist/static/favicon/site.webmanifest +19 -0
- package/dist/static/fonts/dsa/Fredoka-Bold.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Bold.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Light.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Light.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Medium.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Medium.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Regular.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Regular.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-SemiBold.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-SemiBold.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-300.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-300.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-600.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-600.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-800.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-800.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-Regular.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-Regular.woff2 +0 -0
- package/dist/static/fonts/google/google-sans-18pt.woff2 +0 -0
- package/dist/static/fonts/google/google-sans-display.woff2 +0 -0
- package/dist/static/fonts/google/google-sans-text-medium.woff2 +0 -0
- package/dist/static/fonts/google/google-sans-text.woff2 +0 -0
- package/dist/static/fonts/lughausen/novelpro-regular.woff +0 -0
- package/dist/static/fonts/lughausen/novelsanspro-bold.woff +0 -0
- package/dist/static/fonts/lughausen/novelsanspro-regular.woff +0 -0
- package/dist/static/fonts/telekom/teleneo-bold-woff-data.woff +0 -0
- package/dist/static/fonts/telekom/teleneo-extrabold-woff-data.woff +0 -0
- package/dist/static/fonts/telekom/teleneo-medium-woff-data.woff +0 -0
- package/dist/static/fonts/telekom/teleneo-thin-woff-data.woff +0 -0
- package/dist/static/img/02.jpg +0 -0
- package/dist/static/img/angled-image.png +0 -0
- package/dist/static/img/bg_dot-carpet-blue.svg +346 -0
- package/dist/static/img/close-up-young-business-team-working.png +0 -0
- package/dist/static/img/colleagues-work-office-using-computers-looking-aside.png +0 -0
- package/dist/static/img/colored-square.png +0 -0
- package/dist/static/img/contact-person.png +0 -0
- package/dist/static/img/full-shot-different-people-working-together.png +0 -0
- package/dist/static/img/grid-bg.svg +19 -0
- package/dist/static/img/logos/castaway.svg +111 -0
- package/dist/static/img/logos/logoipsum-212.svg +12 -0
- package/dist/static/img/logos/logoipsum-217.svg +4 -0
- package/dist/static/img/logos/logoipsum-239.svg +16 -0
- package/dist/static/img/logos/logoipsum-244.svg +19 -0
- package/dist/static/img/logos/logoipsum-250.svg +21 -0
- package/dist/static/img/logos/logoipsum-286.svg +20 -0
- package/dist/static/img/low-angle-tall-building-with-many-windows_23-2148230392.png +0 -0
- package/dist/static/img/mosaic-1.png +0 -0
- package/dist/static/img/mosaic-2.png +0 -0
- package/dist/static/img/mosaic-2_1.svg +34 -0
- package/dist/static/img/mosaic-2_2.svg +25 -0
- package/dist/static/img/mosaic-2_3.svg +32 -0
- package/dist/static/img/mosaic-3.png +0 -0
- package/dist/static/img/office-divider-image.png +0 -0
- package/dist/static/img/offset-image.png +0 -0
- package/dist/static/img/people/author-alex.png +0 -0
- package/dist/static/img/people/author-emily.png +0 -0
- package/dist/static/img/people/author-john.png +0 -0
- package/dist/static/img/people-brainstorming-work-meeting.png +0 -0
- package/dist/static/img/responsive_image-1680.png +0 -0
- package/dist/static/img/responsive_image-420.png +0 -0
- package/dist/static/img/responsive_image-980.png +0 -0
- package/dist/static/img/showcases/audio_bg.svg +10 -0
- package/dist/static/img/showcases/comp_audio01.jpg +0 -0
- package/dist/static/img/showcases/comp_audio04.png +0 -0
- package/dist/static/img/showcases/comp_eco01.jpg +0 -0
- package/dist/static/img/showcases/comp_eco01.png +0 -0
- package/dist/static/img/showcases/comp_eco02.png +0 -0
- package/dist/static/img/showcases/comp_eco03.png +0 -0
- package/dist/static/img/showcases/comp_eco04.jpg +0 -0
- package/dist/static/img/showcases/comp_eco04.png +0 -0
- package/dist/static/img/showcases/comp_tfe01.jpg +0 -0
- package/dist/static/img/showcases/eco_bg.png +0 -0
- package/dist/static/img/showcases/preview_audio.png +0 -0
- package/dist/static/img/showcases/preview_eco.png +0 -0
- package/dist/static/img/showcases/preview_tfe.png +0 -0
- package/dist/static/img/showcases/tfe_bg.svg +48 -0
- package/dist/static/img/top-view-desk-with-keyboard-drawing-pad.png +0 -0
- package/dist/static/img/videos/handshake-bw.mp4 +0 -0
- package/dist/static/img/videos/video-720.mp4 +0 -0
- package/dist/static/img/videos/video-agency.mp4 +0 -0
- package/dist/static/img/view-modern-office.jpg +0 -0
- package/dist/static/logo-google.svg +1 -0
- package/dist/static/logo-lughausen.svg +27 -0
- package/dist/static/logo-telekom.svg +8 -0
- package/dist/static/logo.svg +26 -0
- package/dist/static/tokens-google.css +1553 -0
- package/dist/static/tokens-lughausen.css +1549 -0
- package/dist/static/tokens-telekom.css +1549 -0
- package/dist/static/tokens.css +1554 -0
- package/dist/tokens/IconSprite.js +467 -0
- package/dist/tokens/icon-sprite.html +37 -0
- package/dist/tokens/tokens.css +1554 -0
- package/dist/tokens/tokens.js +652 -0
- package/package.json +138 -0
|
@@ -0,0 +1,929 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* A short tagline atop the logos
|
|
8
|
+
*/
|
|
9
|
+
type LogoTagline = string;
|
|
10
|
+
/**
|
|
11
|
+
* The logos to display
|
|
12
|
+
*
|
|
13
|
+
* @minItems 1
|
|
14
|
+
* @maxItems 20
|
|
15
|
+
*/
|
|
16
|
+
type Logos = [
|
|
17
|
+
{
|
|
18
|
+
src: URL;
|
|
19
|
+
alt?: Caption;
|
|
20
|
+
}
|
|
21
|
+
] | [
|
|
22
|
+
{
|
|
23
|
+
src: URL;
|
|
24
|
+
alt?: Caption;
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
src: URL;
|
|
28
|
+
alt?: Caption;
|
|
29
|
+
}
|
|
30
|
+
] | [
|
|
31
|
+
{
|
|
32
|
+
src: URL;
|
|
33
|
+
alt?: Caption;
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
src: URL;
|
|
37
|
+
alt?: Caption;
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
src: URL;
|
|
41
|
+
alt?: Caption;
|
|
42
|
+
}
|
|
43
|
+
] | [
|
|
44
|
+
{
|
|
45
|
+
src: URL;
|
|
46
|
+
alt?: Caption;
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
src: URL;
|
|
50
|
+
alt?: Caption;
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
src: URL;
|
|
54
|
+
alt?: Caption;
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
src: URL;
|
|
58
|
+
alt?: Caption;
|
|
59
|
+
}
|
|
60
|
+
] | [
|
|
61
|
+
{
|
|
62
|
+
src: URL;
|
|
63
|
+
alt?: Caption;
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
src: URL;
|
|
67
|
+
alt?: Caption;
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
src: URL;
|
|
71
|
+
alt?: Caption;
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
src: URL;
|
|
75
|
+
alt?: Caption;
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
src: URL;
|
|
79
|
+
alt?: Caption;
|
|
80
|
+
}
|
|
81
|
+
] | [
|
|
82
|
+
{
|
|
83
|
+
src: URL;
|
|
84
|
+
alt?: Caption;
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
src: URL;
|
|
88
|
+
alt?: Caption;
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
src: URL;
|
|
92
|
+
alt?: Caption;
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
src: URL;
|
|
96
|
+
alt?: Caption;
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
src: URL;
|
|
100
|
+
alt?: Caption;
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
src: URL;
|
|
104
|
+
alt?: Caption;
|
|
105
|
+
}
|
|
106
|
+
] | [
|
|
107
|
+
{
|
|
108
|
+
src: URL;
|
|
109
|
+
alt?: Caption;
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
src: URL;
|
|
113
|
+
alt?: Caption;
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
src: URL;
|
|
117
|
+
alt?: Caption;
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
src: URL;
|
|
121
|
+
alt?: Caption;
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
src: URL;
|
|
125
|
+
alt?: Caption;
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
src: URL;
|
|
129
|
+
alt?: Caption;
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
src: URL;
|
|
133
|
+
alt?: Caption;
|
|
134
|
+
}
|
|
135
|
+
] | [
|
|
136
|
+
{
|
|
137
|
+
src: URL;
|
|
138
|
+
alt?: Caption;
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
src: URL;
|
|
142
|
+
alt?: Caption;
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
src: URL;
|
|
146
|
+
alt?: Caption;
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
src: URL;
|
|
150
|
+
alt?: Caption;
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
src: URL;
|
|
154
|
+
alt?: Caption;
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
src: URL;
|
|
158
|
+
alt?: Caption;
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
src: URL;
|
|
162
|
+
alt?: Caption;
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
src: URL;
|
|
166
|
+
alt?: Caption;
|
|
167
|
+
}
|
|
168
|
+
] | [
|
|
169
|
+
{
|
|
170
|
+
src: URL;
|
|
171
|
+
alt?: Caption;
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
src: URL;
|
|
175
|
+
alt?: Caption;
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
src: URL;
|
|
179
|
+
alt?: Caption;
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
src: URL;
|
|
183
|
+
alt?: Caption;
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
src: URL;
|
|
187
|
+
alt?: Caption;
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
src: URL;
|
|
191
|
+
alt?: Caption;
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
src: URL;
|
|
195
|
+
alt?: Caption;
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
src: URL;
|
|
199
|
+
alt?: Caption;
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
src: URL;
|
|
203
|
+
alt?: Caption;
|
|
204
|
+
}
|
|
205
|
+
] | [
|
|
206
|
+
{
|
|
207
|
+
src: URL;
|
|
208
|
+
alt?: Caption;
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
src: URL;
|
|
212
|
+
alt?: Caption;
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
src: URL;
|
|
216
|
+
alt?: Caption;
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
src: URL;
|
|
220
|
+
alt?: Caption;
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
src: URL;
|
|
224
|
+
alt?: Caption;
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
src: URL;
|
|
228
|
+
alt?: Caption;
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
src: URL;
|
|
232
|
+
alt?: Caption;
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
src: URL;
|
|
236
|
+
alt?: Caption;
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
src: URL;
|
|
240
|
+
alt?: Caption;
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
src: URL;
|
|
244
|
+
alt?: Caption;
|
|
245
|
+
}
|
|
246
|
+
] | [
|
|
247
|
+
{
|
|
248
|
+
src: URL;
|
|
249
|
+
alt?: Caption;
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
src: URL;
|
|
253
|
+
alt?: Caption;
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
src: URL;
|
|
257
|
+
alt?: Caption;
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
src: URL;
|
|
261
|
+
alt?: Caption;
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
src: URL;
|
|
265
|
+
alt?: Caption;
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
src: URL;
|
|
269
|
+
alt?: Caption;
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
src: URL;
|
|
273
|
+
alt?: Caption;
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
src: URL;
|
|
277
|
+
alt?: Caption;
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
src: URL;
|
|
281
|
+
alt?: Caption;
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
src: URL;
|
|
285
|
+
alt?: Caption;
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
src: URL;
|
|
289
|
+
alt?: Caption;
|
|
290
|
+
}
|
|
291
|
+
] | [
|
|
292
|
+
{
|
|
293
|
+
src: URL;
|
|
294
|
+
alt?: Caption;
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
src: URL;
|
|
298
|
+
alt?: Caption;
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
src: URL;
|
|
302
|
+
alt?: Caption;
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
src: URL;
|
|
306
|
+
alt?: Caption;
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
src: URL;
|
|
310
|
+
alt?: Caption;
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
src: URL;
|
|
314
|
+
alt?: Caption;
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
src: URL;
|
|
318
|
+
alt?: Caption;
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
src: URL;
|
|
322
|
+
alt?: Caption;
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
src: URL;
|
|
326
|
+
alt?: Caption;
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
src: URL;
|
|
330
|
+
alt?: Caption;
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
src: URL;
|
|
334
|
+
alt?: Caption;
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
src: URL;
|
|
338
|
+
alt?: Caption;
|
|
339
|
+
}
|
|
340
|
+
] | [
|
|
341
|
+
{
|
|
342
|
+
src: URL;
|
|
343
|
+
alt?: Caption;
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
src: URL;
|
|
347
|
+
alt?: Caption;
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
src: URL;
|
|
351
|
+
alt?: Caption;
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
src: URL;
|
|
355
|
+
alt?: Caption;
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
src: URL;
|
|
359
|
+
alt?: Caption;
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
src: URL;
|
|
363
|
+
alt?: Caption;
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
src: URL;
|
|
367
|
+
alt?: Caption;
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
src: URL;
|
|
371
|
+
alt?: Caption;
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
src: URL;
|
|
375
|
+
alt?: Caption;
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
src: URL;
|
|
379
|
+
alt?: Caption;
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
src: URL;
|
|
383
|
+
alt?: Caption;
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
src: URL;
|
|
387
|
+
alt?: Caption;
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
src: URL;
|
|
391
|
+
alt?: Caption;
|
|
392
|
+
}
|
|
393
|
+
] | [
|
|
394
|
+
{
|
|
395
|
+
src: URL;
|
|
396
|
+
alt?: Caption;
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
src: URL;
|
|
400
|
+
alt?: Caption;
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
src: URL;
|
|
404
|
+
alt?: Caption;
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
src: URL;
|
|
408
|
+
alt?: Caption;
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
src: URL;
|
|
412
|
+
alt?: Caption;
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
src: URL;
|
|
416
|
+
alt?: Caption;
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
src: URL;
|
|
420
|
+
alt?: Caption;
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
src: URL;
|
|
424
|
+
alt?: Caption;
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
src: URL;
|
|
428
|
+
alt?: Caption;
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
src: URL;
|
|
432
|
+
alt?: Caption;
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
src: URL;
|
|
436
|
+
alt?: Caption;
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
src: URL;
|
|
440
|
+
alt?: Caption;
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
src: URL;
|
|
444
|
+
alt?: Caption;
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
src: URL;
|
|
448
|
+
alt?: Caption;
|
|
449
|
+
}
|
|
450
|
+
] | [
|
|
451
|
+
{
|
|
452
|
+
src: URL;
|
|
453
|
+
alt?: Caption;
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
src: URL;
|
|
457
|
+
alt?: Caption;
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
src: URL;
|
|
461
|
+
alt?: Caption;
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
src: URL;
|
|
465
|
+
alt?: Caption;
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
src: URL;
|
|
469
|
+
alt?: Caption;
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
src: URL;
|
|
473
|
+
alt?: Caption;
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
src: URL;
|
|
477
|
+
alt?: Caption;
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
src: URL;
|
|
481
|
+
alt?: Caption;
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
src: URL;
|
|
485
|
+
alt?: Caption;
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
src: URL;
|
|
489
|
+
alt?: Caption;
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
src: URL;
|
|
493
|
+
alt?: Caption;
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
src: URL;
|
|
497
|
+
alt?: Caption;
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
src: URL;
|
|
501
|
+
alt?: Caption;
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
src: URL;
|
|
505
|
+
alt?: Caption;
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
src: URL;
|
|
509
|
+
alt?: Caption;
|
|
510
|
+
}
|
|
511
|
+
] | [
|
|
512
|
+
{
|
|
513
|
+
src: URL;
|
|
514
|
+
alt?: Caption;
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
src: URL;
|
|
518
|
+
alt?: Caption;
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
src: URL;
|
|
522
|
+
alt?: Caption;
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
src: URL;
|
|
526
|
+
alt?: Caption;
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
src: URL;
|
|
530
|
+
alt?: Caption;
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
src: URL;
|
|
534
|
+
alt?: Caption;
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
src: URL;
|
|
538
|
+
alt?: Caption;
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
src: URL;
|
|
542
|
+
alt?: Caption;
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
src: URL;
|
|
546
|
+
alt?: Caption;
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
src: URL;
|
|
550
|
+
alt?: Caption;
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
src: URL;
|
|
554
|
+
alt?: Caption;
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
src: URL;
|
|
558
|
+
alt?: Caption;
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
src: URL;
|
|
562
|
+
alt?: Caption;
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
src: URL;
|
|
566
|
+
alt?: Caption;
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
src: URL;
|
|
570
|
+
alt?: Caption;
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
src: URL;
|
|
574
|
+
alt?: Caption;
|
|
575
|
+
}
|
|
576
|
+
] | [
|
|
577
|
+
{
|
|
578
|
+
src: URL;
|
|
579
|
+
alt?: Caption;
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
src: URL;
|
|
583
|
+
alt?: Caption;
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
src: URL;
|
|
587
|
+
alt?: Caption;
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
src: URL;
|
|
591
|
+
alt?: Caption;
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
src: URL;
|
|
595
|
+
alt?: Caption;
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
src: URL;
|
|
599
|
+
alt?: Caption;
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
src: URL;
|
|
603
|
+
alt?: Caption;
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
src: URL;
|
|
607
|
+
alt?: Caption;
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
src: URL;
|
|
611
|
+
alt?: Caption;
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
src: URL;
|
|
615
|
+
alt?: Caption;
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
src: URL;
|
|
619
|
+
alt?: Caption;
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
src: URL;
|
|
623
|
+
alt?: Caption;
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
src: URL;
|
|
627
|
+
alt?: Caption;
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
src: URL;
|
|
631
|
+
alt?: Caption;
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
src: URL;
|
|
635
|
+
alt?: Caption;
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
src: URL;
|
|
639
|
+
alt?: Caption;
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
src: URL;
|
|
643
|
+
alt?: Caption;
|
|
644
|
+
}
|
|
645
|
+
] | [
|
|
646
|
+
{
|
|
647
|
+
src: URL;
|
|
648
|
+
alt?: Caption;
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
src: URL;
|
|
652
|
+
alt?: Caption;
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
src: URL;
|
|
656
|
+
alt?: Caption;
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
src: URL;
|
|
660
|
+
alt?: Caption;
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
src: URL;
|
|
664
|
+
alt?: Caption;
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
src: URL;
|
|
668
|
+
alt?: Caption;
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
src: URL;
|
|
672
|
+
alt?: Caption;
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
src: URL;
|
|
676
|
+
alt?: Caption;
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
src: URL;
|
|
680
|
+
alt?: Caption;
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
src: URL;
|
|
684
|
+
alt?: Caption;
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
src: URL;
|
|
688
|
+
alt?: Caption;
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
src: URL;
|
|
692
|
+
alt?: Caption;
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
src: URL;
|
|
696
|
+
alt?: Caption;
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
src: URL;
|
|
700
|
+
alt?: Caption;
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
src: URL;
|
|
704
|
+
alt?: Caption;
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
src: URL;
|
|
708
|
+
alt?: Caption;
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
src: URL;
|
|
712
|
+
alt?: Caption;
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
src: URL;
|
|
716
|
+
alt?: Caption;
|
|
717
|
+
}
|
|
718
|
+
] | [
|
|
719
|
+
{
|
|
720
|
+
src: URL;
|
|
721
|
+
alt?: Caption;
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
src: URL;
|
|
725
|
+
alt?: Caption;
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
src: URL;
|
|
729
|
+
alt?: Caption;
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
src: URL;
|
|
733
|
+
alt?: Caption;
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
src: URL;
|
|
737
|
+
alt?: Caption;
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
src: URL;
|
|
741
|
+
alt?: Caption;
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
src: URL;
|
|
745
|
+
alt?: Caption;
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
src: URL;
|
|
749
|
+
alt?: Caption;
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
src: URL;
|
|
753
|
+
alt?: Caption;
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
src: URL;
|
|
757
|
+
alt?: Caption;
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
src: URL;
|
|
761
|
+
alt?: Caption;
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
src: URL;
|
|
765
|
+
alt?: Caption;
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
src: URL;
|
|
769
|
+
alt?: Caption;
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
src: URL;
|
|
773
|
+
alt?: Caption;
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
src: URL;
|
|
777
|
+
alt?: Caption;
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
src: URL;
|
|
781
|
+
alt?: Caption;
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
src: URL;
|
|
785
|
+
alt?: Caption;
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
src: URL;
|
|
789
|
+
alt?: Caption;
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
src: URL;
|
|
793
|
+
alt?: Caption;
|
|
794
|
+
}
|
|
795
|
+
] | [
|
|
796
|
+
{
|
|
797
|
+
src: URL;
|
|
798
|
+
alt?: Caption;
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
src: URL;
|
|
802
|
+
alt?: Caption;
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
src: URL;
|
|
806
|
+
alt?: Caption;
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
src: URL;
|
|
810
|
+
alt?: Caption;
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
src: URL;
|
|
814
|
+
alt?: Caption;
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
src: URL;
|
|
818
|
+
alt?: Caption;
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
src: URL;
|
|
822
|
+
alt?: Caption;
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
src: URL;
|
|
826
|
+
alt?: Caption;
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
src: URL;
|
|
830
|
+
alt?: Caption;
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
src: URL;
|
|
834
|
+
alt?: Caption;
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
src: URL;
|
|
838
|
+
alt?: Caption;
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
src: URL;
|
|
842
|
+
alt?: Caption;
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
src: URL;
|
|
846
|
+
alt?: Caption;
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
src: URL;
|
|
850
|
+
alt?: Caption;
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
src: URL;
|
|
854
|
+
alt?: Caption;
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
src: URL;
|
|
858
|
+
alt?: Caption;
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
src: URL;
|
|
862
|
+
alt?: Caption;
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
src: URL;
|
|
866
|
+
alt?: Caption;
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
src: URL;
|
|
870
|
+
alt?: Caption;
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
src: URL;
|
|
874
|
+
alt?: Caption;
|
|
875
|
+
}
|
|
876
|
+
];
|
|
877
|
+
/**
|
|
878
|
+
* The URL of the logo image
|
|
879
|
+
*/
|
|
880
|
+
type URL = string;
|
|
881
|
+
/**
|
|
882
|
+
* The alt text of the logo
|
|
883
|
+
*/
|
|
884
|
+
type Caption = string;
|
|
885
|
+
/**
|
|
886
|
+
* The alignment of the logo layout
|
|
887
|
+
*/
|
|
888
|
+
type Alignment = "left" | "center";
|
|
889
|
+
/**
|
|
890
|
+
* The amount of logos to display per row
|
|
891
|
+
*/
|
|
892
|
+
type LogosPerRow = number;
|
|
893
|
+
/**
|
|
894
|
+
* Activate/disable the CTA
|
|
895
|
+
*/
|
|
896
|
+
type CTAToggle = boolean;
|
|
897
|
+
/**
|
|
898
|
+
* A short CTA text
|
|
899
|
+
*/
|
|
900
|
+
type CallToActionText = string;
|
|
901
|
+
/**
|
|
902
|
+
* The CTA link
|
|
903
|
+
*/
|
|
904
|
+
type CallToActionLink = string;
|
|
905
|
+
/**
|
|
906
|
+
* The text label displayed on the link
|
|
907
|
+
*/
|
|
908
|
+
type LinkLabel = string;
|
|
909
|
+
/**
|
|
910
|
+
* Component used to display a set of logos
|
|
911
|
+
*/
|
|
912
|
+
interface LogosProps {
|
|
913
|
+
tagline?: LogoTagline;
|
|
914
|
+
logos: Logos;
|
|
915
|
+
align?: Alignment;
|
|
916
|
+
logosPerRow?: LogosPerRow;
|
|
917
|
+
cta?: CallToAction;
|
|
918
|
+
}
|
|
919
|
+
/**
|
|
920
|
+
* The call to action
|
|
921
|
+
*/
|
|
922
|
+
interface CallToAction {
|
|
923
|
+
toggle?: CTAToggle;
|
|
924
|
+
text?: CallToActionText;
|
|
925
|
+
link: CallToActionLink;
|
|
926
|
+
label: LinkLabel;
|
|
927
|
+
style: "button" | "text";
|
|
928
|
+
}
|
|
929
|
+
export { LogoTagline, Logos, URL, Caption, Alignment, LogosPerRow, CTAToggle, CallToActionText, CallToActionLink, LinkLabel, LogosProps, CallToAction };
|