@kickstartds/ds-agency-premium 1.7.0--canary.18.1660.0 → 1.7.0--canary.46.1797.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 (261) 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-aside/index.js +6 -1
  19. package/dist/components/blog-author/blog-author.schema.dereffed.json +2 -1
  20. package/dist/components/blog-author/index.d.ts +1 -0
  21. package/dist/components/blog-author/index.js +10 -1
  22. package/dist/components/blog-head/blog-head.css +3 -3
  23. package/dist/components/blog-head/blog-head.schema.dereffed.json +8 -0
  24. package/dist/components/blog-head/blog-head.schema.json +6 -0
  25. package/dist/components/blog-head/index.d.ts +2 -1
  26. package/dist/components/blog-head/index.js +8 -3
  27. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +212 -136
  28. package/dist/components/blog-overview/index.d.ts +1 -0
  29. package/dist/components/blog-overview/index.js +1 -0
  30. package/dist/components/blog-post/blog-post.schema.dereffed.json +181 -119
  31. package/dist/components/blog-post/index.d.ts +1 -0
  32. package/dist/components/blog-post/index.js +1 -0
  33. package/dist/components/blog-teaser/blog-teaser.css +7 -5
  34. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +14 -6
  35. package/dist/components/blog-teaser/blog-teaser.schema.json +11 -5
  36. package/dist/components/blog-teaser/index.d.ts +4 -3
  37. package/dist/components/blog-teaser/index.js +14 -5
  38. package/dist/components/button/button.schema.dereffed.json +1 -0
  39. package/dist/components/button/button.schema.json +1 -0
  40. package/dist/components/button/index.d.ts +1 -0
  41. package/dist/components/button-group/button-group.schema.dereffed.json +1 -0
  42. package/dist/components/button-group/index.d.ts +1 -0
  43. package/dist/components/contact/contact.css +2 -0
  44. package/dist/components/contact/contact.schema.dereffed.json +2 -1
  45. package/dist/components/contact/contact.schema.json +2 -1
  46. package/dist/components/contact/index.d.ts +1 -0
  47. package/dist/components/contact/index.js +10 -1
  48. package/dist/components/cta/cta.css +3 -3
  49. package/dist/components/cta/cta.schema.dereffed.json +1 -0
  50. package/dist/components/cta/index.d.ts +1 -0
  51. package/dist/components/cta/index.js +20 -2
  52. package/dist/components/divider/divider.css +1 -1
  53. package/dist/components/divider/index.d.ts +2 -26
  54. package/dist/components/divider/index.js +6 -1
  55. package/dist/components/faq/index.d.ts +1 -0
  56. package/dist/components/faq/index.js +6 -1
  57. package/dist/components/feature/feature.schema.dereffed.json +1 -0
  58. package/dist/components/feature/feature.schema.json +1 -0
  59. package/dist/components/feature/index.d.ts +53 -1
  60. package/dist/components/feature/index.js +14 -2
  61. package/dist/components/features/features.css +43 -10
  62. package/dist/components/features/features.schema.dereffed.json +3 -40
  63. package/dist/components/features/features.schema.json +24 -1
  64. package/dist/components/features/index.d.ts +2 -1
  65. package/dist/components/features/index.js +23 -3
  66. package/dist/components/footer/footer.css +4 -4
  67. package/dist/components/footer/index.d.ts +1 -0
  68. package/dist/components/footer/index.js +11 -1
  69. package/dist/components/gallery/gallery.css +0 -18
  70. package/dist/components/gallery/index.d.ts +1 -0
  71. package/dist/components/gallery/index.js +8 -1
  72. package/dist/components/header/header.css +2 -3
  73. package/dist/components/header/index.d.ts +4 -3
  74. package/dist/components/header/index.js +14 -2
  75. package/dist/components/headline/headline.css +18 -2
  76. package/dist/components/headline/headline.schema.dereffed.json +5 -0
  77. package/dist/components/headline/headline.schema.json +5 -0
  78. package/dist/components/headline/index.d.ts +6 -0
  79. package/dist/components/headline/index.js +1 -1
  80. package/dist/components/hero/hero.css +38 -5
  81. package/dist/components/hero/hero.schema.dereffed.json +4 -2
  82. package/dist/components/hero/hero.schema.json +2 -2
  83. package/dist/components/hero/index.d.ts +2 -1
  84. package/dist/components/hero/index.js +19 -3
  85. package/dist/components/html/Html.client.d.ts +5 -0
  86. package/dist/components/html/Html.client.js +41 -0
  87. package/dist/components/html/html.css +52 -0
  88. package/dist/components/html/html.schema.dereffed.json +61 -0
  89. package/dist/components/html/html.schema.json +31 -3
  90. package/dist/components/html/index.d.ts +5 -26
  91. package/dist/components/html/index.js +25 -4
  92. package/dist/components/image-story/image-story.css +1 -1
  93. package/dist/components/image-story/image-story.schema.dereffed.json +1 -0
  94. package/dist/components/image-story/image-story.schema.json +5 -1
  95. package/dist/components/image-story/index.d.ts +1 -0
  96. package/dist/components/image-story/index.js +14 -2
  97. package/dist/components/image-text/index.d.ts +1 -0
  98. package/dist/components/image-text/index.js +7 -1
  99. package/dist/components/index/index.d.ts +6 -1
  100. package/dist/components/logo/index.d.ts +1 -0
  101. package/dist/components/logo/index.js +6 -1
  102. package/dist/components/logos/index.d.ts +1 -0
  103. package/dist/components/logos/index.js +12 -1
  104. package/dist/components/logos/logos.css +2 -2
  105. package/dist/components/mosaic/index.d.ts +1 -0
  106. package/dist/components/mosaic/index.js +8 -1
  107. package/dist/components/mosaic/mosaic.css +3 -0
  108. package/dist/components/mosaic/mosaic.schema.dereffed.json +1 -0
  109. package/dist/components/nav-dropdown/index.d.ts +1 -0
  110. package/dist/components/nav-flyout/index.d.ts +1 -0
  111. package/dist/components/nav-flyout/index.js +7 -1
  112. package/dist/components/nav-main/index.d.ts +1 -0
  113. package/dist/components/nav-main/index.js +11 -1
  114. package/dist/components/nav-topbar/index.d.ts +1 -0
  115. package/dist/components/nav-topbar/index.js +7 -1
  116. package/dist/components/page/index.d.ts +1 -0
  117. package/dist/components/page/page.schema.dereffed.json +169 -118
  118. package/dist/components/page-wrapper/index.js +107 -389
  119. package/dist/components/page-wrapper/tokens.css +55 -4
  120. package/dist/components/presets.json +182 -237
  121. package/dist/components/providers/index.js +2 -1
  122. package/dist/components/section/index.d.ts +2 -1
  123. package/dist/components/section/index.js +27 -3
  124. package/dist/components/section/js/Section.client.js +1 -1
  125. package/dist/components/section/section.css +50 -35
  126. package/dist/components/section/section.schema.dereffed.json +169 -118
  127. package/dist/components/section/section.schema.json +13 -2
  128. package/dist/components/settings/settings.schema.dereffed.json +5 -0
  129. package/dist/components/settings/settings.schema.json +5 -0
  130. package/dist/components/slider/index.d.ts +1 -0
  131. package/dist/components/slider/index.js +1 -1
  132. package/dist/components/slider/slider.css +5 -0
  133. package/dist/components/slider/slider.schema.dereffed.json +37 -63
  134. package/dist/components/slider/slider.schema.json +1 -1
  135. package/dist/components/split/index.d.ts +1 -0
  136. package/dist/components/split/split.css +3 -3
  137. package/dist/components/stat/index.d.ts +2 -1
  138. package/dist/components/stat/index.js +16 -4
  139. package/dist/components/stat/stat.schema.dereffed.json +7 -5
  140. package/dist/components/stat/stat.schema.json +3 -2
  141. package/dist/components/stats/index.d.ts +1 -0
  142. package/dist/components/stats/index.js +6 -1
  143. package/dist/components/stats/stats.css +3 -7
  144. package/dist/components/stats/stats.schema.dereffed.json +7 -5
  145. package/dist/components/teaser-card/index.d.ts +1 -0
  146. package/dist/components/teaser-card/index.js +13 -2
  147. package/dist/components/testimonial/index.d.ts +49 -1
  148. package/dist/components/testimonial/index.js +11 -2
  149. package/dist/components/testimonial/testimonial.schema.dereffed.json +11 -0
  150. package/dist/components/testimonial/testimonial.schema.json +7 -0
  151. package/dist/components/testimonials/index.d.ts +2 -1
  152. package/dist/components/testimonials/index.js +10 -3
  153. package/dist/components/testimonials/testimonials.css +56 -28
  154. package/dist/components/testimonials/testimonials.schema.dereffed.json +11 -5
  155. package/dist/components/testimonials/testimonials.schema.json +30 -1
  156. package/dist/components/text/index.d.ts +1 -0
  157. package/dist/components/text/index.js +8 -1
  158. package/dist/components/tile/tile.schema.dereffed.json +1 -0
  159. package/dist/components/tile/tile.schema.json +8 -2
  160. package/dist/components/video-curtain/index.d.ts +1 -0
  161. package/dist/components/video-curtain/index.js +11 -1
  162. package/dist/components/video-curtain/video-curtain.css +4 -3
  163. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +2 -1
  164. package/dist/components/video-curtain/video-curtain.schema.json +1 -1
  165. package/dist/global.css +66 -42
  166. package/dist/helpers-84d80d46.d.ts +5 -0
  167. package/dist/helpers-84d80d46.js +33 -0
  168. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  169. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  170. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  171. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  172. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  173. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  174. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  175. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  176. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  177. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  178. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  179. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  180. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  181. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  182. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  183. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  184. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  185. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  186. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  187. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  188. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  189. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  190. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  191. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  192. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  193. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  194. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  195. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  196. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  197. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  198. package/dist/static/img/screenshots/components-html--html.png +0 -0
  199. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  200. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  201. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  202. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  203. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  204. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  205. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  206. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  207. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  208. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  209. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  210. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  211. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  212. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  213. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  214. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  215. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  216. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  217. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  218. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  219. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  220. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  221. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  222. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  223. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  224. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  225. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  226. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  227. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  228. package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
  229. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  230. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  231. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  232. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  233. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  234. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  235. package/dist/static/img/screenshots/{pages-archetypes--blog-overview.png → page-archetypes-blog-overview--blog-overview.png} +0 -0
  236. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  237. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  238. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  239. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  240. package/dist/tokens/IconSprite.js +105 -388
  241. package/dist/tokens/icon-sprite.html +54 -37
  242. package/dist/tokens/themes.css +4 -4
  243. package/dist/tokens/tokens.css +55 -4
  244. package/dist/tokens/tokens.js +49 -52
  245. package/package.json +13 -17
  246. package/dist/FeatureProps-f8a75850.d.ts +0 -52
  247. package/dist/FeaturesProps-b05859d6.d.ts +0 -34
  248. package/dist/TestimonialsProps-f7211553.d.ts +0 -22
  249. package/dist/components/image/image.css +0 -18
  250. package/dist/components/image/image.schema.dereffed.json +0 -105
  251. package/dist/components/image/image.schema.json +0 -95
  252. package/dist/components/image/index.d.ts +0 -87
  253. package/dist/components/image/index.js +0 -11
  254. package/dist/components/picture/picture.schema.json +0 -88
  255. package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
  256. package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
  257. package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
  258. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  259. package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
  260. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  261. package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
