@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.
Files changed (240) hide show
  1. package/dist/{BlogHeadProps-3f6e4072.d.ts → BlogHeadProps-c04a5ed8.d.ts} +6 -1
  2. package/dist/BlogOverviewProps-9f207f1c.d.ts +1 -1
  3. package/dist/BlogPostProps-6b3cff22.d.ts +2 -2
  4. package/dist/BlogTeaserProps-f5855e93.d.ts +9 -4
  5. package/dist/DividerProps-2ef31901.d.ts +26 -0
  6. package/dist/FeaturesProps-e58616a5.d.ts +62 -0
  7. package/dist/{HeroProps-cf82a16d.d.ts → HeroProps-f704d270.d.ts} +1 -1
  8. package/dist/HtmlProps-9d091769.d.ts +34 -0
  9. package/dist/PageProps-aa29c554.d.ts +1 -1
  10. package/dist/{SectionProps-83d399b4.d.ts → SectionProps-1cfcf6e8.d.ts} +12 -5
  11. package/dist/SliderProps-93230a76.d.ts +4 -4
  12. package/dist/{StatProps-12a3eae0.d.ts → StatProps-79109ad0.d.ts} +1 -1
  13. package/dist/StatsProps-bf5ef578.d.ts +1 -1
  14. package/dist/{TestimonialProps-94bdeac9.d.ts → TestimonialsProps-e344f597.d.ts} +22 -2
  15. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +3 -1
  16. package/dist/components/blog-aside/blog-aside.schema.json +1 -0
  17. package/dist/components/blog-aside/index.d.ts +1 -0
  18. package/dist/components/blog-author/blog-author.schema.dereffed.json +2 -1
  19. package/dist/components/blog-author/index.d.ts +1 -0
  20. package/dist/components/blog-head/blog-head.css +3 -3
  21. package/dist/components/blog-head/blog-head.schema.dereffed.json +8 -0
  22. package/dist/components/blog-head/blog-head.schema.json +6 -0
  23. package/dist/components/blog-head/index.d.ts +2 -1
  24. package/dist/components/blog-head/index.js +2 -2
  25. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +212 -136
  26. package/dist/components/blog-overview/index.d.ts +1 -0
  27. package/dist/components/blog-post/blog-post.schema.dereffed.json +181 -119
  28. package/dist/components/blog-post/index.d.ts +1 -0
  29. package/dist/components/blog-teaser/blog-teaser.css +7 -5
  30. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +14 -6
  31. package/dist/components/blog-teaser/blog-teaser.schema.json +11 -5
  32. package/dist/components/blog-teaser/index.d.ts +4 -3
  33. package/dist/components/blog-teaser/index.js +4 -4
  34. package/dist/components/button/button.schema.dereffed.json +1 -0
  35. package/dist/components/button/button.schema.json +1 -0
  36. package/dist/components/button/index.d.ts +1 -0
  37. package/dist/components/button-group/button-group.schema.dereffed.json +1 -0
  38. package/dist/components/button-group/index.d.ts +1 -0
  39. package/dist/components/contact/contact.css +2 -0
  40. package/dist/components/contact/contact.schema.dereffed.json +2 -1
  41. package/dist/components/contact/contact.schema.json +2 -1
  42. package/dist/components/contact/index.d.ts +1 -0
  43. package/dist/components/cta/cta.css +3 -3
  44. package/dist/components/cta/cta.schema.dereffed.json +1 -0
  45. package/dist/components/cta/index.d.ts +1 -0
  46. package/dist/components/cta/index.js +2 -1
  47. package/dist/components/divider/divider.css +1 -1
  48. package/dist/components/divider/index.d.ts +2 -26
  49. package/dist/components/faq/index.d.ts +1 -0
  50. package/dist/components/feature/feature.schema.dereffed.json +1 -0
  51. package/dist/components/feature/feature.schema.json +1 -0
  52. package/dist/components/feature/index.d.ts +53 -1
  53. package/dist/components/feature/index.js +2 -1
  54. package/dist/components/features/features.css +43 -10
  55. package/dist/components/features/features.schema.dereffed.json +3 -40
  56. package/dist/components/features/features.schema.json +24 -1
  57. package/dist/components/features/index.d.ts +2 -1
  58. package/dist/components/features/index.js +11 -2
  59. package/dist/components/footer/footer.css +4 -4
  60. package/dist/components/footer/index.d.ts +1 -0
  61. package/dist/components/gallery/gallery.css +0 -18
  62. package/dist/components/gallery/index.d.ts +1 -0
  63. package/dist/components/header/header.css +2 -3
  64. package/dist/components/header/index.d.ts +4 -3
  65. package/dist/components/header/index.js +1 -1
  66. package/dist/components/headline/headline.css +18 -2
  67. package/dist/components/headline/headline.schema.dereffed.json +5 -0
  68. package/dist/components/headline/headline.schema.json +5 -0
  69. package/dist/components/headline/index.d.ts +6 -0
  70. package/dist/components/headline/index.js +1 -1
  71. package/dist/components/hero/hero.css +38 -5
  72. package/dist/components/hero/hero.schema.dereffed.json +4 -2
  73. package/dist/components/hero/hero.schema.json +2 -2
  74. package/dist/components/hero/index.d.ts +2 -1
  75. package/dist/components/hero/index.js +4 -2
  76. package/dist/components/html/Html.client.d.ts +5 -0
  77. package/dist/components/html/Html.client.js +41 -0
  78. package/dist/components/html/html.css +52 -0
  79. package/dist/components/html/html.schema.dereffed.json +61 -0
  80. package/dist/components/html/html.schema.json +31 -3
  81. package/dist/components/html/index.d.ts +5 -26
  82. package/dist/components/html/index.js +17 -3
  83. package/dist/components/image-story/image-story.css +1 -1
  84. package/dist/components/image-story/image-story.schema.dereffed.json +1 -0
  85. package/dist/components/image-story/image-story.schema.json +5 -1
  86. package/dist/components/image-story/index.d.ts +1 -0
  87. package/dist/components/image-story/index.js +0 -1
  88. package/dist/components/image-text/index.d.ts +1 -0
  89. package/dist/components/index/index.d.ts +6 -1
  90. package/dist/components/logo/index.d.ts +1 -0
  91. package/dist/components/logos/index.d.ts +1 -0
  92. package/dist/components/logos/logos.css +2 -2
  93. package/dist/components/mosaic/index.d.ts +1 -0
  94. package/dist/components/mosaic/mosaic.css +3 -0
  95. package/dist/components/mosaic/mosaic.schema.dereffed.json +1 -0
  96. package/dist/components/nav-dropdown/index.d.ts +1 -0
  97. package/dist/components/nav-flyout/index.d.ts +1 -0
  98. package/dist/components/nav-main/index.d.ts +1 -0
  99. package/dist/components/nav-topbar/index.d.ts +1 -0
  100. package/dist/components/page/index.d.ts +1 -0
  101. package/dist/components/page/page.schema.dereffed.json +169 -118
  102. package/dist/components/page-wrapper/index.js +106 -389
  103. package/dist/components/page-wrapper/tokens.css +55 -4
  104. package/dist/components/presets.json +182 -237
  105. package/dist/components/providers/index.js +1 -1
  106. package/dist/components/section/index.d.ts +2 -1
  107. package/dist/components/section/index.js +2 -2
  108. package/dist/components/section/js/Section.client.js +1 -1
  109. package/dist/components/section/section.css +50 -35
  110. package/dist/components/section/section.schema.dereffed.json +169 -118
  111. package/dist/components/section/section.schema.json +13 -2
  112. package/dist/components/settings/settings.schema.dereffed.json +5 -0
  113. package/dist/components/settings/settings.schema.json +5 -0
  114. package/dist/components/slider/index.d.ts +1 -0
  115. package/dist/components/slider/index.js +1 -1
  116. package/dist/components/slider/slider.css +5 -0
  117. package/dist/components/slider/slider.schema.dereffed.json +37 -63
  118. package/dist/components/slider/slider.schema.json +1 -1
  119. package/dist/components/split/index.d.ts +1 -0
  120. package/dist/components/split/split.css +3 -3
  121. package/dist/components/stat/index.d.ts +2 -1
  122. package/dist/components/stat/index.js +12 -3
  123. package/dist/components/stat/stat.schema.dereffed.json +7 -5
  124. package/dist/components/stat/stat.schema.json +3 -2
  125. package/dist/components/stats/index.d.ts +1 -0
  126. package/dist/components/stats/stats.css +3 -7
  127. package/dist/components/stats/stats.schema.dereffed.json +7 -5
  128. package/dist/components/teaser-card/index.d.ts +1 -0
  129. package/dist/components/teaser-card/index.js +2 -1
  130. package/dist/components/testimonial/index.d.ts +49 -1
  131. package/dist/components/testimonial/index.js +4 -1
  132. package/dist/components/testimonial/testimonial.schema.dereffed.json +11 -0
  133. package/dist/components/testimonial/testimonial.schema.json +7 -0
  134. package/dist/components/testimonials/index.d.ts +2 -1
  135. package/dist/components/testimonials/index.js +2 -2
  136. package/dist/components/testimonials/testimonials.css +56 -28
  137. package/dist/components/testimonials/testimonials.schema.dereffed.json +11 -5
  138. package/dist/components/testimonials/testimonials.schema.json +30 -1
  139. package/dist/components/text/index.d.ts +1 -0
  140. package/dist/components/tile/tile.schema.dereffed.json +1 -0
  141. package/dist/components/tile/tile.schema.json +8 -2
  142. package/dist/components/video-curtain/index.d.ts +1 -0
  143. package/dist/components/video-curtain/video-curtain.css +4 -3
  144. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +2 -1
  145. package/dist/components/video-curtain/video-curtain.schema.json +1 -1
  146. package/dist/global.css +66 -42
  147. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  148. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  149. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  150. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  151. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  152. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  153. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  154. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  155. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  156. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  157. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  158. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  159. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  160. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  161. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  162. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  163. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  164. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  165. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  166. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  167. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  168. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  169. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  170. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  171. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  172. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  173. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  174. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  175. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  176. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  177. package/dist/static/img/screenshots/components-html--html.png +0 -0
  178. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  179. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  180. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  181. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  182. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  183. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  184. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  185. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  186. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  187. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  188. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  189. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  190. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  191. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  192. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  193. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  194. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  195. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  196. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  197. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  198. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  199. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  200. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  201. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  202. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  203. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  204. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  205. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  206. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  207. package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
  208. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  209. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  210. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  211. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  212. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  213. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  214. package/dist/static/img/screenshots/{pages-archetypes--blog-overview.png → page-archetypes-blog-overview--blog-overview.png} +0 -0
  215. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  216. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  217. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  218. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  219. package/dist/tokens/IconSprite.js +105 -388
  220. package/dist/tokens/icon-sprite.html +54 -37
  221. package/dist/tokens/themes.css +4 -4
  222. package/dist/tokens/tokens.css +55 -4
  223. package/dist/tokens/tokens.js +49 -52
  224. package/package.json +13 -17
  225. package/dist/FeatureProps-f8a75850.d.ts +0 -52
  226. package/dist/FeaturesProps-b05859d6.d.ts +0 -34
  227. package/dist/TestimonialsProps-f7211553.d.ts +0 -22
  228. package/dist/components/image/image.css +0 -18
  229. package/dist/components/image/image.schema.dereffed.json +0 -105
  230. package/dist/components/image/image.schema.json +0 -95
  231. package/dist/components/image/index.d.ts +0 -87
  232. package/dist/components/image/index.js +0 -11
  233. package/dist/components/picture/picture.schema.json +0 -88
  234. package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
  235. package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
  236. package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
  237. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  238. package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
  239. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  240. package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
