@kickstartds/ds-agency-premium 1.6.70 → 1.6.71--canary.45.1758.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/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
- package/dist/{BlogAuthorProps-88a11566.d.ts → BlogAuthorProps-fb0241df.d.ts} +7 -2
- package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
- package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-c760fd2a.d.ts} +3 -3
- package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-00ddee3a.d.ts} +4 -4
- package/dist/{CtaProps-93230a76.d.ts → CtaProps-babe4ee6.d.ts} +21 -11
- package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
- package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
- package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
- package/dist/EventLocationProps-871bc198.d.ts +41 -0
- package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-a9041d97.d.ts} +9 -4
- package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
- package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
- package/dist/{HeroProps-f704d270.d.ts → HeroProps-40f6c7f5.d.ts} +9 -4
- package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
- package/dist/MosaicProps-d52c7151.d.ts +4 -4
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-7caa223c.d.ts} +14 -9
- package/dist/{SliderProps-93230a76.d.ts → SliderProps-babe4ee6.d.ts} +4 -4
- package/dist/{StatProps-79109ad0.d.ts → StatProps-12a3eae0.d.ts} +1 -1
- package/dist/StatsProps-bf5ef578.d.ts +1 -1
- package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-994cb119.d.ts} +4 -4
- package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -8
- package/dist/components/blog-aside/blog-aside.schema.json +4 -4
- package/dist/components/blog-aside/index.d.ts +1 -1
- package/dist/components/blog-aside/index.js +1 -1
- package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -4
- package/dist/components/blog-author/index.d.ts +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +194 -101
- package/dist/components/blog-post/blog-post.schema.dereffed.json +210 -109
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/blog-teaser/index.js +5 -7
- package/dist/components/breadcrumb/breadcrumb.css +32 -0
- package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +34 -0
- package/dist/components/breadcrumb/breadcrumb.schema.json +27 -0
- package/dist/components/breadcrumb/index.d.ts +28 -0
- package/dist/components/breadcrumb/index.js +17 -0
- package/dist/components/button/button.css +2 -2
- package/dist/components/button/button.schema.dereffed.json +3 -3
- package/dist/components/button/button.schema.json +3 -3
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/button/index.js +1 -1
- package/dist/components/button-group/button-group.schema.dereffed.json +3 -3
- package/dist/components/button-group/index.d.ts +1 -1
- package/dist/components/contact/contact.schema.dereffed.json +13 -5
- package/dist/components/contact/contact.schema.json +11 -5
- package/dist/components/contact/index.d.ts +6 -1
- package/dist/components/contact/index.js +1 -1
- package/dist/components/cta/cta.css +44 -56
- package/dist/components/cta/cta.schema.dereffed.json +28 -11
- package/dist/components/cta/cta.schema.json +23 -10
- package/dist/components/cta/index.d.ts +1 -1
- package/dist/components/cta/index.js +25 -26
- package/dist/components/downloads/downloads.css +153 -0
- package/dist/components/downloads/downloads.schema.dereffed.json +55 -0
- package/dist/components/downloads/downloads.schema.json +44 -0
- package/dist/components/downloads/index.d.ts +41 -0
- package/dist/components/downloads/index.js +18 -0
- package/dist/components/event-appointment/event-appointment.css +62 -0
- package/dist/components/event-appointment/event-appointment.schema.dereffed.json +56 -0
- package/dist/components/event-appointment/event-appointment.schema.json +47 -0
- package/dist/components/event-appointment/index.d.ts +7 -0
- package/dist/components/event-appointment/index.js +14 -0
- package/dist/components/event-detail/event-detail.schema.dereffed.json +287 -0
- package/dist/components/event-detail/event-detail.schema.json +74 -0
- package/dist/components/event-detail/index.d.ts +5 -0
- package/dist/components/event-detail/index.js +36 -0
- package/dist/components/event-header/event-header.css +6 -0
- package/dist/components/event-header/event-header.schema.dereffed.json +38 -0
- package/dist/components/event-header/event-header.schema.json +34 -0
- package/dist/components/event-header/index.d.ts +35 -0
- package/dist/components/event-header/index.js +20 -0
- package/dist/components/event-latest/event-latest.css +5 -0
- package/dist/components/event-latest/event-latest.schema.dereffed.json +142 -0
- package/dist/components/event-latest/event-latest.schema.json +46 -0
- package/dist/components/event-latest/index.d.ts +30 -0
- package/dist/components/event-latest/index.js +19 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.css +128 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +97 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
- package/dist/components/event-latest-teaser/index.d.ts +8 -0
- package/dist/components/event-latest-teaser/index.js +18 -0
- package/dist/components/event-location/event-location.css +71 -0
- package/dist/components/event-location/event-location.schema.dereffed.json +126 -0
- package/dist/components/event-location/event-location.schema.json +61 -0
- package/dist/components/event-location/index.d.ts +7 -0
- package/dist/components/event-location/index.js +18 -0
- package/dist/components/feature/feature.schema.dereffed.json +13 -3
- package/dist/components/feature/feature.schema.json +11 -3
- package/dist/components/feature/index.d.ts +8 -3
- package/dist/components/feature/index.js +2 -3
- package/dist/components/features/features.css +15 -35
- package/dist/components/features/features.schema.dereffed.json +13 -3
- package/dist/components/features/features.schema.json +5 -2
- package/dist/components/features/index.d.ts +1 -1
- package/dist/components/features/index.js +2 -2
- package/dist/components/footer/footer.css +1 -1
- package/dist/components/footer/footer.schema.dereffed.json +12 -12
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/footer/index.js +1 -1
- package/dist/components/gallery/gallery.schema.dereffed.json +2 -1
- package/dist/components/gallery/gallery.schema.json +2 -1
- package/dist/components/gallery/index.js +1 -1
- package/dist/components/header/header.css +47 -9
- package/dist/components/header/header.schema.dereffed.json +12 -12
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/header/index.js +5 -5
- package/dist/components/headline/headline.css +6 -6
- package/dist/components/hero/hero.css +61 -25
- package/dist/components/hero/hero.schema.dereffed.json +9 -3
- package/dist/components/hero/hero.schema.json +8 -2
- package/dist/components/hero/index.d.ts +1 -1
- package/dist/components/hero/index.js +39 -39
- package/dist/components/image-story/image-story.css +5 -2
- package/dist/components/image-story/image-story.schema.dereffed.json +3 -3
- package/dist/components/index/index.d.ts +4 -3
- package/dist/components/logos/index.js +1 -1
- package/dist/components/logos/logos.css +2 -2
- package/dist/components/logos/logos.schema.dereffed.json +6 -6
- package/dist/components/logos/logos.schema.json +6 -6
- package/dist/components/mosaic/index.js +1 -1
- package/dist/components/mosaic/mosaic.css +1 -1
- package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -3
- package/dist/components/nav-dropdown/index.d.ts +1 -1
- package/dist/components/nav-dropdown/index.js +2 -2
- package/dist/components/nav-dropdown/nav-dropdown.css +12 -3
- package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
- package/dist/components/nav-flyout/index.d.ts +2 -2
- package/dist/components/nav-flyout/index.js +6 -8
- package/dist/components/nav-flyout/nav-flyout.css +29 -15
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
- package/dist/components/nav-main/index.d.ts +5 -5
- package/dist/components/nav-main/index.js +0 -2
- package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
- package/dist/components/nav-main/nav-main.schema.json +14 -14
- package/dist/components/nav-toggle/index.js +1 -1
- package/dist/components/nav-topbar/index.d.ts +2 -2
- package/dist/components/nav-topbar/index.js +2 -2
- package/dist/components/nav-topbar/nav-topbar.css +15 -2
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
- package/dist/components/page/page.schema.dereffed.json +166 -90
- package/dist/components/page-wrapper/index.js +42 -0
- package/dist/components/page-wrapper/tokens.css +427 -731
- package/dist/components/pagination/index.d.ts +47 -0
- package/dist/components/pagination/index.js +52 -0
- package/dist/components/pagination/pagination.css +66 -0
- package/dist/components/pagination/pagination.schema.dereffed.json +64 -0
- package/dist/components/pagination/pagination.schema.json +57 -0
- package/dist/components/presets.json +1160 -301
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/index.js +11 -3
- package/dist/components/section/section.css +38 -58
- package/dist/components/section/section.schema.dereffed.json +166 -90
- package/dist/components/section/section.schema.json +8 -10
- package/dist/components/settings/settings.schema.dereffed.json +24 -24
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/slider/slider.schema.dereffed.json +67 -34
- package/dist/components/split/split.css +2 -2
- package/dist/components/split-even/index.d.ts +1 -0
- package/dist/components/split-even/index.js +1 -0
- package/dist/components/split-even/split-even.schema.dereffed.json +5890 -0
- package/dist/components/split-even/split-even.schema.json +164 -0
- package/dist/components/stat/index.d.ts +1 -1
- package/dist/components/stat/index.js +3 -12
- package/dist/components/stat/stat.schema.dereffed.json +5 -6
- package/dist/components/stat/stat.schema.json +2 -2
- package/dist/components/stats/stats.schema.dereffed.json +5 -6
- package/dist/components/teaser-card/index.d.ts +1 -1
- package/dist/components/teaser-card/index.js +9 -9
- package/dist/components/teaser-card/teaser-card.css +67 -47
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
- package/dist/components/teaser-card/teaser-card.schema.json +4 -4
- package/dist/components/testimonials/index.d.ts +1 -1
- package/dist/components/tile/tile.schema.dereffed.json +3 -3
- package/dist/components/tile/tile.schema.json +2 -2
- package/dist/components/video-curtain/index.d.ts +1 -1
- package/dist/components/video-curtain/index.js +12 -4
- package/dist/components/video-curtain/video-curtain.css +52 -29
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -4
- package/dist/components/video-curtain/video-curtain.schema.json +3 -3
- package/dist/global.css +283 -59
- package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
- package/dist/static/img/about/angled-image.png +0 -0
- package/dist/static/img/about/cta.png +0 -0
- package/dist/static/img/about/cutout.png +0 -0
- package/dist/static/img/about/disclaimer.png +0 -0
- package/dist/static/img/about/purpose.png +0 -0
- package/dist/static/img/about/spoiler.png +0 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
- package/dist/static/img/logos/logoipsum-344.svg +174 -0
- package/dist/static/img/logos/logoipsum-347.svg +52 -0
- package/dist/static/img/logos/logoipsum-352.svg +22 -0
- package/dist/static/img/logos/logoipsum-356.svg +20 -0
- package/dist/static/img/logos/logoipsum-358.svg +29 -0
- package/dist/static/img/logos/logoipsum-369.svg +20 -0
- package/dist/static/img/logos/logoipsum-373.svg +17 -0
- 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-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/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-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-footer--footer.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--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/{page-archetypes-blog-overview--blog-overview.png → pages-archetypes--blog-overview.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
- package/dist/static/logo-dark.svg +13 -0
- package/dist/static/logo-dsa-inverted.svg +26 -0
- package/dist/static/logo-dsa.svg +26 -0
- package/dist/static/logo-inverted.svg +12 -25
- package/dist/static/logo.svg +12 -25
- package/dist/tokens/IconSprite.js +42 -0
- package/dist/tokens/icon-sprite.html +16 -0
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +427 -731
- package/dist/tokens/tokens.js +628 -730
- package/package.json +1 -1
- package/dist/static/img/logos/logoipsum-212.svg +0 -12
- package/dist/static/img/logos/logoipsum-217.svg +0 -4
- package/dist/static/img/logos/logoipsum-239.svg +0 -16
- package/dist/static/img/logos/logoipsum-244.svg +0 -19
- package/dist/static/img/logos/logoipsum-250.svg +0 -21
- package/dist/static/img/logos/logoipsum-286.svg +0 -20
- 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/layout-section--background-image.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
|
@@ -37,15 +37,10 @@
|
|
|
37
37
|
"title": "Style",
|
|
38
38
|
"description": "Style of background",
|
|
39
39
|
"enum": [
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
"boldTransition",
|
|
45
|
-
"symmetricGlow",
|
|
46
|
-
"anchorGlow"
|
|
47
|
-
],
|
|
48
|
-
"default": "default"
|
|
40
|
+
"framed",
|
|
41
|
+
"deko",
|
|
42
|
+
"colorful"
|
|
43
|
+
]
|
|
49
44
|
},
|
|
50
45
|
"backgroundColor": {
|
|
51
46
|
"type": "string",
|
|
@@ -58,6 +53,19 @@
|
|
|
58
53
|
],
|
|
59
54
|
"default": "default"
|
|
60
55
|
},
|
|
56
|
+
"transition": {
|
|
57
|
+
"type": "string",
|
|
58
|
+
"title": "Style",
|
|
59
|
+
"description": "Color of background",
|
|
60
|
+
"enum": [
|
|
61
|
+
"none",
|
|
62
|
+
"to-default",
|
|
63
|
+
"to-accent",
|
|
64
|
+
"to-bold",
|
|
65
|
+
"to-inverted"
|
|
66
|
+
],
|
|
67
|
+
"default": "default"
|
|
68
|
+
},
|
|
61
69
|
"backgroundImage": {
|
|
62
70
|
"title": "Background image",
|
|
63
71
|
"description": "Background image for the whole section",
|
|
@@ -282,12 +290,6 @@
|
|
|
282
290
|
"default": false,
|
|
283
291
|
"type": "boolean"
|
|
284
292
|
},
|
|
285
|
-
"fullWidth": {
|
|
286
|
-
"title": "Width",
|
|
287
|
-
"description": "Set the width of the content to the full width of the element",
|
|
288
|
-
"type": "boolean",
|
|
289
|
-
"default": false
|
|
290
|
-
},
|
|
291
293
|
"buttons": {
|
|
292
294
|
"type": "array",
|
|
293
295
|
"items": {
|
|
@@ -308,10 +310,10 @@
|
|
|
308
310
|
"title": "Icon",
|
|
309
311
|
"description": "Choose an icon"
|
|
310
312
|
},
|
|
311
|
-
"
|
|
313
|
+
"url": {
|
|
312
314
|
"type": "string",
|
|
313
|
-
"title": "
|
|
314
|
-
"description": "
|
|
315
|
+
"title": "URL",
|
|
316
|
+
"description": "The URL to link to when the button is clicked",
|
|
315
317
|
"format": "uri"
|
|
316
318
|
}
|
|
317
319
|
},
|
|
@@ -351,6 +353,17 @@
|
|
|
351
353
|
"title": "Alt text",
|
|
352
354
|
"description": "Image description",
|
|
353
355
|
"type": "string"
|
|
356
|
+
},
|
|
357
|
+
"align": {
|
|
358
|
+
"title": "Vertical alignment of the image",
|
|
359
|
+
"description": "Select a vertical alignment for the image",
|
|
360
|
+
"type": "string",
|
|
361
|
+
"enum": [
|
|
362
|
+
"center",
|
|
363
|
+
"top",
|
|
364
|
+
"bottom"
|
|
365
|
+
],
|
|
366
|
+
"default": "center"
|
|
354
367
|
}
|
|
355
368
|
},
|
|
356
369
|
"additionalProperties": false
|
|
@@ -385,9 +398,9 @@
|
|
|
385
398
|
"type": "string",
|
|
386
399
|
"default": "left"
|
|
387
400
|
},
|
|
388
|
-
"
|
|
401
|
+
"align": {
|
|
389
402
|
"title": "Vertical alignment of the content",
|
|
390
|
-
"description": "Select a vertical alignment for the
|
|
403
|
+
"description": "Select a vertical alignment for the content",
|
|
391
404
|
"type": "string",
|
|
392
405
|
"enum": [
|
|
393
406
|
"center",
|
|
@@ -396,6 +409,18 @@
|
|
|
396
409
|
],
|
|
397
410
|
"default": "center"
|
|
398
411
|
},
|
|
412
|
+
"padding": {
|
|
413
|
+
"title": "Padding",
|
|
414
|
+
"description": "Toggle padding of the content",
|
|
415
|
+
"type": "boolean",
|
|
416
|
+
"default": false
|
|
417
|
+
},
|
|
418
|
+
"inverted": {
|
|
419
|
+
"title": "Inverted",
|
|
420
|
+
"description": "Toggle inversion of the component",
|
|
421
|
+
"type": "boolean",
|
|
422
|
+
"default": false
|
|
423
|
+
},
|
|
399
424
|
"type": {
|
|
400
425
|
"const": "cta"
|
|
401
426
|
}
|
|
@@ -572,10 +597,10 @@
|
|
|
572
597
|
"cta": {
|
|
573
598
|
"type": "object",
|
|
574
599
|
"properties": {
|
|
575
|
-
"
|
|
600
|
+
"url": {
|
|
576
601
|
"type": "string",
|
|
577
|
-
"title": "Call to Action
|
|
578
|
-
"description": "The CTA
|
|
602
|
+
"title": "Call to Action url",
|
|
603
|
+
"description": "The CTA url",
|
|
579
604
|
"default": "#",
|
|
580
605
|
"format": "uri"
|
|
581
606
|
},
|
|
@@ -587,6 +612,16 @@
|
|
|
587
612
|
"examples": [
|
|
588
613
|
"See all our partners"
|
|
589
614
|
]
|
|
615
|
+
},
|
|
616
|
+
"icon": {
|
|
617
|
+
"type": "string",
|
|
618
|
+
"format": "icon",
|
|
619
|
+
"title": "Icon",
|
|
620
|
+
"description": "Icon for the link style of the cta",
|
|
621
|
+
"examples": [
|
|
622
|
+
"arrow-right"
|
|
623
|
+
],
|
|
624
|
+
"default": "arrow-right"
|
|
590
625
|
}
|
|
591
626
|
},
|
|
592
627
|
"additionalProperties": false
|
|
@@ -660,7 +695,8 @@
|
|
|
660
695
|
"stack",
|
|
661
696
|
"smallTiles",
|
|
662
697
|
"largeTiles"
|
|
663
|
-
]
|
|
698
|
+
],
|
|
699
|
+
"default": "smallTiles"
|
|
664
700
|
},
|
|
665
701
|
"aspectRatio": {
|
|
666
702
|
"type": "string",
|
|
@@ -762,10 +798,10 @@
|
|
|
762
798
|
"title": "Icon",
|
|
763
799
|
"description": "Choose an icon"
|
|
764
800
|
},
|
|
765
|
-
"
|
|
801
|
+
"url": {
|
|
766
802
|
"type": "string",
|
|
767
|
-
"title": "
|
|
768
|
-
"description": "
|
|
803
|
+
"title": "URL",
|
|
804
|
+
"description": "The URL to link to when the button is clicked",
|
|
769
805
|
"format": "uri"
|
|
770
806
|
}
|
|
771
807
|
},
|
|
@@ -854,6 +890,12 @@
|
|
|
854
890
|
"type": "string",
|
|
855
891
|
"default": "bottom"
|
|
856
892
|
},
|
|
893
|
+
"inverted": {
|
|
894
|
+
"type": "boolean",
|
|
895
|
+
"title": "Inverted",
|
|
896
|
+
"description": "Inverted color scheme for the box",
|
|
897
|
+
"default": false
|
|
898
|
+
},
|
|
857
899
|
"type": {
|
|
858
900
|
"const": "hero"
|
|
859
901
|
}
|
|
@@ -992,10 +1034,10 @@
|
|
|
992
1034
|
"Book a meeting"
|
|
993
1035
|
]
|
|
994
1036
|
},
|
|
995
|
-
"
|
|
1037
|
+
"url": {
|
|
996
1038
|
"type": "string",
|
|
997
|
-
"title": "
|
|
998
|
-
"description": "
|
|
1039
|
+
"title": "URL",
|
|
1040
|
+
"description": "The URL to link to when the button is clicked",
|
|
999
1041
|
"format": "uri"
|
|
1000
1042
|
},
|
|
1001
1043
|
"variant": {
|
|
@@ -1200,12 +1242,12 @@
|
|
|
1200
1242
|
"title": "URL",
|
|
1201
1243
|
"description": "The URL of the logo image",
|
|
1202
1244
|
"examples": [
|
|
1203
|
-
"img/logos/logoipsum-
|
|
1204
|
-
"img/logos/logoipsum-
|
|
1205
|
-
"img/logos/logoipsum-
|
|
1206
|
-
"img/logos/logoipsum-
|
|
1207
|
-
"img/logos/logoipsum-
|
|
1208
|
-
"img/logos/logoipsum-
|
|
1245
|
+
"img/logos/logoipsum-344.svg",
|
|
1246
|
+
"img/logos/logoipsum-347.svg",
|
|
1247
|
+
"img/logos/logoipsum-352.svg",
|
|
1248
|
+
"img/logos/logoipsum-356.svg",
|
|
1249
|
+
"img/logos/logoipsum-358.svg",
|
|
1250
|
+
"img/logos/logoipsum-369.svg"
|
|
1209
1251
|
]
|
|
1210
1252
|
},
|
|
1211
1253
|
"alt": {
|
|
@@ -1392,10 +1434,10 @@
|
|
|
1392
1434
|
"Book a meeting"
|
|
1393
1435
|
]
|
|
1394
1436
|
},
|
|
1395
|
-
"
|
|
1437
|
+
"url": {
|
|
1396
1438
|
"type": "string",
|
|
1397
|
-
"title": "
|
|
1398
|
-
"description": "
|
|
1439
|
+
"title": "URL",
|
|
1440
|
+
"description": "The URL to link to when the button is clicked",
|
|
1399
1441
|
"format": "uri"
|
|
1400
1442
|
},
|
|
1401
1443
|
"icon": {
|
|
@@ -1544,12 +1586,6 @@
|
|
|
1544
1586
|
"default": false,
|
|
1545
1587
|
"type": "boolean"
|
|
1546
1588
|
},
|
|
1547
|
-
"fullWidth": {
|
|
1548
|
-
"title": "Width",
|
|
1549
|
-
"description": "Set the width of the content to the full width of the element",
|
|
1550
|
-
"type": "boolean",
|
|
1551
|
-
"default": false
|
|
1552
|
-
},
|
|
1553
1589
|
"buttons": {
|
|
1554
1590
|
"type": "array",
|
|
1555
1591
|
"items": {
|
|
@@ -1570,10 +1606,10 @@
|
|
|
1570
1606
|
"title": "Icon",
|
|
1571
1607
|
"description": "Choose an icon"
|
|
1572
1608
|
},
|
|
1573
|
-
"
|
|
1609
|
+
"url": {
|
|
1574
1610
|
"type": "string",
|
|
1575
|
-
"title": "
|
|
1576
|
-
"description": "
|
|
1611
|
+
"title": "URL",
|
|
1612
|
+
"description": "The URL to link to when the button is clicked",
|
|
1577
1613
|
"format": "uri"
|
|
1578
1614
|
}
|
|
1579
1615
|
},
|
|
@@ -1613,6 +1649,17 @@
|
|
|
1613
1649
|
"title": "Alt text",
|
|
1614
1650
|
"description": "Image description",
|
|
1615
1651
|
"type": "string"
|
|
1652
|
+
},
|
|
1653
|
+
"align": {
|
|
1654
|
+
"title": "Vertical alignment of the image",
|
|
1655
|
+
"description": "Select a vertical alignment for the image",
|
|
1656
|
+
"type": "string",
|
|
1657
|
+
"enum": [
|
|
1658
|
+
"center",
|
|
1659
|
+
"top",
|
|
1660
|
+
"bottom"
|
|
1661
|
+
],
|
|
1662
|
+
"default": "center"
|
|
1616
1663
|
}
|
|
1617
1664
|
},
|
|
1618
1665
|
"additionalProperties": false
|
|
@@ -1647,9 +1694,9 @@
|
|
|
1647
1694
|
"type": "string",
|
|
1648
1695
|
"default": "left"
|
|
1649
1696
|
},
|
|
1650
|
-
"
|
|
1697
|
+
"align": {
|
|
1651
1698
|
"title": "Vertical alignment of the content",
|
|
1652
|
-
"description": "Select a vertical alignment for the
|
|
1699
|
+
"description": "Select a vertical alignment for the content",
|
|
1653
1700
|
"type": "string",
|
|
1654
1701
|
"enum": [
|
|
1655
1702
|
"center",
|
|
@@ -1658,6 +1705,18 @@
|
|
|
1658
1705
|
],
|
|
1659
1706
|
"default": "center"
|
|
1660
1707
|
},
|
|
1708
|
+
"padding": {
|
|
1709
|
+
"title": "Padding",
|
|
1710
|
+
"description": "Toggle padding of the content",
|
|
1711
|
+
"type": "boolean",
|
|
1712
|
+
"default": false
|
|
1713
|
+
},
|
|
1714
|
+
"inverted": {
|
|
1715
|
+
"title": "Inverted",
|
|
1716
|
+
"description": "Toggle inversion of the component",
|
|
1717
|
+
"type": "boolean",
|
|
1718
|
+
"default": false
|
|
1719
|
+
},
|
|
1661
1720
|
"type": {
|
|
1662
1721
|
"const": "cta"
|
|
1663
1722
|
}
|
|
@@ -1751,10 +1810,10 @@
|
|
|
1751
1810
|
"cta": {
|
|
1752
1811
|
"type": "object",
|
|
1753
1812
|
"properties": {
|
|
1754
|
-
"
|
|
1813
|
+
"url": {
|
|
1755
1814
|
"type": "string",
|
|
1756
|
-
"title": "Call to Action
|
|
1757
|
-
"description": "The CTA
|
|
1815
|
+
"title": "Call to Action url",
|
|
1816
|
+
"description": "The CTA url",
|
|
1758
1817
|
"default": "#",
|
|
1759
1818
|
"format": "uri"
|
|
1760
1819
|
},
|
|
@@ -1766,6 +1825,16 @@
|
|
|
1766
1825
|
"examples": [
|
|
1767
1826
|
"See all our partners"
|
|
1768
1827
|
]
|
|
1828
|
+
},
|
|
1829
|
+
"icon": {
|
|
1830
|
+
"type": "string",
|
|
1831
|
+
"format": "icon",
|
|
1832
|
+
"title": "Icon",
|
|
1833
|
+
"description": "Icon for the link style of the cta",
|
|
1834
|
+
"examples": [
|
|
1835
|
+
"arrow-right"
|
|
1836
|
+
],
|
|
1837
|
+
"default": "arrow-right"
|
|
1769
1838
|
}
|
|
1770
1839
|
},
|
|
1771
1840
|
"additionalProperties": false
|
|
@@ -1839,7 +1908,8 @@
|
|
|
1839
1908
|
"stack",
|
|
1840
1909
|
"smallTiles",
|
|
1841
1910
|
"largeTiles"
|
|
1842
|
-
]
|
|
1911
|
+
],
|
|
1912
|
+
"default": "smallTiles"
|
|
1843
1913
|
},
|
|
1844
1914
|
"aspectRatio": {
|
|
1845
1915
|
"type": "string",
|
|
@@ -1941,10 +2011,10 @@
|
|
|
1941
2011
|
"title": "Icon",
|
|
1942
2012
|
"description": "Choose an icon"
|
|
1943
2013
|
},
|
|
1944
|
-
"
|
|
2014
|
+
"url": {
|
|
1945
2015
|
"type": "string",
|
|
1946
|
-
"title": "
|
|
1947
|
-
"description": "
|
|
2016
|
+
"title": "URL",
|
|
2017
|
+
"description": "The URL to link to when the button is clicked",
|
|
1948
2018
|
"format": "uri"
|
|
1949
2019
|
}
|
|
1950
2020
|
},
|
|
@@ -2033,6 +2103,12 @@
|
|
|
2033
2103
|
"type": "string",
|
|
2034
2104
|
"default": "bottom"
|
|
2035
2105
|
},
|
|
2106
|
+
"inverted": {
|
|
2107
|
+
"type": "boolean",
|
|
2108
|
+
"title": "Inverted",
|
|
2109
|
+
"description": "Inverted color scheme for the box",
|
|
2110
|
+
"default": false
|
|
2111
|
+
},
|
|
2036
2112
|
"type": {
|
|
2037
2113
|
"const": "hero"
|
|
2038
2114
|
}
|
|
@@ -2139,12 +2215,12 @@
|
|
|
2139
2215
|
"title": "URL",
|
|
2140
2216
|
"description": "The URL of the logo image",
|
|
2141
2217
|
"examples": [
|
|
2142
|
-
"img/logos/logoipsum-
|
|
2143
|
-
"img/logos/logoipsum-
|
|
2144
|
-
"img/logos/logoipsum-
|
|
2145
|
-
"img/logos/logoipsum-
|
|
2146
|
-
"img/logos/logoipsum-
|
|
2147
|
-
"img/logos/logoipsum-
|
|
2218
|
+
"img/logos/logoipsum-344.svg",
|
|
2219
|
+
"img/logos/logoipsum-347.svg",
|
|
2220
|
+
"img/logos/logoipsum-352.svg",
|
|
2221
|
+
"img/logos/logoipsum-356.svg",
|
|
2222
|
+
"img/logos/logoipsum-358.svg",
|
|
2223
|
+
"img/logos/logoipsum-369.svg"
|
|
2148
2224
|
]
|
|
2149
2225
|
},
|
|
2150
2226
|
"alt": {
|
|
@@ -2264,13 +2340,12 @@
|
|
|
2264
2340
|
"number": {
|
|
2265
2341
|
"title": "Number",
|
|
2266
2342
|
"description": "The number of the stat",
|
|
2267
|
-
"type": "
|
|
2343
|
+
"type": "integer",
|
|
2268
2344
|
"examples": [
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
"bis zu 100"
|
|
2345
|
+
1,
|
|
2346
|
+
2,
|
|
2347
|
+
3,
|
|
2348
|
+
4
|
|
2274
2349
|
]
|
|
2275
2350
|
},
|
|
2276
2351
|
"description": {
|
|
@@ -2375,10 +2450,10 @@
|
|
|
2375
2450
|
"description": "Layout for the Teaser Card",
|
|
2376
2451
|
"default": "stack"
|
|
2377
2452
|
},
|
|
2378
|
-
"
|
|
2453
|
+
"url": {
|
|
2379
2454
|
"type": "string",
|
|
2380
|
-
"title": "
|
|
2381
|
-
"description": "
|
|
2455
|
+
"title": "Url",
|
|
2456
|
+
"description": "Url that should be linked",
|
|
2382
2457
|
"format": "uri"
|
|
2383
2458
|
},
|
|
2384
2459
|
"button": {
|
|
@@ -2431,7 +2506,7 @@
|
|
|
2431
2506
|
"additionalProperties": false,
|
|
2432
2507
|
"required": [
|
|
2433
2508
|
"topic",
|
|
2434
|
-
"
|
|
2509
|
+
"url"
|
|
2435
2510
|
]
|
|
2436
2511
|
},
|
|
2437
2512
|
{
|
|
@@ -2624,13 +2699,12 @@
|
|
|
2624
2699
|
"number": {
|
|
2625
2700
|
"title": "Number",
|
|
2626
2701
|
"description": "The number of the stat",
|
|
2627
|
-
"type": "
|
|
2702
|
+
"type": "integer",
|
|
2628
2703
|
"examples": [
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
"bis zu 100"
|
|
2704
|
+
1,
|
|
2705
|
+
2,
|
|
2706
|
+
3,
|
|
2707
|
+
4
|
|
2634
2708
|
]
|
|
2635
2709
|
},
|
|
2636
2710
|
"description": {
|
|
@@ -2735,10 +2809,10 @@
|
|
|
2735
2809
|
"description": "Layout for the Teaser Card",
|
|
2736
2810
|
"default": "stack"
|
|
2737
2811
|
},
|
|
2738
|
-
"
|
|
2812
|
+
"url": {
|
|
2739
2813
|
"type": "string",
|
|
2740
|
-
"title": "
|
|
2741
|
-
"description": "
|
|
2814
|
+
"title": "Url",
|
|
2815
|
+
"description": "Url that should be linked",
|
|
2742
2816
|
"format": "uri"
|
|
2743
2817
|
},
|
|
2744
2818
|
"button": {
|
|
@@ -2791,7 +2865,7 @@
|
|
|
2791
2865
|
"additionalProperties": false,
|
|
2792
2866
|
"required": [
|
|
2793
2867
|
"topic",
|
|
2794
|
-
"
|
|
2868
|
+
"url"
|
|
2795
2869
|
]
|
|
2796
2870
|
},
|
|
2797
2871
|
{
|
|
@@ -3003,10 +3077,10 @@
|
|
|
3003
3077
|
"title": "Icon",
|
|
3004
3078
|
"description": "Choose an icon"
|
|
3005
3079
|
},
|
|
3006
|
-
"
|
|
3080
|
+
"url": {
|
|
3007
3081
|
"type": "string",
|
|
3008
|
-
"title": "
|
|
3009
|
-
"description": "
|
|
3082
|
+
"title": "URL",
|
|
3083
|
+
"description": "The URL to link to when the button is clicked",
|
|
3010
3084
|
"format": "uri"
|
|
3011
3085
|
}
|
|
3012
3086
|
},
|
|
@@ -3062,8 +3136,10 @@
|
|
|
3062
3136
|
"description": "Choose the alginment of the module content",
|
|
3063
3137
|
"enum": [
|
|
3064
3138
|
"center",
|
|
3139
|
+
"bottom",
|
|
3065
3140
|
"left",
|
|
3066
|
-
"right"
|
|
3141
|
+
"right",
|
|
3142
|
+
"corner"
|
|
3067
3143
|
],
|
|
3068
3144
|
"type": "string",
|
|
3069
3145
|
"default": "bottom"
|
|
@@ -3096,10 +3172,10 @@
|
|
|
3096
3172
|
"Book a meeting"
|
|
3097
3173
|
]
|
|
3098
3174
|
},
|
|
3099
|
-
"
|
|
3175
|
+
"url": {
|
|
3100
3176
|
"type": "string",
|
|
3101
|
-
"title": "
|
|
3102
|
-
"description": "
|
|
3177
|
+
"title": "URL",
|
|
3178
|
+
"description": "The URL to link to when the button is clicked",
|
|
3103
3179
|
"format": "uri"
|
|
3104
3180
|
},
|
|
3105
3181
|
"variant": {
|
|
@@ -70,6 +70,22 @@ var IconSprite = (() => /*#__PURE__*/ jsxs("svg", {
|
|
|
70
70
|
children: /*#__PURE__*/ jsx("path", {
|
|
71
71
|
d: "M13.4 12L18.7 6.7C19.1 6.3 19.1 5.7 18.7 5.3C18.3 4.9 17.7 4.9 17.3 5.3L12 10.6L6.7 5.3C6.3 4.9 5.7 4.9 5.3 5.3C4.9 5.7 4.9 6.3 5.3 6.7L10.6 12L5.3 17.3C4.9 17.7 4.9 18.3 5.3 18.7C5.5 18.9 5.7 19 6 19C6.3 19 6.5 18.9 6.7 18.7L12 13.4L17.3 18.7C17.5 18.9 17.8 19 18 19C18.2 19 18.5 18.9 18.7 18.7C19.1 18.3 19.1 17.7 18.7 17.3L13.4 12Z"
|
|
72
72
|
})
|
|
73
|
+
}), /*#__PURE__*/ jsxs("symbol", {
|
|
74
|
+
id: "icon-skip-back",
|
|
75
|
+
viewBox: "0 0 24 24",
|
|
76
|
+
children: [/*#__PURE__*/ jsx("path", {
|
|
77
|
+
d: "M18.375 3.21875C18.6752 2.97861 19.0871 2.93211 19.4336 3.09863C19.7799 3.26521 20 3.61571 20 4V20C20 20.3843 19.7799 20.7348 19.4336 20.9014C19.0871 21.0679 18.6752 21.0214 18.375 20.7812L8.375 12.7813C8.13778 12.5915 8 12.3038 8 12C8 11.6962 8.13778 11.4085 8.375 11.2188L18.375 3.21875ZM10.6016 12L18 17.918V6.08106L10.6016 12Z"
|
|
78
|
+
}), /*#__PURE__*/ jsx("path", {
|
|
79
|
+
d: "M4 19V5C4 4.44772 4.44772 4 5 4C5.55228 4 6 4.44772 6 5V19C6 19.5523 5.55228 20 5 20C4.44772 20 4 19.5523 4 19Z"
|
|
80
|
+
})]
|
|
81
|
+
}), /*#__PURE__*/ jsxs("symbol", {
|
|
82
|
+
id: "icon-skip-forward",
|
|
83
|
+
viewBox: "0 0 24 24",
|
|
84
|
+
children: [/*#__PURE__*/ jsx("path", {
|
|
85
|
+
d: "M4.56641 3.09863C4.91287 2.93211 5.32483 2.97861 5.625 3.21875L15.625 11.2188C15.8622 11.4085 16 11.6962 16 12C16 12.3038 15.8622 12.5915 15.625 12.7813L5.625 20.7812C5.32483 21.0214 4.91287 21.0679 4.56641 20.9014C4.22012 20.7348 4 20.3843 4 20V4C4 3.61571 4.22012 3.26521 4.56641 3.09863ZM6 17.918L13.3984 12L6 6.08106V17.918Z"
|
|
86
|
+
}), /*#__PURE__*/ jsx("path", {
|
|
87
|
+
d: "M18 19V5C18 4.44772 18.4477 4 19 4C19.5523 4 20 4.44772 20 5V19C20 19.5523 19.5523 20 19 20C18.4477 20 18 19.5523 18 19Z"
|
|
88
|
+
})]
|
|
73
89
|
}), /*#__PURE__*/ jsxs("symbol", {
|
|
74
90
|
id: "icon-zoom",
|
|
75
91
|
viewBox: "0 0 24 24",
|
|
@@ -90,6 +106,16 @@ var IconSprite = (() => /*#__PURE__*/ jsxs("svg", {
|
|
|
90
106
|
children: /*#__PURE__*/ jsx("path", {
|
|
91
107
|
d: "M19 3H17V2C17 1.4 16.6 1 16 1C15.4 1 15 1.4 15 2V3H9V2C9 1.4 8.6 1 8 1C7.4 1 7 1.4 7 2V3H5C3.3 3 2 4.3 2 6V20C2 21.7 3.3 23 5 23H19C20.7 23 22 21.7 22 20V6C22 4.3 20.7 3 19 3ZM5 5H7V6C7 6.6 7.4 7 8 7C8.6 7 9 6.6 9 6V5H15V6C15 6.6 15.4 7 16 7C16.6 7 17 6.6 17 6V5H19C19.6 5 20 5.4 20 6V9H4V6C4 5.4 4.4 5 5 5ZM19 21H5C4.4 21 4 20.6 4 20V11H20V20C20 20.6 19.6 21 19 21Z"
|
|
92
108
|
})
|
|
109
|
+
}), /*#__PURE__*/ jsxs("symbol", {
|
|
110
|
+
id: "icon-download",
|
|
111
|
+
viewBox: "0 0 24 24",
|
|
112
|
+
children: [/*#__PURE__*/ jsx("path", {
|
|
113
|
+
d: "M2 19V15C2 14.4477 2.44772 14 3 14C3.55228 14 4 14.4477 4 15V19L4.00488 19.0986C4.02757 19.3276 4.12883 19.5429 4.29297 19.707C4.48051 19.8946 4.73478 20 5 20H19C19.2652 20 19.5195 19.8946 19.707 19.707C19.8946 19.5195 20 19.2652 20 19V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V19C22 19.7957 21.6837 20.5585 21.1211 21.1211C20.5585 21.6837 19.7957 22 19 22H5C4.20435 22 3.44152 21.6837 2.87891 21.1211C2.3163 20.5585 2 19.7956 2 19Z"
|
|
114
|
+
}), /*#__PURE__*/ jsx("path", {
|
|
115
|
+
d: "M16.293 9.29297C16.6835 8.90244 17.3165 8.90244 17.707 9.29297C18.0976 9.68349 18.0976 10.3165 17.707 10.707L12.707 15.707C12.3165 16.0976 11.6835 16.0976 11.293 15.707L6.29297 10.707C5.90244 10.3165 5.90244 9.68349 6.29297 9.29297C6.68349 8.90244 7.31651 8.90244 7.70703 9.29297L12 13.5859L16.293 9.29297Z"
|
|
116
|
+
}), /*#__PURE__*/ jsx("path", {
|
|
117
|
+
d: "M11 15V3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15Z"
|
|
118
|
+
})]
|
|
93
119
|
}), /*#__PURE__*/ jsx("symbol", {
|
|
94
120
|
id: "icon-email",
|
|
95
121
|
viewBox: "0 0 24 24",
|
|
@@ -102,6 +128,14 @@ var IconSprite = (() => /*#__PURE__*/ jsxs("svg", {
|
|
|
102
128
|
children: /*#__PURE__*/ jsx("path", {
|
|
103
129
|
d: "M14 23H10C9.4 23 9 22.6 9 22V15H7C6.4 15 6 14.6 6 14V10C6 9.4 6.4 9 7 9H9V7C9 3.7 11.7 1 15 1H18C18.6 1 19 1.4 19 2V6C19 6.6 18.6 7 18 7H15V9H18C18.3 9 18.6 9.1 18.8 9.4C19 9.7 19 9.9 19 10.2L18 14.2C17.9 14.6 17.5 15 17 15H15V22C15 22.6 14.6 23 14 23ZM11 21H13V14C13 13.4 13.4 13 14 13H16.2L16.7 11H14C13.4 11 13 10.6 13 10V7C13 5.9 13.9 5 15 5H17V3H15C12.8 3 11 4.8 11 7V10C11 10.6 10.6 11 10 11H8V13H10C10.6 13 11 13.4 11 14V21Z"
|
|
104
130
|
})
|
|
131
|
+
}), /*#__PURE__*/ jsxs("symbol", {
|
|
132
|
+
id: "icon-file",
|
|
133
|
+
viewBox: "0 0 24 24",
|
|
134
|
+
children: [/*#__PURE__*/ jsx("path", {
|
|
135
|
+
d: "M3 20V4C3 3.20435 3.3163 2.44152 3.87891 1.87891C4.44152 1.3163 5.20435 1 6 1H13L13.0986 1.00488C13.3276 1.02757 13.5429 1.12883 13.707 1.29297L20.707 8.29297C20.8946 8.48051 21 8.73478 21 9V20C21 20.7957 20.6837 21.5585 20.1211 22.1211C19.5585 22.6837 18.7957 23 18 23H6C5.20435 23 4.44152 22.6837 3.87891 22.1211C3.3163 21.5585 3 20.7956 3 20ZM5 20C5 20.2652 5.10543 20.5195 5.29297 20.707C5.48051 20.8946 5.73478 21 6 21H18C18.2652 21 18.5195 20.8946 18.707 20.707C18.8946 20.5195 19 20.2652 19 20V9.41406L12.5859 3H6C5.73478 3 5.48051 3.10543 5.29297 3.29297C5.10543 3.48051 5 3.73478 5 4V20Z"
|
|
136
|
+
}), /*#__PURE__*/ jsx("path", {
|
|
137
|
+
d: "M12 2C12 1.44772 12.4477 1 13 1C13.5523 1 14 1.44772 14 2V8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10H13C12.4477 10 12 9.55228 12 9V2Z"
|
|
138
|
+
})]
|
|
105
139
|
}), /*#__PURE__*/ jsxs("symbol", {
|
|
106
140
|
id: "icon-home",
|
|
107
141
|
viewBox: "0 0 24 24",
|
|
@@ -140,6 +174,14 @@ var IconSprite = (() => /*#__PURE__*/ jsxs("svg", {
|
|
|
140
174
|
}), /*#__PURE__*/ jsx("path", {
|
|
141
175
|
d: "M10.7071 6.29289C10.3166 5.90237 9.68342 5.90237 9.29289 6.29289C8.90237 6.68342 8.90237 7.31658 9.29289 7.70711L12.5858 11H3C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H12.5858L9.29289 16.2929C8.90237 16.6834 8.90237 17.3166 9.29289 17.7071C9.68342 18.0976 10.3166 18.0976 10.7071 17.7071L15.7071 12.7071C16.0976 12.3166 16.0976 11.6834 15.7071 11.2929L10.7071 6.29289Z"
|
|
142
176
|
})]
|
|
177
|
+
}), /*#__PURE__*/ jsxs("symbol", {
|
|
178
|
+
id: "icon-map-pin",
|
|
179
|
+
viewBox: "0 0 24 24",
|
|
180
|
+
children: [/*#__PURE__*/ jsx("path", {
|
|
181
|
+
d: "M12.5547 23.832C12.2188 24.056 11.7812 24.056 11.4453 23.832L12 23L12.5547 23.832ZM20 10C20 7.87827 19.1575 5.84306 17.6572 4.34277C16.1569 2.84248 14.1217 2 12 2C9.87827 2 7.84306 2.84248 6.34277 4.34277C4.84248 5.84306 4 7.87827 4 10C4 13.098 6.01539 16.1045 8.22559 18.4375C9.31025 19.5824 10.3988 20.5195 11.2168 21.1709C11.5207 21.4129 11.7872 21.6132 12 21.7705C12.2128 21.6132 12.4793 21.4129 12.7832 21.1709C13.6012 20.5195 14.6898 19.5824 15.7744 18.4375C17.9846 16.1045 20 13.098 20 10ZM22 10C22 13.9019 19.5154 17.3955 17.2256 19.8125C16.0603 21.0425 14.8988 22.043 14.0293 22.7354C13.594 23.082 13.2299 23.3533 12.9727 23.5391C12.8442 23.6318 12.7419 23.7037 12.6709 23.7529C12.6355 23.7774 12.6073 23.7964 12.5879 23.8096C12.5782 23.8162 12.57 23.8215 12.5645 23.8252C12.5618 23.827 12.5593 23.829 12.5576 23.8301L12.5557 23.8311C12.5554 23.8312 12.5547 23.8321 12 23C11.4453 23.8321 11.4456 23.8322 11.4453 23.832L11.4443 23.8311L11.4424 23.8301C11.4407 23.829 11.4382 23.827 11.4355 23.8252C11.43 23.8215 11.4218 23.8162 11.4121 23.8096C11.3927 23.7964 11.3645 23.7774 11.3291 23.7529C11.2581 23.7037 11.1558 23.6318 11.0273 23.5391C10.7701 23.3533 10.406 23.082 9.9707 22.7354C9.10124 22.043 7.93969 21.0425 6.77441 19.8125C4.48463 17.3955 2 13.9019 2 10C2 7.34784 3.05335 4.80407 4.92871 2.92871C6.80407 1.05335 9.34784 1.19209e-07 12 1.19209e-07C14.6522 1.19209e-07 17.1959 1.05335 19.0713 2.92871C20.9467 4.80407 22 7.34784 22 10Z"
|
|
182
|
+
}), /*#__PURE__*/ jsx("path", {
|
|
183
|
+
d: "M14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10ZM16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10Z"
|
|
184
|
+
})]
|
|
143
185
|
}), /*#__PURE__*/ jsx("symbol", {
|
|
144
186
|
id: "icon-map",
|
|
145
187
|
viewBox: "0 0 24 24",
|