@@ -69,6 +69,14 @@
69
69
  "img/close-up-young-business-team-working.png"
70
70
  ]
71
71
  },
72
+ "alt": {
73
+ "title": "Alt Text",
74
+ "description": "The alt text for the cover image",
75
+ "type": "string",
76
+ "examples": [
77
+ "Image of a business team working"
78
+ ]
79
+ },
72
80
  "type": {
73
81
  "const": "blog-head"
74
82
  }
@@ -154,7 +162,8 @@
154
162
  "type": "object",
155
163
  "properties": {
156
164
  "icon": {
157
- "type": "string"
165
+ "type": "string",
166
+ "format": "icon"
158
167
  },
159
168
  "label": {
160
169
  "type": "string"
@@ -207,6 +216,7 @@
207
216
  "title": "Icon",
208
217
  "description": "The icon name for the social link",
209
218
  "type": "string",
219
+ "format": "icon",
210
220
  "examples": [
211
221
  "twitter",
212
222
  "facebook"
@@ -310,8 +320,7 @@
310
320
  "boldTransition",
311
321
  "symmetricGlow",
312
322
  "anchorGlow"
313
- ],
314
- "default": "default"
323
+ ]
315
324
  },
316
325
  "backgroundColor": {
317
326
  "type": "string",
@@ -324,6 +333,12 @@
324
333
  ],