@@ -30,8 +30,7 @@
30
30
  "boldTransition",
31
31
  "symmetricGlow",
32
32
  "anchorGlow"
33
- ],
34
- "default": "default"
33
+ ]
35
34
  },
36
35
  "backgroundColor": {
37
36
  "type": "string",
@@ -44,6 +43,12 @@
44
43
  ],
45
44
  "default": "default"
46
45
  },
46
+ "backgroundImage": {
47
+ "title": "Background image",
48
+ "description": "Background image for the whole section",
49
+ "type": "string",
50
+ "format": "image"
51
+ },
47
52
  "spotlight": {
48
53
  "type": "boolean",
49
54
  "title": "Spotlight",
@@ -284,6 +289,7 @@
284
289
  },
285
290
  "icon": {
286
291
  "type": "string",
292
+ "format": "icon",
287
293
  "title": "Icon",
288
294
  "description": "Choose an icon"
289
295
  },
@@ -381,6 +387,39 @@
381
387
  },
382
388
  "additionalProperties": false
383
389
  },
390
+ {
391
+ "$schema": "http://json-schema.org/draft-07/schema#",
392
+ "$id": "http://schema.mydesignsystem.com/divider.schema.json",
393
+ "title": "Divider",
394
+ "description": "Dividers bring clarity to a layout by grouping and dividing content in close proximity.",
395
+ "type": "object",
396
+ "properties": {
397
+ "variant": {
398
+ "title": "Style of the divider",
399
+ "type": "string",
400
+ "description": "Choose a variant for the divider",
401
+ "enum": [
402
+ "default",
403
+ "accent"
404
+ ],
405
+ "default": "default"
406
+ },
407
+ "className": {
408
+ "type": "string",
409
+ "title": "Additional Classes",
410
+ "description": "Add additional css classes that should be applied to the divider"
411
+ },
412
+ "component": {
413
+ "title": "`ks-component` attribute",
414
+ "description": "Optional custom component identifier",
415
+ "type": "string"
416
+ },
417
+ "type": {
418
+ "const": "divider"
419
+ }
420
+ },
421
+ "additionalProperties": false
422
+ },
384
423
  {
385
424
  "$schema": "http://json-schema.org/draft-07/schema#",
386
425
  "$id": "http://schema.mydesignsystem.com/faq.schema.json",
@@ -486,14 +525,12 @@
486
525
  "title": "Features",
487
526
  "description": "The features to display",
488
527
  "items": {
489
- "$schema": "http://json-schema.org/draft-07/schema#",
490
- "$id": "http://schema.mydesignsystem.com/feature.schema.json",
491
- "title": "Feature",
492
- "description": "Partial Component used to display a feature",
493
528
  "type": "object",
529
+ "title": "Feature",
494
530
  "properties": {
495
531
  "icon": {
496
532
  "type": "string",
533
+ "format": "icon",
497
534
  "title": "Icon",
498
535
  "description": "The icon for the feature",
499
536
  "examples": [
@@ -517,21 +554,8 @@
517
554
  "This is a feature"
518
555
  ]
519
556
  },
520
- "style": {
521
- "type": "string",
522
- "enum": [
523
- "intext",
524
- "stack",
525
- "centered",
526
- "besideLarge",
527
- "besideSmall"
528
- ],
529
- "default": "stack"
530
- },
531
557
  "cta": {
532
558
  "type": "object",
533
- "title": "Call to Action",
534
- "description": "The call to action",
535
559
  "properties": {
536
560
  "target": {
537
561
  "type": "string",
@@ -548,34 +572,12 @@
548
572
  "examples": [
549
573
  "See all our partners"
550
574
  ]
551
- },
552
- "toggle": {
553
- "type": "boolean",
554
- "title": "Call to Action Toggle",
555
- "description": "Activate/disable the CTAs",
556
- "default": true
557
- },
558
- "style": {
559
- "type": "string",
560
- "description": "Choose the style of the CTA",
561
- "enum": [
562
- "button",
563
- "link",
564
- "intext"
565
- ],
566
- "default": "link"
567
575
  }
568
576
  },
569
577
  "additionalProperties": false
570
- },
571
- "type": {
572
- "const": "feature"
573
578
  }
574
579
  },
575
- "additionalProperties": false,
576
- "required": [
577
- "title"
578
- ]
580
+ "additionalProperties": false
579
581
  },
580
582
  "minItems": 1,
581
583
  "maxItems": 8
@@ -741,6 +743,7 @@
741
743
  },
