@kickstartds/ds-agency-premium 1.7.0--canary.18.1660.0 → 1.7.0--canary.46.1791.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{BlogHeadProps-3f6e4072.d.ts → BlogHeadProps-c04a5ed8.d.ts} +6 -1
- package/dist/BlogOverviewProps-9f207f1c.d.ts +1 -1
- package/dist/BlogPostProps-6b3cff22.d.ts +2 -2
- package/dist/BlogTeaserProps-f5855e93.d.ts +9 -4
- package/dist/DividerProps-2ef31901.d.ts +26 -0
- package/dist/FeaturesProps-e58616a5.d.ts +62 -0
- package/dist/{HeroProps-cf82a16d.d.ts → HeroProps-f704d270.d.ts} +1 -1
- package/dist/HtmlProps-9d091769.d.ts +34 -0
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-83d399b4.d.ts → SectionProps-1cfcf6e8.d.ts} +12 -5
- package/dist/SliderProps-93230a76.d.ts +4 -4
- package/dist/{StatProps-12a3eae0.d.ts → StatProps-79109ad0.d.ts} +1 -1
- package/dist/StatsProps-bf5ef578.d.ts +1 -1
- package/dist/{TestimonialProps-94bdeac9.d.ts → TestimonialsProps-e344f597.d.ts} +22 -2
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +3 -1
- package/dist/components/blog-aside/blog-aside.schema.json +1 -0
- package/dist/components/blog-aside/index.d.ts +1 -0
- package/dist/components/blog-author/blog-author.schema.dereffed.json +2 -1
- package/dist/components/blog-author/index.d.ts +1 -0
- package/dist/components/blog-head/blog-head.css +3 -3
- package/dist/components/blog-head/blog-head.schema.dereffed.json +8 -0
- package/dist/components/blog-head/blog-head.schema.json +6 -0
- package/dist/components/blog-head/index.d.ts +2 -1
- package/dist/components/blog-head/index.js +2 -2
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +212 -136
- package/dist/components/blog-overview/index.d.ts +1 -0
- package/dist/components/blog-post/blog-post.schema.dereffed.json +181 -119
- package/dist/components/blog-post/index.d.ts +1 -0
- package/dist/components/blog-teaser/blog-teaser.css +7 -5
- package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +14 -6
- package/dist/components/blog-teaser/blog-teaser.schema.json +11 -5
- package/dist/components/blog-teaser/index.d.ts +4 -3
- package/dist/components/blog-teaser/index.js +4 -4
- package/dist/components/button/button.schema.dereffed.json +1 -0
- package/dist/components/button/button.schema.json +1 -0
- package/dist/components/button/index.d.ts +1 -0
- package/dist/components/button-group/button-group.schema.dereffed.json +1 -0
- package/dist/components/button-group/index.d.ts +1 -0
- package/dist/components/contact/contact.css +2 -0
- package/dist/components/contact/contact.schema.dereffed.json +2 -1
- package/dist/components/contact/contact.schema.json +2 -1
- package/dist/components/contact/index.d.ts +1 -0
- package/dist/components/cta/cta.css +3 -3
- package/dist/components/cta/cta.schema.dereffed.json +1 -0
- package/dist/components/cta/index.d.ts +1 -0
- package/dist/components/cta/index.js +2 -1
- package/dist/components/divider/divider.css +1 -1
- package/dist/components/divider/index.d.ts +2 -26
- package/dist/components/faq/index.d.ts +1 -0
- package/dist/components/feature/feature.schema.dereffed.json +1 -0
- package/dist/components/feature/feature.schema.json +1 -0
- package/dist/components/feature/index.d.ts +53 -1
- package/dist/components/feature/index.js +2 -1
- package/dist/components/features/features.css +43 -10
- package/dist/components/features/features.schema.dereffed.json +3 -40
- package/dist/components/features/features.schema.json +24 -1
- package/dist/components/features/index.d.ts +2 -1
- package/dist/components/features/index.js +11 -2
- package/dist/components/footer/footer.css +4 -4
- package/dist/components/footer/index.d.ts +1 -0
- package/dist/components/gallery/gallery.css +0 -18
- package/dist/components/gallery/index.d.ts +1 -0
- package/dist/components/header/header.css +2 -3
- package/dist/components/header/index.d.ts +4 -3
- package/dist/components/header/index.js +1 -1
- package/dist/components/headline/headline.css +18 -2
- package/dist/components/headline/headline.schema.dereffed.json +5 -0
- package/dist/components/headline/headline.schema.json +5 -0
- package/dist/components/headline/index.d.ts +6 -0
- package/dist/components/headline/index.js +1 -1
- package/dist/components/hero/hero.css +38 -5
- package/dist/components/hero/hero.schema.dereffed.json +4 -2
- package/dist/components/hero/hero.schema.json +2 -2
- package/dist/components/hero/index.d.ts +2 -1
- package/dist/components/hero/index.js +4 -2
- package/dist/components/html/Html.client.d.ts +5 -0
- package/dist/components/html/Html.client.js +41 -0
- package/dist/components/html/html.css +52 -0
- package/dist/components/html/html.schema.dereffed.json +61 -0
- package/dist/components/html/html.schema.json +31 -3
- package/dist/components/html/index.d.ts +5 -26
- package/dist/components/html/index.js +17 -3
- package/dist/components/image-story/image-story.css +1 -1
- package/dist/components/image-story/image-story.schema.dereffed.json +1 -0
- package/dist/components/image-story/image-story.schema.json +5 -1
- package/dist/components/image-story/index.d.ts +1 -0
- package/dist/components/image-story/index.js +0 -1
- package/dist/components/image-text/index.d.ts +1 -0
- package/dist/components/index/index.d.ts +6 -1
- package/dist/components/logo/index.d.ts +1 -0
- package/dist/components/logos/index.d.ts +1 -0
- package/dist/components/logos/logos.css +2 -2
- package/dist/components/mosaic/index.d.ts +1 -0
- package/dist/components/mosaic/mosaic.css +3 -0
- package/dist/components/mosaic/mosaic.schema.dereffed.json +1 -0
- package/dist/components/nav-dropdown/index.d.ts +1 -0
- package/dist/components/nav-flyout/index.d.ts +1 -0
- package/dist/components/nav-main/index.d.ts +1 -0
- package/dist/components/nav-topbar/index.d.ts +1 -0
- package/dist/components/page/index.d.ts +1 -0
- package/dist/components/page/page.schema.dereffed.json +169 -118
- package/dist/components/page-wrapper/index.js +106 -389
- package/dist/components/page-wrapper/tokens.css +55 -4
- package/dist/components/presets.json +182 -237
- package/dist/components/providers/index.js +1 -1
- package/dist/components/section/index.d.ts +2 -1
- package/dist/components/section/index.js +2 -2
- package/dist/components/section/js/Section.client.js +1 -1
- package/dist/components/section/section.css +50 -35
- package/dist/components/section/section.schema.dereffed.json +169 -118
- package/dist/components/section/section.schema.json +13 -2
- package/dist/components/settings/settings.schema.dereffed.json +5 -0
- package/dist/components/settings/settings.schema.json +5 -0
- package/dist/components/slider/index.d.ts +1 -0
- package/dist/components/slider/index.js +1 -1
- package/dist/components/slider/slider.css +5 -0
- package/dist/components/slider/slider.schema.dereffed.json +37 -63
- package/dist/components/slider/slider.schema.json +1 -1
- package/dist/components/split/index.d.ts +1 -0
- package/dist/components/split/split.css +3 -3
- package/dist/components/stat/index.d.ts +2 -1
- package/dist/components/stat/index.js +12 -3
- package/dist/components/stat/stat.schema.dereffed.json +7 -5
- package/dist/components/stat/stat.schema.json +3 -2
- package/dist/components/stats/index.d.ts +1 -0
- package/dist/components/stats/stats.css +3 -7
- package/dist/components/stats/stats.schema.dereffed.json +7 -5
- package/dist/components/teaser-card/index.d.ts +1 -0
- package/dist/components/teaser-card/index.js +2 -1
- package/dist/components/testimonial/index.d.ts +49 -1
- package/dist/components/testimonial/index.js +4 -1
- package/dist/components/testimonial/testimonial.schema.dereffed.json +11 -0
- package/dist/components/testimonial/testimonial.schema.json +7 -0
- package/dist/components/testimonials/index.d.ts +2 -1
- package/dist/components/testimonials/index.js +2 -2
- package/dist/components/testimonials/testimonials.css +56 -28
- package/dist/components/testimonials/testimonials.schema.dereffed.json +11 -5
- package/dist/components/testimonials/testimonials.schema.json +30 -1
- package/dist/components/text/index.d.ts +1 -0
- package/dist/components/tile/tile.schema.dereffed.json +1 -0
- package/dist/components/tile/tile.schema.json +8 -2
- package/dist/components/video-curtain/index.d.ts +1 -0
- package/dist/components/video-curtain/video-curtain.css +4 -3
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +2 -1
- package/dist/components/video-curtain/video-curtain.schema.json +1 -1
- package/dist/global.css +66 -42
- package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
- package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
- package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
- package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
- package/dist/static/img/screenshots/components-cta--banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
- package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
- package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
- package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
- package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
- package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
- package/dist/static/img/screenshots/components-features--list-view.png +0 -0
- package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
- package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
- package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
- package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
- package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
- package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
- package/dist/static/img/screenshots/components-html--html.png +0 -0
- package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
- package/dist/static/img/screenshots/components-html--with-script.png +0 -0
- package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
- package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
- package/dist/static/img/screenshots/form-select-field--default.png +0 -0
- package/dist/static/img/screenshots/form-text-area--default.png +0 -0
- package/dist/static/img/screenshots/form-text-field--default.png +0 -0
- package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
- package/dist/static/img/screenshots/layout-divider--default.png +0 -0
- package/dist/static/img/screenshots/layout-header--header.png +0 -0
- package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
- package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
- package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
- package/dist/static/img/screenshots/layout-section--cards.png +0 -0
- package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
- package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
- package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--slider.png +0 -0
- package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
- package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
- package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
- package/dist/static/img/screenshots/{pages-archetypes--blog-overview.png → page-archetypes-blog-overview--blog-overview.png} +0 -0
- package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
- package/dist/tokens/IconSprite.js +105 -388
- package/dist/tokens/icon-sprite.html +54 -37
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +55 -4
- package/dist/tokens/tokens.js +49 -52
- package/package.json +13 -17
- package/dist/FeatureProps-f8a75850.d.ts +0 -52
- package/dist/FeaturesProps-b05859d6.d.ts +0 -34
- package/dist/TestimonialsProps-f7211553.d.ts +0 -22
- package/dist/components/image/image.css +0 -18
- package/dist/components/image/image.schema.dereffed.json +0 -105
- package/dist/components/image/image.schema.json +0 -95
- package/dist/components/image/index.d.ts +0 -87
- package/dist/components/image/index.js +0 -11
- package/dist/components/picture/picture.schema.json +0 -88
- package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
- package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
- package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
|
@@ -1,37 +1,55 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.dsa-testimonials {
|
|
2
|
-
--dsa-
|
|
3
|
-
--dsa-
|
|
4
|
-
--dsa-
|
|
5
|
-
--dsa-
|
|
6
|
-
--dsa-
|
|
7
|
-
--dsa-
|
|
8
|
-
--dsa-
|
|
9
|
-
--dsa-
|
|
10
|
-
--dsa-
|
|
11
|
-
--
|
|
12
|
-
--dsa-
|
|
13
|
-
--dsa-
|
|
14
|
-
--dsa-
|
|
3
|
+
--dsa-testimonials--padding-left: calc(var(--dsa-testimonials__icon--font-size) / 6);
|
|
4
|
+
--dsa-testimonials--padding-top: 0.5em;
|
|
5
|
+
--dsa-testimonials__quote--font: var(--ks-font-copy-l);
|
|
6
|
+
--dsa-testimonials__quote--font-weight: var(--ks-font-weight-regular);
|
|
7
|
+
--dsa-testimonials__quote--margin-bottom: var(--ks-spacing-stack-s);
|
|
8
|
+
--dsa-testimonials__source--font: var(--ks-font-copy-m);
|
|
9
|
+
--dsa-testimonials__source--font-style: normal;
|
|
10
|
+
--dsa-testimonials__source--color: var(--ks-text-color-default);
|
|
11
|
+
--dsa-testimonials__source--text-transform: normal;
|
|
12
|
+
--dsa-testimonials__source--font-weight: var(--ks-font-weight-bold);
|
|
13
|
+
--dsa-testimonials__icon--font-family: var(--ks-font-family-copy);
|
|
14
|
+
--dsa-testimonials__icon--font-size: 10em;
|
|
15
|
+
--dsa-testimonials__icon--color: var(--ks-color-fg-alpha-8);
|
|
16
|
+
--dsa-testimonials__icon--content: "”";
|
|
17
|
+
--dsa-testimonials__icon--left: 0.15em;
|
|
18
|
+
--dsa-testimonials__icon--transform: translate(-50%, -10%);
|
|
19
|
+
--dsa-testimonials__byline--font: var(--ks-font-copy-m);
|
|
20
|
+
--dsa-testimonials__byline--font-weight: var(--ks-font-weight-regular);
|
|
21
|
+
--dsa-testimonials__byline--color: var(--ks-text-color-copy);
|
|
22
|
+
--dsa-testimonials__image--max-width: 40%;
|
|
23
|
+
--dsa-testimonials__list--gap: var(--ks-spacing-stack-xl);
|
|
15
24
|
}
|
|
16
25
|
@container quote (min-width: 640px) {
|
|
17
26
|
.dsa-testimonials {
|
|
18
|
-
--dsa-
|
|
27
|
+
--dsa-testimonials__image--max-width: 40%;
|
|
19
28
|
}
|
|
20
29
|
}
|
|
21
30
|
@container quote (min-width: 960px) {
|
|
22
31
|
.dsa-testimonials {
|
|
23
|
-
--
|
|
32
|
+
--dsa-testimonials--padding-left: var(--ks-spacing-inline-xl);
|
|
24
33
|
}
|
|
25
34
|
}
|
|
26
35
|
|
|
27
36
|
.dsa-testimonials .c-quote {
|
|
28
|
-
--c-
|
|
29
|
-
--c-
|
|
30
|
-
--c-
|
|
31
|
-
--c-
|
|
32
|
-
--c-
|
|
33
|
-
--c-
|
|
34
|
-
--c-
|
|
37
|
+
--c-quote_text--font: var(--dsa-testimonials__quote--font, var(--ks-font-copy-l));
|
|
38
|
+
--c-quote_text--margin-bottom: var(--dsa-testimonials__quote--margin-bottom, var(--ks-spacing-stack-s));
|
|
39
|
+
--c-quote_source--font: var(--dsa-testimonials__source--font, (--ks-font-copy-s));
|
|
40
|
+
--c-quote_source--font-style: var(--dsa-testimonials__source--font-style, normal);
|
|
41
|
+
--c-quote_source--font-weight: var(--dsa-testimonials__source--font-weight, var(--ks-font-weight-bold));
|
|
42
|
+
--c-quote_source--text-transform: var(--dsa-testimonials__source--text-transform, uppercase);
|
|
43
|
+
--c-quote_icon--font-family: var(--dsa-testimonials__icon--font-family, var(--ks-font-family-copy));
|
|
44
|
+
--c-quote_icon--font-size: var(--dsa-testimonials__icon--font-size, 3em);
|
|
45
|
+
--c-quote_icon--color: var(--dsa-testimonials__icon--color, var(--ks-text-color-primary));
|
|
46
|
+
--c-quote_icon--content: var(--dsa-testimonials__icon--content, "”");
|
|
47
|
+
--c-quote_icon--left: var(--dsa-testimonials__icon--left, calc(var(--c-quote_content--padding-left) / 2));
|
|
48
|
+
--c-quote_icon--transform: var(--dsa-testimonials__icon--transform, translateX(-50%));
|
|
49
|
+
--c-quote_byline--font: var(--dsa-testimonials__byline--font, var(--ks-font-copy-m));
|
|
50
|
+
--c-quote_byline--font-weight: var(--dsa-testimonials__byline--font-weight, var(--ks-font-weight-regular));
|
|
51
|
+
--c-quote_image--max-width: var(--dsa-testimonials__image--max-width, 40%);
|
|
52
|
+
--c-quote_content--padding-left: var(--dsa-testimonials--padding-left, var(--ks-spacing-inline-l));
|
|
35
53
|
}
|
|
36
54
|
.dsa-testimonials .c-slider-main {
|
|
37
55
|
--c-slider_bullet--outline-color-active: var(--ks-text-color-primary);
|
|
@@ -40,22 +58,25 @@
|
|
|
40
58
|
.dsa-testimonials--list {
|
|
41
59
|
display: flex;
|
|
42
60
|
flex-direction: column;
|
|
43
|
-
gap: var(--dsa-
|
|
61
|
+
gap: var(--dsa-testimonials__list--gap, var(--ks-spacing-stack-xl));
|
|
44
62
|
}
|
|
45
63
|
.dsa-testimonials .c-quote__source {
|
|
46
|
-
color: var(--dsa-
|
|
64
|
+
color: var(--dsa-testimonials__source--color, var(--ks-text-color-default));
|
|
47
65
|
}
|
|
48
66
|
.dsa-testimonials .c-quote__byline {
|
|
49
|
-
color: var(--dsa-
|
|
67
|
+
color: var(--dsa-testimonials__byline--color, var(--ks-text-color-copy));
|
|
50
68
|
}
|
|
51
69
|
.dsa-testimonials .c-quote__text {
|
|
52
|
-
|
|
70
|
+
font-weight: var(--dsa-testimonials__quote--font-weight, var(--ks-font-weight-regular));
|
|
71
|
+
position: relative;
|
|
72
|
+
z-index: 1;
|
|
73
|
+
margin-bottom: var(--dsa-testimonials__quote--margin-bottom, var(--ks-spacing-stack-s));
|
|
53
74
|
}
|
|
54
75
|
.dsa-testimonials .c-quote--reverse {
|
|
55
76
|
flex-direction: row-reverse;
|
|
56
77
|
}
|
|
57
78
|
.dsa-testimonials .c-quote--reverse .c-quote__content {
|
|
58
|
-
padding-right: var(--dsa-
|
|
79
|
+
padding-right: var(--dsa-testimonials--padding-left, var(--ks-spacing-xl));
|
|
59
80
|
padding-left: unset;
|
|
60
81
|
}
|
|
61
82
|
.dsa-testimonials .c-quote--reverse .c-quote__content:before {
|
|
@@ -63,8 +84,15 @@
|
|
|
63
84
|
top: 0;
|
|
64
85
|
left: unset;
|
|
65
86
|
}
|
|
87
|
+
.dsa-testimonials .c-quote.c-quote--small-signs .c-quote__content {
|
|
88
|
+
padding: 0;
|
|
89
|
+
}
|
|
90
|
+
.dsa-testimonials .c-quote.c-quote--small-signs .c-quote__content::before {
|
|
91
|
+
content: "";
|
|
92
|
+
}
|
|
66
93
|
.dsa-testimonials .c-quote .c-quote__content {
|
|
67
|
-
font: var(--dsa-
|
|
94
|
+
font: var(--dsa-testimonials__quote--font, var(--ks-font-copy-l));
|
|
95
|
+
padding-top: var(--dsa-testimonials--padding-top, 0.5em);
|
|
68
96
|
}
|
|
69
97
|
.dsa-testimonials .c-quote .c-quote__content::before {
|
|
70
98
|
line-height: 0.7;
|
|
@@ -16,13 +16,22 @@
|
|
|
16
16
|
],
|
|
17
17
|
"default": "slider"
|
|
18
18
|
},
|
|
19
|
+
"quoteSigns": {
|
|
20
|
+
"title": "Style of the quote signs",
|
|
21
|
+
"description": "The style of the quote signs",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"enum": [
|
|
24
|
+
"normal",
|
|
25
|
+
"large",
|
|
26
|
+
"none"
|
|
27
|
+
],
|
|
28
|
+
"default": "normal"
|
|
29
|
+
},
|
|
19
30
|
"testimonial": {
|
|
20
31
|
"type": "array",
|
|
21
32
|
"title": "Testimonials",
|
|
22
33
|
"description": "Add testimonials featuring an image, a quote, a source and a rating",
|
|
23
34
|
"items": {
|
|
24
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
25
|
-
"$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
|
|
26
35
|
"title": "Testimonial",
|
|
27
36
|
"description": "Testimonial entry of Testimonials component",
|
|
28
37
|
"type": "object",
|
|
@@ -75,9 +84,6 @@
|
|
|
75
84
|
"type": "integer",
|
|
76
85
|
"minimum": 1,
|
|
77
86
|
"maximum": 5
|
|
78
|
-
},
|
|
79
|
-
"type": {
|
|
80
|
-
"const": "testimonial"
|
|
81
87
|
}
|
|
82
88
|
},
|
|
83
89
|
"additionalProperties": false,
|
|
@@ -12,12 +12,41 @@
|
|
|
12
12
|
"enum": ["slider", "list", "alternating"],
|
|
13
13
|
"default": "slider"
|
|
14
14
|
},
|
|
15
|
+
"quoteSigns": {
|
|
16
|
+
"title": "Style of the quote signs",
|
|
17
|
+
"description": "The style of the quote signs",
|
|
18
|
+
"type": "string",
|
|
19
|
+
"enum": ["normal", "large", "none"],
|
|
20
|
+
"default": "normal"
|
|
21
|
+
},
|
|
15
22
|
"testimonial": {
|
|
16
23
|
"type": "array",
|
|
17
24
|
"title": "Testimonials",
|
|
18
25
|
"description": "Add testimonials featuring an image, a quote, a source and a rating",
|
|
19
26
|
"items": {
|
|
20
|
-
"
|
|
27
|
+
"title": "Testimonial",
|
|
28
|
+
"description": "Testimonial entry of Testimonials component",
|
|
29
|
+
"type": "object",
|
|
30
|
+
"properties": {
|
|
31
|
+
"quote": {
|
|
32
|
+
"$ref": "http://schema.mydesignsystem.com/testimonial.schema.json#/properties/quote"
|
|
33
|
+
},
|
|
34
|
+
|
|
35
|
+
"name": {
|
|
36
|
+
"$ref": "http://schema.mydesignsystem.com/testimonial.schema.json#/properties/name"
|
|
37
|
+
},
|
|
38
|
+
"title": {
|
|
39
|
+
"$ref": "http://schema.mydesignsystem.com/testimonial.schema.json#/properties/title"
|
|
40
|
+
},
|
|
41
|
+
"image": {
|
|
42
|
+
"$ref": "http://schema.mydesignsystem.com/testimonial.schema.json#/properties/image"
|
|
43
|
+
},
|
|
44
|
+
"rating": {
|
|
45
|
+
"$ref": "http://schema.mydesignsystem.com/testimonial.schema.json#/properties/rating"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"additionalProperties": false,
|
|
49
|
+
"required": ["quote", "name", "image"]
|
|
21
50
|
}
|
|
22
51
|
}
|
|
23
52
|
},
|
|
@@ -4,4 +4,5 @@ import { TextProps } from "../../TextProps-a23170d2.js";
|
|
|
4
4
|
declare const TextContextDefault: import("react").ForwardRefExoticComponent<TextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const TextContext: import("react").Context<import("react").ForwardRefExoticComponent<TextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const Text: import("react").ForwardRefExoticComponent<TextProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export type { TextProps };
|
|
7
8
|
export { TextContextDefault, TextContext, Text };
|
|
@@ -26,10 +26,16 @@
|
|
|
26
26
|
"type": "object",
|
|
27
27
|
"properties": {
|
|
28
28
|
"src": {
|
|
29
|
-
"
|
|
29
|
+
"title": "Source",
|
|
30
|
+
"description": "Picture source",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"format": "image",
|
|
33
|
+
"examples": ["img/close-up-young-business-team-working.png"]
|
|
30
34
|
},
|
|
31
35
|
"alt": {
|
|
32
|
-
"
|
|
36
|
+
"title": "Alt text",
|
|
37
|
+
"description": "Alt text to display for picture",
|
|
38
|
+
"type": "string"
|
|
33
39
|
}
|
|
34
40
|
}
|
|
35
41
|
},
|
|
@@ -4,4 +4,5 @@ import { VideoCurtainProps } from "../../VideoCurtainProps-6c625a69.js";
|
|
|
4
4
|
declare const VideoCurtainContextDefault: import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const VideoCurtainContext: import("react").Context<import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const VideoCurtain: import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export type { VideoCurtainProps };
|
|
7
8
|
export { VideoCurtainContextDefault, VideoCurtainContext, VideoCurtain };
|
|
@@ -7,9 +7,10 @@
|
|
|
7
7
|
--dsa-video-curtain__copy--font: var(--dsa-rich-text--font);
|
|
8
8
|
--dsa-video-curtain_highlight-text__copy--font: var(--ks-font-copy-l);
|
|
9
9
|
--dsa-video-curtain_color-neutral__copy--color: var(--ks-text-color-default);
|
|
10
|
+
--dsa-video-curtain__textbox--background-color: var(--ks-color-bg-alpha-2);
|
|
10
11
|
--dsa-video-curtain__textbox--border-radius: var(--ks-border-radius-surface);
|
|
12
|
+
--dsa-video-curtain__textbox--max-width: var(--dsa-section__content--width_narrow);
|
|
11
13
|
--dsa-video-curtain__textbox--padding: var(--ks-spacing-inset-squish-xl);
|
|
12
|
-
--dsa-video-curtain__texbox--background-color: var(--ks-color-bg-alpha-2);
|
|
13
14
|
--dsa-video-curtain__overlay--background: linear-gradient(
|
|
14
15
|
0deg,
|
|
15
16
|
var(--ks-background-color-default) 15%,
|
|
@@ -40,7 +41,7 @@
|
|
|
40
41
|
}
|
|
41
42
|
@container visual (min-width: 640px) {
|
|
42
43
|
.c-visual.dsa-video-curtain .c-visual__box {
|
|
43
|
-
--c-visual_box--max-width: 50rem;
|
|
44
|
+
--c-visual_box--max-width: var(--dsa-video-curtain__textbox--max-width, 50rem);
|
|
44
45
|
}
|
|
45
46
|
}
|
|
46
47
|
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
--c-visual_overlay--background-size: 100%;
|
|
49
50
|
}
|
|
50
51
|
.c-visual.dsa-video-curtain .c-visual__box {
|
|
51
|
-
--c-visual_box--background: var(--dsa-video-
|
|
52
|
+
--c-visual_box--background: var(--dsa-video-curtain__textbox--background-color, var(--ks-color-bg-alpha-2));
|
|
52
53
|
--c-visual_box--color: var(--dsa-video-curtain__copy--color, var(--ks-text-color-default));
|
|
53
54
|
--c-visual_box--border-radius: var(--dsa-video-curtain__textbox--border-radius, var(--ks-border-radius-surface));
|
|
54
55
|
--c-visual_box--padding: var(--dsa-video-curtain__textbox--padding, var(--ks-spacing-inset-squish-xl));
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"icon": {
|
|
52
52
|
"type": "string",
|
|
53
|
+
"format": "icon",
|
|
53
54
|
"title": "Icon",
|
|
54
55
|
"description": "Choose an icon"
|
|
55
56
|
},
|
|
@@ -116,7 +117,7 @@
|
|
|
116
117
|
"right"
|
|
117
118
|
],
|
|
118
119
|
"type": "string",
|
|
119
|
-
"default": "
|
|
120
|
+
"default": "center"
|
|
120
121
|
},
|
|
121
122
|
"type": {
|
|
122
123
|
"const": "video-curtain"
|
package/dist/global.css
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
.js-focus-visible :focus:not(.focus-visible) {
|
|
2
|
-
outline: none;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
1
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
6
2
|
html {
|
|
7
3
|
-webkit-text-size-adjust: 100%;
|
|
@@ -249,7 +245,6 @@ html:not(.js) img.lazyload {
|
|
|
249
245
|
.hidden-visually {
|
|
250
246
|
clip: rect(1px, 1px, 1px, 1px);
|
|
251
247
|
border: 0;
|
|
252
|
-
-webkit-clip-path: inset(100%);
|
|
253
248
|
clip-path: inset(100%);
|
|
254
249
|
height: 1px;
|
|
255
250
|
overflow: hidden;
|
|
@@ -296,9 +291,11 @@ h3 {
|
|
|
296
291
|
--c-rich-text_headline--margin:1.5em 0 1em;
|
|
297
292
|
}
|
|
298
293
|
}
|
|
299
|
-
:root,
|
|
300
|
-
|
|
301
|
-
|
|
294
|
+
:root,
|
|
295
|
+
[ks-inverted],
|
|
296
|
+
[ks-theme] {
|
|
297
|
+
--dsa-text-color-on-primary-base: var(--ks-color-fg);
|
|
298
|
+
--dsa-text-color-on-primary-inverted-base: var(--ks-color-fg-inverted);
|
|
302
299
|
--dsa-topic--font: var(--ks-font-display-m);
|
|
303
300
|
--dsa-topic--font-weight: var(--ks-font-weight-medium);
|
|
304
301
|
--dsa-topic--color: var(--ks-text-color-display);
|
|
@@ -308,31 +305,46 @@ h3 {
|
|
|
308
305
|
--dsa-link--color_hover: var(--ks-text-color-default-interactive-hover);
|
|
309
306
|
--dsa-link--text-decoration: underline;
|
|
310
307
|
--dsa-link--text-decoration_hover: underline;
|
|
311
|
-
--dsa-
|
|
312
|
-
--dsa-gradient--higlight: linear-gradient(135deg, var(--ks-color-primary) 0%, var(--ks-color-secondary) 100%);
|
|
308
|
+
--dsa-typo--highlight: linear-gradient(90deg, var(--ks-color-primary) 0%, var(--ks-color-secondary) 100%);
|
|
313
309
|
--dsa-content--spacing: var(--ks-spacing-inset-l);
|
|
314
|
-
--dsa-
|
|
310
|
+
--dsa-content--width_narrow: calc(var(--ks-font-size-copy-m) * 34);
|
|
311
|
+
--dsa-content--width_default: calc(var(--ks-font-size-copy-m) * 50);
|
|
312
|
+
--dsa-content--width_wide: calc(var(--ks-font-size-copy-m) * 64);
|
|
313
|
+
--dsa-content--width_max: 100vw;
|
|
314
|
+
--dsa-content--width_full: 100vw;
|
|
315
|
+
--dsa-tile--width_smallest: calc(var(--ks-font-size-copy-m) * 10);
|
|
316
|
+
--dsa-tile--width_small: calc(var(--ks-font-size-copy-m) * 14);
|
|
317
|
+
--dsa-tile--width_medium: calc(var(--ks-font-size-copy-m) * 20);
|
|
318
|
+
--dsa-tile--width_large: calc(var(--ks-font-size-copy-m) * 28);
|
|
319
|
+
--dsa-tile--width_largest: calc(var(--ks-font-size-copy-m) * 38);
|
|
315
320
|
--dsa-logo--height: 2.25rem;
|
|
321
|
+
--dsa-header--height: calc(var(--dsa-logo--height) + var(--ks-spacing-stack-m) + var(--ks-spacing-stack-m));
|
|
316
322
|
}
|
|
317
323
|
@media (min-width: 48em) {
|
|
318
|
-
:root,
|
|
324
|
+
:root,
|
|
325
|
+
[ks-inverted],
|
|
326
|
+
[ks-theme] {
|
|
319
327
|
--dsa-content--spacing: var(--ks-spacing-inset-xl);
|
|
320
328
|
}
|
|
321
329
|
}
|
|
322
330
|
@media (min-width: 48em) {
|
|
323
|
-
:root,
|
|
331
|
+
:root,
|
|
332
|
+
[ks-inverted],
|
|
333
|
+
[ks-theme] {
|
|
324
334
|
--dsa-logo--height: 2.5rem;
|
|
325
335
|
}
|
|
326
336
|
}
|
|
327
337
|
@media (min-width: 62em) {
|
|
328
|
-
:root,
|
|
338
|
+
:root,
|
|
339
|
+
[ks-inverted],
|
|
340
|
+
[ks-theme] {
|
|
329
341
|
--dsa-logo--height: 3rem;
|
|
330
342
|
}
|
|
331
343
|
}
|
|
332
344
|
|
|
333
|
-
.l-container--
|
|
345
|
+
.l-container--blog-teaser {
|
|
334
346
|
/* stylelint-disable-next-line property-no-unknown */
|
|
335
|
-
container-name:
|
|
347
|
+
container-name: blog-teaser;
|
|
336
348
|
}
|
|
337
349
|
|
|
338
350
|
.dsa-blog-teaser {
|
|
@@ -349,9 +361,10 @@ h3 {
|
|
|
349
361
|
--dsa-blog-teaser__meta--font: var(--ks-spacing-stack-s);
|
|
350
362
|
--dsa-blog-teaser__meta--color: var(--ks-text-color-interface);
|
|
351
363
|
--dsa-blog-teaser__meta__author--font-weight: var(--ks-font-weight-semi-bold);
|
|
352
|
-
--dsa-
|
|
364
|
+
--dsa-blog-teaser__avatar--size: 2em;
|
|
365
|
+
--dsa-blog-teaser__image--border-radius: var(--ks-border-radius-card);
|
|
353
366
|
}
|
|
354
|
-
@container
|
|
367
|
+
@container blog-teaser (min-width: 640px) {
|
|
355
368
|
.dsa-blog-teaser {
|
|
356
369
|
--dsa-blog-teaser--gap: var(--ks-spacing-stack-s) var(--ks-spacing-inline-s);
|
|
357
370
|
--dsa-blog-teaser__topic--font-size: var(--ks-font-size-copy-xl);
|
|
@@ -359,7 +372,7 @@ h3 {
|
|
|
359
372
|
--dsa-blog-teaser__tag-label--font: var(--ks-font-interface-s);
|
|
360
373
|
}
|
|
361
374
|
}
|
|
362
|
-
@container
|
|
375
|
+
@container blog-teaser (min-width: 1000px) {
|
|
363
376
|
.dsa-blog-teaser {
|
|
364
377
|
--dsa-blog-teaser__topic--font-size: var(--ks-font-size-copy-xxl);
|
|
365
378
|
}
|
|
@@ -398,6 +411,7 @@ h3 {
|
|
|
398
411
|
--c-post-meta_item--font: var(--dsa-blog-teaser__meta--font, var(--ks-font-interface-s));
|
|
399
412
|
--c-post-meta_item--gap: 0.35em;
|
|
400
413
|
--c-post-meta_author--color: var(--dsa-blog-teaser__meta--color, var(--c-post-meta_item--color));
|
|
414
|
+
--c-post-meta_author--avatar-size: var(--dsa-blog-teaser__avatar--size, 2em);
|
|
401
415
|
--c-post-meta_author--gap: 0.35em;
|
|
402
416
|
--c-post-meta_author--font-weight: var(
|
|
403
417
|
--dsa-blog-teaser__meta__author--font-weight,
|
|
@@ -507,18 +521,37 @@ h3 {
|
|
|
507
521
|
color: var(--dsa-form-field__placeholder--color, var(--ks-color-fg-alpha-5));
|
|
508
522
|
}
|
|
509
523
|
|
|
510
|
-
|
|
511
|
-
--dsa-
|
|
512
|
-
--dsa-
|
|
513
|
-
--dsa-
|
|
524
|
+
:root {
|
|
525
|
+
--dsa-lightbox--background-color: var(--ks-background-color-default);
|
|
526
|
+
--dsa-lightbox__placeholder--background: var(--ks-color-fg-to-bg-1);
|
|
527
|
+
--dsa-lightbox--root-z-index: var(--ks-depth-modal);
|
|
528
|
+
--dsa-lightbox__button--color: var(--dsa-text-color-on-primary);
|
|
529
|
+
--dsa-lightbox__counter--shadow: var(--ks-color-fg-inverted);
|
|
530
|
+
--dsa-lightbox__counter--font: var(--ks-font-interface-s);
|
|
531
|
+
--dsa-lightbox__counter--color: var(--ks-color-fg);
|
|
514
532
|
}
|
|
515
533
|
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
--c-divider--height: var(--dsa-divider--height, var(--ks-border-width-default));
|
|
534
|
+
.pswp .pswp__img {
|
|
535
|
+
object-fit: contain;
|
|
519
536
|
}
|
|
520
|
-
|
|
521
|
-
|
|
537
|
+
.pswp .pswp__caption {
|
|
538
|
+
background-color: var(--das-lightbox__caption--background-color, var(--ks-color-bg-alpha-5));
|
|
539
|
+
color: var(--dsa-lightbox__caption--color, var(--ks-color-fg));
|
|
540
|
+
}
|
|
541
|
+
.pswp .pswp__counter {
|
|
542
|
+
font: var(--dsa-lightbox__counter--font);
|
|
543
|
+
color: var(--dsa-lightbox__counter--color);
|
|
544
|
+
opacity: 1;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
:root {
|
|
548
|
+
--c-lightbox--bg: var(--dsa-lightbox--background-color, var(--ks-background-color-default)) !important;
|
|
549
|
+
--c-lightbox--placeholder-bg: var(--dsa-lightbox__placeholder--background, var(--ks-color-fg-to-bg-1)) !important;
|
|
550
|
+
--c-lightbox--root-z-index: var(--dsa-lightbox--root-z-index, var(--ks-depth-modal)) !important;
|
|
551
|
+
--c-lightbox--icon-color: var(--dsa-lightbox__button--color, var(--dsa-text-color-on-primary)) !important;
|
|
552
|
+
--c-lightbox--icon-color-secondary: var(--dsa-lightbox__counter--shadow, var(--ks-color-fg-inverted)) !important;
|
|
553
|
+
--c-lightbox--stroke-width: 0px !important;
|
|
554
|
+
--c-lightbox--error-text-color: var(--ks-color-error) !important;
|
|
522
555
|
}
|
|
523
556
|
|
|
524
557
|
@font-face {
|
|
@@ -696,16 +729,6 @@ hr.c-divider {
|
|
|
696
729
|
--g-link--color-hover: var(--dsa-link--color_hover, var(--ks-text-color-default-interactive-hover));
|
|
697
730
|
--g-link--background: var(--dsa-link--background, transparent);
|
|
698
731
|
--g-link--border-radius: var(--dsa-link--border-radius, 0);
|
|
699
|
-
--l-section_col--min-width: var(--dsa-section__col--min-width, var(--l-section_tile-width--default));
|
|
700
|
-
--l-section_col--max-width: var(--dsa-section__col--max-width, 1fr);
|
|
701
|
-
--l-section_col--repeat: var(--dsa-section__col--repeat, auto-fit);
|
|
702
|
-
--l-section_tile-width--smallest: var(--dsa-section__tile-width--smallest, 14rem);
|
|
703
|
-
--l-section_tile-width--default: var(--dsa-section__tile-width--default, 18rem);
|
|
704
|
-
--l-section_tile-width--medium: var(--dsa-section__tile-width--medium, var(--l-section--content-width-narrow));
|
|
705
|
-
--l-section_tile-width--large: var(--dsa-section__tile-width--large, var(--l-section--content-width-default));
|
|
706
|
-
--l-section_tile-width--largest: var(--dsa-section__tile-width--largest, var(--l-section--content-width-wide));
|
|
707
|
-
--l-section_buttons--space-before: var(--dsa-section__buttons--space-before, var(--l-section--gutter));
|
|
708
|
-
--l-section--content-width: var(--dsa-section__content--width, var(--l-section--container-width));
|
|
709
732
|
--g-topic--color: var(--dsa-topic--color, var(--ks-text-color-default));
|
|
710
733
|
--g-topic--font: var(--dsa-topic--font, var(--ks-font-display-l));
|
|
711
734
|
--g-topic--font-weight: var(--dsa-topic--font-weight, var(--ks-font-weight-bold));
|
|
@@ -721,12 +744,13 @@ hr.c-divider {
|
|
|
721
744
|
}
|
|
722
745
|
|
|
723
746
|
[ks-inverted=false],
|
|
747
|
+
:root,
|
|
724
748
|
#root {
|
|
725
|
-
--dsa-text-color-on-primary
|
|
726
|
-
--dsa-text-color-on-primary-inverted
|
|
749
|
+
--dsa-text-color-on-primary: var(--dsa-text-color-on-primary-base);
|
|
750
|
+
--dsa-text-color-on-primary-inverted: var(--dsa-text-color-on-primary-inverted-base);
|
|
727
751
|
}
|
|
728
752
|
|
|
729
753
|
[ks-inverted=true] {
|
|
730
|
-
--dsa-text-color-on-primary
|
|
731
|
-
--dsa-text-color-on-primary-inverted
|
|
754
|
+
--dsa-text-color-on-primary: var(--dsa-text-color-on-primary-inverted-base);
|
|
755
|
+
--dsa-text-color-on-primary-inverted: var(--dsa-text-color-on-primary-base);
|
|
732
756
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|