325
334
  "default": "default"
326
335
  },
336
+ "backgroundImage": {
337
+ "title": "Background image",
338
+ "description": "Background image for the whole section",
339
+ "type": "string",
340
+ "format": "image"
341
+ },
327
342
  "spotlight": {
328
343
  "type": "boolean",
329
344
  "title": "Spotlight",
@@ -564,6 +579,7 @@
564
579
  },
565
580
  "icon": {
566
581
  "type": "string",
582
+ "format": "icon",
567
583
  "title": "Icon",
568
584
  "description": "Choose an icon"
569
585
  },
@@ -661,6 +677,39 @@
661
677
  },
662
678
  "additionalProperties": false
663
679
  },
680
+ {
681
+ "$schema": "http://json-schema.org/draft-07/schema#",
682
+ "$id": "http://schema.mydesignsystem.com/divider.schema.json",
683
+ "title": "Divider",
684
+ "description": "Dividers bring clarity to a layout by grouping and dividing content in close proximity.",
685
+ "type": "object",
686
+ "properties": {
687
+ "variant": {
688
+ "title": "Style of the divider",
689
+ "type": "string",
690
+ "description": "Choose a variant for the divider",
691
+ "enum": [
692
+ "default",
693
+ "accent"
694
+ ],
695
+ "default": "default"
696
+ },
697
+ "className": {
698
+ "type": "string",
699
+ "title": "Additional Classes",
700
+ "description": "Add additional css classes that should be applied to the divider"
701
+ },
702
+ "component": {
703
+ "title": "`ks-component` attribute",
704
+ "description": "Optional custom component identifier",
705
+ "type": "string"
706
+ },
707
+ "type": {
708
+ "const": "divider"
709
+ }
710
+ },
711
+ "additionalProperties": false
712
+ },
664
713
  {
665
714
  "$schema": "http://json-schema.org/draft-07/schema#",
666
715
  "$id": "http://schema.mydesignsystem.com/faq.schema.json",
@@ -766,14 +815,12 @@
766
815
  "title": "Features",
767
816
  "description": "The features to display",
768
817
  "items": {
769
- "$schema": "http://json-schema.org/draft-07/schema#",
770
- "$id": "http://schema.mydesignsystem.com/feature.schema.json",
771
- "title": "Feature",
772
- "description": "Partial Component used to display a feature",
773
818
  "type": "object",
819
+ "title": "Feature",
774
820
  "properties": {
775
821
  "icon": {
776
822
  "type": "string",
823
+ "format": "icon",
777
824
  "title": "Icon",
778
825
  "description": "The icon for the feature",
779
826
  "examples": [
@@ -797,21 +844,8 @@
797
844
  "This is a feature"
798
845
  ]
799
846
  },
800
- "style": {
801
- "type": "string",
802
- "enum": [
803
- "intext",
804
- "stack",
805
- "centered",
806
- "besideLarge",
807
- "besideSmall"
808
- ],
809
- "default": "stack"
810
- },
811
847
  "cta": {
812
848
  "type": "object",
813
- "title": "Call to Action",
814
- "description": "The call to action",
815
849
  "properties": {
816
850
  "target": {
817
851
  "type": "string",
@@ -828,34 +862,12 @@
828
862
  "examples": [
829
863
  "See all our partners"
830
864
  ]
831
- },
832
- "toggle": {
833
- "type": "boolean",
834
- "title": "Call to Action Toggle",
835
- "description": "Activate/disable the CTAs",
836
- "default": true
837
- },
838
- "style": {
839
- "type": "string",
840
- "description": "Choose the style of the CTA",
841
- "enum": [
842
- "button",
843
- "link",
844
- "intext"
845
- ],
846
- "default": "link"
847
865
  }
848
866
  },
849
867
  "additionalProperties": false
850
- },
851
- "type": {
852
- "const": "feature"
853
868
  }
854
869
  },
855
- "additionalProperties": false,
856
- "required": [
857
- "title"
858
- ]
870
+ "additionalProperties": false
859
871
  },
860
872
  "minItems": 1,
861
873
  "maxItems": 8
@@ -1021,6 +1033,7 @@
1021
1033
  },