742
744
  "icon": {
743
745
  "type": "string",
746
+ "format": "icon",
744
747
  "title": "Icon",
745
748
  "description": "Choose an icon"
746
749
  },
@@ -830,10 +833,11 @@
830
833
  "center",
831
834
  "below",
832
835
  "left",
833
- "right"
836
+ "right",
837
+ "corner"
834
838
  ],
835
839
  "type": "string",
836
- "default": "bottom"
840
+ "default": "below"
837
841
  },
838
842
  "type": {
839
843
  "const": "hero"
@@ -841,6 +845,67 @@
841
845
  },
842
846
  "additionalProperties": false
843
847
  },
848
+ {
849
+ "$schema": "http://json-schema.org/draft-07/schema#",
850
+ "$id": "http://schema.mydesignsystem.com/html.schema.json",
851
+ "title": "Html",
852
+ "description": "Display raw HTML.",
853
+ "type": "object",
854
+ "properties": {
855
+ "html": {
856
+ "title": "HTML string",
857
+ "type": "string",
858
+ "examples": [
859
+ "<p style=\"color: var(--ks-text-color-default);\">Hello World</p>"
860
+ ]
861
+ },
862
+ "consent": {
863
+ "title": "Show HTML after consent",
864
+ "type": "boolean",
865
+ "default": false
866
+ },
867
+ "consentText": {
868
+ "type": "string"
869
+ },
870
+ "consentButtonLabel": {
871
+ "type": "string"
872
+ },
873
+ "consentBackgroundImage": {
874
+ "type": "string",
875
+ "format": "image"
876
+ },
877
+ "consentAspectRatio": {
878
+ "type": "string",
879
+ "enum": [
880
+ "16:9",
881
+ "16:10",
882
+ "4:3",
883
+ "1:1"
884
+ ],
885
+ "default": "16:9"
886
+ },
887
+ "inverted": {
888
+ "title": "Inverted",
889
+ "description": "Invert the colors of the HTML",
890
+ "type": "boolean",
891
+ "default": false
892
+ },
893
+ "className": {
894
+ "title": "Additional Classes",
895
+ "description": "Add additional css classes that should be applied to the element",
896
+ "type": "string"
897
+ },
898
+ "component": {
899
+ "title": "`ks-component` attribute",
900
+ "description": "Optional custom component identifier",
901
+ "type": "string"
902
+ },
903
+ "type": {
904
+ "const": "html"
905
+ }
906
+ },
907
+ "additionalProperties": false
908
+ },
844
909
  {
845
910
  "$schema": "http://json-schema.org/draft-07/schema#",
846
911
  "$id": "http://schema.mydesignsystem.com/image-story.schema.json",
@@ -931,6 +996,7 @@
931
996
  },