1022
1034
  "icon": {
1023
1035
  "type": "string",
1036
+ "format": "icon",
1024
1037
  "title": "Icon",
1025
1038
  "description": "Choose an icon"
1026
1039
  },
@@ -1110,10 +1123,11 @@
1110
1123
  "center",
1111
1124
  "below",
1112
1125
  "left",
1113
- "right"
1126
+ "right",
1127
+ "corner"
1114
1128
  ],
1115
1129
  "type": "string",
1116
- "default": "bottom"
1130
+ "default": "below"
1117
1131
  },
1118
1132
  "type": {
1119
1133
  "const": "hero"
@@ -1121,6 +1135,67 @@
1121
1135
  },
1122
1136
  "additionalProperties": false
1123
1137
  },
1138
+ {
1139
+ "$schema": "http://json-schema.org/draft-07/schema#",
1140
+ "$id": "http://schema.mydesignsystem.com/html.schema.json",
1141
+ "title": "Html",
1142
+ "description": "Display raw HTML.",
1143
+ "type": "object",
1144
+ "properties": {
1145
+ "html": {
1146
+ "title": "HTML string",
1147
+ "type": "string",
1148
+ "examples": [
1149
+ "<p style=\"color: var(--ks-text-color-default);\">Hello World</p>"
1150
+ ]
1151
+ },
1152
+ "consent": {
1153
+ "title": "Show HTML after consent",
1154
+ "type": "boolean",
1155
+ "default": false
1156
+ },
1157
+ "consentText": {
1158
+ "type": "string"
1159
+ },
1160
+ "consentButtonLabel": {
1161
+ "type": "string"
1162
+ },
1163
+ "consentBackgroundImage": {
1164
+ "type": "string",
1165
+ "format": "image"
1166
+ },
1167
+ "consentAspectRatio": {
1168
+ "type": "string",
1169
+ "enum": [
1170
+ "16:9",
1171
+ "16:10",
1172
+ "4:3",
1173
+ "1:1"
1174
+ ],
1175
+ "default": "16:9"
1176
+ },
1177
+ "inverted": {
1178
+ "title": "Inverted",
1179
+ "description": "Invert the colors of the HTML",
1180
+ "type": "boolean",
1181
+ "default": false
1182
+ },
1183
+ "className": {
1184
+ "title": "Additional Classes",
1185
+ "description": "Add additional css classes that should be applied to the element",
1186
+ "type": "string"
1187
+ },
1188
+ "component": {
1189
+ "title": "`ks-component` attribute",
1190
+ "description": "Optional custom component identifier",
1191
+ "type": "string"
1192
+ },
1193
+ "type": {
1194
+ "const": "html"
1195
+ }
1196
+ },
1197
+ "additionalProperties": false
1198
+ },
1124
1199
  {
1125
1200
  "$schema": "http://json-schema.org/draft-07/schema#",
1126
1201
  "$id": "http://schema.mydesignsystem.com/image-story.schema.json",
@@ -1211,6 +1286,7 @@
1211
1286
  },
1212
1287
  "icon": {
1213
1288
  "type": "string",
1289
+ "format": "icon",
1214
1290
  "title": "Icon",
1215
1291
  "description": "Choose an icon"
1216
1292
  },
@@ -1599,6 +1675,7 @@
1599
1675
  },
1600
1676
  "icon": {
1601
1677
  "type": "string",
1678
+ "format": "icon",
1602
1679
  "title": "Icon",
1603
1680
  "description": "Choose an icon"
1604
1681
  }
@@ -1686,8 +1763,15 @@
1686
1763
  true
1687
1764
  ]
1688
1765
  },
1689
- "type": {
1690
- "const": "slider"
1766
+ "variant": {
1767
+ "title": "Type",
1768
+ "description": "Type of the movement",
1769
+ "type": "string",
1770
+ "enum": [
1771
+ "slider",
1772
+ "carousel"
1773
+ ],
1774
+ "default": "carousel"
1691
1775
  },
1692
1776
  "className": {
1693
1777
  "title": "Class",
@@ -1764,6 +1848,7 @@
1764
1848
  },
1765
1849
  "icon": {
1766
1850
  "type": "string",
1851
+ "format": "icon",
1767
1852
  "title": "Icon",
1768
1853
  "description": "Choose an icon"
1769
1854
  },
@@ -1916,14 +2001,12 @@
1916
2001
  "title": "Features",
1917
2002
  "description": "The features to display",
1918
2003
  "items": {
1919
- "$schema": "http://json-schema.org/draft-07/schema#",
1920
- "$id": "http://schema.mydesignsystem.com/feature.schema.json",
1921
- "title": "Feature",
1922
- "description": "Partial Component used to display a feature",
1923
2004
  "type": "object",
2005
+ "title": "Feature",
1924
2006
  "properties": {
1925
2007
  "icon": {
1926
2008
  "type": "string",
2009
+ "format": "icon",
1927
2010
  "title": "Icon",
1928
2011
  "description": "The icon for the feature",
1929
2012
  "examples": [
@@ -1947,21 +2030,8 @@
1947
2030
  "This is a feature"
1948
2031
  ]
1949
2032
  },
1950
- "style": {
1951
- "type": "string",
1952
- "enum": [
1953
- "intext",
1954
- "stack",
1955
- "centered",
1956
- "besideLarge",
1957
- "besideSmall"
1958
- ],
1959
- "default": "stack"
1960
- },
1961
2033
  "cta": {
1962
2034
  "type": "object",
1963
- "title": "Call to Action",
1964
- "description": "The call to action",
1965
2035
  "properties": {
1966
2036
  "target": {
1967
2037
  "type": "string",
@@ -1978,34 +2048,12 @@
1978
2048
  "examples": [
1979
2049
  "See all our partners"
1980
2050
  ]
1981
- },
1982
- "toggle": {
1983
- "type": "boolean",
1984
- "title": "Call to Action Toggle",
1985
- "description": "Activate/disable the CTAs",
1986
- "default": true
1987
- },
1988
- "style": {
1989
- "type": "string",
1990
- "description": "Choose the style of the CTA",
1991
- "enum": [
1992
- "button",
1993
- "link",
1994
- "intext"
1995
- ],
1996
- "default": "link"
1997
2051
  }
1998
2052
  },
1999
2053
  "additionalProperties": false
2000
- },
2001
- "type": {
2002
- "const": "feature"
2003
2054
  }
2004
2055
  },
2005
- "additionalProperties": false,
2006
- "required": [
2007
- "title"
2008
- ]
2056
+ "additionalProperties": false
2009
2057
  },
2010
2058
  "minItems": 1,
2011
2059
  "maxItems": 8
@@ -2171,6 +2219,7 @@
2171
2219
  },