932
997
  "icon": {
933
998
  "type": "string",
999
+ "format": "icon",
934
1000
  "title": "Icon",
935
1001
  "description": "Choose an icon"
936
1002
  },
@@ -1319,6 +1385,7 @@
1319
1385
  },
1320
1386
  "icon": {
1321
1387
  "type": "string",
1388
+ "format": "icon",
1322
1389
  "title": "Icon",
1323
1390
  "description": "Choose an icon"
1324
1391
  }
@@ -1406,8 +1473,15 @@
1406
1473
  true
1407
1474
  ]
1408
1475
  },
1409
- "type": {
1410
- "const": "slider"
1476
+ "variant": {
1477
+ "title": "Type",
1478
+ "description": "Type of the movement",
1479
+ "type": "string",
1480
+ "enum": [
1481
+ "slider",
1482
+ "carousel"
1483
+ ],
1484
+ "default": "carousel"
1411
1485
  },
1412
1486
  "className": {
1413
1487
  "title": "Class",
@@ -1484,6 +1558,7 @@
1484
1558
  },
1485
1559
  "icon": {
1486
1560
  "type": "string",
1561
+ "format": "icon",
1487
1562
  "title": "Icon",
1488
1563
  "description": "Choose an icon"
1489
1564
  },
@@ -1636,14 +1711,12 @@
1636
1711
  "title": "Features",
1637
1712
  "description": "The features to display",
1638
1713
  "items": {
1639
- "$schema": "http://json-schema.org/draft-07/schema#",
1640
- "$id": "http://schema.mydesignsystem.com/feature.schema.json",
1641
- "title": "Feature",
1642
- "description": "Partial Component used to display a feature",
1643
1714
  "type": "object",
1715
+ "title": "Feature",
1644
1716
  "properties": {
1645
1717
  "icon": {
1646
1718
  "type": "string",
1719
+ "format": "icon",
1647
1720
  "title": "Icon",
1648
1721
  "description": "The icon for the feature",
1649
1722
  "examples": [
@@ -1667,21 +1740,8 @@
1667
1740
  "This is a feature"
1668
1741
  ]
1669
1742
  },
1670
- "style": {
1671
- "type": "string",
1672
- "enum": [
1673
- "intext",
1674
- "stack",
1675
- "centered",
1676
- "besideLarge",
1677
- "besideSmall"
1678
- ],
1679
- "default": "stack"
1680
- },
1681
1743
  "cta": {
1682
1744
  "type": "object",
1683
- "title": "Call to Action",
1684
- "description": "The call to action",
1685
1745
  "properties": {
1686
1746
  "target": {
1687
1747
  "type": "string",
@@ -1698,34 +1758,12 @@
1698
1758
  "examples": [
1699
1759
  "See all our partners"
1700
1760
  ]
1701
- },
1702
- "toggle": {
1703
- "type": "boolean",
1704
- "title": "Call to Action Toggle",
1705
- "description": "Activate/disable the CTAs",
1706
- "default": true
1707
- },
1708
- "style": {
1709
- "type": "string",
1710
- "description": "Choose the style of the CTA",
1711
- "enum": [
1712
- "button",
1713
- "link",
1714
- "intext"
1715
- ],
1716
- "default": "link"
1717
1761
  }
1718
1762
  },
1719
1763
  "additionalProperties": false
1720
- },
1721
- "type": {
1722
- "const": "feature"
1723
1764
  }
1724
1765
  },
1725
- "additionalProperties": false,
1726
- "required": [
1727
- "title"
1728
- ]
1766
+ "additionalProperties": false
1729
1767
  },
1730
1768
  "minItems": 1,
1731
1769
  "maxItems": 8
@@ -1891,6 +1929,7 @@
1891
1929
  },
1892
1930
  "icon": {
1893
1931
  "type": "string",
1932
+ "format": "icon",
1894
1933
  "title": "Icon",
1895
1934
  "description": "Choose an icon"
1896
1935
  },
@@ -1980,10 +2019,11 @@
1980
2019
  "center",
1981
2020
  "below",
1982
2021
  "left",
1983
- "right"
2022
+ "right",
2023
+ "corner"
1984
2024
  ],
1985
2025
  "type": "string",
1986
- "default": "bottom"
2026
+ "default": "below"
1987
2027
  },
1988
2028
  "type": {
1989
2029
  "const": "hero"
@@ -2216,12 +2256,13 @@
2216
2256
  "number": {
2217
2257
  "title": "Number",
2218
2258
  "description": "The number of the stat",
2219
- "type": "integer",
2259
+ "type": "string",
2220
2260
  "examples": [
2221
- 1,
2222
- 2,
2223
- 3,
2224
- 4
2261
+ "1",
2262
+ "5x",
2263
+ "2",
2264
+ "40%",
2265
+ "bis zu 100"
2225
2266
  ]
2226
2267
  },
2227
2268
  "description": {
@@ -2246,6 +2287,7 @@
2246
2287
  "title": "Icon",
2247
2288
  "description": "Optional icon of the stat",
2248
2289
  "type": "string",
2290
+ "format": "icon",
2249
2291
  "examples": [
2250
2292
  "person",
2251
2293
  "home",
@@ -2402,13 +2444,22 @@
2402
2444
  ],
2403
2445
  "default": "slider"
2404
2446
  },
2447
+ "quoteSigns": {
2448
+ "title": "Style of the quote signs",
2449
+ "description": "The style of the quote signs",
2450
+ "type": "string",
2451
+ "enum": [
2452
+ "normal",
2453
+ "large",
2454
+ "none"
2455
+ ],
2456
+ "default": "normal"
2457
+ },
2405
2458
  "testimonial": {
2406
2459
  "type": "array",
2407
2460
  "title": "Testimonials",
2408
2461
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
2409
2462
  "items": {
2410
- "$schema": "http://json-schema.org/draft-07/schema#",
2411
- "$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
2412
2463
  "title": "Testimonial",
2413
2464
  "description": "Testimonial entry of Testimonials component",
2414
2465
  "type": "object",
@@ -2461,9 +2512,6 @@
2461
2512
  "type": "integer",
2462
2513
  "minimum": 1,
2463
2514
  "maximum": 5
2464
- },
2465
- "type": {
2466
- "const": "testimonial"
2467
2515
  }
2468
2516
  },
2469
2517
  "additionalProperties": false,
@@ -2534,15 +2582,8 @@
2534
2582
  ]