2172
2220
  "icon": {
2173
2221
  "type": "string",
2222
+ "format": "icon",
2174
2223
  "title": "Icon",
2175
2224
  "description": "Choose an icon"
2176
2225
  },
@@ -2260,10 +2309,11 @@
2260
2309
  "center",
2261
2310
  "below",
2262
2311
  "left",
2263
- "right"
2312
+ "right",
2313
+ "corner"
2264
2314
  ],
2265
2315
  "type": "string",
2266
- "default": "bottom"
2316
+ "default": "below"
2267
2317
  },
2268
2318
  "type": {
2269
2319
  "const": "hero"
@@ -2496,12 +2546,13 @@
2496
2546
  "number": {
2497
2547
  "title": "Number",
2498
2548
  "description": "The number of the stat",
2499
- "type": "integer",
2549
+ "type": "string",
2500
2550
  "examples": [
2501
- 1,
2502
- 2,
2503
- 3,
2504
- 4
2551
+ "1",
2552
+ "5x",
2553
+ "2",
2554
+ "40%",
2555
+ "bis zu 100"
2505
2556
  ]
2506
2557
  },
2507
2558
  "description": {
@@ -2526,6 +2577,7 @@
2526
2577
  "title": "Icon",
2527
2578
  "description": "Optional icon of the stat",
2528
2579
  "type": "string",
2580
+ "format": "icon",
2529
2581
  "examples": [
2530
2582
  "person",
2531
2583
  "home",
@@ -2682,13 +2734,22 @@
2682
2734
  ],
2683
2735
  "default": "slider"
2684
2736
  },
2737
+ "quoteSigns": {
2738
+ "title": "Style of the quote signs",
2739
+ "description": "The style of the quote signs",
2740
+ "type": "string",
2741
+ "enum": [
2742
+ "normal",
2743
+ "large",
2744
+ "none"
2745
+ ],
2746
+ "default": "normal"
2747
+ },
2685
2748
  "testimonial": {
2686
2749
  "type": "array",
2687
2750
  "title": "Testimonials",
2688
2751
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
2689
2752
  "items": {
2690
- "$schema": "http://json-schema.org/draft-07/schema#",
2691
- "$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
2692
2753
  "title": "Testimonial",
2693
2754
  "description": "Testimonial entry of Testimonials component",
2694
2755
  "type": "object",
@@ -2741,9 +2802,6 @@
2741
2802
  "type": "integer",
2742
2803
  "minimum": 1,
2743
2804
  "maximum": 5
2744
- },
2745
- "type": {
2746
- "const": "testimonial"
2747
2805
  }
2748
2806
  },
2749
2807
  "additionalProperties": false,
@@ -2814,15 +2872,8 @@
2814
2872
  ]