2535
2583
  }
2536
2584
  },
2537
- "typeProp": {
2538
- "title": "Type",
2539
- "description": "Type of the movement",
2540
- "type": "string",
2541
- "enum": [
2542
- "slider",
2543
- "carousel"
2544
- ],
2545
- "default": "carousel"
2585
+ "type": {
2586
+ "const": "slider"
2546
2587
  }
2547
2588
  },
2548
2589
  "additionalProperties": false
@@ -2568,12 +2609,13 @@
2568
2609
  "number": {
2569
2610
  "title": "Number",
2570
2611
  "description": "The number of the stat",
2571
- "type": "integer",
2612
+ "type": "string",
2572
2613
  "examples": [
2573
- 1,
2574
- 2,
2575
- 3,
2576
- 4
2614
+ "1",
2615
+ "5x",
2616
+ "2",
2617
+ "40%",
2618
+ "bis zu 100"
2577
2619
  ]
2578
2620
  },
2579
2621
  "description": {
@@ -2598,6 +2640,7 @@
2598
2640
  "title": "Icon",
2599
2641
  "description": "Optional icon of the stat",
2600
2642
  "type": "string",
2643
+ "format": "icon",
2601
2644
  "examples": [
2602
2645
  "person",
2603
2646
  "home",
@@ -2754,13 +2797,22 @@
2754
2797
  ],
2755
2798
  "default": "slider"
2756
2799
  },
2800
+ "quoteSigns": {
2801
+ "title": "Style of the quote signs",
2802
+ "description": "The style of the quote signs",
2803
+ "type": "string",
2804
+ "enum": [
2805
+ "normal",
2806
+ "large",
2807
+ "none"
2808
+ ],
2809
+ "default": "normal"
2810
+ },
2757
2811
  "testimonial": {
2758
2812
  "type": "array",
2759
2813
  "title": "Testimonials",
2760
2814
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
2761
2815
  "items": {
2762
- "$schema": "http://json-schema.org/draft-07/schema#",
2763
- "$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
2764
2816
  "title": "Testimonial",
2765
2817
  "description": "Testimonial entry of Testimonials component",
2766
2818
  "type": "object",
@@ -2813,9 +2865,6 @@
2813
2865
  "type": "integer",
2814
2866
  "minimum": 1,
2815
2867
  "maximum": 5
2816
- },
2817
- "type": {
2818
- "const": "testimonial"
2819
2868
  }
2820
2869
  },
2821
2870
  "additionalProperties": false,
@@ -2935,6 +2984,7 @@
2935
2984
  },
2936
2985
  "icon": {
2937
2986
  "type": "string",
2987
+ "format": "icon",
2938
2988
  "title": "Icon",
2939
2989
  "description": "Choose an icon"
2940
2990
  },
@@ -3001,7 +3051,7 @@
3001
3051
  "right"
3002
3052
  ],
3003
3053
  "type": "string",
3004
- "default": "bottom"
3054
+ "default": "center"
3005
3055
  },
3006
3056
  "type": {
3007
3057
  "const": "video-curtain"
@@ -3050,6 +3100,7 @@
3050
3100
  },
3051
3101
  "icon": {
3052
3102
  "type": "string",
3103
+ "format": "icon",
3053
3104
  "title": "Icon",
3054
3105
  "description": "Choose an icon"
3055
3106
  },
@@ -24,8 +24,7 @@
24
24
  "boldTransition",
25
25
  "symmetricGlow",
26
26
  "anchorGlow"
27
- ],
28
- "default": "default"
27
+ ]
29
28
  },
30
29
  "backgroundColor": {
31
30
  "type": "string",
@@ -34,6 +33,12 @@
34
33
  "enum": ["default", "accent", "bold"],
35
34
  "default": "default"
36
35
  },
36
+ "backgroundImage": {
37
+ "title": "Background image",
38
+ "description": "Background image for the whole section",
39
+ "type": "string",
40
+ "format": "image"
41
+ },
37
42
  "spotlight": {
38
43
  "type": "boolean",
39
44
  "title": "Spotlight",
@@ -165,6 +170,9 @@
165
170
  {
166
171
  "$ref": "http://schema.mydesignsystem.com/cta.schema.json"
167
172
  },
173
+ {
174
+ "$ref": "http://schema.mydesignsystem.com/divider.schema.json"
175
+ },
168
176
  {
169
177
  "$ref": "http://schema.mydesignsystem.com/faq.schema.json"
170
178
  },
@@ -177,6 +185,9 @@
177
185
  {
178
186
  "$ref": "http://schema.mydesignsystem.com/hero.schema.json"
179
187
  },
188
+ {
189
+ "$ref": "http://schema.mydesignsystem.com/html.schema.json"
190
+ },
180
191
  {
181
192
  "$ref": "http://schema.mydesignsystem.com/image-story.schema.json"
182
193
  },
@@ -383,6 +383,11 @@
383
383
  },