2815
2873
  }
2816
2874
  },
2817
- "typeProp": {
2818
- "title": "Type",
2819
- "description": "Type of the movement",
2820
- "type": "string",
2821
- "enum": [
2822
- "slider",
2823
- "carousel"
2824
- ],
2825
- "default": "carousel"
2875
+ "type": {
2876
+ "const": "slider"
2826
2877
  }
2827
2878
  },
2828
2879
  "additionalProperties": false
@@ -2848,12 +2899,13 @@
2848
2899
  "number": {
2849
2900
  "title": "Number",
2850
2901
  "description": "The number of the stat",
2851
- "type": "integer",
2902
+ "type": "string",
2852
2903
  "examples": [
2853
- 1,
2854
- 2,
2855
- 3,
2856
- 4
2904
+ "1",
2905
+ "5x",
2906
+ "2",
2907
+ "40%",
2908
+ "bis zu 100"
2857
2909
  ]
2858
2910
  },
2859
2911
  "description": {
@@ -2878,6 +2930,7 @@
2878
2930
  "title": "Icon",
2879
2931
  "description": "Optional icon of the stat",
2880
2932
  "type": "string",
2933
+ "format": "icon",
2881
2934
  "examples": [
2882
2935
  "person",
2883
2936
  "home",
@@ -3034,13 +3087,22 @@
3034
3087
  ],
3035
3088
  "default": "slider"
3036
3089
  },
3090
+ "quoteSigns": {
3091
+ "title": "Style of the quote signs",
3092
+ "description": "The style of the quote signs",
3093
+ "type": "string",
3094
+ "enum": [
3095
+ "normal",
3096
+ "large",
3097
+ "none"
3098
+ ],
3099
+ "default": "normal"
3100
+ },
3037
3101
  "testimonial": {
3038
3102
  "type": "array",
3039
3103
  "title": "Testimonials",
3040
3104
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
3041
3105
  "items": {
3042
- "$schema": "http://json-schema.org/draft-07/schema#",
3043
- "$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
3044
3106
  "title": "Testimonial",
3045
3107
  "description": "Testimonial entry of Testimonials component",
3046
3108
  "type": "object",
@@ -3093,9 +3155,6 @@
3093
3155
  "type": "integer",
3094
3156
  "minimum": 1,
3095
3157
  "maximum": 5
3096
- },
3097
- "type": {
3098
- "const": "testimonial"
3099
3158
  }
3100
3159
  },
3101
3160
  "additionalProperties": false,
@@ -3215,6 +3274,7 @@
3215
3274
  },
3216
3275
  "icon": {
3217
3276
  "type": "string",
3277
+ "format": "icon",
3218
3278
  "title": "Icon",
3219
3279
  "description": "Choose an icon"
3220
3280
  },
@@ -3281,7 +3341,7 @@
3281
3341
  "right"
3282
3342
  ],
3283
3343
  "type": "string",
3284
- "default": "bottom"
3344
+ "default": "center"
3285
3345
  },
3286
3346
  "type": {
3287
3347
  "const": "video-curtain"
@@ -3330,6 +3390,7 @@
3330
3390
  },
3331
3391
  "icon": {
3332
3392
  "type": "string",
3393
+ "format": "icon",
3333
3394
  "title": "Icon",
3334
3395
  "description": "Choose an icon"
3335
3396
  },
@@ -3432,6 +3493,7 @@
3432
3493
  },