384
384
  "additionalProperties": false
385
385
  },
386
+ "iconSprite": {
387
+ "type": "string",
388
+ "title": "Icon Sprite",
389
+ "description": "Content of the icon sprite for this project"
390
+ },
386
391
  "type": {
387
392
  "const": "settings"
388
393
  }
@@ -14,6 +14,11 @@
14
14
  },
15
15
  "seo": {
16
16
  "$ref": "http://schema.mydesignsystem.com/cms/seo.schema.json"
17
+ },
18
+ "iconSprite": {
19
+ "type": "string",
20
+ "title": "Icon Sprite",
21
+ "description": "Content of the icon sprite for this project"
17
22
  }
18
23
  }
19
24
  }
@@ -2,4 +2,5 @@
2
2
  import { HTMLAttributes } from "react";
3
3
  import { SliderProps } from "../../SliderProps-93230a76.js";
4
4
  declare const Slider: import("react").ForwardRefExoticComponent<SliderProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
+ export type { SliderProps };
5
6
  export { Slider };
@@ -4,6 +4,6 @@ import { forwardRef } from 'react';
4
4
  import classnames from 'classnames';
5
5
  import { Slider as Slider$1 } from '@kickstartds/content/lib/slider';
6
6
 
7
- const Slider = forwardRef(({ gap, type, autoplay, arrows, teaseNeighbours, equalHeight, children, className, ...props }, ref) => (jsx(Slider$1, { className: classnames(`dsa-slider`, className), gap: gap, type: type, arrows: arrows, autoplay: autoplay, teaseNeighbours: teaseNeighbours, equalHeight: equalHeight, ...props, ref: ref, children: children })));
7
+ const Slider = forwardRef(({ gap, variant, autoplay, arrows, teaseNeighbours, equalHeight, children, className, ...props }, ref) => (jsx(Slider$1, { className: classnames(`dsa-slider`, className), gap: gap, type: variant, arrows: arrows, autoplay: autoplay, teaseNeighbours: teaseNeighbours, equalHeight: equalHeight, ...props, ref: ref, children: children })));
8
8
 
9
9
  export { Slider };
@@ -5,6 +5,7 @@
5
5
  --dsa-slider__bullet--border-color: var(--ks-border-color-primary);
6
6
  --dsa-slider__bullet--border-color_hover: var(--ks-border-color-primary);
7
7
  --dsa-slider__bullet--border-color_active: var(--ks-border-color-primary);
8
+ --dsa-slider__bullet--size: 1rem;
8
9
  --dsa-slider__bullet--background-color: transparent;
9
10
  --dsa-slider__bullet--background-color_hover: var(--ks-color-primary-alpha-8);
10
11
  --dsa-slider__bullet--background-color_active: var(--ks-color-primary);
@@ -27,6 +28,7 @@
27
28
  --c-slider_bullet--background: var(--dsa-slider__bullet--background-color, transparent);
28
29
  --c-slider_bullet--background-color-hover: var(--dsa-slider__bullet--background-color_hover, transparent);
29
30
  --c-slider_bullet--background-color-active: var(--dsa-slider__bullet--background-color_active, transparent);
31
+ --c-slider_bullet--size: var(--dsa-slider__bullet--size);
30
32
  --c-slider_arrow--background: var(
31
33
  --dsa-slider__arrow--background-color,
32
34
  var(--ks-background-color-interface-interactive)
@@ -44,6 +46,9 @@
44
46
  .dsa-slider.c-slider__nav {
45
47
  margin-top: var(--ks-spacing-stack-m);
46
48
  }
49
+ .dsa-slider.c-slider .c-slider__nav {
50
+ margin-top: var(--ks-spacing-stack-m);
51
+ }
47
52
  .dsa-slider.c-slider .c-slider__nav-item:hover .c-slider__bullet {
48
53
  border-color: var(--c-slider_bullet--outline-color-hover);
49
54
  background-color: var(--c-slider_bullet--background-color-hover);