3433
3494
  "icon": {
3434
3495
  "type": "string",
3496
+ "format": "icon",
3435
3497
  "title": "Icon",
3436
3498
  "description": "Choose an icon"
3437
3499
  },
@@ -1,4 +1,5 @@
1
1
  import { BlogPostProps } from "../../BlogPostProps-6b3cff22.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
4
+ export type { BlogPostProps };
4
5
  export { BlogPost };
@@ -8,6 +8,7 @@ import { Cta } from '../cta/index.js';
8
8
  import 'classnames';
9
9
  import 'react';
10
10
  import '@kickstartds/blog/lib/post-head';
11
+ import '../../helpers-84d80d46.js';
11
12
  import '@kickstartds/core/lib/react';
12
13
  import '@kickstartds/base/lib/section';
13
14
  import '../section/js/Section.client.js';
@@ -1,6 +1,6 @@
1
- .l-container--post-teaser {
1
+ .l-container--blog-teaser {
2
2
  /* stylelint-disable-next-line property-no-unknown */
3
- container-name: post-teaser;
3
+ container-name: blog-teaser;
4
4
  }
5
5
 
6
6
  .dsa-blog-teaser {
@@ -17,9 +17,10 @@
17
17
  --dsa-blog-teaser__meta--font: var(--ks-spacing-stack-s);
18
18
  --dsa-blog-teaser__meta--color: var(--ks-text-color-interface);
19
19
  --dsa-blog-teaser__meta__author--font-weight: var(--ks-font-weight-semi-bold);
20
- --dsa-post-teaser__image--border-radius: var(--ks-border-radius-card);
20
+ --dsa-blog-teaser__avatar--size: 2em;
21
+ --dsa-blog-teaser__image--border-radius: var(--ks-border-radius-card);
21
22
  }
22
- @container post-teaser (min-width: 640px) {
23
+ @container blog-teaser (min-width: 640px) {
23
24
  .dsa-blog-teaser {
24
25
  --dsa-blog-teaser--gap: var(--ks-spacing-stack-s) var(--ks-spacing-inline-s);
25
26
  --dsa-blog-teaser__topic--font-size: var(--ks-font-size-copy-xl);
@@ -27,7 +28,7 @@
27
28
  --dsa-blog-teaser__tag-label--font: var(--ks-font-interface-s);
28
29
  }
29
30
  }
30
- @container post-teaser (min-width: 1000px) {
31
+ @container blog-teaser (min-width: 1000px) {
31
32
  .dsa-blog-teaser {
32
33
  --dsa-blog-teaser__topic--font-size: var(--ks-font-size-copy-xxl);
33
34
  }
@@ -66,6 +67,7 @@
66
67
  --c-post-meta_item--font: var(--dsa-blog-teaser__meta--font, var(--ks-font-interface-s));
67
68
  --c-post-meta_item--gap: 0.35em;
68
69
  --c-post-meta_author--color: var(--dsa-blog-teaser__meta--color, var(--c-post-meta_item--color));
70
+ --c-post-meta_author--avatar-size: var(--dsa-blog-teaser__avatar--size, 2em);
69
71
  --c-post-meta_author--gap: 0.35em;
70
72
  --c-post-meta_author--font-weight: var(
71
73
  --dsa-blog-teaser__meta__author--font-weight,
@@ -67,6 +67,14 @@
67
67
  "img/close-up-young-business-team-working.png"
68
68
  ]
69
69
  },
70
+ "alt": {
71
+ "title": "Alt",
72
+ "description": "The alt text for the preview image",
73
+ "type": "string",
74
+ "examples": [
75
+ "Image of a business team working"
76
+ ]
77
+ },
70
78
  "link": {
71
79
  "type": "object",
72
80
  "title": "Link",
@@ -81,14 +89,14 @@
81
89
  "https://example.com"
82
90
  ]
83
91
  },
84
- "label": {
85
- "title": "Label",
86
- "description": "The label to use for the link",
92
+ "text": {
93
+ "title": "Text",
94
+ "description": "The text for the link",
87
95
  "type": "string",
96
+ "default": "Read article",
88
97
  "examples": [
89
- "Read more"
90
- ],
91
- "default": "Read more"
98
+ "Read article"
99
+ ]
92
100
  }
93
101
  },
94
102
  "additionalProperties": false,